JVM Arguments: -Dspring.profiles.active=basic -Djava.security.egd=file:/dev/./urandom -Dlogs_dir=./logs/sdc/ -Dlogging.config=/app/logback-spring.xml -Djavax.net.ssl.trustStore=/opt/app/osaaf/local/truststoreONAPall.jks -Djavax.net.ssl.trustStorePassword=changeit -Dspring.config.additional-location=/app/config/override.yaml . ____ _ __ _ _ /\\ / ___'_ __ _ _(_)_ __ __ _ \ \ \ \ ( ( )\___ | '_ | '_| | '_ \/ _` | \ \ \ \ \\/ ___)| |_)| | | | | || (_| | ) ) ) ) ' |____| .__|_| |_|_| |_\__, | / / / / =========|_|==============|___/=/_/_/_/ :: Spring Boot :: (v2.3.7.RELEASE) 2022-11-13T03:19:10.241Z||main|||||INFO|500||The following profiles are active: basic 2022-11-13T03:19:23.003Z||main|||||INFO|500||Starting service [Tomcat] 2022-11-13T03:19:23.004Z||main|||||INFO|500||Starting Servlet engine: [Apache Tomcat/9.0.41] 2022-11-13T03:19:23.159Z||main|||||INFO|500||Initializing Spring embedded WebApplicationContext 2022-11-13T03:19:27.935Z||main|||||INFO|500||catdb-pool - Starting... 2022-11-13T03:19:28.362Z||main|||||INFO|500||catdb-pool - Start completed. 2022-11-13T03:19:28.849Z||main|||||INFO|500||reqdb-pool - Starting... 2022-11-13T03:19:28.856Z||main|||||INFO|500||reqdb-pool - Start completed. 2022-11-13T03:19:28.973Z||main|||||INFO|500||HHH000204: Processing PersistenceUnitInfo [name: requestDB] 2022-11-13T03:19:29.234Z||main|||||INFO|500||HHH000412: Hibernate ORM core version 5.4.25.Final 2022-11-13T03:19:29.903Z||main|||||INFO|500||HCANN000001: Hibernate Commons Annotations {5.1.2.Final} 2022-11-13T03:19:31.641Z||main|||||INFO|500||HHH000400: Using dialect: org.hibernate.dialect.MariaDB103Dialect 2022-11-13T03:19:33.953Z||main|||||INFO|500||HHH000490: Using JtaPlatform implementation: [org.hibernate.engine.transaction.jta.platform.internal.NoJtaPlatform] 2022-11-13T03:19:34.011Z||main|||||INFO|500||HHH000204: Processing PersistenceUnitInfo [name: catalogDB] 2022-11-13T03:19:34.721Z||main|||||INFO|500||HHH000400: Using dialect: org.hibernate.dialect.MariaDB103Dialect 2022-11-13T03:19:34.925Z||main|||||WARN|500||HHH000491: The [heatTemplates] association in the [org.onap.so.db.catalog.beans.VnfResource] entity uses both @NotFound(action = NotFoundAction.IGNORE) and FetchType.LAZY. The NotFoundAction.IGNORE @ManyToOne and @OneToOne associations are always fetched eagerly. 2022-11-13T03:19:36.207Z||main|||||INFO|500||HHH000490: Using JtaPlatform implementation: [org.hibernate.engine.transaction.jta.platform.internal.NoJtaPlatform] 2022-11-13T03:19:37.312Z||main|||||DEBUG|500||SDC ActivitySpec endpoint: http://sdc-wfd-be:8080 2022-11-13T03:19:37.331Z||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$$20cf312a.deployActivities() at org.onap.so.asdc.Application.deployActivities(Application.java:52) at java.base/jdk.internal.reflect.NativeMethodAccessorImpl.invoke0(Native Method) at java.base/jdk.internal.reflect.NativeMethodAccessorImpl.invoke(Unknown Source) at java.base/jdk.internal.reflect.DelegatingMethodAccessorImpl.invoke(Unknown Source) at java.base/java.lang.reflect.Method.invoke(Unknown Source) at org.springframework.beans.factory.annotation.InitDestroyAnnotationBeanPostProcessor$LifecycleElement.invoke(InitDestroyAnnotationBeanPostProcessor.java:389) at org.springframework.beans.factory.annotation.InitDestroyAnnotationBeanPostProcessor$LifecycleMetadata.invokeInitMethods(InitDestroyAnnotationBeanPostProcessor.java:333) at org.springframework.beans.factory.annotation.InitDestroyAnnotationBeanPostProcessor.postProcessBeforeInitialization(InitDestroyAnnotationBeanPostProcessor.java:157) at org.springframework.beans.factory.support.AbstractAutowireCapableBeanFactory.applyBeanPostProcessorsBeforeInitialization(AbstractAutowireCapableBeanFactory.java:415) at org.springframework.beans.factory.support.AbstractAutowireCapableBeanFactory.initializeBean(AbstractAutowireCapableBeanFactory.java:1786) at org.springframework.beans.factory.support.AbstractAutowireCapableBeanFactory.doCreateBean(AbstractAutowireCapableBeanFactory.java:594) at org.springframework.beans.factory.support.AbstractAutowireCapableBeanFactory.createBean(AbstractAutowireCapableBeanFactory.java:516) at org.springframework.beans.factory.support.AbstractBeanFactory.lambda$doGetBean$0(AbstractBeanFactory.java:324) at org.springframework.beans.factory.support.DefaultSingletonBeanRegistry.getSingleton(DefaultSingletonBeanRegistry.java:234) at org.springframework.beans.factory.support.AbstractBeanFactory.doGetBean(AbstractBeanFactory.java:322) at org.springframework.beans.factory.support.AbstractBeanFactory.getBean(AbstractBeanFactory.java:202) at org.springframework.beans.factory.support.DefaultListableBeanFactory.preInstantiateSingletons(DefaultListableBeanFactory.java:897) at org.springframework.context.support.AbstractApplicationContext.finishBeanFactoryInitialization(AbstractApplicationContext.java:879) at org.springframework.context.support.AbstractApplicationContext.refresh(AbstractApplicationContext.java:551) at org.springframework.boot.web.servlet.context.ServletWebServerApplicationContext.refresh(ServletWebServerApplicationContext.java:143) at org.springframework.boot.SpringApplication.refresh(SpringApplication.java:758) at org.springframework.boot.SpringApplication.refresh(SpringApplication.java:750) at org.springframework.boot.SpringApplication.refreshContext(SpringApplication.java:405) at org.springframework.boot.SpringApplication.run(SpringApplication.java:315) at org.springframework.boot.SpringApplication.run(SpringApplication.java:1237) at org.springframework.boot.SpringApplication.run(SpringApplication.java:1226) at org.onap.so.asdc.Application.main(Application.java:60) at java.base/jdk.internal.reflect.NativeMethodAccessorImpl.invoke0(Native Method) at java.base/jdk.internal.reflect.NativeMethodAccessorImpl.invoke(Unknown Source) at java.base/jdk.internal.reflect.DelegatingMethodAccessorImpl.invoke(Unknown Source) at java.base/java.lang.reflect.Method.invoke(Unknown Source) at org.springframework.boot.loader.MainMethodRunner.run(MainMethodRunner.java:49) at org.springframework.boot.loader.Launcher.launch(Launcher.java:107) at org.springframework.boot.loader.Launcher.launch(Launcher.java:58) at org.springframework.boot.loader.JarLauncher.main(JarLauncher.java:88) 2022-11-13T03:19:37.332Z||main|||||WARN|500||The sdc end point is not alive 2022-11-13T03:19:40.447Z||main|||||WARN|500||spring.jpa.open-in-view is enabled by default. Therefore, database queries may be performed during view rendering. Explicitly configure spring.jpa.open-in-view to disable this warning 2022-11-13T03:19:43.709Z||main|||||WARN|500||--- 2022-11-13T03:19:43.710Z||main|||||WARN|500||Spring Data REST HAL Browser is deprecated! Prefer the HAL Explorer (artifactId: spring-data-rest-hal-explorer)! 2022-11-13T03:19:43.710Z||main|||||WARN|500||--- 2022-11-13T03:19:44.192Z||main|||||DEBUG|500||Injecting class org.onap.so.security.SoBasicHttpSecurityConfigurer configuration ... 2022-11-13T03:19:49.620Z||main|||||INFO|500||Started Application in 42.906 seconds (JVM running for 45.38) 2022-11-13T03:19:49.648Z||scheduling-1|||||INFO|500||org.onap.so.asdc.client.ASDCController not running will try to initialize it, currrent status: STOPPED 2022-11-13T03:19:49.651Z||scheduling-1|||||DEBUG|500||Initialize the ASDC Controller 2022-11-13T03:19:49.664Z||scheduling-1|||||INFO|500||DistributionClient - init 2022-11-13T03:19:49.688Z||scheduling-1|||||DEBUG|500||get ueb cluster server list from component(configuration file) 2022-11-13T03:19:49.733Z||scheduling-1|||||DEBUG|500||about to perform getServerList. requestId= 0758087a-cf46-4be5-8942-9dbbe8682a41 url= /sdc/v1/artifactTypes 2022-11-13T03:19:49.734Z||scheduling-1|||||DEBUG|500||url to send https://sdc-be.onap:8443/sdc/v1/artifactTypes 2022-11-13T03:19:50.019Z||scheduling-1|||||DEBUG|500||GET Response Status 200 2022-11-13T03:19:50.049Z||scheduling-1|||||DEBUG|500||Artifact types: [HEAT, HEAT_ARTIFACT, HEAT_ENV, HEAT_NESTED, HEAT_NET, HEAT_VOL, OTHER, TOSCA_CSAR, VF_MODULES_METADATA, WORKFLOW, CLOUD_TECHNOLOGY_SPECIFIC_ARTIFACT, HELM] were validated with ASDC server 2022-11-13T03:19:50.074Z||scheduling-1|||||DEBUG|500||create keys 2022-11-13T03:19:50.083Z||scheduling-1|||||INFO|500||POST http://message-router.onap:3904/apiKeys/create (anonymous) ... 2022-11-13T03:19:50.132Z||scheduling-1|||||INFO|500|| --> HTTP/1.1 200 OK 2022-11-13T03:19:50.161Z||scheduling-1|||||DEBUG|500||about to perform registerAsdcTopics. requestId= c8cf9a19-baa3-4f94-87b0-ed1025c52c5e url= /sdc/v1/registerForDistribution 2022-11-13T03:19:50.279Z||scheduling-1|||||DEBUG|500||registerAsdcTopics response= 200. requestId= c8cf9a19-baa3-4f94-87b0-ed1025c52c5e url= /sdc/v1/registerForDistribution 2022-11-13T03:19:50.280Z||scheduling-1|||||INFO|500||start DistributionClient 2022-11-13T03:19:50.295Z||pool-2-thread-2|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2022-11-13T03:19:50.296Z||pool-2-thread-1|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2022-11-13T03:19:50.302Z||scheduling-1|||||INFO|500||ASDC_INIT_ASDC_CLIENT_SUC ASDC changeControllerStatus 2022-11-13T03:19:50.306Z||pool-2-thread-2|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel. 2022-11-13T03:19:50.306Z||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 Oi7quVEmKWoWd026) ... 2022-11-13T03:19:50.306Z||pool-2-thread-1|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel. 2022-11-13T03:19:50.307Z||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 Oi7quVEmKWoWd026) ... 2022-11-13T03:20:00.750Z||pool-2-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK 2022-11-13T03:20:00.758Z||pool-2-thread-2|||||INFO|500|| --> HTTP/1.1 200 OK 2022-11-13T03:20:50.290Z||pool-2-thread-1|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2022-11-13T03:20:50.292Z||pool-2-thread-3|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2022-11-13T03:20:50.292Z||pool-2-thread-1|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel. 2022-11-13T03:20:50.292Z||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 Oi7quVEmKWoWd026) ... 2022-11-13T03:20:50.292Z||pool-2-thread-3|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel. 2022-11-13T03:20:50.293Z||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 Oi7quVEmKWoWd026) ... 2022-11-13T03:20:59.870Z||pool-2-thread-3|||||INFO|500|| --> HTTP/1.1 200 OK 2022-11-13T03:20:59.876Z||pool-2-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK 2022-11-13T03:21:50.290Z||pool-2-thread-4|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2022-11-13T03:21:50.292Z||pool-2-thread-2|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2022-11-13T03:21:50.292Z||pool-2-thread-4|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel. 2022-11-13T03:21:50.292Z||pool-2-thread-2|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel. 2022-11-13T03:21:50.293Z||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 Oi7quVEmKWoWd026) ... 2022-11-13T03:21:50.293Z||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 Oi7quVEmKWoWd026) ... 2022-11-13T03:21:59.866Z||pool-2-thread-2|||||INFO|500|| --> HTTP/1.1 200 OK 2022-11-13T03:21:59.878Z||pool-2-thread-4|||||INFO|500|| --> HTTP/1.1 200 OK 2022-11-13T03:22:50.290Z||pool-2-thread-5|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2022-11-13T03:22:50.291Z||pool-2-thread-5|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel. 2022-11-13T03:22:50.291Z||pool-2-thread-5|||||INFO|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 (as Oi7quVEmKWoWd026) ... 2022-11-13T03:22:50.292Z||pool-2-thread-1|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2022-11-13T03:22:50.293Z||pool-2-thread-1|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel. 2022-11-13T03:22:50.293Z||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 Oi7quVEmKWoWd026) ... 2022-11-13T03:22:59.877Z||pool-2-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK 2022-11-13T03:22:59.877Z||pool-2-thread-5|||||INFO|500|| --> HTTP/1.1 200 OK 2022-11-13T03:23:50.290Z||pool-2-thread-2|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2022-11-13T03:23:50.291Z||pool-2-thread-2|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel. 2022-11-13T03:23:50.291Z||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 Oi7quVEmKWoWd026) ... 2022-11-13T03:23:50.292Z||pool-2-thread-7|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2022-11-13T03:23:50.294Z||pool-2-thread-7|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel. 2022-11-13T03:23:50.295Z||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 Oi7quVEmKWoWd026) ... 2022-11-13T03:23:59.886Z||pool-2-thread-7|||||INFO|500|| --> HTTP/1.1 200 OK 2022-11-13T03:23:59.919Z||pool-2-thread-2|||||INFO|500|| --> HTTP/1.1 200 OK 2022-11-13T03:24:50.290Z||pool-2-thread-2|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2022-11-13T03:24:50.291Z||pool-2-thread-2|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel. 2022-11-13T03:24:50.291Z||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 Oi7quVEmKWoWd026) ... 2022-11-13T03:24:50.292Z||pool-2-thread-7|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2022-11-13T03:24:50.292Z||pool-2-thread-7|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel. 2022-11-13T03:24:50.292Z||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 Oi7quVEmKWoWd026) ... 2022-11-13T03:24:59.874Z||pool-2-thread-2|||||INFO|500|| --> HTTP/1.1 200 OK 2022-11-13T03:24:59.877Z||pool-2-thread-7|||||INFO|500|| --> HTTP/1.1 200 OK 2022-11-13T03:25:50.290Z||pool-2-thread-2|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2022-11-13T03:25:50.292Z||pool-2-thread-2|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel. 2022-11-13T03:25:50.292Z||pool-2-thread-9|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2022-11-13T03:25:50.293Z||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 Oi7quVEmKWoWd026) ... 2022-11-13T03:25:50.293Z||pool-2-thread-9|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel. 2022-11-13T03:25:50.293Z||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 Oi7quVEmKWoWd026) ... 2022-11-13T03:25:59.852Z||pool-2-thread-2|||||INFO|500|| --> HTTP/1.1 200 OK 2022-11-13T03:25:59.853Z||pool-2-thread-9|||||INFO|500|| --> HTTP/1.1 200 OK 2022-11-13T03:26:50.290Z||pool-2-thread-2|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2022-11-13T03:26:50.292Z||pool-2-thread-10|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2022-11-13T03:26:50.292Z||pool-2-thread-2|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel. 2022-11-13T03:26:50.292Z||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 Oi7quVEmKWoWd026) ... 2022-11-13T03:26:50.295Z||pool-2-thread-10|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel. 2022-11-13T03:26:50.295Z||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 Oi7quVEmKWoWd026) ... 2022-11-13T03:26:59.850Z||pool-2-thread-2|||||INFO|500|| --> HTTP/1.1 200 OK 2022-11-13T03:26:59.879Z||pool-2-thread-10|||||INFO|500|| --> HTTP/1.1 200 OK 2022-11-13T03:27:50.290Z||pool-2-thread-2|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2022-11-13T03:27:50.291Z||pool-2-thread-2|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel. 2022-11-13T03:27:50.291Z||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 Oi7quVEmKWoWd026) ... 2022-11-13T03:27:50.292Z||pool-2-thread-4|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2022-11-13T03:27:50.293Z||pool-2-thread-4|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel. 2022-11-13T03:27:50.293Z||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 Oi7quVEmKWoWd026) ... 2022-11-13T03:27:59.873Z||pool-2-thread-2|||||INFO|500|| --> HTTP/1.1 200 OK 2022-11-13T03:27:59.886Z||pool-2-thread-4|||||INFO|500|| --> HTTP/1.1 200 OK 2022-11-13T03:28:50.290Z||pool-2-thread-8|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2022-11-13T03:28:50.291Z||pool-2-thread-8|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel. 2022-11-13T03:28:50.291Z||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 Oi7quVEmKWoWd026) ... 2022-11-13T03:28:50.292Z||pool-2-thread-3|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2022-11-13T03:28:50.292Z||pool-2-thread-3|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel. 2022-11-13T03:28:50.293Z||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 Oi7quVEmKWoWd026) ... 2022-11-13T03:28:59.877Z||pool-2-thread-3|||||INFO|500|| --> HTTP/1.1 200 OK 2022-11-13T03:28:59.884Z||pool-2-thread-8|||||INFO|500|| --> HTTP/1.1 200 OK 2022-11-13T03:29:04.486Z||http-nio-8085-exec-2|||||INFO|500||Initializing Spring DispatcherServlet 'dispatcherServlet' 2022-11-13T03:29:50.290Z||pool-2-thread-8|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2022-11-13T03:29:50.292Z||pool-2-thread-8|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel. 2022-11-13T03:29:50.292Z||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 Oi7quVEmKWoWd026) ... 2022-11-13T03:29:50.292Z||pool-2-thread-5|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2022-11-13T03:29:50.293Z||pool-2-thread-5|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel. 2022-11-13T03:29:50.293Z||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 Oi7quVEmKWoWd026) ... 2022-11-13T03:29:59.875Z||pool-2-thread-5|||||INFO|500|| --> HTTP/1.1 200 OK 2022-11-13T03:29:59.878Z||pool-2-thread-8|||||INFO|500|| --> HTTP/1.1 200 OK 2022-11-13T03:30:50.290Z||pool-2-thread-8|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2022-11-13T03:30:50.292Z||pool-2-thread-10|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2022-11-13T03:30:50.292Z||pool-2-thread-8|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel. 2022-11-13T03:30:50.292Z||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 Oi7quVEmKWoWd026) ... 2022-11-13T03:30:50.292Z||pool-2-thread-10|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel. 2022-11-13T03:30:50.292Z||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 Oi7quVEmKWoWd026) ... 2022-11-13T03:30:59.848Z||pool-2-thread-8|||||INFO|500|| --> HTTP/1.1 200 OK 2022-11-13T03:30:59.850Z||pool-2-thread-10|||||INFO|500|| --> HTTP/1.1 200 OK 2022-11-13T03:31:50.290Z||pool-2-thread-8|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2022-11-13T03:31:50.292Z||pool-2-thread-4|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2022-11-13T03:31:50.293Z||pool-2-thread-4|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel. 2022-11-13T03:31:50.293Z||pool-2-thread-8|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel. 2022-11-13T03:31:50.293Z||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 Oi7quVEmKWoWd026) ... 2022-11-13T03:31:50.293Z||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 Oi7quVEmKWoWd026) ... 2022-11-13T03:31:59.855Z||pool-2-thread-8|||||INFO|500|| --> HTTP/1.1 200 OK 2022-11-13T03:31:59.870Z||pool-2-thread-4|||||INFO|500|| --> HTTP/1.1 200 OK 2022-11-13T03:32:50.290Z||pool-2-thread-8|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2022-11-13T03:32:50.291Z||pool-2-thread-8|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel. 2022-11-13T03:32:50.291Z||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 Oi7quVEmKWoWd026) ... 2022-11-13T03:32:50.292Z||pool-2-thread-7|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2022-11-13T03:32:50.293Z||pool-2-thread-7|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel. 2022-11-13T03:32:50.293Z||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 Oi7quVEmKWoWd026) ... 2022-11-13T03:32:59.848Z||pool-2-thread-8|||||INFO|500|| --> HTTP/1.1 200 OK 2022-11-13T03:32:59.859Z||pool-2-thread-7|||||INFO|500|| --> HTTP/1.1 200 OK 2022-11-13T03:33:50.290Z||pool-2-thread-8|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2022-11-13T03:33:50.291Z||pool-2-thread-8|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel. 2022-11-13T03:33:50.291Z||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 Oi7quVEmKWoWd026) ... 2022-11-13T03:33:50.292Z||pool-2-thread-5|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2022-11-13T03:33:50.292Z||pool-2-thread-5|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel. 2022-11-13T03:33:50.293Z||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 Oi7quVEmKWoWd026) ... 2022-11-13T03:33:59.847Z||pool-2-thread-5|||||INFO|500|| --> HTTP/1.1 200 OK 2022-11-13T03:33:59.851Z||pool-2-thread-8|||||INFO|500|| --> HTTP/1.1 200 OK 2022-11-13T03:34:50.290Z||pool-2-thread-8|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2022-11-13T03:34:50.291Z||pool-2-thread-8|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel. 2022-11-13T03:34:50.291Z||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 Oi7quVEmKWoWd026) ... 2022-11-13T03:34:50.292Z||pool-2-thread-2|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2022-11-13T03:34:50.292Z||pool-2-thread-2|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel. 2022-11-13T03:34:50.293Z||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 Oi7quVEmKWoWd026) ... 2022-11-13T03:34:59.842Z||pool-2-thread-8|||||INFO|500|| --> HTTP/1.1 200 OK 2022-11-13T03:34:59.843Z||pool-2-thread-2|||||INFO|500|| --> HTTP/1.1 200 OK 2022-11-13T03:35:50.290Z||pool-2-thread-8|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2022-11-13T03:35:50.292Z||pool-2-thread-1|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2022-11-13T03:35:50.292Z||pool-2-thread-8|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel. 2022-11-13T03:35:50.292Z||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 Oi7quVEmKWoWd026) ... 2022-11-13T03:35:50.293Z||pool-2-thread-1|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel. 2022-11-13T03:35:50.294Z||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 Oi7quVEmKWoWd026) ... 2022-11-13T03:35:59.843Z||pool-2-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK 2022-11-13T03:35:59.849Z||pool-2-thread-8|||||INFO|500|| --> HTTP/1.1 200 OK 2022-11-13T03:36:50.290Z||pool-2-thread-8|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2022-11-13T03:36:50.291Z||pool-2-thread-8|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel. 2022-11-13T03:36:50.292Z||pool-2-thread-1|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2022-11-13T03:36:50.292Z||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 Oi7quVEmKWoWd026) ... 2022-11-13T03:36:50.292Z||pool-2-thread-1|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel. 2022-11-13T03:36:50.292Z||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 Oi7quVEmKWoWd026) ... 2022-11-13T03:36:59.850Z||pool-2-thread-8|||||INFO|500|| --> HTTP/1.1 200 OK 2022-11-13T03:36:59.899Z||pool-2-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK 2022-11-13T03:37:50.290Z||pool-2-thread-8|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2022-11-13T03:37:50.292Z||pool-2-thread-9|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2022-11-13T03:37:50.293Z||pool-2-thread-9|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel. 2022-11-13T03:37:50.293Z||pool-2-thread-8|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel. 2022-11-13T03:37:50.293Z||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 Oi7quVEmKWoWd026) ... 2022-11-13T03:37:50.293Z||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 Oi7quVEmKWoWd026) ... 2022-11-13T03:37:59.849Z||pool-2-thread-8|||||INFO|500|| --> HTTP/1.1 200 OK 2022-11-13T03:37:59.851Z||pool-2-thread-9|||||INFO|500|| --> HTTP/1.1 200 OK 2022-11-13T03:38:50.290Z||pool-2-thread-8|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2022-11-13T03:38:50.291Z||pool-2-thread-8|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel. 2022-11-13T03:38:50.292Z||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 Oi7quVEmKWoWd026) ... 2022-11-13T03:38:50.292Z||pool-2-thread-10|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2022-11-13T03:38:50.294Z||pool-2-thread-10|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel. 2022-11-13T03:38:50.295Z||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 Oi7quVEmKWoWd026) ... 2022-11-13T03:38:59.845Z||pool-2-thread-10|||||INFO|500|| --> HTTP/1.1 200 OK 2022-11-13T03:38:59.851Z||pool-2-thread-8|||||INFO|500|| --> HTTP/1.1 200 OK 2022-11-13T03:39:50.290Z||pool-2-thread-8|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2022-11-13T03:39:50.291Z||pool-2-thread-8|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel. 2022-11-13T03:39:50.291Z||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 Oi7quVEmKWoWd026) ... 2022-11-13T03:39:50.292Z||pool-2-thread-10|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2022-11-13T03:39:50.292Z||pool-2-thread-10|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel. 2022-11-13T03:39:50.292Z||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 Oi7quVEmKWoWd026) ... 2022-11-13T03:39:59.846Z||pool-2-thread-10|||||INFO|500|| --> HTTP/1.1 200 OK 2022-11-13T03:39:59.850Z||pool-2-thread-8|||||INFO|500|| --> HTTP/1.1 200 OK 2022-11-13T03:40:50.290Z||pool-2-thread-8|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2022-11-13T03:40:50.291Z||pool-2-thread-8|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel. 2022-11-13T03:40:50.291Z||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 Oi7quVEmKWoWd026) ... 2022-11-13T03:40:50.292Z||pool-2-thread-1|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2022-11-13T03:40:50.295Z||pool-2-thread-1|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel. 2022-11-13T03:40:50.295Z||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 Oi7quVEmKWoWd026) ... 2022-11-13T03:40:59.842Z||pool-2-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK 2022-11-13T03:40:59.852Z||pool-2-thread-8|||||INFO|500|| --> HTTP/1.1 200 OK 2022-11-13T03:41:50.290Z||pool-2-thread-8|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2022-11-13T03:41:50.292Z||pool-2-thread-1|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2022-11-13T03:41:50.293Z||pool-2-thread-1|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel. 2022-11-13T03:41:50.293Z||pool-2-thread-8|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel. 2022-11-13T03:41:50.294Z||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 Oi7quVEmKWoWd026) ... 2022-11-13T03:41:50.294Z||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 Oi7quVEmKWoWd026) ... 2022-11-13T03:41:59.847Z||pool-2-thread-8|||||INFO|500|| --> HTTP/1.1 200 OK 2022-11-13T03:41:59.848Z||pool-2-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK 2022-11-13T03:42:50.290Z||pool-2-thread-8|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2022-11-13T03:42:50.292Z||pool-2-thread-8|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel. 2022-11-13T03:42:50.292Z||pool-2-thread-3|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2022-11-13T03:42:50.292Z||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 Oi7quVEmKWoWd026) ... 2022-11-13T03:42:50.292Z||pool-2-thread-3|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel. 2022-11-13T03:42:50.292Z||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 Oi7quVEmKWoWd026) ... 2022-11-13T03:42:59.847Z||pool-2-thread-3|||||INFO|500|| --> HTTP/1.1 200 OK 2022-11-13T03:42:59.849Z||pool-2-thread-8|||||INFO|500|| --> HTTP/1.1 200 OK 2022-11-13T03:43:50.290Z||pool-2-thread-8|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2022-11-13T03:43:50.292Z||pool-2-thread-3|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2022-11-13T03:43:50.292Z||pool-2-thread-3|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel. 2022-11-13T03:43:50.292Z||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 Oi7quVEmKWoWd026) ... 2022-11-13T03:43:50.292Z||pool-2-thread-8|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel. 2022-11-13T03:43:50.293Z||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 Oi7quVEmKWoWd026) ... 2022-11-13T03:43:59.846Z||pool-2-thread-8|||||INFO|500|| --> HTTP/1.1 200 OK 2022-11-13T03:43:59.852Z||pool-2-thread-3|||||INFO|500|| --> HTTP/1.1 200 OK 2022-11-13T03:44:50.290Z||pool-2-thread-8|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2022-11-13T03:44:50.291Z||pool-2-thread-8|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel. 2022-11-13T03:44:50.291Z||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 Oi7quVEmKWoWd026) ... 2022-11-13T03:44:50.292Z||pool-2-thread-9|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2022-11-13T03:44:50.293Z||pool-2-thread-9|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel. 2022-11-13T03:44:50.293Z||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 Oi7quVEmKWoWd026) ... 2022-11-13T03:44:59.850Z||pool-2-thread-8|||||INFO|500|| --> HTTP/1.1 200 OK 2022-11-13T03:44:59.850Z||pool-2-thread-9|||||INFO|500|| --> HTTP/1.1 200 OK 2022-11-13T03:45:50.290Z||pool-2-thread-8|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2022-11-13T03:45:50.291Z||pool-2-thread-8|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel. 2022-11-13T03:45:50.291Z||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 Oi7quVEmKWoWd026) ... 2022-11-13T03:45:50.292Z||pool-2-thread-4|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2022-11-13T03:45:50.293Z||pool-2-thread-4|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel. 2022-11-13T03:45:50.293Z||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 Oi7quVEmKWoWd026) ... 2022-11-13T03:45:59.851Z||pool-2-thread-4|||||INFO|500|| --> HTTP/1.1 200 OK 2022-11-13T03:45:59.857Z||pool-2-thread-8|||||INFO|500|| --> HTTP/1.1 200 OK 2022-11-13T03:46:50.290Z||pool-2-thread-8|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2022-11-13T03:46:50.291Z||pool-2-thread-8|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel. 2022-11-13T03:46:50.291Z||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 Oi7quVEmKWoWd026) ... 2022-11-13T03:46:50.292Z||pool-2-thread-4|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2022-11-13T03:46:50.293Z||pool-2-thread-4|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel. 2022-11-13T03:46:50.293Z||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 Oi7quVEmKWoWd026) ... 2022-11-13T03:46:59.849Z||pool-2-thread-4|||||INFO|500|| --> HTTP/1.1 200 OK 2022-11-13T03:46:59.854Z||pool-2-thread-8|||||INFO|500|| --> HTTP/1.1 200 OK 2022-11-13T03:47:50.290Z||pool-2-thread-8|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2022-11-13T03:47:50.292Z||pool-2-thread-3|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2022-11-13T03:47:50.293Z||pool-2-thread-3|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel. 2022-11-13T03:47:50.294Z||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 Oi7quVEmKWoWd026) ... 2022-11-13T03:47:50.293Z||pool-2-thread-8|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel. 2022-11-13T03:47:50.294Z||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 Oi7quVEmKWoWd026) ... 2022-11-13T03:47:59.849Z||pool-2-thread-3|||||INFO|500|| --> HTTP/1.1 200 OK 2022-11-13T03:47:59.857Z||pool-2-thread-8|||||INFO|500|| --> HTTP/1.1 200 OK 2022-11-13T03:48:50.290Z||pool-2-thread-8|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2022-11-13T03:48:50.292Z||pool-2-thread-3|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2022-11-13T03:48:50.293Z||pool-2-thread-3|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel. 2022-11-13T03:48:50.293Z||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 Oi7quVEmKWoWd026) ... 2022-11-13T03:48:50.293Z||pool-2-thread-8|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel. 2022-11-13T03:48:50.294Z||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 Oi7quVEmKWoWd026) ... 2022-11-13T03:48:59.850Z||pool-2-thread-8|||||INFO|500|| --> HTTP/1.1 200 OK 2022-11-13T03:48:59.851Z||pool-2-thread-3|||||INFO|500|| --> HTTP/1.1 200 OK 2022-11-13T03:49:50.290Z||pool-2-thread-8|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2022-11-13T03:49:50.292Z||pool-2-thread-8|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel. 2022-11-13T03:49:50.292Z||pool-2-thread-6|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2022-11-13T03:49:50.292Z||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 Oi7quVEmKWoWd026) ... 2022-11-13T03:49:50.293Z||pool-2-thread-6|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel. 2022-11-13T03:49:50.293Z||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 Oi7quVEmKWoWd026) ... 2022-11-13T03:49:59.854Z||pool-2-thread-6|||||INFO|500|| --> HTTP/1.1 200 OK 2022-11-13T03:49:59.876Z||pool-2-thread-8|||||INFO|500|| --> HTTP/1.1 200 OK 2022-11-13T03:50:50.292Z||pool-2-thread-5|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2022-11-13T03:50:50.292Z||pool-2-thread-6|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2022-11-13T03:50:50.293Z||pool-2-thread-6|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel. 2022-11-13T03:50:50.293Z||pool-2-thread-5|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel. 2022-11-13T03:50:50.293Z||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 Oi7quVEmKWoWd026) ... 2022-11-13T03:50:50.294Z||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 Oi7quVEmKWoWd026) ... 2022-11-13T03:50:59.847Z||pool-2-thread-5|||||INFO|500|| --> HTTP/1.1 200 OK 2022-11-13T03:50:59.858Z||pool-2-thread-6|||||INFO|500|| --> HTTP/1.1 200 OK 2022-11-13T03:51:50.290Z||pool-2-thread-6|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2022-11-13T03:51:50.291Z||pool-2-thread-6|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel. 2022-11-13T03:51:50.291Z||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 Oi7quVEmKWoWd026) ... 2022-11-13T03:51:50.292Z||pool-2-thread-2|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2022-11-13T03:51:50.293Z||pool-2-thread-2|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel. 2022-11-13T03:51:50.293Z||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 Oi7quVEmKWoWd026) ... 2022-11-13T03:51:59.842Z||pool-2-thread-2|||||INFO|500|| --> HTTP/1.1 200 OK 2022-11-13T03:51:59.849Z||pool-2-thread-6|||||INFO|500|| --> HTTP/1.1 200 OK 2022-11-13T03:52:50.290Z||pool-2-thread-6|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2022-11-13T03:52:50.291Z||pool-2-thread-6|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel. 2022-11-13T03:52:50.291Z||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 Oi7quVEmKWoWd026) ... 2022-11-13T03:52:50.292Z||pool-2-thread-3|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2022-11-13T03:52:50.292Z||pool-2-thread-3|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel. 2022-11-13T03:52:50.292Z||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 Oi7quVEmKWoWd026) ... 2022-11-13T03:52:59.842Z||pool-2-thread-3|||||INFO|500|| --> HTTP/1.1 200 OK 2022-11-13T03:52:59.846Z||pool-2-thread-6|||||INFO|500|| --> HTTP/1.1 200 OK 2022-11-13T03:53:50.290Z||pool-2-thread-6|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2022-11-13T03:53:50.291Z||pool-2-thread-6|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel. 2022-11-13T03:53:50.292Z||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 Oi7quVEmKWoWd026) ... 2022-11-13T03:53:50.292Z||pool-2-thread-4|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2022-11-13T03:53:50.293Z||pool-2-thread-4|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel. 2022-11-13T03:53:50.293Z||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 Oi7quVEmKWoWd026) ... 2022-11-13T03:53:59.842Z||pool-2-thread-4|||||INFO|500|| --> HTTP/1.1 200 OK 2022-11-13T03:53:59.846Z||pool-2-thread-6|||||INFO|500|| --> HTTP/1.1 200 OK 2022-11-13T03:54:50.290Z||pool-2-thread-6|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2022-11-13T03:54:50.291Z||pool-2-thread-6|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel. 2022-11-13T03:54:50.291Z||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 Oi7quVEmKWoWd026) ... 2022-11-13T03:54:50.292Z||pool-2-thread-1|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2022-11-13T03:54:50.292Z||pool-2-thread-1|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel. 2022-11-13T03:54:50.292Z||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 Oi7quVEmKWoWd026) ... 2022-11-13T03:54:59.865Z||pool-2-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK 2022-11-13T03:54:59.867Z||pool-2-thread-6|||||INFO|500|| --> HTTP/1.1 200 OK 2022-11-13T03:55:50.290Z||pool-2-thread-6|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2022-11-13T03:55:50.292Z||pool-2-thread-10|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2022-11-13T03:55:50.292Z||pool-2-thread-6|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel. 2022-11-13T03:55:50.292Z||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 Oi7quVEmKWoWd026) ... 2022-11-13T03:55:50.293Z||pool-2-thread-10|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel. 2022-11-13T03:55:50.293Z||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 Oi7quVEmKWoWd026) ... 2022-11-13T03:55:59.856Z||pool-2-thread-10|||||INFO|500|| --> HTTP/1.1 200 OK 2022-11-13T03:55:59.857Z||pool-2-thread-6|||||INFO|500|| --> HTTP/1.1 200 OK 2022-11-13T03:56:50.290Z||pool-2-thread-6|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2022-11-13T03:56:50.292Z||pool-2-thread-6|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel. 2022-11-13T03:56:50.292Z||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 Oi7quVEmKWoWd026) ... 2022-11-13T03:56:50.292Z||pool-2-thread-3|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2022-11-13T03:56:50.292Z||pool-2-thread-3|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel. 2022-11-13T03:56:50.293Z||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 Oi7quVEmKWoWd026) ... 2022-11-13T03:56:59.840Z||pool-2-thread-6|||||INFO|500|| --> HTTP/1.1 200 OK 2022-11-13T03:56:59.840Z||pool-2-thread-3|||||INFO|500|| --> HTTP/1.1 200 OK 2022-11-13T03:57:50.290Z||pool-2-thread-6|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2022-11-13T03:57:50.291Z||pool-2-thread-6|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel. 2022-11-13T03:57:50.291Z||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 Oi7quVEmKWoWd026) ... 2022-11-13T03:57:50.292Z||pool-2-thread-3|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2022-11-13T03:57:50.292Z||pool-2-thread-3|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel. 2022-11-13T03:57:50.292Z||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 Oi7quVEmKWoWd026) ... 2022-11-13T03:57:59.836Z||pool-2-thread-3|||||INFO|500|| --> HTTP/1.1 200 OK 2022-11-13T03:57:59.839Z||pool-2-thread-6|||||INFO|500|| --> HTTP/1.1 200 OK 2022-11-13T03:58:50.290Z||pool-2-thread-6|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2022-11-13T03:58:50.291Z||pool-2-thread-6|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel. 2022-11-13T03:58:50.291Z||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 Oi7quVEmKWoWd026) ... 2022-11-13T03:58:50.292Z||pool-2-thread-1|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2022-11-13T03:58:50.292Z||pool-2-thread-1|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel. 2022-11-13T03:58:50.292Z||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 Oi7quVEmKWoWd026) ... 2022-11-13T03:58:59.835Z||pool-2-thread-6|||||INFO|500|| --> HTTP/1.1 200 OK 2022-11-13T03:58:59.840Z||pool-2-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK 2022-11-13T03:59:50.290Z||pool-2-thread-6|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2022-11-13T03:59:50.291Z||pool-2-thread-6|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel. 2022-11-13T03:59:50.292Z||pool-2-thread-10|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2022-11-13T03:59:50.292Z||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 Oi7quVEmKWoWd026) ... 2022-11-13T03:59:50.293Z||pool-2-thread-10|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel. 2022-11-13T03:59:50.293Z||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 Oi7quVEmKWoWd026) ... 2022-11-13T03:59:59.840Z||pool-2-thread-10|||||INFO|500|| --> HTTP/1.1 200 OK 2022-11-13T03:59:59.841Z||pool-2-thread-6|||||INFO|500|| --> HTTP/1.1 200 OK 2022-11-13T04:00:50.290Z||pool-2-thread-6|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2022-11-13T04:00:50.291Z||pool-2-thread-6|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel. 2022-11-13T04:00:50.291Z||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 Oi7quVEmKWoWd026) ... 2022-11-13T04:00:50.292Z||pool-2-thread-4|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2022-11-13T04:00:50.292Z||pool-2-thread-4|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel. 2022-11-13T04:00:50.292Z||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 Oi7quVEmKWoWd026) ... 2022-11-13T04:00:59.846Z||pool-2-thread-6|||||INFO|500|| --> HTTP/1.1 200 OK 2022-11-13T04:00:59.846Z||pool-2-thread-4|||||INFO|500|| --> HTTP/1.1 200 OK 2022-11-13T04:01:50.290Z||pool-2-thread-6|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2022-11-13T04:01:50.292Z||pool-2-thread-2|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2022-11-13T04:01:50.292Z||pool-2-thread-6|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel. 2022-11-13T04:01:50.293Z||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 Oi7quVEmKWoWd026) ... 2022-11-13T04:01:50.293Z||pool-2-thread-2|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel. 2022-11-13T04:01:50.293Z||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 Oi7quVEmKWoWd026) ... 2022-11-13T04:01:59.855Z||pool-2-thread-2|||||INFO|500|| --> HTTP/1.1 200 OK 2022-11-13T04:01:59.855Z||pool-2-thread-6|||||INFO|500|| --> HTTP/1.1 200 OK 2022-11-13T04:02:50.290Z||pool-2-thread-6|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2022-11-13T04:02:50.292Z||pool-2-thread-1|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2022-11-13T04:02:50.292Z||pool-2-thread-1|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel. 2022-11-13T04:02:50.292Z||pool-2-thread-6|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel. 2022-11-13T04:02:50.293Z||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 Oi7quVEmKWoWd026) ... 2022-11-13T04:02:50.293Z||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 Oi7quVEmKWoWd026) ... 2022-11-13T04:02:59.842Z||pool-2-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK 2022-11-13T04:02:59.845Z||pool-2-thread-6|||||INFO|500|| --> HTTP/1.1 200 OK 2022-11-13T04:03:50.290Z||pool-2-thread-6|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2022-11-13T04:03:50.292Z||pool-2-thread-1|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2022-11-13T04:03:50.293Z||pool-2-thread-6|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel. 2022-11-13T04:03:50.293Z||pool-2-thread-1|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel. 2022-11-13T04:03:50.293Z||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 Oi7quVEmKWoWd026) ... 2022-11-13T04:03:50.293Z||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 Oi7quVEmKWoWd026) ... 2022-11-13T04:03:59.846Z||pool-2-thread-6|||||INFO|500|| --> HTTP/1.1 200 OK 2022-11-13T04:03:59.851Z||pool-2-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK 2022-11-13T04:04:50.290Z||pool-2-thread-7|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2022-11-13T04:04:50.292Z||pool-2-thread-7|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel. 2022-11-13T04:04:50.292Z||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 Oi7quVEmKWoWd026) ... 2022-11-13T04:04:50.292Z||pool-2-thread-4|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2022-11-13T04:04:50.295Z||pool-2-thread-4|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel. 2022-11-13T04:04:50.295Z||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 Oi7quVEmKWoWd026) ... 2022-11-13T04:04:50.500Z||pool-2-thread-4|||||INFO|500|| --> HTTP/1.1 200 OK 2022-11-13T04:04:50.506Z||pool-2-thread-4|||||DEBUG|500||received message from topic 2022-11-13T04:04:50.506Z||pool-2-thread-4|||||DEBUG|500||recieved notification from broker: { "distributionID": "0bc1ed58-a1c1-4d04-8bed-12d0375391db", "consumerID": "ves-openapi-manager", "timestamp": 1668312261883, "artifactURL": "/sdc/v1/catalog/services/BasicOnboardKhsbgx/1.0/resourceInstances/basic_onboard_khsbgx0/artifacts/vf-license-model.xml", "status": "NOT_NOTIFIED" } 2022-11-13T04:04:50.540Z||pool-2-thread-4|||||INFO|500||Missing status on Status Object. 2022-11-13T04:04:50.541Z||pool-2-thread-4|||||DEBUG|500||received message from topic 2022-11-13T04:04:50.541Z||pool-2-thread-4|||||DEBUG|500||recieved notification from broker: { "distributionID": "0bc1ed58-a1c1-4d04-8bed-12d0375391db", "consumerID": "multicloud-k8s-id", "timestamp": 1668312267601, "artifactURL": "/sdc/v1/catalog/services/BasicOnboardKhsbgx/1.0/resourceInstances/basic_onboard_khsbgx0/artifacts/vf-license-model.xml", "status": "NOT_NOTIFIED" } 2022-11-13T04:04:50.542Z||pool-2-thread-4|||||INFO|500||Missing status on Status Object. 2022-11-13T04:04:50.542Z||pool-2-thread-4|||||DEBUG|500||received message from topic 2022-11-13T04:04:50.542Z||pool-2-thread-4|||||DEBUG|500||recieved notification from broker: { "distributionID": "0bc1ed58-a1c1-4d04-8bed-12d0375391db", "consumerID": "cds", "timestamp": 1668312259910, "artifactURL": "/sdc/v1/catalog/services/BasicOnboardKhsbgx/1.0/resourceInstances/basic_onboard_khsbgx0/artifacts/vf-license-model.xml", "status": "NOT_NOTIFIED" } 2022-11-13T04:04:50.542Z||pool-2-thread-4|||||INFO|500||Missing status on Status Object. 2022-11-13T04:04:50.543Z||pool-2-thread-4|||||DEBUG|500||received message from topic 2022-11-13T04:04:50.543Z||pool-2-thread-4|||||DEBUG|500||recieved notification from broker: { "distributionID": "0bc1ed58-a1c1-4d04-8bed-12d0375391db", "consumerID": "policy-id", "timestamp": 1668312260440, "artifactURL": "/sdc/v1/catalog/services/BasicOnboardKhsbgx/1.0/resourceInstances/basic_onboard_khsbgx0/artifacts/vf-license-model.xml", "status": "NOT_NOTIFIED" } 2022-11-13T04:04:50.543Z||pool-2-thread-4|||||INFO|500||Missing status on Status Object. 2022-11-13T04:04:50.543Z||pool-2-thread-4|||||DEBUG|500||received message from topic 2022-11-13T04:04:50.543Z||pool-2-thread-4|||||DEBUG|500||recieved notification from broker: { "distributionID": "0bc1ed58-a1c1-4d04-8bed-12d0375391db", "consumerID": "ves-openapi-manager", "timestamp": 1668312261883, "artifactURL": "/sdc/v1/catalog/services/BasicOnboardKhsbgx/1.0/resourceInstances/basic_onboard_khsbgx0/artifacts/basic_onboard_khsbgx0_modules.json", "status": "NOT_NOTIFIED" } 2022-11-13T04:04:50.544Z||pool-2-thread-4|||||INFO|500||Missing status on Status Object. 2022-11-13T04:04:50.544Z||pool-2-thread-4|||||DEBUG|500||received message from topic 2022-11-13T04:04:50.544Z||pool-2-thread-4|||||DEBUG|500||recieved notification from broker: { "distributionID": "0bc1ed58-a1c1-4d04-8bed-12d0375391db", "consumerID": "multicloud-k8s-id", "timestamp": 1668312267601, "artifactURL": "/sdc/v1/catalog/services/BasicOnboardKhsbgx/1.0/resourceInstances/basic_onboard_khsbgx0/artifacts/basic_onboard_khsbgx0_modules.json", "status": "NOTIFIED" } 2022-11-13T04:04:50.544Z||pool-2-thread-4|||||INFO|500||Missing status on Status Object. 2022-11-13T04:04:50.545Z||pool-2-thread-4|||||DEBUG|500||received message from topic 2022-11-13T04:04:50.545Z||pool-2-thread-4|||||DEBUG|500||recieved notification from broker: { "distributionID": "0bc1ed58-a1c1-4d04-8bed-12d0375391db", "consumerID": "cds", "timestamp": 1668312259910, "artifactURL": "/sdc/v1/catalog/services/BasicOnboardKhsbgx/1.0/resourceInstances/basic_onboard_khsbgx0/artifacts/basic_onboard_khsbgx0_modules.json", "status": "NOT_NOTIFIED" } 2022-11-13T04:04:50.545Z||pool-2-thread-4|||||INFO|500||Missing status on Status Object. 2022-11-13T04:04:50.545Z||pool-2-thread-4|||||DEBUG|500||received message from topic 2022-11-13T04:04:50.545Z||pool-2-thread-4|||||DEBUG|500||recieved notification from broker: { "distributionID": "0bc1ed58-a1c1-4d04-8bed-12d0375391db", "consumerID": "policy-id", "timestamp": 1668312260440, "artifactURL": "/sdc/v1/catalog/services/BasicOnboardKhsbgx/1.0/resourceInstances/basic_onboard_khsbgx0/artifacts/basic_onboard_khsbgx0_modules.json", "status": "NOT_NOTIFIED" } 2022-11-13T04:04:50.545Z||pool-2-thread-4|||||INFO|500||Missing status on Status Object. 2022-11-13T04:04:50.545Z||pool-2-thread-4|||||DEBUG|500||received message from topic 2022-11-13T04:04:50.546Z||pool-2-thread-4|||||DEBUG|500||recieved notification from broker: { "distributionID": "0bc1ed58-a1c1-4d04-8bed-12d0375391db", "consumerID": "ves-openapi-manager", "timestamp": 1668312261883, "artifactURL": "/sdc/v1/catalog/services/BasicOnboardKhsbgx/1.0/resourceInstances/basic_onboard_khsbgx0/artifacts/base_ubuntu18.yaml", "status": "NOT_NOTIFIED" } 2022-11-13T04:04:50.546Z||pool-2-thread-4|||||INFO|500||Missing status on Status Object. 2022-11-13T04:04:50.546Z||pool-2-thread-4|||||DEBUG|500||received message from topic 2022-11-13T04:04:50.546Z||pool-2-thread-4|||||DEBUG|500||recieved notification from broker: { "distributionID": "0bc1ed58-a1c1-4d04-8bed-12d0375391db", "consumerID": "multicloud-k8s-id", "timestamp": 1668312267601, "artifactURL": "/sdc/v1/catalog/services/BasicOnboardKhsbgx/1.0/resourceInstances/basic_onboard_khsbgx0/artifacts/base_ubuntu18.yaml", "status": "NOTIFIED" } 2022-11-13T04:04:50.546Z||pool-2-thread-4|||||INFO|500||Missing status on Status Object. 2022-11-13T04:04:50.546Z||pool-2-thread-4|||||DEBUG|500||received message from topic 2022-11-13T04:04:50.547Z||pool-2-thread-4|||||DEBUG|500||recieved notification from broker: { "distributionID": "0bc1ed58-a1c1-4d04-8bed-12d0375391db", "consumerID": "cds", "timestamp": 1668312259910, "artifactURL": "/sdc/v1/catalog/services/BasicOnboardKhsbgx/1.0/resourceInstances/basic_onboard_khsbgx0/artifacts/base_ubuntu18.yaml", "status": "NOT_NOTIFIED" } 2022-11-13T04:04:50.547Z||pool-2-thread-4|||||INFO|500||Missing status on Status Object. 2022-11-13T04:04:50.547Z||pool-2-thread-4|||||DEBUG|500||received message from topic 2022-11-13T04:04:50.547Z||pool-2-thread-4|||||DEBUG|500||recieved notification from broker: { "distributionID": "0bc1ed58-a1c1-4d04-8bed-12d0375391db", "consumerID": "policy-id", "timestamp": 1668312260440, "artifactURL": "/sdc/v1/catalog/services/BasicOnboardKhsbgx/1.0/resourceInstances/basic_onboard_khsbgx0/artifacts/base_ubuntu18.yaml", "status": "NOTIFIED" } 2022-11-13T04:04:50.547Z||pool-2-thread-4|||||INFO|500||Missing status on Status Object. 2022-11-13T04:04:50.547Z||pool-2-thread-4|||||DEBUG|500||received message from topic 2022-11-13T04:04:50.547Z||pool-2-thread-4|||||DEBUG|500||recieved notification from broker: { "distributionID": "0bc1ed58-a1c1-4d04-8bed-12d0375391db", "consumerID": "sdc-COpenSource-Env11-sdnc-dockero", "timestamp": 1668312271119, "artifactURL": "/sdc/v1/catalog/services/BasicOnboardKhsbgx/1.0/resourceInstances/basic_onboard_khsbgx0/artifacts/vf-license-model.xml", "status": "NOT_NOTIFIED" } 2022-11-13T04:04:50.548Z||pool-2-thread-4|||||INFO|500||Missing status on Status Object. 2022-11-13T04:04:50.548Z||pool-2-thread-4|||||DEBUG|500||received message from topic 2022-11-13T04:04:50.548Z||pool-2-thread-4|||||DEBUG|500||recieved notification from broker: { "distributionID": "0bc1ed58-a1c1-4d04-8bed-12d0375391db", "consumerID": "ves-openapi-manager", "timestamp": 1668312261883, "artifactURL": "/sdc/v1/catalog/services/BasicOnboardKhsbgx/1.0/resourceInstances/basic_onboard_khsbgx0/artifacts/vendor-license-model.xml", "status": "NOT_NOTIFIED" } 2022-11-13T04:04:50.548Z||pool-2-thread-4|||||INFO|500||Missing status on Status Object. 2022-11-13T04:04:50.548Z||pool-2-thread-4|||||DEBUG|500||received message from topic 2022-11-13T04:04:50.548Z||pool-2-thread-4|||||DEBUG|500||recieved notification from broker: { "distributionID": "0bc1ed58-a1c1-4d04-8bed-12d0375391db", "consumerID": "multicloud-k8s-id", "timestamp": 1668312267601, "artifactURL": "/sdc/v1/catalog/services/BasicOnboardKhsbgx/1.0/resourceInstances/basic_onboard_khsbgx0/artifacts/vendor-license-model.xml", "status": "NOT_NOTIFIED" } 2022-11-13T04:04:50.549Z||pool-2-thread-4|||||INFO|500||Missing status on Status Object. 2022-11-13T04:04:50.549Z||pool-2-thread-4|||||DEBUG|500||received message from topic 2022-11-13T04:04:50.549Z||pool-2-thread-4|||||DEBUG|500||recieved notification from broker: { "distributionID": "0bc1ed58-a1c1-4d04-8bed-12d0375391db", "consumerID": "cds", "timestamp": 1668312259910, "artifactURL": "/sdc/v1/catalog/services/BasicOnboardKhsbgx/1.0/resourceInstances/basic_onboard_khsbgx0/artifacts/vendor-license-model.xml", "status": "NOT_NOTIFIED" } 2022-11-13T04:04:50.550Z||pool-2-thread-4|||||INFO|500||Missing status on Status Object. 2022-11-13T04:04:50.550Z||pool-2-thread-4|||||DEBUG|500||received message from topic 2022-11-13T04:04:50.550Z||pool-2-thread-4|||||DEBUG|500||recieved notification from broker: { "distributionID": "0bc1ed58-a1c1-4d04-8bed-12d0375391db", "consumerID": "policy-id", "timestamp": 1668312260440, "artifactURL": "/sdc/v1/catalog/services/BasicOnboardKhsbgx/1.0/resourceInstances/basic_onboard_khsbgx0/artifacts/vendor-license-model.xml", "status": "NOT_NOTIFIED" } 2022-11-13T04:04:50.551Z||pool-2-thread-4|||||INFO|500||Missing status on Status Object. 2022-11-13T04:04:50.551Z||pool-2-thread-4|||||DEBUG|500||received message from topic 2022-11-13T04:04:50.551Z||pool-2-thread-4|||||DEBUG|500||recieved notification from broker: { "distributionID": "0bc1ed58-a1c1-4d04-8bed-12d0375391db", "consumerID": "sdc-COpenSource-Env11-sdnc-dockero", "timestamp": 1668312271119, "artifactURL": "/sdc/v1/catalog/services/BasicOnboardKhsbgx/1.0/resourceInstances/basic_onboard_khsbgx0/artifacts/basic_onboard_khsbgx0_modules.json", "status": "NOT_NOTIFIED" } 2022-11-13T04:04:50.551Z||pool-2-thread-4|||||INFO|500||Missing status on Status Object. 2022-11-13T04:04:50.551Z||pool-2-thread-4|||||DEBUG|500||received message from topic 2022-11-13T04:04:50.551Z||pool-2-thread-4|||||DEBUG|500||recieved notification from broker: { "distributionID": "0bc1ed58-a1c1-4d04-8bed-12d0375391db", "consumerID": "ves-openapi-manager", "timestamp": 1668312261883, "artifactURL": "/sdc/v1/catalog/services/BasicOnboardKhsbgx/1.0/resourceInstances/basic_onboard_khsbgx0/artifacts/base_ubuntu18.env", "status": "NOT_NOTIFIED" } 2022-11-13T04:04:50.551Z||pool-2-thread-4|||||INFO|500||Missing status on Status Object. 2022-11-13T04:04:50.552Z||pool-2-thread-4|||||DEBUG|500||received message from topic 2022-11-13T04:04:50.552Z||pool-2-thread-4|||||DEBUG|500||recieved notification from broker: { "distributionID": "0bc1ed58-a1c1-4d04-8bed-12d0375391db", "consumerID": "multicloud-k8s-id", "timestamp": 1668312267601, "artifactURL": "/sdc/v1/catalog/services/BasicOnboardKhsbgx/1.0/resourceInstances/basic_onboard_khsbgx0/artifacts/base_ubuntu18.env", "status": "NOTIFIED" } 2022-11-13T04:04:50.552Z||pool-2-thread-4|||||INFO|500||Missing status on Status Object. 2022-11-13T04:04:50.552Z||pool-2-thread-4|||||DEBUG|500||received message from topic 2022-11-13T04:04:50.552Z||pool-2-thread-4|||||DEBUG|500||recieved notification from broker: { "distributionID": "0bc1ed58-a1c1-4d04-8bed-12d0375391db", "consumerID": "cds", "timestamp": 1668312259910, "artifactURL": "/sdc/v1/catalog/services/BasicOnboardKhsbgx/1.0/resourceInstances/basic_onboard_khsbgx0/artifacts/base_ubuntu18.env", "status": "NOT_NOTIFIED" } 2022-11-13T04:04:50.552Z||pool-2-thread-4|||||INFO|500||Missing status on Status Object. 2022-11-13T04:04:50.552Z||pool-2-thread-4|||||DEBUG|500||received message from topic 2022-11-13T04:04:50.553Z||pool-2-thread-4|||||DEBUG|500||recieved notification from broker: { "distributionID": "0bc1ed58-a1c1-4d04-8bed-12d0375391db", "consumerID": "policy-id", "timestamp": 1668312260440, "artifactURL": "/sdc/v1/catalog/services/BasicOnboardKhsbgx/1.0/resourceInstances/basic_onboard_khsbgx0/artifacts/base_ubuntu18.env", "status": "NOT_NOTIFIED" } 2022-11-13T04:04:50.553Z||pool-2-thread-4|||||INFO|500||Missing status on Status Object. 2022-11-13T04:04:50.553Z||pool-2-thread-4|||||DEBUG|500||received message from topic 2022-11-13T04:04:50.553Z||pool-2-thread-4|||||DEBUG|500||recieved notification from broker: { "distributionID": "0bc1ed58-a1c1-4d04-8bed-12d0375391db", "consumerID": "sdc-COpenSource-Env11-sdnc-dockero", "timestamp": 1668312271119, "artifactURL": "/sdc/v1/catalog/services/BasicOnboardKhsbgx/1.0/resourceInstances/basic_onboard_khsbgx0/artifacts/base_ubuntu18.yaml", "status": "NOT_NOTIFIED" } 2022-11-13T04:04:50.553Z||pool-2-thread-4|||||INFO|500||Missing status on Status Object. 2022-11-13T04:04:50.553Z||pool-2-thread-4|||||DEBUG|500||received message from topic 2022-11-13T04:04:50.554Z||pool-2-thread-4|||||DEBUG|500||recieved notification from broker: { "distributionID": "0bc1ed58-a1c1-4d04-8bed-12d0375391db", "consumerID": "ves-openapi-manager", "timestamp": 1668312261883, "artifactURL": "/sdc/v1/catalog/services/BasicOnboardKhsbgx/1.0/artifacts/service-BasicOnboardKhsbgx-template.yml", "status": "NOT_NOTIFIED" } 2022-11-13T04:04:50.554Z||pool-2-thread-4|||||INFO|500||Missing status on Status Object. 2022-11-13T04:04:50.554Z||pool-2-thread-4|||||DEBUG|500||received message from topic 2022-11-13T04:04:50.554Z||pool-2-thread-4|||||DEBUG|500||recieved notification from broker: { "distributionID": "0bc1ed58-a1c1-4d04-8bed-12d0375391db", "consumerID": "multicloud-k8s-id", "timestamp": 1668312267601, "artifactURL": "/sdc/v1/catalog/services/BasicOnboardKhsbgx/1.0/artifacts/service-BasicOnboardKhsbgx-template.yml", "status": "NOT_NOTIFIED" } 2022-11-13T04:04:50.554Z||pool-2-thread-4|||||INFO|500||Missing status on Status Object. 2022-11-13T04:04:50.554Z||pool-2-thread-4|||||DEBUG|500||received message from topic 2022-11-13T04:04:50.554Z||pool-2-thread-4|||||DEBUG|500||recieved notification from broker: { "distributionID": "0bc1ed58-a1c1-4d04-8bed-12d0375391db", "consumerID": "cds", "timestamp": 1668312259910, "artifactURL": "/sdc/v1/catalog/services/BasicOnboardKhsbgx/1.0/artifacts/service-BasicOnboardKhsbgx-template.yml", "status": "NOT_NOTIFIED" } 2022-11-13T04:04:50.555Z||pool-2-thread-4|||||INFO|500||Missing status on Status Object. 2022-11-13T04:04:50.555Z||pool-2-thread-4|||||DEBUG|500||received message from topic 2022-11-13T04:04:50.555Z||pool-2-thread-4|||||DEBUG|500||recieved notification from broker: { "distributionID": "0bc1ed58-a1c1-4d04-8bed-12d0375391db", "consumerID": "policy-id", "timestamp": 1668312260440, "artifactURL": "/sdc/v1/catalog/services/BasicOnboardKhsbgx/1.0/artifacts/service-BasicOnboardKhsbgx-template.yml", "status": "NOT_NOTIFIED" } 2022-11-13T04:04:50.555Z||pool-2-thread-4|||||INFO|500||Missing status on Status Object. 2022-11-13T04:04:50.555Z||pool-2-thread-4|||||DEBUG|500||received message from topic 2022-11-13T04:04:50.555Z||pool-2-thread-4|||||DEBUG|500||recieved notification from broker: { "distributionID": "0bc1ed58-a1c1-4d04-8bed-12d0375391db", "consumerID": "sdc-COpenSource-Env11-sdnc-dockero", "timestamp": 1668312271119, "artifactURL": "/sdc/v1/catalog/services/BasicOnboardKhsbgx/1.0/resourceInstances/basic_onboard_khsbgx0/artifacts/vendor-license-model.xml", "status": "NOT_NOTIFIED" } 2022-11-13T04:04:50.555Z||pool-2-thread-4|||||INFO|500||Missing status on Status Object. 2022-11-13T04:04:50.556Z||pool-2-thread-4|||||DEBUG|500||received message from topic 2022-11-13T04:04:50.556Z||pool-2-thread-4|||||DEBUG|500||recieved notification from broker: { "distributionID": "0bc1ed58-a1c1-4d04-8bed-12d0375391db", "consumerID": "ves-openapi-manager", "timestamp": 1668312261883, "artifactURL": "/sdc/v1/catalog/services/BasicOnboardKhsbgx/1.0/artifacts/service-BasicOnboardKhsbgx-csar.csar", "status": "NOT_NOTIFIED" } 2022-11-13T04:04:50.556Z||pool-2-thread-4|||||INFO|500||Missing status on Status Object. 2022-11-13T04:04:50.556Z||pool-2-thread-4|||||DEBUG|500||received message from topic 2022-11-13T04:04:50.556Z||pool-2-thread-4|||||DEBUG|500||recieved notification from broker: { "distributionID": "0bc1ed58-a1c1-4d04-8bed-12d0375391db", "consumerID": "multicloud-k8s-id", "timestamp": 1668312267601, "artifactURL": "/sdc/v1/catalog/services/BasicOnboardKhsbgx/1.0/artifacts/service-BasicOnboardKhsbgx-csar.csar", "status": "NOTIFIED" } 2022-11-13T04:04:50.556Z||pool-2-thread-4|||||INFO|500||Missing status on Status Object. 2022-11-13T04:04:50.556Z||pool-2-thread-4|||||DEBUG|500||received message from topic 2022-11-13T04:04:50.556Z||pool-2-thread-4|||||DEBUG|500||recieved notification from broker: { "distributionID": "0bc1ed58-a1c1-4d04-8bed-12d0375391db", "consumerID": "policy-id", "timestamp": 1668312260440, "artifactURL": "/sdc/v1/catalog/services/BasicOnboardKhsbgx/1.0/artifacts/service-BasicOnboardKhsbgx-csar.csar", "status": "NOTIFIED" } 2022-11-13T04:04:50.557Z||pool-2-thread-4|||||INFO|500||Missing status on Status Object. 2022-11-13T04:04:50.557Z||pool-2-thread-4|||||DEBUG|500||received message from topic 2022-11-13T04:04:50.557Z||pool-2-thread-4|||||DEBUG|500||recieved notification from broker: { "distributionID": "0bc1ed58-a1c1-4d04-8bed-12d0375391db", "consumerID": "cds", "timestamp": 1668312259910, "artifactURL": "/sdc/v1/catalog/services/BasicOnboardKhsbgx/1.0/artifacts/service-BasicOnboardKhsbgx-csar.csar", "status": "NOTIFIED" } 2022-11-13T04:04:50.557Z||pool-2-thread-4|||||INFO|500||Missing status on Status Object. 2022-11-13T04:04:50.557Z||pool-2-thread-4|||||DEBUG|500||received message from topic 2022-11-13T04:04:50.557Z||pool-2-thread-4|||||DEBUG|500||recieved notification from broker: { "distributionID": "0bc1ed58-a1c1-4d04-8bed-12d0375391db", "consumerID": "sdc-COpenSource-Env11-sdnc-dockero", "timestamp": 1668312271119, "artifactURL": "/sdc/v1/catalog/services/BasicOnboardKhsbgx/1.0/resourceInstances/basic_onboard_khsbgx0/artifacts/base_ubuntu18.env", "status": "NOT_NOTIFIED" } 2022-11-13T04:04:50.557Z||pool-2-thread-4|||||INFO|500||Missing status on Status Object. 2022-11-13T04:04:50.558Z||pool-2-thread-4|||||DEBUG|500||received message from topic 2022-11-13T04:04:50.558Z||pool-2-thread-4|||||DEBUG|500||recieved notification from broker: { "distributionID": "0bc1ed58-a1c1-4d04-8bed-12d0375391db", "consumerID": "multicloud-k8s-id", "timestamp": 1668312276549, "artifactURL": "/sdc/v1/catalog/services/BasicOnboardKhsbgx/1.0/resourceInstances/basic_onboard_khsbgx0/artifacts/basic_onboard_khsbgx0_modules.json", "status": "DOWNLOAD_OK" } 2022-11-13T04:04:50.558Z||pool-2-thread-4|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error' 2022-11-13T04:04:50.558Z||pool-2-thread-4|||||DEBUG|500||received message from topic 2022-11-13T04:04:50.558Z||pool-2-thread-4|||||DEBUG|500||recieved notification from broker: { "distributionID": "0bc1ed58-a1c1-4d04-8bed-12d0375391db", "consumerID": "cds", "timestamp": 1668312276538, "artifactURL": "/sdc/v1/catalog/services/BasicOnboardKhsbgx/1.0/artifacts/service-BasicOnboardKhsbgx-csar.csar", "status": "DOWNLOAD_OK" } 2022-11-13T04:04:50.559Z||pool-2-thread-4|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error' 2022-11-13T04:04:50.559Z||pool-2-thread-4|||||DEBUG|500||received message from topic 2022-11-13T04:04:50.559Z||pool-2-thread-4|||||DEBUG|500||recieved notification from broker: { "distributionID": "0bc1ed58-a1c1-4d04-8bed-12d0375391db", "consumerID": "policy-id", "timestamp": 1668312276561, "artifactURL": "/sdc/v1/catalog/services/BasicOnboardKhsbgx/1.0/artifacts/service-BasicOnboardKhsbgx-csar.csar", "status": "DOWNLOAD_OK" } 2022-11-13T04:04:50.559Z||pool-2-thread-4|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error' 2022-11-13T04:04:50.559Z||pool-2-thread-4|||||DEBUG|500||received message from topic 2022-11-13T04:04:50.559Z||pool-2-thread-4|||||DEBUG|500||recieved notification from broker: { "distributionID": "0bc1ed58-a1c1-4d04-8bed-12d0375391db", "consumerID": "sdc-COpenSource-Env11-sdnc-dockero", "timestamp": 1668312271119, "artifactURL": "/sdc/v1/catalog/services/BasicOnboardKhsbgx/1.0/artifacts/service-BasicOnboardKhsbgx-template.yml", "status": "NOT_NOTIFIED" } 2022-11-13T04:04:50.559Z||pool-2-thread-4|||||INFO|500||Missing status on Status Object. 2022-11-13T04:04:50.560Z||pool-2-thread-4|||||DEBUG|500||received message from topic 2022-11-13T04:04:50.560Z||pool-2-thread-4|||||DEBUG|500||recieved notification from broker: { "distributionID": "0bc1ed58-a1c1-4d04-8bed-12d0375391db", "consumerID": "cds", "timestamp": 1668312277558, "artifactURL": "/sdc/v1/catalog/services/BasicOnboardKhsbgx/1.0/artifacts/service-BasicOnboardKhsbgx-csar.csar", "status": "COMPONENT_DONE_OK", "componentName": "cds" } Hibernate: select watchdogdi0_.DISTRIBUTION_ID as distribu1_11_0_, watchdogdi0_.CREATE_TIME as create_t2_11_0_, watchdogdi0_.DISTRIBUTION_ID_STATUS as distribu3_11_0_, watchdogdi0_.MODIFY_TIME as modify_t4_11_0_, watchdogdi0_.LOCK_VERSION as lock_ver5_11_0_ from watchdog_distributionid_status watchdogdi0_ where watchdogdi0_.DISTRIBUTION_ID=? Hibernate: select watchdogdi0_.DISTRIBUTION_ID as distribu1_11_0_, watchdogdi0_.CREATE_TIME as create_t2_11_0_, watchdogdi0_.DISTRIBUTION_ID_STATUS as distribu3_11_0_, watchdogdi0_.MODIFY_TIME as modify_t4_11_0_, watchdogdi0_.LOCK_VERSION as lock_ver5_11_0_ from watchdog_distributionid_status watchdogdi0_ where watchdogdi0_.DISTRIBUTION_ID=? Hibernate: insert into watchdog_distributionid_status (CREATE_TIME, DISTRIBUTION_ID_STATUS, MODIFY_TIME, LOCK_VERSION, DISTRIBUTION_ID) values (?, ?, ?, ?, ?) 2022-11-13T04:04:50.773Z||pool-2-thread-4|||||DEBUG|500||Receive a callback componentStatus in ASDC, for componentName: cds and status of COMPONENT_DONE_OK distributionID of 0bc1ed58-a1c1-4d04-8bed-12d0375391db 2022-11-13T04:04:50.797Z||pool-2-thread-4|||||DEBUG|500||Entering installTheComponentStatus for distributionId 0bc1ed58-a1c1-4d04-8bed-12d0375391db and ComponentName cds Hibernate: select watchdogco0_.COMPONENT_NAME as componen1_12_0_, watchdogco0_.DISTRIBUTION_ID as distribu2_12_0_, watchdogco0_.COMPONENT_DISTRIBUTION_STATUS as componen3_12_0_, watchdogco0_.CREATE_TIME as create_t4_12_0_, watchdogco0_.MODIFY_TIME as modify_t5_12_0_ from watchdog_per_component_distribution_status watchdogco0_ where watchdogco0_.COMPONENT_NAME=? and watchdogco0_.DISTRIBUTION_ID=? Hibernate: insert into watchdog_per_component_distribution_status (COMPONENT_DISTRIBUTION_STATUS, CREATE_TIME, MODIFY_TIME, COMPONENT_NAME, DISTRIBUTION_ID) values (?, ?, ?, ?, ?) 2022-11-13T04:04:50.823Z||pool-2-thread-4|||||DEBUG|500||received message from topic 2022-11-13T04:04:50.823Z||pool-2-thread-4|||||DEBUG|500||recieved notification from broker: { "distributionID": "0bc1ed58-a1c1-4d04-8bed-12d0375391db", "consumerID": "policy-id", "timestamp": 1668312277570, "artifactURL": "/sdc/v1/catalog/services/BasicOnboardKhsbgx/1.0/artifacts/service-BasicOnboardKhsbgx-csar.csar", "status": "DEPLOY_OK" } 2022-11-13T04:04:50.823Z||pool-2-thread-4|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error' 2022-11-13T04:04:50.824Z||pool-2-thread-4|||||DEBUG|500||received message from topic 2022-11-13T04:04:50.824Z||pool-2-thread-4|||||DEBUG|500||recieved notification from broker: { "distributionID": "0bc1ed58-a1c1-4d04-8bed-12d0375391db", "consumerID": "multicloud-k8s-id", "timestamp": 1668312277651, "artifactURL": "/sdc/v1/catalog/services/BasicOnboardKhsbgx/1.0/resourceInstances/basic_onboard_khsbgx0/artifacts/base_ubuntu18.yaml", "status": "DOWNLOAD_OK" } 2022-11-13T04:04:50.824Z||pool-2-thread-4|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error' 2022-11-13T04:04:50.824Z||pool-2-thread-4|||||DEBUG|500||received message from topic 2022-11-13T04:04:50.824Z||pool-2-thread-4|||||DEBUG|500||recieved notification from broker: { "distributionID": "0bc1ed58-a1c1-4d04-8bed-12d0375391db", "consumerID": "sdc-COpenSource-Env11-sdnc-dockero", "timestamp": 1668312271119, "artifactURL": "/sdc/v1/catalog/services/BasicOnboardKhsbgx/1.0/artifacts/service-BasicOnboardKhsbgx-csar.csar", "status": "NOTIFIED" } 2022-11-13T04:04:50.824Z||pool-2-thread-4|||||INFO|500||Missing status on Status Object. 2022-11-13T04:04:50.824Z||pool-2-thread-4|||||DEBUG|500||received message from topic 2022-11-13T04:04:50.824Z||pool-2-thread-4|||||DEBUG|500||recieved notification from broker: { "distributionID": "0bc1ed58-a1c1-4d04-8bed-12d0375391db", "consumerID": "policy-id", "timestamp": 1668312278575, "artifactURL": "", "status": "COMPONENT_DONE_OK", "componentName": "POLICY" } Hibernate: select watchdogdi0_.DISTRIBUTION_ID as distribu1_11_0_, watchdogdi0_.CREATE_TIME as create_t2_11_0_, watchdogdi0_.DISTRIBUTION_ID_STATUS as distribu3_11_0_, watchdogdi0_.MODIFY_TIME as modify_t4_11_0_, watchdogdi0_.LOCK_VERSION as lock_ver5_11_0_ from watchdog_distributionid_status watchdogdi0_ where watchdogdi0_.DISTRIBUTION_ID=? 2022-11-13T04:04:50.840Z||pool-2-thread-4|||||DEBUG|500||Receive a callback componentStatus in ASDC, for componentName: POLICY and status of COMPONENT_DONE_OK distributionID of 0bc1ed58-a1c1-4d04-8bed-12d0375391db 2022-11-13T04:04:50.841Z||pool-2-thread-4|||||DEBUG|500||Entering installTheComponentStatus for distributionId 0bc1ed58-a1c1-4d04-8bed-12d0375391db and ComponentName POLICY Hibernate: select watchdogco0_.COMPONENT_NAME as componen1_12_0_, watchdogco0_.DISTRIBUTION_ID as distribu2_12_0_, watchdogco0_.COMPONENT_DISTRIBUTION_STATUS as componen3_12_0_, watchdogco0_.CREATE_TIME as create_t4_12_0_, watchdogco0_.MODIFY_TIME as modify_t5_12_0_ from watchdog_per_component_distribution_status watchdogco0_ where watchdogco0_.COMPONENT_NAME=? and watchdogco0_.DISTRIBUTION_ID=? Hibernate: insert into watchdog_per_component_distribution_status (COMPONENT_DISTRIBUTION_STATUS, CREATE_TIME, MODIFY_TIME, COMPONENT_NAME, DISTRIBUTION_ID) values (?, ?, ?, ?, ?) 2022-11-13T04:04:50.850Z||pool-2-thread-4|||||DEBUG|500||received message from topic 2022-11-13T04:04:50.850Z||pool-2-thread-4|||||DEBUG|500||recieved notification from broker: { "distributionID": "0bc1ed58-a1c1-4d04-8bed-12d0375391db", "consumerID": "multicloud-k8s-id", "timestamp": 1668312278704, "artifactURL": "/sdc/v1/catalog/services/BasicOnboardKhsbgx/1.0/resourceInstances/basic_onboard_khsbgx0/artifacts/base_ubuntu18.env", "status": "DOWNLOAD_OK" } 2022-11-13T04:04:50.851Z||pool-2-thread-4|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error' 2022-11-13T04:04:50.851Z||pool-2-thread-4|||||DEBUG|500||received message from topic 2022-11-13T04:04:50.851Z||pool-2-thread-4|||||DEBUG|500||recieved notification from broker: { "distributionID": "0bc1ed58-a1c1-4d04-8bed-12d0375391db", "consumerID": "sdc-COpenSource-Env11-sdnc-dockero", "timestamp": 1668312279011, "artifactURL": "/sdc/v1/catalog/services/BasicOnboardKhsbgx/1.0/artifacts/service-BasicOnboardKhsbgx-csar.csar", "status": "DOWNLOAD_OK" } 2022-11-13T04:04:50.852Z||pool-2-thread-4|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error' 2022-11-13T04:04:50.852Z||pool-2-thread-4|||||DEBUG|500||received message from topic 2022-11-13T04:04:50.852Z||pool-2-thread-4|||||DEBUG|500||recieved notification from broker: { "distributionID": "0bc1ed58-a1c1-4d04-8bed-12d0375391db", "consumerID": "multicloud-k8s-id", "timestamp": 1668312279773, "artifactURL": "", "status": "COMPONENT_DONE_OK", "componentName": "POLICY" } Hibernate: select watchdogdi0_.DISTRIBUTION_ID as distribu1_11_0_, watchdogdi0_.CREATE_TIME as create_t2_11_0_, watchdogdi0_.DISTRIBUTION_ID_STATUS as distribu3_11_0_, watchdogdi0_.MODIFY_TIME as modify_t4_11_0_, watchdogdi0_.LOCK_VERSION as lock_ver5_11_0_ from watchdog_distributionid_status watchdogdi0_ where watchdogdi0_.DISTRIBUTION_ID=? 2022-11-13T04:04:50.857Z||pool-2-thread-4|||||DEBUG|500||Receive a callback componentStatus in ASDC, for componentName: POLICY and status of COMPONENT_DONE_OK distributionID of 0bc1ed58-a1c1-4d04-8bed-12d0375391db 2022-11-13T04:04:50.857Z||pool-2-thread-4|||||DEBUG|500||Entering installTheComponentStatus for distributionId 0bc1ed58-a1c1-4d04-8bed-12d0375391db and ComponentName POLICY Hibernate: select watchdogco0_.COMPONENT_NAME as componen1_12_0_, watchdogco0_.DISTRIBUTION_ID as distribu2_12_0_, watchdogco0_.COMPONENT_DISTRIBUTION_STATUS as componen3_12_0_, watchdogco0_.CREATE_TIME as create_t4_12_0_, watchdogco0_.MODIFY_TIME as modify_t5_12_0_ from watchdog_per_component_distribution_status watchdogco0_ where watchdogco0_.COMPONENT_NAME=? and watchdogco0_.DISTRIBUTION_ID=? Hibernate: update watchdog_per_component_distribution_status set COMPONENT_DISTRIBUTION_STATUS=?, MODIFY_TIME=? where COMPONENT_NAME=? and DISTRIBUTION_ID=? 2022-11-13T04:04:50.868Z||pool-2-thread-4|||||DEBUG|500||received message from topic 2022-11-13T04:04:50.869Z||pool-2-thread-4|||||DEBUG|500||recieved notification from broker: { "distributionID": "0bc1ed58-a1c1-4d04-8bed-12d0375391db", "consumerID": "multicloud-k8s-id", "timestamp": 1668312280778, "artifactURL": "/sdc/v1/catalog/services/BasicOnboardKhsbgx/1.0/resourceInstances/basic_onboard_khsbgx0/artifacts/basic_onboard_khsbgx0_modules.json", "status": "DEPLOY_OK" } 2022-11-13T04:04:50.869Z||pool-2-thread-4|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error' 2022-11-13T04:04:50.869Z||pool-2-thread-4|||||DEBUG|500||received message from topic 2022-11-13T04:04:50.869Z||pool-2-thread-4|||||DEBUG|500||recieved notification from broker: { "distributionID": "0bc1ed58-a1c1-4d04-8bed-12d0375391db", "consumerID": "aai-ml", "timestamp": 1668312283062, "artifactURL": "/sdc/v1/catalog/services/BasicOnboardKhsbgx/1.0/resourceInstances/basic_onboard_khsbgx0/artifacts/vf-license-model.xml", "status": "NOT_NOTIFIED" } 2022-11-13T04:04:50.870Z||pool-2-thread-4|||||INFO|500||Missing status on Status Object. 2022-11-13T04:04:50.870Z||pool-2-thread-4|||||DEBUG|500||received message from topic 2022-11-13T04:04:50.870Z||pool-2-thread-4|||||DEBUG|500||recieved notification from broker: { "distributionID": "0bc1ed58-a1c1-4d04-8bed-12d0375391db", "consumerID": "clamp", "timestamp": 1668312283487, "artifactURL": "/sdc/v1/catalog/services/BasicOnboardKhsbgx/1.0/resourceInstances/basic_onboard_khsbgx0/artifacts/vf-license-model.xml", "status": "NOT_NOTIFIED" } 2022-11-13T04:04:50.870Z||pool-2-thread-4|||||INFO|500||Missing status on Status Object. 2022-11-13T04:04:50.870Z||pool-2-thread-4|||||DEBUG|500||received message from topic 2022-11-13T04:04:50.870Z||pool-2-thread-4|||||DEBUG|500||recieved notification from broker: { "distributionID": "0bc1ed58-a1c1-4d04-8bed-12d0375391db", "consumerID": "aai-ml", "timestamp": 1668312283062, "artifactURL": "/sdc/v1/catalog/services/BasicOnboardKhsbgx/1.0/resourceInstances/basic_onboard_khsbgx0/artifacts/basic_onboard_khsbgx0_modules.json", "status": "NOT_NOTIFIED" } 2022-11-13T04:04:50.870Z||pool-2-thread-4|||||INFO|500||Missing status on Status Object. 2022-11-13T04:04:50.871Z||pool-2-thread-4|||||DEBUG|500||received message from topic 2022-11-13T04:04:50.871Z||pool-2-thread-4|||||DEBUG|500||recieved notification from broker: { "distributionID": "0bc1ed58-a1c1-4d04-8bed-12d0375391db", "consumerID": "sdc-COpenSource-Env11-sdnc-dockero", "timestamp": 1668312284917, "artifactURL": "/sdc/v1/catalog/services/BasicOnboardKhsbgx/1.0/artifacts/service-BasicOnboardKhsbgx-csar.csar", "status": "DEPLOY_OK" } 2022-11-13T04:04:50.871Z||pool-2-thread-4|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error' 2022-11-13T04:04:50.871Z||pool-2-thread-4|||||DEBUG|500||received message from topic 2022-11-13T04:04:50.871Z||pool-2-thread-4|||||DEBUG|500||recieved notification from broker: { "distributionID": "0bc1ed58-a1c1-4d04-8bed-12d0375391db", "consumerID": "clamp", "timestamp": 1668312283487, "artifactURL": "/sdc/v1/catalog/services/BasicOnboardKhsbgx/1.0/resourceInstances/basic_onboard_khsbgx0/artifacts/basic_onboard_khsbgx0_modules.json", "status": "NOTIFIED" } 2022-11-13T04:04:50.871Z||pool-2-thread-4|||||INFO|500||Missing status on Status Object. 2022-11-13T04:04:50.871Z||pool-2-thread-4|||||DEBUG|500||received message from topic 2022-11-13T04:04:50.871Z||pool-2-thread-4|||||DEBUG|500||recieved notification from broker: { "distributionID": "0bc1ed58-a1c1-4d04-8bed-12d0375391db", "consumerID": "aai-ml", "timestamp": 1668312283062, "artifactURL": "/sdc/v1/catalog/services/BasicOnboardKhsbgx/1.0/resourceInstances/basic_onboard_khsbgx0/artifacts/base_ubuntu18.yaml", "status": "NOT_NOTIFIED" } 2022-11-13T04:04:50.872Z||pool-2-thread-4|||||INFO|500||Missing status on Status Object. 2022-11-13T04:04:50.872Z||pool-2-thread-4|||||DEBUG|500||received message from topic 2022-11-13T04:04:50.872Z||pool-2-thread-4|||||DEBUG|500||recieved notification from broker: { "distributionID": "0bc1ed58-a1c1-4d04-8bed-12d0375391db", "consumerID": "sdc-COpenSource-Env11-sdnc-dockero", "timestamp": 1668312285923, "artifactURL": "", "status": "COMPONENT_DONE_OK", "componentName": "SDNC" } Hibernate: select watchdogdi0_.DISTRIBUTION_ID as distribu1_11_0_, watchdogdi0_.CREATE_TIME as create_t2_11_0_, watchdogdi0_.DISTRIBUTION_ID_STATUS as distribu3_11_0_, watchdogdi0_.MODIFY_TIME as modify_t4_11_0_, watchdogdi0_.LOCK_VERSION as lock_ver5_11_0_ from watchdog_distributionid_status watchdogdi0_ where watchdogdi0_.DISTRIBUTION_ID=? 2022-11-13T04:04:50.879Z||pool-2-thread-4|||||DEBUG|500||Receive a callback componentStatus in ASDC, for componentName: SDNC and status of COMPONENT_DONE_OK distributionID of 0bc1ed58-a1c1-4d04-8bed-12d0375391db 2022-11-13T04:04:50.879Z||pool-2-thread-4|||||DEBUG|500||Entering installTheComponentStatus for distributionId 0bc1ed58-a1c1-4d04-8bed-12d0375391db and ComponentName SDNC Hibernate: select watchdogco0_.COMPONENT_NAME as componen1_12_0_, watchdogco0_.DISTRIBUTION_ID as distribu2_12_0_, watchdogco0_.COMPONENT_DISTRIBUTION_STATUS as componen3_12_0_, watchdogco0_.CREATE_TIME as create_t4_12_0_, watchdogco0_.MODIFY_TIME as modify_t5_12_0_ from watchdog_per_component_distribution_status watchdogco0_ where watchdogco0_.COMPONENT_NAME=? and watchdogco0_.DISTRIBUTION_ID=? Hibernate: insert into watchdog_per_component_distribution_status (COMPONENT_DISTRIBUTION_STATUS, CREATE_TIME, MODIFY_TIME, COMPONENT_NAME, DISTRIBUTION_ID) values (?, ?, ?, ?, ?) 2022-11-13T04:04:50.887Z||pool-2-thread-4|||||DEBUG|500||received message from topic 2022-11-13T04:04:50.887Z||pool-2-thread-4|||||DEBUG|500||recieved notification from broker: { "distributionID": "0bc1ed58-a1c1-4d04-8bed-12d0375391db", "consumerID": "clamp", "timestamp": 1668312283487, "artifactURL": "/sdc/v1/catalog/services/BasicOnboardKhsbgx/1.0/resourceInstances/basic_onboard_khsbgx0/artifacts/base_ubuntu18.yaml", "status": "NOT_NOTIFIED" } 2022-11-13T04:04:50.887Z||pool-2-thread-4|||||INFO|500||Missing status on Status Object. 2022-11-13T04:04:50.888Z||pool-2-thread-4|||||DEBUG|500||received message from topic 2022-11-13T04:04:50.888Z||pool-2-thread-4|||||DEBUG|500||recieved notification from broker: { "distributionID": "0bc1ed58-a1c1-4d04-8bed-12d0375391db", "consumerID": "aai-ml", "timestamp": 1668312283062, "artifactURL": "/sdc/v1/catalog/services/BasicOnboardKhsbgx/1.0/resourceInstances/basic_onboard_khsbgx0/artifacts/vendor-license-model.xml", "status": "NOT_NOTIFIED" } 2022-11-13T04:04:50.888Z||pool-2-thread-4|||||INFO|500||Missing status on Status Object. 2022-11-13T04:04:50.888Z||pool-2-thread-4|||||DEBUG|500||received message from topic 2022-11-13T04:04:50.888Z||pool-2-thread-4|||||DEBUG|500||recieved notification from broker: { "distributionID": "0bc1ed58-a1c1-4d04-8bed-12d0375391db", "consumerID": "clamp", "timestamp": 1668312283487, "artifactURL": "/sdc/v1/catalog/services/BasicOnboardKhsbgx/1.0/resourceInstances/basic_onboard_khsbgx0/artifacts/vendor-license-model.xml", "status": "NOT_NOTIFIED" } 2022-11-13T04:04:50.888Z||pool-2-thread-4|||||INFO|500||Missing status on Status Object. 2022-11-13T04:04:50.888Z||pool-2-thread-4|||||DEBUG|500||received message from topic 2022-11-13T04:04:50.888Z||pool-2-thread-4|||||DEBUG|500||recieved notification from broker: { "distributionID": "0bc1ed58-a1c1-4d04-8bed-12d0375391db", "consumerID": "aai-ml", "timestamp": 1668312283062, "artifactURL": "/sdc/v1/catalog/services/BasicOnboardKhsbgx/1.0/resourceInstances/basic_onboard_khsbgx0/artifacts/base_ubuntu18.env", "status": "NOT_NOTIFIED" } 2022-11-13T04:04:50.889Z||pool-2-thread-4|||||INFO|500||Missing status on Status Object. 2022-11-13T04:04:50.889Z||pool-2-thread-4|||||DEBUG|500||received message from topic 2022-11-13T04:04:50.889Z||pool-2-thread-4|||||DEBUG|500||recieved notification from broker: { "distributionID": "0bc1ed58-a1c1-4d04-8bed-12d0375391db", "consumerID": "clamp", "timestamp": 1668312283487, "artifactURL": "/sdc/v1/catalog/services/BasicOnboardKhsbgx/1.0/resourceInstances/basic_onboard_khsbgx0/artifacts/base_ubuntu18.env", "status": "NOT_NOTIFIED" } 2022-11-13T04:04:50.889Z||pool-2-thread-4|||||INFO|500||Missing status on Status Object. 2022-11-13T04:04:50.889Z||pool-2-thread-4|||||DEBUG|500||received message from topic 2022-11-13T04:04:50.889Z||pool-2-thread-4|||||DEBUG|500||recieved notification from broker: { "distributionID": "0bc1ed58-a1c1-4d04-8bed-12d0375391db", "consumerID": "aai-ml", "timestamp": 1668312283062, "artifactURL": "/sdc/v1/catalog/services/BasicOnboardKhsbgx/1.0/artifacts/service-BasicOnboardKhsbgx-template.yml", "status": "NOT_NOTIFIED" } 2022-11-13T04:04:50.889Z||pool-2-thread-4|||||INFO|500||Missing status on Status Object. 2022-11-13T04:04:50.890Z||pool-2-thread-4|||||DEBUG|500||received message from topic 2022-11-13T04:04:50.890Z||pool-2-thread-4|||||DEBUG|500||recieved notification from broker: { "distributionID": "0bc1ed58-a1c1-4d04-8bed-12d0375391db", "consumerID": "clamp", "timestamp": 1668312283487, "artifactURL": "/sdc/v1/catalog/services/BasicOnboardKhsbgx/1.0/artifacts/service-BasicOnboardKhsbgx-template.yml", "status": "NOT_NOTIFIED" } 2022-11-13T04:04:50.890Z||pool-2-thread-4|||||INFO|500||Missing status on Status Object. 2022-11-13T04:04:50.932Z||pool-2-thread-7|||||INFO|500|| --> HTTP/1.1 200 OK 2022-11-13T04:04:50.943Z||pool-2-thread-7|||||DEBUG|500||received message from topic 2022-11-13T04:04:50.943Z||pool-2-thread-7|||||DEBUG|500||recieved notification from broker: {"distributionID":"0bc1ed58-a1c1-4d04-8bed-12d0375391db","serviceName":"basic_onboard_khSBGx","serviceVersion":"1.0","serviceUUID":"2a9c8182-5696-4d63-87e6-a3c6fc2c6055","serviceDescription":"service","serviceInvariantUUID":"d3e4fb23-a18f-4a7c-970d-063e5e31789d","resources":[{"resourceInstanceName":"basic_onboard_khSBGx 0","resourceName":"basic_onboard_khSBGx","resourceVersion":"1.0","resoucreType":"VF","resourceUUID":"3a591e82-b705-4b82-bb84-12bd6597d3cd","resourceInvariantUUID":"06828815-25a4-4b5d-ac2f-82a70e66abcc","resourceCustomizationUUID":"e053d274-7b59-47a0-9b00-ce7797838bd0","category":"Generic","subcategory":"Abstract","artifacts":[{"artifactName":"vf-license-model.xml","artifactType":"VF_LICENSE","artifactURL":"/sdc/v1/catalog/services/BasicOnboardKhsbgx/1.0/resourceInstances/basic_onboard_khsbgx0/artifacts/vf-license-model.xml","artifactChecksum":"YWI0MmI2MDAzZjAxNDk1MTViY2Y5ZDE1NDMwYTJmZGU\u003d","artifactDescription":"VF license file","artifactTimeout":0,"artifactUUID":"929cb632-cecb-4adc-b360-042f229ded26","artifactVersion":"1"},{"artifactName":"basic_onboard_khsbgx0_modules.json","artifactType":"VF_MODULES_METADATA","artifactURL":"/sdc/v1/catalog/services/BasicOnboardKhsbgx/1.0/resourceInstances/basic_onboard_khsbgx0/artifacts/basic_onboard_khsbgx0_modules.json","artifactChecksum":"MTgxMTE1ZWQ2ZDNjZmZmMGVkYjA2ZTZjZTAwMzE4YjA\u003d","artifactDescription":"Auto-generated VF Modules information artifact","artifactTimeout":0,"artifactUUID":"d40a1ac1-dfa3-40ab-a413-31232358dd8e","artifactVersion":"1"},{"artifactName":"base_ubuntu18.yaml","artifactType":"HEAT","artifactURL":"/sdc/v1/catalog/services/BasicOnboardKhsbgx/1.0/resourceInstances/basic_onboard_khsbgx0/artifacts/base_ubuntu18.yaml","artifactChecksum":"NzA5ZGU3Y2Q2M2IwNWU2OTc1NTQ0ZDBhNDhlNjNjZjY\u003d","artifactDescription":"created from csar","artifactTimeout":30,"artifactUUID":"e5492cb1-6e37-4b67-96b3-b1461bb1fbfd","artifactVersion":"1"},{"artifactName":"vendor-license-model.xml","artifactType":"VENDOR_LICENSE","artifactURL":"/sdc/v1/catalog/services/BasicOnboardKhsbgx/1.0/resourceInstances/basic_onboard_khsbgx0/artifacts/vendor-license-model.xml","artifactChecksum":"M2QxN2ZmN2I2ZmIwOWEyNTJjYmYzMTBlNWI3NmNmYTc\u003d","artifactDescription":" Vendor license file","artifactTimeout":0,"artifactUUID":"0bc9f047-c49f-4785-9696-97c7cade20ad","artifactVersion":"1"},{"artifactName":"base_ubuntu18.env","artifactType":"HEAT_ENV","artifactURL":"/sdc/v1/catalog/services/BasicOnboardKhsbgx/1.0/resourceInstances/basic_onboard_khsbgx0/artifacts/base_ubuntu18.env","artifactChecksum":"ODYwMmYwMDliN2JjOTNlN2ZlM2RkNzAzMTg3OWMzNTA\u003d","artifactDescription":"Auto-generated HEAT Environment deployment artifact","artifactTimeout":0,"artifactUUID":"778a0b16-3441-4471-b9d7-4982a058669f","artifactVersion":"2","generatedFromUUID":"e5492cb1-6e37-4b67-96b3-b1461bb1fbfd"}]}],"serviceArtifacts":[{"artifactName":"service-BasicOnboardKhsbgx-template.yml","artifactType":"TOSCA_TEMPLATE","artifactURL":"/sdc/v1/catalog/services/BasicOnboardKhsbgx/1.0/artifacts/service-BasicOnboardKhsbgx-template.yml","artifactChecksum":"MjgxOWJlOGRkNmNkZjZiNzNlYzU0MGQzMmMxZDhhNTg\u003d","artifactDescription":"TOSCA representation of the asset","artifactTimeout":0,"artifactUUID":"ae89a711-9ec2-461a-aacc-63190cc12386","artifactVersion":"1"},{"artifactName":"service-BasicOnboardKhsbgx-csar.csar","artifactType":"TOSCA_CSAR","artifactURL":"/sdc/v1/catalog/services/BasicOnboardKhsbgx/1.0/artifacts/service-BasicOnboardKhsbgx-csar.csar","artifactChecksum":"Zjc1MjZhMTk2OGNkZjYzZDA1YjdiOGUzOTI1MTY1MDk\u003d","artifactDescription":"TOSCA definition package of the asset","artifactTimeout":0,"artifactUUID":"f045b89a-b76f-4cc1-b3f1-e699bfdc503c","artifactVersion":"1"}],"workloadContext":"Production"} 2022-11-13T04:04:50.960Z||pool-2-thread-7|||||INFO|500||DistributionClient - sendNotificationStatus 2022-11-13T04:04:50.969Z||pool-2-thread-7|||||INFO|500||DistributionClient - sendStatus 2022-11-13T04:04:50.988Z||pool-2-thread-7|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap] 2022-11-13T04:04:50.988Z||pool-2-thread-7|||||DEBUG|500||try to send status { "distributionID": "0bc1ed58-a1c1-4d04-8bed-12d0375391db", "consumerID": "SO-COpenSource-Env11", "timestamp": 1668312290290, "artifactURL": "/sdc/v1/catalog/services/BasicOnboardKhsbgx/1.0/resourceInstances/basic_onboard_khsbgx0/artifacts/vf-license-model.xml", "status": "NOT_NOTIFIED" } 2022-11-13T04:04:51.087Z||pool-3-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 92 ms 2022-11-13T04:04:51.091Z||pool-3-thread-1|||||WARN|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO will send credentials over a clear channel. 2022-11-13T04:04:51.092Z||pool-3-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as Oi7quVEmKWoWd026) ... 2022-11-13T04:04:51.107Z||pool-3-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK 2022-11-13T04:04:51.108Z||pool-3-thread-1|||||INFO|500||cambria reply ok (17 ms):{"serverTimeMs":0,"count":1} 2022-11-13T04:04:51.997Z||pool-2-thread-7|||||INFO|500||DistributionClient - sendNotificationStatus 2022-11-13T04:04:51.998Z||pool-2-thread-7|||||INFO|500||DistributionClient - sendStatus 2022-11-13T04:04:52.000Z||pool-2-thread-7|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap] 2022-11-13T04:04:52.000Z||pool-2-thread-7|||||DEBUG|500||try to send status { "distributionID": "0bc1ed58-a1c1-4d04-8bed-12d0375391db", "consumerID": "SO-COpenSource-Env11", "timestamp": 1668312290290, "artifactURL": "/sdc/v1/catalog/services/BasicOnboardKhsbgx/1.0/resourceInstances/basic_onboard_khsbgx0/artifacts/basic_onboard_khsbgx0_modules.json", "status": "NOTIFIED" } 2022-11-13T04:04:52.100Z||pool-4-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms 2022-11-13T04:04:52.102Z||pool-4-thread-1|||||WARN|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO will send credentials over a clear channel. 2022-11-13T04:04:52.102Z||pool-4-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as Oi7quVEmKWoWd026) ... 2022-11-13T04:04:52.119Z||pool-4-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK 2022-11-13T04:04:52.120Z||pool-4-thread-1|||||INFO|500||cambria reply ok (19 ms):{"serverTimeMs":0,"count":1} 2022-11-13T04:04:53.001Z||pool-2-thread-7|||||INFO|500||DistributionClient - sendNotificationStatus 2022-11-13T04:04:53.002Z||pool-2-thread-7|||||INFO|500||DistributionClient - sendStatus 2022-11-13T04:04:53.004Z||pool-2-thread-7|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap] 2022-11-13T04:04:53.004Z||pool-2-thread-7|||||DEBUG|500||try to send status { "distributionID": "0bc1ed58-a1c1-4d04-8bed-12d0375391db", "consumerID": "SO-COpenSource-Env11", "timestamp": 1668312290290, "artifactURL": "/sdc/v1/catalog/services/BasicOnboardKhsbgx/1.0/resourceInstances/basic_onboard_khsbgx0/artifacts/base_ubuntu18.yaml", "status": "NOTIFIED" } 2022-11-13T04:04:53.104Z||pool-5-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms 2022-11-13T04:04:53.105Z||pool-5-thread-1|||||WARN|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO will send credentials over a clear channel. 2022-11-13T04:04:53.105Z||pool-5-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as Oi7quVEmKWoWd026) ... 2022-11-13T04:04:53.126Z||pool-5-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK 2022-11-13T04:04:53.127Z||pool-5-thread-1|||||INFO|500||cambria reply ok (22 ms):{"serverTimeMs":0,"count":1} 2022-11-13T04:04:54.005Z||pool-2-thread-7|||||INFO|500||DistributionClient - sendNotificationStatus 2022-11-13T04:04:54.007Z||pool-2-thread-7|||||INFO|500||DistributionClient - sendStatus 2022-11-13T04:04:54.009Z||pool-2-thread-7|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap] 2022-11-13T04:04:54.009Z||pool-2-thread-7|||||DEBUG|500||try to send status { "distributionID": "0bc1ed58-a1c1-4d04-8bed-12d0375391db", "consumerID": "SO-COpenSource-Env11", "timestamp": 1668312290290, "artifactURL": "/sdc/v1/catalog/services/BasicOnboardKhsbgx/1.0/resourceInstances/basic_onboard_khsbgx0/artifacts/vendor-license-model.xml", "status": "NOT_NOTIFIED" } 2022-11-13T04:04:54.109Z||pool-6-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 99 ms 2022-11-13T04:04:54.111Z||pool-6-thread-1|||||WARN|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO will send credentials over a clear channel. 2022-11-13T04:04:54.111Z||pool-6-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as Oi7quVEmKWoWd026) ... 2022-11-13T04:04:54.136Z||pool-6-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK 2022-11-13T04:04:54.137Z||pool-6-thread-1|||||INFO|500||cambria reply ok (27 ms):{"serverTimeMs":0,"count":1} 2022-11-13T04:04:55.010Z||pool-2-thread-7|||||INFO|500||DistributionClient - sendNotificationStatus 2022-11-13T04:04:55.011Z||pool-2-thread-7|||||INFO|500||DistributionClient - sendStatus 2022-11-13T04:04:55.013Z||pool-2-thread-7|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap] 2022-11-13T04:04:55.014Z||pool-2-thread-7|||||DEBUG|500||try to send status { "distributionID": "0bc1ed58-a1c1-4d04-8bed-12d0375391db", "consumerID": "SO-COpenSource-Env11", "timestamp": 1668312290290, "artifactURL": "/sdc/v1/catalog/services/BasicOnboardKhsbgx/1.0/resourceInstances/basic_onboard_khsbgx0/artifacts/base_ubuntu18.env", "status": "NOTIFIED" } 2022-11-13T04:04:55.114Z||pool-7-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms 2022-11-13T04:04:55.115Z||pool-7-thread-1|||||WARN|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO will send credentials over a clear channel. 2022-11-13T04:04:55.115Z||pool-7-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as Oi7quVEmKWoWd026) ... 2022-11-13T04:04:55.157Z||pool-7-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK 2022-11-13T04:04:55.158Z||pool-7-thread-1|||||INFO|500||cambria reply ok (44 ms):{"serverTimeMs":0,"count":1} 2022-11-13T04:04:56.014Z||pool-2-thread-7|||||INFO|500||DistributionClient - sendNotificationStatus 2022-11-13T04:04:56.015Z||pool-2-thread-7|||||INFO|500||DistributionClient - sendStatus 2022-11-13T04:04:56.018Z||pool-2-thread-7|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap] 2022-11-13T04:04:56.018Z||pool-2-thread-7|||||DEBUG|500||try to send status { "distributionID": "0bc1ed58-a1c1-4d04-8bed-12d0375391db", "consumerID": "SO-COpenSource-Env11", "timestamp": 1668312290290, "artifactURL": "/sdc/v1/catalog/services/BasicOnboardKhsbgx/1.0/artifacts/service-BasicOnboardKhsbgx-template.yml", "status": "NOT_NOTIFIED" } 2022-11-13T04:04:56.119Z||pool-8-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms 2022-11-13T04:04:56.120Z||pool-8-thread-1|||||WARN|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO will send credentials over a clear channel. 2022-11-13T04:04:56.120Z||pool-8-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as Oi7quVEmKWoWd026) ... 2022-11-13T04:04:56.140Z||pool-8-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK 2022-11-13T04:04:56.140Z||pool-8-thread-1|||||INFO|500||cambria reply ok (21 ms):{"serverTimeMs":0,"count":1} 2022-11-13T04:04:57.019Z||pool-2-thread-7|||||INFO|500||DistributionClient - sendNotificationStatus 2022-11-13T04:04:57.024Z||pool-2-thread-7|||||INFO|500||DistributionClient - sendStatus 2022-11-13T04:04:57.026Z||pool-2-thread-7|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap] 2022-11-13T04:04:57.027Z||pool-2-thread-7|||||DEBUG|500||try to send status { "distributionID": "0bc1ed58-a1c1-4d04-8bed-12d0375391db", "consumerID": "SO-COpenSource-Env11", "timestamp": 1668312290290, "artifactURL": "/sdc/v1/catalog/services/BasicOnboardKhsbgx/1.0/artifacts/service-BasicOnboardKhsbgx-csar.csar", "status": "NOTIFIED" } 2022-11-13T04:04:57.127Z||pool-9-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms 2022-11-13T04:04:57.128Z||pool-9-thread-1|||||WARN|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO will send credentials over a clear channel. 2022-11-13T04:04:57.128Z||pool-9-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as Oi7quVEmKWoWd026) ... 2022-11-13T04:04:57.149Z||pool-9-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK 2022-11-13T04:04:57.150Z||pool-9-thread-1|||||INFO|500||cambria reply ok (23 ms):{"serverTimeMs":0,"count":1} 2022-11-13T04:04:58.029Z||pool-2-thread-7|||||DEBUG|500||sending notification to client: { "distributionID": "0bc1ed58-a1c1-4d04-8bed-12d0375391db", "serviceName": "basic_onboard_khSBGx", "serviceVersion": "1.0", "serviceUUID": "2a9c8182-5696-4d63-87e6-a3c6fc2c6055", "serviceDescription": "service", "serviceInvariantUUID": "d3e4fb23-a18f-4a7c-970d-063e5e31789d", "resources": [ { "resourceInstanceName": "basic_onboard_khSBGx 0", "resourceCustomizationUUID": "e053d274-7b59-47a0-9b00-ce7797838bd0", "resourceName": "basic_onboard_khSBGx", "resourceVersion": "1.0", "resoucreType": "VF", "resourceUUID": "3a591e82-b705-4b82-bb84-12bd6597d3cd", "resourceInvariantUUID": "06828815-25a4-4b5d-ac2f-82a70e66abcc", "category": "Generic", "subcategory": "Abstract", "artifacts": [ { "artifactName": "basic_onboard_khsbgx0_modules.json", "artifactType": "VF_MODULES_METADATA", "artifactURL": "/sdc/v1/catalog/services/BasicOnboardKhsbgx/1.0/resourceInstances/basic_onboard_khsbgx0/artifacts/basic_onboard_khsbgx0_modules.json", "artifactChecksum": "MTgxMTE1ZWQ2ZDNjZmZmMGVkYjA2ZTZjZTAwMzE4YjA\u003d", "artifactDescription": "Auto-generated VF Modules information artifact", "artifactTimeout": 0, "artifactVersion": "1", "artifactUUID": "d40a1ac1-dfa3-40ab-a413-31232358dd8e", "relatedArtifactsInfo": [] }, { "artifactName": "base_ubuntu18.yaml", "artifactType": "HEAT", "artifactURL": "/sdc/v1/catalog/services/BasicOnboardKhsbgx/1.0/resourceInstances/basic_onboard_khsbgx0/artifacts/base_ubuntu18.yaml", "artifactChecksum": "NzA5ZGU3Y2Q2M2IwNWU2OTc1NTQ0ZDBhNDhlNjNjZjY\u003d", "artifactDescription": "created from csar", "artifactTimeout": 30, "artifactVersion": "1", "artifactUUID": "e5492cb1-6e37-4b67-96b3-b1461bb1fbfd", "generatedArtifact": { "artifactName": "base_ubuntu18.env", "artifactType": "HEAT_ENV", "artifactURL": "/sdc/v1/catalog/services/BasicOnboardKhsbgx/1.0/resourceInstances/basic_onboard_khsbgx0/artifacts/base_ubuntu18.env", "artifactChecksum": "ODYwMmYwMDliN2JjOTNlN2ZlM2RkNzAzMTg3OWMzNTA\u003d", "artifactDescription": "Auto-generated HEAT Environment deployment artifact", "artifactTimeout": 0, "artifactVersion": "2", "artifactUUID": "778a0b16-3441-4471-b9d7-4982a058669f", "generatedFromUUID": "e5492cb1-6e37-4b67-96b3-b1461bb1fbfd" }, "relatedArtifactsInfo": [] }, { "artifactName": "base_ubuntu18.env", "artifactType": "HEAT_ENV", "artifactURL": "/sdc/v1/catalog/services/BasicOnboardKhsbgx/1.0/resourceInstances/basic_onboard_khsbgx0/artifacts/base_ubuntu18.env", "artifactChecksum": "ODYwMmYwMDliN2JjOTNlN2ZlM2RkNzAzMTg3OWMzNTA\u003d", "artifactDescription": "Auto-generated HEAT Environment deployment artifact", "artifactTimeout": 0, "artifactVersion": "2", "artifactUUID": "778a0b16-3441-4471-b9d7-4982a058669f", "relatedArtifactsInfo": [] } ] } ], "serviceArtifacts": [ { "artifactName": "service-BasicOnboardKhsbgx-csar.csar", "artifactType": "TOSCA_CSAR", "artifactURL": "/sdc/v1/catalog/services/BasicOnboardKhsbgx/1.0/artifacts/service-BasicOnboardKhsbgx-csar.csar", "artifactChecksum": "Zjc1MjZhMTk2OGNkZjYzZDA1YjdiOGUzOTI1MTY1MDk\u003d", "artifactDescription": "TOSCA definition package of the asset", "artifactTimeout": 0, "artifactVersion": "1", "artifactUUID": "f045b89a-b76f-4cc1-b3f1-e699bfdc503c" } ], "workloadContext": "Production" } 2022-11-13T04:04:58.031Z||pool-2-thread-7|||||DEBUG|500||Receive a callback notification in ASDC, nb of resources: 1 2022-11-13T04:04:58.031Z||pool-2-thread-7|||||INFO|500||ASDC_RECEIVE_CALLBACK_NOTIF 3 2a9c8182-5696-4d63-87e6-a3c6fc2c6055 ASDC 2022-11-13T04:04:58.204Z|0bc1ed58-a1c1-4d04-8bed-12d0375391db|pool-2-thread-7|||||DEBUG|500||ASDC Notification: DistributionID:0bc1ed58-a1c1-4d04-8bed-12d0375391db ServiceName:basic_onboard_khSBGx ServiceVersion:1.0 ServiceUUID:2a9c8182-5696-4d63-87e6-a3c6fc2c6055 ServiceInvariantUUID:d3e4fb23-a18f-4a7c-970d-063e5e31789d ServiceDescription:service Service Artifacts List: { Service Artifacts Info: ArtifactName:service-BasicOnboardKhsbgx-csar.csar ArtifactVersion:1 ArtifactType:TOSCA_CSAR ArtifactDescription:TOSCA definition package of the asset ArtifactTimeout:0 ArtifactURL:/sdc/v1/catalog/services/BasicOnboardKhsbgx/1.0/artifacts/service-BasicOnboardKhsbgx-csar.csar ArtifactUUID:f045b89a-b76f-4cc1-b3f1-e699bfdc503c ArtifactChecksum:Zjc1MjZhMTk2OGNkZjYzZDA1YjdiOGUzOTI1MTY1MDk= GeneratedArtifact:{NULL } RelatedArtifacts:{ } } Resource Instances List: { Resource Instance Info: ResourceInstanceName:basic_onboard_khSBGx 0 ResourceCustomizationUUID:e053d274-7b59-47a0-9b00-ce7797838bd0 ResourceInvariantUUID:06828815-25a4-4b5d-ac2f-82a70e66abcc ResourceName:basic_onboard_khSBGx ResourceType:VF ResourceUUID:3a591e82-b705-4b82-bb84-12bd6597d3cd ResourceVersion:1.0 Category:Generic SubCategory:Abstract Resource Artifacts List: { Service Artifacts Info: ArtifactName:basic_onboard_khsbgx0_modules.json ArtifactVersion:1 ArtifactType:VF_MODULES_METADATA ArtifactDescription:Auto-generated VF Modules information artifact ArtifactTimeout:0 ArtifactURL:/sdc/v1/catalog/services/BasicOnboardKhsbgx/1.0/resourceInstances/basic_onboard_khsbgx0/artifacts/basic_onboard_khsbgx0_modules.json ArtifactUUID:d40a1ac1-dfa3-40ab-a413-31232358dd8e ArtifactChecksum:MTgxMTE1ZWQ2ZDNjZmZmMGVkYjA2ZTZjZTAwMzE4YjA= 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/BasicOnboardKhsbgx/1.0/resourceInstances/basic_onboard_khsbgx0/artifacts/base_ubuntu18.yaml ArtifactUUID:e5492cb1-6e37-4b67-96b3-b1461bb1fbfd 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/BasicOnboardKhsbgx/1.0/resourceInstances/basic_onboard_khsbgx0/artifacts/base_ubuntu18.env ArtifactUUID:778a0b16-3441-4471-b9d7-4982a058669f 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/BasicOnboardKhsbgx/1.0/resourceInstances/basic_onboard_khsbgx0/artifacts/base_ubuntu18.env ArtifactUUID:778a0b16-3441-4471-b9d7-4982a058669f ArtifactChecksum:ODYwMmYwMDliN2JjOTNlN2ZlM2RkNzAzMTg3OWMzNTA= GeneratedArtifact:{NULL } RelatedArtifacts:{ } } } 2022-11-13T04:04:58.206Z|0bc1ed58-a1c1-4d04-8bed-12d0375391db|pool-2-thread-7|||||INFO|500||ASDC_RECEIVE_SERVICE_NOTIF 2a9c8182-5696-4d63-87e6-a3c6fc2c6055 ASDC treatNotification Hibernate: select watchdogse0_.DISTRIBUTION_ID as distribu1_13_0_, watchdogse0_.SERVICE_MODEL_VERSION_ID as service_2_13_0_, watchdogse0_.CONSUMER_ID as consumer3_13_0_, watchdogse0_.CREATE_TIME as create_t4_13_0_, watchdogse0_.DISTRIBUTION_NOTIFICATION as distribu5_13_0_ from watchdog_service_mod_ver_id_lookup watchdogse0_ where watchdogse0_.DISTRIBUTION_ID=? and watchdogse0_.SERVICE_MODEL_VERSION_ID=? Hibernate: insert into watchdog_service_mod_ver_id_lookup (CONSUMER_ID, CREATE_TIME, DISTRIBUTION_NOTIFICATION, DISTRIBUTION_ID, SERVICE_MODEL_VERSION_ID) values (?, ?, ?, ?, ?) Hibernate: select watchdogdi0_.DISTRIBUTION_ID as distribu1_11_0_, watchdogdi0_.CREATE_TIME as create_t2_11_0_, watchdogdi0_.DISTRIBUTION_ID_STATUS as distribu3_11_0_, watchdogdi0_.MODIFY_TIME as modify_t4_11_0_, watchdogdi0_.LOCK_VERSION as lock_ver5_11_0_ from watchdog_distributionid_status watchdogdi0_ where watchdogdi0_.DISTRIBUTION_ID=? Hibernate: update watchdog_distributionid_status set DISTRIBUTION_ID_STATUS=?, MODIFY_TIME=?, LOCK_VERSION=? where DISTRIBUTION_ID=? 2022-11-13T04:04:58.265Z|0bc1ed58-a1c1-4d04-8bed-12d0375391db|pool-2-thread-7|||||INFO|500||Unable to find the system property mso.config.path, use the default configuration 2022-11-13T04:04:58.267Z|0bc1ed58-a1c1-4d04-8bed-12d0375391db|pool-2-thread-7|||||INFO|500||MSO config path is: /app 2022-11-13T04:04:58.274Z|0bc1ed58-a1c1-4d04-8bed-12d0375391db|pool-2-thread-7|||||INFO|500||MSO config path is: /app 2022-11-13T04:04:58.274Z|0bc1ed58-a1c1-4d04-8bed-12d0375391db|pool-2-thread-7|||||INFO|500||Trying to download the artifact UUID: f045b89a-b76f-4cc1-b3f1-e699bfdc503c from URL: /sdc/v1/catalog/services/BasicOnboardKhsbgx/1.0/artifacts/service-BasicOnboardKhsbgx-csar.csar 2022-11-13T04:04:58.274Z|0bc1ed58-a1c1-4d04-8bed-12d0375391db|pool-2-thread-7|||||INFO|500||DistributionClient - download 2022-11-13T04:04:58.278Z|0bc1ed58-a1c1-4d04-8bed-12d0375391db|pool-2-thread-7|||||DEBUG|500||url to send https://sdc-be.onap:8443/sdc/v1/catalog/services/BasicOnboardKhsbgx/1.0/artifacts/service-BasicOnboardKhsbgx-csar.csar 2022-11-13T04:04:58.381Z|0bc1ed58-a1c1-4d04-8bed-12d0375391db|pool-2-thread-7|||||DEBUG|500||GET Response Status 200 2022-11-13T04:04:58.397Z|0bc1ed58-a1c1-4d04-8bed-12d0375391db|pool-2-thread-7|||||INFO|500||ASDC_ARTIFACT_DOWNLOAD_SUC /sdc/v1/catalog/services/BasicOnboardKhsbgx/1.0/artifacts/service-BasicOnboardKhsbgx-csar.csar f045b89a-b76f-4cc1-b3f1-e699bfdc503c 71587 2022-11-13T04:04:58.398Z|0bc1ed58-a1c1-4d04-8bed-12d0375391db|pool-2-thread-7|||||INFO|500||ASDC_SEND_NOTIF_ASDC DOWNLOAD DOWNLOAD_OK /sdc/v1/catalog/services/BasicOnboardKhsbgx/1.0/artifacts/service-BasicOnboardKhsbgx-csar.csar ASDC sendASDCNotification 2022-11-13T04:04:58.399Z|0bc1ed58-a1c1-4d04-8bed-12d0375391db|pool-2-thread-7|||||DEBUG|500||Sending DOWNLOAD(DOWNLOAD_OK) notification to ASDC for artifact:/sdc/v1/catalog/services/BasicOnboardKhsbgx/1.0/artifacts/service-BasicOnboardKhsbgx-csar.csar 2022-11-13T04:04:58.408Z|0bc1ed58-a1c1-4d04-8bed-12d0375391db|pool-2-thread-7|||||INFO|500||DistributionClient - sendDownloadStatus 2022-11-13T04:04:58.408Z|0bc1ed58-a1c1-4d04-8bed-12d0375391db|pool-2-thread-7|||||INFO|500||DistributionClient - sendStatus 2022-11-13T04:04:58.410Z|0bc1ed58-a1c1-4d04-8bed-12d0375391db|pool-2-thread-7|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap] 2022-11-13T04:04:58.411Z|0bc1ed58-a1c1-4d04-8bed-12d0375391db|pool-2-thread-7|||||DEBUG|500||try to send status { "distributionID": "0bc1ed58-a1c1-4d04-8bed-12d0375391db", "consumerID": "SO-COpenSource-Env11", "timestamp": 1668312298397, "artifactURL": "/sdc/v1/catalog/services/BasicOnboardKhsbgx/1.0/artifacts/service-BasicOnboardKhsbgx-csar.csar", "status": "DOWNLOAD_OK" } 2022-11-13T04:04:58.512Z||pool-10-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 101 ms 2022-11-13T04:04:58.513Z||pool-10-thread-1|||||WARN|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO will send credentials over a clear channel. 2022-11-13T04:04:58.513Z||pool-10-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as Oi7quVEmKWoWd026) ... 2022-11-13T04:04:58.552Z||pool-10-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK 2022-11-13T04:04:58.553Z||pool-10-thread-1|||||INFO|500||cambria reply ok (41 ms):{"serverTimeMs":1,"count":1} 2022-11-13T04:04:59.411Z|0bc1ed58-a1c1-4d04-8bed-12d0375391db|pool-2-thread-7|||||INFO|500||Unable to find the system property mso.config.path, use the default configuration 2022-11-13T04:04:59.412Z|0bc1ed58-a1c1-4d04-8bed-12d0375391db|pool-2-thread-7|||||INFO|500||MSO config path is: /app 2022-11-13T04:04:59.413Z|0bc1ed58-a1c1-4d04-8bed-12d0375391db|pool-2-thread-7|||||INFO|500||Trying to write artifact UUID: f045b89a-b76f-4cc1-b3f1-e699bfdc503c, URL: /sdc/v1/catalog/services/BasicOnboardKhsbgx/1.0/artifacts/service-BasicOnboardKhsbgx-csar.csar to file: /app/ASDC/1/service-BasicOnboardKhsbgx-csar.csar 2022-11-13T04:04:59.413Z|0bc1ed58-a1c1-4d04-8bed-12d0375391db|pool-2-thread-7|||||INFO|500||ASDC_RECEIVE_SERVICE_NOTIF ***WRITE FILE ARTIFACT NAME ASDC service-BasicOnboardKhsbgx-csar.csar 2022-11-13T04:04:59.511Z|0bc1ed58-a1c1-4d04-8bed-12d0375391db|pool-2-thread-7|||||DEBUG|500||ASDC File path is: /app/ASDC/1/service-BasicOnboardKhsbgx-csar.csar 2022-11-13T04:04:59.512Z|0bc1ed58-a1c1-4d04-8bed-12d0375391db|pool-2-thread-7|||||INFO|500||ASDC_RECEIVE_SERVICE_NOTIF ***PATH ASDC /app/ASDC/1/service-BasicOnboardKhsbgx-csar.csar 2022-11-13T04:05:00.128Z|0bc1ed58-a1c1-4d04-8bed-12d0375391db|pool-2-thread-7|||||DEBUG|500||ToscaTemplate Loading YAMEL file /tmp/JTP3237478466930531010/Definitions/service-BasicOnboardKhsbgx-template.yml Log warning: The required parameter "port_ubuntu18_admin_plane_port_0_name" is not provided Log warning: The required parameter "port_ubuntu18_admin_plane_port_0_order" is not provided Log warning: The required parameter "port_ubuntu18_admin_plane_port_0_vlan_requirements" is not provided Log warning: The required parameter "port_ubuntu18_admin_plane_port_0_network_role" is not provided Log warning: The required parameter "port_ubuntu18_admin_plane_port_0_related_networks" is not provided Log warning: The required parameter "port_ubuntu18_admin_plane_port_0_subnetpoolid" is not provided 2022-11-13T04:05:02.289Z|0bc1ed58-a1c1-4d04-8bed-12d0375391db|pool-2-thread-7|||||DEBUG|500||CSAR conformance level is 11.0 2022-11-13T04:05:02.294Z|0bc1ed58-a1c1-4d04-8bed-12d0375391db|pool-2-thread-7|||||WARN|500||#################################################################################################### 2022-11-13T04:05:02.295Z|0bc1ed58-a1c1-4d04-8bed-12d0375391db|pool-2-thread-7|||||WARN|500||CSAR Warnings found! CSAR name - /app/ASDC/1/service-BasicOnboardKhsbgx-csar.csar 2022-11-13T04:05:02.295Z|0bc1ed58-a1c1-4d04-8bed-12d0375391db|pool-2-thread-7|||||WARN|500||ToscaTemplate - verifyTemplate - 9 Parsing Warnings occurred... 2022-11-13T04:05:02.295Z|0bc1ed58-a1c1-4d04-8bed-12d0375391db|pool-2-thread-7|||||WARN|500||JTosca Exception [JE003]: MissingRequiredFieldError: properties of template "abstract_ubuntu18" are missing field(s): [port_ubuntu18_admin_plane_port_0_name, port_ubuntu18_admin_plane_port_0_order, port_ubuntu18_admin_plane_port_0_vlan_requirements, nfc_function, port_ubuntu18_admin_plane_port_0_network_role, port_ubuntu18_admin_plane_port_0_related_networks, port_ubuntu18_admin_plane_port_0_subnetpoolid]. CSAR name - /app/ASDC/1/service-BasicOnboardKhsbgx-csar.csar 2022-11-13T04:05:02.295Z|0bc1ed58-a1c1-4d04-8bed-12d0375391db|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-BasicOnboardKhsbgx-csar.csar 2022-11-13T04:05:02.295Z|0bc1ed58-a1c1-4d04-8bed-12d0375391db|pool-2-thread-7|||||WARN|500||JTosca Exception [JE003]: MissingRequiredFieldError: Data value of type "org.openecomp.datatypes.network.IpRequirements" is missing required field(s) "[assingment_method, supplemental_data]". CSAR name - /app/ASDC/1/service-BasicOnboardKhsbgx-csar.csar 2022-11-13T04:05:02.295Z|0bc1ed58-a1c1-4d04-8bed-12d0375391db|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-BasicOnboardKhsbgx-csar.csar 2022-11-13T04:05:02.295Z|0bc1ed58-a1c1-4d04-8bed-12d0375391db|pool-2-thread-7|||||WARN|500||JTosca Exception [JE001]: TypeMismatchError: "[ubuntu18_admin_security_group]" is not a map. The type is "json". CSAR name - /app/ASDC/1/service-BasicOnboardKhsbgx-csar.csar 2022-11-13T04:05:02.295Z|0bc1ed58-a1c1-4d04-8bed-12d0375391db|pool-2-thread-7|||||WARN|500||JTosca Exception [JE003]: MissingRequiredFieldError: properties of template "abstract_ubuntu18" are missing field(s): [unit, type]. CSAR name - /app/ASDC/1/service-BasicOnboardKhsbgx-csar.csar 2022-11-13T04:05:02.296Z|0bc1ed58-a1c1-4d04-8bed-12d0375391db|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-BasicOnboardKhsbgx-csar.csar 2022-11-13T04:05:02.296Z|0bc1ed58-a1c1-4d04-8bed-12d0375391db|pool-2-thread-7|||||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-BasicOnboardKhsbgx-csar.csar 2022-11-13T04:05:02.296Z|0bc1ed58-a1c1-4d04-8bed-12d0375391db|pool-2-thread-7|||||WARN|500||JTosca Exception [JE003]: MissingRequiredFieldError: properties of template "basic_onboard_khSBGx 0" are missing field(s): [nf_naming_code, nf_function, sdnc_artifact_name, max_instances, nf_type, sdnc_model_version, nf_role, min_instances, sdnc_model_name]. CSAR name - /app/ASDC/1/service-BasicOnboardKhsbgx-csar.csar 2022-11-13T04:05:02.296Z|0bc1ed58-a1c1-4d04-8bed-12d0375391db|pool-2-thread-7|||||WARN|500||#################################################################################################### 2022-11-13T04:05:02.302Z|0bc1ed58-a1c1-4d04-8bed-12d0375391db|pool-2-thread-7|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive 2022-11-13T04:05:02.304Z|0bc1ed58-a1c1-4d04-8bed-12d0375391db|pool-2-thread-7|||||DEBUG|500||Service basic_onboard_khSBGx is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=SERVICE_PROXY, toscaType=null, uUID=null, customizationUUID=null 2022-11-13T04:05:02.308Z|0bc1ed58-a1c1-4d04-8bed-12d0375391db|pool-2-thread-7|||||DEBUG|500||Node template basic_onboard_khSBGx 0 is matching search criteria 2022-11-13T04:05:02.308Z|0bc1ed58-a1c1-4d04-8bed-12d0375391db|pool-2-thread-7|||||DEBUG|500||Search for entities recursively 2022-11-13T04:05:02.309Z|0bc1ed58-a1c1-4d04-8bed-12d0375391db|pool-2-thread-7|||||DEBUG|500||Found topology templates [basic_onboard_khSBGx 0, abstract_ubuntu18] matching following query criteria: sdcType=Service, customizationUUID=null 2022-11-13T04:05:02.311Z|0bc1ed58-a1c1-4d04-8bed-12d0375391db|pool-2-thread-7|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive 2022-11-13T04:05:02.311Z|0bc1ed58-a1c1-4d04-8bed-12d0375391db|pool-2-thread-7|||||DEBUG|500||Service basic_onboard_khSBGx is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=CONFIGURATION, toscaType=null, uUID=null, customizationUUID=null 2022-11-13T04:05:02.312Z|0bc1ed58-a1c1-4d04-8bed-12d0375391db|pool-2-thread-7|||||DEBUG|500||Node template basic_onboard_khSBGx 0 is matching search criteria 2022-11-13T04:05:02.312Z|0bc1ed58-a1c1-4d04-8bed-12d0375391db|pool-2-thread-7|||||DEBUG|500||Search for entities recursively 2022-11-13T04:05:02.312Z|0bc1ed58-a1c1-4d04-8bed-12d0375391db|pool-2-thread-7|||||DEBUG|500||Found topology templates [basic_onboard_khSBGx 0, abstract_ubuntu18] matching following query criteria: sdcType=Service, customizationUUID=null 2022-11-13T04:05:02.312Z|0bc1ed58-a1c1-4d04-8bed-12d0375391db|pool-2-thread-7|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive 2022-11-13T04:05:02.312Z|0bc1ed58-a1c1-4d04-8bed-12d0375391db|pool-2-thread-7|||||DEBUG|500||Service basic_onboard_khSBGx is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=VF, toscaType=null, uUID=null, customizationUUID=null 2022-11-13T04:05:02.315Z|0bc1ed58-a1c1-4d04-8bed-12d0375391db|pool-2-thread-7|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive 2022-11-13T04:05:02.316Z|0bc1ed58-a1c1-4d04-8bed-12d0375391db|pool-2-thread-7|||||DEBUG|500||Node template basic_onboard_khSBGx 0 is not matching search criteria 2022-11-13T04:05:02.316Z|0bc1ed58-a1c1-4d04-8bed-12d0375391db|pool-2-thread-7|||||DEBUG|500||Node template abstract_ubuntu18 is not matching search criteria 2022-11-13T04:05:02.316Z|0bc1ed58-a1c1-4d04-8bed-12d0375391db|pool-2-thread-7|||||DEBUG|500||Node template ubuntu18 is not matching search criteria 2022-11-13T04:05:02.316Z|0bc1ed58-a1c1-4d04-8bed-12d0375391db|pool-2-thread-7|||||DEBUG|500||Node template ubuntu18_ubuntu18_admin_plane_port_0 is not matching search criteria 2022-11-13T04:05:02.316Z|0bc1ed58-a1c1-4d04-8bed-12d0375391db|pool-2-thread-7|||||DEBUG|500||Node template ubuntu18_admin_security_group is not matching search criteria 2022-11-13T04:05:02.317Z|0bc1ed58-a1c1-4d04-8bed-12d0375391db|pool-2-thread-7|||||DEBUG|500||Found topology templates [] matching following query criteria: sdcType=VF, customizationUUID=customizationUUID 2022-11-13T04:05:02.317Z|0bc1ed58-a1c1-4d04-8bed-12d0375391db|pool-2-thread-7|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive 2022-11-13T04:05:02.317Z|0bc1ed58-a1c1-4d04-8bed-12d0375391db|pool-2-thread-7|||||DEBUG|500||Service basic_onboard_khSBGx is searched for EntityType=GROUP, nodeTemplateType=null, toscaType=org.openecomp.groups.VfModule, uUID=null, customizationUUID=null 2022-11-13T04:05:02.318Z|0bc1ed58-a1c1-4d04-8bed-12d0375391db|pool-2-thread-7|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive 2022-11-13T04:05:02.318Z|0bc1ed58-a1c1-4d04-8bed-12d0375391db|pool-2-thread-7|||||DEBUG|500||Node template basic_onboard_khSBGx 0 is matching search criteria 2022-11-13T04:05:02.318Z|0bc1ed58-a1c1-4d04-8bed-12d0375391db|pool-2-thread-7|||||DEBUG|500||Found topology templates [basic_onboard_khSBGx 0] matching following query criteria: sdcType=VF, customizationUUID=null 2022-11-13T04:05:02.319Z|0bc1ed58-a1c1-4d04-8bed-12d0375391db|pool-2-thread-7|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive 2022-11-13T04:05:02.319Z|0bc1ed58-a1c1-4d04-8bed-12d0375391db|pool-2-thread-7|||||DEBUG|500||Node template basic_onboard_khSBGx 0 is matching search criteria 2022-11-13T04:05:02.319Z|0bc1ed58-a1c1-4d04-8bed-12d0375391db|pool-2-thread-7|||||DEBUG|500||Found topology templates [basic_onboard_khSBGx 0] matching following query criteria: sdcType=VF, customizationUUID=null 2022-11-13T04:05:02.319Z|0bc1ed58-a1c1-4d04-8bed-12d0375391db|pool-2-thread-7|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive 2022-11-13T04:05:02.319Z|0bc1ed58-a1c1-4d04-8bed-12d0375391db|pool-2-thread-7|||||DEBUG|500||Node template basic_onboard_khSBGx 0 is matching search criteria 2022-11-13T04:05:02.320Z|0bc1ed58-a1c1-4d04-8bed-12d0375391db|pool-2-thread-7|||||DEBUG|500||Found topology templates [basic_onboard_khSBGx 0] matching following query criteria: sdcType=VF, customizationUUID=null 2022-11-13T04:05:02.320Z|0bc1ed58-a1c1-4d04-8bed-12d0375391db|pool-2-thread-7|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive 2022-11-13T04:05:02.320Z|0bc1ed58-a1c1-4d04-8bed-12d0375391db|pool-2-thread-7|||||DEBUG|500||Node template basic_onboard_khSBGx 0 is not matching search criteria 2022-11-13T04:05:02.320Z|0bc1ed58-a1c1-4d04-8bed-12d0375391db|pool-2-thread-7|||||DEBUG|500||Node template abstract_ubuntu18 is matching search criteria 2022-11-13T04:05:02.320Z|0bc1ed58-a1c1-4d04-8bed-12d0375391db|pool-2-thread-7|||||DEBUG|500||Node template ubuntu18_admin_security_group is not matching search criteria 2022-11-13T04:05:02.320Z|0bc1ed58-a1c1-4d04-8bed-12d0375391db|pool-2-thread-7|||||DEBUG|500||Found topology templates [abstract_ubuntu18] matching following query criteria: sdcType=CVFC, customizationUUID=c4a19d2d-0400-4889-b13d-4f06d3aa931f 2022-11-13T04:05:02.321Z|0bc1ed58-a1c1-4d04-8bed-12d0375391db|pool-2-thread-7|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive 2022-11-13T04:05:02.321Z|0bc1ed58-a1c1-4d04-8bed-12d0375391db|pool-2-thread-7|||||DEBUG|500||Service basic_onboard_khSBGx is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=VL, toscaType=null, uUID=null, customizationUUID=null 2022-11-13T04:05:02.321Z|0bc1ed58-a1c1-4d04-8bed-12d0375391db|pool-2-thread-7|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive 2022-11-13T04:05:02.321Z|0bc1ed58-a1c1-4d04-8bed-12d0375391db|pool-2-thread-7|||||DEBUG|500||Service basic_onboard_khSBGx is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=CR, toscaType=null, uUID=null, customizationUUID=null 2022-11-13T04:05:02.321Z|0bc1ed58-a1c1-4d04-8bed-12d0375391db|pool-2-thread-7|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive 2022-11-13T04:05:02.322Z|0bc1ed58-a1c1-4d04-8bed-12d0375391db|pool-2-thread-7|||||DEBUG|500||Service basic_onboard_khSBGx is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=VF, toscaType=null, uUID=null, customizationUUID=null 2022-11-13T04:05:02.322Z|0bc1ed58-a1c1-4d04-8bed-12d0375391db|pool-2-thread-7|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive 2022-11-13T04:05:02.322Z|0bc1ed58-a1c1-4d04-8bed-12d0375391db|pool-2-thread-7|||||DEBUG|500||Service basic_onboard_khSBGx is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=PNF, toscaType=null, uUID=null, customizationUUID=null 2022-11-13T04:05:02.322Z|0bc1ed58-a1c1-4d04-8bed-12d0375391db|pool-2-thread-7|||||DEBUG|500||CSAR Notification: Service Level Properties: Name:basic_onboard_khSBGx Description:service Model UUID:2a9c8182-5696-4d63-87e6-a3c6fc2c6055 Model Version:NULL Model InvariantUuid:d3e4fb23-a18f-4a7c-970d-063e5e31789d Service Type: Service Role: WorkLoad Context:Production Environment Context:General_Revenue-Bearing VNF Properties: Model Name:basic_onboard_khSBGx Model UUID:83d9cf4a-0dec-482f-89a6-5a917759fb0b Description:VF Version:1.0 Type:VF Category:Generic InvariantUuid:06828815-25a4-4b5d-ac2f-82a70e66abcc Max Instances:null Min Instances:null VNF Customization Properties: Customization UUID:e053d274-7b59-47a0-9b00-ce7797838bd0 NFFunction:null NFCode:null NFRole:null NFType:null MultiStageDesign:false VF Module Properties: ModelInvariantUuid:c5d9cc7d-9283-4f80-ba20-7e5d67a13ec7 ModelName:BasicOnboardKhsbgx..base_ubuntu18..module-0 ModelUuid:0d9e26d9-c0e0-447e-b08b-56bbd9c43ebd ModelVersion:1 Description:NULL VF Module Customization Properties: Model Customization UUID:NULL CVNFC Properties: ModelCustomizationUuid:c4a19d2d-0400-4889-b13d-4f06d3aa931f ModelInvariantUuid:0d92886f-3353-4586-bcb2-59fc488ea045 ModelName:basic_onboard_khSBGx-nodes.ubuntu18Cvfc ModelUuid:c14dd228-3491-4f16-9296-7216fefd72f8 ModelVersion:1.0 Description:Complex node type that is used as nested type in VF Template Name:abstract_ubuntu18 VNFC Properties: ModelCustomizationUuid:901311af-a15f-45fa-b316-d1769e6e03f7 ModelInvariantUuid:867df28e-e3d5-480b-89aa-70f7cb6842fc ModelName:BasicOnboardKhsbgx.compute.nodes.heat.ubuntu18 ModelUuid:6a990916-6cd2-4367-848d-c18918872d6a ModelVersion:1.0 Description:Not reusable inner VFC Sub Category:Abstract VF Allotted Resource Properties: PNF Allotted Resource Properties: Hibernate: select toscacsar0_.ARTIFACT_UUID as artifact1_57_0_, toscacsar0_.ARTIFACT_CHECKSUM as artifact2_57_0_, toscacsar0_.CREATION_TIMESTAMP as creation3_57_0_, toscacsar0_.DESCRIPTION as descript4_57_0_, toscacsar0_.NAME as name5_57_0_, toscacsar0_.URL as url6_57_0_, toscacsar0_.Version as version7_57_0_ from tosca_csar toscacsar0_ where toscacsar0_.ARTIFACT_UUID=? 2022-11-13T04:05:02.333Z|0bc1ed58-a1c1-4d04-8bed-12d0375391db|pool-2-thread-7|||||INFO|500||Processing Resource Type: VF, Model UUID: 3a591e82-b705-4b82-bb84-12bd6597d3cd Hibernate: select service0_.MODEL_UUID as model_uu1_50_, service0_.CDS_BLUEPRINT_NAME as cds_blue2_50_, service0_.CDS_BLUEPRINT_VERSION as cds_blue3_50_, service0_.SERVICE_CATEGORY as service_4_50_, service0_.CONTROLLER_ACTOR as controll5_50_, service0_.CREATION_TIMESTAMP as creation6_50_, service0_.TOSCA_CSAR_ARTIFACT_UUID as tosca_c21_50_, service0_.DESCRIPTION as descript7_50_, service0_.OVERALL_DISTRIBUTION_STATUS as overall_8_50_, service0_.ENVIRONMENT_CONTEXT as environm9_50_, service0_.MODEL_INVARIANT_UUID as model_i10_50_, service0_.MODEL_NAME as model_n11_50_, service0_.MODEL_VERSION as model_v12_50_, service0_.NAMING_POLICY as naming_13_50_, service0_.ONAP_GENERATED_NAMING as onap_ge14_50_, service0_.RESOURCE_ORDER as resourc15_50_, service0_.SERVICE_FUNCTION as service16_50_, service0_.SERVICE_ROLE as service17_50_, service0_.SERVICE_TYPE as service18_50_, service0_.SKIP_POST_INSTANTIATION_CONFIGURATION as skip_po19_50_, service0_.WORKLOAD_CONTEXT as workloa20_50_ from service service0_ where service0_.MODEL_UUID=? 2022-11-13T04:05:02.472Z|0bc1ed58-a1c1-4d04-8bed-12d0375391db|pool-2-thread-7|||||INFO|500||basic_onboard_khSBGx 0 2022-11-13T04:05:02.481Z|0bc1ed58-a1c1-4d04-8bed-12d0375391db|pool-2-thread-7|||||DEBUG|500||Processing Resource Type: VF and Model UUID: 3a591e82-b705-4b82-bb84-12bd6597d3cd 2022-11-13T04:05:02.481Z|0bc1ed58-a1c1-4d04-8bed-12d0375391db|pool-2-thread-7|||||INFO|500||Trying to download the artifact UUID: d40a1ac1-dfa3-40ab-a413-31232358dd8e from URL: /sdc/v1/catalog/services/BasicOnboardKhsbgx/1.0/resourceInstances/basic_onboard_khsbgx0/artifacts/basic_onboard_khsbgx0_modules.json 2022-11-13T04:05:02.481Z|0bc1ed58-a1c1-4d04-8bed-12d0375391db|pool-2-thread-7|||||INFO|500||DistributionClient - download 2022-11-13T04:05:02.482Z|0bc1ed58-a1c1-4d04-8bed-12d0375391db|pool-2-thread-7|||||DEBUG|500||url to send https://sdc-be.onap:8443/sdc/v1/catalog/services/BasicOnboardKhsbgx/1.0/resourceInstances/basic_onboard_khsbgx0/artifacts/basic_onboard_khsbgx0_modules.json 2022-11-13T04:05:02.532Z|0bc1ed58-a1c1-4d04-8bed-12d0375391db|pool-2-thread-7|||||DEBUG|500||GET Response Status 200 2022-11-13T04:05:02.532Z|0bc1ed58-a1c1-4d04-8bed-12d0375391db|pool-2-thread-7|||||INFO|500||ASDC_ARTIFACT_DOWNLOAD_SUC /sdc/v1/catalog/services/BasicOnboardKhsbgx/1.0/resourceInstances/basic_onboard_khsbgx0/artifacts/basic_onboard_khsbgx0_modules.json d40a1ac1-dfa3-40ab-a413-31232358dd8e 798 2022-11-13T04:05:02.533Z|0bc1ed58-a1c1-4d04-8bed-12d0375391db|pool-2-thread-7|||||INFO|500||ASDC_SEND_NOTIF_ASDC DOWNLOAD DOWNLOAD_OK /sdc/v1/catalog/services/BasicOnboardKhsbgx/1.0/resourceInstances/basic_onboard_khsbgx0/artifacts/basic_onboard_khsbgx0_modules.json ASDC sendASDCNotification 2022-11-13T04:05:02.533Z|0bc1ed58-a1c1-4d04-8bed-12d0375391db|pool-2-thread-7|||||DEBUG|500||Sending DOWNLOAD(DOWNLOAD_OK) notification to ASDC for artifact:/sdc/v1/catalog/services/BasicOnboardKhsbgx/1.0/resourceInstances/basic_onboard_khsbgx0/artifacts/basic_onboard_khsbgx0_modules.json 2022-11-13T04:05:02.533Z|0bc1ed58-a1c1-4d04-8bed-12d0375391db|pool-2-thread-7|||||INFO|500||DistributionClient - sendDownloadStatus 2022-11-13T04:05:02.533Z|0bc1ed58-a1c1-4d04-8bed-12d0375391db|pool-2-thread-7|||||INFO|500||DistributionClient - sendStatus 2022-11-13T04:05:02.536Z|0bc1ed58-a1c1-4d04-8bed-12d0375391db|pool-2-thread-7|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap] 2022-11-13T04:05:02.536Z|0bc1ed58-a1c1-4d04-8bed-12d0375391db|pool-2-thread-7|||||DEBUG|500||try to send status { "distributionID": "0bc1ed58-a1c1-4d04-8bed-12d0375391db", "consumerID": "SO-COpenSource-Env11", "timestamp": 1668312302533, "artifactURL": "/sdc/v1/catalog/services/BasicOnboardKhsbgx/1.0/resourceInstances/basic_onboard_khsbgx0/artifacts/basic_onboard_khsbgx0_modules.json", "status": "DOWNLOAD_OK" } 2022-11-13T04:05:02.636Z||pool-11-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms 2022-11-13T04:05:02.638Z||pool-11-thread-1|||||WARN|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO will send credentials over a clear channel. 2022-11-13T04:05:02.638Z||pool-11-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as Oi7quVEmKWoWd026) ... 2022-11-13T04:05:02.654Z||pool-11-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK 2022-11-13T04:05:02.655Z||pool-11-thread-1|||||INFO|500||cambria reply ok (18 ms):{"serverTimeMs":0,"count":1} 2022-11-13T04:05:03.538Z|0bc1ed58-a1c1-4d04-8bed-12d0375391db|pool-2-thread-7|||||DEBUG|500||VF_MODULE_ARTIFACT: [ { "vfModuleModelName": "BasicOnboardKhsbgx..base_ubuntu18..module-0", "vfModuleModelInvariantUUID": "c5d9cc7d-9283-4f80-ba20-7e5d67a13ec7", "vfModuleModelVersion": "1", "vfModuleModelUUID": "0d9e26d9-c0e0-447e-b08b-56bbd9c43ebd", "vfModuleModelCustomizationUUID": "09f6dcec-b133-4fe6-bb6c-9dccb8e2359e", "isBase": true, "artifacts": [ "e5492cb1-6e37-4b67-96b3-b1461bb1fbfd", "778a0b16-3441-4471-b9d7-4982a058669f" ], "properties": { "min_vf_module_instances": "1", "vf_module_label": "base_ubuntu18", "max_vf_module_instances": "1", "vfc_list": "", "vf_module_type": "Base", "vf_module_description": "", "initial_count": "1", "volume_group": "false", "availability_zone_count": "" } } ] 2022-11-13T04:05:03.553Z|0bc1ed58-a1c1-4d04-8bed-12d0375391db|pool-2-thread-7|||||DEBUG|500||VfModuleMetaData List: { VfModuleMetaData: VfModuleModelName:BasicOnboardKhsbgx..base_ubuntu18..module-0 VfModuleModelVersion:1 VfModuleModelUUID:0d9e26d9-c0e0-447e-b08b-56bbd9c43ebd VfModuleModelInvariantUUID:c5d9cc7d-9283-4f80-ba20-7e5d67a13ec7 VfModuleModelDescription:NULL Artifacts UUID List:{ e5492cb1-6e37-4b67-96b3-b1461bb1fbfd , 778a0b16-3441-4471-b9d7-4982a058669f } Properties List:{ min_vf_module_instances : 1 vf_module_label : base_ubuntu18 max_vf_module_instances : 1 vfc_list : vf_module_type : Base vf_module_description : initial_count : 1 volume_group : false availability_zone_count : } isBase:true } 2022-11-13T04:05:03.556Z|0bc1ed58-a1c1-4d04-8bed-12d0375391db|pool-2-thread-7|||||DEBUG|500||VF_MODULE_ARTIFACT: [ { "vfModuleModelName": "BasicOnboardKhsbgx..base_ubuntu18..module-0", "vfModuleModelInvariantUUID": "c5d9cc7d-9283-4f80-ba20-7e5d67a13ec7", "vfModuleModelVersion": "1", "vfModuleModelUUID": "0d9e26d9-c0e0-447e-b08b-56bbd9c43ebd", "vfModuleModelCustomizationUUID": "09f6dcec-b133-4fe6-bb6c-9dccb8e2359e", "isBase": true, "artifacts": [ "e5492cb1-6e37-4b67-96b3-b1461bb1fbfd", "778a0b16-3441-4471-b9d7-4982a058669f" ], "properties": { "min_vf_module_instances": "1", "vf_module_label": "base_ubuntu18", "max_vf_module_instances": "1", "vfc_list": "", "vf_module_type": "Base", "vf_module_description": "", "initial_count": "1", "volume_group": "false", "availability_zone_count": "" } } ] 2022-11-13T04:05:03.556Z|0bc1ed58-a1c1-4d04-8bed-12d0375391db|pool-2-thread-7|||||DEBUG|500||VfModuleMetaData List: { VfModuleMetaData: VfModuleModelName:BasicOnboardKhsbgx..base_ubuntu18..module-0 VfModuleModelVersion:1 VfModuleModelUUID:0d9e26d9-c0e0-447e-b08b-56bbd9c43ebd VfModuleModelInvariantUUID:c5d9cc7d-9283-4f80-ba20-7e5d67a13ec7 VfModuleModelDescription:NULL Artifacts UUID List:{ e5492cb1-6e37-4b67-96b3-b1461bb1fbfd , 778a0b16-3441-4471-b9d7-4982a058669f } Properties List:{ min_vf_module_instances : 1 vf_module_label : base_ubuntu18 max_vf_module_instances : 1 vfc_list : vf_module_type : Base vf_module_description : initial_count : 1 volume_group : false availability_zone_count : } isBase:true } 2022-11-13T04:05:03.556Z|0bc1ed58-a1c1-4d04-8bed-12d0375391db|pool-2-thread-7|||||INFO|500||Trying to download the artifact UUID: e5492cb1-6e37-4b67-96b3-b1461bb1fbfd from URL: /sdc/v1/catalog/services/BasicOnboardKhsbgx/1.0/resourceInstances/basic_onboard_khsbgx0/artifacts/base_ubuntu18.yaml 2022-11-13T04:05:03.557Z|0bc1ed58-a1c1-4d04-8bed-12d0375391db|pool-2-thread-7|||||INFO|500||DistributionClient - download 2022-11-13T04:05:03.557Z|0bc1ed58-a1c1-4d04-8bed-12d0375391db|pool-2-thread-7|||||DEBUG|500||url to send https://sdc-be.onap:8443/sdc/v1/catalog/services/BasicOnboardKhsbgx/1.0/resourceInstances/basic_onboard_khsbgx0/artifacts/base_ubuntu18.yaml 2022-11-13T04:05:03.615Z|0bc1ed58-a1c1-4d04-8bed-12d0375391db|pool-2-thread-7|||||DEBUG|500||GET Response Status 200 2022-11-13T04:05:03.616Z|0bc1ed58-a1c1-4d04-8bed-12d0375391db|pool-2-thread-7|||||INFO|500||ASDC_ARTIFACT_DOWNLOAD_SUC /sdc/v1/catalog/services/BasicOnboardKhsbgx/1.0/resourceInstances/basic_onboard_khsbgx0/artifacts/base_ubuntu18.yaml e5492cb1-6e37-4b67-96b3-b1461bb1fbfd 5033 2022-11-13T04:05:03.616Z|0bc1ed58-a1c1-4d04-8bed-12d0375391db|pool-2-thread-7|||||INFO|500||ASDC_SEND_NOTIF_ASDC DOWNLOAD DOWNLOAD_OK /sdc/v1/catalog/services/BasicOnboardKhsbgx/1.0/resourceInstances/basic_onboard_khsbgx0/artifacts/base_ubuntu18.yaml ASDC sendASDCNotification 2022-11-13T04:05:03.616Z|0bc1ed58-a1c1-4d04-8bed-12d0375391db|pool-2-thread-7|||||DEBUG|500||Sending DOWNLOAD(DOWNLOAD_OK) notification to ASDC for artifact:/sdc/v1/catalog/services/BasicOnboardKhsbgx/1.0/resourceInstances/basic_onboard_khsbgx0/artifacts/base_ubuntu18.yaml 2022-11-13T04:05:03.616Z|0bc1ed58-a1c1-4d04-8bed-12d0375391db|pool-2-thread-7|||||INFO|500||DistributionClient - sendDownloadStatus 2022-11-13T04:05:03.616Z|0bc1ed58-a1c1-4d04-8bed-12d0375391db|pool-2-thread-7|||||INFO|500||DistributionClient - sendStatus 2022-11-13T04:05:03.618Z|0bc1ed58-a1c1-4d04-8bed-12d0375391db|pool-2-thread-7|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap] 2022-11-13T04:05:03.618Z|0bc1ed58-a1c1-4d04-8bed-12d0375391db|pool-2-thread-7|||||DEBUG|500||try to send status { "distributionID": "0bc1ed58-a1c1-4d04-8bed-12d0375391db", "consumerID": "SO-COpenSource-Env11", "timestamp": 1668312303616, "artifactURL": "/sdc/v1/catalog/services/BasicOnboardKhsbgx/1.0/resourceInstances/basic_onboard_khsbgx0/artifacts/base_ubuntu18.yaml", "status": "DOWNLOAD_OK" } 2022-11-13T04:05:03.719Z||pool-12-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms 2022-11-13T04:05:03.720Z||pool-12-thread-1|||||WARN|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO will send credentials over a clear channel. 2022-11-13T04:05:03.720Z||pool-12-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as Oi7quVEmKWoWd026) ... 2022-11-13T04:05:03.737Z||pool-12-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK 2022-11-13T04:05:03.738Z||pool-12-thread-1|||||INFO|500||cambria reply ok (19 ms):{"serverTimeMs":0,"count":1} 2022-11-13T04:05:04.619Z|0bc1ed58-a1c1-4d04-8bed-12d0375391db|pool-2-thread-7|||||INFO|500||Trying to download the artifact UUID: 778a0b16-3441-4471-b9d7-4982a058669f from URL: /sdc/v1/catalog/services/BasicOnboardKhsbgx/1.0/resourceInstances/basic_onboard_khsbgx0/artifacts/base_ubuntu18.env 2022-11-13T04:05:04.620Z|0bc1ed58-a1c1-4d04-8bed-12d0375391db|pool-2-thread-7|||||INFO|500||DistributionClient - download 2022-11-13T04:05:04.620Z|0bc1ed58-a1c1-4d04-8bed-12d0375391db|pool-2-thread-7|||||DEBUG|500||url to send https://sdc-be.onap:8443/sdc/v1/catalog/services/BasicOnboardKhsbgx/1.0/resourceInstances/basic_onboard_khsbgx0/artifacts/base_ubuntu18.env 2022-11-13T04:05:04.672Z|0bc1ed58-a1c1-4d04-8bed-12d0375391db|pool-2-thread-7|||||DEBUG|500||GET Response Status 200 2022-11-13T04:05:04.673Z|0bc1ed58-a1c1-4d04-8bed-12d0375391db|pool-2-thread-7|||||INFO|500||ASDC_ARTIFACT_DOWNLOAD_SUC /sdc/v1/catalog/services/BasicOnboardKhsbgx/1.0/resourceInstances/basic_onboard_khsbgx0/artifacts/base_ubuntu18.env 778a0b16-3441-4471-b9d7-4982a058669f 909 2022-11-13T04:05:04.673Z|0bc1ed58-a1c1-4d04-8bed-12d0375391db|pool-2-thread-7|||||INFO|500||ASDC_SEND_NOTIF_ASDC DOWNLOAD DOWNLOAD_OK /sdc/v1/catalog/services/BasicOnboardKhsbgx/1.0/resourceInstances/basic_onboard_khsbgx0/artifacts/base_ubuntu18.env ASDC sendASDCNotification 2022-11-13T04:05:04.673Z|0bc1ed58-a1c1-4d04-8bed-12d0375391db|pool-2-thread-7|||||DEBUG|500||Sending DOWNLOAD(DOWNLOAD_OK) notification to ASDC for artifact:/sdc/v1/catalog/services/BasicOnboardKhsbgx/1.0/resourceInstances/basic_onboard_khsbgx0/artifacts/base_ubuntu18.env 2022-11-13T04:05:04.674Z|0bc1ed58-a1c1-4d04-8bed-12d0375391db|pool-2-thread-7|||||INFO|500||DistributionClient - sendDownloadStatus 2022-11-13T04:05:04.674Z|0bc1ed58-a1c1-4d04-8bed-12d0375391db|pool-2-thread-7|||||INFO|500||DistributionClient - sendStatus 2022-11-13T04:05:04.677Z|0bc1ed58-a1c1-4d04-8bed-12d0375391db|pool-2-thread-7|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap] 2022-11-13T04:05:04.677Z|0bc1ed58-a1c1-4d04-8bed-12d0375391db|pool-2-thread-7|||||DEBUG|500||try to send status { "distributionID": "0bc1ed58-a1c1-4d04-8bed-12d0375391db", "consumerID": "SO-COpenSource-Env11", "timestamp": 1668312304673, "artifactURL": "/sdc/v1/catalog/services/BasicOnboardKhsbgx/1.0/resourceInstances/basic_onboard_khsbgx0/artifacts/base_ubuntu18.env", "status": "DOWNLOAD_OK" } 2022-11-13T04:05:04.777Z||pool-13-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms 2022-11-13T04:05:04.778Z||pool-13-thread-1|||||WARN|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO will send credentials over a clear channel. 2022-11-13T04:05:04.778Z||pool-13-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as Oi7quVEmKWoWd026) ... 2022-11-13T04:05:04.793Z||pool-13-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK 2022-11-13T04:05:04.794Z||pool-13-thread-1|||||INFO|500||cambria reply ok (17 ms):{"serverTimeMs":0,"count":1} 2022-11-13T04:05:05.679Z|0bc1ed58-a1c1-4d04-8bed-12d0375391db|pool-2-thread-7|||||DEBUG|500||Preparing to deploy Service: 2a9c8182-5696-4d63-87e6-a3c6fc2c6055 2022-11-13T04:05:05.679Z|0bc1ed58-a1c1-4d04-8bed-12d0375391db|pool-2-thread-7|||||INFO|500||ASDC_START_DEPLOY_ARTIFACT basic_onboard_khSBGx 0 3a591e82-b705-4b82-bb84-12bd6597d3cd ASDC Hibernate: select heattempla0_.ARTIFACT_UUID as artifact1_29_, heattempla0_.ARTIFACT_CHECKSUM as artifact2_29_, heattempla0_.CREATION_TIMESTAMP as creation3_29_, heattempla0_.DESCRIPTION as descript4_29_, heattempla0_.BODY as body5_29_, heattempla0_.NAME as name6_29_, heattempla0_.TIMEOUT_MINUTES as timeout_7_29_, heattempla0_.VERSION as version8_29_ from heat_template heattempla0_ where heattempla0_.ARTIFACT_UUID=? Hibernate: select heatenviro0_.ARTIFACT_UUID as artifact1_26_, heatenviro0_.ARTIFACT_CHECKSUM as artifact2_26_, heatenviro0_.CREATION_TIMESTAMP as creation3_26_, heatenviro0_.DESCRIPTION as descript4_26_, heatenviro0_.BODY as body5_26_, heatenviro0_.NAME as name6_26_, heatenviro0_.VERSION as version7_26_ from heat_environment heatenviro0_ where heatenviro0_.ARTIFACT_UUID=? Hibernate: select toscacsar0_.ARTIFACT_UUID as artifact1_57_0_, toscacsar0_.ARTIFACT_CHECKSUM as artifact2_57_0_, toscacsar0_.CREATION_TIMESTAMP as creation3_57_0_, toscacsar0_.DESCRIPTION as descript4_57_0_, toscacsar0_.NAME as name5_57_0_, toscacsar0_.URL as url6_57_0_, toscacsar0_.Version as version7_57_0_ from tosca_csar toscacsar0_ where toscacsar0_.ARTIFACT_UUID=? Hibernate: select service0_.MODEL_UUID as model_uu1_50_, service0_.CDS_BLUEPRINT_NAME as cds_blue2_50_, service0_.CDS_BLUEPRINT_VERSION as cds_blue3_50_, service0_.SERVICE_CATEGORY as service_4_50_, service0_.CONTROLLER_ACTOR as controll5_50_, service0_.CREATION_TIMESTAMP as creation6_50_, service0_.TOSCA_CSAR_ARTIFACT_UUID as tosca_c21_50_, service0_.DESCRIPTION as descript7_50_, service0_.OVERALL_DISTRIBUTION_STATUS as overall_8_50_, service0_.ENVIRONMENT_CONTEXT as environm9_50_, service0_.MODEL_INVARIANT_UUID as model_i10_50_, service0_.MODEL_NAME as model_n11_50_, service0_.MODEL_VERSION as model_v12_50_, service0_.NAMING_POLICY as naming_13_50_, service0_.ONAP_GENERATED_NAMING as onap_ge14_50_, service0_.RESOURCE_ORDER as resourc15_50_, service0_.SERVICE_FUNCTION as service16_50_, service0_.SERVICE_ROLE as service17_50_, service0_.SERVICE_TYPE as service18_50_, service0_.SKIP_POST_INSTANTIATION_CONFIGURATION as skip_po19_50_, service0_.WORKLOAD_CONTEXT as workloa20_50_ from service service0_ where service0_.MODEL_UUID=? 2022-11-13T04:05:05.714Z|0bc1ed58-a1c1-4d04-8bed-12d0375391db|pool-2-thread-7|||||DEBUG|500||serviceInputs: {} [org.onap.sdc.toscaparser.api.parameters.Input@61a9ec5c, org.onap.sdc.toscaparser.api.parameters.Input@6ff0170, org.onap.sdc.toscaparser.api.parameters.Input@65eb320e, org.onap.sdc.toscaparser.api.parameters.Input@44a01b7c, org.onap.sdc.toscaparser.api.parameters.Input@6a45d4b8] 2022-11-13T04:05:05.718Z|0bc1ed58-a1c1-4d04-8bed-12d0375391db|pool-2-thread-7|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive 2022-11-13T04:05:05.719Z|0bc1ed58-a1c1-4d04-8bed-12d0375391db|pool-2-thread-7|||||DEBUG|500||Service basic_onboard_khSBGx is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=VF, toscaType=null, uUID=null, customizationUUID=null 2022-11-13T04:05:05.719Z|0bc1ed58-a1c1-4d04-8bed-12d0375391db|pool-2-thread-7|||||DEBUG|500||VF Category is: Generic 2022-11-13T04:05:05.719Z|0bc1ed58-a1c1-4d04-8bed-12d0375391db|pool-2-thread-7|||||DEBUG|500||VFCustomizationUUID= e053d274-7b59-47a0-9b00-ce7797838bd0 2022-11-13T04:05:05.720Z|0bc1ed58-a1c1-4d04-8bed-12d0375391db|pool-2-thread-7|||||DEBUG|500||Checking if Notification VF ResourceCustomizationUUID: e053d274-7b59-47a0-9b00-ce7797838bd0 matches Tosca VF Customization UUID: e053d274-7b59-47a0-9b00-ce7797838bd0 2022-11-13T04:05:05.720Z|0bc1ed58-a1c1-4d04-8bed-12d0375391db|pool-2-thread-7|||||DEBUG|500||vfCustomizationUUID: e053d274-7b59-47a0-9b00-ce7797838bd0 matches vfNotificationResource CustomizationUUID Hibernate: select vnfresourc0_.MODEL_UUID as model_uu1_64_, vnfresourc0_.AIC_VERSION_MAX as aic_vers2_64_, vnfresourc0_.AIC_VERSION_MIN as aic_vers3_64_, vnfresourc0_.RESOURCE_CATEGORY as resource4_64_, vnfresourc0_.CREATION_TIMESTAMP as creation5_64_, vnfresourc0_.DESCRIPTION as descript6_64_, vnfresourc0_.HEAT_TEMPLATE_ARTIFACT_UUID as heat_te13_64_, vnfresourc0_.MODEL_INVARIANT_UUID as model_in7_64_, vnfresourc0_.MODEL_NAME as model_na8_64_, vnfresourc0_.MODEL_VERSION as model_ve9_64_, vnfresourc0_.ORCHESTRATION_MODE as orchest10_64_, vnfresourc0_.RESOURCE_SUB_CATEGORY as resourc11_64_, vnfresourc0_.TOSCA_NODE_TYPE as tosca_n12_64_ from vnf_resource vnfresourc0_ where vnfresourc0_.MODEL_UUID=? 2022-11-13T04:05:05.727Z|0bc1ed58-a1c1-4d04-8bed-12d0375391db|pool-2-thread-7|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive 2022-11-13T04:05:05.727Z|0bc1ed58-a1c1-4d04-8bed-12d0375391db|pool-2-thread-7|||||DEBUG|500||Service basic_onboard_khSBGx is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=null, toscaType=null, uUID=null, customizationUUID=null 2022-11-13T04:05:05.728Z|0bc1ed58-a1c1-4d04-8bed-12d0375391db|pool-2-thread-7|||||DEBUG|500||resource request for resource customization id e053d274-7b59-47a0-9b00-ce7797838bd0: {\"vf_module_id\":\"Ubuntu18-VF-module\",\"skip_post_instantiation_configuration\":\"true\",\"nf_naming\":\"true\",\"multi_stage_design\":\"false\",\"controller_actor\":\"SO-REF-DATA\",\"availability_zone_max_count\":\"1\",\"vnf_name\":\"Ubuntu18-VNF-name\",\"ubuntu18_name_0\":\"ubuntu18\",\"ubuntu18_pub_key\":\"ssh-rsa AAAAB3NzaC1yc2EAAAADAQABAAABgQC3dbqgymZVpu2cIWqzlKNxnOy2Qjt07NZxaXtQyu9dr0kbmursTE5N0IW0qg/rsCXgw2vjjdPOxU6jtrTbyzbAmo9F6LtS9oqvct9LmLjDNyiQFuCPETIBGy43daDVgw3hrg3f9ihN88V/JwnI9n3ZFn8Wy15KV6XCHn3MASV31YnbkjruUtj7rZm5V8NUwAteZ91k5T7WBpywt483rrkeQjEzyKiVSmmOhHWNSmbnko9XzO7QDUHfVIk5qCf/aBES7hcE0YiqX5lfLamSyCqOGANnv+AN2opDEakUeCyJHZrsk3Nkk7A9p+CNlq42sUEKtrO0xiH63viMA6eBYSiaQPzckdq/T52naozx/Oj9ITCgX/6XjldMUF99afIydpC6+kymflTYA8P/9u1Ih93+Vjg1Bf2e4lJaf9z9frXcB9F+ZRDq6feN+XQ93Q8xQ9blu9Gq8BZUbPvAQxW0UaryeuzhCKx4QA33qqYA+tmWVXTsaG0uow6f0hm7z+pkYCM= master@Utilisateur-PC\",\"dcae_collector_ip\":\"10.4.2.166\",\"vnf_id\":\"Ubuntu18-VNF\",\"dcae_collector_port\":\"30417\",\"ubuntu18_flavor_name\":\"m1.small\",\"admin_plane_net_name\":\"admin\",\"ubuntu18_image_name\":\"ubuntu-18.04-daily\"} 2022-11-13T04:05:05.729Z|0bc1ed58-a1c1-4d04-8bed-12d0375391db|pool-2-thread-7|||||DEBUG|500||vfModuleStructure: org.onap.so.asdc.installer.VfModuleStructure@1a4a8e05 2022-11-13T04:05:05.729Z|0bc1ed58-a1c1-4d04-8bed-12d0375391db|pool-2-thread-7|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive 2022-11-13T04:05:05.729Z|0bc1ed58-a1c1-4d04-8bed-12d0375391db|pool-2-thread-7|||||DEBUG|500||Service basic_onboard_khSBGx is searched for EntityType=GROUP, nodeTemplateType=null, toscaType=org.openecomp.groups.VfModule, uUID=null, customizationUUID=null 2022-11-13T04:05:05.730Z|0bc1ed58-a1c1-4d04-8bed-12d0375391db|pool-2-thread-7|||||DEBUG|500||Comparing Vf_Modules_Metadata CustomizationUUID : 09f6dcec-b133-4fe6-bb6c-9dccb8e2359e 2022-11-13T04:05:05.731Z|0bc1ed58-a1c1-4d04-8bed-12d0375391db|pool-2-thread-7|||||DEBUG|500||To Csar Group VFModuleModelCustomizationUUID 09f6dcec-b133-4fe6-bb6c-9dccb8e2359e Hibernate: select vfmodule0_.MODEL_UUID as model_uu1_59_, vfmodule0_.CREATION_TIMESTAMP as creation2_59_, vfmodule0_.DESCRIPTION as descript3_59_, vfmodule0_.IS_BASE as is_base4_59_, vfmodule0_.MODEL_INVARIANT_UUID as model_in5_59_, vfmodule0_.MODEL_NAME as model_na6_59_, vfmodule0_.MODEL_VERSION as model_ve7_59_, vfmodule0_.HEAT_TEMPLATE_ARTIFACT_UUID as heat_tem8_59_, vfmodule0_.VNF_RESOURCE_MODEL_UUID as vnf_reso9_59_, vfmodule0_.VOL_HEAT_TEMPLATE_ARTIFACT_UUID as vol_hea10_59_ from vf_module vfmodule0_ where vfmodule0_.MODEL_UUID=? 2022-11-13T04:05:05.737Z|0bc1ed58-a1c1-4d04-8bed-12d0375391db|pool-2-thread-7|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive 2022-11-13T04:05:05.737Z|0bc1ed58-a1c1-4d04-8bed-12d0375391db|pool-2-thread-7|||||DEBUG|500||Node template basic_onboard_khSBGx 0 is matching search criteria 2022-11-13T04:05:05.737Z|0bc1ed58-a1c1-4d04-8bed-12d0375391db|pool-2-thread-7|||||DEBUG|500||Found topology templates [basic_onboard_khSBGx 0] matching following query criteria: sdcType=VF, customizationUUID=null 2022-11-13T04:05:05.738Z|0bc1ed58-a1c1-4d04-8bed-12d0375391db|pool-2-thread-7|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive 2022-11-13T04:05:05.739Z|0bc1ed58-a1c1-4d04-8bed-12d0375391db|pool-2-thread-7|||||DEBUG|500||Node template basic_onboard_khSBGx 0 is matching search criteria 2022-11-13T04:05:05.739Z|0bc1ed58-a1c1-4d04-8bed-12d0375391db|pool-2-thread-7|||||DEBUG|500||Found topology templates [basic_onboard_khSBGx 0] matching following query criteria: sdcType=VF, customizationUUID=null 2022-11-13T04:05:05.739Z|0bc1ed58-a1c1-4d04-8bed-12d0375391db|pool-2-thread-7|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive 2022-11-13T04:05:05.739Z|0bc1ed58-a1c1-4d04-8bed-12d0375391db|pool-2-thread-7|||||DEBUG|500||Node template basic_onboard_khSBGx 0 is not matching search criteria 2022-11-13T04:05:05.740Z|0bc1ed58-a1c1-4d04-8bed-12d0375391db|pool-2-thread-7|||||DEBUG|500||Node template abstract_ubuntu18 is matching search criteria 2022-11-13T04:05:05.740Z|0bc1ed58-a1c1-4d04-8bed-12d0375391db|pool-2-thread-7|||||DEBUG|500||Node template ubuntu18_admin_security_group is not matching search criteria 2022-11-13T04:05:05.740Z|0bc1ed58-a1c1-4d04-8bed-12d0375391db|pool-2-thread-7|||||DEBUG|500||Found topology templates [abstract_ubuntu18] matching following query criteria: sdcType=CVFC, customizationUUID=c4a19d2d-0400-4889-b13d-4f06d3aa931f Hibernate: select vnfccustom0_.MODEL_CUSTOMIZATION_UUID as model_cu1_67_, vnfccustom0_.CREATION_TIMESTAMP as creation2_67_, vnfccustom0_.DESCRIPTION as descript3_67_, vnfccustom0_.MODEL_INSTANCE_NAME as model_in4_67_, vnfccustom0_.MODEL_INVARIANT_UUID as model_in5_67_, vnfccustom0_.MODEL_NAME as model_na6_67_, vnfccustom0_.MODEL_UUID as model_uu7_67_, vnfccustom0_.MODEL_VERSION as model_ve8_67_, vnfccustom0_.RESOURCE_INPUT as resource9_67_, vnfccustom0_.TOSCA_NODE_TYPE as tosca_n10_67_, vnfccustom0_.VNFC_INSTANCE_GROUP_CUSTOMIZATION_ID as vnfc_in11_67_ from vnfc_customization vnfccustom0_ where vnfccustom0_.MODEL_CUSTOMIZATION_UUID=? 2022-11-13T04:05:05.747Z|0bc1ed58-a1c1-4d04-8bed-12d0375391db|pool-2-thread-7|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive 2022-11-13T04:05:05.747Z|0bc1ed58-a1c1-4d04-8bed-12d0375391db|pool-2-thread-7|||||DEBUG|500||Node template basic_onboard_khSBGx 0 is matching search criteria 2022-11-13T04:05:05.747Z|0bc1ed58-a1c1-4d04-8bed-12d0375391db|pool-2-thread-7|||||DEBUG|500||Found topology templates [basic_onboard_khSBGx 0] matching following query criteria: sdcType=VF, customizationUUID=null 2022-11-13T04:05:05.748Z|0bc1ed58-a1c1-4d04-8bed-12d0375391db|pool-2-thread-7|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive 2022-11-13T04:05:05.748Z|0bc1ed58-a1c1-4d04-8bed-12d0375391db|pool-2-thread-7|||||DEBUG|500||Node template basic_onboard_khSBGx 0 is matching search criteria 2022-11-13T04:05:05.749Z|0bc1ed58-a1c1-4d04-8bed-12d0375391db|pool-2-thread-7|||||DEBUG|500||Found topology templates [basic_onboard_khSBGx 0] matching following query criteria: sdcType=VF, customizationUUID=e053d274-7b59-47a0-9b00-ce7797838bd0 Hibernate: select service0_.MODEL_UUID as model_uu1_50_, service0_.CDS_BLUEPRINT_NAME as cds_blue2_50_, service0_.CDS_BLUEPRINT_VERSION as cds_blue3_50_, service0_.SERVICE_CATEGORY as service_4_50_, service0_.CONTROLLER_ACTOR as controll5_50_, service0_.CREATION_TIMESTAMP as creation6_50_, service0_.TOSCA_CSAR_ARTIFACT_UUID as tosca_c21_50_, service0_.DESCRIPTION as descript7_50_, service0_.OVERALL_DISTRIBUTION_STATUS as overall_8_50_, service0_.ENVIRONMENT_CONTEXT as environm9_50_, service0_.MODEL_INVARIANT_UUID as model_i10_50_, service0_.MODEL_NAME as model_n11_50_, service0_.MODEL_VERSION as model_v12_50_, service0_.NAMING_POLICY as naming_13_50_, service0_.ONAP_GENERATED_NAMING as onap_ge14_50_, service0_.RESOURCE_ORDER as resourc15_50_, service0_.SERVICE_FUNCTION as service16_50_, service0_.SERVICE_ROLE as service17_50_, service0_.SERVICE_TYPE as service18_50_, service0_.SKIP_POST_INSTANTIATION_CONFIGURATION as skip_po19_50_, service0_.WORKLOAD_CONTEXT as workloa20_50_ from service service0_ where service0_.MODEL_UUID=? 2022-11-13T04:05:05.751Z|0bc1ed58-a1c1-4d04-8bed-12d0375391db|pool-2-thread-7|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive 2022-11-13T04:05:05.751Z|0bc1ed58-a1c1-4d04-8bed-12d0375391db|pool-2-thread-7|||||DEBUG|500||Service basic_onboard_khSBGx is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=null, toscaType=null, uUID=null, customizationUUID=null 2022-11-13T04:05:05.752Z|0bc1ed58-a1c1-4d04-8bed-12d0375391db|pool-2-thread-7|||||DEBUG|500|| resourceSeq for service uuid 2a9c8182-5696-4d63-87e6-a3c6fc2c6055: basic_onboard_khSBGx 2022-11-13T04:05:05.752Z|0bc1ed58-a1c1-4d04-8bed-12d0375391db|pool-2-thread-7|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive 2022-11-13T04:05:05.752Z|0bc1ed58-a1c1-4d04-8bed-12d0375391db|pool-2-thread-7|||||DEBUG|500||Service basic_onboard_khSBGx is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=PNF, toscaType=null, uUID=null, customizationUUID=null 2022-11-13T04:05:05.753Z|0bc1ed58-a1c1-4d04-8bed-12d0375391db|pool-2-thread-7|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive 2022-11-13T04:05:05.753Z|0bc1ed58-a1c1-4d04-8bed-12d0375391db|pool-2-thread-7|||||DEBUG|500||Service basic_onboard_khSBGx is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=VL, toscaType=null, uUID=null, customizationUUID=null 2022-11-13T04:05:05.753Z|0bc1ed58-a1c1-4d04-8bed-12d0375391db|pool-2-thread-7|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive 2022-11-13T04:05:05.754Z|0bc1ed58-a1c1-4d04-8bed-12d0375391db|pool-2-thread-7|||||DEBUG|500||Service basic_onboard_khSBGx is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=CR, toscaType=null, uUID=null, customizationUUID=null 2022-11-13T04:05:05.754Z|0bc1ed58-a1c1-4d04-8bed-12d0375391db|pool-2-thread-7|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive 2022-11-13T04:05:05.755Z|0bc1ed58-a1c1-4d04-8bed-12d0375391db|pool-2-thread-7|||||DEBUG|500||Service basic_onboard_khSBGx is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=SERVICE_PROXY, toscaType=null, uUID=null, customizationUUID=null 2022-11-13T04:05:05.755Z|0bc1ed58-a1c1-4d04-8bed-12d0375391db|pool-2-thread-7|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive 2022-11-13T04:05:05.755Z|0bc1ed58-a1c1-4d04-8bed-12d0375391db|pool-2-thread-7|||||DEBUG|500||Service basic_onboard_khSBGx is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=CONFIGURATION, toscaType=null, uUID=null, customizationUUID=null 2022-11-13T04:05:05.755Z|0bc1ed58-a1c1-4d04-8bed-12d0375391db|pool-2-thread-7|||||INFO|500||Saving Service: basic_onboard_khSBGx Hibernate: select service0_.MODEL_UUID as model_uu1_50_3_, service0_.CDS_BLUEPRINT_NAME as cds_blue2_50_3_, service0_.CDS_BLUEPRINT_VERSION as cds_blue3_50_3_, service0_.SERVICE_CATEGORY as service_4_50_3_, service0_.CONTROLLER_ACTOR as controll5_50_3_, service0_.CREATION_TIMESTAMP as creation6_50_3_, service0_.TOSCA_CSAR_ARTIFACT_UUID as tosca_c21_50_3_, service0_.DESCRIPTION as descript7_50_3_, service0_.OVERALL_DISTRIBUTION_STATUS as overall_8_50_3_, service0_.ENVIRONMENT_CONTEXT as environm9_50_3_, service0_.MODEL_INVARIANT_UUID as model_i10_50_3_, service0_.MODEL_NAME as model_n11_50_3_, service0_.MODEL_VERSION as model_v12_50_3_, service0_.NAMING_POLICY as naming_13_50_3_, service0_.ONAP_GENERATED_NAMING as onap_ge14_50_3_, service0_.RESOURCE_ORDER as resourc15_50_3_, service0_.SERVICE_FUNCTION as service16_50_3_, service0_.SERVICE_ROLE as service17_50_3_, service0_.SERVICE_TYPE as service18_50_3_, service0_.SKIP_POST_INSTANTIATION_CONFIGURATION as skip_po19_50_3_, service0_.WORKLOAD_CONTEXT as workloa20_50_3_, allottedcu1_.SERVICE_MODEL_UUID as service_1_8_5_, allottedre2_.MODEL_CUSTOMIZATION_UUID as resource2_8_5_, allottedre2_.MODEL_CUSTOMIZATION_UUID as model_cu1_7_0_, allottedre2_.AR_MODEL_UUID as ar_mode15_7_0_, allottedre2_.CREATION_TIMESTAMP as creation2_7_0_, allottedre2_.MAX_INSTANCES as max_inst3_7_0_, allottedre2_.MIN_INSTANCES as min_inst4_7_0_, allottedre2_.MODEL_INSTANCE_NAME as model_in5_7_0_, allottedre2_.NF_FUNCTION as nf_funct6_7_0_, allottedre2_.NF_NAMING_CODE as nf_namin7_7_0_, allottedre2_.NF_ROLE as nf_role8_7_0_, allottedre2_.NF_TYPE as nf_type9_7_0_, allottedre2_.PROVIDING_SERVICE_MODEL_INVARIANT_UUID as providi10_7_0_, allottedre2_.PROVIDING_SERVICE_MODEL_NAME as providi11_7_0_, allottedre2_.PROVIDING_SERVICE_MODEL_UUID as providi12_7_0_, allottedre2_.RESOURCE_INPUT as resourc13_7_0_, allottedre2_.TARGET_NETWORK_ROLE as target_14_7_0_, allottedre3_.MODEL_UUID as model_uu1_6_1_, allottedre3_.CREATION_TIMESTAMP as creation2_6_1_, allottedre3_.DESCRIPTION as descript3_6_1_, allottedre3_.MODEL_INVARIANT_UUID as model_in4_6_1_, allottedre3_.MODEL_NAME as model_na5_6_1_, allottedre3_.MODEL_VERSION as model_ve6_6_1_, allottedre3_.SUBCATEGORY as subcateg7_6_1_, allottedre3_.TOSCA_NODE_TYPE as tosca_no8_6_1_, toscacsar4_.ARTIFACT_UUID as artifact1_57_2_, toscacsar4_.ARTIFACT_CHECKSUM as artifact2_57_2_, toscacsar4_.CREATION_TIMESTAMP as creation3_57_2_, toscacsar4_.DESCRIPTION as descript4_57_2_, toscacsar4_.NAME as name5_57_2_, toscacsar4_.URL as url6_57_2_, toscacsar4_.Version as version7_57_2_ from service service0_ left outer join allotted_resource_customization_to_service allottedcu1_ on service0_.MODEL_UUID=allottedcu1_.SERVICE_MODEL_UUID left outer join allotted_resource_customization allottedre2_ on allottedcu1_.RESOURCE_MODEL_CUSTOMIZATION_UUID=allottedre2_.MODEL_CUSTOMIZATION_UUID left outer join allotted_resource allottedre3_ on allottedre2_.AR_MODEL_UUID=allottedre3_.MODEL_UUID left outer join tosca_csar toscacsar4_ on service0_.TOSCA_CSAR_ARTIFACT_UUID=toscacsar4_.ARTIFACT_UUID where service0_.MODEL_UUID=? Hibernate: select toscacsar0_.ARTIFACT_UUID as artifact1_57_1_, toscacsar0_.ARTIFACT_CHECKSUM as artifact2_57_1_, toscacsar0_.CREATION_TIMESTAMP as creation3_57_1_, toscacsar0_.DESCRIPTION as descript4_57_1_, toscacsar0_.NAME as name5_57_1_, toscacsar0_.URL as url6_57_1_, toscacsar0_.Version as version7_57_1_, services1_.TOSCA_CSAR_ARTIFACT_UUID as tosca_c21_50_3_, services1_.MODEL_UUID as model_uu1_50_3_, services1_.MODEL_UUID as model_uu1_50_0_, services1_.CDS_BLUEPRINT_NAME as cds_blue2_50_0_, services1_.CDS_BLUEPRINT_VERSION as cds_blue3_50_0_, services1_.SERVICE_CATEGORY as service_4_50_0_, services1_.CONTROLLER_ACTOR as controll5_50_0_, services1_.CREATION_TIMESTAMP as creation6_50_0_, services1_.TOSCA_CSAR_ARTIFACT_UUID as tosca_c21_50_0_, services1_.DESCRIPTION as descript7_50_0_, services1_.OVERALL_DISTRIBUTION_STATUS as overall_8_50_0_, services1_.ENVIRONMENT_CONTEXT as environm9_50_0_, services1_.MODEL_INVARIANT_UUID as model_i10_50_0_, services1_.MODEL_NAME as model_n11_50_0_, services1_.MODEL_VERSION as model_v12_50_0_, services1_.NAMING_POLICY as naming_13_50_0_, services1_.ONAP_GENERATED_NAMING as onap_ge14_50_0_, services1_.RESOURCE_ORDER as resourc15_50_0_, services1_.SERVICE_FUNCTION as service16_50_0_, services1_.SERVICE_ROLE as service17_50_0_, services1_.SERVICE_TYPE as service18_50_0_, services1_.SKIP_POST_INSTANTIATION_CONFIGURATION as skip_po19_50_0_, services1_.WORKLOAD_CONTEXT as workloa20_50_0_ from tosca_csar toscacsar0_ left outer join service services1_ on toscacsar0_.ARTIFACT_UUID=services1_.TOSCA_CSAR_ARTIFACT_UUID where toscacsar0_.ARTIFACT_UUID=? Hibernate: insert into tosca_csar (ARTIFACT_CHECKSUM, CREATION_TIMESTAMP, DESCRIPTION, NAME, URL, Version, ARTIFACT_UUID) values (?, ?, ?, ?, ?, ?, ?) Hibernate: insert into service (CDS_BLUEPRINT_NAME, CDS_BLUEPRINT_VERSION, SERVICE_CATEGORY, CONTROLLER_ACTOR, CREATION_TIMESTAMP, TOSCA_CSAR_ARTIFACT_UUID, DESCRIPTION, OVERALL_DISTRIBUTION_STATUS, ENVIRONMENT_CONTEXT, MODEL_INVARIANT_UUID, MODEL_NAME, MODEL_VERSION, NAMING_POLICY, ONAP_GENERATED_NAMING, RESOURCE_ORDER, SERVICE_FUNCTION, SERVICE_ROLE, SERVICE_TYPE, SKIP_POST_INSTANTIATION_CONFIGURATION, WORKLOAD_CONTEXT, MODEL_UUID) values (?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?) Hibernate: insert into service_info (SERVICE_MODEL_UUID, SERVICE_INPUT, SERVICE_PROPERTIES) values (?, ?, ?) Hibernate: select vnfresourc0_.MODEL_UUID as model_uu1_64_0_, vnfresourc0_.AIC_VERSION_MAX as aic_vers2_64_0_, vnfresourc0_.AIC_VERSION_MIN as aic_vers3_64_0_, vnfresourc0_.RESOURCE_CATEGORY as resource4_64_0_, vnfresourc0_.CREATION_TIMESTAMP as creation5_64_0_, vnfresourc0_.DESCRIPTION as descript6_64_0_, vnfresourc0_.HEAT_TEMPLATE_ARTIFACT_UUID as heat_te13_64_0_, vnfresourc0_.MODEL_INVARIANT_UUID as model_in7_64_0_, vnfresourc0_.MODEL_NAME as model_na8_64_0_, vnfresourc0_.MODEL_VERSION as model_ve9_64_0_, vnfresourc0_.ORCHESTRATION_MODE as orchest10_64_0_, vnfresourc0_.RESOURCE_SUB_CATEGORY as resourc11_64_0_, vnfresourc0_.TOSCA_NODE_TYPE as tosca_n12_64_0_ from vnf_resource vnfresourc0_ where vnfresourc0_.MODEL_UUID=? Hibernate: insert into vnf_resource (AIC_VERSION_MAX, AIC_VERSION_MIN, RESOURCE_CATEGORY, CREATION_TIMESTAMP, DESCRIPTION, HEAT_TEMPLATE_ARTIFACT_UUID, MODEL_INVARIANT_UUID, MODEL_NAME, MODEL_VERSION, ORCHESTRATION_MODE, RESOURCE_SUB_CATEGORY, TOSCA_NODE_TYPE, MODEL_UUID) values (?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?) Hibernate: insert into vnf_resource_customization (AVAILABILITY_ZONE_MAX_COUNT, CDS_BLUEPRINT_NAME, CDS_BLUEPRINT_VERSION, CONTROLLER_ACTOR, CREATION_TIMESTAMP, MAX_INSTANCES, MIN_INSTANCES, MODEL_CUSTOMIZATION_UUID, MODEL_INSTANCE_NAME, MULTI_STAGE_DESIGN, NF_DATA_VALID, NF_FUNCTION, NF_NAMING_CODE, NF_ROLE, NF_TYPE, RESOURCE_INPUT, SERVICE_MODEL_UUID, SKIP_POST_INSTANTIATION_CONFIGURATION, VNF_RESOURCE_MODEL_UUID, VNFCINSTANCEGROUP_ORDER) values (?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?) Hibernate: select heatenviro0_.ARTIFACT_UUID as artifact1_26_0_, heatenviro0_.ARTIFACT_CHECKSUM as artifact2_26_0_, heatenviro0_.CREATION_TIMESTAMP as creation3_26_0_, heatenviro0_.DESCRIPTION as descript4_26_0_, heatenviro0_.BODY as body5_26_0_, heatenviro0_.NAME as name6_26_0_, heatenviro0_.VERSION as version7_26_0_ from heat_environment heatenviro0_ where heatenviro0_.ARTIFACT_UUID=? Hibernate: select vfmodule0_.MODEL_UUID as model_uu1_59_4_, vfmodule0_.CREATION_TIMESTAMP as creation2_59_4_, vfmodule0_.DESCRIPTION as descript3_59_4_, vfmodule0_.IS_BASE as is_base4_59_4_, vfmodule0_.MODEL_INVARIANT_UUID as model_in5_59_4_, vfmodule0_.MODEL_NAME as model_na6_59_4_, vfmodule0_.MODEL_VERSION as model_ve7_59_4_, vfmodule0_.HEAT_TEMPLATE_ARTIFACT_UUID as heat_tem8_59_4_, vfmodule0_.VNF_RESOURCE_MODEL_UUID as vnf_reso9_59_4_, vfmodule0_.VOL_HEAT_TEMPLATE_ARTIFACT_UUID as vol_hea10_59_4_, heatfiles1_.VF_MODULE_MODEL_UUID as vf_modul1_61_6_, heatfiles2_.ARTIFACT_UUID as heat_fil2_61_6_, heatfiles2_.ARTIFACT_UUID as artifact1_27_0_, heatfiles2_.ARTIFACT_CHECKSUM as artifact2_27_0_, heatfiles2_.CREATION_TIMESTAMP as creation3_27_0_, heatfiles2_.DESCRIPTION as descript4_27_0_, heatfiles2_.BODY as body5_27_0_, heatfiles2_.NAME as name6_27_0_, heatfiles2_.VERSION as version7_27_0_, heattempla3_.ARTIFACT_UUID as artifact1_29_1_, heattempla3_.ARTIFACT_CHECKSUM as artifact2_29_1_, heattempla3_.CREATION_TIMESTAMP as creation3_29_1_, heattempla3_.DESCRIPTION as descript4_29_1_, heattempla3_.BODY as body5_29_1_, heattempla3_.NAME as name6_29_1_, heattempla3_.TIMEOUT_MINUTES as timeout_7_29_1_, heattempla3_.VERSION as version8_29_1_, vnfresourc4_.MODEL_UUID as model_uu1_64_2_, vnfresourc4_.AIC_VERSION_MAX as aic_vers2_64_2_, vnfresourc4_.AIC_VERSION_MIN as aic_vers3_64_2_, vnfresourc4_.RESOURCE_CATEGORY as resource4_64_2_, vnfresourc4_.CREATION_TIMESTAMP as creation5_64_2_, vnfresourc4_.DESCRIPTION as descript6_64_2_, vnfresourc4_.HEAT_TEMPLATE_ARTIFACT_UUID as heat_te13_64_2_, vnfresourc4_.MODEL_INVARIANT_UUID as model_in7_64_2_, vnfresourc4_.MODEL_NAME as model_na8_64_2_, vnfresourc4_.MODEL_VERSION as model_ve9_64_2_, vnfresourc4_.ORCHESTRATION_MODE as orchest10_64_2_, vnfresourc4_.RESOURCE_SUB_CATEGORY as resourc11_64_2_, vnfresourc4_.TOSCA_NODE_TYPE as tosca_n12_64_2_, heattempla5_.ARTIFACT_UUID as artifact1_29_3_, heattempla5_.ARTIFACT_CHECKSUM as artifact2_29_3_, heattempla5_.CREATION_TIMESTAMP as creation3_29_3_, heattempla5_.DESCRIPTION as descript4_29_3_, heattempla5_.BODY as body5_29_3_, heattempla5_.NAME as name6_29_3_, heattempla5_.TIMEOUT_MINUTES as timeout_7_29_3_, heattempla5_.VERSION as version8_29_3_ from vf_module vfmodule0_ left outer join vf_module_to_heat_files heatfiles1_ on vfmodule0_.MODEL_UUID=heatfiles1_.VF_MODULE_MODEL_UUID left outer join heat_files heatfiles2_ on heatfiles1_.HEAT_FILES_ARTIFACT_UUID=heatfiles2_.ARTIFACT_UUID left outer join heat_template heattempla3_ on vfmodule0_.HEAT_TEMPLATE_ARTIFACT_UUID=heattempla3_.ARTIFACT_UUID left outer join vnf_resource vnfresourc4_ on vfmodule0_.VNF_RESOURCE_MODEL_UUID=vnfresourc4_.MODEL_UUID left outer join heat_template heattempla5_ on vfmodule0_.VOL_HEAT_TEMPLATE_ARTIFACT_UUID=heattempla5_.ARTIFACT_UUID where vfmodule0_.MODEL_UUID=? Hibernate: select heattempla0_.ARTIFACT_UUID as artifact1_29_1_, heattempla0_.ARTIFACT_CHECKSUM as artifact2_29_1_, heattempla0_.CREATION_TIMESTAMP as creation3_29_1_, heattempla0_.DESCRIPTION as descript4_29_1_, heattempla0_.BODY as body5_29_1_, heattempla0_.NAME as name6_29_1_, heattempla0_.TIMEOUT_MINUTES as timeout_7_29_1_, heattempla0_.VERSION as version8_29_1_, childtempl1_.PARENT_HEAT_TEMPLATE_UUID as parent_h1_28_3_, heattempla2_.ARTIFACT_UUID as child_he2_28_3_, heattempla2_.ARTIFACT_UUID as artifact1_29_0_, heattempla2_.ARTIFACT_CHECKSUM as artifact2_29_0_, heattempla2_.CREATION_TIMESTAMP as creation3_29_0_, heattempla2_.DESCRIPTION as descript4_29_0_, heattempla2_.BODY as body5_29_0_, heattempla2_.NAME as name6_29_0_, heattempla2_.TIMEOUT_MINUTES as timeout_7_29_0_, heattempla2_.VERSION as version8_29_0_ from heat_template heattempla0_ left outer join heat_nested_template childtempl1_ on heattempla0_.ARTIFACT_UUID=childtempl1_.PARENT_HEAT_TEMPLATE_UUID left outer join heat_template heattempla2_ on childtempl1_.CHILD_HEAT_TEMPLATE_UUID=heattempla2_.ARTIFACT_UUID where heattempla0_.ARTIFACT_UUID=? Hibernate: select heattempla0_.HEAT_TEMPLATE_ARTIFACT_UUID as heat_tem1_30_0_, heattempla0_.PARAM_NAME as param_na2_30_0_, heattempla0_.PARAM_ALIAS as param_al3_30_0_, heattempla0_.PARAM_TYPE as param_ty4_30_0_, heattempla0_.IS_REQUIRED as is_requi5_30_0_ from heat_template_params heattempla0_ where heattempla0_.HEAT_TEMPLATE_ARTIFACT_UUID=? and heattempla0_.PARAM_NAME=? Hibernate: select heattempla0_.HEAT_TEMPLATE_ARTIFACT_UUID as heat_tem1_30_0_, heattempla0_.PARAM_NAME as param_na2_30_0_, heattempla0_.PARAM_ALIAS as param_al3_30_0_, heattempla0_.PARAM_TYPE as param_ty4_30_0_, heattempla0_.IS_REQUIRED as is_requi5_30_0_ from heat_template_params heattempla0_ where heattempla0_.HEAT_TEMPLATE_ARTIFACT_UUID=? and heattempla0_.PARAM_NAME=? Hibernate: select heattempla0_.HEAT_TEMPLATE_ARTIFACT_UUID as heat_tem1_30_0_, heattempla0_.PARAM_NAME as param_na2_30_0_, heattempla0_.PARAM_ALIAS as param_al3_30_0_, heattempla0_.PARAM_TYPE as param_ty4_30_0_, heattempla0_.IS_REQUIRED as is_requi5_30_0_ from heat_template_params heattempla0_ where heattempla0_.HEAT_TEMPLATE_ARTIFACT_UUID=? and heattempla0_.PARAM_NAME=? Hibernate: select heattempla0_.HEAT_TEMPLATE_ARTIFACT_UUID as heat_tem1_30_0_, heattempla0_.PARAM_NAME as param_na2_30_0_, heattempla0_.PARAM_ALIAS as param_al3_30_0_, heattempla0_.PARAM_TYPE as param_ty4_30_0_, heattempla0_.IS_REQUIRED as is_requi5_30_0_ from heat_template_params heattempla0_ where heattempla0_.HEAT_TEMPLATE_ARTIFACT_UUID=? and heattempla0_.PARAM_NAME=? Hibernate: select heattempla0_.HEAT_TEMPLATE_ARTIFACT_UUID as heat_tem1_30_0_, heattempla0_.PARAM_NAME as param_na2_30_0_, heattempla0_.PARAM_ALIAS as param_al3_30_0_, heattempla0_.PARAM_TYPE as param_ty4_30_0_, heattempla0_.IS_REQUIRED as is_requi5_30_0_ from heat_template_params heattempla0_ where heattempla0_.HEAT_TEMPLATE_ARTIFACT_UUID=? and heattempla0_.PARAM_NAME=? Hibernate: select heattempla0_.HEAT_TEMPLATE_ARTIFACT_UUID as heat_tem1_30_0_, heattempla0_.PARAM_NAME as param_na2_30_0_, heattempla0_.PARAM_ALIAS as param_al3_30_0_, heattempla0_.PARAM_TYPE as param_ty4_30_0_, heattempla0_.IS_REQUIRED as is_requi5_30_0_ from heat_template_params heattempla0_ where heattempla0_.HEAT_TEMPLATE_ARTIFACT_UUID=? and heattempla0_.PARAM_NAME=? Hibernate: select heattempla0_.HEAT_TEMPLATE_ARTIFACT_UUID as heat_tem1_30_0_, heattempla0_.PARAM_NAME as param_na2_30_0_, heattempla0_.PARAM_ALIAS as param_al3_30_0_, heattempla0_.PARAM_TYPE as param_ty4_30_0_, heattempla0_.IS_REQUIRED as is_requi5_30_0_ from heat_template_params heattempla0_ where heattempla0_.HEAT_TEMPLATE_ARTIFACT_UUID=? and heattempla0_.PARAM_NAME=? Hibernate: select heattempla0_.HEAT_TEMPLATE_ARTIFACT_UUID as heat_tem1_30_0_, heattempla0_.PARAM_NAME as param_na2_30_0_, heattempla0_.PARAM_ALIAS as param_al3_30_0_, heattempla0_.PARAM_TYPE as param_ty4_30_0_, heattempla0_.IS_REQUIRED as is_requi5_30_0_ from heat_template_params heattempla0_ where heattempla0_.HEAT_TEMPLATE_ARTIFACT_UUID=? and heattempla0_.PARAM_NAME=? Hibernate: select heattempla0_.HEAT_TEMPLATE_ARTIFACT_UUID as heat_tem1_30_0_, heattempla0_.PARAM_NAME as param_na2_30_0_, heattempla0_.PARAM_ALIAS as param_al3_30_0_, heattempla0_.PARAM_TYPE as param_ty4_30_0_, heattempla0_.IS_REQUIRED as is_requi5_30_0_ from heat_template_params heattempla0_ where heattempla0_.HEAT_TEMPLATE_ARTIFACT_UUID=? and heattempla0_.PARAM_NAME=? Hibernate: select heattempla0_.HEAT_TEMPLATE_ARTIFACT_UUID as heat_tem1_30_0_, heattempla0_.PARAM_NAME as param_na2_30_0_, heattempla0_.PARAM_ALIAS as param_al3_30_0_, heattempla0_.PARAM_TYPE as param_ty4_30_0_, heattempla0_.IS_REQUIRED as is_requi5_30_0_ from heat_template_params heattempla0_ where heattempla0_.HEAT_TEMPLATE_ARTIFACT_UUID=? and heattempla0_.PARAM_NAME=? Hibernate: insert into heat_environment (ARTIFACT_CHECKSUM, CREATION_TIMESTAMP, DESCRIPTION, BODY, NAME, VERSION, ARTIFACT_UUID) values (?, ?, ?, ?, ?, ?, ?) Hibernate: insert into heat_template (ARTIFACT_CHECKSUM, CREATION_TIMESTAMP, DESCRIPTION, BODY, NAME, TIMEOUT_MINUTES, VERSION, ARTIFACT_UUID) values (?, ?, ?, ?, ?, ?, ?, ?) Hibernate: insert into heat_template_params (PARAM_ALIAS, PARAM_TYPE, IS_REQUIRED, HEAT_TEMPLATE_ARTIFACT_UUID, PARAM_NAME) values (?, ?, ?, ?, ?) Hibernate: insert into heat_template_params (PARAM_ALIAS, PARAM_TYPE, IS_REQUIRED, HEAT_TEMPLATE_ARTIFACT_UUID, PARAM_NAME) values (?, ?, ?, ?, ?) Hibernate: insert into heat_template_params (PARAM_ALIAS, PARAM_TYPE, IS_REQUIRED, HEAT_TEMPLATE_ARTIFACT_UUID, PARAM_NAME) values (?, ?, ?, ?, ?) Hibernate: insert into heat_template_params (PARAM_ALIAS, PARAM_TYPE, IS_REQUIRED, HEAT_TEMPLATE_ARTIFACT_UUID, PARAM_NAME) values (?, ?, ?, ?, ?) Hibernate: insert into heat_template_params (PARAM_ALIAS, PARAM_TYPE, IS_REQUIRED, HEAT_TEMPLATE_ARTIFACT_UUID, PARAM_NAME) values (?, ?, ?, ?, ?) Hibernate: insert into heat_template_params (PARAM_ALIAS, PARAM_TYPE, IS_REQUIRED, HEAT_TEMPLATE_ARTIFACT_UUID, PARAM_NAME) values (?, ?, ?, ?, ?) Hibernate: insert into heat_template_params (PARAM_ALIAS, PARAM_TYPE, IS_REQUIRED, HEAT_TEMPLATE_ARTIFACT_UUID, PARAM_NAME) values (?, ?, ?, ?, ?) Hibernate: insert into heat_template_params (PARAM_ALIAS, PARAM_TYPE, IS_REQUIRED, HEAT_TEMPLATE_ARTIFACT_UUID, PARAM_NAME) values (?, ?, ?, ?, ?) Hibernate: insert into heat_template_params (PARAM_ALIAS, PARAM_TYPE, IS_REQUIRED, HEAT_TEMPLATE_ARTIFACT_UUID, PARAM_NAME) values (?, ?, ?, ?, ?) Hibernate: insert into heat_template_params (PARAM_ALIAS, PARAM_TYPE, IS_REQUIRED, HEAT_TEMPLATE_ARTIFACT_UUID, PARAM_NAME) values (?, ?, ?, ?, ?) Hibernate: insert into vf_module (CREATION_TIMESTAMP, DESCRIPTION, IS_BASE, MODEL_INVARIANT_UUID, MODEL_NAME, MODEL_VERSION, HEAT_TEMPLATE_ARTIFACT_UUID, VNF_RESOURCE_MODEL_UUID, VOL_HEAT_TEMPLATE_ARTIFACT_UUID, MODEL_UUID) values (?, ?, ?, ?, ?, ?, ?, ?, ?, ?) Hibernate: insert into vf_module_customization (AVAILABILITY_ZONE_COUNT, CREATION_TIMESTAMP, HEAT_ENVIRONMENT_ARTIFACT_UUID, INITIAL_COUNT, LABEL, MAX_INSTANCES, MIN_INSTANCES, MODEL_CUSTOMIZATION_UUID, SKIP_POST_INSTANTIATION_CONFIGURATION, VF_MODULE_MODEL_UUID, VNF_RESOURCE_CUSTOMIZATION_ID, VOL_ENVIRONMENT_ARTIFACT_UUID) values (?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?) Hibernate: select vnfccustom0_.MODEL_CUSTOMIZATION_UUID as model_cu1_67_5_, vnfccustom0_.CREATION_TIMESTAMP as creation2_67_5_, vnfccustom0_.DESCRIPTION as descript3_67_5_, vnfccustom0_.MODEL_INSTANCE_NAME as model_in4_67_5_, vnfccustom0_.MODEL_INVARIANT_UUID as model_in5_67_5_, vnfccustom0_.MODEL_NAME as model_na6_67_5_, vnfccustom0_.MODEL_UUID as model_uu7_67_5_, vnfccustom0_.MODEL_VERSION as model_ve8_67_5_, vnfccustom0_.RESOURCE_INPUT as resource9_67_5_, vnfccustom0_.TOSCA_NODE_TYPE as tosca_n10_67_5_, vnfccustom0_.VNFC_INSTANCE_GROUP_CUSTOMIZATION_ID as vnfc_in11_67_5_, cvnfccusto1_.VNFC_CUST_MODEL_CUSTOMIZATION_UUID as vnfc_cu14_24_7_, cvnfccusto1_.ID as id1_24_7_, cvnfccusto1_.ID as id1_24_0_, cvnfccusto1_.CREATION_TIMESTAMP as creation2_24_0_, cvnfccusto1_.DESCRIPTION as descript3_24_0_, cvnfccusto1_.MODEL_CUSTOMIZATION_UUID as model_cu4_24_0_, cvnfccusto1_.MODEL_INSTANCE_NAME as model_in5_24_0_, cvnfccusto1_.MODEL_INVARIANT_UUID as model_in6_24_0_, cvnfccusto1_.MODEL_NAME as model_na7_24_0_, cvnfccusto1_.MODEL_UUID as model_uu8_24_0_, cvnfccusto1_.MODEL_VERSION as model_ve9_24_0_, cvnfccusto1_.NFC_FUNCTION as nfc_fun10_24_0_, cvnfccusto1_.NFC_NAMING_CODE as nfc_nam11_24_0_, cvnfccusto1_.TOSCA_NODE_TYPE as tosca_n12_24_0_, cvnfccusto1_.VF_MODULE_CUSTOMIZATION_ID as vf_modu13_24_0_, cvnfccusto1_.VNFC_CUST_MODEL_CUSTOMIZATION_UUID as vnfc_cu14_24_0_, vfmodulecu2_.ID as id1_60_1_, vfmodulecu2_.AVAILABILITY_ZONE_COUNT as availabi2_60_1_, vfmodulecu2_.CREATION_TIMESTAMP as creation3_60_1_, vfmodulecu2_.HEAT_ENVIRONMENT_ARTIFACT_UUID as heat_en10_60_1_, vfmodulecu2_.INITIAL_COUNT as initial_4_60_1_, vfmodulecu2_.LABEL as label5_60_1_, vfmodulecu2_.MAX_INSTANCES as max_inst6_60_1_, vfmodulecu2_.MIN_INSTANCES as min_inst7_60_1_, vfmodulecu2_.MODEL_CUSTOMIZATION_UUID as model_cu8_60_1_, vfmodulecu2_.SKIP_POST_INSTANTIATION_CONFIGURATION as skip_pos9_60_1_, vfmodulecu2_.VF_MODULE_MODEL_UUID as vf_modu11_60_1_, vfmodulecu2_.VNF_RESOURCE_CUSTOMIZATION_ID as vnf_res12_60_1_, vfmodulecu2_.VOL_ENVIRONMENT_ARTIFACT_UUID as vol_env13_60_1_, vnfcinstan3_.ID as id1_68_2_, vnfcinstan3_.CREATION_TIMESTAMP as creation2_68_2_, vnfcinstan3_.DESCRIPTION as descript3_68_2_, vnfcinstan3_.FUNCTION as function4_68_2_, vnfcinstan3_.INSTANCE_GROUP_MODEL_UUID as instance5_68_2_, vnfcinstan3_.VNF_RESOURCE_CUSTOMIZATION_ID as vnf_reso6_68_2_, instancegr4_.MODEL_UUID as model_uu2_33_3_, instancegr4_.CR_MODEL_UUID as cr_mode10_33_3_, instancegr4_.CREATION_TIMESTAMP as creation3_33_3_, instancegr4_.MODEL_INVARIANT_UUID as model_in4_33_3_, instancegr4_.MODEL_NAME as model_na5_33_3_, instancegr4_.MODEL_VERSION as model_ve6_33_3_, instancegr4_.ROLE as role7_33_3_, instancegr4_.TOSCA_NODE_TYPE as tosca_no8_33_3_, instancegr4_.INSTANCE_GROUP_TYPE as instance9_33_3_, instancegr4_.OBJECT_TYPE as object_t1_33_3_, vnfresourc5_.ID as id1_65_4_, vnfresourc5_.AVAILABILITY_ZONE_MAX_COUNT as availabi2_65_4_, vnfresourc5_.CDS_BLUEPRINT_NAME as cds_blue3_65_4_, vnfresourc5_.CDS_BLUEPRINT_VERSION as cds_blue4_65_4_, vnfresourc5_.CONTROLLER_ACTOR as controll5_65_4_, vnfresourc5_.CREATION_TIMESTAMP as creation6_65_4_, vnfresourc5_.MAX_INSTANCES as max_inst7_65_4_, vnfresourc5_.MIN_INSTANCES as min_inst8_65_4_, vnfresourc5_.MODEL_CUSTOMIZATION_UUID as model_cu9_65_4_, vnfresourc5_.MODEL_INSTANCE_NAME as model_i10_65_4_, vnfresourc5_.MULTI_STAGE_DESIGN as multi_s11_65_4_, vnfresourc5_.NF_DATA_VALID as nf_data12_65_4_, vnfresourc5_.NF_FUNCTION as nf_func13_65_4_, vnfresourc5_.NF_NAMING_CODE as nf_nami14_65_4_, vnfresourc5_.NF_ROLE as nf_role15_65_4_, vnfresourc5_.NF_TYPE as nf_type16_65_4_, vnfresourc5_.RESOURCE_INPUT as resourc17_65_4_, vnfresourc5_.SERVICE_MODEL_UUID as service20_65_4_, vnfresourc5_.SKIP_POST_INSTANTIATION_CONFIGURATION as skip_po18_65_4_, vnfresourc5_.VNF_RESOURCE_MODEL_UUID as vnf_res21_65_4_, vnfresourc5_.VNFCINSTANCEGROUP_ORDER as vnfcins19_65_4_ from vnfc_customization vnfccustom0_ left outer join cvnfc_customization cvnfccusto1_ on vnfccustom0_.MODEL_CUSTOMIZATION_UUID=cvnfccusto1_.VNFC_CUST_MODEL_CUSTOMIZATION_UUID left outer join vf_module_customization vfmodulecu2_ on cvnfccusto1_.VF_MODULE_CUSTOMIZATION_ID=vfmodulecu2_.ID left outer join vnfc_instance_group_customization vnfcinstan3_ on vnfccustom0_.VNFC_INSTANCE_GROUP_CUSTOMIZATION_ID=vnfcinstan3_.ID left outer join instance_group instancegr4_ on vnfcinstan3_.INSTANCE_GROUP_MODEL_UUID=instancegr4_.MODEL_UUID left outer join vnf_resource_customization vnfresourc5_ on vnfcinstan3_.VNF_RESOURCE_CUSTOMIZATION_ID=vnfresourc5_.ID where vnfccustom0_.MODEL_CUSTOMIZATION_UUID=? Hibernate: insert into vnfc_customization (CREATION_TIMESTAMP, DESCRIPTION, MODEL_INSTANCE_NAME, MODEL_INVARIANT_UUID, MODEL_NAME, MODEL_UUID, MODEL_VERSION, RESOURCE_INPUT, TOSCA_NODE_TYPE, VNFC_INSTANCE_GROUP_CUSTOMIZATION_ID, MODEL_CUSTOMIZATION_UUID) values (?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?) Hibernate: insert into cvnfc_customization (CREATION_TIMESTAMP, DESCRIPTION, MODEL_CUSTOMIZATION_UUID, MODEL_INSTANCE_NAME, MODEL_INVARIANT_UUID, MODEL_NAME, MODEL_UUID, MODEL_VERSION, NFC_FUNCTION, NFC_NAMING_CODE, TOSCA_NODE_TYPE, VF_MODULE_CUSTOMIZATION_ID, VNFC_CUST_MODEL_CUSTOMIZATION_UUID) values (?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?) Hibernate: select watchdogco0_.COMPONENT_NAME as componen1_12_0_, watchdogco0_.DISTRIBUTION_ID as distribu2_12_0_, watchdogco0_.COMPONENT_DISTRIBUTION_STATUS as componen3_12_0_, watchdogco0_.CREATE_TIME as create_t4_12_0_, watchdogco0_.MODIFY_TIME as modify_t5_12_0_ from watchdog_per_component_distribution_status watchdogco0_ where watchdogco0_.COMPONENT_NAME=? and watchdogco0_.DISTRIBUTION_ID=? Hibernate: insert into watchdog_per_component_distribution_status (COMPONENT_DISTRIBUTION_STATUS, CREATE_TIME, MODIFY_TIME, COMPONENT_NAME, DISTRIBUTION_ID) values (?, ?, ?, ?, ?) 2022-11-13T04:05:05.947Z|0bc1ed58-a1c1-4d04-8bed-12d0375391db|pool-2-thread-7|||||INFO|500||ASDC_ARTIFACT_DEPLOY_SUC basic_onboard_khSBGx 3a591e82-b705-4b82-bb84-12bd6597d3cd 1 ASDC deployResourceStructure 2022-11-13T04:05:05.947Z|0bc1ed58-a1c1-4d04-8bed-12d0375391db|pool-2-thread-7|||||INFO|500||ASDC_SEND_NOTIF_ASDC DEPLOY DEPLOY_OK /sdc/v1/catalog/services/BasicOnboardKhsbgx/1.0/resourceInstances/basic_onboard_khsbgx0/artifacts/basic_onboard_khsbgx0_modules.json ASDC sendASDCNotification 2022-11-13T04:05:05.948Z|0bc1ed58-a1c1-4d04-8bed-12d0375391db|pool-2-thread-7|||||DEBUG|500||Sending DEPLOY(DEPLOY_OK) notification to ASDC for artifact:/sdc/v1/catalog/services/BasicOnboardKhsbgx/1.0/resourceInstances/basic_onboard_khsbgx0/artifacts/basic_onboard_khsbgx0_modules.json 2022-11-13T04:05:05.948Z|0bc1ed58-a1c1-4d04-8bed-12d0375391db|pool-2-thread-7|||||INFO|500||DistributionClient - sendDeploymentStatus 2022-11-13T04:05:05.948Z|0bc1ed58-a1c1-4d04-8bed-12d0375391db|pool-2-thread-7|||||INFO|500||DistributionClient - sendStatus 2022-11-13T04:05:05.950Z|0bc1ed58-a1c1-4d04-8bed-12d0375391db|pool-2-thread-7|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap] 2022-11-13T04:05:05.951Z|0bc1ed58-a1c1-4d04-8bed-12d0375391db|pool-2-thread-7|||||DEBUG|500||try to send status { "distributionID": "0bc1ed58-a1c1-4d04-8bed-12d0375391db", "consumerID": "SO-COpenSource-Env11", "timestamp": 1668312305947, "artifactURL": "/sdc/v1/catalog/services/BasicOnboardKhsbgx/1.0/resourceInstances/basic_onboard_khsbgx0/artifacts/basic_onboard_khsbgx0_modules.json", "status": "DEPLOY_OK" } 2022-11-13T04:05:06.050Z||pool-14-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 99 ms 2022-11-13T04:05:06.052Z||pool-14-thread-1|||||WARN|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO will send credentials over a clear channel. 2022-11-13T04:05:06.052Z||pool-14-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as Oi7quVEmKWoWd026) ... 2022-11-13T04:05:06.065Z||pool-14-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK 2022-11-13T04:05:06.065Z||pool-14-thread-1|||||INFO|500||cambria reply ok (14 ms):{"serverTimeMs":0,"count":1} 2022-11-13T04:05:06.952Z|0bc1ed58-a1c1-4d04-8bed-12d0375391db|pool-2-thread-7|||||INFO|500||ASDC_SEND_NOTIF_ASDC DEPLOY DEPLOY_OK /sdc/v1/catalog/services/BasicOnboardKhsbgx/1.0/resourceInstances/basic_onboard_khsbgx0/artifacts/base_ubuntu18.yaml ASDC sendASDCNotification 2022-11-13T04:05:06.953Z|0bc1ed58-a1c1-4d04-8bed-12d0375391db|pool-2-thread-7|||||DEBUG|500||Sending DEPLOY(DEPLOY_OK) notification to ASDC for artifact:/sdc/v1/catalog/services/BasicOnboardKhsbgx/1.0/resourceInstances/basic_onboard_khsbgx0/artifacts/base_ubuntu18.yaml 2022-11-13T04:05:06.953Z|0bc1ed58-a1c1-4d04-8bed-12d0375391db|pool-2-thread-7|||||INFO|500||DistributionClient - sendDeploymentStatus 2022-11-13T04:05:06.953Z|0bc1ed58-a1c1-4d04-8bed-12d0375391db|pool-2-thread-7|||||INFO|500||DistributionClient - sendStatus 2022-11-13T04:05:06.956Z|0bc1ed58-a1c1-4d04-8bed-12d0375391db|pool-2-thread-7|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap] 2022-11-13T04:05:06.956Z|0bc1ed58-a1c1-4d04-8bed-12d0375391db|pool-2-thread-7|||||DEBUG|500||try to send status { "distributionID": "0bc1ed58-a1c1-4d04-8bed-12d0375391db", "consumerID": "SO-COpenSource-Env11", "timestamp": 1668312306951, "artifactURL": "/sdc/v1/catalog/services/BasicOnboardKhsbgx/1.0/resourceInstances/basic_onboard_khsbgx0/artifacts/base_ubuntu18.yaml", "status": "DEPLOY_OK" } 2022-11-13T04:05:07.057Z||pool-15-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 101 ms 2022-11-13T04:05:07.058Z||pool-15-thread-1|||||WARN|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO will send credentials over a clear channel. 2022-11-13T04:05:07.058Z||pool-15-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as Oi7quVEmKWoWd026) ... 2022-11-13T04:05:07.077Z||pool-15-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK 2022-11-13T04:05:07.078Z||pool-15-thread-1|||||INFO|500||cambria reply ok (21 ms):{"serverTimeMs":0,"count":1} 2022-11-13T04:05:07.957Z|0bc1ed58-a1c1-4d04-8bed-12d0375391db|pool-2-thread-7|||||INFO|500||ASDC_SEND_NOTIF_ASDC DEPLOY DEPLOY_OK /sdc/v1/catalog/services/BasicOnboardKhsbgx/1.0/resourceInstances/basic_onboard_khsbgx0/artifacts/base_ubuntu18.env ASDC sendASDCNotification 2022-11-13T04:05:07.958Z|0bc1ed58-a1c1-4d04-8bed-12d0375391db|pool-2-thread-7|||||DEBUG|500||Sending DEPLOY(DEPLOY_OK) notification to ASDC for artifact:/sdc/v1/catalog/services/BasicOnboardKhsbgx/1.0/resourceInstances/basic_onboard_khsbgx0/artifacts/base_ubuntu18.env 2022-11-13T04:05:07.958Z|0bc1ed58-a1c1-4d04-8bed-12d0375391db|pool-2-thread-7|||||INFO|500||DistributionClient - sendDeploymentStatus 2022-11-13T04:05:07.959Z|0bc1ed58-a1c1-4d04-8bed-12d0375391db|pool-2-thread-7|||||INFO|500||DistributionClient - sendStatus 2022-11-13T04:05:07.962Z|0bc1ed58-a1c1-4d04-8bed-12d0375391db|pool-2-thread-7|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap] 2022-11-13T04:05:07.962Z|0bc1ed58-a1c1-4d04-8bed-12d0375391db|pool-2-thread-7|||||DEBUG|500||try to send status { "distributionID": "0bc1ed58-a1c1-4d04-8bed-12d0375391db", "consumerID": "SO-COpenSource-Env11", "timestamp": 1668312307957, "artifactURL": "/sdc/v1/catalog/services/BasicOnboardKhsbgx/1.0/resourceInstances/basic_onboard_khsbgx0/artifacts/base_ubuntu18.env", "status": "DEPLOY_OK" } 2022-11-13T04:05:08.062Z||pool-16-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms 2022-11-13T04:05:08.063Z||pool-16-thread-1|||||WARN|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO will send credentials over a clear channel. 2022-11-13T04:05:08.063Z||pool-16-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as Oi7quVEmKWoWd026) ... 2022-11-13T04:05:08.077Z||pool-16-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK 2022-11-13T04:05:08.078Z||pool-16-thread-1|||||INFO|500||cambria reply ok (16 ms):{"serverTimeMs":0,"count":1} 2022-11-13T04:05:08.963Z|0bc1ed58-a1c1-4d04-8bed-12d0375391db|pool-2-thread-7|||||INFO|500||ASDC_SEND_NOTIF_ASDC DEPLOY DEPLOY_OK /sdc/v1/catalog/services/BasicOnboardKhsbgx/1.0/artifacts/service-BasicOnboardKhsbgx-csar.csar ASDC sendASDCNotification 2022-11-13T04:05:08.964Z|0bc1ed58-a1c1-4d04-8bed-12d0375391db|pool-2-thread-7|||||DEBUG|500||Sending DEPLOY(DEPLOY_OK) notification to ASDC for artifact:/sdc/v1/catalog/services/BasicOnboardKhsbgx/1.0/artifacts/service-BasicOnboardKhsbgx-csar.csar 2022-11-13T04:05:08.964Z|0bc1ed58-a1c1-4d04-8bed-12d0375391db|pool-2-thread-7|||||INFO|500||DistributionClient - sendDeploymentStatus 2022-11-13T04:05:08.965Z|0bc1ed58-a1c1-4d04-8bed-12d0375391db|pool-2-thread-7|||||INFO|500||DistributionClient - sendStatus 2022-11-13T04:05:08.967Z|0bc1ed58-a1c1-4d04-8bed-12d0375391db|pool-2-thread-7|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap] 2022-11-13T04:05:08.967Z|0bc1ed58-a1c1-4d04-8bed-12d0375391db|pool-2-thread-7|||||DEBUG|500||try to send status { "distributionID": "0bc1ed58-a1c1-4d04-8bed-12d0375391db", "consumerID": "SO-COpenSource-Env11", "timestamp": 1668312308963, "artifactURL": "/sdc/v1/catalog/services/BasicOnboardKhsbgx/1.0/artifacts/service-BasicOnboardKhsbgx-csar.csar", "status": "DEPLOY_OK" } 2022-11-13T04:05:09.067Z||pool-17-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 99 ms 2022-11-13T04:05:09.069Z||pool-17-thread-1|||||WARN|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO will send credentials over a clear channel. 2022-11-13T04:05:09.069Z||pool-17-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as Oi7quVEmKWoWd026) ... 2022-11-13T04:05:09.086Z||pool-17-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK 2022-11-13T04:05:09.087Z||pool-17-thread-1|||||INFO|500||cambria reply ok (19 ms):{"serverTimeMs":0,"count":1} 2022-11-13T04:05:09.969Z|0bc1ed58-a1c1-4d04-8bed-12d0375391db|pool-2-thread-7|||||DEBUG|500||Entered getOverallDistributionStatus method for distrubutionId: 0bc1ed58-a1c1-4d04-8bed-12d0375391db Hibernate: select watchdogdi0_.DISTRIBUTION_ID as distribu1_11_0_, watchdogdi0_.CREATE_TIME as create_t2_11_0_, watchdogdi0_.DISTRIBUTION_ID_STATUS as distribu3_11_0_, watchdogdi0_.MODIFY_TIME as modify_t4_11_0_, watchdogdi0_.LOCK_VERSION as lock_ver5_11_0_ from watchdog_distributionid_status watchdogdi0_ where watchdogdi0_.DISTRIBUTION_ID=? Hibernate: select watchdogco0_.COMPONENT_NAME as componen1_12_, watchdogco0_.DISTRIBUTION_ID as distribu2_12_, watchdogco0_.COMPONENT_DISTRIBUTION_STATUS as componen3_12_, watchdogco0_.CREATE_TIME as create_t4_12_, watchdogco0_.MODIFY_TIME as modify_t5_12_ from watchdog_per_component_distribution_status watchdogco0_ where watchdogco0_.DISTRIBUTION_ID=? 2022-11-13T04:05:09.988Z|0bc1ed58-a1c1-4d04-8bed-12d0375391db|pool-2-thread-7|||||DEBUG|500||Executed RequestDB getWatchdogComponentDistributionStatus for distrubutionId: 0bc1ed58-a1c1-4d04-8bed-12d0375391db Hibernate: select watchdogco0_.COMPONENT_NAME as componen1_12_, watchdogco0_.DISTRIBUTION_ID as distribu2_12_, watchdogco0_.COMPONENT_DISTRIBUTION_STATUS as componen3_12_, watchdogco0_.CREATE_TIME as create_t4_12_, watchdogco0_.MODIFY_TIME as modify_t5_12_ from watchdog_per_component_distribution_status watchdogco0_ where watchdogco0_.DISTRIBUTION_ID=? 2022-11-13T04:05:09.991Z|0bc1ed58-a1c1-4d04-8bed-12d0375391db|pool-2-thread-7|||||DEBUG|500||Found componentName SO in the WatchDog Component DB 2022-11-13T04:05:09.991Z|0bc1ed58-a1c1-4d04-8bed-12d0375391db|pool-2-thread-7|||||DEBUG|500||AAI has not be updated in the the WatchDog Component DB yet, so ending the loop 2022-11-13T04:05:09.991Z|0bc1ed58-a1c1-4d04-8bed-12d0375391db|pool-2-thread-7|||||DEBUG|500||Components Size Didn't match with the WatchdogComponentDistributionStatus results. 2022-11-13T04:05:39.992Z|0bc1ed58-a1c1-4d04-8bed-12d0375391db|pool-2-thread-7|||||DEBUG|500||Entered getOverallDistributionStatus method for distrubutionId: 0bc1ed58-a1c1-4d04-8bed-12d0375391db Hibernate: select watchdogdi0_.DISTRIBUTION_ID as distribu1_11_0_, watchdogdi0_.CREATE_TIME as create_t2_11_0_, watchdogdi0_.DISTRIBUTION_ID_STATUS as distribu3_11_0_, watchdogdi0_.MODIFY_TIME as modify_t4_11_0_, watchdogdi0_.LOCK_VERSION as lock_ver5_11_0_ from watchdog_distributionid_status watchdogdi0_ where watchdogdi0_.DISTRIBUTION_ID=? Hibernate: select watchdogco0_.COMPONENT_NAME as componen1_12_, watchdogco0_.DISTRIBUTION_ID as distribu2_12_, watchdogco0_.COMPONENT_DISTRIBUTION_STATUS as componen3_12_, watchdogco0_.CREATE_TIME as create_t4_12_, watchdogco0_.MODIFY_TIME as modify_t5_12_ from watchdog_per_component_distribution_status watchdogco0_ where watchdogco0_.DISTRIBUTION_ID=? 2022-11-13T04:05:40.007Z|0bc1ed58-a1c1-4d04-8bed-12d0375391db|pool-2-thread-7|||||DEBUG|500||Executed RequestDB getWatchdogComponentDistributionStatus for distrubutionId: 0bc1ed58-a1c1-4d04-8bed-12d0375391db Hibernate: select watchdogco0_.COMPONENT_NAME as componen1_12_, watchdogco0_.DISTRIBUTION_ID as distribu2_12_, watchdogco0_.COMPONENT_DISTRIBUTION_STATUS as componen3_12_, watchdogco0_.CREATE_TIME as create_t4_12_, watchdogco0_.MODIFY_TIME as modify_t5_12_ from watchdog_per_component_distribution_status watchdogco0_ where watchdogco0_.DISTRIBUTION_ID=? 2022-11-13T04:05:40.011Z|0bc1ed58-a1c1-4d04-8bed-12d0375391db|pool-2-thread-7|||||DEBUG|500||Found componentName SO in the WatchDog Component DB 2022-11-13T04:05:40.011Z|0bc1ed58-a1c1-4d04-8bed-12d0375391db|pool-2-thread-7|||||DEBUG|500||AAI has not be updated in the the WatchDog Component DB yet, so ending the loop 2022-11-13T04:05:40.011Z|0bc1ed58-a1c1-4d04-8bed-12d0375391db|pool-2-thread-7|||||DEBUG|500||Components Size Didn't match with the WatchdogComponentDistributionStatus results. 2022-11-13T04:05:50.292Z||pool-2-thread-4|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2022-11-13T04:05:50.294Z||pool-2-thread-4|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel. 2022-11-13T04:05:50.294Z||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 Oi7quVEmKWoWd026) ... 2022-11-13T04:05:50.324Z||pool-2-thread-4|||||INFO|500|| --> HTTP/1.1 200 OK 2022-11-13T04:05:50.325Z||pool-2-thread-4|||||DEBUG|500||received message from topic 2022-11-13T04:05:50.325Z||pool-2-thread-4|||||DEBUG|500||recieved notification from broker: { "distributionID": "0bc1ed58-a1c1-4d04-8bed-12d0375391db", "consumerID": "aai-ml", "timestamp": 1668312283062, "artifactURL": "/sdc/v1/catalog/services/BasicOnboardKhsbgx/1.0/artifacts/service-BasicOnboardKhsbgx-csar.csar", "status": "NOTIFIED" } 2022-11-13T04:05:50.326Z||pool-2-thread-4|||||INFO|500||Missing status on Status Object. 2022-11-13T04:06:10.011Z|0bc1ed58-a1c1-4d04-8bed-12d0375391db|pool-2-thread-7|||||DEBUG|500||Entered getOverallDistributionStatus method for distrubutionId: 0bc1ed58-a1c1-4d04-8bed-12d0375391db Hibernate: select watchdogdi0_.DISTRIBUTION_ID as distribu1_11_0_, watchdogdi0_.CREATE_TIME as create_t2_11_0_, watchdogdi0_.DISTRIBUTION_ID_STATUS as distribu3_11_0_, watchdogdi0_.MODIFY_TIME as modify_t4_11_0_, watchdogdi0_.LOCK_VERSION as lock_ver5_11_0_ from watchdog_distributionid_status watchdogdi0_ where watchdogdi0_.DISTRIBUTION_ID=? Hibernate: select watchdogco0_.COMPONENT_NAME as componen1_12_, watchdogco0_.DISTRIBUTION_ID as distribu2_12_, watchdogco0_.COMPONENT_DISTRIBUTION_STATUS as componen3_12_, watchdogco0_.CREATE_TIME as create_t4_12_, watchdogco0_.MODIFY_TIME as modify_t5_12_ from watchdog_per_component_distribution_status watchdogco0_ where watchdogco0_.DISTRIBUTION_ID=? 2022-11-13T04:06:10.026Z|0bc1ed58-a1c1-4d04-8bed-12d0375391db|pool-2-thread-7|||||DEBUG|500||Executed RequestDB getWatchdogComponentDistributionStatus for distrubutionId: 0bc1ed58-a1c1-4d04-8bed-12d0375391db Hibernate: select watchdogco0_.COMPONENT_NAME as componen1_12_, watchdogco0_.DISTRIBUTION_ID as distribu2_12_, watchdogco0_.COMPONENT_DISTRIBUTION_STATUS as componen3_12_, watchdogco0_.CREATE_TIME as create_t4_12_, watchdogco0_.MODIFY_TIME as modify_t5_12_ from watchdog_per_component_distribution_status watchdogco0_ where watchdogco0_.DISTRIBUTION_ID=? 2022-11-13T04:06:10.030Z|0bc1ed58-a1c1-4d04-8bed-12d0375391db|pool-2-thread-7|||||DEBUG|500||Found componentName SO in the WatchDog Component DB 2022-11-13T04:06:10.030Z|0bc1ed58-a1c1-4d04-8bed-12d0375391db|pool-2-thread-7|||||DEBUG|500||AAI has not be updated in the the WatchDog Component DB yet, so ending the loop 2022-11-13T04:06:10.030Z|0bc1ed58-a1c1-4d04-8bed-12d0375391db|pool-2-thread-7|||||DEBUG|500||Components Size Didn't match with the WatchdogComponentDistributionStatus results. 2022-11-13T04:06:40.031Z|0bc1ed58-a1c1-4d04-8bed-12d0375391db|pool-2-thread-7|||||DEBUG|500||Entered getOverallDistributionStatus method for distrubutionId: 0bc1ed58-a1c1-4d04-8bed-12d0375391db Hibernate: select watchdogdi0_.DISTRIBUTION_ID as distribu1_11_0_, watchdogdi0_.CREATE_TIME as create_t2_11_0_, watchdogdi0_.DISTRIBUTION_ID_STATUS as distribu3_11_0_, watchdogdi0_.MODIFY_TIME as modify_t4_11_0_, watchdogdi0_.LOCK_VERSION as lock_ver5_11_0_ from watchdog_distributionid_status watchdogdi0_ where watchdogdi0_.DISTRIBUTION_ID=? Hibernate: select watchdogco0_.COMPONENT_NAME as componen1_12_, watchdogco0_.DISTRIBUTION_ID as distribu2_12_, watchdogco0_.COMPONENT_DISTRIBUTION_STATUS as componen3_12_, watchdogco0_.CREATE_TIME as create_t4_12_, watchdogco0_.MODIFY_TIME as modify_t5_12_ from watchdog_per_component_distribution_status watchdogco0_ where watchdogco0_.DISTRIBUTION_ID=? 2022-11-13T04:06:40.047Z|0bc1ed58-a1c1-4d04-8bed-12d0375391db|pool-2-thread-7|||||DEBUG|500||Executed RequestDB getWatchdogComponentDistributionStatus for distrubutionId: 0bc1ed58-a1c1-4d04-8bed-12d0375391db Hibernate: select watchdogco0_.COMPONENT_NAME as componen1_12_, watchdogco0_.DISTRIBUTION_ID as distribu2_12_, watchdogco0_.COMPONENT_DISTRIBUTION_STATUS as componen3_12_, watchdogco0_.CREATE_TIME as create_t4_12_, watchdogco0_.MODIFY_TIME as modify_t5_12_ from watchdog_per_component_distribution_status watchdogco0_ where watchdogco0_.DISTRIBUTION_ID=? 2022-11-13T04:06:40.050Z|0bc1ed58-a1c1-4d04-8bed-12d0375391db|pool-2-thread-7|||||DEBUG|500||Found componentName SO in the WatchDog Component DB 2022-11-13T04:06:40.050Z|0bc1ed58-a1c1-4d04-8bed-12d0375391db|pool-2-thread-7|||||DEBUG|500||AAI has not be updated in the the WatchDog Component DB yet, so ending the loop 2022-11-13T04:06:40.050Z|0bc1ed58-a1c1-4d04-8bed-12d0375391db|pool-2-thread-7|||||DEBUG|500||Components Size Didn't match with the WatchdogComponentDistributionStatus results. 2022-11-13T04:06:50.292Z||pool-2-thread-4|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2022-11-13T04:06:50.293Z||pool-2-thread-4|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel. 2022-11-13T04:06:50.293Z||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 Oi7quVEmKWoWd026) ... 2022-11-13T04:06:50.340Z||pool-2-thread-4|||||INFO|500|| --> HTTP/1.1 200 OK 2022-11-13T04:06:50.342Z||pool-2-thread-4|||||DEBUG|500||received message from topic 2022-11-13T04:06:50.342Z||pool-2-thread-4|||||DEBUG|500||recieved notification from broker: { "distributionID": "0bc1ed58-a1c1-4d04-8bed-12d0375391db", "consumerID": "clamp", "timestamp": 1668312283487, "artifactURL": "/sdc/v1/catalog/services/BasicOnboardKhsbgx/1.0/artifacts/service-BasicOnboardKhsbgx-csar.csar", "status": "NOTIFIED" } 2022-11-13T04:06:50.343Z||pool-2-thread-4|||||INFO|500||Missing status on Status Object. 2022-11-13T04:06:50.343Z||pool-2-thread-4|||||DEBUG|500||received message from topic 2022-11-13T04:06:50.343Z||pool-2-thread-4|||||DEBUG|500||recieved notification from broker: { "distributionID": "0bc1ed58-a1c1-4d04-8bed-12d0375391db", "consumerID": "SO-COpenSource-Env11", "timestamp": 1668312290290, "artifactURL": "/sdc/v1/catalog/services/BasicOnboardKhsbgx/1.0/resourceInstances/basic_onboard_khsbgx0/artifacts/vf-license-model.xml", "status": "NOT_NOTIFIED" } 2022-11-13T04:06:50.343Z||pool-2-thread-4|||||INFO|500||Missing status on Status Object. 2022-11-13T04:06:50.344Z||pool-2-thread-4|||||DEBUG|500||received message from topic 2022-11-13T04:06:50.344Z||pool-2-thread-4|||||DEBUG|500||recieved notification from broker: { "distributionID": "0bc1ed58-a1c1-4d04-8bed-12d0375391db", "consumerID": "aai-ml", "timestamp": 1668312290882, "artifactURL": "/sdc/v1/catalog/services/BasicOnboardKhsbgx/1.0/artifacts/service-BasicOnboardKhsbgx-csar.csar", "status": "DOWNLOAD_OK" } 2022-11-13T04:06:50.344Z||pool-2-thread-4|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error' 2022-11-13T04:06:50.344Z||pool-2-thread-4|||||DEBUG|500||received message from topic 2022-11-13T04:06:50.344Z||pool-2-thread-4|||||DEBUG|500||recieved notification from broker: { "distributionID": "0bc1ed58-a1c1-4d04-8bed-12d0375391db", "consumerID": "SO-COpenSource-Env11", "timestamp": 1668312290290, "artifactURL": "/sdc/v1/catalog/services/BasicOnboardKhsbgx/1.0/resourceInstances/basic_onboard_khsbgx0/artifacts/basic_onboard_khsbgx0_modules.json", "status": "NOTIFIED" } 2022-11-13T04:06:50.344Z||pool-2-thread-4|||||INFO|500||Missing status on Status Object. 2022-11-13T04:06:50.344Z||pool-2-thread-4|||||DEBUG|500||received message from topic 2022-11-13T04:06:50.344Z||pool-2-thread-4|||||DEBUG|500||recieved notification from broker: { "distributionID": "0bc1ed58-a1c1-4d04-8bed-12d0375391db", "consumerID": "SO-COpenSource-Env11", "timestamp": 1668312290290, "artifactURL": "/sdc/v1/catalog/services/BasicOnboardKhsbgx/1.0/resourceInstances/basic_onboard_khsbgx0/artifacts/base_ubuntu18.yaml", "status": "NOTIFIED" } 2022-11-13T04:06:50.345Z||pool-2-thread-4|||||INFO|500||Missing status on Status Object. 2022-11-13T04:06:50.345Z||pool-2-thread-4|||||DEBUG|500||received message from topic 2022-11-13T04:06:50.345Z||pool-2-thread-4|||||DEBUG|500||recieved notification from broker: { "distributionID": "0bc1ed58-a1c1-4d04-8bed-12d0375391db", "consumerID": "SO-COpenSource-Env11", "timestamp": 1668312290290, "artifactURL": "/sdc/v1/catalog/services/BasicOnboardKhsbgx/1.0/resourceInstances/basic_onboard_khsbgx0/artifacts/vendor-license-model.xml", "status": "NOT_NOTIFIED" } 2022-11-13T04:06:50.345Z||pool-2-thread-4|||||INFO|500||Missing status on Status Object. 2022-11-13T04:06:50.345Z||pool-2-thread-4|||||DEBUG|500||received message from topic 2022-11-13T04:06:50.345Z||pool-2-thread-4|||||DEBUG|500||recieved notification from broker: { "distributionID": "0bc1ed58-a1c1-4d04-8bed-12d0375391db", "consumerID": "SO-COpenSource-Env11", "timestamp": 1668312290290, "artifactURL": "/sdc/v1/catalog/services/BasicOnboardKhsbgx/1.0/resourceInstances/basic_onboard_khsbgx0/artifacts/base_ubuntu18.env", "status": "NOTIFIED" } 2022-11-13T04:06:50.345Z||pool-2-thread-4|||||INFO|500||Missing status on Status Object. 2022-11-13T04:06:50.345Z||pool-2-thread-4|||||DEBUG|500||received message from topic 2022-11-13T04:06:50.346Z||pool-2-thread-4|||||DEBUG|500||recieved notification from broker: { "distributionID": "0bc1ed58-a1c1-4d04-8bed-12d0375391db", "consumerID": "SO-COpenSource-Env11", "timestamp": 1668312290290, "artifactURL": "/sdc/v1/catalog/services/BasicOnboardKhsbgx/1.0/artifacts/service-BasicOnboardKhsbgx-template.yml", "status": "NOT_NOTIFIED" } 2022-11-13T04:06:50.346Z||pool-2-thread-4|||||INFO|500||Missing status on Status Object. 2022-11-13T04:06:50.346Z||pool-2-thread-4|||||DEBUG|500||received message from topic 2022-11-13T04:06:50.346Z||pool-2-thread-4|||||DEBUG|500||recieved notification from broker: { "distributionID": "0bc1ed58-a1c1-4d04-8bed-12d0375391db", "consumerID": "SO-COpenSource-Env11", "timestamp": 1668312290290, "artifactURL": "/sdc/v1/catalog/services/BasicOnboardKhsbgx/1.0/artifacts/service-BasicOnboardKhsbgx-csar.csar", "status": "NOTIFIED" } 2022-11-13T04:06:50.346Z||pool-2-thread-4|||||INFO|500||Missing status on Status Object. 2022-11-13T04:06:50.346Z||pool-2-thread-4|||||DEBUG|500||received message from topic 2022-11-13T04:06:50.346Z||pool-2-thread-4|||||DEBUG|500||recieved notification from broker: { "distributionID": "0bc1ed58-a1c1-4d04-8bed-12d0375391db", "consumerID": "SO-COpenSource-Env11", "timestamp": 1668312298397, "artifactURL": "/sdc/v1/catalog/services/BasicOnboardKhsbgx/1.0/artifacts/service-BasicOnboardKhsbgx-csar.csar", "status": "DOWNLOAD_OK" } 2022-11-13T04:06:50.346Z||pool-2-thread-4|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error' 2022-11-13T04:06:50.347Z||pool-2-thread-4|||||DEBUG|500||received message from topic 2022-11-13T04:06:50.347Z||pool-2-thread-4|||||DEBUG|500||recieved notification from broker: { "distributionID": "0bc1ed58-a1c1-4d04-8bed-12d0375391db", "consumerID": "clamp", "timestamp": 1668312298956, "artifactURL": "/sdc/v1/catalog/services/BasicOnboardKhsbgx/1.0/artifacts/service-BasicOnboardKhsbgx-csar.csar", "status": "DOWNLOAD_OK" } 2022-11-13T04:06:50.347Z||pool-2-thread-4|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error' 2022-11-13T04:06:50.347Z||pool-2-thread-4|||||DEBUG|500||received message from topic 2022-11-13T04:06:50.347Z||pool-2-thread-4|||||DEBUG|500||recieved notification from broker: { "distributionID": "0bc1ed58-a1c1-4d04-8bed-12d0375391db", "consumerID": "clamp", "timestamp": 1668312300080, "artifactURL": "/sdc/v1/catalog/services/BasicOnboardKhsbgx/1.0/artifacts/service-BasicOnboardKhsbgx-csar.csar", "status": "DEPLOY_OK" } 2022-11-13T04:06:50.347Z||pool-2-thread-4|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error' 2022-11-13T04:06:50.347Z||pool-2-thread-4|||||DEBUG|500||received message from topic 2022-11-13T04:06:50.347Z||pool-2-thread-4|||||DEBUG|500||recieved notification from broker: { "distributionID": "0bc1ed58-a1c1-4d04-8bed-12d0375391db", "consumerID": "clamp", "timestamp": 1668312301089, "artifactURL": "", "status": "COMPONENT_DONE_OK", "componentName": "clamp" } Hibernate: select watchdogdi0_.DISTRIBUTION_ID as distribu1_11_0_, watchdogdi0_.CREATE_TIME as create_t2_11_0_, watchdogdi0_.DISTRIBUTION_ID_STATUS as distribu3_11_0_, watchdogdi0_.MODIFY_TIME as modify_t4_11_0_, watchdogdi0_.LOCK_VERSION as lock_ver5_11_0_ from watchdog_distributionid_status watchdogdi0_ where watchdogdi0_.DISTRIBUTION_ID=? 2022-11-13T04:06:50.354Z||pool-2-thread-4|||||DEBUG|500||Receive a callback componentStatus in ASDC, for componentName: clamp and status of COMPONENT_DONE_OK distributionID of 0bc1ed58-a1c1-4d04-8bed-12d0375391db 2022-11-13T04:06:50.354Z||pool-2-thread-4|||||DEBUG|500||Entering installTheComponentStatus for distributionId 0bc1ed58-a1c1-4d04-8bed-12d0375391db and ComponentName clamp Hibernate: select watchdogco0_.COMPONENT_NAME as componen1_12_0_, watchdogco0_.DISTRIBUTION_ID as distribu2_12_0_, watchdogco0_.COMPONENT_DISTRIBUTION_STATUS as componen3_12_0_, watchdogco0_.CREATE_TIME as create_t4_12_0_, watchdogco0_.MODIFY_TIME as modify_t5_12_0_ from watchdog_per_component_distribution_status watchdogco0_ where watchdogco0_.COMPONENT_NAME=? and watchdogco0_.DISTRIBUTION_ID=? Hibernate: insert into watchdog_per_component_distribution_status (COMPONENT_DISTRIBUTION_STATUS, CREATE_TIME, MODIFY_TIME, COMPONENT_NAME, DISTRIBUTION_ID) values (?, ?, ?, ?, ?) 2022-11-13T04:06:50.363Z||pool-2-thread-4|||||DEBUG|500||received message from topic 2022-11-13T04:06:50.363Z||pool-2-thread-4|||||DEBUG|500||recieved notification from broker: { "distributionID": "0bc1ed58-a1c1-4d04-8bed-12d0375391db", "consumerID": "SO-COpenSource-Env11", "timestamp": 1668312302533, "artifactURL": "/sdc/v1/catalog/services/BasicOnboardKhsbgx/1.0/resourceInstances/basic_onboard_khsbgx0/artifacts/basic_onboard_khsbgx0_modules.json", "status": "DOWNLOAD_OK" } 2022-11-13T04:06:50.364Z||pool-2-thread-4|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error' 2022-11-13T04:06:50.364Z||pool-2-thread-4|||||DEBUG|500||received message from topic 2022-11-13T04:06:50.364Z||pool-2-thread-4|||||DEBUG|500||recieved notification from broker: { "distributionID": "0bc1ed58-a1c1-4d04-8bed-12d0375391db", "consumerID": "SO-COpenSource-Env11", "timestamp": 1668312303616, "artifactURL": "/sdc/v1/catalog/services/BasicOnboardKhsbgx/1.0/resourceInstances/basic_onboard_khsbgx0/artifacts/base_ubuntu18.yaml", "status": "DOWNLOAD_OK" } 2022-11-13T04:06:50.364Z||pool-2-thread-4|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error' 2022-11-13T04:06:50.364Z||pool-2-thread-4|||||DEBUG|500||received message from topic 2022-11-13T04:06:50.364Z||pool-2-thread-4|||||DEBUG|500||recieved notification from broker: { "distributionID": "0bc1ed58-a1c1-4d04-8bed-12d0375391db", "consumerID": "SO-COpenSource-Env11", "timestamp": 1668312304673, "artifactURL": "/sdc/v1/catalog/services/BasicOnboardKhsbgx/1.0/resourceInstances/basic_onboard_khsbgx0/artifacts/base_ubuntu18.env", "status": "DOWNLOAD_OK" } 2022-11-13T04:06:50.364Z||pool-2-thread-4|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error' 2022-11-13T04:06:50.364Z||pool-2-thread-4|||||DEBUG|500||received message from topic 2022-11-13T04:06:50.365Z||pool-2-thread-4|||||DEBUG|500||recieved notification from broker: { "distributionID": "0bc1ed58-a1c1-4d04-8bed-12d0375391db", "consumerID": "SO-COpenSource-Env11", "timestamp": 1668312305947, "artifactURL": "/sdc/v1/catalog/services/BasicOnboardKhsbgx/1.0/resourceInstances/basic_onboard_khsbgx0/artifacts/basic_onboard_khsbgx0_modules.json", "status": "DEPLOY_OK" } 2022-11-13T04:06:50.365Z||pool-2-thread-4|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error' 2022-11-13T04:06:50.365Z||pool-2-thread-4|||||DEBUG|500||received message from topic 2022-11-13T04:06:50.365Z||pool-2-thread-4|||||DEBUG|500||recieved notification from broker: { "distributionID": "0bc1ed58-a1c1-4d04-8bed-12d0375391db", "consumerID": "aai-ml", "timestamp": 1668312305765, "artifactURL": "/sdc/v1/catalog/services/BasicOnboardKhsbgx/1.0/artifacts/service-BasicOnboardKhsbgx-csar.csar", "status": "DEPLOY_OK" } 2022-11-13T04:06:50.365Z||pool-2-thread-4|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error' 2022-11-13T04:06:50.365Z||pool-2-thread-4|||||DEBUG|500||received message from topic 2022-11-13T04:06:50.365Z||pool-2-thread-4|||||DEBUG|500||recieved notification from broker: { "distributionID": "0bc1ed58-a1c1-4d04-8bed-12d0375391db", "consumerID": "SO-COpenSource-Env11", "timestamp": 1668312306951, "artifactURL": "/sdc/v1/catalog/services/BasicOnboardKhsbgx/1.0/resourceInstances/basic_onboard_khsbgx0/artifacts/base_ubuntu18.yaml", "status": "DEPLOY_OK" } 2022-11-13T04:06:50.366Z||pool-2-thread-4|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error' 2022-11-13T04:06:50.366Z||pool-2-thread-4|||||DEBUG|500||received message from topic 2022-11-13T04:06:50.366Z||pool-2-thread-4|||||DEBUG|500||recieved notification from broker: { "distributionID": "0bc1ed58-a1c1-4d04-8bed-12d0375391db", "consumerID": "aai-ml", "timestamp": 1668312306770, "artifactURL": "", "status": "COMPONENT_DONE_OK", "componentName": "AAI" } Hibernate: select watchdogdi0_.DISTRIBUTION_ID as distribu1_11_0_, watchdogdi0_.CREATE_TIME as create_t2_11_0_, watchdogdi0_.DISTRIBUTION_ID_STATUS as distribu3_11_0_, watchdogdi0_.MODIFY_TIME as modify_t4_11_0_, watchdogdi0_.LOCK_VERSION as lock_ver5_11_0_ from watchdog_distributionid_status watchdogdi0_ where watchdogdi0_.DISTRIBUTION_ID=? 2022-11-13T04:06:50.370Z||pool-2-thread-4|||||DEBUG|500||Receive a callback componentStatus in ASDC, for componentName: AAI and status of COMPONENT_DONE_OK distributionID of 0bc1ed58-a1c1-4d04-8bed-12d0375391db 2022-11-13T04:06:50.370Z||pool-2-thread-4|||||DEBUG|500||Entering installTheComponentStatus for distributionId 0bc1ed58-a1c1-4d04-8bed-12d0375391db and ComponentName AAI Hibernate: select watchdogco0_.COMPONENT_NAME as componen1_12_0_, watchdogco0_.DISTRIBUTION_ID as distribu2_12_0_, watchdogco0_.COMPONENT_DISTRIBUTION_STATUS as componen3_12_0_, watchdogco0_.CREATE_TIME as create_t4_12_0_, watchdogco0_.MODIFY_TIME as modify_t5_12_0_ from watchdog_per_component_distribution_status watchdogco0_ where watchdogco0_.COMPONENT_NAME=? and watchdogco0_.DISTRIBUTION_ID=? Hibernate: insert into watchdog_per_component_distribution_status (COMPONENT_DISTRIBUTION_STATUS, CREATE_TIME, MODIFY_TIME, COMPONENT_NAME, DISTRIBUTION_ID) values (?, ?, ?, ?, ?) 2022-11-13T04:06:50.378Z||pool-2-thread-4|||||DEBUG|500||received message from topic 2022-11-13T04:06:50.378Z||pool-2-thread-4|||||DEBUG|500||recieved notification from broker: { "distributionID": "0bc1ed58-a1c1-4d04-8bed-12d0375391db", "consumerID": "SO-COpenSource-Env11", "timestamp": 1668312307957, "artifactURL": "/sdc/v1/catalog/services/BasicOnboardKhsbgx/1.0/resourceInstances/basic_onboard_khsbgx0/artifacts/base_ubuntu18.env", "status": "DEPLOY_OK" } 2022-11-13T04:06:50.378Z||pool-2-thread-4|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error' 2022-11-13T04:06:50.378Z||pool-2-thread-4|||||DEBUG|500||received message from topic 2022-11-13T04:06:50.378Z||pool-2-thread-4|||||DEBUG|500||recieved notification from broker: { "distributionID": "0bc1ed58-a1c1-4d04-8bed-12d0375391db", "consumerID": "SO-COpenSource-Env11", "timestamp": 1668312308963, "artifactURL": "/sdc/v1/catalog/services/BasicOnboardKhsbgx/1.0/artifacts/service-BasicOnboardKhsbgx-csar.csar", "status": "DEPLOY_OK" } 2022-11-13T04:06:50.379Z||pool-2-thread-4|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error' 2022-11-13T04:07:10.050Z|0bc1ed58-a1c1-4d04-8bed-12d0375391db|pool-2-thread-7|||||DEBUG|500||Entered getOverallDistributionStatus method for distrubutionId: 0bc1ed58-a1c1-4d04-8bed-12d0375391db Hibernate: select watchdogdi0_.DISTRIBUTION_ID as distribu1_11_0_, watchdogdi0_.CREATE_TIME as create_t2_11_0_, watchdogdi0_.DISTRIBUTION_ID_STATUS as distribu3_11_0_, watchdogdi0_.MODIFY_TIME as modify_t4_11_0_, watchdogdi0_.LOCK_VERSION as lock_ver5_11_0_ from watchdog_distributionid_status watchdogdi0_ where watchdogdi0_.DISTRIBUTION_ID=? Hibernate: select watchdogco0_.COMPONENT_NAME as componen1_12_, watchdogco0_.DISTRIBUTION_ID as distribu2_12_, watchdogco0_.COMPONENT_DISTRIBUTION_STATUS as componen3_12_, watchdogco0_.CREATE_TIME as create_t4_12_, watchdogco0_.MODIFY_TIME as modify_t5_12_ from watchdog_per_component_distribution_status watchdogco0_ where watchdogco0_.DISTRIBUTION_ID=? 2022-11-13T04:07:10.064Z|0bc1ed58-a1c1-4d04-8bed-12d0375391db|pool-2-thread-7|||||DEBUG|500||Executed RequestDB getWatchdogComponentDistributionStatus for distrubutionId: 0bc1ed58-a1c1-4d04-8bed-12d0375391db Hibernate: select watchdogco0_.COMPONENT_NAME as componen1_12_, watchdogco0_.DISTRIBUTION_ID as distribu2_12_, watchdogco0_.COMPONENT_DISTRIBUTION_STATUS as componen3_12_, watchdogco0_.CREATE_TIME as create_t4_12_, watchdogco0_.MODIFY_TIME as modify_t5_12_ from watchdog_per_component_distribution_status watchdogco0_ where watchdogco0_.DISTRIBUTION_ID=? 2022-11-13T04:07:10.066Z|0bc1ed58-a1c1-4d04-8bed-12d0375391db|pool-2-thread-7|||||DEBUG|500||Found componentName SO in the WatchDog Component DB 2022-11-13T04:07:10.067Z|0bc1ed58-a1c1-4d04-8bed-12d0375391db|pool-2-thread-7|||||DEBUG|500||Found componentName AAI in the WatchDog Component DB 2022-11-13T04:07:10.067Z|0bc1ed58-a1c1-4d04-8bed-12d0375391db|pool-2-thread-7|||||DEBUG|500||Found componentName SDNC in the WatchDog Component DB 2022-11-13T04:07:10.067Z|0bc1ed58-a1c1-4d04-8bed-12d0375391db|pool-2-thread-7|||||DEBUG|500||Components Size matched with the WatchdogComponentDistributionStatus results. 2022-11-13T04:07:10.067Z|0bc1ed58-a1c1-4d04-8bed-12d0375391db|pool-2-thread-7|||||DEBUG|500||Component status: COMPONENT_DONE_OK on componentName: 2022-11-13T04:07:10.067Z|0bc1ed58-a1c1-4d04-8bed-12d0375391db|pool-2-thread-7|||||DEBUG|500||Component status: COMPONENT_DONE_OK on componentName: 2022-11-13T04:07:10.067Z|0bc1ed58-a1c1-4d04-8bed-12d0375391db|pool-2-thread-7|||||DEBUG|500||Component status: COMPONENT_DONE_OK on componentName: 2022-11-13T04:07:10.068Z|0bc1ed58-a1c1-4d04-8bed-12d0375391db|pool-2-thread-7|||||DEBUG|500||Component status: COMPONENT_DONE_OK on componentName: 2022-11-13T04:07:10.068Z|0bc1ed58-a1c1-4d04-8bed-12d0375391db|pool-2-thread-7|||||DEBUG|500||Component status: COMPONENT_DONE_OK on componentName: 2022-11-13T04:07:10.068Z|0bc1ed58-a1c1-4d04-8bed-12d0375391db|pool-2-thread-7|||||DEBUG|500||Component status: COMPONENT_DONE_OK on componentName: 2022-11-13T04:07:10.068Z|0bc1ed58-a1c1-4d04-8bed-12d0375391db|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=? 2022-11-13T04:07:10.073Z|0bc1ed58-a1c1-4d04-8bed-12d0375391db|pool-2-thread-7|||||DEBUG|500||Exiting getOverallDistributionStatus method in WatchdogDistribution 2022-11-13T04:07:40.074Z|0bc1ed58-a1c1-4d04-8bed-12d0375391db|pool-2-thread-7|||||DEBUG|500||Entered executePatchAAI method with distrubutionId: 0bc1ed58-a1c1-4d04-8bed-12d0375391db and distributionStatus: Hibernate: select watchdogse0_.DISTRIBUTION_ID as distribu1_13_, watchdogse0_.SERVICE_MODEL_VERSION_ID as service_2_13_, watchdogse0_.CONSUMER_ID as consumer3_13_, watchdogse0_.CREATE_TIME as create_t4_13_, watchdogse0_.DISTRIBUTION_NOTIFICATION as distribu5_13_ from watchdog_service_mod_ver_id_lookup watchdogse0_ where watchdogse0_.DISTRIBUTION_ID=? 2022-11-13T04:07:40.085Z|0bc1ed58-a1c1-4d04-8bed-12d0375391db|pool-2-thread-7|||||DEBUG|500||Executed RequestDB getWatchdogServiceModVerIdLookup with distributionId: 0bc1ed58-a1c1-4d04-8bed-12d0375391db and serviceModelVersionId: 2a9c8182-5696-4d63-87e6-a3c6fc2c6055 2022-11-13T04:07:40.085Z|0bc1ed58-a1c1-4d04-8bed-12d0375391db|pool-2-thread-7|||||DEBUG|500||ASDC Notification ServiceModelInvariantUUID : d3e4fb23-a18f-4a7c-970d-063e5e31789d 2022-11-13T04:07:50.292Z||pool-2-thread-4|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2022-11-13T04:07:50.293Z||pool-2-thread-4|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel. 2022-11-13T04:07:50.293Z||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 Oi7quVEmKWoWd026) ... 2022-11-13T04:07:50.324Z||pool-2-thread-4|||||INFO|500|| --> HTTP/1.1 200 OK 2022-11-13T04:07:50.326Z||pool-2-thread-4|||||DEBUG|500||received message from topic 2022-11-13T04:07:50.326Z||pool-2-thread-4|||||DEBUG|500||recieved notification from broker: { "distributionID": "efdeabe2-476b-4e8a-a9ed-4873afca0198", "consumerID": "multicloud-k8s-id", "timestamp": 1668312387601, "artifactURL": "/sdc/v1/catalog/services/Vfw20221113040551/1.0/resourceInstances/vfw2d6aee73606d0/artifacts/vf-license-model.xml", "status": "NOT_NOTIFIED" } 2022-11-13T04:07:50.327Z||pool-2-thread-4|||||INFO|500||Missing status on Status Object. 2022-11-13T04:07:50.327Z||pool-2-thread-4|||||DEBUG|500||received message from topic 2022-11-13T04:07:50.327Z||pool-2-thread-4|||||DEBUG|500||recieved notification from broker: { "distributionID": "efdeabe2-476b-4e8a-a9ed-4873afca0198", "consumerID": "sdc-COpenSource-Env11-sdnc-dockero", "timestamp": 1668312391118, "artifactURL": "/sdc/v1/catalog/services/Vfw20221113040551/1.0/resourceInstances/vfw2d6aee73606d0/artifacts/vf-license-model.xml", "status": "NOT_NOTIFIED" } 2022-11-13T04:07:50.327Z||pool-2-thread-4|||||INFO|500||Missing status on Status Object. 2022-11-13T04:07:50.328Z||pool-2-thread-4|||||DEBUG|500||received message from topic 2022-11-13T04:07:50.328Z||pool-2-thread-4|||||DEBUG|500||recieved notification from broker: { "distributionID": "efdeabe2-476b-4e8a-a9ed-4873afca0198", "consumerID": "cds", "timestamp": 1668312394910, "artifactURL": "/sdc/v1/catalog/services/Vfw20221113040551/1.0/resourceInstances/vfw2d6aee73606d0/artifacts/vf-license-model.xml", "status": "NOT_NOTIFIED" } 2022-11-13T04:07:50.328Z||pool-2-thread-4|||||INFO|500||Missing status on Status Object. 2022-11-13T04:07:50.328Z||pool-2-thread-4|||||DEBUG|500||received message from topic 2022-11-13T04:07:50.328Z||pool-2-thread-4|||||DEBUG|500||recieved notification from broker: { "distributionID": "efdeabe2-476b-4e8a-a9ed-4873afca0198", "consumerID": "sdc-COpenSource-Env11-sdnc-dockero", "timestamp": 1668312391118, "artifactURL": "/sdc/v1/catalog/services/Vfw20221113040551/1.0/resourceInstances/vfw2d6aee73606d0/artifacts/vfw2d6aee73606d0_modules.json", "status": "NOT_NOTIFIED" } 2022-11-13T04:07:50.328Z||pool-2-thread-4|||||INFO|500||Missing status on Status Object. 2022-11-13T04:07:50.328Z||pool-2-thread-4|||||DEBUG|500||received message from topic 2022-11-13T04:07:50.329Z||pool-2-thread-4|||||DEBUG|500||recieved notification from broker: { "distributionID": "efdeabe2-476b-4e8a-a9ed-4873afca0198", "consumerID": "multicloud-k8s-id", "timestamp": 1668312387601, "artifactURL": "/sdc/v1/catalog/services/Vfw20221113040551/1.0/resourceInstances/vfw2d6aee73606d0/artifacts/vfw2d6aee73606d0_modules.json", "status": "NOTIFIED" } 2022-11-13T04:07:50.329Z||pool-2-thread-4|||||INFO|500||Missing status on Status Object. 2022-11-13T04:07:50.329Z||pool-2-thread-4|||||DEBUG|500||received message from topic 2022-11-13T04:07:50.329Z||pool-2-thread-4|||||DEBUG|500||recieved notification from broker: { "distributionID": "efdeabe2-476b-4e8a-a9ed-4873afca0198", "consumerID": "cds", "timestamp": 1668312394910, "artifactURL": "/sdc/v1/catalog/services/Vfw20221113040551/1.0/resourceInstances/vfw2d6aee73606d0/artifacts/vfw2d6aee73606d0_modules.json", "status": "NOT_NOTIFIED" } 2022-11-13T04:07:50.329Z||pool-2-thread-4|||||INFO|500||Missing status on Status Object. 2022-11-13T04:07:50.329Z||pool-2-thread-4|||||DEBUG|500||received message from topic 2022-11-13T04:07:50.329Z||pool-2-thread-4|||||DEBUG|500||recieved notification from broker: { "distributionID": "efdeabe2-476b-4e8a-a9ed-4873afca0198", "consumerID": "sdc-COpenSource-Env11-sdnc-dockero", "timestamp": 1668312391118, "artifactURL": "/sdc/v1/catalog/services/Vfw20221113040551/1.0/resourceInstances/vfw2d6aee73606d0/artifacts/base_vfw.yaml", "status": "NOT_NOTIFIED" } 2022-11-13T04:07:50.329Z||pool-2-thread-4|||||INFO|500||Missing status on Status Object. 2022-11-13T04:07:50.329Z||pool-2-thread-4|||||DEBUG|500||received message from topic 2022-11-13T04:07:50.330Z||pool-2-thread-4|||||DEBUG|500||recieved notification from broker: { "distributionID": "efdeabe2-476b-4e8a-a9ed-4873afca0198", "consumerID": "multicloud-k8s-id", "timestamp": 1668312387601, "artifactURL": "/sdc/v1/catalog/services/Vfw20221113040551/1.0/resourceInstances/vfw2d6aee73606d0/artifacts/base_vfw.yaml", "status": "NOTIFIED" } 2022-11-13T04:07:50.330Z||pool-2-thread-4|||||INFO|500||Missing status on Status Object. 2022-11-13T04:07:50.330Z||pool-2-thread-4|||||DEBUG|500||received message from topic 2022-11-13T04:07:50.330Z||pool-2-thread-4|||||DEBUG|500||recieved notification from broker: { "distributionID": "efdeabe2-476b-4e8a-a9ed-4873afca0198", "consumerID": "sdc-COpenSource-Env11-sdnc-dockero", "timestamp": 1668312391118, "artifactURL": "/sdc/v1/catalog/services/Vfw20221113040551/1.0/resourceInstances/vfw2d6aee73606d0/artifacts/vendor-license-model.xml", "status": "NOT_NOTIFIED" } 2022-11-13T04:07:50.330Z||pool-2-thread-4|||||INFO|500||Missing status on Status Object. 2022-11-13T04:07:50.330Z||pool-2-thread-4|||||DEBUG|500||received message from topic 2022-11-13T04:07:50.330Z||pool-2-thread-4|||||DEBUG|500||recieved notification from broker: { "distributionID": "efdeabe2-476b-4e8a-a9ed-4873afca0198", "consumerID": "cds", "timestamp": 1668312394910, "artifactURL": "/sdc/v1/catalog/services/Vfw20221113040551/1.0/resourceInstances/vfw2d6aee73606d0/artifacts/base_vfw.yaml", "status": "NOT_NOTIFIED" } 2022-11-13T04:07:50.330Z||pool-2-thread-4|||||INFO|500||Missing status on Status Object. 2022-11-13T04:07:50.331Z||pool-2-thread-4|||||DEBUG|500||received message from topic 2022-11-13T04:07:50.331Z||pool-2-thread-4|||||DEBUG|500||recieved notification from broker: { "distributionID": "efdeabe2-476b-4e8a-a9ed-4873afca0198", "consumerID": "multicloud-k8s-id", "timestamp": 1668312387601, "artifactURL": "/sdc/v1/catalog/services/Vfw20221113040551/1.0/resourceInstances/vfw2d6aee73606d0/artifacts/vendor-license-model.xml", "status": "NOT_NOTIFIED" } 2022-11-13T04:07:50.331Z||pool-2-thread-4|||||INFO|500||Missing status on Status Object. 2022-11-13T04:07:50.331Z||pool-2-thread-4|||||DEBUG|500||received message from topic 2022-11-13T04:07:50.331Z||pool-2-thread-4|||||DEBUG|500||recieved notification from broker: { "distributionID": "efdeabe2-476b-4e8a-a9ed-4873afca0198", "consumerID": "sdc-COpenSource-Env11-sdnc-dockero", "timestamp": 1668312391118, "artifactURL": "/sdc/v1/catalog/services/Vfw20221113040551/1.0/resourceInstances/vfw2d6aee73606d0/artifacts/base_vfw.env", "status": "NOT_NOTIFIED" } 2022-11-13T04:07:50.331Z||pool-2-thread-4|||||INFO|500||Missing status on Status Object. 2022-11-13T04:07:50.331Z||pool-2-thread-4|||||DEBUG|500||received message from topic 2022-11-13T04:07:50.331Z||pool-2-thread-4|||||DEBUG|500||recieved notification from broker: { "distributionID": "efdeabe2-476b-4e8a-a9ed-4873afca0198", "consumerID": "cds", "timestamp": 1668312394910, "artifactURL": "/sdc/v1/catalog/services/Vfw20221113040551/1.0/resourceInstances/vfw2d6aee73606d0/artifacts/vendor-license-model.xml", "status": "NOT_NOTIFIED" } 2022-11-13T04:07:50.331Z||pool-2-thread-4|||||INFO|500||Missing status on Status Object. 2022-11-13T04:07:50.332Z||pool-2-thread-4|||||DEBUG|500||received message from topic 2022-11-13T04:07:50.332Z||pool-2-thread-4|||||DEBUG|500||recieved notification from broker: { "distributionID": "efdeabe2-476b-4e8a-a9ed-4873afca0198", "consumerID": "multicloud-k8s-id", "timestamp": 1668312387601, "artifactURL": "/sdc/v1/catalog/services/Vfw20221113040551/1.0/resourceInstances/vfw2d6aee73606d0/artifacts/base_vfw.env", "status": "NOTIFIED" } 2022-11-13T04:07:50.332Z||pool-2-thread-4|||||INFO|500||Missing status on Status Object. 2022-11-13T04:07:50.332Z||pool-2-thread-4|||||DEBUG|500||received message from topic 2022-11-13T04:07:50.332Z||pool-2-thread-4|||||DEBUG|500||recieved notification from broker: { "distributionID": "efdeabe2-476b-4e8a-a9ed-4873afca0198", "consumerID": "sdc-COpenSource-Env11-sdnc-dockero", "timestamp": 1668312391118, "artifactURL": "/sdc/v1/catalog/services/Vfw20221113040551/1.0/artifacts/service-Vfw20221113040551-template.yml", "status": "NOT_NOTIFIED" } 2022-11-13T04:07:50.332Z||pool-2-thread-4|||||INFO|500||Missing status on Status Object. 2022-11-13T04:07:50.332Z||pool-2-thread-4|||||DEBUG|500||received message from topic 2022-11-13T04:07:50.332Z||pool-2-thread-4|||||DEBUG|500||recieved notification from broker: { "distributionID": "efdeabe2-476b-4e8a-a9ed-4873afca0198", "consumerID": "cds", "timestamp": 1668312394910, "artifactURL": "/sdc/v1/catalog/services/Vfw20221113040551/1.0/resourceInstances/vfw2d6aee73606d0/artifacts/base_vfw.env", "status": "NOT_NOTIFIED" } 2022-11-13T04:07:50.332Z||pool-2-thread-4|||||INFO|500||Missing status on Status Object. 2022-11-13T04:07:50.333Z||pool-2-thread-4|||||DEBUG|500||received message from topic 2022-11-13T04:07:50.333Z||pool-2-thread-4|||||DEBUG|500||recieved notification from broker: { "distributionID": "efdeabe2-476b-4e8a-a9ed-4873afca0198", "consumerID": "multicloud-k8s-id", "timestamp": 1668312387601, "artifactURL": "/sdc/v1/catalog/services/Vfw20221113040551/1.0/artifacts/service-Vfw20221113040551-template.yml", "status": "NOT_NOTIFIED" } 2022-11-13T04:07:50.333Z||pool-2-thread-4|||||INFO|500||Missing status on Status Object. 2022-11-13T04:07:50.333Z||pool-2-thread-4|||||DEBUG|500||received message from topic 2022-11-13T04:07:50.333Z||pool-2-thread-4|||||DEBUG|500||recieved notification from broker: { "distributionID": "efdeabe2-476b-4e8a-a9ed-4873afca0198", "consumerID": "sdc-COpenSource-Env11-sdnc-dockero", "timestamp": 1668312391118, "artifactURL": "/sdc/v1/catalog/services/Vfw20221113040551/1.0/artifacts/service-Vfw20221113040551-csar.csar", "status": "NOTIFIED" } 2022-11-13T04:07:50.333Z||pool-2-thread-4|||||INFO|500||Missing status on Status Object. 2022-11-13T04:07:50.333Z||pool-2-thread-4|||||DEBUG|500||received message from topic 2022-11-13T04:07:50.333Z||pool-2-thread-4|||||DEBUG|500||recieved notification from broker: { "distributionID": "efdeabe2-476b-4e8a-a9ed-4873afca0198", "consumerID": "multicloud-k8s-id", "timestamp": 1668312387601, "artifactURL": "/sdc/v1/catalog/services/Vfw20221113040551/1.0/artifacts/service-Vfw20221113040551-csar.csar", "status": "NOTIFIED" } 2022-11-13T04:07:50.333Z||pool-2-thread-4|||||INFO|500||Missing status on Status Object. 2022-11-13T04:07:50.333Z||pool-2-thread-4|||||DEBUG|500||received message from topic 2022-11-13T04:07:50.334Z||pool-2-thread-4|||||DEBUG|500||recieved notification from broker: { "distributionID": "efdeabe2-476b-4e8a-a9ed-4873afca0198", "consumerID": "cds", "timestamp": 1668312394910, "artifactURL": "/sdc/v1/catalog/services/Vfw20221113040551/1.0/artifacts/service-Vfw20221113040551-template.yml", "status": "NOT_NOTIFIED" } 2022-11-13T04:07:50.334Z||pool-2-thread-4|||||INFO|500||Missing status on Status Object. 2022-11-13T04:07:50.334Z||pool-2-thread-4|||||DEBUG|500||received message from topic 2022-11-13T04:07:50.334Z||pool-2-thread-4|||||DEBUG|500||recieved notification from broker: { "distributionID": "efdeabe2-476b-4e8a-a9ed-4873afca0198", "consumerID": "policy-id", "timestamp": 1668312400440, "artifactURL": "/sdc/v1/catalog/services/Vfw20221113040551/1.0/resourceInstances/vfw2d6aee73606d0/artifacts/vf-license-model.xml", "status": "NOT_NOTIFIED" } 2022-11-13T04:07:50.334Z||pool-2-thread-4|||||INFO|500||Missing status on Status Object. 2022-11-13T04:07:50.334Z||pool-2-thread-4|||||DEBUG|500||received message from topic 2022-11-13T04:07:50.334Z||pool-2-thread-4|||||DEBUG|500||recieved notification from broker: { "distributionID": "efdeabe2-476b-4e8a-a9ed-4873afca0198", "consumerID": "cds", "timestamp": 1668312394910, "artifactURL": "/sdc/v1/catalog/services/Vfw20221113040551/1.0/artifacts/service-Vfw20221113040551-csar.csar", "status": "NOTIFIED" } 2022-11-13T04:07:50.334Z||pool-2-thread-4|||||INFO|500||Missing status on Status Object. 2022-11-13T04:07:50.334Z||pool-2-thread-4|||||DEBUG|500||received message from topic 2022-11-13T04:07:50.335Z||pool-2-thread-4|||||DEBUG|500||recieved notification from broker: { "distributionID": "efdeabe2-476b-4e8a-a9ed-4873afca0198", "consumerID": "multicloud-k8s-id", "timestamp": 1668312401698, "artifactURL": "/sdc/v1/catalog/services/Vfw20221113040551/1.0/resourceInstances/vfw2d6aee73606d0/artifacts/vfw2d6aee73606d0_modules.json", "status": "DOWNLOAD_OK" } 2022-11-13T04:07:50.335Z||pool-2-thread-4|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error' 2022-11-13T04:07:50.335Z||pool-2-thread-4|||||DEBUG|500||received message from topic 2022-11-13T04:07:50.335Z||pool-2-thread-4|||||DEBUG|500||recieved notification from broker: { "distributionID": "efdeabe2-476b-4e8a-a9ed-4873afca0198", "consumerID": "sdc-COpenSource-Env11-sdnc-dockero", "timestamp": 1668312401691, "artifactURL": "/sdc/v1/catalog/services/Vfw20221113040551/1.0/artifacts/service-Vfw20221113040551-csar.csar", "status": "DOWNLOAD_OK" } 2022-11-13T04:07:50.335Z||pool-2-thread-4|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error' 2022-11-13T04:07:50.335Z||pool-2-thread-4|||||DEBUG|500||received message from topic 2022-11-13T04:07:50.335Z||pool-2-thread-4|||||DEBUG|500||recieved notification from broker: { "distributionID": "efdeabe2-476b-4e8a-a9ed-4873afca0198", "consumerID": "policy-id", "timestamp": 1668312400440, "artifactURL": "/sdc/v1/catalog/services/Vfw20221113040551/1.0/resourceInstances/vfw2d6aee73606d0/artifacts/vfw2d6aee73606d0_modules.json", "status": "NOT_NOTIFIED" } 2022-11-13T04:07:50.335Z||pool-2-thread-4|||||INFO|500||Missing status on Status Object. 2022-11-13T04:07:50.335Z||pool-2-thread-4|||||DEBUG|500||received message from topic 2022-11-13T04:07:50.336Z||pool-2-thread-4|||||DEBUG|500||recieved notification from broker: { "distributionID": "efdeabe2-476b-4e8a-a9ed-4873afca0198", "consumerID": "ves-openapi-manager", "timestamp": 1668312401883, "artifactURL": "/sdc/v1/catalog/services/Vfw20221113040551/1.0/resourceInstances/vfw2d6aee73606d0/artifacts/vf-license-model.xml", "status": "NOT_NOTIFIED" } 2022-11-13T04:07:50.336Z||pool-2-thread-4|||||INFO|500||Missing status on Status Object. 2022-11-13T04:07:50.336Z||pool-2-thread-4|||||DEBUG|500||received message from topic 2022-11-13T04:07:50.336Z||pool-2-thread-4|||||DEBUG|500||recieved notification from broker: { "distributionID": "efdeabe2-476b-4e8a-a9ed-4873afca0198", "consumerID": "cds", "timestamp": 1668312402736, "artifactURL": "/sdc/v1/catalog/services/Vfw20221113040551/1.0/artifacts/service-Vfw20221113040551-csar.csar", "status": "DOWNLOAD_OK" } 2022-11-13T04:07:50.336Z||pool-2-thread-4|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error' 2022-11-13T04:07:50.336Z||pool-2-thread-4|||||DEBUG|500||received message from topic 2022-11-13T04:07:50.336Z||pool-2-thread-4|||||DEBUG|500||recieved notification from broker: { "distributionID": "efdeabe2-476b-4e8a-a9ed-4873afca0198", "consumerID": "multicloud-k8s-id", "timestamp": 1668312402809, "artifactURL": "/sdc/v1/catalog/services/Vfw20221113040551/1.0/resourceInstances/vfw2d6aee73606d0/artifacts/base_vfw.yaml", "status": "DOWNLOAD_OK" } 2022-11-13T04:07:50.336Z||pool-2-thread-4|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error' 2022-11-13T04:07:50.336Z||pool-2-thread-4|||||DEBUG|500||received message from topic 2022-11-13T04:07:50.337Z||pool-2-thread-4|||||DEBUG|500||recieved notification from broker: { "distributionID": "efdeabe2-476b-4e8a-a9ed-4873afca0198", "consumerID": "policy-id", "timestamp": 1668312400440, "artifactURL": "/sdc/v1/catalog/services/Vfw20221113040551/1.0/resourceInstances/vfw2d6aee73606d0/artifacts/base_vfw.yaml", "status": "NOTIFIED" } 2022-11-13T04:07:50.337Z||pool-2-thread-4|||||INFO|500||Missing status on Status Object. 2022-11-13T04:07:50.337Z||pool-2-thread-4|||||DEBUG|500||received message from topic 2022-11-13T04:07:50.337Z||pool-2-thread-4|||||DEBUG|500||recieved notification from broker: { "distributionID": "efdeabe2-476b-4e8a-a9ed-4873afca0198", "consumerID": "ves-openapi-manager", "timestamp": 1668312401883, "artifactURL": "/sdc/v1/catalog/services/Vfw20221113040551/1.0/resourceInstances/vfw2d6aee73606d0/artifacts/vfw2d6aee73606d0_modules.json", "status": "NOT_NOTIFIED" } 2022-11-13T04:07:50.337Z||pool-2-thread-4|||||INFO|500||Missing status on Status Object. 2022-11-13T04:07:50.337Z||pool-2-thread-4|||||DEBUG|500||received message from topic 2022-11-13T04:07:50.337Z||pool-2-thread-4|||||DEBUG|500||recieved notification from broker: { "distributionID": "efdeabe2-476b-4e8a-a9ed-4873afca0198", "consumerID": "aai-ml", "timestamp": 1668312403062, "artifactURL": "/sdc/v1/catalog/services/Vfw20221113040551/1.0/resourceInstances/vfw2d6aee73606d0/artifacts/vf-license-model.xml", "status": "NOT_NOTIFIED" } 2022-11-13T04:07:50.337Z||pool-2-thread-4|||||INFO|500||Missing status on Status Object. 2022-11-13T04:07:50.337Z||pool-2-thread-4|||||DEBUG|500||received message from topic 2022-11-13T04:07:50.337Z||pool-2-thread-4|||||DEBUG|500||recieved notification from broker: { "distributionID": "efdeabe2-476b-4e8a-a9ed-4873afca0198", "consumerID": "cds", "timestamp": 1668312403745, "artifactURL": "/sdc/v1/catalog/services/Vfw20221113040551/1.0/artifacts/service-Vfw20221113040551-csar.csar", "status": "COMPONENT_DONE_OK", "componentName": "cds" } Hibernate: select watchdogdi0_.DISTRIBUTION_ID as distribu1_11_0_, watchdogdi0_.CREATE_TIME as create_t2_11_0_, watchdogdi0_.DISTRIBUTION_ID_STATUS as distribu3_11_0_, watchdogdi0_.MODIFY_TIME as modify_t4_11_0_, watchdogdi0_.LOCK_VERSION as lock_ver5_11_0_ from watchdog_distributionid_status watchdogdi0_ where watchdogdi0_.DISTRIBUTION_ID=? Hibernate: select watchdogdi0_.DISTRIBUTION_ID as distribu1_11_0_, watchdogdi0_.CREATE_TIME as create_t2_11_0_, watchdogdi0_.DISTRIBUTION_ID_STATUS as distribu3_11_0_, watchdogdi0_.MODIFY_TIME as modify_t4_11_0_, watchdogdi0_.LOCK_VERSION as lock_ver5_11_0_ from watchdog_distributionid_status watchdogdi0_ where watchdogdi0_.DISTRIBUTION_ID=? Hibernate: insert into watchdog_distributionid_status (CREATE_TIME, DISTRIBUTION_ID_STATUS, MODIFY_TIME, LOCK_VERSION, DISTRIBUTION_ID) values (?, ?, ?, ?, ?) 2022-11-13T04:07:50.354Z||pool-2-thread-4|||||DEBUG|500||Receive a callback componentStatus in ASDC, for componentName: cds and status of COMPONENT_DONE_OK distributionID of efdeabe2-476b-4e8a-a9ed-4873afca0198 2022-11-13T04:07:50.354Z||pool-2-thread-4|||||DEBUG|500||Entering installTheComponentStatus for distributionId efdeabe2-476b-4e8a-a9ed-4873afca0198 and ComponentName cds Hibernate: select watchdogco0_.COMPONENT_NAME as componen1_12_0_, watchdogco0_.DISTRIBUTION_ID as distribu2_12_0_, watchdogco0_.COMPONENT_DISTRIBUTION_STATUS as componen3_12_0_, watchdogco0_.CREATE_TIME as create_t4_12_0_, watchdogco0_.MODIFY_TIME as modify_t5_12_0_ from watchdog_per_component_distribution_status watchdogco0_ where watchdogco0_.COMPONENT_NAME=? and watchdogco0_.DISTRIBUTION_ID=? Hibernate: insert into watchdog_per_component_distribution_status (COMPONENT_DISTRIBUTION_STATUS, CREATE_TIME, MODIFY_TIME, COMPONENT_NAME, DISTRIBUTION_ID) values (?, ?, ?, ?, ?) 2022-11-13T04:07:50.362Z||pool-2-thread-4|||||DEBUG|500||received message from topic 2022-11-13T04:07:50.363Z||pool-2-thread-4|||||DEBUG|500||recieved notification from broker: { "distributionID": "efdeabe2-476b-4e8a-a9ed-4873afca0198", "consumerID": "multicloud-k8s-id", "timestamp": 1668312403875, "artifactURL": "/sdc/v1/catalog/services/Vfw20221113040551/1.0/resourceInstances/vfw2d6aee73606d0/artifacts/base_vfw.env", "status": "DOWNLOAD_OK" } 2022-11-13T04:07:50.363Z||pool-2-thread-4|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error' 2022-11-13T04:07:50.363Z||pool-2-thread-4|||||DEBUG|500||received message from topic 2022-11-13T04:07:50.363Z||pool-2-thread-4|||||DEBUG|500||recieved notification from broker: { "distributionID": "efdeabe2-476b-4e8a-a9ed-4873afca0198", "consumerID": "policy-id", "timestamp": 1668312400440, "artifactURL": "/sdc/v1/catalog/services/Vfw20221113040551/1.0/resourceInstances/vfw2d6aee73606d0/artifacts/vendor-license-model.xml", "status": "NOT_NOTIFIED" } 2022-11-13T04:07:50.363Z||pool-2-thread-4|||||INFO|500||Missing status on Status Object. 2022-11-13T04:07:50.363Z||pool-2-thread-4|||||DEBUG|500||received message from topic 2022-11-13T04:07:50.363Z||pool-2-thread-4|||||DEBUG|500||recieved notification from broker: { "distributionID": "efdeabe2-476b-4e8a-a9ed-4873afca0198", "consumerID": "clamp", "timestamp": 1668312403486, "artifactURL": "/sdc/v1/catalog/services/Vfw20221113040551/1.0/resourceInstances/vfw2d6aee73606d0/artifacts/vf-license-model.xml", "status": "NOT_NOTIFIED" } 2022-11-13T04:07:50.364Z||pool-2-thread-4|||||INFO|500||Missing status on Status Object. 2022-11-13T04:07:50.364Z||pool-2-thread-4|||||DEBUG|500||received message from topic 2022-11-13T04:07:50.364Z||pool-2-thread-4|||||DEBUG|500||recieved notification from broker: { "distributionID": "efdeabe2-476b-4e8a-a9ed-4873afca0198", "consumerID": "ves-openapi-manager", "timestamp": 1668312401883, "artifactURL": "/sdc/v1/catalog/services/Vfw20221113040551/1.0/resourceInstances/vfw2d6aee73606d0/artifacts/base_vfw.yaml", "status": "NOT_NOTIFIED" } 2022-11-13T04:07:50.364Z||pool-2-thread-4|||||INFO|500||Missing status on Status Object. 2022-11-13T04:07:50.364Z||pool-2-thread-4|||||DEBUG|500||received message from topic 2022-11-13T04:07:50.364Z||pool-2-thread-4|||||DEBUG|500||recieved notification from broker: { "distributionID": "efdeabe2-476b-4e8a-a9ed-4873afca0198", "consumerID": "aai-ml", "timestamp": 1668312403062, "artifactURL": "/sdc/v1/catalog/services/Vfw20221113040551/1.0/resourceInstances/vfw2d6aee73606d0/artifacts/vfw2d6aee73606d0_modules.json", "status": "NOT_NOTIFIED" } 2022-11-13T04:07:50.364Z||pool-2-thread-4|||||INFO|500||Missing status on Status Object. 2022-11-13T04:07:50.364Z||pool-2-thread-4|||||DEBUG|500||received message from topic 2022-11-13T04:07:50.364Z||pool-2-thread-4|||||DEBUG|500||recieved notification from broker: { "distributionID": "efdeabe2-476b-4e8a-a9ed-4873afca0198", "consumerID": "multicloud-k8s-id", "timestamp": 1668312404919, "artifactURL": "", "status": "COMPONENT_DONE_OK", "componentName": "POLICY" } Hibernate: select watchdogdi0_.DISTRIBUTION_ID as distribu1_11_0_, watchdogdi0_.CREATE_TIME as create_t2_11_0_, watchdogdi0_.DISTRIBUTION_ID_STATUS as distribu3_11_0_, watchdogdi0_.MODIFY_TIME as modify_t4_11_0_, watchdogdi0_.LOCK_VERSION as lock_ver5_11_0_ from watchdog_distributionid_status watchdogdi0_ where watchdogdi0_.DISTRIBUTION_ID=? 2022-11-13T04:07:50.369Z||pool-2-thread-4|||||DEBUG|500||Receive a callback componentStatus in ASDC, for componentName: POLICY and status of COMPONENT_DONE_OK distributionID of efdeabe2-476b-4e8a-a9ed-4873afca0198 2022-11-13T04:07:50.369Z||pool-2-thread-4|||||DEBUG|500||Entering installTheComponentStatus for distributionId efdeabe2-476b-4e8a-a9ed-4873afca0198 and ComponentName POLICY Hibernate: select watchdogco0_.COMPONENT_NAME as componen1_12_0_, watchdogco0_.DISTRIBUTION_ID as distribu2_12_0_, watchdogco0_.COMPONENT_DISTRIBUTION_STATUS as componen3_12_0_, watchdogco0_.CREATE_TIME as create_t4_12_0_, watchdogco0_.MODIFY_TIME as modify_t5_12_0_ from watchdog_per_component_distribution_status watchdogco0_ where watchdogco0_.COMPONENT_NAME=? and watchdogco0_.DISTRIBUTION_ID=? Hibernate: insert into watchdog_per_component_distribution_status (COMPONENT_DISTRIBUTION_STATUS, CREATE_TIME, MODIFY_TIME, COMPONENT_NAME, DISTRIBUTION_ID) values (?, ?, ?, ?, ?) 2022-11-13T04:07:50.378Z||pool-2-thread-4|||||DEBUG|500||received message from topic 2022-11-13T04:07:50.378Z||pool-2-thread-4|||||DEBUG|500||recieved notification from broker: { "distributionID": "efdeabe2-476b-4e8a-a9ed-4873afca0198", "consumerID": "policy-id", "timestamp": 1668312400440, "artifactURL": "/sdc/v1/catalog/services/Vfw20221113040551/1.0/resourceInstances/vfw2d6aee73606d0/artifacts/base_vfw.env", "status": "NOT_NOTIFIED" } 2022-11-13T04:07:50.378Z||pool-2-thread-4|||||INFO|500||Missing status on Status Object. 2022-11-13T04:07:50.378Z||pool-2-thread-4|||||DEBUG|500||received message from topic 2022-11-13T04:07:50.379Z||pool-2-thread-4|||||DEBUG|500||recieved notification from broker: { "distributionID": "efdeabe2-476b-4e8a-a9ed-4873afca0198", "consumerID": "clamp", "timestamp": 1668312403486, "artifactURL": "/sdc/v1/catalog/services/Vfw20221113040551/1.0/resourceInstances/vfw2d6aee73606d0/artifacts/vfw2d6aee73606d0_modules.json", "status": "NOTIFIED" } 2022-11-13T04:07:50.379Z||pool-2-thread-4|||||INFO|500||Missing status on Status Object. 2022-11-13T04:07:50.379Z||pool-2-thread-4|||||DEBUG|500||received message from topic 2022-11-13T04:07:50.379Z||pool-2-thread-4|||||DEBUG|500||recieved notification from broker: { "distributionID": "efdeabe2-476b-4e8a-a9ed-4873afca0198", "consumerID": "ves-openapi-manager", "timestamp": 1668312401883, "artifactURL": "/sdc/v1/catalog/services/Vfw20221113040551/1.0/resourceInstances/vfw2d6aee73606d0/artifacts/vendor-license-model.xml", "status": "NOT_NOTIFIED" } 2022-11-13T04:07:50.379Z||pool-2-thread-4|||||INFO|500||Missing status on Status Object. 2022-11-13T04:07:50.379Z||pool-2-thread-4|||||DEBUG|500||received message from topic 2022-11-13T04:07:50.379Z||pool-2-thread-4|||||DEBUG|500||recieved notification from broker: { "distributionID": "efdeabe2-476b-4e8a-a9ed-4873afca0198", "consumerID": "aai-ml", "timestamp": 1668312403062, "artifactURL": "/sdc/v1/catalog/services/Vfw20221113040551/1.0/resourceInstances/vfw2d6aee73606d0/artifacts/base_vfw.yaml", "status": "NOT_NOTIFIED" } 2022-11-13T04:07:50.379Z||pool-2-thread-4|||||INFO|500||Missing status on Status Object. 2022-11-13T04:07:50.379Z||pool-2-thread-4|||||DEBUG|500||received message from topic 2022-11-13T04:07:50.379Z||pool-2-thread-4|||||DEBUG|500||recieved notification from broker: { "distributionID": "efdeabe2-476b-4e8a-a9ed-4873afca0198", "consumerID": "multicloud-k8s-id", "timestamp": 1668312405923, "artifactURL": "/sdc/v1/catalog/services/Vfw20221113040551/1.0/resourceInstances/vfw2d6aee73606d0/artifacts/vfw2d6aee73606d0_modules.json", "status": "DEPLOY_OK" } 2022-11-13T04:07:50.380Z||pool-2-thread-4|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error' 2022-11-13T04:07:50.380Z||pool-2-thread-4|||||DEBUG|500||received message from topic 2022-11-13T04:07:50.380Z||pool-2-thread-4|||||DEBUG|500||recieved notification from broker: { "distributionID": "efdeabe2-476b-4e8a-a9ed-4873afca0198", "consumerID": "sdc-COpenSource-Env11-sdnc-dockero", "timestamp": 1668312406020, "artifactURL": "/sdc/v1/catalog/services/Vfw20221113040551/1.0/artifacts/service-Vfw20221113040551-csar.csar", "status": "DEPLOY_OK" } 2022-11-13T04:07:50.380Z||pool-2-thread-4|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error' 2022-11-13T04:07:50.380Z||pool-2-thread-4|||||DEBUG|500||received message from topic 2022-11-13T04:07:50.380Z||pool-2-thread-4|||||DEBUG|500||recieved notification from broker: { "distributionID": "efdeabe2-476b-4e8a-a9ed-4873afca0198", "consumerID": "policy-id", "timestamp": 1668312400440, "artifactURL": "/sdc/v1/catalog/services/Vfw20221113040551/1.0/artifacts/service-Vfw20221113040551-template.yml", "status": "NOT_NOTIFIED" } 2022-11-13T04:07:50.380Z||pool-2-thread-4|||||INFO|500||Missing status on Status Object. 2022-11-13T04:07:50.380Z||pool-2-thread-4|||||DEBUG|500||received message from topic 2022-11-13T04:07:50.380Z||pool-2-thread-4|||||DEBUG|500||recieved notification from broker: { "distributionID": "efdeabe2-476b-4e8a-a9ed-4873afca0198", "consumerID": "clamp", "timestamp": 1668312403486, "artifactURL": "/sdc/v1/catalog/services/Vfw20221113040551/1.0/resourceInstances/vfw2d6aee73606d0/artifacts/base_vfw.yaml", "status": "NOT_NOTIFIED" } 2022-11-13T04:07:50.381Z||pool-2-thread-4|||||INFO|500||Missing status on Status Object. 2022-11-13T04:07:50.381Z||pool-2-thread-4|||||DEBUG|500||received message from topic 2022-11-13T04:07:50.381Z||pool-2-thread-4|||||DEBUG|500||recieved notification from broker: { "distributionID": "efdeabe2-476b-4e8a-a9ed-4873afca0198", "consumerID": "ves-openapi-manager", "timestamp": 1668312401883, "artifactURL": "/sdc/v1/catalog/services/Vfw20221113040551/1.0/resourceInstances/vfw2d6aee73606d0/artifacts/base_vfw.env", "status": "NOT_NOTIFIED" } 2022-11-13T04:07:50.381Z||pool-2-thread-4|||||INFO|500||Missing status on Status Object. 2022-11-13T04:07:50.381Z||pool-2-thread-4|||||DEBUG|500||received message from topic 2022-11-13T04:07:50.381Z||pool-2-thread-4|||||DEBUG|500||recieved notification from broker: { "distributionID": "efdeabe2-476b-4e8a-a9ed-4873afca0198", "consumerID": "aai-ml", "timestamp": 1668312403062, "artifactURL": "/sdc/v1/catalog/services/Vfw20221113040551/1.0/resourceInstances/vfw2d6aee73606d0/artifacts/vendor-license-model.xml", "status": "NOT_NOTIFIED" } 2022-11-13T04:07:50.381Z||pool-2-thread-4|||||INFO|500||Missing status on Status Object. 2022-11-13T04:07:50.381Z||pool-2-thread-4|||||DEBUG|500||received message from topic 2022-11-13T04:07:50.381Z||pool-2-thread-4|||||DEBUG|500||recieved notification from broker: { "distributionID": "efdeabe2-476b-4e8a-a9ed-4873afca0198", "consumerID": "sdc-COpenSource-Env11-sdnc-dockero", "timestamp": 1668312407030, "artifactURL": "", "status": "COMPONENT_DONE_OK", "componentName": "SDNC" } Hibernate: select watchdogdi0_.DISTRIBUTION_ID as distribu1_11_0_, watchdogdi0_.CREATE_TIME as create_t2_11_0_, watchdogdi0_.DISTRIBUTION_ID_STATUS as distribu3_11_0_, watchdogdi0_.MODIFY_TIME as modify_t4_11_0_, watchdogdi0_.LOCK_VERSION as lock_ver5_11_0_ from watchdog_distributionid_status watchdogdi0_ where watchdogdi0_.DISTRIBUTION_ID=? 2022-11-13T04:07:50.388Z||pool-2-thread-4|||||DEBUG|500||Receive a callback componentStatus in ASDC, for componentName: SDNC and status of COMPONENT_DONE_OK distributionID of efdeabe2-476b-4e8a-a9ed-4873afca0198 2022-11-13T04:07:50.389Z||pool-2-thread-4|||||DEBUG|500||Entering installTheComponentStatus for distributionId efdeabe2-476b-4e8a-a9ed-4873afca0198 and ComponentName SDNC Hibernate: select watchdogco0_.COMPONENT_NAME as componen1_12_0_, watchdogco0_.DISTRIBUTION_ID as distribu2_12_0_, watchdogco0_.COMPONENT_DISTRIBUTION_STATUS as componen3_12_0_, watchdogco0_.CREATE_TIME as create_t4_12_0_, watchdogco0_.MODIFY_TIME as modify_t5_12_0_ from watchdog_per_component_distribution_status watchdogco0_ where watchdogco0_.COMPONENT_NAME=? and watchdogco0_.DISTRIBUTION_ID=? Hibernate: insert into watchdog_per_component_distribution_status (COMPONENT_DISTRIBUTION_STATUS, CREATE_TIME, MODIFY_TIME, COMPONENT_NAME, DISTRIBUTION_ID) values (?, ?, ?, ?, ?) 2022-11-13T04:07:50.397Z||pool-2-thread-4|||||DEBUG|500||received message from topic 2022-11-13T04:07:50.397Z||pool-2-thread-4|||||DEBUG|500||recieved notification from broker: { "distributionID": "efdeabe2-476b-4e8a-a9ed-4873afca0198", "consumerID": "policy-id", "timestamp": 1668312400440, "artifactURL": "/sdc/v1/catalog/services/Vfw20221113040551/1.0/artifacts/service-Vfw20221113040551-csar.csar", "status": "NOTIFIED" } 2022-11-13T04:07:50.398Z||pool-2-thread-4|||||INFO|500||Missing status on Status Object. 2022-11-13T04:07:50.398Z||pool-2-thread-4|||||DEBUG|500||received message from topic 2022-11-13T04:07:50.398Z||pool-2-thread-4|||||DEBUG|500||recieved notification from broker: { "distributionID": "efdeabe2-476b-4e8a-a9ed-4873afca0198", "consumerID": "clamp", "timestamp": 1668312403486, "artifactURL": "/sdc/v1/catalog/services/Vfw20221113040551/1.0/resourceInstances/vfw2d6aee73606d0/artifacts/vendor-license-model.xml", "status": "NOT_NOTIFIED" } 2022-11-13T04:07:50.398Z||pool-2-thread-4|||||INFO|500||Missing status on Status Object. 2022-11-13T04:07:50.398Z||pool-2-thread-4|||||DEBUG|500||received message from topic 2022-11-13T04:07:50.399Z||pool-2-thread-4|||||DEBUG|500||recieved notification from broker: { "distributionID": "efdeabe2-476b-4e8a-a9ed-4873afca0198", "consumerID": "ves-openapi-manager", "timestamp": 1668312401883, "artifactURL": "/sdc/v1/catalog/services/Vfw20221113040551/1.0/artifacts/service-Vfw20221113040551-template.yml", "status": "NOT_NOTIFIED" } 2022-11-13T04:07:50.399Z||pool-2-thread-4|||||INFO|500||Missing status on Status Object. 2022-11-13T04:07:50.399Z||pool-2-thread-4|||||DEBUG|500||received message from topic 2022-11-13T04:07:50.399Z||pool-2-thread-4|||||DEBUG|500||recieved notification from broker: { "distributionID": "efdeabe2-476b-4e8a-a9ed-4873afca0198", "consumerID": "aai-ml", "timestamp": 1668312403062, "artifactURL": "/sdc/v1/catalog/services/Vfw20221113040551/1.0/resourceInstances/vfw2d6aee73606d0/artifacts/base_vfw.env", "status": "NOT_NOTIFIED" } 2022-11-13T04:07:50.399Z||pool-2-thread-4|||||INFO|500||Missing status on Status Object. 2022-11-13T04:07:50.400Z||pool-2-thread-4|||||DEBUG|500||received message from topic 2022-11-13T04:07:50.400Z||pool-2-thread-4|||||DEBUG|500||recieved notification from broker: { "distributionID": "efdeabe2-476b-4e8a-a9ed-4873afca0198", "consumerID": "clamp", "timestamp": 1668312403486, "artifactURL": "/sdc/v1/catalog/services/Vfw20221113040551/1.0/resourceInstances/vfw2d6aee73606d0/artifacts/base_vfw.env", "status": "NOT_NOTIFIED" } 2022-11-13T04:07:50.400Z||pool-2-thread-4|||||INFO|500||Missing status on Status Object. 2022-11-13T04:07:50.400Z||pool-2-thread-4|||||DEBUG|500||received message from topic 2022-11-13T04:07:50.400Z||pool-2-thread-4|||||DEBUG|500||recieved notification from broker: { "distributionID": "efdeabe2-476b-4e8a-a9ed-4873afca0198", "consumerID": "policy-id", "timestamp": 1668312408174, "artifactURL": "/sdc/v1/catalog/services/Vfw20221113040551/1.0/artifacts/service-Vfw20221113040551-csar.csar", "status": "DOWNLOAD_OK" } 2022-11-13T04:07:50.401Z||pool-2-thread-4|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error' 2022-11-13T04:07:50.401Z||pool-2-thread-4|||||DEBUG|500||received message from topic 2022-11-13T04:07:50.401Z||pool-2-thread-4|||||DEBUG|500||recieved notification from broker: { "distributionID": "efdeabe2-476b-4e8a-a9ed-4873afca0198", "consumerID": "ves-openapi-manager", "timestamp": 1668312401883, "artifactURL": "/sdc/v1/catalog/services/Vfw20221113040551/1.0/artifacts/service-Vfw20221113040551-csar.csar", "status": "NOT_NOTIFIED" } 2022-11-13T04:07:50.401Z||pool-2-thread-4|||||INFO|500||Missing status on Status Object. 2022-11-13T04:07:50.401Z||pool-2-thread-4|||||DEBUG|500||received message from topic 2022-11-13T04:07:50.401Z||pool-2-thread-4|||||DEBUG|500||recieved notification from broker: { "distributionID": "efdeabe2-476b-4e8a-a9ed-4873afca0198", "consumerID": "aai-ml", "timestamp": 1668312403062, "artifactURL": "/sdc/v1/catalog/services/Vfw20221113040551/1.0/artifacts/service-Vfw20221113040551-template.yml", "status": "NOT_NOTIFIED" } 2022-11-13T04:07:50.402Z||pool-2-thread-4|||||INFO|500||Missing status on Status Object. 2022-11-13T04:07:50.402Z||pool-2-thread-4|||||DEBUG|500||received message from topic 2022-11-13T04:07:50.402Z||pool-2-thread-4|||||DEBUG|500||recieved notification from broker: { "distributionID": "efdeabe2-476b-4e8a-a9ed-4873afca0198", "consumerID": "clamp", "timestamp": 1668312403486, "artifactURL": "/sdc/v1/catalog/services/Vfw20221113040551/1.0/artifacts/service-Vfw20221113040551-template.yml", "status": "NOT_NOTIFIED" } 2022-11-13T04:07:50.402Z||pool-2-thread-4|||||INFO|500||Missing status on Status Object. 2022-11-13T04:07:50.402Z||pool-2-thread-4|||||DEBUG|500||received message from topic 2022-11-13T04:07:50.403Z||pool-2-thread-4|||||DEBUG|500||recieved notification from broker: { "distributionID": "efdeabe2-476b-4e8a-a9ed-4873afca0198", "consumerID": "policy-id", "timestamp": 1668312409178, "artifactURL": "/sdc/v1/catalog/services/Vfw20221113040551/1.0/artifacts/service-Vfw20221113040551-csar.csar", "status": "DEPLOY_OK" } 2022-11-13T04:07:50.403Z||pool-2-thread-4|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error' 2022-11-13T04:07:56.512Z|0bc1ed58-a1c1-4d04-8bed-12d0375391db|pool-2-thread-7|||||DEBUG|500||Target A&AI Resource URI: /service-design-and-creation/models/model/d3e4fb23-a18f-4a7c-970d-063e5e31789d/model-vers/model-ver/2a9c8182-5696-4d63-87e6-a3c6fc2c6055?depth=0 2022-11-13T04:07:56.649Z|0bc1ed58-a1c1-4d04-8bed-12d0375391db|pool-2-thread-7|||||INFO|500||RestClientSSL using default SSL context! 2022-11-13T04:07:57.154Z|0bc1ed58-a1c1-4d04-8bed-12d0375391db|pool-2-thread-7|||AAI||DEBUG|500||Sending HTTP POST (overridden to PATCH) to:https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/d3e4fb23-a18f-4a7c-970d-063e5e31789d/model-vers/model-ver/2a9c8182-5696-4d63-87e6-a3c6fc2c6055?depth=0 with request headers:{Authorization=[***REDACTED***], X-FromAppId=[MSO], X-HTTP-Method-Override=[PATCH], Accept=[application/json], X-TransactionId=[], Content-Type=[application/merge-patch+json]} 2022-11-13T04:07:57.160Z|0bc1ed58-a1c1-4d04-8bed-12d0375391db|pool-2-thread-7|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/d3e4fb23-a18f-4a7c-970d-063e5e31789d/model-vers/model-ver/2a9c8182-5696-4d63-87e6-a3c6fc2c6055?depth=0|INFO|500||Invoke 2022-11-13T04:07:57.278Z|0bc1ed58-a1c1-4d04-8bed-12d0375391db|pool-2-thread-7|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/d3e4fb23-a18f-4a7c-970d-063e5e31789d/model-vers/model-ver/2a9c8182-5696-4d63-87e6-a3c6fc2c6055?depth=0|DEBUG|500||{"distribution-status":"DISTRIBUTION_COMPLETE_OK"} 2022-11-13T04:07:57.451Z|0bc1ed58-a1c1-4d04-8bed-12d0375391db|pool-2-thread-7|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/d3e4fb23-a18f-4a7c-970d-063e5e31789d/model-vers/model-ver/2a9c8182-5696-4d63-87e6-a3c6fc2c6055?depth=0|INFO|500||InvokeReturn 2022-11-13T04:07:57.452Z|0bc1ed58-a1c1-4d04-8bed-12d0375391db|pool-2-thread-7|||||DEBUG|500||Response from method:POST (overridden to PATCH) performed on uri:https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/d3e4fb23-a18f-4a7c-970d-063e5e31789d/model-vers/model-ver/2a9c8182-5696-4d63-87e6-a3c6fc2c6055?depth=0 has http status code:200 and response headers:{Strict-Transport-Security=[max-age=16000000; includeSubDomains; preload;], X-AAI-TXID=[0-aai-resources-221113-04:07:56:289-56430], vertex-id=[184472], Content-Length=[0], Date=[Sun, 13 Nov 2022 04:07:56 GMT], Content-Type=[application/json]} 2022-11-13T04:07:57.453Z|0bc1ed58-a1c1-4d04-8bed-12d0375391db|pool-2-thread-7|||||DEBUG|500||Response was returned with an empty entity. 2022-11-13T04:07:57.456Z|0bc1ed58-a1c1-4d04-8bed-12d0375391db|pool-2-thread-7|||||DEBUG|500||A&AI UPDATE MODEL Version is success! 2022-11-13T04:07:57.456Z|0bc1ed58-a1c1-4d04-8bed-12d0375391db|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=? 2022-11-13T04:07:57.462Z|0bc1ed58-a1c1-4d04-8bed-12d0375391db|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) 2022-11-13T04:07:57.463Z|0bc1ed58-a1c1-4d04-8bed-12d0375391db|pool-2-thread-7|||||DEBUG|500||Enter sendFinalDistributionStatus with DistributionID 0bc1ed58-a1c1-4d04-8bed-12d0375391db and Status of DISTRIBUTION_COMPLETE_OK and ErrorReason null 2022-11-13T04:07:57.464Z|0bc1ed58-a1c1-4d04-8bed-12d0375391db|pool-2-thread-7|||||INFO|500||DistributionClient - sendFinalDistributionStatus status 2022-11-13T04:07:57.464Z|0bc1ed58-a1c1-4d04-8bed-12d0375391db|pool-2-thread-7|||||INFO|500||DistributionClient - sendStatus 2022-11-13T04:07:57.466Z|0bc1ed58-a1c1-4d04-8bed-12d0375391db|pool-2-thread-7|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap] 2022-11-13T04:07:57.466Z|0bc1ed58-a1c1-4d04-8bed-12d0375391db|pool-2-thread-7|||||DEBUG|500||try to send status { "distributionID": "0bc1ed58-a1c1-4d04-8bed-12d0375391db", "consumerID": "SO-COpenSource-Env11", "timestamp": 1668312477463, "artifactURL": "", "status": "DISTRIBUTION_COMPLETE_OK" } 2022-11-13T04:07:57.567Z||pool-18-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 99 ms 2022-11-13T04:07:57.568Z||pool-18-thread-1|||||WARN|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO will send credentials over a clear channel. 2022-11-13T04:07:57.568Z||pool-18-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as Oi7quVEmKWoWd026) ... 2022-11-13T04:07:57.583Z||pool-18-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK 2022-11-13T04:07:57.584Z||pool-18-thread-1|||||INFO|500||cambria reply ok (17 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=? 2022-11-13T04:07:58.480Z||pool-2-thread-5|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2022-11-13T04:07:58.481Z||pool-2-thread-5|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel. 2022-11-13T04:07:58.481Z||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 Oi7quVEmKWoWd026) ... 2022-11-13T04:08:02.918Z||pool-2-thread-5|||||INFO|500|| --> HTTP/1.1 200 OK 2022-11-13T04:08:02.919Z||pool-2-thread-5|||||DEBUG|500||received message from topic 2022-11-13T04:08:02.919Z||pool-2-thread-5|||||DEBUG|500||recieved notification from broker: {"distributionID":"efdeabe2-476b-4e8a-a9ed-4873afca0198","serviceName":"vFW 2022-11-13 04-05-51","serviceVersion":"1.0","serviceUUID":"f03c4f2f-077d-4c6f-8061-8bf6dba18dea","serviceDescription":"catalog service description","serviceInvariantUUID":"69f7d27f-dd5a-4408-bb88-57abd9b4fd5a","resources":[{"resourceInstanceName":"vFW 2d6aee73-606d 0","resourceName":"vFW 2d6aee73-606d","resourceVersion":"1.0","resoucreType":"VF","resourceUUID":"6221ba0a-980e-42cf-a2ae-c6719f878223","resourceInvariantUUID":"c88d3259-be22-494a-b734-b2c6a78d8af9","resourceCustomizationUUID":"6ee4dd6e-7026-47ea-9da0-c959a65dc14e","category":"Generic","subcategory":"Abstract","artifacts":[{"artifactName":"vf-license-model.xml","artifactType":"VF_LICENSE","artifactURL":"/sdc/v1/catalog/services/Vfw20221113040551/1.0/resourceInstances/vfw2d6aee73606d0/artifacts/vf-license-model.xml","artifactChecksum":"MWJmNjc3OWEyMmI0OTg3Mzc3OTNlNTBhZmIxY2YwYjI\u003d","artifactDescription":"VF license file","artifactTimeout":0,"artifactUUID":"d9f49de8-28e6-4f6e-a109-36349a28d5ef","artifactVersion":"1"},{"artifactName":"vfw2d6aee73606d0_modules.json","artifactType":"VF_MODULES_METADATA","artifactURL":"/sdc/v1/catalog/services/Vfw20221113040551/1.0/resourceInstances/vfw2d6aee73606d0/artifacts/vfw2d6aee73606d0_modules.json","artifactChecksum":"NTEyZDAxN2FkYTkwMjI3M2NmOTNhODc4ODUxZWRiMjQ\u003d","artifactDescription":"Auto-generated VF Modules information artifact","artifactTimeout":0,"artifactUUID":"b62fd8e7-3b08-46a0-babd-43d9de1eb3a9","artifactVersion":"1"},{"artifactName":"base_vfw.yaml","artifactType":"HEAT","artifactURL":"/sdc/v1/catalog/services/Vfw20221113040551/1.0/resourceInstances/vfw2d6aee73606d0/artifacts/base_vfw.yaml","artifactChecksum":"ZmM1NGJiZjBlNDE5MjM5MWIwMjRlOTM2YjI4NTA1OTU\u003d","artifactDescription":"created from csar","artifactTimeout":30,"artifactUUID":"e45ce097-12b1-4f34-92f9-fde6f461b3b6","artifactVersion":"1"},{"artifactName":"vendor-license-model.xml","artifactType":"VENDOR_LICENSE","artifactURL":"/sdc/v1/catalog/services/Vfw20221113040551/1.0/resourceInstances/vfw2d6aee73606d0/artifacts/vendor-license-model.xml","artifactChecksum":"NGZmOGI3MzJlZWExYWRhMjcyZDgzNzRmNGI3ZWM5ODM\u003d","artifactDescription":" Vendor license file","artifactTimeout":0,"artifactUUID":"0b627d9a-70e0-47f3-a791-696cc84de228","artifactVersion":"1"},{"artifactName":"base_vfw.env","artifactType":"HEAT_ENV","artifactURL":"/sdc/v1/catalog/services/Vfw20221113040551/1.0/resourceInstances/vfw2d6aee73606d0/artifacts/base_vfw.env","artifactChecksum":"MGVmNWZjZTllNGFjNjkyYTAwYzMyZTcwODk2NGRkYmU\u003d","artifactDescription":"Auto-generated HEAT Environment deployment artifact","artifactTimeout":0,"artifactUUID":"4787a72a-9737-4df7-827d-20eaeb6ab49c","artifactVersion":"2","generatedFromUUID":"e45ce097-12b1-4f34-92f9-fde6f461b3b6"}]}],"serviceArtifacts":[{"artifactName":"service-Vfw20221113040551-template.yml","artifactType":"TOSCA_TEMPLATE","artifactURL":"/sdc/v1/catalog/services/Vfw20221113040551/1.0/artifacts/service-Vfw20221113040551-template.yml","artifactChecksum":"MjdiOGIyMDJhNTE2NThkYWY4NThlNDRlZDk2OTU2NTc\u003d","artifactDescription":"TOSCA representation of the asset","artifactTimeout":0,"artifactUUID":"0b60443a-c5cb-4cbf-87cf-cd830c26ca36","artifactVersion":"1"},{"artifactName":"service-Vfw20221113040551-csar.csar","artifactType":"TOSCA_CSAR","artifactURL":"/sdc/v1/catalog/services/Vfw20221113040551/1.0/artifacts/service-Vfw20221113040551-csar.csar","artifactChecksum":"ODI1ZGViNWNhMjc2M2Q4ZjFkY2NkOGU0NzcyNDU1MGI\u003d","artifactDescription":"TOSCA definition package of the asset","artifactTimeout":0,"artifactUUID":"6fea063b-5385-472d-a9b8-3d6358964d85","artifactVersion":"1"}],"workloadContext":"Production"} 2022-11-13T04:08:02.923Z||pool-2-thread-5|||||INFO|500||DistributionClient - sendNotificationStatus 2022-11-13T04:08:02.923Z||pool-2-thread-5|||||INFO|500||DistributionClient - sendStatus 2022-11-13T04:08:02.925Z||pool-2-thread-5|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap] 2022-11-13T04:08:02.926Z||pool-2-thread-5|||||DEBUG|500||try to send status { "distributionID": "efdeabe2-476b-4e8a-a9ed-4873afca0198", "consumerID": "SO-COpenSource-Env11", "timestamp": 1668312478480, "artifactURL": "/sdc/v1/catalog/services/Vfw20221113040551/1.0/resourceInstances/vfw2d6aee73606d0/artifacts/vf-license-model.xml", "status": "NOT_NOTIFIED" } 2022-11-13T04:08:03.026Z||pool-19-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms 2022-11-13T04:08:03.028Z||pool-19-thread-1|||||WARN|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO will send credentials over a clear channel. 2022-11-13T04:08:03.028Z||pool-19-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as Oi7quVEmKWoWd026) ... 2022-11-13T04:08:03.043Z||pool-19-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK 2022-11-13T04:08:03.044Z||pool-19-thread-1|||||INFO|500||cambria reply ok (18 ms):{"serverTimeMs":1,"count":1} 2022-11-13T04:08:03.926Z||pool-2-thread-5|||||INFO|500||DistributionClient - sendNotificationStatus 2022-11-13T04:08:03.927Z||pool-2-thread-5|||||INFO|500||DistributionClient - sendStatus 2022-11-13T04:08:03.930Z||pool-2-thread-5|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap] 2022-11-13T04:08:03.930Z||pool-2-thread-5|||||DEBUG|500||try to send status { "distributionID": "efdeabe2-476b-4e8a-a9ed-4873afca0198", "consumerID": "SO-COpenSource-Env11", "timestamp": 1668312478480, "artifactURL": "/sdc/v1/catalog/services/Vfw20221113040551/1.0/resourceInstances/vfw2d6aee73606d0/artifacts/vfw2d6aee73606d0_modules.json", "status": "NOTIFIED" } 2022-11-13T04:08:04.030Z||pool-20-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms 2022-11-13T04:08:04.031Z||pool-20-thread-1|||||WARN|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO will send credentials over a clear channel. 2022-11-13T04:08:04.031Z||pool-20-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as Oi7quVEmKWoWd026) ... 2022-11-13T04:08:04.046Z||pool-20-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK 2022-11-13T04:08:04.047Z||pool-20-thread-1|||||INFO|500||cambria reply ok (17 ms):{"serverTimeMs":0,"count":1} 2022-11-13T04:08:04.931Z||pool-2-thread-5|||||INFO|500||DistributionClient - sendNotificationStatus 2022-11-13T04:08:04.932Z||pool-2-thread-5|||||INFO|500||DistributionClient - sendStatus 2022-11-13T04:08:04.935Z||pool-2-thread-5|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap] 2022-11-13T04:08:04.936Z||pool-2-thread-5|||||DEBUG|500||try to send status { "distributionID": "efdeabe2-476b-4e8a-a9ed-4873afca0198", "consumerID": "SO-COpenSource-Env11", "timestamp": 1668312478480, "artifactURL": "/sdc/v1/catalog/services/Vfw20221113040551/1.0/resourceInstances/vfw2d6aee73606d0/artifacts/base_vfw.yaml", "status": "NOTIFIED" } 2022-11-13T04:08:05.036Z||pool-21-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 99 ms 2022-11-13T04:08:05.037Z||pool-21-thread-1|||||WARN|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO will send credentials over a clear channel. 2022-11-13T04:08:05.037Z||pool-21-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as Oi7quVEmKWoWd026) ... 2022-11-13T04:08:05.053Z||pool-21-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK 2022-11-13T04:08:05.054Z||pool-21-thread-1|||||INFO|500||cambria reply ok (18 ms):{"serverTimeMs":1,"count":1} 2022-11-13T04:08:05.938Z||pool-2-thread-5|||||INFO|500||DistributionClient - sendNotificationStatus 2022-11-13T04:08:05.951Z||pool-2-thread-5|||||INFO|500||DistributionClient - sendStatus 2022-11-13T04:08:05.958Z||pool-2-thread-5|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap] 2022-11-13T04:08:05.958Z||pool-2-thread-5|||||DEBUG|500||try to send status { "distributionID": "efdeabe2-476b-4e8a-a9ed-4873afca0198", "consumerID": "SO-COpenSource-Env11", "timestamp": 1668312478480, "artifactURL": "/sdc/v1/catalog/services/Vfw20221113040551/1.0/resourceInstances/vfw2d6aee73606d0/artifacts/vendor-license-model.xml", "status": "NOT_NOTIFIED" } 2022-11-13T04:08:06.055Z||pool-22-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 97 ms 2022-11-13T04:08:06.056Z||pool-22-thread-1|||||WARN|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO will send credentials over a clear channel. 2022-11-13T04:08:06.056Z||pool-22-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as Oi7quVEmKWoWd026) ... 2022-11-13T04:08:06.075Z||pool-22-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK 2022-11-13T04:08:06.076Z||pool-22-thread-1|||||INFO|500||cambria reply ok (21 ms):{"serverTimeMs":1,"count":1} 2022-11-13T04:08:06.959Z||pool-2-thread-5|||||INFO|500||DistributionClient - sendNotificationStatus 2022-11-13T04:08:06.960Z||pool-2-thread-5|||||INFO|500||DistributionClient - sendStatus 2022-11-13T04:08:06.962Z||pool-2-thread-5|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap] 2022-11-13T04:08:06.962Z||pool-2-thread-5|||||DEBUG|500||try to send status { "distributionID": "efdeabe2-476b-4e8a-a9ed-4873afca0198", "consumerID": "SO-COpenSource-Env11", "timestamp": 1668312478480, "artifactURL": "/sdc/v1/catalog/services/Vfw20221113040551/1.0/resourceInstances/vfw2d6aee73606d0/artifacts/base_vfw.env", "status": "NOTIFIED" } 2022-11-13T04:08:07.062Z||pool-23-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms 2022-11-13T04:08:07.063Z||pool-23-thread-1|||||WARN|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO will send credentials over a clear channel. 2022-11-13T04:08:07.063Z||pool-23-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as Oi7quVEmKWoWd026) ... 2022-11-13T04:08:07.078Z||pool-23-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK 2022-11-13T04:08:07.078Z||pool-23-thread-1|||||INFO|500||cambria reply ok (15 ms):{"serverTimeMs":0,"count":1} 2022-11-13T04:08:07.962Z||pool-2-thread-5|||||INFO|500||DistributionClient - sendNotificationStatus 2022-11-13T04:08:07.963Z||pool-2-thread-5|||||INFO|500||DistributionClient - sendStatus 2022-11-13T04:08:07.965Z||pool-2-thread-5|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap] 2022-11-13T04:08:07.966Z||pool-2-thread-5|||||DEBUG|500||try to send status { "distributionID": "efdeabe2-476b-4e8a-a9ed-4873afca0198", "consumerID": "SO-COpenSource-Env11", "timestamp": 1668312478480, "artifactURL": "/sdc/v1/catalog/services/Vfw20221113040551/1.0/artifacts/service-Vfw20221113040551-template.yml", "status": "NOT_NOTIFIED" } 2022-11-13T04:08:08.066Z||pool-24-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms 2022-11-13T04:08:08.067Z||pool-24-thread-1|||||WARN|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO will send credentials over a clear channel. 2022-11-13T04:08:08.068Z||pool-24-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as Oi7quVEmKWoWd026) ... 2022-11-13T04:08:08.086Z||pool-24-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK 2022-11-13T04:08:08.086Z||pool-24-thread-1|||||INFO|500||cambria reply ok (19 ms):{"serverTimeMs":1,"count":1} 2022-11-13T04:08:08.966Z||pool-2-thread-5|||||INFO|500||DistributionClient - sendNotificationStatus 2022-11-13T04:08:08.967Z||pool-2-thread-5|||||INFO|500||DistributionClient - sendStatus 2022-11-13T04:08:08.970Z||pool-2-thread-5|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap] 2022-11-13T04:08:08.970Z||pool-2-thread-5|||||DEBUG|500||try to send status { "distributionID": "efdeabe2-476b-4e8a-a9ed-4873afca0198", "consumerID": "SO-COpenSource-Env11", "timestamp": 1668312478480, "artifactURL": "/sdc/v1/catalog/services/Vfw20221113040551/1.0/artifacts/service-Vfw20221113040551-csar.csar", "status": "NOTIFIED" } 2022-11-13T04:08:09.070Z||pool-25-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms 2022-11-13T04:08:09.071Z||pool-25-thread-1|||||WARN|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO will send credentials over a clear channel. 2022-11-13T04:08:09.071Z||pool-25-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as Oi7quVEmKWoWd026) ... 2022-11-13T04:08:09.092Z||pool-25-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK 2022-11-13T04:08:09.093Z||pool-25-thread-1|||||INFO|500||cambria reply ok (23 ms):{"serverTimeMs":1,"count":1} 2022-11-13T04:08:09.971Z||pool-2-thread-5|||||DEBUG|500||sending notification to client: { "distributionID": "efdeabe2-476b-4e8a-a9ed-4873afca0198", "serviceName": "vFW 2022-11-13 04-05-51", "serviceVersion": "1.0", "serviceUUID": "f03c4f2f-077d-4c6f-8061-8bf6dba18dea", "serviceDescription": "catalog service description", "serviceInvariantUUID": "69f7d27f-dd5a-4408-bb88-57abd9b4fd5a", "resources": [ { "resourceInstanceName": "vFW 2d6aee73-606d 0", "resourceCustomizationUUID": "6ee4dd6e-7026-47ea-9da0-c959a65dc14e", "resourceName": "vFW 2d6aee73-606d", "resourceVersion": "1.0", "resoucreType": "VF", "resourceUUID": "6221ba0a-980e-42cf-a2ae-c6719f878223", "resourceInvariantUUID": "c88d3259-be22-494a-b734-b2c6a78d8af9", "category": "Generic", "subcategory": "Abstract", "artifacts": [ { "artifactName": "vfw2d6aee73606d0_modules.json", "artifactType": "VF_MODULES_METADATA", "artifactURL": "/sdc/v1/catalog/services/Vfw20221113040551/1.0/resourceInstances/vfw2d6aee73606d0/artifacts/vfw2d6aee73606d0_modules.json", "artifactChecksum": "NTEyZDAxN2FkYTkwMjI3M2NmOTNhODc4ODUxZWRiMjQ\u003d", "artifactDescription": "Auto-generated VF Modules information artifact", "artifactTimeout": 0, "artifactVersion": "1", "artifactUUID": "b62fd8e7-3b08-46a0-babd-43d9de1eb3a9", "relatedArtifactsInfo": [] }, { "artifactName": "base_vfw.yaml", "artifactType": "HEAT", "artifactURL": "/sdc/v1/catalog/services/Vfw20221113040551/1.0/resourceInstances/vfw2d6aee73606d0/artifacts/base_vfw.yaml", "artifactChecksum": "ZmM1NGJiZjBlNDE5MjM5MWIwMjRlOTM2YjI4NTA1OTU\u003d", "artifactDescription": "created from csar", "artifactTimeout": 30, "artifactVersion": "1", "artifactUUID": "e45ce097-12b1-4f34-92f9-fde6f461b3b6", "generatedArtifact": { "artifactName": "base_vfw.env", "artifactType": "HEAT_ENV", "artifactURL": "/sdc/v1/catalog/services/Vfw20221113040551/1.0/resourceInstances/vfw2d6aee73606d0/artifacts/base_vfw.env", "artifactChecksum": "MGVmNWZjZTllNGFjNjkyYTAwYzMyZTcwODk2NGRkYmU\u003d", "artifactDescription": "Auto-generated HEAT Environment deployment artifact", "artifactTimeout": 0, "artifactVersion": "2", "artifactUUID": "4787a72a-9737-4df7-827d-20eaeb6ab49c", "generatedFromUUID": "e45ce097-12b1-4f34-92f9-fde6f461b3b6" }, "relatedArtifactsInfo": [] }, { "artifactName": "base_vfw.env", "artifactType": "HEAT_ENV", "artifactURL": "/sdc/v1/catalog/services/Vfw20221113040551/1.0/resourceInstances/vfw2d6aee73606d0/artifacts/base_vfw.env", "artifactChecksum": "MGVmNWZjZTllNGFjNjkyYTAwYzMyZTcwODk2NGRkYmU\u003d", "artifactDescription": "Auto-generated HEAT Environment deployment artifact", "artifactTimeout": 0, "artifactVersion": "2", "artifactUUID": "4787a72a-9737-4df7-827d-20eaeb6ab49c", "relatedArtifactsInfo": [] } ] } ], "serviceArtifacts": [ { "artifactName": "service-Vfw20221113040551-csar.csar", "artifactType": "TOSCA_CSAR", "artifactURL": "/sdc/v1/catalog/services/Vfw20221113040551/1.0/artifacts/service-Vfw20221113040551-csar.csar", "artifactChecksum": "ODI1ZGViNWNhMjc2M2Q4ZjFkY2NkOGU0NzcyNDU1MGI\u003d", "artifactDescription": "TOSCA definition package of the asset", "artifactTimeout": 0, "artifactVersion": "1", "artifactUUID": "6fea063b-5385-472d-a9b8-3d6358964d85" } ], "workloadContext": "Production" } 2022-11-13T04:08:09.972Z||pool-2-thread-5|||||DEBUG|500||Receive a callback notification in ASDC, nb of resources: 1 2022-11-13T04:08:09.972Z||pool-2-thread-5|||||INFO|500||ASDC_RECEIVE_CALLBACK_NOTIF 3 f03c4f2f-077d-4c6f-8061-8bf6dba18dea ASDC 2022-11-13T04:08:09.973Z|efdeabe2-476b-4e8a-a9ed-4873afca0198|pool-2-thread-5|||||DEBUG|500||ASDC Notification: DistributionID:efdeabe2-476b-4e8a-a9ed-4873afca0198 ServiceName:vFW 2022-11-13 04-05-51 ServiceVersion:1.0 ServiceUUID:f03c4f2f-077d-4c6f-8061-8bf6dba18dea ServiceInvariantUUID:69f7d27f-dd5a-4408-bb88-57abd9b4fd5a ServiceDescription:catalog service description Service Artifacts List: { Service Artifacts Info: ArtifactName:service-Vfw20221113040551-csar.csar ArtifactVersion:1 ArtifactType:TOSCA_CSAR ArtifactDescription:TOSCA definition package of the asset ArtifactTimeout:0 ArtifactURL:/sdc/v1/catalog/services/Vfw20221113040551/1.0/artifacts/service-Vfw20221113040551-csar.csar ArtifactUUID:6fea063b-5385-472d-a9b8-3d6358964d85 ArtifactChecksum:ODI1ZGViNWNhMjc2M2Q4ZjFkY2NkOGU0NzcyNDU1MGI= GeneratedArtifact:{NULL } RelatedArtifacts:{ } } Resource Instances List: { Resource Instance Info: ResourceInstanceName:vFW 2d6aee73-606d 0 ResourceCustomizationUUID:6ee4dd6e-7026-47ea-9da0-c959a65dc14e ResourceInvariantUUID:c88d3259-be22-494a-b734-b2c6a78d8af9 ResourceName:vFW 2d6aee73-606d ResourceType:VF ResourceUUID:6221ba0a-980e-42cf-a2ae-c6719f878223 ResourceVersion:1.0 Category:Generic SubCategory:Abstract Resource Artifacts List: { Service Artifacts Info: ArtifactName:vfw2d6aee73606d0_modules.json ArtifactVersion:1 ArtifactType:VF_MODULES_METADATA ArtifactDescription:Auto-generated VF Modules information artifact ArtifactTimeout:0 ArtifactURL:/sdc/v1/catalog/services/Vfw20221113040551/1.0/resourceInstances/vfw2d6aee73606d0/artifacts/vfw2d6aee73606d0_modules.json ArtifactUUID:b62fd8e7-3b08-46a0-babd-43d9de1eb3a9 ArtifactChecksum:NTEyZDAxN2FkYTkwMjI3M2NmOTNhODc4ODUxZWRiMjQ= 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/Vfw20221113040551/1.0/resourceInstances/vfw2d6aee73606d0/artifacts/base_vfw.yaml ArtifactUUID:e45ce097-12b1-4f34-92f9-fde6f461b3b6 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/Vfw20221113040551/1.0/resourceInstances/vfw2d6aee73606d0/artifacts/base_vfw.env ArtifactUUID:4787a72a-9737-4df7-827d-20eaeb6ab49c 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/Vfw20221113040551/1.0/resourceInstances/vfw2d6aee73606d0/artifacts/base_vfw.env ArtifactUUID:4787a72a-9737-4df7-827d-20eaeb6ab49c ArtifactChecksum:MGVmNWZjZTllNGFjNjkyYTAwYzMyZTcwODk2NGRkYmU= GeneratedArtifact:{NULL } RelatedArtifacts:{ } } } 2022-11-13T04:08:09.973Z|efdeabe2-476b-4e8a-a9ed-4873afca0198|pool-2-thread-5|||||INFO|500||ASDC_RECEIVE_SERVICE_NOTIF f03c4f2f-077d-4c6f-8061-8bf6dba18dea ASDC treatNotification Hibernate: select watchdogse0_.DISTRIBUTION_ID as distribu1_13_0_, watchdogse0_.SERVICE_MODEL_VERSION_ID as service_2_13_0_, watchdogse0_.CONSUMER_ID as consumer3_13_0_, watchdogse0_.CREATE_TIME as create_t4_13_0_, watchdogse0_.DISTRIBUTION_NOTIFICATION as distribu5_13_0_ from watchdog_service_mod_ver_id_lookup watchdogse0_ where watchdogse0_.DISTRIBUTION_ID=? and watchdogse0_.SERVICE_MODEL_VERSION_ID=? Hibernate: insert into watchdog_service_mod_ver_id_lookup (CONSUMER_ID, CREATE_TIME, DISTRIBUTION_NOTIFICATION, DISTRIBUTION_ID, SERVICE_MODEL_VERSION_ID) values (?, ?, ?, ?, ?) Hibernate: select watchdogdi0_.DISTRIBUTION_ID as distribu1_11_0_, watchdogdi0_.CREATE_TIME as create_t2_11_0_, watchdogdi0_.DISTRIBUTION_ID_STATUS as distribu3_11_0_, watchdogdi0_.MODIFY_TIME as modify_t4_11_0_, watchdogdi0_.LOCK_VERSION as lock_ver5_11_0_ from watchdog_distributionid_status watchdogdi0_ where watchdogdi0_.DISTRIBUTION_ID=? Hibernate: update watchdog_distributionid_status set DISTRIBUTION_ID_STATUS=?, MODIFY_TIME=?, LOCK_VERSION=? where DISTRIBUTION_ID=? 2022-11-13T04:08:10.004Z|efdeabe2-476b-4e8a-a9ed-4873afca0198|pool-2-thread-5|||||INFO|500||Unable to find the system property mso.config.path, use the default configuration 2022-11-13T04:08:10.004Z|efdeabe2-476b-4e8a-a9ed-4873afca0198|pool-2-thread-5|||||INFO|500||MSO config path is: /app 2022-11-13T04:08:10.005Z|efdeabe2-476b-4e8a-a9ed-4873afca0198|pool-2-thread-5|||||INFO|500||MSO config path is: /app 2022-11-13T04:08:10.005Z|efdeabe2-476b-4e8a-a9ed-4873afca0198|pool-2-thread-5|||||INFO|500||Trying to download the artifact UUID: 6fea063b-5385-472d-a9b8-3d6358964d85 from URL: /sdc/v1/catalog/services/Vfw20221113040551/1.0/artifacts/service-Vfw20221113040551-csar.csar 2022-11-13T04:08:10.005Z|efdeabe2-476b-4e8a-a9ed-4873afca0198|pool-2-thread-5|||||INFO|500||DistributionClient - download 2022-11-13T04:08:10.005Z|efdeabe2-476b-4e8a-a9ed-4873afca0198|pool-2-thread-5|||||DEBUG|500||url to send https://sdc-be.onap:8443/sdc/v1/catalog/services/Vfw20221113040551/1.0/artifacts/service-Vfw20221113040551-csar.csar 2022-11-13T04:08:10.157Z|efdeabe2-476b-4e8a-a9ed-4873afca0198|pool-2-thread-5|||||DEBUG|500||GET Response Status 200 2022-11-13T04:08:10.162Z|efdeabe2-476b-4e8a-a9ed-4873afca0198|pool-2-thread-5|||||INFO|500||ASDC_ARTIFACT_DOWNLOAD_SUC /sdc/v1/catalog/services/Vfw20221113040551/1.0/artifacts/service-Vfw20221113040551-csar.csar 6fea063b-5385-472d-a9b8-3d6358964d85 99012 2022-11-13T04:08:10.163Z|efdeabe2-476b-4e8a-a9ed-4873afca0198|pool-2-thread-5|||||INFO|500||ASDC_SEND_NOTIF_ASDC DOWNLOAD DOWNLOAD_OK /sdc/v1/catalog/services/Vfw20221113040551/1.0/artifacts/service-Vfw20221113040551-csar.csar ASDC sendASDCNotification 2022-11-13T04:08:10.163Z|efdeabe2-476b-4e8a-a9ed-4873afca0198|pool-2-thread-5|||||DEBUG|500||Sending DOWNLOAD(DOWNLOAD_OK) notification to ASDC for artifact:/sdc/v1/catalog/services/Vfw20221113040551/1.0/artifacts/service-Vfw20221113040551-csar.csar 2022-11-13T04:08:10.163Z|efdeabe2-476b-4e8a-a9ed-4873afca0198|pool-2-thread-5|||||INFO|500||DistributionClient - sendDownloadStatus 2022-11-13T04:08:10.163Z|efdeabe2-476b-4e8a-a9ed-4873afca0198|pool-2-thread-5|||||INFO|500||DistributionClient - sendStatus 2022-11-13T04:08:10.166Z|efdeabe2-476b-4e8a-a9ed-4873afca0198|pool-2-thread-5|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap] 2022-11-13T04:08:10.166Z|efdeabe2-476b-4e8a-a9ed-4873afca0198|pool-2-thread-5|||||DEBUG|500||try to send status { "distributionID": "efdeabe2-476b-4e8a-a9ed-4873afca0198", "consumerID": "SO-COpenSource-Env11", "timestamp": 1668312490163, "artifactURL": "/sdc/v1/catalog/services/Vfw20221113040551/1.0/artifacts/service-Vfw20221113040551-csar.csar", "status": "DOWNLOAD_OK" } 2022-11-13T04:08:10.266Z||pool-26-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms 2022-11-13T04:08:10.267Z||pool-26-thread-1|||||WARN|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO will send credentials over a clear channel. 2022-11-13T04:08:10.267Z||pool-26-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as Oi7quVEmKWoWd026) ... 2022-11-13T04:08:10.292Z||pool-26-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK 2022-11-13T04:08:10.293Z||pool-26-thread-1|||||INFO|500||cambria reply ok (27 ms):{"serverTimeMs":0,"count":1} 2022-11-13T04:08:11.167Z|efdeabe2-476b-4e8a-a9ed-4873afca0198|pool-2-thread-5|||||INFO|500||Unable to find the system property mso.config.path, use the default configuration 2022-11-13T04:08:11.168Z|efdeabe2-476b-4e8a-a9ed-4873afca0198|pool-2-thread-5|||||INFO|500||MSO config path is: /app 2022-11-13T04:08:11.168Z|efdeabe2-476b-4e8a-a9ed-4873afca0198|pool-2-thread-5|||||INFO|500||Trying to write artifact UUID: 6fea063b-5385-472d-a9b8-3d6358964d85, URL: /sdc/v1/catalog/services/Vfw20221113040551/1.0/artifacts/service-Vfw20221113040551-csar.csar to file: /app/ASDC/1/service-Vfw20221113040551-csar.csar 2022-11-13T04:08:11.169Z|efdeabe2-476b-4e8a-a9ed-4873afca0198|pool-2-thread-5|||||INFO|500||ASDC_RECEIVE_SERVICE_NOTIF ***WRITE FILE ARTIFACT NAME ASDC service-Vfw20221113040551-csar.csar 2022-11-13T04:08:11.169Z|efdeabe2-476b-4e8a-a9ed-4873afca0198|pool-2-thread-5|||||DEBUG|500||ASDC File path is: /app/ASDC/1/service-Vfw20221113040551-csar.csar 2022-11-13T04:08:11.169Z|efdeabe2-476b-4e8a-a9ed-4873afca0198|pool-2-thread-5|||||INFO|500||ASDC_RECEIVE_SERVICE_NOTIF ***PATH ASDC /app/ASDC/1/service-Vfw20221113040551-csar.csar 2022-11-13T04:08:11.370Z|efdeabe2-476b-4e8a-a9ed-4873afca0198|pool-2-thread-5|||||DEBUG|500||ToscaTemplate Loading YAMEL file /tmp/JTP6709811063462209541/Definitions/service-Vfw20221113040551-template.yml Log warning: The required parameter "port_vfw_int_unprotected_private_port_0_related_networks" is not provided Log warning: The required parameter "port_vfw_onap_private_port_0_network_role" is not provided Log warning: The required parameter "port_vfw_int_protected_private_port_0_order" is not provided Log warning: The required parameter "port_vfw_int_protected_private_port_0_subnetpoolid" is not provided Log warning: The required parameter "port_vfw_int_protected_private_port_0_vlan_requirements" is not provided Log warning: The required parameter "port_vfw_int_protected_private_port_0_network_role" is not provided Log warning: The required parameter "port_vfw_int_unprotected_private_port_0_vlan_requirements" is not provided Log warning: The required parameter "port_vfw_int_unprotected_private_port_0_order" is not provided Log warning: The required parameter "port_vfw_onap_private_port_0_related_networks" is not provided Log warning: The required parameter "port_vfw_onap_private_port_0_subnetpoolid" is not provided Log warning: The required parameter "port_vfw_onap_private_port_0_vlan_requirements" is not provided Log warning: The required parameter "port_vfw_onap_private_port_0_order" is not provided Log warning: The required parameter "port_vfw_int_protected_private_port_0_network_role_tag" is not provided Log warning: The required parameter "port_vfw_int_unprotected_private_port_0_subnetpoolid" is not provided Log warning: The required parameter "port_vfw_int_unprotected_private_port_0_network_role" is not provided Log warning: The required parameter "port_vfw_int_unprotected_private_port_0_network_role_tag" is not provided Log warning: The required parameter "port_vfw_int_protected_private_port_0_related_networks" is not provided Log warning: The required parameter "port_vsn_int_protected_private_port_0_subnetpoolid" is not provided Log warning: The required parameter "port_vsn_int_protected_private_port_0_vlan_requirements" is not provided Log warning: The required parameter "port_vsn_int_protected_private_port_0_network_role_tag" is not provided Log warning: The required parameter "port_vsn_onap_private_port_0_order" is not provided Log warning: The required parameter "port_vsn_onap_private_port_0_vlan_requirements" is not provided Log warning: The required parameter "port_vsn_int_protected_private_port_0_network_role" is not provided Log warning: The required parameter "port_vsn_onap_private_port_0_related_networks" is not provided Log warning: The required parameter "port_vsn_int_protected_private_port_0_related_networks" is not provided Log warning: The required parameter "port_vsn_onap_private_port_0_network_role" is not provided Log warning: The required parameter "port_vsn_int_protected_private_port_0_order" is not provided Log warning: The required parameter "port_vsn_onap_private_port_0_subnetpoolid" is not provided Log warning: The required parameter "port_vpg_onap_private_port_0_network_role" is not provided Log warning: The required parameter "port_vpg_int_unprotected_private_port_0_order" is not provided Log warning: The required parameter "port_vpg_onap_private_port_0_related_networks" is not provided Log warning: The required parameter "port_vpg_onap_private_port_0_vlan_requirements" is not provided Log warning: The required parameter "port_vpg_int_unprotected_private_port_0_related_networks" is not provided Log warning: The required parameter "port_vpg_onap_private_port_0_order" is not provided Log warning: The required parameter "port_vpg_int_unprotected_private_port_0_vlan_requirements" is not provided Log warning: The required parameter "port_vpg_int_unprotected_private_port_0_network_role_tag" is not provided Log warning: The required parameter "port_vpg_onap_private_port_0_subnetpoolid" is not provided Log warning: The required parameter "port_vpg_int_unprotected_private_port_0_subnetpoolid" is not provided Log warning: The required parameter "port_vpg_int_unprotected_private_port_0_network_role" is not provided 2022-11-13T04:08:13.534Z|efdeabe2-476b-4e8a-a9ed-4873afca0198|pool-2-thread-5|||||DEBUG|500||CSAR conformance level is 11.0 2022-11-13T04:08:13.535Z|efdeabe2-476b-4e8a-a9ed-4873afca0198|pool-2-thread-5|||||WARN|500||#################################################################################################### 2022-11-13T04:08:13.535Z|efdeabe2-476b-4e8a-a9ed-4873afca0198|pool-2-thread-5|||||WARN|500||CSAR Warnings found! CSAR name - /app/ASDC/1/service-Vfw20221113040551-csar.csar 2022-11-13T04:08:13.535Z|efdeabe2-476b-4e8a-a9ed-4873afca0198|pool-2-thread-5|||||WARN|500||ToscaTemplate - verifyTemplate - 13 Parsing Warnings occurred... 2022-11-13T04:08:13.535Z|efdeabe2-476b-4e8a-a9ed-4873afca0198|pool-2-thread-5|||||WARN|500||JTosca Exception [JE003]: MissingRequiredFieldError: properties of template "abstract_vfw" are missing field(s): [port_vfw_int_unprotected_private_port_0_related_networks, port_vfw_onap_private_port_0_network_role, port_vfw_int_protected_private_port_0_order, port_vfw_int_protected_private_port_0_subnetpoolid, port_vfw_int_protected_private_port_0_vlan_requirements, port_vfw_int_protected_private_port_0_network_role, port_vfw_int_unprotected_private_port_0_vlan_requirements, port_vfw_int_unprotected_private_port_0_order, port_vfw_onap_private_port_0_related_networks, port_vfw_onap_private_port_0_subnetpoolid, port_vfw_onap_private_port_0_vlan_requirements, port_vfw_onap_private_port_0_order, nfc_function, port_vfw_int_protected_private_port_0_network_role_tag, port_vfw_int_unprotected_private_port_0_subnetpoolid, port_vfw_int_unprotected_private_port_0_network_role, port_vfw_int_unprotected_private_port_0_network_role_tag, port_vfw_int_protected_private_port_0_related_networks]. CSAR name - /app/ASDC/1/service-Vfw20221113040551-csar.csar 2022-11-13T04:08:13.536Z|efdeabe2-476b-4e8a-a9ed-4873afca0198|pool-2-thread-5|||||WARN|500||JTosca Exception [JE003]: MissingRequiredFieldError: properties of template "abstract_vpg" are missing field(s): [port_vpg_onap_private_port_0_network_role, port_vpg_int_unprotected_private_port_0_order, port_vpg_onap_private_port_0_related_networks, port_vpg_onap_private_port_0_vlan_requirements, port_vpg_int_unprotected_private_port_0_related_networks, nfc_function, port_vpg_onap_private_port_0_order, port_vpg_int_unprotected_private_port_0_vlan_requirements, port_vpg_int_unprotected_private_port_0_network_role_tag, port_vpg_onap_private_port_0_subnetpoolid, port_vpg_int_unprotected_private_port_0_subnetpoolid, port_vpg_int_unprotected_private_port_0_network_role]. CSAR name - /app/ASDC/1/service-Vfw20221113040551-csar.csar 2022-11-13T04:08:13.536Z|efdeabe2-476b-4e8a-a9ed-4873afca0198|pool-2-thread-5|||||WARN|500||JTosca Exception [JE003]: MissingRequiredFieldError: Data value of type "org.openecomp.datatypes.network.MacRequirements" is missing required field(s) "[supplemental_data]". CSAR name - /app/ASDC/1/service-Vfw20221113040551-csar.csar 2022-11-13T04:08:13.536Z|efdeabe2-476b-4e8a-a9ed-4873afca0198|pool-2-thread-5|||||WARN|500||JTosca Exception [JE003]: MissingRequiredFieldError: properties of template "abstract_vsn" are missing field(s): [unit, type]. CSAR name - /app/ASDC/1/service-Vfw20221113040551-csar.csar 2022-11-13T04:08:13.536Z|efdeabe2-476b-4e8a-a9ed-4873afca0198|pool-2-thread-5|||||WARN|500||JTosca Exception [JE003]: MissingRequiredFieldError: properties of template "abstract_vfw" are missing field(s): [unit, type]. CSAR name - /app/ASDC/1/service-Vfw20221113040551-csar.csar 2022-11-13T04:08:13.536Z|efdeabe2-476b-4e8a-a9ed-4873afca0198|pool-2-thread-5|||||WARN|500||JTosca Exception [JE003]: MissingRequiredFieldError: properties of template "abstract_vsn" are missing field(s): [port_vsn_int_protected_private_port_0_subnetpoolid, port_vsn_int_protected_private_port_0_vlan_requirements, port_vsn_int_protected_private_port_0_network_role_tag, port_vsn_onap_private_port_0_order, nfc_function, port_vsn_onap_private_port_0_vlan_requirements, port_vsn_int_protected_private_port_0_network_role, port_vsn_onap_private_port_0_related_networks, port_vsn_int_protected_private_port_0_related_networks, port_vsn_onap_private_port_0_network_role, port_vsn_int_protected_private_port_0_order, port_vsn_onap_private_port_0_subnetpoolid]. CSAR name - /app/ASDC/1/service-Vfw20221113040551-csar.csar 2022-11-13T04:08:13.537Z|efdeabe2-476b-4e8a-a9ed-4873afca0198|pool-2-thread-5|||||WARN|500||JTosca Exception [JE003]: MissingRequiredFieldError: Data value of type "org.openecomp.datatypes.AssignmentRequirements" is missing required field(s) "[supplemental_data]". CSAR name - /app/ASDC/1/service-Vfw20221113040551-csar.csar 2022-11-13T04:08:13.537Z|efdeabe2-476b-4e8a-a9ed-4873afca0198|pool-2-thread-5|||||WARN|500||JTosca Exception [JE003]: MissingRequiredFieldError: Data value of type "org.openecomp.datatypes.network.IpRequirements" is missing required field(s) "[assingment_method, supplemental_data]". CSAR name - /app/ASDC/1/service-Vfw20221113040551-csar.csar 2022-11-13T04:08:13.537Z|efdeabe2-476b-4e8a-a9ed-4873afca0198|pool-2-thread-5|||||WARN|500||JTosca Exception [JE003]: MissingRequiredFieldError: properties of template "vFW 2d6aee73-606d 0" are missing field(s): [nf_type, nf_naming_code, sdnc_artifact_name, max_instances, sdnc_model_version, min_instances, nf_function, nf_role, sdnc_model_name]. CSAR name - /app/ASDC/1/service-Vfw20221113040551-csar.csar 2022-11-13T04:08:13.537Z|efdeabe2-476b-4e8a-a9ed-4873afca0198|pool-2-thread-5|||||WARN|500||JTosca Exception [JE001]: TypeMismatchError: "[{get_input=sec_group}]" is not a map. The type is "json". CSAR name - /app/ASDC/1/service-Vfw20221113040551-csar.csar 2022-11-13T04:08:13.538Z|efdeabe2-476b-4e8a-a9ed-4873afca0198|pool-2-thread-5|||||WARN|500||JTosca Exception [JE003]: MissingRequiredFieldError: Data value of type "org.openecomp.datatypes.PortMirroringConnectionPointDescription" is missing required field(s) "[nf_naming_code, pps_capacity, nf_type, nfc_type]". CSAR name - /app/ASDC/1/service-Vfw20221113040551-csar.csar 2022-11-13T04:08:13.538Z|efdeabe2-476b-4e8a-a9ed-4873afca0198|pool-2-thread-5|||||WARN|500||JTosca Exception [JE003]: MissingRequiredFieldError: properties of template "abstract_vpg" are missing field(s): [unit, type]. CSAR name - /app/ASDC/1/service-Vfw20221113040551-csar.csar 2022-11-13T04:08:13.538Z|efdeabe2-476b-4e8a-a9ed-4873afca0198|pool-2-thread-5|||||WARN|500||JTosca Exception [JE003]: MissingRequiredFieldError: Data value of type "org.openecomp.datatypes.Naming" is missing required field(s) "[supplemental_data]". CSAR name - /app/ASDC/1/service-Vfw20221113040551-csar.csar 2022-11-13T04:08:13.538Z|efdeabe2-476b-4e8a-a9ed-4873afca0198|pool-2-thread-5|||||WARN|500||#################################################################################################### 2022-11-13T04:08:13.539Z|efdeabe2-476b-4e8a-a9ed-4873afca0198|pool-2-thread-5|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive 2022-11-13T04:08:13.539Z|efdeabe2-476b-4e8a-a9ed-4873afca0198|pool-2-thread-5|||||DEBUG|500||Service vFW 2022-11-13 04-05-51 is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=SERVICE_PROXY, toscaType=null, uUID=null, customizationUUID=null 2022-11-13T04:08:13.539Z|efdeabe2-476b-4e8a-a9ed-4873afca0198|pool-2-thread-5|||||DEBUG|500||Node template vFW 2d6aee73-606d 0 is matching search criteria 2022-11-13T04:08:13.540Z|efdeabe2-476b-4e8a-a9ed-4873afca0198|pool-2-thread-5|||||DEBUG|500||Search for entities recursively 2022-11-13T04:08:13.540Z|efdeabe2-476b-4e8a-a9ed-4873afca0198|pool-2-thread-5|||||DEBUG|500||Found topology templates [vFW 2d6aee73-606d 0, abstract_vfw, abstract_vsn, abstract_vpg] matching following query criteria: sdcType=Service, customizationUUID=null 2022-11-13T04:08:13.540Z|efdeabe2-476b-4e8a-a9ed-4873afca0198|pool-2-thread-5|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive 2022-11-13T04:08:13.540Z|efdeabe2-476b-4e8a-a9ed-4873afca0198|pool-2-thread-5|||||DEBUG|500||Service vFW 2022-11-13 04-05-51 is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=CONFIGURATION, toscaType=null, uUID=null, customizationUUID=null 2022-11-13T04:08:13.541Z|efdeabe2-476b-4e8a-a9ed-4873afca0198|pool-2-thread-5|||||DEBUG|500||Node template vFW 2d6aee73-606d 0 is matching search criteria 2022-11-13T04:08:13.541Z|efdeabe2-476b-4e8a-a9ed-4873afca0198|pool-2-thread-5|||||DEBUG|500||Search for entities recursively 2022-11-13T04:08:13.541Z|efdeabe2-476b-4e8a-a9ed-4873afca0198|pool-2-thread-5|||||DEBUG|500||Found topology templates [vFW 2d6aee73-606d 0, abstract_vfw, abstract_vsn, abstract_vpg] matching following query criteria: sdcType=Service, customizationUUID=null 2022-11-13T04:08:13.542Z|efdeabe2-476b-4e8a-a9ed-4873afca0198|pool-2-thread-5|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive 2022-11-13T04:08:13.542Z|efdeabe2-476b-4e8a-a9ed-4873afca0198|pool-2-thread-5|||||DEBUG|500||Service vFW 2022-11-13 04-05-51 is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=VF, toscaType=null, uUID=null, customizationUUID=null 2022-11-13T04:08:13.542Z|efdeabe2-476b-4e8a-a9ed-4873afca0198|pool-2-thread-5|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive 2022-11-13T04:08:13.543Z|efdeabe2-476b-4e8a-a9ed-4873afca0198|pool-2-thread-5|||||DEBUG|500||Node template vFW 2d6aee73-606d 0 is not matching search criteria 2022-11-13T04:08:13.543Z|efdeabe2-476b-4e8a-a9ed-4873afca0198|pool-2-thread-5|||||DEBUG|500||Node template int_protected_private_network is not matching search criteria 2022-11-13T04:08:13.543Z|efdeabe2-476b-4e8a-a9ed-4873afca0198|pool-2-thread-5|||||DEBUG|500||Node template int_unprotected_private_network is not matching search criteria 2022-11-13T04:08:13.543Z|efdeabe2-476b-4e8a-a9ed-4873afca0198|pool-2-thread-5|||||DEBUG|500||Node template abstract_vfw is not matching search criteria 2022-11-13T04:08:13.544Z|efdeabe2-476b-4e8a-a9ed-4873afca0198|pool-2-thread-5|||||DEBUG|500||Node template vfw_vfw_onap_private_port_0 is not matching search criteria 2022-11-13T04:08:13.544Z|efdeabe2-476b-4e8a-a9ed-4873afca0198|pool-2-thread-5|||||DEBUG|500||Node template vfw_vfw_int_protected_private_port_0 is not matching search criteria 2022-11-13T04:08:13.544Z|efdeabe2-476b-4e8a-a9ed-4873afca0198|pool-2-thread-5|||||DEBUG|500||Node template vfw is not matching search criteria 2022-11-13T04:08:13.544Z|efdeabe2-476b-4e8a-a9ed-4873afca0198|pool-2-thread-5|||||DEBUG|500||Node template vfw_vfw_int_unprotected_private_port_0 is not matching search criteria 2022-11-13T04:08:13.545Z|efdeabe2-476b-4e8a-a9ed-4873afca0198|pool-2-thread-5|||||DEBUG|500||Node template abstract_vsn is not matching search criteria 2022-11-13T04:08:13.545Z|efdeabe2-476b-4e8a-a9ed-4873afca0198|pool-2-thread-5|||||DEBUG|500||Node template vsn is not matching search criteria 2022-11-13T04:08:13.545Z|efdeabe2-476b-4e8a-a9ed-4873afca0198|pool-2-thread-5|||||DEBUG|500||Node template vsn_vsn_int_protected_private_port_0 is not matching search criteria 2022-11-13T04:08:13.546Z|efdeabe2-476b-4e8a-a9ed-4873afca0198|pool-2-thread-5|||||DEBUG|500||Node template vsn_vsn_onap_private_port_0 is not matching search criteria 2022-11-13T04:08:13.546Z|efdeabe2-476b-4e8a-a9ed-4873afca0198|pool-2-thread-5|||||DEBUG|500||Node template abstract_vpg is not matching search criteria 2022-11-13T04:08:13.547Z|efdeabe2-476b-4e8a-a9ed-4873afca0198|pool-2-thread-5|||||DEBUG|500||Node template vpg_vpg_onap_private_port_0 is not matching search criteria 2022-11-13T04:08:13.547Z|efdeabe2-476b-4e8a-a9ed-4873afca0198|pool-2-thread-5|||||DEBUG|500||Node template vpg is not matching search criteria 2022-11-13T04:08:13.547Z|efdeabe2-476b-4e8a-a9ed-4873afca0198|pool-2-thread-5|||||DEBUG|500||Node template vpg_vpg_int_unprotected_private_port_0 is not matching search criteria 2022-11-13T04:08:13.547Z|efdeabe2-476b-4e8a-a9ed-4873afca0198|pool-2-thread-5|||||DEBUG|500||Found topology templates [] matching following query criteria: sdcType=VF, customizationUUID=customizationUUID 2022-11-13T04:08:13.548Z|efdeabe2-476b-4e8a-a9ed-4873afca0198|pool-2-thread-5|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive 2022-11-13T04:08:13.548Z|efdeabe2-476b-4e8a-a9ed-4873afca0198|pool-2-thread-5|||||DEBUG|500||Service vFW 2022-11-13 04-05-51 is searched for EntityType=GROUP, nodeTemplateType=null, toscaType=org.openecomp.groups.VfModule, uUID=null, customizationUUID=null 2022-11-13T04:08:13.548Z|efdeabe2-476b-4e8a-a9ed-4873afca0198|pool-2-thread-5|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive 2022-11-13T04:08:13.549Z|efdeabe2-476b-4e8a-a9ed-4873afca0198|pool-2-thread-5|||||DEBUG|500||Node template vFW 2d6aee73-606d 0 is matching search criteria 2022-11-13T04:08:13.549Z|efdeabe2-476b-4e8a-a9ed-4873afca0198|pool-2-thread-5|||||DEBUG|500||Found topology templates [vFW 2d6aee73-606d 0] matching following query criteria: sdcType=VF, customizationUUID=null 2022-11-13T04:08:13.549Z|efdeabe2-476b-4e8a-a9ed-4873afca0198|pool-2-thread-5|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive 2022-11-13T04:08:13.550Z|efdeabe2-476b-4e8a-a9ed-4873afca0198|pool-2-thread-5|||||DEBUG|500||Node template vFW 2d6aee73-606d 0 is matching search criteria 2022-11-13T04:08:13.550Z|efdeabe2-476b-4e8a-a9ed-4873afca0198|pool-2-thread-5|||||DEBUG|500||Found topology templates [vFW 2d6aee73-606d 0] matching following query criteria: sdcType=VF, customizationUUID=null 2022-11-13T04:08:13.550Z|efdeabe2-476b-4e8a-a9ed-4873afca0198|pool-2-thread-5|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive 2022-11-13T04:08:13.551Z|efdeabe2-476b-4e8a-a9ed-4873afca0198|pool-2-thread-5|||||DEBUG|500||Node template vFW 2d6aee73-606d 0 is matching search criteria 2022-11-13T04:08:13.551Z|efdeabe2-476b-4e8a-a9ed-4873afca0198|pool-2-thread-5|||||DEBUG|500||Found topology templates [vFW 2d6aee73-606d 0] matching following query criteria: sdcType=VF, customizationUUID=null 2022-11-13T04:08:13.551Z|efdeabe2-476b-4e8a-a9ed-4873afca0198|pool-2-thread-5|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive 2022-11-13T04:08:13.552Z|efdeabe2-476b-4e8a-a9ed-4873afca0198|pool-2-thread-5|||||DEBUG|500||Node template vFW 2d6aee73-606d 0 is not matching search criteria 2022-11-13T04:08:13.552Z|efdeabe2-476b-4e8a-a9ed-4873afca0198|pool-2-thread-5|||||DEBUG|500||Node template int_protected_private_network is not matching search criteria 2022-11-13T04:08:13.552Z|efdeabe2-476b-4e8a-a9ed-4873afca0198|pool-2-thread-5|||||DEBUG|500||Node template int_unprotected_private_network is not matching search criteria 2022-11-13T04:08:13.553Z|efdeabe2-476b-4e8a-a9ed-4873afca0198|pool-2-thread-5|||||DEBUG|500||Node template abstract_vfw is matching search criteria 2022-11-13T04:08:13.553Z|efdeabe2-476b-4e8a-a9ed-4873afca0198|pool-2-thread-5|||||DEBUG|500||Node template abstract_vsn is not matching search criteria 2022-11-13T04:08:13.553Z|efdeabe2-476b-4e8a-a9ed-4873afca0198|pool-2-thread-5|||||DEBUG|500||Node template vsn is not matching search criteria 2022-11-13T04:08:13.554Z|efdeabe2-476b-4e8a-a9ed-4873afca0198|pool-2-thread-5|||||DEBUG|500||Node template vsn_vsn_int_protected_private_port_0 is not matching search criteria 2022-11-13T04:08:13.554Z|efdeabe2-476b-4e8a-a9ed-4873afca0198|pool-2-thread-5|||||DEBUG|500||Node template vsn_vsn_onap_private_port_0 is not matching search criteria 2022-11-13T04:08:13.554Z|efdeabe2-476b-4e8a-a9ed-4873afca0198|pool-2-thread-5|||||DEBUG|500||Node template abstract_vpg is not matching search criteria 2022-11-13T04:08:13.554Z|efdeabe2-476b-4e8a-a9ed-4873afca0198|pool-2-thread-5|||||DEBUG|500||Node template vpg_vpg_onap_private_port_0 is not matching search criteria 2022-11-13T04:08:13.555Z|efdeabe2-476b-4e8a-a9ed-4873afca0198|pool-2-thread-5|||||DEBUG|500||Node template vpg is not matching search criteria 2022-11-13T04:08:13.555Z|efdeabe2-476b-4e8a-a9ed-4873afca0198|pool-2-thread-5|||||DEBUG|500||Node template vpg_vpg_int_unprotected_private_port_0 is not matching search criteria 2022-11-13T04:08:13.555Z|efdeabe2-476b-4e8a-a9ed-4873afca0198|pool-2-thread-5|||||DEBUG|500||Found topology templates [abstract_vfw] matching following query criteria: sdcType=CVFC, customizationUUID=9950e596-03b2-457f-b8c0-de9de45410db 2022-11-13T04:08:13.556Z|efdeabe2-476b-4e8a-a9ed-4873afca0198|pool-2-thread-5|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive 2022-11-13T04:08:13.556Z|efdeabe2-476b-4e8a-a9ed-4873afca0198|pool-2-thread-5|||||DEBUG|500||Node template vFW 2d6aee73-606d 0 is not matching search criteria 2022-11-13T04:08:13.556Z|efdeabe2-476b-4e8a-a9ed-4873afca0198|pool-2-thread-5|||||DEBUG|500||Node template int_protected_private_network is not matching search criteria 2022-11-13T04:08:13.556Z|efdeabe2-476b-4e8a-a9ed-4873afca0198|pool-2-thread-5|||||DEBUG|500||Node template int_unprotected_private_network is not matching search criteria 2022-11-13T04:08:13.557Z|efdeabe2-476b-4e8a-a9ed-4873afca0198|pool-2-thread-5|||||DEBUG|500||Node template abstract_vfw is not matching search criteria 2022-11-13T04:08:13.557Z|efdeabe2-476b-4e8a-a9ed-4873afca0198|pool-2-thread-5|||||DEBUG|500||Node template vfw_vfw_onap_private_port_0 is not matching search criteria 2022-11-13T04:08:13.557Z|efdeabe2-476b-4e8a-a9ed-4873afca0198|pool-2-thread-5|||||DEBUG|500||Node template vfw_vfw_int_protected_private_port_0 is not matching search criteria 2022-11-13T04:08:13.557Z|efdeabe2-476b-4e8a-a9ed-4873afca0198|pool-2-thread-5|||||DEBUG|500||Node template vfw is not matching search criteria 2022-11-13T04:08:13.558Z|efdeabe2-476b-4e8a-a9ed-4873afca0198|pool-2-thread-5|||||DEBUG|500||Node template vfw_vfw_int_unprotected_private_port_0 is not matching search criteria 2022-11-13T04:08:13.558Z|efdeabe2-476b-4e8a-a9ed-4873afca0198|pool-2-thread-5|||||DEBUG|500||Node template abstract_vsn is matching search criteria 2022-11-13T04:08:13.558Z|efdeabe2-476b-4e8a-a9ed-4873afca0198|pool-2-thread-5|||||DEBUG|500||Node template abstract_vpg is not matching search criteria 2022-11-13T04:08:13.558Z|efdeabe2-476b-4e8a-a9ed-4873afca0198|pool-2-thread-5|||||DEBUG|500||Node template vpg_vpg_onap_private_port_0 is not matching search criteria 2022-11-13T04:08:13.559Z|efdeabe2-476b-4e8a-a9ed-4873afca0198|pool-2-thread-5|||||DEBUG|500||Node template vpg is not matching search criteria 2022-11-13T04:08:13.559Z|efdeabe2-476b-4e8a-a9ed-4873afca0198|pool-2-thread-5|||||DEBUG|500||Node template vpg_vpg_int_unprotected_private_port_0 is not matching search criteria 2022-11-13T04:08:13.559Z|efdeabe2-476b-4e8a-a9ed-4873afca0198|pool-2-thread-5|||||DEBUG|500||Found topology templates [abstract_vsn] matching following query criteria: sdcType=CVFC, customizationUUID=dcbe3b88-9c1c-4245-bc4d-069a2d921c8a 2022-11-13T04:08:13.560Z|efdeabe2-476b-4e8a-a9ed-4873afca0198|pool-2-thread-5|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive 2022-11-13T04:08:13.560Z|efdeabe2-476b-4e8a-a9ed-4873afca0198|pool-2-thread-5|||||DEBUG|500||Node template vFW 2d6aee73-606d 0 is not matching search criteria 2022-11-13T04:08:13.560Z|efdeabe2-476b-4e8a-a9ed-4873afca0198|pool-2-thread-5|||||DEBUG|500||Node template int_protected_private_network is not matching search criteria 2022-11-13T04:08:13.560Z|efdeabe2-476b-4e8a-a9ed-4873afca0198|pool-2-thread-5|||||DEBUG|500||Node template int_unprotected_private_network is not matching search criteria 2022-11-13T04:08:13.561Z|efdeabe2-476b-4e8a-a9ed-4873afca0198|pool-2-thread-5|||||DEBUG|500||Node template abstract_vfw is not matching search criteria 2022-11-13T04:08:13.561Z|efdeabe2-476b-4e8a-a9ed-4873afca0198|pool-2-thread-5|||||DEBUG|500||Node template vfw_vfw_onap_private_port_0 is not matching search criteria 2022-11-13T04:08:13.561Z|efdeabe2-476b-4e8a-a9ed-4873afca0198|pool-2-thread-5|||||DEBUG|500||Node template vfw_vfw_int_protected_private_port_0 is not matching search criteria 2022-11-13T04:08:13.561Z|efdeabe2-476b-4e8a-a9ed-4873afca0198|pool-2-thread-5|||||DEBUG|500||Node template vfw is not matching search criteria 2022-11-13T04:08:13.561Z|efdeabe2-476b-4e8a-a9ed-4873afca0198|pool-2-thread-5|||||DEBUG|500||Node template vfw_vfw_int_unprotected_private_port_0 is not matching search criteria 2022-11-13T04:08:13.562Z|efdeabe2-476b-4e8a-a9ed-4873afca0198|pool-2-thread-5|||||DEBUG|500||Node template abstract_vsn is not matching search criteria 2022-11-13T04:08:13.562Z|efdeabe2-476b-4e8a-a9ed-4873afca0198|pool-2-thread-5|||||DEBUG|500||Node template vsn is not matching search criteria 2022-11-13T04:08:13.562Z|efdeabe2-476b-4e8a-a9ed-4873afca0198|pool-2-thread-5|||||DEBUG|500||Node template vsn_vsn_int_protected_private_port_0 is not matching search criteria 2022-11-13T04:08:13.563Z|efdeabe2-476b-4e8a-a9ed-4873afca0198|pool-2-thread-5|||||DEBUG|500||Node template vsn_vsn_onap_private_port_0 is not matching search criteria 2022-11-13T04:08:13.563Z|efdeabe2-476b-4e8a-a9ed-4873afca0198|pool-2-thread-5|||||DEBUG|500||Node template abstract_vpg is matching search criteria 2022-11-13T04:08:13.563Z|efdeabe2-476b-4e8a-a9ed-4873afca0198|pool-2-thread-5|||||DEBUG|500||Found topology templates [abstract_vpg] matching following query criteria: sdcType=CVFC, customizationUUID=f1125f56-9854-461a-b854-552c364fe859 2022-11-13T04:08:13.564Z|efdeabe2-476b-4e8a-a9ed-4873afca0198|pool-2-thread-5|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive 2022-11-13T04:08:13.564Z|efdeabe2-476b-4e8a-a9ed-4873afca0198|pool-2-thread-5|||||DEBUG|500||Service vFW 2022-11-13 04-05-51 is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=VL, toscaType=null, uUID=null, customizationUUID=null 2022-11-13T04:08:13.564Z|efdeabe2-476b-4e8a-a9ed-4873afca0198|pool-2-thread-5|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive 2022-11-13T04:08:13.564Z|efdeabe2-476b-4e8a-a9ed-4873afca0198|pool-2-thread-5|||||DEBUG|500||Service vFW 2022-11-13 04-05-51 is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=CR, toscaType=null, uUID=null, customizationUUID=null 2022-11-13T04:08:13.565Z|efdeabe2-476b-4e8a-a9ed-4873afca0198|pool-2-thread-5|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive 2022-11-13T04:08:13.565Z|efdeabe2-476b-4e8a-a9ed-4873afca0198|pool-2-thread-5|||||DEBUG|500||Service vFW 2022-11-13 04-05-51 is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=VF, toscaType=null, uUID=null, customizationUUID=null 2022-11-13T04:08:13.565Z|efdeabe2-476b-4e8a-a9ed-4873afca0198|pool-2-thread-5|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive 2022-11-13T04:08:13.565Z|efdeabe2-476b-4e8a-a9ed-4873afca0198|pool-2-thread-5|||||DEBUG|500||Service vFW 2022-11-13 04-05-51 is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=PNF, toscaType=null, uUID=null, customizationUUID=null 2022-11-13T04:08:13.566Z|efdeabe2-476b-4e8a-a9ed-4873afca0198|pool-2-thread-5|||||DEBUG|500||CSAR Notification: Service Level Properties: Name:vFW 2022-11-13 04-05-51 Description:catalog service description Model UUID:f03c4f2f-077d-4c6f-8061-8bf6dba18dea Model Version:NULL Model InvariantUuid:69f7d27f-dd5a-4408-bb88-57abd9b4fd5a Service Type: Service Role: WorkLoad Context:Production Environment Context:General_Revenue-Bearing VNF Properties: Model Name:vFW 2d6aee73-606d Model UUID:c0e9a9db-b780-4964-83a9-3f428f06580e Description:vendor software product Version:1.0 Type:VF Category:Generic InvariantUuid:c88d3259-be22-494a-b734-b2c6a78d8af9 Max Instances:null Min Instances:null VNF Customization Properties: Customization UUID:6ee4dd6e-7026-47ea-9da0-c959a65dc14e NFFunction:null NFCode:null NFRole:null NFType:null MultiStageDesign:false VF Module Properties: ModelInvariantUuid:b2b745e8-dd4e-477f-a8b1-7b4109b549b2 ModelName:Vfw2d6aee73606d..base_vfw..module-0 ModelUuid:05f53033-0faf-4710-a7d0-a20313dbdf0a ModelVersion:1 Description:NULL VF Module Customization Properties: Model Customization UUID:NULL CVNFC Properties: ModelCustomizationUuid:9950e596-03b2-457f-b8c0-de9de45410db ModelInvariantUuid:d9ff86a4-4045-4f4d-b908-ecce1da3080d ModelName:vFW 2d6aee73-606d-nodes.vfwCvfc ModelUuid:f791d94e-8303-46b2-ac32-560a439b6db0 ModelVersion:1.0 Description:Complex node type that is used as nested type in VF Template Name:abstract_vfw VNFC Properties: ModelCustomizationUuid:b7f1e718-5d16-4fa1-ab30-ac8136339f49 ModelInvariantUuid:6ad5d1bb-93bd-4b76-8121-3820900cbb11 ModelName:Vfw2d6aee73606d.compute.nodes.heat.vfw ModelUuid:aa4c025e-c232-4727-ac87-0d66221bf055 ModelVersion:1.0 Description:Not reusable inner VFC Sub Category:Abstract CVNFC Properties: ModelCustomizationUuid:dcbe3b88-9c1c-4245-bc4d-069a2d921c8a ModelInvariantUuid:31b3bea5-111c-4395-a697-671f522e39ba ModelName:vFW 2d6aee73-606d-nodes.vsnCvfc ModelUuid:4ec78872-5d1c-4edd-a4b6-3ff2e855bde5 ModelVersion:1.0 Description:Complex node type that is used as nested type in VF Template Name:abstract_vsn VNFC Properties: ModelCustomizationUuid:d5226dd4-4c47-412f-938d-1ea4e8e65eb6 ModelInvariantUuid:3b364277-07d2-4849-bb15-63043849d8e8 ModelName:Vfw2d6aee73606d.compute.nodes.heat.vsn ModelUuid:b266d33b-51fe-411f-9242-a0f2ff4fd916 ModelVersion:1.0 Description:Not reusable inner VFC Sub Category:Abstract CVNFC Properties: ModelCustomizationUuid:f1125f56-9854-461a-b854-552c364fe859 ModelInvariantUuid:3816b630-dd20-4b11-967f-0a36147d37b2 ModelName:vFW 2d6aee73-606d-nodes.vpgCvfc ModelUuid:753e0cb8-b290-4e00-82dd-e521dae43dd6 ModelVersion:1.0 Description:Complex node type that is used as nested type in VF Template Name:abstract_vpg VNFC Properties: ModelCustomizationUuid:f4b3d6b5-b511-4025-b1a6-1b6cbf368082 ModelInvariantUuid:26579329-0efc-4ddb-8bd5-82acc558133f ModelName:Vfw2d6aee73606d.compute.nodes.heat.vpg ModelUuid:fe793e6d-fe7a-47c4-918f-06f21b96de89 ModelVersion:1.0 Description:Not reusable inner VFC Sub Category:Abstract VF Allotted Resource Properties: PNF Allotted Resource Properties: Hibernate: select toscacsar0_.ARTIFACT_UUID as artifact1_57_0_, toscacsar0_.ARTIFACT_CHECKSUM as artifact2_57_0_, toscacsar0_.CREATION_TIMESTAMP as creation3_57_0_, toscacsar0_.DESCRIPTION as descript4_57_0_, toscacsar0_.NAME as name5_57_0_, toscacsar0_.URL as url6_57_0_, toscacsar0_.Version as version7_57_0_ from tosca_csar toscacsar0_ where toscacsar0_.ARTIFACT_UUID=? 2022-11-13T04:08:13.572Z|efdeabe2-476b-4e8a-a9ed-4873afca0198|pool-2-thread-5|||||INFO|500||Processing Resource Type: VF, Model UUID: 6221ba0a-980e-42cf-a2ae-c6719f878223 Hibernate: select service0_.MODEL_UUID as model_uu1_50_, service0_.CDS_BLUEPRINT_NAME as cds_blue2_50_, service0_.CDS_BLUEPRINT_VERSION as cds_blue3_50_, service0_.SERVICE_CATEGORY as service_4_50_, service0_.CONTROLLER_ACTOR as controll5_50_, service0_.CREATION_TIMESTAMP as creation6_50_, service0_.TOSCA_CSAR_ARTIFACT_UUID as tosca_c21_50_, service0_.DESCRIPTION as descript7_50_, service0_.OVERALL_DISTRIBUTION_STATUS as overall_8_50_, service0_.ENVIRONMENT_CONTEXT as environm9_50_, service0_.MODEL_INVARIANT_UUID as model_i10_50_, service0_.MODEL_NAME as model_n11_50_, service0_.MODEL_VERSION as model_v12_50_, service0_.NAMING_POLICY as naming_13_50_, service0_.ONAP_GENERATED_NAMING as onap_ge14_50_, service0_.RESOURCE_ORDER as resourc15_50_, service0_.SERVICE_FUNCTION as service16_50_, service0_.SERVICE_ROLE as service17_50_, service0_.SERVICE_TYPE as service18_50_, service0_.SKIP_POST_INSTANTIATION_CONFIGURATION as skip_po19_50_, service0_.WORKLOAD_CONTEXT as workloa20_50_ from service service0_ where service0_.MODEL_UUID=? 2022-11-13T04:08:13.575Z|efdeabe2-476b-4e8a-a9ed-4873afca0198|pool-2-thread-5|||||INFO|500||vFW 2d6aee73-606d 0 2022-11-13T04:08:13.576Z|efdeabe2-476b-4e8a-a9ed-4873afca0198|pool-2-thread-5|||||DEBUG|500||Processing Resource Type: VF and Model UUID: 6221ba0a-980e-42cf-a2ae-c6719f878223 2022-11-13T04:08:13.576Z|efdeabe2-476b-4e8a-a9ed-4873afca0198|pool-2-thread-5|||||INFO|500||Trying to download the artifact UUID: b62fd8e7-3b08-46a0-babd-43d9de1eb3a9 from URL: /sdc/v1/catalog/services/Vfw20221113040551/1.0/resourceInstances/vfw2d6aee73606d0/artifacts/vfw2d6aee73606d0_modules.json 2022-11-13T04:08:13.576Z|efdeabe2-476b-4e8a-a9ed-4873afca0198|pool-2-thread-5|||||INFO|500||DistributionClient - download 2022-11-13T04:08:13.577Z|efdeabe2-476b-4e8a-a9ed-4873afca0198|pool-2-thread-5|||||DEBUG|500||url to send https://sdc-be.onap:8443/sdc/v1/catalog/services/Vfw20221113040551/1.0/resourceInstances/vfw2d6aee73606d0/artifacts/vfw2d6aee73606d0_modules.json 2022-11-13T04:08:13.639Z|efdeabe2-476b-4e8a-a9ed-4873afca0198|pool-2-thread-5|||||DEBUG|500||GET Response Status 200 2022-11-13T04:08:13.640Z|efdeabe2-476b-4e8a-a9ed-4873afca0198|pool-2-thread-5|||||INFO|500||ASDC_ARTIFACT_DOWNLOAD_SUC /sdc/v1/catalog/services/Vfw20221113040551/1.0/resourceInstances/vfw2d6aee73606d0/artifacts/vfw2d6aee73606d0_modules.json b62fd8e7-3b08-46a0-babd-43d9de1eb3a9 785 2022-11-13T04:08:13.640Z|efdeabe2-476b-4e8a-a9ed-4873afca0198|pool-2-thread-5|||||INFO|500||ASDC_SEND_NOTIF_ASDC DOWNLOAD DOWNLOAD_OK /sdc/v1/catalog/services/Vfw20221113040551/1.0/resourceInstances/vfw2d6aee73606d0/artifacts/vfw2d6aee73606d0_modules.json ASDC sendASDCNotification 2022-11-13T04:08:13.640Z|efdeabe2-476b-4e8a-a9ed-4873afca0198|pool-2-thread-5|||||DEBUG|500||Sending DOWNLOAD(DOWNLOAD_OK) notification to ASDC for artifact:/sdc/v1/catalog/services/Vfw20221113040551/1.0/resourceInstances/vfw2d6aee73606d0/artifacts/vfw2d6aee73606d0_modules.json 2022-11-13T04:08:13.641Z|efdeabe2-476b-4e8a-a9ed-4873afca0198|pool-2-thread-5|||||INFO|500||DistributionClient - sendDownloadStatus 2022-11-13T04:08:13.641Z|efdeabe2-476b-4e8a-a9ed-4873afca0198|pool-2-thread-5|||||INFO|500||DistributionClient - sendStatus 2022-11-13T04:08:13.643Z|efdeabe2-476b-4e8a-a9ed-4873afca0198|pool-2-thread-5|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap] 2022-11-13T04:08:13.643Z|efdeabe2-476b-4e8a-a9ed-4873afca0198|pool-2-thread-5|||||DEBUG|500||try to send status { "distributionID": "efdeabe2-476b-4e8a-a9ed-4873afca0198", "consumerID": "SO-COpenSource-Env11", "timestamp": 1668312493640, "artifactURL": "/sdc/v1/catalog/services/Vfw20221113040551/1.0/resourceInstances/vfw2d6aee73606d0/artifacts/vfw2d6aee73606d0_modules.json", "status": "DOWNLOAD_OK" } 2022-11-13T04:08:13.744Z||pool-27-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms 2022-11-13T04:08:13.745Z||pool-27-thread-1|||||WARN|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO will send credentials over a clear channel. 2022-11-13T04:08:13.745Z||pool-27-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as Oi7quVEmKWoWd026) ... 2022-11-13T04:08:13.763Z||pool-27-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK 2022-11-13T04:08:13.763Z||pool-27-thread-1|||||INFO|500||cambria reply ok (19 ms):{"serverTimeMs":0,"count":1} 2022-11-13T04:08:14.644Z|efdeabe2-476b-4e8a-a9ed-4873afca0198|pool-2-thread-5|||||DEBUG|500||VF_MODULE_ARTIFACT: [ { "vfModuleModelName": "Vfw2d6aee73606d..base_vfw..module-0", "vfModuleModelInvariantUUID": "b2b745e8-dd4e-477f-a8b1-7b4109b549b2", "vfModuleModelVersion": "1", "vfModuleModelUUID": "05f53033-0faf-4710-a7d0-a20313dbdf0a", "vfModuleModelCustomizationUUID": "33890bc1-e615-4d6d-97ff-99aeb5e69477", "isBase": true, "artifacts": [ "e45ce097-12b1-4f34-92f9-fde6f461b3b6", "4787a72a-9737-4df7-827d-20eaeb6ab49c" ], "properties": { "min_vf_module_instances": "1", "vf_module_label": "base_vfw", "max_vf_module_instances": "1", "vfc_list": "", "vf_module_type": "Base", "vf_module_description": "", "initial_count": "1", "volume_group": "false", "availability_zone_count": "" } } ] 2022-11-13T04:08:14.649Z|efdeabe2-476b-4e8a-a9ed-4873afca0198|pool-2-thread-5|||||DEBUG|500||VfModuleMetaData List: { VfModuleMetaData: VfModuleModelName:Vfw2d6aee73606d..base_vfw..module-0 VfModuleModelVersion:1 VfModuleModelUUID:05f53033-0faf-4710-a7d0-a20313dbdf0a VfModuleModelInvariantUUID:b2b745e8-dd4e-477f-a8b1-7b4109b549b2 VfModuleModelDescription:NULL Artifacts UUID List:{ e45ce097-12b1-4f34-92f9-fde6f461b3b6 , 4787a72a-9737-4df7-827d-20eaeb6ab49c } Properties List:{ min_vf_module_instances : 1 vf_module_label : base_vfw max_vf_module_instances : 1 vfc_list : vf_module_type : Base vf_module_description : initial_count : 1 volume_group : false availability_zone_count : } isBase:true } 2022-11-13T04:08:14.651Z|efdeabe2-476b-4e8a-a9ed-4873afca0198|pool-2-thread-5|||||DEBUG|500||VF_MODULE_ARTIFACT: [ { "vfModuleModelName": "Vfw2d6aee73606d..base_vfw..module-0", "vfModuleModelInvariantUUID": "b2b745e8-dd4e-477f-a8b1-7b4109b549b2", "vfModuleModelVersion": "1", "vfModuleModelUUID": "05f53033-0faf-4710-a7d0-a20313dbdf0a", "vfModuleModelCustomizationUUID": "33890bc1-e615-4d6d-97ff-99aeb5e69477", "isBase": true, "artifacts": [ "e45ce097-12b1-4f34-92f9-fde6f461b3b6", "4787a72a-9737-4df7-827d-20eaeb6ab49c" ], "properties": { "min_vf_module_instances": "1", "vf_module_label": "base_vfw", "max_vf_module_instances": "1", "vfc_list": "", "vf_module_type": "Base", "vf_module_description": "", "initial_count": "1", "volume_group": "false", "availability_zone_count": "" } } ] 2022-11-13T04:08:14.651Z|efdeabe2-476b-4e8a-a9ed-4873afca0198|pool-2-thread-5|||||DEBUG|500||VfModuleMetaData List: { VfModuleMetaData: VfModuleModelName:Vfw2d6aee73606d..base_vfw..module-0 VfModuleModelVersion:1 VfModuleModelUUID:05f53033-0faf-4710-a7d0-a20313dbdf0a VfModuleModelInvariantUUID:b2b745e8-dd4e-477f-a8b1-7b4109b549b2 VfModuleModelDescription:NULL Artifacts UUID List:{ e45ce097-12b1-4f34-92f9-fde6f461b3b6 , 4787a72a-9737-4df7-827d-20eaeb6ab49c } Properties List:{ min_vf_module_instances : 1 vf_module_label : base_vfw max_vf_module_instances : 1 vfc_list : vf_module_type : Base vf_module_description : initial_count : 1 volume_group : false availability_zone_count : } isBase:true } 2022-11-13T04:08:14.651Z|efdeabe2-476b-4e8a-a9ed-4873afca0198|pool-2-thread-5|||||INFO|500||Trying to download the artifact UUID: e45ce097-12b1-4f34-92f9-fde6f461b3b6 from URL: /sdc/v1/catalog/services/Vfw20221113040551/1.0/resourceInstances/vfw2d6aee73606d0/artifacts/base_vfw.yaml 2022-11-13T04:08:14.651Z|efdeabe2-476b-4e8a-a9ed-4873afca0198|pool-2-thread-5|||||INFO|500||DistributionClient - download 2022-11-13T04:08:14.652Z|efdeabe2-476b-4e8a-a9ed-4873afca0198|pool-2-thread-5|||||DEBUG|500||url to send https://sdc-be.onap:8443/sdc/v1/catalog/services/Vfw20221113040551/1.0/resourceInstances/vfw2d6aee73606d0/artifacts/base_vfw.yaml 2022-11-13T04:08:14.708Z|efdeabe2-476b-4e8a-a9ed-4873afca0198|pool-2-thread-5|||||DEBUG|500||GET Response Status 200 2022-11-13T04:08:14.708Z|efdeabe2-476b-4e8a-a9ed-4873afca0198|pool-2-thread-5|||||INFO|500||ASDC_ARTIFACT_DOWNLOAD_SUC /sdc/v1/catalog/services/Vfw20221113040551/1.0/resourceInstances/vfw2d6aee73606d0/artifacts/base_vfw.yaml e45ce097-12b1-4f34-92f9-fde6f461b3b6 20368 2022-11-13T04:08:14.709Z|efdeabe2-476b-4e8a-a9ed-4873afca0198|pool-2-thread-5|||||INFO|500||ASDC_SEND_NOTIF_ASDC DOWNLOAD DOWNLOAD_OK /sdc/v1/catalog/services/Vfw20221113040551/1.0/resourceInstances/vfw2d6aee73606d0/artifacts/base_vfw.yaml ASDC sendASDCNotification 2022-11-13T04:08:14.709Z|efdeabe2-476b-4e8a-a9ed-4873afca0198|pool-2-thread-5|||||DEBUG|500||Sending DOWNLOAD(DOWNLOAD_OK) notification to ASDC for artifact:/sdc/v1/catalog/services/Vfw20221113040551/1.0/resourceInstances/vfw2d6aee73606d0/artifacts/base_vfw.yaml 2022-11-13T04:08:14.709Z|efdeabe2-476b-4e8a-a9ed-4873afca0198|pool-2-thread-5|||||INFO|500||DistributionClient - sendDownloadStatus 2022-11-13T04:08:14.709Z|efdeabe2-476b-4e8a-a9ed-4873afca0198|pool-2-thread-5|||||INFO|500||DistributionClient - sendStatus 2022-11-13T04:08:14.711Z|efdeabe2-476b-4e8a-a9ed-4873afca0198|pool-2-thread-5|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap] 2022-11-13T04:08:14.711Z|efdeabe2-476b-4e8a-a9ed-4873afca0198|pool-2-thread-5|||||DEBUG|500||try to send status { "distributionID": "efdeabe2-476b-4e8a-a9ed-4873afca0198", "consumerID": "SO-COpenSource-Env11", "timestamp": 1668312494709, "artifactURL": "/sdc/v1/catalog/services/Vfw20221113040551/1.0/resourceInstances/vfw2d6aee73606d0/artifacts/base_vfw.yaml", "status": "DOWNLOAD_OK" } 2022-11-13T04:08:14.811Z||pool-28-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms 2022-11-13T04:08:14.812Z||pool-28-thread-1|||||WARN|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO will send credentials over a clear channel. 2022-11-13T04:08:14.813Z||pool-28-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as Oi7quVEmKWoWd026) ... 2022-11-13T04:08:14.828Z||pool-28-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK 2022-11-13T04:08:14.829Z||pool-28-thread-1|||||INFO|500||cambria reply ok (17 ms):{"serverTimeMs":0,"count":1} 2022-11-13T04:08:15.712Z|efdeabe2-476b-4e8a-a9ed-4873afca0198|pool-2-thread-5|||||INFO|500||Trying to download the artifact UUID: 4787a72a-9737-4df7-827d-20eaeb6ab49c from URL: /sdc/v1/catalog/services/Vfw20221113040551/1.0/resourceInstances/vfw2d6aee73606d0/artifacts/base_vfw.env 2022-11-13T04:08:15.713Z|efdeabe2-476b-4e8a-a9ed-4873afca0198|pool-2-thread-5|||||INFO|500||DistributionClient - download 2022-11-13T04:08:15.713Z|efdeabe2-476b-4e8a-a9ed-4873afca0198|pool-2-thread-5|||||DEBUG|500||url to send https://sdc-be.onap:8443/sdc/v1/catalog/services/Vfw20221113040551/1.0/resourceInstances/vfw2d6aee73606d0/artifacts/base_vfw.env 2022-11-13T04:08:15.772Z|efdeabe2-476b-4e8a-a9ed-4873afca0198|pool-2-thread-5|||||DEBUG|500||GET Response Status 200 2022-11-13T04:08:15.773Z|efdeabe2-476b-4e8a-a9ed-4873afca0198|pool-2-thread-5|||||INFO|500||ASDC_ARTIFACT_DOWNLOAD_SUC /sdc/v1/catalog/services/Vfw20221113040551/1.0/resourceInstances/vfw2d6aee73606d0/artifacts/base_vfw.env 4787a72a-9737-4df7-827d-20eaeb6ab49c 2098 2022-11-13T04:08:15.773Z|efdeabe2-476b-4e8a-a9ed-4873afca0198|pool-2-thread-5|||||INFO|500||ASDC_SEND_NOTIF_ASDC DOWNLOAD DOWNLOAD_OK /sdc/v1/catalog/services/Vfw20221113040551/1.0/resourceInstances/vfw2d6aee73606d0/artifacts/base_vfw.env ASDC sendASDCNotification 2022-11-13T04:08:15.773Z|efdeabe2-476b-4e8a-a9ed-4873afca0198|pool-2-thread-5|||||DEBUG|500||Sending DOWNLOAD(DOWNLOAD_OK) notification to ASDC for artifact:/sdc/v1/catalog/services/Vfw20221113040551/1.0/resourceInstances/vfw2d6aee73606d0/artifacts/base_vfw.env 2022-11-13T04:08:15.773Z|efdeabe2-476b-4e8a-a9ed-4873afca0198|pool-2-thread-5|||||INFO|500||DistributionClient - sendDownloadStatus 2022-11-13T04:08:15.774Z|efdeabe2-476b-4e8a-a9ed-4873afca0198|pool-2-thread-5|||||INFO|500||DistributionClient - sendStatus 2022-11-13T04:08:15.775Z|efdeabe2-476b-4e8a-a9ed-4873afca0198|pool-2-thread-5|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap] 2022-11-13T04:08:15.776Z|efdeabe2-476b-4e8a-a9ed-4873afca0198|pool-2-thread-5|||||DEBUG|500||try to send status { "distributionID": "efdeabe2-476b-4e8a-a9ed-4873afca0198", "consumerID": "SO-COpenSource-Env11", "timestamp": 1668312495773, "artifactURL": "/sdc/v1/catalog/services/Vfw20221113040551/1.0/resourceInstances/vfw2d6aee73606d0/artifacts/base_vfw.env", "status": "DOWNLOAD_OK" } 2022-11-13T04:08:15.876Z||pool-29-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms 2022-11-13T04:08:15.877Z||pool-29-thread-1|||||WARN|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO will send credentials over a clear channel. 2022-11-13T04:08:15.877Z||pool-29-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as Oi7quVEmKWoWd026) ... 2022-11-13T04:08:15.899Z||pool-29-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK 2022-11-13T04:08:15.900Z||pool-29-thread-1|||||INFO|500||cambria reply ok (24 ms):{"serverTimeMs":0,"count":1} 2022-11-13T04:08:16.776Z|efdeabe2-476b-4e8a-a9ed-4873afca0198|pool-2-thread-5|||||DEBUG|500||Preparing to deploy Service: f03c4f2f-077d-4c6f-8061-8bf6dba18dea 2022-11-13T04:08:16.777Z|efdeabe2-476b-4e8a-a9ed-4873afca0198|pool-2-thread-5|||||INFO|500||ASDC_START_DEPLOY_ARTIFACT vFW 2d6aee73-606d 0 6221ba0a-980e-42cf-a2ae-c6719f878223 ASDC Hibernate: select heattempla0_.ARTIFACT_UUID as artifact1_29_, heattempla0_.ARTIFACT_CHECKSUM as artifact2_29_, heattempla0_.CREATION_TIMESTAMP as creation3_29_, heattempla0_.DESCRIPTION as descript4_29_, heattempla0_.BODY as body5_29_, heattempla0_.NAME as name6_29_, heattempla0_.TIMEOUT_MINUTES as timeout_7_29_, heattempla0_.VERSION as version8_29_ from heat_template heattempla0_ where heattempla0_.ARTIFACT_UUID=? Hibernate: select heatenviro0_.ARTIFACT_UUID as artifact1_26_, heatenviro0_.ARTIFACT_CHECKSUM as artifact2_26_, heatenviro0_.CREATION_TIMESTAMP as creation3_26_, heatenviro0_.DESCRIPTION as descript4_26_, heatenviro0_.BODY as body5_26_, heatenviro0_.NAME as name6_26_, heatenviro0_.VERSION as version7_26_ from heat_environment heatenviro0_ where heatenviro0_.ARTIFACT_UUID=? Hibernate: select toscacsar0_.ARTIFACT_UUID as artifact1_57_0_, toscacsar0_.ARTIFACT_CHECKSUM as artifact2_57_0_, toscacsar0_.CREATION_TIMESTAMP as creation3_57_0_, toscacsar0_.DESCRIPTION as descript4_57_0_, toscacsar0_.NAME as name5_57_0_, toscacsar0_.URL as url6_57_0_, toscacsar0_.Version as version7_57_0_ from tosca_csar toscacsar0_ where toscacsar0_.ARTIFACT_UUID=? Hibernate: select service0_.MODEL_UUID as model_uu1_50_, service0_.CDS_BLUEPRINT_NAME as cds_blue2_50_, service0_.CDS_BLUEPRINT_VERSION as cds_blue3_50_, service0_.SERVICE_CATEGORY as service_4_50_, service0_.CONTROLLER_ACTOR as controll5_50_, service0_.CREATION_TIMESTAMP as creation6_50_, service0_.TOSCA_CSAR_ARTIFACT_UUID as tosca_c21_50_, service0_.DESCRIPTION as descript7_50_, service0_.OVERALL_DISTRIBUTION_STATUS as overall_8_50_, service0_.ENVIRONMENT_CONTEXT as environm9_50_, service0_.MODEL_INVARIANT_UUID as model_i10_50_, service0_.MODEL_NAME as model_n11_50_, service0_.MODEL_VERSION as model_v12_50_, service0_.NAMING_POLICY as naming_13_50_, service0_.ONAP_GENERATED_NAMING as onap_ge14_50_, service0_.RESOURCE_ORDER as resourc15_50_, service0_.SERVICE_FUNCTION as service16_50_, service0_.SERVICE_ROLE as service17_50_, service0_.SERVICE_TYPE as service18_50_, service0_.SKIP_POST_INSTANTIATION_CONFIGURATION as skip_po19_50_, service0_.WORKLOAD_CONTEXT as workloa20_50_ from service service0_ where service0_.MODEL_UUID=? 2022-11-13T04:08:16.798Z|efdeabe2-476b-4e8a-a9ed-4873afca0198|pool-2-thread-5|||||DEBUG|500||serviceInputs: {} [org.onap.sdc.toscaparser.api.parameters.Input@6cab30c9, org.onap.sdc.toscaparser.api.parameters.Input@1f55e25c, org.onap.sdc.toscaparser.api.parameters.Input@24810575, org.onap.sdc.toscaparser.api.parameters.Input@4b3687b5, org.onap.sdc.toscaparser.api.parameters.Input@7eaecb62] 2022-11-13T04:08:16.800Z|efdeabe2-476b-4e8a-a9ed-4873afca0198|pool-2-thread-5|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive 2022-11-13T04:08:16.800Z|efdeabe2-476b-4e8a-a9ed-4873afca0198|pool-2-thread-5|||||DEBUG|500||Service vFW 2022-11-13 04-05-51 is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=VF, toscaType=null, uUID=null, customizationUUID=null 2022-11-13T04:08:16.801Z|efdeabe2-476b-4e8a-a9ed-4873afca0198|pool-2-thread-5|||||DEBUG|500||VF Category is: Generic 2022-11-13T04:08:16.801Z|efdeabe2-476b-4e8a-a9ed-4873afca0198|pool-2-thread-5|||||DEBUG|500||VFCustomizationUUID= 6ee4dd6e-7026-47ea-9da0-c959a65dc14e 2022-11-13T04:08:16.801Z|efdeabe2-476b-4e8a-a9ed-4873afca0198|pool-2-thread-5|||||DEBUG|500||Checking if Notification VF ResourceCustomizationUUID: 6ee4dd6e-7026-47ea-9da0-c959a65dc14e matches Tosca VF Customization UUID: 6ee4dd6e-7026-47ea-9da0-c959a65dc14e 2022-11-13T04:08:16.801Z|efdeabe2-476b-4e8a-a9ed-4873afca0198|pool-2-thread-5|||||DEBUG|500||vfCustomizationUUID: 6ee4dd6e-7026-47ea-9da0-c959a65dc14e matches vfNotificationResource CustomizationUUID Hibernate: select vnfresourc0_.MODEL_UUID as model_uu1_64_, vnfresourc0_.AIC_VERSION_MAX as aic_vers2_64_, vnfresourc0_.AIC_VERSION_MIN as aic_vers3_64_, vnfresourc0_.RESOURCE_CATEGORY as resource4_64_, vnfresourc0_.CREATION_TIMESTAMP as creation5_64_, vnfresourc0_.DESCRIPTION as descript6_64_, vnfresourc0_.HEAT_TEMPLATE_ARTIFACT_UUID as heat_te13_64_, vnfresourc0_.MODEL_INVARIANT_UUID as model_in7_64_, vnfresourc0_.MODEL_NAME as model_na8_64_, vnfresourc0_.MODEL_VERSION as model_ve9_64_, vnfresourc0_.ORCHESTRATION_MODE as orchest10_64_, vnfresourc0_.RESOURCE_SUB_CATEGORY as resourc11_64_, vnfresourc0_.TOSCA_NODE_TYPE as tosca_n12_64_ from vnf_resource vnfresourc0_ where vnfresourc0_.MODEL_UUID=? 2022-11-13T04:08:16.804Z|efdeabe2-476b-4e8a-a9ed-4873afca0198|pool-2-thread-5|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive 2022-11-13T04:08:16.804Z|efdeabe2-476b-4e8a-a9ed-4873afca0198|pool-2-thread-5|||||DEBUG|500||Service vFW 2022-11-13 04-05-51 is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=null, toscaType=null, uUID=null, customizationUUID=null 2022-11-13T04:08:16.805Z|efdeabe2-476b-4e8a-a9ed-4873afca0198|pool-2-thread-5|||||DEBUG|500||resource request for resource customization id 6ee4dd6e-7026-47ea-9da0-c959a65dc14e: {\"vpg_int_unprotected_private_ip_0\":\"192.168.10.200\",\"vf_module_id\":\"vFirewall\",\"skip_post_instantiation_configuration\":\"true\",\"controller_actor\":\"SO-REF-DATA\",\"vsn_flavor_name\":\"PUT THE VM FLAVOR NAME HERE (m1.medium suggested)\",\"public_net_id\":\"PUT THE PUBLIC NETWORK ID HERE\",\"vnf_name\":\"vFW\",\"onap_private_subnet_id\":\"PUT THE ONAP PRIVATE NETWORK NAME HERE\",\"sec_group\":\"PUT THE ONAP SECURITY GROUP HERE\",\"vfw_name_0\":\"zdfw1fwl01fwl01\",\"nexus_artifact_repo\":\"https://nexus.onap.org\",\"onap_private_net_cidr\":\"10.0.0.0/16\",\"vpg_onap_private_ip_0\":\"10.0.100.2\",\"vfw_int_protected_private_floating_ip\":\"192.168.10.200\",\"dcae_collector_ip\":\"10.0.4.1\",\"vnf_id\":\"vFirewall_demo_app\",\"vfw_int_unprotected_private_ip_0\":\"192.168.10.100\",\"vsn_image_name\":\"PUT THE VM IMAGE NAME HERE (UBUNTU 1404 required)\",\"vpg_flavor_name\":\"PUT THE VM FLAVOR NAME HERE (m1.medium suggested)\",\"dcae_collector_port\":\"30417\",\"vpg_name_0\":\"zdfw1fwl01pgn01\",\"protected_private_net_cidr\":\"192.168.20.0/24\",\"unprotected_private_net_cidr\":\"192.168.10.0/24\",\"nf_naming\":\"true\",\"vsn_name_0\":\"zdfw1fwl01snk01\",\"multi_stage_design\":\"false\",\"vpg_image_name\":\"PUT THE VM IMAGE NAME HERE (UBUNTU 1404 required)\",\"onap_private_net_id\":\"PUT THE ONAP PRIVATE NETWORK NAME HERE\",\"unprotected_private_net_id\":\"zdfw1fwl01_unprotected\",\"availability_zone_max_count\":\"1\",\"vsn_onap_private_ip_0\":\"10.0.100.3\",\"vfw_flavor_name\":\"PUT THE VM FLAVOR NAME HERE (m1.medium suggested)\",\"demo_artifacts_version\":\"1.6.0-SNAPSHOT\",\"pub_key\":\"ssh-rsa AAAAB3NzaC1yc2EAAAADAQABAAABAQDQXYJYYi3/OUZXUiCYWdtc7K0m5C0dJKVxPG0eI8EWZrEHYdfYe6WoTSDJCww+1qlBSpA5ac/Ba4Wn9vh+lR1vtUKkyIC/nrYb90ReUd385Glkgzrfh5HdR5y5S2cL/Frh86lAn9r6b3iWTJD8wBwXFyoe1S2nMTOIuG4RPNvfmyCTYVh8XTCCE8HPvh3xv2r4egawG1P4Q4UDwk+hDBXThY2KS8M5/8EMyxHV0ImpLbpYCTBA6KYDIRtqmgS6iKyy8v2D1aSY5mc9J0T5t9S2Gv+VZQNWQDDKNFnxqYaAo1uEoq/i1q63XC5AD3ckXb2VT6dp23BQMdDfbHyUWfJN\",\"key_name\":\"vfw_key\",\"vsn_int_protected_private_ip_0\":\"192.168.20.250\",\"vfw_int_protected_private_ip_0\":\"192.168.20.100\",\"install_script_version\":\"1.6.0-SNAPSHOT\",\"vfw_image_name\":\"PUT THE VM IMAGE NAME HERE (UBUNTU 1404 required)\",\"protected_private_net_id\":\"zdfw1fwl01_protected\",\"vfw_onap_private_ip_0\":\"10.0.100.1\",\"cloud_env\":\"openstack\"} 2022-11-13T04:08:16.806Z|efdeabe2-476b-4e8a-a9ed-4873afca0198|pool-2-thread-5|||||DEBUG|500||vfModuleStructure: org.onap.so.asdc.installer.VfModuleStructure@1daba73b 2022-11-13T04:08:16.806Z|efdeabe2-476b-4e8a-a9ed-4873afca0198|pool-2-thread-5|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive 2022-11-13T04:08:16.806Z|efdeabe2-476b-4e8a-a9ed-4873afca0198|pool-2-thread-5|||||DEBUG|500||Service vFW 2022-11-13 04-05-51 is searched for EntityType=GROUP, nodeTemplateType=null, toscaType=org.openecomp.groups.VfModule, uUID=null, customizationUUID=null 2022-11-13T04:08:16.807Z|efdeabe2-476b-4e8a-a9ed-4873afca0198|pool-2-thread-5|||||DEBUG|500||Comparing Vf_Modules_Metadata CustomizationUUID : 33890bc1-e615-4d6d-97ff-99aeb5e69477 2022-11-13T04:08:16.807Z|efdeabe2-476b-4e8a-a9ed-4873afca0198|pool-2-thread-5|||||DEBUG|500||To Csar Group VFModuleModelCustomizationUUID 33890bc1-e615-4d6d-97ff-99aeb5e69477 Hibernate: select vfmodule0_.MODEL_UUID as model_uu1_59_, vfmodule0_.CREATION_TIMESTAMP as creation2_59_, vfmodule0_.DESCRIPTION as descript3_59_, vfmodule0_.IS_BASE as is_base4_59_, vfmodule0_.MODEL_INVARIANT_UUID as model_in5_59_, vfmodule0_.MODEL_NAME as model_na6_59_, vfmodule0_.MODEL_VERSION as model_ve7_59_, vfmodule0_.HEAT_TEMPLATE_ARTIFACT_UUID as heat_tem8_59_, vfmodule0_.VNF_RESOURCE_MODEL_UUID as vnf_reso9_59_, vfmodule0_.VOL_HEAT_TEMPLATE_ARTIFACT_UUID as vol_hea10_59_ from vf_module vfmodule0_ where vfmodule0_.MODEL_UUID=? 2022-11-13T04:08:16.810Z|efdeabe2-476b-4e8a-a9ed-4873afca0198|pool-2-thread-5|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive 2022-11-13T04:08:16.810Z|efdeabe2-476b-4e8a-a9ed-4873afca0198|pool-2-thread-5|||||DEBUG|500||Node template vFW 2d6aee73-606d 0 is matching search criteria 2022-11-13T04:08:16.810Z|efdeabe2-476b-4e8a-a9ed-4873afca0198|pool-2-thread-5|||||DEBUG|500||Found topology templates [vFW 2d6aee73-606d 0] matching following query criteria: sdcType=VF, customizationUUID=null 2022-11-13T04:08:16.811Z|efdeabe2-476b-4e8a-a9ed-4873afca0198|pool-2-thread-5|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive 2022-11-13T04:08:16.811Z|efdeabe2-476b-4e8a-a9ed-4873afca0198|pool-2-thread-5|||||DEBUG|500||Node template vFW 2d6aee73-606d 0 is matching search criteria 2022-11-13T04:08:16.811Z|efdeabe2-476b-4e8a-a9ed-4873afca0198|pool-2-thread-5|||||DEBUG|500||Found topology templates [vFW 2d6aee73-606d 0] matching following query criteria: sdcType=VF, customizationUUID=null 2022-11-13T04:08:16.812Z|efdeabe2-476b-4e8a-a9ed-4873afca0198|pool-2-thread-5|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive 2022-11-13T04:08:16.812Z|efdeabe2-476b-4e8a-a9ed-4873afca0198|pool-2-thread-5|||||DEBUG|500||Node template vFW 2d6aee73-606d 0 is not matching search criteria 2022-11-13T04:08:16.812Z|efdeabe2-476b-4e8a-a9ed-4873afca0198|pool-2-thread-5|||||DEBUG|500||Node template int_protected_private_network is not matching search criteria 2022-11-13T04:08:16.813Z|efdeabe2-476b-4e8a-a9ed-4873afca0198|pool-2-thread-5|||||DEBUG|500||Node template int_unprotected_private_network is not matching search criteria 2022-11-13T04:08:16.813Z|efdeabe2-476b-4e8a-a9ed-4873afca0198|pool-2-thread-5|||||DEBUG|500||Node template abstract_vfw is matching search criteria 2022-11-13T04:08:16.813Z|efdeabe2-476b-4e8a-a9ed-4873afca0198|pool-2-thread-5|||||DEBUG|500||Node template abstract_vsn is not matching search criteria 2022-11-13T04:08:16.814Z|efdeabe2-476b-4e8a-a9ed-4873afca0198|pool-2-thread-5|||||DEBUG|500||Node template vsn is not matching search criteria 2022-11-13T04:08:16.814Z|efdeabe2-476b-4e8a-a9ed-4873afca0198|pool-2-thread-5|||||DEBUG|500||Node template vsn_vsn_int_protected_private_port_0 is not matching search criteria 2022-11-13T04:08:16.814Z|efdeabe2-476b-4e8a-a9ed-4873afca0198|pool-2-thread-5|||||DEBUG|500||Node template vsn_vsn_onap_private_port_0 is not matching search criteria 2022-11-13T04:08:16.815Z|efdeabe2-476b-4e8a-a9ed-4873afca0198|pool-2-thread-5|||||DEBUG|500||Node template abstract_vpg is not matching search criteria 2022-11-13T04:08:16.815Z|efdeabe2-476b-4e8a-a9ed-4873afca0198|pool-2-thread-5|||||DEBUG|500||Node template vpg_vpg_onap_private_port_0 is not matching search criteria 2022-11-13T04:08:16.815Z|efdeabe2-476b-4e8a-a9ed-4873afca0198|pool-2-thread-5|||||DEBUG|500||Node template vpg is not matching search criteria 2022-11-13T04:08:16.816Z|efdeabe2-476b-4e8a-a9ed-4873afca0198|pool-2-thread-5|||||DEBUG|500||Node template vpg_vpg_int_unprotected_private_port_0 is not matching search criteria 2022-11-13T04:08:16.816Z|efdeabe2-476b-4e8a-a9ed-4873afca0198|pool-2-thread-5|||||DEBUG|500||Found topology templates [abstract_vfw] matching following query criteria: sdcType=CVFC, customizationUUID=9950e596-03b2-457f-b8c0-de9de45410db Hibernate: select vnfccustom0_.MODEL_CUSTOMIZATION_UUID as model_cu1_67_, vnfccustom0_.CREATION_TIMESTAMP as creation2_67_, vnfccustom0_.DESCRIPTION as descript3_67_, vnfccustom0_.MODEL_INSTANCE_NAME as model_in4_67_, vnfccustom0_.MODEL_INVARIANT_UUID as model_in5_67_, vnfccustom0_.MODEL_NAME as model_na6_67_, vnfccustom0_.MODEL_UUID as model_uu7_67_, vnfccustom0_.MODEL_VERSION as model_ve8_67_, vnfccustom0_.RESOURCE_INPUT as resource9_67_, vnfccustom0_.TOSCA_NODE_TYPE as tosca_n10_67_, vnfccustom0_.VNFC_INSTANCE_GROUP_CUSTOMIZATION_ID as vnfc_in11_67_ from vnfc_customization vnfccustom0_ where vnfccustom0_.MODEL_CUSTOMIZATION_UUID=? 2022-11-13T04:08:16.818Z|efdeabe2-476b-4e8a-a9ed-4873afca0198|pool-2-thread-5|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive 2022-11-13T04:08:16.818Z|efdeabe2-476b-4e8a-a9ed-4873afca0198|pool-2-thread-5|||||DEBUG|500||Node template vFW 2d6aee73-606d 0 is matching search criteria 2022-11-13T04:08:16.819Z|efdeabe2-476b-4e8a-a9ed-4873afca0198|pool-2-thread-5|||||DEBUG|500||Found topology templates [vFW 2d6aee73-606d 0] matching following query criteria: sdcType=VF, customizationUUID=null 2022-11-13T04:08:16.819Z|efdeabe2-476b-4e8a-a9ed-4873afca0198|pool-2-thread-5|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive 2022-11-13T04:08:16.820Z|efdeabe2-476b-4e8a-a9ed-4873afca0198|pool-2-thread-5|||||DEBUG|500||Node template vFW 2d6aee73-606d 0 is not matching search criteria 2022-11-13T04:08:16.820Z|efdeabe2-476b-4e8a-a9ed-4873afca0198|pool-2-thread-5|||||DEBUG|500||Node template int_protected_private_network is not matching search criteria 2022-11-13T04:08:16.820Z|efdeabe2-476b-4e8a-a9ed-4873afca0198|pool-2-thread-5|||||DEBUG|500||Node template int_unprotected_private_network is not matching search criteria 2022-11-13T04:08:16.820Z|efdeabe2-476b-4e8a-a9ed-4873afca0198|pool-2-thread-5|||||DEBUG|500||Node template abstract_vfw is not matching search criteria 2022-11-13T04:08:16.821Z|efdeabe2-476b-4e8a-a9ed-4873afca0198|pool-2-thread-5|||||DEBUG|500||Node template vfw_vfw_onap_private_port_0 is not matching search criteria 2022-11-13T04:08:16.821Z|efdeabe2-476b-4e8a-a9ed-4873afca0198|pool-2-thread-5|||||DEBUG|500||Node template vfw_vfw_int_protected_private_port_0 is not matching search criteria 2022-11-13T04:08:16.821Z|efdeabe2-476b-4e8a-a9ed-4873afca0198|pool-2-thread-5|||||DEBUG|500||Node template vfw is not matching search criteria 2022-11-13T04:08:16.822Z|efdeabe2-476b-4e8a-a9ed-4873afca0198|pool-2-thread-5|||||DEBUG|500||Node template vfw_vfw_int_unprotected_private_port_0 is not matching search criteria 2022-11-13T04:08:16.822Z|efdeabe2-476b-4e8a-a9ed-4873afca0198|pool-2-thread-5|||||DEBUG|500||Node template abstract_vsn is matching search criteria 2022-11-13T04:08:16.822Z|efdeabe2-476b-4e8a-a9ed-4873afca0198|pool-2-thread-5|||||DEBUG|500||Node template abstract_vpg is not matching search criteria 2022-11-13T04:08:16.823Z|efdeabe2-476b-4e8a-a9ed-4873afca0198|pool-2-thread-5|||||DEBUG|500||Node template vpg_vpg_onap_private_port_0 is not matching search criteria 2022-11-13T04:08:16.823Z|efdeabe2-476b-4e8a-a9ed-4873afca0198|pool-2-thread-5|||||DEBUG|500||Node template vpg is not matching search criteria 2022-11-13T04:08:16.823Z|efdeabe2-476b-4e8a-a9ed-4873afca0198|pool-2-thread-5|||||DEBUG|500||Node template vpg_vpg_int_unprotected_private_port_0 is not matching search criteria 2022-11-13T04:08:16.824Z|efdeabe2-476b-4e8a-a9ed-4873afca0198|pool-2-thread-5|||||DEBUG|500||Found topology templates [abstract_vsn] matching following query criteria: sdcType=CVFC, customizationUUID=dcbe3b88-9c1c-4245-bc4d-069a2d921c8a Hibernate: select vnfccustom0_.MODEL_CUSTOMIZATION_UUID as model_cu1_67_, vnfccustom0_.CREATION_TIMESTAMP as creation2_67_, vnfccustom0_.DESCRIPTION as descript3_67_, vnfccustom0_.MODEL_INSTANCE_NAME as model_in4_67_, vnfccustom0_.MODEL_INVARIANT_UUID as model_in5_67_, vnfccustom0_.MODEL_NAME as model_na6_67_, vnfccustom0_.MODEL_UUID as model_uu7_67_, vnfccustom0_.MODEL_VERSION as model_ve8_67_, vnfccustom0_.RESOURCE_INPUT as resource9_67_, vnfccustom0_.TOSCA_NODE_TYPE as tosca_n10_67_, vnfccustom0_.VNFC_INSTANCE_GROUP_CUSTOMIZATION_ID as vnfc_in11_67_ from vnfc_customization vnfccustom0_ where vnfccustom0_.MODEL_CUSTOMIZATION_UUID=? 2022-11-13T04:08:16.826Z|efdeabe2-476b-4e8a-a9ed-4873afca0198|pool-2-thread-5|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive 2022-11-13T04:08:16.826Z|efdeabe2-476b-4e8a-a9ed-4873afca0198|pool-2-thread-5|||||DEBUG|500||Node template vFW 2d6aee73-606d 0 is matching search criteria 2022-11-13T04:08:16.827Z|efdeabe2-476b-4e8a-a9ed-4873afca0198|pool-2-thread-5|||||DEBUG|500||Found topology templates [vFW 2d6aee73-606d 0] matching following query criteria: sdcType=VF, customizationUUID=null 2022-11-13T04:08:16.830Z|efdeabe2-476b-4e8a-a9ed-4873afca0198|pool-2-thread-5|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive 2022-11-13T04:08:16.831Z|efdeabe2-476b-4e8a-a9ed-4873afca0198|pool-2-thread-5|||||DEBUG|500||Node template vFW 2d6aee73-606d 0 is not matching search criteria 2022-11-13T04:08:16.831Z|efdeabe2-476b-4e8a-a9ed-4873afca0198|pool-2-thread-5|||||DEBUG|500||Node template int_protected_private_network is not matching search criteria 2022-11-13T04:08:16.831Z|efdeabe2-476b-4e8a-a9ed-4873afca0198|pool-2-thread-5|||||DEBUG|500||Node template int_unprotected_private_network is not matching search criteria 2022-11-13T04:08:16.832Z|efdeabe2-476b-4e8a-a9ed-4873afca0198|pool-2-thread-5|||||DEBUG|500||Node template abstract_vfw is not matching search criteria 2022-11-13T04:08:16.832Z|efdeabe2-476b-4e8a-a9ed-4873afca0198|pool-2-thread-5|||||DEBUG|500||Node template vfw_vfw_onap_private_port_0 is not matching search criteria 2022-11-13T04:08:16.832Z|efdeabe2-476b-4e8a-a9ed-4873afca0198|pool-2-thread-5|||||DEBUG|500||Node template vfw_vfw_int_protected_private_port_0 is not matching search criteria 2022-11-13T04:08:16.833Z|efdeabe2-476b-4e8a-a9ed-4873afca0198|pool-2-thread-5|||||DEBUG|500||Node template vfw is not matching search criteria 2022-11-13T04:08:16.833Z|efdeabe2-476b-4e8a-a9ed-4873afca0198|pool-2-thread-5|||||DEBUG|500||Node template vfw_vfw_int_unprotected_private_port_0 is not matching search criteria 2022-11-13T04:08:16.833Z|efdeabe2-476b-4e8a-a9ed-4873afca0198|pool-2-thread-5|||||DEBUG|500||Node template abstract_vsn is not matching search criteria 2022-11-13T04:08:16.834Z|efdeabe2-476b-4e8a-a9ed-4873afca0198|pool-2-thread-5|||||DEBUG|500||Node template vsn is not matching search criteria 2022-11-13T04:08:16.834Z|efdeabe2-476b-4e8a-a9ed-4873afca0198|pool-2-thread-5|||||DEBUG|500||Node template vsn_vsn_int_protected_private_port_0 is not matching search criteria 2022-11-13T04:08:16.834Z|efdeabe2-476b-4e8a-a9ed-4873afca0198|pool-2-thread-5|||||DEBUG|500||Node template vsn_vsn_onap_private_port_0 is not matching search criteria 2022-11-13T04:08:16.835Z|efdeabe2-476b-4e8a-a9ed-4873afca0198|pool-2-thread-5|||||DEBUG|500||Node template abstract_vpg is matching search criteria 2022-11-13T04:08:16.835Z|efdeabe2-476b-4e8a-a9ed-4873afca0198|pool-2-thread-5|||||DEBUG|500||Found topology templates [abstract_vpg] matching following query criteria: sdcType=CVFC, customizationUUID=f1125f56-9854-461a-b854-552c364fe859 Hibernate: select vnfccustom0_.MODEL_CUSTOMIZATION_UUID as model_cu1_67_, vnfccustom0_.CREATION_TIMESTAMP as creation2_67_, vnfccustom0_.DESCRIPTION as descript3_67_, vnfccustom0_.MODEL_INSTANCE_NAME as model_in4_67_, vnfccustom0_.MODEL_INVARIANT_UUID as model_in5_67_, vnfccustom0_.MODEL_NAME as model_na6_67_, vnfccustom0_.MODEL_UUID as model_uu7_67_, vnfccustom0_.MODEL_VERSION as model_ve8_67_, vnfccustom0_.RESOURCE_INPUT as resource9_67_, vnfccustom0_.TOSCA_NODE_TYPE as tosca_n10_67_, vnfccustom0_.VNFC_INSTANCE_GROUP_CUSTOMIZATION_ID as vnfc_in11_67_ from vnfc_customization vnfccustom0_ where vnfccustom0_.MODEL_CUSTOMIZATION_UUID=? 2022-11-13T04:08:16.837Z|efdeabe2-476b-4e8a-a9ed-4873afca0198|pool-2-thread-5|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive 2022-11-13T04:08:16.838Z|efdeabe2-476b-4e8a-a9ed-4873afca0198|pool-2-thread-5|||||DEBUG|500||Node template vFW 2d6aee73-606d 0 is matching search criteria 2022-11-13T04:08:16.838Z|efdeabe2-476b-4e8a-a9ed-4873afca0198|pool-2-thread-5|||||DEBUG|500||Found topology templates [vFW 2d6aee73-606d 0] matching following query criteria: sdcType=VF, customizationUUID=null 2022-11-13T04:08:16.839Z|efdeabe2-476b-4e8a-a9ed-4873afca0198|pool-2-thread-5|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive 2022-11-13T04:08:16.839Z|efdeabe2-476b-4e8a-a9ed-4873afca0198|pool-2-thread-5|||||DEBUG|500||Node template vFW 2d6aee73-606d 0 is matching search criteria 2022-11-13T04:08:16.839Z|efdeabe2-476b-4e8a-a9ed-4873afca0198|pool-2-thread-5|||||DEBUG|500||Found topology templates [vFW 2d6aee73-606d 0] matching following query criteria: sdcType=VF, customizationUUID=6ee4dd6e-7026-47ea-9da0-c959a65dc14e Hibernate: select service0_.MODEL_UUID as model_uu1_50_, service0_.CDS_BLUEPRINT_NAME as cds_blue2_50_, service0_.CDS_BLUEPRINT_VERSION as cds_blue3_50_, service0_.SERVICE_CATEGORY as service_4_50_, service0_.CONTROLLER_ACTOR as controll5_50_, service0_.CREATION_TIMESTAMP as creation6_50_, service0_.TOSCA_CSAR_ARTIFACT_UUID as tosca_c21_50_, service0_.DESCRIPTION as descript7_50_, service0_.OVERALL_DISTRIBUTION_STATUS as overall_8_50_, service0_.ENVIRONMENT_CONTEXT as environm9_50_, service0_.MODEL_INVARIANT_UUID as model_i10_50_, service0_.MODEL_NAME as model_n11_50_, service0_.MODEL_VERSION as model_v12_50_, service0_.NAMING_POLICY as naming_13_50_, service0_.ONAP_GENERATED_NAMING as onap_ge14_50_, service0_.RESOURCE_ORDER as resourc15_50_, service0_.SERVICE_FUNCTION as service16_50_, service0_.SERVICE_ROLE as service17_50_, service0_.SERVICE_TYPE as service18_50_, service0_.SKIP_POST_INSTANTIATION_CONFIGURATION as skip_po19_50_, service0_.WORKLOAD_CONTEXT as workloa20_50_ from service service0_ where service0_.MODEL_UUID=? 2022-11-13T04:08:16.841Z|efdeabe2-476b-4e8a-a9ed-4873afca0198|pool-2-thread-5|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive 2022-11-13T04:08:16.842Z|efdeabe2-476b-4e8a-a9ed-4873afca0198|pool-2-thread-5|||||DEBUG|500||Service vFW 2022-11-13 04-05-51 is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=null, toscaType=null, uUID=null, customizationUUID=null 2022-11-13T04:08:16.842Z|efdeabe2-476b-4e8a-a9ed-4873afca0198|pool-2-thread-5|||||DEBUG|500|| resourceSeq for service uuid f03c4f2f-077d-4c6f-8061-8bf6dba18dea: vFW 2d6aee73-606d 2022-11-13T04:08:16.843Z|efdeabe2-476b-4e8a-a9ed-4873afca0198|pool-2-thread-5|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive 2022-11-13T04:08:16.843Z|efdeabe2-476b-4e8a-a9ed-4873afca0198|pool-2-thread-5|||||DEBUG|500||Service vFW 2022-11-13 04-05-51 is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=PNF, toscaType=null, uUID=null, customizationUUID=null 2022-11-13T04:08:16.843Z|efdeabe2-476b-4e8a-a9ed-4873afca0198|pool-2-thread-5|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive 2022-11-13T04:08:16.844Z|efdeabe2-476b-4e8a-a9ed-4873afca0198|pool-2-thread-5|||||DEBUG|500||Service vFW 2022-11-13 04-05-51 is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=VL, toscaType=null, uUID=null, customizationUUID=null 2022-11-13T04:08:16.844Z|efdeabe2-476b-4e8a-a9ed-4873afca0198|pool-2-thread-5|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive 2022-11-13T04:08:16.844Z|efdeabe2-476b-4e8a-a9ed-4873afca0198|pool-2-thread-5|||||DEBUG|500||Service vFW 2022-11-13 04-05-51 is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=CR, toscaType=null, uUID=null, customizationUUID=null 2022-11-13T04:08:16.844Z|efdeabe2-476b-4e8a-a9ed-4873afca0198|pool-2-thread-5|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive 2022-11-13T04:08:16.845Z|efdeabe2-476b-4e8a-a9ed-4873afca0198|pool-2-thread-5|||||DEBUG|500||Service vFW 2022-11-13 04-05-51 is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=SERVICE_PROXY, toscaType=null, uUID=null, customizationUUID=null 2022-11-13T04:08:16.845Z|efdeabe2-476b-4e8a-a9ed-4873afca0198|pool-2-thread-5|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive 2022-11-13T04:08:16.845Z|efdeabe2-476b-4e8a-a9ed-4873afca0198|pool-2-thread-5|||||DEBUG|500||Service vFW 2022-11-13 04-05-51 is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=CONFIGURATION, toscaType=null, uUID=null, customizationUUID=null 2022-11-13T04:08:16.846Z|efdeabe2-476b-4e8a-a9ed-4873afca0198|pool-2-thread-5|||||INFO|500||Saving Service: vFW 2022-11-13 04-05-51 Hibernate: select service0_.MODEL_UUID as model_uu1_50_3_, service0_.CDS_BLUEPRINT_NAME as cds_blue2_50_3_, service0_.CDS_BLUEPRINT_VERSION as cds_blue3_50_3_, service0_.SERVICE_CATEGORY as service_4_50_3_, service0_.CONTROLLER_ACTOR as controll5_50_3_, service0_.CREATION_TIMESTAMP as creation6_50_3_, service0_.TOSCA_CSAR_ARTIFACT_UUID as tosca_c21_50_3_, service0_.DESCRIPTION as descript7_50_3_, service0_.OVERALL_DISTRIBUTION_STATUS as overall_8_50_3_, service0_.ENVIRONMENT_CONTEXT as environm9_50_3_, service0_.MODEL_INVARIANT_UUID as model_i10_50_3_, service0_.MODEL_NAME as model_n11_50_3_, service0_.MODEL_VERSION as model_v12_50_3_, service0_.NAMING_POLICY as naming_13_50_3_, service0_.ONAP_GENERATED_NAMING as onap_ge14_50_3_, service0_.RESOURCE_ORDER as resourc15_50_3_, service0_.SERVICE_FUNCTION as service16_50_3_, service0_.SERVICE_ROLE as service17_50_3_, service0_.SERVICE_TYPE as service18_50_3_, service0_.SKIP_POST_INSTANTIATION_CONFIGURATION as skip_po19_50_3_, service0_.WORKLOAD_CONTEXT as workloa20_50_3_, allottedcu1_.SERVICE_MODEL_UUID as service_1_8_5_, allottedre2_.MODEL_CUSTOMIZATION_UUID as resource2_8_5_, allottedre2_.MODEL_CUSTOMIZATION_UUID as model_cu1_7_0_, allottedre2_.AR_MODEL_UUID as ar_mode15_7_0_, allottedre2_.CREATION_TIMESTAMP as creation2_7_0_, allottedre2_.MAX_INSTANCES as max_inst3_7_0_, allottedre2_.MIN_INSTANCES as min_inst4_7_0_, allottedre2_.MODEL_INSTANCE_NAME as model_in5_7_0_, allottedre2_.NF_FUNCTION as nf_funct6_7_0_, allottedre2_.NF_NAMING_CODE as nf_namin7_7_0_, allottedre2_.NF_ROLE as nf_role8_7_0_, allottedre2_.NF_TYPE as nf_type9_7_0_, allottedre2_.PROVIDING_SERVICE_MODEL_INVARIANT_UUID as providi10_7_0_, allottedre2_.PROVIDING_SERVICE_MODEL_NAME as providi11_7_0_, allottedre2_.PROVIDING_SERVICE_MODEL_UUID as providi12_7_0_, allottedre2_.RESOURCE_INPUT as resourc13_7_0_, allottedre2_.TARGET_NETWORK_ROLE as target_14_7_0_, allottedre3_.MODEL_UUID as model_uu1_6_1_, allottedre3_.CREATION_TIMESTAMP as creation2_6_1_, allottedre3_.DESCRIPTION as descript3_6_1_, allottedre3_.MODEL_INVARIANT_UUID as model_in4_6_1_, allottedre3_.MODEL_NAME as model_na5_6_1_, allottedre3_.MODEL_VERSION as model_ve6_6_1_, allottedre3_.SUBCATEGORY as subcateg7_6_1_, allottedre3_.TOSCA_NODE_TYPE as tosca_no8_6_1_, toscacsar4_.ARTIFACT_UUID as artifact1_57_2_, toscacsar4_.ARTIFACT_CHECKSUM as artifact2_57_2_, toscacsar4_.CREATION_TIMESTAMP as creation3_57_2_, toscacsar4_.DESCRIPTION as descript4_57_2_, toscacsar4_.NAME as name5_57_2_, toscacsar4_.URL as url6_57_2_, toscacsar4_.Version as version7_57_2_ from service service0_ left outer join allotted_resource_customization_to_service allottedcu1_ on service0_.MODEL_UUID=allottedcu1_.SERVICE_MODEL_UUID left outer join allotted_resource_customization allottedre2_ on allottedcu1_.RESOURCE_MODEL_CUSTOMIZATION_UUID=allottedre2_.MODEL_CUSTOMIZATION_UUID left outer join allotted_resource allottedre3_ on allottedre2_.AR_MODEL_UUID=allottedre3_.MODEL_UUID left outer join tosca_csar toscacsar4_ on service0_.TOSCA_CSAR_ARTIFACT_UUID=toscacsar4_.ARTIFACT_UUID where service0_.MODEL_UUID=? Hibernate: select toscacsar0_.ARTIFACT_UUID as artifact1_57_1_, toscacsar0_.ARTIFACT_CHECKSUM as artifact2_57_1_, toscacsar0_.CREATION_TIMESTAMP as creation3_57_1_, toscacsar0_.DESCRIPTION as descript4_57_1_, toscacsar0_.NAME as name5_57_1_, toscacsar0_.URL as url6_57_1_, toscacsar0_.Version as version7_57_1_, services1_.TOSCA_CSAR_ARTIFACT_UUID as tosca_c21_50_3_, services1_.MODEL_UUID as model_uu1_50_3_, services1_.MODEL_UUID as model_uu1_50_0_, services1_.CDS_BLUEPRINT_NAME as cds_blue2_50_0_, services1_.CDS_BLUEPRINT_VERSION as cds_blue3_50_0_, services1_.SERVICE_CATEGORY as service_4_50_0_, services1_.CONTROLLER_ACTOR as controll5_50_0_, services1_.CREATION_TIMESTAMP as creation6_50_0_, services1_.TOSCA_CSAR_ARTIFACT_UUID as tosca_c21_50_0_, services1_.DESCRIPTION as descript7_50_0_, services1_.OVERALL_DISTRIBUTION_STATUS as overall_8_50_0_, services1_.ENVIRONMENT_CONTEXT as environm9_50_0_, services1_.MODEL_INVARIANT_UUID as model_i10_50_0_, services1_.MODEL_NAME as model_n11_50_0_, services1_.MODEL_VERSION as model_v12_50_0_, services1_.NAMING_POLICY as naming_13_50_0_, services1_.ONAP_GENERATED_NAMING as onap_ge14_50_0_, services1_.RESOURCE_ORDER as resourc15_50_0_, services1_.SERVICE_FUNCTION as service16_50_0_, services1_.SERVICE_ROLE as service17_50_0_, services1_.SERVICE_TYPE as service18_50_0_, services1_.SKIP_POST_INSTANTIATION_CONFIGURATION as skip_po19_50_0_, services1_.WORKLOAD_CONTEXT as workloa20_50_0_ from tosca_csar toscacsar0_ left outer join service services1_ on toscacsar0_.ARTIFACT_UUID=services1_.TOSCA_CSAR_ARTIFACT_UUID where toscacsar0_.ARTIFACT_UUID=? Hibernate: insert into tosca_csar (ARTIFACT_CHECKSUM, CREATION_TIMESTAMP, DESCRIPTION, NAME, URL, Version, ARTIFACT_UUID) values (?, ?, ?, ?, ?, ?, ?) Hibernate: insert into service (CDS_BLUEPRINT_NAME, CDS_BLUEPRINT_VERSION, SERVICE_CATEGORY, CONTROLLER_ACTOR, CREATION_TIMESTAMP, TOSCA_CSAR_ARTIFACT_UUID, DESCRIPTION, OVERALL_DISTRIBUTION_STATUS, ENVIRONMENT_CONTEXT, MODEL_INVARIANT_UUID, MODEL_NAME, MODEL_VERSION, NAMING_POLICY, ONAP_GENERATED_NAMING, RESOURCE_ORDER, SERVICE_FUNCTION, SERVICE_ROLE, SERVICE_TYPE, SKIP_POST_INSTANTIATION_CONFIGURATION, WORKLOAD_CONTEXT, MODEL_UUID) values (?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?) Hibernate: insert into service_info (SERVICE_MODEL_UUID, SERVICE_INPUT, SERVICE_PROPERTIES) values (?, ?, ?) Hibernate: select vnfresourc0_.MODEL_UUID as model_uu1_64_0_, vnfresourc0_.AIC_VERSION_MAX as aic_vers2_64_0_, vnfresourc0_.AIC_VERSION_MIN as aic_vers3_64_0_, vnfresourc0_.RESOURCE_CATEGORY as resource4_64_0_, vnfresourc0_.CREATION_TIMESTAMP as creation5_64_0_, vnfresourc0_.DESCRIPTION as descript6_64_0_, vnfresourc0_.HEAT_TEMPLATE_ARTIFACT_UUID as heat_te13_64_0_, vnfresourc0_.MODEL_INVARIANT_UUID as model_in7_64_0_, vnfresourc0_.MODEL_NAME as model_na8_64_0_, vnfresourc0_.MODEL_VERSION as model_ve9_64_0_, vnfresourc0_.ORCHESTRATION_MODE as orchest10_64_0_, vnfresourc0_.RESOURCE_SUB_CATEGORY as resourc11_64_0_, vnfresourc0_.TOSCA_NODE_TYPE as tosca_n12_64_0_ from vnf_resource vnfresourc0_ where vnfresourc0_.MODEL_UUID=? Hibernate: insert into vnf_resource (AIC_VERSION_MAX, AIC_VERSION_MIN, RESOURCE_CATEGORY, CREATION_TIMESTAMP, DESCRIPTION, HEAT_TEMPLATE_ARTIFACT_UUID, MODEL_INVARIANT_UUID, MODEL_NAME, MODEL_VERSION, ORCHESTRATION_MODE, RESOURCE_SUB_CATEGORY, TOSCA_NODE_TYPE, MODEL_UUID) values (?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?) Hibernate: insert into vnf_resource_customization (AVAILABILITY_ZONE_MAX_COUNT, CDS_BLUEPRINT_NAME, CDS_BLUEPRINT_VERSION, CONTROLLER_ACTOR, CREATION_TIMESTAMP, MAX_INSTANCES, MIN_INSTANCES, MODEL_CUSTOMIZATION_UUID, MODEL_INSTANCE_NAME, MULTI_STAGE_DESIGN, NF_DATA_VALID, NF_FUNCTION, NF_NAMING_CODE, NF_ROLE, NF_TYPE, RESOURCE_INPUT, SERVICE_MODEL_UUID, SKIP_POST_INSTANTIATION_CONFIGURATION, VNF_RESOURCE_MODEL_UUID, VNFCINSTANCEGROUP_ORDER) values (?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?) Hibernate: select heatenviro0_.ARTIFACT_UUID as artifact1_26_0_, heatenviro0_.ARTIFACT_CHECKSUM as artifact2_26_0_, heatenviro0_.CREATION_TIMESTAMP as creation3_26_0_, heatenviro0_.DESCRIPTION as descript4_26_0_, heatenviro0_.BODY as body5_26_0_, heatenviro0_.NAME as name6_26_0_, heatenviro0_.VERSION as version7_26_0_ from heat_environment heatenviro0_ where heatenviro0_.ARTIFACT_UUID=? Hibernate: select vfmodule0_.MODEL_UUID as model_uu1_59_4_, vfmodule0_.CREATION_TIMESTAMP as creation2_59_4_, vfmodule0_.DESCRIPTION as descript3_59_4_, vfmodule0_.IS_BASE as is_base4_59_4_, vfmodule0_.MODEL_INVARIANT_UUID as model_in5_59_4_, vfmodule0_.MODEL_NAME as model_na6_59_4_, vfmodule0_.MODEL_VERSION as model_ve7_59_4_, vfmodule0_.HEAT_TEMPLATE_ARTIFACT_UUID as heat_tem8_59_4_, vfmodule0_.VNF_RESOURCE_MODEL_UUID as vnf_reso9_59_4_, vfmodule0_.VOL_HEAT_TEMPLATE_ARTIFACT_UUID as vol_hea10_59_4_, heatfiles1_.VF_MODULE_MODEL_UUID as vf_modul1_61_6_, heatfiles2_.ARTIFACT_UUID as heat_fil2_61_6_, heatfiles2_.ARTIFACT_UUID as artifact1_27_0_, heatfiles2_.ARTIFACT_CHECKSUM as artifact2_27_0_, heatfiles2_.CREATION_TIMESTAMP as creation3_27_0_, heatfiles2_.DESCRIPTION as descript4_27_0_, heatfiles2_.BODY as body5_27_0_, heatfiles2_.NAME as name6_27_0_, heatfiles2_.VERSION as version7_27_0_, heattempla3_.ARTIFACT_UUID as artifact1_29_1_, heattempla3_.ARTIFACT_CHECKSUM as artifact2_29_1_, heattempla3_.CREATION_TIMESTAMP as creation3_29_1_, heattempla3_.DESCRIPTION as descript4_29_1_, heattempla3_.BODY as body5_29_1_, heattempla3_.NAME as name6_29_1_, heattempla3_.TIMEOUT_MINUTES as timeout_7_29_1_, heattempla3_.VERSION as version8_29_1_, vnfresourc4_.MODEL_UUID as model_uu1_64_2_, vnfresourc4_.AIC_VERSION_MAX as aic_vers2_64_2_, vnfresourc4_.AIC_VERSION_MIN as aic_vers3_64_2_, vnfresourc4_.RESOURCE_CATEGORY as resource4_64_2_, vnfresourc4_.CREATION_TIMESTAMP as creation5_64_2_, vnfresourc4_.DESCRIPTION as descript6_64_2_, vnfresourc4_.HEAT_TEMPLATE_ARTIFACT_UUID as heat_te13_64_2_, vnfresourc4_.MODEL_INVARIANT_UUID as model_in7_64_2_, vnfresourc4_.MODEL_NAME as model_na8_64_2_, vnfresourc4_.MODEL_VERSION as model_ve9_64_2_, vnfresourc4_.ORCHESTRATION_MODE as orchest10_64_2_, vnfresourc4_.RESOURCE_SUB_CATEGORY as resourc11_64_2_, vnfresourc4_.TOSCA_NODE_TYPE as tosca_n12_64_2_, heattempla5_.ARTIFACT_UUID as artifact1_29_3_, heattempla5_.ARTIFACT_CHECKSUM as artifact2_29_3_, heattempla5_.CREATION_TIMESTAMP as creation3_29_3_, heattempla5_.DESCRIPTION as descript4_29_3_, heattempla5_.BODY as body5_29_3_, heattempla5_.NAME as name6_29_3_, heattempla5_.TIMEOUT_MINUTES as timeout_7_29_3_, heattempla5_.VERSION as version8_29_3_ from vf_module vfmodule0_ left outer join vf_module_to_heat_files heatfiles1_ on vfmodule0_.MODEL_UUID=heatfiles1_.VF_MODULE_MODEL_UUID left outer join heat_files heatfiles2_ on heatfiles1_.HEAT_FILES_ARTIFACT_UUID=heatfiles2_.ARTIFACT_UUID left outer join heat_template heattempla3_ on vfmodule0_.HEAT_TEMPLATE_ARTIFACT_UUID=heattempla3_.ARTIFACT_UUID left outer join vnf_resource vnfresourc4_ on vfmodule0_.VNF_RESOURCE_MODEL_UUID=vnfresourc4_.MODEL_UUID left outer join heat_template heattempla5_ on vfmodule0_.VOL_HEAT_TEMPLATE_ARTIFACT_UUID=heattempla5_.ARTIFACT_UUID where vfmodule0_.MODEL_UUID=? Hibernate: select heattempla0_.ARTIFACT_UUID as artifact1_29_1_, heattempla0_.ARTIFACT_CHECKSUM as artifact2_29_1_, heattempla0_.CREATION_TIMESTAMP as creation3_29_1_, heattempla0_.DESCRIPTION as descript4_29_1_, heattempla0_.BODY as body5_29_1_, heattempla0_.NAME as name6_29_1_, heattempla0_.TIMEOUT_MINUTES as timeout_7_29_1_, heattempla0_.VERSION as version8_29_1_, childtempl1_.PARENT_HEAT_TEMPLATE_UUID as parent_h1_28_3_, heattempla2_.ARTIFACT_UUID as child_he2_28_3_, heattempla2_.ARTIFACT_UUID as artifact1_29_0_, heattempla2_.ARTIFACT_CHECKSUM as artifact2_29_0_, heattempla2_.CREATION_TIMESTAMP as creation3_29_0_, heattempla2_.DESCRIPTION as descript4_29_0_, heattempla2_.BODY as body5_29_0_, heattempla2_.NAME as name6_29_0_, heattempla2_.TIMEOUT_MINUTES as timeout_7_29_0_, heattempla2_.VERSION as version8_29_0_ from heat_template heattempla0_ left outer join heat_nested_template childtempl1_ on heattempla0_.ARTIFACT_UUID=childtempl1_.PARENT_HEAT_TEMPLATE_UUID left outer join heat_template heattempla2_ on childtempl1_.CHILD_HEAT_TEMPLATE_UUID=heattempla2_.ARTIFACT_UUID where heattempla0_.ARTIFACT_UUID=? Hibernate: select heattempla0_.HEAT_TEMPLATE_ARTIFACT_UUID as heat_tem1_30_0_, heattempla0_.PARAM_NAME as param_na2_30_0_, heattempla0_.PARAM_ALIAS as param_al3_30_0_, heattempla0_.PARAM_TYPE as param_ty4_30_0_, heattempla0_.IS_REQUIRED as is_requi5_30_0_ from heat_template_params heattempla0_ where heattempla0_.HEAT_TEMPLATE_ARTIFACT_UUID=? and heattempla0_.PARAM_NAME=? Hibernate: select heattempla0_.HEAT_TEMPLATE_ARTIFACT_UUID as heat_tem1_30_0_, heattempla0_.PARAM_NAME as param_na2_30_0_, heattempla0_.PARAM_ALIAS as param_al3_30_0_, heattempla0_.PARAM_TYPE as param_ty4_30_0_, heattempla0_.IS_REQUIRED as is_requi5_30_0_ from heat_template_params heattempla0_ where heattempla0_.HEAT_TEMPLATE_ARTIFACT_UUID=? and heattempla0_.PARAM_NAME=? Hibernate: select heattempla0_.HEAT_TEMPLATE_ARTIFACT_UUID as heat_tem1_30_0_, heattempla0_.PARAM_NAME as param_na2_30_0_, heattempla0_.PARAM_ALIAS as param_al3_30_0_, heattempla0_.PARAM_TYPE as param_ty4_30_0_, heattempla0_.IS_REQUIRED as is_requi5_30_0_ from heat_template_params heattempla0_ where heattempla0_.HEAT_TEMPLATE_ARTIFACT_UUID=? and heattempla0_.PARAM_NAME=? Hibernate: select heattempla0_.HEAT_TEMPLATE_ARTIFACT_UUID as heat_tem1_30_0_, heattempla0_.PARAM_NAME as param_na2_30_0_, heattempla0_.PARAM_ALIAS as param_al3_30_0_, heattempla0_.PARAM_TYPE as param_ty4_30_0_, heattempla0_.IS_REQUIRED as is_requi5_30_0_ from heat_template_params heattempla0_ where heattempla0_.HEAT_TEMPLATE_ARTIFACT_UUID=? and heattempla0_.PARAM_NAME=? Hibernate: select heattempla0_.HEAT_TEMPLATE_ARTIFACT_UUID as heat_tem1_30_0_, heattempla0_.PARAM_NAME as param_na2_30_0_, heattempla0_.PARAM_ALIAS as param_al3_30_0_, heattempla0_.PARAM_TYPE as param_ty4_30_0_, heattempla0_.IS_REQUIRED as is_requi5_30_0_ from heat_template_params heattempla0_ where heattempla0_.HEAT_TEMPLATE_ARTIFACT_UUID=? and heattempla0_.PARAM_NAME=? Hibernate: select heattempla0_.HEAT_TEMPLATE_ARTIFACT_UUID as heat_tem1_30_0_, heattempla0_.PARAM_NAME as param_na2_30_0_, heattempla0_.PARAM_ALIAS as param_al3_30_0_, heattempla0_.PARAM_TYPE as param_ty4_30_0_, heattempla0_.IS_REQUIRED as is_requi5_30_0_ from heat_template_params heattempla0_ where heattempla0_.HEAT_TEMPLATE_ARTIFACT_UUID=? and heattempla0_.PARAM_NAME=? Hibernate: select heattempla0_.HEAT_TEMPLATE_ARTIFACT_UUID as heat_tem1_30_0_, heattempla0_.PARAM_NAME as param_na2_30_0_, heattempla0_.PARAM_ALIAS as param_al3_30_0_, heattempla0_.PARAM_TYPE as param_ty4_30_0_, heattempla0_.IS_REQUIRED as is_requi5_30_0_ from heat_template_params heattempla0_ where heattempla0_.HEAT_TEMPLATE_ARTIFACT_UUID=? and heattempla0_.PARAM_NAME=? Hibernate: select heattempla0_.HEAT_TEMPLATE_ARTIFACT_UUID as heat_tem1_30_0_, heattempla0_.PARAM_NAME as param_na2_30_0_, heattempla0_.PARAM_ALIAS as param_al3_30_0_, heattempla0_.PARAM_TYPE as param_ty4_30_0_, heattempla0_.IS_REQUIRED as is_requi5_30_0_ from heat_template_params heattempla0_ where heattempla0_.HEAT_TEMPLATE_ARTIFACT_UUID=? and heattempla0_.PARAM_NAME=? Hibernate: select heattempla0_.HEAT_TEMPLATE_ARTIFACT_UUID as heat_tem1_30_0_, heattempla0_.PARAM_NAME as param_na2_30_0_, heattempla0_.PARAM_ALIAS as param_al3_30_0_, heattempla0_.PARAM_TYPE as param_ty4_30_0_, heattempla0_.IS_REQUIRED as is_requi5_30_0_ from heat_template_params heattempla0_ where heattempla0_.HEAT_TEMPLATE_ARTIFACT_UUID=? and heattempla0_.PARAM_NAME=? Hibernate: select heattempla0_.HEAT_TEMPLATE_ARTIFACT_UUID as heat_tem1_30_0_, heattempla0_.PARAM_NAME as param_na2_30_0_, heattempla0_.PARAM_ALIAS as param_al3_30_0_, heattempla0_.PARAM_TYPE as param_ty4_30_0_, heattempla0_.IS_REQUIRED as is_requi5_30_0_ from heat_template_params heattempla0_ where heattempla0_.HEAT_TEMPLATE_ARTIFACT_UUID=? and heattempla0_.PARAM_NAME=? Hibernate: select heattempla0_.HEAT_TEMPLATE_ARTIFACT_UUID as heat_tem1_30_0_, heattempla0_.PARAM_NAME as param_na2_30_0_, heattempla0_.PARAM_ALIAS as param_al3_30_0_, heattempla0_.PARAM_TYPE as param_ty4_30_0_, heattempla0_.IS_REQUIRED as is_requi5_30_0_ from heat_template_params heattempla0_ where heattempla0_.HEAT_TEMPLATE_ARTIFACT_UUID=? and heattempla0_.PARAM_NAME=? Hibernate: select heattempla0_.HEAT_TEMPLATE_ARTIFACT_UUID as heat_tem1_30_0_, heattempla0_.PARAM_NAME as param_na2_30_0_, heattempla0_.PARAM_ALIAS as param_al3_30_0_, heattempla0_.PARAM_TYPE as param_ty4_30_0_, heattempla0_.IS_REQUIRED as is_requi5_30_0_ from heat_template_params heattempla0_ where heattempla0_.HEAT_TEMPLATE_ARTIFACT_UUID=? and heattempla0_.PARAM_NAME=? Hibernate: select heattempla0_.HEAT_TEMPLATE_ARTIFACT_UUID as heat_tem1_30_0_, heattempla0_.PARAM_NAME as param_na2_30_0_, heattempla0_.PARAM_ALIAS as param_al3_30_0_, heattempla0_.PARAM_TYPE as param_ty4_30_0_, heattempla0_.IS_REQUIRED as is_requi5_30_0_ from heat_template_params heattempla0_ where heattempla0_.HEAT_TEMPLATE_ARTIFACT_UUID=? and heattempla0_.PARAM_NAME=? Hibernate: select heattempla0_.HEAT_TEMPLATE_ARTIFACT_UUID as heat_tem1_30_0_, heattempla0_.PARAM_NAME as param_na2_30_0_, heattempla0_.PARAM_ALIAS as param_al3_30_0_, heattempla0_.PARAM_TYPE as param_ty4_30_0_, heattempla0_.IS_REQUIRED as is_requi5_30_0_ from heat_template_params heattempla0_ where heattempla0_.HEAT_TEMPLATE_ARTIFACT_UUID=? and heattempla0_.PARAM_NAME=? Hibernate: select heattempla0_.HEAT_TEMPLATE_ARTIFACT_UUID as heat_tem1_30_0_, heattempla0_.PARAM_NAME as param_na2_30_0_, heattempla0_.PARAM_ALIAS as param_al3_30_0_, heattempla0_.PARAM_TYPE as param_ty4_30_0_, heattempla0_.IS_REQUIRED as is_requi5_30_0_ from heat_template_params heattempla0_ where heattempla0_.HEAT_TEMPLATE_ARTIFACT_UUID=? and heattempla0_.PARAM_NAME=? Hibernate: select heattempla0_.HEAT_TEMPLATE_ARTIFACT_UUID as heat_tem1_30_0_, heattempla0_.PARAM_NAME as param_na2_30_0_, heattempla0_.PARAM_ALIAS as param_al3_30_0_, heattempla0_.PARAM_TYPE as param_ty4_30_0_, heattempla0_.IS_REQUIRED as is_requi5_30_0_ from heat_template_params heattempla0_ where heattempla0_.HEAT_TEMPLATE_ARTIFACT_UUID=? and heattempla0_.PARAM_NAME=? Hibernate: select heattempla0_.HEAT_TEMPLATE_ARTIFACT_UUID as heat_tem1_30_0_, heattempla0_.PARAM_NAME as param_na2_30_0_, heattempla0_.PARAM_ALIAS as param_al3_30_0_, heattempla0_.PARAM_TYPE as param_ty4_30_0_, heattempla0_.IS_REQUIRED as is_requi5_30_0_ from heat_template_params heattempla0_ where heattempla0_.HEAT_TEMPLATE_ARTIFACT_UUID=? and heattempla0_.PARAM_NAME=? Hibernate: select heattempla0_.HEAT_TEMPLATE_ARTIFACT_UUID as heat_tem1_30_0_, heattempla0_.PARAM_NAME as param_na2_30_0_, heattempla0_.PARAM_ALIAS as param_al3_30_0_, heattempla0_.PARAM_TYPE as param_ty4_30_0_, heattempla0_.IS_REQUIRED as is_requi5_30_0_ from heat_template_params heattempla0_ where heattempla0_.HEAT_TEMPLATE_ARTIFACT_UUID=? and heattempla0_.PARAM_NAME=? Hibernate: select heattempla0_.HEAT_TEMPLATE_ARTIFACT_UUID as heat_tem1_30_0_, heattempla0_.PARAM_NAME as param_na2_30_0_, heattempla0_.PARAM_ALIAS as param_al3_30_0_, heattempla0_.PARAM_TYPE as param_ty4_30_0_, heattempla0_.IS_REQUIRED as is_requi5_30_0_ from heat_template_params heattempla0_ where heattempla0_.HEAT_TEMPLATE_ARTIFACT_UUID=? and heattempla0_.PARAM_NAME=? Hibernate: select heattempla0_.HEAT_TEMPLATE_ARTIFACT_UUID as heat_tem1_30_0_, heattempla0_.PARAM_NAME as param_na2_30_0_, heattempla0_.PARAM_ALIAS as param_al3_30_0_, heattempla0_.PARAM_TYPE as param_ty4_30_0_, heattempla0_.IS_REQUIRED as is_requi5_30_0_ from heat_template_params heattempla0_ where heattempla0_.HEAT_TEMPLATE_ARTIFACT_UUID=? and heattempla0_.PARAM_NAME=? Hibernate: select heattempla0_.HEAT_TEMPLATE_ARTIFACT_UUID as heat_tem1_30_0_, heattempla0_.PARAM_NAME as param_na2_30_0_, heattempla0_.PARAM_ALIAS as param_al3_30_0_, heattempla0_.PARAM_TYPE as param_ty4_30_0_, heattempla0_.IS_REQUIRED as is_requi5_30_0_ from heat_template_params heattempla0_ where heattempla0_.HEAT_TEMPLATE_ARTIFACT_UUID=? and heattempla0_.PARAM_NAME=? Hibernate: select heattempla0_.HEAT_TEMPLATE_ARTIFACT_UUID as heat_tem1_30_0_, heattempla0_.PARAM_NAME as param_na2_30_0_, heattempla0_.PARAM_ALIAS as param_al3_30_0_, heattempla0_.PARAM_TYPE as param_ty4_30_0_, heattempla0_.IS_REQUIRED as is_requi5_30_0_ from heat_template_params heattempla0_ where heattempla0_.HEAT_TEMPLATE_ARTIFACT_UUID=? and heattempla0_.PARAM_NAME=? Hibernate: select heattempla0_.HEAT_TEMPLATE_ARTIFACT_UUID as heat_tem1_30_0_, heattempla0_.PARAM_NAME as param_na2_30_0_, heattempla0_.PARAM_ALIAS as param_al3_30_0_, heattempla0_.PARAM_TYPE as param_ty4_30_0_, heattempla0_.IS_REQUIRED as is_requi5_30_0_ from heat_template_params heattempla0_ where heattempla0_.HEAT_TEMPLATE_ARTIFACT_UUID=? and heattempla0_.PARAM_NAME=? Hibernate: select heattempla0_.HEAT_TEMPLATE_ARTIFACT_UUID as heat_tem1_30_0_, heattempla0_.PARAM_NAME as param_na2_30_0_, heattempla0_.PARAM_ALIAS as param_al3_30_0_, heattempla0_.PARAM_TYPE as param_ty4_30_0_, heattempla0_.IS_REQUIRED as is_requi5_30_0_ from heat_template_params heattempla0_ where heattempla0_.HEAT_TEMPLATE_ARTIFACT_UUID=? and heattempla0_.PARAM_NAME=? Hibernate: select heattempla0_.HEAT_TEMPLATE_ARTIFACT_UUID as heat_tem1_30_0_, heattempla0_.PARAM_NAME as param_na2_30_0_, heattempla0_.PARAM_ALIAS as param_al3_30_0_, heattempla0_.PARAM_TYPE as param_ty4_30_0_, heattempla0_.IS_REQUIRED as is_requi5_30_0_ from heat_template_params heattempla0_ where heattempla0_.HEAT_TEMPLATE_ARTIFACT_UUID=? and heattempla0_.PARAM_NAME=? Hibernate: select heattempla0_.HEAT_TEMPLATE_ARTIFACT_UUID as heat_tem1_30_0_, heattempla0_.PARAM_NAME as param_na2_30_0_, heattempla0_.PARAM_ALIAS as param_al3_30_0_, heattempla0_.PARAM_TYPE as param_ty4_30_0_, heattempla0_.IS_REQUIRED as is_requi5_30_0_ from heat_template_params heattempla0_ where heattempla0_.HEAT_TEMPLATE_ARTIFACT_UUID=? and heattempla0_.PARAM_NAME=? Hibernate: select heattempla0_.HEAT_TEMPLATE_ARTIFACT_UUID as heat_tem1_30_0_, heattempla0_.PARAM_NAME as param_na2_30_0_, heattempla0_.PARAM_ALIAS as param_al3_30_0_, heattempla0_.PARAM_TYPE as param_ty4_30_0_, heattempla0_.IS_REQUIRED as is_requi5_30_0_ from heat_template_params heattempla0_ where heattempla0_.HEAT_TEMPLATE_ARTIFACT_UUID=? and heattempla0_.PARAM_NAME=? Hibernate: select heattempla0_.HEAT_TEMPLATE_ARTIFACT_UUID as heat_tem1_30_0_, heattempla0_.PARAM_NAME as param_na2_30_0_, heattempla0_.PARAM_ALIAS as param_al3_30_0_, heattempla0_.PARAM_TYPE as param_ty4_30_0_, heattempla0_.IS_REQUIRED as is_requi5_30_0_ from heat_template_params heattempla0_ where heattempla0_.HEAT_TEMPLATE_ARTIFACT_UUID=? and heattempla0_.PARAM_NAME=? Hibernate: select heattempla0_.HEAT_TEMPLATE_ARTIFACT_UUID as heat_tem1_30_0_, heattempla0_.PARAM_NAME as param_na2_30_0_, heattempla0_.PARAM_ALIAS as param_al3_30_0_, heattempla0_.PARAM_TYPE as param_ty4_30_0_, heattempla0_.IS_REQUIRED as is_requi5_30_0_ from heat_template_params heattempla0_ where heattempla0_.HEAT_TEMPLATE_ARTIFACT_UUID=? and heattempla0_.PARAM_NAME=? Hibernate: select heattempla0_.HEAT_TEMPLATE_ARTIFACT_UUID as heat_tem1_30_0_, heattempla0_.PARAM_NAME as param_na2_30_0_, heattempla0_.PARAM_ALIAS as param_al3_30_0_, heattempla0_.PARAM_TYPE as param_ty4_30_0_, heattempla0_.IS_REQUIRED as is_requi5_30_0_ from heat_template_params heattempla0_ where heattempla0_.HEAT_TEMPLATE_ARTIFACT_UUID=? and heattempla0_.PARAM_NAME=? Hibernate: select heattempla0_.HEAT_TEMPLATE_ARTIFACT_UUID as heat_tem1_30_0_, heattempla0_.PARAM_NAME as param_na2_30_0_, heattempla0_.PARAM_ALIAS as param_al3_30_0_, heattempla0_.PARAM_TYPE as param_ty4_30_0_, heattempla0_.IS_REQUIRED as is_requi5_30_0_ from heat_template_params heattempla0_ where heattempla0_.HEAT_TEMPLATE_ARTIFACT_UUID=? and heattempla0_.PARAM_NAME=? Hibernate: select heattempla0_.HEAT_TEMPLATE_ARTIFACT_UUID as heat_tem1_30_0_, heattempla0_.PARAM_NAME as param_na2_30_0_, heattempla0_.PARAM_ALIAS as param_al3_30_0_, heattempla0_.PARAM_TYPE as param_ty4_30_0_, heattempla0_.IS_REQUIRED as is_requi5_30_0_ from heat_template_params heattempla0_ where heattempla0_.HEAT_TEMPLATE_ARTIFACT_UUID=? and heattempla0_.PARAM_NAME=? Hibernate: select heattempla0_.HEAT_TEMPLATE_ARTIFACT_UUID as heat_tem1_30_0_, heattempla0_.PARAM_NAME as param_na2_30_0_, heattempla0_.PARAM_ALIAS as param_al3_30_0_, heattempla0_.PARAM_TYPE as param_ty4_30_0_, heattempla0_.IS_REQUIRED as is_requi5_30_0_ from heat_template_params heattempla0_ where heattempla0_.HEAT_TEMPLATE_ARTIFACT_UUID=? and heattempla0_.PARAM_NAME=? Hibernate: select heattempla0_.HEAT_TEMPLATE_ARTIFACT_UUID as heat_tem1_30_0_, heattempla0_.PARAM_NAME as param_na2_30_0_, heattempla0_.PARAM_ALIAS as param_al3_30_0_, heattempla0_.PARAM_TYPE as param_ty4_30_0_, heattempla0_.IS_REQUIRED as is_requi5_30_0_ from heat_template_params heattempla0_ where heattempla0_.HEAT_TEMPLATE_ARTIFACT_UUID=? and heattempla0_.PARAM_NAME=? Hibernate: select heattempla0_.HEAT_TEMPLATE_ARTIFACT_UUID as heat_tem1_30_0_, heattempla0_.PARAM_NAME as param_na2_30_0_, heattempla0_.PARAM_ALIAS as param_al3_30_0_, heattempla0_.PARAM_TYPE as param_ty4_30_0_, heattempla0_.IS_REQUIRED as is_requi5_30_0_ from heat_template_params heattempla0_ where heattempla0_.HEAT_TEMPLATE_ARTIFACT_UUID=? and heattempla0_.PARAM_NAME=? Hibernate: select heattempla0_.HEAT_TEMPLATE_ARTIFACT_UUID as heat_tem1_30_0_, heattempla0_.PARAM_NAME as param_na2_30_0_, heattempla0_.PARAM_ALIAS as param_al3_30_0_, heattempla0_.PARAM_TYPE as param_ty4_30_0_, heattempla0_.IS_REQUIRED as is_requi5_30_0_ from heat_template_params heattempla0_ where heattempla0_.HEAT_TEMPLATE_ARTIFACT_UUID=? and heattempla0_.PARAM_NAME=? Hibernate: select heattempla0_.HEAT_TEMPLATE_ARTIFACT_UUID as heat_tem1_30_0_, heattempla0_.PARAM_NAME as param_na2_30_0_, heattempla0_.PARAM_ALIAS as param_al3_30_0_, heattempla0_.PARAM_TYPE as param_ty4_30_0_, heattempla0_.IS_REQUIRED as is_requi5_30_0_ from heat_template_params heattempla0_ where heattempla0_.HEAT_TEMPLATE_ARTIFACT_UUID=? and heattempla0_.PARAM_NAME=? Hibernate: insert into heat_environment (ARTIFACT_CHECKSUM, CREATION_TIMESTAMP, DESCRIPTION, BODY, NAME, VERSION, ARTIFACT_UUID) values (?, ?, ?, ?, ?, ?, ?) Hibernate: insert into heat_template (ARTIFACT_CHECKSUM, CREATION_TIMESTAMP, DESCRIPTION, BODY, NAME, TIMEOUT_MINUTES, VERSION, ARTIFACT_UUID) values (?, ?, ?, ?, ?, ?, ?, ?) Hibernate: insert into heat_template_params (PARAM_ALIAS, PARAM_TYPE, IS_REQUIRED, HEAT_TEMPLATE_ARTIFACT_UUID, PARAM_NAME) values (?, ?, ?, ?, ?) Hibernate: insert into heat_template_params (PARAM_ALIAS, PARAM_TYPE, IS_REQUIRED, HEAT_TEMPLATE_ARTIFACT_UUID, PARAM_NAME) values (?, ?, ?, ?, ?) Hibernate: insert into heat_template_params (PARAM_ALIAS, PARAM_TYPE, IS_REQUIRED, HEAT_TEMPLATE_ARTIFACT_UUID, PARAM_NAME) values (?, ?, ?, ?, ?) Hibernate: insert into heat_template_params (PARAM_ALIAS, PARAM_TYPE, IS_REQUIRED, HEAT_TEMPLATE_ARTIFACT_UUID, PARAM_NAME) values (?, ?, ?, ?, ?) Hibernate: insert into heat_template_params (PARAM_ALIAS, PARAM_TYPE, IS_REQUIRED, HEAT_TEMPLATE_ARTIFACT_UUID, PARAM_NAME) values (?, ?, ?, ?, ?) Hibernate: insert into heat_template_params (PARAM_ALIAS, PARAM_TYPE, IS_REQUIRED, HEAT_TEMPLATE_ARTIFACT_UUID, PARAM_NAME) values (?, ?, ?, ?, ?) Hibernate: insert into heat_template_params (PARAM_ALIAS, PARAM_TYPE, IS_REQUIRED, HEAT_TEMPLATE_ARTIFACT_UUID, PARAM_NAME) values (?, ?, ?, ?, ?) Hibernate: insert into heat_template_params (PARAM_ALIAS, PARAM_TYPE, IS_REQUIRED, HEAT_TEMPLATE_ARTIFACT_UUID, PARAM_NAME) values (?, ?, ?, ?, ?) Hibernate: insert into heat_template_params (PARAM_ALIAS, PARAM_TYPE, IS_REQUIRED, HEAT_TEMPLATE_ARTIFACT_UUID, PARAM_NAME) values (?, ?, ?, ?, ?) Hibernate: insert into heat_template_params (PARAM_ALIAS, PARAM_TYPE, IS_REQUIRED, HEAT_TEMPLATE_ARTIFACT_UUID, PARAM_NAME) values (?, ?, ?, ?, ?) Hibernate: insert into heat_template_params (PARAM_ALIAS, PARAM_TYPE, IS_REQUIRED, HEAT_TEMPLATE_ARTIFACT_UUID, PARAM_NAME) values (?, ?, ?, ?, ?) Hibernate: insert into heat_template_params (PARAM_ALIAS, PARAM_TYPE, IS_REQUIRED, HEAT_TEMPLATE_ARTIFACT_UUID, PARAM_NAME) values (?, ?, ?, ?, ?) Hibernate: insert into heat_template_params (PARAM_ALIAS, PARAM_TYPE, IS_REQUIRED, HEAT_TEMPLATE_ARTIFACT_UUID, PARAM_NAME) values (?, ?, ?, ?, ?) Hibernate: insert into heat_template_params (PARAM_ALIAS, PARAM_TYPE, IS_REQUIRED, HEAT_TEMPLATE_ARTIFACT_UUID, PARAM_NAME) values (?, ?, ?, ?, ?) Hibernate: insert into heat_template_params (PARAM_ALIAS, PARAM_TYPE, IS_REQUIRED, HEAT_TEMPLATE_ARTIFACT_UUID, PARAM_NAME) values (?, ?, ?, ?, ?) Hibernate: insert into heat_template_params (PARAM_ALIAS, PARAM_TYPE, IS_REQUIRED, HEAT_TEMPLATE_ARTIFACT_UUID, PARAM_NAME) values (?, ?, ?, ?, ?) Hibernate: insert into heat_template_params (PARAM_ALIAS, PARAM_TYPE, IS_REQUIRED, HEAT_TEMPLATE_ARTIFACT_UUID, PARAM_NAME) values (?, ?, ?, ?, ?) Hibernate: insert into heat_template_params (PARAM_ALIAS, PARAM_TYPE, IS_REQUIRED, HEAT_TEMPLATE_ARTIFACT_UUID, PARAM_NAME) values (?, ?, ?, ?, ?) Hibernate: insert into heat_template_params (PARAM_ALIAS, PARAM_TYPE, IS_REQUIRED, HEAT_TEMPLATE_ARTIFACT_UUID, PARAM_NAME) values (?, ?, ?, ?, ?) Hibernate: insert into heat_template_params (PARAM_ALIAS, PARAM_TYPE, IS_REQUIRED, HEAT_TEMPLATE_ARTIFACT_UUID, PARAM_NAME) values (?, ?, ?, ?, ?) Hibernate: insert into heat_template_params (PARAM_ALIAS, PARAM_TYPE, IS_REQUIRED, HEAT_TEMPLATE_ARTIFACT_UUID, PARAM_NAME) values (?, ?, ?, ?, ?) Hibernate: insert into heat_template_params (PARAM_ALIAS, PARAM_TYPE, IS_REQUIRED, HEAT_TEMPLATE_ARTIFACT_UUID, PARAM_NAME) values (?, ?, ?, ?, ?) Hibernate: insert into heat_template_params (PARAM_ALIAS, PARAM_TYPE, IS_REQUIRED, HEAT_TEMPLATE_ARTIFACT_UUID, PARAM_NAME) values (?, ?, ?, ?, ?) Hibernate: insert into heat_template_params (PARAM_ALIAS, PARAM_TYPE, IS_REQUIRED, HEAT_TEMPLATE_ARTIFACT_UUID, PARAM_NAME) values (?, ?, ?, ?, ?) Hibernate: insert into heat_template_params (PARAM_ALIAS, PARAM_TYPE, IS_REQUIRED, HEAT_TEMPLATE_ARTIFACT_UUID, PARAM_NAME) values (?, ?, ?, ?, ?) Hibernate: insert into heat_template_params (PARAM_ALIAS, PARAM_TYPE, IS_REQUIRED, HEAT_TEMPLATE_ARTIFACT_UUID, PARAM_NAME) values (?, ?, ?, ?, ?) Hibernate: insert into heat_template_params (PARAM_ALIAS, PARAM_TYPE, IS_REQUIRED, HEAT_TEMPLATE_ARTIFACT_UUID, PARAM_NAME) values (?, ?, ?, ?, ?) Hibernate: insert into heat_template_params (PARAM_ALIAS, PARAM_TYPE, IS_REQUIRED, HEAT_TEMPLATE_ARTIFACT_UUID, PARAM_NAME) values (?, ?, ?, ?, ?) Hibernate: insert into heat_template_params (PARAM_ALIAS, PARAM_TYPE, IS_REQUIRED, HEAT_TEMPLATE_ARTIFACT_UUID, PARAM_NAME) values (?, ?, ?, ?, ?) Hibernate: insert into heat_template_params (PARAM_ALIAS, PARAM_TYPE, IS_REQUIRED, HEAT_TEMPLATE_ARTIFACT_UUID, PARAM_NAME) values (?, ?, ?, ?, ?) Hibernate: insert into heat_template_params (PARAM_ALIAS, PARAM_TYPE, IS_REQUIRED, HEAT_TEMPLATE_ARTIFACT_UUID, PARAM_NAME) values (?, ?, ?, ?, ?) Hibernate: insert into heat_template_params (PARAM_ALIAS, PARAM_TYPE, IS_REQUIRED, HEAT_TEMPLATE_ARTIFACT_UUID, PARAM_NAME) values (?, ?, ?, ?, ?) Hibernate: insert into heat_template_params (PARAM_ALIAS, PARAM_TYPE, IS_REQUIRED, HEAT_TEMPLATE_ARTIFACT_UUID, PARAM_NAME) values (?, ?, ?, ?, ?) Hibernate: insert into heat_template_params (PARAM_ALIAS, PARAM_TYPE, IS_REQUIRED, HEAT_TEMPLATE_ARTIFACT_UUID, PARAM_NAME) values (?, ?, ?, ?, ?) Hibernate: insert into heat_template_params (PARAM_ALIAS, PARAM_TYPE, IS_REQUIRED, HEAT_TEMPLATE_ARTIFACT_UUID, PARAM_NAME) values (?, ?, ?, ?, ?) Hibernate: insert into heat_template_params (PARAM_ALIAS, PARAM_TYPE, IS_REQUIRED, HEAT_TEMPLATE_ARTIFACT_UUID, PARAM_NAME) values (?, ?, ?, ?, ?) Hibernate: insert into heat_template_params (PARAM_ALIAS, PARAM_TYPE, IS_REQUIRED, HEAT_TEMPLATE_ARTIFACT_UUID, PARAM_NAME) values (?, ?, ?, ?, ?) Hibernate: insert into vf_module (CREATION_TIMESTAMP, DESCRIPTION, IS_BASE, MODEL_INVARIANT_UUID, MODEL_NAME, MODEL_VERSION, HEAT_TEMPLATE_ARTIFACT_UUID, VNF_RESOURCE_MODEL_UUID, VOL_HEAT_TEMPLATE_ARTIFACT_UUID, MODEL_UUID) values (?, ?, ?, ?, ?, ?, ?, ?, ?, ?) Hibernate: insert into vf_module_customization (AVAILABILITY_ZONE_COUNT, CREATION_TIMESTAMP, HEAT_ENVIRONMENT_ARTIFACT_UUID, INITIAL_COUNT, LABEL, MAX_INSTANCES, MIN_INSTANCES, MODEL_CUSTOMIZATION_UUID, SKIP_POST_INSTANTIATION_CONFIGURATION, VF_MODULE_MODEL_UUID, VNF_RESOURCE_CUSTOMIZATION_ID, VOL_ENVIRONMENT_ARTIFACT_UUID) values (?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?) Hibernate: select vnfccustom0_.MODEL_CUSTOMIZATION_UUID as model_cu1_67_5_, vnfccustom0_.CREATION_TIMESTAMP as creation2_67_5_, vnfccustom0_.DESCRIPTION as descript3_67_5_, vnfccustom0_.MODEL_INSTANCE_NAME as model_in4_67_5_, vnfccustom0_.MODEL_INVARIANT_UUID as model_in5_67_5_, vnfccustom0_.MODEL_NAME as model_na6_67_5_, vnfccustom0_.MODEL_UUID as model_uu7_67_5_, vnfccustom0_.MODEL_VERSION as model_ve8_67_5_, vnfccustom0_.RESOURCE_INPUT as resource9_67_5_, vnfccustom0_.TOSCA_NODE_TYPE as tosca_n10_67_5_, vnfccustom0_.VNFC_INSTANCE_GROUP_CUSTOMIZATION_ID as vnfc_in11_67_5_, cvnfccusto1_.VNFC_CUST_MODEL_CUSTOMIZATION_UUID as vnfc_cu14_24_7_, cvnfccusto1_.ID as id1_24_7_, cvnfccusto1_.ID as id1_24_0_, cvnfccusto1_.CREATION_TIMESTAMP as creation2_24_0_, cvnfccusto1_.DESCRIPTION as descript3_24_0_, cvnfccusto1_.MODEL_CUSTOMIZATION_UUID as model_cu4_24_0_, cvnfccusto1_.MODEL_INSTANCE_NAME as model_in5_24_0_, cvnfccusto1_.MODEL_INVARIANT_UUID as model_in6_24_0_, cvnfccusto1_.MODEL_NAME as model_na7_24_0_, cvnfccusto1_.MODEL_UUID as model_uu8_24_0_, cvnfccusto1_.MODEL_VERSION as model_ve9_24_0_, cvnfccusto1_.NFC_FUNCTION as nfc_fun10_24_0_, cvnfccusto1_.NFC_NAMING_CODE as nfc_nam11_24_0_, cvnfccusto1_.TOSCA_NODE_TYPE as tosca_n12_24_0_, cvnfccusto1_.VF_MODULE_CUSTOMIZATION_ID as vf_modu13_24_0_, cvnfccusto1_.VNFC_CUST_MODEL_CUSTOMIZATION_UUID as vnfc_cu14_24_0_, vfmodulecu2_.ID as id1_60_1_, vfmodulecu2_.AVAILABILITY_ZONE_COUNT as availabi2_60_1_, vfmodulecu2_.CREATION_TIMESTAMP as creation3_60_1_, vfmodulecu2_.HEAT_ENVIRONMENT_ARTIFACT_UUID as heat_en10_60_1_, vfmodulecu2_.INITIAL_COUNT as initial_4_60_1_, vfmodulecu2_.LABEL as label5_60_1_, vfmodulecu2_.MAX_INSTANCES as max_inst6_60_1_, vfmodulecu2_.MIN_INSTANCES as min_inst7_60_1_, vfmodulecu2_.MODEL_CUSTOMIZATION_UUID as model_cu8_60_1_, vfmodulecu2_.SKIP_POST_INSTANTIATION_CONFIGURATION as skip_pos9_60_1_, vfmodulecu2_.VF_MODULE_MODEL_UUID as vf_modu11_60_1_, vfmodulecu2_.VNF_RESOURCE_CUSTOMIZATION_ID as vnf_res12_60_1_, vfmodulecu2_.VOL_ENVIRONMENT_ARTIFACT_UUID as vol_env13_60_1_, vnfcinstan3_.ID as id1_68_2_, vnfcinstan3_.CREATION_TIMESTAMP as creation2_68_2_, vnfcinstan3_.DESCRIPTION as descript3_68_2_, vnfcinstan3_.FUNCTION as function4_68_2_, vnfcinstan3_.INSTANCE_GROUP_MODEL_UUID as instance5_68_2_, vnfcinstan3_.VNF_RESOURCE_CUSTOMIZATION_ID as vnf_reso6_68_2_, instancegr4_.MODEL_UUID as model_uu2_33_3_, instancegr4_.CR_MODEL_UUID as cr_mode10_33_3_, instancegr4_.CREATION_TIMESTAMP as creation3_33_3_, instancegr4_.MODEL_INVARIANT_UUID as model_in4_33_3_, instancegr4_.MODEL_NAME as model_na5_33_3_, instancegr4_.MODEL_VERSION as model_ve6_33_3_, instancegr4_.ROLE as role7_33_3_, instancegr4_.TOSCA_NODE_TYPE as tosca_no8_33_3_, instancegr4_.INSTANCE_GROUP_TYPE as instance9_33_3_, instancegr4_.OBJECT_TYPE as object_t1_33_3_, vnfresourc5_.ID as id1_65_4_, vnfresourc5_.AVAILABILITY_ZONE_MAX_COUNT as availabi2_65_4_, vnfresourc5_.CDS_BLUEPRINT_NAME as cds_blue3_65_4_, vnfresourc5_.CDS_BLUEPRINT_VERSION as cds_blue4_65_4_, vnfresourc5_.CONTROLLER_ACTOR as controll5_65_4_, vnfresourc5_.CREATION_TIMESTAMP as creation6_65_4_, vnfresourc5_.MAX_INSTANCES as max_inst7_65_4_, vnfresourc5_.MIN_INSTANCES as min_inst8_65_4_, vnfresourc5_.MODEL_CUSTOMIZATION_UUID as model_cu9_65_4_, vnfresourc5_.MODEL_INSTANCE_NAME as model_i10_65_4_, vnfresourc5_.MULTI_STAGE_DESIGN as multi_s11_65_4_, vnfresourc5_.NF_DATA_VALID as nf_data12_65_4_, vnfresourc5_.NF_FUNCTION as nf_func13_65_4_, vnfresourc5_.NF_NAMING_CODE as nf_nami14_65_4_, vnfresourc5_.NF_ROLE as nf_role15_65_4_, vnfresourc5_.NF_TYPE as nf_type16_65_4_, vnfresourc5_.RESOURCE_INPUT as resourc17_65_4_, vnfresourc5_.SERVICE_MODEL_UUID as service20_65_4_, vnfresourc5_.SKIP_POST_INSTANTIATION_CONFIGURATION as skip_po18_65_4_, vnfresourc5_.VNF_RESOURCE_MODEL_UUID as vnf_res21_65_4_, vnfresourc5_.VNFCINSTANCEGROUP_ORDER as vnfcins19_65_4_ from vnfc_customization vnfccustom0_ left outer join cvnfc_customization cvnfccusto1_ on vnfccustom0_.MODEL_CUSTOMIZATION_UUID=cvnfccusto1_.VNFC_CUST_MODEL_CUSTOMIZATION_UUID left outer join vf_module_customization vfmodulecu2_ on cvnfccusto1_.VF_MODULE_CUSTOMIZATION_ID=vfmodulecu2_.ID left outer join vnfc_instance_group_customization vnfcinstan3_ on vnfccustom0_.VNFC_INSTANCE_GROUP_CUSTOMIZATION_ID=vnfcinstan3_.ID left outer join instance_group instancegr4_ on vnfcinstan3_.INSTANCE_GROUP_MODEL_UUID=instancegr4_.MODEL_UUID left outer join vnf_resource_customization vnfresourc5_ on vnfcinstan3_.VNF_RESOURCE_CUSTOMIZATION_ID=vnfresourc5_.ID where vnfccustom0_.MODEL_CUSTOMIZATION_UUID=? Hibernate: insert into vnfc_customization (CREATION_TIMESTAMP, DESCRIPTION, MODEL_INSTANCE_NAME, MODEL_INVARIANT_UUID, MODEL_NAME, MODEL_UUID, MODEL_VERSION, RESOURCE_INPUT, TOSCA_NODE_TYPE, VNFC_INSTANCE_GROUP_CUSTOMIZATION_ID, MODEL_CUSTOMIZATION_UUID) values (?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?) Hibernate: insert into cvnfc_customization (CREATION_TIMESTAMP, DESCRIPTION, MODEL_CUSTOMIZATION_UUID, MODEL_INSTANCE_NAME, MODEL_INVARIANT_UUID, MODEL_NAME, MODEL_UUID, MODEL_VERSION, NFC_FUNCTION, NFC_NAMING_CODE, TOSCA_NODE_TYPE, VF_MODULE_CUSTOMIZATION_ID, VNFC_CUST_MODEL_CUSTOMIZATION_UUID) values (?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?) Hibernate: select vnfccustom0_.MODEL_CUSTOMIZATION_UUID as model_cu1_67_5_, vnfccustom0_.CREATION_TIMESTAMP as creation2_67_5_, vnfccustom0_.DESCRIPTION as descript3_67_5_, vnfccustom0_.MODEL_INSTANCE_NAME as model_in4_67_5_, vnfccustom0_.MODEL_INVARIANT_UUID as model_in5_67_5_, vnfccustom0_.MODEL_NAME as model_na6_67_5_, vnfccustom0_.MODEL_UUID as model_uu7_67_5_, vnfccustom0_.MODEL_VERSION as model_ve8_67_5_, vnfccustom0_.RESOURCE_INPUT as resource9_67_5_, vnfccustom0_.TOSCA_NODE_TYPE as tosca_n10_67_5_, vnfccustom0_.VNFC_INSTANCE_GROUP_CUSTOMIZATION_ID as vnfc_in11_67_5_, cvnfccusto1_.VNFC_CUST_MODEL_CUSTOMIZATION_UUID as vnfc_cu14_24_7_, cvnfccusto1_.ID as id1_24_7_, cvnfccusto1_.ID as id1_24_0_, cvnfccusto1_.CREATION_TIMESTAMP as creation2_24_0_, cvnfccusto1_.DESCRIPTION as descript3_24_0_, cvnfccusto1_.MODEL_CUSTOMIZATION_UUID as model_cu4_24_0_, cvnfccusto1_.MODEL_INSTANCE_NAME as model_in5_24_0_, cvnfccusto1_.MODEL_INVARIANT_UUID as model_in6_24_0_, cvnfccusto1_.MODEL_NAME as model_na7_24_0_, cvnfccusto1_.MODEL_UUID as model_uu8_24_0_, cvnfccusto1_.MODEL_VERSION as model_ve9_24_0_, cvnfccusto1_.NFC_FUNCTION as nfc_fun10_24_0_, cvnfccusto1_.NFC_NAMING_CODE as nfc_nam11_24_0_, cvnfccusto1_.TOSCA_NODE_TYPE as tosca_n12_24_0_, cvnfccusto1_.VF_MODULE_CUSTOMIZATION_ID as vf_modu13_24_0_, cvnfccusto1_.VNFC_CUST_MODEL_CUSTOMIZATION_UUID as vnfc_cu14_24_0_, vfmodulecu2_.ID as id1_60_1_, vfmodulecu2_.AVAILABILITY_ZONE_COUNT as availabi2_60_1_, vfmodulecu2_.CREATION_TIMESTAMP as creation3_60_1_, vfmodulecu2_.HEAT_ENVIRONMENT_ARTIFACT_UUID as heat_en10_60_1_, vfmodulecu2_.INITIAL_COUNT as initial_4_60_1_, vfmodulecu2_.LABEL as label5_60_1_, vfmodulecu2_.MAX_INSTANCES as max_inst6_60_1_, vfmodulecu2_.MIN_INSTANCES as min_inst7_60_1_, vfmodulecu2_.MODEL_CUSTOMIZATION_UUID as model_cu8_60_1_, vfmodulecu2_.SKIP_POST_INSTANTIATION_CONFIGURATION as skip_pos9_60_1_, vfmodulecu2_.VF_MODULE_MODEL_UUID as vf_modu11_60_1_, vfmodulecu2_.VNF_RESOURCE_CUSTOMIZATION_ID as vnf_res12_60_1_, vfmodulecu2_.VOL_ENVIRONMENT_ARTIFACT_UUID as vol_env13_60_1_, vnfcinstan3_.ID as id1_68_2_, vnfcinstan3_.CREATION_TIMESTAMP as creation2_68_2_, vnfcinstan3_.DESCRIPTION as descript3_68_2_, vnfcinstan3_.FUNCTION as function4_68_2_, vnfcinstan3_.INSTANCE_GROUP_MODEL_UUID as instance5_68_2_, vnfcinstan3_.VNF_RESOURCE_CUSTOMIZATION_ID as vnf_reso6_68_2_, instancegr4_.MODEL_UUID as model_uu2_33_3_, instancegr4_.CR_MODEL_UUID as cr_mode10_33_3_, instancegr4_.CREATION_TIMESTAMP as creation3_33_3_, instancegr4_.MODEL_INVARIANT_UUID as model_in4_33_3_, instancegr4_.MODEL_NAME as model_na5_33_3_, instancegr4_.MODEL_VERSION as model_ve6_33_3_, instancegr4_.ROLE as role7_33_3_, instancegr4_.TOSCA_NODE_TYPE as tosca_no8_33_3_, instancegr4_.INSTANCE_GROUP_TYPE as instance9_33_3_, instancegr4_.OBJECT_TYPE as object_t1_33_3_, vnfresourc5_.ID as id1_65_4_, vnfresourc5_.AVAILABILITY_ZONE_MAX_COUNT as availabi2_65_4_, vnfresourc5_.CDS_BLUEPRINT_NAME as cds_blue3_65_4_, vnfresourc5_.CDS_BLUEPRINT_VERSION as cds_blue4_65_4_, vnfresourc5_.CONTROLLER_ACTOR as controll5_65_4_, vnfresourc5_.CREATION_TIMESTAMP as creation6_65_4_, vnfresourc5_.MAX_INSTANCES as max_inst7_65_4_, vnfresourc5_.MIN_INSTANCES as min_inst8_65_4_, vnfresourc5_.MODEL_CUSTOMIZATION_UUID as model_cu9_65_4_, vnfresourc5_.MODEL_INSTANCE_NAME as model_i10_65_4_, vnfresourc5_.MULTI_STAGE_DESIGN as multi_s11_65_4_, vnfresourc5_.NF_DATA_VALID as nf_data12_65_4_, vnfresourc5_.NF_FUNCTION as nf_func13_65_4_, vnfresourc5_.NF_NAMING_CODE as nf_nami14_65_4_, vnfresourc5_.NF_ROLE as nf_role15_65_4_, vnfresourc5_.NF_TYPE as nf_type16_65_4_, vnfresourc5_.RESOURCE_INPUT as resourc17_65_4_, vnfresourc5_.SERVICE_MODEL_UUID as service20_65_4_, vnfresourc5_.SKIP_POST_INSTANTIATION_CONFIGURATION as skip_po18_65_4_, vnfresourc5_.VNF_RESOURCE_MODEL_UUID as vnf_res21_65_4_, vnfresourc5_.VNFCINSTANCEGROUP_ORDER as vnfcins19_65_4_ from vnfc_customization vnfccustom0_ left outer join cvnfc_customization cvnfccusto1_ on vnfccustom0_.MODEL_CUSTOMIZATION_UUID=cvnfccusto1_.VNFC_CUST_MODEL_CUSTOMIZATION_UUID left outer join vf_module_customization vfmodulecu2_ on cvnfccusto1_.VF_MODULE_CUSTOMIZATION_ID=vfmodulecu2_.ID left outer join vnfc_instance_group_customization vnfcinstan3_ on vnfccustom0_.VNFC_INSTANCE_GROUP_CUSTOMIZATION_ID=vnfcinstan3_.ID left outer join instance_group instancegr4_ on vnfcinstan3_.INSTANCE_GROUP_MODEL_UUID=instancegr4_.MODEL_UUID left outer join vnf_resource_customization vnfresourc5_ on vnfcinstan3_.VNF_RESOURCE_CUSTOMIZATION_ID=vnfresourc5_.ID where vnfccustom0_.MODEL_CUSTOMIZATION_UUID=? Hibernate: insert into vnfc_customization (CREATION_TIMESTAMP, DESCRIPTION, MODEL_INSTANCE_NAME, MODEL_INVARIANT_UUID, MODEL_NAME, MODEL_UUID, MODEL_VERSION, RESOURCE_INPUT, TOSCA_NODE_TYPE, VNFC_INSTANCE_GROUP_CUSTOMIZATION_ID, MODEL_CUSTOMIZATION_UUID) values (?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?) Hibernate: insert into cvnfc_customization (CREATION_TIMESTAMP, DESCRIPTION, MODEL_CUSTOMIZATION_UUID, MODEL_INSTANCE_NAME, MODEL_INVARIANT_UUID, MODEL_NAME, MODEL_UUID, MODEL_VERSION, NFC_FUNCTION, NFC_NAMING_CODE, TOSCA_NODE_TYPE, VF_MODULE_CUSTOMIZATION_ID, VNFC_CUST_MODEL_CUSTOMIZATION_UUID) values (?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?) Hibernate: select vnfccustom0_.MODEL_CUSTOMIZATION_UUID as model_cu1_67_5_, vnfccustom0_.CREATION_TIMESTAMP as creation2_67_5_, vnfccustom0_.DESCRIPTION as descript3_67_5_, vnfccustom0_.MODEL_INSTANCE_NAME as model_in4_67_5_, vnfccustom0_.MODEL_INVARIANT_UUID as model_in5_67_5_, vnfccustom0_.MODEL_NAME as model_na6_67_5_, vnfccustom0_.MODEL_UUID as model_uu7_67_5_, vnfccustom0_.MODEL_VERSION as model_ve8_67_5_, vnfccustom0_.RESOURCE_INPUT as resource9_67_5_, vnfccustom0_.TOSCA_NODE_TYPE as tosca_n10_67_5_, vnfccustom0_.VNFC_INSTANCE_GROUP_CUSTOMIZATION_ID as vnfc_in11_67_5_, cvnfccusto1_.VNFC_CUST_MODEL_CUSTOMIZATION_UUID as vnfc_cu14_24_7_, cvnfccusto1_.ID as id1_24_7_, cvnfccusto1_.ID as id1_24_0_, cvnfccusto1_.CREATION_TIMESTAMP as creation2_24_0_, cvnfccusto1_.DESCRIPTION as descript3_24_0_, cvnfccusto1_.MODEL_CUSTOMIZATION_UUID as model_cu4_24_0_, cvnfccusto1_.MODEL_INSTANCE_NAME as model_in5_24_0_, cvnfccusto1_.MODEL_INVARIANT_UUID as model_in6_24_0_, cvnfccusto1_.MODEL_NAME as model_na7_24_0_, cvnfccusto1_.MODEL_UUID as model_uu8_24_0_, cvnfccusto1_.MODEL_VERSION as model_ve9_24_0_, cvnfccusto1_.NFC_FUNCTION as nfc_fun10_24_0_, cvnfccusto1_.NFC_NAMING_CODE as nfc_nam11_24_0_, cvnfccusto1_.TOSCA_NODE_TYPE as tosca_n12_24_0_, cvnfccusto1_.VF_MODULE_CUSTOMIZATION_ID as vf_modu13_24_0_, cvnfccusto1_.VNFC_CUST_MODEL_CUSTOMIZATION_UUID as vnfc_cu14_24_0_, vfmodulecu2_.ID as id1_60_1_, vfmodulecu2_.AVAILABILITY_ZONE_COUNT as availabi2_60_1_, vfmodulecu2_.CREATION_TIMESTAMP as creation3_60_1_, vfmodulecu2_.HEAT_ENVIRONMENT_ARTIFACT_UUID as heat_en10_60_1_, vfmodulecu2_.INITIAL_COUNT as initial_4_60_1_, vfmodulecu2_.LABEL as label5_60_1_, vfmodulecu2_.MAX_INSTANCES as max_inst6_60_1_, vfmodulecu2_.MIN_INSTANCES as min_inst7_60_1_, vfmodulecu2_.MODEL_CUSTOMIZATION_UUID as model_cu8_60_1_, vfmodulecu2_.SKIP_POST_INSTANTIATION_CONFIGURATION as skip_pos9_60_1_, vfmodulecu2_.VF_MODULE_MODEL_UUID as vf_modu11_60_1_, vfmodulecu2_.VNF_RESOURCE_CUSTOMIZATION_ID as vnf_res12_60_1_, vfmodulecu2_.VOL_ENVIRONMENT_ARTIFACT_UUID as vol_env13_60_1_, vnfcinstan3_.ID as id1_68_2_, vnfcinstan3_.CREATION_TIMESTAMP as creation2_68_2_, vnfcinstan3_.DESCRIPTION as descript3_68_2_, vnfcinstan3_.FUNCTION as function4_68_2_, vnfcinstan3_.INSTANCE_GROUP_MODEL_UUID as instance5_68_2_, vnfcinstan3_.VNF_RESOURCE_CUSTOMIZATION_ID as vnf_reso6_68_2_, instancegr4_.MODEL_UUID as model_uu2_33_3_, instancegr4_.CR_MODEL_UUID as cr_mode10_33_3_, instancegr4_.CREATION_TIMESTAMP as creation3_33_3_, instancegr4_.MODEL_INVARIANT_UUID as model_in4_33_3_, instancegr4_.MODEL_NAME as model_na5_33_3_, instancegr4_.MODEL_VERSION as model_ve6_33_3_, instancegr4_.ROLE as role7_33_3_, instancegr4_.TOSCA_NODE_TYPE as tosca_no8_33_3_, instancegr4_.INSTANCE_GROUP_TYPE as instance9_33_3_, instancegr4_.OBJECT_TYPE as object_t1_33_3_, vnfresourc5_.ID as id1_65_4_, vnfresourc5_.AVAILABILITY_ZONE_MAX_COUNT as availabi2_65_4_, vnfresourc5_.CDS_BLUEPRINT_NAME as cds_blue3_65_4_, vnfresourc5_.CDS_BLUEPRINT_VERSION as cds_blue4_65_4_, vnfresourc5_.CONTROLLER_ACTOR as controll5_65_4_, vnfresourc5_.CREATION_TIMESTAMP as creation6_65_4_, vnfresourc5_.MAX_INSTANCES as max_inst7_65_4_, vnfresourc5_.MIN_INSTANCES as min_inst8_65_4_, vnfresourc5_.MODEL_CUSTOMIZATION_UUID as model_cu9_65_4_, vnfresourc5_.MODEL_INSTANCE_NAME as model_i10_65_4_, vnfresourc5_.MULTI_STAGE_DESIGN as multi_s11_65_4_, vnfresourc5_.NF_DATA_VALID as nf_data12_65_4_, vnfresourc5_.NF_FUNCTION as nf_func13_65_4_, vnfresourc5_.NF_NAMING_CODE as nf_nami14_65_4_, vnfresourc5_.NF_ROLE as nf_role15_65_4_, vnfresourc5_.NF_TYPE as nf_type16_65_4_, vnfresourc5_.RESOURCE_INPUT as resourc17_65_4_, vnfresourc5_.SERVICE_MODEL_UUID as service20_65_4_, vnfresourc5_.SKIP_POST_INSTANTIATION_CONFIGURATION as skip_po18_65_4_, vnfresourc5_.VNF_RESOURCE_MODEL_UUID as vnf_res21_65_4_, vnfresourc5_.VNFCINSTANCEGROUP_ORDER as vnfcins19_65_4_ from vnfc_customization vnfccustom0_ left outer join cvnfc_customization cvnfccusto1_ on vnfccustom0_.MODEL_CUSTOMIZATION_UUID=cvnfccusto1_.VNFC_CUST_MODEL_CUSTOMIZATION_UUID left outer join vf_module_customization vfmodulecu2_ on cvnfccusto1_.VF_MODULE_CUSTOMIZATION_ID=vfmodulecu2_.ID left outer join vnfc_instance_group_customization vnfcinstan3_ on vnfccustom0_.VNFC_INSTANCE_GROUP_CUSTOMIZATION_ID=vnfcinstan3_.ID left outer join instance_group instancegr4_ on vnfcinstan3_.INSTANCE_GROUP_MODEL_UUID=instancegr4_.MODEL_UUID left outer join vnf_resource_customization vnfresourc5_ on vnfcinstan3_.VNF_RESOURCE_CUSTOMIZATION_ID=vnfresourc5_.ID where vnfccustom0_.MODEL_CUSTOMIZATION_UUID=? Hibernate: insert into vnfc_customization (CREATION_TIMESTAMP, DESCRIPTION, MODEL_INSTANCE_NAME, MODEL_INVARIANT_UUID, MODEL_NAME, MODEL_UUID, MODEL_VERSION, RESOURCE_INPUT, TOSCA_NODE_TYPE, VNFC_INSTANCE_GROUP_CUSTOMIZATION_ID, MODEL_CUSTOMIZATION_UUID) values (?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?) Hibernate: insert into cvnfc_customization (CREATION_TIMESTAMP, DESCRIPTION, MODEL_CUSTOMIZATION_UUID, MODEL_INSTANCE_NAME, MODEL_INVARIANT_UUID, MODEL_NAME, MODEL_UUID, MODEL_VERSION, NFC_FUNCTION, NFC_NAMING_CODE, TOSCA_NODE_TYPE, VF_MODULE_CUSTOMIZATION_ID, VNFC_CUST_MODEL_CUSTOMIZATION_UUID) values (?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?) Hibernate: select watchdogco0_.COMPONENT_NAME as componen1_12_0_, watchdogco0_.DISTRIBUTION_ID as distribu2_12_0_, watchdogco0_.COMPONENT_DISTRIBUTION_STATUS as componen3_12_0_, watchdogco0_.CREATE_TIME as create_t4_12_0_, watchdogco0_.MODIFY_TIME as modify_t5_12_0_ from watchdog_per_component_distribution_status watchdogco0_ where watchdogco0_.COMPONENT_NAME=? and watchdogco0_.DISTRIBUTION_ID=? Hibernate: insert into watchdog_per_component_distribution_status (COMPONENT_DISTRIBUTION_STATUS, CREATE_TIME, MODIFY_TIME, COMPONENT_NAME, DISTRIBUTION_ID) values (?, ?, ?, ?, ?) 2022-11-13T04:08:17.024Z|efdeabe2-476b-4e8a-a9ed-4873afca0198|pool-2-thread-5|||||INFO|500||ASDC_ARTIFACT_DEPLOY_SUC vFW 2d6aee73-606d 6221ba0a-980e-42cf-a2ae-c6719f878223 1 ASDC deployResourceStructure 2022-11-13T04:08:17.024Z|efdeabe2-476b-4e8a-a9ed-4873afca0198|pool-2-thread-5|||||INFO|500||ASDC_SEND_NOTIF_ASDC DEPLOY DEPLOY_OK /sdc/v1/catalog/services/Vfw20221113040551/1.0/resourceInstances/vfw2d6aee73606d0/artifacts/vfw2d6aee73606d0_modules.json ASDC sendASDCNotification 2022-11-13T04:08:17.024Z|efdeabe2-476b-4e8a-a9ed-4873afca0198|pool-2-thread-5|||||DEBUG|500||Sending DEPLOY(DEPLOY_OK) notification to ASDC for artifact:/sdc/v1/catalog/services/Vfw20221113040551/1.0/resourceInstances/vfw2d6aee73606d0/artifacts/vfw2d6aee73606d0_modules.json 2022-11-13T04:08:17.025Z|efdeabe2-476b-4e8a-a9ed-4873afca0198|pool-2-thread-5|||||INFO|500||DistributionClient - sendDeploymentStatus 2022-11-13T04:08:17.025Z|efdeabe2-476b-4e8a-a9ed-4873afca0198|pool-2-thread-5|||||INFO|500||DistributionClient - sendStatus 2022-11-13T04:08:17.028Z|efdeabe2-476b-4e8a-a9ed-4873afca0198|pool-2-thread-5|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap] 2022-11-13T04:08:17.028Z|efdeabe2-476b-4e8a-a9ed-4873afca0198|pool-2-thread-5|||||DEBUG|500||try to send status { "distributionID": "efdeabe2-476b-4e8a-a9ed-4873afca0198", "consumerID": "SO-COpenSource-Env11", "timestamp": 1668312497024, "artifactURL": "/sdc/v1/catalog/services/Vfw20221113040551/1.0/resourceInstances/vfw2d6aee73606d0/artifacts/vfw2d6aee73606d0_modules.json", "status": "DEPLOY_OK" } 2022-11-13T04:08:17.128Z||pool-30-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms 2022-11-13T04:08:17.129Z||pool-30-thread-1|||||WARN|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO will send credentials over a clear channel. 2022-11-13T04:08:17.129Z||pool-30-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as Oi7quVEmKWoWd026) ... 2022-11-13T04:08:17.146Z||pool-30-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK 2022-11-13T04:08:17.147Z||pool-30-thread-1|||||INFO|500||cambria reply ok (18 ms):{"serverTimeMs":0,"count":1} 2022-11-13T04:08:18.030Z|efdeabe2-476b-4e8a-a9ed-4873afca0198|pool-2-thread-5|||||INFO|500||ASDC_SEND_NOTIF_ASDC DEPLOY DEPLOY_OK /sdc/v1/catalog/services/Vfw20221113040551/1.0/resourceInstances/vfw2d6aee73606d0/artifacts/base_vfw.yaml ASDC sendASDCNotification 2022-11-13T04:08:18.030Z|efdeabe2-476b-4e8a-a9ed-4873afca0198|pool-2-thread-5|||||DEBUG|500||Sending DEPLOY(DEPLOY_OK) notification to ASDC for artifact:/sdc/v1/catalog/services/Vfw20221113040551/1.0/resourceInstances/vfw2d6aee73606d0/artifacts/base_vfw.yaml 2022-11-13T04:08:18.030Z|efdeabe2-476b-4e8a-a9ed-4873afca0198|pool-2-thread-5|||||INFO|500||DistributionClient - sendDeploymentStatus 2022-11-13T04:08:18.031Z|efdeabe2-476b-4e8a-a9ed-4873afca0198|pool-2-thread-5|||||INFO|500||DistributionClient - sendStatus 2022-11-13T04:08:18.033Z|efdeabe2-476b-4e8a-a9ed-4873afca0198|pool-2-thread-5|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap] 2022-11-13T04:08:18.034Z|efdeabe2-476b-4e8a-a9ed-4873afca0198|pool-2-thread-5|||||DEBUG|500||try to send status { "distributionID": "efdeabe2-476b-4e8a-a9ed-4873afca0198", "consumerID": "SO-COpenSource-Env11", "timestamp": 1668312498030, "artifactURL": "/sdc/v1/catalog/services/Vfw20221113040551/1.0/resourceInstances/vfw2d6aee73606d0/artifacts/base_vfw.yaml", "status": "DEPLOY_OK" } 2022-11-13T04:08:18.133Z||pool-31-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 99 ms 2022-11-13T04:08:18.135Z||pool-31-thread-1|||||WARN|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO will send credentials over a clear channel. 2022-11-13T04:08:18.135Z||pool-31-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as Oi7quVEmKWoWd026) ... 2022-11-13T04:08:18.156Z||pool-31-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK 2022-11-13T04:08:18.157Z||pool-31-thread-1|||||INFO|500||cambria reply ok (23 ms):{"serverTimeMs":0,"count":1} 2022-11-13T04:08:19.034Z|efdeabe2-476b-4e8a-a9ed-4873afca0198|pool-2-thread-5|||||INFO|500||ASDC_SEND_NOTIF_ASDC DEPLOY DEPLOY_OK /sdc/v1/catalog/services/Vfw20221113040551/1.0/resourceInstances/vfw2d6aee73606d0/artifacts/base_vfw.env ASDC sendASDCNotification 2022-11-13T04:08:19.035Z|efdeabe2-476b-4e8a-a9ed-4873afca0198|pool-2-thread-5|||||DEBUG|500||Sending DEPLOY(DEPLOY_OK) notification to ASDC for artifact:/sdc/v1/catalog/services/Vfw20221113040551/1.0/resourceInstances/vfw2d6aee73606d0/artifacts/base_vfw.env 2022-11-13T04:08:19.035Z|efdeabe2-476b-4e8a-a9ed-4873afca0198|pool-2-thread-5|||||INFO|500||DistributionClient - sendDeploymentStatus 2022-11-13T04:08:19.036Z|efdeabe2-476b-4e8a-a9ed-4873afca0198|pool-2-thread-5|||||INFO|500||DistributionClient - sendStatus 2022-11-13T04:08:19.041Z|efdeabe2-476b-4e8a-a9ed-4873afca0198|pool-2-thread-5|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap] 2022-11-13T04:08:19.041Z|efdeabe2-476b-4e8a-a9ed-4873afca0198|pool-2-thread-5|||||DEBUG|500||try to send status { "distributionID": "efdeabe2-476b-4e8a-a9ed-4873afca0198", "consumerID": "SO-COpenSource-Env11", "timestamp": 1668312499034, "artifactURL": "/sdc/v1/catalog/services/Vfw20221113040551/1.0/resourceInstances/vfw2d6aee73606d0/artifacts/base_vfw.env", "status": "DEPLOY_OK" } 2022-11-13T04:08:19.139Z||pool-32-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 98 ms 2022-11-13T04:08:19.140Z||pool-32-thread-1|||||WARN|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO will send credentials over a clear channel. 2022-11-13T04:08:19.140Z||pool-32-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as Oi7quVEmKWoWd026) ... 2022-11-13T04:08:19.169Z||pool-32-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK 2022-11-13T04:08:19.170Z||pool-32-thread-1|||||INFO|500||cambria reply ok (31 ms):{"serverTimeMs":1,"count":1} 2022-11-13T04:08:20.042Z|efdeabe2-476b-4e8a-a9ed-4873afca0198|pool-2-thread-5|||||INFO|500||ASDC_SEND_NOTIF_ASDC DEPLOY DEPLOY_OK /sdc/v1/catalog/services/Vfw20221113040551/1.0/artifacts/service-Vfw20221113040551-csar.csar ASDC sendASDCNotification 2022-11-13T04:08:20.043Z|efdeabe2-476b-4e8a-a9ed-4873afca0198|pool-2-thread-5|||||DEBUG|500||Sending DEPLOY(DEPLOY_OK) notification to ASDC for artifact:/sdc/v1/catalog/services/Vfw20221113040551/1.0/artifacts/service-Vfw20221113040551-csar.csar 2022-11-13T04:08:20.043Z|efdeabe2-476b-4e8a-a9ed-4873afca0198|pool-2-thread-5|||||INFO|500||DistributionClient - sendDeploymentStatus 2022-11-13T04:08:20.043Z|efdeabe2-476b-4e8a-a9ed-4873afca0198|pool-2-thread-5|||||INFO|500||DistributionClient - sendStatus 2022-11-13T04:08:20.045Z|efdeabe2-476b-4e8a-a9ed-4873afca0198|pool-2-thread-5|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap] 2022-11-13T04:08:20.045Z|efdeabe2-476b-4e8a-a9ed-4873afca0198|pool-2-thread-5|||||DEBUG|500||try to send status { "distributionID": "efdeabe2-476b-4e8a-a9ed-4873afca0198", "consumerID": "SO-COpenSource-Env11", "timestamp": 1668312500042, "artifactURL": "/sdc/v1/catalog/services/Vfw20221113040551/1.0/artifacts/service-Vfw20221113040551-csar.csar", "status": "DEPLOY_OK" } 2022-11-13T04:08:20.146Z||pool-33-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms 2022-11-13T04:08:20.147Z||pool-33-thread-1|||||WARN|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO will send credentials over a clear channel. 2022-11-13T04:08:20.147Z||pool-33-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as Oi7quVEmKWoWd026) ... 2022-11-13T04:08:20.181Z||pool-33-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK 2022-11-13T04:08:20.182Z||pool-33-thread-1|||||INFO|500||cambria reply ok (36 ms):{"serverTimeMs":0,"count":1} 2022-11-13T04:08:21.047Z|efdeabe2-476b-4e8a-a9ed-4873afca0198|pool-2-thread-5|||||DEBUG|500||Entered getOverallDistributionStatus method for distrubutionId: efdeabe2-476b-4e8a-a9ed-4873afca0198 Hibernate: select watchdogdi0_.DISTRIBUTION_ID as distribu1_11_0_, watchdogdi0_.CREATE_TIME as create_t2_11_0_, watchdogdi0_.DISTRIBUTION_ID_STATUS as distribu3_11_0_, watchdogdi0_.MODIFY_TIME as modify_t4_11_0_, watchdogdi0_.LOCK_VERSION as lock_ver5_11_0_ from watchdog_distributionid_status watchdogdi0_ where watchdogdi0_.DISTRIBUTION_ID=? Hibernate: select watchdogco0_.COMPONENT_NAME as componen1_12_, watchdogco0_.DISTRIBUTION_ID as distribu2_12_, watchdogco0_.COMPONENT_DISTRIBUTION_STATUS as componen3_12_, watchdogco0_.CREATE_TIME as create_t4_12_, watchdogco0_.MODIFY_TIME as modify_t5_12_ from watchdog_per_component_distribution_status watchdogco0_ where watchdogco0_.DISTRIBUTION_ID=? 2022-11-13T04:08:21.059Z|efdeabe2-476b-4e8a-a9ed-4873afca0198|pool-2-thread-5|||||DEBUG|500||Executed RequestDB getWatchdogComponentDistributionStatus for distrubutionId: efdeabe2-476b-4e8a-a9ed-4873afca0198 Hibernate: select watchdogco0_.COMPONENT_NAME as componen1_12_, watchdogco0_.DISTRIBUTION_ID as distribu2_12_, watchdogco0_.COMPONENT_DISTRIBUTION_STATUS as componen3_12_, watchdogco0_.CREATE_TIME as create_t4_12_, watchdogco0_.MODIFY_TIME as modify_t5_12_ from watchdog_per_component_distribution_status watchdogco0_ where watchdogco0_.DISTRIBUTION_ID=? 2022-11-13T04:08:21.063Z|efdeabe2-476b-4e8a-a9ed-4873afca0198|pool-2-thread-5|||||DEBUG|500||Found componentName SO in the WatchDog Component DB 2022-11-13T04:08:21.063Z|efdeabe2-476b-4e8a-a9ed-4873afca0198|pool-2-thread-5|||||DEBUG|500||AAI has not be updated in the the WatchDog Component DB yet, so ending the loop 2022-11-13T04:08:21.063Z|efdeabe2-476b-4e8a-a9ed-4873afca0198|pool-2-thread-5|||||DEBUG|500||Components Size Didn't match with the WatchdogComponentDistributionStatus results. 2022-11-13T04:08:50.292Z||pool-2-thread-10|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2022-11-13T04:08:50.294Z||pool-2-thread-10|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel. 2022-11-13T04:08:50.294Z||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 Oi7quVEmKWoWd026) ... 2022-11-13T04:08:50.325Z||pool-2-thread-10|||||INFO|500|| --> HTTP/1.1 200 OK 2022-11-13T04:08:50.325Z||pool-2-thread-10|||||DEBUG|500||received message from topic 2022-11-13T04:08:50.325Z||pool-2-thread-10|||||DEBUG|500||recieved notification from broker: { "distributionID": "efdeabe2-476b-4e8a-a9ed-4873afca0198", "consumerID": "aai-ml", "timestamp": 1668312403062, "artifactURL": "/sdc/v1/catalog/services/Vfw20221113040551/1.0/artifacts/service-Vfw20221113040551-csar.csar", "status": "NOTIFIED" } 2022-11-13T04:08:50.327Z||pool-2-thread-10|||||INFO|500||Missing status on Status Object. 2022-11-13T04:08:51.063Z|efdeabe2-476b-4e8a-a9ed-4873afca0198|pool-2-thread-5|||||DEBUG|500||Entered getOverallDistributionStatus method for distrubutionId: efdeabe2-476b-4e8a-a9ed-4873afca0198 Hibernate: select watchdogdi0_.DISTRIBUTION_ID as distribu1_11_0_, watchdogdi0_.CREATE_TIME as create_t2_11_0_, watchdogdi0_.DISTRIBUTION_ID_STATUS as distribu3_11_0_, watchdogdi0_.MODIFY_TIME as modify_t4_11_0_, watchdogdi0_.LOCK_VERSION as lock_ver5_11_0_ from watchdog_distributionid_status watchdogdi0_ where watchdogdi0_.DISTRIBUTION_ID=? Hibernate: select watchdogco0_.COMPONENT_NAME as componen1_12_, watchdogco0_.DISTRIBUTION_ID as distribu2_12_, watchdogco0_.COMPONENT_DISTRIBUTION_STATUS as componen3_12_, watchdogco0_.CREATE_TIME as create_t4_12_, watchdogco0_.MODIFY_TIME as modify_t5_12_ from watchdog_per_component_distribution_status watchdogco0_ where watchdogco0_.DISTRIBUTION_ID=? 2022-11-13T04:08:51.081Z|efdeabe2-476b-4e8a-a9ed-4873afca0198|pool-2-thread-5|||||DEBUG|500||Executed RequestDB getWatchdogComponentDistributionStatus for distrubutionId: efdeabe2-476b-4e8a-a9ed-4873afca0198 Hibernate: select watchdogco0_.COMPONENT_NAME as componen1_12_, watchdogco0_.DISTRIBUTION_ID as distribu2_12_, watchdogco0_.COMPONENT_DISTRIBUTION_STATUS as componen3_12_, watchdogco0_.CREATE_TIME as create_t4_12_, watchdogco0_.MODIFY_TIME as modify_t5_12_ from watchdog_per_component_distribution_status watchdogco0_ where watchdogco0_.DISTRIBUTION_ID=? 2022-11-13T04:08:51.084Z|efdeabe2-476b-4e8a-a9ed-4873afca0198|pool-2-thread-5|||||DEBUG|500||Found componentName SO in the WatchDog Component DB 2022-11-13T04:08:51.084Z|efdeabe2-476b-4e8a-a9ed-4873afca0198|pool-2-thread-5|||||DEBUG|500||AAI has not be updated in the the WatchDog Component DB yet, so ending the loop 2022-11-13T04:08:51.084Z|efdeabe2-476b-4e8a-a9ed-4873afca0198|pool-2-thread-5|||||DEBUG|500||Components Size Didn't match with the WatchdogComponentDistributionStatus results. 2022-11-13T04:09:21.085Z|efdeabe2-476b-4e8a-a9ed-4873afca0198|pool-2-thread-5|||||DEBUG|500||Entered getOverallDistributionStatus method for distrubutionId: efdeabe2-476b-4e8a-a9ed-4873afca0198 Hibernate: select watchdogdi0_.DISTRIBUTION_ID as distribu1_11_0_, watchdogdi0_.CREATE_TIME as create_t2_11_0_, watchdogdi0_.DISTRIBUTION_ID_STATUS as distribu3_11_0_, watchdogdi0_.MODIFY_TIME as modify_t4_11_0_, watchdogdi0_.LOCK_VERSION as lock_ver5_11_0_ from watchdog_distributionid_status watchdogdi0_ where watchdogdi0_.DISTRIBUTION_ID=? Hibernate: select watchdogco0_.COMPONENT_NAME as componen1_12_, watchdogco0_.DISTRIBUTION_ID as distribu2_12_, watchdogco0_.COMPONENT_DISTRIBUTION_STATUS as componen3_12_, watchdogco0_.CREATE_TIME as create_t4_12_, watchdogco0_.MODIFY_TIME as modify_t5_12_ from watchdog_per_component_distribution_status watchdogco0_ where watchdogco0_.DISTRIBUTION_ID=? 2022-11-13T04:09:21.104Z|efdeabe2-476b-4e8a-a9ed-4873afca0198|pool-2-thread-5|||||DEBUG|500||Executed RequestDB getWatchdogComponentDistributionStatus for distrubutionId: efdeabe2-476b-4e8a-a9ed-4873afca0198 Hibernate: select watchdogco0_.COMPONENT_NAME as componen1_12_, watchdogco0_.DISTRIBUTION_ID as distribu2_12_, watchdogco0_.COMPONENT_DISTRIBUTION_STATUS as componen3_12_, watchdogco0_.CREATE_TIME as create_t4_12_, watchdogco0_.MODIFY_TIME as modify_t5_12_ from watchdog_per_component_distribution_status watchdogco0_ where watchdogco0_.DISTRIBUTION_ID=? 2022-11-13T04:09:21.109Z|efdeabe2-476b-4e8a-a9ed-4873afca0198|pool-2-thread-5|||||DEBUG|500||Found componentName SO in the WatchDog Component DB 2022-11-13T04:09:21.109Z|efdeabe2-476b-4e8a-a9ed-4873afca0198|pool-2-thread-5|||||DEBUG|500||AAI has not be updated in the the WatchDog Component DB yet, so ending the loop 2022-11-13T04:09:21.109Z|efdeabe2-476b-4e8a-a9ed-4873afca0198|pool-2-thread-5|||||DEBUG|500||Components Size Didn't match with the WatchdogComponentDistributionStatus results. 2022-11-13T04:09:50.292Z||pool-2-thread-10|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2022-11-13T04:09:50.294Z||pool-2-thread-10|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel. 2022-11-13T04:09:50.294Z||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 Oi7quVEmKWoWd026) ... 2022-11-13T04:09:50.326Z||pool-2-thread-10|||||INFO|500|| --> HTTP/1.1 200 OK 2022-11-13T04:09:50.327Z||pool-2-thread-10|||||DEBUG|500||received message from topic 2022-11-13T04:09:50.327Z||pool-2-thread-10|||||DEBUG|500||recieved notification from broker: { "distributionID": "efdeabe2-476b-4e8a-a9ed-4873afca0198", "consumerID": "clamp", "timestamp": 1668312403486, "artifactURL": "/sdc/v1/catalog/services/Vfw20221113040551/1.0/artifacts/service-Vfw20221113040551-csar.csar", "status": "NOTIFIED" } 2022-11-13T04:09:50.328Z||pool-2-thread-10|||||INFO|500||Missing status on Status Object. 2022-11-13T04:09:50.328Z||pool-2-thread-10|||||DEBUG|500||received message from topic 2022-11-13T04:09:50.328Z||pool-2-thread-10|||||DEBUG|500||recieved notification from broker: { "distributionID": "efdeabe2-476b-4e8a-a9ed-4873afca0198", "consumerID": "policy-id", "timestamp": 1668312410181, "artifactURL": "", "status": "COMPONENT_DONE_OK", "componentName": "POLICY" } Hibernate: select watchdogdi0_.DISTRIBUTION_ID as distribu1_11_0_, watchdogdi0_.CREATE_TIME as create_t2_11_0_, watchdogdi0_.DISTRIBUTION_ID_STATUS as distribu3_11_0_, watchdogdi0_.MODIFY_TIME as modify_t4_11_0_, watchdogdi0_.LOCK_VERSION as lock_ver5_11_0_ from watchdog_distributionid_status watchdogdi0_ where watchdogdi0_.DISTRIBUTION_ID=? 2022-11-13T04:09:50.336Z||pool-2-thread-10|||||DEBUG|500||Receive a callback componentStatus in ASDC, for componentName: POLICY and status of COMPONENT_DONE_OK distributionID of efdeabe2-476b-4e8a-a9ed-4873afca0198 2022-11-13T04:09:50.337Z||pool-2-thread-10|||||DEBUG|500||Entering installTheComponentStatus for distributionId efdeabe2-476b-4e8a-a9ed-4873afca0198 and ComponentName POLICY Hibernate: select watchdogco0_.COMPONENT_NAME as componen1_12_0_, watchdogco0_.DISTRIBUTION_ID as distribu2_12_0_, watchdogco0_.COMPONENT_DISTRIBUTION_STATUS as componen3_12_0_, watchdogco0_.CREATE_TIME as create_t4_12_0_, watchdogco0_.MODIFY_TIME as modify_t5_12_0_ from watchdog_per_component_distribution_status watchdogco0_ where watchdogco0_.COMPONENT_NAME=? and watchdogco0_.DISTRIBUTION_ID=? Hibernate: update watchdog_per_component_distribution_status set COMPONENT_DISTRIBUTION_STATUS=?, MODIFY_TIME=? where COMPONENT_NAME=? and DISTRIBUTION_ID=? 2022-11-13T04:09:50.348Z||pool-2-thread-10|||||DEBUG|500||received message from topic 2022-11-13T04:09:50.348Z||pool-2-thread-10|||||DEBUG|500||recieved notification from broker: { "distributionID": "efdeabe2-476b-4e8a-a9ed-4873afca0198", "consumerID": "aai-ml", "timestamp": 1668312410823, "artifactURL": "/sdc/v1/catalog/services/Vfw20221113040551/1.0/artifacts/service-Vfw20221113040551-csar.csar", "status": "DOWNLOAD_OK" } 2022-11-13T04:09:50.348Z||pool-2-thread-10|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error' 2022-11-13T04:09:50.348Z||pool-2-thread-10|||||DEBUG|500||received message from topic 2022-11-13T04:09:50.348Z||pool-2-thread-10|||||DEBUG|500||recieved notification from broker: { "distributionID": "efdeabe2-476b-4e8a-a9ed-4873afca0198", "consumerID": "clamp", "timestamp": 1668312418966, "artifactURL": "/sdc/v1/catalog/services/Vfw20221113040551/1.0/artifacts/service-Vfw20221113040551-csar.csar", "status": "DOWNLOAD_OK" } 2022-11-13T04:09:50.348Z||pool-2-thread-10|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error' 2022-11-13T04:09:50.348Z||pool-2-thread-10|||||DEBUG|500||received message from topic 2022-11-13T04:09:50.348Z||pool-2-thread-10|||||DEBUG|500||recieved notification from broker: { "distributionID": "efdeabe2-476b-4e8a-a9ed-4873afca0198", "consumerID": "clamp", "timestamp": 1668312420977, "artifactURL": "/sdc/v1/catalog/services/Vfw20221113040551/1.0/artifacts/service-Vfw20221113040551-csar.csar", "status": "DEPLOY_OK" } 2022-11-13T04:09:50.349Z||pool-2-thread-10|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error' 2022-11-13T04:09:50.349Z||pool-2-thread-10|||||DEBUG|500||received message from topic 2022-11-13T04:09:50.349Z||pool-2-thread-10|||||DEBUG|500||recieved notification from broker: { "distributionID": "efdeabe2-476b-4e8a-a9ed-4873afca0198", "consumerID": "clamp", "timestamp": 1668312421982, "artifactURL": "", "status": "COMPONENT_DONE_OK", "componentName": "clamp" } Hibernate: select watchdogdi0_.DISTRIBUTION_ID as distribu1_11_0_, watchdogdi0_.CREATE_TIME as create_t2_11_0_, watchdogdi0_.DISTRIBUTION_ID_STATUS as distribu3_11_0_, watchdogdi0_.MODIFY_TIME as modify_t4_11_0_, watchdogdi0_.LOCK_VERSION as lock_ver5_11_0_ from watchdog_distributionid_status watchdogdi0_ where watchdogdi0_.DISTRIBUTION_ID=? 2022-11-13T04:09:50.353Z||pool-2-thread-10|||||DEBUG|500||Receive a callback componentStatus in ASDC, for componentName: clamp and status of COMPONENT_DONE_OK distributionID of efdeabe2-476b-4e8a-a9ed-4873afca0198 2022-11-13T04:09:50.353Z||pool-2-thread-10|||||DEBUG|500||Entering installTheComponentStatus for distributionId efdeabe2-476b-4e8a-a9ed-4873afca0198 and ComponentName clamp Hibernate: select watchdogco0_.COMPONENT_NAME as componen1_12_0_, watchdogco0_.DISTRIBUTION_ID as distribu2_12_0_, watchdogco0_.COMPONENT_DISTRIBUTION_STATUS as componen3_12_0_, watchdogco0_.CREATE_TIME as create_t4_12_0_, watchdogco0_.MODIFY_TIME as modify_t5_12_0_ from watchdog_per_component_distribution_status watchdogco0_ where watchdogco0_.COMPONENT_NAME=? and watchdogco0_.DISTRIBUTION_ID=? Hibernate: insert into watchdog_per_component_distribution_status (COMPONENT_DISTRIBUTION_STATUS, CREATE_TIME, MODIFY_TIME, COMPONENT_NAME, DISTRIBUTION_ID) values (?, ?, ?, ?, ?) 2022-11-13T04:09:50.360Z||pool-2-thread-10|||||DEBUG|500||received message from topic 2022-11-13T04:09:50.361Z||pool-2-thread-10|||||DEBUG|500||recieved notification from broker: { "distributionID": "efdeabe2-476b-4e8a-a9ed-4873afca0198", "consumerID": "aai-ml", "timestamp": 1668312423719, "artifactURL": "/sdc/v1/catalog/services/Vfw20221113040551/1.0/artifacts/service-Vfw20221113040551-csar.csar", "status": "DEPLOY_OK" } 2022-11-13T04:09:50.361Z||pool-2-thread-10|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error' 2022-11-13T04:09:50.361Z||pool-2-thread-10|||||DEBUG|500||received message from topic 2022-11-13T04:09:50.361Z||pool-2-thread-10|||||DEBUG|500||recieved notification from broker: { "distributionID": "efdeabe2-476b-4e8a-a9ed-4873afca0198", "consumerID": "aai-ml", "timestamp": 1668312424723, "artifactURL": "", "status": "COMPONENT_DONE_OK", "componentName": "AAI" } Hibernate: select watchdogdi0_.DISTRIBUTION_ID as distribu1_11_0_, watchdogdi0_.CREATE_TIME as create_t2_11_0_, watchdogdi0_.DISTRIBUTION_ID_STATUS as distribu3_11_0_, watchdogdi0_.MODIFY_TIME as modify_t4_11_0_, watchdogdi0_.LOCK_VERSION as lock_ver5_11_0_ from watchdog_distributionid_status watchdogdi0_ where watchdogdi0_.DISTRIBUTION_ID=? 2022-11-13T04:09:50.366Z||pool-2-thread-10|||||DEBUG|500||Receive a callback componentStatus in ASDC, for componentName: AAI and status of COMPONENT_DONE_OK distributionID of efdeabe2-476b-4e8a-a9ed-4873afca0198 2022-11-13T04:09:50.366Z||pool-2-thread-10|||||DEBUG|500||Entering installTheComponentStatus for distributionId efdeabe2-476b-4e8a-a9ed-4873afca0198 and ComponentName AAI Hibernate: select watchdogco0_.COMPONENT_NAME as componen1_12_0_, watchdogco0_.DISTRIBUTION_ID as distribu2_12_0_, watchdogco0_.COMPONENT_DISTRIBUTION_STATUS as componen3_12_0_, watchdogco0_.CREATE_TIME as create_t4_12_0_, watchdogco0_.MODIFY_TIME as modify_t5_12_0_ from watchdog_per_component_distribution_status watchdogco0_ where watchdogco0_.COMPONENT_NAME=? and watchdogco0_.DISTRIBUTION_ID=? Hibernate: insert into watchdog_per_component_distribution_status (COMPONENT_DISTRIBUTION_STATUS, CREATE_TIME, MODIFY_TIME, COMPONENT_NAME, DISTRIBUTION_ID) values (?, ?, ?, ?, ?) 2022-11-13T04:09:51.110Z|efdeabe2-476b-4e8a-a9ed-4873afca0198|pool-2-thread-5|||||DEBUG|500||Entered getOverallDistributionStatus method for distrubutionId: efdeabe2-476b-4e8a-a9ed-4873afca0198 Hibernate: select watchdogdi0_.DISTRIBUTION_ID as distribu1_11_0_, watchdogdi0_.CREATE_TIME as create_t2_11_0_, watchdogdi0_.DISTRIBUTION_ID_STATUS as distribu3_11_0_, watchdogdi0_.MODIFY_TIME as modify_t4_11_0_, watchdogdi0_.LOCK_VERSION as lock_ver5_11_0_ from watchdog_distributionid_status watchdogdi0_ where watchdogdi0_.DISTRIBUTION_ID=? Hibernate: select watchdogco0_.COMPONENT_NAME as componen1_12_, watchdogco0_.DISTRIBUTION_ID as distribu2_12_, watchdogco0_.COMPONENT_DISTRIBUTION_STATUS as componen3_12_, watchdogco0_.CREATE_TIME as create_t4_12_, watchdogco0_.MODIFY_TIME as modify_t5_12_ from watchdog_per_component_distribution_status watchdogco0_ where watchdogco0_.DISTRIBUTION_ID=? 2022-11-13T04:09:51.125Z|efdeabe2-476b-4e8a-a9ed-4873afca0198|pool-2-thread-5|||||DEBUG|500||Executed RequestDB getWatchdogComponentDistributionStatus for distrubutionId: efdeabe2-476b-4e8a-a9ed-4873afca0198 Hibernate: select watchdogco0_.COMPONENT_NAME as componen1_12_, watchdogco0_.DISTRIBUTION_ID as distribu2_12_, watchdogco0_.COMPONENT_DISTRIBUTION_STATUS as componen3_12_, watchdogco0_.CREATE_TIME as create_t4_12_, watchdogco0_.MODIFY_TIME as modify_t5_12_ from watchdog_per_component_distribution_status watchdogco0_ where watchdogco0_.DISTRIBUTION_ID=? 2022-11-13T04:09:51.128Z|efdeabe2-476b-4e8a-a9ed-4873afca0198|pool-2-thread-5|||||DEBUG|500||Found componentName SO in the WatchDog Component DB 2022-11-13T04:09:51.128Z|efdeabe2-476b-4e8a-a9ed-4873afca0198|pool-2-thread-5|||||DEBUG|500||Found componentName AAI in the WatchDog Component DB 2022-11-13T04:09:51.128Z|efdeabe2-476b-4e8a-a9ed-4873afca0198|pool-2-thread-5|||||DEBUG|500||Found componentName SDNC in the WatchDog Component DB 2022-11-13T04:09:51.128Z|efdeabe2-476b-4e8a-a9ed-4873afca0198|pool-2-thread-5|||||DEBUG|500||Components Size matched with the WatchdogComponentDistributionStatus results. 2022-11-13T04:09:51.128Z|efdeabe2-476b-4e8a-a9ed-4873afca0198|pool-2-thread-5|||||DEBUG|500||Component status: COMPONENT_DONE_OK on componentName: 2022-11-13T04:09:51.128Z|efdeabe2-476b-4e8a-a9ed-4873afca0198|pool-2-thread-5|||||DEBUG|500||Component status: COMPONENT_DONE_OK on componentName: 2022-11-13T04:09:51.128Z|efdeabe2-476b-4e8a-a9ed-4873afca0198|pool-2-thread-5|||||DEBUG|500||Component status: COMPONENT_DONE_OK on componentName: 2022-11-13T04:09:51.128Z|efdeabe2-476b-4e8a-a9ed-4873afca0198|pool-2-thread-5|||||DEBUG|500||Component status: COMPONENT_DONE_OK on componentName: 2022-11-13T04:09:51.129Z|efdeabe2-476b-4e8a-a9ed-4873afca0198|pool-2-thread-5|||||DEBUG|500||Component status: COMPONENT_DONE_OK on componentName: 2022-11-13T04:09:51.129Z|efdeabe2-476b-4e8a-a9ed-4873afca0198|pool-2-thread-5|||||DEBUG|500||Component status: COMPONENT_DONE_OK on componentName: 2022-11-13T04:09:51.129Z|efdeabe2-476b-4e8a-a9ed-4873afca0198|pool-2-thread-5|||||DEBUG|500||Updating overall DistributionStatus to: SUCCESS for distributionId: Hibernate: select watchdogdi0_.DISTRIBUTION_ID as distribu1_11_0_, watchdogdi0_.CREATE_TIME as create_t2_11_0_, watchdogdi0_.DISTRIBUTION_ID_STATUS as distribu3_11_0_, watchdogdi0_.MODIFY_TIME as modify_t4_11_0_, watchdogdi0_.LOCK_VERSION as lock_ver5_11_0_ from watchdog_distributionid_status watchdogdi0_ where watchdogdi0_.DISTRIBUTION_ID=? 2022-11-13T04:09:51.134Z|efdeabe2-476b-4e8a-a9ed-4873afca0198|pool-2-thread-5|||||DEBUG|500||Exiting getOverallDistributionStatus method in WatchdogDistribution 2022-11-13T04:10:21.134Z|efdeabe2-476b-4e8a-a9ed-4873afca0198|pool-2-thread-5|||||DEBUG|500||Entered executePatchAAI method with distrubutionId: efdeabe2-476b-4e8a-a9ed-4873afca0198 and distributionStatus: Hibernate: select watchdogse0_.DISTRIBUTION_ID as distribu1_13_, watchdogse0_.SERVICE_MODEL_VERSION_ID as service_2_13_, watchdogse0_.CONSUMER_ID as consumer3_13_, watchdogse0_.CREATE_TIME as create_t4_13_, watchdogse0_.DISTRIBUTION_NOTIFICATION as distribu5_13_ from watchdog_service_mod_ver_id_lookup watchdogse0_ where watchdogse0_.DISTRIBUTION_ID=? 2022-11-13T04:10:21.146Z|efdeabe2-476b-4e8a-a9ed-4873afca0198|pool-2-thread-5|||||DEBUG|500||Executed RequestDB getWatchdogServiceModVerIdLookup with distributionId: efdeabe2-476b-4e8a-a9ed-4873afca0198 and serviceModelVersionId: f03c4f2f-077d-4c6f-8061-8bf6dba18dea 2022-11-13T04:10:21.146Z|efdeabe2-476b-4e8a-a9ed-4873afca0198|pool-2-thread-5|||||DEBUG|500||ASDC Notification ServiceModelInvariantUUID : 69f7d27f-dd5a-4408-bb88-57abd9b4fd5a 2022-11-13T04:10:21.149Z|efdeabe2-476b-4e8a-a9ed-4873afca0198|pool-2-thread-5|||||DEBUG|500||Target A&AI Resource URI: /service-design-and-creation/models/model/69f7d27f-dd5a-4408-bb88-57abd9b4fd5a/model-vers/model-ver/f03c4f2f-077d-4c6f-8061-8bf6dba18dea?depth=0 2022-11-13T04:10:21.158Z|efdeabe2-476b-4e8a-a9ed-4873afca0198|pool-2-thread-5|||||INFO|500||RestClientSSL using default SSL context! 2022-11-13T04:10:21.219Z|efdeabe2-476b-4e8a-a9ed-4873afca0198|pool-2-thread-5|||AAI||DEBUG|500||Sending HTTP POST (overridden to PATCH) to:https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/69f7d27f-dd5a-4408-bb88-57abd9b4fd5a/model-vers/model-ver/f03c4f2f-077d-4c6f-8061-8bf6dba18dea?depth=0 with request headers:{Authorization=[***REDACTED***], X-FromAppId=[MSO], X-HTTP-Method-Override=[PATCH], Accept=[application/json], X-TransactionId=[], Content-Type=[application/merge-patch+json]} 2022-11-13T04:10:21.221Z|efdeabe2-476b-4e8a-a9ed-4873afca0198|pool-2-thread-5|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/69f7d27f-dd5a-4408-bb88-57abd9b4fd5a/model-vers/model-ver/f03c4f2f-077d-4c6f-8061-8bf6dba18dea?depth=0|INFO|500||Invoke 2022-11-13T04:10:21.253Z|efdeabe2-476b-4e8a-a9ed-4873afca0198|pool-2-thread-5|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/69f7d27f-dd5a-4408-bb88-57abd9b4fd5a/model-vers/model-ver/f03c4f2f-077d-4c6f-8061-8bf6dba18dea?depth=0|DEBUG|500||{"distribution-status":"DISTRIBUTION_COMPLETE_OK"} 2022-11-13T04:10:21.348Z|efdeabe2-476b-4e8a-a9ed-4873afca0198|pool-2-thread-5|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/69f7d27f-dd5a-4408-bb88-57abd9b4fd5a/model-vers/model-ver/f03c4f2f-077d-4c6f-8061-8bf6dba18dea?depth=0|INFO|500||InvokeReturn 2022-11-13T04:10:21.349Z|efdeabe2-476b-4e8a-a9ed-4873afca0198|pool-2-thread-5|||||DEBUG|500||Response from method:POST (overridden to PATCH) performed on uri:https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/69f7d27f-dd5a-4408-bb88-57abd9b4fd5a/model-vers/model-ver/f03c4f2f-077d-4c6f-8061-8bf6dba18dea?depth=0 has http status code:200 and response headers:{Strict-Transport-Security=[max-age=16000000; includeSubDomains; preload;], X-AAI-TXID=[1-aai-resources-221113-04:10:20:258-27922], vertex-id=[602224], Content-Length=[0], Date=[Sun, 13 Nov 2022 04:10:20 GMT], Content-Type=[application/json]} 2022-11-13T04:10:21.349Z|efdeabe2-476b-4e8a-a9ed-4873afca0198|pool-2-thread-5|||||DEBUG|500||Response was returned with an empty entity. 2022-11-13T04:10:21.350Z|efdeabe2-476b-4e8a-a9ed-4873afca0198|pool-2-thread-5|||||DEBUG|500||A&AI UPDATE MODEL Version is success! 2022-11-13T04:10:21.350Z|efdeabe2-476b-4e8a-a9ed-4873afca0198|pool-2-thread-5|||||DEBUG|500||A&AI Updated succefully with Distribution Status! Hibernate: select service0_.MODEL_UUID as model_uu1_50_, service0_.CDS_BLUEPRINT_NAME as cds_blue2_50_, service0_.CDS_BLUEPRINT_VERSION as cds_blue3_50_, service0_.SERVICE_CATEGORY as service_4_50_, service0_.CONTROLLER_ACTOR as controll5_50_, service0_.CREATION_TIMESTAMP as creation6_50_, service0_.TOSCA_CSAR_ARTIFACT_UUID as tosca_c21_50_, service0_.DESCRIPTION as descript7_50_, service0_.OVERALL_DISTRIBUTION_STATUS as overall_8_50_, service0_.ENVIRONMENT_CONTEXT as environm9_50_, service0_.MODEL_INVARIANT_UUID as model_i10_50_, service0_.MODEL_NAME as model_n11_50_, service0_.MODEL_VERSION as model_v12_50_, service0_.NAMING_POLICY as naming_13_50_, service0_.ONAP_GENERATED_NAMING as onap_ge14_50_, service0_.RESOURCE_ORDER as resourc15_50_, service0_.SERVICE_FUNCTION as service16_50_, service0_.SERVICE_ROLE as service17_50_, service0_.SERVICE_TYPE as service18_50_, service0_.SKIP_POST_INSTANTIATION_CONFIGURATION as skip_po19_50_, service0_.WORKLOAD_CONTEXT as workloa20_50_ from service service0_ where service0_.MODEL_UUID=? 2022-11-13T04:10:21.355Z|efdeabe2-476b-4e8a-a9ed-4873afca0198|pool-2-thread-5|||||ERROR|500||Error updating CatalogDBStatus java.lang.NullPointerException: null at org.onap.so.asdc.tenantIsolation.WatchdogDistribution.updateCatalogDBStatus(WatchdogDistribution.java:206) at org.onap.so.asdc.client.ASDCController.treatNotification(ASDCController.java:690) at org.onap.so.asdc.client.ASDCNotificationCallBack.activateCallback(ASDCNotificationCallBack.java:52) at org.onap.sdc.impl.NotificationConsumer.run(NotificationConsumer.java:71) at java.base/java.util.concurrent.Executors$RunnableAdapter.call(Unknown Source) at java.base/java.util.concurrent.FutureTask.runAndReset(Unknown Source) at java.base/java.util.concurrent.ScheduledThreadPoolExecutor$ScheduledFutureTask.run(Unknown Source) at java.base/java.util.concurrent.ThreadPoolExecutor.runWorker(Unknown Source) at java.base/java.util.concurrent.ThreadPoolExecutor$Worker.run(Unknown Source) at java.base/java.lang.Thread.run(Unknown Source) 2022-11-13T04:10:21.356Z|efdeabe2-476b-4e8a-a9ed-4873afca0198|pool-2-thread-5|||||DEBUG|500||Enter sendFinalDistributionStatus with DistributionID efdeabe2-476b-4e8a-a9ed-4873afca0198 and Status of DISTRIBUTION_COMPLETE_OK and ErrorReason null 2022-11-13T04:10:21.356Z|efdeabe2-476b-4e8a-a9ed-4873afca0198|pool-2-thread-5|||||INFO|500||DistributionClient - sendFinalDistributionStatus status 2022-11-13T04:10:21.356Z|efdeabe2-476b-4e8a-a9ed-4873afca0198|pool-2-thread-5|||||INFO|500||DistributionClient - sendStatus 2022-11-13T04:10:21.359Z|efdeabe2-476b-4e8a-a9ed-4873afca0198|pool-2-thread-5|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap] 2022-11-13T04:10:21.359Z|efdeabe2-476b-4e8a-a9ed-4873afca0198|pool-2-thread-5|||||DEBUG|500||try to send status { "distributionID": "efdeabe2-476b-4e8a-a9ed-4873afca0198", "consumerID": "SO-COpenSource-Env11", "timestamp": 1668312621356, "artifactURL": "", "status": "DISTRIBUTION_COMPLETE_OK" } 2022-11-13T04:10:21.459Z||pool-34-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms 2022-11-13T04:10:21.460Z||pool-34-thread-1|||||WARN|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO will send credentials over a clear channel. 2022-11-13T04:10:21.461Z||pool-34-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as Oi7quVEmKWoWd026) ... 2022-11-13T04:10:21.476Z||pool-34-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK 2022-11-13T04:10:21.476Z||pool-34-thread-1|||||INFO|500||cambria reply ok (16 ms):{"serverTimeMs":0,"count":1} Hibernate: select watchdogdi0_.DISTRIBUTION_ID as distribu1_11_0_, watchdogdi0_.CREATE_TIME as create_t2_11_0_, watchdogdi0_.DISTRIBUTION_ID_STATUS as distribu3_11_0_, watchdogdi0_.MODIFY_TIME as modify_t4_11_0_, watchdogdi0_.LOCK_VERSION as lock_ver5_11_0_ from watchdog_distributionid_status watchdogdi0_ where watchdogdi0_.DISTRIBUTION_ID=? Hibernate: update watchdog_distributionid_status set DISTRIBUTION_ID_STATUS=?, MODIFY_TIME=?, LOCK_VERSION=? where DISTRIBUTION_ID=? 2022-11-13T04:10:22.376Z|efdeabe2-476b-4e8a-a9ed-4873afca0198|pool-2-thread-5|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2022-11-13T04:10:22.376Z|efdeabe2-476b-4e8a-a9ed-4873afca0198|pool-2-thread-5|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel. 2022-11-13T04:10:22.376Z|efdeabe2-476b-4e8a-a9ed-4873afca0198|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 Oi7quVEmKWoWd026) ... 2022-11-13T04:10:32.640Z|efdeabe2-476b-4e8a-a9ed-4873afca0198|pool-2-thread-5|||||INFO|500|| --> HTTP/1.1 200 OK 2022-11-13T04:10:32.641Z|efdeabe2-476b-4e8a-a9ed-4873afca0198|pool-2-thread-5|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2022-11-13T04:10:32.642Z|efdeabe2-476b-4e8a-a9ed-4873afca0198|pool-2-thread-5|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel. 2022-11-13T04:10:32.642Z|efdeabe2-476b-4e8a-a9ed-4873afca0198|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 Oi7quVEmKWoWd026) ... 2022-11-13T04:10:42.192Z|efdeabe2-476b-4e8a-a9ed-4873afca0198|pool-2-thread-5|||||INFO|500|| --> HTTP/1.1 200 OK 2022-11-13T04:10:42.193Z|efdeabe2-476b-4e8a-a9ed-4873afca0198|pool-2-thread-5|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2022-11-13T04:10:42.194Z|efdeabe2-476b-4e8a-a9ed-4873afca0198|pool-2-thread-5|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel. 2022-11-13T04:10:42.194Z|efdeabe2-476b-4e8a-a9ed-4873afca0198|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 Oi7quVEmKWoWd026) ... 2022-11-13T04:10:50.292Z||pool-2-thread-2|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2022-11-13T04:10:50.293Z||pool-2-thread-2|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel. 2022-11-13T04:10:50.294Z||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 Oi7quVEmKWoWd026) ... 2022-11-13T04:10:50.322Z||pool-2-thread-2|||||INFO|500|| --> HTTP/1.1 200 OK 2022-11-13T04:10:50.322Z||pool-2-thread-2|||||DEBUG|500||received message from topic 2022-11-13T04:10:50.322Z||pool-2-thread-2|||||DEBUG|500||recieved notification from broker: { "distributionID": "0bc1ed58-a1c1-4d04-8bed-12d0375391db", "consumerID": "SO-COpenSource-Env11", "timestamp": 1668312477463, "artifactURL": "", "status": "DISTRIBUTION_COMPLETE_OK" } 2022-11-13T04:10:50.323Z||pool-2-thread-2|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error' 2022-11-13T04:10:50.323Z||pool-2-thread-2|||||DEBUG|500||received message from topic 2022-11-13T04:10:50.324Z||pool-2-thread-2|||||DEBUG|500||recieved notification from broker: { "distributionID": "efdeabe2-476b-4e8a-a9ed-4873afca0198", "consumerID": "SO-COpenSource-Env11", "timestamp": 1668312478480, "artifactURL": "/sdc/v1/catalog/services/Vfw20221113040551/1.0/resourceInstances/vfw2d6aee73606d0/artifacts/vf-license-model.xml", "status": "NOT_NOTIFIED" } 2022-11-13T04:10:50.324Z||pool-2-thread-2|||||INFO|500||Missing status on Status Object. 2022-11-13T04:10:50.324Z||pool-2-thread-2|||||DEBUG|500||received message from topic 2022-11-13T04:10:50.324Z||pool-2-thread-2|||||DEBUG|500||recieved notification from broker: { "distributionID": "efdeabe2-476b-4e8a-a9ed-4873afca0198", "consumerID": "SO-COpenSource-Env11", "timestamp": 1668312478480, "artifactURL": "/sdc/v1/catalog/services/Vfw20221113040551/1.0/resourceInstances/vfw2d6aee73606d0/artifacts/vfw2d6aee73606d0_modules.json", "status": "NOTIFIED" } 2022-11-13T04:10:50.324Z||pool-2-thread-2|||||INFO|500||Missing status on Status Object. 2022-11-13T04:10:50.324Z||pool-2-thread-2|||||DEBUG|500||received message from topic 2022-11-13T04:10:50.324Z||pool-2-thread-2|||||DEBUG|500||recieved notification from broker: { "distributionID": "efdeabe2-476b-4e8a-a9ed-4873afca0198", "consumerID": "SO-COpenSource-Env11", "timestamp": 1668312478480, "artifactURL": "/sdc/v1/catalog/services/Vfw20221113040551/1.0/resourceInstances/vfw2d6aee73606d0/artifacts/base_vfw.yaml", "status": "NOTIFIED" } 2022-11-13T04:10:50.325Z||pool-2-thread-2|||||INFO|500||Missing status on Status Object. 2022-11-13T04:10:50.325Z||pool-2-thread-2|||||DEBUG|500||received message from topic 2022-11-13T04:10:50.325Z||pool-2-thread-2|||||DEBUG|500||recieved notification from broker: { "distributionID": "efdeabe2-476b-4e8a-a9ed-4873afca0198", "consumerID": "SO-COpenSource-Env11", "timestamp": 1668312478480, "artifactURL": "/sdc/v1/catalog/services/Vfw20221113040551/1.0/resourceInstances/vfw2d6aee73606d0/artifacts/vendor-license-model.xml", "status": "NOT_NOTIFIED" } 2022-11-13T04:10:50.325Z||pool-2-thread-2|||||INFO|500||Missing status on Status Object. 2022-11-13T04:10:50.325Z||pool-2-thread-2|||||DEBUG|500||received message from topic 2022-11-13T04:10:50.325Z||pool-2-thread-2|||||DEBUG|500||recieved notification from broker: { "distributionID": "efdeabe2-476b-4e8a-a9ed-4873afca0198", "consumerID": "SO-COpenSource-Env11", "timestamp": 1668312478480, "artifactURL": "/sdc/v1/catalog/services/Vfw20221113040551/1.0/resourceInstances/vfw2d6aee73606d0/artifacts/base_vfw.env", "status": "NOTIFIED" } 2022-11-13T04:10:50.325Z||pool-2-thread-2|||||INFO|500||Missing status on Status Object. 2022-11-13T04:10:50.326Z||pool-2-thread-2|||||DEBUG|500||received message from topic 2022-11-13T04:10:50.326Z||pool-2-thread-2|||||DEBUG|500||recieved notification from broker: { "distributionID": "efdeabe2-476b-4e8a-a9ed-4873afca0198", "consumerID": "SO-COpenSource-Env11", "timestamp": 1668312478480, "artifactURL": "/sdc/v1/catalog/services/Vfw20221113040551/1.0/artifacts/service-Vfw20221113040551-template.yml", "status": "NOT_NOTIFIED" } 2022-11-13T04:10:50.326Z||pool-2-thread-2|||||INFO|500||Missing status on Status Object. 2022-11-13T04:10:50.326Z||pool-2-thread-2|||||DEBUG|500||received message from topic 2022-11-13T04:10:50.326Z||pool-2-thread-2|||||DEBUG|500||recieved notification from broker: { "distributionID": "efdeabe2-476b-4e8a-a9ed-4873afca0198", "consumerID": "SO-COpenSource-Env11", "timestamp": 1668312478480, "artifactURL": "/sdc/v1/catalog/services/Vfw20221113040551/1.0/artifacts/service-Vfw20221113040551-csar.csar", "status": "NOTIFIED" } 2022-11-13T04:10:50.326Z||pool-2-thread-2|||||INFO|500||Missing status on Status Object. 2022-11-13T04:10:50.326Z||pool-2-thread-2|||||DEBUG|500||received message from topic 2022-11-13T04:10:50.326Z||pool-2-thread-2|||||DEBUG|500||recieved notification from broker: { "distributionID": "efdeabe2-476b-4e8a-a9ed-4873afca0198", "consumerID": "SO-COpenSource-Env11", "timestamp": 1668312490163, "artifactURL": "/sdc/v1/catalog/services/Vfw20221113040551/1.0/artifacts/service-Vfw20221113040551-csar.csar", "status": "DOWNLOAD_OK" } 2022-11-13T04:10:50.327Z||pool-2-thread-2|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error' 2022-11-13T04:10:50.327Z||pool-2-thread-2|||||DEBUG|500||received message from topic 2022-11-13T04:10:50.327Z||pool-2-thread-2|||||DEBUG|500||recieved notification from broker: { "distributionID": "efdeabe2-476b-4e8a-a9ed-4873afca0198", "consumerID": "SO-COpenSource-Env11", "timestamp": 1668312493640, "artifactURL": "/sdc/v1/catalog/services/Vfw20221113040551/1.0/resourceInstances/vfw2d6aee73606d0/artifacts/vfw2d6aee73606d0_modules.json", "status": "DOWNLOAD_OK" } 2022-11-13T04:10:50.327Z||pool-2-thread-2|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error' 2022-11-13T04:10:50.327Z||pool-2-thread-2|||||DEBUG|500||received message from topic 2022-11-13T04:10:50.327Z||pool-2-thread-2|||||DEBUG|500||recieved notification from broker: { "distributionID": "efdeabe2-476b-4e8a-a9ed-4873afca0198", "consumerID": "SO-COpenSource-Env11", "timestamp": 1668312494709, "artifactURL": "/sdc/v1/catalog/services/Vfw20221113040551/1.0/resourceInstances/vfw2d6aee73606d0/artifacts/base_vfw.yaml", "status": "DOWNLOAD_OK" } 2022-11-13T04:10:50.327Z||pool-2-thread-2|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error' 2022-11-13T04:10:50.327Z||pool-2-thread-2|||||DEBUG|500||received message from topic 2022-11-13T04:10:50.327Z||pool-2-thread-2|||||DEBUG|500||recieved notification from broker: { "distributionID": "efdeabe2-476b-4e8a-a9ed-4873afca0198", "consumerID": "SO-COpenSource-Env11", "timestamp": 1668312495773, "artifactURL": "/sdc/v1/catalog/services/Vfw20221113040551/1.0/resourceInstances/vfw2d6aee73606d0/artifacts/base_vfw.env", "status": "DOWNLOAD_OK" } 2022-11-13T04:10:50.328Z||pool-2-thread-2|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error' 2022-11-13T04:10:50.328Z||pool-2-thread-2|||||DEBUG|500||received message from topic 2022-11-13T04:10:50.328Z||pool-2-thread-2|||||DEBUG|500||recieved notification from broker: { "distributionID": "efdeabe2-476b-4e8a-a9ed-4873afca0198", "consumerID": "SO-COpenSource-Env11", "timestamp": 1668312497024, "artifactURL": "/sdc/v1/catalog/services/Vfw20221113040551/1.0/resourceInstances/vfw2d6aee73606d0/artifacts/vfw2d6aee73606d0_modules.json", "status": "DEPLOY_OK" } 2022-11-13T04:10:50.328Z||pool-2-thread-2|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error' 2022-11-13T04:10:50.328Z||pool-2-thread-2|||||DEBUG|500||received message from topic 2022-11-13T04:10:50.328Z||pool-2-thread-2|||||DEBUG|500||recieved notification from broker: { "distributionID": "efdeabe2-476b-4e8a-a9ed-4873afca0198", "consumerID": "SO-COpenSource-Env11", "timestamp": 1668312498030, "artifactURL": "/sdc/v1/catalog/services/Vfw20221113040551/1.0/resourceInstances/vfw2d6aee73606d0/artifacts/base_vfw.yaml", "status": "DEPLOY_OK" } 2022-11-13T04:10:50.328Z||pool-2-thread-2|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error' 2022-11-13T04:10:50.328Z||pool-2-thread-2|||||DEBUG|500||received message from topic 2022-11-13T04:10:50.329Z||pool-2-thread-2|||||DEBUG|500||recieved notification from broker: { "distributionID": "efdeabe2-476b-4e8a-a9ed-4873afca0198", "consumerID": "SO-COpenSource-Env11", "timestamp": 1668312499034, "artifactURL": "/sdc/v1/catalog/services/Vfw20221113040551/1.0/resourceInstances/vfw2d6aee73606d0/artifacts/base_vfw.env", "status": "DEPLOY_OK" } 2022-11-13T04:10:50.329Z||pool-2-thread-2|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error' 2022-11-13T04:10:50.329Z||pool-2-thread-2|||||DEBUG|500||received message from topic 2022-11-13T04:10:50.329Z||pool-2-thread-2|||||DEBUG|500||recieved notification from broker: { "distributionID": "efdeabe2-476b-4e8a-a9ed-4873afca0198", "consumerID": "SO-COpenSource-Env11", "timestamp": 1668312500042, "artifactURL": "/sdc/v1/catalog/services/Vfw20221113040551/1.0/artifacts/service-Vfw20221113040551-csar.csar", "status": "DEPLOY_OK" } 2022-11-13T04:10:50.329Z||pool-2-thread-2|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error' 2022-11-13T04:10:51.753Z|efdeabe2-476b-4e8a-a9ed-4873afca0198|pool-2-thread-5|||||INFO|500|| --> HTTP/1.1 200 OK 2022-11-13T04:10:51.753Z|efdeabe2-476b-4e8a-a9ed-4873afca0198|pool-2-thread-5|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2022-11-13T04:10:51.754Z|efdeabe2-476b-4e8a-a9ed-4873afca0198|pool-2-thread-5|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel. 2022-11-13T04:10:51.754Z|efdeabe2-476b-4e8a-a9ed-4873afca0198|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 Oi7quVEmKWoWd026) ... 2022-11-13T04:11:01.310Z|efdeabe2-476b-4e8a-a9ed-4873afca0198|pool-2-thread-5|||||INFO|500|| --> HTTP/1.1 200 OK 2022-11-13T04:11:01.311Z||pool-2-thread-9|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2022-11-13T04:11:01.312Z||pool-2-thread-9|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel. 2022-11-13T04:11:01.312Z||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 Oi7quVEmKWoWd026) ... 2022-11-13T04:11:10.869Z||pool-2-thread-9|||||INFO|500|| --> HTTP/1.1 200 OK 2022-11-13T04:11:50.290Z||pool-2-thread-9|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2022-11-13T04:11:50.291Z||pool-2-thread-9|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel. 2022-11-13T04:11:50.291Z||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 Oi7quVEmKWoWd026) ... 2022-11-13T04:11:50.292Z||pool-2-thread-3|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2022-11-13T04:11:50.293Z||pool-2-thread-3|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel. 2022-11-13T04:11:50.293Z||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 Oi7quVEmKWoWd026) ... 2022-11-13T04:11:50.842Z||pool-2-thread-3|||||INFO|500|| --> HTTP/1.1 200 OK 2022-11-13T04:11:50.843Z||pool-2-thread-3|||||DEBUG|500||received message from topic 2022-11-13T04:11:50.843Z||pool-2-thread-3|||||DEBUG|500||recieved notification from broker: { "distributionID": "efdeabe2-476b-4e8a-a9ed-4873afca0198", "consumerID": "SO-COpenSource-Env11", "timestamp": 1668312621356, "artifactURL": "", "status": "DISTRIBUTION_COMPLETE_OK" } 2022-11-13T04:11:50.844Z||pool-2-thread-3|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error' 2022-11-13T04:11:59.854Z||pool-2-thread-9|||||INFO|500|| --> HTTP/1.1 200 OK 2022-11-13T04:12:50.290Z||pool-2-thread-9|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2022-11-13T04:12:50.291Z||pool-2-thread-9|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel. 2022-11-13T04:12:50.291Z||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 Oi7quVEmKWoWd026) ... 2022-11-13T04:12:50.292Z||pool-2-thread-8|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2022-11-13T04:12:50.292Z||pool-2-thread-8|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel. 2022-11-13T04:12:50.292Z||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 Oi7quVEmKWoWd026) ... 2022-11-13T04:12:59.842Z||pool-2-thread-9|||||INFO|500|| --> HTTP/1.1 200 OK 2022-11-13T04:12:59.850Z||pool-2-thread-8|||||INFO|500|| --> HTTP/1.1 200 OK 2022-11-13T04:13:50.290Z||pool-2-thread-9|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2022-11-13T04:13:50.291Z||pool-2-thread-9|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel. 2022-11-13T04:13:50.291Z||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 Oi7quVEmKWoWd026) ... 2022-11-13T04:13:50.292Z||pool-2-thread-10|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2022-11-13T04:13:50.292Z||pool-2-thread-10|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel. 2022-11-13T04:13:50.292Z||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 Oi7quVEmKWoWd026) ... 2022-11-13T04:13:59.840Z||pool-2-thread-9|||||INFO|500|| --> HTTP/1.1 200 OK 2022-11-13T04:13:59.842Z||pool-2-thread-10|||||INFO|500|| --> HTTP/1.1 200 OK 2022-11-13T04:14:50.290Z||pool-2-thread-9|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2022-11-13T04:14:50.291Z||pool-2-thread-9|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel. 2022-11-13T04:14:50.291Z||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 Oi7quVEmKWoWd026) ... 2022-11-13T04:14:50.292Z||pool-2-thread-2|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2022-11-13T04:14:50.292Z||pool-2-thread-2|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel. 2022-11-13T04:14:50.292Z||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 Oi7quVEmKWoWd026) ... 2022-11-13T04:14:59.846Z||pool-2-thread-2|||||INFO|500|| --> HTTP/1.1 200 OK 2022-11-13T04:14:59.847Z||pool-2-thread-9|||||INFO|500|| --> HTTP/1.1 200 OK 2022-11-13T04:15:50.290Z||pool-2-thread-9|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2022-11-13T04:15:50.291Z||pool-2-thread-9|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel. 2022-11-13T04:15:50.291Z||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 Oi7quVEmKWoWd026) ... 2022-11-13T04:15:50.292Z||pool-2-thread-2|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2022-11-13T04:15:50.292Z||pool-2-thread-2|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel. 2022-11-13T04:15:50.292Z||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 Oi7quVEmKWoWd026) ... 2022-11-13T04:15:59.841Z||pool-2-thread-2|||||INFO|500|| --> HTTP/1.1 200 OK 2022-11-13T04:15:59.845Z||pool-2-thread-9|||||INFO|500|| --> HTTP/1.1 200 OK 2022-11-13T04:16:50.290Z||pool-2-thread-9|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2022-11-13T04:16:50.292Z||pool-2-thread-2|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2022-11-13T04:16:50.292Z||pool-2-thread-9|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel. 2022-11-13T04:16:50.292Z||pool-2-thread-2|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel. 2022-11-13T04:16:50.292Z||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 Oi7quVEmKWoWd026) ... 2022-11-13T04:16:50.292Z||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 Oi7quVEmKWoWd026) ... 2022-11-13T04:16:59.845Z||pool-2-thread-2|||||INFO|500|| --> HTTP/1.1 200 OK 2022-11-13T04:16:59.851Z||pool-2-thread-9|||||INFO|500|| --> HTTP/1.1 200 OK 2022-11-13T04:17:50.290Z||pool-2-thread-9|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2022-11-13T04:17:50.291Z||pool-2-thread-9|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel. 2022-11-13T04:17:50.291Z||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 Oi7quVEmKWoWd026) ... 2022-11-13T04:17:50.292Z||pool-2-thread-2|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2022-11-13T04:17:50.292Z||pool-2-thread-2|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel. 2022-11-13T04:17:50.292Z||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 Oi7quVEmKWoWd026) ... 2022-11-13T04:17:58.992Z||pool-2-thread-9|||||INFO|500|| --> HTTP/1.1 200 OK 2022-11-13T04:17:58.993Z||pool-2-thread-9|||||DEBUG|500||received message from topic 2022-11-13T04:17:58.993Z||pool-2-thread-9|||||DEBUG|500||recieved notification from broker: {"distributionID":"f76c0162-f933-4d67-9eae-209a39530747","serviceName":"basic_network","serviceVersion":"1.0","serviceUUID":"c46cf41f-76f6-4eb9-ac86-2cd29f3dd19c","serviceDescription":"service","serviceInvariantUUID":"c87cd6c4-e720-43bd-824e-372bc0272431","resources":[{"resourceInstanceName":"Generic NeutronNet 0","resourceName":"Generic NeutronNet","resourceVersion":"1.0","resoucreType":"VL","resourceUUID":"bde82a1f-fa9f-4a5a-853c-8fbc958f0f09","resourceInvariantUUID":"b0dab4a5-e5ee-4966-91a2-a83eb6d77920","resourceCustomizationUUID":"37dd45b3-32fe-405d-8e28-80a4ed8f6891","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":"MGEzYWU2ODFiYzhhOGE5MTczNGM2MWYzNTdiMzk5YzI\u003d","artifactDescription":"TOSCA representation of the asset","artifactTimeout":0,"artifactUUID":"d2a6da38-d7cd-4f49-a650-9d0bb16b122f","artifactVersion":"1"},{"artifactName":"service-BasicNetwork-csar.csar","artifactType":"TOSCA_CSAR","artifactURL":"/sdc/v1/catalog/services/BasicNetwork/1.0/artifacts/service-BasicNetwork-csar.csar","artifactChecksum":"ZDRjMmI5NzYzODIxNzFlNjYyODM3M2M3M2FkZjM4MDc\u003d","artifactDescription":"TOSCA definition package of the asset","artifactTimeout":0,"artifactUUID":"db516b65-b786-40d7-9365-b410b40269a9","artifactVersion":"1"}],"workloadContext":"Production"} 2022-11-13T04:17:59.000Z||pool-2-thread-9|||||INFO|500||DistributionClient - sendNotificationStatus 2022-11-13T04:17:59.003Z||pool-2-thread-9|||||INFO|500||DistributionClient - sendStatus 2022-11-13T04:17:59.008Z||pool-2-thread-9|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap] 2022-11-13T04:17:59.008Z||pool-2-thread-9|||||DEBUG|500||try to send status { "distributionID": "f76c0162-f933-4d67-9eae-209a39530747", "consumerID": "SO-COpenSource-Env11", "timestamp": 1668313070290, "artifactURL": "/sdc/v1/catalog/services/BasicNetwork/1.0/artifacts/service-BasicNetwork-template.yml", "status": "NOT_NOTIFIED" } 2022-11-13T04:17:59.108Z||pool-35-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms 2022-11-13T04:17:59.109Z||pool-35-thread-1|||||WARN|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO will send credentials over a clear channel. 2022-11-13T04:17:59.109Z||pool-35-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as Oi7quVEmKWoWd026) ... 2022-11-13T04:17:59.134Z||pool-35-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK 2022-11-13T04:17:59.134Z||pool-35-thread-1|||||INFO|500||cambria reply ok (26 ms):{"serverTimeMs":5,"count":1} 2022-11-13T04:17:59.254Z||pool-2-thread-2|||||INFO|500|| --> HTTP/1.1 200 OK 2022-11-13T04:17:59.254Z||pool-2-thread-2|||||DEBUG|500||received message from topic 2022-11-13T04:17:59.254Z||pool-2-thread-2|||||DEBUG|500||recieved notification from broker: { "distributionID": "f76c0162-f933-4d67-9eae-209a39530747", "consumerID": "SO-COpenSource-Env11", "timestamp": 1668313070290, "artifactURL": "/sdc/v1/catalog/services/BasicNetwork/1.0/artifacts/service-BasicNetwork-template.yml", "status": "NOT_NOTIFIED" } 2022-11-13T04:17:59.255Z||pool-2-thread-2|||||INFO|500||Missing status on Status Object. 2022-11-13T04:18:00.008Z||pool-2-thread-9|||||INFO|500||DistributionClient - sendNotificationStatus 2022-11-13T04:18:00.010Z||pool-2-thread-9|||||INFO|500||DistributionClient - sendStatus 2022-11-13T04:18:00.013Z||pool-2-thread-9|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap] 2022-11-13T04:18:00.014Z||pool-2-thread-9|||||DEBUG|500||try to send status { "distributionID": "f76c0162-f933-4d67-9eae-209a39530747", "consumerID": "SO-COpenSource-Env11", "timestamp": 1668313070290, "artifactURL": "/sdc/v1/catalog/services/BasicNetwork/1.0/artifacts/service-BasicNetwork-csar.csar", "status": "NOTIFIED" } 2022-11-13T04:18:00.113Z||pool-36-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 99 ms 2022-11-13T04:18:00.122Z||pool-36-thread-1|||||WARN|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO will send credentials over a clear channel. 2022-11-13T04:18:00.122Z||pool-36-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as Oi7quVEmKWoWd026) ... 2022-11-13T04:18:00.137Z||pool-36-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK 2022-11-13T04:18:00.138Z||pool-36-thread-1|||||INFO|500||cambria reply ok (24 ms):{"serverTimeMs":0,"count":1} 2022-11-13T04:18:01.016Z||pool-2-thread-9|||||DEBUG|500||sending notification to client: { "distributionID": "f76c0162-f933-4d67-9eae-209a39530747", "serviceName": "basic_network", "serviceVersion": "1.0", "serviceUUID": "c46cf41f-76f6-4eb9-ac86-2cd29f3dd19c", "serviceDescription": "service", "serviceInvariantUUID": "c87cd6c4-e720-43bd-824e-372bc0272431", "resources": [ { "resourceInstanceName": "Generic NeutronNet 0", "resourceCustomizationUUID": "37dd45b3-32fe-405d-8e28-80a4ed8f6891", "resourceName": "Generic NeutronNet", "resourceVersion": "1.0", "resoucreType": "VL", "resourceUUID": "bde82a1f-fa9f-4a5a-853c-8fbc958f0f09", "resourceInvariantUUID": "b0dab4a5-e5ee-4966-91a2-a83eb6d77920", "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": "ZDRjMmI5NzYzODIxNzFlNjYyODM3M2M3M2FkZjM4MDc\u003d", "artifactDescription": "TOSCA definition package of the asset", "artifactTimeout": 0, "artifactVersion": "1", "artifactUUID": "db516b65-b786-40d7-9365-b410b40269a9" } ], "workloadContext": "Production" } 2022-11-13T04:18:01.017Z||pool-2-thread-9|||||DEBUG|500||Receive a callback notification in ASDC, nb of resources: 1 2022-11-13T04:18:01.018Z||pool-2-thread-9|||||INFO|500||ASDC_RECEIVE_CALLBACK_NOTIF 0 c46cf41f-76f6-4eb9-ac86-2cd29f3dd19c ASDC 2022-11-13T04:18:01.018Z|f76c0162-f933-4d67-9eae-209a39530747|pool-2-thread-9|||||DEBUG|500||ASDC Notification: DistributionID:f76c0162-f933-4d67-9eae-209a39530747 ServiceName:basic_network ServiceVersion:1.0 ServiceUUID:c46cf41f-76f6-4eb9-ac86-2cd29f3dd19c ServiceInvariantUUID:c87cd6c4-e720-43bd-824e-372bc0272431 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:db516b65-b786-40d7-9365-b410b40269a9 ArtifactChecksum:ZDRjMmI5NzYzODIxNzFlNjYyODM3M2M3M2FkZjM4MDc= GeneratedArtifact:{NULL } RelatedArtifacts:{ } } Resource Instances List: { Resource Instance Info: ResourceInstanceName:Generic NeutronNet 0 ResourceCustomizationUUID:37dd45b3-32fe-405d-8e28-80a4ed8f6891 ResourceInvariantUUID:b0dab4a5-e5ee-4966-91a2-a83eb6d77920 ResourceName:Generic NeutronNet ResourceType:VL ResourceUUID:bde82a1f-fa9f-4a5a-853c-8fbc958f0f09 ResourceVersion:1.0 Category:Generic SubCategory:Network Elements Resource Artifacts List: NULL } 2022-11-13T04:18:01.019Z|f76c0162-f933-4d67-9eae-209a39530747|pool-2-thread-9|||||INFO|500||ASDC_RECEIVE_SERVICE_NOTIF c46cf41f-76f6-4eb9-ac86-2cd29f3dd19c ASDC treatNotification Hibernate: select watchdogse0_.DISTRIBUTION_ID as distribu1_13_0_, watchdogse0_.SERVICE_MODEL_VERSION_ID as service_2_13_0_, watchdogse0_.CONSUMER_ID as consumer3_13_0_, watchdogse0_.CREATE_TIME as create_t4_13_0_, watchdogse0_.DISTRIBUTION_NOTIFICATION as distribu5_13_0_ from watchdog_service_mod_ver_id_lookup watchdogse0_ where watchdogse0_.DISTRIBUTION_ID=? and watchdogse0_.SERVICE_MODEL_VERSION_ID=? Hibernate: insert into watchdog_service_mod_ver_id_lookup (CONSUMER_ID, CREATE_TIME, DISTRIBUTION_NOTIFICATION, DISTRIBUTION_ID, SERVICE_MODEL_VERSION_ID) values (?, ?, ?, ?, ?) Hibernate: select watchdogdi0_.DISTRIBUTION_ID as distribu1_11_0_, watchdogdi0_.CREATE_TIME as create_t2_11_0_, watchdogdi0_.DISTRIBUTION_ID_STATUS as distribu3_11_0_, watchdogdi0_.MODIFY_TIME as modify_t4_11_0_, watchdogdi0_.LOCK_VERSION as lock_ver5_11_0_ from watchdog_distributionid_status watchdogdi0_ where watchdogdi0_.DISTRIBUTION_ID=? Hibernate: insert into watchdog_distributionid_status (CREATE_TIME, DISTRIBUTION_ID_STATUS, MODIFY_TIME, LOCK_VERSION, DISTRIBUTION_ID) values (?, ?, ?, ?, ?) 2022-11-13T04:18:01.060Z|f76c0162-f933-4d67-9eae-209a39530747|pool-2-thread-9|||||INFO|500||Unable to find the system property mso.config.path, use the default configuration 2022-11-13T04:18:01.062Z|f76c0162-f933-4d67-9eae-209a39530747|pool-2-thread-9|||||INFO|500||MSO config path is: /app 2022-11-13T04:18:01.062Z|f76c0162-f933-4d67-9eae-209a39530747|pool-2-thread-9|||||INFO|500||MSO config path is: /app 2022-11-13T04:18:01.062Z|f76c0162-f933-4d67-9eae-209a39530747|pool-2-thread-9|||||INFO|500||Trying to download the artifact UUID: db516b65-b786-40d7-9365-b410b40269a9 from URL: /sdc/v1/catalog/services/BasicNetwork/1.0/artifacts/service-BasicNetwork-csar.csar 2022-11-13T04:18:01.062Z|f76c0162-f933-4d67-9eae-209a39530747|pool-2-thread-9|||||INFO|500||DistributionClient - download 2022-11-13T04:18:01.063Z|f76c0162-f933-4d67-9eae-209a39530747|pool-2-thread-9|||||DEBUG|500||url to send https://sdc-be.onap:8443/sdc/v1/catalog/services/BasicNetwork/1.0/artifacts/service-BasicNetwork-csar.csar 2022-11-13T04:18:01.168Z|f76c0162-f933-4d67-9eae-209a39530747|pool-2-thread-9|||||DEBUG|500||GET Response Status 200 2022-11-13T04:18:01.170Z|f76c0162-f933-4d67-9eae-209a39530747|pool-2-thread-9|||||INFO|500||ASDC_ARTIFACT_DOWNLOAD_SUC /sdc/v1/catalog/services/BasicNetwork/1.0/artifacts/service-BasicNetwork-csar.csar db516b65-b786-40d7-9365-b410b40269a9 52511 2022-11-13T04:18:01.171Z|f76c0162-f933-4d67-9eae-209a39530747|pool-2-thread-9|||||INFO|500||ASDC_SEND_NOTIF_ASDC DOWNLOAD DOWNLOAD_OK /sdc/v1/catalog/services/BasicNetwork/1.0/artifacts/service-BasicNetwork-csar.csar ASDC sendASDCNotification 2022-11-13T04:18:01.171Z|f76c0162-f933-4d67-9eae-209a39530747|pool-2-thread-9|||||DEBUG|500||Sending DOWNLOAD(DOWNLOAD_OK) notification to ASDC for artifact:/sdc/v1/catalog/services/BasicNetwork/1.0/artifacts/service-BasicNetwork-csar.csar 2022-11-13T04:18:01.171Z|f76c0162-f933-4d67-9eae-209a39530747|pool-2-thread-9|||||INFO|500||DistributionClient - sendDownloadStatus 2022-11-13T04:18:01.171Z|f76c0162-f933-4d67-9eae-209a39530747|pool-2-thread-9|||||INFO|500||DistributionClient - sendStatus 2022-11-13T04:18:01.173Z|f76c0162-f933-4d67-9eae-209a39530747|pool-2-thread-9|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap] 2022-11-13T04:18:01.174Z|f76c0162-f933-4d67-9eae-209a39530747|pool-2-thread-9|||||DEBUG|500||try to send status { "distributionID": "f76c0162-f933-4d67-9eae-209a39530747", "consumerID": "SO-COpenSource-Env11", "timestamp": 1668313081171, "artifactURL": "/sdc/v1/catalog/services/BasicNetwork/1.0/artifacts/service-BasicNetwork-csar.csar", "status": "DOWNLOAD_OK" } 2022-11-13T04:18:01.275Z||pool-37-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 101 ms 2022-11-13T04:18:01.276Z||pool-37-thread-1|||||WARN|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO will send credentials over a clear channel. 2022-11-13T04:18:01.277Z||pool-37-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as Oi7quVEmKWoWd026) ... 2022-11-13T04:18:01.296Z||pool-37-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK 2022-11-13T04:18:01.297Z||pool-37-thread-1|||||INFO|500||cambria reply ok (21 ms):{"serverTimeMs":1,"count":1} 2022-11-13T04:18:02.174Z|f76c0162-f933-4d67-9eae-209a39530747|pool-2-thread-9|||||INFO|500||Unable to find the system property mso.config.path, use the default configuration 2022-11-13T04:18:02.175Z|f76c0162-f933-4d67-9eae-209a39530747|pool-2-thread-9|||||INFO|500||MSO config path is: /app 2022-11-13T04:18:02.175Z|f76c0162-f933-4d67-9eae-209a39530747|pool-2-thread-9|||||INFO|500||Trying to write artifact UUID: db516b65-b786-40d7-9365-b410b40269a9, URL: /sdc/v1/catalog/services/BasicNetwork/1.0/artifacts/service-BasicNetwork-csar.csar to file: /app/ASDC/1/service-BasicNetwork-csar.csar 2022-11-13T04:18:02.176Z|f76c0162-f933-4d67-9eae-209a39530747|pool-2-thread-9|||||INFO|500||ASDC_RECEIVE_SERVICE_NOTIF ***WRITE FILE ARTIFACT NAME ASDC service-BasicNetwork-csar.csar 2022-11-13T04:18:02.176Z|f76c0162-f933-4d67-9eae-209a39530747|pool-2-thread-9|||||DEBUG|500||ASDC File path is: /app/ASDC/1/service-BasicNetwork-csar.csar 2022-11-13T04:18:02.177Z|f76c0162-f933-4d67-9eae-209a39530747|pool-2-thread-9|||||INFO|500||ASDC_RECEIVE_SERVICE_NOTIF ***PATH ASDC /app/ASDC/1/service-BasicNetwork-csar.csar 2022-11-13T04:18:02.323Z|f76c0162-f933-4d67-9eae-209a39530747|pool-2-thread-9|||||DEBUG|500||ToscaTemplate Loading YAMEL file /tmp/JTP11099363773480059166/Definitions/service-BasicNetwork-template.yml 2022-11-13T04:18:02.909Z|f76c0162-f933-4d67-9eae-209a39530747|pool-2-thread-9|||||DEBUG|500||CSAR conformance level is 11.0 2022-11-13T04:18:02.910Z|f76c0162-f933-4d67-9eae-209a39530747|pool-2-thread-9|||||WARN|500||#################################################################################################### 2022-11-13T04:18:02.910Z|f76c0162-f933-4d67-9eae-209a39530747|pool-2-thread-9|||||WARN|500||CSAR Warnings found! CSAR name - /app/ASDC/1/service-BasicNetwork-csar.csar 2022-11-13T04:18:02.910Z|f76c0162-f933-4d67-9eae-209a39530747|pool-2-thread-9|||||WARN|500||ToscaTemplate - verifyTemplate - 8 Parsing Warnings occurred... 2022-11-13T04:18:02.910Z|f76c0162-f933-4d67-9eae-209a39530747|pool-2-thread-9|||||WARN|500||JTosca Exception [JE003]: MissingRequiredFieldError: Data value of type "org.openecomp.datatypes.EcompNaming" is missing required field(s) "[supplemental_data]". CSAR name - /app/ASDC/1/service-BasicNetwork-csar.csar 2022-11-13T04:18:02.910Z|f76c0162-f933-4d67-9eae-209a39530747|pool-2-thread-9|||||WARN|500||JTosca Exception [JE003]: MissingRequiredFieldError: Data value of type "org.openecomp.datatypes.network.NetworkAssignments" is missing required field(s) "[is_shared_network, supplemental_data]". CSAR name - /app/ASDC/1/service-BasicNetwork-csar.csar 2022-11-13T04:18:02.911Z|f76c0162-f933-4d67-9eae-209a39530747|pool-2-thread-9|||||WARN|500||JTosca Exception [JE003]: MissingRequiredFieldError: Data value of type "org.openecomp.datatypes.network.IPv4SubnetAssignments" is missing required field(s) "[use_ipv4, ip_version, cidr_mask, supplemental_data]". CSAR name - /app/ASDC/1/service-BasicNetwork-csar.csar 2022-11-13T04:18:02.911Z|f76c0162-f933-4d67-9eae-209a39530747|pool-2-thread-9|||||WARN|500||JTosca Exception [JE003]: MissingRequiredFieldError: Data value of type "org.openecomp.datatypes.EcompHoming" is missing required field(s) "[supplemental_data]". CSAR name - /app/ASDC/1/service-BasicNetwork-csar.csar 2022-11-13T04:18:02.911Z|f76c0162-f933-4d67-9eae-209a39530747|pool-2-thread-9|||||WARN|500||JTosca Exception [JE003]: MissingRequiredFieldError: Data value of type "org.openecomp.datatypes.Naming" is missing required field(s) "[supplemental_data]". CSAR name - /app/ASDC/1/service-BasicNetwork-csar.csar 2022-11-13T04:18:02.911Z|f76c0162-f933-4d67-9eae-209a39530747|pool-2-thread-9|||||WARN|500||JTosca Exception [JE003]: MissingRequiredFieldError: Data value of type "org.openecomp.datatypes.network.NetworkFlows" is missing required field(s) "[supplemental_data]". CSAR name - /app/ASDC/1/service-BasicNetwork-csar.csar 2022-11-13T04:18:02.911Z|f76c0162-f933-4d67-9eae-209a39530747|pool-2-thread-9|||||WARN|500||JTosca Exception [JE003]: MissingRequiredFieldError: Data value of type "org.openecomp.datatypes.network.IPv6SubnetAssignments" is missing required field(s) "[use_ipv6, ip_version, cidr_mask, supplemental_data]". CSAR name - /app/ASDC/1/service-BasicNetwork-csar.csar 2022-11-13T04:18:02.911Z|f76c0162-f933-4d67-9eae-209a39530747|pool-2-thread-9|||||WARN|500||JTosca Exception [JE003]: MissingRequiredFieldError: properties of template "Generic NeutronNet 0" are missing field(s): [network_role, provider_network]. CSAR name - /app/ASDC/1/service-BasicNetwork-csar.csar 2022-11-13T04:18:02.911Z|f76c0162-f933-4d67-9eae-209a39530747|pool-2-thread-9|||||WARN|500||#################################################################################################### 2022-11-13T04:18:02.911Z|f76c0162-f933-4d67-9eae-209a39530747|pool-2-thread-9|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive 2022-11-13T04:18:02.912Z|f76c0162-f933-4d67-9eae-209a39530747|pool-2-thread-9|||||DEBUG|500||Service basic_network is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=SERVICE_PROXY, toscaType=null, uUID=null, customizationUUID=null 2022-11-13T04:18:02.912Z|f76c0162-f933-4d67-9eae-209a39530747|pool-2-thread-9|||||DEBUG|500||Node template Generic NeutronNet 0 is not matching search criteria 2022-11-13T04:18:02.912Z|f76c0162-f933-4d67-9eae-209a39530747|pool-2-thread-9|||||DEBUG|500||Search for entities recursively 2022-11-13T04:18:02.912Z|f76c0162-f933-4d67-9eae-209a39530747|pool-2-thread-9|||||DEBUG|500||Found topology templates [] matching following query criteria: sdcType=Service, customizationUUID=null 2022-11-13T04:18:02.913Z|f76c0162-f933-4d67-9eae-209a39530747|pool-2-thread-9|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive 2022-11-13T04:18:02.913Z|f76c0162-f933-4d67-9eae-209a39530747|pool-2-thread-9|||||DEBUG|500||Service basic_network is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=CONFIGURATION, toscaType=null, uUID=null, customizationUUID=null 2022-11-13T04:18:02.913Z|f76c0162-f933-4d67-9eae-209a39530747|pool-2-thread-9|||||DEBUG|500||Node template Generic NeutronNet 0 is not matching search criteria 2022-11-13T04:18:02.913Z|f76c0162-f933-4d67-9eae-209a39530747|pool-2-thread-9|||||DEBUG|500||Search for entities recursively 2022-11-13T04:18:02.913Z|f76c0162-f933-4d67-9eae-209a39530747|pool-2-thread-9|||||DEBUG|500||Found topology templates [] matching following query criteria: sdcType=Service, customizationUUID=null 2022-11-13T04:18:02.913Z|f76c0162-f933-4d67-9eae-209a39530747|pool-2-thread-9|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive 2022-11-13T04:18:02.913Z|f76c0162-f933-4d67-9eae-209a39530747|pool-2-thread-9|||||DEBUG|500||Service basic_network is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=VF, toscaType=null, uUID=null, customizationUUID=null 2022-11-13T04:18:02.914Z|f76c0162-f933-4d67-9eae-209a39530747|pool-2-thread-9|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive 2022-11-13T04:18:02.914Z|f76c0162-f933-4d67-9eae-209a39530747|pool-2-thread-9|||||DEBUG|500||Service basic_network is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=VL, toscaType=null, uUID=null, customizationUUID=null 2022-11-13T04:18:02.914Z|f76c0162-f933-4d67-9eae-209a39530747|pool-2-thread-9|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive 2022-11-13T04:18:02.914Z|f76c0162-f933-4d67-9eae-209a39530747|pool-2-thread-9|||||DEBUG|500||Service basic_network is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=CR, toscaType=null, uUID=null, customizationUUID=null 2022-11-13T04:18:02.914Z|f76c0162-f933-4d67-9eae-209a39530747|pool-2-thread-9|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive 2022-11-13T04:18:02.915Z|f76c0162-f933-4d67-9eae-209a39530747|pool-2-thread-9|||||DEBUG|500||Service basic_network is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=VF, toscaType=null, uUID=null, customizationUUID=null 2022-11-13T04:18:02.915Z|f76c0162-f933-4d67-9eae-209a39530747|pool-2-thread-9|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive 2022-11-13T04:18:02.915Z|f76c0162-f933-4d67-9eae-209a39530747|pool-2-thread-9|||||DEBUG|500||Service basic_network is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=PNF, toscaType=null, uUID=null, customizationUUID=null 2022-11-13T04:18:02.915Z|f76c0162-f933-4d67-9eae-209a39530747|pool-2-thread-9|||||DEBUG|500||CSAR Notification: Service Level Properties: Name:basic_network Description:service Model UUID:c46cf41f-76f6-4eb9-ac86-2cd29f3dd19c Model Version:NULL Model InvariantUuid:c87cd6c4-e720-43bd-824e-372bc0272431 Service Type: Service Role: WorkLoad Context:Production Environment Context:General_Revenue-Bearing NETWORK Level Properties: Model Name:Generic NeutronNet Model InvariantUuid:b0dab4a5-e5ee-4966-91a2-a83eb6d77920 Model UUID:555adbbd-f25a-4ac6-b4b3-e763bf019ca4 Model Version:1.0 AIC Max Version:NULL AIC Min Version:NULL Tosca Node Type:VL Description:Generic NeutronNet NETWORK Customization Properties: CustomizationUUID:37dd45b3-32fe-405d-8e28-80a4ed8f6891 Network Technology:NEUTRON Network Type:NEUTRON Network Role:null Network Scope:null VF Allotted Resource Properties: PNF Allotted Resource Properties: Hibernate: select toscacsar0_.ARTIFACT_UUID as artifact1_57_0_, toscacsar0_.ARTIFACT_CHECKSUM as artifact2_57_0_, toscacsar0_.CREATION_TIMESTAMP as creation3_57_0_, toscacsar0_.DESCRIPTION as descript4_57_0_, toscacsar0_.NAME as name5_57_0_, toscacsar0_.URL as url6_57_0_, toscacsar0_.Version as version7_57_0_ from tosca_csar toscacsar0_ where toscacsar0_.ARTIFACT_UUID=? 2022-11-13T04:18:02.923Z|f76c0162-f933-4d67-9eae-209a39530747|pool-2-thread-9|||||INFO|500||Processing Resource Type: VL, Model UUID: bde82a1f-fa9f-4a5a-853c-8fbc958f0f09 2022-11-13T04:18:02.923Z|f76c0162-f933-4d67-9eae-209a39530747|pool-2-thread-9|||||INFO|500||No resources found for Service: c46cf41f-76f6-4eb9-ac86-2cd29f3dd19c Hibernate: select service0_.MODEL_UUID as model_uu1_50_, service0_.CDS_BLUEPRINT_NAME as cds_blue2_50_, service0_.CDS_BLUEPRINT_VERSION as cds_blue3_50_, service0_.SERVICE_CATEGORY as service_4_50_, service0_.CONTROLLER_ACTOR as controll5_50_, service0_.CREATION_TIMESTAMP as creation6_50_, service0_.TOSCA_CSAR_ARTIFACT_UUID as tosca_c21_50_, service0_.DESCRIPTION as descript7_50_, service0_.OVERALL_DISTRIBUTION_STATUS as overall_8_50_, service0_.ENVIRONMENT_CONTEXT as environm9_50_, service0_.MODEL_INVARIANT_UUID as model_i10_50_, service0_.MODEL_NAME as model_n11_50_, service0_.MODEL_VERSION as model_v12_50_, service0_.NAMING_POLICY as naming_13_50_, service0_.ONAP_GENERATED_NAMING as onap_ge14_50_, service0_.RESOURCE_ORDER as resourc15_50_, service0_.SERVICE_FUNCTION as service16_50_, service0_.SERVICE_ROLE as service17_50_, service0_.SERVICE_TYPE as service18_50_, service0_.SKIP_POST_INSTANTIATION_CONFIGURATION as skip_po19_50_, service0_.WORKLOAD_CONTEXT as workloa20_50_ from service service0_ where service0_.MODEL_UUID=? 2022-11-13T04:18:02.946Z|f76c0162-f933-4d67-9eae-209a39530747|pool-2-thread-9|||||INFO|500|| 2022-11-13T04:18:02.947Z|f76c0162-f933-4d67-9eae-209a39530747|pool-2-thread-9|||||DEBUG|500||Processing Resource Type: VL and Model UUID: 2022-11-13T04:18:02.948Z|f76c0162-f933-4d67-9eae-209a39530747|pool-2-thread-9|||||DEBUG|500||No resources found for Service: c46cf41f-76f6-4eb9-ac86-2cd29f3dd19c 2022-11-13T04:18:02.948Z|f76c0162-f933-4d67-9eae-209a39530747|pool-2-thread-9|||||DEBUG|500||Preparing to deploy Service: c46cf41f-76f6-4eb9-ac86-2cd29f3dd19c 2022-11-13T04:18:02.948Z|f76c0162-f933-4d67-9eae-209a39530747|pool-2-thread-9|||||INFO|500||ASDC_START_DEPLOY_ARTIFACT ASDC 2022-11-13T04:18:02.948Z|f76c0162-f933-4d67-9eae-209a39530747|pool-2-thread-9|||||INFO|500||ASDC_GENERAL_INFO There is no VF mudules in the VF. ASDC createVfModuleStructures Hibernate: select toscacsar0_.ARTIFACT_UUID as artifact1_57_0_, toscacsar0_.ARTIFACT_CHECKSUM as artifact2_57_0_, toscacsar0_.CREATION_TIMESTAMP as creation3_57_0_, toscacsar0_.DESCRIPTION as descript4_57_0_, toscacsar0_.NAME as name5_57_0_, toscacsar0_.URL as url6_57_0_, toscacsar0_.Version as version7_57_0_ from tosca_csar toscacsar0_ where toscacsar0_.ARTIFACT_UUID=? Hibernate: select service0_.MODEL_UUID as model_uu1_50_, service0_.CDS_BLUEPRINT_NAME as cds_blue2_50_, service0_.CDS_BLUEPRINT_VERSION as cds_blue3_50_, service0_.SERVICE_CATEGORY as service_4_50_, service0_.CONTROLLER_ACTOR as controll5_50_, service0_.CREATION_TIMESTAMP as creation6_50_, service0_.TOSCA_CSAR_ARTIFACT_UUID as tosca_c21_50_, service0_.DESCRIPTION as descript7_50_, service0_.OVERALL_DISTRIBUTION_STATUS as overall_8_50_, service0_.ENVIRONMENT_CONTEXT as environm9_50_, service0_.MODEL_INVARIANT_UUID as model_i10_50_, service0_.MODEL_NAME as model_n11_50_, service0_.MODEL_VERSION as model_v12_50_, service0_.NAMING_POLICY as naming_13_50_, service0_.ONAP_GENERATED_NAMING as onap_ge14_50_, service0_.RESOURCE_ORDER as resourc15_50_, service0_.SERVICE_FUNCTION as service16_50_, service0_.SERVICE_ROLE as service17_50_, service0_.SERVICE_TYPE as service18_50_, service0_.SKIP_POST_INSTANTIATION_CONFIGURATION as skip_po19_50_, service0_.WORKLOAD_CONTEXT as workloa20_50_ from service service0_ where service0_.MODEL_UUID=? 2022-11-13T04:18:02.962Z|f76c0162-f933-4d67-9eae-209a39530747|pool-2-thread-9|||||DEBUG|500||serviceInputs: {} [org.onap.sdc.toscaparser.api.parameters.Input@2debe64, org.onap.sdc.toscaparser.api.parameters.Input@5dfbbb69, org.onap.sdc.toscaparser.api.parameters.Input@12e9a116, org.onap.sdc.toscaparser.api.parameters.Input@7357ee44, org.onap.sdc.toscaparser.api.parameters.Input@40d53d4] 2022-11-13T04:18:02.964Z|f76c0162-f933-4d67-9eae-209a39530747|pool-2-thread-9|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive 2022-11-13T04:18:02.964Z|f76c0162-f933-4d67-9eae-209a39530747|pool-2-thread-9|||||DEBUG|500||Service basic_network is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=VF, toscaType=null, uUID=null, customizationUUID=null 2022-11-13T04:18:02.964Z|f76c0162-f933-4d67-9eae-209a39530747|pool-2-thread-9|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive 2022-11-13T04:18:02.964Z|f76c0162-f933-4d67-9eae-209a39530747|pool-2-thread-9|||||DEBUG|500||Service basic_network is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=null, toscaType=null, uUID=null, customizationUUID=null 2022-11-13T04:18:02.965Z|f76c0162-f933-4d67-9eae-209a39530747|pool-2-thread-9|||||DEBUG|500|| resourceSeq for service uuid c46cf41f-76f6-4eb9-ac86-2cd29f3dd19c: Generic NeutronNet 2022-11-13T04:18:02.965Z|f76c0162-f933-4d67-9eae-209a39530747|pool-2-thread-9|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive 2022-11-13T04:18:02.965Z|f76c0162-f933-4d67-9eae-209a39530747|pool-2-thread-9|||||DEBUG|500||Service basic_network is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=PNF, toscaType=null, uUID=null, customizationUUID=null 2022-11-13T04:18:02.965Z|f76c0162-f933-4d67-9eae-209a39530747|pool-2-thread-9|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive 2022-11-13T04:18:02.965Z|f76c0162-f933-4d67-9eae-209a39530747|pool-2-thread-9|||||DEBUG|500||Service basic_network is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=VL, toscaType=null, uUID=null, customizationUUID=null Hibernate: select tempnetwor0_.HEAT_TEMPLATE_ARTIFACT_UUID as heat_tem1_56_, tempnetwor0_.NETWORK_RESOURCE_MODEL_NAME as network_2_56_, tempnetwor0_.AIC_VERSION_MAX as aic_vers3_56_, tempnetwor0_.AIC_VERSION_MIN as aic_vers4_56_ from temp_network_heat_template_lookup tempnetwor0_ where tempnetwor0_.NETWORK_RESOURCE_MODEL_NAME=? limit ? Hibernate: select heattempla0_.ARTIFACT_UUID as artifact1_29_, heattempla0_.ARTIFACT_CHECKSUM as artifact2_29_, heattempla0_.CREATION_TIMESTAMP as creation3_29_, heattempla0_.DESCRIPTION as descript4_29_, heattempla0_.BODY as body5_29_, heattempla0_.NAME as name6_29_, heattempla0_.TIMEOUT_MINUTES as timeout_7_29_, heattempla0_.VERSION as version8_29_ from heat_template heattempla0_ where heattempla0_.ARTIFACT_UUID=? Hibernate: select networkres0_.MODEL_CUSTOMIZATION_UUID as model_cu1_38_, networkres0_.CREATION_TIMESTAMP as creation2_38_, networkres0_.MODEL_INSTANCE_NAME as model_in3_38_, networkres0_.NETWORK_RESOURCE_MODEL_UUID as network_9_38_, networkres0_.NETWORK_ROLE as network_4_38_, networkres0_.NETWORK_SCOPE as network_5_38_, networkres0_.NETWORK_TECHNOLOGY as network_6_38_, networkres0_.NETWORK_TYPE as network_7_38_, networkres0_.RESOURCE_INPUT as resource8_38_ from network_resource_customization networkres0_ where networkres0_.MODEL_CUSTOMIZATION_UUID=? Hibernate: select networkres0_.MODEL_UUID as model_uu1_37_, networkres0_.AIC_VERSION_MAX as aic_vers2_37_, networkres0_.AIC_VERSION_MIN as aic_vers3_37_, networkres0_.RESOURCE_CATEGORY as resource4_37_, networkres0_.CREATION_TIMESTAMP as creation5_37_, networkres0_.DESCRIPTION as descript6_37_, networkres0_.HEAT_TEMPLATE_ARTIFACT_UUID as heat_te14_37_, networkres0_.MODEL_INVARIANT_UUID as model_in7_37_, networkres0_.MODEL_NAME as model_na8_37_, networkres0_.MODEL_VERSION as model_ve9_37_, networkres0_.NEUTRON_NETWORK_TYPE as neutron10_37_, networkres0_.ORCHESTRATION_MODE as orchest11_37_, networkres0_.RESOURCE_SUB_CATEGORY as resourc12_37_, networkres0_.TOSCA_NODE_TYPE as tosca_n13_37_ from network_resource networkres0_ where networkres0_.MODEL_UUID=? 2022-11-13T04:18:03.010Z|f76c0162-f933-4d67-9eae-209a39530747|pool-2-thread-9|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive 2022-11-13T04:18:03.010Z|f76c0162-f933-4d67-9eae-209a39530747|pool-2-thread-9|||||DEBUG|500||Service basic_network is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=CR, toscaType=null, uUID=null, customizationUUID=null 2022-11-13T04:18:03.011Z|f76c0162-f933-4d67-9eae-209a39530747|pool-2-thread-9|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive 2022-11-13T04:18:03.011Z|f76c0162-f933-4d67-9eae-209a39530747|pool-2-thread-9|||||DEBUG|500||Service basic_network is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=SERVICE_PROXY, toscaType=null, uUID=null, customizationUUID=null 2022-11-13T04:18:03.011Z|f76c0162-f933-4d67-9eae-209a39530747|pool-2-thread-9|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive 2022-11-13T04:18:03.012Z|f76c0162-f933-4d67-9eae-209a39530747|pool-2-thread-9|||||DEBUG|500||Service basic_network is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=CONFIGURATION, toscaType=null, uUID=null, customizationUUID=null 2022-11-13T04:18:03.012Z|f76c0162-f933-4d67-9eae-209a39530747|pool-2-thread-9|||||INFO|500||Saving Service: basic_network Hibernate: select service0_.MODEL_UUID as model_uu1_50_3_, service0_.CDS_BLUEPRINT_NAME as cds_blue2_50_3_, service0_.CDS_BLUEPRINT_VERSION as cds_blue3_50_3_, service0_.SERVICE_CATEGORY as service_4_50_3_, service0_.CONTROLLER_ACTOR as controll5_50_3_, service0_.CREATION_TIMESTAMP as creation6_50_3_, service0_.TOSCA_CSAR_ARTIFACT_UUID as tosca_c21_50_3_, service0_.DESCRIPTION as descript7_50_3_, service0_.OVERALL_DISTRIBUTION_STATUS as overall_8_50_3_, service0_.ENVIRONMENT_CONTEXT as environm9_50_3_, service0_.MODEL_INVARIANT_UUID as model_i10_50_3_, service0_.MODEL_NAME as model_n11_50_3_, service0_.MODEL_VERSION as model_v12_50_3_, service0_.NAMING_POLICY as naming_13_50_3_, service0_.ONAP_GENERATED_NAMING as onap_ge14_50_3_, service0_.RESOURCE_ORDER as resourc15_50_3_, service0_.SERVICE_FUNCTION as service16_50_3_, service0_.SERVICE_ROLE as service17_50_3_, service0_.SERVICE_TYPE as service18_50_3_, service0_.SKIP_POST_INSTANTIATION_CONFIGURATION as skip_po19_50_3_, service0_.WORKLOAD_CONTEXT as workloa20_50_3_, allottedcu1_.SERVICE_MODEL_UUID as service_1_8_5_, allottedre2_.MODEL_CUSTOMIZATION_UUID as resource2_8_5_, allottedre2_.MODEL_CUSTOMIZATION_UUID as model_cu1_7_0_, allottedre2_.AR_MODEL_UUID as ar_mode15_7_0_, allottedre2_.CREATION_TIMESTAMP as creation2_7_0_, allottedre2_.MAX_INSTANCES as max_inst3_7_0_, allottedre2_.MIN_INSTANCES as min_inst4_7_0_, allottedre2_.MODEL_INSTANCE_NAME as model_in5_7_0_, allottedre2_.NF_FUNCTION as nf_funct6_7_0_, allottedre2_.NF_NAMING_CODE as nf_namin7_7_0_, allottedre2_.NF_ROLE as nf_role8_7_0_, allottedre2_.NF_TYPE as nf_type9_7_0_, allottedre2_.PROVIDING_SERVICE_MODEL_INVARIANT_UUID as providi10_7_0_, allottedre2_.PROVIDING_SERVICE_MODEL_NAME as providi11_7_0_, allottedre2_.PROVIDING_SERVICE_MODEL_UUID as providi12_7_0_, allottedre2_.RESOURCE_INPUT as resourc13_7_0_, allottedre2_.TARGET_NETWORK_ROLE as target_14_7_0_, allottedre3_.MODEL_UUID as model_uu1_6_1_, allottedre3_.CREATION_TIMESTAMP as creation2_6_1_, allottedre3_.DESCRIPTION as descript3_6_1_, allottedre3_.MODEL_INVARIANT_UUID as model_in4_6_1_, allottedre3_.MODEL_NAME as model_na5_6_1_, allottedre3_.MODEL_VERSION as model_ve6_6_1_, allottedre3_.SUBCATEGORY as subcateg7_6_1_, allottedre3_.TOSCA_NODE_TYPE as tosca_no8_6_1_, toscacsar4_.ARTIFACT_UUID as artifact1_57_2_, toscacsar4_.ARTIFACT_CHECKSUM as artifact2_57_2_, toscacsar4_.CREATION_TIMESTAMP as creation3_57_2_, toscacsar4_.DESCRIPTION as descript4_57_2_, toscacsar4_.NAME as name5_57_2_, toscacsar4_.URL as url6_57_2_, toscacsar4_.Version as version7_57_2_ from service service0_ left outer join allotted_resource_customization_to_service allottedcu1_ on service0_.MODEL_UUID=allottedcu1_.SERVICE_MODEL_UUID left outer join allotted_resource_customization allottedre2_ on allottedcu1_.RESOURCE_MODEL_CUSTOMIZATION_UUID=allottedre2_.MODEL_CUSTOMIZATION_UUID left outer join allotted_resource allottedre3_ on allottedre2_.AR_MODEL_UUID=allottedre3_.MODEL_UUID left outer join tosca_csar toscacsar4_ on service0_.TOSCA_CSAR_ARTIFACT_UUID=toscacsar4_.ARTIFACT_UUID where service0_.MODEL_UUID=? Hibernate: select toscacsar0_.ARTIFACT_UUID as artifact1_57_1_, toscacsar0_.ARTIFACT_CHECKSUM as artifact2_57_1_, toscacsar0_.CREATION_TIMESTAMP as creation3_57_1_, toscacsar0_.DESCRIPTION as descript4_57_1_, toscacsar0_.NAME as name5_57_1_, toscacsar0_.URL as url6_57_1_, toscacsar0_.Version as version7_57_1_, services1_.TOSCA_CSAR_ARTIFACT_UUID as tosca_c21_50_3_, services1_.MODEL_UUID as model_uu1_50_3_, services1_.MODEL_UUID as model_uu1_50_0_, services1_.CDS_BLUEPRINT_NAME as cds_blue2_50_0_, services1_.CDS_BLUEPRINT_VERSION as cds_blue3_50_0_, services1_.SERVICE_CATEGORY as service_4_50_0_, services1_.CONTROLLER_ACTOR as controll5_50_0_, services1_.CREATION_TIMESTAMP as creation6_50_0_, services1_.TOSCA_CSAR_ARTIFACT_UUID as tosca_c21_50_0_, services1_.DESCRIPTION as descript7_50_0_, services1_.OVERALL_DISTRIBUTION_STATUS as overall_8_50_0_, services1_.ENVIRONMENT_CONTEXT as environm9_50_0_, services1_.MODEL_INVARIANT_UUID as model_i10_50_0_, services1_.MODEL_NAME as model_n11_50_0_, services1_.MODEL_VERSION as model_v12_50_0_, services1_.NAMING_POLICY as naming_13_50_0_, services1_.ONAP_GENERATED_NAMING as onap_ge14_50_0_, services1_.RESOURCE_ORDER as resourc15_50_0_, services1_.SERVICE_FUNCTION as service16_50_0_, services1_.SERVICE_ROLE as service17_50_0_, services1_.SERVICE_TYPE as service18_50_0_, services1_.SKIP_POST_INSTANTIATION_CONFIGURATION as skip_po19_50_0_, services1_.WORKLOAD_CONTEXT as workloa20_50_0_ from tosca_csar toscacsar0_ left outer join service services1_ on toscacsar0_.ARTIFACT_UUID=services1_.TOSCA_CSAR_ARTIFACT_UUID where toscacsar0_.ARTIFACT_UUID=? Hibernate: select networkres0_.MODEL_CUSTOMIZATION_UUID as model_cu1_38_3_, networkres0_.CREATION_TIMESTAMP as creation2_38_3_, networkres0_.MODEL_INSTANCE_NAME as model_in3_38_3_, networkres0_.NETWORK_RESOURCE_MODEL_UUID as network_9_38_3_, networkres0_.NETWORK_ROLE as network_4_38_3_, networkres0_.NETWORK_SCOPE as network_5_38_3_, networkres0_.NETWORK_TECHNOLOGY as network_6_38_3_, networkres0_.NETWORK_TYPE as network_7_38_3_, networkres0_.RESOURCE_INPUT as resource8_38_3_, networkres1_.MODEL_UUID as model_uu1_37_0_, networkres1_.AIC_VERSION_MAX as aic_vers2_37_0_, networkres1_.AIC_VERSION_MIN as aic_vers3_37_0_, networkres1_.RESOURCE_CATEGORY as resource4_37_0_, networkres1_.CREATION_TIMESTAMP as creation5_37_0_, networkres1_.DESCRIPTION as descript6_37_0_, networkres1_.HEAT_TEMPLATE_ARTIFACT_UUID as heat_te14_37_0_, networkres1_.MODEL_INVARIANT_UUID as model_in7_37_0_, networkres1_.MODEL_NAME as model_na8_37_0_, networkres1_.MODEL_VERSION as model_ve9_37_0_, networkres1_.NEUTRON_NETWORK_TYPE as neutron10_37_0_, networkres1_.ORCHESTRATION_MODE as orchest11_37_0_, networkres1_.RESOURCE_SUB_CATEGORY as resourc12_37_0_, networkres1_.TOSCA_NODE_TYPE as tosca_n13_37_0_, collection2_.NETWORK_RESOURCE_MODEL_UUID as network_9_15_5_, collection2_.MODEL_CUSTOMIZATION_UUID as model_cu1_15_5_, collection2_.MODEL_CUSTOMIZATION_UUID as model_cu1_15_1_, collection2_.CREATION_TIMESTAMP as creation2_15_1_, collection2_.INSTANCE_GROUP_MODEL_UUID as instance8_15_1_, collection2_.MODEL_INSTANCE_NAME as model_in3_15_1_, collection2_.NETWORK_RESOURCE_MODEL_UUID as network_9_15_1_, collection2_.CRC_MODEL_CUSTOMIZATION_UUID as crc_mod10_15_1_, collection2_.NETWORK_ROLE as network_4_15_1_, collection2_.NETWORK_SCOPE as network_5_15_1_, collection2_.NETWORK_TECHNOLOGY as network_6_15_1_, collection2_.NETWORK_TYPE as network_7_15_1_, heattempla3_.ARTIFACT_UUID as artifact1_29_2_, heattempla3_.ARTIFACT_CHECKSUM as artifact2_29_2_, heattempla3_.CREATION_TIMESTAMP as creation3_29_2_, heattempla3_.DESCRIPTION as descript4_29_2_, heattempla3_.BODY as body5_29_2_, heattempla3_.NAME as name6_29_2_, heattempla3_.TIMEOUT_MINUTES as timeout_7_29_2_, heattempla3_.VERSION as version8_29_2_ from network_resource_customization networkres0_ left outer join network_resource networkres1_ on networkres0_.NETWORK_RESOURCE_MODEL_UUID=networkres1_.MODEL_UUID left outer join collection_network_resource_customization collection2_ on networkres1_.MODEL_UUID=collection2_.NETWORK_RESOURCE_MODEL_UUID left outer join heat_template heattempla3_ on networkres1_.HEAT_TEMPLATE_ARTIFACT_UUID=heattempla3_.ARTIFACT_UUID where networkres0_.MODEL_CUSTOMIZATION_UUID=? Hibernate: select networkres0_.MODEL_UUID as model_uu1_37_4_, networkres0_.AIC_VERSION_MAX as aic_vers2_37_4_, networkres0_.AIC_VERSION_MIN as aic_vers3_37_4_, networkres0_.RESOURCE_CATEGORY as resource4_37_4_, networkres0_.CREATION_TIMESTAMP as creation5_37_4_, networkres0_.DESCRIPTION as descript6_37_4_, networkres0_.HEAT_TEMPLATE_ARTIFACT_UUID as heat_te14_37_4_, networkres0_.MODEL_INVARIANT_UUID as model_in7_37_4_, networkres0_.MODEL_NAME as model_na8_37_4_, networkres0_.MODEL_VERSION as model_ve9_37_4_, networkres0_.NEUTRON_NETWORK_TYPE as neutron10_37_4_, networkres0_.ORCHESTRATION_MODE as orchest11_37_4_, networkres0_.RESOURCE_SUB_CATEGORY as resourc12_37_4_, networkres0_.TOSCA_NODE_TYPE as tosca_n13_37_4_, collection1_.NETWORK_RESOURCE_MODEL_UUID as network_9_15_6_, collection1_.MODEL_CUSTOMIZATION_UUID as model_cu1_15_6_, collection1_.MODEL_CUSTOMIZATION_UUID as model_cu1_15_0_, collection1_.CREATION_TIMESTAMP as creation2_15_0_, collection1_.INSTANCE_GROUP_MODEL_UUID as instance8_15_0_, collection1_.MODEL_INSTANCE_NAME as model_in3_15_0_, collection1_.NETWORK_RESOURCE_MODEL_UUID as network_9_15_0_, collection1_.CRC_MODEL_CUSTOMIZATION_UUID as crc_mod10_15_0_, collection1_.NETWORK_ROLE as network_4_15_0_, collection1_.NETWORK_SCOPE as network_5_15_0_, collection1_.NETWORK_TECHNOLOGY as network_6_15_0_, collection1_.NETWORK_TYPE as network_7_15_0_, instancegr2_.MODEL_UUID as model_uu2_33_1_, instancegr2_.CR_MODEL_UUID as cr_mode10_33_1_, instancegr2_.CREATION_TIMESTAMP as creation3_33_1_, instancegr2_.MODEL_INVARIANT_UUID as model_in4_33_1_, instancegr2_.MODEL_NAME as model_na5_33_1_, instancegr2_.MODEL_VERSION as model_ve6_33_1_, instancegr2_.ROLE as role7_33_1_, instancegr2_.TOSCA_NODE_TYPE as tosca_no8_33_1_, instancegr2_.INSTANCE_GROUP_TYPE as instance9_33_1_, instancegr2_.OBJECT_TYPE as object_t1_33_1_, networkcol3_.MODEL_CUSTOMIZATION_UUID as model_cu2_17_2_, networkcol3_.CR_MODEL_UUID as cr_model8_17_2_, networkcol3_.CREATION_TIMESTAMP as creation3_17_2_, networkcol3_.FUNCTION as function4_17_2_, networkcol3_.MODEL_INSTANCE_NAME as model_in5_17_2_, networkcol3_.ROLE as role6_17_2_, networkcol3_.COLLECTION_RESOURCE_TYPE as collecti7_17_2_, heattempla4_.ARTIFACT_UUID as artifact1_29_3_, heattempla4_.ARTIFACT_CHECKSUM as artifact2_29_3_, heattempla4_.CREATION_TIMESTAMP as creation3_29_3_, heattempla4_.DESCRIPTION as descript4_29_3_, heattempla4_.BODY as body5_29_3_, heattempla4_.NAME as name6_29_3_, heattempla4_.TIMEOUT_MINUTES as timeout_7_29_3_, heattempla4_.VERSION as version8_29_3_ from network_resource networkres0_ left outer join collection_network_resource_customization collection1_ on networkres0_.MODEL_UUID=collection1_.NETWORK_RESOURCE_MODEL_UUID left outer join instance_group instancegr2_ on collection1_.INSTANCE_GROUP_MODEL_UUID=instancegr2_.MODEL_UUID left outer join collection_resource_customization networkcol3_ on collection1_.CRC_MODEL_CUSTOMIZATION_UUID=networkcol3_.MODEL_CUSTOMIZATION_UUID left outer join heat_template heattempla4_ on networkres0_.HEAT_TEMPLATE_ARTIFACT_UUID=heattempla4_.ARTIFACT_UUID where networkres0_.MODEL_UUID=? Hibernate: insert into tosca_csar (ARTIFACT_CHECKSUM, CREATION_TIMESTAMP, DESCRIPTION, NAME, URL, Version, ARTIFACT_UUID) values (?, ?, ?, ?, ?, ?, ?) Hibernate: insert into service (CDS_BLUEPRINT_NAME, CDS_BLUEPRINT_VERSION, SERVICE_CATEGORY, CONTROLLER_ACTOR, CREATION_TIMESTAMP, TOSCA_CSAR_ARTIFACT_UUID, DESCRIPTION, OVERALL_DISTRIBUTION_STATUS, ENVIRONMENT_CONTEXT, MODEL_INVARIANT_UUID, MODEL_NAME, MODEL_VERSION, NAMING_POLICY, ONAP_GENERATED_NAMING, RESOURCE_ORDER, SERVICE_FUNCTION, SERVICE_ROLE, SERVICE_TYPE, SKIP_POST_INSTANTIATION_CONFIGURATION, WORKLOAD_CONTEXT, MODEL_UUID) values (?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?) Hibernate: insert into network_resource (AIC_VERSION_MAX, AIC_VERSION_MIN, RESOURCE_CATEGORY, CREATION_TIMESTAMP, DESCRIPTION, HEAT_TEMPLATE_ARTIFACT_UUID, MODEL_INVARIANT_UUID, MODEL_NAME, MODEL_VERSION, NEUTRON_NETWORK_TYPE, ORCHESTRATION_MODE, RESOURCE_SUB_CATEGORY, TOSCA_NODE_TYPE, MODEL_UUID) values (?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?) Hibernate: insert into network_resource_customization (CREATION_TIMESTAMP, MODEL_INSTANCE_NAME, NETWORK_RESOURCE_MODEL_UUID, NETWORK_ROLE, NETWORK_SCOPE, NETWORK_TECHNOLOGY, NETWORK_TYPE, RESOURCE_INPUT, MODEL_CUSTOMIZATION_UUID) values (?, ?, ?, ?, ?, ?, ?, ?, ?) Hibernate: insert into service_info (SERVICE_MODEL_UUID, SERVICE_INPUT, SERVICE_PROPERTIES) values (?, ?, ?) Hibernate: select watchdogco0_.COMPONENT_NAME as componen1_12_0_, watchdogco0_.DISTRIBUTION_ID as distribu2_12_0_, watchdogco0_.COMPONENT_DISTRIBUTION_STATUS as componen3_12_0_, watchdogco0_.CREATE_TIME as create_t4_12_0_, watchdogco0_.MODIFY_TIME as modify_t5_12_0_ from watchdog_per_component_distribution_status watchdogco0_ where watchdogco0_.COMPONENT_NAME=? and watchdogco0_.DISTRIBUTION_ID=? Hibernate: insert into watchdog_per_component_distribution_status (COMPONENT_DISTRIBUTION_STATUS, CREATE_TIME, MODIFY_TIME, COMPONENT_NAME, DISTRIBUTION_ID) values (?, ?, ?, ?, ?) Hibernate: insert into network_resource_customization_to_service (SERVICE_MODEL_UUID, RESOURCE_MODEL_CUSTOMIZATION_UUID) values (?, ?) 2022-11-13T04:18:03.065Z|f76c0162-f933-4d67-9eae-209a39530747|pool-2-thread-9|||||INFO|500||ASDC_ARTIFACT_DEPLOY_SUC 0 ASDC deployResourceStructure 2022-11-13T04:18:03.066Z|f76c0162-f933-4d67-9eae-209a39530747|pool-2-thread-9|||||INFO|500||ASDC_SEND_NOTIF_ASDC DEPLOY DEPLOY_OK /sdc/v1/catalog/services/BasicNetwork/1.0/artifacts/service-BasicNetwork-csar.csar ASDC sendASDCNotification 2022-11-13T04:18:03.066Z|f76c0162-f933-4d67-9eae-209a39530747|pool-2-thread-9|||||DEBUG|500||Sending DEPLOY(DEPLOY_OK) notification to ASDC for artifact:/sdc/v1/catalog/services/BasicNetwork/1.0/artifacts/service-BasicNetwork-csar.csar 2022-11-13T04:18:03.066Z|f76c0162-f933-4d67-9eae-209a39530747|pool-2-thread-9|||||INFO|500||DistributionClient - sendDeploymentStatus 2022-11-13T04:18:03.066Z|f76c0162-f933-4d67-9eae-209a39530747|pool-2-thread-9|||||INFO|500||DistributionClient - sendStatus 2022-11-13T04:18:03.070Z|f76c0162-f933-4d67-9eae-209a39530747|pool-2-thread-9|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap] 2022-11-13T04:18:03.070Z|f76c0162-f933-4d67-9eae-209a39530747|pool-2-thread-9|||||DEBUG|500||try to send status { "distributionID": "f76c0162-f933-4d67-9eae-209a39530747", "consumerID": "SO-COpenSource-Env11", "timestamp": 1668313083066, "artifactURL": "/sdc/v1/catalog/services/BasicNetwork/1.0/artifacts/service-BasicNetwork-csar.csar", "status": "DEPLOY_OK" } 2022-11-13T04:18:03.169Z||pool-38-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 98 ms 2022-11-13T04:18:03.169Z||pool-38-thread-1|||||WARN|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO will send credentials over a clear channel. 2022-11-13T04:18:03.170Z||pool-38-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as Oi7quVEmKWoWd026) ... 2022-11-13T04:18:03.185Z||pool-38-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK 2022-11-13T04:18:03.185Z||pool-38-thread-1|||||INFO|500||cambria reply ok (16 ms):{"serverTimeMs":0,"count":1} 2022-11-13T04:18:04.071Z|f76c0162-f933-4d67-9eae-209a39530747|pool-2-thread-9|||||DEBUG|500||Entered getOverallDistributionStatus method for distrubutionId: f76c0162-f933-4d67-9eae-209a39530747 Hibernate: select watchdogdi0_.DISTRIBUTION_ID as distribu1_11_0_, watchdogdi0_.CREATE_TIME as create_t2_11_0_, watchdogdi0_.DISTRIBUTION_ID_STATUS as distribu3_11_0_, watchdogdi0_.MODIFY_TIME as modify_t4_11_0_, watchdogdi0_.LOCK_VERSION as lock_ver5_11_0_ from watchdog_distributionid_status watchdogdi0_ where watchdogdi0_.DISTRIBUTION_ID=? Hibernate: select watchdogco0_.COMPONENT_NAME as componen1_12_, watchdogco0_.DISTRIBUTION_ID as distribu2_12_, watchdogco0_.COMPONENT_DISTRIBUTION_STATUS as componen3_12_, watchdogco0_.CREATE_TIME as create_t4_12_, watchdogco0_.MODIFY_TIME as modify_t5_12_ from watchdog_per_component_distribution_status watchdogco0_ where watchdogco0_.DISTRIBUTION_ID=? 2022-11-13T04:18:04.081Z|f76c0162-f933-4d67-9eae-209a39530747|pool-2-thread-9|||||DEBUG|500||Executed RequestDB getWatchdogComponentDistributionStatus for distrubutionId: f76c0162-f933-4d67-9eae-209a39530747 Hibernate: select watchdogco0_.COMPONENT_NAME as componen1_12_, watchdogco0_.DISTRIBUTION_ID as distribu2_12_, watchdogco0_.COMPONENT_DISTRIBUTION_STATUS as componen3_12_, watchdogco0_.CREATE_TIME as create_t4_12_, watchdogco0_.MODIFY_TIME as modify_t5_12_ from watchdog_per_component_distribution_status watchdogco0_ where watchdogco0_.DISTRIBUTION_ID=? 2022-11-13T04:18:04.083Z|f76c0162-f933-4d67-9eae-209a39530747|pool-2-thread-9|||||DEBUG|500||Found componentName SO in the WatchDog Component DB 2022-11-13T04:18:04.084Z|f76c0162-f933-4d67-9eae-209a39530747|pool-2-thread-9|||||DEBUG|500||AAI has not be updated in the the WatchDog Component DB yet, so ending the loop 2022-11-13T04:18:04.084Z|f76c0162-f933-4d67-9eae-209a39530747|pool-2-thread-9|||||DEBUG|500||Components Size Didn't match with the WatchdogComponentDistributionStatus results. 2022-11-13T04:18:34.084Z|f76c0162-f933-4d67-9eae-209a39530747|pool-2-thread-9|||||DEBUG|500||Entered getOverallDistributionStatus method for distrubutionId: f76c0162-f933-4d67-9eae-209a39530747 Hibernate: select watchdogdi0_.DISTRIBUTION_ID as distribu1_11_0_, watchdogdi0_.CREATE_TIME as create_t2_11_0_, watchdogdi0_.DISTRIBUTION_ID_STATUS as distribu3_11_0_, watchdogdi0_.MODIFY_TIME as modify_t4_11_0_, watchdogdi0_.LOCK_VERSION as lock_ver5_11_0_ from watchdog_distributionid_status watchdogdi0_ where watchdogdi0_.DISTRIBUTION_ID=? Hibernate: select watchdogco0_.COMPONENT_NAME as componen1_12_, watchdogco0_.DISTRIBUTION_ID as distribu2_12_, watchdogco0_.COMPONENT_DISTRIBUTION_STATUS as componen3_12_, watchdogco0_.CREATE_TIME as create_t4_12_, watchdogco0_.MODIFY_TIME as modify_t5_12_ from watchdog_per_component_distribution_status watchdogco0_ where watchdogco0_.DISTRIBUTION_ID=? 2022-11-13T04:18:34.097Z|f76c0162-f933-4d67-9eae-209a39530747|pool-2-thread-9|||||DEBUG|500||Executed RequestDB getWatchdogComponentDistributionStatus for distrubutionId: f76c0162-f933-4d67-9eae-209a39530747 Hibernate: select watchdogco0_.COMPONENT_NAME as componen1_12_, watchdogco0_.DISTRIBUTION_ID as distribu2_12_, watchdogco0_.COMPONENT_DISTRIBUTION_STATUS as componen3_12_, watchdogco0_.CREATE_TIME as create_t4_12_, watchdogco0_.MODIFY_TIME as modify_t5_12_ from watchdog_per_component_distribution_status watchdogco0_ where watchdogco0_.DISTRIBUTION_ID=? 2022-11-13T04:18:34.104Z|f76c0162-f933-4d67-9eae-209a39530747|pool-2-thread-9|||||DEBUG|500||Found componentName SO in the WatchDog Component DB 2022-11-13T04:18:34.105Z|f76c0162-f933-4d67-9eae-209a39530747|pool-2-thread-9|||||DEBUG|500||AAI has not be updated in the the WatchDog Component DB yet, so ending the loop 2022-11-13T04:18:34.105Z|f76c0162-f933-4d67-9eae-209a39530747|pool-2-thread-9|||||DEBUG|500||Components Size Didn't match with the WatchdogComponentDistributionStatus results. 2022-11-13T04:18:50.292Z||pool-2-thread-2|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2022-11-13T04:18:50.293Z||pool-2-thread-2|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel. 2022-11-13T04:18:50.293Z||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 Oi7quVEmKWoWd026) ... 2022-11-13T04:18:50.322Z||pool-2-thread-2|||||INFO|500|| --> HTTP/1.1 200 OK 2022-11-13T04:18:50.323Z||pool-2-thread-2|||||DEBUG|500||received message from topic 2022-11-13T04:18:50.323Z||pool-2-thread-2|||||DEBUG|500||recieved notification from broker: { "distributionID": "f76c0162-f933-4d67-9eae-209a39530747", "consumerID": "cds", "timestamp": 1668313069910, "artifactURL": "/sdc/v1/catalog/services/BasicNetwork/1.0/artifacts/service-BasicNetwork-template.yml", "status": "NOT_NOTIFIED" } 2022-11-13T04:18:50.324Z||pool-2-thread-2|||||INFO|500||Missing status on Status Object. 2022-11-13T04:19:04.105Z|f76c0162-f933-4d67-9eae-209a39530747|pool-2-thread-9|||||DEBUG|500||Entered getOverallDistributionStatus method for distrubutionId: f76c0162-f933-4d67-9eae-209a39530747 Hibernate: select watchdogdi0_.DISTRIBUTION_ID as distribu1_11_0_, watchdogdi0_.CREATE_TIME as create_t2_11_0_, watchdogdi0_.DISTRIBUTION_ID_STATUS as distribu3_11_0_, watchdogdi0_.MODIFY_TIME as modify_t4_11_0_, watchdogdi0_.LOCK_VERSION as lock_ver5_11_0_ from watchdog_distributionid_status watchdogdi0_ where watchdogdi0_.DISTRIBUTION_ID=? Hibernate: select watchdogco0_.COMPONENT_NAME as componen1_12_, watchdogco0_.DISTRIBUTION_ID as distribu2_12_, watchdogco0_.COMPONENT_DISTRIBUTION_STATUS as componen3_12_, watchdogco0_.CREATE_TIME as create_t4_12_, watchdogco0_.MODIFY_TIME as modify_t5_12_ from watchdog_per_component_distribution_status watchdogco0_ where watchdogco0_.DISTRIBUTION_ID=? 2022-11-13T04:19:04.117Z|f76c0162-f933-4d67-9eae-209a39530747|pool-2-thread-9|||||DEBUG|500||Executed RequestDB getWatchdogComponentDistributionStatus for distrubutionId: f76c0162-f933-4d67-9eae-209a39530747 Hibernate: select watchdogco0_.COMPONENT_NAME as componen1_12_, watchdogco0_.DISTRIBUTION_ID as distribu2_12_, watchdogco0_.COMPONENT_DISTRIBUTION_STATUS as componen3_12_, watchdogco0_.CREATE_TIME as create_t4_12_, watchdogco0_.MODIFY_TIME as modify_t5_12_ from watchdog_per_component_distribution_status watchdogco0_ where watchdogco0_.DISTRIBUTION_ID=? 2022-11-13T04:19:04.119Z|f76c0162-f933-4d67-9eae-209a39530747|pool-2-thread-9|||||DEBUG|500||Found componentName SO in the WatchDog Component DB 2022-11-13T04:19:04.119Z|f76c0162-f933-4d67-9eae-209a39530747|pool-2-thread-9|||||DEBUG|500||AAI has not be updated in the the WatchDog Component DB yet, so ending the loop 2022-11-13T04:19:04.120Z|f76c0162-f933-4d67-9eae-209a39530747|pool-2-thread-9|||||DEBUG|500||Components Size Didn't match with the WatchdogComponentDistributionStatus results. 2022-11-13T04:19:34.120Z|f76c0162-f933-4d67-9eae-209a39530747|pool-2-thread-9|||||DEBUG|500||Entered getOverallDistributionStatus method for distrubutionId: f76c0162-f933-4d67-9eae-209a39530747 Hibernate: select watchdogdi0_.DISTRIBUTION_ID as distribu1_11_0_, watchdogdi0_.CREATE_TIME as create_t2_11_0_, watchdogdi0_.DISTRIBUTION_ID_STATUS as distribu3_11_0_, watchdogdi0_.MODIFY_TIME as modify_t4_11_0_, watchdogdi0_.LOCK_VERSION as lock_ver5_11_0_ from watchdog_distributionid_status watchdogdi0_ where watchdogdi0_.DISTRIBUTION_ID=? Hibernate: select watchdogco0_.COMPONENT_NAME as componen1_12_, watchdogco0_.DISTRIBUTION_ID as distribu2_12_, watchdogco0_.COMPONENT_DISTRIBUTION_STATUS as componen3_12_, watchdogco0_.CREATE_TIME as create_t4_12_, watchdogco0_.MODIFY_TIME as modify_t5_12_ from watchdog_per_component_distribution_status watchdogco0_ where watchdogco0_.DISTRIBUTION_ID=? 2022-11-13T04:19:34.131Z|f76c0162-f933-4d67-9eae-209a39530747|pool-2-thread-9|||||DEBUG|500||Executed RequestDB getWatchdogComponentDistributionStatus for distrubutionId: f76c0162-f933-4d67-9eae-209a39530747 Hibernate: select watchdogco0_.COMPONENT_NAME as componen1_12_, watchdogco0_.DISTRIBUTION_ID as distribu2_12_, watchdogco0_.COMPONENT_DISTRIBUTION_STATUS as componen3_12_, watchdogco0_.CREATE_TIME as create_t4_12_, watchdogco0_.MODIFY_TIME as modify_t5_12_ from watchdog_per_component_distribution_status watchdogco0_ where watchdogco0_.DISTRIBUTION_ID=? 2022-11-13T04:19:34.134Z|f76c0162-f933-4d67-9eae-209a39530747|pool-2-thread-9|||||DEBUG|500||Found componentName SO in the WatchDog Component DB 2022-11-13T04:19:34.134Z|f76c0162-f933-4d67-9eae-209a39530747|pool-2-thread-9|||||DEBUG|500||AAI has not be updated in the the WatchDog Component DB yet, so ending the loop 2022-11-13T04:19:34.134Z|f76c0162-f933-4d67-9eae-209a39530747|pool-2-thread-9|||||DEBUG|500||Components Size Didn't match with the WatchdogComponentDistributionStatus results. 2022-11-13T04:19:50.292Z||pool-2-thread-2|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2022-11-13T04:19:50.293Z||pool-2-thread-2|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel. 2022-11-13T04:19:50.293Z||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 Oi7quVEmKWoWd026) ... 2022-11-13T04:19:50.336Z||pool-2-thread-2|||||INFO|500|| --> HTTP/1.1 200 OK 2022-11-13T04:19:50.337Z||pool-2-thread-2|||||DEBUG|500||received message from topic 2022-11-13T04:19:50.338Z||pool-2-thread-2|||||DEBUG|500||recieved notification from broker: { "distributionID": "f76c0162-f933-4d67-9eae-209a39530747", "consumerID": "SO-COpenSource-Env11", "timestamp": 1668313070290, "artifactURL": "/sdc/v1/catalog/services/BasicNetwork/1.0/artifacts/service-BasicNetwork-csar.csar", "status": "NOTIFIED" } 2022-11-13T04:19:50.339Z||pool-2-thread-2|||||INFO|500||Missing status on Status Object. 2022-11-13T04:19:50.339Z||pool-2-thread-2|||||DEBUG|500||received message from topic 2022-11-13T04:19:50.339Z||pool-2-thread-2|||||DEBUG|500||recieved notification from broker: { "distributionID": "f76c0162-f933-4d67-9eae-209a39530747", "consumerID": "cds", "timestamp": 1668313069910, "artifactURL": "/sdc/v1/catalog/services/BasicNetwork/1.0/artifacts/service-BasicNetwork-csar.csar", "status": "NOTIFIED" } 2022-11-13T04:19:50.339Z||pool-2-thread-2|||||INFO|500||Missing status on Status Object. 2022-11-13T04:19:50.339Z||pool-2-thread-2|||||DEBUG|500||received message from topic 2022-11-13T04:19:50.339Z||pool-2-thread-2|||||DEBUG|500||recieved notification from broker: { "distributionID": "f76c0162-f933-4d67-9eae-209a39530747", "consumerID": "SO-COpenSource-Env11", "timestamp": 1668313081171, "artifactURL": "/sdc/v1/catalog/services/BasicNetwork/1.0/artifacts/service-BasicNetwork-csar.csar", "status": "DOWNLOAD_OK" } 2022-11-13T04:19:50.339Z||pool-2-thread-2|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error' 2022-11-13T04:19:50.340Z||pool-2-thread-2|||||DEBUG|500||received message from topic 2022-11-13T04:19:50.340Z||pool-2-thread-2|||||DEBUG|500||recieved notification from broker: { "distributionID": "f76c0162-f933-4d67-9eae-209a39530747", "consumerID": "cds", "timestamp": 1668313080518, "artifactURL": "/sdc/v1/catalog/services/BasicNetwork/1.0/artifacts/service-BasicNetwork-csar.csar", "status": "DOWNLOAD_OK" } 2022-11-13T04:19:50.340Z||pool-2-thread-2|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error' 2022-11-13T04:19:50.340Z||pool-2-thread-2|||||DEBUG|500||received message from topic 2022-11-13T04:19:50.340Z||pool-2-thread-2|||||DEBUG|500||recieved notification from broker: { "distributionID": "f76c0162-f933-4d67-9eae-209a39530747", "consumerID": "policy-id", "timestamp": 1668313080440, "artifactURL": "/sdc/v1/catalog/services/BasicNetwork/1.0/artifacts/service-BasicNetwork-template.yml", "status": "NOT_NOTIFIED" } 2022-11-13T04:19:50.340Z||pool-2-thread-2|||||INFO|500||Missing status on Status Object. 2022-11-13T04:19:50.340Z||pool-2-thread-2|||||DEBUG|500||received message from topic 2022-11-13T04:19:50.340Z||pool-2-thread-2|||||DEBUG|500||recieved notification from broker: { "distributionID": "f76c0162-f933-4d67-9eae-209a39530747", "consumerID": "cds", "timestamp": 1668313081529, "artifactURL": "/sdc/v1/catalog/services/BasicNetwork/1.0/artifacts/service-BasicNetwork-csar.csar", "status": "COMPONENT_DONE_OK", "componentName": "cds" } Hibernate: select watchdogdi0_.DISTRIBUTION_ID as distribu1_11_0_, watchdogdi0_.CREATE_TIME as create_t2_11_0_, watchdogdi0_.DISTRIBUTION_ID_STATUS as distribu3_11_0_, watchdogdi0_.MODIFY_TIME as modify_t4_11_0_, watchdogdi0_.LOCK_VERSION as lock_ver5_11_0_ from watchdog_distributionid_status watchdogdi0_ where watchdogdi0_.DISTRIBUTION_ID=? 2022-11-13T04:19:50.348Z||pool-2-thread-2|||||DEBUG|500||Receive a callback componentStatus in ASDC, for componentName: cds and status of COMPONENT_DONE_OK distributionID of f76c0162-f933-4d67-9eae-209a39530747 2022-11-13T04:19:50.348Z||pool-2-thread-2|||||DEBUG|500||Entering installTheComponentStatus for distributionId f76c0162-f933-4d67-9eae-209a39530747 and ComponentName cds Hibernate: select watchdogco0_.COMPONENT_NAME as componen1_12_0_, watchdogco0_.DISTRIBUTION_ID as distribu2_12_0_, watchdogco0_.COMPONENT_DISTRIBUTION_STATUS as componen3_12_0_, watchdogco0_.CREATE_TIME as create_t4_12_0_, watchdogco0_.MODIFY_TIME as modify_t5_12_0_ from watchdog_per_component_distribution_status watchdogco0_ where watchdogco0_.COMPONENT_NAME=? and watchdogco0_.DISTRIBUTION_ID=? Hibernate: insert into watchdog_per_component_distribution_status (COMPONENT_DISTRIBUTION_STATUS, CREATE_TIME, MODIFY_TIME, COMPONENT_NAME, DISTRIBUTION_ID) values (?, ?, ?, ?, ?) 2022-11-13T04:19:50.360Z||pool-2-thread-2|||||DEBUG|500||received message from topic 2022-11-13T04:19:50.361Z||pool-2-thread-2|||||DEBUG|500||recieved notification from broker: { "distributionID": "f76c0162-f933-4d67-9eae-209a39530747", "consumerID": "sdc-COpenSource-Env11-sdnc-dockero", "timestamp": 1668313081118, "artifactURL": "/sdc/v1/catalog/services/BasicNetwork/1.0/artifacts/service-BasicNetwork-template.yml", "status": "NOT_NOTIFIED" } 2022-11-13T04:19:50.361Z||pool-2-thread-2|||||INFO|500||Missing status on Status Object. 2022-11-13T04:19:50.361Z||pool-2-thread-2|||||DEBUG|500||received message from topic 2022-11-13T04:19:50.361Z||pool-2-thread-2|||||DEBUG|500||recieved notification from broker: { "distributionID": "f76c0162-f933-4d67-9eae-209a39530747", "consumerID": "policy-id", "timestamp": 1668313080440, "artifactURL": "/sdc/v1/catalog/services/BasicNetwork/1.0/artifacts/service-BasicNetwork-csar.csar", "status": "NOTIFIED" } 2022-11-13T04:19:50.361Z||pool-2-thread-2|||||INFO|500||Missing status on Status Object. 2022-11-13T04:19:50.362Z||pool-2-thread-2|||||DEBUG|500||received message from topic 2022-11-13T04:19:50.362Z||pool-2-thread-2|||||DEBUG|500||recieved notification from broker: { "distributionID": "f76c0162-f933-4d67-9eae-209a39530747", "consumerID": "SO-COpenSource-Env11", "timestamp": 1668313083066, "artifactURL": "/sdc/v1/catalog/services/BasicNetwork/1.0/artifacts/service-BasicNetwork-csar.csar", "status": "DEPLOY_OK" } 2022-11-13T04:19:50.363Z||pool-2-thread-2|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error' 2022-11-13T04:19:50.363Z||pool-2-thread-2|||||DEBUG|500||received message from topic 2022-11-13T04:19:50.363Z||pool-2-thread-2|||||DEBUG|500||recieved notification from broker: { "distributionID": "f76c0162-f933-4d67-9eae-209a39530747", "consumerID": "ves-openapi-manager", "timestamp": 1668313081883, "artifactURL": "/sdc/v1/catalog/services/BasicNetwork/1.0/artifacts/service-BasicNetwork-template.yml", "status": "NOT_NOTIFIED" } 2022-11-13T04:19:50.363Z||pool-2-thread-2|||||INFO|500||Missing status on Status Object. 2022-11-13T04:19:50.363Z||pool-2-thread-2|||||DEBUG|500||received message from topic 2022-11-13T04:19:50.363Z||pool-2-thread-2|||||DEBUG|500||recieved notification from broker: { "distributionID": "f76c0162-f933-4d67-9eae-209a39530747", "consumerID": "sdc-COpenSource-Env11-sdnc-dockero", "timestamp": 1668313081118, "artifactURL": "/sdc/v1/catalog/services/BasicNetwork/1.0/artifacts/service-BasicNetwork-csar.csar", "status": "NOTIFIED" } 2022-11-13T04:19:50.363Z||pool-2-thread-2|||||INFO|500||Missing status on Status Object. 2022-11-13T04:19:50.363Z||pool-2-thread-2|||||DEBUG|500||received message from topic 2022-11-13T04:19:50.364Z||pool-2-thread-2|||||DEBUG|500||recieved notification from broker: { "distributionID": "f76c0162-f933-4d67-9eae-209a39530747", "consumerID": "policy-id", "timestamp": 1668313083175, "artifactURL": "/sdc/v1/catalog/services/BasicNetwork/1.0/artifacts/service-BasicNetwork-csar.csar", "status": "DOWNLOAD_OK" } 2022-11-13T04:19:50.364Z||pool-2-thread-2|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error' 2022-11-13T04:19:50.364Z||pool-2-thread-2|||||DEBUG|500||received message from topic 2022-11-13T04:19:50.364Z||pool-2-thread-2|||||DEBUG|500||recieved notification from broker: { "distributionID": "f76c0162-f933-4d67-9eae-209a39530747", "consumerID": "ves-openapi-manager", "timestamp": 1668313081883, "artifactURL": "/sdc/v1/catalog/services/BasicNetwork/1.0/artifacts/service-BasicNetwork-csar.csar", "status": "NOT_NOTIFIED" } 2022-11-13T04:19:50.364Z||pool-2-thread-2|||||INFO|500||Missing status on Status Object. 2022-11-13T04:19:50.364Z||pool-2-thread-2|||||DEBUG|500||received message from topic 2022-11-13T04:19:50.364Z||pool-2-thread-2|||||DEBUG|500||recieved notification from broker: { "distributionID": "f76c0162-f933-4d67-9eae-209a39530747", "consumerID": "sdc-COpenSource-Env11-sdnc-dockero", "timestamp": 1668313083860, "artifactURL": "/sdc/v1/catalog/services/BasicNetwork/1.0/artifacts/service-BasicNetwork-csar.csar", "status": "DOWNLOAD_OK" } 2022-11-13T04:19:50.364Z||pool-2-thread-2|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error' 2022-11-13T04:19:50.364Z||pool-2-thread-2|||||DEBUG|500||received message from topic 2022-11-13T04:19:50.365Z||pool-2-thread-2|||||DEBUG|500||recieved notification from broker: { "distributionID": "f76c0162-f933-4d67-9eae-209a39530747", "consumerID": "policy-id", "timestamp": 1668313084179, "artifactURL": "/sdc/v1/catalog/services/BasicNetwork/1.0/artifacts/service-BasicNetwork-csar.csar", "status": "DEPLOY_OK" } 2022-11-13T04:19:50.365Z||pool-2-thread-2|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error' 2022-11-13T04:19:50.365Z||pool-2-thread-2|||||DEBUG|500||received message from topic 2022-11-13T04:19:50.365Z||pool-2-thread-2|||||DEBUG|500||recieved notification from broker: { "distributionID": "f76c0162-f933-4d67-9eae-209a39530747", "consumerID": "policy-id", "timestamp": 1668313085182, "artifactURL": "", "status": "COMPONENT_DONE_OK", "componentName": "POLICY" } Hibernate: select watchdogdi0_.DISTRIBUTION_ID as distribu1_11_0_, watchdogdi0_.CREATE_TIME as create_t2_11_0_, watchdogdi0_.DISTRIBUTION_ID_STATUS as distribu3_11_0_, watchdogdi0_.MODIFY_TIME as modify_t4_11_0_, watchdogdi0_.LOCK_VERSION as lock_ver5_11_0_ from watchdog_distributionid_status watchdogdi0_ where watchdogdi0_.DISTRIBUTION_ID=? 2022-11-13T04:19:50.370Z||pool-2-thread-2|||||DEBUG|500||Receive a callback componentStatus in ASDC, for componentName: POLICY and status of COMPONENT_DONE_OK distributionID of f76c0162-f933-4d67-9eae-209a39530747 2022-11-13T04:19:50.370Z||pool-2-thread-2|||||DEBUG|500||Entering installTheComponentStatus for distributionId f76c0162-f933-4d67-9eae-209a39530747 and ComponentName POLICY Hibernate: select watchdogco0_.COMPONENT_NAME as componen1_12_0_, watchdogco0_.DISTRIBUTION_ID as distribu2_12_0_, watchdogco0_.COMPONENT_DISTRIBUTION_STATUS as componen3_12_0_, watchdogco0_.CREATE_TIME as create_t4_12_0_, watchdogco0_.MODIFY_TIME as modify_t5_12_0_ from watchdog_per_component_distribution_status watchdogco0_ where watchdogco0_.COMPONENT_NAME=? and watchdogco0_.DISTRIBUTION_ID=? Hibernate: insert into watchdog_per_component_distribution_status (COMPONENT_DISTRIBUTION_STATUS, CREATE_TIME, MODIFY_TIME, COMPONENT_NAME, DISTRIBUTION_ID) values (?, ?, ?, ?, ?) 2022-11-13T04:19:50.377Z||pool-2-thread-2|||||DEBUG|500||received message from topic 2022-11-13T04:19:50.377Z||pool-2-thread-2|||||DEBUG|500||recieved notification from broker: { "distributionID": "f76c0162-f933-4d67-9eae-209a39530747", "consumerID": "sdc-COpenSource-Env11-sdnc-dockero", "timestamp": 1668313085677, "artifactURL": "/sdc/v1/catalog/services/BasicNetwork/1.0/artifacts/service-BasicNetwork-csar.csar", "status": "DEPLOY_OK" } 2022-11-13T04:19:50.377Z||pool-2-thread-2|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error' 2022-11-13T04:19:50.377Z||pool-2-thread-2|||||DEBUG|500||received message from topic 2022-11-13T04:19:50.377Z||pool-2-thread-2|||||DEBUG|500||recieved notification from broker: { "distributionID": "f76c0162-f933-4d67-9eae-209a39530747", "consumerID": "sdc-COpenSource-Env11-sdnc-dockero", "timestamp": 1668313086680, "artifactURL": "", "status": "COMPONENT_DONE_OK", "componentName": "SDNC" } Hibernate: select watchdogdi0_.DISTRIBUTION_ID as distribu1_11_0_, watchdogdi0_.CREATE_TIME as create_t2_11_0_, watchdogdi0_.DISTRIBUTION_ID_STATUS as distribu3_11_0_, watchdogdi0_.MODIFY_TIME as modify_t4_11_0_, watchdogdi0_.LOCK_VERSION as lock_ver5_11_0_ from watchdog_distributionid_status watchdogdi0_ where watchdogdi0_.DISTRIBUTION_ID=? 2022-11-13T04:19:50.381Z||pool-2-thread-2|||||DEBUG|500||Receive a callback componentStatus in ASDC, for componentName: SDNC and status of COMPONENT_DONE_OK distributionID of f76c0162-f933-4d67-9eae-209a39530747 2022-11-13T04:19:50.381Z||pool-2-thread-2|||||DEBUG|500||Entering installTheComponentStatus for distributionId f76c0162-f933-4d67-9eae-209a39530747 and ComponentName SDNC Hibernate: select watchdogco0_.COMPONENT_NAME as componen1_12_0_, watchdogco0_.DISTRIBUTION_ID as distribu2_12_0_, watchdogco0_.COMPONENT_DISTRIBUTION_STATUS as componen3_12_0_, watchdogco0_.CREATE_TIME as create_t4_12_0_, watchdogco0_.MODIFY_TIME as modify_t5_12_0_ from watchdog_per_component_distribution_status watchdogco0_ where watchdogco0_.COMPONENT_NAME=? and watchdogco0_.DISTRIBUTION_ID=? Hibernate: insert into watchdog_per_component_distribution_status (COMPONENT_DISTRIBUTION_STATUS, CREATE_TIME, MODIFY_TIME, COMPONENT_NAME, DISTRIBUTION_ID) values (?, ?, ?, ?, ?) 2022-11-13T04:19:50.388Z||pool-2-thread-2|||||DEBUG|500||received message from topic 2022-11-13T04:19:50.388Z||pool-2-thread-2|||||DEBUG|500||recieved notification from broker: { "distributionID": "f76c0162-f933-4d67-9eae-209a39530747", "consumerID": "multicloud-k8s-id", "timestamp": 1668313087601, "artifactURL": "/sdc/v1/catalog/services/BasicNetwork/1.0/artifacts/service-BasicNetwork-template.yml", "status": "NOT_NOTIFIED" } 2022-11-13T04:19:50.389Z||pool-2-thread-2|||||INFO|500||Missing status on Status Object. 2022-11-13T04:19:50.389Z||pool-2-thread-2|||||DEBUG|500||received message from topic 2022-11-13T04:19:50.389Z||pool-2-thread-2|||||DEBUG|500||recieved notification from broker: { "distributionID": "f76c0162-f933-4d67-9eae-209a39530747", "consumerID": "multicloud-k8s-id", "timestamp": 1668313087601, "artifactURL": "/sdc/v1/catalog/services/BasicNetwork/1.0/artifacts/service-BasicNetwork-csar.csar", "status": "NOTIFIED" } 2022-11-13T04:19:50.389Z||pool-2-thread-2|||||INFO|500||Missing status on Status Object. 2022-11-13T04:19:50.389Z||pool-2-thread-2|||||DEBUG|500||received message from topic 2022-11-13T04:19:50.389Z||pool-2-thread-2|||||DEBUG|500||recieved notification from broker: { "distributionID": "f76c0162-f933-4d67-9eae-209a39530747", "consumerID": "aai-ml", "timestamp": 1668313093061, "artifactURL": "/sdc/v1/catalog/services/BasicNetwork/1.0/artifacts/service-BasicNetwork-template.yml", "status": "NOT_NOTIFIED" } 2022-11-13T04:19:50.389Z||pool-2-thread-2|||||INFO|500||Missing status on Status Object. 2022-11-13T04:19:50.389Z||pool-2-thread-2|||||DEBUG|500||received message from topic 2022-11-13T04:19:50.389Z||pool-2-thread-2|||||DEBUG|500||recieved notification from broker: { "distributionID": "f76c0162-f933-4d67-9eae-209a39530747", "consumerID": "clamp", "timestamp": 1668313093487, "artifactURL": "/sdc/v1/catalog/services/BasicNetwork/1.0/artifacts/service-BasicNetwork-template.yml", "status": "NOT_NOTIFIED" } 2022-11-13T04:19:50.390Z||pool-2-thread-2|||||INFO|500||Missing status on Status Object. 2022-11-13T04:19:50.390Z||pool-2-thread-2|||||DEBUG|500||received message from topic 2022-11-13T04:19:50.390Z||pool-2-thread-2|||||DEBUG|500||recieved notification from broker: { "distributionID": "f76c0162-f933-4d67-9eae-209a39530747", "consumerID": "aai-ml", "timestamp": 1668313093061, "artifactURL": "/sdc/v1/catalog/services/BasicNetwork/1.0/artifacts/service-BasicNetwork-csar.csar", "status": "NOTIFIED" } 2022-11-13T04:19:50.390Z||pool-2-thread-2|||||INFO|500||Missing status on Status Object. 2022-11-13T04:19:50.390Z||pool-2-thread-2|||||DEBUG|500||received message from topic 2022-11-13T04:19:50.390Z||pool-2-thread-2|||||DEBUG|500||recieved notification from broker: { "distributionID": "f76c0162-f933-4d67-9eae-209a39530747", "consumerID": "clamp", "timestamp": 1668313093487, "artifactURL": "/sdc/v1/catalog/services/BasicNetwork/1.0/artifacts/service-BasicNetwork-csar.csar", "status": "NOTIFIED" } 2022-11-13T04:19:50.390Z||pool-2-thread-2|||||INFO|500||Missing status on Status Object. 2022-11-13T04:19:50.390Z||pool-2-thread-2|||||DEBUG|500||received message from topic 2022-11-13T04:19:50.391Z||pool-2-thread-2|||||DEBUG|500||recieved notification from broker: { "distributionID": "f76c0162-f933-4d67-9eae-209a39530747", "consumerID": "aai-ml", "timestamp": 1668313095785, "artifactURL": "/sdc/v1/catalog/services/BasicNetwork/1.0/artifacts/service-BasicNetwork-csar.csar", "status": "DOWNLOAD_OK" } 2022-11-13T04:19:50.391Z||pool-2-thread-2|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error' 2022-11-13T04:19:50.391Z||pool-2-thread-2|||||DEBUG|500||received message from topic 2022-11-13T04:19:50.391Z||pool-2-thread-2|||||DEBUG|500||recieved notification from broker: { "distributionID": "f76c0162-f933-4d67-9eae-209a39530747", "consumerID": "aai-ml", "timestamp": 1668313100088, "artifactURL": "/sdc/v1/catalog/services/BasicNetwork/1.0/artifacts/service-BasicNetwork-csar.csar", "status": "DEPLOY_OK" } 2022-11-13T04:19:50.391Z||pool-2-thread-2|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error' 2022-11-13T04:19:50.391Z||pool-2-thread-2|||||DEBUG|500||received message from topic 2022-11-13T04:19:50.391Z||pool-2-thread-2|||||DEBUG|500||recieved notification from broker: { "distributionID": "f76c0162-f933-4d67-9eae-209a39530747", "consumerID": "aai-ml", "timestamp": 1668313101091, "artifactURL": "", "status": "COMPONENT_DONE_OK", "componentName": "AAI" } Hibernate: select watchdogdi0_.DISTRIBUTION_ID as distribu1_11_0_, watchdogdi0_.CREATE_TIME as create_t2_11_0_, watchdogdi0_.DISTRIBUTION_ID_STATUS as distribu3_11_0_, watchdogdi0_.MODIFY_TIME as modify_t4_11_0_, watchdogdi0_.LOCK_VERSION as lock_ver5_11_0_ from watchdog_distributionid_status watchdogdi0_ where watchdogdi0_.DISTRIBUTION_ID=? 2022-11-13T04:19:50.396Z||pool-2-thread-2|||||DEBUG|500||Receive a callback componentStatus in ASDC, for componentName: AAI and status of COMPONENT_DONE_OK distributionID of f76c0162-f933-4d67-9eae-209a39530747 2022-11-13T04:19:50.396Z||pool-2-thread-2|||||DEBUG|500||Entering installTheComponentStatus for distributionId f76c0162-f933-4d67-9eae-209a39530747 and ComponentName AAI Hibernate: select watchdogco0_.COMPONENT_NAME as componen1_12_0_, watchdogco0_.DISTRIBUTION_ID as distribu2_12_0_, watchdogco0_.COMPONENT_DISTRIBUTION_STATUS as componen3_12_0_, watchdogco0_.CREATE_TIME as create_t4_12_0_, watchdogco0_.MODIFY_TIME as modify_t5_12_0_ from watchdog_per_component_distribution_status watchdogco0_ where watchdogco0_.COMPONENT_NAME=? and watchdogco0_.DISTRIBUTION_ID=? Hibernate: insert into watchdog_per_component_distribution_status (COMPONENT_DISTRIBUTION_STATUS, CREATE_TIME, MODIFY_TIME, COMPONENT_NAME, DISTRIBUTION_ID) values (?, ?, ?, ?, ?) 2022-11-13T04:19:50.409Z||pool-2-thread-2|||||DEBUG|500||received message from topic 2022-11-13T04:19:50.410Z||pool-2-thread-2|||||DEBUG|500||recieved notification from broker: { "distributionID": "f76c0162-f933-4d67-9eae-209a39530747", "consumerID": "clamp", "timestamp": 1668313105072, "artifactURL": "/sdc/v1/catalog/services/BasicNetwork/1.0/artifacts/service-BasicNetwork-csar.csar", "status": "DOWNLOAD_OK" } 2022-11-13T04:19:50.410Z||pool-2-thread-2|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error' 2022-11-13T04:19:50.410Z||pool-2-thread-2|||||DEBUG|500||received message from topic 2022-11-13T04:19:50.410Z||pool-2-thread-2|||||DEBUG|500||recieved notification from broker: { "distributionID": "f76c0162-f933-4d67-9eae-209a39530747", "consumerID": "clamp", "timestamp": 1668313107079, "artifactURL": "/sdc/v1/catalog/services/BasicNetwork/1.0/artifacts/service-BasicNetwork-csar.csar", "status": "DEPLOY_OK" } 2022-11-13T04:19:50.410Z||pool-2-thread-2|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error' 2022-11-13T04:19:50.410Z||pool-2-thread-2|||||DEBUG|500||received message from topic 2022-11-13T04:19:50.410Z||pool-2-thread-2|||||DEBUG|500||recieved notification from broker: { "distributionID": "f76c0162-f933-4d67-9eae-209a39530747", "consumerID": "clamp", "timestamp": 1668313108083, "artifactURL": "", "status": "COMPONENT_DONE_OK", "componentName": "clamp" } Hibernate: select watchdogdi0_.DISTRIBUTION_ID as distribu1_11_0_, watchdogdi0_.CREATE_TIME as create_t2_11_0_, watchdogdi0_.DISTRIBUTION_ID_STATUS as distribu3_11_0_, watchdogdi0_.MODIFY_TIME as modify_t4_11_0_, watchdogdi0_.LOCK_VERSION as lock_ver5_11_0_ from watchdog_distributionid_status watchdogdi0_ where watchdogdi0_.DISTRIBUTION_ID=? 2022-11-13T04:19:50.415Z||pool-2-thread-2|||||DEBUG|500||Receive a callback componentStatus in ASDC, for componentName: clamp and status of COMPONENT_DONE_OK distributionID of f76c0162-f933-4d67-9eae-209a39530747 2022-11-13T04:19:50.415Z||pool-2-thread-2|||||DEBUG|500||Entering installTheComponentStatus for distributionId f76c0162-f933-4d67-9eae-209a39530747 and ComponentName clamp Hibernate: select watchdogco0_.COMPONENT_NAME as componen1_12_0_, watchdogco0_.DISTRIBUTION_ID as distribu2_12_0_, watchdogco0_.COMPONENT_DISTRIBUTION_STATUS as componen3_12_0_, watchdogco0_.CREATE_TIME as create_t4_12_0_, watchdogco0_.MODIFY_TIME as modify_t5_12_0_ from watchdog_per_component_distribution_status watchdogco0_ where watchdogco0_.COMPONENT_NAME=? and watchdogco0_.DISTRIBUTION_ID=? Hibernate: insert into watchdog_per_component_distribution_status (COMPONENT_DISTRIBUTION_STATUS, CREATE_TIME, MODIFY_TIME, COMPONENT_NAME, DISTRIBUTION_ID) values (?, ?, ?, ?, ?) 2022-11-13T04:20:04.134Z|f76c0162-f933-4d67-9eae-209a39530747|pool-2-thread-9|||||DEBUG|500||Entered getOverallDistributionStatus method for distrubutionId: f76c0162-f933-4d67-9eae-209a39530747 Hibernate: select watchdogdi0_.DISTRIBUTION_ID as distribu1_11_0_, watchdogdi0_.CREATE_TIME as create_t2_11_0_, watchdogdi0_.DISTRIBUTION_ID_STATUS as distribu3_11_0_, watchdogdi0_.MODIFY_TIME as modify_t4_11_0_, watchdogdi0_.LOCK_VERSION as lock_ver5_11_0_ from watchdog_distributionid_status watchdogdi0_ where watchdogdi0_.DISTRIBUTION_ID=? Hibernate: select watchdogco0_.COMPONENT_NAME as componen1_12_, watchdogco0_.DISTRIBUTION_ID as distribu2_12_, watchdogco0_.COMPONENT_DISTRIBUTION_STATUS as componen3_12_, watchdogco0_.CREATE_TIME as create_t4_12_, watchdogco0_.MODIFY_TIME as modify_t5_12_ from watchdog_per_component_distribution_status watchdogco0_ where watchdogco0_.DISTRIBUTION_ID=? 2022-11-13T04:20:04.149Z|f76c0162-f933-4d67-9eae-209a39530747|pool-2-thread-9|||||DEBUG|500||Executed RequestDB getWatchdogComponentDistributionStatus for distrubutionId: f76c0162-f933-4d67-9eae-209a39530747 Hibernate: select watchdogco0_.COMPONENT_NAME as componen1_12_, watchdogco0_.DISTRIBUTION_ID as distribu2_12_, watchdogco0_.COMPONENT_DISTRIBUTION_STATUS as componen3_12_, watchdogco0_.CREATE_TIME as create_t4_12_, watchdogco0_.MODIFY_TIME as modify_t5_12_ from watchdog_per_component_distribution_status watchdogco0_ where watchdogco0_.DISTRIBUTION_ID=? 2022-11-13T04:20:04.152Z|f76c0162-f933-4d67-9eae-209a39530747|pool-2-thread-9|||||DEBUG|500||Found componentName SO in the WatchDog Component DB 2022-11-13T04:20:04.153Z|f76c0162-f933-4d67-9eae-209a39530747|pool-2-thread-9|||||DEBUG|500||Found componentName AAI in the WatchDog Component DB 2022-11-13T04:20:04.153Z|f76c0162-f933-4d67-9eae-209a39530747|pool-2-thread-9|||||DEBUG|500||Found componentName SDNC in the WatchDog Component DB 2022-11-13T04:20:04.153Z|f76c0162-f933-4d67-9eae-209a39530747|pool-2-thread-9|||||DEBUG|500||Components Size matched with the WatchdogComponentDistributionStatus results. 2022-11-13T04:20:04.153Z|f76c0162-f933-4d67-9eae-209a39530747|pool-2-thread-9|||||DEBUG|500||Component status: COMPONENT_DONE_OK on componentName: 2022-11-13T04:20:04.153Z|f76c0162-f933-4d67-9eae-209a39530747|pool-2-thread-9|||||DEBUG|500||Component status: COMPONENT_DONE_OK on componentName: 2022-11-13T04:20:04.153Z|f76c0162-f933-4d67-9eae-209a39530747|pool-2-thread-9|||||DEBUG|500||Component status: COMPONENT_DONE_OK on componentName: 2022-11-13T04:20:04.153Z|f76c0162-f933-4d67-9eae-209a39530747|pool-2-thread-9|||||DEBUG|500||Component status: COMPONENT_DONE_OK on componentName: 2022-11-13T04:20:04.153Z|f76c0162-f933-4d67-9eae-209a39530747|pool-2-thread-9|||||DEBUG|500||Component status: COMPONENT_DONE_OK on componentName: 2022-11-13T04:20:04.153Z|f76c0162-f933-4d67-9eae-209a39530747|pool-2-thread-9|||||DEBUG|500||Component status: COMPONENT_DONE_OK on componentName: 2022-11-13T04:20:04.153Z|f76c0162-f933-4d67-9eae-209a39530747|pool-2-thread-9|||||DEBUG|500||Updating overall DistributionStatus to: SUCCESS for distributionId: Hibernate: select watchdogdi0_.DISTRIBUTION_ID as distribu1_11_0_, watchdogdi0_.CREATE_TIME as create_t2_11_0_, watchdogdi0_.DISTRIBUTION_ID_STATUS as distribu3_11_0_, watchdogdi0_.MODIFY_TIME as modify_t4_11_0_, watchdogdi0_.LOCK_VERSION as lock_ver5_11_0_ from watchdog_distributionid_status watchdogdi0_ where watchdogdi0_.DISTRIBUTION_ID=? 2022-11-13T04:20:04.158Z|f76c0162-f933-4d67-9eae-209a39530747|pool-2-thread-9|||||DEBUG|500||Exiting getOverallDistributionStatus method in WatchdogDistribution 2022-11-13T04:20:34.159Z|f76c0162-f933-4d67-9eae-209a39530747|pool-2-thread-9|||||DEBUG|500||Entered executePatchAAI method with distrubutionId: f76c0162-f933-4d67-9eae-209a39530747 and distributionStatus: Hibernate: select watchdogse0_.DISTRIBUTION_ID as distribu1_13_, watchdogse0_.SERVICE_MODEL_VERSION_ID as service_2_13_, watchdogse0_.CONSUMER_ID as consumer3_13_, watchdogse0_.CREATE_TIME as create_t4_13_, watchdogse0_.DISTRIBUTION_NOTIFICATION as distribu5_13_ from watchdog_service_mod_ver_id_lookup watchdogse0_ where watchdogse0_.DISTRIBUTION_ID=? 2022-11-13T04:20:34.173Z|f76c0162-f933-4d67-9eae-209a39530747|pool-2-thread-9|||||DEBUG|500||Executed RequestDB getWatchdogServiceModVerIdLookup with distributionId: f76c0162-f933-4d67-9eae-209a39530747 and serviceModelVersionId: c46cf41f-76f6-4eb9-ac86-2cd29f3dd19c 2022-11-13T04:20:34.173Z|f76c0162-f933-4d67-9eae-209a39530747|pool-2-thread-9|||||DEBUG|500||ASDC Notification ServiceModelInvariantUUID : c87cd6c4-e720-43bd-824e-372bc0272431 2022-11-13T04:20:34.174Z|f76c0162-f933-4d67-9eae-209a39530747|pool-2-thread-9|||||DEBUG|500||Target A&AI Resource URI: /service-design-and-creation/models/model/c87cd6c4-e720-43bd-824e-372bc0272431/model-vers/model-ver/c46cf41f-76f6-4eb9-ac86-2cd29f3dd19c?depth=0 2022-11-13T04:20:34.195Z|f76c0162-f933-4d67-9eae-209a39530747|pool-2-thread-9|||||INFO|500||RestClientSSL using default SSL context! 2022-11-13T04:20:34.276Z|f76c0162-f933-4d67-9eae-209a39530747|pool-2-thread-9|||AAI||DEBUG|500||Sending HTTP POST (overridden to PATCH) to:https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/c87cd6c4-e720-43bd-824e-372bc0272431/model-vers/model-ver/c46cf41f-76f6-4eb9-ac86-2cd29f3dd19c?depth=0 with request headers:{Authorization=[***REDACTED***], X-FromAppId=[MSO], X-HTTP-Method-Override=[PATCH], Accept=[application/json], X-TransactionId=[], Content-Type=[application/merge-patch+json]} 2022-11-13T04:20:34.278Z|f76c0162-f933-4d67-9eae-209a39530747|pool-2-thread-9|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/c87cd6c4-e720-43bd-824e-372bc0272431/model-vers/model-ver/c46cf41f-76f6-4eb9-ac86-2cd29f3dd19c?depth=0|INFO|500||Invoke 2022-11-13T04:20:34.300Z|f76c0162-f933-4d67-9eae-209a39530747|pool-2-thread-9|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/c87cd6c4-e720-43bd-824e-372bc0272431/model-vers/model-ver/c46cf41f-76f6-4eb9-ac86-2cd29f3dd19c?depth=0|DEBUG|500||{"distribution-status":"DISTRIBUTION_COMPLETE_OK"} 2022-11-13T04:20:34.443Z|f76c0162-f933-4d67-9eae-209a39530747|pool-2-thread-9|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/c87cd6c4-e720-43bd-824e-372bc0272431/model-vers/model-ver/c46cf41f-76f6-4eb9-ac86-2cd29f3dd19c?depth=0|INFO|500||InvokeReturn 2022-11-13T04:20:34.444Z|f76c0162-f933-4d67-9eae-209a39530747|pool-2-thread-9|||||DEBUG|500||Response from method:POST (overridden to PATCH) performed on uri:https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/c87cd6c4-e720-43bd-824e-372bc0272431/model-vers/model-ver/c46cf41f-76f6-4eb9-ac86-2cd29f3dd19c?depth=0 has http status code:200 and response headers:{Strict-Transport-Security=[max-age=16000000; includeSubDomains; preload;], X-AAI-TXID=[1-aai-resources-221113-04:20:33:283-91022], vertex-id=[200856], Content-Length=[0], Date=[Sun, 13 Nov 2022 04:20:33 GMT], Content-Type=[application/json]} 2022-11-13T04:20:34.445Z|f76c0162-f933-4d67-9eae-209a39530747|pool-2-thread-9|||||DEBUG|500||Response was returned with an empty entity. 2022-11-13T04:20:34.445Z|f76c0162-f933-4d67-9eae-209a39530747|pool-2-thread-9|||||DEBUG|500||A&AI UPDATE MODEL Version is success! 2022-11-13T04:20:34.445Z|f76c0162-f933-4d67-9eae-209a39530747|pool-2-thread-9|||||DEBUG|500||A&AI Updated succefully with Distribution Status! Hibernate: select service0_.MODEL_UUID as model_uu1_50_, service0_.CDS_BLUEPRINT_NAME as cds_blue2_50_, service0_.CDS_BLUEPRINT_VERSION as cds_blue3_50_, service0_.SERVICE_CATEGORY as service_4_50_, service0_.CONTROLLER_ACTOR as controll5_50_, service0_.CREATION_TIMESTAMP as creation6_50_, service0_.TOSCA_CSAR_ARTIFACT_UUID as tosca_c21_50_, service0_.DESCRIPTION as descript7_50_, service0_.OVERALL_DISTRIBUTION_STATUS as overall_8_50_, service0_.ENVIRONMENT_CONTEXT as environm9_50_, service0_.MODEL_INVARIANT_UUID as model_i10_50_, service0_.MODEL_NAME as model_n11_50_, service0_.MODEL_VERSION as model_v12_50_, service0_.NAMING_POLICY as naming_13_50_, service0_.ONAP_GENERATED_NAMING as onap_ge14_50_, service0_.RESOURCE_ORDER as resourc15_50_, service0_.SERVICE_FUNCTION as service16_50_, service0_.SERVICE_ROLE as service17_50_, service0_.SERVICE_TYPE as service18_50_, service0_.SKIP_POST_INSTANTIATION_CONFIGURATION as skip_po19_50_, service0_.WORKLOAD_CONTEXT as workloa20_50_ from service service0_ where service0_.MODEL_UUID=? 2022-11-13T04:20:34.450Z|f76c0162-f933-4d67-9eae-209a39530747|pool-2-thread-9|||||ERROR|500||Error updating CatalogDBStatus java.lang.NullPointerException: null at org.onap.so.asdc.tenantIsolation.WatchdogDistribution.updateCatalogDBStatus(WatchdogDistribution.java:206) at org.onap.so.asdc.client.ASDCController.treatNotification(ASDCController.java:690) at org.onap.so.asdc.client.ASDCNotificationCallBack.activateCallback(ASDCNotificationCallBack.java:52) at org.onap.sdc.impl.NotificationConsumer.run(NotificationConsumer.java:71) at java.base/java.util.concurrent.Executors$RunnableAdapter.call(Unknown Source) at java.base/java.util.concurrent.FutureTask.runAndReset(Unknown Source) at java.base/java.util.concurrent.ScheduledThreadPoolExecutor$ScheduledFutureTask.run(Unknown Source) at java.base/java.util.concurrent.ThreadPoolExecutor.runWorker(Unknown Source) at java.base/java.util.concurrent.ThreadPoolExecutor$Worker.run(Unknown Source) at java.base/java.lang.Thread.run(Unknown Source) 2022-11-13T04:20:34.451Z|f76c0162-f933-4d67-9eae-209a39530747|pool-2-thread-9|||||DEBUG|500||Enter sendFinalDistributionStatus with DistributionID f76c0162-f933-4d67-9eae-209a39530747 and Status of DISTRIBUTION_COMPLETE_OK and ErrorReason null 2022-11-13T04:20:34.451Z|f76c0162-f933-4d67-9eae-209a39530747|pool-2-thread-9|||||INFO|500||DistributionClient - sendFinalDistributionStatus status 2022-11-13T04:20:34.451Z|f76c0162-f933-4d67-9eae-209a39530747|pool-2-thread-9|||||INFO|500||DistributionClient - sendStatus 2022-11-13T04:20:34.453Z|f76c0162-f933-4d67-9eae-209a39530747|pool-2-thread-9|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap] 2022-11-13T04:20:34.453Z|f76c0162-f933-4d67-9eae-209a39530747|pool-2-thread-9|||||DEBUG|500||try to send status { "distributionID": "f76c0162-f933-4d67-9eae-209a39530747", "consumerID": "SO-COpenSource-Env11", "timestamp": 1668313234451, "artifactURL": "", "status": "DISTRIBUTION_COMPLETE_OK" } 2022-11-13T04:20:34.553Z||pool-39-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms 2022-11-13T04:20:34.554Z||pool-39-thread-1|||||WARN|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO will send credentials over a clear channel. 2022-11-13T04:20:34.554Z||pool-39-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as Oi7quVEmKWoWd026) ... 2022-11-13T04:20:34.583Z||pool-39-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK 2022-11-13T04:20:34.583Z||pool-39-thread-1|||||INFO|500||cambria reply ok (29 ms):{"serverTimeMs":0,"count":1} Hibernate: select watchdogdi0_.DISTRIBUTION_ID as distribu1_11_0_, watchdogdi0_.CREATE_TIME as create_t2_11_0_, watchdogdi0_.DISTRIBUTION_ID_STATUS as distribu3_11_0_, watchdogdi0_.MODIFY_TIME as modify_t4_11_0_, watchdogdi0_.LOCK_VERSION as lock_ver5_11_0_ from watchdog_distributionid_status watchdogdi0_ where watchdogdi0_.DISTRIBUTION_ID=? Hibernate: update watchdog_distributionid_status set DISTRIBUTION_ID_STATUS=?, MODIFY_TIME=?, LOCK_VERSION=? where DISTRIBUTION_ID=? 2022-11-13T04:20:35.482Z|f76c0162-f933-4d67-9eae-209a39530747|pool-2-thread-9|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2022-11-13T04:20:35.482Z|f76c0162-f933-4d67-9eae-209a39530747|pool-2-thread-9|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel. 2022-11-13T04:20:35.482Z|f76c0162-f933-4d67-9eae-209a39530747|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 Oi7quVEmKWoWd026) ... 2022-11-13T04:20:40.033Z|f76c0162-f933-4d67-9eae-209a39530747|pool-2-thread-9|||||INFO|500|| --> HTTP/1.1 200 OK 2022-11-13T04:20:40.034Z|f76c0162-f933-4d67-9eae-209a39530747|pool-2-thread-9|||||DEBUG|500||received message from topic 2022-11-13T04:20:40.034Z|f76c0162-f933-4d67-9eae-209a39530747|pool-2-thread-9|||||DEBUG|500||recieved notification from broker: {"distributionID":"7b94625c-1cd7-46e1-9a34-377240ca09b5","serviceName":"Demo_pNF_3Pf0oq7kT4xms36VL9WC","serviceVersion":"1.0","serviceUUID":"c329aea4-a394-4942-a713-dc1b33fa10b5","serviceDescription":"catalog service description","serviceInvariantUUID":"3a8ccd7b-f231-4938-b3f1-53acffe88213","resources":[{"resourceInstanceName":"pNF a9f0b0d4-3e4c 0","resourceName":"pNF a9f0b0d4-3e4c","resourceVersion":"1.0","resoucreType":"PNF","resourceUUID":"4e639d0d-f972-42ff-bd41-0f5b737f34b2","resourceInvariantUUID":"2f279898-81e2-4c56-ad56-bc0995436404","resourceCustomizationUUID":"e69ceed0-80a0-47b1-93d8-a750c3960174","category":"Generic","subcategory":"Abstract","artifacts":[{"artifactName":"vf-license-model.xml","artifactType":"VF_LICENSE","artifactURL":"/sdc/v1/catalog/services/DemoPnf3pf0oq7kt4xms36vl9wc/1.0/resourceInstances/pnfa9f0b0d43e4c0/artifacts/vf-license-model.xml","artifactChecksum":"NjViYzM2NzIzM2M2NGM3MWEzN2M2NmQ4MGYyNDcwMDA\u003d","artifactDescription":"VF license file","artifactTimeout":0,"artifactUUID":"d5b08c73-3b82-47ce-80ca-96a136d0f8b6","artifactVersion":"1"},{"artifactName":"pNF.csar","artifactType":"ETSI_PACKAGE","artifactURL":"/sdc/v1/catalog/services/DemoPnf3pf0oq7kt4xms36vl9wc/1.0/resourceInstances/pnfa9f0b0d43e4c0/artifacts/pNF.csar","artifactChecksum":"OTRmZDRkOTU2YjFkYjFjNzViOWY3M2JiYTUwYWM3ZTg\u003d","artifactDescription":"Artifact created from csar","artifactTimeout":0,"artifactUUID":"14710120-b832-470b-8509-2a4a5c40fbd8","artifactVersion":"1"},{"artifactName":"mynetconf.yang","artifactType":"YANG_MODULE","artifactURL":"/sdc/v1/catalog/services/DemoPnf3pf0oq7kt4xms36vl9wc/1.0/resourceInstances/pnfa9f0b0d43e4c0/artifacts/mynetconf.yang","artifactChecksum":"N2Q1MDkxNjUwYzU1MWI2OTUzNmY4YTc3YmQ2YTlkZTc\u003d","artifactDescription":"Artifact created from csar","artifactTimeout":0,"artifactUUID":"a3dd8c7a-588f-417f-8e69-73d50ed69b57","artifactVersion":"1"},{"artifactName":"vendor-license-model.xml","artifactType":"VENDOR_LICENSE","artifactURL":"/sdc/v1/catalog/services/DemoPnf3pf0oq7kt4xms36vl9wc/1.0/resourceInstances/pnfa9f0b0d43e4c0/artifacts/vendor-license-model.xml","artifactChecksum":"MjU5ZTNiNzYwNjc1YTI1MjhhZGY5NDA0N2E5OTU0N2E\u003d","artifactDescription":" Vendor license file","artifactTimeout":0,"artifactUUID":"0785ce2b-2f98-4945-839a-acfa79934c50","artifactVersion":"1"},{"artifactName":"PM_Dictionary.yaml","artifactType":"PM_DICTIONARY","artifactURL":"/sdc/v1/catalog/services/DemoPnf3pf0oq7kt4xms36vl9wc/1.0/resourceInstances/pnfa9f0b0d43e4c0/artifacts/PM_Dictionary.yaml","artifactChecksum":"ZDJlYTVlNjA2ZGRhOTc3MDBkODVjNmEyMjA2OTA5YTE\u003d","artifactDescription":"Artifact created from csar","artifactTimeout":0,"artifactUUID":"801a3f5a-b7e8-4b78-8069-8dc5443f8123","artifactVersion":"1"},{"artifactName":"MyPnf_Pnf_v1.yaml","artifactType":"VES_EVENTS","artifactURL":"/sdc/v1/catalog/services/DemoPnf3pf0oq7kt4xms36vl9wc/1.0/resourceInstances/pnfa9f0b0d43e4c0/artifacts/MyPnf_Pnf_v1.yaml","artifactChecksum":"ZTllOGUwNjdiYWEyMWJhZDc4NjNlOGNmNGJkZWVlMWY\u003d","artifactDescription":"Artifact created from csar","artifactTimeout":0,"artifactUUID":"46dfcc92-9851-41e0-a8d0-e87f0376561e","artifactVersion":"1"}]}],"serviceArtifacts":[{"artifactName":"service-DemoPnf3pf0oq7kt4xms36vl9wc-template.yml","artifactType":"TOSCA_TEMPLATE","artifactURL":"/sdc/v1/catalog/services/DemoPnf3pf0oq7kt4xms36vl9wc/1.0/artifacts/service-DemoPnf3pf0oq7kt4xms36vl9wc-template.yml","artifactChecksum":"MzIwMWY2NzNkYmVhNDE3OTZiNTZhYTIzY2UyNWZiODk\u003d","artifactDescription":"TOSCA representation of the asset","artifactTimeout":0,"artifactUUID":"a8c9e1de-4d9c-4892-b0ca-312294bda5cd","artifactVersion":"1"},{"artifactName":"service-DemoPnf3pf0oq7kt4xms36vl9wc-csar.csar","artifactType":"TOSCA_CSAR","artifactURL":"/sdc/v1/catalog/services/DemoPnf3pf0oq7kt4xms36vl9wc/1.0/artifacts/service-DemoPnf3pf0oq7kt4xms36vl9wc-csar.csar","artifactChecksum":"Y2VhMjE4M2M2MTVlZDg0MzMwMWZjZmYxNGM0MmVkNTI\u003d","artifactDescription":"TOSCA definition package of the asset","artifactTimeout":0,"artifactUUID":"e62e4e7e-3ccc-4cb9-9bee-2c79dfdd3cd1","artifactVersion":"1"}],"workloadContext":"Production"} 2022-11-13T04:20:40.037Z|f76c0162-f933-4d67-9eae-209a39530747|pool-2-thread-9|||||INFO|500||DistributionClient - sendNotificationStatus 2022-11-13T04:20:40.037Z|f76c0162-f933-4d67-9eae-209a39530747|pool-2-thread-9|||||INFO|500||DistributionClient - sendStatus 2022-11-13T04:20:40.039Z|f76c0162-f933-4d67-9eae-209a39530747|pool-2-thread-9|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap] 2022-11-13T04:20:40.039Z|f76c0162-f933-4d67-9eae-209a39530747|pool-2-thread-9|||||DEBUG|500||try to send status { "distributionID": "7b94625c-1cd7-46e1-9a34-377240ca09b5", "consumerID": "SO-COpenSource-Env11", "timestamp": 1668313235482, "artifactURL": "/sdc/v1/catalog/services/DemoPnf3pf0oq7kt4xms36vl9wc/1.0/resourceInstances/pnfa9f0b0d43e4c0/artifacts/vf-license-model.xml", "status": "NOT_NOTIFIED" } 2022-11-13T04:20:40.139Z||pool-40-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms 2022-11-13T04:20:40.142Z||pool-40-thread-1|||||WARN|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO will send credentials over a clear channel. 2022-11-13T04:20:40.142Z||pool-40-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as Oi7quVEmKWoWd026) ... 2022-11-13T04:20:40.158Z||pool-40-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK 2022-11-13T04:20:40.158Z||pool-40-thread-1|||||INFO|500||cambria reply ok (18 ms):{"serverTimeMs":0,"count":1} 2022-11-13T04:20:41.039Z|f76c0162-f933-4d67-9eae-209a39530747|pool-2-thread-9|||||INFO|500||DistributionClient - sendNotificationStatus 2022-11-13T04:20:41.040Z|f76c0162-f933-4d67-9eae-209a39530747|pool-2-thread-9|||||INFO|500||DistributionClient - sendStatus 2022-11-13T04:20:41.044Z|f76c0162-f933-4d67-9eae-209a39530747|pool-2-thread-9|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap] 2022-11-13T04:20:41.044Z|f76c0162-f933-4d67-9eae-209a39530747|pool-2-thread-9|||||DEBUG|500||try to send status { "distributionID": "7b94625c-1cd7-46e1-9a34-377240ca09b5", "consumerID": "SO-COpenSource-Env11", "timestamp": 1668313235482, "artifactURL": "/sdc/v1/catalog/services/DemoPnf3pf0oq7kt4xms36vl9wc/1.0/resourceInstances/pnfa9f0b0d43e4c0/artifacts/pNF.csar", "status": "NOT_NOTIFIED" } 2022-11-13T04:20:41.144Z||pool-41-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms 2022-11-13T04:20:41.145Z||pool-41-thread-1|||||WARN|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO will send credentials over a clear channel. 2022-11-13T04:20:41.145Z||pool-41-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as Oi7quVEmKWoWd026) ... 2022-11-13T04:20:41.162Z||pool-41-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK 2022-11-13T04:20:41.163Z||pool-41-thread-1|||||INFO|500||cambria reply ok (19 ms):{"serverTimeMs":0,"count":1} 2022-11-13T04:20:42.045Z|f76c0162-f933-4d67-9eae-209a39530747|pool-2-thread-9|||||INFO|500||DistributionClient - sendNotificationStatus 2022-11-13T04:20:42.046Z|f76c0162-f933-4d67-9eae-209a39530747|pool-2-thread-9|||||INFO|500||DistributionClient - sendStatus 2022-11-13T04:20:42.048Z|f76c0162-f933-4d67-9eae-209a39530747|pool-2-thread-9|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap] 2022-11-13T04:20:42.048Z|f76c0162-f933-4d67-9eae-209a39530747|pool-2-thread-9|||||DEBUG|500||try to send status { "distributionID": "7b94625c-1cd7-46e1-9a34-377240ca09b5", "consumerID": "SO-COpenSource-Env11", "timestamp": 1668313235482, "artifactURL": "/sdc/v1/catalog/services/DemoPnf3pf0oq7kt4xms36vl9wc/1.0/resourceInstances/pnfa9f0b0d43e4c0/artifacts/mynetconf.yang", "status": "NOT_NOTIFIED" } 2022-11-13T04:20:42.149Z||pool-42-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 101 ms 2022-11-13T04:20:42.150Z||pool-42-thread-1|||||WARN|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO will send credentials over a clear channel. 2022-11-13T04:20:42.150Z||pool-42-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as Oi7quVEmKWoWd026) ... 2022-11-13T04:20:42.169Z||pool-42-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK 2022-11-13T04:20:42.169Z||pool-42-thread-1|||||INFO|500||cambria reply ok (20 ms):{"serverTimeMs":0,"count":1} 2022-11-13T04:20:43.049Z|f76c0162-f933-4d67-9eae-209a39530747|pool-2-thread-9|||||INFO|500||DistributionClient - sendNotificationStatus 2022-11-13T04:20:43.050Z|f76c0162-f933-4d67-9eae-209a39530747|pool-2-thread-9|||||INFO|500||DistributionClient - sendStatus 2022-11-13T04:20:43.052Z|f76c0162-f933-4d67-9eae-209a39530747|pool-2-thread-9|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap] 2022-11-13T04:20:43.052Z|f76c0162-f933-4d67-9eae-209a39530747|pool-2-thread-9|||||DEBUG|500||try to send status { "distributionID": "7b94625c-1cd7-46e1-9a34-377240ca09b5", "consumerID": "SO-COpenSource-Env11", "timestamp": 1668313235482, "artifactURL": "/sdc/v1/catalog/services/DemoPnf3pf0oq7kt4xms36vl9wc/1.0/resourceInstances/pnfa9f0b0d43e4c0/artifacts/vendor-license-model.xml", "status": "NOT_NOTIFIED" } 2022-11-13T04:20:43.157Z||pool-43-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 105 ms 2022-11-13T04:20:43.158Z||pool-43-thread-1|||||WARN|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO will send credentials over a clear channel. 2022-11-13T04:20:43.159Z||pool-43-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as Oi7quVEmKWoWd026) ... 2022-11-13T04:20:43.180Z||pool-43-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK 2022-11-13T04:20:43.181Z||pool-43-thread-1|||||INFO|500||cambria reply ok (23 ms):{"serverTimeMs":0,"count":1} 2022-11-13T04:20:44.053Z|f76c0162-f933-4d67-9eae-209a39530747|pool-2-thread-9|||||INFO|500||DistributionClient - sendNotificationStatus 2022-11-13T04:20:44.054Z|f76c0162-f933-4d67-9eae-209a39530747|pool-2-thread-9|||||INFO|500||DistributionClient - sendStatus 2022-11-13T04:20:44.057Z|f76c0162-f933-4d67-9eae-209a39530747|pool-2-thread-9|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap] 2022-11-13T04:20:44.057Z|f76c0162-f933-4d67-9eae-209a39530747|pool-2-thread-9|||||DEBUG|500||try to send status { "distributionID": "7b94625c-1cd7-46e1-9a34-377240ca09b5", "consumerID": "SO-COpenSource-Env11", "timestamp": 1668313235482, "artifactURL": "/sdc/v1/catalog/services/DemoPnf3pf0oq7kt4xms36vl9wc/1.0/resourceInstances/pnfa9f0b0d43e4c0/artifacts/PM_Dictionary.yaml", "status": "NOT_NOTIFIED" } 2022-11-13T04:20:44.162Z||pool-44-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 105 ms 2022-11-13T04:20:44.163Z||pool-44-thread-1|||||WARN|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO will send credentials over a clear channel. 2022-11-13T04:20:44.164Z||pool-44-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as Oi7quVEmKWoWd026) ... 2022-11-13T04:20:44.182Z||pool-44-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK 2022-11-13T04:20:44.183Z||pool-44-thread-1|||||INFO|500||cambria reply ok (20 ms):{"serverTimeMs":0,"count":1} 2022-11-13T04:20:45.066Z|f76c0162-f933-4d67-9eae-209a39530747|pool-2-thread-9|||||INFO|500||DistributionClient - sendNotificationStatus 2022-11-13T04:20:45.067Z|f76c0162-f933-4d67-9eae-209a39530747|pool-2-thread-9|||||INFO|500||DistributionClient - sendStatus 2022-11-13T04:20:45.071Z|f76c0162-f933-4d67-9eae-209a39530747|pool-2-thread-9|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap] 2022-11-13T04:20:45.072Z|f76c0162-f933-4d67-9eae-209a39530747|pool-2-thread-9|||||DEBUG|500||try to send status { "distributionID": "7b94625c-1cd7-46e1-9a34-377240ca09b5", "consumerID": "SO-COpenSource-Env11", "timestamp": 1668313235482, "artifactURL": "/sdc/v1/catalog/services/DemoPnf3pf0oq7kt4xms36vl9wc/1.0/resourceInstances/pnfa9f0b0d43e4c0/artifacts/MyPnf_Pnf_v1.yaml", "status": "NOT_NOTIFIED" } 2022-11-13T04:20:45.170Z||pool-45-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 98 ms 2022-11-13T04:20:45.171Z||pool-45-thread-1|||||WARN|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO will send credentials over a clear channel. 2022-11-13T04:20:45.171Z||pool-45-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as Oi7quVEmKWoWd026) ... 2022-11-13T04:20:45.185Z||pool-45-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK 2022-11-13T04:20:45.186Z||pool-45-thread-1|||||INFO|500||cambria reply ok (16 ms):{"serverTimeMs":0,"count":1} 2022-11-13T04:20:46.072Z|f76c0162-f933-4d67-9eae-209a39530747|pool-2-thread-9|||||INFO|500||DistributionClient - sendNotificationStatus 2022-11-13T04:20:46.075Z|f76c0162-f933-4d67-9eae-209a39530747|pool-2-thread-9|||||INFO|500||DistributionClient - sendStatus 2022-11-13T04:20:46.077Z|f76c0162-f933-4d67-9eae-209a39530747|pool-2-thread-9|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap] 2022-11-13T04:20:46.077Z|f76c0162-f933-4d67-9eae-209a39530747|pool-2-thread-9|||||DEBUG|500||try to send status { "distributionID": "7b94625c-1cd7-46e1-9a34-377240ca09b5", "consumerID": "SO-COpenSource-Env11", "timestamp": 1668313235482, "artifactURL": "/sdc/v1/catalog/services/DemoPnf3pf0oq7kt4xms36vl9wc/1.0/artifacts/service-DemoPnf3pf0oq7kt4xms36vl9wc-template.yml", "status": "NOT_NOTIFIED" } 2022-11-13T04:20:46.177Z||pool-46-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 99 ms 2022-11-13T04:20:46.178Z||pool-46-thread-1|||||WARN|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO will send credentials over a clear channel. 2022-11-13T04:20:46.178Z||pool-46-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as Oi7quVEmKWoWd026) ... 2022-11-13T04:20:46.193Z||pool-46-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK 2022-11-13T04:20:46.194Z||pool-46-thread-1|||||INFO|500||cambria reply ok (16 ms):{"serverTimeMs":1,"count":1} 2022-11-13T04:20:47.078Z|f76c0162-f933-4d67-9eae-209a39530747|pool-2-thread-9|||||INFO|500||DistributionClient - sendNotificationStatus 2022-11-13T04:20:47.079Z|f76c0162-f933-4d67-9eae-209a39530747|pool-2-thread-9|||||INFO|500||DistributionClient - sendStatus 2022-11-13T04:20:47.081Z|f76c0162-f933-4d67-9eae-209a39530747|pool-2-thread-9|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap] 2022-11-13T04:20:47.081Z|f76c0162-f933-4d67-9eae-209a39530747|pool-2-thread-9|||||DEBUG|500||try to send status { "distributionID": "7b94625c-1cd7-46e1-9a34-377240ca09b5", "consumerID": "SO-COpenSource-Env11", "timestamp": 1668313235482, "artifactURL": "/sdc/v1/catalog/services/DemoPnf3pf0oq7kt4xms36vl9wc/1.0/artifacts/service-DemoPnf3pf0oq7kt4xms36vl9wc-csar.csar", "status": "NOTIFIED" } 2022-11-13T04:20:47.182Z||pool-47-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 99 ms 2022-11-13T04:20:47.183Z||pool-47-thread-1|||||WARN|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO will send credentials over a clear channel. 2022-11-13T04:20:47.183Z||pool-47-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as Oi7quVEmKWoWd026) ... 2022-11-13T04:20:47.199Z||pool-47-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK 2022-11-13T04:20:47.200Z||pool-47-thread-1|||||INFO|500||cambria reply ok (18 ms):{"serverTimeMs":1,"count":1} 2022-11-13T04:20:48.083Z|f76c0162-f933-4d67-9eae-209a39530747|pool-2-thread-9|||||DEBUG|500||sending notification to client: { "distributionID": "7b94625c-1cd7-46e1-9a34-377240ca09b5", "serviceName": "Demo_pNF_3Pf0oq7kT4xms36VL9WC", "serviceVersion": "1.0", "serviceUUID": "c329aea4-a394-4942-a713-dc1b33fa10b5", "serviceDescription": "catalog service description", "serviceInvariantUUID": "3a8ccd7b-f231-4938-b3f1-53acffe88213", "resources": [ { "resourceInstanceName": "pNF a9f0b0d4-3e4c 0", "resourceCustomizationUUID": "e69ceed0-80a0-47b1-93d8-a750c3960174", "resourceName": "pNF a9f0b0d4-3e4c", "resourceVersion": "1.0", "resoucreType": "PNF", "resourceUUID": "4e639d0d-f972-42ff-bd41-0f5b737f34b2", "resourceInvariantUUID": "2f279898-81e2-4c56-ad56-bc0995436404", "category": "Generic", "subcategory": "Abstract", "artifacts": [] } ], "serviceArtifacts": [ { "artifactName": "service-DemoPnf3pf0oq7kt4xms36vl9wc-csar.csar", "artifactType": "TOSCA_CSAR", "artifactURL": "/sdc/v1/catalog/services/DemoPnf3pf0oq7kt4xms36vl9wc/1.0/artifacts/service-DemoPnf3pf0oq7kt4xms36vl9wc-csar.csar", "artifactChecksum": "Y2VhMjE4M2M2MTVlZDg0MzMwMWZjZmYxNGM0MmVkNTI\u003d", "artifactDescription": "TOSCA definition package of the asset", "artifactTimeout": 0, "artifactVersion": "1", "artifactUUID": "e62e4e7e-3ccc-4cb9-9bee-2c79dfdd3cd1" } ], "workloadContext": "Production" } 2022-11-13T04:20:48.083Z|f76c0162-f933-4d67-9eae-209a39530747|pool-2-thread-9|||||DEBUG|500||Receive a callback notification in ASDC, nb of resources: 1 2022-11-13T04:20:48.083Z|f76c0162-f933-4d67-9eae-209a39530747|pool-2-thread-9|||||INFO|500||ASDC_RECEIVE_CALLBACK_NOTIF 0 c329aea4-a394-4942-a713-dc1b33fa10b5 ASDC 2022-11-13T04:20:48.084Z|7b94625c-1cd7-46e1-9a34-377240ca09b5|pool-2-thread-9|||||DEBUG|500||ASDC Notification: DistributionID:7b94625c-1cd7-46e1-9a34-377240ca09b5 ServiceName:Demo_pNF_3Pf0oq7kT4xms36VL9WC ServiceVersion:1.0 ServiceUUID:c329aea4-a394-4942-a713-dc1b33fa10b5 ServiceInvariantUUID:3a8ccd7b-f231-4938-b3f1-53acffe88213 ServiceDescription:catalog service description Service Artifacts List: { Service Artifacts Info: ArtifactName:service-DemoPnf3pf0oq7kt4xms36vl9wc-csar.csar ArtifactVersion:1 ArtifactType:TOSCA_CSAR ArtifactDescription:TOSCA definition package of the asset ArtifactTimeout:0 ArtifactURL:/sdc/v1/catalog/services/DemoPnf3pf0oq7kt4xms36vl9wc/1.0/artifacts/service-DemoPnf3pf0oq7kt4xms36vl9wc-csar.csar ArtifactUUID:e62e4e7e-3ccc-4cb9-9bee-2c79dfdd3cd1 ArtifactChecksum:Y2VhMjE4M2M2MTVlZDg0MzMwMWZjZmYxNGM0MmVkNTI= GeneratedArtifact:{NULL } RelatedArtifacts:{ } } Resource Instances List: { Resource Instance Info: ResourceInstanceName:pNF a9f0b0d4-3e4c 0 ResourceCustomizationUUID:e69ceed0-80a0-47b1-93d8-a750c3960174 ResourceInvariantUUID:2f279898-81e2-4c56-ad56-bc0995436404 ResourceName:pNF a9f0b0d4-3e4c ResourceType:PNF ResourceUUID:4e639d0d-f972-42ff-bd41-0f5b737f34b2 ResourceVersion:1.0 Category:Generic SubCategory:Abstract Resource Artifacts List: NULL } 2022-11-13T04:20:48.084Z|7b94625c-1cd7-46e1-9a34-377240ca09b5|pool-2-thread-9|||||INFO|500||ASDC_RECEIVE_SERVICE_NOTIF c329aea4-a394-4942-a713-dc1b33fa10b5 ASDC treatNotification Hibernate: select watchdogse0_.DISTRIBUTION_ID as distribu1_13_0_, watchdogse0_.SERVICE_MODEL_VERSION_ID as service_2_13_0_, watchdogse0_.CONSUMER_ID as consumer3_13_0_, watchdogse0_.CREATE_TIME as create_t4_13_0_, watchdogse0_.DISTRIBUTION_NOTIFICATION as distribu5_13_0_ from watchdog_service_mod_ver_id_lookup watchdogse0_ where watchdogse0_.DISTRIBUTION_ID=? and watchdogse0_.SERVICE_MODEL_VERSION_ID=? Hibernate: insert into watchdog_service_mod_ver_id_lookup (CONSUMER_ID, CREATE_TIME, DISTRIBUTION_NOTIFICATION, DISTRIBUTION_ID, SERVICE_MODEL_VERSION_ID) values (?, ?, ?, ?, ?) Hibernate: select watchdogdi0_.DISTRIBUTION_ID as distribu1_11_0_, watchdogdi0_.CREATE_TIME as create_t2_11_0_, watchdogdi0_.DISTRIBUTION_ID_STATUS as distribu3_11_0_, watchdogdi0_.MODIFY_TIME as modify_t4_11_0_, watchdogdi0_.LOCK_VERSION as lock_ver5_11_0_ from watchdog_distributionid_status watchdogdi0_ where watchdogdi0_.DISTRIBUTION_ID=? Hibernate: insert into watchdog_distributionid_status (CREATE_TIME, DISTRIBUTION_ID_STATUS, MODIFY_TIME, LOCK_VERSION, DISTRIBUTION_ID) values (?, ?, ?, ?, ?) 2022-11-13T04:20:48.108Z|7b94625c-1cd7-46e1-9a34-377240ca09b5|pool-2-thread-9|||||INFO|500||Unable to find the system property mso.config.path, use the default configuration 2022-11-13T04:20:48.109Z|7b94625c-1cd7-46e1-9a34-377240ca09b5|pool-2-thread-9|||||INFO|500||MSO config path is: /app 2022-11-13T04:20:48.109Z|7b94625c-1cd7-46e1-9a34-377240ca09b5|pool-2-thread-9|||||INFO|500||MSO config path is: /app 2022-11-13T04:20:48.109Z|7b94625c-1cd7-46e1-9a34-377240ca09b5|pool-2-thread-9|||||INFO|500||Trying to download the artifact UUID: e62e4e7e-3ccc-4cb9-9bee-2c79dfdd3cd1 from URL: /sdc/v1/catalog/services/DemoPnf3pf0oq7kt4xms36vl9wc/1.0/artifacts/service-DemoPnf3pf0oq7kt4xms36vl9wc-csar.csar 2022-11-13T04:20:48.109Z|7b94625c-1cd7-46e1-9a34-377240ca09b5|pool-2-thread-9|||||INFO|500||DistributionClient - download 2022-11-13T04:20:48.110Z|7b94625c-1cd7-46e1-9a34-377240ca09b5|pool-2-thread-9|||||DEBUG|500||url to send https://sdc-be.onap:8443/sdc/v1/catalog/services/DemoPnf3pf0oq7kt4xms36vl9wc/1.0/artifacts/service-DemoPnf3pf0oq7kt4xms36vl9wc-csar.csar 2022-11-13T04:20:48.171Z|7b94625c-1cd7-46e1-9a34-377240ca09b5|pool-2-thread-9|||||DEBUG|500||GET Response Status 200 2022-11-13T04:20:48.175Z|7b94625c-1cd7-46e1-9a34-377240ca09b5|pool-2-thread-9|||||INFO|500||ASDC_ARTIFACT_DOWNLOAD_SUC /sdc/v1/catalog/services/DemoPnf3pf0oq7kt4xms36vl9wc/1.0/artifacts/service-DemoPnf3pf0oq7kt4xms36vl9wc-csar.csar e62e4e7e-3ccc-4cb9-9bee-2c79dfdd3cd1 82631 2022-11-13T04:20:48.175Z|7b94625c-1cd7-46e1-9a34-377240ca09b5|pool-2-thread-9|||||INFO|500||ASDC_SEND_NOTIF_ASDC DOWNLOAD DOWNLOAD_OK /sdc/v1/catalog/services/DemoPnf3pf0oq7kt4xms36vl9wc/1.0/artifacts/service-DemoPnf3pf0oq7kt4xms36vl9wc-csar.csar ASDC sendASDCNotification 2022-11-13T04:20:48.175Z|7b94625c-1cd7-46e1-9a34-377240ca09b5|pool-2-thread-9|||||DEBUG|500||Sending DOWNLOAD(DOWNLOAD_OK) notification to ASDC for artifact:/sdc/v1/catalog/services/DemoPnf3pf0oq7kt4xms36vl9wc/1.0/artifacts/service-DemoPnf3pf0oq7kt4xms36vl9wc-csar.csar 2022-11-13T04:20:48.175Z|7b94625c-1cd7-46e1-9a34-377240ca09b5|pool-2-thread-9|||||INFO|500||DistributionClient - sendDownloadStatus 2022-11-13T04:20:48.176Z|7b94625c-1cd7-46e1-9a34-377240ca09b5|pool-2-thread-9|||||INFO|500||DistributionClient - sendStatus 2022-11-13T04:20:48.178Z|7b94625c-1cd7-46e1-9a34-377240ca09b5|pool-2-thread-9|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap] 2022-11-13T04:20:48.178Z|7b94625c-1cd7-46e1-9a34-377240ca09b5|pool-2-thread-9|||||DEBUG|500||try to send status { "distributionID": "7b94625c-1cd7-46e1-9a34-377240ca09b5", "consumerID": "SO-COpenSource-Env11", "timestamp": 1668313248175, "artifactURL": "/sdc/v1/catalog/services/DemoPnf3pf0oq7kt4xms36vl9wc/1.0/artifacts/service-DemoPnf3pf0oq7kt4xms36vl9wc-csar.csar", "status": "DOWNLOAD_OK" } 2022-11-13T04:20:48.286Z||pool-48-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 108 ms 2022-11-13T04:20:48.287Z||pool-48-thread-1|||||WARN|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO will send credentials over a clear channel. 2022-11-13T04:20:48.287Z||pool-48-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as Oi7quVEmKWoWd026) ... 2022-11-13T04:20:48.309Z||pool-48-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK 2022-11-13T04:20:48.310Z||pool-48-thread-1|||||INFO|500||cambria reply ok (24 ms):{"serverTimeMs":1,"count":1} 2022-11-13T04:20:49.179Z|7b94625c-1cd7-46e1-9a34-377240ca09b5|pool-2-thread-9|||||INFO|500||Unable to find the system property mso.config.path, use the default configuration 2022-11-13T04:20:49.179Z|7b94625c-1cd7-46e1-9a34-377240ca09b5|pool-2-thread-9|||||INFO|500||MSO config path is: /app 2022-11-13T04:20:49.180Z|7b94625c-1cd7-46e1-9a34-377240ca09b5|pool-2-thread-9|||||INFO|500||Trying to write artifact UUID: e62e4e7e-3ccc-4cb9-9bee-2c79dfdd3cd1, URL: /sdc/v1/catalog/services/DemoPnf3pf0oq7kt4xms36vl9wc/1.0/artifacts/service-DemoPnf3pf0oq7kt4xms36vl9wc-csar.csar to file: /app/ASDC/1/service-DemoPnf3pf0oq7kt4xms36vl9wc-csar.csar 2022-11-13T04:20:49.180Z|7b94625c-1cd7-46e1-9a34-377240ca09b5|pool-2-thread-9|||||INFO|500||ASDC_RECEIVE_SERVICE_NOTIF ***WRITE FILE ARTIFACT NAME ASDC service-DemoPnf3pf0oq7kt4xms36vl9wc-csar.csar 2022-11-13T04:20:49.181Z|7b94625c-1cd7-46e1-9a34-377240ca09b5|pool-2-thread-9|||||DEBUG|500||ASDC File path is: /app/ASDC/1/service-DemoPnf3pf0oq7kt4xms36vl9wc-csar.csar 2022-11-13T04:20:49.181Z|7b94625c-1cd7-46e1-9a34-377240ca09b5|pool-2-thread-9|||||INFO|500||ASDC_RECEIVE_SERVICE_NOTIF ***PATH ASDC /app/ASDC/1/service-DemoPnf3pf0oq7kt4xms36vl9wc-csar.csar 2022-11-13T04:20:49.352Z|7b94625c-1cd7-46e1-9a34-377240ca09b5|pool-2-thread-9|||||DEBUG|500||ToscaTemplate Loading YAMEL file /tmp/JTP18346610730015030585/Definitions/service-DemoPnf3pf0oq7kt4xms36vl9wc-template.yml 2022-11-13T04:20:50.240Z|7b94625c-1cd7-46e1-9a34-377240ca09b5|pool-2-thread-9|||||DEBUG|500||CSAR conformance level is 11.0 2022-11-13T04:20:50.241Z|7b94625c-1cd7-46e1-9a34-377240ca09b5|pool-2-thread-9|||||WARN|500||#################################################################################################### 2022-11-13T04:20:50.241Z|7b94625c-1cd7-46e1-9a34-377240ca09b5|pool-2-thread-9|||||WARN|500||CSAR Warnings found! CSAR name - /app/ASDC/1/service-DemoPnf3pf0oq7kt4xms36vl9wc-csar.csar 2022-11-13T04:20:50.241Z|7b94625c-1cd7-46e1-9a34-377240ca09b5|pool-2-thread-9|||||WARN|500||ToscaTemplate - verifyTemplate - 7 Parsing Warnings occurred... 2022-11-13T04:20:50.241Z|7b94625c-1cd7-46e1-9a34-377240ca09b5|pool-2-thread-9|||||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-DemoPnf3pf0oq7kt4xms36vl9wc-csar.csar 2022-11-13T04:20:50.241Z|7b94625c-1cd7-46e1-9a34-377240ca09b5|pool-2-thread-9|||||WARN|500||JTosca Exception [JE003]: MissingRequiredFieldError: properties of template "pNF a9f0b0d4-3e4c 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-DemoPnf3pf0oq7kt4xms36vl9wc-csar.csar 2022-11-13T04:20:50.241Z|7b94625c-1cd7-46e1-9a34-377240ca09b5|pool-2-thread-9|||||WARN|500||JTosca Exception [JE003]: MissingRequiredFieldError: properties of template "pnfExtCp_1" are missing field(s): [unit, type]. CSAR name - /app/ASDC/1/service-DemoPnf3pf0oq7kt4xms36vl9wc-csar.csar 2022-11-13T04:20:50.242Z|7b94625c-1cd7-46e1-9a34-377240ca09b5|pool-2-thread-9|||||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-DemoPnf3pf0oq7kt4xms36vl9wc-csar.csar 2022-11-13T04:20:50.242Z|7b94625c-1cd7-46e1-9a34-377240ca09b5|pool-2-thread-9|||||WARN|500||JTosca Exception [JE003]: MissingRequiredFieldError: Data value of type "org.openecomp.datatypes.AssignmentRequirements" is missing required field(s) "[supplemental_data]". CSAR name - /app/ASDC/1/service-DemoPnf3pf0oq7kt4xms36vl9wc-csar.csar 2022-11-13T04:20:50.242Z|7b94625c-1cd7-46e1-9a34-377240ca09b5|pool-2-thread-9|||||WARN|500||JTosca Exception [JE003]: MissingRequiredFieldError: Data value of type "org.openecomp.datatypes.network.MacRequirements" is missing required field(s) "[supplemental_data]". CSAR name - /app/ASDC/1/service-DemoPnf3pf0oq7kt4xms36vl9wc-csar.csar 2022-11-13T04:20:50.242Z|7b94625c-1cd7-46e1-9a34-377240ca09b5|pool-2-thread-9|||||WARN|500||JTosca Exception [JE003]: MissingRequiredFieldError: Data value of type "org.openecomp.datatypes.Naming" is missing required field(s) "[supplemental_data]". CSAR name - /app/ASDC/1/service-DemoPnf3pf0oq7kt4xms36vl9wc-csar.csar 2022-11-13T04:20:50.242Z|7b94625c-1cd7-46e1-9a34-377240ca09b5|pool-2-thread-9|||||WARN|500||#################################################################################################### 2022-11-13T04:20:50.243Z|7b94625c-1cd7-46e1-9a34-377240ca09b5|pool-2-thread-9|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive 2022-11-13T04:20:50.243Z|7b94625c-1cd7-46e1-9a34-377240ca09b5|pool-2-thread-9|||||DEBUG|500||Service Demo_pNF_3Pf0oq7kT4xms36VL9WC is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=SERVICE_PROXY, toscaType=null, uUID=null, customizationUUID=null 2022-11-13T04:20:50.243Z|7b94625c-1cd7-46e1-9a34-377240ca09b5|pool-2-thread-9|||||DEBUG|500||Node template pNF a9f0b0d4-3e4c 0 is matching search criteria 2022-11-13T04:20:50.244Z|7b94625c-1cd7-46e1-9a34-377240ca09b5|pool-2-thread-9|||||DEBUG|500||Search for entities recursively 2022-11-13T04:20:50.244Z|7b94625c-1cd7-46e1-9a34-377240ca09b5|pool-2-thread-9|||||DEBUG|500||Found topology templates [pNF a9f0b0d4-3e4c 0] matching following query criteria: sdcType=Service, customizationUUID=null 2022-11-13T04:20:50.244Z|7b94625c-1cd7-46e1-9a34-377240ca09b5|pool-2-thread-9|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive 2022-11-13T04:20:50.244Z|7b94625c-1cd7-46e1-9a34-377240ca09b5|pool-2-thread-9|||||DEBUG|500||Service Demo_pNF_3Pf0oq7kT4xms36VL9WC is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=CONFIGURATION, toscaType=null, uUID=null, customizationUUID=null 2022-11-13T04:20:50.245Z|7b94625c-1cd7-46e1-9a34-377240ca09b5|pool-2-thread-9|||||DEBUG|500||Node template pNF a9f0b0d4-3e4c 0 is matching search criteria 2022-11-13T04:20:50.245Z|7b94625c-1cd7-46e1-9a34-377240ca09b5|pool-2-thread-9|||||DEBUG|500||Search for entities recursively 2022-11-13T04:20:50.245Z|7b94625c-1cd7-46e1-9a34-377240ca09b5|pool-2-thread-9|||||DEBUG|500||Found topology templates [pNF a9f0b0d4-3e4c 0] matching following query criteria: sdcType=Service, customizationUUID=null 2022-11-13T04:20:50.245Z|7b94625c-1cd7-46e1-9a34-377240ca09b5|pool-2-thread-9|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive 2022-11-13T04:20:50.245Z|7b94625c-1cd7-46e1-9a34-377240ca09b5|pool-2-thread-9|||||DEBUG|500||Service Demo_pNF_3Pf0oq7kT4xms36VL9WC is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=VF, toscaType=null, uUID=null, customizationUUID=null 2022-11-13T04:20:50.246Z|7b94625c-1cd7-46e1-9a34-377240ca09b5|pool-2-thread-9|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive 2022-11-13T04:20:50.246Z|7b94625c-1cd7-46e1-9a34-377240ca09b5|pool-2-thread-9|||||DEBUG|500||Service Demo_pNF_3Pf0oq7kT4xms36VL9WC is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=VL, toscaType=null, uUID=null, customizationUUID=null 2022-11-13T04:20:50.246Z|7b94625c-1cd7-46e1-9a34-377240ca09b5|pool-2-thread-9|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive 2022-11-13T04:20:50.246Z|7b94625c-1cd7-46e1-9a34-377240ca09b5|pool-2-thread-9|||||DEBUG|500||Service Demo_pNF_3Pf0oq7kT4xms36VL9WC is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=CR, toscaType=null, uUID=null, customizationUUID=null 2022-11-13T04:20:50.247Z|7b94625c-1cd7-46e1-9a34-377240ca09b5|pool-2-thread-9|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive 2022-11-13T04:20:50.247Z|7b94625c-1cd7-46e1-9a34-377240ca09b5|pool-2-thread-9|||||DEBUG|500||Service Demo_pNF_3Pf0oq7kT4xms36VL9WC is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=VF, toscaType=null, uUID=null, customizationUUID=null 2022-11-13T04:20:50.247Z|7b94625c-1cd7-46e1-9a34-377240ca09b5|pool-2-thread-9|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive 2022-11-13T04:20:50.247Z|7b94625c-1cd7-46e1-9a34-377240ca09b5|pool-2-thread-9|||||DEBUG|500||Service Demo_pNF_3Pf0oq7kT4xms36VL9WC is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=PNF, toscaType=null, uUID=null, customizationUUID=null 2022-11-13T04:20:50.248Z|7b94625c-1cd7-46e1-9a34-377240ca09b5|pool-2-thread-9|||||DEBUG|500||CSAR Notification: Service Level Properties: Name:Demo_pNF_3Pf0oq7kT4xms36VL9WC Description:catalog service description Model UUID:c329aea4-a394-4942-a713-dc1b33fa10b5 Model Version:NULL Model InvariantUuid:3a8ccd7b-f231-4938-b3f1-53acffe88213 Service Type: Service Role: WorkLoad Context:Production Environment Context:General_Revenue-Bearing VF Allotted Resource Properties: PNF Allotted Resource Properties: Hibernate: select toscacsar0_.ARTIFACT_UUID as artifact1_57_0_, toscacsar0_.ARTIFACT_CHECKSUM as artifact2_57_0_, toscacsar0_.CREATION_TIMESTAMP as creation3_57_0_, toscacsar0_.DESCRIPTION as descript4_57_0_, toscacsar0_.NAME as name5_57_0_, toscacsar0_.URL as url6_57_0_, toscacsar0_.Version as version7_57_0_ from tosca_csar toscacsar0_ where toscacsar0_.ARTIFACT_UUID=? 2022-11-13T04:20:50.254Z|7b94625c-1cd7-46e1-9a34-377240ca09b5|pool-2-thread-9|||||INFO|500||Processing Resource Type: PNF, Model UUID: 4e639d0d-f972-42ff-bd41-0f5b737f34b2 Hibernate: select service0_.MODEL_UUID as model_uu1_50_, service0_.CDS_BLUEPRINT_NAME as cds_blue2_50_, service0_.CDS_BLUEPRINT_VERSION as cds_blue3_50_, service0_.SERVICE_CATEGORY as service_4_50_, service0_.CONTROLLER_ACTOR as controll5_50_, service0_.CREATION_TIMESTAMP as creation6_50_, service0_.TOSCA_CSAR_ARTIFACT_UUID as tosca_c21_50_, service0_.DESCRIPTION as descript7_50_, service0_.OVERALL_DISTRIBUTION_STATUS as overall_8_50_, service0_.ENVIRONMENT_CONTEXT as environm9_50_, service0_.MODEL_INVARIANT_UUID as model_i10_50_, service0_.MODEL_NAME as model_n11_50_, service0_.MODEL_VERSION as model_v12_50_, service0_.NAMING_POLICY as naming_13_50_, service0_.ONAP_GENERATED_NAMING as onap_ge14_50_, service0_.RESOURCE_ORDER as resourc15_50_, service0_.SERVICE_FUNCTION as service16_50_, service0_.SERVICE_ROLE as service17_50_, service0_.SERVICE_TYPE as service18_50_, service0_.SKIP_POST_INSTANTIATION_CONFIGURATION as skip_po19_50_, service0_.WORKLOAD_CONTEXT as workloa20_50_ from service service0_ where service0_.MODEL_UUID=? 2022-11-13T04:20:50.256Z|7b94625c-1cd7-46e1-9a34-377240ca09b5|pool-2-thread-9|||||INFO|500||pNF a9f0b0d4-3e4c 0 2022-11-13T04:20:50.257Z|7b94625c-1cd7-46e1-9a34-377240ca09b5|pool-2-thread-9|||||DEBUG|500||Processing Resource Type: PNF and Model UUID: 4e639d0d-f972-42ff-bd41-0f5b737f34b2 2022-11-13T04:20:50.257Z|7b94625c-1cd7-46e1-9a34-377240ca09b5|pool-2-thread-9|||||DEBUG|500||No resources found for Service: c329aea4-a394-4942-a713-dc1b33fa10b5 2022-11-13T04:20:50.257Z|7b94625c-1cd7-46e1-9a34-377240ca09b5|pool-2-thread-9|||||DEBUG|500||Preparing to deploy Service: c329aea4-a394-4942-a713-dc1b33fa10b5 2022-11-13T04:20:50.257Z|7b94625c-1cd7-46e1-9a34-377240ca09b5|pool-2-thread-9|||||INFO|500||ASDC_START_DEPLOY_ARTIFACT pNF a9f0b0d4-3e4c 0 4e639d0d-f972-42ff-bd41-0f5b737f34b2 ASDC Hibernate: select toscacsar0_.ARTIFACT_UUID as artifact1_57_0_, toscacsar0_.ARTIFACT_CHECKSUM as artifact2_57_0_, toscacsar0_.CREATION_TIMESTAMP as creation3_57_0_, toscacsar0_.DESCRIPTION as descript4_57_0_, toscacsar0_.NAME as name5_57_0_, toscacsar0_.URL as url6_57_0_, toscacsar0_.Version as version7_57_0_ from tosca_csar toscacsar0_ where toscacsar0_.ARTIFACT_UUID=? Hibernate: select service0_.MODEL_UUID as model_uu1_50_, service0_.CDS_BLUEPRINT_NAME as cds_blue2_50_, service0_.CDS_BLUEPRINT_VERSION as cds_blue3_50_, service0_.SERVICE_CATEGORY as service_4_50_, service0_.CONTROLLER_ACTOR as controll5_50_, service0_.CREATION_TIMESTAMP as creation6_50_, service0_.TOSCA_CSAR_ARTIFACT_UUID as tosca_c21_50_, service0_.DESCRIPTION as descript7_50_, service0_.OVERALL_DISTRIBUTION_STATUS as overall_8_50_, service0_.ENVIRONMENT_CONTEXT as environm9_50_, service0_.MODEL_INVARIANT_UUID as model_i10_50_, service0_.MODEL_NAME as model_n11_50_, service0_.MODEL_VERSION as model_v12_50_, service0_.NAMING_POLICY as naming_13_50_, service0_.ONAP_GENERATED_NAMING as onap_ge14_50_, service0_.RESOURCE_ORDER as resourc15_50_, service0_.SERVICE_FUNCTION as service16_50_, service0_.SERVICE_ROLE as service17_50_, service0_.SERVICE_TYPE as service18_50_, service0_.SKIP_POST_INSTANTIATION_CONFIGURATION as skip_po19_50_, service0_.WORKLOAD_CONTEXT as workloa20_50_ from service service0_ where service0_.MODEL_UUID=? 2022-11-13T04:20:50.262Z|7b94625c-1cd7-46e1-9a34-377240ca09b5|pool-2-thread-9|||||DEBUG|500||serviceInputs: {} [org.onap.sdc.toscaparser.api.parameters.Input@6b3cedb3, org.onap.sdc.toscaparser.api.parameters.Input@789a8ff8, org.onap.sdc.toscaparser.api.parameters.Input@5a56d2a3, org.onap.sdc.toscaparser.api.parameters.Input@53eebbc4, org.onap.sdc.toscaparser.api.parameters.Input@5fb3857f] 2022-11-13T04:20:50.262Z|7b94625c-1cd7-46e1-9a34-377240ca09b5|pool-2-thread-9|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive 2022-11-13T04:20:50.262Z|7b94625c-1cd7-46e1-9a34-377240ca09b5|pool-2-thread-9|||||DEBUG|500||Service Demo_pNF_3Pf0oq7kT4xms36VL9WC is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=null, toscaType=null, uUID=null, customizationUUID=null 2022-11-13T04:20:50.263Z|7b94625c-1cd7-46e1-9a34-377240ca09b5|pool-2-thread-9|||||DEBUG|500|| resourceSeq for service uuid c329aea4-a394-4942-a713-dc1b33fa10b5: pNF a9f0b0d4-3e4c 2022-11-13T04:20:50.263Z|7b94625c-1cd7-46e1-9a34-377240ca09b5|pool-2-thread-9|||||INFO|500||Processing PNF resource: 4e639d0d-f972-42ff-bd41-0f5b737f34b2 2022-11-13T04:20:50.263Z|7b94625c-1cd7-46e1-9a34-377240ca09b5|pool-2-thread-9|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive 2022-11-13T04:20:50.263Z|7b94625c-1cd7-46e1-9a34-377240ca09b5|pool-2-thread-9|||||DEBUG|500||Service Demo_pNF_3Pf0oq7kT4xms36VL9WC is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=PNF, toscaType=null, uUID=null, customizationUUID=null 2022-11-13T04:20:50.263Z|7b94625c-1cd7-46e1-9a34-377240ca09b5|pool-2-thread-9|||||INFO|500||Resource customization UUID: e69ceed0-80a0-47b1-93d8-a750c3960174 is the same as notified resource customizationUUID: e69ceed0-80a0-47b1-93d8-a750c3960174 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=? 2022-11-13T04:20:50.293Z||pool-2-thread-2|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2022-11-13T04:20:50.294Z||pool-2-thread-2|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel. 2022-11-13T04:20:50.294Z||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 Oi7quVEmKWoWd026) ... Hibernate: select watchdogco0_.COMPONENT_NAME as componen1_12_0_, watchdogco0_.DISTRIBUTION_ID as distribu2_12_0_, watchdogco0_.COMPONENT_DISTRIBUTION_STATUS as componen3_12_0_, watchdogco0_.CREATE_TIME as create_t4_12_0_, watchdogco0_.MODIFY_TIME as modify_t5_12_0_ from watchdog_per_component_distribution_status watchdogco0_ where watchdogco0_.COMPONENT_NAME=? and watchdogco0_.DISTRIBUTION_ID=? Hibernate: insert into watchdog_per_component_distribution_status (COMPONENT_DISTRIBUTION_STATUS, CREATE_TIME, MODIFY_TIME, COMPONENT_NAME, DISTRIBUTION_ID) values (?, ?, ?, ?, ?) Hibernate: insert into tosca_csar (ARTIFACT_CHECKSUM, CREATION_TIMESTAMP, DESCRIPTION, NAME, URL, Version, ARTIFACT_UUID) values (?, ?, ?, ?, ?, ?, ?) Hibernate: insert into service (CDS_BLUEPRINT_NAME, CDS_BLUEPRINT_VERSION, SERVICE_CATEGORY, CONTROLLER_ACTOR, CREATION_TIMESTAMP, TOSCA_CSAR_ARTIFACT_UUID, DESCRIPTION, OVERALL_DISTRIBUTION_STATUS, ENVIRONMENT_CONTEXT, MODEL_INVARIANT_UUID, MODEL_NAME, MODEL_VERSION, NAMING_POLICY, ONAP_GENERATED_NAMING, RESOURCE_ORDER, SERVICE_FUNCTION, SERVICE_ROLE, SERVICE_TYPE, SKIP_POST_INSTANTIATION_CONFIGURATION, WORKLOAD_CONTEXT, MODEL_UUID) values (?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?) Hibernate: insert into pnf_resource (RESOURCE_CATEGORY, CREATION_TIMESTAMP, DESCRIPTION, MODEL_INVARIANT_UUID, MODEL_NAME, MODEL_VERSION, ORCHESTRATION_MODE, RESOURCE_SUB_CATEGORY, TOSCA_NODE_TYPE, MODEL_UUID) values (?, ?, ?, ?, ?, ?, ?, ?, ?, ?) Hibernate: insert into pnf_resource_customization (CDS_BLUEPRINT_NAME, CDS_BLUEPRINT_VERSION, CONTROLLER_ACTOR, CREATION_TIMESTAMP, DEFAULT_SOFTWARE_VERSION, MODEL_INSTANCE_NAME, MULTI_STAGE_DESIGN, NF_FUNCTION, NF_NAMING_CODE, NF_ROLE, NF_TYPE, PNF_RESOURCE_MODEL_UUID, RESOURCE_INPUT, SKIP_POST_INSTANTIATION_CONFIGURATION, MODEL_CUSTOMIZATION_UUID) values (?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?) Hibernate: insert into pnf_resource_customization_to_service (SERVICE_MODEL_UUID, RESOURCE_MODEL_CUSTOMIZATION_UUID) values (?, ?) 2022-11-13T04:20:50.312Z||pool-2-thread-2|||||INFO|500|| --> HTTP/1.1 200 OK 2022-11-13T04:20:50.315Z|7b94625c-1cd7-46e1-9a34-377240ca09b5|pool-2-thread-9|||||INFO|500||ASDC_ARTIFACT_DEPLOY_SUC pNF a9f0b0d4-3e4c 4e639d0d-f972-42ff-bd41-0f5b737f34b2 0 ASDC deployResourceStructure 2022-11-13T04:20:50.316Z|7b94625c-1cd7-46e1-9a34-377240ca09b5|pool-2-thread-9|||||INFO|500||ASDC_SEND_NOTIF_ASDC DEPLOY DEPLOY_OK /sdc/v1/catalog/services/DemoPnf3pf0oq7kt4xms36vl9wc/1.0/artifacts/service-DemoPnf3pf0oq7kt4xms36vl9wc-csar.csar ASDC sendASDCNotification 2022-11-13T04:20:50.316Z|7b94625c-1cd7-46e1-9a34-377240ca09b5|pool-2-thread-9|||||DEBUG|500||Sending DEPLOY(DEPLOY_OK) notification to ASDC for artifact:/sdc/v1/catalog/services/DemoPnf3pf0oq7kt4xms36vl9wc/1.0/artifacts/service-DemoPnf3pf0oq7kt4xms36vl9wc-csar.csar 2022-11-13T04:20:50.316Z|7b94625c-1cd7-46e1-9a34-377240ca09b5|pool-2-thread-9|||||INFO|500||DistributionClient - sendDeploymentStatus 2022-11-13T04:20:50.317Z|7b94625c-1cd7-46e1-9a34-377240ca09b5|pool-2-thread-9|||||INFO|500||DistributionClient - sendStatus 2022-11-13T04:20:50.318Z|7b94625c-1cd7-46e1-9a34-377240ca09b5|pool-2-thread-9|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap] 2022-11-13T04:20:50.319Z|7b94625c-1cd7-46e1-9a34-377240ca09b5|pool-2-thread-9|||||DEBUG|500||try to send status { "distributionID": "7b94625c-1cd7-46e1-9a34-377240ca09b5", "consumerID": "SO-COpenSource-Env11", "timestamp": 1668313250316, "artifactURL": "/sdc/v1/catalog/services/DemoPnf3pf0oq7kt4xms36vl9wc/1.0/artifacts/service-DemoPnf3pf0oq7kt4xms36vl9wc-csar.csar", "status": "DEPLOY_OK" } 2022-11-13T04:20:50.352Z||pool-2-thread-2|||||DEBUG|500||received message from topic 2022-11-13T04:20:50.352Z||pool-2-thread-2|||||DEBUG|500||recieved notification from broker: { "distributionID": "7b94625c-1cd7-46e1-9a34-377240ca09b5", "consumerID": "clamp", "timestamp": 1668313123486, "artifactURL": "/sdc/v1/catalog/services/DemoPnf3pf0oq7kt4xms36vl9wc/1.0/resourceInstances/pnfa9f0b0d43e4c0/artifacts/vf-license-model.xml", "status": "NOT_NOTIFIED" } 2022-11-13T04:20:50.354Z||pool-2-thread-2|||||INFO|500||Missing status on Status Object. 2022-11-13T04:20:50.354Z||pool-2-thread-2|||||DEBUG|500||received message from topic 2022-11-13T04:20:50.354Z||pool-2-thread-2|||||DEBUG|500||recieved notification from broker: { "distributionID": "7b94625c-1cd7-46e1-9a34-377240ca09b5", "consumerID": "aai-ml", "timestamp": 1668313123062, "artifactURL": "/sdc/v1/catalog/services/DemoPnf3pf0oq7kt4xms36vl9wc/1.0/resourceInstances/pnfa9f0b0d43e4c0/artifacts/vf-license-model.xml", "status": "NOT_NOTIFIED" } 2022-11-13T04:20:50.354Z||pool-2-thread-2|||||INFO|500||Missing status on Status Object. 2022-11-13T04:20:50.354Z||pool-2-thread-2|||||DEBUG|500||received message from topic 2022-11-13T04:20:50.354Z||pool-2-thread-2|||||DEBUG|500||recieved notification from broker: { "distributionID": "7b94625c-1cd7-46e1-9a34-377240ca09b5", "consumerID": "cds", "timestamp": 1668313129910, "artifactURL": "/sdc/v1/catalog/services/DemoPnf3pf0oq7kt4xms36vl9wc/1.0/resourceInstances/pnfa9f0b0d43e4c0/artifacts/vf-license-model.xml", "status": "NOT_NOTIFIED" } 2022-11-13T04:20:50.355Z||pool-2-thread-2|||||INFO|500||Missing status on Status Object. 2022-11-13T04:20:50.355Z||pool-2-thread-2|||||DEBUG|500||received message from topic 2022-11-13T04:20:50.355Z||pool-2-thread-2|||||DEBUG|500||recieved notification from broker: { "distributionID": "7b94625c-1cd7-46e1-9a34-377240ca09b5", "consumerID": "multicloud-k8s-id", "timestamp": 1668313127603, "artifactURL": "/sdc/v1/catalog/services/DemoPnf3pf0oq7kt4xms36vl9wc/1.0/resourceInstances/pnfa9f0b0d43e4c0/artifacts/vf-license-model.xml", "status": "NOT_NOTIFIED" } 2022-11-13T04:20:50.356Z||pool-2-thread-2|||||INFO|500||Missing status on Status Object. 2022-11-13T04:20:50.356Z||pool-2-thread-2|||||DEBUG|500||received message from topic 2022-11-13T04:20:50.356Z||pool-2-thread-2|||||DEBUG|500||recieved notification from broker: { "distributionID": "7b94625c-1cd7-46e1-9a34-377240ca09b5", "consumerID": "cds", "timestamp": 1668313129910, "artifactURL": "/sdc/v1/catalog/services/DemoPnf3pf0oq7kt4xms36vl9wc/1.0/resourceInstances/pnfa9f0b0d43e4c0/artifacts/pNF.csar", "status": "NOT_NOTIFIED" } 2022-11-13T04:20:50.356Z||pool-2-thread-2|||||INFO|500||Missing status on Status Object. 2022-11-13T04:20:50.356Z||pool-2-thread-2|||||DEBUG|500||received message from topic 2022-11-13T04:20:50.357Z||pool-2-thread-2|||||DEBUG|500||recieved notification from broker: { "distributionID": "7b94625c-1cd7-46e1-9a34-377240ca09b5", "consumerID": "aai-ml", "timestamp": 1668313123062, "artifactURL": "/sdc/v1/catalog/services/DemoPnf3pf0oq7kt4xms36vl9wc/1.0/resourceInstances/pnfa9f0b0d43e4c0/artifacts/pNF.csar", "status": "NOT_NOTIFIED" } 2022-11-13T04:20:50.357Z||pool-2-thread-2|||||INFO|500||Missing status on Status Object. 2022-11-13T04:20:50.357Z||pool-2-thread-2|||||DEBUG|500||received message from topic 2022-11-13T04:20:50.357Z||pool-2-thread-2|||||DEBUG|500||recieved notification from broker: { "distributionID": "7b94625c-1cd7-46e1-9a34-377240ca09b5", "consumerID": "clamp", "timestamp": 1668313123486, "artifactURL": "/sdc/v1/catalog/services/DemoPnf3pf0oq7kt4xms36vl9wc/1.0/resourceInstances/pnfa9f0b0d43e4c0/artifacts/pNF.csar", "status": "NOT_NOTIFIED" } 2022-11-13T04:20:50.358Z||pool-2-thread-2|||||INFO|500||Missing status on Status Object. 2022-11-13T04:20:50.358Z||pool-2-thread-2|||||DEBUG|500||received message from topic 2022-11-13T04:20:50.358Z||pool-2-thread-2|||||DEBUG|500||recieved notification from broker: { "distributionID": "7b94625c-1cd7-46e1-9a34-377240ca09b5", "consumerID": "multicloud-k8s-id", "timestamp": 1668313127603, "artifactURL": "/sdc/v1/catalog/services/DemoPnf3pf0oq7kt4xms36vl9wc/1.0/resourceInstances/pnfa9f0b0d43e4c0/artifacts/pNF.csar", "status": "NOT_NOTIFIED" } 2022-11-13T04:20:50.359Z||pool-2-thread-2|||||INFO|500||Missing status on Status Object. 2022-11-13T04:20:50.359Z||pool-2-thread-2|||||DEBUG|500||received message from topic 2022-11-13T04:20:50.359Z||pool-2-thread-2|||||DEBUG|500||recieved notification from broker: { "distributionID": "7b94625c-1cd7-46e1-9a34-377240ca09b5", "consumerID": "clamp", "timestamp": 1668313123486, "artifactURL": "/sdc/v1/catalog/services/DemoPnf3pf0oq7kt4xms36vl9wc/1.0/resourceInstances/pnfa9f0b0d43e4c0/artifacts/mynetconf.yang", "status": "NOT_NOTIFIED" } 2022-11-13T04:20:50.359Z||pool-2-thread-2|||||INFO|500||Missing status on Status Object. 2022-11-13T04:20:50.360Z||pool-2-thread-2|||||DEBUG|500||received message from topic 2022-11-13T04:20:50.360Z||pool-2-thread-2|||||DEBUG|500||recieved notification from broker: { "distributionID": "7b94625c-1cd7-46e1-9a34-377240ca09b5", "consumerID": "cds", "timestamp": 1668313129910, "artifactURL": "/sdc/v1/catalog/services/DemoPnf3pf0oq7kt4xms36vl9wc/1.0/resourceInstances/pnfa9f0b0d43e4c0/artifacts/mynetconf.yang", "status": "NOT_NOTIFIED" } 2022-11-13T04:20:50.360Z||pool-2-thread-2|||||INFO|500||Missing status on Status Object. 2022-11-13T04:20:50.360Z||pool-2-thread-2|||||DEBUG|500||received message from topic 2022-11-13T04:20:50.361Z||pool-2-thread-2|||||DEBUG|500||recieved notification from broker: { "distributionID": "7b94625c-1cd7-46e1-9a34-377240ca09b5", "consumerID": "aai-ml", "timestamp": 1668313123062, "artifactURL": "/sdc/v1/catalog/services/DemoPnf3pf0oq7kt4xms36vl9wc/1.0/resourceInstances/pnfa9f0b0d43e4c0/artifacts/mynetconf.yang", "status": "NOT_NOTIFIED" } 2022-11-13T04:20:50.361Z||pool-2-thread-2|||||INFO|500||Missing status on Status Object. 2022-11-13T04:20:50.361Z||pool-2-thread-2|||||DEBUG|500||received message from topic 2022-11-13T04:20:50.361Z||pool-2-thread-2|||||DEBUG|500||recieved notification from broker: { "distributionID": "7b94625c-1cd7-46e1-9a34-377240ca09b5", "consumerID": "multicloud-k8s-id", "timestamp": 1668313127603, "artifactURL": "/sdc/v1/catalog/services/DemoPnf3pf0oq7kt4xms36vl9wc/1.0/resourceInstances/pnfa9f0b0d43e4c0/artifacts/mynetconf.yang", "status": "NOT_NOTIFIED" } 2022-11-13T04:20:50.362Z||pool-2-thread-2|||||INFO|500||Missing status on Status Object. 2022-11-13T04:20:50.362Z||pool-2-thread-2|||||DEBUG|500||received message from topic 2022-11-13T04:20:50.362Z||pool-2-thread-2|||||DEBUG|500||recieved notification from broker: { "distributionID": "7b94625c-1cd7-46e1-9a34-377240ca09b5", "consumerID": "aai-ml", "timestamp": 1668313123062, "artifactURL": "/sdc/v1/catalog/services/DemoPnf3pf0oq7kt4xms36vl9wc/1.0/resourceInstances/pnfa9f0b0d43e4c0/artifacts/vendor-license-model.xml", "status": "NOT_NOTIFIED" } 2022-11-13T04:20:50.362Z||pool-2-thread-2|||||INFO|500||Missing status on Status Object. 2022-11-13T04:20:50.363Z||pool-2-thread-2|||||DEBUG|500||received message from topic 2022-11-13T04:20:50.363Z||pool-2-thread-2|||||DEBUG|500||recieved notification from broker: { "distributionID": "7b94625c-1cd7-46e1-9a34-377240ca09b5", "consumerID": "cds", "timestamp": 1668313129910, "artifactURL": "/sdc/v1/catalog/services/DemoPnf3pf0oq7kt4xms36vl9wc/1.0/resourceInstances/pnfa9f0b0d43e4c0/artifacts/vendor-license-model.xml", "status": "NOT_NOTIFIED" } 2022-11-13T04:20:50.363Z||pool-2-thread-2|||||INFO|500||Missing status on Status Object. 2022-11-13T04:20:50.363Z||pool-2-thread-2|||||DEBUG|500||received message from topic 2022-11-13T04:20:50.364Z||pool-2-thread-2|||||DEBUG|500||recieved notification from broker: { "distributionID": "7b94625c-1cd7-46e1-9a34-377240ca09b5", "consumerID": "clamp", "timestamp": 1668313123486, "artifactURL": "/sdc/v1/catalog/services/DemoPnf3pf0oq7kt4xms36vl9wc/1.0/resourceInstances/pnfa9f0b0d43e4c0/artifacts/vendor-license-model.xml", "status": "NOT_NOTIFIED" } 2022-11-13T04:20:50.364Z||pool-2-thread-2|||||INFO|500||Missing status on Status Object. 2022-11-13T04:20:50.364Z||pool-2-thread-2|||||DEBUG|500||received message from topic 2022-11-13T04:20:50.364Z||pool-2-thread-2|||||DEBUG|500||recieved notification from broker: { "distributionID": "7b94625c-1cd7-46e1-9a34-377240ca09b5", "consumerID": "multicloud-k8s-id", "timestamp": 1668313127603, "artifactURL": "/sdc/v1/catalog/services/DemoPnf3pf0oq7kt4xms36vl9wc/1.0/resourceInstances/pnfa9f0b0d43e4c0/artifacts/vendor-license-model.xml", "status": "NOT_NOTIFIED" } 2022-11-13T04:20:50.365Z||pool-2-thread-2|||||INFO|500||Missing status on Status Object. 2022-11-13T04:20:50.365Z||pool-2-thread-2|||||DEBUG|500||received message from topic 2022-11-13T04:20:50.365Z||pool-2-thread-2|||||DEBUG|500||recieved notification from broker: { "distributionID": "7b94625c-1cd7-46e1-9a34-377240ca09b5", "consumerID": "clamp", "timestamp": 1668313123486, "artifactURL": "/sdc/v1/catalog/services/DemoPnf3pf0oq7kt4xms36vl9wc/1.0/resourceInstances/pnfa9f0b0d43e4c0/artifacts/PM_Dictionary.yaml", "status": "NOT_NOTIFIED" } 2022-11-13T04:20:50.365Z||pool-2-thread-2|||||INFO|500||Missing status on Status Object. 2022-11-13T04:20:50.366Z||pool-2-thread-2|||||DEBUG|500||received message from topic 2022-11-13T04:20:50.366Z||pool-2-thread-2|||||DEBUG|500||recieved notification from broker: { "distributionID": "7b94625c-1cd7-46e1-9a34-377240ca09b5", "consumerID": "cds", "timestamp": 1668313129910, "artifactURL": "/sdc/v1/catalog/services/DemoPnf3pf0oq7kt4xms36vl9wc/1.0/resourceInstances/pnfa9f0b0d43e4c0/artifacts/PM_Dictionary.yaml", "status": "NOT_NOTIFIED" } 2022-11-13T04:20:50.366Z||pool-2-thread-2|||||INFO|500||Missing status on Status Object. 2022-11-13T04:20:50.366Z||pool-2-thread-2|||||DEBUG|500||received message from topic 2022-11-13T04:20:50.367Z||pool-2-thread-2|||||DEBUG|500||recieved notification from broker: { "distributionID": "7b94625c-1cd7-46e1-9a34-377240ca09b5", "consumerID": "aai-ml", "timestamp": 1668313123062, "artifactURL": "/sdc/v1/catalog/services/DemoPnf3pf0oq7kt4xms36vl9wc/1.0/resourceInstances/pnfa9f0b0d43e4c0/artifacts/PM_Dictionary.yaml", "status": "NOT_NOTIFIED" } 2022-11-13T04:20:50.367Z||pool-2-thread-2|||||INFO|500||Missing status on Status Object. 2022-11-13T04:20:50.367Z||pool-2-thread-2|||||DEBUG|500||received message from topic 2022-11-13T04:20:50.367Z||pool-2-thread-2|||||DEBUG|500||recieved notification from broker: { "distributionID": "7b94625c-1cd7-46e1-9a34-377240ca09b5", "consumerID": "multicloud-k8s-id", "timestamp": 1668313127603, "artifactURL": "/sdc/v1/catalog/services/DemoPnf3pf0oq7kt4xms36vl9wc/1.0/resourceInstances/pnfa9f0b0d43e4c0/artifacts/PM_Dictionary.yaml", "status": "NOT_NOTIFIED" } 2022-11-13T04:20:50.368Z||pool-2-thread-2|||||INFO|500||Missing status on Status Object. 2022-11-13T04:20:50.368Z||pool-2-thread-2|||||DEBUG|500||received message from topic 2022-11-13T04:20:50.368Z||pool-2-thread-2|||||DEBUG|500||recieved notification from broker: { "distributionID": "7b94625c-1cd7-46e1-9a34-377240ca09b5", "consumerID": "aai-ml", "timestamp": 1668313123062, "artifactURL": "/sdc/v1/catalog/services/DemoPnf3pf0oq7kt4xms36vl9wc/1.0/resourceInstances/pnfa9f0b0d43e4c0/artifacts/MyPnf_Pnf_v1.yaml", "status": "NOT_NOTIFIED" } 2022-11-13T04:20:50.368Z||pool-2-thread-2|||||INFO|500||Missing status on Status Object. 2022-11-13T04:20:50.369Z||pool-2-thread-2|||||DEBUG|500||received message from topic 2022-11-13T04:20:50.369Z||pool-2-thread-2|||||DEBUG|500||recieved notification from broker: { "distributionID": "7b94625c-1cd7-46e1-9a34-377240ca09b5", "consumerID": "clamp", "timestamp": 1668313123486, "artifactURL": "/sdc/v1/catalog/services/DemoPnf3pf0oq7kt4xms36vl9wc/1.0/resourceInstances/pnfa9f0b0d43e4c0/artifacts/MyPnf_Pnf_v1.yaml", "status": "NOT_NOTIFIED" } 2022-11-13T04:20:50.369Z||pool-2-thread-2|||||INFO|500||Missing status on Status Object. 2022-11-13T04:20:50.369Z||pool-2-thread-2|||||DEBUG|500||received message from topic 2022-11-13T04:20:50.370Z||pool-2-thread-2|||||DEBUG|500||recieved notification from broker: { "distributionID": "7b94625c-1cd7-46e1-9a34-377240ca09b5", "consumerID": "cds", "timestamp": 1668313129910, "artifactURL": "/sdc/v1/catalog/services/DemoPnf3pf0oq7kt4xms36vl9wc/1.0/resourceInstances/pnfa9f0b0d43e4c0/artifacts/MyPnf_Pnf_v1.yaml", "status": "NOT_NOTIFIED" } 2022-11-13T04:20:50.370Z||pool-2-thread-2|||||INFO|500||Missing status on Status Object. 2022-11-13T04:20:50.370Z||pool-2-thread-2|||||DEBUG|500||received message from topic 2022-11-13T04:20:50.370Z||pool-2-thread-2|||||DEBUG|500||recieved notification from broker: { "distributionID": "7b94625c-1cd7-46e1-9a34-377240ca09b5", "consumerID": "multicloud-k8s-id", "timestamp": 1668313127603, "artifactURL": "/sdc/v1/catalog/services/DemoPnf3pf0oq7kt4xms36vl9wc/1.0/resourceInstances/pnfa9f0b0d43e4c0/artifacts/MyPnf_Pnf_v1.yaml", "status": "NOT_NOTIFIED" } 2022-11-13T04:20:50.371Z||pool-2-thread-2|||||INFO|500||Missing status on Status Object. 2022-11-13T04:20:50.371Z||pool-2-thread-2|||||DEBUG|500||received message from topic 2022-11-13T04:20:50.371Z||pool-2-thread-2|||||DEBUG|500||recieved notification from broker: { "distributionID": "7b94625c-1cd7-46e1-9a34-377240ca09b5", "consumerID": "aai-ml", "timestamp": 1668313123062, "artifactURL": "/sdc/v1/catalog/services/DemoPnf3pf0oq7kt4xms36vl9wc/1.0/artifacts/service-DemoPnf3pf0oq7kt4xms36vl9wc-template.yml", "status": "NOT_NOTIFIED" } 2022-11-13T04:20:50.371Z||pool-2-thread-2|||||INFO|500||Missing status on Status Object. 2022-11-13T04:20:50.372Z||pool-2-thread-2|||||DEBUG|500||received message from topic 2022-11-13T04:20:50.372Z||pool-2-thread-2|||||DEBUG|500||recieved notification from broker: { "distributionID": "7b94625c-1cd7-46e1-9a34-377240ca09b5", "consumerID": "clamp", "timestamp": 1668313123486, "artifactURL": "/sdc/v1/catalog/services/DemoPnf3pf0oq7kt4xms36vl9wc/1.0/artifacts/service-DemoPnf3pf0oq7kt4xms36vl9wc-template.yml", "status": "NOT_NOTIFIED" } 2022-11-13T04:20:50.372Z||pool-2-thread-2|||||INFO|500||Missing status on Status Object. 2022-11-13T04:20:50.372Z||pool-2-thread-2|||||DEBUG|500||received message from topic 2022-11-13T04:20:50.373Z||pool-2-thread-2|||||DEBUG|500||recieved notification from broker: { "distributionID": "7b94625c-1cd7-46e1-9a34-377240ca09b5", "consumerID": "cds", "timestamp": 1668313129910, "artifactURL": "/sdc/v1/catalog/services/DemoPnf3pf0oq7kt4xms36vl9wc/1.0/artifacts/service-DemoPnf3pf0oq7kt4xms36vl9wc-template.yml", "status": "NOT_NOTIFIED" } 2022-11-13T04:20:50.373Z||pool-2-thread-2|||||INFO|500||Missing status on Status Object. 2022-11-13T04:20:50.373Z||pool-2-thread-2|||||DEBUG|500||received message from topic 2022-11-13T04:20:50.373Z||pool-2-thread-2|||||DEBUG|500||recieved notification from broker: { "distributionID": "7b94625c-1cd7-46e1-9a34-377240ca09b5", "consumerID": "multicloud-k8s-id", "timestamp": 1668313127603, "artifactURL": "/sdc/v1/catalog/services/DemoPnf3pf0oq7kt4xms36vl9wc/1.0/artifacts/service-DemoPnf3pf0oq7kt4xms36vl9wc-template.yml", "status": "NOT_NOTIFIED" } 2022-11-13T04:20:50.374Z||pool-2-thread-2|||||INFO|500||Missing status on Status Object. 2022-11-13T04:20:50.374Z||pool-2-thread-2|||||DEBUG|500||received message from topic 2022-11-13T04:20:50.374Z||pool-2-thread-2|||||DEBUG|500||recieved notification from broker: { "distributionID": "7b94625c-1cd7-46e1-9a34-377240ca09b5", "consumerID": "aai-ml", "timestamp": 1668313123062, "artifactURL": "/sdc/v1/catalog/services/DemoPnf3pf0oq7kt4xms36vl9wc/1.0/artifacts/service-DemoPnf3pf0oq7kt4xms36vl9wc-csar.csar", "status": "NOTIFIED" } 2022-11-13T04:20:50.375Z||pool-2-thread-2|||||INFO|500||Missing status on Status Object. 2022-11-13T04:20:50.375Z||pool-2-thread-2|||||DEBUG|500||received message from topic 2022-11-13T04:20:50.375Z||pool-2-thread-2|||||DEBUG|500||recieved notification from broker: { "distributionID": "7b94625c-1cd7-46e1-9a34-377240ca09b5", "consumerID": "clamp", "timestamp": 1668313123486, "artifactURL": "/sdc/v1/catalog/services/DemoPnf3pf0oq7kt4xms36vl9wc/1.0/artifacts/service-DemoPnf3pf0oq7kt4xms36vl9wc-csar.csar", "status": "NOTIFIED" } 2022-11-13T04:20:50.375Z||pool-2-thread-2|||||INFO|500||Missing status on Status Object. 2022-11-13T04:20:50.376Z||pool-2-thread-2|||||DEBUG|500||received message from topic 2022-11-13T04:20:50.376Z||pool-2-thread-2|||||DEBUG|500||recieved notification from broker: { "distributionID": "7b94625c-1cd7-46e1-9a34-377240ca09b5", "consumerID": "cds", "timestamp": 1668313129910, "artifactURL": "/sdc/v1/catalog/services/DemoPnf3pf0oq7kt4xms36vl9wc/1.0/artifacts/service-DemoPnf3pf0oq7kt4xms36vl9wc-csar.csar", "status": "NOTIFIED" } 2022-11-13T04:20:50.376Z||pool-2-thread-2|||||INFO|500||Missing status on Status Object. 2022-11-13T04:20:50.376Z||pool-2-thread-2|||||DEBUG|500||received message from topic 2022-11-13T04:20:50.377Z||pool-2-thread-2|||||DEBUG|500||recieved notification from broker: { "distributionID": "7b94625c-1cd7-46e1-9a34-377240ca09b5", "consumerID": "multicloud-k8s-id", "timestamp": 1668313127603, "artifactURL": "/sdc/v1/catalog/services/DemoPnf3pf0oq7kt4xms36vl9wc/1.0/artifacts/service-DemoPnf3pf0oq7kt4xms36vl9wc-csar.csar", "status": "NOTIFIED" } 2022-11-13T04:20:50.377Z||pool-2-thread-2|||||INFO|500||Missing status on Status Object. 2022-11-13T04:20:50.377Z||pool-2-thread-2|||||DEBUG|500||received message from topic 2022-11-13T04:20:50.377Z||pool-2-thread-2|||||DEBUG|500||recieved notification from broker: { "distributionID": "7b94625c-1cd7-46e1-9a34-377240ca09b5", "consumerID": "policy-id", "timestamp": 1668313140440, "artifactURL": "/sdc/v1/catalog/services/DemoPnf3pf0oq7kt4xms36vl9wc/1.0/resourceInstances/pnfa9f0b0d43e4c0/artifacts/vf-license-model.xml", "status": "NOT_NOTIFIED" } 2022-11-13T04:20:50.378Z||pool-2-thread-2|||||INFO|500||Missing status on Status Object. 2022-11-13T04:20:50.378Z||pool-2-thread-2|||||DEBUG|500||received message from topic 2022-11-13T04:20:50.378Z||pool-2-thread-2|||||DEBUG|500||recieved notification from broker: { "distributionID": "7b94625c-1cd7-46e1-9a34-377240ca09b5", "consumerID": "aai-ml", "timestamp": 1668313141139, "artifactURL": "/sdc/v1/catalog/services/DemoPnf3pf0oq7kt4xms36vl9wc/1.0/artifacts/service-DemoPnf3pf0oq7kt4xms36vl9wc-csar.csar", "status": "DOWNLOAD_OK" } 2022-11-13T04:20:50.379Z||pool-2-thread-2|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error' 2022-11-13T04:20:50.379Z||pool-2-thread-2|||||DEBUG|500||received message from topic 2022-11-13T04:20:50.379Z||pool-2-thread-2|||||DEBUG|500||recieved notification from broker: { "distributionID": "7b94625c-1cd7-46e1-9a34-377240ca09b5", "consumerID": "cds", "timestamp": 1668313141191, "artifactURL": "/sdc/v1/catalog/services/DemoPnf3pf0oq7kt4xms36vl9wc/1.0/artifacts/service-DemoPnf3pf0oq7kt4xms36vl9wc-csar.csar", "status": "DOWNLOAD_OK" } 2022-11-13T04:20:50.379Z||pool-2-thread-2|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error' 2022-11-13T04:20:50.380Z||pool-2-thread-2|||||DEBUG|500||received message from topic 2022-11-13T04:20:50.380Z||pool-2-thread-2|||||DEBUG|500||recieved notification from broker: { "distributionID": "7b94625c-1cd7-46e1-9a34-377240ca09b5", "consumerID": "sdc-COpenSource-Env11-sdnc-dockero", "timestamp": 1668313141118, "artifactURL": "/sdc/v1/catalog/services/DemoPnf3pf0oq7kt4xms36vl9wc/1.0/resourceInstances/pnfa9f0b0d43e4c0/artifacts/vf-license-model.xml", "status": "NOT_NOTIFIED" } 2022-11-13T04:20:50.380Z||pool-2-thread-2|||||INFO|500||Missing status on Status Object. 2022-11-13T04:20:50.381Z||pool-2-thread-2|||||DEBUG|500||received message from topic 2022-11-13T04:20:50.381Z||pool-2-thread-2|||||DEBUG|500||recieved notification from broker: { "distributionID": "7b94625c-1cd7-46e1-9a34-377240ca09b5", "consumerID": "policy-id", "timestamp": 1668313140440, "artifactURL": "/sdc/v1/catalog/services/DemoPnf3pf0oq7kt4xms36vl9wc/1.0/resourceInstances/pnfa9f0b0d43e4c0/artifacts/pNF.csar", "status": "NOT_NOTIFIED" } 2022-11-13T04:20:50.381Z||pool-2-thread-2|||||INFO|500||Missing status on Status Object. 2022-11-13T04:20:50.381Z||pool-2-thread-2|||||DEBUG|500||received message from topic 2022-11-13T04:20:50.382Z||pool-2-thread-2|||||DEBUG|500||recieved notification from broker: { "distributionID": "7b94625c-1cd7-46e1-9a34-377240ca09b5", "consumerID": "cds", "timestamp": 1668313142197, "artifactURL": "/sdc/v1/catalog/services/DemoPnf3pf0oq7kt4xms36vl9wc/1.0/artifacts/service-DemoPnf3pf0oq7kt4xms36vl9wc-csar.csar", "status": "COMPONENT_DONE_OK", "componentName": "cds" } Hibernate: select watchdogdi0_.DISTRIBUTION_ID as distribu1_11_0_, watchdogdi0_.CREATE_TIME as create_t2_11_0_, watchdogdi0_.DISTRIBUTION_ID_STATUS as distribu3_11_0_, watchdogdi0_.MODIFY_TIME as modify_t4_11_0_, watchdogdi0_.LOCK_VERSION as lock_ver5_11_0_ from watchdog_distributionid_status watchdogdi0_ where watchdogdi0_.DISTRIBUTION_ID=? 2022-11-13T04:20:50.387Z||pool-2-thread-2|||||DEBUG|500||Receive a callback componentStatus in ASDC, for componentName: cds and status of COMPONENT_DONE_OK distributionID of 7b94625c-1cd7-46e1-9a34-377240ca09b5 2022-11-13T04:20:50.387Z||pool-2-thread-2|||||DEBUG|500||Entering installTheComponentStatus for distributionId 7b94625c-1cd7-46e1-9a34-377240ca09b5 and ComponentName cds Hibernate: select watchdogco0_.COMPONENT_NAME as componen1_12_0_, watchdogco0_.DISTRIBUTION_ID as distribu2_12_0_, watchdogco0_.COMPONENT_DISTRIBUTION_STATUS as componen3_12_0_, watchdogco0_.CREATE_TIME as create_t4_12_0_, watchdogco0_.MODIFY_TIME as modify_t5_12_0_ from watchdog_per_component_distribution_status watchdogco0_ where watchdogco0_.COMPONENT_NAME=? and watchdogco0_.DISTRIBUTION_ID=? Hibernate: insert into watchdog_per_component_distribution_status (COMPONENT_DISTRIBUTION_STATUS, CREATE_TIME, MODIFY_TIME, COMPONENT_NAME, DISTRIBUTION_ID) values (?, ?, ?, ?, ?) 2022-11-13T04:20:50.395Z||pool-2-thread-2|||||DEBUG|500||received message from topic 2022-11-13T04:20:50.396Z||pool-2-thread-2|||||DEBUG|500||recieved notification from broker: { "distributionID": "7b94625c-1cd7-46e1-9a34-377240ca09b5", "consumerID": "ves-openapi-manager", "timestamp": 1668313141883, "artifactURL": "/sdc/v1/catalog/services/DemoPnf3pf0oq7kt4xms36vl9wc/1.0/resourceInstances/pnfa9f0b0d43e4c0/artifacts/vf-license-model.xml", "status": "NOT_NOTIFIED" } 2022-11-13T04:20:50.396Z||pool-2-thread-2|||||INFO|500||Missing status on Status Object. 2022-11-13T04:20:50.396Z||pool-2-thread-2|||||DEBUG|500||received message from topic 2022-11-13T04:20:50.396Z||pool-2-thread-2|||||DEBUG|500||recieved notification from broker: { "distributionID": "7b94625c-1cd7-46e1-9a34-377240ca09b5", "consumerID": "sdc-COpenSource-Env11-sdnc-dockero", "timestamp": 1668313141118, "artifactURL": "/sdc/v1/catalog/services/DemoPnf3pf0oq7kt4xms36vl9wc/1.0/resourceInstances/pnfa9f0b0d43e4c0/artifacts/pNF.csar", "status": "NOT_NOTIFIED" } 2022-11-13T04:20:50.397Z||pool-2-thread-2|||||INFO|500||Missing status on Status Object. 2022-11-13T04:20:50.397Z||pool-2-thread-2|||||DEBUG|500||received message from topic 2022-11-13T04:20:50.397Z||pool-2-thread-2|||||DEBUG|500||recieved notification from broker: { "distributionID": "7b94625c-1cd7-46e1-9a34-377240ca09b5", "consumerID": "policy-id", "timestamp": 1668313140440, "artifactURL": "/sdc/v1/catalog/services/DemoPnf3pf0oq7kt4xms36vl9wc/1.0/resourceInstances/pnfa9f0b0d43e4c0/artifacts/mynetconf.yang", "status": "NOT_NOTIFIED" } 2022-11-13T04:20:50.397Z||pool-2-thread-2|||||INFO|500||Missing status on Status Object. 2022-11-13T04:20:50.398Z||pool-2-thread-2|||||DEBUG|500||received message from topic 2022-11-13T04:20:50.398Z||pool-2-thread-2|||||DEBUG|500||recieved notification from broker: { "distributionID": "7b94625c-1cd7-46e1-9a34-377240ca09b5", "consumerID": "ves-openapi-manager", "timestamp": 1668313141883, "artifactURL": "/sdc/v1/catalog/services/DemoPnf3pf0oq7kt4xms36vl9wc/1.0/resourceInstances/pnfa9f0b0d43e4c0/artifacts/pNF.csar", "status": "NOT_NOTIFIED" } 2022-11-13T04:20:50.398Z||pool-2-thread-2|||||INFO|500||Missing status on Status Object. 2022-11-13T04:20:50.398Z||pool-2-thread-2|||||DEBUG|500||received message from topic 2022-11-13T04:20:50.399Z||pool-2-thread-2|||||DEBUG|500||recieved notification from broker: { "distributionID": "7b94625c-1cd7-46e1-9a34-377240ca09b5", "consumerID": "sdc-COpenSource-Env11-sdnc-dockero", "timestamp": 1668313141118, "artifactURL": "/sdc/v1/catalog/services/DemoPnf3pf0oq7kt4xms36vl9wc/1.0/resourceInstances/pnfa9f0b0d43e4c0/artifacts/mynetconf.yang", "status": "NOT_NOTIFIED" } 2022-11-13T04:20:50.399Z||pool-2-thread-2|||||INFO|500||Missing status on Status Object. 2022-11-13T04:20:50.399Z||pool-2-thread-2|||||DEBUG|500||received message from topic 2022-11-13T04:20:50.399Z||pool-2-thread-2|||||DEBUG|500||recieved notification from broker: { "distributionID": "7b94625c-1cd7-46e1-9a34-377240ca09b5", "consumerID": "policy-id", "timestamp": 1668313140440, "artifactURL": "/sdc/v1/catalog/services/DemoPnf3pf0oq7kt4xms36vl9wc/1.0/resourceInstances/pnfa9f0b0d43e4c0/artifacts/vendor-license-model.xml", "status": "NOT_NOTIFIED" } 2022-11-13T04:20:50.400Z||pool-2-thread-2|||||INFO|500||Missing status on Status Object. 2022-11-13T04:20:50.400Z||pool-2-thread-2|||||DEBUG|500||received message from topic 2022-11-13T04:20:50.400Z||pool-2-thread-2|||||DEBUG|500||recieved notification from broker: { "distributionID": "7b94625c-1cd7-46e1-9a34-377240ca09b5", "consumerID": "ves-openapi-manager", "timestamp": 1668313141883, "artifactURL": "/sdc/v1/catalog/services/DemoPnf3pf0oq7kt4xms36vl9wc/1.0/resourceInstances/pnfa9f0b0d43e4c0/artifacts/mynetconf.yang", "status": "NOT_NOTIFIED" } 2022-11-13T04:20:50.400Z||pool-2-thread-2|||||INFO|500||Missing status on Status Object. 2022-11-13T04:20:50.401Z||pool-2-thread-2|||||DEBUG|500||received message from topic 2022-11-13T04:20:50.401Z||pool-2-thread-2|||||DEBUG|500||recieved notification from broker: { "distributionID": "7b94625c-1cd7-46e1-9a34-377240ca09b5", "consumerID": "sdc-COpenSource-Env11-sdnc-dockero", "timestamp": 1668313141118, "artifactURL": "/sdc/v1/catalog/services/DemoPnf3pf0oq7kt4xms36vl9wc/1.0/resourceInstances/pnfa9f0b0d43e4c0/artifacts/vendor-license-model.xml", "status": "NOT_NOTIFIED" } 2022-11-13T04:20:50.401Z||pool-2-thread-2|||||INFO|500||Missing status on Status Object. 2022-11-13T04:20:50.401Z||pool-2-thread-2|||||DEBUG|500||received message from topic 2022-11-13T04:20:50.402Z||pool-2-thread-2|||||DEBUG|500||recieved notification from broker: { "distributionID": "7b94625c-1cd7-46e1-9a34-377240ca09b5", "consumerID": "policy-id", "timestamp": 1668313140440, "artifactURL": "/sdc/v1/catalog/services/DemoPnf3pf0oq7kt4xms36vl9wc/1.0/resourceInstances/pnfa9f0b0d43e4c0/artifacts/PM_Dictionary.yaml", "status": "NOT_NOTIFIED" } 2022-11-13T04:20:50.402Z||pool-2-thread-2|||||INFO|500||Missing status on Status Object. 2022-11-13T04:20:50.402Z||pool-2-thread-2|||||DEBUG|500||received message from topic 2022-11-13T04:20:50.402Z||pool-2-thread-2|||||DEBUG|500||recieved notification from broker: { "distributionID": "7b94625c-1cd7-46e1-9a34-377240ca09b5", "consumerID": "ves-openapi-manager", "timestamp": 1668313141883, "artifactURL": "/sdc/v1/catalog/services/DemoPnf3pf0oq7kt4xms36vl9wc/1.0/resourceInstances/pnfa9f0b0d43e4c0/artifacts/vendor-license-model.xml", "status": "NOT_NOTIFIED" } 2022-11-13T04:20:50.403Z||pool-2-thread-2|||||INFO|500||Missing status on Status Object. 2022-11-13T04:20:50.403Z||pool-2-thread-2|||||DEBUG|500||received message from topic 2022-11-13T04:20:50.403Z||pool-2-thread-2|||||DEBUG|500||recieved notification from broker: { "distributionID": "7b94625c-1cd7-46e1-9a34-377240ca09b5", "consumerID": "sdc-COpenSource-Env11-sdnc-dockero", "timestamp": 1668313141118, "artifactURL": "/sdc/v1/catalog/services/DemoPnf3pf0oq7kt4xms36vl9wc/1.0/resourceInstances/pnfa9f0b0d43e4c0/artifacts/PM_Dictionary.yaml", "status": "NOT_NOTIFIED" } 2022-11-13T04:20:50.403Z||pool-2-thread-2|||||INFO|500||Missing status on Status Object. 2022-11-13T04:20:50.404Z||pool-2-thread-2|||||DEBUG|500||received message from topic 2022-11-13T04:20:50.404Z||pool-2-thread-2|||||DEBUG|500||recieved notification from broker: { "distributionID": "7b94625c-1cd7-46e1-9a34-377240ca09b5", "consumerID": "policy-id", "timestamp": 1668313140440, "artifactURL": "/sdc/v1/catalog/services/DemoPnf3pf0oq7kt4xms36vl9wc/1.0/resourceInstances/pnfa9f0b0d43e4c0/artifacts/MyPnf_Pnf_v1.yaml", "status": "NOT_NOTIFIED" } 2022-11-13T04:20:50.404Z||pool-2-thread-2|||||INFO|500||Missing status on Status Object. 2022-11-13T04:20:50.404Z||pool-2-thread-2|||||DEBUG|500||received message from topic 2022-11-13T04:20:50.405Z||pool-2-thread-2|||||DEBUG|500||recieved notification from broker: { "distributionID": "7b94625c-1cd7-46e1-9a34-377240ca09b5", "consumerID": "ves-openapi-manager", "timestamp": 1668313141883, "artifactURL": "/sdc/v1/catalog/services/DemoPnf3pf0oq7kt4xms36vl9wc/1.0/resourceInstances/pnfa9f0b0d43e4c0/artifacts/PM_Dictionary.yaml", "status": "NOT_NOTIFIED" } 2022-11-13T04:20:50.405Z||pool-2-thread-2|||||INFO|500||Missing status on Status Object. 2022-11-13T04:20:50.405Z||pool-2-thread-2|||||DEBUG|500||received message from topic 2022-11-13T04:20:50.405Z||pool-2-thread-2|||||DEBUG|500||recieved notification from broker: { "distributionID": "7b94625c-1cd7-46e1-9a34-377240ca09b5", "consumerID": "sdc-COpenSource-Env11-sdnc-dockero", "timestamp": 1668313141118, "artifactURL": "/sdc/v1/catalog/services/DemoPnf3pf0oq7kt4xms36vl9wc/1.0/resourceInstances/pnfa9f0b0d43e4c0/artifacts/MyPnf_Pnf_v1.yaml", "status": "NOT_NOTIFIED" } 2022-11-13T04:20:50.406Z||pool-2-thread-2|||||INFO|500||Missing status on Status Object. 2022-11-13T04:20:50.406Z||pool-2-thread-2|||||DEBUG|500||received message from topic 2022-11-13T04:20:50.406Z||pool-2-thread-2|||||DEBUG|500||recieved notification from broker: { "distributionID": "7b94625c-1cd7-46e1-9a34-377240ca09b5", "consumerID": "aai-ml", "timestamp": 1668313147102, "artifactURL": "/sdc/v1/catalog/services/DemoPnf3pf0oq7kt4xms36vl9wc/1.0/artifacts/service-DemoPnf3pf0oq7kt4xms36vl9wc-csar.csar", "status": "DEPLOY_OK" } 2022-11-13T04:20:50.407Z||pool-2-thread-2|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error' 2022-11-13T04:20:50.407Z||pool-2-thread-2|||||DEBUG|500||received message from topic 2022-11-13T04:20:50.407Z||pool-2-thread-2|||||DEBUG|500||recieved notification from broker: { "distributionID": "7b94625c-1cd7-46e1-9a34-377240ca09b5", "consumerID": "policy-id", "timestamp": 1668313140440, "artifactURL": "/sdc/v1/catalog/services/DemoPnf3pf0oq7kt4xms36vl9wc/1.0/artifacts/service-DemoPnf3pf0oq7kt4xms36vl9wc-template.yml", "status": "NOT_NOTIFIED" } 2022-11-13T04:20:50.407Z||pool-2-thread-2|||||INFO|500||Missing status on Status Object. 2022-11-13T04:20:50.407Z||pool-2-thread-2|||||DEBUG|500||received message from topic 2022-11-13T04:20:50.408Z||pool-2-thread-2|||||DEBUG|500||recieved notification from broker: { "distributionID": "7b94625c-1cd7-46e1-9a34-377240ca09b5", "consumerID": "ves-openapi-manager", "timestamp": 1668313141883, "artifactURL": "/sdc/v1/catalog/services/DemoPnf3pf0oq7kt4xms36vl9wc/1.0/resourceInstances/pnfa9f0b0d43e4c0/artifacts/MyPnf_Pnf_v1.yaml", "status": "NOTIFIED" } 2022-11-13T04:20:50.408Z||pool-2-thread-2|||||INFO|500||Missing status on Status Object. 2022-11-13T04:20:50.408Z||pool-2-thread-2|||||DEBUG|500||received message from topic 2022-11-13T04:20:50.408Z||pool-2-thread-2|||||DEBUG|500||recieved notification from broker: { "distributionID": "7b94625c-1cd7-46e1-9a34-377240ca09b5", "consumerID": "sdc-COpenSource-Env11-sdnc-dockero", "timestamp": 1668313141118, "artifactURL": "/sdc/v1/catalog/services/DemoPnf3pf0oq7kt4xms36vl9wc/1.0/artifacts/service-DemoPnf3pf0oq7kt4xms36vl9wc-template.yml", "status": "NOT_NOTIFIED" } 2022-11-13T04:20:50.409Z||pool-2-thread-2|||||INFO|500||Missing status on Status Object. 2022-11-13T04:20:50.409Z||pool-2-thread-2|||||DEBUG|500||received message from topic 2022-11-13T04:20:50.409Z||pool-2-thread-2|||||DEBUG|500||recieved notification from broker: { "distributionID": "7b94625c-1cd7-46e1-9a34-377240ca09b5", "consumerID": "aai-ml", "timestamp": 1668313148107, "artifactURL": "", "status": "COMPONENT_DONE_OK", "componentName": "AAI" } Hibernate: select watchdogdi0_.DISTRIBUTION_ID as distribu1_11_0_, watchdogdi0_.CREATE_TIME as create_t2_11_0_, watchdogdi0_.DISTRIBUTION_ID_STATUS as distribu3_11_0_, watchdogdi0_.MODIFY_TIME as modify_t4_11_0_, watchdogdi0_.LOCK_VERSION as lock_ver5_11_0_ from watchdog_distributionid_status watchdogdi0_ where watchdogdi0_.DISTRIBUTION_ID=? 2022-11-13T04:20:50.415Z||pool-2-thread-2|||||DEBUG|500||Receive a callback componentStatus in ASDC, for componentName: AAI and status of COMPONENT_DONE_OK distributionID of 7b94625c-1cd7-46e1-9a34-377240ca09b5 2022-11-13T04:20:50.415Z||pool-2-thread-2|||||DEBUG|500||Entering installTheComponentStatus for distributionId 7b94625c-1cd7-46e1-9a34-377240ca09b5 and ComponentName AAI Hibernate: select watchdogco0_.COMPONENT_NAME as componen1_12_0_, watchdogco0_.DISTRIBUTION_ID as distribu2_12_0_, watchdogco0_.COMPONENT_DISTRIBUTION_STATUS as componen3_12_0_, watchdogco0_.CREATE_TIME as create_t4_12_0_, watchdogco0_.MODIFY_TIME as modify_t5_12_0_ from watchdog_per_component_distribution_status watchdogco0_ where watchdogco0_.COMPONENT_NAME=? and watchdogco0_.DISTRIBUTION_ID=? Hibernate: insert into watchdog_per_component_distribution_status (COMPONENT_DISTRIBUTION_STATUS, CREATE_TIME, MODIFY_TIME, COMPONENT_NAME, DISTRIBUTION_ID) values (?, ?, ?, ?, ?) 2022-11-13T04:20:50.419Z||pool-49-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms 2022-11-13T04:20:50.420Z||pool-49-thread-1|||||WARN|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO will send credentials over a clear channel. 2022-11-13T04:20:50.420Z||pool-49-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as Oi7quVEmKWoWd026) ... 2022-11-13T04:20:50.425Z||pool-2-thread-2|||||DEBUG|500||received message from topic 2022-11-13T04:20:50.425Z||pool-2-thread-2|||||DEBUG|500||recieved notification from broker: { "distributionID": "7b94625c-1cd7-46e1-9a34-377240ca09b5", "consumerID": "policy-id", "timestamp": 1668313140440, "artifactURL": "/sdc/v1/catalog/services/DemoPnf3pf0oq7kt4xms36vl9wc/1.0/artifacts/service-DemoPnf3pf0oq7kt4xms36vl9wc-csar.csar", "status": "NOTIFIED" } 2022-11-13T04:20:50.426Z||pool-2-thread-2|||||INFO|500||Missing status on Status Object. 2022-11-13T04:20:50.426Z||pool-2-thread-2|||||DEBUG|500||received message from topic 2022-11-13T04:20:50.426Z||pool-2-thread-2|||||DEBUG|500||recieved notification from broker: { "distributionID": "7b94625c-1cd7-46e1-9a34-377240ca09b5", "consumerID": "ves-openapi-manager", "timestamp": 1668313141883, "artifactURL": "/sdc/v1/catalog/services/DemoPnf3pf0oq7kt4xms36vl9wc/1.0/artifacts/service-DemoPnf3pf0oq7kt4xms36vl9wc-template.yml", "status": "NOT_NOTIFIED" } 2022-11-13T04:20:50.426Z||pool-2-thread-2|||||INFO|500||Missing status on Status Object. 2022-11-13T04:20:50.427Z||pool-2-thread-2|||||DEBUG|500||received message from topic 2022-11-13T04:20:50.427Z||pool-2-thread-2|||||DEBUG|500||recieved notification from broker: { "distributionID": "7b94625c-1cd7-46e1-9a34-377240ca09b5", "consumerID": "sdc-COpenSource-Env11-sdnc-dockero", "timestamp": 1668313141118, "artifactURL": "/sdc/v1/catalog/services/DemoPnf3pf0oq7kt4xms36vl9wc/1.0/artifacts/service-DemoPnf3pf0oq7kt4xms36vl9wc-csar.csar", "status": "NOTIFIED" } 2022-11-13T04:20:50.427Z||pool-2-thread-2|||||INFO|500||Missing status on Status Object. 2022-11-13T04:20:50.427Z||pool-2-thread-2|||||DEBUG|500||received message from topic 2022-11-13T04:20:50.428Z||pool-2-thread-2|||||DEBUG|500||recieved notification from broker: { "distributionID": "7b94625c-1cd7-46e1-9a34-377240ca09b5", "consumerID": "policy-id", "timestamp": 1668313149238, "artifactURL": "/sdc/v1/catalog/services/DemoPnf3pf0oq7kt4xms36vl9wc/1.0/artifacts/service-DemoPnf3pf0oq7kt4xms36vl9wc-csar.csar", "status": "DOWNLOAD_OK" } 2022-11-13T04:20:50.428Z||pool-2-thread-2|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error' 2022-11-13T04:20:50.428Z||pool-2-thread-2|||||DEBUG|500||received message from topic 2022-11-13T04:20:50.428Z||pool-2-thread-2|||||DEBUG|500||recieved notification from broker: { "distributionID": "7b94625c-1cd7-46e1-9a34-377240ca09b5", "consumerID": "ves-openapi-manager", "timestamp": 1668313141883, "artifactURL": "/sdc/v1/catalog/services/DemoPnf3pf0oq7kt4xms36vl9wc/1.0/artifacts/service-DemoPnf3pf0oq7kt4xms36vl9wc-csar.csar", "status": "NOT_NOTIFIED" } 2022-11-13T04:20:50.429Z||pool-2-thread-2|||||INFO|500||Missing status on Status Object. 2022-11-13T04:20:50.429Z||pool-2-thread-2|||||DEBUG|500||received message from topic 2022-11-13T04:20:50.429Z||pool-2-thread-2|||||DEBUG|500||recieved notification from broker: { "distributionID": "7b94625c-1cd7-46e1-9a34-377240ca09b5", "consumerID": "sdc-COpenSource-Env11-sdnc-dockero", "timestamp": 1668313149883, "artifactURL": "/sdc/v1/catalog/services/DemoPnf3pf0oq7kt4xms36vl9wc/1.0/artifacts/service-DemoPnf3pf0oq7kt4xms36vl9wc-csar.csar", "status": "DOWNLOAD_OK" } 2022-11-13T04:20:50.429Z||pool-2-thread-2|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error' 2022-11-13T04:20:50.429Z||pool-2-thread-2|||||DEBUG|500||received message from topic 2022-11-13T04:20:50.430Z||pool-2-thread-2|||||DEBUG|500||recieved notification from broker: { "distributionID": "7b94625c-1cd7-46e1-9a34-377240ca09b5", "consumerID": "policy-id", "timestamp": 1668313150241, "artifactURL": "/sdc/v1/catalog/services/DemoPnf3pf0oq7kt4xms36vl9wc/1.0/artifacts/service-DemoPnf3pf0oq7kt4xms36vl9wc-csar.csar", "status": "DEPLOY_OK" } 2022-11-13T04:20:50.430Z||pool-2-thread-2|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error' 2022-11-13T04:20:50.430Z||pool-2-thread-2|||||DEBUG|500||received message from topic 2022-11-13T04:20:50.430Z||pool-2-thread-2|||||DEBUG|500||recieved notification from broker: { "distributionID": "7b94625c-1cd7-46e1-9a34-377240ca09b5", "consumerID": "clamp", "timestamp": 1668313150271, "artifactURL": "/sdc/v1/catalog/services/DemoPnf3pf0oq7kt4xms36vl9wc/1.0/artifacts/service-DemoPnf3pf0oq7kt4xms36vl9wc-csar.csar", "status": "DOWNLOAD_OK" } 2022-11-13T04:20:50.431Z||pool-2-thread-2|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error' 2022-11-13T04:20:50.431Z||pool-2-thread-2|||||DEBUG|500||received message from topic 2022-11-13T04:20:50.431Z||pool-2-thread-2|||||DEBUG|500||recieved notification from broker: { "distributionID": "7b94625c-1cd7-46e1-9a34-377240ca09b5", "consumerID": "ves-openapi-manager", "timestamp": 1668313150658, "artifactURL": "/sdc/v1/catalog/services/DemoPnf3pf0oq7kt4xms36vl9wc/1.0/resourceInstances/pnfa9f0b0d43e4c0/artifacts/MyPnf_Pnf_v1.yaml", "status": "DOWNLOAD_OK" } 2022-11-13T04:20:50.431Z||pool-2-thread-2|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error' 2022-11-13T04:20:50.431Z||pool-2-thread-2|||||DEBUG|500||received message from topic 2022-11-13T04:20:50.432Z||pool-2-thread-2|||||DEBUG|500||recieved notification from broker: { "distributionID": "7b94625c-1cd7-46e1-9a34-377240ca09b5", "consumerID": "policy-id", "timestamp": 1668313151246, "artifactURL": "", "status": "COMPONENT_DONE_OK", "componentName": "POLICY" } Hibernate: select watchdogdi0_.DISTRIBUTION_ID as distribu1_11_0_, watchdogdi0_.CREATE_TIME as create_t2_11_0_, watchdogdi0_.DISTRIBUTION_ID_STATUS as distribu3_11_0_, watchdogdi0_.MODIFY_TIME as modify_t4_11_0_, watchdogdi0_.LOCK_VERSION as lock_ver5_11_0_ from watchdog_distributionid_status watchdogdi0_ where watchdogdi0_.DISTRIBUTION_ID=? 2022-11-13T04:20:50.436Z||pool-49-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK 2022-11-13T04:20:50.436Z||pool-49-thread-1|||||INFO|500||cambria reply ok (16 ms):{"serverTimeMs":0,"count":1} 2022-11-13T04:20:50.440Z||pool-2-thread-2|||||DEBUG|500||Receive a callback componentStatus in ASDC, for componentName: POLICY and status of COMPONENT_DONE_OK distributionID of 7b94625c-1cd7-46e1-9a34-377240ca09b5 2022-11-13T04:20:50.440Z||pool-2-thread-2|||||DEBUG|500||Entering installTheComponentStatus for distributionId 7b94625c-1cd7-46e1-9a34-377240ca09b5 and ComponentName POLICY Hibernate: select watchdogco0_.COMPONENT_NAME as componen1_12_0_, watchdogco0_.DISTRIBUTION_ID as distribu2_12_0_, watchdogco0_.COMPONENT_DISTRIBUTION_STATUS as componen3_12_0_, watchdogco0_.CREATE_TIME as create_t4_12_0_, watchdogco0_.MODIFY_TIME as modify_t5_12_0_ from watchdog_per_component_distribution_status watchdogco0_ where watchdogco0_.COMPONENT_NAME=? and watchdogco0_.DISTRIBUTION_ID=? Hibernate: insert into watchdog_per_component_distribution_status (COMPONENT_DISTRIBUTION_STATUS, CREATE_TIME, MODIFY_TIME, COMPONENT_NAME, DISTRIBUTION_ID) values (?, ?, ?, ?, ?) 2022-11-13T04:20:50.447Z||pool-2-thread-2|||||DEBUG|500||received message from topic 2022-11-13T04:20:50.448Z||pool-2-thread-2|||||DEBUG|500||recieved notification from broker: { "distributionID": "7b94625c-1cd7-46e1-9a34-377240ca09b5", "consumerID": "clamp", "timestamp": 1668313151291, "artifactURL": "/sdc/v1/catalog/services/DemoPnf3pf0oq7kt4xms36vl9wc/1.0/artifacts/service-DemoPnf3pf0oq7kt4xms36vl9wc-csar.csar", "status": "DEPLOY_OK" } 2022-11-13T04:20:50.448Z||pool-2-thread-2|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error' 2022-11-13T04:20:50.448Z||pool-2-thread-2|||||DEBUG|500||received message from topic 2022-11-13T04:20:50.448Z||pool-2-thread-2|||||DEBUG|500||recieved notification from broker: { "distributionID": "7b94625c-1cd7-46e1-9a34-377240ca09b5", "consumerID": "ves-openapi-manager", "timestamp": 1668313151884, "artifactURL": "/sdc/v1/catalog/services/DemoPnf3pf0oq7kt4xms36vl9wc/1.0/resourceInstances/pnfa9f0b0d43e4c0/artifacts/MyPnf_Pnf_v1.yaml", "status": "DEPLOY_OK" } 2022-11-13T04:20:50.448Z||pool-2-thread-2|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error' 2022-11-13T04:20:50.449Z||pool-2-thread-2|||||DEBUG|500||received message from topic 2022-11-13T04:20:50.449Z||pool-2-thread-2|||||DEBUG|500||recieved notification from broker: { "distributionID": "7b94625c-1cd7-46e1-9a34-377240ca09b5", "consumerID": "sdc-COpenSource-Env11-sdnc-dockero", "timestamp": 1668313152146, "artifactURL": "/sdc/v1/catalog/services/DemoPnf3pf0oq7kt4xms36vl9wc/1.0/artifacts/service-DemoPnf3pf0oq7kt4xms36vl9wc-csar.csar", "status": "DEPLOY_OK" } 2022-11-13T04:20:50.449Z||pool-2-thread-2|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error' 2022-11-13T04:20:50.449Z||pool-2-thread-2|||||DEBUG|500||received message from topic 2022-11-13T04:20:50.449Z||pool-2-thread-2|||||DEBUG|500||recieved notification from broker: { "distributionID": "7b94625c-1cd7-46e1-9a34-377240ca09b5", "consumerID": "clamp", "timestamp": 1668313152296, "artifactURL": "", "status": "COMPONENT_DONE_OK", "componentName": "clamp" } Hibernate: select watchdogdi0_.DISTRIBUTION_ID as distribu1_11_0_, watchdogdi0_.CREATE_TIME as create_t2_11_0_, watchdogdi0_.DISTRIBUTION_ID_STATUS as distribu3_11_0_, watchdogdi0_.MODIFY_TIME as modify_t4_11_0_, watchdogdi0_.LOCK_VERSION as lock_ver5_11_0_ from watchdog_distributionid_status watchdogdi0_ where watchdogdi0_.DISTRIBUTION_ID=? 2022-11-13T04:20:50.453Z||pool-2-thread-2|||||DEBUG|500||Receive a callback componentStatus in ASDC, for componentName: clamp and status of COMPONENT_DONE_OK distributionID of 7b94625c-1cd7-46e1-9a34-377240ca09b5 2022-11-13T04:20:50.453Z||pool-2-thread-2|||||DEBUG|500||Entering installTheComponentStatus for distributionId 7b94625c-1cd7-46e1-9a34-377240ca09b5 and ComponentName clamp Hibernate: select watchdogco0_.COMPONENT_NAME as componen1_12_0_, watchdogco0_.DISTRIBUTION_ID as distribu2_12_0_, watchdogco0_.COMPONENT_DISTRIBUTION_STATUS as componen3_12_0_, watchdogco0_.CREATE_TIME as create_t4_12_0_, watchdogco0_.MODIFY_TIME as modify_t5_12_0_ from watchdog_per_component_distribution_status watchdogco0_ where watchdogco0_.COMPONENT_NAME=? and watchdogco0_.DISTRIBUTION_ID=? Hibernate: insert into watchdog_per_component_distribution_status (COMPONENT_DISTRIBUTION_STATUS, CREATE_TIME, MODIFY_TIME, COMPONENT_NAME, DISTRIBUTION_ID) values (?, ?, ?, ?, ?) 2022-11-13T04:20:50.461Z||pool-2-thread-2|||||DEBUG|500||received message from topic 2022-11-13T04:20:50.461Z||pool-2-thread-2|||||DEBUG|500||recieved notification from broker: { "distributionID": "7b94625c-1cd7-46e1-9a34-377240ca09b5", "consumerID": "ves-openapi-manager", "timestamp": 1668313152889, "artifactURL": "", "status": "COMPONENT_DONE_OK", "componentName": "" } Hibernate: select watchdogdi0_.DISTRIBUTION_ID as distribu1_11_0_, watchdogdi0_.CREATE_TIME as create_t2_11_0_, watchdogdi0_.DISTRIBUTION_ID_STATUS as distribu3_11_0_, watchdogdi0_.MODIFY_TIME as modify_t4_11_0_, watchdogdi0_.LOCK_VERSION as lock_ver5_11_0_ from watchdog_distributionid_status watchdogdi0_ where watchdogdi0_.DISTRIBUTION_ID=? 2022-11-13T04:20:50.466Z||pool-2-thread-2|||||DEBUG|500||Receive a callback componentStatus in ASDC, for componentName: and status of COMPONENT_DONE_OK distributionID of 7b94625c-1cd7-46e1-9a34-377240ca09b5 2022-11-13T04:20:50.466Z||pool-2-thread-2|||||DEBUG|500||Entering installTheComponentStatus for distributionId 7b94625c-1cd7-46e1-9a34-377240ca09b5 and ComponentName Hibernate: select watchdogco0_.COMPONENT_NAME as componen1_12_0_, watchdogco0_.DISTRIBUTION_ID as distribu2_12_0_, watchdogco0_.COMPONENT_DISTRIBUTION_STATUS as componen3_12_0_, watchdogco0_.CREATE_TIME as create_t4_12_0_, watchdogco0_.MODIFY_TIME as modify_t5_12_0_ from watchdog_per_component_distribution_status watchdogco0_ where watchdogco0_.COMPONENT_NAME=? and watchdogco0_.DISTRIBUTION_ID=? Hibernate: insert into watchdog_per_component_distribution_status (COMPONENT_DISTRIBUTION_STATUS, CREATE_TIME, MODIFY_TIME, COMPONENT_NAME, DISTRIBUTION_ID) values (?, ?, ?, ?, ?) 2022-11-13T04:20:50.473Z||pool-2-thread-2|||||DEBUG|500||received message from topic 2022-11-13T04:20:50.473Z||pool-2-thread-2|||||DEBUG|500||recieved notification from broker: { "distributionID": "7b94625c-1cd7-46e1-9a34-377240ca09b5", "consumerID": "sdc-COpenSource-Env11-sdnc-dockero", "timestamp": 1668313153151, "artifactURL": "", "status": "COMPONENT_DONE_OK", "componentName": "SDNC" } Hibernate: select watchdogdi0_.DISTRIBUTION_ID as distribu1_11_0_, watchdogdi0_.CREATE_TIME as create_t2_11_0_, watchdogdi0_.DISTRIBUTION_ID_STATUS as distribu3_11_0_, watchdogdi0_.MODIFY_TIME as modify_t4_11_0_, watchdogdi0_.LOCK_VERSION as lock_ver5_11_0_ from watchdog_distributionid_status watchdogdi0_ where watchdogdi0_.DISTRIBUTION_ID=? 2022-11-13T04:20:50.478Z||pool-2-thread-2|||||DEBUG|500||Receive a callback componentStatus in ASDC, for componentName: SDNC and status of COMPONENT_DONE_OK distributionID of 7b94625c-1cd7-46e1-9a34-377240ca09b5 2022-11-13T04:20:50.478Z||pool-2-thread-2|||||DEBUG|500||Entering installTheComponentStatus for distributionId 7b94625c-1cd7-46e1-9a34-377240ca09b5 and ComponentName SDNC Hibernate: select watchdogco0_.COMPONENT_NAME as componen1_12_0_, watchdogco0_.DISTRIBUTION_ID as distribu2_12_0_, watchdogco0_.COMPONENT_DISTRIBUTION_STATUS as componen3_12_0_, watchdogco0_.CREATE_TIME as create_t4_12_0_, watchdogco0_.MODIFY_TIME as modify_t5_12_0_ from watchdog_per_component_distribution_status watchdogco0_ where watchdogco0_.COMPONENT_NAME=? and watchdogco0_.DISTRIBUTION_ID=? Hibernate: insert into watchdog_per_component_distribution_status (COMPONENT_DISTRIBUTION_STATUS, CREATE_TIME, MODIFY_TIME, COMPONENT_NAME, DISTRIBUTION_ID) values (?, ?, ?, ?, ?) 2022-11-13T04:20:50.485Z||pool-2-thread-2|||||DEBUG|500||received message from topic 2022-11-13T04:20:50.485Z||pool-2-thread-2|||||DEBUG|500||recieved notification from broker: { "distributionID": "8f237f38-7bd3-49fb-9e73-c885e48aa330", "consumerID": "ves-openapi-manager", "timestamp": 1668313161883, "artifactURL": "/sdc/v1/catalog/services/BasicVm/1.0/resourceInstances/basic_vm0/artifacts/vf-license-model.xml", "status": "NOT_NOTIFIED" } 2022-11-13T04:20:50.485Z||pool-2-thread-2|||||INFO|500||Missing status on Status Object. 2022-11-13T04:20:50.486Z||pool-2-thread-2|||||DEBUG|500||received message from topic 2022-11-13T04:20:50.486Z||pool-2-thread-2|||||DEBUG|500||recieved notification from broker: { "distributionID": "8f237f38-7bd3-49fb-9e73-c885e48aa330", "consumerID": "clamp", "timestamp": 1668313153486, "artifactURL": "/sdc/v1/catalog/services/BasicVm/1.0/resourceInstances/basic_vm0/artifacts/vf-license-model.xml", "status": "NOT_NOTIFIED" } 2022-11-13T04:20:50.486Z||pool-2-thread-2|||||INFO|500||Missing status on Status Object. 2022-11-13T04:20:50.486Z||pool-2-thread-2|||||DEBUG|500||received message from topic 2022-11-13T04:20:50.486Z||pool-2-thread-2|||||DEBUG|500||recieved notification from broker: { "distributionID": "8f237f38-7bd3-49fb-9e73-c885e48aa330", "consumerID": "cds", "timestamp": 1668313159910, "artifactURL": "/sdc/v1/catalog/services/BasicVm/1.0/resourceInstances/basic_vm0/artifacts/vf-license-model.xml", "status": "NOT_NOTIFIED" } 2022-11-13T04:20:50.487Z||pool-2-thread-2|||||INFO|500||Missing status on Status Object. 2022-11-13T04:20:50.487Z||pool-2-thread-2|||||DEBUG|500||received message from topic 2022-11-13T04:20:50.487Z||pool-2-thread-2|||||DEBUG|500||recieved notification from broker: { "distributionID": "8f237f38-7bd3-49fb-9e73-c885e48aa330", "consumerID": "policy-id", "timestamp": 1668313160440, "artifactURL": "/sdc/v1/catalog/services/BasicVm/1.0/resourceInstances/basic_vm0/artifacts/vf-license-model.xml", "status": "NOT_NOTIFIED" } 2022-11-13T04:20:50.487Z||pool-2-thread-2|||||INFO|500||Missing status on Status Object. 2022-11-13T04:20:50.487Z||pool-2-thread-2|||||DEBUG|500||received message from topic 2022-11-13T04:20:50.487Z||pool-2-thread-2|||||DEBUG|500||recieved notification from broker: { "distributionID": "8f237f38-7bd3-49fb-9e73-c885e48aa330", "consumerID": "aai-ml", "timestamp": 1668313153061, "artifactURL": "/sdc/v1/catalog/services/BasicVm/1.0/resourceInstances/basic_vm0/artifacts/vf-license-model.xml", "status": "NOT_NOTIFIED" } 2022-11-13T04:20:50.488Z||pool-2-thread-2|||||INFO|500||Missing status on Status Object. 2022-11-13T04:20:50.488Z||pool-2-thread-2|||||DEBUG|500||received message from topic 2022-11-13T04:20:50.488Z||pool-2-thread-2|||||DEBUG|500||recieved notification from broker: { "distributionID": "8f237f38-7bd3-49fb-9e73-c885e48aa330", "consumerID": "clamp", "timestamp": 1668313153486, "artifactURL": "/sdc/v1/catalog/services/BasicVm/1.0/resourceInstances/basic_vm0/artifacts/basic_vm0_modules.json", "status": "NOTIFIED" } 2022-11-13T04:20:50.488Z||pool-2-thread-2|||||INFO|500||Missing status on Status Object. 2022-11-13T04:20:50.488Z||pool-2-thread-2|||||DEBUG|500||received message from topic 2022-11-13T04:20:50.488Z||pool-2-thread-2|||||DEBUG|500||recieved notification from broker: { "distributionID": "8f237f38-7bd3-49fb-9e73-c885e48aa330", "consumerID": "ves-openapi-manager", "timestamp": 1668313161883, "artifactURL": "/sdc/v1/catalog/services/BasicVm/1.0/resourceInstances/basic_vm0/artifacts/basic_vm0_modules.json", "status": "NOT_NOTIFIED" } 2022-11-13T04:20:50.488Z||pool-2-thread-2|||||INFO|500||Missing status on Status Object. 2022-11-13T04:20:50.489Z||pool-2-thread-2|||||DEBUG|500||received message from topic 2022-11-13T04:20:50.489Z||pool-2-thread-2|||||DEBUG|500||recieved notification from broker: { "distributionID": "8f237f38-7bd3-49fb-9e73-c885e48aa330", "consumerID": "policy-id", "timestamp": 1668313160440, "artifactURL": "/sdc/v1/catalog/services/BasicVm/1.0/resourceInstances/basic_vm0/artifacts/basic_vm0_modules.json", "status": "NOT_NOTIFIED" } 2022-11-13T04:20:50.489Z||pool-2-thread-2|||||INFO|500||Missing status on Status Object. 2022-11-13T04:20:50.489Z||pool-2-thread-2|||||DEBUG|500||received message from topic 2022-11-13T04:20:50.489Z||pool-2-thread-2|||||DEBUG|500||recieved notification from broker: { "distributionID": "8f237f38-7bd3-49fb-9e73-c885e48aa330", "consumerID": "cds", "timestamp": 1668313159910, "artifactURL": "/sdc/v1/catalog/services/BasicVm/1.0/resourceInstances/basic_vm0/artifacts/basic_vm0_modules.json", "status": "NOT_NOTIFIED" } 2022-11-13T04:20:50.489Z||pool-2-thread-2|||||INFO|500||Missing status on Status Object. 2022-11-13T04:20:50.489Z||pool-2-thread-2|||||DEBUG|500||received message from topic 2022-11-13T04:20:50.490Z||pool-2-thread-2|||||DEBUG|500||recieved notification from broker: { "distributionID": "8f237f38-7bd3-49fb-9e73-c885e48aa330", "consumerID": "aai-ml", "timestamp": 1668313153061, "artifactURL": "/sdc/v1/catalog/services/BasicVm/1.0/resourceInstances/basic_vm0/artifacts/basic_vm0_modules.json", "status": "NOT_NOTIFIED" } 2022-11-13T04:20:50.490Z||pool-2-thread-2|||||INFO|500||Missing status on Status Object. 2022-11-13T04:20:50.490Z||pool-2-thread-2|||||DEBUG|500||received message from topic 2022-11-13T04:20:50.490Z||pool-2-thread-2|||||DEBUG|500||recieved notification from broker: { "distributionID": "8f237f38-7bd3-49fb-9e73-c885e48aa330", "consumerID": "clamp", "timestamp": 1668313153486, "artifactURL": "/sdc/v1/catalog/services/BasicVm/1.0/resourceInstances/basic_vm0/artifacts/base_ubuntu20.yaml", "status": "NOT_NOTIFIED" } 2022-11-13T04:20:50.490Z||pool-2-thread-2|||||INFO|500||Missing status on Status Object. 2022-11-13T04:20:50.490Z||pool-2-thread-2|||||DEBUG|500||received message from topic 2022-11-13T04:20:50.491Z||pool-2-thread-2|||||DEBUG|500||recieved notification from broker: { "distributionID": "8f237f38-7bd3-49fb-9e73-c885e48aa330", "consumerID": "cds", "timestamp": 1668313159910, "artifactURL": "/sdc/v1/catalog/services/BasicVm/1.0/resourceInstances/basic_vm0/artifacts/base_ubuntu20.yaml", "status": "NOT_NOTIFIED" } 2022-11-13T04:20:50.491Z||pool-2-thread-2|||||INFO|500||Missing status on Status Object. 2022-11-13T04:20:50.491Z||pool-2-thread-2|||||DEBUG|500||received message from topic 2022-11-13T04:20:50.491Z||pool-2-thread-2|||||DEBUG|500||recieved notification from broker: { "distributionID": "8f237f38-7bd3-49fb-9e73-c885e48aa330", "consumerID": "ves-openapi-manager", "timestamp": 1668313161883, "artifactURL": "/sdc/v1/catalog/services/BasicVm/1.0/resourceInstances/basic_vm0/artifacts/base_ubuntu20.yaml", "status": "NOT_NOTIFIED" } 2022-11-13T04:20:50.491Z||pool-2-thread-2|||||INFO|500||Missing status on Status Object. 2022-11-13T04:20:50.491Z||pool-2-thread-2|||||DEBUG|500||received message from topic 2022-11-13T04:20:50.492Z||pool-2-thread-2|||||DEBUG|500||recieved notification from broker: { "distributionID": "8f237f38-7bd3-49fb-9e73-c885e48aa330", "consumerID": "policy-id", "timestamp": 1668313160440, "artifactURL": "/sdc/v1/catalog/services/BasicVm/1.0/resourceInstances/basic_vm0/artifacts/base_ubuntu20.yaml", "status": "NOTIFIED" } 2022-11-13T04:20:50.492Z||pool-2-thread-2|||||INFO|500||Missing status on Status Object. 2022-11-13T04:20:50.492Z||pool-2-thread-2|||||DEBUG|500||received message from topic 2022-11-13T04:20:50.492Z||pool-2-thread-2|||||DEBUG|500||recieved notification from broker: { "distributionID": "8f237f38-7bd3-49fb-9e73-c885e48aa330", "consumerID": "aai-ml", "timestamp": 1668313153061, "artifactURL": "/sdc/v1/catalog/services/BasicVm/1.0/resourceInstances/basic_vm0/artifacts/base_ubuntu20.yaml", "status": "NOT_NOTIFIED" } 2022-11-13T04:20:50.492Z||pool-2-thread-2|||||INFO|500||Missing status on Status Object. 2022-11-13T04:20:50.492Z||pool-2-thread-2|||||DEBUG|500||received message from topic 2022-11-13T04:20:50.492Z||pool-2-thread-2|||||DEBUG|500||recieved notification from broker: { "distributionID": "8f237f38-7bd3-49fb-9e73-c885e48aa330", "consumerID": "clamp", "timestamp": 1668313153486, "artifactURL": "/sdc/v1/catalog/services/BasicVm/1.0/resourceInstances/basic_vm0/artifacts/vendor-license-model.xml", "status": "NOT_NOTIFIED" } 2022-11-13T04:20:50.493Z||pool-2-thread-2|||||INFO|500||Missing status on Status Object. 2022-11-13T04:20:50.493Z||pool-2-thread-2|||||DEBUG|500||received message from topic 2022-11-13T04:20:50.493Z||pool-2-thread-2|||||DEBUG|500||recieved notification from broker: { "distributionID": "8f237f38-7bd3-49fb-9e73-c885e48aa330", "consumerID": "cds", "timestamp": 1668313159910, "artifactURL": "/sdc/v1/catalog/services/BasicVm/1.0/resourceInstances/basic_vm0/artifacts/vendor-license-model.xml", "status": "NOT_NOTIFIED" } 2022-11-13T04:20:50.493Z||pool-2-thread-2|||||INFO|500||Missing status on Status Object. 2022-11-13T04:20:50.493Z||pool-2-thread-2|||||DEBUG|500||received message from topic 2022-11-13T04:20:50.493Z||pool-2-thread-2|||||DEBUG|500||recieved notification from broker: { "distributionID": "8f237f38-7bd3-49fb-9e73-c885e48aa330", "consumerID": "policy-id", "timestamp": 1668313160440, "artifactURL": "/sdc/v1/catalog/services/BasicVm/1.0/resourceInstances/basic_vm0/artifacts/vendor-license-model.xml", "status": "NOT_NOTIFIED" } 2022-11-13T04:20:50.494Z||pool-2-thread-2|||||INFO|500||Missing status on Status Object. 2022-11-13T04:20:50.494Z||pool-2-thread-2|||||DEBUG|500||received message from topic 2022-11-13T04:20:50.494Z||pool-2-thread-2|||||DEBUG|500||recieved notification from broker: { "distributionID": "8f237f38-7bd3-49fb-9e73-c885e48aa330", "consumerID": "ves-openapi-manager", "timestamp": 1668313161883, "artifactURL": "/sdc/v1/catalog/services/BasicVm/1.0/resourceInstances/basic_vm0/artifacts/vendor-license-model.xml", "status": "NOT_NOTIFIED" } 2022-11-13T04:20:50.494Z||pool-2-thread-2|||||INFO|500||Missing status on Status Object. 2022-11-13T04:20:50.494Z||pool-2-thread-2|||||DEBUG|500||received message from topic 2022-11-13T04:20:50.494Z||pool-2-thread-2|||||DEBUG|500||recieved notification from broker: { "distributionID": "8f237f38-7bd3-49fb-9e73-c885e48aa330", "consumerID": "aai-ml", "timestamp": 1668313153061, "artifactURL": "/sdc/v1/catalog/services/BasicVm/1.0/resourceInstances/basic_vm0/artifacts/vendor-license-model.xml", "status": "NOT_NOTIFIED" } 2022-11-13T04:20:50.494Z||pool-2-thread-2|||||INFO|500||Missing status on Status Object. 2022-11-13T04:20:50.495Z||pool-2-thread-2|||||DEBUG|500||received message from topic 2022-11-13T04:20:50.495Z||pool-2-thread-2|||||DEBUG|500||recieved notification from broker: { "distributionID": "8f237f38-7bd3-49fb-9e73-c885e48aa330", "consumerID": "clamp", "timestamp": 1668313153486, "artifactURL": "/sdc/v1/catalog/services/BasicVm/1.0/resourceInstances/basic_vm0/artifacts/base_ubuntu20.env", "status": "NOT_NOTIFIED" } 2022-11-13T04:20:50.495Z||pool-2-thread-2|||||INFO|500||Missing status on Status Object. 2022-11-13T04:20:50.495Z||pool-2-thread-2|||||DEBUG|500||received message from topic 2022-11-13T04:20:50.495Z||pool-2-thread-2|||||DEBUG|500||recieved notification from broker: { "distributionID": "8f237f38-7bd3-49fb-9e73-c885e48aa330", "consumerID": "cds", "timestamp": 1668313159910, "artifactURL": "/sdc/v1/catalog/services/BasicVm/1.0/resourceInstances/basic_vm0/artifacts/base_ubuntu20.env", "status": "NOT_NOTIFIED" } 2022-11-13T04:20:50.495Z||pool-2-thread-2|||||INFO|500||Missing status on Status Object. 2022-11-13T04:20:50.495Z||pool-2-thread-2|||||DEBUG|500||received message from topic 2022-11-13T04:20:50.496Z||pool-2-thread-2|||||DEBUG|500||recieved notification from broker: { "distributionID": "8f237f38-7bd3-49fb-9e73-c885e48aa330", "consumerID": "ves-openapi-manager", "timestamp": 1668313161883, "artifactURL": "/sdc/v1/catalog/services/BasicVm/1.0/resourceInstances/basic_vm0/artifacts/base_ubuntu20.env", "status": "NOT_NOTIFIED" } 2022-11-13T04:20:50.496Z||pool-2-thread-2|||||INFO|500||Missing status on Status Object. 2022-11-13T04:20:50.496Z||pool-2-thread-2|||||DEBUG|500||received message from topic 2022-11-13T04:20:50.496Z||pool-2-thread-2|||||DEBUG|500||recieved notification from broker: { "distributionID": "8f237f38-7bd3-49fb-9e73-c885e48aa330", "consumerID": "policy-id", "timestamp": 1668313160440, "artifactURL": "/sdc/v1/catalog/services/BasicVm/1.0/resourceInstances/basic_vm0/artifacts/base_ubuntu20.env", "status": "NOT_NOTIFIED" } 2022-11-13T04:20:50.496Z||pool-2-thread-2|||||INFO|500||Missing status on Status Object. 2022-11-13T04:20:50.496Z||pool-2-thread-2|||||DEBUG|500||received message from topic 2022-11-13T04:20:50.497Z||pool-2-thread-2|||||DEBUG|500||recieved notification from broker: { "distributionID": "8f237f38-7bd3-49fb-9e73-c885e48aa330", "consumerID": "aai-ml", "timestamp": 1668313153061, "artifactURL": "/sdc/v1/catalog/services/BasicVm/1.0/resourceInstances/basic_vm0/artifacts/base_ubuntu20.env", "status": "NOT_NOTIFIED" } 2022-11-13T04:20:50.497Z||pool-2-thread-2|||||INFO|500||Missing status on Status Object. 2022-11-13T04:20:50.497Z||pool-2-thread-2|||||DEBUG|500||received message from topic 2022-11-13T04:20:50.497Z||pool-2-thread-2|||||DEBUG|500||recieved notification from broker: { "distributionID": "8f237f38-7bd3-49fb-9e73-c885e48aa330", "consumerID": "clamp", "timestamp": 1668313153486, "artifactURL": "/sdc/v1/catalog/services/BasicVm/1.0/artifacts/service-BasicVm-template.yml", "status": "NOT_NOTIFIED" } 2022-11-13T04:20:50.497Z||pool-2-thread-2|||||INFO|500||Missing status on Status Object. 2022-11-13T04:20:50.497Z||pool-2-thread-2|||||DEBUG|500||received message from topic 2022-11-13T04:20:50.498Z||pool-2-thread-2|||||DEBUG|500||recieved notification from broker: { "distributionID": "8f237f38-7bd3-49fb-9e73-c885e48aa330", "consumerID": "cds", "timestamp": 1668313159910, "artifactURL": "/sdc/v1/catalog/services/BasicVm/1.0/artifacts/service-BasicVm-template.yml", "status": "NOT_NOTIFIED" } 2022-11-13T04:20:50.498Z||pool-2-thread-2|||||INFO|500||Missing status on Status Object. 2022-11-13T04:20:50.498Z||pool-2-thread-2|||||DEBUG|500||received message from topic 2022-11-13T04:20:50.498Z||pool-2-thread-2|||||DEBUG|500||recieved notification from broker: { "distributionID": "8f237f38-7bd3-49fb-9e73-c885e48aa330", "consumerID": "ves-openapi-manager", "timestamp": 1668313161883, "artifactURL": "/sdc/v1/catalog/services/BasicVm/1.0/artifacts/service-BasicVm-template.yml", "status": "NOT_NOTIFIED" } 2022-11-13T04:20:50.498Z||pool-2-thread-2|||||INFO|500||Missing status on Status Object. 2022-11-13T04:20:50.498Z||pool-2-thread-2|||||DEBUG|500||received message from topic 2022-11-13T04:20:50.498Z||pool-2-thread-2|||||DEBUG|500||recieved notification from broker: { "distributionID": "8f237f38-7bd3-49fb-9e73-c885e48aa330", "consumerID": "policy-id", "timestamp": 1668313160440, "artifactURL": "/sdc/v1/catalog/services/BasicVm/1.0/artifacts/service-BasicVm-template.yml", "status": "NOT_NOTIFIED" } 2022-11-13T04:20:50.499Z||pool-2-thread-2|||||INFO|500||Missing status on Status Object. 2022-11-13T04:20:50.499Z||pool-2-thread-2|||||DEBUG|500||received message from topic 2022-11-13T04:20:50.499Z||pool-2-thread-2|||||DEBUG|500||recieved notification from broker: { "distributionID": "8f237f38-7bd3-49fb-9e73-c885e48aa330", "consumerID": "aai-ml", "timestamp": 1668313153061, "artifactURL": "/sdc/v1/catalog/services/BasicVm/1.0/artifacts/service-BasicVm-template.yml", "status": "NOT_NOTIFIED" } 2022-11-13T04:20:50.499Z||pool-2-thread-2|||||INFO|500||Missing status on Status Object. 2022-11-13T04:20:50.499Z||pool-2-thread-2|||||DEBUG|500||received message from topic 2022-11-13T04:20:50.499Z||pool-2-thread-2|||||DEBUG|500||recieved notification from broker: { "distributionID": "8f237f38-7bd3-49fb-9e73-c885e48aa330", "consumerID": "multicloud-k8s-id", "timestamp": 1668313167601, "artifactURL": "/sdc/v1/catalog/services/BasicVm/1.0/resourceInstances/basic_vm0/artifacts/vf-license-model.xml", "status": "NOT_NOTIFIED" } 2022-11-13T04:20:50.499Z||pool-2-thread-2|||||INFO|500||Missing status on Status Object. 2022-11-13T04:20:50.500Z||pool-2-thread-2|||||DEBUG|500||received message from topic 2022-11-13T04:20:50.500Z||pool-2-thread-2|||||DEBUG|500||recieved notification from broker: { "distributionID": "8f237f38-7bd3-49fb-9e73-c885e48aa330", "consumerID": "clamp", "timestamp": 1668313153486, "artifactURL": "/sdc/v1/catalog/services/BasicVm/1.0/artifacts/service-BasicVm-csar.csar", "status": "NOTIFIED" } 2022-11-13T04:20:50.500Z||pool-2-thread-2|||||INFO|500||Missing status on Status Object. 2022-11-13T04:20:50.500Z||pool-2-thread-2|||||DEBUG|500||received message from topic 2022-11-13T04:20:50.500Z||pool-2-thread-2|||||DEBUG|500||recieved notification from broker: { "distributionID": "8f237f38-7bd3-49fb-9e73-c885e48aa330", "consumerID": "ves-openapi-manager", "timestamp": 1668313161883, "artifactURL": "/sdc/v1/catalog/services/BasicVm/1.0/artifacts/service-BasicVm-csar.csar", "status": "NOT_NOTIFIED" } 2022-11-13T04:20:50.500Z||pool-2-thread-2|||||INFO|500||Missing status on Status Object. 2022-11-13T04:20:50.500Z||pool-2-thread-2|||||DEBUG|500||received message from topic 2022-11-13T04:20:50.501Z||pool-2-thread-2|||||DEBUG|500||recieved notification from broker: { "distributionID": "8f237f38-7bd3-49fb-9e73-c885e48aa330", "consumerID": "cds", "timestamp": 1668313159910, "artifactURL": "/sdc/v1/catalog/services/BasicVm/1.0/artifacts/service-BasicVm-csar.csar", "status": "NOTIFIED" } 2022-11-13T04:20:50.501Z||pool-2-thread-2|||||INFO|500||Missing status on Status Object. 2022-11-13T04:20:50.501Z||pool-2-thread-2|||||DEBUG|500||received message from topic 2022-11-13T04:20:50.501Z||pool-2-thread-2|||||DEBUG|500||recieved notification from broker: { "distributionID": "8f237f38-7bd3-49fb-9e73-c885e48aa330", "consumerID": "policy-id", "timestamp": 1668313160440, "artifactURL": "/sdc/v1/catalog/services/BasicVm/1.0/artifacts/service-BasicVm-csar.csar", "status": "NOTIFIED" } 2022-11-13T04:20:50.501Z||pool-2-thread-2|||||INFO|500||Missing status on Status Object. 2022-11-13T04:20:50.501Z||pool-2-thread-2|||||DEBUG|500||received message from topic 2022-11-13T04:20:50.501Z||pool-2-thread-2|||||DEBUG|500||recieved notification from broker: { "distributionID": "8f237f38-7bd3-49fb-9e73-c885e48aa330", "consumerID": "aai-ml", "timestamp": 1668313153061, "artifactURL": "/sdc/v1/catalog/services/BasicVm/1.0/artifacts/service-BasicVm-csar.csar", "status": "NOTIFIED" } 2022-11-13T04:20:50.502Z||pool-2-thread-2|||||INFO|500||Missing status on Status Object. 2022-11-13T04:20:50.502Z||pool-2-thread-2|||||DEBUG|500||received message from topic 2022-11-13T04:20:50.502Z||pool-2-thread-2|||||DEBUG|500||recieved notification from broker: { "distributionID": "8f237f38-7bd3-49fb-9e73-c885e48aa330", "consumerID": "multicloud-k8s-id", "timestamp": 1668313167601, "artifactURL": "/sdc/v1/catalog/services/BasicVm/1.0/resourceInstances/basic_vm0/artifacts/basic_vm0_modules.json", "status": "NOTIFIED" } 2022-11-13T04:20:50.502Z||pool-2-thread-2|||||INFO|500||Missing status on Status Object. 2022-11-13T04:20:50.502Z||pool-2-thread-2|||||DEBUG|500||received message from topic 2022-11-13T04:20:50.502Z||pool-2-thread-2|||||DEBUG|500||recieved notification from broker: { "distributionID": "8f237f38-7bd3-49fb-9e73-c885e48aa330", "consumerID": "policy-id", "timestamp": 1668313169870, "artifactURL": "/sdc/v1/catalog/services/BasicVm/1.0/artifacts/service-BasicVm-csar.csar", "status": "DOWNLOAD_OK" } 2022-11-13T04:20:50.503Z||pool-2-thread-2|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error' 2022-11-13T04:20:50.503Z||pool-2-thread-2|||||DEBUG|500||received message from topic 2022-11-13T04:20:50.503Z||pool-2-thread-2|||||DEBUG|500||recieved notification from broker: { "distributionID": "8f237f38-7bd3-49fb-9e73-c885e48aa330", "consumerID": "cds", "timestamp": 1668313169917, "artifactURL": "/sdc/v1/catalog/services/BasicVm/1.0/artifacts/service-BasicVm-csar.csar", "status": "DOWNLOAD_OK" } 2022-11-13T04:20:50.503Z||pool-2-thread-2|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error' 2022-11-13T04:20:50.503Z||pool-2-thread-2|||||DEBUG|500||received message from topic 2022-11-13T04:20:50.503Z||pool-2-thread-2|||||DEBUG|500||recieved notification from broker: { "distributionID": "8f237f38-7bd3-49fb-9e73-c885e48aa330", "consumerID": "aai-ml", "timestamp": 1668313169951, "artifactURL": "/sdc/v1/catalog/services/BasicVm/1.0/artifacts/service-BasicVm-csar.csar", "status": "DOWNLOAD_OK" } 2022-11-13T04:20:50.504Z||pool-2-thread-2|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error' 2022-11-13T04:20:50.504Z||pool-2-thread-2|||||DEBUG|500||received message from topic 2022-11-13T04:20:50.504Z||pool-2-thread-2|||||DEBUG|500||recieved notification from broker: { "distributionID": "8f237f38-7bd3-49fb-9e73-c885e48aa330", "consumerID": "multicloud-k8s-id", "timestamp": 1668313167601, "artifactURL": "/sdc/v1/catalog/services/BasicVm/1.0/resourceInstances/basic_vm0/artifacts/base_ubuntu20.yaml", "status": "NOTIFIED" } 2022-11-13T04:20:50.504Z||pool-2-thread-2|||||INFO|500||Missing status on Status Object. 2022-11-13T04:20:50.504Z||pool-2-thread-2|||||DEBUG|500||received message from topic 2022-11-13T04:20:50.504Z||pool-2-thread-2|||||DEBUG|500||recieved notification from broker: { "distributionID": "8f237f38-7bd3-49fb-9e73-c885e48aa330", "consumerID": "policy-id", "timestamp": 1668313170875, "artifactURL": "/sdc/v1/catalog/services/BasicVm/1.0/artifacts/service-BasicVm-csar.csar", "status": "DEPLOY_OK" } 2022-11-13T04:20:50.505Z||pool-2-thread-2|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error' 2022-11-13T04:20:50.505Z||pool-2-thread-2|||||DEBUG|500||received message from topic 2022-11-13T04:20:50.505Z||pool-2-thread-2|||||DEBUG|500||recieved notification from broker: { "distributionID": "8f237f38-7bd3-49fb-9e73-c885e48aa330", "consumerID": "cds", "timestamp": 1668313170924, "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 (?, ?, ?, ?, ?) 2022-11-13T04:20:50.526Z||pool-2-thread-2|||||DEBUG|500||Receive a callback componentStatus in ASDC, for componentName: cds and status of COMPONENT_DONE_OK distributionID of 8f237f38-7bd3-49fb-9e73-c885e48aa330 2022-11-13T04:20:50.527Z||pool-2-thread-2|||||DEBUG|500||Entering installTheComponentStatus for distributionId 8f237f38-7bd3-49fb-9e73-c885e48aa330 and ComponentName cds Hibernate: select watchdogco0_.COMPONENT_NAME as componen1_12_0_, watchdogco0_.DISTRIBUTION_ID as distribu2_12_0_, watchdogco0_.COMPONENT_DISTRIBUTION_STATUS as componen3_12_0_, watchdogco0_.CREATE_TIME as create_t4_12_0_, watchdogco0_.MODIFY_TIME as modify_t5_12_0_ from watchdog_per_component_distribution_status watchdogco0_ where watchdogco0_.COMPONENT_NAME=? and watchdogco0_.DISTRIBUTION_ID=? Hibernate: insert into watchdog_per_component_distribution_status (COMPONENT_DISTRIBUTION_STATUS, CREATE_TIME, MODIFY_TIME, COMPONENT_NAME, DISTRIBUTION_ID) values (?, ?, ?, ?, ?) 2022-11-13T04:20:50.535Z||pool-2-thread-2|||||DEBUG|500||received message from topic 2022-11-13T04:20:50.535Z||pool-2-thread-2|||||DEBUG|500||recieved notification from broker: { "distributionID": "8f237f38-7bd3-49fb-9e73-c885e48aa330", "consumerID": "multicloud-k8s-id", "timestamp": 1668313167601, "artifactURL": "/sdc/v1/catalog/services/BasicVm/1.0/resourceInstances/basic_vm0/artifacts/vendor-license-model.xml", "status": "NOT_NOTIFIED" } 2022-11-13T04:20:50.535Z||pool-2-thread-2|||||INFO|500||Missing status on Status Object. 2022-11-13T04:20:50.536Z||pool-2-thread-2|||||DEBUG|500||received message from topic 2022-11-13T04:20:50.536Z||pool-2-thread-2|||||DEBUG|500||recieved notification from broker: { "distributionID": "8f237f38-7bd3-49fb-9e73-c885e48aa330", "consumerID": "sdc-COpenSource-Env11-sdnc-dockero", "timestamp": 1668313171119, "artifactURL": "/sdc/v1/catalog/services/BasicVm/1.0/resourceInstances/basic_vm0/artifacts/vf-license-model.xml", "status": "NOT_NOTIFIED" } 2022-11-13T04:20:50.536Z||pool-2-thread-2|||||INFO|500||Missing status on Status Object. 2022-11-13T04:20:50.536Z||pool-2-thread-2|||||DEBUG|500||received message from topic 2022-11-13T04:20:50.537Z||pool-2-thread-2|||||DEBUG|500||recieved notification from broker: { "distributionID": "8f237f38-7bd3-49fb-9e73-c885e48aa330", "consumerID": "policy-id", "timestamp": 1668313171878, "artifactURL": "", "status": "COMPONENT_DONE_OK", "componentName": "POLICY" } Hibernate: select watchdogdi0_.DISTRIBUTION_ID as distribu1_11_0_, watchdogdi0_.CREATE_TIME as create_t2_11_0_, watchdogdi0_.DISTRIBUTION_ID_STATUS as distribu3_11_0_, watchdogdi0_.MODIFY_TIME as modify_t4_11_0_, watchdogdi0_.LOCK_VERSION as lock_ver5_11_0_ from watchdog_distributionid_status watchdogdi0_ where watchdogdi0_.DISTRIBUTION_ID=? 2022-11-13T04:20:50.545Z||pool-2-thread-2|||||DEBUG|500||Receive a callback componentStatus in ASDC, for componentName: POLICY and status of COMPONENT_DONE_OK distributionID of 8f237f38-7bd3-49fb-9e73-c885e48aa330 2022-11-13T04:20:50.545Z||pool-2-thread-2|||||DEBUG|500||Entering installTheComponentStatus for distributionId 8f237f38-7bd3-49fb-9e73-c885e48aa330 and ComponentName POLICY Hibernate: select watchdogco0_.COMPONENT_NAME as componen1_12_0_, watchdogco0_.DISTRIBUTION_ID as distribu2_12_0_, watchdogco0_.COMPONENT_DISTRIBUTION_STATUS as componen3_12_0_, watchdogco0_.CREATE_TIME as create_t4_12_0_, watchdogco0_.MODIFY_TIME as modify_t5_12_0_ from watchdog_per_component_distribution_status watchdogco0_ where watchdogco0_.COMPONENT_NAME=? and watchdogco0_.DISTRIBUTION_ID=? Hibernate: insert into watchdog_per_component_distribution_status (COMPONENT_DISTRIBUTION_STATUS, CREATE_TIME, MODIFY_TIME, COMPONENT_NAME, DISTRIBUTION_ID) values (?, ?, ?, ?, ?) 2022-11-13T04:20:50.554Z||pool-2-thread-2|||||DEBUG|500||received message from topic 2022-11-13T04:20:50.554Z||pool-2-thread-2|||||DEBUG|500||recieved notification from broker: { "distributionID": "8f237f38-7bd3-49fb-9e73-c885e48aa330", "consumerID": "multicloud-k8s-id", "timestamp": 1668313167601, "artifactURL": "/sdc/v1/catalog/services/BasicVm/1.0/resourceInstances/basic_vm0/artifacts/base_ubuntu20.env", "status": "NOTIFIED" } 2022-11-13T04:20:50.555Z||pool-2-thread-2|||||INFO|500||Missing status on Status Object. 2022-11-13T04:20:50.555Z||pool-2-thread-2|||||DEBUG|500||received message from topic 2022-11-13T04:20:50.555Z||pool-2-thread-2|||||DEBUG|500||recieved notification from broker: { "distributionID": "8f237f38-7bd3-49fb-9e73-c885e48aa330", "consumerID": "sdc-COpenSource-Env11-sdnc-dockero", "timestamp": 1668313171119, "artifactURL": "/sdc/v1/catalog/services/BasicVm/1.0/resourceInstances/basic_vm0/artifacts/basic_vm0_modules.json", "status": "NOT_NOTIFIED" } 2022-11-13T04:20:50.555Z||pool-2-thread-2|||||INFO|500||Missing status on Status Object. 2022-11-13T04:20:50.555Z||pool-2-thread-2|||||DEBUG|500||received message from topic 2022-11-13T04:20:50.556Z||pool-2-thread-2|||||DEBUG|500||recieved notification from broker: { "distributionID": "8f237f38-7bd3-49fb-9e73-c885e48aa330", "consumerID": "multicloud-k8s-id", "timestamp": 1668313167601, "artifactURL": "/sdc/v1/catalog/services/BasicVm/1.0/artifacts/service-BasicVm-template.yml", "status": "NOT_NOTIFIED" } 2022-11-13T04:20:50.556Z||pool-2-thread-2|||||INFO|500||Missing status on Status Object. 2022-11-13T04:20:50.556Z||pool-2-thread-2|||||DEBUG|500||received message from topic 2022-11-13T04:20:50.556Z||pool-2-thread-2|||||DEBUG|500||recieved notification from broker: { "distributionID": "8f237f38-7bd3-49fb-9e73-c885e48aa330", "consumerID": "sdc-COpenSource-Env11-sdnc-dockero", "timestamp": 1668313171119, "artifactURL": "/sdc/v1/catalog/services/BasicVm/1.0/resourceInstances/basic_vm0/artifacts/base_ubuntu20.yaml", "status": "NOT_NOTIFIED" } 2022-11-13T04:20:50.556Z||pool-2-thread-2|||||INFO|500||Missing status on Status Object. 2022-11-13T04:20:50.556Z||pool-2-thread-2|||||DEBUG|500||received message from topic 2022-11-13T04:20:50.557Z||pool-2-thread-2|||||DEBUG|500||recieved notification from broker: { "distributionID": "8f237f38-7bd3-49fb-9e73-c885e48aa330", "consumerID": "multicloud-k8s-id", "timestamp": 1668313167601, "artifactURL": "/sdc/v1/catalog/services/BasicVm/1.0/artifacts/service-BasicVm-csar.csar", "status": "NOTIFIED" } 2022-11-13T04:20:50.557Z||pool-2-thread-2|||||INFO|500||Missing status on Status Object. 2022-11-13T04:20:50.557Z||pool-2-thread-2|||||DEBUG|500||received message from topic 2022-11-13T04:20:50.557Z||pool-2-thread-2|||||DEBUG|500||recieved notification from broker: { "distributionID": "8f237f38-7bd3-49fb-9e73-c885e48aa330", "consumerID": "sdc-COpenSource-Env11-sdnc-dockero", "timestamp": 1668313171119, "artifactURL": "/sdc/v1/catalog/services/BasicVm/1.0/resourceInstances/basic_vm0/artifacts/vendor-license-model.xml", "status": "NOT_NOTIFIED" } 2022-11-13T04:20:50.557Z||pool-2-thread-2|||||INFO|500||Missing status on Status Object. 2022-11-13T04:20:50.557Z||pool-2-thread-2|||||DEBUG|500||received message from topic 2022-11-13T04:20:50.557Z||pool-2-thread-2|||||DEBUG|500||recieved notification from broker: { "distributionID": "8f237f38-7bd3-49fb-9e73-c885e48aa330", "consumerID": "multicloud-k8s-id", "timestamp": 1668313175355, "artifactURL": "/sdc/v1/catalog/services/BasicVm/1.0/resourceInstances/basic_vm0/artifacts/basic_vm0_modules.json", "status": "DOWNLOAD_OK" } 2022-11-13T04:20:50.558Z||pool-2-thread-2|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error' 2022-11-13T04:20:50.558Z||pool-2-thread-2|||||DEBUG|500||received message from topic 2022-11-13T04:20:50.558Z||pool-2-thread-2|||||DEBUG|500||recieved notification from broker: { "distributionID": "50d872ba-9036-48e7-864d-0cb3dfcb5f5f", "consumerID": "cds", "timestamp": 1668313174910, "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/vf-license-model.xml", "status": "NOT_NOTIFIED" } 2022-11-13T04:20:50.558Z||pool-2-thread-2|||||INFO|500||Missing status on Status Object. 2022-11-13T04:20:50.559Z||pool-2-thread-2|||||DEBUG|500||received message from topic 2022-11-13T04:20:50.559Z||pool-2-thread-2|||||DEBUG|500||recieved notification from broker: { "distributionID": "8f237f38-7bd3-49fb-9e73-c885e48aa330", "consumerID": "sdc-COpenSource-Env11-sdnc-dockero", "timestamp": 1668313171119, "artifactURL": "/sdc/v1/catalog/services/BasicVm/1.0/resourceInstances/basic_vm0/artifacts/base_ubuntu20.env", "status": "NOT_NOTIFIED" } 2022-11-13T04:20:50.559Z||pool-2-thread-2|||||INFO|500||Missing status on Status Object. 2022-11-13T04:20:50.559Z||pool-2-thread-2|||||DEBUG|500||received message from topic 2022-11-13T04:20:50.559Z||pool-2-thread-2|||||DEBUG|500||recieved notification from broker: { "distributionID": "8f237f38-7bd3-49fb-9e73-c885e48aa330", "consumerID": "multicloud-k8s-id", "timestamp": 1668313176412, "artifactURL": "/sdc/v1/catalog/services/BasicVm/1.0/resourceInstances/basic_vm0/artifacts/base_ubuntu20.yaml", "status": "DOWNLOAD_OK" } 2022-11-13T04:20:50.559Z||pool-2-thread-2|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error' 2022-11-13T04:20:50.559Z||pool-2-thread-2|||||DEBUG|500||received message from topic 2022-11-13T04:20:50.560Z||pool-2-thread-2|||||DEBUG|500||recieved notification from broker: { "distributionID": "50d872ba-9036-48e7-864d-0cb3dfcb5f5f", "consumerID": "cds", "timestamp": 1668313174910, "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/nginx_cloudtech_k8s_charts.env", "status": "NOT_NOTIFIED" } 2022-11-13T04:20:50.560Z||pool-2-thread-2|||||INFO|500||Missing status on Status Object. 2022-11-13T04:20:50.560Z||pool-2-thread-2|||||DEBUG|500||received message from topic 2022-11-13T04:20:50.560Z||pool-2-thread-2|||||DEBUG|500||recieved notification from broker: { "distributionID": "8f237f38-7bd3-49fb-9e73-c885e48aa330", "consumerID": "sdc-COpenSource-Env11-sdnc-dockero", "timestamp": 1668313171119, "artifactURL": "/sdc/v1/catalog/services/BasicVm/1.0/artifacts/service-BasicVm-template.yml", "status": "NOT_NOTIFIED" } 2022-11-13T04:20:50.560Z||pool-2-thread-2|||||INFO|500||Missing status on Status Object. 2022-11-13T04:20:50.560Z||pool-2-thread-2|||||DEBUG|500||received message from topic 2022-11-13T04:20:50.560Z||pool-2-thread-2|||||DEBUG|500||recieved notification from broker: { "distributionID": "8f237f38-7bd3-49fb-9e73-c885e48aa330", "consumerID": "multicloud-k8s-id", "timestamp": 1668313177475, "artifactURL": "/sdc/v1/catalog/services/BasicVm/1.0/resourceInstances/basic_vm0/artifacts/base_ubuntu20.env", "status": "DOWNLOAD_OK" } 2022-11-13T04:20:50.560Z||pool-2-thread-2|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error' 2022-11-13T04:20:50.560Z||pool-2-thread-2|||||DEBUG|500||received message from topic 2022-11-13T04:20:50.561Z||pool-2-thread-2|||||DEBUG|500||recieved notification from broker: { "distributionID": "50d872ba-9036-48e7-864d-0cb3dfcb5f5f", "consumerID": "cds", "timestamp": 1668313174910, "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/nginx_cloudtech_k8s_charts.tgz", "status": "NOT_NOTIFIED" } 2022-11-13T04:20:50.561Z||pool-2-thread-2|||||INFO|500||Missing status on Status Object. 2022-11-13T04:20:50.561Z||pool-2-thread-2|||||DEBUG|500||received message from topic 2022-11-13T04:20:50.561Z||pool-2-thread-2|||||DEBUG|500||recieved notification from broker: { "distributionID": "8f237f38-7bd3-49fb-9e73-c885e48aa330", "consumerID": "aai-ml", "timestamp": 1668313177670, "artifactURL": "/sdc/v1/catalog/services/BasicVm/1.0/artifacts/service-BasicVm-csar.csar", "status": "DEPLOY_OK" } 2022-11-13T04:20:50.561Z||pool-2-thread-2|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error' 2022-11-13T04:20:50.561Z||pool-2-thread-2|||||DEBUG|500||received message from topic 2022-11-13T04:20:50.561Z||pool-2-thread-2|||||DEBUG|500||recieved notification from broker: { "distributionID": "8f237f38-7bd3-49fb-9e73-c885e48aa330", "consumerID": "sdc-COpenSource-Env11-sdnc-dockero", "timestamp": 1668313171119, "artifactURL": "/sdc/v1/catalog/services/BasicVm/1.0/artifacts/service-BasicVm-csar.csar", "status": "NOTIFIED" } 2022-11-13T04:20:50.561Z||pool-2-thread-2|||||INFO|500||Missing status on Status Object. 2022-11-13T04:20:50.561Z||pool-2-thread-2|||||DEBUG|500||received message from topic 2022-11-13T04:20:50.561Z||pool-2-thread-2|||||DEBUG|500||recieved notification from broker: { "distributionID": "8f237f38-7bd3-49fb-9e73-c885e48aa330", "consumerID": "multicloud-k8s-id", "timestamp": 1668313178500, "artifactURL": "", "status": "COMPONENT_DONE_OK", "componentName": "POLICY" } Hibernate: select watchdogdi0_.DISTRIBUTION_ID as distribu1_11_0_, watchdogdi0_.CREATE_TIME as create_t2_11_0_, watchdogdi0_.DISTRIBUTION_ID_STATUS as distribu3_11_0_, watchdogdi0_.MODIFY_TIME as modify_t4_11_0_, watchdogdi0_.LOCK_VERSION as lock_ver5_11_0_ from watchdog_distributionid_status watchdogdi0_ where watchdogdi0_.DISTRIBUTION_ID=? 2022-11-13T04:20:50.566Z||pool-2-thread-2|||||DEBUG|500||Receive a callback componentStatus in ASDC, for componentName: POLICY and status of COMPONENT_DONE_OK distributionID of 8f237f38-7bd3-49fb-9e73-c885e48aa330 2022-11-13T04:20:50.566Z||pool-2-thread-2|||||DEBUG|500||Entering installTheComponentStatus for distributionId 8f237f38-7bd3-49fb-9e73-c885e48aa330 and ComponentName POLICY Hibernate: select watchdogco0_.COMPONENT_NAME as componen1_12_0_, watchdogco0_.DISTRIBUTION_ID as distribu2_12_0_, watchdogco0_.COMPONENT_DISTRIBUTION_STATUS as componen3_12_0_, watchdogco0_.CREATE_TIME as create_t4_12_0_, watchdogco0_.MODIFY_TIME as modify_t5_12_0_ from watchdog_per_component_distribution_status watchdogco0_ where watchdogco0_.COMPONENT_NAME=? and watchdogco0_.DISTRIBUTION_ID=? Hibernate: update watchdog_per_component_distribution_status set COMPONENT_DISTRIBUTION_STATUS=?, MODIFY_TIME=? where COMPONENT_NAME=? and DISTRIBUTION_ID=? 2022-11-13T04:20:50.575Z||pool-2-thread-2|||||DEBUG|500||received message from topic 2022-11-13T04:20:50.576Z||pool-2-thread-2|||||DEBUG|500||recieved notification from broker: { "distributionID": "50d872ba-9036-48e7-864d-0cb3dfcb5f5f", "consumerID": "cds", "timestamp": 1668313174910, "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/basic_cnf0_modules.json", "status": "NOT_NOTIFIED" } 2022-11-13T04:20:50.577Z||pool-2-thread-2|||||INFO|500||Missing status on Status Object. 2022-11-13T04:20:50.577Z||pool-2-thread-2|||||DEBUG|500||received message from topic 2022-11-13T04:20:50.577Z||pool-2-thread-2|||||DEBUG|500||recieved notification from broker: { "distributionID": "8f237f38-7bd3-49fb-9e73-c885e48aa330", "consumerID": "aai-ml", "timestamp": 1668313178673, "artifactURL": "", "status": "COMPONENT_DONE_OK", "componentName": "AAI" } Hibernate: select watchdogdi0_.DISTRIBUTION_ID as distribu1_11_0_, watchdogdi0_.CREATE_TIME as create_t2_11_0_, watchdogdi0_.DISTRIBUTION_ID_STATUS as distribu3_11_0_, watchdogdi0_.MODIFY_TIME as modify_t4_11_0_, watchdogdi0_.LOCK_VERSION as lock_ver5_11_0_ from watchdog_distributionid_status watchdogdi0_ where watchdogdi0_.DISTRIBUTION_ID=? 2022-11-13T04:20:50.581Z||pool-2-thread-2|||||DEBUG|500||Receive a callback componentStatus in ASDC, for componentName: AAI and status of COMPONENT_DONE_OK distributionID of 8f237f38-7bd3-49fb-9e73-c885e48aa330 2022-11-13T04:20:50.582Z||pool-2-thread-2|||||DEBUG|500||Entering installTheComponentStatus for distributionId 8f237f38-7bd3-49fb-9e73-c885e48aa330 and ComponentName AAI Hibernate: select watchdogco0_.COMPONENT_NAME as componen1_12_0_, watchdogco0_.DISTRIBUTION_ID as distribu2_12_0_, watchdogco0_.COMPONENT_DISTRIBUTION_STATUS as componen3_12_0_, watchdogco0_.CREATE_TIME as create_t4_12_0_, watchdogco0_.MODIFY_TIME as modify_t5_12_0_ from watchdog_per_component_distribution_status watchdogco0_ where watchdogco0_.COMPONENT_NAME=? and watchdogco0_.DISTRIBUTION_ID=? Hibernate: insert into watchdog_per_component_distribution_status (COMPONENT_DISTRIBUTION_STATUS, CREATE_TIME, MODIFY_TIME, COMPONENT_NAME, DISTRIBUTION_ID) values (?, ?, ?, ?, ?) 2022-11-13T04:20:50.590Z||pool-2-thread-2|||||DEBUG|500||received message from topic 2022-11-13T04:20:50.590Z||pool-2-thread-2|||||DEBUG|500||recieved notification from broker: { "distributionID": "8f237f38-7bd3-49fb-9e73-c885e48aa330", "consumerID": "sdc-COpenSource-Env11-sdnc-dockero", "timestamp": 1668313179184, "artifactURL": "/sdc/v1/catalog/services/BasicVm/1.0/artifacts/service-BasicVm-csar.csar", "status": "DOWNLOAD_OK" } 2022-11-13T04:20:50.590Z||pool-2-thread-2|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error' 2022-11-13T04:20:50.590Z||pool-2-thread-2|||||DEBUG|500||received message from topic 2022-11-13T04:20:50.591Z||pool-2-thread-2|||||DEBUG|500||recieved notification from broker: { "distributionID": "8f237f38-7bd3-49fb-9e73-c885e48aa330", "consumerID": "multicloud-k8s-id", "timestamp": 1668313179505, "artifactURL": "/sdc/v1/catalog/services/BasicVm/1.0/resourceInstances/basic_vm0/artifacts/basic_vm0_modules.json", "status": "DEPLOY_OK" } 2022-11-13T04:20:50.591Z||pool-2-thread-2|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error' 2022-11-13T04:20:50.592Z||pool-2-thread-2|||||DEBUG|500||received message from topic 2022-11-13T04:20:50.592Z||pool-2-thread-2|||||DEBUG|500||recieved notification from broker: { "distributionID": "50d872ba-9036-48e7-864d-0cb3dfcb5f5f", "consumerID": "cds", "timestamp": 1668313174910, "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/base_dummy.yaml", "status": "NOT_NOTIFIED" } 2022-11-13T04:20:50.593Z||pool-2-thread-2|||||INFO|500||Missing status on Status Object. 2022-11-13T04:20:50.593Z||pool-2-thread-2|||||DEBUG|500||received message from topic 2022-11-13T04:20:50.594Z||pool-2-thread-2|||||DEBUG|500||recieved notification from broker: { "distributionID": "50d872ba-9036-48e7-864d-0cb3dfcb5f5f", "consumerID": "multicloud-k8s-id", "timestamp": 1668313167601, "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/vf-license-model.xml", "status": "NOT_NOTIFIED" } 2022-11-13T04:20:50.594Z||pool-2-thread-2|||||INFO|500||Missing status on Status Object. 2022-11-13T04:20:50.595Z||pool-2-thread-2|||||DEBUG|500||received message from topic 2022-11-13T04:20:50.595Z||pool-2-thread-2|||||DEBUG|500||recieved notification from broker: { "distributionID": "50d872ba-9036-48e7-864d-0cb3dfcb5f5f", "consumerID": "cds", "timestamp": 1668313174910, "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/vendor-license-model.xml", "status": "NOT_NOTIFIED" } 2022-11-13T04:20:50.596Z||pool-2-thread-2|||||INFO|500||Missing status on Status Object. 2022-11-13T04:20:50.596Z||pool-2-thread-2|||||DEBUG|500||received message from topic 2022-11-13T04:20:50.596Z||pool-2-thread-2|||||DEBUG|500||recieved notification from broker: { "distributionID": "50d872ba-9036-48e7-864d-0cb3dfcb5f5f", "consumerID": "policy-id", "timestamp": 1668313180440, "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/vf-license-model.xml", "status": "NOT_NOTIFIED" } 2022-11-13T04:20:50.597Z||pool-2-thread-2|||||INFO|500||Missing status on Status Object. 2022-11-13T04:20:50.597Z||pool-2-thread-2|||||DEBUG|500||received message from topic 2022-11-13T04:20:50.597Z||pool-2-thread-2|||||DEBUG|500||recieved notification from broker: { "distributionID": "50d872ba-9036-48e7-864d-0cb3dfcb5f5f", "consumerID": "multicloud-k8s-id", "timestamp": 1668313167601, "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/nginx_cloudtech_k8s_charts.env", "status": "NOTIFIED" } 2022-11-13T04:20:50.597Z||pool-2-thread-2|||||INFO|500||Missing status on Status Object. 2022-11-13T04:20:50.598Z||pool-2-thread-2|||||DEBUG|500||received message from topic 2022-11-13T04:20:50.598Z||pool-2-thread-2|||||DEBUG|500||recieved notification from broker: { "distributionID": "50d872ba-9036-48e7-864d-0cb3dfcb5f5f", "consumerID": "cds", "timestamp": 1668313174910, "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/base_dummy.env", "status": "NOT_NOTIFIED" } 2022-11-13T04:20:50.598Z||pool-2-thread-2|||||INFO|500||Missing status on Status Object. 2022-11-13T04:20:50.598Z||pool-2-thread-2|||||DEBUG|500||received message from topic 2022-11-13T04:20:50.598Z||pool-2-thread-2|||||DEBUG|500||recieved notification from broker: { "distributionID": "50d872ba-9036-48e7-864d-0cb3dfcb5f5f", "consumerID": "policy-id", "timestamp": 1668313180440, "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/nginx_cloudtech_k8s_charts.env", "status": "NOT_NOTIFIED" } 2022-11-13T04:20:50.599Z||pool-2-thread-2|||||INFO|500||Missing status on Status Object. 2022-11-13T04:20:50.599Z||pool-2-thread-2|||||DEBUG|500||received message from topic 2022-11-13T04:20:50.599Z||pool-2-thread-2|||||DEBUG|500||recieved notification from broker: { "distributionID": "8f237f38-7bd3-49fb-9e73-c885e48aa330", "consumerID": "clamp", "timestamp": 1668313182081, "artifactURL": "/sdc/v1/catalog/services/BasicVm/1.0/artifacts/service-BasicVm-csar.csar", "status": "DOWNLOAD_OK" } 2022-11-13T04:20:50.599Z||pool-2-thread-2|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error' 2022-11-13T04:20:50.600Z||pool-2-thread-2|||||DEBUG|500||received message from topic 2022-11-13T04:20:50.600Z||pool-2-thread-2|||||DEBUG|500||recieved notification from broker: { "distributionID": "8f237f38-7bd3-49fb-9e73-c885e48aa330", "consumerID": "sdc-COpenSource-Env11-sdnc-dockero", "timestamp": 1668313182211, "artifactURL": "/sdc/v1/catalog/services/BasicVm/1.0/artifacts/service-BasicVm-csar.csar", "status": "DEPLOY_OK" } 2022-11-13T04:20:50.600Z||pool-2-thread-2|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error' 2022-11-13T04:20:50.600Z||pool-2-thread-2|||||DEBUG|500||received message from topic 2022-11-13T04:20:50.601Z||pool-2-thread-2|||||DEBUG|500||recieved notification from broker: { "distributionID": "50d872ba-9036-48e7-864d-0cb3dfcb5f5f", "consumerID": "multicloud-k8s-id", "timestamp": 1668313167601, "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/nginx_cloudtech_k8s_charts.tgz", "status": "NOTIFIED" } 2022-11-13T04:20:50.601Z||pool-2-thread-2|||||INFO|500||Missing status on Status Object. 2022-11-13T04:20:50.601Z||pool-2-thread-2|||||DEBUG|500||received message from topic 2022-11-13T04:20:50.601Z||pool-2-thread-2|||||DEBUG|500||recieved notification from broker: { "distributionID": "50d872ba-9036-48e7-864d-0cb3dfcb5f5f", "consumerID": "ves-openapi-manager", "timestamp": 1668313181883, "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/vf-license-model.xml", "status": "NOT_NOTIFIED" } 2022-11-13T04:20:50.602Z||pool-2-thread-2|||||INFO|500||Missing status on Status Object. 2022-11-13T04:20:50.602Z||pool-2-thread-2|||||DEBUG|500||received message from topic 2022-11-13T04:20:50.602Z||pool-2-thread-2|||||DEBUG|500||recieved notification from broker: { "distributionID": "50d872ba-9036-48e7-864d-0cb3dfcb5f5f", "consumerID": "cds", "timestamp": 1668313174910, "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/artifacts/service-BasicCnf-template.yml", "status": "NOT_NOTIFIED" } 2022-11-13T04:20:50.602Z||pool-2-thread-2|||||INFO|500||Missing status on Status Object. 2022-11-13T04:20:50.603Z||pool-2-thread-2|||||DEBUG|500||received message from topic 2022-11-13T04:20:50.603Z||pool-2-thread-2|||||DEBUG|500||recieved notification from broker: { "distributionID": "50d872ba-9036-48e7-864d-0cb3dfcb5f5f", "consumerID": "policy-id", "timestamp": 1668313180440, "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/nginx_cloudtech_k8s_charts.tgz", "status": "NOT_NOTIFIED" } 2022-11-13T04:20:50.603Z||pool-2-thread-2|||||INFO|500||Missing status on Status Object. 2022-11-13T04:20:50.603Z||pool-2-thread-2|||||DEBUG|500||received message from topic 2022-11-13T04:20:50.603Z||pool-2-thread-2|||||DEBUG|500||recieved notification from broker: { "distributionID": "8f237f38-7bd3-49fb-9e73-c885e48aa330", "consumerID": "sdc-COpenSource-Env11-sdnc-dockero", "timestamp": 1668313183221, "artifactURL": "", "status": "COMPONENT_DONE_OK", "componentName": "SDNC" } Hibernate: select watchdogdi0_.DISTRIBUTION_ID as distribu1_11_0_, watchdogdi0_.CREATE_TIME as create_t2_11_0_, watchdogdi0_.DISTRIBUTION_ID_STATUS as distribu3_11_0_, watchdogdi0_.MODIFY_TIME as modify_t4_11_0_, watchdogdi0_.LOCK_VERSION as lock_ver5_11_0_ from watchdog_distributionid_status watchdogdi0_ where watchdogdi0_.DISTRIBUTION_ID=? 2022-11-13T04:20:50.608Z||pool-2-thread-2|||||DEBUG|500||Receive a callback componentStatus in ASDC, for componentName: SDNC and status of COMPONENT_DONE_OK distributionID of 8f237f38-7bd3-49fb-9e73-c885e48aa330 2022-11-13T04:20:50.608Z||pool-2-thread-2|||||DEBUG|500||Entering installTheComponentStatus for distributionId 8f237f38-7bd3-49fb-9e73-c885e48aa330 and ComponentName SDNC Hibernate: select watchdogco0_.COMPONENT_NAME as componen1_12_0_, watchdogco0_.DISTRIBUTION_ID as distribu2_12_0_, watchdogco0_.COMPONENT_DISTRIBUTION_STATUS as componen3_12_0_, watchdogco0_.CREATE_TIME as create_t4_12_0_, watchdogco0_.MODIFY_TIME as modify_t5_12_0_ from watchdog_per_component_distribution_status watchdogco0_ where watchdogco0_.COMPONENT_NAME=? and watchdogco0_.DISTRIBUTION_ID=? Hibernate: insert into watchdog_per_component_distribution_status (COMPONENT_DISTRIBUTION_STATUS, CREATE_TIME, MODIFY_TIME, COMPONENT_NAME, DISTRIBUTION_ID) values (?, ?, ?, ?, ?) 2022-11-13T04:20:50.616Z||pool-2-thread-2|||||DEBUG|500||received message from topic 2022-11-13T04:20:50.616Z||pool-2-thread-2|||||DEBUG|500||recieved notification from broker: { "distributionID": "50d872ba-9036-48e7-864d-0cb3dfcb5f5f", "consumerID": "multicloud-k8s-id", "timestamp": 1668313167601, "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/basic_cnf0_modules.json", "status": "NOTIFIED" } 2022-11-13T04:20:50.617Z||pool-2-thread-2|||||INFO|500||Missing status on Status Object. 2022-11-13T04:20:50.617Z||pool-2-thread-2|||||DEBUG|500||received message from topic 2022-11-13T04:20:50.617Z||pool-2-thread-2|||||DEBUG|500||recieved notification from broker: { "distributionID": "50d872ba-9036-48e7-864d-0cb3dfcb5f5f", "consumerID": "ves-openapi-manager", "timestamp": 1668313181883, "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/nginx_cloudtech_k8s_charts.env", "status": "NOT_NOTIFIED" } 2022-11-13T04:20:50.617Z||pool-2-thread-2|||||INFO|500||Missing status on Status Object. 2022-11-13T04:20:50.617Z||pool-2-thread-2|||||DEBUG|500||received message from topic 2022-11-13T04:20:50.618Z||pool-2-thread-2|||||DEBUG|500||recieved notification from broker: { "distributionID": "50d872ba-9036-48e7-864d-0cb3dfcb5f5f", "consumerID": "cds", "timestamp": 1668313174910, "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/artifacts/service-BasicCnf-csar.csar", "status": "NOTIFIED" } 2022-11-13T04:20:50.618Z||pool-2-thread-2|||||INFO|500||Missing status on Status Object. 2022-11-13T04:20:50.618Z||pool-2-thread-2|||||DEBUG|500||received message from topic 2022-11-13T04:20:50.618Z||pool-2-thread-2|||||DEBUG|500||recieved notification from broker: { "distributionID": "50d872ba-9036-48e7-864d-0cb3dfcb5f5f", "consumerID": "aai-ml", "timestamp": 1668313183061, "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/vf-license-model.xml", "status": "NOT_NOTIFIED" } 2022-11-13T04:20:50.619Z||pool-2-thread-2|||||INFO|500||Missing status on Status Object. 2022-11-13T04:20:50.619Z||pool-2-thread-2|||||DEBUG|500||received message from topic 2022-11-13T04:20:50.619Z||pool-2-thread-2|||||DEBUG|500||recieved notification from broker: { "distributionID": "50d872ba-9036-48e7-864d-0cb3dfcb5f5f", "consumerID": "policy-id", "timestamp": 1668313180440, "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/basic_cnf0_modules.json", "status": "NOT_NOTIFIED" } 2022-11-13T04:20:50.619Z||pool-2-thread-2|||||INFO|500||Missing status on Status Object. 2022-11-13T04:20:50.620Z||pool-2-thread-2|||||DEBUG|500||received message from topic 2022-11-13T04:20:50.620Z||pool-2-thread-2|||||DEBUG|500||recieved notification from broker: { "distributionID": "8f237f38-7bd3-49fb-9e73-c885e48aa330", "consumerID": "clamp", "timestamp": 1668313184096, "artifactURL": "/sdc/v1/catalog/services/BasicVm/1.0/artifacts/service-BasicVm-csar.csar", "status": "DEPLOY_OK" } 2022-11-13T04:20:50.620Z||pool-2-thread-2|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error' 2022-11-13T04:20:50.620Z||pool-2-thread-2|||||DEBUG|500||received message from topic 2022-11-13T04:20:50.621Z||pool-2-thread-2|||||DEBUG|500||recieved notification from broker: { "distributionID": "50d872ba-9036-48e7-864d-0cb3dfcb5f5f", "consumerID": "sdc-COpenSource-Env11-sdnc-dockero", "timestamp": 1668313171119, "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/vf-license-model.xml", "status": "NOT_NOTIFIED" } 2022-11-13T04:20:50.621Z||pool-2-thread-2|||||INFO|500||Missing status on Status Object. 2022-11-13T04:20:50.621Z||pool-2-thread-2|||||DEBUG|500||received message from topic 2022-11-13T04:20:50.621Z||pool-2-thread-2|||||DEBUG|500||recieved notification from broker: { "distributionID": "50d872ba-9036-48e7-864d-0cb3dfcb5f5f", "consumerID": "multicloud-k8s-id", "timestamp": 1668313167601, "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/base_dummy.yaml", "status": "NOTIFIED" } 2022-11-13T04:20:50.622Z||pool-2-thread-2|||||INFO|500||Missing status on Status Object. 2022-11-13T04:20:50.622Z||pool-2-thread-2|||||DEBUG|500||received message from topic 2022-11-13T04:20:50.622Z||pool-2-thread-2|||||DEBUG|500||recieved notification from broker: { "distributionID": "50d872ba-9036-48e7-864d-0cb3dfcb5f5f", "consumerID": "ves-openapi-manager", "timestamp": 1668313181883, "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/nginx_cloudtech_k8s_charts.tgz", "status": "NOT_NOTIFIED" } 2022-11-13T04:20:50.622Z||pool-2-thread-2|||||INFO|500||Missing status on Status Object. 2022-11-13T04:20:50.623Z||pool-2-thread-2|||||DEBUG|500||received message from topic 2022-11-13T04:20:50.623Z||pool-2-thread-2|||||DEBUG|500||recieved notification from broker: { "distributionID": "50d872ba-9036-48e7-864d-0cb3dfcb5f5f", "consumerID": "aai-ml", "timestamp": 1668313183061, "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/nginx_cloudtech_k8s_charts.env", "status": "NOT_NOTIFIED" } 2022-11-13T04:20:50.623Z||pool-2-thread-2|||||INFO|500||Missing status on Status Object. 2022-11-13T04:20:50.623Z||pool-2-thread-2|||||DEBUG|500||received message from topic 2022-11-13T04:20:50.624Z||pool-2-thread-2|||||DEBUG|500||recieved notification from broker: { "distributionID": "50d872ba-9036-48e7-864d-0cb3dfcb5f5f", "consumerID": "cds", "timestamp": 1668313184704, "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/artifacts/service-BasicCnf-csar.csar", "status": "DOWNLOAD_OK" } 2022-11-13T04:20:50.624Z||pool-2-thread-2|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error' 2022-11-13T04:20:50.624Z||pool-2-thread-2|||||DEBUG|500||received message from topic 2022-11-13T04:20:50.624Z||pool-2-thread-2|||||DEBUG|500||recieved notification from broker: { "distributionID": "50d872ba-9036-48e7-864d-0cb3dfcb5f5f", "consumerID": "policy-id", "timestamp": 1668313180440, "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/base_dummy.yaml", "status": "NOTIFIED" } 2022-11-13T04:20:50.625Z||pool-2-thread-2|||||INFO|500||Missing status on Status Object. 2022-11-13T04:20:50.625Z||pool-2-thread-2|||||DEBUG|500||received message from topic 2022-11-13T04:20:50.625Z||pool-2-thread-2|||||DEBUG|500||recieved notification from broker: { "distributionID": "8f237f38-7bd3-49fb-9e73-c885e48aa330", "consumerID": "clamp", "timestamp": 1668313185101, "artifactURL": "", "status": "COMPONENT_DONE_OK", "componentName": "clamp" } Hibernate: select watchdogdi0_.DISTRIBUTION_ID as distribu1_11_0_, watchdogdi0_.CREATE_TIME as create_t2_11_0_, watchdogdi0_.DISTRIBUTION_ID_STATUS as distribu3_11_0_, watchdogdi0_.MODIFY_TIME as modify_t4_11_0_, watchdogdi0_.LOCK_VERSION as lock_ver5_11_0_ from watchdog_distributionid_status watchdogdi0_ where watchdogdi0_.DISTRIBUTION_ID=? 2022-11-13T04:20:50.630Z||pool-2-thread-2|||||DEBUG|500||Receive a callback componentStatus in ASDC, for componentName: clamp and status of COMPONENT_DONE_OK distributionID of 8f237f38-7bd3-49fb-9e73-c885e48aa330 2022-11-13T04:20:50.630Z||pool-2-thread-2|||||DEBUG|500||Entering installTheComponentStatus for distributionId 8f237f38-7bd3-49fb-9e73-c885e48aa330 and ComponentName clamp Hibernate: select watchdogco0_.COMPONENT_NAME as componen1_12_0_, watchdogco0_.DISTRIBUTION_ID as distribu2_12_0_, watchdogco0_.COMPONENT_DISTRIBUTION_STATUS as componen3_12_0_, watchdogco0_.CREATE_TIME as create_t4_12_0_, watchdogco0_.MODIFY_TIME as modify_t5_12_0_ from watchdog_per_component_distribution_status watchdogco0_ where watchdogco0_.COMPONENT_NAME=? and watchdogco0_.DISTRIBUTION_ID=? Hibernate: insert into watchdog_per_component_distribution_status (COMPONENT_DISTRIBUTION_STATUS, CREATE_TIME, MODIFY_TIME, COMPONENT_NAME, DISTRIBUTION_ID) values (?, ?, ?, ?, ?) 2022-11-13T04:20:50.637Z||pool-2-thread-2|||||DEBUG|500||received message from topic 2022-11-13T04:20:50.638Z||pool-2-thread-2|||||DEBUG|500||recieved notification from broker: { "distributionID": "50d872ba-9036-48e7-864d-0cb3dfcb5f5f", "consumerID": "sdc-COpenSource-Env11-sdnc-dockero", "timestamp": 1668313171119, "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/nginx_cloudtech_k8s_charts.env", "status": "NOT_NOTIFIED" } 2022-11-13T04:20:50.638Z||pool-2-thread-2|||||INFO|500||Missing status on Status Object. 2022-11-13T04:20:50.638Z||pool-2-thread-2|||||DEBUG|500||received message from topic 2022-11-13T04:20:50.639Z||pool-2-thread-2|||||DEBUG|500||recieved notification from broker: { "distributionID": "50d872ba-9036-48e7-864d-0cb3dfcb5f5f", "consumerID": "multicloud-k8s-id", "timestamp": 1668313167601, "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/vendor-license-model.xml", "status": "NOT_NOTIFIED" } 2022-11-13T04:20:50.639Z||pool-2-thread-2|||||INFO|500||Missing status on Status Object. 2022-11-13T04:20:50.639Z||pool-2-thread-2|||||DEBUG|500||received message from topic 2022-11-13T04:20:50.639Z||pool-2-thread-2|||||DEBUG|500||recieved notification from broker: { "distributionID": "50d872ba-9036-48e7-864d-0cb3dfcb5f5f", "consumerID": "ves-openapi-manager", "timestamp": 1668313181883, "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/basic_cnf0_modules.json", "status": "NOT_NOTIFIED" } 2022-11-13T04:20:50.640Z||pool-2-thread-2|||||INFO|500||Missing status on Status Object. 2022-11-13T04:20:50.640Z||pool-2-thread-2|||||DEBUG|500||received message from topic 2022-11-13T04:20:50.640Z||pool-2-thread-2|||||DEBUG|500||recieved notification from broker: { "distributionID": "50d872ba-9036-48e7-864d-0cb3dfcb5f5f", "consumerID": "aai-ml", "timestamp": 1668313183061, "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/nginx_cloudtech_k8s_charts.tgz", "status": "NOT_NOTIFIED" } 2022-11-13T04:20:50.640Z||pool-2-thread-2|||||INFO|500||Missing status on Status Object. 2022-11-13T04:20:50.640Z||pool-2-thread-2|||||DEBUG|500||received message from topic 2022-11-13T04:20:50.641Z||pool-2-thread-2|||||DEBUG|500||recieved notification from broker: { "distributionID": "50d872ba-9036-48e7-864d-0cb3dfcb5f5f", "consumerID": "cds", "timestamp": 1668313185711, "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/artifacts/service-BasicCnf-csar.csar", "status": "COMPONENT_DONE_OK", "componentName": "cds" } Hibernate: select watchdogdi0_.DISTRIBUTION_ID as distribu1_11_0_, watchdogdi0_.CREATE_TIME as create_t2_11_0_, watchdogdi0_.DISTRIBUTION_ID_STATUS as distribu3_11_0_, watchdogdi0_.MODIFY_TIME as modify_t4_11_0_, watchdogdi0_.LOCK_VERSION as lock_ver5_11_0_ from watchdog_distributionid_status watchdogdi0_ where watchdogdi0_.DISTRIBUTION_ID=? Hibernate: select watchdogdi0_.DISTRIBUTION_ID as distribu1_11_0_, watchdogdi0_.CREATE_TIME as create_t2_11_0_, watchdogdi0_.DISTRIBUTION_ID_STATUS as distribu3_11_0_, watchdogdi0_.MODIFY_TIME as modify_t4_11_0_, watchdogdi0_.LOCK_VERSION as lock_ver5_11_0_ from watchdog_distributionid_status watchdogdi0_ where watchdogdi0_.DISTRIBUTION_ID=? Hibernate: insert into watchdog_distributionid_status (CREATE_TIME, DISTRIBUTION_ID_STATUS, MODIFY_TIME, LOCK_VERSION, DISTRIBUTION_ID) values (?, ?, ?, ?, ?) 2022-11-13T04:20:50.651Z||pool-2-thread-2|||||DEBUG|500||Receive a callback componentStatus in ASDC, for componentName: cds and status of COMPONENT_DONE_OK distributionID of 50d872ba-9036-48e7-864d-0cb3dfcb5f5f 2022-11-13T04:20:50.652Z||pool-2-thread-2|||||DEBUG|500||Entering installTheComponentStatus for distributionId 50d872ba-9036-48e7-864d-0cb3dfcb5f5f and ComponentName cds Hibernate: select watchdogco0_.COMPONENT_NAME as componen1_12_0_, watchdogco0_.DISTRIBUTION_ID as distribu2_12_0_, watchdogco0_.COMPONENT_DISTRIBUTION_STATUS as componen3_12_0_, watchdogco0_.CREATE_TIME as create_t4_12_0_, watchdogco0_.MODIFY_TIME as modify_t5_12_0_ from watchdog_per_component_distribution_status watchdogco0_ where watchdogco0_.COMPONENT_NAME=? and watchdogco0_.DISTRIBUTION_ID=? Hibernate: insert into watchdog_per_component_distribution_status (COMPONENT_DISTRIBUTION_STATUS, CREATE_TIME, MODIFY_TIME, COMPONENT_NAME, DISTRIBUTION_ID) values (?, ?, ?, ?, ?) 2022-11-13T04:20:50.658Z||pool-2-thread-2|||||DEBUG|500||received message from topic 2022-11-13T04:20:50.658Z||pool-2-thread-2|||||DEBUG|500||recieved notification from broker: { "distributionID": "50d872ba-9036-48e7-864d-0cb3dfcb5f5f", "consumerID": "policy-id", "timestamp": 1668313180440, "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/vendor-license-model.xml", "status": "NOT_NOTIFIED" } 2022-11-13T04:20:50.658Z||pool-2-thread-2|||||INFO|500||Missing status on Status Object. 2022-11-13T04:20:50.659Z||pool-2-thread-2|||||DEBUG|500||received message from topic 2022-11-13T04:20:50.659Z||pool-2-thread-2|||||DEBUG|500||recieved notification from broker: { "distributionID": "50d872ba-9036-48e7-864d-0cb3dfcb5f5f", "consumerID": "sdc-COpenSource-Env11-sdnc-dockero", "timestamp": 1668313171119, "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/nginx_cloudtech_k8s_charts.tgz", "status": "NOT_NOTIFIED" } 2022-11-13T04:20:50.659Z||pool-2-thread-2|||||INFO|500||Missing status on Status Object. 2022-11-13T04:20:50.659Z||pool-2-thread-2|||||DEBUG|500||received message from topic 2022-11-13T04:20:50.659Z||pool-2-thread-2|||||DEBUG|500||recieved notification from broker: { "distributionID": "50d872ba-9036-48e7-864d-0cb3dfcb5f5f", "consumerID": "multicloud-k8s-id", "timestamp": 1668313167601, "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/base_dummy.env", "status": "NOTIFIED" } 2022-11-13T04:20:50.659Z||pool-2-thread-2|||||INFO|500||Missing status on Status Object. 2022-11-13T04:20:50.659Z||pool-2-thread-2|||||DEBUG|500||received message from topic 2022-11-13T04:20:50.659Z||pool-2-thread-2|||||DEBUG|500||recieved notification from broker: { "distributionID": "50d872ba-9036-48e7-864d-0cb3dfcb5f5f", "consumerID": "ves-openapi-manager", "timestamp": 1668313181883, "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/base_dummy.yaml", "status": "NOT_NOTIFIED" } 2022-11-13T04:20:50.659Z||pool-2-thread-2|||||INFO|500||Missing status on Status Object. 2022-11-13T04:20:50.659Z||pool-2-thread-2|||||DEBUG|500||received message from topic 2022-11-13T04:20:50.659Z||pool-2-thread-2|||||DEBUG|500||recieved notification from broker: { "distributionID": "50d872ba-9036-48e7-864d-0cb3dfcb5f5f", "consumerID": "aai-ml", "timestamp": 1668313183061, "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/basic_cnf0_modules.json", "status": "NOT_NOTIFIED" } 2022-11-13T04:20:50.660Z||pool-2-thread-2|||||INFO|500||Missing status on Status Object. 2022-11-13T04:20:50.660Z||pool-2-thread-2|||||DEBUG|500||received message from topic 2022-11-13T04:20:50.660Z||pool-2-thread-2|||||DEBUG|500||recieved notification from broker: { "distributionID": "50d872ba-9036-48e7-864d-0cb3dfcb5f5f", "consumerID": "clamp", "timestamp": 1668313186105, "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/vf-license-model.xml", "status": "NOT_NOTIFIED" } 2022-11-13T04:20:50.660Z||pool-2-thread-2|||||INFO|500||Missing status on Status Object. 2022-11-13T04:20:50.660Z||pool-2-thread-2|||||DEBUG|500||received message from topic 2022-11-13T04:20:50.660Z||pool-2-thread-2|||||DEBUG|500||recieved notification from broker: { "distributionID": "50d872ba-9036-48e7-864d-0cb3dfcb5f5f", "consumerID": "policy-id", "timestamp": 1668313180440, "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/base_dummy.env", "status": "NOT_NOTIFIED" } 2022-11-13T04:20:50.660Z||pool-2-thread-2|||||INFO|500||Missing status on Status Object. 2022-11-13T04:20:50.660Z||pool-2-thread-2|||||DEBUG|500||received message from topic 2022-11-13T04:20:50.660Z||pool-2-thread-2|||||DEBUG|500||recieved notification from broker: { "distributionID": "50d872ba-9036-48e7-864d-0cb3dfcb5f5f", "consumerID": "sdc-COpenSource-Env11-sdnc-dockero", "timestamp": 1668313171119, "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/basic_cnf0_modules.json", "status": "NOT_NOTIFIED" } 2022-11-13T04:20:50.660Z||pool-2-thread-2|||||INFO|500||Missing status on Status Object. 2022-11-13T04:20:50.660Z||pool-2-thread-2|||||DEBUG|500||received message from topic 2022-11-13T04:20:50.661Z||pool-2-thread-2|||||DEBUG|500||recieved notification from broker: { "distributionID": "50d872ba-9036-48e7-864d-0cb3dfcb5f5f", "consumerID": "multicloud-k8s-id", "timestamp": 1668313167601, "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/artifacts/service-BasicCnf-template.yml", "status": "NOT_NOTIFIED" } 2022-11-13T04:20:50.661Z||pool-2-thread-2|||||INFO|500||Missing status on Status Object. 2022-11-13T04:20:50.661Z||pool-2-thread-2|||||DEBUG|500||received message from topic 2022-11-13T04:20:50.661Z||pool-2-thread-2|||||DEBUG|500||recieved notification from broker: { "distributionID": "50d872ba-9036-48e7-864d-0cb3dfcb5f5f", "consumerID": "ves-openapi-manager", "timestamp": 1668313181883, "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/vendor-license-model.xml", "status": "NOT_NOTIFIED" } 2022-11-13T04:20:50.661Z||pool-2-thread-2|||||INFO|500||Missing status on Status Object. 2022-11-13T04:20:50.661Z||pool-2-thread-2|||||DEBUG|500||received message from topic 2022-11-13T04:20:50.661Z||pool-2-thread-2|||||DEBUG|500||recieved notification from broker: { "distributionID": "50d872ba-9036-48e7-864d-0cb3dfcb5f5f", "consumerID": "aai-ml", "timestamp": 1668313183061, "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/base_dummy.yaml", "status": "NOT_NOTIFIED" } 2022-11-13T04:20:50.661Z||pool-2-thread-2|||||INFO|500||Missing status on Status Object. 2022-11-13T04:20:50.661Z||pool-2-thread-2|||||DEBUG|500||received message from topic 2022-11-13T04:20:50.661Z||pool-2-thread-2|||||DEBUG|500||recieved notification from broker: { "distributionID": "50d872ba-9036-48e7-864d-0cb3dfcb5f5f", "consumerID": "clamp", "timestamp": 1668313186105, "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/nginx_cloudtech_k8s_charts.env", "status": "NOT_NOTIFIED" } 2022-11-13T04:20:50.661Z||pool-2-thread-2|||||INFO|500||Missing status on Status Object. 2022-11-13T04:20:50.662Z||pool-2-thread-2|||||DEBUG|500||received message from topic 2022-11-13T04:20:50.662Z||pool-2-thread-2|||||DEBUG|500||recieved notification from broker: { "distributionID": "50d872ba-9036-48e7-864d-0cb3dfcb5f5f", "consumerID": "policy-id", "timestamp": 1668313180440, "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/artifacts/service-BasicCnf-template.yml", "status": "NOT_NOTIFIED" } 2022-11-13T04:20:50.662Z||pool-2-thread-2|||||INFO|500||Missing status on Status Object. 2022-11-13T04:20:50.662Z||pool-2-thread-2|||||DEBUG|500||received message from topic 2022-11-13T04:20:50.662Z||pool-2-thread-2|||||DEBUG|500||recieved notification from broker: { "distributionID": "50d872ba-9036-48e7-864d-0cb3dfcb5f5f", "consumerID": "sdc-COpenSource-Env11-sdnc-dockero", "timestamp": 1668313171119, "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/base_dummy.yaml", "status": "NOT_NOTIFIED" } 2022-11-13T04:20:50.662Z||pool-2-thread-2|||||INFO|500||Missing status on Status Object. 2022-11-13T04:20:50.662Z||pool-2-thread-2|||||DEBUG|500||received message from topic 2022-11-13T04:20:50.662Z||pool-2-thread-2|||||DEBUG|500||recieved notification from broker: { "distributionID": "50d872ba-9036-48e7-864d-0cb3dfcb5f5f", "consumerID": "multicloud-k8s-id", "timestamp": 1668313167601, "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/artifacts/service-BasicCnf-csar.csar", "status": "NOTIFIED" } 2022-11-13T04:20:50.662Z||pool-2-thread-2|||||INFO|500||Missing status on Status Object. 2022-11-13T04:20:50.662Z||pool-2-thread-2|||||DEBUG|500||received message from topic 2022-11-13T04:20:50.663Z||pool-2-thread-2|||||DEBUG|500||recieved notification from broker: { "distributionID": "50d872ba-9036-48e7-864d-0cb3dfcb5f5f", "consumerID": "ves-openapi-manager", "timestamp": 1668313181883, "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/base_dummy.env", "status": "NOT_NOTIFIED" } 2022-11-13T04:20:50.663Z||pool-2-thread-2|||||INFO|500||Missing status on Status Object. 2022-11-13T04:20:50.663Z||pool-2-thread-2|||||DEBUG|500||received message from topic 2022-11-13T04:20:50.663Z||pool-2-thread-2|||||DEBUG|500||recieved notification from broker: { "distributionID": "50d872ba-9036-48e7-864d-0cb3dfcb5f5f", "consumerID": "aai-ml", "timestamp": 1668313183061, "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/vendor-license-model.xml", "status": "NOT_NOTIFIED" } 2022-11-13T04:20:50.663Z||pool-2-thread-2|||||INFO|500||Missing status on Status Object. 2022-11-13T04:20:50.663Z||pool-2-thread-2|||||DEBUG|500||received message from topic 2022-11-13T04:20:50.663Z||pool-2-thread-2|||||DEBUG|500||recieved notification from broker: { "distributionID": "50d872ba-9036-48e7-864d-0cb3dfcb5f5f", "consumerID": "clamp", "timestamp": 1668313186105, "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/nginx_cloudtech_k8s_charts.tgz", "status": "NOT_NOTIFIED" } 2022-11-13T04:20:50.663Z||pool-2-thread-2|||||INFO|500||Missing status on Status Object. 2022-11-13T04:20:50.663Z||pool-2-thread-2|||||DEBUG|500||received message from topic 2022-11-13T04:20:50.663Z||pool-2-thread-2|||||DEBUG|500||recieved notification from broker: { "distributionID": "50d872ba-9036-48e7-864d-0cb3dfcb5f5f", "consumerID": "policy-id", "timestamp": 1668313180440, "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/artifacts/service-BasicCnf-csar.csar", "status": "NOTIFIED" } 2022-11-13T04:20:50.663Z||pool-2-thread-2|||||INFO|500||Missing status on Status Object. 2022-11-13T04:20:50.664Z||pool-2-thread-2|||||DEBUG|500||received message from topic 2022-11-13T04:20:50.664Z||pool-2-thread-2|||||DEBUG|500||recieved notification from broker: { "distributionID": "50d872ba-9036-48e7-864d-0cb3dfcb5f5f", "consumerID": "sdc-COpenSource-Env11-sdnc-dockero", "timestamp": 1668313171119, "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/vendor-license-model.xml", "status": "NOT_NOTIFIED" } 2022-11-13T04:20:50.664Z||pool-2-thread-2|||||INFO|500||Missing status on Status Object. 2022-11-13T04:20:51.320Z|7b94625c-1cd7-46e1-9a34-377240ca09b5|pool-2-thread-9|||||DEBUG|500||Entered getOverallDistributionStatus method for distrubutionId: 7b94625c-1cd7-46e1-9a34-377240ca09b5 Hibernate: select watchdogdi0_.DISTRIBUTION_ID as distribu1_11_0_, watchdogdi0_.CREATE_TIME as create_t2_11_0_, watchdogdi0_.DISTRIBUTION_ID_STATUS as distribu3_11_0_, watchdogdi0_.MODIFY_TIME as modify_t4_11_0_, watchdogdi0_.LOCK_VERSION as lock_ver5_11_0_ from watchdog_distributionid_status watchdogdi0_ where watchdogdi0_.DISTRIBUTION_ID=? Hibernate: select watchdogco0_.COMPONENT_NAME as componen1_12_, watchdogco0_.DISTRIBUTION_ID as distribu2_12_, watchdogco0_.COMPONENT_DISTRIBUTION_STATUS as componen3_12_, watchdogco0_.CREATE_TIME as create_t4_12_, watchdogco0_.MODIFY_TIME as modify_t5_12_ from watchdog_per_component_distribution_status watchdogco0_ where watchdogco0_.DISTRIBUTION_ID=? 2022-11-13T04:20:51.332Z|7b94625c-1cd7-46e1-9a34-377240ca09b5|pool-2-thread-9|||||DEBUG|500||Executed RequestDB getWatchdogComponentDistributionStatus for distrubutionId: 7b94625c-1cd7-46e1-9a34-377240ca09b5 Hibernate: select watchdogco0_.COMPONENT_NAME as componen1_12_, watchdogco0_.DISTRIBUTION_ID as distribu2_12_, watchdogco0_.COMPONENT_DISTRIBUTION_STATUS as componen3_12_, watchdogco0_.CREATE_TIME as create_t4_12_, watchdogco0_.MODIFY_TIME as modify_t5_12_ from watchdog_per_component_distribution_status watchdogco0_ where watchdogco0_.DISTRIBUTION_ID=? 2022-11-13T04:20:51.335Z|7b94625c-1cd7-46e1-9a34-377240ca09b5|pool-2-thread-9|||||DEBUG|500||Found componentName SO in the WatchDog Component DB 2022-11-13T04:20:51.336Z|7b94625c-1cd7-46e1-9a34-377240ca09b5|pool-2-thread-9|||||DEBUG|500||Found componentName AAI in the WatchDog Component DB 2022-11-13T04:20:51.336Z|7b94625c-1cd7-46e1-9a34-377240ca09b5|pool-2-thread-9|||||DEBUG|500||Found componentName SDNC in the WatchDog Component DB 2022-11-13T04:20:51.336Z|7b94625c-1cd7-46e1-9a34-377240ca09b5|pool-2-thread-9|||||DEBUG|500||Components Size matched with the WatchdogComponentDistributionStatus results. 2022-11-13T04:20:51.337Z|7b94625c-1cd7-46e1-9a34-377240ca09b5|pool-2-thread-9|||||DEBUG|500||Component status: COMPONENT_DONE_OK on componentName: 2022-11-13T04:20:51.337Z|7b94625c-1cd7-46e1-9a34-377240ca09b5|pool-2-thread-9|||||DEBUG|500||Component status: COMPONENT_DONE_OK on componentName: 2022-11-13T04:20:51.337Z|7b94625c-1cd7-46e1-9a34-377240ca09b5|pool-2-thread-9|||||DEBUG|500||Component status: COMPONENT_DONE_OK on componentName: 2022-11-13T04:20:51.338Z|7b94625c-1cd7-46e1-9a34-377240ca09b5|pool-2-thread-9|||||DEBUG|500||Component status: COMPONENT_DONE_OK on componentName: 2022-11-13T04:20:51.338Z|7b94625c-1cd7-46e1-9a34-377240ca09b5|pool-2-thread-9|||||DEBUG|500||Component status: COMPONENT_DONE_OK on componentName: 2022-11-13T04:20:51.338Z|7b94625c-1cd7-46e1-9a34-377240ca09b5|pool-2-thread-9|||||DEBUG|500||Component status: COMPONENT_DONE_OK on componentName: 2022-11-13T04:20:51.339Z|7b94625c-1cd7-46e1-9a34-377240ca09b5|pool-2-thread-9|||||DEBUG|500||Component status: COMPONENT_DONE_OK on componentName: 2022-11-13T04:20:51.339Z|7b94625c-1cd7-46e1-9a34-377240ca09b5|pool-2-thread-9|||||DEBUG|500||Updating overall DistributionStatus to: SUCCESS for distributionId: Hibernate: select watchdogdi0_.DISTRIBUTION_ID as distribu1_11_0_, watchdogdi0_.CREATE_TIME as create_t2_11_0_, watchdogdi0_.DISTRIBUTION_ID_STATUS as distribu3_11_0_, watchdogdi0_.MODIFY_TIME as modify_t4_11_0_, watchdogdi0_.LOCK_VERSION as lock_ver5_11_0_ from watchdog_distributionid_status watchdogdi0_ where watchdogdi0_.DISTRIBUTION_ID=? 2022-11-13T04:20:51.344Z|7b94625c-1cd7-46e1-9a34-377240ca09b5|pool-2-thread-9|||||DEBUG|500||Exiting getOverallDistributionStatus method in WatchdogDistribution 2022-11-13T04:21:21.345Z|7b94625c-1cd7-46e1-9a34-377240ca09b5|pool-2-thread-9|||||DEBUG|500||Entered executePatchAAI method with distrubutionId: 7b94625c-1cd7-46e1-9a34-377240ca09b5 and distributionStatus: Hibernate: select watchdogse0_.DISTRIBUTION_ID as distribu1_13_, watchdogse0_.SERVICE_MODEL_VERSION_ID as service_2_13_, watchdogse0_.CONSUMER_ID as consumer3_13_, watchdogse0_.CREATE_TIME as create_t4_13_, watchdogse0_.DISTRIBUTION_NOTIFICATION as distribu5_13_ from watchdog_service_mod_ver_id_lookup watchdogse0_ where watchdogse0_.DISTRIBUTION_ID=? 2022-11-13T04:21:21.352Z|7b94625c-1cd7-46e1-9a34-377240ca09b5|pool-2-thread-9|||||DEBUG|500||Executed RequestDB getWatchdogServiceModVerIdLookup with distributionId: 7b94625c-1cd7-46e1-9a34-377240ca09b5 and serviceModelVersionId: c329aea4-a394-4942-a713-dc1b33fa10b5 2022-11-13T04:21:21.352Z|7b94625c-1cd7-46e1-9a34-377240ca09b5|pool-2-thread-9|||||DEBUG|500||ASDC Notification ServiceModelInvariantUUID : 3a8ccd7b-f231-4938-b3f1-53acffe88213 2022-11-13T04:21:21.353Z|7b94625c-1cd7-46e1-9a34-377240ca09b5|pool-2-thread-9|||||DEBUG|500||Target A&AI Resource URI: /service-design-and-creation/models/model/3a8ccd7b-f231-4938-b3f1-53acffe88213/model-vers/model-ver/c329aea4-a394-4942-a713-dc1b33fa10b5?depth=0 2022-11-13T04:21:21.357Z|7b94625c-1cd7-46e1-9a34-377240ca09b5|pool-2-thread-9|||||INFO|500||RestClientSSL using default SSL context! 2022-11-13T04:21:21.411Z|7b94625c-1cd7-46e1-9a34-377240ca09b5|pool-2-thread-9|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/3a8ccd7b-f231-4938-b3f1-53acffe88213/model-vers/model-ver/c329aea4-a394-4942-a713-dc1b33fa10b5?depth=0|INFO|500||Invoke 2022-11-13T04:21:21.411Z|7b94625c-1cd7-46e1-9a34-377240ca09b5|pool-2-thread-9|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/3a8ccd7b-f231-4938-b3f1-53acffe88213/model-vers/model-ver/c329aea4-a394-4942-a713-dc1b33fa10b5?depth=0|DEBUG|500||Sending HTTP POST (overridden to PATCH) to:https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/3a8ccd7b-f231-4938-b3f1-53acffe88213/model-vers/model-ver/c329aea4-a394-4942-a713-dc1b33fa10b5?depth=0 with request headers:{Authorization=[***REDACTED***], X-RequestID=[7b94625c-1cd7-46e1-9a34-377240ca09b5], X-FromAppId=[MSO], X-ONAP-PartnerName=[UNKNOWN], X-HTTP-Method-Override=[PATCH], Accept=[application/json], X-InvocationID=[944a71c5-b641-4717-a45c-d341e4599045], X-ECOMP-RequestID=[7b94625c-1cd7-46e1-9a34-377240ca09b5], X-TransactionId=[], X-ONAP-RequestID=[7b94625c-1cd7-46e1-9a34-377240ca09b5], Content-Type=[application/merge-patch+json]} 2022-11-13T04:21:21.437Z|7b94625c-1cd7-46e1-9a34-377240ca09b5|pool-2-thread-9|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/3a8ccd7b-f231-4938-b3f1-53acffe88213/model-vers/model-ver/c329aea4-a394-4942-a713-dc1b33fa10b5?depth=0|DEBUG|500||{"distribution-status":"DISTRIBUTION_COMPLETE_OK"} 2022-11-13T04:21:21.528Z|7b94625c-1cd7-46e1-9a34-377240ca09b5|pool-2-thread-9|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/3a8ccd7b-f231-4938-b3f1-53acffe88213/model-vers/model-ver/c329aea4-a394-4942-a713-dc1b33fa10b5?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/3a8ccd7b-f231-4938-b3f1-53acffe88213/model-vers/model-ver/c329aea4-a394-4942-a713-dc1b33fa10b5?depth=0 has http status code:200 and response headers:{Strict-Transport-Security=[max-age=16000000; includeSubDomains; preload;], X-AAI-TXID=[0-aai-resources-221113-04:21:20:421-62354], vertex-id=[172232], Content-Length=[0], Date=[Sun, 13 Nov 2022 04:21:20 GMT], Content-Type=[application/json]} 2022-11-13T04:21:21.529Z|7b94625c-1cd7-46e1-9a34-377240ca09b5|pool-2-thread-9|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/3a8ccd7b-f231-4938-b3f1-53acffe88213/model-vers/model-ver/c329aea4-a394-4942-a713-dc1b33fa10b5?depth=0|DEBUG|500||Response was returned with an empty entity. 2022-11-13T04:21:21.529Z|7b94625c-1cd7-46e1-9a34-377240ca09b5|pool-2-thread-9|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/3a8ccd7b-f231-4938-b3f1-53acffe88213/model-vers/model-ver/c329aea4-a394-4942-a713-dc1b33fa10b5?depth=0|INFO|500||InvokeReturn 2022-11-13T04:21:21.529Z|7b94625c-1cd7-46e1-9a34-377240ca09b5|pool-2-thread-9|||||DEBUG|500||A&AI UPDATE MODEL Version is success! 2022-11-13T04:21:21.529Z|7b94625c-1cd7-46e1-9a34-377240ca09b5|pool-2-thread-9|||||DEBUG|500||A&AI Updated succefully with Distribution Status! Hibernate: select service0_.MODEL_UUID as model_uu1_50_, service0_.CDS_BLUEPRINT_NAME as cds_blue2_50_, service0_.CDS_BLUEPRINT_VERSION as cds_blue3_50_, service0_.SERVICE_CATEGORY as service_4_50_, service0_.CONTROLLER_ACTOR as controll5_50_, service0_.CREATION_TIMESTAMP as creation6_50_, service0_.TOSCA_CSAR_ARTIFACT_UUID as tosca_c21_50_, service0_.DESCRIPTION as descript7_50_, service0_.OVERALL_DISTRIBUTION_STATUS as overall_8_50_, service0_.ENVIRONMENT_CONTEXT as environm9_50_, service0_.MODEL_INVARIANT_UUID as model_i10_50_, service0_.MODEL_NAME as model_n11_50_, service0_.MODEL_VERSION as model_v12_50_, service0_.NAMING_POLICY as naming_13_50_, service0_.ONAP_GENERATED_NAMING as onap_ge14_50_, service0_.RESOURCE_ORDER as resourc15_50_, service0_.SERVICE_FUNCTION as service16_50_, service0_.SERVICE_ROLE as service17_50_, service0_.SERVICE_TYPE as service18_50_, service0_.SKIP_POST_INSTANTIATION_CONFIGURATION as skip_po19_50_, service0_.WORKLOAD_CONTEXT as workloa20_50_ from service service0_ where service0_.MODEL_UUID=? 2022-11-13T04:21:21.534Z|7b94625c-1cd7-46e1-9a34-377240ca09b5|pool-2-thread-9|||||ERROR|500||Error updating CatalogDBStatus java.lang.NullPointerException: null at org.onap.so.asdc.tenantIsolation.WatchdogDistribution.updateCatalogDBStatus(WatchdogDistribution.java:206) at org.onap.so.asdc.client.ASDCController.treatNotification(ASDCController.java:690) at org.onap.so.asdc.client.ASDCNotificationCallBack.activateCallback(ASDCNotificationCallBack.java:52) at org.onap.sdc.impl.NotificationConsumer.run(NotificationConsumer.java:71) at java.base/java.util.concurrent.Executors$RunnableAdapter.call(Unknown Source) at java.base/java.util.concurrent.FutureTask.runAndReset(Unknown Source) at java.base/java.util.concurrent.ScheduledThreadPoolExecutor$ScheduledFutureTask.run(Unknown Source) at java.base/java.util.concurrent.ThreadPoolExecutor.runWorker(Unknown Source) at java.base/java.util.concurrent.ThreadPoolExecutor$Worker.run(Unknown Source) at java.base/java.lang.Thread.run(Unknown Source) 2022-11-13T04:21:21.534Z|7b94625c-1cd7-46e1-9a34-377240ca09b5|pool-2-thread-9|||||DEBUG|500||Enter sendFinalDistributionStatus with DistributionID 7b94625c-1cd7-46e1-9a34-377240ca09b5 and Status of DISTRIBUTION_COMPLETE_OK and ErrorReason null 2022-11-13T04:21:21.535Z|7b94625c-1cd7-46e1-9a34-377240ca09b5|pool-2-thread-9|||||INFO|500||DistributionClient - sendFinalDistributionStatus status 2022-11-13T04:21:21.535Z|7b94625c-1cd7-46e1-9a34-377240ca09b5|pool-2-thread-9|||||INFO|500||DistributionClient - sendStatus 2022-11-13T04:21:21.537Z|7b94625c-1cd7-46e1-9a34-377240ca09b5|pool-2-thread-9|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap] 2022-11-13T04:21:21.537Z|7b94625c-1cd7-46e1-9a34-377240ca09b5|pool-2-thread-9|||||DEBUG|500||try to send status { "distributionID": "7b94625c-1cd7-46e1-9a34-377240ca09b5", "consumerID": "SO-COpenSource-Env11", "timestamp": 1668313281535, "artifactURL": "", "status": "DISTRIBUTION_COMPLETE_OK" } 2022-11-13T04:21:21.637Z||pool-50-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms 2022-11-13T04:21:21.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. 2022-11-13T04:21:21.639Z||pool-50-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as Oi7quVEmKWoWd026) ... 2022-11-13T04:21:21.684Z||pool-50-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK 2022-11-13T04:21:21.685Z||pool-50-thread-1|||||INFO|500||cambria reply ok (47 ms):{"serverTimeMs":3,"count":1} Hibernate: select watchdogdi0_.DISTRIBUTION_ID as distribu1_11_0_, watchdogdi0_.CREATE_TIME as create_t2_11_0_, watchdogdi0_.DISTRIBUTION_ID_STATUS as distribu3_11_0_, watchdogdi0_.MODIFY_TIME as modify_t4_11_0_, watchdogdi0_.LOCK_VERSION as lock_ver5_11_0_ from watchdog_distributionid_status watchdogdi0_ where watchdogdi0_.DISTRIBUTION_ID=? Hibernate: update watchdog_distributionid_status set DISTRIBUTION_ID_STATUS=?, MODIFY_TIME=?, LOCK_VERSION=? where DISTRIBUTION_ID=? 2022-11-13T04:21:22.551Z|7b94625c-1cd7-46e1-9a34-377240ca09b5|pool-2-thread-9|||||DEBUG|500||received message from topic 2022-11-13T04:21:22.551Z|7b94625c-1cd7-46e1-9a34-377240ca09b5|pool-2-thread-9|||||DEBUG|500||recieved notification from broker: {"distributionID":"8f237f38-7bd3-49fb-9e73-c885e48aa330","serviceName":"basic_vm","serviceVersion":"1.0","serviceUUID":"b6fc3241-4722-4de3-a28e-57af69c3c2e3","serviceDescription":"service","serviceInvariantUUID":"44392660-7061-45ba-9bf9-6394e0a85cea","resources":[{"resourceInstanceName":"basic_vm 0","resourceName":"basic_vm","resourceVersion":"1.0","resoucreType":"VF","resourceUUID":"4be2176c-4c56-4511-80c6-d8b693b9aadd","resourceInvariantUUID":"94545b5b-59cf-4364-8898-1aa7600d46b2","resourceCustomizationUUID":"c75f2c66-063f-40ad-b72c-ea4818da1b74","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":"NTg0YjVhZWJlMTdkZTU1ZjJiNTA5Y2MxMDNhNzlhNWU\u003d","artifactDescription":"VF license file","artifactTimeout":0,"artifactUUID":"ca2e7acf-2282-4ad7-bf84-4d22ca5d0c88","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":"ZjE0ZDU4YmE0ZGIxODAzNjQ5ODBlODE5NTU4M2RkNWU\u003d","artifactDescription":"Auto-generated VF Modules information artifact","artifactTimeout":0,"artifactUUID":"68a3e44b-deb7-403c-9a5c-987cbbe25000","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":"872811f8-e834-4b7c-b559-22064ce83e15","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":"f78f261b-1f74-4d14-b769-2e9d4adbb012","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":"56cd77c4-a0ab-43e1-9143-74e2ffba274e","artifactVersion":"2","generatedFromUUID":"872811f8-e834-4b7c-b559-22064ce83e15"}]}],"serviceArtifacts":[{"artifactName":"service-BasicVm-template.yml","artifactType":"TOSCA_TEMPLATE","artifactURL":"/sdc/v1/catalog/services/BasicVm/1.0/artifacts/service-BasicVm-template.yml","artifactChecksum":"YTZiMDkwZjgxNGYzZjA2NGJiNWZmNGYxZDc2NGJlMTk\u003d","artifactDescription":"TOSCA representation of the asset","artifactTimeout":0,"artifactUUID":"0e8f74fb-0e19-4957-9654-d4b20c05a732","artifactVersion":"1"},{"artifactName":"service-BasicVm-csar.csar","artifactType":"TOSCA_CSAR","artifactURL":"/sdc/v1/catalog/services/BasicVm/1.0/artifacts/service-BasicVm-csar.csar","artifactChecksum":"NmVkNWQxNTcyNTkzYjdkNzk4MTFjNzg4NWVkYmI0YWQ\u003d","artifactDescription":"TOSCA definition package of the asset","artifactTimeout":0,"artifactUUID":"280f9760-1e0e-46bc-b0f1-0ec6f7149899","artifactVersion":"1"}],"workloadContext":"Production"} 2022-11-13T04:21:22.552Z|7b94625c-1cd7-46e1-9a34-377240ca09b5|pool-2-thread-9|||||INFO|500||DistributionClient - sendNotificationStatus 2022-11-13T04:21:22.552Z|7b94625c-1cd7-46e1-9a34-377240ca09b5|pool-2-thread-9|||||INFO|500||DistributionClient - sendStatus 2022-11-13T04:21:22.555Z|7b94625c-1cd7-46e1-9a34-377240ca09b5|pool-2-thread-9|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap] 2022-11-13T04:21:22.555Z|7b94625c-1cd7-46e1-9a34-377240ca09b5|pool-2-thread-9|||||DEBUG|500||try to send status { "distributionID": "8f237f38-7bd3-49fb-9e73-c885e48aa330", "consumerID": "SO-COpenSource-Env11", "timestamp": 1668313235482, "artifactURL": "/sdc/v1/catalog/services/BasicVm/1.0/resourceInstances/basic_vm0/artifacts/vf-license-model.xml", "status": "NOT_NOTIFIED" } 2022-11-13T04:21:22.658Z||pool-51-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 103 ms 2022-11-13T04:21:22.659Z||pool-51-thread-1|||||WARN|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO will send credentials over a clear channel. 2022-11-13T04:21:22.659Z||pool-51-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as Oi7quVEmKWoWd026) ... 2022-11-13T04:21:22.673Z||pool-51-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK 2022-11-13T04:21:22.674Z||pool-51-thread-1|||||INFO|500||cambria reply ok (15 ms):{"serverTimeMs":0,"count":1} 2022-11-13T04:21:23.556Z|7b94625c-1cd7-46e1-9a34-377240ca09b5|pool-2-thread-9|||||INFO|500||DistributionClient - sendNotificationStatus 2022-11-13T04:21:23.557Z|7b94625c-1cd7-46e1-9a34-377240ca09b5|pool-2-thread-9|||||INFO|500||DistributionClient - sendStatus 2022-11-13T04:21:23.560Z|7b94625c-1cd7-46e1-9a34-377240ca09b5|pool-2-thread-9|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap] 2022-11-13T04:21:23.561Z|7b94625c-1cd7-46e1-9a34-377240ca09b5|pool-2-thread-9|||||DEBUG|500||try to send status { "distributionID": "8f237f38-7bd3-49fb-9e73-c885e48aa330", "consumerID": "SO-COpenSource-Env11", "timestamp": 1668313235482, "artifactURL": "/sdc/v1/catalog/services/BasicVm/1.0/resourceInstances/basic_vm0/artifacts/basic_vm0_modules.json", "status": "NOTIFIED" } 2022-11-13T04:21:23.661Z||pool-52-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 99 ms 2022-11-13T04:21:23.662Z||pool-52-thread-1|||||WARN|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO will send credentials over a clear channel. 2022-11-13T04:21:23.662Z||pool-52-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as Oi7quVEmKWoWd026) ... 2022-11-13T04:21:23.676Z||pool-52-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK 2022-11-13T04:21:23.677Z||pool-52-thread-1|||||INFO|500||cambria reply ok (16 ms):{"serverTimeMs":0,"count":1} 2022-11-13T04:21:24.561Z|7b94625c-1cd7-46e1-9a34-377240ca09b5|pool-2-thread-9|||||INFO|500||DistributionClient - sendNotificationStatus 2022-11-13T04:21:24.562Z|7b94625c-1cd7-46e1-9a34-377240ca09b5|pool-2-thread-9|||||INFO|500||DistributionClient - sendStatus 2022-11-13T04:21:24.565Z|7b94625c-1cd7-46e1-9a34-377240ca09b5|pool-2-thread-9|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap] 2022-11-13T04:21:24.565Z|7b94625c-1cd7-46e1-9a34-377240ca09b5|pool-2-thread-9|||||DEBUG|500||try to send status { "distributionID": "8f237f38-7bd3-49fb-9e73-c885e48aa330", "consumerID": "SO-COpenSource-Env11", "timestamp": 1668313235482, "artifactURL": "/sdc/v1/catalog/services/BasicVm/1.0/resourceInstances/basic_vm0/artifacts/base_ubuntu20.yaml", "status": "NOTIFIED" } 2022-11-13T04:21:24.666Z||pool-53-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms 2022-11-13T04:21:24.667Z||pool-53-thread-1|||||WARN|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO will send credentials over a clear channel. 2022-11-13T04:21:24.667Z||pool-53-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as Oi7quVEmKWoWd026) ... 2022-11-13T04:21:24.681Z||pool-53-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK 2022-11-13T04:21:24.683Z||pool-53-thread-1|||||INFO|500||cambria reply ok (16 ms):{"serverTimeMs":0,"count":1} 2022-11-13T04:21:25.567Z|7b94625c-1cd7-46e1-9a34-377240ca09b5|pool-2-thread-9|||||INFO|500||DistributionClient - sendNotificationStatus 2022-11-13T04:21:25.567Z|7b94625c-1cd7-46e1-9a34-377240ca09b5|pool-2-thread-9|||||INFO|500||DistributionClient - sendStatus 2022-11-13T04:21:25.569Z|7b94625c-1cd7-46e1-9a34-377240ca09b5|pool-2-thread-9|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap] 2022-11-13T04:21:25.570Z|7b94625c-1cd7-46e1-9a34-377240ca09b5|pool-2-thread-9|||||DEBUG|500||try to send status { "distributionID": "8f237f38-7bd3-49fb-9e73-c885e48aa330", "consumerID": "SO-COpenSource-Env11", "timestamp": 1668313235482, "artifactURL": "/sdc/v1/catalog/services/BasicVm/1.0/resourceInstances/basic_vm0/artifacts/vendor-license-model.xml", "status": "NOT_NOTIFIED" } 2022-11-13T04:21:25.670Z||pool-54-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms 2022-11-13T04:21:25.671Z||pool-54-thread-1|||||WARN|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO will send credentials over a clear channel. 2022-11-13T04:21:25.671Z||pool-54-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as Oi7quVEmKWoWd026) ... 2022-11-13T04:21:25.686Z||pool-54-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK 2022-11-13T04:21:25.687Z||pool-54-thread-1|||||INFO|500||cambria reply ok (17 ms):{"serverTimeMs":0,"count":1} 2022-11-13T04:21:26.570Z|7b94625c-1cd7-46e1-9a34-377240ca09b5|pool-2-thread-9|||||INFO|500||DistributionClient - sendNotificationStatus 2022-11-13T04:21:26.571Z|7b94625c-1cd7-46e1-9a34-377240ca09b5|pool-2-thread-9|||||INFO|500||DistributionClient - sendStatus 2022-11-13T04:21:26.573Z|7b94625c-1cd7-46e1-9a34-377240ca09b5|pool-2-thread-9|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap] 2022-11-13T04:21:26.573Z|7b94625c-1cd7-46e1-9a34-377240ca09b5|pool-2-thread-9|||||DEBUG|500||try to send status { "distributionID": "8f237f38-7bd3-49fb-9e73-c885e48aa330", "consumerID": "SO-COpenSource-Env11", "timestamp": 1668313235482, "artifactURL": "/sdc/v1/catalog/services/BasicVm/1.0/resourceInstances/basic_vm0/artifacts/base_ubuntu20.env", "status": "NOTIFIED" } 2022-11-13T04:21:26.674Z||pool-55-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 99 ms 2022-11-13T04:21:26.675Z||pool-55-thread-1|||||WARN|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO will send credentials over a clear channel. 2022-11-13T04:21:26.675Z||pool-55-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as Oi7quVEmKWoWd026) ... 2022-11-13T04:21:26.690Z||pool-55-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK 2022-11-13T04:21:26.691Z||pool-55-thread-1|||||INFO|500||cambria reply ok (17 ms):{"serverTimeMs":0,"count":1} 2022-11-13T04:21:27.574Z|7b94625c-1cd7-46e1-9a34-377240ca09b5|pool-2-thread-9|||||INFO|500||DistributionClient - sendNotificationStatus 2022-11-13T04:21:27.575Z|7b94625c-1cd7-46e1-9a34-377240ca09b5|pool-2-thread-9|||||INFO|500||DistributionClient - sendStatus 2022-11-13T04:21:27.577Z|7b94625c-1cd7-46e1-9a34-377240ca09b5|pool-2-thread-9|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap] 2022-11-13T04:21:27.577Z|7b94625c-1cd7-46e1-9a34-377240ca09b5|pool-2-thread-9|||||DEBUG|500||try to send status { "distributionID": "8f237f38-7bd3-49fb-9e73-c885e48aa330", "consumerID": "SO-COpenSource-Env11", "timestamp": 1668313235482, "artifactURL": "/sdc/v1/catalog/services/BasicVm/1.0/artifacts/service-BasicVm-template.yml", "status": "NOT_NOTIFIED" } 2022-11-13T04:21:27.677Z||pool-56-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 99 ms 2022-11-13T04:21:27.678Z||pool-56-thread-1|||||WARN|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO will send credentials over a clear channel. 2022-11-13T04:21:27.679Z||pool-56-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as Oi7quVEmKWoWd026) ... 2022-11-13T04:21:27.696Z||pool-56-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK 2022-11-13T04:21:27.696Z||pool-56-thread-1|||||INFO|500||cambria reply ok (18 ms):{"serverTimeMs":1,"count":1} 2022-11-13T04:21:28.578Z|7b94625c-1cd7-46e1-9a34-377240ca09b5|pool-2-thread-9|||||INFO|500||DistributionClient - sendNotificationStatus 2022-11-13T04:21:28.579Z|7b94625c-1cd7-46e1-9a34-377240ca09b5|pool-2-thread-9|||||INFO|500||DistributionClient - sendStatus 2022-11-13T04:21:28.582Z|7b94625c-1cd7-46e1-9a34-377240ca09b5|pool-2-thread-9|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap] 2022-11-13T04:21:28.582Z|7b94625c-1cd7-46e1-9a34-377240ca09b5|pool-2-thread-9|||||DEBUG|500||try to send status { "distributionID": "8f237f38-7bd3-49fb-9e73-c885e48aa330", "consumerID": "SO-COpenSource-Env11", "timestamp": 1668313235482, "artifactURL": "/sdc/v1/catalog/services/BasicVm/1.0/artifacts/service-BasicVm-csar.csar", "status": "NOTIFIED" } 2022-11-13T04:21:28.682Z||pool-57-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 99 ms 2022-11-13T04:21:28.683Z||pool-57-thread-1|||||WARN|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO will send credentials over a clear channel. 2022-11-13T04:21:28.683Z||pool-57-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as Oi7quVEmKWoWd026) ... 2022-11-13T04:21:28.698Z||pool-57-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK 2022-11-13T04:21:28.699Z||pool-57-thread-1|||||INFO|500||cambria reply ok (17 ms):{"serverTimeMs":0,"count":1} 2022-11-13T04:21:29.584Z|7b94625c-1cd7-46e1-9a34-377240ca09b5|pool-2-thread-9|||||DEBUG|500||sending notification to client: { "distributionID": "8f237f38-7bd3-49fb-9e73-c885e48aa330", "serviceName": "basic_vm", "serviceVersion": "1.0", "serviceUUID": "b6fc3241-4722-4de3-a28e-57af69c3c2e3", "serviceDescription": "service", "serviceInvariantUUID": "44392660-7061-45ba-9bf9-6394e0a85cea", "resources": [ { "resourceInstanceName": "basic_vm 0", "resourceCustomizationUUID": "c75f2c66-063f-40ad-b72c-ea4818da1b74", "resourceName": "basic_vm", "resourceVersion": "1.0", "resoucreType": "VF", "resourceUUID": "4be2176c-4c56-4511-80c6-d8b693b9aadd", "resourceInvariantUUID": "94545b5b-59cf-4364-8898-1aa7600d46b2", "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": "ZjE0ZDU4YmE0ZGIxODAzNjQ5ODBlODE5NTU4M2RkNWU\u003d", "artifactDescription": "Auto-generated VF Modules information artifact", "artifactTimeout": 0, "artifactVersion": "1", "artifactUUID": "68a3e44b-deb7-403c-9a5c-987cbbe25000", "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": "872811f8-e834-4b7c-b559-22064ce83e15", "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": "56cd77c4-a0ab-43e1-9143-74e2ffba274e", "generatedFromUUID": "872811f8-e834-4b7c-b559-22064ce83e15" }, "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": "56cd77c4-a0ab-43e1-9143-74e2ffba274e", "relatedArtifactsInfo": [] } ] } ], "serviceArtifacts": [ { "artifactName": "service-BasicVm-csar.csar", "artifactType": "TOSCA_CSAR", "artifactURL": "/sdc/v1/catalog/services/BasicVm/1.0/artifacts/service-BasicVm-csar.csar", "artifactChecksum": "NmVkNWQxNTcyNTkzYjdkNzk4MTFjNzg4NWVkYmI0YWQ\u003d", "artifactDescription": "TOSCA definition package of the asset", "artifactTimeout": 0, "artifactVersion": "1", "artifactUUID": "280f9760-1e0e-46bc-b0f1-0ec6f7149899" } ], "workloadContext": "Production" } 2022-11-13T04:21:29.584Z|7b94625c-1cd7-46e1-9a34-377240ca09b5|pool-2-thread-9|||||DEBUG|500||Receive a callback notification in ASDC, nb of resources: 1 2022-11-13T04:21:29.585Z|7b94625c-1cd7-46e1-9a34-377240ca09b5|pool-2-thread-9|||||INFO|500||ASDC_RECEIVE_CALLBACK_NOTIF 3 b6fc3241-4722-4de3-a28e-57af69c3c2e3 ASDC 2022-11-13T04:21:29.585Z|8f237f38-7bd3-49fb-9e73-c885e48aa330|pool-2-thread-9|||||DEBUG|500||ASDC Notification: DistributionID:8f237f38-7bd3-49fb-9e73-c885e48aa330 ServiceName:basic_vm ServiceVersion:1.0 ServiceUUID:b6fc3241-4722-4de3-a28e-57af69c3c2e3 ServiceInvariantUUID:44392660-7061-45ba-9bf9-6394e0a85cea 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:280f9760-1e0e-46bc-b0f1-0ec6f7149899 ArtifactChecksum:NmVkNWQxNTcyNTkzYjdkNzk4MTFjNzg4NWVkYmI0YWQ= GeneratedArtifact:{NULL } RelatedArtifacts:{ } } Resource Instances List: { Resource Instance Info: ResourceInstanceName:basic_vm 0 ResourceCustomizationUUID:c75f2c66-063f-40ad-b72c-ea4818da1b74 ResourceInvariantUUID:94545b5b-59cf-4364-8898-1aa7600d46b2 ResourceName:basic_vm ResourceType:VF ResourceUUID:4be2176c-4c56-4511-80c6-d8b693b9aadd 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:68a3e44b-deb7-403c-9a5c-987cbbe25000 ArtifactChecksum:ZjE0ZDU4YmE0ZGIxODAzNjQ5ODBlODE5NTU4M2RkNWU= 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:872811f8-e834-4b7c-b559-22064ce83e15 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:56cd77c4-a0ab-43e1-9143-74e2ffba274e 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:56cd77c4-a0ab-43e1-9143-74e2ffba274e ArtifactChecksum:ZTAxYmViMzcwNTk0ZjY0OGE2MzI2MGRhYzc3NThhNWE= GeneratedArtifact:{NULL } RelatedArtifacts:{ } } } 2022-11-13T04:21:29.585Z|8f237f38-7bd3-49fb-9e73-c885e48aa330|pool-2-thread-9|||||INFO|500||ASDC_RECEIVE_SERVICE_NOTIF b6fc3241-4722-4de3-a28e-57af69c3c2e3 ASDC treatNotification Hibernate: select watchdogse0_.DISTRIBUTION_ID as distribu1_13_0_, watchdogse0_.SERVICE_MODEL_VERSION_ID as service_2_13_0_, watchdogse0_.CONSUMER_ID as consumer3_13_0_, watchdogse0_.CREATE_TIME as create_t4_13_0_, watchdogse0_.DISTRIBUTION_NOTIFICATION as distribu5_13_0_ from watchdog_service_mod_ver_id_lookup watchdogse0_ where watchdogse0_.DISTRIBUTION_ID=? and watchdogse0_.SERVICE_MODEL_VERSION_ID=? Hibernate: insert into watchdog_service_mod_ver_id_lookup (CONSUMER_ID, CREATE_TIME, DISTRIBUTION_NOTIFICATION, DISTRIBUTION_ID, SERVICE_MODEL_VERSION_ID) values (?, ?, ?, ?, ?) Hibernate: select watchdogdi0_.DISTRIBUTION_ID as distribu1_11_0_, watchdogdi0_.CREATE_TIME as create_t2_11_0_, watchdogdi0_.DISTRIBUTION_ID_STATUS as distribu3_11_0_, watchdogdi0_.MODIFY_TIME as modify_t4_11_0_, watchdogdi0_.LOCK_VERSION as lock_ver5_11_0_ from watchdog_distributionid_status watchdogdi0_ where watchdogdi0_.DISTRIBUTION_ID=? Hibernate: update watchdog_distributionid_status set DISTRIBUTION_ID_STATUS=?, MODIFY_TIME=?, LOCK_VERSION=? where DISTRIBUTION_ID=? 2022-11-13T04:21:29.616Z|8f237f38-7bd3-49fb-9e73-c885e48aa330|pool-2-thread-9|||||INFO|500||Unable to find the system property mso.config.path, use the default configuration 2022-11-13T04:21:29.616Z|8f237f38-7bd3-49fb-9e73-c885e48aa330|pool-2-thread-9|||||INFO|500||MSO config path is: /app 2022-11-13T04:21:29.617Z|8f237f38-7bd3-49fb-9e73-c885e48aa330|pool-2-thread-9|||||INFO|500||MSO config path is: /app 2022-11-13T04:21:29.617Z|8f237f38-7bd3-49fb-9e73-c885e48aa330|pool-2-thread-9|||||INFO|500||Trying to download the artifact UUID: 280f9760-1e0e-46bc-b0f1-0ec6f7149899 from URL: /sdc/v1/catalog/services/BasicVm/1.0/artifacts/service-BasicVm-csar.csar 2022-11-13T04:21:29.617Z|8f237f38-7bd3-49fb-9e73-c885e48aa330|pool-2-thread-9|||||INFO|500||DistributionClient - download 2022-11-13T04:21:29.617Z|8f237f38-7bd3-49fb-9e73-c885e48aa330|pool-2-thread-9|||||DEBUG|500||url to send https://sdc-be.onap:8443/sdc/v1/catalog/services/BasicVm/1.0/artifacts/service-BasicVm-csar.csar 2022-11-13T04:21:29.676Z|8f237f38-7bd3-49fb-9e73-c885e48aa330|pool-2-thread-9|||||DEBUG|500||GET Response Status 200 2022-11-13T04:21:29.679Z|8f237f38-7bd3-49fb-9e73-c885e48aa330|pool-2-thread-9|||||INFO|500||ASDC_ARTIFACT_DOWNLOAD_SUC /sdc/v1/catalog/services/BasicVm/1.0/artifacts/service-BasicVm-csar.csar 280f9760-1e0e-46bc-b0f1-0ec6f7149899 71050 2022-11-13T04:21:29.679Z|8f237f38-7bd3-49fb-9e73-c885e48aa330|pool-2-thread-9|||||INFO|500||ASDC_SEND_NOTIF_ASDC DOWNLOAD DOWNLOAD_OK /sdc/v1/catalog/services/BasicVm/1.0/artifacts/service-BasicVm-csar.csar ASDC sendASDCNotification 2022-11-13T04:21:29.679Z|8f237f38-7bd3-49fb-9e73-c885e48aa330|pool-2-thread-9|||||DEBUG|500||Sending DOWNLOAD(DOWNLOAD_OK) notification to ASDC for artifact:/sdc/v1/catalog/services/BasicVm/1.0/artifacts/service-BasicVm-csar.csar 2022-11-13T04:21:29.680Z|8f237f38-7bd3-49fb-9e73-c885e48aa330|pool-2-thread-9|||||INFO|500||DistributionClient - sendDownloadStatus 2022-11-13T04:21:29.680Z|8f237f38-7bd3-49fb-9e73-c885e48aa330|pool-2-thread-9|||||INFO|500||DistributionClient - sendStatus 2022-11-13T04:21:29.682Z|8f237f38-7bd3-49fb-9e73-c885e48aa330|pool-2-thread-9|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap] 2022-11-13T04:21:29.682Z|8f237f38-7bd3-49fb-9e73-c885e48aa330|pool-2-thread-9|||||DEBUG|500||try to send status { "distributionID": "8f237f38-7bd3-49fb-9e73-c885e48aa330", "consumerID": "SO-COpenSource-Env11", "timestamp": 1668313289679, "artifactURL": "/sdc/v1/catalog/services/BasicVm/1.0/artifacts/service-BasicVm-csar.csar", "status": "DOWNLOAD_OK" } 2022-11-13T04:21:29.782Z||pool-58-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms 2022-11-13T04:21:29.783Z||pool-58-thread-1|||||WARN|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO will send credentials over a clear channel. 2022-11-13T04:21:29.783Z||pool-58-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as Oi7quVEmKWoWd026) ... 2022-11-13T04:21:29.798Z||pool-58-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK 2022-11-13T04:21:29.799Z||pool-58-thread-1|||||INFO|500||cambria reply ok (17 ms):{"serverTimeMs":0,"count":1} 2022-11-13T04:21:30.683Z|8f237f38-7bd3-49fb-9e73-c885e48aa330|pool-2-thread-9|||||INFO|500||Unable to find the system property mso.config.path, use the default configuration 2022-11-13T04:21:30.684Z|8f237f38-7bd3-49fb-9e73-c885e48aa330|pool-2-thread-9|||||INFO|500||MSO config path is: /app 2022-11-13T04:21:30.684Z|8f237f38-7bd3-49fb-9e73-c885e48aa330|pool-2-thread-9|||||INFO|500||Trying to write artifact UUID: 280f9760-1e0e-46bc-b0f1-0ec6f7149899, URL: /sdc/v1/catalog/services/BasicVm/1.0/artifacts/service-BasicVm-csar.csar to file: /app/ASDC/1/service-BasicVm-csar.csar 2022-11-13T04:21:30.685Z|8f237f38-7bd3-49fb-9e73-c885e48aa330|pool-2-thread-9|||||INFO|500||ASDC_RECEIVE_SERVICE_NOTIF ***WRITE FILE ARTIFACT NAME ASDC service-BasicVm-csar.csar 2022-11-13T04:21:30.685Z|8f237f38-7bd3-49fb-9e73-c885e48aa330|pool-2-thread-9|||||DEBUG|500||ASDC File path is: /app/ASDC/1/service-BasicVm-csar.csar 2022-11-13T04:21:30.685Z|8f237f38-7bd3-49fb-9e73-c885e48aa330|pool-2-thread-9|||||INFO|500||ASDC_RECEIVE_SERVICE_NOTIF ***PATH ASDC /app/ASDC/1/service-BasicVm-csar.csar 2022-11-13T04:21:30.844Z|8f237f38-7bd3-49fb-9e73-c885e48aa330|pool-2-thread-9|||||DEBUG|500||ToscaTemplate Loading YAMEL file /tmp/JTP7931645702129520658/Definitions/service-BasicVm-template.yml Log warning: The required parameter "port_ubuntu20_admin_plane_port_0_name" is not provided Log warning: The required parameter "port_ubuntu20_admin_plane_port_0_vlan_requirements" is not provided Log warning: The required parameter "port_ubuntu20_admin_plane_port_0_related_networks" is not provided Log warning: The required parameter "port_ubuntu20_admin_plane_port_0_order" is not provided Log warning: The required parameter "port_ubuntu20_admin_plane_port_0_network_role" is not provided Log warning: The required parameter "port_ubuntu20_admin_plane_port_0_subnetpoolid" is not provided 2022-11-13T04:21:31.985Z|8f237f38-7bd3-49fb-9e73-c885e48aa330|pool-2-thread-9|||||DEBUG|500||CSAR conformance level is 11.0 2022-11-13T04:21:31.985Z|8f237f38-7bd3-49fb-9e73-c885e48aa330|pool-2-thread-9|||||WARN|500||#################################################################################################### 2022-11-13T04:21:31.985Z|8f237f38-7bd3-49fb-9e73-c885e48aa330|pool-2-thread-9|||||WARN|500||CSAR Warnings found! CSAR name - /app/ASDC/1/service-BasicVm-csar.csar 2022-11-13T04:21:31.985Z|8f237f38-7bd3-49fb-9e73-c885e48aa330|pool-2-thread-9|||||WARN|500||ToscaTemplate - verifyTemplate - 9 Parsing Warnings occurred... 2022-11-13T04:21:31.986Z|8f237f38-7bd3-49fb-9e73-c885e48aa330|pool-2-thread-9|||||WARN|500||JTosca Exception [JE003]: MissingRequiredFieldError: properties of template "abstract_ubuntu20" are missing field(s): [port_ubuntu20_admin_plane_port_0_name, port_ubuntu20_admin_plane_port_0_vlan_requirements, port_ubuntu20_admin_plane_port_0_related_networks, port_ubuntu20_admin_plane_port_0_order, nfc_function, port_ubuntu20_admin_plane_port_0_network_role, port_ubuntu20_admin_plane_port_0_subnetpoolid]. CSAR name - /app/ASDC/1/service-BasicVm-csar.csar 2022-11-13T04:21:31.986Z|8f237f38-7bd3-49fb-9e73-c885e48aa330|pool-2-thread-9|||||WARN|500||JTosca Exception [JE003]: MissingRequiredFieldError: properties of template "basic_vm 0" are missing field(s): [nf_naming_code, nf_function, sdnc_artifact_name, max_instances, nf_type, sdnc_model_version, nf_role, min_instances, sdnc_model_name]. CSAR name - /app/ASDC/1/service-BasicVm-csar.csar 2022-11-13T04:21:31.986Z|8f237f38-7bd3-49fb-9e73-c885e48aa330|pool-2-thread-9|||||WARN|500||JTosca Exception [JE003]: MissingRequiredFieldError: Data value of type "org.openecomp.datatypes.AssignmentRequirements" is missing required field(s) "[supplemental_data]". CSAR name - /app/ASDC/1/service-BasicVm-csar.csar 2022-11-13T04:21:31.986Z|8f237f38-7bd3-49fb-9e73-c885e48aa330|pool-2-thread-9|||||WARN|500||JTosca Exception [JE003]: MissingRequiredFieldError: Data value of type "org.openecomp.datatypes.network.IpRequirements" is missing required field(s) "[assingment_method, supplemental_data]". CSAR name - /app/ASDC/1/service-BasicVm-csar.csar 2022-11-13T04:21:31.986Z|8f237f38-7bd3-49fb-9e73-c885e48aa330|pool-2-thread-9|||||WARN|500||JTosca Exception [JE003]: MissingRequiredFieldError: Data value of type "org.openecomp.datatypes.Naming" is missing required field(s) "[supplemental_data]". CSAR name - /app/ASDC/1/service-BasicVm-csar.csar 2022-11-13T04:21:31.986Z|8f237f38-7bd3-49fb-9e73-c885e48aa330|pool-2-thread-9|||||WARN|500||JTosca Exception [JE003]: MissingRequiredFieldError: properties of template "abstract_ubuntu20" are missing field(s): [unit, type]. CSAR name - /app/ASDC/1/service-BasicVm-csar.csar 2022-11-13T04:21:31.986Z|8f237f38-7bd3-49fb-9e73-c885e48aa330|pool-2-thread-9|||||WARN|500||JTosca Exception [JE003]: MissingRequiredFieldError: Data value of type "org.openecomp.datatypes.network.MacRequirements" is missing required field(s) "[supplemental_data]". CSAR name - /app/ASDC/1/service-BasicVm-csar.csar 2022-11-13T04:21:31.986Z|8f237f38-7bd3-49fb-9e73-c885e48aa330|pool-2-thread-9|||||WARN|500||JTosca Exception [JE001]: TypeMismatchError: "[ubuntu20_admin_security_group]" is not a map. The type is "json". CSAR name - /app/ASDC/1/service-BasicVm-csar.csar 2022-11-13T04:21:31.986Z|8f237f38-7bd3-49fb-9e73-c885e48aa330|pool-2-thread-9|||||WARN|500||JTosca Exception [JE003]: MissingRequiredFieldError: Data value of type "org.openecomp.datatypes.PortMirroringConnectionPointDescription" is missing required field(s) "[nf_naming_code, pps_capacity, nf_type, nfc_type]". CSAR name - /app/ASDC/1/service-BasicVm-csar.csar 2022-11-13T04:21:31.986Z|8f237f38-7bd3-49fb-9e73-c885e48aa330|pool-2-thread-9|||||WARN|500||#################################################################################################### 2022-11-13T04:21:31.987Z|8f237f38-7bd3-49fb-9e73-c885e48aa330|pool-2-thread-9|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive 2022-11-13T04:21:31.987Z|8f237f38-7bd3-49fb-9e73-c885e48aa330|pool-2-thread-9|||||DEBUG|500||Service basic_vm is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=SERVICE_PROXY, toscaType=null, uUID=null, customizationUUID=null 2022-11-13T04:21:31.987Z|8f237f38-7bd3-49fb-9e73-c885e48aa330|pool-2-thread-9|||||DEBUG|500||Node template basic_vm 0 is matching search criteria 2022-11-13T04:21:31.987Z|8f237f38-7bd3-49fb-9e73-c885e48aa330|pool-2-thread-9|||||DEBUG|500||Search for entities recursively 2022-11-13T04:21:31.987Z|8f237f38-7bd3-49fb-9e73-c885e48aa330|pool-2-thread-9|||||DEBUG|500||Found topology templates [basic_vm 0, abstract_ubuntu20] matching following query criteria: sdcType=Service, customizationUUID=null 2022-11-13T04:21:31.987Z|8f237f38-7bd3-49fb-9e73-c885e48aa330|pool-2-thread-9|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive 2022-11-13T04:21:31.988Z|8f237f38-7bd3-49fb-9e73-c885e48aa330|pool-2-thread-9|||||DEBUG|500||Service basic_vm is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=CONFIGURATION, toscaType=null, uUID=null, customizationUUID=null 2022-11-13T04:21:31.988Z|8f237f38-7bd3-49fb-9e73-c885e48aa330|pool-2-thread-9|||||DEBUG|500||Node template basic_vm 0 is matching search criteria 2022-11-13T04:21:31.988Z|8f237f38-7bd3-49fb-9e73-c885e48aa330|pool-2-thread-9|||||DEBUG|500||Search for entities recursively 2022-11-13T04:21:31.988Z|8f237f38-7bd3-49fb-9e73-c885e48aa330|pool-2-thread-9|||||DEBUG|500||Found topology templates [basic_vm 0, abstract_ubuntu20] matching following query criteria: sdcType=Service, customizationUUID=null 2022-11-13T04:21:31.988Z|8f237f38-7bd3-49fb-9e73-c885e48aa330|pool-2-thread-9|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive 2022-11-13T04:21:31.988Z|8f237f38-7bd3-49fb-9e73-c885e48aa330|pool-2-thread-9|||||DEBUG|500||Service basic_vm is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=VF, toscaType=null, uUID=null, customizationUUID=null 2022-11-13T04:21:31.988Z|8f237f38-7bd3-49fb-9e73-c885e48aa330|pool-2-thread-9|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive 2022-11-13T04:21:31.989Z|8f237f38-7bd3-49fb-9e73-c885e48aa330|pool-2-thread-9|||||DEBUG|500||Node template basic_vm 0 is not matching search criteria 2022-11-13T04:21:31.989Z|8f237f38-7bd3-49fb-9e73-c885e48aa330|pool-2-thread-9|||||DEBUG|500||Node template abstract_ubuntu20 is not matching search criteria 2022-11-13T04:21:31.989Z|8f237f38-7bd3-49fb-9e73-c885e48aa330|pool-2-thread-9|||||DEBUG|500||Node template ubuntu20 is not matching search criteria 2022-11-13T04:21:31.989Z|8f237f38-7bd3-49fb-9e73-c885e48aa330|pool-2-thread-9|||||DEBUG|500||Node template ubuntu20_ubuntu20_admin_plane_port_0 is not matching search criteria 2022-11-13T04:21:31.989Z|8f237f38-7bd3-49fb-9e73-c885e48aa330|pool-2-thread-9|||||DEBUG|500||Node template ubuntu20_admin_security_group is not matching search criteria 2022-11-13T04:21:31.989Z|8f237f38-7bd3-49fb-9e73-c885e48aa330|pool-2-thread-9|||||DEBUG|500||Found topology templates [] matching following query criteria: sdcType=VF, customizationUUID=customizationUUID 2022-11-13T04:21:31.990Z|8f237f38-7bd3-49fb-9e73-c885e48aa330|pool-2-thread-9|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive 2022-11-13T04:21:31.990Z|8f237f38-7bd3-49fb-9e73-c885e48aa330|pool-2-thread-9|||||DEBUG|500||Service basic_vm is searched for EntityType=GROUP, nodeTemplateType=null, toscaType=org.openecomp.groups.VfModule, uUID=null, customizationUUID=null 2022-11-13T04:21:31.990Z|8f237f38-7bd3-49fb-9e73-c885e48aa330|pool-2-thread-9|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive 2022-11-13T04:21:31.990Z|8f237f38-7bd3-49fb-9e73-c885e48aa330|pool-2-thread-9|||||DEBUG|500||Node template basic_vm 0 is matching search criteria 2022-11-13T04:21:31.990Z|8f237f38-7bd3-49fb-9e73-c885e48aa330|pool-2-thread-9|||||DEBUG|500||Found topology templates [basic_vm 0] matching following query criteria: sdcType=VF, customizationUUID=null 2022-11-13T04:21:31.991Z|8f237f38-7bd3-49fb-9e73-c885e48aa330|pool-2-thread-9|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive 2022-11-13T04:21:31.991Z|8f237f38-7bd3-49fb-9e73-c885e48aa330|pool-2-thread-9|||||DEBUG|500||Node template basic_vm 0 is matching search criteria 2022-11-13T04:21:31.991Z|8f237f38-7bd3-49fb-9e73-c885e48aa330|pool-2-thread-9|||||DEBUG|500||Found topology templates [basic_vm 0] matching following query criteria: sdcType=VF, customizationUUID=null 2022-11-13T04:21:31.991Z|8f237f38-7bd3-49fb-9e73-c885e48aa330|pool-2-thread-9|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive 2022-11-13T04:21:31.991Z|8f237f38-7bd3-49fb-9e73-c885e48aa330|pool-2-thread-9|||||DEBUG|500||Node template basic_vm 0 is matching search criteria 2022-11-13T04:21:31.991Z|8f237f38-7bd3-49fb-9e73-c885e48aa330|pool-2-thread-9|||||DEBUG|500||Found topology templates [basic_vm 0] matching following query criteria: sdcType=VF, customizationUUID=null 2022-11-13T04:21:31.992Z|8f237f38-7bd3-49fb-9e73-c885e48aa330|pool-2-thread-9|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive 2022-11-13T04:21:31.992Z|8f237f38-7bd3-49fb-9e73-c885e48aa330|pool-2-thread-9|||||DEBUG|500||Node template basic_vm 0 is not matching search criteria 2022-11-13T04:21:31.992Z|8f237f38-7bd3-49fb-9e73-c885e48aa330|pool-2-thread-9|||||DEBUG|500||Node template abstract_ubuntu20 is matching search criteria 2022-11-13T04:21:31.992Z|8f237f38-7bd3-49fb-9e73-c885e48aa330|pool-2-thread-9|||||DEBUG|500||Node template ubuntu20_admin_security_group is not matching search criteria 2022-11-13T04:21:31.992Z|8f237f38-7bd3-49fb-9e73-c885e48aa330|pool-2-thread-9|||||DEBUG|500||Found topology templates [abstract_ubuntu20] matching following query criteria: sdcType=CVFC, customizationUUID=8746baf6-a241-420f-bd76-d327c7904048 2022-11-13T04:21:31.992Z|8f237f38-7bd3-49fb-9e73-c885e48aa330|pool-2-thread-9|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive 2022-11-13T04:21:31.992Z|8f237f38-7bd3-49fb-9e73-c885e48aa330|pool-2-thread-9|||||DEBUG|500||Service basic_vm is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=VL, toscaType=null, uUID=null, customizationUUID=null 2022-11-13T04:21:31.992Z|8f237f38-7bd3-49fb-9e73-c885e48aa330|pool-2-thread-9|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive 2022-11-13T04:21:31.993Z|8f237f38-7bd3-49fb-9e73-c885e48aa330|pool-2-thread-9|||||DEBUG|500||Service basic_vm is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=CR, toscaType=null, uUID=null, customizationUUID=null 2022-11-13T04:21:31.993Z|8f237f38-7bd3-49fb-9e73-c885e48aa330|pool-2-thread-9|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive 2022-11-13T04:21:31.993Z|8f237f38-7bd3-49fb-9e73-c885e48aa330|pool-2-thread-9|||||DEBUG|500||Service basic_vm is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=VF, toscaType=null, uUID=null, customizationUUID=null 2022-11-13T04:21:31.993Z|8f237f38-7bd3-49fb-9e73-c885e48aa330|pool-2-thread-9|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive 2022-11-13T04:21:31.993Z|8f237f38-7bd3-49fb-9e73-c885e48aa330|pool-2-thread-9|||||DEBUG|500||Service basic_vm is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=PNF, toscaType=null, uUID=null, customizationUUID=null 2022-11-13T04:21:31.993Z|8f237f38-7bd3-49fb-9e73-c885e48aa330|pool-2-thread-9|||||DEBUG|500||CSAR Notification: Service Level Properties: Name:basic_vm Description:service Model UUID:b6fc3241-4722-4de3-a28e-57af69c3c2e3 Model Version:NULL Model InvariantUuid:44392660-7061-45ba-9bf9-6394e0a85cea Service Type: Service Role: WorkLoad Context:Production Environment Context:General_Revenue-Bearing VNF Properties: Model Name:basic_vm Model UUID:0ff22c3a-271b-4ab5-af5a-3d106015071c Description:VF Version:1.0 Type:VF Category:Generic InvariantUuid:94545b5b-59cf-4364-8898-1aa7600d46b2 Max Instances:null Min Instances:null VNF Customization Properties: Customization UUID:c75f2c66-063f-40ad-b72c-ea4818da1b74 NFFunction:null NFCode:null NFRole:null NFType:null MultiStageDesign:false VF Module Properties: ModelInvariantUuid:ef3bc05e-2590-4c64-8bca-a1c640eb0aeb ModelName:BasicVm..base_ubuntu20..module-0 ModelUuid:0a8130cf-0305-46d5-b0dc-483543e1d6bc ModelVersion:1 Description:NULL VF Module Customization Properties: Model Customization UUID:NULL CVNFC Properties: ModelCustomizationUuid:8746baf6-a241-420f-bd76-d327c7904048 ModelInvariantUuid:71cf934c-02db-4840-b102-2b4dcf0468b6 ModelName:basic_vm-nodes.ubuntu20Cvfc ModelUuid:e281e85a-3275-40fe-bdfb-e874b8e0a7be ModelVersion:1.0 Description:Complex node type that is used as nested type in VF Template Name:abstract_ubuntu20 VNFC Properties: ModelCustomizationUuid:139fdee1-2420-405d-9275-c2b42bd140c4 ModelInvariantUuid:fe6280d9-1e78-4952-844a-af093fc170cf ModelName:BasicVm.compute.nodes.heat.ubuntu20 ModelUuid:0e04bc0b-ad43-4758-a829-1c5bb4c73b9d ModelVersion:1.0 Description:Not reusable inner VFC Sub Category:Abstract VF Allotted Resource Properties: PNF Allotted Resource Properties: Hibernate: select toscacsar0_.ARTIFACT_UUID as artifact1_57_0_, toscacsar0_.ARTIFACT_CHECKSUM as artifact2_57_0_, toscacsar0_.CREATION_TIMESTAMP as creation3_57_0_, toscacsar0_.DESCRIPTION as descript4_57_0_, toscacsar0_.NAME as name5_57_0_, toscacsar0_.URL as url6_57_0_, toscacsar0_.Version as version7_57_0_ from tosca_csar toscacsar0_ where toscacsar0_.ARTIFACT_UUID=? 2022-11-13T04:21:32.000Z|8f237f38-7bd3-49fb-9e73-c885e48aa330|pool-2-thread-9|||||INFO|500||Processing Resource Type: VF, Model UUID: 4be2176c-4c56-4511-80c6-d8b693b9aadd Hibernate: select service0_.MODEL_UUID as model_uu1_50_, service0_.CDS_BLUEPRINT_NAME as cds_blue2_50_, service0_.CDS_BLUEPRINT_VERSION as cds_blue3_50_, service0_.SERVICE_CATEGORY as service_4_50_, service0_.CONTROLLER_ACTOR as controll5_50_, service0_.CREATION_TIMESTAMP as creation6_50_, service0_.TOSCA_CSAR_ARTIFACT_UUID as tosca_c21_50_, service0_.DESCRIPTION as descript7_50_, service0_.OVERALL_DISTRIBUTION_STATUS as overall_8_50_, service0_.ENVIRONMENT_CONTEXT as environm9_50_, service0_.MODEL_INVARIANT_UUID as model_i10_50_, service0_.MODEL_NAME as model_n11_50_, service0_.MODEL_VERSION as model_v12_50_, service0_.NAMING_POLICY as naming_13_50_, service0_.ONAP_GENERATED_NAMING as onap_ge14_50_, service0_.RESOURCE_ORDER as resourc15_50_, service0_.SERVICE_FUNCTION as service16_50_, service0_.SERVICE_ROLE as service17_50_, service0_.SERVICE_TYPE as service18_50_, service0_.SKIP_POST_INSTANTIATION_CONFIGURATION as skip_po19_50_, service0_.WORKLOAD_CONTEXT as workloa20_50_ from service service0_ where service0_.MODEL_UUID=? 2022-11-13T04:21:32.002Z|8f237f38-7bd3-49fb-9e73-c885e48aa330|pool-2-thread-9|||||INFO|500||basic_vm 0 2022-11-13T04:21:32.002Z|8f237f38-7bd3-49fb-9e73-c885e48aa330|pool-2-thread-9|||||DEBUG|500||Processing Resource Type: VF and Model UUID: 4be2176c-4c56-4511-80c6-d8b693b9aadd 2022-11-13T04:21:32.002Z|8f237f38-7bd3-49fb-9e73-c885e48aa330|pool-2-thread-9|||||INFO|500||Trying to download the artifact UUID: 68a3e44b-deb7-403c-9a5c-987cbbe25000 from URL: /sdc/v1/catalog/services/BasicVm/1.0/resourceInstances/basic_vm0/artifacts/basic_vm0_modules.json 2022-11-13T04:21:32.002Z|8f237f38-7bd3-49fb-9e73-c885e48aa330|pool-2-thread-9|||||INFO|500||DistributionClient - download 2022-11-13T04:21:32.003Z|8f237f38-7bd3-49fb-9e73-c885e48aa330|pool-2-thread-9|||||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 2022-11-13T04:21:32.072Z|8f237f38-7bd3-49fb-9e73-c885e48aa330|pool-2-thread-9|||||DEBUG|500||GET Response Status 200 2022-11-13T04:21:32.072Z|8f237f38-7bd3-49fb-9e73-c885e48aa330|pool-2-thread-9|||||INFO|500||ASDC_ARTIFACT_DOWNLOAD_SUC /sdc/v1/catalog/services/BasicVm/1.0/resourceInstances/basic_vm0/artifacts/basic_vm0_modules.json 68a3e44b-deb7-403c-9a5c-987cbbe25000 787 2022-11-13T04:21:32.072Z|8f237f38-7bd3-49fb-9e73-c885e48aa330|pool-2-thread-9|||||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 2022-11-13T04:21:32.072Z|8f237f38-7bd3-49fb-9e73-c885e48aa330|pool-2-thread-9|||||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 2022-11-13T04:21:32.072Z|8f237f38-7bd3-49fb-9e73-c885e48aa330|pool-2-thread-9|||||INFO|500||DistributionClient - sendDownloadStatus 2022-11-13T04:21:32.073Z|8f237f38-7bd3-49fb-9e73-c885e48aa330|pool-2-thread-9|||||INFO|500||DistributionClient - sendStatus 2022-11-13T04:21:32.074Z|8f237f38-7bd3-49fb-9e73-c885e48aa330|pool-2-thread-9|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap] 2022-11-13T04:21:32.075Z|8f237f38-7bd3-49fb-9e73-c885e48aa330|pool-2-thread-9|||||DEBUG|500||try to send status { "distributionID": "8f237f38-7bd3-49fb-9e73-c885e48aa330", "consumerID": "SO-COpenSource-Env11", "timestamp": 1668313292072, "artifactURL": "/sdc/v1/catalog/services/BasicVm/1.0/resourceInstances/basic_vm0/artifacts/basic_vm0_modules.json", "status": "DOWNLOAD_OK" } 2022-11-13T04:21:32.175Z||pool-59-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms 2022-11-13T04:21:32.176Z||pool-59-thread-1|||||WARN|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO will send credentials over a clear channel. 2022-11-13T04:21:32.176Z||pool-59-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as Oi7quVEmKWoWd026) ... 2022-11-13T04:21:32.209Z||pool-59-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK 2022-11-13T04:21:32.209Z||pool-59-thread-1|||||INFO|500||cambria reply ok (34 ms):{"serverTimeMs":0,"count":1} 2022-11-13T04:21:33.075Z|8f237f38-7bd3-49fb-9e73-c885e48aa330|pool-2-thread-9|||||DEBUG|500||VF_MODULE_ARTIFACT: [ { "vfModuleModelName": "BasicVm..base_ubuntu20..module-0", "vfModuleModelInvariantUUID": "ef3bc05e-2590-4c64-8bca-a1c640eb0aeb", "vfModuleModelVersion": "1", "vfModuleModelUUID": "0a8130cf-0305-46d5-b0dc-483543e1d6bc", "vfModuleModelCustomizationUUID": "fcb50ec4-9dd8-4ef6-bfea-1af26e9836e0", "isBase": true, "artifacts": [ "872811f8-e834-4b7c-b559-22064ce83e15", "56cd77c4-a0ab-43e1-9143-74e2ffba274e" ], "properties": { "min_vf_module_instances": "1", "vf_module_label": "base_ubuntu20", "max_vf_module_instances": "1", "vfc_list": "", "vf_module_type": "Base", "vf_module_description": "", "initial_count": "1", "volume_group": "false", "availability_zone_count": "" } } ] 2022-11-13T04:21:33.082Z|8f237f38-7bd3-49fb-9e73-c885e48aa330|pool-2-thread-9|||||DEBUG|500||VfModuleMetaData List: { VfModuleMetaData: VfModuleModelName:BasicVm..base_ubuntu20..module-0 VfModuleModelVersion:1 VfModuleModelUUID:0a8130cf-0305-46d5-b0dc-483543e1d6bc VfModuleModelInvariantUUID:ef3bc05e-2590-4c64-8bca-a1c640eb0aeb VfModuleModelDescription:NULL Artifacts UUID List:{ 872811f8-e834-4b7c-b559-22064ce83e15 , 56cd77c4-a0ab-43e1-9143-74e2ffba274e } Properties List:{ min_vf_module_instances : 1 vf_module_label : base_ubuntu20 max_vf_module_instances : 1 vfc_list : vf_module_type : Base vf_module_description : initial_count : 1 volume_group : false availability_zone_count : } isBase:true } 2022-11-13T04:21:33.084Z|8f237f38-7bd3-49fb-9e73-c885e48aa330|pool-2-thread-9|||||DEBUG|500||VF_MODULE_ARTIFACT: [ { "vfModuleModelName": "BasicVm..base_ubuntu20..module-0", "vfModuleModelInvariantUUID": "ef3bc05e-2590-4c64-8bca-a1c640eb0aeb", "vfModuleModelVersion": "1", "vfModuleModelUUID": "0a8130cf-0305-46d5-b0dc-483543e1d6bc", "vfModuleModelCustomizationUUID": "fcb50ec4-9dd8-4ef6-bfea-1af26e9836e0", "isBase": true, "artifacts": [ "872811f8-e834-4b7c-b559-22064ce83e15", "56cd77c4-a0ab-43e1-9143-74e2ffba274e" ], "properties": { "min_vf_module_instances": "1", "vf_module_label": "base_ubuntu20", "max_vf_module_instances": "1", "vfc_list": "", "vf_module_type": "Base", "vf_module_description": "", "initial_count": "1", "volume_group": "false", "availability_zone_count": "" } } ] 2022-11-13T04:21:33.084Z|8f237f38-7bd3-49fb-9e73-c885e48aa330|pool-2-thread-9|||||DEBUG|500||VfModuleMetaData List: { VfModuleMetaData: VfModuleModelName:BasicVm..base_ubuntu20..module-0 VfModuleModelVersion:1 VfModuleModelUUID:0a8130cf-0305-46d5-b0dc-483543e1d6bc VfModuleModelInvariantUUID:ef3bc05e-2590-4c64-8bca-a1c640eb0aeb VfModuleModelDescription:NULL Artifacts UUID List:{ 872811f8-e834-4b7c-b559-22064ce83e15 , 56cd77c4-a0ab-43e1-9143-74e2ffba274e } Properties List:{ min_vf_module_instances : 1 vf_module_label : base_ubuntu20 max_vf_module_instances : 1 vfc_list : vf_module_type : Base vf_module_description : initial_count : 1 volume_group : false availability_zone_count : } isBase:true } 2022-11-13T04:21:33.084Z|8f237f38-7bd3-49fb-9e73-c885e48aa330|pool-2-thread-9|||||INFO|500||Trying to download the artifact UUID: 872811f8-e834-4b7c-b559-22064ce83e15 from URL: /sdc/v1/catalog/services/BasicVm/1.0/resourceInstances/basic_vm0/artifacts/base_ubuntu20.yaml 2022-11-13T04:21:33.084Z|8f237f38-7bd3-49fb-9e73-c885e48aa330|pool-2-thread-9|||||INFO|500||DistributionClient - download 2022-11-13T04:21:33.084Z|8f237f38-7bd3-49fb-9e73-c885e48aa330|pool-2-thread-9|||||DEBUG|500||url to send https://sdc-be.onap:8443/sdc/v1/catalog/services/BasicVm/1.0/resourceInstances/basic_vm0/artifacts/base_ubuntu20.yaml 2022-11-13T04:21:33.134Z|8f237f38-7bd3-49fb-9e73-c885e48aa330|pool-2-thread-9|||||DEBUG|500||GET Response Status 200 2022-11-13T04:21:33.135Z|8f237f38-7bd3-49fb-9e73-c885e48aa330|pool-2-thread-9|||||INFO|500||ASDC_ARTIFACT_DOWNLOAD_SUC /sdc/v1/catalog/services/BasicVm/1.0/resourceInstances/basic_vm0/artifacts/base_ubuntu20.yaml 872811f8-e834-4b7c-b559-22064ce83e15 5033 2022-11-13T04:21:33.135Z|8f237f38-7bd3-49fb-9e73-c885e48aa330|pool-2-thread-9|||||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 2022-11-13T04:21:33.135Z|8f237f38-7bd3-49fb-9e73-c885e48aa330|pool-2-thread-9|||||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 2022-11-13T04:21:33.135Z|8f237f38-7bd3-49fb-9e73-c885e48aa330|pool-2-thread-9|||||INFO|500||DistributionClient - sendDownloadStatus 2022-11-13T04:21:33.135Z|8f237f38-7bd3-49fb-9e73-c885e48aa330|pool-2-thread-9|||||INFO|500||DistributionClient - sendStatus 2022-11-13T04:21:33.137Z|8f237f38-7bd3-49fb-9e73-c885e48aa330|pool-2-thread-9|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap] 2022-11-13T04:21:33.137Z|8f237f38-7bd3-49fb-9e73-c885e48aa330|pool-2-thread-9|||||DEBUG|500||try to send status { "distributionID": "8f237f38-7bd3-49fb-9e73-c885e48aa330", "consumerID": "SO-COpenSource-Env11", "timestamp": 1668313293135, "artifactURL": "/sdc/v1/catalog/services/BasicVm/1.0/resourceInstances/basic_vm0/artifacts/base_ubuntu20.yaml", "status": "DOWNLOAD_OK" } 2022-11-13T04:21:33.238Z||pool-60-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms 2022-11-13T04:21:33.238Z||pool-60-thread-1|||||WARN|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO will send credentials over a clear channel. 2022-11-13T04:21:33.239Z||pool-60-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as Oi7quVEmKWoWd026) ... 2022-11-13T04:21:33.254Z||pool-60-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK 2022-11-13T04:21:33.254Z||pool-60-thread-1|||||INFO|500||cambria reply ok (16 ms):{"serverTimeMs":1,"count":1} 2022-11-13T04:21:34.138Z|8f237f38-7bd3-49fb-9e73-c885e48aa330|pool-2-thread-9|||||INFO|500||Trying to download the artifact UUID: 56cd77c4-a0ab-43e1-9143-74e2ffba274e from URL: /sdc/v1/catalog/services/BasicVm/1.0/resourceInstances/basic_vm0/artifacts/base_ubuntu20.env 2022-11-13T04:21:34.139Z|8f237f38-7bd3-49fb-9e73-c885e48aa330|pool-2-thread-9|||||INFO|500||DistributionClient - download 2022-11-13T04:21:34.139Z|8f237f38-7bd3-49fb-9e73-c885e48aa330|pool-2-thread-9|||||DEBUG|500||url to send https://sdc-be.onap:8443/sdc/v1/catalog/services/BasicVm/1.0/resourceInstances/basic_vm0/artifacts/base_ubuntu20.env 2022-11-13T04:21:34.187Z|8f237f38-7bd3-49fb-9e73-c885e48aa330|pool-2-thread-9|||||DEBUG|500||GET Response Status 200 2022-11-13T04:21:34.187Z|8f237f38-7bd3-49fb-9e73-c885e48aa330|pool-2-thread-9|||||INFO|500||ASDC_ARTIFACT_DOWNLOAD_SUC /sdc/v1/catalog/services/BasicVm/1.0/resourceInstances/basic_vm0/artifacts/base_ubuntu20.env 56cd77c4-a0ab-43e1-9143-74e2ffba274e 903 2022-11-13T04:21:34.187Z|8f237f38-7bd3-49fb-9e73-c885e48aa330|pool-2-thread-9|||||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 2022-11-13T04:21:34.188Z|8f237f38-7bd3-49fb-9e73-c885e48aa330|pool-2-thread-9|||||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 2022-11-13T04:21:34.188Z|8f237f38-7bd3-49fb-9e73-c885e48aa330|pool-2-thread-9|||||INFO|500||DistributionClient - sendDownloadStatus 2022-11-13T04:21:34.189Z|8f237f38-7bd3-49fb-9e73-c885e48aa330|pool-2-thread-9|||||INFO|500||DistributionClient - sendStatus 2022-11-13T04:21:34.191Z|8f237f38-7bd3-49fb-9e73-c885e48aa330|pool-2-thread-9|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap] 2022-11-13T04:21:34.191Z|8f237f38-7bd3-49fb-9e73-c885e48aa330|pool-2-thread-9|||||DEBUG|500||try to send status { "distributionID": "8f237f38-7bd3-49fb-9e73-c885e48aa330", "consumerID": "SO-COpenSource-Env11", "timestamp": 1668313294187, "artifactURL": "/sdc/v1/catalog/services/BasicVm/1.0/resourceInstances/basic_vm0/artifacts/base_ubuntu20.env", "status": "DOWNLOAD_OK" } 2022-11-13T04:21:34.291Z||pool-61-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms 2022-11-13T04:21:34.292Z||pool-61-thread-1|||||WARN|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO will send credentials over a clear channel. 2022-11-13T04:21:34.292Z||pool-61-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as Oi7quVEmKWoWd026) ... 2022-11-13T04:21:34.320Z||pool-61-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK 2022-11-13T04:21:34.321Z||pool-61-thread-1|||||INFO|500||cambria reply ok (30 ms):{"serverTimeMs":0,"count":1} 2022-11-13T04:21:35.191Z|8f237f38-7bd3-49fb-9e73-c885e48aa330|pool-2-thread-9|||||DEBUG|500||Preparing to deploy Service: b6fc3241-4722-4de3-a28e-57af69c3c2e3 2022-11-13T04:21:35.192Z|8f237f38-7bd3-49fb-9e73-c885e48aa330|pool-2-thread-9|||||INFO|500||ASDC_START_DEPLOY_ARTIFACT basic_vm 0 4be2176c-4c56-4511-80c6-d8b693b9aadd ASDC Hibernate: select heattempla0_.ARTIFACT_UUID as artifact1_29_, heattempla0_.ARTIFACT_CHECKSUM as artifact2_29_, heattempla0_.CREATION_TIMESTAMP as creation3_29_, heattempla0_.DESCRIPTION as descript4_29_, heattempla0_.BODY as body5_29_, heattempla0_.NAME as name6_29_, heattempla0_.TIMEOUT_MINUTES as timeout_7_29_, heattempla0_.VERSION as version8_29_ from heat_template heattempla0_ where heattempla0_.ARTIFACT_UUID=? Hibernate: select heatenviro0_.ARTIFACT_UUID as artifact1_26_, heatenviro0_.ARTIFACT_CHECKSUM as artifact2_26_, heatenviro0_.CREATION_TIMESTAMP as creation3_26_, heatenviro0_.DESCRIPTION as descript4_26_, heatenviro0_.BODY as body5_26_, heatenviro0_.NAME as name6_26_, heatenviro0_.VERSION as version7_26_ from heat_environment heatenviro0_ where heatenviro0_.ARTIFACT_UUID=? Hibernate: select toscacsar0_.ARTIFACT_UUID as artifact1_57_0_, toscacsar0_.ARTIFACT_CHECKSUM as artifact2_57_0_, toscacsar0_.CREATION_TIMESTAMP as creation3_57_0_, toscacsar0_.DESCRIPTION as descript4_57_0_, toscacsar0_.NAME as name5_57_0_, toscacsar0_.URL as url6_57_0_, toscacsar0_.Version as version7_57_0_ from tosca_csar toscacsar0_ where toscacsar0_.ARTIFACT_UUID=? Hibernate: select service0_.MODEL_UUID as model_uu1_50_, service0_.CDS_BLUEPRINT_NAME as cds_blue2_50_, service0_.CDS_BLUEPRINT_VERSION as cds_blue3_50_, service0_.SERVICE_CATEGORY as service_4_50_, service0_.CONTROLLER_ACTOR as controll5_50_, service0_.CREATION_TIMESTAMP as creation6_50_, service0_.TOSCA_CSAR_ARTIFACT_UUID as tosca_c21_50_, service0_.DESCRIPTION as descript7_50_, service0_.OVERALL_DISTRIBUTION_STATUS as overall_8_50_, service0_.ENVIRONMENT_CONTEXT as environm9_50_, service0_.MODEL_INVARIANT_UUID as model_i10_50_, service0_.MODEL_NAME as model_n11_50_, service0_.MODEL_VERSION as model_v12_50_, service0_.NAMING_POLICY as naming_13_50_, service0_.ONAP_GENERATED_NAMING as onap_ge14_50_, service0_.RESOURCE_ORDER as resourc15_50_, service0_.SERVICE_FUNCTION as service16_50_, service0_.SERVICE_ROLE as service17_50_, service0_.SERVICE_TYPE as service18_50_, service0_.SKIP_POST_INSTANTIATION_CONFIGURATION as skip_po19_50_, service0_.WORKLOAD_CONTEXT as workloa20_50_ from service service0_ where service0_.MODEL_UUID=? 2022-11-13T04:21:35.203Z|8f237f38-7bd3-49fb-9e73-c885e48aa330|pool-2-thread-9|||||DEBUG|500||serviceInputs: {} [org.onap.sdc.toscaparser.api.parameters.Input@2544c8b4, org.onap.sdc.toscaparser.api.parameters.Input@4c299f5f, org.onap.sdc.toscaparser.api.parameters.Input@72d9e25b, org.onap.sdc.toscaparser.api.parameters.Input@35c8caef, org.onap.sdc.toscaparser.api.parameters.Input@364ab58a] 2022-11-13T04:21:35.205Z|8f237f38-7bd3-49fb-9e73-c885e48aa330|pool-2-thread-9|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive 2022-11-13T04:21:35.205Z|8f237f38-7bd3-49fb-9e73-c885e48aa330|pool-2-thread-9|||||DEBUG|500||Service basic_vm is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=VF, toscaType=null, uUID=null, customizationUUID=null 2022-11-13T04:21:35.205Z|8f237f38-7bd3-49fb-9e73-c885e48aa330|pool-2-thread-9|||||DEBUG|500||VF Category is: Generic 2022-11-13T04:21:35.205Z|8f237f38-7bd3-49fb-9e73-c885e48aa330|pool-2-thread-9|||||DEBUG|500||VFCustomizationUUID= c75f2c66-063f-40ad-b72c-ea4818da1b74 2022-11-13T04:21:35.205Z|8f237f38-7bd3-49fb-9e73-c885e48aa330|pool-2-thread-9|||||DEBUG|500||Checking if Notification VF ResourceCustomizationUUID: c75f2c66-063f-40ad-b72c-ea4818da1b74 matches Tosca VF Customization UUID: c75f2c66-063f-40ad-b72c-ea4818da1b74 2022-11-13T04:21:35.206Z|8f237f38-7bd3-49fb-9e73-c885e48aa330|pool-2-thread-9|||||DEBUG|500||vfCustomizationUUID: c75f2c66-063f-40ad-b72c-ea4818da1b74 matches vfNotificationResource CustomizationUUID Hibernate: select vnfresourc0_.MODEL_UUID as model_uu1_64_, vnfresourc0_.AIC_VERSION_MAX as aic_vers2_64_, vnfresourc0_.AIC_VERSION_MIN as aic_vers3_64_, vnfresourc0_.RESOURCE_CATEGORY as resource4_64_, vnfresourc0_.CREATION_TIMESTAMP as creation5_64_, vnfresourc0_.DESCRIPTION as descript6_64_, vnfresourc0_.HEAT_TEMPLATE_ARTIFACT_UUID as heat_te13_64_, vnfresourc0_.MODEL_INVARIANT_UUID as model_in7_64_, vnfresourc0_.MODEL_NAME as model_na8_64_, vnfresourc0_.MODEL_VERSION as model_ve9_64_, vnfresourc0_.ORCHESTRATION_MODE as orchest10_64_, vnfresourc0_.RESOURCE_SUB_CATEGORY as resourc11_64_, vnfresourc0_.TOSCA_NODE_TYPE as tosca_n12_64_ from vnf_resource vnfresourc0_ where vnfresourc0_.MODEL_UUID=? 2022-11-13T04:21:35.208Z|8f237f38-7bd3-49fb-9e73-c885e48aa330|pool-2-thread-9|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive 2022-11-13T04:21:35.208Z|8f237f38-7bd3-49fb-9e73-c885e48aa330|pool-2-thread-9|||||DEBUG|500||Service basic_vm is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=null, toscaType=null, uUID=null, customizationUUID=null 2022-11-13T04:21:35.209Z|8f237f38-7bd3-49fb-9e73-c885e48aa330|pool-2-thread-9|||||DEBUG|500||resource request for resource customization id c75f2c66-063f-40ad-b72c-ea4818da1b74: {\"vf_module_id\":\"Ubuntu20-VF-module\",\"skip_post_instantiation_configuration\":\"true\",\"nf_naming\":\"true\",\"multi_stage_design\":\"false\",\"controller_actor\":\"SO-REF-DATA\",\"ubuntu20_pub_key\":\"ssh-rsa AAAAB3NzaC1yc2EAAAADAQABAAABgQC3dbqgymZVpu2cIWqzlKNxnOy2Qjt07NZxaXtQyu9dr0kbmursTE5N0IW0qg/rsCXgw2vjjdPOxU6jtrTbyzbAmo9F6LtS9oqvct9LmLjDNyiQFuCPETIBGy43daDVgw3hrg3f9ihN88V/JwnI9n3ZFn8Wy15KV6XCHn3MASV31YnbkjruUtj7rZm5V8NUwAteZ91k5T7WBpywt483rrkeQjEzyKiVSmmOhHWNSmbnko9XzO7QDUHfVIk5qCf/aBES7hcE0YiqX5lfLamSyCqOGANnv+AN2opDEakUeCyJHZrsk3Nkk7A9p+CNlq42sUEKtrO0xiH63viMA6eBYSiaQPzckdq/T52naozx/Oj9ITCgX/6XjldMUF99afIydpC6+kymflTYA8P/9u1Ih93+Vjg1Bf2e4lJaf9z9frXcB9F+ZRDq6feN+XQ93Q8xQ9blu9Gq8BZUbPvAQxW0UaryeuzhCKx4QA33qqYA+tmWVXTsaG0uow6f0hm7z+pkYCM= master@Utilisateur-PC\",\"availability_zone_max_count\":\"1\",\"vnf_name\":\"Ubuntu20-VNF-name\",\"ubuntu20_name_0\":\"Ubuntu20\",\"dcae_collector_ip\":\"10.4.2.166\",\"ubuntu20_flavor_name\":\"m1.small\",\"vnf_id\":\"Ubuntu20-VNF\",\"dcae_collector_port\":\"30417\",\"ubuntu20_image_name\":\"ubuntu-20.04\",\"admin_plane_net_name\":\"admin\"} 2022-11-13T04:21:35.209Z|8f237f38-7bd3-49fb-9e73-c885e48aa330|pool-2-thread-9|||||DEBUG|500||vfModuleStructure: org.onap.so.asdc.installer.VfModuleStructure@7803cce9 2022-11-13T04:21:35.209Z|8f237f38-7bd3-49fb-9e73-c885e48aa330|pool-2-thread-9|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive 2022-11-13T04:21:35.209Z|8f237f38-7bd3-49fb-9e73-c885e48aa330|pool-2-thread-9|||||DEBUG|500||Service basic_vm is searched for EntityType=GROUP, nodeTemplateType=null, toscaType=org.openecomp.groups.VfModule, uUID=null, customizationUUID=null 2022-11-13T04:21:35.209Z|8f237f38-7bd3-49fb-9e73-c885e48aa330|pool-2-thread-9|||||DEBUG|500||Comparing Vf_Modules_Metadata CustomizationUUID : fcb50ec4-9dd8-4ef6-bfea-1af26e9836e0 2022-11-13T04:21:35.210Z|8f237f38-7bd3-49fb-9e73-c885e48aa330|pool-2-thread-9|||||DEBUG|500||To Csar Group VFModuleModelCustomizationUUID fcb50ec4-9dd8-4ef6-bfea-1af26e9836e0 Hibernate: select vfmodule0_.MODEL_UUID as model_uu1_59_, vfmodule0_.CREATION_TIMESTAMP as creation2_59_, vfmodule0_.DESCRIPTION as descript3_59_, vfmodule0_.IS_BASE as is_base4_59_, vfmodule0_.MODEL_INVARIANT_UUID as model_in5_59_, vfmodule0_.MODEL_NAME as model_na6_59_, vfmodule0_.MODEL_VERSION as model_ve7_59_, vfmodule0_.HEAT_TEMPLATE_ARTIFACT_UUID as heat_tem8_59_, vfmodule0_.VNF_RESOURCE_MODEL_UUID as vnf_reso9_59_, vfmodule0_.VOL_HEAT_TEMPLATE_ARTIFACT_UUID as vol_hea10_59_ from vf_module vfmodule0_ where vfmodule0_.MODEL_UUID=? 2022-11-13T04:21:35.212Z|8f237f38-7bd3-49fb-9e73-c885e48aa330|pool-2-thread-9|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive 2022-11-13T04:21:35.212Z|8f237f38-7bd3-49fb-9e73-c885e48aa330|pool-2-thread-9|||||DEBUG|500||Node template basic_vm 0 is matching search criteria 2022-11-13T04:21:35.212Z|8f237f38-7bd3-49fb-9e73-c885e48aa330|pool-2-thread-9|||||DEBUG|500||Found topology templates [basic_vm 0] matching following query criteria: sdcType=VF, customizationUUID=null 2022-11-13T04:21:35.212Z|8f237f38-7bd3-49fb-9e73-c885e48aa330|pool-2-thread-9|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive 2022-11-13T04:21:35.213Z|8f237f38-7bd3-49fb-9e73-c885e48aa330|pool-2-thread-9|||||DEBUG|500||Node template basic_vm 0 is matching search criteria 2022-11-13T04:21:35.213Z|8f237f38-7bd3-49fb-9e73-c885e48aa330|pool-2-thread-9|||||DEBUG|500||Found topology templates [basic_vm 0] matching following query criteria: sdcType=VF, customizationUUID=null 2022-11-13T04:21:35.213Z|8f237f38-7bd3-49fb-9e73-c885e48aa330|pool-2-thread-9|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive 2022-11-13T04:21:35.213Z|8f237f38-7bd3-49fb-9e73-c885e48aa330|pool-2-thread-9|||||DEBUG|500||Node template basic_vm 0 is not matching search criteria 2022-11-13T04:21:35.213Z|8f237f38-7bd3-49fb-9e73-c885e48aa330|pool-2-thread-9|||||DEBUG|500||Node template abstract_ubuntu20 is matching search criteria 2022-11-13T04:21:35.214Z|8f237f38-7bd3-49fb-9e73-c885e48aa330|pool-2-thread-9|||||DEBUG|500||Node template ubuntu20_admin_security_group is not matching search criteria 2022-11-13T04:21:35.214Z|8f237f38-7bd3-49fb-9e73-c885e48aa330|pool-2-thread-9|||||DEBUG|500||Found topology templates [abstract_ubuntu20] matching following query criteria: sdcType=CVFC, customizationUUID=8746baf6-a241-420f-bd76-d327c7904048 Hibernate: select vnfccustom0_.MODEL_CUSTOMIZATION_UUID as model_cu1_67_, vnfccustom0_.CREATION_TIMESTAMP as creation2_67_, vnfccustom0_.DESCRIPTION as descript3_67_, vnfccustom0_.MODEL_INSTANCE_NAME as model_in4_67_, vnfccustom0_.MODEL_INVARIANT_UUID as model_in5_67_, vnfccustom0_.MODEL_NAME as model_na6_67_, vnfccustom0_.MODEL_UUID as model_uu7_67_, vnfccustom0_.MODEL_VERSION as model_ve8_67_, vnfccustom0_.RESOURCE_INPUT as resource9_67_, vnfccustom0_.TOSCA_NODE_TYPE as tosca_n10_67_, vnfccustom0_.VNFC_INSTANCE_GROUP_CUSTOMIZATION_ID as vnfc_in11_67_ from vnfc_customization vnfccustom0_ where vnfccustom0_.MODEL_CUSTOMIZATION_UUID=? 2022-11-13T04:21:35.216Z|8f237f38-7bd3-49fb-9e73-c885e48aa330|pool-2-thread-9|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive 2022-11-13T04:21:35.216Z|8f237f38-7bd3-49fb-9e73-c885e48aa330|pool-2-thread-9|||||DEBUG|500||Node template basic_vm 0 is matching search criteria 2022-11-13T04:21:35.217Z|8f237f38-7bd3-49fb-9e73-c885e48aa330|pool-2-thread-9|||||DEBUG|500||Found topology templates [basic_vm 0] matching following query criteria: sdcType=VF, customizationUUID=null 2022-11-13T04:21:35.217Z|8f237f38-7bd3-49fb-9e73-c885e48aa330|pool-2-thread-9|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive 2022-11-13T04:21:35.217Z|8f237f38-7bd3-49fb-9e73-c885e48aa330|pool-2-thread-9|||||DEBUG|500||Node template basic_vm 0 is matching search criteria 2022-11-13T04:21:35.217Z|8f237f38-7bd3-49fb-9e73-c885e48aa330|pool-2-thread-9|||||DEBUG|500||Found topology templates [basic_vm 0] matching following query criteria: sdcType=VF, customizationUUID=c75f2c66-063f-40ad-b72c-ea4818da1b74 Hibernate: select service0_.MODEL_UUID as model_uu1_50_, service0_.CDS_BLUEPRINT_NAME as cds_blue2_50_, service0_.CDS_BLUEPRINT_VERSION as cds_blue3_50_, service0_.SERVICE_CATEGORY as service_4_50_, service0_.CONTROLLER_ACTOR as controll5_50_, service0_.CREATION_TIMESTAMP as creation6_50_, service0_.TOSCA_CSAR_ARTIFACT_UUID as tosca_c21_50_, service0_.DESCRIPTION as descript7_50_, service0_.OVERALL_DISTRIBUTION_STATUS as overall_8_50_, service0_.ENVIRONMENT_CONTEXT as environm9_50_, service0_.MODEL_INVARIANT_UUID as model_i10_50_, service0_.MODEL_NAME as model_n11_50_, service0_.MODEL_VERSION as model_v12_50_, service0_.NAMING_POLICY as naming_13_50_, service0_.ONAP_GENERATED_NAMING as onap_ge14_50_, service0_.RESOURCE_ORDER as resourc15_50_, service0_.SERVICE_FUNCTION as service16_50_, service0_.SERVICE_ROLE as service17_50_, service0_.SERVICE_TYPE as service18_50_, service0_.SKIP_POST_INSTANTIATION_CONFIGURATION as skip_po19_50_, service0_.WORKLOAD_CONTEXT as workloa20_50_ from service service0_ where service0_.MODEL_UUID=? 2022-11-13T04:21:35.219Z|8f237f38-7bd3-49fb-9e73-c885e48aa330|pool-2-thread-9|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive 2022-11-13T04:21:35.219Z|8f237f38-7bd3-49fb-9e73-c885e48aa330|pool-2-thread-9|||||DEBUG|500||Service basic_vm is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=null, toscaType=null, uUID=null, customizationUUID=null 2022-11-13T04:21:35.220Z|8f237f38-7bd3-49fb-9e73-c885e48aa330|pool-2-thread-9|||||DEBUG|500|| resourceSeq for service uuid b6fc3241-4722-4de3-a28e-57af69c3c2e3: basic_vm 2022-11-13T04:21:35.220Z|8f237f38-7bd3-49fb-9e73-c885e48aa330|pool-2-thread-9|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive 2022-11-13T04:21:35.220Z|8f237f38-7bd3-49fb-9e73-c885e48aa330|pool-2-thread-9|||||DEBUG|500||Service basic_vm is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=PNF, toscaType=null, uUID=null, customizationUUID=null 2022-11-13T04:21:35.220Z|8f237f38-7bd3-49fb-9e73-c885e48aa330|pool-2-thread-9|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive 2022-11-13T04:21:35.220Z|8f237f38-7bd3-49fb-9e73-c885e48aa330|pool-2-thread-9|||||DEBUG|500||Service basic_vm is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=VL, toscaType=null, uUID=null, customizationUUID=null 2022-11-13T04:21:35.221Z|8f237f38-7bd3-49fb-9e73-c885e48aa330|pool-2-thread-9|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive 2022-11-13T04:21:35.221Z|8f237f38-7bd3-49fb-9e73-c885e48aa330|pool-2-thread-9|||||DEBUG|500||Service basic_vm is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=CR, toscaType=null, uUID=null, customizationUUID=null 2022-11-13T04:21:35.221Z|8f237f38-7bd3-49fb-9e73-c885e48aa330|pool-2-thread-9|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive 2022-11-13T04:21:35.221Z|8f237f38-7bd3-49fb-9e73-c885e48aa330|pool-2-thread-9|||||DEBUG|500||Service basic_vm is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=SERVICE_PROXY, toscaType=null, uUID=null, customizationUUID=null 2022-11-13T04:21:35.221Z|8f237f38-7bd3-49fb-9e73-c885e48aa330|pool-2-thread-9|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive 2022-11-13T04:21:35.222Z|8f237f38-7bd3-49fb-9e73-c885e48aa330|pool-2-thread-9|||||DEBUG|500||Service basic_vm is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=CONFIGURATION, toscaType=null, uUID=null, customizationUUID=null 2022-11-13T04:21:35.222Z|8f237f38-7bd3-49fb-9e73-c885e48aa330|pool-2-thread-9|||||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 (?, ?, ?, ?, ?) 2022-11-13T04:21:35.302Z|8f237f38-7bd3-49fb-9e73-c885e48aa330|pool-2-thread-9|||||INFO|500||ASDC_ARTIFACT_DEPLOY_SUC basic_vm 4be2176c-4c56-4511-80c6-d8b693b9aadd 1 ASDC deployResourceStructure 2022-11-13T04:21:35.303Z|8f237f38-7bd3-49fb-9e73-c885e48aa330|pool-2-thread-9|||||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 2022-11-13T04:21:35.303Z|8f237f38-7bd3-49fb-9e73-c885e48aa330|pool-2-thread-9|||||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 2022-11-13T04:21:35.303Z|8f237f38-7bd3-49fb-9e73-c885e48aa330|pool-2-thread-9|||||INFO|500||DistributionClient - sendDeploymentStatus 2022-11-13T04:21:35.303Z|8f237f38-7bd3-49fb-9e73-c885e48aa330|pool-2-thread-9|||||INFO|500||DistributionClient - sendStatus 2022-11-13T04:21:35.306Z|8f237f38-7bd3-49fb-9e73-c885e48aa330|pool-2-thread-9|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap] 2022-11-13T04:21:35.306Z|8f237f38-7bd3-49fb-9e73-c885e48aa330|pool-2-thread-9|||||DEBUG|500||try to send status { "distributionID": "8f237f38-7bd3-49fb-9e73-c885e48aa330", "consumerID": "SO-COpenSource-Env11", "timestamp": 1668313295303, "artifactURL": "/sdc/v1/catalog/services/BasicVm/1.0/resourceInstances/basic_vm0/artifacts/basic_vm0_modules.json", "status": "DEPLOY_OK" } 2022-11-13T04:21:35.406Z||pool-62-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms 2022-11-13T04:21:35.407Z||pool-62-thread-1|||||WARN|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO will send credentials over a clear channel. 2022-11-13T04:21:35.407Z||pool-62-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as Oi7quVEmKWoWd026) ... 2022-11-13T04:21:35.442Z||pool-62-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK 2022-11-13T04:21:35.443Z||pool-62-thread-1|||||INFO|500||cambria reply ok (37 ms):{"serverTimeMs":0,"count":1} 2022-11-13T04:21:36.306Z|8f237f38-7bd3-49fb-9e73-c885e48aa330|pool-2-thread-9|||||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 2022-11-13T04:21:36.307Z|8f237f38-7bd3-49fb-9e73-c885e48aa330|pool-2-thread-9|||||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 2022-11-13T04:21:36.307Z|8f237f38-7bd3-49fb-9e73-c885e48aa330|pool-2-thread-9|||||INFO|500||DistributionClient - sendDeploymentStatus 2022-11-13T04:21:36.307Z|8f237f38-7bd3-49fb-9e73-c885e48aa330|pool-2-thread-9|||||INFO|500||DistributionClient - sendStatus 2022-11-13T04:21:36.309Z|8f237f38-7bd3-49fb-9e73-c885e48aa330|pool-2-thread-9|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap] 2022-11-13T04:21:36.309Z|8f237f38-7bd3-49fb-9e73-c885e48aa330|pool-2-thread-9|||||DEBUG|500||try to send status { "distributionID": "8f237f38-7bd3-49fb-9e73-c885e48aa330", "consumerID": "SO-COpenSource-Env11", "timestamp": 1668313296306, "artifactURL": "/sdc/v1/catalog/services/BasicVm/1.0/resourceInstances/basic_vm0/artifacts/base_ubuntu20.yaml", "status": "DEPLOY_OK" } 2022-11-13T04:21:36.410Z||pool-63-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms 2022-11-13T04:21:36.411Z||pool-63-thread-1|||||WARN|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO will send credentials over a clear channel. 2022-11-13T04:21:36.411Z||pool-63-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as Oi7quVEmKWoWd026) ... 2022-11-13T04:21:36.428Z||pool-63-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK 2022-11-13T04:21:36.428Z||pool-63-thread-1|||||INFO|500||cambria reply ok (18 ms):{"serverTimeMs":0,"count":1} 2022-11-13T04:21:37.310Z|8f237f38-7bd3-49fb-9e73-c885e48aa330|pool-2-thread-9|||||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 2022-11-13T04:21:37.311Z|8f237f38-7bd3-49fb-9e73-c885e48aa330|pool-2-thread-9|||||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 2022-11-13T04:21:37.311Z|8f237f38-7bd3-49fb-9e73-c885e48aa330|pool-2-thread-9|||||INFO|500||DistributionClient - sendDeploymentStatus 2022-11-13T04:21:37.311Z|8f237f38-7bd3-49fb-9e73-c885e48aa330|pool-2-thread-9|||||INFO|500||DistributionClient - sendStatus 2022-11-13T04:21:37.313Z|8f237f38-7bd3-49fb-9e73-c885e48aa330|pool-2-thread-9|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap] 2022-11-13T04:21:37.314Z|8f237f38-7bd3-49fb-9e73-c885e48aa330|pool-2-thread-9|||||DEBUG|500||try to send status { "distributionID": "8f237f38-7bd3-49fb-9e73-c885e48aa330", "consumerID": "SO-COpenSource-Env11", "timestamp": 1668313297310, "artifactURL": "/sdc/v1/catalog/services/BasicVm/1.0/resourceInstances/basic_vm0/artifacts/base_ubuntu20.env", "status": "DEPLOY_OK" } 2022-11-13T04:21:37.413Z||pool-64-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 99 ms 2022-11-13T04:21:37.414Z||pool-64-thread-1|||||WARN|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO will send credentials over a clear channel. 2022-11-13T04:21:37.415Z||pool-64-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as Oi7quVEmKWoWd026) ... 2022-11-13T04:21:37.431Z||pool-64-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK 2022-11-13T04:21:37.432Z||pool-64-thread-1|||||INFO|500||cambria reply ok (18 ms):{"serverTimeMs":1,"count":1} 2022-11-13T04:21:38.316Z|8f237f38-7bd3-49fb-9e73-c885e48aa330|pool-2-thread-9|||||INFO|500||ASDC_SEND_NOTIF_ASDC DEPLOY DEPLOY_OK /sdc/v1/catalog/services/BasicVm/1.0/artifacts/service-BasicVm-csar.csar ASDC sendASDCNotification 2022-11-13T04:21:38.316Z|8f237f38-7bd3-49fb-9e73-c885e48aa330|pool-2-thread-9|||||DEBUG|500||Sending DEPLOY(DEPLOY_OK) notification to ASDC for artifact:/sdc/v1/catalog/services/BasicVm/1.0/artifacts/service-BasicVm-csar.csar 2022-11-13T04:21:38.316Z|8f237f38-7bd3-49fb-9e73-c885e48aa330|pool-2-thread-9|||||INFO|500||DistributionClient - sendDeploymentStatus 2022-11-13T04:21:38.317Z|8f237f38-7bd3-49fb-9e73-c885e48aa330|pool-2-thread-9|||||INFO|500||DistributionClient - sendStatus 2022-11-13T04:21:38.320Z|8f237f38-7bd3-49fb-9e73-c885e48aa330|pool-2-thread-9|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap] 2022-11-13T04:21:38.320Z|8f237f38-7bd3-49fb-9e73-c885e48aa330|pool-2-thread-9|||||DEBUG|500||try to send status { "distributionID": "8f237f38-7bd3-49fb-9e73-c885e48aa330", "consumerID": "SO-COpenSource-Env11", "timestamp": 1668313298315, "artifactURL": "/sdc/v1/catalog/services/BasicVm/1.0/artifacts/service-BasicVm-csar.csar", "status": "DEPLOY_OK" } 2022-11-13T04:21:38.420Z||pool-65-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms 2022-11-13T04:21:38.421Z||pool-65-thread-1|||||WARN|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO will send credentials over a clear channel. 2022-11-13T04:21:38.421Z||pool-65-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as Oi7quVEmKWoWd026) ... 2022-11-13T04:21:38.437Z||pool-65-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK 2022-11-13T04:21:38.439Z||pool-65-thread-1|||||INFO|500||cambria reply ok (19 ms):{"serverTimeMs":0,"count":1} 2022-11-13T04:21:39.321Z|8f237f38-7bd3-49fb-9e73-c885e48aa330|pool-2-thread-9|||||DEBUG|500||Entered getOverallDistributionStatus method for distrubutionId: 8f237f38-7bd3-49fb-9e73-c885e48aa330 Hibernate: select watchdogdi0_.DISTRIBUTION_ID as distribu1_11_0_, watchdogdi0_.CREATE_TIME as create_t2_11_0_, watchdogdi0_.DISTRIBUTION_ID_STATUS as distribu3_11_0_, watchdogdi0_.MODIFY_TIME as modify_t4_11_0_, watchdogdi0_.LOCK_VERSION as lock_ver5_11_0_ from watchdog_distributionid_status watchdogdi0_ where watchdogdi0_.DISTRIBUTION_ID=? Hibernate: select watchdogco0_.COMPONENT_NAME as componen1_12_, watchdogco0_.DISTRIBUTION_ID as distribu2_12_, watchdogco0_.COMPONENT_DISTRIBUTION_STATUS as componen3_12_, watchdogco0_.CREATE_TIME as create_t4_12_, watchdogco0_.MODIFY_TIME as modify_t5_12_ from watchdog_per_component_distribution_status watchdogco0_ where watchdogco0_.DISTRIBUTION_ID=? 2022-11-13T04:21:39.333Z|8f237f38-7bd3-49fb-9e73-c885e48aa330|pool-2-thread-9|||||DEBUG|500||Executed RequestDB getWatchdogComponentDistributionStatus for distrubutionId: 8f237f38-7bd3-49fb-9e73-c885e48aa330 Hibernate: select watchdogco0_.COMPONENT_NAME as componen1_12_, watchdogco0_.DISTRIBUTION_ID as distribu2_12_, watchdogco0_.COMPONENT_DISTRIBUTION_STATUS as componen3_12_, watchdogco0_.CREATE_TIME as create_t4_12_, watchdogco0_.MODIFY_TIME as modify_t5_12_ from watchdog_per_component_distribution_status watchdogco0_ where watchdogco0_.DISTRIBUTION_ID=? 2022-11-13T04:21:39.336Z|8f237f38-7bd3-49fb-9e73-c885e48aa330|pool-2-thread-9|||||DEBUG|500||Found componentName SO in the WatchDog Component DB 2022-11-13T04:21:39.336Z|8f237f38-7bd3-49fb-9e73-c885e48aa330|pool-2-thread-9|||||DEBUG|500||Found componentName AAI in the WatchDog Component DB 2022-11-13T04:21:39.336Z|8f237f38-7bd3-49fb-9e73-c885e48aa330|pool-2-thread-9|||||DEBUG|500||Found componentName SDNC in the WatchDog Component DB 2022-11-13T04:21:39.336Z|8f237f38-7bd3-49fb-9e73-c885e48aa330|pool-2-thread-9|||||DEBUG|500||Components Size matched with the WatchdogComponentDistributionStatus results. 2022-11-13T04:21:39.336Z|8f237f38-7bd3-49fb-9e73-c885e48aa330|pool-2-thread-9|||||DEBUG|500||Component status: COMPONENT_DONE_OK on componentName: 2022-11-13T04:21:39.337Z|8f237f38-7bd3-49fb-9e73-c885e48aa330|pool-2-thread-9|||||DEBUG|500||Component status: COMPONENT_DONE_OK on componentName: 2022-11-13T04:21:39.337Z|8f237f38-7bd3-49fb-9e73-c885e48aa330|pool-2-thread-9|||||DEBUG|500||Component status: COMPONENT_DONE_OK on componentName: 2022-11-13T04:21:39.337Z|8f237f38-7bd3-49fb-9e73-c885e48aa330|pool-2-thread-9|||||DEBUG|500||Component status: COMPONENT_DONE_OK on componentName: 2022-11-13T04:21:39.337Z|8f237f38-7bd3-49fb-9e73-c885e48aa330|pool-2-thread-9|||||DEBUG|500||Component status: COMPONENT_DONE_OK on componentName: 2022-11-13T04:21:39.337Z|8f237f38-7bd3-49fb-9e73-c885e48aa330|pool-2-thread-9|||||DEBUG|500||Component status: COMPONENT_DONE_OK on componentName: 2022-11-13T04:21:39.337Z|8f237f38-7bd3-49fb-9e73-c885e48aa330|pool-2-thread-9|||||DEBUG|500||Updating overall DistributionStatus to: SUCCESS for distributionId: Hibernate: select watchdogdi0_.DISTRIBUTION_ID as distribu1_11_0_, watchdogdi0_.CREATE_TIME as create_t2_11_0_, watchdogdi0_.DISTRIBUTION_ID_STATUS as distribu3_11_0_, watchdogdi0_.MODIFY_TIME as modify_t4_11_0_, watchdogdi0_.LOCK_VERSION as lock_ver5_11_0_ from watchdog_distributionid_status watchdogdi0_ where watchdogdi0_.DISTRIBUTION_ID=? 2022-11-13T04:21:39.341Z|8f237f38-7bd3-49fb-9e73-c885e48aa330|pool-2-thread-9|||||DEBUG|500||Exiting getOverallDistributionStatus method in WatchdogDistribution 2022-11-13T04:21:50.292Z||pool-2-thread-2|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2022-11-13T04:21:50.293Z||pool-2-thread-2|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel. 2022-11-13T04:21:50.293Z||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 Oi7quVEmKWoWd026) ... 2022-11-13T04:21:50.314Z||pool-2-thread-2|||||INFO|500|| --> HTTP/1.1 200 OK 2022-11-13T04:21:50.315Z||pool-2-thread-2|||||DEBUG|500||received message from topic 2022-11-13T04:21:50.315Z||pool-2-thread-2|||||DEBUG|500||recieved notification from broker: { "distributionID": "50d872ba-9036-48e7-864d-0cb3dfcb5f5f", "consumerID": "multicloud-k8s-id", "timestamp": 1668313189603, "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/basic_cnf0_modules.json", "status": "DOWNLOAD_OK" } 2022-11-13T04:21:50.316Z||pool-2-thread-2|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error' 2022-11-13T04:22:09.341Z|8f237f38-7bd3-49fb-9e73-c885e48aa330|pool-2-thread-9|||||DEBUG|500||Entered executePatchAAI method with distrubutionId: 8f237f38-7bd3-49fb-9e73-c885e48aa330 and distributionStatus: Hibernate: select watchdogse0_.DISTRIBUTION_ID as distribu1_13_, watchdogse0_.SERVICE_MODEL_VERSION_ID as service_2_13_, watchdogse0_.CONSUMER_ID as consumer3_13_, watchdogse0_.CREATE_TIME as create_t4_13_, watchdogse0_.DISTRIBUTION_NOTIFICATION as distribu5_13_ from watchdog_service_mod_ver_id_lookup watchdogse0_ where watchdogse0_.DISTRIBUTION_ID=? 2022-11-13T04:22:09.349Z|8f237f38-7bd3-49fb-9e73-c885e48aa330|pool-2-thread-9|||||DEBUG|500||Executed RequestDB getWatchdogServiceModVerIdLookup with distributionId: 8f237f38-7bd3-49fb-9e73-c885e48aa330 and serviceModelVersionId: b6fc3241-4722-4de3-a28e-57af69c3c2e3 2022-11-13T04:22:09.349Z|8f237f38-7bd3-49fb-9e73-c885e48aa330|pool-2-thread-9|||||DEBUG|500||ASDC Notification ServiceModelInvariantUUID : 44392660-7061-45ba-9bf9-6394e0a85cea 2022-11-13T04:22:09.350Z|8f237f38-7bd3-49fb-9e73-c885e48aa330|pool-2-thread-9|||||DEBUG|500||Target A&AI Resource URI: /service-design-and-creation/models/model/44392660-7061-45ba-9bf9-6394e0a85cea/model-vers/model-ver/b6fc3241-4722-4de3-a28e-57af69c3c2e3?depth=0 2022-11-13T04:22:09.355Z|8f237f38-7bd3-49fb-9e73-c885e48aa330|pool-2-thread-9|||||INFO|500||RestClientSSL using default SSL context! 2022-11-13T04:22:09.399Z|8f237f38-7bd3-49fb-9e73-c885e48aa330|pool-2-thread-9|||AAI||DEBUG|500||Sending HTTP POST (overridden to PATCH) to:https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/44392660-7061-45ba-9bf9-6394e0a85cea/model-vers/model-ver/b6fc3241-4722-4de3-a28e-57af69c3c2e3?depth=0 with request headers:{Authorization=[***REDACTED***], X-FromAppId=[MSO], X-HTTP-Method-Override=[PATCH], Accept=[application/json], X-TransactionId=[], Content-Type=[application/merge-patch+json]} 2022-11-13T04:22:09.400Z|8f237f38-7bd3-49fb-9e73-c885e48aa330|pool-2-thread-9|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/44392660-7061-45ba-9bf9-6394e0a85cea/model-vers/model-ver/b6fc3241-4722-4de3-a28e-57af69c3c2e3?depth=0|INFO|500||Invoke 2022-11-13T04:22:09.419Z|8f237f38-7bd3-49fb-9e73-c885e48aa330|pool-2-thread-9|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/44392660-7061-45ba-9bf9-6394e0a85cea/model-vers/model-ver/b6fc3241-4722-4de3-a28e-57af69c3c2e3?depth=0|DEBUG|500||{"distribution-status":"DISTRIBUTION_COMPLETE_OK"} 2022-11-13T04:22:09.502Z|8f237f38-7bd3-49fb-9e73-c885e48aa330|pool-2-thread-9|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/44392660-7061-45ba-9bf9-6394e0a85cea/model-vers/model-ver/b6fc3241-4722-4de3-a28e-57af69c3c2e3?depth=0|INFO|500||InvokeReturn 2022-11-13T04:22:09.502Z|8f237f38-7bd3-49fb-9e73-c885e48aa330|pool-2-thread-9|||||DEBUG|500||Response from method:POST (overridden to PATCH) performed on uri:https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/44392660-7061-45ba-9bf9-6394e0a85cea/model-vers/model-ver/b6fc3241-4722-4de3-a28e-57af69c3c2e3?depth=0 has http status code:200 and response headers:{Strict-Transport-Security=[max-age=16000000; includeSubDomains; preload;], X-AAI-TXID=[2-aai-resources-221113-04:22:08:400-40842], vertex-id=[671856], Content-Length=[0], Date=[Sun, 13 Nov 2022 04:22:08 GMT], Content-Type=[application/json]} 2022-11-13T04:22:09.503Z|8f237f38-7bd3-49fb-9e73-c885e48aa330|pool-2-thread-9|||||DEBUG|500||Response was returned with an empty entity. 2022-11-13T04:22:09.504Z|8f237f38-7bd3-49fb-9e73-c885e48aa330|pool-2-thread-9|||||DEBUG|500||A&AI UPDATE MODEL Version is success! 2022-11-13T04:22:09.504Z|8f237f38-7bd3-49fb-9e73-c885e48aa330|pool-2-thread-9|||||DEBUG|500||A&AI Updated succefully with Distribution Status! Hibernate: select service0_.MODEL_UUID as model_uu1_50_, service0_.CDS_BLUEPRINT_NAME as cds_blue2_50_, service0_.CDS_BLUEPRINT_VERSION as cds_blue3_50_, service0_.SERVICE_CATEGORY as service_4_50_, service0_.CONTROLLER_ACTOR as controll5_50_, service0_.CREATION_TIMESTAMP as creation6_50_, service0_.TOSCA_CSAR_ARTIFACT_UUID as tosca_c21_50_, service0_.DESCRIPTION as descript7_50_, service0_.OVERALL_DISTRIBUTION_STATUS as overall_8_50_, service0_.ENVIRONMENT_CONTEXT as environm9_50_, service0_.MODEL_INVARIANT_UUID as model_i10_50_, service0_.MODEL_NAME as model_n11_50_, service0_.MODEL_VERSION as model_v12_50_, service0_.NAMING_POLICY as naming_13_50_, service0_.ONAP_GENERATED_NAMING as onap_ge14_50_, service0_.RESOURCE_ORDER as resourc15_50_, service0_.SERVICE_FUNCTION as service16_50_, service0_.SERVICE_ROLE as service17_50_, service0_.SERVICE_TYPE as service18_50_, service0_.SKIP_POST_INSTANTIATION_CONFIGURATION as skip_po19_50_, service0_.WORKLOAD_CONTEXT as workloa20_50_ from service service0_ where service0_.MODEL_UUID=? 2022-11-13T04:22:09.508Z|8f237f38-7bd3-49fb-9e73-c885e48aa330|pool-2-thread-9|||||ERROR|500||Error updating CatalogDBStatus java.lang.NullPointerException: null at org.onap.so.asdc.tenantIsolation.WatchdogDistribution.updateCatalogDBStatus(WatchdogDistribution.java:206) at org.onap.so.asdc.client.ASDCController.treatNotification(ASDCController.java:690) at org.onap.so.asdc.client.ASDCNotificationCallBack.activateCallback(ASDCNotificationCallBack.java:52) at org.onap.sdc.impl.NotificationConsumer.run(NotificationConsumer.java:71) at java.base/java.util.concurrent.Executors$RunnableAdapter.call(Unknown Source) at java.base/java.util.concurrent.FutureTask.runAndReset(Unknown Source) at java.base/java.util.concurrent.ScheduledThreadPoolExecutor$ScheduledFutureTask.run(Unknown Source) at java.base/java.util.concurrent.ThreadPoolExecutor.runWorker(Unknown Source) at java.base/java.util.concurrent.ThreadPoolExecutor$Worker.run(Unknown Source) at java.base/java.lang.Thread.run(Unknown Source) 2022-11-13T04:22:09.509Z|8f237f38-7bd3-49fb-9e73-c885e48aa330|pool-2-thread-9|||||DEBUG|500||Enter sendFinalDistributionStatus with DistributionID 8f237f38-7bd3-49fb-9e73-c885e48aa330 and Status of DISTRIBUTION_COMPLETE_OK and ErrorReason null 2022-11-13T04:22:09.509Z|8f237f38-7bd3-49fb-9e73-c885e48aa330|pool-2-thread-9|||||INFO|500||DistributionClient - sendFinalDistributionStatus status 2022-11-13T04:22:09.509Z|8f237f38-7bd3-49fb-9e73-c885e48aa330|pool-2-thread-9|||||INFO|500||DistributionClient - sendStatus 2022-11-13T04:22:09.511Z|8f237f38-7bd3-49fb-9e73-c885e48aa330|pool-2-thread-9|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap] 2022-11-13T04:22:09.511Z|8f237f38-7bd3-49fb-9e73-c885e48aa330|pool-2-thread-9|||||DEBUG|500||try to send status { "distributionID": "8f237f38-7bd3-49fb-9e73-c885e48aa330", "consumerID": "SO-COpenSource-Env11", "timestamp": 1668313329509, "artifactURL": "", "status": "DISTRIBUTION_COMPLETE_OK" } 2022-11-13T04:22:09.612Z||pool-66-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms 2022-11-13T04:22:09.613Z||pool-66-thread-1|||||WARN|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO will send credentials over a clear channel. 2022-11-13T04:22:09.613Z||pool-66-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as Oi7quVEmKWoWd026) ... 2022-11-13T04:22:09.631Z||pool-66-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK 2022-11-13T04:22:09.632Z||pool-66-thread-1|||||INFO|500||cambria reply ok (20 ms):{"serverTimeMs":0,"count":1} Hibernate: select watchdogdi0_.DISTRIBUTION_ID as distribu1_11_0_, watchdogdi0_.CREATE_TIME as create_t2_11_0_, watchdogdi0_.DISTRIBUTION_ID_STATUS as distribu3_11_0_, watchdogdi0_.MODIFY_TIME as modify_t4_11_0_, watchdogdi0_.LOCK_VERSION as lock_ver5_11_0_ from watchdog_distributionid_status watchdogdi0_ where watchdogdi0_.DISTRIBUTION_ID=? Hibernate: update watchdog_distributionid_status set DISTRIBUTION_ID_STATUS=?, MODIFY_TIME=?, LOCK_VERSION=? where DISTRIBUTION_ID=? 2022-11-13T04:22:10.524Z|8f237f38-7bd3-49fb-9e73-c885e48aa330|pool-2-thread-9|||||DEBUG|500||received message from topic 2022-11-13T04:22:10.524Z|8f237f38-7bd3-49fb-9e73-c885e48aa330|pool-2-thread-9|||||DEBUG|500||recieved notification from broker: {"distributionID":"50d872ba-9036-48e7-864d-0cb3dfcb5f5f","serviceName":"basic_cnf","serviceVersion":"1.0","serviceUUID":"f1c9e342-5944-474a-b1d8-e8d2ef123444","serviceDescription":"service","serviceInvariantUUID":"9667a25e-12fb-4184-b941-e33321764a7c","resources":[{"resourceInstanceName":"basic_cnf 0","resourceName":"basic_cnf","resourceVersion":"1.0","resoucreType":"VF","resourceUUID":"27267fe0-964e-4726-a2f1-a96eadccc9be","resourceInvariantUUID":"d9cc0502-1870-49bd-ad81-bdc41a0b62c4","resourceCustomizationUUID":"86ebb14f-6714-4985-9689-9bcd42560441","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":"NTk5MDRmYjcyNGY2NmFlZGQzODZjNGU2MjM1ZjY5MTY\u003d","artifactDescription":"VF license file","artifactTimeout":0,"artifactUUID":"2ae3445c-5c7b-4baf-967b-341f28210492","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":"8f8b4c7e-eb2e-4435-8c44-fb51311edc78","artifactVersion":"2","generatedFromUUID":"9c245e34-11c3-4381-8f8c-201d5281529b"},{"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":"9c245e34-11c3-4381-8f8c-201d5281529b","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":"N2JhOTRjYWYyOTA0YWZkOWIyZWNiMzU4ODFjNGRkNWI\u003d","artifactDescription":"Auto-generated VF Modules information artifact","artifactTimeout":0,"artifactUUID":"2f744b5e-1a86-477f-919d-0ce664aa3363","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":"8b4083a0-bedb-4116-815a-d3963e52e1e1","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":"fd4a5a39-5ad3-4f15-b95f-19dba8ecaca1","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":"87f5590c-7e61-4c99-b0f7-5b01b379e5bf","artifactVersion":"2","generatedFromUUID":"8b4083a0-bedb-4116-815a-d3963e52e1e1"}]}],"serviceArtifacts":[{"artifactName":"service-BasicCnf-template.yml","artifactType":"TOSCA_TEMPLATE","artifactURL":"/sdc/v1/catalog/services/BasicCnf/1.0/artifacts/service-BasicCnf-template.yml","artifactChecksum":"ZjBlNjkwMjFmY2MzMGU4YjdhYzQzZjk4MGRmN2FmMzA\u003d","artifactDescription":"TOSCA representation of the asset","artifactTimeout":0,"artifactUUID":"4b545f0d-93e8-4f7d-88bc-8c94410616a2","artifactVersion":"1"},{"artifactName":"service-BasicCnf-csar.csar","artifactType":"TOSCA_CSAR","artifactURL":"/sdc/v1/catalog/services/BasicCnf/1.0/artifacts/service-BasicCnf-csar.csar","artifactChecksum":"OGZkMzRlNzAzODc4YWU0M2IyNTYxZTJmZWU1ZDRjOGI\u003d","artifactDescription":"TOSCA definition package of the asset","artifactTimeout":0,"artifactUUID":"88359a26-ec49-40ac-8aed-45119d734613","artifactVersion":"1"}],"workloadContext":"Production"} 2022-11-13T04:22:10.524Z|8f237f38-7bd3-49fb-9e73-c885e48aa330|pool-2-thread-9|||||INFO|500||DistributionClient - sendNotificationStatus 2022-11-13T04:22:10.525Z|8f237f38-7bd3-49fb-9e73-c885e48aa330|pool-2-thread-9|||||INFO|500||DistributionClient - sendStatus 2022-11-13T04:22:10.527Z|8f237f38-7bd3-49fb-9e73-c885e48aa330|pool-2-thread-9|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap] 2022-11-13T04:22:10.527Z|8f237f38-7bd3-49fb-9e73-c885e48aa330|pool-2-thread-9|||||DEBUG|500||try to send status { "distributionID": "50d872ba-9036-48e7-864d-0cb3dfcb5f5f", "consumerID": "SO-COpenSource-Env11", "timestamp": 1668313235482, "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/vf-license-model.xml", "status": "NOT_NOTIFIED" } 2022-11-13T04:22:10.627Z||pool-67-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms 2022-11-13T04:22:10.628Z||pool-67-thread-1|||||WARN|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO will send credentials over a clear channel. 2022-11-13T04:22:10.628Z||pool-67-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as Oi7quVEmKWoWd026) ... 2022-11-13T04:22:10.642Z||pool-67-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK 2022-11-13T04:22:10.643Z||pool-67-thread-1|||||INFO|500||cambria reply ok (16 ms):{"serverTimeMs":0,"count":1} 2022-11-13T04:22:11.527Z|8f237f38-7bd3-49fb-9e73-c885e48aa330|pool-2-thread-9|||||INFO|500||DistributionClient - sendNotificationStatus 2022-11-13T04:22:11.528Z|8f237f38-7bd3-49fb-9e73-c885e48aa330|pool-2-thread-9|||||INFO|500||DistributionClient - sendStatus 2022-11-13T04:22:11.530Z|8f237f38-7bd3-49fb-9e73-c885e48aa330|pool-2-thread-9|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap] 2022-11-13T04:22:11.530Z|8f237f38-7bd3-49fb-9e73-c885e48aa330|pool-2-thread-9|||||DEBUG|500||try to send status { "distributionID": "50d872ba-9036-48e7-864d-0cb3dfcb5f5f", "consumerID": "SO-COpenSource-Env11", "timestamp": 1668313235482, "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/nginx_cloudtech_k8s_charts.env", "status": "NOTIFIED" } 2022-11-13T04:22:11.631Z||pool-68-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms 2022-11-13T04:22:11.632Z||pool-68-thread-1|||||WARN|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO will send credentials over a clear channel. 2022-11-13T04:22:11.632Z||pool-68-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as Oi7quVEmKWoWd026) ... 2022-11-13T04:22:11.647Z||pool-68-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK 2022-11-13T04:22:11.648Z||pool-68-thread-1|||||INFO|500||cambria reply ok (17 ms):{"serverTimeMs":1,"count":1} 2022-11-13T04:22:12.531Z|8f237f38-7bd3-49fb-9e73-c885e48aa330|pool-2-thread-9|||||INFO|500||DistributionClient - sendNotificationStatus 2022-11-13T04:22:12.532Z|8f237f38-7bd3-49fb-9e73-c885e48aa330|pool-2-thread-9|||||INFO|500||DistributionClient - sendStatus 2022-11-13T04:22:12.534Z|8f237f38-7bd3-49fb-9e73-c885e48aa330|pool-2-thread-9|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap] 2022-11-13T04:22:12.534Z|8f237f38-7bd3-49fb-9e73-c885e48aa330|pool-2-thread-9|||||DEBUG|500||try to send status { "distributionID": "50d872ba-9036-48e7-864d-0cb3dfcb5f5f", "consumerID": "SO-COpenSource-Env11", "timestamp": 1668313235482, "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/nginx_cloudtech_k8s_charts.tgz", "status": "NOTIFIED" } 2022-11-13T04:22:12.635Z||pool-69-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 101 ms 2022-11-13T04:22:12.636Z||pool-69-thread-1|||||WARN|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO will send credentials over a clear channel. 2022-11-13T04:22:12.636Z||pool-69-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as Oi7quVEmKWoWd026) ... 2022-11-13T04:22:12.662Z||pool-69-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK 2022-11-13T04:22:12.663Z||pool-69-thread-1|||||INFO|500||cambria reply ok (28 ms):{"serverTimeMs":0,"count":1} 2022-11-13T04:22:13.535Z|8f237f38-7bd3-49fb-9e73-c885e48aa330|pool-2-thread-9|||||INFO|500||DistributionClient - sendNotificationStatus 2022-11-13T04:22:13.536Z|8f237f38-7bd3-49fb-9e73-c885e48aa330|pool-2-thread-9|||||INFO|500||DistributionClient - sendStatus 2022-11-13T04:22:13.538Z|8f237f38-7bd3-49fb-9e73-c885e48aa330|pool-2-thread-9|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap] 2022-11-13T04:22:13.538Z|8f237f38-7bd3-49fb-9e73-c885e48aa330|pool-2-thread-9|||||DEBUG|500||try to send status { "distributionID": "50d872ba-9036-48e7-864d-0cb3dfcb5f5f", "consumerID": "SO-COpenSource-Env11", "timestamp": 1668313235482, "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/basic_cnf0_modules.json", "status": "NOTIFIED" } 2022-11-13T04:22:13.638Z||pool-70-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms 2022-11-13T04:22:13.640Z||pool-70-thread-1|||||WARN|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO will send credentials over a clear channel. 2022-11-13T04:22:13.641Z||pool-70-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as Oi7quVEmKWoWd026) ... 2022-11-13T04:22:13.656Z||pool-70-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK 2022-11-13T04:22:13.658Z||pool-70-thread-1|||||INFO|500||cambria reply ok (19 ms):{"serverTimeMs":0,"count":1} 2022-11-13T04:22:14.539Z|8f237f38-7bd3-49fb-9e73-c885e48aa330|pool-2-thread-9|||||INFO|500||DistributionClient - sendNotificationStatus 2022-11-13T04:22:14.539Z|8f237f38-7bd3-49fb-9e73-c885e48aa330|pool-2-thread-9|||||INFO|500||DistributionClient - sendStatus 2022-11-13T04:22:14.541Z|8f237f38-7bd3-49fb-9e73-c885e48aa330|pool-2-thread-9|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap] 2022-11-13T04:22:14.541Z|8f237f38-7bd3-49fb-9e73-c885e48aa330|pool-2-thread-9|||||DEBUG|500||try to send status { "distributionID": "50d872ba-9036-48e7-864d-0cb3dfcb5f5f", "consumerID": "SO-COpenSource-Env11", "timestamp": 1668313235482, "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/base_dummy.yaml", "status": "NOTIFIED" } 2022-11-13T04:22:14.642Z||pool-71-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms 2022-11-13T04:22:14.643Z||pool-71-thread-1|||||WARN|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO will send credentials over a clear channel. 2022-11-13T04:22:14.643Z||pool-71-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as Oi7quVEmKWoWd026) ... 2022-11-13T04:22:14.658Z||pool-71-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK 2022-11-13T04:22:14.659Z||pool-71-thread-1|||||INFO|500||cambria reply ok (17 ms):{"serverTimeMs":0,"count":1} 2022-11-13T04:22:15.542Z|8f237f38-7bd3-49fb-9e73-c885e48aa330|pool-2-thread-9|||||INFO|500||DistributionClient - sendNotificationStatus 2022-11-13T04:22:15.543Z|8f237f38-7bd3-49fb-9e73-c885e48aa330|pool-2-thread-9|||||INFO|500||DistributionClient - sendStatus 2022-11-13T04:22:15.545Z|8f237f38-7bd3-49fb-9e73-c885e48aa330|pool-2-thread-9|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap] 2022-11-13T04:22:15.545Z|8f237f38-7bd3-49fb-9e73-c885e48aa330|pool-2-thread-9|||||DEBUG|500||try to send status { "distributionID": "50d872ba-9036-48e7-864d-0cb3dfcb5f5f", "consumerID": "SO-COpenSource-Env11", "timestamp": 1668313235482, "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/vendor-license-model.xml", "status": "NOT_NOTIFIED" } 2022-11-13T04:22:15.646Z||pool-72-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 101 ms 2022-11-13T04:22:15.647Z||pool-72-thread-1|||||WARN|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO will send credentials over a clear channel. 2022-11-13T04:22:15.647Z||pool-72-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as Oi7quVEmKWoWd026) ... 2022-11-13T04:22:15.662Z||pool-72-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK 2022-11-13T04:22:15.662Z||pool-72-thread-1|||||INFO|500||cambria reply ok (16 ms):{"serverTimeMs":1,"count":1} 2022-11-13T04:22:16.546Z|8f237f38-7bd3-49fb-9e73-c885e48aa330|pool-2-thread-9|||||INFO|500||DistributionClient - sendNotificationStatus 2022-11-13T04:22:16.547Z|8f237f38-7bd3-49fb-9e73-c885e48aa330|pool-2-thread-9|||||INFO|500||DistributionClient - sendStatus 2022-11-13T04:22:16.549Z|8f237f38-7bd3-49fb-9e73-c885e48aa330|pool-2-thread-9|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap] 2022-11-13T04:22:16.549Z|8f237f38-7bd3-49fb-9e73-c885e48aa330|pool-2-thread-9|||||DEBUG|500||try to send status { "distributionID": "50d872ba-9036-48e7-864d-0cb3dfcb5f5f", "consumerID": "SO-COpenSource-Env11", "timestamp": 1668313235482, "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/base_dummy.env", "status": "NOTIFIED" } 2022-11-13T04:22:16.650Z||pool-73-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 101 ms 2022-11-13T04:22:16.651Z||pool-73-thread-1|||||WARN|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO will send credentials over a clear channel. 2022-11-13T04:22:16.651Z||pool-73-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as Oi7quVEmKWoWd026) ... 2022-11-13T04:22:16.686Z||pool-73-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK 2022-11-13T04:22:16.687Z||pool-73-thread-1|||||INFO|500||cambria reply ok (36 ms):{"serverTimeMs":0,"count":1} 2022-11-13T04:22:17.550Z|8f237f38-7bd3-49fb-9e73-c885e48aa330|pool-2-thread-9|||||INFO|500||DistributionClient - sendNotificationStatus 2022-11-13T04:22:17.551Z|8f237f38-7bd3-49fb-9e73-c885e48aa330|pool-2-thread-9|||||INFO|500||DistributionClient - sendStatus 2022-11-13T04:22:17.553Z|8f237f38-7bd3-49fb-9e73-c885e48aa330|pool-2-thread-9|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap] 2022-11-13T04:22:17.553Z|8f237f38-7bd3-49fb-9e73-c885e48aa330|pool-2-thread-9|||||DEBUG|500||try to send status { "distributionID": "50d872ba-9036-48e7-864d-0cb3dfcb5f5f", "consumerID": "SO-COpenSource-Env11", "timestamp": 1668313235482, "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/artifacts/service-BasicCnf-template.yml", "status": "NOT_NOTIFIED" } 2022-11-13T04:22:17.653Z||pool-74-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms 2022-11-13T04:22:17.654Z||pool-74-thread-1|||||WARN|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO will send credentials over a clear channel. 2022-11-13T04:22:17.654Z||pool-74-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as Oi7quVEmKWoWd026) ... 2022-11-13T04:22:17.681Z||pool-74-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK 2022-11-13T04:22:17.682Z||pool-74-thread-1|||||INFO|500||cambria reply ok (28 ms):{"serverTimeMs":0,"count":1} 2022-11-13T04:22:18.553Z|8f237f38-7bd3-49fb-9e73-c885e48aa330|pool-2-thread-9|||||INFO|500||DistributionClient - sendNotificationStatus 2022-11-13T04:22:18.554Z|8f237f38-7bd3-49fb-9e73-c885e48aa330|pool-2-thread-9|||||INFO|500||DistributionClient - sendStatus 2022-11-13T04:22:18.556Z|8f237f38-7bd3-49fb-9e73-c885e48aa330|pool-2-thread-9|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap] 2022-11-13T04:22:18.556Z|8f237f38-7bd3-49fb-9e73-c885e48aa330|pool-2-thread-9|||||DEBUG|500||try to send status { "distributionID": "50d872ba-9036-48e7-864d-0cb3dfcb5f5f", "consumerID": "SO-COpenSource-Env11", "timestamp": 1668313235482, "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/artifacts/service-BasicCnf-csar.csar", "status": "NOTIFIED" } 2022-11-13T04:22:18.656Z||pool-75-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms 2022-11-13T04:22:18.657Z||pool-75-thread-1|||||WARN|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO will send credentials over a clear channel. 2022-11-13T04:22:18.657Z||pool-75-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as Oi7quVEmKWoWd026) ... 2022-11-13T04:22:18.673Z||pool-75-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK 2022-11-13T04:22:18.673Z||pool-75-thread-1|||||INFO|500||cambria reply ok (16 ms):{"serverTimeMs":0,"count":1} 2022-11-13T04:22:19.562Z|8f237f38-7bd3-49fb-9e73-c885e48aa330|pool-2-thread-9|||||DEBUG|500||sending notification to client: { "distributionID": "50d872ba-9036-48e7-864d-0cb3dfcb5f5f", "serviceName": "basic_cnf", "serviceVersion": "1.0", "serviceUUID": "f1c9e342-5944-474a-b1d8-e8d2ef123444", "serviceDescription": "service", "serviceInvariantUUID": "9667a25e-12fb-4184-b941-e33321764a7c", "resources": [ { "resourceInstanceName": "basic_cnf 0", "resourceCustomizationUUID": "86ebb14f-6714-4985-9689-9bcd42560441", "resourceName": "basic_cnf", "resourceVersion": "1.0", "resoucreType": "VF", "resourceUUID": "27267fe0-964e-4726-a2f1-a96eadccc9be", "resourceInvariantUUID": "d9cc0502-1870-49bd-ad81-bdc41a0b62c4", "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": "8f8b4c7e-eb2e-4435-8c44-fb51311edc78", "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": "9c245e34-11c3-4381-8f8c-201d5281529b", "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": "N2JhOTRjYWYyOTA0YWZkOWIyZWNiMzU4ODFjNGRkNWI\u003d", "artifactDescription": "Auto-generated VF Modules information artifact", "artifactTimeout": 0, "artifactVersion": "1", "artifactUUID": "2f744b5e-1a86-477f-919d-0ce664aa3363", "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": "8b4083a0-bedb-4116-815a-d3963e52e1e1", "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": "87f5590c-7e61-4c99-b0f7-5b01b379e5bf", "generatedFromUUID": "8b4083a0-bedb-4116-815a-d3963e52e1e1" }, "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": "87f5590c-7e61-4c99-b0f7-5b01b379e5bf", "relatedArtifactsInfo": [] } ] } ], "serviceArtifacts": [ { "artifactName": "service-BasicCnf-csar.csar", "artifactType": "TOSCA_CSAR", "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/artifacts/service-BasicCnf-csar.csar", "artifactChecksum": "OGZkMzRlNzAzODc4YWU0M2IyNTYxZTJmZWU1ZDRjOGI\u003d", "artifactDescription": "TOSCA definition package of the asset", "artifactTimeout": 0, "artifactVersion": "1", "artifactUUID": "88359a26-ec49-40ac-8aed-45119d734613" } ], "workloadContext": "Production" } 2022-11-13T04:22:19.562Z|8f237f38-7bd3-49fb-9e73-c885e48aa330|pool-2-thread-9|||||DEBUG|500||Receive a callback notification in ASDC, nb of resources: 1 2022-11-13T04:22:19.562Z|8f237f38-7bd3-49fb-9e73-c885e48aa330|pool-2-thread-9|||||INFO|500||ASDC_RECEIVE_CALLBACK_NOTIF 5 f1c9e342-5944-474a-b1d8-e8d2ef123444 ASDC 2022-11-13T04:22:19.563Z|50d872ba-9036-48e7-864d-0cb3dfcb5f5f|pool-2-thread-9|||||DEBUG|500||ASDC Notification: DistributionID:50d872ba-9036-48e7-864d-0cb3dfcb5f5f ServiceName:basic_cnf ServiceVersion:1.0 ServiceUUID:f1c9e342-5944-474a-b1d8-e8d2ef123444 ServiceInvariantUUID:9667a25e-12fb-4184-b941-e33321764a7c 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:88359a26-ec49-40ac-8aed-45119d734613 ArtifactChecksum:OGZkMzRlNzAzODc4YWU0M2IyNTYxZTJmZWU1ZDRjOGI= GeneratedArtifact:{NULL } RelatedArtifacts:{ } } Resource Instances List: { Resource Instance Info: ResourceInstanceName:basic_cnf 0 ResourceCustomizationUUID:86ebb14f-6714-4985-9689-9bcd42560441 ResourceInvariantUUID:d9cc0502-1870-49bd-ad81-bdc41a0b62c4 ResourceName:basic_cnf ResourceType:VF ResourceUUID:27267fe0-964e-4726-a2f1-a96eadccc9be 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:8f8b4c7e-eb2e-4435-8c44-fb51311edc78 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:9c245e34-11c3-4381-8f8c-201d5281529b 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:2f744b5e-1a86-477f-919d-0ce664aa3363 ArtifactChecksum:N2JhOTRjYWYyOTA0YWZkOWIyZWNiMzU4ODFjNGRkNWI= 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:8b4083a0-bedb-4116-815a-d3963e52e1e1 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:87f5590c-7e61-4c99-b0f7-5b01b379e5bf 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:87f5590c-7e61-4c99-b0f7-5b01b379e5bf ArtifactChecksum:NmZhYzg0NmUzZTJiM2I2ZmJlZDE2YzY0ODM0MTZkYmE= GeneratedArtifact:{NULL } RelatedArtifacts:{ } } } 2022-11-13T04:22:19.563Z|50d872ba-9036-48e7-864d-0cb3dfcb5f5f|pool-2-thread-9|||||INFO|500||ASDC_RECEIVE_SERVICE_NOTIF f1c9e342-5944-474a-b1d8-e8d2ef123444 ASDC treatNotification Hibernate: select watchdogse0_.DISTRIBUTION_ID as distribu1_13_0_, watchdogse0_.SERVICE_MODEL_VERSION_ID as service_2_13_0_, watchdogse0_.CONSUMER_ID as consumer3_13_0_, watchdogse0_.CREATE_TIME as create_t4_13_0_, watchdogse0_.DISTRIBUTION_NOTIFICATION as distribu5_13_0_ from watchdog_service_mod_ver_id_lookup watchdogse0_ where watchdogse0_.DISTRIBUTION_ID=? and watchdogse0_.SERVICE_MODEL_VERSION_ID=? Hibernate: insert into watchdog_service_mod_ver_id_lookup (CONSUMER_ID, CREATE_TIME, DISTRIBUTION_NOTIFICATION, DISTRIBUTION_ID, SERVICE_MODEL_VERSION_ID) values (?, ?, ?, ?, ?) Hibernate: select watchdogdi0_.DISTRIBUTION_ID as distribu1_11_0_, watchdogdi0_.CREATE_TIME as create_t2_11_0_, watchdogdi0_.DISTRIBUTION_ID_STATUS as distribu3_11_0_, watchdogdi0_.MODIFY_TIME as modify_t4_11_0_, watchdogdi0_.LOCK_VERSION as lock_ver5_11_0_ from watchdog_distributionid_status watchdogdi0_ where watchdogdi0_.DISTRIBUTION_ID=? Hibernate: update watchdog_distributionid_status set DISTRIBUTION_ID_STATUS=?, MODIFY_TIME=?, LOCK_VERSION=? where DISTRIBUTION_ID=? 2022-11-13T04:22:19.610Z|50d872ba-9036-48e7-864d-0cb3dfcb5f5f|pool-2-thread-9|||||INFO|500||Unable to find the system property mso.config.path, use the default configuration 2022-11-13T04:22:19.611Z|50d872ba-9036-48e7-864d-0cb3dfcb5f5f|pool-2-thread-9|||||INFO|500||MSO config path is: /app 2022-11-13T04:22:19.611Z|50d872ba-9036-48e7-864d-0cb3dfcb5f5f|pool-2-thread-9|||||INFO|500||MSO config path is: /app 2022-11-13T04:22:19.611Z|50d872ba-9036-48e7-864d-0cb3dfcb5f5f|pool-2-thread-9|||||INFO|500||Trying to download the artifact UUID: 88359a26-ec49-40ac-8aed-45119d734613 from URL: /sdc/v1/catalog/services/BasicCnf/1.0/artifacts/service-BasicCnf-csar.csar 2022-11-13T04:22:19.611Z|50d872ba-9036-48e7-864d-0cb3dfcb5f5f|pool-2-thread-9|||||INFO|500||DistributionClient - download 2022-11-13T04:22:19.611Z|50d872ba-9036-48e7-864d-0cb3dfcb5f5f|pool-2-thread-9|||||DEBUG|500||url to send https://sdc-be.onap:8443/sdc/v1/catalog/services/BasicCnf/1.0/artifacts/service-BasicCnf-csar.csar 2022-11-13T04:22:19.695Z|50d872ba-9036-48e7-864d-0cb3dfcb5f5f|pool-2-thread-9|||||DEBUG|500||GET Response Status 200 2022-11-13T04:22:19.700Z|50d872ba-9036-48e7-864d-0cb3dfcb5f5f|pool-2-thread-9|||||INFO|500||ASDC_ARTIFACT_DOWNLOAD_SUC /sdc/v1/catalog/services/BasicCnf/1.0/artifacts/service-BasicCnf-csar.csar 88359a26-ec49-40ac-8aed-45119d734613 68963 2022-11-13T04:22:19.700Z|50d872ba-9036-48e7-864d-0cb3dfcb5f5f|pool-2-thread-9|||||INFO|500||ASDC_SEND_NOTIF_ASDC DOWNLOAD DOWNLOAD_OK /sdc/v1/catalog/services/BasicCnf/1.0/artifacts/service-BasicCnf-csar.csar ASDC sendASDCNotification 2022-11-13T04:22:19.701Z|50d872ba-9036-48e7-864d-0cb3dfcb5f5f|pool-2-thread-9|||||DEBUG|500||Sending DOWNLOAD(DOWNLOAD_OK) notification to ASDC for artifact:/sdc/v1/catalog/services/BasicCnf/1.0/artifacts/service-BasicCnf-csar.csar 2022-11-13T04:22:19.701Z|50d872ba-9036-48e7-864d-0cb3dfcb5f5f|pool-2-thread-9|||||INFO|500||DistributionClient - sendDownloadStatus 2022-11-13T04:22:19.701Z|50d872ba-9036-48e7-864d-0cb3dfcb5f5f|pool-2-thread-9|||||INFO|500||DistributionClient - sendStatus 2022-11-13T04:22:19.703Z|50d872ba-9036-48e7-864d-0cb3dfcb5f5f|pool-2-thread-9|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap] 2022-11-13T04:22:19.703Z|50d872ba-9036-48e7-864d-0cb3dfcb5f5f|pool-2-thread-9|||||DEBUG|500||try to send status { "distributionID": "50d872ba-9036-48e7-864d-0cb3dfcb5f5f", "consumerID": "SO-COpenSource-Env11", "timestamp": 1668313339700, "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/artifacts/service-BasicCnf-csar.csar", "status": "DOWNLOAD_OK" } 2022-11-13T04:22:19.803Z||pool-76-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 99 ms 2022-11-13T04:22:19.804Z||pool-76-thread-1|||||WARN|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO will send credentials over a clear channel. 2022-11-13T04:22:19.804Z||pool-76-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as Oi7quVEmKWoWd026) ... 2022-11-13T04:22:19.822Z||pool-76-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK 2022-11-13T04:22:19.822Z||pool-76-thread-1|||||INFO|500||cambria reply ok (18 ms):{"serverTimeMs":0,"count":1} 2022-11-13T04:22:20.704Z|50d872ba-9036-48e7-864d-0cb3dfcb5f5f|pool-2-thread-9|||||INFO|500||Unable to find the system property mso.config.path, use the default configuration 2022-11-13T04:22:20.705Z|50d872ba-9036-48e7-864d-0cb3dfcb5f5f|pool-2-thread-9|||||INFO|500||MSO config path is: /app 2022-11-13T04:22:20.705Z|50d872ba-9036-48e7-864d-0cb3dfcb5f5f|pool-2-thread-9|||||INFO|500||Trying to write artifact UUID: 88359a26-ec49-40ac-8aed-45119d734613, URL: /sdc/v1/catalog/services/BasicCnf/1.0/artifacts/service-BasicCnf-csar.csar to file: /app/ASDC/1/service-BasicCnf-csar.csar 2022-11-13T04:22:20.706Z|50d872ba-9036-48e7-864d-0cb3dfcb5f5f|pool-2-thread-9|||||INFO|500||ASDC_RECEIVE_SERVICE_NOTIF ***WRITE FILE ARTIFACT NAME ASDC service-BasicCnf-csar.csar 2022-11-13T04:22:20.706Z|50d872ba-9036-48e7-864d-0cb3dfcb5f5f|pool-2-thread-9|||||DEBUG|500||ASDC File path is: /app/ASDC/1/service-BasicCnf-csar.csar 2022-11-13T04:22:20.706Z|50d872ba-9036-48e7-864d-0cb3dfcb5f5f|pool-2-thread-9|||||INFO|500||ASDC_RECEIVE_SERVICE_NOTIF ***PATH ASDC /app/ASDC/1/service-BasicCnf-csar.csar 2022-11-13T04:22:20.858Z|50d872ba-9036-48e7-864d-0cb3dfcb5f5f|pool-2-thread-9|||||DEBUG|500||ToscaTemplate Loading YAMEL file /tmp/JTP15718763974148875283/Definitions/service-BasicCnf-template.yml 2022-11-13T04:22:21.921Z|50d872ba-9036-48e7-864d-0cb3dfcb5f5f|pool-2-thread-9|||||DEBUG|500||CSAR conformance level is 11.0 2022-11-13T04:22:21.922Z|50d872ba-9036-48e7-864d-0cb3dfcb5f5f|pool-2-thread-9|||||WARN|500||#################################################################################################### 2022-11-13T04:22:21.922Z|50d872ba-9036-48e7-864d-0cb3dfcb5f5f|pool-2-thread-9|||||WARN|500||CSAR Warnings found! CSAR name - /app/ASDC/1/service-BasicCnf-csar.csar 2022-11-13T04:22:21.922Z|50d872ba-9036-48e7-864d-0cb3dfcb5f5f|pool-2-thread-9|||||WARN|500||ToscaTemplate - verifyTemplate - 4 Parsing Warnings occurred... 2022-11-13T04:22:21.922Z|50d872ba-9036-48e7-864d-0cb3dfcb5f5f|pool-2-thread-9|||||WARN|500||JTosca Exception [JE003]: MissingRequiredFieldError: properties of template "abstract_dummy" are missing field(s): [nfc_function]. CSAR name - /app/ASDC/1/service-BasicCnf-csar.csar 2022-11-13T04:22:21.922Z|50d872ba-9036-48e7-864d-0cb3dfcb5f5f|pool-2-thread-9|||||WARN|500||JTosca Exception [JE003]: MissingRequiredFieldError: properties of template "abstract_dummy" are missing field(s): [unit, type]. CSAR name - /app/ASDC/1/service-BasicCnf-csar.csar 2022-11-13T04:22:21.922Z|50d872ba-9036-48e7-864d-0cb3dfcb5f5f|pool-2-thread-9|||||WARN|500||JTosca Exception [JE003]: MissingRequiredFieldError: Data value of type "org.openecomp.datatypes.Naming" is missing required field(s) "[supplemental_data]". CSAR name - /app/ASDC/1/service-BasicCnf-csar.csar 2022-11-13T04:22:21.923Z|50d872ba-9036-48e7-864d-0cb3dfcb5f5f|pool-2-thread-9|||||WARN|500||JTosca Exception [JE003]: MissingRequiredFieldError: properties of template "basic_cnf 0" are missing field(s): [nf_naming_code, nf_function, sdnc_artifact_name, max_instances, nf_type, sdnc_model_version, nf_role, min_instances, sdnc_model_name]. CSAR name - /app/ASDC/1/service-BasicCnf-csar.csar 2022-11-13T04:22:21.923Z|50d872ba-9036-48e7-864d-0cb3dfcb5f5f|pool-2-thread-9|||||WARN|500||#################################################################################################### 2022-11-13T04:22:21.923Z|50d872ba-9036-48e7-864d-0cb3dfcb5f5f|pool-2-thread-9|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive 2022-11-13T04:22:21.923Z|50d872ba-9036-48e7-864d-0cb3dfcb5f5f|pool-2-thread-9|||||DEBUG|500||Service basic_cnf is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=SERVICE_PROXY, toscaType=null, uUID=null, customizationUUID=null 2022-11-13T04:22:21.923Z|50d872ba-9036-48e7-864d-0cb3dfcb5f5f|pool-2-thread-9|||||DEBUG|500||Node template basic_cnf 0 is matching search criteria 2022-11-13T04:22:21.923Z|50d872ba-9036-48e7-864d-0cb3dfcb5f5f|pool-2-thread-9|||||DEBUG|500||Search for entities recursively 2022-11-13T04:22:21.924Z|50d872ba-9036-48e7-864d-0cb3dfcb5f5f|pool-2-thread-9|||||DEBUG|500||Found topology templates [basic_cnf 0, abstract_dummy] matching following query criteria: sdcType=Service, customizationUUID=null 2022-11-13T04:22:21.924Z|50d872ba-9036-48e7-864d-0cb3dfcb5f5f|pool-2-thread-9|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive 2022-11-13T04:22:21.924Z|50d872ba-9036-48e7-864d-0cb3dfcb5f5f|pool-2-thread-9|||||DEBUG|500||Service basic_cnf is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=CONFIGURATION, toscaType=null, uUID=null, customizationUUID=null 2022-11-13T04:22:21.924Z|50d872ba-9036-48e7-864d-0cb3dfcb5f5f|pool-2-thread-9|||||DEBUG|500||Node template basic_cnf 0 is matching search criteria 2022-11-13T04:22:21.924Z|50d872ba-9036-48e7-864d-0cb3dfcb5f5f|pool-2-thread-9|||||DEBUG|500||Search for entities recursively 2022-11-13T04:22:21.924Z|50d872ba-9036-48e7-864d-0cb3dfcb5f5f|pool-2-thread-9|||||DEBUG|500||Found topology templates [basic_cnf 0, abstract_dummy] matching following query criteria: sdcType=Service, customizationUUID=null 2022-11-13T04:22:21.924Z|50d872ba-9036-48e7-864d-0cb3dfcb5f5f|pool-2-thread-9|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive 2022-11-13T04:22:21.924Z|50d872ba-9036-48e7-864d-0cb3dfcb5f5f|pool-2-thread-9|||||DEBUG|500||Service basic_cnf is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=VF, toscaType=null, uUID=null, customizationUUID=null 2022-11-13T04:22:21.925Z|50d872ba-9036-48e7-864d-0cb3dfcb5f5f|pool-2-thread-9|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive 2022-11-13T04:22:21.925Z|50d872ba-9036-48e7-864d-0cb3dfcb5f5f|pool-2-thread-9|||||DEBUG|500||Node template basic_cnf 0 is not matching search criteria 2022-11-13T04:22:21.925Z|50d872ba-9036-48e7-864d-0cb3dfcb5f5f|pool-2-thread-9|||||DEBUG|500||Node template abstract_dummy is not matching search criteria 2022-11-13T04:22:21.925Z|50d872ba-9036-48e7-864d-0cb3dfcb5f5f|pool-2-thread-9|||||DEBUG|500||Node template dummy is not matching search criteria 2022-11-13T04:22:21.925Z|50d872ba-9036-48e7-864d-0cb3dfcb5f5f|pool-2-thread-9|||||DEBUG|500||Found topology templates [] matching following query criteria: sdcType=VF, customizationUUID=customizationUUID 2022-11-13T04:22:21.926Z|50d872ba-9036-48e7-864d-0cb3dfcb5f5f|pool-2-thread-9|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive 2022-11-13T04:22:21.926Z|50d872ba-9036-48e7-864d-0cb3dfcb5f5f|pool-2-thread-9|||||DEBUG|500||Service basic_cnf is searched for EntityType=GROUP, nodeTemplateType=null, toscaType=org.openecomp.groups.VfModule, uUID=null, customizationUUID=null 2022-11-13T04:22:21.926Z|50d872ba-9036-48e7-864d-0cb3dfcb5f5f|pool-2-thread-9|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive 2022-11-13T04:22:21.926Z|50d872ba-9036-48e7-864d-0cb3dfcb5f5f|pool-2-thread-9|||||DEBUG|500||Node template basic_cnf 0 is matching search criteria 2022-11-13T04:22:21.926Z|50d872ba-9036-48e7-864d-0cb3dfcb5f5f|pool-2-thread-9|||||DEBUG|500||Found topology templates [basic_cnf 0] matching following query criteria: sdcType=VF, customizationUUID=null 2022-11-13T04:22:21.927Z|50d872ba-9036-48e7-864d-0cb3dfcb5f5f|pool-2-thread-9|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive 2022-11-13T04:22:21.927Z|50d872ba-9036-48e7-864d-0cb3dfcb5f5f|pool-2-thread-9|||||DEBUG|500||Node template basic_cnf 0 is matching search criteria 2022-11-13T04:22:21.927Z|50d872ba-9036-48e7-864d-0cb3dfcb5f5f|pool-2-thread-9|||||DEBUG|500||Found topology templates [basic_cnf 0] matching following query criteria: sdcType=VF, customizationUUID=null 2022-11-13T04:22:21.927Z|50d872ba-9036-48e7-864d-0cb3dfcb5f5f|pool-2-thread-9|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive 2022-11-13T04:22:21.928Z|50d872ba-9036-48e7-864d-0cb3dfcb5f5f|pool-2-thread-9|||||DEBUG|500||Node template basic_cnf 0 is matching search criteria 2022-11-13T04:22:21.928Z|50d872ba-9036-48e7-864d-0cb3dfcb5f5f|pool-2-thread-9|||||DEBUG|500||Found topology templates [basic_cnf 0] matching following query criteria: sdcType=VF, customizationUUID=null 2022-11-13T04:22:21.928Z|50d872ba-9036-48e7-864d-0cb3dfcb5f5f|pool-2-thread-9|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive 2022-11-13T04:22:21.928Z|50d872ba-9036-48e7-864d-0cb3dfcb5f5f|pool-2-thread-9|||||DEBUG|500||Node template basic_cnf 0 is not matching search criteria 2022-11-13T04:22:21.928Z|50d872ba-9036-48e7-864d-0cb3dfcb5f5f|pool-2-thread-9|||||DEBUG|500||Node template abstract_dummy is matching search criteria 2022-11-13T04:22:21.928Z|50d872ba-9036-48e7-864d-0cb3dfcb5f5f|pool-2-thread-9|||||DEBUG|500||Found topology templates [abstract_dummy] matching following query criteria: sdcType=CVFC, customizationUUID=fa984410-3cca-4fd5-88da-0e385dc23202 2022-11-13T04:22:21.928Z|50d872ba-9036-48e7-864d-0cb3dfcb5f5f|pool-2-thread-9|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive 2022-11-13T04:22:21.929Z|50d872ba-9036-48e7-864d-0cb3dfcb5f5f|pool-2-thread-9|||||DEBUG|500||Service basic_cnf is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=VL, toscaType=null, uUID=null, customizationUUID=null 2022-11-13T04:22:21.929Z|50d872ba-9036-48e7-864d-0cb3dfcb5f5f|pool-2-thread-9|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive 2022-11-13T04:22:21.929Z|50d872ba-9036-48e7-864d-0cb3dfcb5f5f|pool-2-thread-9|||||DEBUG|500||Service basic_cnf is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=CR, toscaType=null, uUID=null, customizationUUID=null 2022-11-13T04:22:21.929Z|50d872ba-9036-48e7-864d-0cb3dfcb5f5f|pool-2-thread-9|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive 2022-11-13T04:22:21.929Z|50d872ba-9036-48e7-864d-0cb3dfcb5f5f|pool-2-thread-9|||||DEBUG|500||Service basic_cnf is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=VF, toscaType=null, uUID=null, customizationUUID=null 2022-11-13T04:22:21.929Z|50d872ba-9036-48e7-864d-0cb3dfcb5f5f|pool-2-thread-9|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive 2022-11-13T04:22:21.929Z|50d872ba-9036-48e7-864d-0cb3dfcb5f5f|pool-2-thread-9|||||DEBUG|500||Service basic_cnf is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=PNF, toscaType=null, uUID=null, customizationUUID=null 2022-11-13T04:22:21.930Z|50d872ba-9036-48e7-864d-0cb3dfcb5f5f|pool-2-thread-9|||||DEBUG|500||CSAR Notification: Service Level Properties: Name:basic_cnf Description:service Model UUID:f1c9e342-5944-474a-b1d8-e8d2ef123444 Model Version:NULL Model InvariantUuid:9667a25e-12fb-4184-b941-e33321764a7c Service Type: Service Role: WorkLoad Context:Production Environment Context:General_Revenue-Bearing VNF Properties: Model Name:basic_cnf Model UUID:a5039954-ff61-47ab-a19a-1bef327095c6 Description:VF Version:1.0 Type:VF Category:Generic InvariantUuid:d9cc0502-1870-49bd-ad81-bdc41a0b62c4 Max Instances:null Min Instances:null VNF Customization Properties: Customization UUID:86ebb14f-6714-4985-9689-9bcd42560441 NFFunction:null NFCode:null NFRole:null NFType:null MultiStageDesign:false VF Module Properties: ModelInvariantUuid:f7f71816-d3e2-4834-904c-32b21181b27b ModelName:BasicCnf..base_dummy..module-0 ModelUuid:7197c7bc-b571-41d9-95cb-f07514b1b568 ModelVersion:1 Description:NULL VF Module Customization Properties: Model Customization UUID:NULL CVNFC Properties: ModelCustomizationUuid:fa984410-3cca-4fd5-88da-0e385dc23202 ModelInvariantUuid:2149fd79-5fa7-4311-a9f0-501860f31679 ModelName:basic_cnf-nodes.dummyCvfc ModelUuid:9fff7b6f-a54f-4376-ab9a-d80c89655a0c ModelVersion:1.0 Description:Complex node type that is used as nested type in VF Template Name:abstract_dummy VNFC Properties: ModelCustomizationUuid:482477e5-b31f-45ca-b4d7-39e9aa039071 ModelInvariantUuid:12430f05-08eb-4406-a709-604ec8d7eba9 ModelName:BasicCnf.compute.nodes.heat.dummy ModelUuid:8d9cc4f0-8014-4786-933d-f43da485c32d ModelVersion:1.0 Description:Not reusable inner VFC Sub Category:Abstract VF Allotted Resource Properties: PNF Allotted Resource Properties: Hibernate: select toscacsar0_.ARTIFACT_UUID as artifact1_57_0_, toscacsar0_.ARTIFACT_CHECKSUM as artifact2_57_0_, toscacsar0_.CREATION_TIMESTAMP as creation3_57_0_, toscacsar0_.DESCRIPTION as descript4_57_0_, toscacsar0_.NAME as name5_57_0_, toscacsar0_.URL as url6_57_0_, toscacsar0_.Version as version7_57_0_ from tosca_csar toscacsar0_ where toscacsar0_.ARTIFACT_UUID=? 2022-11-13T04:22:21.935Z|50d872ba-9036-48e7-864d-0cb3dfcb5f5f|pool-2-thread-9|||||INFO|500||Processing Resource Type: VF, Model UUID: 27267fe0-964e-4726-a2f1-a96eadccc9be Hibernate: select service0_.MODEL_UUID as model_uu1_50_, service0_.CDS_BLUEPRINT_NAME as cds_blue2_50_, service0_.CDS_BLUEPRINT_VERSION as cds_blue3_50_, service0_.SERVICE_CATEGORY as service_4_50_, service0_.CONTROLLER_ACTOR as controll5_50_, service0_.CREATION_TIMESTAMP as creation6_50_, service0_.TOSCA_CSAR_ARTIFACT_UUID as tosca_c21_50_, service0_.DESCRIPTION as descript7_50_, service0_.OVERALL_DISTRIBUTION_STATUS as overall_8_50_, service0_.ENVIRONMENT_CONTEXT as environm9_50_, service0_.MODEL_INVARIANT_UUID as model_i10_50_, service0_.MODEL_NAME as model_n11_50_, service0_.MODEL_VERSION as model_v12_50_, service0_.NAMING_POLICY as naming_13_50_, service0_.ONAP_GENERATED_NAMING as onap_ge14_50_, service0_.RESOURCE_ORDER as resourc15_50_, service0_.SERVICE_FUNCTION as service16_50_, service0_.SERVICE_ROLE as service17_50_, service0_.SERVICE_TYPE as service18_50_, service0_.SKIP_POST_INSTANTIATION_CONFIGURATION as skip_po19_50_, service0_.WORKLOAD_CONTEXT as workloa20_50_ from service service0_ where service0_.MODEL_UUID=? 2022-11-13T04:22:21.938Z|50d872ba-9036-48e7-864d-0cb3dfcb5f5f|pool-2-thread-9|||||INFO|500||basic_cnf 0 2022-11-13T04:22:21.938Z|50d872ba-9036-48e7-864d-0cb3dfcb5f5f|pool-2-thread-9|||||DEBUG|500||Processing Resource Type: VF and Model UUID: 27267fe0-964e-4726-a2f1-a96eadccc9be 2022-11-13T04:22:21.939Z|50d872ba-9036-48e7-864d-0cb3dfcb5f5f|pool-2-thread-9|||||INFO|500||Trying to download the artifact UUID: 8f8b4c7e-eb2e-4435-8c44-fb51311edc78 from URL: /sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/nginx_cloudtech_k8s_charts.env 2022-11-13T04:22:21.939Z|50d872ba-9036-48e7-864d-0cb3dfcb5f5f|pool-2-thread-9|||||INFO|500||DistributionClient - download 2022-11-13T04:22:21.939Z|50d872ba-9036-48e7-864d-0cb3dfcb5f5f|pool-2-thread-9|||||DEBUG|500||url to send https://sdc-be.onap:8443/sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/nginx_cloudtech_k8s_charts.env 2022-11-13T04:22:21.984Z|50d872ba-9036-48e7-864d-0cb3dfcb5f5f|pool-2-thread-9|||||DEBUG|500||GET Response Status 200 2022-11-13T04:22:21.984Z|50d872ba-9036-48e7-864d-0cb3dfcb5f5f|pool-2-thread-9|||||INFO|500||ASDC_ARTIFACT_DOWNLOAD_SUC /sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/nginx_cloudtech_k8s_charts.env 8f8b4c7e-eb2e-4435-8c44-fb51311edc78 12 2022-11-13T04:22:21.984Z|50d872ba-9036-48e7-864d-0cb3dfcb5f5f|pool-2-thread-9|||||INFO|500||ASDC_SEND_NOTIF_ASDC DOWNLOAD DOWNLOAD_OK /sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/nginx_cloudtech_k8s_charts.env ASDC sendASDCNotification 2022-11-13T04:22:21.985Z|50d872ba-9036-48e7-864d-0cb3dfcb5f5f|pool-2-thread-9|||||DEBUG|500||Sending DOWNLOAD(DOWNLOAD_OK) notification to ASDC for artifact:/sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/nginx_cloudtech_k8s_charts.env 2022-11-13T04:22:21.985Z|50d872ba-9036-48e7-864d-0cb3dfcb5f5f|pool-2-thread-9|||||INFO|500||DistributionClient - sendDownloadStatus 2022-11-13T04:22:21.985Z|50d872ba-9036-48e7-864d-0cb3dfcb5f5f|pool-2-thread-9|||||INFO|500||DistributionClient - sendStatus 2022-11-13T04:22:21.988Z|50d872ba-9036-48e7-864d-0cb3dfcb5f5f|pool-2-thread-9|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap] 2022-11-13T04:22:21.988Z|50d872ba-9036-48e7-864d-0cb3dfcb5f5f|pool-2-thread-9|||||DEBUG|500||try to send status { "distributionID": "50d872ba-9036-48e7-864d-0cb3dfcb5f5f", "consumerID": "SO-COpenSource-Env11", "timestamp": 1668313341984, "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/nginx_cloudtech_k8s_charts.env", "status": "DOWNLOAD_OK" } 2022-11-13T04:22:22.087Z||pool-77-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 99 ms 2022-11-13T04:22:22.088Z||pool-77-thread-1|||||WARN|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO will send credentials over a clear channel. 2022-11-13T04:22:22.088Z||pool-77-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as Oi7quVEmKWoWd026) ... 2022-11-13T04:22:22.107Z||pool-77-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK 2022-11-13T04:22:22.108Z||pool-77-thread-1|||||INFO|500||cambria reply ok (20 ms):{"serverTimeMs":0,"count":1} 2022-11-13T04:22:22.989Z|50d872ba-9036-48e7-864d-0cb3dfcb5f5f|pool-2-thread-9|||||INFO|500||Trying to download the artifact UUID: 9c245e34-11c3-4381-8f8c-201d5281529b from URL: /sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/nginx_cloudtech_k8s_charts.tgz 2022-11-13T04:22:22.989Z|50d872ba-9036-48e7-864d-0cb3dfcb5f5f|pool-2-thread-9|||||INFO|500||DistributionClient - download 2022-11-13T04:22:22.990Z|50d872ba-9036-48e7-864d-0cb3dfcb5f5f|pool-2-thread-9|||||DEBUG|500||url to send https://sdc-be.onap:8443/sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/nginx_cloudtech_k8s_charts.tgz 2022-11-13T04:22:23.037Z|50d872ba-9036-48e7-864d-0cb3dfcb5f5f|pool-2-thread-9|||||DEBUG|500||GET Response Status 200 2022-11-13T04:22:23.037Z|50d872ba-9036-48e7-864d-0cb3dfcb5f5f|pool-2-thread-9|||||INFO|500||ASDC_ARTIFACT_DOWNLOAD_SUC /sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/nginx_cloudtech_k8s_charts.tgz 9c245e34-11c3-4381-8f8c-201d5281529b 2688 2022-11-13T04:22:23.037Z|50d872ba-9036-48e7-864d-0cb3dfcb5f5f|pool-2-thread-9|||||INFO|500||ASDC_SEND_NOTIF_ASDC DOWNLOAD DOWNLOAD_OK /sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/nginx_cloudtech_k8s_charts.tgz ASDC sendASDCNotification 2022-11-13T04:22:23.037Z|50d872ba-9036-48e7-864d-0cb3dfcb5f5f|pool-2-thread-9|||||DEBUG|500||Sending DOWNLOAD(DOWNLOAD_OK) notification to ASDC for artifact:/sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/nginx_cloudtech_k8s_charts.tgz 2022-11-13T04:22:23.037Z|50d872ba-9036-48e7-864d-0cb3dfcb5f5f|pool-2-thread-9|||||INFO|500||DistributionClient - sendDownloadStatus 2022-11-13T04:22:23.038Z|50d872ba-9036-48e7-864d-0cb3dfcb5f5f|pool-2-thread-9|||||INFO|500||DistributionClient - sendStatus 2022-11-13T04:22:23.040Z|50d872ba-9036-48e7-864d-0cb3dfcb5f5f|pool-2-thread-9|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap] 2022-11-13T04:22:23.040Z|50d872ba-9036-48e7-864d-0cb3dfcb5f5f|pool-2-thread-9|||||DEBUG|500||try to send status { "distributionID": "50d872ba-9036-48e7-864d-0cb3dfcb5f5f", "consumerID": "SO-COpenSource-Env11", "timestamp": 1668313343037, "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/nginx_cloudtech_k8s_charts.tgz", "status": "DOWNLOAD_OK" } 2022-11-13T04:22:23.140Z||pool-78-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms 2022-11-13T04:22:23.141Z||pool-78-thread-1|||||WARN|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO will send credentials over a clear channel. 2022-11-13T04:22:23.141Z||pool-78-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as Oi7quVEmKWoWd026) ... 2022-11-13T04:22:23.164Z||pool-78-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK 2022-11-13T04:22:23.164Z||pool-78-thread-1|||||INFO|500||cambria reply ok (24 ms):{"serverTimeMs":0,"count":1} 2022-11-13T04:22:24.042Z|50d872ba-9036-48e7-864d-0cb3dfcb5f5f|pool-2-thread-9|||||INFO|500||Trying to download the artifact UUID: 2f744b5e-1a86-477f-919d-0ce664aa3363 from URL: /sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/basic_cnf0_modules.json 2022-11-13T04:22:24.045Z|50d872ba-9036-48e7-864d-0cb3dfcb5f5f|pool-2-thread-9|||||INFO|500||DistributionClient - download 2022-11-13T04:22:24.045Z|50d872ba-9036-48e7-864d-0cb3dfcb5f5f|pool-2-thread-9|||||DEBUG|500||url to send https://sdc-be.onap:8443/sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/basic_cnf0_modules.json 2022-11-13T04:22:24.164Z|50d872ba-9036-48e7-864d-0cb3dfcb5f5f|pool-2-thread-9|||||DEBUG|500||GET Response Status 200 2022-11-13T04:22:24.164Z|50d872ba-9036-48e7-864d-0cb3dfcb5f5f|pool-2-thread-9|||||INFO|500||ASDC_ARTIFACT_DOWNLOAD_SUC /sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/basic_cnf0_modules.json 2f744b5e-1a86-477f-919d-0ce664aa3363 828 2022-11-13T04:22:24.165Z|50d872ba-9036-48e7-864d-0cb3dfcb5f5f|pool-2-thread-9|||||INFO|500||ASDC_SEND_NOTIF_ASDC DOWNLOAD DOWNLOAD_OK /sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/basic_cnf0_modules.json ASDC sendASDCNotification 2022-11-13T04:22:24.165Z|50d872ba-9036-48e7-864d-0cb3dfcb5f5f|pool-2-thread-9|||||DEBUG|500||Sending DOWNLOAD(DOWNLOAD_OK) notification to ASDC for artifact:/sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/basic_cnf0_modules.json 2022-11-13T04:22:24.165Z|50d872ba-9036-48e7-864d-0cb3dfcb5f5f|pool-2-thread-9|||||INFO|500||DistributionClient - sendDownloadStatus 2022-11-13T04:22:24.165Z|50d872ba-9036-48e7-864d-0cb3dfcb5f5f|pool-2-thread-9|||||INFO|500||DistributionClient - sendStatus 2022-11-13T04:22:24.167Z|50d872ba-9036-48e7-864d-0cb3dfcb5f5f|pool-2-thread-9|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap] 2022-11-13T04:22:24.167Z|50d872ba-9036-48e7-864d-0cb3dfcb5f5f|pool-2-thread-9|||||DEBUG|500||try to send status { "distributionID": "50d872ba-9036-48e7-864d-0cb3dfcb5f5f", "consumerID": "SO-COpenSource-Env11", "timestamp": 1668313344165, "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/basic_cnf0_modules.json", "status": "DOWNLOAD_OK" } 2022-11-13T04:22:24.269Z||pool-79-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 101 ms 2022-11-13T04:22:24.270Z||pool-79-thread-1|||||WARN|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO will send credentials over a clear channel. 2022-11-13T04:22:24.271Z||pool-79-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as Oi7quVEmKWoWd026) ... 2022-11-13T04:22:24.289Z||pool-79-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK 2022-11-13T04:22:24.289Z||pool-79-thread-1|||||INFO|500||cambria reply ok (19 ms):{"serverTimeMs":0,"count":1} 2022-11-13T04:22:25.170Z|50d872ba-9036-48e7-864d-0cb3dfcb5f5f|pool-2-thread-9|||||DEBUG|500||VF_MODULE_ARTIFACT: [ { "vfModuleModelName": "BasicCnf..base_dummy..module-0", "vfModuleModelInvariantUUID": "f7f71816-d3e2-4834-904c-32b21181b27b", "vfModuleModelVersion": "1", "vfModuleModelUUID": "7197c7bc-b571-41d9-95cb-f07514b1b568", "vfModuleModelCustomizationUUID": "f68510f6-5624-414a-b5af-eafe23e48ee5", "isBase": true, "artifacts": [ "8b4083a0-bedb-4116-815a-d3963e52e1e1", "9c245e34-11c3-4381-8f8c-201d5281529b", "87f5590c-7e61-4c99-b0f7-5b01b379e5bf" ], "properties": { "min_vf_module_instances": "1", "vf_module_label": "base_dummy", "max_vf_module_instances": "1", "vfc_list": "", "vf_module_type": "Base", "vf_module_description": "", "initial_count": "1", "volume_group": "false", "availability_zone_count": "" } } ] 2022-11-13T04:22:25.174Z|50d872ba-9036-48e7-864d-0cb3dfcb5f5f|pool-2-thread-9|||||DEBUG|500||VfModuleMetaData List: { VfModuleMetaData: VfModuleModelName:BasicCnf..base_dummy..module-0 VfModuleModelVersion:1 VfModuleModelUUID:7197c7bc-b571-41d9-95cb-f07514b1b568 VfModuleModelInvariantUUID:f7f71816-d3e2-4834-904c-32b21181b27b VfModuleModelDescription:NULL Artifacts UUID List:{ 8b4083a0-bedb-4116-815a-d3963e52e1e1 , 9c245e34-11c3-4381-8f8c-201d5281529b , 87f5590c-7e61-4c99-b0f7-5b01b379e5bf } Properties List:{ min_vf_module_instances : 1 vf_module_label : base_dummy max_vf_module_instances : 1 vfc_list : vf_module_type : Base vf_module_description : initial_count : 1 volume_group : false availability_zone_count : } isBase:true } 2022-11-13T04:22:25.176Z|50d872ba-9036-48e7-864d-0cb3dfcb5f5f|pool-2-thread-9|||||DEBUG|500||VF_MODULE_ARTIFACT: [ { "vfModuleModelName": "BasicCnf..base_dummy..module-0", "vfModuleModelInvariantUUID": "f7f71816-d3e2-4834-904c-32b21181b27b", "vfModuleModelVersion": "1", "vfModuleModelUUID": "7197c7bc-b571-41d9-95cb-f07514b1b568", "vfModuleModelCustomizationUUID": "f68510f6-5624-414a-b5af-eafe23e48ee5", "isBase": true, "artifacts": [ "8b4083a0-bedb-4116-815a-d3963e52e1e1", "9c245e34-11c3-4381-8f8c-201d5281529b", "87f5590c-7e61-4c99-b0f7-5b01b379e5bf" ], "properties": { "min_vf_module_instances": "1", "vf_module_label": "base_dummy", "max_vf_module_instances": "1", "vfc_list": "", "vf_module_type": "Base", "vf_module_description": "", "initial_count": "1", "volume_group": "false", "availability_zone_count": "" } } ] 2022-11-13T04:22:25.177Z|50d872ba-9036-48e7-864d-0cb3dfcb5f5f|pool-2-thread-9|||||DEBUG|500||VfModuleMetaData List: { VfModuleMetaData: VfModuleModelName:BasicCnf..base_dummy..module-0 VfModuleModelVersion:1 VfModuleModelUUID:7197c7bc-b571-41d9-95cb-f07514b1b568 VfModuleModelInvariantUUID:f7f71816-d3e2-4834-904c-32b21181b27b VfModuleModelDescription:NULL Artifacts UUID List:{ 8b4083a0-bedb-4116-815a-d3963e52e1e1 , 9c245e34-11c3-4381-8f8c-201d5281529b , 87f5590c-7e61-4c99-b0f7-5b01b379e5bf } Properties List:{ min_vf_module_instances : 1 vf_module_label : base_dummy max_vf_module_instances : 1 vfc_list : vf_module_type : Base vf_module_description : initial_count : 1 volume_group : false availability_zone_count : } isBase:true } 2022-11-13T04:22:25.177Z|50d872ba-9036-48e7-864d-0cb3dfcb5f5f|pool-2-thread-9|||||INFO|500||Trying to download the artifact UUID: 8b4083a0-bedb-4116-815a-d3963e52e1e1 from URL: /sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/base_dummy.yaml 2022-11-13T04:22:25.177Z|50d872ba-9036-48e7-864d-0cb3dfcb5f5f|pool-2-thread-9|||||INFO|500||DistributionClient - download 2022-11-13T04:22:25.177Z|50d872ba-9036-48e7-864d-0cb3dfcb5f5f|pool-2-thread-9|||||DEBUG|500||url to send https://sdc-be.onap:8443/sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/base_dummy.yaml 2022-11-13T04:22:25.270Z|50d872ba-9036-48e7-864d-0cb3dfcb5f5f|pool-2-thread-9|||||DEBUG|500||GET Response Status 200 2022-11-13T04:22:25.271Z|50d872ba-9036-48e7-864d-0cb3dfcb5f5f|pool-2-thread-9|||||INFO|500||ASDC_ARTIFACT_DOWNLOAD_SUC /sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/base_dummy.yaml 8b4083a0-bedb-4116-815a-d3963e52e1e1 1164 2022-11-13T04:22:25.271Z|50d872ba-9036-48e7-864d-0cb3dfcb5f5f|pool-2-thread-9|||||INFO|500||ASDC_SEND_NOTIF_ASDC DOWNLOAD DOWNLOAD_OK /sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/base_dummy.yaml ASDC sendASDCNotification 2022-11-13T04:22:25.271Z|50d872ba-9036-48e7-864d-0cb3dfcb5f5f|pool-2-thread-9|||||DEBUG|500||Sending DOWNLOAD(DOWNLOAD_OK) notification to ASDC for artifact:/sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/base_dummy.yaml 2022-11-13T04:22:25.271Z|50d872ba-9036-48e7-864d-0cb3dfcb5f5f|pool-2-thread-9|||||INFO|500||DistributionClient - sendDownloadStatus 2022-11-13T04:22:25.272Z|50d872ba-9036-48e7-864d-0cb3dfcb5f5f|pool-2-thread-9|||||INFO|500||DistributionClient - sendStatus 2022-11-13T04:22:25.275Z|50d872ba-9036-48e7-864d-0cb3dfcb5f5f|pool-2-thread-9|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap] 2022-11-13T04:22:25.275Z|50d872ba-9036-48e7-864d-0cb3dfcb5f5f|pool-2-thread-9|||||DEBUG|500||try to send status { "distributionID": "50d872ba-9036-48e7-864d-0cb3dfcb5f5f", "consumerID": "SO-COpenSource-Env11", "timestamp": 1668313345271, "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/base_dummy.yaml", "status": "DOWNLOAD_OK" } 2022-11-13T04:22:25.376Z||pool-80-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms 2022-11-13T04:22:25.377Z||pool-80-thread-1|||||WARN|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO will send credentials over a clear channel. 2022-11-13T04:22:25.377Z||pool-80-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as Oi7quVEmKWoWd026) ... 2022-11-13T04:22:25.394Z||pool-80-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK 2022-11-13T04:22:25.395Z||pool-80-thread-1|||||INFO|500||cambria reply ok (19 ms):{"serverTimeMs":1,"count":1} 2022-11-13T04:22:26.276Z|50d872ba-9036-48e7-864d-0cb3dfcb5f5f|pool-2-thread-9|||||INFO|500||Trying to download the artifact UUID: 87f5590c-7e61-4c99-b0f7-5b01b379e5bf from URL: /sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/base_dummy.env 2022-11-13T04:22:26.276Z|50d872ba-9036-48e7-864d-0cb3dfcb5f5f|pool-2-thread-9|||||INFO|500||DistributionClient - download 2022-11-13T04:22:26.277Z|50d872ba-9036-48e7-864d-0cb3dfcb5f5f|pool-2-thread-9|||||DEBUG|500||url to send https://sdc-be.onap:8443/sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/base_dummy.env 2022-11-13T04:22:26.382Z|50d872ba-9036-48e7-864d-0cb3dfcb5f5f|pool-2-thread-9|||||DEBUG|500||GET Response Status 200 2022-11-13T04:22:26.383Z|50d872ba-9036-48e7-864d-0cb3dfcb5f5f|pool-2-thread-9|||||INFO|500||ASDC_ARTIFACT_DOWNLOAD_SUC /sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/base_dummy.env 87f5590c-7e61-4c99-b0f7-5b01b379e5bf 200 2022-11-13T04:22:26.383Z|50d872ba-9036-48e7-864d-0cb3dfcb5f5f|pool-2-thread-9|||||INFO|500||ASDC_SEND_NOTIF_ASDC DOWNLOAD DOWNLOAD_OK /sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/base_dummy.env ASDC sendASDCNotification 2022-11-13T04:22:26.384Z|50d872ba-9036-48e7-864d-0cb3dfcb5f5f|pool-2-thread-9|||||DEBUG|500||Sending DOWNLOAD(DOWNLOAD_OK) notification to ASDC for artifact:/sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/base_dummy.env 2022-11-13T04:22:26.384Z|50d872ba-9036-48e7-864d-0cb3dfcb5f5f|pool-2-thread-9|||||INFO|500||DistributionClient - sendDownloadStatus 2022-11-13T04:22:26.384Z|50d872ba-9036-48e7-864d-0cb3dfcb5f5f|pool-2-thread-9|||||INFO|500||DistributionClient - sendStatus 2022-11-13T04:22:26.387Z|50d872ba-9036-48e7-864d-0cb3dfcb5f5f|pool-2-thread-9|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap] 2022-11-13T04:22:26.387Z|50d872ba-9036-48e7-864d-0cb3dfcb5f5f|pool-2-thread-9|||||DEBUG|500||try to send status { "distributionID": "50d872ba-9036-48e7-864d-0cb3dfcb5f5f", "consumerID": "SO-COpenSource-Env11", "timestamp": 1668313346383, "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/base_dummy.env", "status": "DOWNLOAD_OK" } 2022-11-13T04:22:26.487Z||pool-81-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms 2022-11-13T04:22:26.488Z||pool-81-thread-1|||||WARN|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO will send credentials over a clear channel. 2022-11-13T04:22:26.488Z||pool-81-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as Oi7quVEmKWoWd026) ... 2022-11-13T04:22:26.504Z||pool-81-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK 2022-11-13T04:22:26.504Z||pool-81-thread-1|||||INFO|500||cambria reply ok (17 ms):{"serverTimeMs":0,"count":1} 2022-11-13T04:22:27.387Z|50d872ba-9036-48e7-864d-0cb3dfcb5f5f|pool-2-thread-9|||||DEBUG|500||Preparing to deploy Service: f1c9e342-5944-474a-b1d8-e8d2ef123444 2022-11-13T04:22:27.388Z|50d872ba-9036-48e7-864d-0cb3dfcb5f5f|pool-2-thread-9|||||INFO|500||ASDC_START_DEPLOY_ARTIFACT basic_cnf 0 27267fe0-964e-4726-a2f1-a96eadccc9be ASDC Hibernate: select heattempla0_.ARTIFACT_UUID as artifact1_29_, heattempla0_.ARTIFACT_CHECKSUM as artifact2_29_, heattempla0_.CREATION_TIMESTAMP as creation3_29_, heattempla0_.DESCRIPTION as descript4_29_, heattempla0_.BODY as body5_29_, heattempla0_.NAME as name6_29_, heattempla0_.TIMEOUT_MINUTES as timeout_7_29_, heattempla0_.VERSION as version8_29_ from heat_template heattempla0_ where heattempla0_.ARTIFACT_UUID=? Hibernate: select heatenviro0_.ARTIFACT_UUID as artifact1_26_, heatenviro0_.ARTIFACT_CHECKSUM as artifact2_26_, heatenviro0_.CREATION_TIMESTAMP as creation3_26_, heatenviro0_.DESCRIPTION as descript4_26_, heatenviro0_.BODY as body5_26_, heatenviro0_.NAME as name6_26_, heatenviro0_.VERSION as version7_26_ from heat_environment heatenviro0_ where heatenviro0_.ARTIFACT_UUID=? Hibernate: select 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=? 2022-11-13T04:22:27.405Z|50d872ba-9036-48e7-864d-0cb3dfcb5f5f|pool-2-thread-9|||||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=? 2022-11-13T04:22:27.408Z|50d872ba-9036-48e7-864d-0cb3dfcb5f5f|pool-2-thread-9|||||DEBUG|500||serviceInputs: {} [org.onap.sdc.toscaparser.api.parameters.Input@3765e0e2, org.onap.sdc.toscaparser.api.parameters.Input@2e719969, org.onap.sdc.toscaparser.api.parameters.Input@5f632caf, org.onap.sdc.toscaparser.api.parameters.Input@518b3fc9, org.onap.sdc.toscaparser.api.parameters.Input@49f1b7ea] 2022-11-13T04:22:27.410Z|50d872ba-9036-48e7-864d-0cb3dfcb5f5f|pool-2-thread-9|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive 2022-11-13T04:22:27.410Z|50d872ba-9036-48e7-864d-0cb3dfcb5f5f|pool-2-thread-9|||||DEBUG|500||Service basic_cnf is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=VF, toscaType=null, uUID=null, customizationUUID=null 2022-11-13T04:22:27.410Z|50d872ba-9036-48e7-864d-0cb3dfcb5f5f|pool-2-thread-9|||||DEBUG|500||VF Category is: Generic 2022-11-13T04:22:27.410Z|50d872ba-9036-48e7-864d-0cb3dfcb5f5f|pool-2-thread-9|||||DEBUG|500||VFCustomizationUUID= 86ebb14f-6714-4985-9689-9bcd42560441 2022-11-13T04:22:27.410Z|50d872ba-9036-48e7-864d-0cb3dfcb5f5f|pool-2-thread-9|||||DEBUG|500||Checking if Notification VF ResourceCustomizationUUID: 86ebb14f-6714-4985-9689-9bcd42560441 matches Tosca VF Customization UUID: 86ebb14f-6714-4985-9689-9bcd42560441 2022-11-13T04:22:27.410Z|50d872ba-9036-48e7-864d-0cb3dfcb5f5f|pool-2-thread-9|||||DEBUG|500||vfCustomizationUUID: 86ebb14f-6714-4985-9689-9bcd42560441 matches vfNotificationResource CustomizationUUID Hibernate: select vnfresourc0_.MODEL_UUID as model_uu1_64_, vnfresourc0_.AIC_VERSION_MAX as aic_vers2_64_, vnfresourc0_.AIC_VERSION_MIN as aic_vers3_64_, vnfresourc0_.RESOURCE_CATEGORY as resource4_64_, vnfresourc0_.CREATION_TIMESTAMP as creation5_64_, vnfresourc0_.DESCRIPTION as descript6_64_, vnfresourc0_.HEAT_TEMPLATE_ARTIFACT_UUID as heat_te13_64_, vnfresourc0_.MODEL_INVARIANT_UUID as model_in7_64_, vnfresourc0_.MODEL_NAME as model_na8_64_, vnfresourc0_.MODEL_VERSION as model_ve9_64_, vnfresourc0_.ORCHESTRATION_MODE as orchest10_64_, vnfresourc0_.RESOURCE_SUB_CATEGORY as resourc11_64_, vnfresourc0_.TOSCA_NODE_TYPE as tosca_n12_64_ from vnf_resource vnfresourc0_ where vnfresourc0_.MODEL_UUID=? 2022-11-13T04:22:27.412Z|50d872ba-9036-48e7-864d-0cb3dfcb5f5f|pool-2-thread-9|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive 2022-11-13T04:22:27.412Z|50d872ba-9036-48e7-864d-0cb3dfcb5f5f|pool-2-thread-9|||||DEBUG|500||Service basic_cnf is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=null, toscaType=null, uUID=null, customizationUUID=null 2022-11-13T04:22:27.413Z|50d872ba-9036-48e7-864d-0cb3dfcb5f5f|pool-2-thread-9|||||DEBUG|500||resource request for resource customization id 86ebb14f-6714-4985-9689-9bcd42560441: {\"vf_module_id\":\"PROVIDED_BY_ONAP\",\"skip_post_instantiation_configuration\":\"true\",\"nf_naming\":\"true\",\"multi_stage_design\":\"false\",\"controller_actor\":\"SO-REF-DATA\",\"availability_zone_max_count\":\"1\",\"vnf_id\":\"PROVIDED_BY_ONAP\",\"dummy_image_name\":\"dummy\",\"vnf_name\":\"PROVIDED_BY_ONAP\",\"dummy_name_0\":\"dummy_1_0\",\"dummy_flavor_name\":\"dummy.default\"} 2022-11-13T04:22:27.413Z|50d872ba-9036-48e7-864d-0cb3dfcb5f5f|pool-2-thread-9|||||DEBUG|500||vfModuleStructure: org.onap.so.asdc.installer.VfModuleStructure@25548df1 2022-11-13T04:22:27.413Z|50d872ba-9036-48e7-864d-0cb3dfcb5f5f|pool-2-thread-9|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive 2022-11-13T04:22:27.413Z|50d872ba-9036-48e7-864d-0cb3dfcb5f5f|pool-2-thread-9|||||DEBUG|500||Service basic_cnf is searched for EntityType=GROUP, nodeTemplateType=null, toscaType=org.openecomp.groups.VfModule, uUID=null, customizationUUID=null 2022-11-13T04:22:27.413Z|50d872ba-9036-48e7-864d-0cb3dfcb5f5f|pool-2-thread-9|||||DEBUG|500||Comparing Vf_Modules_Metadata CustomizationUUID : f68510f6-5624-414a-b5af-eafe23e48ee5 2022-11-13T04:22:27.413Z|50d872ba-9036-48e7-864d-0cb3dfcb5f5f|pool-2-thread-9|||||DEBUG|500||To Csar Group VFModuleModelCustomizationUUID f68510f6-5624-414a-b5af-eafe23e48ee5 Hibernate: select vfmodule0_.MODEL_UUID as model_uu1_59_, vfmodule0_.CREATION_TIMESTAMP as creation2_59_, vfmodule0_.DESCRIPTION as descript3_59_, vfmodule0_.IS_BASE as is_base4_59_, vfmodule0_.MODEL_INVARIANT_UUID as model_in5_59_, vfmodule0_.MODEL_NAME as model_na6_59_, vfmodule0_.MODEL_VERSION as model_ve7_59_, vfmodule0_.HEAT_TEMPLATE_ARTIFACT_UUID as heat_tem8_59_, vfmodule0_.VNF_RESOURCE_MODEL_UUID as vnf_reso9_59_, vfmodule0_.VOL_HEAT_TEMPLATE_ARTIFACT_UUID as vol_hea10_59_ from vf_module vfmodule0_ where vfmodule0_.MODEL_UUID=? 2022-11-13T04:22:27.415Z|50d872ba-9036-48e7-864d-0cb3dfcb5f5f|pool-2-thread-9|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive 2022-11-13T04:22:27.416Z|50d872ba-9036-48e7-864d-0cb3dfcb5f5f|pool-2-thread-9|||||DEBUG|500||Node template basic_cnf 0 is matching search criteria 2022-11-13T04:22:27.416Z|50d872ba-9036-48e7-864d-0cb3dfcb5f5f|pool-2-thread-9|||||DEBUG|500||Found topology templates [basic_cnf 0] matching following query criteria: sdcType=VF, customizationUUID=null 2022-11-13T04:22:27.416Z|50d872ba-9036-48e7-864d-0cb3dfcb5f5f|pool-2-thread-9|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive 2022-11-13T04:22:27.416Z|50d872ba-9036-48e7-864d-0cb3dfcb5f5f|pool-2-thread-9|||||DEBUG|500||Node template basic_cnf 0 is matching search criteria 2022-11-13T04:22:27.416Z|50d872ba-9036-48e7-864d-0cb3dfcb5f5f|pool-2-thread-9|||||DEBUG|500||Found topology templates [basic_cnf 0] matching following query criteria: sdcType=VF, customizationUUID=null 2022-11-13T04:22:27.417Z|50d872ba-9036-48e7-864d-0cb3dfcb5f5f|pool-2-thread-9|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive 2022-11-13T04:22:27.417Z|50d872ba-9036-48e7-864d-0cb3dfcb5f5f|pool-2-thread-9|||||DEBUG|500||Node template basic_cnf 0 is not matching search criteria 2022-11-13T04:22:27.417Z|50d872ba-9036-48e7-864d-0cb3dfcb5f5f|pool-2-thread-9|||||DEBUG|500||Node template abstract_dummy is matching search criteria 2022-11-13T04:22:27.417Z|50d872ba-9036-48e7-864d-0cb3dfcb5f5f|pool-2-thread-9|||||DEBUG|500||Found topology templates [abstract_dummy] matching following query criteria: sdcType=CVFC, customizationUUID=fa984410-3cca-4fd5-88da-0e385dc23202 Hibernate: select vnfccustom0_.MODEL_CUSTOMIZATION_UUID as model_cu1_67_, vnfccustom0_.CREATION_TIMESTAMP as creation2_67_, vnfccustom0_.DESCRIPTION as descript3_67_, vnfccustom0_.MODEL_INSTANCE_NAME as model_in4_67_, vnfccustom0_.MODEL_INVARIANT_UUID as model_in5_67_, vnfccustom0_.MODEL_NAME as model_na6_67_, vnfccustom0_.MODEL_UUID as model_uu7_67_, vnfccustom0_.MODEL_VERSION as model_ve8_67_, vnfccustom0_.RESOURCE_INPUT as resource9_67_, vnfccustom0_.TOSCA_NODE_TYPE as tosca_n10_67_, vnfccustom0_.VNFC_INSTANCE_GROUP_CUSTOMIZATION_ID as vnfc_in11_67_ from vnfc_customization vnfccustom0_ where vnfccustom0_.MODEL_CUSTOMIZATION_UUID=? 2022-11-13T04:22:27.419Z|50d872ba-9036-48e7-864d-0cb3dfcb5f5f|pool-2-thread-9|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive 2022-11-13T04:22:27.419Z|50d872ba-9036-48e7-864d-0cb3dfcb5f5f|pool-2-thread-9|||||DEBUG|500||Node template basic_cnf 0 is matching search criteria 2022-11-13T04:22:27.419Z|50d872ba-9036-48e7-864d-0cb3dfcb5f5f|pool-2-thread-9|||||DEBUG|500||Found topology templates [basic_cnf 0] matching following query criteria: sdcType=VF, customizationUUID=null 2022-11-13T04:22:27.419Z|50d872ba-9036-48e7-864d-0cb3dfcb5f5f|pool-2-thread-9|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive 2022-11-13T04:22:27.420Z|50d872ba-9036-48e7-864d-0cb3dfcb5f5f|pool-2-thread-9|||||DEBUG|500||Node template basic_cnf 0 is matching search criteria 2022-11-13T04:22:27.420Z|50d872ba-9036-48e7-864d-0cb3dfcb5f5f|pool-2-thread-9|||||DEBUG|500||Found topology templates [basic_cnf 0] matching following query criteria: sdcType=VF, customizationUUID=86ebb14f-6714-4985-9689-9bcd42560441 Hibernate: select service0_.MODEL_UUID as model_uu1_50_, service0_.CDS_BLUEPRINT_NAME as cds_blue2_50_, service0_.CDS_BLUEPRINT_VERSION as cds_blue3_50_, service0_.SERVICE_CATEGORY as service_4_50_, service0_.CONTROLLER_ACTOR as controll5_50_, service0_.CREATION_TIMESTAMP as creation6_50_, service0_.TOSCA_CSAR_ARTIFACT_UUID as tosca_c21_50_, service0_.DESCRIPTION as descript7_50_, service0_.OVERALL_DISTRIBUTION_STATUS as overall_8_50_, service0_.ENVIRONMENT_CONTEXT as environm9_50_, service0_.MODEL_INVARIANT_UUID as model_i10_50_, service0_.MODEL_NAME as model_n11_50_, service0_.MODEL_VERSION as model_v12_50_, service0_.NAMING_POLICY as naming_13_50_, service0_.ONAP_GENERATED_NAMING as onap_ge14_50_, service0_.RESOURCE_ORDER as resourc15_50_, service0_.SERVICE_FUNCTION as service16_50_, service0_.SERVICE_ROLE as service17_50_, service0_.SERVICE_TYPE as service18_50_, service0_.SKIP_POST_INSTANTIATION_CONFIGURATION as skip_po19_50_, service0_.WORKLOAD_CONTEXT as workloa20_50_ from service service0_ where service0_.MODEL_UUID=? 2022-11-13T04:22:27.421Z|50d872ba-9036-48e7-864d-0cb3dfcb5f5f|pool-2-thread-9|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive 2022-11-13T04:22:27.421Z|50d872ba-9036-48e7-864d-0cb3dfcb5f5f|pool-2-thread-9|||||DEBUG|500||Service basic_cnf is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=null, toscaType=null, uUID=null, customizationUUID=null 2022-11-13T04:22:27.422Z|50d872ba-9036-48e7-864d-0cb3dfcb5f5f|pool-2-thread-9|||||DEBUG|500|| resourceSeq for service uuid f1c9e342-5944-474a-b1d8-e8d2ef123444: basic_cnf 2022-11-13T04:22:27.422Z|50d872ba-9036-48e7-864d-0cb3dfcb5f5f|pool-2-thread-9|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive 2022-11-13T04:22:27.422Z|50d872ba-9036-48e7-864d-0cb3dfcb5f5f|pool-2-thread-9|||||DEBUG|500||Service basic_cnf is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=PNF, toscaType=null, uUID=null, customizationUUID=null 2022-11-13T04:22:27.422Z|50d872ba-9036-48e7-864d-0cb3dfcb5f5f|pool-2-thread-9|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive 2022-11-13T04:22:27.422Z|50d872ba-9036-48e7-864d-0cb3dfcb5f5f|pool-2-thread-9|||||DEBUG|500||Service basic_cnf is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=VL, toscaType=null, uUID=null, customizationUUID=null 2022-11-13T04:22:27.422Z|50d872ba-9036-48e7-864d-0cb3dfcb5f5f|pool-2-thread-9|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive 2022-11-13T04:22:27.423Z|50d872ba-9036-48e7-864d-0cb3dfcb5f5f|pool-2-thread-9|||||DEBUG|500||Service basic_cnf is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=CR, toscaType=null, uUID=null, customizationUUID=null 2022-11-13T04:22:27.423Z|50d872ba-9036-48e7-864d-0cb3dfcb5f5f|pool-2-thread-9|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive 2022-11-13T04:22:27.423Z|50d872ba-9036-48e7-864d-0cb3dfcb5f5f|pool-2-thread-9|||||DEBUG|500||Service basic_cnf is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=SERVICE_PROXY, toscaType=null, uUID=null, customizationUUID=null 2022-11-13T04:22:27.423Z|50d872ba-9036-48e7-864d-0cb3dfcb5f5f|pool-2-thread-9|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive 2022-11-13T04:22:27.423Z|50d872ba-9036-48e7-864d-0cb3dfcb5f5f|pool-2-thread-9|||||DEBUG|500||Service basic_cnf is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=CONFIGURATION, toscaType=null, uUID=null, customizationUUID=null 2022-11-13T04:22:27.423Z|50d872ba-9036-48e7-864d-0cb3dfcb5f5f|pool-2-thread-9|||||INFO|500||Saving Service: basic_cnf Hibernate: select service0_.MODEL_UUID as model_uu1_50_3_, service0_.CDS_BLUEPRINT_NAME as cds_blue2_50_3_, service0_.CDS_BLUEPRINT_VERSION as cds_blue3_50_3_, service0_.SERVICE_CATEGORY as service_4_50_3_, service0_.CONTROLLER_ACTOR as controll5_50_3_, service0_.CREATION_TIMESTAMP as creation6_50_3_, service0_.TOSCA_CSAR_ARTIFACT_UUID as tosca_c21_50_3_, service0_.DESCRIPTION as descript7_50_3_, service0_.OVERALL_DISTRIBUTION_STATUS as overall_8_50_3_, service0_.ENVIRONMENT_CONTEXT as environm9_50_3_, service0_.MODEL_INVARIANT_UUID as model_i10_50_3_, service0_.MODEL_NAME as model_n11_50_3_, service0_.MODEL_VERSION as model_v12_50_3_, service0_.NAMING_POLICY as naming_13_50_3_, service0_.ONAP_GENERATED_NAMING as onap_ge14_50_3_, service0_.RESOURCE_ORDER as resourc15_50_3_, service0_.SERVICE_FUNCTION as service16_50_3_, service0_.SERVICE_ROLE as service17_50_3_, service0_.SERVICE_TYPE as service18_50_3_, service0_.SKIP_POST_INSTANTIATION_CONFIGURATION as skip_po19_50_3_, service0_.WORKLOAD_CONTEXT as workloa20_50_3_, allottedcu1_.SERVICE_MODEL_UUID as service_1_8_5_, allottedre2_.MODEL_CUSTOMIZATION_UUID as resource2_8_5_, allottedre2_.MODEL_CUSTOMIZATION_UUID as model_cu1_7_0_, allottedre2_.AR_MODEL_UUID as ar_mode15_7_0_, allottedre2_.CREATION_TIMESTAMP as creation2_7_0_, allottedre2_.MAX_INSTANCES as max_inst3_7_0_, allottedre2_.MIN_INSTANCES as min_inst4_7_0_, allottedre2_.MODEL_INSTANCE_NAME as model_in5_7_0_, allottedre2_.NF_FUNCTION as nf_funct6_7_0_, allottedre2_.NF_NAMING_CODE as nf_namin7_7_0_, allottedre2_.NF_ROLE as nf_role8_7_0_, allottedre2_.NF_TYPE as nf_type9_7_0_, allottedre2_.PROVIDING_SERVICE_MODEL_INVARIANT_UUID as providi10_7_0_, allottedre2_.PROVIDING_SERVICE_MODEL_NAME as providi11_7_0_, allottedre2_.PROVIDING_SERVICE_MODEL_UUID as providi12_7_0_, allottedre2_.RESOURCE_INPUT as resourc13_7_0_, allottedre2_.TARGET_NETWORK_ROLE as target_14_7_0_, allottedre3_.MODEL_UUID as model_uu1_6_1_, allottedre3_.CREATION_TIMESTAMP as creation2_6_1_, allottedre3_.DESCRIPTION as descript3_6_1_, allottedre3_.MODEL_INVARIANT_UUID as model_in4_6_1_, allottedre3_.MODEL_NAME as model_na5_6_1_, allottedre3_.MODEL_VERSION as model_ve6_6_1_, allottedre3_.SUBCATEGORY as subcateg7_6_1_, allottedre3_.TOSCA_NODE_TYPE as tosca_no8_6_1_, toscacsar4_.ARTIFACT_UUID as artifact1_57_2_, toscacsar4_.ARTIFACT_CHECKSUM as artifact2_57_2_, toscacsar4_.CREATION_TIMESTAMP as creation3_57_2_, toscacsar4_.DESCRIPTION as descript4_57_2_, toscacsar4_.NAME as name5_57_2_, toscacsar4_.URL as url6_57_2_, toscacsar4_.Version as version7_57_2_ from service service0_ left outer join allotted_resource_customization_to_service allottedcu1_ on service0_.MODEL_UUID=allottedcu1_.SERVICE_MODEL_UUID left outer join allotted_resource_customization allottedre2_ on allottedcu1_.RESOURCE_MODEL_CUSTOMIZATION_UUID=allottedre2_.MODEL_CUSTOMIZATION_UUID left outer join allotted_resource allottedre3_ on allottedre2_.AR_MODEL_UUID=allottedre3_.MODEL_UUID left outer join tosca_csar toscacsar4_ on service0_.TOSCA_CSAR_ARTIFACT_UUID=toscacsar4_.ARTIFACT_UUID where service0_.MODEL_UUID=? Hibernate: select toscacsar0_.ARTIFACT_UUID as artifact1_57_1_, toscacsar0_.ARTIFACT_CHECKSUM as artifact2_57_1_, toscacsar0_.CREATION_TIMESTAMP as creation3_57_1_, toscacsar0_.DESCRIPTION as descript4_57_1_, toscacsar0_.NAME as name5_57_1_, toscacsar0_.URL as url6_57_1_, toscacsar0_.Version as version7_57_1_, services1_.TOSCA_CSAR_ARTIFACT_UUID as tosca_c21_50_3_, services1_.MODEL_UUID as model_uu1_50_3_, services1_.MODEL_UUID as model_uu1_50_0_, services1_.CDS_BLUEPRINT_NAME as cds_blue2_50_0_, services1_.CDS_BLUEPRINT_VERSION as cds_blue3_50_0_, services1_.SERVICE_CATEGORY as service_4_50_0_, services1_.CONTROLLER_ACTOR as controll5_50_0_, services1_.CREATION_TIMESTAMP as creation6_50_0_, services1_.TOSCA_CSAR_ARTIFACT_UUID as tosca_c21_50_0_, services1_.DESCRIPTION as descript7_50_0_, services1_.OVERALL_DISTRIBUTION_STATUS as overall_8_50_0_, services1_.ENVIRONMENT_CONTEXT as environm9_50_0_, services1_.MODEL_INVARIANT_UUID as model_i10_50_0_, services1_.MODEL_NAME as model_n11_50_0_, services1_.MODEL_VERSION as model_v12_50_0_, services1_.NAMING_POLICY as naming_13_50_0_, services1_.ONAP_GENERATED_NAMING as onap_ge14_50_0_, services1_.RESOURCE_ORDER as resourc15_50_0_, services1_.SERVICE_FUNCTION as service16_50_0_, services1_.SERVICE_ROLE as service17_50_0_, services1_.SERVICE_TYPE as service18_50_0_, services1_.SKIP_POST_INSTANTIATION_CONFIGURATION as skip_po19_50_0_, services1_.WORKLOAD_CONTEXT as workloa20_50_0_ from tosca_csar toscacsar0_ left outer join service services1_ on toscacsar0_.ARTIFACT_UUID=services1_.TOSCA_CSAR_ARTIFACT_UUID where toscacsar0_.ARTIFACT_UUID=? Hibernate: insert into tosca_csar (ARTIFACT_CHECKSUM, CREATION_TIMESTAMP, DESCRIPTION, NAME, URL, Version, ARTIFACT_UUID) values (?, ?, ?, ?, ?, ?, ?) Hibernate: insert into service (CDS_BLUEPRINT_NAME, CDS_BLUEPRINT_VERSION, SERVICE_CATEGORY, CONTROLLER_ACTOR, CREATION_TIMESTAMP, TOSCA_CSAR_ARTIFACT_UUID, DESCRIPTION, OVERALL_DISTRIBUTION_STATUS, ENVIRONMENT_CONTEXT, MODEL_INVARIANT_UUID, MODEL_NAME, MODEL_VERSION, NAMING_POLICY, ONAP_GENERATED_NAMING, RESOURCE_ORDER, SERVICE_FUNCTION, SERVICE_ROLE, SERVICE_TYPE, SKIP_POST_INSTANTIATION_CONFIGURATION, WORKLOAD_CONTEXT, MODEL_UUID) values (?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?) Hibernate: insert into service_info (SERVICE_MODEL_UUID, SERVICE_INPUT, SERVICE_PROPERTIES) values (?, ?, ?) Hibernate: select vnfresourc0_.MODEL_UUID as model_uu1_64_0_, vnfresourc0_.AIC_VERSION_MAX as aic_vers2_64_0_, vnfresourc0_.AIC_VERSION_MIN as aic_vers3_64_0_, vnfresourc0_.RESOURCE_CATEGORY as resource4_64_0_, vnfresourc0_.CREATION_TIMESTAMP as creation5_64_0_, vnfresourc0_.DESCRIPTION as descript6_64_0_, vnfresourc0_.HEAT_TEMPLATE_ARTIFACT_UUID as heat_te13_64_0_, vnfresourc0_.MODEL_INVARIANT_UUID as model_in7_64_0_, vnfresourc0_.MODEL_NAME as model_na8_64_0_, vnfresourc0_.MODEL_VERSION as model_ve9_64_0_, vnfresourc0_.ORCHESTRATION_MODE as orchest10_64_0_, vnfresourc0_.RESOURCE_SUB_CATEGORY as resourc11_64_0_, vnfresourc0_.TOSCA_NODE_TYPE as tosca_n12_64_0_ from vnf_resource vnfresourc0_ where vnfresourc0_.MODEL_UUID=? Hibernate: insert into vnf_resource (AIC_VERSION_MAX, AIC_VERSION_MIN, RESOURCE_CATEGORY, CREATION_TIMESTAMP, DESCRIPTION, HEAT_TEMPLATE_ARTIFACT_UUID, MODEL_INVARIANT_UUID, MODEL_NAME, MODEL_VERSION, ORCHESTRATION_MODE, RESOURCE_SUB_CATEGORY, TOSCA_NODE_TYPE, MODEL_UUID) values (?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?) Hibernate: insert into vnf_resource_customization (AVAILABILITY_ZONE_MAX_COUNT, CDS_BLUEPRINT_NAME, CDS_BLUEPRINT_VERSION, CONTROLLER_ACTOR, CREATION_TIMESTAMP, MAX_INSTANCES, MIN_INSTANCES, MODEL_CUSTOMIZATION_UUID, MODEL_INSTANCE_NAME, MULTI_STAGE_DESIGN, NF_DATA_VALID, NF_FUNCTION, NF_NAMING_CODE, NF_ROLE, NF_TYPE, RESOURCE_INPUT, SERVICE_MODEL_UUID, SKIP_POST_INSTANTIATION_CONFIGURATION, VNF_RESOURCE_MODEL_UUID, VNFCINSTANCEGROUP_ORDER) values (?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?) Hibernate: select heatenviro0_.ARTIFACT_UUID as artifact1_26_0_, heatenviro0_.ARTIFACT_CHECKSUM as artifact2_26_0_, heatenviro0_.CREATION_TIMESTAMP as creation3_26_0_, heatenviro0_.DESCRIPTION as descript4_26_0_, heatenviro0_.BODY as body5_26_0_, heatenviro0_.NAME as name6_26_0_, heatenviro0_.VERSION as version7_26_0_ from heat_environment heatenviro0_ where heatenviro0_.ARTIFACT_UUID=? Hibernate: select vfmodule0_.MODEL_UUID as model_uu1_59_4_, vfmodule0_.CREATION_TIMESTAMP as creation2_59_4_, vfmodule0_.DESCRIPTION as descript3_59_4_, vfmodule0_.IS_BASE as is_base4_59_4_, vfmodule0_.MODEL_INVARIANT_UUID as model_in5_59_4_, vfmodule0_.MODEL_NAME as model_na6_59_4_, vfmodule0_.MODEL_VERSION as model_ve7_59_4_, vfmodule0_.HEAT_TEMPLATE_ARTIFACT_UUID as heat_tem8_59_4_, vfmodule0_.VNF_RESOURCE_MODEL_UUID as vnf_reso9_59_4_, vfmodule0_.VOL_HEAT_TEMPLATE_ARTIFACT_UUID as vol_hea10_59_4_, heatfiles1_.VF_MODULE_MODEL_UUID as vf_modul1_61_6_, heatfiles2_.ARTIFACT_UUID as heat_fil2_61_6_, heatfiles2_.ARTIFACT_UUID as artifact1_27_0_, heatfiles2_.ARTIFACT_CHECKSUM as artifact2_27_0_, heatfiles2_.CREATION_TIMESTAMP as creation3_27_0_, heatfiles2_.DESCRIPTION as descript4_27_0_, heatfiles2_.BODY as body5_27_0_, heatfiles2_.NAME as name6_27_0_, heatfiles2_.VERSION as version7_27_0_, heattempla3_.ARTIFACT_UUID as artifact1_29_1_, heattempla3_.ARTIFACT_CHECKSUM as artifact2_29_1_, heattempla3_.CREATION_TIMESTAMP as creation3_29_1_, heattempla3_.DESCRIPTION as descript4_29_1_, heattempla3_.BODY as body5_29_1_, heattempla3_.NAME as name6_29_1_, heattempla3_.TIMEOUT_MINUTES as timeout_7_29_1_, heattempla3_.VERSION as version8_29_1_, vnfresourc4_.MODEL_UUID as model_uu1_64_2_, vnfresourc4_.AIC_VERSION_MAX as aic_vers2_64_2_, vnfresourc4_.AIC_VERSION_MIN as aic_vers3_64_2_, vnfresourc4_.RESOURCE_CATEGORY as resource4_64_2_, vnfresourc4_.CREATION_TIMESTAMP as creation5_64_2_, vnfresourc4_.DESCRIPTION as descript6_64_2_, vnfresourc4_.HEAT_TEMPLATE_ARTIFACT_UUID as heat_te13_64_2_, vnfresourc4_.MODEL_INVARIANT_UUID as model_in7_64_2_, vnfresourc4_.MODEL_NAME as model_na8_64_2_, vnfresourc4_.MODEL_VERSION as model_ve9_64_2_, vnfresourc4_.ORCHESTRATION_MODE as orchest10_64_2_, vnfresourc4_.RESOURCE_SUB_CATEGORY as resourc11_64_2_, vnfresourc4_.TOSCA_NODE_TYPE as tosca_n12_64_2_, heattempla5_.ARTIFACT_UUID as artifact1_29_3_, heattempla5_.ARTIFACT_CHECKSUM as artifact2_29_3_, heattempla5_.CREATION_TIMESTAMP as creation3_29_3_, heattempla5_.DESCRIPTION as descript4_29_3_, heattempla5_.BODY as body5_29_3_, heattempla5_.NAME as name6_29_3_, heattempla5_.TIMEOUT_MINUTES as timeout_7_29_3_, heattempla5_.VERSION as version8_29_3_ from vf_module vfmodule0_ left outer join vf_module_to_heat_files heatfiles1_ on vfmodule0_.MODEL_UUID=heatfiles1_.VF_MODULE_MODEL_UUID left outer join heat_files heatfiles2_ on heatfiles1_.HEAT_FILES_ARTIFACT_UUID=heatfiles2_.ARTIFACT_UUID left outer join heat_template heattempla3_ on vfmodule0_.HEAT_TEMPLATE_ARTIFACT_UUID=heattempla3_.ARTIFACT_UUID left outer join vnf_resource vnfresourc4_ on vfmodule0_.VNF_RESOURCE_MODEL_UUID=vnfresourc4_.MODEL_UUID left outer join heat_template heattempla5_ on vfmodule0_.VOL_HEAT_TEMPLATE_ARTIFACT_UUID=heattempla5_.ARTIFACT_UUID where vfmodule0_.MODEL_UUID=? Hibernate: select heattempla0_.ARTIFACT_UUID as artifact1_29_1_, heattempla0_.ARTIFACT_CHECKSUM as artifact2_29_1_, heattempla0_.CREATION_TIMESTAMP as creation3_29_1_, heattempla0_.DESCRIPTION as descript4_29_1_, heattempla0_.BODY as body5_29_1_, heattempla0_.NAME as name6_29_1_, heattempla0_.TIMEOUT_MINUTES as timeout_7_29_1_, heattempla0_.VERSION as version8_29_1_, childtempl1_.PARENT_HEAT_TEMPLATE_UUID as parent_h1_28_3_, heattempla2_.ARTIFACT_UUID as child_he2_28_3_, heattempla2_.ARTIFACT_UUID as artifact1_29_0_, heattempla2_.ARTIFACT_CHECKSUM as artifact2_29_0_, heattempla2_.CREATION_TIMESTAMP as creation3_29_0_, heattempla2_.DESCRIPTION as descript4_29_0_, heattempla2_.BODY as body5_29_0_, heattempla2_.NAME as name6_29_0_, heattempla2_.TIMEOUT_MINUTES as timeout_7_29_0_, heattempla2_.VERSION as version8_29_0_ from heat_template heattempla0_ left outer join heat_nested_template childtempl1_ on heattempla0_.ARTIFACT_UUID=childtempl1_.PARENT_HEAT_TEMPLATE_UUID left outer join heat_template heattempla2_ on childtempl1_.CHILD_HEAT_TEMPLATE_UUID=heattempla2_.ARTIFACT_UUID where heattempla0_.ARTIFACT_UUID=? Hibernate: select heattempla0_.HEAT_TEMPLATE_ARTIFACT_UUID as heat_tem1_30_0_, heattempla0_.PARAM_NAME as param_na2_30_0_, heattempla0_.PARAM_ALIAS as param_al3_30_0_, heattempla0_.PARAM_TYPE as param_ty4_30_0_, heattempla0_.IS_REQUIRED as is_requi5_30_0_ from heat_template_params heattempla0_ where heattempla0_.HEAT_TEMPLATE_ARTIFACT_UUID=? and heattempla0_.PARAM_NAME=? Hibernate: select heattempla0_.HEAT_TEMPLATE_ARTIFACT_UUID as heat_tem1_30_0_, heattempla0_.PARAM_NAME as param_na2_30_0_, heattempla0_.PARAM_ALIAS as param_al3_30_0_, heattempla0_.PARAM_TYPE as param_ty4_30_0_, heattempla0_.IS_REQUIRED as is_requi5_30_0_ from heat_template_params heattempla0_ where heattempla0_.HEAT_TEMPLATE_ARTIFACT_UUID=? and heattempla0_.PARAM_NAME=? Hibernate: select heattempla0_.HEAT_TEMPLATE_ARTIFACT_UUID as heat_tem1_30_0_, heattempla0_.PARAM_NAME as param_na2_30_0_, heattempla0_.PARAM_ALIAS as param_al3_30_0_, heattempla0_.PARAM_TYPE as param_ty4_30_0_, heattempla0_.IS_REQUIRED as is_requi5_30_0_ from heat_template_params heattempla0_ where heattempla0_.HEAT_TEMPLATE_ARTIFACT_UUID=? and heattempla0_.PARAM_NAME=? Hibernate: select heattempla0_.HEAT_TEMPLATE_ARTIFACT_UUID as heat_tem1_30_0_, heattempla0_.PARAM_NAME as param_na2_30_0_, heattempla0_.PARAM_ALIAS as param_al3_30_0_, heattempla0_.PARAM_TYPE as param_ty4_30_0_, heattempla0_.IS_REQUIRED as is_requi5_30_0_ from heat_template_params heattempla0_ where heattempla0_.HEAT_TEMPLATE_ARTIFACT_UUID=? and heattempla0_.PARAM_NAME=? Hibernate: select heattempla0_.HEAT_TEMPLATE_ARTIFACT_UUID as heat_tem1_30_0_, heattempla0_.PARAM_NAME as param_na2_30_0_, heattempla0_.PARAM_ALIAS as param_al3_30_0_, heattempla0_.PARAM_TYPE as param_ty4_30_0_, heattempla0_.IS_REQUIRED as is_requi5_30_0_ from heat_template_params heattempla0_ where heattempla0_.HEAT_TEMPLATE_ARTIFACT_UUID=? and heattempla0_.PARAM_NAME=? Hibernate: select heattempla0_.HEAT_TEMPLATE_ARTIFACT_UUID as heat_tem1_30_0_, heattempla0_.PARAM_NAME as param_na2_30_0_, heattempla0_.PARAM_ALIAS as param_al3_30_0_, heattempla0_.PARAM_TYPE as param_ty4_30_0_, heattempla0_.IS_REQUIRED as is_requi5_30_0_ from heat_template_params heattempla0_ where heattempla0_.HEAT_TEMPLATE_ARTIFACT_UUID=? and heattempla0_.PARAM_NAME=? Hibernate: insert into heat_environment (ARTIFACT_CHECKSUM, CREATION_TIMESTAMP, DESCRIPTION, BODY, NAME, VERSION, ARTIFACT_UUID) values (?, ?, ?, ?, ?, ?, ?) Hibernate: insert into heat_template (ARTIFACT_CHECKSUM, CREATION_TIMESTAMP, DESCRIPTION, BODY, NAME, TIMEOUT_MINUTES, VERSION, ARTIFACT_UUID) values (?, ?, ?, ?, ?, ?, ?, ?) Hibernate: insert into heat_template_params (PARAM_ALIAS, PARAM_TYPE, IS_REQUIRED, HEAT_TEMPLATE_ARTIFACT_UUID, PARAM_NAME) values (?, ?, ?, ?, ?) Hibernate: insert into heat_template_params (PARAM_ALIAS, PARAM_TYPE, IS_REQUIRED, HEAT_TEMPLATE_ARTIFACT_UUID, PARAM_NAME) values (?, ?, ?, ?, ?) Hibernate: insert into heat_template_params (PARAM_ALIAS, PARAM_TYPE, IS_REQUIRED, HEAT_TEMPLATE_ARTIFACT_UUID, PARAM_NAME) values (?, ?, ?, ?, ?) Hibernate: insert into heat_template_params (PARAM_ALIAS, PARAM_TYPE, IS_REQUIRED, HEAT_TEMPLATE_ARTIFACT_UUID, PARAM_NAME) values (?, ?, ?, ?, ?) Hibernate: insert into heat_template_params (PARAM_ALIAS, PARAM_TYPE, IS_REQUIRED, HEAT_TEMPLATE_ARTIFACT_UUID, PARAM_NAME) values (?, ?, ?, ?, ?) Hibernate: insert into heat_template_params (PARAM_ALIAS, PARAM_TYPE, IS_REQUIRED, HEAT_TEMPLATE_ARTIFACT_UUID, PARAM_NAME) values (?, ?, ?, ?, ?) Hibernate: insert into vf_module (CREATION_TIMESTAMP, DESCRIPTION, IS_BASE, MODEL_INVARIANT_UUID, MODEL_NAME, MODEL_VERSION, HEAT_TEMPLATE_ARTIFACT_UUID, VNF_RESOURCE_MODEL_UUID, VOL_HEAT_TEMPLATE_ARTIFACT_UUID, MODEL_UUID) values (?, ?, ?, ?, ?, ?, ?, ?, ?, ?) Hibernate: insert into vf_module_customization (AVAILABILITY_ZONE_COUNT, CREATION_TIMESTAMP, HEAT_ENVIRONMENT_ARTIFACT_UUID, INITIAL_COUNT, LABEL, MAX_INSTANCES, MIN_INSTANCES, MODEL_CUSTOMIZATION_UUID, SKIP_POST_INSTANTIATION_CONFIGURATION, VF_MODULE_MODEL_UUID, VNF_RESOURCE_CUSTOMIZATION_ID, VOL_ENVIRONMENT_ARTIFACT_UUID) values (?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?) Hibernate: select vnfccustom0_.MODEL_CUSTOMIZATION_UUID as model_cu1_67_5_, vnfccustom0_.CREATION_TIMESTAMP as creation2_67_5_, vnfccustom0_.DESCRIPTION as descript3_67_5_, vnfccustom0_.MODEL_INSTANCE_NAME as model_in4_67_5_, vnfccustom0_.MODEL_INVARIANT_UUID as model_in5_67_5_, vnfccustom0_.MODEL_NAME as model_na6_67_5_, vnfccustom0_.MODEL_UUID as model_uu7_67_5_, vnfccustom0_.MODEL_VERSION as model_ve8_67_5_, vnfccustom0_.RESOURCE_INPUT as resource9_67_5_, vnfccustom0_.TOSCA_NODE_TYPE as tosca_n10_67_5_, vnfccustom0_.VNFC_INSTANCE_GROUP_CUSTOMIZATION_ID as vnfc_in11_67_5_, cvnfccusto1_.VNFC_CUST_MODEL_CUSTOMIZATION_UUID as vnfc_cu14_24_7_, cvnfccusto1_.ID as id1_24_7_, cvnfccusto1_.ID as id1_24_0_, cvnfccusto1_.CREATION_TIMESTAMP as creation2_24_0_, cvnfccusto1_.DESCRIPTION as descript3_24_0_, cvnfccusto1_.MODEL_CUSTOMIZATION_UUID as model_cu4_24_0_, cvnfccusto1_.MODEL_INSTANCE_NAME as model_in5_24_0_, cvnfccusto1_.MODEL_INVARIANT_UUID as model_in6_24_0_, cvnfccusto1_.MODEL_NAME as model_na7_24_0_, cvnfccusto1_.MODEL_UUID as model_uu8_24_0_, cvnfccusto1_.MODEL_VERSION as model_ve9_24_0_, cvnfccusto1_.NFC_FUNCTION as nfc_fun10_24_0_, cvnfccusto1_.NFC_NAMING_CODE as nfc_nam11_24_0_, cvnfccusto1_.TOSCA_NODE_TYPE as tosca_n12_24_0_, cvnfccusto1_.VF_MODULE_CUSTOMIZATION_ID as vf_modu13_24_0_, cvnfccusto1_.VNFC_CUST_MODEL_CUSTOMIZATION_UUID as vnfc_cu14_24_0_, vfmodulecu2_.ID as id1_60_1_, vfmodulecu2_.AVAILABILITY_ZONE_COUNT as availabi2_60_1_, vfmodulecu2_.CREATION_TIMESTAMP as creation3_60_1_, vfmodulecu2_.HEAT_ENVIRONMENT_ARTIFACT_UUID as heat_en10_60_1_, vfmodulecu2_.INITIAL_COUNT as initial_4_60_1_, vfmodulecu2_.LABEL as label5_60_1_, vfmodulecu2_.MAX_INSTANCES as max_inst6_60_1_, vfmodulecu2_.MIN_INSTANCES as min_inst7_60_1_, vfmodulecu2_.MODEL_CUSTOMIZATION_UUID as model_cu8_60_1_, vfmodulecu2_.SKIP_POST_INSTANTIATION_CONFIGURATION as skip_pos9_60_1_, vfmodulecu2_.VF_MODULE_MODEL_UUID as vf_modu11_60_1_, vfmodulecu2_.VNF_RESOURCE_CUSTOMIZATION_ID as vnf_res12_60_1_, vfmodulecu2_.VOL_ENVIRONMENT_ARTIFACT_UUID as vol_env13_60_1_, vnfcinstan3_.ID as id1_68_2_, vnfcinstan3_.CREATION_TIMESTAMP as creation2_68_2_, vnfcinstan3_.DESCRIPTION as descript3_68_2_, vnfcinstan3_.FUNCTION as function4_68_2_, vnfcinstan3_.INSTANCE_GROUP_MODEL_UUID as instance5_68_2_, vnfcinstan3_.VNF_RESOURCE_CUSTOMIZATION_ID as vnf_reso6_68_2_, instancegr4_.MODEL_UUID as model_uu2_33_3_, instancegr4_.CR_MODEL_UUID as cr_mode10_33_3_, instancegr4_.CREATION_TIMESTAMP as creation3_33_3_, instancegr4_.MODEL_INVARIANT_UUID as model_in4_33_3_, instancegr4_.MODEL_NAME as model_na5_33_3_, instancegr4_.MODEL_VERSION as model_ve6_33_3_, instancegr4_.ROLE as role7_33_3_, instancegr4_.TOSCA_NODE_TYPE as tosca_no8_33_3_, instancegr4_.INSTANCE_GROUP_TYPE as instance9_33_3_, instancegr4_.OBJECT_TYPE as object_t1_33_3_, vnfresourc5_.ID as id1_65_4_, vnfresourc5_.AVAILABILITY_ZONE_MAX_COUNT as availabi2_65_4_, vnfresourc5_.CDS_BLUEPRINT_NAME as cds_blue3_65_4_, vnfresourc5_.CDS_BLUEPRINT_VERSION as cds_blue4_65_4_, vnfresourc5_.CONTROLLER_ACTOR as controll5_65_4_, vnfresourc5_.CREATION_TIMESTAMP as creation6_65_4_, vnfresourc5_.MAX_INSTANCES as max_inst7_65_4_, vnfresourc5_.MIN_INSTANCES as min_inst8_65_4_, vnfresourc5_.MODEL_CUSTOMIZATION_UUID as model_cu9_65_4_, vnfresourc5_.MODEL_INSTANCE_NAME as model_i10_65_4_, vnfresourc5_.MULTI_STAGE_DESIGN as multi_s11_65_4_, vnfresourc5_.NF_DATA_VALID as nf_data12_65_4_, vnfresourc5_.NF_FUNCTION as nf_func13_65_4_, vnfresourc5_.NF_NAMING_CODE as nf_nami14_65_4_, vnfresourc5_.NF_ROLE as nf_role15_65_4_, vnfresourc5_.NF_TYPE as nf_type16_65_4_, vnfresourc5_.RESOURCE_INPUT as resourc17_65_4_, vnfresourc5_.SERVICE_MODEL_UUID as service20_65_4_, vnfresourc5_.SKIP_POST_INSTANTIATION_CONFIGURATION as skip_po18_65_4_, vnfresourc5_.VNF_RESOURCE_MODEL_UUID as vnf_res21_65_4_, vnfresourc5_.VNFCINSTANCEGROUP_ORDER as vnfcins19_65_4_ from vnfc_customization vnfccustom0_ left outer join cvnfc_customization cvnfccusto1_ on vnfccustom0_.MODEL_CUSTOMIZATION_UUID=cvnfccusto1_.VNFC_CUST_MODEL_CUSTOMIZATION_UUID left outer join vf_module_customization vfmodulecu2_ on cvnfccusto1_.VF_MODULE_CUSTOMIZATION_ID=vfmodulecu2_.ID left outer join vnfc_instance_group_customization vnfcinstan3_ on vnfccustom0_.VNFC_INSTANCE_GROUP_CUSTOMIZATION_ID=vnfcinstan3_.ID left outer join instance_group instancegr4_ on vnfcinstan3_.INSTANCE_GROUP_MODEL_UUID=instancegr4_.MODEL_UUID left outer join vnf_resource_customization vnfresourc5_ on vnfcinstan3_.VNF_RESOURCE_CUSTOMIZATION_ID=vnfresourc5_.ID where vnfccustom0_.MODEL_CUSTOMIZATION_UUID=? Hibernate: insert into vnfc_customization (CREATION_TIMESTAMP, DESCRIPTION, MODEL_INSTANCE_NAME, MODEL_INVARIANT_UUID, MODEL_NAME, MODEL_UUID, MODEL_VERSION, RESOURCE_INPUT, TOSCA_NODE_TYPE, VNFC_INSTANCE_GROUP_CUSTOMIZATION_ID, MODEL_CUSTOMIZATION_UUID) values (?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?) Hibernate: insert into cvnfc_customization (CREATION_TIMESTAMP, DESCRIPTION, MODEL_CUSTOMIZATION_UUID, MODEL_INSTANCE_NAME, MODEL_INVARIANT_UUID, MODEL_NAME, MODEL_UUID, MODEL_VERSION, NFC_FUNCTION, NFC_NAMING_CODE, TOSCA_NODE_TYPE, VF_MODULE_CUSTOMIZATION_ID, VNFC_CUST_MODEL_CUSTOMIZATION_UUID) values (?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?) Hibernate: select watchdogco0_.COMPONENT_NAME as componen1_12_0_, watchdogco0_.DISTRIBUTION_ID as distribu2_12_0_, watchdogco0_.COMPONENT_DISTRIBUTION_STATUS as componen3_12_0_, watchdogco0_.CREATE_TIME as create_t4_12_0_, watchdogco0_.MODIFY_TIME as modify_t5_12_0_ from watchdog_per_component_distribution_status watchdogco0_ where watchdogco0_.COMPONENT_NAME=? and watchdogco0_.DISTRIBUTION_ID=? Hibernate: insert into watchdog_per_component_distribution_status (COMPONENT_DISTRIBUTION_STATUS, CREATE_TIME, MODIFY_TIME, COMPONENT_NAME, DISTRIBUTION_ID) values (?, ?, ?, ?, ?) 2022-11-13T04:22:27.481Z|50d872ba-9036-48e7-864d-0cb3dfcb5f5f|pool-2-thread-9|||||INFO|500||ASDC_ARTIFACT_DEPLOY_SUC basic_cnf 27267fe0-964e-4726-a2f1-a96eadccc9be 1 ASDC deployResourceStructure 2022-11-13T04:22:27.481Z|50d872ba-9036-48e7-864d-0cb3dfcb5f5f|pool-2-thread-9|||||INFO|500||ASDC_SEND_NOTIF_ASDC DEPLOY DEPLOY_ERROR /sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/nginx_cloudtech_k8s_charts.env ASDC sendASDCNotification 2022-11-13T04:22:27.482Z|50d872ba-9036-48e7-864d-0cb3dfcb5f5f|pool-2-thread-9|||||DEBUG|500||Sending DEPLOY(DEPLOY_ERROR) notification to ASDC for artifact:/sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/nginx_cloudtech_k8s_charts.env(The artifact has not been used by the modules defined in the resource) 2022-11-13T04:22:27.482Z|50d872ba-9036-48e7-864d-0cb3dfcb5f5f|pool-2-thread-9|||||INFO|500||DistributionClient - sendDeploymentStatus with errorReason 2022-11-13T04:22:27.482Z|50d872ba-9036-48e7-864d-0cb3dfcb5f5f|pool-2-thread-9|||||INFO|500||DistributionClient - sendStatus 2022-11-13T04:22:27.484Z|50d872ba-9036-48e7-864d-0cb3dfcb5f5f|pool-2-thread-9|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap] 2022-11-13T04:22:27.484Z|50d872ba-9036-48e7-864d-0cb3dfcb5f5f|pool-2-thread-9|||||DEBUG|500||try to send status { "distributionID": "50d872ba-9036-48e7-864d-0cb3dfcb5f5f", "consumerID": "SO-COpenSource-Env11", "timestamp": 1668313347481, "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/nginx_cloudtech_k8s_charts.env", "status": "DEPLOY_ERROR", "errorReason": "The artifact has not been used by the modules defined in the resource" } 2022-11-13T04:22:27.584Z||pool-82-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms 2022-11-13T04:22:27.586Z||pool-82-thread-1|||||WARN|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO will send credentials over a clear channel. 2022-11-13T04:22:27.586Z||pool-82-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as Oi7quVEmKWoWd026) ... 2022-11-13T04:22:27.601Z||pool-82-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK 2022-11-13T04:22:27.601Z||pool-82-thread-1|||||INFO|500||cambria reply ok (16 ms):{"serverTimeMs":1,"count":1} 2022-11-13T04:22:28.485Z|50d872ba-9036-48e7-864d-0cb3dfcb5f5f|pool-2-thread-9|||||INFO|500||ASDC_SEND_NOTIF_ASDC DEPLOY DEPLOY_ERROR /sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/nginx_cloudtech_k8s_charts.tgz ASDC sendASDCNotification 2022-11-13T04:22:28.486Z|50d872ba-9036-48e7-864d-0cb3dfcb5f5f|pool-2-thread-9|||||DEBUG|500||Sending DEPLOY(DEPLOY_ERROR) notification to ASDC for artifact:/sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/nginx_cloudtech_k8s_charts.tgz(The artifact has not been used by the modules defined in the resource) 2022-11-13T04:22:28.486Z|50d872ba-9036-48e7-864d-0cb3dfcb5f5f|pool-2-thread-9|||||INFO|500||DistributionClient - sendDeploymentStatus with errorReason 2022-11-13T04:22:28.486Z|50d872ba-9036-48e7-864d-0cb3dfcb5f5f|pool-2-thread-9|||||INFO|500||DistributionClient - sendStatus 2022-11-13T04:22:28.488Z|50d872ba-9036-48e7-864d-0cb3dfcb5f5f|pool-2-thread-9|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap] 2022-11-13T04:22:28.488Z|50d872ba-9036-48e7-864d-0cb3dfcb5f5f|pool-2-thread-9|||||DEBUG|500||try to send status { "distributionID": "50d872ba-9036-48e7-864d-0cb3dfcb5f5f", "consumerID": "SO-COpenSource-Env11", "timestamp": 1668313348485, "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/nginx_cloudtech_k8s_charts.tgz", "status": "DEPLOY_ERROR", "errorReason": "The artifact has not been used by the modules defined in the resource" } 2022-11-13T04:22:28.588Z||pool-83-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms 2022-11-13T04:22:28.589Z||pool-83-thread-1|||||WARN|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO will send credentials over a clear channel. 2022-11-13T04:22:28.589Z||pool-83-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as Oi7quVEmKWoWd026) ... 2022-11-13T04:22:28.604Z||pool-83-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK 2022-11-13T04:22:28.605Z||pool-83-thread-1|||||INFO|500||cambria reply ok (17 ms):{"serverTimeMs":0,"count":1} 2022-11-13T04:22:29.489Z|50d872ba-9036-48e7-864d-0cb3dfcb5f5f|pool-2-thread-9|||||INFO|500||ASDC_SEND_NOTIF_ASDC DEPLOY DEPLOY_OK /sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/basic_cnf0_modules.json ASDC sendASDCNotification 2022-11-13T04:22:29.489Z|50d872ba-9036-48e7-864d-0cb3dfcb5f5f|pool-2-thread-9|||||DEBUG|500||Sending DEPLOY(DEPLOY_OK) notification to ASDC for artifact:/sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/basic_cnf0_modules.json 2022-11-13T04:22:29.489Z|50d872ba-9036-48e7-864d-0cb3dfcb5f5f|pool-2-thread-9|||||INFO|500||DistributionClient - sendDeploymentStatus 2022-11-13T04:22:29.490Z|50d872ba-9036-48e7-864d-0cb3dfcb5f5f|pool-2-thread-9|||||INFO|500||DistributionClient - sendStatus 2022-11-13T04:22:29.491Z|50d872ba-9036-48e7-864d-0cb3dfcb5f5f|pool-2-thread-9|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap] 2022-11-13T04:22:29.492Z|50d872ba-9036-48e7-864d-0cb3dfcb5f5f|pool-2-thread-9|||||DEBUG|500||try to send status { "distributionID": "50d872ba-9036-48e7-864d-0cb3dfcb5f5f", "consumerID": "SO-COpenSource-Env11", "timestamp": 1668313349489, "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/basic_cnf0_modules.json", "status": "DEPLOY_OK" } 2022-11-13T04:22:29.592Z||pool-84-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms 2022-11-13T04:22:29.593Z||pool-84-thread-1|||||WARN|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO will send credentials over a clear channel. 2022-11-13T04:22:29.593Z||pool-84-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as Oi7quVEmKWoWd026) ... 2022-11-13T04:22:29.608Z||pool-84-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK 2022-11-13T04:22:29.609Z||pool-84-thread-1|||||INFO|500||cambria reply ok (17 ms):{"serverTimeMs":0,"count":1} 2022-11-13T04:22:30.494Z|50d872ba-9036-48e7-864d-0cb3dfcb5f5f|pool-2-thread-9|||||INFO|500||ASDC_SEND_NOTIF_ASDC DEPLOY DEPLOY_OK /sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/base_dummy.yaml ASDC sendASDCNotification 2022-11-13T04:22:30.495Z|50d872ba-9036-48e7-864d-0cb3dfcb5f5f|pool-2-thread-9|||||DEBUG|500||Sending DEPLOY(DEPLOY_OK) notification to ASDC for artifact:/sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/base_dummy.yaml 2022-11-13T04:22:30.495Z|50d872ba-9036-48e7-864d-0cb3dfcb5f5f|pool-2-thread-9|||||INFO|500||DistributionClient - sendDeploymentStatus 2022-11-13T04:22:30.495Z|50d872ba-9036-48e7-864d-0cb3dfcb5f5f|pool-2-thread-9|||||INFO|500||DistributionClient - sendStatus 2022-11-13T04:22:30.497Z|50d872ba-9036-48e7-864d-0cb3dfcb5f5f|pool-2-thread-9|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap] 2022-11-13T04:22:30.497Z|50d872ba-9036-48e7-864d-0cb3dfcb5f5f|pool-2-thread-9|||||DEBUG|500||try to send status { "distributionID": "50d872ba-9036-48e7-864d-0cb3dfcb5f5f", "consumerID": "SO-COpenSource-Env11", "timestamp": 1668313350492, "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/base_dummy.yaml", "status": "DEPLOY_OK" } 2022-11-13T04:22:30.598Z||pool-85-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 101 ms 2022-11-13T04:22:30.599Z||pool-85-thread-1|||||WARN|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO will send credentials over a clear channel. 2022-11-13T04:22:30.599Z||pool-85-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as Oi7quVEmKWoWd026) ... 2022-11-13T04:22:30.614Z||pool-85-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK 2022-11-13T04:22:30.615Z||pool-85-thread-1|||||INFO|500||cambria reply ok (16 ms):{"serverTimeMs":0,"count":1} 2022-11-13T04:22:31.498Z|50d872ba-9036-48e7-864d-0cb3dfcb5f5f|pool-2-thread-9|||||INFO|500||ASDC_SEND_NOTIF_ASDC DEPLOY DEPLOY_OK /sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/base_dummy.env ASDC sendASDCNotification 2022-11-13T04:22:31.499Z|50d872ba-9036-48e7-864d-0cb3dfcb5f5f|pool-2-thread-9|||||DEBUG|500||Sending DEPLOY(DEPLOY_OK) notification to ASDC for artifact:/sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/base_dummy.env 2022-11-13T04:22:31.499Z|50d872ba-9036-48e7-864d-0cb3dfcb5f5f|pool-2-thread-9|||||INFO|500||DistributionClient - sendDeploymentStatus 2022-11-13T04:22:31.499Z|50d872ba-9036-48e7-864d-0cb3dfcb5f5f|pool-2-thread-9|||||INFO|500||DistributionClient - sendStatus 2022-11-13T04:22:31.501Z|50d872ba-9036-48e7-864d-0cb3dfcb5f5f|pool-2-thread-9|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap] 2022-11-13T04:22:31.501Z|50d872ba-9036-48e7-864d-0cb3dfcb5f5f|pool-2-thread-9|||||DEBUG|500||try to send status { "distributionID": "50d872ba-9036-48e7-864d-0cb3dfcb5f5f", "consumerID": "SO-COpenSource-Env11", "timestamp": 1668313351498, "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/base_dummy.env", "status": "DEPLOY_OK" } 2022-11-13T04:22:31.602Z||pool-86-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 99 ms 2022-11-13T04:22:31.603Z||pool-86-thread-1|||||WARN|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO will send credentials over a clear channel. 2022-11-13T04:22:31.603Z||pool-86-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as Oi7quVEmKWoWd026) ... 2022-11-13T04:22:31.618Z||pool-86-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK 2022-11-13T04:22:31.618Z||pool-86-thread-1|||||INFO|500||cambria reply ok (16 ms):{"serverTimeMs":1,"count":1} 2022-11-13T04:22:32.502Z|50d872ba-9036-48e7-864d-0cb3dfcb5f5f|pool-2-thread-9|||||INFO|500||ASDC_SEND_NOTIF_ASDC DEPLOY DEPLOY_OK /sdc/v1/catalog/services/BasicCnf/1.0/artifacts/service-BasicCnf-csar.csar ASDC sendASDCNotification 2022-11-13T04:22:32.503Z|50d872ba-9036-48e7-864d-0cb3dfcb5f5f|pool-2-thread-9|||||DEBUG|500||Sending DEPLOY(DEPLOY_OK) notification to ASDC for artifact:/sdc/v1/catalog/services/BasicCnf/1.0/artifacts/service-BasicCnf-csar.csar 2022-11-13T04:22:32.503Z|50d872ba-9036-48e7-864d-0cb3dfcb5f5f|pool-2-thread-9|||||INFO|500||DistributionClient - sendDeploymentStatus 2022-11-13T04:22:32.503Z|50d872ba-9036-48e7-864d-0cb3dfcb5f5f|pool-2-thread-9|||||INFO|500||DistributionClient - sendStatus 2022-11-13T04:22:32.505Z|50d872ba-9036-48e7-864d-0cb3dfcb5f5f|pool-2-thread-9|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap] 2022-11-13T04:22:32.505Z|50d872ba-9036-48e7-864d-0cb3dfcb5f5f|pool-2-thread-9|||||DEBUG|500||try to send status { "distributionID": "50d872ba-9036-48e7-864d-0cb3dfcb5f5f", "consumerID": "SO-COpenSource-Env11", "timestamp": 1668313352502, "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/artifacts/service-BasicCnf-csar.csar", "status": "DEPLOY_OK" } 2022-11-13T04:22:32.606Z||pool-87-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 101 ms 2022-11-13T04:22:32.607Z||pool-87-thread-1|||||WARN|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO will send credentials over a clear channel. 2022-11-13T04:22:32.607Z||pool-87-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as Oi7quVEmKWoWd026) ... 2022-11-13T04:22:32.622Z||pool-87-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK 2022-11-13T04:22:32.622Z||pool-87-thread-1|||||INFO|500||cambria reply ok (16 ms):{"serverTimeMs":0,"count":1} 2022-11-13T04:22:33.506Z|50d872ba-9036-48e7-864d-0cb3dfcb5f5f|pool-2-thread-9|||||DEBUG|500||Entered getOverallDistributionStatus method for distrubutionId: 50d872ba-9036-48e7-864d-0cb3dfcb5f5f Hibernate: select watchdogdi0_.DISTRIBUTION_ID as distribu1_11_0_, watchdogdi0_.CREATE_TIME as create_t2_11_0_, watchdogdi0_.DISTRIBUTION_ID_STATUS as distribu3_11_0_, watchdogdi0_.MODIFY_TIME as modify_t4_11_0_, watchdogdi0_.LOCK_VERSION as lock_ver5_11_0_ from watchdog_distributionid_status watchdogdi0_ where watchdogdi0_.DISTRIBUTION_ID=? Hibernate: select watchdogco0_.COMPONENT_NAME as componen1_12_, watchdogco0_.DISTRIBUTION_ID as distribu2_12_, watchdogco0_.COMPONENT_DISTRIBUTION_STATUS as componen3_12_, watchdogco0_.CREATE_TIME as create_t4_12_, watchdogco0_.MODIFY_TIME as modify_t5_12_ from watchdog_per_component_distribution_status watchdogco0_ where watchdogco0_.DISTRIBUTION_ID=? 2022-11-13T04:22:33.517Z|50d872ba-9036-48e7-864d-0cb3dfcb5f5f|pool-2-thread-9|||||DEBUG|500||Executed RequestDB getWatchdogComponentDistributionStatus for distrubutionId: 50d872ba-9036-48e7-864d-0cb3dfcb5f5f Hibernate: select watchdogco0_.COMPONENT_NAME as componen1_12_, watchdogco0_.DISTRIBUTION_ID as distribu2_12_, watchdogco0_.COMPONENT_DISTRIBUTION_STATUS as componen3_12_, watchdogco0_.CREATE_TIME as create_t4_12_, watchdogco0_.MODIFY_TIME as modify_t5_12_ from watchdog_per_component_distribution_status watchdogco0_ where watchdogco0_.DISTRIBUTION_ID=? 2022-11-13T04:22:33.519Z|50d872ba-9036-48e7-864d-0cb3dfcb5f5f|pool-2-thread-9|||||DEBUG|500||Found componentName SO in the WatchDog Component DB 2022-11-13T04:22:33.519Z|50d872ba-9036-48e7-864d-0cb3dfcb5f5f|pool-2-thread-9|||||DEBUG|500||AAI has not be updated in the the WatchDog Component DB yet, so ending the loop 2022-11-13T04:22:33.519Z|50d872ba-9036-48e7-864d-0cb3dfcb5f5f|pool-2-thread-9|||||DEBUG|500||Components Size Didn't match with the WatchdogComponentDistributionStatus results. 2022-11-13T04:22:50.292Z||pool-2-thread-2|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2022-11-13T04:22:50.293Z||pool-2-thread-2|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel. 2022-11-13T04:22:50.293Z||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 Oi7quVEmKWoWd026) ... 2022-11-13T04:22:50.322Z||pool-2-thread-2|||||INFO|500|| --> HTTP/1.1 200 OK 2022-11-13T04:22:50.323Z||pool-2-thread-2|||||DEBUG|500||received message from topic 2022-11-13T04:22:50.324Z||pool-2-thread-2|||||DEBUG|500||recieved notification from broker: { "distributionID": "50d872ba-9036-48e7-864d-0cb3dfcb5f5f", "consumerID": "ves-openapi-manager", "timestamp": 1668313181883, "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/artifacts/service-BasicCnf-template.yml", "status": "NOT_NOTIFIED" } 2022-11-13T04:22:50.325Z||pool-2-thread-2|||||INFO|500||Missing status on Status Object. 2022-11-13T04:22:50.325Z||pool-2-thread-2|||||DEBUG|500||received message from topic 2022-11-13T04:22:50.326Z||pool-2-thread-2|||||DEBUG|500||recieved notification from broker: { "distributionID": "50d872ba-9036-48e7-864d-0cb3dfcb5f5f", "consumerID": "aai-ml", "timestamp": 1668313183061, "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/base_dummy.env", "status": "NOT_NOTIFIED" } 2022-11-13T04:22:50.326Z||pool-2-thread-2|||||INFO|500||Missing status on Status Object. 2022-11-13T04:22:50.326Z||pool-2-thread-2|||||DEBUG|500||received message from topic 2022-11-13T04:22:50.326Z||pool-2-thread-2|||||DEBUG|500||recieved notification from broker: { "distributionID": "50d872ba-9036-48e7-864d-0cb3dfcb5f5f", "consumerID": "clamp", "timestamp": 1668313186105, "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/basic_cnf0_modules.json", "status": "NOTIFIED" } 2022-11-13T04:22:50.326Z||pool-2-thread-2|||||INFO|500||Missing status on Status Object. 2022-11-13T04:22:50.327Z||pool-2-thread-2|||||DEBUG|500||received message from topic 2022-11-13T04:22:50.327Z||pool-2-thread-2|||||DEBUG|500||recieved notification from broker: { "distributionID": "50d872ba-9036-48e7-864d-0cb3dfcb5f5f", "consumerID": "policy-id", "timestamp": 1668313190183, "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/artifacts/service-BasicCnf-csar.csar", "status": "DOWNLOAD_OK" } 2022-11-13T04:22:50.327Z||pool-2-thread-2|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error' 2022-11-13T04:22:50.327Z||pool-2-thread-2|||||DEBUG|500||received message from topic 2022-11-13T04:22:50.327Z||pool-2-thread-2|||||DEBUG|500||recieved notification from broker: { "distributionID": "50d872ba-9036-48e7-864d-0cb3dfcb5f5f", "consumerID": "sdc-COpenSource-Env11-sdnc-dockero", "timestamp": 1668313171119, "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/base_dummy.env", "status": "NOT_NOTIFIED" } 2022-11-13T04:22:50.328Z||pool-2-thread-2|||||INFO|500||Missing status on Status Object. 2022-11-13T04:22:50.328Z||pool-2-thread-2|||||DEBUG|500||received message from topic 2022-11-13T04:22:50.328Z||pool-2-thread-2|||||DEBUG|500||recieved notification from broker: { "distributionID": "50d872ba-9036-48e7-864d-0cb3dfcb5f5f", "consumerID": "ves-openapi-manager", "timestamp": 1668313181883, "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/artifacts/service-BasicCnf-csar.csar", "status": "NOT_NOTIFIED" } 2022-11-13T04:22:50.328Z||pool-2-thread-2|||||INFO|500||Missing status on Status Object. 2022-11-13T04:22:50.328Z||pool-2-thread-2|||||DEBUG|500||received message from topic 2022-11-13T04:22:50.329Z||pool-2-thread-2|||||DEBUG|500||recieved notification from broker: { "distributionID": "50d872ba-9036-48e7-864d-0cb3dfcb5f5f", "consumerID": "multicloud-k8s-id", "timestamp": 1668313190655, "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/base_dummy.yaml", "status": "DOWNLOAD_OK" } 2022-11-13T04:22:50.329Z||pool-2-thread-2|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error' 2022-11-13T04:22:50.329Z||pool-2-thread-2|||||DEBUG|500||received message from topic 2022-11-13T04:22:50.329Z||pool-2-thread-2|||||DEBUG|500||recieved notification from broker: { "distributionID": "50d872ba-9036-48e7-864d-0cb3dfcb5f5f", "consumerID": "aai-ml", "timestamp": 1668313183061, "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/artifacts/service-BasicCnf-template.yml", "status": "NOT_NOTIFIED" } 2022-11-13T04:22:50.329Z||pool-2-thread-2|||||INFO|500||Missing status on Status Object. 2022-11-13T04:22:50.330Z||pool-2-thread-2|||||DEBUG|500||received message from topic 2022-11-13T04:22:50.330Z||pool-2-thread-2|||||DEBUG|500||recieved notification from broker: { "distributionID": "50d872ba-9036-48e7-864d-0cb3dfcb5f5f", "consumerID": "clamp", "timestamp": 1668313186105, "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/base_dummy.yaml", "status": "NOT_NOTIFIED" } 2022-11-13T04:22:50.330Z||pool-2-thread-2|||||INFO|500||Missing status on Status Object. 2022-11-13T04:22:50.330Z||pool-2-thread-2|||||DEBUG|500||received message from topic 2022-11-13T04:22:50.330Z||pool-2-thread-2|||||DEBUG|500||recieved notification from broker: { "distributionID": "50d872ba-9036-48e7-864d-0cb3dfcb5f5f", "consumerID": "policy-id", "timestamp": 1668313191190, "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/artifacts/service-BasicCnf-csar.csar", "status": "DEPLOY_OK" } 2022-11-13T04:22:50.331Z||pool-2-thread-2|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error' 2022-11-13T04:22:50.331Z||pool-2-thread-2|||||DEBUG|500||received message from topic 2022-11-13T04:22:50.331Z||pool-2-thread-2|||||DEBUG|500||recieved notification from broker: { "distributionID": "50d872ba-9036-48e7-864d-0cb3dfcb5f5f", "consumerID": "sdc-COpenSource-Env11-sdnc-dockero", "timestamp": 1668313171119, "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/artifacts/service-BasicCnf-template.yml", "status": "NOT_NOTIFIED" } 2022-11-13T04:22:50.331Z||pool-2-thread-2|||||INFO|500||Missing status on Status Object. 2022-11-13T04:22:50.331Z||pool-2-thread-2|||||DEBUG|500||received message from topic 2022-11-13T04:22:50.332Z||pool-2-thread-2|||||DEBUG|500||recieved notification from broker: { "distributionID": "50d872ba-9036-48e7-864d-0cb3dfcb5f5f", "consumerID": "multicloud-k8s-id", "timestamp": 1668313191717, "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/nginx_cloudtech_k8s_charts.tgz", "status": "DOWNLOAD_OK" } 2022-11-13T04:22:50.332Z||pool-2-thread-2|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error' 2022-11-13T04:22:50.332Z||pool-2-thread-2|||||DEBUG|500||received message from topic 2022-11-13T04:22:50.332Z||pool-2-thread-2|||||DEBUG|500||recieved notification from broker: { "distributionID": "50d872ba-9036-48e7-864d-0cb3dfcb5f5f", "consumerID": "aai-ml", "timestamp": 1668313183061, "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/artifacts/service-BasicCnf-csar.csar", "status": "NOTIFIED" } 2022-11-13T04:22:50.332Z||pool-2-thread-2|||||INFO|500||Missing status on Status Object. 2022-11-13T04:22:50.333Z||pool-2-thread-2|||||DEBUG|500||received message from topic 2022-11-13T04:22:50.333Z||pool-2-thread-2|||||DEBUG|500||recieved notification from broker: { "distributionID": "50d872ba-9036-48e7-864d-0cb3dfcb5f5f", "consumerID": "clamp", "timestamp": 1668313186105, "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/vendor-license-model.xml", "status": "NOT_NOTIFIED" } 2022-11-13T04:22:50.333Z||pool-2-thread-2|||||INFO|500||Missing status on Status Object. 2022-11-13T04:22:50.333Z||pool-2-thread-2|||||DEBUG|500||received message from topic 2022-11-13T04:22:50.333Z||pool-2-thread-2|||||DEBUG|500||recieved notification from broker: { "distributionID": "50d872ba-9036-48e7-864d-0cb3dfcb5f5f", "consumerID": "policy-id", "timestamp": 1668313192193, "artifactURL": "", "status": "COMPONENT_DONE_OK", "componentName": "POLICY" } Hibernate: select watchdogdi0_.DISTRIBUTION_ID as distribu1_11_0_, watchdogdi0_.CREATE_TIME as create_t2_11_0_, watchdogdi0_.DISTRIBUTION_ID_STATUS as distribu3_11_0_, watchdogdi0_.MODIFY_TIME as modify_t4_11_0_, watchdogdi0_.LOCK_VERSION as lock_ver5_11_0_ from watchdog_distributionid_status watchdogdi0_ where watchdogdi0_.DISTRIBUTION_ID=? 2022-11-13T04:22:50.340Z||pool-2-thread-2|||||DEBUG|500||Receive a callback componentStatus in ASDC, for componentName: POLICY and status of COMPONENT_DONE_OK distributionID of 50d872ba-9036-48e7-864d-0cb3dfcb5f5f 2022-11-13T04:22:50.340Z||pool-2-thread-2|||||DEBUG|500||Entering installTheComponentStatus for distributionId 50d872ba-9036-48e7-864d-0cb3dfcb5f5f and ComponentName POLICY Hibernate: select watchdogco0_.COMPONENT_NAME as componen1_12_0_, watchdogco0_.DISTRIBUTION_ID as distribu2_12_0_, watchdogco0_.COMPONENT_DISTRIBUTION_STATUS as componen3_12_0_, watchdogco0_.CREATE_TIME as create_t4_12_0_, watchdogco0_.MODIFY_TIME as modify_t5_12_0_ from watchdog_per_component_distribution_status watchdogco0_ where watchdogco0_.COMPONENT_NAME=? and watchdogco0_.DISTRIBUTION_ID=? Hibernate: insert into watchdog_per_component_distribution_status (COMPONENT_DISTRIBUTION_STATUS, CREATE_TIME, MODIFY_TIME, COMPONENT_NAME, DISTRIBUTION_ID) values (?, ?, ?, ?, ?) 2022-11-13T04:22:50.348Z||pool-2-thread-2|||||DEBUG|500||received message from topic 2022-11-13T04:22:50.348Z||pool-2-thread-2|||||DEBUG|500||recieved notification from broker: { "distributionID": "50d872ba-9036-48e7-864d-0cb3dfcb5f5f", "consumerID": "sdc-COpenSource-Env11-sdnc-dockero", "timestamp": 1668313171119, "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/artifacts/service-BasicCnf-csar.csar", "status": "NOTIFIED" } 2022-11-13T04:22:50.348Z||pool-2-thread-2|||||INFO|500||Missing status on Status Object. 2022-11-13T04:22:50.349Z||pool-2-thread-2|||||DEBUG|500||received message from topic 2022-11-13T04:22:50.349Z||pool-2-thread-2|||||DEBUG|500||recieved notification from broker: { "distributionID": "50d872ba-9036-48e7-864d-0cb3dfcb5f5f", "consumerID": "multicloud-k8s-id", "timestamp": 1668313192790, "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/base_dummy.env", "status": "DOWNLOAD_OK" } 2022-11-13T04:22:50.349Z||pool-2-thread-2|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error' 2022-11-13T04:22:50.349Z||pool-2-thread-2|||||DEBUG|500||received message from topic 2022-11-13T04:22:50.349Z||pool-2-thread-2|||||DEBUG|500||recieved notification from broker: { "distributionID": "50d872ba-9036-48e7-864d-0cb3dfcb5f5f", "consumerID": "aai-ml", "timestamp": 1668313192805, "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/artifacts/service-BasicCnf-csar.csar", "status": "DOWNLOAD_OK" } 2022-11-13T04:22:50.350Z||pool-2-thread-2|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error' 2022-11-13T04:22:50.350Z||pool-2-thread-2|||||DEBUG|500||received message from topic 2022-11-13T04:22:50.350Z||pool-2-thread-2|||||DEBUG|500||recieved notification from broker: { "distributionID": "50d872ba-9036-48e7-864d-0cb3dfcb5f5f", "consumerID": "clamp", "timestamp": 1668313186105, "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/base_dummy.env", "status": "NOT_NOTIFIED" } 2022-11-13T04:22:50.350Z||pool-2-thread-2|||||INFO|500||Missing status on Status Object. 2022-11-13T04:22:50.350Z||pool-2-thread-2|||||DEBUG|500||received message from topic 2022-11-13T04:22:50.351Z||pool-2-thread-2|||||DEBUG|500||recieved notification from broker: { "distributionID": "50d872ba-9036-48e7-864d-0cb3dfcb5f5f", "consumerID": "sdc-COpenSource-Env11-sdnc-dockero", "timestamp": 1668313193402, "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/artifacts/service-BasicCnf-csar.csar", "status": "DOWNLOAD_OK" } 2022-11-13T04:22:50.351Z||pool-2-thread-2|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error' 2022-11-13T04:22:50.351Z||pool-2-thread-2|||||DEBUG|500||received message from topic 2022-11-13T04:22:50.351Z||pool-2-thread-2|||||DEBUG|500||recieved notification from broker: { "distributionID": "50d872ba-9036-48e7-864d-0cb3dfcb5f5f", "consumerID": "clamp", "timestamp": 1668313186105, "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/artifacts/service-BasicCnf-template.yml", "status": "NOT_NOTIFIED" } 2022-11-13T04:22:50.351Z||pool-2-thread-2|||||INFO|500||Missing status on Status Object. 2022-11-13T04:22:50.352Z||pool-2-thread-2|||||DEBUG|500||received message from topic 2022-11-13T04:22:50.352Z||pool-2-thread-2|||||DEBUG|500||recieved notification from broker: { "distributionID": "50d872ba-9036-48e7-864d-0cb3dfcb5f5f", "consumerID": "multicloud-k8s-id", "timestamp": 1668313193831, "artifactURL": "", "status": "COMPONENT_DONE_OK", "componentName": "POLICY" } Hibernate: select watchdogdi0_.DISTRIBUTION_ID as distribu1_11_0_, watchdogdi0_.CREATE_TIME as create_t2_11_0_, watchdogdi0_.DISTRIBUTION_ID_STATUS as distribu3_11_0_, watchdogdi0_.MODIFY_TIME as modify_t4_11_0_, watchdogdi0_.LOCK_VERSION as lock_ver5_11_0_ from watchdog_distributionid_status watchdogdi0_ where watchdogdi0_.DISTRIBUTION_ID=? 2022-11-13T04:22:50.356Z||pool-2-thread-2|||||DEBUG|500||Receive a callback componentStatus in ASDC, for componentName: POLICY and status of COMPONENT_DONE_OK distributionID of 50d872ba-9036-48e7-864d-0cb3dfcb5f5f 2022-11-13T04:22:50.356Z||pool-2-thread-2|||||DEBUG|500||Entering installTheComponentStatus for distributionId 50d872ba-9036-48e7-864d-0cb3dfcb5f5f and ComponentName POLICY Hibernate: select watchdogco0_.COMPONENT_NAME as componen1_12_0_, watchdogco0_.DISTRIBUTION_ID as distribu2_12_0_, watchdogco0_.COMPONENT_DISTRIBUTION_STATUS as componen3_12_0_, watchdogco0_.CREATE_TIME as create_t4_12_0_, watchdogco0_.MODIFY_TIME as modify_t5_12_0_ from watchdog_per_component_distribution_status watchdogco0_ where watchdogco0_.COMPONENT_NAME=? and watchdogco0_.DISTRIBUTION_ID=? Hibernate: update watchdog_per_component_distribution_status set COMPONENT_DISTRIBUTION_STATUS=?, MODIFY_TIME=? where COMPONENT_NAME=? and DISTRIBUTION_ID=? 2022-11-13T04:22:50.362Z||pool-2-thread-2|||||DEBUG|500||received message from topic 2022-11-13T04:22:50.362Z||pool-2-thread-2|||||DEBUG|500||recieved notification from broker: { "distributionID": "50d872ba-9036-48e7-864d-0cb3dfcb5f5f", "consumerID": "clamp", "timestamp": 1668313186105, "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/artifacts/service-BasicCnf-csar.csar", "status": "NOTIFIED" } 2022-11-13T04:22:50.363Z||pool-2-thread-2|||||INFO|500||Missing status on Status Object. 2022-11-13T04:22:50.363Z||pool-2-thread-2|||||DEBUG|500||received message from topic 2022-11-13T04:22:50.363Z||pool-2-thread-2|||||DEBUG|500||recieved notification from broker: { "distributionID": "50d872ba-9036-48e7-864d-0cb3dfcb5f5f", "consumerID": "multicloud-k8s-id", "timestamp": 1668313194834, "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/basic_cnf0_modules.json", "status": "DEPLOY_OK" } 2022-11-13T04:22:50.363Z||pool-2-thread-2|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error' 2022-11-13T04:22:50.363Z||pool-2-thread-2|||||DEBUG|500||received message from topic 2022-11-13T04:22:50.364Z||pool-2-thread-2|||||DEBUG|500||recieved notification from broker: { "distributionID": "50d872ba-9036-48e7-864d-0cb3dfcb5f5f", "consumerID": "sdc-COpenSource-Env11-sdnc-dockero", "timestamp": 1668313196049, "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/artifacts/service-BasicCnf-csar.csar", "status": "DEPLOY_OK" } 2022-11-13T04:22:50.364Z||pool-2-thread-2|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error' 2022-11-13T04:22:50.364Z||pool-2-thread-2|||||DEBUG|500||received message from topic 2022-11-13T04:22:50.364Z||pool-2-thread-2|||||DEBUG|500||recieved notification from broker: { "distributionID": "50d872ba-9036-48e7-864d-0cb3dfcb5f5f", "consumerID": "sdc-COpenSource-Env11-sdnc-dockero", "timestamp": 1668313197054, "artifactURL": "", "status": "COMPONENT_DONE_OK", "componentName": "SDNC" } Hibernate: select watchdogdi0_.DISTRIBUTION_ID as distribu1_11_0_, watchdogdi0_.CREATE_TIME as create_t2_11_0_, watchdogdi0_.DISTRIBUTION_ID_STATUS as distribu3_11_0_, watchdogdi0_.MODIFY_TIME as modify_t4_11_0_, watchdogdi0_.LOCK_VERSION as lock_ver5_11_0_ from watchdog_distributionid_status watchdogdi0_ where watchdogdi0_.DISTRIBUTION_ID=? 2022-11-13T04:22:50.369Z||pool-2-thread-2|||||DEBUG|500||Receive a callback componentStatus in ASDC, for componentName: SDNC and status of COMPONENT_DONE_OK distributionID of 50d872ba-9036-48e7-864d-0cb3dfcb5f5f 2022-11-13T04:22:50.369Z||pool-2-thread-2|||||DEBUG|500||Entering installTheComponentStatus for distributionId 50d872ba-9036-48e7-864d-0cb3dfcb5f5f and ComponentName SDNC Hibernate: select watchdogco0_.COMPONENT_NAME as componen1_12_0_, watchdogco0_.DISTRIBUTION_ID as distribu2_12_0_, watchdogco0_.COMPONENT_DISTRIBUTION_STATUS as componen3_12_0_, watchdogco0_.CREATE_TIME as create_t4_12_0_, watchdogco0_.MODIFY_TIME as modify_t5_12_0_ from watchdog_per_component_distribution_status watchdogco0_ where watchdogco0_.COMPONENT_NAME=? and watchdogco0_.DISTRIBUTION_ID=? Hibernate: insert into watchdog_per_component_distribution_status (COMPONENT_DISTRIBUTION_STATUS, CREATE_TIME, MODIFY_TIME, COMPONENT_NAME, DISTRIBUTION_ID) values (?, ?, ?, ?, ?) 2022-11-13T04:22:50.377Z||pool-2-thread-2|||||DEBUG|500||received message from topic 2022-11-13T04:22:50.377Z||pool-2-thread-2|||||DEBUG|500||recieved notification from broker: { "distributionID": "50d872ba-9036-48e7-864d-0cb3dfcb5f5f", "consumerID": "clamp", "timestamp": 1668313200084, "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/artifacts/service-BasicCnf-csar.csar", "status": "DOWNLOAD_OK" } 2022-11-13T04:22:50.377Z||pool-2-thread-2|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error' 2022-11-13T04:22:50.378Z||pool-2-thread-2|||||DEBUG|500||received message from topic 2022-11-13T04:22:50.378Z||pool-2-thread-2|||||DEBUG|500||recieved notification from broker: { "distributionID": "50d872ba-9036-48e7-864d-0cb3dfcb5f5f", "consumerID": "aai-ml", "timestamp": 1668313200653, "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/artifacts/service-BasicCnf-csar.csar", "status": "DEPLOY_OK" } 2022-11-13T04:22:50.378Z||pool-2-thread-2|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error' 2022-11-13T04:22:50.378Z||pool-2-thread-2|||||DEBUG|500||received message from topic 2022-11-13T04:22:50.378Z||pool-2-thread-2|||||DEBUG|500||recieved notification from broker: { "distributionID": "50d872ba-9036-48e7-864d-0cb3dfcb5f5f", "consumerID": "aai-ml", "timestamp": 1668313201656, "artifactURL": "", "status": "COMPONENT_DONE_OK", "componentName": "AAI" } Hibernate: select watchdogdi0_.DISTRIBUTION_ID as distribu1_11_0_, watchdogdi0_.CREATE_TIME as create_t2_11_0_, watchdogdi0_.DISTRIBUTION_ID_STATUS as distribu3_11_0_, watchdogdi0_.MODIFY_TIME as modify_t4_11_0_, watchdogdi0_.LOCK_VERSION as lock_ver5_11_0_ from watchdog_distributionid_status watchdogdi0_ where watchdogdi0_.DISTRIBUTION_ID=? 2022-11-13T04:22:50.383Z||pool-2-thread-2|||||DEBUG|500||Receive a callback componentStatus in ASDC, for componentName: AAI and status of COMPONENT_DONE_OK distributionID of 50d872ba-9036-48e7-864d-0cb3dfcb5f5f 2022-11-13T04:22:50.383Z||pool-2-thread-2|||||DEBUG|500||Entering installTheComponentStatus for distributionId 50d872ba-9036-48e7-864d-0cb3dfcb5f5f and ComponentName AAI Hibernate: select watchdogco0_.COMPONENT_NAME as componen1_12_0_, watchdogco0_.DISTRIBUTION_ID as distribu2_12_0_, watchdogco0_.COMPONENT_DISTRIBUTION_STATUS as componen3_12_0_, watchdogco0_.CREATE_TIME as create_t4_12_0_, watchdogco0_.MODIFY_TIME as modify_t5_12_0_ from watchdog_per_component_distribution_status watchdogco0_ where watchdogco0_.COMPONENT_NAME=? and watchdogco0_.DISTRIBUTION_ID=? Hibernate: insert into watchdog_per_component_distribution_status (COMPONENT_DISTRIBUTION_STATUS, CREATE_TIME, MODIFY_TIME, COMPONENT_NAME, DISTRIBUTION_ID) values (?, ?, ?, ?, ?) 2022-11-13T04:22:50.390Z||pool-2-thread-2|||||DEBUG|500||received message from topic 2022-11-13T04:22:50.390Z||pool-2-thread-2|||||DEBUG|500||recieved notification from broker: { "distributionID": "50d872ba-9036-48e7-864d-0cb3dfcb5f5f", "consumerID": "clamp", "timestamp": 1668313202093, "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/artifacts/service-BasicCnf-csar.csar", "status": "DEPLOY_OK" } 2022-11-13T04:22:50.391Z||pool-2-thread-2|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error' 2022-11-13T04:22:50.391Z||pool-2-thread-2|||||DEBUG|500||received message from topic 2022-11-13T04:22:50.391Z||pool-2-thread-2|||||DEBUG|500||recieved notification from broker: { "distributionID": "50d872ba-9036-48e7-864d-0cb3dfcb5f5f", "consumerID": "clamp", "timestamp": 1668313203098, "artifactURL": "", "status": "COMPONENT_DONE_OK", "componentName": "clamp" } Hibernate: select watchdogdi0_.DISTRIBUTION_ID as distribu1_11_0_, watchdogdi0_.CREATE_TIME as create_t2_11_0_, watchdogdi0_.DISTRIBUTION_ID_STATUS as distribu3_11_0_, watchdogdi0_.MODIFY_TIME as modify_t4_11_0_, watchdogdi0_.LOCK_VERSION as lock_ver5_11_0_ from watchdog_distributionid_status watchdogdi0_ where watchdogdi0_.DISTRIBUTION_ID=? 2022-11-13T04:22:50.395Z||pool-2-thread-2|||||DEBUG|500||Receive a callback componentStatus in ASDC, for componentName: clamp and status of COMPONENT_DONE_OK distributionID of 50d872ba-9036-48e7-864d-0cb3dfcb5f5f 2022-11-13T04:22:50.396Z||pool-2-thread-2|||||DEBUG|500||Entering installTheComponentStatus for distributionId 50d872ba-9036-48e7-864d-0cb3dfcb5f5f and ComponentName clamp Hibernate: select watchdogco0_.COMPONENT_NAME as componen1_12_0_, watchdogco0_.DISTRIBUTION_ID as distribu2_12_0_, watchdogco0_.COMPONENT_DISTRIBUTION_STATUS as componen3_12_0_, watchdogco0_.CREATE_TIME as create_t4_12_0_, watchdogco0_.MODIFY_TIME as modify_t5_12_0_ from watchdog_per_component_distribution_status watchdogco0_ where watchdogco0_.COMPONENT_NAME=? and watchdogco0_.DISTRIBUTION_ID=? Hibernate: insert into watchdog_per_component_distribution_status (COMPONENT_DISTRIBUTION_STATUS, CREATE_TIME, MODIFY_TIME, COMPONENT_NAME, DISTRIBUTION_ID) values (?, ?, ?, ?, ?) 2022-11-13T04:22:50.403Z||pool-2-thread-2|||||DEBUG|500||received message from topic 2022-11-13T04:22:50.403Z||pool-2-thread-2|||||DEBUG|500||recieved notification from broker: { "distributionID": "f76c0162-f933-4d67-9eae-209a39530747", "consumerID": "SO-COpenSource-Env11", "timestamp": 1668313234451, "artifactURL": "", "status": "DISTRIBUTION_COMPLETE_OK" } 2022-11-13T04:22:50.403Z||pool-2-thread-2|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error' 2022-11-13T04:22:50.403Z||pool-2-thread-2|||||DEBUG|500||received message from topic 2022-11-13T04:22:50.404Z||pool-2-thread-2|||||DEBUG|500||recieved notification from broker: { "distributionID": "7b94625c-1cd7-46e1-9a34-377240ca09b5", "consumerID": "SO-COpenSource-Env11", "timestamp": 1668313235482, "artifactURL": "/sdc/v1/catalog/services/DemoPnf3pf0oq7kt4xms36vl9wc/1.0/resourceInstances/pnfa9f0b0d43e4c0/artifacts/vf-license-model.xml", "status": "NOT_NOTIFIED" } 2022-11-13T04:22:50.404Z||pool-2-thread-2|||||INFO|500||Missing status on Status Object. 2022-11-13T04:22:50.404Z||pool-2-thread-2|||||DEBUG|500||received message from topic 2022-11-13T04:22:50.404Z||pool-2-thread-2|||||DEBUG|500||recieved notification from broker: { "distributionID": "7b94625c-1cd7-46e1-9a34-377240ca09b5", "consumerID": "SO-COpenSource-Env11", "timestamp": 1668313235482, "artifactURL": "/sdc/v1/catalog/services/DemoPnf3pf0oq7kt4xms36vl9wc/1.0/resourceInstances/pnfa9f0b0d43e4c0/artifacts/pNF.csar", "status": "NOT_NOTIFIED" } 2022-11-13T04:22:50.404Z||pool-2-thread-2|||||INFO|500||Missing status on Status Object. 2022-11-13T04:22:50.404Z||pool-2-thread-2|||||DEBUG|500||received message from topic 2022-11-13T04:22:50.405Z||pool-2-thread-2|||||DEBUG|500||recieved notification from broker: { "distributionID": "7b94625c-1cd7-46e1-9a34-377240ca09b5", "consumerID": "SO-COpenSource-Env11", "timestamp": 1668313235482, "artifactURL": "/sdc/v1/catalog/services/DemoPnf3pf0oq7kt4xms36vl9wc/1.0/resourceInstances/pnfa9f0b0d43e4c0/artifacts/mynetconf.yang", "status": "NOT_NOTIFIED" } 2022-11-13T04:22:50.405Z||pool-2-thread-2|||||INFO|500||Missing status on Status Object. 2022-11-13T04:22:50.405Z||pool-2-thread-2|||||DEBUG|500||received message from topic 2022-11-13T04:22:50.405Z||pool-2-thread-2|||||DEBUG|500||recieved notification from broker: { "distributionID": "7b94625c-1cd7-46e1-9a34-377240ca09b5", "consumerID": "SO-COpenSource-Env11", "timestamp": 1668313235482, "artifactURL": "/sdc/v1/catalog/services/DemoPnf3pf0oq7kt4xms36vl9wc/1.0/resourceInstances/pnfa9f0b0d43e4c0/artifacts/vendor-license-model.xml", "status": "NOT_NOTIFIED" } 2022-11-13T04:22:50.405Z||pool-2-thread-2|||||INFO|500||Missing status on Status Object. 2022-11-13T04:22:50.405Z||pool-2-thread-2|||||DEBUG|500||received message from topic 2022-11-13T04:22:50.406Z||pool-2-thread-2|||||DEBUG|500||recieved notification from broker: { "distributionID": "7b94625c-1cd7-46e1-9a34-377240ca09b5", "consumerID": "SO-COpenSource-Env11", "timestamp": 1668313235482, "artifactURL": "/sdc/v1/catalog/services/DemoPnf3pf0oq7kt4xms36vl9wc/1.0/resourceInstances/pnfa9f0b0d43e4c0/artifacts/PM_Dictionary.yaml", "status": "NOT_NOTIFIED" } 2022-11-13T04:22:50.406Z||pool-2-thread-2|||||INFO|500||Missing status on Status Object. 2022-11-13T04:22:50.406Z||pool-2-thread-2|||||DEBUG|500||received message from topic 2022-11-13T04:22:50.406Z||pool-2-thread-2|||||DEBUG|500||recieved notification from broker: { "distributionID": "7b94625c-1cd7-46e1-9a34-377240ca09b5", "consumerID": "SO-COpenSource-Env11", "timestamp": 1668313235482, "artifactURL": "/sdc/v1/catalog/services/DemoPnf3pf0oq7kt4xms36vl9wc/1.0/resourceInstances/pnfa9f0b0d43e4c0/artifacts/MyPnf_Pnf_v1.yaml", "status": "NOT_NOTIFIED" } 2022-11-13T04:22:50.406Z||pool-2-thread-2|||||INFO|500||Missing status on Status Object. 2022-11-13T04:22:50.406Z||pool-2-thread-2|||||DEBUG|500||received message from topic 2022-11-13T04:22:50.407Z||pool-2-thread-2|||||DEBUG|500||recieved notification from broker: { "distributionID": "7b94625c-1cd7-46e1-9a34-377240ca09b5", "consumerID": "SO-COpenSource-Env11", "timestamp": 1668313235482, "artifactURL": "/sdc/v1/catalog/services/DemoPnf3pf0oq7kt4xms36vl9wc/1.0/artifacts/service-DemoPnf3pf0oq7kt4xms36vl9wc-template.yml", "status": "NOT_NOTIFIED" } 2022-11-13T04:22:50.407Z||pool-2-thread-2|||||INFO|500||Missing status on Status Object. 2022-11-13T04:22:50.407Z||pool-2-thread-2|||||DEBUG|500||received message from topic 2022-11-13T04:22:50.407Z||pool-2-thread-2|||||DEBUG|500||recieved notification from broker: { "distributionID": "7b94625c-1cd7-46e1-9a34-377240ca09b5", "consumerID": "SO-COpenSource-Env11", "timestamp": 1668313235482, "artifactURL": "/sdc/v1/catalog/services/DemoPnf3pf0oq7kt4xms36vl9wc/1.0/artifacts/service-DemoPnf3pf0oq7kt4xms36vl9wc-csar.csar", "status": "NOTIFIED" } 2022-11-13T04:22:50.407Z||pool-2-thread-2|||||INFO|500||Missing status on Status Object. 2022-11-13T04:22:50.408Z||pool-2-thread-2|||||DEBUG|500||received message from topic 2022-11-13T04:22:50.408Z||pool-2-thread-2|||||DEBUG|500||recieved notification from broker: { "distributionID": "7b94625c-1cd7-46e1-9a34-377240ca09b5", "consumerID": "SO-COpenSource-Env11", "timestamp": 1668313248175, "artifactURL": "/sdc/v1/catalog/services/DemoPnf3pf0oq7kt4xms36vl9wc/1.0/artifacts/service-DemoPnf3pf0oq7kt4xms36vl9wc-csar.csar", "status": "DOWNLOAD_OK" } 2022-11-13T04:22:50.408Z||pool-2-thread-2|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error' 2022-11-13T04:23:03.520Z|50d872ba-9036-48e7-864d-0cb3dfcb5f5f|pool-2-thread-9|||||DEBUG|500||Entered getOverallDistributionStatus method for distrubutionId: 50d872ba-9036-48e7-864d-0cb3dfcb5f5f Hibernate: select watchdogdi0_.DISTRIBUTION_ID as distribu1_11_0_, watchdogdi0_.CREATE_TIME as create_t2_11_0_, watchdogdi0_.DISTRIBUTION_ID_STATUS as distribu3_11_0_, watchdogdi0_.MODIFY_TIME as modify_t4_11_0_, watchdogdi0_.LOCK_VERSION as lock_ver5_11_0_ from watchdog_distributionid_status watchdogdi0_ where watchdogdi0_.DISTRIBUTION_ID=? Hibernate: select watchdogco0_.COMPONENT_NAME as componen1_12_, watchdogco0_.DISTRIBUTION_ID as distribu2_12_, watchdogco0_.COMPONENT_DISTRIBUTION_STATUS as componen3_12_, watchdogco0_.CREATE_TIME as create_t4_12_, watchdogco0_.MODIFY_TIME as modify_t5_12_ from watchdog_per_component_distribution_status watchdogco0_ where watchdogco0_.DISTRIBUTION_ID=? 2022-11-13T04:23:03.529Z|50d872ba-9036-48e7-864d-0cb3dfcb5f5f|pool-2-thread-9|||||DEBUG|500||Executed RequestDB getWatchdogComponentDistributionStatus for distrubutionId: 50d872ba-9036-48e7-864d-0cb3dfcb5f5f Hibernate: select watchdogco0_.COMPONENT_NAME as componen1_12_, watchdogco0_.DISTRIBUTION_ID as distribu2_12_, watchdogco0_.COMPONENT_DISTRIBUTION_STATUS as componen3_12_, watchdogco0_.CREATE_TIME as create_t4_12_, watchdogco0_.MODIFY_TIME as modify_t5_12_ from watchdog_per_component_distribution_status watchdogco0_ where watchdogco0_.DISTRIBUTION_ID=? 2022-11-13T04:23:03.531Z|50d872ba-9036-48e7-864d-0cb3dfcb5f5f|pool-2-thread-9|||||DEBUG|500||Found componentName SO in the WatchDog Component DB 2022-11-13T04:23:03.531Z|50d872ba-9036-48e7-864d-0cb3dfcb5f5f|pool-2-thread-9|||||DEBUG|500||Found componentName AAI in the WatchDog Component DB 2022-11-13T04:23:03.531Z|50d872ba-9036-48e7-864d-0cb3dfcb5f5f|pool-2-thread-9|||||DEBUG|500||Found componentName SDNC in the WatchDog Component DB 2022-11-13T04:23:03.531Z|50d872ba-9036-48e7-864d-0cb3dfcb5f5f|pool-2-thread-9|||||DEBUG|500||Components Size matched with the WatchdogComponentDistributionStatus results. 2022-11-13T04:23:03.531Z|50d872ba-9036-48e7-864d-0cb3dfcb5f5f|pool-2-thread-9|||||DEBUG|500||Component status: COMPONENT_DONE_OK on componentName: 2022-11-13T04:23:03.531Z|50d872ba-9036-48e7-864d-0cb3dfcb5f5f|pool-2-thread-9|||||DEBUG|500||Component status: COMPONENT_DONE_OK on componentName: 2022-11-13T04:23:03.531Z|50d872ba-9036-48e7-864d-0cb3dfcb5f5f|pool-2-thread-9|||||DEBUG|500||Component status: COMPONENT_DONE_OK on componentName: 2022-11-13T04:23:03.531Z|50d872ba-9036-48e7-864d-0cb3dfcb5f5f|pool-2-thread-9|||||DEBUG|500||Component status: COMPONENT_DONE_OK on componentName: 2022-11-13T04:23:03.531Z|50d872ba-9036-48e7-864d-0cb3dfcb5f5f|pool-2-thread-9|||||DEBUG|500||Component status: COMPONENT_DONE_OK on componentName: 2022-11-13T04:23:03.531Z|50d872ba-9036-48e7-864d-0cb3dfcb5f5f|pool-2-thread-9|||||DEBUG|500||Component status: COMPONENT_DONE_OK on componentName: 2022-11-13T04:23:03.532Z|50d872ba-9036-48e7-864d-0cb3dfcb5f5f|pool-2-thread-9|||||DEBUG|500||Updating overall DistributionStatus to: SUCCESS for distributionId: Hibernate: select watchdogdi0_.DISTRIBUTION_ID as distribu1_11_0_, watchdogdi0_.CREATE_TIME as create_t2_11_0_, watchdogdi0_.DISTRIBUTION_ID_STATUS as distribu3_11_0_, watchdogdi0_.MODIFY_TIME as modify_t4_11_0_, watchdogdi0_.LOCK_VERSION as lock_ver5_11_0_ from watchdog_distributionid_status watchdogdi0_ where watchdogdi0_.DISTRIBUTION_ID=? 2022-11-13T04:23:03.535Z|50d872ba-9036-48e7-864d-0cb3dfcb5f5f|pool-2-thread-9|||||DEBUG|500||Exiting getOverallDistributionStatus method in WatchdogDistribution 2022-11-13T04:23:33.536Z|50d872ba-9036-48e7-864d-0cb3dfcb5f5f|pool-2-thread-9|||||DEBUG|500||Entered executePatchAAI method with distrubutionId: 50d872ba-9036-48e7-864d-0cb3dfcb5f5f and distributionStatus: Hibernate: select watchdogse0_.DISTRIBUTION_ID as distribu1_13_, watchdogse0_.SERVICE_MODEL_VERSION_ID as service_2_13_, watchdogse0_.CONSUMER_ID as consumer3_13_, watchdogse0_.CREATE_TIME as create_t4_13_, watchdogse0_.DISTRIBUTION_NOTIFICATION as distribu5_13_ from watchdog_service_mod_ver_id_lookup watchdogse0_ where watchdogse0_.DISTRIBUTION_ID=? 2022-11-13T04:23:33.546Z|50d872ba-9036-48e7-864d-0cb3dfcb5f5f|pool-2-thread-9|||||DEBUG|500||Executed RequestDB getWatchdogServiceModVerIdLookup with distributionId: 50d872ba-9036-48e7-864d-0cb3dfcb5f5f and serviceModelVersionId: f1c9e342-5944-474a-b1d8-e8d2ef123444 2022-11-13T04:23:33.547Z|50d872ba-9036-48e7-864d-0cb3dfcb5f5f|pool-2-thread-9|||||DEBUG|500||ASDC Notification ServiceModelInvariantUUID : 9667a25e-12fb-4184-b941-e33321764a7c 2022-11-13T04:23:33.548Z|50d872ba-9036-48e7-864d-0cb3dfcb5f5f|pool-2-thread-9|||||DEBUG|500||Target A&AI Resource URI: /service-design-and-creation/models/model/9667a25e-12fb-4184-b941-e33321764a7c/model-vers/model-ver/f1c9e342-5944-474a-b1d8-e8d2ef123444?depth=0 2022-11-13T04:23:33.553Z|50d872ba-9036-48e7-864d-0cb3dfcb5f5f|pool-2-thread-9|||||INFO|500||RestClientSSL using default SSL context! 2022-11-13T04:23:33.600Z|50d872ba-9036-48e7-864d-0cb3dfcb5f5f|pool-2-thread-9|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/9667a25e-12fb-4184-b941-e33321764a7c/model-vers/model-ver/f1c9e342-5944-474a-b1d8-e8d2ef123444?depth=0|INFO|500||Invoke 2022-11-13T04:23:33.601Z|50d872ba-9036-48e7-864d-0cb3dfcb5f5f|pool-2-thread-9|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/9667a25e-12fb-4184-b941-e33321764a7c/model-vers/model-ver/f1c9e342-5944-474a-b1d8-e8d2ef123444?depth=0|DEBUG|500||Sending HTTP POST (overridden to PATCH) to:https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/9667a25e-12fb-4184-b941-e33321764a7c/model-vers/model-ver/f1c9e342-5944-474a-b1d8-e8d2ef123444?depth=0 with request headers:{Authorization=[***REDACTED***], X-RequestID=[50d872ba-9036-48e7-864d-0cb3dfcb5f5f], X-FromAppId=[MSO], X-ONAP-PartnerName=[UNKNOWN], X-HTTP-Method-Override=[PATCH], Accept=[application/json], X-InvocationID=[cb614309-1ec1-4ea3-8964-66e077d6a479], X-ECOMP-RequestID=[50d872ba-9036-48e7-864d-0cb3dfcb5f5f], X-TransactionId=[], X-ONAP-RequestID=[50d872ba-9036-48e7-864d-0cb3dfcb5f5f], Content-Type=[application/merge-patch+json]} 2022-11-13T04:23:33.625Z|50d872ba-9036-48e7-864d-0cb3dfcb5f5f|pool-2-thread-9|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/9667a25e-12fb-4184-b941-e33321764a7c/model-vers/model-ver/f1c9e342-5944-474a-b1d8-e8d2ef123444?depth=0|DEBUG|500||{"distribution-status":"DISTRIBUTION_COMPLETE_OK"} 2022-11-13T04:23:33.711Z|50d872ba-9036-48e7-864d-0cb3dfcb5f5f|pool-2-thread-9|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/9667a25e-12fb-4184-b941-e33321764a7c/model-vers/model-ver/f1c9e342-5944-474a-b1d8-e8d2ef123444?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/9667a25e-12fb-4184-b941-e33321764a7c/model-vers/model-ver/f1c9e342-5944-474a-b1d8-e8d2ef123444?depth=0 has http status code:200 and response headers:{Strict-Transport-Security=[max-age=16000000; includeSubDomains; preload;], X-AAI-TXID=[1-aai-resources-221113-04:23:32:603-47275], vertex-id=[176208], Content-Length=[0], Date=[Sun, 13 Nov 2022 04:23:32 GMT], Content-Type=[application/json]} 2022-11-13T04:23:33.711Z|50d872ba-9036-48e7-864d-0cb3dfcb5f5f|pool-2-thread-9|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/9667a25e-12fb-4184-b941-e33321764a7c/model-vers/model-ver/f1c9e342-5944-474a-b1d8-e8d2ef123444?depth=0|DEBUG|500||Response was returned with an empty entity. 2022-11-13T04:23:33.712Z|50d872ba-9036-48e7-864d-0cb3dfcb5f5f|pool-2-thread-9|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/9667a25e-12fb-4184-b941-e33321764a7c/model-vers/model-ver/f1c9e342-5944-474a-b1d8-e8d2ef123444?depth=0|INFO|500||InvokeReturn 2022-11-13T04:23:33.713Z|50d872ba-9036-48e7-864d-0cb3dfcb5f5f|pool-2-thread-9|||||DEBUG|500||A&AI UPDATE MODEL Version is success! 2022-11-13T04:23:33.713Z|50d872ba-9036-48e7-864d-0cb3dfcb5f5f|pool-2-thread-9|||||DEBUG|500||A&AI Updated succefully with Distribution Status! Hibernate: select service0_.MODEL_UUID as model_uu1_50_, service0_.CDS_BLUEPRINT_NAME as cds_blue2_50_, service0_.CDS_BLUEPRINT_VERSION as cds_blue3_50_, service0_.SERVICE_CATEGORY as service_4_50_, service0_.CONTROLLER_ACTOR as controll5_50_, service0_.CREATION_TIMESTAMP as creation6_50_, service0_.TOSCA_CSAR_ARTIFACT_UUID as tosca_c21_50_, service0_.DESCRIPTION as descript7_50_, service0_.OVERALL_DISTRIBUTION_STATUS as overall_8_50_, service0_.ENVIRONMENT_CONTEXT as environm9_50_, service0_.MODEL_INVARIANT_UUID as model_i10_50_, service0_.MODEL_NAME as model_n11_50_, service0_.MODEL_VERSION as model_v12_50_, service0_.NAMING_POLICY as naming_13_50_, service0_.ONAP_GENERATED_NAMING as onap_ge14_50_, service0_.RESOURCE_ORDER as resourc15_50_, service0_.SERVICE_FUNCTION as service16_50_, service0_.SERVICE_ROLE as service17_50_, service0_.SERVICE_TYPE as service18_50_, service0_.SKIP_POST_INSTANTIATION_CONFIGURATION as skip_po19_50_, service0_.WORKLOAD_CONTEXT as workloa20_50_ from service service0_ where service0_.MODEL_UUID=? 2022-11-13T04:23:33.718Z|50d872ba-9036-48e7-864d-0cb3dfcb5f5f|pool-2-thread-9|||||ERROR|500||Error updating CatalogDBStatus java.lang.NullPointerException: null at org.onap.so.asdc.tenantIsolation.WatchdogDistribution.updateCatalogDBStatus(WatchdogDistribution.java:206) at org.onap.so.asdc.client.ASDCController.treatNotification(ASDCController.java:690) at org.onap.so.asdc.client.ASDCNotificationCallBack.activateCallback(ASDCNotificationCallBack.java:52) at org.onap.sdc.impl.NotificationConsumer.run(NotificationConsumer.java:71) at java.base/java.util.concurrent.Executors$RunnableAdapter.call(Unknown Source) at java.base/java.util.concurrent.FutureTask.runAndReset(Unknown Source) at java.base/java.util.concurrent.ScheduledThreadPoolExecutor$ScheduledFutureTask.run(Unknown Source) at java.base/java.util.concurrent.ThreadPoolExecutor.runWorker(Unknown Source) at java.base/java.util.concurrent.ThreadPoolExecutor$Worker.run(Unknown Source) at java.base/java.lang.Thread.run(Unknown Source) 2022-11-13T04:23:33.718Z|50d872ba-9036-48e7-864d-0cb3dfcb5f5f|pool-2-thread-9|||||DEBUG|500||Enter sendFinalDistributionStatus with DistributionID 50d872ba-9036-48e7-864d-0cb3dfcb5f5f and Status of DISTRIBUTION_COMPLETE_OK and ErrorReason null 2022-11-13T04:23:33.718Z|50d872ba-9036-48e7-864d-0cb3dfcb5f5f|pool-2-thread-9|||||INFO|500||DistributionClient - sendFinalDistributionStatus status 2022-11-13T04:23:33.719Z|50d872ba-9036-48e7-864d-0cb3dfcb5f5f|pool-2-thread-9|||||INFO|500||DistributionClient - sendStatus 2022-11-13T04:23:33.722Z|50d872ba-9036-48e7-864d-0cb3dfcb5f5f|pool-2-thread-9|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap] 2022-11-13T04:23:33.722Z|50d872ba-9036-48e7-864d-0cb3dfcb5f5f|pool-2-thread-9|||||DEBUG|500||try to send status { "distributionID": "50d872ba-9036-48e7-864d-0cb3dfcb5f5f", "consumerID": "SO-COpenSource-Env11", "timestamp": 1668313413718, "artifactURL": "", "status": "DISTRIBUTION_COMPLETE_OK" } 2022-11-13T04:23:33.822Z||pool-88-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms 2022-11-13T04:23:33.823Z||pool-88-thread-1|||||WARN|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO will send credentials over a clear channel. 2022-11-13T04:23:33.823Z||pool-88-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as Oi7quVEmKWoWd026) ... 2022-11-13T04:23:33.843Z||pool-88-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK 2022-11-13T04:23:33.844Z||pool-88-thread-1|||||INFO|500||cambria reply ok (22 ms):{"serverTimeMs":0,"count":1} Hibernate: select watchdogdi0_.DISTRIBUTION_ID as distribu1_11_0_, watchdogdi0_.CREATE_TIME as create_t2_11_0_, watchdogdi0_.DISTRIBUTION_ID_STATUS as distribu3_11_0_, watchdogdi0_.MODIFY_TIME as modify_t4_11_0_, watchdogdi0_.LOCK_VERSION as lock_ver5_11_0_ from watchdog_distributionid_status watchdogdi0_ where watchdogdi0_.DISTRIBUTION_ID=? Hibernate: update watchdog_distributionid_status set DISTRIBUTION_ID_STATUS=?, MODIFY_TIME=?, LOCK_VERSION=? where DISTRIBUTION_ID=? 2022-11-13T04:23:34.735Z|50d872ba-9036-48e7-864d-0cb3dfcb5f5f|pool-2-thread-9|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2022-11-13T04:23:34.736Z|50d872ba-9036-48e7-864d-0cb3dfcb5f5f|pool-2-thread-9|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel. 2022-11-13T04:23:34.736Z|50d872ba-9036-48e7-864d-0cb3dfcb5f5f|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 Oi7quVEmKWoWd026) ... 2022-11-13T04:23:45.024Z|50d872ba-9036-48e7-864d-0cb3dfcb5f5f|pool-2-thread-9|||||INFO|500|| --> HTTP/1.1 200 OK 2022-11-13T04:23:45.025Z|50d872ba-9036-48e7-864d-0cb3dfcb5f5f|pool-2-thread-9|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2022-11-13T04:23:45.027Z|50d872ba-9036-48e7-864d-0cb3dfcb5f5f|pool-2-thread-9|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel. 2022-11-13T04:23:45.027Z|50d872ba-9036-48e7-864d-0cb3dfcb5f5f|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 Oi7quVEmKWoWd026) ... 2022-11-13T04:23:50.298Z|0bc1ed58-a1c1-4d04-8bed-12d0375391db|pool-2-thread-7|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2022-11-13T04:23:50.299Z|0bc1ed58-a1c1-4d04-8bed-12d0375391db|pool-2-thread-7|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel. 2022-11-13T04:23:50.299Z|0bc1ed58-a1c1-4d04-8bed-12d0375391db|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 Oi7quVEmKWoWd026) ... 2022-11-13T04:23:50.325Z|0bc1ed58-a1c1-4d04-8bed-12d0375391db|pool-2-thread-7|||||INFO|500|| --> HTTP/1.1 200 OK 2022-11-13T04:23:50.326Z|0bc1ed58-a1c1-4d04-8bed-12d0375391db|pool-2-thread-7|||||DEBUG|500||received message from topic 2022-11-13T04:23:50.326Z|0bc1ed58-a1c1-4d04-8bed-12d0375391db|pool-2-thread-7|||||DEBUG|500||recieved notification from broker: { "distributionID": "7b94625c-1cd7-46e1-9a34-377240ca09b5", "consumerID": "SO-COpenSource-Env11", "timestamp": 1668313250316, "artifactURL": "/sdc/v1/catalog/services/DemoPnf3pf0oq7kt4xms36vl9wc/1.0/artifacts/service-DemoPnf3pf0oq7kt4xms36vl9wc-csar.csar", "status": "DEPLOY_OK" } 2022-11-13T04:23:50.327Z|0bc1ed58-a1c1-4d04-8bed-12d0375391db|pool-2-thread-7|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error' 2022-11-13T04:23:50.328Z|0bc1ed58-a1c1-4d04-8bed-12d0375391db|pool-2-thread-7|||||DEBUG|500||received message from topic 2022-11-13T04:23:50.328Z|0bc1ed58-a1c1-4d04-8bed-12d0375391db|pool-2-thread-7|||||DEBUG|500||recieved notification from broker: { "distributionID": "7b94625c-1cd7-46e1-9a34-377240ca09b5", "consumerID": "SO-COpenSource-Env11", "timestamp": 1668313281535, "artifactURL": "", "status": "DISTRIBUTION_COMPLETE_OK" } 2022-11-13T04:23:50.328Z|0bc1ed58-a1c1-4d04-8bed-12d0375391db|pool-2-thread-7|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error' 2022-11-13T04:23:50.328Z|0bc1ed58-a1c1-4d04-8bed-12d0375391db|pool-2-thread-7|||||DEBUG|500||received message from topic 2022-11-13T04:23:50.328Z|0bc1ed58-a1c1-4d04-8bed-12d0375391db|pool-2-thread-7|||||DEBUG|500||recieved notification from broker: { "distributionID": "8f237f38-7bd3-49fb-9e73-c885e48aa330", "consumerID": "SO-COpenSource-Env11", "timestamp": 1668313235482, "artifactURL": "/sdc/v1/catalog/services/BasicVm/1.0/resourceInstances/basic_vm0/artifacts/vf-license-model.xml", "status": "NOT_NOTIFIED" } 2022-11-13T04:23:50.328Z|0bc1ed58-a1c1-4d04-8bed-12d0375391db|pool-2-thread-7|||||INFO|500||Missing status on Status Object. 2022-11-13T04:23:50.329Z|0bc1ed58-a1c1-4d04-8bed-12d0375391db|pool-2-thread-7|||||DEBUG|500||received message from topic 2022-11-13T04:23:50.329Z|0bc1ed58-a1c1-4d04-8bed-12d0375391db|pool-2-thread-7|||||DEBUG|500||recieved notification from broker: { "distributionID": "8f237f38-7bd3-49fb-9e73-c885e48aa330", "consumerID": "SO-COpenSource-Env11", "timestamp": 1668313235482, "artifactURL": "/sdc/v1/catalog/services/BasicVm/1.0/resourceInstances/basic_vm0/artifacts/basic_vm0_modules.json", "status": "NOTIFIED" } 2022-11-13T04:23:50.329Z|0bc1ed58-a1c1-4d04-8bed-12d0375391db|pool-2-thread-7|||||INFO|500||Missing status on Status Object. 2022-11-13T04:23:50.329Z|0bc1ed58-a1c1-4d04-8bed-12d0375391db|pool-2-thread-7|||||DEBUG|500||received message from topic 2022-11-13T04:23:50.329Z|0bc1ed58-a1c1-4d04-8bed-12d0375391db|pool-2-thread-7|||||DEBUG|500||recieved notification from broker: { "distributionID": "8f237f38-7bd3-49fb-9e73-c885e48aa330", "consumerID": "SO-COpenSource-Env11", "timestamp": 1668313235482, "artifactURL": "/sdc/v1/catalog/services/BasicVm/1.0/resourceInstances/basic_vm0/artifacts/base_ubuntu20.yaml", "status": "NOTIFIED" } 2022-11-13T04:23:50.329Z|0bc1ed58-a1c1-4d04-8bed-12d0375391db|pool-2-thread-7|||||INFO|500||Missing status on Status Object. 2022-11-13T04:23:50.329Z|0bc1ed58-a1c1-4d04-8bed-12d0375391db|pool-2-thread-7|||||DEBUG|500||received message from topic 2022-11-13T04:23:50.330Z|0bc1ed58-a1c1-4d04-8bed-12d0375391db|pool-2-thread-7|||||DEBUG|500||recieved notification from broker: { "distributionID": "8f237f38-7bd3-49fb-9e73-c885e48aa330", "consumerID": "SO-COpenSource-Env11", "timestamp": 1668313235482, "artifactURL": "/sdc/v1/catalog/services/BasicVm/1.0/resourceInstances/basic_vm0/artifacts/vendor-license-model.xml", "status": "NOT_NOTIFIED" } 2022-11-13T04:23:50.330Z|0bc1ed58-a1c1-4d04-8bed-12d0375391db|pool-2-thread-7|||||INFO|500||Missing status on Status Object. 2022-11-13T04:23:50.330Z|0bc1ed58-a1c1-4d04-8bed-12d0375391db|pool-2-thread-7|||||DEBUG|500||received message from topic 2022-11-13T04:23:50.330Z|0bc1ed58-a1c1-4d04-8bed-12d0375391db|pool-2-thread-7|||||DEBUG|500||recieved notification from broker: { "distributionID": "8f237f38-7bd3-49fb-9e73-c885e48aa330", "consumerID": "SO-COpenSource-Env11", "timestamp": 1668313235482, "artifactURL": "/sdc/v1/catalog/services/BasicVm/1.0/resourceInstances/basic_vm0/artifacts/base_ubuntu20.env", "status": "NOTIFIED" } 2022-11-13T04:23:50.330Z|0bc1ed58-a1c1-4d04-8bed-12d0375391db|pool-2-thread-7|||||INFO|500||Missing status on Status Object. 2022-11-13T04:23:50.330Z|0bc1ed58-a1c1-4d04-8bed-12d0375391db|pool-2-thread-7|||||DEBUG|500||received message from topic 2022-11-13T04:23:50.330Z|0bc1ed58-a1c1-4d04-8bed-12d0375391db|pool-2-thread-7|||||DEBUG|500||recieved notification from broker: { "distributionID": "8f237f38-7bd3-49fb-9e73-c885e48aa330", "consumerID": "SO-COpenSource-Env11", "timestamp": 1668313235482, "artifactURL": "/sdc/v1/catalog/services/BasicVm/1.0/artifacts/service-BasicVm-template.yml", "status": "NOT_NOTIFIED" } 2022-11-13T04:23:50.330Z|0bc1ed58-a1c1-4d04-8bed-12d0375391db|pool-2-thread-7|||||INFO|500||Missing status on Status Object. 2022-11-13T04:23:50.331Z|0bc1ed58-a1c1-4d04-8bed-12d0375391db|pool-2-thread-7|||||DEBUG|500||received message from topic 2022-11-13T04:23:50.331Z|0bc1ed58-a1c1-4d04-8bed-12d0375391db|pool-2-thread-7|||||DEBUG|500||recieved notification from broker: { "distributionID": "8f237f38-7bd3-49fb-9e73-c885e48aa330", "consumerID": "SO-COpenSource-Env11", "timestamp": 1668313235482, "artifactURL": "/sdc/v1/catalog/services/BasicVm/1.0/artifacts/service-BasicVm-csar.csar", "status": "NOTIFIED" } 2022-11-13T04:23:50.331Z|0bc1ed58-a1c1-4d04-8bed-12d0375391db|pool-2-thread-7|||||INFO|500||Missing status on Status Object. 2022-11-13T04:23:50.331Z|0bc1ed58-a1c1-4d04-8bed-12d0375391db|pool-2-thread-7|||||DEBUG|500||received message from topic 2022-11-13T04:23:50.331Z|0bc1ed58-a1c1-4d04-8bed-12d0375391db|pool-2-thread-7|||||DEBUG|500||recieved notification from broker: { "distributionID": "8f237f38-7bd3-49fb-9e73-c885e48aa330", "consumerID": "SO-COpenSource-Env11", "timestamp": 1668313289679, "artifactURL": "/sdc/v1/catalog/services/BasicVm/1.0/artifacts/service-BasicVm-csar.csar", "status": "DOWNLOAD_OK" } 2022-11-13T04:23:50.331Z|0bc1ed58-a1c1-4d04-8bed-12d0375391db|pool-2-thread-7|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error' 2022-11-13T04:23:50.331Z|0bc1ed58-a1c1-4d04-8bed-12d0375391db|pool-2-thread-7|||||DEBUG|500||received message from topic 2022-11-13T04:23:50.332Z|0bc1ed58-a1c1-4d04-8bed-12d0375391db|pool-2-thread-7|||||DEBUG|500||recieved notification from broker: { "distributionID": "8f237f38-7bd3-49fb-9e73-c885e48aa330", "consumerID": "SO-COpenSource-Env11", "timestamp": 1668313292072, "artifactURL": "/sdc/v1/catalog/services/BasicVm/1.0/resourceInstances/basic_vm0/artifacts/basic_vm0_modules.json", "status": "DOWNLOAD_OK" } 2022-11-13T04:23:50.333Z|0bc1ed58-a1c1-4d04-8bed-12d0375391db|pool-2-thread-7|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error' 2022-11-13T04:23:50.333Z|0bc1ed58-a1c1-4d04-8bed-12d0375391db|pool-2-thread-7|||||DEBUG|500||received message from topic 2022-11-13T04:23:50.333Z|0bc1ed58-a1c1-4d04-8bed-12d0375391db|pool-2-thread-7|||||DEBUG|500||recieved notification from broker: { "distributionID": "8f237f38-7bd3-49fb-9e73-c885e48aa330", "consumerID": "SO-COpenSource-Env11", "timestamp": 1668313293135, "artifactURL": "/sdc/v1/catalog/services/BasicVm/1.0/resourceInstances/basic_vm0/artifacts/base_ubuntu20.yaml", "status": "DOWNLOAD_OK" } 2022-11-13T04:23:50.334Z|0bc1ed58-a1c1-4d04-8bed-12d0375391db|pool-2-thread-7|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error' 2022-11-13T04:23:50.334Z|0bc1ed58-a1c1-4d04-8bed-12d0375391db|pool-2-thread-7|||||DEBUG|500||received message from topic 2022-11-13T04:23:50.334Z|0bc1ed58-a1c1-4d04-8bed-12d0375391db|pool-2-thread-7|||||DEBUG|500||recieved notification from broker: { "distributionID": "8f237f38-7bd3-49fb-9e73-c885e48aa330", "consumerID": "SO-COpenSource-Env11", "timestamp": 1668313294187, "artifactURL": "/sdc/v1/catalog/services/BasicVm/1.0/resourceInstances/basic_vm0/artifacts/base_ubuntu20.env", "status": "DOWNLOAD_OK" } 2022-11-13T04:23:50.334Z|0bc1ed58-a1c1-4d04-8bed-12d0375391db|pool-2-thread-7|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error' 2022-11-13T04:23:50.334Z|0bc1ed58-a1c1-4d04-8bed-12d0375391db|pool-2-thread-7|||||DEBUG|500||received message from topic 2022-11-13T04:23:50.334Z|0bc1ed58-a1c1-4d04-8bed-12d0375391db|pool-2-thread-7|||||DEBUG|500||recieved notification from broker: { "distributionID": "8f237f38-7bd3-49fb-9e73-c885e48aa330", "consumerID": "SO-COpenSource-Env11", "timestamp": 1668313295303, "artifactURL": "/sdc/v1/catalog/services/BasicVm/1.0/resourceInstances/basic_vm0/artifacts/basic_vm0_modules.json", "status": "DEPLOY_OK" } 2022-11-13T04:23:50.334Z|0bc1ed58-a1c1-4d04-8bed-12d0375391db|pool-2-thread-7|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error' 2022-11-13T04:23:50.334Z|0bc1ed58-a1c1-4d04-8bed-12d0375391db|pool-2-thread-7|||||DEBUG|500||received message from topic 2022-11-13T04:23:50.334Z|0bc1ed58-a1c1-4d04-8bed-12d0375391db|pool-2-thread-7|||||DEBUG|500||recieved notification from broker: { "distributionID": "8f237f38-7bd3-49fb-9e73-c885e48aa330", "consumerID": "SO-COpenSource-Env11", "timestamp": 1668313296306, "artifactURL": "/sdc/v1/catalog/services/BasicVm/1.0/resourceInstances/basic_vm0/artifacts/base_ubuntu20.yaml", "status": "DEPLOY_OK" } 2022-11-13T04:23:50.334Z|0bc1ed58-a1c1-4d04-8bed-12d0375391db|pool-2-thread-7|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error' 2022-11-13T04:23:50.334Z|0bc1ed58-a1c1-4d04-8bed-12d0375391db|pool-2-thread-7|||||DEBUG|500||received message from topic 2022-11-13T04:23:50.334Z|0bc1ed58-a1c1-4d04-8bed-12d0375391db|pool-2-thread-7|||||DEBUG|500||recieved notification from broker: { "distributionID": "8f237f38-7bd3-49fb-9e73-c885e48aa330", "consumerID": "SO-COpenSource-Env11", "timestamp": 1668313297310, "artifactURL": "/sdc/v1/catalog/services/BasicVm/1.0/resourceInstances/basic_vm0/artifacts/base_ubuntu20.env", "status": "DEPLOY_OK" } 2022-11-13T04:23:50.334Z|0bc1ed58-a1c1-4d04-8bed-12d0375391db|pool-2-thread-7|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error' 2022-11-13T04:23:50.334Z|0bc1ed58-a1c1-4d04-8bed-12d0375391db|pool-2-thread-7|||||DEBUG|500||received message from topic 2022-11-13T04:23:50.334Z|0bc1ed58-a1c1-4d04-8bed-12d0375391db|pool-2-thread-7|||||DEBUG|500||recieved notification from broker: { "distributionID": "8f237f38-7bd3-49fb-9e73-c885e48aa330", "consumerID": "SO-COpenSource-Env11", "timestamp": 1668313298315, "artifactURL": "/sdc/v1/catalog/services/BasicVm/1.0/artifacts/service-BasicVm-csar.csar", "status": "DEPLOY_OK" } 2022-11-13T04:23:50.334Z|0bc1ed58-a1c1-4d04-8bed-12d0375391db|pool-2-thread-7|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error' 2022-11-13T04:23:54.599Z|50d872ba-9036-48e7-864d-0cb3dfcb5f5f|pool-2-thread-9|||||INFO|500|| --> HTTP/1.1 200 OK 2022-11-13T04:23:54.600Z|50d872ba-9036-48e7-864d-0cb3dfcb5f5f|pool-2-thread-9|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2022-11-13T04:23:54.601Z|50d872ba-9036-48e7-864d-0cb3dfcb5f5f|pool-2-thread-9|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel. 2022-11-13T04:23:54.601Z|50d872ba-9036-48e7-864d-0cb3dfcb5f5f|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 Oi7quVEmKWoWd026) ... 2022-11-13T04:24:04.142Z|50d872ba-9036-48e7-864d-0cb3dfcb5f5f|pool-2-thread-9|||||INFO|500|| --> HTTP/1.1 200 OK 2022-11-13T04:24:04.143Z|50d872ba-9036-48e7-864d-0cb3dfcb5f5f|pool-2-thread-9|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2022-11-13T04:24:04.143Z|50d872ba-9036-48e7-864d-0cb3dfcb5f5f|pool-2-thread-9|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel. 2022-11-13T04:24:04.143Z|50d872ba-9036-48e7-864d-0cb3dfcb5f5f|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 Oi7quVEmKWoWd026) ... 2022-11-13T04:24:13.694Z|50d872ba-9036-48e7-864d-0cb3dfcb5f5f|pool-2-thread-9|||||INFO|500|| --> HTTP/1.1 200 OK 2022-11-13T04:24:13.695Z|50d872ba-9036-48e7-864d-0cb3dfcb5f5f|pool-2-thread-9|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2022-11-13T04:24:13.696Z|50d872ba-9036-48e7-864d-0cb3dfcb5f5f|pool-2-thread-9|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel. 2022-11-13T04:24:13.696Z|50d872ba-9036-48e7-864d-0cb3dfcb5f5f|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 Oi7quVEmKWoWd026) ... 2022-11-13T04:24:23.237Z|50d872ba-9036-48e7-864d-0cb3dfcb5f5f|pool-2-thread-9|||||INFO|500|| --> HTTP/1.1 200 OK 2022-11-13T04:24:50.290Z|50d872ba-9036-48e7-864d-0cb3dfcb5f5f|pool-2-thread-9|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2022-11-13T04:24:50.292Z||pool-2-thread-1|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2022-11-13T04:24:50.292Z||pool-2-thread-1|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel. 2022-11-13T04:24:50.292Z||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 Oi7quVEmKWoWd026) ... 2022-11-13T04:24:50.292Z|50d872ba-9036-48e7-864d-0cb3dfcb5f5f|pool-2-thread-9|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel. 2022-11-13T04:24:50.292Z|50d872ba-9036-48e7-864d-0cb3dfcb5f5f|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 Oi7quVEmKWoWd026) ... 2022-11-13T04:24:50.320Z||pool-2-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK 2022-11-13T04:24:50.321Z||pool-2-thread-1|||||DEBUG|500||received message from topic 2022-11-13T04:24:50.321Z||pool-2-thread-1|||||DEBUG|500||recieved notification from broker: { "distributionID": "8f237f38-7bd3-49fb-9e73-c885e48aa330", "consumerID": "SO-COpenSource-Env11", "timestamp": 1668313329509, "artifactURL": "", "status": "DISTRIBUTION_COMPLETE_OK" } 2022-11-13T04:24:50.323Z||pool-2-thread-1|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error' 2022-11-13T04:24:50.323Z||pool-2-thread-1|||||DEBUG|500||received message from topic 2022-11-13T04:24:50.323Z||pool-2-thread-1|||||DEBUG|500||recieved notification from broker: { "distributionID": "50d872ba-9036-48e7-864d-0cb3dfcb5f5f", "consumerID": "SO-COpenSource-Env11", "timestamp": 1668313235482, "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/vf-license-model.xml", "status": "NOT_NOTIFIED" } 2022-11-13T04:24:50.323Z||pool-2-thread-1|||||INFO|500||Missing status on Status Object. 2022-11-13T04:24:50.323Z||pool-2-thread-1|||||DEBUG|500||received message from topic 2022-11-13T04:24:50.324Z||pool-2-thread-1|||||DEBUG|500||recieved notification from broker: { "distributionID": "50d872ba-9036-48e7-864d-0cb3dfcb5f5f", "consumerID": "SO-COpenSource-Env11", "timestamp": 1668313235482, "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/nginx_cloudtech_k8s_charts.env", "status": "NOTIFIED" } 2022-11-13T04:24:50.324Z||pool-2-thread-1|||||INFO|500||Missing status on Status Object. 2022-11-13T04:24:50.324Z||pool-2-thread-1|||||DEBUG|500||received message from topic 2022-11-13T04:24:50.324Z||pool-2-thread-1|||||DEBUG|500||recieved notification from broker: { "distributionID": "50d872ba-9036-48e7-864d-0cb3dfcb5f5f", "consumerID": "SO-COpenSource-Env11", "timestamp": 1668313235482, "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/nginx_cloudtech_k8s_charts.tgz", "status": "NOTIFIED" } 2022-11-13T04:24:50.324Z||pool-2-thread-1|||||INFO|500||Missing status on Status Object. 2022-11-13T04:24:50.324Z||pool-2-thread-1|||||DEBUG|500||received message from topic 2022-11-13T04:24:50.325Z||pool-2-thread-1|||||DEBUG|500||recieved notification from broker: { "distributionID": "50d872ba-9036-48e7-864d-0cb3dfcb5f5f", "consumerID": "SO-COpenSource-Env11", "timestamp": 1668313235482, "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/basic_cnf0_modules.json", "status": "NOTIFIED" } 2022-11-13T04:24:50.325Z||pool-2-thread-1|||||INFO|500||Missing status on Status Object. 2022-11-13T04:24:50.325Z||pool-2-thread-1|||||DEBUG|500||received message from topic 2022-11-13T04:24:50.325Z||pool-2-thread-1|||||DEBUG|500||recieved notification from broker: { "distributionID": "50d872ba-9036-48e7-864d-0cb3dfcb5f5f", "consumerID": "SO-COpenSource-Env11", "timestamp": 1668313235482, "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/base_dummy.yaml", "status": "NOTIFIED" } 2022-11-13T04:24:50.326Z||pool-2-thread-1|||||INFO|500||Missing status on Status Object. 2022-11-13T04:24:50.326Z||pool-2-thread-1|||||DEBUG|500||received message from topic 2022-11-13T04:24:50.326Z||pool-2-thread-1|||||DEBUG|500||recieved notification from broker: { "distributionID": "50d872ba-9036-48e7-864d-0cb3dfcb5f5f", "consumerID": "SO-COpenSource-Env11", "timestamp": 1668313235482, "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/vendor-license-model.xml", "status": "NOT_NOTIFIED" } 2022-11-13T04:24:50.327Z||pool-2-thread-1|||||INFO|500||Missing status on Status Object. 2022-11-13T04:24:50.327Z||pool-2-thread-1|||||DEBUG|500||received message from topic 2022-11-13T04:24:50.327Z||pool-2-thread-1|||||DEBUG|500||recieved notification from broker: { "distributionID": "50d872ba-9036-48e7-864d-0cb3dfcb5f5f", "consumerID": "SO-COpenSource-Env11", "timestamp": 1668313235482, "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/base_dummy.env", "status": "NOTIFIED" } 2022-11-13T04:24:50.328Z||pool-2-thread-1|||||INFO|500||Missing status on Status Object. 2022-11-13T04:24:50.328Z||pool-2-thread-1|||||DEBUG|500||received message from topic 2022-11-13T04:24:50.328Z||pool-2-thread-1|||||DEBUG|500||recieved notification from broker: { "distributionID": "50d872ba-9036-48e7-864d-0cb3dfcb5f5f", "consumerID": "SO-COpenSource-Env11", "timestamp": 1668313235482, "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/artifacts/service-BasicCnf-template.yml", "status": "NOT_NOTIFIED" } 2022-11-13T04:24:50.328Z||pool-2-thread-1|||||INFO|500||Missing status on Status Object. 2022-11-13T04:24:50.329Z||pool-2-thread-1|||||DEBUG|500||received message from topic 2022-11-13T04:24:50.329Z||pool-2-thread-1|||||DEBUG|500||recieved notification from broker: { "distributionID": "50d872ba-9036-48e7-864d-0cb3dfcb5f5f", "consumerID": "SO-COpenSource-Env11", "timestamp": 1668313235482, "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/artifacts/service-BasicCnf-csar.csar", "status": "NOTIFIED" } 2022-11-13T04:24:50.329Z||pool-2-thread-1|||||INFO|500||Missing status on Status Object. 2022-11-13T04:24:50.329Z||pool-2-thread-1|||||DEBUG|500||received message from topic 2022-11-13T04:24:50.330Z||pool-2-thread-1|||||DEBUG|500||recieved notification from broker: { "distributionID": "50d872ba-9036-48e7-864d-0cb3dfcb5f5f", "consumerID": "SO-COpenSource-Env11", "timestamp": 1668313339700, "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/artifacts/service-BasicCnf-csar.csar", "status": "DOWNLOAD_OK" } 2022-11-13T04:24:50.330Z||pool-2-thread-1|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error' 2022-11-13T04:24:50.330Z||pool-2-thread-1|||||DEBUG|500||received message from topic 2022-11-13T04:24:50.330Z||pool-2-thread-1|||||DEBUG|500||recieved notification from broker: { "distributionID": "50d872ba-9036-48e7-864d-0cb3dfcb5f5f", "consumerID": "SO-COpenSource-Env11", "timestamp": 1668313341984, "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/nginx_cloudtech_k8s_charts.env", "status": "DOWNLOAD_OK" } 2022-11-13T04:24:50.331Z||pool-2-thread-1|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error' 2022-11-13T04:24:50.331Z||pool-2-thread-1|||||DEBUG|500||received message from topic 2022-11-13T04:24:50.331Z||pool-2-thread-1|||||DEBUG|500||recieved notification from broker: { "distributionID": "50d872ba-9036-48e7-864d-0cb3dfcb5f5f", "consumerID": "SO-COpenSource-Env11", "timestamp": 1668313343037, "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/nginx_cloudtech_k8s_charts.tgz", "status": "DOWNLOAD_OK" } 2022-11-13T04:24:50.331Z||pool-2-thread-1|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error' 2022-11-13T04:24:50.331Z||pool-2-thread-1|||||DEBUG|500||received message from topic 2022-11-13T04:24:50.332Z||pool-2-thread-1|||||DEBUG|500||recieved notification from broker: { "distributionID": "50d872ba-9036-48e7-864d-0cb3dfcb5f5f", "consumerID": "SO-COpenSource-Env11", "timestamp": 1668313344165, "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/basic_cnf0_modules.json", "status": "DOWNLOAD_OK" } 2022-11-13T04:24:50.332Z||pool-2-thread-1|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error' 2022-11-13T04:24:50.332Z||pool-2-thread-1|||||DEBUG|500||received message from topic 2022-11-13T04:24:50.333Z||pool-2-thread-1|||||DEBUG|500||recieved notification from broker: { "distributionID": "50d872ba-9036-48e7-864d-0cb3dfcb5f5f", "consumerID": "SO-COpenSource-Env11", "timestamp": 1668313345271, "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/base_dummy.yaml", "status": "DOWNLOAD_OK" } 2022-11-13T04:24:50.333Z||pool-2-thread-1|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error' 2022-11-13T04:24:50.333Z||pool-2-thread-1|||||DEBUG|500||received message from topic 2022-11-13T04:24:50.333Z||pool-2-thread-1|||||DEBUG|500||recieved notification from broker: { "distributionID": "50d872ba-9036-48e7-864d-0cb3dfcb5f5f", "consumerID": "SO-COpenSource-Env11", "timestamp": 1668313346383, "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/base_dummy.env", "status": "DOWNLOAD_OK" } 2022-11-13T04:24:50.334Z||pool-2-thread-1|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error' 2022-11-13T04:24:50.334Z||pool-2-thread-1|||||DEBUG|500||received message from topic 2022-11-13T04:24:50.334Z||pool-2-thread-1|||||DEBUG|500||recieved notification from broker: { "distributionID": "50d872ba-9036-48e7-864d-0cb3dfcb5f5f", "consumerID": "SO-COpenSource-Env11", "timestamp": 1668313347481, "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/nginx_cloudtech_k8s_charts.env", "status": "DEPLOY_ERROR", "errorReason": "The artifact has not been used by the modules defined in the resource" } 2022-11-13T04:24:50.334Z||pool-2-thread-1|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error' 2022-11-13T04:24:50.335Z||pool-2-thread-1|||||DEBUG|500||received message from topic 2022-11-13T04:24:50.335Z||pool-2-thread-1|||||DEBUG|500||recieved notification from broker: { "distributionID": "50d872ba-9036-48e7-864d-0cb3dfcb5f5f", "consumerID": "SO-COpenSource-Env11", "timestamp": 1668313348485, "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/nginx_cloudtech_k8s_charts.tgz", "status": "DEPLOY_ERROR", "errorReason": "The artifact has not been used by the modules defined in the resource" } 2022-11-13T04:24:50.335Z||pool-2-thread-1|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error' 2022-11-13T04:24:50.335Z||pool-2-thread-1|||||DEBUG|500||received message from topic 2022-11-13T04:24:50.335Z||pool-2-thread-1|||||DEBUG|500||recieved notification from broker: { "distributionID": "50d872ba-9036-48e7-864d-0cb3dfcb5f5f", "consumerID": "SO-COpenSource-Env11", "timestamp": 1668313349489, "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/basic_cnf0_modules.json", "status": "DEPLOY_OK" } 2022-11-13T04:24:50.336Z||pool-2-thread-1|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error' 2022-11-13T04:24:50.336Z||pool-2-thread-1|||||DEBUG|500||received message from topic 2022-11-13T04:24:50.336Z||pool-2-thread-1|||||DEBUG|500||recieved notification from broker: { "distributionID": "50d872ba-9036-48e7-864d-0cb3dfcb5f5f", "consumerID": "SO-COpenSource-Env11", "timestamp": 1668313350492, "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/base_dummy.yaml", "status": "DEPLOY_OK" } 2022-11-13T04:24:50.336Z||pool-2-thread-1|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error' 2022-11-13T04:24:50.337Z||pool-2-thread-1|||||DEBUG|500||received message from topic 2022-11-13T04:24:50.337Z||pool-2-thread-1|||||DEBUG|500||recieved notification from broker: { "distributionID": "50d872ba-9036-48e7-864d-0cb3dfcb5f5f", "consumerID": "SO-COpenSource-Env11", "timestamp": 1668313351498, "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/base_dummy.env", "status": "DEPLOY_OK" } 2022-11-13T04:24:50.337Z||pool-2-thread-1|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error' 2022-11-13T04:24:50.337Z||pool-2-thread-1|||||DEBUG|500||received message from topic 2022-11-13T04:24:50.338Z||pool-2-thread-1|||||DEBUG|500||recieved notification from broker: { "distributionID": "50d872ba-9036-48e7-864d-0cb3dfcb5f5f", "consumerID": "SO-COpenSource-Env11", "timestamp": 1668313352502, "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/artifacts/service-BasicCnf-csar.csar", "status": "DEPLOY_OK" } 2022-11-13T04:24:50.338Z||pool-2-thread-1|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error' 2022-11-13T04:24:59.843Z|50d872ba-9036-48e7-864d-0cb3dfcb5f5f|pool-2-thread-9|||||INFO|500|| --> HTTP/1.1 200 OK 2022-11-13T04:25:50.290Z|50d872ba-9036-48e7-864d-0cb3dfcb5f5f|pool-2-thread-9|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2022-11-13T04:25:50.292Z||pool-2-thread-6|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2022-11-13T04:25:50.292Z|50d872ba-9036-48e7-864d-0cb3dfcb5f5f|pool-2-thread-9|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel. 2022-11-13T04:25:50.292Z|50d872ba-9036-48e7-864d-0cb3dfcb5f5f|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 Oi7quVEmKWoWd026) ... 2022-11-13T04:25:50.292Z||pool-2-thread-6|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel. 2022-11-13T04:25:50.293Z||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 Oi7quVEmKWoWd026) ... 2022-11-13T04:25:50.830Z||pool-2-thread-6|||||INFO|500|| --> HTTP/1.1 200 OK 2022-11-13T04:25:50.831Z||pool-2-thread-6|||||DEBUG|500||received message from topic 2022-11-13T04:25:50.831Z||pool-2-thread-6|||||DEBUG|500||recieved notification from broker: { "distributionID": "50d872ba-9036-48e7-864d-0cb3dfcb5f5f", "consumerID": "SO-COpenSource-Env11", "timestamp": 1668313413718, "artifactURL": "", "status": "DISTRIBUTION_COMPLETE_OK" } 2022-11-13T04:25:50.832Z||pool-2-thread-6|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error' 2022-11-13T04:25:59.846Z|50d872ba-9036-48e7-864d-0cb3dfcb5f5f|pool-2-thread-9|||||INFO|500|| --> HTTP/1.1 200 OK 2022-11-13T04:26:50.290Z|50d872ba-9036-48e7-864d-0cb3dfcb5f5f|pool-2-thread-9|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2022-11-13T04:26:50.291Z|50d872ba-9036-48e7-864d-0cb3dfcb5f5f|pool-2-thread-9|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel. 2022-11-13T04:26:50.292Z||pool-2-thread-4|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2022-11-13T04:26:50.292Z|50d872ba-9036-48e7-864d-0cb3dfcb5f5f|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 Oi7quVEmKWoWd026) ... 2022-11-13T04:26:50.293Z||pool-2-thread-4|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel. 2022-11-13T04:26:50.293Z||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 Oi7quVEmKWoWd026) ... 2022-11-13T04:26:59.838Z||pool-2-thread-4|||||INFO|500|| --> HTTP/1.1 200 OK 2022-11-13T04:26:59.844Z|50d872ba-9036-48e7-864d-0cb3dfcb5f5f|pool-2-thread-9|||||INFO|500|| --> HTTP/1.1 200 OK 2022-11-13T04:27:50.290Z|50d872ba-9036-48e7-864d-0cb3dfcb5f5f|pool-2-thread-9|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2022-11-13T04:27:50.291Z|50d872ba-9036-48e7-864d-0cb3dfcb5f5f|pool-2-thread-9|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel. 2022-11-13T04:27:50.291Z|50d872ba-9036-48e7-864d-0cb3dfcb5f5f|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 Oi7quVEmKWoWd026) ... 2022-11-13T04:27:50.292Z||pool-2-thread-4|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2022-11-13T04:27:50.292Z||pool-2-thread-4|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel. 2022-11-13T04:27:50.292Z||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 Oi7quVEmKWoWd026) ... 2022-11-13T04:27:59.841Z|50d872ba-9036-48e7-864d-0cb3dfcb5f5f|pool-2-thread-9|||||INFO|500|| --> HTTP/1.1 200 OK 2022-11-13T04:27:59.841Z||pool-2-thread-4|||||INFO|500|| --> HTTP/1.1 200 OK 2022-11-13T04:28:50.290Z||pool-2-thread-4|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2022-11-13T04:28:50.291Z||pool-2-thread-4|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel. 2022-11-13T04:28:50.291Z||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 Oi7quVEmKWoWd026) ... 2022-11-13T04:28:50.292Z||pool-2-thread-2|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2022-11-13T04:28:50.293Z||pool-2-thread-2|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel. 2022-11-13T04:28:50.293Z||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 Oi7quVEmKWoWd026) ... 2022-11-13T04:28:59.846Z||pool-2-thread-2|||||INFO|500|| --> HTTP/1.1 200 OK 2022-11-13T04:28:59.845Z||pool-2-thread-4|||||INFO|500|| --> HTTP/1.1 200 OK 2022-11-13T04:29:50.290Z||pool-2-thread-4|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2022-11-13T04:29:50.291Z||pool-2-thread-4|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel. 2022-11-13T04:29:50.291Z||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 Oi7quVEmKWoWd026) ... 2022-11-13T04:29:50.292Z||pool-2-thread-2|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2022-11-13T04:29:50.293Z||pool-2-thread-2|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel. 2022-11-13T04:29:50.293Z||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 Oi7quVEmKWoWd026) ... 2022-11-13T04:29:59.837Z||pool-2-thread-2|||||INFO|500|| --> HTTP/1.1 200 OK 2022-11-13T04:29:59.840Z||pool-2-thread-4|||||INFO|500|| --> HTTP/1.1 200 OK 2022-11-13T04:30:50.290Z||pool-2-thread-4|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2022-11-13T04:30:50.291Z||pool-2-thread-4|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel. 2022-11-13T04:30:50.291Z||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 Oi7quVEmKWoWd026) ... 2022-11-13T04:30:50.292Z||pool-2-thread-2|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2022-11-13T04:30:50.292Z||pool-2-thread-2|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel. 2022-11-13T04:30:50.293Z||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 Oi7quVEmKWoWd026) ... 2022-11-13T04:30:59.841Z||pool-2-thread-2|||||INFO|500|| --> HTTP/1.1 200 OK 2022-11-13T04:30:59.841Z||pool-2-thread-4|||||INFO|500|| --> HTTP/1.1 200 OK 2022-11-13T04:31:50.290Z||pool-2-thread-4|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2022-11-13T04:31:50.292Z||pool-2-thread-3|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2022-11-13T04:31:50.293Z||pool-2-thread-3|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel. 2022-11-13T04:31:50.293Z||pool-2-thread-4|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel. 2022-11-13T04:31:50.293Z||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 Oi7quVEmKWoWd026) ... 2022-11-13T04:31:50.293Z||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 Oi7quVEmKWoWd026) ... 2022-11-13T04:31:59.844Z||pool-2-thread-3|||||INFO|500|| --> HTTP/1.1 200 OK 2022-11-13T04:31:59.848Z||pool-2-thread-4|||||INFO|500|| --> HTTP/1.1 200 OK 2022-11-13T04:32:50.290Z||pool-2-thread-4|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2022-11-13T04:32:50.292Z||pool-2-thread-4|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel. 2022-11-13T04:32:50.292Z||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 Oi7quVEmKWoWd026) ... 2022-11-13T04:32:50.292Z|0bc1ed58-a1c1-4d04-8bed-12d0375391db|pool-2-thread-7|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2022-11-13T04:32:50.293Z|0bc1ed58-a1c1-4d04-8bed-12d0375391db|pool-2-thread-7|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel. 2022-11-13T04:32:50.293Z|0bc1ed58-a1c1-4d04-8bed-12d0375391db|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 Oi7quVEmKWoWd026) ... 2022-11-13T04:32:50.533Z|0bc1ed58-a1c1-4d04-8bed-12d0375391db|pool-2-thread-7|||||INFO|500|| --> HTTP/1.1 200 OK 2022-11-13T04:32:50.534Z|0bc1ed58-a1c1-4d04-8bed-12d0375391db|pool-2-thread-7|||||DEBUG|500||received message from topic 2022-11-13T04:32:50.534Z|0bc1ed58-a1c1-4d04-8bed-12d0375391db|pool-2-thread-7|||||DEBUG|500||recieved notification from broker: { "distributionID": "55cf2b90-5e91-44b7-b03c-c33b36d616ca", "consumerID": "cds", "timestamp": 1668313954910, "artifactURL": "/sdc/v1/catalog/services/BasicCnfMacro/1.0/resourceInstances/basic_cnf_macro0/artifacts/vf-license-model.xml", "status": "NOT_NOTIFIED" } 2022-11-13T04:32:50.536Z|0bc1ed58-a1c1-4d04-8bed-12d0375391db|pool-2-thread-7|||||INFO|500||Missing status on Status Object. 2022-11-13T04:32:50.536Z|0bc1ed58-a1c1-4d04-8bed-12d0375391db|pool-2-thread-7|||||DEBUG|500||received message from topic 2022-11-13T04:32:50.536Z|0bc1ed58-a1c1-4d04-8bed-12d0375391db|pool-2-thread-7|||||DEBUG|500||recieved notification from broker: { "distributionID": "55cf2b90-5e91-44b7-b03c-c33b36d616ca", "consumerID": "ves-openapi-manager", "timestamp": 1668313961883, "artifactURL": "/sdc/v1/catalog/services/BasicCnfMacro/1.0/resourceInstances/basic_cnf_macro0/artifacts/vf-license-model.xml", "status": "NOT_NOTIFIED" } 2022-11-13T04:32:50.536Z|0bc1ed58-a1c1-4d04-8bed-12d0375391db|pool-2-thread-7|||||INFO|500||Missing status on Status Object. 2022-11-13T04:32:50.536Z|0bc1ed58-a1c1-4d04-8bed-12d0375391db|pool-2-thread-7|||||DEBUG|500||received message from topic 2022-11-13T04:32:50.536Z|0bc1ed58-a1c1-4d04-8bed-12d0375391db|pool-2-thread-7|||||DEBUG|500||recieved notification from broker: { "distributionID": "55cf2b90-5e91-44b7-b03c-c33b36d616ca", "consumerID": "policy-id", "timestamp": 1668313960440, "artifactURL": "/sdc/v1/catalog/services/BasicCnfMacro/1.0/resourceInstances/basic_cnf_macro0/artifacts/vf-license-model.xml", "status": "NOT_NOTIFIED" } 2022-11-13T04:32:50.536Z|0bc1ed58-a1c1-4d04-8bed-12d0375391db|pool-2-thread-7|||||INFO|500||Missing status on Status Object. 2022-11-13T04:32:50.537Z|0bc1ed58-a1c1-4d04-8bed-12d0375391db|pool-2-thread-7|||||DEBUG|500||received message from topic 2022-11-13T04:32:50.537Z|0bc1ed58-a1c1-4d04-8bed-12d0375391db|pool-2-thread-7|||||DEBUG|500||recieved notification from broker: { "distributionID": "55cf2b90-5e91-44b7-b03c-c33b36d616ca", "consumerID": "aai-ml", "timestamp": 1668313963062, "artifactURL": "/sdc/v1/catalog/services/BasicCnfMacro/1.0/resourceInstances/basic_cnf_macro0/artifacts/vf-license-model.xml", "status": "NOT_NOTIFIED" } 2022-11-13T04:32:50.537Z|0bc1ed58-a1c1-4d04-8bed-12d0375391db|pool-2-thread-7|||||INFO|500||Missing status on Status Object. 2022-11-13T04:32:50.537Z|0bc1ed58-a1c1-4d04-8bed-12d0375391db|pool-2-thread-7|||||DEBUG|500||received message from topic 2022-11-13T04:32:50.537Z|0bc1ed58-a1c1-4d04-8bed-12d0375391db|pool-2-thread-7|||||DEBUG|500||recieved notification from broker: { "distributionID": "55cf2b90-5e91-44b7-b03c-c33b36d616ca", "consumerID": "cds", "timestamp": 1668313954910, "artifactURL": "/sdc/v1/catalog/services/BasicCnfMacro/1.0/resourceInstances/basic_cnf_macro0/artifacts/basic_cnf_macro0_modules.json", "status": "NOT_NOTIFIED" } 2022-11-13T04:32:50.537Z|0bc1ed58-a1c1-4d04-8bed-12d0375391db|pool-2-thread-7|||||INFO|500||Missing status on Status Object. 2022-11-13T04:32:50.537Z|0bc1ed58-a1c1-4d04-8bed-12d0375391db|pool-2-thread-7|||||DEBUG|500||received message from topic 2022-11-13T04:32:50.537Z|0bc1ed58-a1c1-4d04-8bed-12d0375391db|pool-2-thread-7|||||DEBUG|500||recieved notification from broker: { "distributionID": "55cf2b90-5e91-44b7-b03c-c33b36d616ca", "consumerID": "ves-openapi-manager", "timestamp": 1668313961883, "artifactURL": "/sdc/v1/catalog/services/BasicCnfMacro/1.0/resourceInstances/basic_cnf_macro0/artifacts/basic_cnf_macro0_modules.json", "status": "NOT_NOTIFIED" } 2022-11-13T04:32:50.537Z|0bc1ed58-a1c1-4d04-8bed-12d0375391db|pool-2-thread-7|||||INFO|500||Missing status on Status Object. 2022-11-13T04:32:50.537Z|0bc1ed58-a1c1-4d04-8bed-12d0375391db|pool-2-thread-7|||||DEBUG|500||received message from topic 2022-11-13T04:32:50.537Z|0bc1ed58-a1c1-4d04-8bed-12d0375391db|pool-2-thread-7|||||DEBUG|500||recieved notification from broker: { "distributionID": "55cf2b90-5e91-44b7-b03c-c33b36d616ca", "consumerID": "policy-id", "timestamp": 1668313960440, "artifactURL": "/sdc/v1/catalog/services/BasicCnfMacro/1.0/resourceInstances/basic_cnf_macro0/artifacts/basic_cnf_macro0_modules.json", "status": "NOT_NOTIFIED" } 2022-11-13T04:32:50.538Z|0bc1ed58-a1c1-4d04-8bed-12d0375391db|pool-2-thread-7|||||INFO|500||Missing status on Status Object. 2022-11-13T04:32:50.538Z|0bc1ed58-a1c1-4d04-8bed-12d0375391db|pool-2-thread-7|||||DEBUG|500||received message from topic 2022-11-13T04:32:50.538Z|0bc1ed58-a1c1-4d04-8bed-12d0375391db|pool-2-thread-7|||||DEBUG|500||recieved notification from broker: { "distributionID": "55cf2b90-5e91-44b7-b03c-c33b36d616ca", "consumerID": "clamp", "timestamp": 1668313963487, "artifactURL": "/sdc/v1/catalog/services/BasicCnfMacro/1.0/resourceInstances/basic_cnf_macro0/artifacts/vf-license-model.xml", "status": "NOT_NOTIFIED" } 2022-11-13T04:32:50.538Z|0bc1ed58-a1c1-4d04-8bed-12d0375391db|pool-2-thread-7|||||INFO|500||Missing status on Status Object. 2022-11-13T04:32:50.538Z|0bc1ed58-a1c1-4d04-8bed-12d0375391db|pool-2-thread-7|||||DEBUG|500||received message from topic 2022-11-13T04:32:50.538Z|0bc1ed58-a1c1-4d04-8bed-12d0375391db|pool-2-thread-7|||||DEBUG|500||recieved notification from broker: { "distributionID": "55cf2b90-5e91-44b7-b03c-c33b36d616ca", "consumerID": "aai-ml", "timestamp": 1668313963062, "artifactURL": "/sdc/v1/catalog/services/BasicCnfMacro/1.0/resourceInstances/basic_cnf_macro0/artifacts/basic_cnf_macro0_modules.json", "status": "NOT_NOTIFIED" } 2022-11-13T04:32:50.538Z|0bc1ed58-a1c1-4d04-8bed-12d0375391db|pool-2-thread-7|||||INFO|500||Missing status on Status Object. 2022-11-13T04:32:50.538Z|0bc1ed58-a1c1-4d04-8bed-12d0375391db|pool-2-thread-7|||||DEBUG|500||received message from topic 2022-11-13T04:32:50.538Z|0bc1ed58-a1c1-4d04-8bed-12d0375391db|pool-2-thread-7|||||DEBUG|500||recieved notification from broker: { "distributionID": "55cf2b90-5e91-44b7-b03c-c33b36d616ca", "consumerID": "cds", "timestamp": 1668313954910, "artifactURL": "/sdc/v1/catalog/services/BasicCnfMacro/1.0/resourceInstances/basic_cnf_macro0/artifacts/base_template_dummy_ignore.yaml", "status": "NOT_NOTIFIED" } 2022-11-13T04:32:50.539Z|0bc1ed58-a1c1-4d04-8bed-12d0375391db|pool-2-thread-7|||||INFO|500||Missing status on Status Object. 2022-11-13T04:32:50.539Z|0bc1ed58-a1c1-4d04-8bed-12d0375391db|pool-2-thread-7|||||DEBUG|500||received message from topic 2022-11-13T04:32:50.539Z|0bc1ed58-a1c1-4d04-8bed-12d0375391db|pool-2-thread-7|||||DEBUG|500||recieved notification from broker: { "distributionID": "55cf2b90-5e91-44b7-b03c-c33b36d616ca", "consumerID": "ves-openapi-manager", "timestamp": 1668313961883, "artifactURL": "/sdc/v1/catalog/services/BasicCnfMacro/1.0/resourceInstances/basic_cnf_macro0/artifacts/base_template_dummy_ignore.yaml", "status": "NOT_NOTIFIED" } 2022-11-13T04:32:50.539Z|0bc1ed58-a1c1-4d04-8bed-12d0375391db|pool-2-thread-7|||||INFO|500||Missing status on Status Object. 2022-11-13T04:32:50.539Z|0bc1ed58-a1c1-4d04-8bed-12d0375391db|pool-2-thread-7|||||DEBUG|500||received message from topic 2022-11-13T04:32:50.539Z|0bc1ed58-a1c1-4d04-8bed-12d0375391db|pool-2-thread-7|||||DEBUG|500||recieved notification from broker: { "distributionID": "55cf2b90-5e91-44b7-b03c-c33b36d616ca", "consumerID": "policy-id", "timestamp": 1668313960440, "artifactURL": "/sdc/v1/catalog/services/BasicCnfMacro/1.0/resourceInstances/basic_cnf_macro0/artifacts/base_template_dummy_ignore.yaml", "status": "NOTIFIED" } 2022-11-13T04:32:50.539Z|0bc1ed58-a1c1-4d04-8bed-12d0375391db|pool-2-thread-7|||||INFO|500||Missing status on Status Object. 2022-11-13T04:32:50.540Z|0bc1ed58-a1c1-4d04-8bed-12d0375391db|pool-2-thread-7|||||DEBUG|500||received message from topic 2022-11-13T04:32:50.540Z|0bc1ed58-a1c1-4d04-8bed-12d0375391db|pool-2-thread-7|||||DEBUG|500||recieved notification from broker: { "distributionID": "55cf2b90-5e91-44b7-b03c-c33b36d616ca", "consumerID": "clamp", "timestamp": 1668313963487, "artifactURL": "/sdc/v1/catalog/services/BasicCnfMacro/1.0/resourceInstances/basic_cnf_macro0/artifacts/basic_cnf_macro0_modules.json", "status": "NOTIFIED" } 2022-11-13T04:32:50.540Z|0bc1ed58-a1c1-4d04-8bed-12d0375391db|pool-2-thread-7|||||INFO|500||Missing status on Status Object. 2022-11-13T04:32:50.540Z|0bc1ed58-a1c1-4d04-8bed-12d0375391db|pool-2-thread-7|||||DEBUG|500||received message from topic 2022-11-13T04:32:50.540Z|0bc1ed58-a1c1-4d04-8bed-12d0375391db|pool-2-thread-7|||||DEBUG|500||recieved notification from broker: { "distributionID": "55cf2b90-5e91-44b7-b03c-c33b36d616ca", "consumerID": "aai-ml", "timestamp": 1668313963062, "artifactURL": "/sdc/v1/catalog/services/BasicCnfMacro/1.0/resourceInstances/basic_cnf_macro0/artifacts/base_template_dummy_ignore.yaml", "status": "NOT_NOTIFIED" } 2022-11-13T04:32:50.540Z|0bc1ed58-a1c1-4d04-8bed-12d0375391db|pool-2-thread-7|||||INFO|500||Missing status on Status Object. 2022-11-13T04:32:50.540Z|0bc1ed58-a1c1-4d04-8bed-12d0375391db|pool-2-thread-7|||||DEBUG|500||received message from topic 2022-11-13T04:32:50.540Z|0bc1ed58-a1c1-4d04-8bed-12d0375391db|pool-2-thread-7|||||DEBUG|500||recieved notification from broker: { "distributionID": "55cf2b90-5e91-44b7-b03c-c33b36d616ca", "consumerID": "ves-openapi-manager", "timestamp": 1668313961883, "artifactURL": "/sdc/v1/catalog/services/BasicCnfMacro/1.0/resourceInstances/basic_cnf_macro0/artifacts/vendor-license-model.xml", "status": "NOT_NOTIFIED" } 2022-11-13T04:32:50.541Z|0bc1ed58-a1c1-4d04-8bed-12d0375391db|pool-2-thread-7|||||INFO|500||Missing status on Status Object. 2022-11-13T04:32:50.541Z|0bc1ed58-a1c1-4d04-8bed-12d0375391db|pool-2-thread-7|||||DEBUG|500||received message from topic 2022-11-13T04:32:50.541Z|0bc1ed58-a1c1-4d04-8bed-12d0375391db|pool-2-thread-7|||||DEBUG|500||recieved notification from broker: { "distributionID": "55cf2b90-5e91-44b7-b03c-c33b36d616ca", "consumerID": "cds", "timestamp": 1668313954910, "artifactURL": "/sdc/v1/catalog/services/BasicCnfMacro/1.0/resourceInstances/basic_cnf_macro0/artifacts/vendor-license-model.xml", "status": "NOT_NOTIFIED" } 2022-11-13T04:32:50.541Z|0bc1ed58-a1c1-4d04-8bed-12d0375391db|pool-2-thread-7|||||INFO|500||Missing status on Status Object. 2022-11-13T04:32:50.541Z|0bc1ed58-a1c1-4d04-8bed-12d0375391db|pool-2-thread-7|||||DEBUG|500||received message from topic 2022-11-13T04:32:50.541Z|0bc1ed58-a1c1-4d04-8bed-12d0375391db|pool-2-thread-7|||||DEBUG|500||recieved notification from broker: { "distributionID": "55cf2b90-5e91-44b7-b03c-c33b36d616ca", "consumerID": "policy-id", "timestamp": 1668313960440, "artifactURL": "/sdc/v1/catalog/services/BasicCnfMacro/1.0/resourceInstances/basic_cnf_macro0/artifacts/vendor-license-model.xml", "status": "NOT_NOTIFIED" } 2022-11-13T04:32:50.541Z|0bc1ed58-a1c1-4d04-8bed-12d0375391db|pool-2-thread-7|||||INFO|500||Missing status on Status Object. 2022-11-13T04:32:50.541Z|0bc1ed58-a1c1-4d04-8bed-12d0375391db|pool-2-thread-7|||||DEBUG|500||received message from topic 2022-11-13T04:32:50.542Z|0bc1ed58-a1c1-4d04-8bed-12d0375391db|pool-2-thread-7|||||DEBUG|500||recieved notification from broker: { "distributionID": "55cf2b90-5e91-44b7-b03c-c33b36d616ca", "consumerID": "clamp", "timestamp": 1668313963487, "artifactURL": "/sdc/v1/catalog/services/BasicCnfMacro/1.0/resourceInstances/basic_cnf_macro0/artifacts/base_template_dummy_ignore.yaml", "status": "NOT_NOTIFIED" } 2022-11-13T04:32:50.542Z|0bc1ed58-a1c1-4d04-8bed-12d0375391db|pool-2-thread-7|||||INFO|500||Missing status on Status Object. 2022-11-13T04:32:50.542Z|0bc1ed58-a1c1-4d04-8bed-12d0375391db|pool-2-thread-7|||||DEBUG|500||received message from topic 2022-11-13T04:32:50.542Z|0bc1ed58-a1c1-4d04-8bed-12d0375391db|pool-2-thread-7|||||DEBUG|500||recieved notification from broker: { "distributionID": "55cf2b90-5e91-44b7-b03c-c33b36d616ca", "consumerID": "ves-openapi-manager", "timestamp": 1668313961883, "artifactURL": "/sdc/v1/catalog/services/BasicCnfMacro/1.0/resourceInstances/basic_cnf_macro0/artifacts/helm_apache.env", "status": "NOT_NOTIFIED" } 2022-11-13T04:32:50.542Z|0bc1ed58-a1c1-4d04-8bed-12d0375391db|pool-2-thread-7|||||INFO|500||Missing status on Status Object. 2022-11-13T04:32:50.542Z|0bc1ed58-a1c1-4d04-8bed-12d0375391db|pool-2-thread-7|||||DEBUG|500||received message from topic 2022-11-13T04:32:50.542Z|0bc1ed58-a1c1-4d04-8bed-12d0375391db|pool-2-thread-7|||||DEBUG|500||recieved notification from broker: { "distributionID": "55cf2b90-5e91-44b7-b03c-c33b36d616ca", "consumerID": "aai-ml", "timestamp": 1668313963062, "artifactURL": "/sdc/v1/catalog/services/BasicCnfMacro/1.0/resourceInstances/basic_cnf_macro0/artifacts/vendor-license-model.xml", "status": "NOT_NOTIFIED" } 2022-11-13T04:32:50.543Z|0bc1ed58-a1c1-4d04-8bed-12d0375391db|pool-2-thread-7|||||INFO|500||Missing status on Status Object. 2022-11-13T04:32:50.543Z|0bc1ed58-a1c1-4d04-8bed-12d0375391db|pool-2-thread-7|||||DEBUG|500||received message from topic 2022-11-13T04:32:50.543Z|0bc1ed58-a1c1-4d04-8bed-12d0375391db|pool-2-thread-7|||||DEBUG|500||recieved notification from broker: { "distributionID": "55cf2b90-5e91-44b7-b03c-c33b36d616ca", "consumerID": "policy-id", "timestamp": 1668313960440, "artifactURL": "/sdc/v1/catalog/services/BasicCnfMacro/1.0/resourceInstances/basic_cnf_macro0/artifacts/helm_apache.env", "status": "NOT_NOTIFIED" } 2022-11-13T04:32:50.543Z|0bc1ed58-a1c1-4d04-8bed-12d0375391db|pool-2-thread-7|||||INFO|500||Missing status on Status Object. 2022-11-13T04:32:50.543Z|0bc1ed58-a1c1-4d04-8bed-12d0375391db|pool-2-thread-7|||||DEBUG|500||received message from topic 2022-11-13T04:32:50.543Z|0bc1ed58-a1c1-4d04-8bed-12d0375391db|pool-2-thread-7|||||DEBUG|500||recieved notification from broker: { "distributionID": "55cf2b90-5e91-44b7-b03c-c33b36d616ca", "consumerID": "cds", "timestamp": 1668313954910, "artifactURL": "/sdc/v1/catalog/services/BasicCnfMacro/1.0/resourceInstances/basic_cnf_macro0/artifacts/helm_apache.env", "status": "NOT_NOTIFIED" } 2022-11-13T04:32:50.543Z|0bc1ed58-a1c1-4d04-8bed-12d0375391db|pool-2-thread-7|||||INFO|500||Missing status on Status Object. 2022-11-13T04:32:50.544Z|0bc1ed58-a1c1-4d04-8bed-12d0375391db|pool-2-thread-7|||||DEBUG|500||received message from topic 2022-11-13T04:32:50.544Z|0bc1ed58-a1c1-4d04-8bed-12d0375391db|pool-2-thread-7|||||DEBUG|500||recieved notification from broker: { "distributionID": "55cf2b90-5e91-44b7-b03c-c33b36d616ca", "consumerID": "clamp", "timestamp": 1668313963487, "artifactURL": "/sdc/v1/catalog/services/BasicCnfMacro/1.0/resourceInstances/basic_cnf_macro0/artifacts/vendor-license-model.xml", "status": "NOT_NOTIFIED" } 2022-11-13T04:32:50.544Z|0bc1ed58-a1c1-4d04-8bed-12d0375391db|pool-2-thread-7|||||INFO|500||Missing status on Status Object. 2022-11-13T04:32:50.544Z|0bc1ed58-a1c1-4d04-8bed-12d0375391db|pool-2-thread-7|||||DEBUG|500||received message from topic 2022-11-13T04:32:50.544Z|0bc1ed58-a1c1-4d04-8bed-12d0375391db|pool-2-thread-7|||||DEBUG|500||recieved notification from broker: { "distributionID": "55cf2b90-5e91-44b7-b03c-c33b36d616ca", "consumerID": "aai-ml", "timestamp": 1668313963062, "artifactURL": "/sdc/v1/catalog/services/BasicCnfMacro/1.0/resourceInstances/basic_cnf_macro0/artifacts/helm_apache.env", "status": "NOT_NOTIFIED" } 2022-11-13T04:32:50.544Z|0bc1ed58-a1c1-4d04-8bed-12d0375391db|pool-2-thread-7|||||INFO|500||Missing status on Status Object. 2022-11-13T04:32:50.544Z|0bc1ed58-a1c1-4d04-8bed-12d0375391db|pool-2-thread-7|||||DEBUG|500||received message from topic 2022-11-13T04:32:50.544Z|0bc1ed58-a1c1-4d04-8bed-12d0375391db|pool-2-thread-7|||||DEBUG|500||recieved notification from broker: { "distributionID": "55cf2b90-5e91-44b7-b03c-c33b36d616ca", "consumerID": "ves-openapi-manager", "timestamp": 1668313961883, "artifactURL": "/sdc/v1/catalog/services/BasicCnfMacro/1.0/resourceInstances/basic_cnf_macro0/artifacts/base_template_dummy_ignore.env", "status": "NOT_NOTIFIED" } 2022-11-13T04:32:50.545Z|0bc1ed58-a1c1-4d04-8bed-12d0375391db|pool-2-thread-7|||||INFO|500||Missing status on Status Object. 2022-11-13T04:32:50.545Z|0bc1ed58-a1c1-4d04-8bed-12d0375391db|pool-2-thread-7|||||DEBUG|500||received message from topic 2022-11-13T04:32:50.545Z|0bc1ed58-a1c1-4d04-8bed-12d0375391db|pool-2-thread-7|||||DEBUG|500||recieved notification from broker: { "distributionID": "55cf2b90-5e91-44b7-b03c-c33b36d616ca", "consumerID": "cds", "timestamp": 1668313954910, "artifactURL": "/sdc/v1/catalog/services/BasicCnfMacro/1.0/resourceInstances/basic_cnf_macro0/artifacts/base_template_dummy_ignore.env", "status": "NOT_NOTIFIED" } 2022-11-13T04:32:50.545Z|0bc1ed58-a1c1-4d04-8bed-12d0375391db|pool-2-thread-7|||||INFO|500||Missing status on Status Object. 2022-11-13T04:32:50.545Z|0bc1ed58-a1c1-4d04-8bed-12d0375391db|pool-2-thread-7|||||DEBUG|500||received message from topic 2022-11-13T04:32:50.545Z|0bc1ed58-a1c1-4d04-8bed-12d0375391db|pool-2-thread-7|||||DEBUG|500||recieved notification from broker: { "distributionID": "55cf2b90-5e91-44b7-b03c-c33b36d616ca", "consumerID": "policy-id", "timestamp": 1668313960440, "artifactURL": "/sdc/v1/catalog/services/BasicCnfMacro/1.0/resourceInstances/basic_cnf_macro0/artifacts/base_template_dummy_ignore.env", "status": "NOT_NOTIFIED" } 2022-11-13T04:32:50.546Z|0bc1ed58-a1c1-4d04-8bed-12d0375391db|pool-2-thread-7|||||INFO|500||Missing status on Status Object. 2022-11-13T04:32:50.546Z|0bc1ed58-a1c1-4d04-8bed-12d0375391db|pool-2-thread-7|||||DEBUG|500||received message from topic 2022-11-13T04:32:50.546Z|0bc1ed58-a1c1-4d04-8bed-12d0375391db|pool-2-thread-7|||||DEBUG|500||recieved notification from broker: { "distributionID": "55cf2b90-5e91-44b7-b03c-c33b36d616ca", "consumerID": "clamp", "timestamp": 1668313963487, "artifactURL": "/sdc/v1/catalog/services/BasicCnfMacro/1.0/resourceInstances/basic_cnf_macro0/artifacts/helm_apache.env", "status": "NOT_NOTIFIED" } 2022-11-13T04:32:50.546Z|0bc1ed58-a1c1-4d04-8bed-12d0375391db|pool-2-thread-7|||||INFO|500||Missing status on Status Object. 2022-11-13T04:32:50.546Z|0bc1ed58-a1c1-4d04-8bed-12d0375391db|pool-2-thread-7|||||DEBUG|500||received message from topic 2022-11-13T04:32:50.547Z|0bc1ed58-a1c1-4d04-8bed-12d0375391db|pool-2-thread-7|||||DEBUG|500||recieved notification from broker: { "distributionID": "55cf2b90-5e91-44b7-b03c-c33b36d616ca", "consumerID": "multicloud-k8s-id", "timestamp": 1668313967601, "artifactURL": "/sdc/v1/catalog/services/BasicCnfMacro/1.0/resourceInstances/basic_cnf_macro0/artifacts/vf-license-model.xml", "status": "NOT_NOTIFIED" } 2022-11-13T04:32:50.547Z|0bc1ed58-a1c1-4d04-8bed-12d0375391db|pool-2-thread-7|||||INFO|500||Missing status on Status Object. 2022-11-13T04:32:50.547Z|0bc1ed58-a1c1-4d04-8bed-12d0375391db|pool-2-thread-7|||||DEBUG|500||received message from topic 2022-11-13T04:32:50.547Z|0bc1ed58-a1c1-4d04-8bed-12d0375391db|pool-2-thread-7|||||DEBUG|500||recieved notification from broker: { "distributionID": "55cf2b90-5e91-44b7-b03c-c33b36d616ca", "consumerID": "aai-ml", "timestamp": 1668313963062, "artifactURL": "/sdc/v1/catalog/services/BasicCnfMacro/1.0/resourceInstances/basic_cnf_macro0/artifacts/base_template_dummy_ignore.env", "status": "NOT_NOTIFIED" } 2022-11-13T04:32:50.547Z|0bc1ed58-a1c1-4d04-8bed-12d0375391db|pool-2-thread-7|||||INFO|500||Missing status on Status Object. 2022-11-13T04:32:50.547Z|0bc1ed58-a1c1-4d04-8bed-12d0375391db|pool-2-thread-7|||||DEBUG|500||received message from topic 2022-11-13T04:32:50.547Z|0bc1ed58-a1c1-4d04-8bed-12d0375391db|pool-2-thread-7|||||DEBUG|500||recieved notification from broker: { "distributionID": "55cf2b90-5e91-44b7-b03c-c33b36d616ca", "consumerID": "ves-openapi-manager", "timestamp": 1668313961883, "artifactURL": "/sdc/v1/catalog/services/BasicCnfMacro/1.0/resourceInstances/basic_cnf_macro0/artifacts/helm_apache.tgz", "status": "NOT_NOTIFIED" } 2022-11-13T04:32:50.548Z|0bc1ed58-a1c1-4d04-8bed-12d0375391db|pool-2-thread-7|||||INFO|500||Missing status on Status Object. 2022-11-13T04:32:50.548Z|0bc1ed58-a1c1-4d04-8bed-12d0375391db|pool-2-thread-7|||||DEBUG|500||received message from topic 2022-11-13T04:32:50.548Z|0bc1ed58-a1c1-4d04-8bed-12d0375391db|pool-2-thread-7|||||DEBUG|500||recieved notification from broker: { "distributionID": "55cf2b90-5e91-44b7-b03c-c33b36d616ca", "consumerID": "cds", "timestamp": 1668313954910, "artifactURL": "/sdc/v1/catalog/services/BasicCnfMacro/1.0/resourceInstances/basic_cnf_macro0/artifacts/helm_apache.tgz", "status": "NOT_NOTIFIED" } 2022-11-13T04:32:50.548Z|0bc1ed58-a1c1-4d04-8bed-12d0375391db|pool-2-thread-7|||||INFO|500||Missing status on Status Object. 2022-11-13T04:32:50.548Z|0bc1ed58-a1c1-4d04-8bed-12d0375391db|pool-2-thread-7|||||DEBUG|500||received message from topic 2022-11-13T04:32:50.548Z|0bc1ed58-a1c1-4d04-8bed-12d0375391db|pool-2-thread-7|||||DEBUG|500||recieved notification from broker: { "distributionID": "55cf2b90-5e91-44b7-b03c-c33b36d616ca", "consumerID": "policy-id", "timestamp": 1668313960440, "artifactURL": "/sdc/v1/catalog/services/BasicCnfMacro/1.0/resourceInstances/basic_cnf_macro0/artifacts/helm_apache.tgz", "status": "NOT_NOTIFIED" } 2022-11-13T04:32:50.548Z|0bc1ed58-a1c1-4d04-8bed-12d0375391db|pool-2-thread-7|||||INFO|500||Missing status on Status Object. 2022-11-13T04:32:50.548Z|0bc1ed58-a1c1-4d04-8bed-12d0375391db|pool-2-thread-7|||||DEBUG|500||received message from topic 2022-11-13T04:32:50.548Z|0bc1ed58-a1c1-4d04-8bed-12d0375391db|pool-2-thread-7|||||DEBUG|500||recieved notification from broker: { "distributionID": "55cf2b90-5e91-44b7-b03c-c33b36d616ca", "consumerID": "clamp", "timestamp": 1668313963487, "artifactURL": "/sdc/v1/catalog/services/BasicCnfMacro/1.0/resourceInstances/basic_cnf_macro0/artifacts/base_template_dummy_ignore.env", "status": "NOT_NOTIFIED" } 2022-11-13T04:32:50.549Z|0bc1ed58-a1c1-4d04-8bed-12d0375391db|pool-2-thread-7|||||INFO|500||Missing status on Status Object. 2022-11-13T04:32:50.549Z|0bc1ed58-a1c1-4d04-8bed-12d0375391db|pool-2-thread-7|||||DEBUG|500||received message from topic 2022-11-13T04:32:50.549Z|0bc1ed58-a1c1-4d04-8bed-12d0375391db|pool-2-thread-7|||||DEBUG|500||recieved notification from broker: { "distributionID": "55cf2b90-5e91-44b7-b03c-c33b36d616ca", "consumerID": "multicloud-k8s-id", "timestamp": 1668313967601, "artifactURL": "/sdc/v1/catalog/services/BasicCnfMacro/1.0/resourceInstances/basic_cnf_macro0/artifacts/basic_cnf_macro0_modules.json", "status": "NOTIFIED" } 2022-11-13T04:32:50.549Z|0bc1ed58-a1c1-4d04-8bed-12d0375391db|pool-2-thread-7|||||INFO|500||Missing status on Status Object. 2022-11-13T04:32:50.966Z||pool-2-thread-4|||||INFO|500|| --> HTTP/1.1 200 OK 2022-11-13T04:32:50.967Z||pool-2-thread-4|||||DEBUG|500||received message from topic 2022-11-13T04:32:50.967Z||pool-2-thread-4|||||DEBUG|500||recieved notification from broker: {"distributionID":"55cf2b90-5e91-44b7-b03c-c33b36d616ca","serviceName":"basic_cnf_macro","serviceVersion":"1.0","serviceUUID":"41448222-06b7-4e3e-9850-eb85711a2e9c","serviceDescription":"service","serviceInvariantUUID":"bea32fee-a0c5-49c9-adda-f194d3259850","resources":[{"resourceInstanceName":"basic_cnf_macro 0","resourceName":"basic_cnf_macro","resourceVersion":"1.0","resoucreType":"VF","resourceUUID":"fc5ba55a-417e-44e3-862a-c325fdd7fd62","resourceInvariantUUID":"33738638-2156-4d9b-a880-0626ff26b6d2","resourceCustomizationUUID":"b7427cb5-ba33-4e87-81cf-9e4fb3564006","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":"NWVmYmVjNWNjYmQwNjBjOTM3YTgyZmFmNTQ1MjYwZWI\u003d","artifactDescription":"VF license file","artifactTimeout":0,"artifactUUID":"074ec2f1-fc19-4af1-8b96-8a15f3299976","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":"YjlhNmRhOTVmNDljYzAwYmU5MmE0YTNjNjlkMmU3MGE\u003d","artifactDescription":"Auto-generated VF Modules information artifact","artifactTimeout":0,"artifactUUID":"31730fa7-b49f-4b29-94c2-84356669c885","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":"974a551f-6bc9-4399-9c64-465c2ca92712","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":"39f7147a-68ce-4882-a04f-9e2b7d46a68f","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":"2c8abfa0-4e88-4538-ba1c-6f4acea24857","artifactVersion":"2","generatedFromUUID":"db3539f2-92d2-43c0-86e4-a7be7aced981"},{"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":"bc66b8be-d46a-4007-b979-2068b4a43883","artifactVersion":"2","generatedFromUUID":"974a551f-6bc9-4399-9c64-465c2ca92712"},{"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":"db3539f2-92d2-43c0-86e4-a7be7aced981","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":"93928199-4190-4dbc-9456-c44e09a3a7f6","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":"NjNkODU4OTkxZmJlODM1YjZiNGQ3ZTRmZTE2ODA1ZjQ\u003d","artifactDescription":"TOSCA representation of the asset","artifactTimeout":0,"artifactUUID":"8c872ace-25a0-4e25-8d35-7854cfe673b7","artifactVersion":"1"},{"artifactName":"service-BasicCnfMacro-csar.csar","artifactType":"TOSCA_CSAR","artifactURL":"/sdc/v1/catalog/services/BasicCnfMacro/1.0/artifacts/service-BasicCnfMacro-csar.csar","artifactChecksum":"ZmZiMjMwZDJhZThjMjgyYTJjODRkMTE1YTg1YzRiNzg\u003d","artifactDescription":"TOSCA definition package of the asset","artifactTimeout":0,"artifactUUID":"6560a530-81a0-4b42-8406-cb11c2839fcc","artifactVersion":"1"}],"workloadContext":"Production"} 2022-11-13T04:32:50.970Z||pool-2-thread-4|||||INFO|500||DistributionClient - sendNotificationStatus 2022-11-13T04:32:50.970Z||pool-2-thread-4|||||INFO|500||DistributionClient - sendStatus 2022-11-13T04:32:50.976Z||pool-2-thread-4|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap] 2022-11-13T04:32:50.976Z||pool-2-thread-4|||||DEBUG|500||try to send status { "distributionID": "55cf2b90-5e91-44b7-b03c-c33b36d616ca", "consumerID": "SO-COpenSource-Env11", "timestamp": 1668313970290, "artifactURL": "/sdc/v1/catalog/services/BasicCnfMacro/1.0/resourceInstances/basic_cnf_macro0/artifacts/vf-license-model.xml", "status": "NOT_NOTIFIED" } 2022-11-13T04:32:51.075Z||pool-89-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 99 ms 2022-11-13T04:32:51.076Z||pool-89-thread-1|||||WARN|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO will send credentials over a clear channel. 2022-11-13T04:32:51.076Z||pool-89-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as Oi7quVEmKWoWd026) ... 2022-11-13T04:32:51.106Z||pool-89-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK 2022-11-13T04:32:51.106Z||pool-89-thread-1|||||INFO|500||cambria reply ok (31 ms):{"serverTimeMs":0,"count":1} 2022-11-13T04:32:51.976Z||pool-2-thread-4|||||INFO|500||DistributionClient - sendNotificationStatus 2022-11-13T04:32:51.977Z||pool-2-thread-4|||||INFO|500||DistributionClient - sendStatus 2022-11-13T04:32:51.980Z||pool-2-thread-4|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap] 2022-11-13T04:32:51.980Z||pool-2-thread-4|||||DEBUG|500||try to send status { "distributionID": "55cf2b90-5e91-44b7-b03c-c33b36d616ca", "consumerID": "SO-COpenSource-Env11", "timestamp": 1668313970290, "artifactURL": "/sdc/v1/catalog/services/BasicCnfMacro/1.0/resourceInstances/basic_cnf_macro0/artifacts/basic_cnf_macro0_modules.json", "status": "NOTIFIED" } 2022-11-13T04:32:52.080Z||pool-90-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms 2022-11-13T04:32:52.081Z||pool-90-thread-1|||||WARN|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO will send credentials over a clear channel. 2022-11-13T04:32:52.081Z||pool-90-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as Oi7quVEmKWoWd026) ... 2022-11-13T04:32:52.103Z||pool-90-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK 2022-11-13T04:32:52.104Z||pool-90-thread-1|||||INFO|500||cambria reply ok (24 ms):{"serverTimeMs":0,"count":1} 2022-11-13T04:32:52.981Z||pool-2-thread-4|||||INFO|500||DistributionClient - sendNotificationStatus 2022-11-13T04:32:52.983Z||pool-2-thread-4|||||INFO|500||DistributionClient - sendStatus 2022-11-13T04:32:52.986Z||pool-2-thread-4|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap] 2022-11-13T04:32:52.986Z||pool-2-thread-4|||||DEBUG|500||try to send status { "distributionID": "55cf2b90-5e91-44b7-b03c-c33b36d616ca", "consumerID": "SO-COpenSource-Env11", "timestamp": 1668313970290, "artifactURL": "/sdc/v1/catalog/services/BasicCnfMacro/1.0/resourceInstances/basic_cnf_macro0/artifacts/base_template_dummy_ignore.yaml", "status": "NOTIFIED" } 2022-11-13T04:32:53.085Z||pool-91-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 99 ms 2022-11-13T04:32:53.087Z||pool-91-thread-1|||||WARN|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO will send credentials over a clear channel. 2022-11-13T04:32:53.087Z||pool-91-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as Oi7quVEmKWoWd026) ... 2022-11-13T04:32:53.106Z||pool-91-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK 2022-11-13T04:32:53.107Z||pool-91-thread-1|||||INFO|500||cambria reply ok (21 ms):{"serverTimeMs":0,"count":1} 2022-11-13T04:32:53.987Z||pool-2-thread-4|||||INFO|500||DistributionClient - sendNotificationStatus 2022-11-13T04:32:53.988Z||pool-2-thread-4|||||INFO|500||DistributionClient - sendStatus 2022-11-13T04:32:53.990Z||pool-2-thread-4|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap] 2022-11-13T04:32:53.991Z||pool-2-thread-4|||||DEBUG|500||try to send status { "distributionID": "55cf2b90-5e91-44b7-b03c-c33b36d616ca", "consumerID": "SO-COpenSource-Env11", "timestamp": 1668313970290, "artifactURL": "/sdc/v1/catalog/services/BasicCnfMacro/1.0/resourceInstances/basic_cnf_macro0/artifacts/vendor-license-model.xml", "status": "NOT_NOTIFIED" } 2022-11-13T04:32:54.091Z||pool-92-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms 2022-11-13T04:32:54.092Z||pool-92-thread-1|||||WARN|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO will send credentials over a clear channel. 2022-11-13T04:32:54.092Z||pool-92-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as Oi7quVEmKWoWd026) ... 2022-11-13T04:32:54.110Z||pool-92-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK 2022-11-13T04:32:54.111Z||pool-92-thread-1|||||INFO|500||cambria reply ok (20 ms):{"serverTimeMs":1,"count":1} 2022-11-13T04:32:54.991Z||pool-2-thread-4|||||INFO|500||DistributionClient - sendNotificationStatus 2022-11-13T04:32:54.992Z||pool-2-thread-4|||||INFO|500||DistributionClient - sendStatus 2022-11-13T04:32:54.995Z||pool-2-thread-4|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap] 2022-11-13T04:32:54.995Z||pool-2-thread-4|||||DEBUG|500||try to send status { "distributionID": "55cf2b90-5e91-44b7-b03c-c33b36d616ca", "consumerID": "SO-COpenSource-Env11", "timestamp": 1668313970290, "artifactURL": "/sdc/v1/catalog/services/BasicCnfMacro/1.0/resourceInstances/basic_cnf_macro0/artifacts/helm_apache.env", "status": "NOTIFIED" } 2022-11-13T04:32:55.095Z||pool-93-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms 2022-11-13T04:32:55.096Z||pool-93-thread-1|||||WARN|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO will send credentials over a clear channel. 2022-11-13T04:32:55.096Z||pool-93-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as Oi7quVEmKWoWd026) ... 2022-11-13T04:32:55.119Z||pool-93-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK 2022-11-13T04:32:55.119Z||pool-93-thread-1|||||INFO|500||cambria reply ok (24 ms):{"serverTimeMs":0,"count":1} 2022-11-13T04:32:55.995Z||pool-2-thread-4|||||INFO|500||DistributionClient - sendNotificationStatus 2022-11-13T04:32:55.996Z||pool-2-thread-4|||||INFO|500||DistributionClient - sendStatus 2022-11-13T04:32:56.000Z||pool-2-thread-4|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap] 2022-11-13T04:32:56.000Z||pool-2-thread-4|||||DEBUG|500||try to send status { "distributionID": "55cf2b90-5e91-44b7-b03c-c33b36d616ca", "consumerID": "SO-COpenSource-Env11", "timestamp": 1668313970290, "artifactURL": "/sdc/v1/catalog/services/BasicCnfMacro/1.0/resourceInstances/basic_cnf_macro0/artifacts/base_template_dummy_ignore.env", "status": "NOTIFIED" } 2022-11-13T04:32:56.100Z||pool-94-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms 2022-11-13T04:32:56.102Z||pool-94-thread-1|||||WARN|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO will send credentials over a clear channel. 2022-11-13T04:32:56.102Z||pool-94-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as Oi7quVEmKWoWd026) ... 2022-11-13T04:32:56.150Z||pool-94-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK 2022-11-13T04:32:56.151Z||pool-94-thread-1|||||INFO|500||cambria reply ok (50 ms):{"serverTimeMs":0,"count":1} 2022-11-13T04:32:57.001Z||pool-2-thread-4|||||INFO|500||DistributionClient - sendNotificationStatus 2022-11-13T04:32:57.003Z||pool-2-thread-4|||||INFO|500||DistributionClient - sendStatus 2022-11-13T04:32:57.022Z||pool-2-thread-4|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap] 2022-11-13T04:32:57.022Z||pool-2-thread-4|||||DEBUG|500||try to send status { "distributionID": "55cf2b90-5e91-44b7-b03c-c33b36d616ca", "consumerID": "SO-COpenSource-Env11", "timestamp": 1668313970290, "artifactURL": "/sdc/v1/catalog/services/BasicCnfMacro/1.0/resourceInstances/basic_cnf_macro0/artifacts/helm_apache.tgz", "status": "NOTIFIED" } 2022-11-13T04:32:57.121Z||pool-95-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 98 ms 2022-11-13T04:32:57.122Z||pool-95-thread-1|||||WARN|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO will send credentials over a clear channel. 2022-11-13T04:32:57.123Z||pool-95-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as Oi7quVEmKWoWd026) ... 2022-11-13T04:32:57.137Z||pool-95-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK 2022-11-13T04:32:57.138Z||pool-95-thread-1|||||INFO|500||cambria reply ok (16 ms):{"serverTimeMs":0,"count":1} 2022-11-13T04:32:58.023Z||pool-2-thread-4|||||INFO|500||DistributionClient - sendNotificationStatus 2022-11-13T04:32:58.024Z||pool-2-thread-4|||||INFO|500||DistributionClient - sendStatus 2022-11-13T04:32:58.027Z||pool-2-thread-4|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap] 2022-11-13T04:32:58.027Z||pool-2-thread-4|||||DEBUG|500||try to send status { "distributionID": "55cf2b90-5e91-44b7-b03c-c33b36d616ca", "consumerID": "SO-COpenSource-Env11", "timestamp": 1668313970290, "artifactURL": "/sdc/v1/catalog/services/BasicCnfMacro/1.0/resourceInstances/basic_cnf_macro0/artifacts/basic_cnf_cba_enriched.zip", "status": "NOT_NOTIFIED" } 2022-11-13T04:32:58.128Z||pool-96-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms 2022-11-13T04:32:58.129Z||pool-96-thread-1|||||WARN|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO will send credentials over a clear channel. 2022-11-13T04:32:58.129Z||pool-96-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as Oi7quVEmKWoWd026) ... 2022-11-13T04:32:58.143Z||pool-96-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK 2022-11-13T04:32:58.143Z||pool-96-thread-1|||||INFO|500||cambria reply ok (15 ms):{"serverTimeMs":0,"count":1} 2022-11-13T04:32:59.028Z||pool-2-thread-4|||||INFO|500||DistributionClient - sendNotificationStatus 2022-11-13T04:32:59.030Z||pool-2-thread-4|||||INFO|500||DistributionClient - sendStatus 2022-11-13T04:32:59.032Z||pool-2-thread-4|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap] 2022-11-13T04:32:59.032Z||pool-2-thread-4|||||DEBUG|500||try to send status { "distributionID": "55cf2b90-5e91-44b7-b03c-c33b36d616ca", "consumerID": "SO-COpenSource-Env11", "timestamp": 1668313970290, "artifactURL": "/sdc/v1/catalog/services/BasicCnfMacro/1.0/artifacts/service-BasicCnfMacro-template.yml", "status": "NOT_NOTIFIED" } 2022-11-13T04:32:59.132Z||pool-97-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms 2022-11-13T04:32:59.134Z||pool-97-thread-1|||||WARN|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO will send credentials over a clear channel. 2022-11-13T04:32:59.134Z||pool-97-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as Oi7quVEmKWoWd026) ... 2022-11-13T04:32:59.150Z||pool-97-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK 2022-11-13T04:32:59.151Z||pool-97-thread-1|||||INFO|500||cambria reply ok (18 ms):{"serverTimeMs":1,"count":1} 2022-11-13T04:33:00.033Z||pool-2-thread-4|||||INFO|500||DistributionClient - sendNotificationStatus 2022-11-13T04:33:00.034Z||pool-2-thread-4|||||INFO|500||DistributionClient - sendStatus 2022-11-13T04:33:00.037Z||pool-2-thread-4|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap] 2022-11-13T04:33:00.037Z||pool-2-thread-4|||||DEBUG|500||try to send status { "distributionID": "55cf2b90-5e91-44b7-b03c-c33b36d616ca", "consumerID": "SO-COpenSource-Env11", "timestamp": 1668313970290, "artifactURL": "/sdc/v1/catalog/services/BasicCnfMacro/1.0/artifacts/service-BasicCnfMacro-csar.csar", "status": "NOTIFIED" } 2022-11-13T04:33:00.137Z||pool-98-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms 2022-11-13T04:33:00.138Z||pool-98-thread-1|||||WARN|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO will send credentials over a clear channel. 2022-11-13T04:33:00.138Z||pool-98-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as Oi7quVEmKWoWd026) ... 2022-11-13T04:33:00.162Z||pool-98-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK 2022-11-13T04:33:00.163Z||pool-98-thread-1|||||INFO|500||cambria reply ok (26 ms):{"serverTimeMs":0,"count":1} 2022-11-13T04:33:01.038Z||pool-2-thread-4|||||DEBUG|500||sending notification to client: { "distributionID": "55cf2b90-5e91-44b7-b03c-c33b36d616ca", "serviceName": "basic_cnf_macro", "serviceVersion": "1.0", "serviceUUID": "41448222-06b7-4e3e-9850-eb85711a2e9c", "serviceDescription": "service", "serviceInvariantUUID": "bea32fee-a0c5-49c9-adda-f194d3259850", "resources": [ { "resourceInstanceName": "basic_cnf_macro 0", "resourceCustomizationUUID": "b7427cb5-ba33-4e87-81cf-9e4fb3564006", "resourceName": "basic_cnf_macro", "resourceVersion": "1.0", "resoucreType": "VF", "resourceUUID": "fc5ba55a-417e-44e3-862a-c325fdd7fd62", "resourceInvariantUUID": "33738638-2156-4d9b-a880-0626ff26b6d2", "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": "YjlhNmRhOTVmNDljYzAwYmU5MmE0YTNjNjlkMmU3MGE\u003d", "artifactDescription": "Auto-generated VF Modules information artifact", "artifactTimeout": 0, "artifactVersion": "1", "artifactUUID": "31730fa7-b49f-4b29-94c2-84356669c885", "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": "974a551f-6bc9-4399-9c64-465c2ca92712", "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": "bc66b8be-d46a-4007-b979-2068b4a43883", "generatedFromUUID": "974a551f-6bc9-4399-9c64-465c2ca92712" }, "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": "2c8abfa0-4e88-4538-ba1c-6f4acea24857", "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": "bc66b8be-d46a-4007-b979-2068b4a43883", "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": "db3539f2-92d2-43c0-86e4-a7be7aced981", "relatedArtifactsInfo": [] } ] } ], "serviceArtifacts": [ { "artifactName": "service-BasicCnfMacro-csar.csar", "artifactType": "TOSCA_CSAR", "artifactURL": "/sdc/v1/catalog/services/BasicCnfMacro/1.0/artifacts/service-BasicCnfMacro-csar.csar", "artifactChecksum": "ZmZiMjMwZDJhZThjMjgyYTJjODRkMTE1YTg1YzRiNzg\u003d", "artifactDescription": "TOSCA definition package of the asset", "artifactTimeout": 0, "artifactVersion": "1", "artifactUUID": "6560a530-81a0-4b42-8406-cb11c2839fcc" } ], "workloadContext": "Production" } 2022-11-13T04:33:01.039Z||pool-2-thread-4|||||DEBUG|500||Receive a callback notification in ASDC, nb of resources: 1 2022-11-13T04:33:01.039Z||pool-2-thread-4|||||INFO|500||ASDC_RECEIVE_CALLBACK_NOTIF 5 41448222-06b7-4e3e-9850-eb85711a2e9c ASDC 2022-11-13T04:33:01.040Z|55cf2b90-5e91-44b7-b03c-c33b36d616ca|pool-2-thread-4|||||DEBUG|500||ASDC Notification: DistributionID:55cf2b90-5e91-44b7-b03c-c33b36d616ca ServiceName:basic_cnf_macro ServiceVersion:1.0 ServiceUUID:41448222-06b7-4e3e-9850-eb85711a2e9c ServiceInvariantUUID:bea32fee-a0c5-49c9-adda-f194d3259850 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:6560a530-81a0-4b42-8406-cb11c2839fcc ArtifactChecksum:ZmZiMjMwZDJhZThjMjgyYTJjODRkMTE1YTg1YzRiNzg= GeneratedArtifact:{NULL } RelatedArtifacts:{ } } Resource Instances List: { Resource Instance Info: ResourceInstanceName:basic_cnf_macro 0 ResourceCustomizationUUID:b7427cb5-ba33-4e87-81cf-9e4fb3564006 ResourceInvariantUUID:33738638-2156-4d9b-a880-0626ff26b6d2 ResourceName:basic_cnf_macro ResourceType:VF ResourceUUID:fc5ba55a-417e-44e3-862a-c325fdd7fd62 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:31730fa7-b49f-4b29-94c2-84356669c885 ArtifactChecksum:YjlhNmRhOTVmNDljYzAwYmU5MmE0YTNjNjlkMmU3MGE= 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:974a551f-6bc9-4399-9c64-465c2ca92712 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:bc66b8be-d46a-4007-b979-2068b4a43883 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:2c8abfa0-4e88-4538-ba1c-6f4acea24857 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:bc66b8be-d46a-4007-b979-2068b4a43883 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:db3539f2-92d2-43c0-86e4-a7be7aced981 ArtifactChecksum:Y2VkYmU2NTRiYmM1ZWZjNjIyYjE1MjI1Y2FjNWFhMjE= GeneratedArtifact:{NULL } RelatedArtifacts:{ } } } 2022-11-13T04:33:01.040Z|55cf2b90-5e91-44b7-b03c-c33b36d616ca|pool-2-thread-4|||||INFO|500||ASDC_RECEIVE_SERVICE_NOTIF 41448222-06b7-4e3e-9850-eb85711a2e9c ASDC treatNotification Hibernate: select watchdogse0_.DISTRIBUTION_ID as distribu1_13_0_, watchdogse0_.SERVICE_MODEL_VERSION_ID as service_2_13_0_, watchdogse0_.CONSUMER_ID as consumer3_13_0_, watchdogse0_.CREATE_TIME as create_t4_13_0_, watchdogse0_.DISTRIBUTION_NOTIFICATION as distribu5_13_0_ from watchdog_service_mod_ver_id_lookup watchdogse0_ where watchdogse0_.DISTRIBUTION_ID=? and watchdogse0_.SERVICE_MODEL_VERSION_ID=? Hibernate: insert into watchdog_service_mod_ver_id_lookup (CONSUMER_ID, CREATE_TIME, DISTRIBUTION_NOTIFICATION, DISTRIBUTION_ID, SERVICE_MODEL_VERSION_ID) values (?, ?, ?, ?, ?) Hibernate: select watchdogdi0_.DISTRIBUTION_ID as distribu1_11_0_, watchdogdi0_.CREATE_TIME as create_t2_11_0_, watchdogdi0_.DISTRIBUTION_ID_STATUS as distribu3_11_0_, watchdogdi0_.MODIFY_TIME as modify_t4_11_0_, watchdogdi0_.LOCK_VERSION as lock_ver5_11_0_ from watchdog_distributionid_status watchdogdi0_ where watchdogdi0_.DISTRIBUTION_ID=? Hibernate: insert into watchdog_distributionid_status (CREATE_TIME, DISTRIBUTION_ID_STATUS, MODIFY_TIME, LOCK_VERSION, DISTRIBUTION_ID) values (?, ?, ?, ?, ?) 2022-11-13T04:33:01.098Z|55cf2b90-5e91-44b7-b03c-c33b36d616ca|pool-2-thread-4|||||INFO|500||Unable to find the system property mso.config.path, use the default configuration 2022-11-13T04:33:01.100Z|55cf2b90-5e91-44b7-b03c-c33b36d616ca|pool-2-thread-4|||||INFO|500||MSO config path is: /app 2022-11-13T04:33:01.100Z|55cf2b90-5e91-44b7-b03c-c33b36d616ca|pool-2-thread-4|||||INFO|500||MSO config path is: /app 2022-11-13T04:33:01.100Z|55cf2b90-5e91-44b7-b03c-c33b36d616ca|pool-2-thread-4|||||INFO|500||Trying to download the artifact UUID: 6560a530-81a0-4b42-8406-cb11c2839fcc from URL: /sdc/v1/catalog/services/BasicCnfMacro/1.0/artifacts/service-BasicCnfMacro-csar.csar 2022-11-13T04:33:01.100Z|55cf2b90-5e91-44b7-b03c-c33b36d616ca|pool-2-thread-4|||||INFO|500||DistributionClient - download 2022-11-13T04:33:01.101Z|55cf2b90-5e91-44b7-b03c-c33b36d616ca|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 2022-11-13T04:33:01.179Z|55cf2b90-5e91-44b7-b03c-c33b36d616ca|pool-2-thread-4|||||DEBUG|500||GET Response Status 200 2022-11-13T04:33:01.186Z|55cf2b90-5e91-44b7-b03c-c33b36d616ca|pool-2-thread-4|||||INFO|500||ASDC_ARTIFACT_DOWNLOAD_SUC /sdc/v1/catalog/services/BasicCnfMacro/1.0/artifacts/service-BasicCnfMacro-csar.csar 6560a530-81a0-4b42-8406-cb11c2839fcc 158205 2022-11-13T04:33:01.186Z|55cf2b90-5e91-44b7-b03c-c33b36d616ca|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 2022-11-13T04:33:01.186Z|55cf2b90-5e91-44b7-b03c-c33b36d616ca|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 2022-11-13T04:33:01.186Z|55cf2b90-5e91-44b7-b03c-c33b36d616ca|pool-2-thread-4|||||INFO|500||DistributionClient - sendDownloadStatus 2022-11-13T04:33:01.187Z|55cf2b90-5e91-44b7-b03c-c33b36d616ca|pool-2-thread-4|||||INFO|500||DistributionClient - sendStatus 2022-11-13T04:33:01.189Z|55cf2b90-5e91-44b7-b03c-c33b36d616ca|pool-2-thread-4|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap] 2022-11-13T04:33:01.189Z|55cf2b90-5e91-44b7-b03c-c33b36d616ca|pool-2-thread-4|||||DEBUG|500||try to send status { "distributionID": "55cf2b90-5e91-44b7-b03c-c33b36d616ca", "consumerID": "SO-COpenSource-Env11", "timestamp": 1668313981186, "artifactURL": "/sdc/v1/catalog/services/BasicCnfMacro/1.0/artifacts/service-BasicCnfMacro-csar.csar", "status": "DOWNLOAD_OK" } 2022-11-13T04:33:01.289Z||pool-99-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms 2022-11-13T04:33:01.290Z||pool-99-thread-1|||||WARN|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO will send credentials over a clear channel. 2022-11-13T04:33:01.290Z||pool-99-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as Oi7quVEmKWoWd026) ... 2022-11-13T04:33:01.305Z||pool-99-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK 2022-11-13T04:33:01.305Z||pool-99-thread-1|||||INFO|500||cambria reply ok (16 ms):{"serverTimeMs":0,"count":1} 2022-11-13T04:33:02.189Z|55cf2b90-5e91-44b7-b03c-c33b36d616ca|pool-2-thread-4|||||INFO|500||Unable to find the system property mso.config.path, use the default configuration 2022-11-13T04:33:02.191Z|55cf2b90-5e91-44b7-b03c-c33b36d616ca|pool-2-thread-4|||||INFO|500||MSO config path is: /app 2022-11-13T04:33:02.192Z|55cf2b90-5e91-44b7-b03c-c33b36d616ca|pool-2-thread-4|||||INFO|500||Trying to write artifact UUID: 6560a530-81a0-4b42-8406-cb11c2839fcc, URL: /sdc/v1/catalog/services/BasicCnfMacro/1.0/artifacts/service-BasicCnfMacro-csar.csar to file: /app/ASDC/1/service-BasicCnfMacro-csar.csar 2022-11-13T04:33:02.193Z|55cf2b90-5e91-44b7-b03c-c33b36d616ca|pool-2-thread-4|||||INFO|500||ASDC_RECEIVE_SERVICE_NOTIF ***WRITE FILE ARTIFACT NAME ASDC service-BasicCnfMacro-csar.csar 2022-11-13T04:33:02.193Z|55cf2b90-5e91-44b7-b03c-c33b36d616ca|pool-2-thread-4|||||DEBUG|500||ASDC File path is: /app/ASDC/1/service-BasicCnfMacro-csar.csar 2022-11-13T04:33:02.194Z|55cf2b90-5e91-44b7-b03c-c33b36d616ca|pool-2-thread-4|||||INFO|500||ASDC_RECEIVE_SERVICE_NOTIF ***PATH ASDC /app/ASDC/1/service-BasicCnfMacro-csar.csar 2022-11-13T04:33:02.424Z|55cf2b90-5e91-44b7-b03c-c33b36d616ca|pool-2-thread-4|||||DEBUG|500||ToscaTemplate Loading YAMEL file /tmp/JTP1363347287737907907/Definitions/service-BasicCnfMacro-template.yml 2022-11-13T04:33:03.610Z|55cf2b90-5e91-44b7-b03c-c33b36d616ca|pool-2-thread-4|||||DEBUG|500||CSAR conformance level is 11.0 2022-11-13T04:33:03.611Z|55cf2b90-5e91-44b7-b03c-c33b36d616ca|pool-2-thread-4|||||WARN|500||#################################################################################################### 2022-11-13T04:33:03.611Z|55cf2b90-5e91-44b7-b03c-c33b36d616ca|pool-2-thread-4|||||WARN|500||CSAR Warnings found! CSAR name - /app/ASDC/1/service-BasicCnfMacro-csar.csar 2022-11-13T04:33:03.611Z|55cf2b90-5e91-44b7-b03c-c33b36d616ca|pool-2-thread-4|||||WARN|500||ToscaTemplate - verifyTemplate - 4 Parsing Warnings occurred... 2022-11-13T04:33:03.611Z|55cf2b90-5e91-44b7-b03c-c33b36d616ca|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 2022-11-13T04:33:03.611Z|55cf2b90-5e91-44b7-b03c-c33b36d616ca|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 2022-11-13T04:33:03.612Z|55cf2b90-5e91-44b7-b03c-c33b36d616ca|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 2022-11-13T04:33:03.612Z|55cf2b90-5e91-44b7-b03c-c33b36d616ca|pool-2-thread-4|||||WARN|500||JTosca Exception [JE003]: MissingRequiredFieldError: properties of template "basic_cnf_macro 0" are missing field(s): [nf_naming_code, nf_function, max_instances, nf_type, nf_role, min_instances]. CSAR name - /app/ASDC/1/service-BasicCnfMacro-csar.csar 2022-11-13T04:33:03.612Z|55cf2b90-5e91-44b7-b03c-c33b36d616ca|pool-2-thread-4|||||WARN|500||#################################################################################################### 2022-11-13T04:33:03.612Z|55cf2b90-5e91-44b7-b03c-c33b36d616ca|pool-2-thread-4|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive 2022-11-13T04:33:03.612Z|55cf2b90-5e91-44b7-b03c-c33b36d616ca|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 2022-11-13T04:33:03.613Z|55cf2b90-5e91-44b7-b03c-c33b36d616ca|pool-2-thread-4|||||DEBUG|500||Node template basic_cnf_macro 0 is matching search criteria 2022-11-13T04:33:03.613Z|55cf2b90-5e91-44b7-b03c-c33b36d616ca|pool-2-thread-4|||||DEBUG|500||Search for entities recursively 2022-11-13T04:33:03.613Z|55cf2b90-5e91-44b7-b03c-c33b36d616ca|pool-2-thread-4|||||DEBUG|500||Found topology templates [basic_cnf_macro 0, abstract_dummy_base] matching following query criteria: sdcType=Service, customizationUUID=null 2022-11-13T04:33:03.613Z|55cf2b90-5e91-44b7-b03c-c33b36d616ca|pool-2-thread-4|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive 2022-11-13T04:33:03.613Z|55cf2b90-5e91-44b7-b03c-c33b36d616ca|pool-2-thread-4|||||DEBUG|500||Service basic_cnf_macro is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=CONFIGURATION, toscaType=null, uUID=null, customizationUUID=null 2022-11-13T04:33:03.614Z|55cf2b90-5e91-44b7-b03c-c33b36d616ca|pool-2-thread-4|||||DEBUG|500||Node template basic_cnf_macro 0 is matching search criteria 2022-11-13T04:33:03.614Z|55cf2b90-5e91-44b7-b03c-c33b36d616ca|pool-2-thread-4|||||DEBUG|500||Search for entities recursively 2022-11-13T04:33:03.614Z|55cf2b90-5e91-44b7-b03c-c33b36d616ca|pool-2-thread-4|||||DEBUG|500||Found topology templates [basic_cnf_macro 0, abstract_dummy_base] matching following query criteria: sdcType=Service, customizationUUID=null 2022-11-13T04:33:03.614Z|55cf2b90-5e91-44b7-b03c-c33b36d616ca|pool-2-thread-4|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive 2022-11-13T04:33:03.614Z|55cf2b90-5e91-44b7-b03c-c33b36d616ca|pool-2-thread-4|||||DEBUG|500||Service basic_cnf_macro is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=VF, toscaType=null, uUID=null, customizationUUID=null 2022-11-13T04:33:03.614Z|55cf2b90-5e91-44b7-b03c-c33b36d616ca|pool-2-thread-4|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive 2022-11-13T04:33:03.615Z|55cf2b90-5e91-44b7-b03c-c33b36d616ca|pool-2-thread-4|||||DEBUG|500||Node template basic_cnf_macro 0 is not matching search criteria 2022-11-13T04:33:03.615Z|55cf2b90-5e91-44b7-b03c-c33b36d616ca|pool-2-thread-4|||||DEBUG|500||Node template abstract_dummy_base is not matching search criteria 2022-11-13T04:33:03.615Z|55cf2b90-5e91-44b7-b03c-c33b36d616ca|pool-2-thread-4|||||DEBUG|500||Node template dummy_base is not matching search criteria 2022-11-13T04:33:03.615Z|55cf2b90-5e91-44b7-b03c-c33b36d616ca|pool-2-thread-4|||||DEBUG|500||Found topology templates [] matching following query criteria: sdcType=VF, customizationUUID=customizationUUID 2022-11-13T04:33:03.615Z|55cf2b90-5e91-44b7-b03c-c33b36d616ca|pool-2-thread-4|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive 2022-11-13T04:33:03.616Z|55cf2b90-5e91-44b7-b03c-c33b36d616ca|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 2022-11-13T04:33:03.616Z|55cf2b90-5e91-44b7-b03c-c33b36d616ca|pool-2-thread-4|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive 2022-11-13T04:33:03.616Z|55cf2b90-5e91-44b7-b03c-c33b36d616ca|pool-2-thread-4|||||DEBUG|500||Node template basic_cnf_macro 0 is matching search criteria 2022-11-13T04:33:03.616Z|55cf2b90-5e91-44b7-b03c-c33b36d616ca|pool-2-thread-4|||||DEBUG|500||Found topology templates [basic_cnf_macro 0] matching following query criteria: sdcType=VF, customizationUUID=null 2022-11-13T04:33:03.616Z|55cf2b90-5e91-44b7-b03c-c33b36d616ca|pool-2-thread-4|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive 2022-11-13T04:33:03.617Z|55cf2b90-5e91-44b7-b03c-c33b36d616ca|pool-2-thread-4|||||DEBUG|500||Node template basic_cnf_macro 0 is matching search criteria 2022-11-13T04:33:03.617Z|55cf2b90-5e91-44b7-b03c-c33b36d616ca|pool-2-thread-4|||||DEBUG|500||Found topology templates [basic_cnf_macro 0] matching following query criteria: sdcType=VF, customizationUUID=null 2022-11-13T04:33:03.617Z|55cf2b90-5e91-44b7-b03c-c33b36d616ca|pool-2-thread-4|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive 2022-11-13T04:33:03.617Z|55cf2b90-5e91-44b7-b03c-c33b36d616ca|pool-2-thread-4|||||DEBUG|500||Node template basic_cnf_macro 0 is matching search criteria 2022-11-13T04:33:03.617Z|55cf2b90-5e91-44b7-b03c-c33b36d616ca|pool-2-thread-4|||||DEBUG|500||Found topology templates [basic_cnf_macro 0] matching following query criteria: sdcType=VF, customizationUUID=null 2022-11-13T04:33:03.617Z|55cf2b90-5e91-44b7-b03c-c33b36d616ca|pool-2-thread-4|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive 2022-11-13T04:33:03.617Z|55cf2b90-5e91-44b7-b03c-c33b36d616ca|pool-2-thread-4|||||DEBUG|500||Node template basic_cnf_macro 0 is matching search criteria 2022-11-13T04:33:03.618Z|55cf2b90-5e91-44b7-b03c-c33b36d616ca|pool-2-thread-4|||||DEBUG|500||Found topology templates [basic_cnf_macro 0] matching following query criteria: sdcType=VF, customizationUUID=null 2022-11-13T04:33:03.618Z|55cf2b90-5e91-44b7-b03c-c33b36d616ca|pool-2-thread-4|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive 2022-11-13T04:33:03.618Z|55cf2b90-5e91-44b7-b03c-c33b36d616ca|pool-2-thread-4|||||DEBUG|500||Node template basic_cnf_macro 0 is not matching search criteria 2022-11-13T04:33:03.618Z|55cf2b90-5e91-44b7-b03c-c33b36d616ca|pool-2-thread-4|||||DEBUG|500||Node template abstract_dummy_base is matching search criteria 2022-11-13T04:33:03.618Z|55cf2b90-5e91-44b7-b03c-c33b36d616ca|pool-2-thread-4|||||DEBUG|500||Found topology templates [abstract_dummy_base] matching following query criteria: sdcType=CVFC, customizationUUID=13b8f45a-f46d-4e7d-9a1c-b5138f4545ac 2022-11-13T04:33:03.619Z|55cf2b90-5e91-44b7-b03c-c33b36d616ca|pool-2-thread-4|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive 2022-11-13T04:33:03.619Z|55cf2b90-5e91-44b7-b03c-c33b36d616ca|pool-2-thread-4|||||DEBUG|500||Service basic_cnf_macro is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=VL, toscaType=null, uUID=null, customizationUUID=null 2022-11-13T04:33:03.619Z|55cf2b90-5e91-44b7-b03c-c33b36d616ca|pool-2-thread-4|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive 2022-11-13T04:33:03.619Z|55cf2b90-5e91-44b7-b03c-c33b36d616ca|pool-2-thread-4|||||DEBUG|500||Service basic_cnf_macro is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=CR, toscaType=null, uUID=null, customizationUUID=null 2022-11-13T04:33:03.619Z|55cf2b90-5e91-44b7-b03c-c33b36d616ca|pool-2-thread-4|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive 2022-11-13T04:33:03.619Z|55cf2b90-5e91-44b7-b03c-c33b36d616ca|pool-2-thread-4|||||DEBUG|500||Service basic_cnf_macro is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=VF, toscaType=null, uUID=null, customizationUUID=null 2022-11-13T04:33:03.619Z|55cf2b90-5e91-44b7-b03c-c33b36d616ca|pool-2-thread-4|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive 2022-11-13T04:33:03.620Z|55cf2b90-5e91-44b7-b03c-c33b36d616ca|pool-2-thread-4|||||DEBUG|500||Service basic_cnf_macro is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=PNF, toscaType=null, uUID=null, customizationUUID=null 2022-11-13T04:33:03.620Z|55cf2b90-5e91-44b7-b03c-c33b36d616ca|pool-2-thread-4|||||DEBUG|500||CSAR Notification: Service Level Properties: Name:basic_cnf_macro Description:service Model UUID:41448222-06b7-4e3e-9850-eb85711a2e9c Model Version:NULL Model InvariantUuid:bea32fee-a0c5-49c9-adda-f194d3259850 Service Type: Service Role: WorkLoad Context:Production Environment Context:General_Revenue-Bearing VNF Properties: Model Name:basic_cnf_macro Model UUID:94251dde-74b7-47d2-9158-f35a1980ebaa Description:VF Version:1.0 Type:VF Category:Generic InvariantUuid:33738638-2156-4d9b-a880-0626ff26b6d2 Max Instances:null Min Instances:null VNF Customization Properties: Customization UUID:b7427cb5-ba33-4e87-81cf-9e4fb3564006 NFFunction:null NFCode:null NFRole:null NFType:null MultiStageDesign:false VF Module Properties: ModelInvariantUuid:a7f8bec7-b6fc-4c72-9bc4-8698cef126fc ModelName:BasicCnfMacro..helm_apache..module-1 ModelUuid:718eab31-d30d-4409-a462-5ae8263e8b1c ModelVersion:1 Description:NULL VF Module Customization Properties: Model Customization UUID:NULL VF Module Properties: ModelInvariantUuid:2377b39b-0f98-4fb9-8dc7-796e5d3cb064 ModelName:BasicCnfMacro..base_template_dummy_ignore..module-0 ModelUuid:7cc9cedc-c089-40ed-81b8-755f6725b447 ModelVersion:1 Description:NULL VF Module Customization Properties: Model Customization UUID:NULL CVNFC Properties: ModelCustomizationUuid:13b8f45a-f46d-4e7d-9a1c-b5138f4545ac ModelInvariantUuid:86def489-2ab8-42c5-a632-d1979d952242 ModelName:basic_cnf_macro-nodes.dummy_baseCvfc ModelUuid:33a60457-149d-442e-8e79-d77798dad9a5 ModelVersion:1.0 Description:Complex node type that is used as nested type in VF Template Name:abstract_dummy_base VNFC Properties: ModelCustomizationUuid:bf7f376c-2eb1-42ed-a9aa-8025651691a4 ModelInvariantUuid:2f5f00c7-805c-42b5-9ec2-e5af2e41edd9 ModelName:BasicCnfMacro.compute.nodes.heat.dummy_base ModelUuid:89064711-4228-40e2-ab92-af780de6cce6 ModelVersion:1.0 Description:Not reusable inner VFC Sub Category:Abstract VF Allotted Resource Properties: PNF Allotted Resource Properties: Hibernate: select toscacsar0_.ARTIFACT_UUID as artifact1_57_0_, toscacsar0_.ARTIFACT_CHECKSUM as artifact2_57_0_, toscacsar0_.CREATION_TIMESTAMP as creation3_57_0_, toscacsar0_.DESCRIPTION as descript4_57_0_, toscacsar0_.NAME as name5_57_0_, toscacsar0_.URL as url6_57_0_, toscacsar0_.Version as version7_57_0_ from tosca_csar toscacsar0_ where toscacsar0_.ARTIFACT_UUID=? 2022-11-13T04:33:03.627Z|55cf2b90-5e91-44b7-b03c-c33b36d616ca|pool-2-thread-4|||||INFO|500||Processing Resource Type: VF, Model UUID: fc5ba55a-417e-44e3-862a-c325fdd7fd62 Hibernate: select service0_.MODEL_UUID as model_uu1_50_, service0_.CDS_BLUEPRINT_NAME as cds_blue2_50_, service0_.CDS_BLUEPRINT_VERSION as cds_blue3_50_, service0_.SERVICE_CATEGORY as service_4_50_, service0_.CONTROLLER_ACTOR as controll5_50_, service0_.CREATION_TIMESTAMP as creation6_50_, service0_.TOSCA_CSAR_ARTIFACT_UUID as tosca_c21_50_, service0_.DESCRIPTION as descript7_50_, service0_.OVERALL_DISTRIBUTION_STATUS as overall_8_50_, service0_.ENVIRONMENT_CONTEXT as environm9_50_, service0_.MODEL_INVARIANT_UUID as model_i10_50_, service0_.MODEL_NAME as model_n11_50_, service0_.MODEL_VERSION as model_v12_50_, service0_.NAMING_POLICY as naming_13_50_, service0_.ONAP_GENERATED_NAMING as onap_ge14_50_, service0_.RESOURCE_ORDER as resourc15_50_, service0_.SERVICE_FUNCTION as service16_50_, service0_.SERVICE_ROLE as service17_50_, service0_.SERVICE_TYPE as service18_50_, service0_.SKIP_POST_INSTANTIATION_CONFIGURATION as skip_po19_50_, service0_.WORKLOAD_CONTEXT as workloa20_50_ from service service0_ where service0_.MODEL_UUID=? 2022-11-13T04:33:03.632Z|55cf2b90-5e91-44b7-b03c-c33b36d616ca|pool-2-thread-4|||||INFO|500||basic_cnf_macro 0 2022-11-13T04:33:03.632Z|55cf2b90-5e91-44b7-b03c-c33b36d616ca|pool-2-thread-4|||||DEBUG|500||Processing Resource Type: VF and Model UUID: fc5ba55a-417e-44e3-862a-c325fdd7fd62 2022-11-13T04:33:03.632Z|55cf2b90-5e91-44b7-b03c-c33b36d616ca|pool-2-thread-4|||||INFO|500||Trying to download the artifact UUID: 31730fa7-b49f-4b29-94c2-84356669c885 from URL: /sdc/v1/catalog/services/BasicCnfMacro/1.0/resourceInstances/basic_cnf_macro0/artifacts/basic_cnf_macro0_modules.json 2022-11-13T04:33:03.632Z|55cf2b90-5e91-44b7-b03c-c33b36d616ca|pool-2-thread-4|||||INFO|500||DistributionClient - download 2022-11-13T04:33:03.632Z|55cf2b90-5e91-44b7-b03c-c33b36d616ca|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 2022-11-13T04:33:03.681Z|55cf2b90-5e91-44b7-b03c-c33b36d616ca|pool-2-thread-4|||||DEBUG|500||GET Response Status 200 2022-11-13T04:33:03.682Z|55cf2b90-5e91-44b7-b03c-c33b36d616ca|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 31730fa7-b49f-4b29-94c2-84356669c885 1565 2022-11-13T04:33:03.682Z|55cf2b90-5e91-44b7-b03c-c33b36d616ca|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 2022-11-13T04:33:03.682Z|55cf2b90-5e91-44b7-b03c-c33b36d616ca|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 2022-11-13T04:33:03.682Z|55cf2b90-5e91-44b7-b03c-c33b36d616ca|pool-2-thread-4|||||INFO|500||DistributionClient - sendDownloadStatus 2022-11-13T04:33:03.682Z|55cf2b90-5e91-44b7-b03c-c33b36d616ca|pool-2-thread-4|||||INFO|500||DistributionClient - sendStatus 2022-11-13T04:33:03.684Z|55cf2b90-5e91-44b7-b03c-c33b36d616ca|pool-2-thread-4|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap] 2022-11-13T04:33:03.684Z|55cf2b90-5e91-44b7-b03c-c33b36d616ca|pool-2-thread-4|||||DEBUG|500||try to send status { "distributionID": "55cf2b90-5e91-44b7-b03c-c33b36d616ca", "consumerID": "SO-COpenSource-Env11", "timestamp": 1668313983682, "artifactURL": "/sdc/v1/catalog/services/BasicCnfMacro/1.0/resourceInstances/basic_cnf_macro0/artifacts/basic_cnf_macro0_modules.json", "status": "DOWNLOAD_OK" } 2022-11-13T04:33:03.785Z||pool-100-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms 2022-11-13T04:33:03.786Z||pool-100-thread-1|||||WARN|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO will send credentials over a clear channel. 2022-11-13T04:33:03.786Z||pool-100-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as Oi7quVEmKWoWd026) ... 2022-11-13T04:33:03.801Z||pool-100-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK 2022-11-13T04:33:03.801Z||pool-100-thread-1|||||INFO|500||cambria reply ok (16 ms):{"serverTimeMs":0,"count":1} 2022-11-13T04:33:04.685Z|55cf2b90-5e91-44b7-b03c-c33b36d616ca|pool-2-thread-4|||||DEBUG|500||VF_MODULE_ARTIFACT: [ { "vfModuleModelName": "BasicCnfMacro..base_template_dummy_ignore..module-0", "vfModuleModelInvariantUUID": "2377b39b-0f98-4fb9-8dc7-796e5d3cb064", "vfModuleModelVersion": "1", "vfModuleModelUUID": "7cc9cedc-c089-40ed-81b8-755f6725b447", "vfModuleModelCustomizationUUID": "c16c17fd-60a2-4676-9746-e05ce17d54bb", "isBase": true, "artifacts": [ "974a551f-6bc9-4399-9c64-465c2ca92712", "bc66b8be-d46a-4007-b979-2068b4a43883" ], "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": "a7f8bec7-b6fc-4c72-9bc4-8698cef126fc", "vfModuleModelVersion": "1", "vfModuleModelUUID": "718eab31-d30d-4409-a462-5ae8263e8b1c", "vfModuleModelCustomizationUUID": "3336a869-9d59-4cba-ad26-012aa554e45d", "isBase": false, "artifacts": [ "db3539f2-92d2-43c0-86e4-a7be7aced981" ], "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": "" } } ] 2022-11-13T04:33:04.690Z|55cf2b90-5e91-44b7-b03c-c33b36d616ca|pool-2-thread-4|||||DEBUG|500||VfModuleMetaData List: { VfModuleMetaData: VfModuleModelName:BasicCnfMacro..base_template_dummy_ignore..module-0 VfModuleModelVersion:1 VfModuleModelUUID:7cc9cedc-c089-40ed-81b8-755f6725b447 VfModuleModelInvariantUUID:2377b39b-0f98-4fb9-8dc7-796e5d3cb064 VfModuleModelDescription:NULL Artifacts UUID List:{ 974a551f-6bc9-4399-9c64-465c2ca92712 , bc66b8be-d46a-4007-b979-2068b4a43883 } 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:718eab31-d30d-4409-a462-5ae8263e8b1c VfModuleModelInvariantUUID:a7f8bec7-b6fc-4c72-9bc4-8698cef126fc VfModuleModelDescription:NULL Artifacts UUID List:{ db3539f2-92d2-43c0-86e4-a7be7aced981 } 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 } 2022-11-13T04:33:04.692Z|55cf2b90-5e91-44b7-b03c-c33b36d616ca|pool-2-thread-4|||||DEBUG|500||VF_MODULE_ARTIFACT: [ { "vfModuleModelName": "BasicCnfMacro..base_template_dummy_ignore..module-0", "vfModuleModelInvariantUUID": "2377b39b-0f98-4fb9-8dc7-796e5d3cb064", "vfModuleModelVersion": "1", "vfModuleModelUUID": "7cc9cedc-c089-40ed-81b8-755f6725b447", "vfModuleModelCustomizationUUID": "c16c17fd-60a2-4676-9746-e05ce17d54bb", "isBase": true, "artifacts": [ "974a551f-6bc9-4399-9c64-465c2ca92712", "bc66b8be-d46a-4007-b979-2068b4a43883" ], "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": "a7f8bec7-b6fc-4c72-9bc4-8698cef126fc", "vfModuleModelVersion": "1", "vfModuleModelUUID": "718eab31-d30d-4409-a462-5ae8263e8b1c", "vfModuleModelCustomizationUUID": "3336a869-9d59-4cba-ad26-012aa554e45d", "isBase": false, "artifacts": [ "db3539f2-92d2-43c0-86e4-a7be7aced981" ], "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": "" } } ] 2022-11-13T04:33:04.692Z|55cf2b90-5e91-44b7-b03c-c33b36d616ca|pool-2-thread-4|||||DEBUG|500||VfModuleMetaData List: { VfModuleMetaData: VfModuleModelName:BasicCnfMacro..base_template_dummy_ignore..module-0 VfModuleModelVersion:1 VfModuleModelUUID:7cc9cedc-c089-40ed-81b8-755f6725b447 VfModuleModelInvariantUUID:2377b39b-0f98-4fb9-8dc7-796e5d3cb064 VfModuleModelDescription:NULL Artifacts UUID List:{ 974a551f-6bc9-4399-9c64-465c2ca92712 , bc66b8be-d46a-4007-b979-2068b4a43883 } 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:718eab31-d30d-4409-a462-5ae8263e8b1c VfModuleModelInvariantUUID:a7f8bec7-b6fc-4c72-9bc4-8698cef126fc VfModuleModelDescription:NULL Artifacts UUID List:{ db3539f2-92d2-43c0-86e4-a7be7aced981 } 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 } 2022-11-13T04:33:04.692Z|55cf2b90-5e91-44b7-b03c-c33b36d616ca|pool-2-thread-4|||||INFO|500||Trying to download the artifact UUID: 974a551f-6bc9-4399-9c64-465c2ca92712 from URL: /sdc/v1/catalog/services/BasicCnfMacro/1.0/resourceInstances/basic_cnf_macro0/artifacts/base_template_dummy_ignore.yaml 2022-11-13T04:33:04.692Z|55cf2b90-5e91-44b7-b03c-c33b36d616ca|pool-2-thread-4|||||INFO|500||DistributionClient - download 2022-11-13T04:33:04.693Z|55cf2b90-5e91-44b7-b03c-c33b36d616ca|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 2022-11-13T04:33:04.733Z|55cf2b90-5e91-44b7-b03c-c33b36d616ca|pool-2-thread-4|||||DEBUG|500||GET Response Status 200 2022-11-13T04:33:04.734Z|55cf2b90-5e91-44b7-b03c-c33b36d616ca|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 974a551f-6bc9-4399-9c64-465c2ca92712 914 2022-11-13T04:33:04.734Z|55cf2b90-5e91-44b7-b03c-c33b36d616ca|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 2022-11-13T04:33:04.734Z|55cf2b90-5e91-44b7-b03c-c33b36d616ca|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 2022-11-13T04:33:04.734Z|55cf2b90-5e91-44b7-b03c-c33b36d616ca|pool-2-thread-4|||||INFO|500||DistributionClient - sendDownloadStatus 2022-11-13T04:33:04.735Z|55cf2b90-5e91-44b7-b03c-c33b36d616ca|pool-2-thread-4|||||INFO|500||DistributionClient - sendStatus 2022-11-13T04:33:04.736Z|55cf2b90-5e91-44b7-b03c-c33b36d616ca|pool-2-thread-4|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap] 2022-11-13T04:33:04.736Z|55cf2b90-5e91-44b7-b03c-c33b36d616ca|pool-2-thread-4|||||DEBUG|500||try to send status { "distributionID": "55cf2b90-5e91-44b7-b03c-c33b36d616ca", "consumerID": "SO-COpenSource-Env11", "timestamp": 1668313984734, "artifactURL": "/sdc/v1/catalog/services/BasicCnfMacro/1.0/resourceInstances/basic_cnf_macro0/artifacts/base_template_dummy_ignore.yaml", "status": "DOWNLOAD_OK" } 2022-11-13T04:33:04.837Z||pool-101-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 99 ms 2022-11-13T04:33:04.837Z||pool-101-thread-1|||||WARN|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO will send credentials over a clear channel. 2022-11-13T04:33:04.838Z||pool-101-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as Oi7quVEmKWoWd026) ... 2022-11-13T04:33:04.851Z||pool-101-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK 2022-11-13T04:33:04.851Z||pool-101-thread-1|||||INFO|500||cambria reply ok (14 ms):{"serverTimeMs":0,"count":1} 2022-11-13T04:33:05.737Z|55cf2b90-5e91-44b7-b03c-c33b36d616ca|pool-2-thread-4|||||INFO|500||Trying to download the artifact UUID: 2c8abfa0-4e88-4538-ba1c-6f4acea24857 from URL: /sdc/v1/catalog/services/BasicCnfMacro/1.0/resourceInstances/basic_cnf_macro0/artifacts/helm_apache.env 2022-11-13T04:33:05.738Z|55cf2b90-5e91-44b7-b03c-c33b36d616ca|pool-2-thread-4|||||INFO|500||DistributionClient - download 2022-11-13T04:33:05.738Z|55cf2b90-5e91-44b7-b03c-c33b36d616ca|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 2022-11-13T04:33:05.782Z|55cf2b90-5e91-44b7-b03c-c33b36d616ca|pool-2-thread-4|||||DEBUG|500||GET Response Status 200 2022-11-13T04:33:05.782Z|55cf2b90-5e91-44b7-b03c-c33b36d616ca|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 2c8abfa0-4e88-4538-ba1c-6f4acea24857 12 2022-11-13T04:33:05.783Z|55cf2b90-5e91-44b7-b03c-c33b36d616ca|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 2022-11-13T04:33:05.783Z|55cf2b90-5e91-44b7-b03c-c33b36d616ca|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 2022-11-13T04:33:05.783Z|55cf2b90-5e91-44b7-b03c-c33b36d616ca|pool-2-thread-4|||||INFO|500||DistributionClient - sendDownloadStatus 2022-11-13T04:33:05.783Z|55cf2b90-5e91-44b7-b03c-c33b36d616ca|pool-2-thread-4|||||INFO|500||DistributionClient - sendStatus 2022-11-13T04:33:05.785Z|55cf2b90-5e91-44b7-b03c-c33b36d616ca|pool-2-thread-4|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap] 2022-11-13T04:33:05.785Z|55cf2b90-5e91-44b7-b03c-c33b36d616ca|pool-2-thread-4|||||DEBUG|500||try to send status { "distributionID": "55cf2b90-5e91-44b7-b03c-c33b36d616ca", "consumerID": "SO-COpenSource-Env11", "timestamp": 1668313985782, "artifactURL": "/sdc/v1/catalog/services/BasicCnfMacro/1.0/resourceInstances/basic_cnf_macro0/artifacts/helm_apache.env", "status": "DOWNLOAD_OK" } 2022-11-13T04:33:05.885Z||pool-102-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms 2022-11-13T04:33:05.886Z||pool-102-thread-1|||||WARN|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO will send credentials over a clear channel. 2022-11-13T04:33:05.887Z||pool-102-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as Oi7quVEmKWoWd026) ... 2022-11-13T04:33:05.903Z||pool-102-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK 2022-11-13T04:33:05.904Z||pool-102-thread-1|||||INFO|500||cambria reply ok (18 ms):{"serverTimeMs":0,"count":1} 2022-11-13T04:33:06.786Z|55cf2b90-5e91-44b7-b03c-c33b36d616ca|pool-2-thread-4|||||INFO|500||Trying to download the artifact UUID: bc66b8be-d46a-4007-b979-2068b4a43883 from URL: /sdc/v1/catalog/services/BasicCnfMacro/1.0/resourceInstances/basic_cnf_macro0/artifacts/base_template_dummy_ignore.env 2022-11-13T04:33:06.786Z|55cf2b90-5e91-44b7-b03c-c33b36d616ca|pool-2-thread-4|||||INFO|500||DistributionClient - download 2022-11-13T04:33:06.787Z|55cf2b90-5e91-44b7-b03c-c33b36d616ca|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 2022-11-13T04:33:06.831Z|55cf2b90-5e91-44b7-b03c-c33b36d616ca|pool-2-thread-4|||||DEBUG|500||GET Response Status 200 2022-11-13T04:33:06.832Z|55cf2b90-5e91-44b7-b03c-c33b36d616ca|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 bc66b8be-d46a-4007-b979-2068b4a43883 96 2022-11-13T04:33:06.832Z|55cf2b90-5e91-44b7-b03c-c33b36d616ca|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 2022-11-13T04:33:06.832Z|55cf2b90-5e91-44b7-b03c-c33b36d616ca|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 2022-11-13T04:33:06.833Z|55cf2b90-5e91-44b7-b03c-c33b36d616ca|pool-2-thread-4|||||INFO|500||DistributionClient - sendDownloadStatus 2022-11-13T04:33:06.833Z|55cf2b90-5e91-44b7-b03c-c33b36d616ca|pool-2-thread-4|||||INFO|500||DistributionClient - sendStatus 2022-11-13T04:33:06.835Z|55cf2b90-5e91-44b7-b03c-c33b36d616ca|pool-2-thread-4|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap] 2022-11-13T04:33:06.835Z|55cf2b90-5e91-44b7-b03c-c33b36d616ca|pool-2-thread-4|||||DEBUG|500||try to send status { "distributionID": "55cf2b90-5e91-44b7-b03c-c33b36d616ca", "consumerID": "SO-COpenSource-Env11", "timestamp": 1668313986832, "artifactURL": "/sdc/v1/catalog/services/BasicCnfMacro/1.0/resourceInstances/basic_cnf_macro0/artifacts/base_template_dummy_ignore.env", "status": "DOWNLOAD_OK" } 2022-11-13T04:33:06.935Z||pool-103-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 99 ms 2022-11-13T04:33:06.936Z||pool-103-thread-1|||||WARN|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO will send credentials over a clear channel. 2022-11-13T04:33:06.936Z||pool-103-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as Oi7quVEmKWoWd026) ... 2022-11-13T04:33:06.950Z||pool-103-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK 2022-11-13T04:33:06.950Z||pool-103-thread-1|||||INFO|500||cambria reply ok (14 ms):{"serverTimeMs":0,"count":1} 2022-11-13T04:33:07.837Z|55cf2b90-5e91-44b7-b03c-c33b36d616ca|pool-2-thread-4|||||INFO|500||Trying to download the artifact UUID: db3539f2-92d2-43c0-86e4-a7be7aced981 from URL: /sdc/v1/catalog/services/BasicCnfMacro/1.0/resourceInstances/basic_cnf_macro0/artifacts/helm_apache.tgz 2022-11-13T04:33:07.838Z|55cf2b90-5e91-44b7-b03c-c33b36d616ca|pool-2-thread-4|||||INFO|500||DistributionClient - download 2022-11-13T04:33:07.838Z|55cf2b90-5e91-44b7-b03c-c33b36d616ca|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 2022-11-13T04:33:07.894Z|55cf2b90-5e91-44b7-b03c-c33b36d616ca|pool-2-thread-4|||||DEBUG|500||GET Response Status 200 2022-11-13T04:33:07.894Z|55cf2b90-5e91-44b7-b03c-c33b36d616ca|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 db3539f2-92d2-43c0-86e4-a7be7aced981 20206 2022-11-13T04:33:07.895Z|55cf2b90-5e91-44b7-b03c-c33b36d616ca|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 2022-11-13T04:33:07.895Z|55cf2b90-5e91-44b7-b03c-c33b36d616ca|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 2022-11-13T04:33:07.895Z|55cf2b90-5e91-44b7-b03c-c33b36d616ca|pool-2-thread-4|||||INFO|500||DistributionClient - sendDownloadStatus 2022-11-13T04:33:07.896Z|55cf2b90-5e91-44b7-b03c-c33b36d616ca|pool-2-thread-4|||||INFO|500||DistributionClient - sendStatus 2022-11-13T04:33:07.898Z|55cf2b90-5e91-44b7-b03c-c33b36d616ca|pool-2-thread-4|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap] 2022-11-13T04:33:07.898Z|55cf2b90-5e91-44b7-b03c-c33b36d616ca|pool-2-thread-4|||||DEBUG|500||try to send status { "distributionID": "55cf2b90-5e91-44b7-b03c-c33b36d616ca", "consumerID": "SO-COpenSource-Env11", "timestamp": 1668313987895, "artifactURL": "/sdc/v1/catalog/services/BasicCnfMacro/1.0/resourceInstances/basic_cnf_macro0/artifacts/helm_apache.tgz", "status": "DOWNLOAD_OK" } 2022-11-13T04:33:07.998Z||pool-104-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms 2022-11-13T04:33:07.999Z||pool-104-thread-1|||||WARN|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO will send credentials over a clear channel. 2022-11-13T04:33:07.999Z||pool-104-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as Oi7quVEmKWoWd026) ... 2022-11-13T04:33:08.012Z||pool-104-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK 2022-11-13T04:33:08.012Z||pool-104-thread-1|||||INFO|500||cambria reply ok (14 ms):{"serverTimeMs":1,"count":1} 2022-11-13T04:33:08.902Z|55cf2b90-5e91-44b7-b03c-c33b36d616ca|pool-2-thread-4|||||DEBUG|500||Preparing to deploy Service: 41448222-06b7-4e3e-9850-eb85711a2e9c 2022-11-13T04:33:08.903Z|55cf2b90-5e91-44b7-b03c-c33b36d616ca|pool-2-thread-4|||||INFO|500||ASDC_START_DEPLOY_ARTIFACT basic_cnf_macro 0 fc5ba55a-417e-44e3-862a-c325fdd7fd62 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=? 2022-11-13T04:33:08.915Z|55cf2b90-5e91-44b7-b03c-c33b36d616ca|pool-2-thread-4|||||DEBUG|500||serviceInputs: {} [org.onap.sdc.toscaparser.api.parameters.Input@56aef4c3, org.onap.sdc.toscaparser.api.parameters.Input@2ec6660e, org.onap.sdc.toscaparser.api.parameters.Input@30996840, org.onap.sdc.toscaparser.api.parameters.Input@3bd5eb56, org.onap.sdc.toscaparser.api.parameters.Input@1a7c0803] 2022-11-13T04:33:08.918Z|55cf2b90-5e91-44b7-b03c-c33b36d616ca|pool-2-thread-4|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive 2022-11-13T04:33:08.919Z|55cf2b90-5e91-44b7-b03c-c33b36d616ca|pool-2-thread-4|||||DEBUG|500||Service basic_cnf_macro is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=VF, toscaType=null, uUID=null, customizationUUID=null 2022-11-13T04:33:08.920Z|55cf2b90-5e91-44b7-b03c-c33b36d616ca|pool-2-thread-4|||||DEBUG|500||VF Category is: Generic 2022-11-13T04:33:08.920Z|55cf2b90-5e91-44b7-b03c-c33b36d616ca|pool-2-thread-4|||||DEBUG|500||VFCustomizationUUID= b7427cb5-ba33-4e87-81cf-9e4fb3564006 2022-11-13T04:33:08.921Z|55cf2b90-5e91-44b7-b03c-c33b36d616ca|pool-2-thread-4|||||DEBUG|500||Checking if Notification VF ResourceCustomizationUUID: b7427cb5-ba33-4e87-81cf-9e4fb3564006 matches Tosca VF Customization UUID: b7427cb5-ba33-4e87-81cf-9e4fb3564006 2022-11-13T04:33:08.921Z|55cf2b90-5e91-44b7-b03c-c33b36d616ca|pool-2-thread-4|||||DEBUG|500||vfCustomizationUUID: b7427cb5-ba33-4e87-81cf-9e4fb3564006 matches vfNotificationResource CustomizationUUID Hibernate: select vnfresourc0_.MODEL_UUID as model_uu1_64_, vnfresourc0_.AIC_VERSION_MAX as aic_vers2_64_, vnfresourc0_.AIC_VERSION_MIN as aic_vers3_64_, vnfresourc0_.RESOURCE_CATEGORY as resource4_64_, vnfresourc0_.CREATION_TIMESTAMP as creation5_64_, vnfresourc0_.DESCRIPTION as descript6_64_, vnfresourc0_.HEAT_TEMPLATE_ARTIFACT_UUID as heat_te13_64_, vnfresourc0_.MODEL_INVARIANT_UUID as model_in7_64_, vnfresourc0_.MODEL_NAME as model_na8_64_, vnfresourc0_.MODEL_VERSION as model_ve9_64_, vnfresourc0_.ORCHESTRATION_MODE as orchest10_64_, vnfresourc0_.RESOURCE_SUB_CATEGORY as resourc11_64_, vnfresourc0_.TOSCA_NODE_TYPE as tosca_n12_64_ from vnf_resource vnfresourc0_ where vnfresourc0_.MODEL_UUID=? 2022-11-13T04:33:08.925Z|55cf2b90-5e91-44b7-b03c-c33b36d616ca|pool-2-thread-4|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive 2022-11-13T04:33:08.925Z|55cf2b90-5e91-44b7-b03c-c33b36d616ca|pool-2-thread-4|||||DEBUG|500||Service basic_cnf_macro is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=null, toscaType=null, uUID=null, customizationUUID=null 2022-11-13T04:33:08.927Z|55cf2b90-5e91-44b7-b03c-c33b36d616ca|pool-2-thread-4|||||DEBUG|500||resource request for resource customization id b7427cb5-ba33-4e87-81cf-9e4fb3564006: {\"vf_module_id\":\"demo_module_id\",\"skip_post_instantiation_configuration\":\"false\",\"nf_naming\":\"true\",\"multi_stage_design\":\"false\",\"controller_actor\":\"CDS\",\"availability_zone_max_count\":\"1\",\"vnf_id\":\"demo_app\",\"sdnc_model_version\":\"1.0.0\",\"sdnc_artifact_name\":\"vnf\",\"vnf_name\":\"demo_vnf_ignore\",\"sdnc_model_name\":\"APACHE\"} 2022-11-13T04:33:08.928Z|55cf2b90-5e91-44b7-b03c-c33b36d616ca|pool-2-thread-4|||||DEBUG|500||vfModuleStructure: org.onap.so.asdc.installer.VfModuleStructure@682c8315 2022-11-13T04:33:08.929Z|55cf2b90-5e91-44b7-b03c-c33b36d616ca|pool-2-thread-4|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive 2022-11-13T04:33:08.930Z|55cf2b90-5e91-44b7-b03c-c33b36d616ca|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 2022-11-13T04:33:08.930Z|55cf2b90-5e91-44b7-b03c-c33b36d616ca|pool-2-thread-4|||||DEBUG|500||Comparing Vf_Modules_Metadata CustomizationUUID : 3336a869-9d59-4cba-ad26-012aa554e45d 2022-11-13T04:33:08.931Z|55cf2b90-5e91-44b7-b03c-c33b36d616ca|pool-2-thread-4|||||DEBUG|500||To Csar Group VFModuleModelCustomizationUUID 3336a869-9d59-4cba-ad26-012aa554e45d Hibernate: select vfmodule0_.MODEL_UUID as model_uu1_59_, vfmodule0_.CREATION_TIMESTAMP as creation2_59_, vfmodule0_.DESCRIPTION as descript3_59_, vfmodule0_.IS_BASE as is_base4_59_, vfmodule0_.MODEL_INVARIANT_UUID as model_in5_59_, vfmodule0_.MODEL_NAME as model_na6_59_, vfmodule0_.MODEL_VERSION as model_ve7_59_, vfmodule0_.HEAT_TEMPLATE_ARTIFACT_UUID as heat_tem8_59_, vfmodule0_.VNF_RESOURCE_MODEL_UUID as vnf_reso9_59_, vfmodule0_.VOL_HEAT_TEMPLATE_ARTIFACT_UUID as vol_hea10_59_ from vf_module vfmodule0_ where vfmodule0_.MODEL_UUID=? 2022-11-13T04:33:08.934Z|55cf2b90-5e91-44b7-b03c-c33b36d616ca|pool-2-thread-4|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive 2022-11-13T04:33:08.934Z|55cf2b90-5e91-44b7-b03c-c33b36d616ca|pool-2-thread-4|||||DEBUG|500||Node template basic_cnf_macro 0 is matching search criteria 2022-11-13T04:33:08.935Z|55cf2b90-5e91-44b7-b03c-c33b36d616ca|pool-2-thread-4|||||DEBUG|500||Found topology templates [basic_cnf_macro 0] matching following query criteria: sdcType=VF, customizationUUID=null 2022-11-13T04:33:08.935Z|55cf2b90-5e91-44b7-b03c-c33b36d616ca|pool-2-thread-4|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive 2022-11-13T04:33:08.935Z|55cf2b90-5e91-44b7-b03c-c33b36d616ca|pool-2-thread-4|||||DEBUG|500||Node template basic_cnf_macro 0 is matching search criteria 2022-11-13T04:33:08.936Z|55cf2b90-5e91-44b7-b03c-c33b36d616ca|pool-2-thread-4|||||DEBUG|500||Found topology templates [basic_cnf_macro 0] matching following query criteria: sdcType=VF, customizationUUID=null 2022-11-13T04:33:08.936Z|55cf2b90-5e91-44b7-b03c-c33b36d616ca|pool-2-thread-4|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive 2022-11-13T04:33:08.937Z|55cf2b90-5e91-44b7-b03c-c33b36d616ca|pool-2-thread-4|||||DEBUG|500||Node template basic_cnf_macro 0 is matching search criteria 2022-11-13T04:33:08.937Z|55cf2b90-5e91-44b7-b03c-c33b36d616ca|pool-2-thread-4|||||DEBUG|500||Found topology templates [basic_cnf_macro 0] matching following query criteria: sdcType=VF, customizationUUID=b7427cb5-ba33-4e87-81cf-9e4fb3564006 Hibernate: select service0_.MODEL_UUID as model_uu1_50_, service0_.CDS_BLUEPRINT_NAME as cds_blue2_50_, service0_.CDS_BLUEPRINT_VERSION as cds_blue3_50_, service0_.SERVICE_CATEGORY as service_4_50_, service0_.CONTROLLER_ACTOR as controll5_50_, service0_.CREATION_TIMESTAMP as creation6_50_, service0_.TOSCA_CSAR_ARTIFACT_UUID as tosca_c21_50_, service0_.DESCRIPTION as descript7_50_, service0_.OVERALL_DISTRIBUTION_STATUS as overall_8_50_, service0_.ENVIRONMENT_CONTEXT as environm9_50_, service0_.MODEL_INVARIANT_UUID as model_i10_50_, service0_.MODEL_NAME as model_n11_50_, service0_.MODEL_VERSION as model_v12_50_, service0_.NAMING_POLICY as naming_13_50_, service0_.ONAP_GENERATED_NAMING as onap_ge14_50_, service0_.RESOURCE_ORDER as resourc15_50_, service0_.SERVICE_FUNCTION as service16_50_, service0_.SERVICE_ROLE as service17_50_, service0_.SERVICE_TYPE as service18_50_, service0_.SKIP_POST_INSTANTIATION_CONFIGURATION as skip_po19_50_, service0_.WORKLOAD_CONTEXT as workloa20_50_ from service service0_ where service0_.MODEL_UUID=? 2022-11-13T04:33:08.939Z|55cf2b90-5e91-44b7-b03c-c33b36d616ca|pool-2-thread-4|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive 2022-11-13T04:33:08.940Z|55cf2b90-5e91-44b7-b03c-c33b36d616ca|pool-2-thread-4|||||DEBUG|500||Service basic_cnf_macro is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=null, toscaType=null, uUID=null, customizationUUID=null 2022-11-13T04:33:08.940Z|55cf2b90-5e91-44b7-b03c-c33b36d616ca|pool-2-thread-4|||||DEBUG|500|| resourceSeq for service uuid 41448222-06b7-4e3e-9850-eb85711a2e9c: basic_cnf_macro 2022-11-13T04:33:08.941Z|55cf2b90-5e91-44b7-b03c-c33b36d616ca|pool-2-thread-4|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive 2022-11-13T04:33:08.941Z|55cf2b90-5e91-44b7-b03c-c33b36d616ca|pool-2-thread-4|||||DEBUG|500||Service basic_cnf_macro is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=PNF, toscaType=null, uUID=null, customizationUUID=null 2022-11-13T04:33:08.942Z|55cf2b90-5e91-44b7-b03c-c33b36d616ca|pool-2-thread-4|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive 2022-11-13T04:33:08.942Z|55cf2b90-5e91-44b7-b03c-c33b36d616ca|pool-2-thread-4|||||DEBUG|500||Service basic_cnf_macro is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=VL, toscaType=null, uUID=null, customizationUUID=null 2022-11-13T04:33:08.943Z|55cf2b90-5e91-44b7-b03c-c33b36d616ca|pool-2-thread-4|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive 2022-11-13T04:33:08.943Z|55cf2b90-5e91-44b7-b03c-c33b36d616ca|pool-2-thread-4|||||DEBUG|500||Service basic_cnf_macro is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=CR, toscaType=null, uUID=null, customizationUUID=null 2022-11-13T04:33:08.944Z|55cf2b90-5e91-44b7-b03c-c33b36d616ca|pool-2-thread-4|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive 2022-11-13T04:33:08.944Z|55cf2b90-5e91-44b7-b03c-c33b36d616ca|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 2022-11-13T04:33:08.944Z|55cf2b90-5e91-44b7-b03c-c33b36d616ca|pool-2-thread-4|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive 2022-11-13T04:33:08.945Z|55cf2b90-5e91-44b7-b03c-c33b36d616ca|pool-2-thread-4|||||DEBUG|500||Service basic_cnf_macro is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=CONFIGURATION, toscaType=null, uUID=null, customizationUUID=null 2022-11-13T04:33:08.945Z|55cf2b90-5e91-44b7-b03c-c33b36d616ca|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 (?, ?, ?, ?, ?) 2022-11-13T04:33:08.983Z|55cf2b90-5e91-44b7-b03c-c33b36d616ca|pool-2-thread-4|||||INFO|500||ASDC_ARTIFACT_DEPLOY_SUC basic_cnf_macro fc5ba55a-417e-44e3-862a-c325fdd7fd62 2 ASDC deployResourceStructure 2022-11-13T04:33:08.984Z|55cf2b90-5e91-44b7-b03c-c33b36d616ca|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 2022-11-13T04:33:08.984Z|55cf2b90-5e91-44b7-b03c-c33b36d616ca|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 2022-11-13T04:33:08.984Z|55cf2b90-5e91-44b7-b03c-c33b36d616ca|pool-2-thread-4|||||INFO|500||DistributionClient - sendDeploymentStatus 2022-11-13T04:33:08.985Z|55cf2b90-5e91-44b7-b03c-c33b36d616ca|pool-2-thread-4|||||INFO|500||DistributionClient - sendStatus 2022-11-13T04:33:08.987Z|55cf2b90-5e91-44b7-b03c-c33b36d616ca|pool-2-thread-4|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap] 2022-11-13T04:33:08.987Z|55cf2b90-5e91-44b7-b03c-c33b36d616ca|pool-2-thread-4|||||DEBUG|500||try to send status { "distributionID": "55cf2b90-5e91-44b7-b03c-c33b36d616ca", "consumerID": "SO-COpenSource-Env11", "timestamp": 1668313988984, "artifactURL": "/sdc/v1/catalog/services/BasicCnfMacro/1.0/resourceInstances/basic_cnf_macro0/artifacts/basic_cnf_macro0_modules.json", "status": "DEPLOY_OK" } 2022-11-13T04:33:09.087Z||pool-105-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 99 ms 2022-11-13T04:33:09.088Z||pool-105-thread-1|||||WARN|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO will send credentials over a clear channel. 2022-11-13T04:33:09.088Z||pool-105-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as Oi7quVEmKWoWd026) ... 2022-11-13T04:33:09.103Z||pool-105-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK 2022-11-13T04:33:09.104Z||pool-105-thread-1|||||INFO|500||cambria reply ok (16 ms):{"serverTimeMs":0,"count":1} 2022-11-13T04:33:09.989Z|55cf2b90-5e91-44b7-b03c-c33b36d616ca|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 2022-11-13T04:33:09.989Z|55cf2b90-5e91-44b7-b03c-c33b36d616ca|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 2022-11-13T04:33:09.989Z|55cf2b90-5e91-44b7-b03c-c33b36d616ca|pool-2-thread-4|||||INFO|500||DistributionClient - sendDeploymentStatus 2022-11-13T04:33:09.990Z|55cf2b90-5e91-44b7-b03c-c33b36d616ca|pool-2-thread-4|||||INFO|500||DistributionClient - sendStatus 2022-11-13T04:33:09.992Z|55cf2b90-5e91-44b7-b03c-c33b36d616ca|pool-2-thread-4|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap] 2022-11-13T04:33:09.992Z|55cf2b90-5e91-44b7-b03c-c33b36d616ca|pool-2-thread-4|||||DEBUG|500||try to send status { "distributionID": "55cf2b90-5e91-44b7-b03c-c33b36d616ca", "consumerID": "SO-COpenSource-Env11", "timestamp": 1668313989989, "artifactURL": "/sdc/v1/catalog/services/BasicCnfMacro/1.0/resourceInstances/basic_cnf_macro0/artifacts/base_template_dummy_ignore.yaml", "status": "DEPLOY_OK" } 2022-11-13T04:33:10.092Z||pool-106-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms 2022-11-13T04:33:10.093Z||pool-106-thread-1|||||WARN|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO will send credentials over a clear channel. 2022-11-13T04:33:10.093Z||pool-106-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as Oi7quVEmKWoWd026) ... 2022-11-13T04:33:10.111Z||pool-106-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK 2022-11-13T04:33:10.111Z||pool-106-thread-1|||||INFO|500||cambria reply ok (19 ms):{"serverTimeMs":0,"count":1} 2022-11-13T04:33:10.993Z|55cf2b90-5e91-44b7-b03c-c33b36d616ca|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 2022-11-13T04:33:10.993Z|55cf2b90-5e91-44b7-b03c-c33b36d616ca|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) 2022-11-13T04:33:10.993Z|55cf2b90-5e91-44b7-b03c-c33b36d616ca|pool-2-thread-4|||||INFO|500||DistributionClient - sendDeploymentStatus with errorReason 2022-11-13T04:33:10.994Z|55cf2b90-5e91-44b7-b03c-c33b36d616ca|pool-2-thread-4|||||INFO|500||DistributionClient - sendStatus 2022-11-13T04:33:10.997Z|55cf2b90-5e91-44b7-b03c-c33b36d616ca|pool-2-thread-4|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap] 2022-11-13T04:33:10.997Z|55cf2b90-5e91-44b7-b03c-c33b36d616ca|pool-2-thread-4|||||DEBUG|500||try to send status { "distributionID": "55cf2b90-5e91-44b7-b03c-c33b36d616ca", "consumerID": "SO-COpenSource-Env11", "timestamp": 1668313990993, "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" } 2022-11-13T04:33:11.098Z||pool-107-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 101 ms 2022-11-13T04:33:11.099Z||pool-107-thread-1|||||WARN|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO will send credentials over a clear channel. 2022-11-13T04:33:11.099Z||pool-107-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as Oi7quVEmKWoWd026) ... 2022-11-13T04:33:11.149Z||pool-107-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK 2022-11-13T04:33:11.149Z||pool-107-thread-1|||||INFO|500||cambria reply ok (51 ms):{"serverTimeMs":0,"count":1} 2022-11-13T04:33:12.002Z|55cf2b90-5e91-44b7-b03c-c33b36d616ca|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 2022-11-13T04:33:12.003Z|55cf2b90-5e91-44b7-b03c-c33b36d616ca|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 2022-11-13T04:33:12.004Z|55cf2b90-5e91-44b7-b03c-c33b36d616ca|pool-2-thread-4|||||INFO|500||DistributionClient - sendDeploymentStatus 2022-11-13T04:33:12.005Z|55cf2b90-5e91-44b7-b03c-c33b36d616ca|pool-2-thread-4|||||INFO|500||DistributionClient - sendStatus 2022-11-13T04:33:12.009Z|55cf2b90-5e91-44b7-b03c-c33b36d616ca|pool-2-thread-4|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap] 2022-11-13T04:33:12.009Z|55cf2b90-5e91-44b7-b03c-c33b36d616ca|pool-2-thread-4|||||DEBUG|500||try to send status { "distributionID": "55cf2b90-5e91-44b7-b03c-c33b36d616ca", "consumerID": "SO-COpenSource-Env11", "timestamp": 1668313992002, "artifactURL": "/sdc/v1/catalog/services/BasicCnfMacro/1.0/resourceInstances/basic_cnf_macro0/artifacts/base_template_dummy_ignore.env", "status": "DEPLOY_OK" } 2022-11-13T04:33:12.109Z||pool-108-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms 2022-11-13T04:33:12.110Z||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. 2022-11-13T04:33:12.111Z||pool-108-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as Oi7quVEmKWoWd026) ... 2022-11-13T04:33:12.126Z||pool-108-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK 2022-11-13T04:33:12.127Z||pool-108-thread-1|||||INFO|500||cambria reply ok (17 ms):{"serverTimeMs":1,"count":1} 2022-11-13T04:33:13.011Z|55cf2b90-5e91-44b7-b03c-c33b36d616ca|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 2022-11-13T04:33:13.011Z|55cf2b90-5e91-44b7-b03c-c33b36d616ca|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) 2022-11-13T04:33:13.011Z|55cf2b90-5e91-44b7-b03c-c33b36d616ca|pool-2-thread-4|||||INFO|500||DistributionClient - sendDeploymentStatus with errorReason 2022-11-13T04:33:13.011Z|55cf2b90-5e91-44b7-b03c-c33b36d616ca|pool-2-thread-4|||||INFO|500||DistributionClient - sendStatus 2022-11-13T04:33:13.013Z|55cf2b90-5e91-44b7-b03c-c33b36d616ca|pool-2-thread-4|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap] 2022-11-13T04:33:13.013Z|55cf2b90-5e91-44b7-b03c-c33b36d616ca|pool-2-thread-4|||||DEBUG|500||try to send status { "distributionID": "55cf2b90-5e91-44b7-b03c-c33b36d616ca", "consumerID": "SO-COpenSource-Env11", "timestamp": 1668313993010, "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" } 2022-11-13T04:33:13.113Z||pool-109-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms 2022-11-13T04:33:13.115Z||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. 2022-11-13T04:33:13.115Z||pool-109-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as Oi7quVEmKWoWd026) ... 2022-11-13T04:33:13.133Z||pool-109-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK 2022-11-13T04:33:13.134Z||pool-109-thread-1|||||INFO|500||cambria reply ok (20 ms):{"serverTimeMs":0,"count":1} 2022-11-13T04:33:14.015Z|55cf2b90-5e91-44b7-b03c-c33b36d616ca|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 2022-11-13T04:33:14.015Z|55cf2b90-5e91-44b7-b03c-c33b36d616ca|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 2022-11-13T04:33:14.015Z|55cf2b90-5e91-44b7-b03c-c33b36d616ca|pool-2-thread-4|||||INFO|500||DistributionClient - sendDeploymentStatus 2022-11-13T04:33:14.015Z|55cf2b90-5e91-44b7-b03c-c33b36d616ca|pool-2-thread-4|||||INFO|500||DistributionClient - sendStatus 2022-11-13T04:33:14.018Z|55cf2b90-5e91-44b7-b03c-c33b36d616ca|pool-2-thread-4|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap] 2022-11-13T04:33:14.018Z|55cf2b90-5e91-44b7-b03c-c33b36d616ca|pool-2-thread-4|||||DEBUG|500||try to send status { "distributionID": "55cf2b90-5e91-44b7-b03c-c33b36d616ca", "consumerID": "SO-COpenSource-Env11", "timestamp": 1668313994014, "artifactURL": "/sdc/v1/catalog/services/BasicCnfMacro/1.0/artifacts/service-BasicCnfMacro-csar.csar", "status": "DEPLOY_OK" } 2022-11-13T04:33:14.118Z||pool-110-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms 2022-11-13T04:33:14.120Z||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. 2022-11-13T04:33:14.120Z||pool-110-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as Oi7quVEmKWoWd026) ... 2022-11-13T04:33:14.138Z||pool-110-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK 2022-11-13T04:33:14.139Z||pool-110-thread-1|||||INFO|500||cambria reply ok (20 ms):{"serverTimeMs":1,"count":1} 2022-11-13T04:33:15.019Z|55cf2b90-5e91-44b7-b03c-c33b36d616ca|pool-2-thread-4|||||DEBUG|500||Entered getOverallDistributionStatus method for distrubutionId: 55cf2b90-5e91-44b7-b03c-c33b36d616ca Hibernate: select watchdogdi0_.DISTRIBUTION_ID as distribu1_11_0_, watchdogdi0_.CREATE_TIME as create_t2_11_0_, watchdogdi0_.DISTRIBUTION_ID_STATUS as distribu3_11_0_, watchdogdi0_.MODIFY_TIME as modify_t4_11_0_, watchdogdi0_.LOCK_VERSION as lock_ver5_11_0_ from watchdog_distributionid_status watchdogdi0_ where watchdogdi0_.DISTRIBUTION_ID=? Hibernate: select watchdogco0_.COMPONENT_NAME as componen1_12_, watchdogco0_.DISTRIBUTION_ID as distribu2_12_, watchdogco0_.COMPONENT_DISTRIBUTION_STATUS as componen3_12_, watchdogco0_.CREATE_TIME as create_t4_12_, watchdogco0_.MODIFY_TIME as modify_t5_12_ from watchdog_per_component_distribution_status watchdogco0_ where watchdogco0_.DISTRIBUTION_ID=? 2022-11-13T04:33:15.028Z|55cf2b90-5e91-44b7-b03c-c33b36d616ca|pool-2-thread-4|||||DEBUG|500||Executed RequestDB getWatchdogComponentDistributionStatus for distrubutionId: 55cf2b90-5e91-44b7-b03c-c33b36d616ca Hibernate: select watchdogco0_.COMPONENT_NAME as componen1_12_, watchdogco0_.DISTRIBUTION_ID as distribu2_12_, watchdogco0_.COMPONENT_DISTRIBUTION_STATUS as componen3_12_, watchdogco0_.CREATE_TIME as create_t4_12_, watchdogco0_.MODIFY_TIME as modify_t5_12_ from watchdog_per_component_distribution_status watchdogco0_ where watchdogco0_.DISTRIBUTION_ID=? 2022-11-13T04:33:15.030Z|55cf2b90-5e91-44b7-b03c-c33b36d616ca|pool-2-thread-4|||||DEBUG|500||Found componentName SO in the WatchDog Component DB 2022-11-13T04:33:15.030Z|55cf2b90-5e91-44b7-b03c-c33b36d616ca|pool-2-thread-4|||||DEBUG|500||AAI has not be updated in the the WatchDog Component DB yet, so ending the loop 2022-11-13T04:33:15.030Z|55cf2b90-5e91-44b7-b03c-c33b36d616ca|pool-2-thread-4|||||DEBUG|500||Components Size Didn't match with the WatchdogComponentDistributionStatus results. 2022-11-13T04:33:45.030Z|55cf2b90-5e91-44b7-b03c-c33b36d616ca|pool-2-thread-4|||||DEBUG|500||Entered getOverallDistributionStatus method for distrubutionId: 55cf2b90-5e91-44b7-b03c-c33b36d616ca Hibernate: select watchdogdi0_.DISTRIBUTION_ID as distribu1_11_0_, watchdogdi0_.CREATE_TIME as create_t2_11_0_, watchdogdi0_.DISTRIBUTION_ID_STATUS as distribu3_11_0_, watchdogdi0_.MODIFY_TIME as modify_t4_11_0_, watchdogdi0_.LOCK_VERSION as lock_ver5_11_0_ from watchdog_distributionid_status watchdogdi0_ where watchdogdi0_.DISTRIBUTION_ID=? Hibernate: select watchdogco0_.COMPONENT_NAME as componen1_12_, watchdogco0_.DISTRIBUTION_ID as distribu2_12_, watchdogco0_.COMPONENT_DISTRIBUTION_STATUS as componen3_12_, watchdogco0_.CREATE_TIME as create_t4_12_, watchdogco0_.MODIFY_TIME as modify_t5_12_ from watchdog_per_component_distribution_status watchdogco0_ where watchdogco0_.DISTRIBUTION_ID=? 2022-11-13T04:33:45.045Z|55cf2b90-5e91-44b7-b03c-c33b36d616ca|pool-2-thread-4|||||DEBUG|500||Executed RequestDB getWatchdogComponentDistributionStatus for distrubutionId: 55cf2b90-5e91-44b7-b03c-c33b36d616ca Hibernate: select watchdogco0_.COMPONENT_NAME as componen1_12_, watchdogco0_.DISTRIBUTION_ID as distribu2_12_, watchdogco0_.COMPONENT_DISTRIBUTION_STATUS as componen3_12_, watchdogco0_.CREATE_TIME as create_t4_12_, watchdogco0_.MODIFY_TIME as modify_t5_12_ from watchdog_per_component_distribution_status watchdogco0_ where watchdogco0_.DISTRIBUTION_ID=? 2022-11-13T04:33:45.048Z|55cf2b90-5e91-44b7-b03c-c33b36d616ca|pool-2-thread-4|||||DEBUG|500||Found componentName SO in the WatchDog Component DB 2022-11-13T04:33:45.048Z|55cf2b90-5e91-44b7-b03c-c33b36d616ca|pool-2-thread-4|||||DEBUG|500||AAI has not be updated in the the WatchDog Component DB yet, so ending the loop 2022-11-13T04:33:45.048Z|55cf2b90-5e91-44b7-b03c-c33b36d616ca|pool-2-thread-4|||||DEBUG|500||Components Size Didn't match with the WatchdogComponentDistributionStatus results. 2022-11-13T04:33:50.292Z|0bc1ed58-a1c1-4d04-8bed-12d0375391db|pool-2-thread-7|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2022-11-13T04:33:50.293Z|0bc1ed58-a1c1-4d04-8bed-12d0375391db|pool-2-thread-7|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel. 2022-11-13T04:33:50.293Z|0bc1ed58-a1c1-4d04-8bed-12d0375391db|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 Oi7quVEmKWoWd026) ... 2022-11-13T04:33:50.319Z|0bc1ed58-a1c1-4d04-8bed-12d0375391db|pool-2-thread-7|||||INFO|500|| --> HTTP/1.1 200 OK 2022-11-13T04:33:50.320Z|0bc1ed58-a1c1-4d04-8bed-12d0375391db|pool-2-thread-7|||||DEBUG|500||received message from topic 2022-11-13T04:33:50.320Z|0bc1ed58-a1c1-4d04-8bed-12d0375391db|pool-2-thread-7|||||DEBUG|500||recieved notification from broker: { "distributionID": "55cf2b90-5e91-44b7-b03c-c33b36d616ca", "consumerID": "aai-ml", "timestamp": 1668313963062, "artifactURL": "/sdc/v1/catalog/services/BasicCnfMacro/1.0/resourceInstances/basic_cnf_macro0/artifacts/helm_apache.tgz", "status": "NOT_NOTIFIED" } 2022-11-13T04:33:50.320Z|0bc1ed58-a1c1-4d04-8bed-12d0375391db|pool-2-thread-7|||||INFO|500||Missing status on Status Object. 2022-11-13T04:34:15.049Z|55cf2b90-5e91-44b7-b03c-c33b36d616ca|pool-2-thread-4|||||DEBUG|500||Entered getOverallDistributionStatus method for distrubutionId: 55cf2b90-5e91-44b7-b03c-c33b36d616ca Hibernate: select watchdogdi0_.DISTRIBUTION_ID as distribu1_11_0_, watchdogdi0_.CREATE_TIME as create_t2_11_0_, watchdogdi0_.DISTRIBUTION_ID_STATUS as distribu3_11_0_, watchdogdi0_.MODIFY_TIME as modify_t4_11_0_, watchdogdi0_.LOCK_VERSION as lock_ver5_11_0_ from watchdog_distributionid_status watchdogdi0_ where watchdogdi0_.DISTRIBUTION_ID=? Hibernate: select watchdogco0_.COMPONENT_NAME as componen1_12_, watchdogco0_.DISTRIBUTION_ID as distribu2_12_, watchdogco0_.COMPONENT_DISTRIBUTION_STATUS as componen3_12_, watchdogco0_.CREATE_TIME as create_t4_12_, watchdogco0_.MODIFY_TIME as modify_t5_12_ from watchdog_per_component_distribution_status watchdogco0_ where watchdogco0_.DISTRIBUTION_ID=? 2022-11-13T04:34:15.058Z|55cf2b90-5e91-44b7-b03c-c33b36d616ca|pool-2-thread-4|||||DEBUG|500||Executed RequestDB getWatchdogComponentDistributionStatus for distrubutionId: 55cf2b90-5e91-44b7-b03c-c33b36d616ca Hibernate: select watchdogco0_.COMPONENT_NAME as componen1_12_, watchdogco0_.DISTRIBUTION_ID as distribu2_12_, watchdogco0_.COMPONENT_DISTRIBUTION_STATUS as componen3_12_, watchdogco0_.CREATE_TIME as create_t4_12_, watchdogco0_.MODIFY_TIME as modify_t5_12_ from watchdog_per_component_distribution_status watchdogco0_ where watchdogco0_.DISTRIBUTION_ID=? 2022-11-13T04:34:15.060Z|55cf2b90-5e91-44b7-b03c-c33b36d616ca|pool-2-thread-4|||||DEBUG|500||Found componentName SO in the WatchDog Component DB 2022-11-13T04:34:15.060Z|55cf2b90-5e91-44b7-b03c-c33b36d616ca|pool-2-thread-4|||||DEBUG|500||AAI has not be updated in the the WatchDog Component DB yet, so ending the loop 2022-11-13T04:34:15.060Z|55cf2b90-5e91-44b7-b03c-c33b36d616ca|pool-2-thread-4|||||DEBUG|500||Components Size Didn't match with the WatchdogComponentDistributionStatus results. 2022-11-13T04:34:45.060Z|55cf2b90-5e91-44b7-b03c-c33b36d616ca|pool-2-thread-4|||||DEBUG|500||Entered getOverallDistributionStatus method for distrubutionId: 55cf2b90-5e91-44b7-b03c-c33b36d616ca Hibernate: select watchdogdi0_.DISTRIBUTION_ID as distribu1_11_0_, watchdogdi0_.CREATE_TIME as create_t2_11_0_, watchdogdi0_.DISTRIBUTION_ID_STATUS as distribu3_11_0_, watchdogdi0_.MODIFY_TIME as modify_t4_11_0_, watchdogdi0_.LOCK_VERSION as lock_ver5_11_0_ from watchdog_distributionid_status watchdogdi0_ where watchdogdi0_.DISTRIBUTION_ID=? Hibernate: select watchdogco0_.COMPONENT_NAME as componen1_12_, watchdogco0_.DISTRIBUTION_ID as distribu2_12_, watchdogco0_.COMPONENT_DISTRIBUTION_STATUS as componen3_12_, watchdogco0_.CREATE_TIME as create_t4_12_, watchdogco0_.MODIFY_TIME as modify_t5_12_ from watchdog_per_component_distribution_status watchdogco0_ where watchdogco0_.DISTRIBUTION_ID=? 2022-11-13T04:34:45.071Z|55cf2b90-5e91-44b7-b03c-c33b36d616ca|pool-2-thread-4|||||DEBUG|500||Executed RequestDB getWatchdogComponentDistributionStatus for distrubutionId: 55cf2b90-5e91-44b7-b03c-c33b36d616ca Hibernate: select watchdogco0_.COMPONENT_NAME as componen1_12_, watchdogco0_.DISTRIBUTION_ID as distribu2_12_, watchdogco0_.COMPONENT_DISTRIBUTION_STATUS as componen3_12_, watchdogco0_.CREATE_TIME as create_t4_12_, watchdogco0_.MODIFY_TIME as modify_t5_12_ from watchdog_per_component_distribution_status watchdogco0_ where watchdogco0_.DISTRIBUTION_ID=? 2022-11-13T04:34:45.073Z|55cf2b90-5e91-44b7-b03c-c33b36d616ca|pool-2-thread-4|||||DEBUG|500||Found componentName SO in the WatchDog Component DB 2022-11-13T04:34:45.073Z|55cf2b90-5e91-44b7-b03c-c33b36d616ca|pool-2-thread-4|||||DEBUG|500||AAI has not be updated in the the WatchDog Component DB yet, so ending the loop 2022-11-13T04:34:45.073Z|55cf2b90-5e91-44b7-b03c-c33b36d616ca|pool-2-thread-4|||||DEBUG|500||Components Size Didn't match with the WatchdogComponentDistributionStatus results. 2022-11-13T04:34:50.292Z|0bc1ed58-a1c1-4d04-8bed-12d0375391db|pool-2-thread-7|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2022-11-13T04:34:50.293Z|0bc1ed58-a1c1-4d04-8bed-12d0375391db|pool-2-thread-7|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel. 2022-11-13T04:34:50.293Z|0bc1ed58-a1c1-4d04-8bed-12d0375391db|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 Oi7quVEmKWoWd026) ... 2022-11-13T04:34:50.319Z|0bc1ed58-a1c1-4d04-8bed-12d0375391db|pool-2-thread-7|||||INFO|500|| --> HTTP/1.1 200 OK 2022-11-13T04:34:50.320Z|0bc1ed58-a1c1-4d04-8bed-12d0375391db|pool-2-thread-7|||||DEBUG|500||received message from topic 2022-11-13T04:34:50.320Z|0bc1ed58-a1c1-4d04-8bed-12d0375391db|pool-2-thread-7|||||DEBUG|500||recieved notification from broker: { "distributionID": "55cf2b90-5e91-44b7-b03c-c33b36d616ca", "consumerID": "ves-openapi-manager", "timestamp": 1668313961883, "artifactURL": "/sdc/v1/catalog/services/BasicCnfMacro/1.0/resourceInstances/basic_cnf_macro0/artifacts/basic_cnf_cba_enriched.zip", "status": "NOT_NOTIFIED" } 2022-11-13T04:34:50.321Z|0bc1ed58-a1c1-4d04-8bed-12d0375391db|pool-2-thread-7|||||INFO|500||Missing status on Status Object. 2022-11-13T04:35:15.074Z|55cf2b90-5e91-44b7-b03c-c33b36d616ca|pool-2-thread-4|||||DEBUG|500||Entered getOverallDistributionStatus method for distrubutionId: 55cf2b90-5e91-44b7-b03c-c33b36d616ca Hibernate: select watchdogdi0_.DISTRIBUTION_ID as distribu1_11_0_, watchdogdi0_.CREATE_TIME as create_t2_11_0_, watchdogdi0_.DISTRIBUTION_ID_STATUS as distribu3_11_0_, watchdogdi0_.MODIFY_TIME as modify_t4_11_0_, watchdogdi0_.LOCK_VERSION as lock_ver5_11_0_ from watchdog_distributionid_status watchdogdi0_ where watchdogdi0_.DISTRIBUTION_ID=? Hibernate: select watchdogco0_.COMPONENT_NAME as componen1_12_, watchdogco0_.DISTRIBUTION_ID as distribu2_12_, watchdogco0_.COMPONENT_DISTRIBUTION_STATUS as componen3_12_, watchdogco0_.CREATE_TIME as create_t4_12_, watchdogco0_.MODIFY_TIME as modify_t5_12_ from watchdog_per_component_distribution_status watchdogco0_ where watchdogco0_.DISTRIBUTION_ID=? 2022-11-13T04:35:15.084Z|55cf2b90-5e91-44b7-b03c-c33b36d616ca|pool-2-thread-4|||||DEBUG|500||Executed RequestDB getWatchdogComponentDistributionStatus for distrubutionId: 55cf2b90-5e91-44b7-b03c-c33b36d616ca Hibernate: select watchdogco0_.COMPONENT_NAME as componen1_12_, watchdogco0_.DISTRIBUTION_ID as distribu2_12_, watchdogco0_.COMPONENT_DISTRIBUTION_STATUS as componen3_12_, watchdogco0_.CREATE_TIME as create_t4_12_, watchdogco0_.MODIFY_TIME as modify_t5_12_ from watchdog_per_component_distribution_status watchdogco0_ where watchdogco0_.DISTRIBUTION_ID=? 2022-11-13T04:35:15.086Z|55cf2b90-5e91-44b7-b03c-c33b36d616ca|pool-2-thread-4|||||DEBUG|500||Found componentName SO in the WatchDog Component DB 2022-11-13T04:35:15.086Z|55cf2b90-5e91-44b7-b03c-c33b36d616ca|pool-2-thread-4|||||DEBUG|500||AAI has not be updated in the the WatchDog Component DB yet, so ending the loop 2022-11-13T04:35:15.086Z|55cf2b90-5e91-44b7-b03c-c33b36d616ca|pool-2-thread-4|||||DEBUG|500||Components Size Didn't match with the WatchdogComponentDistributionStatus results. 2022-11-13T04:35:45.087Z|55cf2b90-5e91-44b7-b03c-c33b36d616ca|pool-2-thread-4|||||DEBUG|500||Entered getOverallDistributionStatus method for distrubutionId: 55cf2b90-5e91-44b7-b03c-c33b36d616ca Hibernate: select watchdogdi0_.DISTRIBUTION_ID as distribu1_11_0_, watchdogdi0_.CREATE_TIME as create_t2_11_0_, watchdogdi0_.DISTRIBUTION_ID_STATUS as distribu3_11_0_, watchdogdi0_.MODIFY_TIME as modify_t4_11_0_, watchdogdi0_.LOCK_VERSION as lock_ver5_11_0_ from watchdog_distributionid_status watchdogdi0_ where watchdogdi0_.DISTRIBUTION_ID=? Hibernate: select watchdogco0_.COMPONENT_NAME as componen1_12_, watchdogco0_.DISTRIBUTION_ID as distribu2_12_, watchdogco0_.COMPONENT_DISTRIBUTION_STATUS as componen3_12_, watchdogco0_.CREATE_TIME as create_t4_12_, watchdogco0_.MODIFY_TIME as modify_t5_12_ from watchdog_per_component_distribution_status watchdogco0_ where watchdogco0_.DISTRIBUTION_ID=? 2022-11-13T04:35:45.097Z|55cf2b90-5e91-44b7-b03c-c33b36d616ca|pool-2-thread-4|||||DEBUG|500||Executed RequestDB getWatchdogComponentDistributionStatus for distrubutionId: 55cf2b90-5e91-44b7-b03c-c33b36d616ca Hibernate: select watchdogco0_.COMPONENT_NAME as componen1_12_, watchdogco0_.DISTRIBUTION_ID as distribu2_12_, watchdogco0_.COMPONENT_DISTRIBUTION_STATUS as componen3_12_, watchdogco0_.CREATE_TIME as create_t4_12_, watchdogco0_.MODIFY_TIME as modify_t5_12_ from watchdog_per_component_distribution_status watchdogco0_ where watchdogco0_.DISTRIBUTION_ID=? 2022-11-13T04:35:45.098Z|55cf2b90-5e91-44b7-b03c-c33b36d616ca|pool-2-thread-4|||||DEBUG|500||Found componentName SO in the WatchDog Component DB 2022-11-13T04:35:45.099Z|55cf2b90-5e91-44b7-b03c-c33b36d616ca|pool-2-thread-4|||||DEBUG|500||AAI has not be updated in the the WatchDog Component DB yet, so ending the loop 2022-11-13T04:35:45.099Z|55cf2b90-5e91-44b7-b03c-c33b36d616ca|pool-2-thread-4|||||DEBUG|500||Components Size Didn't match with the WatchdogComponentDistributionStatus results. 2022-11-13T04:35:50.293Z|0bc1ed58-a1c1-4d04-8bed-12d0375391db|pool-2-thread-7|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2022-11-13T04:35:50.294Z|0bc1ed58-a1c1-4d04-8bed-12d0375391db|pool-2-thread-7|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel. 2022-11-13T04:35:50.294Z|0bc1ed58-a1c1-4d04-8bed-12d0375391db|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 Oi7quVEmKWoWd026) ... 2022-11-13T04:35:50.326Z|0bc1ed58-a1c1-4d04-8bed-12d0375391db|pool-2-thread-7|||||INFO|500|| --> HTTP/1.1 200 OK 2022-11-13T04:35:50.339Z|0bc1ed58-a1c1-4d04-8bed-12d0375391db|pool-2-thread-7|||||DEBUG|500||received message from topic 2022-11-13T04:35:50.339Z|0bc1ed58-a1c1-4d04-8bed-12d0375391db|pool-2-thread-7|||||DEBUG|500||recieved notification from broker: { "distributionID": "55cf2b90-5e91-44b7-b03c-c33b36d616ca", "consumerID": "cds", "timestamp": 1668313954910, "artifactURL": "/sdc/v1/catalog/services/BasicCnfMacro/1.0/resourceInstances/basic_cnf_macro0/artifacts/basic_cnf_cba_enriched.zip", "status": "NOT_NOTIFIED" } 2022-11-13T04:35:50.340Z|0bc1ed58-a1c1-4d04-8bed-12d0375391db|pool-2-thread-7|||||INFO|500||Missing status on Status Object. 2022-11-13T04:35:50.340Z|0bc1ed58-a1c1-4d04-8bed-12d0375391db|pool-2-thread-7|||||DEBUG|500||received message from topic 2022-11-13T04:35:50.340Z|0bc1ed58-a1c1-4d04-8bed-12d0375391db|pool-2-thread-7|||||DEBUG|500||recieved notification from broker: { "distributionID": "55cf2b90-5e91-44b7-b03c-c33b36d616ca", "consumerID": "policy-id", "timestamp": 1668313960440, "artifactURL": "/sdc/v1/catalog/services/BasicCnfMacro/1.0/resourceInstances/basic_cnf_macro0/artifacts/basic_cnf_cba_enriched.zip", "status": "NOT_NOTIFIED" } 2022-11-13T04:35:50.340Z|0bc1ed58-a1c1-4d04-8bed-12d0375391db|pool-2-thread-7|||||INFO|500||Missing status on Status Object. 2022-11-13T04:35:50.340Z|0bc1ed58-a1c1-4d04-8bed-12d0375391db|pool-2-thread-7|||||DEBUG|500||received message from topic 2022-11-13T04:35:50.340Z|0bc1ed58-a1c1-4d04-8bed-12d0375391db|pool-2-thread-7|||||DEBUG|500||recieved notification from broker: { "distributionID": "55cf2b90-5e91-44b7-b03c-c33b36d616ca", "consumerID": "clamp", "timestamp": 1668313963487, "artifactURL": "/sdc/v1/catalog/services/BasicCnfMacro/1.0/resourceInstances/basic_cnf_macro0/artifacts/helm_apache.tgz", "status": "NOT_NOTIFIED" } 2022-11-13T04:35:50.340Z|0bc1ed58-a1c1-4d04-8bed-12d0375391db|pool-2-thread-7|||||INFO|500||Missing status on Status Object. 2022-11-13T04:35:50.340Z|0bc1ed58-a1c1-4d04-8bed-12d0375391db|pool-2-thread-7|||||DEBUG|500||received message from topic 2022-11-13T04:35:50.340Z|0bc1ed58-a1c1-4d04-8bed-12d0375391db|pool-2-thread-7|||||DEBUG|500||recieved notification from broker: { "distributionID": "55cf2b90-5e91-44b7-b03c-c33b36d616ca", "consumerID": "multicloud-k8s-id", "timestamp": 1668313967601, "artifactURL": "/sdc/v1/catalog/services/BasicCnfMacro/1.0/resourceInstances/basic_cnf_macro0/artifacts/base_template_dummy_ignore.yaml", "status": "NOTIFIED" } 2022-11-13T04:35:50.341Z|0bc1ed58-a1c1-4d04-8bed-12d0375391db|pool-2-thread-7|||||INFO|500||Missing status on Status Object. 2022-11-13T04:35:50.341Z|0bc1ed58-a1c1-4d04-8bed-12d0375391db|pool-2-thread-7|||||DEBUG|500||received message from topic 2022-11-13T04:35:50.341Z|0bc1ed58-a1c1-4d04-8bed-12d0375391db|pool-2-thread-7|||||DEBUG|500||recieved notification from broker: { "distributionID": "55cf2b90-5e91-44b7-b03c-c33b36d616ca", "consumerID": "SO-COpenSource-Env11", "timestamp": 1668313970290, "artifactURL": "/sdc/v1/catalog/services/BasicCnfMacro/1.0/resourceInstances/basic_cnf_macro0/artifacts/vf-license-model.xml", "status": "NOT_NOTIFIED" } 2022-11-13T04:35:50.341Z|0bc1ed58-a1c1-4d04-8bed-12d0375391db|pool-2-thread-7|||||INFO|500||Missing status on Status Object. 2022-11-13T04:35:50.341Z|0bc1ed58-a1c1-4d04-8bed-12d0375391db|pool-2-thread-7|||||DEBUG|500||received message from topic 2022-11-13T04:35:50.341Z|0bc1ed58-a1c1-4d04-8bed-12d0375391db|pool-2-thread-7|||||DEBUG|500||recieved notification from broker: { "distributionID": "55cf2b90-5e91-44b7-b03c-c33b36d616ca", "consumerID": "aai-ml", "timestamp": 1668313963062, "artifactURL": "/sdc/v1/catalog/services/BasicCnfMacro/1.0/resourceInstances/basic_cnf_macro0/artifacts/basic_cnf_cba_enriched.zip", "status": "NOT_NOTIFIED" } 2022-11-13T04:35:50.341Z|0bc1ed58-a1c1-4d04-8bed-12d0375391db|pool-2-thread-7|||||INFO|500||Missing status on Status Object. 2022-11-13T04:35:50.341Z|0bc1ed58-a1c1-4d04-8bed-12d0375391db|pool-2-thread-7|||||DEBUG|500||received message from topic 2022-11-13T04:35:50.341Z|0bc1ed58-a1c1-4d04-8bed-12d0375391db|pool-2-thread-7|||||DEBUG|500||recieved notification from broker: { "distributionID": "55cf2b90-5e91-44b7-b03c-c33b36d616ca", "consumerID": "ves-openapi-manager", "timestamp": 1668313961883, "artifactURL": "/sdc/v1/catalog/services/BasicCnfMacro/1.0/artifacts/service-BasicCnfMacro-template.yml", "status": "NOT_NOTIFIED" } 2022-11-13T04:35:50.341Z|0bc1ed58-a1c1-4d04-8bed-12d0375391db|pool-2-thread-7|||||INFO|500||Missing status on Status Object. 2022-11-13T04:35:50.342Z|0bc1ed58-a1c1-4d04-8bed-12d0375391db|pool-2-thread-7|||||DEBUG|500||received message from topic 2022-11-13T04:35:50.342Z|0bc1ed58-a1c1-4d04-8bed-12d0375391db|pool-2-thread-7|||||DEBUG|500||recieved notification from broker: { "distributionID": "55cf2b90-5e91-44b7-b03c-c33b36d616ca", "consumerID": "cds", "timestamp": 1668313954910, "artifactURL": "/sdc/v1/catalog/services/BasicCnfMacro/1.0/artifacts/service-BasicCnfMacro-template.yml", "status": "NOT_NOTIFIED" } 2022-11-13T04:35:50.342Z|0bc1ed58-a1c1-4d04-8bed-12d0375391db|pool-2-thread-7|||||INFO|500||Missing status on Status Object. 2022-11-13T04:35:50.342Z|0bc1ed58-a1c1-4d04-8bed-12d0375391db|pool-2-thread-7|||||DEBUG|500||received message from topic 2022-11-13T04:35:50.342Z|0bc1ed58-a1c1-4d04-8bed-12d0375391db|pool-2-thread-7|||||DEBUG|500||recieved notification from broker: { "distributionID": "55cf2b90-5e91-44b7-b03c-c33b36d616ca", "consumerID": "policy-id", "timestamp": 1668313960440, "artifactURL": "/sdc/v1/catalog/services/BasicCnfMacro/1.0/artifacts/service-BasicCnfMacro-template.yml", "status": "NOT_NOTIFIED" } 2022-11-13T04:35:50.342Z|0bc1ed58-a1c1-4d04-8bed-12d0375391db|pool-2-thread-7|||||INFO|500||Missing status on Status Object. 2022-11-13T04:35:50.342Z|0bc1ed58-a1c1-4d04-8bed-12d0375391db|pool-2-thread-7|||||DEBUG|500||received message from topic 2022-11-13T04:35:50.342Z|0bc1ed58-a1c1-4d04-8bed-12d0375391db|pool-2-thread-7|||||DEBUG|500||recieved notification from broker: { "distributionID": "55cf2b90-5e91-44b7-b03c-c33b36d616ca", "consumerID": "clamp", "timestamp": 1668313963487, "artifactURL": "/sdc/v1/catalog/services/BasicCnfMacro/1.0/resourceInstances/basic_cnf_macro0/artifacts/basic_cnf_cba_enriched.zip", "status": "NOT_NOTIFIED" } 2022-11-13T04:35:50.342Z|0bc1ed58-a1c1-4d04-8bed-12d0375391db|pool-2-thread-7|||||INFO|500||Missing status on Status Object. 2022-11-13T04:35:50.342Z|0bc1ed58-a1c1-4d04-8bed-12d0375391db|pool-2-thread-7|||||DEBUG|500||received message from topic 2022-11-13T04:35:50.343Z|0bc1ed58-a1c1-4d04-8bed-12d0375391db|pool-2-thread-7|||||DEBUG|500||recieved notification from broker: { "distributionID": "55cf2b90-5e91-44b7-b03c-c33b36d616ca", "consumerID": "multicloud-k8s-id", "timestamp": 1668313967601, "artifactURL": "/sdc/v1/catalog/services/BasicCnfMacro/1.0/resourceInstances/basic_cnf_macro0/artifacts/vendor-license-model.xml", "status": "NOT_NOTIFIED" } 2022-11-13T04:35:50.343Z|0bc1ed58-a1c1-4d04-8bed-12d0375391db|pool-2-thread-7|||||INFO|500||Missing status on Status Object. 2022-11-13T04:35:50.343Z|0bc1ed58-a1c1-4d04-8bed-12d0375391db|pool-2-thread-7|||||DEBUG|500||received message from topic 2022-11-13T04:35:50.343Z|0bc1ed58-a1c1-4d04-8bed-12d0375391db|pool-2-thread-7|||||DEBUG|500||recieved notification from broker: { "distributionID": "55cf2b90-5e91-44b7-b03c-c33b36d616ca", "consumerID": "SO-COpenSource-Env11", "timestamp": 1668313970290, "artifactURL": "/sdc/v1/catalog/services/BasicCnfMacro/1.0/resourceInstances/basic_cnf_macro0/artifacts/basic_cnf_macro0_modules.json", "status": "NOTIFIED" } 2022-11-13T04:35:50.343Z|0bc1ed58-a1c1-4d04-8bed-12d0375391db|pool-2-thread-7|||||INFO|500||Missing status on Status Object. 2022-11-13T04:35:50.343Z|0bc1ed58-a1c1-4d04-8bed-12d0375391db|pool-2-thread-7|||||DEBUG|500||received message from topic 2022-11-13T04:35:50.343Z|0bc1ed58-a1c1-4d04-8bed-12d0375391db|pool-2-thread-7|||||DEBUG|500||recieved notification from broker: { "distributionID": "55cf2b90-5e91-44b7-b03c-c33b36d616ca", "consumerID": "aai-ml", "timestamp": 1668313963062, "artifactURL": "/sdc/v1/catalog/services/BasicCnfMacro/1.0/artifacts/service-BasicCnfMacro-template.yml", "status": "NOT_NOTIFIED" } 2022-11-13T04:35:50.343Z|0bc1ed58-a1c1-4d04-8bed-12d0375391db|pool-2-thread-7|||||INFO|500||Missing status on Status Object. 2022-11-13T04:35:50.343Z|0bc1ed58-a1c1-4d04-8bed-12d0375391db|pool-2-thread-7|||||DEBUG|500||received message from topic 2022-11-13T04:35:50.343Z|0bc1ed58-a1c1-4d04-8bed-12d0375391db|pool-2-thread-7|||||DEBUG|500||recieved notification from broker: { "distributionID": "55cf2b90-5e91-44b7-b03c-c33b36d616ca", "consumerID": "ves-openapi-manager", "timestamp": 1668313961883, "artifactURL": "/sdc/v1/catalog/services/BasicCnfMacro/1.0/artifacts/service-BasicCnfMacro-csar.csar", "status": "NOT_NOTIFIED" } 2022-11-13T04:35:50.344Z|0bc1ed58-a1c1-4d04-8bed-12d0375391db|pool-2-thread-7|||||INFO|500||Missing status on Status Object. 2022-11-13T04:35:50.344Z|0bc1ed58-a1c1-4d04-8bed-12d0375391db|pool-2-thread-7|||||DEBUG|500||received message from topic 2022-11-13T04:35:50.344Z|0bc1ed58-a1c1-4d04-8bed-12d0375391db|pool-2-thread-7|||||DEBUG|500||recieved notification from broker: { "distributionID": "55cf2b90-5e91-44b7-b03c-c33b36d616ca", "consumerID": "cds", "timestamp": 1668313954910, "artifactURL": "/sdc/v1/catalog/services/BasicCnfMacro/1.0/artifacts/service-BasicCnfMacro-csar.csar", "status": "NOTIFIED" } 2022-11-13T04:35:50.344Z|0bc1ed58-a1c1-4d04-8bed-12d0375391db|pool-2-thread-7|||||INFO|500||Missing status on Status Object. 2022-11-13T04:35:50.344Z|0bc1ed58-a1c1-4d04-8bed-12d0375391db|pool-2-thread-7|||||DEBUG|500||received message from topic 2022-11-13T04:35:50.344Z|0bc1ed58-a1c1-4d04-8bed-12d0375391db|pool-2-thread-7|||||DEBUG|500||recieved notification from broker: { "distributionID": "55cf2b90-5e91-44b7-b03c-c33b36d616ca", "consumerID": "policy-id", "timestamp": 1668313960440, "artifactURL": "/sdc/v1/catalog/services/BasicCnfMacro/1.0/artifacts/service-BasicCnfMacro-csar.csar", "status": "NOTIFIED" } 2022-11-13T04:35:50.344Z|0bc1ed58-a1c1-4d04-8bed-12d0375391db|pool-2-thread-7|||||INFO|500||Missing status on Status Object. 2022-11-13T04:35:50.344Z|0bc1ed58-a1c1-4d04-8bed-12d0375391db|pool-2-thread-7|||||DEBUG|500||received message from topic 2022-11-13T04:35:50.344Z|0bc1ed58-a1c1-4d04-8bed-12d0375391db|pool-2-thread-7|||||DEBUG|500||recieved notification from broker: { "distributionID": "55cf2b90-5e91-44b7-b03c-c33b36d616ca", "consumerID": "clamp", "timestamp": 1668313963487, "artifactURL": "/sdc/v1/catalog/services/BasicCnfMacro/1.0/artifacts/service-BasicCnfMacro-template.yml", "status": "NOT_NOTIFIED" } 2022-11-13T04:35:50.345Z|0bc1ed58-a1c1-4d04-8bed-12d0375391db|pool-2-thread-7|||||INFO|500||Missing status on Status Object. 2022-11-13T04:35:50.345Z|0bc1ed58-a1c1-4d04-8bed-12d0375391db|pool-2-thread-7|||||DEBUG|500||received message from topic 2022-11-13T04:35:50.345Z|0bc1ed58-a1c1-4d04-8bed-12d0375391db|pool-2-thread-7|||||DEBUG|500||recieved notification from broker: { "distributionID": "55cf2b90-5e91-44b7-b03c-c33b36d616ca", "consumerID": "multicloud-k8s-id", "timestamp": 1668313967601, "artifactURL": "/sdc/v1/catalog/services/BasicCnfMacro/1.0/resourceInstances/basic_cnf_macro0/artifacts/helm_apache.env", "status": "NOTIFIED" } 2022-11-13T04:35:50.345Z|0bc1ed58-a1c1-4d04-8bed-12d0375391db|pool-2-thread-7|||||INFO|500||Missing status on Status Object. 2022-11-13T04:35:50.345Z|0bc1ed58-a1c1-4d04-8bed-12d0375391db|pool-2-thread-7|||||DEBUG|500||received message from topic 2022-11-13T04:35:50.345Z|0bc1ed58-a1c1-4d04-8bed-12d0375391db|pool-2-thread-7|||||DEBUG|500||recieved notification from broker: { "distributionID": "55cf2b90-5e91-44b7-b03c-c33b36d616ca", "consumerID": "SO-COpenSource-Env11", "timestamp": 1668313970290, "artifactURL": "/sdc/v1/catalog/services/BasicCnfMacro/1.0/resourceInstances/basic_cnf_macro0/artifacts/base_template_dummy_ignore.yaml", "status": "NOTIFIED" } 2022-11-13T04:35:50.345Z|0bc1ed58-a1c1-4d04-8bed-12d0375391db|pool-2-thread-7|||||INFO|500||Missing status on Status Object. 2022-11-13T04:35:50.345Z|0bc1ed58-a1c1-4d04-8bed-12d0375391db|pool-2-thread-7|||||DEBUG|500||received message from topic 2022-11-13T04:35:50.345Z|0bc1ed58-a1c1-4d04-8bed-12d0375391db|pool-2-thread-7|||||DEBUG|500||recieved notification from broker: { "distributionID": "55cf2b90-5e91-44b7-b03c-c33b36d616ca", "consumerID": "aai-ml", "timestamp": 1668313963062, "artifactURL": "/sdc/v1/catalog/services/BasicCnfMacro/1.0/artifacts/service-BasicCnfMacro-csar.csar", "status": "NOTIFIED" } 2022-11-13T04:35:50.345Z|0bc1ed58-a1c1-4d04-8bed-12d0375391db|pool-2-thread-7|||||INFO|500||Missing status on Status Object. 2022-11-13T04:35:50.345Z|0bc1ed58-a1c1-4d04-8bed-12d0375391db|pool-2-thread-7|||||DEBUG|500||received message from topic 2022-11-13T04:35:50.346Z|0bc1ed58-a1c1-4d04-8bed-12d0375391db|pool-2-thread-7|||||DEBUG|500||recieved notification from broker: { "distributionID": "55cf2b90-5e91-44b7-b03c-c33b36d616ca", "consumerID": "cds", "timestamp": 1668313972886, "artifactURL": "/sdc/v1/catalog/services/BasicCnfMacro/1.0/artifacts/service-BasicCnfMacro-csar.csar", "status": "DOWNLOAD_OK" } 2022-11-13T04:35:50.346Z|0bc1ed58-a1c1-4d04-8bed-12d0375391db|pool-2-thread-7|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error' 2022-11-13T04:35:50.346Z|0bc1ed58-a1c1-4d04-8bed-12d0375391db|pool-2-thread-7|||||DEBUG|500||received message from topic 2022-11-13T04:35:50.346Z|0bc1ed58-a1c1-4d04-8bed-12d0375391db|pool-2-thread-7|||||DEBUG|500||recieved notification from broker: { "distributionID": "55cf2b90-5e91-44b7-b03c-c33b36d616ca", "consumerID": "policy-id", "timestamp": 1668313972902, "artifactURL": "/sdc/v1/catalog/services/BasicCnfMacro/1.0/artifacts/service-BasicCnfMacro-csar.csar", "status": "DOWNLOAD_OK" } 2022-11-13T04:35:50.346Z|0bc1ed58-a1c1-4d04-8bed-12d0375391db|pool-2-thread-7|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error' 2022-11-13T04:35:50.346Z|0bc1ed58-a1c1-4d04-8bed-12d0375391db|pool-2-thread-7|||||DEBUG|500||received message from topic 2022-11-13T04:35:50.346Z|0bc1ed58-a1c1-4d04-8bed-12d0375391db|pool-2-thread-7|||||DEBUG|500||recieved notification from broker: { "distributionID": "55cf2b90-5e91-44b7-b03c-c33b36d616ca", "consumerID": "clamp", "timestamp": 1668313963487, "artifactURL": "/sdc/v1/catalog/services/BasicCnfMacro/1.0/artifacts/service-BasicCnfMacro-csar.csar", "status": "NOTIFIED" } 2022-11-13T04:35:50.346Z|0bc1ed58-a1c1-4d04-8bed-12d0375391db|pool-2-thread-7|||||INFO|500||Missing status on Status Object. 2022-11-13T04:35:50.346Z|0bc1ed58-a1c1-4d04-8bed-12d0375391db|pool-2-thread-7|||||DEBUG|500||received message from topic 2022-11-13T04:35:50.346Z|0bc1ed58-a1c1-4d04-8bed-12d0375391db|pool-2-thread-7|||||DEBUG|500||recieved notification from broker: { "distributionID": "55cf2b90-5e91-44b7-b03c-c33b36d616ca", "consumerID": "multicloud-k8s-id", "timestamp": 1668313967601, "artifactURL": "/sdc/v1/catalog/services/BasicCnfMacro/1.0/resourceInstances/basic_cnf_macro0/artifacts/base_template_dummy_ignore.env", "status": "NOTIFIED" } 2022-11-13T04:35:50.347Z|0bc1ed58-a1c1-4d04-8bed-12d0375391db|pool-2-thread-7|||||INFO|500||Missing status on Status Object. 2022-11-13T04:35:50.347Z|0bc1ed58-a1c1-4d04-8bed-12d0375391db|pool-2-thread-7|||||DEBUG|500||received message from topic 2022-11-13T04:35:50.347Z|0bc1ed58-a1c1-4d04-8bed-12d0375391db|pool-2-thread-7|||||DEBUG|500||recieved notification from broker: { "distributionID": "55cf2b90-5e91-44b7-b03c-c33b36d616ca", "consumerID": "SO-COpenSource-Env11", "timestamp": 1668313970290, "artifactURL": "/sdc/v1/catalog/services/BasicCnfMacro/1.0/resourceInstances/basic_cnf_macro0/artifacts/vendor-license-model.xml", "status": "NOT_NOTIFIED" } 2022-11-13T04:35:50.347Z|0bc1ed58-a1c1-4d04-8bed-12d0375391db|pool-2-thread-7|||||INFO|500||Missing status on Status Object. 2022-11-13T04:35:50.347Z|0bc1ed58-a1c1-4d04-8bed-12d0375391db|pool-2-thread-7|||||DEBUG|500||received message from topic 2022-11-13T04:35:50.347Z|0bc1ed58-a1c1-4d04-8bed-12d0375391db|pool-2-thread-7|||||DEBUG|500||recieved notification from broker: { "distributionID": "55cf2b90-5e91-44b7-b03c-c33b36d616ca", "consumerID": "aai-ml", "timestamp": 1668313973824, "artifactURL": "/sdc/v1/catalog/services/BasicCnfMacro/1.0/artifacts/service-BasicCnfMacro-csar.csar", "status": "DOWNLOAD_OK" } 2022-11-13T04:35:50.347Z|0bc1ed58-a1c1-4d04-8bed-12d0375391db|pool-2-thread-7|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error' 2022-11-13T04:35:50.347Z|0bc1ed58-a1c1-4d04-8bed-12d0375391db|pool-2-thread-7|||||DEBUG|500||received message from topic 2022-11-13T04:35:50.348Z|0bc1ed58-a1c1-4d04-8bed-12d0375391db|pool-2-thread-7|||||DEBUG|500||recieved notification from broker: { "distributionID": "55cf2b90-5e91-44b7-b03c-c33b36d616ca", "consumerID": "policy-id", "timestamp": 1668313973906, "artifactURL": "/sdc/v1/catalog/services/BasicCnfMacro/1.0/artifacts/service-BasicCnfMacro-csar.csar", "status": "DEPLOY_OK" } 2022-11-13T04:35:50.348Z|0bc1ed58-a1c1-4d04-8bed-12d0375391db|pool-2-thread-7|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error' 2022-11-13T04:35:50.348Z|0bc1ed58-a1c1-4d04-8bed-12d0375391db|pool-2-thread-7|||||DEBUG|500||received message from topic 2022-11-13T04:35:50.348Z|0bc1ed58-a1c1-4d04-8bed-12d0375391db|pool-2-thread-7|||||DEBUG|500||recieved notification from broker: { "distributionID": "55cf2b90-5e91-44b7-b03c-c33b36d616ca", "consumerID": "multicloud-k8s-id", "timestamp": 1668313967601, "artifactURL": "/sdc/v1/catalog/services/BasicCnfMacro/1.0/resourceInstances/basic_cnf_macro0/artifacts/helm_apache.tgz", "status": "NOTIFIED" } 2022-11-13T04:35:50.348Z|0bc1ed58-a1c1-4d04-8bed-12d0375391db|pool-2-thread-7|||||INFO|500||Missing status on Status Object. 2022-11-13T04:35:50.348Z|0bc1ed58-a1c1-4d04-8bed-12d0375391db|pool-2-thread-7|||||DEBUG|500||received message from topic 2022-11-13T04:35:50.348Z|0bc1ed58-a1c1-4d04-8bed-12d0375391db|pool-2-thread-7|||||DEBUG|500||recieved notification from broker: { "distributionID": "55cf2b90-5e91-44b7-b03c-c33b36d616ca", "consumerID": "SO-COpenSource-Env11", "timestamp": 1668313970290, "artifactURL": "/sdc/v1/catalog/services/BasicCnfMacro/1.0/resourceInstances/basic_cnf_macro0/artifacts/helm_apache.env", "status": "NOTIFIED" } 2022-11-13T04:35:50.348Z|0bc1ed58-a1c1-4d04-8bed-12d0375391db|pool-2-thread-7|||||INFO|500||Missing status on Status Object. 2022-11-13T04:35:50.348Z|0bc1ed58-a1c1-4d04-8bed-12d0375391db|pool-2-thread-7|||||DEBUG|500||received message from topic 2022-11-13T04:35:50.348Z|0bc1ed58-a1c1-4d04-8bed-12d0375391db|pool-2-thread-7|||||DEBUG|500||recieved notification from broker: { "distributionID": "55cf2b90-5e91-44b7-b03c-c33b36d616ca", "consumerID": "policy-id", "timestamp": 1668313974909, "artifactURL": "", "status": "COMPONENT_DONE_OK", "componentName": "POLICY" } Hibernate: select watchdogdi0_.DISTRIBUTION_ID as distribu1_11_0_, watchdogdi0_.CREATE_TIME as create_t2_11_0_, watchdogdi0_.DISTRIBUTION_ID_STATUS as distribu3_11_0_, watchdogdi0_.MODIFY_TIME as modify_t4_11_0_, watchdogdi0_.LOCK_VERSION as lock_ver5_11_0_ from watchdog_distributionid_status watchdogdi0_ where watchdogdi0_.DISTRIBUTION_ID=? 2022-11-13T04:35:50.354Z|0bc1ed58-a1c1-4d04-8bed-12d0375391db|pool-2-thread-7|||||DEBUG|500||Receive a callback componentStatus in ASDC, for componentName: POLICY and status of COMPONENT_DONE_OK distributionID of 55cf2b90-5e91-44b7-b03c-c33b36d616ca 2022-11-13T04:35:50.354Z|0bc1ed58-a1c1-4d04-8bed-12d0375391db|pool-2-thread-7|||||DEBUG|500||Entering installTheComponentStatus for distributionId 55cf2b90-5e91-44b7-b03c-c33b36d616ca and ComponentName POLICY Hibernate: select watchdogco0_.COMPONENT_NAME as componen1_12_0_, watchdogco0_.DISTRIBUTION_ID as distribu2_12_0_, watchdogco0_.COMPONENT_DISTRIBUTION_STATUS as componen3_12_0_, watchdogco0_.CREATE_TIME as create_t4_12_0_, watchdogco0_.MODIFY_TIME as modify_t5_12_0_ from watchdog_per_component_distribution_status watchdogco0_ where watchdogco0_.COMPONENT_NAME=? and watchdogco0_.DISTRIBUTION_ID=? Hibernate: insert into watchdog_per_component_distribution_status (COMPONENT_DISTRIBUTION_STATUS, CREATE_TIME, MODIFY_TIME, COMPONENT_NAME, DISTRIBUTION_ID) values (?, ?, ?, ?, ?) 2022-11-13T04:35:50.362Z|0bc1ed58-a1c1-4d04-8bed-12d0375391db|pool-2-thread-7|||||DEBUG|500||received message from topic 2022-11-13T04:35:50.362Z|0bc1ed58-a1c1-4d04-8bed-12d0375391db|pool-2-thread-7|||||DEBUG|500||recieved notification from broker: { "distributionID": "55cf2b90-5e91-44b7-b03c-c33b36d616ca", "consumerID": "multicloud-k8s-id", "timestamp": 1668313967601, "artifactURL": "/sdc/v1/catalog/services/BasicCnfMacro/1.0/resourceInstances/basic_cnf_macro0/artifacts/basic_cnf_cba_enriched.zip", "status": "NOT_NOTIFIED" } 2022-11-13T04:35:50.362Z|0bc1ed58-a1c1-4d04-8bed-12d0375391db|pool-2-thread-7|||||INFO|500||Missing status on Status Object. 2022-11-13T04:35:50.362Z|0bc1ed58-a1c1-4d04-8bed-12d0375391db|pool-2-thread-7|||||DEBUG|500||received message from topic 2022-11-13T04:35:50.362Z|0bc1ed58-a1c1-4d04-8bed-12d0375391db|pool-2-thread-7|||||DEBUG|500||recieved notification from broker: { "distributionID": "55cf2b90-5e91-44b7-b03c-c33b36d616ca", "consumerID": "SO-COpenSource-Env11", "timestamp": 1668313970290, "artifactURL": "/sdc/v1/catalog/services/BasicCnfMacro/1.0/resourceInstances/basic_cnf_macro0/artifacts/base_template_dummy_ignore.env", "status": "NOTIFIED" } 2022-11-13T04:35:50.363Z|0bc1ed58-a1c1-4d04-8bed-12d0375391db|pool-2-thread-7|||||INFO|500||Missing status on Status Object. 2022-11-13T04:35:50.363Z|0bc1ed58-a1c1-4d04-8bed-12d0375391db|pool-2-thread-7|||||DEBUG|500||received message from topic 2022-11-13T04:35:50.363Z|0bc1ed58-a1c1-4d04-8bed-12d0375391db|pool-2-thread-7|||||DEBUG|500||recieved notification from broker: { "distributionID": "55cf2b90-5e91-44b7-b03c-c33b36d616ca", "consumerID": "cds", "timestamp": 1668313975389, "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=? 2022-11-13T04:35:50.366Z|0bc1ed58-a1c1-4d04-8bed-12d0375391db|pool-2-thread-7|||||DEBUG|500||Receive a callback componentStatus in ASDC, for componentName: cds and status of COMPONENT_DONE_OK distributionID of 55cf2b90-5e91-44b7-b03c-c33b36d616ca 2022-11-13T04:35:50.367Z|0bc1ed58-a1c1-4d04-8bed-12d0375391db|pool-2-thread-7|||||DEBUG|500||Entering installTheComponentStatus for distributionId 55cf2b90-5e91-44b7-b03c-c33b36d616ca and ComponentName cds Hibernate: select watchdogco0_.COMPONENT_NAME as componen1_12_0_, watchdogco0_.DISTRIBUTION_ID as distribu2_12_0_, watchdogco0_.COMPONENT_DISTRIBUTION_STATUS as componen3_12_0_, watchdogco0_.CREATE_TIME as create_t4_12_0_, watchdogco0_.MODIFY_TIME as modify_t5_12_0_ from watchdog_per_component_distribution_status watchdogco0_ where watchdogco0_.COMPONENT_NAME=? and watchdogco0_.DISTRIBUTION_ID=? Hibernate: insert into watchdog_per_component_distribution_status (COMPONENT_DISTRIBUTION_STATUS, CREATE_TIME, MODIFY_TIME, COMPONENT_NAME, DISTRIBUTION_ID) values (?, ?, ?, ?, ?) 2022-11-13T04:35:50.373Z|0bc1ed58-a1c1-4d04-8bed-12d0375391db|pool-2-thread-7|||||DEBUG|500||received message from topic 2022-11-13T04:35:50.373Z|0bc1ed58-a1c1-4d04-8bed-12d0375391db|pool-2-thread-7|||||DEBUG|500||recieved notification from broker: { "distributionID": "55cf2b90-5e91-44b7-b03c-c33b36d616ca", "consumerID": "multicloud-k8s-id", "timestamp": 1668313967601, "artifactURL": "/sdc/v1/catalog/services/BasicCnfMacro/1.0/artifacts/service-BasicCnfMacro-template.yml", "status": "NOT_NOTIFIED" } 2022-11-13T04:35:50.373Z|0bc1ed58-a1c1-4d04-8bed-12d0375391db|pool-2-thread-7|||||INFO|500||Missing status on Status Object. 2022-11-13T04:35:50.373Z|0bc1ed58-a1c1-4d04-8bed-12d0375391db|pool-2-thread-7|||||DEBUG|500||received message from topic 2022-11-13T04:35:50.373Z|0bc1ed58-a1c1-4d04-8bed-12d0375391db|pool-2-thread-7|||||DEBUG|500||recieved notification from broker: { "distributionID": "55cf2b90-5e91-44b7-b03c-c33b36d616ca", "consumerID": "SO-COpenSource-Env11", "timestamp": 1668313970290, "artifactURL": "/sdc/v1/catalog/services/BasicCnfMacro/1.0/resourceInstances/basic_cnf_macro0/artifacts/helm_apache.tgz", "status": "NOTIFIED" } 2022-11-13T04:35:50.373Z|0bc1ed58-a1c1-4d04-8bed-12d0375391db|pool-2-thread-7|||||INFO|500||Missing status on Status Object. 2022-11-13T04:35:50.374Z|0bc1ed58-a1c1-4d04-8bed-12d0375391db|pool-2-thread-7|||||DEBUG|500||received message from topic 2022-11-13T04:35:50.374Z|0bc1ed58-a1c1-4d04-8bed-12d0375391db|pool-2-thread-7|||||DEBUG|500||recieved notification from broker: { "distributionID": "55cf2b90-5e91-44b7-b03c-c33b36d616ca", "consumerID": "clamp", "timestamp": 1668313977207, "artifactURL": "/sdc/v1/catalog/services/BasicCnfMacro/1.0/artifacts/service-BasicCnfMacro-csar.csar", "status": "DOWNLOAD_OK" } 2022-11-13T04:35:50.374Z|0bc1ed58-a1c1-4d04-8bed-12d0375391db|pool-2-thread-7|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error' 2022-11-13T04:35:50.374Z|0bc1ed58-a1c1-4d04-8bed-12d0375391db|pool-2-thread-7|||||DEBUG|500||received message from topic 2022-11-13T04:35:50.374Z|0bc1ed58-a1c1-4d04-8bed-12d0375391db|pool-2-thread-7|||||DEBUG|500||recieved notification from broker: { "distributionID": "55cf2b90-5e91-44b7-b03c-c33b36d616ca", "consumerID": "multicloud-k8s-id", "timestamp": 1668313967601, "artifactURL": "/sdc/v1/catalog/services/BasicCnfMacro/1.0/artifacts/service-BasicCnfMacro-csar.csar", "status": "NOTIFIED" } 2022-11-13T04:35:50.374Z|0bc1ed58-a1c1-4d04-8bed-12d0375391db|pool-2-thread-7|||||INFO|500||Missing status on Status Object. 2022-11-13T04:35:50.374Z|0bc1ed58-a1c1-4d04-8bed-12d0375391db|pool-2-thread-7|||||DEBUG|500||received message from topic 2022-11-13T04:35:50.374Z|0bc1ed58-a1c1-4d04-8bed-12d0375391db|pool-2-thread-7|||||DEBUG|500||recieved notification from broker: { "distributionID": "55cf2b90-5e91-44b7-b03c-c33b36d616ca", "consumerID": "SO-COpenSource-Env11", "timestamp": 1668313970290, "artifactURL": "/sdc/v1/catalog/services/BasicCnfMacro/1.0/resourceInstances/basic_cnf_macro0/artifacts/basic_cnf_cba_enriched.zip", "status": "NOT_NOTIFIED" } 2022-11-13T04:35:50.374Z|0bc1ed58-a1c1-4d04-8bed-12d0375391db|pool-2-thread-7|||||INFO|500||Missing status on Status Object. 2022-11-13T04:35:50.375Z|0bc1ed58-a1c1-4d04-8bed-12d0375391db|pool-2-thread-7|||||DEBUG|500||received message from topic 2022-11-13T04:35:50.375Z|0bc1ed58-a1c1-4d04-8bed-12d0375391db|pool-2-thread-7|||||DEBUG|500||recieved notification from broker: { "distributionID": "55cf2b90-5e91-44b7-b03c-c33b36d616ca", "consumerID": "multicloud-k8s-id", "timestamp": 1668313978369, "artifactURL": "/sdc/v1/catalog/services/BasicCnfMacro/1.0/resourceInstances/basic_cnf_macro0/artifacts/basic_cnf_macro0_modules.json", "status": "DOWNLOAD_OK" } 2022-11-13T04:35:50.375Z|0bc1ed58-a1c1-4d04-8bed-12d0375391db|pool-2-thread-7|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error' 2022-11-13T04:35:50.375Z|0bc1ed58-a1c1-4d04-8bed-12d0375391db|pool-2-thread-7|||||DEBUG|500||received message from topic 2022-11-13T04:35:50.375Z|0bc1ed58-a1c1-4d04-8bed-12d0375391db|pool-2-thread-7|||||DEBUG|500||recieved notification from broker: { "distributionID": "55cf2b90-5e91-44b7-b03c-c33b36d616ca", "consumerID": "SO-COpenSource-Env11", "timestamp": 1668313970290, "artifactURL": "/sdc/v1/catalog/services/BasicCnfMacro/1.0/artifacts/service-BasicCnfMacro-template.yml", "status": "NOT_NOTIFIED" } 2022-11-13T04:35:50.375Z|0bc1ed58-a1c1-4d04-8bed-12d0375391db|pool-2-thread-7|||||INFO|500||Missing status on Status Object. 2022-11-13T04:35:50.375Z|0bc1ed58-a1c1-4d04-8bed-12d0375391db|pool-2-thread-7|||||DEBUG|500||received message from topic 2022-11-13T04:35:50.375Z|0bc1ed58-a1c1-4d04-8bed-12d0375391db|pool-2-thread-7|||||DEBUG|500||recieved notification from broker: { "distributionID": "55cf2b90-5e91-44b7-b03c-c33b36d616ca", "consumerID": "SO-COpenSource-Env11", "timestamp": 1668313970290, "artifactURL": "/sdc/v1/catalog/services/BasicCnfMacro/1.0/artifacts/service-BasicCnfMacro-csar.csar", "status": "NOTIFIED" } 2022-11-13T04:35:50.375Z|0bc1ed58-a1c1-4d04-8bed-12d0375391db|pool-2-thread-7|||||INFO|500||Missing status on Status Object. 2022-11-13T04:35:50.375Z|0bc1ed58-a1c1-4d04-8bed-12d0375391db|pool-2-thread-7|||||DEBUG|500||received message from topic 2022-11-13T04:35:50.375Z|0bc1ed58-a1c1-4d04-8bed-12d0375391db|pool-2-thread-7|||||DEBUG|500||recieved notification from broker: { "distributionID": "55cf2b90-5e91-44b7-b03c-c33b36d616ca", "consumerID": "multicloud-k8s-id", "timestamp": 1668313979438, "artifactURL": "/sdc/v1/catalog/services/BasicCnfMacro/1.0/resourceInstances/basic_cnf_macro0/artifacts/base_template_dummy_ignore.yaml", "status": "DOWNLOAD_OK" } 2022-11-13T04:35:50.376Z|0bc1ed58-a1c1-4d04-8bed-12d0375391db|pool-2-thread-7|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error' 2022-11-13T04:35:50.376Z|0bc1ed58-a1c1-4d04-8bed-12d0375391db|pool-2-thread-7|||||DEBUG|500||received message from topic 2022-11-13T04:35:50.376Z|0bc1ed58-a1c1-4d04-8bed-12d0375391db|pool-2-thread-7|||||DEBUG|500||recieved notification from broker: { "distributionID": "55cf2b90-5e91-44b7-b03c-c33b36d616ca", "consumerID": "multicloud-k8s-id", "timestamp": 1668313980498, "artifactURL": "/sdc/v1/catalog/services/BasicCnfMacro/1.0/resourceInstances/basic_cnf_macro0/artifacts/base_template_dummy_ignore.env", "status": "DOWNLOAD_OK" } 2022-11-13T04:35:50.376Z|0bc1ed58-a1c1-4d04-8bed-12d0375391db|pool-2-thread-7|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error' 2022-11-13T04:35:50.376Z|0bc1ed58-a1c1-4d04-8bed-12d0375391db|pool-2-thread-7|||||DEBUG|500||received message from topic 2022-11-13T04:35:50.376Z|0bc1ed58-a1c1-4d04-8bed-12d0375391db|pool-2-thread-7|||||DEBUG|500||recieved notification from broker: { "distributionID": "55cf2b90-5e91-44b7-b03c-c33b36d616ca", "consumerID": "SO-COpenSource-Env11", "timestamp": 1668313981186, "artifactURL": "/sdc/v1/catalog/services/BasicCnfMacro/1.0/artifacts/service-BasicCnfMacro-csar.csar", "status": "DOWNLOAD_OK" } 2022-11-13T04:35:50.376Z|0bc1ed58-a1c1-4d04-8bed-12d0375391db|pool-2-thread-7|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error' 2022-11-13T04:35:50.376Z|0bc1ed58-a1c1-4d04-8bed-12d0375391db|pool-2-thread-7|||||DEBUG|500||received message from topic 2022-11-13T04:35:50.376Z|0bc1ed58-a1c1-4d04-8bed-12d0375391db|pool-2-thread-7|||||DEBUG|500||recieved notification from broker: { "distributionID": "55cf2b90-5e91-44b7-b03c-c33b36d616ca", "consumerID": "multicloud-k8s-id", "timestamp": 1668313981551, "artifactURL": "/sdc/v1/catalog/services/BasicCnfMacro/1.0/resourceInstances/basic_cnf_macro0/artifacts/helm_apache.tgz", "status": "DOWNLOAD_OK" } 2022-11-13T04:35:50.376Z|0bc1ed58-a1c1-4d04-8bed-12d0375391db|pool-2-thread-7|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error' 2022-11-13T04:35:50.377Z|0bc1ed58-a1c1-4d04-8bed-12d0375391db|pool-2-thread-7|||||DEBUG|500||received message from topic 2022-11-13T04:35:50.377Z|0bc1ed58-a1c1-4d04-8bed-12d0375391db|pool-2-thread-7|||||DEBUG|500||recieved notification from broker: { "distributionID": "55cf2b90-5e91-44b7-b03c-c33b36d616ca", "consumerID": "aai-ml", "timestamp": 1668313981761, "artifactURL": "/sdc/v1/catalog/services/BasicCnfMacro/1.0/artifacts/service-BasicCnfMacro-csar.csar", "status": "DEPLOY_OK" } 2022-11-13T04:35:50.377Z|0bc1ed58-a1c1-4d04-8bed-12d0375391db|pool-2-thread-7|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error' 2022-11-13T04:35:50.377Z|0bc1ed58-a1c1-4d04-8bed-12d0375391db|pool-2-thread-7|||||DEBUG|500||received message from topic 2022-11-13T04:35:50.377Z|0bc1ed58-a1c1-4d04-8bed-12d0375391db|pool-2-thread-7|||||DEBUG|500||recieved notification from broker: { "distributionID": "55cf2b90-5e91-44b7-b03c-c33b36d616ca", "consumerID": "sdc-COpenSource-Env11-sdnc-dockero", "timestamp": 1668313981118, "artifactURL": "/sdc/v1/catalog/services/BasicCnfMacro/1.0/resourceInstances/basic_cnf_macro0/artifacts/vf-license-model.xml", "status": "NOT_NOTIFIED" } 2022-11-13T04:35:50.377Z|0bc1ed58-a1c1-4d04-8bed-12d0375391db|pool-2-thread-7|||||INFO|500||Missing status on Status Object. 2022-11-13T04:35:50.377Z|0bc1ed58-a1c1-4d04-8bed-12d0375391db|pool-2-thread-7|||||DEBUG|500||received message from topic 2022-11-13T04:35:50.377Z|0bc1ed58-a1c1-4d04-8bed-12d0375391db|pool-2-thread-7|||||DEBUG|500||recieved notification from broker: { "distributionID": "55cf2b90-5e91-44b7-b03c-c33b36d616ca", "consumerID": "clamp", "timestamp": 1668313982212, "artifactURL": "/sdc/v1/catalog/services/BasicCnfMacro/1.0/artifacts/service-BasicCnfMacro-csar.csar", "status": "DEPLOY_OK" } 2022-11-13T04:35:50.377Z|0bc1ed58-a1c1-4d04-8bed-12d0375391db|pool-2-thread-7|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error' 2022-11-13T04:35:50.377Z|0bc1ed58-a1c1-4d04-8bed-12d0375391db|pool-2-thread-7|||||DEBUG|500||received message from topic 2022-11-13T04:35:50.378Z|0bc1ed58-a1c1-4d04-8bed-12d0375391db|pool-2-thread-7|||||DEBUG|500||recieved notification from broker: { "distributionID": "55cf2b90-5e91-44b7-b03c-c33b36d616ca", "consumerID": "multicloud-k8s-id", "timestamp": 1668313982615, "artifactURL": "", "status": "COMPONENT_DONE_OK", "componentName": "POLICY" } Hibernate: select watchdogdi0_.DISTRIBUTION_ID as distribu1_11_0_, watchdogdi0_.CREATE_TIME as create_t2_11_0_, watchdogdi0_.DISTRIBUTION_ID_STATUS as distribu3_11_0_, watchdogdi0_.MODIFY_TIME as modify_t4_11_0_, watchdogdi0_.LOCK_VERSION as lock_ver5_11_0_ from watchdog_distributionid_status watchdogdi0_ where watchdogdi0_.DISTRIBUTION_ID=? 2022-11-13T04:35:50.382Z|0bc1ed58-a1c1-4d04-8bed-12d0375391db|pool-2-thread-7|||||DEBUG|500||Receive a callback componentStatus in ASDC, for componentName: POLICY and status of COMPONENT_DONE_OK distributionID of 55cf2b90-5e91-44b7-b03c-c33b36d616ca 2022-11-13T04:35:50.383Z|0bc1ed58-a1c1-4d04-8bed-12d0375391db|pool-2-thread-7|||||DEBUG|500||Entering installTheComponentStatus for distributionId 55cf2b90-5e91-44b7-b03c-c33b36d616ca and ComponentName POLICY Hibernate: select watchdogco0_.COMPONENT_NAME as componen1_12_0_, watchdogco0_.DISTRIBUTION_ID as distribu2_12_0_, watchdogco0_.COMPONENT_DISTRIBUTION_STATUS as componen3_12_0_, watchdogco0_.CREATE_TIME as create_t4_12_0_, watchdogco0_.MODIFY_TIME as modify_t5_12_0_ from watchdog_per_component_distribution_status watchdogco0_ where watchdogco0_.COMPONENT_NAME=? and watchdogco0_.DISTRIBUTION_ID=? Hibernate: update watchdog_per_component_distribution_status set COMPONENT_DISTRIBUTION_STATUS=?, MODIFY_TIME=? where COMPONENT_NAME=? and DISTRIBUTION_ID=? 2022-11-13T04:35:50.393Z|0bc1ed58-a1c1-4d04-8bed-12d0375391db|pool-2-thread-7|||||DEBUG|500||received message from topic 2022-11-13T04:35:50.393Z|0bc1ed58-a1c1-4d04-8bed-12d0375391db|pool-2-thread-7|||||DEBUG|500||recieved notification from broker: { "distributionID": "55cf2b90-5e91-44b7-b03c-c33b36d616ca", "consumerID": "aai-ml", "timestamp": 1668313982765, "artifactURL": "", "status": "COMPONENT_DONE_OK", "componentName": "AAI" } Hibernate: select watchdogdi0_.DISTRIBUTION_ID as distribu1_11_0_, watchdogdi0_.CREATE_TIME as create_t2_11_0_, watchdogdi0_.DISTRIBUTION_ID_STATUS as distribu3_11_0_, watchdogdi0_.MODIFY_TIME as modify_t4_11_0_, watchdogdi0_.LOCK_VERSION as lock_ver5_11_0_ from watchdog_distributionid_status watchdogdi0_ where watchdogdi0_.DISTRIBUTION_ID=? 2022-11-13T04:35:50.397Z|0bc1ed58-a1c1-4d04-8bed-12d0375391db|pool-2-thread-7|||||DEBUG|500||Receive a callback componentStatus in ASDC, for componentName: AAI and status of COMPONENT_DONE_OK distributionID of 55cf2b90-5e91-44b7-b03c-c33b36d616ca 2022-11-13T04:35:50.397Z|0bc1ed58-a1c1-4d04-8bed-12d0375391db|pool-2-thread-7|||||DEBUG|500||Entering installTheComponentStatus for distributionId 55cf2b90-5e91-44b7-b03c-c33b36d616ca and ComponentName AAI Hibernate: select watchdogco0_.COMPONENT_NAME as componen1_12_0_, watchdogco0_.DISTRIBUTION_ID as distribu2_12_0_, watchdogco0_.COMPONENT_DISTRIBUTION_STATUS as componen3_12_0_, watchdogco0_.CREATE_TIME as create_t4_12_0_, watchdogco0_.MODIFY_TIME as modify_t5_12_0_ from watchdog_per_component_distribution_status watchdogco0_ where watchdogco0_.COMPONENT_NAME=? and watchdogco0_.DISTRIBUTION_ID=? Hibernate: insert into watchdog_per_component_distribution_status (COMPONENT_DISTRIBUTION_STATUS, CREATE_TIME, MODIFY_TIME, COMPONENT_NAME, DISTRIBUTION_ID) values (?, ?, ?, ?, ?) 2022-11-13T04:35:50.404Z|0bc1ed58-a1c1-4d04-8bed-12d0375391db|pool-2-thread-7|||||DEBUG|500||received message from topic 2022-11-13T04:35:50.404Z|0bc1ed58-a1c1-4d04-8bed-12d0375391db|pool-2-thread-7|||||DEBUG|500||recieved notification from broker: { "distributionID": "55cf2b90-5e91-44b7-b03c-c33b36d616ca", "consumerID": "sdc-COpenSource-Env11-sdnc-dockero", "timestamp": 1668313981118, "artifactURL": "/sdc/v1/catalog/services/BasicCnfMacro/1.0/resourceInstances/basic_cnf_macro0/artifacts/basic_cnf_macro0_modules.json", "status": "NOT_NOTIFIED" } 2022-11-13T04:35:50.404Z|0bc1ed58-a1c1-4d04-8bed-12d0375391db|pool-2-thread-7|||||INFO|500||Missing status on Status Object. 2022-11-13T04:35:50.405Z|0bc1ed58-a1c1-4d04-8bed-12d0375391db|pool-2-thread-7|||||DEBUG|500||received message from topic 2022-11-13T04:35:50.405Z|0bc1ed58-a1c1-4d04-8bed-12d0375391db|pool-2-thread-7|||||DEBUG|500||recieved notification from broker: { "distributionID": "55cf2b90-5e91-44b7-b03c-c33b36d616ca", "consumerID": "SO-COpenSource-Env11", "timestamp": 1668313983682, "artifactURL": "/sdc/v1/catalog/services/BasicCnfMacro/1.0/resourceInstances/basic_cnf_macro0/artifacts/basic_cnf_macro0_modules.json", "status": "DOWNLOAD_OK" } 2022-11-13T04:35:50.405Z|0bc1ed58-a1c1-4d04-8bed-12d0375391db|pool-2-thread-7|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error' 2022-11-13T04:35:50.406Z|0bc1ed58-a1c1-4d04-8bed-12d0375391db|pool-2-thread-7|||||DEBUG|500||received message from topic 2022-11-13T04:35:50.406Z|0bc1ed58-a1c1-4d04-8bed-12d0375391db|pool-2-thread-7|||||DEBUG|500||recieved notification from broker: { "distributionID": "55cf2b90-5e91-44b7-b03c-c33b36d616ca", "consumerID": "clamp", "timestamp": 1668313983219, "artifactURL": "", "status": "COMPONENT_DONE_OK", "componentName": "clamp" } Hibernate: select watchdogdi0_.DISTRIBUTION_ID as distribu1_11_0_, watchdogdi0_.CREATE_TIME as create_t2_11_0_, watchdogdi0_.DISTRIBUTION_ID_STATUS as distribu3_11_0_, watchdogdi0_.MODIFY_TIME as modify_t4_11_0_, watchdogdi0_.LOCK_VERSION as lock_ver5_11_0_ from watchdog_distributionid_status watchdogdi0_ where watchdogdi0_.DISTRIBUTION_ID=? 2022-11-13T04:35:50.411Z|0bc1ed58-a1c1-4d04-8bed-12d0375391db|pool-2-thread-7|||||DEBUG|500||Receive a callback componentStatus in ASDC, for componentName: clamp and status of COMPONENT_DONE_OK distributionID of 55cf2b90-5e91-44b7-b03c-c33b36d616ca 2022-11-13T04:35:50.411Z|0bc1ed58-a1c1-4d04-8bed-12d0375391db|pool-2-thread-7|||||DEBUG|500||Entering installTheComponentStatus for distributionId 55cf2b90-5e91-44b7-b03c-c33b36d616ca and ComponentName clamp Hibernate: select watchdogco0_.COMPONENT_NAME as componen1_12_0_, watchdogco0_.DISTRIBUTION_ID as distribu2_12_0_, watchdogco0_.COMPONENT_DISTRIBUTION_STATUS as componen3_12_0_, watchdogco0_.CREATE_TIME as create_t4_12_0_, watchdogco0_.MODIFY_TIME as modify_t5_12_0_ from watchdog_per_component_distribution_status watchdogco0_ where watchdogco0_.COMPONENT_NAME=? and watchdogco0_.DISTRIBUTION_ID=? Hibernate: insert into watchdog_per_component_distribution_status (COMPONENT_DISTRIBUTION_STATUS, CREATE_TIME, MODIFY_TIME, COMPONENT_NAME, DISTRIBUTION_ID) values (?, ?, ?, ?, ?) 2022-11-13T04:35:50.419Z|0bc1ed58-a1c1-4d04-8bed-12d0375391db|pool-2-thread-7|||||DEBUG|500||received message from topic 2022-11-13T04:35:50.419Z|0bc1ed58-a1c1-4d04-8bed-12d0375391db|pool-2-thread-7|||||DEBUG|500||recieved notification from broker: { "distributionID": "55cf2b90-5e91-44b7-b03c-c33b36d616ca", "consumerID": "multicloud-k8s-id", "timestamp": 1668313983618, "artifactURL": "/sdc/v1/catalog/services/BasicCnfMacro/1.0/resourceInstances/basic_cnf_macro0/artifacts/basic_cnf_macro0_modules.json", "status": "DEPLOY_OK" } 2022-11-13T04:35:50.419Z|0bc1ed58-a1c1-4d04-8bed-12d0375391db|pool-2-thread-7|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error' 2022-11-13T04:35:50.419Z|0bc1ed58-a1c1-4d04-8bed-12d0375391db|pool-2-thread-7|||||DEBUG|500||received message from topic 2022-11-13T04:35:50.419Z|0bc1ed58-a1c1-4d04-8bed-12d0375391db|pool-2-thread-7|||||DEBUG|500||recieved notification from broker: { "distributionID": "55cf2b90-5e91-44b7-b03c-c33b36d616ca", "consumerID": "sdc-COpenSource-Env11-sdnc-dockero", "timestamp": 1668313981118, "artifactURL": "/sdc/v1/catalog/services/BasicCnfMacro/1.0/resourceInstances/basic_cnf_macro0/artifacts/base_template_dummy_ignore.yaml", "status": "NOT_NOTIFIED" } 2022-11-13T04:35:50.419Z|0bc1ed58-a1c1-4d04-8bed-12d0375391db|pool-2-thread-7|||||INFO|500||Missing status on Status Object. 2022-11-13T04:35:50.419Z|0bc1ed58-a1c1-4d04-8bed-12d0375391db|pool-2-thread-7|||||DEBUG|500||received message from topic 2022-11-13T04:35:50.419Z|0bc1ed58-a1c1-4d04-8bed-12d0375391db|pool-2-thread-7|||||DEBUG|500||recieved notification from broker: { "distributionID": "55cf2b90-5e91-44b7-b03c-c33b36d616ca", "consumerID": "SO-COpenSource-Env11", "timestamp": 1668313984734, "artifactURL": "/sdc/v1/catalog/services/BasicCnfMacro/1.0/resourceInstances/basic_cnf_macro0/artifacts/base_template_dummy_ignore.yaml", "status": "DOWNLOAD_OK" } 2022-11-13T04:35:50.420Z|0bc1ed58-a1c1-4d04-8bed-12d0375391db|pool-2-thread-7|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error' 2022-11-13T04:35:50.420Z|0bc1ed58-a1c1-4d04-8bed-12d0375391db|pool-2-thread-7|||||DEBUG|500||received message from topic 2022-11-13T04:35:50.420Z|0bc1ed58-a1c1-4d04-8bed-12d0375391db|pool-2-thread-7|||||DEBUG|500||recieved notification from broker: { "distributionID": "55cf2b90-5e91-44b7-b03c-c33b36d616ca", "consumerID": "sdc-COpenSource-Env11-sdnc-dockero", "timestamp": 1668313981118, "artifactURL": "/sdc/v1/catalog/services/BasicCnfMacro/1.0/resourceInstances/basic_cnf_macro0/artifacts/vendor-license-model.xml", "status": "NOT_NOTIFIED" } 2022-11-13T04:35:50.420Z|0bc1ed58-a1c1-4d04-8bed-12d0375391db|pool-2-thread-7|||||INFO|500||Missing status on Status Object. 2022-11-13T04:35:50.420Z|0bc1ed58-a1c1-4d04-8bed-12d0375391db|pool-2-thread-7|||||DEBUG|500||received message from topic 2022-11-13T04:35:50.420Z|0bc1ed58-a1c1-4d04-8bed-12d0375391db|pool-2-thread-7|||||DEBUG|500||recieved notification from broker: { "distributionID": "55cf2b90-5e91-44b7-b03c-c33b36d616ca", "consumerID": "SO-COpenSource-Env11", "timestamp": 1668313985782, "artifactURL": "/sdc/v1/catalog/services/BasicCnfMacro/1.0/resourceInstances/basic_cnf_macro0/artifacts/helm_apache.env", "status": "DOWNLOAD_OK" } 2022-11-13T04:35:50.420Z|0bc1ed58-a1c1-4d04-8bed-12d0375391db|pool-2-thread-7|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error' 2022-11-13T04:35:50.420Z|0bc1ed58-a1c1-4d04-8bed-12d0375391db|pool-2-thread-7|||||DEBUG|500||received message from topic 2022-11-13T04:35:50.420Z|0bc1ed58-a1c1-4d04-8bed-12d0375391db|pool-2-thread-7|||||DEBUG|500||recieved notification from broker: { "distributionID": "55cf2b90-5e91-44b7-b03c-c33b36d616ca", "consumerID": "sdc-COpenSource-Env11-sdnc-dockero", "timestamp": 1668313981118, "artifactURL": "/sdc/v1/catalog/services/BasicCnfMacro/1.0/resourceInstances/basic_cnf_macro0/artifacts/helm_apache.env", "status": "NOT_NOTIFIED" } 2022-11-13T04:35:50.420Z|0bc1ed58-a1c1-4d04-8bed-12d0375391db|pool-2-thread-7|||||INFO|500||Missing status on Status Object. 2022-11-13T04:35:50.420Z|0bc1ed58-a1c1-4d04-8bed-12d0375391db|pool-2-thread-7|||||DEBUG|500||received message from topic 2022-11-13T04:35:50.420Z|0bc1ed58-a1c1-4d04-8bed-12d0375391db|pool-2-thread-7|||||DEBUG|500||recieved notification from broker: { "distributionID": "55cf2b90-5e91-44b7-b03c-c33b36d616ca", "consumerID": "SO-COpenSource-Env11", "timestamp": 1668313986832, "artifactURL": "/sdc/v1/catalog/services/BasicCnfMacro/1.0/resourceInstances/basic_cnf_macro0/artifacts/base_template_dummy_ignore.env", "status": "DOWNLOAD_OK" } 2022-11-13T04:35:50.420Z|0bc1ed58-a1c1-4d04-8bed-12d0375391db|pool-2-thread-7|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error' 2022-11-13T04:35:50.421Z|0bc1ed58-a1c1-4d04-8bed-12d0375391db|pool-2-thread-7|||||DEBUG|500||received message from topic 2022-11-13T04:35:50.421Z|0bc1ed58-a1c1-4d04-8bed-12d0375391db|pool-2-thread-7|||||DEBUG|500||recieved notification from broker: { "distributionID": "55cf2b90-5e91-44b7-b03c-c33b36d616ca", "consumerID": "sdc-COpenSource-Env11-sdnc-dockero", "timestamp": 1668313981118, "artifactURL": "/sdc/v1/catalog/services/BasicCnfMacro/1.0/resourceInstances/basic_cnf_macro0/artifacts/base_template_dummy_ignore.env", "status": "NOT_NOTIFIED" } 2022-11-13T04:35:50.421Z|0bc1ed58-a1c1-4d04-8bed-12d0375391db|pool-2-thread-7|||||INFO|500||Missing status on Status Object. 2022-11-13T04:35:50.421Z|0bc1ed58-a1c1-4d04-8bed-12d0375391db|pool-2-thread-7|||||DEBUG|500||received message from topic 2022-11-13T04:35:50.421Z|0bc1ed58-a1c1-4d04-8bed-12d0375391db|pool-2-thread-7|||||DEBUG|500||recieved notification from broker: { "distributionID": "55cf2b90-5e91-44b7-b03c-c33b36d616ca", "consumerID": "SO-COpenSource-Env11", "timestamp": 1668313987895, "artifactURL": "/sdc/v1/catalog/services/BasicCnfMacro/1.0/resourceInstances/basic_cnf_macro0/artifacts/helm_apache.tgz", "status": "DOWNLOAD_OK" } 2022-11-13T04:35:50.421Z|0bc1ed58-a1c1-4d04-8bed-12d0375391db|pool-2-thread-7|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error' 2022-11-13T04:35:50.421Z|0bc1ed58-a1c1-4d04-8bed-12d0375391db|pool-2-thread-7|||||DEBUG|500||received message from topic 2022-11-13T04:35:50.421Z|0bc1ed58-a1c1-4d04-8bed-12d0375391db|pool-2-thread-7|||||DEBUG|500||recieved notification from broker: { "distributionID": "55cf2b90-5e91-44b7-b03c-c33b36d616ca", "consumerID": "sdc-COpenSource-Env11-sdnc-dockero", "timestamp": 1668313981118, "artifactURL": "/sdc/v1/catalog/services/BasicCnfMacro/1.0/resourceInstances/basic_cnf_macro0/artifacts/helm_apache.tgz", "status": "NOT_NOTIFIED" } 2022-11-13T04:35:50.421Z|0bc1ed58-a1c1-4d04-8bed-12d0375391db|pool-2-thread-7|||||INFO|500||Missing status on Status Object. 2022-11-13T04:35:50.421Z|0bc1ed58-a1c1-4d04-8bed-12d0375391db|pool-2-thread-7|||||DEBUG|500||received message from topic 2022-11-13T04:35:50.421Z|0bc1ed58-a1c1-4d04-8bed-12d0375391db|pool-2-thread-7|||||DEBUG|500||recieved notification from broker: { "distributionID": "55cf2b90-5e91-44b7-b03c-c33b36d616ca", "consumerID": "SO-COpenSource-Env11", "timestamp": 1668313988984, "artifactURL": "/sdc/v1/catalog/services/BasicCnfMacro/1.0/resourceInstances/basic_cnf_macro0/artifacts/basic_cnf_macro0_modules.json", "status": "DEPLOY_OK" } 2022-11-13T04:35:50.421Z|0bc1ed58-a1c1-4d04-8bed-12d0375391db|pool-2-thread-7|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error' 2022-11-13T04:35:50.421Z|0bc1ed58-a1c1-4d04-8bed-12d0375391db|pool-2-thread-7|||||DEBUG|500||received message from topic 2022-11-13T04:35:50.422Z|0bc1ed58-a1c1-4d04-8bed-12d0375391db|pool-2-thread-7|||||DEBUG|500||recieved notification from broker: { "distributionID": "55cf2b90-5e91-44b7-b03c-c33b36d616ca", "consumerID": "sdc-COpenSource-Env11-sdnc-dockero", "timestamp": 1668313981118, "artifactURL": "/sdc/v1/catalog/services/BasicCnfMacro/1.0/resourceInstances/basic_cnf_macro0/artifacts/basic_cnf_cba_enriched.zip", "status": "NOT_NOTIFIED" } 2022-11-13T04:35:50.422Z|0bc1ed58-a1c1-4d04-8bed-12d0375391db|pool-2-thread-7|||||INFO|500||Missing status on Status Object. 2022-11-13T04:35:50.422Z|0bc1ed58-a1c1-4d04-8bed-12d0375391db|pool-2-thread-7|||||DEBUG|500||received message from topic 2022-11-13T04:35:50.422Z|0bc1ed58-a1c1-4d04-8bed-12d0375391db|pool-2-thread-7|||||DEBUG|500||recieved notification from broker: { "distributionID": "55cf2b90-5e91-44b7-b03c-c33b36d616ca", "consumerID": "SO-COpenSource-Env11", "timestamp": 1668313989989, "artifactURL": "/sdc/v1/catalog/services/BasicCnfMacro/1.0/resourceInstances/basic_cnf_macro0/artifacts/base_template_dummy_ignore.yaml", "status": "DEPLOY_OK" } 2022-11-13T04:35:50.422Z|0bc1ed58-a1c1-4d04-8bed-12d0375391db|pool-2-thread-7|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error' 2022-11-13T04:35:50.422Z|0bc1ed58-a1c1-4d04-8bed-12d0375391db|pool-2-thread-7|||||DEBUG|500||received message from topic 2022-11-13T04:35:50.422Z|0bc1ed58-a1c1-4d04-8bed-12d0375391db|pool-2-thread-7|||||DEBUG|500||recieved notification from broker: { "distributionID": "55cf2b90-5e91-44b7-b03c-c33b36d616ca", "consumerID": "sdc-COpenSource-Env11-sdnc-dockero", "timestamp": 1668313981118, "artifactURL": "/sdc/v1/catalog/services/BasicCnfMacro/1.0/artifacts/service-BasicCnfMacro-template.yml", "status": "NOT_NOTIFIED" } 2022-11-13T04:35:50.422Z|0bc1ed58-a1c1-4d04-8bed-12d0375391db|pool-2-thread-7|||||INFO|500||Missing status on Status Object. 2022-11-13T04:35:50.422Z|0bc1ed58-a1c1-4d04-8bed-12d0375391db|pool-2-thread-7|||||DEBUG|500||received message from topic 2022-11-13T04:35:50.422Z|0bc1ed58-a1c1-4d04-8bed-12d0375391db|pool-2-thread-7|||||DEBUG|500||recieved notification from broker: { "distributionID": "55cf2b90-5e91-44b7-b03c-c33b36d616ca", "consumerID": "SO-COpenSource-Env11", "timestamp": 1668313990993, "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" } 2022-11-13T04:35:50.422Z|0bc1ed58-a1c1-4d04-8bed-12d0375391db|pool-2-thread-7|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error' 2022-11-13T04:35:50.422Z|0bc1ed58-a1c1-4d04-8bed-12d0375391db|pool-2-thread-7|||||DEBUG|500||received message from topic 2022-11-13T04:35:50.422Z|0bc1ed58-a1c1-4d04-8bed-12d0375391db|pool-2-thread-7|||||DEBUG|500||recieved notification from broker: { "distributionID": "55cf2b90-5e91-44b7-b03c-c33b36d616ca", "consumerID": "sdc-COpenSource-Env11-sdnc-dockero", "timestamp": 1668313981118, "artifactURL": "/sdc/v1/catalog/services/BasicCnfMacro/1.0/artifacts/service-BasicCnfMacro-csar.csar", "status": "NOTIFIED" } 2022-11-13T04:35:50.422Z|0bc1ed58-a1c1-4d04-8bed-12d0375391db|pool-2-thread-7|||||INFO|500||Missing status on Status Object. 2022-11-13T04:35:50.423Z|0bc1ed58-a1c1-4d04-8bed-12d0375391db|pool-2-thread-7|||||DEBUG|500||received message from topic 2022-11-13T04:35:50.423Z|0bc1ed58-a1c1-4d04-8bed-12d0375391db|pool-2-thread-7|||||DEBUG|500||recieved notification from broker: { "distributionID": "55cf2b90-5e91-44b7-b03c-c33b36d616ca", "consumerID": "SO-COpenSource-Env11", "timestamp": 1668313992002, "artifactURL": "/sdc/v1/catalog/services/BasicCnfMacro/1.0/resourceInstances/basic_cnf_macro0/artifacts/base_template_dummy_ignore.env", "status": "DEPLOY_OK" } 2022-11-13T04:35:50.423Z|0bc1ed58-a1c1-4d04-8bed-12d0375391db|pool-2-thread-7|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error' 2022-11-13T04:35:50.423Z|0bc1ed58-a1c1-4d04-8bed-12d0375391db|pool-2-thread-7|||||DEBUG|500||received message from topic 2022-11-13T04:35:50.423Z|0bc1ed58-a1c1-4d04-8bed-12d0375391db|pool-2-thread-7|||||DEBUG|500||recieved notification from broker: { "distributionID": "55cf2b90-5e91-44b7-b03c-c33b36d616ca", "consumerID": "sdc-COpenSource-Env11-sdnc-dockero", "timestamp": 1668313991924, "artifactURL": "/sdc/v1/catalog/services/BasicCnfMacro/1.0/artifacts/service-BasicCnfMacro-csar.csar", "status": "DOWNLOAD_OK" } 2022-11-13T04:35:50.423Z|0bc1ed58-a1c1-4d04-8bed-12d0375391db|pool-2-thread-7|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error' 2022-11-13T04:35:50.423Z|0bc1ed58-a1c1-4d04-8bed-12d0375391db|pool-2-thread-7|||||DEBUG|500||received message from topic 2022-11-13T04:35:50.423Z|0bc1ed58-a1c1-4d04-8bed-12d0375391db|pool-2-thread-7|||||DEBUG|500||recieved notification from broker: { "distributionID": "fe60c572-154d-4a52-8950-66e115830220", "consumerID": "multicloud-k8s-id", "timestamp": 1668313987601, "artifactURL": "/sdc/v1/catalog/services/BasicVmMacro/1.0/resourceInstances/basic_vm_macro0/artifacts/vf-license-model.xml", "status": "NOT_NOTIFIED" } 2022-11-13T04:35:50.423Z|0bc1ed58-a1c1-4d04-8bed-12d0375391db|pool-2-thread-7|||||INFO|500||Missing status on Status Object. 2022-11-13T04:35:50.423Z|0bc1ed58-a1c1-4d04-8bed-12d0375391db|pool-2-thread-7|||||DEBUG|500||received message from topic 2022-11-13T04:35:50.423Z|0bc1ed58-a1c1-4d04-8bed-12d0375391db|pool-2-thread-7|||||DEBUG|500||recieved notification from broker: { "distributionID": "fe60c572-154d-4a52-8950-66e115830220", "consumerID": "cds", "timestamp": 1668313985944, "artifactURL": "/sdc/v1/catalog/services/BasicVmMacro/1.0/resourceInstances/basic_vm_macro0/artifacts/vf-license-model.xml", "status": "NOT_NOTIFIED" } 2022-11-13T04:35:50.423Z|0bc1ed58-a1c1-4d04-8bed-12d0375391db|pool-2-thread-7|||||INFO|500||Missing status on Status Object. 2022-11-13T04:35:50.423Z|0bc1ed58-a1c1-4d04-8bed-12d0375391db|pool-2-thread-7|||||DEBUG|500||received message from topic 2022-11-13T04:35:50.423Z|0bc1ed58-a1c1-4d04-8bed-12d0375391db|pool-2-thread-7|||||DEBUG|500||recieved notification from broker: { "distributionID": "55cf2b90-5e91-44b7-b03c-c33b36d616ca", "consumerID": "SO-COpenSource-Env11", "timestamp": 1668313993010, "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" } 2022-11-13T04:35:50.423Z|0bc1ed58-a1c1-4d04-8bed-12d0375391db|pool-2-thread-7|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error' 2022-11-13T04:35:50.424Z|0bc1ed58-a1c1-4d04-8bed-12d0375391db|pool-2-thread-7|||||DEBUG|500||received message from topic 2022-11-13T04:35:50.424Z|0bc1ed58-a1c1-4d04-8bed-12d0375391db|pool-2-thread-7|||||DEBUG|500||recieved notification from broker: { "distributionID": "fe60c572-154d-4a52-8950-66e115830220", "consumerID": "multicloud-k8s-id", "timestamp": 1668313987601, "artifactURL": "/sdc/v1/catalog/services/BasicVmMacro/1.0/resourceInstances/basic_vm_macro0/artifacts/basic_vm_macro0_modules.json", "status": "NOTIFIED" } 2022-11-13T04:35:50.424Z|0bc1ed58-a1c1-4d04-8bed-12d0375391db|pool-2-thread-7|||||INFO|500||Missing status on Status Object. 2022-11-13T04:35:50.424Z|0bc1ed58-a1c1-4d04-8bed-12d0375391db|pool-2-thread-7|||||DEBUG|500||received message from topic 2022-11-13T04:35:50.424Z|0bc1ed58-a1c1-4d04-8bed-12d0375391db|pool-2-thread-7|||||DEBUG|500||recieved notification from broker: { "distributionID": "fe60c572-154d-4a52-8950-66e115830220", "consumerID": "cds", "timestamp": 1668313985944, "artifactURL": "/sdc/v1/catalog/services/BasicVmMacro/1.0/resourceInstances/basic_vm_macro0/artifacts/basic_vm_macro0_modules.json", "status": "NOT_NOTIFIED" } 2022-11-13T04:35:50.424Z|0bc1ed58-a1c1-4d04-8bed-12d0375391db|pool-2-thread-7|||||INFO|500||Missing status on Status Object. 2022-11-13T04:35:50.424Z|0bc1ed58-a1c1-4d04-8bed-12d0375391db|pool-2-thread-7|||||DEBUG|500||received message from topic 2022-11-13T04:35:50.424Z|0bc1ed58-a1c1-4d04-8bed-12d0375391db|pool-2-thread-7|||||DEBUG|500||recieved notification from broker: { "distributionID": "55cf2b90-5e91-44b7-b03c-c33b36d616ca", "consumerID": "SO-COpenSource-Env11", "timestamp": 1668313994014, "artifactURL": "/sdc/v1/catalog/services/BasicCnfMacro/1.0/artifacts/service-BasicCnfMacro-csar.csar", "status": "DEPLOY_OK" } 2022-11-13T04:35:50.424Z|0bc1ed58-a1c1-4d04-8bed-12d0375391db|pool-2-thread-7|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error' 2022-11-13T04:35:50.424Z|0bc1ed58-a1c1-4d04-8bed-12d0375391db|pool-2-thread-7|||||DEBUG|500||received message from topic 2022-11-13T04:35:50.424Z|0bc1ed58-a1c1-4d04-8bed-12d0375391db|pool-2-thread-7|||||DEBUG|500||recieved notification from broker: { "distributionID": "fe60c572-154d-4a52-8950-66e115830220", "consumerID": "aai-ml", "timestamp": 1668313993062, "artifactURL": "/sdc/v1/catalog/services/BasicVmMacro/1.0/resourceInstances/basic_vm_macro0/artifacts/vf-license-model.xml", "status": "NOT_NOTIFIED" } 2022-11-13T04:35:50.424Z|0bc1ed58-a1c1-4d04-8bed-12d0375391db|pool-2-thread-7|||||INFO|500||Missing status on Status Object. 2022-11-13T04:35:50.424Z|0bc1ed58-a1c1-4d04-8bed-12d0375391db|pool-2-thread-7|||||DEBUG|500||received message from topic 2022-11-13T04:35:50.424Z|0bc1ed58-a1c1-4d04-8bed-12d0375391db|pool-2-thread-7|||||DEBUG|500||recieved notification from broker: { "distributionID": "fe60c572-154d-4a52-8950-66e115830220", "consumerID": "clamp", "timestamp": 1668313993487, "artifactURL": "/sdc/v1/catalog/services/BasicVmMacro/1.0/resourceInstances/basic_vm_macro0/artifacts/vf-license-model.xml", "status": "NOT_NOTIFIED" } 2022-11-13T04:35:50.424Z|0bc1ed58-a1c1-4d04-8bed-12d0375391db|pool-2-thread-7|||||INFO|500||Missing status on Status Object. 2022-11-13T04:35:50.425Z|0bc1ed58-a1c1-4d04-8bed-12d0375391db|pool-2-thread-7|||||DEBUG|500||received message from topic 2022-11-13T04:35:50.425Z|0bc1ed58-a1c1-4d04-8bed-12d0375391db|pool-2-thread-7|||||DEBUG|500||recieved notification from broker: { "distributionID": "fe60c572-154d-4a52-8950-66e115830220", "consumerID": "multicloud-k8s-id", "timestamp": 1668313987601, "artifactURL": "/sdc/v1/catalog/services/BasicVmMacro/1.0/resourceInstances/basic_vm_macro0/artifacts/base_ubuntu20.yaml", "status": "NOTIFIED" } 2022-11-13T04:35:50.425Z|0bc1ed58-a1c1-4d04-8bed-12d0375391db|pool-2-thread-7|||||INFO|500||Missing status on Status Object. 2022-11-13T04:35:50.425Z|0bc1ed58-a1c1-4d04-8bed-12d0375391db|pool-2-thread-7|||||DEBUG|500||received message from topic 2022-11-13T04:35:50.425Z|0bc1ed58-a1c1-4d04-8bed-12d0375391db|pool-2-thread-7|||||DEBUG|500||recieved notification from broker: { "distributionID": "fe60c572-154d-4a52-8950-66e115830220", "consumerID": "cds", "timestamp": 1668313985944, "artifactURL": "/sdc/v1/catalog/services/BasicVmMacro/1.0/resourceInstances/basic_vm_macro0/artifacts/base_ubuntu20.yaml", "status": "NOT_NOTIFIED" } 2022-11-13T04:35:50.425Z|0bc1ed58-a1c1-4d04-8bed-12d0375391db|pool-2-thread-7|||||INFO|500||Missing status on Status Object. 2022-11-13T04:35:50.425Z|0bc1ed58-a1c1-4d04-8bed-12d0375391db|pool-2-thread-7|||||DEBUG|500||received message from topic 2022-11-13T04:35:50.425Z|0bc1ed58-a1c1-4d04-8bed-12d0375391db|pool-2-thread-7|||||DEBUG|500||recieved notification from broker: { "distributionID": "fe60c572-154d-4a52-8950-66e115830220", "consumerID": "aai-ml", "timestamp": 1668313993062, "artifactURL": "/sdc/v1/catalog/services/BasicVmMacro/1.0/resourceInstances/basic_vm_macro0/artifacts/basic_vm_macro0_modules.json", "status": "NOT_NOTIFIED" } 2022-11-13T04:35:50.425Z|0bc1ed58-a1c1-4d04-8bed-12d0375391db|pool-2-thread-7|||||INFO|500||Missing status on Status Object. 2022-11-13T04:35:50.425Z|0bc1ed58-a1c1-4d04-8bed-12d0375391db|pool-2-thread-7|||||DEBUG|500||received message from topic 2022-11-13T04:35:50.425Z|0bc1ed58-a1c1-4d04-8bed-12d0375391db|pool-2-thread-7|||||DEBUG|500||recieved notification from broker: { "distributionID": "55cf2b90-5e91-44b7-b03c-c33b36d616ca", "consumerID": "sdc-COpenSource-Env11-sdnc-dockero", "timestamp": 1668313994816, "artifactURL": "/sdc/v1/catalog/services/BasicCnfMacro/1.0/artifacts/service-BasicCnfMacro-csar.csar", "status": "DEPLOY_OK" } 2022-11-13T04:35:50.425Z|0bc1ed58-a1c1-4d04-8bed-12d0375391db|pool-2-thread-7|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error' 2022-11-13T04:35:50.425Z|0bc1ed58-a1c1-4d04-8bed-12d0375391db|pool-2-thread-7|||||DEBUG|500||received message from topic 2022-11-13T04:35:50.425Z|0bc1ed58-a1c1-4d04-8bed-12d0375391db|pool-2-thread-7|||||DEBUG|500||recieved notification from broker: { "distributionID": "fe60c572-154d-4a52-8950-66e115830220", "consumerID": "clamp", "timestamp": 1668313993487, "artifactURL": "/sdc/v1/catalog/services/BasicVmMacro/1.0/resourceInstances/basic_vm_macro0/artifacts/basic_vm_macro0_modules.json", "status": "NOTIFIED" } 2022-11-13T04:35:50.426Z|0bc1ed58-a1c1-4d04-8bed-12d0375391db|pool-2-thread-7|||||INFO|500||Missing status on Status Object. 2022-11-13T04:35:50.426Z|0bc1ed58-a1c1-4d04-8bed-12d0375391db|pool-2-thread-7|||||DEBUG|500||received message from topic 2022-11-13T04:35:50.426Z|0bc1ed58-a1c1-4d04-8bed-12d0375391db|pool-2-thread-7|||||DEBUG|500||recieved notification from broker: { "distributionID": "fe60c572-154d-4a52-8950-66e115830220", "consumerID": "multicloud-k8s-id", "timestamp": 1668313987601, "artifactURL": "/sdc/v1/catalog/services/BasicVmMacro/1.0/resourceInstances/basic_vm_macro0/artifacts/vendor-license-model.xml", "status": "NOT_NOTIFIED" } 2022-11-13T04:35:50.426Z|0bc1ed58-a1c1-4d04-8bed-12d0375391db|pool-2-thread-7|||||INFO|500||Missing status on Status Object. 2022-11-13T04:35:50.426Z|0bc1ed58-a1c1-4d04-8bed-12d0375391db|pool-2-thread-7|||||DEBUG|500||received message from topic 2022-11-13T04:35:50.426Z|0bc1ed58-a1c1-4d04-8bed-12d0375391db|pool-2-thread-7|||||DEBUG|500||recieved notification from broker: { "distributionID": "fe60c572-154d-4a52-8950-66e115830220", "consumerID": "cds", "timestamp": 1668313985944, "artifactURL": "/sdc/v1/catalog/services/BasicVmMacro/1.0/resourceInstances/basic_vm_macro0/artifacts/vendor-license-model.xml", "status": "NOT_NOTIFIED" } 2022-11-13T04:35:50.426Z|0bc1ed58-a1c1-4d04-8bed-12d0375391db|pool-2-thread-7|||||INFO|500||Missing status on Status Object. 2022-11-13T04:35:50.428Z|0bc1ed58-a1c1-4d04-8bed-12d0375391db|pool-2-thread-7|||||DEBUG|500||received message from topic 2022-11-13T04:35:50.428Z|0bc1ed58-a1c1-4d04-8bed-12d0375391db|pool-2-thread-7|||||DEBUG|500||recieved notification from broker: { "distributionID": "fe60c572-154d-4a52-8950-66e115830220", "consumerID": "aai-ml", "timestamp": 1668313993062, "artifactURL": "/sdc/v1/catalog/services/BasicVmMacro/1.0/resourceInstances/basic_vm_macro0/artifacts/base_ubuntu20.yaml", "status": "NOT_NOTIFIED" } 2022-11-13T04:35:50.429Z|0bc1ed58-a1c1-4d04-8bed-12d0375391db|pool-2-thread-7|||||INFO|500||Missing status on Status Object. 2022-11-13T04:35:50.429Z|0bc1ed58-a1c1-4d04-8bed-12d0375391db|pool-2-thread-7|||||DEBUG|500||received message from topic 2022-11-13T04:35:50.429Z|0bc1ed58-a1c1-4d04-8bed-12d0375391db|pool-2-thread-7|||||DEBUG|500||recieved notification from broker: { "distributionID": "55cf2b90-5e91-44b7-b03c-c33b36d616ca", "consumerID": "sdc-COpenSource-Env11-sdnc-dockero", "timestamp": 1668313995821, "artifactURL": "", "status": "COMPONENT_DONE_OK", "componentName": "SDNC" } Hibernate: select watchdogdi0_.DISTRIBUTION_ID as distribu1_11_0_, watchdogdi0_.CREATE_TIME as create_t2_11_0_, watchdogdi0_.DISTRIBUTION_ID_STATUS as distribu3_11_0_, watchdogdi0_.MODIFY_TIME as modify_t4_11_0_, watchdogdi0_.LOCK_VERSION as lock_ver5_11_0_ from watchdog_distributionid_status watchdogdi0_ where watchdogdi0_.DISTRIBUTION_ID=? 2022-11-13T04:35:50.434Z|0bc1ed58-a1c1-4d04-8bed-12d0375391db|pool-2-thread-7|||||DEBUG|500||Receive a callback componentStatus in ASDC, for componentName: SDNC and status of COMPONENT_DONE_OK distributionID of 55cf2b90-5e91-44b7-b03c-c33b36d616ca 2022-11-13T04:35:50.434Z|0bc1ed58-a1c1-4d04-8bed-12d0375391db|pool-2-thread-7|||||DEBUG|500||Entering installTheComponentStatus for distributionId 55cf2b90-5e91-44b7-b03c-c33b36d616ca and ComponentName SDNC Hibernate: select watchdogco0_.COMPONENT_NAME as componen1_12_0_, watchdogco0_.DISTRIBUTION_ID as distribu2_12_0_, watchdogco0_.COMPONENT_DISTRIBUTION_STATUS as componen3_12_0_, watchdogco0_.CREATE_TIME as create_t4_12_0_, watchdogco0_.MODIFY_TIME as modify_t5_12_0_ from watchdog_per_component_distribution_status watchdogco0_ where watchdogco0_.COMPONENT_NAME=? and watchdogco0_.DISTRIBUTION_ID=? Hibernate: insert into watchdog_per_component_distribution_status (COMPONENT_DISTRIBUTION_STATUS, CREATE_TIME, MODIFY_TIME, COMPONENT_NAME, DISTRIBUTION_ID) values (?, ?, ?, ?, ?) 2022-11-13T04:35:50.451Z|0bc1ed58-a1c1-4d04-8bed-12d0375391db|pool-2-thread-7|||||DEBUG|500||received message from topic 2022-11-13T04:35:50.451Z|0bc1ed58-a1c1-4d04-8bed-12d0375391db|pool-2-thread-7|||||DEBUG|500||recieved notification from broker: { "distributionID": "fe60c572-154d-4a52-8950-66e115830220", "consumerID": "clamp", "timestamp": 1668313993487, "artifactURL": "/sdc/v1/catalog/services/BasicVmMacro/1.0/resourceInstances/basic_vm_macro0/artifacts/base_ubuntu20.yaml", "status": "NOT_NOTIFIED" } 2022-11-13T04:35:50.452Z|0bc1ed58-a1c1-4d04-8bed-12d0375391db|pool-2-thread-7|||||INFO|500||Missing status on Status Object. 2022-11-13T04:35:50.452Z|0bc1ed58-a1c1-4d04-8bed-12d0375391db|pool-2-thread-7|||||DEBUG|500||received message from topic 2022-11-13T04:35:50.452Z|0bc1ed58-a1c1-4d04-8bed-12d0375391db|pool-2-thread-7|||||DEBUG|500||recieved notification from broker: { "distributionID": "fe60c572-154d-4a52-8950-66e115830220", "consumerID": "multicloud-k8s-id", "timestamp": 1668313987601, "artifactURL": "/sdc/v1/catalog/services/BasicVmMacro/1.0/resourceInstances/basic_vm_macro0/artifacts/base_ubuntu20.env", "status": "NOTIFIED" } 2022-11-13T04:35:50.453Z|0bc1ed58-a1c1-4d04-8bed-12d0375391db|pool-2-thread-7|||||INFO|500||Missing status on Status Object. 2022-11-13T04:35:50.453Z|0bc1ed58-a1c1-4d04-8bed-12d0375391db|pool-2-thread-7|||||DEBUG|500||received message from topic 2022-11-13T04:35:50.453Z|0bc1ed58-a1c1-4d04-8bed-12d0375391db|pool-2-thread-7|||||DEBUG|500||recieved notification from broker: { "distributionID": "fe60c572-154d-4a52-8950-66e115830220", "consumerID": "cds", "timestamp": 1668313985944, "artifactURL": "/sdc/v1/catalog/services/BasicVmMacro/1.0/resourceInstances/basic_vm_macro0/artifacts/base_ubuntu20.env", "status": "NOT_NOTIFIED" } 2022-11-13T04:35:50.453Z|0bc1ed58-a1c1-4d04-8bed-12d0375391db|pool-2-thread-7|||||INFO|500||Missing status on Status Object. 2022-11-13T04:35:50.453Z|0bc1ed58-a1c1-4d04-8bed-12d0375391db|pool-2-thread-7|||||DEBUG|500||received message from topic 2022-11-13T04:35:50.453Z|0bc1ed58-a1c1-4d04-8bed-12d0375391db|pool-2-thread-7|||||DEBUG|500||recieved notification from broker: { "distributionID": "fe60c572-154d-4a52-8950-66e115830220", "consumerID": "aai-ml", "timestamp": 1668313993062, "artifactURL": "/sdc/v1/catalog/services/BasicVmMacro/1.0/resourceInstances/basic_vm_macro0/artifacts/vendor-license-model.xml", "status": "NOT_NOTIFIED" } 2022-11-13T04:35:50.454Z|0bc1ed58-a1c1-4d04-8bed-12d0375391db|pool-2-thread-7|||||INFO|500||Missing status on Status Object. 2022-11-13T04:35:50.454Z|0bc1ed58-a1c1-4d04-8bed-12d0375391db|pool-2-thread-7|||||DEBUG|500||received message from topic 2022-11-13T04:35:50.454Z|0bc1ed58-a1c1-4d04-8bed-12d0375391db|pool-2-thread-7|||||DEBUG|500||recieved notification from broker: { "distributionID": "fe60c572-154d-4a52-8950-66e115830220", "consumerID": "clamp", "timestamp": 1668313993487, "artifactURL": "/sdc/v1/catalog/services/BasicVmMacro/1.0/resourceInstances/basic_vm_macro0/artifacts/vendor-license-model.xml", "status": "NOT_NOTIFIED" } 2022-11-13T04:35:50.455Z|0bc1ed58-a1c1-4d04-8bed-12d0375391db|pool-2-thread-7|||||INFO|500||Missing status on Status Object. 2022-11-13T04:35:50.455Z|0bc1ed58-a1c1-4d04-8bed-12d0375391db|pool-2-thread-7|||||DEBUG|500||received message from topic 2022-11-13T04:35:50.455Z|0bc1ed58-a1c1-4d04-8bed-12d0375391db|pool-2-thread-7|||||DEBUG|500||recieved notification from broker: { "distributionID": "fe60c572-154d-4a52-8950-66e115830220", "consumerID": "multicloud-k8s-id", "timestamp": 1668313987601, "artifactURL": "/sdc/v1/catalog/services/BasicVmMacro/1.0/resourceInstances/basic_vm_macro0/artifacts/BASIC_VM_enriched.zip", "status": "NOT_NOTIFIED" } 2022-11-13T04:35:50.455Z|0bc1ed58-a1c1-4d04-8bed-12d0375391db|pool-2-thread-7|||||INFO|500||Missing status on Status Object. 2022-11-13T04:35:50.455Z|0bc1ed58-a1c1-4d04-8bed-12d0375391db|pool-2-thread-7|||||DEBUG|500||received message from topic 2022-11-13T04:35:50.456Z|0bc1ed58-a1c1-4d04-8bed-12d0375391db|pool-2-thread-7|||||DEBUG|500||recieved notification from broker: { "distributionID": "fe60c572-154d-4a52-8950-66e115830220", "consumerID": "cds", "timestamp": 1668313985944, "artifactURL": "/sdc/v1/catalog/services/BasicVmMacro/1.0/resourceInstances/basic_vm_macro0/artifacts/BASIC_VM_enriched.zip", "status": "NOT_NOTIFIED" } 2022-11-13T04:35:50.456Z|0bc1ed58-a1c1-4d04-8bed-12d0375391db|pool-2-thread-7|||||INFO|500||Missing status on Status Object. 2022-11-13T04:35:50.456Z|0bc1ed58-a1c1-4d04-8bed-12d0375391db|pool-2-thread-7|||||DEBUG|500||received message from topic 2022-11-13T04:35:50.457Z|0bc1ed58-a1c1-4d04-8bed-12d0375391db|pool-2-thread-7|||||DEBUG|500||recieved notification from broker: { "distributionID": "fe60c572-154d-4a52-8950-66e115830220", "consumerID": "aai-ml", "timestamp": 1668313993062, "artifactURL": "/sdc/v1/catalog/services/BasicVmMacro/1.0/resourceInstances/basic_vm_macro0/artifacts/base_ubuntu20.env", "status": "NOT_NOTIFIED" } 2022-11-13T04:35:50.457Z|0bc1ed58-a1c1-4d04-8bed-12d0375391db|pool-2-thread-7|||||INFO|500||Missing status on Status Object. 2022-11-13T04:35:50.457Z|0bc1ed58-a1c1-4d04-8bed-12d0375391db|pool-2-thread-7|||||DEBUG|500||received message from topic 2022-11-13T04:35:50.457Z|0bc1ed58-a1c1-4d04-8bed-12d0375391db|pool-2-thread-7|||||DEBUG|500||recieved notification from broker: { "distributionID": "fe60c572-154d-4a52-8950-66e115830220", "consumerID": "clamp", "timestamp": 1668313993487, "artifactURL": "/sdc/v1/catalog/services/BasicVmMacro/1.0/resourceInstances/basic_vm_macro0/artifacts/base_ubuntu20.env", "status": "NOT_NOTIFIED" } 2022-11-13T04:35:50.457Z|0bc1ed58-a1c1-4d04-8bed-12d0375391db|pool-2-thread-7|||||INFO|500||Missing status on Status Object. 2022-11-13T04:35:50.457Z|0bc1ed58-a1c1-4d04-8bed-12d0375391db|pool-2-thread-7|||||DEBUG|500||received message from topic 2022-11-13T04:35:50.458Z|0bc1ed58-a1c1-4d04-8bed-12d0375391db|pool-2-thread-7|||||DEBUG|500||recieved notification from broker: { "distributionID": "fe60c572-154d-4a52-8950-66e115830220", "consumerID": "multicloud-k8s-id", "timestamp": 1668313987601, "artifactURL": "/sdc/v1/catalog/services/BasicVmMacro/1.0/artifacts/service-BasicVmMacro-template.yml", "status": "NOT_NOTIFIED" } 2022-11-13T04:35:50.458Z|0bc1ed58-a1c1-4d04-8bed-12d0375391db|pool-2-thread-7|||||INFO|500||Missing status on Status Object. 2022-11-13T04:35:50.458Z|0bc1ed58-a1c1-4d04-8bed-12d0375391db|pool-2-thread-7|||||DEBUG|500||received message from topic 2022-11-13T04:35:50.459Z|0bc1ed58-a1c1-4d04-8bed-12d0375391db|pool-2-thread-7|||||DEBUG|500||recieved notification from broker: { "distributionID": "fe60c572-154d-4a52-8950-66e115830220", "consumerID": "cds", "timestamp": 1668313985944, "artifactURL": "/sdc/v1/catalog/services/BasicVmMacro/1.0/artifacts/service-BasicVmMacro-template.yml", "status": "NOT_NOTIFIED" } 2022-11-13T04:35:50.459Z|0bc1ed58-a1c1-4d04-8bed-12d0375391db|pool-2-thread-7|||||INFO|500||Missing status on Status Object. 2022-11-13T04:35:50.459Z|0bc1ed58-a1c1-4d04-8bed-12d0375391db|pool-2-thread-7|||||DEBUG|500||received message from topic 2022-11-13T04:35:50.459Z|0bc1ed58-a1c1-4d04-8bed-12d0375391db|pool-2-thread-7|||||DEBUG|500||recieved notification from broker: { "distributionID": "fe60c572-154d-4a52-8950-66e115830220", "consumerID": "aai-ml", "timestamp": 1668313993062, "artifactURL": "/sdc/v1/catalog/services/BasicVmMacro/1.0/resourceInstances/basic_vm_macro0/artifacts/BASIC_VM_enriched.zip", "status": "NOT_NOTIFIED" } 2022-11-13T04:35:50.459Z|0bc1ed58-a1c1-4d04-8bed-12d0375391db|pool-2-thread-7|||||INFO|500||Missing status on Status Object. 2022-11-13T04:35:50.459Z|0bc1ed58-a1c1-4d04-8bed-12d0375391db|pool-2-thread-7|||||DEBUG|500||received message from topic 2022-11-13T04:35:50.460Z|0bc1ed58-a1c1-4d04-8bed-12d0375391db|pool-2-thread-7|||||DEBUG|500||recieved notification from broker: { "distributionID": "fe60c572-154d-4a52-8950-66e115830220", "consumerID": "clamp", "timestamp": 1668313993487, "artifactURL": "/sdc/v1/catalog/services/BasicVmMacro/1.0/resourceInstances/basic_vm_macro0/artifacts/BASIC_VM_enriched.zip", "status": "NOT_NOTIFIED" } 2022-11-13T04:35:50.460Z|0bc1ed58-a1c1-4d04-8bed-12d0375391db|pool-2-thread-7|||||INFO|500||Missing status on Status Object. 2022-11-13T04:35:50.460Z|0bc1ed58-a1c1-4d04-8bed-12d0375391db|pool-2-thread-7|||||DEBUG|500||received message from topic 2022-11-13T04:35:50.460Z|0bc1ed58-a1c1-4d04-8bed-12d0375391db|pool-2-thread-7|||||DEBUG|500||recieved notification from broker: { "distributionID": "fe60c572-154d-4a52-8950-66e115830220", "consumerID": "multicloud-k8s-id", "timestamp": 1668313987601, "artifactURL": "/sdc/v1/catalog/services/BasicVmMacro/1.0/artifacts/service-BasicVmMacro-csar.csar", "status": "NOTIFIED" } 2022-11-13T04:35:50.460Z|0bc1ed58-a1c1-4d04-8bed-12d0375391db|pool-2-thread-7|||||INFO|500||Missing status on Status Object. 2022-11-13T04:35:50.461Z|0bc1ed58-a1c1-4d04-8bed-12d0375391db|pool-2-thread-7|||||DEBUG|500||received message from topic 2022-11-13T04:35:50.461Z|0bc1ed58-a1c1-4d04-8bed-12d0375391db|pool-2-thread-7|||||DEBUG|500||recieved notification from broker: { "distributionID": "fe60c572-154d-4a52-8950-66e115830220", "consumerID": "cds", "timestamp": 1668313985944, "artifactURL": "/sdc/v1/catalog/services/BasicVmMacro/1.0/artifacts/service-BasicVmMacro-csar.csar", "status": "NOTIFIED" } 2022-11-13T04:35:50.461Z|0bc1ed58-a1c1-4d04-8bed-12d0375391db|pool-2-thread-7|||||INFO|500||Missing status on Status Object. 2022-11-13T04:35:50.461Z|0bc1ed58-a1c1-4d04-8bed-12d0375391db|pool-2-thread-7|||||DEBUG|500||received message from topic 2022-11-13T04:35:50.461Z|0bc1ed58-a1c1-4d04-8bed-12d0375391db|pool-2-thread-7|||||DEBUG|500||recieved notification from broker: { "distributionID": "fe60c572-154d-4a52-8950-66e115830220", "consumerID": "aai-ml", "timestamp": 1668313993062, "artifactURL": "/sdc/v1/catalog/services/BasicVmMacro/1.0/artifacts/service-BasicVmMacro-template.yml", "status": "NOT_NOTIFIED" } 2022-11-13T04:35:50.461Z|0bc1ed58-a1c1-4d04-8bed-12d0375391db|pool-2-thread-7|||||INFO|500||Missing status on Status Object. 2022-11-13T04:35:50.462Z|0bc1ed58-a1c1-4d04-8bed-12d0375391db|pool-2-thread-7|||||DEBUG|500||received message from topic 2022-11-13T04:35:50.462Z|0bc1ed58-a1c1-4d04-8bed-12d0375391db|pool-2-thread-7|||||DEBUG|500||recieved notification from broker: { "distributionID": "fe60c572-154d-4a52-8950-66e115830220", "consumerID": "clamp", "timestamp": 1668313993487, "artifactURL": "/sdc/v1/catalog/services/BasicVmMacro/1.0/artifacts/service-BasicVmMacro-template.yml", "status": "NOT_NOTIFIED" } 2022-11-13T04:35:50.462Z|0bc1ed58-a1c1-4d04-8bed-12d0375391db|pool-2-thread-7|||||INFO|500||Missing status on Status Object. 2022-11-13T04:35:50.462Z|0bc1ed58-a1c1-4d04-8bed-12d0375391db|pool-2-thread-7|||||DEBUG|500||received message from topic 2022-11-13T04:35:50.462Z|0bc1ed58-a1c1-4d04-8bed-12d0375391db|pool-2-thread-7|||||DEBUG|500||recieved notification from broker: { "distributionID": "fe60c572-154d-4a52-8950-66e115830220", "consumerID": "cds", "timestamp": 1668314000720, "artifactURL": "/sdc/v1/catalog/services/BasicVmMacro/1.0/artifacts/service-BasicVmMacro-csar.csar", "status": "DOWNLOAD_OK" } 2022-11-13T04:35:50.462Z|0bc1ed58-a1c1-4d04-8bed-12d0375391db|pool-2-thread-7|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error' 2022-11-13T04:35:50.463Z|0bc1ed58-a1c1-4d04-8bed-12d0375391db|pool-2-thread-7|||||DEBUG|500||received message from topic 2022-11-13T04:35:50.463Z|0bc1ed58-a1c1-4d04-8bed-12d0375391db|pool-2-thread-7|||||DEBUG|500||recieved notification from broker: { "distributionID": "fe60c572-154d-4a52-8950-66e115830220", "consumerID": "multicloud-k8s-id", "timestamp": 1668314000735, "artifactURL": "/sdc/v1/catalog/services/BasicVmMacro/1.0/resourceInstances/basic_vm_macro0/artifacts/basic_vm_macro0_modules.json", "status": "DOWNLOAD_OK" } 2022-11-13T04:35:50.463Z|0bc1ed58-a1c1-4d04-8bed-12d0375391db|pool-2-thread-7|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error' 2022-11-13T04:35:50.463Z|0bc1ed58-a1c1-4d04-8bed-12d0375391db|pool-2-thread-7|||||DEBUG|500||received message from topic 2022-11-13T04:35:50.463Z|0bc1ed58-a1c1-4d04-8bed-12d0375391db|pool-2-thread-7|||||DEBUG|500||recieved notification from broker: { "distributionID": "fe60c572-154d-4a52-8950-66e115830220", "consumerID": "aai-ml", "timestamp": 1668313993062, "artifactURL": "/sdc/v1/catalog/services/BasicVmMacro/1.0/artifacts/service-BasicVmMacro-csar.csar", "status": "NOTIFIED" } 2022-11-13T04:35:50.464Z|0bc1ed58-a1c1-4d04-8bed-12d0375391db|pool-2-thread-7|||||INFO|500||Missing status on Status Object. 2022-11-13T04:35:50.464Z|0bc1ed58-a1c1-4d04-8bed-12d0375391db|pool-2-thread-7|||||DEBUG|500||received message from topic 2022-11-13T04:35:50.464Z|0bc1ed58-a1c1-4d04-8bed-12d0375391db|pool-2-thread-7|||||DEBUG|500||recieved notification from broker: { "distributionID": "fe60c572-154d-4a52-8950-66e115830220", "consumerID": "policy-id", "timestamp": 1668314000440, "artifactURL": "/sdc/v1/catalog/services/BasicVmMacro/1.0/resourceInstances/basic_vm_macro0/artifacts/vf-license-model.xml", "status": "NOT_NOTIFIED" } 2022-11-13T04:35:50.464Z|0bc1ed58-a1c1-4d04-8bed-12d0375391db|pool-2-thread-7|||||INFO|500||Missing status on Status Object. 2022-11-13T04:35:50.464Z|0bc1ed58-a1c1-4d04-8bed-12d0375391db|pool-2-thread-7|||||DEBUG|500||received message from topic 2022-11-13T04:35:50.464Z|0bc1ed58-a1c1-4d04-8bed-12d0375391db|pool-2-thread-7|||||DEBUG|500||recieved notification from broker: { "distributionID": "fe60c572-154d-4a52-8950-66e115830220", "consumerID": "clamp", "timestamp": 1668313993487, "artifactURL": "/sdc/v1/catalog/services/BasicVmMacro/1.0/artifacts/service-BasicVmMacro-csar.csar", "status": "NOTIFIED" } 2022-11-13T04:35:50.464Z|0bc1ed58-a1c1-4d04-8bed-12d0375391db|pool-2-thread-7|||||INFO|500||Missing status on Status Object. 2022-11-13T04:35:50.464Z|0bc1ed58-a1c1-4d04-8bed-12d0375391db|pool-2-thread-7|||||DEBUG|500||received message from topic 2022-11-13T04:35:50.465Z|0bc1ed58-a1c1-4d04-8bed-12d0375391db|pool-2-thread-7|||||DEBUG|500||recieved notification from broker: { "distributionID": "fe60c572-154d-4a52-8950-66e115830220", "consumerID": "multicloud-k8s-id", "timestamp": 1668314001787, "artifactURL": "/sdc/v1/catalog/services/BasicVmMacro/1.0/resourceInstances/basic_vm_macro0/artifacts/base_ubuntu20.yaml", "status": "DOWNLOAD_OK" } 2022-11-13T04:35:50.465Z|0bc1ed58-a1c1-4d04-8bed-12d0375391db|pool-2-thread-7|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error' 2022-11-13T04:35:50.465Z|0bc1ed58-a1c1-4d04-8bed-12d0375391db|pool-2-thread-7|||||DEBUG|500||received message from topic 2022-11-13T04:35:50.465Z|0bc1ed58-a1c1-4d04-8bed-12d0375391db|pool-2-thread-7|||||DEBUG|500||recieved notification from broker: { "distributionID": "fe60c572-154d-4a52-8950-66e115830220", "consumerID": "aai-ml", "timestamp": 1668314001797, "artifactURL": "/sdc/v1/catalog/services/BasicVmMacro/1.0/artifacts/service-BasicVmMacro-csar.csar", "status": "DOWNLOAD_OK" } 2022-11-13T04:35:50.465Z|0bc1ed58-a1c1-4d04-8bed-12d0375391db|pool-2-thread-7|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error' 2022-11-13T04:35:50.465Z|0bc1ed58-a1c1-4d04-8bed-12d0375391db|pool-2-thread-7|||||DEBUG|500||received message from topic 2022-11-13T04:35:50.465Z|0bc1ed58-a1c1-4d04-8bed-12d0375391db|pool-2-thread-7|||||DEBUG|500||recieved notification from broker: { "distributionID": "fe60c572-154d-4a52-8950-66e115830220", "consumerID": "cds", "timestamp": 1668314001958, "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 (?, ?, ?, ?, ?) 2022-11-13T04:35:50.486Z|0bc1ed58-a1c1-4d04-8bed-12d0375391db|pool-2-thread-7|||||DEBUG|500||Receive a callback componentStatus in ASDC, for componentName: cds and status of COMPONENT_DONE_OK distributionID of fe60c572-154d-4a52-8950-66e115830220 2022-11-13T04:35:50.486Z|0bc1ed58-a1c1-4d04-8bed-12d0375391db|pool-2-thread-7|||||DEBUG|500||Entering installTheComponentStatus for distributionId fe60c572-154d-4a52-8950-66e115830220 and ComponentName cds Hibernate: select watchdogco0_.COMPONENT_NAME as componen1_12_0_, watchdogco0_.DISTRIBUTION_ID as distribu2_12_0_, watchdogco0_.COMPONENT_DISTRIBUTION_STATUS as componen3_12_0_, watchdogco0_.CREATE_TIME as create_t4_12_0_, watchdogco0_.MODIFY_TIME as modify_t5_12_0_ from watchdog_per_component_distribution_status watchdogco0_ where watchdogco0_.COMPONENT_NAME=? and watchdogco0_.DISTRIBUTION_ID=? Hibernate: insert into watchdog_per_component_distribution_status (COMPONENT_DISTRIBUTION_STATUS, CREATE_TIME, MODIFY_TIME, COMPONENT_NAME, DISTRIBUTION_ID) values (?, ?, ?, ?, ?) 2022-11-13T04:35:50.493Z|0bc1ed58-a1c1-4d04-8bed-12d0375391db|pool-2-thread-7|||||DEBUG|500||received message from topic 2022-11-13T04:35:50.493Z|0bc1ed58-a1c1-4d04-8bed-12d0375391db|pool-2-thread-7|||||DEBUG|500||recieved notification from broker: { "distributionID": "fe60c572-154d-4a52-8950-66e115830220", "consumerID": "policy-id", "timestamp": 1668314000440, "artifactURL": "/sdc/v1/catalog/services/BasicVmMacro/1.0/resourceInstances/basic_vm_macro0/artifacts/basic_vm_macro0_modules.json", "status": "NOT_NOTIFIED" } 2022-11-13T04:35:50.493Z|0bc1ed58-a1c1-4d04-8bed-12d0375391db|pool-2-thread-7|||||INFO|500||Missing status on Status Object. 2022-11-13T04:35:50.493Z|0bc1ed58-a1c1-4d04-8bed-12d0375391db|pool-2-thread-7|||||DEBUG|500||received message from topic 2022-11-13T04:35:50.493Z|0bc1ed58-a1c1-4d04-8bed-12d0375391db|pool-2-thread-7|||||DEBUG|500||recieved notification from broker: { "distributionID": "fe60c572-154d-4a52-8950-66e115830220", "consumerID": "ves-openapi-manager", "timestamp": 1668314001883, "artifactURL": "/sdc/v1/catalog/services/BasicVmMacro/1.0/resourceInstances/basic_vm_macro0/artifacts/vf-license-model.xml", "status": "NOT_NOTIFIED" } 2022-11-13T04:35:50.494Z|0bc1ed58-a1c1-4d04-8bed-12d0375391db|pool-2-thread-7|||||INFO|500||Missing status on Status Object. 2022-11-13T04:35:50.494Z|0bc1ed58-a1c1-4d04-8bed-12d0375391db|pool-2-thread-7|||||DEBUG|500||received message from topic 2022-11-13T04:35:50.494Z|0bc1ed58-a1c1-4d04-8bed-12d0375391db|pool-2-thread-7|||||DEBUG|500||recieved notification from broker: { "distributionID": "fe60c572-154d-4a52-8950-66e115830220", "consumerID": "multicloud-k8s-id", "timestamp": 1668314002860, "artifactURL": "/sdc/v1/catalog/services/BasicVmMacro/1.0/resourceInstances/basic_vm_macro0/artifacts/base_ubuntu20.env", "status": "DOWNLOAD_OK" } 2022-11-13T04:35:50.494Z|0bc1ed58-a1c1-4d04-8bed-12d0375391db|pool-2-thread-7|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error' 2022-11-13T04:35:50.494Z|0bc1ed58-a1c1-4d04-8bed-12d0375391db|pool-2-thread-7|||||DEBUG|500||received message from topic 2022-11-13T04:35:50.494Z|0bc1ed58-a1c1-4d04-8bed-12d0375391db|pool-2-thread-7|||||DEBUG|500||recieved notification from broker: { "distributionID": "fe60c572-154d-4a52-8950-66e115830220", "consumerID": "policy-id", "timestamp": 1668314000440, "artifactURL": "/sdc/v1/catalog/services/BasicVmMacro/1.0/resourceInstances/basic_vm_macro0/artifacts/base_ubuntu20.yaml", "status": "NOTIFIED" } 2022-11-13T04:35:50.495Z|0bc1ed58-a1c1-4d04-8bed-12d0375391db|pool-2-thread-7|||||INFO|500||Missing status on Status Object. 2022-11-13T04:35:50.495Z|0bc1ed58-a1c1-4d04-8bed-12d0375391db|pool-2-thread-7|||||DEBUG|500||received message from topic 2022-11-13T04:35:50.495Z|0bc1ed58-a1c1-4d04-8bed-12d0375391db|pool-2-thread-7|||||DEBUG|500||recieved notification from broker: { "distributionID": "fe60c572-154d-4a52-8950-66e115830220", "consumerID": "ves-openapi-manager", "timestamp": 1668314001883, "artifactURL": "/sdc/v1/catalog/services/BasicVmMacro/1.0/resourceInstances/basic_vm_macro0/artifacts/basic_vm_macro0_modules.json", "status": "NOT_NOTIFIED" } 2022-11-13T04:35:50.495Z|0bc1ed58-a1c1-4d04-8bed-12d0375391db|pool-2-thread-7|||||INFO|500||Missing status on Status Object. 2022-11-13T04:35:50.495Z|0bc1ed58-a1c1-4d04-8bed-12d0375391db|pool-2-thread-7|||||DEBUG|500||received message from topic 2022-11-13T04:35:50.495Z|0bc1ed58-a1c1-4d04-8bed-12d0375391db|pool-2-thread-7|||||DEBUG|500||recieved notification from broker: { "distributionID": "fe60c572-154d-4a52-8950-66e115830220", "consumerID": "multicloud-k8s-id", "timestamp": 1668314003884, "artifactURL": "", "status": "COMPONENT_DONE_OK", "componentName": "POLICY" } Hibernate: select watchdogdi0_.DISTRIBUTION_ID as distribu1_11_0_, watchdogdi0_.CREATE_TIME as create_t2_11_0_, watchdogdi0_.DISTRIBUTION_ID_STATUS as distribu3_11_0_, watchdogdi0_.MODIFY_TIME as modify_t4_11_0_, watchdogdi0_.LOCK_VERSION as lock_ver5_11_0_ from watchdog_distributionid_status watchdogdi0_ where watchdogdi0_.DISTRIBUTION_ID=? 2022-11-13T04:35:50.499Z|0bc1ed58-a1c1-4d04-8bed-12d0375391db|pool-2-thread-7|||||DEBUG|500||Receive a callback componentStatus in ASDC, for componentName: POLICY and status of COMPONENT_DONE_OK distributionID of fe60c572-154d-4a52-8950-66e115830220 2022-11-13T04:35:50.500Z|0bc1ed58-a1c1-4d04-8bed-12d0375391db|pool-2-thread-7|||||DEBUG|500||Entering installTheComponentStatus for distributionId fe60c572-154d-4a52-8950-66e115830220 and ComponentName POLICY Hibernate: select watchdogco0_.COMPONENT_NAME as componen1_12_0_, watchdogco0_.DISTRIBUTION_ID as distribu2_12_0_, watchdogco0_.COMPONENT_DISTRIBUTION_STATUS as componen3_12_0_, watchdogco0_.CREATE_TIME as create_t4_12_0_, watchdogco0_.MODIFY_TIME as modify_t5_12_0_ from watchdog_per_component_distribution_status watchdogco0_ where watchdogco0_.COMPONENT_NAME=? and watchdogco0_.DISTRIBUTION_ID=? Hibernate: insert into watchdog_per_component_distribution_status (COMPONENT_DISTRIBUTION_STATUS, CREATE_TIME, MODIFY_TIME, COMPONENT_NAME, DISTRIBUTION_ID) values (?, ?, ?, ?, ?) 2022-11-13T04:35:50.507Z|0bc1ed58-a1c1-4d04-8bed-12d0375391db|pool-2-thread-7|||||DEBUG|500||received message from topic 2022-11-13T04:35:50.507Z|0bc1ed58-a1c1-4d04-8bed-12d0375391db|pool-2-thread-7|||||DEBUG|500||recieved notification from broker: { "distributionID": "fe60c572-154d-4a52-8950-66e115830220", "consumerID": "policy-id", "timestamp": 1668314000440, "artifactURL": "/sdc/v1/catalog/services/BasicVmMacro/1.0/resourceInstances/basic_vm_macro0/artifacts/vendor-license-model.xml", "status": "NOT_NOTIFIED" } 2022-11-13T04:35:50.507Z|0bc1ed58-a1c1-4d04-8bed-12d0375391db|pool-2-thread-7|||||INFO|500||Missing status on Status Object. 2022-11-13T04:35:50.507Z|0bc1ed58-a1c1-4d04-8bed-12d0375391db|pool-2-thread-7|||||DEBUG|500||received message from topic 2022-11-13T04:35:50.507Z|0bc1ed58-a1c1-4d04-8bed-12d0375391db|pool-2-thread-7|||||DEBUG|500||recieved notification from broker: { "distributionID": "fe60c572-154d-4a52-8950-66e115830220", "consumerID": "ves-openapi-manager", "timestamp": 1668314001883, "artifactURL": "/sdc/v1/catalog/services/BasicVmMacro/1.0/resourceInstances/basic_vm_macro0/artifacts/base_ubuntu20.yaml", "status": "NOT_NOTIFIED" } 2022-11-13T04:35:50.507Z|0bc1ed58-a1c1-4d04-8bed-12d0375391db|pool-2-thread-7|||||INFO|500||Missing status on Status Object. 2022-11-13T04:35:50.508Z|0bc1ed58-a1c1-4d04-8bed-12d0375391db|pool-2-thread-7|||||DEBUG|500||received message from topic 2022-11-13T04:35:50.508Z|0bc1ed58-a1c1-4d04-8bed-12d0375391db|pool-2-thread-7|||||DEBUG|500||recieved notification from broker: { "distributionID": "fe60c572-154d-4a52-8950-66e115830220", "consumerID": "multicloud-k8s-id", "timestamp": 1668314004889, "artifactURL": "/sdc/v1/catalog/services/BasicVmMacro/1.0/resourceInstances/basic_vm_macro0/artifacts/basic_vm_macro0_modules.json", "status": "DEPLOY_OK" } 2022-11-13T04:35:50.508Z|0bc1ed58-a1c1-4d04-8bed-12d0375391db|pool-2-thread-7|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error' 2022-11-13T04:35:50.508Z|0bc1ed58-a1c1-4d04-8bed-12d0375391db|pool-2-thread-7|||||DEBUG|500||received message from topic 2022-11-13T04:35:50.508Z|0bc1ed58-a1c1-4d04-8bed-12d0375391db|pool-2-thread-7|||||DEBUG|500||recieved notification from broker: { "distributionID": "fe60c572-154d-4a52-8950-66e115830220", "consumerID": "policy-id", "timestamp": 1668314000440, "artifactURL": "/sdc/v1/catalog/services/BasicVmMacro/1.0/resourceInstances/basic_vm_macro0/artifacts/base_ubuntu20.env", "status": "NOT_NOTIFIED" } 2022-11-13T04:35:50.508Z|0bc1ed58-a1c1-4d04-8bed-12d0375391db|pool-2-thread-7|||||INFO|500||Missing status on Status Object. 2022-11-13T04:35:50.508Z|0bc1ed58-a1c1-4d04-8bed-12d0375391db|pool-2-thread-7|||||DEBUG|500||received message from topic 2022-11-13T04:35:50.508Z|0bc1ed58-a1c1-4d04-8bed-12d0375391db|pool-2-thread-7|||||DEBUG|500||recieved notification from broker: { "distributionID": "fe60c572-154d-4a52-8950-66e115830220", "consumerID": "ves-openapi-manager", "timestamp": 1668314001883, "artifactURL": "/sdc/v1/catalog/services/BasicVmMacro/1.0/resourceInstances/basic_vm_macro0/artifacts/vendor-license-model.xml", "status": "NOT_NOTIFIED" } 2022-11-13T04:35:50.509Z|0bc1ed58-a1c1-4d04-8bed-12d0375391db|pool-2-thread-7|||||INFO|500||Missing status on Status Object. 2022-11-13T04:35:50.509Z|0bc1ed58-a1c1-4d04-8bed-12d0375391db|pool-2-thread-7|||||DEBUG|500||received message from topic 2022-11-13T04:35:50.509Z|0bc1ed58-a1c1-4d04-8bed-12d0375391db|pool-2-thread-7|||||DEBUG|500||recieved notification from broker: { "distributionID": "fe60c572-154d-4a52-8950-66e115830220", "consumerID": "policy-id", "timestamp": 1668314000440, "artifactURL": "/sdc/v1/catalog/services/BasicVmMacro/1.0/resourceInstances/basic_vm_macro0/artifacts/BASIC_VM_enriched.zip", "status": "NOT_NOTIFIED" } 2022-11-13T04:35:50.509Z|0bc1ed58-a1c1-4d04-8bed-12d0375391db|pool-2-thread-7|||||INFO|500||Missing status on Status Object. 2022-11-13T04:35:50.509Z|0bc1ed58-a1c1-4d04-8bed-12d0375391db|pool-2-thread-7|||||DEBUG|500||received message from topic 2022-11-13T04:35:50.509Z|0bc1ed58-a1c1-4d04-8bed-12d0375391db|pool-2-thread-7|||||DEBUG|500||recieved notification from broker: { "distributionID": "fe60c572-154d-4a52-8950-66e115830220", "consumerID": "ves-openapi-manager", "timestamp": 1668314001883, "artifactURL": "/sdc/v1/catalog/services/BasicVmMacro/1.0/resourceInstances/basic_vm_macro0/artifacts/base_ubuntu20.env", "status": "NOT_NOTIFIED" } 2022-11-13T04:35:50.509Z|0bc1ed58-a1c1-4d04-8bed-12d0375391db|pool-2-thread-7|||||INFO|500||Missing status on Status Object. 2022-11-13T04:35:50.509Z|0bc1ed58-a1c1-4d04-8bed-12d0375391db|pool-2-thread-7|||||DEBUG|500||received message from topic 2022-11-13T04:35:50.510Z|0bc1ed58-a1c1-4d04-8bed-12d0375391db|pool-2-thread-7|||||DEBUG|500||recieved notification from broker: { "distributionID": "fe60c572-154d-4a52-8950-66e115830220", "consumerID": "policy-id", "timestamp": 1668314000440, "artifactURL": "/sdc/v1/catalog/services/BasicVmMacro/1.0/artifacts/service-BasicVmMacro-template.yml", "status": "NOT_NOTIFIED" } 2022-11-13T04:35:50.510Z|0bc1ed58-a1c1-4d04-8bed-12d0375391db|pool-2-thread-7|||||INFO|500||Missing status on Status Object. 2022-11-13T04:35:50.510Z|0bc1ed58-a1c1-4d04-8bed-12d0375391db|pool-2-thread-7|||||DEBUG|500||received message from topic 2022-11-13T04:35:50.510Z|0bc1ed58-a1c1-4d04-8bed-12d0375391db|pool-2-thread-7|||||DEBUG|500||recieved notification from broker: { "distributionID": "fe60c572-154d-4a52-8950-66e115830220", "consumerID": "ves-openapi-manager", "timestamp": 1668314001883, "artifactURL": "/sdc/v1/catalog/services/BasicVmMacro/1.0/resourceInstances/basic_vm_macro0/artifacts/BASIC_VM_enriched.zip", "status": "NOT_NOTIFIED" } 2022-11-13T04:35:50.510Z|0bc1ed58-a1c1-4d04-8bed-12d0375391db|pool-2-thread-7|||||INFO|500||Missing status on Status Object. 2022-11-13T04:35:50.510Z|0bc1ed58-a1c1-4d04-8bed-12d0375391db|pool-2-thread-7|||||DEBUG|500||received message from topic 2022-11-13T04:35:50.510Z|0bc1ed58-a1c1-4d04-8bed-12d0375391db|pool-2-thread-7|||||DEBUG|500||recieved notification from broker: { "distributionID": "fe60c572-154d-4a52-8950-66e115830220", "consumerID": "policy-id", "timestamp": 1668314000440, "artifactURL": "/sdc/v1/catalog/services/BasicVmMacro/1.0/artifacts/service-BasicVmMacro-csar.csar", "status": "NOTIFIED" } 2022-11-13T04:35:50.511Z|0bc1ed58-a1c1-4d04-8bed-12d0375391db|pool-2-thread-7|||||INFO|500||Missing status on Status Object. 2022-11-13T04:35:50.511Z|0bc1ed58-a1c1-4d04-8bed-12d0375391db|pool-2-thread-7|||||DEBUG|500||received message from topic 2022-11-13T04:35:50.511Z|0bc1ed58-a1c1-4d04-8bed-12d0375391db|pool-2-thread-7|||||DEBUG|500||recieved notification from broker: { "distributionID": "fe60c572-154d-4a52-8950-66e115830220", "consumerID": "ves-openapi-manager", "timestamp": 1668314001883, "artifactURL": "/sdc/v1/catalog/services/BasicVmMacro/1.0/artifacts/service-BasicVmMacro-template.yml", "status": "NOT_NOTIFIED" } 2022-11-13T04:35:50.511Z|0bc1ed58-a1c1-4d04-8bed-12d0375391db|pool-2-thread-7|||||INFO|500||Missing status on Status Object. 2022-11-13T04:35:50.511Z|0bc1ed58-a1c1-4d04-8bed-12d0375391db|pool-2-thread-7|||||DEBUG|500||received message from topic 2022-11-13T04:35:50.511Z|0bc1ed58-a1c1-4d04-8bed-12d0375391db|pool-2-thread-7|||||DEBUG|500||recieved notification from broker: { "distributionID": "fe60c572-154d-4a52-8950-66e115830220", "consumerID": "policy-id", "timestamp": 1668314009198, "artifactURL": "/sdc/v1/catalog/services/BasicVmMacro/1.0/artifacts/service-BasicVmMacro-csar.csar", "status": "DOWNLOAD_OK" } 2022-11-13T04:35:50.511Z|0bc1ed58-a1c1-4d04-8bed-12d0375391db|pool-2-thread-7|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error' 2022-11-13T04:35:50.512Z|0bc1ed58-a1c1-4d04-8bed-12d0375391db|pool-2-thread-7|||||DEBUG|500||received message from topic 2022-11-13T04:35:50.512Z|0bc1ed58-a1c1-4d04-8bed-12d0375391db|pool-2-thread-7|||||DEBUG|500||recieved notification from broker: { "distributionID": "fe60c572-154d-4a52-8950-66e115830220", "consumerID": "clamp", "timestamp": 1668314009215, "artifactURL": "/sdc/v1/catalog/services/BasicVmMacro/1.0/artifacts/service-BasicVmMacro-csar.csar", "status": "DOWNLOAD_OK" } 2022-11-13T04:35:50.512Z|0bc1ed58-a1c1-4d04-8bed-12d0375391db|pool-2-thread-7|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error' 2022-11-13T04:35:50.512Z|0bc1ed58-a1c1-4d04-8bed-12d0375391db|pool-2-thread-7|||||DEBUG|500||received message from topic 2022-11-13T04:35:50.512Z|0bc1ed58-a1c1-4d04-8bed-12d0375391db|pool-2-thread-7|||||DEBUG|500||recieved notification from broker: { "distributionID": "fe60c572-154d-4a52-8950-66e115830220", "consumerID": "ves-openapi-manager", "timestamp": 1668314001883, "artifactURL": "/sdc/v1/catalog/services/BasicVmMacro/1.0/artifacts/service-BasicVmMacro-csar.csar", "status": "NOT_NOTIFIED" } 2022-11-13T04:35:50.512Z|0bc1ed58-a1c1-4d04-8bed-12d0375391db|pool-2-thread-7|||||INFO|500||Missing status on Status Object. 2022-11-13T04:35:50.512Z|0bc1ed58-a1c1-4d04-8bed-12d0375391db|pool-2-thread-7|||||DEBUG|500||received message from topic 2022-11-13T04:35:50.512Z|0bc1ed58-a1c1-4d04-8bed-12d0375391db|pool-2-thread-7|||||DEBUG|500||recieved notification from broker: { "distributionID": "fe60c572-154d-4a52-8950-66e115830220", "consumerID": "aai-ml", "timestamp": 1668314009960, "artifactURL": "/sdc/v1/catalog/services/BasicVmMacro/1.0/artifacts/service-BasicVmMacro-csar.csar", "status": "DEPLOY_OK" } 2022-11-13T04:35:50.513Z|0bc1ed58-a1c1-4d04-8bed-12d0375391db|pool-2-thread-7|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error' 2022-11-13T04:35:50.513Z|0bc1ed58-a1c1-4d04-8bed-12d0375391db|pool-2-thread-7|||||DEBUG|500||received message from topic 2022-11-13T04:35:50.513Z|0bc1ed58-a1c1-4d04-8bed-12d0375391db|pool-2-thread-7|||||DEBUG|500||recieved notification from broker: { "distributionID": "fe60c572-154d-4a52-8950-66e115830220", "consumerID": "policy-id", "timestamp": 1668314010203, "artifactURL": "/sdc/v1/catalog/services/BasicVmMacro/1.0/artifacts/service-BasicVmMacro-csar.csar", "status": "DEPLOY_OK" } 2022-11-13T04:35:50.513Z|0bc1ed58-a1c1-4d04-8bed-12d0375391db|pool-2-thread-7|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error' 2022-11-13T04:35:50.513Z|0bc1ed58-a1c1-4d04-8bed-12d0375391db|pool-2-thread-7|||||DEBUG|500||received message from topic 2022-11-13T04:35:50.514Z|0bc1ed58-a1c1-4d04-8bed-12d0375391db|pool-2-thread-7|||||DEBUG|500||recieved notification from broker: { "distributionID": "fe60c572-154d-4a52-8950-66e115830220", "consumerID": "aai-ml", "timestamp": 1668314010964, "artifactURL": "", "status": "COMPONENT_DONE_OK", "componentName": "AAI" } Hibernate: select watchdogdi0_.DISTRIBUTION_ID as distribu1_11_0_, watchdogdi0_.CREATE_TIME as create_t2_11_0_, watchdogdi0_.DISTRIBUTION_ID_STATUS as distribu3_11_0_, watchdogdi0_.MODIFY_TIME as modify_t4_11_0_, watchdogdi0_.LOCK_VERSION as lock_ver5_11_0_ from watchdog_distributionid_status watchdogdi0_ where watchdogdi0_.DISTRIBUTION_ID=? 2022-11-13T04:35:50.520Z|0bc1ed58-a1c1-4d04-8bed-12d0375391db|pool-2-thread-7|||||DEBUG|500||Receive a callback componentStatus in ASDC, for componentName: AAI and status of COMPONENT_DONE_OK distributionID of fe60c572-154d-4a52-8950-66e115830220 2022-11-13T04:35:50.520Z|0bc1ed58-a1c1-4d04-8bed-12d0375391db|pool-2-thread-7|||||DEBUG|500||Entering installTheComponentStatus for distributionId fe60c572-154d-4a52-8950-66e115830220 and ComponentName AAI Hibernate: select watchdogco0_.COMPONENT_NAME as componen1_12_0_, watchdogco0_.DISTRIBUTION_ID as distribu2_12_0_, watchdogco0_.COMPONENT_DISTRIBUTION_STATUS as componen3_12_0_, watchdogco0_.CREATE_TIME as create_t4_12_0_, watchdogco0_.MODIFY_TIME as modify_t5_12_0_ from watchdog_per_component_distribution_status watchdogco0_ where watchdogco0_.COMPONENT_NAME=? and watchdogco0_.DISTRIBUTION_ID=? Hibernate: insert into watchdog_per_component_distribution_status (COMPONENT_DISTRIBUTION_STATUS, CREATE_TIME, MODIFY_TIME, COMPONENT_NAME, DISTRIBUTION_ID) values (?, ?, ?, ?, ?) 2022-11-13T04:35:50.528Z|0bc1ed58-a1c1-4d04-8bed-12d0375391db|pool-2-thread-7|||||DEBUG|500||received message from topic 2022-11-13T04:35:50.529Z|0bc1ed58-a1c1-4d04-8bed-12d0375391db|pool-2-thread-7|||||DEBUG|500||recieved notification from broker: { "distributionID": "fe60c572-154d-4a52-8950-66e115830220", "consumerID": "policy-id", "timestamp": 1668314011206, "artifactURL": "", "status": "COMPONENT_DONE_OK", "componentName": "POLICY" } Hibernate: select watchdogdi0_.DISTRIBUTION_ID as distribu1_11_0_, watchdogdi0_.CREATE_TIME as create_t2_11_0_, watchdogdi0_.DISTRIBUTION_ID_STATUS as distribu3_11_0_, watchdogdi0_.MODIFY_TIME as modify_t4_11_0_, watchdogdi0_.LOCK_VERSION as lock_ver5_11_0_ from watchdog_distributionid_status watchdogdi0_ where watchdogdi0_.DISTRIBUTION_ID=? 2022-11-13T04:35:50.534Z|0bc1ed58-a1c1-4d04-8bed-12d0375391db|pool-2-thread-7|||||DEBUG|500||Receive a callback componentStatus in ASDC, for componentName: POLICY and status of COMPONENT_DONE_OK distributionID of fe60c572-154d-4a52-8950-66e115830220 2022-11-13T04:35:50.535Z|0bc1ed58-a1c1-4d04-8bed-12d0375391db|pool-2-thread-7|||||DEBUG|500||Entering installTheComponentStatus for distributionId fe60c572-154d-4a52-8950-66e115830220 and ComponentName POLICY Hibernate: select watchdogco0_.COMPONENT_NAME as componen1_12_0_, watchdogco0_.DISTRIBUTION_ID as distribu2_12_0_, watchdogco0_.COMPONENT_DISTRIBUTION_STATUS as componen3_12_0_, watchdogco0_.CREATE_TIME as create_t4_12_0_, watchdogco0_.MODIFY_TIME as modify_t5_12_0_ from watchdog_per_component_distribution_status watchdogco0_ where watchdogco0_.COMPONENT_NAME=? and watchdogco0_.DISTRIBUTION_ID=? Hibernate: update watchdog_per_component_distribution_status set COMPONENT_DISTRIBUTION_STATUS=?, MODIFY_TIME=? where COMPONENT_NAME=? and DISTRIBUTION_ID=? 2022-11-13T04:35:50.541Z|0bc1ed58-a1c1-4d04-8bed-12d0375391db|pool-2-thread-7|||||DEBUG|500||received message from topic 2022-11-13T04:35:50.542Z|0bc1ed58-a1c1-4d04-8bed-12d0375391db|pool-2-thread-7|||||DEBUG|500||recieved notification from broker: { "distributionID": "fe60c572-154d-4a52-8950-66e115830220", "consumerID": "clamp", "timestamp": 1668314011223, "artifactURL": "/sdc/v1/catalog/services/BasicVmMacro/1.0/artifacts/service-BasicVmMacro-csar.csar", "status": "DEPLOY_OK" } 2022-11-13T04:35:50.542Z|0bc1ed58-a1c1-4d04-8bed-12d0375391db|pool-2-thread-7|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error' 2022-11-13T04:35:50.542Z|0bc1ed58-a1c1-4d04-8bed-12d0375391db|pool-2-thread-7|||||DEBUG|500||received message from topic 2022-11-13T04:35:50.543Z|0bc1ed58-a1c1-4d04-8bed-12d0375391db|pool-2-thread-7|||||DEBUG|500||recieved notification from broker: { "distributionID": "fe60c572-154d-4a52-8950-66e115830220", "consumerID": "sdc-COpenSource-Env11-sdnc-dockero", "timestamp": 1668314011118, "artifactURL": "/sdc/v1/catalog/services/BasicVmMacro/1.0/resourceInstances/basic_vm_macro0/artifacts/vf-license-model.xml", "status": "NOT_NOTIFIED" } 2022-11-13T04:35:50.543Z|0bc1ed58-a1c1-4d04-8bed-12d0375391db|pool-2-thread-7|||||INFO|500||Missing status on Status Object. 2022-11-13T04:35:50.543Z|0bc1ed58-a1c1-4d04-8bed-12d0375391db|pool-2-thread-7|||||DEBUG|500||received message from topic 2022-11-13T04:35:50.544Z|0bc1ed58-a1c1-4d04-8bed-12d0375391db|pool-2-thread-7|||||DEBUG|500||recieved notification from broker: { "distributionID": "fe60c572-154d-4a52-8950-66e115830220", "consumerID": "clamp", "timestamp": 1668314012228, "artifactURL": "", "status": "COMPONENT_DONE_OK", "componentName": "clamp" } Hibernate: select watchdogdi0_.DISTRIBUTION_ID as distribu1_11_0_, watchdogdi0_.CREATE_TIME as create_t2_11_0_, watchdogdi0_.DISTRIBUTION_ID_STATUS as distribu3_11_0_, watchdogdi0_.MODIFY_TIME as modify_t4_11_0_, watchdogdi0_.LOCK_VERSION as lock_ver5_11_0_ from watchdog_distributionid_status watchdogdi0_ where watchdogdi0_.DISTRIBUTION_ID=? 2022-11-13T04:35:50.548Z|0bc1ed58-a1c1-4d04-8bed-12d0375391db|pool-2-thread-7|||||DEBUG|500||Receive a callback componentStatus in ASDC, for componentName: clamp and status of COMPONENT_DONE_OK distributionID of fe60c572-154d-4a52-8950-66e115830220 2022-11-13T04:35:50.549Z|0bc1ed58-a1c1-4d04-8bed-12d0375391db|pool-2-thread-7|||||DEBUG|500||Entering installTheComponentStatus for distributionId fe60c572-154d-4a52-8950-66e115830220 and ComponentName clamp Hibernate: select watchdogco0_.COMPONENT_NAME as componen1_12_0_, watchdogco0_.DISTRIBUTION_ID as distribu2_12_0_, watchdogco0_.COMPONENT_DISTRIBUTION_STATUS as componen3_12_0_, watchdogco0_.CREATE_TIME as create_t4_12_0_, watchdogco0_.MODIFY_TIME as modify_t5_12_0_ from watchdog_per_component_distribution_status watchdogco0_ where watchdogco0_.COMPONENT_NAME=? and watchdogco0_.DISTRIBUTION_ID=? Hibernate: insert into watchdog_per_component_distribution_status (COMPONENT_DISTRIBUTION_STATUS, CREATE_TIME, MODIFY_TIME, COMPONENT_NAME, DISTRIBUTION_ID) values (?, ?, ?, ?, ?) 2022-11-13T04:35:50.557Z|0bc1ed58-a1c1-4d04-8bed-12d0375391db|pool-2-thread-7|||||DEBUG|500||received message from topic 2022-11-13T04:35:50.557Z|0bc1ed58-a1c1-4d04-8bed-12d0375391db|pool-2-thread-7|||||DEBUG|500||recieved notification from broker: { "distributionID": "fe60c572-154d-4a52-8950-66e115830220", "consumerID": "sdc-COpenSource-Env11-sdnc-dockero", "timestamp": 1668314011118, "artifactURL": "/sdc/v1/catalog/services/BasicVmMacro/1.0/resourceInstances/basic_vm_macro0/artifacts/basic_vm_macro0_modules.json", "status": "NOT_NOTIFIED" } 2022-11-13T04:35:50.558Z|0bc1ed58-a1c1-4d04-8bed-12d0375391db|pool-2-thread-7|||||INFO|500||Missing status on Status Object. 2022-11-13T04:35:50.558Z|0bc1ed58-a1c1-4d04-8bed-12d0375391db|pool-2-thread-7|||||DEBUG|500||received message from topic 2022-11-13T04:35:50.558Z|0bc1ed58-a1c1-4d04-8bed-12d0375391db|pool-2-thread-7|||||DEBUG|500||recieved notification from broker: { "distributionID": "fe60c572-154d-4a52-8950-66e115830220", "consumerID": "sdc-COpenSource-Env11-sdnc-dockero", "timestamp": 1668314011118, "artifactURL": "/sdc/v1/catalog/services/BasicVmMacro/1.0/resourceInstances/basic_vm_macro0/artifacts/base_ubuntu20.yaml", "status": "NOT_NOTIFIED" } 2022-11-13T04:35:50.558Z|0bc1ed58-a1c1-4d04-8bed-12d0375391db|pool-2-thread-7|||||INFO|500||Missing status on Status Object. 2022-11-13T04:35:50.559Z|0bc1ed58-a1c1-4d04-8bed-12d0375391db|pool-2-thread-7|||||DEBUG|500||received message from topic 2022-11-13T04:35:50.559Z|0bc1ed58-a1c1-4d04-8bed-12d0375391db|pool-2-thread-7|||||DEBUG|500||recieved notification from broker: { "distributionID": "fe60c572-154d-4a52-8950-66e115830220", "consumerID": "sdc-COpenSource-Env11-sdnc-dockero", "timestamp": 1668314011118, "artifactURL": "/sdc/v1/catalog/services/BasicVmMacro/1.0/resourceInstances/basic_vm_macro0/artifacts/vendor-license-model.xml", "status": "NOT_NOTIFIED" } 2022-11-13T04:35:50.559Z|0bc1ed58-a1c1-4d04-8bed-12d0375391db|pool-2-thread-7|||||INFO|500||Missing status on Status Object. 2022-11-13T04:35:50.559Z|0bc1ed58-a1c1-4d04-8bed-12d0375391db|pool-2-thread-7|||||DEBUG|500||received message from topic 2022-11-13T04:35:50.559Z|0bc1ed58-a1c1-4d04-8bed-12d0375391db|pool-2-thread-7|||||DEBUG|500||recieved notification from broker: { "distributionID": "fe60c572-154d-4a52-8950-66e115830220", "consumerID": "sdc-COpenSource-Env11-sdnc-dockero", "timestamp": 1668314011118, "artifactURL": "/sdc/v1/catalog/services/BasicVmMacro/1.0/resourceInstances/basic_vm_macro0/artifacts/base_ubuntu20.env", "status": "NOT_NOTIFIED" } 2022-11-13T04:35:50.560Z|0bc1ed58-a1c1-4d04-8bed-12d0375391db|pool-2-thread-7|||||INFO|500||Missing status on Status Object. 2022-11-13T04:35:50.560Z|0bc1ed58-a1c1-4d04-8bed-12d0375391db|pool-2-thread-7|||||DEBUG|500||received message from topic 2022-11-13T04:35:50.560Z|0bc1ed58-a1c1-4d04-8bed-12d0375391db|pool-2-thread-7|||||DEBUG|500||recieved notification from broker: { "distributionID": "fe60c572-154d-4a52-8950-66e115830220", "consumerID": "sdc-COpenSource-Env11-sdnc-dockero", "timestamp": 1668314011118, "artifactURL": "/sdc/v1/catalog/services/BasicVmMacro/1.0/resourceInstances/basic_vm_macro0/artifacts/BASIC_VM_enriched.zip", "status": "NOT_NOTIFIED" } 2022-11-13T04:35:50.560Z|0bc1ed58-a1c1-4d04-8bed-12d0375391db|pool-2-thread-7|||||INFO|500||Missing status on Status Object. 2022-11-13T04:35:50.561Z|0bc1ed58-a1c1-4d04-8bed-12d0375391db|pool-2-thread-7|||||DEBUG|500||received message from topic 2022-11-13T04:35:50.561Z|0bc1ed58-a1c1-4d04-8bed-12d0375391db|pool-2-thread-7|||||DEBUG|500||recieved notification from broker: { "distributionID": "fe60c572-154d-4a52-8950-66e115830220", "consumerID": "sdc-COpenSource-Env11-sdnc-dockero", "timestamp": 1668314011118, "artifactURL": "/sdc/v1/catalog/services/BasicVmMacro/1.0/artifacts/service-BasicVmMacro-template.yml", "status": "NOT_NOTIFIED" } 2022-11-13T04:35:50.561Z|0bc1ed58-a1c1-4d04-8bed-12d0375391db|pool-2-thread-7|||||INFO|500||Missing status on Status Object. 2022-11-13T04:35:50.561Z|0bc1ed58-a1c1-4d04-8bed-12d0375391db|pool-2-thread-7|||||DEBUG|500||received message from topic 2022-11-13T04:35:50.561Z|0bc1ed58-a1c1-4d04-8bed-12d0375391db|pool-2-thread-7|||||DEBUG|500||recieved notification from broker: { "distributionID": "fe60c572-154d-4a52-8950-66e115830220", "consumerID": "sdc-COpenSource-Env11-sdnc-dockero", "timestamp": 1668314011118, "artifactURL": "/sdc/v1/catalog/services/BasicVmMacro/1.0/artifacts/service-BasicVmMacro-csar.csar", "status": "NOTIFIED" } 2022-11-13T04:35:50.562Z|0bc1ed58-a1c1-4d04-8bed-12d0375391db|pool-2-thread-7|||||INFO|500||Missing status on Status Object. 2022-11-13T04:35:50.562Z|0bc1ed58-a1c1-4d04-8bed-12d0375391db|pool-2-thread-7|||||DEBUG|500||received message from topic 2022-11-13T04:35:50.562Z|0bc1ed58-a1c1-4d04-8bed-12d0375391db|pool-2-thread-7|||||DEBUG|500||recieved notification from broker: { "distributionID": "fe60c572-154d-4a52-8950-66e115830220", "consumerID": "sdc-COpenSource-Env11-sdnc-dockero", "timestamp": 1668314019850, "artifactURL": "/sdc/v1/catalog/services/BasicVmMacro/1.0/artifacts/service-BasicVmMacro-csar.csar", "status": "DOWNLOAD_OK" } 2022-11-13T04:35:50.562Z|0bc1ed58-a1c1-4d04-8bed-12d0375391db|pool-2-thread-7|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error' 2022-11-13T04:35:50.562Z|0bc1ed58-a1c1-4d04-8bed-12d0375391db|pool-2-thread-7|||||DEBUG|500||received message from topic 2022-11-13T04:35:50.563Z|0bc1ed58-a1c1-4d04-8bed-12d0375391db|pool-2-thread-7|||||DEBUG|500||recieved notification from broker: { "distributionID": "fe60c572-154d-4a52-8950-66e115830220", "consumerID": "sdc-COpenSource-Env11-sdnc-dockero", "timestamp": 1668314022705, "artifactURL": "/sdc/v1/catalog/services/BasicVmMacro/1.0/artifacts/service-BasicVmMacro-csar.csar", "status": "DEPLOY_OK" } 2022-11-13T04:35:50.563Z|0bc1ed58-a1c1-4d04-8bed-12d0375391db|pool-2-thread-7|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error' 2022-11-13T04:35:50.563Z|0bc1ed58-a1c1-4d04-8bed-12d0375391db|pool-2-thread-7|||||DEBUG|500||received message from topic 2022-11-13T04:35:50.563Z|0bc1ed58-a1c1-4d04-8bed-12d0375391db|pool-2-thread-7|||||DEBUG|500||recieved notification from broker: { "distributionID": "fe60c572-154d-4a52-8950-66e115830220", "consumerID": "sdc-COpenSource-Env11-sdnc-dockero", "timestamp": 1668314023712, "artifactURL": "", "status": "COMPONENT_DONE_OK", "componentName": "SDNC" } Hibernate: select watchdogdi0_.DISTRIBUTION_ID as distribu1_11_0_, watchdogdi0_.CREATE_TIME as create_t2_11_0_, watchdogdi0_.DISTRIBUTION_ID_STATUS as distribu3_11_0_, watchdogdi0_.MODIFY_TIME as modify_t4_11_0_, watchdogdi0_.LOCK_VERSION as lock_ver5_11_0_ from watchdog_distributionid_status watchdogdi0_ where watchdogdi0_.DISTRIBUTION_ID=? 2022-11-13T04:35:50.568Z|0bc1ed58-a1c1-4d04-8bed-12d0375391db|pool-2-thread-7|||||DEBUG|500||Receive a callback componentStatus in ASDC, for componentName: SDNC and status of COMPONENT_DONE_OK distributionID of fe60c572-154d-4a52-8950-66e115830220 2022-11-13T04:35:50.568Z|0bc1ed58-a1c1-4d04-8bed-12d0375391db|pool-2-thread-7|||||DEBUG|500||Entering installTheComponentStatus for distributionId fe60c572-154d-4a52-8950-66e115830220 and ComponentName SDNC Hibernate: select watchdogco0_.COMPONENT_NAME as componen1_12_0_, watchdogco0_.DISTRIBUTION_ID as distribu2_12_0_, watchdogco0_.COMPONENT_DISTRIBUTION_STATUS as componen3_12_0_, watchdogco0_.CREATE_TIME as create_t4_12_0_, watchdogco0_.MODIFY_TIME as modify_t5_12_0_ from watchdog_per_component_distribution_status watchdogco0_ where watchdogco0_.COMPONENT_NAME=? and watchdogco0_.DISTRIBUTION_ID=? Hibernate: insert into watchdog_per_component_distribution_status (COMPONENT_DISTRIBUTION_STATUS, CREATE_TIME, MODIFY_TIME, COMPONENT_NAME, DISTRIBUTION_ID) values (?, ?, ?, ?, ?) 2022-11-13T04:35:50.577Z|0bc1ed58-a1c1-4d04-8bed-12d0375391db|pool-2-thread-7|||||DEBUG|500||received message from topic 2022-11-13T04:35:50.578Z|0bc1ed58-a1c1-4d04-8bed-12d0375391db|pool-2-thread-7|||||DEBUG|500||recieved notification from broker: { "distributionID": "14cb8a78-2e72-454a-8a15-66ce63b4ff1b", "consumerID": "aai-ml", "timestamp": 1668314023062, "artifactURL": "/sdc/v1/catalog/services/TestPnfMacro/1.0/resourceInstances/testpnf0/artifacts/vf-license-model.xml", "status": "NOT_NOTIFIED" } 2022-11-13T04:35:50.578Z|0bc1ed58-a1c1-4d04-8bed-12d0375391db|pool-2-thread-7|||||INFO|500||Missing status on Status Object. 2022-11-13T04:35:50.578Z|0bc1ed58-a1c1-4d04-8bed-12d0375391db|pool-2-thread-7|||||DEBUG|500||received message from topic 2022-11-13T04:35:50.578Z|0bc1ed58-a1c1-4d04-8bed-12d0375391db|pool-2-thread-7|||||DEBUG|500||recieved notification from broker: { "distributionID": "14cb8a78-2e72-454a-8a15-66ce63b4ff1b", "consumerID": "cds", "timestamp": 1668314014910, "artifactURL": "/sdc/v1/catalog/services/TestPnfMacro/1.0/resourceInstances/testpnf0/artifacts/vf-license-model.xml", "status": "NOT_NOTIFIED" } 2022-11-13T04:35:50.579Z|0bc1ed58-a1c1-4d04-8bed-12d0375391db|pool-2-thread-7|||||INFO|500||Missing status on Status Object. 2022-11-13T04:35:50.579Z|0bc1ed58-a1c1-4d04-8bed-12d0375391db|pool-2-thread-7|||||DEBUG|500||received message from topic 2022-11-13T04:35:50.579Z|0bc1ed58-a1c1-4d04-8bed-12d0375391db|pool-2-thread-7|||||DEBUG|500||recieved notification from broker: { "distributionID": "14cb8a78-2e72-454a-8a15-66ce63b4ff1b", "consumerID": "ves-openapi-manager", "timestamp": 1668314021883, "artifactURL": "/sdc/v1/catalog/services/TestPnfMacro/1.0/resourceInstances/testpnf0/artifacts/vf-license-model.xml", "status": "NOT_NOTIFIED" } 2022-11-13T04:35:50.579Z|0bc1ed58-a1c1-4d04-8bed-12d0375391db|pool-2-thread-7|||||INFO|500||Missing status on Status Object. 2022-11-13T04:35:50.580Z|0bc1ed58-a1c1-4d04-8bed-12d0375391db|pool-2-thread-7|||||DEBUG|500||received message from topic 2022-11-13T04:35:50.580Z|0bc1ed58-a1c1-4d04-8bed-12d0375391db|pool-2-thread-7|||||DEBUG|500||recieved notification from broker: { "distributionID": "14cb8a78-2e72-454a-8a15-66ce63b4ff1b", "consumerID": "policy-id", "timestamp": 1668314020440, "artifactURL": "/sdc/v1/catalog/services/TestPnfMacro/1.0/resourceInstances/testpnf0/artifacts/vf-license-model.xml", "status": "NOT_NOTIFIED" } 2022-11-13T04:35:50.580Z|0bc1ed58-a1c1-4d04-8bed-12d0375391db|pool-2-thread-7|||||INFO|500||Missing status on Status Object. 2022-11-13T04:35:50.580Z|0bc1ed58-a1c1-4d04-8bed-12d0375391db|pool-2-thread-7|||||DEBUG|500||received message from topic 2022-11-13T04:35:50.580Z|0bc1ed58-a1c1-4d04-8bed-12d0375391db|pool-2-thread-7|||||DEBUG|500||recieved notification from broker: { "distributionID": "14cb8a78-2e72-454a-8a15-66ce63b4ff1b", "consumerID": "clamp", "timestamp": 1668314023487, "artifactURL": "/sdc/v1/catalog/services/TestPnfMacro/1.0/resourceInstances/testpnf0/artifacts/vf-license-model.xml", "status": "NOT_NOTIFIED" } 2022-11-13T04:35:50.581Z|0bc1ed58-a1c1-4d04-8bed-12d0375391db|pool-2-thread-7|||||INFO|500||Missing status on Status Object. 2022-11-13T04:35:50.581Z|0bc1ed58-a1c1-4d04-8bed-12d0375391db|pool-2-thread-7|||||DEBUG|500||received message from topic 2022-11-13T04:35:50.581Z|0bc1ed58-a1c1-4d04-8bed-12d0375391db|pool-2-thread-7|||||DEBUG|500||recieved notification from broker: { "distributionID": "14cb8a78-2e72-454a-8a15-66ce63b4ff1b", "consumerID": "aai-ml", "timestamp": 1668314023062, "artifactURL": "/sdc/v1/catalog/services/TestPnfMacro/1.0/resourceInstances/testpnf0/artifacts/pNF.csar", "status": "NOT_NOTIFIED" } 2022-11-13T04:35:50.582Z|0bc1ed58-a1c1-4d04-8bed-12d0375391db|pool-2-thread-7|||||INFO|500||Missing status on Status Object. 2022-11-13T04:35:50.582Z|0bc1ed58-a1c1-4d04-8bed-12d0375391db|pool-2-thread-7|||||DEBUG|500||received message from topic 2022-11-13T04:35:50.582Z|0bc1ed58-a1c1-4d04-8bed-12d0375391db|pool-2-thread-7|||||DEBUG|500||recieved notification from broker: { "distributionID": "14cb8a78-2e72-454a-8a15-66ce63b4ff1b", "consumerID": "ves-openapi-manager", "timestamp": 1668314021883, "artifactURL": "/sdc/v1/catalog/services/TestPnfMacro/1.0/resourceInstances/testpnf0/artifacts/pNF.csar", "status": "NOT_NOTIFIED" } 2022-11-13T04:35:50.582Z|0bc1ed58-a1c1-4d04-8bed-12d0375391db|pool-2-thread-7|||||INFO|500||Missing status on Status Object. 2022-11-13T04:35:50.583Z|0bc1ed58-a1c1-4d04-8bed-12d0375391db|pool-2-thread-7|||||DEBUG|500||received message from topic 2022-11-13T04:35:50.583Z|0bc1ed58-a1c1-4d04-8bed-12d0375391db|pool-2-thread-7|||||DEBUG|500||recieved notification from broker: { "distributionID": "14cb8a78-2e72-454a-8a15-66ce63b4ff1b", "consumerID": "cds", "timestamp": 1668314014910, "artifactURL": "/sdc/v1/catalog/services/TestPnfMacro/1.0/resourceInstances/testpnf0/artifacts/pNF.csar", "status": "NOT_NOTIFIED" } 2022-11-13T04:35:50.583Z|0bc1ed58-a1c1-4d04-8bed-12d0375391db|pool-2-thread-7|||||INFO|500||Missing status on Status Object. 2022-11-13T04:35:50.583Z|0bc1ed58-a1c1-4d04-8bed-12d0375391db|pool-2-thread-7|||||DEBUG|500||received message from topic 2022-11-13T04:35:50.583Z|0bc1ed58-a1c1-4d04-8bed-12d0375391db|pool-2-thread-7|||||DEBUG|500||recieved notification from broker: { "distributionID": "14cb8a78-2e72-454a-8a15-66ce63b4ff1b", "consumerID": "policy-id", "timestamp": 1668314020440, "artifactURL": "/sdc/v1/catalog/services/TestPnfMacro/1.0/resourceInstances/testpnf0/artifacts/pNF.csar", "status": "NOT_NOTIFIED" } 2022-11-13T04:35:50.584Z|0bc1ed58-a1c1-4d04-8bed-12d0375391db|pool-2-thread-7|||||INFO|500||Missing status on Status Object. 2022-11-13T04:35:50.584Z|0bc1ed58-a1c1-4d04-8bed-12d0375391db|pool-2-thread-7|||||DEBUG|500||received message from topic 2022-11-13T04:35:50.584Z|0bc1ed58-a1c1-4d04-8bed-12d0375391db|pool-2-thread-7|||||DEBUG|500||recieved notification from broker: { "distributionID": "14cb8a78-2e72-454a-8a15-66ce63b4ff1b", "consumerID": "clamp", "timestamp": 1668314023487, "artifactURL": "/sdc/v1/catalog/services/TestPnfMacro/1.0/resourceInstances/testpnf0/artifacts/pNF.csar", "status": "NOT_NOTIFIED" } 2022-11-13T04:35:50.584Z|0bc1ed58-a1c1-4d04-8bed-12d0375391db|pool-2-thread-7|||||INFO|500||Missing status on Status Object. 2022-11-13T04:35:50.584Z|0bc1ed58-a1c1-4d04-8bed-12d0375391db|pool-2-thread-7|||||DEBUG|500||received message from topic 2022-11-13T04:35:50.585Z|0bc1ed58-a1c1-4d04-8bed-12d0375391db|pool-2-thread-7|||||DEBUG|500||recieved notification from broker: { "distributionID": "14cb8a78-2e72-454a-8a15-66ce63b4ff1b", "consumerID": "aai-ml", "timestamp": 1668314023062, "artifactURL": "/sdc/v1/catalog/services/TestPnfMacro/1.0/resourceInstances/testpnf0/artifacts/mynetconf.yang", "status": "NOT_NOTIFIED" } 2022-11-13T04:35:50.585Z|0bc1ed58-a1c1-4d04-8bed-12d0375391db|pool-2-thread-7|||||INFO|500||Missing status on Status Object. 2022-11-13T04:35:50.585Z|0bc1ed58-a1c1-4d04-8bed-12d0375391db|pool-2-thread-7|||||DEBUG|500||received message from topic 2022-11-13T04:35:50.585Z|0bc1ed58-a1c1-4d04-8bed-12d0375391db|pool-2-thread-7|||||DEBUG|500||recieved notification from broker: { "distributionID": "14cb8a78-2e72-454a-8a15-66ce63b4ff1b", "consumerID": "ves-openapi-manager", "timestamp": 1668314021883, "artifactURL": "/sdc/v1/catalog/services/TestPnfMacro/1.0/resourceInstances/testpnf0/artifacts/mynetconf.yang", "status": "NOT_NOTIFIED" } 2022-11-13T04:35:50.585Z|0bc1ed58-a1c1-4d04-8bed-12d0375391db|pool-2-thread-7|||||INFO|500||Missing status on Status Object. 2022-11-13T04:35:50.586Z|0bc1ed58-a1c1-4d04-8bed-12d0375391db|pool-2-thread-7|||||DEBUG|500||received message from topic 2022-11-13T04:35:50.586Z|0bc1ed58-a1c1-4d04-8bed-12d0375391db|pool-2-thread-7|||||DEBUG|500||recieved notification from broker: { "distributionID": "14cb8a78-2e72-454a-8a15-66ce63b4ff1b", "consumerID": "cds", "timestamp": 1668314014910, "artifactURL": "/sdc/v1/catalog/services/TestPnfMacro/1.0/resourceInstances/testpnf0/artifacts/mynetconf.yang", "status": "NOT_NOTIFIED" } 2022-11-13T04:35:50.586Z|0bc1ed58-a1c1-4d04-8bed-12d0375391db|pool-2-thread-7|||||INFO|500||Missing status on Status Object. 2022-11-13T04:35:50.586Z|0bc1ed58-a1c1-4d04-8bed-12d0375391db|pool-2-thread-7|||||DEBUG|500||received message from topic 2022-11-13T04:35:50.587Z|0bc1ed58-a1c1-4d04-8bed-12d0375391db|pool-2-thread-7|||||DEBUG|500||recieved notification from broker: { "distributionID": "14cb8a78-2e72-454a-8a15-66ce63b4ff1b", "consumerID": "policy-id", "timestamp": 1668314020440, "artifactURL": "/sdc/v1/catalog/services/TestPnfMacro/1.0/resourceInstances/testpnf0/artifacts/mynetconf.yang", "status": "NOT_NOTIFIED" } 2022-11-13T04:35:50.587Z|0bc1ed58-a1c1-4d04-8bed-12d0375391db|pool-2-thread-7|||||INFO|500||Missing status on Status Object. 2022-11-13T04:35:50.587Z|0bc1ed58-a1c1-4d04-8bed-12d0375391db|pool-2-thread-7|||||DEBUG|500||received message from topic 2022-11-13T04:35:50.587Z|0bc1ed58-a1c1-4d04-8bed-12d0375391db|pool-2-thread-7|||||DEBUG|500||recieved notification from broker: { "distributionID": "14cb8a78-2e72-454a-8a15-66ce63b4ff1b", "consumerID": "clamp", "timestamp": 1668314023487, "artifactURL": "/sdc/v1/catalog/services/TestPnfMacro/1.0/resourceInstances/testpnf0/artifacts/mynetconf.yang", "status": "NOT_NOTIFIED" } 2022-11-13T04:35:50.588Z|0bc1ed58-a1c1-4d04-8bed-12d0375391db|pool-2-thread-7|||||INFO|500||Missing status on Status Object. 2022-11-13T04:35:50.588Z|0bc1ed58-a1c1-4d04-8bed-12d0375391db|pool-2-thread-7|||||DEBUG|500||received message from topic 2022-11-13T04:35:50.588Z|0bc1ed58-a1c1-4d04-8bed-12d0375391db|pool-2-thread-7|||||DEBUG|500||recieved notification from broker: { "distributionID": "14cb8a78-2e72-454a-8a15-66ce63b4ff1b", "consumerID": "ves-openapi-manager", "timestamp": 1668314021883, "artifactURL": "/sdc/v1/catalog/services/TestPnfMacro/1.0/resourceInstances/testpnf0/artifacts/CBA_enriched.zip", "status": "NOT_NOTIFIED" } 2022-11-13T04:35:50.589Z|0bc1ed58-a1c1-4d04-8bed-12d0375391db|pool-2-thread-7|||||INFO|500||Missing status on Status Object. 2022-11-13T04:35:50.589Z|0bc1ed58-a1c1-4d04-8bed-12d0375391db|pool-2-thread-7|||||DEBUG|500||received message from topic 2022-11-13T04:35:50.589Z|0bc1ed58-a1c1-4d04-8bed-12d0375391db|pool-2-thread-7|||||DEBUG|500||recieved notification from broker: { "distributionID": "14cb8a78-2e72-454a-8a15-66ce63b4ff1b", "consumerID": "aai-ml", "timestamp": 1668314023062, "artifactURL": "/sdc/v1/catalog/services/TestPnfMacro/1.0/resourceInstances/testpnf0/artifacts/CBA_enriched.zip", "status": "NOT_NOTIFIED" } 2022-11-13T04:35:50.589Z|0bc1ed58-a1c1-4d04-8bed-12d0375391db|pool-2-thread-7|||||INFO|500||Missing status on Status Object. 2022-11-13T04:35:50.589Z|0bc1ed58-a1c1-4d04-8bed-12d0375391db|pool-2-thread-7|||||DEBUG|500||received message from topic 2022-11-13T04:35:50.590Z|0bc1ed58-a1c1-4d04-8bed-12d0375391db|pool-2-thread-7|||||DEBUG|500||recieved notification from broker: { "distributionID": "14cb8a78-2e72-454a-8a15-66ce63b4ff1b", "consumerID": "cds", "timestamp": 1668314014910, "artifactURL": "/sdc/v1/catalog/services/TestPnfMacro/1.0/resourceInstances/testpnf0/artifacts/CBA_enriched.zip", "status": "NOT_NOTIFIED" } 2022-11-13T04:35:50.590Z|0bc1ed58-a1c1-4d04-8bed-12d0375391db|pool-2-thread-7|||||INFO|500||Missing status on Status Object. 2022-11-13T04:35:50.590Z|0bc1ed58-a1c1-4d04-8bed-12d0375391db|pool-2-thread-7|||||DEBUG|500||received message from topic 2022-11-13T04:35:50.590Z|0bc1ed58-a1c1-4d04-8bed-12d0375391db|pool-2-thread-7|||||DEBUG|500||recieved notification from broker: { "distributionID": "14cb8a78-2e72-454a-8a15-66ce63b4ff1b", "consumerID": "policy-id", "timestamp": 1668314020440, "artifactURL": "/sdc/v1/catalog/services/TestPnfMacro/1.0/resourceInstances/testpnf0/artifacts/CBA_enriched.zip", "status": "NOT_NOTIFIED" } 2022-11-13T04:35:50.591Z|0bc1ed58-a1c1-4d04-8bed-12d0375391db|pool-2-thread-7|||||INFO|500||Missing status on Status Object. 2022-11-13T04:35:50.591Z|0bc1ed58-a1c1-4d04-8bed-12d0375391db|pool-2-thread-7|||||DEBUG|500||received message from topic 2022-11-13T04:35:50.591Z|0bc1ed58-a1c1-4d04-8bed-12d0375391db|pool-2-thread-7|||||DEBUG|500||recieved notification from broker: { "distributionID": "14cb8a78-2e72-454a-8a15-66ce63b4ff1b", "consumerID": "clamp", "timestamp": 1668314023487, "artifactURL": "/sdc/v1/catalog/services/TestPnfMacro/1.0/resourceInstances/testpnf0/artifacts/CBA_enriched.zip", "status": "NOT_NOTIFIED" } 2022-11-13T04:35:50.592Z|0bc1ed58-a1c1-4d04-8bed-12d0375391db|pool-2-thread-7|||||INFO|500||Missing status on Status Object. 2022-11-13T04:35:50.592Z|0bc1ed58-a1c1-4d04-8bed-12d0375391db|pool-2-thread-7|||||DEBUG|500||received message from topic 2022-11-13T04:35:50.592Z|0bc1ed58-a1c1-4d04-8bed-12d0375391db|pool-2-thread-7|||||DEBUG|500||recieved notification from broker: { "distributionID": "14cb8a78-2e72-454a-8a15-66ce63b4ff1b", "consumerID": "aai-ml", "timestamp": 1668314023062, "artifactURL": "/sdc/v1/catalog/services/TestPnfMacro/1.0/resourceInstances/testpnf0/artifacts/vendor-license-model.xml", "status": "NOT_NOTIFIED" } 2022-11-13T04:35:50.593Z|0bc1ed58-a1c1-4d04-8bed-12d0375391db|pool-2-thread-7|||||INFO|500||Missing status on Status Object. 2022-11-13T04:35:50.593Z|0bc1ed58-a1c1-4d04-8bed-12d0375391db|pool-2-thread-7|||||DEBUG|500||received message from topic 2022-11-13T04:35:50.593Z|0bc1ed58-a1c1-4d04-8bed-12d0375391db|pool-2-thread-7|||||DEBUG|500||recieved notification from broker: { "distributionID": "14cb8a78-2e72-454a-8a15-66ce63b4ff1b", "consumerID": "ves-openapi-manager", "timestamp": 1668314021883, "artifactURL": "/sdc/v1/catalog/services/TestPnfMacro/1.0/resourceInstances/testpnf0/artifacts/vendor-license-model.xml", "status": "NOT_NOTIFIED" } 2022-11-13T04:35:50.594Z|0bc1ed58-a1c1-4d04-8bed-12d0375391db|pool-2-thread-7|||||INFO|500||Missing status on Status Object. 2022-11-13T04:35:50.594Z|0bc1ed58-a1c1-4d04-8bed-12d0375391db|pool-2-thread-7|||||DEBUG|500||received message from topic 2022-11-13T04:35:50.595Z|0bc1ed58-a1c1-4d04-8bed-12d0375391db|pool-2-thread-7|||||DEBUG|500||recieved notification from broker: { "distributionID": "14cb8a78-2e72-454a-8a15-66ce63b4ff1b", "consumerID": "cds", "timestamp": 1668314014910, "artifactURL": "/sdc/v1/catalog/services/TestPnfMacro/1.0/resourceInstances/testpnf0/artifacts/vendor-license-model.xml", "status": "NOT_NOTIFIED" } 2022-11-13T04:35:50.595Z|0bc1ed58-a1c1-4d04-8bed-12d0375391db|pool-2-thread-7|||||INFO|500||Missing status on Status Object. 2022-11-13T04:35:50.596Z|0bc1ed58-a1c1-4d04-8bed-12d0375391db|pool-2-thread-7|||||DEBUG|500||received message from topic 2022-11-13T04:35:50.596Z|0bc1ed58-a1c1-4d04-8bed-12d0375391db|pool-2-thread-7|||||DEBUG|500||recieved notification from broker: { "distributionID": "14cb8a78-2e72-454a-8a15-66ce63b4ff1b", "consumerID": "policy-id", "timestamp": 1668314020440, "artifactURL": "/sdc/v1/catalog/services/TestPnfMacro/1.0/resourceInstances/testpnf0/artifacts/vendor-license-model.xml", "status": "NOT_NOTIFIED" } 2022-11-13T04:35:50.596Z|0bc1ed58-a1c1-4d04-8bed-12d0375391db|pool-2-thread-7|||||INFO|500||Missing status on Status Object. 2022-11-13T04:35:50.596Z|0bc1ed58-a1c1-4d04-8bed-12d0375391db|pool-2-thread-7|||||DEBUG|500||received message from topic 2022-11-13T04:35:50.597Z|0bc1ed58-a1c1-4d04-8bed-12d0375391db|pool-2-thread-7|||||DEBUG|500||recieved notification from broker: { "distributionID": "14cb8a78-2e72-454a-8a15-66ce63b4ff1b", "consumerID": "clamp", "timestamp": 1668314023487, "artifactURL": "/sdc/v1/catalog/services/TestPnfMacro/1.0/resourceInstances/testpnf0/artifacts/vendor-license-model.xml", "status": "NOT_NOTIFIED" } 2022-11-13T04:35:50.597Z|0bc1ed58-a1c1-4d04-8bed-12d0375391db|pool-2-thread-7|||||INFO|500||Missing status on Status Object. 2022-11-13T04:35:50.598Z|0bc1ed58-a1c1-4d04-8bed-12d0375391db|pool-2-thread-7|||||DEBUG|500||received message from topic 2022-11-13T04:35:50.598Z|0bc1ed58-a1c1-4d04-8bed-12d0375391db|pool-2-thread-7|||||DEBUG|500||recieved notification from broker: { "distributionID": "14cb8a78-2e72-454a-8a15-66ce63b4ff1b", "consumerID": "multicloud-k8s-id", "timestamp": 1668314027601, "artifactURL": "/sdc/v1/catalog/services/TestPnfMacro/1.0/resourceInstances/testpnf0/artifacts/vf-license-model.xml", "status": "NOT_NOTIFIED" } 2022-11-13T04:35:50.598Z|0bc1ed58-a1c1-4d04-8bed-12d0375391db|pool-2-thread-7|||||INFO|500||Missing status on Status Object. 2022-11-13T04:35:50.599Z|0bc1ed58-a1c1-4d04-8bed-12d0375391db|pool-2-thread-7|||||DEBUG|500||received message from topic 2022-11-13T04:35:50.599Z|0bc1ed58-a1c1-4d04-8bed-12d0375391db|pool-2-thread-7|||||DEBUG|500||recieved notification from broker: { "distributionID": "14cb8a78-2e72-454a-8a15-66ce63b4ff1b", "consumerID": "aai-ml", "timestamp": 1668314023062, "artifactURL": "/sdc/v1/catalog/services/TestPnfMacro/1.0/resourceInstances/testpnf0/artifacts/PM_Dictionary.yaml", "status": "NOT_NOTIFIED" } 2022-11-13T04:35:50.599Z|0bc1ed58-a1c1-4d04-8bed-12d0375391db|pool-2-thread-7|||||INFO|500||Missing status on Status Object. 2022-11-13T04:35:50.600Z|0bc1ed58-a1c1-4d04-8bed-12d0375391db|pool-2-thread-7|||||DEBUG|500||received message from topic 2022-11-13T04:35:50.601Z|0bc1ed58-a1c1-4d04-8bed-12d0375391db|pool-2-thread-7|||||DEBUG|500||recieved notification from broker: { "distributionID": "14cb8a78-2e72-454a-8a15-66ce63b4ff1b", "consumerID": "ves-openapi-manager", "timestamp": 1668314021883, "artifactURL": "/sdc/v1/catalog/services/TestPnfMacro/1.0/resourceInstances/testpnf0/artifacts/PM_Dictionary.yaml", "status": "NOT_NOTIFIED" } 2022-11-13T04:35:50.601Z|0bc1ed58-a1c1-4d04-8bed-12d0375391db|pool-2-thread-7|||||INFO|500||Missing status on Status Object. 2022-11-13T04:35:50.601Z|0bc1ed58-a1c1-4d04-8bed-12d0375391db|pool-2-thread-7|||||DEBUG|500||received message from topic 2022-11-13T04:35:50.602Z|0bc1ed58-a1c1-4d04-8bed-12d0375391db|pool-2-thread-7|||||DEBUG|500||recieved notification from broker: { "distributionID": "14cb8a78-2e72-454a-8a15-66ce63b4ff1b", "consumerID": "cds", "timestamp": 1668314014910, "artifactURL": "/sdc/v1/catalog/services/TestPnfMacro/1.0/resourceInstances/testpnf0/artifacts/PM_Dictionary.yaml", "status": "NOT_NOTIFIED" } 2022-11-13T04:35:50.603Z|0bc1ed58-a1c1-4d04-8bed-12d0375391db|pool-2-thread-7|||||INFO|500||Missing status on Status Object. 2022-11-13T04:35:50.603Z|0bc1ed58-a1c1-4d04-8bed-12d0375391db|pool-2-thread-7|||||DEBUG|500||received message from topic 2022-11-13T04:35:50.604Z|0bc1ed58-a1c1-4d04-8bed-12d0375391db|pool-2-thread-7|||||DEBUG|500||recieved notification from broker: { "distributionID": "14cb8a78-2e72-454a-8a15-66ce63b4ff1b", "consumerID": "policy-id", "timestamp": 1668314020440, "artifactURL": "/sdc/v1/catalog/services/TestPnfMacro/1.0/resourceInstances/testpnf0/artifacts/PM_Dictionary.yaml", "status": "NOT_NOTIFIED" } 2022-11-13T04:35:50.605Z|0bc1ed58-a1c1-4d04-8bed-12d0375391db|pool-2-thread-7|||||INFO|500||Missing status on Status Object. 2022-11-13T04:35:50.606Z|0bc1ed58-a1c1-4d04-8bed-12d0375391db|pool-2-thread-7|||||DEBUG|500||received message from topic 2022-11-13T04:35:50.606Z|0bc1ed58-a1c1-4d04-8bed-12d0375391db|pool-2-thread-7|||||DEBUG|500||recieved notification from broker: { "distributionID": "14cb8a78-2e72-454a-8a15-66ce63b4ff1b", "consumerID": "clamp", "timestamp": 1668314023487, "artifactURL": "/sdc/v1/catalog/services/TestPnfMacro/1.0/resourceInstances/testpnf0/artifacts/PM_Dictionary.yaml", "status": "NOT_NOTIFIED" } 2022-11-13T04:35:50.607Z|0bc1ed58-a1c1-4d04-8bed-12d0375391db|pool-2-thread-7|||||INFO|500||Missing status on Status Object. 2022-11-13T04:35:50.607Z|0bc1ed58-a1c1-4d04-8bed-12d0375391db|pool-2-thread-7|||||DEBUG|500||received message from topic 2022-11-13T04:35:50.610Z|0bc1ed58-a1c1-4d04-8bed-12d0375391db|pool-2-thread-7|||||DEBUG|500||recieved notification from broker: { "distributionID": "14cb8a78-2e72-454a-8a15-66ce63b4ff1b", "consumerID": "multicloud-k8s-id", "timestamp": 1668314027601, "artifactURL": "/sdc/v1/catalog/services/TestPnfMacro/1.0/resourceInstances/testpnf0/artifacts/pNF.csar", "status": "NOT_NOTIFIED" } 2022-11-13T04:35:50.610Z|0bc1ed58-a1c1-4d04-8bed-12d0375391db|pool-2-thread-7|||||INFO|500||Missing status on Status Object. 2022-11-13T04:36:15.099Z|55cf2b90-5e91-44b7-b03c-c33b36d616ca|pool-2-thread-4|||||DEBUG|500||Entered getOverallDistributionStatus method for distrubutionId: 55cf2b90-5e91-44b7-b03c-c33b36d616ca Hibernate: select watchdogdi0_.DISTRIBUTION_ID as distribu1_11_0_, watchdogdi0_.CREATE_TIME as create_t2_11_0_, watchdogdi0_.DISTRIBUTION_ID_STATUS as distribu3_11_0_, watchdogdi0_.MODIFY_TIME as modify_t4_11_0_, watchdogdi0_.LOCK_VERSION as lock_ver5_11_0_ from watchdog_distributionid_status watchdogdi0_ where watchdogdi0_.DISTRIBUTION_ID=? Hibernate: select watchdogco0_.COMPONENT_NAME as componen1_12_, watchdogco0_.DISTRIBUTION_ID as distribu2_12_, watchdogco0_.COMPONENT_DISTRIBUTION_STATUS as componen3_12_, watchdogco0_.CREATE_TIME as create_t4_12_, watchdogco0_.MODIFY_TIME as modify_t5_12_ from watchdog_per_component_distribution_status watchdogco0_ where watchdogco0_.DISTRIBUTION_ID=? 2022-11-13T04:36:15.110Z|55cf2b90-5e91-44b7-b03c-c33b36d616ca|pool-2-thread-4|||||DEBUG|500||Executed RequestDB getWatchdogComponentDistributionStatus for distrubutionId: 55cf2b90-5e91-44b7-b03c-c33b36d616ca Hibernate: select watchdogco0_.COMPONENT_NAME as componen1_12_, watchdogco0_.DISTRIBUTION_ID as distribu2_12_, watchdogco0_.COMPONENT_DISTRIBUTION_STATUS as componen3_12_, watchdogco0_.CREATE_TIME as create_t4_12_, watchdogco0_.MODIFY_TIME as modify_t5_12_ from watchdog_per_component_distribution_status watchdogco0_ where watchdogco0_.DISTRIBUTION_ID=? 2022-11-13T04:36:15.113Z|55cf2b90-5e91-44b7-b03c-c33b36d616ca|pool-2-thread-4|||||DEBUG|500||Found componentName SO in the WatchDog Component DB 2022-11-13T04:36:15.113Z|55cf2b90-5e91-44b7-b03c-c33b36d616ca|pool-2-thread-4|||||DEBUG|500||Found componentName AAI in the WatchDog Component DB 2022-11-13T04:36:15.114Z|55cf2b90-5e91-44b7-b03c-c33b36d616ca|pool-2-thread-4|||||DEBUG|500||Found componentName SDNC in the WatchDog Component DB 2022-11-13T04:36:15.114Z|55cf2b90-5e91-44b7-b03c-c33b36d616ca|pool-2-thread-4|||||DEBUG|500||Components Size matched with the WatchdogComponentDistributionStatus results. 2022-11-13T04:36:15.114Z|55cf2b90-5e91-44b7-b03c-c33b36d616ca|pool-2-thread-4|||||DEBUG|500||Component status: COMPONENT_DONE_OK on componentName: 2022-11-13T04:36:15.114Z|55cf2b90-5e91-44b7-b03c-c33b36d616ca|pool-2-thread-4|||||DEBUG|500||Component status: COMPONENT_DONE_OK on componentName: 2022-11-13T04:36:15.114Z|55cf2b90-5e91-44b7-b03c-c33b36d616ca|pool-2-thread-4|||||DEBUG|500||Component status: COMPONENT_DONE_OK on componentName: 2022-11-13T04:36:15.114Z|55cf2b90-5e91-44b7-b03c-c33b36d616ca|pool-2-thread-4|||||DEBUG|500||Component status: COMPONENT_DONE_OK on componentName: 2022-11-13T04:36:15.115Z|55cf2b90-5e91-44b7-b03c-c33b36d616ca|pool-2-thread-4|||||DEBUG|500||Component status: COMPONENT_DONE_OK on componentName: 2022-11-13T04:36:15.115Z|55cf2b90-5e91-44b7-b03c-c33b36d616ca|pool-2-thread-4|||||DEBUG|500||Component status: COMPONENT_DONE_OK on componentName: 2022-11-13T04:36:15.115Z|55cf2b90-5e91-44b7-b03c-c33b36d616ca|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=? 2022-11-13T04:36:15.121Z|55cf2b90-5e91-44b7-b03c-c33b36d616ca|pool-2-thread-4|||||DEBUG|500||Exiting getOverallDistributionStatus method in WatchdogDistribution 2022-11-13T04:36:45.121Z|55cf2b90-5e91-44b7-b03c-c33b36d616ca|pool-2-thread-4|||||DEBUG|500||Entered executePatchAAI method with distrubutionId: 55cf2b90-5e91-44b7-b03c-c33b36d616ca and distributionStatus: Hibernate: select watchdogse0_.DISTRIBUTION_ID as distribu1_13_, watchdogse0_.SERVICE_MODEL_VERSION_ID as service_2_13_, watchdogse0_.CONSUMER_ID as consumer3_13_, watchdogse0_.CREATE_TIME as create_t4_13_, watchdogse0_.DISTRIBUTION_NOTIFICATION as distribu5_13_ from watchdog_service_mod_ver_id_lookup watchdogse0_ where watchdogse0_.DISTRIBUTION_ID=? 2022-11-13T04:36:45.129Z|55cf2b90-5e91-44b7-b03c-c33b36d616ca|pool-2-thread-4|||||DEBUG|500||Executed RequestDB getWatchdogServiceModVerIdLookup with distributionId: 55cf2b90-5e91-44b7-b03c-c33b36d616ca and serviceModelVersionId: 41448222-06b7-4e3e-9850-eb85711a2e9c 2022-11-13T04:36:45.129Z|55cf2b90-5e91-44b7-b03c-c33b36d616ca|pool-2-thread-4|||||DEBUG|500||ASDC Notification ServiceModelInvariantUUID : bea32fee-a0c5-49c9-adda-f194d3259850 2022-11-13T04:36:45.133Z|55cf2b90-5e91-44b7-b03c-c33b36d616ca|pool-2-thread-4|||||DEBUG|500||Target A&AI Resource URI: /service-design-and-creation/models/model/bea32fee-a0c5-49c9-adda-f194d3259850/model-vers/model-ver/41448222-06b7-4e3e-9850-eb85711a2e9c?depth=0 2022-11-13T04:36:45.142Z|55cf2b90-5e91-44b7-b03c-c33b36d616ca|pool-2-thread-4|||||INFO|500||RestClientSSL using default SSL context! 2022-11-13T04:36:45.198Z|55cf2b90-5e91-44b7-b03c-c33b36d616ca|pool-2-thread-4|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/bea32fee-a0c5-49c9-adda-f194d3259850/model-vers/model-ver/41448222-06b7-4e3e-9850-eb85711a2e9c?depth=0|INFO|500||Invoke 2022-11-13T04:36:45.199Z|55cf2b90-5e91-44b7-b03c-c33b36d616ca|pool-2-thread-4|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/bea32fee-a0c5-49c9-adda-f194d3259850/model-vers/model-ver/41448222-06b7-4e3e-9850-eb85711a2e9c?depth=0|DEBUG|500||Sending HTTP POST (overridden to PATCH) to:https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/bea32fee-a0c5-49c9-adda-f194d3259850/model-vers/model-ver/41448222-06b7-4e3e-9850-eb85711a2e9c?depth=0 with request headers:{Authorization=[***REDACTED***], X-RequestID=[55cf2b90-5e91-44b7-b03c-c33b36d616ca], X-FromAppId=[MSO], X-ONAP-PartnerName=[UNKNOWN], X-HTTP-Method-Override=[PATCH], Accept=[application/json], X-InvocationID=[975c1ac1-e382-4f5f-a831-375b3a02fafe], X-ECOMP-RequestID=[55cf2b90-5e91-44b7-b03c-c33b36d616ca], X-TransactionId=[], X-ONAP-RequestID=[55cf2b90-5e91-44b7-b03c-c33b36d616ca], Content-Type=[application/merge-patch+json]} 2022-11-13T04:36:45.222Z|55cf2b90-5e91-44b7-b03c-c33b36d616ca|pool-2-thread-4|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/bea32fee-a0c5-49c9-adda-f194d3259850/model-vers/model-ver/41448222-06b7-4e3e-9850-eb85711a2e9c?depth=0|DEBUG|500||{"distribution-status":"DISTRIBUTION_COMPLETE_OK"} 2022-11-13T04:36:45.305Z|55cf2b90-5e91-44b7-b03c-c33b36d616ca|pool-2-thread-4|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/bea32fee-a0c5-49c9-adda-f194d3259850/model-vers/model-ver/41448222-06b7-4e3e-9850-eb85711a2e9c?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/bea32fee-a0c5-49c9-adda-f194d3259850/model-vers/model-ver/41448222-06b7-4e3e-9850-eb85711a2e9c?depth=0 has http status code:200 and response headers:{Strict-Transport-Security=[max-age=16000000; includeSubDomains; preload;], X-AAI-TXID=[0-aai-resources-221113-04:36:44:173-21705], vertex-id=[774256], Content-Length=[0], Date=[Sun, 13 Nov 2022 04:36:44 GMT], Content-Type=[application/json]} 2022-11-13T04:36:45.305Z|55cf2b90-5e91-44b7-b03c-c33b36d616ca|pool-2-thread-4|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/bea32fee-a0c5-49c9-adda-f194d3259850/model-vers/model-ver/41448222-06b7-4e3e-9850-eb85711a2e9c?depth=0|DEBUG|500||Response was returned with an empty entity. 2022-11-13T04:36:45.306Z|55cf2b90-5e91-44b7-b03c-c33b36d616ca|pool-2-thread-4|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/bea32fee-a0c5-49c9-adda-f194d3259850/model-vers/model-ver/41448222-06b7-4e3e-9850-eb85711a2e9c?depth=0|INFO|500||InvokeReturn 2022-11-13T04:36:45.306Z|55cf2b90-5e91-44b7-b03c-c33b36d616ca|pool-2-thread-4|||||DEBUG|500||A&AI UPDATE MODEL Version is success! 2022-11-13T04:36:45.306Z|55cf2b90-5e91-44b7-b03c-c33b36d616ca|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=? 2022-11-13T04:36:45.311Z|55cf2b90-5e91-44b7-b03c-c33b36d616ca|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) 2022-11-13T04:36:45.311Z|55cf2b90-5e91-44b7-b03c-c33b36d616ca|pool-2-thread-4|||||DEBUG|500||Enter sendFinalDistributionStatus with DistributionID 55cf2b90-5e91-44b7-b03c-c33b36d616ca and Status of DISTRIBUTION_COMPLETE_OK and ErrorReason null 2022-11-13T04:36:45.311Z|55cf2b90-5e91-44b7-b03c-c33b36d616ca|pool-2-thread-4|||||INFO|500||DistributionClient - sendFinalDistributionStatus status 2022-11-13T04:36:45.311Z|55cf2b90-5e91-44b7-b03c-c33b36d616ca|pool-2-thread-4|||||INFO|500||DistributionClient - sendStatus 2022-11-13T04:36:45.314Z|55cf2b90-5e91-44b7-b03c-c33b36d616ca|pool-2-thread-4|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap] 2022-11-13T04:36:45.314Z|55cf2b90-5e91-44b7-b03c-c33b36d616ca|pool-2-thread-4|||||DEBUG|500||try to send status { "distributionID": "55cf2b90-5e91-44b7-b03c-c33b36d616ca", "consumerID": "SO-COpenSource-Env11", "timestamp": 1668314205311, "artifactURL": "", "status": "DISTRIBUTION_COMPLETE_OK" } 2022-11-13T04:36:45.414Z||pool-111-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms 2022-11-13T04:36:45.415Z||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. 2022-11-13T04:36:45.415Z||pool-111-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as Oi7quVEmKWoWd026) ... 2022-11-13T04:36:45.438Z||pool-111-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK 2022-11-13T04:36:45.439Z||pool-111-thread-1|||||INFO|500||cambria reply ok (25 ms):{"serverTimeMs":0,"count":1} Hibernate: select watchdogdi0_.DISTRIBUTION_ID as distribu1_11_0_, watchdogdi0_.CREATE_TIME as create_t2_11_0_, watchdogdi0_.DISTRIBUTION_ID_STATUS as distribu3_11_0_, watchdogdi0_.MODIFY_TIME as modify_t4_11_0_, watchdogdi0_.LOCK_VERSION as lock_ver5_11_0_ from watchdog_distributionid_status watchdogdi0_ where watchdogdi0_.DISTRIBUTION_ID=? Hibernate: update watchdog_distributionid_status set DISTRIBUTION_ID_STATUS=?, MODIFY_TIME=?, LOCK_VERSION=? where DISTRIBUTION_ID=? 2022-11-13T04:36:46.325Z|55cf2b90-5e91-44b7-b03c-c33b36d616ca|pool-2-thread-4|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2022-11-13T04:36:46.325Z|55cf2b90-5e91-44b7-b03c-c33b36d616ca|pool-2-thread-4|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel. 2022-11-13T04:36:46.326Z|55cf2b90-5e91-44b7-b03c-c33b36d616ca|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 Oi7quVEmKWoWd026) ... 2022-11-13T04:36:50.292Z|0bc1ed58-a1c1-4d04-8bed-12d0375391db|pool-2-thread-7|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2022-11-13T04:36:50.293Z|0bc1ed58-a1c1-4d04-8bed-12d0375391db|pool-2-thread-7|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel. 2022-11-13T04:36:50.293Z|0bc1ed58-a1c1-4d04-8bed-12d0375391db|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 Oi7quVEmKWoWd026) ... 2022-11-13T04:36:50.337Z|0bc1ed58-a1c1-4d04-8bed-12d0375391db|pool-2-thread-7|||||INFO|500|| --> HTTP/1.1 200 OK 2022-11-13T04:36:50.338Z|0bc1ed58-a1c1-4d04-8bed-12d0375391db|pool-2-thread-7|||||DEBUG|500||received message from topic 2022-11-13T04:36:50.338Z|0bc1ed58-a1c1-4d04-8bed-12d0375391db|pool-2-thread-7|||||DEBUG|500||recieved notification from broker: { "distributionID": "14cb8a78-2e72-454a-8a15-66ce63b4ff1b", "consumerID": "aai-ml", "timestamp": 1668314023062, "artifactURL": "/sdc/v1/catalog/services/TestPnfMacro/1.0/resourceInstances/testpnf0/artifacts/MyPnf_Pnf_v1.yaml", "status": "NOT_NOTIFIED" } 2022-11-13T04:36:50.339Z|0bc1ed58-a1c1-4d04-8bed-12d0375391db|pool-2-thread-7|||||INFO|500||Missing status on Status Object. 2022-11-13T04:36:50.339Z|0bc1ed58-a1c1-4d04-8bed-12d0375391db|pool-2-thread-7|||||DEBUG|500||received message from topic 2022-11-13T04:36:50.339Z|0bc1ed58-a1c1-4d04-8bed-12d0375391db|pool-2-thread-7|||||DEBUG|500||recieved notification from broker: { "distributionID": "14cb8a78-2e72-454a-8a15-66ce63b4ff1b", "consumerID": "ves-openapi-manager", "timestamp": 1668314021883, "artifactURL": "/sdc/v1/catalog/services/TestPnfMacro/1.0/resourceInstances/testpnf0/artifacts/MyPnf_Pnf_v1.yaml", "status": "NOTIFIED" } 2022-11-13T04:36:50.339Z|0bc1ed58-a1c1-4d04-8bed-12d0375391db|pool-2-thread-7|||||INFO|500||Missing status on Status Object. 2022-11-13T04:36:50.340Z|0bc1ed58-a1c1-4d04-8bed-12d0375391db|pool-2-thread-7|||||DEBUG|500||received message from topic 2022-11-13T04:36:50.340Z|0bc1ed58-a1c1-4d04-8bed-12d0375391db|pool-2-thread-7|||||DEBUG|500||recieved notification from broker: { "distributionID": "14cb8a78-2e72-454a-8a15-66ce63b4ff1b", "consumerID": "cds", "timestamp": 1668314014910, "artifactURL": "/sdc/v1/catalog/services/TestPnfMacro/1.0/resourceInstances/testpnf0/artifacts/MyPnf_Pnf_v1.yaml", "status": "NOT_NOTIFIED" } 2022-11-13T04:36:50.340Z|0bc1ed58-a1c1-4d04-8bed-12d0375391db|pool-2-thread-7|||||INFO|500||Missing status on Status Object. 2022-11-13T04:36:50.340Z|0bc1ed58-a1c1-4d04-8bed-12d0375391db|pool-2-thread-7|||||DEBUG|500||received message from topic 2022-11-13T04:36:50.340Z|0bc1ed58-a1c1-4d04-8bed-12d0375391db|pool-2-thread-7|||||DEBUG|500||recieved notification from broker: { "distributionID": "14cb8a78-2e72-454a-8a15-66ce63b4ff1b", "consumerID": "policy-id", "timestamp": 1668314020440, "artifactURL": "/sdc/v1/catalog/services/TestPnfMacro/1.0/resourceInstances/testpnf0/artifacts/MyPnf_Pnf_v1.yaml", "status": "NOT_NOTIFIED" } 2022-11-13T04:36:50.340Z|0bc1ed58-a1c1-4d04-8bed-12d0375391db|pool-2-thread-7|||||INFO|500||Missing status on Status Object. 2022-11-13T04:36:50.340Z|0bc1ed58-a1c1-4d04-8bed-12d0375391db|pool-2-thread-7|||||DEBUG|500||received message from topic 2022-11-13T04:36:50.340Z|0bc1ed58-a1c1-4d04-8bed-12d0375391db|pool-2-thread-7|||||DEBUG|500||recieved notification from broker: { "distributionID": "14cb8a78-2e72-454a-8a15-66ce63b4ff1b", "consumerID": "clamp", "timestamp": 1668314023487, "artifactURL": "/sdc/v1/catalog/services/TestPnfMacro/1.0/resourceInstances/testpnf0/artifacts/MyPnf_Pnf_v1.yaml", "status": "NOT_NOTIFIED" } 2022-11-13T04:36:50.340Z|0bc1ed58-a1c1-4d04-8bed-12d0375391db|pool-2-thread-7|||||INFO|500||Missing status on Status Object. 2022-11-13T04:36:50.340Z|0bc1ed58-a1c1-4d04-8bed-12d0375391db|pool-2-thread-7|||||DEBUG|500||received message from topic 2022-11-13T04:36:50.340Z|0bc1ed58-a1c1-4d04-8bed-12d0375391db|pool-2-thread-7|||||DEBUG|500||recieved notification from broker: { "distributionID": "14cb8a78-2e72-454a-8a15-66ce63b4ff1b", "consumerID": "multicloud-k8s-id", "timestamp": 1668314027601, "artifactURL": "/sdc/v1/catalog/services/TestPnfMacro/1.0/resourceInstances/testpnf0/artifacts/mynetconf.yang", "status": "NOT_NOTIFIED" } 2022-11-13T04:36:50.340Z|0bc1ed58-a1c1-4d04-8bed-12d0375391db|pool-2-thread-7|||||INFO|500||Missing status on Status Object. 2022-11-13T04:36:50.340Z|0bc1ed58-a1c1-4d04-8bed-12d0375391db|pool-2-thread-7|||||DEBUG|500||received message from topic 2022-11-13T04:36:50.341Z|0bc1ed58-a1c1-4d04-8bed-12d0375391db|pool-2-thread-7|||||DEBUG|500||recieved notification from broker: { "distributionID": "14cb8a78-2e72-454a-8a15-66ce63b4ff1b", "consumerID": "aai-ml", "timestamp": 1668314023062, "artifactURL": "/sdc/v1/catalog/services/TestPnfMacro/1.0/artifacts/service-TestPnfMacro-template.yml", "status": "NOT_NOTIFIED" } 2022-11-13T04:36:50.341Z|0bc1ed58-a1c1-4d04-8bed-12d0375391db|pool-2-thread-7|||||INFO|500||Missing status on Status Object. 2022-11-13T04:36:50.341Z|0bc1ed58-a1c1-4d04-8bed-12d0375391db|pool-2-thread-7|||||DEBUG|500||received message from topic 2022-11-13T04:36:50.341Z|0bc1ed58-a1c1-4d04-8bed-12d0375391db|pool-2-thread-7|||||DEBUG|500||recieved notification from broker: { "distributionID": "14cb8a78-2e72-454a-8a15-66ce63b4ff1b", "consumerID": "ves-openapi-manager", "timestamp": 1668314021883, "artifactURL": "/sdc/v1/catalog/services/TestPnfMacro/1.0/artifacts/service-TestPnfMacro-template.yml", "status": "NOT_NOTIFIED" } 2022-11-13T04:36:50.341Z|0bc1ed58-a1c1-4d04-8bed-12d0375391db|pool-2-thread-7|||||INFO|500||Missing status on Status Object. 2022-11-13T04:36:50.341Z|0bc1ed58-a1c1-4d04-8bed-12d0375391db|pool-2-thread-7|||||DEBUG|500||received message from topic 2022-11-13T04:36:50.341Z|0bc1ed58-a1c1-4d04-8bed-12d0375391db|pool-2-thread-7|||||DEBUG|500||recieved notification from broker: { "distributionID": "14cb8a78-2e72-454a-8a15-66ce63b4ff1b", "consumerID": "cds", "timestamp": 1668314014910, "artifactURL": "/sdc/v1/catalog/services/TestPnfMacro/1.0/artifacts/service-TestPnfMacro-template.yml", "status": "NOT_NOTIFIED" } 2022-11-13T04:36:50.341Z|0bc1ed58-a1c1-4d04-8bed-12d0375391db|pool-2-thread-7|||||INFO|500||Missing status on Status Object. 2022-11-13T04:36:50.341Z|0bc1ed58-a1c1-4d04-8bed-12d0375391db|pool-2-thread-7|||||DEBUG|500||received message from topic 2022-11-13T04:36:50.341Z|0bc1ed58-a1c1-4d04-8bed-12d0375391db|pool-2-thread-7|||||DEBUG|500||recieved notification from broker: { "distributionID": "14cb8a78-2e72-454a-8a15-66ce63b4ff1b", "consumerID": "policy-id", "timestamp": 1668314020440, "artifactURL": "/sdc/v1/catalog/services/TestPnfMacro/1.0/artifacts/service-TestPnfMacro-template.yml", "status": "NOT_NOTIFIED" } 2022-11-13T04:36:50.341Z|0bc1ed58-a1c1-4d04-8bed-12d0375391db|pool-2-thread-7|||||INFO|500||Missing status on Status Object. 2022-11-13T04:36:50.341Z|0bc1ed58-a1c1-4d04-8bed-12d0375391db|pool-2-thread-7|||||DEBUG|500||received message from topic 2022-11-13T04:36:50.341Z|0bc1ed58-a1c1-4d04-8bed-12d0375391db|pool-2-thread-7|||||DEBUG|500||recieved notification from broker: { "distributionID": "14cb8a78-2e72-454a-8a15-66ce63b4ff1b", "consumerID": "clamp", "timestamp": 1668314023487, "artifactURL": "/sdc/v1/catalog/services/TestPnfMacro/1.0/artifacts/service-TestPnfMacro-template.yml", "status": "NOT_NOTIFIED" } 2022-11-13T04:36:50.342Z|0bc1ed58-a1c1-4d04-8bed-12d0375391db|pool-2-thread-7|||||INFO|500||Missing status on Status Object. 2022-11-13T04:36:50.342Z|0bc1ed58-a1c1-4d04-8bed-12d0375391db|pool-2-thread-7|||||DEBUG|500||received message from topic 2022-11-13T04:36:50.342Z|0bc1ed58-a1c1-4d04-8bed-12d0375391db|pool-2-thread-7|||||DEBUG|500||recieved notification from broker: { "distributionID": "14cb8a78-2e72-454a-8a15-66ce63b4ff1b", "consumerID": "multicloud-k8s-id", "timestamp": 1668314027601, "artifactURL": "/sdc/v1/catalog/services/TestPnfMacro/1.0/resourceInstances/testpnf0/artifacts/CBA_enriched.zip", "status": "NOT_NOTIFIED" } 2022-11-13T04:36:50.342Z|0bc1ed58-a1c1-4d04-8bed-12d0375391db|pool-2-thread-7|||||INFO|500||Missing status on Status Object. 2022-11-13T04:36:50.342Z|0bc1ed58-a1c1-4d04-8bed-12d0375391db|pool-2-thread-7|||||DEBUG|500||received message from topic 2022-11-13T04:36:50.342Z|0bc1ed58-a1c1-4d04-8bed-12d0375391db|pool-2-thread-7|||||DEBUG|500||recieved notification from broker: { "distributionID": "14cb8a78-2e72-454a-8a15-66ce63b4ff1b", "consumerID": "aai-ml", "timestamp": 1668314023062, "artifactURL": "/sdc/v1/catalog/services/TestPnfMacro/1.0/artifacts/service-TestPnfMacro-csar.csar", "status": "NOTIFIED" } 2022-11-13T04:36:50.342Z|0bc1ed58-a1c1-4d04-8bed-12d0375391db|pool-2-thread-7|||||INFO|500||Missing status on Status Object. 2022-11-13T04:36:50.343Z|0bc1ed58-a1c1-4d04-8bed-12d0375391db|pool-2-thread-7|||||DEBUG|500||received message from topic 2022-11-13T04:36:50.343Z|0bc1ed58-a1c1-4d04-8bed-12d0375391db|pool-2-thread-7|||||DEBUG|500||recieved notification from broker: { "distributionID": "14cb8a78-2e72-454a-8a15-66ce63b4ff1b", "consumerID": "ves-openapi-manager", "timestamp": 1668314021883, "artifactURL": "/sdc/v1/catalog/services/TestPnfMacro/1.0/artifacts/service-TestPnfMacro-csar.csar", "status": "NOT_NOTIFIED" } 2022-11-13T04:36:50.343Z|0bc1ed58-a1c1-4d04-8bed-12d0375391db|pool-2-thread-7|||||INFO|500||Missing status on Status Object. 2022-11-13T04:36:50.343Z|0bc1ed58-a1c1-4d04-8bed-12d0375391db|pool-2-thread-7|||||DEBUG|500||received message from topic 2022-11-13T04:36:50.343Z|0bc1ed58-a1c1-4d04-8bed-12d0375391db|pool-2-thread-7|||||DEBUG|500||recieved notification from broker: { "distributionID": "14cb8a78-2e72-454a-8a15-66ce63b4ff1b", "consumerID": "cds", "timestamp": 1668314014910, "artifactURL": "/sdc/v1/catalog/services/TestPnfMacro/1.0/artifacts/service-TestPnfMacro-csar.csar", "status": "NOTIFIED" } 2022-11-13T04:36:50.343Z|0bc1ed58-a1c1-4d04-8bed-12d0375391db|pool-2-thread-7|||||INFO|500||Missing status on Status Object. 2022-11-13T04:36:50.343Z|0bc1ed58-a1c1-4d04-8bed-12d0375391db|pool-2-thread-7|||||DEBUG|500||received message from topic 2022-11-13T04:36:50.343Z|0bc1ed58-a1c1-4d04-8bed-12d0375391db|pool-2-thread-7|||||DEBUG|500||recieved notification from broker: { "distributionID": "14cb8a78-2e72-454a-8a15-66ce63b4ff1b", "consumerID": "policy-id", "timestamp": 1668314020440, "artifactURL": "/sdc/v1/catalog/services/TestPnfMacro/1.0/artifacts/service-TestPnfMacro-csar.csar", "status": "NOTIFIED" } 2022-11-13T04:36:50.343Z|0bc1ed58-a1c1-4d04-8bed-12d0375391db|pool-2-thread-7|||||INFO|500||Missing status on Status Object. 2022-11-13T04:36:50.343Z|0bc1ed58-a1c1-4d04-8bed-12d0375391db|pool-2-thread-7|||||DEBUG|500||received message from topic 2022-11-13T04:36:50.343Z|0bc1ed58-a1c1-4d04-8bed-12d0375391db|pool-2-thread-7|||||DEBUG|500||recieved notification from broker: { "distributionID": "14cb8a78-2e72-454a-8a15-66ce63b4ff1b", "consumerID": "clamp", "timestamp": 1668314023487, "artifactURL": "/sdc/v1/catalog/services/TestPnfMacro/1.0/artifacts/service-TestPnfMacro-csar.csar", "status": "NOTIFIED" } 2022-11-13T04:36:50.344Z|0bc1ed58-a1c1-4d04-8bed-12d0375391db|pool-2-thread-7|||||INFO|500||Missing status on Status Object. 2022-11-13T04:36:50.344Z|0bc1ed58-a1c1-4d04-8bed-12d0375391db|pool-2-thread-7|||||DEBUG|500||received message from topic 2022-11-13T04:36:50.344Z|0bc1ed58-a1c1-4d04-8bed-12d0375391db|pool-2-thread-7|||||DEBUG|500||recieved notification from broker: { "distributionID": "14cb8a78-2e72-454a-8a15-66ce63b4ff1b", "consumerID": "multicloud-k8s-id", "timestamp": 1668314027601, "artifactURL": "/sdc/v1/catalog/services/TestPnfMacro/1.0/resourceInstances/testpnf0/artifacts/vendor-license-model.xml", "status": "NOT_NOTIFIED" } 2022-11-13T04:36:50.344Z|0bc1ed58-a1c1-4d04-8bed-12d0375391db|pool-2-thread-7|||||INFO|500||Missing status on Status Object. 2022-11-13T04:36:50.344Z|0bc1ed58-a1c1-4d04-8bed-12d0375391db|pool-2-thread-7|||||DEBUG|500||received message from topic 2022-11-13T04:36:50.344Z|0bc1ed58-a1c1-4d04-8bed-12d0375391db|pool-2-thread-7|||||DEBUG|500||recieved notification from broker: { "distributionID": "14cb8a78-2e72-454a-8a15-66ce63b4ff1b", "consumerID": "cds", "timestamp": 1668314033206, "artifactURL": "/sdc/v1/catalog/services/TestPnfMacro/1.0/artifacts/service-TestPnfMacro-csar.csar", "status": "DOWNLOAD_OK" } 2022-11-13T04:36:50.344Z|0bc1ed58-a1c1-4d04-8bed-12d0375391db|pool-2-thread-7|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error' 2022-11-13T04:36:50.344Z|0bc1ed58-a1c1-4d04-8bed-12d0375391db|pool-2-thread-7|||||DEBUG|500||received message from topic 2022-11-13T04:36:50.344Z|0bc1ed58-a1c1-4d04-8bed-12d0375391db|pool-2-thread-7|||||DEBUG|500||recieved notification from broker: { "distributionID": "14cb8a78-2e72-454a-8a15-66ce63b4ff1b", "consumerID": "ves-openapi-manager", "timestamp": 1668314033144, "artifactURL": "/sdc/v1/catalog/services/TestPnfMacro/1.0/resourceInstances/testpnf0/artifacts/MyPnf_Pnf_v1.yaml", "status": "DOWNLOAD_OK" } 2022-11-13T04:36:50.344Z|0bc1ed58-a1c1-4d04-8bed-12d0375391db|pool-2-thread-7|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error' 2022-11-13T04:36:50.344Z|0bc1ed58-a1c1-4d04-8bed-12d0375391db|pool-2-thread-7|||||DEBUG|500||received message from topic 2022-11-13T04:36:50.344Z|0bc1ed58-a1c1-4d04-8bed-12d0375391db|pool-2-thread-7|||||DEBUG|500||recieved notification from broker: { "distributionID": "14cb8a78-2e72-454a-8a15-66ce63b4ff1b", "consumerID": "aai-ml", "timestamp": 1668314033224, "artifactURL": "/sdc/v1/catalog/services/TestPnfMacro/1.0/artifacts/service-TestPnfMacro-csar.csar", "status": "DOWNLOAD_OK" } 2022-11-13T04:36:50.345Z|0bc1ed58-a1c1-4d04-8bed-12d0375391db|pool-2-thread-7|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error' 2022-11-13T04:36:50.345Z|0bc1ed58-a1c1-4d04-8bed-12d0375391db|pool-2-thread-7|||||DEBUG|500||received message from topic 2022-11-13T04:36:50.345Z|0bc1ed58-a1c1-4d04-8bed-12d0375391db|pool-2-thread-7|||||DEBUG|500||recieved notification from broker: { "distributionID": "14cb8a78-2e72-454a-8a15-66ce63b4ff1b", "consumerID": "policy-id", "timestamp": 1668314033227, "artifactURL": "/sdc/v1/catalog/services/TestPnfMacro/1.0/artifacts/service-TestPnfMacro-csar.csar", "status": "DOWNLOAD_OK" } 2022-11-13T04:36:50.345Z|0bc1ed58-a1c1-4d04-8bed-12d0375391db|pool-2-thread-7|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error' 2022-11-13T04:36:50.345Z|0bc1ed58-a1c1-4d04-8bed-12d0375391db|pool-2-thread-7|||||DEBUG|500||received message from topic 2022-11-13T04:36:50.345Z|0bc1ed58-a1c1-4d04-8bed-12d0375391db|pool-2-thread-7|||||DEBUG|500||recieved notification from broker: { "distributionID": "14cb8a78-2e72-454a-8a15-66ce63b4ff1b", "consumerID": "multicloud-k8s-id", "timestamp": 1668314027601, "artifactURL": "/sdc/v1/catalog/services/TestPnfMacro/1.0/resourceInstances/testpnf0/artifacts/PM_Dictionary.yaml", "status": "NOT_NOTIFIED" } 2022-11-13T04:36:50.345Z|0bc1ed58-a1c1-4d04-8bed-12d0375391db|pool-2-thread-7|||||INFO|500||Missing status on Status Object. 2022-11-13T04:36:50.345Z|0bc1ed58-a1c1-4d04-8bed-12d0375391db|pool-2-thread-7|||||DEBUG|500||received message from topic 2022-11-13T04:36:50.345Z|0bc1ed58-a1c1-4d04-8bed-12d0375391db|pool-2-thread-7|||||DEBUG|500||recieved notification from broker: { "distributionID": "14cb8a78-2e72-454a-8a15-66ce63b4ff1b", "consumerID": "policy-id", "timestamp": 1668314034231, "artifactURL": "/sdc/v1/catalog/services/TestPnfMacro/1.0/artifacts/service-TestPnfMacro-csar.csar", "status": "DEPLOY_OK" } 2022-11-13T04:36:50.345Z|0bc1ed58-a1c1-4d04-8bed-12d0375391db|pool-2-thread-7|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error' 2022-11-13T04:36:50.345Z|0bc1ed58-a1c1-4d04-8bed-12d0375391db|pool-2-thread-7|||||DEBUG|500||received message from topic 2022-11-13T04:36:50.345Z|0bc1ed58-a1c1-4d04-8bed-12d0375391db|pool-2-thread-7|||||DEBUG|500||recieved notification from broker: { "distributionID": "14cb8a78-2e72-454a-8a15-66ce63b4ff1b", "consumerID": "ves-openapi-manager", "timestamp": 1668314034184, "artifactURL": "/sdc/v1/catalog/services/TestPnfMacro/1.0/resourceInstances/testpnf0/artifacts/MyPnf_Pnf_v1.yaml", "status": "DEPLOY_OK" } 2022-11-13T04:36:50.346Z|0bc1ed58-a1c1-4d04-8bed-12d0375391db|pool-2-thread-7|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error' 2022-11-13T04:36:50.346Z|0bc1ed58-a1c1-4d04-8bed-12d0375391db|pool-2-thread-7|||||DEBUG|500||received message from topic 2022-11-13T04:36:50.346Z|0bc1ed58-a1c1-4d04-8bed-12d0375391db|pool-2-thread-7|||||DEBUG|500||recieved notification from broker: { "distributionID": "14cb8a78-2e72-454a-8a15-66ce63b4ff1b", "consumerID": "multicloud-k8s-id", "timestamp": 1668314027601, "artifactURL": "/sdc/v1/catalog/services/TestPnfMacro/1.0/resourceInstances/testpnf0/artifacts/MyPnf_Pnf_v1.yaml", "status": "NOT_NOTIFIED" } 2022-11-13T04:36:50.346Z|0bc1ed58-a1c1-4d04-8bed-12d0375391db|pool-2-thread-7|||||INFO|500||Missing status on Status Object. 2022-11-13T04:36:50.346Z|0bc1ed58-a1c1-4d04-8bed-12d0375391db|pool-2-thread-7|||||DEBUG|500||received message from topic 2022-11-13T04:36:50.347Z|0bc1ed58-a1c1-4d04-8bed-12d0375391db|pool-2-thread-7|||||DEBUG|500||recieved notification from broker: { "distributionID": "14cb8a78-2e72-454a-8a15-66ce63b4ff1b", "consumerID": "cds", "timestamp": 1668314034432, "artifactURL": "/sdc/v1/catalog/services/TestPnfMacro/1.0/artifacts/service-TestPnfMacro-csar.csar", "status": "COMPONENT_DONE_OK", "componentName": "cds" } Hibernate: select watchdogdi0_.DISTRIBUTION_ID as distribu1_11_0_, watchdogdi0_.CREATE_TIME as create_t2_11_0_, watchdogdi0_.DISTRIBUTION_ID_STATUS as distribu3_11_0_, watchdogdi0_.MODIFY_TIME as modify_t4_11_0_, watchdogdi0_.LOCK_VERSION as lock_ver5_11_0_ from watchdog_distributionid_status watchdogdi0_ where watchdogdi0_.DISTRIBUTION_ID=? Hibernate: select watchdogdi0_.DISTRIBUTION_ID as distribu1_11_0_, watchdogdi0_.CREATE_TIME as create_t2_11_0_, watchdogdi0_.DISTRIBUTION_ID_STATUS as distribu3_11_0_, watchdogdi0_.MODIFY_TIME as modify_t4_11_0_, watchdogdi0_.LOCK_VERSION as lock_ver5_11_0_ from watchdog_distributionid_status watchdogdi0_ where watchdogdi0_.DISTRIBUTION_ID=? Hibernate: insert into watchdog_distributionid_status (CREATE_TIME, DISTRIBUTION_ID_STATUS, MODIFY_TIME, LOCK_VERSION, DISTRIBUTION_ID) values (?, ?, ?, ?, ?) 2022-11-13T04:36:50.375Z|0bc1ed58-a1c1-4d04-8bed-12d0375391db|pool-2-thread-7|||||DEBUG|500||Receive a callback componentStatus in ASDC, for componentName: cds and status of COMPONENT_DONE_OK distributionID of 14cb8a78-2e72-454a-8a15-66ce63b4ff1b 2022-11-13T04:36:50.375Z|0bc1ed58-a1c1-4d04-8bed-12d0375391db|pool-2-thread-7|||||DEBUG|500||Entering installTheComponentStatus for distributionId 14cb8a78-2e72-454a-8a15-66ce63b4ff1b and ComponentName cds Hibernate: select watchdogco0_.COMPONENT_NAME as componen1_12_0_, watchdogco0_.DISTRIBUTION_ID as distribu2_12_0_, watchdogco0_.COMPONENT_DISTRIBUTION_STATUS as componen3_12_0_, watchdogco0_.CREATE_TIME as create_t4_12_0_, watchdogco0_.MODIFY_TIME as modify_t5_12_0_ from watchdog_per_component_distribution_status watchdogco0_ where watchdogco0_.COMPONENT_NAME=? and watchdogco0_.DISTRIBUTION_ID=? Hibernate: insert into watchdog_per_component_distribution_status (COMPONENT_DISTRIBUTION_STATUS, CREATE_TIME, MODIFY_TIME, COMPONENT_NAME, DISTRIBUTION_ID) values (?, ?, ?, ?, ?) 2022-11-13T04:36:50.385Z|0bc1ed58-a1c1-4d04-8bed-12d0375391db|pool-2-thread-7|||||DEBUG|500||received message from topic 2022-11-13T04:36:50.386Z|0bc1ed58-a1c1-4d04-8bed-12d0375391db|pool-2-thread-7|||||DEBUG|500||recieved notification from broker: { "distributionID": "14cb8a78-2e72-454a-8a15-66ce63b4ff1b", "consumerID": "policy-id", "timestamp": 1668314035236, "artifactURL": "", "status": "COMPONENT_DONE_OK", "componentName": "POLICY" } Hibernate: select watchdogdi0_.DISTRIBUTION_ID as distribu1_11_0_, watchdogdi0_.CREATE_TIME as create_t2_11_0_, watchdogdi0_.DISTRIBUTION_ID_STATUS as distribu3_11_0_, watchdogdi0_.MODIFY_TIME as modify_t4_11_0_, watchdogdi0_.LOCK_VERSION as lock_ver5_11_0_ from watchdog_distributionid_status watchdogdi0_ where watchdogdi0_.DISTRIBUTION_ID=? 2022-11-13T04:36:50.390Z|0bc1ed58-a1c1-4d04-8bed-12d0375391db|pool-2-thread-7|||||DEBUG|500||Receive a callback componentStatus in ASDC, for componentName: POLICY and status of COMPONENT_DONE_OK distributionID of 14cb8a78-2e72-454a-8a15-66ce63b4ff1b 2022-11-13T04:36:50.390Z|0bc1ed58-a1c1-4d04-8bed-12d0375391db|pool-2-thread-7|||||DEBUG|500||Entering installTheComponentStatus for distributionId 14cb8a78-2e72-454a-8a15-66ce63b4ff1b and ComponentName POLICY Hibernate: select watchdogco0_.COMPONENT_NAME as componen1_12_0_, watchdogco0_.DISTRIBUTION_ID as distribu2_12_0_, watchdogco0_.COMPONENT_DISTRIBUTION_STATUS as componen3_12_0_, watchdogco0_.CREATE_TIME as create_t4_12_0_, watchdogco0_.MODIFY_TIME as modify_t5_12_0_ from watchdog_per_component_distribution_status watchdogco0_ where watchdogco0_.COMPONENT_NAME=? and watchdogco0_.DISTRIBUTION_ID=? Hibernate: insert into watchdog_per_component_distribution_status (COMPONENT_DISTRIBUTION_STATUS, CREATE_TIME, MODIFY_TIME, COMPONENT_NAME, DISTRIBUTION_ID) values (?, ?, ?, ?, ?) 2022-11-13T04:36:50.408Z|0bc1ed58-a1c1-4d04-8bed-12d0375391db|pool-2-thread-7|||||DEBUG|500||received message from topic 2022-11-13T04:36:50.408Z|0bc1ed58-a1c1-4d04-8bed-12d0375391db|pool-2-thread-7|||||DEBUG|500||recieved notification from broker: { "distributionID": "14cb8a78-2e72-454a-8a15-66ce63b4ff1b", "consumerID": "ves-openapi-manager", "timestamp": 1668314035187, "artifactURL": "", "status": "COMPONENT_DONE_OK", "componentName": "" } Hibernate: select watchdogdi0_.DISTRIBUTION_ID as distribu1_11_0_, watchdogdi0_.CREATE_TIME as create_t2_11_0_, watchdogdi0_.DISTRIBUTION_ID_STATUS as distribu3_11_0_, watchdogdi0_.MODIFY_TIME as modify_t4_11_0_, watchdogdi0_.LOCK_VERSION as lock_ver5_11_0_ from watchdog_distributionid_status watchdogdi0_ where watchdogdi0_.DISTRIBUTION_ID=? 2022-11-13T04:36:50.416Z|0bc1ed58-a1c1-4d04-8bed-12d0375391db|pool-2-thread-7|||||DEBUG|500||Receive a callback componentStatus in ASDC, for componentName: and status of COMPONENT_DONE_OK distributionID of 14cb8a78-2e72-454a-8a15-66ce63b4ff1b 2022-11-13T04:36:50.416Z|0bc1ed58-a1c1-4d04-8bed-12d0375391db|pool-2-thread-7|||||DEBUG|500||Entering installTheComponentStatus for distributionId 14cb8a78-2e72-454a-8a15-66ce63b4ff1b and ComponentName Hibernate: select watchdogco0_.COMPONENT_NAME as componen1_12_0_, watchdogco0_.DISTRIBUTION_ID as distribu2_12_0_, watchdogco0_.COMPONENT_DISTRIBUTION_STATUS as componen3_12_0_, watchdogco0_.CREATE_TIME as create_t4_12_0_, watchdogco0_.MODIFY_TIME as modify_t5_12_0_ from watchdog_per_component_distribution_status watchdogco0_ where watchdogco0_.COMPONENT_NAME=? and watchdogco0_.DISTRIBUTION_ID=? Hibernate: insert into watchdog_per_component_distribution_status (COMPONENT_DISTRIBUTION_STATUS, CREATE_TIME, MODIFY_TIME, COMPONENT_NAME, DISTRIBUTION_ID) values (?, ?, ?, ?, ?) 2022-11-13T04:36:50.424Z|0bc1ed58-a1c1-4d04-8bed-12d0375391db|pool-2-thread-7|||||DEBUG|500||received message from topic 2022-11-13T04:36:50.424Z|0bc1ed58-a1c1-4d04-8bed-12d0375391db|pool-2-thread-7|||||DEBUG|500||recieved notification from broker: { "distributionID": "14cb8a78-2e72-454a-8a15-66ce63b4ff1b", "consumerID": "multicloud-k8s-id", "timestamp": 1668314027601, "artifactURL": "/sdc/v1/catalog/services/TestPnfMacro/1.0/artifacts/service-TestPnfMacro-template.yml", "status": "NOT_NOTIFIED" } 2022-11-13T04:36:50.424Z|0bc1ed58-a1c1-4d04-8bed-12d0375391db|pool-2-thread-7|||||INFO|500||Missing status on Status Object. 2022-11-13T04:36:50.425Z|0bc1ed58-a1c1-4d04-8bed-12d0375391db|pool-2-thread-7|||||DEBUG|500||received message from topic 2022-11-13T04:36:50.425Z|0bc1ed58-a1c1-4d04-8bed-12d0375391db|pool-2-thread-7|||||DEBUG|500||recieved notification from broker: { "distributionID": "14cb8a78-2e72-454a-8a15-66ce63b4ff1b", "consumerID": "multicloud-k8s-id", "timestamp": 1668314027601, "artifactURL": "/sdc/v1/catalog/services/TestPnfMacro/1.0/artifacts/service-TestPnfMacro-csar.csar", "status": "NOTIFIED" } 2022-11-13T04:36:50.425Z|0bc1ed58-a1c1-4d04-8bed-12d0375391db|pool-2-thread-7|||||INFO|500||Missing status on Status Object. 2022-11-13T04:36:50.425Z|0bc1ed58-a1c1-4d04-8bed-12d0375391db|pool-2-thread-7|||||DEBUG|500||received message from topic 2022-11-13T04:36:50.425Z|0bc1ed58-a1c1-4d04-8bed-12d0375391db|pool-2-thread-7|||||DEBUG|500||recieved notification from broker: { "distributionID": "14cb8a78-2e72-454a-8a15-66ce63b4ff1b", "consumerID": "aai-ml", "timestamp": 1668314038493, "artifactURL": "/sdc/v1/catalog/services/TestPnfMacro/1.0/artifacts/service-TestPnfMacro-csar.csar", "status": "DEPLOY_OK" } 2022-11-13T04:36:50.426Z|0bc1ed58-a1c1-4d04-8bed-12d0375391db|pool-2-thread-7|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error' 2022-11-13T04:36:50.426Z|0bc1ed58-a1c1-4d04-8bed-12d0375391db|pool-2-thread-7|||||DEBUG|500||received message from topic 2022-11-13T04:36:50.426Z|0bc1ed58-a1c1-4d04-8bed-12d0375391db|pool-2-thread-7|||||DEBUG|500||recieved notification from broker: { "distributionID": "14cb8a78-2e72-454a-8a15-66ce63b4ff1b", "consumerID": "aai-ml", "timestamp": 1668314039497, "artifactURL": "", "status": "COMPONENT_DONE_OK", "componentName": "AAI" } Hibernate: select watchdogdi0_.DISTRIBUTION_ID as distribu1_11_0_, watchdogdi0_.CREATE_TIME as create_t2_11_0_, watchdogdi0_.DISTRIBUTION_ID_STATUS as distribu3_11_0_, watchdogdi0_.MODIFY_TIME as modify_t4_11_0_, watchdogdi0_.LOCK_VERSION as lock_ver5_11_0_ from watchdog_distributionid_status watchdogdi0_ where watchdogdi0_.DISTRIBUTION_ID=? 2022-11-13T04:36:50.433Z|0bc1ed58-a1c1-4d04-8bed-12d0375391db|pool-2-thread-7|||||DEBUG|500||Receive a callback componentStatus in ASDC, for componentName: AAI and status of COMPONENT_DONE_OK distributionID of 14cb8a78-2e72-454a-8a15-66ce63b4ff1b 2022-11-13T04:36:50.434Z|0bc1ed58-a1c1-4d04-8bed-12d0375391db|pool-2-thread-7|||||DEBUG|500||Entering installTheComponentStatus for distributionId 14cb8a78-2e72-454a-8a15-66ce63b4ff1b and ComponentName AAI Hibernate: select watchdogco0_.COMPONENT_NAME as componen1_12_0_, watchdogco0_.DISTRIBUTION_ID as distribu2_12_0_, watchdogco0_.COMPONENT_DISTRIBUTION_STATUS as componen3_12_0_, watchdogco0_.CREATE_TIME as create_t4_12_0_, watchdogco0_.MODIFY_TIME as modify_t5_12_0_ from watchdog_per_component_distribution_status watchdogco0_ where watchdogco0_.COMPONENT_NAME=? and watchdogco0_.DISTRIBUTION_ID=? Hibernate: insert into watchdog_per_component_distribution_status (COMPONENT_DISTRIBUTION_STATUS, CREATE_TIME, MODIFY_TIME, COMPONENT_NAME, DISTRIBUTION_ID) values (?, ?, ?, ?, ?) 2022-11-13T04:36:50.441Z|0bc1ed58-a1c1-4d04-8bed-12d0375391db|pool-2-thread-7|||||DEBUG|500||received message from topic 2022-11-13T04:36:50.441Z|0bc1ed58-a1c1-4d04-8bed-12d0375391db|pool-2-thread-7|||||DEBUG|500||recieved notification from broker: { "distributionID": "14cb8a78-2e72-454a-8a15-66ce63b4ff1b", "consumerID": "sdc-COpenSource-Env11-sdnc-dockero", "timestamp": 1668314041118, "artifactURL": "/sdc/v1/catalog/services/TestPnfMacro/1.0/resourceInstances/testpnf0/artifacts/vf-license-model.xml", "status": "NOT_NOTIFIED" } 2022-11-13T04:36:50.442Z|0bc1ed58-a1c1-4d04-8bed-12d0375391db|pool-2-thread-7|||||INFO|500||Missing status on Status Object. 2022-11-13T04:36:50.442Z|0bc1ed58-a1c1-4d04-8bed-12d0375391db|pool-2-thread-7|||||DEBUG|500||received message from topic 2022-11-13T04:36:50.442Z|0bc1ed58-a1c1-4d04-8bed-12d0375391db|pool-2-thread-7|||||DEBUG|500||recieved notification from broker: { "distributionID": "14cb8a78-2e72-454a-8a15-66ce63b4ff1b", "consumerID": "sdc-COpenSource-Env11-sdnc-dockero", "timestamp": 1668314041118, "artifactURL": "/sdc/v1/catalog/services/TestPnfMacro/1.0/resourceInstances/testpnf0/artifacts/pNF.csar", "status": "NOT_NOTIFIED" } 2022-11-13T04:36:50.442Z|0bc1ed58-a1c1-4d04-8bed-12d0375391db|pool-2-thread-7|||||INFO|500||Missing status on Status Object. 2022-11-13T04:36:50.442Z|0bc1ed58-a1c1-4d04-8bed-12d0375391db|pool-2-thread-7|||||DEBUG|500||received message from topic 2022-11-13T04:36:50.442Z|0bc1ed58-a1c1-4d04-8bed-12d0375391db|pool-2-thread-7|||||DEBUG|500||recieved notification from broker: { "distributionID": "14cb8a78-2e72-454a-8a15-66ce63b4ff1b", "consumerID": "sdc-COpenSource-Env11-sdnc-dockero", "timestamp": 1668314041118, "artifactURL": "/sdc/v1/catalog/services/TestPnfMacro/1.0/resourceInstances/testpnf0/artifacts/mynetconf.yang", "status": "NOT_NOTIFIED" } 2022-11-13T04:36:50.443Z|0bc1ed58-a1c1-4d04-8bed-12d0375391db|pool-2-thread-7|||||INFO|500||Missing status on Status Object. 2022-11-13T04:36:50.443Z|0bc1ed58-a1c1-4d04-8bed-12d0375391db|pool-2-thread-7|||||DEBUG|500||received message from topic 2022-11-13T04:36:50.443Z|0bc1ed58-a1c1-4d04-8bed-12d0375391db|pool-2-thread-7|||||DEBUG|500||recieved notification from broker: { "distributionID": "14cb8a78-2e72-454a-8a15-66ce63b4ff1b", "consumerID": "clamp", "timestamp": 1668314044217, "artifactURL": "/sdc/v1/catalog/services/TestPnfMacro/1.0/artifacts/service-TestPnfMacro-csar.csar", "status": "DOWNLOAD_OK" } 2022-11-13T04:36:50.443Z|0bc1ed58-a1c1-4d04-8bed-12d0375391db|pool-2-thread-7|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error' 2022-11-13T04:36:50.443Z|0bc1ed58-a1c1-4d04-8bed-12d0375391db|pool-2-thread-7|||||DEBUG|500||received message from topic 2022-11-13T04:36:50.443Z|0bc1ed58-a1c1-4d04-8bed-12d0375391db|pool-2-thread-7|||||DEBUG|500||recieved notification from broker: { "distributionID": "14cb8a78-2e72-454a-8a15-66ce63b4ff1b", "consumerID": "sdc-COpenSource-Env11-sdnc-dockero", "timestamp": 1668314041118, "artifactURL": "/sdc/v1/catalog/services/TestPnfMacro/1.0/resourceInstances/testpnf0/artifacts/CBA_enriched.zip", "status": "NOT_NOTIFIED" } 2022-11-13T04:36:50.443Z|0bc1ed58-a1c1-4d04-8bed-12d0375391db|pool-2-thread-7|||||INFO|500||Missing status on Status Object. 2022-11-13T04:36:50.443Z|0bc1ed58-a1c1-4d04-8bed-12d0375391db|pool-2-thread-7|||||DEBUG|500||received message from topic 2022-11-13T04:36:50.444Z|0bc1ed58-a1c1-4d04-8bed-12d0375391db|pool-2-thread-7|||||DEBUG|500||recieved notification from broker: { "distributionID": "14cb8a78-2e72-454a-8a15-66ce63b4ff1b", "consumerID": "sdc-COpenSource-Env11-sdnc-dockero", "timestamp": 1668314041118, "artifactURL": "/sdc/v1/catalog/services/TestPnfMacro/1.0/resourceInstances/testpnf0/artifacts/vendor-license-model.xml", "status": "NOT_NOTIFIED" } 2022-11-13T04:36:50.444Z|0bc1ed58-a1c1-4d04-8bed-12d0375391db|pool-2-thread-7|||||INFO|500||Missing status on Status Object. 2022-11-13T04:36:50.444Z|0bc1ed58-a1c1-4d04-8bed-12d0375391db|pool-2-thread-7|||||DEBUG|500||received message from topic 2022-11-13T04:36:50.444Z|0bc1ed58-a1c1-4d04-8bed-12d0375391db|pool-2-thread-7|||||DEBUG|500||recieved notification from broker: { "distributionID": "14cb8a78-2e72-454a-8a15-66ce63b4ff1b", "consumerID": "clamp", "timestamp": 1668314046227, "artifactURL": "/sdc/v1/catalog/services/TestPnfMacro/1.0/artifacts/service-TestPnfMacro-csar.csar", "status": "DEPLOY_OK" } 2022-11-13T04:36:50.444Z|0bc1ed58-a1c1-4d04-8bed-12d0375391db|pool-2-thread-7|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error' 2022-11-13T04:36:50.444Z|0bc1ed58-a1c1-4d04-8bed-12d0375391db|pool-2-thread-7|||||DEBUG|500||received message from topic 2022-11-13T04:36:50.444Z|0bc1ed58-a1c1-4d04-8bed-12d0375391db|pool-2-thread-7|||||DEBUG|500||recieved notification from broker: { "distributionID": "14cb8a78-2e72-454a-8a15-66ce63b4ff1b", "consumerID": "sdc-COpenSource-Env11-sdnc-dockero", "timestamp": 1668314041118, "artifactURL": "/sdc/v1/catalog/services/TestPnfMacro/1.0/resourceInstances/testpnf0/artifacts/PM_Dictionary.yaml", "status": "NOT_NOTIFIED" } 2022-11-13T04:36:50.444Z|0bc1ed58-a1c1-4d04-8bed-12d0375391db|pool-2-thread-7|||||INFO|500||Missing status on Status Object. 2022-11-13T04:36:50.444Z|0bc1ed58-a1c1-4d04-8bed-12d0375391db|pool-2-thread-7|||||DEBUG|500||received message from topic 2022-11-13T04:36:50.444Z|0bc1ed58-a1c1-4d04-8bed-12d0375391db|pool-2-thread-7|||||DEBUG|500||recieved notification from broker: { "distributionID": "14cb8a78-2e72-454a-8a15-66ce63b4ff1b", "consumerID": "clamp", "timestamp": 1668314047231, "artifactURL": "", "status": "COMPONENT_DONE_OK", "componentName": "clamp" } Hibernate: select watchdogdi0_.DISTRIBUTION_ID as distribu1_11_0_, watchdogdi0_.CREATE_TIME as create_t2_11_0_, watchdogdi0_.DISTRIBUTION_ID_STATUS as distribu3_11_0_, watchdogdi0_.MODIFY_TIME as modify_t4_11_0_, watchdogdi0_.LOCK_VERSION as lock_ver5_11_0_ from watchdog_distributionid_status watchdogdi0_ where watchdogdi0_.DISTRIBUTION_ID=? 2022-11-13T04:36:50.448Z|0bc1ed58-a1c1-4d04-8bed-12d0375391db|pool-2-thread-7|||||DEBUG|500||Receive a callback componentStatus in ASDC, for componentName: clamp and status of COMPONENT_DONE_OK distributionID of 14cb8a78-2e72-454a-8a15-66ce63b4ff1b 2022-11-13T04:36:50.449Z|0bc1ed58-a1c1-4d04-8bed-12d0375391db|pool-2-thread-7|||||DEBUG|500||Entering installTheComponentStatus for distributionId 14cb8a78-2e72-454a-8a15-66ce63b4ff1b and ComponentName clamp Hibernate: select watchdogco0_.COMPONENT_NAME as componen1_12_0_, watchdogco0_.DISTRIBUTION_ID as distribu2_12_0_, watchdogco0_.COMPONENT_DISTRIBUTION_STATUS as componen3_12_0_, watchdogco0_.CREATE_TIME as create_t4_12_0_, watchdogco0_.MODIFY_TIME as modify_t5_12_0_ from watchdog_per_component_distribution_status watchdogco0_ where watchdogco0_.COMPONENT_NAME=? and watchdogco0_.DISTRIBUTION_ID=? Hibernate: insert into watchdog_per_component_distribution_status (COMPONENT_DISTRIBUTION_STATUS, CREATE_TIME, MODIFY_TIME, COMPONENT_NAME, DISTRIBUTION_ID) values (?, ?, ?, ?, ?) 2022-11-13T04:36:50.455Z|0bc1ed58-a1c1-4d04-8bed-12d0375391db|pool-2-thread-7|||||DEBUG|500||received message from topic 2022-11-13T04:36:50.455Z|0bc1ed58-a1c1-4d04-8bed-12d0375391db|pool-2-thread-7|||||DEBUG|500||recieved notification from broker: { "distributionID": "14cb8a78-2e72-454a-8a15-66ce63b4ff1b", "consumerID": "sdc-COpenSource-Env11-sdnc-dockero", "timestamp": 1668314041118, "artifactURL": "/sdc/v1/catalog/services/TestPnfMacro/1.0/resourceInstances/testpnf0/artifacts/MyPnf_Pnf_v1.yaml", "status": "NOT_NOTIFIED" } 2022-11-13T04:36:50.455Z|0bc1ed58-a1c1-4d04-8bed-12d0375391db|pool-2-thread-7|||||INFO|500||Missing status on Status Object. 2022-11-13T04:36:50.455Z|0bc1ed58-a1c1-4d04-8bed-12d0375391db|pool-2-thread-7|||||DEBUG|500||received message from topic 2022-11-13T04:36:50.455Z|0bc1ed58-a1c1-4d04-8bed-12d0375391db|pool-2-thread-7|||||DEBUG|500||recieved notification from broker: { "distributionID": "14cb8a78-2e72-454a-8a15-66ce63b4ff1b", "consumerID": "sdc-COpenSource-Env11-sdnc-dockero", "timestamp": 1668314041118, "artifactURL": "/sdc/v1/catalog/services/TestPnfMacro/1.0/artifacts/service-TestPnfMacro-template.yml", "status": "NOT_NOTIFIED" } 2022-11-13T04:36:50.455Z|0bc1ed58-a1c1-4d04-8bed-12d0375391db|pool-2-thread-7|||||INFO|500||Missing status on Status Object. 2022-11-13T04:36:50.456Z|0bc1ed58-a1c1-4d04-8bed-12d0375391db|pool-2-thread-7|||||DEBUG|500||received message from topic 2022-11-13T04:36:50.456Z|0bc1ed58-a1c1-4d04-8bed-12d0375391db|pool-2-thread-7|||||DEBUG|500||recieved notification from broker: { "distributionID": "14cb8a78-2e72-454a-8a15-66ce63b4ff1b", "consumerID": "sdc-COpenSource-Env11-sdnc-dockero", "timestamp": 1668314041118, "artifactURL": "/sdc/v1/catalog/services/TestPnfMacro/1.0/artifacts/service-TestPnfMacro-csar.csar", "status": "NOTIFIED" } 2022-11-13T04:36:50.456Z|0bc1ed58-a1c1-4d04-8bed-12d0375391db|pool-2-thread-7|||||INFO|500||Missing status on Status Object. 2022-11-13T04:36:50.456Z|0bc1ed58-a1c1-4d04-8bed-12d0375391db|pool-2-thread-7|||||DEBUG|500||received message from topic 2022-11-13T04:36:50.456Z|0bc1ed58-a1c1-4d04-8bed-12d0375391db|pool-2-thread-7|||||DEBUG|500||recieved notification from broker: { "distributionID": "14cb8a78-2e72-454a-8a15-66ce63b4ff1b", "consumerID": "sdc-COpenSource-Env11-sdnc-dockero", "timestamp": 1668314050893, "artifactURL": "/sdc/v1/catalog/services/TestPnfMacro/1.0/artifacts/service-TestPnfMacro-csar.csar", "status": "DOWNLOAD_OK" } 2022-11-13T04:36:50.456Z|0bc1ed58-a1c1-4d04-8bed-12d0375391db|pool-2-thread-7|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error' 2022-11-13T04:36:50.456Z|0bc1ed58-a1c1-4d04-8bed-12d0375391db|pool-2-thread-7|||||DEBUG|500||received message from topic 2022-11-13T04:36:50.456Z|0bc1ed58-a1c1-4d04-8bed-12d0375391db|pool-2-thread-7|||||DEBUG|500||recieved notification from broker: { "distributionID": "14cb8a78-2e72-454a-8a15-66ce63b4ff1b", "consumerID": "sdc-COpenSource-Env11-sdnc-dockero", "timestamp": 1668314052962, "artifactURL": "/sdc/v1/catalog/services/TestPnfMacro/1.0/artifacts/service-TestPnfMacro-csar.csar", "status": "DEPLOY_OK" } 2022-11-13T04:36:50.456Z|0bc1ed58-a1c1-4d04-8bed-12d0375391db|pool-2-thread-7|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error' 2022-11-13T04:36:50.457Z|0bc1ed58-a1c1-4d04-8bed-12d0375391db|pool-2-thread-7|||||DEBUG|500||received message from topic 2022-11-13T04:36:50.457Z|0bc1ed58-a1c1-4d04-8bed-12d0375391db|pool-2-thread-7|||||DEBUG|500||recieved notification from broker: { "distributionID": "14cb8a78-2e72-454a-8a15-66ce63b4ff1b", "consumerID": "sdc-COpenSource-Env11-sdnc-dockero", "timestamp": 1668314053971, "artifactURL": "", "status": "COMPONENT_DONE_OK", "componentName": "SDNC" } Hibernate: select watchdogdi0_.DISTRIBUTION_ID as distribu1_11_0_, watchdogdi0_.CREATE_TIME as create_t2_11_0_, watchdogdi0_.DISTRIBUTION_ID_STATUS as distribu3_11_0_, watchdogdi0_.MODIFY_TIME as modify_t4_11_0_, watchdogdi0_.LOCK_VERSION as lock_ver5_11_0_ from watchdog_distributionid_status watchdogdi0_ where watchdogdi0_.DISTRIBUTION_ID=? 2022-11-13T04:36:50.461Z|0bc1ed58-a1c1-4d04-8bed-12d0375391db|pool-2-thread-7|||||DEBUG|500||Receive a callback componentStatus in ASDC, for componentName: SDNC and status of COMPONENT_DONE_OK distributionID of 14cb8a78-2e72-454a-8a15-66ce63b4ff1b 2022-11-13T04:36:50.461Z|0bc1ed58-a1c1-4d04-8bed-12d0375391db|pool-2-thread-7|||||DEBUG|500||Entering installTheComponentStatus for distributionId 14cb8a78-2e72-454a-8a15-66ce63b4ff1b and ComponentName SDNC Hibernate: select watchdogco0_.COMPONENT_NAME as componen1_12_0_, watchdogco0_.DISTRIBUTION_ID as distribu2_12_0_, watchdogco0_.COMPONENT_DISTRIBUTION_STATUS as componen3_12_0_, watchdogco0_.CREATE_TIME as create_t4_12_0_, watchdogco0_.MODIFY_TIME as modify_t5_12_0_ from watchdog_per_component_distribution_status watchdogco0_ where watchdogco0_.COMPONENT_NAME=? and watchdogco0_.DISTRIBUTION_ID=? Hibernate: insert into watchdog_per_component_distribution_status (COMPONENT_DISTRIBUTION_STATUS, CREATE_TIME, MODIFY_TIME, COMPONENT_NAME, DISTRIBUTION_ID) values (?, ?, ?, ?, ?) 2022-11-13T04:36:50.737Z|55cf2b90-5e91-44b7-b03c-c33b36d616ca|pool-2-thread-4|||||INFO|500|| --> HTTP/1.1 200 OK 2022-11-13T04:36:50.738Z|55cf2b90-5e91-44b7-b03c-c33b36d616ca|pool-2-thread-4|||||DEBUG|500||received message from topic 2022-11-13T04:36:50.738Z|55cf2b90-5e91-44b7-b03c-c33b36d616ca|pool-2-thread-4|||||DEBUG|500||recieved notification from broker: {"distributionID":"fe60c572-154d-4a52-8950-66e115830220","serviceName":"basic_vm_macro","serviceVersion":"1.0","serviceUUID":"f6ab470a-d837-4b15-8d70-8aaf6fd56c7b","serviceDescription":"service","serviceInvariantUUID":"bef1ef1f-3cb8-45f8-82bc-6a7072c8b275","resources":[{"resourceInstanceName":"basic_vm_macro 0","resourceName":"basic_vm_macro","resourceVersion":"1.0","resoucreType":"VF","resourceUUID":"40185761-d7c7-41dd-be7e-9c0e0f188077","resourceInvariantUUID":"27b6e56e-b243-44b3-a70d-de90038c29e4","resourceCustomizationUUID":"9db3c923-8903-4d95-944f-d83306fca900","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":"YWUyNzk2MGYyMDk1ZGEyNmZjYWIxODBkYjMxN2ZjZDE\u003d","artifactDescription":"VF license file","artifactTimeout":0,"artifactUUID":"12509a97-4ee4-4234-901a-3f7a61d9ced3","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":"NjY2NzQ5ZGYyZDE3MGQyMTU5YjEzN2I4MTgwZjczZWE\u003d","artifactDescription":"Auto-generated VF Modules information artifact","artifactTimeout":0,"artifactUUID":"e7fe0450-5b5e-40bb-a950-0d1b01faecab","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":"4bc4ea11-72bd-4351-9c25-607aae838863","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":"76bdcd22-0e86-4525-9504-498e0c2591f8","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":"bbcf061a-cbf1-4507-a315-9db9ecfc894c","artifactVersion":"2","generatedFromUUID":"4bc4ea11-72bd-4351-9c25-607aae838863"},{"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":"ZjcyYzk2NDI5YzEwN2IyYjAxYTA4ZWRiMmM1MmNmMjc\u003d","artifactDescription":"test","artifactTimeout":0,"artifactUUID":"2d33d540-1206-405f-88da-fa15cb1cdbca","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":"ODhmMWQ0MWYxN2Y0NDJkOWE0MWQ3NWZjOTVhMGJjZDc\u003d","artifactDescription":"TOSCA representation of the asset","artifactTimeout":0,"artifactUUID":"8b53e183-41dc-4899-b895-51c78d3f0573","artifactVersion":"1"},{"artifactName":"service-BasicVmMacro-csar.csar","artifactType":"TOSCA_CSAR","artifactURL":"/sdc/v1/catalog/services/BasicVmMacro/1.0/artifacts/service-BasicVmMacro-csar.csar","artifactChecksum":"NzA3NGZkNjdkYTEwMjhkMmMwYmZhYmZhNTg3NjU3MDM\u003d","artifactDescription":"TOSCA definition package of the asset","artifactTimeout":0,"artifactUUID":"30c5fba5-a8a7-49fc-bbf3-2992eae72e19","artifactVersion":"1"}],"workloadContext":"Production"} 2022-11-13T04:36:50.741Z|55cf2b90-5e91-44b7-b03c-c33b36d616ca|pool-2-thread-4|||||INFO|500||DistributionClient - sendNotificationStatus 2022-11-13T04:36:50.741Z|55cf2b90-5e91-44b7-b03c-c33b36d616ca|pool-2-thread-4|||||INFO|500||DistributionClient - sendStatus 2022-11-13T04:36:50.743Z|55cf2b90-5e91-44b7-b03c-c33b36d616ca|pool-2-thread-4|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap] 2022-11-13T04:36:50.744Z|55cf2b90-5e91-44b7-b03c-c33b36d616ca|pool-2-thread-4|||||DEBUG|500||try to send status { "distributionID": "fe60c572-154d-4a52-8950-66e115830220", "consumerID": "SO-COpenSource-Env11", "timestamp": 1668314206325, "artifactURL": "/sdc/v1/catalog/services/BasicVmMacro/1.0/resourceInstances/basic_vm_macro0/artifacts/vf-license-model.xml", "status": "NOT_NOTIFIED" } 2022-11-13T04:36:50.844Z||pool-112-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms 2022-11-13T04:36:50.844Z||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. 2022-11-13T04:36:50.845Z||pool-112-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as Oi7quVEmKWoWd026) ... 2022-11-13T04:36:50.862Z||pool-112-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK 2022-11-13T04:36:50.864Z||pool-112-thread-1|||||INFO|500||cambria reply ok (18 ms):{"serverTimeMs":0,"count":1} 2022-11-13T04:36:51.744Z|55cf2b90-5e91-44b7-b03c-c33b36d616ca|pool-2-thread-4|||||INFO|500||DistributionClient - sendNotificationStatus 2022-11-13T04:36:51.745Z|55cf2b90-5e91-44b7-b03c-c33b36d616ca|pool-2-thread-4|||||INFO|500||DistributionClient - sendStatus 2022-11-13T04:36:51.748Z|55cf2b90-5e91-44b7-b03c-c33b36d616ca|pool-2-thread-4|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap] 2022-11-13T04:36:51.749Z|55cf2b90-5e91-44b7-b03c-c33b36d616ca|pool-2-thread-4|||||DEBUG|500||try to send status { "distributionID": "fe60c572-154d-4a52-8950-66e115830220", "consumerID": "SO-COpenSource-Env11", "timestamp": 1668314206325, "artifactURL": "/sdc/v1/catalog/services/BasicVmMacro/1.0/resourceInstances/basic_vm_macro0/artifacts/basic_vm_macro0_modules.json", "status": "NOTIFIED" } 2022-11-13T04:36:51.849Z||pool-113-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms 2022-11-13T04:36:51.850Z||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. 2022-11-13T04:36:51.850Z||pool-113-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as Oi7quVEmKWoWd026) ... 2022-11-13T04:36:51.864Z||pool-113-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK 2022-11-13T04:36:51.865Z||pool-113-thread-1|||||INFO|500||cambria reply ok (16 ms):{"serverTimeMs":0,"count":1} 2022-11-13T04:36:52.749Z|55cf2b90-5e91-44b7-b03c-c33b36d616ca|pool-2-thread-4|||||INFO|500||DistributionClient - sendNotificationStatus 2022-11-13T04:36:52.750Z|55cf2b90-5e91-44b7-b03c-c33b36d616ca|pool-2-thread-4|||||INFO|500||DistributionClient - sendStatus 2022-11-13T04:36:52.752Z|55cf2b90-5e91-44b7-b03c-c33b36d616ca|pool-2-thread-4|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap] 2022-11-13T04:36:52.752Z|55cf2b90-5e91-44b7-b03c-c33b36d616ca|pool-2-thread-4|||||DEBUG|500||try to send status { "distributionID": "fe60c572-154d-4a52-8950-66e115830220", "consumerID": "SO-COpenSource-Env11", "timestamp": 1668314206325, "artifactURL": "/sdc/v1/catalog/services/BasicVmMacro/1.0/resourceInstances/basic_vm_macro0/artifacts/base_ubuntu20.yaml", "status": "NOTIFIED" } 2022-11-13T04:36:52.852Z||pool-114-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms 2022-11-13T04:36:52.853Z||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. 2022-11-13T04:36:52.853Z||pool-114-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as Oi7quVEmKWoWd026) ... 2022-11-13T04:36:52.884Z||pool-114-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK 2022-11-13T04:36:52.884Z||pool-114-thread-1|||||INFO|500||cambria reply ok (31 ms):{"serverTimeMs":1,"count":1} 2022-11-13T04:36:53.753Z|55cf2b90-5e91-44b7-b03c-c33b36d616ca|pool-2-thread-4|||||INFO|500||DistributionClient - sendNotificationStatus 2022-11-13T04:36:53.753Z|55cf2b90-5e91-44b7-b03c-c33b36d616ca|pool-2-thread-4|||||INFO|500||DistributionClient - sendStatus 2022-11-13T04:36:53.756Z|55cf2b90-5e91-44b7-b03c-c33b36d616ca|pool-2-thread-4|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap] 2022-11-13T04:36:53.756Z|55cf2b90-5e91-44b7-b03c-c33b36d616ca|pool-2-thread-4|||||DEBUG|500||try to send status { "distributionID": "fe60c572-154d-4a52-8950-66e115830220", "consumerID": "SO-COpenSource-Env11", "timestamp": 1668314206325, "artifactURL": "/sdc/v1/catalog/services/BasicVmMacro/1.0/resourceInstances/basic_vm_macro0/artifacts/vendor-license-model.xml", "status": "NOT_NOTIFIED" } 2022-11-13T04:36:53.856Z||pool-115-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms 2022-11-13T04:36:53.857Z||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. 2022-11-13T04:36:53.857Z||pool-115-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as Oi7quVEmKWoWd026) ... 2022-11-13T04:36:53.871Z||pool-115-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK 2022-11-13T04:36:53.871Z||pool-115-thread-1|||||INFO|500||cambria reply ok (15 ms):{"serverTimeMs":0,"count":1} 2022-11-13T04:36:54.756Z|55cf2b90-5e91-44b7-b03c-c33b36d616ca|pool-2-thread-4|||||INFO|500||DistributionClient - sendNotificationStatus 2022-11-13T04:36:54.757Z|55cf2b90-5e91-44b7-b03c-c33b36d616ca|pool-2-thread-4|||||INFO|500||DistributionClient - sendStatus 2022-11-13T04:36:54.759Z|55cf2b90-5e91-44b7-b03c-c33b36d616ca|pool-2-thread-4|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap] 2022-11-13T04:36:54.760Z|55cf2b90-5e91-44b7-b03c-c33b36d616ca|pool-2-thread-4|||||DEBUG|500||try to send status { "distributionID": "fe60c572-154d-4a52-8950-66e115830220", "consumerID": "SO-COpenSource-Env11", "timestamp": 1668314206325, "artifactURL": "/sdc/v1/catalog/services/BasicVmMacro/1.0/resourceInstances/basic_vm_macro0/artifacts/base_ubuntu20.env", "status": "NOTIFIED" } 2022-11-13T04:36:54.860Z||pool-116-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms 2022-11-13T04:36:54.861Z||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. 2022-11-13T04:36:54.861Z||pool-116-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as Oi7quVEmKWoWd026) ... 2022-11-13T04:36:54.879Z||pool-116-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK 2022-11-13T04:36:54.879Z||pool-116-thread-1|||||INFO|500||cambria reply ok (19 ms):{"serverTimeMs":1,"count":1} 2022-11-13T04:36:55.760Z|55cf2b90-5e91-44b7-b03c-c33b36d616ca|pool-2-thread-4|||||INFO|500||DistributionClient - sendNotificationStatus 2022-11-13T04:36:55.761Z|55cf2b90-5e91-44b7-b03c-c33b36d616ca|pool-2-thread-4|||||INFO|500||DistributionClient - sendStatus 2022-11-13T04:36:55.764Z|55cf2b90-5e91-44b7-b03c-c33b36d616ca|pool-2-thread-4|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap] 2022-11-13T04:36:55.764Z|55cf2b90-5e91-44b7-b03c-c33b36d616ca|pool-2-thread-4|||||DEBUG|500||try to send status { "distributionID": "fe60c572-154d-4a52-8950-66e115830220", "consumerID": "SO-COpenSource-Env11", "timestamp": 1668314206325, "artifactURL": "/sdc/v1/catalog/services/BasicVmMacro/1.0/resourceInstances/basic_vm_macro0/artifacts/BASIC_VM_enriched.zip", "status": "NOT_NOTIFIED" } 2022-11-13T04:36:55.864Z||pool-117-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms 2022-11-13T04:36:55.865Z||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. 2022-11-13T04:36:55.865Z||pool-117-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as Oi7quVEmKWoWd026) ... 2022-11-13T04:36:55.880Z||pool-117-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK 2022-11-13T04:36:55.880Z||pool-117-thread-1|||||INFO|500||cambria reply ok (16 ms):{"serverTimeMs":0,"count":1} 2022-11-13T04:36:56.764Z|55cf2b90-5e91-44b7-b03c-c33b36d616ca|pool-2-thread-4|||||INFO|500||DistributionClient - sendNotificationStatus 2022-11-13T04:36:56.765Z|55cf2b90-5e91-44b7-b03c-c33b36d616ca|pool-2-thread-4|||||INFO|500||DistributionClient - sendStatus 2022-11-13T04:36:56.767Z|55cf2b90-5e91-44b7-b03c-c33b36d616ca|pool-2-thread-4|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap] 2022-11-13T04:36:56.767Z|55cf2b90-5e91-44b7-b03c-c33b36d616ca|pool-2-thread-4|||||DEBUG|500||try to send status { "distributionID": "fe60c572-154d-4a52-8950-66e115830220", "consumerID": "SO-COpenSource-Env11", "timestamp": 1668314206325, "artifactURL": "/sdc/v1/catalog/services/BasicVmMacro/1.0/artifacts/service-BasicVmMacro-template.yml", "status": "NOT_NOTIFIED" } 2022-11-13T04:36:56.867Z||pool-118-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms 2022-11-13T04:36:56.868Z||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. 2022-11-13T04:36:56.868Z||pool-118-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as Oi7quVEmKWoWd026) ... 2022-11-13T04:36:56.884Z||pool-118-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK 2022-11-13T04:36:56.884Z||pool-118-thread-1|||||INFO|500||cambria reply ok (16 ms):{"serverTimeMs":0,"count":1} 2022-11-13T04:36:57.768Z|55cf2b90-5e91-44b7-b03c-c33b36d616ca|pool-2-thread-4|||||INFO|500||DistributionClient - sendNotificationStatus 2022-11-13T04:36:57.769Z|55cf2b90-5e91-44b7-b03c-c33b36d616ca|pool-2-thread-4|||||INFO|500||DistributionClient - sendStatus 2022-11-13T04:36:57.771Z|55cf2b90-5e91-44b7-b03c-c33b36d616ca|pool-2-thread-4|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap] 2022-11-13T04:36:57.772Z|55cf2b90-5e91-44b7-b03c-c33b36d616ca|pool-2-thread-4|||||DEBUG|500||try to send status { "distributionID": "fe60c572-154d-4a52-8950-66e115830220", "consumerID": "SO-COpenSource-Env11", "timestamp": 1668314206325, "artifactURL": "/sdc/v1/catalog/services/BasicVmMacro/1.0/artifacts/service-BasicVmMacro-csar.csar", "status": "NOTIFIED" } 2022-11-13T04:36:57.872Z||pool-119-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms 2022-11-13T04:36:57.873Z||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. 2022-11-13T04:36:57.873Z||pool-119-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as Oi7quVEmKWoWd026) ... 2022-11-13T04:36:57.889Z||pool-119-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK 2022-11-13T04:36:57.889Z||pool-119-thread-1|||||INFO|500||cambria reply ok (17 ms):{"serverTimeMs":1,"count":1} 2022-11-13T04:36:58.773Z|55cf2b90-5e91-44b7-b03c-c33b36d616ca|pool-2-thread-4|||||DEBUG|500||sending notification to client: { "distributionID": "fe60c572-154d-4a52-8950-66e115830220", "serviceName": "basic_vm_macro", "serviceVersion": "1.0", "serviceUUID": "f6ab470a-d837-4b15-8d70-8aaf6fd56c7b", "serviceDescription": "service", "serviceInvariantUUID": "bef1ef1f-3cb8-45f8-82bc-6a7072c8b275", "resources": [ { "resourceInstanceName": "basic_vm_macro 0", "resourceCustomizationUUID": "9db3c923-8903-4d95-944f-d83306fca900", "resourceName": "basic_vm_macro", "resourceVersion": "1.0", "resoucreType": "VF", "resourceUUID": "40185761-d7c7-41dd-be7e-9c0e0f188077", "resourceInvariantUUID": "27b6e56e-b243-44b3-a70d-de90038c29e4", "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": "NjY2NzQ5ZGYyZDE3MGQyMTU5YjEzN2I4MTgwZjczZWE\u003d", "artifactDescription": "Auto-generated VF Modules information artifact", "artifactTimeout": 0, "artifactVersion": "1", "artifactUUID": "e7fe0450-5b5e-40bb-a950-0d1b01faecab", "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": "4bc4ea11-72bd-4351-9c25-607aae838863", "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": "bbcf061a-cbf1-4507-a315-9db9ecfc894c", "generatedFromUUID": "4bc4ea11-72bd-4351-9c25-607aae838863" }, "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": "bbcf061a-cbf1-4507-a315-9db9ecfc894c", "relatedArtifactsInfo": [] } ] } ], "serviceArtifacts": [ { "artifactName": "service-BasicVmMacro-csar.csar", "artifactType": "TOSCA_CSAR", "artifactURL": "/sdc/v1/catalog/services/BasicVmMacro/1.0/artifacts/service-BasicVmMacro-csar.csar", "artifactChecksum": "NzA3NGZkNjdkYTEwMjhkMmMwYmZhYmZhNTg3NjU3MDM\u003d", "artifactDescription": "TOSCA definition package of the asset", "artifactTimeout": 0, "artifactVersion": "1", "artifactUUID": "30c5fba5-a8a7-49fc-bbf3-2992eae72e19" } ], "workloadContext": "Production" } 2022-11-13T04:36:58.774Z|55cf2b90-5e91-44b7-b03c-c33b36d616ca|pool-2-thread-4|||||DEBUG|500||Receive a callback notification in ASDC, nb of resources: 1 2022-11-13T04:36:58.774Z|55cf2b90-5e91-44b7-b03c-c33b36d616ca|pool-2-thread-4|||||INFO|500||ASDC_RECEIVE_CALLBACK_NOTIF 3 f6ab470a-d837-4b15-8d70-8aaf6fd56c7b ASDC 2022-11-13T04:36:58.774Z|fe60c572-154d-4a52-8950-66e115830220|pool-2-thread-4|||||DEBUG|500||ASDC Notification: DistributionID:fe60c572-154d-4a52-8950-66e115830220 ServiceName:basic_vm_macro ServiceVersion:1.0 ServiceUUID:f6ab470a-d837-4b15-8d70-8aaf6fd56c7b ServiceInvariantUUID:bef1ef1f-3cb8-45f8-82bc-6a7072c8b275 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:30c5fba5-a8a7-49fc-bbf3-2992eae72e19 ArtifactChecksum:NzA3NGZkNjdkYTEwMjhkMmMwYmZhYmZhNTg3NjU3MDM= GeneratedArtifact:{NULL } RelatedArtifacts:{ } } Resource Instances List: { Resource Instance Info: ResourceInstanceName:basic_vm_macro 0 ResourceCustomizationUUID:9db3c923-8903-4d95-944f-d83306fca900 ResourceInvariantUUID:27b6e56e-b243-44b3-a70d-de90038c29e4 ResourceName:basic_vm_macro ResourceType:VF ResourceUUID:40185761-d7c7-41dd-be7e-9c0e0f188077 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:e7fe0450-5b5e-40bb-a950-0d1b01faecab ArtifactChecksum:NjY2NzQ5ZGYyZDE3MGQyMTU5YjEzN2I4MTgwZjczZWE= 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:4bc4ea11-72bd-4351-9c25-607aae838863 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:bbcf061a-cbf1-4507-a315-9db9ecfc894c 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:bbcf061a-cbf1-4507-a315-9db9ecfc894c ArtifactChecksum:ZTAxYmViMzcwNTk0ZjY0OGE2MzI2MGRhYzc3NThhNWE= GeneratedArtifact:{NULL } RelatedArtifacts:{ } } } 2022-11-13T04:36:58.774Z|fe60c572-154d-4a52-8950-66e115830220|pool-2-thread-4|||||INFO|500||ASDC_RECEIVE_SERVICE_NOTIF f6ab470a-d837-4b15-8d70-8aaf6fd56c7b ASDC treatNotification Hibernate: select watchdogse0_.DISTRIBUTION_ID as distribu1_13_0_, watchdogse0_.SERVICE_MODEL_VERSION_ID as service_2_13_0_, watchdogse0_.CONSUMER_ID as consumer3_13_0_, watchdogse0_.CREATE_TIME as create_t4_13_0_, watchdogse0_.DISTRIBUTION_NOTIFICATION as distribu5_13_0_ from watchdog_service_mod_ver_id_lookup watchdogse0_ where watchdogse0_.DISTRIBUTION_ID=? and watchdogse0_.SERVICE_MODEL_VERSION_ID=? Hibernate: insert into watchdog_service_mod_ver_id_lookup (CONSUMER_ID, CREATE_TIME, DISTRIBUTION_NOTIFICATION, DISTRIBUTION_ID, SERVICE_MODEL_VERSION_ID) values (?, ?, ?, ?, ?) Hibernate: select watchdogdi0_.DISTRIBUTION_ID as distribu1_11_0_, watchdogdi0_.CREATE_TIME as create_t2_11_0_, watchdogdi0_.DISTRIBUTION_ID_STATUS as distribu3_11_0_, watchdogdi0_.MODIFY_TIME as modify_t4_11_0_, watchdogdi0_.LOCK_VERSION as lock_ver5_11_0_ from watchdog_distributionid_status watchdogdi0_ where watchdogdi0_.DISTRIBUTION_ID=? Hibernate: update watchdog_distributionid_status set DISTRIBUTION_ID_STATUS=?, MODIFY_TIME=?, LOCK_VERSION=? where DISTRIBUTION_ID=? 2022-11-13T04:36:58.810Z|fe60c572-154d-4a52-8950-66e115830220|pool-2-thread-4|||||INFO|500||Unable to find the system property mso.config.path, use the default configuration 2022-11-13T04:36:58.811Z|fe60c572-154d-4a52-8950-66e115830220|pool-2-thread-4|||||INFO|500||MSO config path is: /app 2022-11-13T04:36:58.811Z|fe60c572-154d-4a52-8950-66e115830220|pool-2-thread-4|||||INFO|500||MSO config path is: /app 2022-11-13T04:36:58.811Z|fe60c572-154d-4a52-8950-66e115830220|pool-2-thread-4|||||INFO|500||Trying to download the artifact UUID: 30c5fba5-a8a7-49fc-bbf3-2992eae72e19 from URL: /sdc/v1/catalog/services/BasicVmMacro/1.0/artifacts/service-BasicVmMacro-csar.csar 2022-11-13T04:36:58.811Z|fe60c572-154d-4a52-8950-66e115830220|pool-2-thread-4|||||INFO|500||DistributionClient - download 2022-11-13T04:36:58.811Z|fe60c572-154d-4a52-8950-66e115830220|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 2022-11-13T04:36:58.922Z|fe60c572-154d-4a52-8950-66e115830220|pool-2-thread-4|||||DEBUG|500||GET Response Status 200 2022-11-13T04:36:58.925Z|fe60c572-154d-4a52-8950-66e115830220|pool-2-thread-4|||||INFO|500||ASDC_ARTIFACT_DOWNLOAD_SUC /sdc/v1/catalog/services/BasicVmMacro/1.0/artifacts/service-BasicVmMacro-csar.csar 30c5fba5-a8a7-49fc-bbf3-2992eae72e19 78816 2022-11-13T04:36:58.926Z|fe60c572-154d-4a52-8950-66e115830220|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 2022-11-13T04:36:58.926Z|fe60c572-154d-4a52-8950-66e115830220|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 2022-11-13T04:36:58.926Z|fe60c572-154d-4a52-8950-66e115830220|pool-2-thread-4|||||INFO|500||DistributionClient - sendDownloadStatus 2022-11-13T04:36:58.926Z|fe60c572-154d-4a52-8950-66e115830220|pool-2-thread-4|||||INFO|500||DistributionClient - sendStatus 2022-11-13T04:36:58.928Z|fe60c572-154d-4a52-8950-66e115830220|pool-2-thread-4|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap] 2022-11-13T04:36:58.928Z|fe60c572-154d-4a52-8950-66e115830220|pool-2-thread-4|||||DEBUG|500||try to send status { "distributionID": "fe60c572-154d-4a52-8950-66e115830220", "consumerID": "SO-COpenSource-Env11", "timestamp": 1668314218925, "artifactURL": "/sdc/v1/catalog/services/BasicVmMacro/1.0/artifacts/service-BasicVmMacro-csar.csar", "status": "DOWNLOAD_OK" } 2022-11-13T04:36:59.028Z||pool-120-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms 2022-11-13T04:36:59.029Z||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. 2022-11-13T04:36:59.030Z||pool-120-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as Oi7quVEmKWoWd026) ... 2022-11-13T04:36:59.043Z||pool-120-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK 2022-11-13T04:36:59.044Z||pool-120-thread-1|||||INFO|500||cambria reply ok (15 ms):{"serverTimeMs":0,"count":1} 2022-11-13T04:36:59.928Z|fe60c572-154d-4a52-8950-66e115830220|pool-2-thread-4|||||INFO|500||Unable to find the system property mso.config.path, use the default configuration 2022-11-13T04:36:59.930Z|fe60c572-154d-4a52-8950-66e115830220|pool-2-thread-4|||||INFO|500||MSO config path is: /app 2022-11-13T04:36:59.930Z|fe60c572-154d-4a52-8950-66e115830220|pool-2-thread-4|||||INFO|500||Trying to write artifact UUID: 30c5fba5-a8a7-49fc-bbf3-2992eae72e19, URL: /sdc/v1/catalog/services/BasicVmMacro/1.0/artifacts/service-BasicVmMacro-csar.csar to file: /app/ASDC/1/service-BasicVmMacro-csar.csar 2022-11-13T04:36:59.930Z|fe60c572-154d-4a52-8950-66e115830220|pool-2-thread-4|||||INFO|500||ASDC_RECEIVE_SERVICE_NOTIF ***WRITE FILE ARTIFACT NAME ASDC service-BasicVmMacro-csar.csar 2022-11-13T04:36:59.931Z|fe60c572-154d-4a52-8950-66e115830220|pool-2-thread-4|||||DEBUG|500||ASDC File path is: /app/ASDC/1/service-BasicVmMacro-csar.csar 2022-11-13T04:36:59.931Z|fe60c572-154d-4a52-8950-66e115830220|pool-2-thread-4|||||INFO|500||ASDC_RECEIVE_SERVICE_NOTIF ***PATH ASDC /app/ASDC/1/service-BasicVmMacro-csar.csar 2022-11-13T04:37:00.124Z|fe60c572-154d-4a52-8950-66e115830220|pool-2-thread-4|||||DEBUG|500||ToscaTemplate Loading YAMEL file /tmp/JTP1076440767011624406/Definitions/service-BasicVmMacro-template.yml Log warning: The required parameter "port_ubuntu20_admin_plane_port_0_name" is not provided Log warning: The required parameter "port_ubuntu20_admin_plane_port_0_vlan_requirements" is not provided Log warning: The required parameter "port_ubuntu20_admin_plane_port_0_related_networks" is not provided Log warning: The required parameter "port_ubuntu20_admin_plane_port_0_order" is not provided Log warning: The required parameter "port_ubuntu20_admin_plane_port_0_network_role" is not provided Log warning: The required parameter "port_ubuntu20_admin_plane_port_0_subnetpoolid" is not provided 2022-11-13T04:37:01.310Z|fe60c572-154d-4a52-8950-66e115830220|pool-2-thread-4|||||DEBUG|500||CSAR conformance level is 11.0 2022-11-13T04:37:01.311Z|fe60c572-154d-4a52-8950-66e115830220|pool-2-thread-4|||||WARN|500||#################################################################################################### 2022-11-13T04:37:01.311Z|fe60c572-154d-4a52-8950-66e115830220|pool-2-thread-4|||||WARN|500||CSAR Warnings found! CSAR name - /app/ASDC/1/service-BasicVmMacro-csar.csar 2022-11-13T04:37:01.311Z|fe60c572-154d-4a52-8950-66e115830220|pool-2-thread-4|||||WARN|500||ToscaTemplate - verifyTemplate - 9 Parsing Warnings occurred... 2022-11-13T04:37:01.311Z|fe60c572-154d-4a52-8950-66e115830220|pool-2-thread-4|||||WARN|500||JTosca Exception [JE003]: MissingRequiredFieldError: properties of template "basic_vm_macro 0" are missing field(s): [nf_naming_code, nf_function, max_instances, nf_type, nf_role, min_instances]. CSAR name - /app/ASDC/1/service-BasicVmMacro-csar.csar 2022-11-13T04:37:01.311Z|fe60c572-154d-4a52-8950-66e115830220|pool-2-thread-4|||||WARN|500||JTosca Exception [JE003]: MissingRequiredFieldError: properties of template "abstract_ubuntu20" are missing field(s): [port_ubuntu20_admin_plane_port_0_name, port_ubuntu20_admin_plane_port_0_vlan_requirements, port_ubuntu20_admin_plane_port_0_related_networks, port_ubuntu20_admin_plane_port_0_order, nfc_function, port_ubuntu20_admin_plane_port_0_network_role, port_ubuntu20_admin_plane_port_0_subnetpoolid]. CSAR name - /app/ASDC/1/service-BasicVmMacro-csar.csar 2022-11-13T04:37:01.311Z|fe60c572-154d-4a52-8950-66e115830220|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 2022-11-13T04:37:01.311Z|fe60c572-154d-4a52-8950-66e115830220|pool-2-thread-4|||||WARN|500||JTosca Exception [JE003]: MissingRequiredFieldError: Data value of type "org.openecomp.datatypes.network.IpRequirements" is missing required field(s) "[assingment_method, supplemental_data]". CSAR name - /app/ASDC/1/service-BasicVmMacro-csar.csar 2022-11-13T04:37:01.311Z|fe60c572-154d-4a52-8950-66e115830220|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 2022-11-13T04:37:01.312Z|fe60c572-154d-4a52-8950-66e115830220|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 2022-11-13T04:37:01.312Z|fe60c572-154d-4a52-8950-66e115830220|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 2022-11-13T04:37:01.312Z|fe60c572-154d-4a52-8950-66e115830220|pool-2-thread-4|||||WARN|500||JTosca Exception [JE001]: TypeMismatchError: "[ubuntu20_admin_security_group]" is not a map. The type is "json". CSAR name - /app/ASDC/1/service-BasicVmMacro-csar.csar 2022-11-13T04:37:01.312Z|fe60c572-154d-4a52-8950-66e115830220|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 2022-11-13T04:37:01.312Z|fe60c572-154d-4a52-8950-66e115830220|pool-2-thread-4|||||WARN|500||#################################################################################################### 2022-11-13T04:37:01.312Z|fe60c572-154d-4a52-8950-66e115830220|pool-2-thread-4|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive 2022-11-13T04:37:01.312Z|fe60c572-154d-4a52-8950-66e115830220|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 2022-11-13T04:37:01.313Z|fe60c572-154d-4a52-8950-66e115830220|pool-2-thread-4|||||DEBUG|500||Node template basic_vm_macro 0 is matching search criteria 2022-11-13T04:37:01.313Z|fe60c572-154d-4a52-8950-66e115830220|pool-2-thread-4|||||DEBUG|500||Search for entities recursively 2022-11-13T04:37:01.313Z|fe60c572-154d-4a52-8950-66e115830220|pool-2-thread-4|||||DEBUG|500||Found topology templates [basic_vm_macro 0, abstract_ubuntu20] matching following query criteria: sdcType=Service, customizationUUID=null 2022-11-13T04:37:01.313Z|fe60c572-154d-4a52-8950-66e115830220|pool-2-thread-4|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive 2022-11-13T04:37:01.313Z|fe60c572-154d-4a52-8950-66e115830220|pool-2-thread-4|||||DEBUG|500||Service basic_vm_macro is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=CONFIGURATION, toscaType=null, uUID=null, customizationUUID=null 2022-11-13T04:37:01.314Z|fe60c572-154d-4a52-8950-66e115830220|pool-2-thread-4|||||DEBUG|500||Node template basic_vm_macro 0 is matching search criteria 2022-11-13T04:37:01.314Z|fe60c572-154d-4a52-8950-66e115830220|pool-2-thread-4|||||DEBUG|500||Search for entities recursively 2022-11-13T04:37:01.314Z|fe60c572-154d-4a52-8950-66e115830220|pool-2-thread-4|||||DEBUG|500||Found topology templates [basic_vm_macro 0, abstract_ubuntu20] matching following query criteria: sdcType=Service, customizationUUID=null 2022-11-13T04:37:01.314Z|fe60c572-154d-4a52-8950-66e115830220|pool-2-thread-4|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive 2022-11-13T04:37:01.314Z|fe60c572-154d-4a52-8950-66e115830220|pool-2-thread-4|||||DEBUG|500||Service basic_vm_macro is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=VF, toscaType=null, uUID=null, customizationUUID=null 2022-11-13T04:37:01.315Z|fe60c572-154d-4a52-8950-66e115830220|pool-2-thread-4|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive 2022-11-13T04:37:01.315Z|fe60c572-154d-4a52-8950-66e115830220|pool-2-thread-4|||||DEBUG|500||Node template basic_vm_macro 0 is not matching search criteria 2022-11-13T04:37:01.315Z|fe60c572-154d-4a52-8950-66e115830220|pool-2-thread-4|||||DEBUG|500||Node template abstract_ubuntu20 is not matching search criteria 2022-11-13T04:37:01.315Z|fe60c572-154d-4a52-8950-66e115830220|pool-2-thread-4|||||DEBUG|500||Node template ubuntu20 is not matching search criteria 2022-11-13T04:37:01.315Z|fe60c572-154d-4a52-8950-66e115830220|pool-2-thread-4|||||DEBUG|500||Node template ubuntu20_ubuntu20_admin_plane_port_0 is not matching search criteria 2022-11-13T04:37:01.315Z|fe60c572-154d-4a52-8950-66e115830220|pool-2-thread-4|||||DEBUG|500||Node template ubuntu20_admin_security_group is not matching search criteria 2022-11-13T04:37:01.316Z|fe60c572-154d-4a52-8950-66e115830220|pool-2-thread-4|||||DEBUG|500||Found topology templates [] matching following query criteria: sdcType=VF, customizationUUID=customizationUUID 2022-11-13T04:37:01.316Z|fe60c572-154d-4a52-8950-66e115830220|pool-2-thread-4|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive 2022-11-13T04:37:01.316Z|fe60c572-154d-4a52-8950-66e115830220|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 2022-11-13T04:37:01.316Z|fe60c572-154d-4a52-8950-66e115830220|pool-2-thread-4|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive 2022-11-13T04:37:01.316Z|fe60c572-154d-4a52-8950-66e115830220|pool-2-thread-4|||||DEBUG|500||Node template basic_vm_macro 0 is matching search criteria 2022-11-13T04:37:01.316Z|fe60c572-154d-4a52-8950-66e115830220|pool-2-thread-4|||||DEBUG|500||Found topology templates [basic_vm_macro 0] matching following query criteria: sdcType=VF, customizationUUID=null 2022-11-13T04:37:01.317Z|fe60c572-154d-4a52-8950-66e115830220|pool-2-thread-4|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive 2022-11-13T04:37:01.317Z|fe60c572-154d-4a52-8950-66e115830220|pool-2-thread-4|||||DEBUG|500||Node template basic_vm_macro 0 is matching search criteria 2022-11-13T04:37:01.317Z|fe60c572-154d-4a52-8950-66e115830220|pool-2-thread-4|||||DEBUG|500||Found topology templates [basic_vm_macro 0] matching following query criteria: sdcType=VF, customizationUUID=null 2022-11-13T04:37:01.318Z|fe60c572-154d-4a52-8950-66e115830220|pool-2-thread-4|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive 2022-11-13T04:37:01.318Z|fe60c572-154d-4a52-8950-66e115830220|pool-2-thread-4|||||DEBUG|500||Node template basic_vm_macro 0 is matching search criteria 2022-11-13T04:37:01.318Z|fe60c572-154d-4a52-8950-66e115830220|pool-2-thread-4|||||DEBUG|500||Found topology templates [basic_vm_macro 0] matching following query criteria: sdcType=VF, customizationUUID=null 2022-11-13T04:37:01.318Z|fe60c572-154d-4a52-8950-66e115830220|pool-2-thread-4|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive 2022-11-13T04:37:01.318Z|fe60c572-154d-4a52-8950-66e115830220|pool-2-thread-4|||||DEBUG|500||Node template basic_vm_macro 0 is not matching search criteria 2022-11-13T04:37:01.318Z|fe60c572-154d-4a52-8950-66e115830220|pool-2-thread-4|||||DEBUG|500||Node template abstract_ubuntu20 is matching search criteria 2022-11-13T04:37:01.319Z|fe60c572-154d-4a52-8950-66e115830220|pool-2-thread-4|||||DEBUG|500||Node template ubuntu20_admin_security_group is not matching search criteria 2022-11-13T04:37:01.319Z|fe60c572-154d-4a52-8950-66e115830220|pool-2-thread-4|||||DEBUG|500||Found topology templates [abstract_ubuntu20] matching following query criteria: sdcType=CVFC, customizationUUID=0e048b5b-3dc5-4b52-8fdf-2227262c2e16 2022-11-13T04:37:01.319Z|fe60c572-154d-4a52-8950-66e115830220|pool-2-thread-4|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive 2022-11-13T04:37:01.319Z|fe60c572-154d-4a52-8950-66e115830220|pool-2-thread-4|||||DEBUG|500||Service basic_vm_macro is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=VL, toscaType=null, uUID=null, customizationUUID=null 2022-11-13T04:37:01.319Z|fe60c572-154d-4a52-8950-66e115830220|pool-2-thread-4|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive 2022-11-13T04:37:01.319Z|fe60c572-154d-4a52-8950-66e115830220|pool-2-thread-4|||||DEBUG|500||Service basic_vm_macro is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=CR, toscaType=null, uUID=null, customizationUUID=null 2022-11-13T04:37:01.320Z|fe60c572-154d-4a52-8950-66e115830220|pool-2-thread-4|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive 2022-11-13T04:37:01.320Z|fe60c572-154d-4a52-8950-66e115830220|pool-2-thread-4|||||DEBUG|500||Service basic_vm_macro is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=VF, toscaType=null, uUID=null, customizationUUID=null 2022-11-13T04:37:01.320Z|fe60c572-154d-4a52-8950-66e115830220|pool-2-thread-4|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive 2022-11-13T04:37:01.320Z|fe60c572-154d-4a52-8950-66e115830220|pool-2-thread-4|||||DEBUG|500||Service basic_vm_macro is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=PNF, toscaType=null, uUID=null, customizationUUID=null 2022-11-13T04:37:01.320Z|fe60c572-154d-4a52-8950-66e115830220|pool-2-thread-4|||||DEBUG|500||CSAR Notification: Service Level Properties: Name:basic_vm_macro Description:service Model UUID:f6ab470a-d837-4b15-8d70-8aaf6fd56c7b Model Version:NULL Model InvariantUuid:bef1ef1f-3cb8-45f8-82bc-6a7072c8b275 Service Type: Service Role: WorkLoad Context:Production Environment Context:General_Revenue-Bearing VNF Properties: Model Name:basic_vm_macro Model UUID:7e52ac9e-3bb9-4f72-a433-4ac24469849f Description:VF Version:1.0 Type:VF Category:Generic InvariantUuid:27b6e56e-b243-44b3-a70d-de90038c29e4 Max Instances:null Min Instances:null VNF Customization Properties: Customization UUID:9db3c923-8903-4d95-944f-d83306fca900 NFFunction:null NFCode:null NFRole:null NFType:null MultiStageDesign:false VF Module Properties: ModelInvariantUuid:e8e50283-e46f-46f2-be20-0cdb383d2410 ModelName:BasicVmMacro..base_ubuntu20..module-0 ModelUuid:6d9c5264-4c06-4621-bbc8-aa255dc3fe6d ModelVersion:1 Description:NULL VF Module Customization Properties: Model Customization UUID:NULL CVNFC Properties: ModelCustomizationUuid:0e048b5b-3dc5-4b52-8fdf-2227262c2e16 ModelInvariantUuid:86b8bea1-37c2-4ec4-bd9a-00b0f57fb7c3 ModelName:basic_vm_macro-nodes.ubuntu20Cvfc ModelUuid:7ea6f9d2-b8f2-48c9-85e7-d8b92b094946 ModelVersion:1.0 Description:Complex node type that is used as nested type in VF Template Name:abstract_ubuntu20 VNFC Properties: ModelCustomizationUuid:ae10c0d5-422f-4935-adbc-8fa5ec8f0aec ModelInvariantUuid:18376f9f-dd6f-4c26-901e-06c12c6f7547 ModelName:BasicVmMacro.compute.nodes.heat.ubuntu20 ModelUuid:ed93332b-7be0-4cde-80bc-65ed77a32600 ModelVersion:1.0 Description:Not reusable inner VFC Sub Category:Abstract VF Allotted Resource Properties: PNF Allotted Resource Properties: Hibernate: select toscacsar0_.ARTIFACT_UUID as artifact1_57_0_, toscacsar0_.ARTIFACT_CHECKSUM as artifact2_57_0_, toscacsar0_.CREATION_TIMESTAMP as creation3_57_0_, toscacsar0_.DESCRIPTION as descript4_57_0_, toscacsar0_.NAME as name5_57_0_, toscacsar0_.URL as url6_57_0_, toscacsar0_.Version as version7_57_0_ from tosca_csar toscacsar0_ where toscacsar0_.ARTIFACT_UUID=? 2022-11-13T04:37:01.329Z|fe60c572-154d-4a52-8950-66e115830220|pool-2-thread-4|||||INFO|500||Processing Resource Type: VF, Model UUID: 40185761-d7c7-41dd-be7e-9c0e0f188077 Hibernate: select service0_.MODEL_UUID as model_uu1_50_, service0_.CDS_BLUEPRINT_NAME as cds_blue2_50_, service0_.CDS_BLUEPRINT_VERSION as cds_blue3_50_, service0_.SERVICE_CATEGORY as service_4_50_, service0_.CONTROLLER_ACTOR as controll5_50_, service0_.CREATION_TIMESTAMP as creation6_50_, service0_.TOSCA_CSAR_ARTIFACT_UUID as tosca_c21_50_, service0_.DESCRIPTION as descript7_50_, service0_.OVERALL_DISTRIBUTION_STATUS as overall_8_50_, service0_.ENVIRONMENT_CONTEXT as environm9_50_, service0_.MODEL_INVARIANT_UUID as model_i10_50_, service0_.MODEL_NAME as model_n11_50_, service0_.MODEL_VERSION as model_v12_50_, service0_.NAMING_POLICY as naming_13_50_, service0_.ONAP_GENERATED_NAMING as onap_ge14_50_, service0_.RESOURCE_ORDER as resourc15_50_, service0_.SERVICE_FUNCTION as service16_50_, service0_.SERVICE_ROLE as service17_50_, service0_.SERVICE_TYPE as service18_50_, service0_.SKIP_POST_INSTANTIATION_CONFIGURATION as skip_po19_50_, service0_.WORKLOAD_CONTEXT as workloa20_50_ from service service0_ where service0_.MODEL_UUID=? 2022-11-13T04:37:01.331Z|fe60c572-154d-4a52-8950-66e115830220|pool-2-thread-4|||||INFO|500||basic_vm_macro 0 2022-11-13T04:37:01.332Z|fe60c572-154d-4a52-8950-66e115830220|pool-2-thread-4|||||DEBUG|500||Processing Resource Type: VF and Model UUID: 40185761-d7c7-41dd-be7e-9c0e0f188077 2022-11-13T04:37:01.332Z|fe60c572-154d-4a52-8950-66e115830220|pool-2-thread-4|||||INFO|500||Trying to download the artifact UUID: e7fe0450-5b5e-40bb-a950-0d1b01faecab from URL: /sdc/v1/catalog/services/BasicVmMacro/1.0/resourceInstances/basic_vm_macro0/artifacts/basic_vm_macro0_modules.json 2022-11-13T04:37:01.332Z|fe60c572-154d-4a52-8950-66e115830220|pool-2-thread-4|||||INFO|500||DistributionClient - download 2022-11-13T04:37:01.332Z|fe60c572-154d-4a52-8950-66e115830220|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 2022-11-13T04:37:01.379Z|fe60c572-154d-4a52-8950-66e115830220|pool-2-thread-4|||||DEBUG|500||GET Response Status 200 2022-11-13T04:37:01.379Z|fe60c572-154d-4a52-8950-66e115830220|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 e7fe0450-5b5e-40bb-a950-0d1b01faecab 792 2022-11-13T04:37:01.380Z|fe60c572-154d-4a52-8950-66e115830220|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 2022-11-13T04:37:01.380Z|fe60c572-154d-4a52-8950-66e115830220|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 2022-11-13T04:37:01.380Z|fe60c572-154d-4a52-8950-66e115830220|pool-2-thread-4|||||INFO|500||DistributionClient - sendDownloadStatus 2022-11-13T04:37:01.380Z|fe60c572-154d-4a52-8950-66e115830220|pool-2-thread-4|||||INFO|500||DistributionClient - sendStatus 2022-11-13T04:37:01.383Z|fe60c572-154d-4a52-8950-66e115830220|pool-2-thread-4|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap] 2022-11-13T04:37:01.383Z|fe60c572-154d-4a52-8950-66e115830220|pool-2-thread-4|||||DEBUG|500||try to send status { "distributionID": "fe60c572-154d-4a52-8950-66e115830220", "consumerID": "SO-COpenSource-Env11", "timestamp": 1668314221380, "artifactURL": "/sdc/v1/catalog/services/BasicVmMacro/1.0/resourceInstances/basic_vm_macro0/artifacts/basic_vm_macro0_modules.json", "status": "DOWNLOAD_OK" } 2022-11-13T04:37:01.483Z||pool-121-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 99 ms 2022-11-13T04:37:01.489Z||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. 2022-11-13T04:37:01.489Z||pool-121-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as Oi7quVEmKWoWd026) ... 2022-11-13T04:37:01.506Z||pool-121-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK 2022-11-13T04:37:01.506Z||pool-121-thread-1|||||INFO|500||cambria reply ok (22 ms):{"serverTimeMs":1,"count":1} 2022-11-13T04:37:02.384Z|fe60c572-154d-4a52-8950-66e115830220|pool-2-thread-4|||||DEBUG|500||VF_MODULE_ARTIFACT: [ { "vfModuleModelName": "BasicVmMacro..base_ubuntu20..module-0", "vfModuleModelInvariantUUID": "e8e50283-e46f-46f2-be20-0cdb383d2410", "vfModuleModelVersion": "1", "vfModuleModelUUID": "6d9c5264-4c06-4621-bbc8-aa255dc3fe6d", "vfModuleModelCustomizationUUID": "41fbc1b2-4968-44d2-b0d0-d45c0cf55be4", "isBase": true, "artifacts": [ "4bc4ea11-72bd-4351-9c25-607aae838863", "bbcf061a-cbf1-4507-a315-9db9ecfc894c" ], "properties": { "min_vf_module_instances": "1", "vf_module_label": "base_ubuntu20", "max_vf_module_instances": "1", "vfc_list": "", "vf_module_type": "Base", "vf_module_description": "", "initial_count": "1", "volume_group": "false", "availability_zone_count": "" } } ] 2022-11-13T04:37:02.389Z|fe60c572-154d-4a52-8950-66e115830220|pool-2-thread-4|||||DEBUG|500||VfModuleMetaData List: { VfModuleMetaData: VfModuleModelName:BasicVmMacro..base_ubuntu20..module-0 VfModuleModelVersion:1 VfModuleModelUUID:6d9c5264-4c06-4621-bbc8-aa255dc3fe6d VfModuleModelInvariantUUID:e8e50283-e46f-46f2-be20-0cdb383d2410 VfModuleModelDescription:NULL Artifacts UUID List:{ 4bc4ea11-72bd-4351-9c25-607aae838863 , bbcf061a-cbf1-4507-a315-9db9ecfc894c } Properties List:{ min_vf_module_instances : 1 vf_module_label : base_ubuntu20 max_vf_module_instances : 1 vfc_list : vf_module_type : Base vf_module_description : initial_count : 1 volume_group : false availability_zone_count : } isBase:true } 2022-11-13T04:37:02.391Z|fe60c572-154d-4a52-8950-66e115830220|pool-2-thread-4|||||DEBUG|500||VF_MODULE_ARTIFACT: [ { "vfModuleModelName": "BasicVmMacro..base_ubuntu20..module-0", "vfModuleModelInvariantUUID": "e8e50283-e46f-46f2-be20-0cdb383d2410", "vfModuleModelVersion": "1", "vfModuleModelUUID": "6d9c5264-4c06-4621-bbc8-aa255dc3fe6d", "vfModuleModelCustomizationUUID": "41fbc1b2-4968-44d2-b0d0-d45c0cf55be4", "isBase": true, "artifacts": [ "4bc4ea11-72bd-4351-9c25-607aae838863", "bbcf061a-cbf1-4507-a315-9db9ecfc894c" ], "properties": { "min_vf_module_instances": "1", "vf_module_label": "base_ubuntu20", "max_vf_module_instances": "1", "vfc_list": "", "vf_module_type": "Base", "vf_module_description": "", "initial_count": "1", "volume_group": "false", "availability_zone_count": "" } } ] 2022-11-13T04:37:02.391Z|fe60c572-154d-4a52-8950-66e115830220|pool-2-thread-4|||||DEBUG|500||VfModuleMetaData List: { VfModuleMetaData: VfModuleModelName:BasicVmMacro..base_ubuntu20..module-0 VfModuleModelVersion:1 VfModuleModelUUID:6d9c5264-4c06-4621-bbc8-aa255dc3fe6d VfModuleModelInvariantUUID:e8e50283-e46f-46f2-be20-0cdb383d2410 VfModuleModelDescription:NULL Artifacts UUID List:{ 4bc4ea11-72bd-4351-9c25-607aae838863 , bbcf061a-cbf1-4507-a315-9db9ecfc894c } Properties List:{ min_vf_module_instances : 1 vf_module_label : base_ubuntu20 max_vf_module_instances : 1 vfc_list : vf_module_type : Base vf_module_description : initial_count : 1 volume_group : false availability_zone_count : } isBase:true } 2022-11-13T04:37:02.391Z|fe60c572-154d-4a52-8950-66e115830220|pool-2-thread-4|||||INFO|500||Trying to download the artifact UUID: 4bc4ea11-72bd-4351-9c25-607aae838863 from URL: /sdc/v1/catalog/services/BasicVmMacro/1.0/resourceInstances/basic_vm_macro0/artifacts/base_ubuntu20.yaml 2022-11-13T04:37:02.391Z|fe60c572-154d-4a52-8950-66e115830220|pool-2-thread-4|||||INFO|500||DistributionClient - download 2022-11-13T04:37:02.392Z|fe60c572-154d-4a52-8950-66e115830220|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 2022-11-13T04:37:02.436Z|fe60c572-154d-4a52-8950-66e115830220|pool-2-thread-4|||||DEBUG|500||GET Response Status 200 2022-11-13T04:37:02.438Z|fe60c572-154d-4a52-8950-66e115830220|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 4bc4ea11-72bd-4351-9c25-607aae838863 5033 2022-11-13T04:37:02.439Z|fe60c572-154d-4a52-8950-66e115830220|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 2022-11-13T04:37:02.439Z|fe60c572-154d-4a52-8950-66e115830220|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 2022-11-13T04:37:02.439Z|fe60c572-154d-4a52-8950-66e115830220|pool-2-thread-4|||||INFO|500||DistributionClient - sendDownloadStatus 2022-11-13T04:37:02.439Z|fe60c572-154d-4a52-8950-66e115830220|pool-2-thread-4|||||INFO|500||DistributionClient - sendStatus 2022-11-13T04:37:02.441Z|fe60c572-154d-4a52-8950-66e115830220|pool-2-thread-4|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap] 2022-11-13T04:37:02.441Z|fe60c572-154d-4a52-8950-66e115830220|pool-2-thread-4|||||DEBUG|500||try to send status { "distributionID": "fe60c572-154d-4a52-8950-66e115830220", "consumerID": "SO-COpenSource-Env11", "timestamp": 1668314222439, "artifactURL": "/sdc/v1/catalog/services/BasicVmMacro/1.0/resourceInstances/basic_vm_macro0/artifacts/base_ubuntu20.yaml", "status": "DOWNLOAD_OK" } 2022-11-13T04:37:02.542Z||pool-122-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms 2022-11-13T04:37:02.543Z||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. 2022-11-13T04:37:02.543Z||pool-122-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as Oi7quVEmKWoWd026) ... 2022-11-13T04:37:02.590Z||pool-122-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK 2022-11-13T04:37:02.591Z||pool-122-thread-1|||||INFO|500||cambria reply ok (49 ms):{"serverTimeMs":25,"count":1} 2022-11-13T04:37:03.442Z|fe60c572-154d-4a52-8950-66e115830220|pool-2-thread-4|||||INFO|500||Trying to download the artifact UUID: bbcf061a-cbf1-4507-a315-9db9ecfc894c from URL: /sdc/v1/catalog/services/BasicVmMacro/1.0/resourceInstances/basic_vm_macro0/artifacts/base_ubuntu20.env 2022-11-13T04:37:03.443Z|fe60c572-154d-4a52-8950-66e115830220|pool-2-thread-4|||||INFO|500||DistributionClient - download 2022-11-13T04:37:03.443Z|fe60c572-154d-4a52-8950-66e115830220|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 2022-11-13T04:37:03.492Z|fe60c572-154d-4a52-8950-66e115830220|pool-2-thread-4|||||DEBUG|500||GET Response Status 200 2022-11-13T04:37:03.492Z|fe60c572-154d-4a52-8950-66e115830220|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 bbcf061a-cbf1-4507-a315-9db9ecfc894c 903 2022-11-13T04:37:03.493Z|fe60c572-154d-4a52-8950-66e115830220|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 2022-11-13T04:37:03.493Z|fe60c572-154d-4a52-8950-66e115830220|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 2022-11-13T04:37:03.493Z|fe60c572-154d-4a52-8950-66e115830220|pool-2-thread-4|||||INFO|500||DistributionClient - sendDownloadStatus 2022-11-13T04:37:03.493Z|fe60c572-154d-4a52-8950-66e115830220|pool-2-thread-4|||||INFO|500||DistributionClient - sendStatus 2022-11-13T04:37:03.495Z|fe60c572-154d-4a52-8950-66e115830220|pool-2-thread-4|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap] 2022-11-13T04:37:03.495Z|fe60c572-154d-4a52-8950-66e115830220|pool-2-thread-4|||||DEBUG|500||try to send status { "distributionID": "fe60c572-154d-4a52-8950-66e115830220", "consumerID": "SO-COpenSource-Env11", "timestamp": 1668314223492, "artifactURL": "/sdc/v1/catalog/services/BasicVmMacro/1.0/resourceInstances/basic_vm_macro0/artifacts/base_ubuntu20.env", "status": "DOWNLOAD_OK" } 2022-11-13T04:37:03.595Z||pool-123-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms 2022-11-13T04:37:03.596Z||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. 2022-11-13T04:37:03.596Z||pool-123-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as Oi7quVEmKWoWd026) ... 2022-11-13T04:37:03.610Z||pool-123-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK 2022-11-13T04:37:03.610Z||pool-123-thread-1|||||INFO|500||cambria reply ok (14 ms):{"serverTimeMs":1,"count":1} 2022-11-13T04:37:04.496Z|fe60c572-154d-4a52-8950-66e115830220|pool-2-thread-4|||||DEBUG|500||Preparing to deploy Service: f6ab470a-d837-4b15-8d70-8aaf6fd56c7b 2022-11-13T04:37:04.497Z|fe60c572-154d-4a52-8950-66e115830220|pool-2-thread-4|||||INFO|500||ASDC_START_DEPLOY_ARTIFACT basic_vm_macro 0 40185761-d7c7-41dd-be7e-9c0e0f188077 ASDC Hibernate: select heattempla0_.ARTIFACT_UUID as artifact1_29_, heattempla0_.ARTIFACT_CHECKSUM as artifact2_29_, heattempla0_.CREATION_TIMESTAMP as creation3_29_, heattempla0_.DESCRIPTION as descript4_29_, heattempla0_.BODY as body5_29_, heattempla0_.NAME as name6_29_, heattempla0_.TIMEOUT_MINUTES as timeout_7_29_, heattempla0_.VERSION as version8_29_ from heat_template heattempla0_ where heattempla0_.ARTIFACT_UUID=? Hibernate: select heatenviro0_.ARTIFACT_UUID as artifact1_26_, heatenviro0_.ARTIFACT_CHECKSUM as artifact2_26_, heatenviro0_.CREATION_TIMESTAMP as creation3_26_, heatenviro0_.DESCRIPTION as descript4_26_, heatenviro0_.BODY as body5_26_, heatenviro0_.NAME as name6_26_, heatenviro0_.VERSION as version7_26_ from heat_environment heatenviro0_ where heatenviro0_.ARTIFACT_UUID=? Hibernate: select toscacsar0_.ARTIFACT_UUID as artifact1_57_0_, toscacsar0_.ARTIFACT_CHECKSUM as artifact2_57_0_, toscacsar0_.CREATION_TIMESTAMP as creation3_57_0_, toscacsar0_.DESCRIPTION as descript4_57_0_, toscacsar0_.NAME as name5_57_0_, toscacsar0_.URL as url6_57_0_, toscacsar0_.Version as version7_57_0_ from tosca_csar toscacsar0_ where toscacsar0_.ARTIFACT_UUID=? Hibernate: select service0_.MODEL_UUID as model_uu1_50_, service0_.CDS_BLUEPRINT_NAME as cds_blue2_50_, service0_.CDS_BLUEPRINT_VERSION as cds_blue3_50_, service0_.SERVICE_CATEGORY as service_4_50_, service0_.CONTROLLER_ACTOR as controll5_50_, service0_.CREATION_TIMESTAMP as creation6_50_, service0_.TOSCA_CSAR_ARTIFACT_UUID as tosca_c21_50_, service0_.DESCRIPTION as descript7_50_, service0_.OVERALL_DISTRIBUTION_STATUS as overall_8_50_, service0_.ENVIRONMENT_CONTEXT as environm9_50_, service0_.MODEL_INVARIANT_UUID as model_i10_50_, service0_.MODEL_NAME as model_n11_50_, service0_.MODEL_VERSION as model_v12_50_, service0_.NAMING_POLICY as naming_13_50_, service0_.ONAP_GENERATED_NAMING as onap_ge14_50_, service0_.RESOURCE_ORDER as resourc15_50_, service0_.SERVICE_FUNCTION as service16_50_, service0_.SERVICE_ROLE as service17_50_, service0_.SERVICE_TYPE as service18_50_, service0_.SKIP_POST_INSTANTIATION_CONFIGURATION as skip_po19_50_, service0_.WORKLOAD_CONTEXT as workloa20_50_ from service service0_ where service0_.MODEL_UUID=? 2022-11-13T04:37:04.512Z|fe60c572-154d-4a52-8950-66e115830220|pool-2-thread-4|||||DEBUG|500||serviceInputs: {} [org.onap.sdc.toscaparser.api.parameters.Input@a234d2f, org.onap.sdc.toscaparser.api.parameters.Input@904b892, org.onap.sdc.toscaparser.api.parameters.Input@7988c170, org.onap.sdc.toscaparser.api.parameters.Input@3157b463, org.onap.sdc.toscaparser.api.parameters.Input@210ddd53] 2022-11-13T04:37:04.513Z|fe60c572-154d-4a52-8950-66e115830220|pool-2-thread-4|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive 2022-11-13T04:37:04.514Z|fe60c572-154d-4a52-8950-66e115830220|pool-2-thread-4|||||DEBUG|500||Service basic_vm_macro is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=VF, toscaType=null, uUID=null, customizationUUID=null 2022-11-13T04:37:04.514Z|fe60c572-154d-4a52-8950-66e115830220|pool-2-thread-4|||||DEBUG|500||VF Category is: Generic 2022-11-13T04:37:04.514Z|fe60c572-154d-4a52-8950-66e115830220|pool-2-thread-4|||||DEBUG|500||VFCustomizationUUID= 9db3c923-8903-4d95-944f-d83306fca900 2022-11-13T04:37:04.514Z|fe60c572-154d-4a52-8950-66e115830220|pool-2-thread-4|||||DEBUG|500||Checking if Notification VF ResourceCustomizationUUID: 9db3c923-8903-4d95-944f-d83306fca900 matches Tosca VF Customization UUID: 9db3c923-8903-4d95-944f-d83306fca900 2022-11-13T04:37:04.514Z|fe60c572-154d-4a52-8950-66e115830220|pool-2-thread-4|||||DEBUG|500||vfCustomizationUUID: 9db3c923-8903-4d95-944f-d83306fca900 matches vfNotificationResource CustomizationUUID Hibernate: select vnfresourc0_.MODEL_UUID as model_uu1_64_, vnfresourc0_.AIC_VERSION_MAX as aic_vers2_64_, vnfresourc0_.AIC_VERSION_MIN as aic_vers3_64_, vnfresourc0_.RESOURCE_CATEGORY as resource4_64_, vnfresourc0_.CREATION_TIMESTAMP as creation5_64_, vnfresourc0_.DESCRIPTION as descript6_64_, vnfresourc0_.HEAT_TEMPLATE_ARTIFACT_UUID as heat_te13_64_, vnfresourc0_.MODEL_INVARIANT_UUID as model_in7_64_, vnfresourc0_.MODEL_NAME as model_na8_64_, vnfresourc0_.MODEL_VERSION as model_ve9_64_, vnfresourc0_.ORCHESTRATION_MODE as orchest10_64_, vnfresourc0_.RESOURCE_SUB_CATEGORY as resourc11_64_, vnfresourc0_.TOSCA_NODE_TYPE as tosca_n12_64_ from vnf_resource vnfresourc0_ where vnfresourc0_.MODEL_UUID=? 2022-11-13T04:37:04.521Z|fe60c572-154d-4a52-8950-66e115830220|pool-2-thread-4|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive 2022-11-13T04:37:04.521Z|fe60c572-154d-4a52-8950-66e115830220|pool-2-thread-4|||||DEBUG|500||Service basic_vm_macro is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=null, toscaType=null, uUID=null, customizationUUID=null 2022-11-13T04:37:04.521Z|fe60c572-154d-4a52-8950-66e115830220|pool-2-thread-4|||||DEBUG|500||resource request for resource customization id 9db3c923-8903-4d95-944f-d83306fca900: {\"vf_module_id\":\"Ubuntu20-VF-module\",\"skip_post_instantiation_configuration\":\"false\",\"nf_naming\":\"true\",\"multi_stage_design\":\"false\",\"controller_actor\":\"CDS\",\"ubuntu20_pub_key\":\"ssh-rsa AAAAB3NzaC1yc2EAAAADAQABAAABgQC3dbqgymZVpu2cIWqzlKNxnOy2Qjt07NZxaXtQyu9dr0kbmursTE5N0IW0qg/rsCXgw2vjjdPOxU6jtrTbyzbAmo9F6LtS9oqvct9LmLjDNyiQFuCPETIBGy43daDVgw3hrg3f9ihN88V/JwnI9n3ZFn8Wy15KV6XCHn3MASV31YnbkjruUtj7rZm5V8NUwAteZ91k5T7WBpywt483rrkeQjEzyKiVSmmOhHWNSmbnko9XzO7QDUHfVIk5qCf/aBES7hcE0YiqX5lfLamSyCqOGANnv+AN2opDEakUeCyJHZrsk3Nkk7A9p+CNlq42sUEKtrO0xiH63viMA6eBYSiaQPzckdq/T52naozx/Oj9ITCgX/6XjldMUF99afIydpC6+kymflTYA8P/9u1Ih93+Vjg1Bf2e4lJaf9z9frXcB9F+ZRDq6feN+XQ93Q8xQ9blu9Gq8BZUbPvAQxW0UaryeuzhCKx4QA33qqYA+tmWVXTsaG0uow6f0hm7z+pkYCM= master@Utilisateur-PC\",\"availability_zone_max_count\":\"1\",\"sdnc_artifact_name\":\"vnf\",\"vnf_name\":\"Ubuntu20-VNF-name\",\"ubuntu20_name_0\":\"Ubuntu20\",\"dcae_collector_ip\":\"10.4.2.166\",\"ubuntu20_flavor_name\":\"m1.small\",\"vnf_id\":\"Ubuntu20-VNF\",\"sdnc_model_version\":\"1.0.0\",\"dcae_collector_port\":\"30417\",\"ubuntu20_image_name\":\"ubuntu-20.04\",\"admin_plane_net_name\":\"admin\",\"sdnc_model_name\":\"ubuntu20\"} 2022-11-13T04:37:04.522Z|fe60c572-154d-4a52-8950-66e115830220|pool-2-thread-4|||||DEBUG|500||vfModuleStructure: org.onap.so.asdc.installer.VfModuleStructure@3ea5bcc1 2022-11-13T04:37:04.522Z|fe60c572-154d-4a52-8950-66e115830220|pool-2-thread-4|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive 2022-11-13T04:37:04.522Z|fe60c572-154d-4a52-8950-66e115830220|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 2022-11-13T04:37:04.522Z|fe60c572-154d-4a52-8950-66e115830220|pool-2-thread-4|||||DEBUG|500||Comparing Vf_Modules_Metadata CustomizationUUID : 41fbc1b2-4968-44d2-b0d0-d45c0cf55be4 2022-11-13T04:37:04.522Z|fe60c572-154d-4a52-8950-66e115830220|pool-2-thread-4|||||DEBUG|500||To Csar Group VFModuleModelCustomizationUUID 41fbc1b2-4968-44d2-b0d0-d45c0cf55be4 Hibernate: select vfmodule0_.MODEL_UUID as model_uu1_59_, vfmodule0_.CREATION_TIMESTAMP as creation2_59_, vfmodule0_.DESCRIPTION as descript3_59_, vfmodule0_.IS_BASE as is_base4_59_, vfmodule0_.MODEL_INVARIANT_UUID as model_in5_59_, vfmodule0_.MODEL_NAME as model_na6_59_, vfmodule0_.MODEL_VERSION as model_ve7_59_, vfmodule0_.HEAT_TEMPLATE_ARTIFACT_UUID as heat_tem8_59_, vfmodule0_.VNF_RESOURCE_MODEL_UUID as vnf_reso9_59_, vfmodule0_.VOL_HEAT_TEMPLATE_ARTIFACT_UUID as vol_hea10_59_ from vf_module vfmodule0_ where vfmodule0_.MODEL_UUID=? 2022-11-13T04:37:04.524Z|fe60c572-154d-4a52-8950-66e115830220|pool-2-thread-4|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive 2022-11-13T04:37:04.524Z|fe60c572-154d-4a52-8950-66e115830220|pool-2-thread-4|||||DEBUG|500||Node template basic_vm_macro 0 is matching search criteria 2022-11-13T04:37:04.524Z|fe60c572-154d-4a52-8950-66e115830220|pool-2-thread-4|||||DEBUG|500||Found topology templates [basic_vm_macro 0] matching following query criteria: sdcType=VF, customizationUUID=null 2022-11-13T04:37:04.525Z|fe60c572-154d-4a52-8950-66e115830220|pool-2-thread-4|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive 2022-11-13T04:37:04.525Z|fe60c572-154d-4a52-8950-66e115830220|pool-2-thread-4|||||DEBUG|500||Node template basic_vm_macro 0 is matching search criteria 2022-11-13T04:37:04.525Z|fe60c572-154d-4a52-8950-66e115830220|pool-2-thread-4|||||DEBUG|500||Found topology templates [basic_vm_macro 0] matching following query criteria: sdcType=VF, customizationUUID=null 2022-11-13T04:37:04.525Z|fe60c572-154d-4a52-8950-66e115830220|pool-2-thread-4|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive 2022-11-13T04:37:04.525Z|fe60c572-154d-4a52-8950-66e115830220|pool-2-thread-4|||||DEBUG|500||Node template basic_vm_macro 0 is not matching search criteria 2022-11-13T04:37:04.525Z|fe60c572-154d-4a52-8950-66e115830220|pool-2-thread-4|||||DEBUG|500||Node template abstract_ubuntu20 is matching search criteria 2022-11-13T04:37:04.526Z|fe60c572-154d-4a52-8950-66e115830220|pool-2-thread-4|||||DEBUG|500||Node template ubuntu20_admin_security_group is not matching search criteria 2022-11-13T04:37:04.526Z|fe60c572-154d-4a52-8950-66e115830220|pool-2-thread-4|||||DEBUG|500||Found topology templates [abstract_ubuntu20] matching following query criteria: sdcType=CVFC, customizationUUID=0e048b5b-3dc5-4b52-8fdf-2227262c2e16 Hibernate: select vnfccustom0_.MODEL_CUSTOMIZATION_UUID as model_cu1_67_, vnfccustom0_.CREATION_TIMESTAMP as creation2_67_, vnfccustom0_.DESCRIPTION as descript3_67_, vnfccustom0_.MODEL_INSTANCE_NAME as model_in4_67_, vnfccustom0_.MODEL_INVARIANT_UUID as model_in5_67_, vnfccustom0_.MODEL_NAME as model_na6_67_, vnfccustom0_.MODEL_UUID as model_uu7_67_, vnfccustom0_.MODEL_VERSION as model_ve8_67_, vnfccustom0_.RESOURCE_INPUT as resource9_67_, vnfccustom0_.TOSCA_NODE_TYPE as tosca_n10_67_, vnfccustom0_.VNFC_INSTANCE_GROUP_CUSTOMIZATION_ID as vnfc_in11_67_ from vnfc_customization vnfccustom0_ where vnfccustom0_.MODEL_CUSTOMIZATION_UUID=? 2022-11-13T04:37:04.528Z|fe60c572-154d-4a52-8950-66e115830220|pool-2-thread-4|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive 2022-11-13T04:37:04.528Z|fe60c572-154d-4a52-8950-66e115830220|pool-2-thread-4|||||DEBUG|500||Node template basic_vm_macro 0 is matching search criteria 2022-11-13T04:37:04.528Z|fe60c572-154d-4a52-8950-66e115830220|pool-2-thread-4|||||DEBUG|500||Found topology templates [basic_vm_macro 0] matching following query criteria: sdcType=VF, customizationUUID=null 2022-11-13T04:37:04.529Z|fe60c572-154d-4a52-8950-66e115830220|pool-2-thread-4|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive 2022-11-13T04:37:04.531Z|fe60c572-154d-4a52-8950-66e115830220|pool-2-thread-4|||||DEBUG|500||Node template basic_vm_macro 0 is matching search criteria 2022-11-13T04:37:04.531Z|fe60c572-154d-4a52-8950-66e115830220|pool-2-thread-4|||||DEBUG|500||Found topology templates [basic_vm_macro 0] matching following query criteria: sdcType=VF, customizationUUID=9db3c923-8903-4d95-944f-d83306fca900 Hibernate: select service0_.MODEL_UUID as model_uu1_50_, service0_.CDS_BLUEPRINT_NAME as cds_blue2_50_, service0_.CDS_BLUEPRINT_VERSION as cds_blue3_50_, service0_.SERVICE_CATEGORY as service_4_50_, service0_.CONTROLLER_ACTOR as controll5_50_, service0_.CREATION_TIMESTAMP as creation6_50_, service0_.TOSCA_CSAR_ARTIFACT_UUID as tosca_c21_50_, service0_.DESCRIPTION as descript7_50_, service0_.OVERALL_DISTRIBUTION_STATUS as overall_8_50_, service0_.ENVIRONMENT_CONTEXT as environm9_50_, service0_.MODEL_INVARIANT_UUID as model_i10_50_, service0_.MODEL_NAME as model_n11_50_, service0_.MODEL_VERSION as model_v12_50_, service0_.NAMING_POLICY as naming_13_50_, service0_.ONAP_GENERATED_NAMING as onap_ge14_50_, service0_.RESOURCE_ORDER as resourc15_50_, service0_.SERVICE_FUNCTION as service16_50_, service0_.SERVICE_ROLE as service17_50_, service0_.SERVICE_TYPE as service18_50_, service0_.SKIP_POST_INSTANTIATION_CONFIGURATION as skip_po19_50_, service0_.WORKLOAD_CONTEXT as workloa20_50_ from service service0_ where service0_.MODEL_UUID=? 2022-11-13T04:37:04.533Z|fe60c572-154d-4a52-8950-66e115830220|pool-2-thread-4|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive 2022-11-13T04:37:04.533Z|fe60c572-154d-4a52-8950-66e115830220|pool-2-thread-4|||||DEBUG|500||Service basic_vm_macro is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=null, toscaType=null, uUID=null, customizationUUID=null 2022-11-13T04:37:04.533Z|fe60c572-154d-4a52-8950-66e115830220|pool-2-thread-4|||||DEBUG|500|| resourceSeq for service uuid f6ab470a-d837-4b15-8d70-8aaf6fd56c7b: basic_vm_macro 2022-11-13T04:37:04.533Z|fe60c572-154d-4a52-8950-66e115830220|pool-2-thread-4|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive 2022-11-13T04:37:04.534Z|fe60c572-154d-4a52-8950-66e115830220|pool-2-thread-4|||||DEBUG|500||Service basic_vm_macro is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=PNF, toscaType=null, uUID=null, customizationUUID=null 2022-11-13T04:37:04.534Z|fe60c572-154d-4a52-8950-66e115830220|pool-2-thread-4|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive 2022-11-13T04:37:04.534Z|fe60c572-154d-4a52-8950-66e115830220|pool-2-thread-4|||||DEBUG|500||Service basic_vm_macro is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=VL, toscaType=null, uUID=null, customizationUUID=null 2022-11-13T04:37:04.534Z|fe60c572-154d-4a52-8950-66e115830220|pool-2-thread-4|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive 2022-11-13T04:37:04.534Z|fe60c572-154d-4a52-8950-66e115830220|pool-2-thread-4|||||DEBUG|500||Service basic_vm_macro is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=CR, toscaType=null, uUID=null, customizationUUID=null 2022-11-13T04:37:04.534Z|fe60c572-154d-4a52-8950-66e115830220|pool-2-thread-4|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive 2022-11-13T04:37:04.535Z|fe60c572-154d-4a52-8950-66e115830220|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 2022-11-13T04:37:04.535Z|fe60c572-154d-4a52-8950-66e115830220|pool-2-thread-4|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive 2022-11-13T04:37:04.535Z|fe60c572-154d-4a52-8950-66e115830220|pool-2-thread-4|||||DEBUG|500||Service basic_vm_macro is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=CONFIGURATION, toscaType=null, uUID=null, customizationUUID=null 2022-11-13T04:37:04.535Z|fe60c572-154d-4a52-8950-66e115830220|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 (?, ?, ?, ?, ?) 2022-11-13T04:37:04.618Z|fe60c572-154d-4a52-8950-66e115830220|pool-2-thread-4|||||INFO|500||ASDC_ARTIFACT_DEPLOY_SUC basic_vm_macro 40185761-d7c7-41dd-be7e-9c0e0f188077 1 ASDC deployResourceStructure 2022-11-13T04:37:04.618Z|fe60c572-154d-4a52-8950-66e115830220|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 2022-11-13T04:37:04.618Z|fe60c572-154d-4a52-8950-66e115830220|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 2022-11-13T04:37:04.618Z|fe60c572-154d-4a52-8950-66e115830220|pool-2-thread-4|||||INFO|500||DistributionClient - sendDeploymentStatus 2022-11-13T04:37:04.619Z|fe60c572-154d-4a52-8950-66e115830220|pool-2-thread-4|||||INFO|500||DistributionClient - sendStatus 2022-11-13T04:37:04.621Z|fe60c572-154d-4a52-8950-66e115830220|pool-2-thread-4|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap] 2022-11-13T04:37:04.621Z|fe60c572-154d-4a52-8950-66e115830220|pool-2-thread-4|||||DEBUG|500||try to send status { "distributionID": "fe60c572-154d-4a52-8950-66e115830220", "consumerID": "SO-COpenSource-Env11", "timestamp": 1668314224618, "artifactURL": "/sdc/v1/catalog/services/BasicVmMacro/1.0/resourceInstances/basic_vm_macro0/artifacts/basic_vm_macro0_modules.json", "status": "DEPLOY_OK" } 2022-11-13T04:37:04.721Z||pool-124-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms 2022-11-13T04:37:04.723Z||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. 2022-11-13T04:37:04.723Z||pool-124-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as Oi7quVEmKWoWd026) ... 2022-11-13T04:37:04.745Z||pool-124-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK 2022-11-13T04:37:04.745Z||pool-124-thread-1|||||INFO|500||cambria reply ok (23 ms):{"serverTimeMs":1,"count":1} 2022-11-13T04:37:05.622Z|fe60c572-154d-4a52-8950-66e115830220|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 2022-11-13T04:37:05.623Z|fe60c572-154d-4a52-8950-66e115830220|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 2022-11-13T04:37:05.623Z|fe60c572-154d-4a52-8950-66e115830220|pool-2-thread-4|||||INFO|500||DistributionClient - sendDeploymentStatus 2022-11-13T04:37:05.623Z|fe60c572-154d-4a52-8950-66e115830220|pool-2-thread-4|||||INFO|500||DistributionClient - sendStatus 2022-11-13T04:37:05.625Z|fe60c572-154d-4a52-8950-66e115830220|pool-2-thread-4|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap] 2022-11-13T04:37:05.625Z|fe60c572-154d-4a52-8950-66e115830220|pool-2-thread-4|||||DEBUG|500||try to send status { "distributionID": "fe60c572-154d-4a52-8950-66e115830220", "consumerID": "SO-COpenSource-Env11", "timestamp": 1668314225622, "artifactURL": "/sdc/v1/catalog/services/BasicVmMacro/1.0/resourceInstances/basic_vm_macro0/artifacts/base_ubuntu20.yaml", "status": "DEPLOY_OK" } 2022-11-13T04:37:05.725Z||pool-125-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms 2022-11-13T04:37:05.726Z||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. 2022-11-13T04:37:05.726Z||pool-125-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as Oi7quVEmKWoWd026) ... 2022-11-13T04:37:05.942Z||pool-125-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK 2022-11-13T04:37:05.942Z||pool-125-thread-1|||||INFO|500||cambria reply ok (216 ms):{"serverTimeMs":1,"count":1} 2022-11-13T04:37:06.626Z|fe60c572-154d-4a52-8950-66e115830220|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 2022-11-13T04:37:06.627Z|fe60c572-154d-4a52-8950-66e115830220|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 2022-11-13T04:37:06.627Z|fe60c572-154d-4a52-8950-66e115830220|pool-2-thread-4|||||INFO|500||DistributionClient - sendDeploymentStatus 2022-11-13T04:37:06.627Z|fe60c572-154d-4a52-8950-66e115830220|pool-2-thread-4|||||INFO|500||DistributionClient - sendStatus 2022-11-13T04:37:06.629Z|fe60c572-154d-4a52-8950-66e115830220|pool-2-thread-4|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap] 2022-11-13T04:37:06.630Z|fe60c572-154d-4a52-8950-66e115830220|pool-2-thread-4|||||DEBUG|500||try to send status { "distributionID": "fe60c572-154d-4a52-8950-66e115830220", "consumerID": "SO-COpenSource-Env11", "timestamp": 1668314226626, "artifactURL": "/sdc/v1/catalog/services/BasicVmMacro/1.0/resourceInstances/basic_vm_macro0/artifacts/base_ubuntu20.env", "status": "DEPLOY_OK" } 2022-11-13T04:37:06.730Z||pool-126-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 99 ms 2022-11-13T04:37:06.730Z||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. 2022-11-13T04:37:06.731Z||pool-126-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as Oi7quVEmKWoWd026) ... 2022-11-13T04:37:06.749Z||pool-126-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK 2022-11-13T04:37:06.749Z||pool-126-thread-1|||||INFO|500||cambria reply ok (19 ms):{"serverTimeMs":0,"count":1} 2022-11-13T04:37:07.631Z|fe60c572-154d-4a52-8950-66e115830220|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 2022-11-13T04:37:07.631Z|fe60c572-154d-4a52-8950-66e115830220|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 2022-11-13T04:37:07.631Z|fe60c572-154d-4a52-8950-66e115830220|pool-2-thread-4|||||INFO|500||DistributionClient - sendDeploymentStatus 2022-11-13T04:37:07.632Z|fe60c572-154d-4a52-8950-66e115830220|pool-2-thread-4|||||INFO|500||DistributionClient - sendStatus 2022-11-13T04:37:07.634Z|fe60c572-154d-4a52-8950-66e115830220|pool-2-thread-4|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap] 2022-11-13T04:37:07.635Z|fe60c572-154d-4a52-8950-66e115830220|pool-2-thread-4|||||DEBUG|500||try to send status { "distributionID": "fe60c572-154d-4a52-8950-66e115830220", "consumerID": "SO-COpenSource-Env11", "timestamp": 1668314227631, "artifactURL": "/sdc/v1/catalog/services/BasicVmMacro/1.0/artifacts/service-BasicVmMacro-csar.csar", "status": "DEPLOY_OK" } 2022-11-13T04:37:07.734Z||pool-127-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 99 ms 2022-11-13T04:37:07.735Z||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. 2022-11-13T04:37:07.735Z||pool-127-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as Oi7quVEmKWoWd026) ... 2022-11-13T04:37:07.749Z||pool-127-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK 2022-11-13T04:37:07.749Z||pool-127-thread-1|||||INFO|500||cambria reply ok (14 ms):{"serverTimeMs":0,"count":1} 2022-11-13T04:37:08.635Z|fe60c572-154d-4a52-8950-66e115830220|pool-2-thread-4|||||DEBUG|500||Entered getOverallDistributionStatus method for distrubutionId: fe60c572-154d-4a52-8950-66e115830220 Hibernate: select watchdogdi0_.DISTRIBUTION_ID as distribu1_11_0_, watchdogdi0_.CREATE_TIME as create_t2_11_0_, watchdogdi0_.DISTRIBUTION_ID_STATUS as distribu3_11_0_, watchdogdi0_.MODIFY_TIME as modify_t4_11_0_, watchdogdi0_.LOCK_VERSION as lock_ver5_11_0_ from watchdog_distributionid_status watchdogdi0_ where watchdogdi0_.DISTRIBUTION_ID=? Hibernate: select watchdogco0_.COMPONENT_NAME as componen1_12_, watchdogco0_.DISTRIBUTION_ID as distribu2_12_, watchdogco0_.COMPONENT_DISTRIBUTION_STATUS as componen3_12_, watchdogco0_.CREATE_TIME as create_t4_12_, watchdogco0_.MODIFY_TIME as modify_t5_12_ from watchdog_per_component_distribution_status watchdogco0_ where watchdogco0_.DISTRIBUTION_ID=? 2022-11-13T04:37:08.645Z|fe60c572-154d-4a52-8950-66e115830220|pool-2-thread-4|||||DEBUG|500||Executed RequestDB getWatchdogComponentDistributionStatus for distrubutionId: fe60c572-154d-4a52-8950-66e115830220 Hibernate: select watchdogco0_.COMPONENT_NAME as componen1_12_, watchdogco0_.DISTRIBUTION_ID as distribu2_12_, watchdogco0_.COMPONENT_DISTRIBUTION_STATUS as componen3_12_, watchdogco0_.CREATE_TIME as create_t4_12_, watchdogco0_.MODIFY_TIME as modify_t5_12_ from watchdog_per_component_distribution_status watchdogco0_ where watchdogco0_.DISTRIBUTION_ID=? 2022-11-13T04:37:08.647Z|fe60c572-154d-4a52-8950-66e115830220|pool-2-thread-4|||||DEBUG|500||Found componentName SO in the WatchDog Component DB 2022-11-13T04:37:08.647Z|fe60c572-154d-4a52-8950-66e115830220|pool-2-thread-4|||||DEBUG|500||Found componentName AAI in the WatchDog Component DB 2022-11-13T04:37:08.647Z|fe60c572-154d-4a52-8950-66e115830220|pool-2-thread-4|||||DEBUG|500||Found componentName SDNC in the WatchDog Component DB 2022-11-13T04:37:08.647Z|fe60c572-154d-4a52-8950-66e115830220|pool-2-thread-4|||||DEBUG|500||Components Size matched with the WatchdogComponentDistributionStatus results. 2022-11-13T04:37:08.648Z|fe60c572-154d-4a52-8950-66e115830220|pool-2-thread-4|||||DEBUG|500||Component status: COMPONENT_DONE_OK on componentName: 2022-11-13T04:37:08.648Z|fe60c572-154d-4a52-8950-66e115830220|pool-2-thread-4|||||DEBUG|500||Component status: COMPONENT_DONE_OK on componentName: 2022-11-13T04:37:08.648Z|fe60c572-154d-4a52-8950-66e115830220|pool-2-thread-4|||||DEBUG|500||Component status: COMPONENT_DONE_OK on componentName: 2022-11-13T04:37:08.648Z|fe60c572-154d-4a52-8950-66e115830220|pool-2-thread-4|||||DEBUG|500||Component status: COMPONENT_DONE_OK on componentName: 2022-11-13T04:37:08.648Z|fe60c572-154d-4a52-8950-66e115830220|pool-2-thread-4|||||DEBUG|500||Component status: COMPONENT_DONE_OK on componentName: 2022-11-13T04:37:08.648Z|fe60c572-154d-4a52-8950-66e115830220|pool-2-thread-4|||||DEBUG|500||Component status: COMPONENT_DONE_OK on componentName: 2022-11-13T04:37:08.648Z|fe60c572-154d-4a52-8950-66e115830220|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=? 2022-11-13T04:37:08.652Z|fe60c572-154d-4a52-8950-66e115830220|pool-2-thread-4|||||DEBUG|500||Exiting getOverallDistributionStatus method in WatchdogDistribution 2022-11-13T04:37:38.653Z|fe60c572-154d-4a52-8950-66e115830220|pool-2-thread-4|||||DEBUG|500||Entered executePatchAAI method with distrubutionId: fe60c572-154d-4a52-8950-66e115830220 and distributionStatus: Hibernate: select watchdogse0_.DISTRIBUTION_ID as distribu1_13_, watchdogse0_.SERVICE_MODEL_VERSION_ID as service_2_13_, watchdogse0_.CONSUMER_ID as consumer3_13_, watchdogse0_.CREATE_TIME as create_t4_13_, watchdogse0_.DISTRIBUTION_NOTIFICATION as distribu5_13_ from watchdog_service_mod_ver_id_lookup watchdogse0_ where watchdogse0_.DISTRIBUTION_ID=? 2022-11-13T04:37:38.661Z|fe60c572-154d-4a52-8950-66e115830220|pool-2-thread-4|||||DEBUG|500||Executed RequestDB getWatchdogServiceModVerIdLookup with distributionId: fe60c572-154d-4a52-8950-66e115830220 and serviceModelVersionId: f6ab470a-d837-4b15-8d70-8aaf6fd56c7b 2022-11-13T04:37:38.661Z|fe60c572-154d-4a52-8950-66e115830220|pool-2-thread-4|||||DEBUG|500||ASDC Notification ServiceModelInvariantUUID : bef1ef1f-3cb8-45f8-82bc-6a7072c8b275 2022-11-13T04:37:38.662Z|fe60c572-154d-4a52-8950-66e115830220|pool-2-thread-4|||||DEBUG|500||Target A&AI Resource URI: /service-design-and-creation/models/model/bef1ef1f-3cb8-45f8-82bc-6a7072c8b275/model-vers/model-ver/f6ab470a-d837-4b15-8d70-8aaf6fd56c7b?depth=0 2022-11-13T04:37:38.666Z|fe60c572-154d-4a52-8950-66e115830220|pool-2-thread-4|||||INFO|500||RestClientSSL using default SSL context! 2022-11-13T04:37:38.716Z|fe60c572-154d-4a52-8950-66e115830220|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/bef1ef1f-3cb8-45f8-82bc-6a7072c8b275/model-vers/model-ver/f6ab470a-d837-4b15-8d70-8aaf6fd56c7b?depth=0 with request headers:{Authorization=[***REDACTED***], X-FromAppId=[MSO], X-HTTP-Method-Override=[PATCH], Accept=[application/json], X-TransactionId=[], Content-Type=[application/merge-patch+json]} 2022-11-13T04:37:38.719Z|fe60c572-154d-4a52-8950-66e115830220|pool-2-thread-4|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/bef1ef1f-3cb8-45f8-82bc-6a7072c8b275/model-vers/model-ver/f6ab470a-d837-4b15-8d70-8aaf6fd56c7b?depth=0|INFO|500||Invoke 2022-11-13T04:37:38.739Z|fe60c572-154d-4a52-8950-66e115830220|pool-2-thread-4|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/bef1ef1f-3cb8-45f8-82bc-6a7072c8b275/model-vers/model-ver/f6ab470a-d837-4b15-8d70-8aaf6fd56c7b?depth=0|DEBUG|500||{"distribution-status":"DISTRIBUTION_COMPLETE_OK"} 2022-11-13T04:37:38.832Z|fe60c572-154d-4a52-8950-66e115830220|pool-2-thread-4|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/bef1ef1f-3cb8-45f8-82bc-6a7072c8b275/model-vers/model-ver/f6ab470a-d837-4b15-8d70-8aaf6fd56c7b?depth=0|INFO|500||InvokeReturn 2022-11-13T04:37:38.835Z|fe60c572-154d-4a52-8950-66e115830220|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/bef1ef1f-3cb8-45f8-82bc-6a7072c8b275/model-vers/model-ver/f6ab470a-d837-4b15-8d70-8aaf6fd56c7b?depth=0 has http status code:200 and response headers:{Strict-Transport-Security=[max-age=16000000; includeSubDomains; preload;], X-AAI-TXID=[0-aai-resources-221113-04:37:37:688-99114], vertex-id=[225360], Content-Length=[0], Date=[Sun, 13 Nov 2022 04:37:37 GMT], Content-Type=[application/json]} 2022-11-13T04:37:38.835Z|fe60c572-154d-4a52-8950-66e115830220|pool-2-thread-4|||||DEBUG|500||Response was returned with an empty entity. 2022-11-13T04:37:38.836Z|fe60c572-154d-4a52-8950-66e115830220|pool-2-thread-4|||||DEBUG|500||A&AI UPDATE MODEL Version is success! 2022-11-13T04:37:38.836Z|fe60c572-154d-4a52-8950-66e115830220|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=? 2022-11-13T04:37:38.841Z|fe60c572-154d-4a52-8950-66e115830220|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) 2022-11-13T04:37:38.842Z|fe60c572-154d-4a52-8950-66e115830220|pool-2-thread-4|||||DEBUG|500||Enter sendFinalDistributionStatus with DistributionID fe60c572-154d-4a52-8950-66e115830220 and Status of DISTRIBUTION_COMPLETE_OK and ErrorReason null 2022-11-13T04:37:38.842Z|fe60c572-154d-4a52-8950-66e115830220|pool-2-thread-4|||||INFO|500||DistributionClient - sendFinalDistributionStatus status 2022-11-13T04:37:38.842Z|fe60c572-154d-4a52-8950-66e115830220|pool-2-thread-4|||||INFO|500||DistributionClient - sendStatus 2022-11-13T04:37:38.844Z|fe60c572-154d-4a52-8950-66e115830220|pool-2-thread-4|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap] 2022-11-13T04:37:38.845Z|fe60c572-154d-4a52-8950-66e115830220|pool-2-thread-4|||||DEBUG|500||try to send status { "distributionID": "fe60c572-154d-4a52-8950-66e115830220", "consumerID": "SO-COpenSource-Env11", "timestamp": 1668314258842, "artifactURL": "", "status": "DISTRIBUTION_COMPLETE_OK" } 2022-11-13T04:37:38.946Z||pool-128-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 101 ms 2022-11-13T04:37:38.947Z||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. 2022-11-13T04:37:38.947Z||pool-128-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as Oi7quVEmKWoWd026) ... 2022-11-13T04:37:38.997Z||pool-128-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK 2022-11-13T04:37:38.999Z||pool-128-thread-1|||||INFO|500||cambria reply ok (52 ms):{"serverTimeMs":0,"count":1} Hibernate: select watchdogdi0_.DISTRIBUTION_ID as distribu1_11_0_, watchdogdi0_.CREATE_TIME as create_t2_11_0_, watchdogdi0_.DISTRIBUTION_ID_STATUS as distribu3_11_0_, watchdogdi0_.MODIFY_TIME as modify_t4_11_0_, watchdogdi0_.LOCK_VERSION as lock_ver5_11_0_ from watchdog_distributionid_status watchdogdi0_ where watchdogdi0_.DISTRIBUTION_ID=? Hibernate: update watchdog_distributionid_status set DISTRIBUTION_ID_STATUS=?, MODIFY_TIME=?, LOCK_VERSION=? where DISTRIBUTION_ID=? 2022-11-13T04:37:39.858Z|fe60c572-154d-4a52-8950-66e115830220|pool-2-thread-4|||||DEBUG|500||received message from topic 2022-11-13T04:37:39.858Z|fe60c572-154d-4a52-8950-66e115830220|pool-2-thread-4|||||DEBUG|500||recieved notification from broker: {"distributionID":"14cb8a78-2e72-454a-8a15-66ce63b4ff1b","serviceName":"test_pnf_macro","serviceVersion":"1.0","serviceUUID":"a15c0fa9-6632-432b-9ab2-f0aa0f0f9d02","serviceDescription":"service","serviceInvariantUUID":"4948a11a-7e97-4164-b922-542142060a2a","resources":[{"resourceInstanceName":"test-pnf 0","resourceName":"test-pnf","resourceVersion":"1.0","resoucreType":"PNF","resourceUUID":"8b0ff2cc-22bf-445e-97bf-31cdb793cf47","resourceInvariantUUID":"52aec615-7483-419f-b640-847df1c7c26a","resourceCustomizationUUID":"23c8fae3-0129-4c93-a47d-ec5042b708b6","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":"MzZmNjliZTJhNDhjZjE3ZmE2MGNhYmY4YzcwNTY0NmU\u003d","artifactDescription":"VF license file","artifactTimeout":0,"artifactUUID":"359eec95-2da6-4940-b82c-884f48457c6b","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":"7ce6f423-d35c-4267-bcba-5a322df78cce","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":"41d15b76-e643-4623-b9c4-52d03bf10eb6","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":"MGE2MzcyYzU2NWMzMGUzODJkMmIzMTY0YmMzNWMwNjg\u003d","artifactDescription":"test","artifactTimeout":0,"artifactUUID":"a005a7b7-c0e6-4af6-bf21-34725f6edec7","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":"24642ac4-93c9-411d-ad99-fd8c10d4e637","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":"b7498afb-235f-4a71-ad66-d6e9fc08c0f2","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":"e2bdbd6a-fac4-4d5d-9618-8a9831774006","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":"NDcwYjhiMGEzYjkxYTkyZjg5YWEwYzhmMjZhOGRkMDI\u003d","artifactDescription":"TOSCA representation of the asset","artifactTimeout":0,"artifactUUID":"2e85d6e8-7445-4c43-8f67-c3a6dde42c34","artifactVersion":"1"},{"artifactName":"service-TestPnfMacro-csar.csar","artifactType":"TOSCA_CSAR","artifactURL":"/sdc/v1/catalog/services/TestPnfMacro/1.0/artifacts/service-TestPnfMacro-csar.csar","artifactChecksum":"ZWE4Y2UwZWQ4OTQ1MjFjZDNlMzIzMTFmMzZhODE5MWY\u003d","artifactDescription":"TOSCA definition package of the asset","artifactTimeout":0,"artifactUUID":"8fafadcc-de5c-4b9c-b2c5-34cb720dddfc","artifactVersion":"1"}],"workloadContext":"Production"} 2022-11-13T04:37:39.859Z|fe60c572-154d-4a52-8950-66e115830220|pool-2-thread-4|||||INFO|500||DistributionClient - sendNotificationStatus 2022-11-13T04:37:39.860Z|fe60c572-154d-4a52-8950-66e115830220|pool-2-thread-4|||||INFO|500||DistributionClient - sendStatus 2022-11-13T04:37:39.862Z|fe60c572-154d-4a52-8950-66e115830220|pool-2-thread-4|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap] 2022-11-13T04:37:39.862Z|fe60c572-154d-4a52-8950-66e115830220|pool-2-thread-4|||||DEBUG|500||try to send status { "distributionID": "14cb8a78-2e72-454a-8a15-66ce63b4ff1b", "consumerID": "SO-COpenSource-Env11", "timestamp": 1668314206325, "artifactURL": "/sdc/v1/catalog/services/TestPnfMacro/1.0/resourceInstances/testpnf0/artifacts/vf-license-model.xml", "status": "NOT_NOTIFIED" } 2022-11-13T04:37:39.962Z||pool-129-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 99 ms 2022-11-13T04:37:39.963Z||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. 2022-11-13T04:37:39.963Z||pool-129-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as Oi7quVEmKWoWd026) ... 2022-11-13T04:37:39.979Z||pool-129-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK 2022-11-13T04:37:39.980Z||pool-129-thread-1|||||INFO|500||cambria reply ok (17 ms):{"serverTimeMs":0,"count":1} 2022-11-13T04:37:40.863Z|fe60c572-154d-4a52-8950-66e115830220|pool-2-thread-4|||||INFO|500||DistributionClient - sendNotificationStatus 2022-11-13T04:37:40.864Z|fe60c572-154d-4a52-8950-66e115830220|pool-2-thread-4|||||INFO|500||DistributionClient - sendStatus 2022-11-13T04:37:40.866Z|fe60c572-154d-4a52-8950-66e115830220|pool-2-thread-4|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap] 2022-11-13T04:37:40.867Z|fe60c572-154d-4a52-8950-66e115830220|pool-2-thread-4|||||DEBUG|500||try to send status { "distributionID": "14cb8a78-2e72-454a-8a15-66ce63b4ff1b", "consumerID": "SO-COpenSource-Env11", "timestamp": 1668314206325, "artifactURL": "/sdc/v1/catalog/services/TestPnfMacro/1.0/resourceInstances/testpnf0/artifacts/pNF.csar", "status": "NOT_NOTIFIED" } 2022-11-13T04:37:40.967Z||pool-130-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms 2022-11-13T04:37:40.968Z||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. 2022-11-13T04:37:40.968Z||pool-130-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as Oi7quVEmKWoWd026) ... 2022-11-13T04:37:40.985Z||pool-130-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK 2022-11-13T04:37:40.985Z||pool-130-thread-1|||||INFO|500||cambria reply ok (18 ms):{"serverTimeMs":0,"count":1} 2022-11-13T04:37:41.867Z|fe60c572-154d-4a52-8950-66e115830220|pool-2-thread-4|||||INFO|500||DistributionClient - sendNotificationStatus 2022-11-13T04:37:41.868Z|fe60c572-154d-4a52-8950-66e115830220|pool-2-thread-4|||||INFO|500||DistributionClient - sendStatus 2022-11-13T04:37:41.870Z|fe60c572-154d-4a52-8950-66e115830220|pool-2-thread-4|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap] 2022-11-13T04:37:41.870Z|fe60c572-154d-4a52-8950-66e115830220|pool-2-thread-4|||||DEBUG|500||try to send status { "distributionID": "14cb8a78-2e72-454a-8a15-66ce63b4ff1b", "consumerID": "SO-COpenSource-Env11", "timestamp": 1668314206325, "artifactURL": "/sdc/v1/catalog/services/TestPnfMacro/1.0/resourceInstances/testpnf0/artifacts/mynetconf.yang", "status": "NOT_NOTIFIED" } 2022-11-13T04:37:41.970Z||pool-131-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms 2022-11-13T04:37:41.971Z||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. 2022-11-13T04:37:41.971Z||pool-131-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as Oi7quVEmKWoWd026) ... 2022-11-13T04:37:41.988Z||pool-131-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK 2022-11-13T04:37:41.988Z||pool-131-thread-1|||||INFO|500||cambria reply ok (17 ms):{"serverTimeMs":1,"count":1} 2022-11-13T04:37:42.871Z|fe60c572-154d-4a52-8950-66e115830220|pool-2-thread-4|||||INFO|500||DistributionClient - sendNotificationStatus 2022-11-13T04:37:42.871Z|fe60c572-154d-4a52-8950-66e115830220|pool-2-thread-4|||||INFO|500||DistributionClient - sendStatus 2022-11-13T04:37:42.874Z|fe60c572-154d-4a52-8950-66e115830220|pool-2-thread-4|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap] 2022-11-13T04:37:42.874Z|fe60c572-154d-4a52-8950-66e115830220|pool-2-thread-4|||||DEBUG|500||try to send status { "distributionID": "14cb8a78-2e72-454a-8a15-66ce63b4ff1b", "consumerID": "SO-COpenSource-Env11", "timestamp": 1668314206325, "artifactURL": "/sdc/v1/catalog/services/TestPnfMacro/1.0/resourceInstances/testpnf0/artifacts/CBA_enriched.zip", "status": "NOT_NOTIFIED" } 2022-11-13T04:37:42.974Z||pool-132-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms 2022-11-13T04:37:42.975Z||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. 2022-11-13T04:37:42.975Z||pool-132-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as Oi7quVEmKWoWd026) ... 2022-11-13T04:37:42.992Z||pool-132-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK 2022-11-13T04:37:42.993Z||pool-132-thread-1|||||INFO|500||cambria reply ok (19 ms):{"serverTimeMs":0,"count":1} 2022-11-13T04:37:43.874Z|fe60c572-154d-4a52-8950-66e115830220|pool-2-thread-4|||||INFO|500||DistributionClient - sendNotificationStatus 2022-11-13T04:37:43.875Z|fe60c572-154d-4a52-8950-66e115830220|pool-2-thread-4|||||INFO|500||DistributionClient - sendStatus 2022-11-13T04:37:43.877Z|fe60c572-154d-4a52-8950-66e115830220|pool-2-thread-4|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap] 2022-11-13T04:37:43.877Z|fe60c572-154d-4a52-8950-66e115830220|pool-2-thread-4|||||DEBUG|500||try to send status { "distributionID": "14cb8a78-2e72-454a-8a15-66ce63b4ff1b", "consumerID": "SO-COpenSource-Env11", "timestamp": 1668314206325, "artifactURL": "/sdc/v1/catalog/services/TestPnfMacro/1.0/resourceInstances/testpnf0/artifacts/vendor-license-model.xml", "status": "NOT_NOTIFIED" } 2022-11-13T04:37:43.977Z||pool-133-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms 2022-11-13T04:37:43.978Z||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. 2022-11-13T04:37:43.978Z||pool-133-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as Oi7quVEmKWoWd026) ... 2022-11-13T04:37:43.993Z||pool-133-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK 2022-11-13T04:37:43.994Z||pool-133-thread-1|||||INFO|500||cambria reply ok (16 ms):{"serverTimeMs":0,"count":1} 2022-11-13T04:37:44.878Z|fe60c572-154d-4a52-8950-66e115830220|pool-2-thread-4|||||INFO|500||DistributionClient - sendNotificationStatus 2022-11-13T04:37:44.878Z|fe60c572-154d-4a52-8950-66e115830220|pool-2-thread-4|||||INFO|500||DistributionClient - sendStatus 2022-11-13T04:37:44.881Z|fe60c572-154d-4a52-8950-66e115830220|pool-2-thread-4|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap] 2022-11-13T04:37:44.881Z|fe60c572-154d-4a52-8950-66e115830220|pool-2-thread-4|||||DEBUG|500||try to send status { "distributionID": "14cb8a78-2e72-454a-8a15-66ce63b4ff1b", "consumerID": "SO-COpenSource-Env11", "timestamp": 1668314206325, "artifactURL": "/sdc/v1/catalog/services/TestPnfMacro/1.0/resourceInstances/testpnf0/artifacts/PM_Dictionary.yaml", "status": "NOT_NOTIFIED" } 2022-11-13T04:37:44.981Z||pool-134-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms 2022-11-13T04:37:44.982Z||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. 2022-11-13T04:37:44.983Z||pool-134-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as Oi7quVEmKWoWd026) ... 2022-11-13T04:37:45.015Z||pool-134-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK 2022-11-13T04:37:45.016Z||pool-134-thread-1|||||INFO|500||cambria reply ok (34 ms):{"serverTimeMs":1,"count":1} 2022-11-13T04:37:45.882Z|fe60c572-154d-4a52-8950-66e115830220|pool-2-thread-4|||||INFO|500||DistributionClient - sendNotificationStatus 2022-11-13T04:37:45.883Z|fe60c572-154d-4a52-8950-66e115830220|pool-2-thread-4|||||INFO|500||DistributionClient - sendStatus 2022-11-13T04:37:45.885Z|fe60c572-154d-4a52-8950-66e115830220|pool-2-thread-4|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap] 2022-11-13T04:37:45.885Z|fe60c572-154d-4a52-8950-66e115830220|pool-2-thread-4|||||DEBUG|500||try to send status { "distributionID": "14cb8a78-2e72-454a-8a15-66ce63b4ff1b", "consumerID": "SO-COpenSource-Env11", "timestamp": 1668314206325, "artifactURL": "/sdc/v1/catalog/services/TestPnfMacro/1.0/resourceInstances/testpnf0/artifacts/MyPnf_Pnf_v1.yaml", "status": "NOT_NOTIFIED" } 2022-11-13T04:37:45.985Z||pool-135-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms 2022-11-13T04:37:45.987Z||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. 2022-11-13T04:37:45.987Z||pool-135-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as Oi7quVEmKWoWd026) ... 2022-11-13T04:37:46.021Z||pool-135-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK 2022-11-13T04:37:46.022Z||pool-135-thread-1|||||INFO|500||cambria reply ok (36 ms):{"serverTimeMs":0,"count":1} 2022-11-13T04:37:46.886Z|fe60c572-154d-4a52-8950-66e115830220|pool-2-thread-4|||||INFO|500||DistributionClient - sendNotificationStatus 2022-11-13T04:37:46.887Z|fe60c572-154d-4a52-8950-66e115830220|pool-2-thread-4|||||INFO|500||DistributionClient - sendStatus 2022-11-13T04:37:46.889Z|fe60c572-154d-4a52-8950-66e115830220|pool-2-thread-4|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap] 2022-11-13T04:37:46.889Z|fe60c572-154d-4a52-8950-66e115830220|pool-2-thread-4|||||DEBUG|500||try to send status { "distributionID": "14cb8a78-2e72-454a-8a15-66ce63b4ff1b", "consumerID": "SO-COpenSource-Env11", "timestamp": 1668314206325, "artifactURL": "/sdc/v1/catalog/services/TestPnfMacro/1.0/artifacts/service-TestPnfMacro-template.yml", "status": "NOT_NOTIFIED" } 2022-11-13T04:37:46.989Z||pool-136-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms 2022-11-13T04:37:46.990Z||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. 2022-11-13T04:37:46.990Z||pool-136-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as Oi7quVEmKWoWd026) ... 2022-11-13T04:37:47.005Z||pool-136-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK 2022-11-13T04:37:47.006Z||pool-136-thread-1|||||INFO|500||cambria reply ok (17 ms):{"serverTimeMs":0,"count":1} 2022-11-13T04:37:47.889Z|fe60c572-154d-4a52-8950-66e115830220|pool-2-thread-4|||||INFO|500||DistributionClient - sendNotificationStatus 2022-11-13T04:37:47.894Z|fe60c572-154d-4a52-8950-66e115830220|pool-2-thread-4|||||INFO|500||DistributionClient - sendStatus 2022-11-13T04:37:47.897Z|fe60c572-154d-4a52-8950-66e115830220|pool-2-thread-4|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap] 2022-11-13T04:37:47.897Z|fe60c572-154d-4a52-8950-66e115830220|pool-2-thread-4|||||DEBUG|500||try to send status { "distributionID": "14cb8a78-2e72-454a-8a15-66ce63b4ff1b", "consumerID": "SO-COpenSource-Env11", "timestamp": 1668314206325, "artifactURL": "/sdc/v1/catalog/services/TestPnfMacro/1.0/artifacts/service-TestPnfMacro-csar.csar", "status": "NOTIFIED" } 2022-11-13T04:37:47.997Z||pool-137-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms 2022-11-13T04:37:47.998Z||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. 2022-11-13T04:37:47.998Z||pool-137-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as Oi7quVEmKWoWd026) ... 2022-11-13T04:37:48.024Z||pool-137-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK 2022-11-13T04:37:48.024Z||pool-137-thread-1|||||INFO|500||cambria reply ok (27 ms):{"serverTimeMs":0,"count":1} 2022-11-13T04:37:48.898Z|fe60c572-154d-4a52-8950-66e115830220|pool-2-thread-4|||||DEBUG|500||sending notification to client: { "distributionID": "14cb8a78-2e72-454a-8a15-66ce63b4ff1b", "serviceName": "test_pnf_macro", "serviceVersion": "1.0", "serviceUUID": "a15c0fa9-6632-432b-9ab2-f0aa0f0f9d02", "serviceDescription": "service", "serviceInvariantUUID": "4948a11a-7e97-4164-b922-542142060a2a", "resources": [ { "resourceInstanceName": "test-pnf 0", "resourceCustomizationUUID": "23c8fae3-0129-4c93-a47d-ec5042b708b6", "resourceName": "test-pnf", "resourceVersion": "1.0", "resoucreType": "PNF", "resourceUUID": "8b0ff2cc-22bf-445e-97bf-31cdb793cf47", "resourceInvariantUUID": "52aec615-7483-419f-b640-847df1c7c26a", "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": "ZWE4Y2UwZWQ4OTQ1MjFjZDNlMzIzMTFmMzZhODE5MWY\u003d", "artifactDescription": "TOSCA definition package of the asset", "artifactTimeout": 0, "artifactVersion": "1", "artifactUUID": "8fafadcc-de5c-4b9c-b2c5-34cb720dddfc" } ], "workloadContext": "Production" } 2022-11-13T04:37:48.899Z|fe60c572-154d-4a52-8950-66e115830220|pool-2-thread-4|||||DEBUG|500||Receive a callback notification in ASDC, nb of resources: 1 2022-11-13T04:37:48.899Z|fe60c572-154d-4a52-8950-66e115830220|pool-2-thread-4|||||INFO|500||ASDC_RECEIVE_CALLBACK_NOTIF 0 a15c0fa9-6632-432b-9ab2-f0aa0f0f9d02 ASDC 2022-11-13T04:37:48.899Z|14cb8a78-2e72-454a-8a15-66ce63b4ff1b|pool-2-thread-4|||||DEBUG|500||ASDC Notification: DistributionID:14cb8a78-2e72-454a-8a15-66ce63b4ff1b ServiceName:test_pnf_macro ServiceVersion:1.0 ServiceUUID:a15c0fa9-6632-432b-9ab2-f0aa0f0f9d02 ServiceInvariantUUID:4948a11a-7e97-4164-b922-542142060a2a 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:8fafadcc-de5c-4b9c-b2c5-34cb720dddfc ArtifactChecksum:ZWE4Y2UwZWQ4OTQ1MjFjZDNlMzIzMTFmMzZhODE5MWY= GeneratedArtifact:{NULL } RelatedArtifacts:{ } } Resource Instances List: { Resource Instance Info: ResourceInstanceName:test-pnf 0 ResourceCustomizationUUID:23c8fae3-0129-4c93-a47d-ec5042b708b6 ResourceInvariantUUID:52aec615-7483-419f-b640-847df1c7c26a ResourceName:test-pnf ResourceType:PNF ResourceUUID:8b0ff2cc-22bf-445e-97bf-31cdb793cf47 ResourceVersion:1.0 Category:Generic SubCategory:Abstract Resource Artifacts List: NULL } 2022-11-13T04:37:48.900Z|14cb8a78-2e72-454a-8a15-66ce63b4ff1b|pool-2-thread-4|||||INFO|500||ASDC_RECEIVE_SERVICE_NOTIF a15c0fa9-6632-432b-9ab2-f0aa0f0f9d02 ASDC treatNotification Hibernate: select watchdogse0_.DISTRIBUTION_ID as distribu1_13_0_, watchdogse0_.SERVICE_MODEL_VERSION_ID as service_2_13_0_, watchdogse0_.CONSUMER_ID as consumer3_13_0_, watchdogse0_.CREATE_TIME as create_t4_13_0_, watchdogse0_.DISTRIBUTION_NOTIFICATION as distribu5_13_0_ from watchdog_service_mod_ver_id_lookup watchdogse0_ where watchdogse0_.DISTRIBUTION_ID=? and watchdogse0_.SERVICE_MODEL_VERSION_ID=? Hibernate: insert into watchdog_service_mod_ver_id_lookup (CONSUMER_ID, CREATE_TIME, DISTRIBUTION_NOTIFICATION, DISTRIBUTION_ID, SERVICE_MODEL_VERSION_ID) values (?, ?, ?, ?, ?) Hibernate: select watchdogdi0_.DISTRIBUTION_ID as distribu1_11_0_, watchdogdi0_.CREATE_TIME as create_t2_11_0_, watchdogdi0_.DISTRIBUTION_ID_STATUS as distribu3_11_0_, watchdogdi0_.MODIFY_TIME as modify_t4_11_0_, watchdogdi0_.LOCK_VERSION as lock_ver5_11_0_ from watchdog_distributionid_status watchdogdi0_ where watchdogdi0_.DISTRIBUTION_ID=? Hibernate: update watchdog_distributionid_status set DISTRIBUTION_ID_STATUS=?, MODIFY_TIME=?, LOCK_VERSION=? where DISTRIBUTION_ID=? 2022-11-13T04:37:48.932Z|14cb8a78-2e72-454a-8a15-66ce63b4ff1b|pool-2-thread-4|||||INFO|500||Unable to find the system property mso.config.path, use the default configuration 2022-11-13T04:37:48.932Z|14cb8a78-2e72-454a-8a15-66ce63b4ff1b|pool-2-thread-4|||||INFO|500||MSO config path is: /app 2022-11-13T04:37:48.933Z|14cb8a78-2e72-454a-8a15-66ce63b4ff1b|pool-2-thread-4|||||INFO|500||MSO config path is: /app 2022-11-13T04:37:48.933Z|14cb8a78-2e72-454a-8a15-66ce63b4ff1b|pool-2-thread-4|||||INFO|500||Trying to download the artifact UUID: 8fafadcc-de5c-4b9c-b2c5-34cb720dddfc from URL: /sdc/v1/catalog/services/TestPnfMacro/1.0/artifacts/service-TestPnfMacro-csar.csar 2022-11-13T04:37:48.933Z|14cb8a78-2e72-454a-8a15-66ce63b4ff1b|pool-2-thread-4|||||INFO|500||DistributionClient - download 2022-11-13T04:37:48.933Z|14cb8a78-2e72-454a-8a15-66ce63b4ff1b|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 2022-11-13T04:37:49.051Z|14cb8a78-2e72-454a-8a15-66ce63b4ff1b|pool-2-thread-4|||||DEBUG|500||GET Response Status 200 2022-11-13T04:37:49.056Z|14cb8a78-2e72-454a-8a15-66ce63b4ff1b|pool-2-thread-4|||||INFO|500||ASDC_ARTIFACT_DOWNLOAD_SUC /sdc/v1/catalog/services/TestPnfMacro/1.0/artifacts/service-TestPnfMacro-csar.csar 8fafadcc-de5c-4b9c-b2c5-34cb720dddfc 105676 2022-11-13T04:37:49.057Z|14cb8a78-2e72-454a-8a15-66ce63b4ff1b|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 2022-11-13T04:37:49.057Z|14cb8a78-2e72-454a-8a15-66ce63b4ff1b|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 2022-11-13T04:37:49.057Z|14cb8a78-2e72-454a-8a15-66ce63b4ff1b|pool-2-thread-4|||||INFO|500||DistributionClient - sendDownloadStatus 2022-11-13T04:37:49.057Z|14cb8a78-2e72-454a-8a15-66ce63b4ff1b|pool-2-thread-4|||||INFO|500||DistributionClient - sendStatus 2022-11-13T04:37:49.059Z|14cb8a78-2e72-454a-8a15-66ce63b4ff1b|pool-2-thread-4|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap] 2022-11-13T04:37:49.059Z|14cb8a78-2e72-454a-8a15-66ce63b4ff1b|pool-2-thread-4|||||DEBUG|500||try to send status { "distributionID": "14cb8a78-2e72-454a-8a15-66ce63b4ff1b", "consumerID": "SO-COpenSource-Env11", "timestamp": 1668314269057, "artifactURL": "/sdc/v1/catalog/services/TestPnfMacro/1.0/artifacts/service-TestPnfMacro-csar.csar", "status": "DOWNLOAD_OK" } 2022-11-13T04:37:49.160Z||pool-138-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 99 ms 2022-11-13T04:37:49.161Z||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. 2022-11-13T04:37:49.161Z||pool-138-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as Oi7quVEmKWoWd026) ... 2022-11-13T04:37:49.176Z||pool-138-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK 2022-11-13T04:37:49.176Z||pool-138-thread-1|||||INFO|500||cambria reply ok (16 ms):{"serverTimeMs":1,"count":1} 2022-11-13T04:37:50.060Z|14cb8a78-2e72-454a-8a15-66ce63b4ff1b|pool-2-thread-4|||||INFO|500||Unable to find the system property mso.config.path, use the default configuration 2022-11-13T04:37:50.061Z|14cb8a78-2e72-454a-8a15-66ce63b4ff1b|pool-2-thread-4|||||INFO|500||MSO config path is: /app 2022-11-13T04:37:50.061Z|14cb8a78-2e72-454a-8a15-66ce63b4ff1b|pool-2-thread-4|||||INFO|500||Trying to write artifact UUID: 8fafadcc-de5c-4b9c-b2c5-34cb720dddfc, URL: /sdc/v1/catalog/services/TestPnfMacro/1.0/artifacts/service-TestPnfMacro-csar.csar to file: /app/ASDC/1/service-TestPnfMacro-csar.csar 2022-11-13T04:37:50.062Z|14cb8a78-2e72-454a-8a15-66ce63b4ff1b|pool-2-thread-4|||||INFO|500||ASDC_RECEIVE_SERVICE_NOTIF ***WRITE FILE ARTIFACT NAME ASDC service-TestPnfMacro-csar.csar 2022-11-13T04:37:50.063Z|14cb8a78-2e72-454a-8a15-66ce63b4ff1b|pool-2-thread-4|||||DEBUG|500||ASDC File path is: /app/ASDC/1/service-TestPnfMacro-csar.csar 2022-11-13T04:37:50.063Z|14cb8a78-2e72-454a-8a15-66ce63b4ff1b|pool-2-thread-4|||||INFO|500||ASDC_RECEIVE_SERVICE_NOTIF ***PATH ASDC /app/ASDC/1/service-TestPnfMacro-csar.csar 2022-11-13T04:37:50.205Z|14cb8a78-2e72-454a-8a15-66ce63b4ff1b|pool-2-thread-4|||||DEBUG|500||ToscaTemplate Loading YAMEL file /tmp/JTP129684408791038901/Definitions/service-TestPnfMacro-template.yml 2022-11-13T04:37:50.292Z|0bc1ed58-a1c1-4d04-8bed-12d0375391db|pool-2-thread-7|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2022-11-13T04:37:50.293Z|0bc1ed58-a1c1-4d04-8bed-12d0375391db|pool-2-thread-7|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel. 2022-11-13T04:37:50.293Z|0bc1ed58-a1c1-4d04-8bed-12d0375391db|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 Oi7quVEmKWoWd026) ... 2022-11-13T04:37:50.321Z|0bc1ed58-a1c1-4d04-8bed-12d0375391db|pool-2-thread-7|||||INFO|500|| --> HTTP/1.1 200 OK 2022-11-13T04:37:50.322Z|0bc1ed58-a1c1-4d04-8bed-12d0375391db|pool-2-thread-7|||||DEBUG|500||received message from topic 2022-11-13T04:37:50.322Z|0bc1ed58-a1c1-4d04-8bed-12d0375391db|pool-2-thread-7|||||DEBUG|500||recieved notification from broker: { "distributionID": "55cf2b90-5e91-44b7-b03c-c33b36d616ca", "consumerID": "SO-COpenSource-Env11", "timestamp": 1668314205311, "artifactURL": "", "status": "DISTRIBUTION_COMPLETE_OK" } 2022-11-13T04:37:50.323Z|0bc1ed58-a1c1-4d04-8bed-12d0375391db|pool-2-thread-7|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error' 2022-11-13T04:37:50.942Z|14cb8a78-2e72-454a-8a15-66ce63b4ff1b|pool-2-thread-4|||||DEBUG|500||CSAR conformance level is 11.0 2022-11-13T04:37:50.942Z|14cb8a78-2e72-454a-8a15-66ce63b4ff1b|pool-2-thread-4|||||WARN|500||#################################################################################################### 2022-11-13T04:37:50.943Z|14cb8a78-2e72-454a-8a15-66ce63b4ff1b|pool-2-thread-4|||||WARN|500||CSAR Warnings found! CSAR name - /app/ASDC/1/service-TestPnfMacro-csar.csar 2022-11-13T04:37:50.943Z|14cb8a78-2e72-454a-8a15-66ce63b4ff1b|pool-2-thread-4|||||WARN|500||ToscaTemplate - verifyTemplate - 7 Parsing Warnings occurred... 2022-11-13T04:37:50.943Z|14cb8a78-2e72-454a-8a15-66ce63b4ff1b|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 2022-11-13T04:37:50.943Z|14cb8a78-2e72-454a-8a15-66ce63b4ff1b|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 2022-11-13T04:37:50.943Z|14cb8a78-2e72-454a-8a15-66ce63b4ff1b|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 2022-11-13T04:37:50.943Z|14cb8a78-2e72-454a-8a15-66ce63b4ff1b|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 2022-11-13T04:37:50.943Z|14cb8a78-2e72-454a-8a15-66ce63b4ff1b|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 2022-11-13T04:37:50.943Z|14cb8a78-2e72-454a-8a15-66ce63b4ff1b|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 2022-11-13T04:37:50.943Z|14cb8a78-2e72-454a-8a15-66ce63b4ff1b|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 2022-11-13T04:37:50.943Z|14cb8a78-2e72-454a-8a15-66ce63b4ff1b|pool-2-thread-4|||||WARN|500||#################################################################################################### 2022-11-13T04:37:50.943Z|14cb8a78-2e72-454a-8a15-66ce63b4ff1b|pool-2-thread-4|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive 2022-11-13T04:37:50.943Z|14cb8a78-2e72-454a-8a15-66ce63b4ff1b|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 2022-11-13T04:37:50.944Z|14cb8a78-2e72-454a-8a15-66ce63b4ff1b|pool-2-thread-4|||||DEBUG|500||Node template test-pnf 0 is matching search criteria 2022-11-13T04:37:50.944Z|14cb8a78-2e72-454a-8a15-66ce63b4ff1b|pool-2-thread-4|||||DEBUG|500||Search for entities recursively 2022-11-13T04:37:50.944Z|14cb8a78-2e72-454a-8a15-66ce63b4ff1b|pool-2-thread-4|||||DEBUG|500||Found topology templates [test-pnf 0] matching following query criteria: sdcType=Service, customizationUUID=null 2022-11-13T04:37:50.944Z|14cb8a78-2e72-454a-8a15-66ce63b4ff1b|pool-2-thread-4|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive 2022-11-13T04:37:50.944Z|14cb8a78-2e72-454a-8a15-66ce63b4ff1b|pool-2-thread-4|||||DEBUG|500||Service test_pnf_macro is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=CONFIGURATION, toscaType=null, uUID=null, customizationUUID=null 2022-11-13T04:37:50.944Z|14cb8a78-2e72-454a-8a15-66ce63b4ff1b|pool-2-thread-4|||||DEBUG|500||Node template test-pnf 0 is matching search criteria 2022-11-13T04:37:50.944Z|14cb8a78-2e72-454a-8a15-66ce63b4ff1b|pool-2-thread-4|||||DEBUG|500||Search for entities recursively 2022-11-13T04:37:50.944Z|14cb8a78-2e72-454a-8a15-66ce63b4ff1b|pool-2-thread-4|||||DEBUG|500||Found topology templates [test-pnf 0] matching following query criteria: sdcType=Service, customizationUUID=null 2022-11-13T04:37:50.945Z|14cb8a78-2e72-454a-8a15-66ce63b4ff1b|pool-2-thread-4|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive 2022-11-13T04:37:50.945Z|14cb8a78-2e72-454a-8a15-66ce63b4ff1b|pool-2-thread-4|||||DEBUG|500||Service test_pnf_macro is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=VF, toscaType=null, uUID=null, customizationUUID=null 2022-11-13T04:37:50.945Z|14cb8a78-2e72-454a-8a15-66ce63b4ff1b|pool-2-thread-4|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive 2022-11-13T04:37:50.945Z|14cb8a78-2e72-454a-8a15-66ce63b4ff1b|pool-2-thread-4|||||DEBUG|500||Service test_pnf_macro is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=VL, toscaType=null, uUID=null, customizationUUID=null 2022-11-13T04:37:50.945Z|14cb8a78-2e72-454a-8a15-66ce63b4ff1b|pool-2-thread-4|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive 2022-11-13T04:37:50.945Z|14cb8a78-2e72-454a-8a15-66ce63b4ff1b|pool-2-thread-4|||||DEBUG|500||Service test_pnf_macro is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=CR, toscaType=null, uUID=null, customizationUUID=null 2022-11-13T04:37:50.945Z|14cb8a78-2e72-454a-8a15-66ce63b4ff1b|pool-2-thread-4|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive 2022-11-13T04:37:50.945Z|14cb8a78-2e72-454a-8a15-66ce63b4ff1b|pool-2-thread-4|||||DEBUG|500||Service test_pnf_macro is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=VF, toscaType=null, uUID=null, customizationUUID=null 2022-11-13T04:37:50.945Z|14cb8a78-2e72-454a-8a15-66ce63b4ff1b|pool-2-thread-4|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive 2022-11-13T04:37:50.945Z|14cb8a78-2e72-454a-8a15-66ce63b4ff1b|pool-2-thread-4|||||DEBUG|500||Service test_pnf_macro is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=PNF, toscaType=null, uUID=null, customizationUUID=null 2022-11-13T04:37:50.945Z|14cb8a78-2e72-454a-8a15-66ce63b4ff1b|pool-2-thread-4|||||DEBUG|500||CSAR Notification: Service Level Properties: Name:test_pnf_macro Description:service Model UUID:a15c0fa9-6632-432b-9ab2-f0aa0f0f9d02 Model Version:NULL Model InvariantUuid:4948a11a-7e97-4164-b922-542142060a2a Service Type: Service Role: WorkLoad Context:Production Environment Context:General_Revenue-Bearing VF Allotted Resource Properties: PNF Allotted Resource Properties: Hibernate: select toscacsar0_.ARTIFACT_UUID as artifact1_57_0_, toscacsar0_.ARTIFACT_CHECKSUM as artifact2_57_0_, toscacsar0_.CREATION_TIMESTAMP as creation3_57_0_, toscacsar0_.DESCRIPTION as descript4_57_0_, toscacsar0_.NAME as name5_57_0_, toscacsar0_.URL as url6_57_0_, toscacsar0_.Version as version7_57_0_ from tosca_csar toscacsar0_ where toscacsar0_.ARTIFACT_UUID=? 2022-11-13T04:37:50.953Z|14cb8a78-2e72-454a-8a15-66ce63b4ff1b|pool-2-thread-4|||||INFO|500||Processing Resource Type: PNF, Model UUID: 8b0ff2cc-22bf-445e-97bf-31cdb793cf47 Hibernate: select service0_.MODEL_UUID as model_uu1_50_, service0_.CDS_BLUEPRINT_NAME as cds_blue2_50_, service0_.CDS_BLUEPRINT_VERSION as cds_blue3_50_, service0_.SERVICE_CATEGORY as service_4_50_, service0_.CONTROLLER_ACTOR as controll5_50_, service0_.CREATION_TIMESTAMP as creation6_50_, service0_.TOSCA_CSAR_ARTIFACT_UUID as tosca_c21_50_, service0_.DESCRIPTION as descript7_50_, service0_.OVERALL_DISTRIBUTION_STATUS as overall_8_50_, service0_.ENVIRONMENT_CONTEXT as environm9_50_, service0_.MODEL_INVARIANT_UUID as model_i10_50_, service0_.MODEL_NAME as model_n11_50_, service0_.MODEL_VERSION as model_v12_50_, service0_.NAMING_POLICY as naming_13_50_, service0_.ONAP_GENERATED_NAMING as onap_ge14_50_, service0_.RESOURCE_ORDER as resourc15_50_, service0_.SERVICE_FUNCTION as service16_50_, service0_.SERVICE_ROLE as service17_50_, service0_.SERVICE_TYPE as service18_50_, service0_.SKIP_POST_INSTANTIATION_CONFIGURATION as skip_po19_50_, service0_.WORKLOAD_CONTEXT as workloa20_50_ from service service0_ where service0_.MODEL_UUID=? 2022-11-13T04:37:50.955Z|14cb8a78-2e72-454a-8a15-66ce63b4ff1b|pool-2-thread-4|||||INFO|500||test-pnf 0 2022-11-13T04:37:50.956Z|14cb8a78-2e72-454a-8a15-66ce63b4ff1b|pool-2-thread-4|||||DEBUG|500||Processing Resource Type: PNF and Model UUID: 8b0ff2cc-22bf-445e-97bf-31cdb793cf47 2022-11-13T04:37:50.956Z|14cb8a78-2e72-454a-8a15-66ce63b4ff1b|pool-2-thread-4|||||DEBUG|500||No resources found for Service: a15c0fa9-6632-432b-9ab2-f0aa0f0f9d02 2022-11-13T04:37:50.956Z|14cb8a78-2e72-454a-8a15-66ce63b4ff1b|pool-2-thread-4|||||DEBUG|500||Preparing to deploy Service: a15c0fa9-6632-432b-9ab2-f0aa0f0f9d02 2022-11-13T04:37:50.956Z|14cb8a78-2e72-454a-8a15-66ce63b4ff1b|pool-2-thread-4|||||INFO|500||ASDC_START_DEPLOY_ARTIFACT test-pnf 0 8b0ff2cc-22bf-445e-97bf-31cdb793cf47 ASDC Hibernate: select toscacsar0_.ARTIFACT_UUID as artifact1_57_0_, toscacsar0_.ARTIFACT_CHECKSUM as artifact2_57_0_, toscacsar0_.CREATION_TIMESTAMP as creation3_57_0_, toscacsar0_.DESCRIPTION as descript4_57_0_, toscacsar0_.NAME as name5_57_0_, toscacsar0_.URL as url6_57_0_, toscacsar0_.Version as version7_57_0_ from tosca_csar toscacsar0_ where toscacsar0_.ARTIFACT_UUID=? Hibernate: select service0_.MODEL_UUID as model_uu1_50_, service0_.CDS_BLUEPRINT_NAME as cds_blue2_50_, service0_.CDS_BLUEPRINT_VERSION as cds_blue3_50_, service0_.SERVICE_CATEGORY as service_4_50_, service0_.CONTROLLER_ACTOR as controll5_50_, service0_.CREATION_TIMESTAMP as creation6_50_, service0_.TOSCA_CSAR_ARTIFACT_UUID as tosca_c21_50_, service0_.DESCRIPTION as descript7_50_, service0_.OVERALL_DISTRIBUTION_STATUS as overall_8_50_, service0_.ENVIRONMENT_CONTEXT as environm9_50_, service0_.MODEL_INVARIANT_UUID as model_i10_50_, service0_.MODEL_NAME as model_n11_50_, service0_.MODEL_VERSION as model_v12_50_, service0_.NAMING_POLICY as naming_13_50_, service0_.ONAP_GENERATED_NAMING as onap_ge14_50_, service0_.RESOURCE_ORDER as resourc15_50_, service0_.SERVICE_FUNCTION as service16_50_, service0_.SERVICE_ROLE as service17_50_, service0_.SERVICE_TYPE as service18_50_, service0_.SKIP_POST_INSTANTIATION_CONFIGURATION as skip_po19_50_, service0_.WORKLOAD_CONTEXT as workloa20_50_ from service service0_ where service0_.MODEL_UUID=? 2022-11-13T04:37:50.961Z|14cb8a78-2e72-454a-8a15-66ce63b4ff1b|pool-2-thread-4|||||DEBUG|500||serviceInputs: {} [org.onap.sdc.toscaparser.api.parameters.Input@102bfb9a, org.onap.sdc.toscaparser.api.parameters.Input@6417658a, org.onap.sdc.toscaparser.api.parameters.Input@4cb34437, org.onap.sdc.toscaparser.api.parameters.Input@13b717d4, org.onap.sdc.toscaparser.api.parameters.Input@5c8fc913] 2022-11-13T04:37:50.961Z|14cb8a78-2e72-454a-8a15-66ce63b4ff1b|pool-2-thread-4|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive 2022-11-13T04:37:50.961Z|14cb8a78-2e72-454a-8a15-66ce63b4ff1b|pool-2-thread-4|||||DEBUG|500||Service test_pnf_macro is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=null, toscaType=null, uUID=null, customizationUUID=null 2022-11-13T04:37:50.962Z|14cb8a78-2e72-454a-8a15-66ce63b4ff1b|pool-2-thread-4|||||DEBUG|500|| resourceSeq for service uuid a15c0fa9-6632-432b-9ab2-f0aa0f0f9d02: test-pnf 2022-11-13T04:37:50.962Z|14cb8a78-2e72-454a-8a15-66ce63b4ff1b|pool-2-thread-4|||||INFO|500||Processing PNF resource: 8b0ff2cc-22bf-445e-97bf-31cdb793cf47 2022-11-13T04:37:50.962Z|14cb8a78-2e72-454a-8a15-66ce63b4ff1b|pool-2-thread-4|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive 2022-11-13T04:37:50.963Z|14cb8a78-2e72-454a-8a15-66ce63b4ff1b|pool-2-thread-4|||||DEBUG|500||Service test_pnf_macro is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=PNF, toscaType=null, uUID=null, customizationUUID=null 2022-11-13T04:37:50.963Z|14cb8a78-2e72-454a-8a15-66ce63b4ff1b|pool-2-thread-4|||||INFO|500||Resource customization UUID: 23c8fae3-0129-4c93-a47d-ec5042b708b6 is the same as notified resource customizationUUID: 23c8fae3-0129-4c93-a47d-ec5042b708b6 Hibernate: select pnfresourc0_.MODEL_CUSTOMIZATION_UUID as model_cu1_45_0_, pnfresourc0_.CDS_BLUEPRINT_NAME as cds_blue2_45_0_, pnfresourc0_.CDS_BLUEPRINT_VERSION as cds_blue3_45_0_, pnfresourc0_.CONTROLLER_ACTOR as controll4_45_0_, pnfresourc0_.CREATION_TIMESTAMP as creation5_45_0_, pnfresourc0_.DEFAULT_SOFTWARE_VERSION as default_6_45_0_, pnfresourc0_.MODEL_INSTANCE_NAME as model_in7_45_0_, pnfresourc0_.MULTI_STAGE_DESIGN as multi_st8_45_0_, pnfresourc0_.NF_FUNCTION as nf_funct9_45_0_, pnfresourc0_.NF_NAMING_CODE as nf_nami10_45_0_, pnfresourc0_.NF_ROLE as nf_role11_45_0_, pnfresourc0_.NF_TYPE as nf_type12_45_0_, pnfresourc0_.PNF_RESOURCE_MODEL_UUID as pnf_res15_45_0_, pnfresourc0_.RESOURCE_INPUT as resourc13_45_0_, pnfresourc0_.SKIP_POST_INSTANTIATION_CONFIGURATION as skip_po14_45_0_, pnfresourc1_.MODEL_UUID as model_uu1_44_1_, pnfresourc1_.RESOURCE_CATEGORY as resource2_44_1_, pnfresourc1_.CREATION_TIMESTAMP as creation3_44_1_, pnfresourc1_.DESCRIPTION as descript4_44_1_, pnfresourc1_.MODEL_INVARIANT_UUID as model_in5_44_1_, pnfresourc1_.MODEL_NAME as model_na6_44_1_, pnfresourc1_.MODEL_VERSION as model_ve7_44_1_, pnfresourc1_.ORCHESTRATION_MODE as orchestr8_44_1_, pnfresourc1_.RESOURCE_SUB_CATEGORY as resource9_44_1_, pnfresourc1_.TOSCA_NODE_TYPE as tosca_n10_44_1_ from pnf_resource_customization pnfresourc0_ left outer join pnf_resource pnfresourc1_ on pnfresourc0_.PNF_RESOURCE_MODEL_UUID=pnfresourc1_.MODEL_UUID where pnfresourc0_.MODEL_CUSTOMIZATION_UUID=? Hibernate: select pnfresourc0_.MODEL_UUID as model_uu1_44_0_, pnfresourc0_.RESOURCE_CATEGORY as resource2_44_0_, pnfresourc0_.CREATION_TIMESTAMP as creation3_44_0_, pnfresourc0_.DESCRIPTION as descript4_44_0_, pnfresourc0_.MODEL_INVARIANT_UUID as model_in5_44_0_, pnfresourc0_.MODEL_NAME as model_na6_44_0_, pnfresourc0_.MODEL_VERSION as model_ve7_44_0_, pnfresourc0_.ORCHESTRATION_MODE as orchestr8_44_0_, pnfresourc0_.RESOURCE_SUB_CATEGORY as resource9_44_0_, pnfresourc0_.TOSCA_NODE_TYPE as tosca_n10_44_0_ from pnf_resource pnfresourc0_ where pnfresourc0_.MODEL_UUID=? Hibernate: select service0_.MODEL_UUID as model_uu1_50_3_, service0_.CDS_BLUEPRINT_NAME as cds_blue2_50_3_, service0_.CDS_BLUEPRINT_VERSION as cds_blue3_50_3_, service0_.SERVICE_CATEGORY as service_4_50_3_, service0_.CONTROLLER_ACTOR as controll5_50_3_, service0_.CREATION_TIMESTAMP as creation6_50_3_, service0_.TOSCA_CSAR_ARTIFACT_UUID as tosca_c21_50_3_, service0_.DESCRIPTION as descript7_50_3_, service0_.OVERALL_DISTRIBUTION_STATUS as overall_8_50_3_, service0_.ENVIRONMENT_CONTEXT as environm9_50_3_, service0_.MODEL_INVARIANT_UUID as model_i10_50_3_, service0_.MODEL_NAME as model_n11_50_3_, service0_.MODEL_VERSION as model_v12_50_3_, service0_.NAMING_POLICY as naming_13_50_3_, service0_.ONAP_GENERATED_NAMING as onap_ge14_50_3_, service0_.RESOURCE_ORDER as resourc15_50_3_, service0_.SERVICE_FUNCTION as service16_50_3_, service0_.SERVICE_ROLE as service17_50_3_, service0_.SERVICE_TYPE as service18_50_3_, service0_.SKIP_POST_INSTANTIATION_CONFIGURATION as skip_po19_50_3_, service0_.WORKLOAD_CONTEXT as workloa20_50_3_, allottedcu1_.SERVICE_MODEL_UUID as service_1_8_5_, allottedre2_.MODEL_CUSTOMIZATION_UUID as resource2_8_5_, allottedre2_.MODEL_CUSTOMIZATION_UUID as model_cu1_7_0_, allottedre2_.AR_MODEL_UUID as ar_mode15_7_0_, allottedre2_.CREATION_TIMESTAMP as creation2_7_0_, allottedre2_.MAX_INSTANCES as max_inst3_7_0_, allottedre2_.MIN_INSTANCES as min_inst4_7_0_, allottedre2_.MODEL_INSTANCE_NAME as model_in5_7_0_, allottedre2_.NF_FUNCTION as nf_funct6_7_0_, allottedre2_.NF_NAMING_CODE as nf_namin7_7_0_, allottedre2_.NF_ROLE as nf_role8_7_0_, allottedre2_.NF_TYPE as nf_type9_7_0_, allottedre2_.PROVIDING_SERVICE_MODEL_INVARIANT_UUID as providi10_7_0_, allottedre2_.PROVIDING_SERVICE_MODEL_NAME as providi11_7_0_, allottedre2_.PROVIDING_SERVICE_MODEL_UUID as providi12_7_0_, allottedre2_.RESOURCE_INPUT as resourc13_7_0_, allottedre2_.TARGET_NETWORK_ROLE as target_14_7_0_, allottedre3_.MODEL_UUID as model_uu1_6_1_, allottedre3_.CREATION_TIMESTAMP as creation2_6_1_, allottedre3_.DESCRIPTION as descript3_6_1_, allottedre3_.MODEL_INVARIANT_UUID as model_in4_6_1_, allottedre3_.MODEL_NAME as model_na5_6_1_, allottedre3_.MODEL_VERSION as model_ve6_6_1_, allottedre3_.SUBCATEGORY as subcateg7_6_1_, allottedre3_.TOSCA_NODE_TYPE as tosca_no8_6_1_, toscacsar4_.ARTIFACT_UUID as artifact1_57_2_, toscacsar4_.ARTIFACT_CHECKSUM as artifact2_57_2_, toscacsar4_.CREATION_TIMESTAMP as creation3_57_2_, toscacsar4_.DESCRIPTION as descript4_57_2_, toscacsar4_.NAME as name5_57_2_, toscacsar4_.URL as url6_57_2_, toscacsar4_.Version as version7_57_2_ from service service0_ left outer join allotted_resource_customization_to_service allottedcu1_ on service0_.MODEL_UUID=allottedcu1_.SERVICE_MODEL_UUID left outer join allotted_resource_customization allottedre2_ on allottedcu1_.RESOURCE_MODEL_CUSTOMIZATION_UUID=allottedre2_.MODEL_CUSTOMIZATION_UUID left outer join allotted_resource allottedre3_ on allottedre2_.AR_MODEL_UUID=allottedre3_.MODEL_UUID left outer join tosca_csar toscacsar4_ on service0_.TOSCA_CSAR_ARTIFACT_UUID=toscacsar4_.ARTIFACT_UUID where service0_.MODEL_UUID=? Hibernate: select toscacsar0_.ARTIFACT_UUID as artifact1_57_1_, toscacsar0_.ARTIFACT_CHECKSUM as artifact2_57_1_, toscacsar0_.CREATION_TIMESTAMP as creation3_57_1_, toscacsar0_.DESCRIPTION as descript4_57_1_, toscacsar0_.NAME as name5_57_1_, toscacsar0_.URL as url6_57_1_, toscacsar0_.Version as version7_57_1_, services1_.TOSCA_CSAR_ARTIFACT_UUID as tosca_c21_50_3_, services1_.MODEL_UUID as model_uu1_50_3_, services1_.MODEL_UUID as model_uu1_50_0_, services1_.CDS_BLUEPRINT_NAME as cds_blue2_50_0_, services1_.CDS_BLUEPRINT_VERSION as cds_blue3_50_0_, services1_.SERVICE_CATEGORY as service_4_50_0_, services1_.CONTROLLER_ACTOR as controll5_50_0_, services1_.CREATION_TIMESTAMP as creation6_50_0_, services1_.TOSCA_CSAR_ARTIFACT_UUID as tosca_c21_50_0_, services1_.DESCRIPTION as descript7_50_0_, services1_.OVERALL_DISTRIBUTION_STATUS as overall_8_50_0_, services1_.ENVIRONMENT_CONTEXT as environm9_50_0_, services1_.MODEL_INVARIANT_UUID as model_i10_50_0_, services1_.MODEL_NAME as model_n11_50_0_, services1_.MODEL_VERSION as model_v12_50_0_, services1_.NAMING_POLICY as naming_13_50_0_, services1_.ONAP_GENERATED_NAMING as onap_ge14_50_0_, services1_.RESOURCE_ORDER as resourc15_50_0_, services1_.SERVICE_FUNCTION as service16_50_0_, services1_.SERVICE_ROLE as service17_50_0_, services1_.SERVICE_TYPE as service18_50_0_, services1_.SKIP_POST_INSTANTIATION_CONFIGURATION as skip_po19_50_0_, services1_.WORKLOAD_CONTEXT as workloa20_50_0_ from tosca_csar toscacsar0_ left outer join service services1_ on toscacsar0_.ARTIFACT_UUID=services1_.TOSCA_CSAR_ARTIFACT_UUID where toscacsar0_.ARTIFACT_UUID=? Hibernate: select pnfresourc0_.MODEL_CUSTOMIZATION_UUID as model_cu1_45_1_, pnfresourc0_.CDS_BLUEPRINT_NAME as cds_blue2_45_1_, pnfresourc0_.CDS_BLUEPRINT_VERSION as cds_blue3_45_1_, pnfresourc0_.CONTROLLER_ACTOR as controll4_45_1_, pnfresourc0_.CREATION_TIMESTAMP as creation5_45_1_, pnfresourc0_.DEFAULT_SOFTWARE_VERSION as default_6_45_1_, pnfresourc0_.MODEL_INSTANCE_NAME as model_in7_45_1_, pnfresourc0_.MULTI_STAGE_DESIGN as multi_st8_45_1_, pnfresourc0_.NF_FUNCTION as nf_funct9_45_1_, pnfresourc0_.NF_NAMING_CODE as nf_nami10_45_1_, pnfresourc0_.NF_ROLE as nf_role11_45_1_, pnfresourc0_.NF_TYPE as nf_type12_45_1_, pnfresourc0_.PNF_RESOURCE_MODEL_UUID as pnf_res15_45_1_, pnfresourc0_.RESOURCE_INPUT as resourc13_45_1_, pnfresourc0_.SKIP_POST_INSTANTIATION_CONFIGURATION as skip_po14_45_1_, pnfresourc1_.MODEL_UUID as model_uu1_44_0_, pnfresourc1_.RESOURCE_CATEGORY as resource2_44_0_, pnfresourc1_.CREATION_TIMESTAMP as creation3_44_0_, pnfresourc1_.DESCRIPTION as descript4_44_0_, pnfresourc1_.MODEL_INVARIANT_UUID as model_in5_44_0_, pnfresourc1_.MODEL_NAME as model_na6_44_0_, pnfresourc1_.MODEL_VERSION as model_ve7_44_0_, pnfresourc1_.ORCHESTRATION_MODE as orchestr8_44_0_, pnfresourc1_.RESOURCE_SUB_CATEGORY as resource9_44_0_, pnfresourc1_.TOSCA_NODE_TYPE as tosca_n10_44_0_ from pnf_resource_customization pnfresourc0_ left outer join pnf_resource pnfresourc1_ on pnfresourc0_.PNF_RESOURCE_MODEL_UUID=pnfresourc1_.MODEL_UUID where pnfresourc0_.MODEL_CUSTOMIZATION_UUID=? Hibernate: select pnfresourc0_.MODEL_UUID as model_uu1_44_0_, pnfresourc0_.RESOURCE_CATEGORY as resource2_44_0_, pnfresourc0_.CREATION_TIMESTAMP as creation3_44_0_, pnfresourc0_.DESCRIPTION as descript4_44_0_, pnfresourc0_.MODEL_INVARIANT_UUID as model_in5_44_0_, pnfresourc0_.MODEL_NAME as model_na6_44_0_, pnfresourc0_.MODEL_VERSION as model_ve7_44_0_, pnfresourc0_.ORCHESTRATION_MODE as orchestr8_44_0_, pnfresourc0_.RESOURCE_SUB_CATEGORY as resource9_44_0_, pnfresourc0_.TOSCA_NODE_TYPE as tosca_n10_44_0_ from pnf_resource pnfresourc0_ where pnfresourc0_.MODEL_UUID=? Hibernate: select watchdogco0_.COMPONENT_NAME as componen1_12_0_, watchdogco0_.DISTRIBUTION_ID as distribu2_12_0_, watchdogco0_.COMPONENT_DISTRIBUTION_STATUS as componen3_12_0_, watchdogco0_.CREATE_TIME as create_t4_12_0_, watchdogco0_.MODIFY_TIME as modify_t5_12_0_ from watchdog_per_component_distribution_status watchdogco0_ where watchdogco0_.COMPONENT_NAME=? and watchdogco0_.DISTRIBUTION_ID=? Hibernate: insert into watchdog_per_component_distribution_status (COMPONENT_DISTRIBUTION_STATUS, CREATE_TIME, MODIFY_TIME, COMPONENT_NAME, DISTRIBUTION_ID) values (?, ?, ?, ?, ?) Hibernate: insert into tosca_csar (ARTIFACT_CHECKSUM, CREATION_TIMESTAMP, DESCRIPTION, NAME, URL, Version, ARTIFACT_UUID) values (?, ?, ?, ?, ?, ?, ?) Hibernate: insert into service (CDS_BLUEPRINT_NAME, CDS_BLUEPRINT_VERSION, SERVICE_CATEGORY, CONTROLLER_ACTOR, CREATION_TIMESTAMP, TOSCA_CSAR_ARTIFACT_UUID, DESCRIPTION, OVERALL_DISTRIBUTION_STATUS, ENVIRONMENT_CONTEXT, MODEL_INVARIANT_UUID, MODEL_NAME, MODEL_VERSION, NAMING_POLICY, ONAP_GENERATED_NAMING, RESOURCE_ORDER, SERVICE_FUNCTION, SERVICE_ROLE, SERVICE_TYPE, SKIP_POST_INSTANTIATION_CONFIGURATION, WORKLOAD_CONTEXT, MODEL_UUID) values (?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?) Hibernate: insert into pnf_resource (RESOURCE_CATEGORY, CREATION_TIMESTAMP, DESCRIPTION, MODEL_INVARIANT_UUID, MODEL_NAME, MODEL_VERSION, ORCHESTRATION_MODE, RESOURCE_SUB_CATEGORY, TOSCA_NODE_TYPE, MODEL_UUID) values (?, ?, ?, ?, ?, ?, ?, ?, ?, ?) Hibernate: insert into pnf_resource_customization (CDS_BLUEPRINT_NAME, CDS_BLUEPRINT_VERSION, CONTROLLER_ACTOR, CREATION_TIMESTAMP, DEFAULT_SOFTWARE_VERSION, MODEL_INSTANCE_NAME, MULTI_STAGE_DESIGN, NF_FUNCTION, NF_NAMING_CODE, NF_ROLE, NF_TYPE, PNF_RESOURCE_MODEL_UUID, RESOURCE_INPUT, SKIP_POST_INSTANTIATION_CONFIGURATION, MODEL_CUSTOMIZATION_UUID) values (?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?) Hibernate: insert into pnf_resource_customization_to_service (SERVICE_MODEL_UUID, RESOURCE_MODEL_CUSTOMIZATION_UUID) values (?, ?) 2022-11-13T04:37:50.991Z|14cb8a78-2e72-454a-8a15-66ce63b4ff1b|pool-2-thread-4|||||INFO|500||ASDC_ARTIFACT_DEPLOY_SUC test-pnf 8b0ff2cc-22bf-445e-97bf-31cdb793cf47 0 ASDC deployResourceStructure 2022-11-13T04:37:50.992Z|14cb8a78-2e72-454a-8a15-66ce63b4ff1b|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 2022-11-13T04:37:50.992Z|14cb8a78-2e72-454a-8a15-66ce63b4ff1b|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 2022-11-13T04:37:50.992Z|14cb8a78-2e72-454a-8a15-66ce63b4ff1b|pool-2-thread-4|||||INFO|500||DistributionClient - sendDeploymentStatus 2022-11-13T04:37:50.993Z|14cb8a78-2e72-454a-8a15-66ce63b4ff1b|pool-2-thread-4|||||INFO|500||DistributionClient - sendStatus 2022-11-13T04:37:50.995Z|14cb8a78-2e72-454a-8a15-66ce63b4ff1b|pool-2-thread-4|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap] 2022-11-13T04:37:50.995Z|14cb8a78-2e72-454a-8a15-66ce63b4ff1b|pool-2-thread-4|||||DEBUG|500||try to send status { "distributionID": "14cb8a78-2e72-454a-8a15-66ce63b4ff1b", "consumerID": "SO-COpenSource-Env11", "timestamp": 1668314270992, "artifactURL": "/sdc/v1/catalog/services/TestPnfMacro/1.0/artifacts/service-TestPnfMacro-csar.csar", "status": "DEPLOY_OK" } 2022-11-13T04:37:51.095Z||pool-139-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms 2022-11-13T04:37:51.096Z||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. 2022-11-13T04:37:51.096Z||pool-139-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as Oi7quVEmKWoWd026) ... 2022-11-13T04:37:51.113Z||pool-139-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK 2022-11-13T04:37:51.114Z||pool-139-thread-1|||||INFO|500||cambria reply ok (19 ms):{"serverTimeMs":0,"count":1} 2022-11-13T04:37:51.996Z|14cb8a78-2e72-454a-8a15-66ce63b4ff1b|pool-2-thread-4|||||DEBUG|500||Entered getOverallDistributionStatus method for distrubutionId: 14cb8a78-2e72-454a-8a15-66ce63b4ff1b Hibernate: select watchdogdi0_.DISTRIBUTION_ID as distribu1_11_0_, watchdogdi0_.CREATE_TIME as create_t2_11_0_, watchdogdi0_.DISTRIBUTION_ID_STATUS as distribu3_11_0_, watchdogdi0_.MODIFY_TIME as modify_t4_11_0_, watchdogdi0_.LOCK_VERSION as lock_ver5_11_0_ from watchdog_distributionid_status watchdogdi0_ where watchdogdi0_.DISTRIBUTION_ID=? Hibernate: select watchdogco0_.COMPONENT_NAME as componen1_12_, watchdogco0_.DISTRIBUTION_ID as distribu2_12_, watchdogco0_.COMPONENT_DISTRIBUTION_STATUS as componen3_12_, watchdogco0_.CREATE_TIME as create_t4_12_, watchdogco0_.MODIFY_TIME as modify_t5_12_ from watchdog_per_component_distribution_status watchdogco0_ where watchdogco0_.DISTRIBUTION_ID=? 2022-11-13T04:37:52.008Z|14cb8a78-2e72-454a-8a15-66ce63b4ff1b|pool-2-thread-4|||||DEBUG|500||Executed RequestDB getWatchdogComponentDistributionStatus for distrubutionId: 14cb8a78-2e72-454a-8a15-66ce63b4ff1b Hibernate: select watchdogco0_.COMPONENT_NAME as componen1_12_, watchdogco0_.DISTRIBUTION_ID as distribu2_12_, watchdogco0_.COMPONENT_DISTRIBUTION_STATUS as componen3_12_, watchdogco0_.CREATE_TIME as create_t4_12_, watchdogco0_.MODIFY_TIME as modify_t5_12_ from watchdog_per_component_distribution_status watchdogco0_ where watchdogco0_.DISTRIBUTION_ID=? 2022-11-13T04:37:52.011Z|14cb8a78-2e72-454a-8a15-66ce63b4ff1b|pool-2-thread-4|||||DEBUG|500||Found componentName SO in the WatchDog Component DB 2022-11-13T04:37:52.011Z|14cb8a78-2e72-454a-8a15-66ce63b4ff1b|pool-2-thread-4|||||DEBUG|500||Found componentName AAI in the WatchDog Component DB 2022-11-13T04:37:52.011Z|14cb8a78-2e72-454a-8a15-66ce63b4ff1b|pool-2-thread-4|||||DEBUG|500||Found componentName SDNC in the WatchDog Component DB 2022-11-13T04:37:52.011Z|14cb8a78-2e72-454a-8a15-66ce63b4ff1b|pool-2-thread-4|||||DEBUG|500||Components Size matched with the WatchdogComponentDistributionStatus results. 2022-11-13T04:37:52.012Z|14cb8a78-2e72-454a-8a15-66ce63b4ff1b|pool-2-thread-4|||||DEBUG|500||Component status: COMPONENT_DONE_OK on componentName: 2022-11-13T04:37:52.012Z|14cb8a78-2e72-454a-8a15-66ce63b4ff1b|pool-2-thread-4|||||DEBUG|500||Component status: COMPONENT_DONE_OK on componentName: 2022-11-13T04:37:52.012Z|14cb8a78-2e72-454a-8a15-66ce63b4ff1b|pool-2-thread-4|||||DEBUG|500||Component status: COMPONENT_DONE_OK on componentName: 2022-11-13T04:37:52.012Z|14cb8a78-2e72-454a-8a15-66ce63b4ff1b|pool-2-thread-4|||||DEBUG|500||Component status: COMPONENT_DONE_OK on componentName: 2022-11-13T04:37:52.013Z|14cb8a78-2e72-454a-8a15-66ce63b4ff1b|pool-2-thread-4|||||DEBUG|500||Component status: COMPONENT_DONE_OK on componentName: 2022-11-13T04:37:52.013Z|14cb8a78-2e72-454a-8a15-66ce63b4ff1b|pool-2-thread-4|||||DEBUG|500||Component status: COMPONENT_DONE_OK on componentName: 2022-11-13T04:37:52.013Z|14cb8a78-2e72-454a-8a15-66ce63b4ff1b|pool-2-thread-4|||||DEBUG|500||Component status: COMPONENT_DONE_OK on componentName: 2022-11-13T04:37:52.013Z|14cb8a78-2e72-454a-8a15-66ce63b4ff1b|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=? 2022-11-13T04:37:52.019Z|14cb8a78-2e72-454a-8a15-66ce63b4ff1b|pool-2-thread-4|||||DEBUG|500||Exiting getOverallDistributionStatus method in WatchdogDistribution 2022-11-13T04:38:22.019Z|14cb8a78-2e72-454a-8a15-66ce63b4ff1b|pool-2-thread-4|||||DEBUG|500||Entered executePatchAAI method with distrubutionId: 14cb8a78-2e72-454a-8a15-66ce63b4ff1b and distributionStatus: Hibernate: select watchdogse0_.DISTRIBUTION_ID as distribu1_13_, watchdogse0_.SERVICE_MODEL_VERSION_ID as service_2_13_, watchdogse0_.CONSUMER_ID as consumer3_13_, watchdogse0_.CREATE_TIME as create_t4_13_, watchdogse0_.DISTRIBUTION_NOTIFICATION as distribu5_13_ from watchdog_service_mod_ver_id_lookup watchdogse0_ where watchdogse0_.DISTRIBUTION_ID=? 2022-11-13T04:38:22.025Z|14cb8a78-2e72-454a-8a15-66ce63b4ff1b|pool-2-thread-4|||||DEBUG|500||Executed RequestDB getWatchdogServiceModVerIdLookup with distributionId: 14cb8a78-2e72-454a-8a15-66ce63b4ff1b and serviceModelVersionId: a15c0fa9-6632-432b-9ab2-f0aa0f0f9d02 2022-11-13T04:38:22.026Z|14cb8a78-2e72-454a-8a15-66ce63b4ff1b|pool-2-thread-4|||||DEBUG|500||ASDC Notification ServiceModelInvariantUUID : 4948a11a-7e97-4164-b922-542142060a2a 2022-11-13T04:38:22.027Z|14cb8a78-2e72-454a-8a15-66ce63b4ff1b|pool-2-thread-4|||||DEBUG|500||Target A&AI Resource URI: /service-design-and-creation/models/model/4948a11a-7e97-4164-b922-542142060a2a/model-vers/model-ver/a15c0fa9-6632-432b-9ab2-f0aa0f0f9d02?depth=0 2022-11-13T04:38:22.031Z|14cb8a78-2e72-454a-8a15-66ce63b4ff1b|pool-2-thread-4|||||INFO|500||RestClientSSL using default SSL context! 2022-11-13T04:38:22.072Z|14cb8a78-2e72-454a-8a15-66ce63b4ff1b|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/4948a11a-7e97-4164-b922-542142060a2a/model-vers/model-ver/a15c0fa9-6632-432b-9ab2-f0aa0f0f9d02?depth=0 with request headers:{Authorization=[***REDACTED***], X-FromAppId=[MSO], X-HTTP-Method-Override=[PATCH], Accept=[application/json], X-TransactionId=[], Content-Type=[application/merge-patch+json]} 2022-11-13T04:38:22.074Z|14cb8a78-2e72-454a-8a15-66ce63b4ff1b|pool-2-thread-4|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/4948a11a-7e97-4164-b922-542142060a2a/model-vers/model-ver/a15c0fa9-6632-432b-9ab2-f0aa0f0f9d02?depth=0|INFO|500||Invoke 2022-11-13T04:38:22.094Z|14cb8a78-2e72-454a-8a15-66ce63b4ff1b|pool-2-thread-4|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/4948a11a-7e97-4164-b922-542142060a2a/model-vers/model-ver/a15c0fa9-6632-432b-9ab2-f0aa0f0f9d02?depth=0|DEBUG|500||{"distribution-status":"DISTRIBUTION_COMPLETE_OK"} 2022-11-13T04:38:22.176Z|14cb8a78-2e72-454a-8a15-66ce63b4ff1b|pool-2-thread-4|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/4948a11a-7e97-4164-b922-542142060a2a/model-vers/model-ver/a15c0fa9-6632-432b-9ab2-f0aa0f0f9d02?depth=0|INFO|500||InvokeReturn 2022-11-13T04:38:22.177Z|14cb8a78-2e72-454a-8a15-66ce63b4ff1b|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/4948a11a-7e97-4164-b922-542142060a2a/model-vers/model-ver/a15c0fa9-6632-432b-9ab2-f0aa0f0f9d02?depth=0 has http status code:200 and response headers:{Strict-Transport-Security=[max-age=16000000; includeSubDomains; preload;], X-AAI-TXID=[1-aai-resources-221113-04:38:21:041-79537], vertex-id=[827504], Content-Length=[0], Date=[Sun, 13 Nov 2022 04:38:21 GMT], Content-Type=[application/json]} 2022-11-13T04:38:22.178Z|14cb8a78-2e72-454a-8a15-66ce63b4ff1b|pool-2-thread-4|||||DEBUG|500||Response was returned with an empty entity. 2022-11-13T04:38:22.178Z|14cb8a78-2e72-454a-8a15-66ce63b4ff1b|pool-2-thread-4|||||DEBUG|500||A&AI UPDATE MODEL Version is success! 2022-11-13T04:38:22.178Z|14cb8a78-2e72-454a-8a15-66ce63b4ff1b|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=? 2022-11-13T04:38:22.182Z|14cb8a78-2e72-454a-8a15-66ce63b4ff1b|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) 2022-11-13T04:38:22.183Z|14cb8a78-2e72-454a-8a15-66ce63b4ff1b|pool-2-thread-4|||||DEBUG|500||Enter sendFinalDistributionStatus with DistributionID 14cb8a78-2e72-454a-8a15-66ce63b4ff1b and Status of DISTRIBUTION_COMPLETE_OK and ErrorReason null 2022-11-13T04:38:22.183Z|14cb8a78-2e72-454a-8a15-66ce63b4ff1b|pool-2-thread-4|||||INFO|500||DistributionClient - sendFinalDistributionStatus status 2022-11-13T04:38:22.183Z|14cb8a78-2e72-454a-8a15-66ce63b4ff1b|pool-2-thread-4|||||INFO|500||DistributionClient - sendStatus 2022-11-13T04:38:22.185Z|14cb8a78-2e72-454a-8a15-66ce63b4ff1b|pool-2-thread-4|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap] 2022-11-13T04:38:22.185Z|14cb8a78-2e72-454a-8a15-66ce63b4ff1b|pool-2-thread-4|||||DEBUG|500||try to send status { "distributionID": "14cb8a78-2e72-454a-8a15-66ce63b4ff1b", "consumerID": "SO-COpenSource-Env11", "timestamp": 1668314302183, "artifactURL": "", "status": "DISTRIBUTION_COMPLETE_OK" } 2022-11-13T04:38:22.286Z||pool-140-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 99 ms 2022-11-13T04:38:22.287Z||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. 2022-11-13T04:38:22.287Z||pool-140-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as Oi7quVEmKWoWd026) ... 2022-11-13T04:38:22.306Z||pool-140-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK 2022-11-13T04:38:22.307Z||pool-140-thread-1|||||INFO|500||cambria reply ok (21 ms):{"serverTimeMs":0,"count":1} Hibernate: select watchdogdi0_.DISTRIBUTION_ID as distribu1_11_0_, watchdogdi0_.CREATE_TIME as create_t2_11_0_, watchdogdi0_.DISTRIBUTION_ID_STATUS as distribu3_11_0_, watchdogdi0_.MODIFY_TIME as modify_t4_11_0_, watchdogdi0_.LOCK_VERSION as lock_ver5_11_0_ from watchdog_distributionid_status watchdogdi0_ where watchdogdi0_.DISTRIBUTION_ID=? Hibernate: update watchdog_distributionid_status set DISTRIBUTION_ID_STATUS=?, MODIFY_TIME=?, LOCK_VERSION=? where DISTRIBUTION_ID=? 2022-11-13T04:38:23.196Z||pool-2-thread-1|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2022-11-13T04:38:23.197Z||pool-2-thread-1|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel. 2022-11-13T04:38:23.197Z||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 Oi7quVEmKWoWd026) ... 2022-11-13T04:38:32.760Z||pool-2-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK 2022-11-13T04:38:32.761Z||pool-2-thread-1|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2022-11-13T04:38:32.762Z||pool-2-thread-1|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel. 2022-11-13T04:38:32.762Z||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 Oi7quVEmKWoWd026) ... 2022-11-13T04:38:42.306Z||pool-2-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK 2022-11-13T04:38:42.307Z||pool-2-thread-1|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2022-11-13T04:38:42.307Z||pool-2-thread-1|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel. 2022-11-13T04:38:42.307Z||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 Oi7quVEmKWoWd026) ... 2022-11-13T04:38:50.292Z||pool-2-thread-3|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2022-11-13T04:38:50.293Z||pool-2-thread-3|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel. 2022-11-13T04:38:50.294Z||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 Oi7quVEmKWoWd026) ... 2022-11-13T04:38:50.323Z||pool-2-thread-3|||||INFO|500|| --> HTTP/1.1 200 OK 2022-11-13T04:38:50.323Z||pool-2-thread-3|||||DEBUG|500||received message from topic 2022-11-13T04:38:50.324Z||pool-2-thread-3|||||DEBUG|500||recieved notification from broker: { "distributionID": "fe60c572-154d-4a52-8950-66e115830220", "consumerID": "SO-COpenSource-Env11", "timestamp": 1668314206325, "artifactURL": "/sdc/v1/catalog/services/BasicVmMacro/1.0/resourceInstances/basic_vm_macro0/artifacts/vf-license-model.xml", "status": "NOT_NOTIFIED" } 2022-11-13T04:38:50.325Z||pool-2-thread-3|||||INFO|500||Missing status on Status Object. 2022-11-13T04:38:50.325Z||pool-2-thread-3|||||DEBUG|500||received message from topic 2022-11-13T04:38:50.325Z||pool-2-thread-3|||||DEBUG|500||recieved notification from broker: { "distributionID": "fe60c572-154d-4a52-8950-66e115830220", "consumerID": "SO-COpenSource-Env11", "timestamp": 1668314206325, "artifactURL": "/sdc/v1/catalog/services/BasicVmMacro/1.0/resourceInstances/basic_vm_macro0/artifacts/basic_vm_macro0_modules.json", "status": "NOTIFIED" } 2022-11-13T04:38:50.325Z||pool-2-thread-3|||||INFO|500||Missing status on Status Object. 2022-11-13T04:38:50.325Z||pool-2-thread-3|||||DEBUG|500||received message from topic 2022-11-13T04:38:50.325Z||pool-2-thread-3|||||DEBUG|500||recieved notification from broker: { "distributionID": "fe60c572-154d-4a52-8950-66e115830220", "consumerID": "SO-COpenSource-Env11", "timestamp": 1668314206325, "artifactURL": "/sdc/v1/catalog/services/BasicVmMacro/1.0/resourceInstances/basic_vm_macro0/artifacts/base_ubuntu20.yaml", "status": "NOTIFIED" } 2022-11-13T04:38:50.325Z||pool-2-thread-3|||||INFO|500||Missing status on Status Object. 2022-11-13T04:38:50.325Z||pool-2-thread-3|||||DEBUG|500||received message from topic 2022-11-13T04:38:50.325Z||pool-2-thread-3|||||DEBUG|500||recieved notification from broker: { "distributionID": "fe60c572-154d-4a52-8950-66e115830220", "consumerID": "SO-COpenSource-Env11", "timestamp": 1668314206325, "artifactURL": "/sdc/v1/catalog/services/BasicVmMacro/1.0/resourceInstances/basic_vm_macro0/artifacts/vendor-license-model.xml", "status": "NOT_NOTIFIED" } 2022-11-13T04:38:50.325Z||pool-2-thread-3|||||INFO|500||Missing status on Status Object. 2022-11-13T04:38:50.326Z||pool-2-thread-3|||||DEBUG|500||received message from topic 2022-11-13T04:38:50.326Z||pool-2-thread-3|||||DEBUG|500||recieved notification from broker: { "distributionID": "fe60c572-154d-4a52-8950-66e115830220", "consumerID": "SO-COpenSource-Env11", "timestamp": 1668314206325, "artifactURL": "/sdc/v1/catalog/services/BasicVmMacro/1.0/resourceInstances/basic_vm_macro0/artifacts/base_ubuntu20.env", "status": "NOTIFIED" } 2022-11-13T04:38:50.326Z||pool-2-thread-3|||||INFO|500||Missing status on Status Object. 2022-11-13T04:38:50.326Z||pool-2-thread-3|||||DEBUG|500||received message from topic 2022-11-13T04:38:50.326Z||pool-2-thread-3|||||DEBUG|500||recieved notification from broker: { "distributionID": "fe60c572-154d-4a52-8950-66e115830220", "consumerID": "SO-COpenSource-Env11", "timestamp": 1668314206325, "artifactURL": "/sdc/v1/catalog/services/BasicVmMacro/1.0/resourceInstances/basic_vm_macro0/artifacts/BASIC_VM_enriched.zip", "status": "NOT_NOTIFIED" } 2022-11-13T04:38:50.326Z||pool-2-thread-3|||||INFO|500||Missing status on Status Object. 2022-11-13T04:38:50.326Z||pool-2-thread-3|||||DEBUG|500||received message from topic 2022-11-13T04:38:50.326Z||pool-2-thread-3|||||DEBUG|500||recieved notification from broker: { "distributionID": "fe60c572-154d-4a52-8950-66e115830220", "consumerID": "SO-COpenSource-Env11", "timestamp": 1668314206325, "artifactURL": "/sdc/v1/catalog/services/BasicVmMacro/1.0/artifacts/service-BasicVmMacro-template.yml", "status": "NOT_NOTIFIED" } 2022-11-13T04:38:50.326Z||pool-2-thread-3|||||INFO|500||Missing status on Status Object. 2022-11-13T04:38:50.326Z||pool-2-thread-3|||||DEBUG|500||received message from topic 2022-11-13T04:38:50.327Z||pool-2-thread-3|||||DEBUG|500||recieved notification from broker: { "distributionID": "fe60c572-154d-4a52-8950-66e115830220", "consumerID": "SO-COpenSource-Env11", "timestamp": 1668314206325, "artifactURL": "/sdc/v1/catalog/services/BasicVmMacro/1.0/artifacts/service-BasicVmMacro-csar.csar", "status": "NOTIFIED" } 2022-11-13T04:38:50.327Z||pool-2-thread-3|||||INFO|500||Missing status on Status Object. 2022-11-13T04:38:50.327Z||pool-2-thread-3|||||DEBUG|500||received message from topic 2022-11-13T04:38:50.327Z||pool-2-thread-3|||||DEBUG|500||recieved notification from broker: { "distributionID": "fe60c572-154d-4a52-8950-66e115830220", "consumerID": "SO-COpenSource-Env11", "timestamp": 1668314218925, "artifactURL": "/sdc/v1/catalog/services/BasicVmMacro/1.0/artifacts/service-BasicVmMacro-csar.csar", "status": "DOWNLOAD_OK" } 2022-11-13T04:38:50.327Z||pool-2-thread-3|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error' 2022-11-13T04:38:50.327Z||pool-2-thread-3|||||DEBUG|500||received message from topic 2022-11-13T04:38:50.327Z||pool-2-thread-3|||||DEBUG|500||recieved notification from broker: { "distributionID": "fe60c572-154d-4a52-8950-66e115830220", "consumerID": "SO-COpenSource-Env11", "timestamp": 1668314221380, "artifactURL": "/sdc/v1/catalog/services/BasicVmMacro/1.0/resourceInstances/basic_vm_macro0/artifacts/basic_vm_macro0_modules.json", "status": "DOWNLOAD_OK" } 2022-11-13T04:38:50.327Z||pool-2-thread-3|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error' 2022-11-13T04:38:50.327Z||pool-2-thread-3|||||DEBUG|500||received message from topic 2022-11-13T04:38:50.327Z||pool-2-thread-3|||||DEBUG|500||recieved notification from broker: { "distributionID": "fe60c572-154d-4a52-8950-66e115830220", "consumerID": "SO-COpenSource-Env11", "timestamp": 1668314222439, "artifactURL": "/sdc/v1/catalog/services/BasicVmMacro/1.0/resourceInstances/basic_vm_macro0/artifacts/base_ubuntu20.yaml", "status": "DOWNLOAD_OK" } 2022-11-13T04:38:50.328Z||pool-2-thread-3|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error' 2022-11-13T04:38:50.328Z||pool-2-thread-3|||||DEBUG|500||received message from topic 2022-11-13T04:38:50.328Z||pool-2-thread-3|||||DEBUG|500||recieved notification from broker: { "distributionID": "fe60c572-154d-4a52-8950-66e115830220", "consumerID": "SO-COpenSource-Env11", "timestamp": 1668314223492, "artifactURL": "/sdc/v1/catalog/services/BasicVmMacro/1.0/resourceInstances/basic_vm_macro0/artifacts/base_ubuntu20.env", "status": "DOWNLOAD_OK" } 2022-11-13T04:38:50.328Z||pool-2-thread-3|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error' 2022-11-13T04:38:50.329Z||pool-2-thread-3|||||DEBUG|500||received message from topic 2022-11-13T04:38:50.329Z||pool-2-thread-3|||||DEBUG|500||recieved notification from broker: { "distributionID": "fe60c572-154d-4a52-8950-66e115830220", "consumerID": "SO-COpenSource-Env11", "timestamp": 1668314224618, "artifactURL": "/sdc/v1/catalog/services/BasicVmMacro/1.0/resourceInstances/basic_vm_macro0/artifacts/basic_vm_macro0_modules.json", "status": "DEPLOY_OK" } 2022-11-13T04:38:50.329Z||pool-2-thread-3|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error' 2022-11-13T04:38:50.329Z||pool-2-thread-3|||||DEBUG|500||received message from topic 2022-11-13T04:38:50.329Z||pool-2-thread-3|||||DEBUG|500||recieved notification from broker: { "distributionID": "fe60c572-154d-4a52-8950-66e115830220", "consumerID": "SO-COpenSource-Env11", "timestamp": 1668314225622, "artifactURL": "/sdc/v1/catalog/services/BasicVmMacro/1.0/resourceInstances/basic_vm_macro0/artifacts/base_ubuntu20.yaml", "status": "DEPLOY_OK" } 2022-11-13T04:38:50.329Z||pool-2-thread-3|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error' 2022-11-13T04:38:50.330Z||pool-2-thread-3|||||DEBUG|500||received message from topic 2022-11-13T04:38:50.330Z||pool-2-thread-3|||||DEBUG|500||recieved notification from broker: { "distributionID": "fe60c572-154d-4a52-8950-66e115830220", "consumerID": "SO-COpenSource-Env11", "timestamp": 1668314226626, "artifactURL": "/sdc/v1/catalog/services/BasicVmMacro/1.0/resourceInstances/basic_vm_macro0/artifacts/base_ubuntu20.env", "status": "DEPLOY_OK" } 2022-11-13T04:38:50.330Z||pool-2-thread-3|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error' 2022-11-13T04:38:50.330Z||pool-2-thread-3|||||DEBUG|500||received message from topic 2022-11-13T04:38:50.330Z||pool-2-thread-3|||||DEBUG|500||recieved notification from broker: { "distributionID": "fe60c572-154d-4a52-8950-66e115830220", "consumerID": "SO-COpenSource-Env11", "timestamp": 1668314227631, "artifactURL": "/sdc/v1/catalog/services/BasicVmMacro/1.0/artifacts/service-BasicVmMacro-csar.csar", "status": "DEPLOY_OK" } 2022-11-13T04:38:50.330Z||pool-2-thread-3|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error' 2022-11-13T04:38:50.330Z||pool-2-thread-3|||||DEBUG|500||received message from topic 2022-11-13T04:38:50.331Z||pool-2-thread-3|||||DEBUG|500||recieved notification from broker: { "distributionID": "fe60c572-154d-4a52-8950-66e115830220", "consumerID": "SO-COpenSource-Env11", "timestamp": 1668314258842, "artifactURL": "", "status": "DISTRIBUTION_COMPLETE_OK" } 2022-11-13T04:38:50.331Z||pool-2-thread-3|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error' 2022-11-13T04:38:50.331Z||pool-2-thread-3|||||DEBUG|500||received message from topic 2022-11-13T04:38:50.331Z||pool-2-thread-3|||||DEBUG|500||recieved notification from broker: { "distributionID": "14cb8a78-2e72-454a-8a15-66ce63b4ff1b", "consumerID": "SO-COpenSource-Env11", "timestamp": 1668314206325, "artifactURL": "/sdc/v1/catalog/services/TestPnfMacro/1.0/resourceInstances/testpnf0/artifacts/vf-license-model.xml", "status": "NOT_NOTIFIED" } 2022-11-13T04:38:50.331Z||pool-2-thread-3|||||INFO|500||Missing status on Status Object. 2022-11-13T04:38:50.332Z||pool-2-thread-3|||||DEBUG|500||received message from topic 2022-11-13T04:38:50.332Z||pool-2-thread-3|||||DEBUG|500||recieved notification from broker: { "distributionID": "14cb8a78-2e72-454a-8a15-66ce63b4ff1b", "consumerID": "SO-COpenSource-Env11", "timestamp": 1668314206325, "artifactURL": "/sdc/v1/catalog/services/TestPnfMacro/1.0/resourceInstances/testpnf0/artifacts/pNF.csar", "status": "NOT_NOTIFIED" } 2022-11-13T04:38:50.332Z||pool-2-thread-3|||||INFO|500||Missing status on Status Object. 2022-11-13T04:38:50.332Z||pool-2-thread-3|||||DEBUG|500||received message from topic 2022-11-13T04:38:50.332Z||pool-2-thread-3|||||DEBUG|500||recieved notification from broker: { "distributionID": "14cb8a78-2e72-454a-8a15-66ce63b4ff1b", "consumerID": "SO-COpenSource-Env11", "timestamp": 1668314206325, "artifactURL": "/sdc/v1/catalog/services/TestPnfMacro/1.0/resourceInstances/testpnf0/artifacts/mynetconf.yang", "status": "NOT_NOTIFIED" } 2022-11-13T04:38:50.332Z||pool-2-thread-3|||||INFO|500||Missing status on Status Object. 2022-11-13T04:38:50.332Z||pool-2-thread-3|||||DEBUG|500||received message from topic 2022-11-13T04:38:50.333Z||pool-2-thread-3|||||DEBUG|500||recieved notification from broker: { "distributionID": "14cb8a78-2e72-454a-8a15-66ce63b4ff1b", "consumerID": "SO-COpenSource-Env11", "timestamp": 1668314206325, "artifactURL": "/sdc/v1/catalog/services/TestPnfMacro/1.0/resourceInstances/testpnf0/artifacts/CBA_enriched.zip", "status": "NOT_NOTIFIED" } 2022-11-13T04:38:50.333Z||pool-2-thread-3|||||INFO|500||Missing status on Status Object. 2022-11-13T04:38:50.333Z||pool-2-thread-3|||||DEBUG|500||received message from topic 2022-11-13T04:38:50.333Z||pool-2-thread-3|||||DEBUG|500||recieved notification from broker: { "distributionID": "14cb8a78-2e72-454a-8a15-66ce63b4ff1b", "consumerID": "SO-COpenSource-Env11", "timestamp": 1668314206325, "artifactURL": "/sdc/v1/catalog/services/TestPnfMacro/1.0/resourceInstances/testpnf0/artifacts/vendor-license-model.xml", "status": "NOT_NOTIFIED" } 2022-11-13T04:38:50.333Z||pool-2-thread-3|||||INFO|500||Missing status on Status Object. 2022-11-13T04:38:50.333Z||pool-2-thread-3|||||DEBUG|500||received message from topic 2022-11-13T04:38:50.334Z||pool-2-thread-3|||||DEBUG|500||recieved notification from broker: { "distributionID": "14cb8a78-2e72-454a-8a15-66ce63b4ff1b", "consumerID": "SO-COpenSource-Env11", "timestamp": 1668314206325, "artifactURL": "/sdc/v1/catalog/services/TestPnfMacro/1.0/resourceInstances/testpnf0/artifacts/PM_Dictionary.yaml", "status": "NOT_NOTIFIED" } 2022-11-13T04:38:50.334Z||pool-2-thread-3|||||INFO|500||Missing status on Status Object. 2022-11-13T04:38:50.334Z||pool-2-thread-3|||||DEBUG|500||received message from topic 2022-11-13T04:38:50.334Z||pool-2-thread-3|||||DEBUG|500||recieved notification from broker: { "distributionID": "14cb8a78-2e72-454a-8a15-66ce63b4ff1b", "consumerID": "SO-COpenSource-Env11", "timestamp": 1668314206325, "artifactURL": "/sdc/v1/catalog/services/TestPnfMacro/1.0/resourceInstances/testpnf0/artifacts/MyPnf_Pnf_v1.yaml", "status": "NOT_NOTIFIED" } 2022-11-13T04:38:50.334Z||pool-2-thread-3|||||INFO|500||Missing status on Status Object. 2022-11-13T04:38:50.335Z||pool-2-thread-3|||||DEBUG|500||received message from topic 2022-11-13T04:38:50.335Z||pool-2-thread-3|||||DEBUG|500||recieved notification from broker: { "distributionID": "14cb8a78-2e72-454a-8a15-66ce63b4ff1b", "consumerID": "SO-COpenSource-Env11", "timestamp": 1668314206325, "artifactURL": "/sdc/v1/catalog/services/TestPnfMacro/1.0/artifacts/service-TestPnfMacro-template.yml", "status": "NOT_NOTIFIED" } 2022-11-13T04:38:50.335Z||pool-2-thread-3|||||INFO|500||Missing status on Status Object. 2022-11-13T04:38:50.336Z||pool-2-thread-3|||||DEBUG|500||received message from topic 2022-11-13T04:38:50.336Z||pool-2-thread-3|||||DEBUG|500||recieved notification from broker: { "distributionID": "14cb8a78-2e72-454a-8a15-66ce63b4ff1b", "consumerID": "SO-COpenSource-Env11", "timestamp": 1668314206325, "artifactURL": "/sdc/v1/catalog/services/TestPnfMacro/1.0/artifacts/service-TestPnfMacro-csar.csar", "status": "NOTIFIED" } 2022-11-13T04:38:50.336Z||pool-2-thread-3|||||INFO|500||Missing status on Status Object. 2022-11-13T04:38:50.336Z||pool-2-thread-3|||||DEBUG|500||received message from topic 2022-11-13T04:38:50.336Z||pool-2-thread-3|||||DEBUG|500||recieved notification from broker: { "distributionID": "14cb8a78-2e72-454a-8a15-66ce63b4ff1b", "consumerID": "SO-COpenSource-Env11", "timestamp": 1668314269057, "artifactURL": "/sdc/v1/catalog/services/TestPnfMacro/1.0/artifacts/service-TestPnfMacro-csar.csar", "status": "DOWNLOAD_OK" } 2022-11-13T04:38:50.336Z||pool-2-thread-3|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error' 2022-11-13T04:38:51.847Z||pool-2-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK 2022-11-13T04:38:51.848Z||pool-2-thread-1|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2022-11-13T04:38:51.848Z||pool-2-thread-1|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel. 2022-11-13T04:38:51.848Z||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 Oi7quVEmKWoWd026) ... 2022-11-13T04:39:01.412Z||pool-2-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK 2022-11-13T04:39:01.414Z||pool-2-thread-1|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2022-11-13T04:39:01.415Z||pool-2-thread-1|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel. 2022-11-13T04:39:01.415Z||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 Oi7quVEmKWoWd026) ... 2022-11-13T04:39:10.965Z||pool-2-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK 2022-11-13T04:39:50.290Z||pool-2-thread-6|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2022-11-13T04:39:50.291Z||pool-2-thread-6|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel. 2022-11-13T04:39:50.291Z||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 Oi7quVEmKWoWd026) ... 2022-11-13T04:39:50.294Z|0bc1ed58-a1c1-4d04-8bed-12d0375391db|pool-2-thread-7|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2022-11-13T04:39:50.294Z|0bc1ed58-a1c1-4d04-8bed-12d0375391db|pool-2-thread-7|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel. 2022-11-13T04:39:50.294Z|0bc1ed58-a1c1-4d04-8bed-12d0375391db|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 Oi7quVEmKWoWd026) ... 2022-11-13T04:39:50.830Z|0bc1ed58-a1c1-4d04-8bed-12d0375391db|pool-2-thread-7|||||INFO|500|| --> HTTP/1.1 200 OK 2022-11-13T04:39:50.830Z|0bc1ed58-a1c1-4d04-8bed-12d0375391db|pool-2-thread-7|||||DEBUG|500||received message from topic 2022-11-13T04:39:50.831Z|0bc1ed58-a1c1-4d04-8bed-12d0375391db|pool-2-thread-7|||||DEBUG|500||recieved notification from broker: { "distributionID": "14cb8a78-2e72-454a-8a15-66ce63b4ff1b", "consumerID": "SO-COpenSource-Env11", "timestamp": 1668314270992, "artifactURL": "/sdc/v1/catalog/services/TestPnfMacro/1.0/artifacts/service-TestPnfMacro-csar.csar", "status": "DEPLOY_OK" } 2022-11-13T04:39:50.832Z|0bc1ed58-a1c1-4d04-8bed-12d0375391db|pool-2-thread-7|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error' 2022-11-13T04:39:50.832Z|0bc1ed58-a1c1-4d04-8bed-12d0375391db|pool-2-thread-7|||||DEBUG|500||received message from topic 2022-11-13T04:39:50.832Z|0bc1ed58-a1c1-4d04-8bed-12d0375391db|pool-2-thread-7|||||DEBUG|500||recieved notification from broker: { "distributionID": "14cb8a78-2e72-454a-8a15-66ce63b4ff1b", "consumerID": "SO-COpenSource-Env11", "timestamp": 1668314302183, "artifactURL": "", "status": "DISTRIBUTION_COMPLETE_OK" } 2022-11-13T04:39:50.832Z|0bc1ed58-a1c1-4d04-8bed-12d0375391db|pool-2-thread-7|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error' 2022-11-13T04:39:59.856Z||pool-2-thread-6|||||INFO|500|| --> HTTP/1.1 200 OK 2022-11-13T04:40:50.290Z||pool-2-thread-6|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2022-11-13T04:40:50.292Z|50d872ba-9036-48e7-864d-0cb3dfcb5f5f|pool-2-thread-9|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2022-11-13T04:40:50.293Z|50d872ba-9036-48e7-864d-0cb3dfcb5f5f|pool-2-thread-9|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel. 2022-11-13T04:40:50.293Z|50d872ba-9036-48e7-864d-0cb3dfcb5f5f|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 Oi7quVEmKWoWd026) ... 2022-11-13T04:40:50.293Z||pool-2-thread-6|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel. 2022-11-13T04:40:50.293Z||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 Oi7quVEmKWoWd026) ... 2022-11-13T04:40:59.845Z||pool-2-thread-6|||||INFO|500|| --> HTTP/1.1 200 OK 2022-11-13T04:40:59.846Z|50d872ba-9036-48e7-864d-0cb3dfcb5f5f|pool-2-thread-9|||||INFO|500|| --> HTTP/1.1 200 OK 2022-11-13T04:41:50.290Z||pool-2-thread-2|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2022-11-13T04:41:50.291Z||pool-2-thread-2|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel. 2022-11-13T04:41:50.291Z||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 Oi7quVEmKWoWd026) ... 2022-11-13T04:41:50.292Z||pool-2-thread-1|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2022-11-13T04:41:50.293Z||pool-2-thread-1|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel. 2022-11-13T04:41:50.293Z||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 Oi7quVEmKWoWd026) ... 2022-11-13T04:41:59.853Z||pool-2-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK 2022-11-13T04:41:59.856Z||pool-2-thread-2|||||INFO|500|| --> HTTP/1.1 200 OK 2022-11-13T04:42:50.290Z||pool-2-thread-3|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2022-11-13T04:42:50.291Z||pool-2-thread-3|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel. 2022-11-13T04:42:50.291Z||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 Oi7quVEmKWoWd026) ... 2022-11-13T04:42:50.292Z|efdeabe2-476b-4e8a-a9ed-4873afca0198|pool-2-thread-5|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2022-11-13T04:42:50.292Z|efdeabe2-476b-4e8a-a9ed-4873afca0198|pool-2-thread-5|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel. 2022-11-13T04:42:50.293Z|efdeabe2-476b-4e8a-a9ed-4873afca0198|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 Oi7quVEmKWoWd026) ... 2022-11-13T04:42:59.837Z|efdeabe2-476b-4e8a-a9ed-4873afca0198|pool-2-thread-5|||||INFO|500|| --> HTTP/1.1 200 OK 2022-11-13T04:42:59.847Z||pool-2-thread-3|||||INFO|500|| --> HTTP/1.1 200 OK 2022-11-13T04:43:50.290Z||pool-2-thread-8|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2022-11-13T04:43:50.290Z||pool-2-thread-8|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel. 2022-11-13T04:43:50.291Z||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 Oi7quVEmKWoWd026) ... 2022-11-13T04:43:50.292Z|14cb8a78-2e72-454a-8a15-66ce63b4ff1b|pool-2-thread-4|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2022-11-13T04:43:50.292Z|14cb8a78-2e72-454a-8a15-66ce63b4ff1b|pool-2-thread-4|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel. 2022-11-13T04:43:50.292Z|14cb8a78-2e72-454a-8a15-66ce63b4ff1b|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 Oi7quVEmKWoWd026) ... 2022-11-13T04:43:59.847Z|14cb8a78-2e72-454a-8a15-66ce63b4ff1b|pool-2-thread-4|||||INFO|500|| --> HTTP/1.1 200 OK 2022-11-13T04:43:59.849Z||pool-2-thread-8|||||INFO|500|| --> HTTP/1.1 200 OK 2022-11-13T04:44:50.290Z||pool-2-thread-8|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2022-11-13T04:44:50.291Z||pool-2-thread-8|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel. 2022-11-13T04:44:50.291Z||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 Oi7quVEmKWoWd026) ... 2022-11-13T04:44:50.293Z||pool-2-thread-10|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2022-11-13T04:44:50.293Z||pool-2-thread-10|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel. 2022-11-13T04:44:50.294Z||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 Oi7quVEmKWoWd026) ... 2022-11-13T04:44:59.843Z||pool-2-thread-8|||||INFO|500|| --> HTTP/1.1 200 OK 2022-11-13T04:44:59.843Z||pool-2-thread-10|||||INFO|500|| --> HTTP/1.1 200 OK 2022-11-13T04:45:50.290Z||pool-2-thread-8|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2022-11-13T04:45:50.292Z||pool-2-thread-1|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2022-11-13T04:45:50.292Z||pool-2-thread-1|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel. 2022-11-13T04:45:50.292Z||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 Oi7quVEmKWoWd026) ... 2022-11-13T04:45:50.292Z||pool-2-thread-8|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel. 2022-11-13T04:45:50.292Z||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 Oi7quVEmKWoWd026) ... 2022-11-13T04:45:59.839Z||pool-2-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK 2022-11-13T04:45:59.844Z||pool-2-thread-8|||||INFO|500|| --> HTTP/1.1 200 OK 2022-11-13T04:46:50.290Z||pool-2-thread-8|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2022-11-13T04:46:50.291Z||pool-2-thread-8|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel. 2022-11-13T04:46:50.291Z||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 Oi7quVEmKWoWd026) ... 2022-11-13T04:46:50.293Z|0bc1ed58-a1c1-4d04-8bed-12d0375391db|pool-2-thread-7|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2022-11-13T04:46:50.293Z|0bc1ed58-a1c1-4d04-8bed-12d0375391db|pool-2-thread-7|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel. 2022-11-13T04:46:50.294Z|0bc1ed58-a1c1-4d04-8bed-12d0375391db|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 Oi7quVEmKWoWd026) ... 2022-11-13T04:46:59.840Z|0bc1ed58-a1c1-4d04-8bed-12d0375391db|pool-2-thread-7|||||INFO|500|| --> HTTP/1.1 200 OK 2022-11-13T04:46:59.841Z||pool-2-thread-8|||||INFO|500|| --> HTTP/1.1 200 OK 2022-11-13T04:47:50.290Z||pool-2-thread-8|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2022-11-13T04:47:50.291Z||pool-2-thread-8|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel. 2022-11-13T04:47:50.292Z||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 Oi7quVEmKWoWd026) ... 2022-11-13T04:47:50.292Z|14cb8a78-2e72-454a-8a15-66ce63b4ff1b|pool-2-thread-4|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2022-11-13T04:47:50.292Z|14cb8a78-2e72-454a-8a15-66ce63b4ff1b|pool-2-thread-4|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel. 2022-11-13T04:47:50.293Z|14cb8a78-2e72-454a-8a15-66ce63b4ff1b|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 Oi7quVEmKWoWd026) ... 2022-11-13T04:47:59.844Z|14cb8a78-2e72-454a-8a15-66ce63b4ff1b|pool-2-thread-4|||||INFO|500|| --> HTTP/1.1 200 OK 2022-11-13T04:47:59.847Z||pool-2-thread-8|||||INFO|500|| --> HTTP/1.1 200 OK 2022-11-13T04:48:50.290Z||pool-2-thread-8|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2022-11-13T04:48:50.291Z||pool-2-thread-8|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel. 2022-11-13T04:48:50.292Z||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 Oi7quVEmKWoWd026) ... 2022-11-13T04:48:50.292Z||pool-2-thread-1|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2022-11-13T04:48:50.292Z||pool-2-thread-1|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel. 2022-11-13T04:48:50.292Z||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 Oi7quVEmKWoWd026) ... 2022-11-13T04:48:59.849Z||pool-2-thread-8|||||INFO|500|| --> HTTP/1.1 200 OK 2022-11-13T04:48:59.849Z||pool-2-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK 2022-11-13T04:49:50.290Z||pool-2-thread-8|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2022-11-13T04:49:50.291Z||pool-2-thread-8|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel. 2022-11-13T04:49:50.291Z||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 Oi7quVEmKWoWd026) ... 2022-11-13T04:49:50.292Z||pool-2-thread-6|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2022-11-13T04:49:50.293Z||pool-2-thread-6|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel. 2022-11-13T04:49:50.294Z||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 Oi7quVEmKWoWd026) ... 2022-11-13T04:49:59.850Z||pool-2-thread-8|||||INFO|500|| --> HTTP/1.1 200 OK 2022-11-13T04:49:59.850Z||pool-2-thread-6|||||INFO|500|| --> HTTP/1.1 200 OK 2022-11-13T04:50:50.290Z||pool-2-thread-8|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2022-11-13T04:50:50.290Z||pool-2-thread-8|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel. 2022-11-13T04:50:50.291Z||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 Oi7quVEmKWoWd026) ... 2022-11-13T04:50:50.292Z||pool-2-thread-2|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2022-11-13T04:50:50.292Z||pool-2-thread-2|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel. 2022-11-13T04:50:50.292Z||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 Oi7quVEmKWoWd026) ... 2022-11-13T04:50:59.838Z||pool-2-thread-2|||||INFO|500|| --> HTTP/1.1 200 OK 2022-11-13T04:50:59.838Z||pool-2-thread-8|||||INFO|500|| --> HTTP/1.1 200 OK 2022-11-13T04:51:50.290Z||pool-2-thread-8|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2022-11-13T04:51:50.291Z||pool-2-thread-8|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel. 2022-11-13T04:51:50.291Z||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 Oi7quVEmKWoWd026) ... 2022-11-13T04:51:50.292Z||pool-2-thread-3|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2022-11-13T04:51:50.293Z||pool-2-thread-3|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel. 2022-11-13T04:51:50.293Z||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 Oi7quVEmKWoWd026) ... 2022-11-13T04:51:59.845Z||pool-2-thread-3|||||INFO|500|| --> HTTP/1.1 200 OK 2022-11-13T04:51:59.848Z||pool-2-thread-8|||||INFO|500|| --> HTTP/1.1 200 OK 2022-11-13T04:52:50.289Z||pool-2-thread-8|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2022-11-13T04:52:50.290Z||pool-2-thread-8|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel. 2022-11-13T04:52:50.290Z||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 Oi7quVEmKWoWd026) ... 2022-11-13T04:52:50.292Z|50d872ba-9036-48e7-864d-0cb3dfcb5f5f|pool-2-thread-9|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2022-11-13T04:52:50.292Z|50d872ba-9036-48e7-864d-0cb3dfcb5f5f|pool-2-thread-9|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel. 2022-11-13T04:52:50.292Z|50d872ba-9036-48e7-864d-0cb3dfcb5f5f|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 Oi7quVEmKWoWd026) ... 2022-11-13T04:52:59.841Z||pool-2-thread-8|||||INFO|500|| --> HTTP/1.1 200 OK 2022-11-13T04:52:59.841Z|50d872ba-9036-48e7-864d-0cb3dfcb5f5f|pool-2-thread-9|||||INFO|500|| --> HTTP/1.1 200 OK 2022-11-13T04:53:50.290Z||pool-2-thread-8|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2022-11-13T04:53:50.291Z||pool-2-thread-8|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel. 2022-11-13T04:53:50.291Z||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 Oi7quVEmKWoWd026) ... 2022-11-13T04:53:50.292Z||pool-2-thread-6|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2022-11-13T04:53:50.292Z||pool-2-thread-6|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel. 2022-11-13T04:53:50.293Z||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 Oi7quVEmKWoWd026) ... 2022-11-13T04:53:59.839Z||pool-2-thread-8|||||INFO|500|| --> HTTP/1.1 200 OK 2022-11-13T04:53:59.841Z||pool-2-thread-6|||||INFO|500|| --> HTTP/1.1 200 OK 2022-11-13T04:54:50.290Z||pool-2-thread-8|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2022-11-13T04:54:50.291Z||pool-2-thread-8|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel. 2022-11-13T04:54:50.291Z||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 Oi7quVEmKWoWd026) ... 2022-11-13T04:54:50.292Z|14cb8a78-2e72-454a-8a15-66ce63b4ff1b|pool-2-thread-4|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2022-11-13T04:54:50.292Z|14cb8a78-2e72-454a-8a15-66ce63b4ff1b|pool-2-thread-4|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel. 2022-11-13T04:54:50.292Z|14cb8a78-2e72-454a-8a15-66ce63b4ff1b|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 Oi7quVEmKWoWd026) ... 2022-11-13T04:54:59.842Z|14cb8a78-2e72-454a-8a15-66ce63b4ff1b|pool-2-thread-4|||||INFO|500|| --> HTTP/1.1 200 OK 2022-11-13T04:54:59.846Z||pool-2-thread-8|||||INFO|500|| --> HTTP/1.1 200 OK 2022-11-13T04:55:50.290Z||pool-2-thread-8|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2022-11-13T04:55:50.290Z||pool-2-thread-8|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel. 2022-11-13T04:55:50.291Z||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 Oi7quVEmKWoWd026) ... 2022-11-13T04:55:50.292Z|14cb8a78-2e72-454a-8a15-66ce63b4ff1b|pool-2-thread-4|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2022-11-13T04:55:50.292Z|14cb8a78-2e72-454a-8a15-66ce63b4ff1b|pool-2-thread-4|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel. 2022-11-13T04:55:50.292Z|14cb8a78-2e72-454a-8a15-66ce63b4ff1b|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 Oi7quVEmKWoWd026) ... 2022-11-13T04:55:59.836Z||pool-2-thread-8|||||INFO|500|| --> HTTP/1.1 200 OK 2022-11-13T04:55:59.836Z|14cb8a78-2e72-454a-8a15-66ce63b4ff1b|pool-2-thread-4|||||INFO|500|| --> HTTP/1.1 200 OK 2022-11-13T04:56:50.290Z||pool-2-thread-8|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2022-11-13T04:56:50.292Z|50d872ba-9036-48e7-864d-0cb3dfcb5f5f|pool-2-thread-9|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2022-11-13T04:56:50.292Z||pool-2-thread-8|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel. 2022-11-13T04:56:50.292Z||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 Oi7quVEmKWoWd026) ... 2022-11-13T04:56:50.292Z|50d872ba-9036-48e7-864d-0cb3dfcb5f5f|pool-2-thread-9|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel. 2022-11-13T04:56:50.292Z|50d872ba-9036-48e7-864d-0cb3dfcb5f5f|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 Oi7quVEmKWoWd026) ... 2022-11-13T04:56:59.853Z|50d872ba-9036-48e7-864d-0cb3dfcb5f5f|pool-2-thread-9|||||INFO|500|| --> HTTP/1.1 200 OK 2022-11-13T04:56:59.860Z||pool-2-thread-8|||||INFO|500|| --> HTTP/1.1 200 OK 2022-11-13T04:57:50.290Z||pool-2-thread-8|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2022-11-13T04:57:50.291Z||pool-2-thread-8|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel. 2022-11-13T04:57:50.291Z||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 Oi7quVEmKWoWd026) ... 2022-11-13T04:57:50.292Z|50d872ba-9036-48e7-864d-0cb3dfcb5f5f|pool-2-thread-9|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2022-11-13T04:57:50.292Z|50d872ba-9036-48e7-864d-0cb3dfcb5f5f|pool-2-thread-9|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel. 2022-11-13T04:57:50.292Z|50d872ba-9036-48e7-864d-0cb3dfcb5f5f|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 Oi7quVEmKWoWd026) ... 2022-11-13T04:57:59.861Z|50d872ba-9036-48e7-864d-0cb3dfcb5f5f|pool-2-thread-9|||||INFO|500|| --> HTTP/1.1 200 OK 2022-11-13T04:57:59.861Z||pool-2-thread-8|||||INFO|500|| --> HTTP/1.1 200 OK 2022-11-13T04:58:50.290Z||pool-2-thread-8|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2022-11-13T04:58:50.291Z||pool-2-thread-8|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel. 2022-11-13T04:58:50.291Z||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 Oi7quVEmKWoWd026) ... 2022-11-13T04:58:50.292Z||pool-2-thread-1|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2022-11-13T04:58:50.292Z||pool-2-thread-1|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel. 2022-11-13T04:58:50.292Z||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 Oi7quVEmKWoWd026) ... 2022-11-13T04:58:59.839Z||pool-2-thread-8|||||INFO|500|| --> HTTP/1.1 200 OK 2022-11-13T04:58:59.839Z||pool-2-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK 2022-11-13T04:59:50.290Z||pool-2-thread-8|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2022-11-13T04:59:50.291Z||pool-2-thread-8|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel. 2022-11-13T04:59:50.291Z||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 Oi7quVEmKWoWd026) ... 2022-11-13T04:59:50.292Z|14cb8a78-2e72-454a-8a15-66ce63b4ff1b|pool-2-thread-4|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2022-11-13T04:59:50.292Z|14cb8a78-2e72-454a-8a15-66ce63b4ff1b|pool-2-thread-4|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel. 2022-11-13T04:59:50.292Z|14cb8a78-2e72-454a-8a15-66ce63b4ff1b|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 Oi7quVEmKWoWd026) ... 2022-11-13T04:59:59.842Z||pool-2-thread-8|||||INFO|500|| --> HTTP/1.1 200 OK 2022-11-13T04:59:59.842Z|14cb8a78-2e72-454a-8a15-66ce63b4ff1b|pool-2-thread-4|||||INFO|500|| --> HTTP/1.1 200 OK