JVM Arguments: -Dspring.profiles.active=basic -Djava.security.egd=file:/dev/./urandom -Dlogs_dir=./logs/sdc/ -Dlogging.config=/app/logback-spring.xml -Djavax.net.ssl.trustStore=/opt/app/osaaf/local/truststoreONAPall.jks -Djavax.net.ssl.trustStorePassword=changeit -Dspring.config.additional-location=/app/config/override.yaml . ____ _ __ _ _ /\\ / ___'_ __ _ _(_)_ __ __ _ \ \ \ \ ( ( )\___ | '_ | '_| | '_ \/ _` | \ \ \ \ \\/ ___)| |_)| | | | | || (_| | ) ) ) ) ' |____| .__|_| |_|_| |_\__, | / / / / =========|_|==============|___/=/_/_/_/ :: Spring Boot :: (v2.3.7.RELEASE) 2023-02-22T10:00:14.476Z||main|||||INFO|500||The following profiles are active: basic 2023-02-22T10:00:26.212Z||main|||||INFO|500||Starting service [Tomcat] 2023-02-22T10:00:26.213Z||main|||||INFO|500||Starting Servlet engine: [Apache Tomcat/9.0.41] 2023-02-22T10:00:26.323Z||main|||||INFO|500||Initializing Spring embedded WebApplicationContext 2023-02-22T10:00:30.620Z||main|||||INFO|500||catdb-pool - Starting... 2023-02-22T10:00:30.990Z||main|||||INFO|500||catdb-pool - Start completed. 2023-02-22T10:00:31.427Z||main|||||INFO|500||reqdb-pool - Starting... 2023-02-22T10:00:31.432Z||main|||||INFO|500||reqdb-pool - Start completed. 2023-02-22T10:00:31.549Z||main|||||INFO|500||HHH000204: Processing PersistenceUnitInfo [name: requestDB] 2023-02-22T10:00:31.823Z||main|||||INFO|500||HHH000412: Hibernate ORM core version 5.4.25.Final 2023-02-22T10:00:32.412Z||main|||||INFO|500||HCANN000001: Hibernate Commons Annotations {5.1.2.Final} 2023-02-22T10:00:34.242Z||main|||||INFO|500||HHH000400: Using dialect: org.hibernate.dialect.MariaDB103Dialect 2023-02-22T10:00:36.605Z||main|||||INFO|500||HHH000490: Using JtaPlatform implementation: [org.hibernate.engine.transaction.jta.platform.internal.NoJtaPlatform] 2023-02-22T10:00:36.673Z||main|||||INFO|500||HHH000204: Processing PersistenceUnitInfo [name: catalogDB] 2023-02-22T10:00:37.335Z||main|||||INFO|500||HHH000400: Using dialect: org.hibernate.dialect.MariaDB103Dialect 2023-02-22T10:00:37.620Z||main|||||WARN|500||HHH000491: The [heatTemplates] association in the [org.onap.so.db.catalog.beans.VnfResource] entity uses both @NotFound(action = NotFoundAction.IGNORE) and FetchType.LAZY. The NotFoundAction.IGNORE @ManyToOne and @OneToOne associations are always fetched eagerly. 2023-02-22T10:00:38.936Z||main|||||INFO|500||HHH000490: Using JtaPlatform implementation: [org.hibernate.engine.transaction.jta.platform.internal.NoJtaPlatform] 2023-02-22T10:00:40.030Z||main|||||DEBUG|500||SDC ActivitySpec endpoint: http://sdc-wfd-be:8080 2023-02-22T10:00:40.048Z||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$$30e71889.deployActivities() at org.onap.so.asdc.Application.deployActivities(Application.java:52) at java.base/jdk.internal.reflect.NativeMethodAccessorImpl.invoke0(Native Method) at java.base/jdk.internal.reflect.NativeMethodAccessorImpl.invoke(Unknown Source) at java.base/jdk.internal.reflect.DelegatingMethodAccessorImpl.invoke(Unknown Source) at java.base/java.lang.reflect.Method.invoke(Unknown Source) at org.springframework.beans.factory.annotation.InitDestroyAnnotationBeanPostProcessor$LifecycleElement.invoke(InitDestroyAnnotationBeanPostProcessor.java:389) at org.springframework.beans.factory.annotation.InitDestroyAnnotationBeanPostProcessor$LifecycleMetadata.invokeInitMethods(InitDestroyAnnotationBeanPostProcessor.java:333) at org.springframework.beans.factory.annotation.InitDestroyAnnotationBeanPostProcessor.postProcessBeforeInitialization(InitDestroyAnnotationBeanPostProcessor.java:157) at org.springframework.beans.factory.support.AbstractAutowireCapableBeanFactory.applyBeanPostProcessorsBeforeInitialization(AbstractAutowireCapableBeanFactory.java:415) at org.springframework.beans.factory.support.AbstractAutowireCapableBeanFactory.initializeBean(AbstractAutowireCapableBeanFactory.java:1786) at org.springframework.beans.factory.support.AbstractAutowireCapableBeanFactory.doCreateBean(AbstractAutowireCapableBeanFactory.java:594) at org.springframework.beans.factory.support.AbstractAutowireCapableBeanFactory.createBean(AbstractAutowireCapableBeanFactory.java:516) at org.springframework.beans.factory.support.AbstractBeanFactory.lambda$doGetBean$0(AbstractBeanFactory.java:324) at org.springframework.beans.factory.support.DefaultSingletonBeanRegistry.getSingleton(DefaultSingletonBeanRegistry.java:234) at org.springframework.beans.factory.support.AbstractBeanFactory.doGetBean(AbstractBeanFactory.java:322) at org.springframework.beans.factory.support.AbstractBeanFactory.getBean(AbstractBeanFactory.java:202) at org.springframework.beans.factory.support.DefaultListableBeanFactory.preInstantiateSingletons(DefaultListableBeanFactory.java:897) at org.springframework.context.support.AbstractApplicationContext.finishBeanFactoryInitialization(AbstractApplicationContext.java:879) at org.springframework.context.support.AbstractApplicationContext.refresh(AbstractApplicationContext.java:551) at org.springframework.boot.web.servlet.context.ServletWebServerApplicationContext.refresh(ServletWebServerApplicationContext.java:143) at org.springframework.boot.SpringApplication.refresh(SpringApplication.java:758) at org.springframework.boot.SpringApplication.refresh(SpringApplication.java:750) at org.springframework.boot.SpringApplication.refreshContext(SpringApplication.java:405) at org.springframework.boot.SpringApplication.run(SpringApplication.java:315) at org.springframework.boot.SpringApplication.run(SpringApplication.java:1237) at org.springframework.boot.SpringApplication.run(SpringApplication.java:1226) at org.onap.so.asdc.Application.main(Application.java:60) at java.base/jdk.internal.reflect.NativeMethodAccessorImpl.invoke0(Native Method) at java.base/jdk.internal.reflect.NativeMethodAccessorImpl.invoke(Unknown Source) at java.base/jdk.internal.reflect.DelegatingMethodAccessorImpl.invoke(Unknown Source) at java.base/java.lang.reflect.Method.invoke(Unknown Source) at org.springframework.boot.loader.MainMethodRunner.run(MainMethodRunner.java:49) at org.springframework.boot.loader.Launcher.launch(Launcher.java:107) at org.springframework.boot.loader.Launcher.launch(Launcher.java:58) at org.springframework.boot.loader.JarLauncher.main(JarLauncher.java:88) 2023-02-22T10:00:40.049Z||main|||||WARN|500||The sdc end point is not alive 2023-02-22T10:00:43.466Z||main|||||WARN|500||spring.jpa.open-in-view is enabled by default. Therefore, database queries may be performed during view rendering. Explicitly configure spring.jpa.open-in-view to disable this warning 2023-02-22T10:00:46.267Z||main|||||WARN|500||--- 2023-02-22T10:00:46.267Z||main|||||WARN|500||Spring Data REST HAL Browser is deprecated! Prefer the HAL Explorer (artifactId: spring-data-rest-hal-explorer)! 2023-02-22T10:00:46.268Z||main|||||WARN|500||--- 2023-02-22T10:00:46.748Z||main|||||DEBUG|500||Injecting class org.onap.so.security.SoBasicHttpSecurityConfigurer configuration ... 2023-02-22T10:00:51.960Z||main|||||INFO|500||Started Application in 40.593 seconds (JVM running for 42.682) 2023-02-22T10:00:51.981Z||scheduling-1|||||INFO|500||org.onap.so.asdc.client.ASDCController not running will try to initialize it, currrent status: STOPPED 2023-02-22T10:00:51.983Z||scheduling-1|||||DEBUG|500||Initialize the ASDC Controller 2023-02-22T10:00:51.996Z||scheduling-1|||||INFO|500||DistributionClient - init 2023-02-22T10:00:52.023Z||scheduling-1|||||DEBUG|500||get ueb cluster server list from component(configuration file) 2023-02-22T10:00:52.064Z||scheduling-1|||||DEBUG|500||about to perform getServerList. requestId= e833c5f5-a697-4ceb-82fc-cbc03b6bdb38 url= /sdc/v1/artifactTypes 2023-02-22T10:00:52.065Z||scheduling-1|||||DEBUG|500||url to send https://sdc-be.onap:8443/sdc/v1/artifactTypes 2023-02-22T10:00:52.318Z||scheduling-1|||||DEBUG|500||GET Response Status 200 2023-02-22T10:00:52.347Z||scheduling-1|||||DEBUG|500||Artifact types: [HEAT, HEAT_ARTIFACT, HEAT_ENV, HEAT_NESTED, HEAT_NET, HEAT_VOL, OTHER, TOSCA_CSAR, VF_MODULES_METADATA, WORKFLOW, CLOUD_TECHNOLOGY_SPECIFIC_ARTIFACT, HELM] were validated with ASDC server 2023-02-22T10:00:52.398Z||scheduling-1|||||DEBUG|500||create keys 2023-02-22T10:00:52.405Z||scheduling-1|||||INFO|500||POST http://message-router.onap:3904/apiKeys/create (anonymous) ... 2023-02-22T10:00:52.444Z||scheduling-1|||||INFO|500|| --> HTTP/1.1 200 OK 2023-02-22T10:00:52.461Z||scheduling-1|||||DEBUG|500||about to perform registerAsdcTopics. requestId= cdcc4ce6-4ded-45e8-b576-fdc14da86ce3 url= /sdc/v1/registerForDistribution 2023-02-22T10:00:52.600Z||scheduling-1|||||DEBUG|500||registerAsdcTopics response= 200. requestId= cdcc4ce6-4ded-45e8-b576-fdc14da86ce3 url= /sdc/v1/registerForDistribution 2023-02-22T10:00:52.601Z||scheduling-1|||||INFO|500||start DistributionClient 2023-02-22T10:00:52.610Z||pool-2-thread-1|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2023-02-22T10:00:52.611Z||pool-2-thread-2|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2023-02-22T10:00:52.614Z||scheduling-1|||||INFO|500||ASDC_INIT_ASDC_CLIENT_SUC ASDC changeControllerStatus 2023-02-22T10:00:52.621Z||pool-2-thread-1|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel. 2023-02-22T10:00:52.623Z||pool-2-thread-2|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel. 2023-02-22T10:00:52.625Z||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 sXwXLxdJNt84opGN) ... 2023-02-22T10:00:52.625Z||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 sXwXLxdJNt84opGN) ... 2023-02-22T10:01:02.977Z||pool-2-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK 2023-02-22T10:01:02.992Z||pool-2-thread-2|||||INFO|500|| --> HTTP/1.1 200 OK 2023-02-22T10:01:52.608Z||pool-2-thread-1|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2023-02-22T10:01:52.609Z||pool-2-thread-3|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2023-02-22T10:01:52.610Z||pool-2-thread-3|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel. 2023-02-22T10:01:52.610Z||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 sXwXLxdJNt84opGN) ... 2023-02-22T10:01:52.613Z||pool-2-thread-1|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel. 2023-02-22T10:01:52.614Z||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 sXwXLxdJNt84opGN) ... 2023-02-22T10:02:02.169Z||pool-2-thread-3|||||INFO|500|| --> HTTP/1.1 200 OK 2023-02-22T10:02:02.174Z||pool-2-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK 2023-02-22T10:02:52.608Z||pool-2-thread-4|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2023-02-22T10:02:52.609Z||pool-2-thread-2|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2023-02-22T10:02:52.610Z||pool-2-thread-2|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel. 2023-02-22T10:02:52.611Z||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 sXwXLxdJNt84opGN) ... 2023-02-22T10:02:52.611Z||pool-2-thread-4|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel. 2023-02-22T10:02:52.611Z||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 sXwXLxdJNt84opGN) ... 2023-02-22T10:03:02.160Z||pool-2-thread-2|||||INFO|500|| --> HTTP/1.1 200 OK 2023-02-22T10:03:02.160Z||pool-2-thread-4|||||INFO|500|| --> HTTP/1.1 200 OK 2023-02-22T10:03:52.607Z||pool-2-thread-3|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2023-02-22T10:03:52.608Z||pool-2-thread-3|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel. 2023-02-22T10:03:52.608Z||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 sXwXLxdJNt84opGN) ... 2023-02-22T10:03:52.609Z||pool-2-thread-1|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2023-02-22T10:03:52.609Z||pool-2-thread-1|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel. 2023-02-22T10:03:52.612Z||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 sXwXLxdJNt84opGN) ... 2023-02-22T10:04:02.172Z||pool-2-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK 2023-02-22T10:04:02.219Z||pool-2-thread-3|||||INFO|500|| --> HTTP/1.1 200 OK 2023-02-22T10:04:52.607Z||pool-2-thread-5|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2023-02-22T10:04:52.608Z||pool-2-thread-5|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel. 2023-02-22T10:04:52.609Z||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 sXwXLxdJNt84opGN) ... 2023-02-22T10:04:52.609Z||pool-2-thread-6|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2023-02-22T10:04:52.610Z||pool-2-thread-6|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel. 2023-02-22T10:04:52.611Z||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 sXwXLxdJNt84opGN) ... 2023-02-22T10:05:02.154Z||pool-2-thread-6|||||INFO|500|| --> HTTP/1.1 200 OK 2023-02-22T10:05:02.161Z||pool-2-thread-5|||||INFO|500|| --> HTTP/1.1 200 OK 2023-02-22T10:05:52.607Z||pool-2-thread-5|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2023-02-22T10:05:52.608Z||pool-2-thread-5|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel. 2023-02-22T10:05:52.608Z||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 sXwXLxdJNt84opGN) ... 2023-02-22T10:05:52.609Z||pool-2-thread-6|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2023-02-22T10:05:52.610Z||pool-2-thread-6|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel. 2023-02-22T10:05:52.610Z||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 sXwXLxdJNt84opGN) ... 2023-02-22T10:06:02.158Z||pool-2-thread-6|||||INFO|500|| --> HTTP/1.1 200 OK 2023-02-22T10:06:02.158Z||pool-2-thread-5|||||INFO|500|| --> HTTP/1.1 200 OK 2023-02-22T10:06:52.607Z||pool-2-thread-9|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2023-02-22T10:06:52.608Z||pool-2-thread-9|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel. 2023-02-22T10:06:52.609Z||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 sXwXLxdJNt84opGN) ... 2023-02-22T10:06:52.609Z||pool-2-thread-3|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2023-02-22T10:06:52.610Z||pool-2-thread-3|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel. 2023-02-22T10:06:52.610Z||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 sXwXLxdJNt84opGN) ... 2023-02-22T10:07:02.161Z||pool-2-thread-3|||||INFO|500|| --> HTTP/1.1 200 OK 2023-02-22T10:07:02.161Z||pool-2-thread-9|||||INFO|500|| --> HTTP/1.1 200 OK 2023-02-22T10:07:52.607Z||pool-2-thread-9|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2023-02-22T10:07:52.609Z||pool-2-thread-7|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2023-02-22T10:07:52.609Z||pool-2-thread-9|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel. 2023-02-22T10:07:52.610Z||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 sXwXLxdJNt84opGN) ... 2023-02-22T10:07:52.610Z||pool-2-thread-7|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel. 2023-02-22T10:07:52.610Z||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 sXwXLxdJNt84opGN) ... 2023-02-22T10:08:02.156Z||pool-2-thread-9|||||INFO|500|| --> HTTP/1.1 200 OK 2023-02-22T10:08:02.159Z||pool-2-thread-7|||||INFO|500|| --> HTTP/1.1 200 OK 2023-02-22T10:08:52.607Z||pool-2-thread-9|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2023-02-22T10:08:52.608Z||pool-2-thread-9|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel. 2023-02-22T10:08:52.609Z||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 sXwXLxdJNt84opGN) ... 2023-02-22T10:08:52.609Z||pool-2-thread-8|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2023-02-22T10:08:52.609Z||pool-2-thread-8|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel. 2023-02-22T10:08:52.610Z||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 sXwXLxdJNt84opGN) ... 2023-02-22T10:09:02.169Z||pool-2-thread-8|||||INFO|500|| --> HTTP/1.1 200 OK 2023-02-22T10:09:02.210Z||pool-2-thread-9|||||INFO|500|| --> HTTP/1.1 200 OK 2023-02-22T10:09:52.610Z||pool-2-thread-9|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2023-02-22T10:09:52.610Z||pool-2-thread-8|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2023-02-22T10:09:52.613Z||pool-2-thread-9|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel. 2023-02-22T10:09:52.613Z||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 sXwXLxdJNt84opGN) ... 2023-02-22T10:09:52.613Z||pool-2-thread-8|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel. 2023-02-22T10:09:52.614Z||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 sXwXLxdJNt84opGN) ... 2023-02-22T10:10:02.170Z||pool-2-thread-9|||||INFO|500|| --> HTTP/1.1 200 OK 2023-02-22T10:10:02.170Z||pool-2-thread-8|||||INFO|500|| --> HTTP/1.1 200 OK 2023-02-22T10:10:46.318Z||http-nio-8085-exec-1|||||INFO|500||Initializing Spring DispatcherServlet 'dispatcherServlet' 2023-02-22T10:10:52.607Z||pool-2-thread-8|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2023-02-22T10:10:52.608Z||pool-2-thread-8|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel. 2023-02-22T10:10:52.608Z||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 sXwXLxdJNt84opGN) ... 2023-02-22T10:10:52.609Z||pool-2-thread-9|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2023-02-22T10:10:52.609Z||pool-2-thread-9|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel. 2023-02-22T10:10:52.609Z||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 sXwXLxdJNt84opGN) ... 2023-02-22T10:11:02.171Z||pool-2-thread-8|||||INFO|500|| --> HTTP/1.1 200 OK 2023-02-22T10:11:02.180Z||pool-2-thread-9|||||INFO|500|| --> HTTP/1.1 200 OK 2023-02-22T10:11:52.607Z||pool-2-thread-8|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2023-02-22T10:11:52.608Z||pool-2-thread-8|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel. 2023-02-22T10:11:52.608Z||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 sXwXLxdJNt84opGN) ... 2023-02-22T10:11:52.609Z||pool-2-thread-4|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2023-02-22T10:11:52.610Z||pool-2-thread-4|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel. 2023-02-22T10:11:52.610Z||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 sXwXLxdJNt84opGN) ... 2023-02-22T10:12:02.172Z||pool-2-thread-4|||||INFO|500|| --> HTTP/1.1 200 OK 2023-02-22T10:12:02.172Z||pool-2-thread-8|||||INFO|500|| --> HTTP/1.1 200 OK 2023-02-22T10:12:52.607Z||pool-2-thread-8|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2023-02-22T10:12:52.608Z||pool-2-thread-8|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel. 2023-02-22T10:12:52.608Z||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 sXwXLxdJNt84opGN) ... 2023-02-22T10:12:52.609Z||pool-2-thread-4|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2023-02-22T10:12:52.609Z||pool-2-thread-4|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel. 2023-02-22T10:12:52.609Z||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 sXwXLxdJNt84opGN) ... 2023-02-22T10:13:02.159Z||pool-2-thread-8|||||INFO|500|| --> HTTP/1.1 200 OK 2023-02-22T10:13:02.163Z||pool-2-thread-4|||||INFO|500|| --> HTTP/1.1 200 OK 2023-02-22T10:13:52.607Z||pool-2-thread-8|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2023-02-22T10:13:52.608Z||pool-2-thread-8|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel. 2023-02-22T10:13:52.608Z||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 sXwXLxdJNt84opGN) ... 2023-02-22T10:13:52.609Z||pool-2-thread-10|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2023-02-22T10:13:52.609Z||pool-2-thread-10|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel. 2023-02-22T10:13:52.610Z||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 sXwXLxdJNt84opGN) ... 2023-02-22T10:14:02.156Z||pool-2-thread-8|||||INFO|500|| --> HTTP/1.1 200 OK 2023-02-22T10:14:02.168Z||pool-2-thread-10|||||INFO|500|| --> HTTP/1.1 200 OK 2023-02-22T10:14:52.607Z||pool-2-thread-8|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2023-02-22T10:14:52.608Z||pool-2-thread-8|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel. 2023-02-22T10:14:52.608Z||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 sXwXLxdJNt84opGN) ... 2023-02-22T10:14:52.609Z||pool-2-thread-3|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2023-02-22T10:14:52.609Z||pool-2-thread-3|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel. 2023-02-22T10:14:52.609Z||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 sXwXLxdJNt84opGN) ... 2023-02-22T10:15:02.153Z||pool-2-thread-3|||||INFO|500|| --> HTTP/1.1 200 OK 2023-02-22T10:15:02.154Z||pool-2-thread-8|||||INFO|500|| --> HTTP/1.1 200 OK 2023-02-22T10:15:52.607Z||pool-2-thread-8|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2023-02-22T10:15:52.609Z||pool-2-thread-8|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel. 2023-02-22T10:15:52.609Z||pool-2-thread-1|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2023-02-22T10:15:52.609Z||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 sXwXLxdJNt84opGN) ... 2023-02-22T10:15:52.609Z||pool-2-thread-1|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel. 2023-02-22T10:15:52.609Z||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 sXwXLxdJNt84opGN) ... 2023-02-22T10:16:02.155Z||pool-2-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK 2023-02-22T10:16:02.155Z||pool-2-thread-8|||||INFO|500|| --> HTTP/1.1 200 OK 2023-02-22T10:16:52.607Z||pool-2-thread-8|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2023-02-22T10:16:52.608Z||pool-2-thread-8|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel. 2023-02-22T10:16:52.608Z||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 sXwXLxdJNt84opGN) ... 2023-02-22T10:16:52.609Z||pool-2-thread-4|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2023-02-22T10:16:52.609Z||pool-2-thread-4|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel. 2023-02-22T10:16:52.609Z||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 sXwXLxdJNt84opGN) ... 2023-02-22T10:17:02.166Z||pool-2-thread-4|||||INFO|500|| --> HTTP/1.1 200 OK 2023-02-22T10:17:02.166Z||pool-2-thread-8|||||INFO|500|| --> HTTP/1.1 200 OK 2023-02-22T10:17:52.607Z||pool-2-thread-8|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2023-02-22T10:17:52.609Z||pool-2-thread-10|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2023-02-22T10:17:52.609Z||pool-2-thread-8|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel. 2023-02-22T10:17:52.609Z||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 sXwXLxdJNt84opGN) ... 2023-02-22T10:17:52.609Z||pool-2-thread-10|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel. 2023-02-22T10:17:52.610Z||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 sXwXLxdJNt84opGN) ... 2023-02-22T10:18:02.158Z||pool-2-thread-10|||||INFO|500|| --> HTTP/1.1 200 OK 2023-02-22T10:18:02.158Z||pool-2-thread-8|||||INFO|500|| --> HTTP/1.1 200 OK 2023-02-22T10:18:52.607Z||pool-2-thread-8|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2023-02-22T10:18:52.608Z||pool-2-thread-8|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel. 2023-02-22T10:18:52.609Z||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 sXwXLxdJNt84opGN) ... 2023-02-22T10:18:52.609Z||pool-2-thread-3|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2023-02-22T10:18:52.610Z||pool-2-thread-3|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel. 2023-02-22T10:18:52.610Z||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 sXwXLxdJNt84opGN) ... 2023-02-22T10:19:02.161Z||pool-2-thread-3|||||INFO|500|| --> HTTP/1.1 200 OK 2023-02-22T10:19:02.163Z||pool-2-thread-8|||||INFO|500|| --> HTTP/1.1 200 OK 2023-02-22T10:19:52.607Z||pool-2-thread-8|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2023-02-22T10:19:52.608Z||pool-2-thread-8|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel. 2023-02-22T10:19:52.609Z||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 sXwXLxdJNt84opGN) ... 2023-02-22T10:19:52.609Z||pool-2-thread-1|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2023-02-22T10:19:52.609Z||pool-2-thread-1|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel. 2023-02-22T10:19:52.610Z||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 sXwXLxdJNt84opGN) ... 2023-02-22T10:20:02.152Z||pool-2-thread-8|||||INFO|500|| --> HTTP/1.1 200 OK 2023-02-22T10:20:02.162Z||pool-2-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK 2023-02-22T10:20:52.607Z||pool-2-thread-8|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2023-02-22T10:20:52.608Z||pool-2-thread-8|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel. 2023-02-22T10:20:52.608Z||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 sXwXLxdJNt84opGN) ... 2023-02-22T10:20:52.609Z||pool-2-thread-4|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2023-02-22T10:20:52.609Z||pool-2-thread-4|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel. 2023-02-22T10:20:52.609Z||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 sXwXLxdJNt84opGN) ... 2023-02-22T10:21:02.152Z||pool-2-thread-8|||||INFO|500|| --> HTTP/1.1 200 OK 2023-02-22T10:21:02.159Z||pool-2-thread-4|||||INFO|500|| --> HTTP/1.1 200 OK 2023-02-22T10:21:52.607Z||pool-2-thread-8|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2023-02-22T10:21:52.608Z||pool-2-thread-8|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel. 2023-02-22T10:21:52.608Z||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 sXwXLxdJNt84opGN) ... 2023-02-22T10:21:52.609Z||pool-2-thread-7|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2023-02-22T10:21:52.610Z||pool-2-thread-7|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel. 2023-02-22T10:21:52.610Z||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 sXwXLxdJNt84opGN) ... 2023-02-22T10:22:02.179Z||pool-2-thread-7|||||INFO|500|| --> HTTP/1.1 200 OK 2023-02-22T10:22:02.180Z||pool-2-thread-8|||||INFO|500|| --> HTTP/1.1 200 OK 2023-02-22T10:22:52.607Z||pool-2-thread-8|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2023-02-22T10:22:52.608Z||pool-2-thread-8|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel. 2023-02-22T10:22:52.608Z||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 sXwXLxdJNt84opGN) ... 2023-02-22T10:22:52.609Z||pool-2-thread-6|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2023-02-22T10:22:52.609Z||pool-2-thread-6|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel. 2023-02-22T10:22:52.609Z||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 sXwXLxdJNt84opGN) ... 2023-02-22T10:23:02.158Z||pool-2-thread-6|||||INFO|500|| --> HTTP/1.1 200 OK 2023-02-22T10:23:02.158Z||pool-2-thread-8|||||INFO|500|| --> HTTP/1.1 200 OK 2023-02-22T10:23:52.607Z||pool-2-thread-6|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2023-02-22T10:23:52.609Z||pool-2-thread-6|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel. 2023-02-22T10:23:52.609Z||pool-2-thread-1|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2023-02-22T10:23:52.609Z||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 sXwXLxdJNt84opGN) ... 2023-02-22T10:23:52.609Z||pool-2-thread-1|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel. 2023-02-22T10:23:52.609Z||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 sXwXLxdJNt84opGN) ... 2023-02-22T10:24:02.157Z||pool-2-thread-6|||||INFO|500|| --> HTTP/1.1 200 OK 2023-02-22T10:24:02.158Z||pool-2-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK 2023-02-22T10:24:52.607Z||pool-2-thread-6|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2023-02-22T10:24:52.608Z||pool-2-thread-6|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel. 2023-02-22T10:24:52.609Z||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 sXwXLxdJNt84opGN) ... 2023-02-22T10:24:52.609Z||pool-2-thread-4|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2023-02-22T10:24:52.610Z||pool-2-thread-4|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel. 2023-02-22T10:24:52.610Z||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 sXwXLxdJNt84opGN) ... 2023-02-22T10:25:02.160Z||pool-2-thread-4|||||INFO|500|| --> HTTP/1.1 200 OK 2023-02-22T10:25:02.160Z||pool-2-thread-6|||||INFO|500|| --> HTTP/1.1 200 OK 2023-02-22T10:25:52.607Z||pool-2-thread-6|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2023-02-22T10:25:52.608Z||pool-2-thread-6|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel. 2023-02-22T10:25:52.609Z||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 sXwXLxdJNt84opGN) ... 2023-02-22T10:25:52.609Z||pool-2-thread-5|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2023-02-22T10:25:52.610Z||pool-2-thread-5|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel. 2023-02-22T10:25:52.610Z||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 sXwXLxdJNt84opGN) ... 2023-02-22T10:26:02.165Z||pool-2-thread-6|||||INFO|500|| --> HTTP/1.1 200 OK 2023-02-22T10:26:02.165Z||pool-2-thread-5|||||INFO|500|| --> HTTP/1.1 200 OK 2023-02-22T10:26:52.607Z||pool-2-thread-5|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2023-02-22T10:26:52.609Z||pool-2-thread-5|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel. 2023-02-22T10:26:52.609Z||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 sXwXLxdJNt84opGN) ... 2023-02-22T10:26:52.609Z||pool-2-thread-3|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2023-02-22T10:26:52.610Z||pool-2-thread-3|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel. 2023-02-22T10:26:52.610Z||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 sXwXLxdJNt84opGN) ... 2023-02-22T10:27:02.158Z||pool-2-thread-5|||||INFO|500|| --> HTTP/1.1 200 OK 2023-02-22T10:27:02.158Z||pool-2-thread-3|||||INFO|500|| --> HTTP/1.1 200 OK 2023-02-22T10:27:52.607Z||pool-2-thread-5|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2023-02-22T10:27:52.608Z||pool-2-thread-5|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel. 2023-02-22T10:27:52.608Z||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 sXwXLxdJNt84opGN) ... 2023-02-22T10:27:52.609Z||pool-2-thread-9|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2023-02-22T10:27:52.609Z||pool-2-thread-9|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel. 2023-02-22T10:27:52.609Z||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 sXwXLxdJNt84opGN) ... 2023-02-22T10:28:02.161Z||pool-2-thread-9|||||INFO|500|| --> HTTP/1.1 200 OK 2023-02-22T10:28:02.172Z||pool-2-thread-5|||||INFO|500|| --> HTTP/1.1 200 OK 2023-02-22T10:28:52.607Z||pool-2-thread-10|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2023-02-22T10:28:52.608Z||pool-2-thread-10|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel. 2023-02-22T10:28:52.608Z||pool-2-thread-10|||||INFO|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 (as sXwXLxdJNt84opGN) ... 2023-02-22T10:28:52.609Z||pool-2-thread-4|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2023-02-22T10:28:52.609Z||pool-2-thread-4|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel. 2023-02-22T10:28:52.609Z||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 sXwXLxdJNt84opGN) ... 2023-02-22T10:29:02.160Z||pool-2-thread-10|||||INFO|500|| --> HTTP/1.1 200 OK 2023-02-22T10:29:02.166Z||pool-2-thread-4|||||INFO|500|| --> HTTP/1.1 200 OK 2023-02-22T10:29:52.607Z||pool-2-thread-10|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2023-02-22T10:29:52.608Z||pool-2-thread-10|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel. 2023-02-22T10:29:52.608Z||pool-2-thread-10|||||INFO|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 (as sXwXLxdJNt84opGN) ... 2023-02-22T10:29:52.609Z||pool-2-thread-8|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2023-02-22T10:29:52.609Z||pool-2-thread-8|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel. 2023-02-22T10:29:52.610Z||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 sXwXLxdJNt84opGN) ... 2023-02-22T10:30:02.158Z||pool-2-thread-10|||||INFO|500|| --> HTTP/1.1 200 OK 2023-02-22T10:30:02.158Z||pool-2-thread-8|||||INFO|500|| --> HTTP/1.1 200 OK 2023-02-22T10:30:52.607Z||pool-2-thread-10|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2023-02-22T10:30:52.608Z||pool-2-thread-10|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel. 2023-02-22T10:30:52.608Z||pool-2-thread-10|||||INFO|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 (as sXwXLxdJNt84opGN) ... 2023-02-22T10:30:52.609Z||pool-2-thread-2|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2023-02-22T10:30:52.610Z||pool-2-thread-2|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel. 2023-02-22T10:30:52.610Z||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 sXwXLxdJNt84opGN) ... 2023-02-22T10:31:02.163Z||pool-2-thread-2|||||INFO|500|| --> HTTP/1.1 200 OK 2023-02-22T10:31:02.175Z||pool-2-thread-10|||||INFO|500|| --> HTTP/1.1 200 OK 2023-02-22T10:31:52.607Z||pool-2-thread-10|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2023-02-22T10:31:52.608Z||pool-2-thread-10|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel. 2023-02-22T10:31:52.608Z||pool-2-thread-10|||||INFO|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 (as sXwXLxdJNt84opGN) ... 2023-02-22T10:31:52.609Z||pool-2-thread-5|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2023-02-22T10:31:52.610Z||pool-2-thread-5|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel. 2023-02-22T10:31:52.610Z||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 sXwXLxdJNt84opGN) ... 2023-02-22T10:32:02.157Z||pool-2-thread-10|||||INFO|500|| --> HTTP/1.1 200 OK 2023-02-22T10:32:02.190Z||pool-2-thread-5|||||INFO|500|| --> HTTP/1.1 200 OK 2023-02-22T10:32:52.607Z||pool-2-thread-10|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2023-02-22T10:32:52.609Z||pool-2-thread-10|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel. 2023-02-22T10:32:52.609Z||pool-2-thread-7|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2023-02-22T10:32:52.609Z||pool-2-thread-10|||||INFO|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 (as sXwXLxdJNt84opGN) ... 2023-02-22T10:32:52.609Z||pool-2-thread-7|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel. 2023-02-22T10:32:52.609Z||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 sXwXLxdJNt84opGN) ... 2023-02-22T10:33:02.155Z||pool-2-thread-7|||||INFO|500|| --> HTTP/1.1 200 OK 2023-02-22T10:33:02.175Z||pool-2-thread-10|||||INFO|500|| --> HTTP/1.1 200 OK 2023-02-22T10:33:52.607Z||pool-2-thread-10|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2023-02-22T10:33:52.608Z||pool-2-thread-10|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel. 2023-02-22T10:33:52.608Z||pool-2-thread-10|||||INFO|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 (as sXwXLxdJNt84opGN) ... 2023-02-22T10:33:52.609Z||pool-2-thread-8|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2023-02-22T10:33:52.609Z||pool-2-thread-8|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel. 2023-02-22T10:33:52.609Z||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 sXwXLxdJNt84opGN) ... 2023-02-22T10:34:02.158Z||pool-2-thread-10|||||INFO|500|| --> HTTP/1.1 200 OK 2023-02-22T10:34:02.158Z||pool-2-thread-8|||||INFO|500|| --> HTTP/1.1 200 OK 2023-02-22T10:34:52.607Z||pool-2-thread-10|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2023-02-22T10:34:52.608Z||pool-2-thread-10|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel. 2023-02-22T10:34:52.608Z||pool-2-thread-10|||||INFO|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 (as sXwXLxdJNt84opGN) ... 2023-02-22T10:34:52.609Z||pool-2-thread-1|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2023-02-22T10:34:52.609Z||pool-2-thread-1|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel. 2023-02-22T10:34:52.609Z||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 sXwXLxdJNt84opGN) ... 2023-02-22T10:35:02.163Z||pool-2-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK 2023-02-22T10:35:02.170Z||pool-2-thread-10|||||INFO|500|| --> HTTP/1.1 200 OK 2023-02-22T10:35:52.607Z||pool-2-thread-10|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2023-02-22T10:35:52.609Z||pool-2-thread-1|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2023-02-22T10:35:52.610Z||pool-2-thread-1|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel. 2023-02-22T10:35:52.610Z||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 sXwXLxdJNt84opGN) ... 2023-02-22T10:35:52.610Z||pool-2-thread-10|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel. 2023-02-22T10:35:52.610Z||pool-2-thread-10|||||INFO|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 (as sXwXLxdJNt84opGN) ... 2023-02-22T10:36:02.165Z||pool-2-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK 2023-02-22T10:36:02.172Z||pool-2-thread-10|||||INFO|500|| --> HTTP/1.1 200 OK 2023-02-22T10:36:52.607Z||pool-2-thread-10|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2023-02-22T10:36:52.608Z||pool-2-thread-10|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel. 2023-02-22T10:36:52.608Z||pool-2-thread-10|||||INFO|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 (as sXwXLxdJNt84opGN) ... 2023-02-22T10:36:52.609Z||pool-2-thread-1|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2023-02-22T10:36:52.609Z||pool-2-thread-1|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel. 2023-02-22T10:36:52.609Z||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 sXwXLxdJNt84opGN) ... 2023-02-22T10:37:02.160Z||pool-2-thread-10|||||INFO|500|| --> HTTP/1.1 200 OK 2023-02-22T10:37:02.163Z||pool-2-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK 2023-02-22T10:37:52.607Z||pool-2-thread-10|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2023-02-22T10:37:52.608Z||pool-2-thread-10|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel. 2023-02-22T10:37:52.608Z||pool-2-thread-10|||||INFO|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 (as sXwXLxdJNt84opGN) ... 2023-02-22T10:37:52.609Z||pool-2-thread-3|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2023-02-22T10:37:52.610Z||pool-2-thread-3|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel. 2023-02-22T10:37:52.610Z||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 sXwXLxdJNt84opGN) ... 2023-02-22T10:38:02.154Z||pool-2-thread-3|||||INFO|500|| --> HTTP/1.1 200 OK 2023-02-22T10:38:02.154Z||pool-2-thread-10|||||INFO|500|| --> HTTP/1.1 200 OK 2023-02-22T10:38:52.607Z||pool-2-thread-10|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2023-02-22T10:38:52.608Z||pool-2-thread-10|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel. 2023-02-22T10:38:52.608Z||pool-2-thread-10|||||INFO|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 (as sXwXLxdJNt84opGN) ... 2023-02-22T10:38:52.609Z||pool-2-thread-9|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2023-02-22T10:38:52.610Z||pool-2-thread-9|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel. 2023-02-22T10:38:52.610Z||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 sXwXLxdJNt84opGN) ... 2023-02-22T10:39:02.245Z||pool-2-thread-9|||||INFO|500|| --> HTTP/1.1 200 OK 2023-02-22T10:39:02.256Z||pool-2-thread-10|||||INFO|500|| --> HTTP/1.1 200 OK 2023-02-22T10:39:52.607Z||pool-2-thread-10|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2023-02-22T10:39:52.608Z||pool-2-thread-10|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel. 2023-02-22T10:39:52.608Z||pool-2-thread-10|||||INFO|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 (as sXwXLxdJNt84opGN) ... 2023-02-22T10:39:52.609Z||pool-2-thread-9|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2023-02-22T10:39:52.609Z||pool-2-thread-9|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel. 2023-02-22T10:39:52.610Z||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 sXwXLxdJNt84opGN) ... 2023-02-22T10:40:02.186Z||pool-2-thread-10|||||INFO|500|| --> HTTP/1.1 200 OK 2023-02-22T10:40:02.186Z||pool-2-thread-9|||||INFO|500|| --> HTTP/1.1 200 OK 2023-02-22T10:40:52.607Z||pool-2-thread-9|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2023-02-22T10:40:52.608Z||pool-2-thread-9|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel. 2023-02-22T10:40:52.608Z||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 sXwXLxdJNt84opGN) ... 2023-02-22T10:40:52.609Z||pool-2-thread-1|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2023-02-22T10:40:52.610Z||pool-2-thread-1|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel. 2023-02-22T10:40:52.610Z||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 sXwXLxdJNt84opGN) ... 2023-02-22T10:41:02.167Z||pool-2-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK 2023-02-22T10:41:02.169Z||pool-2-thread-9|||||INFO|500|| --> HTTP/1.1 200 OK 2023-02-22T10:41:52.607Z||pool-2-thread-9|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2023-02-22T10:41:52.608Z||pool-2-thread-9|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel. 2023-02-22T10:41:52.608Z||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 sXwXLxdJNt84opGN) ... 2023-02-22T10:41:52.609Z||pool-2-thread-5|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2023-02-22T10:41:52.609Z||pool-2-thread-5|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel. 2023-02-22T10:41:52.609Z||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 sXwXLxdJNt84opGN) ... 2023-02-22T10:42:02.156Z||pool-2-thread-5|||||INFO|500|| --> HTTP/1.1 200 OK 2023-02-22T10:42:02.156Z||pool-2-thread-9|||||INFO|500|| --> HTTP/1.1 200 OK 2023-02-22T10:42:52.607Z||pool-2-thread-4|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2023-02-22T10:42:52.608Z||pool-2-thread-4|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel. 2023-02-22T10:42:52.608Z||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 sXwXLxdJNt84opGN) ... 2023-02-22T10:42:52.609Z||pool-2-thread-5|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2023-02-22T10:42:52.610Z||pool-2-thread-5|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel. 2023-02-22T10:42:52.610Z||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 sXwXLxdJNt84opGN) ... 2023-02-22T10:43:02.154Z||pool-2-thread-5|||||INFO|500|| --> HTTP/1.1 200 OK 2023-02-22T10:43:02.168Z||pool-2-thread-4|||||INFO|500|| --> HTTP/1.1 200 OK 2023-02-22T10:43:52.607Z||pool-2-thread-4|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2023-02-22T10:43:52.608Z||pool-2-thread-4|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel. 2023-02-22T10:43:52.609Z||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 sXwXLxdJNt84opGN) ... 2023-02-22T10:43:52.609Z||pool-2-thread-5|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2023-02-22T10:43:52.609Z||pool-2-thread-5|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel. 2023-02-22T10:43:52.609Z||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 sXwXLxdJNt84opGN) ... 2023-02-22T10:44:02.157Z||pool-2-thread-5|||||INFO|500|| --> HTTP/1.1 200 OK 2023-02-22T10:44:02.159Z||pool-2-thread-4|||||INFO|500|| --> HTTP/1.1 200 OK 2023-02-22T10:44:52.607Z||pool-2-thread-4|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2023-02-22T10:44:52.608Z||pool-2-thread-4|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel. 2023-02-22T10:44:52.608Z||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 sXwXLxdJNt84opGN) ... 2023-02-22T10:44:52.609Z||pool-2-thread-9|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2023-02-22T10:44:52.610Z||pool-2-thread-9|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel. 2023-02-22T10:44:52.610Z||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 sXwXLxdJNt84opGN) ... 2023-02-22T10:45:02.152Z||pool-2-thread-4|||||INFO|500|| --> HTTP/1.1 200 OK 2023-02-22T10:45:02.158Z||pool-2-thread-9|||||INFO|500|| --> HTTP/1.1 200 OK 2023-02-22T10:45:52.607Z||pool-2-thread-4|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2023-02-22T10:45:52.609Z||pool-2-thread-10|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2023-02-22T10:45:52.609Z||pool-2-thread-4|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel. 2023-02-22T10:45:52.609Z||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 sXwXLxdJNt84opGN) ... 2023-02-22T10:45:52.609Z||pool-2-thread-10|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel. 2023-02-22T10:45:52.610Z||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 sXwXLxdJNt84opGN) ... 2023-02-22T10:46:02.158Z||pool-2-thread-4|||||INFO|500|| --> HTTP/1.1 200 OK 2023-02-22T10:46:02.158Z||pool-2-thread-10|||||INFO|500|| --> HTTP/1.1 200 OK 2023-02-22T10:46:52.607Z||pool-2-thread-4|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2023-02-22T10:46:52.608Z||pool-2-thread-4|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel. 2023-02-22T10:46:52.608Z||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 sXwXLxdJNt84opGN) ... 2023-02-22T10:46:52.609Z||pool-2-thread-8|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2023-02-22T10:46:52.612Z||pool-2-thread-8|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel. 2023-02-22T10:46:52.612Z||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 sXwXLxdJNt84opGN) ... 2023-02-22T10:47:02.160Z||pool-2-thread-8|||||INFO|500|| --> HTTP/1.1 200 OK 2023-02-22T10:47:02.160Z||pool-2-thread-4|||||INFO|500|| --> HTTP/1.1 200 OK 2023-02-22T10:47:52.607Z||pool-2-thread-4|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2023-02-22T10:47:52.608Z||pool-2-thread-4|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel. 2023-02-22T10:47:52.608Z||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 sXwXLxdJNt84opGN) ... 2023-02-22T10:47:52.609Z||pool-2-thread-2|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2023-02-22T10:47:52.609Z||pool-2-thread-2|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel. 2023-02-22T10:47:52.610Z||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 sXwXLxdJNt84opGN) ... 2023-02-22T10:48:02.172Z||pool-2-thread-4|||||INFO|500|| --> HTTP/1.1 200 OK 2023-02-22T10:48:02.172Z||pool-2-thread-2|||||INFO|500|| --> HTTP/1.1 200 OK 2023-02-22T10:48:52.608Z||pool-2-thread-4|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2023-02-22T10:48:52.609Z||pool-2-thread-4|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel. 2023-02-22T10:48:52.609Z||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 sXwXLxdJNt84opGN) ... 2023-02-22T10:48:52.609Z||pool-2-thread-5|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2023-02-22T10:48:52.609Z||pool-2-thread-5|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel. 2023-02-22T10:48:52.609Z||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 sXwXLxdJNt84opGN) ... 2023-02-22T10:49:02.159Z||pool-2-thread-5|||||INFO|500|| --> HTTP/1.1 200 OK 2023-02-22T10:49:02.163Z||pool-2-thread-4|||||INFO|500|| --> HTTP/1.1 200 OK 2023-02-22T10:49:52.607Z||pool-2-thread-4|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2023-02-22T10:49:52.608Z||pool-2-thread-4|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel. 2023-02-22T10:49:52.608Z||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 sXwXLxdJNt84opGN) ... 2023-02-22T10:49:52.609Z||pool-2-thread-5|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2023-02-22T10:49:52.609Z||pool-2-thread-5|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel. 2023-02-22T10:49:52.610Z||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 sXwXLxdJNt84opGN) ... 2023-02-22T10:50:02.154Z||pool-2-thread-4|||||INFO|500|| --> HTTP/1.1 200 OK 2023-02-22T10:50:02.158Z||pool-2-thread-5|||||INFO|500|| --> HTTP/1.1 200 OK 2023-02-22T10:50:52.607Z||pool-2-thread-4|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2023-02-22T10:50:52.608Z||pool-2-thread-4|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel. 2023-02-22T10:50:52.608Z||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 sXwXLxdJNt84opGN) ... 2023-02-22T10:50:52.609Z||pool-2-thread-8|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2023-02-22T10:50:52.609Z||pool-2-thread-8|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel. 2023-02-22T10:50:52.609Z||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 sXwXLxdJNt84opGN) ... 2023-02-22T10:51:02.151Z||pool-2-thread-4|||||INFO|500|| --> HTTP/1.1 200 OK 2023-02-22T10:51:02.162Z||pool-2-thread-8|||||INFO|500|| --> HTTP/1.1 200 OK 2023-02-22T10:51:52.607Z||pool-2-thread-4|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2023-02-22T10:51:52.608Z||pool-2-thread-4|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel. 2023-02-22T10:51:52.608Z||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 sXwXLxdJNt84opGN) ... 2023-02-22T10:51:52.609Z||pool-2-thread-1|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2023-02-22T10:51:52.610Z||pool-2-thread-1|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel. 2023-02-22T10:51:52.610Z||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 sXwXLxdJNt84opGN) ... 2023-02-22T10:52:02.166Z||pool-2-thread-4|||||INFO|500|| --> HTTP/1.1 200 OK 2023-02-22T10:52:02.167Z||pool-2-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK 2023-02-22T10:52:52.607Z||pool-2-thread-4|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2023-02-22T10:52:52.608Z||pool-2-thread-4|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel. 2023-02-22T10:52:52.609Z||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 sXwXLxdJNt84opGN) ... 2023-02-22T10:52:52.609Z||pool-2-thread-6|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2023-02-22T10:52:52.610Z||pool-2-thread-6|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel. 2023-02-22T10:52:52.610Z||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 sXwXLxdJNt84opGN) ... 2023-02-22T10:53:02.157Z||pool-2-thread-4|||||INFO|500|| --> HTTP/1.1 200 OK 2023-02-22T10:53:02.161Z||pool-2-thread-6|||||INFO|500|| --> HTTP/1.1 200 OK 2023-02-22T10:53:52.607Z||pool-2-thread-4|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2023-02-22T10:53:52.609Z||pool-2-thread-4|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel. 2023-02-22T10:53:52.609Z||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 sXwXLxdJNt84opGN) ... 2023-02-22T10:53:52.609Z||pool-2-thread-7|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2023-02-22T10:53:52.610Z||pool-2-thread-7|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel. 2023-02-22T10:53:52.610Z||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 sXwXLxdJNt84opGN) ... 2023-02-22T10:54:02.158Z||pool-2-thread-7|||||INFO|500|| --> HTTP/1.1 200 OK 2023-02-22T10:54:02.159Z||pool-2-thread-4|||||INFO|500|| --> HTTP/1.1 200 OK 2023-02-22T10:54:52.607Z||pool-2-thread-4|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2023-02-22T10:54:52.608Z||pool-2-thread-4|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel. 2023-02-22T10:54:52.608Z||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 sXwXLxdJNt84opGN) ... 2023-02-22T10:54:52.609Z||pool-2-thread-3|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2023-02-22T10:54:52.610Z||pool-2-thread-3|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel. 2023-02-22T10:54:52.610Z||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 sXwXLxdJNt84opGN) ... 2023-02-22T10:55:02.155Z||pool-2-thread-4|||||INFO|500|| --> HTTP/1.1 200 OK 2023-02-22T10:55:02.157Z||pool-2-thread-3|||||INFO|500|| --> HTTP/1.1 200 OK 2023-02-22T10:55:52.607Z||pool-2-thread-4|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2023-02-22T10:55:52.609Z||pool-2-thread-2|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2023-02-22T10:55:52.609Z||pool-2-thread-4|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel. 2023-02-22T10:55:52.609Z||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 sXwXLxdJNt84opGN) ... 2023-02-22T10:55:52.609Z||pool-2-thread-2|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel. 2023-02-22T10:55:52.610Z||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 sXwXLxdJNt84opGN) ... 2023-02-22T10:56:02.160Z||pool-2-thread-4|||||INFO|500|| --> HTTP/1.1 200 OK 2023-02-22T10:56:02.160Z||pool-2-thread-2|||||INFO|500|| --> HTTP/1.1 200 OK 2023-02-22T10:56:52.607Z||pool-2-thread-4|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2023-02-22T10:56:52.608Z||pool-2-thread-4|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel. 2023-02-22T10:56:52.608Z||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 sXwXLxdJNt84opGN) ... 2023-02-22T10:56:52.609Z||pool-2-thread-9|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2023-02-22T10:56:52.609Z||pool-2-thread-9|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel. 2023-02-22T10:56:52.610Z||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 sXwXLxdJNt84opGN) ... 2023-02-22T10:57:02.183Z||pool-2-thread-4|||||INFO|500|| --> HTTP/1.1 200 OK 2023-02-22T10:57:02.187Z||pool-2-thread-9|||||INFO|500|| --> HTTP/1.1 200 OK 2023-02-22T10:57:52.607Z||pool-2-thread-4|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2023-02-22T10:57:52.608Z||pool-2-thread-4|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel. 2023-02-22T10:57:52.608Z||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 sXwXLxdJNt84opGN) ... 2023-02-22T10:57:52.609Z||pool-2-thread-10|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2023-02-22T10:57:52.612Z||pool-2-thread-10|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel. 2023-02-22T10:57:52.612Z||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 sXwXLxdJNt84opGN) ... 2023-02-22T10:58:02.196Z||pool-2-thread-4|||||INFO|500|| --> HTTP/1.1 200 OK 2023-02-22T10:58:02.196Z||pool-2-thread-10|||||INFO|500|| --> HTTP/1.1 200 OK 2023-02-22T10:58:52.607Z||pool-2-thread-4|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2023-02-22T10:58:52.608Z||pool-2-thread-4|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel. 2023-02-22T10:58:52.608Z||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 sXwXLxdJNt84opGN) ... 2023-02-22T10:58:52.609Z||pool-2-thread-7|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2023-02-22T10:58:52.610Z||pool-2-thread-7|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel. 2023-02-22T10:58:52.610Z||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 sXwXLxdJNt84opGN) ... 2023-02-22T10:59:02.158Z||pool-2-thread-4|||||INFO|500|| --> HTTP/1.1 200 OK 2023-02-22T10:59:02.158Z||pool-2-thread-7|||||INFO|500|| --> HTTP/1.1 200 OK 2023-02-22T10:59:52.607Z||pool-2-thread-7|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2023-02-22T10:59:52.608Z||pool-2-thread-7|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel. 2023-02-22T10:59:52.608Z||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 sXwXLxdJNt84opGN) ... 2023-02-22T10:59:52.609Z||pool-2-thread-1|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2023-02-22T10:59:52.611Z||pool-2-thread-1|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel. 2023-02-22T10:59:52.611Z||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 sXwXLxdJNt84opGN) ... 2023-02-22T11:00:02.175Z||pool-2-thread-7|||||INFO|500|| --> HTTP/1.1 200 OK 2023-02-22T11:00:02.175Z||pool-2-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK 2023-02-22T11:00:52.607Z||pool-2-thread-7|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2023-02-22T11:00:52.608Z||pool-2-thread-7|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel. 2023-02-22T11:00:52.608Z||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 sXwXLxdJNt84opGN) ... 2023-02-22T11:00:52.609Z||pool-2-thread-9|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2023-02-22T11:00:52.610Z||pool-2-thread-9|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel. 2023-02-22T11:00:52.610Z||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 sXwXLxdJNt84opGN) ... 2023-02-22T11:01:02.184Z||pool-2-thread-7|||||INFO|500|| --> HTTP/1.1 200 OK 2023-02-22T11:01:02.194Z||pool-2-thread-9|||||INFO|500|| --> HTTP/1.1 200 OK 2023-02-22T11:01:52.607Z||pool-2-thread-7|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2023-02-22T11:01:52.608Z||pool-2-thread-7|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel. 2023-02-22T11:01:52.608Z||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 sXwXLxdJNt84opGN) ... 2023-02-22T11:01:52.609Z||pool-2-thread-10|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2023-02-22T11:01:52.609Z||pool-2-thread-10|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel. 2023-02-22T11:01:52.609Z||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 sXwXLxdJNt84opGN) ... 2023-02-22T11:02:02.157Z||pool-2-thread-7|||||INFO|500|| --> HTTP/1.1 200 OK 2023-02-22T11:02:02.161Z||pool-2-thread-10|||||INFO|500|| --> HTTP/1.1 200 OK 2023-02-22T11:02:52.607Z||pool-2-thread-7|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2023-02-22T11:02:52.608Z||pool-2-thread-7|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel. 2023-02-22T11:02:52.608Z||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 sXwXLxdJNt84opGN) ... 2023-02-22T11:02:52.609Z||pool-2-thread-8|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2023-02-22T11:02:52.610Z||pool-2-thread-8|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel. 2023-02-22T11:02:52.610Z||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 sXwXLxdJNt84opGN) ... 2023-02-22T11:03:02.157Z||pool-2-thread-7|||||INFO|500|| --> HTTP/1.1 200 OK 2023-02-22T11:03:02.160Z||pool-2-thread-8|||||INFO|500|| --> HTTP/1.1 200 OK 2023-02-22T11:03:52.607Z||pool-2-thread-7|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2023-02-22T11:03:52.609Z||pool-2-thread-2|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2023-02-22T11:03:52.609Z||pool-2-thread-7|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel. 2023-02-22T11:03:52.609Z||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 sXwXLxdJNt84opGN) ... 2023-02-22T11:03:52.609Z||pool-2-thread-2|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel. 2023-02-22T11:03:52.609Z||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 sXwXLxdJNt84opGN) ... 2023-02-22T11:04:02.212Z||pool-2-thread-2|||||INFO|500|| --> HTTP/1.1 200 OK 2023-02-22T11:04:02.241Z||pool-2-thread-7|||||INFO|500|| --> HTTP/1.1 200 OK 2023-02-22T11:04:52.607Z||pool-2-thread-7|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2023-02-22T11:04:52.608Z||pool-2-thread-7|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel. 2023-02-22T11:04:52.608Z||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 sXwXLxdJNt84opGN) ... 2023-02-22T11:04:52.609Z||pool-2-thread-5|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2023-02-22T11:04:52.609Z||pool-2-thread-5|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel. 2023-02-22T11:04:52.610Z||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 sXwXLxdJNt84opGN) ... 2023-02-22T11:05:02.162Z||pool-2-thread-7|||||INFO|500|| --> HTTP/1.1 200 OK 2023-02-22T11:05:02.222Z||pool-2-thread-5|||||INFO|500|| --> HTTP/1.1 200 OK 2023-02-22T11:05:52.607Z||pool-2-thread-7|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2023-02-22T11:05:52.609Z||pool-2-thread-7|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel. 2023-02-22T11:05:52.609Z||pool-2-thread-4|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2023-02-22T11:05:52.609Z||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 sXwXLxdJNt84opGN) ... 2023-02-22T11:05:52.610Z||pool-2-thread-4|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel. 2023-02-22T11:05:52.610Z||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 sXwXLxdJNt84opGN) ... 2023-02-22T11:06:02.159Z||pool-2-thread-7|||||INFO|500|| --> HTTP/1.1 200 OK 2023-02-22T11:06:02.162Z||pool-2-thread-4|||||INFO|500|| --> HTTP/1.1 200 OK 2023-02-22T11:06:52.607Z||pool-2-thread-7|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2023-02-22T11:06:52.608Z||pool-2-thread-7|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel. 2023-02-22T11:06:52.608Z||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 sXwXLxdJNt84opGN) ... 2023-02-22T11:06:52.610Z||pool-2-thread-3|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2023-02-22T11:06:52.610Z||pool-2-thread-3|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel. 2023-02-22T11:06:52.611Z||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 sXwXLxdJNt84opGN) ... 2023-02-22T11:07:02.160Z||pool-2-thread-3|||||INFO|500|| --> HTTP/1.1 200 OK 2023-02-22T11:07:02.160Z||pool-2-thread-7|||||INFO|500|| --> HTTP/1.1 200 OK 2023-02-22T11:07:52.608Z||pool-2-thread-7|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2023-02-22T11:07:52.609Z||pool-2-thread-7|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel. 2023-02-22T11:07:52.609Z||pool-2-thread-6|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2023-02-22T11:07:52.609Z||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 sXwXLxdJNt84opGN) ... 2023-02-22T11:07:52.609Z||pool-2-thread-6|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel. 2023-02-22T11:07:52.609Z||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 sXwXLxdJNt84opGN) ... 2023-02-22T11:08:02.168Z||pool-2-thread-7|||||INFO|500|| --> HTTP/1.1 200 OK 2023-02-22T11:08:02.171Z||pool-2-thread-6|||||INFO|500|| --> HTTP/1.1 200 OK 2023-02-22T11:08:52.607Z||pool-2-thread-7|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2023-02-22T11:08:52.608Z||pool-2-thread-7|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel. 2023-02-22T11:08:52.608Z||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 sXwXLxdJNt84opGN) ... 2023-02-22T11:08:52.609Z||pool-2-thread-2|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2023-02-22T11:08:52.610Z||pool-2-thread-2|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel. 2023-02-22T11:08:52.610Z||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 sXwXLxdJNt84opGN) ... 2023-02-22T11:09:02.158Z||pool-2-thread-2|||||INFO|500|| --> HTTP/1.1 200 OK 2023-02-22T11:09:02.159Z||pool-2-thread-7|||||INFO|500|| --> HTTP/1.1 200 OK 2023-02-22T11:09:52.607Z||pool-2-thread-2|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2023-02-22T11:09:52.608Z||pool-2-thread-2|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel. 2023-02-22T11:09:52.608Z||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 sXwXLxdJNt84opGN) ... 2023-02-22T11:09:52.609Z||pool-2-thread-10|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2023-02-22T11:09:52.610Z||pool-2-thread-10|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel. 2023-02-22T11:09:52.610Z||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 sXwXLxdJNt84opGN) ... 2023-02-22T11:10:02.176Z||pool-2-thread-2|||||INFO|500|| --> HTTP/1.1 200 OK 2023-02-22T11:10:02.176Z||pool-2-thread-10|||||INFO|500|| --> HTTP/1.1 200 OK 2023-02-22T11:10:52.607Z||pool-2-thread-2|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2023-02-22T11:10:52.608Z||pool-2-thread-2|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel. 2023-02-22T11:10:52.608Z||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 sXwXLxdJNt84opGN) ... 2023-02-22T11:10:52.609Z||pool-2-thread-3|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2023-02-22T11:10:52.609Z||pool-2-thread-3|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel. 2023-02-22T11:10:52.609Z||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 sXwXLxdJNt84opGN) ... 2023-02-22T11:11:02.155Z||pool-2-thread-2|||||INFO|500|| --> HTTP/1.1 200 OK 2023-02-22T11:11:02.157Z||pool-2-thread-3|||||INFO|500|| --> HTTP/1.1 200 OK 2023-02-22T11:11:52.607Z||pool-2-thread-2|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2023-02-22T11:11:52.608Z||pool-2-thread-2|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel. 2023-02-22T11:11:52.608Z||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 sXwXLxdJNt84opGN) ... 2023-02-22T11:11:52.609Z||pool-2-thread-1|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2023-02-22T11:11:52.610Z||pool-2-thread-1|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel. 2023-02-22T11:11:52.610Z||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 sXwXLxdJNt84opGN) ... 2023-02-22T11:12:02.179Z||pool-2-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK 2023-02-22T11:12:02.179Z||pool-2-thread-2|||||INFO|500|| --> HTTP/1.1 200 OK 2023-02-22T11:12:52.607Z||pool-2-thread-2|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2023-02-22T11:12:52.609Z||pool-2-thread-7|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2023-02-22T11:12:52.609Z||pool-2-thread-2|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel. 2023-02-22T11:12:52.609Z||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 sXwXLxdJNt84opGN) ... 2023-02-22T11:12:52.609Z||pool-2-thread-7|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel. 2023-02-22T11:12:52.610Z||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 sXwXLxdJNt84opGN) ... 2023-02-22T11:13:02.174Z||pool-2-thread-7|||||INFO|500|| --> HTTP/1.1 200 OK 2023-02-22T11:13:02.174Z||pool-2-thread-2|||||INFO|500|| --> HTTP/1.1 200 OK 2023-02-22T11:13:52.607Z||pool-2-thread-2|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2023-02-22T11:13:52.609Z||pool-2-thread-2|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel. 2023-02-22T11:13:52.609Z||pool-2-thread-10|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2023-02-22T11:13:52.609Z||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 sXwXLxdJNt84opGN) ... 2023-02-22T11:13:52.609Z||pool-2-thread-10|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel. 2023-02-22T11:13:52.609Z||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 sXwXLxdJNt84opGN) ... 2023-02-22T11:14:02.157Z||pool-2-thread-2|||||INFO|500|| --> HTTP/1.1 200 OK 2023-02-22T11:14:02.163Z||pool-2-thread-10|||||INFO|500|| --> HTTP/1.1 200 OK 2023-02-22T11:14:52.607Z||pool-2-thread-2|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2023-02-22T11:14:52.608Z||pool-2-thread-2|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel. 2023-02-22T11:14:52.608Z||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 sXwXLxdJNt84opGN) ... 2023-02-22T11:14:52.610Z||pool-2-thread-8|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2023-02-22T11:14:52.610Z||pool-2-thread-8|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel. 2023-02-22T11:14:52.611Z||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 sXwXLxdJNt84opGN) ... 2023-02-22T11:14:52.762Z||pool-2-thread-8|||||INFO|500|| --> HTTP/1.1 200 OK 2023-02-22T11:14:52.765Z||pool-2-thread-8|||||DEBUG|500||received message from topic 2023-02-22T11:14:52.765Z||pool-2-thread-8|||||DEBUG|500||recieved notification from broker: { "distributionID": "6bcb860b-1b2c-41a4-a301-6aff57bff4aa", "consumerID": "ves-openapi-manager", "timestamp": 1677064480004, "artifactURL": "/sdc/v1/catalog/services/BasicOnboardQuzlwy/1.0/resourceInstances/basic_onboard_quzlwy0/artifacts/vf-license-model.xml", "status": "NOT_NOTIFIED" } 2023-02-22T11:14:52.795Z||pool-2-thread-8|||||INFO|500||Missing status on Status Object. 2023-02-22T11:14:52.795Z||pool-2-thread-8|||||DEBUG|500||received message from topic 2023-02-22T11:14:52.795Z||pool-2-thread-8|||||DEBUG|500||recieved notification from broker: { "distributionID": "6bcb860b-1b2c-41a4-a301-6aff57bff4aa", "consumerID": "ves-openapi-manager", "timestamp": 1677064480004, "artifactURL": "/sdc/v1/catalog/services/BasicOnboardQuzlwy/1.0/resourceInstances/basic_onboard_quzlwy0/artifacts/basic_onboard_quzlwy0_modules.json", "status": "NOT_NOTIFIED" } 2023-02-22T11:14:52.795Z||pool-2-thread-8|||||INFO|500||Missing status on Status Object. 2023-02-22T11:14:52.796Z||pool-2-thread-8|||||DEBUG|500||received message from topic 2023-02-22T11:14:52.796Z||pool-2-thread-8|||||DEBUG|500||recieved notification from broker: { "distributionID": "6bcb860b-1b2c-41a4-a301-6aff57bff4aa", "consumerID": "multicloud-k8s-id", "timestamp": 1677064487984, "artifactURL": "/sdc/v1/catalog/services/BasicOnboardQuzlwy/1.0/resourceInstances/basic_onboard_quzlwy0/artifacts/vf-license-model.xml", "status": "NOT_NOTIFIED" } 2023-02-22T11:14:52.796Z||pool-2-thread-8|||||INFO|500||Missing status on Status Object. 2023-02-22T11:14:52.796Z||pool-2-thread-8|||||DEBUG|500||received message from topic 2023-02-22T11:14:52.796Z||pool-2-thread-8|||||DEBUG|500||recieved notification from broker: { "distributionID": "6bcb860b-1b2c-41a4-a301-6aff57bff4aa", "consumerID": "ves-openapi-manager", "timestamp": 1677064480004, "artifactURL": "/sdc/v1/catalog/services/BasicOnboardQuzlwy/1.0/resourceInstances/basic_onboard_quzlwy0/artifacts/base_ubuntu18.yaml", "status": "NOT_NOTIFIED" } 2023-02-22T11:14:52.796Z||pool-2-thread-8|||||INFO|500||Missing status on Status Object. 2023-02-22T11:14:52.797Z||pool-2-thread-8|||||DEBUG|500||received message from topic 2023-02-22T11:14:52.797Z||pool-2-thread-8|||||DEBUG|500||recieved notification from broker: { "distributionID": "6bcb860b-1b2c-41a4-a301-6aff57bff4aa", "consumerID": "multicloud-k8s-id", "timestamp": 1677064487984, "artifactURL": "/sdc/v1/catalog/services/BasicOnboardQuzlwy/1.0/resourceInstances/basic_onboard_quzlwy0/artifacts/basic_onboard_quzlwy0_modules.json", "status": "NOTIFIED" } 2023-02-22T11:14:52.797Z||pool-2-thread-8|||||INFO|500||Missing status on Status Object. 2023-02-22T11:14:52.797Z||pool-2-thread-8|||||DEBUG|500||received message from topic 2023-02-22T11:14:52.797Z||pool-2-thread-8|||||DEBUG|500||recieved notification from broker: { "distributionID": "6bcb860b-1b2c-41a4-a301-6aff57bff4aa", "consumerID": "cds", "timestamp": 1677064490171, "artifactURL": "/sdc/v1/catalog/services/BasicOnboardQuzlwy/1.0/resourceInstances/basic_onboard_quzlwy0/artifacts/vf-license-model.xml", "status": "NOT_NOTIFIED" } 2023-02-22T11:14:52.797Z||pool-2-thread-8|||||INFO|500||Missing status on Status Object. 2023-02-22T11:14:52.798Z||pool-2-thread-8|||||DEBUG|500||received message from topic 2023-02-22T11:14:52.798Z||pool-2-thread-8|||||DEBUG|500||recieved notification from broker: { "distributionID": "6bcb860b-1b2c-41a4-a301-6aff57bff4aa", "consumerID": "aai-ml", "timestamp": 1677064489839, "artifactURL": "/sdc/v1/catalog/services/BasicOnboardQuzlwy/1.0/resourceInstances/basic_onboard_quzlwy0/artifacts/vf-license-model.xml", "status": "NOT_NOTIFIED" } 2023-02-22T11:14:52.798Z||pool-2-thread-8|||||INFO|500||Missing status on Status Object. 2023-02-22T11:14:52.798Z||pool-2-thread-8|||||DEBUG|500||received message from topic 2023-02-22T11:14:52.798Z||pool-2-thread-8|||||DEBUG|500||recieved notification from broker: { "distributionID": "6bcb860b-1b2c-41a4-a301-6aff57bff4aa", "consumerID": "ves-openapi-manager", "timestamp": 1677064480004, "artifactURL": "/sdc/v1/catalog/services/BasicOnboardQuzlwy/1.0/resourceInstances/basic_onboard_quzlwy0/artifacts/vendor-license-model.xml", "status": "NOT_NOTIFIED" } 2023-02-22T11:14:52.798Z||pool-2-thread-8|||||INFO|500||Missing status on Status Object. 2023-02-22T11:14:52.798Z||pool-2-thread-8|||||DEBUG|500||received message from topic 2023-02-22T11:14:52.799Z||pool-2-thread-8|||||DEBUG|500||recieved notification from broker: { "distributionID": "6bcb860b-1b2c-41a4-a301-6aff57bff4aa", "consumerID": "multicloud-k8s-id", "timestamp": 1677064487984, "artifactURL": "/sdc/v1/catalog/services/BasicOnboardQuzlwy/1.0/resourceInstances/basic_onboard_quzlwy0/artifacts/base_ubuntu18.yaml", "status": "NOTIFIED" } 2023-02-22T11:14:52.799Z||pool-2-thread-8|||||INFO|500||Missing status on Status Object. 2023-02-22T11:14:52.799Z||pool-2-thread-8|||||DEBUG|500||received message from topic 2023-02-22T11:14:52.799Z||pool-2-thread-8|||||DEBUG|500||recieved notification from broker: { "distributionID": "6bcb860b-1b2c-41a4-a301-6aff57bff4aa", "consumerID": "cds", "timestamp": 1677064490171, "artifactURL": "/sdc/v1/catalog/services/BasicOnboardQuzlwy/1.0/resourceInstances/basic_onboard_quzlwy0/artifacts/basic_onboard_quzlwy0_modules.json", "status": "NOT_NOTIFIED" } 2023-02-22T11:14:52.799Z||pool-2-thread-8|||||INFO|500||Missing status on Status Object. 2023-02-22T11:14:52.799Z||pool-2-thread-8|||||DEBUG|500||received message from topic 2023-02-22T11:14:52.799Z||pool-2-thread-8|||||DEBUG|500||recieved notification from broker: { "distributionID": "6bcb860b-1b2c-41a4-a301-6aff57bff4aa", "consumerID": "aai-ml", "timestamp": 1677064489839, "artifactURL": "/sdc/v1/catalog/services/BasicOnboardQuzlwy/1.0/resourceInstances/basic_onboard_quzlwy0/artifacts/basic_onboard_quzlwy0_modules.json", "status": "NOT_NOTIFIED" } 2023-02-22T11:14:52.800Z||pool-2-thread-8|||||INFO|500||Missing status on Status Object. 2023-02-22T11:14:52.800Z||pool-2-thread-8|||||DEBUG|500||received message from topic 2023-02-22T11:14:52.800Z||pool-2-thread-8|||||DEBUG|500||recieved notification from broker: { "distributionID": "6bcb860b-1b2c-41a4-a301-6aff57bff4aa", "consumerID": "ves-openapi-manager", "timestamp": 1677064480004, "artifactURL": "/sdc/v1/catalog/services/BasicOnboardQuzlwy/1.0/resourceInstances/basic_onboard_quzlwy0/artifacts/base_ubuntu18.env", "status": "NOT_NOTIFIED" } 2023-02-22T11:14:52.800Z||pool-2-thread-8|||||INFO|500||Missing status on Status Object. 2023-02-22T11:14:52.800Z||pool-2-thread-8|||||DEBUG|500||received message from topic 2023-02-22T11:14:52.800Z||pool-2-thread-8|||||DEBUG|500||recieved notification from broker: { "distributionID": "6bcb860b-1b2c-41a4-a301-6aff57bff4aa", "consumerID": "multicloud-k8s-id", "timestamp": 1677064487984, "artifactURL": "/sdc/v1/catalog/services/BasicOnboardQuzlwy/1.0/resourceInstances/basic_onboard_quzlwy0/artifacts/vendor-license-model.xml", "status": "NOT_NOTIFIED" } 2023-02-22T11:14:52.801Z||pool-2-thread-8|||||INFO|500||Missing status on Status Object. 2023-02-22T11:14:52.801Z||pool-2-thread-8|||||DEBUG|500||received message from topic 2023-02-22T11:14:52.801Z||pool-2-thread-8|||||DEBUG|500||recieved notification from broker: { "distributionID": "6bcb860b-1b2c-41a4-a301-6aff57bff4aa", "consumerID": "cds", "timestamp": 1677064490171, "artifactURL": "/sdc/v1/catalog/services/BasicOnboardQuzlwy/1.0/resourceInstances/basic_onboard_quzlwy0/artifacts/base_ubuntu18.yaml", "status": "NOT_NOTIFIED" } 2023-02-22T11:14:52.801Z||pool-2-thread-8|||||INFO|500||Missing status on Status Object. 2023-02-22T11:14:52.801Z||pool-2-thread-8|||||DEBUG|500||received message from topic 2023-02-22T11:14:52.801Z||pool-2-thread-8|||||DEBUG|500||recieved notification from broker: { "distributionID": "6bcb860b-1b2c-41a4-a301-6aff57bff4aa", "consumerID": "aai-ml", "timestamp": 1677064489839, "artifactURL": "/sdc/v1/catalog/services/BasicOnboardQuzlwy/1.0/resourceInstances/basic_onboard_quzlwy0/artifacts/base_ubuntu18.yaml", "status": "NOT_NOTIFIED" } 2023-02-22T11:14:52.801Z||pool-2-thread-8|||||INFO|500||Missing status on Status Object. 2023-02-22T11:14:52.802Z||pool-2-thread-8|||||DEBUG|500||received message from topic 2023-02-22T11:14:52.802Z||pool-2-thread-8|||||DEBUG|500||recieved notification from broker: { "distributionID": "6bcb860b-1b2c-41a4-a301-6aff57bff4aa", "consumerID": "ves-openapi-manager", "timestamp": 1677064480004, "artifactURL": "/sdc/v1/catalog/services/BasicOnboardQuzlwy/1.0/artifacts/service-BasicOnboardQuzlwy-template.yml", "status": "NOT_NOTIFIED" } 2023-02-22T11:14:52.802Z||pool-2-thread-8|||||INFO|500||Missing status on Status Object. 2023-02-22T11:14:53.258Z||pool-2-thread-2|||||INFO|500|| --> HTTP/1.1 200 OK 2023-02-22T11:14:53.260Z||pool-2-thread-2|||||DEBUG|500||received message from topic 2023-02-22T11:14:53.260Z||pool-2-thread-2|||||DEBUG|500||recieved notification from broker: {"distributionID":"6bcb860b-1b2c-41a4-a301-6aff57bff4aa","serviceName":"basic_onboard_qUzLwY","serviceVersion":"1.0","serviceUUID":"84839b1b-c563-4970-800e-d4eb6098bb0f","serviceDescription":"service","serviceInvariantUUID":"1043f1c0-d7bc-4d94-b6e5-c8d4467aa8e1","resources":[{"resourceInstanceName":"basic_onboard_qUzLwY 0","resourceName":"basic_onboard_qUzLwY","resourceVersion":"1.0","resoucreType":"VF","resourceUUID":"d6e7b843-6d83-4a83-9621-37a0c0fc73b9","resourceInvariantUUID":"46aa8981-095c-4bad-a3dc-97e9e2d66a61","resourceCustomizationUUID":"b1be4cb1-57e6-4a98-8949-e19b77248dde","category":"Generic","subcategory":"Abstract","artifacts":[{"artifactName":"vf-license-model.xml","artifactType":"VF_LICENSE","artifactURL":"/sdc/v1/catalog/services/BasicOnboardQuzlwy/1.0/resourceInstances/basic_onboard_quzlwy0/artifacts/vf-license-model.xml","artifactChecksum":"NTI2YzcwZDA4M2I4Yzg4NWQzMjk4YTBlZGIzZGFkMmQ\u003d","artifactDescription":"VF license file","artifactTimeout":0,"artifactUUID":"323dbd37-4443-4847-ab2a-97cf71474117","artifactVersion":"1"},{"artifactName":"basic_onboard_quzlwy0_modules.json","artifactType":"VF_MODULES_METADATA","artifactURL":"/sdc/v1/catalog/services/BasicOnboardQuzlwy/1.0/resourceInstances/basic_onboard_quzlwy0/artifacts/basic_onboard_quzlwy0_modules.json","artifactChecksum":"NDNhMmE3ODQwMzBiZjcyYjFkYWYwNTI0ZjI5ZTQ3M2Q\u003d","artifactDescription":"Auto-generated VF Modules information artifact","artifactTimeout":0,"artifactUUID":"6971d5fe-078c-44db-9219-13fc90df5f61","artifactVersion":"1"},{"artifactName":"base_ubuntu18.yaml","artifactType":"HEAT","artifactURL":"/sdc/v1/catalog/services/BasicOnboardQuzlwy/1.0/resourceInstances/basic_onboard_quzlwy0/artifacts/base_ubuntu18.yaml","artifactChecksum":"NzA5ZGU3Y2Q2M2IwNWU2OTc1NTQ0ZDBhNDhlNjNjZjY\u003d","artifactDescription":"created from csar","artifactTimeout":30,"artifactUUID":"9728a084-fe5f-4d22-acc7-6dff36c6906f","artifactVersion":"1"},{"artifactName":"vendor-license-model.xml","artifactType":"VENDOR_LICENSE","artifactURL":"/sdc/v1/catalog/services/BasicOnboardQuzlwy/1.0/resourceInstances/basic_onboard_quzlwy0/artifacts/vendor-license-model.xml","artifactChecksum":"M2QxN2ZmN2I2ZmIwOWEyNTJjYmYzMTBlNWI3NmNmYTc\u003d","artifactDescription":" Vendor license file","artifactTimeout":0,"artifactUUID":"85c7939d-5d55-4294-8698-b390687728c6","artifactVersion":"1"},{"artifactName":"base_ubuntu18.env","artifactType":"HEAT_ENV","artifactURL":"/sdc/v1/catalog/services/BasicOnboardQuzlwy/1.0/resourceInstances/basic_onboard_quzlwy0/artifacts/base_ubuntu18.env","artifactChecksum":"ODYwMmYwMDliN2JjOTNlN2ZlM2RkNzAzMTg3OWMzNTA\u003d","artifactDescription":"Auto-generated HEAT Environment deployment artifact","artifactTimeout":0,"artifactUUID":"c5dcfe86-7500-459c-8a1a-9b316b864563","artifactVersion":"2","generatedFromUUID":"9728a084-fe5f-4d22-acc7-6dff36c6906f"}]}],"serviceArtifacts":[{"artifactName":"service-BasicOnboardQuzlwy-template.yml","artifactType":"TOSCA_TEMPLATE","artifactURL":"/sdc/v1/catalog/services/BasicOnboardQuzlwy/1.0/artifacts/service-BasicOnboardQuzlwy-template.yml","artifactChecksum":"OTIxZmFiNWNlZTNmZGIwOGYyZGYxNDI0YjZiYTQ0OTE\u003d","artifactDescription":"TOSCA representation of the asset","artifactTimeout":0,"artifactUUID":"fbb42949-20ce-4b59-9012-e6ab859a9e11","artifactVersion":"1"},{"artifactName":"service-BasicOnboardQuzlwy-csar.csar","artifactType":"TOSCA_CSAR","artifactURL":"/sdc/v1/catalog/services/BasicOnboardQuzlwy/1.0/artifacts/service-BasicOnboardQuzlwy-csar.csar","artifactChecksum":"N2NjYTlkNTJlYjZlM2ZhZGU2MGE1ZTU0ZDQzMTYxZmY\u003d","artifactDescription":"TOSCA definition package of the asset","artifactTimeout":0,"artifactUUID":"c66a0a9b-9703-4b23-aafc-f59d8d887469","artifactVersion":"1"}],"workloadContext":"Production"} 2023-02-22T11:14:53.275Z||pool-2-thread-2|||||INFO|500||DistributionClient - sendNotificationStatus 2023-02-22T11:14:53.281Z||pool-2-thread-2|||||INFO|500||DistributionClient - sendStatus 2023-02-22T11:14:53.294Z||pool-2-thread-2|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap] 2023-02-22T11:14:53.294Z||pool-2-thread-2|||||DEBUG|500||try to send status { "distributionID": "6bcb860b-1b2c-41a4-a301-6aff57bff4aa", "consumerID": "SO-COpenSource-Env11", "timestamp": 1677064492607, "artifactURL": "/sdc/v1/catalog/services/BasicOnboardQuzlwy/1.0/resourceInstances/basic_onboard_quzlwy0/artifacts/vf-license-model.xml", "status": "NOT_NOTIFIED" } 2023-02-22T11:14:53.394Z||pool-3-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 94 ms 2023-02-22T11:14:53.398Z||pool-3-thread-1|||||WARN|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO will send credentials over a clear channel. 2023-02-22T11:14:53.399Z||pool-3-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as sXwXLxdJNt84opGN) ... 2023-02-22T11:14:53.434Z||pool-3-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK 2023-02-22T11:14:53.436Z||pool-3-thread-1|||||INFO|500||cambria reply ok (38 ms):{"serverTimeMs":1,"count":1} 2023-02-22T11:14:54.303Z||pool-2-thread-2|||||INFO|500||DistributionClient - sendNotificationStatus 2023-02-22T11:14:54.303Z||pool-2-thread-2|||||INFO|500||DistributionClient - sendStatus 2023-02-22T11:14:54.305Z||pool-2-thread-2|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap] 2023-02-22T11:14:54.305Z||pool-2-thread-2|||||DEBUG|500||try to send status { "distributionID": "6bcb860b-1b2c-41a4-a301-6aff57bff4aa", "consumerID": "SO-COpenSource-Env11", "timestamp": 1677064492607, "artifactURL": "/sdc/v1/catalog/services/BasicOnboardQuzlwy/1.0/resourceInstances/basic_onboard_quzlwy0/artifacts/basic_onboard_quzlwy0_modules.json", "status": "NOTIFIED" } 2023-02-22T11:14:54.407Z||pool-4-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 101 ms 2023-02-22T11:14:54.407Z||pool-4-thread-1|||||WARN|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO will send credentials over a clear channel. 2023-02-22T11:14:54.408Z||pool-4-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as sXwXLxdJNt84opGN) ... 2023-02-22T11:14:54.423Z||pool-4-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK 2023-02-22T11:14:54.424Z||pool-4-thread-1|||||INFO|500||cambria reply ok (17 ms):{"serverTimeMs":0,"count":1} 2023-02-22T11:14:55.306Z||pool-2-thread-2|||||INFO|500||DistributionClient - sendNotificationStatus 2023-02-22T11:14:55.307Z||pool-2-thread-2|||||INFO|500||DistributionClient - sendStatus 2023-02-22T11:14:55.309Z||pool-2-thread-2|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap] 2023-02-22T11:14:55.309Z||pool-2-thread-2|||||DEBUG|500||try to send status { "distributionID": "6bcb860b-1b2c-41a4-a301-6aff57bff4aa", "consumerID": "SO-COpenSource-Env11", "timestamp": 1677064492607, "artifactURL": "/sdc/v1/catalog/services/BasicOnboardQuzlwy/1.0/resourceInstances/basic_onboard_quzlwy0/artifacts/base_ubuntu18.yaml", "status": "NOTIFIED" } 2023-02-22T11:14:55.409Z||pool-5-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms 2023-02-22T11:14:55.410Z||pool-5-thread-1|||||WARN|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO will send credentials over a clear channel. 2023-02-22T11:14:55.411Z||pool-5-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as sXwXLxdJNt84opGN) ... 2023-02-22T11:14:55.422Z||pool-5-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK 2023-02-22T11:14:55.423Z||pool-5-thread-1|||||INFO|500||cambria reply ok (13 ms):{"serverTimeMs":0,"count":1} 2023-02-22T11:14:56.310Z||pool-2-thread-2|||||INFO|500||DistributionClient - sendNotificationStatus 2023-02-22T11:14:56.310Z||pool-2-thread-2|||||INFO|500||DistributionClient - sendStatus 2023-02-22T11:14:56.313Z||pool-2-thread-2|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap] 2023-02-22T11:14:56.313Z||pool-2-thread-2|||||DEBUG|500||try to send status { "distributionID": "6bcb860b-1b2c-41a4-a301-6aff57bff4aa", "consumerID": "SO-COpenSource-Env11", "timestamp": 1677064492607, "artifactURL": "/sdc/v1/catalog/services/BasicOnboardQuzlwy/1.0/resourceInstances/basic_onboard_quzlwy0/artifacts/vendor-license-model.xml", "status": "NOT_NOTIFIED" } 2023-02-22T11:14:56.413Z||pool-6-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms 2023-02-22T11:14:56.414Z||pool-6-thread-1|||||WARN|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO will send credentials over a clear channel. 2023-02-22T11:14:56.414Z||pool-6-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as sXwXLxdJNt84opGN) ... 2023-02-22T11:14:56.432Z||pool-6-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK 2023-02-22T11:14:56.433Z||pool-6-thread-1|||||INFO|500||cambria reply ok (20 ms):{"serverTimeMs":0,"count":1} 2023-02-22T11:14:57.314Z||pool-2-thread-2|||||INFO|500||DistributionClient - sendNotificationStatus 2023-02-22T11:14:57.314Z||pool-2-thread-2|||||INFO|500||DistributionClient - sendStatus 2023-02-22T11:14:57.316Z||pool-2-thread-2|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap] 2023-02-22T11:14:57.316Z||pool-2-thread-2|||||DEBUG|500||try to send status { "distributionID": "6bcb860b-1b2c-41a4-a301-6aff57bff4aa", "consumerID": "SO-COpenSource-Env11", "timestamp": 1677064492607, "artifactURL": "/sdc/v1/catalog/services/BasicOnboardQuzlwy/1.0/resourceInstances/basic_onboard_quzlwy0/artifacts/base_ubuntu18.env", "status": "NOTIFIED" } 2023-02-22T11:14:57.417Z||pool-7-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 99 ms 2023-02-22T11:14:57.418Z||pool-7-thread-1|||||WARN|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO will send credentials over a clear channel. 2023-02-22T11:14:57.418Z||pool-7-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as sXwXLxdJNt84opGN) ... 2023-02-22T11:14:57.430Z||pool-7-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK 2023-02-22T11:14:57.430Z||pool-7-thread-1|||||INFO|500||cambria reply ok (13 ms):{"serverTimeMs":0,"count":1} 2023-02-22T11:14:58.317Z||pool-2-thread-2|||||INFO|500||DistributionClient - sendNotificationStatus 2023-02-22T11:14:58.318Z||pool-2-thread-2|||||INFO|500||DistributionClient - sendStatus 2023-02-22T11:14:58.320Z||pool-2-thread-2|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap] 2023-02-22T11:14:58.320Z||pool-2-thread-2|||||DEBUG|500||try to send status { "distributionID": "6bcb860b-1b2c-41a4-a301-6aff57bff4aa", "consumerID": "SO-COpenSource-Env11", "timestamp": 1677064492607, "artifactURL": "/sdc/v1/catalog/services/BasicOnboardQuzlwy/1.0/artifacts/service-BasicOnboardQuzlwy-template.yml", "status": "NOT_NOTIFIED" } 2023-02-22T11:14:58.420Z||pool-8-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms 2023-02-22T11:14:58.421Z||pool-8-thread-1|||||WARN|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO will send credentials over a clear channel. 2023-02-22T11:14:58.422Z||pool-8-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as sXwXLxdJNt84opGN) ... 2023-02-22T11:14:58.433Z||pool-8-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK 2023-02-22T11:14:58.433Z||pool-8-thread-1|||||INFO|500||cambria reply ok (12 ms):{"serverTimeMs":1,"count":1} 2023-02-22T11:14:59.321Z||pool-2-thread-2|||||INFO|500||DistributionClient - sendNotificationStatus 2023-02-22T11:14:59.321Z||pool-2-thread-2|||||INFO|500||DistributionClient - sendStatus 2023-02-22T11:14:59.323Z||pool-2-thread-2|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap] 2023-02-22T11:14:59.323Z||pool-2-thread-2|||||DEBUG|500||try to send status { "distributionID": "6bcb860b-1b2c-41a4-a301-6aff57bff4aa", "consumerID": "SO-COpenSource-Env11", "timestamp": 1677064492607, "artifactURL": "/sdc/v1/catalog/services/BasicOnboardQuzlwy/1.0/artifacts/service-BasicOnboardQuzlwy-csar.csar", "status": "NOTIFIED" } 2023-02-22T11:14:59.424Z||pool-9-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 99 ms 2023-02-22T11:14:59.424Z||pool-9-thread-1|||||WARN|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO will send credentials over a clear channel. 2023-02-22T11:14:59.424Z||pool-9-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as sXwXLxdJNt84opGN) ... 2023-02-22T11:14:59.445Z||pool-9-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK 2023-02-22T11:14:59.445Z||pool-9-thread-1|||||INFO|500||cambria reply ok (21 ms):{"serverTimeMs":1,"count":1} 2023-02-22T11:15:00.326Z||pool-2-thread-2|||||DEBUG|500||sending notification to client: { "distributionID": "6bcb860b-1b2c-41a4-a301-6aff57bff4aa", "serviceName": "basic_onboard_qUzLwY", "serviceVersion": "1.0", "serviceUUID": "84839b1b-c563-4970-800e-d4eb6098bb0f", "serviceDescription": "service", "serviceInvariantUUID": "1043f1c0-d7bc-4d94-b6e5-c8d4467aa8e1", "resources": [ { "resourceInstanceName": "basic_onboard_qUzLwY 0", "resourceCustomizationUUID": "b1be4cb1-57e6-4a98-8949-e19b77248dde", "resourceName": "basic_onboard_qUzLwY", "resourceVersion": "1.0", "resoucreType": "VF", "resourceUUID": "d6e7b843-6d83-4a83-9621-37a0c0fc73b9", "resourceInvariantUUID": "46aa8981-095c-4bad-a3dc-97e9e2d66a61", "category": "Generic", "subcategory": "Abstract", "artifacts": [ { "artifactName": "basic_onboard_quzlwy0_modules.json", "artifactType": "VF_MODULES_METADATA", "artifactURL": "/sdc/v1/catalog/services/BasicOnboardQuzlwy/1.0/resourceInstances/basic_onboard_quzlwy0/artifacts/basic_onboard_quzlwy0_modules.json", "artifactChecksum": "NDNhMmE3ODQwMzBiZjcyYjFkYWYwNTI0ZjI5ZTQ3M2Q\u003d", "artifactDescription": "Auto-generated VF Modules information artifact", "artifactTimeout": 0, "artifactVersion": "1", "artifactUUID": "6971d5fe-078c-44db-9219-13fc90df5f61", "relatedArtifactsInfo": [] }, { "artifactName": "base_ubuntu18.yaml", "artifactType": "HEAT", "artifactURL": "/sdc/v1/catalog/services/BasicOnboardQuzlwy/1.0/resourceInstances/basic_onboard_quzlwy0/artifacts/base_ubuntu18.yaml", "artifactChecksum": "NzA5ZGU3Y2Q2M2IwNWU2OTc1NTQ0ZDBhNDhlNjNjZjY\u003d", "artifactDescription": "created from csar", "artifactTimeout": 30, "artifactVersion": "1", "artifactUUID": "9728a084-fe5f-4d22-acc7-6dff36c6906f", "generatedArtifact": { "artifactName": "base_ubuntu18.env", "artifactType": "HEAT_ENV", "artifactURL": "/sdc/v1/catalog/services/BasicOnboardQuzlwy/1.0/resourceInstances/basic_onboard_quzlwy0/artifacts/base_ubuntu18.env", "artifactChecksum": "ODYwMmYwMDliN2JjOTNlN2ZlM2RkNzAzMTg3OWMzNTA\u003d", "artifactDescription": "Auto-generated HEAT Environment deployment artifact", "artifactTimeout": 0, "artifactVersion": "2", "artifactUUID": "c5dcfe86-7500-459c-8a1a-9b316b864563", "generatedFromUUID": "9728a084-fe5f-4d22-acc7-6dff36c6906f" }, "relatedArtifactsInfo": [] }, { "artifactName": "base_ubuntu18.env", "artifactType": "HEAT_ENV", "artifactURL": "/sdc/v1/catalog/services/BasicOnboardQuzlwy/1.0/resourceInstances/basic_onboard_quzlwy0/artifacts/base_ubuntu18.env", "artifactChecksum": "ODYwMmYwMDliN2JjOTNlN2ZlM2RkNzAzMTg3OWMzNTA\u003d", "artifactDescription": "Auto-generated HEAT Environment deployment artifact", "artifactTimeout": 0, "artifactVersion": "2", "artifactUUID": "c5dcfe86-7500-459c-8a1a-9b316b864563", "relatedArtifactsInfo": [] } ] } ], "serviceArtifacts": [ { "artifactName": "service-BasicOnboardQuzlwy-csar.csar", "artifactType": "TOSCA_CSAR", "artifactURL": "/sdc/v1/catalog/services/BasicOnboardQuzlwy/1.0/artifacts/service-BasicOnboardQuzlwy-csar.csar", "artifactChecksum": "N2NjYTlkNTJlYjZlM2ZhZGU2MGE1ZTU0ZDQzMTYxZmY\u003d", "artifactDescription": "TOSCA definition package of the asset", "artifactTimeout": 0, "artifactVersion": "1", "artifactUUID": "c66a0a9b-9703-4b23-aafc-f59d8d887469" } ], "workloadContext": "Production" } 2023-02-22T11:15:00.328Z||pool-2-thread-2|||||DEBUG|500||Receive a callback notification in ASDC, nb of resources: 1 2023-02-22T11:15:00.329Z||pool-2-thread-2|||||INFO|500||ASDC_RECEIVE_CALLBACK_NOTIF 3 84839b1b-c563-4970-800e-d4eb6098bb0f ASDC 2023-02-22T11:15:00.455Z|6bcb860b-1b2c-41a4-a301-6aff57bff4aa|pool-2-thread-2|||||DEBUG|500||ASDC Notification: DistributionID:6bcb860b-1b2c-41a4-a301-6aff57bff4aa ServiceName:basic_onboard_qUzLwY ServiceVersion:1.0 ServiceUUID:84839b1b-c563-4970-800e-d4eb6098bb0f ServiceInvariantUUID:1043f1c0-d7bc-4d94-b6e5-c8d4467aa8e1 ServiceDescription:service Service Artifacts List: { Service Artifacts Info: ArtifactName:service-BasicOnboardQuzlwy-csar.csar ArtifactVersion:1 ArtifactType:TOSCA_CSAR ArtifactDescription:TOSCA definition package of the asset ArtifactTimeout:0 ArtifactURL:/sdc/v1/catalog/services/BasicOnboardQuzlwy/1.0/artifacts/service-BasicOnboardQuzlwy-csar.csar ArtifactUUID:c66a0a9b-9703-4b23-aafc-f59d8d887469 ArtifactChecksum:N2NjYTlkNTJlYjZlM2ZhZGU2MGE1ZTU0ZDQzMTYxZmY= GeneratedArtifact:{NULL } RelatedArtifacts:{ } } Resource Instances List: { Resource Instance Info: ResourceInstanceName:basic_onboard_qUzLwY 0 ResourceCustomizationUUID:b1be4cb1-57e6-4a98-8949-e19b77248dde ResourceInvariantUUID:46aa8981-095c-4bad-a3dc-97e9e2d66a61 ResourceName:basic_onboard_qUzLwY ResourceType:VF ResourceUUID:d6e7b843-6d83-4a83-9621-37a0c0fc73b9 ResourceVersion:1.0 Category:Generic SubCategory:Abstract Resource Artifacts List: { Service Artifacts Info: ArtifactName:basic_onboard_quzlwy0_modules.json ArtifactVersion:1 ArtifactType:VF_MODULES_METADATA ArtifactDescription:Auto-generated VF Modules information artifact ArtifactTimeout:0 ArtifactURL:/sdc/v1/catalog/services/BasicOnboardQuzlwy/1.0/resourceInstances/basic_onboard_quzlwy0/artifacts/basic_onboard_quzlwy0_modules.json ArtifactUUID:6971d5fe-078c-44db-9219-13fc90df5f61 ArtifactChecksum:NDNhMmE3ODQwMzBiZjcyYjFkYWYwNTI0ZjI5ZTQ3M2Q= 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/BasicOnboardQuzlwy/1.0/resourceInstances/basic_onboard_quzlwy0/artifacts/base_ubuntu18.yaml ArtifactUUID:9728a084-fe5f-4d22-acc7-6dff36c6906f 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/BasicOnboardQuzlwy/1.0/resourceInstances/basic_onboard_quzlwy0/artifacts/base_ubuntu18.env ArtifactUUID:c5dcfe86-7500-459c-8a1a-9b316b864563 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/BasicOnboardQuzlwy/1.0/resourceInstances/basic_onboard_quzlwy0/artifacts/base_ubuntu18.env ArtifactUUID:c5dcfe86-7500-459c-8a1a-9b316b864563 ArtifactChecksum:ODYwMmYwMDliN2JjOTNlN2ZlM2RkNzAzMTg3OWMzNTA= GeneratedArtifact:{NULL } RelatedArtifacts:{ } } } 2023-02-22T11:15:00.456Z|6bcb860b-1b2c-41a4-a301-6aff57bff4aa|pool-2-thread-2|||||INFO|500||ASDC_RECEIVE_SERVICE_NOTIF 84839b1b-c563-4970-800e-d4eb6098bb0f ASDC treatNotification Hibernate: select watchdogse0_.DISTRIBUTION_ID as distribu1_13_0_, watchdogse0_.SERVICE_MODEL_VERSION_ID as service_2_13_0_, watchdogse0_.CONSUMER_ID as consumer3_13_0_, watchdogse0_.CREATE_TIME as create_t4_13_0_, watchdogse0_.DISTRIBUTION_NOTIFICATION as distribu5_13_0_ from watchdog_service_mod_ver_id_lookup watchdogse0_ where watchdogse0_.DISTRIBUTION_ID=? and watchdogse0_.SERVICE_MODEL_VERSION_ID=? Hibernate: insert into watchdog_service_mod_ver_id_lookup (CONSUMER_ID, CREATE_TIME, DISTRIBUTION_NOTIFICATION, DISTRIBUTION_ID, SERVICE_MODEL_VERSION_ID) values (?, ?, ?, ?, ?) Hibernate: select watchdogdi0_.DISTRIBUTION_ID as distribu1_11_0_, watchdogdi0_.CREATE_TIME as create_t2_11_0_, watchdogdi0_.DISTRIBUTION_ID_STATUS as distribu3_11_0_, watchdogdi0_.MODIFY_TIME as modify_t4_11_0_, watchdogdi0_.LOCK_VERSION as lock_ver5_11_0_ from watchdog_distributionid_status watchdogdi0_ where watchdogdi0_.DISTRIBUTION_ID=? Hibernate: insert into watchdog_distributionid_status (CREATE_TIME, DISTRIBUTION_ID_STATUS, MODIFY_TIME, LOCK_VERSION, DISTRIBUTION_ID) values (?, ?, ?, ?, ?) 2023-02-22T11:15:00.678Z|6bcb860b-1b2c-41a4-a301-6aff57bff4aa|pool-2-thread-2|||||INFO|500||Unable to find the system property mso.config.path, use the default configuration 2023-02-22T11:15:00.679Z|6bcb860b-1b2c-41a4-a301-6aff57bff4aa|pool-2-thread-2|||||INFO|500||MSO config path is: /app 2023-02-22T11:15:00.680Z|6bcb860b-1b2c-41a4-a301-6aff57bff4aa|pool-2-thread-2|||||INFO|500||MSO config path is: /app 2023-02-22T11:15:00.680Z|6bcb860b-1b2c-41a4-a301-6aff57bff4aa|pool-2-thread-2|||||INFO|500||Trying to download the artifact UUID: c66a0a9b-9703-4b23-aafc-f59d8d887469 from URL: /sdc/v1/catalog/services/BasicOnboardQuzlwy/1.0/artifacts/service-BasicOnboardQuzlwy-csar.csar 2023-02-22T11:15:00.680Z|6bcb860b-1b2c-41a4-a301-6aff57bff4aa|pool-2-thread-2|||||INFO|500||DistributionClient - download 2023-02-22T11:15:00.682Z|6bcb860b-1b2c-41a4-a301-6aff57bff4aa|pool-2-thread-2|||||DEBUG|500||url to send https://sdc-be.onap:8443/sdc/v1/catalog/services/BasicOnboardQuzlwy/1.0/artifacts/service-BasicOnboardQuzlwy-csar.csar 2023-02-22T11:15:01.003Z|6bcb860b-1b2c-41a4-a301-6aff57bff4aa|pool-2-thread-2|||||DEBUG|500||GET Response Status 200 2023-02-22T11:15:01.017Z|6bcb860b-1b2c-41a4-a301-6aff57bff4aa|pool-2-thread-2|||||INFO|500||ASDC_ARTIFACT_DOWNLOAD_SUC /sdc/v1/catalog/services/BasicOnboardQuzlwy/1.0/artifacts/service-BasicOnboardQuzlwy-csar.csar c66a0a9b-9703-4b23-aafc-f59d8d887469 75311 2023-02-22T11:15:01.019Z|6bcb860b-1b2c-41a4-a301-6aff57bff4aa|pool-2-thread-2|||||INFO|500||ASDC_SEND_NOTIF_ASDC DOWNLOAD DOWNLOAD_OK /sdc/v1/catalog/services/BasicOnboardQuzlwy/1.0/artifacts/service-BasicOnboardQuzlwy-csar.csar ASDC sendASDCNotification 2023-02-22T11:15:01.019Z|6bcb860b-1b2c-41a4-a301-6aff57bff4aa|pool-2-thread-2|||||DEBUG|500||Sending DOWNLOAD(DOWNLOAD_OK) notification to ASDC for artifact:/sdc/v1/catalog/services/BasicOnboardQuzlwy/1.0/artifacts/service-BasicOnboardQuzlwy-csar.csar 2023-02-22T11:15:01.020Z|6bcb860b-1b2c-41a4-a301-6aff57bff4aa|pool-2-thread-2|||||INFO|500||DistributionClient - sendDownloadStatus 2023-02-22T11:15:01.021Z|6bcb860b-1b2c-41a4-a301-6aff57bff4aa|pool-2-thread-2|||||INFO|500||DistributionClient - sendStatus 2023-02-22T11:15:01.023Z|6bcb860b-1b2c-41a4-a301-6aff57bff4aa|pool-2-thread-2|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap] 2023-02-22T11:15:01.024Z|6bcb860b-1b2c-41a4-a301-6aff57bff4aa|pool-2-thread-2|||||DEBUG|500||try to send status { "distributionID": "6bcb860b-1b2c-41a4-a301-6aff57bff4aa", "consumerID": "SO-COpenSource-Env11", "timestamp": 1677064501018, "artifactURL": "/sdc/v1/catalog/services/BasicOnboardQuzlwy/1.0/artifacts/service-BasicOnboardQuzlwy-csar.csar", "status": "DOWNLOAD_OK" } 2023-02-22T11:15:01.124Z||pool-10-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 99 ms 2023-02-22T11:15:01.125Z||pool-10-thread-1|||||WARN|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO will send credentials over a clear channel. 2023-02-22T11:15:01.125Z||pool-10-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as sXwXLxdJNt84opGN) ... 2023-02-22T11:15:01.141Z||pool-10-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK 2023-02-22T11:15:01.141Z||pool-10-thread-1|||||INFO|500||cambria reply ok (17 ms):{"serverTimeMs":0,"count":1} 2023-02-22T11:15:02.024Z|6bcb860b-1b2c-41a4-a301-6aff57bff4aa|pool-2-thread-2|||||INFO|500||Unable to find the system property mso.config.path, use the default configuration 2023-02-22T11:15:02.026Z|6bcb860b-1b2c-41a4-a301-6aff57bff4aa|pool-2-thread-2|||||INFO|500||MSO config path is: /app 2023-02-22T11:15:02.026Z|6bcb860b-1b2c-41a4-a301-6aff57bff4aa|pool-2-thread-2|||||INFO|500||Trying to write artifact UUID: c66a0a9b-9703-4b23-aafc-f59d8d887469, URL: /sdc/v1/catalog/services/BasicOnboardQuzlwy/1.0/artifacts/service-BasicOnboardQuzlwy-csar.csar to file: /app/ASDC/1/service-BasicOnboardQuzlwy-csar.csar 2023-02-22T11:15:02.027Z|6bcb860b-1b2c-41a4-a301-6aff57bff4aa|pool-2-thread-2|||||INFO|500||ASDC_RECEIVE_SERVICE_NOTIF ***WRITE FILE ARTIFACT NAME ASDC service-BasicOnboardQuzlwy-csar.csar 2023-02-22T11:15:02.112Z|6bcb860b-1b2c-41a4-a301-6aff57bff4aa|pool-2-thread-2|||||DEBUG|500||ASDC File path is: /app/ASDC/1/service-BasicOnboardQuzlwy-csar.csar 2023-02-22T11:15:02.112Z|6bcb860b-1b2c-41a4-a301-6aff57bff4aa|pool-2-thread-2|||||INFO|500||ASDC_RECEIVE_SERVICE_NOTIF ***PATH ASDC /app/ASDC/1/service-BasicOnboardQuzlwy-csar.csar 2023-02-22T11:15:02.694Z|6bcb860b-1b2c-41a4-a301-6aff57bff4aa|pool-2-thread-2|||||DEBUG|500||ToscaTemplate Loading YAMEL file /tmp/JTP16246738754890788759/Definitions/service-BasicOnboardQuzlwy-template.yml Log warning: The required parameter "port_ubuntu18_admin_plane_port_0_name" is not provided Log warning: The required parameter "port_ubuntu18_admin_plane_port_0_order" is not provided Log warning: The required parameter "port_ubuntu18_admin_plane_port_0_security_groups" is not provided Log warning: The required parameter "compute_ubuntu18_user_data_format" is not provided Log warning: The required parameter "port_ubuntu18_admin_plane_port_0_ip_requirements" is not provided Log warning: The required parameter "port_ubuntu18_admin_plane_port_0_vlan_requirements" is not provided Log warning: The required parameter "compute_ubuntu18_metadata" is not provided Log warning: The required parameter "port_ubuntu18_admin_plane_port_0_network_role" is not provided Log warning: The required parameter "compute_ubuntu18_name" is not provided Log warning: The required parameter "port_ubuntu18_admin_plane_port_0_related_networks" is not provided Log warning: The required parameter "port_ubuntu18_admin_plane_port_0_network" is not provided Log warning: The required parameter "compute_ubuntu18_key_name" is not provided Log warning: The required parameter "port_ubuntu18_admin_plane_port_0_subnetpoolid" is not provided Log warning: The required parameter "port_ubuntu18_admin_plane_port_0_network_role_tag" is not provided 2023-02-22T11:15:04.782Z|6bcb860b-1b2c-41a4-a301-6aff57bff4aa|pool-2-thread-2|||||DEBUG|500||CSAR conformance level is 11.0 2023-02-22T11:15:04.787Z|6bcb860b-1b2c-41a4-a301-6aff57bff4aa|pool-2-thread-2|||||WARN|500||#################################################################################################### 2023-02-22T11:15:04.787Z|6bcb860b-1b2c-41a4-a301-6aff57bff4aa|pool-2-thread-2|||||WARN|500||CSAR Warnings found! CSAR name - /app/ASDC/1/service-BasicOnboardQuzlwy-csar.csar 2023-02-22T11:15:04.787Z|6bcb860b-1b2c-41a4-a301-6aff57bff4aa|pool-2-thread-2|||||WARN|500||ToscaTemplate - verifyTemplate - 7 Parsing Warnings occurred... 2023-02-22T11:15:04.787Z|6bcb860b-1b2c-41a4-a301-6aff57bff4aa|pool-2-thread-2|||||WARN|500||JTosca Exception [JE003]: MissingRequiredFieldError: properties of template "abstract_ubuntu18" are missing field(s): [nfc_function]. CSAR name - /app/ASDC/1/service-BasicOnboardQuzlwy-csar.csar 2023-02-22T11:15:04.788Z|6bcb860b-1b2c-41a4-a301-6aff57bff4aa|pool-2-thread-2|||||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-BasicOnboardQuzlwy-csar.csar 2023-02-22T11:15:04.788Z|6bcb860b-1b2c-41a4-a301-6aff57bff4aa|pool-2-thread-2|||||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-BasicOnboardQuzlwy-csar.csar 2023-02-22T11:15:04.788Z|6bcb860b-1b2c-41a4-a301-6aff57bff4aa|pool-2-thread-2|||||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-BasicOnboardQuzlwy-csar.csar 2023-02-22T11:15:04.788Z|6bcb860b-1b2c-41a4-a301-6aff57bff4aa|pool-2-thread-2|||||WARN|500||JTosca Exception [JE003]: MissingRequiredFieldError: properties of template "abstract_ubuntu18" are missing field(s): [unit, type]. CSAR name - /app/ASDC/1/service-BasicOnboardQuzlwy-csar.csar 2023-02-22T11:15:04.788Z|6bcb860b-1b2c-41a4-a301-6aff57bff4aa|pool-2-thread-2|||||WARN|500||JTosca Exception [JE003]: MissingRequiredFieldError: properties of template "basic_onboard_qUzLwY 0" are missing field(s): [nf_function, nf_role, nf_naming_code, nf_type, min_instances, max_instances, sdnc_model_name, sdnc_model_version, sdnc_artifact_name]. CSAR name - /app/ASDC/1/service-BasicOnboardQuzlwy-csar.csar 2023-02-22T11:15:04.788Z|6bcb860b-1b2c-41a4-a301-6aff57bff4aa|pool-2-thread-2|||||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-BasicOnboardQuzlwy-csar.csar 2023-02-22T11:15:04.789Z|6bcb860b-1b2c-41a4-a301-6aff57bff4aa|pool-2-thread-2|||||WARN|500||#################################################################################################### 2023-02-22T11:15:04.795Z|6bcb860b-1b2c-41a4-a301-6aff57bff4aa|pool-2-thread-2|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive 2023-02-22T11:15:04.796Z|6bcb860b-1b2c-41a4-a301-6aff57bff4aa|pool-2-thread-2|||||DEBUG|500||Service basic_onboard_qUzLwY is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=SERVICE_PROXY, toscaType=null, uUID=null, customizationUUID=null 2023-02-22T11:15:04.800Z|6bcb860b-1b2c-41a4-a301-6aff57bff4aa|pool-2-thread-2|||||DEBUG|500||Node template basic_onboard_qUzLwY 0 is matching search criteria 2023-02-22T11:15:04.800Z|6bcb860b-1b2c-41a4-a301-6aff57bff4aa|pool-2-thread-2|||||DEBUG|500||Search for entities recursively 2023-02-22T11:15:04.802Z|6bcb860b-1b2c-41a4-a301-6aff57bff4aa|pool-2-thread-2|||||DEBUG|500||Found topology templates [basic_onboard_qUzLwY 0, abstract_ubuntu18] matching following query criteria: sdcType=Service, customizationUUID=null 2023-02-22T11:15:04.803Z|6bcb860b-1b2c-41a4-a301-6aff57bff4aa|pool-2-thread-2|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive 2023-02-22T11:15:04.804Z|6bcb860b-1b2c-41a4-a301-6aff57bff4aa|pool-2-thread-2|||||DEBUG|500||Service basic_onboard_qUzLwY is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=CONFIGURATION, toscaType=null, uUID=null, customizationUUID=null 2023-02-22T11:15:04.804Z|6bcb860b-1b2c-41a4-a301-6aff57bff4aa|pool-2-thread-2|||||DEBUG|500||Node template basic_onboard_qUzLwY 0 is matching search criteria 2023-02-22T11:15:04.804Z|6bcb860b-1b2c-41a4-a301-6aff57bff4aa|pool-2-thread-2|||||DEBUG|500||Search for entities recursively 2023-02-22T11:15:04.804Z|6bcb860b-1b2c-41a4-a301-6aff57bff4aa|pool-2-thread-2|||||DEBUG|500||Found topology templates [basic_onboard_qUzLwY 0, abstract_ubuntu18] matching following query criteria: sdcType=Service, customizationUUID=null 2023-02-22T11:15:04.805Z|6bcb860b-1b2c-41a4-a301-6aff57bff4aa|pool-2-thread-2|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive 2023-02-22T11:15:04.805Z|6bcb860b-1b2c-41a4-a301-6aff57bff4aa|pool-2-thread-2|||||DEBUG|500||Service basic_onboard_qUzLwY is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=VF, toscaType=null, uUID=null, customizationUUID=null 2023-02-22T11:15:04.808Z|6bcb860b-1b2c-41a4-a301-6aff57bff4aa|pool-2-thread-2|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive 2023-02-22T11:15:04.808Z|6bcb860b-1b2c-41a4-a301-6aff57bff4aa|pool-2-thread-2|||||DEBUG|500||Node template basic_onboard_qUzLwY 0 is not matching search criteria 2023-02-22T11:15:04.808Z|6bcb860b-1b2c-41a4-a301-6aff57bff4aa|pool-2-thread-2|||||DEBUG|500||Node template abstract_ubuntu18 is not matching search criteria 2023-02-22T11:15:04.809Z|6bcb860b-1b2c-41a4-a301-6aff57bff4aa|pool-2-thread-2|||||DEBUG|500||Node template ubuntu18 is not matching search criteria 2023-02-22T11:15:04.809Z|6bcb860b-1b2c-41a4-a301-6aff57bff4aa|pool-2-thread-2|||||DEBUG|500||Node template ubuntu18_ubuntu18_admin_plane_port_0 is not matching search criteria 2023-02-22T11:15:04.809Z|6bcb860b-1b2c-41a4-a301-6aff57bff4aa|pool-2-thread-2|||||DEBUG|500||Node template ubuntu18_admin_security_group is not matching search criteria 2023-02-22T11:15:04.809Z|6bcb860b-1b2c-41a4-a301-6aff57bff4aa|pool-2-thread-2|||||DEBUG|500||Found topology templates [] matching following query criteria: sdcType=VF, customizationUUID=customizationUUID 2023-02-22T11:15:04.810Z|6bcb860b-1b2c-41a4-a301-6aff57bff4aa|pool-2-thread-2|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive 2023-02-22T11:15:04.810Z|6bcb860b-1b2c-41a4-a301-6aff57bff4aa|pool-2-thread-2|||||DEBUG|500||Service basic_onboard_qUzLwY is searched for EntityType=GROUP, nodeTemplateType=null, toscaType=org.openecomp.groups.VfModule, uUID=null, customizationUUID=null 2023-02-22T11:15:04.811Z|6bcb860b-1b2c-41a4-a301-6aff57bff4aa|pool-2-thread-2|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive 2023-02-22T11:15:04.811Z|6bcb860b-1b2c-41a4-a301-6aff57bff4aa|pool-2-thread-2|||||DEBUG|500||Node template basic_onboard_qUzLwY 0 is matching search criteria 2023-02-22T11:15:04.811Z|6bcb860b-1b2c-41a4-a301-6aff57bff4aa|pool-2-thread-2|||||DEBUG|500||Found topology templates [basic_onboard_qUzLwY 0] matching following query criteria: sdcType=VF, customizationUUID=null 2023-02-22T11:15:04.812Z|6bcb860b-1b2c-41a4-a301-6aff57bff4aa|pool-2-thread-2|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive 2023-02-22T11:15:04.812Z|6bcb860b-1b2c-41a4-a301-6aff57bff4aa|pool-2-thread-2|||||DEBUG|500||Node template basic_onboard_qUzLwY 0 is matching search criteria 2023-02-22T11:15:04.812Z|6bcb860b-1b2c-41a4-a301-6aff57bff4aa|pool-2-thread-2|||||DEBUG|500||Found topology templates [basic_onboard_qUzLwY 0] matching following query criteria: sdcType=VF, customizationUUID=null 2023-02-22T11:15:04.813Z|6bcb860b-1b2c-41a4-a301-6aff57bff4aa|pool-2-thread-2|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive 2023-02-22T11:15:04.813Z|6bcb860b-1b2c-41a4-a301-6aff57bff4aa|pool-2-thread-2|||||DEBUG|500||Node template basic_onboard_qUzLwY 0 is matching search criteria 2023-02-22T11:15:04.813Z|6bcb860b-1b2c-41a4-a301-6aff57bff4aa|pool-2-thread-2|||||DEBUG|500||Found topology templates [basic_onboard_qUzLwY 0] matching following query criteria: sdcType=VF, customizationUUID=null 2023-02-22T11:15:04.813Z|6bcb860b-1b2c-41a4-a301-6aff57bff4aa|pool-2-thread-2|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive 2023-02-22T11:15:04.814Z|6bcb860b-1b2c-41a4-a301-6aff57bff4aa|pool-2-thread-2|||||DEBUG|500||Node template basic_onboard_qUzLwY 0 is not matching search criteria 2023-02-22T11:15:04.814Z|6bcb860b-1b2c-41a4-a301-6aff57bff4aa|pool-2-thread-2|||||DEBUG|500||Node template abstract_ubuntu18 is matching search criteria 2023-02-22T11:15:04.814Z|6bcb860b-1b2c-41a4-a301-6aff57bff4aa|pool-2-thread-2|||||DEBUG|500||Node template ubuntu18_admin_security_group is not matching search criteria 2023-02-22T11:15:04.814Z|6bcb860b-1b2c-41a4-a301-6aff57bff4aa|pool-2-thread-2|||||DEBUG|500||Found topology templates [abstract_ubuntu18] matching following query criteria: sdcType=CVFC, customizationUUID=09fe3ddb-ad7c-4301-802f-2e8c1e8bea98 2023-02-22T11:15:04.815Z|6bcb860b-1b2c-41a4-a301-6aff57bff4aa|pool-2-thread-2|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive 2023-02-22T11:15:04.815Z|6bcb860b-1b2c-41a4-a301-6aff57bff4aa|pool-2-thread-2|||||DEBUG|500||Service basic_onboard_qUzLwY is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=VL, toscaType=null, uUID=null, customizationUUID=null 2023-02-22T11:15:04.815Z|6bcb860b-1b2c-41a4-a301-6aff57bff4aa|pool-2-thread-2|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive 2023-02-22T11:15:04.815Z|6bcb860b-1b2c-41a4-a301-6aff57bff4aa|pool-2-thread-2|||||DEBUG|500||Service basic_onboard_qUzLwY is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=CR, toscaType=null, uUID=null, customizationUUID=null 2023-02-22T11:15:04.816Z|6bcb860b-1b2c-41a4-a301-6aff57bff4aa|pool-2-thread-2|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive 2023-02-22T11:15:04.816Z|6bcb860b-1b2c-41a4-a301-6aff57bff4aa|pool-2-thread-2|||||DEBUG|500||Service basic_onboard_qUzLwY is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=VF, toscaType=null, uUID=null, customizationUUID=null 2023-02-22T11:15:04.816Z|6bcb860b-1b2c-41a4-a301-6aff57bff4aa|pool-2-thread-2|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive 2023-02-22T11:15:04.816Z|6bcb860b-1b2c-41a4-a301-6aff57bff4aa|pool-2-thread-2|||||DEBUG|500||Service basic_onboard_qUzLwY is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=PNF, toscaType=null, uUID=null, customizationUUID=null 2023-02-22T11:15:04.816Z|6bcb860b-1b2c-41a4-a301-6aff57bff4aa|pool-2-thread-2|||||DEBUG|500||CSAR Notification: Service Level Properties: Name:basic_onboard_qUzLwY Description:service Model UUID:84839b1b-c563-4970-800e-d4eb6098bb0f Model Version:NULL Model InvariantUuid:1043f1c0-d7bc-4d94-b6e5-c8d4467aa8e1 Service Type: Service Role: WorkLoad Context:Production Environment Context:General_Revenue-Bearing VNF Properties: Model Name:basic_onboard_qUzLwY Model UUID:b1e83464-3b6e-4b5e-9127-58fdc45ce18e Description:VF Version:1.0 Type:VF Category:Generic InvariantUuid:46aa8981-095c-4bad-a3dc-97e9e2d66a61 Max Instances:null Min Instances:null VNF Customization Properties: Customization UUID:b1be4cb1-57e6-4a98-8949-e19b77248dde NFFunction:null NFCode:null NFRole:null NFType:null MultiStageDesign:false VF Module Properties: ModelInvariantUuid:4a395295-8783-4bae-bd99-e2ed876e21bb ModelName:BasicOnboardQuzlwy..base_ubuntu18..module-0 ModelUuid:c302aac3-d548-4ed5-b954-9a95bab7b343 ModelVersion:1 Description:NULL VF Module Customization Properties: Model Customization UUID:NULL CVNFC Properties: ModelCustomizationUuid:09fe3ddb-ad7c-4301-802f-2e8c1e8bea98 ModelInvariantUuid:11f4a14b-f289-4772-8902-80af194e4184 ModelName:basic_onboard_qUzLwY-nodes.ubuntu18Cvfc ModelUuid:22413151-92dc-47a9-863e-7a52eb287344 ModelVersion:1.0 Description:Complex node type that is used as nested type in VF Template Name:abstract_ubuntu18 VNFC Properties: ModelCustomizationUuid:ccdaa81f-ad5f-46b3-945a-486e26c94c85 ModelInvariantUuid:9327ce75-80dd-426e-9733-1ad019772860 ModelName:BasicOnboardQuzlwy.compute.nodes.heat.ubuntu18 ModelUuid:509d497e-7d3b-4d79-b728-9025d1ea6535 ModelVersion:1.0 Description:Not reusable inner VFC Sub Category:Abstract VF Allotted Resource Properties: PNF Allotted Resource Properties: Hibernate: select toscacsar0_.ARTIFACT_UUID as artifact1_57_0_, toscacsar0_.ARTIFACT_CHECKSUM as artifact2_57_0_, toscacsar0_.CREATION_TIMESTAMP as creation3_57_0_, toscacsar0_.DESCRIPTION as descript4_57_0_, toscacsar0_.NAME as name5_57_0_, toscacsar0_.URL as url6_57_0_, toscacsar0_.Version as version7_57_0_ from tosca_csar toscacsar0_ where toscacsar0_.ARTIFACT_UUID=? 2023-02-22T11:15:04.843Z|6bcb860b-1b2c-41a4-a301-6aff57bff4aa|pool-2-thread-2|||||INFO|500||Processing Resource Type: VF, Model UUID: d6e7b843-6d83-4a83-9621-37a0c0fc73b9 Hibernate: select service0_.MODEL_UUID as model_uu1_50_, service0_.CDS_BLUEPRINT_NAME as cds_blue2_50_, service0_.CDS_BLUEPRINT_VERSION as cds_blue3_50_, service0_.SERVICE_CATEGORY as service_4_50_, service0_.CONTROLLER_ACTOR as controll5_50_, service0_.CREATION_TIMESTAMP as creation6_50_, service0_.TOSCA_CSAR_ARTIFACT_UUID as tosca_c21_50_, service0_.DESCRIPTION as descript7_50_, service0_.OVERALL_DISTRIBUTION_STATUS as overall_8_50_, service0_.ENVIRONMENT_CONTEXT as environm9_50_, service0_.MODEL_INVARIANT_UUID as model_i10_50_, service0_.MODEL_NAME as model_n11_50_, service0_.MODEL_VERSION as model_v12_50_, service0_.NAMING_POLICY as naming_13_50_, service0_.ONAP_GENERATED_NAMING as onap_ge14_50_, service0_.RESOURCE_ORDER as resourc15_50_, service0_.SERVICE_FUNCTION as service16_50_, service0_.SERVICE_ROLE as service17_50_, service0_.SERVICE_TYPE as service18_50_, service0_.SKIP_POST_INSTANTIATION_CONFIGURATION as skip_po19_50_, service0_.WORKLOAD_CONTEXT as workloa20_50_ from service service0_ where service0_.MODEL_UUID=? 2023-02-22T11:15:04.933Z|6bcb860b-1b2c-41a4-a301-6aff57bff4aa|pool-2-thread-2|||||INFO|500||basic_onboard_qUzLwY 0 2023-02-22T11:15:04.940Z|6bcb860b-1b2c-41a4-a301-6aff57bff4aa|pool-2-thread-2|||||DEBUG|500||Processing Resource Type: VF and Model UUID: d6e7b843-6d83-4a83-9621-37a0c0fc73b9 2023-02-22T11:15:04.940Z|6bcb860b-1b2c-41a4-a301-6aff57bff4aa|pool-2-thread-2|||||INFO|500||Trying to download the artifact UUID: 6971d5fe-078c-44db-9219-13fc90df5f61 from URL: /sdc/v1/catalog/services/BasicOnboardQuzlwy/1.0/resourceInstances/basic_onboard_quzlwy0/artifacts/basic_onboard_quzlwy0_modules.json 2023-02-22T11:15:04.941Z|6bcb860b-1b2c-41a4-a301-6aff57bff4aa|pool-2-thread-2|||||INFO|500||DistributionClient - download 2023-02-22T11:15:04.941Z|6bcb860b-1b2c-41a4-a301-6aff57bff4aa|pool-2-thread-2|||||DEBUG|500||url to send https://sdc-be.onap:8443/sdc/v1/catalog/services/BasicOnboardQuzlwy/1.0/resourceInstances/basic_onboard_quzlwy0/artifacts/basic_onboard_quzlwy0_modules.json 2023-02-22T11:15:05.048Z|6bcb860b-1b2c-41a4-a301-6aff57bff4aa|pool-2-thread-2|||||DEBUG|500||GET Response Status 200 2023-02-22T11:15:05.049Z|6bcb860b-1b2c-41a4-a301-6aff57bff4aa|pool-2-thread-2|||||INFO|500||ASDC_ARTIFACT_DOWNLOAD_SUC /sdc/v1/catalog/services/BasicOnboardQuzlwy/1.0/resourceInstances/basic_onboard_quzlwy0/artifacts/basic_onboard_quzlwy0_modules.json 6971d5fe-078c-44db-9219-13fc90df5f61 798 2023-02-22T11:15:05.049Z|6bcb860b-1b2c-41a4-a301-6aff57bff4aa|pool-2-thread-2|||||INFO|500||ASDC_SEND_NOTIF_ASDC DOWNLOAD DOWNLOAD_OK /sdc/v1/catalog/services/BasicOnboardQuzlwy/1.0/resourceInstances/basic_onboard_quzlwy0/artifacts/basic_onboard_quzlwy0_modules.json ASDC sendASDCNotification 2023-02-22T11:15:05.049Z|6bcb860b-1b2c-41a4-a301-6aff57bff4aa|pool-2-thread-2|||||DEBUG|500||Sending DOWNLOAD(DOWNLOAD_OK) notification to ASDC for artifact:/sdc/v1/catalog/services/BasicOnboardQuzlwy/1.0/resourceInstances/basic_onboard_quzlwy0/artifacts/basic_onboard_quzlwy0_modules.json 2023-02-22T11:15:05.049Z|6bcb860b-1b2c-41a4-a301-6aff57bff4aa|pool-2-thread-2|||||INFO|500||DistributionClient - sendDownloadStatus 2023-02-22T11:15:05.050Z|6bcb860b-1b2c-41a4-a301-6aff57bff4aa|pool-2-thread-2|||||INFO|500||DistributionClient - sendStatus 2023-02-22T11:15:05.052Z|6bcb860b-1b2c-41a4-a301-6aff57bff4aa|pool-2-thread-2|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap] 2023-02-22T11:15:05.052Z|6bcb860b-1b2c-41a4-a301-6aff57bff4aa|pool-2-thread-2|||||DEBUG|500||try to send status { "distributionID": "6bcb860b-1b2c-41a4-a301-6aff57bff4aa", "consumerID": "SO-COpenSource-Env11", "timestamp": 1677064505049, "artifactURL": "/sdc/v1/catalog/services/BasicOnboardQuzlwy/1.0/resourceInstances/basic_onboard_quzlwy0/artifacts/basic_onboard_quzlwy0_modules.json", "status": "DOWNLOAD_OK" } 2023-02-22T11:15:05.152Z||pool-11-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 99 ms 2023-02-22T11:15:05.154Z||pool-11-thread-1|||||WARN|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO will send credentials over a clear channel. 2023-02-22T11:15:05.154Z||pool-11-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as sXwXLxdJNt84opGN) ... 2023-02-22T11:15:05.168Z||pool-11-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK 2023-02-22T11:15:05.168Z||pool-11-thread-1|||||INFO|500||cambria reply ok (15 ms):{"serverTimeMs":0,"count":1} 2023-02-22T11:15:06.054Z|6bcb860b-1b2c-41a4-a301-6aff57bff4aa|pool-2-thread-2|||||DEBUG|500||VF_MODULE_ARTIFACT: [ { "vfModuleModelName": "BasicOnboardQuzlwy..base_ubuntu18..module-0", "vfModuleModelInvariantUUID": "4a395295-8783-4bae-bd99-e2ed876e21bb", "vfModuleModelVersion": "1", "vfModuleModelUUID": "c302aac3-d548-4ed5-b954-9a95bab7b343", "vfModuleModelCustomizationUUID": "fced061c-369d-4ab1-8584-7249a03d9af4", "isBase": true, "artifacts": [ "9728a084-fe5f-4d22-acc7-6dff36c6906f", "c5dcfe86-7500-459c-8a1a-9b316b864563" ], "properties": { "min_vf_module_instances": "1", "vf_module_label": "base_ubuntu18", "max_vf_module_instances": "1", "vfc_list": "", "vf_module_type": "Base", "vf_module_description": "", "initial_count": "1", "volume_group": "false", "availability_zone_count": "" } } ] 2023-02-22T11:15:06.068Z|6bcb860b-1b2c-41a4-a301-6aff57bff4aa|pool-2-thread-2|||||DEBUG|500||VfModuleMetaData List: { VfModuleMetaData: VfModuleModelName:BasicOnboardQuzlwy..base_ubuntu18..module-0 VfModuleModelVersion:1 VfModuleModelUUID:c302aac3-d548-4ed5-b954-9a95bab7b343 VfModuleModelInvariantUUID:4a395295-8783-4bae-bd99-e2ed876e21bb VfModuleModelDescription:NULL Artifacts UUID List:{ 9728a084-fe5f-4d22-acc7-6dff36c6906f , c5dcfe86-7500-459c-8a1a-9b316b864563 } Properties List:{ min_vf_module_instances : 1 vf_module_label : base_ubuntu18 max_vf_module_instances : 1 vfc_list : vf_module_type : Base vf_module_description : initial_count : 1 volume_group : false availability_zone_count : } isBase:true } 2023-02-22T11:15:06.072Z|6bcb860b-1b2c-41a4-a301-6aff57bff4aa|pool-2-thread-2|||||DEBUG|500||VF_MODULE_ARTIFACT: [ { "vfModuleModelName": "BasicOnboardQuzlwy..base_ubuntu18..module-0", "vfModuleModelInvariantUUID": "4a395295-8783-4bae-bd99-e2ed876e21bb", "vfModuleModelVersion": "1", "vfModuleModelUUID": "c302aac3-d548-4ed5-b954-9a95bab7b343", "vfModuleModelCustomizationUUID": "fced061c-369d-4ab1-8584-7249a03d9af4", "isBase": true, "artifacts": [ "9728a084-fe5f-4d22-acc7-6dff36c6906f", "c5dcfe86-7500-459c-8a1a-9b316b864563" ], "properties": { "min_vf_module_instances": "1", "vf_module_label": "base_ubuntu18", "max_vf_module_instances": "1", "vfc_list": "", "vf_module_type": "Base", "vf_module_description": "", "initial_count": "1", "volume_group": "false", "availability_zone_count": "" } } ] 2023-02-22T11:15:06.072Z|6bcb860b-1b2c-41a4-a301-6aff57bff4aa|pool-2-thread-2|||||DEBUG|500||VfModuleMetaData List: { VfModuleMetaData: VfModuleModelName:BasicOnboardQuzlwy..base_ubuntu18..module-0 VfModuleModelVersion:1 VfModuleModelUUID:c302aac3-d548-4ed5-b954-9a95bab7b343 VfModuleModelInvariantUUID:4a395295-8783-4bae-bd99-e2ed876e21bb VfModuleModelDescription:NULL Artifacts UUID List:{ 9728a084-fe5f-4d22-acc7-6dff36c6906f , c5dcfe86-7500-459c-8a1a-9b316b864563 } Properties List:{ min_vf_module_instances : 1 vf_module_label : base_ubuntu18 max_vf_module_instances : 1 vfc_list : vf_module_type : Base vf_module_description : initial_count : 1 volume_group : false availability_zone_count : } isBase:true } 2023-02-22T11:15:06.073Z|6bcb860b-1b2c-41a4-a301-6aff57bff4aa|pool-2-thread-2|||||INFO|500||Trying to download the artifact UUID: 9728a084-fe5f-4d22-acc7-6dff36c6906f from URL: /sdc/v1/catalog/services/BasicOnboardQuzlwy/1.0/resourceInstances/basic_onboard_quzlwy0/artifacts/base_ubuntu18.yaml 2023-02-22T11:15:06.073Z|6bcb860b-1b2c-41a4-a301-6aff57bff4aa|pool-2-thread-2|||||INFO|500||DistributionClient - download 2023-02-22T11:15:06.073Z|6bcb860b-1b2c-41a4-a301-6aff57bff4aa|pool-2-thread-2|||||DEBUG|500||url to send https://sdc-be.onap:8443/sdc/v1/catalog/services/BasicOnboardQuzlwy/1.0/resourceInstances/basic_onboard_quzlwy0/artifacts/base_ubuntu18.yaml 2023-02-22T11:15:06.168Z|6bcb860b-1b2c-41a4-a301-6aff57bff4aa|pool-2-thread-2|||||DEBUG|500||GET Response Status 200 2023-02-22T11:15:06.168Z|6bcb860b-1b2c-41a4-a301-6aff57bff4aa|pool-2-thread-2|||||INFO|500||ASDC_ARTIFACT_DOWNLOAD_SUC /sdc/v1/catalog/services/BasicOnboardQuzlwy/1.0/resourceInstances/basic_onboard_quzlwy0/artifacts/base_ubuntu18.yaml 9728a084-fe5f-4d22-acc7-6dff36c6906f 5033 2023-02-22T11:15:06.169Z|6bcb860b-1b2c-41a4-a301-6aff57bff4aa|pool-2-thread-2|||||INFO|500||ASDC_SEND_NOTIF_ASDC DOWNLOAD DOWNLOAD_OK /sdc/v1/catalog/services/BasicOnboardQuzlwy/1.0/resourceInstances/basic_onboard_quzlwy0/artifacts/base_ubuntu18.yaml ASDC sendASDCNotification 2023-02-22T11:15:06.169Z|6bcb860b-1b2c-41a4-a301-6aff57bff4aa|pool-2-thread-2|||||DEBUG|500||Sending DOWNLOAD(DOWNLOAD_OK) notification to ASDC for artifact:/sdc/v1/catalog/services/BasicOnboardQuzlwy/1.0/resourceInstances/basic_onboard_quzlwy0/artifacts/base_ubuntu18.yaml 2023-02-22T11:15:06.169Z|6bcb860b-1b2c-41a4-a301-6aff57bff4aa|pool-2-thread-2|||||INFO|500||DistributionClient - sendDownloadStatus 2023-02-22T11:15:06.170Z|6bcb860b-1b2c-41a4-a301-6aff57bff4aa|pool-2-thread-2|||||INFO|500||DistributionClient - sendStatus 2023-02-22T11:15:06.171Z|6bcb860b-1b2c-41a4-a301-6aff57bff4aa|pool-2-thread-2|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap] 2023-02-22T11:15:06.172Z|6bcb860b-1b2c-41a4-a301-6aff57bff4aa|pool-2-thread-2|||||DEBUG|500||try to send status { "distributionID": "6bcb860b-1b2c-41a4-a301-6aff57bff4aa", "consumerID": "SO-COpenSource-Env11", "timestamp": 1677064506169, "artifactURL": "/sdc/v1/catalog/services/BasicOnboardQuzlwy/1.0/resourceInstances/basic_onboard_quzlwy0/artifacts/base_ubuntu18.yaml", "status": "DOWNLOAD_OK" } 2023-02-22T11:15:06.272Z||pool-12-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms 2023-02-22T11:15:06.273Z||pool-12-thread-1|||||WARN|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO will send credentials over a clear channel. 2023-02-22T11:15:06.273Z||pool-12-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as sXwXLxdJNt84opGN) ... 2023-02-22T11:15:06.285Z||pool-12-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK 2023-02-22T11:15:06.286Z||pool-12-thread-1|||||INFO|500||cambria reply ok (14 ms):{"serverTimeMs":1,"count":1} 2023-02-22T11:15:07.172Z|6bcb860b-1b2c-41a4-a301-6aff57bff4aa|pool-2-thread-2|||||INFO|500||Trying to download the artifact UUID: c5dcfe86-7500-459c-8a1a-9b316b864563 from URL: /sdc/v1/catalog/services/BasicOnboardQuzlwy/1.0/resourceInstances/basic_onboard_quzlwy0/artifacts/base_ubuntu18.env 2023-02-22T11:15:07.173Z|6bcb860b-1b2c-41a4-a301-6aff57bff4aa|pool-2-thread-2|||||INFO|500||DistributionClient - download 2023-02-22T11:15:07.173Z|6bcb860b-1b2c-41a4-a301-6aff57bff4aa|pool-2-thread-2|||||DEBUG|500||url to send https://sdc-be.onap:8443/sdc/v1/catalog/services/BasicOnboardQuzlwy/1.0/resourceInstances/basic_onboard_quzlwy0/artifacts/base_ubuntu18.env 2023-02-22T11:15:07.268Z|6bcb860b-1b2c-41a4-a301-6aff57bff4aa|pool-2-thread-2|||||DEBUG|500||GET Response Status 200 2023-02-22T11:15:07.268Z|6bcb860b-1b2c-41a4-a301-6aff57bff4aa|pool-2-thread-2|||||INFO|500||ASDC_ARTIFACT_DOWNLOAD_SUC /sdc/v1/catalog/services/BasicOnboardQuzlwy/1.0/resourceInstances/basic_onboard_quzlwy0/artifacts/base_ubuntu18.env c5dcfe86-7500-459c-8a1a-9b316b864563 909 2023-02-22T11:15:07.269Z|6bcb860b-1b2c-41a4-a301-6aff57bff4aa|pool-2-thread-2|||||INFO|500||ASDC_SEND_NOTIF_ASDC DOWNLOAD DOWNLOAD_OK /sdc/v1/catalog/services/BasicOnboardQuzlwy/1.0/resourceInstances/basic_onboard_quzlwy0/artifacts/base_ubuntu18.env ASDC sendASDCNotification 2023-02-22T11:15:07.269Z|6bcb860b-1b2c-41a4-a301-6aff57bff4aa|pool-2-thread-2|||||DEBUG|500||Sending DOWNLOAD(DOWNLOAD_OK) notification to ASDC for artifact:/sdc/v1/catalog/services/BasicOnboardQuzlwy/1.0/resourceInstances/basic_onboard_quzlwy0/artifacts/base_ubuntu18.env 2023-02-22T11:15:07.269Z|6bcb860b-1b2c-41a4-a301-6aff57bff4aa|pool-2-thread-2|||||INFO|500||DistributionClient - sendDownloadStatus 2023-02-22T11:15:07.269Z|6bcb860b-1b2c-41a4-a301-6aff57bff4aa|pool-2-thread-2|||||INFO|500||DistributionClient - sendStatus 2023-02-22T11:15:07.272Z|6bcb860b-1b2c-41a4-a301-6aff57bff4aa|pool-2-thread-2|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap] 2023-02-22T11:15:07.272Z|6bcb860b-1b2c-41a4-a301-6aff57bff4aa|pool-2-thread-2|||||DEBUG|500||try to send status { "distributionID": "6bcb860b-1b2c-41a4-a301-6aff57bff4aa", "consumerID": "SO-COpenSource-Env11", "timestamp": 1677064507269, "artifactURL": "/sdc/v1/catalog/services/BasicOnboardQuzlwy/1.0/resourceInstances/basic_onboard_quzlwy0/artifacts/base_ubuntu18.env", "status": "DOWNLOAD_OK" } 2023-02-22T11:15:07.373Z||pool-13-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms 2023-02-22T11:15:07.373Z||pool-13-thread-1|||||WARN|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO will send credentials over a clear channel. 2023-02-22T11:15:07.374Z||pool-13-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as sXwXLxdJNt84opGN) ... 2023-02-22T11:15:07.385Z||pool-13-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK 2023-02-22T11:15:07.385Z||pool-13-thread-1|||||INFO|500||cambria reply ok (12 ms):{"serverTimeMs":0,"count":1} 2023-02-22T11:15:08.273Z|6bcb860b-1b2c-41a4-a301-6aff57bff4aa|pool-2-thread-2|||||DEBUG|500||Preparing to deploy Service: 84839b1b-c563-4970-800e-d4eb6098bb0f 2023-02-22T11:15:08.273Z|6bcb860b-1b2c-41a4-a301-6aff57bff4aa|pool-2-thread-2|||||INFO|500||ASDC_START_DEPLOY_ARTIFACT basic_onboard_qUzLwY 0 d6e7b843-6d83-4a83-9621-37a0c0fc73b9 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=? 2023-02-22T11:15:08.306Z|6bcb860b-1b2c-41a4-a301-6aff57bff4aa|pool-2-thread-2|||||DEBUG|500||serviceInputs: {} [org.onap.sdc.toscaparser.api.parameters.Input@31d21e1b, org.onap.sdc.toscaparser.api.parameters.Input@3cfd466, org.onap.sdc.toscaparser.api.parameters.Input@2c7b1374, org.onap.sdc.toscaparser.api.parameters.Input@b3adfa0, org.onap.sdc.toscaparser.api.parameters.Input@2ab93a1a] 2023-02-22T11:15:08.310Z|6bcb860b-1b2c-41a4-a301-6aff57bff4aa|pool-2-thread-2|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive 2023-02-22T11:15:08.310Z|6bcb860b-1b2c-41a4-a301-6aff57bff4aa|pool-2-thread-2|||||DEBUG|500||Service basic_onboard_qUzLwY is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=VF, toscaType=null, uUID=null, customizationUUID=null 2023-02-22T11:15:08.311Z|6bcb860b-1b2c-41a4-a301-6aff57bff4aa|pool-2-thread-2|||||DEBUG|500||VF Category is: Generic 2023-02-22T11:15:08.311Z|6bcb860b-1b2c-41a4-a301-6aff57bff4aa|pool-2-thread-2|||||DEBUG|500||VFCustomizationUUID= b1be4cb1-57e6-4a98-8949-e19b77248dde 2023-02-22T11:15:08.311Z|6bcb860b-1b2c-41a4-a301-6aff57bff4aa|pool-2-thread-2|||||DEBUG|500||Checking if Notification VF ResourceCustomizationUUID: b1be4cb1-57e6-4a98-8949-e19b77248dde matches Tosca VF Customization UUID: b1be4cb1-57e6-4a98-8949-e19b77248dde 2023-02-22T11:15:08.311Z|6bcb860b-1b2c-41a4-a301-6aff57bff4aa|pool-2-thread-2|||||DEBUG|500||vfCustomizationUUID: b1be4cb1-57e6-4a98-8949-e19b77248dde matches vfNotificationResource CustomizationUUID Hibernate: select vnfresourc0_.MODEL_UUID as model_uu1_64_, vnfresourc0_.AIC_VERSION_MAX as aic_vers2_64_, vnfresourc0_.AIC_VERSION_MIN as aic_vers3_64_, vnfresourc0_.RESOURCE_CATEGORY as resource4_64_, vnfresourc0_.CREATION_TIMESTAMP as creation5_64_, vnfresourc0_.DESCRIPTION as descript6_64_, vnfresourc0_.HEAT_TEMPLATE_ARTIFACT_UUID as heat_te13_64_, vnfresourc0_.MODEL_INVARIANT_UUID as model_in7_64_, vnfresourc0_.MODEL_NAME as model_na8_64_, vnfresourc0_.MODEL_VERSION as model_ve9_64_, vnfresourc0_.ORCHESTRATION_MODE as orchest10_64_, vnfresourc0_.RESOURCE_SUB_CATEGORY as resourc11_64_, vnfresourc0_.TOSCA_NODE_TYPE as tosca_n12_64_ from vnf_resource vnfresourc0_ where vnfresourc0_.MODEL_UUID=? 2023-02-22T11:15:08.320Z|6bcb860b-1b2c-41a4-a301-6aff57bff4aa|pool-2-thread-2|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive 2023-02-22T11:15:08.320Z|6bcb860b-1b2c-41a4-a301-6aff57bff4aa|pool-2-thread-2|||||DEBUG|500||Service basic_onboard_qUzLwY is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=null, toscaType=null, uUID=null, customizationUUID=null 2023-02-22T11:15:08.322Z|6bcb860b-1b2c-41a4-a301-6aff57bff4aa|pool-2-thread-2|||||DEBUG|500||resource request for resource customization id b1be4cb1-57e6-4a98-8949-e19b77248dde: {\"skip_post_instantiation_configuration\":\"true\",\"nf_naming\":\"true\",\"multi_stage_design\":\"false\",\"controller_actor\":\"SO-REF-DATA\",\"availability_zone_max_count\":\"1\"} 2023-02-22T11:15:08.322Z|6bcb860b-1b2c-41a4-a301-6aff57bff4aa|pool-2-thread-2|||||DEBUG|500||vfModuleStructure: org.onap.so.asdc.installer.VfModuleStructure@1936f859 2023-02-22T11:15:08.322Z|6bcb860b-1b2c-41a4-a301-6aff57bff4aa|pool-2-thread-2|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive 2023-02-22T11:15:08.323Z|6bcb860b-1b2c-41a4-a301-6aff57bff4aa|pool-2-thread-2|||||DEBUG|500||Service basic_onboard_qUzLwY is searched for EntityType=GROUP, nodeTemplateType=null, toscaType=org.openecomp.groups.VfModule, uUID=null, customizationUUID=null 2023-02-22T11:15:08.324Z|6bcb860b-1b2c-41a4-a301-6aff57bff4aa|pool-2-thread-2|||||DEBUG|500||Comparing Vf_Modules_Metadata CustomizationUUID : fced061c-369d-4ab1-8584-7249a03d9af4 2023-02-22T11:15:08.325Z|6bcb860b-1b2c-41a4-a301-6aff57bff4aa|pool-2-thread-2|||||DEBUG|500||To Csar Group VFModuleModelCustomizationUUID fced061c-369d-4ab1-8584-7249a03d9af4 Hibernate: select vfmodule0_.MODEL_UUID as model_uu1_59_, vfmodule0_.CREATION_TIMESTAMP as creation2_59_, vfmodule0_.DESCRIPTION as descript3_59_, vfmodule0_.IS_BASE as is_base4_59_, vfmodule0_.MODEL_INVARIANT_UUID as model_in5_59_, vfmodule0_.MODEL_NAME as model_na6_59_, vfmodule0_.MODEL_VERSION as model_ve7_59_, vfmodule0_.HEAT_TEMPLATE_ARTIFACT_UUID as heat_tem8_59_, vfmodule0_.VNF_RESOURCE_MODEL_UUID as vnf_reso9_59_, vfmodule0_.VOL_HEAT_TEMPLATE_ARTIFACT_UUID as vol_hea10_59_ from vf_module vfmodule0_ where vfmodule0_.MODEL_UUID=? 2023-02-22T11:15:08.332Z|6bcb860b-1b2c-41a4-a301-6aff57bff4aa|pool-2-thread-2|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive 2023-02-22T11:15:08.332Z|6bcb860b-1b2c-41a4-a301-6aff57bff4aa|pool-2-thread-2|||||DEBUG|500||Node template basic_onboard_qUzLwY 0 is matching search criteria 2023-02-22T11:15:08.333Z|6bcb860b-1b2c-41a4-a301-6aff57bff4aa|pool-2-thread-2|||||DEBUG|500||Found topology templates [basic_onboard_qUzLwY 0] matching following query criteria: sdcType=VF, customizationUUID=null 2023-02-22T11:15:08.334Z|6bcb860b-1b2c-41a4-a301-6aff57bff4aa|pool-2-thread-2|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive 2023-02-22T11:15:08.334Z|6bcb860b-1b2c-41a4-a301-6aff57bff4aa|pool-2-thread-2|||||DEBUG|500||Node template basic_onboard_qUzLwY 0 is matching search criteria 2023-02-22T11:15:08.334Z|6bcb860b-1b2c-41a4-a301-6aff57bff4aa|pool-2-thread-2|||||DEBUG|500||Found topology templates [basic_onboard_qUzLwY 0] matching following query criteria: sdcType=VF, customizationUUID=null 2023-02-22T11:15:08.335Z|6bcb860b-1b2c-41a4-a301-6aff57bff4aa|pool-2-thread-2|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive 2023-02-22T11:15:08.335Z|6bcb860b-1b2c-41a4-a301-6aff57bff4aa|pool-2-thread-2|||||DEBUG|500||Node template basic_onboard_qUzLwY 0 is not matching search criteria 2023-02-22T11:15:08.335Z|6bcb860b-1b2c-41a4-a301-6aff57bff4aa|pool-2-thread-2|||||DEBUG|500||Node template abstract_ubuntu18 is matching search criteria 2023-02-22T11:15:08.336Z|6bcb860b-1b2c-41a4-a301-6aff57bff4aa|pool-2-thread-2|||||DEBUG|500||Node template ubuntu18_admin_security_group is not matching search criteria 2023-02-22T11:15:08.336Z|6bcb860b-1b2c-41a4-a301-6aff57bff4aa|pool-2-thread-2|||||DEBUG|500||Found topology templates [abstract_ubuntu18] matching following query criteria: sdcType=CVFC, customizationUUID=09fe3ddb-ad7c-4301-802f-2e8c1e8bea98 Hibernate: select vnfccustom0_.MODEL_CUSTOMIZATION_UUID as model_cu1_67_, vnfccustom0_.CREATION_TIMESTAMP as creation2_67_, vnfccustom0_.DESCRIPTION as descript3_67_, vnfccustom0_.MODEL_INSTANCE_NAME as model_in4_67_, vnfccustom0_.MODEL_INVARIANT_UUID as model_in5_67_, vnfccustom0_.MODEL_NAME as model_na6_67_, vnfccustom0_.MODEL_UUID as model_uu7_67_, vnfccustom0_.MODEL_VERSION as model_ve8_67_, vnfccustom0_.RESOURCE_INPUT as resource9_67_, vnfccustom0_.TOSCA_NODE_TYPE as tosca_n10_67_, vnfccustom0_.VNFC_INSTANCE_GROUP_CUSTOMIZATION_ID as vnfc_in11_67_ from vnfc_customization vnfccustom0_ where vnfccustom0_.MODEL_CUSTOMIZATION_UUID=? 2023-02-22T11:15:08.348Z|6bcb860b-1b2c-41a4-a301-6aff57bff4aa|pool-2-thread-2|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive 2023-02-22T11:15:08.349Z|6bcb860b-1b2c-41a4-a301-6aff57bff4aa|pool-2-thread-2|||||DEBUG|500||Node template basic_onboard_qUzLwY 0 is matching search criteria 2023-02-22T11:15:08.349Z|6bcb860b-1b2c-41a4-a301-6aff57bff4aa|pool-2-thread-2|||||DEBUG|500||Found topology templates [basic_onboard_qUzLwY 0] matching following query criteria: sdcType=VF, customizationUUID=null 2023-02-22T11:15:08.349Z|6bcb860b-1b2c-41a4-a301-6aff57bff4aa|pool-2-thread-2|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive 2023-02-22T11:15:08.350Z|6bcb860b-1b2c-41a4-a301-6aff57bff4aa|pool-2-thread-2|||||DEBUG|500||Node template basic_onboard_qUzLwY 0 is matching search criteria 2023-02-22T11:15:08.350Z|6bcb860b-1b2c-41a4-a301-6aff57bff4aa|pool-2-thread-2|||||DEBUG|500||Found topology templates [basic_onboard_qUzLwY 0] matching following query criteria: sdcType=VF, customizationUUID=b1be4cb1-57e6-4a98-8949-e19b77248dde Hibernate: select service0_.MODEL_UUID as model_uu1_50_, service0_.CDS_BLUEPRINT_NAME as cds_blue2_50_, service0_.CDS_BLUEPRINT_VERSION as cds_blue3_50_, service0_.SERVICE_CATEGORY as service_4_50_, service0_.CONTROLLER_ACTOR as controll5_50_, service0_.CREATION_TIMESTAMP as creation6_50_, service0_.TOSCA_CSAR_ARTIFACT_UUID as tosca_c21_50_, service0_.DESCRIPTION as descript7_50_, service0_.OVERALL_DISTRIBUTION_STATUS as overall_8_50_, service0_.ENVIRONMENT_CONTEXT as environm9_50_, service0_.MODEL_INVARIANT_UUID as model_i10_50_, service0_.MODEL_NAME as model_n11_50_, service0_.MODEL_VERSION as model_v12_50_, service0_.NAMING_POLICY as naming_13_50_, service0_.ONAP_GENERATED_NAMING as onap_ge14_50_, service0_.RESOURCE_ORDER as resourc15_50_, service0_.SERVICE_FUNCTION as service16_50_, service0_.SERVICE_ROLE as service17_50_, service0_.SERVICE_TYPE as service18_50_, service0_.SKIP_POST_INSTANTIATION_CONFIGURATION as skip_po19_50_, service0_.WORKLOAD_CONTEXT as workloa20_50_ from service service0_ where service0_.MODEL_UUID=? 2023-02-22T11:15:08.355Z|6bcb860b-1b2c-41a4-a301-6aff57bff4aa|pool-2-thread-2|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive 2023-02-22T11:15:08.356Z|6bcb860b-1b2c-41a4-a301-6aff57bff4aa|pool-2-thread-2|||||DEBUG|500||Service basic_onboard_qUzLwY is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=null, toscaType=null, uUID=null, customizationUUID=null 2023-02-22T11:15:08.356Z|6bcb860b-1b2c-41a4-a301-6aff57bff4aa|pool-2-thread-2|||||DEBUG|500|| resourceSeq for service uuid 84839b1b-c563-4970-800e-d4eb6098bb0f: basic_onboard_qUzLwY 2023-02-22T11:15:08.357Z|6bcb860b-1b2c-41a4-a301-6aff57bff4aa|pool-2-thread-2|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive 2023-02-22T11:15:08.357Z|6bcb860b-1b2c-41a4-a301-6aff57bff4aa|pool-2-thread-2|||||DEBUG|500||Service basic_onboard_qUzLwY is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=PNF, toscaType=null, uUID=null, customizationUUID=null 2023-02-22T11:15:08.357Z|6bcb860b-1b2c-41a4-a301-6aff57bff4aa|pool-2-thread-2|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive 2023-02-22T11:15:08.358Z|6bcb860b-1b2c-41a4-a301-6aff57bff4aa|pool-2-thread-2|||||DEBUG|500||Service basic_onboard_qUzLwY is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=VL, toscaType=null, uUID=null, customizationUUID=null 2023-02-22T11:15:08.358Z|6bcb860b-1b2c-41a4-a301-6aff57bff4aa|pool-2-thread-2|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive 2023-02-22T11:15:08.358Z|6bcb860b-1b2c-41a4-a301-6aff57bff4aa|pool-2-thread-2|||||DEBUG|500||Service basic_onboard_qUzLwY is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=CR, toscaType=null, uUID=null, customizationUUID=null 2023-02-22T11:15:08.359Z|6bcb860b-1b2c-41a4-a301-6aff57bff4aa|pool-2-thread-2|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive 2023-02-22T11:15:08.359Z|6bcb860b-1b2c-41a4-a301-6aff57bff4aa|pool-2-thread-2|||||DEBUG|500||Service basic_onboard_qUzLwY is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=SERVICE_PROXY, toscaType=null, uUID=null, customizationUUID=null 2023-02-22T11:15:08.360Z|6bcb860b-1b2c-41a4-a301-6aff57bff4aa|pool-2-thread-2|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive 2023-02-22T11:15:08.360Z|6bcb860b-1b2c-41a4-a301-6aff57bff4aa|pool-2-thread-2|||||DEBUG|500||Service basic_onboard_qUzLwY is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=CONFIGURATION, toscaType=null, uUID=null, customizationUUID=null 2023-02-22T11:15:08.361Z|6bcb860b-1b2c-41a4-a301-6aff57bff4aa|pool-2-thread-2|||||INFO|500||Saving Service: basic_onboard_qUzLwY Hibernate: select service0_.MODEL_UUID as model_uu1_50_3_, service0_.CDS_BLUEPRINT_NAME as cds_blue2_50_3_, service0_.CDS_BLUEPRINT_VERSION as cds_blue3_50_3_, service0_.SERVICE_CATEGORY as service_4_50_3_, service0_.CONTROLLER_ACTOR as controll5_50_3_, service0_.CREATION_TIMESTAMP as creation6_50_3_, service0_.TOSCA_CSAR_ARTIFACT_UUID as tosca_c21_50_3_, service0_.DESCRIPTION as descript7_50_3_, service0_.OVERALL_DISTRIBUTION_STATUS as overall_8_50_3_, service0_.ENVIRONMENT_CONTEXT as environm9_50_3_, service0_.MODEL_INVARIANT_UUID as model_i10_50_3_, service0_.MODEL_NAME as model_n11_50_3_, service0_.MODEL_VERSION as model_v12_50_3_, service0_.NAMING_POLICY as naming_13_50_3_, service0_.ONAP_GENERATED_NAMING as onap_ge14_50_3_, service0_.RESOURCE_ORDER as resourc15_50_3_, service0_.SERVICE_FUNCTION as service16_50_3_, service0_.SERVICE_ROLE as service17_50_3_, service0_.SERVICE_TYPE as service18_50_3_, service0_.SKIP_POST_INSTANTIATION_CONFIGURATION as skip_po19_50_3_, service0_.WORKLOAD_CONTEXT as workloa20_50_3_, allottedcu1_.SERVICE_MODEL_UUID as service_1_8_5_, allottedre2_.MODEL_CUSTOMIZATION_UUID as resource2_8_5_, allottedre2_.MODEL_CUSTOMIZATION_UUID as model_cu1_7_0_, allottedre2_.AR_MODEL_UUID as ar_mode15_7_0_, allottedre2_.CREATION_TIMESTAMP as creation2_7_0_, allottedre2_.MAX_INSTANCES as max_inst3_7_0_, allottedre2_.MIN_INSTANCES as min_inst4_7_0_, allottedre2_.MODEL_INSTANCE_NAME as model_in5_7_0_, allottedre2_.NF_FUNCTION as nf_funct6_7_0_, allottedre2_.NF_NAMING_CODE as nf_namin7_7_0_, allottedre2_.NF_ROLE as nf_role8_7_0_, allottedre2_.NF_TYPE as nf_type9_7_0_, allottedre2_.PROVIDING_SERVICE_MODEL_INVARIANT_UUID as providi10_7_0_, allottedre2_.PROVIDING_SERVICE_MODEL_NAME as providi11_7_0_, allottedre2_.PROVIDING_SERVICE_MODEL_UUID as providi12_7_0_, allottedre2_.RESOURCE_INPUT as resourc13_7_0_, allottedre2_.TARGET_NETWORK_ROLE as target_14_7_0_, allottedre3_.MODEL_UUID as model_uu1_6_1_, allottedre3_.CREATION_TIMESTAMP as creation2_6_1_, allottedre3_.DESCRIPTION as descript3_6_1_, allottedre3_.MODEL_INVARIANT_UUID as model_in4_6_1_, allottedre3_.MODEL_NAME as model_na5_6_1_, allottedre3_.MODEL_VERSION as model_ve6_6_1_, allottedre3_.SUBCATEGORY as subcateg7_6_1_, allottedre3_.TOSCA_NODE_TYPE as tosca_no8_6_1_, toscacsar4_.ARTIFACT_UUID as artifact1_57_2_, toscacsar4_.ARTIFACT_CHECKSUM as artifact2_57_2_, toscacsar4_.CREATION_TIMESTAMP as creation3_57_2_, toscacsar4_.DESCRIPTION as descript4_57_2_, toscacsar4_.NAME as name5_57_2_, toscacsar4_.URL as url6_57_2_, toscacsar4_.Version as version7_57_2_ from service service0_ left outer join allotted_resource_customization_to_service allottedcu1_ on service0_.MODEL_UUID=allottedcu1_.SERVICE_MODEL_UUID left outer join allotted_resource_customization allottedre2_ on allottedcu1_.RESOURCE_MODEL_CUSTOMIZATION_UUID=allottedre2_.MODEL_CUSTOMIZATION_UUID left outer join allotted_resource allottedre3_ on allottedre2_.AR_MODEL_UUID=allottedre3_.MODEL_UUID left outer join tosca_csar toscacsar4_ on service0_.TOSCA_CSAR_ARTIFACT_UUID=toscacsar4_.ARTIFACT_UUID where service0_.MODEL_UUID=? Hibernate: select toscacsar0_.ARTIFACT_UUID as artifact1_57_1_, toscacsar0_.ARTIFACT_CHECKSUM as artifact2_57_1_, toscacsar0_.CREATION_TIMESTAMP as creation3_57_1_, toscacsar0_.DESCRIPTION as descript4_57_1_, toscacsar0_.NAME as name5_57_1_, toscacsar0_.URL as url6_57_1_, toscacsar0_.Version as version7_57_1_, services1_.TOSCA_CSAR_ARTIFACT_UUID as tosca_c21_50_3_, services1_.MODEL_UUID as model_uu1_50_3_, services1_.MODEL_UUID as model_uu1_50_0_, services1_.CDS_BLUEPRINT_NAME as cds_blue2_50_0_, services1_.CDS_BLUEPRINT_VERSION as cds_blue3_50_0_, services1_.SERVICE_CATEGORY as service_4_50_0_, services1_.CONTROLLER_ACTOR as controll5_50_0_, services1_.CREATION_TIMESTAMP as creation6_50_0_, services1_.TOSCA_CSAR_ARTIFACT_UUID as tosca_c21_50_0_, services1_.DESCRIPTION as descript7_50_0_, services1_.OVERALL_DISTRIBUTION_STATUS as overall_8_50_0_, services1_.ENVIRONMENT_CONTEXT as environm9_50_0_, services1_.MODEL_INVARIANT_UUID as model_i10_50_0_, services1_.MODEL_NAME as model_n11_50_0_, services1_.MODEL_VERSION as model_v12_50_0_, services1_.NAMING_POLICY as naming_13_50_0_, services1_.ONAP_GENERATED_NAMING as onap_ge14_50_0_, services1_.RESOURCE_ORDER as resourc15_50_0_, services1_.SERVICE_FUNCTION as service16_50_0_, services1_.SERVICE_ROLE as service17_50_0_, services1_.SERVICE_TYPE as service18_50_0_, services1_.SKIP_POST_INSTANTIATION_CONFIGURATION as skip_po19_50_0_, services1_.WORKLOAD_CONTEXT as workloa20_50_0_ from tosca_csar toscacsar0_ left outer join service services1_ on toscacsar0_.ARTIFACT_UUID=services1_.TOSCA_CSAR_ARTIFACT_UUID where toscacsar0_.ARTIFACT_UUID=? Hibernate: insert into tosca_csar (ARTIFACT_CHECKSUM, CREATION_TIMESTAMP, DESCRIPTION, NAME, URL, Version, ARTIFACT_UUID) values (?, ?, ?, ?, ?, ?, ?) Hibernate: insert into service (CDS_BLUEPRINT_NAME, CDS_BLUEPRINT_VERSION, SERVICE_CATEGORY, CONTROLLER_ACTOR, CREATION_TIMESTAMP, TOSCA_CSAR_ARTIFACT_UUID, DESCRIPTION, OVERALL_DISTRIBUTION_STATUS, ENVIRONMENT_CONTEXT, MODEL_INVARIANT_UUID, MODEL_NAME, MODEL_VERSION, NAMING_POLICY, ONAP_GENERATED_NAMING, RESOURCE_ORDER, SERVICE_FUNCTION, SERVICE_ROLE, SERVICE_TYPE, SKIP_POST_INSTANTIATION_CONFIGURATION, WORKLOAD_CONTEXT, MODEL_UUID) values (?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?) Hibernate: insert into service_info (SERVICE_MODEL_UUID, SERVICE_INPUT, SERVICE_PROPERTIES) values (?, ?, ?) Hibernate: select vnfresourc0_.MODEL_UUID as model_uu1_64_0_, vnfresourc0_.AIC_VERSION_MAX as aic_vers2_64_0_, vnfresourc0_.AIC_VERSION_MIN as aic_vers3_64_0_, vnfresourc0_.RESOURCE_CATEGORY as resource4_64_0_, vnfresourc0_.CREATION_TIMESTAMP as creation5_64_0_, vnfresourc0_.DESCRIPTION as descript6_64_0_, vnfresourc0_.HEAT_TEMPLATE_ARTIFACT_UUID as heat_te13_64_0_, vnfresourc0_.MODEL_INVARIANT_UUID as model_in7_64_0_, vnfresourc0_.MODEL_NAME as model_na8_64_0_, vnfresourc0_.MODEL_VERSION as model_ve9_64_0_, vnfresourc0_.ORCHESTRATION_MODE as orchest10_64_0_, vnfresourc0_.RESOURCE_SUB_CATEGORY as resourc11_64_0_, vnfresourc0_.TOSCA_NODE_TYPE as tosca_n12_64_0_ from vnf_resource vnfresourc0_ where vnfresourc0_.MODEL_UUID=? Hibernate: insert into vnf_resource (AIC_VERSION_MAX, AIC_VERSION_MIN, RESOURCE_CATEGORY, CREATION_TIMESTAMP, DESCRIPTION, HEAT_TEMPLATE_ARTIFACT_UUID, MODEL_INVARIANT_UUID, MODEL_NAME, MODEL_VERSION, ORCHESTRATION_MODE, RESOURCE_SUB_CATEGORY, TOSCA_NODE_TYPE, MODEL_UUID) values (?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?) Hibernate: insert into vnf_resource_customization (AVAILABILITY_ZONE_MAX_COUNT, CDS_BLUEPRINT_NAME, CDS_BLUEPRINT_VERSION, CONTROLLER_ACTOR, CREATION_TIMESTAMP, MAX_INSTANCES, MIN_INSTANCES, MODEL_CUSTOMIZATION_UUID, MODEL_INSTANCE_NAME, MULTI_STAGE_DESIGN, NF_DATA_VALID, NF_FUNCTION, NF_NAMING_CODE, NF_ROLE, NF_TYPE, RESOURCE_INPUT, SERVICE_MODEL_UUID, SKIP_POST_INSTANTIATION_CONFIGURATION, VNF_RESOURCE_MODEL_UUID, VNFCINSTANCEGROUP_ORDER) values (?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?) Hibernate: select heatenviro0_.ARTIFACT_UUID as artifact1_26_0_, heatenviro0_.ARTIFACT_CHECKSUM as artifact2_26_0_, heatenviro0_.CREATION_TIMESTAMP as creation3_26_0_, heatenviro0_.DESCRIPTION as descript4_26_0_, heatenviro0_.BODY as body5_26_0_, heatenviro0_.NAME as name6_26_0_, heatenviro0_.VERSION as version7_26_0_ from heat_environment heatenviro0_ where heatenviro0_.ARTIFACT_UUID=? Hibernate: select vfmodule0_.MODEL_UUID as model_uu1_59_4_, vfmodule0_.CREATION_TIMESTAMP as creation2_59_4_, vfmodule0_.DESCRIPTION as descript3_59_4_, vfmodule0_.IS_BASE as is_base4_59_4_, vfmodule0_.MODEL_INVARIANT_UUID as model_in5_59_4_, vfmodule0_.MODEL_NAME as model_na6_59_4_, vfmodule0_.MODEL_VERSION as model_ve7_59_4_, vfmodule0_.HEAT_TEMPLATE_ARTIFACT_UUID as heat_tem8_59_4_, vfmodule0_.VNF_RESOURCE_MODEL_UUID as vnf_reso9_59_4_, vfmodule0_.VOL_HEAT_TEMPLATE_ARTIFACT_UUID as vol_hea10_59_4_, heatfiles1_.VF_MODULE_MODEL_UUID as vf_modul1_61_6_, heatfiles2_.ARTIFACT_UUID as heat_fil2_61_6_, heatfiles2_.ARTIFACT_UUID as artifact1_27_0_, heatfiles2_.ARTIFACT_CHECKSUM as artifact2_27_0_, heatfiles2_.CREATION_TIMESTAMP as creation3_27_0_, heatfiles2_.DESCRIPTION as descript4_27_0_, heatfiles2_.BODY as body5_27_0_, heatfiles2_.NAME as name6_27_0_, heatfiles2_.VERSION as version7_27_0_, heattempla3_.ARTIFACT_UUID as artifact1_29_1_, heattempla3_.ARTIFACT_CHECKSUM as artifact2_29_1_, heattempla3_.CREATION_TIMESTAMP as creation3_29_1_, heattempla3_.DESCRIPTION as descript4_29_1_, heattempla3_.BODY as body5_29_1_, heattempla3_.NAME as name6_29_1_, heattempla3_.TIMEOUT_MINUTES as timeout_7_29_1_, heattempla3_.VERSION as version8_29_1_, vnfresourc4_.MODEL_UUID as model_uu1_64_2_, vnfresourc4_.AIC_VERSION_MAX as aic_vers2_64_2_, vnfresourc4_.AIC_VERSION_MIN as aic_vers3_64_2_, vnfresourc4_.RESOURCE_CATEGORY as resource4_64_2_, vnfresourc4_.CREATION_TIMESTAMP as creation5_64_2_, vnfresourc4_.DESCRIPTION as descript6_64_2_, vnfresourc4_.HEAT_TEMPLATE_ARTIFACT_UUID as heat_te13_64_2_, vnfresourc4_.MODEL_INVARIANT_UUID as model_in7_64_2_, vnfresourc4_.MODEL_NAME as model_na8_64_2_, vnfresourc4_.MODEL_VERSION as model_ve9_64_2_, vnfresourc4_.ORCHESTRATION_MODE as orchest10_64_2_, vnfresourc4_.RESOURCE_SUB_CATEGORY as resourc11_64_2_, vnfresourc4_.TOSCA_NODE_TYPE as tosca_n12_64_2_, heattempla5_.ARTIFACT_UUID as artifact1_29_3_, heattempla5_.ARTIFACT_CHECKSUM as artifact2_29_3_, heattempla5_.CREATION_TIMESTAMP as creation3_29_3_, heattempla5_.DESCRIPTION as descript4_29_3_, heattempla5_.BODY as body5_29_3_, heattempla5_.NAME as name6_29_3_, heattempla5_.TIMEOUT_MINUTES as timeout_7_29_3_, heattempla5_.VERSION as version8_29_3_ from vf_module vfmodule0_ left outer join vf_module_to_heat_files heatfiles1_ on vfmodule0_.MODEL_UUID=heatfiles1_.VF_MODULE_MODEL_UUID left outer join heat_files heatfiles2_ on heatfiles1_.HEAT_FILES_ARTIFACT_UUID=heatfiles2_.ARTIFACT_UUID left outer join heat_template heattempla3_ on vfmodule0_.HEAT_TEMPLATE_ARTIFACT_UUID=heattempla3_.ARTIFACT_UUID left outer join vnf_resource vnfresourc4_ on vfmodule0_.VNF_RESOURCE_MODEL_UUID=vnfresourc4_.MODEL_UUID left outer join heat_template heattempla5_ on vfmodule0_.VOL_HEAT_TEMPLATE_ARTIFACT_UUID=heattempla5_.ARTIFACT_UUID where vfmodule0_.MODEL_UUID=? Hibernate: select heattempla0_.ARTIFACT_UUID as artifact1_29_1_, heattempla0_.ARTIFACT_CHECKSUM as artifact2_29_1_, heattempla0_.CREATION_TIMESTAMP as creation3_29_1_, heattempla0_.DESCRIPTION as descript4_29_1_, heattempla0_.BODY as body5_29_1_, heattempla0_.NAME as name6_29_1_, heattempla0_.TIMEOUT_MINUTES as timeout_7_29_1_, heattempla0_.VERSION as version8_29_1_, childtempl1_.PARENT_HEAT_TEMPLATE_UUID as parent_h1_28_3_, heattempla2_.ARTIFACT_UUID as child_he2_28_3_, heattempla2_.ARTIFACT_UUID as artifact1_29_0_, heattempla2_.ARTIFACT_CHECKSUM as artifact2_29_0_, heattempla2_.CREATION_TIMESTAMP as creation3_29_0_, heattempla2_.DESCRIPTION as descript4_29_0_, heattempla2_.BODY as body5_29_0_, heattempla2_.NAME as name6_29_0_, heattempla2_.TIMEOUT_MINUTES as timeout_7_29_0_, heattempla2_.VERSION as version8_29_0_ from heat_template heattempla0_ left outer join heat_nested_template childtempl1_ on heattempla0_.ARTIFACT_UUID=childtempl1_.PARENT_HEAT_TEMPLATE_UUID left outer join heat_template heattempla2_ on childtempl1_.CHILD_HEAT_TEMPLATE_UUID=heattempla2_.ARTIFACT_UUID where heattempla0_.ARTIFACT_UUID=? Hibernate: select heattempla0_.HEAT_TEMPLATE_ARTIFACT_UUID as heat_tem1_30_0_, heattempla0_.PARAM_NAME as param_na2_30_0_, heattempla0_.PARAM_ALIAS as param_al3_30_0_, heattempla0_.PARAM_TYPE as param_ty4_30_0_, heattempla0_.IS_REQUIRED as is_requi5_30_0_ from heat_template_params heattempla0_ where heattempla0_.HEAT_TEMPLATE_ARTIFACT_UUID=? and heattempla0_.PARAM_NAME=? Hibernate: select heattempla0_.HEAT_TEMPLATE_ARTIFACT_UUID as heat_tem1_30_0_, heattempla0_.PARAM_NAME as param_na2_30_0_, heattempla0_.PARAM_ALIAS as param_al3_30_0_, heattempla0_.PARAM_TYPE as param_ty4_30_0_, heattempla0_.IS_REQUIRED as is_requi5_30_0_ from heat_template_params heattempla0_ where heattempla0_.HEAT_TEMPLATE_ARTIFACT_UUID=? and heattempla0_.PARAM_NAME=? Hibernate: select heattempla0_.HEAT_TEMPLATE_ARTIFACT_UUID as heat_tem1_30_0_, heattempla0_.PARAM_NAME as param_na2_30_0_, heattempla0_.PARAM_ALIAS as param_al3_30_0_, heattempla0_.PARAM_TYPE as param_ty4_30_0_, heattempla0_.IS_REQUIRED as is_requi5_30_0_ from heat_template_params heattempla0_ where heattempla0_.HEAT_TEMPLATE_ARTIFACT_UUID=? and heattempla0_.PARAM_NAME=? Hibernate: select heattempla0_.HEAT_TEMPLATE_ARTIFACT_UUID as heat_tem1_30_0_, heattempla0_.PARAM_NAME as param_na2_30_0_, heattempla0_.PARAM_ALIAS as param_al3_30_0_, heattempla0_.PARAM_TYPE as param_ty4_30_0_, heattempla0_.IS_REQUIRED as is_requi5_30_0_ from heat_template_params heattempla0_ where heattempla0_.HEAT_TEMPLATE_ARTIFACT_UUID=? and heattempla0_.PARAM_NAME=? Hibernate: select heattempla0_.HEAT_TEMPLATE_ARTIFACT_UUID as heat_tem1_30_0_, heattempla0_.PARAM_NAME as param_na2_30_0_, heattempla0_.PARAM_ALIAS as param_al3_30_0_, heattempla0_.PARAM_TYPE as param_ty4_30_0_, heattempla0_.IS_REQUIRED as is_requi5_30_0_ from heat_template_params heattempla0_ where heattempla0_.HEAT_TEMPLATE_ARTIFACT_UUID=? and heattempla0_.PARAM_NAME=? Hibernate: select heattempla0_.HEAT_TEMPLATE_ARTIFACT_UUID as heat_tem1_30_0_, heattempla0_.PARAM_NAME as param_na2_30_0_, heattempla0_.PARAM_ALIAS as param_al3_30_0_, heattempla0_.PARAM_TYPE as param_ty4_30_0_, heattempla0_.IS_REQUIRED as is_requi5_30_0_ from heat_template_params heattempla0_ where heattempla0_.HEAT_TEMPLATE_ARTIFACT_UUID=? and heattempla0_.PARAM_NAME=? Hibernate: select heattempla0_.HEAT_TEMPLATE_ARTIFACT_UUID as heat_tem1_30_0_, heattempla0_.PARAM_NAME as param_na2_30_0_, heattempla0_.PARAM_ALIAS as param_al3_30_0_, heattempla0_.PARAM_TYPE as param_ty4_30_0_, heattempla0_.IS_REQUIRED as is_requi5_30_0_ from heat_template_params heattempla0_ where heattempla0_.HEAT_TEMPLATE_ARTIFACT_UUID=? and heattempla0_.PARAM_NAME=? Hibernate: select heattempla0_.HEAT_TEMPLATE_ARTIFACT_UUID as heat_tem1_30_0_, heattempla0_.PARAM_NAME as param_na2_30_0_, heattempla0_.PARAM_ALIAS as param_al3_30_0_, heattempla0_.PARAM_TYPE as param_ty4_30_0_, heattempla0_.IS_REQUIRED as is_requi5_30_0_ from heat_template_params heattempla0_ where heattempla0_.HEAT_TEMPLATE_ARTIFACT_UUID=? and heattempla0_.PARAM_NAME=? Hibernate: select heattempla0_.HEAT_TEMPLATE_ARTIFACT_UUID as heat_tem1_30_0_, heattempla0_.PARAM_NAME as param_na2_30_0_, heattempla0_.PARAM_ALIAS as param_al3_30_0_, heattempla0_.PARAM_TYPE as param_ty4_30_0_, heattempla0_.IS_REQUIRED as is_requi5_30_0_ from heat_template_params heattempla0_ where heattempla0_.HEAT_TEMPLATE_ARTIFACT_UUID=? and heattempla0_.PARAM_NAME=? Hibernate: select heattempla0_.HEAT_TEMPLATE_ARTIFACT_UUID as heat_tem1_30_0_, heattempla0_.PARAM_NAME as param_na2_30_0_, heattempla0_.PARAM_ALIAS as param_al3_30_0_, heattempla0_.PARAM_TYPE as param_ty4_30_0_, heattempla0_.IS_REQUIRED as is_requi5_30_0_ from heat_template_params heattempla0_ where heattempla0_.HEAT_TEMPLATE_ARTIFACT_UUID=? and heattempla0_.PARAM_NAME=? Hibernate: insert into heat_environment (ARTIFACT_CHECKSUM, CREATION_TIMESTAMP, DESCRIPTION, BODY, NAME, VERSION, ARTIFACT_UUID) values (?, ?, ?, ?, ?, ?, ?) Hibernate: insert into heat_template (ARTIFACT_CHECKSUM, CREATION_TIMESTAMP, DESCRIPTION, BODY, NAME, TIMEOUT_MINUTES, VERSION, ARTIFACT_UUID) values (?, ?, ?, ?, ?, ?, ?, ?) Hibernate: insert into heat_template_params (PARAM_ALIAS, PARAM_TYPE, IS_REQUIRED, HEAT_TEMPLATE_ARTIFACT_UUID, PARAM_NAME) values (?, ?, ?, ?, ?) Hibernate: insert into heat_template_params (PARAM_ALIAS, PARAM_TYPE, IS_REQUIRED, HEAT_TEMPLATE_ARTIFACT_UUID, PARAM_NAME) values (?, ?, ?, ?, ?) Hibernate: insert into heat_template_params (PARAM_ALIAS, PARAM_TYPE, IS_REQUIRED, HEAT_TEMPLATE_ARTIFACT_UUID, PARAM_NAME) values (?, ?, ?, ?, ?) Hibernate: insert into heat_template_params (PARAM_ALIAS, PARAM_TYPE, IS_REQUIRED, HEAT_TEMPLATE_ARTIFACT_UUID, PARAM_NAME) values (?, ?, ?, ?, ?) Hibernate: insert into heat_template_params (PARAM_ALIAS, PARAM_TYPE, IS_REQUIRED, HEAT_TEMPLATE_ARTIFACT_UUID, PARAM_NAME) values (?, ?, ?, ?, ?) Hibernate: insert into heat_template_params (PARAM_ALIAS, PARAM_TYPE, IS_REQUIRED, HEAT_TEMPLATE_ARTIFACT_UUID, PARAM_NAME) values (?, ?, ?, ?, ?) Hibernate: insert into heat_template_params (PARAM_ALIAS, PARAM_TYPE, IS_REQUIRED, HEAT_TEMPLATE_ARTIFACT_UUID, PARAM_NAME) values (?, ?, ?, ?, ?) Hibernate: insert into heat_template_params (PARAM_ALIAS, PARAM_TYPE, IS_REQUIRED, HEAT_TEMPLATE_ARTIFACT_UUID, PARAM_NAME) values (?, ?, ?, ?, ?) Hibernate: insert into heat_template_params (PARAM_ALIAS, PARAM_TYPE, IS_REQUIRED, HEAT_TEMPLATE_ARTIFACT_UUID, PARAM_NAME) values (?, ?, ?, ?, ?) Hibernate: insert into heat_template_params (PARAM_ALIAS, PARAM_TYPE, IS_REQUIRED, HEAT_TEMPLATE_ARTIFACT_UUID, PARAM_NAME) values (?, ?, ?, ?, ?) Hibernate: insert into vf_module (CREATION_TIMESTAMP, DESCRIPTION, IS_BASE, MODEL_INVARIANT_UUID, MODEL_NAME, MODEL_VERSION, HEAT_TEMPLATE_ARTIFACT_UUID, VNF_RESOURCE_MODEL_UUID, VOL_HEAT_TEMPLATE_ARTIFACT_UUID, MODEL_UUID) values (?, ?, ?, ?, ?, ?, ?, ?, ?, ?) Hibernate: insert into vf_module_customization (AVAILABILITY_ZONE_COUNT, CREATION_TIMESTAMP, HEAT_ENVIRONMENT_ARTIFACT_UUID, INITIAL_COUNT, LABEL, MAX_INSTANCES, MIN_INSTANCES, MODEL_CUSTOMIZATION_UUID, SKIP_POST_INSTANTIATION_CONFIGURATION, VF_MODULE_MODEL_UUID, VNF_RESOURCE_CUSTOMIZATION_ID, VOL_ENVIRONMENT_ARTIFACT_UUID) values (?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?) Hibernate: select vnfccustom0_.MODEL_CUSTOMIZATION_UUID as model_cu1_67_5_, vnfccustom0_.CREATION_TIMESTAMP as creation2_67_5_, vnfccustom0_.DESCRIPTION as descript3_67_5_, vnfccustom0_.MODEL_INSTANCE_NAME as model_in4_67_5_, vnfccustom0_.MODEL_INVARIANT_UUID as model_in5_67_5_, vnfccustom0_.MODEL_NAME as model_na6_67_5_, vnfccustom0_.MODEL_UUID as model_uu7_67_5_, vnfccustom0_.MODEL_VERSION as model_ve8_67_5_, vnfccustom0_.RESOURCE_INPUT as resource9_67_5_, vnfccustom0_.TOSCA_NODE_TYPE as tosca_n10_67_5_, vnfccustom0_.VNFC_INSTANCE_GROUP_CUSTOMIZATION_ID as vnfc_in11_67_5_, cvnfccusto1_.VNFC_CUST_MODEL_CUSTOMIZATION_UUID as vnfc_cu14_24_7_, cvnfccusto1_.ID as id1_24_7_, cvnfccusto1_.ID as id1_24_0_, cvnfccusto1_.CREATION_TIMESTAMP as creation2_24_0_, cvnfccusto1_.DESCRIPTION as descript3_24_0_, cvnfccusto1_.MODEL_CUSTOMIZATION_UUID as model_cu4_24_0_, cvnfccusto1_.MODEL_INSTANCE_NAME as model_in5_24_0_, cvnfccusto1_.MODEL_INVARIANT_UUID as model_in6_24_0_, cvnfccusto1_.MODEL_NAME as model_na7_24_0_, cvnfccusto1_.MODEL_UUID as model_uu8_24_0_, cvnfccusto1_.MODEL_VERSION as model_ve9_24_0_, cvnfccusto1_.NFC_FUNCTION as nfc_fun10_24_0_, cvnfccusto1_.NFC_NAMING_CODE as nfc_nam11_24_0_, cvnfccusto1_.TOSCA_NODE_TYPE as tosca_n12_24_0_, cvnfccusto1_.VF_MODULE_CUSTOMIZATION_ID as vf_modu13_24_0_, cvnfccusto1_.VNFC_CUST_MODEL_CUSTOMIZATION_UUID as vnfc_cu14_24_0_, vfmodulecu2_.ID as id1_60_1_, vfmodulecu2_.AVAILABILITY_ZONE_COUNT as availabi2_60_1_, vfmodulecu2_.CREATION_TIMESTAMP as creation3_60_1_, vfmodulecu2_.HEAT_ENVIRONMENT_ARTIFACT_UUID as heat_en10_60_1_, vfmodulecu2_.INITIAL_COUNT as initial_4_60_1_, vfmodulecu2_.LABEL as label5_60_1_, vfmodulecu2_.MAX_INSTANCES as max_inst6_60_1_, vfmodulecu2_.MIN_INSTANCES as min_inst7_60_1_, vfmodulecu2_.MODEL_CUSTOMIZATION_UUID as model_cu8_60_1_, vfmodulecu2_.SKIP_POST_INSTANTIATION_CONFIGURATION as skip_pos9_60_1_, vfmodulecu2_.VF_MODULE_MODEL_UUID as vf_modu11_60_1_, vfmodulecu2_.VNF_RESOURCE_CUSTOMIZATION_ID as vnf_res12_60_1_, vfmodulecu2_.VOL_ENVIRONMENT_ARTIFACT_UUID as vol_env13_60_1_, vnfcinstan3_.ID as id1_68_2_, vnfcinstan3_.CREATION_TIMESTAMP as creation2_68_2_, vnfcinstan3_.DESCRIPTION as descript3_68_2_, vnfcinstan3_.FUNCTION as function4_68_2_, vnfcinstan3_.INSTANCE_GROUP_MODEL_UUID as instance5_68_2_, vnfcinstan3_.VNF_RESOURCE_CUSTOMIZATION_ID as vnf_reso6_68_2_, instancegr4_.MODEL_UUID as model_uu2_33_3_, instancegr4_.CR_MODEL_UUID as cr_mode10_33_3_, instancegr4_.CREATION_TIMESTAMP as creation3_33_3_, instancegr4_.MODEL_INVARIANT_UUID as model_in4_33_3_, instancegr4_.MODEL_NAME as model_na5_33_3_, instancegr4_.MODEL_VERSION as model_ve6_33_3_, instancegr4_.ROLE as role7_33_3_, instancegr4_.TOSCA_NODE_TYPE as tosca_no8_33_3_, instancegr4_.INSTANCE_GROUP_TYPE as instance9_33_3_, instancegr4_.OBJECT_TYPE as object_t1_33_3_, vnfresourc5_.ID as id1_65_4_, vnfresourc5_.AVAILABILITY_ZONE_MAX_COUNT as availabi2_65_4_, vnfresourc5_.CDS_BLUEPRINT_NAME as cds_blue3_65_4_, vnfresourc5_.CDS_BLUEPRINT_VERSION as cds_blue4_65_4_, vnfresourc5_.CONTROLLER_ACTOR as controll5_65_4_, vnfresourc5_.CREATION_TIMESTAMP as creation6_65_4_, vnfresourc5_.MAX_INSTANCES as max_inst7_65_4_, vnfresourc5_.MIN_INSTANCES as min_inst8_65_4_, vnfresourc5_.MODEL_CUSTOMIZATION_UUID as model_cu9_65_4_, vnfresourc5_.MODEL_INSTANCE_NAME as model_i10_65_4_, vnfresourc5_.MULTI_STAGE_DESIGN as multi_s11_65_4_, vnfresourc5_.NF_DATA_VALID as nf_data12_65_4_, vnfresourc5_.NF_FUNCTION as nf_func13_65_4_, vnfresourc5_.NF_NAMING_CODE as nf_nami14_65_4_, vnfresourc5_.NF_ROLE as nf_role15_65_4_, vnfresourc5_.NF_TYPE as nf_type16_65_4_, vnfresourc5_.RESOURCE_INPUT as resourc17_65_4_, vnfresourc5_.SERVICE_MODEL_UUID as service20_65_4_, vnfresourc5_.SKIP_POST_INSTANTIATION_CONFIGURATION as skip_po18_65_4_, vnfresourc5_.VNF_RESOURCE_MODEL_UUID as vnf_res21_65_4_, vnfresourc5_.VNFCINSTANCEGROUP_ORDER as vnfcins19_65_4_ from vnfc_customization vnfccustom0_ left outer join cvnfc_customization cvnfccusto1_ on vnfccustom0_.MODEL_CUSTOMIZATION_UUID=cvnfccusto1_.VNFC_CUST_MODEL_CUSTOMIZATION_UUID left outer join vf_module_customization vfmodulecu2_ on cvnfccusto1_.VF_MODULE_CUSTOMIZATION_ID=vfmodulecu2_.ID left outer join vnfc_instance_group_customization vnfcinstan3_ on vnfccustom0_.VNFC_INSTANCE_GROUP_CUSTOMIZATION_ID=vnfcinstan3_.ID left outer join instance_group instancegr4_ on vnfcinstan3_.INSTANCE_GROUP_MODEL_UUID=instancegr4_.MODEL_UUID left outer join vnf_resource_customization vnfresourc5_ on vnfcinstan3_.VNF_RESOURCE_CUSTOMIZATION_ID=vnfresourc5_.ID where vnfccustom0_.MODEL_CUSTOMIZATION_UUID=? Hibernate: insert into vnfc_customization (CREATION_TIMESTAMP, DESCRIPTION, MODEL_INSTANCE_NAME, MODEL_INVARIANT_UUID, MODEL_NAME, MODEL_UUID, MODEL_VERSION, RESOURCE_INPUT, TOSCA_NODE_TYPE, VNFC_INSTANCE_GROUP_CUSTOMIZATION_ID, MODEL_CUSTOMIZATION_UUID) values (?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?) Hibernate: insert into cvnfc_customization (CREATION_TIMESTAMP, DESCRIPTION, MODEL_CUSTOMIZATION_UUID, MODEL_INSTANCE_NAME, MODEL_INVARIANT_UUID, MODEL_NAME, MODEL_UUID, MODEL_VERSION, NFC_FUNCTION, NFC_NAMING_CODE, TOSCA_NODE_TYPE, VF_MODULE_CUSTOMIZATION_ID, VNFC_CUST_MODEL_CUSTOMIZATION_UUID) values (?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?) Hibernate: select watchdogco0_.COMPONENT_NAME as componen1_12_0_, watchdogco0_.DISTRIBUTION_ID as distribu2_12_0_, watchdogco0_.COMPONENT_DISTRIBUTION_STATUS as componen3_12_0_, watchdogco0_.CREATE_TIME as create_t4_12_0_, watchdogco0_.MODIFY_TIME as modify_t5_12_0_ from watchdog_per_component_distribution_status watchdogco0_ where watchdogco0_.COMPONENT_NAME=? and watchdogco0_.DISTRIBUTION_ID=? Hibernate: insert into watchdog_per_component_distribution_status (COMPONENT_DISTRIBUTION_STATUS, CREATE_TIME, MODIFY_TIME, COMPONENT_NAME, DISTRIBUTION_ID) values (?, ?, ?, ?, ?) 2023-02-22T11:15:08.570Z|6bcb860b-1b2c-41a4-a301-6aff57bff4aa|pool-2-thread-2|||||INFO|500||ASDC_ARTIFACT_DEPLOY_SUC basic_onboard_qUzLwY d6e7b843-6d83-4a83-9621-37a0c0fc73b9 1 ASDC deployResourceStructure 2023-02-22T11:15:08.571Z|6bcb860b-1b2c-41a4-a301-6aff57bff4aa|pool-2-thread-2|||||INFO|500||ASDC_SEND_NOTIF_ASDC DEPLOY DEPLOY_OK /sdc/v1/catalog/services/BasicOnboardQuzlwy/1.0/resourceInstances/basic_onboard_quzlwy0/artifacts/basic_onboard_quzlwy0_modules.json ASDC sendASDCNotification 2023-02-22T11:15:08.571Z|6bcb860b-1b2c-41a4-a301-6aff57bff4aa|pool-2-thread-2|||||DEBUG|500||Sending DEPLOY(DEPLOY_OK) notification to ASDC for artifact:/sdc/v1/catalog/services/BasicOnboardQuzlwy/1.0/resourceInstances/basic_onboard_quzlwy0/artifacts/basic_onboard_quzlwy0_modules.json 2023-02-22T11:15:08.571Z|6bcb860b-1b2c-41a4-a301-6aff57bff4aa|pool-2-thread-2|||||INFO|500||DistributionClient - sendDeploymentStatus 2023-02-22T11:15:08.572Z|6bcb860b-1b2c-41a4-a301-6aff57bff4aa|pool-2-thread-2|||||INFO|500||DistributionClient - sendStatus 2023-02-22T11:15:08.573Z|6bcb860b-1b2c-41a4-a301-6aff57bff4aa|pool-2-thread-2|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap] 2023-02-22T11:15:08.573Z|6bcb860b-1b2c-41a4-a301-6aff57bff4aa|pool-2-thread-2|||||DEBUG|500||try to send status { "distributionID": "6bcb860b-1b2c-41a4-a301-6aff57bff4aa", "consumerID": "SO-COpenSource-Env11", "timestamp": 1677064508571, "artifactURL": "/sdc/v1/catalog/services/BasicOnboardQuzlwy/1.0/resourceInstances/basic_onboard_quzlwy0/artifacts/basic_onboard_quzlwy0_modules.json", "status": "DEPLOY_OK" } 2023-02-22T11:15:08.674Z||pool-14-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 99 ms 2023-02-22T11:15:08.674Z||pool-14-thread-1|||||WARN|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO will send credentials over a clear channel. 2023-02-22T11:15:08.675Z||pool-14-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as sXwXLxdJNt84opGN) ... 2023-02-22T11:15:08.687Z||pool-14-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK 2023-02-22T11:15:08.688Z||pool-14-thread-1|||||INFO|500||cambria reply ok (14 ms):{"serverTimeMs":0,"count":1} 2023-02-22T11:15:09.575Z|6bcb860b-1b2c-41a4-a301-6aff57bff4aa|pool-2-thread-2|||||INFO|500||ASDC_SEND_NOTIF_ASDC DEPLOY DEPLOY_OK /sdc/v1/catalog/services/BasicOnboardQuzlwy/1.0/resourceInstances/basic_onboard_quzlwy0/artifacts/base_ubuntu18.yaml ASDC sendASDCNotification 2023-02-22T11:15:09.575Z|6bcb860b-1b2c-41a4-a301-6aff57bff4aa|pool-2-thread-2|||||DEBUG|500||Sending DEPLOY(DEPLOY_OK) notification to ASDC for artifact:/sdc/v1/catalog/services/BasicOnboardQuzlwy/1.0/resourceInstances/basic_onboard_quzlwy0/artifacts/base_ubuntu18.yaml 2023-02-22T11:15:09.575Z|6bcb860b-1b2c-41a4-a301-6aff57bff4aa|pool-2-thread-2|||||INFO|500||DistributionClient - sendDeploymentStatus 2023-02-22T11:15:09.576Z|6bcb860b-1b2c-41a4-a301-6aff57bff4aa|pool-2-thread-2|||||INFO|500||DistributionClient - sendStatus 2023-02-22T11:15:09.578Z|6bcb860b-1b2c-41a4-a301-6aff57bff4aa|pool-2-thread-2|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap] 2023-02-22T11:15:09.578Z|6bcb860b-1b2c-41a4-a301-6aff57bff4aa|pool-2-thread-2|||||DEBUG|500||try to send status { "distributionID": "6bcb860b-1b2c-41a4-a301-6aff57bff4aa", "consumerID": "SO-COpenSource-Env11", "timestamp": 1677064509575, "artifactURL": "/sdc/v1/catalog/services/BasicOnboardQuzlwy/1.0/resourceInstances/basic_onboard_quzlwy0/artifacts/base_ubuntu18.yaml", "status": "DEPLOY_OK" } 2023-02-22T11:15:09.678Z||pool-15-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms 2023-02-22T11:15:09.679Z||pool-15-thread-1|||||WARN|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO will send credentials over a clear channel. 2023-02-22T11:15:09.679Z||pool-15-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as sXwXLxdJNt84opGN) ... 2023-02-22T11:15:09.691Z||pool-15-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK 2023-02-22T11:15:09.692Z||pool-15-thread-1|||||INFO|500||cambria reply ok (13 ms):{"serverTimeMs":0,"count":1} 2023-02-22T11:15:10.579Z|6bcb860b-1b2c-41a4-a301-6aff57bff4aa|pool-2-thread-2|||||INFO|500||ASDC_SEND_NOTIF_ASDC DEPLOY DEPLOY_OK /sdc/v1/catalog/services/BasicOnboardQuzlwy/1.0/resourceInstances/basic_onboard_quzlwy0/artifacts/base_ubuntu18.env ASDC sendASDCNotification 2023-02-22T11:15:10.579Z|6bcb860b-1b2c-41a4-a301-6aff57bff4aa|pool-2-thread-2|||||DEBUG|500||Sending DEPLOY(DEPLOY_OK) notification to ASDC for artifact:/sdc/v1/catalog/services/BasicOnboardQuzlwy/1.0/resourceInstances/basic_onboard_quzlwy0/artifacts/base_ubuntu18.env 2023-02-22T11:15:10.579Z|6bcb860b-1b2c-41a4-a301-6aff57bff4aa|pool-2-thread-2|||||INFO|500||DistributionClient - sendDeploymentStatus 2023-02-22T11:15:10.580Z|6bcb860b-1b2c-41a4-a301-6aff57bff4aa|pool-2-thread-2|||||INFO|500||DistributionClient - sendStatus 2023-02-22T11:15:10.581Z|6bcb860b-1b2c-41a4-a301-6aff57bff4aa|pool-2-thread-2|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap] 2023-02-22T11:15:10.582Z|6bcb860b-1b2c-41a4-a301-6aff57bff4aa|pool-2-thread-2|||||DEBUG|500||try to send status { "distributionID": "6bcb860b-1b2c-41a4-a301-6aff57bff4aa", "consumerID": "SO-COpenSource-Env11", "timestamp": 1677064510579, "artifactURL": "/sdc/v1/catalog/services/BasicOnboardQuzlwy/1.0/resourceInstances/basic_onboard_quzlwy0/artifacts/base_ubuntu18.env", "status": "DEPLOY_OK" } 2023-02-22T11:15:10.682Z||pool-16-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms 2023-02-22T11:15:10.683Z||pool-16-thread-1|||||WARN|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO will send credentials over a clear channel. 2023-02-22T11:15:10.683Z||pool-16-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as sXwXLxdJNt84opGN) ... 2023-02-22T11:15:10.695Z||pool-16-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK 2023-02-22T11:15:10.695Z||pool-16-thread-1|||||INFO|500||cambria reply ok (13 ms):{"serverTimeMs":0,"count":1} 2023-02-22T11:15:11.583Z|6bcb860b-1b2c-41a4-a301-6aff57bff4aa|pool-2-thread-2|||||INFO|500||ASDC_SEND_NOTIF_ASDC DEPLOY DEPLOY_OK /sdc/v1/catalog/services/BasicOnboardQuzlwy/1.0/artifacts/service-BasicOnboardQuzlwy-csar.csar ASDC sendASDCNotification 2023-02-22T11:15:11.583Z|6bcb860b-1b2c-41a4-a301-6aff57bff4aa|pool-2-thread-2|||||DEBUG|500||Sending DEPLOY(DEPLOY_OK) notification to ASDC for artifact:/sdc/v1/catalog/services/BasicOnboardQuzlwy/1.0/artifacts/service-BasicOnboardQuzlwy-csar.csar 2023-02-22T11:15:11.583Z|6bcb860b-1b2c-41a4-a301-6aff57bff4aa|pool-2-thread-2|||||INFO|500||DistributionClient - sendDeploymentStatus 2023-02-22T11:15:11.584Z|6bcb860b-1b2c-41a4-a301-6aff57bff4aa|pool-2-thread-2|||||INFO|500||DistributionClient - sendStatus 2023-02-22T11:15:11.586Z|6bcb860b-1b2c-41a4-a301-6aff57bff4aa|pool-2-thread-2|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap] 2023-02-22T11:15:11.586Z|6bcb860b-1b2c-41a4-a301-6aff57bff4aa|pool-2-thread-2|||||DEBUG|500||try to send status { "distributionID": "6bcb860b-1b2c-41a4-a301-6aff57bff4aa", "consumerID": "SO-COpenSource-Env11", "timestamp": 1677064511582, "artifactURL": "/sdc/v1/catalog/services/BasicOnboardQuzlwy/1.0/artifacts/service-BasicOnboardQuzlwy-csar.csar", "status": "DEPLOY_OK" } 2023-02-22T11:15:11.686Z||pool-17-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms 2023-02-22T11:15:11.688Z||pool-17-thread-1|||||WARN|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO will send credentials over a clear channel. 2023-02-22T11:15:11.689Z||pool-17-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as sXwXLxdJNt84opGN) ... 2023-02-22T11:15:11.701Z||pool-17-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK 2023-02-22T11:15:11.702Z||pool-17-thread-1|||||INFO|500||cambria reply ok (14 ms):{"serverTimeMs":0,"count":1} 2023-02-22T11:15:12.587Z|6bcb860b-1b2c-41a4-a301-6aff57bff4aa|pool-2-thread-2|||||DEBUG|500||Entered getOverallDistributionStatus method for distrubutionId: 6bcb860b-1b2c-41a4-a301-6aff57bff4aa Hibernate: select watchdogdi0_.DISTRIBUTION_ID as distribu1_11_0_, watchdogdi0_.CREATE_TIME as create_t2_11_0_, watchdogdi0_.DISTRIBUTION_ID_STATUS as distribu3_11_0_, watchdogdi0_.MODIFY_TIME as modify_t4_11_0_, watchdogdi0_.LOCK_VERSION as lock_ver5_11_0_ from watchdog_distributionid_status watchdogdi0_ where watchdogdi0_.DISTRIBUTION_ID=? Hibernate: select watchdogco0_.COMPONENT_NAME as componen1_12_, watchdogco0_.DISTRIBUTION_ID as distribu2_12_, watchdogco0_.COMPONENT_DISTRIBUTION_STATUS as componen3_12_, watchdogco0_.CREATE_TIME as create_t4_12_, watchdogco0_.MODIFY_TIME as modify_t5_12_ from watchdog_per_component_distribution_status watchdogco0_ where watchdogco0_.DISTRIBUTION_ID=? 2023-02-22T11:15:12.616Z|6bcb860b-1b2c-41a4-a301-6aff57bff4aa|pool-2-thread-2|||||DEBUG|500||Executed RequestDB getWatchdogComponentDistributionStatus for distrubutionId: 6bcb860b-1b2c-41a4-a301-6aff57bff4aa Hibernate: select watchdogco0_.COMPONENT_NAME as componen1_12_, watchdogco0_.DISTRIBUTION_ID as distribu2_12_, watchdogco0_.COMPONENT_DISTRIBUTION_STATUS as componen3_12_, watchdogco0_.CREATE_TIME as create_t4_12_, watchdogco0_.MODIFY_TIME as modify_t5_12_ from watchdog_per_component_distribution_status watchdogco0_ where watchdogco0_.DISTRIBUTION_ID=? 2023-02-22T11:15:12.619Z|6bcb860b-1b2c-41a4-a301-6aff57bff4aa|pool-2-thread-2|||||DEBUG|500||Found componentName SO in the WatchDog Component DB 2023-02-22T11:15:12.619Z|6bcb860b-1b2c-41a4-a301-6aff57bff4aa|pool-2-thread-2|||||DEBUG|500||AAI has not be updated in the the WatchDog Component DB yet, so ending the loop 2023-02-22T11:15:12.620Z|6bcb860b-1b2c-41a4-a301-6aff57bff4aa|pool-2-thread-2|||||DEBUG|500||Components Size Didn't match with the WatchdogComponentDistributionStatus results. 2023-02-22T11:15:42.620Z|6bcb860b-1b2c-41a4-a301-6aff57bff4aa|pool-2-thread-2|||||DEBUG|500||Entered getOverallDistributionStatus method for distrubutionId: 6bcb860b-1b2c-41a4-a301-6aff57bff4aa Hibernate: select watchdogdi0_.DISTRIBUTION_ID as distribu1_11_0_, watchdogdi0_.CREATE_TIME as create_t2_11_0_, watchdogdi0_.DISTRIBUTION_ID_STATUS as distribu3_11_0_, watchdogdi0_.MODIFY_TIME as modify_t4_11_0_, watchdogdi0_.LOCK_VERSION as lock_ver5_11_0_ from watchdog_distributionid_status watchdogdi0_ where watchdogdi0_.DISTRIBUTION_ID=? Hibernate: select watchdogco0_.COMPONENT_NAME as componen1_12_, watchdogco0_.DISTRIBUTION_ID as distribu2_12_, watchdogco0_.COMPONENT_DISTRIBUTION_STATUS as componen3_12_, watchdogco0_.CREATE_TIME as create_t4_12_, watchdogco0_.MODIFY_TIME as modify_t5_12_ from watchdog_per_component_distribution_status watchdogco0_ where watchdogco0_.DISTRIBUTION_ID=? 2023-02-22T11:15:42.636Z|6bcb860b-1b2c-41a4-a301-6aff57bff4aa|pool-2-thread-2|||||DEBUG|500||Executed RequestDB getWatchdogComponentDistributionStatus for distrubutionId: 6bcb860b-1b2c-41a4-a301-6aff57bff4aa Hibernate: select watchdogco0_.COMPONENT_NAME as componen1_12_, watchdogco0_.DISTRIBUTION_ID as distribu2_12_, watchdogco0_.COMPONENT_DISTRIBUTION_STATUS as componen3_12_, watchdogco0_.CREATE_TIME as create_t4_12_, watchdogco0_.MODIFY_TIME as modify_t5_12_ from watchdog_per_component_distribution_status watchdogco0_ where watchdogco0_.DISTRIBUTION_ID=? 2023-02-22T11:15:42.641Z|6bcb860b-1b2c-41a4-a301-6aff57bff4aa|pool-2-thread-2|||||DEBUG|500||Found componentName SO in the WatchDog Component DB 2023-02-22T11:15:42.641Z|6bcb860b-1b2c-41a4-a301-6aff57bff4aa|pool-2-thread-2|||||DEBUG|500||AAI has not be updated in the the WatchDog Component DB yet, so ending the loop 2023-02-22T11:15:42.642Z|6bcb860b-1b2c-41a4-a301-6aff57bff4aa|pool-2-thread-2|||||DEBUG|500||Components Size Didn't match with the WatchdogComponentDistributionStatus results. 2023-02-22T11:15:52.610Z||pool-2-thread-8|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2023-02-22T11:15:52.611Z||pool-2-thread-8|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel. 2023-02-22T11:15:52.611Z||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 sXwXLxdJNt84opGN) ... 2023-02-22T11:15:52.642Z||pool-2-thread-8|||||INFO|500|| --> HTTP/1.1 200 OK 2023-02-22T11:15:52.642Z||pool-2-thread-8|||||DEBUG|500||received message from topic 2023-02-22T11:15:52.642Z||pool-2-thread-8|||||DEBUG|500||recieved notification from broker: { "distributionID": "6bcb860b-1b2c-41a4-a301-6aff57bff4aa", "consumerID": "multicloud-k8s-id", "timestamp": 1677064487984, "artifactURL": "/sdc/v1/catalog/services/BasicOnboardQuzlwy/1.0/resourceInstances/basic_onboard_quzlwy0/artifacts/base_ubuntu18.env", "status": "NOTIFIED" } 2023-02-22T11:15:52.643Z||pool-2-thread-8|||||INFO|500||Missing status on Status Object. 2023-02-22T11:16:12.642Z|6bcb860b-1b2c-41a4-a301-6aff57bff4aa|pool-2-thread-2|||||DEBUG|500||Entered getOverallDistributionStatus method for distrubutionId: 6bcb860b-1b2c-41a4-a301-6aff57bff4aa Hibernate: select watchdogdi0_.DISTRIBUTION_ID as distribu1_11_0_, watchdogdi0_.CREATE_TIME as create_t2_11_0_, watchdogdi0_.DISTRIBUTION_ID_STATUS as distribu3_11_0_, watchdogdi0_.MODIFY_TIME as modify_t4_11_0_, watchdogdi0_.LOCK_VERSION as lock_ver5_11_0_ from watchdog_distributionid_status watchdogdi0_ where watchdogdi0_.DISTRIBUTION_ID=? Hibernate: select watchdogco0_.COMPONENT_NAME as componen1_12_, watchdogco0_.DISTRIBUTION_ID as distribu2_12_, watchdogco0_.COMPONENT_DISTRIBUTION_STATUS as componen3_12_, watchdogco0_.CREATE_TIME as create_t4_12_, watchdogco0_.MODIFY_TIME as modify_t5_12_ from watchdog_per_component_distribution_status watchdogco0_ where watchdogco0_.DISTRIBUTION_ID=? 2023-02-22T11:16:12.658Z|6bcb860b-1b2c-41a4-a301-6aff57bff4aa|pool-2-thread-2|||||DEBUG|500||Executed RequestDB getWatchdogComponentDistributionStatus for distrubutionId: 6bcb860b-1b2c-41a4-a301-6aff57bff4aa Hibernate: select watchdogco0_.COMPONENT_NAME as componen1_12_, watchdogco0_.DISTRIBUTION_ID as distribu2_12_, watchdogco0_.COMPONENT_DISTRIBUTION_STATUS as componen3_12_, watchdogco0_.CREATE_TIME as create_t4_12_, watchdogco0_.MODIFY_TIME as modify_t5_12_ from watchdog_per_component_distribution_status watchdogco0_ where watchdogco0_.DISTRIBUTION_ID=? 2023-02-22T11:16:12.660Z|6bcb860b-1b2c-41a4-a301-6aff57bff4aa|pool-2-thread-2|||||DEBUG|500||Found componentName SO in the WatchDog Component DB 2023-02-22T11:16:12.661Z|6bcb860b-1b2c-41a4-a301-6aff57bff4aa|pool-2-thread-2|||||DEBUG|500||AAI has not be updated in the the WatchDog Component DB yet, so ending the loop 2023-02-22T11:16:12.661Z|6bcb860b-1b2c-41a4-a301-6aff57bff4aa|pool-2-thread-2|||||DEBUG|500||Components Size Didn't match with the WatchdogComponentDistributionStatus results. 2023-02-22T11:16:42.662Z|6bcb860b-1b2c-41a4-a301-6aff57bff4aa|pool-2-thread-2|||||DEBUG|500||Entered getOverallDistributionStatus method for distrubutionId: 6bcb860b-1b2c-41a4-a301-6aff57bff4aa Hibernate: select watchdogdi0_.DISTRIBUTION_ID as distribu1_11_0_, watchdogdi0_.CREATE_TIME as create_t2_11_0_, watchdogdi0_.DISTRIBUTION_ID_STATUS as distribu3_11_0_, watchdogdi0_.MODIFY_TIME as modify_t4_11_0_, watchdogdi0_.LOCK_VERSION as lock_ver5_11_0_ from watchdog_distributionid_status watchdogdi0_ where watchdogdi0_.DISTRIBUTION_ID=? Hibernate: select watchdogco0_.COMPONENT_NAME as componen1_12_, watchdogco0_.DISTRIBUTION_ID as distribu2_12_, watchdogco0_.COMPONENT_DISTRIBUTION_STATUS as componen3_12_, watchdogco0_.CREATE_TIME as create_t4_12_, watchdogco0_.MODIFY_TIME as modify_t5_12_ from watchdog_per_component_distribution_status watchdogco0_ where watchdogco0_.DISTRIBUTION_ID=? 2023-02-22T11:16:42.674Z|6bcb860b-1b2c-41a4-a301-6aff57bff4aa|pool-2-thread-2|||||DEBUG|500||Executed RequestDB getWatchdogComponentDistributionStatus for distrubutionId: 6bcb860b-1b2c-41a4-a301-6aff57bff4aa Hibernate: select watchdogco0_.COMPONENT_NAME as componen1_12_, watchdogco0_.DISTRIBUTION_ID as distribu2_12_, watchdogco0_.COMPONENT_DISTRIBUTION_STATUS as componen3_12_, watchdogco0_.CREATE_TIME as create_t4_12_, watchdogco0_.MODIFY_TIME as modify_t5_12_ from watchdog_per_component_distribution_status watchdogco0_ where watchdogco0_.DISTRIBUTION_ID=? 2023-02-22T11:16:42.677Z|6bcb860b-1b2c-41a4-a301-6aff57bff4aa|pool-2-thread-2|||||DEBUG|500||Found componentName SO in the WatchDog Component DB 2023-02-22T11:16:42.677Z|6bcb860b-1b2c-41a4-a301-6aff57bff4aa|pool-2-thread-2|||||DEBUG|500||AAI has not be updated in the the WatchDog Component DB yet, so ending the loop 2023-02-22T11:16:42.677Z|6bcb860b-1b2c-41a4-a301-6aff57bff4aa|pool-2-thread-2|||||DEBUG|500||Components Size Didn't match with the WatchdogComponentDistributionStatus results. 2023-02-22T11:16:52.609Z||pool-2-thread-8|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2023-02-22T11:16:52.610Z||pool-2-thread-8|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel. 2023-02-22T11:16:52.610Z||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 sXwXLxdJNt84opGN) ... 2023-02-22T11:16:52.649Z||pool-2-thread-8|||||INFO|500|| --> HTTP/1.1 200 OK 2023-02-22T11:16:52.650Z||pool-2-thread-8|||||DEBUG|500||received message from topic 2023-02-22T11:16:52.650Z||pool-2-thread-8|||||DEBUG|500||recieved notification from broker: { "distributionID": "6bcb860b-1b2c-41a4-a301-6aff57bff4aa", "consumerID": "cds", "timestamp": 1677064490171, "artifactURL": "/sdc/v1/catalog/services/BasicOnboardQuzlwy/1.0/resourceInstances/basic_onboard_quzlwy0/artifacts/vendor-license-model.xml", "status": "NOT_NOTIFIED" } 2023-02-22T11:16:52.651Z||pool-2-thread-8|||||INFO|500||Missing status on Status Object. 2023-02-22T11:17:12.677Z|6bcb860b-1b2c-41a4-a301-6aff57bff4aa|pool-2-thread-2|||||DEBUG|500||Entered getOverallDistributionStatus method for distrubutionId: 6bcb860b-1b2c-41a4-a301-6aff57bff4aa Hibernate: select watchdogdi0_.DISTRIBUTION_ID as distribu1_11_0_, watchdogdi0_.CREATE_TIME as create_t2_11_0_, watchdogdi0_.DISTRIBUTION_ID_STATUS as distribu3_11_0_, watchdogdi0_.MODIFY_TIME as modify_t4_11_0_, watchdogdi0_.LOCK_VERSION as lock_ver5_11_0_ from watchdog_distributionid_status watchdogdi0_ where watchdogdi0_.DISTRIBUTION_ID=? Hibernate: select watchdogco0_.COMPONENT_NAME as componen1_12_, watchdogco0_.DISTRIBUTION_ID as distribu2_12_, watchdogco0_.COMPONENT_DISTRIBUTION_STATUS as componen3_12_, watchdogco0_.CREATE_TIME as create_t4_12_, watchdogco0_.MODIFY_TIME as modify_t5_12_ from watchdog_per_component_distribution_status watchdogco0_ where watchdogco0_.DISTRIBUTION_ID=? 2023-02-22T11:17:12.691Z|6bcb860b-1b2c-41a4-a301-6aff57bff4aa|pool-2-thread-2|||||DEBUG|500||Executed RequestDB getWatchdogComponentDistributionStatus for distrubutionId: 6bcb860b-1b2c-41a4-a301-6aff57bff4aa Hibernate: select watchdogco0_.COMPONENT_NAME as componen1_12_, watchdogco0_.DISTRIBUTION_ID as distribu2_12_, watchdogco0_.COMPONENT_DISTRIBUTION_STATUS as componen3_12_, watchdogco0_.CREATE_TIME as create_t4_12_, watchdogco0_.MODIFY_TIME as modify_t5_12_ from watchdog_per_component_distribution_status watchdogco0_ where watchdogco0_.DISTRIBUTION_ID=? 2023-02-22T11:17:12.694Z|6bcb860b-1b2c-41a4-a301-6aff57bff4aa|pool-2-thread-2|||||DEBUG|500||Found componentName SO in the WatchDog Component DB 2023-02-22T11:17:12.694Z|6bcb860b-1b2c-41a4-a301-6aff57bff4aa|pool-2-thread-2|||||DEBUG|500||AAI has not be updated in the the WatchDog Component DB yet, so ending the loop 2023-02-22T11:17:12.695Z|6bcb860b-1b2c-41a4-a301-6aff57bff4aa|pool-2-thread-2|||||DEBUG|500||Components Size Didn't match with the WatchdogComponentDistributionStatus results. 2023-02-22T11:17:42.695Z|6bcb860b-1b2c-41a4-a301-6aff57bff4aa|pool-2-thread-2|||||DEBUG|500||Entered getOverallDistributionStatus method for distrubutionId: 6bcb860b-1b2c-41a4-a301-6aff57bff4aa Hibernate: select watchdogdi0_.DISTRIBUTION_ID as distribu1_11_0_, watchdogdi0_.CREATE_TIME as create_t2_11_0_, watchdogdi0_.DISTRIBUTION_ID_STATUS as distribu3_11_0_, watchdogdi0_.MODIFY_TIME as modify_t4_11_0_, watchdogdi0_.LOCK_VERSION as lock_ver5_11_0_ from watchdog_distributionid_status watchdogdi0_ where watchdogdi0_.DISTRIBUTION_ID=? Hibernate: select watchdogco0_.COMPONENT_NAME as componen1_12_, watchdogco0_.DISTRIBUTION_ID as distribu2_12_, watchdogco0_.COMPONENT_DISTRIBUTION_STATUS as componen3_12_, watchdogco0_.CREATE_TIME as create_t4_12_, watchdogco0_.MODIFY_TIME as modify_t5_12_ from watchdog_per_component_distribution_status watchdogco0_ where watchdogco0_.DISTRIBUTION_ID=? 2023-02-22T11:17:42.705Z|6bcb860b-1b2c-41a4-a301-6aff57bff4aa|pool-2-thread-2|||||DEBUG|500||Executed RequestDB getWatchdogComponentDistributionStatus for distrubutionId: 6bcb860b-1b2c-41a4-a301-6aff57bff4aa Hibernate: select watchdogco0_.COMPONENT_NAME as componen1_12_, watchdogco0_.DISTRIBUTION_ID as distribu2_12_, watchdogco0_.COMPONENT_DISTRIBUTION_STATUS as componen3_12_, watchdogco0_.CREATE_TIME as create_t4_12_, watchdogco0_.MODIFY_TIME as modify_t5_12_ from watchdog_per_component_distribution_status watchdogco0_ where watchdogco0_.DISTRIBUTION_ID=? 2023-02-22T11:17:42.707Z|6bcb860b-1b2c-41a4-a301-6aff57bff4aa|pool-2-thread-2|||||DEBUG|500||Found componentName SO in the WatchDog Component DB 2023-02-22T11:17:42.707Z|6bcb860b-1b2c-41a4-a301-6aff57bff4aa|pool-2-thread-2|||||DEBUG|500||AAI has not be updated in the the WatchDog Component DB yet, so ending the loop 2023-02-22T11:17:42.707Z|6bcb860b-1b2c-41a4-a301-6aff57bff4aa|pool-2-thread-2|||||DEBUG|500||Components Size Didn't match with the WatchdogComponentDistributionStatus results. 2023-02-22T11:17:52.609Z||pool-2-thread-8|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2023-02-22T11:17:52.610Z||pool-2-thread-8|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel. 2023-02-22T11:17:52.610Z||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 sXwXLxdJNt84opGN) ... 2023-02-22T11:17:53.174Z||pool-2-thread-8|||||INFO|500|| --> HTTP/1.1 200 OK 2023-02-22T11:17:53.177Z||pool-2-thread-8|||||DEBUG|500||received message from topic 2023-02-22T11:17:53.177Z||pool-2-thread-8|||||DEBUG|500||recieved notification from broker: { "distributionID": "6bcb860b-1b2c-41a4-a301-6aff57bff4aa", "consumerID": "SO-COpenSource-Env11", "timestamp": 1677064492607, "artifactURL": "/sdc/v1/catalog/services/BasicOnboardQuzlwy/1.0/resourceInstances/basic_onboard_quzlwy0/artifacts/vf-license-model.xml", "status": "NOT_NOTIFIED" } 2023-02-22T11:17:53.178Z||pool-2-thread-8|||||INFO|500||Missing status on Status Object. 2023-02-22T11:17:53.178Z||pool-2-thread-8|||||DEBUG|500||received message from topic 2023-02-22T11:17:53.178Z||pool-2-thread-8|||||DEBUG|500||recieved notification from broker: { "distributionID": "6bcb860b-1b2c-41a4-a301-6aff57bff4aa", "consumerID": "aai-ml", "timestamp": 1677064489839, "artifactURL": "/sdc/v1/catalog/services/BasicOnboardQuzlwy/1.0/resourceInstances/basic_onboard_quzlwy0/artifacts/vendor-license-model.xml", "status": "NOT_NOTIFIED" } 2023-02-22T11:17:53.178Z||pool-2-thread-8|||||INFO|500||Missing status on Status Object. 2023-02-22T11:17:53.178Z||pool-2-thread-8|||||DEBUG|500||received message from topic 2023-02-22T11:17:53.178Z||pool-2-thread-8|||||DEBUG|500||recieved notification from broker: { "distributionID": "6bcb860b-1b2c-41a4-a301-6aff57bff4aa", "consumerID": "ves-openapi-manager", "timestamp": 1677064480004, "artifactURL": "/sdc/v1/catalog/services/BasicOnboardQuzlwy/1.0/artifacts/service-BasicOnboardQuzlwy-csar.csar", "status": "NOT_NOTIFIED" } 2023-02-22T11:17:53.178Z||pool-2-thread-8|||||INFO|500||Missing status on Status Object. 2023-02-22T11:17:53.179Z||pool-2-thread-8|||||DEBUG|500||received message from topic 2023-02-22T11:17:53.179Z||pool-2-thread-8|||||DEBUG|500||recieved notification from broker: { "distributionID": "6bcb860b-1b2c-41a4-a301-6aff57bff4aa", "consumerID": "multicloud-k8s-id", "timestamp": 1677064487984, "artifactURL": "/sdc/v1/catalog/services/BasicOnboardQuzlwy/1.0/artifacts/service-BasicOnboardQuzlwy-template.yml", "status": "NOT_NOTIFIED" } 2023-02-22T11:17:53.179Z||pool-2-thread-8|||||INFO|500||Missing status on Status Object. 2023-02-22T11:17:53.179Z||pool-2-thread-8|||||DEBUG|500||received message from topic 2023-02-22T11:17:53.179Z||pool-2-thread-8|||||DEBUG|500||recieved notification from broker: { "distributionID": "6bcb860b-1b2c-41a4-a301-6aff57bff4aa", "consumerID": "cds", "timestamp": 1677064490171, "artifactURL": "/sdc/v1/catalog/services/BasicOnboardQuzlwy/1.0/resourceInstances/basic_onboard_quzlwy0/artifacts/base_ubuntu18.env", "status": "NOT_NOTIFIED" } 2023-02-22T11:17:53.179Z||pool-2-thread-8|||||INFO|500||Missing status on Status Object. 2023-02-22T11:17:53.179Z||pool-2-thread-8|||||DEBUG|500||received message from topic 2023-02-22T11:17:53.179Z||pool-2-thread-8|||||DEBUG|500||recieved notification from broker: { "distributionID": "6bcb860b-1b2c-41a4-a301-6aff57bff4aa", "consumerID": "SO-COpenSource-Env11", "timestamp": 1677064492607, "artifactURL": "/sdc/v1/catalog/services/BasicOnboardQuzlwy/1.0/resourceInstances/basic_onboard_quzlwy0/artifacts/basic_onboard_quzlwy0_modules.json", "status": "NOTIFIED" } 2023-02-22T11:17:53.180Z||pool-2-thread-8|||||INFO|500||Missing status on Status Object. 2023-02-22T11:17:53.180Z||pool-2-thread-8|||||DEBUG|500||received message from topic 2023-02-22T11:17:53.180Z||pool-2-thread-8|||||DEBUG|500||recieved notification from broker: { "distributionID": "6bcb860b-1b2c-41a4-a301-6aff57bff4aa", "consumerID": "aai-ml", "timestamp": 1677064489839, "artifactURL": "/sdc/v1/catalog/services/BasicOnboardQuzlwy/1.0/resourceInstances/basic_onboard_quzlwy0/artifacts/base_ubuntu18.env", "status": "NOT_NOTIFIED" } 2023-02-22T11:17:53.180Z||pool-2-thread-8|||||INFO|500||Missing status on Status Object. 2023-02-22T11:17:53.180Z||pool-2-thread-8|||||DEBUG|500||received message from topic 2023-02-22T11:17:53.180Z||pool-2-thread-8|||||DEBUG|500||recieved notification from broker: { "distributionID": "6bcb860b-1b2c-41a4-a301-6aff57bff4aa", "consumerID": "multicloud-k8s-id", "timestamp": 1677064487984, "artifactURL": "/sdc/v1/catalog/services/BasicOnboardQuzlwy/1.0/artifacts/service-BasicOnboardQuzlwy-csar.csar", "status": "NOTIFIED" } 2023-02-22T11:17:53.180Z||pool-2-thread-8|||||INFO|500||Missing status on Status Object. 2023-02-22T11:17:53.180Z||pool-2-thread-8|||||DEBUG|500||received message from topic 2023-02-22T11:17:53.180Z||pool-2-thread-8|||||DEBUG|500||recieved notification from broker: { "distributionID": "6bcb860b-1b2c-41a4-a301-6aff57bff4aa", "consumerID": "cds", "timestamp": 1677064490171, "artifactURL": "/sdc/v1/catalog/services/BasicOnboardQuzlwy/1.0/artifacts/service-BasicOnboardQuzlwy-template.yml", "status": "NOT_NOTIFIED" } 2023-02-22T11:17:53.181Z||pool-2-thread-8|||||INFO|500||Missing status on Status Object. 2023-02-22T11:17:53.181Z||pool-2-thread-8|||||DEBUG|500||received message from topic 2023-02-22T11:17:53.181Z||pool-2-thread-8|||||DEBUG|500||recieved notification from broker: { "distributionID": "6bcb860b-1b2c-41a4-a301-6aff57bff4aa", "consumerID": "SO-COpenSource-Env11", "timestamp": 1677064492607, "artifactURL": "/sdc/v1/catalog/services/BasicOnboardQuzlwy/1.0/resourceInstances/basic_onboard_quzlwy0/artifacts/base_ubuntu18.yaml", "status": "NOTIFIED" } 2023-02-22T11:17:53.181Z||pool-2-thread-8|||||INFO|500||Missing status on Status Object. 2023-02-22T11:17:53.181Z||pool-2-thread-8|||||DEBUG|500||received message from topic 2023-02-22T11:17:53.181Z||pool-2-thread-8|||||DEBUG|500||recieved notification from broker: { "distributionID": "6bcb860b-1b2c-41a4-a301-6aff57bff4aa", "consumerID": "aai-ml", "timestamp": 1677064489839, "artifactURL": "/sdc/v1/catalog/services/BasicOnboardQuzlwy/1.0/artifacts/service-BasicOnboardQuzlwy-template.yml", "status": "NOT_NOTIFIED" } 2023-02-22T11:17:53.181Z||pool-2-thread-8|||||INFO|500||Missing status on Status Object. 2023-02-22T11:17:53.182Z||pool-2-thread-8|||||DEBUG|500||received message from topic 2023-02-22T11:17:53.182Z||pool-2-thread-8|||||DEBUG|500||recieved notification from broker: { "distributionID": "6bcb860b-1b2c-41a4-a301-6aff57bff4aa", "consumerID": "multicloud-k8s-id", "timestamp": 1677064495947, "artifactURL": "/sdc/v1/catalog/services/BasicOnboardQuzlwy/1.0/resourceInstances/basic_onboard_quzlwy0/artifacts/basic_onboard_quzlwy0_modules.json", "status": "DOWNLOAD_OK" } 2023-02-22T11:17:53.182Z||pool-2-thread-8|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error' 2023-02-22T11:17:53.182Z||pool-2-thread-8|||||DEBUG|500||received message from topic 2023-02-22T11:17:53.182Z||pool-2-thread-8|||||DEBUG|500||recieved notification from broker: { "distributionID": "6bcb860b-1b2c-41a4-a301-6aff57bff4aa", "consumerID": "cds", "timestamp": 1677064490171, "artifactURL": "/sdc/v1/catalog/services/BasicOnboardQuzlwy/1.0/artifacts/service-BasicOnboardQuzlwy-csar.csar", "status": "NOTIFIED" } 2023-02-22T11:17:53.182Z||pool-2-thread-8|||||INFO|500||Missing status on Status Object. 2023-02-22T11:17:53.182Z||pool-2-thread-8|||||DEBUG|500||received message from topic 2023-02-22T11:17:53.182Z||pool-2-thread-8|||||DEBUG|500||recieved notification from broker: { "distributionID": "6bcb860b-1b2c-41a4-a301-6aff57bff4aa", "consumerID": "SO-COpenSource-Env11", "timestamp": 1677064492607, "artifactURL": "/sdc/v1/catalog/services/BasicOnboardQuzlwy/1.0/resourceInstances/basic_onboard_quzlwy0/artifacts/vendor-license-model.xml", "status": "NOT_NOTIFIED" } 2023-02-22T11:17:53.183Z||pool-2-thread-8|||||INFO|500||Missing status on Status Object. 2023-02-22T11:17:53.183Z||pool-2-thread-8|||||DEBUG|500||received message from topic 2023-02-22T11:17:53.183Z||pool-2-thread-8|||||DEBUG|500||recieved notification from broker: { "distributionID": "6bcb860b-1b2c-41a4-a301-6aff57bff4aa", "consumerID": "aai-ml", "timestamp": 1677064489839, "artifactURL": "/sdc/v1/catalog/services/BasicOnboardQuzlwy/1.0/artifacts/service-BasicOnboardQuzlwy-csar.csar", "status": "NOTIFIED" } 2023-02-22T11:17:53.183Z||pool-2-thread-8|||||INFO|500||Missing status on Status Object. 2023-02-22T11:17:53.183Z||pool-2-thread-8|||||DEBUG|500||received message from topic 2023-02-22T11:17:53.183Z||pool-2-thread-8|||||DEBUG|500||recieved notification from broker: { "distributionID": "6bcb860b-1b2c-41a4-a301-6aff57bff4aa", "consumerID": "multicloud-k8s-id", "timestamp": 1677064497115, "artifactURL": "/sdc/v1/catalog/services/BasicOnboardQuzlwy/1.0/resourceInstances/basic_onboard_quzlwy0/artifacts/base_ubuntu18.yaml", "status": "DOWNLOAD_OK" } 2023-02-22T11:17:53.183Z||pool-2-thread-8|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error' 2023-02-22T11:17:53.183Z||pool-2-thread-8|||||DEBUG|500||received message from topic 2023-02-22T11:17:53.184Z||pool-2-thread-8|||||DEBUG|500||recieved notification from broker: { "distributionID": "6bcb860b-1b2c-41a4-a301-6aff57bff4aa", "consumerID": "cds", "timestamp": 1677064498095, "artifactURL": "/sdc/v1/catalog/services/BasicOnboardQuzlwy/1.0/artifacts/service-BasicOnboardQuzlwy-csar.csar", "status": "DOWNLOAD_OK" } 2023-02-22T11:17:53.184Z||pool-2-thread-8|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error' 2023-02-22T11:17:53.184Z||pool-2-thread-8|||||DEBUG|500||received message from topic 2023-02-22T11:17:53.184Z||pool-2-thread-8|||||DEBUG|500||recieved notification from broker: { "distributionID": "6bcb860b-1b2c-41a4-a301-6aff57bff4aa", "consumerID": "SO-COpenSource-Env11", "timestamp": 1677064492607, "artifactURL": "/sdc/v1/catalog/services/BasicOnboardQuzlwy/1.0/resourceInstances/basic_onboard_quzlwy0/artifacts/base_ubuntu18.env", "status": "NOTIFIED" } 2023-02-22T11:17:53.184Z||pool-2-thread-8|||||INFO|500||Missing status on Status Object. 2023-02-22T11:17:53.184Z||pool-2-thread-8|||||DEBUG|500||received message from topic 2023-02-22T11:17:53.184Z||pool-2-thread-8|||||DEBUG|500||recieved notification from broker: { "distributionID": "6bcb860b-1b2c-41a4-a301-6aff57bff4aa", "consumerID": "aai-ml", "timestamp": 1677064497751, "artifactURL": "/sdc/v1/catalog/services/BasicOnboardQuzlwy/1.0/artifacts/service-BasicOnboardQuzlwy-csar.csar", "status": "DOWNLOAD_OK" } 2023-02-22T11:17:53.184Z||pool-2-thread-8|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error' 2023-02-22T11:17:53.184Z||pool-2-thread-8|||||DEBUG|500||received message from topic 2023-02-22T11:17:53.185Z||pool-2-thread-8|||||DEBUG|500||recieved notification from broker: { "distributionID": "6bcb860b-1b2c-41a4-a301-6aff57bff4aa", "consumerID": "multicloud-k8s-id", "timestamp": 1677064498202, "artifactURL": "/sdc/v1/catalog/services/BasicOnboardQuzlwy/1.0/resourceInstances/basic_onboard_quzlwy0/artifacts/base_ubuntu18.env", "status": "DOWNLOAD_OK" } 2023-02-22T11:17:53.185Z||pool-2-thread-8|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error' 2023-02-22T11:17:53.185Z||pool-2-thread-8|||||DEBUG|500||received message from topic 2023-02-22T11:17:53.185Z||pool-2-thread-8|||||DEBUG|500||recieved notification from broker: { "distributionID": "6bcb860b-1b2c-41a4-a301-6aff57bff4aa", "consumerID": "cds", "timestamp": 1677064499128, "artifactURL": "/sdc/v1/catalog/services/BasicOnboardQuzlwy/1.0/artifacts/service-BasicOnboardQuzlwy-csar.csar", "status": "COMPONENT_DONE_OK", "componentName": "cds" } Hibernate: select watchdogdi0_.DISTRIBUTION_ID as distribu1_11_0_, watchdogdi0_.CREATE_TIME as create_t2_11_0_, watchdogdi0_.DISTRIBUTION_ID_STATUS as distribu3_11_0_, watchdogdi0_.MODIFY_TIME as modify_t4_11_0_, watchdogdi0_.LOCK_VERSION as lock_ver5_11_0_ from watchdog_distributionid_status watchdogdi0_ where watchdogdi0_.DISTRIBUTION_ID=? 2023-02-22T11:17:53.198Z||pool-2-thread-8|||||DEBUG|500||Receive a callback componentStatus in ASDC, for componentName: cds and status of COMPONENT_DONE_OK distributionID of 6bcb860b-1b2c-41a4-a301-6aff57bff4aa 2023-02-22T11:17:53.198Z||pool-2-thread-8|||||DEBUG|500||Entering installTheComponentStatus for distributionId 6bcb860b-1b2c-41a4-a301-6aff57bff4aa and ComponentName cds Hibernate: select watchdogco0_.COMPONENT_NAME as componen1_12_0_, watchdogco0_.DISTRIBUTION_ID as distribu2_12_0_, watchdogco0_.COMPONENT_DISTRIBUTION_STATUS as componen3_12_0_, watchdogco0_.CREATE_TIME as create_t4_12_0_, watchdogco0_.MODIFY_TIME as modify_t5_12_0_ from watchdog_per_component_distribution_status watchdogco0_ where watchdogco0_.COMPONENT_NAME=? and watchdogco0_.DISTRIBUTION_ID=? Hibernate: insert into watchdog_per_component_distribution_status (COMPONENT_DISTRIBUTION_STATUS, CREATE_TIME, MODIFY_TIME, COMPONENT_NAME, DISTRIBUTION_ID) values (?, ?, ?, ?, ?) 2023-02-22T11:17:53.208Z||pool-2-thread-8|||||DEBUG|500||received message from topic 2023-02-22T11:17:53.209Z||pool-2-thread-8|||||DEBUG|500||recieved notification from broker: { "distributionID": "6bcb860b-1b2c-41a4-a301-6aff57bff4aa", "consumerID": "SO-COpenSource-Env11", "timestamp": 1677064492607, "artifactURL": "/sdc/v1/catalog/services/BasicOnboardQuzlwy/1.0/artifacts/service-BasicOnboardQuzlwy-template.yml", "status": "NOT_NOTIFIED" } 2023-02-22T11:17:53.209Z||pool-2-thread-8|||||INFO|500||Missing status on Status Object. 2023-02-22T11:17:53.210Z||pool-2-thread-8|||||DEBUG|500||received message from topic 2023-02-22T11:17:53.210Z||pool-2-thread-8|||||DEBUG|500||recieved notification from broker: { "distributionID": "6bcb860b-1b2c-41a4-a301-6aff57bff4aa", "consumerID": "multicloud-k8s-id", "timestamp": 1677064499303, "artifactURL": "", "status": "COMPONENT_DONE_OK", "componentName": "POLICY" } Hibernate: select watchdogdi0_.DISTRIBUTION_ID as distribu1_11_0_, watchdogdi0_.CREATE_TIME as create_t2_11_0_, watchdogdi0_.DISTRIBUTION_ID_STATUS as distribu3_11_0_, watchdogdi0_.MODIFY_TIME as modify_t4_11_0_, watchdogdi0_.LOCK_VERSION as lock_ver5_11_0_ from watchdog_distributionid_status watchdogdi0_ where watchdogdi0_.DISTRIBUTION_ID=? 2023-02-22T11:17:53.216Z||pool-2-thread-8|||||DEBUG|500||Receive a callback componentStatus in ASDC, for componentName: POLICY and status of COMPONENT_DONE_OK distributionID of 6bcb860b-1b2c-41a4-a301-6aff57bff4aa 2023-02-22T11:17:53.217Z||pool-2-thread-8|||||DEBUG|500||Entering installTheComponentStatus for distributionId 6bcb860b-1b2c-41a4-a301-6aff57bff4aa and ComponentName POLICY Hibernate: select watchdogco0_.COMPONENT_NAME as componen1_12_0_, watchdogco0_.DISTRIBUTION_ID as distribu2_12_0_, watchdogco0_.COMPONENT_DISTRIBUTION_STATUS as componen3_12_0_, watchdogco0_.CREATE_TIME as create_t4_12_0_, watchdogco0_.MODIFY_TIME as modify_t5_12_0_ from watchdog_per_component_distribution_status watchdogco0_ where watchdogco0_.COMPONENT_NAME=? and watchdogco0_.DISTRIBUTION_ID=? Hibernate: insert into watchdog_per_component_distribution_status (COMPONENT_DISTRIBUTION_STATUS, CREATE_TIME, MODIFY_TIME, COMPONENT_NAME, DISTRIBUTION_ID) values (?, ?, ?, ?, ?) 2023-02-22T11:17:53.228Z||pool-2-thread-8|||||DEBUG|500||received message from topic 2023-02-22T11:17:53.228Z||pool-2-thread-8|||||DEBUG|500||recieved notification from broker: { "distributionID": "6bcb860b-1b2c-41a4-a301-6aff57bff4aa", "consumerID": "SO-COpenSource-Env11", "timestamp": 1677064492607, "artifactURL": "/sdc/v1/catalog/services/BasicOnboardQuzlwy/1.0/artifacts/service-BasicOnboardQuzlwy-csar.csar", "status": "NOTIFIED" } 2023-02-22T11:17:53.228Z||pool-2-thread-8|||||INFO|500||Missing status on Status Object. 2023-02-22T11:17:53.228Z||pool-2-thread-8|||||DEBUG|500||received message from topic 2023-02-22T11:17:53.229Z||pool-2-thread-8|||||DEBUG|500||recieved notification from broker: { "distributionID": "6bcb860b-1b2c-41a4-a301-6aff57bff4aa", "consumerID": "multicloud-k8s-id", "timestamp": 1677064500313, "artifactURL": "/sdc/v1/catalog/services/BasicOnboardQuzlwy/1.0/resourceInstances/basic_onboard_quzlwy0/artifacts/basic_onboard_quzlwy0_modules.json", "status": "DEPLOY_OK" } 2023-02-22T11:17:53.229Z||pool-2-thread-8|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error' 2023-02-22T11:17:53.229Z||pool-2-thread-8|||||DEBUG|500||received message from topic 2023-02-22T11:17:53.229Z||pool-2-thread-8|||||DEBUG|500||recieved notification from broker: { "distributionID": "6bcb860b-1b2c-41a4-a301-6aff57bff4aa", "consumerID": "sdc-COpenSource-Env11-sdnc-dockero", "timestamp": 1677064499920, "artifactURL": "/sdc/v1/catalog/services/BasicOnboardQuzlwy/1.0/resourceInstances/basic_onboard_quzlwy0/artifacts/vf-license-model.xml", "status": "NOT_NOTIFIED" } 2023-02-22T11:17:53.230Z||pool-2-thread-8|||||INFO|500||Missing status on Status Object. 2023-02-22T11:17:53.230Z||pool-2-thread-8|||||DEBUG|500||received message from topic 2023-02-22T11:17:53.230Z||pool-2-thread-8|||||DEBUG|500||recieved notification from broker: { "distributionID": "6bcb860b-1b2c-41a4-a301-6aff57bff4aa", "consumerID": "SO-COpenSource-Env11", "timestamp": 1677064501018, "artifactURL": "/sdc/v1/catalog/services/BasicOnboardQuzlwy/1.0/artifacts/service-BasicOnboardQuzlwy-csar.csar", "status": "DOWNLOAD_OK" } 2023-02-22T11:17:53.230Z||pool-2-thread-8|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error' 2023-02-22T11:17:53.231Z||pool-2-thread-8|||||DEBUG|500||received message from topic 2023-02-22T11:17:53.231Z||pool-2-thread-8|||||DEBUG|500||recieved notification from broker: { "distributionID": "6bcb860b-1b2c-41a4-a301-6aff57bff4aa", "consumerID": "sdc-COpenSource-Env11-sdnc-dockero", "timestamp": 1677064499920, "artifactURL": "/sdc/v1/catalog/services/BasicOnboardQuzlwy/1.0/resourceInstances/basic_onboard_quzlwy0/artifacts/basic_onboard_quzlwy0_modules.json", "status": "NOT_NOTIFIED" } 2023-02-22T11:17:53.231Z||pool-2-thread-8|||||INFO|500||Missing status on Status Object. 2023-02-22T11:17:53.231Z||pool-2-thread-8|||||DEBUG|500||received message from topic 2023-02-22T11:17:53.231Z||pool-2-thread-8|||||DEBUG|500||recieved notification from broker: { "distributionID": "6bcb860b-1b2c-41a4-a301-6aff57bff4aa", "consumerID": "sdc-COpenSource-Env11-sdnc-dockero", "timestamp": 1677064499920, "artifactURL": "/sdc/v1/catalog/services/BasicOnboardQuzlwy/1.0/resourceInstances/basic_onboard_quzlwy0/artifacts/base_ubuntu18.yaml", "status": "NOT_NOTIFIED" } 2023-02-22T11:17:53.232Z||pool-2-thread-8|||||INFO|500||Missing status on Status Object. 2023-02-22T11:17:53.232Z||pool-2-thread-8|||||DEBUG|500||received message from topic 2023-02-22T11:17:53.232Z||pool-2-thread-8|||||DEBUG|500||recieved notification from broker: { "distributionID": "6bcb860b-1b2c-41a4-a301-6aff57bff4aa", "consumerID": "sdc-COpenSource-Env11-sdnc-dockero", "timestamp": 1677064499920, "artifactURL": "/sdc/v1/catalog/services/BasicOnboardQuzlwy/1.0/resourceInstances/basic_onboard_quzlwy0/artifacts/vendor-license-model.xml", "status": "NOT_NOTIFIED" } 2023-02-22T11:17:53.232Z||pool-2-thread-8|||||INFO|500||Missing status on Status Object. 2023-02-22T11:17:53.232Z||pool-2-thread-8|||||DEBUG|500||received message from topic 2023-02-22T11:17:53.232Z||pool-2-thread-8|||||DEBUG|500||recieved notification from broker: { "distributionID": "6bcb860b-1b2c-41a4-a301-6aff57bff4aa", "consumerID": "sdc-COpenSource-Env11-sdnc-dockero", "timestamp": 1677064499920, "artifactURL": "/sdc/v1/catalog/services/BasicOnboardQuzlwy/1.0/resourceInstances/basic_onboard_quzlwy0/artifacts/base_ubuntu18.env", "status": "NOT_NOTIFIED" } 2023-02-22T11:17:53.233Z||pool-2-thread-8|||||INFO|500||Missing status on Status Object. 2023-02-22T11:17:53.233Z||pool-2-thread-8|||||DEBUG|500||received message from topic 2023-02-22T11:17:53.233Z||pool-2-thread-8|||||DEBUG|500||recieved notification from broker: { "distributionID": "6bcb860b-1b2c-41a4-a301-6aff57bff4aa", "consumerID": "SO-COpenSource-Env11", "timestamp": 1677064505049, "artifactURL": "/sdc/v1/catalog/services/BasicOnboardQuzlwy/1.0/resourceInstances/basic_onboard_quzlwy0/artifacts/basic_onboard_quzlwy0_modules.json", "status": "DOWNLOAD_OK" } 2023-02-22T11:17:53.234Z||pool-2-thread-8|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error' 2023-02-22T11:17:53.234Z||pool-2-thread-8|||||DEBUG|500||received message from topic 2023-02-22T11:17:53.234Z||pool-2-thread-8|||||DEBUG|500||recieved notification from broker: { "distributionID": "6bcb860b-1b2c-41a4-a301-6aff57bff4aa", "consumerID": "sdc-COpenSource-Env11-sdnc-dockero", "timestamp": 1677064499920, "artifactURL": "/sdc/v1/catalog/services/BasicOnboardQuzlwy/1.0/artifacts/service-BasicOnboardQuzlwy-template.yml", "status": "NOT_NOTIFIED" } 2023-02-22T11:17:53.234Z||pool-2-thread-8|||||INFO|500||Missing status on Status Object. 2023-02-22T11:17:53.234Z||pool-2-thread-8|||||DEBUG|500||received message from topic 2023-02-22T11:17:53.234Z||pool-2-thread-8|||||DEBUG|500||recieved notification from broker: { "distributionID": "6bcb860b-1b2c-41a4-a301-6aff57bff4aa", "consumerID": "SO-COpenSource-Env11", "timestamp": 1677064506169, "artifactURL": "/sdc/v1/catalog/services/BasicOnboardQuzlwy/1.0/resourceInstances/basic_onboard_quzlwy0/artifacts/base_ubuntu18.yaml", "status": "DOWNLOAD_OK" } 2023-02-22T11:17:53.235Z||pool-2-thread-8|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error' 2023-02-22T11:17:53.235Z||pool-2-thread-8|||||DEBUG|500||received message from topic 2023-02-22T11:17:53.235Z||pool-2-thread-8|||||DEBUG|500||recieved notification from broker: { "distributionID": "6bcb860b-1b2c-41a4-a301-6aff57bff4aa", "consumerID": "sdc-COpenSource-Env11-sdnc-dockero", "timestamp": 1677064499920, "artifactURL": "/sdc/v1/catalog/services/BasicOnboardQuzlwy/1.0/artifacts/service-BasicOnboardQuzlwy-csar.csar", "status": "NOTIFIED" } 2023-02-22T11:17:53.235Z||pool-2-thread-8|||||INFO|500||Missing status on Status Object. 2023-02-22T11:17:53.235Z||pool-2-thread-8|||||DEBUG|500||received message from topic 2023-02-22T11:17:53.235Z||pool-2-thread-8|||||DEBUG|500||recieved notification from broker: { "distributionID": "6bcb860b-1b2c-41a4-a301-6aff57bff4aa", "consumerID": "SO-COpenSource-Env11", "timestamp": 1677064507269, "artifactURL": "/sdc/v1/catalog/services/BasicOnboardQuzlwy/1.0/resourceInstances/basic_onboard_quzlwy0/artifacts/base_ubuntu18.env", "status": "DOWNLOAD_OK" } 2023-02-22T11:17:53.236Z||pool-2-thread-8|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error' 2023-02-22T11:17:53.236Z||pool-2-thread-8|||||DEBUG|500||received message from topic 2023-02-22T11:17:53.236Z||pool-2-thread-8|||||DEBUG|500||recieved notification from broker: { "distributionID": "6bcb860b-1b2c-41a4-a301-6aff57bff4aa", "consumerID": "sdc-COpenSource-Env11-sdnc-dockero", "timestamp": 1677064507807, "artifactURL": "/sdc/v1/catalog/services/BasicOnboardQuzlwy/1.0/artifacts/service-BasicOnboardQuzlwy-csar.csar", "status": "DOWNLOAD_OK" } 2023-02-22T11:17:53.236Z||pool-2-thread-8|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error' 2023-02-22T11:17:53.236Z||pool-2-thread-8|||||DEBUG|500||received message from topic 2023-02-22T11:17:53.236Z||pool-2-thread-8|||||DEBUG|500||recieved notification from broker: { "distributionID": "6bcb860b-1b2c-41a4-a301-6aff57bff4aa", "consumerID": "SO-COpenSource-Env11", "timestamp": 1677064508571, "artifactURL": "/sdc/v1/catalog/services/BasicOnboardQuzlwy/1.0/resourceInstances/basic_onboard_quzlwy0/artifacts/basic_onboard_quzlwy0_modules.json", "status": "DEPLOY_OK" } 2023-02-22T11:17:53.236Z||pool-2-thread-8|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error' 2023-02-22T11:17:53.237Z||pool-2-thread-8|||||DEBUG|500||received message from topic 2023-02-22T11:17:53.237Z||pool-2-thread-8|||||DEBUG|500||recieved notification from broker: { "distributionID": "6bcb860b-1b2c-41a4-a301-6aff57bff4aa", "consumerID": "SO-COpenSource-Env11", "timestamp": 1677064509575, "artifactURL": "/sdc/v1/catalog/services/BasicOnboardQuzlwy/1.0/resourceInstances/basic_onboard_quzlwy0/artifacts/base_ubuntu18.yaml", "status": "DEPLOY_OK" } 2023-02-22T11:17:53.237Z||pool-2-thread-8|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error' 2023-02-22T11:17:53.237Z||pool-2-thread-8|||||DEBUG|500||received message from topic 2023-02-22T11:17:53.238Z||pool-2-thread-8|||||DEBUG|500||recieved notification from broker: { "distributionID": "6bcb860b-1b2c-41a4-a301-6aff57bff4aa", "consumerID": "SO-COpenSource-Env11", "timestamp": 1677064510579, "artifactURL": "/sdc/v1/catalog/services/BasicOnboardQuzlwy/1.0/resourceInstances/basic_onboard_quzlwy0/artifacts/base_ubuntu18.env", "status": "DEPLOY_OK" } 2023-02-22T11:17:53.238Z||pool-2-thread-8|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error' 2023-02-22T11:17:53.238Z||pool-2-thread-8|||||DEBUG|500||received message from topic 2023-02-22T11:17:53.239Z||pool-2-thread-8|||||DEBUG|500||recieved notification from broker: { "distributionID": "6bcb860b-1b2c-41a4-a301-6aff57bff4aa", "consumerID": "SO-COpenSource-Env11", "timestamp": 1677064511582, "artifactURL": "/sdc/v1/catalog/services/BasicOnboardQuzlwy/1.0/artifacts/service-BasicOnboardQuzlwy-csar.csar", "status": "DEPLOY_OK" } 2023-02-22T11:17:53.240Z||pool-2-thread-8|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error' 2023-02-22T11:17:53.240Z||pool-2-thread-8|||||DEBUG|500||received message from topic 2023-02-22T11:17:53.240Z||pool-2-thread-8|||||DEBUG|500||recieved notification from broker: { "distributionID": "6bcb860b-1b2c-41a4-a301-6aff57bff4aa", "consumerID": "sdc-COpenSource-Env11-sdnc-dockero", "timestamp": 1677064512317, "artifactURL": "/sdc/v1/catalog/services/BasicOnboardQuzlwy/1.0/artifacts/service-BasicOnboardQuzlwy-csar.csar", "status": "DEPLOY_OK" } 2023-02-22T11:17:53.240Z||pool-2-thread-8|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error' 2023-02-22T11:17:53.240Z||pool-2-thread-8|||||DEBUG|500||received message from topic 2023-02-22T11:17:53.241Z||pool-2-thread-8|||||DEBUG|500||recieved notification from broker: { "distributionID": "6bcb860b-1b2c-41a4-a301-6aff57bff4aa", "consumerID": "sdc-COpenSource-Env11-sdnc-dockero", "timestamp": 1677064513322, "artifactURL": "", "status": "COMPONENT_DONE_OK", "componentName": "SDNC" } Hibernate: select watchdogdi0_.DISTRIBUTION_ID as distribu1_11_0_, watchdogdi0_.CREATE_TIME as create_t2_11_0_, watchdogdi0_.DISTRIBUTION_ID_STATUS as distribu3_11_0_, watchdogdi0_.MODIFY_TIME as modify_t4_11_0_, watchdogdi0_.LOCK_VERSION as lock_ver5_11_0_ from watchdog_distributionid_status watchdogdi0_ where watchdogdi0_.DISTRIBUTION_ID=? 2023-02-22T11:17:53.249Z||pool-2-thread-8|||||DEBUG|500||Receive a callback componentStatus in ASDC, for componentName: SDNC and status of COMPONENT_DONE_OK distributionID of 6bcb860b-1b2c-41a4-a301-6aff57bff4aa 2023-02-22T11:17:53.250Z||pool-2-thread-8|||||DEBUG|500||Entering installTheComponentStatus for distributionId 6bcb860b-1b2c-41a4-a301-6aff57bff4aa and ComponentName SDNC Hibernate: select watchdogco0_.COMPONENT_NAME as componen1_12_0_, watchdogco0_.DISTRIBUTION_ID as distribu2_12_0_, watchdogco0_.COMPONENT_DISTRIBUTION_STATUS as componen3_12_0_, watchdogco0_.CREATE_TIME as create_t4_12_0_, watchdogco0_.MODIFY_TIME as modify_t5_12_0_ from watchdog_per_component_distribution_status watchdogco0_ where watchdogco0_.COMPONENT_NAME=? and watchdogco0_.DISTRIBUTION_ID=? Hibernate: insert into watchdog_per_component_distribution_status (COMPONENT_DISTRIBUTION_STATUS, CREATE_TIME, MODIFY_TIME, COMPONENT_NAME, DISTRIBUTION_ID) values (?, ?, ?, ?, ?) 2023-02-22T11:17:53.262Z||pool-2-thread-8|||||DEBUG|500||received message from topic 2023-02-22T11:17:53.262Z||pool-2-thread-8|||||DEBUG|500||recieved notification from broker: { "distributionID": "6bcb860b-1b2c-41a4-a301-6aff57bff4aa", "consumerID": "aai-ml", "timestamp": 1677064518574, "artifactURL": "/sdc/v1/catalog/services/BasicOnboardQuzlwy/1.0/artifacts/service-BasicOnboardQuzlwy-csar.csar", "status": "DEPLOY_OK" } 2023-02-22T11:17:53.263Z||pool-2-thread-8|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error' 2023-02-22T11:17:53.263Z||pool-2-thread-8|||||DEBUG|500||received message from topic 2023-02-22T11:17:53.263Z||pool-2-thread-8|||||DEBUG|500||recieved notification from broker: { "distributionID": "6bcb860b-1b2c-41a4-a301-6aff57bff4aa", "consumerID": "aai-ml", "timestamp": 1677064519596, "artifactURL": "", "status": "COMPONENT_DONE_OK", "componentName": "AAI" } Hibernate: select watchdogdi0_.DISTRIBUTION_ID as distribu1_11_0_, watchdogdi0_.CREATE_TIME as create_t2_11_0_, watchdogdi0_.DISTRIBUTION_ID_STATUS as distribu3_11_0_, watchdogdi0_.MODIFY_TIME as modify_t4_11_0_, watchdogdi0_.LOCK_VERSION as lock_ver5_11_0_ from watchdog_distributionid_status watchdogdi0_ where watchdogdi0_.DISTRIBUTION_ID=? 2023-02-22T11:17:53.269Z||pool-2-thread-8|||||DEBUG|500||Receive a callback componentStatus in ASDC, for componentName: AAI and status of COMPONENT_DONE_OK distributionID of 6bcb860b-1b2c-41a4-a301-6aff57bff4aa 2023-02-22T11:17:53.269Z||pool-2-thread-8|||||DEBUG|500||Entering installTheComponentStatus for distributionId 6bcb860b-1b2c-41a4-a301-6aff57bff4aa and ComponentName AAI Hibernate: select watchdogco0_.COMPONENT_NAME as componen1_12_0_, watchdogco0_.DISTRIBUTION_ID as distribu2_12_0_, watchdogco0_.COMPONENT_DISTRIBUTION_STATUS as componen3_12_0_, watchdogco0_.CREATE_TIME as create_t4_12_0_, watchdogco0_.MODIFY_TIME as modify_t5_12_0_ from watchdog_per_component_distribution_status watchdogco0_ where watchdogco0_.COMPONENT_NAME=? and watchdogco0_.DISTRIBUTION_ID=? Hibernate: insert into watchdog_per_component_distribution_status (COMPONENT_DISTRIBUTION_STATUS, CREATE_TIME, MODIFY_TIME, COMPONENT_NAME, DISTRIBUTION_ID) values (?, ?, ?, ?, ?) 2023-02-22T11:18:12.707Z|6bcb860b-1b2c-41a4-a301-6aff57bff4aa|pool-2-thread-2|||||DEBUG|500||Entered getOverallDistributionStatus method for distrubutionId: 6bcb860b-1b2c-41a4-a301-6aff57bff4aa Hibernate: select watchdogdi0_.DISTRIBUTION_ID as distribu1_11_0_, watchdogdi0_.CREATE_TIME as create_t2_11_0_, watchdogdi0_.DISTRIBUTION_ID_STATUS as distribu3_11_0_, watchdogdi0_.MODIFY_TIME as modify_t4_11_0_, watchdogdi0_.LOCK_VERSION as lock_ver5_11_0_ from watchdog_distributionid_status watchdogdi0_ where watchdogdi0_.DISTRIBUTION_ID=? Hibernate: select watchdogco0_.COMPONENT_NAME as componen1_12_, watchdogco0_.DISTRIBUTION_ID as distribu2_12_, watchdogco0_.COMPONENT_DISTRIBUTION_STATUS as componen3_12_, watchdogco0_.CREATE_TIME as create_t4_12_, watchdogco0_.MODIFY_TIME as modify_t5_12_ from watchdog_per_component_distribution_status watchdogco0_ where watchdogco0_.DISTRIBUTION_ID=? 2023-02-22T11:18:12.718Z|6bcb860b-1b2c-41a4-a301-6aff57bff4aa|pool-2-thread-2|||||DEBUG|500||Executed RequestDB getWatchdogComponentDistributionStatus for distrubutionId: 6bcb860b-1b2c-41a4-a301-6aff57bff4aa Hibernate: select watchdogco0_.COMPONENT_NAME as componen1_12_, watchdogco0_.DISTRIBUTION_ID as distribu2_12_, watchdogco0_.COMPONENT_DISTRIBUTION_STATUS as componen3_12_, watchdogco0_.CREATE_TIME as create_t4_12_, watchdogco0_.MODIFY_TIME as modify_t5_12_ from watchdog_per_component_distribution_status watchdogco0_ where watchdogco0_.DISTRIBUTION_ID=? 2023-02-22T11:18:12.722Z|6bcb860b-1b2c-41a4-a301-6aff57bff4aa|pool-2-thread-2|||||DEBUG|500||Found componentName SO in the WatchDog Component DB 2023-02-22T11:18:12.722Z|6bcb860b-1b2c-41a4-a301-6aff57bff4aa|pool-2-thread-2|||||DEBUG|500||Found componentName AAI in the WatchDog Component DB 2023-02-22T11:18:12.722Z|6bcb860b-1b2c-41a4-a301-6aff57bff4aa|pool-2-thread-2|||||DEBUG|500||Found componentName SDNC in the WatchDog Component DB 2023-02-22T11:18:12.722Z|6bcb860b-1b2c-41a4-a301-6aff57bff4aa|pool-2-thread-2|||||DEBUG|500||Components Size matched with the WatchdogComponentDistributionStatus results. 2023-02-22T11:18:12.723Z|6bcb860b-1b2c-41a4-a301-6aff57bff4aa|pool-2-thread-2|||||DEBUG|500||Component status: COMPONENT_DONE_OK on componentName: 2023-02-22T11:18:12.723Z|6bcb860b-1b2c-41a4-a301-6aff57bff4aa|pool-2-thread-2|||||DEBUG|500||Component status: COMPONENT_DONE_OK on componentName: 2023-02-22T11:18:12.723Z|6bcb860b-1b2c-41a4-a301-6aff57bff4aa|pool-2-thread-2|||||DEBUG|500||Component status: COMPONENT_DONE_OK on componentName: 2023-02-22T11:18:12.724Z|6bcb860b-1b2c-41a4-a301-6aff57bff4aa|pool-2-thread-2|||||DEBUG|500||Component status: COMPONENT_DONE_OK on componentName: 2023-02-22T11:18:12.724Z|6bcb860b-1b2c-41a4-a301-6aff57bff4aa|pool-2-thread-2|||||DEBUG|500||Component status: COMPONENT_DONE_OK on componentName: 2023-02-22T11:18:12.724Z|6bcb860b-1b2c-41a4-a301-6aff57bff4aa|pool-2-thread-2|||||DEBUG|500||Updating overall DistributionStatus to: SUCCESS for distributionId: Hibernate: select watchdogdi0_.DISTRIBUTION_ID as distribu1_11_0_, watchdogdi0_.CREATE_TIME as create_t2_11_0_, watchdogdi0_.DISTRIBUTION_ID_STATUS as distribu3_11_0_, watchdogdi0_.MODIFY_TIME as modify_t4_11_0_, watchdogdi0_.LOCK_VERSION as lock_ver5_11_0_ from watchdog_distributionid_status watchdogdi0_ where watchdogdi0_.DISTRIBUTION_ID=? 2023-02-22T11:18:12.731Z|6bcb860b-1b2c-41a4-a301-6aff57bff4aa|pool-2-thread-2|||||DEBUG|500||Exiting getOverallDistributionStatus method in WatchdogDistribution 2023-02-22T11:18:42.732Z|6bcb860b-1b2c-41a4-a301-6aff57bff4aa|pool-2-thread-2|||||DEBUG|500||Entered executePatchAAI method with distrubutionId: 6bcb860b-1b2c-41a4-a301-6aff57bff4aa and distributionStatus: Hibernate: select watchdogse0_.DISTRIBUTION_ID as distribu1_13_, watchdogse0_.SERVICE_MODEL_VERSION_ID as service_2_13_, watchdogse0_.CONSUMER_ID as consumer3_13_, watchdogse0_.CREATE_TIME as create_t4_13_, watchdogse0_.DISTRIBUTION_NOTIFICATION as distribu5_13_ from watchdog_service_mod_ver_id_lookup watchdogse0_ where watchdogse0_.DISTRIBUTION_ID=? 2023-02-22T11:18:42.748Z|6bcb860b-1b2c-41a4-a301-6aff57bff4aa|pool-2-thread-2|||||DEBUG|500||Executed RequestDB getWatchdogServiceModVerIdLookup with distributionId: 6bcb860b-1b2c-41a4-a301-6aff57bff4aa and serviceModelVersionId: 84839b1b-c563-4970-800e-d4eb6098bb0f 2023-02-22T11:18:42.748Z|6bcb860b-1b2c-41a4-a301-6aff57bff4aa|pool-2-thread-2|||||DEBUG|500||ASDC Notification ServiceModelInvariantUUID : 1043f1c0-d7bc-4d94-b6e5-c8d4467aa8e1 2023-02-22T11:18:52.609Z||pool-2-thread-8|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2023-02-22T11:18:52.610Z||pool-2-thread-8|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel. 2023-02-22T11:18:52.610Z||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 sXwXLxdJNt84opGN) ... 2023-02-22T11:18:57.565Z|6bcb860b-1b2c-41a4-a301-6aff57bff4aa|pool-2-thread-2|||||DEBUG|500||Target A&AI Resource URI: /service-design-and-creation/models/model/1043f1c0-d7bc-4d94-b6e5-c8d4467aa8e1/model-vers/model-ver/84839b1b-c563-4970-800e-d4eb6098bb0f?depth=0 2023-02-22T11:18:57.680Z|6bcb860b-1b2c-41a4-a301-6aff57bff4aa|pool-2-thread-2|||||INFO|500||RestClientSSL using default SSL context! 2023-02-22T11:18:58.173Z|6bcb860b-1b2c-41a4-a301-6aff57bff4aa|pool-2-thread-2|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/1043f1c0-d7bc-4d94-b6e5-c8d4467aa8e1/model-vers/model-ver/84839b1b-c563-4970-800e-d4eb6098bb0f?depth=0|INFO|500||Invoke 2023-02-22T11:18:58.180Z|6bcb860b-1b2c-41a4-a301-6aff57bff4aa|pool-2-thread-2|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/1043f1c0-d7bc-4d94-b6e5-c8d4467aa8e1/model-vers/model-ver/84839b1b-c563-4970-800e-d4eb6098bb0f?depth=0|DEBUG|500||Sending HTTP POST (overridden to PATCH) to:https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/1043f1c0-d7bc-4d94-b6e5-c8d4467aa8e1/model-vers/model-ver/84839b1b-c563-4970-800e-d4eb6098bb0f?depth=0 with request headers:{Authorization=[***REDACTED***], X-RequestID=[6bcb860b-1b2c-41a4-a301-6aff57bff4aa], X-FromAppId=[MSO], X-ONAP-PartnerName=[UNKNOWN], X-HTTP-Method-Override=[PATCH], Accept=[application/json], X-InvocationID=[dab52e87-15d2-42f4-a604-71d3394fde77], X-ECOMP-RequestID=[6bcb860b-1b2c-41a4-a301-6aff57bff4aa], X-TransactionId=[], X-ONAP-RequestID=[6bcb860b-1b2c-41a4-a301-6aff57bff4aa], Content-Type=[application/merge-patch+json]} 2023-02-22T11:18:58.284Z|6bcb860b-1b2c-41a4-a301-6aff57bff4aa|pool-2-thread-2|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/1043f1c0-d7bc-4d94-b6e5-c8d4467aa8e1/model-vers/model-ver/84839b1b-c563-4970-800e-d4eb6098bb0f?depth=0|DEBUG|500||{"distribution-status":"DISTRIBUTION_COMPLETE_OK"} 2023-02-22T11:18:58.533Z|6bcb860b-1b2c-41a4-a301-6aff57bff4aa|pool-2-thread-2|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/1043f1c0-d7bc-4d94-b6e5-c8d4467aa8e1/model-vers/model-ver/84839b1b-c563-4970-800e-d4eb6098bb0f?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/1043f1c0-d7bc-4d94-b6e5-c8d4467aa8e1/model-vers/model-ver/84839b1b-c563-4970-800e-d4eb6098bb0f?depth=0 has http status code:200 and response headers:{date=[Wed, 22 Feb 2023 11:18:58 GMT], content-length=[0], vertex-id=[442560], x-aai-txid=[2-aai-resources-230222-11:18:58:392-32361], content-type=[application/json], strict-transport-security=[max-age=16000000; includeSubDomains; preload;]} 2023-02-22T11:18:58.535Z|6bcb860b-1b2c-41a4-a301-6aff57bff4aa|pool-2-thread-2|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/1043f1c0-d7bc-4d94-b6e5-c8d4467aa8e1/model-vers/model-ver/84839b1b-c563-4970-800e-d4eb6098bb0f?depth=0|DEBUG|500||Response was returned with an empty entity. 2023-02-22T11:18:58.536Z|6bcb860b-1b2c-41a4-a301-6aff57bff4aa|pool-2-thread-2|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/1043f1c0-d7bc-4d94-b6e5-c8d4467aa8e1/model-vers/model-ver/84839b1b-c563-4970-800e-d4eb6098bb0f?depth=0|INFO|500||InvokeReturn 2023-02-22T11:18:58.541Z|6bcb860b-1b2c-41a4-a301-6aff57bff4aa|pool-2-thread-2|||||DEBUG|500||A&AI UPDATE MODEL Version is success! 2023-02-22T11:18:58.542Z|6bcb860b-1b2c-41a4-a301-6aff57bff4aa|pool-2-thread-2|||||DEBUG|500||A&AI Updated succefully with Distribution Status! Hibernate: select service0_.MODEL_UUID as model_uu1_50_, service0_.CDS_BLUEPRINT_NAME as cds_blue2_50_, service0_.CDS_BLUEPRINT_VERSION as cds_blue3_50_, service0_.SERVICE_CATEGORY as service_4_50_, service0_.CONTROLLER_ACTOR as controll5_50_, service0_.CREATION_TIMESTAMP as creation6_50_, service0_.TOSCA_CSAR_ARTIFACT_UUID as tosca_c21_50_, service0_.DESCRIPTION as descript7_50_, service0_.OVERALL_DISTRIBUTION_STATUS as overall_8_50_, service0_.ENVIRONMENT_CONTEXT as environm9_50_, service0_.MODEL_INVARIANT_UUID as model_i10_50_, service0_.MODEL_NAME as model_n11_50_, service0_.MODEL_VERSION as model_v12_50_, service0_.NAMING_POLICY as naming_13_50_, service0_.ONAP_GENERATED_NAMING as onap_ge14_50_, service0_.RESOURCE_ORDER as resourc15_50_, service0_.SERVICE_FUNCTION as service16_50_, service0_.SERVICE_ROLE as service17_50_, service0_.SERVICE_TYPE as service18_50_, service0_.SKIP_POST_INSTANTIATION_CONFIGURATION as skip_po19_50_, service0_.WORKLOAD_CONTEXT as workloa20_50_ from service service0_ where service0_.MODEL_UUID=? 2023-02-22T11:18:58.549Z|6bcb860b-1b2c-41a4-a301-6aff57bff4aa|pool-2-thread-2|||||ERROR|500||Error updating CatalogDBStatus java.lang.NullPointerException: null at org.onap.so.asdc.tenantIsolation.WatchdogDistribution.updateCatalogDBStatus(WatchdogDistribution.java:206) at org.onap.so.asdc.client.ASDCController.treatNotification(ASDCController.java:690) at org.onap.so.asdc.client.ASDCNotificationCallBack.activateCallback(ASDCNotificationCallBack.java:52) at org.onap.sdc.impl.NotificationConsumer.run(NotificationConsumer.java:71) at java.base/java.util.concurrent.Executors$RunnableAdapter.call(Unknown Source) at java.base/java.util.concurrent.FutureTask.runAndReset(Unknown Source) at java.base/java.util.concurrent.ScheduledThreadPoolExecutor$ScheduledFutureTask.run(Unknown Source) at java.base/java.util.concurrent.ThreadPoolExecutor.runWorker(Unknown Source) at java.base/java.util.concurrent.ThreadPoolExecutor$Worker.run(Unknown Source) at java.base/java.lang.Thread.run(Unknown Source) 2023-02-22T11:18:58.550Z|6bcb860b-1b2c-41a4-a301-6aff57bff4aa|pool-2-thread-2|||||DEBUG|500||Enter sendFinalDistributionStatus with DistributionID 6bcb860b-1b2c-41a4-a301-6aff57bff4aa and Status of DISTRIBUTION_COMPLETE_OK and ErrorReason null 2023-02-22T11:18:58.551Z|6bcb860b-1b2c-41a4-a301-6aff57bff4aa|pool-2-thread-2|||||INFO|500||DistributionClient - sendFinalDistributionStatus status 2023-02-22T11:18:58.552Z|6bcb860b-1b2c-41a4-a301-6aff57bff4aa|pool-2-thread-2|||||INFO|500||DistributionClient - sendStatus 2023-02-22T11:18:58.555Z|6bcb860b-1b2c-41a4-a301-6aff57bff4aa|pool-2-thread-2|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap] 2023-02-22T11:18:58.555Z|6bcb860b-1b2c-41a4-a301-6aff57bff4aa|pool-2-thread-2|||||DEBUG|500||try to send status { "distributionID": "6bcb860b-1b2c-41a4-a301-6aff57bff4aa", "consumerID": "SO-COpenSource-Env11", "timestamp": 1677064738550, "artifactURL": "", "status": "DISTRIBUTION_COMPLETE_OK" } 2023-02-22T11:18:58.655Z||pool-18-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms 2023-02-22T11:18:58.656Z||pool-18-thread-1|||||WARN|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO will send credentials over a clear channel. 2023-02-22T11:18:58.656Z||pool-18-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as sXwXLxdJNt84opGN) ... 2023-02-22T11:18:58.670Z||pool-18-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK 2023-02-22T11:18:58.671Z||pool-18-thread-1|||||INFO|500||cambria reply ok (16 ms):{"serverTimeMs":1,"count":1} 2023-02-22T11:18:59.286Z||pool-2-thread-8|||||INFO|500|| --> HTTP/1.1 200 OK 2023-02-22T11:18:59.287Z||pool-2-thread-8|||||DEBUG|500||received message from topic 2023-02-22T11:18:59.287Z||pool-2-thread-8|||||DEBUG|500||recieved notification from broker: { "distributionID": "6bcb860b-1b2c-41a4-a301-6aff57bff4aa", "consumerID": "SO-COpenSource-Env11", "timestamp": 1677064738550, "artifactURL": "", "status": "DISTRIBUTION_COMPLETE_OK" } 2023-02-22T11:18:59.288Z||pool-2-thread-8|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error' Hibernate: select watchdogdi0_.DISTRIBUTION_ID as distribu1_11_0_, watchdogdi0_.CREATE_TIME as create_t2_11_0_, watchdogdi0_.DISTRIBUTION_ID_STATUS as distribu3_11_0_, watchdogdi0_.MODIFY_TIME as modify_t4_11_0_, watchdogdi0_.LOCK_VERSION as lock_ver5_11_0_ from watchdog_distributionid_status watchdogdi0_ where watchdogdi0_.DISTRIBUTION_ID=? Hibernate: update watchdog_distributionid_status set DISTRIBUTION_ID_STATUS=?, MODIFY_TIME=?, LOCK_VERSION=? where DISTRIBUTION_ID=? 2023-02-22T11:18:59.568Z|6bcb860b-1b2c-41a4-a301-6aff57bff4aa|pool-2-thread-2|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2023-02-22T11:18:59.569Z|6bcb860b-1b2c-41a4-a301-6aff57bff4aa|pool-2-thread-2|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel. 2023-02-22T11:18:59.569Z|6bcb860b-1b2c-41a4-a301-6aff57bff4aa|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 sXwXLxdJNt84opGN) ... 2023-02-22T11:19:09.909Z|6bcb860b-1b2c-41a4-a301-6aff57bff4aa|pool-2-thread-2|||||INFO|500|| --> HTTP/1.1 200 OK 2023-02-22T11:19:09.910Z|6bcb860b-1b2c-41a4-a301-6aff57bff4aa|pool-2-thread-2|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2023-02-22T11:19:09.911Z|6bcb860b-1b2c-41a4-a301-6aff57bff4aa|pool-2-thread-2|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel. 2023-02-22T11:19:09.911Z|6bcb860b-1b2c-41a4-a301-6aff57bff4aa|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 sXwXLxdJNt84opGN) ... 2023-02-22T11:19:19.454Z|6bcb860b-1b2c-41a4-a301-6aff57bff4aa|pool-2-thread-2|||||INFO|500|| --> HTTP/1.1 200 OK 2023-02-22T11:19:19.454Z|6bcb860b-1b2c-41a4-a301-6aff57bff4aa|pool-2-thread-2|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2023-02-22T11:19:19.455Z|6bcb860b-1b2c-41a4-a301-6aff57bff4aa|pool-2-thread-2|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel. 2023-02-22T11:19:19.455Z|6bcb860b-1b2c-41a4-a301-6aff57bff4aa|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 sXwXLxdJNt84opGN) ... 2023-02-22T11:19:28.995Z|6bcb860b-1b2c-41a4-a301-6aff57bff4aa|pool-2-thread-2|||||INFO|500|| --> HTTP/1.1 200 OK 2023-02-22T11:19:28.996Z|6bcb860b-1b2c-41a4-a301-6aff57bff4aa|pool-2-thread-2|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2023-02-22T11:19:28.997Z|6bcb860b-1b2c-41a4-a301-6aff57bff4aa|pool-2-thread-2|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel. 2023-02-22T11:19:28.997Z|6bcb860b-1b2c-41a4-a301-6aff57bff4aa|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 sXwXLxdJNt84opGN) ... 2023-02-22T11:19:38.552Z|6bcb860b-1b2c-41a4-a301-6aff57bff4aa|pool-2-thread-2|||||INFO|500|| --> HTTP/1.1 200 OK 2023-02-22T11:19:52.607Z|6bcb860b-1b2c-41a4-a301-6aff57bff4aa|pool-2-thread-2|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2023-02-22T11:19:52.608Z|6bcb860b-1b2c-41a4-a301-6aff57bff4aa|pool-2-thread-2|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel. 2023-02-22T11:19:52.608Z|6bcb860b-1b2c-41a4-a301-6aff57bff4aa|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 sXwXLxdJNt84opGN) ... 2023-02-22T11:19:52.609Z||pool-2-thread-6|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2023-02-22T11:19:52.610Z||pool-2-thread-6|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel. 2023-02-22T11:19:52.610Z||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 sXwXLxdJNt84opGN) ... 2023-02-22T11:20:02.164Z||pool-2-thread-6|||||INFO|500|| --> HTTP/1.1 200 OK 2023-02-22T11:20:02.164Z|6bcb860b-1b2c-41a4-a301-6aff57bff4aa|pool-2-thread-2|||||INFO|500|| --> HTTP/1.1 200 OK 2023-02-22T11:20:52.607Z|6bcb860b-1b2c-41a4-a301-6aff57bff4aa|pool-2-thread-2|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2023-02-22T11:20:52.608Z|6bcb860b-1b2c-41a4-a301-6aff57bff4aa|pool-2-thread-2|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel. 2023-02-22T11:20:52.608Z|6bcb860b-1b2c-41a4-a301-6aff57bff4aa|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 sXwXLxdJNt84opGN) ... 2023-02-22T11:20:52.609Z||pool-2-thread-1|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2023-02-22T11:20:52.609Z||pool-2-thread-1|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel. 2023-02-22T11:20:52.609Z||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 sXwXLxdJNt84opGN) ... 2023-02-22T11:21:02.186Z||pool-2-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK 2023-02-22T11:21:02.191Z|6bcb860b-1b2c-41a4-a301-6aff57bff4aa|pool-2-thread-2|||||INFO|500|| --> HTTP/1.1 200 OK 2023-02-22T11:21:52.607Z|6bcb860b-1b2c-41a4-a301-6aff57bff4aa|pool-2-thread-2|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2023-02-22T11:21:52.608Z|6bcb860b-1b2c-41a4-a301-6aff57bff4aa|pool-2-thread-2|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel. 2023-02-22T11:21:52.609Z||pool-2-thread-9|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2023-02-22T11:21:52.608Z|6bcb860b-1b2c-41a4-a301-6aff57bff4aa|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 sXwXLxdJNt84opGN) ... 2023-02-22T11:21:52.609Z||pool-2-thread-9|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel. 2023-02-22T11:21:52.609Z||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 sXwXLxdJNt84opGN) ... 2023-02-22T11:22:02.175Z|6bcb860b-1b2c-41a4-a301-6aff57bff4aa|pool-2-thread-2|||||INFO|500|| --> HTTP/1.1 200 OK 2023-02-22T11:22:02.175Z||pool-2-thread-9|||||INFO|500|| --> HTTP/1.1 200 OK 2023-02-22T11:22:52.607Z|6bcb860b-1b2c-41a4-a301-6aff57bff4aa|pool-2-thread-2|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2023-02-22T11:22:52.608Z|6bcb860b-1b2c-41a4-a301-6aff57bff4aa|pool-2-thread-2|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel. 2023-02-22T11:22:52.608Z|6bcb860b-1b2c-41a4-a301-6aff57bff4aa|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 sXwXLxdJNt84opGN) ... 2023-02-22T11:22:52.609Z||pool-2-thread-7|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2023-02-22T11:22:52.609Z||pool-2-thread-7|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel. 2023-02-22T11:22:52.610Z||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 sXwXLxdJNt84opGN) ... 2023-02-22T11:23:02.178Z|6bcb860b-1b2c-41a4-a301-6aff57bff4aa|pool-2-thread-2|||||INFO|500|| --> HTTP/1.1 200 OK 2023-02-22T11:23:02.178Z||pool-2-thread-7|||||INFO|500|| --> HTTP/1.1 200 OK 2023-02-22T11:23:52.607Z|6bcb860b-1b2c-41a4-a301-6aff57bff4aa|pool-2-thread-2|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2023-02-22T11:23:52.609Z||pool-2-thread-3|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2023-02-22T11:23:52.609Z|6bcb860b-1b2c-41a4-a301-6aff57bff4aa|pool-2-thread-2|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel. 2023-02-22T11:23:52.609Z|6bcb860b-1b2c-41a4-a301-6aff57bff4aa|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 sXwXLxdJNt84opGN) ... 2023-02-22T11:23:52.609Z||pool-2-thread-3|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel. 2023-02-22T11:23:52.609Z||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 sXwXLxdJNt84opGN) ... 2023-02-22T11:24:02.154Z||pool-2-thread-3|||||INFO|500|| --> HTTP/1.1 200 OK 2023-02-22T11:24:02.171Z|6bcb860b-1b2c-41a4-a301-6aff57bff4aa|pool-2-thread-2|||||INFO|500|| --> HTTP/1.1 200 OK 2023-02-22T11:24:52.607Z|6bcb860b-1b2c-41a4-a301-6aff57bff4aa|pool-2-thread-2|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2023-02-22T11:24:52.608Z|6bcb860b-1b2c-41a4-a301-6aff57bff4aa|pool-2-thread-2|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel. 2023-02-22T11:24:52.608Z|6bcb860b-1b2c-41a4-a301-6aff57bff4aa|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 sXwXLxdJNt84opGN) ... 2023-02-22T11:24:52.609Z||pool-2-thread-5|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2023-02-22T11:24:52.609Z||pool-2-thread-5|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel. 2023-02-22T11:24:52.609Z||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 sXwXLxdJNt84opGN) ... 2023-02-22T11:25:02.180Z|6bcb860b-1b2c-41a4-a301-6aff57bff4aa|pool-2-thread-2|||||INFO|500|| --> HTTP/1.1 200 OK 2023-02-22T11:25:02.187Z||pool-2-thread-5|||||INFO|500|| --> HTTP/1.1 200 OK 2023-02-22T11:25:52.607Z|6bcb860b-1b2c-41a4-a301-6aff57bff4aa|pool-2-thread-2|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2023-02-22T11:25:52.608Z|6bcb860b-1b2c-41a4-a301-6aff57bff4aa|pool-2-thread-2|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel. 2023-02-22T11:25:52.608Z|6bcb860b-1b2c-41a4-a301-6aff57bff4aa|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 sXwXLxdJNt84opGN) ... 2023-02-22T11:25:52.609Z||pool-2-thread-9|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2023-02-22T11:25:52.609Z||pool-2-thread-9|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel. 2023-02-22T11:25:52.609Z||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 sXwXLxdJNt84opGN) ... 2023-02-22T11:26:02.206Z|6bcb860b-1b2c-41a4-a301-6aff57bff4aa|pool-2-thread-2|||||INFO|500|| --> HTTP/1.1 200 OK 2023-02-22T11:26:02.211Z||pool-2-thread-9|||||INFO|500|| --> HTTP/1.1 200 OK 2023-02-22T11:26:52.607Z|6bcb860b-1b2c-41a4-a301-6aff57bff4aa|pool-2-thread-2|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2023-02-22T11:26:52.608Z|6bcb860b-1b2c-41a4-a301-6aff57bff4aa|pool-2-thread-2|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel. 2023-02-22T11:26:52.608Z|6bcb860b-1b2c-41a4-a301-6aff57bff4aa|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 sXwXLxdJNt84opGN) ... 2023-02-22T11:26:52.609Z||pool-2-thread-4|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2023-02-22T11:26:52.609Z||pool-2-thread-4|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel. 2023-02-22T11:26:52.610Z||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 sXwXLxdJNt84opGN) ... 2023-02-22T11:27:02.176Z||pool-2-thread-4|||||INFO|500|| --> HTTP/1.1 200 OK 2023-02-22T11:27:02.176Z|6bcb860b-1b2c-41a4-a301-6aff57bff4aa|pool-2-thread-2|||||INFO|500|| --> HTTP/1.1 200 OK 2023-02-22T11:27:52.607Z||pool-2-thread-4|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2023-02-22T11:27:52.608Z||pool-2-thread-4|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel. 2023-02-22T11:27:52.608Z||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 sXwXLxdJNt84opGN) ... 2023-02-22T11:27:52.609Z||pool-2-thread-8|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2023-02-22T11:27:52.610Z||pool-2-thread-8|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel. 2023-02-22T11:27:52.611Z||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 sXwXLxdJNt84opGN) ... 2023-02-22T11:28:02.183Z||pool-2-thread-8|||||INFO|500|| --> HTTP/1.1 200 OK 2023-02-22T11:28:02.202Z||pool-2-thread-4|||||INFO|500|| --> HTTP/1.1 200 OK 2023-02-22T11:28:52.607Z||pool-2-thread-4|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2023-02-22T11:28:52.608Z||pool-2-thread-4|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel. 2023-02-22T11:28:52.608Z||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 sXwXLxdJNt84opGN) ... 2023-02-22T11:28:52.609Z||pool-2-thread-5|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2023-02-22T11:28:52.609Z||pool-2-thread-5|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel. 2023-02-22T11:28:52.609Z||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 sXwXLxdJNt84opGN) ... 2023-02-22T11:29:02.176Z||pool-2-thread-5|||||INFO|500|| --> HTTP/1.1 200 OK 2023-02-22T11:29:02.177Z||pool-2-thread-4|||||INFO|500|| --> HTTP/1.1 200 OK 2023-02-22T11:29:52.607Z||pool-2-thread-4|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2023-02-22T11:29:52.608Z||pool-2-thread-4|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel. 2023-02-22T11:29:52.608Z||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 sXwXLxdJNt84opGN) ... 2023-02-22T11:29:52.609Z||pool-2-thread-5|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2023-02-22T11:29:52.609Z||pool-2-thread-5|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel. 2023-02-22T11:29:52.610Z||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 sXwXLxdJNt84opGN) ... 2023-02-22T11:30:02.186Z||pool-2-thread-5|||||INFO|500|| --> HTTP/1.1 200 OK 2023-02-22T11:30:02.194Z||pool-2-thread-4|||||INFO|500|| --> HTTP/1.1 200 OK 2023-02-22T11:30:52.607Z||pool-2-thread-4|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2023-02-22T11:30:52.608Z||pool-2-thread-4|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel. 2023-02-22T11:30:52.608Z||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 sXwXLxdJNt84opGN) ... 2023-02-22T11:30:52.609Z||pool-2-thread-5|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2023-02-22T11:30:52.609Z||pool-2-thread-5|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel. 2023-02-22T11:30:52.609Z||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 sXwXLxdJNt84opGN) ... 2023-02-22T11:31:02.166Z||pool-2-thread-4|||||INFO|500|| --> HTTP/1.1 200 OK 2023-02-22T11:31:02.177Z||pool-2-thread-5|||||INFO|500|| --> HTTP/1.1 200 OK 2023-02-22T11:31:52.607Z||pool-2-thread-1|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2023-02-22T11:31:52.608Z||pool-2-thread-1|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel. 2023-02-22T11:31:52.609Z||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 sXwXLxdJNt84opGN) ... 2023-02-22T11:31:52.609Z||pool-2-thread-8|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2023-02-22T11:31:52.609Z||pool-2-thread-8|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel. 2023-02-22T11:31:52.609Z||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 sXwXLxdJNt84opGN) ... 2023-02-22T11:32:02.197Z||pool-2-thread-8|||||INFO|500|| --> HTTP/1.1 200 OK 2023-02-22T11:32:02.251Z||pool-2-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK 2023-02-22T11:32:52.607Z||pool-2-thread-1|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2023-02-22T11:32:52.608Z||pool-2-thread-1|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel. 2023-02-22T11:32:52.608Z||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 sXwXLxdJNt84opGN) ... 2023-02-22T11:32:52.609Z||pool-2-thread-8|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2023-02-22T11:32:52.609Z||pool-2-thread-8|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel. 2023-02-22T11:32:52.609Z||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 sXwXLxdJNt84opGN) ... 2023-02-22T11:33:02.177Z||pool-2-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK 2023-02-22T11:33:02.208Z||pool-2-thread-8|||||INFO|500|| --> HTTP/1.1 200 OK 2023-02-22T11:33:52.607Z||pool-2-thread-1|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2023-02-22T11:33:52.608Z||pool-2-thread-1|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel. 2023-02-22T11:33:52.608Z||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 sXwXLxdJNt84opGN) ... 2023-02-22T11:33:52.609Z||pool-2-thread-6|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2023-02-22T11:33:52.609Z||pool-2-thread-6|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel. 2023-02-22T11:33:52.609Z||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 sXwXLxdJNt84opGN) ... 2023-02-22T11:34:02.202Z||pool-2-thread-6|||||INFO|500|| --> HTTP/1.1 200 OK 2023-02-22T11:34:02.209Z||pool-2-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK 2023-02-22T11:34:52.607Z||pool-2-thread-1|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2023-02-22T11:34:52.608Z||pool-2-thread-1|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel. 2023-02-22T11:34:52.608Z||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 sXwXLxdJNt84opGN) ... 2023-02-22T11:34:52.609Z||pool-2-thread-6|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2023-02-22T11:34:52.609Z||pool-2-thread-6|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel. 2023-02-22T11:34:52.610Z||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 sXwXLxdJNt84opGN) ... 2023-02-22T11:35:02.331Z||pool-2-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK 2023-02-22T11:35:02.392Z||pool-2-thread-6|||||INFO|500|| --> HTTP/1.1 200 OK 2023-02-22T11:35:52.607Z||pool-2-thread-1|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2023-02-22T11:35:52.609Z||pool-2-thread-1|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel. 2023-02-22T11:35:52.609Z||pool-2-thread-9|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2023-02-22T11:35:52.609Z||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 sXwXLxdJNt84opGN) ... 2023-02-22T11:35:52.609Z||pool-2-thread-9|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel. 2023-02-22T11:35:52.609Z||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 sXwXLxdJNt84opGN) ... 2023-02-22T11:36:02.189Z||pool-2-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK 2023-02-22T11:36:02.196Z||pool-2-thread-9|||||INFO|500|| --> HTTP/1.1 200 OK 2023-02-22T11:36:52.607Z||pool-2-thread-1|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2023-02-22T11:36:52.608Z||pool-2-thread-1|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel. 2023-02-22T11:36:52.608Z||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 sXwXLxdJNt84opGN) ... 2023-02-22T11:36:52.609Z||pool-2-thread-7|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2023-02-22T11:36:52.610Z||pool-2-thread-7|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel. 2023-02-22T11:36:52.610Z||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 sXwXLxdJNt84opGN) ... 2023-02-22T11:37:02.193Z||pool-2-thread-7|||||INFO|500|| --> HTTP/1.1 200 OK 2023-02-22T11:37:02.193Z||pool-2-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK 2023-02-22T11:37:52.608Z||pool-2-thread-1|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2023-02-22T11:37:52.609Z||pool-2-thread-4|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2023-02-22T11:37:52.609Z||pool-2-thread-1|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel. 2023-02-22T11:37:52.609Z||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 sXwXLxdJNt84opGN) ... 2023-02-22T11:37:52.610Z||pool-2-thread-4|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel. 2023-02-22T11:37:52.610Z||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 sXwXLxdJNt84opGN) ... 2023-02-22T11:38:02.217Z||pool-2-thread-4|||||INFO|500|| --> HTTP/1.1 200 OK 2023-02-22T11:38:02.224Z||pool-2-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK 2023-02-22T11:38:52.607Z||pool-2-thread-1|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2023-02-22T11:38:52.608Z||pool-2-thread-1|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel. 2023-02-22T11:38:52.608Z||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 sXwXLxdJNt84opGN) ... 2023-02-22T11:38:52.609Z||pool-2-thread-6|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2023-02-22T11:38:52.609Z||pool-2-thread-6|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel. 2023-02-22T11:38:52.609Z||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 sXwXLxdJNt84opGN) ... 2023-02-22T11:39:02.189Z||pool-2-thread-6|||||INFO|500|| --> HTTP/1.1 200 OK 2023-02-22T11:39:02.190Z||pool-2-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK 2023-02-22T11:39:52.607Z||pool-2-thread-1|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2023-02-22T11:39:52.608Z||pool-2-thread-1|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel. 2023-02-22T11:39:52.608Z||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 sXwXLxdJNt84opGN) ... 2023-02-22T11:39:52.609Z||pool-2-thread-6|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2023-02-22T11:39:52.609Z||pool-2-thread-6|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel. 2023-02-22T11:39:52.609Z||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 sXwXLxdJNt84opGN) ... 2023-02-22T11:40:02.201Z||pool-2-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK 2023-02-22T11:40:02.201Z||pool-2-thread-6|||||INFO|500|| --> HTTP/1.1 200 OK 2023-02-22T11:40:52.607Z||pool-2-thread-1|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2023-02-22T11:40:52.608Z||pool-2-thread-1|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel. 2023-02-22T11:40:52.608Z||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 sXwXLxdJNt84opGN) ... 2023-02-22T11:40:52.609Z||pool-2-thread-3|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2023-02-22T11:40:52.609Z||pool-2-thread-3|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel. 2023-02-22T11:40:52.609Z||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 sXwXLxdJNt84opGN) ... 2023-02-22T11:41:02.179Z||pool-2-thread-3|||||INFO|500|| --> HTTP/1.1 200 OK 2023-02-22T11:41:02.186Z||pool-2-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK 2023-02-22T11:41:52.607Z||pool-2-thread-1|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2023-02-22T11:41:52.608Z||pool-2-thread-1|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel. 2023-02-22T11:41:52.608Z||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 sXwXLxdJNt84opGN) ... 2023-02-22T11:41:52.609Z||pool-2-thread-3|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2023-02-22T11:41:52.609Z||pool-2-thread-3|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel. 2023-02-22T11:41:52.609Z||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 sXwXLxdJNt84opGN) ... 2023-02-22T11:42:02.205Z||pool-2-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK 2023-02-22T11:42:02.212Z||pool-2-thread-3|||||INFO|500|| --> HTTP/1.1 200 OK 2023-02-22T11:42:52.607Z||pool-2-thread-1|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2023-02-22T11:42:52.608Z||pool-2-thread-1|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel. 2023-02-22T11:42:52.608Z||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 sXwXLxdJNt84opGN) ... 2023-02-22T11:42:52.609Z||pool-2-thread-9|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2023-02-22T11:42:52.609Z||pool-2-thread-9|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel. 2023-02-22T11:42:52.609Z||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 sXwXLxdJNt84opGN) ... 2023-02-22T11:43:02.214Z||pool-2-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK 2023-02-22T11:43:02.218Z||pool-2-thread-9|||||INFO|500|| --> HTTP/1.1 200 OK 2023-02-22T11:43:52.607Z||pool-2-thread-1|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2023-02-22T11:43:52.608Z||pool-2-thread-1|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel. 2023-02-22T11:43:52.608Z||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 sXwXLxdJNt84opGN) ... 2023-02-22T11:43:52.609Z||pool-2-thread-8|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2023-02-22T11:43:52.610Z||pool-2-thread-8|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel. 2023-02-22T11:43:52.610Z||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 sXwXLxdJNt84opGN) ... 2023-02-22T11:44:02.360Z||pool-2-thread-8|||||INFO|500|| --> HTTP/1.1 200 OK 2023-02-22T11:44:02.375Z||pool-2-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK 2023-02-22T11:44:52.607Z||pool-2-thread-1|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2023-02-22T11:44:52.608Z||pool-2-thread-1|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel. 2023-02-22T11:44:52.608Z||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 sXwXLxdJNt84opGN) ... 2023-02-22T11:44:52.610Z||pool-2-thread-8|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2023-02-22T11:44:52.610Z||pool-2-thread-8|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel. 2023-02-22T11:44:52.610Z||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 sXwXLxdJNt84opGN) ... 2023-02-22T11:45:02.160Z||pool-2-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK 2023-02-22T11:45:02.161Z||pool-2-thread-8|||||INFO|500|| --> HTTP/1.1 200 OK 2023-02-22T11:45:52.607Z||pool-2-thread-1|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2023-02-22T11:45:52.608Z||pool-2-thread-1|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel. 2023-02-22T11:45:52.608Z||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 sXwXLxdJNt84opGN) ... 2023-02-22T11:45:52.609Z|6bcb860b-1b2c-41a4-a301-6aff57bff4aa|pool-2-thread-2|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2023-02-22T11:45:52.609Z|6bcb860b-1b2c-41a4-a301-6aff57bff4aa|pool-2-thread-2|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel. 2023-02-22T11:45:52.609Z|6bcb860b-1b2c-41a4-a301-6aff57bff4aa|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 sXwXLxdJNt84opGN) ... 2023-02-22T11:46:02.154Z||pool-2-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK 2023-02-22T11:46:02.154Z|6bcb860b-1b2c-41a4-a301-6aff57bff4aa|pool-2-thread-2|||||INFO|500|| --> HTTP/1.1 200 OK 2023-02-22T11:46:52.607Z|6bcb860b-1b2c-41a4-a301-6aff57bff4aa|pool-2-thread-2|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2023-02-22T11:46:52.608Z|6bcb860b-1b2c-41a4-a301-6aff57bff4aa|pool-2-thread-2|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel. 2023-02-22T11:46:52.609Z|6bcb860b-1b2c-41a4-a301-6aff57bff4aa|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 sXwXLxdJNt84opGN) ... 2023-02-22T11:46:52.609Z||pool-2-thread-9|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2023-02-22T11:46:52.609Z||pool-2-thread-9|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel. 2023-02-22T11:46:52.609Z||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 sXwXLxdJNt84opGN) ... 2023-02-22T11:47:02.183Z|6bcb860b-1b2c-41a4-a301-6aff57bff4aa|pool-2-thread-2|||||INFO|500|| --> HTTP/1.1 200 OK 2023-02-22T11:47:02.185Z||pool-2-thread-9|||||INFO|500|| --> HTTP/1.1 200 OK 2023-02-22T11:47:52.609Z|6bcb860b-1b2c-41a4-a301-6aff57bff4aa|pool-2-thread-2|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2023-02-22T11:47:52.609Z||pool-2-thread-5|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2023-02-22T11:47:52.610Z||pool-2-thread-5|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel. 2023-02-22T11:47:52.610Z||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 sXwXLxdJNt84opGN) ... 2023-02-22T11:47:52.610Z|6bcb860b-1b2c-41a4-a301-6aff57bff4aa|pool-2-thread-2|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel. 2023-02-22T11:47:52.611Z|6bcb860b-1b2c-41a4-a301-6aff57bff4aa|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 sXwXLxdJNt84opGN) ... 2023-02-22T11:48:02.186Z||pool-2-thread-5|||||INFO|500|| --> HTTP/1.1 200 OK 2023-02-22T11:48:02.218Z|6bcb860b-1b2c-41a4-a301-6aff57bff4aa|pool-2-thread-2|||||INFO|500|| --> HTTP/1.1 200 OK 2023-02-22T11:48:52.607Z|6bcb860b-1b2c-41a4-a301-6aff57bff4aa|pool-2-thread-2|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2023-02-22T11:48:52.608Z|6bcb860b-1b2c-41a4-a301-6aff57bff4aa|pool-2-thread-2|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel. 2023-02-22T11:48:52.608Z|6bcb860b-1b2c-41a4-a301-6aff57bff4aa|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 sXwXLxdJNt84opGN) ... 2023-02-22T11:48:52.609Z||pool-2-thread-5|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2023-02-22T11:48:52.609Z||pool-2-thread-5|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel. 2023-02-22T11:48:52.609Z||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 sXwXLxdJNt84opGN) ... 2023-02-22T11:49:02.202Z|6bcb860b-1b2c-41a4-a301-6aff57bff4aa|pool-2-thread-2|||||INFO|500|| --> HTTP/1.1 200 OK 2023-02-22T11:49:02.202Z||pool-2-thread-5|||||INFO|500|| --> HTTP/1.1 200 OK 2023-02-22T11:49:52.607Z|6bcb860b-1b2c-41a4-a301-6aff57bff4aa|pool-2-thread-2|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2023-02-22T11:49:52.608Z|6bcb860b-1b2c-41a4-a301-6aff57bff4aa|pool-2-thread-2|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel. 2023-02-22T11:49:52.609Z|6bcb860b-1b2c-41a4-a301-6aff57bff4aa|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 sXwXLxdJNt84opGN) ... 2023-02-22T11:49:52.609Z||pool-2-thread-7|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2023-02-22T11:49:52.610Z||pool-2-thread-7|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel. 2023-02-22T11:49:52.610Z||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 sXwXLxdJNt84opGN) ... 2023-02-22T11:49:53.242Z|6bcb860b-1b2c-41a4-a301-6aff57bff4aa|pool-2-thread-2|||||INFO|500|| --> HTTP/1.1 200 OK 2023-02-22T11:49:53.243Z|6bcb860b-1b2c-41a4-a301-6aff57bff4aa|pool-2-thread-2|||||DEBUG|500||received message from topic 2023-02-22T11:49:53.243Z|6bcb860b-1b2c-41a4-a301-6aff57bff4aa|pool-2-thread-2|||||DEBUG|500||recieved notification from broker: {"distributionID":"2fa1a940-0ae6-44a5-a401-00013ae650b9","serviceName":"vFW 2023-02-22 11-48-19","serviceVersion":"1.0","serviceUUID":"62b2b94d-ecd9-4e8a-a793-31a8703b59ee","serviceDescription":"catalog service description","serviceInvariantUUID":"991a7e29-0ff2-4841-ad8f-b5c455e66d56","resources":[{"resourceInstanceName":"vFW 0e10f1fc-5dad 0","resourceName":"vFW 0e10f1fc-5dad","resourceVersion":"1.0","resoucreType":"VF","resourceUUID":"ebda5601-10ff-4e7f-addf-33ba6faa1fb2","resourceInvariantUUID":"c201a657-8beb-4af6-afd0-32c9edab5287","resourceCustomizationUUID":"18535830-a3bf-4c62-ac58-852bf37bcdcb","category":"Generic","subcategory":"Abstract","artifacts":[{"artifactName":"vf-license-model.xml","artifactType":"VF_LICENSE","artifactURL":"/sdc/v1/catalog/services/Vfw20230222114819/1.0/resourceInstances/vfw0e10f1fc5dad0/artifacts/vf-license-model.xml","artifactChecksum":"MGJmNDU5OWQ3NTI3ZmJmY2RiODY1OGEzMDQ4ZDYxMTk\u003d","artifactDescription":"VF license file","artifactTimeout":0,"artifactUUID":"9cc85323-6b5f-461e-8528-067baa5e97e4","artifactVersion":"1"},{"artifactName":"vfw0e10f1fc5dad0_modules.json","artifactType":"VF_MODULES_METADATA","artifactURL":"/sdc/v1/catalog/services/Vfw20230222114819/1.0/resourceInstances/vfw0e10f1fc5dad0/artifacts/vfw0e10f1fc5dad0_modules.json","artifactChecksum":"YTZjYzg3ZDVkNmNmMGI3ZmFhYjIyZjFjMGFmMTMzMTU\u003d","artifactDescription":"Auto-generated VF Modules information artifact","artifactTimeout":0,"artifactUUID":"025fed9b-6207-4579-a71e-858b8c74fd55","artifactVersion":"1"},{"artifactName":"base_vfw.yaml","artifactType":"HEAT","artifactURL":"/sdc/v1/catalog/services/Vfw20230222114819/1.0/resourceInstances/vfw0e10f1fc5dad0/artifacts/base_vfw.yaml","artifactChecksum":"ZmM1NGJiZjBlNDE5MjM5MWIwMjRlOTM2YjI4NTA1OTU\u003d","artifactDescription":"created from csar","artifactTimeout":30,"artifactUUID":"642964f1-b73e-40b1-8d55-b21a5557b326","artifactVersion":"1"},{"artifactName":"vendor-license-model.xml","artifactType":"VENDOR_LICENSE","artifactURL":"/sdc/v1/catalog/services/Vfw20230222114819/1.0/resourceInstances/vfw0e10f1fc5dad0/artifacts/vendor-license-model.xml","artifactChecksum":"OTllNWM1MDU3ZmFmYTdmY2M3ODMxNzY0MWQzNDhmNGY\u003d","artifactDescription":" Vendor license file","artifactTimeout":0,"artifactUUID":"b564326e-344a-4de7-91bf-5be9a3b54034","artifactVersion":"1"},{"artifactName":"base_vfw.env","artifactType":"HEAT_ENV","artifactURL":"/sdc/v1/catalog/services/Vfw20230222114819/1.0/resourceInstances/vfw0e10f1fc5dad0/artifacts/base_vfw.env","artifactChecksum":"MGVmNWZjZTllNGFjNjkyYTAwYzMyZTcwODk2NGRkYmU\u003d","artifactDescription":"Auto-generated HEAT Environment deployment artifact","artifactTimeout":0,"artifactUUID":"8341aac0-f0cd-4d60-ab52-352f8e74d168","artifactVersion":"2","generatedFromUUID":"642964f1-b73e-40b1-8d55-b21a5557b326"}]}],"serviceArtifacts":[{"artifactName":"service-Vfw20230222114819-template.yml","artifactType":"TOSCA_TEMPLATE","artifactURL":"/sdc/v1/catalog/services/Vfw20230222114819/1.0/artifacts/service-Vfw20230222114819-template.yml","artifactChecksum":"Y2Q5OWY1N2UyZWY2YmQ4NzkzOGUwMzliYTA5M2Y4ODk\u003d","artifactDescription":"TOSCA representation of the asset","artifactTimeout":0,"artifactUUID":"6656276d-1aab-4520-96e5-84e46653ac7d","artifactVersion":"1"},{"artifactName":"service-Vfw20230222114819-csar.csar","artifactType":"TOSCA_CSAR","artifactURL":"/sdc/v1/catalog/services/Vfw20230222114819/1.0/artifacts/service-Vfw20230222114819-csar.csar","artifactChecksum":"YmU0NmZjMzAwNGY3NjE4ZTc5MWQwMjJiZjU1MDE1MTg\u003d","artifactDescription":"TOSCA definition package of the asset","artifactTimeout":0,"artifactUUID":"fbc6ff35-f51d-442d-a44f-7940b45863fb","artifactVersion":"1"}],"workloadContext":"Production"} 2023-02-22T11:49:53.245Z||pool-2-thread-7|||||INFO|500|| --> HTTP/1.1 200 OK 2023-02-22T11:49:53.246Z||pool-2-thread-7|||||DEBUG|500||received message from topic 2023-02-22T11:49:53.246Z||pool-2-thread-7|||||DEBUG|500||recieved notification from broker: { "distributionID": "2fa1a940-0ae6-44a5-a401-00013ae650b9", "consumerID": "cds", "timestamp": 1677066545171, "artifactURL": "/sdc/v1/catalog/services/Vfw20230222114819/1.0/resourceInstances/vfw0e10f1fc5dad0/artifacts/vf-license-model.xml", "status": "NOT_NOTIFIED" } 2023-02-22T11:49:53.248Z||pool-2-thread-7|||||INFO|500||Missing status on Status Object. 2023-02-22T11:49:53.248Z||pool-2-thread-7|||||DEBUG|500||received message from topic 2023-02-22T11:49:53.248Z||pool-2-thread-7|||||DEBUG|500||recieved notification from broker: { "distributionID": "2fa1a940-0ae6-44a5-a401-00013ae650b9", "consumerID": "multicloud-k8s-id", "timestamp": 1677066547984, "artifactURL": "/sdc/v1/catalog/services/Vfw20230222114819/1.0/resourceInstances/vfw0e10f1fc5dad0/artifacts/vf-license-model.xml", "status": "NOT_NOTIFIED" } 2023-02-22T11:49:53.248Z||pool-2-thread-7|||||INFO|500||Missing status on Status Object. 2023-02-22T11:49:53.249Z||pool-2-thread-7|||||DEBUG|500||received message from topic 2023-02-22T11:49:53.249Z||pool-2-thread-7|||||DEBUG|500||recieved notification from broker: { "distributionID": "2fa1a940-0ae6-44a5-a401-00013ae650b9", "consumerID": "cds", "timestamp": 1677066545171, "artifactURL": "/sdc/v1/catalog/services/Vfw20230222114819/1.0/resourceInstances/vfw0e10f1fc5dad0/artifacts/vfw0e10f1fc5dad0_modules.json", "status": "NOT_NOTIFIED" } 2023-02-22T11:49:53.249Z||pool-2-thread-7|||||INFO|500||Missing status on Status Object. 2023-02-22T11:49:53.249Z||pool-2-thread-7|||||DEBUG|500||received message from topic 2023-02-22T11:49:53.249Z||pool-2-thread-7|||||DEBUG|500||recieved notification from broker: { "distributionID": "2fa1a940-0ae6-44a5-a401-00013ae650b9", "consumerID": "multicloud-k8s-id", "timestamp": 1677066547984, "artifactURL": "/sdc/v1/catalog/services/Vfw20230222114819/1.0/resourceInstances/vfw0e10f1fc5dad0/artifacts/vfw0e10f1fc5dad0_modules.json", "status": "NOTIFIED" } 2023-02-22T11:49:53.249Z||pool-2-thread-7|||||INFO|500||Missing status on Status Object. 2023-02-22T11:49:53.249Z||pool-2-thread-7|||||DEBUG|500||received message from topic 2023-02-22T11:49:53.249Z||pool-2-thread-7|||||DEBUG|500||recieved notification from broker: { "distributionID": "2fa1a940-0ae6-44a5-a401-00013ae650b9", "consumerID": "cds", "timestamp": 1677066545171, "artifactURL": "/sdc/v1/catalog/services/Vfw20230222114819/1.0/resourceInstances/vfw0e10f1fc5dad0/artifacts/base_vfw.yaml", "status": "NOT_NOTIFIED" } 2023-02-22T11:49:53.250Z||pool-2-thread-7|||||INFO|500||Missing status on Status Object. 2023-02-22T11:49:53.250Z||pool-2-thread-7|||||DEBUG|500||received message from topic 2023-02-22T11:49:53.250Z||pool-2-thread-7|||||DEBUG|500||recieved notification from broker: { "distributionID": "2fa1a940-0ae6-44a5-a401-00013ae650b9", "consumerID": "multicloud-k8s-id", "timestamp": 1677066547984, "artifactURL": "/sdc/v1/catalog/services/Vfw20230222114819/1.0/resourceInstances/vfw0e10f1fc5dad0/artifacts/base_vfw.yaml", "status": "NOTIFIED" } 2023-02-22T11:49:53.250Z||pool-2-thread-7|||||INFO|500||Missing status on Status Object. 2023-02-22T11:49:53.250Z||pool-2-thread-7|||||DEBUG|500||received message from topic 2023-02-22T11:49:53.250Z||pool-2-thread-7|||||DEBUG|500||recieved notification from broker: { "distributionID": "2fa1a940-0ae6-44a5-a401-00013ae650b9", "consumerID": "multicloud-k8s-id", "timestamp": 1677066547984, "artifactURL": "/sdc/v1/catalog/services/Vfw20230222114819/1.0/resourceInstances/vfw0e10f1fc5dad0/artifacts/vendor-license-model.xml", "status": "NOT_NOTIFIED" } 2023-02-22T11:49:53.250Z||pool-2-thread-7|||||INFO|500||Missing status on Status Object. 2023-02-22T11:49:53.250Z|6bcb860b-1b2c-41a4-a301-6aff57bff4aa|pool-2-thread-2|||||INFO|500||DistributionClient - sendNotificationStatus 2023-02-22T11:49:53.250Z||pool-2-thread-7|||||DEBUG|500||received message from topic 2023-02-22T11:49:53.251Z||pool-2-thread-7|||||DEBUG|500||recieved notification from broker: { "distributionID": "2fa1a940-0ae6-44a5-a401-00013ae650b9", "consumerID": "cds", "timestamp": 1677066545171, "artifactURL": "/sdc/v1/catalog/services/Vfw20230222114819/1.0/resourceInstances/vfw0e10f1fc5dad0/artifacts/vendor-license-model.xml", "status": "NOT_NOTIFIED" } 2023-02-22T11:49:53.251Z||pool-2-thread-7|||||INFO|500||Missing status on Status Object. 2023-02-22T11:49:53.251Z||pool-2-thread-7|||||DEBUG|500||received message from topic 2023-02-22T11:49:53.251Z||pool-2-thread-7|||||DEBUG|500||recieved notification from broker: { "distributionID": "2fa1a940-0ae6-44a5-a401-00013ae650b9", "consumerID": "cds", "timestamp": 1677066545171, "artifactURL": "/sdc/v1/catalog/services/Vfw20230222114819/1.0/resourceInstances/vfw0e10f1fc5dad0/artifacts/base_vfw.env", "status": "NOT_NOTIFIED" } 2023-02-22T11:49:53.251Z||pool-2-thread-7|||||INFO|500||Missing status on Status Object. 2023-02-22T11:49:53.251Z|6bcb860b-1b2c-41a4-a301-6aff57bff4aa|pool-2-thread-2|||||INFO|500||DistributionClient - sendStatus 2023-02-22T11:49:53.251Z||pool-2-thread-7|||||DEBUG|500||received message from topic 2023-02-22T11:49:53.251Z||pool-2-thread-7|||||DEBUG|500||recieved notification from broker: { "distributionID": "2fa1a940-0ae6-44a5-a401-00013ae650b9", "consumerID": "multicloud-k8s-id", "timestamp": 1677066547984, "artifactURL": "/sdc/v1/catalog/services/Vfw20230222114819/1.0/resourceInstances/vfw0e10f1fc5dad0/artifacts/base_vfw.env", "status": "NOTIFIED" } 2023-02-22T11:49:53.251Z||pool-2-thread-7|||||INFO|500||Missing status on Status Object. 2023-02-22T11:49:53.251Z||pool-2-thread-7|||||DEBUG|500||received message from topic 2023-02-22T11:49:53.252Z||pool-2-thread-7|||||DEBUG|500||recieved notification from broker: { "distributionID": "2fa1a940-0ae6-44a5-a401-00013ae650b9", "consumerID": "cds", "timestamp": 1677066545171, "artifactURL": "/sdc/v1/catalog/services/Vfw20230222114819/1.0/artifacts/service-Vfw20230222114819-template.yml", "status": "NOT_NOTIFIED" } 2023-02-22T11:49:53.252Z||pool-2-thread-7|||||INFO|500||Missing status on Status Object. 2023-02-22T11:49:53.252Z||pool-2-thread-7|||||DEBUG|500||received message from topic 2023-02-22T11:49:53.252Z||pool-2-thread-7|||||DEBUG|500||recieved notification from broker: { "distributionID": "2fa1a940-0ae6-44a5-a401-00013ae650b9", "consumerID": "multicloud-k8s-id", "timestamp": 1677066547984, "artifactURL": "/sdc/v1/catalog/services/Vfw20230222114819/1.0/artifacts/service-Vfw20230222114819-template.yml", "status": "NOT_NOTIFIED" } 2023-02-22T11:49:53.252Z||pool-2-thread-7|||||INFO|500||Missing status on Status Object. 2023-02-22T11:49:53.252Z||pool-2-thread-7|||||DEBUG|500||received message from topic 2023-02-22T11:49:53.252Z||pool-2-thread-7|||||DEBUG|500||recieved notification from broker: { "distributionID": "2fa1a940-0ae6-44a5-a401-00013ae650b9", "consumerID": "aai-ml", "timestamp": 1677066559839, "artifactURL": "/sdc/v1/catalog/services/Vfw20230222114819/1.0/resourceInstances/vfw0e10f1fc5dad0/artifacts/vf-license-model.xml", "status": "NOT_NOTIFIED" } 2023-02-22T11:49:53.252Z||pool-2-thread-7|||||INFO|500||Missing status on Status Object. 2023-02-22T11:49:53.253Z||pool-2-thread-7|||||DEBUG|500||received message from topic 2023-02-22T11:49:53.253Z||pool-2-thread-7|||||DEBUG|500||recieved notification from broker: { "distributionID": "2fa1a940-0ae6-44a5-a401-00013ae650b9", "consumerID": "multicloud-k8s-id", "timestamp": 1677066547984, "artifactURL": "/sdc/v1/catalog/services/Vfw20230222114819/1.0/artifacts/service-Vfw20230222114819-csar.csar", "status": "NOTIFIED" } 2023-02-22T11:49:53.253Z||pool-2-thread-7|||||INFO|500||Missing status on Status Object. 2023-02-22T11:49:53.253Z||pool-2-thread-7|||||DEBUG|500||received message from topic 2023-02-22T11:49:53.253Z||pool-2-thread-7|||||DEBUG|500||recieved notification from broker: { "distributionID": "2fa1a940-0ae6-44a5-a401-00013ae650b9", "consumerID": "cds", "timestamp": 1677066545171, "artifactURL": "/sdc/v1/catalog/services/Vfw20230222114819/1.0/artifacts/service-Vfw20230222114819-csar.csar", "status": "NOTIFIED" } 2023-02-22T11:49:53.253Z||pool-2-thread-7|||||INFO|500||Missing status on Status Object. 2023-02-22T11:49:53.253Z||pool-2-thread-7|||||DEBUG|500||received message from topic 2023-02-22T11:49:53.254Z||pool-2-thread-7|||||DEBUG|500||recieved notification from broker: { "distributionID": "2fa1a940-0ae6-44a5-a401-00013ae650b9", "consumerID": "ves-openapi-manager", "timestamp": 1677066560004, "artifactURL": "/sdc/v1/catalog/services/Vfw20230222114819/1.0/resourceInstances/vfw0e10f1fc5dad0/artifacts/vf-license-model.xml", "status": "NOT_NOTIFIED" } 2023-02-22T11:49:53.254Z||pool-2-thread-7|||||INFO|500||Missing status on Status Object. 2023-02-22T11:49:53.254Z||pool-2-thread-7|||||DEBUG|500||received message from topic 2023-02-22T11:49:53.254Z||pool-2-thread-7|||||DEBUG|500||recieved notification from broker: { "distributionID": "2fa1a940-0ae6-44a5-a401-00013ae650b9", "consumerID": "aai-ml", "timestamp": 1677066559839, "artifactURL": "/sdc/v1/catalog/services/Vfw20230222114819/1.0/resourceInstances/vfw0e10f1fc5dad0/artifacts/vfw0e10f1fc5dad0_modules.json", "status": "NOT_NOTIFIED" } 2023-02-22T11:49:53.254Z||pool-2-thread-7|||||INFO|500||Missing status on Status Object. 2023-02-22T11:49:53.254Z||pool-2-thread-7|||||DEBUG|500||received message from topic 2023-02-22T11:49:53.254Z||pool-2-thread-7|||||DEBUG|500||recieved notification from broker: { "distributionID": "2fa1a940-0ae6-44a5-a401-00013ae650b9", "consumerID": "multicloud-k8s-id", "timestamp": 1677066561681, "artifactURL": "/sdc/v1/catalog/services/Vfw20230222114819/1.0/resourceInstances/vfw0e10f1fc5dad0/artifacts/vfw0e10f1fc5dad0_modules.json", "status": "DOWNLOAD_OK" } 2023-02-22T11:49:53.254Z||pool-2-thread-7|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error' 2023-02-22T11:49:53.255Z||pool-2-thread-7|||||DEBUG|500||received message from topic 2023-02-22T11:49:53.255Z||pool-2-thread-7|||||DEBUG|500||recieved notification from broker: { "distributionID": "2fa1a940-0ae6-44a5-a401-00013ae650b9", "consumerID": "cds", "timestamp": 1677066562483, "artifactURL": "/sdc/v1/catalog/services/Vfw20230222114819/1.0/artifacts/service-Vfw20230222114819-csar.csar", "status": "DOWNLOAD_OK" } 2023-02-22T11:49:53.255Z||pool-2-thread-7|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error' 2023-02-22T11:49:53.255Z||pool-2-thread-7|||||DEBUG|500||received message from topic 2023-02-22T11:49:53.255Z||pool-2-thread-7|||||DEBUG|500||recieved notification from broker: { "distributionID": "2fa1a940-0ae6-44a5-a401-00013ae650b9", "consumerID": "ves-openapi-manager", "timestamp": 1677066560004, "artifactURL": "/sdc/v1/catalog/services/Vfw20230222114819/1.0/resourceInstances/vfw0e10f1fc5dad0/artifacts/vfw0e10f1fc5dad0_modules.json", "status": "NOT_NOTIFIED" } 2023-02-22T11:49:53.255Z||pool-2-thread-7|||||INFO|500||Missing status on Status Object. 2023-02-22T11:49:53.255Z||pool-2-thread-7|||||DEBUG|500||received message from topic 2023-02-22T11:49:53.255Z||pool-2-thread-7|||||DEBUG|500||recieved notification from broker: { "distributionID": "2fa1a940-0ae6-44a5-a401-00013ae650b9", "consumerID": "aai-ml", "timestamp": 1677066559839, "artifactURL": "/sdc/v1/catalog/services/Vfw20230222114819/1.0/resourceInstances/vfw0e10f1fc5dad0/artifacts/base_vfw.yaml", "status": "NOT_NOTIFIED" } 2023-02-22T11:49:53.256Z||pool-2-thread-7|||||INFO|500||Missing status on Status Object. 2023-02-22T11:49:53.256Z||pool-2-thread-7|||||DEBUG|500||received message from topic 2023-02-22T11:49:53.256Z|6bcb860b-1b2c-41a4-a301-6aff57bff4aa|pool-2-thread-2|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap] 2023-02-22T11:49:53.256Z||pool-2-thread-7|||||DEBUG|500||recieved notification from broker: { "distributionID": "2fa1a940-0ae6-44a5-a401-00013ae650b9", "consumerID": "cds", "timestamp": 1677066563492, "artifactURL": "/sdc/v1/catalog/services/Vfw20230222114819/1.0/artifacts/service-Vfw20230222114819-csar.csar", "status": "COMPONENT_DONE_OK", "componentName": "cds" } 2023-02-22T11:49:53.256Z|6bcb860b-1b2c-41a4-a301-6aff57bff4aa|pool-2-thread-2|||||DEBUG|500||try to send status { "distributionID": "2fa1a940-0ae6-44a5-a401-00013ae650b9", "consumerID": "SO-COpenSource-Env11", "timestamp": 1677066592607, "artifactURL": "/sdc/v1/catalog/services/Vfw20230222114819/1.0/resourceInstances/vfw0e10f1fc5dad0/artifacts/vf-license-model.xml", "status": "NOT_NOTIFIED" } Hibernate: select watchdogdi0_.DISTRIBUTION_ID as distribu1_11_0_, watchdogdi0_.CREATE_TIME as create_t2_11_0_, watchdogdi0_.DISTRIBUTION_ID_STATUS as distribu3_11_0_, watchdogdi0_.MODIFY_TIME as modify_t4_11_0_, watchdogdi0_.LOCK_VERSION as lock_ver5_11_0_ from watchdog_distributionid_status watchdogdi0_ where watchdogdi0_.DISTRIBUTION_ID=? Hibernate: select watchdogdi0_.DISTRIBUTION_ID as distribu1_11_0_, watchdogdi0_.CREATE_TIME as create_t2_11_0_, watchdogdi0_.DISTRIBUTION_ID_STATUS as distribu3_11_0_, watchdogdi0_.MODIFY_TIME as modify_t4_11_0_, watchdogdi0_.LOCK_VERSION as lock_ver5_11_0_ from watchdog_distributionid_status watchdogdi0_ where watchdogdi0_.DISTRIBUTION_ID=? Hibernate: insert into watchdog_distributionid_status (CREATE_TIME, DISTRIBUTION_ID_STATUS, MODIFY_TIME, LOCK_VERSION, DISTRIBUTION_ID) values (?, ?, ?, ?, ?) 2023-02-22T11:49:53.277Z||pool-2-thread-7|||||DEBUG|500||Receive a callback componentStatus in ASDC, for componentName: cds and status of COMPONENT_DONE_OK distributionID of 2fa1a940-0ae6-44a5-a401-00013ae650b9 2023-02-22T11:49:53.277Z||pool-2-thread-7|||||DEBUG|500||Entering installTheComponentStatus for distributionId 2fa1a940-0ae6-44a5-a401-00013ae650b9 and ComponentName cds Hibernate: select watchdogco0_.COMPONENT_NAME as componen1_12_0_, watchdogco0_.DISTRIBUTION_ID as distribu2_12_0_, watchdogco0_.COMPONENT_DISTRIBUTION_STATUS as componen3_12_0_, watchdogco0_.CREATE_TIME as create_t4_12_0_, watchdogco0_.MODIFY_TIME as modify_t5_12_0_ from watchdog_per_component_distribution_status watchdogco0_ where watchdogco0_.COMPONENT_NAME=? and watchdogco0_.DISTRIBUTION_ID=? Hibernate: insert into watchdog_per_component_distribution_status (COMPONENT_DISTRIBUTION_STATUS, CREATE_TIME, MODIFY_TIME, COMPONENT_NAME, DISTRIBUTION_ID) values (?, ?, ?, ?, ?) 2023-02-22T11:49:53.284Z||pool-2-thread-7|||||DEBUG|500||received message from topic 2023-02-22T11:49:53.284Z||pool-2-thread-7|||||DEBUG|500||recieved notification from broker: { "distributionID": "2fa1a940-0ae6-44a5-a401-00013ae650b9", "consumerID": "multicloud-k8s-id", "timestamp": 1677066562829, "artifactURL": "/sdc/v1/catalog/services/Vfw20230222114819/1.0/resourceInstances/vfw0e10f1fc5dad0/artifacts/base_vfw.yaml", "status": "DOWNLOAD_OK" } 2023-02-22T11:49:53.284Z||pool-2-thread-7|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error' 2023-02-22T11:49:53.284Z||pool-2-thread-7|||||DEBUG|500||received message from topic 2023-02-22T11:49:53.284Z||pool-2-thread-7|||||DEBUG|500||recieved notification from broker: { "distributionID": "2fa1a940-0ae6-44a5-a401-00013ae650b9", "consumerID": "ves-openapi-manager", "timestamp": 1677066560004, "artifactURL": "/sdc/v1/catalog/services/Vfw20230222114819/1.0/resourceInstances/vfw0e10f1fc5dad0/artifacts/base_vfw.yaml", "status": "NOT_NOTIFIED" } 2023-02-22T11:49:53.285Z||pool-2-thread-7|||||INFO|500||Missing status on Status Object. 2023-02-22T11:49:53.285Z||pool-2-thread-7|||||DEBUG|500||received message from topic 2023-02-22T11:49:53.285Z||pool-2-thread-7|||||DEBUG|500||recieved notification from broker: { "distributionID": "2fa1a940-0ae6-44a5-a401-00013ae650b9", "consumerID": "aai-ml", "timestamp": 1677066559839, "artifactURL": "/sdc/v1/catalog/services/Vfw20230222114819/1.0/resourceInstances/vfw0e10f1fc5dad0/artifacts/vendor-license-model.xml", "status": "NOT_NOTIFIED" } 2023-02-22T11:49:53.285Z||pool-2-thread-7|||||INFO|500||Missing status on Status Object. 2023-02-22T11:49:53.286Z||pool-2-thread-7|||||DEBUG|500||received message from topic 2023-02-22T11:49:53.286Z||pool-2-thread-7|||||DEBUG|500||recieved notification from broker: { "distributionID": "2fa1a940-0ae6-44a5-a401-00013ae650b9", "consumerID": "ves-openapi-manager", "timestamp": 1677066560004, "artifactURL": "/sdc/v1/catalog/services/Vfw20230222114819/1.0/resourceInstances/vfw0e10f1fc5dad0/artifacts/vendor-license-model.xml", "status": "NOT_NOTIFIED" } 2023-02-22T11:49:53.286Z||pool-2-thread-7|||||INFO|500||Missing status on Status Object. 2023-02-22T11:49:53.286Z||pool-2-thread-7|||||DEBUG|500||received message from topic 2023-02-22T11:49:53.286Z||pool-2-thread-7|||||DEBUG|500||recieved notification from broker: { "distributionID": "2fa1a940-0ae6-44a5-a401-00013ae650b9", "consumerID": "multicloud-k8s-id", "timestamp": 1677066563925, "artifactURL": "/sdc/v1/catalog/services/Vfw20230222114819/1.0/resourceInstances/vfw0e10f1fc5dad0/artifacts/base_vfw.env", "status": "DOWNLOAD_OK" } 2023-02-22T11:49:53.287Z||pool-2-thread-7|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error' 2023-02-22T11:49:53.287Z||pool-2-thread-7|||||DEBUG|500||received message from topic 2023-02-22T11:49:53.287Z||pool-2-thread-7|||||DEBUG|500||recieved notification from broker: { "distributionID": "2fa1a940-0ae6-44a5-a401-00013ae650b9", "consumerID": "aai-ml", "timestamp": 1677066559839, "artifactURL": "/sdc/v1/catalog/services/Vfw20230222114819/1.0/resourceInstances/vfw0e10f1fc5dad0/artifacts/base_vfw.env", "status": "NOT_NOTIFIED" } 2023-02-22T11:49:53.287Z||pool-2-thread-7|||||INFO|500||Missing status on Status Object. 2023-02-22T11:49:53.288Z||pool-2-thread-7|||||DEBUG|500||received message from topic 2023-02-22T11:49:53.288Z||pool-2-thread-7|||||DEBUG|500||recieved notification from broker: { "distributionID": "2fa1a940-0ae6-44a5-a401-00013ae650b9", "consumerID": "ves-openapi-manager", "timestamp": 1677066560004, "artifactURL": "/sdc/v1/catalog/services/Vfw20230222114819/1.0/resourceInstances/vfw0e10f1fc5dad0/artifacts/base_vfw.env", "status": "NOT_NOTIFIED" } 2023-02-22T11:49:53.288Z||pool-2-thread-7|||||INFO|500||Missing status on Status Object. 2023-02-22T11:49:53.288Z||pool-2-thread-7|||||DEBUG|500||received message from topic 2023-02-22T11:49:53.288Z||pool-2-thread-7|||||DEBUG|500||recieved notification from broker: { "distributionID": "2fa1a940-0ae6-44a5-a401-00013ae650b9", "consumerID": "multicloud-k8s-id", "timestamp": 1677066564961, "artifactURL": "", "status": "COMPONENT_DONE_OK", "componentName": "POLICY" } Hibernate: select watchdogdi0_.DISTRIBUTION_ID as distribu1_11_0_, watchdogdi0_.CREATE_TIME as create_t2_11_0_, watchdogdi0_.DISTRIBUTION_ID_STATUS as distribu3_11_0_, watchdogdi0_.MODIFY_TIME as modify_t4_11_0_, watchdogdi0_.LOCK_VERSION as lock_ver5_11_0_ from watchdog_distributionid_status watchdogdi0_ where watchdogdi0_.DISTRIBUTION_ID=? 2023-02-22T11:49:53.297Z||pool-2-thread-7|||||DEBUG|500||Receive a callback componentStatus in ASDC, for componentName: POLICY and status of COMPONENT_DONE_OK distributionID of 2fa1a940-0ae6-44a5-a401-00013ae650b9 2023-02-22T11:49:53.297Z||pool-2-thread-7|||||DEBUG|500||Entering installTheComponentStatus for distributionId 2fa1a940-0ae6-44a5-a401-00013ae650b9 and ComponentName POLICY Hibernate: select watchdogco0_.COMPONENT_NAME as componen1_12_0_, watchdogco0_.DISTRIBUTION_ID as distribu2_12_0_, watchdogco0_.COMPONENT_DISTRIBUTION_STATUS as componen3_12_0_, watchdogco0_.CREATE_TIME as create_t4_12_0_, watchdogco0_.MODIFY_TIME as modify_t5_12_0_ from watchdog_per_component_distribution_status watchdogco0_ where watchdogco0_.COMPONENT_NAME=? and watchdogco0_.DISTRIBUTION_ID=? Hibernate: insert into watchdog_per_component_distribution_status (COMPONENT_DISTRIBUTION_STATUS, CREATE_TIME, MODIFY_TIME, COMPONENT_NAME, DISTRIBUTION_ID) values (?, ?, ?, ?, ?) 2023-02-22T11:49:53.304Z||pool-2-thread-7|||||DEBUG|500||received message from topic 2023-02-22T11:49:53.304Z||pool-2-thread-7|||||DEBUG|500||recieved notification from broker: { "distributionID": "2fa1a940-0ae6-44a5-a401-00013ae650b9", "consumerID": "aai-ml", "timestamp": 1677066559839, "artifactURL": "/sdc/v1/catalog/services/Vfw20230222114819/1.0/artifacts/service-Vfw20230222114819-template.yml", "status": "NOT_NOTIFIED" } 2023-02-22T11:49:53.305Z||pool-2-thread-7|||||INFO|500||Missing status on Status Object. 2023-02-22T11:49:53.305Z||pool-2-thread-7|||||DEBUG|500||received message from topic 2023-02-22T11:49:53.305Z||pool-2-thread-7|||||DEBUG|500||recieved notification from broker: { "distributionID": "2fa1a940-0ae6-44a5-a401-00013ae650b9", "consumerID": "ves-openapi-manager", "timestamp": 1677066560004, "artifactURL": "/sdc/v1/catalog/services/Vfw20230222114819/1.0/artifacts/service-Vfw20230222114819-template.yml", "status": "NOT_NOTIFIED" } 2023-02-22T11:49:53.305Z||pool-2-thread-7|||||INFO|500||Missing status on Status Object. 2023-02-22T11:49:53.305Z||pool-2-thread-7|||||DEBUG|500||received message from topic 2023-02-22T11:49:53.305Z||pool-2-thread-7|||||DEBUG|500||recieved notification from broker: { "distributionID": "2fa1a940-0ae6-44a5-a401-00013ae650b9", "consumerID": "multicloud-k8s-id", "timestamp": 1677066565966, "artifactURL": "/sdc/v1/catalog/services/Vfw20230222114819/1.0/resourceInstances/vfw0e10f1fc5dad0/artifacts/vfw0e10f1fc5dad0_modules.json", "status": "DEPLOY_OK" } 2023-02-22T11:49:53.306Z||pool-2-thread-7|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error' 2023-02-22T11:49:53.306Z||pool-2-thread-7|||||DEBUG|500||received message from topic 2023-02-22T11:49:53.306Z||pool-2-thread-7|||||DEBUG|500||recieved notification from broker: { "distributionID": "2fa1a940-0ae6-44a5-a401-00013ae650b9", "consumerID": "aai-ml", "timestamp": 1677066559839, "artifactURL": "/sdc/v1/catalog/services/Vfw20230222114819/1.0/artifacts/service-Vfw20230222114819-csar.csar", "status": "NOTIFIED" } 2023-02-22T11:49:53.306Z||pool-2-thread-7|||||INFO|500||Missing status on Status Object. 2023-02-22T11:49:53.306Z||pool-2-thread-7|||||DEBUG|500||received message from topic 2023-02-22T11:49:53.307Z||pool-2-thread-7|||||DEBUG|500||recieved notification from broker: { "distributionID": "2fa1a940-0ae6-44a5-a401-00013ae650b9", "consumerID": "ves-openapi-manager", "timestamp": 1677066560004, "artifactURL": "/sdc/v1/catalog/services/Vfw20230222114819/1.0/artifacts/service-Vfw20230222114819-csar.csar", "status": "NOT_NOTIFIED" } 2023-02-22T11:49:53.307Z||pool-2-thread-7|||||INFO|500||Missing status on Status Object. 2023-02-22T11:49:53.307Z||pool-2-thread-7|||||DEBUG|500||received message from topic 2023-02-22T11:49:53.307Z||pool-2-thread-7|||||DEBUG|500||recieved notification from broker: { "distributionID": "2fa1a940-0ae6-44a5-a401-00013ae650b9", "consumerID": "aai-ml", "timestamp": 1677066567648, "artifactURL": "/sdc/v1/catalog/services/Vfw20230222114819/1.0/artifacts/service-Vfw20230222114819-csar.csar", "status": "DOWNLOAD_OK" } 2023-02-22T11:49:53.307Z||pool-2-thread-7|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error' 2023-02-22T11:49:53.308Z||pool-2-thread-7|||||DEBUG|500||received message from topic 2023-02-22T11:49:53.308Z||pool-2-thread-7|||||DEBUG|500||recieved notification from broker: { "distributionID": "2fa1a940-0ae6-44a5-a401-00013ae650b9", "consumerID": "sdc-COpenSource-Env11-sdnc-dockero", "timestamp": 1677066569920, "artifactURL": "/sdc/v1/catalog/services/Vfw20230222114819/1.0/resourceInstances/vfw0e10f1fc5dad0/artifacts/vf-license-model.xml", "status": "NOT_NOTIFIED" } 2023-02-22T11:49:53.308Z||pool-2-thread-7|||||INFO|500||Missing status on Status Object. 2023-02-22T11:49:53.308Z||pool-2-thread-7|||||DEBUG|500||received message from topic 2023-02-22T11:49:53.308Z||pool-2-thread-7|||||DEBUG|500||recieved notification from broker: { "distributionID": "2fa1a940-0ae6-44a5-a401-00013ae650b9", "consumerID": "sdc-COpenSource-Env11-sdnc-dockero", "timestamp": 1677066569920, "artifactURL": "/sdc/v1/catalog/services/Vfw20230222114819/1.0/resourceInstances/vfw0e10f1fc5dad0/artifacts/vfw0e10f1fc5dad0_modules.json", "status": "NOT_NOTIFIED" } 2023-02-22T11:49:53.309Z||pool-2-thread-7|||||INFO|500||Missing status on Status Object. 2023-02-22T11:49:53.309Z||pool-2-thread-7|||||DEBUG|500||received message from topic 2023-02-22T11:49:53.309Z||pool-2-thread-7|||||DEBUG|500||recieved notification from broker: { "distributionID": "2fa1a940-0ae6-44a5-a401-00013ae650b9", "consumerID": "sdc-COpenSource-Env11-sdnc-dockero", "timestamp": 1677066569920, "artifactURL": "/sdc/v1/catalog/services/Vfw20230222114819/1.0/resourceInstances/vfw0e10f1fc5dad0/artifacts/base_vfw.yaml", "status": "NOT_NOTIFIED" } 2023-02-22T11:49:53.309Z||pool-2-thread-7|||||INFO|500||Missing status on Status Object. 2023-02-22T11:49:53.309Z||pool-2-thread-7|||||DEBUG|500||received message from topic 2023-02-22T11:49:53.309Z||pool-2-thread-7|||||DEBUG|500||recieved notification from broker: { "distributionID": "2fa1a940-0ae6-44a5-a401-00013ae650b9", "consumerID": "sdc-COpenSource-Env11-sdnc-dockero", "timestamp": 1677066569920, "artifactURL": "/sdc/v1/catalog/services/Vfw20230222114819/1.0/resourceInstances/vfw0e10f1fc5dad0/artifacts/vendor-license-model.xml", "status": "NOT_NOTIFIED" } 2023-02-22T11:49:53.310Z||pool-2-thread-7|||||INFO|500||Missing status on Status Object. 2023-02-22T11:49:53.310Z||pool-2-thread-7|||||DEBUG|500||received message from topic 2023-02-22T11:49:53.310Z||pool-2-thread-7|||||DEBUG|500||recieved notification from broker: { "distributionID": "2fa1a940-0ae6-44a5-a401-00013ae650b9", "consumerID": "sdc-COpenSource-Env11-sdnc-dockero", "timestamp": 1677066569920, "artifactURL": "/sdc/v1/catalog/services/Vfw20230222114819/1.0/resourceInstances/vfw0e10f1fc5dad0/artifacts/base_vfw.env", "status": "NOT_NOTIFIED" } 2023-02-22T11:49:53.310Z||pool-2-thread-7|||||INFO|500||Missing status on Status Object. 2023-02-22T11:49:53.310Z||pool-2-thread-7|||||DEBUG|500||received message from topic 2023-02-22T11:49:53.311Z||pool-2-thread-7|||||DEBUG|500||recieved notification from broker: { "distributionID": "2fa1a940-0ae6-44a5-a401-00013ae650b9", "consumerID": "sdc-COpenSource-Env11-sdnc-dockero", "timestamp": 1677066569920, "artifactURL": "/sdc/v1/catalog/services/Vfw20230222114819/1.0/artifacts/service-Vfw20230222114819-template.yml", "status": "NOT_NOTIFIED" } 2023-02-22T11:49:53.311Z||pool-2-thread-7|||||INFO|500||Missing status on Status Object. 2023-02-22T11:49:53.311Z||pool-2-thread-7|||||DEBUG|500||received message from topic 2023-02-22T11:49:53.311Z||pool-2-thread-7|||||DEBUG|500||recieved notification from broker: { "distributionID": "2fa1a940-0ae6-44a5-a401-00013ae650b9", "consumerID": "sdc-COpenSource-Env11-sdnc-dockero", "timestamp": 1677066569920, "artifactURL": "/sdc/v1/catalog/services/Vfw20230222114819/1.0/artifacts/service-Vfw20230222114819-csar.csar", "status": "NOTIFIED" } 2023-02-22T11:49:53.312Z||pool-2-thread-7|||||INFO|500||Missing status on Status Object. 2023-02-22T11:49:53.312Z||pool-2-thread-7|||||DEBUG|500||received message from topic 2023-02-22T11:49:53.312Z||pool-2-thread-7|||||DEBUG|500||recieved notification from broker: { "distributionID": "2fa1a940-0ae6-44a5-a401-00013ae650b9", "consumerID": "sdc-COpenSource-Env11-sdnc-dockero", "timestamp": 1677066577867, "artifactURL": "/sdc/v1/catalog/services/Vfw20230222114819/1.0/artifacts/service-Vfw20230222114819-csar.csar", "status": "DOWNLOAD_OK" } 2023-02-22T11:49:53.312Z||pool-2-thread-7|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error' 2023-02-22T11:49:53.312Z||pool-2-thread-7|||||DEBUG|500||received message from topic 2023-02-22T11:49:53.312Z||pool-2-thread-7|||||DEBUG|500||recieved notification from broker: { "distributionID": "2fa1a940-0ae6-44a5-a401-00013ae650b9", "consumerID": "sdc-COpenSource-Env11-sdnc-dockero", "timestamp": 1677066581571, "artifactURL": "/sdc/v1/catalog/services/Vfw20230222114819/1.0/artifacts/service-Vfw20230222114819-csar.csar", "status": "DEPLOY_OK" } 2023-02-22T11:49:53.313Z||pool-2-thread-7|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error' 2023-02-22T11:49:53.313Z||pool-2-thread-7|||||DEBUG|500||received message from topic 2023-02-22T11:49:53.313Z||pool-2-thread-7|||||DEBUG|500||recieved notification from broker: { "distributionID": "2fa1a940-0ae6-44a5-a401-00013ae650b9", "consumerID": "sdc-COpenSource-Env11-sdnc-dockero", "timestamp": 1677066582575, "artifactURL": "", "status": "COMPONENT_DONE_OK", "componentName": "SDNC" } Hibernate: select watchdogdi0_.DISTRIBUTION_ID as distribu1_11_0_, watchdogdi0_.CREATE_TIME as create_t2_11_0_, watchdogdi0_.DISTRIBUTION_ID_STATUS as distribu3_11_0_, watchdogdi0_.MODIFY_TIME as modify_t4_11_0_, watchdogdi0_.LOCK_VERSION as lock_ver5_11_0_ from watchdog_distributionid_status watchdogdi0_ where watchdogdi0_.DISTRIBUTION_ID=? 2023-02-22T11:49:53.318Z||pool-2-thread-7|||||DEBUG|500||Receive a callback componentStatus in ASDC, for componentName: SDNC and status of COMPONENT_DONE_OK distributionID of 2fa1a940-0ae6-44a5-a401-00013ae650b9 2023-02-22T11:49:53.318Z||pool-2-thread-7|||||DEBUG|500||Entering installTheComponentStatus for distributionId 2fa1a940-0ae6-44a5-a401-00013ae650b9 and ComponentName SDNC Hibernate: select watchdogco0_.COMPONENT_NAME as componen1_12_0_, watchdogco0_.DISTRIBUTION_ID as distribu2_12_0_, watchdogco0_.COMPONENT_DISTRIBUTION_STATUS as componen3_12_0_, watchdogco0_.CREATE_TIME as create_t4_12_0_, watchdogco0_.MODIFY_TIME as modify_t5_12_0_ from watchdog_per_component_distribution_status watchdogco0_ where watchdogco0_.COMPONENT_NAME=? and watchdogco0_.DISTRIBUTION_ID=? Hibernate: insert into watchdog_per_component_distribution_status (COMPONENT_DISTRIBUTION_STATUS, CREATE_TIME, MODIFY_TIME, COMPONENT_NAME, DISTRIBUTION_ID) values (?, ?, ?, ?, ?) 2023-02-22T11:49:53.326Z||pool-2-thread-7|||||DEBUG|500||received message from topic 2023-02-22T11:49:53.326Z||pool-2-thread-7|||||DEBUG|500||recieved notification from broker: { "distributionID": "2fa1a940-0ae6-44a5-a401-00013ae650b9", "consumerID": "aai-ml", "timestamp": 1677066583189, "artifactURL": "/sdc/v1/catalog/services/Vfw20230222114819/1.0/artifacts/service-Vfw20230222114819-csar.csar", "status": "DEPLOY_OK" } 2023-02-22T11:49:53.326Z||pool-2-thread-7|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error' 2023-02-22T11:49:53.327Z||pool-2-thread-7|||||DEBUG|500||received message from topic 2023-02-22T11:49:53.327Z||pool-2-thread-7|||||DEBUG|500||recieved notification from broker: { "distributionID": "2fa1a940-0ae6-44a5-a401-00013ae650b9", "consumerID": "aai-ml", "timestamp": 1677066584194, "artifactURL": "", "status": "COMPONENT_DONE_OK", "componentName": "AAI" } Hibernate: select watchdogdi0_.DISTRIBUTION_ID as distribu1_11_0_, watchdogdi0_.CREATE_TIME as create_t2_11_0_, watchdogdi0_.DISTRIBUTION_ID_STATUS as distribu3_11_0_, watchdogdi0_.MODIFY_TIME as modify_t4_11_0_, watchdogdi0_.LOCK_VERSION as lock_ver5_11_0_ from watchdog_distributionid_status watchdogdi0_ where watchdogdi0_.DISTRIBUTION_ID=? 2023-02-22T11:49:53.331Z||pool-2-thread-7|||||DEBUG|500||Receive a callback componentStatus in ASDC, for componentName: AAI and status of COMPONENT_DONE_OK distributionID of 2fa1a940-0ae6-44a5-a401-00013ae650b9 2023-02-22T11:49:53.332Z||pool-2-thread-7|||||DEBUG|500||Entering installTheComponentStatus for distributionId 2fa1a940-0ae6-44a5-a401-00013ae650b9 and ComponentName AAI Hibernate: select watchdogco0_.COMPONENT_NAME as componen1_12_0_, watchdogco0_.DISTRIBUTION_ID as distribu2_12_0_, watchdogco0_.COMPONENT_DISTRIBUTION_STATUS as componen3_12_0_, watchdogco0_.CREATE_TIME as create_t4_12_0_, watchdogco0_.MODIFY_TIME as modify_t5_12_0_ from watchdog_per_component_distribution_status watchdogco0_ where watchdogco0_.COMPONENT_NAME=? and watchdogco0_.DISTRIBUTION_ID=? Hibernate: insert into watchdog_per_component_distribution_status (COMPONENT_DISTRIBUTION_STATUS, CREATE_TIME, MODIFY_TIME, COMPONENT_NAME, DISTRIBUTION_ID) values (?, ?, ?, ?, ?) 2023-02-22T11:49:53.355Z||pool-19-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 99 ms 2023-02-22T11:49:53.356Z||pool-19-thread-1|||||WARN|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO will send credentials over a clear channel. 2023-02-22T11:49:53.356Z||pool-19-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as sXwXLxdJNt84opGN) ... 2023-02-22T11:49:53.370Z||pool-19-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK 2023-02-22T11:49:53.370Z||pool-19-thread-1|||||INFO|500||cambria reply ok (14 ms):{"serverTimeMs":0,"count":1} 2023-02-22T11:49:54.259Z|6bcb860b-1b2c-41a4-a301-6aff57bff4aa|pool-2-thread-2|||||INFO|500||DistributionClient - sendNotificationStatus 2023-02-22T11:49:54.260Z|6bcb860b-1b2c-41a4-a301-6aff57bff4aa|pool-2-thread-2|||||INFO|500||DistributionClient - sendStatus 2023-02-22T11:49:54.262Z|6bcb860b-1b2c-41a4-a301-6aff57bff4aa|pool-2-thread-2|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap] 2023-02-22T11:49:54.262Z|6bcb860b-1b2c-41a4-a301-6aff57bff4aa|pool-2-thread-2|||||DEBUG|500||try to send status { "distributionID": "2fa1a940-0ae6-44a5-a401-00013ae650b9", "consumerID": "SO-COpenSource-Env11", "timestamp": 1677066592607, "artifactURL": "/sdc/v1/catalog/services/Vfw20230222114819/1.0/resourceInstances/vfw0e10f1fc5dad0/artifacts/vfw0e10f1fc5dad0_modules.json", "status": "NOTIFIED" } 2023-02-22T11:49:54.362Z||pool-20-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms 2023-02-22T11:49:54.363Z||pool-20-thread-1|||||WARN|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO will send credentials over a clear channel. 2023-02-22T11:49:54.363Z||pool-20-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as sXwXLxdJNt84opGN) ... 2023-02-22T11:49:54.375Z||pool-20-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK 2023-02-22T11:49:54.376Z||pool-20-thread-1|||||INFO|500||cambria reply ok (13 ms):{"serverTimeMs":0,"count":1} 2023-02-22T11:49:55.263Z|6bcb860b-1b2c-41a4-a301-6aff57bff4aa|pool-2-thread-2|||||INFO|500||DistributionClient - sendNotificationStatus 2023-02-22T11:49:55.263Z|6bcb860b-1b2c-41a4-a301-6aff57bff4aa|pool-2-thread-2|||||INFO|500||DistributionClient - sendStatus 2023-02-22T11:49:55.265Z|6bcb860b-1b2c-41a4-a301-6aff57bff4aa|pool-2-thread-2|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap] 2023-02-22T11:49:55.266Z|6bcb860b-1b2c-41a4-a301-6aff57bff4aa|pool-2-thread-2|||||DEBUG|500||try to send status { "distributionID": "2fa1a940-0ae6-44a5-a401-00013ae650b9", "consumerID": "SO-COpenSource-Env11", "timestamp": 1677066592607, "artifactURL": "/sdc/v1/catalog/services/Vfw20230222114819/1.0/resourceInstances/vfw0e10f1fc5dad0/artifacts/base_vfw.yaml", "status": "NOTIFIED" } 2023-02-22T11:49:55.366Z||pool-21-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms 2023-02-22T11:49:55.367Z||pool-21-thread-1|||||WARN|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO will send credentials over a clear channel. 2023-02-22T11:49:55.367Z||pool-21-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as sXwXLxdJNt84opGN) ... 2023-02-22T11:49:55.381Z||pool-21-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK 2023-02-22T11:49:55.381Z||pool-21-thread-1|||||INFO|500||cambria reply ok (15 ms):{"serverTimeMs":0,"count":1} 2023-02-22T11:49:56.266Z|6bcb860b-1b2c-41a4-a301-6aff57bff4aa|pool-2-thread-2|||||INFO|500||DistributionClient - sendNotificationStatus 2023-02-22T11:49:56.267Z|6bcb860b-1b2c-41a4-a301-6aff57bff4aa|pool-2-thread-2|||||INFO|500||DistributionClient - sendStatus 2023-02-22T11:49:56.269Z|6bcb860b-1b2c-41a4-a301-6aff57bff4aa|pool-2-thread-2|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap] 2023-02-22T11:49:56.269Z|6bcb860b-1b2c-41a4-a301-6aff57bff4aa|pool-2-thread-2|||||DEBUG|500||try to send status { "distributionID": "2fa1a940-0ae6-44a5-a401-00013ae650b9", "consumerID": "SO-COpenSource-Env11", "timestamp": 1677066592607, "artifactURL": "/sdc/v1/catalog/services/Vfw20230222114819/1.0/resourceInstances/vfw0e10f1fc5dad0/artifacts/vendor-license-model.xml", "status": "NOT_NOTIFIED" } 2023-02-22T11:49:56.370Z||pool-22-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms 2023-02-22T11:49:56.370Z||pool-22-thread-1|||||WARN|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO will send credentials over a clear channel. 2023-02-22T11:49:56.371Z||pool-22-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as sXwXLxdJNt84opGN) ... 2023-02-22T11:49:56.425Z||pool-22-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK 2023-02-22T11:49:56.425Z||pool-22-thread-1|||||INFO|500||cambria reply ok (55 ms):{"serverTimeMs":0,"count":1} 2023-02-22T11:49:57.270Z|6bcb860b-1b2c-41a4-a301-6aff57bff4aa|pool-2-thread-2|||||INFO|500||DistributionClient - sendNotificationStatus 2023-02-22T11:49:57.270Z|6bcb860b-1b2c-41a4-a301-6aff57bff4aa|pool-2-thread-2|||||INFO|500||DistributionClient - sendStatus 2023-02-22T11:49:57.272Z|6bcb860b-1b2c-41a4-a301-6aff57bff4aa|pool-2-thread-2|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap] 2023-02-22T11:49:57.273Z|6bcb860b-1b2c-41a4-a301-6aff57bff4aa|pool-2-thread-2|||||DEBUG|500||try to send status { "distributionID": "2fa1a940-0ae6-44a5-a401-00013ae650b9", "consumerID": "SO-COpenSource-Env11", "timestamp": 1677066592607, "artifactURL": "/sdc/v1/catalog/services/Vfw20230222114819/1.0/resourceInstances/vfw0e10f1fc5dad0/artifacts/base_vfw.env", "status": "NOTIFIED" } 2023-02-22T11:49:57.373Z||pool-23-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 99 ms 2023-02-22T11:49:57.373Z||pool-23-thread-1|||||WARN|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO will send credentials over a clear channel. 2023-02-22T11:49:57.374Z||pool-23-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as sXwXLxdJNt84opGN) ... 2023-02-22T11:49:57.406Z||pool-23-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK 2023-02-22T11:49:57.407Z||pool-23-thread-1|||||INFO|500||cambria reply ok (34 ms):{"serverTimeMs":0,"count":1} 2023-02-22T11:49:58.273Z|6bcb860b-1b2c-41a4-a301-6aff57bff4aa|pool-2-thread-2|||||INFO|500||DistributionClient - sendNotificationStatus 2023-02-22T11:49:58.274Z|6bcb860b-1b2c-41a4-a301-6aff57bff4aa|pool-2-thread-2|||||INFO|500||DistributionClient - sendStatus 2023-02-22T11:49:58.276Z|6bcb860b-1b2c-41a4-a301-6aff57bff4aa|pool-2-thread-2|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap] 2023-02-22T11:49:58.276Z|6bcb860b-1b2c-41a4-a301-6aff57bff4aa|pool-2-thread-2|||||DEBUG|500||try to send status { "distributionID": "2fa1a940-0ae6-44a5-a401-00013ae650b9", "consumerID": "SO-COpenSource-Env11", "timestamp": 1677066592607, "artifactURL": "/sdc/v1/catalog/services/Vfw20230222114819/1.0/artifacts/service-Vfw20230222114819-template.yml", "status": "NOT_NOTIFIED" } 2023-02-22T11:49:58.376Z||pool-24-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms 2023-02-22T11:49:58.377Z||pool-24-thread-1|||||WARN|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO will send credentials over a clear channel. 2023-02-22T11:49:58.378Z||pool-24-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as sXwXLxdJNt84opGN) ... 2023-02-22T11:49:58.389Z||pool-24-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK 2023-02-22T11:49:58.391Z||pool-24-thread-1|||||INFO|500||cambria reply ok (12 ms):{"serverTimeMs":1,"count":1} 2023-02-22T11:49:59.277Z|6bcb860b-1b2c-41a4-a301-6aff57bff4aa|pool-2-thread-2|||||INFO|500||DistributionClient - sendNotificationStatus 2023-02-22T11:49:59.278Z|6bcb860b-1b2c-41a4-a301-6aff57bff4aa|pool-2-thread-2|||||INFO|500||DistributionClient - sendStatus 2023-02-22T11:49:59.279Z|6bcb860b-1b2c-41a4-a301-6aff57bff4aa|pool-2-thread-2|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap] 2023-02-22T11:49:59.280Z|6bcb860b-1b2c-41a4-a301-6aff57bff4aa|pool-2-thread-2|||||DEBUG|500||try to send status { "distributionID": "2fa1a940-0ae6-44a5-a401-00013ae650b9", "consumerID": "SO-COpenSource-Env11", "timestamp": 1677066592607, "artifactURL": "/sdc/v1/catalog/services/Vfw20230222114819/1.0/artifacts/service-Vfw20230222114819-csar.csar", "status": "NOTIFIED" } 2023-02-22T11:49:59.380Z||pool-25-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms 2023-02-22T11:49:59.439Z||pool-25-thread-1|||||WARN|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO will send credentials over a clear channel. 2023-02-22T11:49:59.439Z||pool-25-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as sXwXLxdJNt84opGN) ... 2023-02-22T11:49:59.476Z||pool-25-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK 2023-02-22T11:49:59.477Z||pool-25-thread-1|||||INFO|500||cambria reply ok (97 ms):{"serverTimeMs":0,"count":1} 2023-02-22T11:50:00.281Z|6bcb860b-1b2c-41a4-a301-6aff57bff4aa|pool-2-thread-2|||||DEBUG|500||sending notification to client: { "distributionID": "2fa1a940-0ae6-44a5-a401-00013ae650b9", "serviceName": "vFW 2023-02-22 11-48-19", "serviceVersion": "1.0", "serviceUUID": "62b2b94d-ecd9-4e8a-a793-31a8703b59ee", "serviceDescription": "catalog service description", "serviceInvariantUUID": "991a7e29-0ff2-4841-ad8f-b5c455e66d56", "resources": [ { "resourceInstanceName": "vFW 0e10f1fc-5dad 0", "resourceCustomizationUUID": "18535830-a3bf-4c62-ac58-852bf37bcdcb", "resourceName": "vFW 0e10f1fc-5dad", "resourceVersion": "1.0", "resoucreType": "VF", "resourceUUID": "ebda5601-10ff-4e7f-addf-33ba6faa1fb2", "resourceInvariantUUID": "c201a657-8beb-4af6-afd0-32c9edab5287", "category": "Generic", "subcategory": "Abstract", "artifacts": [ { "artifactName": "vfw0e10f1fc5dad0_modules.json", "artifactType": "VF_MODULES_METADATA", "artifactURL": "/sdc/v1/catalog/services/Vfw20230222114819/1.0/resourceInstances/vfw0e10f1fc5dad0/artifacts/vfw0e10f1fc5dad0_modules.json", "artifactChecksum": "YTZjYzg3ZDVkNmNmMGI3ZmFhYjIyZjFjMGFmMTMzMTU\u003d", "artifactDescription": "Auto-generated VF Modules information artifact", "artifactTimeout": 0, "artifactVersion": "1", "artifactUUID": "025fed9b-6207-4579-a71e-858b8c74fd55", "relatedArtifactsInfo": [] }, { "artifactName": "base_vfw.yaml", "artifactType": "HEAT", "artifactURL": "/sdc/v1/catalog/services/Vfw20230222114819/1.0/resourceInstances/vfw0e10f1fc5dad0/artifacts/base_vfw.yaml", "artifactChecksum": "ZmM1NGJiZjBlNDE5MjM5MWIwMjRlOTM2YjI4NTA1OTU\u003d", "artifactDescription": "created from csar", "artifactTimeout": 30, "artifactVersion": "1", "artifactUUID": "642964f1-b73e-40b1-8d55-b21a5557b326", "generatedArtifact": { "artifactName": "base_vfw.env", "artifactType": "HEAT_ENV", "artifactURL": "/sdc/v1/catalog/services/Vfw20230222114819/1.0/resourceInstances/vfw0e10f1fc5dad0/artifacts/base_vfw.env", "artifactChecksum": "MGVmNWZjZTllNGFjNjkyYTAwYzMyZTcwODk2NGRkYmU\u003d", "artifactDescription": "Auto-generated HEAT Environment deployment artifact", "artifactTimeout": 0, "artifactVersion": "2", "artifactUUID": "8341aac0-f0cd-4d60-ab52-352f8e74d168", "generatedFromUUID": "642964f1-b73e-40b1-8d55-b21a5557b326" }, "relatedArtifactsInfo": [] }, { "artifactName": "base_vfw.env", "artifactType": "HEAT_ENV", "artifactURL": "/sdc/v1/catalog/services/Vfw20230222114819/1.0/resourceInstances/vfw0e10f1fc5dad0/artifacts/base_vfw.env", "artifactChecksum": "MGVmNWZjZTllNGFjNjkyYTAwYzMyZTcwODk2NGRkYmU\u003d", "artifactDescription": "Auto-generated HEAT Environment deployment artifact", "artifactTimeout": 0, "artifactVersion": "2", "artifactUUID": "8341aac0-f0cd-4d60-ab52-352f8e74d168", "relatedArtifactsInfo": [] } ] } ], "serviceArtifacts": [ { "artifactName": "service-Vfw20230222114819-csar.csar", "artifactType": "TOSCA_CSAR", "artifactURL": "/sdc/v1/catalog/services/Vfw20230222114819/1.0/artifacts/service-Vfw20230222114819-csar.csar", "artifactChecksum": "YmU0NmZjMzAwNGY3NjE4ZTc5MWQwMjJiZjU1MDE1MTg\u003d", "artifactDescription": "TOSCA definition package of the asset", "artifactTimeout": 0, "artifactVersion": "1", "artifactUUID": "fbc6ff35-f51d-442d-a44f-7940b45863fb" } ], "workloadContext": "Production" } 2023-02-22T11:50:00.282Z|6bcb860b-1b2c-41a4-a301-6aff57bff4aa|pool-2-thread-2|||||DEBUG|500||Receive a callback notification in ASDC, nb of resources: 1 2023-02-22T11:50:00.282Z|6bcb860b-1b2c-41a4-a301-6aff57bff4aa|pool-2-thread-2|||||INFO|500||ASDC_RECEIVE_CALLBACK_NOTIF 3 62b2b94d-ecd9-4e8a-a793-31a8703b59ee ASDC 2023-02-22T11:50:00.283Z|2fa1a940-0ae6-44a5-a401-00013ae650b9|pool-2-thread-2|||||DEBUG|500||ASDC Notification: DistributionID:2fa1a940-0ae6-44a5-a401-00013ae650b9 ServiceName:vFW 2023-02-22 11-48-19 ServiceVersion:1.0 ServiceUUID:62b2b94d-ecd9-4e8a-a793-31a8703b59ee ServiceInvariantUUID:991a7e29-0ff2-4841-ad8f-b5c455e66d56 ServiceDescription:catalog service description Service Artifacts List: { Service Artifacts Info: ArtifactName:service-Vfw20230222114819-csar.csar ArtifactVersion:1 ArtifactType:TOSCA_CSAR ArtifactDescription:TOSCA definition package of the asset ArtifactTimeout:0 ArtifactURL:/sdc/v1/catalog/services/Vfw20230222114819/1.0/artifacts/service-Vfw20230222114819-csar.csar ArtifactUUID:fbc6ff35-f51d-442d-a44f-7940b45863fb ArtifactChecksum:YmU0NmZjMzAwNGY3NjE4ZTc5MWQwMjJiZjU1MDE1MTg= GeneratedArtifact:{NULL } RelatedArtifacts:{ } } Resource Instances List: { Resource Instance Info: ResourceInstanceName:vFW 0e10f1fc-5dad 0 ResourceCustomizationUUID:18535830-a3bf-4c62-ac58-852bf37bcdcb ResourceInvariantUUID:c201a657-8beb-4af6-afd0-32c9edab5287 ResourceName:vFW 0e10f1fc-5dad ResourceType:VF ResourceUUID:ebda5601-10ff-4e7f-addf-33ba6faa1fb2 ResourceVersion:1.0 Category:Generic SubCategory:Abstract Resource Artifacts List: { Service Artifacts Info: ArtifactName:vfw0e10f1fc5dad0_modules.json ArtifactVersion:1 ArtifactType:VF_MODULES_METADATA ArtifactDescription:Auto-generated VF Modules information artifact ArtifactTimeout:0 ArtifactURL:/sdc/v1/catalog/services/Vfw20230222114819/1.0/resourceInstances/vfw0e10f1fc5dad0/artifacts/vfw0e10f1fc5dad0_modules.json ArtifactUUID:025fed9b-6207-4579-a71e-858b8c74fd55 ArtifactChecksum:YTZjYzg3ZDVkNmNmMGI3ZmFhYjIyZjFjMGFmMTMzMTU= 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/Vfw20230222114819/1.0/resourceInstances/vfw0e10f1fc5dad0/artifacts/base_vfw.yaml ArtifactUUID:642964f1-b73e-40b1-8d55-b21a5557b326 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/Vfw20230222114819/1.0/resourceInstances/vfw0e10f1fc5dad0/artifacts/base_vfw.env ArtifactUUID:8341aac0-f0cd-4d60-ab52-352f8e74d168 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/Vfw20230222114819/1.0/resourceInstances/vfw0e10f1fc5dad0/artifacts/base_vfw.env ArtifactUUID:8341aac0-f0cd-4d60-ab52-352f8e74d168 ArtifactChecksum:MGVmNWZjZTllNGFjNjkyYTAwYzMyZTcwODk2NGRkYmU= GeneratedArtifact:{NULL } RelatedArtifacts:{ } } } 2023-02-22T11:50:00.283Z|2fa1a940-0ae6-44a5-a401-00013ae650b9|pool-2-thread-2|||||INFO|500||ASDC_RECEIVE_SERVICE_NOTIF 62b2b94d-ecd9-4e8a-a793-31a8703b59ee ASDC treatNotification Hibernate: select watchdogse0_.DISTRIBUTION_ID as distribu1_13_0_, watchdogse0_.SERVICE_MODEL_VERSION_ID as service_2_13_0_, watchdogse0_.CONSUMER_ID as consumer3_13_0_, watchdogse0_.CREATE_TIME as create_t4_13_0_, watchdogse0_.DISTRIBUTION_NOTIFICATION as distribu5_13_0_ from watchdog_service_mod_ver_id_lookup watchdogse0_ where watchdogse0_.DISTRIBUTION_ID=? and watchdogse0_.SERVICE_MODEL_VERSION_ID=? Hibernate: insert into watchdog_service_mod_ver_id_lookup (CONSUMER_ID, CREATE_TIME, DISTRIBUTION_NOTIFICATION, DISTRIBUTION_ID, SERVICE_MODEL_VERSION_ID) values (?, ?, ?, ?, ?) Hibernate: select watchdogdi0_.DISTRIBUTION_ID as distribu1_11_0_, watchdogdi0_.CREATE_TIME as create_t2_11_0_, watchdogdi0_.DISTRIBUTION_ID_STATUS as distribu3_11_0_, watchdogdi0_.MODIFY_TIME as modify_t4_11_0_, watchdogdi0_.LOCK_VERSION as lock_ver5_11_0_ from watchdog_distributionid_status watchdogdi0_ where watchdogdi0_.DISTRIBUTION_ID=? Hibernate: update watchdog_distributionid_status set DISTRIBUTION_ID_STATUS=?, MODIFY_TIME=?, LOCK_VERSION=? where DISTRIBUTION_ID=? 2023-02-22T11:50:00.313Z|2fa1a940-0ae6-44a5-a401-00013ae650b9|pool-2-thread-2|||||INFO|500||Unable to find the system property mso.config.path, use the default configuration 2023-02-22T11:50:00.314Z|2fa1a940-0ae6-44a5-a401-00013ae650b9|pool-2-thread-2|||||INFO|500||MSO config path is: /app 2023-02-22T11:50:00.314Z|2fa1a940-0ae6-44a5-a401-00013ae650b9|pool-2-thread-2|||||INFO|500||MSO config path is: /app 2023-02-22T11:50:00.314Z|2fa1a940-0ae6-44a5-a401-00013ae650b9|pool-2-thread-2|||||INFO|500||Trying to download the artifact UUID: fbc6ff35-f51d-442d-a44f-7940b45863fb from URL: /sdc/v1/catalog/services/Vfw20230222114819/1.0/artifacts/service-Vfw20230222114819-csar.csar 2023-02-22T11:50:00.314Z|2fa1a940-0ae6-44a5-a401-00013ae650b9|pool-2-thread-2|||||INFO|500||DistributionClient - download 2023-02-22T11:50:00.315Z|2fa1a940-0ae6-44a5-a401-00013ae650b9|pool-2-thread-2|||||DEBUG|500||url to send https://sdc-be.onap:8443/sdc/v1/catalog/services/Vfw20230222114819/1.0/artifacts/service-Vfw20230222114819-csar.csar 2023-02-22T11:50:00.472Z|2fa1a940-0ae6-44a5-a401-00013ae650b9|pool-2-thread-2|||||DEBUG|500||GET Response Status 200 2023-02-22T11:50:00.477Z|2fa1a940-0ae6-44a5-a401-00013ae650b9|pool-2-thread-2|||||INFO|500||ASDC_ARTIFACT_DOWNLOAD_SUC /sdc/v1/catalog/services/Vfw20230222114819/1.0/artifacts/service-Vfw20230222114819-csar.csar fbc6ff35-f51d-442d-a44f-7940b45863fb 100644 2023-02-22T11:50:00.477Z|2fa1a940-0ae6-44a5-a401-00013ae650b9|pool-2-thread-2|||||INFO|500||ASDC_SEND_NOTIF_ASDC DOWNLOAD DOWNLOAD_OK /sdc/v1/catalog/services/Vfw20230222114819/1.0/artifacts/service-Vfw20230222114819-csar.csar ASDC sendASDCNotification 2023-02-22T11:50:00.478Z|2fa1a940-0ae6-44a5-a401-00013ae650b9|pool-2-thread-2|||||DEBUG|500||Sending DOWNLOAD(DOWNLOAD_OK) notification to ASDC for artifact:/sdc/v1/catalog/services/Vfw20230222114819/1.0/artifacts/service-Vfw20230222114819-csar.csar 2023-02-22T11:50:00.478Z|2fa1a940-0ae6-44a5-a401-00013ae650b9|pool-2-thread-2|||||INFO|500||DistributionClient - sendDownloadStatus 2023-02-22T11:50:00.478Z|2fa1a940-0ae6-44a5-a401-00013ae650b9|pool-2-thread-2|||||INFO|500||DistributionClient - sendStatus 2023-02-22T11:50:00.480Z|2fa1a940-0ae6-44a5-a401-00013ae650b9|pool-2-thread-2|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap] 2023-02-22T11:50:00.480Z|2fa1a940-0ae6-44a5-a401-00013ae650b9|pool-2-thread-2|||||DEBUG|500||try to send status { "distributionID": "2fa1a940-0ae6-44a5-a401-00013ae650b9", "consumerID": "SO-COpenSource-Env11", "timestamp": 1677066600477, "artifactURL": "/sdc/v1/catalog/services/Vfw20230222114819/1.0/artifacts/service-Vfw20230222114819-csar.csar", "status": "DOWNLOAD_OK" } 2023-02-22T11:50:00.580Z||pool-26-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms 2023-02-22T11:50:00.582Z||pool-26-thread-1|||||WARN|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO will send credentials over a clear channel. 2023-02-22T11:50:00.582Z||pool-26-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as sXwXLxdJNt84opGN) ... 2023-02-22T11:50:00.596Z||pool-26-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK 2023-02-22T11:50:00.596Z||pool-26-thread-1|||||INFO|500||cambria reply ok (15 ms):{"serverTimeMs":0,"count":1} 2023-02-22T11:50:01.481Z|2fa1a940-0ae6-44a5-a401-00013ae650b9|pool-2-thread-2|||||INFO|500||Unable to find the system property mso.config.path, use the default configuration 2023-02-22T11:50:01.481Z|2fa1a940-0ae6-44a5-a401-00013ae650b9|pool-2-thread-2|||||INFO|500||MSO config path is: /app 2023-02-22T11:50:01.482Z|2fa1a940-0ae6-44a5-a401-00013ae650b9|pool-2-thread-2|||||INFO|500||Trying to write artifact UUID: fbc6ff35-f51d-442d-a44f-7940b45863fb, URL: /sdc/v1/catalog/services/Vfw20230222114819/1.0/artifacts/service-Vfw20230222114819-csar.csar to file: /app/ASDC/1/service-Vfw20230222114819-csar.csar 2023-02-22T11:50:01.482Z|2fa1a940-0ae6-44a5-a401-00013ae650b9|pool-2-thread-2|||||INFO|500||ASDC_RECEIVE_SERVICE_NOTIF ***WRITE FILE ARTIFACT NAME ASDC service-Vfw20230222114819-csar.csar 2023-02-22T11:50:01.483Z|2fa1a940-0ae6-44a5-a401-00013ae650b9|pool-2-thread-2|||||DEBUG|500||ASDC File path is: /app/ASDC/1/service-Vfw20230222114819-csar.csar 2023-02-22T11:50:01.483Z|2fa1a940-0ae6-44a5-a401-00013ae650b9|pool-2-thread-2|||||INFO|500||ASDC_RECEIVE_SERVICE_NOTIF ***PATH ASDC /app/ASDC/1/service-Vfw20230222114819-csar.csar 2023-02-22T11:50:01.716Z|2fa1a940-0ae6-44a5-a401-00013ae650b9|pool-2-thread-2|||||DEBUG|500||ToscaTemplate Loading YAMEL file /tmp/JTP16103937810527415272/Definitions/service-Vfw20230222114819-template.yml Log warning: The required parameter "port_vsn_int_protected_private_port_0_subnetpoolid" is not provided Log warning: The required parameter "port_vsn_onap_private_port_0_security_groups" is not provided Log warning: The required parameter "port_vsn_int_protected_private_port_0_security_groups" is not provided Log warning: The required parameter "port_vsn_int_protected_private_port_0_vlan_requirements" is not provided Log warning: The required parameter "port_vsn_int_protected_private_port_0_network_role_tag" is not provided Log warning: The required parameter "port_vsn_int_protected_private_port_0_network" is not provided Log warning: The required parameter "compute_vsn_name" is not provided Log warning: The required parameter "port_vsn_int_protected_private_port_0_ip_requirements" is not provided Log warning: The required parameter "port_vsn_onap_private_port_0_order" is not provided Log warning: The required parameter "port_vsn_onap_private_port_0_fixed_ips" is not provided Log warning: The required parameter "port_vsn_onap_private_port_0_vlan_requirements" is not provided Log warning: The required parameter "compute_vsn_key_name" is not provided Log warning: The required parameter "port_vsn_int_protected_private_port_0_network_role" is not provided Log warning: The required parameter "port_vsn_onap_private_port_0_ip_requirements" is not provided Log warning: The required parameter "compute_vsn_user_data_format" is not provided Log warning: The required parameter "port_vsn_onap_private_port_0_related_networks" is not provided Log warning: The required parameter "port_vsn_int_protected_private_port_0_related_networks" is not provided Log warning: The required parameter "port_vsn_onap_private_port_0_network_role" is not provided Log warning: The required parameter "port_vsn_int_protected_private_port_0_fixed_ips" is not provided Log warning: The required parameter "port_vsn_int_protected_private_port_0_order" is not provided Log warning: The required parameter "port_vsn_onap_private_port_0_subnetpoolid" is not provided Log warning: The required parameter "compute_vsn_metadata" is not provided Log warning: The required parameter "port_vsn_onap_private_port_0_network" is not provided Log warning: The required parameter "port_vsn_onap_private_port_0_network_role_tag" is not provided Log warning: The required parameter "port_vpg_onap_private_port_0_network_role" is not provided Log warning: The required parameter "port_vpg_int_unprotected_private_port_0_ip_requirements" is not provided Log warning: The required parameter "port_vpg_int_unprotected_private_port_0_network" is not provided Log warning: The required parameter "port_vpg_int_unprotected_private_port_0_order" is not provided Log warning: The required parameter "port_vpg_onap_private_port_0_related_networks" is not provided Log warning: The required parameter "port_vpg_onap_private_port_0_ip_requirements" is not provided Log warning: The required parameter "port_vpg_onap_private_port_0_security_groups" is not provided Log warning: The required parameter "port_vpg_onap_private_port_0_network" is not provided Log warning: The required parameter "compute_vpg_name" is not provided Log warning: The required parameter "port_vpg_onap_private_port_0_vlan_requirements" is not provided Log warning: The required parameter "compute_vpg_user_data_format" is not provided Log warning: The required parameter "compute_vpg_key_name" is not provided Log warning: The required parameter "port_vpg_onap_private_port_0_network_role_tag" is not provided Log warning: The required parameter "port_vpg_int_unprotected_private_port_0_related_networks" is not provided Log warning: The required parameter "port_vpg_int_unprotected_private_port_0_security_groups" is not provided Log warning: The required parameter "compute_vpg_metadata" is not provided Log warning: The required parameter "port_vpg_onap_private_port_0_fixed_ips" is not provided Log warning: The required parameter "port_vpg_onap_private_port_0_order" is not provided Log warning: The required parameter "port_vpg_int_unprotected_private_port_0_fixed_ips" is not provided Log warning: The required parameter "port_vpg_int_unprotected_private_port_0_vlan_requirements" is not provided Log warning: The required parameter "port_vpg_int_unprotected_private_port_0_network_role_tag" is not provided Log warning: The required parameter "port_vpg_onap_private_port_0_subnetpoolid" is not provided Log warning: The required parameter "port_vpg_int_unprotected_private_port_0_subnetpoolid" is not provided Log warning: The required parameter "port_vpg_int_unprotected_private_port_0_network_role" is not provided Log warning: The required parameter "port_vfw_int_unprotected_private_port_0_related_networks" is not provided Log warning: The required parameter "port_vfw_onap_private_port_0_security_groups" is not provided Log warning: The required parameter "compute_vfw_name" is not provided Log warning: The required parameter "port_vfw_onap_private_port_0_fixed_ips" is not provided Log warning: The required parameter "port_vfw_onap_private_port_0_network_role_tag" is not provided Log warning: The required parameter "port_vfw_int_protected_private_port_0_allowed_address_pairs" is not provided Log warning: The required parameter "port_vfw_onap_private_port_0_network_role" is not provided Log warning: The required parameter "port_vfw_int_protected_private_port_0_order" is not provided Log warning: The required parameter "port_vfw_int_protected_private_port_0_subnetpoolid" is not provided Log warning: The required parameter "port_vfw_int_protected_private_port_0_vlan_requirements" is not provided Log warning: The required parameter "port_vfw_int_unprotected_private_port_0_ip_requirements" is not provided Log warning: The required parameter "port_vfw_int_protected_private_port_0_network" is not provided Log warning: The required parameter "port_vfw_int_protected_private_port_0_network_role" is not provided Log warning: The required parameter "port_vfw_int_protected_private_port_0_fixed_ips" is not provided Log warning: The required parameter "port_vfw_int_unprotected_private_port_0_vlan_requirements" is not provided Log warning: The required parameter "port_vfw_int_unprotected_private_port_0_fixed_ips" is not provided Log warning: The required parameter "port_vfw_int_unprotected_private_port_0_security_groups" is not provided Log warning: The required parameter "port_vfw_int_unprotected_private_port_0_order" is not provided Log warning: The required parameter "compute_vfw_user_data_format" is not provided Log warning: The required parameter "port_vfw_onap_private_port_0_related_networks" is not provided Log warning: The required parameter "port_vfw_int_unprotected_private_port_0_network" is not provided Log warning: The required parameter "port_vfw_int_protected_private_port_0_ip_requirements" is not provided Log warning: The required parameter "port_vfw_int_protected_private_port_0_security_groups" is not provided Log warning: The required parameter "port_vfw_onap_private_port_0_subnetpoolid" is not provided Log warning: The required parameter "port_vfw_onap_private_port_0_vlan_requirements" is not provided Log warning: The required parameter "port_vfw_onap_private_port_0_order" is not provided Log warning: The required parameter "compute_vfw_key_name" is not provided Log warning: The required parameter "port_vfw_int_protected_private_port_0_network_role_tag" is not provided Log warning: The required parameter "port_vfw_int_unprotected_private_port_0_subnetpoolid" is not provided Log warning: The required parameter "port_vfw_onap_private_port_0_ip_requirements" is not provided Log warning: The required parameter "port_vfw_int_unprotected_private_port_0_network_role" is not provided Log warning: The required parameter "port_vfw_int_unprotected_private_port_0_network_role_tag" is not provided Log warning: The required parameter "port_vfw_int_protected_private_port_0_related_networks" is not provided Log warning: The required parameter "compute_vfw_metadata" is not provided Log warning: The required parameter "port_vfw_onap_private_port_0_network" is not provided 2023-02-22T11:50:03.869Z|2fa1a940-0ae6-44a5-a401-00013ae650b9|pool-2-thread-2|||||DEBUG|500||CSAR conformance level is 11.0 2023-02-22T11:50:03.884Z|2fa1a940-0ae6-44a5-a401-00013ae650b9|pool-2-thread-2|||||WARN|500||#################################################################################################### 2023-02-22T11:50:03.885Z|2fa1a940-0ae6-44a5-a401-00013ae650b9|pool-2-thread-2|||||WARN|500||CSAR Warnings found! CSAR name - /app/ASDC/1/service-Vfw20230222114819-csar.csar 2023-02-22T11:50:03.885Z|2fa1a940-0ae6-44a5-a401-00013ae650b9|pool-2-thread-2|||||WARN|500||ToscaTemplate - verifyTemplate - 11 Parsing Warnings occurred... 2023-02-22T11:50:03.885Z|2fa1a940-0ae6-44a5-a401-00013ae650b9|pool-2-thread-2|||||WARN|500||JTosca Exception [JE003]: MissingRequiredFieldError: properties of template "abstract_vsn" are missing field(s): [nfc_function]. CSAR name - /app/ASDC/1/service-Vfw20230222114819-csar.csar 2023-02-22T11:50:03.885Z|2fa1a940-0ae6-44a5-a401-00013ae650b9|pool-2-thread-2|||||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-Vfw20230222114819-csar.csar 2023-02-22T11:50:03.886Z|2fa1a940-0ae6-44a5-a401-00013ae650b9|pool-2-thread-2|||||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-Vfw20230222114819-csar.csar 2023-02-22T11:50:03.886Z|2fa1a940-0ae6-44a5-a401-00013ae650b9|pool-2-thread-2|||||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-Vfw20230222114819-csar.csar 2023-02-22T11:50:03.886Z|2fa1a940-0ae6-44a5-a401-00013ae650b9|pool-2-thread-2|||||WARN|500||JTosca Exception [JE003]: MissingRequiredFieldError: properties of template "abstract_vfw" are missing field(s): [nfc_function]. CSAR name - /app/ASDC/1/service-Vfw20230222114819-csar.csar 2023-02-22T11:50:03.886Z|2fa1a940-0ae6-44a5-a401-00013ae650b9|pool-2-thread-2|||||WARN|500||JTosca Exception [JE003]: MissingRequiredFieldError: properties of template "abstract_vpg" are missing field(s): [nfc_function]. CSAR name - /app/ASDC/1/service-Vfw20230222114819-csar.csar 2023-02-22T11:50:03.886Z|2fa1a940-0ae6-44a5-a401-00013ae650b9|pool-2-thread-2|||||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-Vfw20230222114819-csar.csar 2023-02-22T11:50:03.886Z|2fa1a940-0ae6-44a5-a401-00013ae650b9|pool-2-thread-2|||||WARN|500||JTosca Exception [JE003]: MissingRequiredFieldError: properties of template "abstract_vsn" are missing field(s): [unit, type]. CSAR name - /app/ASDC/1/service-Vfw20230222114819-csar.csar 2023-02-22T11:50:03.887Z|2fa1a940-0ae6-44a5-a401-00013ae650b9|pool-2-thread-2|||||WARN|500||JTosca Exception [JE003]: MissingRequiredFieldError: properties of template "abstract_vfw" are missing field(s): [unit, type]. CSAR name - /app/ASDC/1/service-Vfw20230222114819-csar.csar 2023-02-22T11:50:03.887Z|2fa1a940-0ae6-44a5-a401-00013ae650b9|pool-2-thread-2|||||WARN|500||JTosca Exception [JE003]: MissingRequiredFieldError: properties of template "vFW 0e10f1fc-5dad 0" are missing field(s): [nf_function, nf_role, nf_naming_code, nf_type, min_instances, max_instances, sdnc_model_name, sdnc_model_version, sdnc_artifact_name]. CSAR name - /app/ASDC/1/service-Vfw20230222114819-csar.csar 2023-02-22T11:50:03.887Z|2fa1a940-0ae6-44a5-a401-00013ae650b9|pool-2-thread-2|||||WARN|500||JTosca Exception [JE003]: MissingRequiredFieldError: properties of template "abstract_vpg" are missing field(s): [unit, type]. CSAR name - /app/ASDC/1/service-Vfw20230222114819-csar.csar 2023-02-22T11:50:03.887Z|2fa1a940-0ae6-44a5-a401-00013ae650b9|pool-2-thread-2|||||WARN|500||#################################################################################################### 2023-02-22T11:50:03.888Z|2fa1a940-0ae6-44a5-a401-00013ae650b9|pool-2-thread-2|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive 2023-02-22T11:50:03.888Z|2fa1a940-0ae6-44a5-a401-00013ae650b9|pool-2-thread-2|||||DEBUG|500||Service vFW 2023-02-22 11-48-19 is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=SERVICE_PROXY, toscaType=null, uUID=null, customizationUUID=null 2023-02-22T11:50:03.889Z|2fa1a940-0ae6-44a5-a401-00013ae650b9|pool-2-thread-2|||||DEBUG|500||Node template vFW 0e10f1fc-5dad 0 is matching search criteria 2023-02-22T11:50:03.889Z|2fa1a940-0ae6-44a5-a401-00013ae650b9|pool-2-thread-2|||||DEBUG|500||Search for entities recursively 2023-02-22T11:50:03.889Z|2fa1a940-0ae6-44a5-a401-00013ae650b9|pool-2-thread-2|||||DEBUG|500||Found topology templates [vFW 0e10f1fc-5dad 0, abstract_vfw, abstract_vsn, abstract_vpg] matching following query criteria: sdcType=Service, customizationUUID=null 2023-02-22T11:50:03.890Z|2fa1a940-0ae6-44a5-a401-00013ae650b9|pool-2-thread-2|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive 2023-02-22T11:50:03.890Z|2fa1a940-0ae6-44a5-a401-00013ae650b9|pool-2-thread-2|||||DEBUG|500||Service vFW 2023-02-22 11-48-19 is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=CONFIGURATION, toscaType=null, uUID=null, customizationUUID=null 2023-02-22T11:50:03.890Z|2fa1a940-0ae6-44a5-a401-00013ae650b9|pool-2-thread-2|||||DEBUG|500||Node template vFW 0e10f1fc-5dad 0 is matching search criteria 2023-02-22T11:50:03.890Z|2fa1a940-0ae6-44a5-a401-00013ae650b9|pool-2-thread-2|||||DEBUG|500||Search for entities recursively 2023-02-22T11:50:03.890Z|2fa1a940-0ae6-44a5-a401-00013ae650b9|pool-2-thread-2|||||DEBUG|500||Found topology templates [vFW 0e10f1fc-5dad 0, abstract_vfw, abstract_vsn, abstract_vpg] matching following query criteria: sdcType=Service, customizationUUID=null 2023-02-22T11:50:03.891Z|2fa1a940-0ae6-44a5-a401-00013ae650b9|pool-2-thread-2|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive 2023-02-22T11:50:03.891Z|2fa1a940-0ae6-44a5-a401-00013ae650b9|pool-2-thread-2|||||DEBUG|500||Service vFW 2023-02-22 11-48-19 is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=VF, toscaType=null, uUID=null, customizationUUID=null 2023-02-22T11:50:03.891Z|2fa1a940-0ae6-44a5-a401-00013ae650b9|pool-2-thread-2|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive 2023-02-22T11:50:03.891Z|2fa1a940-0ae6-44a5-a401-00013ae650b9|pool-2-thread-2|||||DEBUG|500||Node template vFW 0e10f1fc-5dad 0 is not matching search criteria 2023-02-22T11:50:03.892Z|2fa1a940-0ae6-44a5-a401-00013ae650b9|pool-2-thread-2|||||DEBUG|500||Node template int_protected_private_network is not matching search criteria 2023-02-22T11:50:03.892Z|2fa1a940-0ae6-44a5-a401-00013ae650b9|pool-2-thread-2|||||DEBUG|500||Node template int_unprotected_private_network is not matching search criteria 2023-02-22T11:50:03.892Z|2fa1a940-0ae6-44a5-a401-00013ae650b9|pool-2-thread-2|||||DEBUG|500||Node template abstract_vfw is not matching search criteria 2023-02-22T11:50:03.892Z|2fa1a940-0ae6-44a5-a401-00013ae650b9|pool-2-thread-2|||||DEBUG|500||Node template vfw_vfw_onap_private_port_0 is not matching search criteria 2023-02-22T11:50:03.893Z|2fa1a940-0ae6-44a5-a401-00013ae650b9|pool-2-thread-2|||||DEBUG|500||Node template vfw_vfw_int_protected_private_port_0 is not matching search criteria 2023-02-22T11:50:03.893Z|2fa1a940-0ae6-44a5-a401-00013ae650b9|pool-2-thread-2|||||DEBUG|500||Node template vfw_vfw_int_unprotected_private_port_0 is not matching search criteria 2023-02-22T11:50:03.893Z|2fa1a940-0ae6-44a5-a401-00013ae650b9|pool-2-thread-2|||||DEBUG|500||Node template vfw is not matching search criteria 2023-02-22T11:50:03.893Z|2fa1a940-0ae6-44a5-a401-00013ae650b9|pool-2-thread-2|||||DEBUG|500||Node template abstract_vsn is not matching search criteria 2023-02-22T11:50:03.893Z|2fa1a940-0ae6-44a5-a401-00013ae650b9|pool-2-thread-2|||||DEBUG|500||Node template vsn is not matching search criteria 2023-02-22T11:50:03.894Z|2fa1a940-0ae6-44a5-a401-00013ae650b9|pool-2-thread-2|||||DEBUG|500||Node template vsn_vsn_int_protected_private_port_0 is not matching search criteria 2023-02-22T11:50:03.894Z|2fa1a940-0ae6-44a5-a401-00013ae650b9|pool-2-thread-2|||||DEBUG|500||Node template vsn_vsn_onap_private_port_0 is not matching search criteria 2023-02-22T11:50:03.894Z|2fa1a940-0ae6-44a5-a401-00013ae650b9|pool-2-thread-2|||||DEBUG|500||Node template abstract_vpg is not matching search criteria 2023-02-22T11:50:03.894Z|2fa1a940-0ae6-44a5-a401-00013ae650b9|pool-2-thread-2|||||DEBUG|500||Node template vpg_vpg_onap_private_port_0 is not matching search criteria 2023-02-22T11:50:03.894Z|2fa1a940-0ae6-44a5-a401-00013ae650b9|pool-2-thread-2|||||DEBUG|500||Node template vpg is not matching search criteria 2023-02-22T11:50:03.895Z|2fa1a940-0ae6-44a5-a401-00013ae650b9|pool-2-thread-2|||||DEBUG|500||Node template vpg_vpg_int_unprotected_private_port_0 is not matching search criteria 2023-02-22T11:50:03.895Z|2fa1a940-0ae6-44a5-a401-00013ae650b9|pool-2-thread-2|||||DEBUG|500||Found topology templates [] matching following query criteria: sdcType=VF, customizationUUID=customizationUUID 2023-02-22T11:50:03.895Z|2fa1a940-0ae6-44a5-a401-00013ae650b9|pool-2-thread-2|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive 2023-02-22T11:50:03.895Z|2fa1a940-0ae6-44a5-a401-00013ae650b9|pool-2-thread-2|||||DEBUG|500||Service vFW 2023-02-22 11-48-19 is searched for EntityType=GROUP, nodeTemplateType=null, toscaType=org.openecomp.groups.VfModule, uUID=null, customizationUUID=null 2023-02-22T11:50:03.896Z|2fa1a940-0ae6-44a5-a401-00013ae650b9|pool-2-thread-2|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive 2023-02-22T11:50:03.896Z|2fa1a940-0ae6-44a5-a401-00013ae650b9|pool-2-thread-2|||||DEBUG|500||Node template vFW 0e10f1fc-5dad 0 is matching search criteria 2023-02-22T11:50:03.896Z|2fa1a940-0ae6-44a5-a401-00013ae650b9|pool-2-thread-2|||||DEBUG|500||Found topology templates [vFW 0e10f1fc-5dad 0] matching following query criteria: sdcType=VF, customizationUUID=null 2023-02-22T11:50:03.896Z|2fa1a940-0ae6-44a5-a401-00013ae650b9|pool-2-thread-2|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive 2023-02-22T11:50:03.897Z|2fa1a940-0ae6-44a5-a401-00013ae650b9|pool-2-thread-2|||||DEBUG|500||Node template vFW 0e10f1fc-5dad 0 is matching search criteria 2023-02-22T11:50:03.897Z|2fa1a940-0ae6-44a5-a401-00013ae650b9|pool-2-thread-2|||||DEBUG|500||Found topology templates [vFW 0e10f1fc-5dad 0] matching following query criteria: sdcType=VF, customizationUUID=null 2023-02-22T11:50:03.897Z|2fa1a940-0ae6-44a5-a401-00013ae650b9|pool-2-thread-2|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive 2023-02-22T11:50:03.897Z|2fa1a940-0ae6-44a5-a401-00013ae650b9|pool-2-thread-2|||||DEBUG|500||Node template vFW 0e10f1fc-5dad 0 is matching search criteria 2023-02-22T11:50:03.899Z|2fa1a940-0ae6-44a5-a401-00013ae650b9|pool-2-thread-2|||||DEBUG|500||Found topology templates [vFW 0e10f1fc-5dad 0] matching following query criteria: sdcType=VF, customizationUUID=null 2023-02-22T11:50:03.900Z|2fa1a940-0ae6-44a5-a401-00013ae650b9|pool-2-thread-2|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive 2023-02-22T11:50:03.900Z|2fa1a940-0ae6-44a5-a401-00013ae650b9|pool-2-thread-2|||||DEBUG|500||Node template vFW 0e10f1fc-5dad 0 is not matching search criteria 2023-02-22T11:50:03.900Z|2fa1a940-0ae6-44a5-a401-00013ae650b9|pool-2-thread-2|||||DEBUG|500||Node template int_protected_private_network is not matching search criteria 2023-02-22T11:50:03.901Z|2fa1a940-0ae6-44a5-a401-00013ae650b9|pool-2-thread-2|||||DEBUG|500||Node template int_unprotected_private_network is not matching search criteria 2023-02-22T11:50:03.901Z|2fa1a940-0ae6-44a5-a401-00013ae650b9|pool-2-thread-2|||||DEBUG|500||Node template abstract_vfw is matching search criteria 2023-02-22T11:50:03.901Z|2fa1a940-0ae6-44a5-a401-00013ae650b9|pool-2-thread-2|||||DEBUG|500||Node template abstract_vsn is not matching search criteria 2023-02-22T11:50:03.901Z|2fa1a940-0ae6-44a5-a401-00013ae650b9|pool-2-thread-2|||||DEBUG|500||Node template vsn is not matching search criteria 2023-02-22T11:50:03.902Z|2fa1a940-0ae6-44a5-a401-00013ae650b9|pool-2-thread-2|||||DEBUG|500||Node template vsn_vsn_int_protected_private_port_0 is not matching search criteria 2023-02-22T11:50:03.902Z|2fa1a940-0ae6-44a5-a401-00013ae650b9|pool-2-thread-2|||||DEBUG|500||Node template vsn_vsn_onap_private_port_0 is not matching search criteria 2023-02-22T11:50:03.902Z|2fa1a940-0ae6-44a5-a401-00013ae650b9|pool-2-thread-2|||||DEBUG|500||Node template abstract_vpg is not matching search criteria 2023-02-22T11:50:03.903Z|2fa1a940-0ae6-44a5-a401-00013ae650b9|pool-2-thread-2|||||DEBUG|500||Node template vpg_vpg_onap_private_port_0 is not matching search criteria 2023-02-22T11:50:03.903Z|2fa1a940-0ae6-44a5-a401-00013ae650b9|pool-2-thread-2|||||DEBUG|500||Node template vpg is not matching search criteria 2023-02-22T11:50:03.903Z|2fa1a940-0ae6-44a5-a401-00013ae650b9|pool-2-thread-2|||||DEBUG|500||Node template vpg_vpg_int_unprotected_private_port_0 is not matching search criteria 2023-02-22T11:50:03.903Z|2fa1a940-0ae6-44a5-a401-00013ae650b9|pool-2-thread-2|||||DEBUG|500||Found topology templates [abstract_vfw] matching following query criteria: sdcType=CVFC, customizationUUID=a89e0e01-a9a6-4bfa-8055-940329a8744d 2023-02-22T11:50:03.904Z|2fa1a940-0ae6-44a5-a401-00013ae650b9|pool-2-thread-2|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive 2023-02-22T11:50:03.904Z|2fa1a940-0ae6-44a5-a401-00013ae650b9|pool-2-thread-2|||||DEBUG|500||Node template vFW 0e10f1fc-5dad 0 is not matching search criteria 2023-02-22T11:50:03.904Z|2fa1a940-0ae6-44a5-a401-00013ae650b9|pool-2-thread-2|||||DEBUG|500||Node template int_protected_private_network is not matching search criteria 2023-02-22T11:50:03.904Z|2fa1a940-0ae6-44a5-a401-00013ae650b9|pool-2-thread-2|||||DEBUG|500||Node template int_unprotected_private_network is not matching search criteria 2023-02-22T11:50:03.905Z|2fa1a940-0ae6-44a5-a401-00013ae650b9|pool-2-thread-2|||||DEBUG|500||Node template abstract_vfw is not matching search criteria 2023-02-22T11:50:03.905Z|2fa1a940-0ae6-44a5-a401-00013ae650b9|pool-2-thread-2|||||DEBUG|500||Node template vfw_vfw_onap_private_port_0 is not matching search criteria 2023-02-22T11:50:03.905Z|2fa1a940-0ae6-44a5-a401-00013ae650b9|pool-2-thread-2|||||DEBUG|500||Node template vfw_vfw_int_protected_private_port_0 is not matching search criteria 2023-02-22T11:50:03.905Z|2fa1a940-0ae6-44a5-a401-00013ae650b9|pool-2-thread-2|||||DEBUG|500||Node template vfw_vfw_int_unprotected_private_port_0 is not matching search criteria 2023-02-22T11:50:03.905Z|2fa1a940-0ae6-44a5-a401-00013ae650b9|pool-2-thread-2|||||DEBUG|500||Node template vfw is not matching search criteria 2023-02-22T11:50:03.906Z|2fa1a940-0ae6-44a5-a401-00013ae650b9|pool-2-thread-2|||||DEBUG|500||Node template abstract_vsn is matching search criteria 2023-02-22T11:50:03.906Z|2fa1a940-0ae6-44a5-a401-00013ae650b9|pool-2-thread-2|||||DEBUG|500||Node template abstract_vpg is not matching search criteria 2023-02-22T11:50:03.906Z|2fa1a940-0ae6-44a5-a401-00013ae650b9|pool-2-thread-2|||||DEBUG|500||Node template vpg_vpg_onap_private_port_0 is not matching search criteria 2023-02-22T11:50:03.906Z|2fa1a940-0ae6-44a5-a401-00013ae650b9|pool-2-thread-2|||||DEBUG|500||Node template vpg is not matching search criteria 2023-02-22T11:50:03.906Z|2fa1a940-0ae6-44a5-a401-00013ae650b9|pool-2-thread-2|||||DEBUG|500||Node template vpg_vpg_int_unprotected_private_port_0 is not matching search criteria 2023-02-22T11:50:03.907Z|2fa1a940-0ae6-44a5-a401-00013ae650b9|pool-2-thread-2|||||DEBUG|500||Found topology templates [abstract_vsn] matching following query criteria: sdcType=CVFC, customizationUUID=9a893e4b-9cd9-43b3-9926-999ea123c011 2023-02-22T11:50:03.907Z|2fa1a940-0ae6-44a5-a401-00013ae650b9|pool-2-thread-2|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive 2023-02-22T11:50:03.907Z|2fa1a940-0ae6-44a5-a401-00013ae650b9|pool-2-thread-2|||||DEBUG|500||Node template vFW 0e10f1fc-5dad 0 is not matching search criteria 2023-02-22T11:50:03.907Z|2fa1a940-0ae6-44a5-a401-00013ae650b9|pool-2-thread-2|||||DEBUG|500||Node template int_protected_private_network is not matching search criteria 2023-02-22T11:50:03.907Z|2fa1a940-0ae6-44a5-a401-00013ae650b9|pool-2-thread-2|||||DEBUG|500||Node template int_unprotected_private_network is not matching search criteria 2023-02-22T11:50:03.908Z|2fa1a940-0ae6-44a5-a401-00013ae650b9|pool-2-thread-2|||||DEBUG|500||Node template abstract_vfw is not matching search criteria 2023-02-22T11:50:03.908Z|2fa1a940-0ae6-44a5-a401-00013ae650b9|pool-2-thread-2|||||DEBUG|500||Node template vfw_vfw_onap_private_port_0 is not matching search criteria 2023-02-22T11:50:03.908Z|2fa1a940-0ae6-44a5-a401-00013ae650b9|pool-2-thread-2|||||DEBUG|500||Node template vfw_vfw_int_protected_private_port_0 is not matching search criteria 2023-02-22T11:50:03.908Z|2fa1a940-0ae6-44a5-a401-00013ae650b9|pool-2-thread-2|||||DEBUG|500||Node template vfw_vfw_int_unprotected_private_port_0 is not matching search criteria 2023-02-22T11:50:03.908Z|2fa1a940-0ae6-44a5-a401-00013ae650b9|pool-2-thread-2|||||DEBUG|500||Node template vfw is not matching search criteria 2023-02-22T11:50:03.909Z|2fa1a940-0ae6-44a5-a401-00013ae650b9|pool-2-thread-2|||||DEBUG|500||Node template abstract_vsn is not matching search criteria 2023-02-22T11:50:03.909Z|2fa1a940-0ae6-44a5-a401-00013ae650b9|pool-2-thread-2|||||DEBUG|500||Node template vsn is not matching search criteria 2023-02-22T11:50:03.909Z|2fa1a940-0ae6-44a5-a401-00013ae650b9|pool-2-thread-2|||||DEBUG|500||Node template vsn_vsn_int_protected_private_port_0 is not matching search criteria 2023-02-22T11:50:03.909Z|2fa1a940-0ae6-44a5-a401-00013ae650b9|pool-2-thread-2|||||DEBUG|500||Node template vsn_vsn_onap_private_port_0 is not matching search criteria 2023-02-22T11:50:03.909Z|2fa1a940-0ae6-44a5-a401-00013ae650b9|pool-2-thread-2|||||DEBUG|500||Node template abstract_vpg is matching search criteria 2023-02-22T11:50:03.910Z|2fa1a940-0ae6-44a5-a401-00013ae650b9|pool-2-thread-2|||||DEBUG|500||Found topology templates [abstract_vpg] matching following query criteria: sdcType=CVFC, customizationUUID=39795716-eb9f-40bf-8c8b-68d1b712ce6d 2023-02-22T11:50:03.910Z|2fa1a940-0ae6-44a5-a401-00013ae650b9|pool-2-thread-2|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive 2023-02-22T11:50:03.910Z|2fa1a940-0ae6-44a5-a401-00013ae650b9|pool-2-thread-2|||||DEBUG|500||Service vFW 2023-02-22 11-48-19 is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=VL, toscaType=null, uUID=null, customizationUUID=null 2023-02-22T11:50:03.910Z|2fa1a940-0ae6-44a5-a401-00013ae650b9|pool-2-thread-2|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive 2023-02-22T11:50:03.911Z|2fa1a940-0ae6-44a5-a401-00013ae650b9|pool-2-thread-2|||||DEBUG|500||Service vFW 2023-02-22 11-48-19 is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=CR, toscaType=null, uUID=null, customizationUUID=null 2023-02-22T11:50:03.911Z|2fa1a940-0ae6-44a5-a401-00013ae650b9|pool-2-thread-2|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive 2023-02-22T11:50:03.911Z|2fa1a940-0ae6-44a5-a401-00013ae650b9|pool-2-thread-2|||||DEBUG|500||Service vFW 2023-02-22 11-48-19 is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=VF, toscaType=null, uUID=null, customizationUUID=null 2023-02-22T11:50:03.911Z|2fa1a940-0ae6-44a5-a401-00013ae650b9|pool-2-thread-2|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive 2023-02-22T11:50:03.911Z|2fa1a940-0ae6-44a5-a401-00013ae650b9|pool-2-thread-2|||||DEBUG|500||Service vFW 2023-02-22 11-48-19 is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=PNF, toscaType=null, uUID=null, customizationUUID=null 2023-02-22T11:50:03.912Z|2fa1a940-0ae6-44a5-a401-00013ae650b9|pool-2-thread-2|||||DEBUG|500||CSAR Notification: Service Level Properties: Name:vFW 2023-02-22 11-48-19 Description:catalog service description Model UUID:62b2b94d-ecd9-4e8a-a793-31a8703b59ee Model Version:NULL Model InvariantUuid:991a7e29-0ff2-4841-ad8f-b5c455e66d56 Service Type: Service Role: WorkLoad Context:Production Environment Context:General_Revenue-Bearing VNF Properties: Model Name:vFW 0e10f1fc-5dad Model UUID:f247075c-5175-402e-a604-86cf528cd51a Description:vendor software product Version:1.0 Type:VF Category:Generic InvariantUuid:c201a657-8beb-4af6-afd0-32c9edab5287 Max Instances:null Min Instances:null VNF Customization Properties: Customization UUID:18535830-a3bf-4c62-ac58-852bf37bcdcb NFFunction:null NFCode:null NFRole:null NFType:null MultiStageDesign:false VF Module Properties: ModelInvariantUuid:24666f36-43e1-4b7f-bfed-5407673f6cfa ModelName:Vfw0e10f1fc5dad..base_vfw..module-0 ModelUuid:ed73583e-e179-4f31-b4c2-63d6242b06f9 ModelVersion:1 Description:NULL VF Module Customization Properties: Model Customization UUID:NULL CVNFC Properties: ModelCustomizationUuid:a89e0e01-a9a6-4bfa-8055-940329a8744d ModelInvariantUuid:df96ab74-03c0-45ee-bb19-b1b5b0682e64 ModelName:vFW 0e10f1fc-5dad-nodes.vfwCvfc ModelUuid:d6bf469a-0ecf-4247-a108-8e4eb0ca1092 ModelVersion:1.0 Description:Complex node type that is used as nested type in VF Template Name:abstract_vfw VNFC Properties: ModelCustomizationUuid:a34636c0-6884-4315-b879-8efaf59b2e2c ModelInvariantUuid:9aef8eda-2f82-49d9-a166-7ccb59731fc9 ModelName:Vfw0e10f1fc5dad.compute.nodes.heat.vfw ModelUuid:c6c4a0c9-3aba-48a4-89f9-62e028abc7f0 ModelVersion:1.0 Description:Not reusable inner VFC Sub Category:Abstract CVNFC Properties: ModelCustomizationUuid:9a893e4b-9cd9-43b3-9926-999ea123c011 ModelInvariantUuid:59a7a651-acb8-47b9-a4ce-871e58c4ec75 ModelName:vFW 0e10f1fc-5dad-nodes.vsnCvfc ModelUuid:07217fdb-5051-4d25-821f-8b80447f410b ModelVersion:1.0 Description:Complex node type that is used as nested type in VF Template Name:abstract_vsn VNFC Properties: ModelCustomizationUuid:75deb7dd-573d-4a5d-afa2-58f48a349ab5 ModelInvariantUuid:78ea59c1-d7d0-45b6-9e2a-7216ab674ab9 ModelName:Vfw0e10f1fc5dad.compute.nodes.heat.vsn ModelUuid:b0a6d458-36e5-4b48-8893-5d6adc3832e4 ModelVersion:1.0 Description:Not reusable inner VFC Sub Category:Abstract CVNFC Properties: ModelCustomizationUuid:39795716-eb9f-40bf-8c8b-68d1b712ce6d ModelInvariantUuid:7ef45706-7307-422c-81a8-7b6825c9695d ModelName:vFW 0e10f1fc-5dad-nodes.vpgCvfc ModelUuid:27c93124-df62-4c64-a41c-8ad9835ace78 ModelVersion:1.0 Description:Complex node type that is used as nested type in VF Template Name:abstract_vpg VNFC Properties: ModelCustomizationUuid:97777975-3433-478d-ad54-84bba7fd3aae ModelInvariantUuid:255b041a-7f9e-4e28-b488-d9c1e9ca72f5 ModelName:Vfw0e10f1fc5dad.compute.nodes.heat.vpg ModelUuid:ef32011c-5559-4d25-b6b5-51f3f2dc7a70 ModelVersion:1.0 Description:Not reusable inner VFC Sub Category:Abstract VF Allotted Resource Properties: PNF Allotted Resource Properties: Hibernate: select toscacsar0_.ARTIFACT_UUID as artifact1_57_0_, toscacsar0_.ARTIFACT_CHECKSUM as artifact2_57_0_, toscacsar0_.CREATION_TIMESTAMP as creation3_57_0_, toscacsar0_.DESCRIPTION as descript4_57_0_, toscacsar0_.NAME as name5_57_0_, toscacsar0_.URL as url6_57_0_, toscacsar0_.Version as version7_57_0_ from tosca_csar toscacsar0_ where toscacsar0_.ARTIFACT_UUID=? 2023-02-22T11:50:03.921Z|2fa1a940-0ae6-44a5-a401-00013ae650b9|pool-2-thread-2|||||INFO|500||Processing Resource Type: VF, Model UUID: ebda5601-10ff-4e7f-addf-33ba6faa1fb2 Hibernate: select service0_.MODEL_UUID as model_uu1_50_, service0_.CDS_BLUEPRINT_NAME as cds_blue2_50_, service0_.CDS_BLUEPRINT_VERSION as cds_blue3_50_, service0_.SERVICE_CATEGORY as service_4_50_, service0_.CONTROLLER_ACTOR as controll5_50_, service0_.CREATION_TIMESTAMP as creation6_50_, service0_.TOSCA_CSAR_ARTIFACT_UUID as tosca_c21_50_, service0_.DESCRIPTION as descript7_50_, service0_.OVERALL_DISTRIBUTION_STATUS as overall_8_50_, service0_.ENVIRONMENT_CONTEXT as environm9_50_, service0_.MODEL_INVARIANT_UUID as model_i10_50_, service0_.MODEL_NAME as model_n11_50_, service0_.MODEL_VERSION as model_v12_50_, service0_.NAMING_POLICY as naming_13_50_, service0_.ONAP_GENERATED_NAMING as onap_ge14_50_, service0_.RESOURCE_ORDER as resourc15_50_, service0_.SERVICE_FUNCTION as service16_50_, service0_.SERVICE_ROLE as service17_50_, service0_.SERVICE_TYPE as service18_50_, service0_.SKIP_POST_INSTANTIATION_CONFIGURATION as skip_po19_50_, service0_.WORKLOAD_CONTEXT as workloa20_50_ from service service0_ where service0_.MODEL_UUID=? 2023-02-22T11:50:03.926Z|2fa1a940-0ae6-44a5-a401-00013ae650b9|pool-2-thread-2|||||INFO|500||vFW 0e10f1fc-5dad 0 2023-02-22T11:50:03.926Z|2fa1a940-0ae6-44a5-a401-00013ae650b9|pool-2-thread-2|||||DEBUG|500||Processing Resource Type: VF and Model UUID: ebda5601-10ff-4e7f-addf-33ba6faa1fb2 2023-02-22T11:50:03.926Z|2fa1a940-0ae6-44a5-a401-00013ae650b9|pool-2-thread-2|||||INFO|500||Trying to download the artifact UUID: 025fed9b-6207-4579-a71e-858b8c74fd55 from URL: /sdc/v1/catalog/services/Vfw20230222114819/1.0/resourceInstances/vfw0e10f1fc5dad0/artifacts/vfw0e10f1fc5dad0_modules.json 2023-02-22T11:50:03.927Z|2fa1a940-0ae6-44a5-a401-00013ae650b9|pool-2-thread-2|||||INFO|500||DistributionClient - download 2023-02-22T11:50:03.927Z|2fa1a940-0ae6-44a5-a401-00013ae650b9|pool-2-thread-2|||||DEBUG|500||url to send https://sdc-be.onap:8443/sdc/v1/catalog/services/Vfw20230222114819/1.0/resourceInstances/vfw0e10f1fc5dad0/artifacts/vfw0e10f1fc5dad0_modules.json 2023-02-22T11:50:04.004Z|2fa1a940-0ae6-44a5-a401-00013ae650b9|pool-2-thread-2|||||DEBUG|500||GET Response Status 200 2023-02-22T11:50:04.005Z|2fa1a940-0ae6-44a5-a401-00013ae650b9|pool-2-thread-2|||||INFO|500||ASDC_ARTIFACT_DOWNLOAD_SUC /sdc/v1/catalog/services/Vfw20230222114819/1.0/resourceInstances/vfw0e10f1fc5dad0/artifacts/vfw0e10f1fc5dad0_modules.json 025fed9b-6207-4579-a71e-858b8c74fd55 785 2023-02-22T11:50:04.005Z|2fa1a940-0ae6-44a5-a401-00013ae650b9|pool-2-thread-2|||||INFO|500||ASDC_SEND_NOTIF_ASDC DOWNLOAD DOWNLOAD_OK /sdc/v1/catalog/services/Vfw20230222114819/1.0/resourceInstances/vfw0e10f1fc5dad0/artifacts/vfw0e10f1fc5dad0_modules.json ASDC sendASDCNotification 2023-02-22T11:50:04.005Z|2fa1a940-0ae6-44a5-a401-00013ae650b9|pool-2-thread-2|||||DEBUG|500||Sending DOWNLOAD(DOWNLOAD_OK) notification to ASDC for artifact:/sdc/v1/catalog/services/Vfw20230222114819/1.0/resourceInstances/vfw0e10f1fc5dad0/artifacts/vfw0e10f1fc5dad0_modules.json 2023-02-22T11:50:04.005Z|2fa1a940-0ae6-44a5-a401-00013ae650b9|pool-2-thread-2|||||INFO|500||DistributionClient - sendDownloadStatus 2023-02-22T11:50:04.006Z|2fa1a940-0ae6-44a5-a401-00013ae650b9|pool-2-thread-2|||||INFO|500||DistributionClient - sendStatus 2023-02-22T11:50:04.007Z|2fa1a940-0ae6-44a5-a401-00013ae650b9|pool-2-thread-2|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap] 2023-02-22T11:50:04.007Z|2fa1a940-0ae6-44a5-a401-00013ae650b9|pool-2-thread-2|||||DEBUG|500||try to send status { "distributionID": "2fa1a940-0ae6-44a5-a401-00013ae650b9", "consumerID": "SO-COpenSource-Env11", "timestamp": 1677066604005, "artifactURL": "/sdc/v1/catalog/services/Vfw20230222114819/1.0/resourceInstances/vfw0e10f1fc5dad0/artifacts/vfw0e10f1fc5dad0_modules.json", "status": "DOWNLOAD_OK" } 2023-02-22T11:50:04.108Z||pool-27-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms 2023-02-22T11:50:04.109Z||pool-27-thread-1|||||WARN|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO will send credentials over a clear channel. 2023-02-22T11:50:04.109Z||pool-27-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as sXwXLxdJNt84opGN) ... 2023-02-22T11:50:04.127Z||pool-27-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK 2023-02-22T11:50:04.130Z||pool-27-thread-1|||||INFO|500||cambria reply ok (22 ms):{"serverTimeMs":1,"count":1} 2023-02-22T11:50:05.008Z|2fa1a940-0ae6-44a5-a401-00013ae650b9|pool-2-thread-2|||||DEBUG|500||VF_MODULE_ARTIFACT: [ { "vfModuleModelName": "Vfw0e10f1fc5dad..base_vfw..module-0", "vfModuleModelInvariantUUID": "24666f36-43e1-4b7f-bfed-5407673f6cfa", "vfModuleModelVersion": "1", "vfModuleModelUUID": "ed73583e-e179-4f31-b4c2-63d6242b06f9", "vfModuleModelCustomizationUUID": "dae351ea-80e5-4d45-9e91-76132984e5c3", "isBase": true, "artifacts": [ "642964f1-b73e-40b1-8d55-b21a5557b326", "8341aac0-f0cd-4d60-ab52-352f8e74d168" ], "properties": { "min_vf_module_instances": "1", "vf_module_label": "base_vfw", "max_vf_module_instances": "1", "vfc_list": "", "vf_module_type": "Base", "vf_module_description": "", "initial_count": "1", "volume_group": "false", "availability_zone_count": "" } } ] 2023-02-22T11:50:05.013Z|2fa1a940-0ae6-44a5-a401-00013ae650b9|pool-2-thread-2|||||DEBUG|500||VfModuleMetaData List: { VfModuleMetaData: VfModuleModelName:Vfw0e10f1fc5dad..base_vfw..module-0 VfModuleModelVersion:1 VfModuleModelUUID:ed73583e-e179-4f31-b4c2-63d6242b06f9 VfModuleModelInvariantUUID:24666f36-43e1-4b7f-bfed-5407673f6cfa VfModuleModelDescription:NULL Artifacts UUID List:{ 642964f1-b73e-40b1-8d55-b21a5557b326 , 8341aac0-f0cd-4d60-ab52-352f8e74d168 } Properties List:{ min_vf_module_instances : 1 vf_module_label : base_vfw max_vf_module_instances : 1 vfc_list : vf_module_type : Base vf_module_description : initial_count : 1 volume_group : false availability_zone_count : } isBase:true } 2023-02-22T11:50:05.015Z|2fa1a940-0ae6-44a5-a401-00013ae650b9|pool-2-thread-2|||||DEBUG|500||VF_MODULE_ARTIFACT: [ { "vfModuleModelName": "Vfw0e10f1fc5dad..base_vfw..module-0", "vfModuleModelInvariantUUID": "24666f36-43e1-4b7f-bfed-5407673f6cfa", "vfModuleModelVersion": "1", "vfModuleModelUUID": "ed73583e-e179-4f31-b4c2-63d6242b06f9", "vfModuleModelCustomizationUUID": "dae351ea-80e5-4d45-9e91-76132984e5c3", "isBase": true, "artifacts": [ "642964f1-b73e-40b1-8d55-b21a5557b326", "8341aac0-f0cd-4d60-ab52-352f8e74d168" ], "properties": { "min_vf_module_instances": "1", "vf_module_label": "base_vfw", "max_vf_module_instances": "1", "vfc_list": "", "vf_module_type": "Base", "vf_module_description": "", "initial_count": "1", "volume_group": "false", "availability_zone_count": "" } } ] 2023-02-22T11:50:05.015Z|2fa1a940-0ae6-44a5-a401-00013ae650b9|pool-2-thread-2|||||DEBUG|500||VfModuleMetaData List: { VfModuleMetaData: VfModuleModelName:Vfw0e10f1fc5dad..base_vfw..module-0 VfModuleModelVersion:1 VfModuleModelUUID:ed73583e-e179-4f31-b4c2-63d6242b06f9 VfModuleModelInvariantUUID:24666f36-43e1-4b7f-bfed-5407673f6cfa VfModuleModelDescription:NULL Artifacts UUID List:{ 642964f1-b73e-40b1-8d55-b21a5557b326 , 8341aac0-f0cd-4d60-ab52-352f8e74d168 } Properties List:{ min_vf_module_instances : 1 vf_module_label : base_vfw max_vf_module_instances : 1 vfc_list : vf_module_type : Base vf_module_description : initial_count : 1 volume_group : false availability_zone_count : } isBase:true } 2023-02-22T11:50:05.015Z|2fa1a940-0ae6-44a5-a401-00013ae650b9|pool-2-thread-2|||||INFO|500||Trying to download the artifact UUID: 642964f1-b73e-40b1-8d55-b21a5557b326 from URL: /sdc/v1/catalog/services/Vfw20230222114819/1.0/resourceInstances/vfw0e10f1fc5dad0/artifacts/base_vfw.yaml 2023-02-22T11:50:05.016Z|2fa1a940-0ae6-44a5-a401-00013ae650b9|pool-2-thread-2|||||INFO|500||DistributionClient - download 2023-02-22T11:50:05.016Z|2fa1a940-0ae6-44a5-a401-00013ae650b9|pool-2-thread-2|||||DEBUG|500||url to send https://sdc-be.onap:8443/sdc/v1/catalog/services/Vfw20230222114819/1.0/resourceInstances/vfw0e10f1fc5dad0/artifacts/base_vfw.yaml 2023-02-22T11:50:05.091Z|2fa1a940-0ae6-44a5-a401-00013ae650b9|pool-2-thread-2|||||DEBUG|500||GET Response Status 200 2023-02-22T11:50:05.092Z|2fa1a940-0ae6-44a5-a401-00013ae650b9|pool-2-thread-2|||||INFO|500||ASDC_ARTIFACT_DOWNLOAD_SUC /sdc/v1/catalog/services/Vfw20230222114819/1.0/resourceInstances/vfw0e10f1fc5dad0/artifacts/base_vfw.yaml 642964f1-b73e-40b1-8d55-b21a5557b326 20368 2023-02-22T11:50:05.092Z|2fa1a940-0ae6-44a5-a401-00013ae650b9|pool-2-thread-2|||||INFO|500||ASDC_SEND_NOTIF_ASDC DOWNLOAD DOWNLOAD_OK /sdc/v1/catalog/services/Vfw20230222114819/1.0/resourceInstances/vfw0e10f1fc5dad0/artifacts/base_vfw.yaml ASDC sendASDCNotification 2023-02-22T11:50:05.092Z|2fa1a940-0ae6-44a5-a401-00013ae650b9|pool-2-thread-2|||||DEBUG|500||Sending DOWNLOAD(DOWNLOAD_OK) notification to ASDC for artifact:/sdc/v1/catalog/services/Vfw20230222114819/1.0/resourceInstances/vfw0e10f1fc5dad0/artifacts/base_vfw.yaml 2023-02-22T11:50:05.093Z|2fa1a940-0ae6-44a5-a401-00013ae650b9|pool-2-thread-2|||||INFO|500||DistributionClient - sendDownloadStatus 2023-02-22T11:50:05.093Z|2fa1a940-0ae6-44a5-a401-00013ae650b9|pool-2-thread-2|||||INFO|500||DistributionClient - sendStatus 2023-02-22T11:50:05.094Z|2fa1a940-0ae6-44a5-a401-00013ae650b9|pool-2-thread-2|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap] 2023-02-22T11:50:05.095Z|2fa1a940-0ae6-44a5-a401-00013ae650b9|pool-2-thread-2|||||DEBUG|500||try to send status { "distributionID": "2fa1a940-0ae6-44a5-a401-00013ae650b9", "consumerID": "SO-COpenSource-Env11", "timestamp": 1677066605092, "artifactURL": "/sdc/v1/catalog/services/Vfw20230222114819/1.0/resourceInstances/vfw0e10f1fc5dad0/artifacts/base_vfw.yaml", "status": "DOWNLOAD_OK" } 2023-02-22T11:50:05.195Z||pool-28-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms 2023-02-22T11:50:05.197Z||pool-28-thread-1|||||WARN|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO will send credentials over a clear channel. 2023-02-22T11:50:05.197Z||pool-28-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as sXwXLxdJNt84opGN) ... 2023-02-22T11:50:05.225Z||pool-28-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK 2023-02-22T11:50:05.226Z||pool-28-thread-1|||||INFO|500||cambria reply ok (31 ms):{"serverTimeMs":0,"count":1} 2023-02-22T11:50:06.095Z|2fa1a940-0ae6-44a5-a401-00013ae650b9|pool-2-thread-2|||||INFO|500||Trying to download the artifact UUID: 8341aac0-f0cd-4d60-ab52-352f8e74d168 from URL: /sdc/v1/catalog/services/Vfw20230222114819/1.0/resourceInstances/vfw0e10f1fc5dad0/artifacts/base_vfw.env 2023-02-22T11:50:06.095Z|2fa1a940-0ae6-44a5-a401-00013ae650b9|pool-2-thread-2|||||INFO|500||DistributionClient - download 2023-02-22T11:50:06.096Z|2fa1a940-0ae6-44a5-a401-00013ae650b9|pool-2-thread-2|||||DEBUG|500||url to send https://sdc-be.onap:8443/sdc/v1/catalog/services/Vfw20230222114819/1.0/resourceInstances/vfw0e10f1fc5dad0/artifacts/base_vfw.env 2023-02-22T11:50:06.160Z|2fa1a940-0ae6-44a5-a401-00013ae650b9|pool-2-thread-2|||||DEBUG|500||GET Response Status 200 2023-02-22T11:50:06.161Z|2fa1a940-0ae6-44a5-a401-00013ae650b9|pool-2-thread-2|||||INFO|500||ASDC_ARTIFACT_DOWNLOAD_SUC /sdc/v1/catalog/services/Vfw20230222114819/1.0/resourceInstances/vfw0e10f1fc5dad0/artifacts/base_vfw.env 8341aac0-f0cd-4d60-ab52-352f8e74d168 2098 2023-02-22T11:50:06.161Z|2fa1a940-0ae6-44a5-a401-00013ae650b9|pool-2-thread-2|||||INFO|500||ASDC_SEND_NOTIF_ASDC DOWNLOAD DOWNLOAD_OK /sdc/v1/catalog/services/Vfw20230222114819/1.0/resourceInstances/vfw0e10f1fc5dad0/artifacts/base_vfw.env ASDC sendASDCNotification 2023-02-22T11:50:06.161Z|2fa1a940-0ae6-44a5-a401-00013ae650b9|pool-2-thread-2|||||DEBUG|500||Sending DOWNLOAD(DOWNLOAD_OK) notification to ASDC for artifact:/sdc/v1/catalog/services/Vfw20230222114819/1.0/resourceInstances/vfw0e10f1fc5dad0/artifacts/base_vfw.env 2023-02-22T11:50:06.161Z|2fa1a940-0ae6-44a5-a401-00013ae650b9|pool-2-thread-2|||||INFO|500||DistributionClient - sendDownloadStatus 2023-02-22T11:50:06.162Z|2fa1a940-0ae6-44a5-a401-00013ae650b9|pool-2-thread-2|||||INFO|500||DistributionClient - sendStatus 2023-02-22T11:50:06.163Z|2fa1a940-0ae6-44a5-a401-00013ae650b9|pool-2-thread-2|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap] 2023-02-22T11:50:06.163Z|2fa1a940-0ae6-44a5-a401-00013ae650b9|pool-2-thread-2|||||DEBUG|500||try to send status { "distributionID": "2fa1a940-0ae6-44a5-a401-00013ae650b9", "consumerID": "SO-COpenSource-Env11", "timestamp": 1677066606161, "artifactURL": "/sdc/v1/catalog/services/Vfw20230222114819/1.0/resourceInstances/vfw0e10f1fc5dad0/artifacts/base_vfw.env", "status": "DOWNLOAD_OK" } 2023-02-22T11:50:06.264Z||pool-29-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms 2023-02-22T11:50:06.264Z||pool-29-thread-1|||||WARN|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO will send credentials over a clear channel. 2023-02-22T11:50:06.264Z||pool-29-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as sXwXLxdJNt84opGN) ... 2023-02-22T11:50:06.286Z||pool-29-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK 2023-02-22T11:50:06.287Z||pool-29-thread-1|||||INFO|500||cambria reply ok (23 ms):{"serverTimeMs":0,"count":1} 2023-02-22T11:50:07.164Z|2fa1a940-0ae6-44a5-a401-00013ae650b9|pool-2-thread-2|||||DEBUG|500||Preparing to deploy Service: 62b2b94d-ecd9-4e8a-a793-31a8703b59ee 2023-02-22T11:50:07.164Z|2fa1a940-0ae6-44a5-a401-00013ae650b9|pool-2-thread-2|||||INFO|500||ASDC_START_DEPLOY_ARTIFACT vFW 0e10f1fc-5dad 0 ebda5601-10ff-4e7f-addf-33ba6faa1fb2 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=? 2023-02-22T11:50:07.183Z|2fa1a940-0ae6-44a5-a401-00013ae650b9|pool-2-thread-2|||||DEBUG|500||serviceInputs: {} [org.onap.sdc.toscaparser.api.parameters.Input@5415b5c9, org.onap.sdc.toscaparser.api.parameters.Input@63dc6052, org.onap.sdc.toscaparser.api.parameters.Input@2ec443ce, org.onap.sdc.toscaparser.api.parameters.Input@4346ab42, org.onap.sdc.toscaparser.api.parameters.Input@3a84e51e] 2023-02-22T11:50:07.184Z|2fa1a940-0ae6-44a5-a401-00013ae650b9|pool-2-thread-2|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive 2023-02-22T11:50:07.185Z|2fa1a940-0ae6-44a5-a401-00013ae650b9|pool-2-thread-2|||||DEBUG|500||Service vFW 2023-02-22 11-48-19 is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=VF, toscaType=null, uUID=null, customizationUUID=null 2023-02-22T11:50:07.185Z|2fa1a940-0ae6-44a5-a401-00013ae650b9|pool-2-thread-2|||||DEBUG|500||VF Category is: Generic 2023-02-22T11:50:07.185Z|2fa1a940-0ae6-44a5-a401-00013ae650b9|pool-2-thread-2|||||DEBUG|500||VFCustomizationUUID= 18535830-a3bf-4c62-ac58-852bf37bcdcb 2023-02-22T11:50:07.185Z|2fa1a940-0ae6-44a5-a401-00013ae650b9|pool-2-thread-2|||||DEBUG|500||Checking if Notification VF ResourceCustomizationUUID: 18535830-a3bf-4c62-ac58-852bf37bcdcb matches Tosca VF Customization UUID: 18535830-a3bf-4c62-ac58-852bf37bcdcb 2023-02-22T11:50:07.186Z|2fa1a940-0ae6-44a5-a401-00013ae650b9|pool-2-thread-2|||||DEBUG|500||vfCustomizationUUID: 18535830-a3bf-4c62-ac58-852bf37bcdcb matches vfNotificationResource CustomizationUUID Hibernate: select vnfresourc0_.MODEL_UUID as model_uu1_64_, vnfresourc0_.AIC_VERSION_MAX as aic_vers2_64_, vnfresourc0_.AIC_VERSION_MIN as aic_vers3_64_, vnfresourc0_.RESOURCE_CATEGORY as resource4_64_, vnfresourc0_.CREATION_TIMESTAMP as creation5_64_, vnfresourc0_.DESCRIPTION as descript6_64_, vnfresourc0_.HEAT_TEMPLATE_ARTIFACT_UUID as heat_te13_64_, vnfresourc0_.MODEL_INVARIANT_UUID as model_in7_64_, vnfresourc0_.MODEL_NAME as model_na8_64_, vnfresourc0_.MODEL_VERSION as model_ve9_64_, vnfresourc0_.ORCHESTRATION_MODE as orchest10_64_, vnfresourc0_.RESOURCE_SUB_CATEGORY as resourc11_64_, vnfresourc0_.TOSCA_NODE_TYPE as tosca_n12_64_ from vnf_resource vnfresourc0_ where vnfresourc0_.MODEL_UUID=? 2023-02-22T11:50:07.189Z|2fa1a940-0ae6-44a5-a401-00013ae650b9|pool-2-thread-2|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive 2023-02-22T11:50:07.189Z|2fa1a940-0ae6-44a5-a401-00013ae650b9|pool-2-thread-2|||||DEBUG|500||Service vFW 2023-02-22 11-48-19 is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=null, toscaType=null, uUID=null, customizationUUID=null 2023-02-22T11:50:07.190Z|2fa1a940-0ae6-44a5-a401-00013ae650b9|pool-2-thread-2|||||DEBUG|500||resource request for resource customization id 18535830-a3bf-4c62-ac58-852bf37bcdcb: {\"skip_post_instantiation_configuration\":\"true\",\"nf_naming\":\"true\",\"multi_stage_design\":\"false\",\"controller_actor\":\"SO-REF-DATA\",\"availability_zone_max_count\":\"1\"} 2023-02-22T11:50:07.190Z|2fa1a940-0ae6-44a5-a401-00013ae650b9|pool-2-thread-2|||||DEBUG|500||vfModuleStructure: org.onap.so.asdc.installer.VfModuleStructure@40e68372 2023-02-22T11:50:07.191Z|2fa1a940-0ae6-44a5-a401-00013ae650b9|pool-2-thread-2|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive 2023-02-22T11:50:07.191Z|2fa1a940-0ae6-44a5-a401-00013ae650b9|pool-2-thread-2|||||DEBUG|500||Service vFW 2023-02-22 11-48-19 is searched for EntityType=GROUP, nodeTemplateType=null, toscaType=org.openecomp.groups.VfModule, uUID=null, customizationUUID=null 2023-02-22T11:50:07.191Z|2fa1a940-0ae6-44a5-a401-00013ae650b9|pool-2-thread-2|||||DEBUG|500||Comparing Vf_Modules_Metadata CustomizationUUID : dae351ea-80e5-4d45-9e91-76132984e5c3 2023-02-22T11:50:07.191Z|2fa1a940-0ae6-44a5-a401-00013ae650b9|pool-2-thread-2|||||DEBUG|500||To Csar Group VFModuleModelCustomizationUUID dae351ea-80e5-4d45-9e91-76132984e5c3 Hibernate: select vfmodule0_.MODEL_UUID as model_uu1_59_, vfmodule0_.CREATION_TIMESTAMP as creation2_59_, vfmodule0_.DESCRIPTION as descript3_59_, vfmodule0_.IS_BASE as is_base4_59_, vfmodule0_.MODEL_INVARIANT_UUID as model_in5_59_, vfmodule0_.MODEL_NAME as model_na6_59_, vfmodule0_.MODEL_VERSION as model_ve7_59_, vfmodule0_.HEAT_TEMPLATE_ARTIFACT_UUID as heat_tem8_59_, vfmodule0_.VNF_RESOURCE_MODEL_UUID as vnf_reso9_59_, vfmodule0_.VOL_HEAT_TEMPLATE_ARTIFACT_UUID as vol_hea10_59_ from vf_module vfmodule0_ where vfmodule0_.MODEL_UUID=? 2023-02-22T11:50:07.194Z|2fa1a940-0ae6-44a5-a401-00013ae650b9|pool-2-thread-2|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive 2023-02-22T11:50:07.195Z|2fa1a940-0ae6-44a5-a401-00013ae650b9|pool-2-thread-2|||||DEBUG|500||Node template vFW 0e10f1fc-5dad 0 is matching search criteria 2023-02-22T11:50:07.195Z|2fa1a940-0ae6-44a5-a401-00013ae650b9|pool-2-thread-2|||||DEBUG|500||Found topology templates [vFW 0e10f1fc-5dad 0] matching following query criteria: sdcType=VF, customizationUUID=null 2023-02-22T11:50:07.195Z|2fa1a940-0ae6-44a5-a401-00013ae650b9|pool-2-thread-2|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive 2023-02-22T11:50:07.195Z|2fa1a940-0ae6-44a5-a401-00013ae650b9|pool-2-thread-2|||||DEBUG|500||Node template vFW 0e10f1fc-5dad 0 is matching search criteria 2023-02-22T11:50:07.196Z|2fa1a940-0ae6-44a5-a401-00013ae650b9|pool-2-thread-2|||||DEBUG|500||Found topology templates [vFW 0e10f1fc-5dad 0] matching following query criteria: sdcType=VF, customizationUUID=null 2023-02-22T11:50:07.196Z|2fa1a940-0ae6-44a5-a401-00013ae650b9|pool-2-thread-2|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive 2023-02-22T11:50:07.196Z|2fa1a940-0ae6-44a5-a401-00013ae650b9|pool-2-thread-2|||||DEBUG|500||Node template vFW 0e10f1fc-5dad 0 is not matching search criteria 2023-02-22T11:50:07.196Z|2fa1a940-0ae6-44a5-a401-00013ae650b9|pool-2-thread-2|||||DEBUG|500||Node template int_protected_private_network is not matching search criteria 2023-02-22T11:50:07.197Z|2fa1a940-0ae6-44a5-a401-00013ae650b9|pool-2-thread-2|||||DEBUG|500||Node template int_unprotected_private_network is not matching search criteria 2023-02-22T11:50:07.197Z|2fa1a940-0ae6-44a5-a401-00013ae650b9|pool-2-thread-2|||||DEBUG|500||Node template abstract_vfw is matching search criteria 2023-02-22T11:50:07.197Z|2fa1a940-0ae6-44a5-a401-00013ae650b9|pool-2-thread-2|||||DEBUG|500||Node template abstract_vsn is not matching search criteria 2023-02-22T11:50:07.197Z|2fa1a940-0ae6-44a5-a401-00013ae650b9|pool-2-thread-2|||||DEBUG|500||Node template vsn is not matching search criteria 2023-02-22T11:50:07.197Z|2fa1a940-0ae6-44a5-a401-00013ae650b9|pool-2-thread-2|||||DEBUG|500||Node template vsn_vsn_int_protected_private_port_0 is not matching search criteria 2023-02-22T11:50:07.198Z|2fa1a940-0ae6-44a5-a401-00013ae650b9|pool-2-thread-2|||||DEBUG|500||Node template vsn_vsn_onap_private_port_0 is not matching search criteria 2023-02-22T11:50:07.198Z|2fa1a940-0ae6-44a5-a401-00013ae650b9|pool-2-thread-2|||||DEBUG|500||Node template abstract_vpg is not matching search criteria 2023-02-22T11:50:07.198Z|2fa1a940-0ae6-44a5-a401-00013ae650b9|pool-2-thread-2|||||DEBUG|500||Node template vpg_vpg_onap_private_port_0 is not matching search criteria 2023-02-22T11:50:07.198Z|2fa1a940-0ae6-44a5-a401-00013ae650b9|pool-2-thread-2|||||DEBUG|500||Node template vpg is not matching search criteria 2023-02-22T11:50:07.199Z|2fa1a940-0ae6-44a5-a401-00013ae650b9|pool-2-thread-2|||||DEBUG|500||Node template vpg_vpg_int_unprotected_private_port_0 is not matching search criteria 2023-02-22T11:50:07.199Z|2fa1a940-0ae6-44a5-a401-00013ae650b9|pool-2-thread-2|||||DEBUG|500||Found topology templates [abstract_vfw] matching following query criteria: sdcType=CVFC, customizationUUID=a89e0e01-a9a6-4bfa-8055-940329a8744d Hibernate: select vnfccustom0_.MODEL_CUSTOMIZATION_UUID as model_cu1_67_, vnfccustom0_.CREATION_TIMESTAMP as creation2_67_, vnfccustom0_.DESCRIPTION as descript3_67_, vnfccustom0_.MODEL_INSTANCE_NAME as model_in4_67_, vnfccustom0_.MODEL_INVARIANT_UUID as model_in5_67_, vnfccustom0_.MODEL_NAME as model_na6_67_, vnfccustom0_.MODEL_UUID as model_uu7_67_, vnfccustom0_.MODEL_VERSION as model_ve8_67_, vnfccustom0_.RESOURCE_INPUT as resource9_67_, vnfccustom0_.TOSCA_NODE_TYPE as tosca_n10_67_, vnfccustom0_.VNFC_INSTANCE_GROUP_CUSTOMIZATION_ID as vnfc_in11_67_ from vnfc_customization vnfccustom0_ where vnfccustom0_.MODEL_CUSTOMIZATION_UUID=? 2023-02-22T11:50:07.201Z|2fa1a940-0ae6-44a5-a401-00013ae650b9|pool-2-thread-2|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive 2023-02-22T11:50:07.201Z|2fa1a940-0ae6-44a5-a401-00013ae650b9|pool-2-thread-2|||||DEBUG|500||Node template vFW 0e10f1fc-5dad 0 is matching search criteria 2023-02-22T11:50:07.201Z|2fa1a940-0ae6-44a5-a401-00013ae650b9|pool-2-thread-2|||||DEBUG|500||Found topology templates [vFW 0e10f1fc-5dad 0] matching following query criteria: sdcType=VF, customizationUUID=null 2023-02-22T11:50:07.202Z|2fa1a940-0ae6-44a5-a401-00013ae650b9|pool-2-thread-2|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive 2023-02-22T11:50:07.202Z|2fa1a940-0ae6-44a5-a401-00013ae650b9|pool-2-thread-2|||||DEBUG|500||Node template vFW 0e10f1fc-5dad 0 is not matching search criteria 2023-02-22T11:50:07.202Z|2fa1a940-0ae6-44a5-a401-00013ae650b9|pool-2-thread-2|||||DEBUG|500||Node template int_protected_private_network is not matching search criteria 2023-02-22T11:50:07.202Z|2fa1a940-0ae6-44a5-a401-00013ae650b9|pool-2-thread-2|||||DEBUG|500||Node template int_unprotected_private_network is not matching search criteria 2023-02-22T11:50:07.202Z|2fa1a940-0ae6-44a5-a401-00013ae650b9|pool-2-thread-2|||||DEBUG|500||Node template abstract_vfw is not matching search criteria 2023-02-22T11:50:07.202Z|2fa1a940-0ae6-44a5-a401-00013ae650b9|pool-2-thread-2|||||DEBUG|500||Node template vfw_vfw_onap_private_port_0 is not matching search criteria 2023-02-22T11:50:07.203Z|2fa1a940-0ae6-44a5-a401-00013ae650b9|pool-2-thread-2|||||DEBUG|500||Node template vfw_vfw_int_protected_private_port_0 is not matching search criteria 2023-02-22T11:50:07.203Z|2fa1a940-0ae6-44a5-a401-00013ae650b9|pool-2-thread-2|||||DEBUG|500||Node template vfw_vfw_int_unprotected_private_port_0 is not matching search criteria 2023-02-22T11:50:07.203Z|2fa1a940-0ae6-44a5-a401-00013ae650b9|pool-2-thread-2|||||DEBUG|500||Node template vfw is not matching search criteria 2023-02-22T11:50:07.203Z|2fa1a940-0ae6-44a5-a401-00013ae650b9|pool-2-thread-2|||||DEBUG|500||Node template abstract_vsn is matching search criteria 2023-02-22T11:50:07.203Z|2fa1a940-0ae6-44a5-a401-00013ae650b9|pool-2-thread-2|||||DEBUG|500||Node template abstract_vpg is not matching search criteria 2023-02-22T11:50:07.203Z|2fa1a940-0ae6-44a5-a401-00013ae650b9|pool-2-thread-2|||||DEBUG|500||Node template vpg_vpg_onap_private_port_0 is not matching search criteria 2023-02-22T11:50:07.203Z|2fa1a940-0ae6-44a5-a401-00013ae650b9|pool-2-thread-2|||||DEBUG|500||Node template vpg is not matching search criteria 2023-02-22T11:50:07.204Z|2fa1a940-0ae6-44a5-a401-00013ae650b9|pool-2-thread-2|||||DEBUG|500||Node template vpg_vpg_int_unprotected_private_port_0 is not matching search criteria 2023-02-22T11:50:07.204Z|2fa1a940-0ae6-44a5-a401-00013ae650b9|pool-2-thread-2|||||DEBUG|500||Found topology templates [abstract_vsn] matching following query criteria: sdcType=CVFC, customizationUUID=9a893e4b-9cd9-43b3-9926-999ea123c011 Hibernate: select vnfccustom0_.MODEL_CUSTOMIZATION_UUID as model_cu1_67_, vnfccustom0_.CREATION_TIMESTAMP as creation2_67_, vnfccustom0_.DESCRIPTION as descript3_67_, vnfccustom0_.MODEL_INSTANCE_NAME as model_in4_67_, vnfccustom0_.MODEL_INVARIANT_UUID as model_in5_67_, vnfccustom0_.MODEL_NAME as model_na6_67_, vnfccustom0_.MODEL_UUID as model_uu7_67_, vnfccustom0_.MODEL_VERSION as model_ve8_67_, vnfccustom0_.RESOURCE_INPUT as resource9_67_, vnfccustom0_.TOSCA_NODE_TYPE as tosca_n10_67_, vnfccustom0_.VNFC_INSTANCE_GROUP_CUSTOMIZATION_ID as vnfc_in11_67_ from vnfc_customization vnfccustom0_ where vnfccustom0_.MODEL_CUSTOMIZATION_UUID=? 2023-02-22T11:50:07.205Z|2fa1a940-0ae6-44a5-a401-00013ae650b9|pool-2-thread-2|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive 2023-02-22T11:50:07.206Z|2fa1a940-0ae6-44a5-a401-00013ae650b9|pool-2-thread-2|||||DEBUG|500||Node template vFW 0e10f1fc-5dad 0 is matching search criteria 2023-02-22T11:50:07.206Z|2fa1a940-0ae6-44a5-a401-00013ae650b9|pool-2-thread-2|||||DEBUG|500||Found topology templates [vFW 0e10f1fc-5dad 0] matching following query criteria: sdcType=VF, customizationUUID=null 2023-02-22T11:50:07.210Z|2fa1a940-0ae6-44a5-a401-00013ae650b9|pool-2-thread-2|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive 2023-02-22T11:50:07.210Z|2fa1a940-0ae6-44a5-a401-00013ae650b9|pool-2-thread-2|||||DEBUG|500||Node template vFW 0e10f1fc-5dad 0 is not matching search criteria 2023-02-22T11:50:07.210Z|2fa1a940-0ae6-44a5-a401-00013ae650b9|pool-2-thread-2|||||DEBUG|500||Node template int_protected_private_network is not matching search criteria 2023-02-22T11:50:07.210Z|2fa1a940-0ae6-44a5-a401-00013ae650b9|pool-2-thread-2|||||DEBUG|500||Node template int_unprotected_private_network is not matching search criteria 2023-02-22T11:50:07.211Z|2fa1a940-0ae6-44a5-a401-00013ae650b9|pool-2-thread-2|||||DEBUG|500||Node template abstract_vfw is not matching search criteria 2023-02-22T11:50:07.211Z|2fa1a940-0ae6-44a5-a401-00013ae650b9|pool-2-thread-2|||||DEBUG|500||Node template vfw_vfw_onap_private_port_0 is not matching search criteria 2023-02-22T11:50:07.211Z|2fa1a940-0ae6-44a5-a401-00013ae650b9|pool-2-thread-2|||||DEBUG|500||Node template vfw_vfw_int_protected_private_port_0 is not matching search criteria 2023-02-22T11:50:07.211Z|2fa1a940-0ae6-44a5-a401-00013ae650b9|pool-2-thread-2|||||DEBUG|500||Node template vfw_vfw_int_unprotected_private_port_0 is not matching search criteria 2023-02-22T11:50:07.212Z|2fa1a940-0ae6-44a5-a401-00013ae650b9|pool-2-thread-2|||||DEBUG|500||Node template vfw is not matching search criteria 2023-02-22T11:50:07.212Z|2fa1a940-0ae6-44a5-a401-00013ae650b9|pool-2-thread-2|||||DEBUG|500||Node template abstract_vsn is not matching search criteria 2023-02-22T11:50:07.212Z|2fa1a940-0ae6-44a5-a401-00013ae650b9|pool-2-thread-2|||||DEBUG|500||Node template vsn is not matching search criteria 2023-02-22T11:50:07.212Z|2fa1a940-0ae6-44a5-a401-00013ae650b9|pool-2-thread-2|||||DEBUG|500||Node template vsn_vsn_int_protected_private_port_0 is not matching search criteria 2023-02-22T11:50:07.212Z|2fa1a940-0ae6-44a5-a401-00013ae650b9|pool-2-thread-2|||||DEBUG|500||Node template vsn_vsn_onap_private_port_0 is not matching search criteria 2023-02-22T11:50:07.213Z|2fa1a940-0ae6-44a5-a401-00013ae650b9|pool-2-thread-2|||||DEBUG|500||Node template abstract_vpg is matching search criteria 2023-02-22T11:50:07.213Z|2fa1a940-0ae6-44a5-a401-00013ae650b9|pool-2-thread-2|||||DEBUG|500||Found topology templates [abstract_vpg] matching following query criteria: sdcType=CVFC, customizationUUID=39795716-eb9f-40bf-8c8b-68d1b712ce6d Hibernate: select vnfccustom0_.MODEL_CUSTOMIZATION_UUID as model_cu1_67_, vnfccustom0_.CREATION_TIMESTAMP as creation2_67_, vnfccustom0_.DESCRIPTION as descript3_67_, vnfccustom0_.MODEL_INSTANCE_NAME as model_in4_67_, vnfccustom0_.MODEL_INVARIANT_UUID as model_in5_67_, vnfccustom0_.MODEL_NAME as model_na6_67_, vnfccustom0_.MODEL_UUID as model_uu7_67_, vnfccustom0_.MODEL_VERSION as model_ve8_67_, vnfccustom0_.RESOURCE_INPUT as resource9_67_, vnfccustom0_.TOSCA_NODE_TYPE as tosca_n10_67_, vnfccustom0_.VNFC_INSTANCE_GROUP_CUSTOMIZATION_ID as vnfc_in11_67_ from vnfc_customization vnfccustom0_ where vnfccustom0_.MODEL_CUSTOMIZATION_UUID=? 2023-02-22T11:50:07.216Z|2fa1a940-0ae6-44a5-a401-00013ae650b9|pool-2-thread-2|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive 2023-02-22T11:50:07.216Z|2fa1a940-0ae6-44a5-a401-00013ae650b9|pool-2-thread-2|||||DEBUG|500||Node template vFW 0e10f1fc-5dad 0 is matching search criteria 2023-02-22T11:50:07.216Z|2fa1a940-0ae6-44a5-a401-00013ae650b9|pool-2-thread-2|||||DEBUG|500||Found topology templates [vFW 0e10f1fc-5dad 0] matching following query criteria: sdcType=VF, customizationUUID=null 2023-02-22T11:50:07.216Z|2fa1a940-0ae6-44a5-a401-00013ae650b9|pool-2-thread-2|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive 2023-02-22T11:50:07.216Z|2fa1a940-0ae6-44a5-a401-00013ae650b9|pool-2-thread-2|||||DEBUG|500||Node template vFW 0e10f1fc-5dad 0 is matching search criteria 2023-02-22T11:50:07.217Z|2fa1a940-0ae6-44a5-a401-00013ae650b9|pool-2-thread-2|||||DEBUG|500||Found topology templates [vFW 0e10f1fc-5dad 0] matching following query criteria: sdcType=VF, customizationUUID=18535830-a3bf-4c62-ac58-852bf37bcdcb Hibernate: select service0_.MODEL_UUID as model_uu1_50_, service0_.CDS_BLUEPRINT_NAME as cds_blue2_50_, service0_.CDS_BLUEPRINT_VERSION as cds_blue3_50_, service0_.SERVICE_CATEGORY as service_4_50_, service0_.CONTROLLER_ACTOR as controll5_50_, service0_.CREATION_TIMESTAMP as creation6_50_, service0_.TOSCA_CSAR_ARTIFACT_UUID as tosca_c21_50_, service0_.DESCRIPTION as descript7_50_, service0_.OVERALL_DISTRIBUTION_STATUS as overall_8_50_, service0_.ENVIRONMENT_CONTEXT as environm9_50_, service0_.MODEL_INVARIANT_UUID as model_i10_50_, service0_.MODEL_NAME as model_n11_50_, service0_.MODEL_VERSION as model_v12_50_, service0_.NAMING_POLICY as naming_13_50_, service0_.ONAP_GENERATED_NAMING as onap_ge14_50_, service0_.RESOURCE_ORDER as resourc15_50_, service0_.SERVICE_FUNCTION as service16_50_, service0_.SERVICE_ROLE as service17_50_, service0_.SERVICE_TYPE as service18_50_, service0_.SKIP_POST_INSTANTIATION_CONFIGURATION as skip_po19_50_, service0_.WORKLOAD_CONTEXT as workloa20_50_ from service service0_ where service0_.MODEL_UUID=? 2023-02-22T11:50:07.219Z|2fa1a940-0ae6-44a5-a401-00013ae650b9|pool-2-thread-2|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive 2023-02-22T11:50:07.219Z|2fa1a940-0ae6-44a5-a401-00013ae650b9|pool-2-thread-2|||||DEBUG|500||Service vFW 2023-02-22 11-48-19 is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=null, toscaType=null, uUID=null, customizationUUID=null 2023-02-22T11:50:07.219Z|2fa1a940-0ae6-44a5-a401-00013ae650b9|pool-2-thread-2|||||DEBUG|500|| resourceSeq for service uuid 62b2b94d-ecd9-4e8a-a793-31a8703b59ee: vFW 0e10f1fc-5dad 2023-02-22T11:50:07.219Z|2fa1a940-0ae6-44a5-a401-00013ae650b9|pool-2-thread-2|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive 2023-02-22T11:50:07.220Z|2fa1a940-0ae6-44a5-a401-00013ae650b9|pool-2-thread-2|||||DEBUG|500||Service vFW 2023-02-22 11-48-19 is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=PNF, toscaType=null, uUID=null, customizationUUID=null 2023-02-22T11:50:07.220Z|2fa1a940-0ae6-44a5-a401-00013ae650b9|pool-2-thread-2|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive 2023-02-22T11:50:07.220Z|2fa1a940-0ae6-44a5-a401-00013ae650b9|pool-2-thread-2|||||DEBUG|500||Service vFW 2023-02-22 11-48-19 is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=VL, toscaType=null, uUID=null, customizationUUID=null 2023-02-22T11:50:07.220Z|2fa1a940-0ae6-44a5-a401-00013ae650b9|pool-2-thread-2|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive 2023-02-22T11:50:07.220Z|2fa1a940-0ae6-44a5-a401-00013ae650b9|pool-2-thread-2|||||DEBUG|500||Service vFW 2023-02-22 11-48-19 is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=CR, toscaType=null, uUID=null, customizationUUID=null 2023-02-22T11:50:07.221Z|2fa1a940-0ae6-44a5-a401-00013ae650b9|pool-2-thread-2|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive 2023-02-22T11:50:07.221Z|2fa1a940-0ae6-44a5-a401-00013ae650b9|pool-2-thread-2|||||DEBUG|500||Service vFW 2023-02-22 11-48-19 is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=SERVICE_PROXY, toscaType=null, uUID=null, customizationUUID=null 2023-02-22T11:50:07.221Z|2fa1a940-0ae6-44a5-a401-00013ae650b9|pool-2-thread-2|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive 2023-02-22T11:50:07.221Z|2fa1a940-0ae6-44a5-a401-00013ae650b9|pool-2-thread-2|||||DEBUG|500||Service vFW 2023-02-22 11-48-19 is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=CONFIGURATION, toscaType=null, uUID=null, customizationUUID=null 2023-02-22T11:50:07.222Z|2fa1a940-0ae6-44a5-a401-00013ae650b9|pool-2-thread-2|||||INFO|500||Saving Service: vFW 2023-02-22 11-48-19 Hibernate: select service0_.MODEL_UUID as model_uu1_50_3_, service0_.CDS_BLUEPRINT_NAME as cds_blue2_50_3_, service0_.CDS_BLUEPRINT_VERSION as cds_blue3_50_3_, service0_.SERVICE_CATEGORY as service_4_50_3_, service0_.CONTROLLER_ACTOR as controll5_50_3_, service0_.CREATION_TIMESTAMP as creation6_50_3_, service0_.TOSCA_CSAR_ARTIFACT_UUID as tosca_c21_50_3_, service0_.DESCRIPTION as descript7_50_3_, service0_.OVERALL_DISTRIBUTION_STATUS as overall_8_50_3_, service0_.ENVIRONMENT_CONTEXT as environm9_50_3_, service0_.MODEL_INVARIANT_UUID as model_i10_50_3_, service0_.MODEL_NAME as model_n11_50_3_, service0_.MODEL_VERSION as model_v12_50_3_, service0_.NAMING_POLICY as naming_13_50_3_, service0_.ONAP_GENERATED_NAMING as onap_ge14_50_3_, service0_.RESOURCE_ORDER as resourc15_50_3_, service0_.SERVICE_FUNCTION as service16_50_3_, service0_.SERVICE_ROLE as service17_50_3_, service0_.SERVICE_TYPE as service18_50_3_, service0_.SKIP_POST_INSTANTIATION_CONFIGURATION as skip_po19_50_3_, service0_.WORKLOAD_CONTEXT as workloa20_50_3_, allottedcu1_.SERVICE_MODEL_UUID as service_1_8_5_, allottedre2_.MODEL_CUSTOMIZATION_UUID as resource2_8_5_, allottedre2_.MODEL_CUSTOMIZATION_UUID as model_cu1_7_0_, allottedre2_.AR_MODEL_UUID as ar_mode15_7_0_, allottedre2_.CREATION_TIMESTAMP as creation2_7_0_, allottedre2_.MAX_INSTANCES as max_inst3_7_0_, allottedre2_.MIN_INSTANCES as min_inst4_7_0_, allottedre2_.MODEL_INSTANCE_NAME as model_in5_7_0_, allottedre2_.NF_FUNCTION as nf_funct6_7_0_, allottedre2_.NF_NAMING_CODE as nf_namin7_7_0_, allottedre2_.NF_ROLE as nf_role8_7_0_, allottedre2_.NF_TYPE as nf_type9_7_0_, allottedre2_.PROVIDING_SERVICE_MODEL_INVARIANT_UUID as providi10_7_0_, allottedre2_.PROVIDING_SERVICE_MODEL_NAME as providi11_7_0_, allottedre2_.PROVIDING_SERVICE_MODEL_UUID as providi12_7_0_, allottedre2_.RESOURCE_INPUT as resourc13_7_0_, allottedre2_.TARGET_NETWORK_ROLE as target_14_7_0_, allottedre3_.MODEL_UUID as model_uu1_6_1_, allottedre3_.CREATION_TIMESTAMP as creation2_6_1_, allottedre3_.DESCRIPTION as descript3_6_1_, allottedre3_.MODEL_INVARIANT_UUID as model_in4_6_1_, allottedre3_.MODEL_NAME as model_na5_6_1_, allottedre3_.MODEL_VERSION as model_ve6_6_1_, allottedre3_.SUBCATEGORY as subcateg7_6_1_, allottedre3_.TOSCA_NODE_TYPE as tosca_no8_6_1_, toscacsar4_.ARTIFACT_UUID as artifact1_57_2_, toscacsar4_.ARTIFACT_CHECKSUM as artifact2_57_2_, toscacsar4_.CREATION_TIMESTAMP as creation3_57_2_, toscacsar4_.DESCRIPTION as descript4_57_2_, toscacsar4_.NAME as name5_57_2_, toscacsar4_.URL as url6_57_2_, toscacsar4_.Version as version7_57_2_ from service service0_ left outer join allotted_resource_customization_to_service allottedcu1_ on service0_.MODEL_UUID=allottedcu1_.SERVICE_MODEL_UUID left outer join allotted_resource_customization allottedre2_ on allottedcu1_.RESOURCE_MODEL_CUSTOMIZATION_UUID=allottedre2_.MODEL_CUSTOMIZATION_UUID left outer join allotted_resource allottedre3_ on allottedre2_.AR_MODEL_UUID=allottedre3_.MODEL_UUID left outer join tosca_csar toscacsar4_ on service0_.TOSCA_CSAR_ARTIFACT_UUID=toscacsar4_.ARTIFACT_UUID where service0_.MODEL_UUID=? Hibernate: select toscacsar0_.ARTIFACT_UUID as artifact1_57_1_, toscacsar0_.ARTIFACT_CHECKSUM as artifact2_57_1_, toscacsar0_.CREATION_TIMESTAMP as creation3_57_1_, toscacsar0_.DESCRIPTION as descript4_57_1_, toscacsar0_.NAME as name5_57_1_, toscacsar0_.URL as url6_57_1_, toscacsar0_.Version as version7_57_1_, services1_.TOSCA_CSAR_ARTIFACT_UUID as tosca_c21_50_3_, services1_.MODEL_UUID as model_uu1_50_3_, services1_.MODEL_UUID as model_uu1_50_0_, services1_.CDS_BLUEPRINT_NAME as cds_blue2_50_0_, services1_.CDS_BLUEPRINT_VERSION as cds_blue3_50_0_, services1_.SERVICE_CATEGORY as service_4_50_0_, services1_.CONTROLLER_ACTOR as controll5_50_0_, services1_.CREATION_TIMESTAMP as creation6_50_0_, services1_.TOSCA_CSAR_ARTIFACT_UUID as tosca_c21_50_0_, services1_.DESCRIPTION as descript7_50_0_, services1_.OVERALL_DISTRIBUTION_STATUS as overall_8_50_0_, services1_.ENVIRONMENT_CONTEXT as environm9_50_0_, services1_.MODEL_INVARIANT_UUID as model_i10_50_0_, services1_.MODEL_NAME as model_n11_50_0_, services1_.MODEL_VERSION as model_v12_50_0_, services1_.NAMING_POLICY as naming_13_50_0_, services1_.ONAP_GENERATED_NAMING as onap_ge14_50_0_, services1_.RESOURCE_ORDER as resourc15_50_0_, services1_.SERVICE_FUNCTION as service16_50_0_, services1_.SERVICE_ROLE as service17_50_0_, services1_.SERVICE_TYPE as service18_50_0_, services1_.SKIP_POST_INSTANTIATION_CONFIGURATION as skip_po19_50_0_, services1_.WORKLOAD_CONTEXT as workloa20_50_0_ from tosca_csar toscacsar0_ left outer join service services1_ on toscacsar0_.ARTIFACT_UUID=services1_.TOSCA_CSAR_ARTIFACT_UUID where toscacsar0_.ARTIFACT_UUID=? Hibernate: insert into tosca_csar (ARTIFACT_CHECKSUM, CREATION_TIMESTAMP, DESCRIPTION, NAME, URL, Version, ARTIFACT_UUID) values (?, ?, ?, ?, ?, ?, ?) Hibernate: insert into service (CDS_BLUEPRINT_NAME, CDS_BLUEPRINT_VERSION, SERVICE_CATEGORY, CONTROLLER_ACTOR, CREATION_TIMESTAMP, TOSCA_CSAR_ARTIFACT_UUID, DESCRIPTION, OVERALL_DISTRIBUTION_STATUS, ENVIRONMENT_CONTEXT, MODEL_INVARIANT_UUID, MODEL_NAME, MODEL_VERSION, NAMING_POLICY, ONAP_GENERATED_NAMING, RESOURCE_ORDER, SERVICE_FUNCTION, SERVICE_ROLE, SERVICE_TYPE, SKIP_POST_INSTANTIATION_CONFIGURATION, WORKLOAD_CONTEXT, MODEL_UUID) values (?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?) Hibernate: insert into service_info (SERVICE_MODEL_UUID, SERVICE_INPUT, SERVICE_PROPERTIES) values (?, ?, ?) Hibernate: select vnfresourc0_.MODEL_UUID as model_uu1_64_0_, vnfresourc0_.AIC_VERSION_MAX as aic_vers2_64_0_, vnfresourc0_.AIC_VERSION_MIN as aic_vers3_64_0_, vnfresourc0_.RESOURCE_CATEGORY as resource4_64_0_, vnfresourc0_.CREATION_TIMESTAMP as creation5_64_0_, vnfresourc0_.DESCRIPTION as descript6_64_0_, vnfresourc0_.HEAT_TEMPLATE_ARTIFACT_UUID as heat_te13_64_0_, vnfresourc0_.MODEL_INVARIANT_UUID as model_in7_64_0_, vnfresourc0_.MODEL_NAME as model_na8_64_0_, vnfresourc0_.MODEL_VERSION as model_ve9_64_0_, vnfresourc0_.ORCHESTRATION_MODE as orchest10_64_0_, vnfresourc0_.RESOURCE_SUB_CATEGORY as resourc11_64_0_, vnfresourc0_.TOSCA_NODE_TYPE as tosca_n12_64_0_ from vnf_resource vnfresourc0_ where vnfresourc0_.MODEL_UUID=? Hibernate: insert into vnf_resource (AIC_VERSION_MAX, AIC_VERSION_MIN, RESOURCE_CATEGORY, CREATION_TIMESTAMP, DESCRIPTION, HEAT_TEMPLATE_ARTIFACT_UUID, MODEL_INVARIANT_UUID, MODEL_NAME, MODEL_VERSION, ORCHESTRATION_MODE, RESOURCE_SUB_CATEGORY, TOSCA_NODE_TYPE, MODEL_UUID) values (?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?) Hibernate: insert into vnf_resource_customization (AVAILABILITY_ZONE_MAX_COUNT, CDS_BLUEPRINT_NAME, CDS_BLUEPRINT_VERSION, CONTROLLER_ACTOR, CREATION_TIMESTAMP, MAX_INSTANCES, MIN_INSTANCES, MODEL_CUSTOMIZATION_UUID, MODEL_INSTANCE_NAME, MULTI_STAGE_DESIGN, NF_DATA_VALID, NF_FUNCTION, NF_NAMING_CODE, NF_ROLE, NF_TYPE, RESOURCE_INPUT, SERVICE_MODEL_UUID, SKIP_POST_INSTANTIATION_CONFIGURATION, VNF_RESOURCE_MODEL_UUID, VNFCINSTANCEGROUP_ORDER) values (?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?) Hibernate: select heatenviro0_.ARTIFACT_UUID as artifact1_26_0_, heatenviro0_.ARTIFACT_CHECKSUM as artifact2_26_0_, heatenviro0_.CREATION_TIMESTAMP as creation3_26_0_, heatenviro0_.DESCRIPTION as descript4_26_0_, heatenviro0_.BODY as body5_26_0_, heatenviro0_.NAME as name6_26_0_, heatenviro0_.VERSION as version7_26_0_ from heat_environment heatenviro0_ where heatenviro0_.ARTIFACT_UUID=? Hibernate: select vfmodule0_.MODEL_UUID as model_uu1_59_4_, vfmodule0_.CREATION_TIMESTAMP as creation2_59_4_, vfmodule0_.DESCRIPTION as descript3_59_4_, vfmodule0_.IS_BASE as is_base4_59_4_, vfmodule0_.MODEL_INVARIANT_UUID as model_in5_59_4_, vfmodule0_.MODEL_NAME as model_na6_59_4_, vfmodule0_.MODEL_VERSION as model_ve7_59_4_, vfmodule0_.HEAT_TEMPLATE_ARTIFACT_UUID as heat_tem8_59_4_, vfmodule0_.VNF_RESOURCE_MODEL_UUID as vnf_reso9_59_4_, vfmodule0_.VOL_HEAT_TEMPLATE_ARTIFACT_UUID as vol_hea10_59_4_, heatfiles1_.VF_MODULE_MODEL_UUID as vf_modul1_61_6_, heatfiles2_.ARTIFACT_UUID as heat_fil2_61_6_, heatfiles2_.ARTIFACT_UUID as artifact1_27_0_, heatfiles2_.ARTIFACT_CHECKSUM as artifact2_27_0_, heatfiles2_.CREATION_TIMESTAMP as creation3_27_0_, heatfiles2_.DESCRIPTION as descript4_27_0_, heatfiles2_.BODY as body5_27_0_, heatfiles2_.NAME as name6_27_0_, heatfiles2_.VERSION as version7_27_0_, heattempla3_.ARTIFACT_UUID as artifact1_29_1_, heattempla3_.ARTIFACT_CHECKSUM as artifact2_29_1_, heattempla3_.CREATION_TIMESTAMP as creation3_29_1_, heattempla3_.DESCRIPTION as descript4_29_1_, heattempla3_.BODY as body5_29_1_, heattempla3_.NAME as name6_29_1_, heattempla3_.TIMEOUT_MINUTES as timeout_7_29_1_, heattempla3_.VERSION as version8_29_1_, vnfresourc4_.MODEL_UUID as model_uu1_64_2_, vnfresourc4_.AIC_VERSION_MAX as aic_vers2_64_2_, vnfresourc4_.AIC_VERSION_MIN as aic_vers3_64_2_, vnfresourc4_.RESOURCE_CATEGORY as resource4_64_2_, vnfresourc4_.CREATION_TIMESTAMP as creation5_64_2_, vnfresourc4_.DESCRIPTION as descript6_64_2_, vnfresourc4_.HEAT_TEMPLATE_ARTIFACT_UUID as heat_te13_64_2_, vnfresourc4_.MODEL_INVARIANT_UUID as model_in7_64_2_, vnfresourc4_.MODEL_NAME as model_na8_64_2_, vnfresourc4_.MODEL_VERSION as model_ve9_64_2_, vnfresourc4_.ORCHESTRATION_MODE as orchest10_64_2_, vnfresourc4_.RESOURCE_SUB_CATEGORY as resourc11_64_2_, vnfresourc4_.TOSCA_NODE_TYPE as tosca_n12_64_2_, heattempla5_.ARTIFACT_UUID as artifact1_29_3_, heattempla5_.ARTIFACT_CHECKSUM as artifact2_29_3_, heattempla5_.CREATION_TIMESTAMP as creation3_29_3_, heattempla5_.DESCRIPTION as descript4_29_3_, heattempla5_.BODY as body5_29_3_, heattempla5_.NAME as name6_29_3_, heattempla5_.TIMEOUT_MINUTES as timeout_7_29_3_, heattempla5_.VERSION as version8_29_3_ from vf_module vfmodule0_ left outer join vf_module_to_heat_files heatfiles1_ on vfmodule0_.MODEL_UUID=heatfiles1_.VF_MODULE_MODEL_UUID left outer join heat_files heatfiles2_ on heatfiles1_.HEAT_FILES_ARTIFACT_UUID=heatfiles2_.ARTIFACT_UUID left outer join heat_template heattempla3_ on vfmodule0_.HEAT_TEMPLATE_ARTIFACT_UUID=heattempla3_.ARTIFACT_UUID left outer join vnf_resource vnfresourc4_ on vfmodule0_.VNF_RESOURCE_MODEL_UUID=vnfresourc4_.MODEL_UUID left outer join heat_template heattempla5_ on vfmodule0_.VOL_HEAT_TEMPLATE_ARTIFACT_UUID=heattempla5_.ARTIFACT_UUID where vfmodule0_.MODEL_UUID=? Hibernate: select heattempla0_.ARTIFACT_UUID as artifact1_29_1_, heattempla0_.ARTIFACT_CHECKSUM as artifact2_29_1_, heattempla0_.CREATION_TIMESTAMP as creation3_29_1_, heattempla0_.DESCRIPTION as descript4_29_1_, heattempla0_.BODY as body5_29_1_, heattempla0_.NAME as name6_29_1_, heattempla0_.TIMEOUT_MINUTES as timeout_7_29_1_, heattempla0_.VERSION as version8_29_1_, childtempl1_.PARENT_HEAT_TEMPLATE_UUID as parent_h1_28_3_, heattempla2_.ARTIFACT_UUID as child_he2_28_3_, heattempla2_.ARTIFACT_UUID as artifact1_29_0_, heattempla2_.ARTIFACT_CHECKSUM as artifact2_29_0_, heattempla2_.CREATION_TIMESTAMP as creation3_29_0_, heattempla2_.DESCRIPTION as descript4_29_0_, heattempla2_.BODY as body5_29_0_, heattempla2_.NAME as name6_29_0_, heattempla2_.TIMEOUT_MINUTES as timeout_7_29_0_, heattempla2_.VERSION as version8_29_0_ from heat_template heattempla0_ left outer join heat_nested_template childtempl1_ on heattempla0_.ARTIFACT_UUID=childtempl1_.PARENT_HEAT_TEMPLATE_UUID left outer join heat_template heattempla2_ on childtempl1_.CHILD_HEAT_TEMPLATE_UUID=heattempla2_.ARTIFACT_UUID where heattempla0_.ARTIFACT_UUID=? Hibernate: select heattempla0_.HEAT_TEMPLATE_ARTIFACT_UUID as heat_tem1_30_0_, heattempla0_.PARAM_NAME as param_na2_30_0_, heattempla0_.PARAM_ALIAS as param_al3_30_0_, heattempla0_.PARAM_TYPE as param_ty4_30_0_, heattempla0_.IS_REQUIRED as is_requi5_30_0_ from heat_template_params heattempla0_ where heattempla0_.HEAT_TEMPLATE_ARTIFACT_UUID=? and heattempla0_.PARAM_NAME=? Hibernate: select heattempla0_.HEAT_TEMPLATE_ARTIFACT_UUID as heat_tem1_30_0_, heattempla0_.PARAM_NAME as param_na2_30_0_, heattempla0_.PARAM_ALIAS as param_al3_30_0_, heattempla0_.PARAM_TYPE as param_ty4_30_0_, heattempla0_.IS_REQUIRED as is_requi5_30_0_ from heat_template_params heattempla0_ where heattempla0_.HEAT_TEMPLATE_ARTIFACT_UUID=? and heattempla0_.PARAM_NAME=? Hibernate: select heattempla0_.HEAT_TEMPLATE_ARTIFACT_UUID as heat_tem1_30_0_, heattempla0_.PARAM_NAME as param_na2_30_0_, heattempla0_.PARAM_ALIAS as param_al3_30_0_, heattempla0_.PARAM_TYPE as param_ty4_30_0_, heattempla0_.IS_REQUIRED as is_requi5_30_0_ from heat_template_params heattempla0_ where heattempla0_.HEAT_TEMPLATE_ARTIFACT_UUID=? and heattempla0_.PARAM_NAME=? Hibernate: select heattempla0_.HEAT_TEMPLATE_ARTIFACT_UUID as heat_tem1_30_0_, heattempla0_.PARAM_NAME as param_na2_30_0_, heattempla0_.PARAM_ALIAS as param_al3_30_0_, heattempla0_.PARAM_TYPE as param_ty4_30_0_, heattempla0_.IS_REQUIRED as is_requi5_30_0_ from heat_template_params heattempla0_ where heattempla0_.HEAT_TEMPLATE_ARTIFACT_UUID=? and heattempla0_.PARAM_NAME=? Hibernate: select heattempla0_.HEAT_TEMPLATE_ARTIFACT_UUID as heat_tem1_30_0_, heattempla0_.PARAM_NAME as param_na2_30_0_, heattempla0_.PARAM_ALIAS as param_al3_30_0_, heattempla0_.PARAM_TYPE as param_ty4_30_0_, heattempla0_.IS_REQUIRED as is_requi5_30_0_ from heat_template_params heattempla0_ where heattempla0_.HEAT_TEMPLATE_ARTIFACT_UUID=? and heattempla0_.PARAM_NAME=? Hibernate: select heattempla0_.HEAT_TEMPLATE_ARTIFACT_UUID as heat_tem1_30_0_, heattempla0_.PARAM_NAME as param_na2_30_0_, heattempla0_.PARAM_ALIAS as param_al3_30_0_, heattempla0_.PARAM_TYPE as param_ty4_30_0_, heattempla0_.IS_REQUIRED as is_requi5_30_0_ from heat_template_params heattempla0_ where heattempla0_.HEAT_TEMPLATE_ARTIFACT_UUID=? and heattempla0_.PARAM_NAME=? Hibernate: select heattempla0_.HEAT_TEMPLATE_ARTIFACT_UUID as heat_tem1_30_0_, heattempla0_.PARAM_NAME as param_na2_30_0_, heattempla0_.PARAM_ALIAS as param_al3_30_0_, heattempla0_.PARAM_TYPE as param_ty4_30_0_, heattempla0_.IS_REQUIRED as is_requi5_30_0_ from heat_template_params heattempla0_ where heattempla0_.HEAT_TEMPLATE_ARTIFACT_UUID=? and heattempla0_.PARAM_NAME=? Hibernate: select heattempla0_.HEAT_TEMPLATE_ARTIFACT_UUID as heat_tem1_30_0_, heattempla0_.PARAM_NAME as param_na2_30_0_, heattempla0_.PARAM_ALIAS as param_al3_30_0_, heattempla0_.PARAM_TYPE as param_ty4_30_0_, heattempla0_.IS_REQUIRED as is_requi5_30_0_ from heat_template_params heattempla0_ where heattempla0_.HEAT_TEMPLATE_ARTIFACT_UUID=? and heattempla0_.PARAM_NAME=? Hibernate: select heattempla0_.HEAT_TEMPLATE_ARTIFACT_UUID as heat_tem1_30_0_, heattempla0_.PARAM_NAME as param_na2_30_0_, heattempla0_.PARAM_ALIAS as param_al3_30_0_, heattempla0_.PARAM_TYPE as param_ty4_30_0_, heattempla0_.IS_REQUIRED as is_requi5_30_0_ from heat_template_params heattempla0_ where heattempla0_.HEAT_TEMPLATE_ARTIFACT_UUID=? and heattempla0_.PARAM_NAME=? Hibernate: select heattempla0_.HEAT_TEMPLATE_ARTIFACT_UUID as heat_tem1_30_0_, heattempla0_.PARAM_NAME as param_na2_30_0_, heattempla0_.PARAM_ALIAS as param_al3_30_0_, heattempla0_.PARAM_TYPE as param_ty4_30_0_, heattempla0_.IS_REQUIRED as is_requi5_30_0_ from heat_template_params heattempla0_ where heattempla0_.HEAT_TEMPLATE_ARTIFACT_UUID=? and heattempla0_.PARAM_NAME=? Hibernate: select heattempla0_.HEAT_TEMPLATE_ARTIFACT_UUID as heat_tem1_30_0_, heattempla0_.PARAM_NAME as param_na2_30_0_, heattempla0_.PARAM_ALIAS as param_al3_30_0_, heattempla0_.PARAM_TYPE as param_ty4_30_0_, heattempla0_.IS_REQUIRED as is_requi5_30_0_ from heat_template_params heattempla0_ where heattempla0_.HEAT_TEMPLATE_ARTIFACT_UUID=? and heattempla0_.PARAM_NAME=? Hibernate: select heattempla0_.HEAT_TEMPLATE_ARTIFACT_UUID as heat_tem1_30_0_, heattempla0_.PARAM_NAME as param_na2_30_0_, heattempla0_.PARAM_ALIAS as param_al3_30_0_, heattempla0_.PARAM_TYPE as param_ty4_30_0_, heattempla0_.IS_REQUIRED as is_requi5_30_0_ from heat_template_params heattempla0_ where heattempla0_.HEAT_TEMPLATE_ARTIFACT_UUID=? and heattempla0_.PARAM_NAME=? Hibernate: select heattempla0_.HEAT_TEMPLATE_ARTIFACT_UUID as heat_tem1_30_0_, heattempla0_.PARAM_NAME as param_na2_30_0_, heattempla0_.PARAM_ALIAS as param_al3_30_0_, heattempla0_.PARAM_TYPE as param_ty4_30_0_, heattempla0_.IS_REQUIRED as is_requi5_30_0_ from heat_template_params heattempla0_ where heattempla0_.HEAT_TEMPLATE_ARTIFACT_UUID=? and heattempla0_.PARAM_NAME=? Hibernate: select heattempla0_.HEAT_TEMPLATE_ARTIFACT_UUID as heat_tem1_30_0_, heattempla0_.PARAM_NAME as param_na2_30_0_, heattempla0_.PARAM_ALIAS as param_al3_30_0_, heattempla0_.PARAM_TYPE as param_ty4_30_0_, heattempla0_.IS_REQUIRED as is_requi5_30_0_ from heat_template_params heattempla0_ where heattempla0_.HEAT_TEMPLATE_ARTIFACT_UUID=? and heattempla0_.PARAM_NAME=? Hibernate: select heattempla0_.HEAT_TEMPLATE_ARTIFACT_UUID as heat_tem1_30_0_, heattempla0_.PARAM_NAME as param_na2_30_0_, heattempla0_.PARAM_ALIAS as param_al3_30_0_, heattempla0_.PARAM_TYPE as param_ty4_30_0_, heattempla0_.IS_REQUIRED as is_requi5_30_0_ from heat_template_params heattempla0_ where heattempla0_.HEAT_TEMPLATE_ARTIFACT_UUID=? and heattempla0_.PARAM_NAME=? Hibernate: select heattempla0_.HEAT_TEMPLATE_ARTIFACT_UUID as heat_tem1_30_0_, heattempla0_.PARAM_NAME as param_na2_30_0_, heattempla0_.PARAM_ALIAS as param_al3_30_0_, heattempla0_.PARAM_TYPE as param_ty4_30_0_, heattempla0_.IS_REQUIRED as is_requi5_30_0_ from heat_template_params heattempla0_ where heattempla0_.HEAT_TEMPLATE_ARTIFACT_UUID=? and heattempla0_.PARAM_NAME=? Hibernate: select heattempla0_.HEAT_TEMPLATE_ARTIFACT_UUID as heat_tem1_30_0_, heattempla0_.PARAM_NAME as param_na2_30_0_, heattempla0_.PARAM_ALIAS as param_al3_30_0_, heattempla0_.PARAM_TYPE as param_ty4_30_0_, heattempla0_.IS_REQUIRED as is_requi5_30_0_ from heat_template_params heattempla0_ where heattempla0_.HEAT_TEMPLATE_ARTIFACT_UUID=? and heattempla0_.PARAM_NAME=? Hibernate: select heattempla0_.HEAT_TEMPLATE_ARTIFACT_UUID as heat_tem1_30_0_, heattempla0_.PARAM_NAME as param_na2_30_0_, heattempla0_.PARAM_ALIAS as param_al3_30_0_, heattempla0_.PARAM_TYPE as param_ty4_30_0_, heattempla0_.IS_REQUIRED as is_requi5_30_0_ from heat_template_params heattempla0_ where heattempla0_.HEAT_TEMPLATE_ARTIFACT_UUID=? and heattempla0_.PARAM_NAME=? Hibernate: select heattempla0_.HEAT_TEMPLATE_ARTIFACT_UUID as heat_tem1_30_0_, heattempla0_.PARAM_NAME as param_na2_30_0_, heattempla0_.PARAM_ALIAS as param_al3_30_0_, heattempla0_.PARAM_TYPE as param_ty4_30_0_, heattempla0_.IS_REQUIRED as is_requi5_30_0_ from heat_template_params heattempla0_ where heattempla0_.HEAT_TEMPLATE_ARTIFACT_UUID=? and heattempla0_.PARAM_NAME=? Hibernate: select heattempla0_.HEAT_TEMPLATE_ARTIFACT_UUID as heat_tem1_30_0_, heattempla0_.PARAM_NAME as param_na2_30_0_, heattempla0_.PARAM_ALIAS as param_al3_30_0_, heattempla0_.PARAM_TYPE as param_ty4_30_0_, heattempla0_.IS_REQUIRED as is_requi5_30_0_ from heat_template_params heattempla0_ where heattempla0_.HEAT_TEMPLATE_ARTIFACT_UUID=? and heattempla0_.PARAM_NAME=? Hibernate: select heattempla0_.HEAT_TEMPLATE_ARTIFACT_UUID as heat_tem1_30_0_, heattempla0_.PARAM_NAME as param_na2_30_0_, heattempla0_.PARAM_ALIAS as param_al3_30_0_, heattempla0_.PARAM_TYPE as param_ty4_30_0_, heattempla0_.IS_REQUIRED as is_requi5_30_0_ from heat_template_params heattempla0_ where heattempla0_.HEAT_TEMPLATE_ARTIFACT_UUID=? and heattempla0_.PARAM_NAME=? Hibernate: select heattempla0_.HEAT_TEMPLATE_ARTIFACT_UUID as heat_tem1_30_0_, heattempla0_.PARAM_NAME as param_na2_30_0_, heattempla0_.PARAM_ALIAS as param_al3_30_0_, heattempla0_.PARAM_TYPE as param_ty4_30_0_, heattempla0_.IS_REQUIRED as is_requi5_30_0_ from heat_template_params heattempla0_ where heattempla0_.HEAT_TEMPLATE_ARTIFACT_UUID=? and heattempla0_.PARAM_NAME=? Hibernate: select heattempla0_.HEAT_TEMPLATE_ARTIFACT_UUID as heat_tem1_30_0_, heattempla0_.PARAM_NAME as param_na2_30_0_, heattempla0_.PARAM_ALIAS as param_al3_30_0_, heattempla0_.PARAM_TYPE as param_ty4_30_0_, heattempla0_.IS_REQUIRED as is_requi5_30_0_ from heat_template_params heattempla0_ where heattempla0_.HEAT_TEMPLATE_ARTIFACT_UUID=? and heattempla0_.PARAM_NAME=? Hibernate: select heattempla0_.HEAT_TEMPLATE_ARTIFACT_UUID as heat_tem1_30_0_, heattempla0_.PARAM_NAME as param_na2_30_0_, heattempla0_.PARAM_ALIAS as param_al3_30_0_, heattempla0_.PARAM_TYPE as param_ty4_30_0_, heattempla0_.IS_REQUIRED as is_requi5_30_0_ from heat_template_params heattempla0_ where heattempla0_.HEAT_TEMPLATE_ARTIFACT_UUID=? and heattempla0_.PARAM_NAME=? Hibernate: select heattempla0_.HEAT_TEMPLATE_ARTIFACT_UUID as heat_tem1_30_0_, heattempla0_.PARAM_NAME as param_na2_30_0_, heattempla0_.PARAM_ALIAS as param_al3_30_0_, heattempla0_.PARAM_TYPE as param_ty4_30_0_, heattempla0_.IS_REQUIRED as is_requi5_30_0_ from heat_template_params heattempla0_ where heattempla0_.HEAT_TEMPLATE_ARTIFACT_UUID=? and heattempla0_.PARAM_NAME=? Hibernate: select heattempla0_.HEAT_TEMPLATE_ARTIFACT_UUID as heat_tem1_30_0_, heattempla0_.PARAM_NAME as param_na2_30_0_, heattempla0_.PARAM_ALIAS as param_al3_30_0_, heattempla0_.PARAM_TYPE as param_ty4_30_0_, heattempla0_.IS_REQUIRED as is_requi5_30_0_ from heat_template_params heattempla0_ where heattempla0_.HEAT_TEMPLATE_ARTIFACT_UUID=? and heattempla0_.PARAM_NAME=? Hibernate: select heattempla0_.HEAT_TEMPLATE_ARTIFACT_UUID as heat_tem1_30_0_, heattempla0_.PARAM_NAME as param_na2_30_0_, heattempla0_.PARAM_ALIAS as param_al3_30_0_, heattempla0_.PARAM_TYPE as param_ty4_30_0_, heattempla0_.IS_REQUIRED as is_requi5_30_0_ from heat_template_params heattempla0_ where heattempla0_.HEAT_TEMPLATE_ARTIFACT_UUID=? and heattempla0_.PARAM_NAME=? Hibernate: select heattempla0_.HEAT_TEMPLATE_ARTIFACT_UUID as heat_tem1_30_0_, heattempla0_.PARAM_NAME as param_na2_30_0_, heattempla0_.PARAM_ALIAS as param_al3_30_0_, heattempla0_.PARAM_TYPE as param_ty4_30_0_, heattempla0_.IS_REQUIRED as is_requi5_30_0_ from heat_template_params heattempla0_ where heattempla0_.HEAT_TEMPLATE_ARTIFACT_UUID=? and heattempla0_.PARAM_NAME=? Hibernate: select heattempla0_.HEAT_TEMPLATE_ARTIFACT_UUID as heat_tem1_30_0_, heattempla0_.PARAM_NAME as param_na2_30_0_, heattempla0_.PARAM_ALIAS as param_al3_30_0_, heattempla0_.PARAM_TYPE as param_ty4_30_0_, heattempla0_.IS_REQUIRED as is_requi5_30_0_ from heat_template_params heattempla0_ where heattempla0_.HEAT_TEMPLATE_ARTIFACT_UUID=? and heattempla0_.PARAM_NAME=? Hibernate: select heattempla0_.HEAT_TEMPLATE_ARTIFACT_UUID as heat_tem1_30_0_, heattempla0_.PARAM_NAME as param_na2_30_0_, heattempla0_.PARAM_ALIAS as param_al3_30_0_, heattempla0_.PARAM_TYPE as param_ty4_30_0_, heattempla0_.IS_REQUIRED as is_requi5_30_0_ from heat_template_params heattempla0_ where heattempla0_.HEAT_TEMPLATE_ARTIFACT_UUID=? and heattempla0_.PARAM_NAME=? Hibernate: select heattempla0_.HEAT_TEMPLATE_ARTIFACT_UUID as heat_tem1_30_0_, heattempla0_.PARAM_NAME as param_na2_30_0_, heattempla0_.PARAM_ALIAS as param_al3_30_0_, heattempla0_.PARAM_TYPE as param_ty4_30_0_, heattempla0_.IS_REQUIRED as is_requi5_30_0_ from heat_template_params heattempla0_ where heattempla0_.HEAT_TEMPLATE_ARTIFACT_UUID=? and heattempla0_.PARAM_NAME=? Hibernate: select heattempla0_.HEAT_TEMPLATE_ARTIFACT_UUID as heat_tem1_30_0_, heattempla0_.PARAM_NAME as param_na2_30_0_, heattempla0_.PARAM_ALIAS as param_al3_30_0_, heattempla0_.PARAM_TYPE as param_ty4_30_0_, heattempla0_.IS_REQUIRED as is_requi5_30_0_ from heat_template_params heattempla0_ where heattempla0_.HEAT_TEMPLATE_ARTIFACT_UUID=? and heattempla0_.PARAM_NAME=? Hibernate: select heattempla0_.HEAT_TEMPLATE_ARTIFACT_UUID as heat_tem1_30_0_, heattempla0_.PARAM_NAME as param_na2_30_0_, heattempla0_.PARAM_ALIAS as param_al3_30_0_, heattempla0_.PARAM_TYPE as param_ty4_30_0_, heattempla0_.IS_REQUIRED as is_requi5_30_0_ from heat_template_params heattempla0_ where heattempla0_.HEAT_TEMPLATE_ARTIFACT_UUID=? and heattempla0_.PARAM_NAME=? Hibernate: select heattempla0_.HEAT_TEMPLATE_ARTIFACT_UUID as heat_tem1_30_0_, heattempla0_.PARAM_NAME as param_na2_30_0_, heattempla0_.PARAM_ALIAS as param_al3_30_0_, heattempla0_.PARAM_TYPE as param_ty4_30_0_, heattempla0_.IS_REQUIRED as is_requi5_30_0_ from heat_template_params heattempla0_ where heattempla0_.HEAT_TEMPLATE_ARTIFACT_UUID=? and heattempla0_.PARAM_NAME=? Hibernate: select heattempla0_.HEAT_TEMPLATE_ARTIFACT_UUID as heat_tem1_30_0_, heattempla0_.PARAM_NAME as param_na2_30_0_, heattempla0_.PARAM_ALIAS as param_al3_30_0_, heattempla0_.PARAM_TYPE as param_ty4_30_0_, heattempla0_.IS_REQUIRED as is_requi5_30_0_ from heat_template_params heattempla0_ where heattempla0_.HEAT_TEMPLATE_ARTIFACT_UUID=? and heattempla0_.PARAM_NAME=? Hibernate: select heattempla0_.HEAT_TEMPLATE_ARTIFACT_UUID as heat_tem1_30_0_, heattempla0_.PARAM_NAME as param_na2_30_0_, heattempla0_.PARAM_ALIAS as param_al3_30_0_, heattempla0_.PARAM_TYPE as param_ty4_30_0_, heattempla0_.IS_REQUIRED as is_requi5_30_0_ from heat_template_params heattempla0_ where heattempla0_.HEAT_TEMPLATE_ARTIFACT_UUID=? and heattempla0_.PARAM_NAME=? Hibernate: select heattempla0_.HEAT_TEMPLATE_ARTIFACT_UUID as heat_tem1_30_0_, heattempla0_.PARAM_NAME as param_na2_30_0_, heattempla0_.PARAM_ALIAS as param_al3_30_0_, heattempla0_.PARAM_TYPE as param_ty4_30_0_, heattempla0_.IS_REQUIRED as is_requi5_30_0_ from heat_template_params heattempla0_ where heattempla0_.HEAT_TEMPLATE_ARTIFACT_UUID=? and heattempla0_.PARAM_NAME=? Hibernate: insert into heat_environment (ARTIFACT_CHECKSUM, CREATION_TIMESTAMP, DESCRIPTION, BODY, NAME, VERSION, ARTIFACT_UUID) values (?, ?, ?, ?, ?, ?, ?) Hibernate: insert into heat_template (ARTIFACT_CHECKSUM, CREATION_TIMESTAMP, DESCRIPTION, BODY, NAME, TIMEOUT_MINUTES, VERSION, ARTIFACT_UUID) values (?, ?, ?, ?, ?, ?, ?, ?) Hibernate: insert into heat_template_params (PARAM_ALIAS, PARAM_TYPE, IS_REQUIRED, HEAT_TEMPLATE_ARTIFACT_UUID, PARAM_NAME) values (?, ?, ?, ?, ?) Hibernate: insert into heat_template_params (PARAM_ALIAS, PARAM_TYPE, IS_REQUIRED, HEAT_TEMPLATE_ARTIFACT_UUID, PARAM_NAME) values (?, ?, ?, ?, ?) Hibernate: insert into heat_template_params (PARAM_ALIAS, PARAM_TYPE, IS_REQUIRED, HEAT_TEMPLATE_ARTIFACT_UUID, PARAM_NAME) values (?, ?, ?, ?, ?) Hibernate: insert into heat_template_params (PARAM_ALIAS, PARAM_TYPE, IS_REQUIRED, HEAT_TEMPLATE_ARTIFACT_UUID, PARAM_NAME) values (?, ?, ?, ?, ?) Hibernate: insert into heat_template_params (PARAM_ALIAS, PARAM_TYPE, IS_REQUIRED, HEAT_TEMPLATE_ARTIFACT_UUID, PARAM_NAME) values (?, ?, ?, ?, ?) Hibernate: insert into heat_template_params (PARAM_ALIAS, PARAM_TYPE, IS_REQUIRED, HEAT_TEMPLATE_ARTIFACT_UUID, PARAM_NAME) values (?, ?, ?, ?, ?) Hibernate: insert into heat_template_params (PARAM_ALIAS, PARAM_TYPE, IS_REQUIRED, HEAT_TEMPLATE_ARTIFACT_UUID, PARAM_NAME) values (?, ?, ?, ?, ?) Hibernate: insert into heat_template_params (PARAM_ALIAS, PARAM_TYPE, IS_REQUIRED, HEAT_TEMPLATE_ARTIFACT_UUID, PARAM_NAME) values (?, ?, ?, ?, ?) Hibernate: insert into heat_template_params (PARAM_ALIAS, PARAM_TYPE, IS_REQUIRED, HEAT_TEMPLATE_ARTIFACT_UUID, PARAM_NAME) values (?, ?, ?, ?, ?) Hibernate: insert into heat_template_params (PARAM_ALIAS, PARAM_TYPE, IS_REQUIRED, HEAT_TEMPLATE_ARTIFACT_UUID, PARAM_NAME) values (?, ?, ?, ?, ?) Hibernate: insert into heat_template_params (PARAM_ALIAS, PARAM_TYPE, IS_REQUIRED, HEAT_TEMPLATE_ARTIFACT_UUID, PARAM_NAME) values (?, ?, ?, ?, ?) Hibernate: insert into heat_template_params (PARAM_ALIAS, PARAM_TYPE, IS_REQUIRED, HEAT_TEMPLATE_ARTIFACT_UUID, PARAM_NAME) values (?, ?, ?, ?, ?) Hibernate: insert into heat_template_params (PARAM_ALIAS, PARAM_TYPE, IS_REQUIRED, HEAT_TEMPLATE_ARTIFACT_UUID, PARAM_NAME) values (?, ?, ?, ?, ?) Hibernate: insert into heat_template_params (PARAM_ALIAS, PARAM_TYPE, IS_REQUIRED, HEAT_TEMPLATE_ARTIFACT_UUID, PARAM_NAME) values (?, ?, ?, ?, ?) Hibernate: insert into heat_template_params (PARAM_ALIAS, PARAM_TYPE, IS_REQUIRED, HEAT_TEMPLATE_ARTIFACT_UUID, PARAM_NAME) values (?, ?, ?, ?, ?) Hibernate: insert into heat_template_params (PARAM_ALIAS, PARAM_TYPE, IS_REQUIRED, HEAT_TEMPLATE_ARTIFACT_UUID, PARAM_NAME) values (?, ?, ?, ?, ?) Hibernate: insert into heat_template_params (PARAM_ALIAS, PARAM_TYPE, IS_REQUIRED, HEAT_TEMPLATE_ARTIFACT_UUID, PARAM_NAME) values (?, ?, ?, ?, ?) Hibernate: insert into heat_template_params (PARAM_ALIAS, PARAM_TYPE, IS_REQUIRED, HEAT_TEMPLATE_ARTIFACT_UUID, PARAM_NAME) values (?, ?, ?, ?, ?) Hibernate: insert into heat_template_params (PARAM_ALIAS, PARAM_TYPE, IS_REQUIRED, HEAT_TEMPLATE_ARTIFACT_UUID, PARAM_NAME) values (?, ?, ?, ?, ?) Hibernate: insert into heat_template_params (PARAM_ALIAS, PARAM_TYPE, IS_REQUIRED, HEAT_TEMPLATE_ARTIFACT_UUID, PARAM_NAME) values (?, ?, ?, ?, ?) Hibernate: insert into heat_template_params (PARAM_ALIAS, PARAM_TYPE, IS_REQUIRED, HEAT_TEMPLATE_ARTIFACT_UUID, PARAM_NAME) values (?, ?, ?, ?, ?) Hibernate: insert into heat_template_params (PARAM_ALIAS, PARAM_TYPE, IS_REQUIRED, HEAT_TEMPLATE_ARTIFACT_UUID, PARAM_NAME) values (?, ?, ?, ?, ?) Hibernate: insert into heat_template_params (PARAM_ALIAS, PARAM_TYPE, IS_REQUIRED, HEAT_TEMPLATE_ARTIFACT_UUID, PARAM_NAME) values (?, ?, ?, ?, ?) Hibernate: insert into heat_template_params (PARAM_ALIAS, PARAM_TYPE, IS_REQUIRED, HEAT_TEMPLATE_ARTIFACT_UUID, PARAM_NAME) values (?, ?, ?, ?, ?) Hibernate: insert into heat_template_params (PARAM_ALIAS, PARAM_TYPE, IS_REQUIRED, HEAT_TEMPLATE_ARTIFACT_UUID, PARAM_NAME) values (?, ?, ?, ?, ?) Hibernate: insert into heat_template_params (PARAM_ALIAS, PARAM_TYPE, IS_REQUIRED, HEAT_TEMPLATE_ARTIFACT_UUID, PARAM_NAME) values (?, ?, ?, ?, ?) Hibernate: insert into heat_template_params (PARAM_ALIAS, PARAM_TYPE, IS_REQUIRED, HEAT_TEMPLATE_ARTIFACT_UUID, PARAM_NAME) values (?, ?, ?, ?, ?) Hibernate: insert into heat_template_params (PARAM_ALIAS, PARAM_TYPE, IS_REQUIRED, HEAT_TEMPLATE_ARTIFACT_UUID, PARAM_NAME) values (?, ?, ?, ?, ?) Hibernate: insert into heat_template_params (PARAM_ALIAS, PARAM_TYPE, IS_REQUIRED, HEAT_TEMPLATE_ARTIFACT_UUID, PARAM_NAME) values (?, ?, ?, ?, ?) Hibernate: insert into heat_template_params (PARAM_ALIAS, PARAM_TYPE, IS_REQUIRED, HEAT_TEMPLATE_ARTIFACT_UUID, PARAM_NAME) values (?, ?, ?, ?, ?) Hibernate: insert into heat_template_params (PARAM_ALIAS, PARAM_TYPE, IS_REQUIRED, HEAT_TEMPLATE_ARTIFACT_UUID, PARAM_NAME) values (?, ?, ?, ?, ?) Hibernate: insert into heat_template_params (PARAM_ALIAS, PARAM_TYPE, IS_REQUIRED, HEAT_TEMPLATE_ARTIFACT_UUID, PARAM_NAME) values (?, ?, ?, ?, ?) Hibernate: insert into heat_template_params (PARAM_ALIAS, PARAM_TYPE, IS_REQUIRED, HEAT_TEMPLATE_ARTIFACT_UUID, PARAM_NAME) values (?, ?, ?, ?, ?) Hibernate: insert into heat_template_params (PARAM_ALIAS, PARAM_TYPE, IS_REQUIRED, HEAT_TEMPLATE_ARTIFACT_UUID, PARAM_NAME) values (?, ?, ?, ?, ?) Hibernate: insert into heat_template_params (PARAM_ALIAS, PARAM_TYPE, IS_REQUIRED, HEAT_TEMPLATE_ARTIFACT_UUID, PARAM_NAME) values (?, ?, ?, ?, ?) Hibernate: insert into heat_template_params (PARAM_ALIAS, PARAM_TYPE, IS_REQUIRED, HEAT_TEMPLATE_ARTIFACT_UUID, PARAM_NAME) values (?, ?, ?, ?, ?) Hibernate: insert into heat_template_params (PARAM_ALIAS, PARAM_TYPE, IS_REQUIRED, HEAT_TEMPLATE_ARTIFACT_UUID, PARAM_NAME) values (?, ?, ?, ?, ?) Hibernate: insert into vf_module (CREATION_TIMESTAMP, DESCRIPTION, IS_BASE, MODEL_INVARIANT_UUID, MODEL_NAME, MODEL_VERSION, HEAT_TEMPLATE_ARTIFACT_UUID, VNF_RESOURCE_MODEL_UUID, VOL_HEAT_TEMPLATE_ARTIFACT_UUID, MODEL_UUID) values (?, ?, ?, ?, ?, ?, ?, ?, ?, ?) Hibernate: insert into vf_module_customization (AVAILABILITY_ZONE_COUNT, CREATION_TIMESTAMP, HEAT_ENVIRONMENT_ARTIFACT_UUID, INITIAL_COUNT, LABEL, MAX_INSTANCES, MIN_INSTANCES, MODEL_CUSTOMIZATION_UUID, SKIP_POST_INSTANTIATION_CONFIGURATION, VF_MODULE_MODEL_UUID, VNF_RESOURCE_CUSTOMIZATION_ID, VOL_ENVIRONMENT_ARTIFACT_UUID) values (?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?) Hibernate: select vnfccustom0_.MODEL_CUSTOMIZATION_UUID as model_cu1_67_5_, vnfccustom0_.CREATION_TIMESTAMP as creation2_67_5_, vnfccustom0_.DESCRIPTION as descript3_67_5_, vnfccustom0_.MODEL_INSTANCE_NAME as model_in4_67_5_, vnfccustom0_.MODEL_INVARIANT_UUID as model_in5_67_5_, vnfccustom0_.MODEL_NAME as model_na6_67_5_, vnfccustom0_.MODEL_UUID as model_uu7_67_5_, vnfccustom0_.MODEL_VERSION as model_ve8_67_5_, vnfccustom0_.RESOURCE_INPUT as resource9_67_5_, vnfccustom0_.TOSCA_NODE_TYPE as tosca_n10_67_5_, vnfccustom0_.VNFC_INSTANCE_GROUP_CUSTOMIZATION_ID as vnfc_in11_67_5_, cvnfccusto1_.VNFC_CUST_MODEL_CUSTOMIZATION_UUID as vnfc_cu14_24_7_, cvnfccusto1_.ID as id1_24_7_, cvnfccusto1_.ID as id1_24_0_, cvnfccusto1_.CREATION_TIMESTAMP as creation2_24_0_, cvnfccusto1_.DESCRIPTION as descript3_24_0_, cvnfccusto1_.MODEL_CUSTOMIZATION_UUID as model_cu4_24_0_, cvnfccusto1_.MODEL_INSTANCE_NAME as model_in5_24_0_, cvnfccusto1_.MODEL_INVARIANT_UUID as model_in6_24_0_, cvnfccusto1_.MODEL_NAME as model_na7_24_0_, cvnfccusto1_.MODEL_UUID as model_uu8_24_0_, cvnfccusto1_.MODEL_VERSION as model_ve9_24_0_, cvnfccusto1_.NFC_FUNCTION as nfc_fun10_24_0_, cvnfccusto1_.NFC_NAMING_CODE as nfc_nam11_24_0_, cvnfccusto1_.TOSCA_NODE_TYPE as tosca_n12_24_0_, cvnfccusto1_.VF_MODULE_CUSTOMIZATION_ID as vf_modu13_24_0_, cvnfccusto1_.VNFC_CUST_MODEL_CUSTOMIZATION_UUID as vnfc_cu14_24_0_, vfmodulecu2_.ID as id1_60_1_, vfmodulecu2_.AVAILABILITY_ZONE_COUNT as availabi2_60_1_, vfmodulecu2_.CREATION_TIMESTAMP as creation3_60_1_, vfmodulecu2_.HEAT_ENVIRONMENT_ARTIFACT_UUID as heat_en10_60_1_, vfmodulecu2_.INITIAL_COUNT as initial_4_60_1_, vfmodulecu2_.LABEL as label5_60_1_, vfmodulecu2_.MAX_INSTANCES as max_inst6_60_1_, vfmodulecu2_.MIN_INSTANCES as min_inst7_60_1_, vfmodulecu2_.MODEL_CUSTOMIZATION_UUID as model_cu8_60_1_, vfmodulecu2_.SKIP_POST_INSTANTIATION_CONFIGURATION as skip_pos9_60_1_, vfmodulecu2_.VF_MODULE_MODEL_UUID as vf_modu11_60_1_, vfmodulecu2_.VNF_RESOURCE_CUSTOMIZATION_ID as vnf_res12_60_1_, vfmodulecu2_.VOL_ENVIRONMENT_ARTIFACT_UUID as vol_env13_60_1_, vnfcinstan3_.ID as id1_68_2_, vnfcinstan3_.CREATION_TIMESTAMP as creation2_68_2_, vnfcinstan3_.DESCRIPTION as descript3_68_2_, vnfcinstan3_.FUNCTION as function4_68_2_, vnfcinstan3_.INSTANCE_GROUP_MODEL_UUID as instance5_68_2_, vnfcinstan3_.VNF_RESOURCE_CUSTOMIZATION_ID as vnf_reso6_68_2_, instancegr4_.MODEL_UUID as model_uu2_33_3_, instancegr4_.CR_MODEL_UUID as cr_mode10_33_3_, instancegr4_.CREATION_TIMESTAMP as creation3_33_3_, instancegr4_.MODEL_INVARIANT_UUID as model_in4_33_3_, instancegr4_.MODEL_NAME as model_na5_33_3_, instancegr4_.MODEL_VERSION as model_ve6_33_3_, instancegr4_.ROLE as role7_33_3_, instancegr4_.TOSCA_NODE_TYPE as tosca_no8_33_3_, instancegr4_.INSTANCE_GROUP_TYPE as instance9_33_3_, instancegr4_.OBJECT_TYPE as object_t1_33_3_, vnfresourc5_.ID as id1_65_4_, vnfresourc5_.AVAILABILITY_ZONE_MAX_COUNT as availabi2_65_4_, vnfresourc5_.CDS_BLUEPRINT_NAME as cds_blue3_65_4_, vnfresourc5_.CDS_BLUEPRINT_VERSION as cds_blue4_65_4_, vnfresourc5_.CONTROLLER_ACTOR as controll5_65_4_, vnfresourc5_.CREATION_TIMESTAMP as creation6_65_4_, vnfresourc5_.MAX_INSTANCES as max_inst7_65_4_, vnfresourc5_.MIN_INSTANCES as min_inst8_65_4_, vnfresourc5_.MODEL_CUSTOMIZATION_UUID as model_cu9_65_4_, vnfresourc5_.MODEL_INSTANCE_NAME as model_i10_65_4_, vnfresourc5_.MULTI_STAGE_DESIGN as multi_s11_65_4_, vnfresourc5_.NF_DATA_VALID as nf_data12_65_4_, vnfresourc5_.NF_FUNCTION as nf_func13_65_4_, vnfresourc5_.NF_NAMING_CODE as nf_nami14_65_4_, vnfresourc5_.NF_ROLE as nf_role15_65_4_, vnfresourc5_.NF_TYPE as nf_type16_65_4_, vnfresourc5_.RESOURCE_INPUT as resourc17_65_4_, vnfresourc5_.SERVICE_MODEL_UUID as service20_65_4_, vnfresourc5_.SKIP_POST_INSTANTIATION_CONFIGURATION as skip_po18_65_4_, vnfresourc5_.VNF_RESOURCE_MODEL_UUID as vnf_res21_65_4_, vnfresourc5_.VNFCINSTANCEGROUP_ORDER as vnfcins19_65_4_ from vnfc_customization vnfccustom0_ left outer join cvnfc_customization cvnfccusto1_ on vnfccustom0_.MODEL_CUSTOMIZATION_UUID=cvnfccusto1_.VNFC_CUST_MODEL_CUSTOMIZATION_UUID left outer join vf_module_customization vfmodulecu2_ on cvnfccusto1_.VF_MODULE_CUSTOMIZATION_ID=vfmodulecu2_.ID left outer join vnfc_instance_group_customization vnfcinstan3_ on vnfccustom0_.VNFC_INSTANCE_GROUP_CUSTOMIZATION_ID=vnfcinstan3_.ID left outer join instance_group instancegr4_ on vnfcinstan3_.INSTANCE_GROUP_MODEL_UUID=instancegr4_.MODEL_UUID left outer join vnf_resource_customization vnfresourc5_ on vnfcinstan3_.VNF_RESOURCE_CUSTOMIZATION_ID=vnfresourc5_.ID where vnfccustom0_.MODEL_CUSTOMIZATION_UUID=? Hibernate: insert into vnfc_customization (CREATION_TIMESTAMP, DESCRIPTION, MODEL_INSTANCE_NAME, MODEL_INVARIANT_UUID, MODEL_NAME, MODEL_UUID, MODEL_VERSION, RESOURCE_INPUT, TOSCA_NODE_TYPE, VNFC_INSTANCE_GROUP_CUSTOMIZATION_ID, MODEL_CUSTOMIZATION_UUID) values (?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?) Hibernate: insert into cvnfc_customization (CREATION_TIMESTAMP, DESCRIPTION, MODEL_CUSTOMIZATION_UUID, MODEL_INSTANCE_NAME, MODEL_INVARIANT_UUID, MODEL_NAME, MODEL_UUID, MODEL_VERSION, NFC_FUNCTION, NFC_NAMING_CODE, TOSCA_NODE_TYPE, VF_MODULE_CUSTOMIZATION_ID, VNFC_CUST_MODEL_CUSTOMIZATION_UUID) values (?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?) Hibernate: select vnfccustom0_.MODEL_CUSTOMIZATION_UUID as model_cu1_67_5_, vnfccustom0_.CREATION_TIMESTAMP as creation2_67_5_, vnfccustom0_.DESCRIPTION as descript3_67_5_, vnfccustom0_.MODEL_INSTANCE_NAME as model_in4_67_5_, vnfccustom0_.MODEL_INVARIANT_UUID as model_in5_67_5_, vnfccustom0_.MODEL_NAME as model_na6_67_5_, vnfccustom0_.MODEL_UUID as model_uu7_67_5_, vnfccustom0_.MODEL_VERSION as model_ve8_67_5_, vnfccustom0_.RESOURCE_INPUT as resource9_67_5_, vnfccustom0_.TOSCA_NODE_TYPE as tosca_n10_67_5_, vnfccustom0_.VNFC_INSTANCE_GROUP_CUSTOMIZATION_ID as vnfc_in11_67_5_, cvnfccusto1_.VNFC_CUST_MODEL_CUSTOMIZATION_UUID as vnfc_cu14_24_7_, cvnfccusto1_.ID as id1_24_7_, cvnfccusto1_.ID as id1_24_0_, cvnfccusto1_.CREATION_TIMESTAMP as creation2_24_0_, cvnfccusto1_.DESCRIPTION as descript3_24_0_, cvnfccusto1_.MODEL_CUSTOMIZATION_UUID as model_cu4_24_0_, cvnfccusto1_.MODEL_INSTANCE_NAME as model_in5_24_0_, cvnfccusto1_.MODEL_INVARIANT_UUID as model_in6_24_0_, cvnfccusto1_.MODEL_NAME as model_na7_24_0_, cvnfccusto1_.MODEL_UUID as model_uu8_24_0_, cvnfccusto1_.MODEL_VERSION as model_ve9_24_0_, cvnfccusto1_.NFC_FUNCTION as nfc_fun10_24_0_, cvnfccusto1_.NFC_NAMING_CODE as nfc_nam11_24_0_, cvnfccusto1_.TOSCA_NODE_TYPE as tosca_n12_24_0_, cvnfccusto1_.VF_MODULE_CUSTOMIZATION_ID as vf_modu13_24_0_, cvnfccusto1_.VNFC_CUST_MODEL_CUSTOMIZATION_UUID as vnfc_cu14_24_0_, vfmodulecu2_.ID as id1_60_1_, vfmodulecu2_.AVAILABILITY_ZONE_COUNT as availabi2_60_1_, vfmodulecu2_.CREATION_TIMESTAMP as creation3_60_1_, vfmodulecu2_.HEAT_ENVIRONMENT_ARTIFACT_UUID as heat_en10_60_1_, vfmodulecu2_.INITIAL_COUNT as initial_4_60_1_, vfmodulecu2_.LABEL as label5_60_1_, vfmodulecu2_.MAX_INSTANCES as max_inst6_60_1_, vfmodulecu2_.MIN_INSTANCES as min_inst7_60_1_, vfmodulecu2_.MODEL_CUSTOMIZATION_UUID as model_cu8_60_1_, vfmodulecu2_.SKIP_POST_INSTANTIATION_CONFIGURATION as skip_pos9_60_1_, vfmodulecu2_.VF_MODULE_MODEL_UUID as vf_modu11_60_1_, vfmodulecu2_.VNF_RESOURCE_CUSTOMIZATION_ID as vnf_res12_60_1_, vfmodulecu2_.VOL_ENVIRONMENT_ARTIFACT_UUID as vol_env13_60_1_, vnfcinstan3_.ID as id1_68_2_, vnfcinstan3_.CREATION_TIMESTAMP as creation2_68_2_, vnfcinstan3_.DESCRIPTION as descript3_68_2_, vnfcinstan3_.FUNCTION as function4_68_2_, vnfcinstan3_.INSTANCE_GROUP_MODEL_UUID as instance5_68_2_, vnfcinstan3_.VNF_RESOURCE_CUSTOMIZATION_ID as vnf_reso6_68_2_, instancegr4_.MODEL_UUID as model_uu2_33_3_, instancegr4_.CR_MODEL_UUID as cr_mode10_33_3_, instancegr4_.CREATION_TIMESTAMP as creation3_33_3_, instancegr4_.MODEL_INVARIANT_UUID as model_in4_33_3_, instancegr4_.MODEL_NAME as model_na5_33_3_, instancegr4_.MODEL_VERSION as model_ve6_33_3_, instancegr4_.ROLE as role7_33_3_, instancegr4_.TOSCA_NODE_TYPE as tosca_no8_33_3_, instancegr4_.INSTANCE_GROUP_TYPE as instance9_33_3_, instancegr4_.OBJECT_TYPE as object_t1_33_3_, vnfresourc5_.ID as id1_65_4_, vnfresourc5_.AVAILABILITY_ZONE_MAX_COUNT as availabi2_65_4_, vnfresourc5_.CDS_BLUEPRINT_NAME as cds_blue3_65_4_, vnfresourc5_.CDS_BLUEPRINT_VERSION as cds_blue4_65_4_, vnfresourc5_.CONTROLLER_ACTOR as controll5_65_4_, vnfresourc5_.CREATION_TIMESTAMP as creation6_65_4_, vnfresourc5_.MAX_INSTANCES as max_inst7_65_4_, vnfresourc5_.MIN_INSTANCES as min_inst8_65_4_, vnfresourc5_.MODEL_CUSTOMIZATION_UUID as model_cu9_65_4_, vnfresourc5_.MODEL_INSTANCE_NAME as model_i10_65_4_, vnfresourc5_.MULTI_STAGE_DESIGN as multi_s11_65_4_, vnfresourc5_.NF_DATA_VALID as nf_data12_65_4_, vnfresourc5_.NF_FUNCTION as nf_func13_65_4_, vnfresourc5_.NF_NAMING_CODE as nf_nami14_65_4_, vnfresourc5_.NF_ROLE as nf_role15_65_4_, vnfresourc5_.NF_TYPE as nf_type16_65_4_, vnfresourc5_.RESOURCE_INPUT as resourc17_65_4_, vnfresourc5_.SERVICE_MODEL_UUID as service20_65_4_, vnfresourc5_.SKIP_POST_INSTANTIATION_CONFIGURATION as skip_po18_65_4_, vnfresourc5_.VNF_RESOURCE_MODEL_UUID as vnf_res21_65_4_, vnfresourc5_.VNFCINSTANCEGROUP_ORDER as vnfcins19_65_4_ from vnfc_customization vnfccustom0_ left outer join cvnfc_customization cvnfccusto1_ on vnfccustom0_.MODEL_CUSTOMIZATION_UUID=cvnfccusto1_.VNFC_CUST_MODEL_CUSTOMIZATION_UUID left outer join vf_module_customization vfmodulecu2_ on cvnfccusto1_.VF_MODULE_CUSTOMIZATION_ID=vfmodulecu2_.ID left outer join vnfc_instance_group_customization vnfcinstan3_ on vnfccustom0_.VNFC_INSTANCE_GROUP_CUSTOMIZATION_ID=vnfcinstan3_.ID left outer join instance_group instancegr4_ on vnfcinstan3_.INSTANCE_GROUP_MODEL_UUID=instancegr4_.MODEL_UUID left outer join vnf_resource_customization vnfresourc5_ on vnfcinstan3_.VNF_RESOURCE_CUSTOMIZATION_ID=vnfresourc5_.ID where vnfccustom0_.MODEL_CUSTOMIZATION_UUID=? Hibernate: insert into vnfc_customization (CREATION_TIMESTAMP, DESCRIPTION, MODEL_INSTANCE_NAME, MODEL_INVARIANT_UUID, MODEL_NAME, MODEL_UUID, MODEL_VERSION, RESOURCE_INPUT, TOSCA_NODE_TYPE, VNFC_INSTANCE_GROUP_CUSTOMIZATION_ID, MODEL_CUSTOMIZATION_UUID) values (?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?) Hibernate: insert into cvnfc_customization (CREATION_TIMESTAMP, DESCRIPTION, MODEL_CUSTOMIZATION_UUID, MODEL_INSTANCE_NAME, MODEL_INVARIANT_UUID, MODEL_NAME, MODEL_UUID, MODEL_VERSION, NFC_FUNCTION, NFC_NAMING_CODE, TOSCA_NODE_TYPE, VF_MODULE_CUSTOMIZATION_ID, VNFC_CUST_MODEL_CUSTOMIZATION_UUID) values (?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?) Hibernate: select vnfccustom0_.MODEL_CUSTOMIZATION_UUID as model_cu1_67_5_, vnfccustom0_.CREATION_TIMESTAMP as creation2_67_5_, vnfccustom0_.DESCRIPTION as descript3_67_5_, vnfccustom0_.MODEL_INSTANCE_NAME as model_in4_67_5_, vnfccustom0_.MODEL_INVARIANT_UUID as model_in5_67_5_, vnfccustom0_.MODEL_NAME as model_na6_67_5_, vnfccustom0_.MODEL_UUID as model_uu7_67_5_, vnfccustom0_.MODEL_VERSION as model_ve8_67_5_, vnfccustom0_.RESOURCE_INPUT as resource9_67_5_, vnfccustom0_.TOSCA_NODE_TYPE as tosca_n10_67_5_, vnfccustom0_.VNFC_INSTANCE_GROUP_CUSTOMIZATION_ID as vnfc_in11_67_5_, cvnfccusto1_.VNFC_CUST_MODEL_CUSTOMIZATION_UUID as vnfc_cu14_24_7_, cvnfccusto1_.ID as id1_24_7_, cvnfccusto1_.ID as id1_24_0_, cvnfccusto1_.CREATION_TIMESTAMP as creation2_24_0_, cvnfccusto1_.DESCRIPTION as descript3_24_0_, cvnfccusto1_.MODEL_CUSTOMIZATION_UUID as model_cu4_24_0_, cvnfccusto1_.MODEL_INSTANCE_NAME as model_in5_24_0_, cvnfccusto1_.MODEL_INVARIANT_UUID as model_in6_24_0_, cvnfccusto1_.MODEL_NAME as model_na7_24_0_, cvnfccusto1_.MODEL_UUID as model_uu8_24_0_, cvnfccusto1_.MODEL_VERSION as model_ve9_24_0_, cvnfccusto1_.NFC_FUNCTION as nfc_fun10_24_0_, cvnfccusto1_.NFC_NAMING_CODE as nfc_nam11_24_0_, cvnfccusto1_.TOSCA_NODE_TYPE as tosca_n12_24_0_, cvnfccusto1_.VF_MODULE_CUSTOMIZATION_ID as vf_modu13_24_0_, cvnfccusto1_.VNFC_CUST_MODEL_CUSTOMIZATION_UUID as vnfc_cu14_24_0_, vfmodulecu2_.ID as id1_60_1_, vfmodulecu2_.AVAILABILITY_ZONE_COUNT as availabi2_60_1_, vfmodulecu2_.CREATION_TIMESTAMP as creation3_60_1_, vfmodulecu2_.HEAT_ENVIRONMENT_ARTIFACT_UUID as heat_en10_60_1_, vfmodulecu2_.INITIAL_COUNT as initial_4_60_1_, vfmodulecu2_.LABEL as label5_60_1_, vfmodulecu2_.MAX_INSTANCES as max_inst6_60_1_, vfmodulecu2_.MIN_INSTANCES as min_inst7_60_1_, vfmodulecu2_.MODEL_CUSTOMIZATION_UUID as model_cu8_60_1_, vfmodulecu2_.SKIP_POST_INSTANTIATION_CONFIGURATION as skip_pos9_60_1_, vfmodulecu2_.VF_MODULE_MODEL_UUID as vf_modu11_60_1_, vfmodulecu2_.VNF_RESOURCE_CUSTOMIZATION_ID as vnf_res12_60_1_, vfmodulecu2_.VOL_ENVIRONMENT_ARTIFACT_UUID as vol_env13_60_1_, vnfcinstan3_.ID as id1_68_2_, vnfcinstan3_.CREATION_TIMESTAMP as creation2_68_2_, vnfcinstan3_.DESCRIPTION as descript3_68_2_, vnfcinstan3_.FUNCTION as function4_68_2_, vnfcinstan3_.INSTANCE_GROUP_MODEL_UUID as instance5_68_2_, vnfcinstan3_.VNF_RESOURCE_CUSTOMIZATION_ID as vnf_reso6_68_2_, instancegr4_.MODEL_UUID as model_uu2_33_3_, instancegr4_.CR_MODEL_UUID as cr_mode10_33_3_, instancegr4_.CREATION_TIMESTAMP as creation3_33_3_, instancegr4_.MODEL_INVARIANT_UUID as model_in4_33_3_, instancegr4_.MODEL_NAME as model_na5_33_3_, instancegr4_.MODEL_VERSION as model_ve6_33_3_, instancegr4_.ROLE as role7_33_3_, instancegr4_.TOSCA_NODE_TYPE as tosca_no8_33_3_, instancegr4_.INSTANCE_GROUP_TYPE as instance9_33_3_, instancegr4_.OBJECT_TYPE as object_t1_33_3_, vnfresourc5_.ID as id1_65_4_, vnfresourc5_.AVAILABILITY_ZONE_MAX_COUNT as availabi2_65_4_, vnfresourc5_.CDS_BLUEPRINT_NAME as cds_blue3_65_4_, vnfresourc5_.CDS_BLUEPRINT_VERSION as cds_blue4_65_4_, vnfresourc5_.CONTROLLER_ACTOR as controll5_65_4_, vnfresourc5_.CREATION_TIMESTAMP as creation6_65_4_, vnfresourc5_.MAX_INSTANCES as max_inst7_65_4_, vnfresourc5_.MIN_INSTANCES as min_inst8_65_4_, vnfresourc5_.MODEL_CUSTOMIZATION_UUID as model_cu9_65_4_, vnfresourc5_.MODEL_INSTANCE_NAME as model_i10_65_4_, vnfresourc5_.MULTI_STAGE_DESIGN as multi_s11_65_4_, vnfresourc5_.NF_DATA_VALID as nf_data12_65_4_, vnfresourc5_.NF_FUNCTION as nf_func13_65_4_, vnfresourc5_.NF_NAMING_CODE as nf_nami14_65_4_, vnfresourc5_.NF_ROLE as nf_role15_65_4_, vnfresourc5_.NF_TYPE as nf_type16_65_4_, vnfresourc5_.RESOURCE_INPUT as resourc17_65_4_, vnfresourc5_.SERVICE_MODEL_UUID as service20_65_4_, vnfresourc5_.SKIP_POST_INSTANTIATION_CONFIGURATION as skip_po18_65_4_, vnfresourc5_.VNF_RESOURCE_MODEL_UUID as vnf_res21_65_4_, vnfresourc5_.VNFCINSTANCEGROUP_ORDER as vnfcins19_65_4_ from vnfc_customization vnfccustom0_ left outer join cvnfc_customization cvnfccusto1_ on vnfccustom0_.MODEL_CUSTOMIZATION_UUID=cvnfccusto1_.VNFC_CUST_MODEL_CUSTOMIZATION_UUID left outer join vf_module_customization vfmodulecu2_ on cvnfccusto1_.VF_MODULE_CUSTOMIZATION_ID=vfmodulecu2_.ID left outer join vnfc_instance_group_customization vnfcinstan3_ on vnfccustom0_.VNFC_INSTANCE_GROUP_CUSTOMIZATION_ID=vnfcinstan3_.ID left outer join instance_group instancegr4_ on vnfcinstan3_.INSTANCE_GROUP_MODEL_UUID=instancegr4_.MODEL_UUID left outer join vnf_resource_customization vnfresourc5_ on vnfcinstan3_.VNF_RESOURCE_CUSTOMIZATION_ID=vnfresourc5_.ID where vnfccustom0_.MODEL_CUSTOMIZATION_UUID=? Hibernate: insert into vnfc_customization (CREATION_TIMESTAMP, DESCRIPTION, MODEL_INSTANCE_NAME, MODEL_INVARIANT_UUID, MODEL_NAME, MODEL_UUID, MODEL_VERSION, RESOURCE_INPUT, TOSCA_NODE_TYPE, VNFC_INSTANCE_GROUP_CUSTOMIZATION_ID, MODEL_CUSTOMIZATION_UUID) values (?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?) Hibernate: insert into cvnfc_customization (CREATION_TIMESTAMP, DESCRIPTION, MODEL_CUSTOMIZATION_UUID, MODEL_INSTANCE_NAME, MODEL_INVARIANT_UUID, MODEL_NAME, MODEL_UUID, MODEL_VERSION, NFC_FUNCTION, NFC_NAMING_CODE, TOSCA_NODE_TYPE, VF_MODULE_CUSTOMIZATION_ID, VNFC_CUST_MODEL_CUSTOMIZATION_UUID) values (?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?) Hibernate: select watchdogco0_.COMPONENT_NAME as componen1_12_0_, watchdogco0_.DISTRIBUTION_ID as distribu2_12_0_, watchdogco0_.COMPONENT_DISTRIBUTION_STATUS as componen3_12_0_, watchdogco0_.CREATE_TIME as create_t4_12_0_, watchdogco0_.MODIFY_TIME as modify_t5_12_0_ from watchdog_per_component_distribution_status watchdogco0_ where watchdogco0_.COMPONENT_NAME=? and watchdogco0_.DISTRIBUTION_ID=? Hibernate: insert into watchdog_per_component_distribution_status (COMPONENT_DISTRIBUTION_STATUS, CREATE_TIME, MODIFY_TIME, COMPONENT_NAME, DISTRIBUTION_ID) values (?, ?, ?, ?, ?) 2023-02-22T11:50:07.420Z|2fa1a940-0ae6-44a5-a401-00013ae650b9|pool-2-thread-2|||||INFO|500||ASDC_ARTIFACT_DEPLOY_SUC vFW 0e10f1fc-5dad ebda5601-10ff-4e7f-addf-33ba6faa1fb2 1 ASDC deployResourceStructure 2023-02-22T11:50:07.421Z|2fa1a940-0ae6-44a5-a401-00013ae650b9|pool-2-thread-2|||||INFO|500||ASDC_SEND_NOTIF_ASDC DEPLOY DEPLOY_OK /sdc/v1/catalog/services/Vfw20230222114819/1.0/resourceInstances/vfw0e10f1fc5dad0/artifacts/vfw0e10f1fc5dad0_modules.json ASDC sendASDCNotification 2023-02-22T11:50:07.421Z|2fa1a940-0ae6-44a5-a401-00013ae650b9|pool-2-thread-2|||||DEBUG|500||Sending DEPLOY(DEPLOY_OK) notification to ASDC for artifact:/sdc/v1/catalog/services/Vfw20230222114819/1.0/resourceInstances/vfw0e10f1fc5dad0/artifacts/vfw0e10f1fc5dad0_modules.json 2023-02-22T11:50:07.421Z|2fa1a940-0ae6-44a5-a401-00013ae650b9|pool-2-thread-2|||||INFO|500||DistributionClient - sendDeploymentStatus 2023-02-22T11:50:07.422Z|2fa1a940-0ae6-44a5-a401-00013ae650b9|pool-2-thread-2|||||INFO|500||DistributionClient - sendStatus 2023-02-22T11:50:07.424Z|2fa1a940-0ae6-44a5-a401-00013ae650b9|pool-2-thread-2|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap] 2023-02-22T11:50:07.424Z|2fa1a940-0ae6-44a5-a401-00013ae650b9|pool-2-thread-2|||||DEBUG|500||try to send status { "distributionID": "2fa1a940-0ae6-44a5-a401-00013ae650b9", "consumerID": "SO-COpenSource-Env11", "timestamp": 1677066607421, "artifactURL": "/sdc/v1/catalog/services/Vfw20230222114819/1.0/resourceInstances/vfw0e10f1fc5dad0/artifacts/vfw0e10f1fc5dad0_modules.json", "status": "DEPLOY_OK" } 2023-02-22T11:50:07.525Z||pool-30-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms 2023-02-22T11:50:07.526Z||pool-30-thread-1|||||WARN|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO will send credentials over a clear channel. 2023-02-22T11:50:07.526Z||pool-30-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as sXwXLxdJNt84opGN) ... 2023-02-22T11:50:07.540Z||pool-30-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK 2023-02-22T11:50:07.540Z||pool-30-thread-1|||||INFO|500||cambria reply ok (15 ms):{"serverTimeMs":1,"count":1} 2023-02-22T11:50:08.425Z|2fa1a940-0ae6-44a5-a401-00013ae650b9|pool-2-thread-2|||||INFO|500||ASDC_SEND_NOTIF_ASDC DEPLOY DEPLOY_OK /sdc/v1/catalog/services/Vfw20230222114819/1.0/resourceInstances/vfw0e10f1fc5dad0/artifacts/base_vfw.yaml ASDC sendASDCNotification 2023-02-22T11:50:08.426Z|2fa1a940-0ae6-44a5-a401-00013ae650b9|pool-2-thread-2|||||DEBUG|500||Sending DEPLOY(DEPLOY_OK) notification to ASDC for artifact:/sdc/v1/catalog/services/Vfw20230222114819/1.0/resourceInstances/vfw0e10f1fc5dad0/artifacts/base_vfw.yaml 2023-02-22T11:50:08.426Z|2fa1a940-0ae6-44a5-a401-00013ae650b9|pool-2-thread-2|||||INFO|500||DistributionClient - sendDeploymentStatus 2023-02-22T11:50:08.426Z|2fa1a940-0ae6-44a5-a401-00013ae650b9|pool-2-thread-2|||||INFO|500||DistributionClient - sendStatus 2023-02-22T11:50:08.428Z|2fa1a940-0ae6-44a5-a401-00013ae650b9|pool-2-thread-2|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap] 2023-02-22T11:50:08.428Z|2fa1a940-0ae6-44a5-a401-00013ae650b9|pool-2-thread-2|||||DEBUG|500||try to send status { "distributionID": "2fa1a940-0ae6-44a5-a401-00013ae650b9", "consumerID": "SO-COpenSource-Env11", "timestamp": 1677066608425, "artifactURL": "/sdc/v1/catalog/services/Vfw20230222114819/1.0/resourceInstances/vfw0e10f1fc5dad0/artifacts/base_vfw.yaml", "status": "DEPLOY_OK" } 2023-02-22T11:50:08.528Z||pool-31-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms 2023-02-22T11:50:08.529Z||pool-31-thread-1|||||WARN|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO will send credentials over a clear channel. 2023-02-22T11:50:08.529Z||pool-31-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as sXwXLxdJNt84opGN) ... 2023-02-22T11:50:08.542Z||pool-31-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK 2023-02-22T11:50:08.543Z||pool-31-thread-1|||||INFO|500||cambria reply ok (14 ms):{"serverTimeMs":0,"count":1} 2023-02-22T11:50:09.428Z|2fa1a940-0ae6-44a5-a401-00013ae650b9|pool-2-thread-2|||||INFO|500||ASDC_SEND_NOTIF_ASDC DEPLOY DEPLOY_OK /sdc/v1/catalog/services/Vfw20230222114819/1.0/resourceInstances/vfw0e10f1fc5dad0/artifacts/base_vfw.env ASDC sendASDCNotification 2023-02-22T11:50:09.429Z|2fa1a940-0ae6-44a5-a401-00013ae650b9|pool-2-thread-2|||||DEBUG|500||Sending DEPLOY(DEPLOY_OK) notification to ASDC for artifact:/sdc/v1/catalog/services/Vfw20230222114819/1.0/resourceInstances/vfw0e10f1fc5dad0/artifacts/base_vfw.env 2023-02-22T11:50:09.429Z|2fa1a940-0ae6-44a5-a401-00013ae650b9|pool-2-thread-2|||||INFO|500||DistributionClient - sendDeploymentStatus 2023-02-22T11:50:09.430Z|2fa1a940-0ae6-44a5-a401-00013ae650b9|pool-2-thread-2|||||INFO|500||DistributionClient - sendStatus 2023-02-22T11:50:09.432Z|2fa1a940-0ae6-44a5-a401-00013ae650b9|pool-2-thread-2|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap] 2023-02-22T11:50:09.432Z|2fa1a940-0ae6-44a5-a401-00013ae650b9|pool-2-thread-2|||||DEBUG|500||try to send status { "distributionID": "2fa1a940-0ae6-44a5-a401-00013ae650b9", "consumerID": "SO-COpenSource-Env11", "timestamp": 1677066609428, "artifactURL": "/sdc/v1/catalog/services/Vfw20230222114819/1.0/resourceInstances/vfw0e10f1fc5dad0/artifacts/base_vfw.env", "status": "DEPLOY_OK" } 2023-02-22T11:50:09.532Z||pool-32-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms 2023-02-22T11:50:09.533Z||pool-32-thread-1|||||WARN|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO will send credentials over a clear channel. 2023-02-22T11:50:09.533Z||pool-32-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as sXwXLxdJNt84opGN) ... 2023-02-22T11:50:09.544Z||pool-32-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK 2023-02-22T11:50:09.544Z||pool-32-thread-1|||||INFO|500||cambria reply ok (12 ms):{"serverTimeMs":1,"count":1} 2023-02-22T11:50:10.433Z|2fa1a940-0ae6-44a5-a401-00013ae650b9|pool-2-thread-2|||||INFO|500||ASDC_SEND_NOTIF_ASDC DEPLOY DEPLOY_OK /sdc/v1/catalog/services/Vfw20230222114819/1.0/artifacts/service-Vfw20230222114819-csar.csar ASDC sendASDCNotification 2023-02-22T11:50:10.433Z|2fa1a940-0ae6-44a5-a401-00013ae650b9|pool-2-thread-2|||||DEBUG|500||Sending DEPLOY(DEPLOY_OK) notification to ASDC for artifact:/sdc/v1/catalog/services/Vfw20230222114819/1.0/artifacts/service-Vfw20230222114819-csar.csar 2023-02-22T11:50:10.433Z|2fa1a940-0ae6-44a5-a401-00013ae650b9|pool-2-thread-2|||||INFO|500||DistributionClient - sendDeploymentStatus 2023-02-22T11:50:10.434Z|2fa1a940-0ae6-44a5-a401-00013ae650b9|pool-2-thread-2|||||INFO|500||DistributionClient - sendStatus 2023-02-22T11:50:10.435Z|2fa1a940-0ae6-44a5-a401-00013ae650b9|pool-2-thread-2|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap] 2023-02-22T11:50:10.436Z|2fa1a940-0ae6-44a5-a401-00013ae650b9|pool-2-thread-2|||||DEBUG|500||try to send status { "distributionID": "2fa1a940-0ae6-44a5-a401-00013ae650b9", "consumerID": "SO-COpenSource-Env11", "timestamp": 1677066610433, "artifactURL": "/sdc/v1/catalog/services/Vfw20230222114819/1.0/artifacts/service-Vfw20230222114819-csar.csar", "status": "DEPLOY_OK" } 2023-02-22T11:50:10.536Z||pool-33-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms 2023-02-22T11:50:10.537Z||pool-33-thread-1|||||WARN|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO will send credentials over a clear channel. 2023-02-22T11:50:10.537Z||pool-33-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as sXwXLxdJNt84opGN) ... 2023-02-22T11:50:10.551Z||pool-33-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK 2023-02-22T11:50:10.552Z||pool-33-thread-1|||||INFO|500||cambria reply ok (16 ms):{"serverTimeMs":0,"count":1} 2023-02-22T11:50:11.436Z|2fa1a940-0ae6-44a5-a401-00013ae650b9|pool-2-thread-2|||||DEBUG|500||Entered getOverallDistributionStatus method for distrubutionId: 2fa1a940-0ae6-44a5-a401-00013ae650b9 Hibernate: select watchdogdi0_.DISTRIBUTION_ID as distribu1_11_0_, watchdogdi0_.CREATE_TIME as create_t2_11_0_, watchdogdi0_.DISTRIBUTION_ID_STATUS as distribu3_11_0_, watchdogdi0_.MODIFY_TIME as modify_t4_11_0_, watchdogdi0_.LOCK_VERSION as lock_ver5_11_0_ from watchdog_distributionid_status watchdogdi0_ where watchdogdi0_.DISTRIBUTION_ID=? Hibernate: select watchdogco0_.COMPONENT_NAME as componen1_12_, watchdogco0_.DISTRIBUTION_ID as distribu2_12_, watchdogco0_.COMPONENT_DISTRIBUTION_STATUS as componen3_12_, watchdogco0_.CREATE_TIME as create_t4_12_, watchdogco0_.MODIFY_TIME as modify_t5_12_ from watchdog_per_component_distribution_status watchdogco0_ where watchdogco0_.DISTRIBUTION_ID=? 2023-02-22T11:50:11.444Z|2fa1a940-0ae6-44a5-a401-00013ae650b9|pool-2-thread-2|||||DEBUG|500||Executed RequestDB getWatchdogComponentDistributionStatus for distrubutionId: 2fa1a940-0ae6-44a5-a401-00013ae650b9 Hibernate: select watchdogco0_.COMPONENT_NAME as componen1_12_, watchdogco0_.DISTRIBUTION_ID as distribu2_12_, watchdogco0_.COMPONENT_DISTRIBUTION_STATUS as componen3_12_, watchdogco0_.CREATE_TIME as create_t4_12_, watchdogco0_.MODIFY_TIME as modify_t5_12_ from watchdog_per_component_distribution_status watchdogco0_ where watchdogco0_.DISTRIBUTION_ID=? 2023-02-22T11:50:11.447Z|2fa1a940-0ae6-44a5-a401-00013ae650b9|pool-2-thread-2|||||DEBUG|500||Found componentName SO in the WatchDog Component DB 2023-02-22T11:50:11.447Z|2fa1a940-0ae6-44a5-a401-00013ae650b9|pool-2-thread-2|||||DEBUG|500||Found componentName AAI in the WatchDog Component DB 2023-02-22T11:50:11.447Z|2fa1a940-0ae6-44a5-a401-00013ae650b9|pool-2-thread-2|||||DEBUG|500||Found componentName SDNC in the WatchDog Component DB 2023-02-22T11:50:11.447Z|2fa1a940-0ae6-44a5-a401-00013ae650b9|pool-2-thread-2|||||DEBUG|500||Components Size matched with the WatchdogComponentDistributionStatus results. 2023-02-22T11:50:11.447Z|2fa1a940-0ae6-44a5-a401-00013ae650b9|pool-2-thread-2|||||DEBUG|500||Component status: COMPONENT_DONE_OK on componentName: 2023-02-22T11:50:11.448Z|2fa1a940-0ae6-44a5-a401-00013ae650b9|pool-2-thread-2|||||DEBUG|500||Component status: COMPONENT_DONE_OK on componentName: 2023-02-22T11:50:11.448Z|2fa1a940-0ae6-44a5-a401-00013ae650b9|pool-2-thread-2|||||DEBUG|500||Component status: COMPONENT_DONE_OK on componentName: 2023-02-22T11:50:11.448Z|2fa1a940-0ae6-44a5-a401-00013ae650b9|pool-2-thread-2|||||DEBUG|500||Component status: COMPONENT_DONE_OK on componentName: 2023-02-22T11:50:11.448Z|2fa1a940-0ae6-44a5-a401-00013ae650b9|pool-2-thread-2|||||DEBUG|500||Component status: COMPONENT_DONE_OK on componentName: 2023-02-22T11:50:11.448Z|2fa1a940-0ae6-44a5-a401-00013ae650b9|pool-2-thread-2|||||DEBUG|500||Updating overall DistributionStatus to: SUCCESS for distributionId: Hibernate: select watchdogdi0_.DISTRIBUTION_ID as distribu1_11_0_, watchdogdi0_.CREATE_TIME as create_t2_11_0_, watchdogdi0_.DISTRIBUTION_ID_STATUS as distribu3_11_0_, watchdogdi0_.MODIFY_TIME as modify_t4_11_0_, watchdogdi0_.LOCK_VERSION as lock_ver5_11_0_ from watchdog_distributionid_status watchdogdi0_ where watchdogdi0_.DISTRIBUTION_ID=? 2023-02-22T11:50:11.451Z|2fa1a940-0ae6-44a5-a401-00013ae650b9|pool-2-thread-2|||||DEBUG|500||Exiting getOverallDistributionStatus method in WatchdogDistribution 2023-02-22T11:50:41.451Z|2fa1a940-0ae6-44a5-a401-00013ae650b9|pool-2-thread-2|||||DEBUG|500||Entered executePatchAAI method with distrubutionId: 2fa1a940-0ae6-44a5-a401-00013ae650b9 and distributionStatus: Hibernate: select watchdogse0_.DISTRIBUTION_ID as distribu1_13_, watchdogse0_.SERVICE_MODEL_VERSION_ID as service_2_13_, watchdogse0_.CONSUMER_ID as consumer3_13_, watchdogse0_.CREATE_TIME as create_t4_13_, watchdogse0_.DISTRIBUTION_NOTIFICATION as distribu5_13_ from watchdog_service_mod_ver_id_lookup watchdogse0_ where watchdogse0_.DISTRIBUTION_ID=? 2023-02-22T11:50:41.457Z|2fa1a940-0ae6-44a5-a401-00013ae650b9|pool-2-thread-2|||||DEBUG|500||Executed RequestDB getWatchdogServiceModVerIdLookup with distributionId: 2fa1a940-0ae6-44a5-a401-00013ae650b9 and serviceModelVersionId: 62b2b94d-ecd9-4e8a-a793-31a8703b59ee 2023-02-22T11:50:41.457Z|2fa1a940-0ae6-44a5-a401-00013ae650b9|pool-2-thread-2|||||DEBUG|500||ASDC Notification ServiceModelInvariantUUID : 991a7e29-0ff2-4841-ad8f-b5c455e66d56 2023-02-22T11:50:41.459Z|2fa1a940-0ae6-44a5-a401-00013ae650b9|pool-2-thread-2|||||DEBUG|500||Target A&AI Resource URI: /service-design-and-creation/models/model/991a7e29-0ff2-4841-ad8f-b5c455e66d56/model-vers/model-ver/62b2b94d-ecd9-4e8a-a793-31a8703b59ee?depth=0 2023-02-22T11:50:41.468Z|2fa1a940-0ae6-44a5-a401-00013ae650b9|pool-2-thread-2|||||INFO|500||RestClientSSL using default SSL context! 2023-02-22T11:50:41.530Z|2fa1a940-0ae6-44a5-a401-00013ae650b9|pool-2-thread-2|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/991a7e29-0ff2-4841-ad8f-b5c455e66d56/model-vers/model-ver/62b2b94d-ecd9-4e8a-a793-31a8703b59ee?depth=0|INFO|500||Invoke 2023-02-22T11:50:41.531Z|2fa1a940-0ae6-44a5-a401-00013ae650b9|pool-2-thread-2|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/991a7e29-0ff2-4841-ad8f-b5c455e66d56/model-vers/model-ver/62b2b94d-ecd9-4e8a-a793-31a8703b59ee?depth=0|DEBUG|500||Sending HTTP POST (overridden to PATCH) to:https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/991a7e29-0ff2-4841-ad8f-b5c455e66d56/model-vers/model-ver/62b2b94d-ecd9-4e8a-a793-31a8703b59ee?depth=0 with request headers:{Authorization=[***REDACTED***], X-RequestID=[2fa1a940-0ae6-44a5-a401-00013ae650b9], X-FromAppId=[MSO], X-ONAP-PartnerName=[UNKNOWN], X-HTTP-Method-Override=[PATCH], Accept=[application/json], X-InvocationID=[0c0612b2-ec01-43d1-9b04-5e6114d9adf4], X-ECOMP-RequestID=[2fa1a940-0ae6-44a5-a401-00013ae650b9], X-TransactionId=[], X-ONAP-RequestID=[2fa1a940-0ae6-44a5-a401-00013ae650b9], Content-Type=[application/merge-patch+json]} 2023-02-22T11:50:41.555Z|2fa1a940-0ae6-44a5-a401-00013ae650b9|pool-2-thread-2|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/991a7e29-0ff2-4841-ad8f-b5c455e66d56/model-vers/model-ver/62b2b94d-ecd9-4e8a-a793-31a8703b59ee?depth=0|DEBUG|500||{"distribution-status":"DISTRIBUTION_COMPLETE_OK"} 2023-02-22T11:50:41.674Z|2fa1a940-0ae6-44a5-a401-00013ae650b9|pool-2-thread-2|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/991a7e29-0ff2-4841-ad8f-b5c455e66d56/model-vers/model-ver/62b2b94d-ecd9-4e8a-a793-31a8703b59ee?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/991a7e29-0ff2-4841-ad8f-b5c455e66d56/model-vers/model-ver/62b2b94d-ecd9-4e8a-a793-31a8703b59ee?depth=0 has http status code:200 and response headers:{date=[Wed, 22 Feb 2023 11:50:41 GMT], content-length=[0], vertex-id=[114800], x-aai-txid=[2-aai-resources-230222-11:50:41:705-43869], content-type=[application/json], strict-transport-security=[max-age=16000000; includeSubDomains; preload;]} 2023-02-22T11:50:41.674Z|2fa1a940-0ae6-44a5-a401-00013ae650b9|pool-2-thread-2|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/991a7e29-0ff2-4841-ad8f-b5c455e66d56/model-vers/model-ver/62b2b94d-ecd9-4e8a-a793-31a8703b59ee?depth=0|DEBUG|500||Response was returned with an empty entity. 2023-02-22T11:50:41.675Z|2fa1a940-0ae6-44a5-a401-00013ae650b9|pool-2-thread-2|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/991a7e29-0ff2-4841-ad8f-b5c455e66d56/model-vers/model-ver/62b2b94d-ecd9-4e8a-a793-31a8703b59ee?depth=0|INFO|500||InvokeReturn 2023-02-22T11:50:41.675Z|2fa1a940-0ae6-44a5-a401-00013ae650b9|pool-2-thread-2|||||DEBUG|500||A&AI UPDATE MODEL Version is success! 2023-02-22T11:50:41.675Z|2fa1a940-0ae6-44a5-a401-00013ae650b9|pool-2-thread-2|||||DEBUG|500||A&AI Updated succefully with Distribution Status! Hibernate: select service0_.MODEL_UUID as model_uu1_50_, service0_.CDS_BLUEPRINT_NAME as cds_blue2_50_, service0_.CDS_BLUEPRINT_VERSION as cds_blue3_50_, service0_.SERVICE_CATEGORY as service_4_50_, service0_.CONTROLLER_ACTOR as controll5_50_, service0_.CREATION_TIMESTAMP as creation6_50_, service0_.TOSCA_CSAR_ARTIFACT_UUID as tosca_c21_50_, service0_.DESCRIPTION as descript7_50_, service0_.OVERALL_DISTRIBUTION_STATUS as overall_8_50_, service0_.ENVIRONMENT_CONTEXT as environm9_50_, service0_.MODEL_INVARIANT_UUID as model_i10_50_, service0_.MODEL_NAME as model_n11_50_, service0_.MODEL_VERSION as model_v12_50_, service0_.NAMING_POLICY as naming_13_50_, service0_.ONAP_GENERATED_NAMING as onap_ge14_50_, service0_.RESOURCE_ORDER as resourc15_50_, service0_.SERVICE_FUNCTION as service16_50_, service0_.SERVICE_ROLE as service17_50_, service0_.SERVICE_TYPE as service18_50_, service0_.SKIP_POST_INSTANTIATION_CONFIGURATION as skip_po19_50_, service0_.WORKLOAD_CONTEXT as workloa20_50_ from service service0_ where service0_.MODEL_UUID=? 2023-02-22T11:50:41.681Z|2fa1a940-0ae6-44a5-a401-00013ae650b9|pool-2-thread-2|||||ERROR|500||Error updating CatalogDBStatus java.lang.NullPointerException: null at org.onap.so.asdc.tenantIsolation.WatchdogDistribution.updateCatalogDBStatus(WatchdogDistribution.java:206) at org.onap.so.asdc.client.ASDCController.treatNotification(ASDCController.java:690) at org.onap.so.asdc.client.ASDCNotificationCallBack.activateCallback(ASDCNotificationCallBack.java:52) at org.onap.sdc.impl.NotificationConsumer.run(NotificationConsumer.java:71) at java.base/java.util.concurrent.Executors$RunnableAdapter.call(Unknown Source) at java.base/java.util.concurrent.FutureTask.runAndReset(Unknown Source) at java.base/java.util.concurrent.ScheduledThreadPoolExecutor$ScheduledFutureTask.run(Unknown Source) at java.base/java.util.concurrent.ThreadPoolExecutor.runWorker(Unknown Source) at java.base/java.util.concurrent.ThreadPoolExecutor$Worker.run(Unknown Source) at java.base/java.lang.Thread.run(Unknown Source) 2023-02-22T11:50:41.681Z|2fa1a940-0ae6-44a5-a401-00013ae650b9|pool-2-thread-2|||||DEBUG|500||Enter sendFinalDistributionStatus with DistributionID 2fa1a940-0ae6-44a5-a401-00013ae650b9 and Status of DISTRIBUTION_COMPLETE_OK and ErrorReason null 2023-02-22T11:50:41.682Z|2fa1a940-0ae6-44a5-a401-00013ae650b9|pool-2-thread-2|||||INFO|500||DistributionClient - sendFinalDistributionStatus status 2023-02-22T11:50:41.682Z|2fa1a940-0ae6-44a5-a401-00013ae650b9|pool-2-thread-2|||||INFO|500||DistributionClient - sendStatus 2023-02-22T11:50:41.686Z|2fa1a940-0ae6-44a5-a401-00013ae650b9|pool-2-thread-2|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap] 2023-02-22T11:50:41.686Z|2fa1a940-0ae6-44a5-a401-00013ae650b9|pool-2-thread-2|||||DEBUG|500||try to send status { "distributionID": "2fa1a940-0ae6-44a5-a401-00013ae650b9", "consumerID": "SO-COpenSource-Env11", "timestamp": 1677066641681, "artifactURL": "", "status": "DISTRIBUTION_COMPLETE_OK" } 2023-02-22T11:50:41.786Z||pool-34-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms 2023-02-22T11:50:41.787Z||pool-34-thread-1|||||WARN|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO will send credentials over a clear channel. 2023-02-22T11:50:41.787Z||pool-34-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as sXwXLxdJNt84opGN) ... 2023-02-22T11:50:41.801Z||pool-34-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK 2023-02-22T11:50:41.802Z||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=? 2023-02-22T11:50:52.607Z|2fa1a940-0ae6-44a5-a401-00013ae650b9|pool-2-thread-2|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2023-02-22T11:50:52.608Z|2fa1a940-0ae6-44a5-a401-00013ae650b9|pool-2-thread-2|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel. 2023-02-22T11:50:52.608Z|2fa1a940-0ae6-44a5-a401-00013ae650b9|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 sXwXLxdJNt84opGN) ... 2023-02-22T11:50:52.609Z||pool-2-thread-10|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2023-02-22T11:50:52.609Z||pool-2-thread-10|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel. 2023-02-22T11:50:52.610Z||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 sXwXLxdJNt84opGN) ... 2023-02-22T11:50:52.744Z||pool-2-thread-10|||||INFO|500|| --> HTTP/1.1 200 OK 2023-02-22T11:50:52.745Z||pool-2-thread-10|||||DEBUG|500||received message from topic 2023-02-22T11:50:52.745Z||pool-2-thread-10|||||DEBUG|500||recieved notification from broker: { "distributionID": "2fa1a940-0ae6-44a5-a401-00013ae650b9", "consumerID": "SO-COpenSource-Env11", "timestamp": 1677066592607, "artifactURL": "/sdc/v1/catalog/services/Vfw20230222114819/1.0/resourceInstances/vfw0e10f1fc5dad0/artifacts/vf-license-model.xml", "status": "NOT_NOTIFIED" } 2023-02-22T11:50:52.746Z||pool-2-thread-10|||||INFO|500||Missing status on Status Object. 2023-02-22T11:51:02.170Z|2fa1a940-0ae6-44a5-a401-00013ae650b9|pool-2-thread-2|||||INFO|500|| --> HTTP/1.1 200 OK 2023-02-22T11:51:52.607Z|2fa1a940-0ae6-44a5-a401-00013ae650b9|pool-2-thread-2|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2023-02-22T11:51:52.608Z|2fa1a940-0ae6-44a5-a401-00013ae650b9|pool-2-thread-2|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel. 2023-02-22T11:51:52.608Z|2fa1a940-0ae6-44a5-a401-00013ae650b9|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 sXwXLxdJNt84opGN) ... 2023-02-22T11:51:52.609Z||pool-2-thread-5|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2023-02-22T11:51:52.609Z||pool-2-thread-5|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel. 2023-02-22T11:51:52.609Z||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 sXwXLxdJNt84opGN) ... 2023-02-22T11:51:53.173Z||pool-2-thread-5|||||INFO|500|| --> HTTP/1.1 200 OK 2023-02-22T11:51:53.174Z||pool-2-thread-5|||||DEBUG|500||received message from topic 2023-02-22T11:51:53.174Z||pool-2-thread-5|||||DEBUG|500||recieved notification from broker: { "distributionID": "2fa1a940-0ae6-44a5-a401-00013ae650b9", "consumerID": "SO-COpenSource-Env11", "timestamp": 1677066592607, "artifactURL": "/sdc/v1/catalog/services/Vfw20230222114819/1.0/resourceInstances/vfw0e10f1fc5dad0/artifacts/vfw0e10f1fc5dad0_modules.json", "status": "NOTIFIED" } 2023-02-22T11:51:53.175Z||pool-2-thread-5|||||INFO|500||Missing status on Status Object. 2023-02-22T11:51:53.175Z||pool-2-thread-5|||||DEBUG|500||received message from topic 2023-02-22T11:51:53.176Z||pool-2-thread-5|||||DEBUG|500||recieved notification from broker: { "distributionID": "2fa1a940-0ae6-44a5-a401-00013ae650b9", "consumerID": "SO-COpenSource-Env11", "timestamp": 1677066592607, "artifactURL": "/sdc/v1/catalog/services/Vfw20230222114819/1.0/resourceInstances/vfw0e10f1fc5dad0/artifacts/base_vfw.yaml", "status": "NOTIFIED" } 2023-02-22T11:51:53.176Z||pool-2-thread-5|||||INFO|500||Missing status on Status Object. 2023-02-22T11:51:53.176Z||pool-2-thread-5|||||DEBUG|500||received message from topic 2023-02-22T11:51:53.176Z||pool-2-thread-5|||||DEBUG|500||recieved notification from broker: { "distributionID": "2fa1a940-0ae6-44a5-a401-00013ae650b9", "consumerID": "SO-COpenSource-Env11", "timestamp": 1677066592607, "artifactURL": "/sdc/v1/catalog/services/Vfw20230222114819/1.0/resourceInstances/vfw0e10f1fc5dad0/artifacts/vendor-license-model.xml", "status": "NOT_NOTIFIED" } 2023-02-22T11:51:53.176Z||pool-2-thread-5|||||INFO|500||Missing status on Status Object. 2023-02-22T11:51:53.176Z||pool-2-thread-5|||||DEBUG|500||received message from topic 2023-02-22T11:51:53.177Z||pool-2-thread-5|||||DEBUG|500||recieved notification from broker: { "distributionID": "2fa1a940-0ae6-44a5-a401-00013ae650b9", "consumerID": "SO-COpenSource-Env11", "timestamp": 1677066592607, "artifactURL": "/sdc/v1/catalog/services/Vfw20230222114819/1.0/resourceInstances/vfw0e10f1fc5dad0/artifacts/base_vfw.env", "status": "NOTIFIED" } 2023-02-22T11:51:53.177Z||pool-2-thread-5|||||INFO|500||Missing status on Status Object. 2023-02-22T11:51:53.177Z||pool-2-thread-5|||||DEBUG|500||received message from topic 2023-02-22T11:51:53.177Z||pool-2-thread-5|||||DEBUG|500||recieved notification from broker: { "distributionID": "2fa1a940-0ae6-44a5-a401-00013ae650b9", "consumerID": "SO-COpenSource-Env11", "timestamp": 1677066592607, "artifactURL": "/sdc/v1/catalog/services/Vfw20230222114819/1.0/artifacts/service-Vfw20230222114819-template.yml", "status": "NOT_NOTIFIED" } 2023-02-22T11:51:53.177Z||pool-2-thread-5|||||INFO|500||Missing status on Status Object. 2023-02-22T11:51:53.177Z||pool-2-thread-5|||||DEBUG|500||received message from topic 2023-02-22T11:51:53.178Z||pool-2-thread-5|||||DEBUG|500||recieved notification from broker: { "distributionID": "2fa1a940-0ae6-44a5-a401-00013ae650b9", "consumerID": "SO-COpenSource-Env11", "timestamp": 1677066592607, "artifactURL": "/sdc/v1/catalog/services/Vfw20230222114819/1.0/artifacts/service-Vfw20230222114819-csar.csar", "status": "NOTIFIED" } 2023-02-22T11:51:53.178Z||pool-2-thread-5|||||INFO|500||Missing status on Status Object. 2023-02-22T11:51:53.178Z||pool-2-thread-5|||||DEBUG|500||received message from topic 2023-02-22T11:51:53.178Z||pool-2-thread-5|||||DEBUG|500||recieved notification from broker: { "distributionID": "2fa1a940-0ae6-44a5-a401-00013ae650b9", "consumerID": "SO-COpenSource-Env11", "timestamp": 1677066600477, "artifactURL": "/sdc/v1/catalog/services/Vfw20230222114819/1.0/artifacts/service-Vfw20230222114819-csar.csar", "status": "DOWNLOAD_OK" } 2023-02-22T11:51:53.178Z||pool-2-thread-5|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error' 2023-02-22T11:51:53.178Z||pool-2-thread-5|||||DEBUG|500||received message from topic 2023-02-22T11:51:53.179Z||pool-2-thread-5|||||DEBUG|500||recieved notification from broker: { "distributionID": "2fa1a940-0ae6-44a5-a401-00013ae650b9", "consumerID": "SO-COpenSource-Env11", "timestamp": 1677066604005, "artifactURL": "/sdc/v1/catalog/services/Vfw20230222114819/1.0/resourceInstances/vfw0e10f1fc5dad0/artifacts/vfw0e10f1fc5dad0_modules.json", "status": "DOWNLOAD_OK" } 2023-02-22T11:51:53.179Z||pool-2-thread-5|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error' 2023-02-22T11:51:53.179Z||pool-2-thread-5|||||DEBUG|500||received message from topic 2023-02-22T11:51:53.179Z||pool-2-thread-5|||||DEBUG|500||recieved notification from broker: { "distributionID": "2fa1a940-0ae6-44a5-a401-00013ae650b9", "consumerID": "SO-COpenSource-Env11", "timestamp": 1677066605092, "artifactURL": "/sdc/v1/catalog/services/Vfw20230222114819/1.0/resourceInstances/vfw0e10f1fc5dad0/artifacts/base_vfw.yaml", "status": "DOWNLOAD_OK" } 2023-02-22T11:51:53.179Z||pool-2-thread-5|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error' 2023-02-22T11:51:53.179Z||pool-2-thread-5|||||DEBUG|500||received message from topic 2023-02-22T11:51:53.180Z||pool-2-thread-5|||||DEBUG|500||recieved notification from broker: { "distributionID": "2fa1a940-0ae6-44a5-a401-00013ae650b9", "consumerID": "SO-COpenSource-Env11", "timestamp": 1677066606161, "artifactURL": "/sdc/v1/catalog/services/Vfw20230222114819/1.0/resourceInstances/vfw0e10f1fc5dad0/artifacts/base_vfw.env", "status": "DOWNLOAD_OK" } 2023-02-22T11:51:53.180Z||pool-2-thread-5|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error' 2023-02-22T11:51:53.180Z||pool-2-thread-5|||||DEBUG|500||received message from topic 2023-02-22T11:51:53.180Z||pool-2-thread-5|||||DEBUG|500||recieved notification from broker: { "distributionID": "2fa1a940-0ae6-44a5-a401-00013ae650b9", "consumerID": "SO-COpenSource-Env11", "timestamp": 1677066607421, "artifactURL": "/sdc/v1/catalog/services/Vfw20230222114819/1.0/resourceInstances/vfw0e10f1fc5dad0/artifacts/vfw0e10f1fc5dad0_modules.json", "status": "DEPLOY_OK" } 2023-02-22T11:51:53.180Z||pool-2-thread-5|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error' 2023-02-22T11:51:53.180Z||pool-2-thread-5|||||DEBUG|500||received message from topic 2023-02-22T11:51:53.181Z||pool-2-thread-5|||||DEBUG|500||recieved notification from broker: { "distributionID": "2fa1a940-0ae6-44a5-a401-00013ae650b9", "consumerID": "SO-COpenSource-Env11", "timestamp": 1677066608425, "artifactURL": "/sdc/v1/catalog/services/Vfw20230222114819/1.0/resourceInstances/vfw0e10f1fc5dad0/artifacts/base_vfw.yaml", "status": "DEPLOY_OK" } 2023-02-22T11:51:53.181Z||pool-2-thread-5|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error' 2023-02-22T11:51:53.181Z||pool-2-thread-5|||||DEBUG|500||received message from topic 2023-02-22T11:51:53.181Z||pool-2-thread-5|||||DEBUG|500||recieved notification from broker: { "distributionID": "2fa1a940-0ae6-44a5-a401-00013ae650b9", "consumerID": "SO-COpenSource-Env11", "timestamp": 1677066609428, "artifactURL": "/sdc/v1/catalog/services/Vfw20230222114819/1.0/resourceInstances/vfw0e10f1fc5dad0/artifacts/base_vfw.env", "status": "DEPLOY_OK" } 2023-02-22T11:51:53.181Z||pool-2-thread-5|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error' 2023-02-22T11:51:53.181Z||pool-2-thread-5|||||DEBUG|500||received message from topic 2023-02-22T11:51:53.182Z||pool-2-thread-5|||||DEBUG|500||recieved notification from broker: { "distributionID": "2fa1a940-0ae6-44a5-a401-00013ae650b9", "consumerID": "SO-COpenSource-Env11", "timestamp": 1677066610433, "artifactURL": "/sdc/v1/catalog/services/Vfw20230222114819/1.0/artifacts/service-Vfw20230222114819-csar.csar", "status": "DEPLOY_OK" } 2023-02-22T11:51:53.182Z||pool-2-thread-5|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error' 2023-02-22T11:51:53.182Z||pool-2-thread-5|||||DEBUG|500||received message from topic 2023-02-22T11:51:53.182Z||pool-2-thread-5|||||DEBUG|500||recieved notification from broker: { "distributionID": "2fa1a940-0ae6-44a5-a401-00013ae650b9", "consumerID": "SO-COpenSource-Env11", "timestamp": 1677066641681, "artifactURL": "", "status": "DISTRIBUTION_COMPLETE_OK" } 2023-02-22T11:51:53.182Z||pool-2-thread-5|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error' 2023-02-22T11:52:02.234Z|2fa1a940-0ae6-44a5-a401-00013ae650b9|pool-2-thread-2|||||INFO|500|| --> HTTP/1.1 200 OK 2023-02-22T11:52:52.607Z|2fa1a940-0ae6-44a5-a401-00013ae650b9|pool-2-thread-2|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2023-02-22T11:52:52.608Z|2fa1a940-0ae6-44a5-a401-00013ae650b9|pool-2-thread-2|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel. 2023-02-22T11:52:52.608Z|2fa1a940-0ae6-44a5-a401-00013ae650b9|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 sXwXLxdJNt84opGN) ... 2023-02-22T11:52:52.609Z||pool-2-thread-6|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2023-02-22T11:52:52.610Z||pool-2-thread-6|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel. 2023-02-22T11:52:52.610Z||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 sXwXLxdJNt84opGN) ... 2023-02-22T11:53:02.198Z|2fa1a940-0ae6-44a5-a401-00013ae650b9|pool-2-thread-2|||||INFO|500|| --> HTTP/1.1 200 OK 2023-02-22T11:53:02.199Z||pool-2-thread-6|||||INFO|500|| --> HTTP/1.1 200 OK 2023-02-22T11:53:52.607Z|2fa1a940-0ae6-44a5-a401-00013ae650b9|pool-2-thread-2|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2023-02-22T11:53:52.608Z|2fa1a940-0ae6-44a5-a401-00013ae650b9|pool-2-thread-2|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel. 2023-02-22T11:53:52.608Z|2fa1a940-0ae6-44a5-a401-00013ae650b9|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 sXwXLxdJNt84opGN) ... 2023-02-22T11:53:52.609Z||pool-2-thread-7|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2023-02-22T11:53:52.609Z||pool-2-thread-7|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel. 2023-02-22T11:53:52.609Z||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 sXwXLxdJNt84opGN) ... 2023-02-22T11:54:02.196Z||pool-2-thread-7|||||INFO|500|| --> HTTP/1.1 200 OK 2023-02-22T11:54:02.198Z|2fa1a940-0ae6-44a5-a401-00013ae650b9|pool-2-thread-2|||||INFO|500|| --> HTTP/1.1 200 OK 2023-02-22T11:54:52.607Z|2fa1a940-0ae6-44a5-a401-00013ae650b9|pool-2-thread-2|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2023-02-22T11:54:52.608Z|2fa1a940-0ae6-44a5-a401-00013ae650b9|pool-2-thread-2|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel. 2023-02-22T11:54:52.608Z|2fa1a940-0ae6-44a5-a401-00013ae650b9|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 sXwXLxdJNt84opGN) ... 2023-02-22T11:54:52.609Z||pool-2-thread-7|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2023-02-22T11:54:52.609Z||pool-2-thread-7|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel. 2023-02-22T11:54:52.609Z||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 sXwXLxdJNt84opGN) ... 2023-02-22T11:55:02.184Z||pool-2-thread-7|||||INFO|500|| --> HTTP/1.1 200 OK 2023-02-22T11:55:02.189Z|2fa1a940-0ae6-44a5-a401-00013ae650b9|pool-2-thread-2|||||INFO|500|| --> HTTP/1.1 200 OK 2023-02-22T11:55:52.607Z|2fa1a940-0ae6-44a5-a401-00013ae650b9|pool-2-thread-2|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2023-02-22T11:55:52.608Z|2fa1a940-0ae6-44a5-a401-00013ae650b9|pool-2-thread-2|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel. 2023-02-22T11:55:52.608Z|2fa1a940-0ae6-44a5-a401-00013ae650b9|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 sXwXLxdJNt84opGN) ... 2023-02-22T11:55:52.609Z||pool-2-thread-5|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2023-02-22T11:55:52.609Z||pool-2-thread-5|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel. 2023-02-22T11:55:52.609Z||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 sXwXLxdJNt84opGN) ... 2023-02-22T11:56:02.227Z||pool-2-thread-5|||||INFO|500|| --> HTTP/1.1 200 OK 2023-02-22T11:56:02.233Z|2fa1a940-0ae6-44a5-a401-00013ae650b9|pool-2-thread-2|||||INFO|500|| --> HTTP/1.1 200 OK 2023-02-22T11:56:52.607Z|2fa1a940-0ae6-44a5-a401-00013ae650b9|pool-2-thread-2|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2023-02-22T11:56:52.608Z|2fa1a940-0ae6-44a5-a401-00013ae650b9|pool-2-thread-2|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel. 2023-02-22T11:56:52.608Z|2fa1a940-0ae6-44a5-a401-00013ae650b9|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 sXwXLxdJNt84opGN) ... 2023-02-22T11:56:52.609Z||pool-2-thread-5|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2023-02-22T11:56:52.610Z||pool-2-thread-5|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel. 2023-02-22T11:56:52.610Z||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 sXwXLxdJNt84opGN) ... 2023-02-22T11:57:02.163Z|2fa1a940-0ae6-44a5-a401-00013ae650b9|pool-2-thread-2|||||INFO|500|| --> HTTP/1.1 200 OK 2023-02-22T11:57:02.169Z||pool-2-thread-5|||||INFO|500|| --> HTTP/1.1 200 OK 2023-02-22T11:57:52.607Z|2fa1a940-0ae6-44a5-a401-00013ae650b9|pool-2-thread-2|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2023-02-22T11:57:52.608Z|2fa1a940-0ae6-44a5-a401-00013ae650b9|pool-2-thread-2|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel. 2023-02-22T11:57:52.609Z|2fa1a940-0ae6-44a5-a401-00013ae650b9|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 sXwXLxdJNt84opGN) ... 2023-02-22T11:57:52.610Z||pool-2-thread-10|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2023-02-22T11:57:52.610Z||pool-2-thread-10|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel. 2023-02-22T11:57:52.610Z||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 sXwXLxdJNt84opGN) ... 2023-02-22T11:58:02.168Z|2fa1a940-0ae6-44a5-a401-00013ae650b9|pool-2-thread-2|||||INFO|500|| --> HTTP/1.1 200 OK 2023-02-22T11:58:02.178Z||pool-2-thread-10|||||INFO|500|| --> HTTP/1.1 200 OK 2023-02-22T11:58:52.607Z|2fa1a940-0ae6-44a5-a401-00013ae650b9|pool-2-thread-2|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2023-02-22T11:58:52.608Z|2fa1a940-0ae6-44a5-a401-00013ae650b9|pool-2-thread-2|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel. 2023-02-22T11:58:52.608Z|2fa1a940-0ae6-44a5-a401-00013ae650b9|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 sXwXLxdJNt84opGN) ... 2023-02-22T11:58:52.609Z||pool-2-thread-3|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2023-02-22T11:58:52.609Z||pool-2-thread-3|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel. 2023-02-22T11:58:52.609Z||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 sXwXLxdJNt84opGN) ... 2023-02-22T11:59:02.181Z||pool-2-thread-3|||||INFO|500|| --> HTTP/1.1 200 OK 2023-02-22T11:59:02.181Z|2fa1a940-0ae6-44a5-a401-00013ae650b9|pool-2-thread-2|||||INFO|500|| --> HTTP/1.1 200 OK 2023-02-22T11:59:52.607Z|2fa1a940-0ae6-44a5-a401-00013ae650b9|pool-2-thread-2|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2023-02-22T11:59:52.608Z|2fa1a940-0ae6-44a5-a401-00013ae650b9|pool-2-thread-2|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel. 2023-02-22T11:59:52.608Z|2fa1a940-0ae6-44a5-a401-00013ae650b9|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 sXwXLxdJNt84opGN) ... 2023-02-22T11:59:52.609Z||pool-2-thread-9|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2023-02-22T11:59:52.610Z||pool-2-thread-9|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel. 2023-02-22T11:59:52.610Z||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 sXwXLxdJNt84opGN) ... 2023-02-22T12:00:02.168Z|2fa1a940-0ae6-44a5-a401-00013ae650b9|pool-2-thread-2|||||INFO|500|| --> HTTP/1.1 200 OK 2023-02-22T12:00:02.171Z||pool-2-thread-9|||||INFO|500|| --> HTTP/1.1 200 OK 2023-02-22T12:00:52.607Z|2fa1a940-0ae6-44a5-a401-00013ae650b9|pool-2-thread-2|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2023-02-22T12:00:52.609Z|2fa1a940-0ae6-44a5-a401-00013ae650b9|pool-2-thread-2|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel. 2023-02-22T12:00:52.609Z||pool-2-thread-8|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2023-02-22T12:00:52.609Z|2fa1a940-0ae6-44a5-a401-00013ae650b9|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 sXwXLxdJNt84opGN) ... 2023-02-22T12:00:52.609Z||pool-2-thread-8|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel. 2023-02-22T12:00:52.609Z||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 sXwXLxdJNt84opGN) ... 2023-02-22T12:01:02.185Z|2fa1a940-0ae6-44a5-a401-00013ae650b9|pool-2-thread-2|||||INFO|500|| --> HTTP/1.1 200 OK 2023-02-22T12:01:02.187Z||pool-2-thread-8|||||INFO|500|| --> HTTP/1.1 200 OK 2023-02-22T12:01:52.607Z|2fa1a940-0ae6-44a5-a401-00013ae650b9|pool-2-thread-2|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2023-02-22T12:01:52.608Z|2fa1a940-0ae6-44a5-a401-00013ae650b9|pool-2-thread-2|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel. 2023-02-22T12:01:52.608Z|2fa1a940-0ae6-44a5-a401-00013ae650b9|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 sXwXLxdJNt84opGN) ... 2023-02-22T12:01:52.609Z||pool-2-thread-1|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2023-02-22T12:01:52.609Z||pool-2-thread-1|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel. 2023-02-22T12:01:52.609Z||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 sXwXLxdJNt84opGN) ... 2023-02-22T12:01:53.239Z|2fa1a940-0ae6-44a5-a401-00013ae650b9|pool-2-thread-2|||||INFO|500|| --> HTTP/1.1 200 OK 2023-02-22T12:01:53.240Z|2fa1a940-0ae6-44a5-a401-00013ae650b9|pool-2-thread-2|||||DEBUG|500||received message from topic 2023-02-22T12:01:53.240Z|2fa1a940-0ae6-44a5-a401-00013ae650b9|pool-2-thread-2|||||DEBUG|500||recieved notification from broker: {"distributionID":"b496cc0e-b578-4573-8ec3-56a264c931ff","serviceName":"basic_network","serviceVersion":"1.0","serviceUUID":"ffee45e1-def4-4e1b-a680-35068b30ebe6","serviceDescription":"service","serviceInvariantUUID":"674fc224-26cd-4978-a3d8-a52da5170603","resources":[{"resourceInstanceName":"Generic NeutronNet 0","resourceName":"Generic NeutronNet","resourceVersion":"1.0","resoucreType":"VL","resourceUUID":"c000dd7d-df36-43e3-a0aa-f1084810e662","resourceInvariantUUID":"42706293-8438-49b9-a02a-2432c91ae535","resourceCustomizationUUID":"a31b7c60-16bd-4fd9-916a-385e96bcacc2","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":"OTg5OWY2OTIyOTkxZDJiNTc2ZmRiM2Q5YzkyODU2MWE\u003d","artifactDescription":"TOSCA representation of the asset","artifactTimeout":0,"artifactUUID":"8e09710d-5240-448f-98f9-1bf0b5352048","artifactVersion":"1"},{"artifactName":"service-BasicNetwork-csar.csar","artifactType":"TOSCA_CSAR","artifactURL":"/sdc/v1/catalog/services/BasicNetwork/1.0/artifacts/service-BasicNetwork-csar.csar","artifactChecksum":"NmE0NWFkNTdhYjQyMDg5YmM2NTU2OTY5YTYxYWZhM2Q\u003d","artifactDescription":"TOSCA definition package of the asset","artifactTimeout":0,"artifactUUID":"7dee405f-71f8-44a0-bb9a-b64d09b87075","artifactVersion":"1"}],"workloadContext":"Production"} 2023-02-22T12:01:53.246Z|2fa1a940-0ae6-44a5-a401-00013ae650b9|pool-2-thread-2|||||INFO|500||DistributionClient - sendNotificationStatus 2023-02-22T12:01:53.247Z|2fa1a940-0ae6-44a5-a401-00013ae650b9|pool-2-thread-2|||||INFO|500||DistributionClient - sendStatus 2023-02-22T12:01:53.251Z|2fa1a940-0ae6-44a5-a401-00013ae650b9|pool-2-thread-2|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap] 2023-02-22T12:01:53.251Z|2fa1a940-0ae6-44a5-a401-00013ae650b9|pool-2-thread-2|||||DEBUG|500||try to send status { "distributionID": "b496cc0e-b578-4573-8ec3-56a264c931ff", "consumerID": "SO-COpenSource-Env11", "timestamp": 1677067312607, "artifactURL": "/sdc/v1/catalog/services/BasicNetwork/1.0/artifacts/service-BasicNetwork-template.yml", "status": "NOT_NOTIFIED" } 2023-02-22T12:01:53.258Z||pool-2-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK 2023-02-22T12:01:53.260Z||pool-2-thread-1|||||DEBUG|500||received message from topic 2023-02-22T12:01:53.260Z||pool-2-thread-1|||||DEBUG|500||recieved notification from broker: { "distributionID": "b496cc0e-b578-4573-8ec3-56a264c931ff", "consumerID": "sdc-COpenSource-Env11-sdnc-dockero", "timestamp": 1677067259920, "artifactURL": "/sdc/v1/catalog/services/BasicNetwork/1.0/artifacts/service-BasicNetwork-template.yml", "status": "NOT_NOTIFIED" } 2023-02-22T12:01:53.261Z||pool-2-thread-1|||||INFO|500||Missing status on Status Object. 2023-02-22T12:01:53.261Z||pool-2-thread-1|||||DEBUG|500||received message from topic 2023-02-22T12:01:53.261Z||pool-2-thread-1|||||DEBUG|500||recieved notification from broker: { "distributionID": "b496cc0e-b578-4573-8ec3-56a264c931ff", "consumerID": "cds", "timestamp": 1677067265171, "artifactURL": "/sdc/v1/catalog/services/BasicNetwork/1.0/artifacts/service-BasicNetwork-template.yml", "status": "NOT_NOTIFIED" } 2023-02-22T12:01:53.261Z||pool-2-thread-1|||||INFO|500||Missing status on Status Object. 2023-02-22T12:01:53.261Z||pool-2-thread-1|||||DEBUG|500||received message from topic 2023-02-22T12:01:53.261Z||pool-2-thread-1|||||DEBUG|500||recieved notification from broker: { "distributionID": "b496cc0e-b578-4573-8ec3-56a264c931ff", "consumerID": "ves-openapi-manager", "timestamp": 1677067260004, "artifactURL": "/sdc/v1/catalog/services/BasicNetwork/1.0/artifacts/service-BasicNetwork-template.yml", "status": "NOT_NOTIFIED" } 2023-02-22T12:01:53.262Z||pool-2-thread-1|||||INFO|500||Missing status on Status Object. 2023-02-22T12:01:53.262Z||pool-2-thread-1|||||DEBUG|500||received message from topic 2023-02-22T12:01:53.262Z||pool-2-thread-1|||||DEBUG|500||recieved notification from broker: { "distributionID": "b496cc0e-b578-4573-8ec3-56a264c931ff", "consumerID": "sdc-COpenSource-Env11-sdnc-dockero", "timestamp": 1677067259920, "artifactURL": "/sdc/v1/catalog/services/BasicNetwork/1.0/artifacts/service-BasicNetwork-csar.csar", "status": "NOTIFIED" } 2023-02-22T12:01:53.262Z||pool-2-thread-1|||||INFO|500||Missing status on Status Object. 2023-02-22T12:01:53.262Z||pool-2-thread-1|||||DEBUG|500||received message from topic 2023-02-22T12:01:53.262Z||pool-2-thread-1|||||DEBUG|500||recieved notification from broker: { "distributionID": "b496cc0e-b578-4573-8ec3-56a264c931ff", "consumerID": "cds", "timestamp": 1677067265171, "artifactURL": "/sdc/v1/catalog/services/BasicNetwork/1.0/artifacts/service-BasicNetwork-csar.csar", "status": "NOTIFIED" } 2023-02-22T12:01:53.262Z||pool-2-thread-1|||||INFO|500||Missing status on Status Object. 2023-02-22T12:01:53.262Z||pool-2-thread-1|||||DEBUG|500||received message from topic 2023-02-22T12:01:53.262Z||pool-2-thread-1|||||DEBUG|500||recieved notification from broker: { "distributionID": "b496cc0e-b578-4573-8ec3-56a264c931ff", "consumerID": "ves-openapi-manager", "timestamp": 1677067260004, "artifactURL": "/sdc/v1/catalog/services/BasicNetwork/1.0/artifacts/service-BasicNetwork-csar.csar", "status": "NOT_NOTIFIED" } 2023-02-22T12:01:53.263Z||pool-2-thread-1|||||INFO|500||Missing status on Status Object. 2023-02-22T12:01:53.263Z||pool-2-thread-1|||||DEBUG|500||received message from topic 2023-02-22T12:01:53.263Z||pool-2-thread-1|||||DEBUG|500||recieved notification from broker: { "distributionID": "b496cc0e-b578-4573-8ec3-56a264c931ff", "consumerID": "sdc-COpenSource-Env11-sdnc-dockero", "timestamp": 1677067268370, "artifactURL": "/sdc/v1/catalog/services/BasicNetwork/1.0/artifacts/service-BasicNetwork-csar.csar", "status": "DOWNLOAD_OK" } 2023-02-22T12:01:53.263Z||pool-2-thread-1|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error' 2023-02-22T12:01:53.263Z||pool-2-thread-1|||||DEBUG|500||received message from topic 2023-02-22T12:01:53.263Z||pool-2-thread-1|||||DEBUG|500||recieved notification from broker: { "distributionID": "b496cc0e-b578-4573-8ec3-56a264c931ff", "consumerID": "cds", "timestamp": 1677067269333, "artifactURL": "/sdc/v1/catalog/services/BasicNetwork/1.0/artifacts/service-BasicNetwork-csar.csar", "status": "DOWNLOAD_OK" } 2023-02-22T12:01:53.263Z||pool-2-thread-1|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error' 2023-02-22T12:01:53.263Z||pool-2-thread-1|||||DEBUG|500||received message from topic 2023-02-22T12:01:53.263Z||pool-2-thread-1|||||DEBUG|500||recieved notification from broker: { "distributionID": "b496cc0e-b578-4573-8ec3-56a264c931ff", "consumerID": "multicloud-k8s-id", "timestamp": 1677067267984, "artifactURL": "/sdc/v1/catalog/services/BasicNetwork/1.0/artifacts/service-BasicNetwork-template.yml", "status": "NOT_NOTIFIED" } 2023-02-22T12:01:53.263Z||pool-2-thread-1|||||INFO|500||Missing status on Status Object. 2023-02-22T12:01:53.263Z||pool-2-thread-1|||||DEBUG|500||received message from topic 2023-02-22T12:01:53.264Z||pool-2-thread-1|||||DEBUG|500||recieved notification from broker: { "distributionID": "b496cc0e-b578-4573-8ec3-56a264c931ff", "consumerID": "cds", "timestamp": 1677067270344, "artifactURL": "/sdc/v1/catalog/services/BasicNetwork/1.0/artifacts/service-BasicNetwork-csar.csar", "status": "COMPONENT_DONE_OK", "componentName": "cds" } Hibernate: select watchdogdi0_.DISTRIBUTION_ID as distribu1_11_0_, watchdogdi0_.CREATE_TIME as create_t2_11_0_, watchdogdi0_.DISTRIBUTION_ID_STATUS as distribu3_11_0_, watchdogdi0_.MODIFY_TIME as modify_t4_11_0_, watchdogdi0_.LOCK_VERSION as lock_ver5_11_0_ from watchdog_distributionid_status watchdogdi0_ where watchdogdi0_.DISTRIBUTION_ID=? Hibernate: select watchdogdi0_.DISTRIBUTION_ID as distribu1_11_0_, watchdogdi0_.CREATE_TIME as create_t2_11_0_, watchdogdi0_.DISTRIBUTION_ID_STATUS as distribu3_11_0_, watchdogdi0_.MODIFY_TIME as modify_t4_11_0_, watchdogdi0_.LOCK_VERSION as lock_ver5_11_0_ from watchdog_distributionid_status watchdogdi0_ where watchdogdi0_.DISTRIBUTION_ID=? Hibernate: insert into watchdog_distributionid_status (CREATE_TIME, DISTRIBUTION_ID_STATUS, MODIFY_TIME, LOCK_VERSION, DISTRIBUTION_ID) values (?, ?, ?, ?, ?) 2023-02-22T12:01:53.284Z||pool-2-thread-1|||||DEBUG|500||Receive a callback componentStatus in ASDC, for componentName: cds and status of COMPONENT_DONE_OK distributionID of b496cc0e-b578-4573-8ec3-56a264c931ff 2023-02-22T12:01:53.285Z||pool-2-thread-1|||||DEBUG|500||Entering installTheComponentStatus for distributionId b496cc0e-b578-4573-8ec3-56a264c931ff and ComponentName cds Hibernate: select watchdogco0_.COMPONENT_NAME as componen1_12_0_, watchdogco0_.DISTRIBUTION_ID as distribu2_12_0_, watchdogco0_.COMPONENT_DISTRIBUTION_STATUS as componen3_12_0_, watchdogco0_.CREATE_TIME as create_t4_12_0_, watchdogco0_.MODIFY_TIME as modify_t5_12_0_ from watchdog_per_component_distribution_status watchdogco0_ where watchdogco0_.COMPONENT_NAME=? and watchdogco0_.DISTRIBUTION_ID=? Hibernate: insert into watchdog_per_component_distribution_status (COMPONENT_DISTRIBUTION_STATUS, CREATE_TIME, MODIFY_TIME, COMPONENT_NAME, DISTRIBUTION_ID) values (?, ?, ?, ?, ?) 2023-02-22T12:01:53.295Z||pool-2-thread-1|||||DEBUG|500||received message from topic 2023-02-22T12:01:53.295Z||pool-2-thread-1|||||DEBUG|500||recieved notification from broker: { "distributionID": "b496cc0e-b578-4573-8ec3-56a264c931ff", "consumerID": "multicloud-k8s-id", "timestamp": 1677067267984, "artifactURL": "/sdc/v1/catalog/services/BasicNetwork/1.0/artifacts/service-BasicNetwork-csar.csar", "status": "NOTIFIED" } 2023-02-22T12:01:53.296Z||pool-2-thread-1|||||INFO|500||Missing status on Status Object. 2023-02-22T12:01:53.296Z||pool-2-thread-1|||||DEBUG|500||received message from topic 2023-02-22T12:01:53.296Z||pool-2-thread-1|||||DEBUG|500||recieved notification from broker: { "distributionID": "b496cc0e-b578-4573-8ec3-56a264c931ff", "consumerID": "sdc-COpenSource-Env11-sdnc-dockero", "timestamp": 1677067270076, "artifactURL": "/sdc/v1/catalog/services/BasicNetwork/1.0/artifacts/service-BasicNetwork-csar.csar", "status": "DEPLOY_OK" } 2023-02-22T12:01:53.296Z||pool-2-thread-1|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error' 2023-02-22T12:01:53.296Z||pool-2-thread-1|||||DEBUG|500||received message from topic 2023-02-22T12:01:53.296Z||pool-2-thread-1|||||DEBUG|500||recieved notification from broker: { "distributionID": "b496cc0e-b578-4573-8ec3-56a264c931ff", "consumerID": "sdc-COpenSource-Env11-sdnc-dockero", "timestamp": 1677067271081, "artifactURL": "", "status": "COMPONENT_DONE_OK", "componentName": "SDNC" } Hibernate: select watchdogdi0_.DISTRIBUTION_ID as distribu1_11_0_, watchdogdi0_.CREATE_TIME as create_t2_11_0_, watchdogdi0_.DISTRIBUTION_ID_STATUS as distribu3_11_0_, watchdogdi0_.MODIFY_TIME as modify_t4_11_0_, watchdogdi0_.LOCK_VERSION as lock_ver5_11_0_ from watchdog_distributionid_status watchdogdi0_ where watchdogdi0_.DISTRIBUTION_ID=? 2023-02-22T12:01:53.301Z||pool-2-thread-1|||||DEBUG|500||Receive a callback componentStatus in ASDC, for componentName: SDNC and status of COMPONENT_DONE_OK distributionID of b496cc0e-b578-4573-8ec3-56a264c931ff 2023-02-22T12:01:53.302Z||pool-2-thread-1|||||DEBUG|500||Entering installTheComponentStatus for distributionId b496cc0e-b578-4573-8ec3-56a264c931ff and ComponentName SDNC Hibernate: select watchdogco0_.COMPONENT_NAME as componen1_12_0_, watchdogco0_.DISTRIBUTION_ID as distribu2_12_0_, watchdogco0_.COMPONENT_DISTRIBUTION_STATUS as componen3_12_0_, watchdogco0_.CREATE_TIME as create_t4_12_0_, watchdogco0_.MODIFY_TIME as modify_t5_12_0_ from watchdog_per_component_distribution_status watchdogco0_ where watchdogco0_.COMPONENT_NAME=? and watchdogco0_.DISTRIBUTION_ID=? Hibernate: insert into watchdog_per_component_distribution_status (COMPONENT_DISTRIBUTION_STATUS, CREATE_TIME, MODIFY_TIME, COMPONENT_NAME, DISTRIBUTION_ID) values (?, ?, ?, ?, ?) 2023-02-22T12:01:53.311Z||pool-2-thread-1|||||DEBUG|500||received message from topic 2023-02-22T12:01:53.311Z||pool-2-thread-1|||||DEBUG|500||recieved notification from broker: { "distributionID": "d98666b3-38ca-416a-aa0c-6bb0c10790f3", "consumerID": "cds", "timestamp": 1677067280171, "artifactURL": "/sdc/v1/catalog/services/DemoPnfJ49jpwhbfuapjybf1vfy/1.0/resourceInstances/pnfc6920d330a0f0/artifacts/vf-license-model.xml", "status": "NOT_NOTIFIED" } 2023-02-22T12:01:53.311Z||pool-2-thread-1|||||INFO|500||Missing status on Status Object. 2023-02-22T12:01:53.311Z||pool-2-thread-1|||||DEBUG|500||received message from topic 2023-02-22T12:01:53.312Z||pool-2-thread-1|||||DEBUG|500||recieved notification from broker: { "distributionID": "b496cc0e-b578-4573-8ec3-56a264c931ff", "consumerID": "aai-ml", "timestamp": 1677067279839, "artifactURL": "/sdc/v1/catalog/services/BasicNetwork/1.0/artifacts/service-BasicNetwork-template.yml", "status": "NOT_NOTIFIED" } 2023-02-22T12:01:53.312Z||pool-2-thread-1|||||INFO|500||Missing status on Status Object. 2023-02-22T12:01:53.312Z||pool-2-thread-1|||||DEBUG|500||received message from topic 2023-02-22T12:01:53.312Z||pool-2-thread-1|||||DEBUG|500||recieved notification from broker: { "distributionID": "d98666b3-38ca-416a-aa0c-6bb0c10790f3", "consumerID": "ves-openapi-manager", "timestamp": 1677067280004, "artifactURL": "/sdc/v1/catalog/services/DemoPnfJ49jpwhbfuapjybf1vfy/1.0/resourceInstances/pnfc6920d330a0f0/artifacts/vf-license-model.xml", "status": "NOT_NOTIFIED" } 2023-02-22T12:01:53.312Z||pool-2-thread-1|||||INFO|500||Missing status on Status Object. 2023-02-22T12:01:53.312Z||pool-2-thread-1|||||DEBUG|500||received message from topic 2023-02-22T12:01:53.313Z||pool-2-thread-1|||||DEBUG|500||recieved notification from broker: { "distributionID": "d98666b3-38ca-416a-aa0c-6bb0c10790f3", "consumerID": "cds", "timestamp": 1677067280171, "artifactURL": "/sdc/v1/catalog/services/DemoPnfJ49jpwhbfuapjybf1vfy/1.0/resourceInstances/pnfc6920d330a0f0/artifacts/pNF.csar", "status": "NOT_NOTIFIED" } 2023-02-22T12:01:53.313Z||pool-2-thread-1|||||INFO|500||Missing status on Status Object. 2023-02-22T12:01:53.313Z||pool-2-thread-1|||||DEBUG|500||received message from topic 2023-02-22T12:01:53.313Z||pool-2-thread-1|||||DEBUG|500||recieved notification from broker: { "distributionID": "b496cc0e-b578-4573-8ec3-56a264c931ff", "consumerID": "aai-ml", "timestamp": 1677067279839, "artifactURL": "/sdc/v1/catalog/services/BasicNetwork/1.0/artifacts/service-BasicNetwork-csar.csar", "status": "NOTIFIED" } 2023-02-22T12:01:53.313Z||pool-2-thread-1|||||INFO|500||Missing status on Status Object. 2023-02-22T12:01:53.313Z||pool-2-thread-1|||||DEBUG|500||received message from topic 2023-02-22T12:01:53.314Z||pool-2-thread-1|||||DEBUG|500||recieved notification from broker: { "distributionID": "d98666b3-38ca-416a-aa0c-6bb0c10790f3", "consumerID": "ves-openapi-manager", "timestamp": 1677067280004, "artifactURL": "/sdc/v1/catalog/services/DemoPnfJ49jpwhbfuapjybf1vfy/1.0/resourceInstances/pnfc6920d330a0f0/artifacts/pNF.csar", "status": "NOT_NOTIFIED" } 2023-02-22T12:01:53.314Z||pool-2-thread-1|||||INFO|500||Missing status on Status Object. 2023-02-22T12:01:53.314Z||pool-2-thread-1|||||DEBUG|500||received message from topic 2023-02-22T12:01:53.314Z||pool-2-thread-1|||||DEBUG|500||recieved notification from broker: { "distributionID": "d98666b3-38ca-416a-aa0c-6bb0c10790f3", "consumerID": "cds", "timestamp": 1677067280171, "artifactURL": "/sdc/v1/catalog/services/DemoPnfJ49jpwhbfuapjybf1vfy/1.0/resourceInstances/pnfc6920d330a0f0/artifacts/mynetconf.yang", "status": "NOT_NOTIFIED" } 2023-02-22T12:01:53.314Z||pool-2-thread-1|||||INFO|500||Missing status on Status Object. 2023-02-22T12:01:53.314Z||pool-2-thread-1|||||DEBUG|500||received message from topic 2023-02-22T12:01:53.315Z||pool-2-thread-1|||||DEBUG|500||recieved notification from broker: { "distributionID": "b496cc0e-b578-4573-8ec3-56a264c931ff", "consumerID": "aai-ml", "timestamp": 1677067282608, "artifactURL": "/sdc/v1/catalog/services/BasicNetwork/1.0/artifacts/service-BasicNetwork-csar.csar", "status": "DOWNLOAD_OK" } 2023-02-22T12:01:53.315Z||pool-2-thread-1|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error' 2023-02-22T12:01:53.315Z||pool-2-thread-1|||||DEBUG|500||received message from topic 2023-02-22T12:01:53.315Z||pool-2-thread-1|||||DEBUG|500||recieved notification from broker: { "distributionID": "d98666b3-38ca-416a-aa0c-6bb0c10790f3", "consumerID": "ves-openapi-manager", "timestamp": 1677067280004, "artifactURL": "/sdc/v1/catalog/services/DemoPnfJ49jpwhbfuapjybf1vfy/1.0/resourceInstances/pnfc6920d330a0f0/artifacts/mynetconf.yang", "status": "NOT_NOTIFIED" } 2023-02-22T12:01:53.315Z||pool-2-thread-1|||||INFO|500||Missing status on Status Object. 2023-02-22T12:01:53.315Z||pool-2-thread-1|||||DEBUG|500||received message from topic 2023-02-22T12:01:53.316Z||pool-2-thread-1|||||DEBUG|500||recieved notification from broker: { "distributionID": "d98666b3-38ca-416a-aa0c-6bb0c10790f3", "consumerID": "cds", "timestamp": 1677067280171, "artifactURL": "/sdc/v1/catalog/services/DemoPnfJ49jpwhbfuapjybf1vfy/1.0/resourceInstances/pnfc6920d330a0f0/artifacts/vendor-license-model.xml", "status": "NOT_NOTIFIED" } 2023-02-22T12:01:53.316Z||pool-2-thread-1|||||INFO|500||Missing status on Status Object. 2023-02-22T12:01:53.316Z||pool-2-thread-1|||||DEBUG|500||received message from topic 2023-02-22T12:01:53.316Z||pool-2-thread-1|||||DEBUG|500||recieved notification from broker: { "distributionID": "d98666b3-38ca-416a-aa0c-6bb0c10790f3", "consumerID": "ves-openapi-manager", "timestamp": 1677067280004, "artifactURL": "/sdc/v1/catalog/services/DemoPnfJ49jpwhbfuapjybf1vfy/1.0/resourceInstances/pnfc6920d330a0f0/artifacts/vendor-license-model.xml", "status": "NOT_NOTIFIED" } 2023-02-22T12:01:53.316Z||pool-2-thread-1|||||INFO|500||Missing status on Status Object. 2023-02-22T12:01:53.316Z||pool-2-thread-1|||||DEBUG|500||received message from topic 2023-02-22T12:01:53.316Z||pool-2-thread-1|||||DEBUG|500||recieved notification from broker: { "distributionID": "d98666b3-38ca-416a-aa0c-6bb0c10790f3", "consumerID": "cds", "timestamp": 1677067280171, "artifactURL": "/sdc/v1/catalog/services/DemoPnfJ49jpwhbfuapjybf1vfy/1.0/resourceInstances/pnfc6920d330a0f0/artifacts/PM_Dictionary.yaml", "status": "NOT_NOTIFIED" } 2023-02-22T12:01:53.317Z||pool-2-thread-1|||||INFO|500||Missing status on Status Object. 2023-02-22T12:01:53.317Z||pool-2-thread-1|||||DEBUG|500||received message from topic 2023-02-22T12:01:53.317Z||pool-2-thread-1|||||DEBUG|500||recieved notification from broker: { "distributionID": "d98666b3-38ca-416a-aa0c-6bb0c10790f3", "consumerID": "ves-openapi-manager", "timestamp": 1677067280004, "artifactURL": "/sdc/v1/catalog/services/DemoPnfJ49jpwhbfuapjybf1vfy/1.0/resourceInstances/pnfc6920d330a0f0/artifacts/PM_Dictionary.yaml", "status": "NOT_NOTIFIED" } 2023-02-22T12:01:53.317Z||pool-2-thread-1|||||INFO|500||Missing status on Status Object. 2023-02-22T12:01:53.317Z||pool-2-thread-1|||||DEBUG|500||received message from topic 2023-02-22T12:01:53.317Z||pool-2-thread-1|||||DEBUG|500||recieved notification from broker: { "distributionID": "d98666b3-38ca-416a-aa0c-6bb0c10790f3", "consumerID": "cds", "timestamp": 1677067280171, "artifactURL": "/sdc/v1/catalog/services/DemoPnfJ49jpwhbfuapjybf1vfy/1.0/resourceInstances/pnfc6920d330a0f0/artifacts/MyPnf_Pnf_v1.yaml", "status": "NOT_NOTIFIED" } 2023-02-22T12:01:53.318Z||pool-2-thread-1|||||INFO|500||Missing status on Status Object. 2023-02-22T12:01:53.318Z||pool-2-thread-1|||||DEBUG|500||received message from topic 2023-02-22T12:01:53.318Z||pool-2-thread-1|||||DEBUG|500||recieved notification from broker: { "distributionID": "d98666b3-38ca-416a-aa0c-6bb0c10790f3", "consumerID": "ves-openapi-manager", "timestamp": 1677067280004, "artifactURL": "/sdc/v1/catalog/services/DemoPnfJ49jpwhbfuapjybf1vfy/1.0/resourceInstances/pnfc6920d330a0f0/artifacts/MyPnf_Pnf_v1.yaml", "status": "NOTIFIED" } 2023-02-22T12:01:53.318Z||pool-2-thread-1|||||INFO|500||Missing status on Status Object. 2023-02-22T12:01:53.318Z||pool-2-thread-1|||||DEBUG|500||received message from topic 2023-02-22T12:01:53.318Z||pool-2-thread-1|||||DEBUG|500||recieved notification from broker: { "distributionID": "d98666b3-38ca-416a-aa0c-6bb0c10790f3", "consumerID": "cds", "timestamp": 1677067280171, "artifactURL": "/sdc/v1/catalog/services/DemoPnfJ49jpwhbfuapjybf1vfy/1.0/artifacts/service-DemoPnfJ49jpwhbfuapjybf1vfy-template.yml", "status": "NOT_NOTIFIED" } 2023-02-22T12:01:53.318Z||pool-2-thread-1|||||INFO|500||Missing status on Status Object. 2023-02-22T12:01:53.318Z||pool-2-thread-1|||||DEBUG|500||received message from topic 2023-02-22T12:01:53.318Z||pool-2-thread-1|||||DEBUG|500||recieved notification from broker: { "distributionID": "d98666b3-38ca-416a-aa0c-6bb0c10790f3", "consumerID": "ves-openapi-manager", "timestamp": 1677067280004, "artifactURL": "/sdc/v1/catalog/services/DemoPnfJ49jpwhbfuapjybf1vfy/1.0/artifacts/service-DemoPnfJ49jpwhbfuapjybf1vfy-template.yml", "status": "NOT_NOTIFIED" } 2023-02-22T12:01:53.318Z||pool-2-thread-1|||||INFO|500||Missing status on Status Object. 2023-02-22T12:01:53.319Z||pool-2-thread-1|||||DEBUG|500||received message from topic 2023-02-22T12:01:53.319Z||pool-2-thread-1|||||DEBUG|500||recieved notification from broker: { "distributionID": "d98666b3-38ca-416a-aa0c-6bb0c10790f3", "consumerID": "cds", "timestamp": 1677067280171, "artifactURL": "/sdc/v1/catalog/services/DemoPnfJ49jpwhbfuapjybf1vfy/1.0/artifacts/service-DemoPnfJ49jpwhbfuapjybf1vfy-csar.csar", "status": "NOTIFIED" } 2023-02-22T12:01:53.319Z||pool-2-thread-1|||||INFO|500||Missing status on Status Object. 2023-02-22T12:01:53.319Z||pool-2-thread-1|||||DEBUG|500||received message from topic 2023-02-22T12:01:53.319Z||pool-2-thread-1|||||DEBUG|500||recieved notification from broker: { "distributionID": "b496cc0e-b578-4573-8ec3-56a264c931ff", "consumerID": "aai-ml", "timestamp": 1677067287742, "artifactURL": "/sdc/v1/catalog/services/BasicNetwork/1.0/artifacts/service-BasicNetwork-csar.csar", "status": "DEPLOY_OK" } 2023-02-22T12:01:53.319Z||pool-2-thread-1|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error' 2023-02-22T12:01:53.319Z||pool-2-thread-1|||||DEBUG|500||received message from topic 2023-02-22T12:01:53.319Z||pool-2-thread-1|||||DEBUG|500||recieved notification from broker: { "distributionID": "d98666b3-38ca-416a-aa0c-6bb0c10790f3", "consumerID": "ves-openapi-manager", "timestamp": 1677067280004, "artifactURL": "/sdc/v1/catalog/services/DemoPnfJ49jpwhbfuapjybf1vfy/1.0/artifacts/service-DemoPnfJ49jpwhbfuapjybf1vfy-csar.csar", "status": "NOT_NOTIFIED" } 2023-02-22T12:01:53.319Z||pool-2-thread-1|||||INFO|500||Missing status on Status Object. 2023-02-22T12:01:53.319Z||pool-2-thread-1|||||DEBUG|500||received message from topic 2023-02-22T12:01:53.319Z||pool-2-thread-1|||||DEBUG|500||recieved notification from broker: { "distributionID": "d98666b3-38ca-416a-aa0c-6bb0c10790f3", "consumerID": "cds", "timestamp": 1677067288936, "artifactURL": "/sdc/v1/catalog/services/DemoPnfJ49jpwhbfuapjybf1vfy/1.0/artifacts/service-DemoPnfJ49jpwhbfuapjybf1vfy-csar.csar", "status": "DOWNLOAD_OK" } 2023-02-22T12:01:53.320Z||pool-2-thread-1|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error' 2023-02-22T12:01:53.320Z||pool-2-thread-1|||||DEBUG|500||received message from topic 2023-02-22T12:01:53.320Z||pool-2-thread-1|||||DEBUG|500||recieved notification from broker: { "distributionID": "d98666b3-38ca-416a-aa0c-6bb0c10790f3", "consumerID": "multicloud-k8s-id", "timestamp": 1677067287984, "artifactURL": "/sdc/v1/catalog/services/DemoPnfJ49jpwhbfuapjybf1vfy/1.0/resourceInstances/pnfc6920d330a0f0/artifacts/vf-license-model.xml", "status": "NOT_NOTIFIED" } 2023-02-22T12:01:53.320Z||pool-2-thread-1|||||INFO|500||Missing status on Status Object. 2023-02-22T12:01:53.320Z||pool-2-thread-1|||||DEBUG|500||received message from topic 2023-02-22T12:01:53.320Z||pool-2-thread-1|||||DEBUG|500||recieved notification from broker: { "distributionID": "b496cc0e-b578-4573-8ec3-56a264c931ff", "consumerID": "aai-ml", "timestamp": 1677067288747, "artifactURL": "", "status": "COMPONENT_DONE_OK", "componentName": "AAI" } Hibernate: select watchdogdi0_.DISTRIBUTION_ID as distribu1_11_0_, watchdogdi0_.CREATE_TIME as create_t2_11_0_, watchdogdi0_.DISTRIBUTION_ID_STATUS as distribu3_11_0_, watchdogdi0_.MODIFY_TIME as modify_t4_11_0_, watchdogdi0_.LOCK_VERSION as lock_ver5_11_0_ from watchdog_distributionid_status watchdogdi0_ where watchdogdi0_.DISTRIBUTION_ID=? 2023-02-22T12:01:53.326Z||pool-2-thread-1|||||DEBUG|500||Receive a callback componentStatus in ASDC, for componentName: AAI and status of COMPONENT_DONE_OK distributionID of b496cc0e-b578-4573-8ec3-56a264c931ff 2023-02-22T12:01:53.326Z||pool-2-thread-1|||||DEBUG|500||Entering installTheComponentStatus for distributionId b496cc0e-b578-4573-8ec3-56a264c931ff and ComponentName AAI Hibernate: select watchdogco0_.COMPONENT_NAME as componen1_12_0_, watchdogco0_.DISTRIBUTION_ID as distribu2_12_0_, watchdogco0_.COMPONENT_DISTRIBUTION_STATUS as componen3_12_0_, watchdogco0_.CREATE_TIME as create_t4_12_0_, watchdogco0_.MODIFY_TIME as modify_t5_12_0_ from watchdog_per_component_distribution_status watchdogco0_ where watchdogco0_.COMPONENT_NAME=? and watchdogco0_.DISTRIBUTION_ID=? Hibernate: insert into watchdog_per_component_distribution_status (COMPONENT_DISTRIBUTION_STATUS, CREATE_TIME, MODIFY_TIME, COMPONENT_NAME, DISTRIBUTION_ID) values (?, ?, ?, ?, ?) 2023-02-22T12:01:53.337Z||pool-2-thread-1|||||DEBUG|500||received message from topic 2023-02-22T12:01:53.337Z||pool-2-thread-1|||||DEBUG|500||recieved notification from broker: { "distributionID": "d98666b3-38ca-416a-aa0c-6bb0c10790f3", "consumerID": "ves-openapi-manager", "timestamp": 1677067288846, "artifactURL": "/sdc/v1/catalog/services/DemoPnfJ49jpwhbfuapjybf1vfy/1.0/resourceInstances/pnfc6920d330a0f0/artifacts/MyPnf_Pnf_v1.yaml", "status": "DOWNLOAD_OK" } 2023-02-22T12:01:53.337Z||pool-2-thread-1|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error' 2023-02-22T12:01:53.337Z||pool-2-thread-1|||||DEBUG|500||received message from topic 2023-02-22T12:01:53.338Z||pool-2-thread-1|||||DEBUG|500||recieved notification from broker: { "distributionID": "d98666b3-38ca-416a-aa0c-6bb0c10790f3", "consumerID": "cds", "timestamp": 1677067289943, "artifactURL": "/sdc/v1/catalog/services/DemoPnfJ49jpwhbfuapjybf1vfy/1.0/artifacts/service-DemoPnfJ49jpwhbfuapjybf1vfy-csar.csar", "status": "COMPONENT_DONE_OK", "componentName": "cds" } Hibernate: select watchdogdi0_.DISTRIBUTION_ID as distribu1_11_0_, watchdogdi0_.CREATE_TIME as create_t2_11_0_, watchdogdi0_.DISTRIBUTION_ID_STATUS as distribu3_11_0_, watchdogdi0_.MODIFY_TIME as modify_t4_11_0_, watchdogdi0_.LOCK_VERSION as lock_ver5_11_0_ from watchdog_distributionid_status watchdogdi0_ where watchdogdi0_.DISTRIBUTION_ID=? Hibernate: select watchdogdi0_.DISTRIBUTION_ID as distribu1_11_0_, watchdogdi0_.CREATE_TIME as create_t2_11_0_, watchdogdi0_.DISTRIBUTION_ID_STATUS as distribu3_11_0_, watchdogdi0_.MODIFY_TIME as modify_t4_11_0_, watchdogdi0_.LOCK_VERSION as lock_ver5_11_0_ from watchdog_distributionid_status watchdogdi0_ where watchdogdi0_.DISTRIBUTION_ID=? Hibernate: insert into watchdog_distributionid_status (CREATE_TIME, DISTRIBUTION_ID_STATUS, MODIFY_TIME, LOCK_VERSION, DISTRIBUTION_ID) values (?, ?, ?, ?, ?) 2023-02-22T12:01:53.358Z||pool-35-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 107 ms 2023-02-22T12:01:53.359Z||pool-35-thread-1|||||WARN|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO will send credentials over a clear channel. 2023-02-22T12:01:53.359Z||pool-35-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as sXwXLxdJNt84opGN) ... 2023-02-22T12:01:53.364Z||pool-2-thread-1|||||DEBUG|500||Receive a callback componentStatus in ASDC, for componentName: cds and status of COMPONENT_DONE_OK distributionID of d98666b3-38ca-416a-aa0c-6bb0c10790f3 2023-02-22T12:01:53.364Z||pool-2-thread-1|||||DEBUG|500||Entering installTheComponentStatus for distributionId d98666b3-38ca-416a-aa0c-6bb0c10790f3 and ComponentName cds Hibernate: select watchdogco0_.COMPONENT_NAME as componen1_12_0_, watchdogco0_.DISTRIBUTION_ID as distribu2_12_0_, watchdogco0_.COMPONENT_DISTRIBUTION_STATUS as componen3_12_0_, watchdogco0_.CREATE_TIME as create_t4_12_0_, watchdogco0_.MODIFY_TIME as modify_t5_12_0_ from watchdog_per_component_distribution_status watchdogco0_ where watchdogco0_.COMPONENT_NAME=? and watchdogco0_.DISTRIBUTION_ID=? Hibernate: insert into watchdog_per_component_distribution_status (COMPONENT_DISTRIBUTION_STATUS, CREATE_TIME, MODIFY_TIME, COMPONENT_NAME, DISTRIBUTION_ID) values (?, ?, ?, ?, ?) 2023-02-22T12:01:53.372Z||pool-35-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK 2023-02-22T12:01:53.373Z||pool-35-thread-1|||||INFO|500||cambria reply ok (15 ms):{"serverTimeMs":0,"count":1} 2023-02-22T12:01:53.375Z||pool-2-thread-1|||||DEBUG|500||received message from topic 2023-02-22T12:01:53.375Z||pool-2-thread-1|||||DEBUG|500||recieved notification from broker: { "distributionID": "d98666b3-38ca-416a-aa0c-6bb0c10790f3", "consumerID": "multicloud-k8s-id", "timestamp": 1677067287984, "artifactURL": "/sdc/v1/catalog/services/DemoPnfJ49jpwhbfuapjybf1vfy/1.0/resourceInstances/pnfc6920d330a0f0/artifacts/pNF.csar", "status": "NOT_NOTIFIED" } 2023-02-22T12:01:53.375Z||pool-2-thread-1|||||INFO|500||Missing status on Status Object. 2023-02-22T12:01:53.375Z||pool-2-thread-1|||||DEBUG|500||received message from topic 2023-02-22T12:01:53.375Z||pool-2-thread-1|||||DEBUG|500||recieved notification from broker: { "distributionID": "d98666b3-38ca-416a-aa0c-6bb0c10790f3", "consumerID": "aai-ml", "timestamp": 1677067279839, "artifactURL": "/sdc/v1/catalog/services/DemoPnfJ49jpwhbfuapjybf1vfy/1.0/resourceInstances/pnfc6920d330a0f0/artifacts/vf-license-model.xml", "status": "NOT_NOTIFIED" } 2023-02-22T12:01:53.375Z||pool-2-thread-1|||||INFO|500||Missing status on Status Object. 2023-02-22T12:01:53.375Z||pool-2-thread-1|||||DEBUG|500||received message from topic 2023-02-22T12:01:53.376Z||pool-2-thread-1|||||DEBUG|500||recieved notification from broker: { "distributionID": "d98666b3-38ca-416a-aa0c-6bb0c10790f3", "consumerID": "ves-openapi-manager", "timestamp": 1677067290052, "artifactURL": "/sdc/v1/catalog/services/DemoPnfJ49jpwhbfuapjybf1vfy/1.0/resourceInstances/pnfc6920d330a0f0/artifacts/MyPnf_Pnf_v1.yaml", "status": "DEPLOY_OK" } 2023-02-22T12:01:53.376Z||pool-2-thread-1|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error' 2023-02-22T12:01:53.376Z||pool-2-thread-1|||||DEBUG|500||received message from topic 2023-02-22T12:01:53.376Z||pool-2-thread-1|||||DEBUG|500||recieved notification from broker: { "distributionID": "d98666b3-38ca-416a-aa0c-6bb0c10790f3", "consumerID": "multicloud-k8s-id", "timestamp": 1677067287984, "artifactURL": "/sdc/v1/catalog/services/DemoPnfJ49jpwhbfuapjybf1vfy/1.0/resourceInstances/pnfc6920d330a0f0/artifacts/mynetconf.yang", "status": "NOT_NOTIFIED" } 2023-02-22T12:01:53.376Z||pool-2-thread-1|||||INFO|500||Missing status on Status Object. 2023-02-22T12:01:53.376Z||pool-2-thread-1|||||DEBUG|500||received message from topic 2023-02-22T12:01:53.376Z||pool-2-thread-1|||||DEBUG|500||recieved notification from broker: { "distributionID": "d98666b3-38ca-416a-aa0c-6bb0c10790f3", "consumerID": "aai-ml", "timestamp": 1677067279839, "artifactURL": "/sdc/v1/catalog/services/DemoPnfJ49jpwhbfuapjybf1vfy/1.0/resourceInstances/pnfc6920d330a0f0/artifacts/pNF.csar", "status": "NOT_NOTIFIED" } 2023-02-22T12:01:53.377Z||pool-2-thread-1|||||INFO|500||Missing status on Status Object. 2023-02-22T12:01:53.377Z||pool-2-thread-1|||||DEBUG|500||received message from topic 2023-02-22T12:01:53.377Z||pool-2-thread-1|||||DEBUG|500||recieved notification from broker: { "distributionID": "d98666b3-38ca-416a-aa0c-6bb0c10790f3", "consumerID": "sdc-COpenSource-Env11-sdnc-dockero", "timestamp": 1677067289920, "artifactURL": "/sdc/v1/catalog/services/DemoPnfJ49jpwhbfuapjybf1vfy/1.0/resourceInstances/pnfc6920d330a0f0/artifacts/vf-license-model.xml", "status": "NOT_NOTIFIED" } 2023-02-22T12:01:53.377Z||pool-2-thread-1|||||INFO|500||Missing status on Status Object. 2023-02-22T12:01:53.377Z||pool-2-thread-1|||||DEBUG|500||received message from topic 2023-02-22T12:01:53.377Z||pool-2-thread-1|||||DEBUG|500||recieved notification from broker: { "distributionID": "d98666b3-38ca-416a-aa0c-6bb0c10790f3", "consumerID": "ves-openapi-manager", "timestamp": 1677067291056, "artifactURL": "", "status": "COMPONENT_DONE_OK", "componentName": "" } Hibernate: select watchdogdi0_.DISTRIBUTION_ID as distribu1_11_0_, watchdogdi0_.CREATE_TIME as create_t2_11_0_, watchdogdi0_.DISTRIBUTION_ID_STATUS as distribu3_11_0_, watchdogdi0_.MODIFY_TIME as modify_t4_11_0_, watchdogdi0_.LOCK_VERSION as lock_ver5_11_0_ from watchdog_distributionid_status watchdogdi0_ where watchdogdi0_.DISTRIBUTION_ID=? 2023-02-22T12:01:53.383Z||pool-2-thread-1|||||DEBUG|500||Receive a callback componentStatus in ASDC, for componentName: and status of COMPONENT_DONE_OK distributionID of d98666b3-38ca-416a-aa0c-6bb0c10790f3 2023-02-22T12:01:53.383Z||pool-2-thread-1|||||DEBUG|500||Entering installTheComponentStatus for distributionId d98666b3-38ca-416a-aa0c-6bb0c10790f3 and ComponentName Hibernate: select watchdogco0_.COMPONENT_NAME as componen1_12_0_, watchdogco0_.DISTRIBUTION_ID as distribu2_12_0_, watchdogco0_.COMPONENT_DISTRIBUTION_STATUS as componen3_12_0_, watchdogco0_.CREATE_TIME as create_t4_12_0_, watchdogco0_.MODIFY_TIME as modify_t5_12_0_ from watchdog_per_component_distribution_status watchdogco0_ where watchdogco0_.COMPONENT_NAME=? and watchdogco0_.DISTRIBUTION_ID=? Hibernate: insert into watchdog_per_component_distribution_status (COMPONENT_DISTRIBUTION_STATUS, CREATE_TIME, MODIFY_TIME, COMPONENT_NAME, DISTRIBUTION_ID) values (?, ?, ?, ?, ?) 2023-02-22T12:01:53.394Z||pool-2-thread-1|||||DEBUG|500||received message from topic 2023-02-22T12:01:53.394Z||pool-2-thread-1|||||DEBUG|500||recieved notification from broker: { "distributionID": "d98666b3-38ca-416a-aa0c-6bb0c10790f3", "consumerID": "multicloud-k8s-id", "timestamp": 1677067287984, "artifactURL": "/sdc/v1/catalog/services/DemoPnfJ49jpwhbfuapjybf1vfy/1.0/resourceInstances/pnfc6920d330a0f0/artifacts/vendor-license-model.xml", "status": "NOT_NOTIFIED" } 2023-02-22T12:01:53.394Z||pool-2-thread-1|||||INFO|500||Missing status on Status Object. 2023-02-22T12:01:53.394Z||pool-2-thread-1|||||DEBUG|500||received message from topic 2023-02-22T12:01:53.395Z||pool-2-thread-1|||||DEBUG|500||recieved notification from broker: { "distributionID": "d98666b3-38ca-416a-aa0c-6bb0c10790f3", "consumerID": "aai-ml", "timestamp": 1677067279839, "artifactURL": "/sdc/v1/catalog/services/DemoPnfJ49jpwhbfuapjybf1vfy/1.0/resourceInstances/pnfc6920d330a0f0/artifacts/mynetconf.yang", "status": "NOT_NOTIFIED" } 2023-02-22T12:01:53.395Z||pool-2-thread-1|||||INFO|500||Missing status on Status Object. 2023-02-22T12:01:53.395Z||pool-2-thread-1|||||DEBUG|500||received message from topic 2023-02-22T12:01:53.395Z||pool-2-thread-1|||||DEBUG|500||recieved notification from broker: { "distributionID": "d98666b3-38ca-416a-aa0c-6bb0c10790f3", "consumerID": "sdc-COpenSource-Env11-sdnc-dockero", "timestamp": 1677067289920, "artifactURL": "/sdc/v1/catalog/services/DemoPnfJ49jpwhbfuapjybf1vfy/1.0/resourceInstances/pnfc6920d330a0f0/artifacts/pNF.csar", "status": "NOT_NOTIFIED" } 2023-02-22T12:01:53.396Z||pool-2-thread-1|||||INFO|500||Missing status on Status Object. 2023-02-22T12:01:53.396Z||pool-2-thread-1|||||DEBUG|500||received message from topic 2023-02-22T12:01:53.396Z||pool-2-thread-1|||||DEBUG|500||recieved notification from broker: { "distributionID": "d98666b3-38ca-416a-aa0c-6bb0c10790f3", "consumerID": "multicloud-k8s-id", "timestamp": 1677067287984, "artifactURL": "/sdc/v1/catalog/services/DemoPnfJ49jpwhbfuapjybf1vfy/1.0/resourceInstances/pnfc6920d330a0f0/artifacts/PM_Dictionary.yaml", "status": "NOT_NOTIFIED" } 2023-02-22T12:01:53.396Z||pool-2-thread-1|||||INFO|500||Missing status on Status Object. 2023-02-22T12:01:53.396Z||pool-2-thread-1|||||DEBUG|500||received message from topic 2023-02-22T12:01:53.396Z||pool-2-thread-1|||||DEBUG|500||recieved notification from broker: { "distributionID": "d98666b3-38ca-416a-aa0c-6bb0c10790f3", "consumerID": "aai-ml", "timestamp": 1677067279839, "artifactURL": "/sdc/v1/catalog/services/DemoPnfJ49jpwhbfuapjybf1vfy/1.0/resourceInstances/pnfc6920d330a0f0/artifacts/vendor-license-model.xml", "status": "NOT_NOTIFIED" } 2023-02-22T12:01:53.397Z||pool-2-thread-1|||||INFO|500||Missing status on Status Object. 2023-02-22T12:01:53.397Z||pool-2-thread-1|||||DEBUG|500||received message from topic 2023-02-22T12:01:53.397Z||pool-2-thread-1|||||DEBUG|500||recieved notification from broker: { "distributionID": "d98666b3-38ca-416a-aa0c-6bb0c10790f3", "consumerID": "sdc-COpenSource-Env11-sdnc-dockero", "timestamp": 1677067289920, "artifactURL": "/sdc/v1/catalog/services/DemoPnfJ49jpwhbfuapjybf1vfy/1.0/resourceInstances/pnfc6920d330a0f0/artifacts/mynetconf.yang", "status": "NOT_NOTIFIED" } 2023-02-22T12:01:53.397Z||pool-2-thread-1|||||INFO|500||Missing status on Status Object. 2023-02-22T12:01:53.397Z||pool-2-thread-1|||||DEBUG|500||received message from topic 2023-02-22T12:01:53.397Z||pool-2-thread-1|||||DEBUG|500||recieved notification from broker: { "distributionID": "d98666b3-38ca-416a-aa0c-6bb0c10790f3", "consumerID": "multicloud-k8s-id", "timestamp": 1677067287984, "artifactURL": "/sdc/v1/catalog/services/DemoPnfJ49jpwhbfuapjybf1vfy/1.0/resourceInstances/pnfc6920d330a0f0/artifacts/MyPnf_Pnf_v1.yaml", "status": "NOT_NOTIFIED" } 2023-02-22T12:01:53.398Z||pool-2-thread-1|||||INFO|500||Missing status on Status Object. 2023-02-22T12:01:53.398Z||pool-2-thread-1|||||DEBUG|500||received message from topic 2023-02-22T12:01:53.398Z||pool-2-thread-1|||||DEBUG|500||recieved notification from broker: { "distributionID": "d98666b3-38ca-416a-aa0c-6bb0c10790f3", "consumerID": "aai-ml", "timestamp": 1677067279839, "artifactURL": "/sdc/v1/catalog/services/DemoPnfJ49jpwhbfuapjybf1vfy/1.0/resourceInstances/pnfc6920d330a0f0/artifacts/PM_Dictionary.yaml", "status": "NOT_NOTIFIED" } 2023-02-22T12:01:53.398Z||pool-2-thread-1|||||INFO|500||Missing status on Status Object. 2023-02-22T12:01:53.398Z||pool-2-thread-1|||||DEBUG|500||received message from topic 2023-02-22T12:01:53.398Z||pool-2-thread-1|||||DEBUG|500||recieved notification from broker: { "distributionID": "d98666b3-38ca-416a-aa0c-6bb0c10790f3", "consumerID": "sdc-COpenSource-Env11-sdnc-dockero", "timestamp": 1677067289920, "artifactURL": "/sdc/v1/catalog/services/DemoPnfJ49jpwhbfuapjybf1vfy/1.0/resourceInstances/pnfc6920d330a0f0/artifacts/vendor-license-model.xml", "status": "NOT_NOTIFIED" } 2023-02-22T12:01:53.399Z||pool-2-thread-1|||||INFO|500||Missing status on Status Object. 2023-02-22T12:01:53.399Z||pool-2-thread-1|||||DEBUG|500||received message from topic 2023-02-22T12:01:53.399Z||pool-2-thread-1|||||DEBUG|500||recieved notification from broker: { "distributionID": "d98666b3-38ca-416a-aa0c-6bb0c10790f3", "consumerID": "multicloud-k8s-id", "timestamp": 1677067287984, "artifactURL": "/sdc/v1/catalog/services/DemoPnfJ49jpwhbfuapjybf1vfy/1.0/artifacts/service-DemoPnfJ49jpwhbfuapjybf1vfy-template.yml", "status": "NOT_NOTIFIED" } 2023-02-22T12:01:53.399Z||pool-2-thread-1|||||INFO|500||Missing status on Status Object. 2023-02-22T12:01:53.399Z||pool-2-thread-1|||||DEBUG|500||received message from topic 2023-02-22T12:01:53.399Z||pool-2-thread-1|||||DEBUG|500||recieved notification from broker: { "distributionID": "d98666b3-38ca-416a-aa0c-6bb0c10790f3", "consumerID": "aai-ml", "timestamp": 1677067279839, "artifactURL": "/sdc/v1/catalog/services/DemoPnfJ49jpwhbfuapjybf1vfy/1.0/resourceInstances/pnfc6920d330a0f0/artifacts/MyPnf_Pnf_v1.yaml", "status": "NOT_NOTIFIED" } 2023-02-22T12:01:53.399Z||pool-2-thread-1|||||INFO|500||Missing status on Status Object. 2023-02-22T12:01:53.400Z||pool-2-thread-1|||||DEBUG|500||received message from topic 2023-02-22T12:01:53.400Z||pool-2-thread-1|||||DEBUG|500||recieved notification from broker: { "distributionID": "d98666b3-38ca-416a-aa0c-6bb0c10790f3", "consumerID": "sdc-COpenSource-Env11-sdnc-dockero", "timestamp": 1677067289920, "artifactURL": "/sdc/v1/catalog/services/DemoPnfJ49jpwhbfuapjybf1vfy/1.0/resourceInstances/pnfc6920d330a0f0/artifacts/PM_Dictionary.yaml", "status": "NOT_NOTIFIED" } 2023-02-22T12:01:53.400Z||pool-2-thread-1|||||INFO|500||Missing status on Status Object. 2023-02-22T12:01:53.400Z||pool-2-thread-1|||||DEBUG|500||received message from topic 2023-02-22T12:01:53.400Z||pool-2-thread-1|||||DEBUG|500||recieved notification from broker: { "distributionID": "d98666b3-38ca-416a-aa0c-6bb0c10790f3", "consumerID": "multicloud-k8s-id", "timestamp": 1677067287984, "artifactURL": "/sdc/v1/catalog/services/DemoPnfJ49jpwhbfuapjybf1vfy/1.0/artifacts/service-DemoPnfJ49jpwhbfuapjybf1vfy-csar.csar", "status": "NOTIFIED" } 2023-02-22T12:01:53.400Z||pool-2-thread-1|||||INFO|500||Missing status on Status Object. 2023-02-22T12:01:53.401Z||pool-2-thread-1|||||DEBUG|500||received message from topic 2023-02-22T12:01:53.401Z||pool-2-thread-1|||||DEBUG|500||recieved notification from broker: { "distributionID": "d98666b3-38ca-416a-aa0c-6bb0c10790f3", "consumerID": "aai-ml", "timestamp": 1677067279839, "artifactURL": "/sdc/v1/catalog/services/DemoPnfJ49jpwhbfuapjybf1vfy/1.0/artifacts/service-DemoPnfJ49jpwhbfuapjybf1vfy-template.yml", "status": "NOT_NOTIFIED" } 2023-02-22T12:01:53.401Z||pool-2-thread-1|||||INFO|500||Missing status on Status Object. 2023-02-22T12:01:53.401Z||pool-2-thread-1|||||DEBUG|500||received message from topic 2023-02-22T12:01:53.401Z||pool-2-thread-1|||||DEBUG|500||recieved notification from broker: { "distributionID": "d98666b3-38ca-416a-aa0c-6bb0c10790f3", "consumerID": "sdc-COpenSource-Env11-sdnc-dockero", "timestamp": 1677067289920, "artifactURL": "/sdc/v1/catalog/services/DemoPnfJ49jpwhbfuapjybf1vfy/1.0/resourceInstances/pnfc6920d330a0f0/artifacts/MyPnf_Pnf_v1.yaml", "status": "NOT_NOTIFIED" } 2023-02-22T12:01:53.401Z||pool-2-thread-1|||||INFO|500||Missing status on Status Object. 2023-02-22T12:01:53.402Z||pool-2-thread-1|||||DEBUG|500||received message from topic 2023-02-22T12:01:53.402Z||pool-2-thread-1|||||DEBUG|500||recieved notification from broker: { "distributionID": "d98666b3-38ca-416a-aa0c-6bb0c10790f3", "consumerID": "aai-ml", "timestamp": 1677067279839, "artifactURL": "/sdc/v1/catalog/services/DemoPnfJ49jpwhbfuapjybf1vfy/1.0/artifacts/service-DemoPnfJ49jpwhbfuapjybf1vfy-csar.csar", "status": "NOTIFIED" } 2023-02-22T12:01:53.402Z||pool-2-thread-1|||||INFO|500||Missing status on Status Object. 2023-02-22T12:01:53.402Z||pool-2-thread-1|||||DEBUG|500||received message from topic 2023-02-22T12:01:53.402Z||pool-2-thread-1|||||DEBUG|500||recieved notification from broker: { "distributionID": "d98666b3-38ca-416a-aa0c-6bb0c10790f3", "consumerID": "sdc-COpenSource-Env11-sdnc-dockero", "timestamp": 1677067289920, "artifactURL": "/sdc/v1/catalog/services/DemoPnfJ49jpwhbfuapjybf1vfy/1.0/artifacts/service-DemoPnfJ49jpwhbfuapjybf1vfy-template.yml", "status": "NOT_NOTIFIED" } 2023-02-22T12:01:53.402Z||pool-2-thread-1|||||INFO|500||Missing status on Status Object. 2023-02-22T12:01:53.403Z||pool-2-thread-1|||||DEBUG|500||received message from topic 2023-02-22T12:01:53.403Z||pool-2-thread-1|||||DEBUG|500||recieved notification from broker: { "distributionID": "d98666b3-38ca-416a-aa0c-6bb0c10790f3", "consumerID": "sdc-COpenSource-Env11-sdnc-dockero", "timestamp": 1677067289920, "artifactURL": "/sdc/v1/catalog/services/DemoPnfJ49jpwhbfuapjybf1vfy/1.0/artifacts/service-DemoPnfJ49jpwhbfuapjybf1vfy-csar.csar", "status": "NOTIFIED" } 2023-02-22T12:01:53.403Z||pool-2-thread-1|||||INFO|500||Missing status on Status Object. 2023-02-22T12:01:53.403Z||pool-2-thread-1|||||DEBUG|500||received message from topic 2023-02-22T12:01:53.403Z||pool-2-thread-1|||||DEBUG|500||recieved notification from broker: { "distributionID": "d98666b3-38ca-416a-aa0c-6bb0c10790f3", "consumerID": "aai-ml", "timestamp": 1677067297901, "artifactURL": "/sdc/v1/catalog/services/DemoPnfJ49jpwhbfuapjybf1vfy/1.0/artifacts/service-DemoPnfJ49jpwhbfuapjybf1vfy-csar.csar", "status": "DOWNLOAD_OK" } 2023-02-22T12:01:53.403Z||pool-2-thread-1|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error' 2023-02-22T12:01:53.403Z||pool-2-thread-1|||||DEBUG|500||received message from topic 2023-02-22T12:01:53.404Z||pool-2-thread-1|||||DEBUG|500||recieved notification from broker: { "distributionID": "d98666b3-38ca-416a-aa0c-6bb0c10790f3", "consumerID": "sdc-COpenSource-Env11-sdnc-dockero", "timestamp": 1677067298678, "artifactURL": "/sdc/v1/catalog/services/DemoPnfJ49jpwhbfuapjybf1vfy/1.0/artifacts/service-DemoPnfJ49jpwhbfuapjybf1vfy-csar.csar", "status": "DOWNLOAD_OK" } 2023-02-22T12:01:53.404Z||pool-2-thread-1|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error' 2023-02-22T12:01:53.404Z||pool-2-thread-1|||||DEBUG|500||received message from topic 2023-02-22T12:01:53.404Z||pool-2-thread-1|||||DEBUG|500||recieved notification from broker: { "distributionID": "d98666b3-38ca-416a-aa0c-6bb0c10790f3", "consumerID": "sdc-COpenSource-Env11-sdnc-dockero", "timestamp": 1677067300682, "artifactURL": "/sdc/v1/catalog/services/DemoPnfJ49jpwhbfuapjybf1vfy/1.0/artifacts/service-DemoPnfJ49jpwhbfuapjybf1vfy-csar.csar", "status": "DEPLOY_OK" } 2023-02-22T12:01:53.404Z||pool-2-thread-1|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error' 2023-02-22T12:01:53.405Z||pool-2-thread-1|||||DEBUG|500||received message from topic 2023-02-22T12:01:53.405Z||pool-2-thread-1|||||DEBUG|500||recieved notification from broker: { "distributionID": "d98666b3-38ca-416a-aa0c-6bb0c10790f3", "consumerID": "sdc-COpenSource-Env11-sdnc-dockero", "timestamp": 1677067301689, "artifactURL": "", "status": "COMPONENT_DONE_OK", "componentName": "SDNC" } Hibernate: select watchdogdi0_.DISTRIBUTION_ID as distribu1_11_0_, watchdogdi0_.CREATE_TIME as create_t2_11_0_, watchdogdi0_.DISTRIBUTION_ID_STATUS as distribu3_11_0_, watchdogdi0_.MODIFY_TIME as modify_t4_11_0_, watchdogdi0_.LOCK_VERSION as lock_ver5_11_0_ from watchdog_distributionid_status watchdogdi0_ where watchdogdi0_.DISTRIBUTION_ID=? 2023-02-22T12:01:53.411Z||pool-2-thread-1|||||DEBUG|500||Receive a callback componentStatus in ASDC, for componentName: SDNC and status of COMPONENT_DONE_OK distributionID of d98666b3-38ca-416a-aa0c-6bb0c10790f3 2023-02-22T12:01:53.411Z||pool-2-thread-1|||||DEBUG|500||Entering installTheComponentStatus for distributionId d98666b3-38ca-416a-aa0c-6bb0c10790f3 and ComponentName SDNC Hibernate: select watchdogco0_.COMPONENT_NAME as componen1_12_0_, watchdogco0_.DISTRIBUTION_ID as distribu2_12_0_, watchdogco0_.COMPONENT_DISTRIBUTION_STATUS as componen3_12_0_, watchdogco0_.CREATE_TIME as create_t4_12_0_, watchdogco0_.MODIFY_TIME as modify_t5_12_0_ from watchdog_per_component_distribution_status watchdogco0_ where watchdogco0_.COMPONENT_NAME=? and watchdogco0_.DISTRIBUTION_ID=? Hibernate: insert into watchdog_per_component_distribution_status (COMPONENT_DISTRIBUTION_STATUS, CREATE_TIME, MODIFY_TIME, COMPONENT_NAME, DISTRIBUTION_ID) values (?, ?, ?, ?, ?) 2023-02-22T12:01:53.421Z||pool-2-thread-1|||||DEBUG|500||received message from topic 2023-02-22T12:01:53.421Z||pool-2-thread-1|||||DEBUG|500||recieved notification from broker: { "distributionID": "d98666b3-38ca-416a-aa0c-6bb0c10790f3", "consumerID": "aai-ml", "timestamp": 1677067304059, "artifactURL": "/sdc/v1/catalog/services/DemoPnfJ49jpwhbfuapjybf1vfy/1.0/artifacts/service-DemoPnfJ49jpwhbfuapjybf1vfy-csar.csar", "status": "DEPLOY_OK" } 2023-02-22T12:01:53.421Z||pool-2-thread-1|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error' 2023-02-22T12:01:53.422Z||pool-2-thread-1|||||DEBUG|500||received message from topic 2023-02-22T12:01:53.422Z||pool-2-thread-1|||||DEBUG|500||recieved notification from broker: { "distributionID": "d98666b3-38ca-416a-aa0c-6bb0c10790f3", "consumerID": "aai-ml", "timestamp": 1677067305062, "artifactURL": "", "status": "COMPONENT_DONE_OK", "componentName": "AAI" } Hibernate: select watchdogdi0_.DISTRIBUTION_ID as distribu1_11_0_, watchdogdi0_.CREATE_TIME as create_t2_11_0_, watchdogdi0_.DISTRIBUTION_ID_STATUS as distribu3_11_0_, watchdogdi0_.MODIFY_TIME as modify_t4_11_0_, watchdogdi0_.LOCK_VERSION as lock_ver5_11_0_ from watchdog_distributionid_status watchdogdi0_ where watchdogdi0_.DISTRIBUTION_ID=? 2023-02-22T12:01:53.426Z||pool-2-thread-1|||||DEBUG|500||Receive a callback componentStatus in ASDC, for componentName: AAI and status of COMPONENT_DONE_OK distributionID of d98666b3-38ca-416a-aa0c-6bb0c10790f3 2023-02-22T12:01:53.426Z||pool-2-thread-1|||||DEBUG|500||Entering installTheComponentStatus for distributionId d98666b3-38ca-416a-aa0c-6bb0c10790f3 and ComponentName AAI Hibernate: select watchdogco0_.COMPONENT_NAME as componen1_12_0_, watchdogco0_.DISTRIBUTION_ID as distribu2_12_0_, watchdogco0_.COMPONENT_DISTRIBUTION_STATUS as componen3_12_0_, watchdogco0_.CREATE_TIME as create_t4_12_0_, watchdogco0_.MODIFY_TIME as modify_t5_12_0_ from watchdog_per_component_distribution_status watchdogco0_ where watchdogco0_.COMPONENT_NAME=? and watchdogco0_.DISTRIBUTION_ID=? Hibernate: insert into watchdog_per_component_distribution_status (COMPONENT_DISTRIBUTION_STATUS, CREATE_TIME, MODIFY_TIME, COMPONENT_NAME, DISTRIBUTION_ID) values (?, ?, ?, ?, ?) 2023-02-22T12:01:54.252Z|2fa1a940-0ae6-44a5-a401-00013ae650b9|pool-2-thread-2|||||INFO|500||DistributionClient - sendNotificationStatus 2023-02-22T12:01:54.252Z|2fa1a940-0ae6-44a5-a401-00013ae650b9|pool-2-thread-2|||||INFO|500||DistributionClient - sendStatus 2023-02-22T12:01:54.254Z|2fa1a940-0ae6-44a5-a401-00013ae650b9|pool-2-thread-2|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap] 2023-02-22T12:01:54.254Z|2fa1a940-0ae6-44a5-a401-00013ae650b9|pool-2-thread-2|||||DEBUG|500||try to send status { "distributionID": "b496cc0e-b578-4573-8ec3-56a264c931ff", "consumerID": "SO-COpenSource-Env11", "timestamp": 1677067312607, "artifactURL": "/sdc/v1/catalog/services/BasicNetwork/1.0/artifacts/service-BasicNetwork-csar.csar", "status": "NOTIFIED" } 2023-02-22T12:01:54.356Z||pool-36-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms 2023-02-22T12:01:54.356Z||pool-36-thread-1|||||WARN|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO will send credentials over a clear channel. 2023-02-22T12:01:54.357Z||pool-36-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as sXwXLxdJNt84opGN) ... 2023-02-22T12:01:54.368Z||pool-36-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK 2023-02-22T12:01:54.369Z||pool-36-thread-1|||||INFO|500||cambria reply ok (13 ms):{"serverTimeMs":1,"count":1} 2023-02-22T12:01:55.255Z|2fa1a940-0ae6-44a5-a401-00013ae650b9|pool-2-thread-2|||||DEBUG|500||sending notification to client: { "distributionID": "b496cc0e-b578-4573-8ec3-56a264c931ff", "serviceName": "basic_network", "serviceVersion": "1.0", "serviceUUID": "ffee45e1-def4-4e1b-a680-35068b30ebe6", "serviceDescription": "service", "serviceInvariantUUID": "674fc224-26cd-4978-a3d8-a52da5170603", "resources": [ { "resourceInstanceName": "Generic NeutronNet 0", "resourceCustomizationUUID": "a31b7c60-16bd-4fd9-916a-385e96bcacc2", "resourceName": "Generic NeutronNet", "resourceVersion": "1.0", "resoucreType": "VL", "resourceUUID": "c000dd7d-df36-43e3-a0aa-f1084810e662", "resourceInvariantUUID": "42706293-8438-49b9-a02a-2432c91ae535", "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": "NmE0NWFkNTdhYjQyMDg5YmM2NTU2OTY5YTYxYWZhM2Q\u003d", "artifactDescription": "TOSCA definition package of the asset", "artifactTimeout": 0, "artifactVersion": "1", "artifactUUID": "7dee405f-71f8-44a0-bb9a-b64d09b87075" } ], "workloadContext": "Production" } 2023-02-22T12:01:55.256Z|2fa1a940-0ae6-44a5-a401-00013ae650b9|pool-2-thread-2|||||DEBUG|500||Receive a callback notification in ASDC, nb of resources: 1 2023-02-22T12:01:55.256Z|2fa1a940-0ae6-44a5-a401-00013ae650b9|pool-2-thread-2|||||INFO|500||ASDC_RECEIVE_CALLBACK_NOTIF 0 ffee45e1-def4-4e1b-a680-35068b30ebe6 ASDC 2023-02-22T12:01:55.257Z|b496cc0e-b578-4573-8ec3-56a264c931ff|pool-2-thread-2|||||DEBUG|500||ASDC Notification: DistributionID:b496cc0e-b578-4573-8ec3-56a264c931ff ServiceName:basic_network ServiceVersion:1.0 ServiceUUID:ffee45e1-def4-4e1b-a680-35068b30ebe6 ServiceInvariantUUID:674fc224-26cd-4978-a3d8-a52da5170603 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:7dee405f-71f8-44a0-bb9a-b64d09b87075 ArtifactChecksum:NmE0NWFkNTdhYjQyMDg5YmM2NTU2OTY5YTYxYWZhM2Q= GeneratedArtifact:{NULL } RelatedArtifacts:{ } } Resource Instances List: { Resource Instance Info: ResourceInstanceName:Generic NeutronNet 0 ResourceCustomizationUUID:a31b7c60-16bd-4fd9-916a-385e96bcacc2 ResourceInvariantUUID:42706293-8438-49b9-a02a-2432c91ae535 ResourceName:Generic NeutronNet ResourceType:VL ResourceUUID:c000dd7d-df36-43e3-a0aa-f1084810e662 ResourceVersion:1.0 Category:Generic SubCategory:Network Elements Resource Artifacts List: NULL } 2023-02-22T12:01:55.257Z|b496cc0e-b578-4573-8ec3-56a264c931ff|pool-2-thread-2|||||INFO|500||ASDC_RECEIVE_SERVICE_NOTIF ffee45e1-def4-4e1b-a680-35068b30ebe6 ASDC treatNotification Hibernate: select watchdogse0_.DISTRIBUTION_ID as distribu1_13_0_, watchdogse0_.SERVICE_MODEL_VERSION_ID as service_2_13_0_, watchdogse0_.CONSUMER_ID as consumer3_13_0_, watchdogse0_.CREATE_TIME as create_t4_13_0_, watchdogse0_.DISTRIBUTION_NOTIFICATION as distribu5_13_0_ from watchdog_service_mod_ver_id_lookup watchdogse0_ where watchdogse0_.DISTRIBUTION_ID=? and watchdogse0_.SERVICE_MODEL_VERSION_ID=? Hibernate: insert into watchdog_service_mod_ver_id_lookup (CONSUMER_ID, CREATE_TIME, DISTRIBUTION_NOTIFICATION, DISTRIBUTION_ID, SERVICE_MODEL_VERSION_ID) values (?, ?, ?, ?, ?) Hibernate: select watchdogdi0_.DISTRIBUTION_ID as distribu1_11_0_, watchdogdi0_.CREATE_TIME as create_t2_11_0_, watchdogdi0_.DISTRIBUTION_ID_STATUS as distribu3_11_0_, watchdogdi0_.MODIFY_TIME as modify_t4_11_0_, watchdogdi0_.LOCK_VERSION as lock_ver5_11_0_ from watchdog_distributionid_status watchdogdi0_ where watchdogdi0_.DISTRIBUTION_ID=? Hibernate: update watchdog_distributionid_status set DISTRIBUTION_ID_STATUS=?, MODIFY_TIME=?, LOCK_VERSION=? where DISTRIBUTION_ID=? 2023-02-22T12:01:55.283Z|b496cc0e-b578-4573-8ec3-56a264c931ff|pool-2-thread-2|||||INFO|500||Unable to find the system property mso.config.path, use the default configuration 2023-02-22T12:01:55.284Z|b496cc0e-b578-4573-8ec3-56a264c931ff|pool-2-thread-2|||||INFO|500||MSO config path is: /app 2023-02-22T12:01:55.284Z|b496cc0e-b578-4573-8ec3-56a264c931ff|pool-2-thread-2|||||INFO|500||MSO config path is: /app 2023-02-22T12:01:55.285Z|b496cc0e-b578-4573-8ec3-56a264c931ff|pool-2-thread-2|||||INFO|500||Trying to download the artifact UUID: 7dee405f-71f8-44a0-bb9a-b64d09b87075 from URL: /sdc/v1/catalog/services/BasicNetwork/1.0/artifacts/service-BasicNetwork-csar.csar 2023-02-22T12:01:55.285Z|b496cc0e-b578-4573-8ec3-56a264c931ff|pool-2-thread-2|||||INFO|500||DistributionClient - download 2023-02-22T12:01:55.285Z|b496cc0e-b578-4573-8ec3-56a264c931ff|pool-2-thread-2|||||DEBUG|500||url to send https://sdc-be.onap:8443/sdc/v1/catalog/services/BasicNetwork/1.0/artifacts/service-BasicNetwork-csar.csar 2023-02-22T12:01:55.379Z|b496cc0e-b578-4573-8ec3-56a264c931ff|pool-2-thread-2|||||DEBUG|500||GET Response Status 200 2023-02-22T12:01:55.381Z|b496cc0e-b578-4573-8ec3-56a264c931ff|pool-2-thread-2|||||INFO|500||ASDC_ARTIFACT_DOWNLOAD_SUC /sdc/v1/catalog/services/BasicNetwork/1.0/artifacts/service-BasicNetwork-csar.csar 7dee405f-71f8-44a0-bb9a-b64d09b87075 57662 2023-02-22T12:01:55.382Z|b496cc0e-b578-4573-8ec3-56a264c931ff|pool-2-thread-2|||||INFO|500||ASDC_SEND_NOTIF_ASDC DOWNLOAD DOWNLOAD_OK /sdc/v1/catalog/services/BasicNetwork/1.0/artifacts/service-BasicNetwork-csar.csar ASDC sendASDCNotification 2023-02-22T12:01:55.382Z|b496cc0e-b578-4573-8ec3-56a264c931ff|pool-2-thread-2|||||DEBUG|500||Sending DOWNLOAD(DOWNLOAD_OK) notification to ASDC for artifact:/sdc/v1/catalog/services/BasicNetwork/1.0/artifacts/service-BasicNetwork-csar.csar 2023-02-22T12:01:55.382Z|b496cc0e-b578-4573-8ec3-56a264c931ff|pool-2-thread-2|||||INFO|500||DistributionClient - sendDownloadStatus 2023-02-22T12:01:55.383Z|b496cc0e-b578-4573-8ec3-56a264c931ff|pool-2-thread-2|||||INFO|500||DistributionClient - sendStatus 2023-02-22T12:01:55.384Z|b496cc0e-b578-4573-8ec3-56a264c931ff|pool-2-thread-2|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap] 2023-02-22T12:01:55.385Z|b496cc0e-b578-4573-8ec3-56a264c931ff|pool-2-thread-2|||||DEBUG|500||try to send status { "distributionID": "b496cc0e-b578-4573-8ec3-56a264c931ff", "consumerID": "SO-COpenSource-Env11", "timestamp": 1677067315382, "artifactURL": "/sdc/v1/catalog/services/BasicNetwork/1.0/artifacts/service-BasicNetwork-csar.csar", "status": "DOWNLOAD_OK" } 2023-02-22T12:01:55.485Z||pool-37-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms 2023-02-22T12:01:55.486Z||pool-37-thread-1|||||WARN|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO will send credentials over a clear channel. 2023-02-22T12:01:55.486Z||pool-37-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as sXwXLxdJNt84opGN) ... 2023-02-22T12:01:55.498Z||pool-37-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK 2023-02-22T12:01:55.498Z||pool-37-thread-1|||||INFO|500||cambria reply ok (13 ms):{"serverTimeMs":1,"count":1} 2023-02-22T12:01:56.385Z|b496cc0e-b578-4573-8ec3-56a264c931ff|pool-2-thread-2|||||INFO|500||Unable to find the system property mso.config.path, use the default configuration 2023-02-22T12:01:56.386Z|b496cc0e-b578-4573-8ec3-56a264c931ff|pool-2-thread-2|||||INFO|500||MSO config path is: /app 2023-02-22T12:01:56.387Z|b496cc0e-b578-4573-8ec3-56a264c931ff|pool-2-thread-2|||||INFO|500||Trying to write artifact UUID: 7dee405f-71f8-44a0-bb9a-b64d09b87075, URL: /sdc/v1/catalog/services/BasicNetwork/1.0/artifacts/service-BasicNetwork-csar.csar to file: /app/ASDC/1/service-BasicNetwork-csar.csar 2023-02-22T12:01:56.387Z|b496cc0e-b578-4573-8ec3-56a264c931ff|pool-2-thread-2|||||INFO|500||ASDC_RECEIVE_SERVICE_NOTIF ***WRITE FILE ARTIFACT NAME ASDC service-BasicNetwork-csar.csar 2023-02-22T12:01:56.388Z|b496cc0e-b578-4573-8ec3-56a264c931ff|pool-2-thread-2|||||DEBUG|500||ASDC File path is: /app/ASDC/1/service-BasicNetwork-csar.csar 2023-02-22T12:01:56.388Z|b496cc0e-b578-4573-8ec3-56a264c931ff|pool-2-thread-2|||||INFO|500||ASDC_RECEIVE_SERVICE_NOTIF ***PATH ASDC /app/ASDC/1/service-BasicNetwork-csar.csar 2023-02-22T12:01:56.525Z|b496cc0e-b578-4573-8ec3-56a264c931ff|pool-2-thread-2|||||DEBUG|500||ToscaTemplate Loading YAMEL file /tmp/JTP14060298216326265193/Definitions/service-BasicNetwork-template.yml 2023-02-22T12:01:56.988Z|b496cc0e-b578-4573-8ec3-56a264c931ff|pool-2-thread-2|||||DEBUG|500||CSAR conformance level is 11.0 2023-02-22T12:01:56.989Z|b496cc0e-b578-4573-8ec3-56a264c931ff|pool-2-thread-2|||||WARN|500||#################################################################################################### 2023-02-22T12:01:56.989Z|b496cc0e-b578-4573-8ec3-56a264c931ff|pool-2-thread-2|||||WARN|500||CSAR Warnings found! CSAR name - /app/ASDC/1/service-BasicNetwork-csar.csar 2023-02-22T12:01:56.989Z|b496cc0e-b578-4573-8ec3-56a264c931ff|pool-2-thread-2|||||WARN|500||ToscaTemplate - verifyTemplate - 8 Parsing Warnings occurred... 2023-02-22T12:01:56.989Z|b496cc0e-b578-4573-8ec3-56a264c931ff|pool-2-thread-2|||||WARN|500||JTosca Exception [JE003]: MissingRequiredFieldError: Data value of type "org.openecomp.datatypes.EcompNaming" is missing required field(s) "[supplemental_data]". CSAR name - /app/ASDC/1/service-BasicNetwork-csar.csar 2023-02-22T12:01:56.990Z|b496cc0e-b578-4573-8ec3-56a264c931ff|pool-2-thread-2|||||WARN|500||JTosca Exception [JE003]: MissingRequiredFieldError: Data value of type "org.openecomp.datatypes.network.NetworkAssignments" is missing required field(s) "[is_shared_network, supplemental_data]". CSAR name - /app/ASDC/1/service-BasicNetwork-csar.csar 2023-02-22T12:01:56.990Z|b496cc0e-b578-4573-8ec3-56a264c931ff|pool-2-thread-2|||||WARN|500||JTosca Exception [JE003]: MissingRequiredFieldError: Data value of type "org.openecomp.datatypes.network.IPv4SubnetAssignments" is missing required field(s) "[use_ipv4, ip_version, cidr_mask, supplemental_data]". CSAR name - /app/ASDC/1/service-BasicNetwork-csar.csar 2023-02-22T12:01:56.990Z|b496cc0e-b578-4573-8ec3-56a264c931ff|pool-2-thread-2|||||WARN|500||JTosca Exception [JE003]: MissingRequiredFieldError: Data value of type "org.openecomp.datatypes.EcompHoming" is missing required field(s) "[supplemental_data]". CSAR name - /app/ASDC/1/service-BasicNetwork-csar.csar 2023-02-22T12:01:56.990Z|b496cc0e-b578-4573-8ec3-56a264c931ff|pool-2-thread-2|||||WARN|500||JTosca Exception [JE003]: MissingRequiredFieldError: Data value of type "org.openecomp.datatypes.Naming" is missing required field(s) "[supplemental_data]". CSAR name - /app/ASDC/1/service-BasicNetwork-csar.csar 2023-02-22T12:01:56.990Z|b496cc0e-b578-4573-8ec3-56a264c931ff|pool-2-thread-2|||||WARN|500||JTosca Exception [JE003]: MissingRequiredFieldError: Data value of type "org.openecomp.datatypes.network.NetworkFlows" is missing required field(s) "[supplemental_data]". CSAR name - /app/ASDC/1/service-BasicNetwork-csar.csar 2023-02-22T12:01:56.991Z|b496cc0e-b578-4573-8ec3-56a264c931ff|pool-2-thread-2|||||WARN|500||JTosca Exception [JE003]: MissingRequiredFieldError: Data value of type "org.openecomp.datatypes.network.IPv6SubnetAssignments" is missing required field(s) "[use_ipv6, ip_version, cidr_mask, supplemental_data]". CSAR name - /app/ASDC/1/service-BasicNetwork-csar.csar 2023-02-22T12:01:56.991Z|b496cc0e-b578-4573-8ec3-56a264c931ff|pool-2-thread-2|||||WARN|500||JTosca Exception [JE003]: MissingRequiredFieldError: properties of template "Generic NeutronNet 0" are missing field(s): [network_role, provider_network]. CSAR name - /app/ASDC/1/service-BasicNetwork-csar.csar 2023-02-22T12:01:56.991Z|b496cc0e-b578-4573-8ec3-56a264c931ff|pool-2-thread-2|||||WARN|500||#################################################################################################### 2023-02-22T12:01:56.991Z|b496cc0e-b578-4573-8ec3-56a264c931ff|pool-2-thread-2|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive 2023-02-22T12:01:56.992Z|b496cc0e-b578-4573-8ec3-56a264c931ff|pool-2-thread-2|||||DEBUG|500||Service basic_network is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=SERVICE_PROXY, toscaType=null, uUID=null, customizationUUID=null 2023-02-22T12:01:56.992Z|b496cc0e-b578-4573-8ec3-56a264c931ff|pool-2-thread-2|||||DEBUG|500||Node template Generic NeutronNet 0 is not matching search criteria 2023-02-22T12:01:56.992Z|b496cc0e-b578-4573-8ec3-56a264c931ff|pool-2-thread-2|||||DEBUG|500||Search for entities recursively 2023-02-22T12:01:56.992Z|b496cc0e-b578-4573-8ec3-56a264c931ff|pool-2-thread-2|||||DEBUG|500||Found topology templates [] matching following query criteria: sdcType=Service, customizationUUID=null 2023-02-22T12:01:56.993Z|b496cc0e-b578-4573-8ec3-56a264c931ff|pool-2-thread-2|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive 2023-02-22T12:01:56.993Z|b496cc0e-b578-4573-8ec3-56a264c931ff|pool-2-thread-2|||||DEBUG|500||Service basic_network is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=CONFIGURATION, toscaType=null, uUID=null, customizationUUID=null 2023-02-22T12:01:56.993Z|b496cc0e-b578-4573-8ec3-56a264c931ff|pool-2-thread-2|||||DEBUG|500||Node template Generic NeutronNet 0 is not matching search criteria 2023-02-22T12:01:56.993Z|b496cc0e-b578-4573-8ec3-56a264c931ff|pool-2-thread-2|||||DEBUG|500||Search for entities recursively 2023-02-22T12:01:56.994Z|b496cc0e-b578-4573-8ec3-56a264c931ff|pool-2-thread-2|||||DEBUG|500||Found topology templates [] matching following query criteria: sdcType=Service, customizationUUID=null 2023-02-22T12:01:56.994Z|b496cc0e-b578-4573-8ec3-56a264c931ff|pool-2-thread-2|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive 2023-02-22T12:01:56.994Z|b496cc0e-b578-4573-8ec3-56a264c931ff|pool-2-thread-2|||||DEBUG|500||Service basic_network is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=VF, toscaType=null, uUID=null, customizationUUID=null 2023-02-22T12:01:56.994Z|b496cc0e-b578-4573-8ec3-56a264c931ff|pool-2-thread-2|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive 2023-02-22T12:01:56.995Z|b496cc0e-b578-4573-8ec3-56a264c931ff|pool-2-thread-2|||||DEBUG|500||Service basic_network is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=VL, toscaType=null, uUID=null, customizationUUID=null 2023-02-22T12:01:56.995Z|b496cc0e-b578-4573-8ec3-56a264c931ff|pool-2-thread-2|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive 2023-02-22T12:01:56.995Z|b496cc0e-b578-4573-8ec3-56a264c931ff|pool-2-thread-2|||||DEBUG|500||Service basic_network is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=CR, toscaType=null, uUID=null, customizationUUID=null 2023-02-22T12:01:56.996Z|b496cc0e-b578-4573-8ec3-56a264c931ff|pool-2-thread-2|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive 2023-02-22T12:01:56.996Z|b496cc0e-b578-4573-8ec3-56a264c931ff|pool-2-thread-2|||||DEBUG|500||Service basic_network is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=VF, toscaType=null, uUID=null, customizationUUID=null 2023-02-22T12:01:56.996Z|b496cc0e-b578-4573-8ec3-56a264c931ff|pool-2-thread-2|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive 2023-02-22T12:01:56.996Z|b496cc0e-b578-4573-8ec3-56a264c931ff|pool-2-thread-2|||||DEBUG|500||Service basic_network is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=PNF, toscaType=null, uUID=null, customizationUUID=null 2023-02-22T12:01:56.997Z|b496cc0e-b578-4573-8ec3-56a264c931ff|pool-2-thread-2|||||DEBUG|500||CSAR Notification: Service Level Properties: Name:basic_network Description:service Model UUID:ffee45e1-def4-4e1b-a680-35068b30ebe6 Model Version:NULL Model InvariantUuid:674fc224-26cd-4978-a3d8-a52da5170603 Service Type: Service Role: WorkLoad Context:Production Environment Context:General_Revenue-Bearing NETWORK Level Properties: Model Name:Generic NeutronNet Model InvariantUuid:42706293-8438-49b9-a02a-2432c91ae535 Model UUID:939c37c5-389f-4b93-b882-8c0b13a73715 Model Version:1.0 AIC Max Version:NULL AIC Min Version:NULL Tosca Node Type:VL Description:Generic NeutronNet NETWORK Customization Properties: CustomizationUUID:a31b7c60-16bd-4fd9-916a-385e96bcacc2 Network Technology:NEUTRON Network Type:NEUTRON Network Role:null Network Scope:null VF Allotted Resource Properties: PNF Allotted Resource Properties: Hibernate: select toscacsar0_.ARTIFACT_UUID as artifact1_57_0_, toscacsar0_.ARTIFACT_CHECKSUM as artifact2_57_0_, toscacsar0_.CREATION_TIMESTAMP as creation3_57_0_, toscacsar0_.DESCRIPTION as descript4_57_0_, toscacsar0_.NAME as name5_57_0_, toscacsar0_.URL as url6_57_0_, toscacsar0_.Version as version7_57_0_ from tosca_csar toscacsar0_ where toscacsar0_.ARTIFACT_UUID=? 2023-02-22T12:01:57.002Z|b496cc0e-b578-4573-8ec3-56a264c931ff|pool-2-thread-2|||||INFO|500||Processing Resource Type: VL, Model UUID: c000dd7d-df36-43e3-a0aa-f1084810e662 2023-02-22T12:01:57.002Z|b496cc0e-b578-4573-8ec3-56a264c931ff|pool-2-thread-2|||||INFO|500||No resources found for Service: ffee45e1-def4-4e1b-a680-35068b30ebe6 Hibernate: select service0_.MODEL_UUID as model_uu1_50_, service0_.CDS_BLUEPRINT_NAME as cds_blue2_50_, service0_.CDS_BLUEPRINT_VERSION as cds_blue3_50_, service0_.SERVICE_CATEGORY as service_4_50_, service0_.CONTROLLER_ACTOR as controll5_50_, service0_.CREATION_TIMESTAMP as creation6_50_, service0_.TOSCA_CSAR_ARTIFACT_UUID as tosca_c21_50_, service0_.DESCRIPTION as descript7_50_, service0_.OVERALL_DISTRIBUTION_STATUS as overall_8_50_, service0_.ENVIRONMENT_CONTEXT as environm9_50_, service0_.MODEL_INVARIANT_UUID as model_i10_50_, service0_.MODEL_NAME as model_n11_50_, service0_.MODEL_VERSION as model_v12_50_, service0_.NAMING_POLICY as naming_13_50_, service0_.ONAP_GENERATED_NAMING as onap_ge14_50_, service0_.RESOURCE_ORDER as resourc15_50_, service0_.SERVICE_FUNCTION as service16_50_, service0_.SERVICE_ROLE as service17_50_, service0_.SERVICE_TYPE as service18_50_, service0_.SKIP_POST_INSTANTIATION_CONFIGURATION as skip_po19_50_, service0_.WORKLOAD_CONTEXT as workloa20_50_ from service service0_ where service0_.MODEL_UUID=? 2023-02-22T12:01:57.007Z|b496cc0e-b578-4573-8ec3-56a264c931ff|pool-2-thread-2|||||INFO|500|| 2023-02-22T12:01:57.007Z|b496cc0e-b578-4573-8ec3-56a264c931ff|pool-2-thread-2|||||DEBUG|500||Processing Resource Type: VL and Model UUID: 2023-02-22T12:01:57.008Z|b496cc0e-b578-4573-8ec3-56a264c931ff|pool-2-thread-2|||||DEBUG|500||No resources found for Service: ffee45e1-def4-4e1b-a680-35068b30ebe6 2023-02-22T12:01:57.008Z|b496cc0e-b578-4573-8ec3-56a264c931ff|pool-2-thread-2|||||DEBUG|500||Preparing to deploy Service: ffee45e1-def4-4e1b-a680-35068b30ebe6 2023-02-22T12:01:57.008Z|b496cc0e-b578-4573-8ec3-56a264c931ff|pool-2-thread-2|||||INFO|500||ASDC_START_DEPLOY_ARTIFACT ASDC 2023-02-22T12:01:57.008Z|b496cc0e-b578-4573-8ec3-56a264c931ff|pool-2-thread-2|||||INFO|500||ASDC_GENERAL_INFO There is no VF mudules in the VF. ASDC createVfModuleStructures Hibernate: select toscacsar0_.ARTIFACT_UUID as artifact1_57_0_, toscacsar0_.ARTIFACT_CHECKSUM as artifact2_57_0_, toscacsar0_.CREATION_TIMESTAMP as creation3_57_0_, toscacsar0_.DESCRIPTION as descript4_57_0_, toscacsar0_.NAME as name5_57_0_, toscacsar0_.URL as url6_57_0_, toscacsar0_.Version as version7_57_0_ from tosca_csar toscacsar0_ where toscacsar0_.ARTIFACT_UUID=? Hibernate: select service0_.MODEL_UUID as model_uu1_50_, service0_.CDS_BLUEPRINT_NAME as cds_blue2_50_, service0_.CDS_BLUEPRINT_VERSION as cds_blue3_50_, service0_.SERVICE_CATEGORY as service_4_50_, service0_.CONTROLLER_ACTOR as controll5_50_, service0_.CREATION_TIMESTAMP as creation6_50_, service0_.TOSCA_CSAR_ARTIFACT_UUID as tosca_c21_50_, service0_.DESCRIPTION as descript7_50_, service0_.OVERALL_DISTRIBUTION_STATUS as overall_8_50_, service0_.ENVIRONMENT_CONTEXT as environm9_50_, service0_.MODEL_INVARIANT_UUID as model_i10_50_, service0_.MODEL_NAME as model_n11_50_, service0_.MODEL_VERSION as model_v12_50_, service0_.NAMING_POLICY as naming_13_50_, service0_.ONAP_GENERATED_NAMING as onap_ge14_50_, service0_.RESOURCE_ORDER as resourc15_50_, service0_.SERVICE_FUNCTION as service16_50_, service0_.SERVICE_ROLE as service17_50_, service0_.SERVICE_TYPE as service18_50_, service0_.SKIP_POST_INSTANTIATION_CONFIGURATION as skip_po19_50_, service0_.WORKLOAD_CONTEXT as workloa20_50_ from service service0_ where service0_.MODEL_UUID=? 2023-02-22T12:01:57.011Z|b496cc0e-b578-4573-8ec3-56a264c931ff|pool-2-thread-2|||||DEBUG|500||serviceInputs: {} [org.onap.sdc.toscaparser.api.parameters.Input@57eda889, org.onap.sdc.toscaparser.api.parameters.Input@1aa0f358, org.onap.sdc.toscaparser.api.parameters.Input@76d2d7e2, org.onap.sdc.toscaparser.api.parameters.Input@7b511dcd, org.onap.sdc.toscaparser.api.parameters.Input@41c24bce] 2023-02-22T12:01:57.012Z|b496cc0e-b578-4573-8ec3-56a264c931ff|pool-2-thread-2|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive 2023-02-22T12:01:57.013Z|b496cc0e-b578-4573-8ec3-56a264c931ff|pool-2-thread-2|||||DEBUG|500||Service basic_network is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=VF, toscaType=null, uUID=null, customizationUUID=null 2023-02-22T12:01:57.013Z|b496cc0e-b578-4573-8ec3-56a264c931ff|pool-2-thread-2|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive 2023-02-22T12:01:57.013Z|b496cc0e-b578-4573-8ec3-56a264c931ff|pool-2-thread-2|||||DEBUG|500||Service basic_network is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=null, toscaType=null, uUID=null, customizationUUID=null 2023-02-22T12:01:57.013Z|b496cc0e-b578-4573-8ec3-56a264c931ff|pool-2-thread-2|||||DEBUG|500|| resourceSeq for service uuid ffee45e1-def4-4e1b-a680-35068b30ebe6: Generic NeutronNet 2023-02-22T12:01:57.013Z|b496cc0e-b578-4573-8ec3-56a264c931ff|pool-2-thread-2|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive 2023-02-22T12:01:57.013Z|b496cc0e-b578-4573-8ec3-56a264c931ff|pool-2-thread-2|||||DEBUG|500||Service basic_network is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=PNF, toscaType=null, uUID=null, customizationUUID=null 2023-02-22T12:01:57.014Z|b496cc0e-b578-4573-8ec3-56a264c931ff|pool-2-thread-2|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive 2023-02-22T12:01:57.014Z|b496cc0e-b578-4573-8ec3-56a264c931ff|pool-2-thread-2|||||DEBUG|500||Service basic_network is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=VL, toscaType=null, uUID=null, customizationUUID=null Hibernate: select tempnetwor0_.HEAT_TEMPLATE_ARTIFACT_UUID as heat_tem1_56_, tempnetwor0_.NETWORK_RESOURCE_MODEL_NAME as network_2_56_, tempnetwor0_.AIC_VERSION_MAX as aic_vers3_56_, tempnetwor0_.AIC_VERSION_MIN as aic_vers4_56_ from temp_network_heat_template_lookup tempnetwor0_ where tempnetwor0_.NETWORK_RESOURCE_MODEL_NAME=? limit ? Hibernate: select heattempla0_.ARTIFACT_UUID as artifact1_29_, heattempla0_.ARTIFACT_CHECKSUM as artifact2_29_, heattempla0_.CREATION_TIMESTAMP as creation3_29_, heattempla0_.DESCRIPTION as descript4_29_, heattempla0_.BODY as body5_29_, heattempla0_.NAME as name6_29_, heattempla0_.TIMEOUT_MINUTES as timeout_7_29_, heattempla0_.VERSION as version8_29_ from heat_template heattempla0_ where heattempla0_.ARTIFACT_UUID=? Hibernate: select networkres0_.MODEL_CUSTOMIZATION_UUID as model_cu1_38_, networkres0_.CREATION_TIMESTAMP as creation2_38_, networkres0_.MODEL_INSTANCE_NAME as model_in3_38_, networkres0_.NETWORK_RESOURCE_MODEL_UUID as network_9_38_, networkres0_.NETWORK_ROLE as network_4_38_, networkres0_.NETWORK_SCOPE as network_5_38_, networkres0_.NETWORK_TECHNOLOGY as network_6_38_, networkres0_.NETWORK_TYPE as network_7_38_, networkres0_.RESOURCE_INPUT as resource8_38_ from network_resource_customization networkres0_ where networkres0_.MODEL_CUSTOMIZATION_UUID=? Hibernate: select networkres0_.MODEL_UUID as model_uu1_37_, networkres0_.AIC_VERSION_MAX as aic_vers2_37_, networkres0_.AIC_VERSION_MIN as aic_vers3_37_, networkres0_.RESOURCE_CATEGORY as resource4_37_, networkres0_.CREATION_TIMESTAMP as creation5_37_, networkres0_.DESCRIPTION as descript6_37_, networkres0_.HEAT_TEMPLATE_ARTIFACT_UUID as heat_te14_37_, networkres0_.MODEL_INVARIANT_UUID as model_in7_37_, networkres0_.MODEL_NAME as model_na8_37_, networkres0_.MODEL_VERSION as model_ve9_37_, networkres0_.NEUTRON_NETWORK_TYPE as neutron10_37_, networkres0_.ORCHESTRATION_MODE as orchest11_37_, networkres0_.RESOURCE_SUB_CATEGORY as resourc12_37_, networkres0_.TOSCA_NODE_TYPE as tosca_n13_37_ from network_resource networkres0_ where networkres0_.MODEL_UUID=? 2023-02-22T12:01:57.044Z|b496cc0e-b578-4573-8ec3-56a264c931ff|pool-2-thread-2|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive 2023-02-22T12:01:57.044Z|b496cc0e-b578-4573-8ec3-56a264c931ff|pool-2-thread-2|||||DEBUG|500||Service basic_network is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=CR, toscaType=null, uUID=null, customizationUUID=null 2023-02-22T12:01:57.045Z|b496cc0e-b578-4573-8ec3-56a264c931ff|pool-2-thread-2|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive 2023-02-22T12:01:57.045Z|b496cc0e-b578-4573-8ec3-56a264c931ff|pool-2-thread-2|||||DEBUG|500||Service basic_network is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=SERVICE_PROXY, toscaType=null, uUID=null, customizationUUID=null 2023-02-22T12:01:57.045Z|b496cc0e-b578-4573-8ec3-56a264c931ff|pool-2-thread-2|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive 2023-02-22T12:01:57.045Z|b496cc0e-b578-4573-8ec3-56a264c931ff|pool-2-thread-2|||||DEBUG|500||Service basic_network is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=CONFIGURATION, toscaType=null, uUID=null, customizationUUID=null 2023-02-22T12:01:57.046Z|b496cc0e-b578-4573-8ec3-56a264c931ff|pool-2-thread-2|||||INFO|500||Saving Service: basic_network Hibernate: select service0_.MODEL_UUID as model_uu1_50_3_, service0_.CDS_BLUEPRINT_NAME as cds_blue2_50_3_, service0_.CDS_BLUEPRINT_VERSION as cds_blue3_50_3_, service0_.SERVICE_CATEGORY as service_4_50_3_, service0_.CONTROLLER_ACTOR as controll5_50_3_, service0_.CREATION_TIMESTAMP as creation6_50_3_, service0_.TOSCA_CSAR_ARTIFACT_UUID as tosca_c21_50_3_, service0_.DESCRIPTION as descript7_50_3_, service0_.OVERALL_DISTRIBUTION_STATUS as overall_8_50_3_, service0_.ENVIRONMENT_CONTEXT as environm9_50_3_, service0_.MODEL_INVARIANT_UUID as model_i10_50_3_, service0_.MODEL_NAME as model_n11_50_3_, service0_.MODEL_VERSION as model_v12_50_3_, service0_.NAMING_POLICY as naming_13_50_3_, service0_.ONAP_GENERATED_NAMING as onap_ge14_50_3_, service0_.RESOURCE_ORDER as resourc15_50_3_, service0_.SERVICE_FUNCTION as service16_50_3_, service0_.SERVICE_ROLE as service17_50_3_, service0_.SERVICE_TYPE as service18_50_3_, service0_.SKIP_POST_INSTANTIATION_CONFIGURATION as skip_po19_50_3_, service0_.WORKLOAD_CONTEXT as workloa20_50_3_, allottedcu1_.SERVICE_MODEL_UUID as service_1_8_5_, allottedre2_.MODEL_CUSTOMIZATION_UUID as resource2_8_5_, allottedre2_.MODEL_CUSTOMIZATION_UUID as model_cu1_7_0_, allottedre2_.AR_MODEL_UUID as ar_mode15_7_0_, allottedre2_.CREATION_TIMESTAMP as creation2_7_0_, allottedre2_.MAX_INSTANCES as max_inst3_7_0_, allottedre2_.MIN_INSTANCES as min_inst4_7_0_, allottedre2_.MODEL_INSTANCE_NAME as model_in5_7_0_, allottedre2_.NF_FUNCTION as nf_funct6_7_0_, allottedre2_.NF_NAMING_CODE as nf_namin7_7_0_, allottedre2_.NF_ROLE as nf_role8_7_0_, allottedre2_.NF_TYPE as nf_type9_7_0_, allottedre2_.PROVIDING_SERVICE_MODEL_INVARIANT_UUID as providi10_7_0_, allottedre2_.PROVIDING_SERVICE_MODEL_NAME as providi11_7_0_, allottedre2_.PROVIDING_SERVICE_MODEL_UUID as providi12_7_0_, allottedre2_.RESOURCE_INPUT as resourc13_7_0_, allottedre2_.TARGET_NETWORK_ROLE as target_14_7_0_, allottedre3_.MODEL_UUID as model_uu1_6_1_, allottedre3_.CREATION_TIMESTAMP as creation2_6_1_, allottedre3_.DESCRIPTION as descript3_6_1_, allottedre3_.MODEL_INVARIANT_UUID as model_in4_6_1_, allottedre3_.MODEL_NAME as model_na5_6_1_, allottedre3_.MODEL_VERSION as model_ve6_6_1_, allottedre3_.SUBCATEGORY as subcateg7_6_1_, allottedre3_.TOSCA_NODE_TYPE as tosca_no8_6_1_, toscacsar4_.ARTIFACT_UUID as artifact1_57_2_, toscacsar4_.ARTIFACT_CHECKSUM as artifact2_57_2_, toscacsar4_.CREATION_TIMESTAMP as creation3_57_2_, toscacsar4_.DESCRIPTION as descript4_57_2_, toscacsar4_.NAME as name5_57_2_, toscacsar4_.URL as url6_57_2_, toscacsar4_.Version as version7_57_2_ from service service0_ left outer join allotted_resource_customization_to_service allottedcu1_ on service0_.MODEL_UUID=allottedcu1_.SERVICE_MODEL_UUID left outer join allotted_resource_customization allottedre2_ on allottedcu1_.RESOURCE_MODEL_CUSTOMIZATION_UUID=allottedre2_.MODEL_CUSTOMIZATION_UUID left outer join allotted_resource allottedre3_ on allottedre2_.AR_MODEL_UUID=allottedre3_.MODEL_UUID left outer join tosca_csar toscacsar4_ on service0_.TOSCA_CSAR_ARTIFACT_UUID=toscacsar4_.ARTIFACT_UUID where service0_.MODEL_UUID=? Hibernate: select toscacsar0_.ARTIFACT_UUID as artifact1_57_1_, toscacsar0_.ARTIFACT_CHECKSUM as artifact2_57_1_, toscacsar0_.CREATION_TIMESTAMP as creation3_57_1_, toscacsar0_.DESCRIPTION as descript4_57_1_, toscacsar0_.NAME as name5_57_1_, toscacsar0_.URL as url6_57_1_, toscacsar0_.Version as version7_57_1_, services1_.TOSCA_CSAR_ARTIFACT_UUID as tosca_c21_50_3_, services1_.MODEL_UUID as model_uu1_50_3_, services1_.MODEL_UUID as model_uu1_50_0_, services1_.CDS_BLUEPRINT_NAME as cds_blue2_50_0_, services1_.CDS_BLUEPRINT_VERSION as cds_blue3_50_0_, services1_.SERVICE_CATEGORY as service_4_50_0_, services1_.CONTROLLER_ACTOR as controll5_50_0_, services1_.CREATION_TIMESTAMP as creation6_50_0_, services1_.TOSCA_CSAR_ARTIFACT_UUID as tosca_c21_50_0_, services1_.DESCRIPTION as descript7_50_0_, services1_.OVERALL_DISTRIBUTION_STATUS as overall_8_50_0_, services1_.ENVIRONMENT_CONTEXT as environm9_50_0_, services1_.MODEL_INVARIANT_UUID as model_i10_50_0_, services1_.MODEL_NAME as model_n11_50_0_, services1_.MODEL_VERSION as model_v12_50_0_, services1_.NAMING_POLICY as naming_13_50_0_, services1_.ONAP_GENERATED_NAMING as onap_ge14_50_0_, services1_.RESOURCE_ORDER as resourc15_50_0_, services1_.SERVICE_FUNCTION as service16_50_0_, services1_.SERVICE_ROLE as service17_50_0_, services1_.SERVICE_TYPE as service18_50_0_, services1_.SKIP_POST_INSTANTIATION_CONFIGURATION as skip_po19_50_0_, services1_.WORKLOAD_CONTEXT as workloa20_50_0_ from tosca_csar toscacsar0_ left outer join service services1_ on toscacsar0_.ARTIFACT_UUID=services1_.TOSCA_CSAR_ARTIFACT_UUID where toscacsar0_.ARTIFACT_UUID=? Hibernate: select networkres0_.MODEL_CUSTOMIZATION_UUID as model_cu1_38_3_, networkres0_.CREATION_TIMESTAMP as creation2_38_3_, networkres0_.MODEL_INSTANCE_NAME as model_in3_38_3_, networkres0_.NETWORK_RESOURCE_MODEL_UUID as network_9_38_3_, networkres0_.NETWORK_ROLE as network_4_38_3_, networkres0_.NETWORK_SCOPE as network_5_38_3_, networkres0_.NETWORK_TECHNOLOGY as network_6_38_3_, networkres0_.NETWORK_TYPE as network_7_38_3_, networkres0_.RESOURCE_INPUT as resource8_38_3_, networkres1_.MODEL_UUID as model_uu1_37_0_, networkres1_.AIC_VERSION_MAX as aic_vers2_37_0_, networkres1_.AIC_VERSION_MIN as aic_vers3_37_0_, networkres1_.RESOURCE_CATEGORY as resource4_37_0_, networkres1_.CREATION_TIMESTAMP as creation5_37_0_, networkres1_.DESCRIPTION as descript6_37_0_, networkres1_.HEAT_TEMPLATE_ARTIFACT_UUID as heat_te14_37_0_, networkres1_.MODEL_INVARIANT_UUID as model_in7_37_0_, networkres1_.MODEL_NAME as model_na8_37_0_, networkres1_.MODEL_VERSION as model_ve9_37_0_, networkres1_.NEUTRON_NETWORK_TYPE as neutron10_37_0_, networkres1_.ORCHESTRATION_MODE as orchest11_37_0_, networkres1_.RESOURCE_SUB_CATEGORY as resourc12_37_0_, networkres1_.TOSCA_NODE_TYPE as tosca_n13_37_0_, collection2_.NETWORK_RESOURCE_MODEL_UUID as network_9_15_5_, collection2_.MODEL_CUSTOMIZATION_UUID as model_cu1_15_5_, collection2_.MODEL_CUSTOMIZATION_UUID as model_cu1_15_1_, collection2_.CREATION_TIMESTAMP as creation2_15_1_, collection2_.INSTANCE_GROUP_MODEL_UUID as instance8_15_1_, collection2_.MODEL_INSTANCE_NAME as model_in3_15_1_, collection2_.NETWORK_RESOURCE_MODEL_UUID as network_9_15_1_, collection2_.CRC_MODEL_CUSTOMIZATION_UUID as crc_mod10_15_1_, collection2_.NETWORK_ROLE as network_4_15_1_, collection2_.NETWORK_SCOPE as network_5_15_1_, collection2_.NETWORK_TECHNOLOGY as network_6_15_1_, collection2_.NETWORK_TYPE as network_7_15_1_, heattempla3_.ARTIFACT_UUID as artifact1_29_2_, heattempla3_.ARTIFACT_CHECKSUM as artifact2_29_2_, heattempla3_.CREATION_TIMESTAMP as creation3_29_2_, heattempla3_.DESCRIPTION as descript4_29_2_, heattempla3_.BODY as body5_29_2_, heattempla3_.NAME as name6_29_2_, heattempla3_.TIMEOUT_MINUTES as timeout_7_29_2_, heattempla3_.VERSION as version8_29_2_ from network_resource_customization networkres0_ left outer join network_resource networkres1_ on networkres0_.NETWORK_RESOURCE_MODEL_UUID=networkres1_.MODEL_UUID left outer join collection_network_resource_customization collection2_ on networkres1_.MODEL_UUID=collection2_.NETWORK_RESOURCE_MODEL_UUID left outer join heat_template heattempla3_ on networkres1_.HEAT_TEMPLATE_ARTIFACT_UUID=heattempla3_.ARTIFACT_UUID where networkres0_.MODEL_CUSTOMIZATION_UUID=? Hibernate: select networkres0_.MODEL_UUID as model_uu1_37_4_, networkres0_.AIC_VERSION_MAX as aic_vers2_37_4_, networkres0_.AIC_VERSION_MIN as aic_vers3_37_4_, networkres0_.RESOURCE_CATEGORY as resource4_37_4_, networkres0_.CREATION_TIMESTAMP as creation5_37_4_, networkres0_.DESCRIPTION as descript6_37_4_, networkres0_.HEAT_TEMPLATE_ARTIFACT_UUID as heat_te14_37_4_, networkres0_.MODEL_INVARIANT_UUID as model_in7_37_4_, networkres0_.MODEL_NAME as model_na8_37_4_, networkres0_.MODEL_VERSION as model_ve9_37_4_, networkres0_.NEUTRON_NETWORK_TYPE as neutron10_37_4_, networkres0_.ORCHESTRATION_MODE as orchest11_37_4_, networkres0_.RESOURCE_SUB_CATEGORY as resourc12_37_4_, networkres0_.TOSCA_NODE_TYPE as tosca_n13_37_4_, collection1_.NETWORK_RESOURCE_MODEL_UUID as network_9_15_6_, collection1_.MODEL_CUSTOMIZATION_UUID as model_cu1_15_6_, collection1_.MODEL_CUSTOMIZATION_UUID as model_cu1_15_0_, collection1_.CREATION_TIMESTAMP as creation2_15_0_, collection1_.INSTANCE_GROUP_MODEL_UUID as instance8_15_0_, collection1_.MODEL_INSTANCE_NAME as model_in3_15_0_, collection1_.NETWORK_RESOURCE_MODEL_UUID as network_9_15_0_, collection1_.CRC_MODEL_CUSTOMIZATION_UUID as crc_mod10_15_0_, collection1_.NETWORK_ROLE as network_4_15_0_, collection1_.NETWORK_SCOPE as network_5_15_0_, collection1_.NETWORK_TECHNOLOGY as network_6_15_0_, collection1_.NETWORK_TYPE as network_7_15_0_, instancegr2_.MODEL_UUID as model_uu2_33_1_, instancegr2_.CR_MODEL_UUID as cr_mode10_33_1_, instancegr2_.CREATION_TIMESTAMP as creation3_33_1_, instancegr2_.MODEL_INVARIANT_UUID as model_in4_33_1_, instancegr2_.MODEL_NAME as model_na5_33_1_, instancegr2_.MODEL_VERSION as model_ve6_33_1_, instancegr2_.ROLE as role7_33_1_, instancegr2_.TOSCA_NODE_TYPE as tosca_no8_33_1_, instancegr2_.INSTANCE_GROUP_TYPE as instance9_33_1_, instancegr2_.OBJECT_TYPE as object_t1_33_1_, networkcol3_.MODEL_CUSTOMIZATION_UUID as model_cu2_17_2_, networkcol3_.CR_MODEL_UUID as cr_model8_17_2_, networkcol3_.CREATION_TIMESTAMP as creation3_17_2_, networkcol3_.FUNCTION as function4_17_2_, networkcol3_.MODEL_INSTANCE_NAME as model_in5_17_2_, networkcol3_.ROLE as role6_17_2_, networkcol3_.COLLECTION_RESOURCE_TYPE as collecti7_17_2_, heattempla4_.ARTIFACT_UUID as artifact1_29_3_, heattempla4_.ARTIFACT_CHECKSUM as artifact2_29_3_, heattempla4_.CREATION_TIMESTAMP as creation3_29_3_, heattempla4_.DESCRIPTION as descript4_29_3_, heattempla4_.BODY as body5_29_3_, heattempla4_.NAME as name6_29_3_, heattempla4_.TIMEOUT_MINUTES as timeout_7_29_3_, heattempla4_.VERSION as version8_29_3_ from network_resource networkres0_ left outer join collection_network_resource_customization collection1_ on networkres0_.MODEL_UUID=collection1_.NETWORK_RESOURCE_MODEL_UUID left outer join instance_group instancegr2_ on collection1_.INSTANCE_GROUP_MODEL_UUID=instancegr2_.MODEL_UUID left outer join collection_resource_customization networkcol3_ on collection1_.CRC_MODEL_CUSTOMIZATION_UUID=networkcol3_.MODEL_CUSTOMIZATION_UUID left outer join heat_template heattempla4_ on networkres0_.HEAT_TEMPLATE_ARTIFACT_UUID=heattempla4_.ARTIFACT_UUID where networkres0_.MODEL_UUID=? Hibernate: insert into tosca_csar (ARTIFACT_CHECKSUM, CREATION_TIMESTAMP, DESCRIPTION, NAME, URL, Version, ARTIFACT_UUID) values (?, ?, ?, ?, ?, ?, ?) Hibernate: insert into service (CDS_BLUEPRINT_NAME, CDS_BLUEPRINT_VERSION, SERVICE_CATEGORY, CONTROLLER_ACTOR, CREATION_TIMESTAMP, TOSCA_CSAR_ARTIFACT_UUID, DESCRIPTION, OVERALL_DISTRIBUTION_STATUS, ENVIRONMENT_CONTEXT, MODEL_INVARIANT_UUID, MODEL_NAME, MODEL_VERSION, NAMING_POLICY, ONAP_GENERATED_NAMING, RESOURCE_ORDER, SERVICE_FUNCTION, SERVICE_ROLE, SERVICE_TYPE, SKIP_POST_INSTANTIATION_CONFIGURATION, WORKLOAD_CONTEXT, MODEL_UUID) values (?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?) Hibernate: insert into network_resource (AIC_VERSION_MAX, AIC_VERSION_MIN, RESOURCE_CATEGORY, CREATION_TIMESTAMP, DESCRIPTION, HEAT_TEMPLATE_ARTIFACT_UUID, MODEL_INVARIANT_UUID, MODEL_NAME, MODEL_VERSION, NEUTRON_NETWORK_TYPE, ORCHESTRATION_MODE, RESOURCE_SUB_CATEGORY, TOSCA_NODE_TYPE, MODEL_UUID) values (?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?) Hibernate: insert into network_resource_customization (CREATION_TIMESTAMP, MODEL_INSTANCE_NAME, NETWORK_RESOURCE_MODEL_UUID, NETWORK_ROLE, NETWORK_SCOPE, NETWORK_TECHNOLOGY, NETWORK_TYPE, RESOURCE_INPUT, MODEL_CUSTOMIZATION_UUID) values (?, ?, ?, ?, ?, ?, ?, ?, ?) Hibernate: insert into service_info (SERVICE_MODEL_UUID, SERVICE_INPUT, SERVICE_PROPERTIES) values (?, ?, ?) Hibernate: select watchdogco0_.COMPONENT_NAME as componen1_12_0_, watchdogco0_.DISTRIBUTION_ID as distribu2_12_0_, watchdogco0_.COMPONENT_DISTRIBUTION_STATUS as componen3_12_0_, watchdogco0_.CREATE_TIME as create_t4_12_0_, watchdogco0_.MODIFY_TIME as modify_t5_12_0_ from watchdog_per_component_distribution_status watchdogco0_ where watchdogco0_.COMPONENT_NAME=? and watchdogco0_.DISTRIBUTION_ID=? Hibernate: insert into watchdog_per_component_distribution_status (COMPONENT_DISTRIBUTION_STATUS, CREATE_TIME, MODIFY_TIME, COMPONENT_NAME, DISTRIBUTION_ID) values (?, ?, ?, ?, ?) Hibernate: insert into network_resource_customization_to_service (SERVICE_MODEL_UUID, RESOURCE_MODEL_CUSTOMIZATION_UUID) values (?, ?) 2023-02-22T12:01:57.099Z|b496cc0e-b578-4573-8ec3-56a264c931ff|pool-2-thread-2|||||INFO|500||ASDC_ARTIFACT_DEPLOY_SUC 0 ASDC deployResourceStructure 2023-02-22T12:01:57.100Z|b496cc0e-b578-4573-8ec3-56a264c931ff|pool-2-thread-2|||||INFO|500||ASDC_SEND_NOTIF_ASDC DEPLOY DEPLOY_OK /sdc/v1/catalog/services/BasicNetwork/1.0/artifacts/service-BasicNetwork-csar.csar ASDC sendASDCNotification 2023-02-22T12:01:57.100Z|b496cc0e-b578-4573-8ec3-56a264c931ff|pool-2-thread-2|||||DEBUG|500||Sending DEPLOY(DEPLOY_OK) notification to ASDC for artifact:/sdc/v1/catalog/services/BasicNetwork/1.0/artifacts/service-BasicNetwork-csar.csar 2023-02-22T12:01:57.100Z|b496cc0e-b578-4573-8ec3-56a264c931ff|pool-2-thread-2|||||INFO|500||DistributionClient - sendDeploymentStatus 2023-02-22T12:01:57.100Z|b496cc0e-b578-4573-8ec3-56a264c931ff|pool-2-thread-2|||||INFO|500||DistributionClient - sendStatus 2023-02-22T12:01:57.103Z|b496cc0e-b578-4573-8ec3-56a264c931ff|pool-2-thread-2|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap] 2023-02-22T12:01:57.104Z|b496cc0e-b578-4573-8ec3-56a264c931ff|pool-2-thread-2|||||DEBUG|500||try to send status { "distributionID": "b496cc0e-b578-4573-8ec3-56a264c931ff", "consumerID": "SO-COpenSource-Env11", "timestamp": 1677067317099, "artifactURL": "/sdc/v1/catalog/services/BasicNetwork/1.0/artifacts/service-BasicNetwork-csar.csar", "status": "DEPLOY_OK" } 2023-02-22T12:01:57.204Z||pool-38-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms 2023-02-22T12:01:57.205Z||pool-38-thread-1|||||WARN|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO will send credentials over a clear channel. 2023-02-22T12:01:57.205Z||pool-38-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as sXwXLxdJNt84opGN) ... 2023-02-22T12:01:57.222Z||pool-38-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK 2023-02-22T12:01:57.222Z||pool-38-thread-1|||||INFO|500||cambria reply ok (18 ms):{"serverTimeMs":0,"count":1} 2023-02-22T12:01:58.104Z|b496cc0e-b578-4573-8ec3-56a264c931ff|pool-2-thread-2|||||DEBUG|500||Entered getOverallDistributionStatus method for distrubutionId: b496cc0e-b578-4573-8ec3-56a264c931ff Hibernate: select watchdogdi0_.DISTRIBUTION_ID as distribu1_11_0_, watchdogdi0_.CREATE_TIME as create_t2_11_0_, watchdogdi0_.DISTRIBUTION_ID_STATUS as distribu3_11_0_, watchdogdi0_.MODIFY_TIME as modify_t4_11_0_, watchdogdi0_.LOCK_VERSION as lock_ver5_11_0_ from watchdog_distributionid_status watchdogdi0_ where watchdogdi0_.DISTRIBUTION_ID=? Hibernate: select watchdogco0_.COMPONENT_NAME as componen1_12_, watchdogco0_.DISTRIBUTION_ID as distribu2_12_, watchdogco0_.COMPONENT_DISTRIBUTION_STATUS as componen3_12_, watchdogco0_.CREATE_TIME as create_t4_12_, watchdogco0_.MODIFY_TIME as modify_t5_12_ from watchdog_per_component_distribution_status watchdogco0_ where watchdogco0_.DISTRIBUTION_ID=? 2023-02-22T12:01:58.116Z|b496cc0e-b578-4573-8ec3-56a264c931ff|pool-2-thread-2|||||DEBUG|500||Executed RequestDB getWatchdogComponentDistributionStatus for distrubutionId: b496cc0e-b578-4573-8ec3-56a264c931ff Hibernate: select watchdogco0_.COMPONENT_NAME as componen1_12_, watchdogco0_.DISTRIBUTION_ID as distribu2_12_, watchdogco0_.COMPONENT_DISTRIBUTION_STATUS as componen3_12_, watchdogco0_.CREATE_TIME as create_t4_12_, watchdogco0_.MODIFY_TIME as modify_t5_12_ from watchdog_per_component_distribution_status watchdogco0_ where watchdogco0_.DISTRIBUTION_ID=? 2023-02-22T12:01:58.118Z|b496cc0e-b578-4573-8ec3-56a264c931ff|pool-2-thread-2|||||DEBUG|500||Found componentName SO in the WatchDog Component DB 2023-02-22T12:01:58.119Z|b496cc0e-b578-4573-8ec3-56a264c931ff|pool-2-thread-2|||||DEBUG|500||Found componentName AAI in the WatchDog Component DB 2023-02-22T12:01:58.119Z|b496cc0e-b578-4573-8ec3-56a264c931ff|pool-2-thread-2|||||DEBUG|500||Found componentName SDNC in the WatchDog Component DB 2023-02-22T12:01:58.119Z|b496cc0e-b578-4573-8ec3-56a264c931ff|pool-2-thread-2|||||DEBUG|500||Components Size matched with the WatchdogComponentDistributionStatus results. 2023-02-22T12:01:58.119Z|b496cc0e-b578-4573-8ec3-56a264c931ff|pool-2-thread-2|||||DEBUG|500||Component status: COMPONENT_DONE_OK on componentName: 2023-02-22T12:01:58.119Z|b496cc0e-b578-4573-8ec3-56a264c931ff|pool-2-thread-2|||||DEBUG|500||Component status: COMPONENT_DONE_OK on componentName: 2023-02-22T12:01:58.119Z|b496cc0e-b578-4573-8ec3-56a264c931ff|pool-2-thread-2|||||DEBUG|500||Component status: COMPONENT_DONE_OK on componentName: 2023-02-22T12:01:58.119Z|b496cc0e-b578-4573-8ec3-56a264c931ff|pool-2-thread-2|||||DEBUG|500||Component status: COMPONENT_DONE_OK on componentName: 2023-02-22T12:01:58.120Z|b496cc0e-b578-4573-8ec3-56a264c931ff|pool-2-thread-2|||||DEBUG|500||Updating overall DistributionStatus to: SUCCESS for distributionId: Hibernate: select watchdogdi0_.DISTRIBUTION_ID as distribu1_11_0_, watchdogdi0_.CREATE_TIME as create_t2_11_0_, watchdogdi0_.DISTRIBUTION_ID_STATUS as distribu3_11_0_, watchdogdi0_.MODIFY_TIME as modify_t4_11_0_, watchdogdi0_.LOCK_VERSION as lock_ver5_11_0_ from watchdog_distributionid_status watchdogdi0_ where watchdogdi0_.DISTRIBUTION_ID=? 2023-02-22T12:01:58.124Z|b496cc0e-b578-4573-8ec3-56a264c931ff|pool-2-thread-2|||||DEBUG|500||Exiting getOverallDistributionStatus method in WatchdogDistribution 2023-02-22T12:02:28.125Z|b496cc0e-b578-4573-8ec3-56a264c931ff|pool-2-thread-2|||||DEBUG|500||Entered executePatchAAI method with distrubutionId: b496cc0e-b578-4573-8ec3-56a264c931ff and distributionStatus: Hibernate: select watchdogse0_.DISTRIBUTION_ID as distribu1_13_, watchdogse0_.SERVICE_MODEL_VERSION_ID as service_2_13_, watchdogse0_.CONSUMER_ID as consumer3_13_, watchdogse0_.CREATE_TIME as create_t4_13_, watchdogse0_.DISTRIBUTION_NOTIFICATION as distribu5_13_ from watchdog_service_mod_ver_id_lookup watchdogse0_ where watchdogse0_.DISTRIBUTION_ID=? 2023-02-22T12:02:28.132Z|b496cc0e-b578-4573-8ec3-56a264c931ff|pool-2-thread-2|||||DEBUG|500||Executed RequestDB getWatchdogServiceModVerIdLookup with distributionId: b496cc0e-b578-4573-8ec3-56a264c931ff and serviceModelVersionId: ffee45e1-def4-4e1b-a680-35068b30ebe6 2023-02-22T12:02:28.132Z|b496cc0e-b578-4573-8ec3-56a264c931ff|pool-2-thread-2|||||DEBUG|500||ASDC Notification ServiceModelInvariantUUID : 674fc224-26cd-4978-a3d8-a52da5170603 2023-02-22T12:02:28.134Z|b496cc0e-b578-4573-8ec3-56a264c931ff|pool-2-thread-2|||||DEBUG|500||Target A&AI Resource URI: /service-design-and-creation/models/model/674fc224-26cd-4978-a3d8-a52da5170603/model-vers/model-ver/ffee45e1-def4-4e1b-a680-35068b30ebe6?depth=0 2023-02-22T12:02:28.141Z|b496cc0e-b578-4573-8ec3-56a264c931ff|pool-2-thread-2|||||INFO|500||RestClientSSL using default SSL context! 2023-02-22T12:02:28.192Z|b496cc0e-b578-4573-8ec3-56a264c931ff|pool-2-thread-2|||AAI||DEBUG|500||Sending HTTP POST (overridden to PATCH) to:https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/674fc224-26cd-4978-a3d8-a52da5170603/model-vers/model-ver/ffee45e1-def4-4e1b-a680-35068b30ebe6?depth=0 with request headers:{Authorization=[***REDACTED***], X-FromAppId=[MSO], X-HTTP-Method-Override=[PATCH], Accept=[application/json], X-TransactionId=[], Content-Type=[application/merge-patch+json]} 2023-02-22T12:02:28.194Z|b496cc0e-b578-4573-8ec3-56a264c931ff|pool-2-thread-2|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/674fc224-26cd-4978-a3d8-a52da5170603/model-vers/model-ver/ffee45e1-def4-4e1b-a680-35068b30ebe6?depth=0|INFO|500||Invoke 2023-02-22T12:02:28.228Z|b496cc0e-b578-4573-8ec3-56a264c931ff|pool-2-thread-2|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/674fc224-26cd-4978-a3d8-a52da5170603/model-vers/model-ver/ffee45e1-def4-4e1b-a680-35068b30ebe6?depth=0|DEBUG|500||{"distribution-status":"DISTRIBUTION_COMPLETE_OK"} 2023-02-22T12:02:28.427Z|b496cc0e-b578-4573-8ec3-56a264c931ff|pool-2-thread-2|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/674fc224-26cd-4978-a3d8-a52da5170603/model-vers/model-ver/ffee45e1-def4-4e1b-a680-35068b30ebe6?depth=0|INFO|500||InvokeReturn 2023-02-22T12:02:28.428Z|b496cc0e-b578-4573-8ec3-56a264c931ff|pool-2-thread-2|||||DEBUG|500||Response from method:POST (overridden to PATCH) performed on uri:https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/674fc224-26cd-4978-a3d8-a52da5170603/model-vers/model-ver/ffee45e1-def4-4e1b-a680-35068b30ebe6?depth=0 has http status code:200 and response headers:{date=[Wed, 22 Feb 2023 12:02:28 GMT], content-length=[0], vertex-id=[155864], x-aai-txid=[0-aai-resources-230222-12:02:28:392-2511], content-type=[application/json], strict-transport-security=[max-age=16000000; includeSubDomains; preload;]} 2023-02-22T12:02:28.428Z|b496cc0e-b578-4573-8ec3-56a264c931ff|pool-2-thread-2|||||DEBUG|500||Response was returned with an empty entity. 2023-02-22T12:02:28.429Z|b496cc0e-b578-4573-8ec3-56a264c931ff|pool-2-thread-2|||||DEBUG|500||A&AI UPDATE MODEL Version is success! 2023-02-22T12:02:28.429Z|b496cc0e-b578-4573-8ec3-56a264c931ff|pool-2-thread-2|||||DEBUG|500||A&AI Updated succefully with Distribution Status! Hibernate: select service0_.MODEL_UUID as model_uu1_50_, service0_.CDS_BLUEPRINT_NAME as cds_blue2_50_, service0_.CDS_BLUEPRINT_VERSION as cds_blue3_50_, service0_.SERVICE_CATEGORY as service_4_50_, service0_.CONTROLLER_ACTOR as controll5_50_, service0_.CREATION_TIMESTAMP as creation6_50_, service0_.TOSCA_CSAR_ARTIFACT_UUID as tosca_c21_50_, service0_.DESCRIPTION as descript7_50_, service0_.OVERALL_DISTRIBUTION_STATUS as overall_8_50_, service0_.ENVIRONMENT_CONTEXT as environm9_50_, service0_.MODEL_INVARIANT_UUID as model_i10_50_, service0_.MODEL_NAME as model_n11_50_, service0_.MODEL_VERSION as model_v12_50_, service0_.NAMING_POLICY as naming_13_50_, service0_.ONAP_GENERATED_NAMING as onap_ge14_50_, service0_.RESOURCE_ORDER as resourc15_50_, service0_.SERVICE_FUNCTION as service16_50_, service0_.SERVICE_ROLE as service17_50_, service0_.SERVICE_TYPE as service18_50_, service0_.SKIP_POST_INSTANTIATION_CONFIGURATION as skip_po19_50_, service0_.WORKLOAD_CONTEXT as workloa20_50_ from service service0_ where service0_.MODEL_UUID=? 2023-02-22T12:02:28.434Z|b496cc0e-b578-4573-8ec3-56a264c931ff|pool-2-thread-2|||||ERROR|500||Error updating CatalogDBStatus java.lang.NullPointerException: null at org.onap.so.asdc.tenantIsolation.WatchdogDistribution.updateCatalogDBStatus(WatchdogDistribution.java:206) at org.onap.so.asdc.client.ASDCController.treatNotification(ASDCController.java:690) at org.onap.so.asdc.client.ASDCNotificationCallBack.activateCallback(ASDCNotificationCallBack.java:52) at org.onap.sdc.impl.NotificationConsumer.run(NotificationConsumer.java:71) at java.base/java.util.concurrent.Executors$RunnableAdapter.call(Unknown Source) at java.base/java.util.concurrent.FutureTask.runAndReset(Unknown Source) at java.base/java.util.concurrent.ScheduledThreadPoolExecutor$ScheduledFutureTask.run(Unknown Source) at java.base/java.util.concurrent.ThreadPoolExecutor.runWorker(Unknown Source) at java.base/java.util.concurrent.ThreadPoolExecutor$Worker.run(Unknown Source) at java.base/java.lang.Thread.run(Unknown Source) 2023-02-22T12:02:28.435Z|b496cc0e-b578-4573-8ec3-56a264c931ff|pool-2-thread-2|||||DEBUG|500||Enter sendFinalDistributionStatus with DistributionID b496cc0e-b578-4573-8ec3-56a264c931ff and Status of DISTRIBUTION_COMPLETE_OK and ErrorReason null 2023-02-22T12:02:28.435Z|b496cc0e-b578-4573-8ec3-56a264c931ff|pool-2-thread-2|||||INFO|500||DistributionClient - sendFinalDistributionStatus status 2023-02-22T12:02:28.435Z|b496cc0e-b578-4573-8ec3-56a264c931ff|pool-2-thread-2|||||INFO|500||DistributionClient - sendStatus 2023-02-22T12:02:28.437Z|b496cc0e-b578-4573-8ec3-56a264c931ff|pool-2-thread-2|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap] 2023-02-22T12:02:28.437Z|b496cc0e-b578-4573-8ec3-56a264c931ff|pool-2-thread-2|||||DEBUG|500||try to send status { "distributionID": "b496cc0e-b578-4573-8ec3-56a264c931ff", "consumerID": "SO-COpenSource-Env11", "timestamp": 1677067348435, "artifactURL": "", "status": "DISTRIBUTION_COMPLETE_OK" } 2023-02-22T12:02:28.537Z||pool-39-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms 2023-02-22T12:02:28.538Z||pool-39-thread-1|||||WARN|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO will send credentials over a clear channel. 2023-02-22T12:02:28.538Z||pool-39-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as sXwXLxdJNt84opGN) ... 2023-02-22T12:02:28.590Z||pool-39-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK 2023-02-22T12:02:28.591Z||pool-39-thread-1|||||INFO|500||cambria reply ok (53 ms):{"serverTimeMs":0,"count":1} Hibernate: select watchdogdi0_.DISTRIBUTION_ID as distribu1_11_0_, watchdogdi0_.CREATE_TIME as create_t2_11_0_, watchdogdi0_.DISTRIBUTION_ID_STATUS as distribu3_11_0_, watchdogdi0_.MODIFY_TIME as modify_t4_11_0_, watchdogdi0_.LOCK_VERSION as lock_ver5_11_0_ from watchdog_distributionid_status watchdogdi0_ where watchdogdi0_.DISTRIBUTION_ID=? Hibernate: update watchdog_distributionid_status set DISTRIBUTION_ID_STATUS=?, MODIFY_TIME=?, LOCK_VERSION=? where DISTRIBUTION_ID=? 2023-02-22T12:02:29.450Z|b496cc0e-b578-4573-8ec3-56a264c931ff|pool-2-thread-2|||||DEBUG|500||received message from topic 2023-02-22T12:02:29.451Z|b496cc0e-b578-4573-8ec3-56a264c931ff|pool-2-thread-2|||||DEBUG|500||recieved notification from broker: {"distributionID":"d98666b3-38ca-416a-aa0c-6bb0c10790f3","serviceName":"Demo_pNF_j49jPwHBFuapJybF1Vfy","serviceVersion":"1.0","serviceUUID":"7f83e89e-8223-4f0c-83d0-812e24b98538","serviceDescription":"catalog service description","serviceInvariantUUID":"f8eada1e-ea36-40f3-883b-5a004de0f663","resources":[{"resourceInstanceName":"pNF c6920d33-0a0f 0","resourceName":"pNF c6920d33-0a0f","resourceVersion":"1.0","resoucreType":"PNF","resourceUUID":"7bfd6c69-71aa-4afc-8be7-cd3ceee02d2c","resourceInvariantUUID":"a13b8db0-8f0c-4ba4-806a-9aa2aebfa06a","resourceCustomizationUUID":"294e95d5-e515-4330-8a5a-3a4da829611d","category":"Generic","subcategory":"Abstract","artifacts":[{"artifactName":"vf-license-model.xml","artifactType":"VF_LICENSE","artifactURL":"/sdc/v1/catalog/services/DemoPnfJ49jpwhbfuapjybf1vfy/1.0/resourceInstances/pnfc6920d330a0f0/artifacts/vf-license-model.xml","artifactChecksum":"YzUwN2RlMjI1YWMyMmJhYzViNjBkOWNlZDc1NjBjZjI\u003d","artifactDescription":"VF license file","artifactTimeout":0,"artifactUUID":"21c6c0b9-745c-4715-9f6f-fab0545cf943","artifactVersion":"1"},{"artifactName":"pNF.csar","artifactType":"ETSI_PACKAGE","artifactURL":"/sdc/v1/catalog/services/DemoPnfJ49jpwhbfuapjybf1vfy/1.0/resourceInstances/pnfc6920d330a0f0/artifacts/pNF.csar","artifactChecksum":"N2RjODMyMzM1Y2E0YTQ4MGEyODYyYjZjMDY3M2FjYmY\u003d","artifactDescription":"Artifact created from csar","artifactTimeout":0,"artifactUUID":"2dd515ee-bef9-4c1e-b8dc-8935418b93c5","artifactVersion":"1"},{"artifactName":"mynetconf.yang","artifactType":"YANG_MODULE","artifactURL":"/sdc/v1/catalog/services/DemoPnfJ49jpwhbfuapjybf1vfy/1.0/resourceInstances/pnfc6920d330a0f0/artifacts/mynetconf.yang","artifactChecksum":"N2Q1MDkxNjUwYzU1MWI2OTUzNmY4YTc3YmQ2YTlkZTc\u003d","artifactDescription":"Artifact created from csar","artifactTimeout":0,"artifactUUID":"ecb654a5-734c-40b9-8c72-b50e597ff191","artifactVersion":"1"},{"artifactName":"vendor-license-model.xml","artifactType":"VENDOR_LICENSE","artifactURL":"/sdc/v1/catalog/services/DemoPnfJ49jpwhbfuapjybf1vfy/1.0/resourceInstances/pnfc6920d330a0f0/artifacts/vendor-license-model.xml","artifactChecksum":"OGZjY2Q1OGEzMzk4ZDA0NTRjYjc1YTE3ZjQ0ZWMyOWI\u003d","artifactDescription":" Vendor license file","artifactTimeout":0,"artifactUUID":"0e738c53-755f-4ce5-a33d-c190aeb735c1","artifactVersion":"1"},{"artifactName":"PM_Dictionary.yaml","artifactType":"PM_DICTIONARY","artifactURL":"/sdc/v1/catalog/services/DemoPnfJ49jpwhbfuapjybf1vfy/1.0/resourceInstances/pnfc6920d330a0f0/artifacts/PM_Dictionary.yaml","artifactChecksum":"ZDJlYTVlNjA2ZGRhOTc3MDBkODVjNmEyMjA2OTA5YTE\u003d","artifactDescription":"Artifact created from csar","artifactTimeout":0,"artifactUUID":"95e421b4-9983-4d8d-a1cf-bd3de2373b17","artifactVersion":"1"},{"artifactName":"MyPnf_Pnf_v1.yaml","artifactType":"VES_EVENTS","artifactURL":"/sdc/v1/catalog/services/DemoPnfJ49jpwhbfuapjybf1vfy/1.0/resourceInstances/pnfc6920d330a0f0/artifacts/MyPnf_Pnf_v1.yaml","artifactChecksum":"ZTllOGUwNjdiYWEyMWJhZDc4NjNlOGNmNGJkZWVlMWY\u003d","artifactDescription":"Artifact created from csar","artifactTimeout":0,"artifactUUID":"34440dfc-a3c6-45aa-a5e8-bcd58b8c0a1d","artifactVersion":"1"}]}],"serviceArtifacts":[{"artifactName":"service-DemoPnfJ49jpwhbfuapjybf1vfy-template.yml","artifactType":"TOSCA_TEMPLATE","artifactURL":"/sdc/v1/catalog/services/DemoPnfJ49jpwhbfuapjybf1vfy/1.0/artifacts/service-DemoPnfJ49jpwhbfuapjybf1vfy-template.yml","artifactChecksum":"NDgxMWY3Njc5ZDU2ZWJjNmEyYzdiNzZiMTQ5ZDRkMzg\u003d","artifactDescription":"TOSCA representation of the asset","artifactTimeout":0,"artifactUUID":"753a07e7-6424-4d45-8b8e-e2baf7b53b15","artifactVersion":"1"},{"artifactName":"service-DemoPnfJ49jpwhbfuapjybf1vfy-csar.csar","artifactType":"TOSCA_CSAR","artifactURL":"/sdc/v1/catalog/services/DemoPnfJ49jpwhbfuapjybf1vfy/1.0/artifacts/service-DemoPnfJ49jpwhbfuapjybf1vfy-csar.csar","artifactChecksum":"OTQwOTE2NDMzNTZkNjQxYzNhZjZjOTczZmIxZGY0ODc\u003d","artifactDescription":"TOSCA definition package of the asset","artifactTimeout":0,"artifactUUID":"4247053e-054f-4907-ab62-f4a04441651e","artifactVersion":"1"}],"workloadContext":"Production"} 2023-02-22T12:02:29.451Z|b496cc0e-b578-4573-8ec3-56a264c931ff|pool-2-thread-2|||||INFO|500||DistributionClient - sendNotificationStatus 2023-02-22T12:02:29.452Z|b496cc0e-b578-4573-8ec3-56a264c931ff|pool-2-thread-2|||||INFO|500||DistributionClient - sendStatus 2023-02-22T12:02:29.453Z|b496cc0e-b578-4573-8ec3-56a264c931ff|pool-2-thread-2|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap] 2023-02-22T12:02:29.454Z|b496cc0e-b578-4573-8ec3-56a264c931ff|pool-2-thread-2|||||DEBUG|500||try to send status { "distributionID": "d98666b3-38ca-416a-aa0c-6bb0c10790f3", "consumerID": "SO-COpenSource-Env11", "timestamp": 1677067312607, "artifactURL": "/sdc/v1/catalog/services/DemoPnfJ49jpwhbfuapjybf1vfy/1.0/resourceInstances/pnfc6920d330a0f0/artifacts/vf-license-model.xml", "status": "NOT_NOTIFIED" } 2023-02-22T12:02:29.554Z||pool-40-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms 2023-02-22T12:02:29.555Z||pool-40-thread-1|||||WARN|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO will send credentials over a clear channel. 2023-02-22T12:02:29.555Z||pool-40-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as sXwXLxdJNt84opGN) ... 2023-02-22T12:02:29.568Z||pool-40-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK 2023-02-22T12:02:29.568Z||pool-40-thread-1|||||INFO|500||cambria reply ok (14 ms):{"serverTimeMs":0,"count":1} 2023-02-22T12:02:30.454Z|b496cc0e-b578-4573-8ec3-56a264c931ff|pool-2-thread-2|||||INFO|500||DistributionClient - sendNotificationStatus 2023-02-22T12:02:30.455Z|b496cc0e-b578-4573-8ec3-56a264c931ff|pool-2-thread-2|||||INFO|500||DistributionClient - sendStatus 2023-02-22T12:02:30.456Z|b496cc0e-b578-4573-8ec3-56a264c931ff|pool-2-thread-2|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap] 2023-02-22T12:02:30.457Z|b496cc0e-b578-4573-8ec3-56a264c931ff|pool-2-thread-2|||||DEBUG|500||try to send status { "distributionID": "d98666b3-38ca-416a-aa0c-6bb0c10790f3", "consumerID": "SO-COpenSource-Env11", "timestamp": 1677067312607, "artifactURL": "/sdc/v1/catalog/services/DemoPnfJ49jpwhbfuapjybf1vfy/1.0/resourceInstances/pnfc6920d330a0f0/artifacts/pNF.csar", "status": "NOT_NOTIFIED" } 2023-02-22T12:02:30.557Z||pool-41-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 99 ms 2023-02-22T12:02:30.557Z||pool-41-thread-1|||||WARN|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO will send credentials over a clear channel. 2023-02-22T12:02:30.557Z||pool-41-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as sXwXLxdJNt84opGN) ... 2023-02-22T12:02:30.569Z||pool-41-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK 2023-02-22T12:02:30.569Z||pool-41-thread-1|||||INFO|500||cambria reply ok (12 ms):{"serverTimeMs":0,"count":1} 2023-02-22T12:02:31.457Z|b496cc0e-b578-4573-8ec3-56a264c931ff|pool-2-thread-2|||||INFO|500||DistributionClient - sendNotificationStatus 2023-02-22T12:02:31.458Z|b496cc0e-b578-4573-8ec3-56a264c931ff|pool-2-thread-2|||||INFO|500||DistributionClient - sendStatus 2023-02-22T12:02:31.459Z|b496cc0e-b578-4573-8ec3-56a264c931ff|pool-2-thread-2|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap] 2023-02-22T12:02:31.459Z|b496cc0e-b578-4573-8ec3-56a264c931ff|pool-2-thread-2|||||DEBUG|500||try to send status { "distributionID": "d98666b3-38ca-416a-aa0c-6bb0c10790f3", "consumerID": "SO-COpenSource-Env11", "timestamp": 1677067312607, "artifactURL": "/sdc/v1/catalog/services/DemoPnfJ49jpwhbfuapjybf1vfy/1.0/resourceInstances/pnfc6920d330a0f0/artifacts/mynetconf.yang", "status": "NOT_NOTIFIED" } 2023-02-22T12:02:31.560Z||pool-42-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 99 ms 2023-02-22T12:02:31.561Z||pool-42-thread-1|||||WARN|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO will send credentials over a clear channel. 2023-02-22T12:02:31.561Z||pool-42-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as sXwXLxdJNt84opGN) ... 2023-02-22T12:02:31.576Z||pool-42-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK 2023-02-22T12:02:31.577Z||pool-42-thread-1|||||INFO|500||cambria reply ok (17 ms):{"serverTimeMs":1,"count":1} 2023-02-22T12:02:32.460Z|b496cc0e-b578-4573-8ec3-56a264c931ff|pool-2-thread-2|||||INFO|500||DistributionClient - sendNotificationStatus 2023-02-22T12:02:32.461Z|b496cc0e-b578-4573-8ec3-56a264c931ff|pool-2-thread-2|||||INFO|500||DistributionClient - sendStatus 2023-02-22T12:02:32.463Z|b496cc0e-b578-4573-8ec3-56a264c931ff|pool-2-thread-2|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap] 2023-02-22T12:02:32.463Z|b496cc0e-b578-4573-8ec3-56a264c931ff|pool-2-thread-2|||||DEBUG|500||try to send status { "distributionID": "d98666b3-38ca-416a-aa0c-6bb0c10790f3", "consumerID": "SO-COpenSource-Env11", "timestamp": 1677067312607, "artifactURL": "/sdc/v1/catalog/services/DemoPnfJ49jpwhbfuapjybf1vfy/1.0/resourceInstances/pnfc6920d330a0f0/artifacts/vendor-license-model.xml", "status": "NOT_NOTIFIED" } 2023-02-22T12:02:32.563Z||pool-43-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms 2023-02-22T12:02:32.564Z||pool-43-thread-1|||||WARN|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO will send credentials over a clear channel. 2023-02-22T12:02:32.564Z||pool-43-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as sXwXLxdJNt84opGN) ... 2023-02-22T12:02:32.584Z||pool-43-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK 2023-02-22T12:02:32.585Z||pool-43-thread-1|||||INFO|500||cambria reply ok (22 ms):{"serverTimeMs":1,"count":1} 2023-02-22T12:02:33.463Z|b496cc0e-b578-4573-8ec3-56a264c931ff|pool-2-thread-2|||||INFO|500||DistributionClient - sendNotificationStatus 2023-02-22T12:02:33.465Z|b496cc0e-b578-4573-8ec3-56a264c931ff|pool-2-thread-2|||||INFO|500||DistributionClient - sendStatus 2023-02-22T12:02:33.467Z|b496cc0e-b578-4573-8ec3-56a264c931ff|pool-2-thread-2|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap] 2023-02-22T12:02:33.467Z|b496cc0e-b578-4573-8ec3-56a264c931ff|pool-2-thread-2|||||DEBUG|500||try to send status { "distributionID": "d98666b3-38ca-416a-aa0c-6bb0c10790f3", "consumerID": "SO-COpenSource-Env11", "timestamp": 1677067312607, "artifactURL": "/sdc/v1/catalog/services/DemoPnfJ49jpwhbfuapjybf1vfy/1.0/resourceInstances/pnfc6920d330a0f0/artifacts/PM_Dictionary.yaml", "status": "NOT_NOTIFIED" } 2023-02-22T12:02:33.567Z||pool-44-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms 2023-02-22T12:02:33.568Z||pool-44-thread-1|||||WARN|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO will send credentials over a clear channel. 2023-02-22T12:02:33.568Z||pool-44-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as sXwXLxdJNt84opGN) ... 2023-02-22T12:02:33.582Z||pool-44-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK 2023-02-22T12:02:33.583Z||pool-44-thread-1|||||INFO|500||cambria reply ok (16 ms):{"serverTimeMs":0,"count":1} 2023-02-22T12:02:34.468Z|b496cc0e-b578-4573-8ec3-56a264c931ff|pool-2-thread-2|||||INFO|500||DistributionClient - sendNotificationStatus 2023-02-22T12:02:34.469Z|b496cc0e-b578-4573-8ec3-56a264c931ff|pool-2-thread-2|||||INFO|500||DistributionClient - sendStatus 2023-02-22T12:02:34.471Z|b496cc0e-b578-4573-8ec3-56a264c931ff|pool-2-thread-2|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap] 2023-02-22T12:02:34.471Z|b496cc0e-b578-4573-8ec3-56a264c931ff|pool-2-thread-2|||||DEBUG|500||try to send status { "distributionID": "d98666b3-38ca-416a-aa0c-6bb0c10790f3", "consumerID": "SO-COpenSource-Env11", "timestamp": 1677067312607, "artifactURL": "/sdc/v1/catalog/services/DemoPnfJ49jpwhbfuapjybf1vfy/1.0/resourceInstances/pnfc6920d330a0f0/artifacts/MyPnf_Pnf_v1.yaml", "status": "NOT_NOTIFIED" } 2023-02-22T12:02:34.571Z||pool-45-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms 2023-02-22T12:02:34.572Z||pool-45-thread-1|||||WARN|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO will send credentials over a clear channel. 2023-02-22T12:02:34.572Z||pool-45-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as sXwXLxdJNt84opGN) ... 2023-02-22T12:02:34.586Z||pool-45-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK 2023-02-22T12:02:34.587Z||pool-45-thread-1|||||INFO|500||cambria reply ok (16 ms):{"serverTimeMs":0,"count":1} 2023-02-22T12:02:35.472Z|b496cc0e-b578-4573-8ec3-56a264c931ff|pool-2-thread-2|||||INFO|500||DistributionClient - sendNotificationStatus 2023-02-22T12:02:35.472Z|b496cc0e-b578-4573-8ec3-56a264c931ff|pool-2-thread-2|||||INFO|500||DistributionClient - sendStatus 2023-02-22T12:02:35.474Z|b496cc0e-b578-4573-8ec3-56a264c931ff|pool-2-thread-2|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap] 2023-02-22T12:02:35.475Z|b496cc0e-b578-4573-8ec3-56a264c931ff|pool-2-thread-2|||||DEBUG|500||try to send status { "distributionID": "d98666b3-38ca-416a-aa0c-6bb0c10790f3", "consumerID": "SO-COpenSource-Env11", "timestamp": 1677067312607, "artifactURL": "/sdc/v1/catalog/services/DemoPnfJ49jpwhbfuapjybf1vfy/1.0/artifacts/service-DemoPnfJ49jpwhbfuapjybf1vfy-template.yml", "status": "NOT_NOTIFIED" } 2023-02-22T12:02:35.575Z||pool-46-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms 2023-02-22T12:02:35.576Z||pool-46-thread-1|||||WARN|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO will send credentials over a clear channel. 2023-02-22T12:02:35.576Z||pool-46-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as sXwXLxdJNt84opGN) ... 2023-02-22T12:02:35.589Z||pool-46-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK 2023-02-22T12:02:35.589Z||pool-46-thread-1|||||INFO|500||cambria reply ok (14 ms):{"serverTimeMs":0,"count":1} 2023-02-22T12:02:36.475Z|b496cc0e-b578-4573-8ec3-56a264c931ff|pool-2-thread-2|||||INFO|500||DistributionClient - sendNotificationStatus 2023-02-22T12:02:36.476Z|b496cc0e-b578-4573-8ec3-56a264c931ff|pool-2-thread-2|||||INFO|500||DistributionClient - sendStatus 2023-02-22T12:02:36.478Z|b496cc0e-b578-4573-8ec3-56a264c931ff|pool-2-thread-2|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap] 2023-02-22T12:02:36.478Z|b496cc0e-b578-4573-8ec3-56a264c931ff|pool-2-thread-2|||||DEBUG|500||try to send status { "distributionID": "d98666b3-38ca-416a-aa0c-6bb0c10790f3", "consumerID": "SO-COpenSource-Env11", "timestamp": 1677067312607, "artifactURL": "/sdc/v1/catalog/services/DemoPnfJ49jpwhbfuapjybf1vfy/1.0/artifacts/service-DemoPnfJ49jpwhbfuapjybf1vfy-csar.csar", "status": "NOTIFIED" } 2023-02-22T12:02:36.578Z||pool-47-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 99 ms 2023-02-22T12:02:36.579Z||pool-47-thread-1|||||WARN|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO will send credentials over a clear channel. 2023-02-22T12:02:36.579Z||pool-47-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as sXwXLxdJNt84opGN) ... 2023-02-22T12:02:36.590Z||pool-47-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK 2023-02-22T12:02:36.591Z||pool-47-thread-1|||||INFO|500||cambria reply ok (12 ms):{"serverTimeMs":1,"count":1} 2023-02-22T12:02:37.480Z|b496cc0e-b578-4573-8ec3-56a264c931ff|pool-2-thread-2|||||DEBUG|500||sending notification to client: { "distributionID": "d98666b3-38ca-416a-aa0c-6bb0c10790f3", "serviceName": "Demo_pNF_j49jPwHBFuapJybF1Vfy", "serviceVersion": "1.0", "serviceUUID": "7f83e89e-8223-4f0c-83d0-812e24b98538", "serviceDescription": "catalog service description", "serviceInvariantUUID": "f8eada1e-ea36-40f3-883b-5a004de0f663", "resources": [ { "resourceInstanceName": "pNF c6920d33-0a0f 0", "resourceCustomizationUUID": "294e95d5-e515-4330-8a5a-3a4da829611d", "resourceName": "pNF c6920d33-0a0f", "resourceVersion": "1.0", "resoucreType": "PNF", "resourceUUID": "7bfd6c69-71aa-4afc-8be7-cd3ceee02d2c", "resourceInvariantUUID": "a13b8db0-8f0c-4ba4-806a-9aa2aebfa06a", "category": "Generic", "subcategory": "Abstract", "artifacts": [] } ], "serviceArtifacts": [ { "artifactName": "service-DemoPnfJ49jpwhbfuapjybf1vfy-csar.csar", "artifactType": "TOSCA_CSAR", "artifactURL": "/sdc/v1/catalog/services/DemoPnfJ49jpwhbfuapjybf1vfy/1.0/artifacts/service-DemoPnfJ49jpwhbfuapjybf1vfy-csar.csar", "artifactChecksum": "OTQwOTE2NDMzNTZkNjQxYzNhZjZjOTczZmIxZGY0ODc\u003d", "artifactDescription": "TOSCA definition package of the asset", "artifactTimeout": 0, "artifactVersion": "1", "artifactUUID": "4247053e-054f-4907-ab62-f4a04441651e" } ], "workloadContext": "Production" } 2023-02-22T12:02:37.481Z|b496cc0e-b578-4573-8ec3-56a264c931ff|pool-2-thread-2|||||DEBUG|500||Receive a callback notification in ASDC, nb of resources: 1 2023-02-22T12:02:37.481Z|b496cc0e-b578-4573-8ec3-56a264c931ff|pool-2-thread-2|||||INFO|500||ASDC_RECEIVE_CALLBACK_NOTIF 0 7f83e89e-8223-4f0c-83d0-812e24b98538 ASDC 2023-02-22T12:02:37.482Z|d98666b3-38ca-416a-aa0c-6bb0c10790f3|pool-2-thread-2|||||DEBUG|500||ASDC Notification: DistributionID:d98666b3-38ca-416a-aa0c-6bb0c10790f3 ServiceName:Demo_pNF_j49jPwHBFuapJybF1Vfy ServiceVersion:1.0 ServiceUUID:7f83e89e-8223-4f0c-83d0-812e24b98538 ServiceInvariantUUID:f8eada1e-ea36-40f3-883b-5a004de0f663 ServiceDescription:catalog service description Service Artifacts List: { Service Artifacts Info: ArtifactName:service-DemoPnfJ49jpwhbfuapjybf1vfy-csar.csar ArtifactVersion:1 ArtifactType:TOSCA_CSAR ArtifactDescription:TOSCA definition package of the asset ArtifactTimeout:0 ArtifactURL:/sdc/v1/catalog/services/DemoPnfJ49jpwhbfuapjybf1vfy/1.0/artifacts/service-DemoPnfJ49jpwhbfuapjybf1vfy-csar.csar ArtifactUUID:4247053e-054f-4907-ab62-f4a04441651e ArtifactChecksum:OTQwOTE2NDMzNTZkNjQxYzNhZjZjOTczZmIxZGY0ODc= GeneratedArtifact:{NULL } RelatedArtifacts:{ } } Resource Instances List: { Resource Instance Info: ResourceInstanceName:pNF c6920d33-0a0f 0 ResourceCustomizationUUID:294e95d5-e515-4330-8a5a-3a4da829611d ResourceInvariantUUID:a13b8db0-8f0c-4ba4-806a-9aa2aebfa06a ResourceName:pNF c6920d33-0a0f ResourceType:PNF ResourceUUID:7bfd6c69-71aa-4afc-8be7-cd3ceee02d2c ResourceVersion:1.0 Category:Generic SubCategory:Abstract Resource Artifacts List: NULL } 2023-02-22T12:02:37.482Z|d98666b3-38ca-416a-aa0c-6bb0c10790f3|pool-2-thread-2|||||INFO|500||ASDC_RECEIVE_SERVICE_NOTIF 7f83e89e-8223-4f0c-83d0-812e24b98538 ASDC treatNotification Hibernate: select watchdogse0_.DISTRIBUTION_ID as distribu1_13_0_, watchdogse0_.SERVICE_MODEL_VERSION_ID as service_2_13_0_, watchdogse0_.CONSUMER_ID as consumer3_13_0_, watchdogse0_.CREATE_TIME as create_t4_13_0_, watchdogse0_.DISTRIBUTION_NOTIFICATION as distribu5_13_0_ from watchdog_service_mod_ver_id_lookup watchdogse0_ where watchdogse0_.DISTRIBUTION_ID=? and watchdogse0_.SERVICE_MODEL_VERSION_ID=? Hibernate: insert into watchdog_service_mod_ver_id_lookup (CONSUMER_ID, CREATE_TIME, DISTRIBUTION_NOTIFICATION, DISTRIBUTION_ID, SERVICE_MODEL_VERSION_ID) values (?, ?, ?, ?, ?) Hibernate: select watchdogdi0_.DISTRIBUTION_ID as distribu1_11_0_, watchdogdi0_.CREATE_TIME as create_t2_11_0_, watchdogdi0_.DISTRIBUTION_ID_STATUS as distribu3_11_0_, watchdogdi0_.MODIFY_TIME as modify_t4_11_0_, watchdogdi0_.LOCK_VERSION as lock_ver5_11_0_ from watchdog_distributionid_status watchdogdi0_ where watchdogdi0_.DISTRIBUTION_ID=? Hibernate: update watchdog_distributionid_status set DISTRIBUTION_ID_STATUS=?, MODIFY_TIME=?, LOCK_VERSION=? where DISTRIBUTION_ID=? 2023-02-22T12:02:37.507Z|d98666b3-38ca-416a-aa0c-6bb0c10790f3|pool-2-thread-2|||||INFO|500||Unable to find the system property mso.config.path, use the default configuration 2023-02-22T12:02:37.508Z|d98666b3-38ca-416a-aa0c-6bb0c10790f3|pool-2-thread-2|||||INFO|500||MSO config path is: /app 2023-02-22T12:02:37.508Z|d98666b3-38ca-416a-aa0c-6bb0c10790f3|pool-2-thread-2|||||INFO|500||MSO config path is: /app 2023-02-22T12:02:37.508Z|d98666b3-38ca-416a-aa0c-6bb0c10790f3|pool-2-thread-2|||||INFO|500||Trying to download the artifact UUID: 4247053e-054f-4907-ab62-f4a04441651e from URL: /sdc/v1/catalog/services/DemoPnfJ49jpwhbfuapjybf1vfy/1.0/artifacts/service-DemoPnfJ49jpwhbfuapjybf1vfy-csar.csar 2023-02-22T12:02:37.508Z|d98666b3-38ca-416a-aa0c-6bb0c10790f3|pool-2-thread-2|||||INFO|500||DistributionClient - download 2023-02-22T12:02:37.509Z|d98666b3-38ca-416a-aa0c-6bb0c10790f3|pool-2-thread-2|||||DEBUG|500||url to send https://sdc-be.onap:8443/sdc/v1/catalog/services/DemoPnfJ49jpwhbfuapjybf1vfy/1.0/artifacts/service-DemoPnfJ49jpwhbfuapjybf1vfy-csar.csar 2023-02-22T12:02:37.623Z|d98666b3-38ca-416a-aa0c-6bb0c10790f3|pool-2-thread-2|||||DEBUG|500||GET Response Status 200 2023-02-22T12:02:37.629Z|d98666b3-38ca-416a-aa0c-6bb0c10790f3|pool-2-thread-2|||||INFO|500||ASDC_ARTIFACT_DOWNLOAD_SUC /sdc/v1/catalog/services/DemoPnfJ49jpwhbfuapjybf1vfy/1.0/artifacts/service-DemoPnfJ49jpwhbfuapjybf1vfy-csar.csar 4247053e-054f-4907-ab62-f4a04441651e 87776 2023-02-22T12:02:37.630Z|d98666b3-38ca-416a-aa0c-6bb0c10790f3|pool-2-thread-2|||||INFO|500||ASDC_SEND_NOTIF_ASDC DOWNLOAD DOWNLOAD_OK /sdc/v1/catalog/services/DemoPnfJ49jpwhbfuapjybf1vfy/1.0/artifacts/service-DemoPnfJ49jpwhbfuapjybf1vfy-csar.csar ASDC sendASDCNotification 2023-02-22T12:02:37.630Z|d98666b3-38ca-416a-aa0c-6bb0c10790f3|pool-2-thread-2|||||DEBUG|500||Sending DOWNLOAD(DOWNLOAD_OK) notification to ASDC for artifact:/sdc/v1/catalog/services/DemoPnfJ49jpwhbfuapjybf1vfy/1.0/artifacts/service-DemoPnfJ49jpwhbfuapjybf1vfy-csar.csar 2023-02-22T12:02:37.630Z|d98666b3-38ca-416a-aa0c-6bb0c10790f3|pool-2-thread-2|||||INFO|500||DistributionClient - sendDownloadStatus 2023-02-22T12:02:37.631Z|d98666b3-38ca-416a-aa0c-6bb0c10790f3|pool-2-thread-2|||||INFO|500||DistributionClient - sendStatus 2023-02-22T12:02:37.638Z|d98666b3-38ca-416a-aa0c-6bb0c10790f3|pool-2-thread-2|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap] 2023-02-22T12:02:37.638Z|d98666b3-38ca-416a-aa0c-6bb0c10790f3|pool-2-thread-2|||||DEBUG|500||try to send status { "distributionID": "d98666b3-38ca-416a-aa0c-6bb0c10790f3", "consumerID": "SO-COpenSource-Env11", "timestamp": 1677067357630, "artifactURL": "/sdc/v1/catalog/services/DemoPnfJ49jpwhbfuapjybf1vfy/1.0/artifacts/service-DemoPnfJ49jpwhbfuapjybf1vfy-csar.csar", "status": "DOWNLOAD_OK" } 2023-02-22T12:02:37.733Z||pool-48-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 95 ms 2023-02-22T12:02:37.733Z||pool-48-thread-1|||||WARN|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO will send credentials over a clear channel. 2023-02-22T12:02:37.733Z||pool-48-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as sXwXLxdJNt84opGN) ... 2023-02-22T12:02:37.749Z||pool-48-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK 2023-02-22T12:02:37.750Z||pool-48-thread-1|||||INFO|500||cambria reply ok (17 ms):{"serverTimeMs":0,"count":1} 2023-02-22T12:02:38.639Z|d98666b3-38ca-416a-aa0c-6bb0c10790f3|pool-2-thread-2|||||INFO|500||Unable to find the system property mso.config.path, use the default configuration 2023-02-22T12:02:38.640Z|d98666b3-38ca-416a-aa0c-6bb0c10790f3|pool-2-thread-2|||||INFO|500||MSO config path is: /app 2023-02-22T12:02:38.640Z|d98666b3-38ca-416a-aa0c-6bb0c10790f3|pool-2-thread-2|||||INFO|500||Trying to write artifact UUID: 4247053e-054f-4907-ab62-f4a04441651e, URL: /sdc/v1/catalog/services/DemoPnfJ49jpwhbfuapjybf1vfy/1.0/artifacts/service-DemoPnfJ49jpwhbfuapjybf1vfy-csar.csar to file: /app/ASDC/1/service-DemoPnfJ49jpwhbfuapjybf1vfy-csar.csar 2023-02-22T12:02:38.640Z|d98666b3-38ca-416a-aa0c-6bb0c10790f3|pool-2-thread-2|||||INFO|500||ASDC_RECEIVE_SERVICE_NOTIF ***WRITE FILE ARTIFACT NAME ASDC service-DemoPnfJ49jpwhbfuapjybf1vfy-csar.csar 2023-02-22T12:02:38.641Z|d98666b3-38ca-416a-aa0c-6bb0c10790f3|pool-2-thread-2|||||DEBUG|500||ASDC File path is: /app/ASDC/1/service-DemoPnfJ49jpwhbfuapjybf1vfy-csar.csar 2023-02-22T12:02:38.641Z|d98666b3-38ca-416a-aa0c-6bb0c10790f3|pool-2-thread-2|||||INFO|500||ASDC_RECEIVE_SERVICE_NOTIF ***PATH ASDC /app/ASDC/1/service-DemoPnfJ49jpwhbfuapjybf1vfy-csar.csar 2023-02-22T12:02:38.777Z|d98666b3-38ca-416a-aa0c-6bb0c10790f3|pool-2-thread-2|||||DEBUG|500||ToscaTemplate Loading YAMEL file /tmp/JTP15676081251068960332/Definitions/service-DemoPnfJ49jpwhbfuapjybf1vfy-template.yml 2023-02-22T12:02:39.471Z|d98666b3-38ca-416a-aa0c-6bb0c10790f3|pool-2-thread-2|||||DEBUG|500||CSAR conformance level is 11.0 2023-02-22T12:02:39.471Z|d98666b3-38ca-416a-aa0c-6bb0c10790f3|pool-2-thread-2|||||WARN|500||#################################################################################################### 2023-02-22T12:02:39.471Z|d98666b3-38ca-416a-aa0c-6bb0c10790f3|pool-2-thread-2|||||WARN|500||CSAR Warnings found! CSAR name - /app/ASDC/1/service-DemoPnfJ49jpwhbfuapjybf1vfy-csar.csar 2023-02-22T12:02:39.471Z|d98666b3-38ca-416a-aa0c-6bb0c10790f3|pool-2-thread-2|||||WARN|500||ToscaTemplate - verifyTemplate - 7 Parsing Warnings occurred... 2023-02-22T12:02:39.472Z|d98666b3-38ca-416a-aa0c-6bb0c10790f3|pool-2-thread-2|||||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-DemoPnfJ49jpwhbfuapjybf1vfy-csar.csar 2023-02-22T12:02:39.472Z|d98666b3-38ca-416a-aa0c-6bb0c10790f3|pool-2-thread-2|||||WARN|500||JTosca Exception [JE003]: MissingRequiredFieldError: properties of template "pnfExtCp_1" are missing field(s): [unit, type]. CSAR name - /app/ASDC/1/service-DemoPnfJ49jpwhbfuapjybf1vfy-csar.csar 2023-02-22T12:02:39.472Z|d98666b3-38ca-416a-aa0c-6bb0c10790f3|pool-2-thread-2|||||WARN|500||JTosca Exception [JE003]: MissingRequiredFieldError: properties of template "pNF c6920d33-0a0f 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-DemoPnfJ49jpwhbfuapjybf1vfy-csar.csar 2023-02-22T12:02:39.472Z|d98666b3-38ca-416a-aa0c-6bb0c10790f3|pool-2-thread-2|||||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-DemoPnfJ49jpwhbfuapjybf1vfy-csar.csar 2023-02-22T12:02:39.472Z|d98666b3-38ca-416a-aa0c-6bb0c10790f3|pool-2-thread-2|||||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-DemoPnfJ49jpwhbfuapjybf1vfy-csar.csar 2023-02-22T12:02:39.472Z|d98666b3-38ca-416a-aa0c-6bb0c10790f3|pool-2-thread-2|||||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-DemoPnfJ49jpwhbfuapjybf1vfy-csar.csar 2023-02-22T12:02:39.472Z|d98666b3-38ca-416a-aa0c-6bb0c10790f3|pool-2-thread-2|||||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-DemoPnfJ49jpwhbfuapjybf1vfy-csar.csar 2023-02-22T12:02:39.472Z|d98666b3-38ca-416a-aa0c-6bb0c10790f3|pool-2-thread-2|||||WARN|500||#################################################################################################### 2023-02-22T12:02:39.472Z|d98666b3-38ca-416a-aa0c-6bb0c10790f3|pool-2-thread-2|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive 2023-02-22T12:02:39.472Z|d98666b3-38ca-416a-aa0c-6bb0c10790f3|pool-2-thread-2|||||DEBUG|500||Service Demo_pNF_j49jPwHBFuapJybF1Vfy is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=SERVICE_PROXY, toscaType=null, uUID=null, customizationUUID=null 2023-02-22T12:02:39.472Z|d98666b3-38ca-416a-aa0c-6bb0c10790f3|pool-2-thread-2|||||DEBUG|500||Node template pNF c6920d33-0a0f 0 is matching search criteria 2023-02-22T12:02:39.473Z|d98666b3-38ca-416a-aa0c-6bb0c10790f3|pool-2-thread-2|||||DEBUG|500||Search for entities recursively 2023-02-22T12:02:39.473Z|d98666b3-38ca-416a-aa0c-6bb0c10790f3|pool-2-thread-2|||||DEBUG|500||Found topology templates [pNF c6920d33-0a0f 0] matching following query criteria: sdcType=Service, customizationUUID=null 2023-02-22T12:02:39.473Z|d98666b3-38ca-416a-aa0c-6bb0c10790f3|pool-2-thread-2|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive 2023-02-22T12:02:39.473Z|d98666b3-38ca-416a-aa0c-6bb0c10790f3|pool-2-thread-2|||||DEBUG|500||Service Demo_pNF_j49jPwHBFuapJybF1Vfy is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=CONFIGURATION, toscaType=null, uUID=null, customizationUUID=null 2023-02-22T12:02:39.473Z|d98666b3-38ca-416a-aa0c-6bb0c10790f3|pool-2-thread-2|||||DEBUG|500||Node template pNF c6920d33-0a0f 0 is matching search criteria 2023-02-22T12:02:39.473Z|d98666b3-38ca-416a-aa0c-6bb0c10790f3|pool-2-thread-2|||||DEBUG|500||Search for entities recursively 2023-02-22T12:02:39.474Z|d98666b3-38ca-416a-aa0c-6bb0c10790f3|pool-2-thread-2|||||DEBUG|500||Found topology templates [pNF c6920d33-0a0f 0] matching following query criteria: sdcType=Service, customizationUUID=null 2023-02-22T12:02:39.474Z|d98666b3-38ca-416a-aa0c-6bb0c10790f3|pool-2-thread-2|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive 2023-02-22T12:02:39.474Z|d98666b3-38ca-416a-aa0c-6bb0c10790f3|pool-2-thread-2|||||DEBUG|500||Service Demo_pNF_j49jPwHBFuapJybF1Vfy is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=VF, toscaType=null, uUID=null, customizationUUID=null 2023-02-22T12:02:39.474Z|d98666b3-38ca-416a-aa0c-6bb0c10790f3|pool-2-thread-2|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive 2023-02-22T12:02:39.474Z|d98666b3-38ca-416a-aa0c-6bb0c10790f3|pool-2-thread-2|||||DEBUG|500||Service Demo_pNF_j49jPwHBFuapJybF1Vfy is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=VL, toscaType=null, uUID=null, customizationUUID=null 2023-02-22T12:02:39.474Z|d98666b3-38ca-416a-aa0c-6bb0c10790f3|pool-2-thread-2|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive 2023-02-22T12:02:39.474Z|d98666b3-38ca-416a-aa0c-6bb0c10790f3|pool-2-thread-2|||||DEBUG|500||Service Demo_pNF_j49jPwHBFuapJybF1Vfy is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=CR, toscaType=null, uUID=null, customizationUUID=null 2023-02-22T12:02:39.475Z|d98666b3-38ca-416a-aa0c-6bb0c10790f3|pool-2-thread-2|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive 2023-02-22T12:02:39.475Z|d98666b3-38ca-416a-aa0c-6bb0c10790f3|pool-2-thread-2|||||DEBUG|500||Service Demo_pNF_j49jPwHBFuapJybF1Vfy is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=VF, toscaType=null, uUID=null, customizationUUID=null 2023-02-22T12:02:39.475Z|d98666b3-38ca-416a-aa0c-6bb0c10790f3|pool-2-thread-2|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive 2023-02-22T12:02:39.475Z|d98666b3-38ca-416a-aa0c-6bb0c10790f3|pool-2-thread-2|||||DEBUG|500||Service Demo_pNF_j49jPwHBFuapJybF1Vfy is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=PNF, toscaType=null, uUID=null, customizationUUID=null 2023-02-22T12:02:39.475Z|d98666b3-38ca-416a-aa0c-6bb0c10790f3|pool-2-thread-2|||||DEBUG|500||CSAR Notification: Service Level Properties: Name:Demo_pNF_j49jPwHBFuapJybF1Vfy Description:catalog service description Model UUID:7f83e89e-8223-4f0c-83d0-812e24b98538 Model Version:NULL Model InvariantUuid:f8eada1e-ea36-40f3-883b-5a004de0f663 Service Type: Service Role: WorkLoad Context:Production Environment Context:General_Revenue-Bearing VF Allotted Resource Properties: PNF Allotted Resource Properties: Hibernate: select toscacsar0_.ARTIFACT_UUID as artifact1_57_0_, toscacsar0_.ARTIFACT_CHECKSUM as artifact2_57_0_, toscacsar0_.CREATION_TIMESTAMP as creation3_57_0_, toscacsar0_.DESCRIPTION as descript4_57_0_, toscacsar0_.NAME as name5_57_0_, toscacsar0_.URL as url6_57_0_, toscacsar0_.Version as version7_57_0_ from tosca_csar toscacsar0_ where toscacsar0_.ARTIFACT_UUID=? 2023-02-22T12:02:39.479Z|d98666b3-38ca-416a-aa0c-6bb0c10790f3|pool-2-thread-2|||||INFO|500||Processing Resource Type: PNF, Model UUID: 7bfd6c69-71aa-4afc-8be7-cd3ceee02d2c Hibernate: select service0_.MODEL_UUID as model_uu1_50_, service0_.CDS_BLUEPRINT_NAME as cds_blue2_50_, service0_.CDS_BLUEPRINT_VERSION as cds_blue3_50_, service0_.SERVICE_CATEGORY as service_4_50_, service0_.CONTROLLER_ACTOR as controll5_50_, service0_.CREATION_TIMESTAMP as creation6_50_, service0_.TOSCA_CSAR_ARTIFACT_UUID as tosca_c21_50_, service0_.DESCRIPTION as descript7_50_, service0_.OVERALL_DISTRIBUTION_STATUS as overall_8_50_, service0_.ENVIRONMENT_CONTEXT as environm9_50_, service0_.MODEL_INVARIANT_UUID as model_i10_50_, service0_.MODEL_NAME as model_n11_50_, service0_.MODEL_VERSION as model_v12_50_, service0_.NAMING_POLICY as naming_13_50_, service0_.ONAP_GENERATED_NAMING as onap_ge14_50_, service0_.RESOURCE_ORDER as resourc15_50_, service0_.SERVICE_FUNCTION as service16_50_, service0_.SERVICE_ROLE as service17_50_, service0_.SERVICE_TYPE as service18_50_, service0_.SKIP_POST_INSTANTIATION_CONFIGURATION as skip_po19_50_, service0_.WORKLOAD_CONTEXT as workloa20_50_ from service service0_ where service0_.MODEL_UUID=? 2023-02-22T12:02:39.481Z|d98666b3-38ca-416a-aa0c-6bb0c10790f3|pool-2-thread-2|||||INFO|500||pNF c6920d33-0a0f 0 2023-02-22T12:02:39.481Z|d98666b3-38ca-416a-aa0c-6bb0c10790f3|pool-2-thread-2|||||DEBUG|500||Processing Resource Type: PNF and Model UUID: 7bfd6c69-71aa-4afc-8be7-cd3ceee02d2c 2023-02-22T12:02:39.481Z|d98666b3-38ca-416a-aa0c-6bb0c10790f3|pool-2-thread-2|||||DEBUG|500||No resources found for Service: 7f83e89e-8223-4f0c-83d0-812e24b98538 2023-02-22T12:02:39.481Z|d98666b3-38ca-416a-aa0c-6bb0c10790f3|pool-2-thread-2|||||DEBUG|500||Preparing to deploy Service: 7f83e89e-8223-4f0c-83d0-812e24b98538 2023-02-22T12:02:39.482Z|d98666b3-38ca-416a-aa0c-6bb0c10790f3|pool-2-thread-2|||||INFO|500||ASDC_START_DEPLOY_ARTIFACT pNF c6920d33-0a0f 0 7bfd6c69-71aa-4afc-8be7-cd3ceee02d2c ASDC Hibernate: select toscacsar0_.ARTIFACT_UUID as artifact1_57_0_, toscacsar0_.ARTIFACT_CHECKSUM as artifact2_57_0_, toscacsar0_.CREATION_TIMESTAMP as creation3_57_0_, toscacsar0_.DESCRIPTION as descript4_57_0_, toscacsar0_.NAME as name5_57_0_, toscacsar0_.URL as url6_57_0_, toscacsar0_.Version as version7_57_0_ from tosca_csar toscacsar0_ where toscacsar0_.ARTIFACT_UUID=? Hibernate: select service0_.MODEL_UUID as model_uu1_50_, service0_.CDS_BLUEPRINT_NAME as cds_blue2_50_, service0_.CDS_BLUEPRINT_VERSION as cds_blue3_50_, service0_.SERVICE_CATEGORY as service_4_50_, service0_.CONTROLLER_ACTOR as controll5_50_, service0_.CREATION_TIMESTAMP as creation6_50_, service0_.TOSCA_CSAR_ARTIFACT_UUID as tosca_c21_50_, service0_.DESCRIPTION as descript7_50_, service0_.OVERALL_DISTRIBUTION_STATUS as overall_8_50_, service0_.ENVIRONMENT_CONTEXT as environm9_50_, service0_.MODEL_INVARIANT_UUID as model_i10_50_, service0_.MODEL_NAME as model_n11_50_, service0_.MODEL_VERSION as model_v12_50_, service0_.NAMING_POLICY as naming_13_50_, service0_.ONAP_GENERATED_NAMING as onap_ge14_50_, service0_.RESOURCE_ORDER as resourc15_50_, service0_.SERVICE_FUNCTION as service16_50_, service0_.SERVICE_ROLE as service17_50_, service0_.SERVICE_TYPE as service18_50_, service0_.SKIP_POST_INSTANTIATION_CONFIGURATION as skip_po19_50_, service0_.WORKLOAD_CONTEXT as workloa20_50_ from service service0_ where service0_.MODEL_UUID=? 2023-02-22T12:02:39.484Z|d98666b3-38ca-416a-aa0c-6bb0c10790f3|pool-2-thread-2|||||DEBUG|500||serviceInputs: {} [org.onap.sdc.toscaparser.api.parameters.Input@7c5e4b0c, org.onap.sdc.toscaparser.api.parameters.Input@14f9672, org.onap.sdc.toscaparser.api.parameters.Input@77667db5, org.onap.sdc.toscaparser.api.parameters.Input@55351803, org.onap.sdc.toscaparser.api.parameters.Input@5bbd2f82] 2023-02-22T12:02:39.484Z|d98666b3-38ca-416a-aa0c-6bb0c10790f3|pool-2-thread-2|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive 2023-02-22T12:02:39.484Z|d98666b3-38ca-416a-aa0c-6bb0c10790f3|pool-2-thread-2|||||DEBUG|500||Service Demo_pNF_j49jPwHBFuapJybF1Vfy is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=null, toscaType=null, uUID=null, customizationUUID=null 2023-02-22T12:02:39.484Z|d98666b3-38ca-416a-aa0c-6bb0c10790f3|pool-2-thread-2|||||DEBUG|500|| resourceSeq for service uuid 7f83e89e-8223-4f0c-83d0-812e24b98538: pNF c6920d33-0a0f 2023-02-22T12:02:39.484Z|d98666b3-38ca-416a-aa0c-6bb0c10790f3|pool-2-thread-2|||||INFO|500||Processing PNF resource: 7bfd6c69-71aa-4afc-8be7-cd3ceee02d2c 2023-02-22T12:02:39.484Z|d98666b3-38ca-416a-aa0c-6bb0c10790f3|pool-2-thread-2|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive 2023-02-22T12:02:39.485Z|d98666b3-38ca-416a-aa0c-6bb0c10790f3|pool-2-thread-2|||||DEBUG|500||Service Demo_pNF_j49jPwHBFuapJybF1Vfy is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=PNF, toscaType=null, uUID=null, customizationUUID=null 2023-02-22T12:02:39.485Z|d98666b3-38ca-416a-aa0c-6bb0c10790f3|pool-2-thread-2|||||INFO|500||Resource customization UUID: 294e95d5-e515-4330-8a5a-3a4da829611d is the same as notified resource customizationUUID: 294e95d5-e515-4330-8a5a-3a4da829611d Hibernate: select pnfresourc0_.MODEL_CUSTOMIZATION_UUID as model_cu1_45_0_, pnfresourc0_.CDS_BLUEPRINT_NAME as cds_blue2_45_0_, pnfresourc0_.CDS_BLUEPRINT_VERSION as cds_blue3_45_0_, pnfresourc0_.CONTROLLER_ACTOR as controll4_45_0_, pnfresourc0_.CREATION_TIMESTAMP as creation5_45_0_, pnfresourc0_.DEFAULT_SOFTWARE_VERSION as default_6_45_0_, pnfresourc0_.MODEL_INSTANCE_NAME as model_in7_45_0_, pnfresourc0_.MULTI_STAGE_DESIGN as multi_st8_45_0_, pnfresourc0_.NF_FUNCTION as nf_funct9_45_0_, pnfresourc0_.NF_NAMING_CODE as nf_nami10_45_0_, pnfresourc0_.NF_ROLE as nf_role11_45_0_, pnfresourc0_.NF_TYPE as nf_type12_45_0_, pnfresourc0_.PNF_RESOURCE_MODEL_UUID as pnf_res15_45_0_, pnfresourc0_.RESOURCE_INPUT as resourc13_45_0_, pnfresourc0_.SKIP_POST_INSTANTIATION_CONFIGURATION as skip_po14_45_0_, pnfresourc1_.MODEL_UUID as model_uu1_44_1_, pnfresourc1_.RESOURCE_CATEGORY as resource2_44_1_, pnfresourc1_.CREATION_TIMESTAMP as creation3_44_1_, pnfresourc1_.DESCRIPTION as descript4_44_1_, pnfresourc1_.MODEL_INVARIANT_UUID as model_in5_44_1_, pnfresourc1_.MODEL_NAME as model_na6_44_1_, pnfresourc1_.MODEL_VERSION as model_ve7_44_1_, pnfresourc1_.ORCHESTRATION_MODE as orchestr8_44_1_, pnfresourc1_.RESOURCE_SUB_CATEGORY as resource9_44_1_, pnfresourc1_.TOSCA_NODE_TYPE as tosca_n10_44_1_ from pnf_resource_customization pnfresourc0_ left outer join pnf_resource pnfresourc1_ on pnfresourc0_.PNF_RESOURCE_MODEL_UUID=pnfresourc1_.MODEL_UUID where pnfresourc0_.MODEL_CUSTOMIZATION_UUID=? Hibernate: select pnfresourc0_.MODEL_UUID as model_uu1_44_0_, pnfresourc0_.RESOURCE_CATEGORY as resource2_44_0_, pnfresourc0_.CREATION_TIMESTAMP as creation3_44_0_, pnfresourc0_.DESCRIPTION as descript4_44_0_, pnfresourc0_.MODEL_INVARIANT_UUID as model_in5_44_0_, pnfresourc0_.MODEL_NAME as model_na6_44_0_, pnfresourc0_.MODEL_VERSION as model_ve7_44_0_, pnfresourc0_.ORCHESTRATION_MODE as orchestr8_44_0_, pnfresourc0_.RESOURCE_SUB_CATEGORY as resource9_44_0_, pnfresourc0_.TOSCA_NODE_TYPE as tosca_n10_44_0_ from pnf_resource pnfresourc0_ where pnfresourc0_.MODEL_UUID=? Hibernate: select service0_.MODEL_UUID as model_uu1_50_3_, service0_.CDS_BLUEPRINT_NAME as cds_blue2_50_3_, service0_.CDS_BLUEPRINT_VERSION as cds_blue3_50_3_, service0_.SERVICE_CATEGORY as service_4_50_3_, service0_.CONTROLLER_ACTOR as controll5_50_3_, service0_.CREATION_TIMESTAMP as creation6_50_3_, service0_.TOSCA_CSAR_ARTIFACT_UUID as tosca_c21_50_3_, service0_.DESCRIPTION as descript7_50_3_, service0_.OVERALL_DISTRIBUTION_STATUS as overall_8_50_3_, service0_.ENVIRONMENT_CONTEXT as environm9_50_3_, service0_.MODEL_INVARIANT_UUID as model_i10_50_3_, service0_.MODEL_NAME as model_n11_50_3_, service0_.MODEL_VERSION as model_v12_50_3_, service0_.NAMING_POLICY as naming_13_50_3_, service0_.ONAP_GENERATED_NAMING as onap_ge14_50_3_, service0_.RESOURCE_ORDER as resourc15_50_3_, service0_.SERVICE_FUNCTION as service16_50_3_, service0_.SERVICE_ROLE as service17_50_3_, service0_.SERVICE_TYPE as service18_50_3_, service0_.SKIP_POST_INSTANTIATION_CONFIGURATION as skip_po19_50_3_, service0_.WORKLOAD_CONTEXT as workloa20_50_3_, allottedcu1_.SERVICE_MODEL_UUID as service_1_8_5_, allottedre2_.MODEL_CUSTOMIZATION_UUID as resource2_8_5_, allottedre2_.MODEL_CUSTOMIZATION_UUID as model_cu1_7_0_, allottedre2_.AR_MODEL_UUID as ar_mode15_7_0_, allottedre2_.CREATION_TIMESTAMP as creation2_7_0_, allottedre2_.MAX_INSTANCES as max_inst3_7_0_, allottedre2_.MIN_INSTANCES as min_inst4_7_0_, allottedre2_.MODEL_INSTANCE_NAME as model_in5_7_0_, allottedre2_.NF_FUNCTION as nf_funct6_7_0_, allottedre2_.NF_NAMING_CODE as nf_namin7_7_0_, allottedre2_.NF_ROLE as nf_role8_7_0_, allottedre2_.NF_TYPE as nf_type9_7_0_, allottedre2_.PROVIDING_SERVICE_MODEL_INVARIANT_UUID as providi10_7_0_, allottedre2_.PROVIDING_SERVICE_MODEL_NAME as providi11_7_0_, allottedre2_.PROVIDING_SERVICE_MODEL_UUID as providi12_7_0_, allottedre2_.RESOURCE_INPUT as resourc13_7_0_, allottedre2_.TARGET_NETWORK_ROLE as target_14_7_0_, allottedre3_.MODEL_UUID as model_uu1_6_1_, allottedre3_.CREATION_TIMESTAMP as creation2_6_1_, allottedre3_.DESCRIPTION as descript3_6_1_, allottedre3_.MODEL_INVARIANT_UUID as model_in4_6_1_, allottedre3_.MODEL_NAME as model_na5_6_1_, allottedre3_.MODEL_VERSION as model_ve6_6_1_, allottedre3_.SUBCATEGORY as subcateg7_6_1_, allottedre3_.TOSCA_NODE_TYPE as tosca_no8_6_1_, toscacsar4_.ARTIFACT_UUID as artifact1_57_2_, toscacsar4_.ARTIFACT_CHECKSUM as artifact2_57_2_, toscacsar4_.CREATION_TIMESTAMP as creation3_57_2_, toscacsar4_.DESCRIPTION as descript4_57_2_, toscacsar4_.NAME as name5_57_2_, toscacsar4_.URL as url6_57_2_, toscacsar4_.Version as version7_57_2_ from service service0_ left outer join allotted_resource_customization_to_service allottedcu1_ on service0_.MODEL_UUID=allottedcu1_.SERVICE_MODEL_UUID left outer join allotted_resource_customization allottedre2_ on allottedcu1_.RESOURCE_MODEL_CUSTOMIZATION_UUID=allottedre2_.MODEL_CUSTOMIZATION_UUID left outer join allotted_resource allottedre3_ on allottedre2_.AR_MODEL_UUID=allottedre3_.MODEL_UUID left outer join tosca_csar toscacsar4_ on service0_.TOSCA_CSAR_ARTIFACT_UUID=toscacsar4_.ARTIFACT_UUID where service0_.MODEL_UUID=? Hibernate: select toscacsar0_.ARTIFACT_UUID as artifact1_57_1_, toscacsar0_.ARTIFACT_CHECKSUM as artifact2_57_1_, toscacsar0_.CREATION_TIMESTAMP as creation3_57_1_, toscacsar0_.DESCRIPTION as descript4_57_1_, toscacsar0_.NAME as name5_57_1_, toscacsar0_.URL as url6_57_1_, toscacsar0_.Version as version7_57_1_, services1_.TOSCA_CSAR_ARTIFACT_UUID as tosca_c21_50_3_, services1_.MODEL_UUID as model_uu1_50_3_, services1_.MODEL_UUID as model_uu1_50_0_, services1_.CDS_BLUEPRINT_NAME as cds_blue2_50_0_, services1_.CDS_BLUEPRINT_VERSION as cds_blue3_50_0_, services1_.SERVICE_CATEGORY as service_4_50_0_, services1_.CONTROLLER_ACTOR as controll5_50_0_, services1_.CREATION_TIMESTAMP as creation6_50_0_, services1_.TOSCA_CSAR_ARTIFACT_UUID as tosca_c21_50_0_, services1_.DESCRIPTION as descript7_50_0_, services1_.OVERALL_DISTRIBUTION_STATUS as overall_8_50_0_, services1_.ENVIRONMENT_CONTEXT as environm9_50_0_, services1_.MODEL_INVARIANT_UUID as model_i10_50_0_, services1_.MODEL_NAME as model_n11_50_0_, services1_.MODEL_VERSION as model_v12_50_0_, services1_.NAMING_POLICY as naming_13_50_0_, services1_.ONAP_GENERATED_NAMING as onap_ge14_50_0_, services1_.RESOURCE_ORDER as resourc15_50_0_, services1_.SERVICE_FUNCTION as service16_50_0_, services1_.SERVICE_ROLE as service17_50_0_, services1_.SERVICE_TYPE as service18_50_0_, services1_.SKIP_POST_INSTANTIATION_CONFIGURATION as skip_po19_50_0_, services1_.WORKLOAD_CONTEXT as workloa20_50_0_ from tosca_csar toscacsar0_ left outer join service services1_ on toscacsar0_.ARTIFACT_UUID=services1_.TOSCA_CSAR_ARTIFACT_UUID where toscacsar0_.ARTIFACT_UUID=? Hibernate: select pnfresourc0_.MODEL_CUSTOMIZATION_UUID as model_cu1_45_1_, pnfresourc0_.CDS_BLUEPRINT_NAME as cds_blue2_45_1_, pnfresourc0_.CDS_BLUEPRINT_VERSION as cds_blue3_45_1_, pnfresourc0_.CONTROLLER_ACTOR as controll4_45_1_, pnfresourc0_.CREATION_TIMESTAMP as creation5_45_1_, pnfresourc0_.DEFAULT_SOFTWARE_VERSION as default_6_45_1_, pnfresourc0_.MODEL_INSTANCE_NAME as model_in7_45_1_, pnfresourc0_.MULTI_STAGE_DESIGN as multi_st8_45_1_, pnfresourc0_.NF_FUNCTION as nf_funct9_45_1_, pnfresourc0_.NF_NAMING_CODE as nf_nami10_45_1_, pnfresourc0_.NF_ROLE as nf_role11_45_1_, pnfresourc0_.NF_TYPE as nf_type12_45_1_, pnfresourc0_.PNF_RESOURCE_MODEL_UUID as pnf_res15_45_1_, pnfresourc0_.RESOURCE_INPUT as resourc13_45_1_, pnfresourc0_.SKIP_POST_INSTANTIATION_CONFIGURATION as skip_po14_45_1_, pnfresourc1_.MODEL_UUID as model_uu1_44_0_, pnfresourc1_.RESOURCE_CATEGORY as resource2_44_0_, pnfresourc1_.CREATION_TIMESTAMP as creation3_44_0_, pnfresourc1_.DESCRIPTION as descript4_44_0_, pnfresourc1_.MODEL_INVARIANT_UUID as model_in5_44_0_, pnfresourc1_.MODEL_NAME as model_na6_44_0_, pnfresourc1_.MODEL_VERSION as model_ve7_44_0_, pnfresourc1_.ORCHESTRATION_MODE as orchestr8_44_0_, pnfresourc1_.RESOURCE_SUB_CATEGORY as resource9_44_0_, pnfresourc1_.TOSCA_NODE_TYPE as tosca_n10_44_0_ from pnf_resource_customization pnfresourc0_ left outer join pnf_resource pnfresourc1_ on pnfresourc0_.PNF_RESOURCE_MODEL_UUID=pnfresourc1_.MODEL_UUID where pnfresourc0_.MODEL_CUSTOMIZATION_UUID=? Hibernate: select pnfresourc0_.MODEL_UUID as model_uu1_44_0_, pnfresourc0_.RESOURCE_CATEGORY as resource2_44_0_, pnfresourc0_.CREATION_TIMESTAMP as creation3_44_0_, pnfresourc0_.DESCRIPTION as descript4_44_0_, pnfresourc0_.MODEL_INVARIANT_UUID as model_in5_44_0_, pnfresourc0_.MODEL_NAME as model_na6_44_0_, pnfresourc0_.MODEL_VERSION as model_ve7_44_0_, pnfresourc0_.ORCHESTRATION_MODE as orchestr8_44_0_, pnfresourc0_.RESOURCE_SUB_CATEGORY as resource9_44_0_, pnfresourc0_.TOSCA_NODE_TYPE as tosca_n10_44_0_ from pnf_resource pnfresourc0_ where pnfresourc0_.MODEL_UUID=? Hibernate: select watchdogco0_.COMPONENT_NAME as componen1_12_0_, watchdogco0_.DISTRIBUTION_ID as distribu2_12_0_, watchdogco0_.COMPONENT_DISTRIBUTION_STATUS as componen3_12_0_, watchdogco0_.CREATE_TIME as create_t4_12_0_, watchdogco0_.MODIFY_TIME as modify_t5_12_0_ from watchdog_per_component_distribution_status watchdogco0_ where watchdogco0_.COMPONENT_NAME=? and watchdogco0_.DISTRIBUTION_ID=? Hibernate: insert into watchdog_per_component_distribution_status (COMPONENT_DISTRIBUTION_STATUS, CREATE_TIME, MODIFY_TIME, COMPONENT_NAME, DISTRIBUTION_ID) values (?, ?, ?, ?, ?) Hibernate: insert into tosca_csar (ARTIFACT_CHECKSUM, CREATION_TIMESTAMP, DESCRIPTION, NAME, URL, Version, ARTIFACT_UUID) values (?, ?, ?, ?, ?, ?, ?) Hibernate: insert into service (CDS_BLUEPRINT_NAME, CDS_BLUEPRINT_VERSION, SERVICE_CATEGORY, CONTROLLER_ACTOR, CREATION_TIMESTAMP, TOSCA_CSAR_ARTIFACT_UUID, DESCRIPTION, OVERALL_DISTRIBUTION_STATUS, ENVIRONMENT_CONTEXT, MODEL_INVARIANT_UUID, MODEL_NAME, MODEL_VERSION, NAMING_POLICY, ONAP_GENERATED_NAMING, RESOURCE_ORDER, SERVICE_FUNCTION, SERVICE_ROLE, SERVICE_TYPE, SKIP_POST_INSTANTIATION_CONFIGURATION, WORKLOAD_CONTEXT, MODEL_UUID) values (?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?) Hibernate: insert into pnf_resource (RESOURCE_CATEGORY, CREATION_TIMESTAMP, DESCRIPTION, MODEL_INVARIANT_UUID, MODEL_NAME, MODEL_VERSION, ORCHESTRATION_MODE, RESOURCE_SUB_CATEGORY, TOSCA_NODE_TYPE, MODEL_UUID) values (?, ?, ?, ?, ?, ?, ?, ?, ?, ?) Hibernate: insert into pnf_resource_customization (CDS_BLUEPRINT_NAME, CDS_BLUEPRINT_VERSION, CONTROLLER_ACTOR, CREATION_TIMESTAMP, DEFAULT_SOFTWARE_VERSION, MODEL_INSTANCE_NAME, MULTI_STAGE_DESIGN, NF_FUNCTION, NF_NAMING_CODE, NF_ROLE, NF_TYPE, PNF_RESOURCE_MODEL_UUID, RESOURCE_INPUT, SKIP_POST_INSTANTIATION_CONFIGURATION, MODEL_CUSTOMIZATION_UUID) values (?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?) Hibernate: insert into pnf_resource_customization_to_service (SERVICE_MODEL_UUID, RESOURCE_MODEL_CUSTOMIZATION_UUID) values (?, ?) 2023-02-22T12:02:39.515Z|d98666b3-38ca-416a-aa0c-6bb0c10790f3|pool-2-thread-2|||||INFO|500||ASDC_ARTIFACT_DEPLOY_SUC pNF c6920d33-0a0f 7bfd6c69-71aa-4afc-8be7-cd3ceee02d2c 0 ASDC deployResourceStructure 2023-02-22T12:02:39.516Z|d98666b3-38ca-416a-aa0c-6bb0c10790f3|pool-2-thread-2|||||INFO|500||ASDC_SEND_NOTIF_ASDC DEPLOY DEPLOY_OK /sdc/v1/catalog/services/DemoPnfJ49jpwhbfuapjybf1vfy/1.0/artifacts/service-DemoPnfJ49jpwhbfuapjybf1vfy-csar.csar ASDC sendASDCNotification 2023-02-22T12:02:39.516Z|d98666b3-38ca-416a-aa0c-6bb0c10790f3|pool-2-thread-2|||||DEBUG|500||Sending DEPLOY(DEPLOY_OK) notification to ASDC for artifact:/sdc/v1/catalog/services/DemoPnfJ49jpwhbfuapjybf1vfy/1.0/artifacts/service-DemoPnfJ49jpwhbfuapjybf1vfy-csar.csar 2023-02-22T12:02:39.516Z|d98666b3-38ca-416a-aa0c-6bb0c10790f3|pool-2-thread-2|||||INFO|500||DistributionClient - sendDeploymentStatus 2023-02-22T12:02:39.516Z|d98666b3-38ca-416a-aa0c-6bb0c10790f3|pool-2-thread-2|||||INFO|500||DistributionClient - sendStatus 2023-02-22T12:02:39.518Z|d98666b3-38ca-416a-aa0c-6bb0c10790f3|pool-2-thread-2|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap] 2023-02-22T12:02:39.518Z|d98666b3-38ca-416a-aa0c-6bb0c10790f3|pool-2-thread-2|||||DEBUG|500||try to send status { "distributionID": "d98666b3-38ca-416a-aa0c-6bb0c10790f3", "consumerID": "SO-COpenSource-Env11", "timestamp": 1677067359516, "artifactURL": "/sdc/v1/catalog/services/DemoPnfJ49jpwhbfuapjybf1vfy/1.0/artifacts/service-DemoPnfJ49jpwhbfuapjybf1vfy-csar.csar", "status": "DEPLOY_OK" } 2023-02-22T12:02:39.618Z||pool-49-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms 2023-02-22T12:02:39.619Z||pool-49-thread-1|||||WARN|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO will send credentials over a clear channel. 2023-02-22T12:02:39.619Z||pool-49-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as sXwXLxdJNt84opGN) ... 2023-02-22T12:02:39.636Z||pool-49-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK 2023-02-22T12:02:39.637Z||pool-49-thread-1|||||INFO|500||cambria reply ok (19 ms):{"serverTimeMs":0,"count":1} 2023-02-22T12:02:40.518Z|d98666b3-38ca-416a-aa0c-6bb0c10790f3|pool-2-thread-2|||||DEBUG|500||Entered getOverallDistributionStatus method for distrubutionId: d98666b3-38ca-416a-aa0c-6bb0c10790f3 Hibernate: select watchdogdi0_.DISTRIBUTION_ID as distribu1_11_0_, watchdogdi0_.CREATE_TIME as create_t2_11_0_, watchdogdi0_.DISTRIBUTION_ID_STATUS as distribu3_11_0_, watchdogdi0_.MODIFY_TIME as modify_t4_11_0_, watchdogdi0_.LOCK_VERSION as lock_ver5_11_0_ from watchdog_distributionid_status watchdogdi0_ where watchdogdi0_.DISTRIBUTION_ID=? Hibernate: select watchdogco0_.COMPONENT_NAME as componen1_12_, watchdogco0_.DISTRIBUTION_ID as distribu2_12_, watchdogco0_.COMPONENT_DISTRIBUTION_STATUS as componen3_12_, watchdogco0_.CREATE_TIME as create_t4_12_, watchdogco0_.MODIFY_TIME as modify_t5_12_ from watchdog_per_component_distribution_status watchdogco0_ where watchdogco0_.DISTRIBUTION_ID=? 2023-02-22T12:02:40.529Z|d98666b3-38ca-416a-aa0c-6bb0c10790f3|pool-2-thread-2|||||DEBUG|500||Executed RequestDB getWatchdogComponentDistributionStatus for distrubutionId: d98666b3-38ca-416a-aa0c-6bb0c10790f3 Hibernate: select watchdogco0_.COMPONENT_NAME as componen1_12_, watchdogco0_.DISTRIBUTION_ID as distribu2_12_, watchdogco0_.COMPONENT_DISTRIBUTION_STATUS as componen3_12_, watchdogco0_.CREATE_TIME as create_t4_12_, watchdogco0_.MODIFY_TIME as modify_t5_12_ from watchdog_per_component_distribution_status watchdogco0_ where watchdogco0_.DISTRIBUTION_ID=? 2023-02-22T12:02:40.531Z|d98666b3-38ca-416a-aa0c-6bb0c10790f3|pool-2-thread-2|||||DEBUG|500||Found componentName SO in the WatchDog Component DB 2023-02-22T12:02:40.532Z|d98666b3-38ca-416a-aa0c-6bb0c10790f3|pool-2-thread-2|||||DEBUG|500||Found componentName AAI in the WatchDog Component DB 2023-02-22T12:02:40.532Z|d98666b3-38ca-416a-aa0c-6bb0c10790f3|pool-2-thread-2|||||DEBUG|500||Found componentName SDNC in the WatchDog Component DB 2023-02-22T12:02:40.532Z|d98666b3-38ca-416a-aa0c-6bb0c10790f3|pool-2-thread-2|||||DEBUG|500||Components Size matched with the WatchdogComponentDistributionStatus results. 2023-02-22T12:02:40.532Z|d98666b3-38ca-416a-aa0c-6bb0c10790f3|pool-2-thread-2|||||DEBUG|500||Component status: COMPONENT_DONE_OK on componentName: 2023-02-22T12:02:40.532Z|d98666b3-38ca-416a-aa0c-6bb0c10790f3|pool-2-thread-2|||||DEBUG|500||Component status: COMPONENT_DONE_OK on componentName: 2023-02-22T12:02:40.532Z|d98666b3-38ca-416a-aa0c-6bb0c10790f3|pool-2-thread-2|||||DEBUG|500||Component status: COMPONENT_DONE_OK on componentName: 2023-02-22T12:02:40.532Z|d98666b3-38ca-416a-aa0c-6bb0c10790f3|pool-2-thread-2|||||DEBUG|500||Component status: COMPONENT_DONE_OK on componentName: 2023-02-22T12:02:40.532Z|d98666b3-38ca-416a-aa0c-6bb0c10790f3|pool-2-thread-2|||||DEBUG|500||Component status: COMPONENT_DONE_OK on componentName: 2023-02-22T12:02:40.532Z|d98666b3-38ca-416a-aa0c-6bb0c10790f3|pool-2-thread-2|||||DEBUG|500||Updating overall DistributionStatus to: SUCCESS for distributionId: Hibernate: select watchdogdi0_.DISTRIBUTION_ID as distribu1_11_0_, watchdogdi0_.CREATE_TIME as create_t2_11_0_, watchdogdi0_.DISTRIBUTION_ID_STATUS as distribu3_11_0_, watchdogdi0_.MODIFY_TIME as modify_t4_11_0_, watchdogdi0_.LOCK_VERSION as lock_ver5_11_0_ from watchdog_distributionid_status watchdogdi0_ where watchdogdi0_.DISTRIBUTION_ID=? 2023-02-22T12:02:40.537Z|d98666b3-38ca-416a-aa0c-6bb0c10790f3|pool-2-thread-2|||||DEBUG|500||Exiting getOverallDistributionStatus method in WatchdogDistribution 2023-02-22T12:02:52.609Z||pool-2-thread-1|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2023-02-22T12:02:52.610Z||pool-2-thread-1|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel. 2023-02-22T12:02:52.610Z||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 sXwXLxdJNt84opGN) ... 2023-02-22T12:02:52.736Z||pool-2-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK 2023-02-22T12:02:52.737Z||pool-2-thread-1|||||DEBUG|500||received message from topic 2023-02-22T12:02:52.737Z||pool-2-thread-1|||||DEBUG|500||recieved notification from broker: { "distributionID": "b496cc0e-b578-4573-8ec3-56a264c931ff", "consumerID": "SO-COpenSource-Env11", "timestamp": 1677067312607, "artifactURL": "/sdc/v1/catalog/services/BasicNetwork/1.0/artifacts/service-BasicNetwork-template.yml", "status": "NOT_NOTIFIED" } 2023-02-22T12:02:52.737Z||pool-2-thread-1|||||INFO|500||Missing status on Status Object. 2023-02-22T12:03:10.537Z|d98666b3-38ca-416a-aa0c-6bb0c10790f3|pool-2-thread-2|||||DEBUG|500||Entered executePatchAAI method with distrubutionId: d98666b3-38ca-416a-aa0c-6bb0c10790f3 and distributionStatus: Hibernate: select watchdogse0_.DISTRIBUTION_ID as distribu1_13_, watchdogse0_.SERVICE_MODEL_VERSION_ID as service_2_13_, watchdogse0_.CONSUMER_ID as consumer3_13_, watchdogse0_.CREATE_TIME as create_t4_13_, watchdogse0_.DISTRIBUTION_NOTIFICATION as distribu5_13_ from watchdog_service_mod_ver_id_lookup watchdogse0_ where watchdogse0_.DISTRIBUTION_ID=? 2023-02-22T12:03:10.544Z|d98666b3-38ca-416a-aa0c-6bb0c10790f3|pool-2-thread-2|||||DEBUG|500||Executed RequestDB getWatchdogServiceModVerIdLookup with distributionId: d98666b3-38ca-416a-aa0c-6bb0c10790f3 and serviceModelVersionId: 7f83e89e-8223-4f0c-83d0-812e24b98538 2023-02-22T12:03:10.544Z|d98666b3-38ca-416a-aa0c-6bb0c10790f3|pool-2-thread-2|||||DEBUG|500||ASDC Notification ServiceModelInvariantUUID : f8eada1e-ea36-40f3-883b-5a004de0f663 2023-02-22T12:03:10.545Z|d98666b3-38ca-416a-aa0c-6bb0c10790f3|pool-2-thread-2|||||DEBUG|500||Target A&AI Resource URI: /service-design-and-creation/models/model/f8eada1e-ea36-40f3-883b-5a004de0f663/model-vers/model-ver/7f83e89e-8223-4f0c-83d0-812e24b98538?depth=0 2023-02-22T12:03:10.549Z|d98666b3-38ca-416a-aa0c-6bb0c10790f3|pool-2-thread-2|||||INFO|500||RestClientSSL using default SSL context! 2023-02-22T12:03:10.594Z|d98666b3-38ca-416a-aa0c-6bb0c10790f3|pool-2-thread-2|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/f8eada1e-ea36-40f3-883b-5a004de0f663/model-vers/model-ver/7f83e89e-8223-4f0c-83d0-812e24b98538?depth=0|INFO|500||Invoke 2023-02-22T12:03:10.594Z|d98666b3-38ca-416a-aa0c-6bb0c10790f3|pool-2-thread-2|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/f8eada1e-ea36-40f3-883b-5a004de0f663/model-vers/model-ver/7f83e89e-8223-4f0c-83d0-812e24b98538?depth=0|DEBUG|500||Sending HTTP POST (overridden to PATCH) to:https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/f8eada1e-ea36-40f3-883b-5a004de0f663/model-vers/model-ver/7f83e89e-8223-4f0c-83d0-812e24b98538?depth=0 with request headers:{Authorization=[***REDACTED***], X-RequestID=[d98666b3-38ca-416a-aa0c-6bb0c10790f3], X-FromAppId=[MSO], X-ONAP-PartnerName=[UNKNOWN], X-HTTP-Method-Override=[PATCH], Accept=[application/json], X-InvocationID=[85745003-c514-4d7b-856d-2612db7d1a71], X-ECOMP-RequestID=[d98666b3-38ca-416a-aa0c-6bb0c10790f3], X-TransactionId=[], X-ONAP-RequestID=[d98666b3-38ca-416a-aa0c-6bb0c10790f3], Content-Type=[application/merge-patch+json]} 2023-02-22T12:03:10.612Z|d98666b3-38ca-416a-aa0c-6bb0c10790f3|pool-2-thread-2|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/f8eada1e-ea36-40f3-883b-5a004de0f663/model-vers/model-ver/7f83e89e-8223-4f0c-83d0-812e24b98538?depth=0|DEBUG|500||{"distribution-status":"DISTRIBUTION_COMPLETE_OK"} 2023-02-22T12:03:10.723Z|d98666b3-38ca-416a-aa0c-6bb0c10790f3|pool-2-thread-2|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/f8eada1e-ea36-40f3-883b-5a004de0f663/model-vers/model-ver/7f83e89e-8223-4f0c-83d0-812e24b98538?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/f8eada1e-ea36-40f3-883b-5a004de0f663/model-vers/model-ver/7f83e89e-8223-4f0c-83d0-812e24b98538?depth=0 has http status code:200 and response headers:{date=[Wed, 22 Feb 2023 12:03:10 GMT], content-length=[0], vertex-id=[213032], x-aai-txid=[1-aai-resources-230222-12:03:10:775-44460], content-type=[application/json], strict-transport-security=[max-age=16000000; includeSubDomains; preload;]} 2023-02-22T12:03:10.723Z|d98666b3-38ca-416a-aa0c-6bb0c10790f3|pool-2-thread-2|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/f8eada1e-ea36-40f3-883b-5a004de0f663/model-vers/model-ver/7f83e89e-8223-4f0c-83d0-812e24b98538?depth=0|DEBUG|500||Response was returned with an empty entity. 2023-02-22T12:03:10.724Z|d98666b3-38ca-416a-aa0c-6bb0c10790f3|pool-2-thread-2|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/f8eada1e-ea36-40f3-883b-5a004de0f663/model-vers/model-ver/7f83e89e-8223-4f0c-83d0-812e24b98538?depth=0|INFO|500||InvokeReturn 2023-02-22T12:03:10.724Z|d98666b3-38ca-416a-aa0c-6bb0c10790f3|pool-2-thread-2|||||DEBUG|500||A&AI UPDATE MODEL Version is success! 2023-02-22T12:03:10.724Z|d98666b3-38ca-416a-aa0c-6bb0c10790f3|pool-2-thread-2|||||DEBUG|500||A&AI Updated succefully with Distribution Status! Hibernate: select service0_.MODEL_UUID as model_uu1_50_, service0_.CDS_BLUEPRINT_NAME as cds_blue2_50_, service0_.CDS_BLUEPRINT_VERSION as cds_blue3_50_, service0_.SERVICE_CATEGORY as service_4_50_, service0_.CONTROLLER_ACTOR as controll5_50_, service0_.CREATION_TIMESTAMP as creation6_50_, service0_.TOSCA_CSAR_ARTIFACT_UUID as tosca_c21_50_, service0_.DESCRIPTION as descript7_50_, service0_.OVERALL_DISTRIBUTION_STATUS as overall_8_50_, service0_.ENVIRONMENT_CONTEXT as environm9_50_, service0_.MODEL_INVARIANT_UUID as model_i10_50_, service0_.MODEL_NAME as model_n11_50_, service0_.MODEL_VERSION as model_v12_50_, service0_.NAMING_POLICY as naming_13_50_, service0_.ONAP_GENERATED_NAMING as onap_ge14_50_, service0_.RESOURCE_ORDER as resourc15_50_, service0_.SERVICE_FUNCTION as service16_50_, service0_.SERVICE_ROLE as service17_50_, service0_.SERVICE_TYPE as service18_50_, service0_.SKIP_POST_INSTANTIATION_CONFIGURATION as skip_po19_50_, service0_.WORKLOAD_CONTEXT as workloa20_50_ from service service0_ where service0_.MODEL_UUID=? 2023-02-22T12:03:10.727Z|d98666b3-38ca-416a-aa0c-6bb0c10790f3|pool-2-thread-2|||||ERROR|500||Error updating CatalogDBStatus java.lang.NullPointerException: null at org.onap.so.asdc.tenantIsolation.WatchdogDistribution.updateCatalogDBStatus(WatchdogDistribution.java:206) at org.onap.so.asdc.client.ASDCController.treatNotification(ASDCController.java:690) at org.onap.so.asdc.client.ASDCNotificationCallBack.activateCallback(ASDCNotificationCallBack.java:52) at org.onap.sdc.impl.NotificationConsumer.run(NotificationConsumer.java:71) at java.base/java.util.concurrent.Executors$RunnableAdapter.call(Unknown Source) at java.base/java.util.concurrent.FutureTask.runAndReset(Unknown Source) at java.base/java.util.concurrent.ScheduledThreadPoolExecutor$ScheduledFutureTask.run(Unknown Source) at java.base/java.util.concurrent.ThreadPoolExecutor.runWorker(Unknown Source) at java.base/java.util.concurrent.ThreadPoolExecutor$Worker.run(Unknown Source) at java.base/java.lang.Thread.run(Unknown Source) 2023-02-22T12:03:10.727Z|d98666b3-38ca-416a-aa0c-6bb0c10790f3|pool-2-thread-2|||||DEBUG|500||Enter sendFinalDistributionStatus with DistributionID d98666b3-38ca-416a-aa0c-6bb0c10790f3 and Status of DISTRIBUTION_COMPLETE_OK and ErrorReason null 2023-02-22T12:03:10.728Z|d98666b3-38ca-416a-aa0c-6bb0c10790f3|pool-2-thread-2|||||INFO|500||DistributionClient - sendFinalDistributionStatus status 2023-02-22T12:03:10.728Z|d98666b3-38ca-416a-aa0c-6bb0c10790f3|pool-2-thread-2|||||INFO|500||DistributionClient - sendStatus 2023-02-22T12:03:10.730Z|d98666b3-38ca-416a-aa0c-6bb0c10790f3|pool-2-thread-2|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap] 2023-02-22T12:03:10.730Z|d98666b3-38ca-416a-aa0c-6bb0c10790f3|pool-2-thread-2|||||DEBUG|500||try to send status { "distributionID": "d98666b3-38ca-416a-aa0c-6bb0c10790f3", "consumerID": "SO-COpenSource-Env11", "timestamp": 1677067390728, "artifactURL": "", "status": "DISTRIBUTION_COMPLETE_OK" } 2023-02-22T12:03:10.830Z||pool-50-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms 2023-02-22T12:03:10.831Z||pool-50-thread-1|||||WARN|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO will send credentials over a clear channel. 2023-02-22T12:03:10.831Z||pool-50-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as sXwXLxdJNt84opGN) ... 2023-02-22T12:03:10.852Z||pool-50-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK 2023-02-22T12:03:10.853Z||pool-50-thread-1|||||INFO|500||cambria reply ok (22 ms):{"serverTimeMs":1,"count":1} Hibernate: select watchdogdi0_.DISTRIBUTION_ID as distribu1_11_0_, watchdogdi0_.CREATE_TIME as create_t2_11_0_, watchdogdi0_.DISTRIBUTION_ID_STATUS as distribu3_11_0_, watchdogdi0_.MODIFY_TIME as modify_t4_11_0_, watchdogdi0_.LOCK_VERSION as lock_ver5_11_0_ from watchdog_distributionid_status watchdogdi0_ where watchdogdi0_.DISTRIBUTION_ID=? Hibernate: update watchdog_distributionid_status set DISTRIBUTION_ID_STATUS=?, MODIFY_TIME=?, LOCK_VERSION=? where DISTRIBUTION_ID=? 2023-02-22T12:03:11.745Z|d98666b3-38ca-416a-aa0c-6bb0c10790f3|pool-2-thread-2|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2023-02-22T12:03:11.745Z|d98666b3-38ca-416a-aa0c-6bb0c10790f3|pool-2-thread-2|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel. 2023-02-22T12:03:11.745Z|d98666b3-38ca-416a-aa0c-6bb0c10790f3|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 sXwXLxdJNt84opGN) ... 2023-02-22T12:03:12.405Z|d98666b3-38ca-416a-aa0c-6bb0c10790f3|pool-2-thread-2|||||INFO|500|| --> HTTP/1.1 200 OK 2023-02-22T12:03:12.407Z|d98666b3-38ca-416a-aa0c-6bb0c10790f3|pool-2-thread-2|||||DEBUG|500||received message from topic 2023-02-22T12:03:12.407Z|d98666b3-38ca-416a-aa0c-6bb0c10790f3|pool-2-thread-2|||||DEBUG|500||recieved notification from broker: {"distributionID":"0563182b-dee7-402b-9474-4934a682cbb0","serviceName":"basic_cnf","serviceVersion":"1.0","serviceUUID":"5f184b4c-9ebd-40d5-9cca-f6f5c23eaf1b","serviceDescription":"service","serviceInvariantUUID":"6773e2c5-4430-401b-a8a2-1a46d486f71b","resources":[{"resourceInstanceName":"basic_cnf 0","resourceName":"basic_cnf","resourceVersion":"1.0","resoucreType":"VF","resourceUUID":"a0a82c88-f6fa-4d77-b3b7-4eba60b3353b","resourceInvariantUUID":"d31b9683-94b7-4a37-8fd4-0841bd3a757b","resourceCustomizationUUID":"31193e2f-c61a-4ba5-a347-627398d8ed93","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":"MjYwNjQ4MmQ5OThhNDA5Njg5NTMyNGIxOTFlZGY5ZTE\u003d","artifactDescription":"VF license file","artifactTimeout":0,"artifactUUID":"cbf4e517-d09d-40e1-a9c4-0d445062a86a","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":"17fb9a07-de86-4f59-a330-2ee456999607","artifactVersion":"2","generatedFromUUID":"794e78b7-ecae-4e83-bede-a74834a2e7a5"},{"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":"794e78b7-ecae-4e83-bede-a74834a2e7a5","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":"MDk3MmI5MjhmYzYwYjdiZTU2ZTlkYTI0NGJjMjJlYzI\u003d","artifactDescription":"Auto-generated VF Modules information artifact","artifactTimeout":0,"artifactUUID":"a971e995-28a9-40a3-bf2a-e366cf2645e8","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":"a038ca18-51da-46a7-b5e0-1bcf486e5f66","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":"67e132d0-73c3-4828-be47-62b04faf0edc","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":"69491baf-4a55-4d67-a8b7-ae219162c8f3","artifactVersion":"2","generatedFromUUID":"a038ca18-51da-46a7-b5e0-1bcf486e5f66"}]}],"serviceArtifacts":[{"artifactName":"service-BasicCnf-template.yml","artifactType":"TOSCA_TEMPLATE","artifactURL":"/sdc/v1/catalog/services/BasicCnf/1.0/artifacts/service-BasicCnf-template.yml","artifactChecksum":"MWExNzYwNDU4MDEyMWU3YjhhNDYzNTlkYzM3NzdkMjc\u003d","artifactDescription":"TOSCA representation of the asset","artifactTimeout":0,"artifactUUID":"004d3e90-1441-4e65-9236-00fc6b322d76","artifactVersion":"1"},{"artifactName":"service-BasicCnf-csar.csar","artifactType":"TOSCA_CSAR","artifactURL":"/sdc/v1/catalog/services/BasicCnf/1.0/artifacts/service-BasicCnf-csar.csar","artifactChecksum":"MzFjY2Q5ZGNjZTI2NTQwODQyNDc5OGM0ZjYzOTE0YTE\u003d","artifactDescription":"TOSCA definition package of the asset","artifactTimeout":0,"artifactUUID":"37967ffb-f988-44f7-81fa-0871cd53e19b","artifactVersion":"1"}],"workloadContext":"Production"} 2023-02-22T12:03:12.409Z|d98666b3-38ca-416a-aa0c-6bb0c10790f3|pool-2-thread-2|||||INFO|500||DistributionClient - sendNotificationStatus 2023-02-22T12:03:12.410Z|d98666b3-38ca-416a-aa0c-6bb0c10790f3|pool-2-thread-2|||||INFO|500||DistributionClient - sendStatus 2023-02-22T12:03:12.411Z|d98666b3-38ca-416a-aa0c-6bb0c10790f3|pool-2-thread-2|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap] 2023-02-22T12:03:12.411Z|d98666b3-38ca-416a-aa0c-6bb0c10790f3|pool-2-thread-2|||||DEBUG|500||try to send status { "distributionID": "0563182b-dee7-402b-9474-4934a682cbb0", "consumerID": "SO-COpenSource-Env11", "timestamp": 1677067391745, "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/vf-license-model.xml", "status": "NOT_NOTIFIED" } 2023-02-22T12:03:12.512Z||pool-51-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 99 ms 2023-02-22T12:03:12.513Z||pool-51-thread-1|||||WARN|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO will send credentials over a clear channel. 2023-02-22T12:03:12.513Z||pool-51-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as sXwXLxdJNt84opGN) ... 2023-02-22T12:03:12.523Z||pool-51-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK 2023-02-22T12:03:12.524Z||pool-51-thread-1|||||INFO|500||cambria reply ok (12 ms):{"serverTimeMs":0,"count":1} 2023-02-22T12:03:13.412Z|d98666b3-38ca-416a-aa0c-6bb0c10790f3|pool-2-thread-2|||||INFO|500||DistributionClient - sendNotificationStatus 2023-02-22T12:03:13.413Z|d98666b3-38ca-416a-aa0c-6bb0c10790f3|pool-2-thread-2|||||INFO|500||DistributionClient - sendStatus 2023-02-22T12:03:13.417Z|d98666b3-38ca-416a-aa0c-6bb0c10790f3|pool-2-thread-2|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap] 2023-02-22T12:03:13.417Z|d98666b3-38ca-416a-aa0c-6bb0c10790f3|pool-2-thread-2|||||DEBUG|500||try to send status { "distributionID": "0563182b-dee7-402b-9474-4934a682cbb0", "consumerID": "SO-COpenSource-Env11", "timestamp": 1677067391745, "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/nginx_cloudtech_k8s_charts.env", "status": "NOTIFIED" } 2023-02-22T12:03:13.521Z||pool-52-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 104 ms 2023-02-22T12:03:13.522Z||pool-52-thread-1|||||WARN|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO will send credentials over a clear channel. 2023-02-22T12:03:13.522Z||pool-52-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as sXwXLxdJNt84opGN) ... 2023-02-22T12:03:13.535Z||pool-52-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK 2023-02-22T12:03:13.536Z||pool-52-thread-1|||||INFO|500||cambria reply ok (15 ms):{"serverTimeMs":0,"count":1} 2023-02-22T12:03:14.417Z|d98666b3-38ca-416a-aa0c-6bb0c10790f3|pool-2-thread-2|||||INFO|500||DistributionClient - sendNotificationStatus 2023-02-22T12:03:14.419Z|d98666b3-38ca-416a-aa0c-6bb0c10790f3|pool-2-thread-2|||||INFO|500||DistributionClient - sendStatus 2023-02-22T12:03:14.420Z|d98666b3-38ca-416a-aa0c-6bb0c10790f3|pool-2-thread-2|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap] 2023-02-22T12:03:14.420Z|d98666b3-38ca-416a-aa0c-6bb0c10790f3|pool-2-thread-2|||||DEBUG|500||try to send status { "distributionID": "0563182b-dee7-402b-9474-4934a682cbb0", "consumerID": "SO-COpenSource-Env11", "timestamp": 1677067391745, "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/nginx_cloudtech_k8s_charts.tgz", "status": "NOTIFIED" } 2023-02-22T12:03:14.521Z||pool-53-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms 2023-02-22T12:03:14.522Z||pool-53-thread-1|||||WARN|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO will send credentials over a clear channel. 2023-02-22T12:03:14.522Z||pool-53-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as sXwXLxdJNt84opGN) ... 2023-02-22T12:03:14.564Z||pool-53-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK 2023-02-22T12:03:14.564Z||pool-53-thread-1|||||INFO|500||cambria reply ok (43 ms):{"serverTimeMs":0,"count":1} 2023-02-22T12:03:15.421Z|d98666b3-38ca-416a-aa0c-6bb0c10790f3|pool-2-thread-2|||||INFO|500||DistributionClient - sendNotificationStatus 2023-02-22T12:03:15.422Z|d98666b3-38ca-416a-aa0c-6bb0c10790f3|pool-2-thread-2|||||INFO|500||DistributionClient - sendStatus 2023-02-22T12:03:15.424Z|d98666b3-38ca-416a-aa0c-6bb0c10790f3|pool-2-thread-2|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap] 2023-02-22T12:03:15.424Z|d98666b3-38ca-416a-aa0c-6bb0c10790f3|pool-2-thread-2|||||DEBUG|500||try to send status { "distributionID": "0563182b-dee7-402b-9474-4934a682cbb0", "consumerID": "SO-COpenSource-Env11", "timestamp": 1677067391745, "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/basic_cnf0_modules.json", "status": "NOTIFIED" } 2023-02-22T12:03:15.524Z||pool-54-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms 2023-02-22T12:03:15.525Z||pool-54-thread-1|||||WARN|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO will send credentials over a clear channel. 2023-02-22T12:03:15.525Z||pool-54-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as sXwXLxdJNt84opGN) ... 2023-02-22T12:03:15.543Z||pool-54-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK 2023-02-22T12:03:15.544Z||pool-54-thread-1|||||INFO|500||cambria reply ok (20 ms):{"serverTimeMs":1,"count":1} 2023-02-22T12:03:16.424Z|d98666b3-38ca-416a-aa0c-6bb0c10790f3|pool-2-thread-2|||||INFO|500||DistributionClient - sendNotificationStatus 2023-02-22T12:03:16.425Z|d98666b3-38ca-416a-aa0c-6bb0c10790f3|pool-2-thread-2|||||INFO|500||DistributionClient - sendStatus 2023-02-22T12:03:16.427Z|d98666b3-38ca-416a-aa0c-6bb0c10790f3|pool-2-thread-2|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap] 2023-02-22T12:03:16.427Z|d98666b3-38ca-416a-aa0c-6bb0c10790f3|pool-2-thread-2|||||DEBUG|500||try to send status { "distributionID": "0563182b-dee7-402b-9474-4934a682cbb0", "consumerID": "SO-COpenSource-Env11", "timestamp": 1677067391745, "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/base_dummy.yaml", "status": "NOTIFIED" } 2023-02-22T12:03:16.527Z||pool-55-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms 2023-02-22T12:03:16.528Z||pool-55-thread-1|||||WARN|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO will send credentials over a clear channel. 2023-02-22T12:03:16.528Z||pool-55-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as sXwXLxdJNt84opGN) ... 2023-02-22T12:03:16.542Z||pool-55-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK 2023-02-22T12:03:16.542Z||pool-55-thread-1|||||INFO|500||cambria reply ok (14 ms):{"serverTimeMs":0,"count":1} 2023-02-22T12:03:17.428Z|d98666b3-38ca-416a-aa0c-6bb0c10790f3|pool-2-thread-2|||||INFO|500||DistributionClient - sendNotificationStatus 2023-02-22T12:03:17.429Z|d98666b3-38ca-416a-aa0c-6bb0c10790f3|pool-2-thread-2|||||INFO|500||DistributionClient - sendStatus 2023-02-22T12:03:17.431Z|d98666b3-38ca-416a-aa0c-6bb0c10790f3|pool-2-thread-2|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap] 2023-02-22T12:03:17.431Z|d98666b3-38ca-416a-aa0c-6bb0c10790f3|pool-2-thread-2|||||DEBUG|500||try to send status { "distributionID": "0563182b-dee7-402b-9474-4934a682cbb0", "consumerID": "SO-COpenSource-Env11", "timestamp": 1677067391745, "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/vendor-license-model.xml", "status": "NOT_NOTIFIED" } 2023-02-22T12:03:17.531Z||pool-56-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms 2023-02-22T12:03:17.532Z||pool-56-thread-1|||||WARN|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO will send credentials over a clear channel. 2023-02-22T12:03:17.532Z||pool-56-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as sXwXLxdJNt84opGN) ... 2023-02-22T12:03:17.544Z||pool-56-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK 2023-02-22T12:03:17.544Z||pool-56-thread-1|||||INFO|500||cambria reply ok (13 ms):{"serverTimeMs":1,"count":1} 2023-02-22T12:03:18.432Z|d98666b3-38ca-416a-aa0c-6bb0c10790f3|pool-2-thread-2|||||INFO|500||DistributionClient - sendNotificationStatus 2023-02-22T12:03:18.433Z|d98666b3-38ca-416a-aa0c-6bb0c10790f3|pool-2-thread-2|||||INFO|500||DistributionClient - sendStatus 2023-02-22T12:03:18.437Z|d98666b3-38ca-416a-aa0c-6bb0c10790f3|pool-2-thread-2|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap] 2023-02-22T12:03:18.437Z|d98666b3-38ca-416a-aa0c-6bb0c10790f3|pool-2-thread-2|||||DEBUG|500||try to send status { "distributionID": "0563182b-dee7-402b-9474-4934a682cbb0", "consumerID": "SO-COpenSource-Env11", "timestamp": 1677067391745, "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/base_dummy.env", "status": "NOTIFIED" } 2023-02-22T12:03:18.536Z||pool-57-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 97 ms 2023-02-22T12:03:18.536Z||pool-57-thread-1|||||WARN|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO will send credentials over a clear channel. 2023-02-22T12:03:18.537Z||pool-57-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as sXwXLxdJNt84opGN) ... 2023-02-22T12:03:18.549Z||pool-57-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK 2023-02-22T12:03:18.549Z||pool-57-thread-1|||||INFO|500||cambria reply ok (13 ms):{"serverTimeMs":1,"count":1} 2023-02-22T12:03:19.438Z|d98666b3-38ca-416a-aa0c-6bb0c10790f3|pool-2-thread-2|||||INFO|500||DistributionClient - sendNotificationStatus 2023-02-22T12:03:19.450Z|d98666b3-38ca-416a-aa0c-6bb0c10790f3|pool-2-thread-2|||||INFO|500||DistributionClient - sendStatus 2023-02-22T12:03:19.457Z|d98666b3-38ca-416a-aa0c-6bb0c10790f3|pool-2-thread-2|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap] 2023-02-22T12:03:19.460Z|d98666b3-38ca-416a-aa0c-6bb0c10790f3|pool-2-thread-2|||||DEBUG|500||try to send status { "distributionID": "0563182b-dee7-402b-9474-4934a682cbb0", "consumerID": "SO-COpenSource-Env11", "timestamp": 1677067391745, "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/artifacts/service-BasicCnf-template.yml", "status": "NOT_NOTIFIED" } 2023-02-22T12:03:19.556Z||pool-58-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 93 ms 2023-02-22T12:03:19.557Z||pool-58-thread-1|||||WARN|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO will send credentials over a clear channel. 2023-02-22T12:03:19.557Z||pool-58-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as sXwXLxdJNt84opGN) ... 2023-02-22T12:03:19.571Z||pool-58-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK 2023-02-22T12:03:19.571Z||pool-58-thread-1|||||INFO|500||cambria reply ok (15 ms):{"serverTimeMs":0,"count":1} 2023-02-22T12:03:20.464Z|d98666b3-38ca-416a-aa0c-6bb0c10790f3|pool-2-thread-2|||||INFO|500||DistributionClient - sendNotificationStatus 2023-02-22T12:03:20.465Z|d98666b3-38ca-416a-aa0c-6bb0c10790f3|pool-2-thread-2|||||INFO|500||DistributionClient - sendStatus 2023-02-22T12:03:20.467Z|d98666b3-38ca-416a-aa0c-6bb0c10790f3|pool-2-thread-2|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap] 2023-02-22T12:03:20.467Z|d98666b3-38ca-416a-aa0c-6bb0c10790f3|pool-2-thread-2|||||DEBUG|500||try to send status { "distributionID": "0563182b-dee7-402b-9474-4934a682cbb0", "consumerID": "SO-COpenSource-Env11", "timestamp": 1677067391745, "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/artifacts/service-BasicCnf-csar.csar", "status": "NOTIFIED" } 2023-02-22T12:03:20.567Z||pool-59-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms 2023-02-22T12:03:20.568Z||pool-59-thread-1|||||WARN|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO will send credentials over a clear channel. 2023-02-22T12:03:20.569Z||pool-59-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as sXwXLxdJNt84opGN) ... 2023-02-22T12:03:20.582Z||pool-59-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK 2023-02-22T12:03:20.582Z||pool-59-thread-1|||||INFO|500||cambria reply ok (15 ms):{"serverTimeMs":0,"count":1} 2023-02-22T12:03:21.468Z|d98666b3-38ca-416a-aa0c-6bb0c10790f3|pool-2-thread-2|||||DEBUG|500||sending notification to client: { "distributionID": "0563182b-dee7-402b-9474-4934a682cbb0", "serviceName": "basic_cnf", "serviceVersion": "1.0", "serviceUUID": "5f184b4c-9ebd-40d5-9cca-f6f5c23eaf1b", "serviceDescription": "service", "serviceInvariantUUID": "6773e2c5-4430-401b-a8a2-1a46d486f71b", "resources": [ { "resourceInstanceName": "basic_cnf 0", "resourceCustomizationUUID": "31193e2f-c61a-4ba5-a347-627398d8ed93", "resourceName": "basic_cnf", "resourceVersion": "1.0", "resoucreType": "VF", "resourceUUID": "a0a82c88-f6fa-4d77-b3b7-4eba60b3353b", "resourceInvariantUUID": "d31b9683-94b7-4a37-8fd4-0841bd3a757b", "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": "17fb9a07-de86-4f59-a330-2ee456999607", "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": "794e78b7-ecae-4e83-bede-a74834a2e7a5", "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": "MDk3MmI5MjhmYzYwYjdiZTU2ZTlkYTI0NGJjMjJlYzI\u003d", "artifactDescription": "Auto-generated VF Modules information artifact", "artifactTimeout": 0, "artifactVersion": "1", "artifactUUID": "a971e995-28a9-40a3-bf2a-e366cf2645e8", "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": "a038ca18-51da-46a7-b5e0-1bcf486e5f66", "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": "69491baf-4a55-4d67-a8b7-ae219162c8f3", "generatedFromUUID": "a038ca18-51da-46a7-b5e0-1bcf486e5f66" }, "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": "69491baf-4a55-4d67-a8b7-ae219162c8f3", "relatedArtifactsInfo": [] } ] } ], "serviceArtifacts": [ { "artifactName": "service-BasicCnf-csar.csar", "artifactType": "TOSCA_CSAR", "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/artifacts/service-BasicCnf-csar.csar", "artifactChecksum": "MzFjY2Q5ZGNjZTI2NTQwODQyNDc5OGM0ZjYzOTE0YTE\u003d", "artifactDescription": "TOSCA definition package of the asset", "artifactTimeout": 0, "artifactVersion": "1", "artifactUUID": "37967ffb-f988-44f7-81fa-0871cd53e19b" } ], "workloadContext": "Production" } 2023-02-22T12:03:21.468Z|d98666b3-38ca-416a-aa0c-6bb0c10790f3|pool-2-thread-2|||||DEBUG|500||Receive a callback notification in ASDC, nb of resources: 1 2023-02-22T12:03:21.468Z|d98666b3-38ca-416a-aa0c-6bb0c10790f3|pool-2-thread-2|||||INFO|500||ASDC_RECEIVE_CALLBACK_NOTIF 5 5f184b4c-9ebd-40d5-9cca-f6f5c23eaf1b ASDC 2023-02-22T12:03:21.468Z|0563182b-dee7-402b-9474-4934a682cbb0|pool-2-thread-2|||||DEBUG|500||ASDC Notification: DistributionID:0563182b-dee7-402b-9474-4934a682cbb0 ServiceName:basic_cnf ServiceVersion:1.0 ServiceUUID:5f184b4c-9ebd-40d5-9cca-f6f5c23eaf1b ServiceInvariantUUID:6773e2c5-4430-401b-a8a2-1a46d486f71b 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:37967ffb-f988-44f7-81fa-0871cd53e19b ArtifactChecksum:MzFjY2Q5ZGNjZTI2NTQwODQyNDc5OGM0ZjYzOTE0YTE= GeneratedArtifact:{NULL } RelatedArtifacts:{ } } Resource Instances List: { Resource Instance Info: ResourceInstanceName:basic_cnf 0 ResourceCustomizationUUID:31193e2f-c61a-4ba5-a347-627398d8ed93 ResourceInvariantUUID:d31b9683-94b7-4a37-8fd4-0841bd3a757b ResourceName:basic_cnf ResourceType:VF ResourceUUID:a0a82c88-f6fa-4d77-b3b7-4eba60b3353b 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:17fb9a07-de86-4f59-a330-2ee456999607 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:794e78b7-ecae-4e83-bede-a74834a2e7a5 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:a971e995-28a9-40a3-bf2a-e366cf2645e8 ArtifactChecksum:MDk3MmI5MjhmYzYwYjdiZTU2ZTlkYTI0NGJjMjJlYzI= 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:a038ca18-51da-46a7-b5e0-1bcf486e5f66 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:69491baf-4a55-4d67-a8b7-ae219162c8f3 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:69491baf-4a55-4d67-a8b7-ae219162c8f3 ArtifactChecksum:NmZhYzg0NmUzZTJiM2I2ZmJlZDE2YzY0ODM0MTZkYmE= GeneratedArtifact:{NULL } RelatedArtifacts:{ } } } 2023-02-22T12:03:21.469Z|0563182b-dee7-402b-9474-4934a682cbb0|pool-2-thread-2|||||INFO|500||ASDC_RECEIVE_SERVICE_NOTIF 5f184b4c-9ebd-40d5-9cca-f6f5c23eaf1b ASDC treatNotification Hibernate: select watchdogse0_.DISTRIBUTION_ID as distribu1_13_0_, watchdogse0_.SERVICE_MODEL_VERSION_ID as service_2_13_0_, watchdogse0_.CONSUMER_ID as consumer3_13_0_, watchdogse0_.CREATE_TIME as create_t4_13_0_, watchdogse0_.DISTRIBUTION_NOTIFICATION as distribu5_13_0_ from watchdog_service_mod_ver_id_lookup watchdogse0_ where watchdogse0_.DISTRIBUTION_ID=? and watchdogse0_.SERVICE_MODEL_VERSION_ID=? Hibernate: insert into watchdog_service_mod_ver_id_lookup (CONSUMER_ID, CREATE_TIME, DISTRIBUTION_NOTIFICATION, DISTRIBUTION_ID, SERVICE_MODEL_VERSION_ID) values (?, ?, ?, ?, ?) Hibernate: select watchdogdi0_.DISTRIBUTION_ID as distribu1_11_0_, watchdogdi0_.CREATE_TIME as create_t2_11_0_, watchdogdi0_.DISTRIBUTION_ID_STATUS as distribu3_11_0_, watchdogdi0_.MODIFY_TIME as modify_t4_11_0_, watchdogdi0_.LOCK_VERSION as lock_ver5_11_0_ from watchdog_distributionid_status watchdogdi0_ where watchdogdi0_.DISTRIBUTION_ID=? Hibernate: insert into watchdog_distributionid_status (CREATE_TIME, DISTRIBUTION_ID_STATUS, MODIFY_TIME, LOCK_VERSION, DISTRIBUTION_ID) values (?, ?, ?, ?, ?) 2023-02-22T12:03:21.506Z|0563182b-dee7-402b-9474-4934a682cbb0|pool-2-thread-2|||||INFO|500||Unable to find the system property mso.config.path, use the default configuration 2023-02-22T12:03:21.507Z|0563182b-dee7-402b-9474-4934a682cbb0|pool-2-thread-2|||||INFO|500||MSO config path is: /app 2023-02-22T12:03:21.507Z|0563182b-dee7-402b-9474-4934a682cbb0|pool-2-thread-2|||||INFO|500||MSO config path is: /app 2023-02-22T12:03:21.507Z|0563182b-dee7-402b-9474-4934a682cbb0|pool-2-thread-2|||||INFO|500||Trying to download the artifact UUID: 37967ffb-f988-44f7-81fa-0871cd53e19b from URL: /sdc/v1/catalog/services/BasicCnf/1.0/artifacts/service-BasicCnf-csar.csar 2023-02-22T12:03:21.507Z|0563182b-dee7-402b-9474-4934a682cbb0|pool-2-thread-2|||||INFO|500||DistributionClient - download 2023-02-22T12:03:21.507Z|0563182b-dee7-402b-9474-4934a682cbb0|pool-2-thread-2|||||DEBUG|500||url to send https://sdc-be.onap:8443/sdc/v1/catalog/services/BasicCnf/1.0/artifacts/service-BasicCnf-csar.csar 2023-02-22T12:03:21.589Z|0563182b-dee7-402b-9474-4934a682cbb0|pool-2-thread-2|||||DEBUG|500||GET Response Status 200 2023-02-22T12:03:21.593Z|0563182b-dee7-402b-9474-4934a682cbb0|pool-2-thread-2|||||INFO|500||ASDC_ARTIFACT_DOWNLOAD_SUC /sdc/v1/catalog/services/BasicCnf/1.0/artifacts/service-BasicCnf-csar.csar 37967ffb-f988-44f7-81fa-0871cd53e19b 73671 2023-02-22T12:03:21.594Z|0563182b-dee7-402b-9474-4934a682cbb0|pool-2-thread-2|||||INFO|500||ASDC_SEND_NOTIF_ASDC DOWNLOAD DOWNLOAD_OK /sdc/v1/catalog/services/BasicCnf/1.0/artifacts/service-BasicCnf-csar.csar ASDC sendASDCNotification 2023-02-22T12:03:21.594Z|0563182b-dee7-402b-9474-4934a682cbb0|pool-2-thread-2|||||DEBUG|500||Sending DOWNLOAD(DOWNLOAD_OK) notification to ASDC for artifact:/sdc/v1/catalog/services/BasicCnf/1.0/artifacts/service-BasicCnf-csar.csar 2023-02-22T12:03:21.594Z|0563182b-dee7-402b-9474-4934a682cbb0|pool-2-thread-2|||||INFO|500||DistributionClient - sendDownloadStatus 2023-02-22T12:03:21.594Z|0563182b-dee7-402b-9474-4934a682cbb0|pool-2-thread-2|||||INFO|500||DistributionClient - sendStatus 2023-02-22T12:03:21.596Z|0563182b-dee7-402b-9474-4934a682cbb0|pool-2-thread-2|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap] 2023-02-22T12:03:21.596Z|0563182b-dee7-402b-9474-4934a682cbb0|pool-2-thread-2|||||DEBUG|500||try to send status { "distributionID": "0563182b-dee7-402b-9474-4934a682cbb0", "consumerID": "SO-COpenSource-Env11", "timestamp": 1677067401594, "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/artifacts/service-BasicCnf-csar.csar", "status": "DOWNLOAD_OK" } 2023-02-22T12:03:21.696Z||pool-60-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms 2023-02-22T12:03:21.700Z||pool-60-thread-1|||||WARN|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO will send credentials over a clear channel. 2023-02-22T12:03:21.700Z||pool-60-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as sXwXLxdJNt84opGN) ... 2023-02-22T12:03:21.718Z||pool-60-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK 2023-02-22T12:03:21.718Z||pool-60-thread-1|||||INFO|500||cambria reply ok (21 ms):{"serverTimeMs":0,"count":1} 2023-02-22T12:03:22.597Z|0563182b-dee7-402b-9474-4934a682cbb0|pool-2-thread-2|||||INFO|500||Unable to find the system property mso.config.path, use the default configuration 2023-02-22T12:03:22.598Z|0563182b-dee7-402b-9474-4934a682cbb0|pool-2-thread-2|||||INFO|500||MSO config path is: /app 2023-02-22T12:03:22.599Z|0563182b-dee7-402b-9474-4934a682cbb0|pool-2-thread-2|||||INFO|500||Trying to write artifact UUID: 37967ffb-f988-44f7-81fa-0871cd53e19b, URL: /sdc/v1/catalog/services/BasicCnf/1.0/artifacts/service-BasicCnf-csar.csar to file: /app/ASDC/1/service-BasicCnf-csar.csar 2023-02-22T12:03:22.600Z|0563182b-dee7-402b-9474-4934a682cbb0|pool-2-thread-2|||||INFO|500||ASDC_RECEIVE_SERVICE_NOTIF ***WRITE FILE ARTIFACT NAME ASDC service-BasicCnf-csar.csar 2023-02-22T12:03:22.600Z|0563182b-dee7-402b-9474-4934a682cbb0|pool-2-thread-2|||||DEBUG|500||ASDC File path is: /app/ASDC/1/service-BasicCnf-csar.csar 2023-02-22T12:03:22.601Z|0563182b-dee7-402b-9474-4934a682cbb0|pool-2-thread-2|||||INFO|500||ASDC_RECEIVE_SERVICE_NOTIF ***PATH ASDC /app/ASDC/1/service-BasicCnf-csar.csar 2023-02-22T12:03:22.714Z|0563182b-dee7-402b-9474-4934a682cbb0|pool-2-thread-2|||||DEBUG|500||ToscaTemplate Loading YAMEL file /tmp/JTP2218597339921256019/Definitions/service-BasicCnf-template.yml Log warning: The required parameter "compute_dummy_metadata" is not provided Log warning: The required parameter "compute_dummy_name" is not provided 2023-02-22T12:03:23.754Z|0563182b-dee7-402b-9474-4934a682cbb0|pool-2-thread-2|||||DEBUG|500||CSAR conformance level is 11.0 2023-02-22T12:03:23.754Z|0563182b-dee7-402b-9474-4934a682cbb0|pool-2-thread-2|||||WARN|500||#################################################################################################### 2023-02-22T12:03:23.754Z|0563182b-dee7-402b-9474-4934a682cbb0|pool-2-thread-2|||||WARN|500||CSAR Warnings found! CSAR name - /app/ASDC/1/service-BasicCnf-csar.csar 2023-02-22T12:03:23.754Z|0563182b-dee7-402b-9474-4934a682cbb0|pool-2-thread-2|||||WARN|500||ToscaTemplate - verifyTemplate - 4 Parsing Warnings occurred... 2023-02-22T12:03:23.755Z|0563182b-dee7-402b-9474-4934a682cbb0|pool-2-thread-2|||||WARN|500||JTosca Exception [JE003]: MissingRequiredFieldError: properties of template "abstract_dummy" are missing field(s): [nfc_function]. CSAR name - /app/ASDC/1/service-BasicCnf-csar.csar 2023-02-22T12:03:23.755Z|0563182b-dee7-402b-9474-4934a682cbb0|pool-2-thread-2|||||WARN|500||JTosca Exception [JE003]: MissingRequiredFieldError: properties of template "basic_cnf 0" are missing field(s): [nf_function, nf_role, nf_naming_code, nf_type, min_instances, max_instances, sdnc_model_name, sdnc_model_version, sdnc_artifact_name]. CSAR name - /app/ASDC/1/service-BasicCnf-csar.csar 2023-02-22T12:03:23.755Z|0563182b-dee7-402b-9474-4934a682cbb0|pool-2-thread-2|||||WARN|500||JTosca Exception [JE003]: MissingRequiredFieldError: properties of template "abstract_dummy" are missing field(s): [unit, type]. CSAR name - /app/ASDC/1/service-BasicCnf-csar.csar 2023-02-22T12:03:23.755Z|0563182b-dee7-402b-9474-4934a682cbb0|pool-2-thread-2|||||WARN|500||JTosca Exception [JE003]: MissingRequiredFieldError: Data value of type "org.openecomp.datatypes.Naming" is missing required field(s) "[supplemental_data]". CSAR name - /app/ASDC/1/service-BasicCnf-csar.csar 2023-02-22T12:03:23.755Z|0563182b-dee7-402b-9474-4934a682cbb0|pool-2-thread-2|||||WARN|500||#################################################################################################### 2023-02-22T12:03:23.755Z|0563182b-dee7-402b-9474-4934a682cbb0|pool-2-thread-2|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive 2023-02-22T12:03:23.755Z|0563182b-dee7-402b-9474-4934a682cbb0|pool-2-thread-2|||||DEBUG|500||Service basic_cnf is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=SERVICE_PROXY, toscaType=null, uUID=null, customizationUUID=null 2023-02-22T12:03:23.756Z|0563182b-dee7-402b-9474-4934a682cbb0|pool-2-thread-2|||||DEBUG|500||Node template basic_cnf 0 is matching search criteria 2023-02-22T12:03:23.756Z|0563182b-dee7-402b-9474-4934a682cbb0|pool-2-thread-2|||||DEBUG|500||Search for entities recursively 2023-02-22T12:03:23.756Z|0563182b-dee7-402b-9474-4934a682cbb0|pool-2-thread-2|||||DEBUG|500||Found topology templates [basic_cnf 0, abstract_dummy] matching following query criteria: sdcType=Service, customizationUUID=null 2023-02-22T12:03:23.756Z|0563182b-dee7-402b-9474-4934a682cbb0|pool-2-thread-2|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive 2023-02-22T12:03:23.756Z|0563182b-dee7-402b-9474-4934a682cbb0|pool-2-thread-2|||||DEBUG|500||Service basic_cnf is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=CONFIGURATION, toscaType=null, uUID=null, customizationUUID=null 2023-02-22T12:03:23.756Z|0563182b-dee7-402b-9474-4934a682cbb0|pool-2-thread-2|||||DEBUG|500||Node template basic_cnf 0 is matching search criteria 2023-02-22T12:03:23.757Z|0563182b-dee7-402b-9474-4934a682cbb0|pool-2-thread-2|||||DEBUG|500||Search for entities recursively 2023-02-22T12:03:23.757Z|0563182b-dee7-402b-9474-4934a682cbb0|pool-2-thread-2|||||DEBUG|500||Found topology templates [basic_cnf 0, abstract_dummy] matching following query criteria: sdcType=Service, customizationUUID=null 2023-02-22T12:03:23.757Z|0563182b-dee7-402b-9474-4934a682cbb0|pool-2-thread-2|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive 2023-02-22T12:03:23.757Z|0563182b-dee7-402b-9474-4934a682cbb0|pool-2-thread-2|||||DEBUG|500||Service basic_cnf is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=VF, toscaType=null, uUID=null, customizationUUID=null 2023-02-22T12:03:23.757Z|0563182b-dee7-402b-9474-4934a682cbb0|pool-2-thread-2|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive 2023-02-22T12:03:23.758Z|0563182b-dee7-402b-9474-4934a682cbb0|pool-2-thread-2|||||DEBUG|500||Node template basic_cnf 0 is not matching search criteria 2023-02-22T12:03:23.758Z|0563182b-dee7-402b-9474-4934a682cbb0|pool-2-thread-2|||||DEBUG|500||Node template abstract_dummy is not matching search criteria 2023-02-22T12:03:23.758Z|0563182b-dee7-402b-9474-4934a682cbb0|pool-2-thread-2|||||DEBUG|500||Node template dummy is not matching search criteria 2023-02-22T12:03:23.758Z|0563182b-dee7-402b-9474-4934a682cbb0|pool-2-thread-2|||||DEBUG|500||Found topology templates [] matching following query criteria: sdcType=VF, customizationUUID=customizationUUID 2023-02-22T12:03:23.758Z|0563182b-dee7-402b-9474-4934a682cbb0|pool-2-thread-2|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive 2023-02-22T12:03:23.758Z|0563182b-dee7-402b-9474-4934a682cbb0|pool-2-thread-2|||||DEBUG|500||Service basic_cnf is searched for EntityType=GROUP, nodeTemplateType=null, toscaType=org.openecomp.groups.VfModule, uUID=null, customizationUUID=null 2023-02-22T12:03:23.759Z|0563182b-dee7-402b-9474-4934a682cbb0|pool-2-thread-2|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive 2023-02-22T12:03:23.759Z|0563182b-dee7-402b-9474-4934a682cbb0|pool-2-thread-2|||||DEBUG|500||Node template basic_cnf 0 is matching search criteria 2023-02-22T12:03:23.759Z|0563182b-dee7-402b-9474-4934a682cbb0|pool-2-thread-2|||||DEBUG|500||Found topology templates [basic_cnf 0] matching following query criteria: sdcType=VF, customizationUUID=null 2023-02-22T12:03:23.759Z|0563182b-dee7-402b-9474-4934a682cbb0|pool-2-thread-2|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive 2023-02-22T12:03:23.760Z|0563182b-dee7-402b-9474-4934a682cbb0|pool-2-thread-2|||||DEBUG|500||Node template basic_cnf 0 is matching search criteria 2023-02-22T12:03:23.760Z|0563182b-dee7-402b-9474-4934a682cbb0|pool-2-thread-2|||||DEBUG|500||Found topology templates [basic_cnf 0] matching following query criteria: sdcType=VF, customizationUUID=null 2023-02-22T12:03:23.760Z|0563182b-dee7-402b-9474-4934a682cbb0|pool-2-thread-2|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive 2023-02-22T12:03:23.760Z|0563182b-dee7-402b-9474-4934a682cbb0|pool-2-thread-2|||||DEBUG|500||Node template basic_cnf 0 is matching search criteria 2023-02-22T12:03:23.760Z|0563182b-dee7-402b-9474-4934a682cbb0|pool-2-thread-2|||||DEBUG|500||Found topology templates [basic_cnf 0] matching following query criteria: sdcType=VF, customizationUUID=null 2023-02-22T12:03:23.760Z|0563182b-dee7-402b-9474-4934a682cbb0|pool-2-thread-2|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive 2023-02-22T12:03:23.761Z|0563182b-dee7-402b-9474-4934a682cbb0|pool-2-thread-2|||||DEBUG|500||Node template basic_cnf 0 is not matching search criteria 2023-02-22T12:03:23.761Z|0563182b-dee7-402b-9474-4934a682cbb0|pool-2-thread-2|||||DEBUG|500||Node template abstract_dummy is matching search criteria 2023-02-22T12:03:23.761Z|0563182b-dee7-402b-9474-4934a682cbb0|pool-2-thread-2|||||DEBUG|500||Found topology templates [abstract_dummy] matching following query criteria: sdcType=CVFC, customizationUUID=3d43a092-2277-41dd-8170-d59dded13ccd 2023-02-22T12:03:23.761Z|0563182b-dee7-402b-9474-4934a682cbb0|pool-2-thread-2|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive 2023-02-22T12:03:23.761Z|0563182b-dee7-402b-9474-4934a682cbb0|pool-2-thread-2|||||DEBUG|500||Service basic_cnf is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=VL, toscaType=null, uUID=null, customizationUUID=null 2023-02-22T12:03:23.762Z|0563182b-dee7-402b-9474-4934a682cbb0|pool-2-thread-2|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive 2023-02-22T12:03:23.762Z|0563182b-dee7-402b-9474-4934a682cbb0|pool-2-thread-2|||||DEBUG|500||Service basic_cnf is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=CR, toscaType=null, uUID=null, customizationUUID=null 2023-02-22T12:03:23.762Z|0563182b-dee7-402b-9474-4934a682cbb0|pool-2-thread-2|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive 2023-02-22T12:03:23.762Z|0563182b-dee7-402b-9474-4934a682cbb0|pool-2-thread-2|||||DEBUG|500||Service basic_cnf is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=VF, toscaType=null, uUID=null, customizationUUID=null 2023-02-22T12:03:23.762Z|0563182b-dee7-402b-9474-4934a682cbb0|pool-2-thread-2|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive 2023-02-22T12:03:23.763Z|0563182b-dee7-402b-9474-4934a682cbb0|pool-2-thread-2|||||DEBUG|500||Service basic_cnf is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=PNF, toscaType=null, uUID=null, customizationUUID=null 2023-02-22T12:03:23.763Z|0563182b-dee7-402b-9474-4934a682cbb0|pool-2-thread-2|||||DEBUG|500||CSAR Notification: Service Level Properties: Name:basic_cnf Description:service Model UUID:5f184b4c-9ebd-40d5-9cca-f6f5c23eaf1b Model Version:NULL Model InvariantUuid:6773e2c5-4430-401b-a8a2-1a46d486f71b Service Type: Service Role: WorkLoad Context:Production Environment Context:General_Revenue-Bearing VNF Properties: Model Name:basic_cnf Model UUID:6478755a-9757-46fd-89fc-39c69db52bfe Description:VF Version:1.0 Type:VF Category:Generic InvariantUuid:d31b9683-94b7-4a37-8fd4-0841bd3a757b Max Instances:null Min Instances:null VNF Customization Properties: Customization UUID:31193e2f-c61a-4ba5-a347-627398d8ed93 NFFunction:null NFCode:null NFRole:null NFType:null MultiStageDesign:false VF Module Properties: ModelInvariantUuid:f58b72b8-c8d6-4c02-89ef-a1fb91d7edaf ModelName:BasicCnf..base_dummy..module-0 ModelUuid:9cad6b01-6ea7-484b-a127-196cbe808e6d ModelVersion:1 Description:NULL VF Module Customization Properties: Model Customization UUID:NULL CVNFC Properties: ModelCustomizationUuid:3d43a092-2277-41dd-8170-d59dded13ccd ModelInvariantUuid:c92f6657-4cf0-4349-8a43-3bef5d827a95 ModelName:basic_cnf-nodes.dummyCvfc ModelUuid:a150a4ff-7ad1-4047-b6ec-1d030af58935 ModelVersion:1.0 Description:Complex node type that is used as nested type in VF Template Name:abstract_dummy VNFC Properties: ModelCustomizationUuid:9afe73fd-9edc-4ef5-b69a-4b2374a71887 ModelInvariantUuid:5009af45-2bc1-48a8-ae77-67b0cd45de45 ModelName:BasicCnf.compute.nodes.heat.dummy ModelUuid:c17bd43f-50dd-4228-89ac-9b6ef06d4718 ModelVersion:1.0 Description:Not reusable inner VFC Sub Category:Abstract VF Allotted Resource Properties: PNF Allotted Resource Properties: Hibernate: select toscacsar0_.ARTIFACT_UUID as artifact1_57_0_, toscacsar0_.ARTIFACT_CHECKSUM as artifact2_57_0_, toscacsar0_.CREATION_TIMESTAMP as creation3_57_0_, toscacsar0_.DESCRIPTION as descript4_57_0_, toscacsar0_.NAME as name5_57_0_, toscacsar0_.URL as url6_57_0_, toscacsar0_.Version as version7_57_0_ from tosca_csar toscacsar0_ where toscacsar0_.ARTIFACT_UUID=? 2023-02-22T12:03:23.768Z|0563182b-dee7-402b-9474-4934a682cbb0|pool-2-thread-2|||||INFO|500||Processing Resource Type: VF, Model UUID: a0a82c88-f6fa-4d77-b3b7-4eba60b3353b Hibernate: select service0_.MODEL_UUID as model_uu1_50_, service0_.CDS_BLUEPRINT_NAME as cds_blue2_50_, service0_.CDS_BLUEPRINT_VERSION as cds_blue3_50_, service0_.SERVICE_CATEGORY as service_4_50_, service0_.CONTROLLER_ACTOR as controll5_50_, service0_.CREATION_TIMESTAMP as creation6_50_, service0_.TOSCA_CSAR_ARTIFACT_UUID as tosca_c21_50_, service0_.DESCRIPTION as descript7_50_, service0_.OVERALL_DISTRIBUTION_STATUS as overall_8_50_, service0_.ENVIRONMENT_CONTEXT as environm9_50_, service0_.MODEL_INVARIANT_UUID as model_i10_50_, service0_.MODEL_NAME as model_n11_50_, service0_.MODEL_VERSION as model_v12_50_, service0_.NAMING_POLICY as naming_13_50_, service0_.ONAP_GENERATED_NAMING as onap_ge14_50_, service0_.RESOURCE_ORDER as resourc15_50_, service0_.SERVICE_FUNCTION as service16_50_, service0_.SERVICE_ROLE as service17_50_, service0_.SERVICE_TYPE as service18_50_, service0_.SKIP_POST_INSTANTIATION_CONFIGURATION as skip_po19_50_, service0_.WORKLOAD_CONTEXT as workloa20_50_ from service service0_ where service0_.MODEL_UUID=? 2023-02-22T12:03:23.770Z|0563182b-dee7-402b-9474-4934a682cbb0|pool-2-thread-2|||||INFO|500||basic_cnf 0 2023-02-22T12:03:23.770Z|0563182b-dee7-402b-9474-4934a682cbb0|pool-2-thread-2|||||DEBUG|500||Processing Resource Type: VF and Model UUID: a0a82c88-f6fa-4d77-b3b7-4eba60b3353b 2023-02-22T12:03:23.771Z|0563182b-dee7-402b-9474-4934a682cbb0|pool-2-thread-2|||||INFO|500||Trying to download the artifact UUID: 17fb9a07-de86-4f59-a330-2ee456999607 from URL: /sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/nginx_cloudtech_k8s_charts.env 2023-02-22T12:03:23.771Z|0563182b-dee7-402b-9474-4934a682cbb0|pool-2-thread-2|||||INFO|500||DistributionClient - download 2023-02-22T12:03:23.771Z|0563182b-dee7-402b-9474-4934a682cbb0|pool-2-thread-2|||||DEBUG|500||url to send https://sdc-be.onap:8443/sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/nginx_cloudtech_k8s_charts.env 2023-02-22T12:03:23.845Z|0563182b-dee7-402b-9474-4934a682cbb0|pool-2-thread-2|||||DEBUG|500||GET Response Status 200 2023-02-22T12:03:23.845Z|0563182b-dee7-402b-9474-4934a682cbb0|pool-2-thread-2|||||INFO|500||ASDC_ARTIFACT_DOWNLOAD_SUC /sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/nginx_cloudtech_k8s_charts.env 17fb9a07-de86-4f59-a330-2ee456999607 12 2023-02-22T12:03:23.845Z|0563182b-dee7-402b-9474-4934a682cbb0|pool-2-thread-2|||||INFO|500||ASDC_SEND_NOTIF_ASDC DOWNLOAD DOWNLOAD_OK /sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/nginx_cloudtech_k8s_charts.env ASDC sendASDCNotification 2023-02-22T12:03:23.846Z|0563182b-dee7-402b-9474-4934a682cbb0|pool-2-thread-2|||||DEBUG|500||Sending DOWNLOAD(DOWNLOAD_OK) notification to ASDC for artifact:/sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/nginx_cloudtech_k8s_charts.env 2023-02-22T12:03:23.846Z|0563182b-dee7-402b-9474-4934a682cbb0|pool-2-thread-2|||||INFO|500||DistributionClient - sendDownloadStatus 2023-02-22T12:03:23.846Z|0563182b-dee7-402b-9474-4934a682cbb0|pool-2-thread-2|||||INFO|500||DistributionClient - sendStatus 2023-02-22T12:03:23.848Z|0563182b-dee7-402b-9474-4934a682cbb0|pool-2-thread-2|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap] 2023-02-22T12:03:23.848Z|0563182b-dee7-402b-9474-4934a682cbb0|pool-2-thread-2|||||DEBUG|500||try to send status { "distributionID": "0563182b-dee7-402b-9474-4934a682cbb0", "consumerID": "SO-COpenSource-Env11", "timestamp": 1677067403845, "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/nginx_cloudtech_k8s_charts.env", "status": "DOWNLOAD_OK" } 2023-02-22T12:03:23.948Z||pool-61-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms 2023-02-22T12:03:23.949Z||pool-61-thread-1|||||WARN|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO will send credentials over a clear channel. 2023-02-22T12:03:23.949Z||pool-61-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as sXwXLxdJNt84opGN) ... 2023-02-22T12:03:23.964Z||pool-61-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK 2023-02-22T12:03:23.964Z||pool-61-thread-1|||||INFO|500||cambria reply ok (15 ms):{"serverTimeMs":0,"count":1} 2023-02-22T12:03:24.849Z|0563182b-dee7-402b-9474-4934a682cbb0|pool-2-thread-2|||||INFO|500||Trying to download the artifact UUID: 794e78b7-ecae-4e83-bede-a74834a2e7a5 from URL: /sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/nginx_cloudtech_k8s_charts.tgz 2023-02-22T12:03:24.849Z|0563182b-dee7-402b-9474-4934a682cbb0|pool-2-thread-2|||||INFO|500||DistributionClient - download 2023-02-22T12:03:24.850Z|0563182b-dee7-402b-9474-4934a682cbb0|pool-2-thread-2|||||DEBUG|500||url to send https://sdc-be.onap:8443/sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/nginx_cloudtech_k8s_charts.tgz 2023-02-22T12:03:24.921Z|0563182b-dee7-402b-9474-4934a682cbb0|pool-2-thread-2|||||DEBUG|500||GET Response Status 200 2023-02-22T12:03:24.922Z|0563182b-dee7-402b-9474-4934a682cbb0|pool-2-thread-2|||||INFO|500||ASDC_ARTIFACT_DOWNLOAD_SUC /sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/nginx_cloudtech_k8s_charts.tgz 794e78b7-ecae-4e83-bede-a74834a2e7a5 2688 2023-02-22T12:03:24.922Z|0563182b-dee7-402b-9474-4934a682cbb0|pool-2-thread-2|||||INFO|500||ASDC_SEND_NOTIF_ASDC DOWNLOAD DOWNLOAD_OK /sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/nginx_cloudtech_k8s_charts.tgz ASDC sendASDCNotification 2023-02-22T12:03:24.922Z|0563182b-dee7-402b-9474-4934a682cbb0|pool-2-thread-2|||||DEBUG|500||Sending DOWNLOAD(DOWNLOAD_OK) notification to ASDC for artifact:/sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/nginx_cloudtech_k8s_charts.tgz 2023-02-22T12:03:24.922Z|0563182b-dee7-402b-9474-4934a682cbb0|pool-2-thread-2|||||INFO|500||DistributionClient - sendDownloadStatus 2023-02-22T12:03:24.922Z|0563182b-dee7-402b-9474-4934a682cbb0|pool-2-thread-2|||||INFO|500||DistributionClient - sendStatus 2023-02-22T12:03:24.924Z|0563182b-dee7-402b-9474-4934a682cbb0|pool-2-thread-2|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap] 2023-02-22T12:03:24.924Z|0563182b-dee7-402b-9474-4934a682cbb0|pool-2-thread-2|||||DEBUG|500||try to send status { "distributionID": "0563182b-dee7-402b-9474-4934a682cbb0", "consumerID": "SO-COpenSource-Env11", "timestamp": 1677067404922, "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/nginx_cloudtech_k8s_charts.tgz", "status": "DOWNLOAD_OK" } 2023-02-22T12:03:25.026Z||pool-62-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 101 ms 2023-02-22T12:03:25.027Z||pool-62-thread-1|||||WARN|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO will send credentials over a clear channel. 2023-02-22T12:03:25.027Z||pool-62-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as sXwXLxdJNt84opGN) ... 2023-02-22T12:03:25.048Z||pool-62-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK 2023-02-22T12:03:25.049Z||pool-62-thread-1|||||INFO|500||cambria reply ok (23 ms):{"serverTimeMs":0,"count":1} 2023-02-22T12:03:25.926Z|0563182b-dee7-402b-9474-4934a682cbb0|pool-2-thread-2|||||INFO|500||Trying to download the artifact UUID: a971e995-28a9-40a3-bf2a-e366cf2645e8 from URL: /sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/basic_cnf0_modules.json 2023-02-22T12:03:25.926Z|0563182b-dee7-402b-9474-4934a682cbb0|pool-2-thread-2|||||INFO|500||DistributionClient - download 2023-02-22T12:03:25.927Z|0563182b-dee7-402b-9474-4934a682cbb0|pool-2-thread-2|||||DEBUG|500||url to send https://sdc-be.onap:8443/sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/basic_cnf0_modules.json 2023-02-22T12:03:25.989Z|0563182b-dee7-402b-9474-4934a682cbb0|pool-2-thread-2|||||DEBUG|500||GET Response Status 200 2023-02-22T12:03:25.990Z|0563182b-dee7-402b-9474-4934a682cbb0|pool-2-thread-2|||||INFO|500||ASDC_ARTIFACT_DOWNLOAD_SUC /sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/basic_cnf0_modules.json a971e995-28a9-40a3-bf2a-e366cf2645e8 828 2023-02-22T12:03:25.990Z|0563182b-dee7-402b-9474-4934a682cbb0|pool-2-thread-2|||||INFO|500||ASDC_SEND_NOTIF_ASDC DOWNLOAD DOWNLOAD_OK /sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/basic_cnf0_modules.json ASDC sendASDCNotification 2023-02-22T12:03:25.990Z|0563182b-dee7-402b-9474-4934a682cbb0|pool-2-thread-2|||||DEBUG|500||Sending DOWNLOAD(DOWNLOAD_OK) notification to ASDC for artifact:/sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/basic_cnf0_modules.json 2023-02-22T12:03:25.991Z|0563182b-dee7-402b-9474-4934a682cbb0|pool-2-thread-2|||||INFO|500||DistributionClient - sendDownloadStatus 2023-02-22T12:03:25.991Z|0563182b-dee7-402b-9474-4934a682cbb0|pool-2-thread-2|||||INFO|500||DistributionClient - sendStatus 2023-02-22T12:03:25.993Z|0563182b-dee7-402b-9474-4934a682cbb0|pool-2-thread-2|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap] 2023-02-22T12:03:25.993Z|0563182b-dee7-402b-9474-4934a682cbb0|pool-2-thread-2|||||DEBUG|500||try to send status { "distributionID": "0563182b-dee7-402b-9474-4934a682cbb0", "consumerID": "SO-COpenSource-Env11", "timestamp": 1677067405990, "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/basic_cnf0_modules.json", "status": "DOWNLOAD_OK" } 2023-02-22T12:03:26.093Z||pool-63-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms 2023-02-22T12:03:26.094Z||pool-63-thread-1|||||WARN|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO will send credentials over a clear channel. 2023-02-22T12:03:26.094Z||pool-63-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as sXwXLxdJNt84opGN) ... 2023-02-22T12:03:26.114Z||pool-63-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK 2023-02-22T12:03:26.115Z||pool-63-thread-1|||||INFO|500||cambria reply ok (22 ms):{"serverTimeMs":0,"count":1} 2023-02-22T12:03:26.993Z|0563182b-dee7-402b-9474-4934a682cbb0|pool-2-thread-2|||||DEBUG|500||VF_MODULE_ARTIFACT: [ { "vfModuleModelName": "BasicCnf..base_dummy..module-0", "vfModuleModelInvariantUUID": "f58b72b8-c8d6-4c02-89ef-a1fb91d7edaf", "vfModuleModelVersion": "1", "vfModuleModelUUID": "9cad6b01-6ea7-484b-a127-196cbe808e6d", "vfModuleModelCustomizationUUID": "942686cd-b270-4e4e-b44c-c3b13795e3f1", "isBase": true, "artifacts": [ "a038ca18-51da-46a7-b5e0-1bcf486e5f66", "794e78b7-ecae-4e83-bede-a74834a2e7a5", "69491baf-4a55-4d67-a8b7-ae219162c8f3" ], "properties": { "min_vf_module_instances": "1", "vf_module_label": "base_dummy", "max_vf_module_instances": "1", "vfc_list": "", "vf_module_type": "Base", "vf_module_description": "", "initial_count": "1", "volume_group": "false", "availability_zone_count": "" } } ] 2023-02-22T12:03:26.998Z|0563182b-dee7-402b-9474-4934a682cbb0|pool-2-thread-2|||||DEBUG|500||VfModuleMetaData List: { VfModuleMetaData: VfModuleModelName:BasicCnf..base_dummy..module-0 VfModuleModelVersion:1 VfModuleModelUUID:9cad6b01-6ea7-484b-a127-196cbe808e6d VfModuleModelInvariantUUID:f58b72b8-c8d6-4c02-89ef-a1fb91d7edaf VfModuleModelDescription:NULL Artifacts UUID List:{ a038ca18-51da-46a7-b5e0-1bcf486e5f66 , 794e78b7-ecae-4e83-bede-a74834a2e7a5 , 69491baf-4a55-4d67-a8b7-ae219162c8f3 } Properties List:{ min_vf_module_instances : 1 vf_module_label : base_dummy max_vf_module_instances : 1 vfc_list : vf_module_type : Base vf_module_description : initial_count : 1 volume_group : false availability_zone_count : } isBase:true } 2023-02-22T12:03:27.000Z|0563182b-dee7-402b-9474-4934a682cbb0|pool-2-thread-2|||||DEBUG|500||VF_MODULE_ARTIFACT: [ { "vfModuleModelName": "BasicCnf..base_dummy..module-0", "vfModuleModelInvariantUUID": "f58b72b8-c8d6-4c02-89ef-a1fb91d7edaf", "vfModuleModelVersion": "1", "vfModuleModelUUID": "9cad6b01-6ea7-484b-a127-196cbe808e6d", "vfModuleModelCustomizationUUID": "942686cd-b270-4e4e-b44c-c3b13795e3f1", "isBase": true, "artifacts": [ "a038ca18-51da-46a7-b5e0-1bcf486e5f66", "794e78b7-ecae-4e83-bede-a74834a2e7a5", "69491baf-4a55-4d67-a8b7-ae219162c8f3" ], "properties": { "min_vf_module_instances": "1", "vf_module_label": "base_dummy", "max_vf_module_instances": "1", "vfc_list": "", "vf_module_type": "Base", "vf_module_description": "", "initial_count": "1", "volume_group": "false", "availability_zone_count": "" } } ] 2023-02-22T12:03:27.000Z|0563182b-dee7-402b-9474-4934a682cbb0|pool-2-thread-2|||||DEBUG|500||VfModuleMetaData List: { VfModuleMetaData: VfModuleModelName:BasicCnf..base_dummy..module-0 VfModuleModelVersion:1 VfModuleModelUUID:9cad6b01-6ea7-484b-a127-196cbe808e6d VfModuleModelInvariantUUID:f58b72b8-c8d6-4c02-89ef-a1fb91d7edaf VfModuleModelDescription:NULL Artifacts UUID List:{ a038ca18-51da-46a7-b5e0-1bcf486e5f66 , 794e78b7-ecae-4e83-bede-a74834a2e7a5 , 69491baf-4a55-4d67-a8b7-ae219162c8f3 } Properties List:{ min_vf_module_instances : 1 vf_module_label : base_dummy max_vf_module_instances : 1 vfc_list : vf_module_type : Base vf_module_description : initial_count : 1 volume_group : false availability_zone_count : } isBase:true } 2023-02-22T12:03:27.000Z|0563182b-dee7-402b-9474-4934a682cbb0|pool-2-thread-2|||||INFO|500||Trying to download the artifact UUID: a038ca18-51da-46a7-b5e0-1bcf486e5f66 from URL: /sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/base_dummy.yaml 2023-02-22T12:03:27.001Z|0563182b-dee7-402b-9474-4934a682cbb0|pool-2-thread-2|||||INFO|500||DistributionClient - download 2023-02-22T12:03:27.001Z|0563182b-dee7-402b-9474-4934a682cbb0|pool-2-thread-2|||||DEBUG|500||url to send https://sdc-be.onap:8443/sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/base_dummy.yaml 2023-02-22T12:03:27.119Z|0563182b-dee7-402b-9474-4934a682cbb0|pool-2-thread-2|||||DEBUG|500||GET Response Status 200 2023-02-22T12:03:27.120Z|0563182b-dee7-402b-9474-4934a682cbb0|pool-2-thread-2|||||INFO|500||ASDC_ARTIFACT_DOWNLOAD_SUC /sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/base_dummy.yaml a038ca18-51da-46a7-b5e0-1bcf486e5f66 1164 2023-02-22T12:03:27.120Z|0563182b-dee7-402b-9474-4934a682cbb0|pool-2-thread-2|||||INFO|500||ASDC_SEND_NOTIF_ASDC DOWNLOAD DOWNLOAD_OK /sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/base_dummy.yaml ASDC sendASDCNotification 2023-02-22T12:03:27.120Z|0563182b-dee7-402b-9474-4934a682cbb0|pool-2-thread-2|||||DEBUG|500||Sending DOWNLOAD(DOWNLOAD_OK) notification to ASDC for artifact:/sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/base_dummy.yaml 2023-02-22T12:03:27.121Z|0563182b-dee7-402b-9474-4934a682cbb0|pool-2-thread-2|||||INFO|500||DistributionClient - sendDownloadStatus 2023-02-22T12:03:27.121Z|0563182b-dee7-402b-9474-4934a682cbb0|pool-2-thread-2|||||INFO|500||DistributionClient - sendStatus 2023-02-22T12:03:27.123Z|0563182b-dee7-402b-9474-4934a682cbb0|pool-2-thread-2|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap] 2023-02-22T12:03:27.123Z|0563182b-dee7-402b-9474-4934a682cbb0|pool-2-thread-2|||||DEBUG|500||try to send status { "distributionID": "0563182b-dee7-402b-9474-4934a682cbb0", "consumerID": "SO-COpenSource-Env11", "timestamp": 1677067407120, "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/base_dummy.yaml", "status": "DOWNLOAD_OK" } 2023-02-22T12:03:27.223Z||pool-64-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms 2023-02-22T12:03:27.224Z||pool-64-thread-1|||||WARN|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO will send credentials over a clear channel. 2023-02-22T12:03:27.224Z||pool-64-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as sXwXLxdJNt84opGN) ... 2023-02-22T12:03:27.238Z||pool-64-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK 2023-02-22T12:03:27.238Z||pool-64-thread-1|||||INFO|500||cambria reply ok (15 ms):{"serverTimeMs":0,"count":1} 2023-02-22T12:03:28.124Z|0563182b-dee7-402b-9474-4934a682cbb0|pool-2-thread-2|||||INFO|500||Trying to download the artifact UUID: 69491baf-4a55-4d67-a8b7-ae219162c8f3 from URL: /sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/base_dummy.env 2023-02-22T12:03:28.124Z|0563182b-dee7-402b-9474-4934a682cbb0|pool-2-thread-2|||||INFO|500||DistributionClient - download 2023-02-22T12:03:28.125Z|0563182b-dee7-402b-9474-4934a682cbb0|pool-2-thread-2|||||DEBUG|500||url to send https://sdc-be.onap:8443/sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/base_dummy.env 2023-02-22T12:03:28.218Z|0563182b-dee7-402b-9474-4934a682cbb0|pool-2-thread-2|||||DEBUG|500||GET Response Status 200 2023-02-22T12:03:28.220Z|0563182b-dee7-402b-9474-4934a682cbb0|pool-2-thread-2|||||INFO|500||ASDC_ARTIFACT_DOWNLOAD_SUC /sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/base_dummy.env 69491baf-4a55-4d67-a8b7-ae219162c8f3 200 2023-02-22T12:03:28.221Z|0563182b-dee7-402b-9474-4934a682cbb0|pool-2-thread-2|||||INFO|500||ASDC_SEND_NOTIF_ASDC DOWNLOAD DOWNLOAD_OK /sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/base_dummy.env ASDC sendASDCNotification 2023-02-22T12:03:28.221Z|0563182b-dee7-402b-9474-4934a682cbb0|pool-2-thread-2|||||DEBUG|500||Sending DOWNLOAD(DOWNLOAD_OK) notification to ASDC for artifact:/sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/base_dummy.env 2023-02-22T12:03:28.221Z|0563182b-dee7-402b-9474-4934a682cbb0|pool-2-thread-2|||||INFO|500||DistributionClient - sendDownloadStatus 2023-02-22T12:03:28.221Z|0563182b-dee7-402b-9474-4934a682cbb0|pool-2-thread-2|||||INFO|500||DistributionClient - sendStatus 2023-02-22T12:03:28.233Z|0563182b-dee7-402b-9474-4934a682cbb0|pool-2-thread-2|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap] 2023-02-22T12:03:28.233Z|0563182b-dee7-402b-9474-4934a682cbb0|pool-2-thread-2|||||DEBUG|500||try to send status { "distributionID": "0563182b-dee7-402b-9474-4934a682cbb0", "consumerID": "SO-COpenSource-Env11", "timestamp": 1677067408220, "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/base_dummy.env", "status": "DOWNLOAD_OK" } 2023-02-22T12:03:28.324Z||pool-65-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 90 ms 2023-02-22T12:03:28.325Z||pool-65-thread-1|||||WARN|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO will send credentials over a clear channel. 2023-02-22T12:03:28.325Z||pool-65-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as sXwXLxdJNt84opGN) ... 2023-02-22T12:03:28.345Z||pool-65-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK 2023-02-22T12:03:28.347Z||pool-65-thread-1|||||INFO|500||cambria reply ok (23 ms):{"serverTimeMs":0,"count":1} 2023-02-22T12:03:29.234Z|0563182b-dee7-402b-9474-4934a682cbb0|pool-2-thread-2|||||DEBUG|500||Preparing to deploy Service: 5f184b4c-9ebd-40d5-9cca-f6f5c23eaf1b 2023-02-22T12:03:29.234Z|0563182b-dee7-402b-9474-4934a682cbb0|pool-2-thread-2|||||INFO|500||ASDC_START_DEPLOY_ARTIFACT basic_cnf 0 a0a82c88-f6fa-4d77-b3b7-4eba60b3353b ASDC Hibernate: select heatenviro0_.ARTIFACT_UUID as artifact1_26_, heatenviro0_.ARTIFACT_CHECKSUM as artifact2_26_, heatenviro0_.CREATION_TIMESTAMP as creation3_26_, heatenviro0_.DESCRIPTION as descript4_26_, heatenviro0_.BODY as body5_26_, heatenviro0_.NAME as name6_26_, heatenviro0_.VERSION as version7_26_ from heat_environment heatenviro0_ where heatenviro0_.ARTIFACT_UUID=? Hibernate: select heattempla0_.ARTIFACT_UUID as artifact1_29_, heattempla0_.ARTIFACT_CHECKSUM as artifact2_29_, heattempla0_.CREATION_TIMESTAMP as creation3_29_, heattempla0_.DESCRIPTION as descript4_29_, heattempla0_.BODY as body5_29_, heattempla0_.NAME as name6_29_, heattempla0_.TIMEOUT_MINUTES as timeout_7_29_, heattempla0_.VERSION as version8_29_ from heat_template heattempla0_ where heattempla0_.ARTIFACT_UUID=? Hibernate: select heatenviro0_.ARTIFACT_UUID as artifact1_26_, heatenviro0_.ARTIFACT_CHECKSUM as artifact2_26_, heatenviro0_.CREATION_TIMESTAMP as creation3_26_, heatenviro0_.DESCRIPTION as descript4_26_, heatenviro0_.BODY as body5_26_, heatenviro0_.NAME as name6_26_, heatenviro0_.VERSION as version7_26_ from heat_environment heatenviro0_ where heatenviro0_.ARTIFACT_UUID=? 2023-02-22T12:03:29.248Z|0563182b-dee7-402b-9474-4934a682cbb0|pool-2-thread-2|||||WARN|500||ASDC_ARTIFACT_TYPE_NOT_SUPPORT CLOUD_TECHNOLOGY_SPECIFIC_ARTIFACT(Artifact Name:nginx_cloudtech_k8s_charts.tgz) 300 Artifact type not supported Hibernate: select toscacsar0_.ARTIFACT_UUID as artifact1_57_0_, toscacsar0_.ARTIFACT_CHECKSUM as artifact2_57_0_, toscacsar0_.CREATION_TIMESTAMP as creation3_57_0_, toscacsar0_.DESCRIPTION as descript4_57_0_, toscacsar0_.NAME as name5_57_0_, toscacsar0_.URL as url6_57_0_, toscacsar0_.Version as version7_57_0_ from tosca_csar toscacsar0_ where toscacsar0_.ARTIFACT_UUID=? Hibernate: select service0_.MODEL_UUID as model_uu1_50_, service0_.CDS_BLUEPRINT_NAME as cds_blue2_50_, service0_.CDS_BLUEPRINT_VERSION as cds_blue3_50_, service0_.SERVICE_CATEGORY as service_4_50_, service0_.CONTROLLER_ACTOR as controll5_50_, service0_.CREATION_TIMESTAMP as creation6_50_, service0_.TOSCA_CSAR_ARTIFACT_UUID as tosca_c21_50_, service0_.DESCRIPTION as descript7_50_, service0_.OVERALL_DISTRIBUTION_STATUS as overall_8_50_, service0_.ENVIRONMENT_CONTEXT as environm9_50_, service0_.MODEL_INVARIANT_UUID as model_i10_50_, service0_.MODEL_NAME as model_n11_50_, service0_.MODEL_VERSION as model_v12_50_, service0_.NAMING_POLICY as naming_13_50_, service0_.ONAP_GENERATED_NAMING as onap_ge14_50_, service0_.RESOURCE_ORDER as resourc15_50_, service0_.SERVICE_FUNCTION as service16_50_, service0_.SERVICE_ROLE as service17_50_, service0_.SERVICE_TYPE as service18_50_, service0_.SKIP_POST_INSTANTIATION_CONFIGURATION as skip_po19_50_, service0_.WORKLOAD_CONTEXT as workloa20_50_ from service service0_ where service0_.MODEL_UUID=? 2023-02-22T12:03:29.250Z|0563182b-dee7-402b-9474-4934a682cbb0|pool-2-thread-2|||||DEBUG|500||serviceInputs: {} [org.onap.sdc.toscaparser.api.parameters.Input@65732167, org.onap.sdc.toscaparser.api.parameters.Input@3919f7a0, org.onap.sdc.toscaparser.api.parameters.Input@9e47668, org.onap.sdc.toscaparser.api.parameters.Input@75fbea13, org.onap.sdc.toscaparser.api.parameters.Input@97f85d2] 2023-02-22T12:03:29.251Z|0563182b-dee7-402b-9474-4934a682cbb0|pool-2-thread-2|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive 2023-02-22T12:03:29.252Z|0563182b-dee7-402b-9474-4934a682cbb0|pool-2-thread-2|||||DEBUG|500||Service basic_cnf is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=VF, toscaType=null, uUID=null, customizationUUID=null 2023-02-22T12:03:29.252Z|0563182b-dee7-402b-9474-4934a682cbb0|pool-2-thread-2|||||DEBUG|500||VF Category is: Generic 2023-02-22T12:03:29.252Z|0563182b-dee7-402b-9474-4934a682cbb0|pool-2-thread-2|||||DEBUG|500||VFCustomizationUUID= 31193e2f-c61a-4ba5-a347-627398d8ed93 2023-02-22T12:03:29.252Z|0563182b-dee7-402b-9474-4934a682cbb0|pool-2-thread-2|||||DEBUG|500||Checking if Notification VF ResourceCustomizationUUID: 31193e2f-c61a-4ba5-a347-627398d8ed93 matches Tosca VF Customization UUID: 31193e2f-c61a-4ba5-a347-627398d8ed93 2023-02-22T12:03:29.252Z|0563182b-dee7-402b-9474-4934a682cbb0|pool-2-thread-2|||||DEBUG|500||vfCustomizationUUID: 31193e2f-c61a-4ba5-a347-627398d8ed93 matches vfNotificationResource CustomizationUUID Hibernate: select vnfresourc0_.MODEL_UUID as model_uu1_64_, vnfresourc0_.AIC_VERSION_MAX as aic_vers2_64_, vnfresourc0_.AIC_VERSION_MIN as aic_vers3_64_, vnfresourc0_.RESOURCE_CATEGORY as resource4_64_, vnfresourc0_.CREATION_TIMESTAMP as creation5_64_, vnfresourc0_.DESCRIPTION as descript6_64_, vnfresourc0_.HEAT_TEMPLATE_ARTIFACT_UUID as heat_te13_64_, vnfresourc0_.MODEL_INVARIANT_UUID as model_in7_64_, vnfresourc0_.MODEL_NAME as model_na8_64_, vnfresourc0_.MODEL_VERSION as model_ve9_64_, vnfresourc0_.ORCHESTRATION_MODE as orchest10_64_, vnfresourc0_.RESOURCE_SUB_CATEGORY as resourc11_64_, vnfresourc0_.TOSCA_NODE_TYPE as tosca_n12_64_ from vnf_resource vnfresourc0_ where vnfresourc0_.MODEL_UUID=? 2023-02-22T12:03:29.254Z|0563182b-dee7-402b-9474-4934a682cbb0|pool-2-thread-2|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive 2023-02-22T12:03:29.254Z|0563182b-dee7-402b-9474-4934a682cbb0|pool-2-thread-2|||||DEBUG|500||Service basic_cnf is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=null, toscaType=null, uUID=null, customizationUUID=null 2023-02-22T12:03:29.255Z|0563182b-dee7-402b-9474-4934a682cbb0|pool-2-thread-2|||||DEBUG|500||resource request for resource customization id 31193e2f-c61a-4ba5-a347-627398d8ed93: {\"skip_post_instantiation_configuration\":\"true\",\"nf_naming\":\"true\",\"multi_stage_design\":\"false\",\"controller_actor\":\"SO-REF-DATA\",\"availability_zone_max_count\":\"1\"} 2023-02-22T12:03:29.255Z|0563182b-dee7-402b-9474-4934a682cbb0|pool-2-thread-2|||||DEBUG|500||vfModuleStructure: org.onap.so.asdc.installer.VfModuleStructure@7fd16aca 2023-02-22T12:03:29.255Z|0563182b-dee7-402b-9474-4934a682cbb0|pool-2-thread-2|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive 2023-02-22T12:03:29.255Z|0563182b-dee7-402b-9474-4934a682cbb0|pool-2-thread-2|||||DEBUG|500||Service basic_cnf is searched for EntityType=GROUP, nodeTemplateType=null, toscaType=org.openecomp.groups.VfModule, uUID=null, customizationUUID=null 2023-02-22T12:03:29.256Z|0563182b-dee7-402b-9474-4934a682cbb0|pool-2-thread-2|||||DEBUG|500||Comparing Vf_Modules_Metadata CustomizationUUID : 942686cd-b270-4e4e-b44c-c3b13795e3f1 2023-02-22T12:03:29.256Z|0563182b-dee7-402b-9474-4934a682cbb0|pool-2-thread-2|||||DEBUG|500||To Csar Group VFModuleModelCustomizationUUID 942686cd-b270-4e4e-b44c-c3b13795e3f1 Hibernate: select vfmodule0_.MODEL_UUID as model_uu1_59_, vfmodule0_.CREATION_TIMESTAMP as creation2_59_, vfmodule0_.DESCRIPTION as descript3_59_, vfmodule0_.IS_BASE as is_base4_59_, vfmodule0_.MODEL_INVARIANT_UUID as model_in5_59_, vfmodule0_.MODEL_NAME as model_na6_59_, vfmodule0_.MODEL_VERSION as model_ve7_59_, vfmodule0_.HEAT_TEMPLATE_ARTIFACT_UUID as heat_tem8_59_, vfmodule0_.VNF_RESOURCE_MODEL_UUID as vnf_reso9_59_, vfmodule0_.VOL_HEAT_TEMPLATE_ARTIFACT_UUID as vol_hea10_59_ from vf_module vfmodule0_ where vfmodule0_.MODEL_UUID=? 2023-02-22T12:03:29.257Z|0563182b-dee7-402b-9474-4934a682cbb0|pool-2-thread-2|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive 2023-02-22T12:03:29.258Z|0563182b-dee7-402b-9474-4934a682cbb0|pool-2-thread-2|||||DEBUG|500||Node template basic_cnf 0 is matching search criteria 2023-02-22T12:03:29.258Z|0563182b-dee7-402b-9474-4934a682cbb0|pool-2-thread-2|||||DEBUG|500||Found topology templates [basic_cnf 0] matching following query criteria: sdcType=VF, customizationUUID=null 2023-02-22T12:03:29.258Z|0563182b-dee7-402b-9474-4934a682cbb0|pool-2-thread-2|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive 2023-02-22T12:03:29.258Z|0563182b-dee7-402b-9474-4934a682cbb0|pool-2-thread-2|||||DEBUG|500||Node template basic_cnf 0 is matching search criteria 2023-02-22T12:03:29.258Z|0563182b-dee7-402b-9474-4934a682cbb0|pool-2-thread-2|||||DEBUG|500||Found topology templates [basic_cnf 0] matching following query criteria: sdcType=VF, customizationUUID=null 2023-02-22T12:03:29.258Z|0563182b-dee7-402b-9474-4934a682cbb0|pool-2-thread-2|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive 2023-02-22T12:03:29.259Z|0563182b-dee7-402b-9474-4934a682cbb0|pool-2-thread-2|||||DEBUG|500||Node template basic_cnf 0 is not matching search criteria 2023-02-22T12:03:29.259Z|0563182b-dee7-402b-9474-4934a682cbb0|pool-2-thread-2|||||DEBUG|500||Node template abstract_dummy is matching search criteria 2023-02-22T12:03:29.259Z|0563182b-dee7-402b-9474-4934a682cbb0|pool-2-thread-2|||||DEBUG|500||Found topology templates [abstract_dummy] matching following query criteria: sdcType=CVFC, customizationUUID=3d43a092-2277-41dd-8170-d59dded13ccd Hibernate: select vnfccustom0_.MODEL_CUSTOMIZATION_UUID as model_cu1_67_, vnfccustom0_.CREATION_TIMESTAMP as creation2_67_, vnfccustom0_.DESCRIPTION as descript3_67_, vnfccustom0_.MODEL_INSTANCE_NAME as model_in4_67_, vnfccustom0_.MODEL_INVARIANT_UUID as model_in5_67_, vnfccustom0_.MODEL_NAME as model_na6_67_, vnfccustom0_.MODEL_UUID as model_uu7_67_, vnfccustom0_.MODEL_VERSION as model_ve8_67_, vnfccustom0_.RESOURCE_INPUT as resource9_67_, vnfccustom0_.TOSCA_NODE_TYPE as tosca_n10_67_, vnfccustom0_.VNFC_INSTANCE_GROUP_CUSTOMIZATION_ID as vnfc_in11_67_ from vnfc_customization vnfccustom0_ where vnfccustom0_.MODEL_CUSTOMIZATION_UUID=? 2023-02-22T12:03:29.260Z|0563182b-dee7-402b-9474-4934a682cbb0|pool-2-thread-2|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive 2023-02-22T12:03:29.260Z|0563182b-dee7-402b-9474-4934a682cbb0|pool-2-thread-2|||||DEBUG|500||Node template basic_cnf 0 is matching search criteria 2023-02-22T12:03:29.261Z|0563182b-dee7-402b-9474-4934a682cbb0|pool-2-thread-2|||||DEBUG|500||Found topology templates [basic_cnf 0] matching following query criteria: sdcType=VF, customizationUUID=null 2023-02-22T12:03:29.261Z|0563182b-dee7-402b-9474-4934a682cbb0|pool-2-thread-2|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive 2023-02-22T12:03:29.261Z|0563182b-dee7-402b-9474-4934a682cbb0|pool-2-thread-2|||||DEBUG|500||Node template basic_cnf 0 is matching search criteria 2023-02-22T12:03:29.261Z|0563182b-dee7-402b-9474-4934a682cbb0|pool-2-thread-2|||||DEBUG|500||Found topology templates [basic_cnf 0] matching following query criteria: sdcType=VF, customizationUUID=31193e2f-c61a-4ba5-a347-627398d8ed93 Hibernate: select service0_.MODEL_UUID as model_uu1_50_, service0_.CDS_BLUEPRINT_NAME as cds_blue2_50_, service0_.CDS_BLUEPRINT_VERSION as cds_blue3_50_, service0_.SERVICE_CATEGORY as service_4_50_, service0_.CONTROLLER_ACTOR as controll5_50_, service0_.CREATION_TIMESTAMP as creation6_50_, service0_.TOSCA_CSAR_ARTIFACT_UUID as tosca_c21_50_, service0_.DESCRIPTION as descript7_50_, service0_.OVERALL_DISTRIBUTION_STATUS as overall_8_50_, service0_.ENVIRONMENT_CONTEXT as environm9_50_, service0_.MODEL_INVARIANT_UUID as model_i10_50_, service0_.MODEL_NAME as model_n11_50_, service0_.MODEL_VERSION as model_v12_50_, service0_.NAMING_POLICY as naming_13_50_, service0_.ONAP_GENERATED_NAMING as onap_ge14_50_, service0_.RESOURCE_ORDER as resourc15_50_, service0_.SERVICE_FUNCTION as service16_50_, service0_.SERVICE_ROLE as service17_50_, service0_.SERVICE_TYPE as service18_50_, service0_.SKIP_POST_INSTANTIATION_CONFIGURATION as skip_po19_50_, service0_.WORKLOAD_CONTEXT as workloa20_50_ from service service0_ where service0_.MODEL_UUID=? 2023-02-22T12:03:29.262Z|0563182b-dee7-402b-9474-4934a682cbb0|pool-2-thread-2|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive 2023-02-22T12:03:29.262Z|0563182b-dee7-402b-9474-4934a682cbb0|pool-2-thread-2|||||DEBUG|500||Service basic_cnf is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=null, toscaType=null, uUID=null, customizationUUID=null 2023-02-22T12:03:29.262Z|0563182b-dee7-402b-9474-4934a682cbb0|pool-2-thread-2|||||DEBUG|500|| resourceSeq for service uuid 5f184b4c-9ebd-40d5-9cca-f6f5c23eaf1b: basic_cnf 2023-02-22T12:03:29.263Z|0563182b-dee7-402b-9474-4934a682cbb0|pool-2-thread-2|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive 2023-02-22T12:03:29.263Z|0563182b-dee7-402b-9474-4934a682cbb0|pool-2-thread-2|||||DEBUG|500||Service basic_cnf is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=PNF, toscaType=null, uUID=null, customizationUUID=null 2023-02-22T12:03:29.263Z|0563182b-dee7-402b-9474-4934a682cbb0|pool-2-thread-2|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive 2023-02-22T12:03:29.263Z|0563182b-dee7-402b-9474-4934a682cbb0|pool-2-thread-2|||||DEBUG|500||Service basic_cnf is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=VL, toscaType=null, uUID=null, customizationUUID=null 2023-02-22T12:03:29.263Z|0563182b-dee7-402b-9474-4934a682cbb0|pool-2-thread-2|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive 2023-02-22T12:03:29.263Z|0563182b-dee7-402b-9474-4934a682cbb0|pool-2-thread-2|||||DEBUG|500||Service basic_cnf is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=CR, toscaType=null, uUID=null, customizationUUID=null 2023-02-22T12:03:29.264Z|0563182b-dee7-402b-9474-4934a682cbb0|pool-2-thread-2|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive 2023-02-22T12:03:29.264Z|0563182b-dee7-402b-9474-4934a682cbb0|pool-2-thread-2|||||DEBUG|500||Service basic_cnf is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=SERVICE_PROXY, toscaType=null, uUID=null, customizationUUID=null 2023-02-22T12:03:29.264Z|0563182b-dee7-402b-9474-4934a682cbb0|pool-2-thread-2|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive 2023-02-22T12:03:29.264Z|0563182b-dee7-402b-9474-4934a682cbb0|pool-2-thread-2|||||DEBUG|500||Service basic_cnf is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=CONFIGURATION, toscaType=null, uUID=null, customizationUUID=null 2023-02-22T12:03:29.264Z|0563182b-dee7-402b-9474-4934a682cbb0|pool-2-thread-2|||||INFO|500||Saving Service: basic_cnf Hibernate: select service0_.MODEL_UUID as model_uu1_50_3_, service0_.CDS_BLUEPRINT_NAME as cds_blue2_50_3_, service0_.CDS_BLUEPRINT_VERSION as cds_blue3_50_3_, service0_.SERVICE_CATEGORY as service_4_50_3_, service0_.CONTROLLER_ACTOR as controll5_50_3_, service0_.CREATION_TIMESTAMP as creation6_50_3_, service0_.TOSCA_CSAR_ARTIFACT_UUID as tosca_c21_50_3_, service0_.DESCRIPTION as descript7_50_3_, service0_.OVERALL_DISTRIBUTION_STATUS as overall_8_50_3_, service0_.ENVIRONMENT_CONTEXT as environm9_50_3_, service0_.MODEL_INVARIANT_UUID as model_i10_50_3_, service0_.MODEL_NAME as model_n11_50_3_, service0_.MODEL_VERSION as model_v12_50_3_, service0_.NAMING_POLICY as naming_13_50_3_, service0_.ONAP_GENERATED_NAMING as onap_ge14_50_3_, service0_.RESOURCE_ORDER as resourc15_50_3_, service0_.SERVICE_FUNCTION as service16_50_3_, service0_.SERVICE_ROLE as service17_50_3_, service0_.SERVICE_TYPE as service18_50_3_, service0_.SKIP_POST_INSTANTIATION_CONFIGURATION as skip_po19_50_3_, service0_.WORKLOAD_CONTEXT as workloa20_50_3_, allottedcu1_.SERVICE_MODEL_UUID as service_1_8_5_, allottedre2_.MODEL_CUSTOMIZATION_UUID as resource2_8_5_, allottedre2_.MODEL_CUSTOMIZATION_UUID as model_cu1_7_0_, allottedre2_.AR_MODEL_UUID as ar_mode15_7_0_, allottedre2_.CREATION_TIMESTAMP as creation2_7_0_, allottedre2_.MAX_INSTANCES as max_inst3_7_0_, allottedre2_.MIN_INSTANCES as min_inst4_7_0_, allottedre2_.MODEL_INSTANCE_NAME as model_in5_7_0_, allottedre2_.NF_FUNCTION as nf_funct6_7_0_, allottedre2_.NF_NAMING_CODE as nf_namin7_7_0_, allottedre2_.NF_ROLE as nf_role8_7_0_, allottedre2_.NF_TYPE as nf_type9_7_0_, allottedre2_.PROVIDING_SERVICE_MODEL_INVARIANT_UUID as providi10_7_0_, allottedre2_.PROVIDING_SERVICE_MODEL_NAME as providi11_7_0_, allottedre2_.PROVIDING_SERVICE_MODEL_UUID as providi12_7_0_, allottedre2_.RESOURCE_INPUT as resourc13_7_0_, allottedre2_.TARGET_NETWORK_ROLE as target_14_7_0_, allottedre3_.MODEL_UUID as model_uu1_6_1_, allottedre3_.CREATION_TIMESTAMP as creation2_6_1_, allottedre3_.DESCRIPTION as descript3_6_1_, allottedre3_.MODEL_INVARIANT_UUID as model_in4_6_1_, allottedre3_.MODEL_NAME as model_na5_6_1_, allottedre3_.MODEL_VERSION as model_ve6_6_1_, allottedre3_.SUBCATEGORY as subcateg7_6_1_, allottedre3_.TOSCA_NODE_TYPE as tosca_no8_6_1_, toscacsar4_.ARTIFACT_UUID as artifact1_57_2_, toscacsar4_.ARTIFACT_CHECKSUM as artifact2_57_2_, toscacsar4_.CREATION_TIMESTAMP as creation3_57_2_, toscacsar4_.DESCRIPTION as descript4_57_2_, toscacsar4_.NAME as name5_57_2_, toscacsar4_.URL as url6_57_2_, toscacsar4_.Version as version7_57_2_ from service service0_ left outer join allotted_resource_customization_to_service allottedcu1_ on service0_.MODEL_UUID=allottedcu1_.SERVICE_MODEL_UUID left outer join allotted_resource_customization allottedre2_ on allottedcu1_.RESOURCE_MODEL_CUSTOMIZATION_UUID=allottedre2_.MODEL_CUSTOMIZATION_UUID left outer join allotted_resource allottedre3_ on allottedre2_.AR_MODEL_UUID=allottedre3_.MODEL_UUID left outer join tosca_csar toscacsar4_ on service0_.TOSCA_CSAR_ARTIFACT_UUID=toscacsar4_.ARTIFACT_UUID where service0_.MODEL_UUID=? Hibernate: select toscacsar0_.ARTIFACT_UUID as artifact1_57_1_, toscacsar0_.ARTIFACT_CHECKSUM as artifact2_57_1_, toscacsar0_.CREATION_TIMESTAMP as creation3_57_1_, toscacsar0_.DESCRIPTION as descript4_57_1_, toscacsar0_.NAME as name5_57_1_, toscacsar0_.URL as url6_57_1_, toscacsar0_.Version as version7_57_1_, services1_.TOSCA_CSAR_ARTIFACT_UUID as tosca_c21_50_3_, services1_.MODEL_UUID as model_uu1_50_3_, services1_.MODEL_UUID as model_uu1_50_0_, services1_.CDS_BLUEPRINT_NAME as cds_blue2_50_0_, services1_.CDS_BLUEPRINT_VERSION as cds_blue3_50_0_, services1_.SERVICE_CATEGORY as service_4_50_0_, services1_.CONTROLLER_ACTOR as controll5_50_0_, services1_.CREATION_TIMESTAMP as creation6_50_0_, services1_.TOSCA_CSAR_ARTIFACT_UUID as tosca_c21_50_0_, services1_.DESCRIPTION as descript7_50_0_, services1_.OVERALL_DISTRIBUTION_STATUS as overall_8_50_0_, services1_.ENVIRONMENT_CONTEXT as environm9_50_0_, services1_.MODEL_INVARIANT_UUID as model_i10_50_0_, services1_.MODEL_NAME as model_n11_50_0_, services1_.MODEL_VERSION as model_v12_50_0_, services1_.NAMING_POLICY as naming_13_50_0_, services1_.ONAP_GENERATED_NAMING as onap_ge14_50_0_, services1_.RESOURCE_ORDER as resourc15_50_0_, services1_.SERVICE_FUNCTION as service16_50_0_, services1_.SERVICE_ROLE as service17_50_0_, services1_.SERVICE_TYPE as service18_50_0_, services1_.SKIP_POST_INSTANTIATION_CONFIGURATION as skip_po19_50_0_, services1_.WORKLOAD_CONTEXT as workloa20_50_0_ from tosca_csar toscacsar0_ left outer join service services1_ on toscacsar0_.ARTIFACT_UUID=services1_.TOSCA_CSAR_ARTIFACT_UUID where toscacsar0_.ARTIFACT_UUID=? Hibernate: insert into tosca_csar (ARTIFACT_CHECKSUM, CREATION_TIMESTAMP, DESCRIPTION, NAME, URL, Version, ARTIFACT_UUID) values (?, ?, ?, ?, ?, ?, ?) Hibernate: insert into service (CDS_BLUEPRINT_NAME, CDS_BLUEPRINT_VERSION, SERVICE_CATEGORY, CONTROLLER_ACTOR, CREATION_TIMESTAMP, TOSCA_CSAR_ARTIFACT_UUID, DESCRIPTION, OVERALL_DISTRIBUTION_STATUS, ENVIRONMENT_CONTEXT, MODEL_INVARIANT_UUID, MODEL_NAME, MODEL_VERSION, NAMING_POLICY, ONAP_GENERATED_NAMING, RESOURCE_ORDER, SERVICE_FUNCTION, SERVICE_ROLE, SERVICE_TYPE, SKIP_POST_INSTANTIATION_CONFIGURATION, WORKLOAD_CONTEXT, MODEL_UUID) values (?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?) Hibernate: insert into service_info (SERVICE_MODEL_UUID, SERVICE_INPUT, SERVICE_PROPERTIES) values (?, ?, ?) Hibernate: select vnfresourc0_.MODEL_UUID as model_uu1_64_0_, vnfresourc0_.AIC_VERSION_MAX as aic_vers2_64_0_, vnfresourc0_.AIC_VERSION_MIN as aic_vers3_64_0_, vnfresourc0_.RESOURCE_CATEGORY as resource4_64_0_, vnfresourc0_.CREATION_TIMESTAMP as creation5_64_0_, vnfresourc0_.DESCRIPTION as descript6_64_0_, vnfresourc0_.HEAT_TEMPLATE_ARTIFACT_UUID as heat_te13_64_0_, vnfresourc0_.MODEL_INVARIANT_UUID as model_in7_64_0_, vnfresourc0_.MODEL_NAME as model_na8_64_0_, vnfresourc0_.MODEL_VERSION as model_ve9_64_0_, vnfresourc0_.ORCHESTRATION_MODE as orchest10_64_0_, vnfresourc0_.RESOURCE_SUB_CATEGORY as resourc11_64_0_, vnfresourc0_.TOSCA_NODE_TYPE as tosca_n12_64_0_ from vnf_resource vnfresourc0_ where vnfresourc0_.MODEL_UUID=? Hibernate: insert into vnf_resource (AIC_VERSION_MAX, AIC_VERSION_MIN, RESOURCE_CATEGORY, CREATION_TIMESTAMP, DESCRIPTION, HEAT_TEMPLATE_ARTIFACT_UUID, MODEL_INVARIANT_UUID, MODEL_NAME, MODEL_VERSION, ORCHESTRATION_MODE, RESOURCE_SUB_CATEGORY, TOSCA_NODE_TYPE, MODEL_UUID) values (?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?) Hibernate: insert into vnf_resource_customization (AVAILABILITY_ZONE_MAX_COUNT, CDS_BLUEPRINT_NAME, CDS_BLUEPRINT_VERSION, CONTROLLER_ACTOR, CREATION_TIMESTAMP, MAX_INSTANCES, MIN_INSTANCES, MODEL_CUSTOMIZATION_UUID, MODEL_INSTANCE_NAME, MULTI_STAGE_DESIGN, NF_DATA_VALID, NF_FUNCTION, NF_NAMING_CODE, NF_ROLE, NF_TYPE, RESOURCE_INPUT, SERVICE_MODEL_UUID, SKIP_POST_INSTANTIATION_CONFIGURATION, VNF_RESOURCE_MODEL_UUID, VNFCINSTANCEGROUP_ORDER) values (?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?) Hibernate: select heatenviro0_.ARTIFACT_UUID as artifact1_26_0_, heatenviro0_.ARTIFACT_CHECKSUM as artifact2_26_0_, heatenviro0_.CREATION_TIMESTAMP as creation3_26_0_, heatenviro0_.DESCRIPTION as descript4_26_0_, heatenviro0_.BODY as body5_26_0_, heatenviro0_.NAME as name6_26_0_, heatenviro0_.VERSION as version7_26_0_ from heat_environment heatenviro0_ where heatenviro0_.ARTIFACT_UUID=? Hibernate: select vfmodule0_.MODEL_UUID as model_uu1_59_4_, vfmodule0_.CREATION_TIMESTAMP as creation2_59_4_, vfmodule0_.DESCRIPTION as descript3_59_4_, vfmodule0_.IS_BASE as is_base4_59_4_, vfmodule0_.MODEL_INVARIANT_UUID as model_in5_59_4_, vfmodule0_.MODEL_NAME as model_na6_59_4_, vfmodule0_.MODEL_VERSION as model_ve7_59_4_, vfmodule0_.HEAT_TEMPLATE_ARTIFACT_UUID as heat_tem8_59_4_, vfmodule0_.VNF_RESOURCE_MODEL_UUID as vnf_reso9_59_4_, vfmodule0_.VOL_HEAT_TEMPLATE_ARTIFACT_UUID as vol_hea10_59_4_, heatfiles1_.VF_MODULE_MODEL_UUID as vf_modul1_61_6_, heatfiles2_.ARTIFACT_UUID as heat_fil2_61_6_, heatfiles2_.ARTIFACT_UUID as artifact1_27_0_, heatfiles2_.ARTIFACT_CHECKSUM as artifact2_27_0_, heatfiles2_.CREATION_TIMESTAMP as creation3_27_0_, heatfiles2_.DESCRIPTION as descript4_27_0_, heatfiles2_.BODY as body5_27_0_, heatfiles2_.NAME as name6_27_0_, heatfiles2_.VERSION as version7_27_0_, heattempla3_.ARTIFACT_UUID as artifact1_29_1_, heattempla3_.ARTIFACT_CHECKSUM as artifact2_29_1_, heattempla3_.CREATION_TIMESTAMP as creation3_29_1_, heattempla3_.DESCRIPTION as descript4_29_1_, heattempla3_.BODY as body5_29_1_, heattempla3_.NAME as name6_29_1_, heattempla3_.TIMEOUT_MINUTES as timeout_7_29_1_, heattempla3_.VERSION as version8_29_1_, vnfresourc4_.MODEL_UUID as model_uu1_64_2_, vnfresourc4_.AIC_VERSION_MAX as aic_vers2_64_2_, vnfresourc4_.AIC_VERSION_MIN as aic_vers3_64_2_, vnfresourc4_.RESOURCE_CATEGORY as resource4_64_2_, vnfresourc4_.CREATION_TIMESTAMP as creation5_64_2_, vnfresourc4_.DESCRIPTION as descript6_64_2_, vnfresourc4_.HEAT_TEMPLATE_ARTIFACT_UUID as heat_te13_64_2_, vnfresourc4_.MODEL_INVARIANT_UUID as model_in7_64_2_, vnfresourc4_.MODEL_NAME as model_na8_64_2_, vnfresourc4_.MODEL_VERSION as model_ve9_64_2_, vnfresourc4_.ORCHESTRATION_MODE as orchest10_64_2_, vnfresourc4_.RESOURCE_SUB_CATEGORY as resourc11_64_2_, vnfresourc4_.TOSCA_NODE_TYPE as tosca_n12_64_2_, heattempla5_.ARTIFACT_UUID as artifact1_29_3_, heattempla5_.ARTIFACT_CHECKSUM as artifact2_29_3_, heattempla5_.CREATION_TIMESTAMP as creation3_29_3_, heattempla5_.DESCRIPTION as descript4_29_3_, heattempla5_.BODY as body5_29_3_, heattempla5_.NAME as name6_29_3_, heattempla5_.TIMEOUT_MINUTES as timeout_7_29_3_, heattempla5_.VERSION as version8_29_3_ from vf_module vfmodule0_ left outer join vf_module_to_heat_files heatfiles1_ on vfmodule0_.MODEL_UUID=heatfiles1_.VF_MODULE_MODEL_UUID left outer join heat_files heatfiles2_ on heatfiles1_.HEAT_FILES_ARTIFACT_UUID=heatfiles2_.ARTIFACT_UUID left outer join heat_template heattempla3_ on vfmodule0_.HEAT_TEMPLATE_ARTIFACT_UUID=heattempla3_.ARTIFACT_UUID left outer join vnf_resource vnfresourc4_ on vfmodule0_.VNF_RESOURCE_MODEL_UUID=vnfresourc4_.MODEL_UUID left outer join heat_template heattempla5_ on vfmodule0_.VOL_HEAT_TEMPLATE_ARTIFACT_UUID=heattempla5_.ARTIFACT_UUID where vfmodule0_.MODEL_UUID=? Hibernate: select heattempla0_.ARTIFACT_UUID as artifact1_29_1_, heattempla0_.ARTIFACT_CHECKSUM as artifact2_29_1_, heattempla0_.CREATION_TIMESTAMP as creation3_29_1_, heattempla0_.DESCRIPTION as descript4_29_1_, heattempla0_.BODY as body5_29_1_, heattempla0_.NAME as name6_29_1_, heattempla0_.TIMEOUT_MINUTES as timeout_7_29_1_, heattempla0_.VERSION as version8_29_1_, childtempl1_.PARENT_HEAT_TEMPLATE_UUID as parent_h1_28_3_, heattempla2_.ARTIFACT_UUID as child_he2_28_3_, heattempla2_.ARTIFACT_UUID as artifact1_29_0_, heattempla2_.ARTIFACT_CHECKSUM as artifact2_29_0_, heattempla2_.CREATION_TIMESTAMP as creation3_29_0_, heattempla2_.DESCRIPTION as descript4_29_0_, heattempla2_.BODY as body5_29_0_, heattempla2_.NAME as name6_29_0_, heattempla2_.TIMEOUT_MINUTES as timeout_7_29_0_, heattempla2_.VERSION as version8_29_0_ from heat_template heattempla0_ left outer join heat_nested_template childtempl1_ on heattempla0_.ARTIFACT_UUID=childtempl1_.PARENT_HEAT_TEMPLATE_UUID left outer join heat_template heattempla2_ on childtempl1_.CHILD_HEAT_TEMPLATE_UUID=heattempla2_.ARTIFACT_UUID where heattempla0_.ARTIFACT_UUID=? Hibernate: select heattempla0_.HEAT_TEMPLATE_ARTIFACT_UUID as heat_tem1_30_0_, heattempla0_.PARAM_NAME as param_na2_30_0_, heattempla0_.PARAM_ALIAS as param_al3_30_0_, heattempla0_.PARAM_TYPE as param_ty4_30_0_, heattempla0_.IS_REQUIRED as is_requi5_30_0_ from heat_template_params heattempla0_ where heattempla0_.HEAT_TEMPLATE_ARTIFACT_UUID=? and heattempla0_.PARAM_NAME=? Hibernate: select heattempla0_.HEAT_TEMPLATE_ARTIFACT_UUID as heat_tem1_30_0_, heattempla0_.PARAM_NAME as param_na2_30_0_, heattempla0_.PARAM_ALIAS as param_al3_30_0_, heattempla0_.PARAM_TYPE as param_ty4_30_0_, heattempla0_.IS_REQUIRED as is_requi5_30_0_ from heat_template_params heattempla0_ where heattempla0_.HEAT_TEMPLATE_ARTIFACT_UUID=? and heattempla0_.PARAM_NAME=? Hibernate: select heattempla0_.HEAT_TEMPLATE_ARTIFACT_UUID as heat_tem1_30_0_, heattempla0_.PARAM_NAME as param_na2_30_0_, heattempla0_.PARAM_ALIAS as param_al3_30_0_, heattempla0_.PARAM_TYPE as param_ty4_30_0_, heattempla0_.IS_REQUIRED as is_requi5_30_0_ from heat_template_params heattempla0_ where heattempla0_.HEAT_TEMPLATE_ARTIFACT_UUID=? and heattempla0_.PARAM_NAME=? Hibernate: select heattempla0_.HEAT_TEMPLATE_ARTIFACT_UUID as heat_tem1_30_0_, heattempla0_.PARAM_NAME as param_na2_30_0_, heattempla0_.PARAM_ALIAS as param_al3_30_0_, heattempla0_.PARAM_TYPE as param_ty4_30_0_, heattempla0_.IS_REQUIRED as is_requi5_30_0_ from heat_template_params heattempla0_ where heattempla0_.HEAT_TEMPLATE_ARTIFACT_UUID=? and heattempla0_.PARAM_NAME=? Hibernate: select heattempla0_.HEAT_TEMPLATE_ARTIFACT_UUID as heat_tem1_30_0_, heattempla0_.PARAM_NAME as param_na2_30_0_, heattempla0_.PARAM_ALIAS as param_al3_30_0_, heattempla0_.PARAM_TYPE as param_ty4_30_0_, heattempla0_.IS_REQUIRED as is_requi5_30_0_ from heat_template_params heattempla0_ where heattempla0_.HEAT_TEMPLATE_ARTIFACT_UUID=? and heattempla0_.PARAM_NAME=? Hibernate: select heattempla0_.HEAT_TEMPLATE_ARTIFACT_UUID as heat_tem1_30_0_, heattempla0_.PARAM_NAME as param_na2_30_0_, heattempla0_.PARAM_ALIAS as param_al3_30_0_, heattempla0_.PARAM_TYPE as param_ty4_30_0_, heattempla0_.IS_REQUIRED as is_requi5_30_0_ from heat_template_params heattempla0_ where heattempla0_.HEAT_TEMPLATE_ARTIFACT_UUID=? and heattempla0_.PARAM_NAME=? Hibernate: insert into heat_environment (ARTIFACT_CHECKSUM, CREATION_TIMESTAMP, DESCRIPTION, BODY, NAME, VERSION, ARTIFACT_UUID) values (?, ?, ?, ?, ?, ?, ?) Hibernate: insert into heat_template (ARTIFACT_CHECKSUM, CREATION_TIMESTAMP, DESCRIPTION, BODY, NAME, TIMEOUT_MINUTES, VERSION, ARTIFACT_UUID) values (?, ?, ?, ?, ?, ?, ?, ?) Hibernate: insert into heat_template_params (PARAM_ALIAS, PARAM_TYPE, IS_REQUIRED, HEAT_TEMPLATE_ARTIFACT_UUID, PARAM_NAME) values (?, ?, ?, ?, ?) Hibernate: insert into heat_template_params (PARAM_ALIAS, PARAM_TYPE, IS_REQUIRED, HEAT_TEMPLATE_ARTIFACT_UUID, PARAM_NAME) values (?, ?, ?, ?, ?) Hibernate: insert into heat_template_params (PARAM_ALIAS, PARAM_TYPE, IS_REQUIRED, HEAT_TEMPLATE_ARTIFACT_UUID, PARAM_NAME) values (?, ?, ?, ?, ?) Hibernate: insert into heat_template_params (PARAM_ALIAS, PARAM_TYPE, IS_REQUIRED, HEAT_TEMPLATE_ARTIFACT_UUID, PARAM_NAME) values (?, ?, ?, ?, ?) Hibernate: insert into heat_template_params (PARAM_ALIAS, PARAM_TYPE, IS_REQUIRED, HEAT_TEMPLATE_ARTIFACT_UUID, PARAM_NAME) values (?, ?, ?, ?, ?) Hibernate: insert into heat_template_params (PARAM_ALIAS, PARAM_TYPE, IS_REQUIRED, HEAT_TEMPLATE_ARTIFACT_UUID, PARAM_NAME) values (?, ?, ?, ?, ?) Hibernate: insert into vf_module (CREATION_TIMESTAMP, DESCRIPTION, IS_BASE, MODEL_INVARIANT_UUID, MODEL_NAME, MODEL_VERSION, HEAT_TEMPLATE_ARTIFACT_UUID, VNF_RESOURCE_MODEL_UUID, VOL_HEAT_TEMPLATE_ARTIFACT_UUID, MODEL_UUID) values (?, ?, ?, ?, ?, ?, ?, ?, ?, ?) Hibernate: insert into vf_module_customization (AVAILABILITY_ZONE_COUNT, CREATION_TIMESTAMP, HEAT_ENVIRONMENT_ARTIFACT_UUID, INITIAL_COUNT, LABEL, MAX_INSTANCES, MIN_INSTANCES, MODEL_CUSTOMIZATION_UUID, SKIP_POST_INSTANTIATION_CONFIGURATION, VF_MODULE_MODEL_UUID, VNF_RESOURCE_CUSTOMIZATION_ID, VOL_ENVIRONMENT_ARTIFACT_UUID) values (?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?) Hibernate: select vnfccustom0_.MODEL_CUSTOMIZATION_UUID as model_cu1_67_5_, vnfccustom0_.CREATION_TIMESTAMP as creation2_67_5_, vnfccustom0_.DESCRIPTION as descript3_67_5_, vnfccustom0_.MODEL_INSTANCE_NAME as model_in4_67_5_, vnfccustom0_.MODEL_INVARIANT_UUID as model_in5_67_5_, vnfccustom0_.MODEL_NAME as model_na6_67_5_, vnfccustom0_.MODEL_UUID as model_uu7_67_5_, vnfccustom0_.MODEL_VERSION as model_ve8_67_5_, vnfccustom0_.RESOURCE_INPUT as resource9_67_5_, vnfccustom0_.TOSCA_NODE_TYPE as tosca_n10_67_5_, vnfccustom0_.VNFC_INSTANCE_GROUP_CUSTOMIZATION_ID as vnfc_in11_67_5_, cvnfccusto1_.VNFC_CUST_MODEL_CUSTOMIZATION_UUID as vnfc_cu14_24_7_, cvnfccusto1_.ID as id1_24_7_, cvnfccusto1_.ID as id1_24_0_, cvnfccusto1_.CREATION_TIMESTAMP as creation2_24_0_, cvnfccusto1_.DESCRIPTION as descript3_24_0_, cvnfccusto1_.MODEL_CUSTOMIZATION_UUID as model_cu4_24_0_, cvnfccusto1_.MODEL_INSTANCE_NAME as model_in5_24_0_, cvnfccusto1_.MODEL_INVARIANT_UUID as model_in6_24_0_, cvnfccusto1_.MODEL_NAME as model_na7_24_0_, cvnfccusto1_.MODEL_UUID as model_uu8_24_0_, cvnfccusto1_.MODEL_VERSION as model_ve9_24_0_, cvnfccusto1_.NFC_FUNCTION as nfc_fun10_24_0_, cvnfccusto1_.NFC_NAMING_CODE as nfc_nam11_24_0_, cvnfccusto1_.TOSCA_NODE_TYPE as tosca_n12_24_0_, cvnfccusto1_.VF_MODULE_CUSTOMIZATION_ID as vf_modu13_24_0_, cvnfccusto1_.VNFC_CUST_MODEL_CUSTOMIZATION_UUID as vnfc_cu14_24_0_, vfmodulecu2_.ID as id1_60_1_, vfmodulecu2_.AVAILABILITY_ZONE_COUNT as availabi2_60_1_, vfmodulecu2_.CREATION_TIMESTAMP as creation3_60_1_, vfmodulecu2_.HEAT_ENVIRONMENT_ARTIFACT_UUID as heat_en10_60_1_, vfmodulecu2_.INITIAL_COUNT as initial_4_60_1_, vfmodulecu2_.LABEL as label5_60_1_, vfmodulecu2_.MAX_INSTANCES as max_inst6_60_1_, vfmodulecu2_.MIN_INSTANCES as min_inst7_60_1_, vfmodulecu2_.MODEL_CUSTOMIZATION_UUID as model_cu8_60_1_, vfmodulecu2_.SKIP_POST_INSTANTIATION_CONFIGURATION as skip_pos9_60_1_, vfmodulecu2_.VF_MODULE_MODEL_UUID as vf_modu11_60_1_, vfmodulecu2_.VNF_RESOURCE_CUSTOMIZATION_ID as vnf_res12_60_1_, vfmodulecu2_.VOL_ENVIRONMENT_ARTIFACT_UUID as vol_env13_60_1_, vnfcinstan3_.ID as id1_68_2_, vnfcinstan3_.CREATION_TIMESTAMP as creation2_68_2_, vnfcinstan3_.DESCRIPTION as descript3_68_2_, vnfcinstan3_.FUNCTION as function4_68_2_, vnfcinstan3_.INSTANCE_GROUP_MODEL_UUID as instance5_68_2_, vnfcinstan3_.VNF_RESOURCE_CUSTOMIZATION_ID as vnf_reso6_68_2_, instancegr4_.MODEL_UUID as model_uu2_33_3_, instancegr4_.CR_MODEL_UUID as cr_mode10_33_3_, instancegr4_.CREATION_TIMESTAMP as creation3_33_3_, instancegr4_.MODEL_INVARIANT_UUID as model_in4_33_3_, instancegr4_.MODEL_NAME as model_na5_33_3_, instancegr4_.MODEL_VERSION as model_ve6_33_3_, instancegr4_.ROLE as role7_33_3_, instancegr4_.TOSCA_NODE_TYPE as tosca_no8_33_3_, instancegr4_.INSTANCE_GROUP_TYPE as instance9_33_3_, instancegr4_.OBJECT_TYPE as object_t1_33_3_, vnfresourc5_.ID as id1_65_4_, vnfresourc5_.AVAILABILITY_ZONE_MAX_COUNT as availabi2_65_4_, vnfresourc5_.CDS_BLUEPRINT_NAME as cds_blue3_65_4_, vnfresourc5_.CDS_BLUEPRINT_VERSION as cds_blue4_65_4_, vnfresourc5_.CONTROLLER_ACTOR as controll5_65_4_, vnfresourc5_.CREATION_TIMESTAMP as creation6_65_4_, vnfresourc5_.MAX_INSTANCES as max_inst7_65_4_, vnfresourc5_.MIN_INSTANCES as min_inst8_65_4_, vnfresourc5_.MODEL_CUSTOMIZATION_UUID as model_cu9_65_4_, vnfresourc5_.MODEL_INSTANCE_NAME as model_i10_65_4_, vnfresourc5_.MULTI_STAGE_DESIGN as multi_s11_65_4_, vnfresourc5_.NF_DATA_VALID as nf_data12_65_4_, vnfresourc5_.NF_FUNCTION as nf_func13_65_4_, vnfresourc5_.NF_NAMING_CODE as nf_nami14_65_4_, vnfresourc5_.NF_ROLE as nf_role15_65_4_, vnfresourc5_.NF_TYPE as nf_type16_65_4_, vnfresourc5_.RESOURCE_INPUT as resourc17_65_4_, vnfresourc5_.SERVICE_MODEL_UUID as service20_65_4_, vnfresourc5_.SKIP_POST_INSTANTIATION_CONFIGURATION as skip_po18_65_4_, vnfresourc5_.VNF_RESOURCE_MODEL_UUID as vnf_res21_65_4_, vnfresourc5_.VNFCINSTANCEGROUP_ORDER as vnfcins19_65_4_ from vnfc_customization vnfccustom0_ left outer join cvnfc_customization cvnfccusto1_ on vnfccustom0_.MODEL_CUSTOMIZATION_UUID=cvnfccusto1_.VNFC_CUST_MODEL_CUSTOMIZATION_UUID left outer join vf_module_customization vfmodulecu2_ on cvnfccusto1_.VF_MODULE_CUSTOMIZATION_ID=vfmodulecu2_.ID left outer join vnfc_instance_group_customization vnfcinstan3_ on vnfccustom0_.VNFC_INSTANCE_GROUP_CUSTOMIZATION_ID=vnfcinstan3_.ID left outer join instance_group instancegr4_ on vnfcinstan3_.INSTANCE_GROUP_MODEL_UUID=instancegr4_.MODEL_UUID left outer join vnf_resource_customization vnfresourc5_ on vnfcinstan3_.VNF_RESOURCE_CUSTOMIZATION_ID=vnfresourc5_.ID where vnfccustom0_.MODEL_CUSTOMIZATION_UUID=? Hibernate: insert into vnfc_customization (CREATION_TIMESTAMP, DESCRIPTION, MODEL_INSTANCE_NAME, MODEL_INVARIANT_UUID, MODEL_NAME, MODEL_UUID, MODEL_VERSION, RESOURCE_INPUT, TOSCA_NODE_TYPE, VNFC_INSTANCE_GROUP_CUSTOMIZATION_ID, MODEL_CUSTOMIZATION_UUID) values (?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?) Hibernate: insert into cvnfc_customization (CREATION_TIMESTAMP, DESCRIPTION, MODEL_CUSTOMIZATION_UUID, MODEL_INSTANCE_NAME, MODEL_INVARIANT_UUID, MODEL_NAME, MODEL_UUID, MODEL_VERSION, NFC_FUNCTION, NFC_NAMING_CODE, TOSCA_NODE_TYPE, VF_MODULE_CUSTOMIZATION_ID, VNFC_CUST_MODEL_CUSTOMIZATION_UUID) values (?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?) Hibernate: select watchdogco0_.COMPONENT_NAME as componen1_12_0_, watchdogco0_.DISTRIBUTION_ID as distribu2_12_0_, watchdogco0_.COMPONENT_DISTRIBUTION_STATUS as componen3_12_0_, watchdogco0_.CREATE_TIME as create_t4_12_0_, watchdogco0_.MODIFY_TIME as modify_t5_12_0_ from watchdog_per_component_distribution_status watchdogco0_ where watchdogco0_.COMPONENT_NAME=? and watchdogco0_.DISTRIBUTION_ID=? Hibernate: insert into watchdog_per_component_distribution_status (COMPONENT_DISTRIBUTION_STATUS, CREATE_TIME, MODIFY_TIME, COMPONENT_NAME, DISTRIBUTION_ID) values (?, ?, ?, ?, ?) 2023-02-22T12:03:29.324Z|0563182b-dee7-402b-9474-4934a682cbb0|pool-2-thread-2|||||INFO|500||ASDC_ARTIFACT_DEPLOY_SUC basic_cnf a0a82c88-f6fa-4d77-b3b7-4eba60b3353b 1 ASDC deployResourceStructure 2023-02-22T12:03:29.325Z|0563182b-dee7-402b-9474-4934a682cbb0|pool-2-thread-2|||||INFO|500||ASDC_SEND_NOTIF_ASDC DEPLOY DEPLOY_ERROR /sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/nginx_cloudtech_k8s_charts.env ASDC sendASDCNotification 2023-02-22T12:03:29.325Z|0563182b-dee7-402b-9474-4934a682cbb0|pool-2-thread-2|||||DEBUG|500||Sending DEPLOY(DEPLOY_ERROR) notification to ASDC for artifact:/sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/nginx_cloudtech_k8s_charts.env(The artifact has not been used by the modules defined in the resource) 2023-02-22T12:03:29.325Z|0563182b-dee7-402b-9474-4934a682cbb0|pool-2-thread-2|||||INFO|500||DistributionClient - sendDeploymentStatus with errorReason 2023-02-22T12:03:29.326Z|0563182b-dee7-402b-9474-4934a682cbb0|pool-2-thread-2|||||INFO|500||DistributionClient - sendStatus 2023-02-22T12:03:29.328Z|0563182b-dee7-402b-9474-4934a682cbb0|pool-2-thread-2|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap] 2023-02-22T12:03:29.328Z|0563182b-dee7-402b-9474-4934a682cbb0|pool-2-thread-2|||||DEBUG|500||try to send status { "distributionID": "0563182b-dee7-402b-9474-4934a682cbb0", "consumerID": "SO-COpenSource-Env11", "timestamp": 1677067409324, "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/nginx_cloudtech_k8s_charts.env", "status": "DEPLOY_ERROR", "errorReason": "The artifact has not been used by the modules defined in the resource" } 2023-02-22T12:03:29.428Z||pool-66-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 99 ms 2023-02-22T12:03:29.429Z||pool-66-thread-1|||||WARN|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO will send credentials over a clear channel. 2023-02-22T12:03:29.429Z||pool-66-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as sXwXLxdJNt84opGN) ... 2023-02-22T12:03:29.444Z||pool-66-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK 2023-02-22T12:03:29.445Z||pool-66-thread-1|||||INFO|500||cambria reply ok (16 ms):{"serverTimeMs":1,"count":1} 2023-02-22T12:03:30.330Z|0563182b-dee7-402b-9474-4934a682cbb0|pool-2-thread-2|||||INFO|500||ASDC_SEND_NOTIF_ASDC DEPLOY DEPLOY_ERROR /sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/nginx_cloudtech_k8s_charts.tgz ASDC sendASDCNotification 2023-02-22T12:03:30.330Z|0563182b-dee7-402b-9474-4934a682cbb0|pool-2-thread-2|||||DEBUG|500||Sending DEPLOY(DEPLOY_ERROR) notification to ASDC for artifact:/sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/nginx_cloudtech_k8s_charts.tgz(The artifact has not been used by the modules defined in the resource) 2023-02-22T12:03:30.331Z|0563182b-dee7-402b-9474-4934a682cbb0|pool-2-thread-2|||||INFO|500||DistributionClient - sendDeploymentStatus with errorReason 2023-02-22T12:03:30.331Z|0563182b-dee7-402b-9474-4934a682cbb0|pool-2-thread-2|||||INFO|500||DistributionClient - sendStatus 2023-02-22T12:03:30.334Z|0563182b-dee7-402b-9474-4934a682cbb0|pool-2-thread-2|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap] 2023-02-22T12:03:30.334Z|0563182b-dee7-402b-9474-4934a682cbb0|pool-2-thread-2|||||DEBUG|500||try to send status { "distributionID": "0563182b-dee7-402b-9474-4934a682cbb0", "consumerID": "SO-COpenSource-Env11", "timestamp": 1677067410330, "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/nginx_cloudtech_k8s_charts.tgz", "status": "DEPLOY_ERROR", "errorReason": "The artifact has not been used by the modules defined in the resource" } 2023-02-22T12:03:30.434Z||pool-67-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms 2023-02-22T12:03:30.436Z||pool-67-thread-1|||||WARN|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO will send credentials over a clear channel. 2023-02-22T12:03:30.436Z||pool-67-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as sXwXLxdJNt84opGN) ... 2023-02-22T12:03:30.460Z||pool-67-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK 2023-02-22T12:03:30.460Z||pool-67-thread-1|||||INFO|500||cambria reply ok (25 ms):{"serverTimeMs":0,"count":1} 2023-02-22T12:03:31.335Z|0563182b-dee7-402b-9474-4934a682cbb0|pool-2-thread-2|||||INFO|500||ASDC_SEND_NOTIF_ASDC DEPLOY DEPLOY_OK /sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/basic_cnf0_modules.json ASDC sendASDCNotification 2023-02-22T12:03:31.335Z|0563182b-dee7-402b-9474-4934a682cbb0|pool-2-thread-2|||||DEBUG|500||Sending DEPLOY(DEPLOY_OK) notification to ASDC for artifact:/sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/basic_cnf0_modules.json 2023-02-22T12:03:31.335Z|0563182b-dee7-402b-9474-4934a682cbb0|pool-2-thread-2|||||INFO|500||DistributionClient - sendDeploymentStatus 2023-02-22T12:03:31.336Z|0563182b-dee7-402b-9474-4934a682cbb0|pool-2-thread-2|||||INFO|500||DistributionClient - sendStatus 2023-02-22T12:03:31.338Z|0563182b-dee7-402b-9474-4934a682cbb0|pool-2-thread-2|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap] 2023-02-22T12:03:31.338Z|0563182b-dee7-402b-9474-4934a682cbb0|pool-2-thread-2|||||DEBUG|500||try to send status { "distributionID": "0563182b-dee7-402b-9474-4934a682cbb0", "consumerID": "SO-COpenSource-Env11", "timestamp": 1677067411335, "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/basic_cnf0_modules.json", "status": "DEPLOY_OK" } 2023-02-22T12:03:31.438Z||pool-68-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms 2023-02-22T12:03:31.439Z||pool-68-thread-1|||||WARN|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO will send credentials over a clear channel. 2023-02-22T12:03:31.439Z||pool-68-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as sXwXLxdJNt84opGN) ... 2023-02-22T12:03:31.453Z||pool-68-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK 2023-02-22T12:03:31.453Z||pool-68-thread-1|||||INFO|500||cambria reply ok (14 ms):{"serverTimeMs":0,"count":1} 2023-02-22T12:03:32.339Z|0563182b-dee7-402b-9474-4934a682cbb0|pool-2-thread-2|||||INFO|500||ASDC_SEND_NOTIF_ASDC DEPLOY DEPLOY_OK /sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/base_dummy.yaml ASDC sendASDCNotification 2023-02-22T12:03:32.339Z|0563182b-dee7-402b-9474-4934a682cbb0|pool-2-thread-2|||||DEBUG|500||Sending DEPLOY(DEPLOY_OK) notification to ASDC for artifact:/sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/base_dummy.yaml 2023-02-22T12:03:32.339Z|0563182b-dee7-402b-9474-4934a682cbb0|pool-2-thread-2|||||INFO|500||DistributionClient - sendDeploymentStatus 2023-02-22T12:03:32.340Z|0563182b-dee7-402b-9474-4934a682cbb0|pool-2-thread-2|||||INFO|500||DistributionClient - sendStatus 2023-02-22T12:03:32.341Z|0563182b-dee7-402b-9474-4934a682cbb0|pool-2-thread-2|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap] 2023-02-22T12:03:32.341Z|0563182b-dee7-402b-9474-4934a682cbb0|pool-2-thread-2|||||DEBUG|500||try to send status { "distributionID": "0563182b-dee7-402b-9474-4934a682cbb0", "consumerID": "SO-COpenSource-Env11", "timestamp": 1677067412339, "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/base_dummy.yaml", "status": "DEPLOY_OK" } 2023-02-22T12:03:32.442Z||pool-69-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms 2023-02-22T12:03:32.443Z||pool-69-thread-1|||||WARN|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO will send credentials over a clear channel. 2023-02-22T12:03:32.443Z||pool-69-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as sXwXLxdJNt84opGN) ... 2023-02-22T12:03:32.460Z||pool-69-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK 2023-02-22T12:03:32.461Z||pool-69-thread-1|||||INFO|500||cambria reply ok (19 ms):{"serverTimeMs":0,"count":1} 2023-02-22T12:03:33.342Z|0563182b-dee7-402b-9474-4934a682cbb0|pool-2-thread-2|||||INFO|500||ASDC_SEND_NOTIF_ASDC DEPLOY DEPLOY_OK /sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/base_dummy.env ASDC sendASDCNotification 2023-02-22T12:03:33.343Z|0563182b-dee7-402b-9474-4934a682cbb0|pool-2-thread-2|||||DEBUG|500||Sending DEPLOY(DEPLOY_OK) notification to ASDC for artifact:/sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/base_dummy.env 2023-02-22T12:03:33.343Z|0563182b-dee7-402b-9474-4934a682cbb0|pool-2-thread-2|||||INFO|500||DistributionClient - sendDeploymentStatus 2023-02-22T12:03:33.343Z|0563182b-dee7-402b-9474-4934a682cbb0|pool-2-thread-2|||||INFO|500||DistributionClient - sendStatus 2023-02-22T12:03:33.345Z|0563182b-dee7-402b-9474-4934a682cbb0|pool-2-thread-2|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap] 2023-02-22T12:03:33.345Z|0563182b-dee7-402b-9474-4934a682cbb0|pool-2-thread-2|||||DEBUG|500||try to send status { "distributionID": "0563182b-dee7-402b-9474-4934a682cbb0", "consumerID": "SO-COpenSource-Env11", "timestamp": 1677067413342, "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/base_dummy.env", "status": "DEPLOY_OK" } 2023-02-22T12:03:33.445Z||pool-70-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms 2023-02-22T12:03:33.446Z||pool-70-thread-1|||||WARN|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO will send credentials over a clear channel. 2023-02-22T12:03:33.446Z||pool-70-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as sXwXLxdJNt84opGN) ... 2023-02-22T12:03:33.461Z||pool-70-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK 2023-02-22T12:03:33.462Z||pool-70-thread-1|||||INFO|500||cambria reply ok (17 ms):{"serverTimeMs":1,"count":1} 2023-02-22T12:03:34.347Z|0563182b-dee7-402b-9474-4934a682cbb0|pool-2-thread-2|||||INFO|500||ASDC_SEND_NOTIF_ASDC DEPLOY DEPLOY_OK /sdc/v1/catalog/services/BasicCnf/1.0/artifacts/service-BasicCnf-csar.csar ASDC sendASDCNotification 2023-02-22T12:03:34.347Z|0563182b-dee7-402b-9474-4934a682cbb0|pool-2-thread-2|||||DEBUG|500||Sending DEPLOY(DEPLOY_OK) notification to ASDC for artifact:/sdc/v1/catalog/services/BasicCnf/1.0/artifacts/service-BasicCnf-csar.csar 2023-02-22T12:03:34.347Z|0563182b-dee7-402b-9474-4934a682cbb0|pool-2-thread-2|||||INFO|500||DistributionClient - sendDeploymentStatus 2023-02-22T12:03:34.347Z|0563182b-dee7-402b-9474-4934a682cbb0|pool-2-thread-2|||||INFO|500||DistributionClient - sendStatus 2023-02-22T12:03:34.349Z|0563182b-dee7-402b-9474-4934a682cbb0|pool-2-thread-2|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap] 2023-02-22T12:03:34.350Z|0563182b-dee7-402b-9474-4934a682cbb0|pool-2-thread-2|||||DEBUG|500||try to send status { "distributionID": "0563182b-dee7-402b-9474-4934a682cbb0", "consumerID": "SO-COpenSource-Env11", "timestamp": 1677067414346, "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/artifacts/service-BasicCnf-csar.csar", "status": "DEPLOY_OK" } 2023-02-22T12:03:34.454Z||pool-71-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 103 ms 2023-02-22T12:03:34.454Z||pool-71-thread-1|||||WARN|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO will send credentials over a clear channel. 2023-02-22T12:03:34.455Z||pool-71-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as sXwXLxdJNt84opGN) ... 2023-02-22T12:03:34.472Z||pool-71-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK 2023-02-22T12:03:34.473Z||pool-71-thread-1|||||INFO|500||cambria reply ok (19 ms):{"serverTimeMs":0,"count":1} 2023-02-22T12:03:35.350Z|0563182b-dee7-402b-9474-4934a682cbb0|pool-2-thread-2|||||DEBUG|500||Entered getOverallDistributionStatus method for distrubutionId: 0563182b-dee7-402b-9474-4934a682cbb0 Hibernate: select watchdogdi0_.DISTRIBUTION_ID as distribu1_11_0_, watchdogdi0_.CREATE_TIME as create_t2_11_0_, watchdogdi0_.DISTRIBUTION_ID_STATUS as distribu3_11_0_, watchdogdi0_.MODIFY_TIME as modify_t4_11_0_, watchdogdi0_.LOCK_VERSION as lock_ver5_11_0_ from watchdog_distributionid_status watchdogdi0_ where watchdogdi0_.DISTRIBUTION_ID=? Hibernate: select watchdogco0_.COMPONENT_NAME as componen1_12_, watchdogco0_.DISTRIBUTION_ID as distribu2_12_, watchdogco0_.COMPONENT_DISTRIBUTION_STATUS as componen3_12_, watchdogco0_.CREATE_TIME as create_t4_12_, watchdogco0_.MODIFY_TIME as modify_t5_12_ from watchdog_per_component_distribution_status watchdogco0_ where watchdogco0_.DISTRIBUTION_ID=? 2023-02-22T12:03:35.367Z|0563182b-dee7-402b-9474-4934a682cbb0|pool-2-thread-2|||||DEBUG|500||Executed RequestDB getWatchdogComponentDistributionStatus for distrubutionId: 0563182b-dee7-402b-9474-4934a682cbb0 Hibernate: select watchdogco0_.COMPONENT_NAME as componen1_12_, watchdogco0_.DISTRIBUTION_ID as distribu2_12_, watchdogco0_.COMPONENT_DISTRIBUTION_STATUS as componen3_12_, watchdogco0_.CREATE_TIME as create_t4_12_, watchdogco0_.MODIFY_TIME as modify_t5_12_ from watchdog_per_component_distribution_status watchdogco0_ where watchdogco0_.DISTRIBUTION_ID=? 2023-02-22T12:03:35.372Z|0563182b-dee7-402b-9474-4934a682cbb0|pool-2-thread-2|||||DEBUG|500||Found componentName SO in the WatchDog Component DB 2023-02-22T12:03:35.372Z|0563182b-dee7-402b-9474-4934a682cbb0|pool-2-thread-2|||||DEBUG|500||AAI has not be updated in the the WatchDog Component DB yet, so ending the loop 2023-02-22T12:03:35.372Z|0563182b-dee7-402b-9474-4934a682cbb0|pool-2-thread-2|||||DEBUG|500||Components Size Didn't match with the WatchdogComponentDistributionStatus results. 2023-02-22T12:03:52.609Z||pool-2-thread-7|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2023-02-22T12:03:52.610Z||pool-2-thread-7|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel. 2023-02-22T12:03:52.610Z||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 sXwXLxdJNt84opGN) ... 2023-02-22T12:03:52.642Z||pool-2-thread-7|||||INFO|500|| --> HTTP/1.1 200 OK 2023-02-22T12:03:52.654Z||pool-2-thread-7|||||DEBUG|500||received message from topic 2023-02-22T12:03:52.654Z||pool-2-thread-7|||||DEBUG|500||recieved notification from broker: { "distributionID": "b496cc0e-b578-4573-8ec3-56a264c931ff", "consumerID": "SO-COpenSource-Env11", "timestamp": 1677067312607, "artifactURL": "/sdc/v1/catalog/services/BasicNetwork/1.0/artifacts/service-BasicNetwork-csar.csar", "status": "NOTIFIED" } 2023-02-22T12:03:52.655Z||pool-2-thread-7|||||INFO|500||Missing status on Status Object. 2023-02-22T12:03:52.655Z||pool-2-thread-7|||||DEBUG|500||received message from topic 2023-02-22T12:03:52.655Z||pool-2-thread-7|||||DEBUG|500||recieved notification from broker: { "distributionID": "b496cc0e-b578-4573-8ec3-56a264c931ff", "consumerID": "SO-COpenSource-Env11", "timestamp": 1677067315382, "artifactURL": "/sdc/v1/catalog/services/BasicNetwork/1.0/artifacts/service-BasicNetwork-csar.csar", "status": "DOWNLOAD_OK" } 2023-02-22T12:03:52.656Z||pool-2-thread-7|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error' 2023-02-22T12:03:52.656Z||pool-2-thread-7|||||DEBUG|500||received message from topic 2023-02-22T12:03:52.656Z||pool-2-thread-7|||||DEBUG|500||recieved notification from broker: { "distributionID": "b496cc0e-b578-4573-8ec3-56a264c931ff", "consumerID": "SO-COpenSource-Env11", "timestamp": 1677067317099, "artifactURL": "/sdc/v1/catalog/services/BasicNetwork/1.0/artifacts/service-BasicNetwork-csar.csar", "status": "DEPLOY_OK" } 2023-02-22T12:03:52.656Z||pool-2-thread-7|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error' 2023-02-22T12:03:52.656Z||pool-2-thread-7|||||DEBUG|500||received message from topic 2023-02-22T12:03:52.656Z||pool-2-thread-7|||||DEBUG|500||recieved notification from broker: { "distributionID": "0563182b-dee7-402b-9474-4934a682cbb0", "consumerID": "ves-openapi-manager", "timestamp": 1677067320004, "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/vf-license-model.xml", "status": "NOT_NOTIFIED" } 2023-02-22T12:03:52.656Z||pool-2-thread-7|||||INFO|500||Missing status on Status Object. 2023-02-22T12:03:52.656Z||pool-2-thread-7|||||DEBUG|500||received message from topic 2023-02-22T12:03:52.656Z||pool-2-thread-7|||||DEBUG|500||recieved notification from broker: { "distributionID": "0563182b-dee7-402b-9474-4934a682cbb0", "consumerID": "cds", "timestamp": 1677067325171, "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/vf-license-model.xml", "status": "NOT_NOTIFIED" } 2023-02-22T12:03:52.656Z||pool-2-thread-7|||||INFO|500||Missing status on Status Object. 2023-02-22T12:03:52.657Z||pool-2-thread-7|||||DEBUG|500||received message from topic 2023-02-22T12:03:52.657Z||pool-2-thread-7|||||DEBUG|500||recieved notification from broker: { "distributionID": "0563182b-dee7-402b-9474-4934a682cbb0", "consumerID": "multicloud-k8s-id", "timestamp": 1677067327984, "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/vf-license-model.xml", "status": "NOT_NOTIFIED" } 2023-02-22T12:03:52.657Z||pool-2-thread-7|||||INFO|500||Missing status on Status Object. 2023-02-22T12:03:52.657Z||pool-2-thread-7|||||DEBUG|500||received message from topic 2023-02-22T12:03:52.657Z||pool-2-thread-7|||||DEBUG|500||recieved notification from broker: { "distributionID": "0563182b-dee7-402b-9474-4934a682cbb0", "consumerID": "ves-openapi-manager", "timestamp": 1677067320004, "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/nginx_cloudtech_k8s_charts.env", "status": "NOT_NOTIFIED" } 2023-02-22T12:03:52.657Z||pool-2-thread-7|||||INFO|500||Missing status on Status Object. 2023-02-22T12:03:52.657Z||pool-2-thread-7|||||DEBUG|500||received message from topic 2023-02-22T12:03:52.657Z||pool-2-thread-7|||||DEBUG|500||recieved notification from broker: { "distributionID": "0563182b-dee7-402b-9474-4934a682cbb0", "consumerID": "cds", "timestamp": 1677067325171, "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/nginx_cloudtech_k8s_charts.env", "status": "NOT_NOTIFIED" } 2023-02-22T12:03:52.657Z||pool-2-thread-7|||||INFO|500||Missing status on Status Object. 2023-02-22T12:03:52.657Z||pool-2-thread-7|||||DEBUG|500||received message from topic 2023-02-22T12:03:52.658Z||pool-2-thread-7|||||DEBUG|500||recieved notification from broker: { "distributionID": "0563182b-dee7-402b-9474-4934a682cbb0", "consumerID": "multicloud-k8s-id", "timestamp": 1677067327984, "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/nginx_cloudtech_k8s_charts.env", "status": "NOTIFIED" } 2023-02-22T12:03:52.658Z||pool-2-thread-7|||||INFO|500||Missing status on Status Object. 2023-02-22T12:03:52.658Z||pool-2-thread-7|||||DEBUG|500||received message from topic 2023-02-22T12:03:52.658Z||pool-2-thread-7|||||DEBUG|500||recieved notification from broker: { "distributionID": "0563182b-dee7-402b-9474-4934a682cbb0", "consumerID": "ves-openapi-manager", "timestamp": 1677067320004, "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/nginx_cloudtech_k8s_charts.tgz", "status": "NOT_NOTIFIED" } 2023-02-22T12:03:52.658Z||pool-2-thread-7|||||INFO|500||Missing status on Status Object. 2023-02-22T12:03:52.658Z||pool-2-thread-7|||||DEBUG|500||received message from topic 2023-02-22T12:03:52.658Z||pool-2-thread-7|||||DEBUG|500||recieved notification from broker: { "distributionID": "0563182b-dee7-402b-9474-4934a682cbb0", "consumerID": "cds", "timestamp": 1677067325171, "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/nginx_cloudtech_k8s_charts.tgz", "status": "NOT_NOTIFIED" } 2023-02-22T12:03:52.658Z||pool-2-thread-7|||||INFO|500||Missing status on Status Object. 2023-02-22T12:03:52.658Z||pool-2-thread-7|||||DEBUG|500||received message from topic 2023-02-22T12:03:52.658Z||pool-2-thread-7|||||DEBUG|500||recieved notification from broker: { "distributionID": "0563182b-dee7-402b-9474-4934a682cbb0", "consumerID": "multicloud-k8s-id", "timestamp": 1677067327984, "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/nginx_cloudtech_k8s_charts.tgz", "status": "NOTIFIED" } 2023-02-22T12:03:52.658Z||pool-2-thread-7|||||INFO|500||Missing status on Status Object. 2023-02-22T12:03:52.659Z||pool-2-thread-7|||||DEBUG|500||received message from topic 2023-02-22T12:03:52.659Z||pool-2-thread-7|||||DEBUG|500||recieved notification from broker: { "distributionID": "0563182b-dee7-402b-9474-4934a682cbb0", "consumerID": "ves-openapi-manager", "timestamp": 1677067320004, "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/basic_cnf0_modules.json", "status": "NOT_NOTIFIED" } 2023-02-22T12:03:52.659Z||pool-2-thread-7|||||INFO|500||Missing status on Status Object. 2023-02-22T12:03:52.659Z||pool-2-thread-7|||||DEBUG|500||received message from topic 2023-02-22T12:03:52.659Z||pool-2-thread-7|||||DEBUG|500||recieved notification from broker: { "distributionID": "0563182b-dee7-402b-9474-4934a682cbb0", "consumerID": "cds", "timestamp": 1677067325171, "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/basic_cnf0_modules.json", "status": "NOT_NOTIFIED" } 2023-02-22T12:03:52.659Z||pool-2-thread-7|||||INFO|500||Missing status on Status Object. 2023-02-22T12:03:52.659Z||pool-2-thread-7|||||DEBUG|500||received message from topic 2023-02-22T12:03:52.659Z||pool-2-thread-7|||||DEBUG|500||recieved notification from broker: { "distributionID": "0563182b-dee7-402b-9474-4934a682cbb0", "consumerID": "multicloud-k8s-id", "timestamp": 1677067327984, "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/basic_cnf0_modules.json", "status": "NOTIFIED" } 2023-02-22T12:03:52.659Z||pool-2-thread-7|||||INFO|500||Missing status on Status Object. 2023-02-22T12:03:52.659Z||pool-2-thread-7|||||DEBUG|500||received message from topic 2023-02-22T12:03:52.660Z||pool-2-thread-7|||||DEBUG|500||recieved notification from broker: { "distributionID": "0563182b-dee7-402b-9474-4934a682cbb0", "consumerID": "ves-openapi-manager", "timestamp": 1677067320004, "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/base_dummy.yaml", "status": "NOT_NOTIFIED" } 2023-02-22T12:03:52.660Z||pool-2-thread-7|||||INFO|500||Missing status on Status Object. 2023-02-22T12:03:52.660Z||pool-2-thread-7|||||DEBUG|500||received message from topic 2023-02-22T12:03:52.660Z||pool-2-thread-7|||||DEBUG|500||recieved notification from broker: { "distributionID": "0563182b-dee7-402b-9474-4934a682cbb0", "consumerID": "cds", "timestamp": 1677067325171, "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/base_dummy.yaml", "status": "NOT_NOTIFIED" } 2023-02-22T12:03:52.660Z||pool-2-thread-7|||||INFO|500||Missing status on Status Object. 2023-02-22T12:03:52.660Z||pool-2-thread-7|||||DEBUG|500||received message from topic 2023-02-22T12:03:52.660Z||pool-2-thread-7|||||DEBUG|500||recieved notification from broker: { "distributionID": "0563182b-dee7-402b-9474-4934a682cbb0", "consumerID": "multicloud-k8s-id", "timestamp": 1677067327984, "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/base_dummy.yaml", "status": "NOTIFIED" } 2023-02-22T12:03:52.660Z||pool-2-thread-7|||||INFO|500||Missing status on Status Object. 2023-02-22T12:03:52.660Z||pool-2-thread-7|||||DEBUG|500||received message from topic 2023-02-22T12:03:52.660Z||pool-2-thread-7|||||DEBUG|500||recieved notification from broker: { "distributionID": "0563182b-dee7-402b-9474-4934a682cbb0", "consumerID": "ves-openapi-manager", "timestamp": 1677067320004, "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/vendor-license-model.xml", "status": "NOT_NOTIFIED" } 2023-02-22T12:03:52.660Z||pool-2-thread-7|||||INFO|500||Missing status on Status Object. 2023-02-22T12:03:52.661Z||pool-2-thread-7|||||DEBUG|500||received message from topic 2023-02-22T12:03:52.661Z||pool-2-thread-7|||||DEBUG|500||recieved notification from broker: { "distributionID": "0563182b-dee7-402b-9474-4934a682cbb0", "consumerID": "cds", "timestamp": 1677067325171, "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/vendor-license-model.xml", "status": "NOT_NOTIFIED" } 2023-02-22T12:03:52.661Z||pool-2-thread-7|||||INFO|500||Missing status on Status Object. 2023-02-22T12:03:52.661Z||pool-2-thread-7|||||DEBUG|500||received message from topic 2023-02-22T12:03:52.661Z||pool-2-thread-7|||||DEBUG|500||recieved notification from broker: { "distributionID": "0563182b-dee7-402b-9474-4934a682cbb0", "consumerID": "multicloud-k8s-id", "timestamp": 1677067327984, "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/vendor-license-model.xml", "status": "NOT_NOTIFIED" } 2023-02-22T12:03:52.661Z||pool-2-thread-7|||||INFO|500||Missing status on Status Object. 2023-02-22T12:03:52.662Z||pool-2-thread-7|||||DEBUG|500||received message from topic 2023-02-22T12:03:52.662Z||pool-2-thread-7|||||DEBUG|500||recieved notification from broker: { "distributionID": "0563182b-dee7-402b-9474-4934a682cbb0", "consumerID": "ves-openapi-manager", "timestamp": 1677067320004, "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/base_dummy.env", "status": "NOT_NOTIFIED" } 2023-02-22T12:03:52.662Z||pool-2-thread-7|||||INFO|500||Missing status on Status Object. 2023-02-22T12:03:52.662Z||pool-2-thread-7|||||DEBUG|500||received message from topic 2023-02-22T12:03:52.662Z||pool-2-thread-7|||||DEBUG|500||recieved notification from broker: { "distributionID": "0563182b-dee7-402b-9474-4934a682cbb0", "consumerID": "cds", "timestamp": 1677067325171, "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/base_dummy.env", "status": "NOT_NOTIFIED" } 2023-02-22T12:03:52.662Z||pool-2-thread-7|||||INFO|500||Missing status on Status Object. 2023-02-22T12:03:52.662Z||pool-2-thread-7|||||DEBUG|500||received message from topic 2023-02-22T12:03:52.662Z||pool-2-thread-7|||||DEBUG|500||recieved notification from broker: { "distributionID": "0563182b-dee7-402b-9474-4934a682cbb0", "consumerID": "multicloud-k8s-id", "timestamp": 1677067327984, "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/base_dummy.env", "status": "NOTIFIED" } 2023-02-22T12:03:52.663Z||pool-2-thread-7|||||INFO|500||Missing status on Status Object. 2023-02-22T12:03:52.663Z||pool-2-thread-7|||||DEBUG|500||received message from topic 2023-02-22T12:03:52.663Z||pool-2-thread-7|||||DEBUG|500||recieved notification from broker: { "distributionID": "0563182b-dee7-402b-9474-4934a682cbb0", "consumerID": "ves-openapi-manager", "timestamp": 1677067320004, "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/artifacts/service-BasicCnf-template.yml", "status": "NOT_NOTIFIED" } 2023-02-22T12:03:52.663Z||pool-2-thread-7|||||INFO|500||Missing status on Status Object. 2023-02-22T12:03:52.663Z||pool-2-thread-7|||||DEBUG|500||received message from topic 2023-02-22T12:03:52.663Z||pool-2-thread-7|||||DEBUG|500||recieved notification from broker: { "distributionID": "0563182b-dee7-402b-9474-4934a682cbb0", "consumerID": "cds", "timestamp": 1677067325171, "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/artifacts/service-BasicCnf-template.yml", "status": "NOT_NOTIFIED" } 2023-02-22T12:03:52.663Z||pool-2-thread-7|||||INFO|500||Missing status on Status Object. 2023-02-22T12:03:52.663Z||pool-2-thread-7|||||DEBUG|500||received message from topic 2023-02-22T12:03:52.663Z||pool-2-thread-7|||||DEBUG|500||recieved notification from broker: { "distributionID": "0563182b-dee7-402b-9474-4934a682cbb0", "consumerID": "multicloud-k8s-id", "timestamp": 1677067327984, "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/artifacts/service-BasicCnf-template.yml", "status": "NOT_NOTIFIED" } 2023-02-22T12:03:52.663Z||pool-2-thread-7|||||INFO|500||Missing status on Status Object. 2023-02-22T12:03:52.664Z||pool-2-thread-7|||||DEBUG|500||received message from topic 2023-02-22T12:03:52.664Z||pool-2-thread-7|||||DEBUG|500||recieved notification from broker: { "distributionID": "0563182b-dee7-402b-9474-4934a682cbb0", "consumerID": "ves-openapi-manager", "timestamp": 1677067320004, "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/artifacts/service-BasicCnf-csar.csar", "status": "NOT_NOTIFIED" } 2023-02-22T12:03:52.664Z||pool-2-thread-7|||||INFO|500||Missing status on Status Object. 2023-02-22T12:03:52.664Z||pool-2-thread-7|||||DEBUG|500||received message from topic 2023-02-22T12:03:52.664Z||pool-2-thread-7|||||DEBUG|500||recieved notification from broker: { "distributionID": "0563182b-dee7-402b-9474-4934a682cbb0", "consumerID": "cds", "timestamp": 1677067325171, "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/artifacts/service-BasicCnf-csar.csar", "status": "NOTIFIED" } 2023-02-22T12:03:52.664Z||pool-2-thread-7|||||INFO|500||Missing status on Status Object. 2023-02-22T12:03:52.664Z||pool-2-thread-7|||||DEBUG|500||received message from topic 2023-02-22T12:03:52.664Z||pool-2-thread-7|||||DEBUG|500||recieved notification from broker: { "distributionID": "0563182b-dee7-402b-9474-4934a682cbb0", "consumerID": "multicloud-k8s-id", "timestamp": 1677067327984, "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/artifacts/service-BasicCnf-csar.csar", "status": "NOTIFIED" } 2023-02-22T12:03:52.665Z||pool-2-thread-7|||||INFO|500||Missing status on Status Object. 2023-02-22T12:03:52.665Z||pool-2-thread-7|||||DEBUG|500||received message from topic 2023-02-22T12:03:52.665Z||pool-2-thread-7|||||DEBUG|500||recieved notification from broker: { "distributionID": "0563182b-dee7-402b-9474-4934a682cbb0", "consumerID": "multicloud-k8s-id", "timestamp": 1677067339618, "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/basic_cnf0_modules.json", "status": "DOWNLOAD_OK" } 2023-02-22T12:03:52.665Z||pool-2-thread-7|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error' 2023-02-22T12:03:52.665Z||pool-2-thread-7|||||DEBUG|500||received message from topic 2023-02-22T12:03:52.665Z||pool-2-thread-7|||||DEBUG|500||recieved notification from broker: { "distributionID": "0563182b-dee7-402b-9474-4934a682cbb0", "consumerID": "cds", "timestamp": 1677067340426, "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/artifacts/service-BasicCnf-csar.csar", "status": "DOWNLOAD_OK" } 2023-02-22T12:03:52.665Z||pool-2-thread-7|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error' 2023-02-22T12:03:52.665Z||pool-2-thread-7|||||DEBUG|500||received message from topic 2023-02-22T12:03:52.666Z||pool-2-thread-7|||||DEBUG|500||recieved notification from broker: { "distributionID": "0563182b-dee7-402b-9474-4934a682cbb0", "consumerID": "aai-ml", "timestamp": 1677067339839, "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/vf-license-model.xml", "status": "NOT_NOTIFIED" } 2023-02-22T12:03:52.666Z||pool-2-thread-7|||||INFO|500||Missing status on Status Object. 2023-02-22T12:03:52.666Z||pool-2-thread-7|||||DEBUG|500||received message from topic 2023-02-22T12:03:52.666Z||pool-2-thread-7|||||DEBUG|500||recieved notification from broker: { "distributionID": "0563182b-dee7-402b-9474-4934a682cbb0", "consumerID": "cds", "timestamp": 1677067341435, "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=? 2023-02-22T12:03:52.676Z||pool-2-thread-7|||||DEBUG|500||Receive a callback componentStatus in ASDC, for componentName: cds and status of COMPONENT_DONE_OK distributionID of 0563182b-dee7-402b-9474-4934a682cbb0 2023-02-22T12:03:52.676Z||pool-2-thread-7|||||DEBUG|500||Entering installTheComponentStatus for distributionId 0563182b-dee7-402b-9474-4934a682cbb0 and ComponentName cds Hibernate: select watchdogco0_.COMPONENT_NAME as componen1_12_0_, watchdogco0_.DISTRIBUTION_ID as distribu2_12_0_, watchdogco0_.COMPONENT_DISTRIBUTION_STATUS as componen3_12_0_, watchdogco0_.CREATE_TIME as create_t4_12_0_, watchdogco0_.MODIFY_TIME as modify_t5_12_0_ from watchdog_per_component_distribution_status watchdogco0_ where watchdogco0_.COMPONENT_NAME=? and watchdogco0_.DISTRIBUTION_ID=? Hibernate: insert into watchdog_per_component_distribution_status (COMPONENT_DISTRIBUTION_STATUS, CREATE_TIME, MODIFY_TIME, COMPONENT_NAME, DISTRIBUTION_ID) values (?, ?, ?, ?, ?) 2023-02-22T12:03:52.687Z||pool-2-thread-7|||||DEBUG|500||received message from topic 2023-02-22T12:03:52.688Z||pool-2-thread-7|||||DEBUG|500||recieved notification from broker: { "distributionID": "0563182b-dee7-402b-9474-4934a682cbb0", "consumerID": "multicloud-k8s-id", "timestamp": 1677067340697, "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/base_dummy.yaml", "status": "DOWNLOAD_OK" } 2023-02-22T12:03:52.688Z||pool-2-thread-7|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error' 2023-02-22T12:03:52.688Z||pool-2-thread-7|||||DEBUG|500||received message from topic 2023-02-22T12:03:52.688Z||pool-2-thread-7|||||DEBUG|500||recieved notification from broker: { "distributionID": "0563182b-dee7-402b-9474-4934a682cbb0", "consumerID": "aai-ml", "timestamp": 1677067339839, "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/nginx_cloudtech_k8s_charts.env", "status": "NOT_NOTIFIED" } 2023-02-22T12:03:52.688Z||pool-2-thread-7|||||INFO|500||Missing status on Status Object. 2023-02-22T12:03:52.688Z||pool-2-thread-7|||||DEBUG|500||received message from topic 2023-02-22T12:03:52.688Z||pool-2-thread-7|||||DEBUG|500||recieved notification from broker: { "distributionID": "0563182b-dee7-402b-9474-4934a682cbb0", "consumerID": "multicloud-k8s-id", "timestamp": 1677067341764, "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/nginx_cloudtech_k8s_charts.tgz", "status": "DOWNLOAD_OK" } 2023-02-22T12:03:52.688Z||pool-2-thread-7|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error' 2023-02-22T12:03:52.688Z||pool-2-thread-7|||||DEBUG|500||received message from topic 2023-02-22T12:03:52.689Z||pool-2-thread-7|||||DEBUG|500||recieved notification from broker: { "distributionID": "0563182b-dee7-402b-9474-4934a682cbb0", "consumerID": "aai-ml", "timestamp": 1677067339839, "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/nginx_cloudtech_k8s_charts.tgz", "status": "NOT_NOTIFIED" } 2023-02-22T12:03:52.689Z||pool-2-thread-7|||||INFO|500||Missing status on Status Object. 2023-02-22T12:03:52.689Z||pool-2-thread-7|||||DEBUG|500||received message from topic 2023-02-22T12:03:52.689Z||pool-2-thread-7|||||DEBUG|500||recieved notification from broker: { "distributionID": "0563182b-dee7-402b-9474-4934a682cbb0", "consumerID": "multicloud-k8s-id", "timestamp": 1677067342906, "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/base_dummy.env", "status": "DOWNLOAD_OK" } 2023-02-22T12:03:52.689Z||pool-2-thread-7|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error' 2023-02-22T12:03:52.689Z||pool-2-thread-7|||||DEBUG|500||received message from topic 2023-02-22T12:03:52.689Z||pool-2-thread-7|||||DEBUG|500||recieved notification from broker: { "distributionID": "b2eabbe6-119f-453f-ab8a-964c7eb54eeb", "consumerID": "ves-openapi-manager", "timestamp": 1677067340004, "artifactURL": "/sdc/v1/catalog/services/BasicVm/1.0/resourceInstances/basic_vm0/artifacts/vf-license-model.xml", "status": "NOT_NOTIFIED" } 2023-02-22T12:03:52.689Z||pool-2-thread-7|||||INFO|500||Missing status on Status Object. 2023-02-22T12:03:52.689Z||pool-2-thread-7|||||DEBUG|500||received message from topic 2023-02-22T12:03:52.689Z||pool-2-thread-7|||||DEBUG|500||recieved notification from broker: { "distributionID": "b2eabbe6-119f-453f-ab8a-964c7eb54eeb", "consumerID": "cds", "timestamp": 1677067342442, "artifactURL": "/sdc/v1/catalog/services/BasicVm/1.0/resourceInstances/basic_vm0/artifacts/vf-license-model.xml", "status": "NOT_NOTIFIED" } 2023-02-22T12:03:52.690Z||pool-2-thread-7|||||INFO|500||Missing status on Status Object. 2023-02-22T12:03:52.690Z||pool-2-thread-7|||||DEBUG|500||received message from topic 2023-02-22T12:03:52.690Z||pool-2-thread-7|||||DEBUG|500||recieved notification from broker: { "distributionID": "0563182b-dee7-402b-9474-4934a682cbb0", "consumerID": "aai-ml", "timestamp": 1677067339839, "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/basic_cnf0_modules.json", "status": "NOT_NOTIFIED" } 2023-02-22T12:03:52.690Z||pool-2-thread-7|||||INFO|500||Missing status on Status Object. 2023-02-22T12:03:52.690Z||pool-2-thread-7|||||DEBUG|500||received message from topic 2023-02-22T12:03:52.690Z||pool-2-thread-7|||||DEBUG|500||recieved notification from broker: { "distributionID": "0563182b-dee7-402b-9474-4934a682cbb0", "consumerID": "multicloud-k8s-id", "timestamp": 1677067343969, "artifactURL": "", "status": "COMPONENT_DONE_OK", "componentName": "POLICY" } Hibernate: select watchdogdi0_.DISTRIBUTION_ID as distribu1_11_0_, watchdogdi0_.CREATE_TIME as create_t2_11_0_, watchdogdi0_.DISTRIBUTION_ID_STATUS as distribu3_11_0_, watchdogdi0_.MODIFY_TIME as modify_t4_11_0_, watchdogdi0_.LOCK_VERSION as lock_ver5_11_0_ from watchdog_distributionid_status watchdogdi0_ where watchdogdi0_.DISTRIBUTION_ID=? 2023-02-22T12:03:52.695Z||pool-2-thread-7|||||DEBUG|500||Receive a callback componentStatus in ASDC, for componentName: POLICY and status of COMPONENT_DONE_OK distributionID of 0563182b-dee7-402b-9474-4934a682cbb0 2023-02-22T12:03:52.695Z||pool-2-thread-7|||||DEBUG|500||Entering installTheComponentStatus for distributionId 0563182b-dee7-402b-9474-4934a682cbb0 and ComponentName POLICY Hibernate: select watchdogco0_.COMPONENT_NAME as componen1_12_0_, watchdogco0_.DISTRIBUTION_ID as distribu2_12_0_, watchdogco0_.COMPONENT_DISTRIBUTION_STATUS as componen3_12_0_, watchdogco0_.CREATE_TIME as create_t4_12_0_, watchdogco0_.MODIFY_TIME as modify_t5_12_0_ from watchdog_per_component_distribution_status watchdogco0_ where watchdogco0_.COMPONENT_NAME=? and watchdogco0_.DISTRIBUTION_ID=? Hibernate: insert into watchdog_per_component_distribution_status (COMPONENT_DISTRIBUTION_STATUS, CREATE_TIME, MODIFY_TIME, COMPONENT_NAME, DISTRIBUTION_ID) values (?, ?, ?, ?, ?) 2023-02-22T12:03:52.704Z||pool-2-thread-7|||||DEBUG|500||received message from topic 2023-02-22T12:03:52.704Z||pool-2-thread-7|||||DEBUG|500||recieved notification from broker: { "distributionID": "b2eabbe6-119f-453f-ab8a-964c7eb54eeb", "consumerID": "ves-openapi-manager", "timestamp": 1677067340004, "artifactURL": "/sdc/v1/catalog/services/BasicVm/1.0/resourceInstances/basic_vm0/artifacts/basic_vm0_modules.json", "status": "NOT_NOTIFIED" } 2023-02-22T12:03:52.704Z||pool-2-thread-7|||||INFO|500||Missing status on Status Object. 2023-02-22T12:03:52.704Z||pool-2-thread-7|||||DEBUG|500||received message from topic 2023-02-22T12:03:52.704Z||pool-2-thread-7|||||DEBUG|500||recieved notification from broker: { "distributionID": "b2eabbe6-119f-453f-ab8a-964c7eb54eeb", "consumerID": "cds", "timestamp": 1677067342442, "artifactURL": "/sdc/v1/catalog/services/BasicVm/1.0/resourceInstances/basic_vm0/artifacts/basic_vm0_modules.json", "status": "NOT_NOTIFIED" } 2023-02-22T12:03:52.704Z||pool-2-thread-7|||||INFO|500||Missing status on Status Object. 2023-02-22T12:03:52.704Z||pool-2-thread-7|||||DEBUG|500||received message from topic 2023-02-22T12:03:52.704Z||pool-2-thread-7|||||DEBUG|500||recieved notification from broker: { "distributionID": "0563182b-dee7-402b-9474-4934a682cbb0", "consumerID": "aai-ml", "timestamp": 1677067339839, "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/base_dummy.yaml", "status": "NOT_NOTIFIED" } 2023-02-22T12:03:52.704Z||pool-2-thread-7|||||INFO|500||Missing status on Status Object. 2023-02-22T12:03:52.704Z||pool-2-thread-7|||||DEBUG|500||received message from topic 2023-02-22T12:03:52.705Z||pool-2-thread-7|||||DEBUG|500||recieved notification from broker: { "distributionID": "0563182b-dee7-402b-9474-4934a682cbb0", "consumerID": "multicloud-k8s-id", "timestamp": 1677067344974, "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/basic_cnf0_modules.json", "status": "DEPLOY_OK" } 2023-02-22T12:03:52.705Z||pool-2-thread-7|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error' 2023-02-22T12:03:52.705Z||pool-2-thread-7|||||DEBUG|500||received message from topic 2023-02-22T12:03:52.705Z||pool-2-thread-7|||||DEBUG|500||recieved notification from broker: { "distributionID": "b2eabbe6-119f-453f-ab8a-964c7eb54eeb", "consumerID": "ves-openapi-manager", "timestamp": 1677067340004, "artifactURL": "/sdc/v1/catalog/services/BasicVm/1.0/resourceInstances/basic_vm0/artifacts/base_ubuntu20.yaml", "status": "NOT_NOTIFIED" } 2023-02-22T12:03:52.705Z||pool-2-thread-7|||||INFO|500||Missing status on Status Object. 2023-02-22T12:03:52.705Z||pool-2-thread-7|||||DEBUG|500||received message from topic 2023-02-22T12:03:52.705Z||pool-2-thread-7|||||DEBUG|500||recieved notification from broker: { "distributionID": "b2eabbe6-119f-453f-ab8a-964c7eb54eeb", "consumerID": "cds", "timestamp": 1677067342442, "artifactURL": "/sdc/v1/catalog/services/BasicVm/1.0/resourceInstances/basic_vm0/artifacts/base_ubuntu20.yaml", "status": "NOT_NOTIFIED" } 2023-02-22T12:03:52.705Z||pool-2-thread-7|||||INFO|500||Missing status on Status Object. 2023-02-22T12:03:52.705Z||pool-2-thread-7|||||DEBUG|500||received message from topic 2023-02-22T12:03:52.705Z||pool-2-thread-7|||||DEBUG|500||recieved notification from broker: { "distributionID": "0563182b-dee7-402b-9474-4934a682cbb0", "consumerID": "aai-ml", "timestamp": 1677067339839, "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/vendor-license-model.xml", "status": "NOT_NOTIFIED" } 2023-02-22T12:03:52.706Z||pool-2-thread-7|||||INFO|500||Missing status on Status Object. 2023-02-22T12:03:52.706Z||pool-2-thread-7|||||DEBUG|500||received message from topic 2023-02-22T12:03:52.706Z||pool-2-thread-7|||||DEBUG|500||recieved notification from broker: { "distributionID": "b2eabbe6-119f-453f-ab8a-964c7eb54eeb", "consumerID": "ves-openapi-manager", "timestamp": 1677067340004, "artifactURL": "/sdc/v1/catalog/services/BasicVm/1.0/resourceInstances/basic_vm0/artifacts/vendor-license-model.xml", "status": "NOT_NOTIFIED" } 2023-02-22T12:03:52.706Z||pool-2-thread-7|||||INFO|500||Missing status on Status Object. 2023-02-22T12:03:52.706Z||pool-2-thread-7|||||DEBUG|500||received message from topic 2023-02-22T12:03:52.706Z||pool-2-thread-7|||||DEBUG|500||recieved notification from broker: { "distributionID": "b2eabbe6-119f-453f-ab8a-964c7eb54eeb", "consumerID": "cds", "timestamp": 1677067342442, "artifactURL": "/sdc/v1/catalog/services/BasicVm/1.0/resourceInstances/basic_vm0/artifacts/vendor-license-model.xml", "status": "NOT_NOTIFIED" } 2023-02-22T12:03:52.706Z||pool-2-thread-7|||||INFO|500||Missing status on Status Object. 2023-02-22T12:03:52.706Z||pool-2-thread-7|||||DEBUG|500||received message from topic 2023-02-22T12:03:52.706Z||pool-2-thread-7|||||DEBUG|500||recieved notification from broker: { "distributionID": "0563182b-dee7-402b-9474-4934a682cbb0", "consumerID": "aai-ml", "timestamp": 1677067339839, "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/base_dummy.env", "status": "NOT_NOTIFIED" } 2023-02-22T12:03:52.706Z||pool-2-thread-7|||||INFO|500||Missing status on Status Object. 2023-02-22T12:03:52.707Z||pool-2-thread-7|||||DEBUG|500||received message from topic 2023-02-22T12:03:52.707Z||pool-2-thread-7|||||DEBUG|500||recieved notification from broker: { "distributionID": "b2eabbe6-119f-453f-ab8a-964c7eb54eeb", "consumerID": "ves-openapi-manager", "timestamp": 1677067340004, "artifactURL": "/sdc/v1/catalog/services/BasicVm/1.0/resourceInstances/basic_vm0/artifacts/base_ubuntu20.env", "status": "NOT_NOTIFIED" } 2023-02-22T12:03:52.707Z||pool-2-thread-7|||||INFO|500||Missing status on Status Object. 2023-02-22T12:03:52.707Z||pool-2-thread-7|||||DEBUG|500||received message from topic 2023-02-22T12:03:52.707Z||pool-2-thread-7|||||DEBUG|500||recieved notification from broker: { "distributionID": "b2eabbe6-119f-453f-ab8a-964c7eb54eeb", "consumerID": "cds", "timestamp": 1677067342442, "artifactURL": "/sdc/v1/catalog/services/BasicVm/1.0/resourceInstances/basic_vm0/artifacts/base_ubuntu20.env", "status": "NOT_NOTIFIED" } 2023-02-22T12:03:52.707Z||pool-2-thread-7|||||INFO|500||Missing status on Status Object. 2023-02-22T12:03:52.707Z||pool-2-thread-7|||||DEBUG|500||received message from topic 2023-02-22T12:03:52.707Z||pool-2-thread-7|||||DEBUG|500||recieved notification from broker: { "distributionID": "0563182b-dee7-402b-9474-4934a682cbb0", "consumerID": "aai-ml", "timestamp": 1677067339839, "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/artifacts/service-BasicCnf-template.yml", "status": "NOT_NOTIFIED" } 2023-02-22T12:03:52.707Z||pool-2-thread-7|||||INFO|500||Missing status on Status Object. 2023-02-22T12:03:52.707Z||pool-2-thread-7|||||DEBUG|500||received message from topic 2023-02-22T12:03:52.708Z||pool-2-thread-7|||||DEBUG|500||recieved notification from broker: { "distributionID": "b2eabbe6-119f-453f-ab8a-964c7eb54eeb", "consumerID": "ves-openapi-manager", "timestamp": 1677067340004, "artifactURL": "/sdc/v1/catalog/services/BasicVm/1.0/artifacts/service-BasicVm-template.yml", "status": "NOT_NOTIFIED" } 2023-02-22T12:03:52.708Z||pool-2-thread-7|||||INFO|500||Missing status on Status Object. 2023-02-22T12:03:52.708Z||pool-2-thread-7|||||DEBUG|500||received message from topic 2023-02-22T12:03:52.708Z||pool-2-thread-7|||||DEBUG|500||recieved notification from broker: { "distributionID": "b2eabbe6-119f-453f-ab8a-964c7eb54eeb", "consumerID": "cds", "timestamp": 1677067342442, "artifactURL": "/sdc/v1/catalog/services/BasicVm/1.0/artifacts/service-BasicVm-template.yml", "status": "NOT_NOTIFIED" } 2023-02-22T12:03:52.708Z||pool-2-thread-7|||||INFO|500||Missing status on Status Object. 2023-02-22T12:03:52.708Z||pool-2-thread-7|||||DEBUG|500||received message from topic 2023-02-22T12:03:52.708Z||pool-2-thread-7|||||DEBUG|500||recieved notification from broker: { "distributionID": "0563182b-dee7-402b-9474-4934a682cbb0", "consumerID": "aai-ml", "timestamp": 1677067339839, "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/artifacts/service-BasicCnf-csar.csar", "status": "NOTIFIED" } 2023-02-22T12:03:52.708Z||pool-2-thread-7|||||INFO|500||Missing status on Status Object. 2023-02-22T12:03:52.709Z||pool-2-thread-7|||||DEBUG|500||received message from topic 2023-02-22T12:03:52.709Z||pool-2-thread-7|||||DEBUG|500||recieved notification from broker: { "distributionID": "b496cc0e-b578-4573-8ec3-56a264c931ff", "consumerID": "SO-COpenSource-Env11", "timestamp": 1677067348435, "artifactURL": "", "status": "DISTRIBUTION_COMPLETE_OK" } 2023-02-22T12:03:52.709Z||pool-2-thread-7|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error' 2023-02-22T12:03:52.709Z||pool-2-thread-7|||||DEBUG|500||received message from topic 2023-02-22T12:03:52.709Z||pool-2-thread-7|||||DEBUG|500||recieved notification from broker: { "distributionID": "b2eabbe6-119f-453f-ab8a-964c7eb54eeb", "consumerID": "multicloud-k8s-id", "timestamp": 1677067347986, "artifactURL": "/sdc/v1/catalog/services/BasicVm/1.0/resourceInstances/basic_vm0/artifacts/vf-license-model.xml", "status": "NOT_NOTIFIED" } 2023-02-22T12:03:52.709Z||pool-2-thread-7|||||INFO|500||Missing status on Status Object. 2023-02-22T12:03:52.709Z||pool-2-thread-7|||||DEBUG|500||received message from topic 2023-02-22T12:03:52.709Z||pool-2-thread-7|||||DEBUG|500||recieved notification from broker: { "distributionID": "b2eabbe6-119f-453f-ab8a-964c7eb54eeb", "consumerID": "ves-openapi-manager", "timestamp": 1677067340004, "artifactURL": "/sdc/v1/catalog/services/BasicVm/1.0/artifacts/service-BasicVm-csar.csar", "status": "NOT_NOTIFIED" } 2023-02-22T12:03:52.709Z||pool-2-thread-7|||||INFO|500||Missing status on Status Object. 2023-02-22T12:03:52.709Z||pool-2-thread-7|||||DEBUG|500||received message from topic 2023-02-22T12:03:52.709Z||pool-2-thread-7|||||DEBUG|500||recieved notification from broker: { "distributionID": "b2eabbe6-119f-453f-ab8a-964c7eb54eeb", "consumerID": "cds", "timestamp": 1677067342442, "artifactURL": "/sdc/v1/catalog/services/BasicVm/1.0/artifacts/service-BasicVm-csar.csar", "status": "NOTIFIED" } 2023-02-22T12:03:52.710Z||pool-2-thread-7|||||INFO|500||Missing status on Status Object. 2023-02-22T12:03:52.710Z||pool-2-thread-7|||||DEBUG|500||received message from topic 2023-02-22T12:03:52.710Z||pool-2-thread-7|||||DEBUG|500||recieved notification from broker: { "distributionID": "0563182b-dee7-402b-9474-4934a682cbb0", "consumerID": "aai-ml", "timestamp": 1677067349691, "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/artifacts/service-BasicCnf-csar.csar", "status": "DOWNLOAD_OK" } 2023-02-22T12:03:52.710Z||pool-2-thread-7|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error' 2023-02-22T12:03:52.710Z||pool-2-thread-7|||||DEBUG|500||received message from topic 2023-02-22T12:03:52.710Z||pool-2-thread-7|||||DEBUG|500||recieved notification from broker: { "distributionID": "d98666b3-38ca-416a-aa0c-6bb0c10790f3", "consumerID": "SO-COpenSource-Env11", "timestamp": 1677067312607, "artifactURL": "/sdc/v1/catalog/services/DemoPnfJ49jpwhbfuapjybf1vfy/1.0/resourceInstances/pnfc6920d330a0f0/artifacts/vf-license-model.xml", "status": "NOT_NOTIFIED" } 2023-02-22T12:03:52.710Z||pool-2-thread-7|||||INFO|500||Missing status on Status Object. 2023-02-22T12:03:52.710Z||pool-2-thread-7|||||DEBUG|500||received message from topic 2023-02-22T12:03:52.710Z||pool-2-thread-7|||||DEBUG|500||recieved notification from broker: { "distributionID": "b2eabbe6-119f-453f-ab8a-964c7eb54eeb", "consumerID": "multicloud-k8s-id", "timestamp": 1677067347986, "artifactURL": "/sdc/v1/catalog/services/BasicVm/1.0/resourceInstances/basic_vm0/artifacts/basic_vm0_modules.json", "status": "NOTIFIED" } 2023-02-22T12:03:52.711Z||pool-2-thread-7|||||INFO|500||Missing status on Status Object. 2023-02-22T12:03:52.711Z||pool-2-thread-7|||||DEBUG|500||received message from topic 2023-02-22T12:03:52.711Z||pool-2-thread-7|||||DEBUG|500||recieved notification from broker: { "distributionID": "b2eabbe6-119f-453f-ab8a-964c7eb54eeb", "consumerID": "cds", "timestamp": 1677067350955, "artifactURL": "/sdc/v1/catalog/services/BasicVm/1.0/artifacts/service-BasicVm-csar.csar", "status": "DOWNLOAD_OK" } 2023-02-22T12:03:52.711Z||pool-2-thread-7|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error' 2023-02-22T12:03:52.711Z||pool-2-thread-7|||||DEBUG|500||received message from topic 2023-02-22T12:03:52.711Z||pool-2-thread-7|||||DEBUG|500||recieved notification from broker: { "distributionID": "d98666b3-38ca-416a-aa0c-6bb0c10790f3", "consumerID": "SO-COpenSource-Env11", "timestamp": 1677067312607, "artifactURL": "/sdc/v1/catalog/services/DemoPnfJ49jpwhbfuapjybf1vfy/1.0/resourceInstances/pnfc6920d330a0f0/artifacts/pNF.csar", "status": "NOT_NOTIFIED" } 2023-02-22T12:03:52.711Z||pool-2-thread-7|||||INFO|500||Missing status on Status Object. 2023-02-22T12:03:52.711Z||pool-2-thread-7|||||DEBUG|500||received message from topic 2023-02-22T12:03:52.711Z||pool-2-thread-7|||||DEBUG|500||recieved notification from broker: { "distributionID": "b2eabbe6-119f-453f-ab8a-964c7eb54eeb", "consumerID": "multicloud-k8s-id", "timestamp": 1677067347986, "artifactURL": "/sdc/v1/catalog/services/BasicVm/1.0/resourceInstances/basic_vm0/artifacts/base_ubuntu20.yaml", "status": "NOTIFIED" } 2023-02-22T12:03:52.711Z||pool-2-thread-7|||||INFO|500||Missing status on Status Object. 2023-02-22T12:03:52.711Z||pool-2-thread-7|||||DEBUG|500||received message from topic 2023-02-22T12:03:52.711Z||pool-2-thread-7|||||DEBUG|500||recieved notification from broker: { "distributionID": "0563182b-dee7-402b-9474-4934a682cbb0", "consumerID": "sdc-COpenSource-Env11-sdnc-dockero", "timestamp": 1677067349920, "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/vf-license-model.xml", "status": "NOT_NOTIFIED" } 2023-02-22T12:03:52.712Z||pool-2-thread-7|||||INFO|500||Missing status on Status Object. 2023-02-22T12:03:52.712Z||pool-2-thread-7|||||DEBUG|500||received message from topic 2023-02-22T12:03:52.712Z||pool-2-thread-7|||||DEBUG|500||recieved notification from broker: { "distributionID": "b2eabbe6-119f-453f-ab8a-964c7eb54eeb", "consumerID": "cds", "timestamp": 1677067351962, "artifactURL": "/sdc/v1/catalog/services/BasicVm/1.0/artifacts/service-BasicVm-csar.csar", "status": "COMPONENT_DONE_OK", "componentName": "cds" } Hibernate: select watchdogdi0_.DISTRIBUTION_ID as distribu1_11_0_, watchdogdi0_.CREATE_TIME as create_t2_11_0_, watchdogdi0_.DISTRIBUTION_ID_STATUS as distribu3_11_0_, watchdogdi0_.MODIFY_TIME as modify_t4_11_0_, watchdogdi0_.LOCK_VERSION as lock_ver5_11_0_ from watchdog_distributionid_status watchdogdi0_ where watchdogdi0_.DISTRIBUTION_ID=? Hibernate: select watchdogdi0_.DISTRIBUTION_ID as distribu1_11_0_, watchdogdi0_.CREATE_TIME as create_t2_11_0_, watchdogdi0_.DISTRIBUTION_ID_STATUS as distribu3_11_0_, watchdogdi0_.MODIFY_TIME as modify_t4_11_0_, watchdogdi0_.LOCK_VERSION as lock_ver5_11_0_ from watchdog_distributionid_status watchdogdi0_ where watchdogdi0_.DISTRIBUTION_ID=? Hibernate: insert into watchdog_distributionid_status (CREATE_TIME, DISTRIBUTION_ID_STATUS, MODIFY_TIME, LOCK_VERSION, DISTRIBUTION_ID) values (?, ?, ?, ?, ?) 2023-02-22T12:03:52.725Z||pool-2-thread-7|||||DEBUG|500||Receive a callback componentStatus in ASDC, for componentName: cds and status of COMPONENT_DONE_OK distributionID of b2eabbe6-119f-453f-ab8a-964c7eb54eeb 2023-02-22T12:03:52.725Z||pool-2-thread-7|||||DEBUG|500||Entering installTheComponentStatus for distributionId b2eabbe6-119f-453f-ab8a-964c7eb54eeb and ComponentName cds Hibernate: select watchdogco0_.COMPONENT_NAME as componen1_12_0_, watchdogco0_.DISTRIBUTION_ID as distribu2_12_0_, watchdogco0_.COMPONENT_DISTRIBUTION_STATUS as componen3_12_0_, watchdogco0_.CREATE_TIME as create_t4_12_0_, watchdogco0_.MODIFY_TIME as modify_t5_12_0_ from watchdog_per_component_distribution_status watchdogco0_ where watchdogco0_.COMPONENT_NAME=? and watchdogco0_.DISTRIBUTION_ID=? Hibernate: insert into watchdog_per_component_distribution_status (COMPONENT_DISTRIBUTION_STATUS, CREATE_TIME, MODIFY_TIME, COMPONENT_NAME, DISTRIBUTION_ID) values (?, ?, ?, ?, ?) 2023-02-22T12:03:52.732Z||pool-2-thread-7|||||DEBUG|500||received message from topic 2023-02-22T12:03:52.732Z||pool-2-thread-7|||||DEBUG|500||recieved notification from broker: { "distributionID": "d98666b3-38ca-416a-aa0c-6bb0c10790f3", "consumerID": "SO-COpenSource-Env11", "timestamp": 1677067312607, "artifactURL": "/sdc/v1/catalog/services/DemoPnfJ49jpwhbfuapjybf1vfy/1.0/resourceInstances/pnfc6920d330a0f0/artifacts/mynetconf.yang", "status": "NOT_NOTIFIED" } 2023-02-22T12:03:52.733Z||pool-2-thread-7|||||INFO|500||Missing status on Status Object. 2023-02-22T12:03:52.733Z||pool-2-thread-7|||||DEBUG|500||received message from topic 2023-02-22T12:03:52.733Z||pool-2-thread-7|||||DEBUG|500||recieved notification from broker: { "distributionID": "b2eabbe6-119f-453f-ab8a-964c7eb54eeb", "consumerID": "multicloud-k8s-id", "timestamp": 1677067347986, "artifactURL": "/sdc/v1/catalog/services/BasicVm/1.0/resourceInstances/basic_vm0/artifacts/vendor-license-model.xml", "status": "NOT_NOTIFIED" } 2023-02-22T12:03:52.733Z||pool-2-thread-7|||||INFO|500||Missing status on Status Object. 2023-02-22T12:03:52.733Z||pool-2-thread-7|||||DEBUG|500||received message from topic 2023-02-22T12:03:52.733Z||pool-2-thread-7|||||DEBUG|500||recieved notification from broker: { "distributionID": "0563182b-dee7-402b-9474-4934a682cbb0", "consumerID": "sdc-COpenSource-Env11-sdnc-dockero", "timestamp": 1677067349920, "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/nginx_cloudtech_k8s_charts.env", "status": "NOT_NOTIFIED" } 2023-02-22T12:03:52.733Z||pool-2-thread-7|||||INFO|500||Missing status on Status Object. 2023-02-22T12:03:52.733Z||pool-2-thread-7|||||DEBUG|500||received message from topic 2023-02-22T12:03:52.733Z||pool-2-thread-7|||||DEBUG|500||recieved notification from broker: { "distributionID": "d98666b3-38ca-416a-aa0c-6bb0c10790f3", "consumerID": "SO-COpenSource-Env11", "timestamp": 1677067312607, "artifactURL": "/sdc/v1/catalog/services/DemoPnfJ49jpwhbfuapjybf1vfy/1.0/resourceInstances/pnfc6920d330a0f0/artifacts/vendor-license-model.xml", "status": "NOT_NOTIFIED" } 2023-02-22T12:03:52.734Z||pool-2-thread-7|||||INFO|500||Missing status on Status Object. 2023-02-22T12:03:52.734Z||pool-2-thread-7|||||DEBUG|500||received message from topic 2023-02-22T12:03:52.734Z||pool-2-thread-7|||||DEBUG|500||recieved notification from broker: { "distributionID": "b2eabbe6-119f-453f-ab8a-964c7eb54eeb", "consumerID": "multicloud-k8s-id", "timestamp": 1677067347986, "artifactURL": "/sdc/v1/catalog/services/BasicVm/1.0/resourceInstances/basic_vm0/artifacts/base_ubuntu20.env", "status": "NOTIFIED" } 2023-02-22T12:03:52.734Z||pool-2-thread-7|||||INFO|500||Missing status on Status Object. 2023-02-22T12:03:52.734Z||pool-2-thread-7|||||DEBUG|500||received message from topic 2023-02-22T12:03:52.734Z||pool-2-thread-7|||||DEBUG|500||recieved notification from broker: { "distributionID": "0563182b-dee7-402b-9474-4934a682cbb0", "consumerID": "sdc-COpenSource-Env11-sdnc-dockero", "timestamp": 1677067349920, "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/nginx_cloudtech_k8s_charts.tgz", "status": "NOT_NOTIFIED" } 2023-02-22T12:03:52.734Z||pool-2-thread-7|||||INFO|500||Missing status on Status Object. 2023-02-22T12:03:52.734Z||pool-2-thread-7|||||DEBUG|500||received message from topic 2023-02-22T12:03:52.734Z||pool-2-thread-7|||||DEBUG|500||recieved notification from broker: { "distributionID": "d98666b3-38ca-416a-aa0c-6bb0c10790f3", "consumerID": "SO-COpenSource-Env11", "timestamp": 1677067312607, "artifactURL": "/sdc/v1/catalog/services/DemoPnfJ49jpwhbfuapjybf1vfy/1.0/resourceInstances/pnfc6920d330a0f0/artifacts/PM_Dictionary.yaml", "status": "NOT_NOTIFIED" } 2023-02-22T12:03:52.734Z||pool-2-thread-7|||||INFO|500||Missing status on Status Object. 2023-02-22T12:03:52.734Z||pool-2-thread-7|||||DEBUG|500||received message from topic 2023-02-22T12:03:52.734Z||pool-2-thread-7|||||DEBUG|500||recieved notification from broker: { "distributionID": "b2eabbe6-119f-453f-ab8a-964c7eb54eeb", "consumerID": "multicloud-k8s-id", "timestamp": 1677067347986, "artifactURL": "/sdc/v1/catalog/services/BasicVm/1.0/artifacts/service-BasicVm-template.yml", "status": "NOT_NOTIFIED" } 2023-02-22T12:03:52.735Z||pool-2-thread-7|||||INFO|500||Missing status on Status Object. 2023-02-22T12:03:52.735Z||pool-2-thread-7|||||DEBUG|500||received message from topic 2023-02-22T12:03:52.735Z||pool-2-thread-7|||||DEBUG|500||recieved notification from broker: { "distributionID": "0563182b-dee7-402b-9474-4934a682cbb0", "consumerID": "sdc-COpenSource-Env11-sdnc-dockero", "timestamp": 1677067349920, "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/basic_cnf0_modules.json", "status": "NOT_NOTIFIED" } 2023-02-22T12:03:52.735Z||pool-2-thread-7|||||INFO|500||Missing status on Status Object. 2023-02-22T12:03:52.735Z||pool-2-thread-7|||||DEBUG|500||received message from topic 2023-02-22T12:03:52.735Z||pool-2-thread-7|||||DEBUG|500||recieved notification from broker: { "distributionID": "d98666b3-38ca-416a-aa0c-6bb0c10790f3", "consumerID": "SO-COpenSource-Env11", "timestamp": 1677067312607, "artifactURL": "/sdc/v1/catalog/services/DemoPnfJ49jpwhbfuapjybf1vfy/1.0/resourceInstances/pnfc6920d330a0f0/artifacts/MyPnf_Pnf_v1.yaml", "status": "NOT_NOTIFIED" } 2023-02-22T12:03:52.735Z||pool-2-thread-7|||||INFO|500||Missing status on Status Object. 2023-02-22T12:03:52.735Z||pool-2-thread-7|||||DEBUG|500||received message from topic 2023-02-22T12:03:52.735Z||pool-2-thread-7|||||DEBUG|500||recieved notification from broker: { "distributionID": "b2eabbe6-119f-453f-ab8a-964c7eb54eeb", "consumerID": "multicloud-k8s-id", "timestamp": 1677067347986, "artifactURL": "/sdc/v1/catalog/services/BasicVm/1.0/artifacts/service-BasicVm-csar.csar", "status": "NOTIFIED" } 2023-02-22T12:03:52.735Z||pool-2-thread-7|||||INFO|500||Missing status on Status Object. 2023-02-22T12:03:52.735Z||pool-2-thread-7|||||DEBUG|500||received message from topic 2023-02-22T12:03:52.736Z||pool-2-thread-7|||||DEBUG|500||recieved notification from broker: { "distributionID": "0563182b-dee7-402b-9474-4934a682cbb0", "consumerID": "sdc-COpenSource-Env11-sdnc-dockero", "timestamp": 1677067349920, "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/base_dummy.yaml", "status": "NOT_NOTIFIED" } 2023-02-22T12:03:52.736Z||pool-2-thread-7|||||INFO|500||Missing status on Status Object. 2023-02-22T12:03:52.736Z||pool-2-thread-7|||||DEBUG|500||received message from topic 2023-02-22T12:03:52.736Z||pool-2-thread-7|||||DEBUG|500||recieved notification from broker: { "distributionID": "d98666b3-38ca-416a-aa0c-6bb0c10790f3", "consumerID": "SO-COpenSource-Env11", "timestamp": 1677067312607, "artifactURL": "/sdc/v1/catalog/services/DemoPnfJ49jpwhbfuapjybf1vfy/1.0/artifacts/service-DemoPnfJ49jpwhbfuapjybf1vfy-template.yml", "status": "NOT_NOTIFIED" } 2023-02-22T12:03:52.736Z||pool-2-thread-7|||||INFO|500||Missing status on Status Object. 2023-02-22T12:03:52.736Z||pool-2-thread-7|||||DEBUG|500||received message from topic 2023-02-22T12:03:52.736Z||pool-2-thread-7|||||DEBUG|500||recieved notification from broker: { "distributionID": "0563182b-dee7-402b-9474-4934a682cbb0", "consumerID": "sdc-COpenSource-Env11-sdnc-dockero", "timestamp": 1677067349920, "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/vendor-license-model.xml", "status": "NOT_NOTIFIED" } 2023-02-22T12:03:52.736Z||pool-2-thread-7|||||INFO|500||Missing status on Status Object. 2023-02-22T12:03:52.736Z||pool-2-thread-7|||||DEBUG|500||received message from topic 2023-02-22T12:03:52.736Z||pool-2-thread-7|||||DEBUG|500||recieved notification from broker: { "distributionID": "b2eabbe6-119f-453f-ab8a-964c7eb54eeb", "consumerID": "multicloud-k8s-id", "timestamp": 1677067355774, "artifactURL": "/sdc/v1/catalog/services/BasicVm/1.0/resourceInstances/basic_vm0/artifacts/basic_vm0_modules.json", "status": "DOWNLOAD_OK" } 2023-02-22T12:03:52.736Z||pool-2-thread-7|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error' 2023-02-22T12:03:52.736Z||pool-2-thread-7|||||DEBUG|500||received message from topic 2023-02-22T12:03:52.737Z||pool-2-thread-7|||||DEBUG|500||recieved notification from broker: { "distributionID": "d98666b3-38ca-416a-aa0c-6bb0c10790f3", "consumerID": "SO-COpenSource-Env11", "timestamp": 1677067312607, "artifactURL": "/sdc/v1/catalog/services/DemoPnfJ49jpwhbfuapjybf1vfy/1.0/artifacts/service-DemoPnfJ49jpwhbfuapjybf1vfy-csar.csar", "status": "NOTIFIED" } 2023-02-22T12:03:52.737Z||pool-2-thread-7|||||INFO|500||Missing status on Status Object. 2023-02-22T12:03:52.737Z||pool-2-thread-7|||||DEBUG|500||received message from topic 2023-02-22T12:03:52.737Z||pool-2-thread-7|||||DEBUG|500||recieved notification from broker: { "distributionID": "0563182b-dee7-402b-9474-4934a682cbb0", "consumerID": "sdc-COpenSource-Env11-sdnc-dockero", "timestamp": 1677067349920, "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/base_dummy.env", "status": "NOT_NOTIFIED" } 2023-02-22T12:03:52.737Z||pool-2-thread-7|||||INFO|500||Missing status on Status Object. 2023-02-22T12:03:52.737Z||pool-2-thread-7|||||DEBUG|500||received message from topic 2023-02-22T12:03:52.737Z||pool-2-thread-7|||||DEBUG|500||recieved notification from broker: { "distributionID": "b2eabbe6-119f-453f-ab8a-964c7eb54eeb", "consumerID": "multicloud-k8s-id", "timestamp": 1677067356858, "artifactURL": "/sdc/v1/catalog/services/BasicVm/1.0/resourceInstances/basic_vm0/artifacts/base_ubuntu20.yaml", "status": "DOWNLOAD_OK" } 2023-02-22T12:03:52.737Z||pool-2-thread-7|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error' 2023-02-22T12:03:52.737Z||pool-2-thread-7|||||DEBUG|500||received message from topic 2023-02-22T12:03:52.737Z||pool-2-thread-7|||||DEBUG|500||recieved notification from broker: { "distributionID": "0563182b-dee7-402b-9474-4934a682cbb0", "consumerID": "sdc-COpenSource-Env11-sdnc-dockero", "timestamp": 1677067349920, "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/artifacts/service-BasicCnf-template.yml", "status": "NOT_NOTIFIED" } 2023-02-22T12:03:52.738Z||pool-2-thread-7|||||INFO|500||Missing status on Status Object. 2023-02-22T12:03:52.738Z||pool-2-thread-7|||||DEBUG|500||received message from topic 2023-02-22T12:03:52.738Z||pool-2-thread-7|||||DEBUG|500||recieved notification from broker: { "distributionID": "d98666b3-38ca-416a-aa0c-6bb0c10790f3", "consumerID": "SO-COpenSource-Env11", "timestamp": 1677067357630, "artifactURL": "/sdc/v1/catalog/services/DemoPnfJ49jpwhbfuapjybf1vfy/1.0/artifacts/service-DemoPnfJ49jpwhbfuapjybf1vfy-csar.csar", "status": "DOWNLOAD_OK" } 2023-02-22T12:03:52.738Z||pool-2-thread-7|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error' 2023-02-22T12:03:52.738Z||pool-2-thread-7|||||DEBUG|500||received message from topic 2023-02-22T12:03:52.738Z||pool-2-thread-7|||||DEBUG|500||recieved notification from broker: { "distributionID": "b2eabbe6-119f-453f-ab8a-964c7eb54eeb", "consumerID": "multicloud-k8s-id", "timestamp": 1677067357952, "artifactURL": "/sdc/v1/catalog/services/BasicVm/1.0/resourceInstances/basic_vm0/artifacts/base_ubuntu20.env", "status": "DOWNLOAD_OK" } 2023-02-22T12:03:52.738Z||pool-2-thread-7|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error' 2023-02-22T12:03:52.738Z||pool-2-thread-7|||||DEBUG|500||received message from topic 2023-02-22T12:03:52.738Z||pool-2-thread-7|||||DEBUG|500||recieved notification from broker: { "distributionID": "0563182b-dee7-402b-9474-4934a682cbb0", "consumerID": "aai-ml", "timestamp": 1677067358675, "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/artifacts/service-BasicCnf-csar.csar", "status": "DEPLOY_OK" } 2023-02-22T12:03:52.738Z||pool-2-thread-7|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error' 2023-02-22T12:03:52.738Z||pool-2-thread-7|||||DEBUG|500||received message from topic 2023-02-22T12:03:52.739Z||pool-2-thread-7|||||DEBUG|500||recieved notification from broker: { "distributionID": "0563182b-dee7-402b-9474-4934a682cbb0", "consumerID": "sdc-COpenSource-Env11-sdnc-dockero", "timestamp": 1677067349920, "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/artifacts/service-BasicCnf-csar.csar", "status": "NOTIFIED" } 2023-02-22T12:03:52.739Z||pool-2-thread-7|||||INFO|500||Missing status on Status Object. 2023-02-22T12:03:52.739Z||pool-2-thread-7|||||DEBUG|500||received message from topic 2023-02-22T12:03:52.739Z||pool-2-thread-7|||||DEBUG|500||recieved notification from broker: { "distributionID": "b2eabbe6-119f-453f-ab8a-964c7eb54eeb", "consumerID": "multicloud-k8s-id", "timestamp": 1677067358980, "artifactURL": "", "status": "COMPONENT_DONE_OK", "componentName": "POLICY" } Hibernate: select watchdogdi0_.DISTRIBUTION_ID as distribu1_11_0_, watchdogdi0_.CREATE_TIME as create_t2_11_0_, watchdogdi0_.DISTRIBUTION_ID_STATUS as distribu3_11_0_, watchdogdi0_.MODIFY_TIME as modify_t4_11_0_, watchdogdi0_.LOCK_VERSION as lock_ver5_11_0_ from watchdog_distributionid_status watchdogdi0_ where watchdogdi0_.DISTRIBUTION_ID=? 2023-02-22T12:03:52.744Z||pool-2-thread-7|||||DEBUG|500||Receive a callback componentStatus in ASDC, for componentName: POLICY and status of COMPONENT_DONE_OK distributionID of b2eabbe6-119f-453f-ab8a-964c7eb54eeb 2023-02-22T12:03:52.745Z||pool-2-thread-7|||||DEBUG|500||Entering installTheComponentStatus for distributionId b2eabbe6-119f-453f-ab8a-964c7eb54eeb and ComponentName POLICY Hibernate: select watchdogco0_.COMPONENT_NAME as componen1_12_0_, watchdogco0_.DISTRIBUTION_ID as distribu2_12_0_, watchdogco0_.COMPONENT_DISTRIBUTION_STATUS as componen3_12_0_, watchdogco0_.CREATE_TIME as create_t4_12_0_, watchdogco0_.MODIFY_TIME as modify_t5_12_0_ from watchdog_per_component_distribution_status watchdogco0_ where watchdogco0_.COMPONENT_NAME=? and watchdogco0_.DISTRIBUTION_ID=? Hibernate: insert into watchdog_per_component_distribution_status (COMPONENT_DISTRIBUTION_STATUS, CREATE_TIME, MODIFY_TIME, COMPONENT_NAME, DISTRIBUTION_ID) values (?, ?, ?, ?, ?) 2023-02-22T12:03:52.754Z||pool-2-thread-7|||||DEBUG|500||received message from topic 2023-02-22T12:03:52.754Z||pool-2-thread-7|||||DEBUG|500||recieved notification from broker: { "distributionID": "0563182b-dee7-402b-9474-4934a682cbb0", "consumerID": "aai-ml", "timestamp": 1677067359679, "artifactURL": "", "status": "COMPONENT_DONE_OK", "componentName": "AAI" } Hibernate: select watchdogdi0_.DISTRIBUTION_ID as distribu1_11_0_, watchdogdi0_.CREATE_TIME as create_t2_11_0_, watchdogdi0_.DISTRIBUTION_ID_STATUS as distribu3_11_0_, watchdogdi0_.MODIFY_TIME as modify_t4_11_0_, watchdogdi0_.LOCK_VERSION as lock_ver5_11_0_ from watchdog_distributionid_status watchdogdi0_ where watchdogdi0_.DISTRIBUTION_ID=? 2023-02-22T12:03:52.759Z||pool-2-thread-7|||||DEBUG|500||Receive a callback componentStatus in ASDC, for componentName: AAI and status of COMPONENT_DONE_OK distributionID of 0563182b-dee7-402b-9474-4934a682cbb0 2023-02-22T12:03:52.759Z||pool-2-thread-7|||||DEBUG|500||Entering installTheComponentStatus for distributionId 0563182b-dee7-402b-9474-4934a682cbb0 and ComponentName AAI Hibernate: select watchdogco0_.COMPONENT_NAME as componen1_12_0_, watchdogco0_.DISTRIBUTION_ID as distribu2_12_0_, watchdogco0_.COMPONENT_DISTRIBUTION_STATUS as componen3_12_0_, watchdogco0_.CREATE_TIME as create_t4_12_0_, watchdogco0_.MODIFY_TIME as modify_t5_12_0_ from watchdog_per_component_distribution_status watchdogco0_ where watchdogco0_.COMPONENT_NAME=? and watchdogco0_.DISTRIBUTION_ID=? Hibernate: insert into watchdog_per_component_distribution_status (COMPONENT_DISTRIBUTION_STATUS, CREATE_TIME, MODIFY_TIME, COMPONENT_NAME, DISTRIBUTION_ID) values (?, ?, ?, ?, ?) 2023-02-22T12:03:52.767Z||pool-2-thread-7|||||DEBUG|500||received message from topic 2023-02-22T12:03:52.767Z||pool-2-thread-7|||||DEBUG|500||recieved notification from broker: { "distributionID": "d98666b3-38ca-416a-aa0c-6bb0c10790f3", "consumerID": "SO-COpenSource-Env11", "timestamp": 1677067359516, "artifactURL": "/sdc/v1/catalog/services/DemoPnfJ49jpwhbfuapjybf1vfy/1.0/artifacts/service-DemoPnfJ49jpwhbfuapjybf1vfy-csar.csar", "status": "DEPLOY_OK" } 2023-02-22T12:03:52.768Z||pool-2-thread-7|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error' 2023-02-22T12:03:52.768Z||pool-2-thread-7|||||DEBUG|500||received message from topic 2023-02-22T12:03:52.768Z||pool-2-thread-7|||||DEBUG|500||recieved notification from broker: { "distributionID": "0563182b-dee7-402b-9474-4934a682cbb0", "consumerID": "sdc-COpenSource-Env11-sdnc-dockero", "timestamp": 1677067359706, "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/artifacts/service-BasicCnf-csar.csar", "status": "DOWNLOAD_OK" } 2023-02-22T12:03:52.768Z||pool-2-thread-7|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error' 2023-02-22T12:03:52.768Z||pool-2-thread-7|||||DEBUG|500||received message from topic 2023-02-22T12:03:52.768Z||pool-2-thread-7|||||DEBUG|500||recieved notification from broker: { "distributionID": "b2eabbe6-119f-453f-ab8a-964c7eb54eeb", "consumerID": "multicloud-k8s-id", "timestamp": 1677067359987, "artifactURL": "/sdc/v1/catalog/services/BasicVm/1.0/resourceInstances/basic_vm0/artifacts/basic_vm0_modules.json", "status": "DEPLOY_OK" } 2023-02-22T12:03:52.768Z||pool-2-thread-7|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error' 2023-02-22T12:03:52.768Z||pool-2-thread-7|||||DEBUG|500||received message from topic 2023-02-22T12:03:52.768Z||pool-2-thread-7|||||DEBUG|500||recieved notification from broker: { "distributionID": "0563182b-dee7-402b-9474-4934a682cbb0", "consumerID": "sdc-COpenSource-Env11-sdnc-dockero", "timestamp": 1677067362282, "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/artifacts/service-BasicCnf-csar.csar", "status": "DEPLOY_OK" } 2023-02-22T12:03:52.768Z||pool-2-thread-7|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error' 2023-02-22T12:03:52.768Z||pool-2-thread-7|||||DEBUG|500||received message from topic 2023-02-22T12:03:52.768Z||pool-2-thread-7|||||DEBUG|500||recieved notification from broker: { "distributionID": "0563182b-dee7-402b-9474-4934a682cbb0", "consumerID": "sdc-COpenSource-Env11-sdnc-dockero", "timestamp": 1677067363286, "artifactURL": "", "status": "COMPONENT_DONE_OK", "componentName": "SDNC" } Hibernate: select watchdogdi0_.DISTRIBUTION_ID as distribu1_11_0_, watchdogdi0_.CREATE_TIME as create_t2_11_0_, watchdogdi0_.DISTRIBUTION_ID_STATUS as distribu3_11_0_, watchdogdi0_.MODIFY_TIME as modify_t4_11_0_, watchdogdi0_.LOCK_VERSION as lock_ver5_11_0_ from watchdog_distributionid_status watchdogdi0_ where watchdogdi0_.DISTRIBUTION_ID=? 2023-02-22T12:03:52.773Z||pool-2-thread-7|||||DEBUG|500||Receive a callback componentStatus in ASDC, for componentName: SDNC and status of COMPONENT_DONE_OK distributionID of 0563182b-dee7-402b-9474-4934a682cbb0 2023-02-22T12:03:52.773Z||pool-2-thread-7|||||DEBUG|500||Entering installTheComponentStatus for distributionId 0563182b-dee7-402b-9474-4934a682cbb0 and ComponentName SDNC Hibernate: select watchdogco0_.COMPONENT_NAME as componen1_12_0_, watchdogco0_.DISTRIBUTION_ID as distribu2_12_0_, watchdogco0_.COMPONENT_DISTRIBUTION_STATUS as componen3_12_0_, watchdogco0_.CREATE_TIME as create_t4_12_0_, watchdogco0_.MODIFY_TIME as modify_t5_12_0_ from watchdog_per_component_distribution_status watchdogco0_ where watchdogco0_.COMPONENT_NAME=? and watchdogco0_.DISTRIBUTION_ID=? Hibernate: insert into watchdog_per_component_distribution_status (COMPONENT_DISTRIBUTION_STATUS, CREATE_TIME, MODIFY_TIME, COMPONENT_NAME, DISTRIBUTION_ID) values (?, ?, ?, ?, ?) 2023-02-22T12:03:52.782Z||pool-2-thread-7|||||DEBUG|500||received message from topic 2023-02-22T12:03:52.782Z||pool-2-thread-7|||||DEBUG|500||recieved notification from broker: { "distributionID": "b2eabbe6-119f-453f-ab8a-964c7eb54eeb", "consumerID": "sdc-COpenSource-Env11-sdnc-dockero", "timestamp": 1677067349920, "artifactURL": "/sdc/v1/catalog/services/BasicVm/1.0/resourceInstances/basic_vm0/artifacts/vf-license-model.xml", "status": "NOT_NOTIFIED" } 2023-02-22T12:03:52.782Z||pool-2-thread-7|||||INFO|500||Missing status on Status Object. 2023-02-22T12:03:52.782Z||pool-2-thread-7|||||DEBUG|500||received message from topic 2023-02-22T12:03:52.783Z||pool-2-thread-7|||||DEBUG|500||recieved notification from broker: { "distributionID": "b2eabbe6-119f-453f-ab8a-964c7eb54eeb", "consumerID": "sdc-COpenSource-Env11-sdnc-dockero", "timestamp": 1677067349920, "artifactURL": "/sdc/v1/catalog/services/BasicVm/1.0/resourceInstances/basic_vm0/artifacts/basic_vm0_modules.json", "status": "NOT_NOTIFIED" } 2023-02-22T12:03:52.783Z||pool-2-thread-7|||||INFO|500||Missing status on Status Object. 2023-02-22T12:03:52.783Z||pool-2-thread-7|||||DEBUG|500||received message from topic 2023-02-22T12:03:52.783Z||pool-2-thread-7|||||DEBUG|500||recieved notification from broker: { "distributionID": "b2eabbe6-119f-453f-ab8a-964c7eb54eeb", "consumerID": "sdc-COpenSource-Env11-sdnc-dockero", "timestamp": 1677067349920, "artifactURL": "/sdc/v1/catalog/services/BasicVm/1.0/resourceInstances/basic_vm0/artifacts/base_ubuntu20.yaml", "status": "NOT_NOTIFIED" } 2023-02-22T12:03:52.783Z||pool-2-thread-7|||||INFO|500||Missing status on Status Object. 2023-02-22T12:03:52.783Z||pool-2-thread-7|||||DEBUG|500||received message from topic 2023-02-22T12:03:52.783Z||pool-2-thread-7|||||DEBUG|500||recieved notification from broker: { "distributionID": "b2eabbe6-119f-453f-ab8a-964c7eb54eeb", "consumerID": "sdc-COpenSource-Env11-sdnc-dockero", "timestamp": 1677067349920, "artifactURL": "/sdc/v1/catalog/services/BasicVm/1.0/resourceInstances/basic_vm0/artifacts/vendor-license-model.xml", "status": "NOT_NOTIFIED" } 2023-02-22T12:03:52.783Z||pool-2-thread-7|||||INFO|500||Missing status on Status Object. 2023-02-22T12:03:52.783Z||pool-2-thread-7|||||DEBUG|500||received message from topic 2023-02-22T12:03:52.783Z||pool-2-thread-7|||||DEBUG|500||recieved notification from broker: { "distributionID": "b2eabbe6-119f-453f-ab8a-964c7eb54eeb", "consumerID": "sdc-COpenSource-Env11-sdnc-dockero", "timestamp": 1677067349920, "artifactURL": "/sdc/v1/catalog/services/BasicVm/1.0/resourceInstances/basic_vm0/artifacts/base_ubuntu20.env", "status": "NOT_NOTIFIED" } 2023-02-22T12:03:52.783Z||pool-2-thread-7|||||INFO|500||Missing status on Status Object. 2023-02-22T12:03:52.784Z||pool-2-thread-7|||||DEBUG|500||received message from topic 2023-02-22T12:03:52.784Z||pool-2-thread-7|||||DEBUG|500||recieved notification from broker: { "distributionID": "b2eabbe6-119f-453f-ab8a-964c7eb54eeb", "consumerID": "sdc-COpenSource-Env11-sdnc-dockero", "timestamp": 1677067349920, "artifactURL": "/sdc/v1/catalog/services/BasicVm/1.0/artifacts/service-BasicVm-template.yml", "status": "NOT_NOTIFIED" } 2023-02-22T12:03:52.784Z||pool-2-thread-7|||||INFO|500||Missing status on Status Object. 2023-02-22T12:03:52.784Z||pool-2-thread-7|||||DEBUG|500||received message from topic 2023-02-22T12:03:52.784Z||pool-2-thread-7|||||DEBUG|500||recieved notification from broker: { "distributionID": "b2eabbe6-119f-453f-ab8a-964c7eb54eeb", "consumerID": "aai-ml", "timestamp": 1677067369839, "artifactURL": "/sdc/v1/catalog/services/BasicVm/1.0/resourceInstances/basic_vm0/artifacts/vf-license-model.xml", "status": "NOT_NOTIFIED" } 2023-02-22T12:03:52.784Z||pool-2-thread-7|||||INFO|500||Missing status on Status Object. 2023-02-22T12:03:52.784Z||pool-2-thread-7|||||DEBUG|500||received message from topic 2023-02-22T12:03:52.784Z||pool-2-thread-7|||||DEBUG|500||recieved notification from broker: { "distributionID": "b2eabbe6-119f-453f-ab8a-964c7eb54eeb", "consumerID": "sdc-COpenSource-Env11-sdnc-dockero", "timestamp": 1677067349920, "artifactURL": "/sdc/v1/catalog/services/BasicVm/1.0/artifacts/service-BasicVm-csar.csar", "status": "NOTIFIED" } 2023-02-22T12:03:52.784Z||pool-2-thread-7|||||INFO|500||Missing status on Status Object. 2023-02-22T12:03:52.784Z||pool-2-thread-7|||||DEBUG|500||received message from topic 2023-02-22T12:03:52.784Z||pool-2-thread-7|||||DEBUG|500||recieved notification from broker: { "distributionID": "b2eabbe6-119f-453f-ab8a-964c7eb54eeb", "consumerID": "aai-ml", "timestamp": 1677067369839, "artifactURL": "/sdc/v1/catalog/services/BasicVm/1.0/resourceInstances/basic_vm0/artifacts/basic_vm0_modules.json", "status": "NOT_NOTIFIED" } 2023-02-22T12:03:52.784Z||pool-2-thread-7|||||INFO|500||Missing status on Status Object. 2023-02-22T12:03:52.784Z||pool-2-thread-7|||||DEBUG|500||received message from topic 2023-02-22T12:03:52.784Z||pool-2-thread-7|||||DEBUG|500||recieved notification from broker: { "distributionID": "b2eabbe6-119f-453f-ab8a-964c7eb54eeb", "consumerID": "sdc-COpenSource-Env11-sdnc-dockero", "timestamp": 1677067371380, "artifactURL": "/sdc/v1/catalog/services/BasicVm/1.0/artifacts/service-BasicVm-csar.csar", "status": "DOWNLOAD_OK" } 2023-02-22T12:03:52.784Z||pool-2-thread-7|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error' 2023-02-22T12:03:52.785Z||pool-2-thread-7|||||DEBUG|500||received message from topic 2023-02-22T12:03:52.785Z||pool-2-thread-7|||||DEBUG|500||recieved notification from broker: { "distributionID": "b2eabbe6-119f-453f-ab8a-964c7eb54eeb", "consumerID": "aai-ml", "timestamp": 1677067369839, "artifactURL": "/sdc/v1/catalog/services/BasicVm/1.0/resourceInstances/basic_vm0/artifacts/base_ubuntu20.yaml", "status": "NOT_NOTIFIED" } 2023-02-22T12:03:52.785Z||pool-2-thread-7|||||INFO|500||Missing status on Status Object. 2023-02-22T12:04:05.373Z|0563182b-dee7-402b-9474-4934a682cbb0|pool-2-thread-2|||||DEBUG|500||Entered getOverallDistributionStatus method for distrubutionId: 0563182b-dee7-402b-9474-4934a682cbb0 Hibernate: select watchdogdi0_.DISTRIBUTION_ID as distribu1_11_0_, watchdogdi0_.CREATE_TIME as create_t2_11_0_, watchdogdi0_.DISTRIBUTION_ID_STATUS as distribu3_11_0_, watchdogdi0_.MODIFY_TIME as modify_t4_11_0_, watchdogdi0_.LOCK_VERSION as lock_ver5_11_0_ from watchdog_distributionid_status watchdogdi0_ where watchdogdi0_.DISTRIBUTION_ID=? Hibernate: select watchdogco0_.COMPONENT_NAME as componen1_12_, watchdogco0_.DISTRIBUTION_ID as distribu2_12_, watchdogco0_.COMPONENT_DISTRIBUTION_STATUS as componen3_12_, watchdogco0_.CREATE_TIME as create_t4_12_, watchdogco0_.MODIFY_TIME as modify_t5_12_ from watchdog_per_component_distribution_status watchdogco0_ where watchdogco0_.DISTRIBUTION_ID=? 2023-02-22T12:04:05.385Z|0563182b-dee7-402b-9474-4934a682cbb0|pool-2-thread-2|||||DEBUG|500||Executed RequestDB getWatchdogComponentDistributionStatus for distrubutionId: 0563182b-dee7-402b-9474-4934a682cbb0 Hibernate: select watchdogco0_.COMPONENT_NAME as componen1_12_, watchdogco0_.DISTRIBUTION_ID as distribu2_12_, watchdogco0_.COMPONENT_DISTRIBUTION_STATUS as componen3_12_, watchdogco0_.CREATE_TIME as create_t4_12_, watchdogco0_.MODIFY_TIME as modify_t5_12_ from watchdog_per_component_distribution_status watchdogco0_ where watchdogco0_.DISTRIBUTION_ID=? 2023-02-22T12:04:05.387Z|0563182b-dee7-402b-9474-4934a682cbb0|pool-2-thread-2|||||DEBUG|500||Found componentName SO in the WatchDog Component DB 2023-02-22T12:04:05.387Z|0563182b-dee7-402b-9474-4934a682cbb0|pool-2-thread-2|||||DEBUG|500||Found componentName AAI in the WatchDog Component DB 2023-02-22T12:04:05.387Z|0563182b-dee7-402b-9474-4934a682cbb0|pool-2-thread-2|||||DEBUG|500||Found componentName SDNC in the WatchDog Component DB 2023-02-22T12:04:05.387Z|0563182b-dee7-402b-9474-4934a682cbb0|pool-2-thread-2|||||DEBUG|500||Components Size matched with the WatchdogComponentDistributionStatus results. 2023-02-22T12:04:05.388Z|0563182b-dee7-402b-9474-4934a682cbb0|pool-2-thread-2|||||DEBUG|500||Component status: COMPONENT_DONE_OK on componentName: 2023-02-22T12:04:05.388Z|0563182b-dee7-402b-9474-4934a682cbb0|pool-2-thread-2|||||DEBUG|500||Component status: COMPONENT_DONE_OK on componentName: 2023-02-22T12:04:05.388Z|0563182b-dee7-402b-9474-4934a682cbb0|pool-2-thread-2|||||DEBUG|500||Component status: COMPONENT_DONE_OK on componentName: 2023-02-22T12:04:05.388Z|0563182b-dee7-402b-9474-4934a682cbb0|pool-2-thread-2|||||DEBUG|500||Component status: COMPONENT_DONE_OK on componentName: 2023-02-22T12:04:05.388Z|0563182b-dee7-402b-9474-4934a682cbb0|pool-2-thread-2|||||DEBUG|500||Component status: COMPONENT_DONE_OK on componentName: 2023-02-22T12:04:05.388Z|0563182b-dee7-402b-9474-4934a682cbb0|pool-2-thread-2|||||DEBUG|500||Updating overall DistributionStatus to: SUCCESS for distributionId: Hibernate: select watchdogdi0_.DISTRIBUTION_ID as distribu1_11_0_, watchdogdi0_.CREATE_TIME as create_t2_11_0_, watchdogdi0_.DISTRIBUTION_ID_STATUS as distribu3_11_0_, watchdogdi0_.MODIFY_TIME as modify_t4_11_0_, watchdogdi0_.LOCK_VERSION as lock_ver5_11_0_ from watchdog_distributionid_status watchdogdi0_ where watchdogdi0_.DISTRIBUTION_ID=? 2023-02-22T12:04:05.394Z|0563182b-dee7-402b-9474-4934a682cbb0|pool-2-thread-2|||||DEBUG|500||Exiting getOverallDistributionStatus method in WatchdogDistribution 2023-02-22T12:04:35.394Z|0563182b-dee7-402b-9474-4934a682cbb0|pool-2-thread-2|||||DEBUG|500||Entered executePatchAAI method with distrubutionId: 0563182b-dee7-402b-9474-4934a682cbb0 and distributionStatus: Hibernate: select watchdogse0_.DISTRIBUTION_ID as distribu1_13_, watchdogse0_.SERVICE_MODEL_VERSION_ID as service_2_13_, watchdogse0_.CONSUMER_ID as consumer3_13_, watchdogse0_.CREATE_TIME as create_t4_13_, watchdogse0_.DISTRIBUTION_NOTIFICATION as distribu5_13_ from watchdog_service_mod_ver_id_lookup watchdogse0_ where watchdogse0_.DISTRIBUTION_ID=? 2023-02-22T12:04:35.403Z|0563182b-dee7-402b-9474-4934a682cbb0|pool-2-thread-2|||||DEBUG|500||Executed RequestDB getWatchdogServiceModVerIdLookup with distributionId: 0563182b-dee7-402b-9474-4934a682cbb0 and serviceModelVersionId: 5f184b4c-9ebd-40d5-9cca-f6f5c23eaf1b 2023-02-22T12:04:35.403Z|0563182b-dee7-402b-9474-4934a682cbb0|pool-2-thread-2|||||DEBUG|500||ASDC Notification ServiceModelInvariantUUID : 6773e2c5-4430-401b-a8a2-1a46d486f71b 2023-02-22T12:04:35.404Z|0563182b-dee7-402b-9474-4934a682cbb0|pool-2-thread-2|||||DEBUG|500||Target A&AI Resource URI: /service-design-and-creation/models/model/6773e2c5-4430-401b-a8a2-1a46d486f71b/model-vers/model-ver/5f184b4c-9ebd-40d5-9cca-f6f5c23eaf1b?depth=0 2023-02-22T12:04:35.410Z|0563182b-dee7-402b-9474-4934a682cbb0|pool-2-thread-2|||||INFO|500||RestClientSSL using default SSL context! 2023-02-22T12:04:35.462Z|0563182b-dee7-402b-9474-4934a682cbb0|pool-2-thread-2|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/6773e2c5-4430-401b-a8a2-1a46d486f71b/model-vers/model-ver/5f184b4c-9ebd-40d5-9cca-f6f5c23eaf1b?depth=0|INFO|500||Invoke 2023-02-22T12:04:35.463Z|0563182b-dee7-402b-9474-4934a682cbb0|pool-2-thread-2|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/6773e2c5-4430-401b-a8a2-1a46d486f71b/model-vers/model-ver/5f184b4c-9ebd-40d5-9cca-f6f5c23eaf1b?depth=0|DEBUG|500||Sending HTTP POST (overridden to PATCH) to:https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/6773e2c5-4430-401b-a8a2-1a46d486f71b/model-vers/model-ver/5f184b4c-9ebd-40d5-9cca-f6f5c23eaf1b?depth=0 with request headers:{Authorization=[***REDACTED***], X-RequestID=[0563182b-dee7-402b-9474-4934a682cbb0], X-FromAppId=[MSO], X-ONAP-PartnerName=[UNKNOWN], X-HTTP-Method-Override=[PATCH], Accept=[application/json], X-InvocationID=[1bd08022-fb34-4684-a39f-dc1797d3167c], X-ECOMP-RequestID=[0563182b-dee7-402b-9474-4934a682cbb0], X-TransactionId=[], X-ONAP-RequestID=[0563182b-dee7-402b-9474-4934a682cbb0], Content-Type=[application/merge-patch+json]} 2023-02-22T12:04:35.483Z|0563182b-dee7-402b-9474-4934a682cbb0|pool-2-thread-2|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/6773e2c5-4430-401b-a8a2-1a46d486f71b/model-vers/model-ver/5f184b4c-9ebd-40d5-9cca-f6f5c23eaf1b?depth=0|DEBUG|500||{"distribution-status":"DISTRIBUTION_COMPLETE_OK"} 2023-02-22T12:04:35.587Z|0563182b-dee7-402b-9474-4934a682cbb0|pool-2-thread-2|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/6773e2c5-4430-401b-a8a2-1a46d486f71b/model-vers/model-ver/5f184b4c-9ebd-40d5-9cca-f6f5c23eaf1b?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/6773e2c5-4430-401b-a8a2-1a46d486f71b/model-vers/model-ver/5f184b4c-9ebd-40d5-9cca-f6f5c23eaf1b?depth=0 has http status code:200 and response headers:{date=[Wed, 22 Feb 2023 12:04:35 GMT], content-length=[0], vertex-id=[504000], x-aai-txid=[1-aai-resources-230222-12:04:35:649-27788], content-type=[application/json], strict-transport-security=[max-age=16000000; includeSubDomains; preload;]} 2023-02-22T12:04:35.587Z|0563182b-dee7-402b-9474-4934a682cbb0|pool-2-thread-2|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/6773e2c5-4430-401b-a8a2-1a46d486f71b/model-vers/model-ver/5f184b4c-9ebd-40d5-9cca-f6f5c23eaf1b?depth=0|DEBUG|500||Response was returned with an empty entity. 2023-02-22T12:04:35.588Z|0563182b-dee7-402b-9474-4934a682cbb0|pool-2-thread-2|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/6773e2c5-4430-401b-a8a2-1a46d486f71b/model-vers/model-ver/5f184b4c-9ebd-40d5-9cca-f6f5c23eaf1b?depth=0|INFO|500||InvokeReturn 2023-02-22T12:04:35.588Z|0563182b-dee7-402b-9474-4934a682cbb0|pool-2-thread-2|||||DEBUG|500||A&AI UPDATE MODEL Version is success! 2023-02-22T12:04:35.589Z|0563182b-dee7-402b-9474-4934a682cbb0|pool-2-thread-2|||||DEBUG|500||A&AI Updated succefully with Distribution Status! Hibernate: select service0_.MODEL_UUID as model_uu1_50_, service0_.CDS_BLUEPRINT_NAME as cds_blue2_50_, service0_.CDS_BLUEPRINT_VERSION as cds_blue3_50_, service0_.SERVICE_CATEGORY as service_4_50_, service0_.CONTROLLER_ACTOR as controll5_50_, service0_.CREATION_TIMESTAMP as creation6_50_, service0_.TOSCA_CSAR_ARTIFACT_UUID as tosca_c21_50_, service0_.DESCRIPTION as descript7_50_, service0_.OVERALL_DISTRIBUTION_STATUS as overall_8_50_, service0_.ENVIRONMENT_CONTEXT as environm9_50_, service0_.MODEL_INVARIANT_UUID as model_i10_50_, service0_.MODEL_NAME as model_n11_50_, service0_.MODEL_VERSION as model_v12_50_, service0_.NAMING_POLICY as naming_13_50_, service0_.ONAP_GENERATED_NAMING as onap_ge14_50_, service0_.RESOURCE_ORDER as resourc15_50_, service0_.SERVICE_FUNCTION as service16_50_, service0_.SERVICE_ROLE as service17_50_, service0_.SERVICE_TYPE as service18_50_, service0_.SKIP_POST_INSTANTIATION_CONFIGURATION as skip_po19_50_, service0_.WORKLOAD_CONTEXT as workloa20_50_ from service service0_ where service0_.MODEL_UUID=? 2023-02-22T12:04:35.595Z|0563182b-dee7-402b-9474-4934a682cbb0|pool-2-thread-2|||||ERROR|500||Error updating CatalogDBStatus java.lang.NullPointerException: null at org.onap.so.asdc.tenantIsolation.WatchdogDistribution.updateCatalogDBStatus(WatchdogDistribution.java:206) at org.onap.so.asdc.client.ASDCController.treatNotification(ASDCController.java:690) at org.onap.so.asdc.client.ASDCNotificationCallBack.activateCallback(ASDCNotificationCallBack.java:52) at org.onap.sdc.impl.NotificationConsumer.run(NotificationConsumer.java:71) at java.base/java.util.concurrent.Executors$RunnableAdapter.call(Unknown Source) at java.base/java.util.concurrent.FutureTask.runAndReset(Unknown Source) at java.base/java.util.concurrent.ScheduledThreadPoolExecutor$ScheduledFutureTask.run(Unknown Source) at java.base/java.util.concurrent.ThreadPoolExecutor.runWorker(Unknown Source) at java.base/java.util.concurrent.ThreadPoolExecutor$Worker.run(Unknown Source) at java.base/java.lang.Thread.run(Unknown Source) 2023-02-22T12:04:35.595Z|0563182b-dee7-402b-9474-4934a682cbb0|pool-2-thread-2|||||DEBUG|500||Enter sendFinalDistributionStatus with DistributionID 0563182b-dee7-402b-9474-4934a682cbb0 and Status of DISTRIBUTION_COMPLETE_OK and ErrorReason null 2023-02-22T12:04:35.596Z|0563182b-dee7-402b-9474-4934a682cbb0|pool-2-thread-2|||||INFO|500||DistributionClient - sendFinalDistributionStatus status 2023-02-22T12:04:35.596Z|0563182b-dee7-402b-9474-4934a682cbb0|pool-2-thread-2|||||INFO|500||DistributionClient - sendStatus 2023-02-22T12:04:35.598Z|0563182b-dee7-402b-9474-4934a682cbb0|pool-2-thread-2|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap] 2023-02-22T12:04:35.598Z|0563182b-dee7-402b-9474-4934a682cbb0|pool-2-thread-2|||||DEBUG|500||try to send status { "distributionID": "0563182b-dee7-402b-9474-4934a682cbb0", "consumerID": "SO-COpenSource-Env11", "timestamp": 1677067475595, "artifactURL": "", "status": "DISTRIBUTION_COMPLETE_OK" } 2023-02-22T12:04:35.698Z||pool-72-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms 2023-02-22T12:04:35.699Z||pool-72-thread-1|||||WARN|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO will send credentials over a clear channel. 2023-02-22T12:04:35.699Z||pool-72-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as sXwXLxdJNt84opGN) ... 2023-02-22T12:04:35.721Z||pool-72-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK 2023-02-22T12:04:35.721Z||pool-72-thread-1|||||INFO|500||cambria reply ok (22 ms):{"serverTimeMs":1,"count":1} Hibernate: select watchdogdi0_.DISTRIBUTION_ID as distribu1_11_0_, watchdogdi0_.CREATE_TIME as create_t2_11_0_, watchdogdi0_.DISTRIBUTION_ID_STATUS as distribu3_11_0_, watchdogdi0_.MODIFY_TIME as modify_t4_11_0_, watchdogdi0_.LOCK_VERSION as lock_ver5_11_0_ from watchdog_distributionid_status watchdogdi0_ where watchdogdi0_.DISTRIBUTION_ID=? Hibernate: update watchdog_distributionid_status set DISTRIBUTION_ID_STATUS=?, MODIFY_TIME=?, LOCK_VERSION=? where DISTRIBUTION_ID=? 2023-02-22T12:04:36.665Z|0563182b-dee7-402b-9474-4934a682cbb0|pool-2-thread-2|||||DEBUG|500||received message from topic 2023-02-22T12:04:36.665Z|0563182b-dee7-402b-9474-4934a682cbb0|pool-2-thread-2|||||DEBUG|500||recieved notification from broker: {"distributionID":"b2eabbe6-119f-453f-ab8a-964c7eb54eeb","serviceName":"basic_vm","serviceVersion":"1.0","serviceUUID":"070bff43-4286-4f87-a969-9dc12086682b","serviceDescription":"service","serviceInvariantUUID":"c6cb855d-84f6-459a-b858-6ddcf6ff5741","resources":[{"resourceInstanceName":"basic_vm 0","resourceName":"basic_vm","resourceVersion":"1.0","resoucreType":"VF","resourceUUID":"a78079fa-accc-48a4-9aa5-5236b0ede271","resourceInvariantUUID":"8d86dbc8-f52d-40f7-9399-f22cfd326681","resourceCustomizationUUID":"a00374d4-7cb7-4866-b5ca-426c520ff6f2","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":"ODhkN2RkNDY0MmE3YTU3MjZmZDVjMDQzYjVhOGUyYjU\u003d","artifactDescription":"VF license file","artifactTimeout":0,"artifactUUID":"8fe71766-0d51-4e1e-a36b-27af9632f3ac","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":"YTYyNGI5MTg3NjlhODUyMjUxNmY0ZWE4MjA1YjBlYzg\u003d","artifactDescription":"Auto-generated VF Modules information artifact","artifactTimeout":0,"artifactUUID":"6a503136-031e-4747-a864-b253e75a2080","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":"d1470315-45a7-4e3f-9b6b-d3ce6f05863b","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":"f297901c-bb2b-45d2-a1fa-864a06c9738e","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":"9b6aea9e-c0ff-4a99-8a21-9ee211bc118f","artifactVersion":"2","generatedFromUUID":"d1470315-45a7-4e3f-9b6b-d3ce6f05863b"}]}],"serviceArtifacts":[{"artifactName":"service-BasicVm-template.yml","artifactType":"TOSCA_TEMPLATE","artifactURL":"/sdc/v1/catalog/services/BasicVm/1.0/artifacts/service-BasicVm-template.yml","artifactChecksum":"ZmYwOWZmMmNiMTgyNzM5ZDRlYjQ1MzRkMThlMzcxMmU\u003d","artifactDescription":"TOSCA representation of the asset","artifactTimeout":0,"artifactUUID":"c6d1effe-0d7d-4b55-ac51-a259abeef1c2","artifactVersion":"1"},{"artifactName":"service-BasicVm-csar.csar","artifactType":"TOSCA_CSAR","artifactURL":"/sdc/v1/catalog/services/BasicVm/1.0/artifacts/service-BasicVm-csar.csar","artifactChecksum":"NzY2NWZhZDgxOWY4MjFlN2EyNTJhMWM1NDgyNzE0NjE\u003d","artifactDescription":"TOSCA definition package of the asset","artifactTimeout":0,"artifactUUID":"c22c6e69-8d08-4f25-bc58-29854ca6cfd7","artifactVersion":"1"}],"workloadContext":"Production"} 2023-02-22T12:04:36.666Z|0563182b-dee7-402b-9474-4934a682cbb0|pool-2-thread-2|||||INFO|500||DistributionClient - sendNotificationStatus 2023-02-22T12:04:36.666Z|0563182b-dee7-402b-9474-4934a682cbb0|pool-2-thread-2|||||INFO|500||DistributionClient - sendStatus 2023-02-22T12:04:36.668Z|0563182b-dee7-402b-9474-4934a682cbb0|pool-2-thread-2|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap] 2023-02-22T12:04:36.668Z|0563182b-dee7-402b-9474-4934a682cbb0|pool-2-thread-2|||||DEBUG|500||try to send status { "distributionID": "b2eabbe6-119f-453f-ab8a-964c7eb54eeb", "consumerID": "SO-COpenSource-Env11", "timestamp": 1677067391745, "artifactURL": "/sdc/v1/catalog/services/BasicVm/1.0/resourceInstances/basic_vm0/artifacts/vf-license-model.xml", "status": "NOT_NOTIFIED" } 2023-02-22T12:04:36.768Z||pool-73-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms 2023-02-22T12:04:36.770Z||pool-73-thread-1|||||WARN|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO will send credentials over a clear channel. 2023-02-22T12:04:36.770Z||pool-73-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as sXwXLxdJNt84opGN) ... 2023-02-22T12:04:36.792Z||pool-73-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK 2023-02-22T12:04:36.792Z||pool-73-thread-1|||||INFO|500||cambria reply ok (23 ms):{"serverTimeMs":1,"count":1} 2023-02-22T12:04:37.668Z|0563182b-dee7-402b-9474-4934a682cbb0|pool-2-thread-2|||||INFO|500||DistributionClient - sendNotificationStatus 2023-02-22T12:04:37.669Z|0563182b-dee7-402b-9474-4934a682cbb0|pool-2-thread-2|||||INFO|500||DistributionClient - sendStatus 2023-02-22T12:04:37.672Z|0563182b-dee7-402b-9474-4934a682cbb0|pool-2-thread-2|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap] 2023-02-22T12:04:37.672Z|0563182b-dee7-402b-9474-4934a682cbb0|pool-2-thread-2|||||DEBUG|500||try to send status { "distributionID": "b2eabbe6-119f-453f-ab8a-964c7eb54eeb", "consumerID": "SO-COpenSource-Env11", "timestamp": 1677067391745, "artifactURL": "/sdc/v1/catalog/services/BasicVm/1.0/resourceInstances/basic_vm0/artifacts/basic_vm0_modules.json", "status": "NOTIFIED" } 2023-02-22T12:04:37.772Z||pool-74-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms 2023-02-22T12:04:37.772Z||pool-74-thread-1|||||WARN|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO will send credentials over a clear channel. 2023-02-22T12:04:37.772Z||pool-74-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as sXwXLxdJNt84opGN) ... 2023-02-22T12:04:37.789Z||pool-74-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK 2023-02-22T12:04:37.790Z||pool-74-thread-1|||||INFO|500||cambria reply ok (18 ms):{"serverTimeMs":1,"count":1} 2023-02-22T12:04:38.672Z|0563182b-dee7-402b-9474-4934a682cbb0|pool-2-thread-2|||||INFO|500||DistributionClient - sendNotificationStatus 2023-02-22T12:04:38.673Z|0563182b-dee7-402b-9474-4934a682cbb0|pool-2-thread-2|||||INFO|500||DistributionClient - sendStatus 2023-02-22T12:04:38.675Z|0563182b-dee7-402b-9474-4934a682cbb0|pool-2-thread-2|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap] 2023-02-22T12:04:38.675Z|0563182b-dee7-402b-9474-4934a682cbb0|pool-2-thread-2|||||DEBUG|500||try to send status { "distributionID": "b2eabbe6-119f-453f-ab8a-964c7eb54eeb", "consumerID": "SO-COpenSource-Env11", "timestamp": 1677067391745, "artifactURL": "/sdc/v1/catalog/services/BasicVm/1.0/resourceInstances/basic_vm0/artifacts/base_ubuntu20.yaml", "status": "NOTIFIED" } 2023-02-22T12:04:38.775Z||pool-75-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms 2023-02-22T12:04:38.776Z||pool-75-thread-1|||||WARN|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO will send credentials over a clear channel. 2023-02-22T12:04:38.776Z||pool-75-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as sXwXLxdJNt84opGN) ... 2023-02-22T12:04:38.787Z||pool-75-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK 2023-02-22T12:04:38.788Z||pool-75-thread-1|||||INFO|500||cambria reply ok (13 ms):{"serverTimeMs":1,"count":1} 2023-02-22T12:04:39.675Z|0563182b-dee7-402b-9474-4934a682cbb0|pool-2-thread-2|||||INFO|500||DistributionClient - sendNotificationStatus 2023-02-22T12:04:39.676Z|0563182b-dee7-402b-9474-4934a682cbb0|pool-2-thread-2|||||INFO|500||DistributionClient - sendStatus 2023-02-22T12:04:39.678Z|0563182b-dee7-402b-9474-4934a682cbb0|pool-2-thread-2|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap] 2023-02-22T12:04:39.678Z|0563182b-dee7-402b-9474-4934a682cbb0|pool-2-thread-2|||||DEBUG|500||try to send status { "distributionID": "b2eabbe6-119f-453f-ab8a-964c7eb54eeb", "consumerID": "SO-COpenSource-Env11", "timestamp": 1677067391745, "artifactURL": "/sdc/v1/catalog/services/BasicVm/1.0/resourceInstances/basic_vm0/artifacts/vendor-license-model.xml", "status": "NOT_NOTIFIED" } 2023-02-22T12:04:39.778Z||pool-76-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms 2023-02-22T12:04:39.779Z||pool-76-thread-1|||||WARN|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO will send credentials over a clear channel. 2023-02-22T12:04:39.779Z||pool-76-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as sXwXLxdJNt84opGN) ... 2023-02-22T12:04:39.791Z||pool-76-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK 2023-02-22T12:04:39.792Z||pool-76-thread-1|||||INFO|500||cambria reply ok (13 ms):{"serverTimeMs":0,"count":1} 2023-02-22T12:04:40.679Z|0563182b-dee7-402b-9474-4934a682cbb0|pool-2-thread-2|||||INFO|500||DistributionClient - sendNotificationStatus 2023-02-22T12:04:40.680Z|0563182b-dee7-402b-9474-4934a682cbb0|pool-2-thread-2|||||INFO|500||DistributionClient - sendStatus 2023-02-22T12:04:40.682Z|0563182b-dee7-402b-9474-4934a682cbb0|pool-2-thread-2|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap] 2023-02-22T12:04:40.682Z|0563182b-dee7-402b-9474-4934a682cbb0|pool-2-thread-2|||||DEBUG|500||try to send status { "distributionID": "b2eabbe6-119f-453f-ab8a-964c7eb54eeb", "consumerID": "SO-COpenSource-Env11", "timestamp": 1677067391745, "artifactURL": "/sdc/v1/catalog/services/BasicVm/1.0/resourceInstances/basic_vm0/artifacts/base_ubuntu20.env", "status": "NOTIFIED" } 2023-02-22T12:04:40.782Z||pool-77-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 99 ms 2023-02-22T12:04:40.783Z||pool-77-thread-1|||||WARN|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO will send credentials over a clear channel. 2023-02-22T12:04:40.783Z||pool-77-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as sXwXLxdJNt84opGN) ... 2023-02-22T12:04:40.795Z||pool-77-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK 2023-02-22T12:04:40.796Z||pool-77-thread-1|||||INFO|500||cambria reply ok (13 ms):{"serverTimeMs":0,"count":1} 2023-02-22T12:04:41.683Z|0563182b-dee7-402b-9474-4934a682cbb0|pool-2-thread-2|||||INFO|500||DistributionClient - sendNotificationStatus 2023-02-22T12:04:41.684Z|0563182b-dee7-402b-9474-4934a682cbb0|pool-2-thread-2|||||INFO|500||DistributionClient - sendStatus 2023-02-22T12:04:41.686Z|0563182b-dee7-402b-9474-4934a682cbb0|pool-2-thread-2|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap] 2023-02-22T12:04:41.686Z|0563182b-dee7-402b-9474-4934a682cbb0|pool-2-thread-2|||||DEBUG|500||try to send status { "distributionID": "b2eabbe6-119f-453f-ab8a-964c7eb54eeb", "consumerID": "SO-COpenSource-Env11", "timestamp": 1677067391745, "artifactURL": "/sdc/v1/catalog/services/BasicVm/1.0/artifacts/service-BasicVm-template.yml", "status": "NOT_NOTIFIED" } 2023-02-22T12:04:41.786Z||pool-78-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms 2023-02-22T12:04:41.787Z||pool-78-thread-1|||||WARN|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO will send credentials over a clear channel. 2023-02-22T12:04:41.787Z||pool-78-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as sXwXLxdJNt84opGN) ... 2023-02-22T12:04:41.799Z||pool-78-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK 2023-02-22T12:04:41.800Z||pool-78-thread-1|||||INFO|500||cambria reply ok (14 ms):{"serverTimeMs":0,"count":1} 2023-02-22T12:04:42.686Z|0563182b-dee7-402b-9474-4934a682cbb0|pool-2-thread-2|||||INFO|500||DistributionClient - sendNotificationStatus 2023-02-22T12:04:42.687Z|0563182b-dee7-402b-9474-4934a682cbb0|pool-2-thread-2|||||INFO|500||DistributionClient - sendStatus 2023-02-22T12:04:42.689Z|0563182b-dee7-402b-9474-4934a682cbb0|pool-2-thread-2|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap] 2023-02-22T12:04:42.689Z|0563182b-dee7-402b-9474-4934a682cbb0|pool-2-thread-2|||||DEBUG|500||try to send status { "distributionID": "b2eabbe6-119f-453f-ab8a-964c7eb54eeb", "consumerID": "SO-COpenSource-Env11", "timestamp": 1677067391745, "artifactURL": "/sdc/v1/catalog/services/BasicVm/1.0/artifacts/service-BasicVm-csar.csar", "status": "NOTIFIED" } 2023-02-22T12:04:42.789Z||pool-79-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms 2023-02-22T12:04:42.790Z||pool-79-thread-1|||||WARN|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO will send credentials over a clear channel. 2023-02-22T12:04:42.790Z||pool-79-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as sXwXLxdJNt84opGN) ... 2023-02-22T12:04:42.800Z||pool-79-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK 2023-02-22T12:04:42.800Z||pool-79-thread-1|||||INFO|500||cambria reply ok (10 ms):{"serverTimeMs":0,"count":1} 2023-02-22T12:04:43.690Z|0563182b-dee7-402b-9474-4934a682cbb0|pool-2-thread-2|||||DEBUG|500||sending notification to client: { "distributionID": "b2eabbe6-119f-453f-ab8a-964c7eb54eeb", "serviceName": "basic_vm", "serviceVersion": "1.0", "serviceUUID": "070bff43-4286-4f87-a969-9dc12086682b", "serviceDescription": "service", "serviceInvariantUUID": "c6cb855d-84f6-459a-b858-6ddcf6ff5741", "resources": [ { "resourceInstanceName": "basic_vm 0", "resourceCustomizationUUID": "a00374d4-7cb7-4866-b5ca-426c520ff6f2", "resourceName": "basic_vm", "resourceVersion": "1.0", "resoucreType": "VF", "resourceUUID": "a78079fa-accc-48a4-9aa5-5236b0ede271", "resourceInvariantUUID": "8d86dbc8-f52d-40f7-9399-f22cfd326681", "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": "YTYyNGI5MTg3NjlhODUyMjUxNmY0ZWE4MjA1YjBlYzg\u003d", "artifactDescription": "Auto-generated VF Modules information artifact", "artifactTimeout": 0, "artifactVersion": "1", "artifactUUID": "6a503136-031e-4747-a864-b253e75a2080", "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": "d1470315-45a7-4e3f-9b6b-d3ce6f05863b", "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": "9b6aea9e-c0ff-4a99-8a21-9ee211bc118f", "generatedFromUUID": "d1470315-45a7-4e3f-9b6b-d3ce6f05863b" }, "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": "9b6aea9e-c0ff-4a99-8a21-9ee211bc118f", "relatedArtifactsInfo": [] } ] } ], "serviceArtifacts": [ { "artifactName": "service-BasicVm-csar.csar", "artifactType": "TOSCA_CSAR", "artifactURL": "/sdc/v1/catalog/services/BasicVm/1.0/artifacts/service-BasicVm-csar.csar", "artifactChecksum": "NzY2NWZhZDgxOWY4MjFlN2EyNTJhMWM1NDgyNzE0NjE\u003d", "artifactDescription": "TOSCA definition package of the asset", "artifactTimeout": 0, "artifactVersion": "1", "artifactUUID": "c22c6e69-8d08-4f25-bc58-29854ca6cfd7" } ], "workloadContext": "Production" } 2023-02-22T12:04:43.691Z|0563182b-dee7-402b-9474-4934a682cbb0|pool-2-thread-2|||||DEBUG|500||Receive a callback notification in ASDC, nb of resources: 1 2023-02-22T12:04:43.691Z|0563182b-dee7-402b-9474-4934a682cbb0|pool-2-thread-2|||||INFO|500||ASDC_RECEIVE_CALLBACK_NOTIF 3 070bff43-4286-4f87-a969-9dc12086682b ASDC 2023-02-22T12:04:43.692Z|b2eabbe6-119f-453f-ab8a-964c7eb54eeb|pool-2-thread-2|||||DEBUG|500||ASDC Notification: DistributionID:b2eabbe6-119f-453f-ab8a-964c7eb54eeb ServiceName:basic_vm ServiceVersion:1.0 ServiceUUID:070bff43-4286-4f87-a969-9dc12086682b ServiceInvariantUUID:c6cb855d-84f6-459a-b858-6ddcf6ff5741 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:c22c6e69-8d08-4f25-bc58-29854ca6cfd7 ArtifactChecksum:NzY2NWZhZDgxOWY4MjFlN2EyNTJhMWM1NDgyNzE0NjE= GeneratedArtifact:{NULL } RelatedArtifacts:{ } } Resource Instances List: { Resource Instance Info: ResourceInstanceName:basic_vm 0 ResourceCustomizationUUID:a00374d4-7cb7-4866-b5ca-426c520ff6f2 ResourceInvariantUUID:8d86dbc8-f52d-40f7-9399-f22cfd326681 ResourceName:basic_vm ResourceType:VF ResourceUUID:a78079fa-accc-48a4-9aa5-5236b0ede271 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:6a503136-031e-4747-a864-b253e75a2080 ArtifactChecksum:YTYyNGI5MTg3NjlhODUyMjUxNmY0ZWE4MjA1YjBlYzg= 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:d1470315-45a7-4e3f-9b6b-d3ce6f05863b 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:9b6aea9e-c0ff-4a99-8a21-9ee211bc118f 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:9b6aea9e-c0ff-4a99-8a21-9ee211bc118f ArtifactChecksum:ZTAxYmViMzcwNTk0ZjY0OGE2MzI2MGRhYzc3NThhNWE= GeneratedArtifact:{NULL } RelatedArtifacts:{ } } } 2023-02-22T12:04:43.692Z|b2eabbe6-119f-453f-ab8a-964c7eb54eeb|pool-2-thread-2|||||INFO|500||ASDC_RECEIVE_SERVICE_NOTIF 070bff43-4286-4f87-a969-9dc12086682b ASDC treatNotification Hibernate: select watchdogse0_.DISTRIBUTION_ID as distribu1_13_0_, watchdogse0_.SERVICE_MODEL_VERSION_ID as service_2_13_0_, watchdogse0_.CONSUMER_ID as consumer3_13_0_, watchdogse0_.CREATE_TIME as create_t4_13_0_, watchdogse0_.DISTRIBUTION_NOTIFICATION as distribu5_13_0_ from watchdog_service_mod_ver_id_lookup watchdogse0_ where watchdogse0_.DISTRIBUTION_ID=? and watchdogse0_.SERVICE_MODEL_VERSION_ID=? Hibernate: insert into watchdog_service_mod_ver_id_lookup (CONSUMER_ID, CREATE_TIME, DISTRIBUTION_NOTIFICATION, DISTRIBUTION_ID, SERVICE_MODEL_VERSION_ID) values (?, ?, ?, ?, ?) Hibernate: select watchdogdi0_.DISTRIBUTION_ID as distribu1_11_0_, watchdogdi0_.CREATE_TIME as create_t2_11_0_, watchdogdi0_.DISTRIBUTION_ID_STATUS as distribu3_11_0_, watchdogdi0_.MODIFY_TIME as modify_t4_11_0_, watchdogdi0_.LOCK_VERSION as lock_ver5_11_0_ from watchdog_distributionid_status watchdogdi0_ where watchdogdi0_.DISTRIBUTION_ID=? Hibernate: update watchdog_distributionid_status set DISTRIBUTION_ID_STATUS=?, MODIFY_TIME=?, LOCK_VERSION=? where DISTRIBUTION_ID=? 2023-02-22T12:04:43.727Z|b2eabbe6-119f-453f-ab8a-964c7eb54eeb|pool-2-thread-2|||||INFO|500||Unable to find the system property mso.config.path, use the default configuration 2023-02-22T12:04:43.727Z|b2eabbe6-119f-453f-ab8a-964c7eb54eeb|pool-2-thread-2|||||INFO|500||MSO config path is: /app 2023-02-22T12:04:43.728Z|b2eabbe6-119f-453f-ab8a-964c7eb54eeb|pool-2-thread-2|||||INFO|500||MSO config path is: /app 2023-02-22T12:04:43.728Z|b2eabbe6-119f-453f-ab8a-964c7eb54eeb|pool-2-thread-2|||||INFO|500||Trying to download the artifact UUID: c22c6e69-8d08-4f25-bc58-29854ca6cfd7 from URL: /sdc/v1/catalog/services/BasicVm/1.0/artifacts/service-BasicVm-csar.csar 2023-02-22T12:04:43.728Z|b2eabbe6-119f-453f-ab8a-964c7eb54eeb|pool-2-thread-2|||||INFO|500||DistributionClient - download 2023-02-22T12:04:43.728Z|b2eabbe6-119f-453f-ab8a-964c7eb54eeb|pool-2-thread-2|||||DEBUG|500||url to send https://sdc-be.onap:8443/sdc/v1/catalog/services/BasicVm/1.0/artifacts/service-BasicVm-csar.csar 2023-02-22T12:04:43.948Z|b2eabbe6-119f-453f-ab8a-964c7eb54eeb|pool-2-thread-2|||||DEBUG|500||GET Response Status 200 2023-02-22T12:04:43.952Z|b2eabbe6-119f-453f-ab8a-964c7eb54eeb|pool-2-thread-2|||||INFO|500||ASDC_ARTIFACT_DOWNLOAD_SUC /sdc/v1/catalog/services/BasicVm/1.0/artifacts/service-BasicVm-csar.csar c22c6e69-8d08-4f25-bc58-29854ca6cfd7 74808 2023-02-22T12:04:43.952Z|b2eabbe6-119f-453f-ab8a-964c7eb54eeb|pool-2-thread-2|||||INFO|500||ASDC_SEND_NOTIF_ASDC DOWNLOAD DOWNLOAD_OK /sdc/v1/catalog/services/BasicVm/1.0/artifacts/service-BasicVm-csar.csar ASDC sendASDCNotification 2023-02-22T12:04:43.952Z|b2eabbe6-119f-453f-ab8a-964c7eb54eeb|pool-2-thread-2|||||DEBUG|500||Sending DOWNLOAD(DOWNLOAD_OK) notification to ASDC for artifact:/sdc/v1/catalog/services/BasicVm/1.0/artifacts/service-BasicVm-csar.csar 2023-02-22T12:04:43.953Z|b2eabbe6-119f-453f-ab8a-964c7eb54eeb|pool-2-thread-2|||||INFO|500||DistributionClient - sendDownloadStatus 2023-02-22T12:04:43.953Z|b2eabbe6-119f-453f-ab8a-964c7eb54eeb|pool-2-thread-2|||||INFO|500||DistributionClient - sendStatus 2023-02-22T12:04:43.955Z|b2eabbe6-119f-453f-ab8a-964c7eb54eeb|pool-2-thread-2|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap] 2023-02-22T12:04:43.955Z|b2eabbe6-119f-453f-ab8a-964c7eb54eeb|pool-2-thread-2|||||DEBUG|500||try to send status { "distributionID": "b2eabbe6-119f-453f-ab8a-964c7eb54eeb", "consumerID": "SO-COpenSource-Env11", "timestamp": 1677067483952, "artifactURL": "/sdc/v1/catalog/services/BasicVm/1.0/artifacts/service-BasicVm-csar.csar", "status": "DOWNLOAD_OK" } 2023-02-22T12:04:44.055Z||pool-80-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 99 ms 2023-02-22T12:04:44.056Z||pool-80-thread-1|||||WARN|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO will send credentials over a clear channel. 2023-02-22T12:04:44.056Z||pool-80-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as sXwXLxdJNt84opGN) ... 2023-02-22T12:04:44.085Z||pool-80-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK 2023-02-22T12:04:44.085Z||pool-80-thread-1|||||INFO|500||cambria reply ok (29 ms):{"serverTimeMs":0,"count":1} 2023-02-22T12:04:44.956Z|b2eabbe6-119f-453f-ab8a-964c7eb54eeb|pool-2-thread-2|||||INFO|500||Unable to find the system property mso.config.path, use the default configuration 2023-02-22T12:04:44.957Z|b2eabbe6-119f-453f-ab8a-964c7eb54eeb|pool-2-thread-2|||||INFO|500||MSO config path is: /app 2023-02-22T12:04:44.958Z|b2eabbe6-119f-453f-ab8a-964c7eb54eeb|pool-2-thread-2|||||INFO|500||Trying to write artifact UUID: c22c6e69-8d08-4f25-bc58-29854ca6cfd7, URL: /sdc/v1/catalog/services/BasicVm/1.0/artifacts/service-BasicVm-csar.csar to file: /app/ASDC/1/service-BasicVm-csar.csar 2023-02-22T12:04:44.958Z|b2eabbe6-119f-453f-ab8a-964c7eb54eeb|pool-2-thread-2|||||INFO|500||ASDC_RECEIVE_SERVICE_NOTIF ***WRITE FILE ARTIFACT NAME ASDC service-BasicVm-csar.csar 2023-02-22T12:04:44.959Z|b2eabbe6-119f-453f-ab8a-964c7eb54eeb|pool-2-thread-2|||||DEBUG|500||ASDC File path is: /app/ASDC/1/service-BasicVm-csar.csar 2023-02-22T12:04:44.959Z|b2eabbe6-119f-453f-ab8a-964c7eb54eeb|pool-2-thread-2|||||INFO|500||ASDC_RECEIVE_SERVICE_NOTIF ***PATH ASDC /app/ASDC/1/service-BasicVm-csar.csar 2023-02-22T12:04:45.119Z|b2eabbe6-119f-453f-ab8a-964c7eb54eeb|pool-2-thread-2|||||DEBUG|500||ToscaTemplate Loading YAMEL file /tmp/JTP6014102769455419144/Definitions/service-BasicVm-template.yml Log warning: The required parameter "port_ubuntu20_admin_plane_port_0_name" is not provided Log warning: The required parameter "port_ubuntu20_admin_plane_port_0_ip_requirements" is not provided Log warning: The required parameter "port_ubuntu20_admin_plane_port_0_vlan_requirements" is not provided Log warning: The required parameter "port_ubuntu20_admin_plane_port_0_related_networks" is not provided Log warning: The required parameter "port_ubuntu20_admin_plane_port_0_order" is not provided Log warning: The required parameter "compute_ubuntu20_key_name" is not provided Log warning: The required parameter "compute_ubuntu20_name" is not provided Log warning: The required parameter "compute_ubuntu20_user_data_format" is not provided Log warning: The required parameter "port_ubuntu20_admin_plane_port_0_security_groups" is not provided Log warning: The required parameter "port_ubuntu20_admin_plane_port_0_network_role" is not provided Log warning: The required parameter "port_ubuntu20_admin_plane_port_0_network_role_tag" is not provided Log warning: The required parameter "port_ubuntu20_admin_plane_port_0_network" is not provided Log warning: The required parameter "compute_ubuntu20_metadata" is not provided Log warning: The required parameter "port_ubuntu20_admin_plane_port_0_subnetpoolid" is not provided 2023-02-22T12:04:46.396Z|b2eabbe6-119f-453f-ab8a-964c7eb54eeb|pool-2-thread-2|||||DEBUG|500||CSAR conformance level is 11.0 2023-02-22T12:04:46.396Z|b2eabbe6-119f-453f-ab8a-964c7eb54eeb|pool-2-thread-2|||||WARN|500||#################################################################################################### 2023-02-22T12:04:46.397Z|b2eabbe6-119f-453f-ab8a-964c7eb54eeb|pool-2-thread-2|||||WARN|500||CSAR Warnings found! CSAR name - /app/ASDC/1/service-BasicVm-csar.csar 2023-02-22T12:04:46.397Z|b2eabbe6-119f-453f-ab8a-964c7eb54eeb|pool-2-thread-2|||||WARN|500||ToscaTemplate - verifyTemplate - 7 Parsing Warnings occurred... 2023-02-22T12:04:46.397Z|b2eabbe6-119f-453f-ab8a-964c7eb54eeb|pool-2-thread-2|||||WARN|500||JTosca Exception [JE003]: MissingRequiredFieldError: properties of template "abstract_ubuntu20" are missing field(s): [unit, type]. CSAR name - /app/ASDC/1/service-BasicVm-csar.csar 2023-02-22T12:04:46.397Z|b2eabbe6-119f-453f-ab8a-964c7eb54eeb|pool-2-thread-2|||||WARN|500||JTosca Exception [JE003]: MissingRequiredFieldError: Data value of type "org.openecomp.datatypes.network.MacRequirements" is missing required field(s) "[supplemental_data]". CSAR name - /app/ASDC/1/service-BasicVm-csar.csar 2023-02-22T12:04:46.397Z|b2eabbe6-119f-453f-ab8a-964c7eb54eeb|pool-2-thread-2|||||WARN|500||JTosca Exception [JE003]: MissingRequiredFieldError: properties of template "basic_vm 0" are missing field(s): [nf_function, nf_role, nf_naming_code, nf_type, min_instances, max_instances, sdnc_model_name, sdnc_model_version, sdnc_artifact_name]. CSAR name - /app/ASDC/1/service-BasicVm-csar.csar 2023-02-22T12:04:46.397Z|b2eabbe6-119f-453f-ab8a-964c7eb54eeb|pool-2-thread-2|||||WARN|500||JTosca Exception [JE003]: MissingRequiredFieldError: properties of template "abstract_ubuntu20" are missing field(s): [nfc_function]. CSAR name - /app/ASDC/1/service-BasicVm-csar.csar 2023-02-22T12:04:46.397Z|b2eabbe6-119f-453f-ab8a-964c7eb54eeb|pool-2-thread-2|||||WARN|500||JTosca Exception [JE003]: MissingRequiredFieldError: Data value of type "org.openecomp.datatypes.AssignmentRequirements" is missing required field(s) "[supplemental_data]". CSAR name - /app/ASDC/1/service-BasicVm-csar.csar 2023-02-22T12:04:46.397Z|b2eabbe6-119f-453f-ab8a-964c7eb54eeb|pool-2-thread-2|||||WARN|500||JTosca Exception [JE003]: MissingRequiredFieldError: Data value of type "org.openecomp.datatypes.Naming" is missing required field(s) "[supplemental_data]". CSAR name - /app/ASDC/1/service-BasicVm-csar.csar 2023-02-22T12:04:46.397Z|b2eabbe6-119f-453f-ab8a-964c7eb54eeb|pool-2-thread-2|||||WARN|500||JTosca Exception [JE003]: MissingRequiredFieldError: Data value of type "org.openecomp.datatypes.PortMirroringConnectionPointDescription" is missing required field(s) "[nf_naming_code, pps_capacity, nf_type, nfc_type]". CSAR name - /app/ASDC/1/service-BasicVm-csar.csar 2023-02-22T12:04:46.397Z|b2eabbe6-119f-453f-ab8a-964c7eb54eeb|pool-2-thread-2|||||WARN|500||#################################################################################################### 2023-02-22T12:04:46.398Z|b2eabbe6-119f-453f-ab8a-964c7eb54eeb|pool-2-thread-2|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive 2023-02-22T12:04:46.398Z|b2eabbe6-119f-453f-ab8a-964c7eb54eeb|pool-2-thread-2|||||DEBUG|500||Service basic_vm is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=SERVICE_PROXY, toscaType=null, uUID=null, customizationUUID=null 2023-02-22T12:04:46.398Z|b2eabbe6-119f-453f-ab8a-964c7eb54eeb|pool-2-thread-2|||||DEBUG|500||Node template basic_vm 0 is matching search criteria 2023-02-22T12:04:46.398Z|b2eabbe6-119f-453f-ab8a-964c7eb54eeb|pool-2-thread-2|||||DEBUG|500||Search for entities recursively 2023-02-22T12:04:46.398Z|b2eabbe6-119f-453f-ab8a-964c7eb54eeb|pool-2-thread-2|||||DEBUG|500||Found topology templates [basic_vm 0, abstract_ubuntu20] matching following query criteria: sdcType=Service, customizationUUID=null 2023-02-22T12:04:46.398Z|b2eabbe6-119f-453f-ab8a-964c7eb54eeb|pool-2-thread-2|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive 2023-02-22T12:04:46.399Z|b2eabbe6-119f-453f-ab8a-964c7eb54eeb|pool-2-thread-2|||||DEBUG|500||Service basic_vm is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=CONFIGURATION, toscaType=null, uUID=null, customizationUUID=null 2023-02-22T12:04:46.399Z|b2eabbe6-119f-453f-ab8a-964c7eb54eeb|pool-2-thread-2|||||DEBUG|500||Node template basic_vm 0 is matching search criteria 2023-02-22T12:04:46.399Z|b2eabbe6-119f-453f-ab8a-964c7eb54eeb|pool-2-thread-2|||||DEBUG|500||Search for entities recursively 2023-02-22T12:04:46.399Z|b2eabbe6-119f-453f-ab8a-964c7eb54eeb|pool-2-thread-2|||||DEBUG|500||Found topology templates [basic_vm 0, abstract_ubuntu20] matching following query criteria: sdcType=Service, customizationUUID=null 2023-02-22T12:04:46.399Z|b2eabbe6-119f-453f-ab8a-964c7eb54eeb|pool-2-thread-2|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive 2023-02-22T12:04:46.399Z|b2eabbe6-119f-453f-ab8a-964c7eb54eeb|pool-2-thread-2|||||DEBUG|500||Service basic_vm is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=VF, toscaType=null, uUID=null, customizationUUID=null 2023-02-22T12:04:46.400Z|b2eabbe6-119f-453f-ab8a-964c7eb54eeb|pool-2-thread-2|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive 2023-02-22T12:04:46.400Z|b2eabbe6-119f-453f-ab8a-964c7eb54eeb|pool-2-thread-2|||||DEBUG|500||Node template basic_vm 0 is not matching search criteria 2023-02-22T12:04:46.400Z|b2eabbe6-119f-453f-ab8a-964c7eb54eeb|pool-2-thread-2|||||DEBUG|500||Node template abstract_ubuntu20 is not matching search criteria 2023-02-22T12:04:46.400Z|b2eabbe6-119f-453f-ab8a-964c7eb54eeb|pool-2-thread-2|||||DEBUG|500||Node template ubuntu20 is not matching search criteria 2023-02-22T12:04:46.400Z|b2eabbe6-119f-453f-ab8a-964c7eb54eeb|pool-2-thread-2|||||DEBUG|500||Node template ubuntu20_ubuntu20_admin_plane_port_0 is not matching search criteria 2023-02-22T12:04:46.400Z|b2eabbe6-119f-453f-ab8a-964c7eb54eeb|pool-2-thread-2|||||DEBUG|500||Node template ubuntu20_admin_security_group is not matching search criteria 2023-02-22T12:04:46.400Z|b2eabbe6-119f-453f-ab8a-964c7eb54eeb|pool-2-thread-2|||||DEBUG|500||Found topology templates [] matching following query criteria: sdcType=VF, customizationUUID=customizationUUID 2023-02-22T12:04:46.401Z|b2eabbe6-119f-453f-ab8a-964c7eb54eeb|pool-2-thread-2|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive 2023-02-22T12:04:46.401Z|b2eabbe6-119f-453f-ab8a-964c7eb54eeb|pool-2-thread-2|||||DEBUG|500||Service basic_vm is searched for EntityType=GROUP, nodeTemplateType=null, toscaType=org.openecomp.groups.VfModule, uUID=null, customizationUUID=null 2023-02-22T12:04:46.401Z|b2eabbe6-119f-453f-ab8a-964c7eb54eeb|pool-2-thread-2|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive 2023-02-22T12:04:46.401Z|b2eabbe6-119f-453f-ab8a-964c7eb54eeb|pool-2-thread-2|||||DEBUG|500||Node template basic_vm 0 is matching search criteria 2023-02-22T12:04:46.402Z|b2eabbe6-119f-453f-ab8a-964c7eb54eeb|pool-2-thread-2|||||DEBUG|500||Found topology templates [basic_vm 0] matching following query criteria: sdcType=VF, customizationUUID=null 2023-02-22T12:04:46.402Z|b2eabbe6-119f-453f-ab8a-964c7eb54eeb|pool-2-thread-2|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive 2023-02-22T12:04:46.402Z|b2eabbe6-119f-453f-ab8a-964c7eb54eeb|pool-2-thread-2|||||DEBUG|500||Node template basic_vm 0 is matching search criteria 2023-02-22T12:04:46.402Z|b2eabbe6-119f-453f-ab8a-964c7eb54eeb|pool-2-thread-2|||||DEBUG|500||Found topology templates [basic_vm 0] matching following query criteria: sdcType=VF, customizationUUID=null 2023-02-22T12:04:46.403Z|b2eabbe6-119f-453f-ab8a-964c7eb54eeb|pool-2-thread-2|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive 2023-02-22T12:04:46.403Z|b2eabbe6-119f-453f-ab8a-964c7eb54eeb|pool-2-thread-2|||||DEBUG|500||Node template basic_vm 0 is matching search criteria 2023-02-22T12:04:46.403Z|b2eabbe6-119f-453f-ab8a-964c7eb54eeb|pool-2-thread-2|||||DEBUG|500||Found topology templates [basic_vm 0] matching following query criteria: sdcType=VF, customizationUUID=null 2023-02-22T12:04:46.403Z|b2eabbe6-119f-453f-ab8a-964c7eb54eeb|pool-2-thread-2|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive 2023-02-22T12:04:46.403Z|b2eabbe6-119f-453f-ab8a-964c7eb54eeb|pool-2-thread-2|||||DEBUG|500||Node template basic_vm 0 is not matching search criteria 2023-02-22T12:04:46.404Z|b2eabbe6-119f-453f-ab8a-964c7eb54eeb|pool-2-thread-2|||||DEBUG|500||Node template abstract_ubuntu20 is matching search criteria 2023-02-22T12:04:46.404Z|b2eabbe6-119f-453f-ab8a-964c7eb54eeb|pool-2-thread-2|||||DEBUG|500||Node template ubuntu20_admin_security_group is not matching search criteria 2023-02-22T12:04:46.404Z|b2eabbe6-119f-453f-ab8a-964c7eb54eeb|pool-2-thread-2|||||DEBUG|500||Found topology templates [abstract_ubuntu20] matching following query criteria: sdcType=CVFC, customizationUUID=e8729647-e9c8-4ade-9c62-6fe2520d9ab7 2023-02-22T12:04:46.404Z|b2eabbe6-119f-453f-ab8a-964c7eb54eeb|pool-2-thread-2|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive 2023-02-22T12:04:46.404Z|b2eabbe6-119f-453f-ab8a-964c7eb54eeb|pool-2-thread-2|||||DEBUG|500||Service basic_vm is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=VL, toscaType=null, uUID=null, customizationUUID=null 2023-02-22T12:04:46.405Z|b2eabbe6-119f-453f-ab8a-964c7eb54eeb|pool-2-thread-2|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive 2023-02-22T12:04:46.405Z|b2eabbe6-119f-453f-ab8a-964c7eb54eeb|pool-2-thread-2|||||DEBUG|500||Service basic_vm is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=CR, toscaType=null, uUID=null, customizationUUID=null 2023-02-22T12:04:46.405Z|b2eabbe6-119f-453f-ab8a-964c7eb54eeb|pool-2-thread-2|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive 2023-02-22T12:04:46.406Z|b2eabbe6-119f-453f-ab8a-964c7eb54eeb|pool-2-thread-2|||||DEBUG|500||Service basic_vm is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=VF, toscaType=null, uUID=null, customizationUUID=null 2023-02-22T12:04:46.406Z|b2eabbe6-119f-453f-ab8a-964c7eb54eeb|pool-2-thread-2|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive 2023-02-22T12:04:46.406Z|b2eabbe6-119f-453f-ab8a-964c7eb54eeb|pool-2-thread-2|||||DEBUG|500||Service basic_vm is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=PNF, toscaType=null, uUID=null, customizationUUID=null 2023-02-22T12:04:46.406Z|b2eabbe6-119f-453f-ab8a-964c7eb54eeb|pool-2-thread-2|||||DEBUG|500||CSAR Notification: Service Level Properties: Name:basic_vm Description:service Model UUID:070bff43-4286-4f87-a969-9dc12086682b Model Version:NULL Model InvariantUuid:c6cb855d-84f6-459a-b858-6ddcf6ff5741 Service Type: Service Role: WorkLoad Context:Production Environment Context:General_Revenue-Bearing VNF Properties: Model Name:basic_vm Model UUID:d8d1a429-aabd-4ba7-9b03-abb69a1d7ae3 Description:VF Version:1.0 Type:VF Category:Generic InvariantUuid:8d86dbc8-f52d-40f7-9399-f22cfd326681 Max Instances:null Min Instances:null VNF Customization Properties: Customization UUID:a00374d4-7cb7-4866-b5ca-426c520ff6f2 NFFunction:null NFCode:null NFRole:null NFType:null MultiStageDesign:false VF Module Properties: ModelInvariantUuid:9f2704d7-c496-4201-bc1b-97fddff9ad62 ModelName:BasicVm..base_ubuntu20..module-0 ModelUuid:a39960c0-4641-4f32-a6ed-966ef958ed83 ModelVersion:1 Description:NULL VF Module Customization Properties: Model Customization UUID:NULL CVNFC Properties: ModelCustomizationUuid:e8729647-e9c8-4ade-9c62-6fe2520d9ab7 ModelInvariantUuid:cd91d150-46b9-4bb6-abb8-d2c328a7688c ModelName:basic_vm-nodes.ubuntu20Cvfc ModelUuid:4b883923-58a4-4924-b4d5-d1b5fd84034b ModelVersion:1.0 Description:Complex node type that is used as nested type in VF Template Name:abstract_ubuntu20 VNFC Properties: ModelCustomizationUuid:45f79383-cb51-4dd5-9203-6e5e3fd9e851 ModelInvariantUuid:6dff470f-533f-44a2-883e-3a8fe794362e ModelName:BasicVm.compute.nodes.heat.ubuntu20 ModelUuid:d0f96486-16e6-493b-9f87-4dd8d794bc4c ModelVersion:1.0 Description:Not reusable inner VFC Sub Category:Abstract VF Allotted Resource Properties: PNF Allotted Resource Properties: Hibernate: select toscacsar0_.ARTIFACT_UUID as artifact1_57_0_, toscacsar0_.ARTIFACT_CHECKSUM as artifact2_57_0_, toscacsar0_.CREATION_TIMESTAMP as creation3_57_0_, toscacsar0_.DESCRIPTION as descript4_57_0_, toscacsar0_.NAME as name5_57_0_, toscacsar0_.URL as url6_57_0_, toscacsar0_.Version as version7_57_0_ from tosca_csar toscacsar0_ where toscacsar0_.ARTIFACT_UUID=? 2023-02-22T12:04:46.427Z|b2eabbe6-119f-453f-ab8a-964c7eb54eeb|pool-2-thread-2|||||INFO|500||Processing Resource Type: VF, Model UUID: a78079fa-accc-48a4-9aa5-5236b0ede271 Hibernate: select service0_.MODEL_UUID as model_uu1_50_, service0_.CDS_BLUEPRINT_NAME as cds_blue2_50_, service0_.CDS_BLUEPRINT_VERSION as cds_blue3_50_, service0_.SERVICE_CATEGORY as service_4_50_, service0_.CONTROLLER_ACTOR as controll5_50_, service0_.CREATION_TIMESTAMP as creation6_50_, service0_.TOSCA_CSAR_ARTIFACT_UUID as tosca_c21_50_, service0_.DESCRIPTION as descript7_50_, service0_.OVERALL_DISTRIBUTION_STATUS as overall_8_50_, service0_.ENVIRONMENT_CONTEXT as environm9_50_, service0_.MODEL_INVARIANT_UUID as model_i10_50_, service0_.MODEL_NAME as model_n11_50_, service0_.MODEL_VERSION as model_v12_50_, service0_.NAMING_POLICY as naming_13_50_, service0_.ONAP_GENERATED_NAMING as onap_ge14_50_, service0_.RESOURCE_ORDER as resourc15_50_, service0_.SERVICE_FUNCTION as service16_50_, service0_.SERVICE_ROLE as service17_50_, service0_.SERVICE_TYPE as service18_50_, service0_.SKIP_POST_INSTANTIATION_CONFIGURATION as skip_po19_50_, service0_.WORKLOAD_CONTEXT as workloa20_50_ from service service0_ where service0_.MODEL_UUID=? 2023-02-22T12:04:46.430Z|b2eabbe6-119f-453f-ab8a-964c7eb54eeb|pool-2-thread-2|||||INFO|500||basic_vm 0 2023-02-22T12:04:46.430Z|b2eabbe6-119f-453f-ab8a-964c7eb54eeb|pool-2-thread-2|||||DEBUG|500||Processing Resource Type: VF and Model UUID: a78079fa-accc-48a4-9aa5-5236b0ede271 2023-02-22T12:04:46.430Z|b2eabbe6-119f-453f-ab8a-964c7eb54eeb|pool-2-thread-2|||||INFO|500||Trying to download the artifact UUID: 6a503136-031e-4747-a864-b253e75a2080 from URL: /sdc/v1/catalog/services/BasicVm/1.0/resourceInstances/basic_vm0/artifacts/basic_vm0_modules.json 2023-02-22T12:04:46.430Z|b2eabbe6-119f-453f-ab8a-964c7eb54eeb|pool-2-thread-2|||||INFO|500||DistributionClient - download 2023-02-22T12:04:46.430Z|b2eabbe6-119f-453f-ab8a-964c7eb54eeb|pool-2-thread-2|||||DEBUG|500||url to send https://sdc-be.onap:8443/sdc/v1/catalog/services/BasicVm/1.0/resourceInstances/basic_vm0/artifacts/basic_vm0_modules.json 2023-02-22T12:04:46.485Z|b2eabbe6-119f-453f-ab8a-964c7eb54eeb|pool-2-thread-2|||||DEBUG|500||GET Response Status 200 2023-02-22T12:04:46.486Z|b2eabbe6-119f-453f-ab8a-964c7eb54eeb|pool-2-thread-2|||||INFO|500||ASDC_ARTIFACT_DOWNLOAD_SUC /sdc/v1/catalog/services/BasicVm/1.0/resourceInstances/basic_vm0/artifacts/basic_vm0_modules.json 6a503136-031e-4747-a864-b253e75a2080 787 2023-02-22T12:04:46.486Z|b2eabbe6-119f-453f-ab8a-964c7eb54eeb|pool-2-thread-2|||||INFO|500||ASDC_SEND_NOTIF_ASDC DOWNLOAD DOWNLOAD_OK /sdc/v1/catalog/services/BasicVm/1.0/resourceInstances/basic_vm0/artifacts/basic_vm0_modules.json ASDC sendASDCNotification 2023-02-22T12:04:46.486Z|b2eabbe6-119f-453f-ab8a-964c7eb54eeb|pool-2-thread-2|||||DEBUG|500||Sending DOWNLOAD(DOWNLOAD_OK) notification to ASDC for artifact:/sdc/v1/catalog/services/BasicVm/1.0/resourceInstances/basic_vm0/artifacts/basic_vm0_modules.json 2023-02-22T12:04:46.486Z|b2eabbe6-119f-453f-ab8a-964c7eb54eeb|pool-2-thread-2|||||INFO|500||DistributionClient - sendDownloadStatus 2023-02-22T12:04:46.487Z|b2eabbe6-119f-453f-ab8a-964c7eb54eeb|pool-2-thread-2|||||INFO|500||DistributionClient - sendStatus 2023-02-22T12:04:46.488Z|b2eabbe6-119f-453f-ab8a-964c7eb54eeb|pool-2-thread-2|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap] 2023-02-22T12:04:46.488Z|b2eabbe6-119f-453f-ab8a-964c7eb54eeb|pool-2-thread-2|||||DEBUG|500||try to send status { "distributionID": "b2eabbe6-119f-453f-ab8a-964c7eb54eeb", "consumerID": "SO-COpenSource-Env11", "timestamp": 1677067486486, "artifactURL": "/sdc/v1/catalog/services/BasicVm/1.0/resourceInstances/basic_vm0/artifacts/basic_vm0_modules.json", "status": "DOWNLOAD_OK" } 2023-02-22T12:04:46.590Z||pool-81-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 101 ms 2023-02-22T12:04:46.595Z||pool-81-thread-1|||||WARN|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO will send credentials over a clear channel. 2023-02-22T12:04:46.595Z||pool-81-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as sXwXLxdJNt84opGN) ... 2023-02-22T12:04:46.608Z||pool-81-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK 2023-02-22T12:04:46.610Z||pool-81-thread-1|||||INFO|500||cambria reply ok (19 ms):{"serverTimeMs":0,"count":1} 2023-02-22T12:04:47.489Z|b2eabbe6-119f-453f-ab8a-964c7eb54eeb|pool-2-thread-2|||||DEBUG|500||VF_MODULE_ARTIFACT: [ { "vfModuleModelName": "BasicVm..base_ubuntu20..module-0", "vfModuleModelInvariantUUID": "9f2704d7-c496-4201-bc1b-97fddff9ad62", "vfModuleModelVersion": "1", "vfModuleModelUUID": "a39960c0-4641-4f32-a6ed-966ef958ed83", "vfModuleModelCustomizationUUID": "972827a7-7fc1-4f09-886a-5923fad0d010", "isBase": true, "artifacts": [ "d1470315-45a7-4e3f-9b6b-d3ce6f05863b", "9b6aea9e-c0ff-4a99-8a21-9ee211bc118f" ], "properties": { "min_vf_module_instances": "1", "vf_module_label": "base_ubuntu20", "max_vf_module_instances": "1", "vfc_list": "", "vf_module_type": "Base", "vf_module_description": "", "initial_count": "1", "volume_group": "false", "availability_zone_count": "" } } ] 2023-02-22T12:04:47.493Z|b2eabbe6-119f-453f-ab8a-964c7eb54eeb|pool-2-thread-2|||||DEBUG|500||VfModuleMetaData List: { VfModuleMetaData: VfModuleModelName:BasicVm..base_ubuntu20..module-0 VfModuleModelVersion:1 VfModuleModelUUID:a39960c0-4641-4f32-a6ed-966ef958ed83 VfModuleModelInvariantUUID:9f2704d7-c496-4201-bc1b-97fddff9ad62 VfModuleModelDescription:NULL Artifacts UUID List:{ d1470315-45a7-4e3f-9b6b-d3ce6f05863b , 9b6aea9e-c0ff-4a99-8a21-9ee211bc118f } Properties List:{ min_vf_module_instances : 1 vf_module_label : base_ubuntu20 max_vf_module_instances : 1 vfc_list : vf_module_type : Base vf_module_description : initial_count : 1 volume_group : false availability_zone_count : } isBase:true } 2023-02-22T12:04:47.496Z|b2eabbe6-119f-453f-ab8a-964c7eb54eeb|pool-2-thread-2|||||DEBUG|500||VF_MODULE_ARTIFACT: [ { "vfModuleModelName": "BasicVm..base_ubuntu20..module-0", "vfModuleModelInvariantUUID": "9f2704d7-c496-4201-bc1b-97fddff9ad62", "vfModuleModelVersion": "1", "vfModuleModelUUID": "a39960c0-4641-4f32-a6ed-966ef958ed83", "vfModuleModelCustomizationUUID": "972827a7-7fc1-4f09-886a-5923fad0d010", "isBase": true, "artifacts": [ "d1470315-45a7-4e3f-9b6b-d3ce6f05863b", "9b6aea9e-c0ff-4a99-8a21-9ee211bc118f" ], "properties": { "min_vf_module_instances": "1", "vf_module_label": "base_ubuntu20", "max_vf_module_instances": "1", "vfc_list": "", "vf_module_type": "Base", "vf_module_description": "", "initial_count": "1", "volume_group": "false", "availability_zone_count": "" } } ] 2023-02-22T12:04:47.496Z|b2eabbe6-119f-453f-ab8a-964c7eb54eeb|pool-2-thread-2|||||DEBUG|500||VfModuleMetaData List: { VfModuleMetaData: VfModuleModelName:BasicVm..base_ubuntu20..module-0 VfModuleModelVersion:1 VfModuleModelUUID:a39960c0-4641-4f32-a6ed-966ef958ed83 VfModuleModelInvariantUUID:9f2704d7-c496-4201-bc1b-97fddff9ad62 VfModuleModelDescription:NULL Artifacts UUID List:{ d1470315-45a7-4e3f-9b6b-d3ce6f05863b , 9b6aea9e-c0ff-4a99-8a21-9ee211bc118f } Properties List:{ min_vf_module_instances : 1 vf_module_label : base_ubuntu20 max_vf_module_instances : 1 vfc_list : vf_module_type : Base vf_module_description : initial_count : 1 volume_group : false availability_zone_count : } isBase:true } 2023-02-22T12:04:47.496Z|b2eabbe6-119f-453f-ab8a-964c7eb54eeb|pool-2-thread-2|||||INFO|500||Trying to download the artifact UUID: d1470315-45a7-4e3f-9b6b-d3ce6f05863b from URL: /sdc/v1/catalog/services/BasicVm/1.0/resourceInstances/basic_vm0/artifacts/base_ubuntu20.yaml 2023-02-22T12:04:47.497Z|b2eabbe6-119f-453f-ab8a-964c7eb54eeb|pool-2-thread-2|||||INFO|500||DistributionClient - download 2023-02-22T12:04:47.497Z|b2eabbe6-119f-453f-ab8a-964c7eb54eeb|pool-2-thread-2|||||DEBUG|500||url to send https://sdc-be.onap:8443/sdc/v1/catalog/services/BasicVm/1.0/resourceInstances/basic_vm0/artifacts/base_ubuntu20.yaml 2023-02-22T12:04:47.591Z|b2eabbe6-119f-453f-ab8a-964c7eb54eeb|pool-2-thread-2|||||DEBUG|500||GET Response Status 200 2023-02-22T12:04:47.591Z|b2eabbe6-119f-453f-ab8a-964c7eb54eeb|pool-2-thread-2|||||INFO|500||ASDC_ARTIFACT_DOWNLOAD_SUC /sdc/v1/catalog/services/BasicVm/1.0/resourceInstances/basic_vm0/artifacts/base_ubuntu20.yaml d1470315-45a7-4e3f-9b6b-d3ce6f05863b 5033 2023-02-22T12:04:47.592Z|b2eabbe6-119f-453f-ab8a-964c7eb54eeb|pool-2-thread-2|||||INFO|500||ASDC_SEND_NOTIF_ASDC DOWNLOAD DOWNLOAD_OK /sdc/v1/catalog/services/BasicVm/1.0/resourceInstances/basic_vm0/artifacts/base_ubuntu20.yaml ASDC sendASDCNotification 2023-02-22T12:04:47.592Z|b2eabbe6-119f-453f-ab8a-964c7eb54eeb|pool-2-thread-2|||||DEBUG|500||Sending DOWNLOAD(DOWNLOAD_OK) notification to ASDC for artifact:/sdc/v1/catalog/services/BasicVm/1.0/resourceInstances/basic_vm0/artifacts/base_ubuntu20.yaml 2023-02-22T12:04:47.592Z|b2eabbe6-119f-453f-ab8a-964c7eb54eeb|pool-2-thread-2|||||INFO|500||DistributionClient - sendDownloadStatus 2023-02-22T12:04:47.592Z|b2eabbe6-119f-453f-ab8a-964c7eb54eeb|pool-2-thread-2|||||INFO|500||DistributionClient - sendStatus 2023-02-22T12:04:47.594Z|b2eabbe6-119f-453f-ab8a-964c7eb54eeb|pool-2-thread-2|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap] 2023-02-22T12:04:47.594Z|b2eabbe6-119f-453f-ab8a-964c7eb54eeb|pool-2-thread-2|||||DEBUG|500||try to send status { "distributionID": "b2eabbe6-119f-453f-ab8a-964c7eb54eeb", "consumerID": "SO-COpenSource-Env11", "timestamp": 1677067487591, "artifactURL": "/sdc/v1/catalog/services/BasicVm/1.0/resourceInstances/basic_vm0/artifacts/base_ubuntu20.yaml", "status": "DOWNLOAD_OK" } 2023-02-22T12:04:47.694Z||pool-82-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms 2023-02-22T12:04:47.695Z||pool-82-thread-1|||||WARN|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO will send credentials over a clear channel. 2023-02-22T12:04:47.695Z||pool-82-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as sXwXLxdJNt84opGN) ... 2023-02-22T12:04:47.707Z||pool-82-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK 2023-02-22T12:04:47.708Z||pool-82-thread-1|||||INFO|500||cambria reply ok (14 ms):{"serverTimeMs":0,"count":1} 2023-02-22T12:04:48.594Z|b2eabbe6-119f-453f-ab8a-964c7eb54eeb|pool-2-thread-2|||||INFO|500||Trying to download the artifact UUID: 9b6aea9e-c0ff-4a99-8a21-9ee211bc118f from URL: /sdc/v1/catalog/services/BasicVm/1.0/resourceInstances/basic_vm0/artifacts/base_ubuntu20.env 2023-02-22T12:04:48.595Z|b2eabbe6-119f-453f-ab8a-964c7eb54eeb|pool-2-thread-2|||||INFO|500||DistributionClient - download 2023-02-22T12:04:48.595Z|b2eabbe6-119f-453f-ab8a-964c7eb54eeb|pool-2-thread-2|||||DEBUG|500||url to send https://sdc-be.onap:8443/sdc/v1/catalog/services/BasicVm/1.0/resourceInstances/basic_vm0/artifacts/base_ubuntu20.env 2023-02-22T12:04:48.734Z|b2eabbe6-119f-453f-ab8a-964c7eb54eeb|pool-2-thread-2|||||DEBUG|500||GET Response Status 200 2023-02-22T12:04:48.734Z|b2eabbe6-119f-453f-ab8a-964c7eb54eeb|pool-2-thread-2|||||INFO|500||ASDC_ARTIFACT_DOWNLOAD_SUC /sdc/v1/catalog/services/BasicVm/1.0/resourceInstances/basic_vm0/artifacts/base_ubuntu20.env 9b6aea9e-c0ff-4a99-8a21-9ee211bc118f 903 2023-02-22T12:04:48.735Z|b2eabbe6-119f-453f-ab8a-964c7eb54eeb|pool-2-thread-2|||||INFO|500||ASDC_SEND_NOTIF_ASDC DOWNLOAD DOWNLOAD_OK /sdc/v1/catalog/services/BasicVm/1.0/resourceInstances/basic_vm0/artifacts/base_ubuntu20.env ASDC sendASDCNotification 2023-02-22T12:04:48.735Z|b2eabbe6-119f-453f-ab8a-964c7eb54eeb|pool-2-thread-2|||||DEBUG|500||Sending DOWNLOAD(DOWNLOAD_OK) notification to ASDC for artifact:/sdc/v1/catalog/services/BasicVm/1.0/resourceInstances/basic_vm0/artifacts/base_ubuntu20.env 2023-02-22T12:04:48.735Z|b2eabbe6-119f-453f-ab8a-964c7eb54eeb|pool-2-thread-2|||||INFO|500||DistributionClient - sendDownloadStatus 2023-02-22T12:04:48.735Z|b2eabbe6-119f-453f-ab8a-964c7eb54eeb|pool-2-thread-2|||||INFO|500||DistributionClient - sendStatus 2023-02-22T12:04:48.741Z|b2eabbe6-119f-453f-ab8a-964c7eb54eeb|pool-2-thread-2|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap] 2023-02-22T12:04:48.742Z|b2eabbe6-119f-453f-ab8a-964c7eb54eeb|pool-2-thread-2|||||DEBUG|500||try to send status { "distributionID": "b2eabbe6-119f-453f-ab8a-964c7eb54eeb", "consumerID": "SO-COpenSource-Env11", "timestamp": 1677067488735, "artifactURL": "/sdc/v1/catalog/services/BasicVm/1.0/resourceInstances/basic_vm0/artifacts/base_ubuntu20.env", "status": "DOWNLOAD_OK" } 2023-02-22T12:04:48.838Z||pool-83-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 96 ms 2023-02-22T12:04:48.839Z||pool-83-thread-1|||||WARN|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO will send credentials over a clear channel. 2023-02-22T12:04:48.839Z||pool-83-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as sXwXLxdJNt84opGN) ... 2023-02-22T12:04:48.853Z||pool-83-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK 2023-02-22T12:04:48.853Z||pool-83-thread-1|||||INFO|500||cambria reply ok (15 ms):{"serverTimeMs":0,"count":1} 2023-02-22T12:04:49.742Z|b2eabbe6-119f-453f-ab8a-964c7eb54eeb|pool-2-thread-2|||||DEBUG|500||Preparing to deploy Service: 070bff43-4286-4f87-a969-9dc12086682b 2023-02-22T12:04:49.743Z|b2eabbe6-119f-453f-ab8a-964c7eb54eeb|pool-2-thread-2|||||INFO|500||ASDC_START_DEPLOY_ARTIFACT basic_vm 0 a78079fa-accc-48a4-9aa5-5236b0ede271 ASDC Hibernate: select heatenviro0_.ARTIFACT_UUID as artifact1_26_, heatenviro0_.ARTIFACT_CHECKSUM as artifact2_26_, heatenviro0_.CREATION_TIMESTAMP as creation3_26_, heatenviro0_.DESCRIPTION as descript4_26_, heatenviro0_.BODY as body5_26_, heatenviro0_.NAME as name6_26_, heatenviro0_.VERSION as version7_26_ from heat_environment heatenviro0_ where heatenviro0_.ARTIFACT_UUID=? Hibernate: select heattempla0_.ARTIFACT_UUID as artifact1_29_, heattempla0_.ARTIFACT_CHECKSUM as artifact2_29_, heattempla0_.CREATION_TIMESTAMP as creation3_29_, heattempla0_.DESCRIPTION as descript4_29_, heattempla0_.BODY as body5_29_, heattempla0_.NAME as name6_29_, heattempla0_.TIMEOUT_MINUTES as timeout_7_29_, heattempla0_.VERSION as version8_29_ from heat_template heattempla0_ where heattempla0_.ARTIFACT_UUID=? Hibernate: select toscacsar0_.ARTIFACT_UUID as artifact1_57_0_, toscacsar0_.ARTIFACT_CHECKSUM as artifact2_57_0_, toscacsar0_.CREATION_TIMESTAMP as creation3_57_0_, toscacsar0_.DESCRIPTION as descript4_57_0_, toscacsar0_.NAME as name5_57_0_, toscacsar0_.URL as url6_57_0_, toscacsar0_.Version as version7_57_0_ from tosca_csar toscacsar0_ where toscacsar0_.ARTIFACT_UUID=? Hibernate: select service0_.MODEL_UUID as model_uu1_50_, service0_.CDS_BLUEPRINT_NAME as cds_blue2_50_, service0_.CDS_BLUEPRINT_VERSION as cds_blue3_50_, service0_.SERVICE_CATEGORY as service_4_50_, service0_.CONTROLLER_ACTOR as controll5_50_, service0_.CREATION_TIMESTAMP as creation6_50_, service0_.TOSCA_CSAR_ARTIFACT_UUID as tosca_c21_50_, service0_.DESCRIPTION as descript7_50_, service0_.OVERALL_DISTRIBUTION_STATUS as overall_8_50_, service0_.ENVIRONMENT_CONTEXT as environm9_50_, service0_.MODEL_INVARIANT_UUID as model_i10_50_, service0_.MODEL_NAME as model_n11_50_, service0_.MODEL_VERSION as model_v12_50_, service0_.NAMING_POLICY as naming_13_50_, service0_.ONAP_GENERATED_NAMING as onap_ge14_50_, service0_.RESOURCE_ORDER as resourc15_50_, service0_.SERVICE_FUNCTION as service16_50_, service0_.SERVICE_ROLE as service17_50_, service0_.SERVICE_TYPE as service18_50_, service0_.SKIP_POST_INSTANTIATION_CONFIGURATION as skip_po19_50_, service0_.WORKLOAD_CONTEXT as workloa20_50_ from service service0_ where service0_.MODEL_UUID=? 2023-02-22T12:04:49.753Z|b2eabbe6-119f-453f-ab8a-964c7eb54eeb|pool-2-thread-2|||||DEBUG|500||serviceInputs: {} [org.onap.sdc.toscaparser.api.parameters.Input@40ba12da, org.onap.sdc.toscaparser.api.parameters.Input@6df5dc9a, org.onap.sdc.toscaparser.api.parameters.Input@6013f5e2, org.onap.sdc.toscaparser.api.parameters.Input@9e1b119, org.onap.sdc.toscaparser.api.parameters.Input@19dd4e3d] 2023-02-22T12:04:49.754Z|b2eabbe6-119f-453f-ab8a-964c7eb54eeb|pool-2-thread-2|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive 2023-02-22T12:04:49.754Z|b2eabbe6-119f-453f-ab8a-964c7eb54eeb|pool-2-thread-2|||||DEBUG|500||Service basic_vm is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=VF, toscaType=null, uUID=null, customizationUUID=null 2023-02-22T12:04:49.754Z|b2eabbe6-119f-453f-ab8a-964c7eb54eeb|pool-2-thread-2|||||DEBUG|500||VF Category is: Generic 2023-02-22T12:04:49.754Z|b2eabbe6-119f-453f-ab8a-964c7eb54eeb|pool-2-thread-2|||||DEBUG|500||VFCustomizationUUID= a00374d4-7cb7-4866-b5ca-426c520ff6f2 2023-02-22T12:04:49.755Z|b2eabbe6-119f-453f-ab8a-964c7eb54eeb|pool-2-thread-2|||||DEBUG|500||Checking if Notification VF ResourceCustomizationUUID: a00374d4-7cb7-4866-b5ca-426c520ff6f2 matches Tosca VF Customization UUID: a00374d4-7cb7-4866-b5ca-426c520ff6f2 2023-02-22T12:04:49.755Z|b2eabbe6-119f-453f-ab8a-964c7eb54eeb|pool-2-thread-2|||||DEBUG|500||vfCustomizationUUID: a00374d4-7cb7-4866-b5ca-426c520ff6f2 matches vfNotificationResource CustomizationUUID Hibernate: select vnfresourc0_.MODEL_UUID as model_uu1_64_, vnfresourc0_.AIC_VERSION_MAX as aic_vers2_64_, vnfresourc0_.AIC_VERSION_MIN as aic_vers3_64_, vnfresourc0_.RESOURCE_CATEGORY as resource4_64_, vnfresourc0_.CREATION_TIMESTAMP as creation5_64_, vnfresourc0_.DESCRIPTION as descript6_64_, vnfresourc0_.HEAT_TEMPLATE_ARTIFACT_UUID as heat_te13_64_, vnfresourc0_.MODEL_INVARIANT_UUID as model_in7_64_, vnfresourc0_.MODEL_NAME as model_na8_64_, vnfresourc0_.MODEL_VERSION as model_ve9_64_, vnfresourc0_.ORCHESTRATION_MODE as orchest10_64_, vnfresourc0_.RESOURCE_SUB_CATEGORY as resourc11_64_, vnfresourc0_.TOSCA_NODE_TYPE as tosca_n12_64_ from vnf_resource vnfresourc0_ where vnfresourc0_.MODEL_UUID=? 2023-02-22T12:04:49.756Z|b2eabbe6-119f-453f-ab8a-964c7eb54eeb|pool-2-thread-2|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive 2023-02-22T12:04:49.756Z|b2eabbe6-119f-453f-ab8a-964c7eb54eeb|pool-2-thread-2|||||DEBUG|500||Service basic_vm is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=null, toscaType=null, uUID=null, customizationUUID=null 2023-02-22T12:04:49.757Z|b2eabbe6-119f-453f-ab8a-964c7eb54eeb|pool-2-thread-2|||||DEBUG|500||resource request for resource customization id a00374d4-7cb7-4866-b5ca-426c520ff6f2: {\"skip_post_instantiation_configuration\":\"true\",\"nf_naming\":\"true\",\"multi_stage_design\":\"false\",\"controller_actor\":\"SO-REF-DATA\",\"availability_zone_max_count\":\"1\"} 2023-02-22T12:04:49.757Z|b2eabbe6-119f-453f-ab8a-964c7eb54eeb|pool-2-thread-2|||||DEBUG|500||vfModuleStructure: org.onap.so.asdc.installer.VfModuleStructure@21a1161f 2023-02-22T12:04:49.757Z|b2eabbe6-119f-453f-ab8a-964c7eb54eeb|pool-2-thread-2|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive 2023-02-22T12:04:49.757Z|b2eabbe6-119f-453f-ab8a-964c7eb54eeb|pool-2-thread-2|||||DEBUG|500||Service basic_vm is searched for EntityType=GROUP, nodeTemplateType=null, toscaType=org.openecomp.groups.VfModule, uUID=null, customizationUUID=null 2023-02-22T12:04:49.757Z|b2eabbe6-119f-453f-ab8a-964c7eb54eeb|pool-2-thread-2|||||DEBUG|500||Comparing Vf_Modules_Metadata CustomizationUUID : 972827a7-7fc1-4f09-886a-5923fad0d010 2023-02-22T12:04:49.758Z|b2eabbe6-119f-453f-ab8a-964c7eb54eeb|pool-2-thread-2|||||DEBUG|500||To Csar Group VFModuleModelCustomizationUUID 972827a7-7fc1-4f09-886a-5923fad0d010 Hibernate: select vfmodule0_.MODEL_UUID as model_uu1_59_, vfmodule0_.CREATION_TIMESTAMP as creation2_59_, vfmodule0_.DESCRIPTION as descript3_59_, vfmodule0_.IS_BASE as is_base4_59_, vfmodule0_.MODEL_INVARIANT_UUID as model_in5_59_, vfmodule0_.MODEL_NAME as model_na6_59_, vfmodule0_.MODEL_VERSION as model_ve7_59_, vfmodule0_.HEAT_TEMPLATE_ARTIFACT_UUID as heat_tem8_59_, vfmodule0_.VNF_RESOURCE_MODEL_UUID as vnf_reso9_59_, vfmodule0_.VOL_HEAT_TEMPLATE_ARTIFACT_UUID as vol_hea10_59_ from vf_module vfmodule0_ where vfmodule0_.MODEL_UUID=? 2023-02-22T12:04:49.759Z|b2eabbe6-119f-453f-ab8a-964c7eb54eeb|pool-2-thread-2|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive 2023-02-22T12:04:49.759Z|b2eabbe6-119f-453f-ab8a-964c7eb54eeb|pool-2-thread-2|||||DEBUG|500||Node template basic_vm 0 is matching search criteria 2023-02-22T12:04:49.759Z|b2eabbe6-119f-453f-ab8a-964c7eb54eeb|pool-2-thread-2|||||DEBUG|500||Found topology templates [basic_vm 0] matching following query criteria: sdcType=VF, customizationUUID=null 2023-02-22T12:04:49.760Z|b2eabbe6-119f-453f-ab8a-964c7eb54eeb|pool-2-thread-2|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive 2023-02-22T12:04:49.760Z|b2eabbe6-119f-453f-ab8a-964c7eb54eeb|pool-2-thread-2|||||DEBUG|500||Node template basic_vm 0 is matching search criteria 2023-02-22T12:04:49.760Z|b2eabbe6-119f-453f-ab8a-964c7eb54eeb|pool-2-thread-2|||||DEBUG|500||Found topology templates [basic_vm 0] matching following query criteria: sdcType=VF, customizationUUID=null 2023-02-22T12:04:49.760Z|b2eabbe6-119f-453f-ab8a-964c7eb54eeb|pool-2-thread-2|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive 2023-02-22T12:04:49.760Z|b2eabbe6-119f-453f-ab8a-964c7eb54eeb|pool-2-thread-2|||||DEBUG|500||Node template basic_vm 0 is not matching search criteria 2023-02-22T12:04:49.761Z|b2eabbe6-119f-453f-ab8a-964c7eb54eeb|pool-2-thread-2|||||DEBUG|500||Node template abstract_ubuntu20 is matching search criteria 2023-02-22T12:04:49.761Z|b2eabbe6-119f-453f-ab8a-964c7eb54eeb|pool-2-thread-2|||||DEBUG|500||Node template ubuntu20_admin_security_group is not matching search criteria 2023-02-22T12:04:49.761Z|b2eabbe6-119f-453f-ab8a-964c7eb54eeb|pool-2-thread-2|||||DEBUG|500||Found topology templates [abstract_ubuntu20] matching following query criteria: sdcType=CVFC, customizationUUID=e8729647-e9c8-4ade-9c62-6fe2520d9ab7 Hibernate: select vnfccustom0_.MODEL_CUSTOMIZATION_UUID as model_cu1_67_, vnfccustom0_.CREATION_TIMESTAMP as creation2_67_, vnfccustom0_.DESCRIPTION as descript3_67_, vnfccustom0_.MODEL_INSTANCE_NAME as model_in4_67_, vnfccustom0_.MODEL_INVARIANT_UUID as model_in5_67_, vnfccustom0_.MODEL_NAME as model_na6_67_, vnfccustom0_.MODEL_UUID as model_uu7_67_, vnfccustom0_.MODEL_VERSION as model_ve8_67_, vnfccustom0_.RESOURCE_INPUT as resource9_67_, vnfccustom0_.TOSCA_NODE_TYPE as tosca_n10_67_, vnfccustom0_.VNFC_INSTANCE_GROUP_CUSTOMIZATION_ID as vnfc_in11_67_ from vnfc_customization vnfccustom0_ where vnfccustom0_.MODEL_CUSTOMIZATION_UUID=? 2023-02-22T12:04:49.762Z|b2eabbe6-119f-453f-ab8a-964c7eb54eeb|pool-2-thread-2|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive 2023-02-22T12:04:49.763Z|b2eabbe6-119f-453f-ab8a-964c7eb54eeb|pool-2-thread-2|||||DEBUG|500||Node template basic_vm 0 is matching search criteria 2023-02-22T12:04:49.763Z|b2eabbe6-119f-453f-ab8a-964c7eb54eeb|pool-2-thread-2|||||DEBUG|500||Found topology templates [basic_vm 0] matching following query criteria: sdcType=VF, customizationUUID=null 2023-02-22T12:04:49.763Z|b2eabbe6-119f-453f-ab8a-964c7eb54eeb|pool-2-thread-2|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive 2023-02-22T12:04:49.763Z|b2eabbe6-119f-453f-ab8a-964c7eb54eeb|pool-2-thread-2|||||DEBUG|500||Node template basic_vm 0 is matching search criteria 2023-02-22T12:04:49.763Z|b2eabbe6-119f-453f-ab8a-964c7eb54eeb|pool-2-thread-2|||||DEBUG|500||Found topology templates [basic_vm 0] matching following query criteria: sdcType=VF, customizationUUID=a00374d4-7cb7-4866-b5ca-426c520ff6f2 Hibernate: select service0_.MODEL_UUID as model_uu1_50_, service0_.CDS_BLUEPRINT_NAME as cds_blue2_50_, service0_.CDS_BLUEPRINT_VERSION as cds_blue3_50_, service0_.SERVICE_CATEGORY as service_4_50_, service0_.CONTROLLER_ACTOR as controll5_50_, service0_.CREATION_TIMESTAMP as creation6_50_, service0_.TOSCA_CSAR_ARTIFACT_UUID as tosca_c21_50_, service0_.DESCRIPTION as descript7_50_, service0_.OVERALL_DISTRIBUTION_STATUS as overall_8_50_, service0_.ENVIRONMENT_CONTEXT as environm9_50_, service0_.MODEL_INVARIANT_UUID as model_i10_50_, service0_.MODEL_NAME as model_n11_50_, service0_.MODEL_VERSION as model_v12_50_, service0_.NAMING_POLICY as naming_13_50_, service0_.ONAP_GENERATED_NAMING as onap_ge14_50_, service0_.RESOURCE_ORDER as resourc15_50_, service0_.SERVICE_FUNCTION as service16_50_, service0_.SERVICE_ROLE as service17_50_, service0_.SERVICE_TYPE as service18_50_, service0_.SKIP_POST_INSTANTIATION_CONFIGURATION as skip_po19_50_, service0_.WORKLOAD_CONTEXT as workloa20_50_ from service service0_ where service0_.MODEL_UUID=? 2023-02-22T12:04:49.765Z|b2eabbe6-119f-453f-ab8a-964c7eb54eeb|pool-2-thread-2|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive 2023-02-22T12:04:49.765Z|b2eabbe6-119f-453f-ab8a-964c7eb54eeb|pool-2-thread-2|||||DEBUG|500||Service basic_vm is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=null, toscaType=null, uUID=null, customizationUUID=null 2023-02-22T12:04:49.765Z|b2eabbe6-119f-453f-ab8a-964c7eb54eeb|pool-2-thread-2|||||DEBUG|500|| resourceSeq for service uuid 070bff43-4286-4f87-a969-9dc12086682b: basic_vm 2023-02-22T12:04:49.765Z|b2eabbe6-119f-453f-ab8a-964c7eb54eeb|pool-2-thread-2|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive 2023-02-22T12:04:49.765Z|b2eabbe6-119f-453f-ab8a-964c7eb54eeb|pool-2-thread-2|||||DEBUG|500||Service basic_vm is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=PNF, toscaType=null, uUID=null, customizationUUID=null 2023-02-22T12:04:49.766Z|b2eabbe6-119f-453f-ab8a-964c7eb54eeb|pool-2-thread-2|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive 2023-02-22T12:04:49.766Z|b2eabbe6-119f-453f-ab8a-964c7eb54eeb|pool-2-thread-2|||||DEBUG|500||Service basic_vm is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=VL, toscaType=null, uUID=null, customizationUUID=null 2023-02-22T12:04:49.766Z|b2eabbe6-119f-453f-ab8a-964c7eb54eeb|pool-2-thread-2|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive 2023-02-22T12:04:49.766Z|b2eabbe6-119f-453f-ab8a-964c7eb54eeb|pool-2-thread-2|||||DEBUG|500||Service basic_vm is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=CR, toscaType=null, uUID=null, customizationUUID=null 2023-02-22T12:04:49.766Z|b2eabbe6-119f-453f-ab8a-964c7eb54eeb|pool-2-thread-2|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive 2023-02-22T12:04:49.766Z|b2eabbe6-119f-453f-ab8a-964c7eb54eeb|pool-2-thread-2|||||DEBUG|500||Service basic_vm is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=SERVICE_PROXY, toscaType=null, uUID=null, customizationUUID=null 2023-02-22T12:04:49.767Z|b2eabbe6-119f-453f-ab8a-964c7eb54eeb|pool-2-thread-2|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive 2023-02-22T12:04:49.767Z|b2eabbe6-119f-453f-ab8a-964c7eb54eeb|pool-2-thread-2|||||DEBUG|500||Service basic_vm is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=CONFIGURATION, toscaType=null, uUID=null, customizationUUID=null 2023-02-22T12:04:49.767Z|b2eabbe6-119f-453f-ab8a-964c7eb54eeb|pool-2-thread-2|||||INFO|500||Saving Service: basic_vm Hibernate: select service0_.MODEL_UUID as model_uu1_50_3_, service0_.CDS_BLUEPRINT_NAME as cds_blue2_50_3_, service0_.CDS_BLUEPRINT_VERSION as cds_blue3_50_3_, service0_.SERVICE_CATEGORY as service_4_50_3_, service0_.CONTROLLER_ACTOR as controll5_50_3_, service0_.CREATION_TIMESTAMP as creation6_50_3_, service0_.TOSCA_CSAR_ARTIFACT_UUID as tosca_c21_50_3_, service0_.DESCRIPTION as descript7_50_3_, service0_.OVERALL_DISTRIBUTION_STATUS as overall_8_50_3_, service0_.ENVIRONMENT_CONTEXT as environm9_50_3_, service0_.MODEL_INVARIANT_UUID as model_i10_50_3_, service0_.MODEL_NAME as model_n11_50_3_, service0_.MODEL_VERSION as model_v12_50_3_, service0_.NAMING_POLICY as naming_13_50_3_, service0_.ONAP_GENERATED_NAMING as onap_ge14_50_3_, service0_.RESOURCE_ORDER as resourc15_50_3_, service0_.SERVICE_FUNCTION as service16_50_3_, service0_.SERVICE_ROLE as service17_50_3_, service0_.SERVICE_TYPE as service18_50_3_, service0_.SKIP_POST_INSTANTIATION_CONFIGURATION as skip_po19_50_3_, service0_.WORKLOAD_CONTEXT as workloa20_50_3_, allottedcu1_.SERVICE_MODEL_UUID as service_1_8_5_, allottedre2_.MODEL_CUSTOMIZATION_UUID as resource2_8_5_, allottedre2_.MODEL_CUSTOMIZATION_UUID as model_cu1_7_0_, allottedre2_.AR_MODEL_UUID as ar_mode15_7_0_, allottedre2_.CREATION_TIMESTAMP as creation2_7_0_, allottedre2_.MAX_INSTANCES as max_inst3_7_0_, allottedre2_.MIN_INSTANCES as min_inst4_7_0_, allottedre2_.MODEL_INSTANCE_NAME as model_in5_7_0_, allottedre2_.NF_FUNCTION as nf_funct6_7_0_, allottedre2_.NF_NAMING_CODE as nf_namin7_7_0_, allottedre2_.NF_ROLE as nf_role8_7_0_, allottedre2_.NF_TYPE as nf_type9_7_0_, allottedre2_.PROVIDING_SERVICE_MODEL_INVARIANT_UUID as providi10_7_0_, allottedre2_.PROVIDING_SERVICE_MODEL_NAME as providi11_7_0_, allottedre2_.PROVIDING_SERVICE_MODEL_UUID as providi12_7_0_, allottedre2_.RESOURCE_INPUT as resourc13_7_0_, allottedre2_.TARGET_NETWORK_ROLE as target_14_7_0_, allottedre3_.MODEL_UUID as model_uu1_6_1_, allottedre3_.CREATION_TIMESTAMP as creation2_6_1_, allottedre3_.DESCRIPTION as descript3_6_1_, allottedre3_.MODEL_INVARIANT_UUID as model_in4_6_1_, allottedre3_.MODEL_NAME as model_na5_6_1_, allottedre3_.MODEL_VERSION as model_ve6_6_1_, allottedre3_.SUBCATEGORY as subcateg7_6_1_, allottedre3_.TOSCA_NODE_TYPE as tosca_no8_6_1_, toscacsar4_.ARTIFACT_UUID as artifact1_57_2_, toscacsar4_.ARTIFACT_CHECKSUM as artifact2_57_2_, toscacsar4_.CREATION_TIMESTAMP as creation3_57_2_, toscacsar4_.DESCRIPTION as descript4_57_2_, toscacsar4_.NAME as name5_57_2_, toscacsar4_.URL as url6_57_2_, toscacsar4_.Version as version7_57_2_ from service service0_ left outer join allotted_resource_customization_to_service allottedcu1_ on service0_.MODEL_UUID=allottedcu1_.SERVICE_MODEL_UUID left outer join allotted_resource_customization allottedre2_ on allottedcu1_.RESOURCE_MODEL_CUSTOMIZATION_UUID=allottedre2_.MODEL_CUSTOMIZATION_UUID left outer join allotted_resource allottedre3_ on allottedre2_.AR_MODEL_UUID=allottedre3_.MODEL_UUID left outer join tosca_csar toscacsar4_ on service0_.TOSCA_CSAR_ARTIFACT_UUID=toscacsar4_.ARTIFACT_UUID where service0_.MODEL_UUID=? Hibernate: select toscacsar0_.ARTIFACT_UUID as artifact1_57_1_, toscacsar0_.ARTIFACT_CHECKSUM as artifact2_57_1_, toscacsar0_.CREATION_TIMESTAMP as creation3_57_1_, toscacsar0_.DESCRIPTION as descript4_57_1_, toscacsar0_.NAME as name5_57_1_, toscacsar0_.URL as url6_57_1_, toscacsar0_.Version as version7_57_1_, services1_.TOSCA_CSAR_ARTIFACT_UUID as tosca_c21_50_3_, services1_.MODEL_UUID as model_uu1_50_3_, services1_.MODEL_UUID as model_uu1_50_0_, services1_.CDS_BLUEPRINT_NAME as cds_blue2_50_0_, services1_.CDS_BLUEPRINT_VERSION as cds_blue3_50_0_, services1_.SERVICE_CATEGORY as service_4_50_0_, services1_.CONTROLLER_ACTOR as controll5_50_0_, services1_.CREATION_TIMESTAMP as creation6_50_0_, services1_.TOSCA_CSAR_ARTIFACT_UUID as tosca_c21_50_0_, services1_.DESCRIPTION as descript7_50_0_, services1_.OVERALL_DISTRIBUTION_STATUS as overall_8_50_0_, services1_.ENVIRONMENT_CONTEXT as environm9_50_0_, services1_.MODEL_INVARIANT_UUID as model_i10_50_0_, services1_.MODEL_NAME as model_n11_50_0_, services1_.MODEL_VERSION as model_v12_50_0_, services1_.NAMING_POLICY as naming_13_50_0_, services1_.ONAP_GENERATED_NAMING as onap_ge14_50_0_, services1_.RESOURCE_ORDER as resourc15_50_0_, services1_.SERVICE_FUNCTION as service16_50_0_, services1_.SERVICE_ROLE as service17_50_0_, services1_.SERVICE_TYPE as service18_50_0_, services1_.SKIP_POST_INSTANTIATION_CONFIGURATION as skip_po19_50_0_, services1_.WORKLOAD_CONTEXT as workloa20_50_0_ from tosca_csar toscacsar0_ left outer join service services1_ on toscacsar0_.ARTIFACT_UUID=services1_.TOSCA_CSAR_ARTIFACT_UUID where toscacsar0_.ARTIFACT_UUID=? Hibernate: insert into tosca_csar (ARTIFACT_CHECKSUM, CREATION_TIMESTAMP, DESCRIPTION, NAME, URL, Version, ARTIFACT_UUID) values (?, ?, ?, ?, ?, ?, ?) Hibernate: insert into service (CDS_BLUEPRINT_NAME, CDS_BLUEPRINT_VERSION, SERVICE_CATEGORY, CONTROLLER_ACTOR, CREATION_TIMESTAMP, TOSCA_CSAR_ARTIFACT_UUID, DESCRIPTION, OVERALL_DISTRIBUTION_STATUS, ENVIRONMENT_CONTEXT, MODEL_INVARIANT_UUID, MODEL_NAME, MODEL_VERSION, NAMING_POLICY, ONAP_GENERATED_NAMING, RESOURCE_ORDER, SERVICE_FUNCTION, SERVICE_ROLE, SERVICE_TYPE, SKIP_POST_INSTANTIATION_CONFIGURATION, WORKLOAD_CONTEXT, MODEL_UUID) values (?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?) Hibernate: insert into service_info (SERVICE_MODEL_UUID, SERVICE_INPUT, SERVICE_PROPERTIES) values (?, ?, ?) Hibernate: select vnfresourc0_.MODEL_UUID as model_uu1_64_0_, vnfresourc0_.AIC_VERSION_MAX as aic_vers2_64_0_, vnfresourc0_.AIC_VERSION_MIN as aic_vers3_64_0_, vnfresourc0_.RESOURCE_CATEGORY as resource4_64_0_, vnfresourc0_.CREATION_TIMESTAMP as creation5_64_0_, vnfresourc0_.DESCRIPTION as descript6_64_0_, vnfresourc0_.HEAT_TEMPLATE_ARTIFACT_UUID as heat_te13_64_0_, vnfresourc0_.MODEL_INVARIANT_UUID as model_in7_64_0_, vnfresourc0_.MODEL_NAME as model_na8_64_0_, vnfresourc0_.MODEL_VERSION as model_ve9_64_0_, vnfresourc0_.ORCHESTRATION_MODE as orchest10_64_0_, vnfresourc0_.RESOURCE_SUB_CATEGORY as resourc11_64_0_, vnfresourc0_.TOSCA_NODE_TYPE as tosca_n12_64_0_ from vnf_resource vnfresourc0_ where vnfresourc0_.MODEL_UUID=? Hibernate: insert into vnf_resource (AIC_VERSION_MAX, AIC_VERSION_MIN, RESOURCE_CATEGORY, CREATION_TIMESTAMP, DESCRIPTION, HEAT_TEMPLATE_ARTIFACT_UUID, MODEL_INVARIANT_UUID, MODEL_NAME, MODEL_VERSION, ORCHESTRATION_MODE, RESOURCE_SUB_CATEGORY, TOSCA_NODE_TYPE, MODEL_UUID) values (?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?) Hibernate: insert into vnf_resource_customization (AVAILABILITY_ZONE_MAX_COUNT, CDS_BLUEPRINT_NAME, CDS_BLUEPRINT_VERSION, CONTROLLER_ACTOR, CREATION_TIMESTAMP, MAX_INSTANCES, MIN_INSTANCES, MODEL_CUSTOMIZATION_UUID, MODEL_INSTANCE_NAME, MULTI_STAGE_DESIGN, NF_DATA_VALID, NF_FUNCTION, NF_NAMING_CODE, NF_ROLE, NF_TYPE, RESOURCE_INPUT, SERVICE_MODEL_UUID, SKIP_POST_INSTANTIATION_CONFIGURATION, VNF_RESOURCE_MODEL_UUID, VNFCINSTANCEGROUP_ORDER) values (?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?) Hibernate: select heatenviro0_.ARTIFACT_UUID as artifact1_26_0_, heatenviro0_.ARTIFACT_CHECKSUM as artifact2_26_0_, heatenviro0_.CREATION_TIMESTAMP as creation3_26_0_, heatenviro0_.DESCRIPTION as descript4_26_0_, heatenviro0_.BODY as body5_26_0_, heatenviro0_.NAME as name6_26_0_, heatenviro0_.VERSION as version7_26_0_ from heat_environment heatenviro0_ where heatenviro0_.ARTIFACT_UUID=? Hibernate: select vfmodule0_.MODEL_UUID as model_uu1_59_4_, vfmodule0_.CREATION_TIMESTAMP as creation2_59_4_, vfmodule0_.DESCRIPTION as descript3_59_4_, vfmodule0_.IS_BASE as is_base4_59_4_, vfmodule0_.MODEL_INVARIANT_UUID as model_in5_59_4_, vfmodule0_.MODEL_NAME as model_na6_59_4_, vfmodule0_.MODEL_VERSION as model_ve7_59_4_, vfmodule0_.HEAT_TEMPLATE_ARTIFACT_UUID as heat_tem8_59_4_, vfmodule0_.VNF_RESOURCE_MODEL_UUID as vnf_reso9_59_4_, vfmodule0_.VOL_HEAT_TEMPLATE_ARTIFACT_UUID as vol_hea10_59_4_, heatfiles1_.VF_MODULE_MODEL_UUID as vf_modul1_61_6_, heatfiles2_.ARTIFACT_UUID as heat_fil2_61_6_, heatfiles2_.ARTIFACT_UUID as artifact1_27_0_, heatfiles2_.ARTIFACT_CHECKSUM as artifact2_27_0_, heatfiles2_.CREATION_TIMESTAMP as creation3_27_0_, heatfiles2_.DESCRIPTION as descript4_27_0_, heatfiles2_.BODY as body5_27_0_, heatfiles2_.NAME as name6_27_0_, heatfiles2_.VERSION as version7_27_0_, heattempla3_.ARTIFACT_UUID as artifact1_29_1_, heattempla3_.ARTIFACT_CHECKSUM as artifact2_29_1_, heattempla3_.CREATION_TIMESTAMP as creation3_29_1_, heattempla3_.DESCRIPTION as descript4_29_1_, heattempla3_.BODY as body5_29_1_, heattempla3_.NAME as name6_29_1_, heattempla3_.TIMEOUT_MINUTES as timeout_7_29_1_, heattempla3_.VERSION as version8_29_1_, vnfresourc4_.MODEL_UUID as model_uu1_64_2_, vnfresourc4_.AIC_VERSION_MAX as aic_vers2_64_2_, vnfresourc4_.AIC_VERSION_MIN as aic_vers3_64_2_, vnfresourc4_.RESOURCE_CATEGORY as resource4_64_2_, vnfresourc4_.CREATION_TIMESTAMP as creation5_64_2_, vnfresourc4_.DESCRIPTION as descript6_64_2_, vnfresourc4_.HEAT_TEMPLATE_ARTIFACT_UUID as heat_te13_64_2_, vnfresourc4_.MODEL_INVARIANT_UUID as model_in7_64_2_, vnfresourc4_.MODEL_NAME as model_na8_64_2_, vnfresourc4_.MODEL_VERSION as model_ve9_64_2_, vnfresourc4_.ORCHESTRATION_MODE as orchest10_64_2_, vnfresourc4_.RESOURCE_SUB_CATEGORY as resourc11_64_2_, vnfresourc4_.TOSCA_NODE_TYPE as tosca_n12_64_2_, heattempla5_.ARTIFACT_UUID as artifact1_29_3_, heattempla5_.ARTIFACT_CHECKSUM as artifact2_29_3_, heattempla5_.CREATION_TIMESTAMP as creation3_29_3_, heattempla5_.DESCRIPTION as descript4_29_3_, heattempla5_.BODY as body5_29_3_, heattempla5_.NAME as name6_29_3_, heattempla5_.TIMEOUT_MINUTES as timeout_7_29_3_, heattempla5_.VERSION as version8_29_3_ from vf_module vfmodule0_ left outer join vf_module_to_heat_files heatfiles1_ on vfmodule0_.MODEL_UUID=heatfiles1_.VF_MODULE_MODEL_UUID left outer join heat_files heatfiles2_ on heatfiles1_.HEAT_FILES_ARTIFACT_UUID=heatfiles2_.ARTIFACT_UUID left outer join heat_template heattempla3_ on vfmodule0_.HEAT_TEMPLATE_ARTIFACT_UUID=heattempla3_.ARTIFACT_UUID left outer join vnf_resource vnfresourc4_ on vfmodule0_.VNF_RESOURCE_MODEL_UUID=vnfresourc4_.MODEL_UUID left outer join heat_template heattempla5_ on vfmodule0_.VOL_HEAT_TEMPLATE_ARTIFACT_UUID=heattempla5_.ARTIFACT_UUID where vfmodule0_.MODEL_UUID=? Hibernate: select heattempla0_.ARTIFACT_UUID as artifact1_29_1_, heattempla0_.ARTIFACT_CHECKSUM as artifact2_29_1_, heattempla0_.CREATION_TIMESTAMP as creation3_29_1_, heattempla0_.DESCRIPTION as descript4_29_1_, heattempla0_.BODY as body5_29_1_, heattempla0_.NAME as name6_29_1_, heattempla0_.TIMEOUT_MINUTES as timeout_7_29_1_, heattempla0_.VERSION as version8_29_1_, childtempl1_.PARENT_HEAT_TEMPLATE_UUID as parent_h1_28_3_, heattempla2_.ARTIFACT_UUID as child_he2_28_3_, heattempla2_.ARTIFACT_UUID as artifact1_29_0_, heattempla2_.ARTIFACT_CHECKSUM as artifact2_29_0_, heattempla2_.CREATION_TIMESTAMP as creation3_29_0_, heattempla2_.DESCRIPTION as descript4_29_0_, heattempla2_.BODY as body5_29_0_, heattempla2_.NAME as name6_29_0_, heattempla2_.TIMEOUT_MINUTES as timeout_7_29_0_, heattempla2_.VERSION as version8_29_0_ from heat_template heattempla0_ left outer join heat_nested_template childtempl1_ on heattempla0_.ARTIFACT_UUID=childtempl1_.PARENT_HEAT_TEMPLATE_UUID left outer join heat_template heattempla2_ on childtempl1_.CHILD_HEAT_TEMPLATE_UUID=heattempla2_.ARTIFACT_UUID where heattempla0_.ARTIFACT_UUID=? Hibernate: select heattempla0_.HEAT_TEMPLATE_ARTIFACT_UUID as heat_tem1_30_0_, heattempla0_.PARAM_NAME as param_na2_30_0_, heattempla0_.PARAM_ALIAS as param_al3_30_0_, heattempla0_.PARAM_TYPE as param_ty4_30_0_, heattempla0_.IS_REQUIRED as is_requi5_30_0_ from heat_template_params heattempla0_ where heattempla0_.HEAT_TEMPLATE_ARTIFACT_UUID=? and heattempla0_.PARAM_NAME=? Hibernate: select heattempla0_.HEAT_TEMPLATE_ARTIFACT_UUID as heat_tem1_30_0_, heattempla0_.PARAM_NAME as param_na2_30_0_, heattempla0_.PARAM_ALIAS as param_al3_30_0_, heattempla0_.PARAM_TYPE as param_ty4_30_0_, heattempla0_.IS_REQUIRED as is_requi5_30_0_ from heat_template_params heattempla0_ where heattempla0_.HEAT_TEMPLATE_ARTIFACT_UUID=? and heattempla0_.PARAM_NAME=? Hibernate: select heattempla0_.HEAT_TEMPLATE_ARTIFACT_UUID as heat_tem1_30_0_, heattempla0_.PARAM_NAME as param_na2_30_0_, heattempla0_.PARAM_ALIAS as param_al3_30_0_, heattempla0_.PARAM_TYPE as param_ty4_30_0_, heattempla0_.IS_REQUIRED as is_requi5_30_0_ from heat_template_params heattempla0_ where heattempla0_.HEAT_TEMPLATE_ARTIFACT_UUID=? and heattempla0_.PARAM_NAME=? Hibernate: select heattempla0_.HEAT_TEMPLATE_ARTIFACT_UUID as heat_tem1_30_0_, heattempla0_.PARAM_NAME as param_na2_30_0_, heattempla0_.PARAM_ALIAS as param_al3_30_0_, heattempla0_.PARAM_TYPE as param_ty4_30_0_, heattempla0_.IS_REQUIRED as is_requi5_30_0_ from heat_template_params heattempla0_ where heattempla0_.HEAT_TEMPLATE_ARTIFACT_UUID=? and heattempla0_.PARAM_NAME=? Hibernate: select heattempla0_.HEAT_TEMPLATE_ARTIFACT_UUID as heat_tem1_30_0_, heattempla0_.PARAM_NAME as param_na2_30_0_, heattempla0_.PARAM_ALIAS as param_al3_30_0_, heattempla0_.PARAM_TYPE as param_ty4_30_0_, heattempla0_.IS_REQUIRED as is_requi5_30_0_ from heat_template_params heattempla0_ where heattempla0_.HEAT_TEMPLATE_ARTIFACT_UUID=? and heattempla0_.PARAM_NAME=? Hibernate: select heattempla0_.HEAT_TEMPLATE_ARTIFACT_UUID as heat_tem1_30_0_, heattempla0_.PARAM_NAME as param_na2_30_0_, heattempla0_.PARAM_ALIAS as param_al3_30_0_, heattempla0_.PARAM_TYPE as param_ty4_30_0_, heattempla0_.IS_REQUIRED as is_requi5_30_0_ from heat_template_params heattempla0_ where heattempla0_.HEAT_TEMPLATE_ARTIFACT_UUID=? and heattempla0_.PARAM_NAME=? Hibernate: select heattempla0_.HEAT_TEMPLATE_ARTIFACT_UUID as heat_tem1_30_0_, heattempla0_.PARAM_NAME as param_na2_30_0_, heattempla0_.PARAM_ALIAS as param_al3_30_0_, heattempla0_.PARAM_TYPE as param_ty4_30_0_, heattempla0_.IS_REQUIRED as is_requi5_30_0_ from heat_template_params heattempla0_ where heattempla0_.HEAT_TEMPLATE_ARTIFACT_UUID=? and heattempla0_.PARAM_NAME=? Hibernate: select heattempla0_.HEAT_TEMPLATE_ARTIFACT_UUID as heat_tem1_30_0_, heattempla0_.PARAM_NAME as param_na2_30_0_, heattempla0_.PARAM_ALIAS as param_al3_30_0_, heattempla0_.PARAM_TYPE as param_ty4_30_0_, heattempla0_.IS_REQUIRED as is_requi5_30_0_ from heat_template_params heattempla0_ where heattempla0_.HEAT_TEMPLATE_ARTIFACT_UUID=? and heattempla0_.PARAM_NAME=? Hibernate: select heattempla0_.HEAT_TEMPLATE_ARTIFACT_UUID as heat_tem1_30_0_, heattempla0_.PARAM_NAME as param_na2_30_0_, heattempla0_.PARAM_ALIAS as param_al3_30_0_, heattempla0_.PARAM_TYPE as param_ty4_30_0_, heattempla0_.IS_REQUIRED as is_requi5_30_0_ from heat_template_params heattempla0_ where heattempla0_.HEAT_TEMPLATE_ARTIFACT_UUID=? and heattempla0_.PARAM_NAME=? Hibernate: select heattempla0_.HEAT_TEMPLATE_ARTIFACT_UUID as heat_tem1_30_0_, heattempla0_.PARAM_NAME as param_na2_30_0_, heattempla0_.PARAM_ALIAS as param_al3_30_0_, heattempla0_.PARAM_TYPE as param_ty4_30_0_, heattempla0_.IS_REQUIRED as is_requi5_30_0_ from heat_template_params heattempla0_ where heattempla0_.HEAT_TEMPLATE_ARTIFACT_UUID=? and heattempla0_.PARAM_NAME=? Hibernate: insert into heat_environment (ARTIFACT_CHECKSUM, CREATION_TIMESTAMP, DESCRIPTION, BODY, NAME, VERSION, ARTIFACT_UUID) values (?, ?, ?, ?, ?, ?, ?) Hibernate: insert into heat_template (ARTIFACT_CHECKSUM, CREATION_TIMESTAMP, DESCRIPTION, BODY, NAME, TIMEOUT_MINUTES, VERSION, ARTIFACT_UUID) values (?, ?, ?, ?, ?, ?, ?, ?) Hibernate: insert into heat_template_params (PARAM_ALIAS, PARAM_TYPE, IS_REQUIRED, HEAT_TEMPLATE_ARTIFACT_UUID, PARAM_NAME) values (?, ?, ?, ?, ?) Hibernate: insert into heat_template_params (PARAM_ALIAS, PARAM_TYPE, IS_REQUIRED, HEAT_TEMPLATE_ARTIFACT_UUID, PARAM_NAME) values (?, ?, ?, ?, ?) Hibernate: insert into heat_template_params (PARAM_ALIAS, PARAM_TYPE, IS_REQUIRED, HEAT_TEMPLATE_ARTIFACT_UUID, PARAM_NAME) values (?, ?, ?, ?, ?) Hibernate: insert into heat_template_params (PARAM_ALIAS, PARAM_TYPE, IS_REQUIRED, HEAT_TEMPLATE_ARTIFACT_UUID, PARAM_NAME) values (?, ?, ?, ?, ?) Hibernate: insert into heat_template_params (PARAM_ALIAS, PARAM_TYPE, IS_REQUIRED, HEAT_TEMPLATE_ARTIFACT_UUID, PARAM_NAME) values (?, ?, ?, ?, ?) Hibernate: insert into heat_template_params (PARAM_ALIAS, PARAM_TYPE, IS_REQUIRED, HEAT_TEMPLATE_ARTIFACT_UUID, PARAM_NAME) values (?, ?, ?, ?, ?) Hibernate: insert into heat_template_params (PARAM_ALIAS, PARAM_TYPE, IS_REQUIRED, HEAT_TEMPLATE_ARTIFACT_UUID, PARAM_NAME) values (?, ?, ?, ?, ?) Hibernate: insert into heat_template_params (PARAM_ALIAS, PARAM_TYPE, IS_REQUIRED, HEAT_TEMPLATE_ARTIFACT_UUID, PARAM_NAME) values (?, ?, ?, ?, ?) Hibernate: insert into heat_template_params (PARAM_ALIAS, PARAM_TYPE, IS_REQUIRED, HEAT_TEMPLATE_ARTIFACT_UUID, PARAM_NAME) values (?, ?, ?, ?, ?) Hibernate: insert into heat_template_params (PARAM_ALIAS, PARAM_TYPE, IS_REQUIRED, HEAT_TEMPLATE_ARTIFACT_UUID, PARAM_NAME) values (?, ?, ?, ?, ?) Hibernate: insert into vf_module (CREATION_TIMESTAMP, DESCRIPTION, IS_BASE, MODEL_INVARIANT_UUID, MODEL_NAME, MODEL_VERSION, HEAT_TEMPLATE_ARTIFACT_UUID, VNF_RESOURCE_MODEL_UUID, VOL_HEAT_TEMPLATE_ARTIFACT_UUID, MODEL_UUID) values (?, ?, ?, ?, ?, ?, ?, ?, ?, ?) Hibernate: insert into vf_module_customization (AVAILABILITY_ZONE_COUNT, CREATION_TIMESTAMP, HEAT_ENVIRONMENT_ARTIFACT_UUID, INITIAL_COUNT, LABEL, MAX_INSTANCES, MIN_INSTANCES, MODEL_CUSTOMIZATION_UUID, SKIP_POST_INSTANTIATION_CONFIGURATION, VF_MODULE_MODEL_UUID, VNF_RESOURCE_CUSTOMIZATION_ID, VOL_ENVIRONMENT_ARTIFACT_UUID) values (?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?) Hibernate: select vnfccustom0_.MODEL_CUSTOMIZATION_UUID as model_cu1_67_5_, vnfccustom0_.CREATION_TIMESTAMP as creation2_67_5_, vnfccustom0_.DESCRIPTION as descript3_67_5_, vnfccustom0_.MODEL_INSTANCE_NAME as model_in4_67_5_, vnfccustom0_.MODEL_INVARIANT_UUID as model_in5_67_5_, vnfccustom0_.MODEL_NAME as model_na6_67_5_, vnfccustom0_.MODEL_UUID as model_uu7_67_5_, vnfccustom0_.MODEL_VERSION as model_ve8_67_5_, vnfccustom0_.RESOURCE_INPUT as resource9_67_5_, vnfccustom0_.TOSCA_NODE_TYPE as tosca_n10_67_5_, vnfccustom0_.VNFC_INSTANCE_GROUP_CUSTOMIZATION_ID as vnfc_in11_67_5_, cvnfccusto1_.VNFC_CUST_MODEL_CUSTOMIZATION_UUID as vnfc_cu14_24_7_, cvnfccusto1_.ID as id1_24_7_, cvnfccusto1_.ID as id1_24_0_, cvnfccusto1_.CREATION_TIMESTAMP as creation2_24_0_, cvnfccusto1_.DESCRIPTION as descript3_24_0_, cvnfccusto1_.MODEL_CUSTOMIZATION_UUID as model_cu4_24_0_, cvnfccusto1_.MODEL_INSTANCE_NAME as model_in5_24_0_, cvnfccusto1_.MODEL_INVARIANT_UUID as model_in6_24_0_, cvnfccusto1_.MODEL_NAME as model_na7_24_0_, cvnfccusto1_.MODEL_UUID as model_uu8_24_0_, cvnfccusto1_.MODEL_VERSION as model_ve9_24_0_, cvnfccusto1_.NFC_FUNCTION as nfc_fun10_24_0_, cvnfccusto1_.NFC_NAMING_CODE as nfc_nam11_24_0_, cvnfccusto1_.TOSCA_NODE_TYPE as tosca_n12_24_0_, cvnfccusto1_.VF_MODULE_CUSTOMIZATION_ID as vf_modu13_24_0_, cvnfccusto1_.VNFC_CUST_MODEL_CUSTOMIZATION_UUID as vnfc_cu14_24_0_, vfmodulecu2_.ID as id1_60_1_, vfmodulecu2_.AVAILABILITY_ZONE_COUNT as availabi2_60_1_, vfmodulecu2_.CREATION_TIMESTAMP as creation3_60_1_, vfmodulecu2_.HEAT_ENVIRONMENT_ARTIFACT_UUID as heat_en10_60_1_, vfmodulecu2_.INITIAL_COUNT as initial_4_60_1_, vfmodulecu2_.LABEL as label5_60_1_, vfmodulecu2_.MAX_INSTANCES as max_inst6_60_1_, vfmodulecu2_.MIN_INSTANCES as min_inst7_60_1_, vfmodulecu2_.MODEL_CUSTOMIZATION_UUID as model_cu8_60_1_, vfmodulecu2_.SKIP_POST_INSTANTIATION_CONFIGURATION as skip_pos9_60_1_, vfmodulecu2_.VF_MODULE_MODEL_UUID as vf_modu11_60_1_, vfmodulecu2_.VNF_RESOURCE_CUSTOMIZATION_ID as vnf_res12_60_1_, vfmodulecu2_.VOL_ENVIRONMENT_ARTIFACT_UUID as vol_env13_60_1_, vnfcinstan3_.ID as id1_68_2_, vnfcinstan3_.CREATION_TIMESTAMP as creation2_68_2_, vnfcinstan3_.DESCRIPTION as descript3_68_2_, vnfcinstan3_.FUNCTION as function4_68_2_, vnfcinstan3_.INSTANCE_GROUP_MODEL_UUID as instance5_68_2_, vnfcinstan3_.VNF_RESOURCE_CUSTOMIZATION_ID as vnf_reso6_68_2_, instancegr4_.MODEL_UUID as model_uu2_33_3_, instancegr4_.CR_MODEL_UUID as cr_mode10_33_3_, instancegr4_.CREATION_TIMESTAMP as creation3_33_3_, instancegr4_.MODEL_INVARIANT_UUID as model_in4_33_3_, instancegr4_.MODEL_NAME as model_na5_33_3_, instancegr4_.MODEL_VERSION as model_ve6_33_3_, instancegr4_.ROLE as role7_33_3_, instancegr4_.TOSCA_NODE_TYPE as tosca_no8_33_3_, instancegr4_.INSTANCE_GROUP_TYPE as instance9_33_3_, instancegr4_.OBJECT_TYPE as object_t1_33_3_, vnfresourc5_.ID as id1_65_4_, vnfresourc5_.AVAILABILITY_ZONE_MAX_COUNT as availabi2_65_4_, vnfresourc5_.CDS_BLUEPRINT_NAME as cds_blue3_65_4_, vnfresourc5_.CDS_BLUEPRINT_VERSION as cds_blue4_65_4_, vnfresourc5_.CONTROLLER_ACTOR as controll5_65_4_, vnfresourc5_.CREATION_TIMESTAMP as creation6_65_4_, vnfresourc5_.MAX_INSTANCES as max_inst7_65_4_, vnfresourc5_.MIN_INSTANCES as min_inst8_65_4_, vnfresourc5_.MODEL_CUSTOMIZATION_UUID as model_cu9_65_4_, vnfresourc5_.MODEL_INSTANCE_NAME as model_i10_65_4_, vnfresourc5_.MULTI_STAGE_DESIGN as multi_s11_65_4_, vnfresourc5_.NF_DATA_VALID as nf_data12_65_4_, vnfresourc5_.NF_FUNCTION as nf_func13_65_4_, vnfresourc5_.NF_NAMING_CODE as nf_nami14_65_4_, vnfresourc5_.NF_ROLE as nf_role15_65_4_, vnfresourc5_.NF_TYPE as nf_type16_65_4_, vnfresourc5_.RESOURCE_INPUT as resourc17_65_4_, vnfresourc5_.SERVICE_MODEL_UUID as service20_65_4_, vnfresourc5_.SKIP_POST_INSTANTIATION_CONFIGURATION as skip_po18_65_4_, vnfresourc5_.VNF_RESOURCE_MODEL_UUID as vnf_res21_65_4_, vnfresourc5_.VNFCINSTANCEGROUP_ORDER as vnfcins19_65_4_ from vnfc_customization vnfccustom0_ left outer join cvnfc_customization cvnfccusto1_ on vnfccustom0_.MODEL_CUSTOMIZATION_UUID=cvnfccusto1_.VNFC_CUST_MODEL_CUSTOMIZATION_UUID left outer join vf_module_customization vfmodulecu2_ on cvnfccusto1_.VF_MODULE_CUSTOMIZATION_ID=vfmodulecu2_.ID left outer join vnfc_instance_group_customization vnfcinstan3_ on vnfccustom0_.VNFC_INSTANCE_GROUP_CUSTOMIZATION_ID=vnfcinstan3_.ID left outer join instance_group instancegr4_ on vnfcinstan3_.INSTANCE_GROUP_MODEL_UUID=instancegr4_.MODEL_UUID left outer join vnf_resource_customization vnfresourc5_ on vnfcinstan3_.VNF_RESOURCE_CUSTOMIZATION_ID=vnfresourc5_.ID where vnfccustom0_.MODEL_CUSTOMIZATION_UUID=? Hibernate: insert into vnfc_customization (CREATION_TIMESTAMP, DESCRIPTION, MODEL_INSTANCE_NAME, MODEL_INVARIANT_UUID, MODEL_NAME, MODEL_UUID, MODEL_VERSION, RESOURCE_INPUT, TOSCA_NODE_TYPE, VNFC_INSTANCE_GROUP_CUSTOMIZATION_ID, MODEL_CUSTOMIZATION_UUID) values (?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?) Hibernate: insert into cvnfc_customization (CREATION_TIMESTAMP, DESCRIPTION, MODEL_CUSTOMIZATION_UUID, MODEL_INSTANCE_NAME, MODEL_INVARIANT_UUID, MODEL_NAME, MODEL_UUID, MODEL_VERSION, NFC_FUNCTION, NFC_NAMING_CODE, TOSCA_NODE_TYPE, VF_MODULE_CUSTOMIZATION_ID, VNFC_CUST_MODEL_CUSTOMIZATION_UUID) values (?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?) Hibernate: select watchdogco0_.COMPONENT_NAME as componen1_12_0_, watchdogco0_.DISTRIBUTION_ID as distribu2_12_0_, watchdogco0_.COMPONENT_DISTRIBUTION_STATUS as componen3_12_0_, watchdogco0_.CREATE_TIME as create_t4_12_0_, watchdogco0_.MODIFY_TIME as modify_t5_12_0_ from watchdog_per_component_distribution_status watchdogco0_ where watchdogco0_.COMPONENT_NAME=? and watchdogco0_.DISTRIBUTION_ID=? Hibernate: insert into watchdog_per_component_distribution_status (COMPONENT_DISTRIBUTION_STATUS, CREATE_TIME, MODIFY_TIME, COMPONENT_NAME, DISTRIBUTION_ID) values (?, ?, ?, ?, ?) 2023-02-22T12:04:49.820Z|b2eabbe6-119f-453f-ab8a-964c7eb54eeb|pool-2-thread-2|||||INFO|500||ASDC_ARTIFACT_DEPLOY_SUC basic_vm a78079fa-accc-48a4-9aa5-5236b0ede271 1 ASDC deployResourceStructure 2023-02-22T12:04:49.821Z|b2eabbe6-119f-453f-ab8a-964c7eb54eeb|pool-2-thread-2|||||INFO|500||ASDC_SEND_NOTIF_ASDC DEPLOY DEPLOY_OK /sdc/v1/catalog/services/BasicVm/1.0/resourceInstances/basic_vm0/artifacts/basic_vm0_modules.json ASDC sendASDCNotification 2023-02-22T12:04:49.821Z|b2eabbe6-119f-453f-ab8a-964c7eb54eeb|pool-2-thread-2|||||DEBUG|500||Sending DEPLOY(DEPLOY_OK) notification to ASDC for artifact:/sdc/v1/catalog/services/BasicVm/1.0/resourceInstances/basic_vm0/artifacts/basic_vm0_modules.json 2023-02-22T12:04:49.821Z|b2eabbe6-119f-453f-ab8a-964c7eb54eeb|pool-2-thread-2|||||INFO|500||DistributionClient - sendDeploymentStatus 2023-02-22T12:04:49.822Z|b2eabbe6-119f-453f-ab8a-964c7eb54eeb|pool-2-thread-2|||||INFO|500||DistributionClient - sendStatus 2023-02-22T12:04:49.824Z|b2eabbe6-119f-453f-ab8a-964c7eb54eeb|pool-2-thread-2|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap] 2023-02-22T12:04:49.824Z|b2eabbe6-119f-453f-ab8a-964c7eb54eeb|pool-2-thread-2|||||DEBUG|500||try to send status { "distributionID": "b2eabbe6-119f-453f-ab8a-964c7eb54eeb", "consumerID": "SO-COpenSource-Env11", "timestamp": 1677067489821, "artifactURL": "/sdc/v1/catalog/services/BasicVm/1.0/resourceInstances/basic_vm0/artifacts/basic_vm0_modules.json", "status": "DEPLOY_OK" } 2023-02-22T12:04:49.924Z||pool-84-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms 2023-02-22T12:04:49.925Z||pool-84-thread-1|||||WARN|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO will send credentials over a clear channel. 2023-02-22T12:04:49.925Z||pool-84-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as sXwXLxdJNt84opGN) ... 2023-02-22T12:04:49.937Z||pool-84-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK 2023-02-22T12:04:49.938Z||pool-84-thread-1|||||INFO|500||cambria reply ok (13 ms):{"serverTimeMs":1,"count":1} 2023-02-22T12:04:50.825Z|b2eabbe6-119f-453f-ab8a-964c7eb54eeb|pool-2-thread-2|||||INFO|500||ASDC_SEND_NOTIF_ASDC DEPLOY DEPLOY_OK /sdc/v1/catalog/services/BasicVm/1.0/resourceInstances/basic_vm0/artifacts/base_ubuntu20.yaml ASDC sendASDCNotification 2023-02-22T12:04:50.825Z|b2eabbe6-119f-453f-ab8a-964c7eb54eeb|pool-2-thread-2|||||DEBUG|500||Sending DEPLOY(DEPLOY_OK) notification to ASDC for artifact:/sdc/v1/catalog/services/BasicVm/1.0/resourceInstances/basic_vm0/artifacts/base_ubuntu20.yaml 2023-02-22T12:04:50.825Z|b2eabbe6-119f-453f-ab8a-964c7eb54eeb|pool-2-thread-2|||||INFO|500||DistributionClient - sendDeploymentStatus 2023-02-22T12:04:50.825Z|b2eabbe6-119f-453f-ab8a-964c7eb54eeb|pool-2-thread-2|||||INFO|500||DistributionClient - sendStatus 2023-02-22T12:04:50.827Z|b2eabbe6-119f-453f-ab8a-964c7eb54eeb|pool-2-thread-2|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap] 2023-02-22T12:04:50.827Z|b2eabbe6-119f-453f-ab8a-964c7eb54eeb|pool-2-thread-2|||||DEBUG|500||try to send status { "distributionID": "b2eabbe6-119f-453f-ab8a-964c7eb54eeb", "consumerID": "SO-COpenSource-Env11", "timestamp": 1677067490825, "artifactURL": "/sdc/v1/catalog/services/BasicVm/1.0/resourceInstances/basic_vm0/artifacts/base_ubuntu20.yaml", "status": "DEPLOY_OK" } 2023-02-22T12:04:50.929Z||pool-85-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 101 ms 2023-02-22T12:04:50.930Z||pool-85-thread-1|||||WARN|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO will send credentials over a clear channel. 2023-02-22T12:04:50.930Z||pool-85-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as sXwXLxdJNt84opGN) ... 2023-02-22T12:04:50.942Z||pool-85-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK 2023-02-22T12:04:50.942Z||pool-85-thread-1|||||INFO|500||cambria reply ok (12 ms):{"serverTimeMs":0,"count":1} 2023-02-22T12:04:51.834Z|b2eabbe6-119f-453f-ab8a-964c7eb54eeb|pool-2-thread-2|||||INFO|500||ASDC_SEND_NOTIF_ASDC DEPLOY DEPLOY_OK /sdc/v1/catalog/services/BasicVm/1.0/resourceInstances/basic_vm0/artifacts/base_ubuntu20.env ASDC sendASDCNotification 2023-02-22T12:04:51.834Z|b2eabbe6-119f-453f-ab8a-964c7eb54eeb|pool-2-thread-2|||||DEBUG|500||Sending DEPLOY(DEPLOY_OK) notification to ASDC for artifact:/sdc/v1/catalog/services/BasicVm/1.0/resourceInstances/basic_vm0/artifacts/base_ubuntu20.env 2023-02-22T12:04:51.834Z|b2eabbe6-119f-453f-ab8a-964c7eb54eeb|pool-2-thread-2|||||INFO|500||DistributionClient - sendDeploymentStatus 2023-02-22T12:04:51.835Z|b2eabbe6-119f-453f-ab8a-964c7eb54eeb|pool-2-thread-2|||||INFO|500||DistributionClient - sendStatus 2023-02-22T12:04:51.839Z|b2eabbe6-119f-453f-ab8a-964c7eb54eeb|pool-2-thread-2|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap] 2023-02-22T12:04:51.839Z|b2eabbe6-119f-453f-ab8a-964c7eb54eeb|pool-2-thread-2|||||DEBUG|500||try to send status { "distributionID": "b2eabbe6-119f-453f-ab8a-964c7eb54eeb", "consumerID": "SO-COpenSource-Env11", "timestamp": 1677067491834, "artifactURL": "/sdc/v1/catalog/services/BasicVm/1.0/resourceInstances/basic_vm0/artifacts/base_ubuntu20.env", "status": "DEPLOY_OK" } 2023-02-22T12:04:51.937Z||pool-86-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 97 ms 2023-02-22T12:04:51.937Z||pool-86-thread-1|||||WARN|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO will send credentials over a clear channel. 2023-02-22T12:04:51.937Z||pool-86-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as sXwXLxdJNt84opGN) ... 2023-02-22T12:04:51.950Z||pool-86-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK 2023-02-22T12:04:51.951Z||pool-86-thread-1|||||INFO|500||cambria reply ok (14 ms):{"serverTimeMs":1,"count":1} 2023-02-22T12:04:52.609Z||pool-2-thread-7|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2023-02-22T12:04:52.610Z||pool-2-thread-7|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel. 2023-02-22T12:04:52.610Z||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 sXwXLxdJNt84opGN) ... 2023-02-22T12:04:52.652Z||pool-2-thread-7|||||INFO|500|| --> HTTP/1.1 200 OK 2023-02-22T12:04:52.653Z||pool-2-thread-7|||||DEBUG|500||received message from topic 2023-02-22T12:04:52.653Z||pool-2-thread-7|||||DEBUG|500||recieved notification from broker: { "distributionID": "b2eabbe6-119f-453f-ab8a-964c7eb54eeb", "consumerID": "aai-ml", "timestamp": 1677067369839, "artifactURL": "/sdc/v1/catalog/services/BasicVm/1.0/resourceInstances/basic_vm0/artifacts/vendor-license-model.xml", "status": "NOT_NOTIFIED" } 2023-02-22T12:04:52.654Z||pool-2-thread-7|||||INFO|500||Missing status on Status Object. 2023-02-22T12:04:52.654Z||pool-2-thread-7|||||DEBUG|500||received message from topic 2023-02-22T12:04:52.654Z||pool-2-thread-7|||||DEBUG|500||recieved notification from broker: { "distributionID": "b2eabbe6-119f-453f-ab8a-964c7eb54eeb", "consumerID": "sdc-COpenSource-Env11-sdnc-dockero", "timestamp": 1677067373672, "artifactURL": "/sdc/v1/catalog/services/BasicVm/1.0/artifacts/service-BasicVm-csar.csar", "status": "DEPLOY_OK" } 2023-02-22T12:04:52.655Z||pool-2-thread-7|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error' 2023-02-22T12:04:52.655Z||pool-2-thread-7|||||DEBUG|500||received message from topic 2023-02-22T12:04:52.655Z||pool-2-thread-7|||||DEBUG|500||recieved notification from broker: { "distributionID": "b2eabbe6-119f-453f-ab8a-964c7eb54eeb", "consumerID": "aai-ml", "timestamp": 1677067369839, "artifactURL": "/sdc/v1/catalog/services/BasicVm/1.0/resourceInstances/basic_vm0/artifacts/base_ubuntu20.env", "status": "NOT_NOTIFIED" } 2023-02-22T12:04:52.655Z||pool-2-thread-7|||||INFO|500||Missing status on Status Object. 2023-02-22T12:04:52.656Z||pool-2-thread-7|||||DEBUG|500||received message from topic 2023-02-22T12:04:52.656Z||pool-2-thread-7|||||DEBUG|500||recieved notification from broker: { "distributionID": "b2eabbe6-119f-453f-ab8a-964c7eb54eeb", "consumerID": "sdc-COpenSource-Env11-sdnc-dockero", "timestamp": 1677067374675, "artifactURL": "", "status": "COMPONENT_DONE_OK", "componentName": "SDNC" } Hibernate: select watchdogdi0_.DISTRIBUTION_ID as distribu1_11_0_, watchdogdi0_.CREATE_TIME as create_t2_11_0_, watchdogdi0_.DISTRIBUTION_ID_STATUS as distribu3_11_0_, watchdogdi0_.MODIFY_TIME as modify_t4_11_0_, watchdogdi0_.LOCK_VERSION as lock_ver5_11_0_ from watchdog_distributionid_status watchdogdi0_ where watchdogdi0_.DISTRIBUTION_ID=? 2023-02-22T12:04:52.663Z||pool-2-thread-7|||||DEBUG|500||Receive a callback componentStatus in ASDC, for componentName: SDNC and status of COMPONENT_DONE_OK distributionID of b2eabbe6-119f-453f-ab8a-964c7eb54eeb 2023-02-22T12:04:52.664Z||pool-2-thread-7|||||DEBUG|500||Entering installTheComponentStatus for distributionId b2eabbe6-119f-453f-ab8a-964c7eb54eeb and ComponentName SDNC Hibernate: select watchdogco0_.COMPONENT_NAME as componen1_12_0_, watchdogco0_.DISTRIBUTION_ID as distribu2_12_0_, watchdogco0_.COMPONENT_DISTRIBUTION_STATUS as componen3_12_0_, watchdogco0_.CREATE_TIME as create_t4_12_0_, watchdogco0_.MODIFY_TIME as modify_t5_12_0_ from watchdog_per_component_distribution_status watchdogco0_ where watchdogco0_.COMPONENT_NAME=? and watchdogco0_.DISTRIBUTION_ID=? Hibernate: insert into watchdog_per_component_distribution_status (COMPONENT_DISTRIBUTION_STATUS, CREATE_TIME, MODIFY_TIME, COMPONENT_NAME, DISTRIBUTION_ID) values (?, ?, ?, ?, ?) 2023-02-22T12:04:52.680Z||pool-2-thread-7|||||DEBUG|500||received message from topic 2023-02-22T12:04:52.681Z||pool-2-thread-7|||||DEBUG|500||recieved notification from broker: { "distributionID": "b2eabbe6-119f-453f-ab8a-964c7eb54eeb", "consumerID": "aai-ml", "timestamp": 1677067369839, "artifactURL": "/sdc/v1/catalog/services/BasicVm/1.0/artifacts/service-BasicVm-template.yml", "status": "NOT_NOTIFIED" } 2023-02-22T12:04:52.681Z||pool-2-thread-7|||||INFO|500||Missing status on Status Object. 2023-02-22T12:04:52.681Z||pool-2-thread-7|||||DEBUG|500||received message from topic 2023-02-22T12:04:52.681Z||pool-2-thread-7|||||DEBUG|500||recieved notification from broker: { "distributionID": "b2eabbe6-119f-453f-ab8a-964c7eb54eeb", "consumerID": "aai-ml", "timestamp": 1677067369839, "artifactURL": "/sdc/v1/catalog/services/BasicVm/1.0/artifacts/service-BasicVm-csar.csar", "status": "NOTIFIED" } 2023-02-22T12:04:52.682Z||pool-2-thread-7|||||INFO|500||Missing status on Status Object. 2023-02-22T12:04:52.682Z||pool-2-thread-7|||||DEBUG|500||received message from topic 2023-02-22T12:04:52.682Z||pool-2-thread-7|||||DEBUG|500||recieved notification from broker: { "distributionID": "b2eabbe6-119f-453f-ab8a-964c7eb54eeb", "consumerID": "aai-ml", "timestamp": 1677067377605, "artifactURL": "/sdc/v1/catalog/services/BasicVm/1.0/artifacts/service-BasicVm-csar.csar", "status": "DOWNLOAD_OK" } 2023-02-22T12:04:52.682Z||pool-2-thread-7|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error' 2023-02-22T12:04:52.682Z||pool-2-thread-7|||||DEBUG|500||received message from topic 2023-02-22T12:04:52.682Z||pool-2-thread-7|||||DEBUG|500||recieved notification from broker: { "distributionID": "b2eabbe6-119f-453f-ab8a-964c7eb54eeb", "consumerID": "aai-ml", "timestamp": 1677067387616, "artifactURL": "/sdc/v1/catalog/services/BasicVm/1.0/artifacts/service-BasicVm-csar.csar", "status": "DEPLOY_OK" } 2023-02-22T12:04:52.683Z||pool-2-thread-7|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error' 2023-02-22T12:04:52.683Z||pool-2-thread-7|||||DEBUG|500||received message from topic 2023-02-22T12:04:52.683Z||pool-2-thread-7|||||DEBUG|500||recieved notification from broker: { "distributionID": "b2eabbe6-119f-453f-ab8a-964c7eb54eeb", "consumerID": "aai-ml", "timestamp": 1677067388621, "artifactURL": "", "status": "COMPONENT_DONE_OK", "componentName": "AAI" } Hibernate: select watchdogdi0_.DISTRIBUTION_ID as distribu1_11_0_, watchdogdi0_.CREATE_TIME as create_t2_11_0_, watchdogdi0_.DISTRIBUTION_ID_STATUS as distribu3_11_0_, watchdogdi0_.MODIFY_TIME as modify_t4_11_0_, watchdogdi0_.LOCK_VERSION as lock_ver5_11_0_ from watchdog_distributionid_status watchdogdi0_ where watchdogdi0_.DISTRIBUTION_ID=? 2023-02-22T12:04:52.691Z||pool-2-thread-7|||||DEBUG|500||Receive a callback componentStatus in ASDC, for componentName: AAI and status of COMPONENT_DONE_OK distributionID of b2eabbe6-119f-453f-ab8a-964c7eb54eeb 2023-02-22T12:04:52.691Z||pool-2-thread-7|||||DEBUG|500||Entering installTheComponentStatus for distributionId b2eabbe6-119f-453f-ab8a-964c7eb54eeb and ComponentName AAI Hibernate: select watchdogco0_.COMPONENT_NAME as componen1_12_0_, watchdogco0_.DISTRIBUTION_ID as distribu2_12_0_, watchdogco0_.COMPONENT_DISTRIBUTION_STATUS as componen3_12_0_, watchdogco0_.CREATE_TIME as create_t4_12_0_, watchdogco0_.MODIFY_TIME as modify_t5_12_0_ from watchdog_per_component_distribution_status watchdogco0_ where watchdogco0_.COMPONENT_NAME=? and watchdogco0_.DISTRIBUTION_ID=? Hibernate: insert into watchdog_per_component_distribution_status (COMPONENT_DISTRIBUTION_STATUS, CREATE_TIME, MODIFY_TIME, COMPONENT_NAME, DISTRIBUTION_ID) values (?, ?, ?, ?, ?) 2023-02-22T12:04:52.703Z||pool-2-thread-7|||||DEBUG|500||received message from topic 2023-02-22T12:04:52.703Z||pool-2-thread-7|||||DEBUG|500||recieved notification from broker: { "distributionID": "d98666b3-38ca-416a-aa0c-6bb0c10790f3", "consumerID": "SO-COpenSource-Env11", "timestamp": 1677067390728, "artifactURL": "", "status": "DISTRIBUTION_COMPLETE_OK" } 2023-02-22T12:04:52.704Z||pool-2-thread-7|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error' 2023-02-22T12:04:52.704Z||pool-2-thread-7|||||DEBUG|500||received message from topic 2023-02-22T12:04:52.704Z||pool-2-thread-7|||||DEBUG|500||recieved notification from broker: { "distributionID": "0563182b-dee7-402b-9474-4934a682cbb0", "consumerID": "SO-COpenSource-Env11", "timestamp": 1677067391745, "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/vf-license-model.xml", "status": "NOT_NOTIFIED" } 2023-02-22T12:04:52.705Z||pool-2-thread-7|||||INFO|500||Missing status on Status Object. 2023-02-22T12:04:52.705Z||pool-2-thread-7|||||DEBUG|500||received message from topic 2023-02-22T12:04:52.705Z||pool-2-thread-7|||||DEBUG|500||recieved notification from broker: { "distributionID": "0563182b-dee7-402b-9474-4934a682cbb0", "consumerID": "SO-COpenSource-Env11", "timestamp": 1677067391745, "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/nginx_cloudtech_k8s_charts.env", "status": "NOTIFIED" } 2023-02-22T12:04:52.705Z||pool-2-thread-7|||||INFO|500||Missing status on Status Object. 2023-02-22T12:04:52.706Z||pool-2-thread-7|||||DEBUG|500||received message from topic 2023-02-22T12:04:52.706Z||pool-2-thread-7|||||DEBUG|500||recieved notification from broker: { "distributionID": "0563182b-dee7-402b-9474-4934a682cbb0", "consumerID": "SO-COpenSource-Env11", "timestamp": 1677067391745, "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/nginx_cloudtech_k8s_charts.tgz", "status": "NOTIFIED" } 2023-02-22T12:04:52.706Z||pool-2-thread-7|||||INFO|500||Missing status on Status Object. 2023-02-22T12:04:52.706Z||pool-2-thread-7|||||DEBUG|500||received message from topic 2023-02-22T12:04:52.706Z||pool-2-thread-7|||||DEBUG|500||recieved notification from broker: { "distributionID": "0563182b-dee7-402b-9474-4934a682cbb0", "consumerID": "SO-COpenSource-Env11", "timestamp": 1677067391745, "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/basic_cnf0_modules.json", "status": "NOTIFIED" } 2023-02-22T12:04:52.707Z||pool-2-thread-7|||||INFO|500||Missing status on Status Object. 2023-02-22T12:04:52.707Z||pool-2-thread-7|||||DEBUG|500||received message from topic 2023-02-22T12:04:52.707Z||pool-2-thread-7|||||DEBUG|500||recieved notification from broker: { "distributionID": "0563182b-dee7-402b-9474-4934a682cbb0", "consumerID": "SO-COpenSource-Env11", "timestamp": 1677067391745, "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/base_dummy.yaml", "status": "NOTIFIED" } 2023-02-22T12:04:52.707Z||pool-2-thread-7|||||INFO|500||Missing status on Status Object. 2023-02-22T12:04:52.707Z||pool-2-thread-7|||||DEBUG|500||received message from topic 2023-02-22T12:04:52.708Z||pool-2-thread-7|||||DEBUG|500||recieved notification from broker: { "distributionID": "0563182b-dee7-402b-9474-4934a682cbb0", "consumerID": "SO-COpenSource-Env11", "timestamp": 1677067391745, "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/vendor-license-model.xml", "status": "NOT_NOTIFIED" } 2023-02-22T12:04:52.708Z||pool-2-thread-7|||||INFO|500||Missing status on Status Object. 2023-02-22T12:04:52.708Z||pool-2-thread-7|||||DEBUG|500||received message from topic 2023-02-22T12:04:52.708Z||pool-2-thread-7|||||DEBUG|500||recieved notification from broker: { "distributionID": "0563182b-dee7-402b-9474-4934a682cbb0", "consumerID": "SO-COpenSource-Env11", "timestamp": 1677067391745, "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/base_dummy.env", "status": "NOTIFIED" } 2023-02-22T12:04:52.708Z||pool-2-thread-7|||||INFO|500||Missing status on Status Object. 2023-02-22T12:04:52.709Z||pool-2-thread-7|||||DEBUG|500||received message from topic 2023-02-22T12:04:52.709Z||pool-2-thread-7|||||DEBUG|500||recieved notification from broker: { "distributionID": "0563182b-dee7-402b-9474-4934a682cbb0", "consumerID": "SO-COpenSource-Env11", "timestamp": 1677067391745, "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/artifacts/service-BasicCnf-template.yml", "status": "NOT_NOTIFIED" } 2023-02-22T12:04:52.709Z||pool-2-thread-7|||||INFO|500||Missing status on Status Object. 2023-02-22T12:04:52.709Z||pool-2-thread-7|||||DEBUG|500||received message from topic 2023-02-22T12:04:52.709Z||pool-2-thread-7|||||DEBUG|500||recieved notification from broker: { "distributionID": "0563182b-dee7-402b-9474-4934a682cbb0", "consumerID": "SO-COpenSource-Env11", "timestamp": 1677067391745, "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/artifacts/service-BasicCnf-csar.csar", "status": "NOTIFIED" } 2023-02-22T12:04:52.709Z||pool-2-thread-7|||||INFO|500||Missing status on Status Object. 2023-02-22T12:04:52.710Z||pool-2-thread-7|||||DEBUG|500||received message from topic 2023-02-22T12:04:52.710Z||pool-2-thread-7|||||DEBUG|500||recieved notification from broker: { "distributionID": "0563182b-dee7-402b-9474-4934a682cbb0", "consumerID": "SO-COpenSource-Env11", "timestamp": 1677067401594, "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/artifacts/service-BasicCnf-csar.csar", "status": "DOWNLOAD_OK" } 2023-02-22T12:04:52.710Z||pool-2-thread-7|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error' 2023-02-22T12:04:52.710Z||pool-2-thread-7|||||DEBUG|500||received message from topic 2023-02-22T12:04:52.710Z||pool-2-thread-7|||||DEBUG|500||recieved notification from broker: { "distributionID": "0563182b-dee7-402b-9474-4934a682cbb0", "consumerID": "SO-COpenSource-Env11", "timestamp": 1677067403845, "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/nginx_cloudtech_k8s_charts.env", "status": "DOWNLOAD_OK" } 2023-02-22T12:04:52.711Z||pool-2-thread-7|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error' 2023-02-22T12:04:52.711Z||pool-2-thread-7|||||DEBUG|500||received message from topic 2023-02-22T12:04:52.711Z||pool-2-thread-7|||||DEBUG|500||recieved notification from broker: { "distributionID": "0563182b-dee7-402b-9474-4934a682cbb0", "consumerID": "SO-COpenSource-Env11", "timestamp": 1677067404922, "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/nginx_cloudtech_k8s_charts.tgz", "status": "DOWNLOAD_OK" } 2023-02-22T12:04:52.711Z||pool-2-thread-7|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error' 2023-02-22T12:04:52.711Z||pool-2-thread-7|||||DEBUG|500||received message from topic 2023-02-22T12:04:52.711Z||pool-2-thread-7|||||DEBUG|500||recieved notification from broker: { "distributionID": "0563182b-dee7-402b-9474-4934a682cbb0", "consumerID": "SO-COpenSource-Env11", "timestamp": 1677067405990, "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/basic_cnf0_modules.json", "status": "DOWNLOAD_OK" } 2023-02-22T12:04:52.712Z||pool-2-thread-7|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error' 2023-02-22T12:04:52.712Z||pool-2-thread-7|||||DEBUG|500||received message from topic 2023-02-22T12:04:52.712Z||pool-2-thread-7|||||DEBUG|500||recieved notification from broker: { "distributionID": "0563182b-dee7-402b-9474-4934a682cbb0", "consumerID": "SO-COpenSource-Env11", "timestamp": 1677067407120, "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/base_dummy.yaml", "status": "DOWNLOAD_OK" } 2023-02-22T12:04:52.712Z||pool-2-thread-7|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error' 2023-02-22T12:04:52.712Z||pool-2-thread-7|||||DEBUG|500||received message from topic 2023-02-22T12:04:52.712Z||pool-2-thread-7|||||DEBUG|500||recieved notification from broker: { "distributionID": "0563182b-dee7-402b-9474-4934a682cbb0", "consumerID": "SO-COpenSource-Env11", "timestamp": 1677067408220, "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/base_dummy.env", "status": "DOWNLOAD_OK" } 2023-02-22T12:04:52.713Z||pool-2-thread-7|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error' 2023-02-22T12:04:52.713Z||pool-2-thread-7|||||DEBUG|500||received message from topic 2023-02-22T12:04:52.713Z||pool-2-thread-7|||||DEBUG|500||recieved notification from broker: { "distributionID": "0563182b-dee7-402b-9474-4934a682cbb0", "consumerID": "SO-COpenSource-Env11", "timestamp": 1677067409324, "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/nginx_cloudtech_k8s_charts.env", "status": "DEPLOY_ERROR", "errorReason": "The artifact has not been used by the modules defined in the resource" } 2023-02-22T12:04:52.713Z||pool-2-thread-7|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error' 2023-02-22T12:04:52.713Z||pool-2-thread-7|||||DEBUG|500||received message from topic 2023-02-22T12:04:52.714Z||pool-2-thread-7|||||DEBUG|500||recieved notification from broker: { "distributionID": "0563182b-dee7-402b-9474-4934a682cbb0", "consumerID": "SO-COpenSource-Env11", "timestamp": 1677067410330, "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/nginx_cloudtech_k8s_charts.tgz", "status": "DEPLOY_ERROR", "errorReason": "The artifact has not been used by the modules defined in the resource" } 2023-02-22T12:04:52.714Z||pool-2-thread-7|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error' 2023-02-22T12:04:52.714Z||pool-2-thread-7|||||DEBUG|500||received message from topic 2023-02-22T12:04:52.714Z||pool-2-thread-7|||||DEBUG|500||recieved notification from broker: { "distributionID": "0563182b-dee7-402b-9474-4934a682cbb0", "consumerID": "SO-COpenSource-Env11", "timestamp": 1677067411335, "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/basic_cnf0_modules.json", "status": "DEPLOY_OK" } 2023-02-22T12:04:52.714Z||pool-2-thread-7|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error' 2023-02-22T12:04:52.715Z||pool-2-thread-7|||||DEBUG|500||received message from topic 2023-02-22T12:04:52.715Z||pool-2-thread-7|||||DEBUG|500||recieved notification from broker: { "distributionID": "0563182b-dee7-402b-9474-4934a682cbb0", "consumerID": "SO-COpenSource-Env11", "timestamp": 1677067412339, "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/base_dummy.yaml", "status": "DEPLOY_OK" } 2023-02-22T12:04:52.717Z||pool-2-thread-7|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error' 2023-02-22T12:04:52.717Z||pool-2-thread-7|||||DEBUG|500||received message from topic 2023-02-22T12:04:52.717Z||pool-2-thread-7|||||DEBUG|500||recieved notification from broker: { "distributionID": "0563182b-dee7-402b-9474-4934a682cbb0", "consumerID": "SO-COpenSource-Env11", "timestamp": 1677067413342, "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/base_dummy.env", "status": "DEPLOY_OK" } 2023-02-22T12:04:52.717Z||pool-2-thread-7|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error' 2023-02-22T12:04:52.717Z||pool-2-thread-7|||||DEBUG|500||received message from topic 2023-02-22T12:04:52.717Z||pool-2-thread-7|||||DEBUG|500||recieved notification from broker: { "distributionID": "0563182b-dee7-402b-9474-4934a682cbb0", "consumerID": "SO-COpenSource-Env11", "timestamp": 1677067414346, "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/artifacts/service-BasicCnf-csar.csar", "status": "DEPLOY_OK" } 2023-02-22T12:04:52.718Z||pool-2-thread-7|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error' 2023-02-22T12:04:52.840Z|b2eabbe6-119f-453f-ab8a-964c7eb54eeb|pool-2-thread-2|||||INFO|500||ASDC_SEND_NOTIF_ASDC DEPLOY DEPLOY_OK /sdc/v1/catalog/services/BasicVm/1.0/artifacts/service-BasicVm-csar.csar ASDC sendASDCNotification 2023-02-22T12:04:52.840Z|b2eabbe6-119f-453f-ab8a-964c7eb54eeb|pool-2-thread-2|||||DEBUG|500||Sending DEPLOY(DEPLOY_OK) notification to ASDC for artifact:/sdc/v1/catalog/services/BasicVm/1.0/artifacts/service-BasicVm-csar.csar 2023-02-22T12:04:52.840Z|b2eabbe6-119f-453f-ab8a-964c7eb54eeb|pool-2-thread-2|||||INFO|500||DistributionClient - sendDeploymentStatus 2023-02-22T12:04:52.840Z|b2eabbe6-119f-453f-ab8a-964c7eb54eeb|pool-2-thread-2|||||INFO|500||DistributionClient - sendStatus 2023-02-22T12:04:52.842Z|b2eabbe6-119f-453f-ab8a-964c7eb54eeb|pool-2-thread-2|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap] 2023-02-22T12:04:52.842Z|b2eabbe6-119f-453f-ab8a-964c7eb54eeb|pool-2-thread-2|||||DEBUG|500||try to send status { "distributionID": "b2eabbe6-119f-453f-ab8a-964c7eb54eeb", "consumerID": "SO-COpenSource-Env11", "timestamp": 1677067492839, "artifactURL": "/sdc/v1/catalog/services/BasicVm/1.0/artifacts/service-BasicVm-csar.csar", "status": "DEPLOY_OK" } 2023-02-22T12:04:52.944Z||pool-87-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 102 ms 2023-02-22T12:04:52.945Z||pool-87-thread-1|||||WARN|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO will send credentials over a clear channel. 2023-02-22T12:04:52.946Z||pool-87-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as sXwXLxdJNt84opGN) ... 2023-02-22T12:04:52.965Z||pool-87-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK 2023-02-22T12:04:52.965Z||pool-87-thread-1|||||INFO|500||cambria reply ok (20 ms):{"serverTimeMs":0,"count":1} 2023-02-22T12:04:53.846Z|b2eabbe6-119f-453f-ab8a-964c7eb54eeb|pool-2-thread-2|||||DEBUG|500||Entered getOverallDistributionStatus method for distrubutionId: b2eabbe6-119f-453f-ab8a-964c7eb54eeb Hibernate: select watchdogdi0_.DISTRIBUTION_ID as distribu1_11_0_, watchdogdi0_.CREATE_TIME as create_t2_11_0_, watchdogdi0_.DISTRIBUTION_ID_STATUS as distribu3_11_0_, watchdogdi0_.MODIFY_TIME as modify_t4_11_0_, watchdogdi0_.LOCK_VERSION as lock_ver5_11_0_ from watchdog_distributionid_status watchdogdi0_ where watchdogdi0_.DISTRIBUTION_ID=? Hibernate: select watchdogco0_.COMPONENT_NAME as componen1_12_, watchdogco0_.DISTRIBUTION_ID as distribu2_12_, watchdogco0_.COMPONENT_DISTRIBUTION_STATUS as componen3_12_, watchdogco0_.CREATE_TIME as create_t4_12_, watchdogco0_.MODIFY_TIME as modify_t5_12_ from watchdog_per_component_distribution_status watchdogco0_ where watchdogco0_.DISTRIBUTION_ID=? 2023-02-22T12:04:53.857Z|b2eabbe6-119f-453f-ab8a-964c7eb54eeb|pool-2-thread-2|||||DEBUG|500||Executed RequestDB getWatchdogComponentDistributionStatus for distrubutionId: b2eabbe6-119f-453f-ab8a-964c7eb54eeb Hibernate: select watchdogco0_.COMPONENT_NAME as componen1_12_, watchdogco0_.DISTRIBUTION_ID as distribu2_12_, watchdogco0_.COMPONENT_DISTRIBUTION_STATUS as componen3_12_, watchdogco0_.CREATE_TIME as create_t4_12_, watchdogco0_.MODIFY_TIME as modify_t5_12_ from watchdog_per_component_distribution_status watchdogco0_ where watchdogco0_.DISTRIBUTION_ID=? 2023-02-22T12:04:53.860Z|b2eabbe6-119f-453f-ab8a-964c7eb54eeb|pool-2-thread-2|||||DEBUG|500||Found componentName SO in the WatchDog Component DB 2023-02-22T12:04:53.860Z|b2eabbe6-119f-453f-ab8a-964c7eb54eeb|pool-2-thread-2|||||DEBUG|500||Found componentName AAI in the WatchDog Component DB 2023-02-22T12:04:53.860Z|b2eabbe6-119f-453f-ab8a-964c7eb54eeb|pool-2-thread-2|||||DEBUG|500||Found componentName SDNC in the WatchDog Component DB 2023-02-22T12:04:53.860Z|b2eabbe6-119f-453f-ab8a-964c7eb54eeb|pool-2-thread-2|||||DEBUG|500||Components Size matched with the WatchdogComponentDistributionStatus results. 2023-02-22T12:04:53.860Z|b2eabbe6-119f-453f-ab8a-964c7eb54eeb|pool-2-thread-2|||||DEBUG|500||Component status: COMPONENT_DONE_OK on componentName: 2023-02-22T12:04:53.860Z|b2eabbe6-119f-453f-ab8a-964c7eb54eeb|pool-2-thread-2|||||DEBUG|500||Component status: COMPONENT_DONE_OK on componentName: 2023-02-22T12:04:53.860Z|b2eabbe6-119f-453f-ab8a-964c7eb54eeb|pool-2-thread-2|||||DEBUG|500||Component status: COMPONENT_DONE_OK on componentName: 2023-02-22T12:04:53.860Z|b2eabbe6-119f-453f-ab8a-964c7eb54eeb|pool-2-thread-2|||||DEBUG|500||Component status: COMPONENT_DONE_OK on componentName: 2023-02-22T12:04:53.860Z|b2eabbe6-119f-453f-ab8a-964c7eb54eeb|pool-2-thread-2|||||DEBUG|500||Component status: COMPONENT_DONE_OK on componentName: 2023-02-22T12:04:53.861Z|b2eabbe6-119f-453f-ab8a-964c7eb54eeb|pool-2-thread-2|||||DEBUG|500||Updating overall DistributionStatus to: SUCCESS for distributionId: Hibernate: select watchdogdi0_.DISTRIBUTION_ID as distribu1_11_0_, watchdogdi0_.CREATE_TIME as create_t2_11_0_, watchdogdi0_.DISTRIBUTION_ID_STATUS as distribu3_11_0_, watchdogdi0_.MODIFY_TIME as modify_t4_11_0_, watchdogdi0_.LOCK_VERSION as lock_ver5_11_0_ from watchdog_distributionid_status watchdogdi0_ where watchdogdi0_.DISTRIBUTION_ID=? 2023-02-22T12:04:53.867Z|b2eabbe6-119f-453f-ab8a-964c7eb54eeb|pool-2-thread-2|||||DEBUG|500||Exiting getOverallDistributionStatus method in WatchdogDistribution 2023-02-22T12:05:23.867Z|b2eabbe6-119f-453f-ab8a-964c7eb54eeb|pool-2-thread-2|||||DEBUG|500||Entered executePatchAAI method with distrubutionId: b2eabbe6-119f-453f-ab8a-964c7eb54eeb and distributionStatus: Hibernate: select watchdogse0_.DISTRIBUTION_ID as distribu1_13_, watchdogse0_.SERVICE_MODEL_VERSION_ID as service_2_13_, watchdogse0_.CONSUMER_ID as consumer3_13_, watchdogse0_.CREATE_TIME as create_t4_13_, watchdogse0_.DISTRIBUTION_NOTIFICATION as distribu5_13_ from watchdog_service_mod_ver_id_lookup watchdogse0_ where watchdogse0_.DISTRIBUTION_ID=? 2023-02-22T12:05:23.889Z|b2eabbe6-119f-453f-ab8a-964c7eb54eeb|pool-2-thread-2|||||DEBUG|500||Executed RequestDB getWatchdogServiceModVerIdLookup with distributionId: b2eabbe6-119f-453f-ab8a-964c7eb54eeb and serviceModelVersionId: 070bff43-4286-4f87-a969-9dc12086682b 2023-02-22T12:05:23.890Z|b2eabbe6-119f-453f-ab8a-964c7eb54eeb|pool-2-thread-2|||||DEBUG|500||ASDC Notification ServiceModelInvariantUUID : c6cb855d-84f6-459a-b858-6ddcf6ff5741 2023-02-22T12:05:23.890Z|b2eabbe6-119f-453f-ab8a-964c7eb54eeb|pool-2-thread-2|||||DEBUG|500||Target A&AI Resource URI: /service-design-and-creation/models/model/c6cb855d-84f6-459a-b858-6ddcf6ff5741/model-vers/model-ver/070bff43-4286-4f87-a969-9dc12086682b?depth=0 2023-02-22T12:05:23.895Z|b2eabbe6-119f-453f-ab8a-964c7eb54eeb|pool-2-thread-2|||||INFO|500||RestClientSSL using default SSL context! 2023-02-22T12:05:23.939Z|b2eabbe6-119f-453f-ab8a-964c7eb54eeb|pool-2-thread-2|||AAI||DEBUG|500||Sending HTTP POST (overridden to PATCH) to:https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/c6cb855d-84f6-459a-b858-6ddcf6ff5741/model-vers/model-ver/070bff43-4286-4f87-a969-9dc12086682b?depth=0 with request headers:{Authorization=[***REDACTED***], X-FromAppId=[MSO], X-HTTP-Method-Override=[PATCH], Accept=[application/json], X-TransactionId=[], Content-Type=[application/merge-patch+json]} 2023-02-22T12:05:23.942Z|b2eabbe6-119f-453f-ab8a-964c7eb54eeb|pool-2-thread-2|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/c6cb855d-84f6-459a-b858-6ddcf6ff5741/model-vers/model-ver/070bff43-4286-4f87-a969-9dc12086682b?depth=0|INFO|500||Invoke 2023-02-22T12:05:23.959Z|b2eabbe6-119f-453f-ab8a-964c7eb54eeb|pool-2-thread-2|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/c6cb855d-84f6-459a-b858-6ddcf6ff5741/model-vers/model-ver/070bff43-4286-4f87-a969-9dc12086682b?depth=0|DEBUG|500||{"distribution-status":"DISTRIBUTION_COMPLETE_OK"} 2023-02-22T12:05:24.075Z|b2eabbe6-119f-453f-ab8a-964c7eb54eeb|pool-2-thread-2|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/c6cb855d-84f6-459a-b858-6ddcf6ff5741/model-vers/model-ver/070bff43-4286-4f87-a969-9dc12086682b?depth=0|INFO|500||InvokeReturn 2023-02-22T12:05:24.076Z|b2eabbe6-119f-453f-ab8a-964c7eb54eeb|pool-2-thread-2|||||DEBUG|500||Response from method:POST (overridden to PATCH) performed on uri:https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/c6cb855d-84f6-459a-b858-6ddcf6ff5741/model-vers/model-ver/070bff43-4286-4f87-a969-9dc12086682b?depth=0 has http status code:200 and response headers:{date=[Wed, 22 Feb 2023 12:05:24 GMT], content-length=[0], vertex-id=[221224], x-aai-txid=[0-aai-resources-230222-12:05:24:124-17455], content-type=[application/json], strict-transport-security=[max-age=16000000; includeSubDomains; preload;]} 2023-02-22T12:05:24.076Z|b2eabbe6-119f-453f-ab8a-964c7eb54eeb|pool-2-thread-2|||||DEBUG|500||Response was returned with an empty entity. 2023-02-22T12:05:24.077Z|b2eabbe6-119f-453f-ab8a-964c7eb54eeb|pool-2-thread-2|||||DEBUG|500||A&AI UPDATE MODEL Version is success! 2023-02-22T12:05:24.077Z|b2eabbe6-119f-453f-ab8a-964c7eb54eeb|pool-2-thread-2|||||DEBUG|500||A&AI Updated succefully with Distribution Status! Hibernate: select service0_.MODEL_UUID as model_uu1_50_, service0_.CDS_BLUEPRINT_NAME as cds_blue2_50_, service0_.CDS_BLUEPRINT_VERSION as cds_blue3_50_, service0_.SERVICE_CATEGORY as service_4_50_, service0_.CONTROLLER_ACTOR as controll5_50_, service0_.CREATION_TIMESTAMP as creation6_50_, service0_.TOSCA_CSAR_ARTIFACT_UUID as tosca_c21_50_, service0_.DESCRIPTION as descript7_50_, service0_.OVERALL_DISTRIBUTION_STATUS as overall_8_50_, service0_.ENVIRONMENT_CONTEXT as environm9_50_, service0_.MODEL_INVARIANT_UUID as model_i10_50_, service0_.MODEL_NAME as model_n11_50_, service0_.MODEL_VERSION as model_v12_50_, service0_.NAMING_POLICY as naming_13_50_, service0_.ONAP_GENERATED_NAMING as onap_ge14_50_, service0_.RESOURCE_ORDER as resourc15_50_, service0_.SERVICE_FUNCTION as service16_50_, service0_.SERVICE_ROLE as service17_50_, service0_.SERVICE_TYPE as service18_50_, service0_.SKIP_POST_INSTANTIATION_CONFIGURATION as skip_po19_50_, service0_.WORKLOAD_CONTEXT as workloa20_50_ from service service0_ where service0_.MODEL_UUID=? 2023-02-22T12:05:24.084Z|b2eabbe6-119f-453f-ab8a-964c7eb54eeb|pool-2-thread-2|||||ERROR|500||Error updating CatalogDBStatus java.lang.NullPointerException: null at org.onap.so.asdc.tenantIsolation.WatchdogDistribution.updateCatalogDBStatus(WatchdogDistribution.java:206) at org.onap.so.asdc.client.ASDCController.treatNotification(ASDCController.java:690) at org.onap.so.asdc.client.ASDCNotificationCallBack.activateCallback(ASDCNotificationCallBack.java:52) at org.onap.sdc.impl.NotificationConsumer.run(NotificationConsumer.java:71) at java.base/java.util.concurrent.Executors$RunnableAdapter.call(Unknown Source) at java.base/java.util.concurrent.FutureTask.runAndReset(Unknown Source) at java.base/java.util.concurrent.ScheduledThreadPoolExecutor$ScheduledFutureTask.run(Unknown Source) at java.base/java.util.concurrent.ThreadPoolExecutor.runWorker(Unknown Source) at java.base/java.util.concurrent.ThreadPoolExecutor$Worker.run(Unknown Source) at java.base/java.lang.Thread.run(Unknown Source) 2023-02-22T12:05:24.084Z|b2eabbe6-119f-453f-ab8a-964c7eb54eeb|pool-2-thread-2|||||DEBUG|500||Enter sendFinalDistributionStatus with DistributionID b2eabbe6-119f-453f-ab8a-964c7eb54eeb and Status of DISTRIBUTION_COMPLETE_OK and ErrorReason null 2023-02-22T12:05:24.085Z|b2eabbe6-119f-453f-ab8a-964c7eb54eeb|pool-2-thread-2|||||INFO|500||DistributionClient - sendFinalDistributionStatus status 2023-02-22T12:05:24.085Z|b2eabbe6-119f-453f-ab8a-964c7eb54eeb|pool-2-thread-2|||||INFO|500||DistributionClient - sendStatus 2023-02-22T12:05:24.087Z|b2eabbe6-119f-453f-ab8a-964c7eb54eeb|pool-2-thread-2|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap] 2023-02-22T12:05:24.087Z|b2eabbe6-119f-453f-ab8a-964c7eb54eeb|pool-2-thread-2|||||DEBUG|500||try to send status { "distributionID": "b2eabbe6-119f-453f-ab8a-964c7eb54eeb", "consumerID": "SO-COpenSource-Env11", "timestamp": 1677067524085, "artifactURL": "", "status": "DISTRIBUTION_COMPLETE_OK" } 2023-02-22T12:05:24.187Z||pool-88-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms 2023-02-22T12:05:24.188Z||pool-88-thread-1|||||WARN|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO will send credentials over a clear channel. 2023-02-22T12:05:24.188Z||pool-88-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as sXwXLxdJNt84opGN) ... 2023-02-22T12:05:24.204Z||pool-88-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK 2023-02-22T12:05:24.204Z||pool-88-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=? 2023-02-22T12:05:25.105Z|b2eabbe6-119f-453f-ab8a-964c7eb54eeb|pool-2-thread-2|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2023-02-22T12:05:25.106Z|b2eabbe6-119f-453f-ab8a-964c7eb54eeb|pool-2-thread-2|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel. 2023-02-22T12:05:25.106Z|b2eabbe6-119f-453f-ab8a-964c7eb54eeb|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 sXwXLxdJNt84opGN) ... 2023-02-22T12:05:35.494Z|b2eabbe6-119f-453f-ab8a-964c7eb54eeb|pool-2-thread-2|||||INFO|500|| --> HTTP/1.1 200 OK 2023-02-22T12:05:35.495Z|b2eabbe6-119f-453f-ab8a-964c7eb54eeb|pool-2-thread-2|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2023-02-22T12:05:35.495Z|b2eabbe6-119f-453f-ab8a-964c7eb54eeb|pool-2-thread-2|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel. 2023-02-22T12:05:35.495Z|b2eabbe6-119f-453f-ab8a-964c7eb54eeb|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 sXwXLxdJNt84opGN) ... 2023-02-22T12:05:45.095Z|b2eabbe6-119f-453f-ab8a-964c7eb54eeb|pool-2-thread-2|||||INFO|500|| --> HTTP/1.1 200 OK 2023-02-22T12:05:52.607Z|b2eabbe6-119f-453f-ab8a-964c7eb54eeb|pool-2-thread-2|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2023-02-22T12:05:52.608Z|b2eabbe6-119f-453f-ab8a-964c7eb54eeb|pool-2-thread-2|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel. 2023-02-22T12:05:52.608Z|b2eabbe6-119f-453f-ab8a-964c7eb54eeb|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 sXwXLxdJNt84opGN) ... 2023-02-22T12:05:52.609Z||pool-2-thread-6|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2023-02-22T12:05:52.610Z||pool-2-thread-6|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel. 2023-02-22T12:05:52.610Z||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 sXwXLxdJNt84opGN) ... 2023-02-22T12:05:52.633Z||pool-2-thread-6|||||INFO|500|| --> HTTP/1.1 200 OK 2023-02-22T12:05:52.633Z||pool-2-thread-6|||||DEBUG|500||received message from topic 2023-02-22T12:05:52.633Z||pool-2-thread-6|||||DEBUG|500||recieved notification from broker: { "distributionID": "0563182b-dee7-402b-9474-4934a682cbb0", "consumerID": "SO-COpenSource-Env11", "timestamp": 1677067475595, "artifactURL": "", "status": "DISTRIBUTION_COMPLETE_OK" } 2023-02-22T12:05:52.634Z||pool-2-thread-6|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error' 2023-02-22T12:05:52.634Z||pool-2-thread-6|||||DEBUG|500||received message from topic 2023-02-22T12:05:52.634Z||pool-2-thread-6|||||DEBUG|500||recieved notification from broker: { "distributionID": "b2eabbe6-119f-453f-ab8a-964c7eb54eeb", "consumerID": "SO-COpenSource-Env11", "timestamp": 1677067391745, "artifactURL": "/sdc/v1/catalog/services/BasicVm/1.0/resourceInstances/basic_vm0/artifacts/vf-license-model.xml", "status": "NOT_NOTIFIED" } 2023-02-22T12:05:52.635Z||pool-2-thread-6|||||INFO|500||Missing status on Status Object. 2023-02-22T12:05:52.635Z||pool-2-thread-6|||||DEBUG|500||received message from topic 2023-02-22T12:05:52.635Z||pool-2-thread-6|||||DEBUG|500||recieved notification from broker: { "distributionID": "b2eabbe6-119f-453f-ab8a-964c7eb54eeb", "consumerID": "SO-COpenSource-Env11", "timestamp": 1677067391745, "artifactURL": "/sdc/v1/catalog/services/BasicVm/1.0/resourceInstances/basic_vm0/artifacts/basic_vm0_modules.json", "status": "NOTIFIED" } 2023-02-22T12:05:52.635Z||pool-2-thread-6|||||INFO|500||Missing status on Status Object. 2023-02-22T12:05:52.635Z||pool-2-thread-6|||||DEBUG|500||received message from topic 2023-02-22T12:05:52.635Z||pool-2-thread-6|||||DEBUG|500||recieved notification from broker: { "distributionID": "b2eabbe6-119f-453f-ab8a-964c7eb54eeb", "consumerID": "SO-COpenSource-Env11", "timestamp": 1677067391745, "artifactURL": "/sdc/v1/catalog/services/BasicVm/1.0/resourceInstances/basic_vm0/artifacts/base_ubuntu20.yaml", "status": "NOTIFIED" } 2023-02-22T12:05:52.635Z||pool-2-thread-6|||||INFO|500||Missing status on Status Object. 2023-02-22T12:05:52.635Z||pool-2-thread-6|||||DEBUG|500||received message from topic 2023-02-22T12:05:52.635Z||pool-2-thread-6|||||DEBUG|500||recieved notification from broker: { "distributionID": "b2eabbe6-119f-453f-ab8a-964c7eb54eeb", "consumerID": "SO-COpenSource-Env11", "timestamp": 1677067391745, "artifactURL": "/sdc/v1/catalog/services/BasicVm/1.0/resourceInstances/basic_vm0/artifacts/vendor-license-model.xml", "status": "NOT_NOTIFIED" } 2023-02-22T12:05:52.635Z||pool-2-thread-6|||||INFO|500||Missing status on Status Object. 2023-02-22T12:05:52.635Z||pool-2-thread-6|||||DEBUG|500||received message from topic 2023-02-22T12:05:52.636Z||pool-2-thread-6|||||DEBUG|500||recieved notification from broker: { "distributionID": "b2eabbe6-119f-453f-ab8a-964c7eb54eeb", "consumerID": "SO-COpenSource-Env11", "timestamp": 1677067391745, "artifactURL": "/sdc/v1/catalog/services/BasicVm/1.0/resourceInstances/basic_vm0/artifacts/base_ubuntu20.env", "status": "NOTIFIED" } 2023-02-22T12:05:52.636Z||pool-2-thread-6|||||INFO|500||Missing status on Status Object. 2023-02-22T12:05:52.636Z||pool-2-thread-6|||||DEBUG|500||received message from topic 2023-02-22T12:05:52.636Z||pool-2-thread-6|||||DEBUG|500||recieved notification from broker: { "distributionID": "b2eabbe6-119f-453f-ab8a-964c7eb54eeb", "consumerID": "SO-COpenSource-Env11", "timestamp": 1677067391745, "artifactURL": "/sdc/v1/catalog/services/BasicVm/1.0/artifacts/service-BasicVm-template.yml", "status": "NOT_NOTIFIED" } 2023-02-22T12:05:52.636Z||pool-2-thread-6|||||INFO|500||Missing status on Status Object. 2023-02-22T12:05:52.636Z||pool-2-thread-6|||||DEBUG|500||received message from topic 2023-02-22T12:05:52.636Z||pool-2-thread-6|||||DEBUG|500||recieved notification from broker: { "distributionID": "b2eabbe6-119f-453f-ab8a-964c7eb54eeb", "consumerID": "SO-COpenSource-Env11", "timestamp": 1677067391745, "artifactURL": "/sdc/v1/catalog/services/BasicVm/1.0/artifacts/service-BasicVm-csar.csar", "status": "NOTIFIED" } 2023-02-22T12:05:52.636Z||pool-2-thread-6|||||INFO|500||Missing status on Status Object. 2023-02-22T12:05:52.636Z||pool-2-thread-6|||||DEBUG|500||received message from topic 2023-02-22T12:05:52.636Z||pool-2-thread-6|||||DEBUG|500||recieved notification from broker: { "distributionID": "b2eabbe6-119f-453f-ab8a-964c7eb54eeb", "consumerID": "SO-COpenSource-Env11", "timestamp": 1677067483952, "artifactURL": "/sdc/v1/catalog/services/BasicVm/1.0/artifacts/service-BasicVm-csar.csar", "status": "DOWNLOAD_OK" } 2023-02-22T12:05:52.636Z||pool-2-thread-6|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error' 2023-02-22T12:05:52.636Z||pool-2-thread-6|||||DEBUG|500||received message from topic 2023-02-22T12:05:52.636Z||pool-2-thread-6|||||DEBUG|500||recieved notification from broker: { "distributionID": "b2eabbe6-119f-453f-ab8a-964c7eb54eeb", "consumerID": "SO-COpenSource-Env11", "timestamp": 1677067486486, "artifactURL": "/sdc/v1/catalog/services/BasicVm/1.0/resourceInstances/basic_vm0/artifacts/basic_vm0_modules.json", "status": "DOWNLOAD_OK" } 2023-02-22T12:05:52.637Z||pool-2-thread-6|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error' 2023-02-22T12:05:52.637Z||pool-2-thread-6|||||DEBUG|500||received message from topic 2023-02-22T12:05:52.637Z||pool-2-thread-6|||||DEBUG|500||recieved notification from broker: { "distributionID": "b2eabbe6-119f-453f-ab8a-964c7eb54eeb", "consumerID": "SO-COpenSource-Env11", "timestamp": 1677067487591, "artifactURL": "/sdc/v1/catalog/services/BasicVm/1.0/resourceInstances/basic_vm0/artifacts/base_ubuntu20.yaml", "status": "DOWNLOAD_OK" } 2023-02-22T12:05:52.637Z||pool-2-thread-6|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error' 2023-02-22T12:05:52.637Z||pool-2-thread-6|||||DEBUG|500||received message from topic 2023-02-22T12:05:52.637Z||pool-2-thread-6|||||DEBUG|500||recieved notification from broker: { "distributionID": "b2eabbe6-119f-453f-ab8a-964c7eb54eeb", "consumerID": "SO-COpenSource-Env11", "timestamp": 1677067488735, "artifactURL": "/sdc/v1/catalog/services/BasicVm/1.0/resourceInstances/basic_vm0/artifacts/base_ubuntu20.env", "status": "DOWNLOAD_OK" } 2023-02-22T12:05:52.637Z||pool-2-thread-6|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error' 2023-02-22T12:05:52.637Z||pool-2-thread-6|||||DEBUG|500||received message from topic 2023-02-22T12:05:52.637Z||pool-2-thread-6|||||DEBUG|500||recieved notification from broker: { "distributionID": "b2eabbe6-119f-453f-ab8a-964c7eb54eeb", "consumerID": "SO-COpenSource-Env11", "timestamp": 1677067489821, "artifactURL": "/sdc/v1/catalog/services/BasicVm/1.0/resourceInstances/basic_vm0/artifacts/basic_vm0_modules.json", "status": "DEPLOY_OK" } 2023-02-22T12:05:52.637Z||pool-2-thread-6|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error' 2023-02-22T12:05:52.637Z||pool-2-thread-6|||||DEBUG|500||received message from topic 2023-02-22T12:05:52.637Z||pool-2-thread-6|||||DEBUG|500||recieved notification from broker: { "distributionID": "b2eabbe6-119f-453f-ab8a-964c7eb54eeb", "consumerID": "SO-COpenSource-Env11", "timestamp": 1677067490825, "artifactURL": "/sdc/v1/catalog/services/BasicVm/1.0/resourceInstances/basic_vm0/artifacts/base_ubuntu20.yaml", "status": "DEPLOY_OK" } 2023-02-22T12:05:52.638Z||pool-2-thread-6|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error' 2023-02-22T12:05:52.638Z||pool-2-thread-6|||||DEBUG|500||received message from topic 2023-02-22T12:05:52.638Z||pool-2-thread-6|||||DEBUG|500||recieved notification from broker: { "distributionID": "b2eabbe6-119f-453f-ab8a-964c7eb54eeb", "consumerID": "SO-COpenSource-Env11", "timestamp": 1677067491834, "artifactURL": "/sdc/v1/catalog/services/BasicVm/1.0/resourceInstances/basic_vm0/artifacts/base_ubuntu20.env", "status": "DEPLOY_OK" } 2023-02-22T12:05:52.638Z||pool-2-thread-6|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error' 2023-02-22T12:06:02.166Z|b2eabbe6-119f-453f-ab8a-964c7eb54eeb|pool-2-thread-2|||||INFO|500|| --> HTTP/1.1 200 OK 2023-02-22T12:06:52.607Z||pool-2-thread-7|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2023-02-22T12:06:52.609Z||pool-2-thread-7|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel. 2023-02-22T12:06:52.609Z||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 sXwXLxdJNt84opGN) ... 2023-02-22T12:06:52.609Z||pool-2-thread-8|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2023-02-22T12:06:52.609Z||pool-2-thread-8|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel. 2023-02-22T12:06:52.609Z||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 sXwXLxdJNt84opGN) ... 2023-02-22T12:06:52.657Z||pool-2-thread-8|||||INFO|500|| --> HTTP/1.1 200 OK 2023-02-22T12:06:52.658Z||pool-2-thread-8|||||DEBUG|500||received message from topic 2023-02-22T12:06:52.658Z||pool-2-thread-8|||||DEBUG|500||recieved notification from broker: { "distributionID": "b2eabbe6-119f-453f-ab8a-964c7eb54eeb", "consumerID": "SO-COpenSource-Env11", "timestamp": 1677067492839, "artifactURL": "/sdc/v1/catalog/services/BasicVm/1.0/artifacts/service-BasicVm-csar.csar", "status": "DEPLOY_OK" } 2023-02-22T12:06:52.660Z||pool-2-thread-8|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error' 2023-02-22T12:07:02.235Z||pool-2-thread-7|||||INFO|500|| --> HTTP/1.1 200 OK 2023-02-22T12:07:52.607Z||pool-2-thread-3|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2023-02-22T12:07:52.609Z||pool-2-thread-3|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel. 2023-02-22T12:07:52.609Z||pool-2-thread-8|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2023-02-22T12:07:52.609Z||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 sXwXLxdJNt84opGN) ... 2023-02-22T12:07:52.610Z||pool-2-thread-8|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel. 2023-02-22T12:07:52.610Z||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 sXwXLxdJNt84opGN) ... 2023-02-22T12:07:53.146Z||pool-2-thread-8|||||INFO|500|| --> HTTP/1.1 200 OK 2023-02-22T12:07:53.146Z||pool-2-thread-8|||||DEBUG|500||received message from topic 2023-02-22T12:07:53.147Z||pool-2-thread-8|||||DEBUG|500||recieved notification from broker: { "distributionID": "b2eabbe6-119f-453f-ab8a-964c7eb54eeb", "consumerID": "SO-COpenSource-Env11", "timestamp": 1677067524085, "artifactURL": "", "status": "DISTRIBUTION_COMPLETE_OK" } 2023-02-22T12:07:53.148Z||pool-2-thread-8|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error' 2023-02-22T12:08:02.172Z||pool-2-thread-3|||||INFO|500|| --> HTTP/1.1 200 OK 2023-02-22T12:08:52.607Z||pool-2-thread-3|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2023-02-22T12:08:52.608Z||pool-2-thread-3|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel. 2023-02-22T12:08:52.608Z||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 sXwXLxdJNt84opGN) ... 2023-02-22T12:08:52.609Z||pool-2-thread-4|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2023-02-22T12:08:52.609Z||pool-2-thread-4|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel. 2023-02-22T12:08:52.610Z||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 sXwXLxdJNt84opGN) ... 2023-02-22T12:09:02.166Z||pool-2-thread-4|||||INFO|500|| --> HTTP/1.1 200 OK 2023-02-22T12:09:02.180Z||pool-2-thread-3|||||INFO|500|| --> HTTP/1.1 200 OK 2023-02-22T12:09:52.608Z||pool-2-thread-3|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2023-02-22T12:09:52.609Z||pool-2-thread-1|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2023-02-22T12:09:52.611Z||pool-2-thread-1|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel. 2023-02-22T12:09:52.611Z||pool-2-thread-3|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel. 2023-02-22T12:09:52.611Z||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 sXwXLxdJNt84opGN) ... 2023-02-22T12:09:52.611Z||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 sXwXLxdJNt84opGN) ... 2023-02-22T12:10:02.174Z||pool-2-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK 2023-02-22T12:10:02.192Z||pool-2-thread-3|||||INFO|500|| --> HTTP/1.1 200 OK 2023-02-22T12:10:52.607Z||pool-2-thread-3|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2023-02-22T12:10:52.608Z||pool-2-thread-3|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel. 2023-02-22T12:10:52.608Z||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 sXwXLxdJNt84opGN) ... 2023-02-22T12:10:52.609Z||pool-2-thread-1|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2023-02-22T12:10:52.609Z||pool-2-thread-1|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel. 2023-02-22T12:10:52.609Z||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 sXwXLxdJNt84opGN) ... 2023-02-22T12:11:02.181Z||pool-2-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK 2023-02-22T12:11:02.187Z||pool-2-thread-3|||||INFO|500|| --> HTTP/1.1 200 OK 2023-02-22T12:11:52.607Z||pool-2-thread-3|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2023-02-22T12:11:52.608Z||pool-2-thread-3|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel. 2023-02-22T12:11:52.608Z||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 sXwXLxdJNt84opGN) ... 2023-02-22T12:11:52.609Z||pool-2-thread-1|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2023-02-22T12:11:52.609Z||pool-2-thread-1|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel. 2023-02-22T12:11:52.609Z||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 sXwXLxdJNt84opGN) ... 2023-02-22T12:12:02.168Z||pool-2-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK 2023-02-22T12:12:02.184Z||pool-2-thread-3|||||INFO|500|| --> HTTP/1.1 200 OK 2023-02-22T12:12:52.607Z||pool-2-thread-3|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2023-02-22T12:12:52.608Z||pool-2-thread-3|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel. 2023-02-22T12:12:52.608Z||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 sXwXLxdJNt84opGN) ... 2023-02-22T12:12:52.609Z||pool-2-thread-1|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2023-02-22T12:12:52.609Z||pool-2-thread-1|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel. 2023-02-22T12:12:52.609Z||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 sXwXLxdJNt84opGN) ... 2023-02-22T12:13:02.271Z||pool-2-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK 2023-02-22T12:13:02.273Z||pool-2-thread-3|||||INFO|500|| --> HTTP/1.1 200 OK 2023-02-22T12:13:52.607Z||pool-2-thread-3|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2023-02-22T12:13:52.608Z||pool-2-thread-3|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel. 2023-02-22T12:13:52.608Z||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 sXwXLxdJNt84opGN) ... 2023-02-22T12:13:52.609Z||pool-2-thread-10|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2023-02-22T12:13:52.609Z||pool-2-thread-10|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel. 2023-02-22T12:13:52.610Z||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 sXwXLxdJNt84opGN) ... 2023-02-22T12:14:02.164Z||pool-2-thread-3|||||INFO|500|| --> HTTP/1.1 200 OK 2023-02-22T12:14:02.200Z||pool-2-thread-10|||||INFO|500|| --> HTTP/1.1 200 OK 2023-02-22T12:14:52.607Z||pool-2-thread-3|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2023-02-22T12:14:52.608Z||pool-2-thread-3|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel. 2023-02-22T12:14:52.608Z||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 sXwXLxdJNt84opGN) ... 2023-02-22T12:14:52.609Z|b2eabbe6-119f-453f-ab8a-964c7eb54eeb|pool-2-thread-2|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2023-02-22T12:14:52.610Z|b2eabbe6-119f-453f-ab8a-964c7eb54eeb|pool-2-thread-2|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel. 2023-02-22T12:14:52.610Z|b2eabbe6-119f-453f-ab8a-964c7eb54eeb|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 sXwXLxdJNt84opGN) ... 2023-02-22T12:15:02.247Z|b2eabbe6-119f-453f-ab8a-964c7eb54eeb|pool-2-thread-2|||||INFO|500|| --> HTTP/1.1 200 OK 2023-02-22T12:15:02.267Z||pool-2-thread-3|||||INFO|500|| --> HTTP/1.1 200 OK 2023-02-22T12:15:52.608Z||pool-2-thread-3|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2023-02-22T12:15:52.608Z||pool-2-thread-3|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel. 2023-02-22T12:15:52.608Z||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 sXwXLxdJNt84opGN) ... 2023-02-22T12:15:52.609Z||pool-2-thread-7|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2023-02-22T12:15:52.609Z||pool-2-thread-7|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel. 2023-02-22T12:15:52.609Z||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 sXwXLxdJNt84opGN) ... 2023-02-22T12:15:53.276Z||pool-2-thread-3|||||INFO|500|| --> HTTP/1.1 200 OK 2023-02-22T12:15:53.276Z||pool-2-thread-7|||||INFO|500|| --> HTTP/1.1 200 OK 2023-02-22T12:15:53.277Z||pool-2-thread-3|||||DEBUG|500||received message from topic 2023-02-22T12:15:53.277Z||pool-2-thread-3|||||DEBUG|500||recieved notification from broker: {"distributionID":"6f0e4817-a1bf-45ef-a420-e600e7addba2","serviceName":"basic_cnf_macro","serviceVersion":"1.0","serviceUUID":"7d184938-fc36-4820-b58c-dfe02c161385","serviceDescription":"service","serviceInvariantUUID":"be0c5ffd-e34a-4f3b-af5f-ac3901b03a5e","resources":[{"resourceInstanceName":"basic_cnf_macro 0","resourceName":"basic_cnf_macro","resourceVersion":"1.0","resoucreType":"VF","resourceUUID":"14c32ad2-88d6-4b5d-bee4-6fcf4efc949c","resourceInvariantUUID":"7ce8ae87-9e73-439a-9cef-47fc9e9eaceb","resourceCustomizationUUID":"d046a1f3-8ff9-4d42-b539-052bd989313d","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":"NTk3OGFkMzZmZmJlMjQxNzAyNTQ0OWRmOTkxODM0Yzc\u003d","artifactDescription":"VF license file","artifactTimeout":0,"artifactUUID":"7043fc00-b6dc-4ffb-a32d-1d81456df45e","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":"ZWI1M2I4OTNiOTU2MmNiOWYzNzhmMzZiMTQyNjU2NWQ\u003d","artifactDescription":"Auto-generated VF Modules information artifact","artifactTimeout":0,"artifactUUID":"e560ea43-d7f1-4e79-b8e6-f794f4454bd6","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":"ce2021bc-330a-451e-b7e6-ea79ed37e69b","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":"54994836-6361-4c6d-b698-33412c7d4b41","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":"d1ab518d-e440-40b3-bfe3-d1f7e95cc3c9","artifactVersion":"2","generatedFromUUID":"5bdd98c3-1683-4527-a8b5-1b52faaa9553"},{"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":"a5a2c61f-fa4f-497a-bc70-14e233be631c","artifactVersion":"2","generatedFromUUID":"ce2021bc-330a-451e-b7e6-ea79ed37e69b"},{"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":"5bdd98c3-1683-4527-a8b5-1b52faaa9553","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":"32a6ddc3-9009-4519-8996-41d717fcf3e7","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":"MDg1MjVhMjJjODA0Yzk2ZDhiNTY1OThkODc1N2VlODc\u003d","artifactDescription":"TOSCA representation of the asset","artifactTimeout":0,"artifactUUID":"065e0027-d14f-4720-877b-dbef57e2d950","artifactVersion":"1"},{"artifactName":"service-BasicCnfMacro-csar.csar","artifactType":"TOSCA_CSAR","artifactURL":"/sdc/v1/catalog/services/BasicCnfMacro/1.0/artifacts/service-BasicCnfMacro-csar.csar","artifactChecksum":"ZjcwZGM2NmVjNWU2YjIwNDE0M2E3MmQwMTIwYjNiMmE\u003d","artifactDescription":"TOSCA definition package of the asset","artifactTimeout":0,"artifactUUID":"78ad95e4-db9b-45e0-a0bb-771877a3985c","artifactVersion":"1"}],"workloadContext":"Production"} 2023-02-22T12:15:53.279Z||pool-2-thread-7|||||DEBUG|500||received message from topic 2023-02-22T12:15:53.279Z||pool-2-thread-7|||||DEBUG|500||recieved notification from broker: { "distributionID": "6f0e4817-a1bf-45ef-a420-e600e7addba2", "consumerID": "ves-openapi-manager", "timestamp": 1677068100004, "artifactURL": "/sdc/v1/catalog/services/BasicCnfMacro/1.0/resourceInstances/basic_cnf_macro0/artifacts/vf-license-model.xml", "status": "NOT_NOTIFIED" } 2023-02-22T12:15:53.280Z||pool-2-thread-7|||||INFO|500||Missing status on Status Object. 2023-02-22T12:15:53.280Z||pool-2-thread-7|||||DEBUG|500||received message from topic 2023-02-22T12:15:53.280Z||pool-2-thread-7|||||DEBUG|500||recieved notification from broker: { "distributionID": "6f0e4817-a1bf-45ef-a420-e600e7addba2", "consumerID": "sdc-COpenSource-Env11-sdnc-dockero", "timestamp": 1677068099920, "artifactURL": "/sdc/v1/catalog/services/BasicCnfMacro/1.0/resourceInstances/basic_cnf_macro0/artifacts/vf-license-model.xml", "status": "NOT_NOTIFIED" } 2023-02-22T12:15:53.281Z||pool-2-thread-7|||||INFO|500||Missing status on Status Object. 2023-02-22T12:15:53.281Z||pool-2-thread-7|||||DEBUG|500||received message from topic 2023-02-22T12:15:53.281Z||pool-2-thread-7|||||DEBUG|500||recieved notification from broker: { "distributionID": "6f0e4817-a1bf-45ef-a420-e600e7addba2", "consumerID": "cds", "timestamp": 1677068105171, "artifactURL": "/sdc/v1/catalog/services/BasicCnfMacro/1.0/resourceInstances/basic_cnf_macro0/artifacts/vf-license-model.xml", "status": "NOT_NOTIFIED" } 2023-02-22T12:15:53.281Z||pool-2-thread-7|||||INFO|500||Missing status on Status Object. 2023-02-22T12:15:53.281Z||pool-2-thread-7|||||DEBUG|500||received message from topic 2023-02-22T12:15:53.281Z||pool-2-thread-7|||||DEBUG|500||recieved notification from broker: { "distributionID": "6f0e4817-a1bf-45ef-a420-e600e7addba2", "consumerID": "ves-openapi-manager", "timestamp": 1677068100004, "artifactURL": "/sdc/v1/catalog/services/BasicCnfMacro/1.0/resourceInstances/basic_cnf_macro0/artifacts/basic_cnf_macro0_modules.json", "status": "NOT_NOTIFIED" } 2023-02-22T12:15:53.281Z||pool-2-thread-3|||||INFO|500||DistributionClient - sendNotificationStatus 2023-02-22T12:15:53.281Z||pool-2-thread-7|||||INFO|500||Missing status on Status Object. 2023-02-22T12:15:53.281Z||pool-2-thread-7|||||DEBUG|500||received message from topic 2023-02-22T12:15:53.282Z||pool-2-thread-3|||||INFO|500||DistributionClient - sendStatus 2023-02-22T12:15:53.281Z||pool-2-thread-7|||||DEBUG|500||recieved notification from broker: { "distributionID": "6f0e4817-a1bf-45ef-a420-e600e7addba2", "consumerID": "cds", "timestamp": 1677068105171, "artifactURL": "/sdc/v1/catalog/services/BasicCnfMacro/1.0/resourceInstances/basic_cnf_macro0/artifacts/basic_cnf_macro0_modules.json", "status": "NOT_NOTIFIED" } 2023-02-22T12:15:53.282Z||pool-2-thread-7|||||INFO|500||Missing status on Status Object. 2023-02-22T12:15:53.282Z||pool-2-thread-7|||||DEBUG|500||received message from topic 2023-02-22T12:15:53.282Z||pool-2-thread-7|||||DEBUG|500||recieved notification from broker: { "distributionID": "6f0e4817-a1bf-45ef-a420-e600e7addba2", "consumerID": "sdc-COpenSource-Env11-sdnc-dockero", "timestamp": 1677068099920, "artifactURL": "/sdc/v1/catalog/services/BasicCnfMacro/1.0/resourceInstances/basic_cnf_macro0/artifacts/basic_cnf_macro0_modules.json", "status": "NOT_NOTIFIED" } 2023-02-22T12:15:53.283Z||pool-2-thread-7|||||INFO|500||Missing status on Status Object. 2023-02-22T12:15:53.283Z||pool-2-thread-7|||||DEBUG|500||received message from topic 2023-02-22T12:15:53.283Z||pool-2-thread-7|||||DEBUG|500||recieved notification from broker: { "distributionID": "6f0e4817-a1bf-45ef-a420-e600e7addba2", "consumerID": "multicloud-k8s-id", "timestamp": 1677068107984, "artifactURL": "/sdc/v1/catalog/services/BasicCnfMacro/1.0/resourceInstances/basic_cnf_macro0/artifacts/vf-license-model.xml", "status": "NOT_NOTIFIED" } 2023-02-22T12:15:53.283Z||pool-2-thread-7|||||INFO|500||Missing status on Status Object. 2023-02-22T12:15:53.283Z||pool-2-thread-7|||||DEBUG|500||received message from topic 2023-02-22T12:15:53.283Z||pool-2-thread-7|||||DEBUG|500||recieved notification from broker: { "distributionID": "6f0e4817-a1bf-45ef-a420-e600e7addba2", "consumerID": "ves-openapi-manager", "timestamp": 1677068100004, "artifactURL": "/sdc/v1/catalog/services/BasicCnfMacro/1.0/resourceInstances/basic_cnf_macro0/artifacts/base_template_dummy_ignore.yaml", "status": "NOT_NOTIFIED" } 2023-02-22T12:15:53.284Z||pool-2-thread-7|||||INFO|500||Missing status on Status Object. 2023-02-22T12:15:53.284Z||pool-2-thread-7|||||DEBUG|500||received message from topic 2023-02-22T12:15:53.284Z||pool-2-thread-7|||||DEBUG|500||recieved notification from broker: { "distributionID": "6f0e4817-a1bf-45ef-a420-e600e7addba2", "consumerID": "cds", "timestamp": 1677068105171, "artifactURL": "/sdc/v1/catalog/services/BasicCnfMacro/1.0/resourceInstances/basic_cnf_macro0/artifacts/base_template_dummy_ignore.yaml", "status": "NOT_NOTIFIED" } 2023-02-22T12:15:53.285Z||pool-2-thread-7|||||INFO|500||Missing status on Status Object. 2023-02-22T12:15:53.285Z||pool-2-thread-7|||||DEBUG|500||received message from topic 2023-02-22T12:15:53.285Z||pool-2-thread-7|||||DEBUG|500||recieved notification from broker: { "distributionID": "6f0e4817-a1bf-45ef-a420-e600e7addba2", "consumerID": "sdc-COpenSource-Env11-sdnc-dockero", "timestamp": 1677068099920, "artifactURL": "/sdc/v1/catalog/services/BasicCnfMacro/1.0/resourceInstances/basic_cnf_macro0/artifacts/base_template_dummy_ignore.yaml", "status": "NOT_NOTIFIED" } 2023-02-22T12:15:53.286Z||pool-2-thread-7|||||INFO|500||Missing status on Status Object. 2023-02-22T12:15:53.286Z||pool-2-thread-7|||||DEBUG|500||received message from topic 2023-02-22T12:15:53.286Z||pool-2-thread-7|||||DEBUG|500||recieved notification from broker: { "distributionID": "6f0e4817-a1bf-45ef-a420-e600e7addba2", "consumerID": "multicloud-k8s-id", "timestamp": 1677068107984, "artifactURL": "/sdc/v1/catalog/services/BasicCnfMacro/1.0/resourceInstances/basic_cnf_macro0/artifacts/basic_cnf_macro0_modules.json", "status": "NOTIFIED" } 2023-02-22T12:15:53.286Z||pool-2-thread-7|||||INFO|500||Missing status on Status Object. 2023-02-22T12:15:53.287Z||pool-2-thread-7|||||DEBUG|500||received message from topic 2023-02-22T12:15:53.287Z||pool-2-thread-7|||||DEBUG|500||recieved notification from broker: { "distributionID": "6f0e4817-a1bf-45ef-a420-e600e7addba2", "consumerID": "ves-openapi-manager", "timestamp": 1677068100004, "artifactURL": "/sdc/v1/catalog/services/BasicCnfMacro/1.0/resourceInstances/basic_cnf_macro0/artifacts/vendor-license-model.xml", "status": "NOT_NOTIFIED" } 2023-02-22T12:15:53.287Z||pool-2-thread-7|||||INFO|500||Missing status on Status Object. 2023-02-22T12:15:53.288Z||pool-2-thread-3|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap] 2023-02-22T12:15:53.288Z||pool-2-thread-7|||||DEBUG|500||received message from topic 2023-02-22T12:15:53.288Z||pool-2-thread-3|||||DEBUG|500||try to send status { "distributionID": "6f0e4817-a1bf-45ef-a420-e600e7addba2", "consumerID": "SO-COpenSource-Env11", "timestamp": 1677068152608, "artifactURL": "/sdc/v1/catalog/services/BasicCnfMacro/1.0/resourceInstances/basic_cnf_macro0/artifacts/vf-license-model.xml", "status": "NOT_NOTIFIED" } 2023-02-22T12:15:53.288Z||pool-2-thread-7|||||DEBUG|500||recieved notification from broker: { "distributionID": "6f0e4817-a1bf-45ef-a420-e600e7addba2", "consumerID": "cds", "timestamp": 1677068105171, "artifactURL": "/sdc/v1/catalog/services/BasicCnfMacro/1.0/resourceInstances/basic_cnf_macro0/artifacts/vendor-license-model.xml", "status": "NOT_NOTIFIED" } 2023-02-22T12:15:53.288Z||pool-2-thread-7|||||INFO|500||Missing status on Status Object. 2023-02-22T12:15:53.288Z||pool-2-thread-7|||||DEBUG|500||received message from topic 2023-02-22T12:15:53.289Z||pool-2-thread-7|||||DEBUG|500||recieved notification from broker: { "distributionID": "6f0e4817-a1bf-45ef-a420-e600e7addba2", "consumerID": "sdc-COpenSource-Env11-sdnc-dockero", "timestamp": 1677068099920, "artifactURL": "/sdc/v1/catalog/services/BasicCnfMacro/1.0/resourceInstances/basic_cnf_macro0/artifacts/vendor-license-model.xml", "status": "NOT_NOTIFIED" } 2023-02-22T12:15:53.289Z||pool-2-thread-7|||||INFO|500||Missing status on Status Object. 2023-02-22T12:15:53.289Z||pool-2-thread-7|||||DEBUG|500||received message from topic 2023-02-22T12:15:53.289Z||pool-2-thread-7|||||DEBUG|500||recieved notification from broker: { "distributionID": "6f0e4817-a1bf-45ef-a420-e600e7addba2", "consumerID": "multicloud-k8s-id", "timestamp": 1677068107984, "artifactURL": "/sdc/v1/catalog/services/BasicCnfMacro/1.0/resourceInstances/basic_cnf_macro0/artifacts/base_template_dummy_ignore.yaml", "status": "NOTIFIED" } 2023-02-22T12:15:53.290Z||pool-2-thread-7|||||INFO|500||Missing status on Status Object. 2023-02-22T12:15:53.290Z||pool-2-thread-7|||||DEBUG|500||received message from topic 2023-02-22T12:15:53.290Z||pool-2-thread-7|||||DEBUG|500||recieved notification from broker: { "distributionID": "6f0e4817-a1bf-45ef-a420-e600e7addba2", "consumerID": "ves-openapi-manager", "timestamp": 1677068100004, "artifactURL": "/sdc/v1/catalog/services/BasicCnfMacro/1.0/resourceInstances/basic_cnf_macro0/artifacts/helm_apache.env", "status": "NOT_NOTIFIED" } 2023-02-22T12:15:53.291Z||pool-2-thread-7|||||INFO|500||Missing status on Status Object. 2023-02-22T12:15:53.291Z||pool-2-thread-7|||||DEBUG|500||received message from topic 2023-02-22T12:15:53.291Z||pool-2-thread-7|||||DEBUG|500||recieved notification from broker: { "distributionID": "6f0e4817-a1bf-45ef-a420-e600e7addba2", "consumerID": "sdc-COpenSource-Env11-sdnc-dockero", "timestamp": 1677068099920, "artifactURL": "/sdc/v1/catalog/services/BasicCnfMacro/1.0/resourceInstances/basic_cnf_macro0/artifacts/helm_apache.env", "status": "NOT_NOTIFIED" } 2023-02-22T12:15:53.291Z||pool-2-thread-7|||||INFO|500||Missing status on Status Object. 2023-02-22T12:15:53.291Z||pool-2-thread-7|||||DEBUG|500||received message from topic 2023-02-22T12:15:53.292Z||pool-2-thread-7|||||DEBUG|500||recieved notification from broker: { "distributionID": "6f0e4817-a1bf-45ef-a420-e600e7addba2", "consumerID": "cds", "timestamp": 1677068105171, "artifactURL": "/sdc/v1/catalog/services/BasicCnfMacro/1.0/resourceInstances/basic_cnf_macro0/artifacts/helm_apache.env", "status": "NOT_NOTIFIED" } 2023-02-22T12:15:53.292Z||pool-2-thread-7|||||INFO|500||Missing status on Status Object. 2023-02-22T12:15:53.292Z||pool-2-thread-7|||||DEBUG|500||received message from topic 2023-02-22T12:15:53.293Z||pool-2-thread-7|||||DEBUG|500||recieved notification from broker: { "distributionID": "6f0e4817-a1bf-45ef-a420-e600e7addba2", "consumerID": "multicloud-k8s-id", "timestamp": 1677068107984, "artifactURL": "/sdc/v1/catalog/services/BasicCnfMacro/1.0/resourceInstances/basic_cnf_macro0/artifacts/vendor-license-model.xml", "status": "NOT_NOTIFIED" } 2023-02-22T12:15:53.293Z||pool-2-thread-7|||||INFO|500||Missing status on Status Object. 2023-02-22T12:15:53.293Z||pool-2-thread-7|||||DEBUG|500||received message from topic 2023-02-22T12:15:53.293Z||pool-2-thread-7|||||DEBUG|500||recieved notification from broker: { "distributionID": "6f0e4817-a1bf-45ef-a420-e600e7addba2", "consumerID": "ves-openapi-manager", "timestamp": 1677068100004, "artifactURL": "/sdc/v1/catalog/services/BasicCnfMacro/1.0/resourceInstances/basic_cnf_macro0/artifacts/base_template_dummy_ignore.env", "status": "NOT_NOTIFIED" } 2023-02-22T12:15:53.294Z||pool-2-thread-7|||||INFO|500||Missing status on Status Object. 2023-02-22T12:15:53.294Z||pool-2-thread-7|||||DEBUG|500||received message from topic 2023-02-22T12:15:53.294Z||pool-2-thread-7|||||DEBUG|500||recieved notification from broker: { "distributionID": "6f0e4817-a1bf-45ef-a420-e600e7addba2", "consumerID": "sdc-COpenSource-Env11-sdnc-dockero", "timestamp": 1677068099920, "artifactURL": "/sdc/v1/catalog/services/BasicCnfMacro/1.0/resourceInstances/basic_cnf_macro0/artifacts/base_template_dummy_ignore.env", "status": "NOT_NOTIFIED" } 2023-02-22T12:15:53.295Z||pool-2-thread-7|||||INFO|500||Missing status on Status Object. 2023-02-22T12:15:53.295Z||pool-2-thread-7|||||DEBUG|500||received message from topic 2023-02-22T12:15:53.295Z||pool-2-thread-7|||||DEBUG|500||recieved notification from broker: { "distributionID": "6f0e4817-a1bf-45ef-a420-e600e7addba2", "consumerID": "cds", "timestamp": 1677068105171, "artifactURL": "/sdc/v1/catalog/services/BasicCnfMacro/1.0/resourceInstances/basic_cnf_macro0/artifacts/base_template_dummy_ignore.env", "status": "NOT_NOTIFIED" } 2023-02-22T12:15:53.295Z||pool-2-thread-7|||||INFO|500||Missing status on Status Object. 2023-02-22T12:15:53.296Z||pool-2-thread-7|||||DEBUG|500||received message from topic 2023-02-22T12:15:53.296Z||pool-2-thread-7|||||DEBUG|500||recieved notification from broker: { "distributionID": "6f0e4817-a1bf-45ef-a420-e600e7addba2", "consumerID": "multicloud-k8s-id", "timestamp": 1677068107984, "artifactURL": "/sdc/v1/catalog/services/BasicCnfMacro/1.0/resourceInstances/basic_cnf_macro0/artifacts/helm_apache.env", "status": "NOTIFIED" } 2023-02-22T12:15:53.296Z||pool-2-thread-7|||||INFO|500||Missing status on Status Object. 2023-02-22T12:15:53.296Z||pool-2-thread-7|||||DEBUG|500||received message from topic 2023-02-22T12:15:53.296Z||pool-2-thread-7|||||DEBUG|500||recieved notification from broker: { "distributionID": "6f0e4817-a1bf-45ef-a420-e600e7addba2", "consumerID": "ves-openapi-manager", "timestamp": 1677068100004, "artifactURL": "/sdc/v1/catalog/services/BasicCnfMacro/1.0/resourceInstances/basic_cnf_macro0/artifacts/helm_apache.tgz", "status": "NOT_NOTIFIED" } 2023-02-22T12:15:53.297Z||pool-2-thread-7|||||INFO|500||Missing status on Status Object. 2023-02-22T12:15:53.297Z||pool-2-thread-7|||||DEBUG|500||received message from topic 2023-02-22T12:15:53.297Z||pool-2-thread-7|||||DEBUG|500||recieved notification from broker: { "distributionID": "6f0e4817-a1bf-45ef-a420-e600e7addba2", "consumerID": "sdc-COpenSource-Env11-sdnc-dockero", "timestamp": 1677068099920, "artifactURL": "/sdc/v1/catalog/services/BasicCnfMacro/1.0/resourceInstances/basic_cnf_macro0/artifacts/helm_apache.tgz", "status": "NOT_NOTIFIED" } 2023-02-22T12:15:53.297Z||pool-2-thread-7|||||INFO|500||Missing status on Status Object. 2023-02-22T12:15:53.297Z||pool-2-thread-7|||||DEBUG|500||received message from topic 2023-02-22T12:15:53.298Z||pool-2-thread-7|||||DEBUG|500||recieved notification from broker: { "distributionID": "6f0e4817-a1bf-45ef-a420-e600e7addba2", "consumerID": "cds", "timestamp": 1677068105171, "artifactURL": "/sdc/v1/catalog/services/BasicCnfMacro/1.0/resourceInstances/basic_cnf_macro0/artifacts/helm_apache.tgz", "status": "NOT_NOTIFIED" } 2023-02-22T12:15:53.298Z||pool-2-thread-7|||||INFO|500||Missing status on Status Object. 2023-02-22T12:15:53.298Z||pool-2-thread-7|||||DEBUG|500||received message from topic 2023-02-22T12:15:53.298Z||pool-2-thread-7|||||DEBUG|500||recieved notification from broker: { "distributionID": "6f0e4817-a1bf-45ef-a420-e600e7addba2", "consumerID": "multicloud-k8s-id", "timestamp": 1677068107984, "artifactURL": "/sdc/v1/catalog/services/BasicCnfMacro/1.0/resourceInstances/basic_cnf_macro0/artifacts/base_template_dummy_ignore.env", "status": "NOTIFIED" } 2023-02-22T12:15:53.298Z||pool-2-thread-7|||||INFO|500||Missing status on Status Object. 2023-02-22T12:15:53.299Z||pool-2-thread-7|||||DEBUG|500||received message from topic 2023-02-22T12:15:53.299Z||pool-2-thread-7|||||DEBUG|500||recieved notification from broker: { "distributionID": "6f0e4817-a1bf-45ef-a420-e600e7addba2", "consumerID": "ves-openapi-manager", "timestamp": 1677068100004, "artifactURL": "/sdc/v1/catalog/services/BasicCnfMacro/1.0/resourceInstances/basic_cnf_macro0/artifacts/basic_cnf_cba_enriched.zip", "status": "NOT_NOTIFIED" } 2023-02-22T12:15:53.299Z||pool-2-thread-7|||||INFO|500||Missing status on Status Object. 2023-02-22T12:15:53.299Z||pool-2-thread-7|||||DEBUG|500||received message from topic 2023-02-22T12:15:53.299Z||pool-2-thread-7|||||DEBUG|500||recieved notification from broker: { "distributionID": "6f0e4817-a1bf-45ef-a420-e600e7addba2", "consumerID": "cds", "timestamp": 1677068105171, "artifactURL": "/sdc/v1/catalog/services/BasicCnfMacro/1.0/resourceInstances/basic_cnf_macro0/artifacts/basic_cnf_cba_enriched.zip", "status": "NOT_NOTIFIED" } 2023-02-22T12:15:53.299Z||pool-2-thread-7|||||INFO|500||Missing status on Status Object. 2023-02-22T12:15:53.300Z||pool-2-thread-7|||||DEBUG|500||received message from topic 2023-02-22T12:15:53.300Z||pool-2-thread-7|||||DEBUG|500||recieved notification from broker: { "distributionID": "6f0e4817-a1bf-45ef-a420-e600e7addba2", "consumerID": "sdc-COpenSource-Env11-sdnc-dockero", "timestamp": 1677068099920, "artifactURL": "/sdc/v1/catalog/services/BasicCnfMacro/1.0/resourceInstances/basic_cnf_macro0/artifacts/basic_cnf_cba_enriched.zip", "status": "NOT_NOTIFIED" } 2023-02-22T12:15:53.300Z||pool-2-thread-7|||||INFO|500||Missing status on Status Object. 2023-02-22T12:15:53.300Z||pool-2-thread-7|||||DEBUG|500||received message from topic 2023-02-22T12:15:53.300Z||pool-2-thread-7|||||DEBUG|500||recieved notification from broker: { "distributionID": "6f0e4817-a1bf-45ef-a420-e600e7addba2", "consumerID": "multicloud-k8s-id", "timestamp": 1677068107984, "artifactURL": "/sdc/v1/catalog/services/BasicCnfMacro/1.0/resourceInstances/basic_cnf_macro0/artifacts/helm_apache.tgz", "status": "NOTIFIED" } 2023-02-22T12:15:53.300Z||pool-2-thread-7|||||INFO|500||Missing status on Status Object. 2023-02-22T12:15:53.301Z||pool-2-thread-7|||||DEBUG|500||received message from topic 2023-02-22T12:15:53.301Z||pool-2-thread-7|||||DEBUG|500||recieved notification from broker: { "distributionID": "6f0e4817-a1bf-45ef-a420-e600e7addba2", "consumerID": "ves-openapi-manager", "timestamp": 1677068100004, "artifactURL": "/sdc/v1/catalog/services/BasicCnfMacro/1.0/artifacts/service-BasicCnfMacro-template.yml", "status": "NOT_NOTIFIED" } 2023-02-22T12:15:53.301Z||pool-2-thread-7|||||INFO|500||Missing status on Status Object. 2023-02-22T12:15:53.301Z||pool-2-thread-7|||||DEBUG|500||received message from topic 2023-02-22T12:15:53.301Z||pool-2-thread-7|||||DEBUG|500||recieved notification from broker: { "distributionID": "6f0e4817-a1bf-45ef-a420-e600e7addba2", "consumerID": "sdc-COpenSource-Env11-sdnc-dockero", "timestamp": 1677068099920, "artifactURL": "/sdc/v1/catalog/services/BasicCnfMacro/1.0/artifacts/service-BasicCnfMacro-template.yml", "status": "NOT_NOTIFIED" } 2023-02-22T12:15:53.302Z||pool-2-thread-7|||||INFO|500||Missing status on Status Object. 2023-02-22T12:15:53.302Z||pool-2-thread-7|||||DEBUG|500||received message from topic 2023-02-22T12:15:53.302Z||pool-2-thread-7|||||DEBUG|500||recieved notification from broker: { "distributionID": "6f0e4817-a1bf-45ef-a420-e600e7addba2", "consumerID": "cds", "timestamp": 1677068105171, "artifactURL": "/sdc/v1/catalog/services/BasicCnfMacro/1.0/artifacts/service-BasicCnfMacro-template.yml", "status": "NOT_NOTIFIED" } 2023-02-22T12:15:53.302Z||pool-2-thread-7|||||INFO|500||Missing status on Status Object. 2023-02-22T12:15:53.302Z||pool-2-thread-7|||||DEBUG|500||received message from topic 2023-02-22T12:15:53.302Z||pool-2-thread-7|||||DEBUG|500||recieved notification from broker: { "distributionID": "6f0e4817-a1bf-45ef-a420-e600e7addba2", "consumerID": "multicloud-k8s-id", "timestamp": 1677068107984, "artifactURL": "/sdc/v1/catalog/services/BasicCnfMacro/1.0/resourceInstances/basic_cnf_macro0/artifacts/basic_cnf_cba_enriched.zip", "status": "NOT_NOTIFIED" } 2023-02-22T12:15:53.303Z||pool-2-thread-7|||||INFO|500||Missing status on Status Object. 2023-02-22T12:15:53.303Z||pool-2-thread-7|||||DEBUG|500||received message from topic 2023-02-22T12:15:53.303Z||pool-2-thread-7|||||DEBUG|500||recieved notification from broker: { "distributionID": "6f0e4817-a1bf-45ef-a420-e600e7addba2", "consumerID": "ves-openapi-manager", "timestamp": 1677068100004, "artifactURL": "/sdc/v1/catalog/services/BasicCnfMacro/1.0/artifacts/service-BasicCnfMacro-csar.csar", "status": "NOT_NOTIFIED" } 2023-02-22T12:15:53.303Z||pool-2-thread-7|||||INFO|500||Missing status on Status Object. 2023-02-22T12:15:53.303Z||pool-2-thread-7|||||DEBUG|500||received message from topic 2023-02-22T12:15:53.303Z||pool-2-thread-7|||||DEBUG|500||recieved notification from broker: { "distributionID": "6f0e4817-a1bf-45ef-a420-e600e7addba2", "consumerID": "sdc-COpenSource-Env11-sdnc-dockero", "timestamp": 1677068099920, "artifactURL": "/sdc/v1/catalog/services/BasicCnfMacro/1.0/artifacts/service-BasicCnfMacro-csar.csar", "status": "NOTIFIED" } 2023-02-22T12:15:53.304Z||pool-2-thread-7|||||INFO|500||Missing status on Status Object. 2023-02-22T12:15:53.304Z||pool-2-thread-7|||||DEBUG|500||received message from topic 2023-02-22T12:15:53.304Z||pool-2-thread-7|||||DEBUG|500||recieved notification from broker: { "distributionID": "6f0e4817-a1bf-45ef-a420-e600e7addba2", "consumerID": "cds", "timestamp": 1677068105171, "artifactURL": "/sdc/v1/catalog/services/BasicCnfMacro/1.0/artifacts/service-BasicCnfMacro-csar.csar", "status": "NOTIFIED" } 2023-02-22T12:15:53.304Z||pool-2-thread-7|||||INFO|500||Missing status on Status Object. 2023-02-22T12:15:53.304Z||pool-2-thread-7|||||DEBUG|500||received message from topic 2023-02-22T12:15:53.304Z||pool-2-thread-7|||||DEBUG|500||recieved notification from broker: { "distributionID": "6f0e4817-a1bf-45ef-a420-e600e7addba2", "consumerID": "multicloud-k8s-id", "timestamp": 1677068107984, "artifactURL": "/sdc/v1/catalog/services/BasicCnfMacro/1.0/artifacts/service-BasicCnfMacro-template.yml", "status": "NOT_NOTIFIED" } 2023-02-22T12:15:53.305Z||pool-2-thread-7|||||INFO|500||Missing status on Status Object. 2023-02-22T12:15:53.305Z||pool-2-thread-7|||||DEBUG|500||received message from topic 2023-02-22T12:15:53.305Z||pool-2-thread-7|||||DEBUG|500||recieved notification from broker: { "distributionID": "6f0e4817-a1bf-45ef-a420-e600e7addba2", "consumerID": "multicloud-k8s-id", "timestamp": 1677068107984, "artifactURL": "/sdc/v1/catalog/services/BasicCnfMacro/1.0/artifacts/service-BasicCnfMacro-csar.csar", "status": "NOTIFIED" } 2023-02-22T12:15:53.305Z||pool-2-thread-7|||||INFO|500||Missing status on Status Object. 2023-02-22T12:15:53.305Z||pool-2-thread-7|||||DEBUG|500||received message from topic 2023-02-22T12:15:53.305Z||pool-2-thread-7|||||DEBUG|500||recieved notification from broker: { "distributionID": "6f0e4817-a1bf-45ef-a420-e600e7addba2", "consumerID": "sdc-COpenSource-Env11-sdnc-dockero", "timestamp": 1677068117594, "artifactURL": "/sdc/v1/catalog/services/BasicCnfMacro/1.0/artifacts/service-BasicCnfMacro-csar.csar", "status": "DOWNLOAD_OK" } 2023-02-22T12:15:53.306Z||pool-2-thread-7|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error' 2023-02-22T12:15:53.306Z||pool-2-thread-7|||||DEBUG|500||received message from topic 2023-02-22T12:15:53.306Z||pool-2-thread-7|||||DEBUG|500||recieved notification from broker: { "distributionID": "6f0e4817-a1bf-45ef-a420-e600e7addba2", "consumerID": "cds", "timestamp": 1677068118587, "artifactURL": "/sdc/v1/catalog/services/BasicCnfMacro/1.0/artifacts/service-BasicCnfMacro-csar.csar", "status": "DOWNLOAD_OK" } 2023-02-22T12:15:53.306Z||pool-2-thread-7|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error' 2023-02-22T12:15:53.306Z||pool-2-thread-7|||||DEBUG|500||received message from topic 2023-02-22T12:15:53.306Z||pool-2-thread-7|||||DEBUG|500||recieved notification from broker: { "distributionID": "6f0e4817-a1bf-45ef-a420-e600e7addba2", "consumerID": "multicloud-k8s-id", "timestamp": 1677068118773, "artifactURL": "/sdc/v1/catalog/services/BasicCnfMacro/1.0/resourceInstances/basic_cnf_macro0/artifacts/basic_cnf_macro0_modules.json", "status": "DOWNLOAD_OK" } 2023-02-22T12:15:53.307Z||pool-2-thread-7|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error' 2023-02-22T12:15:53.307Z||pool-2-thread-7|||||DEBUG|500||received message from topic 2023-02-22T12:15:53.307Z||pool-2-thread-7|||||DEBUG|500||recieved notification from broker: { "distributionID": "6f0e4817-a1bf-45ef-a420-e600e7addba2", "consumerID": "multicloud-k8s-id", "timestamp": 1677068119844, "artifactURL": "/sdc/v1/catalog/services/BasicCnfMacro/1.0/resourceInstances/basic_cnf_macro0/artifacts/base_template_dummy_ignore.yaml", "status": "DOWNLOAD_OK" } 2023-02-22T12:15:53.307Z||pool-2-thread-7|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error' 2023-02-22T12:15:53.307Z||pool-2-thread-7|||||DEBUG|500||received message from topic 2023-02-22T12:15:53.308Z||pool-2-thread-7|||||DEBUG|500||recieved notification from broker: { "distributionID": "6f0e4817-a1bf-45ef-a420-e600e7addba2", "consumerID": "sdc-COpenSource-Env11-sdnc-dockero", "timestamp": 1677068120013, "artifactURL": "/sdc/v1/catalog/services/BasicCnfMacro/1.0/artifacts/service-BasicCnfMacro-csar.csar", "status": "DEPLOY_OK" } 2023-02-22T12:15:53.308Z||pool-2-thread-7|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error' 2023-02-22T12:15:53.308Z||pool-2-thread-7|||||DEBUG|500||received message from topic 2023-02-22T12:15:53.308Z||pool-2-thread-7|||||DEBUG|500||recieved notification from broker: { "distributionID": "6f0e4817-a1bf-45ef-a420-e600e7addba2", "consumerID": "aai-ml", "timestamp": 1677068119840, "artifactURL": "/sdc/v1/catalog/services/BasicCnfMacro/1.0/resourceInstances/basic_cnf_macro0/artifacts/vf-license-model.xml", "status": "NOT_NOTIFIED" } 2023-02-22T12:15:53.309Z||pool-2-thread-7|||||INFO|500||Missing status on Status Object. 2023-02-22T12:15:53.309Z||pool-2-thread-7|||||DEBUG|500||received message from topic 2023-02-22T12:15:53.309Z||pool-2-thread-7|||||DEBUG|500||recieved notification from broker: { "distributionID": "6f0e4817-a1bf-45ef-a420-e600e7addba2", "consumerID": "multicloud-k8s-id", "timestamp": 1677068120911, "artifactURL": "/sdc/v1/catalog/services/BasicCnfMacro/1.0/resourceInstances/basic_cnf_macro0/artifacts/base_template_dummy_ignore.env", "status": "DOWNLOAD_OK" } 2023-02-22T12:15:53.309Z||pool-2-thread-7|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error' 2023-02-22T12:15:53.309Z||pool-2-thread-7|||||DEBUG|500||received message from topic 2023-02-22T12:15:53.310Z||pool-2-thread-7|||||DEBUG|500||recieved notification from broker: { "distributionID": "6f0e4817-a1bf-45ef-a420-e600e7addba2", "consumerID": "cds", "timestamp": 1677068121726, "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=? Hibernate: select watchdogdi0_.DISTRIBUTION_ID as distribu1_11_0_, watchdogdi0_.CREATE_TIME as create_t2_11_0_, watchdogdi0_.DISTRIBUTION_ID_STATUS as distribu3_11_0_, watchdogdi0_.MODIFY_TIME as modify_t4_11_0_, watchdogdi0_.LOCK_VERSION as lock_ver5_11_0_ from watchdog_distributionid_status watchdogdi0_ where watchdogdi0_.DISTRIBUTION_ID=? Hibernate: insert into watchdog_distributionid_status (CREATE_TIME, DISTRIBUTION_ID_STATUS, MODIFY_TIME, LOCK_VERSION, DISTRIBUTION_ID) values (?, ?, ?, ?, ?) 2023-02-22T12:15:53.344Z||pool-2-thread-7|||||DEBUG|500||Receive a callback componentStatus in ASDC, for componentName: cds and status of COMPONENT_DONE_OK distributionID of 6f0e4817-a1bf-45ef-a420-e600e7addba2 2023-02-22T12:15:53.344Z||pool-2-thread-7|||||DEBUG|500||Entering installTheComponentStatus for distributionId 6f0e4817-a1bf-45ef-a420-e600e7addba2 and ComponentName cds Hibernate: select watchdogco0_.COMPONENT_NAME as componen1_12_0_, watchdogco0_.DISTRIBUTION_ID as distribu2_12_0_, watchdogco0_.COMPONENT_DISTRIBUTION_STATUS as componen3_12_0_, watchdogco0_.CREATE_TIME as create_t4_12_0_, watchdogco0_.MODIFY_TIME as modify_t5_12_0_ from watchdog_per_component_distribution_status watchdogco0_ where watchdogco0_.COMPONENT_NAME=? and watchdogco0_.DISTRIBUTION_ID=? Hibernate: insert into watchdog_per_component_distribution_status (COMPONENT_DISTRIBUTION_STATUS, CREATE_TIME, MODIFY_TIME, COMPONENT_NAME, DISTRIBUTION_ID) values (?, ?, ?, ?, ?) 2023-02-22T12:15:53.355Z||pool-2-thread-7|||||DEBUG|500||received message from topic 2023-02-22T12:15:53.355Z||pool-2-thread-7|||||DEBUG|500||recieved notification from broker: { "distributionID": "6f0e4817-a1bf-45ef-a420-e600e7addba2", "consumerID": "sdc-COpenSource-Env11-sdnc-dockero", "timestamp": 1677068121017, "artifactURL": "", "status": "COMPONENT_DONE_OK", "componentName": "SDNC" } Hibernate: select watchdogdi0_.DISTRIBUTION_ID as distribu1_11_0_, watchdogdi0_.CREATE_TIME as create_t2_11_0_, watchdogdi0_.DISTRIBUTION_ID_STATUS as distribu3_11_0_, watchdogdi0_.MODIFY_TIME as modify_t4_11_0_, watchdogdi0_.LOCK_VERSION as lock_ver5_11_0_ from watchdog_distributionid_status watchdogdi0_ where watchdogdi0_.DISTRIBUTION_ID=? 2023-02-22T12:15:53.360Z||pool-2-thread-7|||||DEBUG|500||Receive a callback componentStatus in ASDC, for componentName: SDNC and status of COMPONENT_DONE_OK distributionID of 6f0e4817-a1bf-45ef-a420-e600e7addba2 2023-02-22T12:15:53.361Z||pool-2-thread-7|||||DEBUG|500||Entering installTheComponentStatus for distributionId 6f0e4817-a1bf-45ef-a420-e600e7addba2 and ComponentName SDNC Hibernate: select watchdogco0_.COMPONENT_NAME as componen1_12_0_, watchdogco0_.DISTRIBUTION_ID as distribu2_12_0_, watchdogco0_.COMPONENT_DISTRIBUTION_STATUS as componen3_12_0_, watchdogco0_.CREATE_TIME as create_t4_12_0_, watchdogco0_.MODIFY_TIME as modify_t5_12_0_ from watchdog_per_component_distribution_status watchdogco0_ where watchdogco0_.COMPONENT_NAME=? and watchdogco0_.DISTRIBUTION_ID=? Hibernate: insert into watchdog_per_component_distribution_status (COMPONENT_DISTRIBUTION_STATUS, CREATE_TIME, MODIFY_TIME, COMPONENT_NAME, DISTRIBUTION_ID) values (?, ?, ?, ?, ?) 2023-02-22T12:15:53.368Z||pool-2-thread-7|||||DEBUG|500||received message from topic 2023-02-22T12:15:53.369Z||pool-2-thread-7|||||DEBUG|500||recieved notification from broker: { "distributionID": "6f0e4817-a1bf-45ef-a420-e600e7addba2", "consumerID": "aai-ml", "timestamp": 1677068119840, "artifactURL": "/sdc/v1/catalog/services/BasicCnfMacro/1.0/resourceInstances/basic_cnf_macro0/artifacts/basic_cnf_macro0_modules.json", "status": "NOT_NOTIFIED" } 2023-02-22T12:15:53.369Z||pool-2-thread-7|||||INFO|500||Missing status on Status Object. 2023-02-22T12:15:53.369Z||pool-2-thread-7|||||DEBUG|500||received message from topic 2023-02-22T12:15:53.369Z||pool-2-thread-7|||||DEBUG|500||recieved notification from broker: { "distributionID": "6f0e4817-a1bf-45ef-a420-e600e7addba2", "consumerID": "multicloud-k8s-id", "timestamp": 1677068121991, "artifactURL": "/sdc/v1/catalog/services/BasicCnfMacro/1.0/resourceInstances/basic_cnf_macro0/artifacts/helm_apache.tgz", "status": "DOWNLOAD_OK" } 2023-02-22T12:15:53.369Z||pool-2-thread-7|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error' 2023-02-22T12:15:53.369Z||pool-2-thread-7|||||DEBUG|500||received message from topic 2023-02-22T12:15:53.370Z||pool-2-thread-7|||||DEBUG|500||recieved notification from broker: { "distributionID": "6f0e4817-a1bf-45ef-a420-e600e7addba2", "consumerID": "aai-ml", "timestamp": 1677068119840, "artifactURL": "/sdc/v1/catalog/services/BasicCnfMacro/1.0/resourceInstances/basic_cnf_macro0/artifacts/base_template_dummy_ignore.yaml", "status": "NOT_NOTIFIED" } 2023-02-22T12:15:53.370Z||pool-2-thread-7|||||INFO|500||Missing status on Status Object. 2023-02-22T12:15:53.370Z||pool-2-thread-7|||||DEBUG|500||received message from topic 2023-02-22T12:15:53.370Z||pool-2-thread-7|||||DEBUG|500||recieved notification from broker: { "distributionID": "6f0e4817-a1bf-45ef-a420-e600e7addba2", "consumerID": "multicloud-k8s-id", "timestamp": 1677068123063, "artifactURL": "", "status": "COMPONENT_DONE_OK", "componentName": "POLICY" } Hibernate: select watchdogdi0_.DISTRIBUTION_ID as distribu1_11_0_, watchdogdi0_.CREATE_TIME as create_t2_11_0_, watchdogdi0_.DISTRIBUTION_ID_STATUS as distribu3_11_0_, watchdogdi0_.MODIFY_TIME as modify_t4_11_0_, watchdogdi0_.LOCK_VERSION as lock_ver5_11_0_ from watchdog_distributionid_status watchdogdi0_ where watchdogdi0_.DISTRIBUTION_ID=? 2023-02-22T12:15:53.374Z||pool-2-thread-7|||||DEBUG|500||Receive a callback componentStatus in ASDC, for componentName: POLICY and status of COMPONENT_DONE_OK distributionID of 6f0e4817-a1bf-45ef-a420-e600e7addba2 2023-02-22T12:15:53.374Z||pool-2-thread-7|||||DEBUG|500||Entering installTheComponentStatus for distributionId 6f0e4817-a1bf-45ef-a420-e600e7addba2 and ComponentName POLICY Hibernate: select watchdogco0_.COMPONENT_NAME as componen1_12_0_, watchdogco0_.DISTRIBUTION_ID as distribu2_12_0_, watchdogco0_.COMPONENT_DISTRIBUTION_STATUS as componen3_12_0_, watchdogco0_.CREATE_TIME as create_t4_12_0_, watchdogco0_.MODIFY_TIME as modify_t5_12_0_ from watchdog_per_component_distribution_status watchdogco0_ where watchdogco0_.COMPONENT_NAME=? and watchdogco0_.DISTRIBUTION_ID=? Hibernate: insert into watchdog_per_component_distribution_status (COMPONENT_DISTRIBUTION_STATUS, CREATE_TIME, MODIFY_TIME, COMPONENT_NAME, DISTRIBUTION_ID) values (?, ?, ?, ?, ?) 2023-02-22T12:15:53.382Z||pool-2-thread-7|||||DEBUG|500||received message from topic 2023-02-22T12:15:53.382Z||pool-2-thread-7|||||DEBUG|500||recieved notification from broker: { "distributionID": "6f0e4817-a1bf-45ef-a420-e600e7addba2", "consumerID": "aai-ml", "timestamp": 1677068119840, "artifactURL": "/sdc/v1/catalog/services/BasicCnfMacro/1.0/resourceInstances/basic_cnf_macro0/artifacts/vendor-license-model.xml", "status": "NOT_NOTIFIED" } 2023-02-22T12:15:53.383Z||pool-2-thread-7|||||INFO|500||Missing status on Status Object. 2023-02-22T12:15:53.383Z||pool-2-thread-7|||||DEBUG|500||received message from topic 2023-02-22T12:15:53.383Z||pool-2-thread-7|||||DEBUG|500||recieved notification from broker: { "distributionID": "6f0e4817-a1bf-45ef-a420-e600e7addba2", "consumerID": "multicloud-k8s-id", "timestamp": 1677068124066, "artifactURL": "/sdc/v1/catalog/services/BasicCnfMacro/1.0/resourceInstances/basic_cnf_macro0/artifacts/basic_cnf_macro0_modules.json", "status": "DEPLOY_OK" } 2023-02-22T12:15:53.383Z||pool-2-thread-7|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error' 2023-02-22T12:15:53.383Z||pool-2-thread-7|||||DEBUG|500||received message from topic 2023-02-22T12:15:53.383Z||pool-2-thread-7|||||DEBUG|500||recieved notification from broker: { "distributionID": "6f0e4817-a1bf-45ef-a420-e600e7addba2", "consumerID": "aai-ml", "timestamp": 1677068119840, "artifactURL": "/sdc/v1/catalog/services/BasicCnfMacro/1.0/resourceInstances/basic_cnf_macro0/artifacts/helm_apache.env", "status": "NOT_NOTIFIED" } 2023-02-22T12:15:53.383Z||pool-2-thread-7|||||INFO|500||Missing status on Status Object. 2023-02-22T12:15:53.383Z||pool-2-thread-7|||||DEBUG|500||received message from topic 2023-02-22T12:15:53.383Z||pool-2-thread-7|||||DEBUG|500||recieved notification from broker: { "distributionID": "6f0e4817-a1bf-45ef-a420-e600e7addba2", "consumerID": "aai-ml", "timestamp": 1677068119840, "artifactURL": "/sdc/v1/catalog/services/BasicCnfMacro/1.0/resourceInstances/basic_cnf_macro0/artifacts/base_template_dummy_ignore.env", "status": "NOT_NOTIFIED" } 2023-02-22T12:15:53.384Z||pool-2-thread-7|||||INFO|500||Missing status on Status Object. 2023-02-22T12:15:53.384Z||pool-2-thread-7|||||DEBUG|500||received message from topic 2023-02-22T12:15:53.384Z||pool-2-thread-7|||||DEBUG|500||recieved notification from broker: { "distributionID": "6f0e4817-a1bf-45ef-a420-e600e7addba2", "consumerID": "aai-ml", "timestamp": 1677068119840, "artifactURL": "/sdc/v1/catalog/services/BasicCnfMacro/1.0/resourceInstances/basic_cnf_macro0/artifacts/helm_apache.tgz", "status": "NOT_NOTIFIED" } 2023-02-22T12:15:53.384Z||pool-2-thread-7|||||INFO|500||Missing status on Status Object. 2023-02-22T12:15:53.384Z||pool-2-thread-7|||||DEBUG|500||received message from topic 2023-02-22T12:15:53.384Z||pool-2-thread-7|||||DEBUG|500||recieved notification from broker: { "distributionID": "6f0e4817-a1bf-45ef-a420-e600e7addba2", "consumerID": "aai-ml", "timestamp": 1677068119840, "artifactURL": "/sdc/v1/catalog/services/BasicCnfMacro/1.0/resourceInstances/basic_cnf_macro0/artifacts/basic_cnf_cba_enriched.zip", "status": "NOT_NOTIFIED" } 2023-02-22T12:15:53.384Z||pool-2-thread-7|||||INFO|500||Missing status on Status Object. 2023-02-22T12:15:53.384Z||pool-2-thread-7|||||DEBUG|500||received message from topic 2023-02-22T12:15:53.384Z||pool-2-thread-7|||||DEBUG|500||recieved notification from broker: { "distributionID": "6f0e4817-a1bf-45ef-a420-e600e7addba2", "consumerID": "aai-ml", "timestamp": 1677068119840, "artifactURL": "/sdc/v1/catalog/services/BasicCnfMacro/1.0/artifacts/service-BasicCnfMacro-template.yml", "status": "NOT_NOTIFIED" } 2023-02-22T12:15:53.384Z||pool-2-thread-7|||||INFO|500||Missing status on Status Object. 2023-02-22T12:15:53.385Z||pool-2-thread-7|||||DEBUG|500||received message from topic 2023-02-22T12:15:53.385Z||pool-2-thread-7|||||DEBUG|500||recieved notification from broker: { "distributionID": "6f0e4817-a1bf-45ef-a420-e600e7addba2", "consumerID": "aai-ml", "timestamp": 1677068119840, "artifactURL": "/sdc/v1/catalog/services/BasicCnfMacro/1.0/artifacts/service-BasicCnfMacro-csar.csar", "status": "NOTIFIED" } 2023-02-22T12:15:53.385Z||pool-2-thread-7|||||INFO|500||Missing status on Status Object. 2023-02-22T12:15:53.385Z||pool-2-thread-7|||||DEBUG|500||received message from topic 2023-02-22T12:15:53.385Z||pool-2-thread-7|||||DEBUG|500||recieved notification from broker: { "distributionID": "6f0e4817-a1bf-45ef-a420-e600e7addba2", "consumerID": "aai-ml", "timestamp": 1677068130684, "artifactURL": "/sdc/v1/catalog/services/BasicCnfMacro/1.0/artifacts/service-BasicCnfMacro-csar.csar", "status": "DOWNLOAD_OK" } 2023-02-22T12:15:53.385Z||pool-2-thread-7|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error' 2023-02-22T12:15:53.385Z||pool-2-thread-7|||||DEBUG|500||received message from topic 2023-02-22T12:15:53.385Z||pool-2-thread-7|||||DEBUG|500||recieved notification from broker: { "distributionID": "6f0e4817-a1bf-45ef-a420-e600e7addba2", "consumerID": "aai-ml", "timestamp": 1677068140772, "artifactURL": "/sdc/v1/catalog/services/BasicCnfMacro/1.0/artifacts/service-BasicCnfMacro-csar.csar", "status": "DEPLOY_OK" } 2023-02-22T12:15:53.385Z||pool-2-thread-7|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error' 2023-02-22T12:15:53.386Z||pool-2-thread-7|||||DEBUG|500||received message from topic 2023-02-22T12:15:53.386Z||pool-2-thread-7|||||DEBUG|500||recieved notification from broker: { "distributionID": "6f0e4817-a1bf-45ef-a420-e600e7addba2", "consumerID": "aai-ml", "timestamp": 1677068141778, "artifactURL": "", "status": "COMPONENT_DONE_OK", "componentName": "AAI" } Hibernate: select watchdogdi0_.DISTRIBUTION_ID as distribu1_11_0_, watchdogdi0_.CREATE_TIME as create_t2_11_0_, watchdogdi0_.DISTRIBUTION_ID_STATUS as distribu3_11_0_, watchdogdi0_.MODIFY_TIME as modify_t4_11_0_, watchdogdi0_.LOCK_VERSION as lock_ver5_11_0_ from watchdog_distributionid_status watchdogdi0_ where watchdogdi0_.DISTRIBUTION_ID=? 2023-02-22T12:15:53.388Z||pool-89-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms 2023-02-22T12:15:53.389Z||pool-89-thread-1|||||WARN|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO will send credentials over a clear channel. 2023-02-22T12:15:53.390Z||pool-89-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as sXwXLxdJNt84opGN) ... 2023-02-22T12:15:53.393Z||pool-2-thread-7|||||DEBUG|500||Receive a callback componentStatus in ASDC, for componentName: AAI and status of COMPONENT_DONE_OK distributionID of 6f0e4817-a1bf-45ef-a420-e600e7addba2 2023-02-22T12:15:53.393Z||pool-2-thread-7|||||DEBUG|500||Entering installTheComponentStatus for distributionId 6f0e4817-a1bf-45ef-a420-e600e7addba2 and ComponentName AAI Hibernate: select watchdogco0_.COMPONENT_NAME as componen1_12_0_, watchdogco0_.DISTRIBUTION_ID as distribu2_12_0_, watchdogco0_.COMPONENT_DISTRIBUTION_STATUS as componen3_12_0_, watchdogco0_.CREATE_TIME as create_t4_12_0_, watchdogco0_.MODIFY_TIME as modify_t5_12_0_ from watchdog_per_component_distribution_status watchdogco0_ where watchdogco0_.COMPONENT_NAME=? and watchdogco0_.DISTRIBUTION_ID=? Hibernate: insert into watchdog_per_component_distribution_status (COMPONENT_DISTRIBUTION_STATUS, CREATE_TIME, MODIFY_TIME, COMPONENT_NAME, DISTRIBUTION_ID) values (?, ?, ?, ?, ?) 2023-02-22T12:15:53.407Z||pool-89-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK 2023-02-22T12:15:53.408Z||pool-89-thread-1|||||INFO|500||cambria reply ok (19 ms):{"serverTimeMs":0,"count":1} 2023-02-22T12:15:54.288Z||pool-2-thread-3|||||INFO|500||DistributionClient - sendNotificationStatus 2023-02-22T12:15:54.290Z||pool-2-thread-3|||||INFO|500||DistributionClient - sendStatus 2023-02-22T12:15:54.292Z||pool-2-thread-3|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap] 2023-02-22T12:15:54.292Z||pool-2-thread-3|||||DEBUG|500||try to send status { "distributionID": "6f0e4817-a1bf-45ef-a420-e600e7addba2", "consumerID": "SO-COpenSource-Env11", "timestamp": 1677068152608, "artifactURL": "/sdc/v1/catalog/services/BasicCnfMacro/1.0/resourceInstances/basic_cnf_macro0/artifacts/basic_cnf_macro0_modules.json", "status": "NOTIFIED" } 2023-02-22T12:15:54.392Z||pool-90-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms 2023-02-22T12:15:54.393Z||pool-90-thread-1|||||WARN|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO will send credentials over a clear channel. 2023-02-22T12:15:54.393Z||pool-90-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as sXwXLxdJNt84opGN) ... 2023-02-22T12:15:54.411Z||pool-90-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK 2023-02-22T12:15:54.412Z||pool-90-thread-1|||||INFO|500||cambria reply ok (20 ms):{"serverTimeMs":0,"count":1} 2023-02-22T12:15:55.294Z||pool-2-thread-3|||||INFO|500||DistributionClient - sendNotificationStatus 2023-02-22T12:15:55.294Z||pool-2-thread-3|||||INFO|500||DistributionClient - sendStatus 2023-02-22T12:15:55.296Z||pool-2-thread-3|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap] 2023-02-22T12:15:55.296Z||pool-2-thread-3|||||DEBUG|500||try to send status { "distributionID": "6f0e4817-a1bf-45ef-a420-e600e7addba2", "consumerID": "SO-COpenSource-Env11", "timestamp": 1677068152608, "artifactURL": "/sdc/v1/catalog/services/BasicCnfMacro/1.0/resourceInstances/basic_cnf_macro0/artifacts/base_template_dummy_ignore.yaml", "status": "NOTIFIED" } 2023-02-22T12:15:55.397Z||pool-91-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms 2023-02-22T12:15:55.398Z||pool-91-thread-1|||||WARN|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO will send credentials over a clear channel. 2023-02-22T12:15:55.398Z||pool-91-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as sXwXLxdJNt84opGN) ... 2023-02-22T12:15:55.431Z||pool-91-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK 2023-02-22T12:15:55.432Z||pool-91-thread-1|||||INFO|500||cambria reply ok (34 ms):{"serverTimeMs":0,"count":1} 2023-02-22T12:15:56.297Z||pool-2-thread-3|||||INFO|500||DistributionClient - sendNotificationStatus 2023-02-22T12:15:56.298Z||pool-2-thread-3|||||INFO|500||DistributionClient - sendStatus 2023-02-22T12:15:56.301Z||pool-2-thread-3|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap] 2023-02-22T12:15:56.301Z||pool-2-thread-3|||||DEBUG|500||try to send status { "distributionID": "6f0e4817-a1bf-45ef-a420-e600e7addba2", "consumerID": "SO-COpenSource-Env11", "timestamp": 1677068152608, "artifactURL": "/sdc/v1/catalog/services/BasicCnfMacro/1.0/resourceInstances/basic_cnf_macro0/artifacts/vendor-license-model.xml", "status": "NOT_NOTIFIED" } 2023-02-22T12:15:56.401Z||pool-92-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms 2023-02-22T12:15:56.402Z||pool-92-thread-1|||||WARN|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO will send credentials over a clear channel. 2023-02-22T12:15:56.402Z||pool-92-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as sXwXLxdJNt84opGN) ... 2023-02-22T12:15:56.420Z||pool-92-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK 2023-02-22T12:15:56.421Z||pool-92-thread-1|||||INFO|500||cambria reply ok (19 ms):{"serverTimeMs":0,"count":1} 2023-02-22T12:15:57.301Z||pool-2-thread-3|||||INFO|500||DistributionClient - sendNotificationStatus 2023-02-22T12:15:57.303Z||pool-2-thread-3|||||INFO|500||DistributionClient - sendStatus 2023-02-22T12:15:57.305Z||pool-2-thread-3|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap] 2023-02-22T12:15:57.305Z||pool-2-thread-3|||||DEBUG|500||try to send status { "distributionID": "6f0e4817-a1bf-45ef-a420-e600e7addba2", "consumerID": "SO-COpenSource-Env11", "timestamp": 1677068152608, "artifactURL": "/sdc/v1/catalog/services/BasicCnfMacro/1.0/resourceInstances/basic_cnf_macro0/artifacts/helm_apache.env", "status": "NOTIFIED" } 2023-02-22T12:15:57.405Z||pool-93-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms 2023-02-22T12:15:57.406Z||pool-93-thread-1|||||WARN|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO will send credentials over a clear channel. 2023-02-22T12:15:57.406Z||pool-93-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as sXwXLxdJNt84opGN) ... 2023-02-22T12:15:57.419Z||pool-93-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK 2023-02-22T12:15:57.420Z||pool-93-thread-1|||||INFO|500||cambria reply ok (14 ms):{"serverTimeMs":0,"count":1} 2023-02-22T12:15:58.306Z||pool-2-thread-3|||||INFO|500||DistributionClient - sendNotificationStatus 2023-02-22T12:15:58.307Z||pool-2-thread-3|||||INFO|500||DistributionClient - sendStatus 2023-02-22T12:15:58.309Z||pool-2-thread-3|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap] 2023-02-22T12:15:58.309Z||pool-2-thread-3|||||DEBUG|500||try to send status { "distributionID": "6f0e4817-a1bf-45ef-a420-e600e7addba2", "consumerID": "SO-COpenSource-Env11", "timestamp": 1677068152608, "artifactURL": "/sdc/v1/catalog/services/BasicCnfMacro/1.0/resourceInstances/basic_cnf_macro0/artifacts/base_template_dummy_ignore.env", "status": "NOTIFIED" } 2023-02-22T12:15:58.409Z||pool-94-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms 2023-02-22T12:15:58.410Z||pool-94-thread-1|||||WARN|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO will send credentials over a clear channel. 2023-02-22T12:15:58.410Z||pool-94-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as sXwXLxdJNt84opGN) ... 2023-02-22T12:15:58.426Z||pool-94-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK 2023-02-22T12:15:58.427Z||pool-94-thread-1|||||INFO|500||cambria reply ok (17 ms):{"serverTimeMs":0,"count":1} 2023-02-22T12:15:59.310Z||pool-2-thread-3|||||INFO|500||DistributionClient - sendNotificationStatus 2023-02-22T12:15:59.310Z||pool-2-thread-3|||||INFO|500||DistributionClient - sendStatus 2023-02-22T12:15:59.312Z||pool-2-thread-3|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap] 2023-02-22T12:15:59.312Z||pool-2-thread-3|||||DEBUG|500||try to send status { "distributionID": "6f0e4817-a1bf-45ef-a420-e600e7addba2", "consumerID": "SO-COpenSource-Env11", "timestamp": 1677068152608, "artifactURL": "/sdc/v1/catalog/services/BasicCnfMacro/1.0/resourceInstances/basic_cnf_macro0/artifacts/helm_apache.tgz", "status": "NOTIFIED" } 2023-02-22T12:15:59.413Z||pool-95-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms 2023-02-22T12:15:59.414Z||pool-95-thread-1|||||WARN|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO will send credentials over a clear channel. 2023-02-22T12:15:59.414Z||pool-95-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as sXwXLxdJNt84opGN) ... 2023-02-22T12:15:59.433Z||pool-95-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK 2023-02-22T12:15:59.433Z||pool-95-thread-1|||||INFO|500||cambria reply ok (20 ms):{"serverTimeMs":0,"count":1} 2023-02-22T12:16:00.313Z||pool-2-thread-3|||||INFO|500||DistributionClient - sendNotificationStatus 2023-02-22T12:16:00.314Z||pool-2-thread-3|||||INFO|500||DistributionClient - sendStatus 2023-02-22T12:16:00.326Z||pool-2-thread-3|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap] 2023-02-22T12:16:00.326Z||pool-2-thread-3|||||DEBUG|500||try to send status { "distributionID": "6f0e4817-a1bf-45ef-a420-e600e7addba2", "consumerID": "SO-COpenSource-Env11", "timestamp": 1677068152608, "artifactURL": "/sdc/v1/catalog/services/BasicCnfMacro/1.0/resourceInstances/basic_cnf_macro0/artifacts/basic_cnf_cba_enriched.zip", "status": "NOT_NOTIFIED" } 2023-02-22T12:16:00.416Z||pool-96-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 90 ms 2023-02-22T12:16:00.417Z||pool-96-thread-1|||||WARN|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO will send credentials over a clear channel. 2023-02-22T12:16:00.417Z||pool-96-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as sXwXLxdJNt84opGN) ... 2023-02-22T12:16:00.431Z||pool-96-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK 2023-02-22T12:16:00.432Z||pool-96-thread-1|||||INFO|500||cambria reply ok (15 ms):{"serverTimeMs":0,"count":1} 2023-02-22T12:16:01.326Z||pool-2-thread-3|||||INFO|500||DistributionClient - sendNotificationStatus 2023-02-22T12:16:01.327Z||pool-2-thread-3|||||INFO|500||DistributionClient - sendStatus 2023-02-22T12:16:01.329Z||pool-2-thread-3|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap] 2023-02-22T12:16:01.329Z||pool-2-thread-3|||||DEBUG|500||try to send status { "distributionID": "6f0e4817-a1bf-45ef-a420-e600e7addba2", "consumerID": "SO-COpenSource-Env11", "timestamp": 1677068152608, "artifactURL": "/sdc/v1/catalog/services/BasicCnfMacro/1.0/artifacts/service-BasicCnfMacro-template.yml", "status": "NOT_NOTIFIED" } 2023-02-22T12:16:01.429Z||pool-97-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms 2023-02-22T12:16:01.430Z||pool-97-thread-1|||||WARN|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO will send credentials over a clear channel. 2023-02-22T12:16:01.430Z||pool-97-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as sXwXLxdJNt84opGN) ... 2023-02-22T12:16:01.442Z||pool-97-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK 2023-02-22T12:16:01.443Z||pool-97-thread-1|||||INFO|500||cambria reply ok (13 ms):{"serverTimeMs":0,"count":1} 2023-02-22T12:16:02.330Z||pool-2-thread-3|||||INFO|500||DistributionClient - sendNotificationStatus 2023-02-22T12:16:02.330Z||pool-2-thread-3|||||INFO|500||DistributionClient - sendStatus 2023-02-22T12:16:02.332Z||pool-2-thread-3|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap] 2023-02-22T12:16:02.332Z||pool-2-thread-3|||||DEBUG|500||try to send status { "distributionID": "6f0e4817-a1bf-45ef-a420-e600e7addba2", "consumerID": "SO-COpenSource-Env11", "timestamp": 1677068152608, "artifactURL": "/sdc/v1/catalog/services/BasicCnfMacro/1.0/artifacts/service-BasicCnfMacro-csar.csar", "status": "NOTIFIED" } 2023-02-22T12:16:02.433Z||pool-98-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 99 ms 2023-02-22T12:16:02.434Z||pool-98-thread-1|||||WARN|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO will send credentials over a clear channel. 2023-02-22T12:16:02.434Z||pool-98-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as sXwXLxdJNt84opGN) ... 2023-02-22T12:16:02.446Z||pool-98-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK 2023-02-22T12:16:02.447Z||pool-98-thread-1|||||INFO|500||cambria reply ok (14 ms):{"serverTimeMs":0,"count":1} 2023-02-22T12:16:03.334Z||pool-2-thread-3|||||DEBUG|500||sending notification to client: { "distributionID": "6f0e4817-a1bf-45ef-a420-e600e7addba2", "serviceName": "basic_cnf_macro", "serviceVersion": "1.0", "serviceUUID": "7d184938-fc36-4820-b58c-dfe02c161385", "serviceDescription": "service", "serviceInvariantUUID": "be0c5ffd-e34a-4f3b-af5f-ac3901b03a5e", "resources": [ { "resourceInstanceName": "basic_cnf_macro 0", "resourceCustomizationUUID": "d046a1f3-8ff9-4d42-b539-052bd989313d", "resourceName": "basic_cnf_macro", "resourceVersion": "1.0", "resoucreType": "VF", "resourceUUID": "14c32ad2-88d6-4b5d-bee4-6fcf4efc949c", "resourceInvariantUUID": "7ce8ae87-9e73-439a-9cef-47fc9e9eaceb", "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": "ZWI1M2I4OTNiOTU2MmNiOWYzNzhmMzZiMTQyNjU2NWQ\u003d", "artifactDescription": "Auto-generated VF Modules information artifact", "artifactTimeout": 0, "artifactVersion": "1", "artifactUUID": "e560ea43-d7f1-4e79-b8e6-f794f4454bd6", "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": "ce2021bc-330a-451e-b7e6-ea79ed37e69b", "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": "a5a2c61f-fa4f-497a-bc70-14e233be631c", "generatedFromUUID": "ce2021bc-330a-451e-b7e6-ea79ed37e69b" }, "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": "d1ab518d-e440-40b3-bfe3-d1f7e95cc3c9", "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": "a5a2c61f-fa4f-497a-bc70-14e233be631c", "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": "5bdd98c3-1683-4527-a8b5-1b52faaa9553", "relatedArtifactsInfo": [] } ] } ], "serviceArtifacts": [ { "artifactName": "service-BasicCnfMacro-csar.csar", "artifactType": "TOSCA_CSAR", "artifactURL": "/sdc/v1/catalog/services/BasicCnfMacro/1.0/artifacts/service-BasicCnfMacro-csar.csar", "artifactChecksum": "ZjcwZGM2NmVjNWU2YjIwNDE0M2E3MmQwMTIwYjNiMmE\u003d", "artifactDescription": "TOSCA definition package of the asset", "artifactTimeout": 0, "artifactVersion": "1", "artifactUUID": "78ad95e4-db9b-45e0-a0bb-771877a3985c" } ], "workloadContext": "Production" } 2023-02-22T12:16:03.334Z||pool-2-thread-3|||||DEBUG|500||Receive a callback notification in ASDC, nb of resources: 1 2023-02-22T12:16:03.334Z||pool-2-thread-3|||||INFO|500||ASDC_RECEIVE_CALLBACK_NOTIF 5 7d184938-fc36-4820-b58c-dfe02c161385 ASDC 2023-02-22T12:16:03.335Z|6f0e4817-a1bf-45ef-a420-e600e7addba2|pool-2-thread-3|||||DEBUG|500||ASDC Notification: DistributionID:6f0e4817-a1bf-45ef-a420-e600e7addba2 ServiceName:basic_cnf_macro ServiceVersion:1.0 ServiceUUID:7d184938-fc36-4820-b58c-dfe02c161385 ServiceInvariantUUID:be0c5ffd-e34a-4f3b-af5f-ac3901b03a5e 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:78ad95e4-db9b-45e0-a0bb-771877a3985c ArtifactChecksum:ZjcwZGM2NmVjNWU2YjIwNDE0M2E3MmQwMTIwYjNiMmE= GeneratedArtifact:{NULL } RelatedArtifacts:{ } } Resource Instances List: { Resource Instance Info: ResourceInstanceName:basic_cnf_macro 0 ResourceCustomizationUUID:d046a1f3-8ff9-4d42-b539-052bd989313d ResourceInvariantUUID:7ce8ae87-9e73-439a-9cef-47fc9e9eaceb ResourceName:basic_cnf_macro ResourceType:VF ResourceUUID:14c32ad2-88d6-4b5d-bee4-6fcf4efc949c 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:e560ea43-d7f1-4e79-b8e6-f794f4454bd6 ArtifactChecksum:ZWI1M2I4OTNiOTU2MmNiOWYzNzhmMzZiMTQyNjU2NWQ= 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:ce2021bc-330a-451e-b7e6-ea79ed37e69b 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:a5a2c61f-fa4f-497a-bc70-14e233be631c 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:d1ab518d-e440-40b3-bfe3-d1f7e95cc3c9 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:a5a2c61f-fa4f-497a-bc70-14e233be631c 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:5bdd98c3-1683-4527-a8b5-1b52faaa9553 ArtifactChecksum:Y2VkYmU2NTRiYmM1ZWZjNjIyYjE1MjI1Y2FjNWFhMjE= GeneratedArtifact:{NULL } RelatedArtifacts:{ } } } 2023-02-22T12:16:03.335Z|6f0e4817-a1bf-45ef-a420-e600e7addba2|pool-2-thread-3|||||INFO|500||ASDC_RECEIVE_SERVICE_NOTIF 7d184938-fc36-4820-b58c-dfe02c161385 ASDC treatNotification Hibernate: select watchdogse0_.DISTRIBUTION_ID as distribu1_13_0_, watchdogse0_.SERVICE_MODEL_VERSION_ID as service_2_13_0_, watchdogse0_.CONSUMER_ID as consumer3_13_0_, watchdogse0_.CREATE_TIME as create_t4_13_0_, watchdogse0_.DISTRIBUTION_NOTIFICATION as distribu5_13_0_ from watchdog_service_mod_ver_id_lookup watchdogse0_ where watchdogse0_.DISTRIBUTION_ID=? and watchdogse0_.SERVICE_MODEL_VERSION_ID=? Hibernate: insert into watchdog_service_mod_ver_id_lookup (CONSUMER_ID, CREATE_TIME, DISTRIBUTION_NOTIFICATION, DISTRIBUTION_ID, SERVICE_MODEL_VERSION_ID) values (?, ?, ?, ?, ?) Hibernate: select watchdogdi0_.DISTRIBUTION_ID as distribu1_11_0_, watchdogdi0_.CREATE_TIME as create_t2_11_0_, watchdogdi0_.DISTRIBUTION_ID_STATUS as distribu3_11_0_, watchdogdi0_.MODIFY_TIME as modify_t4_11_0_, watchdogdi0_.LOCK_VERSION as lock_ver5_11_0_ from watchdog_distributionid_status watchdogdi0_ where watchdogdi0_.DISTRIBUTION_ID=? Hibernate: update watchdog_distributionid_status set DISTRIBUTION_ID_STATUS=?, MODIFY_TIME=?, LOCK_VERSION=? where DISTRIBUTION_ID=? 2023-02-22T12:16:03.379Z|6f0e4817-a1bf-45ef-a420-e600e7addba2|pool-2-thread-3|||||INFO|500||Unable to find the system property mso.config.path, use the default configuration 2023-02-22T12:16:03.381Z|6f0e4817-a1bf-45ef-a420-e600e7addba2|pool-2-thread-3|||||INFO|500||MSO config path is: /app 2023-02-22T12:16:03.381Z|6f0e4817-a1bf-45ef-a420-e600e7addba2|pool-2-thread-3|||||INFO|500||MSO config path is: /app 2023-02-22T12:16:03.381Z|6f0e4817-a1bf-45ef-a420-e600e7addba2|pool-2-thread-3|||||INFO|500||Trying to download the artifact UUID: 78ad95e4-db9b-45e0-a0bb-771877a3985c from URL: /sdc/v1/catalog/services/BasicCnfMacro/1.0/artifacts/service-BasicCnfMacro-csar.csar 2023-02-22T12:16:03.381Z|6f0e4817-a1bf-45ef-a420-e600e7addba2|pool-2-thread-3|||||INFO|500||DistributionClient - download 2023-02-22T12:16:03.382Z|6f0e4817-a1bf-45ef-a420-e600e7addba2|pool-2-thread-3|||||DEBUG|500||url to send https://sdc-be.onap:8443/sdc/v1/catalog/services/BasicCnfMacro/1.0/artifacts/service-BasicCnfMacro-csar.csar 2023-02-22T12:16:03.510Z|6f0e4817-a1bf-45ef-a420-e600e7addba2|pool-2-thread-3|||||DEBUG|500||GET Response Status 200 2023-02-22T12:16:03.519Z|6f0e4817-a1bf-45ef-a420-e600e7addba2|pool-2-thread-3|||||INFO|500||ASDC_ARTIFACT_DOWNLOAD_SUC /sdc/v1/catalog/services/BasicCnfMacro/1.0/artifacts/service-BasicCnfMacro-csar.csar 78ad95e4-db9b-45e0-a0bb-771877a3985c 162964 2023-02-22T12:16:03.519Z|6f0e4817-a1bf-45ef-a420-e600e7addba2|pool-2-thread-3|||||INFO|500||ASDC_SEND_NOTIF_ASDC DOWNLOAD DOWNLOAD_OK /sdc/v1/catalog/services/BasicCnfMacro/1.0/artifacts/service-BasicCnfMacro-csar.csar ASDC sendASDCNotification 2023-02-22T12:16:03.519Z|6f0e4817-a1bf-45ef-a420-e600e7addba2|pool-2-thread-3|||||DEBUG|500||Sending DOWNLOAD(DOWNLOAD_OK) notification to ASDC for artifact:/sdc/v1/catalog/services/BasicCnfMacro/1.0/artifacts/service-BasicCnfMacro-csar.csar 2023-02-22T12:16:03.519Z|6f0e4817-a1bf-45ef-a420-e600e7addba2|pool-2-thread-3|||||INFO|500||DistributionClient - sendDownloadStatus 2023-02-22T12:16:03.520Z|6f0e4817-a1bf-45ef-a420-e600e7addba2|pool-2-thread-3|||||INFO|500||DistributionClient - sendStatus 2023-02-22T12:16:03.522Z|6f0e4817-a1bf-45ef-a420-e600e7addba2|pool-2-thread-3|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap] 2023-02-22T12:16:03.522Z|6f0e4817-a1bf-45ef-a420-e600e7addba2|pool-2-thread-3|||||DEBUG|500||try to send status { "distributionID": "6f0e4817-a1bf-45ef-a420-e600e7addba2", "consumerID": "SO-COpenSource-Env11", "timestamp": 1677068163519, "artifactURL": "/sdc/v1/catalog/services/BasicCnfMacro/1.0/artifacts/service-BasicCnfMacro-csar.csar", "status": "DOWNLOAD_OK" } 2023-02-22T12:16:03.622Z||pool-99-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms 2023-02-22T12:16:03.623Z||pool-99-thread-1|||||WARN|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO will send credentials over a clear channel. 2023-02-22T12:16:03.623Z||pool-99-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as sXwXLxdJNt84opGN) ... 2023-02-22T12:16:03.634Z||pool-99-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK 2023-02-22T12:16:03.634Z||pool-99-thread-1|||||INFO|500||cambria reply ok (11 ms):{"serverTimeMs":0,"count":1} 2023-02-22T12:16:04.523Z|6f0e4817-a1bf-45ef-a420-e600e7addba2|pool-2-thread-3|||||INFO|500||Unable to find the system property mso.config.path, use the default configuration 2023-02-22T12:16:04.524Z|6f0e4817-a1bf-45ef-a420-e600e7addba2|pool-2-thread-3|||||INFO|500||MSO config path is: /app 2023-02-22T12:16:04.524Z|6f0e4817-a1bf-45ef-a420-e600e7addba2|pool-2-thread-3|||||INFO|500||Trying to write artifact UUID: 78ad95e4-db9b-45e0-a0bb-771877a3985c, URL: /sdc/v1/catalog/services/BasicCnfMacro/1.0/artifacts/service-BasicCnfMacro-csar.csar to file: /app/ASDC/1/service-BasicCnfMacro-csar.csar 2023-02-22T12:16:04.525Z|6f0e4817-a1bf-45ef-a420-e600e7addba2|pool-2-thread-3|||||INFO|500||ASDC_RECEIVE_SERVICE_NOTIF ***WRITE FILE ARTIFACT NAME ASDC service-BasicCnfMacro-csar.csar 2023-02-22T12:16:04.526Z|6f0e4817-a1bf-45ef-a420-e600e7addba2|pool-2-thread-3|||||DEBUG|500||ASDC File path is: /app/ASDC/1/service-BasicCnfMacro-csar.csar 2023-02-22T12:16:04.526Z|6f0e4817-a1bf-45ef-a420-e600e7addba2|pool-2-thread-3|||||INFO|500||ASDC_RECEIVE_SERVICE_NOTIF ***PATH ASDC /app/ASDC/1/service-BasicCnfMacro-csar.csar 2023-02-22T12:16:04.726Z|6f0e4817-a1bf-45ef-a420-e600e7addba2|pool-2-thread-3|||||DEBUG|500||ToscaTemplate Loading YAMEL file /tmp/JTP9527125066348327222/Definitions/service-BasicCnfMacro-template.yml Log warning: The required parameter "compute_dummy_base_name" is not provided 2023-02-22T12:16:06.092Z|6f0e4817-a1bf-45ef-a420-e600e7addba2|pool-2-thread-3|||||DEBUG|500||CSAR conformance level is 11.0 2023-02-22T12:16:06.093Z|6f0e4817-a1bf-45ef-a420-e600e7addba2|pool-2-thread-3|||||WARN|500||#################################################################################################### 2023-02-22T12:16:06.093Z|6f0e4817-a1bf-45ef-a420-e600e7addba2|pool-2-thread-3|||||WARN|500||CSAR Warnings found! CSAR name - /app/ASDC/1/service-BasicCnfMacro-csar.csar 2023-02-22T12:16:06.094Z|6f0e4817-a1bf-45ef-a420-e600e7addba2|pool-2-thread-3|||||WARN|500||ToscaTemplate - verifyTemplate - 4 Parsing Warnings occurred... 2023-02-22T12:16:06.094Z|6f0e4817-a1bf-45ef-a420-e600e7addba2|pool-2-thread-3|||||WARN|500||JTosca Exception [JE003]: MissingRequiredFieldError: Data value of type "org.openecomp.datatypes.Naming" is missing required field(s) "[supplemental_data]". CSAR name - /app/ASDC/1/service-BasicCnfMacro-csar.csar 2023-02-22T12:16:06.094Z|6f0e4817-a1bf-45ef-a420-e600e7addba2|pool-2-thread-3|||||WARN|500||JTosca Exception [JE003]: MissingRequiredFieldError: properties of template "basic_cnf_macro 0" are missing field(s): [nf_function, nf_role, nf_naming_code, nf_type, min_instances, max_instances]. CSAR name - /app/ASDC/1/service-BasicCnfMacro-csar.csar 2023-02-22T12:16:06.094Z|6f0e4817-a1bf-45ef-a420-e600e7addba2|pool-2-thread-3|||||WARN|500||JTosca Exception [JE003]: MissingRequiredFieldError: properties of template "abstract_dummy_base" are missing field(s): [unit, type]. CSAR name - /app/ASDC/1/service-BasicCnfMacro-csar.csar 2023-02-22T12:16:06.094Z|6f0e4817-a1bf-45ef-a420-e600e7addba2|pool-2-thread-3|||||WARN|500||JTosca Exception [JE003]: MissingRequiredFieldError: properties of template "abstract_dummy_base" are missing field(s): [nfc_function]. CSAR name - /app/ASDC/1/service-BasicCnfMacro-csar.csar 2023-02-22T12:16:06.095Z|6f0e4817-a1bf-45ef-a420-e600e7addba2|pool-2-thread-3|||||WARN|500||#################################################################################################### 2023-02-22T12:16:06.095Z|6f0e4817-a1bf-45ef-a420-e600e7addba2|pool-2-thread-3|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive 2023-02-22T12:16:06.095Z|6f0e4817-a1bf-45ef-a420-e600e7addba2|pool-2-thread-3|||||DEBUG|500||Service basic_cnf_macro is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=SERVICE_PROXY, toscaType=null, uUID=null, customizationUUID=null 2023-02-22T12:16:06.096Z|6f0e4817-a1bf-45ef-a420-e600e7addba2|pool-2-thread-3|||||DEBUG|500||Node template basic_cnf_macro 0 is matching search criteria 2023-02-22T12:16:06.096Z|6f0e4817-a1bf-45ef-a420-e600e7addba2|pool-2-thread-3|||||DEBUG|500||Search for entities recursively 2023-02-22T12:16:06.096Z|6f0e4817-a1bf-45ef-a420-e600e7addba2|pool-2-thread-3|||||DEBUG|500||Found topology templates [basic_cnf_macro 0, abstract_dummy_base] matching following query criteria: sdcType=Service, customizationUUID=null 2023-02-22T12:16:06.097Z|6f0e4817-a1bf-45ef-a420-e600e7addba2|pool-2-thread-3|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive 2023-02-22T12:16:06.097Z|6f0e4817-a1bf-45ef-a420-e600e7addba2|pool-2-thread-3|||||DEBUG|500||Service basic_cnf_macro is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=CONFIGURATION, toscaType=null, uUID=null, customizationUUID=null 2023-02-22T12:16:06.097Z|6f0e4817-a1bf-45ef-a420-e600e7addba2|pool-2-thread-3|||||DEBUG|500||Node template basic_cnf_macro 0 is matching search criteria 2023-02-22T12:16:06.098Z|6f0e4817-a1bf-45ef-a420-e600e7addba2|pool-2-thread-3|||||DEBUG|500||Search for entities recursively 2023-02-22T12:16:06.098Z|6f0e4817-a1bf-45ef-a420-e600e7addba2|pool-2-thread-3|||||DEBUG|500||Found topology templates [basic_cnf_macro 0, abstract_dummy_base] matching following query criteria: sdcType=Service, customizationUUID=null 2023-02-22T12:16:06.098Z|6f0e4817-a1bf-45ef-a420-e600e7addba2|pool-2-thread-3|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive 2023-02-22T12:16:06.098Z|6f0e4817-a1bf-45ef-a420-e600e7addba2|pool-2-thread-3|||||DEBUG|500||Service basic_cnf_macro is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=VF, toscaType=null, uUID=null, customizationUUID=null 2023-02-22T12:16:06.099Z|6f0e4817-a1bf-45ef-a420-e600e7addba2|pool-2-thread-3|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive 2023-02-22T12:16:06.099Z|6f0e4817-a1bf-45ef-a420-e600e7addba2|pool-2-thread-3|||||DEBUG|500||Node template basic_cnf_macro 0 is not matching search criteria 2023-02-22T12:16:06.099Z|6f0e4817-a1bf-45ef-a420-e600e7addba2|pool-2-thread-3|||||DEBUG|500||Node template abstract_dummy_base is not matching search criteria 2023-02-22T12:16:06.100Z|6f0e4817-a1bf-45ef-a420-e600e7addba2|pool-2-thread-3|||||DEBUG|500||Node template dummy_base is not matching search criteria 2023-02-22T12:16:06.100Z|6f0e4817-a1bf-45ef-a420-e600e7addba2|pool-2-thread-3|||||DEBUG|500||Found topology templates [] matching following query criteria: sdcType=VF, customizationUUID=customizationUUID 2023-02-22T12:16:06.100Z|6f0e4817-a1bf-45ef-a420-e600e7addba2|pool-2-thread-3|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive 2023-02-22T12:16:06.100Z|6f0e4817-a1bf-45ef-a420-e600e7addba2|pool-2-thread-3|||||DEBUG|500||Service basic_cnf_macro is searched for EntityType=GROUP, nodeTemplateType=null, toscaType=org.openecomp.groups.VfModule, uUID=null, customizationUUID=null 2023-02-22T12:16:06.101Z|6f0e4817-a1bf-45ef-a420-e600e7addba2|pool-2-thread-3|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive 2023-02-22T12:16:06.101Z|6f0e4817-a1bf-45ef-a420-e600e7addba2|pool-2-thread-3|||||DEBUG|500||Node template basic_cnf_macro 0 is matching search criteria 2023-02-22T12:16:06.101Z|6f0e4817-a1bf-45ef-a420-e600e7addba2|pool-2-thread-3|||||DEBUG|500||Found topology templates [basic_cnf_macro 0] matching following query criteria: sdcType=VF, customizationUUID=null 2023-02-22T12:16:06.102Z|6f0e4817-a1bf-45ef-a420-e600e7addba2|pool-2-thread-3|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive 2023-02-22T12:16:06.102Z|6f0e4817-a1bf-45ef-a420-e600e7addba2|pool-2-thread-3|||||DEBUG|500||Node template basic_cnf_macro 0 is matching search criteria 2023-02-22T12:16:06.102Z|6f0e4817-a1bf-45ef-a420-e600e7addba2|pool-2-thread-3|||||DEBUG|500||Found topology templates [basic_cnf_macro 0] matching following query criteria: sdcType=VF, customizationUUID=null 2023-02-22T12:16:06.103Z|6f0e4817-a1bf-45ef-a420-e600e7addba2|pool-2-thread-3|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive 2023-02-22T12:16:06.103Z|6f0e4817-a1bf-45ef-a420-e600e7addba2|pool-2-thread-3|||||DEBUG|500||Node template basic_cnf_macro 0 is matching search criteria 2023-02-22T12:16:06.103Z|6f0e4817-a1bf-45ef-a420-e600e7addba2|pool-2-thread-3|||||DEBUG|500||Found topology templates [basic_cnf_macro 0] matching following query criteria: sdcType=VF, customizationUUID=null 2023-02-22T12:16:06.103Z|6f0e4817-a1bf-45ef-a420-e600e7addba2|pool-2-thread-3|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive 2023-02-22T12:16:06.104Z|6f0e4817-a1bf-45ef-a420-e600e7addba2|pool-2-thread-3|||||DEBUG|500||Node template basic_cnf_macro 0 is matching search criteria 2023-02-22T12:16:06.104Z|6f0e4817-a1bf-45ef-a420-e600e7addba2|pool-2-thread-3|||||DEBUG|500||Found topology templates [basic_cnf_macro 0] matching following query criteria: sdcType=VF, customizationUUID=null 2023-02-22T12:16:06.104Z|6f0e4817-a1bf-45ef-a420-e600e7addba2|pool-2-thread-3|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive 2023-02-22T12:16:06.104Z|6f0e4817-a1bf-45ef-a420-e600e7addba2|pool-2-thread-3|||||DEBUG|500||Node template basic_cnf_macro 0 is not matching search criteria 2023-02-22T12:16:06.105Z|6f0e4817-a1bf-45ef-a420-e600e7addba2|pool-2-thread-3|||||DEBUG|500||Node template abstract_dummy_base is matching search criteria 2023-02-22T12:16:06.105Z|6f0e4817-a1bf-45ef-a420-e600e7addba2|pool-2-thread-3|||||DEBUG|500||Found topology templates [abstract_dummy_base] matching following query criteria: sdcType=CVFC, customizationUUID=db58b797-3b68-461b-9129-7dab91417253 2023-02-22T12:16:06.105Z|6f0e4817-a1bf-45ef-a420-e600e7addba2|pool-2-thread-3|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive 2023-02-22T12:16:06.106Z|6f0e4817-a1bf-45ef-a420-e600e7addba2|pool-2-thread-3|||||DEBUG|500||Service basic_cnf_macro is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=VL, toscaType=null, uUID=null, customizationUUID=null 2023-02-22T12:16:06.106Z|6f0e4817-a1bf-45ef-a420-e600e7addba2|pool-2-thread-3|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive 2023-02-22T12:16:06.106Z|6f0e4817-a1bf-45ef-a420-e600e7addba2|pool-2-thread-3|||||DEBUG|500||Service basic_cnf_macro is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=CR, toscaType=null, uUID=null, customizationUUID=null 2023-02-22T12:16:06.106Z|6f0e4817-a1bf-45ef-a420-e600e7addba2|pool-2-thread-3|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive 2023-02-22T12:16:06.107Z|6f0e4817-a1bf-45ef-a420-e600e7addba2|pool-2-thread-3|||||DEBUG|500||Service basic_cnf_macro is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=VF, toscaType=null, uUID=null, customizationUUID=null 2023-02-22T12:16:06.107Z|6f0e4817-a1bf-45ef-a420-e600e7addba2|pool-2-thread-3|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive 2023-02-22T12:16:06.107Z|6f0e4817-a1bf-45ef-a420-e600e7addba2|pool-2-thread-3|||||DEBUG|500||Service basic_cnf_macro is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=PNF, toscaType=null, uUID=null, customizationUUID=null 2023-02-22T12:16:06.107Z|6f0e4817-a1bf-45ef-a420-e600e7addba2|pool-2-thread-3|||||DEBUG|500||CSAR Notification: Service Level Properties: Name:basic_cnf_macro Description:service Model UUID:7d184938-fc36-4820-b58c-dfe02c161385 Model Version:NULL Model InvariantUuid:be0c5ffd-e34a-4f3b-af5f-ac3901b03a5e Service Type: Service Role: WorkLoad Context:Production Environment Context:General_Revenue-Bearing VNF Properties: Model Name:basic_cnf_macro Model UUID:961c48d4-7b22-4cee-95f0-b98ae984e38b Description:VF Version:1.0 Type:VF Category:Generic InvariantUuid:7ce8ae87-9e73-439a-9cef-47fc9e9eaceb Max Instances:null Min Instances:null VNF Customization Properties: Customization UUID:d046a1f3-8ff9-4d42-b539-052bd989313d NFFunction:null NFCode:null NFRole:null NFType:null MultiStageDesign:false VF Module Properties: ModelInvariantUuid:235fe597-8591-4708-9500-c1c182ce76b6 ModelName:BasicCnfMacro..helm_apache..module-1 ModelUuid:6ea8b5cc-0a5e-4bd6-bf13-a0c29d5c1b51 ModelVersion:1 Description:NULL VF Module Customization Properties: Model Customization UUID:NULL VF Module Properties: ModelInvariantUuid:d7e53ba4-a076-4d1a-9fbc-39c1c48fb44c ModelName:BasicCnfMacro..base_template_dummy_ignore..module-0 ModelUuid:616ec60f-2e13-4cea-98b4-eb255d8adcdd ModelVersion:1 Description:NULL VF Module Customization Properties: Model Customization UUID:NULL CVNFC Properties: ModelCustomizationUuid:db58b797-3b68-461b-9129-7dab91417253 ModelInvariantUuid:32dc2a56-8071-49f7-9cff-48ea0cdc63e1 ModelName:basic_cnf_macro-nodes.dummy_baseCvfc ModelUuid:19492e16-87ca-4ff5-9ff7-d1539a2b9362 ModelVersion:1.0 Description:Complex node type that is used as nested type in VF Template Name:abstract_dummy_base VNFC Properties: ModelCustomizationUuid:0436edb7-9dc1-48ba-875d-74291ff9bed5 ModelInvariantUuid:9d27cf5d-36fc-4f69-af52-69fef11aa7f5 ModelName:BasicCnfMacro.compute.nodes.heat.dummy_base ModelUuid:2e62e2a9-e1ce-43ec-87de-883b881cc392 ModelVersion:1.0 Description:Not reusable inner VFC Sub Category:Abstract VF Allotted Resource Properties: PNF Allotted Resource Properties: Hibernate: select toscacsar0_.ARTIFACT_UUID as artifact1_57_0_, toscacsar0_.ARTIFACT_CHECKSUM as artifact2_57_0_, toscacsar0_.CREATION_TIMESTAMP as creation3_57_0_, toscacsar0_.DESCRIPTION as descript4_57_0_, toscacsar0_.NAME as name5_57_0_, toscacsar0_.URL as url6_57_0_, toscacsar0_.Version as version7_57_0_ from tosca_csar toscacsar0_ where toscacsar0_.ARTIFACT_UUID=? 2023-02-22T12:16:06.114Z|6f0e4817-a1bf-45ef-a420-e600e7addba2|pool-2-thread-3|||||INFO|500||Processing Resource Type: VF, Model UUID: 14c32ad2-88d6-4b5d-bee4-6fcf4efc949c Hibernate: select service0_.MODEL_UUID as model_uu1_50_, service0_.CDS_BLUEPRINT_NAME as cds_blue2_50_, service0_.CDS_BLUEPRINT_VERSION as cds_blue3_50_, service0_.SERVICE_CATEGORY as service_4_50_, service0_.CONTROLLER_ACTOR as controll5_50_, service0_.CREATION_TIMESTAMP as creation6_50_, service0_.TOSCA_CSAR_ARTIFACT_UUID as tosca_c21_50_, service0_.DESCRIPTION as descript7_50_, service0_.OVERALL_DISTRIBUTION_STATUS as overall_8_50_, service0_.ENVIRONMENT_CONTEXT as environm9_50_, service0_.MODEL_INVARIANT_UUID as model_i10_50_, service0_.MODEL_NAME as model_n11_50_, service0_.MODEL_VERSION as model_v12_50_, service0_.NAMING_POLICY as naming_13_50_, service0_.ONAP_GENERATED_NAMING as onap_ge14_50_, service0_.RESOURCE_ORDER as resourc15_50_, service0_.SERVICE_FUNCTION as service16_50_, service0_.SERVICE_ROLE as service17_50_, service0_.SERVICE_TYPE as service18_50_, service0_.SKIP_POST_INSTANTIATION_CONFIGURATION as skip_po19_50_, service0_.WORKLOAD_CONTEXT as workloa20_50_ from service service0_ where service0_.MODEL_UUID=? 2023-02-22T12:16:06.118Z|6f0e4817-a1bf-45ef-a420-e600e7addba2|pool-2-thread-3|||||INFO|500||basic_cnf_macro 0 2023-02-22T12:16:06.118Z|6f0e4817-a1bf-45ef-a420-e600e7addba2|pool-2-thread-3|||||DEBUG|500||Processing Resource Type: VF and Model UUID: 14c32ad2-88d6-4b5d-bee4-6fcf4efc949c 2023-02-22T12:16:06.118Z|6f0e4817-a1bf-45ef-a420-e600e7addba2|pool-2-thread-3|||||INFO|500||Trying to download the artifact UUID: e560ea43-d7f1-4e79-b8e6-f794f4454bd6 from URL: /sdc/v1/catalog/services/BasicCnfMacro/1.0/resourceInstances/basic_cnf_macro0/artifacts/basic_cnf_macro0_modules.json 2023-02-22T12:16:06.119Z|6f0e4817-a1bf-45ef-a420-e600e7addba2|pool-2-thread-3|||||INFO|500||DistributionClient - download 2023-02-22T12:16:06.119Z|6f0e4817-a1bf-45ef-a420-e600e7addba2|pool-2-thread-3|||||DEBUG|500||url to send https://sdc-be.onap:8443/sdc/v1/catalog/services/BasicCnfMacro/1.0/resourceInstances/basic_cnf_macro0/artifacts/basic_cnf_macro0_modules.json 2023-02-22T12:16:06.195Z|6f0e4817-a1bf-45ef-a420-e600e7addba2|pool-2-thread-3|||||DEBUG|500||GET Response Status 200 2023-02-22T12:16:06.196Z|6f0e4817-a1bf-45ef-a420-e600e7addba2|pool-2-thread-3|||||INFO|500||ASDC_ARTIFACT_DOWNLOAD_SUC /sdc/v1/catalog/services/BasicCnfMacro/1.0/resourceInstances/basic_cnf_macro0/artifacts/basic_cnf_macro0_modules.json e560ea43-d7f1-4e79-b8e6-f794f4454bd6 1565 2023-02-22T12:16:06.196Z|6f0e4817-a1bf-45ef-a420-e600e7addba2|pool-2-thread-3|||||INFO|500||ASDC_SEND_NOTIF_ASDC DOWNLOAD DOWNLOAD_OK /sdc/v1/catalog/services/BasicCnfMacro/1.0/resourceInstances/basic_cnf_macro0/artifacts/basic_cnf_macro0_modules.json ASDC sendASDCNotification 2023-02-22T12:16:06.196Z|6f0e4817-a1bf-45ef-a420-e600e7addba2|pool-2-thread-3|||||DEBUG|500||Sending DOWNLOAD(DOWNLOAD_OK) notification to ASDC for artifact:/sdc/v1/catalog/services/BasicCnfMacro/1.0/resourceInstances/basic_cnf_macro0/artifacts/basic_cnf_macro0_modules.json 2023-02-22T12:16:06.196Z|6f0e4817-a1bf-45ef-a420-e600e7addba2|pool-2-thread-3|||||INFO|500||DistributionClient - sendDownloadStatus 2023-02-22T12:16:06.197Z|6f0e4817-a1bf-45ef-a420-e600e7addba2|pool-2-thread-3|||||INFO|500||DistributionClient - sendStatus 2023-02-22T12:16:06.199Z|6f0e4817-a1bf-45ef-a420-e600e7addba2|pool-2-thread-3|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap] 2023-02-22T12:16:06.199Z|6f0e4817-a1bf-45ef-a420-e600e7addba2|pool-2-thread-3|||||DEBUG|500||try to send status { "distributionID": "6f0e4817-a1bf-45ef-a420-e600e7addba2", "consumerID": "SO-COpenSource-Env11", "timestamp": 1677068166196, "artifactURL": "/sdc/v1/catalog/services/BasicCnfMacro/1.0/resourceInstances/basic_cnf_macro0/artifacts/basic_cnf_macro0_modules.json", "status": "DOWNLOAD_OK" } 2023-02-22T12:16:06.299Z||pool-100-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms 2023-02-22T12:16:06.300Z||pool-100-thread-1|||||WARN|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO will send credentials over a clear channel. 2023-02-22T12:16:06.300Z||pool-100-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as sXwXLxdJNt84opGN) ... 2023-02-22T12:16:06.314Z||pool-100-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK 2023-02-22T12:16:06.314Z||pool-100-thread-1|||||INFO|500||cambria reply ok (14 ms):{"serverTimeMs":0,"count":1} 2023-02-22T12:16:07.200Z|6f0e4817-a1bf-45ef-a420-e600e7addba2|pool-2-thread-3|||||DEBUG|500||VF_MODULE_ARTIFACT: [ { "vfModuleModelName": "BasicCnfMacro..base_template_dummy_ignore..module-0", "vfModuleModelInvariantUUID": "d7e53ba4-a076-4d1a-9fbc-39c1c48fb44c", "vfModuleModelVersion": "1", "vfModuleModelUUID": "616ec60f-2e13-4cea-98b4-eb255d8adcdd", "vfModuleModelCustomizationUUID": "ba9d998f-a77a-4667-bb42-b4c6e2ecd81d", "isBase": true, "artifacts": [ "ce2021bc-330a-451e-b7e6-ea79ed37e69b", "a5a2c61f-fa4f-497a-bc70-14e233be631c" ], "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": "235fe597-8591-4708-9500-c1c182ce76b6", "vfModuleModelVersion": "1", "vfModuleModelUUID": "6ea8b5cc-0a5e-4bd6-bf13-a0c29d5c1b51", "vfModuleModelCustomizationUUID": "6a2834a9-63cc-4591-8cc1-ce15fdd6b581", "isBase": false, "artifacts": [ "5bdd98c3-1683-4527-a8b5-1b52faaa9553" ], "properties": { "min_vf_module_instances": "0", "vf_module_label": "helm_apache", "max_vf_module_instances": "", "vfc_list": "", "vf_module_type": "Expansion", "vf_module_description": "", "initial_count": "0", "volume_group": "false", "availability_zone_count": "" } } ] 2023-02-22T12:16:07.205Z|6f0e4817-a1bf-45ef-a420-e600e7addba2|pool-2-thread-3|||||DEBUG|500||VfModuleMetaData List: { VfModuleMetaData: VfModuleModelName:BasicCnfMacro..base_template_dummy_ignore..module-0 VfModuleModelVersion:1 VfModuleModelUUID:616ec60f-2e13-4cea-98b4-eb255d8adcdd VfModuleModelInvariantUUID:d7e53ba4-a076-4d1a-9fbc-39c1c48fb44c VfModuleModelDescription:NULL Artifacts UUID List:{ ce2021bc-330a-451e-b7e6-ea79ed37e69b , a5a2c61f-fa4f-497a-bc70-14e233be631c } 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:6ea8b5cc-0a5e-4bd6-bf13-a0c29d5c1b51 VfModuleModelInvariantUUID:235fe597-8591-4708-9500-c1c182ce76b6 VfModuleModelDescription:NULL Artifacts UUID List:{ 5bdd98c3-1683-4527-a8b5-1b52faaa9553 } Properties List:{ min_vf_module_instances : 0 vf_module_label : helm_apache max_vf_module_instances : vfc_list : vf_module_type : Expansion vf_module_description : initial_count : 0 volume_group : false availability_zone_count : } isBase:false } 2023-02-22T12:16:07.207Z|6f0e4817-a1bf-45ef-a420-e600e7addba2|pool-2-thread-3|||||DEBUG|500||VF_MODULE_ARTIFACT: [ { "vfModuleModelName": "BasicCnfMacro..base_template_dummy_ignore..module-0", "vfModuleModelInvariantUUID": "d7e53ba4-a076-4d1a-9fbc-39c1c48fb44c", "vfModuleModelVersion": "1", "vfModuleModelUUID": "616ec60f-2e13-4cea-98b4-eb255d8adcdd", "vfModuleModelCustomizationUUID": "ba9d998f-a77a-4667-bb42-b4c6e2ecd81d", "isBase": true, "artifacts": [ "ce2021bc-330a-451e-b7e6-ea79ed37e69b", "a5a2c61f-fa4f-497a-bc70-14e233be631c" ], "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": "235fe597-8591-4708-9500-c1c182ce76b6", "vfModuleModelVersion": "1", "vfModuleModelUUID": "6ea8b5cc-0a5e-4bd6-bf13-a0c29d5c1b51", "vfModuleModelCustomizationUUID": "6a2834a9-63cc-4591-8cc1-ce15fdd6b581", "isBase": false, "artifacts": [ "5bdd98c3-1683-4527-a8b5-1b52faaa9553" ], "properties": { "min_vf_module_instances": "0", "vf_module_label": "helm_apache", "max_vf_module_instances": "", "vfc_list": "", "vf_module_type": "Expansion", "vf_module_description": "", "initial_count": "0", "volume_group": "false", "availability_zone_count": "" } } ] 2023-02-22T12:16:07.207Z|6f0e4817-a1bf-45ef-a420-e600e7addba2|pool-2-thread-3|||||DEBUG|500||VfModuleMetaData List: { VfModuleMetaData: VfModuleModelName:BasicCnfMacro..base_template_dummy_ignore..module-0 VfModuleModelVersion:1 VfModuleModelUUID:616ec60f-2e13-4cea-98b4-eb255d8adcdd VfModuleModelInvariantUUID:d7e53ba4-a076-4d1a-9fbc-39c1c48fb44c VfModuleModelDescription:NULL Artifacts UUID List:{ ce2021bc-330a-451e-b7e6-ea79ed37e69b , a5a2c61f-fa4f-497a-bc70-14e233be631c } 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:6ea8b5cc-0a5e-4bd6-bf13-a0c29d5c1b51 VfModuleModelInvariantUUID:235fe597-8591-4708-9500-c1c182ce76b6 VfModuleModelDescription:NULL Artifacts UUID List:{ 5bdd98c3-1683-4527-a8b5-1b52faaa9553 } Properties List:{ min_vf_module_instances : 0 vf_module_label : helm_apache max_vf_module_instances : vfc_list : vf_module_type : Expansion vf_module_description : initial_count : 0 volume_group : false availability_zone_count : } isBase:false } 2023-02-22T12:16:07.207Z|6f0e4817-a1bf-45ef-a420-e600e7addba2|pool-2-thread-3|||||INFO|500||Trying to download the artifact UUID: ce2021bc-330a-451e-b7e6-ea79ed37e69b from URL: /sdc/v1/catalog/services/BasicCnfMacro/1.0/resourceInstances/basic_cnf_macro0/artifacts/base_template_dummy_ignore.yaml 2023-02-22T12:16:07.207Z|6f0e4817-a1bf-45ef-a420-e600e7addba2|pool-2-thread-3|||||INFO|500||DistributionClient - download 2023-02-22T12:16:07.208Z|6f0e4817-a1bf-45ef-a420-e600e7addba2|pool-2-thread-3|||||DEBUG|500||url to send https://sdc-be.onap:8443/sdc/v1/catalog/services/BasicCnfMacro/1.0/resourceInstances/basic_cnf_macro0/artifacts/base_template_dummy_ignore.yaml 2023-02-22T12:16:07.259Z|6f0e4817-a1bf-45ef-a420-e600e7addba2|pool-2-thread-3|||||DEBUG|500||GET Response Status 200 2023-02-22T12:16:07.259Z|6f0e4817-a1bf-45ef-a420-e600e7addba2|pool-2-thread-3|||||INFO|500||ASDC_ARTIFACT_DOWNLOAD_SUC /sdc/v1/catalog/services/BasicCnfMacro/1.0/resourceInstances/basic_cnf_macro0/artifacts/base_template_dummy_ignore.yaml ce2021bc-330a-451e-b7e6-ea79ed37e69b 914 2023-02-22T12:16:07.259Z|6f0e4817-a1bf-45ef-a420-e600e7addba2|pool-2-thread-3|||||INFO|500||ASDC_SEND_NOTIF_ASDC DOWNLOAD DOWNLOAD_OK /sdc/v1/catalog/services/BasicCnfMacro/1.0/resourceInstances/basic_cnf_macro0/artifacts/base_template_dummy_ignore.yaml ASDC sendASDCNotification 2023-02-22T12:16:07.260Z|6f0e4817-a1bf-45ef-a420-e600e7addba2|pool-2-thread-3|||||DEBUG|500||Sending DOWNLOAD(DOWNLOAD_OK) notification to ASDC for artifact:/sdc/v1/catalog/services/BasicCnfMacro/1.0/resourceInstances/basic_cnf_macro0/artifacts/base_template_dummy_ignore.yaml 2023-02-22T12:16:07.260Z|6f0e4817-a1bf-45ef-a420-e600e7addba2|pool-2-thread-3|||||INFO|500||DistributionClient - sendDownloadStatus 2023-02-22T12:16:07.260Z|6f0e4817-a1bf-45ef-a420-e600e7addba2|pool-2-thread-3|||||INFO|500||DistributionClient - sendStatus 2023-02-22T12:16:07.262Z|6f0e4817-a1bf-45ef-a420-e600e7addba2|pool-2-thread-3|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap] 2023-02-22T12:16:07.262Z|6f0e4817-a1bf-45ef-a420-e600e7addba2|pool-2-thread-3|||||DEBUG|500||try to send status { "distributionID": "6f0e4817-a1bf-45ef-a420-e600e7addba2", "consumerID": "SO-COpenSource-Env11", "timestamp": 1677068167259, "artifactURL": "/sdc/v1/catalog/services/BasicCnfMacro/1.0/resourceInstances/basic_cnf_macro0/artifacts/base_template_dummy_ignore.yaml", "status": "DOWNLOAD_OK" } 2023-02-22T12:16:07.362Z||pool-101-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms 2023-02-22T12:16:07.363Z||pool-101-thread-1|||||WARN|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO will send credentials over a clear channel. 2023-02-22T12:16:07.363Z||pool-101-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as sXwXLxdJNt84opGN) ... 2023-02-22T12:16:07.375Z||pool-101-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK 2023-02-22T12:16:07.376Z||pool-101-thread-1|||||INFO|500||cambria reply ok (13 ms):{"serverTimeMs":0,"count":1} 2023-02-22T12:16:08.263Z|6f0e4817-a1bf-45ef-a420-e600e7addba2|pool-2-thread-3|||||INFO|500||Trying to download the artifact UUID: d1ab518d-e440-40b3-bfe3-d1f7e95cc3c9 from URL: /sdc/v1/catalog/services/BasicCnfMacro/1.0/resourceInstances/basic_cnf_macro0/artifacts/helm_apache.env 2023-02-22T12:16:08.263Z|6f0e4817-a1bf-45ef-a420-e600e7addba2|pool-2-thread-3|||||INFO|500||DistributionClient - download 2023-02-22T12:16:08.263Z|6f0e4817-a1bf-45ef-a420-e600e7addba2|pool-2-thread-3|||||DEBUG|500||url to send https://sdc-be.onap:8443/sdc/v1/catalog/services/BasicCnfMacro/1.0/resourceInstances/basic_cnf_macro0/artifacts/helm_apache.env 2023-02-22T12:16:08.338Z|6f0e4817-a1bf-45ef-a420-e600e7addba2|pool-2-thread-3|||||DEBUG|500||GET Response Status 200 2023-02-22T12:16:08.338Z|6f0e4817-a1bf-45ef-a420-e600e7addba2|pool-2-thread-3|||||INFO|500||ASDC_ARTIFACT_DOWNLOAD_SUC /sdc/v1/catalog/services/BasicCnfMacro/1.0/resourceInstances/basic_cnf_macro0/artifacts/helm_apache.env d1ab518d-e440-40b3-bfe3-d1f7e95cc3c9 12 2023-02-22T12:16:08.338Z|6f0e4817-a1bf-45ef-a420-e600e7addba2|pool-2-thread-3|||||INFO|500||ASDC_SEND_NOTIF_ASDC DOWNLOAD DOWNLOAD_OK /sdc/v1/catalog/services/BasicCnfMacro/1.0/resourceInstances/basic_cnf_macro0/artifacts/helm_apache.env ASDC sendASDCNotification 2023-02-22T12:16:08.339Z|6f0e4817-a1bf-45ef-a420-e600e7addba2|pool-2-thread-3|||||DEBUG|500||Sending DOWNLOAD(DOWNLOAD_OK) notification to ASDC for artifact:/sdc/v1/catalog/services/BasicCnfMacro/1.0/resourceInstances/basic_cnf_macro0/artifacts/helm_apache.env 2023-02-22T12:16:08.339Z|6f0e4817-a1bf-45ef-a420-e600e7addba2|pool-2-thread-3|||||INFO|500||DistributionClient - sendDownloadStatus 2023-02-22T12:16:08.339Z|6f0e4817-a1bf-45ef-a420-e600e7addba2|pool-2-thread-3|||||INFO|500||DistributionClient - sendStatus 2023-02-22T12:16:08.341Z|6f0e4817-a1bf-45ef-a420-e600e7addba2|pool-2-thread-3|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap] 2023-02-22T12:16:08.341Z|6f0e4817-a1bf-45ef-a420-e600e7addba2|pool-2-thread-3|||||DEBUG|500||try to send status { "distributionID": "6f0e4817-a1bf-45ef-a420-e600e7addba2", "consumerID": "SO-COpenSource-Env11", "timestamp": 1677068168338, "artifactURL": "/sdc/v1/catalog/services/BasicCnfMacro/1.0/resourceInstances/basic_cnf_macro0/artifacts/helm_apache.env", "status": "DOWNLOAD_OK" } 2023-02-22T12:16:08.441Z||pool-102-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms 2023-02-22T12:16:08.442Z||pool-102-thread-1|||||WARN|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO will send credentials over a clear channel. 2023-02-22T12:16:08.442Z||pool-102-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as sXwXLxdJNt84opGN) ... 2023-02-22T12:16:08.455Z||pool-102-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK 2023-02-22T12:16:08.456Z||pool-102-thread-1|||||INFO|500||cambria reply ok (14 ms):{"serverTimeMs":0,"count":1} 2023-02-22T12:16:09.342Z|6f0e4817-a1bf-45ef-a420-e600e7addba2|pool-2-thread-3|||||INFO|500||Trying to download the artifact UUID: a5a2c61f-fa4f-497a-bc70-14e233be631c from URL: /sdc/v1/catalog/services/BasicCnfMacro/1.0/resourceInstances/basic_cnf_macro0/artifacts/base_template_dummy_ignore.env 2023-02-22T12:16:09.342Z|6f0e4817-a1bf-45ef-a420-e600e7addba2|pool-2-thread-3|||||INFO|500||DistributionClient - download 2023-02-22T12:16:09.342Z|6f0e4817-a1bf-45ef-a420-e600e7addba2|pool-2-thread-3|||||DEBUG|500||url to send https://sdc-be.onap:8443/sdc/v1/catalog/services/BasicCnfMacro/1.0/resourceInstances/basic_cnf_macro0/artifacts/base_template_dummy_ignore.env 2023-02-22T12:16:09.420Z|6f0e4817-a1bf-45ef-a420-e600e7addba2|pool-2-thread-3|||||DEBUG|500||GET Response Status 200 2023-02-22T12:16:09.421Z|6f0e4817-a1bf-45ef-a420-e600e7addba2|pool-2-thread-3|||||INFO|500||ASDC_ARTIFACT_DOWNLOAD_SUC /sdc/v1/catalog/services/BasicCnfMacro/1.0/resourceInstances/basic_cnf_macro0/artifacts/base_template_dummy_ignore.env a5a2c61f-fa4f-497a-bc70-14e233be631c 96 2023-02-22T12:16:09.421Z|6f0e4817-a1bf-45ef-a420-e600e7addba2|pool-2-thread-3|||||INFO|500||ASDC_SEND_NOTIF_ASDC DOWNLOAD DOWNLOAD_OK /sdc/v1/catalog/services/BasicCnfMacro/1.0/resourceInstances/basic_cnf_macro0/artifacts/base_template_dummy_ignore.env ASDC sendASDCNotification 2023-02-22T12:16:09.421Z|6f0e4817-a1bf-45ef-a420-e600e7addba2|pool-2-thread-3|||||DEBUG|500||Sending DOWNLOAD(DOWNLOAD_OK) notification to ASDC for artifact:/sdc/v1/catalog/services/BasicCnfMacro/1.0/resourceInstances/basic_cnf_macro0/artifacts/base_template_dummy_ignore.env 2023-02-22T12:16:09.421Z|6f0e4817-a1bf-45ef-a420-e600e7addba2|pool-2-thread-3|||||INFO|500||DistributionClient - sendDownloadStatus 2023-02-22T12:16:09.421Z|6f0e4817-a1bf-45ef-a420-e600e7addba2|pool-2-thread-3|||||INFO|500||DistributionClient - sendStatus 2023-02-22T12:16:09.423Z|6f0e4817-a1bf-45ef-a420-e600e7addba2|pool-2-thread-3|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap] 2023-02-22T12:16:09.423Z|6f0e4817-a1bf-45ef-a420-e600e7addba2|pool-2-thread-3|||||DEBUG|500||try to send status { "distributionID": "6f0e4817-a1bf-45ef-a420-e600e7addba2", "consumerID": "SO-COpenSource-Env11", "timestamp": 1677068169421, "artifactURL": "/sdc/v1/catalog/services/BasicCnfMacro/1.0/resourceInstances/basic_cnf_macro0/artifacts/base_template_dummy_ignore.env", "status": "DOWNLOAD_OK" } 2023-02-22T12:16:09.523Z||pool-103-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms 2023-02-22T12:16:09.524Z||pool-103-thread-1|||||WARN|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO will send credentials over a clear channel. 2023-02-22T12:16:09.524Z||pool-103-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as sXwXLxdJNt84opGN) ... 2023-02-22T12:16:09.542Z||pool-103-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK 2023-02-22T12:16:09.542Z||pool-103-thread-1|||||INFO|500||cambria reply ok (18 ms):{"serverTimeMs":0,"count":1} 2023-02-22T12:16:10.424Z|6f0e4817-a1bf-45ef-a420-e600e7addba2|pool-2-thread-3|||||INFO|500||Trying to download the artifact UUID: 5bdd98c3-1683-4527-a8b5-1b52faaa9553 from URL: /sdc/v1/catalog/services/BasicCnfMacro/1.0/resourceInstances/basic_cnf_macro0/artifacts/helm_apache.tgz 2023-02-22T12:16:10.424Z|6f0e4817-a1bf-45ef-a420-e600e7addba2|pool-2-thread-3|||||INFO|500||DistributionClient - download 2023-02-22T12:16:10.424Z|6f0e4817-a1bf-45ef-a420-e600e7addba2|pool-2-thread-3|||||DEBUG|500||url to send https://sdc-be.onap:8443/sdc/v1/catalog/services/BasicCnfMacro/1.0/resourceInstances/basic_cnf_macro0/artifacts/helm_apache.tgz 2023-02-22T12:16:10.526Z|6f0e4817-a1bf-45ef-a420-e600e7addba2|pool-2-thread-3|||||DEBUG|500||GET Response Status 200 2023-02-22T12:16:10.526Z|6f0e4817-a1bf-45ef-a420-e600e7addba2|pool-2-thread-3|||||INFO|500||ASDC_ARTIFACT_DOWNLOAD_SUC /sdc/v1/catalog/services/BasicCnfMacro/1.0/resourceInstances/basic_cnf_macro0/artifacts/helm_apache.tgz 5bdd98c3-1683-4527-a8b5-1b52faaa9553 20206 2023-02-22T12:16:10.527Z|6f0e4817-a1bf-45ef-a420-e600e7addba2|pool-2-thread-3|||||INFO|500||ASDC_SEND_NOTIF_ASDC DOWNLOAD DOWNLOAD_OK /sdc/v1/catalog/services/BasicCnfMacro/1.0/resourceInstances/basic_cnf_macro0/artifacts/helm_apache.tgz ASDC sendASDCNotification 2023-02-22T12:16:10.527Z|6f0e4817-a1bf-45ef-a420-e600e7addba2|pool-2-thread-3|||||DEBUG|500||Sending DOWNLOAD(DOWNLOAD_OK) notification to ASDC for artifact:/sdc/v1/catalog/services/BasicCnfMacro/1.0/resourceInstances/basic_cnf_macro0/artifacts/helm_apache.tgz 2023-02-22T12:16:10.527Z|6f0e4817-a1bf-45ef-a420-e600e7addba2|pool-2-thread-3|||||INFO|500||DistributionClient - sendDownloadStatus 2023-02-22T12:16:10.527Z|6f0e4817-a1bf-45ef-a420-e600e7addba2|pool-2-thread-3|||||INFO|500||DistributionClient - sendStatus 2023-02-22T12:16:10.529Z|6f0e4817-a1bf-45ef-a420-e600e7addba2|pool-2-thread-3|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap] 2023-02-22T12:16:10.529Z|6f0e4817-a1bf-45ef-a420-e600e7addba2|pool-2-thread-3|||||DEBUG|500||try to send status { "distributionID": "6f0e4817-a1bf-45ef-a420-e600e7addba2", "consumerID": "SO-COpenSource-Env11", "timestamp": 1677068170527, "artifactURL": "/sdc/v1/catalog/services/BasicCnfMacro/1.0/resourceInstances/basic_cnf_macro0/artifacts/helm_apache.tgz", "status": "DOWNLOAD_OK" } 2023-02-22T12:16:10.629Z||pool-104-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms 2023-02-22T12:16:10.630Z||pool-104-thread-1|||||WARN|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO will send credentials over a clear channel. 2023-02-22T12:16:10.630Z||pool-104-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as sXwXLxdJNt84opGN) ... 2023-02-22T12:16:10.641Z||pool-104-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK 2023-02-22T12:16:10.641Z||pool-104-thread-1|||||INFO|500||cambria reply ok (12 ms):{"serverTimeMs":1,"count":1} 2023-02-22T12:16:11.533Z|6f0e4817-a1bf-45ef-a420-e600e7addba2|pool-2-thread-3|||||DEBUG|500||Preparing to deploy Service: 7d184938-fc36-4820-b58c-dfe02c161385 2023-02-22T12:16:11.533Z|6f0e4817-a1bf-45ef-a420-e600e7addba2|pool-2-thread-3|||||INFO|500||ASDC_START_DEPLOY_ARTIFACT basic_cnf_macro 0 14c32ad2-88d6-4b5d-bee4-6fcf4efc949c ASDC Hibernate: select heatenviro0_.ARTIFACT_UUID as artifact1_26_, heatenviro0_.ARTIFACT_CHECKSUM as artifact2_26_, heatenviro0_.CREATION_TIMESTAMP as creation3_26_, heatenviro0_.DESCRIPTION as descript4_26_, heatenviro0_.BODY as body5_26_, heatenviro0_.NAME as name6_26_, heatenviro0_.VERSION as version7_26_ from heat_environment heatenviro0_ where heatenviro0_.ARTIFACT_UUID=? Hibernate: select toscacsar0_.ARTIFACT_UUID as artifact1_57_0_, toscacsar0_.ARTIFACT_CHECKSUM as artifact2_57_0_, toscacsar0_.CREATION_TIMESTAMP as creation3_57_0_, toscacsar0_.DESCRIPTION as descript4_57_0_, toscacsar0_.NAME as name5_57_0_, toscacsar0_.URL as url6_57_0_, toscacsar0_.Version as version7_57_0_ from tosca_csar toscacsar0_ where toscacsar0_.ARTIFACT_UUID=? Hibernate: select service0_.MODEL_UUID as model_uu1_50_, service0_.CDS_BLUEPRINT_NAME as cds_blue2_50_, service0_.CDS_BLUEPRINT_VERSION as cds_blue3_50_, service0_.SERVICE_CATEGORY as service_4_50_, service0_.CONTROLLER_ACTOR as controll5_50_, service0_.CREATION_TIMESTAMP as creation6_50_, service0_.TOSCA_CSAR_ARTIFACT_UUID as tosca_c21_50_, service0_.DESCRIPTION as descript7_50_, service0_.OVERALL_DISTRIBUTION_STATUS as overall_8_50_, service0_.ENVIRONMENT_CONTEXT as environm9_50_, service0_.MODEL_INVARIANT_UUID as model_i10_50_, service0_.MODEL_NAME as model_n11_50_, service0_.MODEL_VERSION as model_v12_50_, service0_.NAMING_POLICY as naming_13_50_, service0_.ONAP_GENERATED_NAMING as onap_ge14_50_, service0_.RESOURCE_ORDER as resourc15_50_, service0_.SERVICE_FUNCTION as service16_50_, service0_.SERVICE_ROLE as service17_50_, service0_.SERVICE_TYPE as service18_50_, service0_.SKIP_POST_INSTANTIATION_CONFIGURATION as skip_po19_50_, service0_.WORKLOAD_CONTEXT as workloa20_50_ from service service0_ where service0_.MODEL_UUID=? 2023-02-22T12:16:11.541Z|6f0e4817-a1bf-45ef-a420-e600e7addba2|pool-2-thread-3|||||DEBUG|500||serviceInputs: {} [org.onap.sdc.toscaparser.api.parameters.Input@1d7693d6, org.onap.sdc.toscaparser.api.parameters.Input@192923a9, org.onap.sdc.toscaparser.api.parameters.Input@696e203, org.onap.sdc.toscaparser.api.parameters.Input@36fd5c93, org.onap.sdc.toscaparser.api.parameters.Input@1f3c81b9] 2023-02-22T12:16:11.543Z|6f0e4817-a1bf-45ef-a420-e600e7addba2|pool-2-thread-3|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive 2023-02-22T12:16:11.543Z|6f0e4817-a1bf-45ef-a420-e600e7addba2|pool-2-thread-3|||||DEBUG|500||Service basic_cnf_macro is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=VF, toscaType=null, uUID=null, customizationUUID=null 2023-02-22T12:16:11.544Z|6f0e4817-a1bf-45ef-a420-e600e7addba2|pool-2-thread-3|||||DEBUG|500||VF Category is: Generic 2023-02-22T12:16:11.544Z|6f0e4817-a1bf-45ef-a420-e600e7addba2|pool-2-thread-3|||||DEBUG|500||VFCustomizationUUID= d046a1f3-8ff9-4d42-b539-052bd989313d 2023-02-22T12:16:11.544Z|6f0e4817-a1bf-45ef-a420-e600e7addba2|pool-2-thread-3|||||DEBUG|500||Checking if Notification VF ResourceCustomizationUUID: d046a1f3-8ff9-4d42-b539-052bd989313d matches Tosca VF Customization UUID: d046a1f3-8ff9-4d42-b539-052bd989313d 2023-02-22T12:16:11.544Z|6f0e4817-a1bf-45ef-a420-e600e7addba2|pool-2-thread-3|||||DEBUG|500||vfCustomizationUUID: d046a1f3-8ff9-4d42-b539-052bd989313d matches vfNotificationResource CustomizationUUID Hibernate: select vnfresourc0_.MODEL_UUID as model_uu1_64_, vnfresourc0_.AIC_VERSION_MAX as aic_vers2_64_, vnfresourc0_.AIC_VERSION_MIN as aic_vers3_64_, vnfresourc0_.RESOURCE_CATEGORY as resource4_64_, vnfresourc0_.CREATION_TIMESTAMP as creation5_64_, vnfresourc0_.DESCRIPTION as descript6_64_, vnfresourc0_.HEAT_TEMPLATE_ARTIFACT_UUID as heat_te13_64_, vnfresourc0_.MODEL_INVARIANT_UUID as model_in7_64_, vnfresourc0_.MODEL_NAME as model_na8_64_, vnfresourc0_.MODEL_VERSION as model_ve9_64_, vnfresourc0_.ORCHESTRATION_MODE as orchest10_64_, vnfresourc0_.RESOURCE_SUB_CATEGORY as resourc11_64_, vnfresourc0_.TOSCA_NODE_TYPE as tosca_n12_64_ from vnf_resource vnfresourc0_ where vnfresourc0_.MODEL_UUID=? 2023-02-22T12:16:11.546Z|6f0e4817-a1bf-45ef-a420-e600e7addba2|pool-2-thread-3|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive 2023-02-22T12:16:11.547Z|6f0e4817-a1bf-45ef-a420-e600e7addba2|pool-2-thread-3|||||DEBUG|500||Service basic_cnf_macro is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=null, toscaType=null, uUID=null, customizationUUID=null 2023-02-22T12:16:11.547Z|6f0e4817-a1bf-45ef-a420-e600e7addba2|pool-2-thread-3|||||DEBUG|500||resource request for resource customization id d046a1f3-8ff9-4d42-b539-052bd989313d: {\"skip_post_instantiation_configuration\":\"false\",\"nf_naming\":\"true\",\"multi_stage_design\":\"false\",\"controller_actor\":\"CDS\",\"availability_zone_max_count\":\"1\",\"sdnc_model_version\":\"1.0.0\",\"sdnc_artifact_name\":\"vnf\",\"sdnc_model_name\":\"APACHE\"} 2023-02-22T12:16:11.547Z|6f0e4817-a1bf-45ef-a420-e600e7addba2|pool-2-thread-3|||||DEBUG|500||vfModuleStructure: org.onap.so.asdc.installer.VfModuleStructure@22aa7a14 2023-02-22T12:16:11.548Z|6f0e4817-a1bf-45ef-a420-e600e7addba2|pool-2-thread-3|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive 2023-02-22T12:16:11.548Z|6f0e4817-a1bf-45ef-a420-e600e7addba2|pool-2-thread-3|||||DEBUG|500||Service basic_cnf_macro is searched for EntityType=GROUP, nodeTemplateType=null, toscaType=org.openecomp.groups.VfModule, uUID=null, customizationUUID=null 2023-02-22T12:16:11.548Z|6f0e4817-a1bf-45ef-a420-e600e7addba2|pool-2-thread-3|||||DEBUG|500||Comparing Vf_Modules_Metadata CustomizationUUID : 6a2834a9-63cc-4591-8cc1-ce15fdd6b581 2023-02-22T12:16:11.548Z|6f0e4817-a1bf-45ef-a420-e600e7addba2|pool-2-thread-3|||||DEBUG|500||To Csar Group VFModuleModelCustomizationUUID 6a2834a9-63cc-4591-8cc1-ce15fdd6b581 Hibernate: select vfmodule0_.MODEL_UUID as model_uu1_59_, vfmodule0_.CREATION_TIMESTAMP as creation2_59_, vfmodule0_.DESCRIPTION as descript3_59_, vfmodule0_.IS_BASE as is_base4_59_, vfmodule0_.MODEL_INVARIANT_UUID as model_in5_59_, vfmodule0_.MODEL_NAME as model_na6_59_, vfmodule0_.MODEL_VERSION as model_ve7_59_, vfmodule0_.HEAT_TEMPLATE_ARTIFACT_UUID as heat_tem8_59_, vfmodule0_.VNF_RESOURCE_MODEL_UUID as vnf_reso9_59_, vfmodule0_.VOL_HEAT_TEMPLATE_ARTIFACT_UUID as vol_hea10_59_ from vf_module vfmodule0_ where vfmodule0_.MODEL_UUID=? 2023-02-22T12:16:11.551Z|6f0e4817-a1bf-45ef-a420-e600e7addba2|pool-2-thread-3|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive 2023-02-22T12:16:11.551Z|6f0e4817-a1bf-45ef-a420-e600e7addba2|pool-2-thread-3|||||DEBUG|500||Node template basic_cnf_macro 0 is matching search criteria 2023-02-22T12:16:11.551Z|6f0e4817-a1bf-45ef-a420-e600e7addba2|pool-2-thread-3|||||DEBUG|500||Found topology templates [basic_cnf_macro 0] matching following query criteria: sdcType=VF, customizationUUID=null 2023-02-22T12:16:11.552Z|6f0e4817-a1bf-45ef-a420-e600e7addba2|pool-2-thread-3|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive 2023-02-22T12:16:11.552Z|6f0e4817-a1bf-45ef-a420-e600e7addba2|pool-2-thread-3|||||DEBUG|500||Node template basic_cnf_macro 0 is matching search criteria 2023-02-22T12:16:11.552Z|6f0e4817-a1bf-45ef-a420-e600e7addba2|pool-2-thread-3|||||DEBUG|500||Found topology templates [basic_cnf_macro 0] matching following query criteria: sdcType=VF, customizationUUID=null 2023-02-22T12:16:11.553Z|6f0e4817-a1bf-45ef-a420-e600e7addba2|pool-2-thread-3|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive 2023-02-22T12:16:11.553Z|6f0e4817-a1bf-45ef-a420-e600e7addba2|pool-2-thread-3|||||DEBUG|500||Node template basic_cnf_macro 0 is matching search criteria 2023-02-22T12:16:11.553Z|6f0e4817-a1bf-45ef-a420-e600e7addba2|pool-2-thread-3|||||DEBUG|500||Found topology templates [basic_cnf_macro 0] matching following query criteria: sdcType=VF, customizationUUID=d046a1f3-8ff9-4d42-b539-052bd989313d Hibernate: select service0_.MODEL_UUID as model_uu1_50_, service0_.CDS_BLUEPRINT_NAME as cds_blue2_50_, service0_.CDS_BLUEPRINT_VERSION as cds_blue3_50_, service0_.SERVICE_CATEGORY as service_4_50_, service0_.CONTROLLER_ACTOR as controll5_50_, service0_.CREATION_TIMESTAMP as creation6_50_, service0_.TOSCA_CSAR_ARTIFACT_UUID as tosca_c21_50_, service0_.DESCRIPTION as descript7_50_, service0_.OVERALL_DISTRIBUTION_STATUS as overall_8_50_, service0_.ENVIRONMENT_CONTEXT as environm9_50_, service0_.MODEL_INVARIANT_UUID as model_i10_50_, service0_.MODEL_NAME as model_n11_50_, service0_.MODEL_VERSION as model_v12_50_, service0_.NAMING_POLICY as naming_13_50_, service0_.ONAP_GENERATED_NAMING as onap_ge14_50_, service0_.RESOURCE_ORDER as resourc15_50_, service0_.SERVICE_FUNCTION as service16_50_, service0_.SERVICE_ROLE as service17_50_, service0_.SERVICE_TYPE as service18_50_, service0_.SKIP_POST_INSTANTIATION_CONFIGURATION as skip_po19_50_, service0_.WORKLOAD_CONTEXT as workloa20_50_ from service service0_ where service0_.MODEL_UUID=? 2023-02-22T12:16:11.554Z|6f0e4817-a1bf-45ef-a420-e600e7addba2|pool-2-thread-3|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive 2023-02-22T12:16:11.555Z|6f0e4817-a1bf-45ef-a420-e600e7addba2|pool-2-thread-3|||||DEBUG|500||Service basic_cnf_macro is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=null, toscaType=null, uUID=null, customizationUUID=null 2023-02-22T12:16:11.555Z|6f0e4817-a1bf-45ef-a420-e600e7addba2|pool-2-thread-3|||||DEBUG|500|| resourceSeq for service uuid 7d184938-fc36-4820-b58c-dfe02c161385: basic_cnf_macro 2023-02-22T12:16:11.555Z|6f0e4817-a1bf-45ef-a420-e600e7addba2|pool-2-thread-3|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive 2023-02-22T12:16:11.555Z|6f0e4817-a1bf-45ef-a420-e600e7addba2|pool-2-thread-3|||||DEBUG|500||Service basic_cnf_macro is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=PNF, toscaType=null, uUID=null, customizationUUID=null 2023-02-22T12:16:11.556Z|6f0e4817-a1bf-45ef-a420-e600e7addba2|pool-2-thread-3|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive 2023-02-22T12:16:11.556Z|6f0e4817-a1bf-45ef-a420-e600e7addba2|pool-2-thread-3|||||DEBUG|500||Service basic_cnf_macro is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=VL, toscaType=null, uUID=null, customizationUUID=null 2023-02-22T12:16:11.556Z|6f0e4817-a1bf-45ef-a420-e600e7addba2|pool-2-thread-3|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive 2023-02-22T12:16:11.556Z|6f0e4817-a1bf-45ef-a420-e600e7addba2|pool-2-thread-3|||||DEBUG|500||Service basic_cnf_macro is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=CR, toscaType=null, uUID=null, customizationUUID=null 2023-02-22T12:16:11.557Z|6f0e4817-a1bf-45ef-a420-e600e7addba2|pool-2-thread-3|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive 2023-02-22T12:16:11.557Z|6f0e4817-a1bf-45ef-a420-e600e7addba2|pool-2-thread-3|||||DEBUG|500||Service basic_cnf_macro is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=SERVICE_PROXY, toscaType=null, uUID=null, customizationUUID=null 2023-02-22T12:16:11.557Z|6f0e4817-a1bf-45ef-a420-e600e7addba2|pool-2-thread-3|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive 2023-02-22T12:16:11.557Z|6f0e4817-a1bf-45ef-a420-e600e7addba2|pool-2-thread-3|||||DEBUG|500||Service basic_cnf_macro is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=CONFIGURATION, toscaType=null, uUID=null, customizationUUID=null 2023-02-22T12:16:11.558Z|6f0e4817-a1bf-45ef-a420-e600e7addba2|pool-2-thread-3|||||INFO|500||Saving Service: basic_cnf_macro Hibernate: select service0_.MODEL_UUID as model_uu1_50_3_, service0_.CDS_BLUEPRINT_NAME as cds_blue2_50_3_, service0_.CDS_BLUEPRINT_VERSION as cds_blue3_50_3_, service0_.SERVICE_CATEGORY as service_4_50_3_, service0_.CONTROLLER_ACTOR as controll5_50_3_, service0_.CREATION_TIMESTAMP as creation6_50_3_, service0_.TOSCA_CSAR_ARTIFACT_UUID as tosca_c21_50_3_, service0_.DESCRIPTION as descript7_50_3_, service0_.OVERALL_DISTRIBUTION_STATUS as overall_8_50_3_, service0_.ENVIRONMENT_CONTEXT as environm9_50_3_, service0_.MODEL_INVARIANT_UUID as model_i10_50_3_, service0_.MODEL_NAME as model_n11_50_3_, service0_.MODEL_VERSION as model_v12_50_3_, service0_.NAMING_POLICY as naming_13_50_3_, service0_.ONAP_GENERATED_NAMING as onap_ge14_50_3_, service0_.RESOURCE_ORDER as resourc15_50_3_, service0_.SERVICE_FUNCTION as service16_50_3_, service0_.SERVICE_ROLE as service17_50_3_, service0_.SERVICE_TYPE as service18_50_3_, service0_.SKIP_POST_INSTANTIATION_CONFIGURATION as skip_po19_50_3_, service0_.WORKLOAD_CONTEXT as workloa20_50_3_, allottedcu1_.SERVICE_MODEL_UUID as service_1_8_5_, allottedre2_.MODEL_CUSTOMIZATION_UUID as resource2_8_5_, allottedre2_.MODEL_CUSTOMIZATION_UUID as model_cu1_7_0_, allottedre2_.AR_MODEL_UUID as ar_mode15_7_0_, allottedre2_.CREATION_TIMESTAMP as creation2_7_0_, allottedre2_.MAX_INSTANCES as max_inst3_7_0_, allottedre2_.MIN_INSTANCES as min_inst4_7_0_, allottedre2_.MODEL_INSTANCE_NAME as model_in5_7_0_, allottedre2_.NF_FUNCTION as nf_funct6_7_0_, allottedre2_.NF_NAMING_CODE as nf_namin7_7_0_, allottedre2_.NF_ROLE as nf_role8_7_0_, allottedre2_.NF_TYPE as nf_type9_7_0_, allottedre2_.PROVIDING_SERVICE_MODEL_INVARIANT_UUID as providi10_7_0_, allottedre2_.PROVIDING_SERVICE_MODEL_NAME as providi11_7_0_, allottedre2_.PROVIDING_SERVICE_MODEL_UUID as providi12_7_0_, allottedre2_.RESOURCE_INPUT as resourc13_7_0_, allottedre2_.TARGET_NETWORK_ROLE as target_14_7_0_, allottedre3_.MODEL_UUID as model_uu1_6_1_, allottedre3_.CREATION_TIMESTAMP as creation2_6_1_, allottedre3_.DESCRIPTION as descript3_6_1_, allottedre3_.MODEL_INVARIANT_UUID as model_in4_6_1_, allottedre3_.MODEL_NAME as model_na5_6_1_, allottedre3_.MODEL_VERSION as model_ve6_6_1_, allottedre3_.SUBCATEGORY as subcateg7_6_1_, allottedre3_.TOSCA_NODE_TYPE as tosca_no8_6_1_, toscacsar4_.ARTIFACT_UUID as artifact1_57_2_, toscacsar4_.ARTIFACT_CHECKSUM as artifact2_57_2_, toscacsar4_.CREATION_TIMESTAMP as creation3_57_2_, toscacsar4_.DESCRIPTION as descript4_57_2_, toscacsar4_.NAME as name5_57_2_, toscacsar4_.URL as url6_57_2_, toscacsar4_.Version as version7_57_2_ from service service0_ left outer join allotted_resource_customization_to_service allottedcu1_ on service0_.MODEL_UUID=allottedcu1_.SERVICE_MODEL_UUID left outer join allotted_resource_customization allottedre2_ on allottedcu1_.RESOURCE_MODEL_CUSTOMIZATION_UUID=allottedre2_.MODEL_CUSTOMIZATION_UUID left outer join allotted_resource allottedre3_ on allottedre2_.AR_MODEL_UUID=allottedre3_.MODEL_UUID left outer join tosca_csar toscacsar4_ on service0_.TOSCA_CSAR_ARTIFACT_UUID=toscacsar4_.ARTIFACT_UUID where service0_.MODEL_UUID=? Hibernate: select toscacsar0_.ARTIFACT_UUID as artifact1_57_1_, toscacsar0_.ARTIFACT_CHECKSUM as artifact2_57_1_, toscacsar0_.CREATION_TIMESTAMP as creation3_57_1_, toscacsar0_.DESCRIPTION as descript4_57_1_, toscacsar0_.NAME as name5_57_1_, toscacsar0_.URL as url6_57_1_, toscacsar0_.Version as version7_57_1_, services1_.TOSCA_CSAR_ARTIFACT_UUID as tosca_c21_50_3_, services1_.MODEL_UUID as model_uu1_50_3_, services1_.MODEL_UUID as model_uu1_50_0_, services1_.CDS_BLUEPRINT_NAME as cds_blue2_50_0_, services1_.CDS_BLUEPRINT_VERSION as cds_blue3_50_0_, services1_.SERVICE_CATEGORY as service_4_50_0_, services1_.CONTROLLER_ACTOR as controll5_50_0_, services1_.CREATION_TIMESTAMP as creation6_50_0_, services1_.TOSCA_CSAR_ARTIFACT_UUID as tosca_c21_50_0_, services1_.DESCRIPTION as descript7_50_0_, services1_.OVERALL_DISTRIBUTION_STATUS as overall_8_50_0_, services1_.ENVIRONMENT_CONTEXT as environm9_50_0_, services1_.MODEL_INVARIANT_UUID as model_i10_50_0_, services1_.MODEL_NAME as model_n11_50_0_, services1_.MODEL_VERSION as model_v12_50_0_, services1_.NAMING_POLICY as naming_13_50_0_, services1_.ONAP_GENERATED_NAMING as onap_ge14_50_0_, services1_.RESOURCE_ORDER as resourc15_50_0_, services1_.SERVICE_FUNCTION as service16_50_0_, services1_.SERVICE_ROLE as service17_50_0_, services1_.SERVICE_TYPE as service18_50_0_, services1_.SKIP_POST_INSTANTIATION_CONFIGURATION as skip_po19_50_0_, services1_.WORKLOAD_CONTEXT as workloa20_50_0_ from tosca_csar toscacsar0_ left outer join service services1_ on toscacsar0_.ARTIFACT_UUID=services1_.TOSCA_CSAR_ARTIFACT_UUID where toscacsar0_.ARTIFACT_UUID=? Hibernate: insert into tosca_csar (ARTIFACT_CHECKSUM, CREATION_TIMESTAMP, DESCRIPTION, NAME, URL, Version, ARTIFACT_UUID) values (?, ?, ?, ?, ?, ?, ?) Hibernate: insert into service (CDS_BLUEPRINT_NAME, CDS_BLUEPRINT_VERSION, SERVICE_CATEGORY, CONTROLLER_ACTOR, CREATION_TIMESTAMP, TOSCA_CSAR_ARTIFACT_UUID, DESCRIPTION, OVERALL_DISTRIBUTION_STATUS, ENVIRONMENT_CONTEXT, MODEL_INVARIANT_UUID, MODEL_NAME, MODEL_VERSION, NAMING_POLICY, ONAP_GENERATED_NAMING, RESOURCE_ORDER, SERVICE_FUNCTION, SERVICE_ROLE, SERVICE_TYPE, SKIP_POST_INSTANTIATION_CONFIGURATION, WORKLOAD_CONTEXT, MODEL_UUID) values (?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?) Hibernate: insert into service_info (SERVICE_MODEL_UUID, SERVICE_INPUT, SERVICE_PROPERTIES) values (?, ?, ?) Hibernate: select vnfresourc0_.MODEL_UUID as model_uu1_64_0_, vnfresourc0_.AIC_VERSION_MAX as aic_vers2_64_0_, vnfresourc0_.AIC_VERSION_MIN as aic_vers3_64_0_, vnfresourc0_.RESOURCE_CATEGORY as resource4_64_0_, vnfresourc0_.CREATION_TIMESTAMP as creation5_64_0_, vnfresourc0_.DESCRIPTION as descript6_64_0_, vnfresourc0_.HEAT_TEMPLATE_ARTIFACT_UUID as heat_te13_64_0_, vnfresourc0_.MODEL_INVARIANT_UUID as model_in7_64_0_, vnfresourc0_.MODEL_NAME as model_na8_64_0_, vnfresourc0_.MODEL_VERSION as model_ve9_64_0_, vnfresourc0_.ORCHESTRATION_MODE as orchest10_64_0_, vnfresourc0_.RESOURCE_SUB_CATEGORY as resourc11_64_0_, vnfresourc0_.TOSCA_NODE_TYPE as tosca_n12_64_0_ from vnf_resource vnfresourc0_ where vnfresourc0_.MODEL_UUID=? Hibernate: insert into vnf_resource (AIC_VERSION_MAX, AIC_VERSION_MIN, RESOURCE_CATEGORY, CREATION_TIMESTAMP, DESCRIPTION, HEAT_TEMPLATE_ARTIFACT_UUID, MODEL_INVARIANT_UUID, MODEL_NAME, MODEL_VERSION, ORCHESTRATION_MODE, RESOURCE_SUB_CATEGORY, TOSCA_NODE_TYPE, MODEL_UUID) values (?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?) Hibernate: insert into vnf_resource_customization (AVAILABILITY_ZONE_MAX_COUNT, CDS_BLUEPRINT_NAME, CDS_BLUEPRINT_VERSION, CONTROLLER_ACTOR, CREATION_TIMESTAMP, MAX_INSTANCES, MIN_INSTANCES, MODEL_CUSTOMIZATION_UUID, MODEL_INSTANCE_NAME, MULTI_STAGE_DESIGN, NF_DATA_VALID, NF_FUNCTION, NF_NAMING_CODE, NF_ROLE, NF_TYPE, RESOURCE_INPUT, SERVICE_MODEL_UUID, SKIP_POST_INSTANTIATION_CONFIGURATION, VNF_RESOURCE_MODEL_UUID, VNFCINSTANCEGROUP_ORDER) values (?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?) Hibernate: select vfmodule0_.MODEL_UUID as model_uu1_59_4_, vfmodule0_.CREATION_TIMESTAMP as creation2_59_4_, vfmodule0_.DESCRIPTION as descript3_59_4_, vfmodule0_.IS_BASE as is_base4_59_4_, vfmodule0_.MODEL_INVARIANT_UUID as model_in5_59_4_, vfmodule0_.MODEL_NAME as model_na6_59_4_, vfmodule0_.MODEL_VERSION as model_ve7_59_4_, vfmodule0_.HEAT_TEMPLATE_ARTIFACT_UUID as heat_tem8_59_4_, vfmodule0_.VNF_RESOURCE_MODEL_UUID as vnf_reso9_59_4_, vfmodule0_.VOL_HEAT_TEMPLATE_ARTIFACT_UUID as vol_hea10_59_4_, heatfiles1_.VF_MODULE_MODEL_UUID as vf_modul1_61_6_, heatfiles2_.ARTIFACT_UUID as heat_fil2_61_6_, heatfiles2_.ARTIFACT_UUID as artifact1_27_0_, heatfiles2_.ARTIFACT_CHECKSUM as artifact2_27_0_, heatfiles2_.CREATION_TIMESTAMP as creation3_27_0_, heatfiles2_.DESCRIPTION as descript4_27_0_, heatfiles2_.BODY as body5_27_0_, heatfiles2_.NAME as name6_27_0_, heatfiles2_.VERSION as version7_27_0_, heattempla3_.ARTIFACT_UUID as artifact1_29_1_, heattempla3_.ARTIFACT_CHECKSUM as artifact2_29_1_, heattempla3_.CREATION_TIMESTAMP as creation3_29_1_, heattempla3_.DESCRIPTION as descript4_29_1_, heattempla3_.BODY as body5_29_1_, heattempla3_.NAME as name6_29_1_, heattempla3_.TIMEOUT_MINUTES as timeout_7_29_1_, heattempla3_.VERSION as version8_29_1_, vnfresourc4_.MODEL_UUID as model_uu1_64_2_, vnfresourc4_.AIC_VERSION_MAX as aic_vers2_64_2_, vnfresourc4_.AIC_VERSION_MIN as aic_vers3_64_2_, vnfresourc4_.RESOURCE_CATEGORY as resource4_64_2_, vnfresourc4_.CREATION_TIMESTAMP as creation5_64_2_, vnfresourc4_.DESCRIPTION as descript6_64_2_, vnfresourc4_.HEAT_TEMPLATE_ARTIFACT_UUID as heat_te13_64_2_, vnfresourc4_.MODEL_INVARIANT_UUID as model_in7_64_2_, vnfresourc4_.MODEL_NAME as model_na8_64_2_, vnfresourc4_.MODEL_VERSION as model_ve9_64_2_, vnfresourc4_.ORCHESTRATION_MODE as orchest10_64_2_, vnfresourc4_.RESOURCE_SUB_CATEGORY as resourc11_64_2_, vnfresourc4_.TOSCA_NODE_TYPE as tosca_n12_64_2_, heattempla5_.ARTIFACT_UUID as artifact1_29_3_, heattempla5_.ARTIFACT_CHECKSUM as artifact2_29_3_, heattempla5_.CREATION_TIMESTAMP as creation3_29_3_, heattempla5_.DESCRIPTION as descript4_29_3_, heattempla5_.BODY as body5_29_3_, heattempla5_.NAME as name6_29_3_, heattempla5_.TIMEOUT_MINUTES as timeout_7_29_3_, heattempla5_.VERSION as version8_29_3_ from vf_module vfmodule0_ left outer join vf_module_to_heat_files heatfiles1_ on vfmodule0_.MODEL_UUID=heatfiles1_.VF_MODULE_MODEL_UUID left outer join heat_files heatfiles2_ on heatfiles1_.HEAT_FILES_ARTIFACT_UUID=heatfiles2_.ARTIFACT_UUID left outer join heat_template heattempla3_ on vfmodule0_.HEAT_TEMPLATE_ARTIFACT_UUID=heattempla3_.ARTIFACT_UUID left outer join vnf_resource vnfresourc4_ on vfmodule0_.VNF_RESOURCE_MODEL_UUID=vnfresourc4_.MODEL_UUID left outer join heat_template heattempla5_ on vfmodule0_.VOL_HEAT_TEMPLATE_ARTIFACT_UUID=heattempla5_.ARTIFACT_UUID where vfmodule0_.MODEL_UUID=? Hibernate: insert into vf_module (CREATION_TIMESTAMP, DESCRIPTION, IS_BASE, MODEL_INVARIANT_UUID, MODEL_NAME, MODEL_VERSION, HEAT_TEMPLATE_ARTIFACT_UUID, VNF_RESOURCE_MODEL_UUID, VOL_HEAT_TEMPLATE_ARTIFACT_UUID, MODEL_UUID) values (?, ?, ?, ?, ?, ?, ?, ?, ?, ?) Hibernate: insert into vf_module_customization (AVAILABILITY_ZONE_COUNT, CREATION_TIMESTAMP, HEAT_ENVIRONMENT_ARTIFACT_UUID, INITIAL_COUNT, LABEL, MAX_INSTANCES, MIN_INSTANCES, MODEL_CUSTOMIZATION_UUID, SKIP_POST_INSTANTIATION_CONFIGURATION, VF_MODULE_MODEL_UUID, VNF_RESOURCE_CUSTOMIZATION_ID, VOL_ENVIRONMENT_ARTIFACT_UUID) values (?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?) Hibernate: select watchdogco0_.COMPONENT_NAME as componen1_12_0_, watchdogco0_.DISTRIBUTION_ID as distribu2_12_0_, watchdogco0_.COMPONENT_DISTRIBUTION_STATUS as componen3_12_0_, watchdogco0_.CREATE_TIME as create_t4_12_0_, watchdogco0_.MODIFY_TIME as modify_t5_12_0_ from watchdog_per_component_distribution_status watchdogco0_ where watchdogco0_.COMPONENT_NAME=? and watchdogco0_.DISTRIBUTION_ID=? Hibernate: insert into watchdog_per_component_distribution_status (COMPONENT_DISTRIBUTION_STATUS, CREATE_TIME, MODIFY_TIME, COMPONENT_NAME, DISTRIBUTION_ID) values (?, ?, ?, ?, ?) 2023-02-22T12:16:11.590Z|6f0e4817-a1bf-45ef-a420-e600e7addba2|pool-2-thread-3|||||INFO|500||ASDC_ARTIFACT_DEPLOY_SUC basic_cnf_macro 14c32ad2-88d6-4b5d-bee4-6fcf4efc949c 2 ASDC deployResourceStructure 2023-02-22T12:16:11.591Z|6f0e4817-a1bf-45ef-a420-e600e7addba2|pool-2-thread-3|||||INFO|500||ASDC_SEND_NOTIF_ASDC DEPLOY DEPLOY_OK /sdc/v1/catalog/services/BasicCnfMacro/1.0/resourceInstances/basic_cnf_macro0/artifacts/basic_cnf_macro0_modules.json ASDC sendASDCNotification 2023-02-22T12:16:11.591Z|6f0e4817-a1bf-45ef-a420-e600e7addba2|pool-2-thread-3|||||DEBUG|500||Sending DEPLOY(DEPLOY_OK) notification to ASDC for artifact:/sdc/v1/catalog/services/BasicCnfMacro/1.0/resourceInstances/basic_cnf_macro0/artifacts/basic_cnf_macro0_modules.json 2023-02-22T12:16:11.591Z|6f0e4817-a1bf-45ef-a420-e600e7addba2|pool-2-thread-3|||||INFO|500||DistributionClient - sendDeploymentStatus 2023-02-22T12:16:11.592Z|6f0e4817-a1bf-45ef-a420-e600e7addba2|pool-2-thread-3|||||INFO|500||DistributionClient - sendStatus 2023-02-22T12:16:11.593Z|6f0e4817-a1bf-45ef-a420-e600e7addba2|pool-2-thread-3|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap] 2023-02-22T12:16:11.593Z|6f0e4817-a1bf-45ef-a420-e600e7addba2|pool-2-thread-3|||||DEBUG|500||try to send status { "distributionID": "6f0e4817-a1bf-45ef-a420-e600e7addba2", "consumerID": "SO-COpenSource-Env11", "timestamp": 1677068171591, "artifactURL": "/sdc/v1/catalog/services/BasicCnfMacro/1.0/resourceInstances/basic_cnf_macro0/artifacts/basic_cnf_macro0_modules.json", "status": "DEPLOY_OK" } 2023-02-22T12:16:11.698Z||pool-105-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 103 ms 2023-02-22T12:16:11.698Z||pool-105-thread-1|||||WARN|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO will send credentials over a clear channel. 2023-02-22T12:16:11.698Z||pool-105-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as sXwXLxdJNt84opGN) ... 2023-02-22T12:16:11.714Z||pool-105-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK 2023-02-22T12:16:11.714Z||pool-105-thread-1|||||INFO|500||cambria reply ok (16 ms):{"serverTimeMs":0,"count":1} 2023-02-22T12:16:12.594Z|6f0e4817-a1bf-45ef-a420-e600e7addba2|pool-2-thread-3|||||INFO|500||ASDC_SEND_NOTIF_ASDC DEPLOY DEPLOY_OK /sdc/v1/catalog/services/BasicCnfMacro/1.0/resourceInstances/basic_cnf_macro0/artifacts/base_template_dummy_ignore.yaml ASDC sendASDCNotification 2023-02-22T12:16:12.595Z|6f0e4817-a1bf-45ef-a420-e600e7addba2|pool-2-thread-3|||||DEBUG|500||Sending DEPLOY(DEPLOY_OK) notification to ASDC for artifact:/sdc/v1/catalog/services/BasicCnfMacro/1.0/resourceInstances/basic_cnf_macro0/artifacts/base_template_dummy_ignore.yaml 2023-02-22T12:16:12.595Z|6f0e4817-a1bf-45ef-a420-e600e7addba2|pool-2-thread-3|||||INFO|500||DistributionClient - sendDeploymentStatus 2023-02-22T12:16:12.595Z|6f0e4817-a1bf-45ef-a420-e600e7addba2|pool-2-thread-3|||||INFO|500||DistributionClient - sendStatus 2023-02-22T12:16:12.597Z|6f0e4817-a1bf-45ef-a420-e600e7addba2|pool-2-thread-3|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap] 2023-02-22T12:16:12.597Z|6f0e4817-a1bf-45ef-a420-e600e7addba2|pool-2-thread-3|||||DEBUG|500||try to send status { "distributionID": "6f0e4817-a1bf-45ef-a420-e600e7addba2", "consumerID": "SO-COpenSource-Env11", "timestamp": 1677068172594, "artifactURL": "/sdc/v1/catalog/services/BasicCnfMacro/1.0/resourceInstances/basic_cnf_macro0/artifacts/base_template_dummy_ignore.yaml", "status": "DEPLOY_OK" } 2023-02-22T12:16:12.698Z||pool-106-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms 2023-02-22T12:16:12.699Z||pool-106-thread-1|||||WARN|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO will send credentials over a clear channel. 2023-02-22T12:16:12.699Z||pool-106-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as sXwXLxdJNt84opGN) ... 2023-02-22T12:16:12.710Z||pool-106-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK 2023-02-22T12:16:12.710Z||pool-106-thread-1|||||INFO|500||cambria reply ok (12 ms):{"serverTimeMs":0,"count":1} 2023-02-22T12:16:13.598Z|6f0e4817-a1bf-45ef-a420-e600e7addba2|pool-2-thread-3|||||INFO|500||ASDC_SEND_NOTIF_ASDC DEPLOY DEPLOY_ERROR /sdc/v1/catalog/services/BasicCnfMacro/1.0/resourceInstances/basic_cnf_macro0/artifacts/helm_apache.env ASDC sendASDCNotification 2023-02-22T12:16:13.599Z|6f0e4817-a1bf-45ef-a420-e600e7addba2|pool-2-thread-3|||||DEBUG|500||Sending DEPLOY(DEPLOY_ERROR) notification to ASDC for artifact:/sdc/v1/catalog/services/BasicCnfMacro/1.0/resourceInstances/basic_cnf_macro0/artifacts/helm_apache.env(The artifact has not been used by the modules defined in the resource) 2023-02-22T12:16:13.599Z|6f0e4817-a1bf-45ef-a420-e600e7addba2|pool-2-thread-3|||||INFO|500||DistributionClient - sendDeploymentStatus with errorReason 2023-02-22T12:16:13.600Z|6f0e4817-a1bf-45ef-a420-e600e7addba2|pool-2-thread-3|||||INFO|500||DistributionClient - sendStatus 2023-02-22T12:16:13.602Z|6f0e4817-a1bf-45ef-a420-e600e7addba2|pool-2-thread-3|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap] 2023-02-22T12:16:13.602Z|6f0e4817-a1bf-45ef-a420-e600e7addba2|pool-2-thread-3|||||DEBUG|500||try to send status { "distributionID": "6f0e4817-a1bf-45ef-a420-e600e7addba2", "consumerID": "SO-COpenSource-Env11", "timestamp": 1677068173598, "artifactURL": "/sdc/v1/catalog/services/BasicCnfMacro/1.0/resourceInstances/basic_cnf_macro0/artifacts/helm_apache.env", "status": "DEPLOY_ERROR", "errorReason": "The artifact has not been used by the modules defined in the resource" } 2023-02-22T12:16:13.702Z||pool-107-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms 2023-02-22T12:16:13.703Z||pool-107-thread-1|||||WARN|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO will send credentials over a clear channel. 2023-02-22T12:16:13.703Z||pool-107-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as sXwXLxdJNt84opGN) ... 2023-02-22T12:16:13.718Z||pool-107-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK 2023-02-22T12:16:13.718Z||pool-107-thread-1|||||INFO|500||cambria reply ok (16 ms):{"serverTimeMs":0,"count":1} 2023-02-22T12:16:14.603Z|6f0e4817-a1bf-45ef-a420-e600e7addba2|pool-2-thread-3|||||INFO|500||ASDC_SEND_NOTIF_ASDC DEPLOY DEPLOY_OK /sdc/v1/catalog/services/BasicCnfMacro/1.0/resourceInstances/basic_cnf_macro0/artifacts/base_template_dummy_ignore.env ASDC sendASDCNotification 2023-02-22T12:16:14.603Z|6f0e4817-a1bf-45ef-a420-e600e7addba2|pool-2-thread-3|||||DEBUG|500||Sending DEPLOY(DEPLOY_OK) notification to ASDC for artifact:/sdc/v1/catalog/services/BasicCnfMacro/1.0/resourceInstances/basic_cnf_macro0/artifacts/base_template_dummy_ignore.env 2023-02-22T12:16:14.604Z|6f0e4817-a1bf-45ef-a420-e600e7addba2|pool-2-thread-3|||||INFO|500||DistributionClient - sendDeploymentStatus 2023-02-22T12:16:14.604Z|6f0e4817-a1bf-45ef-a420-e600e7addba2|pool-2-thread-3|||||INFO|500||DistributionClient - sendStatus 2023-02-22T12:16:14.606Z|6f0e4817-a1bf-45ef-a420-e600e7addba2|pool-2-thread-3|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap] 2023-02-22T12:16:14.606Z|6f0e4817-a1bf-45ef-a420-e600e7addba2|pool-2-thread-3|||||DEBUG|500||try to send status { "distributionID": "6f0e4817-a1bf-45ef-a420-e600e7addba2", "consumerID": "SO-COpenSource-Env11", "timestamp": 1677068174603, "artifactURL": "/sdc/v1/catalog/services/BasicCnfMacro/1.0/resourceInstances/basic_cnf_macro0/artifacts/base_template_dummy_ignore.env", "status": "DEPLOY_OK" } 2023-02-22T12:16:14.706Z||pool-108-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms 2023-02-22T12:16:14.707Z||pool-108-thread-1|||||WARN|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO will send credentials over a clear channel. 2023-02-22T12:16:14.707Z||pool-108-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as sXwXLxdJNt84opGN) ... 2023-02-22T12:16:14.718Z||pool-108-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK 2023-02-22T12:16:14.718Z||pool-108-thread-1|||||INFO|500||cambria reply ok (11 ms):{"serverTimeMs":0,"count":1} 2023-02-22T12:16:15.607Z|6f0e4817-a1bf-45ef-a420-e600e7addba2|pool-2-thread-3|||||INFO|500||ASDC_SEND_NOTIF_ASDC DEPLOY DEPLOY_ERROR /sdc/v1/catalog/services/BasicCnfMacro/1.0/resourceInstances/basic_cnf_macro0/artifacts/helm_apache.tgz ASDC sendASDCNotification 2023-02-22T12:16:15.608Z|6f0e4817-a1bf-45ef-a420-e600e7addba2|pool-2-thread-3|||||DEBUG|500||Sending DEPLOY(DEPLOY_ERROR) notification to ASDC for artifact:/sdc/v1/catalog/services/BasicCnfMacro/1.0/resourceInstances/basic_cnf_macro0/artifacts/helm_apache.tgz(The artifact has not been used by the modules defined in the resource) 2023-02-22T12:16:15.608Z|6f0e4817-a1bf-45ef-a420-e600e7addba2|pool-2-thread-3|||||INFO|500||DistributionClient - sendDeploymentStatus with errorReason 2023-02-22T12:16:15.608Z|6f0e4817-a1bf-45ef-a420-e600e7addba2|pool-2-thread-3|||||INFO|500||DistributionClient - sendStatus 2023-02-22T12:16:15.610Z|6f0e4817-a1bf-45ef-a420-e600e7addba2|pool-2-thread-3|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap] 2023-02-22T12:16:15.610Z|6f0e4817-a1bf-45ef-a420-e600e7addba2|pool-2-thread-3|||||DEBUG|500||try to send status { "distributionID": "6f0e4817-a1bf-45ef-a420-e600e7addba2", "consumerID": "SO-COpenSource-Env11", "timestamp": 1677068175607, "artifactURL": "/sdc/v1/catalog/services/BasicCnfMacro/1.0/resourceInstances/basic_cnf_macro0/artifacts/helm_apache.tgz", "status": "DEPLOY_ERROR", "errorReason": "The artifact has not been used by the modules defined in the resource" } 2023-02-22T12:16:15.710Z||pool-109-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms 2023-02-22T12:16:15.711Z||pool-109-thread-1|||||WARN|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO will send credentials over a clear channel. 2023-02-22T12:16:15.711Z||pool-109-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as sXwXLxdJNt84opGN) ... 2023-02-22T12:16:15.727Z||pool-109-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK 2023-02-22T12:16:15.728Z||pool-109-thread-1|||||INFO|500||cambria reply ok (17 ms):{"serverTimeMs":0,"count":1} 2023-02-22T12:16:16.612Z|6f0e4817-a1bf-45ef-a420-e600e7addba2|pool-2-thread-3|||||INFO|500||ASDC_SEND_NOTIF_ASDC DEPLOY DEPLOY_OK /sdc/v1/catalog/services/BasicCnfMacro/1.0/artifacts/service-BasicCnfMacro-csar.csar ASDC sendASDCNotification 2023-02-22T12:16:16.612Z|6f0e4817-a1bf-45ef-a420-e600e7addba2|pool-2-thread-3|||||DEBUG|500||Sending DEPLOY(DEPLOY_OK) notification to ASDC for artifact:/sdc/v1/catalog/services/BasicCnfMacro/1.0/artifacts/service-BasicCnfMacro-csar.csar 2023-02-22T12:16:16.613Z|6f0e4817-a1bf-45ef-a420-e600e7addba2|pool-2-thread-3|||||INFO|500||DistributionClient - sendDeploymentStatus 2023-02-22T12:16:16.614Z|6f0e4817-a1bf-45ef-a420-e600e7addba2|pool-2-thread-3|||||INFO|500||DistributionClient - sendStatus 2023-02-22T12:16:16.617Z|6f0e4817-a1bf-45ef-a420-e600e7addba2|pool-2-thread-3|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap] 2023-02-22T12:16:16.617Z|6f0e4817-a1bf-45ef-a420-e600e7addba2|pool-2-thread-3|||||DEBUG|500||try to send status { "distributionID": "6f0e4817-a1bf-45ef-a420-e600e7addba2", "consumerID": "SO-COpenSource-Env11", "timestamp": 1677068176612, "artifactURL": "/sdc/v1/catalog/services/BasicCnfMacro/1.0/artifacts/service-BasicCnfMacro-csar.csar", "status": "DEPLOY_OK" } 2023-02-22T12:16:16.717Z||pool-110-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms 2023-02-22T12:16:16.718Z||pool-110-thread-1|||||WARN|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO will send credentials over a clear channel. 2023-02-22T12:16:16.718Z||pool-110-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as sXwXLxdJNt84opGN) ... 2023-02-22T12:16:16.760Z||pool-110-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK 2023-02-22T12:16:16.760Z||pool-110-thread-1|||||INFO|500||cambria reply ok (43 ms):{"serverTimeMs":0,"count":1} 2023-02-22T12:16:17.618Z|6f0e4817-a1bf-45ef-a420-e600e7addba2|pool-2-thread-3|||||DEBUG|500||Entered getOverallDistributionStatus method for distrubutionId: 6f0e4817-a1bf-45ef-a420-e600e7addba2 Hibernate: select watchdogdi0_.DISTRIBUTION_ID as distribu1_11_0_, watchdogdi0_.CREATE_TIME as create_t2_11_0_, watchdogdi0_.DISTRIBUTION_ID_STATUS as distribu3_11_0_, watchdogdi0_.MODIFY_TIME as modify_t4_11_0_, watchdogdi0_.LOCK_VERSION as lock_ver5_11_0_ from watchdog_distributionid_status watchdogdi0_ where watchdogdi0_.DISTRIBUTION_ID=? Hibernate: select watchdogco0_.COMPONENT_NAME as componen1_12_, watchdogco0_.DISTRIBUTION_ID as distribu2_12_, watchdogco0_.COMPONENT_DISTRIBUTION_STATUS as componen3_12_, watchdogco0_.CREATE_TIME as create_t4_12_, watchdogco0_.MODIFY_TIME as modify_t5_12_ from watchdog_per_component_distribution_status watchdogco0_ where watchdogco0_.DISTRIBUTION_ID=? 2023-02-22T12:16:17.631Z|6f0e4817-a1bf-45ef-a420-e600e7addba2|pool-2-thread-3|||||DEBUG|500||Executed RequestDB getWatchdogComponentDistributionStatus for distrubutionId: 6f0e4817-a1bf-45ef-a420-e600e7addba2 Hibernate: select watchdogco0_.COMPONENT_NAME as componen1_12_, watchdogco0_.DISTRIBUTION_ID as distribu2_12_, watchdogco0_.COMPONENT_DISTRIBUTION_STATUS as componen3_12_, watchdogco0_.CREATE_TIME as create_t4_12_, watchdogco0_.MODIFY_TIME as modify_t5_12_ from watchdog_per_component_distribution_status watchdogco0_ where watchdogco0_.DISTRIBUTION_ID=? 2023-02-22T12:16:17.633Z|6f0e4817-a1bf-45ef-a420-e600e7addba2|pool-2-thread-3|||||DEBUG|500||Found componentName SO in the WatchDog Component DB 2023-02-22T12:16:17.633Z|6f0e4817-a1bf-45ef-a420-e600e7addba2|pool-2-thread-3|||||DEBUG|500||Found componentName AAI in the WatchDog Component DB 2023-02-22T12:16:17.633Z|6f0e4817-a1bf-45ef-a420-e600e7addba2|pool-2-thread-3|||||DEBUG|500||Found componentName SDNC in the WatchDog Component DB 2023-02-22T12:16:17.633Z|6f0e4817-a1bf-45ef-a420-e600e7addba2|pool-2-thread-3|||||DEBUG|500||Components Size matched with the WatchdogComponentDistributionStatus results. 2023-02-22T12:16:17.633Z|6f0e4817-a1bf-45ef-a420-e600e7addba2|pool-2-thread-3|||||DEBUG|500||Component status: COMPONENT_DONE_OK on componentName: 2023-02-22T12:16:17.633Z|6f0e4817-a1bf-45ef-a420-e600e7addba2|pool-2-thread-3|||||DEBUG|500||Component status: COMPONENT_DONE_OK on componentName: 2023-02-22T12:16:17.634Z|6f0e4817-a1bf-45ef-a420-e600e7addba2|pool-2-thread-3|||||DEBUG|500||Component status: COMPONENT_DONE_OK on componentName: 2023-02-22T12:16:17.634Z|6f0e4817-a1bf-45ef-a420-e600e7addba2|pool-2-thread-3|||||DEBUG|500||Component status: COMPONENT_DONE_OK on componentName: 2023-02-22T12:16:17.634Z|6f0e4817-a1bf-45ef-a420-e600e7addba2|pool-2-thread-3|||||DEBUG|500||Component status: COMPONENT_DONE_OK on componentName: 2023-02-22T12:16:17.634Z|6f0e4817-a1bf-45ef-a420-e600e7addba2|pool-2-thread-3|||||DEBUG|500||Updating overall DistributionStatus to: SUCCESS for distributionId: Hibernate: select watchdogdi0_.DISTRIBUTION_ID as distribu1_11_0_, watchdogdi0_.CREATE_TIME as create_t2_11_0_, watchdogdi0_.DISTRIBUTION_ID_STATUS as distribu3_11_0_, watchdogdi0_.MODIFY_TIME as modify_t4_11_0_, watchdogdi0_.LOCK_VERSION as lock_ver5_11_0_ from watchdog_distributionid_status watchdogdi0_ where watchdogdi0_.DISTRIBUTION_ID=? 2023-02-22T12:16:17.638Z|6f0e4817-a1bf-45ef-a420-e600e7addba2|pool-2-thread-3|||||DEBUG|500||Exiting getOverallDistributionStatus method in WatchdogDistribution 2023-02-22T12:16:47.639Z|6f0e4817-a1bf-45ef-a420-e600e7addba2|pool-2-thread-3|||||DEBUG|500||Entered executePatchAAI method with distrubutionId: 6f0e4817-a1bf-45ef-a420-e600e7addba2 and distributionStatus: Hibernate: select watchdogse0_.DISTRIBUTION_ID as distribu1_13_, watchdogse0_.SERVICE_MODEL_VERSION_ID as service_2_13_, watchdogse0_.CONSUMER_ID as consumer3_13_, watchdogse0_.CREATE_TIME as create_t4_13_, watchdogse0_.DISTRIBUTION_NOTIFICATION as distribu5_13_ from watchdog_service_mod_ver_id_lookup watchdogse0_ where watchdogse0_.DISTRIBUTION_ID=? 2023-02-22T12:16:47.645Z|6f0e4817-a1bf-45ef-a420-e600e7addba2|pool-2-thread-3|||||DEBUG|500||Executed RequestDB getWatchdogServiceModVerIdLookup with distributionId: 6f0e4817-a1bf-45ef-a420-e600e7addba2 and serviceModelVersionId: 7d184938-fc36-4820-b58c-dfe02c161385 2023-02-22T12:16:47.645Z|6f0e4817-a1bf-45ef-a420-e600e7addba2|pool-2-thread-3|||||DEBUG|500||ASDC Notification ServiceModelInvariantUUID : be0c5ffd-e34a-4f3b-af5f-ac3901b03a5e 2023-02-22T12:16:47.647Z|6f0e4817-a1bf-45ef-a420-e600e7addba2|pool-2-thread-3|||||DEBUG|500||Target A&AI Resource URI: /service-design-and-creation/models/model/be0c5ffd-e34a-4f3b-af5f-ac3901b03a5e/model-vers/model-ver/7d184938-fc36-4820-b58c-dfe02c161385?depth=0 2023-02-22T12:16:47.652Z|6f0e4817-a1bf-45ef-a420-e600e7addba2|pool-2-thread-3|||||INFO|500||RestClientSSL using default SSL context! 2023-02-22T12:16:47.709Z|6f0e4817-a1bf-45ef-a420-e600e7addba2|pool-2-thread-3|||AAI||DEBUG|500||Sending HTTP POST (overridden to PATCH) to:https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/be0c5ffd-e34a-4f3b-af5f-ac3901b03a5e/model-vers/model-ver/7d184938-fc36-4820-b58c-dfe02c161385?depth=0 with request headers:{Authorization=[***REDACTED***], X-FromAppId=[MSO], X-HTTP-Method-Override=[PATCH], Accept=[application/json], X-TransactionId=[], Content-Type=[application/merge-patch+json]} 2023-02-22T12:16:47.711Z|6f0e4817-a1bf-45ef-a420-e600e7addba2|pool-2-thread-3|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/be0c5ffd-e34a-4f3b-af5f-ac3901b03a5e/model-vers/model-ver/7d184938-fc36-4820-b58c-dfe02c161385?depth=0|INFO|500||Invoke 2023-02-22T12:16:47.733Z|6f0e4817-a1bf-45ef-a420-e600e7addba2|pool-2-thread-3|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/be0c5ffd-e34a-4f3b-af5f-ac3901b03a5e/model-vers/model-ver/7d184938-fc36-4820-b58c-dfe02c161385?depth=0|DEBUG|500||{"distribution-status":"DISTRIBUTION_COMPLETE_OK"} 2023-02-22T12:16:47.852Z|6f0e4817-a1bf-45ef-a420-e600e7addba2|pool-2-thread-3|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/be0c5ffd-e34a-4f3b-af5f-ac3901b03a5e/model-vers/model-ver/7d184938-fc36-4820-b58c-dfe02c161385?depth=0|INFO|500||InvokeReturn 2023-02-22T12:16:47.853Z|6f0e4817-a1bf-45ef-a420-e600e7addba2|pool-2-thread-3|||||DEBUG|500||Response from method:POST (overridden to PATCH) performed on uri:https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/be0c5ffd-e34a-4f3b-af5f-ac3901b03a5e/model-vers/model-ver/7d184938-fc36-4820-b58c-dfe02c161385?depth=0 has http status code:200 and response headers:{date=[Wed, 22 Feb 2023 12:16:47 GMT], content-length=[0], vertex-id=[262248], x-aai-txid=[2-aai-resources-230222-12:16:47:917-42866], content-type=[application/json], strict-transport-security=[max-age=16000000; includeSubDomains; preload;]} 2023-02-22T12:16:47.854Z|6f0e4817-a1bf-45ef-a420-e600e7addba2|pool-2-thread-3|||||DEBUG|500||Response was returned with an empty entity. 2023-02-22T12:16:47.854Z|6f0e4817-a1bf-45ef-a420-e600e7addba2|pool-2-thread-3|||||DEBUG|500||A&AI UPDATE MODEL Version is success! 2023-02-22T12:16:47.854Z|6f0e4817-a1bf-45ef-a420-e600e7addba2|pool-2-thread-3|||||DEBUG|500||A&AI Updated succefully with Distribution Status! Hibernate: select service0_.MODEL_UUID as model_uu1_50_, service0_.CDS_BLUEPRINT_NAME as cds_blue2_50_, service0_.CDS_BLUEPRINT_VERSION as cds_blue3_50_, service0_.SERVICE_CATEGORY as service_4_50_, service0_.CONTROLLER_ACTOR as controll5_50_, service0_.CREATION_TIMESTAMP as creation6_50_, service0_.TOSCA_CSAR_ARTIFACT_UUID as tosca_c21_50_, service0_.DESCRIPTION as descript7_50_, service0_.OVERALL_DISTRIBUTION_STATUS as overall_8_50_, service0_.ENVIRONMENT_CONTEXT as environm9_50_, service0_.MODEL_INVARIANT_UUID as model_i10_50_, service0_.MODEL_NAME as model_n11_50_, service0_.MODEL_VERSION as model_v12_50_, service0_.NAMING_POLICY as naming_13_50_, service0_.ONAP_GENERATED_NAMING as onap_ge14_50_, service0_.RESOURCE_ORDER as resourc15_50_, service0_.SERVICE_FUNCTION as service16_50_, service0_.SERVICE_ROLE as service17_50_, service0_.SERVICE_TYPE as service18_50_, service0_.SKIP_POST_INSTANTIATION_CONFIGURATION as skip_po19_50_, service0_.WORKLOAD_CONTEXT as workloa20_50_ from service service0_ where service0_.MODEL_UUID=? 2023-02-22T12:16:47.859Z|6f0e4817-a1bf-45ef-a420-e600e7addba2|pool-2-thread-3|||||ERROR|500||Error updating CatalogDBStatus java.lang.NullPointerException: null at org.onap.so.asdc.tenantIsolation.WatchdogDistribution.updateCatalogDBStatus(WatchdogDistribution.java:206) at org.onap.so.asdc.client.ASDCController.treatNotification(ASDCController.java:690) at org.onap.so.asdc.client.ASDCNotificationCallBack.activateCallback(ASDCNotificationCallBack.java:52) at org.onap.sdc.impl.NotificationConsumer.run(NotificationConsumer.java:71) at java.base/java.util.concurrent.Executors$RunnableAdapter.call(Unknown Source) at java.base/java.util.concurrent.FutureTask.runAndReset(Unknown Source) at java.base/java.util.concurrent.ScheduledThreadPoolExecutor$ScheduledFutureTask.run(Unknown Source) at java.base/java.util.concurrent.ThreadPoolExecutor.runWorker(Unknown Source) at java.base/java.util.concurrent.ThreadPoolExecutor$Worker.run(Unknown Source) at java.base/java.lang.Thread.run(Unknown Source) 2023-02-22T12:16:47.859Z|6f0e4817-a1bf-45ef-a420-e600e7addba2|pool-2-thread-3|||||DEBUG|500||Enter sendFinalDistributionStatus with DistributionID 6f0e4817-a1bf-45ef-a420-e600e7addba2 and Status of DISTRIBUTION_COMPLETE_OK and ErrorReason null 2023-02-22T12:16:47.859Z|6f0e4817-a1bf-45ef-a420-e600e7addba2|pool-2-thread-3|||||INFO|500||DistributionClient - sendFinalDistributionStatus status 2023-02-22T12:16:47.860Z|6f0e4817-a1bf-45ef-a420-e600e7addba2|pool-2-thread-3|||||INFO|500||DistributionClient - sendStatus 2023-02-22T12:16:47.861Z|6f0e4817-a1bf-45ef-a420-e600e7addba2|pool-2-thread-3|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap] 2023-02-22T12:16:47.861Z|6f0e4817-a1bf-45ef-a420-e600e7addba2|pool-2-thread-3|||||DEBUG|500||try to send status { "distributionID": "6f0e4817-a1bf-45ef-a420-e600e7addba2", "consumerID": "SO-COpenSource-Env11", "timestamp": 1677068207859, "artifactURL": "", "status": "DISTRIBUTION_COMPLETE_OK" } 2023-02-22T12:16:47.961Z||pool-111-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 99 ms 2023-02-22T12:16:47.962Z||pool-111-thread-1|||||WARN|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO will send credentials over a clear channel. 2023-02-22T12:16:47.962Z||pool-111-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as sXwXLxdJNt84opGN) ... 2023-02-22T12:16:47.981Z||pool-111-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK 2023-02-22T12:16:47.982Z||pool-111-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=? 2023-02-22T12:16:52.607Z|6f0e4817-a1bf-45ef-a420-e600e7addba2|pool-2-thread-3|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2023-02-22T12:16:52.608Z|6f0e4817-a1bf-45ef-a420-e600e7addba2|pool-2-thread-3|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel. 2023-02-22T12:16:52.608Z|6f0e4817-a1bf-45ef-a420-e600e7addba2|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 sXwXLxdJNt84opGN) ... 2023-02-22T12:16:52.609Z||pool-2-thread-7|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2023-02-22T12:16:52.609Z||pool-2-thread-7|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel. 2023-02-22T12:16:52.609Z||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 sXwXLxdJNt84opGN) ... 2023-02-22T12:16:52.736Z||pool-2-thread-7|||||INFO|500|| --> HTTP/1.1 200 OK 2023-02-22T12:16:52.736Z||pool-2-thread-7|||||DEBUG|500||received message from topic 2023-02-22T12:16:52.736Z||pool-2-thread-7|||||DEBUG|500||recieved notification from broker: { "distributionID": "6f0e4817-a1bf-45ef-a420-e600e7addba2", "consumerID": "SO-COpenSource-Env11", "timestamp": 1677068152608, "artifactURL": "/sdc/v1/catalog/services/BasicCnfMacro/1.0/resourceInstances/basic_cnf_macro0/artifacts/vf-license-model.xml", "status": "NOT_NOTIFIED" } 2023-02-22T12:16:52.737Z||pool-2-thread-7|||||INFO|500||Missing status on Status Object. 2023-02-22T12:16:53.247Z|6f0e4817-a1bf-45ef-a420-e600e7addba2|pool-2-thread-3|||||INFO|500|| --> HTTP/1.1 200 OK 2023-02-22T12:16:53.248Z|6f0e4817-a1bf-45ef-a420-e600e7addba2|pool-2-thread-3|||||DEBUG|500||received message from topic 2023-02-22T12:16:53.248Z|6f0e4817-a1bf-45ef-a420-e600e7addba2|pool-2-thread-3|||||DEBUG|500||recieved notification from broker: {"distributionID":"10ce1f8b-7336-492e-bfea-e881e49d17b2","serviceName":"basic_vm_macro","serviceVersion":"1.0","serviceUUID":"e8b45163-c020-47e8-9881-1b4fb2a941c1","serviceDescription":"service","serviceInvariantUUID":"bc418d26-9442-4833-ab9a-06727be5ea4e","resources":[{"resourceInstanceName":"basic_vm_macro 0","resourceName":"basic_vm_macro","resourceVersion":"1.0","resoucreType":"VF","resourceUUID":"79ff5181-83dc-4116-9f3b-64856a27ef67","resourceInvariantUUID":"d9184b44-3960-4cf6-ae97-c89103deb6d0","resourceCustomizationUUID":"5f714760-1e7f-4125-979d-e99246a7cbe1","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":"MDg1MzE2NGJlMjI4MjYzMzU2M2Y3NTIxM2YxYWVkNTg\u003d","artifactDescription":"VF license file","artifactTimeout":0,"artifactUUID":"afcf7f8d-4047-45b2-906c-310c02615e6e","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":"YzU0ZTliNDU0NWYwZThhMzc5Y2MzNGE2NjVjY2UzYmY\u003d","artifactDescription":"Auto-generated VF Modules information artifact","artifactTimeout":0,"artifactUUID":"8c8f52dd-25b1-4721-be3b-028c868334e4","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":"14c9d501-1128-421e-a3c6-2c53dd6fdf2d","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":"d99b0d4b-104a-4053-8992-bcc1c9eb8e45","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":"8863c565-341a-437c-9180-83076a094273","artifactVersion":"2","generatedFromUUID":"14c9d501-1128-421e-a3c6-2c53dd6fdf2d"},{"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":"ZmE1Y2E0NWQ2MGRhZTBmNWFiM2QxOTk3NTc3OTZhZjk\u003d","artifactDescription":"test","artifactTimeout":0,"artifactUUID":"71f609f8-25e5-40c1-a04f-979c283caa1d","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":"MDY1NTcwMzI0ZjU5OGIwNzRhZmZlMjYzODFjMjMyOTc\u003d","artifactDescription":"TOSCA representation of the asset","artifactTimeout":0,"artifactUUID":"aaab93e3-1d77-42e8-8a93-aaaa3a7c3f9e","artifactVersion":"1"},{"artifactName":"service-BasicVmMacro-csar.csar","artifactType":"TOSCA_CSAR","artifactURL":"/sdc/v1/catalog/services/BasicVmMacro/1.0/artifacts/service-BasicVmMacro-csar.csar","artifactChecksum":"NzY2MWE4ZGExYWEzMWFjNTZiYzMyYjMwYWIzZmMwYjY\u003d","artifactDescription":"TOSCA definition package of the asset","artifactTimeout":0,"artifactUUID":"c915e28a-10f7-4986-b8ed-99bd9a5d7704","artifactVersion":"1"}],"workloadContext":"Production"} 2023-02-22T12:16:53.250Z|6f0e4817-a1bf-45ef-a420-e600e7addba2|pool-2-thread-3|||||INFO|500||DistributionClient - sendNotificationStatus 2023-02-22T12:16:53.251Z|6f0e4817-a1bf-45ef-a420-e600e7addba2|pool-2-thread-3|||||INFO|500||DistributionClient - sendStatus 2023-02-22T12:16:53.253Z|6f0e4817-a1bf-45ef-a420-e600e7addba2|pool-2-thread-3|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap] 2023-02-22T12:16:53.253Z|6f0e4817-a1bf-45ef-a420-e600e7addba2|pool-2-thread-3|||||DEBUG|500||try to send status { "distributionID": "10ce1f8b-7336-492e-bfea-e881e49d17b2", "consumerID": "SO-COpenSource-Env11", "timestamp": 1677068212607, "artifactURL": "/sdc/v1/catalog/services/BasicVmMacro/1.0/resourceInstances/basic_vm_macro0/artifacts/vf-license-model.xml", "status": "NOT_NOTIFIED" } 2023-02-22T12:16:53.352Z||pool-112-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 99 ms 2023-02-22T12:16:53.353Z||pool-112-thread-1|||||WARN|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO will send credentials over a clear channel. 2023-02-22T12:16:53.353Z||pool-112-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as sXwXLxdJNt84opGN) ... 2023-02-22T12:16:53.364Z||pool-112-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK 2023-02-22T12:16:53.364Z||pool-112-thread-1|||||INFO|500||cambria reply ok (11 ms):{"serverTimeMs":0,"count":1} 2023-02-22T12:16:54.254Z|6f0e4817-a1bf-45ef-a420-e600e7addba2|pool-2-thread-3|||||INFO|500||DistributionClient - sendNotificationStatus 2023-02-22T12:16:54.254Z|6f0e4817-a1bf-45ef-a420-e600e7addba2|pool-2-thread-3|||||INFO|500||DistributionClient - sendStatus 2023-02-22T12:16:54.257Z|6f0e4817-a1bf-45ef-a420-e600e7addba2|pool-2-thread-3|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap] 2023-02-22T12:16:54.258Z|6f0e4817-a1bf-45ef-a420-e600e7addba2|pool-2-thread-3|||||DEBUG|500||try to send status { "distributionID": "10ce1f8b-7336-492e-bfea-e881e49d17b2", "consumerID": "SO-COpenSource-Env11", "timestamp": 1677068212607, "artifactURL": "/sdc/v1/catalog/services/BasicVmMacro/1.0/resourceInstances/basic_vm_macro0/artifacts/basic_vm_macro0_modules.json", "status": "NOTIFIED" } 2023-02-22T12:16:54.356Z||pool-113-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 98 ms 2023-02-22T12:16:54.357Z||pool-113-thread-1|||||WARN|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO will send credentials over a clear channel. 2023-02-22T12:16:54.357Z||pool-113-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as sXwXLxdJNt84opGN) ... 2023-02-22T12:16:54.371Z||pool-113-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK 2023-02-22T12:16:54.371Z||pool-113-thread-1|||||INFO|500||cambria reply ok (15 ms):{"serverTimeMs":0,"count":1} 2023-02-22T12:16:55.258Z|6f0e4817-a1bf-45ef-a420-e600e7addba2|pool-2-thread-3|||||INFO|500||DistributionClient - sendNotificationStatus 2023-02-22T12:16:55.259Z|6f0e4817-a1bf-45ef-a420-e600e7addba2|pool-2-thread-3|||||INFO|500||DistributionClient - sendStatus 2023-02-22T12:16:55.261Z|6f0e4817-a1bf-45ef-a420-e600e7addba2|pool-2-thread-3|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap] 2023-02-22T12:16:55.261Z|6f0e4817-a1bf-45ef-a420-e600e7addba2|pool-2-thread-3|||||DEBUG|500||try to send status { "distributionID": "10ce1f8b-7336-492e-bfea-e881e49d17b2", "consumerID": "SO-COpenSource-Env11", "timestamp": 1677068212607, "artifactURL": "/sdc/v1/catalog/services/BasicVmMacro/1.0/resourceInstances/basic_vm_macro0/artifacts/base_ubuntu20.yaml", "status": "NOTIFIED" } 2023-02-22T12:16:55.361Z||pool-114-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 99 ms 2023-02-22T12:16:55.362Z||pool-114-thread-1|||||WARN|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO will send credentials over a clear channel. 2023-02-22T12:16:55.362Z||pool-114-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as sXwXLxdJNt84opGN) ... 2023-02-22T12:16:55.373Z||pool-114-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK 2023-02-22T12:16:55.374Z||pool-114-thread-1|||||INFO|500||cambria reply ok (13 ms):{"serverTimeMs":0,"count":1} 2023-02-22T12:16:56.261Z|6f0e4817-a1bf-45ef-a420-e600e7addba2|pool-2-thread-3|||||INFO|500||DistributionClient - sendNotificationStatus 2023-02-22T12:16:56.262Z|6f0e4817-a1bf-45ef-a420-e600e7addba2|pool-2-thread-3|||||INFO|500||DistributionClient - sendStatus 2023-02-22T12:16:56.264Z|6f0e4817-a1bf-45ef-a420-e600e7addba2|pool-2-thread-3|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap] 2023-02-22T12:16:56.264Z|6f0e4817-a1bf-45ef-a420-e600e7addba2|pool-2-thread-3|||||DEBUG|500||try to send status { "distributionID": "10ce1f8b-7336-492e-bfea-e881e49d17b2", "consumerID": "SO-COpenSource-Env11", "timestamp": 1677068212607, "artifactURL": "/sdc/v1/catalog/services/BasicVmMacro/1.0/resourceInstances/basic_vm_macro0/artifacts/vendor-license-model.xml", "status": "NOT_NOTIFIED" } 2023-02-22T12:16:56.364Z||pool-115-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms 2023-02-22T12:16:56.365Z||pool-115-thread-1|||||WARN|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO will send credentials over a clear channel. 2023-02-22T12:16:56.365Z||pool-115-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as sXwXLxdJNt84opGN) ... 2023-02-22T12:16:56.377Z||pool-115-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK 2023-02-22T12:16:56.377Z||pool-115-thread-1|||||INFO|500||cambria reply ok (13 ms):{"serverTimeMs":0,"count":1} 2023-02-22T12:16:57.265Z|6f0e4817-a1bf-45ef-a420-e600e7addba2|pool-2-thread-3|||||INFO|500||DistributionClient - sendNotificationStatus 2023-02-22T12:16:57.266Z|6f0e4817-a1bf-45ef-a420-e600e7addba2|pool-2-thread-3|||||INFO|500||DistributionClient - sendStatus 2023-02-22T12:16:57.268Z|6f0e4817-a1bf-45ef-a420-e600e7addba2|pool-2-thread-3|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap] 2023-02-22T12:16:57.268Z|6f0e4817-a1bf-45ef-a420-e600e7addba2|pool-2-thread-3|||||DEBUG|500||try to send status { "distributionID": "10ce1f8b-7336-492e-bfea-e881e49d17b2", "consumerID": "SO-COpenSource-Env11", "timestamp": 1677068212607, "artifactURL": "/sdc/v1/catalog/services/BasicVmMacro/1.0/resourceInstances/basic_vm_macro0/artifacts/base_ubuntu20.env", "status": "NOTIFIED" } 2023-02-22T12:16:57.367Z||pool-116-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 99 ms 2023-02-22T12:16:57.368Z||pool-116-thread-1|||||WARN|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO will send credentials over a clear channel. 2023-02-22T12:16:57.368Z||pool-116-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as sXwXLxdJNt84opGN) ... 2023-02-22T12:16:57.379Z||pool-116-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK 2023-02-22T12:16:57.380Z||pool-116-thread-1|||||INFO|500||cambria reply ok (12 ms):{"serverTimeMs":0,"count":1} 2023-02-22T12:16:58.269Z|6f0e4817-a1bf-45ef-a420-e600e7addba2|pool-2-thread-3|||||INFO|500||DistributionClient - sendNotificationStatus 2023-02-22T12:16:58.269Z|6f0e4817-a1bf-45ef-a420-e600e7addba2|pool-2-thread-3|||||INFO|500||DistributionClient - sendStatus 2023-02-22T12:16:58.271Z|6f0e4817-a1bf-45ef-a420-e600e7addba2|pool-2-thread-3|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap] 2023-02-22T12:16:58.271Z|6f0e4817-a1bf-45ef-a420-e600e7addba2|pool-2-thread-3|||||DEBUG|500||try to send status { "distributionID": "10ce1f8b-7336-492e-bfea-e881e49d17b2", "consumerID": "SO-COpenSource-Env11", "timestamp": 1677068212607, "artifactURL": "/sdc/v1/catalog/services/BasicVmMacro/1.0/resourceInstances/basic_vm_macro0/artifacts/BASIC_VM_enriched.zip", "status": "NOT_NOTIFIED" } 2023-02-22T12:16:58.371Z||pool-117-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms 2023-02-22T12:16:58.372Z||pool-117-thread-1|||||WARN|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO will send credentials over a clear channel. 2023-02-22T12:16:58.372Z||pool-117-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as sXwXLxdJNt84opGN) ... 2023-02-22T12:16:58.385Z||pool-117-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK 2023-02-22T12:16:58.385Z||pool-117-thread-1|||||INFO|500||cambria reply ok (14 ms):{"serverTimeMs":0,"count":1} 2023-02-22T12:16:59.272Z|6f0e4817-a1bf-45ef-a420-e600e7addba2|pool-2-thread-3|||||INFO|500||DistributionClient - sendNotificationStatus 2023-02-22T12:16:59.273Z|6f0e4817-a1bf-45ef-a420-e600e7addba2|pool-2-thread-3|||||INFO|500||DistributionClient - sendStatus 2023-02-22T12:16:59.275Z|6f0e4817-a1bf-45ef-a420-e600e7addba2|pool-2-thread-3|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap] 2023-02-22T12:16:59.275Z|6f0e4817-a1bf-45ef-a420-e600e7addba2|pool-2-thread-3|||||DEBUG|500||try to send status { "distributionID": "10ce1f8b-7336-492e-bfea-e881e49d17b2", "consumerID": "SO-COpenSource-Env11", "timestamp": 1677068212607, "artifactURL": "/sdc/v1/catalog/services/BasicVmMacro/1.0/artifacts/service-BasicVmMacro-template.yml", "status": "NOT_NOTIFIED" } 2023-02-22T12:16:59.375Z||pool-118-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 99 ms 2023-02-22T12:16:59.376Z||pool-118-thread-1|||||WARN|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO will send credentials over a clear channel. 2023-02-22T12:16:59.376Z||pool-118-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as sXwXLxdJNt84opGN) ... 2023-02-22T12:16:59.386Z||pool-118-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK 2023-02-22T12:16:59.387Z||pool-118-thread-1|||||INFO|500||cambria reply ok (12 ms):{"serverTimeMs":0,"count":1} 2023-02-22T12:17:00.276Z|6f0e4817-a1bf-45ef-a420-e600e7addba2|pool-2-thread-3|||||INFO|500||DistributionClient - sendNotificationStatus 2023-02-22T12:17:00.277Z|6f0e4817-a1bf-45ef-a420-e600e7addba2|pool-2-thread-3|||||INFO|500||DistributionClient - sendStatus 2023-02-22T12:17:00.279Z|6f0e4817-a1bf-45ef-a420-e600e7addba2|pool-2-thread-3|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap] 2023-02-22T12:17:00.279Z|6f0e4817-a1bf-45ef-a420-e600e7addba2|pool-2-thread-3|||||DEBUG|500||try to send status { "distributionID": "10ce1f8b-7336-492e-bfea-e881e49d17b2", "consumerID": "SO-COpenSource-Env11", "timestamp": 1677068212607, "artifactURL": "/sdc/v1/catalog/services/BasicVmMacro/1.0/artifacts/service-BasicVmMacro-csar.csar", "status": "NOTIFIED" } 2023-02-22T12:17:00.378Z||pool-119-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 99 ms 2023-02-22T12:17:00.379Z||pool-119-thread-1|||||WARN|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO will send credentials over a clear channel. 2023-02-22T12:17:00.379Z||pool-119-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as sXwXLxdJNt84opGN) ... 2023-02-22T12:17:00.392Z||pool-119-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK 2023-02-22T12:17:00.392Z||pool-119-thread-1|||||INFO|500||cambria reply ok (13 ms):{"serverTimeMs":0,"count":1} 2023-02-22T12:17:01.279Z|6f0e4817-a1bf-45ef-a420-e600e7addba2|pool-2-thread-3|||||DEBUG|500||sending notification to client: { "distributionID": "10ce1f8b-7336-492e-bfea-e881e49d17b2", "serviceName": "basic_vm_macro", "serviceVersion": "1.0", "serviceUUID": "e8b45163-c020-47e8-9881-1b4fb2a941c1", "serviceDescription": "service", "serviceInvariantUUID": "bc418d26-9442-4833-ab9a-06727be5ea4e", "resources": [ { "resourceInstanceName": "basic_vm_macro 0", "resourceCustomizationUUID": "5f714760-1e7f-4125-979d-e99246a7cbe1", "resourceName": "basic_vm_macro", "resourceVersion": "1.0", "resoucreType": "VF", "resourceUUID": "79ff5181-83dc-4116-9f3b-64856a27ef67", "resourceInvariantUUID": "d9184b44-3960-4cf6-ae97-c89103deb6d0", "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": "YzU0ZTliNDU0NWYwZThhMzc5Y2MzNGE2NjVjY2UzYmY\u003d", "artifactDescription": "Auto-generated VF Modules information artifact", "artifactTimeout": 0, "artifactVersion": "1", "artifactUUID": "8c8f52dd-25b1-4721-be3b-028c868334e4", "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": "14c9d501-1128-421e-a3c6-2c53dd6fdf2d", "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": "8863c565-341a-437c-9180-83076a094273", "generatedFromUUID": "14c9d501-1128-421e-a3c6-2c53dd6fdf2d" }, "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": "8863c565-341a-437c-9180-83076a094273", "relatedArtifactsInfo": [] } ] } ], "serviceArtifacts": [ { "artifactName": "service-BasicVmMacro-csar.csar", "artifactType": "TOSCA_CSAR", "artifactURL": "/sdc/v1/catalog/services/BasicVmMacro/1.0/artifacts/service-BasicVmMacro-csar.csar", "artifactChecksum": "NzY2MWE4ZGExYWEzMWFjNTZiYzMyYjMwYWIzZmMwYjY\u003d", "artifactDescription": "TOSCA definition package of the asset", "artifactTimeout": 0, "artifactVersion": "1", "artifactUUID": "c915e28a-10f7-4986-b8ed-99bd9a5d7704" } ], "workloadContext": "Production" } 2023-02-22T12:17:01.280Z|6f0e4817-a1bf-45ef-a420-e600e7addba2|pool-2-thread-3|||||DEBUG|500||Receive a callback notification in ASDC, nb of resources: 1 2023-02-22T12:17:01.280Z|6f0e4817-a1bf-45ef-a420-e600e7addba2|pool-2-thread-3|||||INFO|500||ASDC_RECEIVE_CALLBACK_NOTIF 3 e8b45163-c020-47e8-9881-1b4fb2a941c1 ASDC 2023-02-22T12:17:01.280Z|10ce1f8b-7336-492e-bfea-e881e49d17b2|pool-2-thread-3|||||DEBUG|500||ASDC Notification: DistributionID:10ce1f8b-7336-492e-bfea-e881e49d17b2 ServiceName:basic_vm_macro ServiceVersion:1.0 ServiceUUID:e8b45163-c020-47e8-9881-1b4fb2a941c1 ServiceInvariantUUID:bc418d26-9442-4833-ab9a-06727be5ea4e 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:c915e28a-10f7-4986-b8ed-99bd9a5d7704 ArtifactChecksum:NzY2MWE4ZGExYWEzMWFjNTZiYzMyYjMwYWIzZmMwYjY= GeneratedArtifact:{NULL } RelatedArtifacts:{ } } Resource Instances List: { Resource Instance Info: ResourceInstanceName:basic_vm_macro 0 ResourceCustomizationUUID:5f714760-1e7f-4125-979d-e99246a7cbe1 ResourceInvariantUUID:d9184b44-3960-4cf6-ae97-c89103deb6d0 ResourceName:basic_vm_macro ResourceType:VF ResourceUUID:79ff5181-83dc-4116-9f3b-64856a27ef67 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:8c8f52dd-25b1-4721-be3b-028c868334e4 ArtifactChecksum:YzU0ZTliNDU0NWYwZThhMzc5Y2MzNGE2NjVjY2UzYmY= 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:14c9d501-1128-421e-a3c6-2c53dd6fdf2d 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:8863c565-341a-437c-9180-83076a094273 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:8863c565-341a-437c-9180-83076a094273 ArtifactChecksum:ZTAxYmViMzcwNTk0ZjY0OGE2MzI2MGRhYzc3NThhNWE= GeneratedArtifact:{NULL } RelatedArtifacts:{ } } } 2023-02-22T12:17:01.281Z|10ce1f8b-7336-492e-bfea-e881e49d17b2|pool-2-thread-3|||||INFO|500||ASDC_RECEIVE_SERVICE_NOTIF e8b45163-c020-47e8-9881-1b4fb2a941c1 ASDC treatNotification Hibernate: select watchdogse0_.DISTRIBUTION_ID as distribu1_13_0_, watchdogse0_.SERVICE_MODEL_VERSION_ID as service_2_13_0_, watchdogse0_.CONSUMER_ID as consumer3_13_0_, watchdogse0_.CREATE_TIME as create_t4_13_0_, watchdogse0_.DISTRIBUTION_NOTIFICATION as distribu5_13_0_ from watchdog_service_mod_ver_id_lookup watchdogse0_ where watchdogse0_.DISTRIBUTION_ID=? and watchdogse0_.SERVICE_MODEL_VERSION_ID=? Hibernate: insert into watchdog_service_mod_ver_id_lookup (CONSUMER_ID, CREATE_TIME, DISTRIBUTION_NOTIFICATION, DISTRIBUTION_ID, SERVICE_MODEL_VERSION_ID) values (?, ?, ?, ?, ?) Hibernate: select watchdogdi0_.DISTRIBUTION_ID as distribu1_11_0_, watchdogdi0_.CREATE_TIME as create_t2_11_0_, watchdogdi0_.DISTRIBUTION_ID_STATUS as distribu3_11_0_, watchdogdi0_.MODIFY_TIME as modify_t4_11_0_, watchdogdi0_.LOCK_VERSION as lock_ver5_11_0_ from watchdog_distributionid_status watchdogdi0_ where watchdogdi0_.DISTRIBUTION_ID=? Hibernate: insert into watchdog_distributionid_status (CREATE_TIME, DISTRIBUTION_ID_STATUS, MODIFY_TIME, LOCK_VERSION, DISTRIBUTION_ID) values (?, ?, ?, ?, ?) 2023-02-22T12:17:01.323Z|10ce1f8b-7336-492e-bfea-e881e49d17b2|pool-2-thread-3|||||INFO|500||Unable to find the system property mso.config.path, use the default configuration 2023-02-22T12:17:01.324Z|10ce1f8b-7336-492e-bfea-e881e49d17b2|pool-2-thread-3|||||INFO|500||MSO config path is: /app 2023-02-22T12:17:01.324Z|10ce1f8b-7336-492e-bfea-e881e49d17b2|pool-2-thread-3|||||INFO|500||MSO config path is: /app 2023-02-22T12:17:01.324Z|10ce1f8b-7336-492e-bfea-e881e49d17b2|pool-2-thread-3|||||INFO|500||Trying to download the artifact UUID: c915e28a-10f7-4986-b8ed-99bd9a5d7704 from URL: /sdc/v1/catalog/services/BasicVmMacro/1.0/artifacts/service-BasicVmMacro-csar.csar 2023-02-22T12:17:01.325Z|10ce1f8b-7336-492e-bfea-e881e49d17b2|pool-2-thread-3|||||INFO|500||DistributionClient - download 2023-02-22T12:17:01.325Z|10ce1f8b-7336-492e-bfea-e881e49d17b2|pool-2-thread-3|||||DEBUG|500||url to send https://sdc-be.onap:8443/sdc/v1/catalog/services/BasicVmMacro/1.0/artifacts/service-BasicVmMacro-csar.csar 2023-02-22T12:17:01.464Z|10ce1f8b-7336-492e-bfea-e881e49d17b2|pool-2-thread-3|||||DEBUG|500||GET Response Status 200 2023-02-22T12:17:01.467Z|10ce1f8b-7336-492e-bfea-e881e49d17b2|pool-2-thread-3|||||INFO|500||ASDC_ARTIFACT_DOWNLOAD_SUC /sdc/v1/catalog/services/BasicVmMacro/1.0/artifacts/service-BasicVmMacro-csar.csar c915e28a-10f7-4986-b8ed-99bd9a5d7704 82624 2023-02-22T12:17:01.467Z|10ce1f8b-7336-492e-bfea-e881e49d17b2|pool-2-thread-3|||||INFO|500||ASDC_SEND_NOTIF_ASDC DOWNLOAD DOWNLOAD_OK /sdc/v1/catalog/services/BasicVmMacro/1.0/artifacts/service-BasicVmMacro-csar.csar ASDC sendASDCNotification 2023-02-22T12:17:01.467Z|10ce1f8b-7336-492e-bfea-e881e49d17b2|pool-2-thread-3|||||DEBUG|500||Sending DOWNLOAD(DOWNLOAD_OK) notification to ASDC for artifact:/sdc/v1/catalog/services/BasicVmMacro/1.0/artifacts/service-BasicVmMacro-csar.csar 2023-02-22T12:17:01.468Z|10ce1f8b-7336-492e-bfea-e881e49d17b2|pool-2-thread-3|||||INFO|500||DistributionClient - sendDownloadStatus 2023-02-22T12:17:01.468Z|10ce1f8b-7336-492e-bfea-e881e49d17b2|pool-2-thread-3|||||INFO|500||DistributionClient - sendStatus 2023-02-22T12:17:01.469Z|10ce1f8b-7336-492e-bfea-e881e49d17b2|pool-2-thread-3|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap] 2023-02-22T12:17:01.469Z|10ce1f8b-7336-492e-bfea-e881e49d17b2|pool-2-thread-3|||||DEBUG|500||try to send status { "distributionID": "10ce1f8b-7336-492e-bfea-e881e49d17b2", "consumerID": "SO-COpenSource-Env11", "timestamp": 1677068221467, "artifactURL": "/sdc/v1/catalog/services/BasicVmMacro/1.0/artifacts/service-BasicVmMacro-csar.csar", "status": "DOWNLOAD_OK" } 2023-02-22T12:17:01.569Z||pool-120-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 99 ms 2023-02-22T12:17:01.570Z||pool-120-thread-1|||||WARN|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO will send credentials over a clear channel. 2023-02-22T12:17:01.570Z||pool-120-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as sXwXLxdJNt84opGN) ... 2023-02-22T12:17:01.582Z||pool-120-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK 2023-02-22T12:17:01.582Z||pool-120-thread-1|||||INFO|500||cambria reply ok (12 ms):{"serverTimeMs":0,"count":1} 2023-02-22T12:17:02.470Z|10ce1f8b-7336-492e-bfea-e881e49d17b2|pool-2-thread-3|||||INFO|500||Unable to find the system property mso.config.path, use the default configuration 2023-02-22T12:17:02.471Z|10ce1f8b-7336-492e-bfea-e881e49d17b2|pool-2-thread-3|||||INFO|500||MSO config path is: /app 2023-02-22T12:17:02.471Z|10ce1f8b-7336-492e-bfea-e881e49d17b2|pool-2-thread-3|||||INFO|500||Trying to write artifact UUID: c915e28a-10f7-4986-b8ed-99bd9a5d7704, URL: /sdc/v1/catalog/services/BasicVmMacro/1.0/artifacts/service-BasicVmMacro-csar.csar to file: /app/ASDC/1/service-BasicVmMacro-csar.csar 2023-02-22T12:17:02.471Z|10ce1f8b-7336-492e-bfea-e881e49d17b2|pool-2-thread-3|||||INFO|500||ASDC_RECEIVE_SERVICE_NOTIF ***WRITE FILE ARTIFACT NAME ASDC service-BasicVmMacro-csar.csar 2023-02-22T12:17:02.472Z|10ce1f8b-7336-492e-bfea-e881e49d17b2|pool-2-thread-3|||||DEBUG|500||ASDC File path is: /app/ASDC/1/service-BasicVmMacro-csar.csar 2023-02-22T12:17:02.472Z|10ce1f8b-7336-492e-bfea-e881e49d17b2|pool-2-thread-3|||||INFO|500||ASDC_RECEIVE_SERVICE_NOTIF ***PATH ASDC /app/ASDC/1/service-BasicVmMacro-csar.csar 2023-02-22T12:17:02.620Z|10ce1f8b-7336-492e-bfea-e881e49d17b2|pool-2-thread-3|||||DEBUG|500||ToscaTemplate Loading YAMEL file /tmp/JTP14077345885506517576/Definitions/service-BasicVmMacro-template.yml Log warning: The required parameter "port_ubuntu20_admin_plane_port_0_name" is not provided Log warning: The required parameter "port_ubuntu20_admin_plane_port_0_ip_requirements" is not provided Log warning: The required parameter "port_ubuntu20_admin_plane_port_0_vlan_requirements" is not provided Log warning: The required parameter "port_ubuntu20_admin_plane_port_0_related_networks" is not provided Log warning: The required parameter "port_ubuntu20_admin_plane_port_0_order" is not provided Log warning: The required parameter "compute_ubuntu20_key_name" is not provided Log warning: The required parameter "compute_ubuntu20_name" is not provided Log warning: The required parameter "compute_ubuntu20_user_data_format" is not provided Log warning: The required parameter "port_ubuntu20_admin_plane_port_0_security_groups" is not provided Log warning: The required parameter "port_ubuntu20_admin_plane_port_0_network_role" is not provided Log warning: The required parameter "port_ubuntu20_admin_plane_port_0_network_role_tag" is not provided Log warning: The required parameter "port_ubuntu20_admin_plane_port_0_network" is not provided Log warning: The required parameter "compute_ubuntu20_metadata" is not provided Log warning: The required parameter "port_ubuntu20_admin_plane_port_0_subnetpoolid" is not provided 2023-02-22T12:17:03.696Z|10ce1f8b-7336-492e-bfea-e881e49d17b2|pool-2-thread-3|||||DEBUG|500||CSAR conformance level is 11.0 2023-02-22T12:17:03.696Z|10ce1f8b-7336-492e-bfea-e881e49d17b2|pool-2-thread-3|||||WARN|500||#################################################################################################### 2023-02-22T12:17:03.697Z|10ce1f8b-7336-492e-bfea-e881e49d17b2|pool-2-thread-3|||||WARN|500||CSAR Warnings found! CSAR name - /app/ASDC/1/service-BasicVmMacro-csar.csar 2023-02-22T12:17:03.697Z|10ce1f8b-7336-492e-bfea-e881e49d17b2|pool-2-thread-3|||||WARN|500||ToscaTemplate - verifyTemplate - 7 Parsing Warnings occurred... 2023-02-22T12:17:03.697Z|10ce1f8b-7336-492e-bfea-e881e49d17b2|pool-2-thread-3|||||WARN|500||JTosca Exception [JE003]: MissingRequiredFieldError: properties of template "abstract_ubuntu20" are missing field(s): [unit, type]. CSAR name - /app/ASDC/1/service-BasicVmMacro-csar.csar 2023-02-22T12:17:03.697Z|10ce1f8b-7336-492e-bfea-e881e49d17b2|pool-2-thread-3|||||WARN|500||JTosca Exception [JE003]: MissingRequiredFieldError: Data value of type "org.openecomp.datatypes.network.MacRequirements" is missing required field(s) "[supplemental_data]". CSAR name - /app/ASDC/1/service-BasicVmMacro-csar.csar 2023-02-22T12:17:03.698Z|10ce1f8b-7336-492e-bfea-e881e49d17b2|pool-2-thread-3|||||WARN|500||JTosca Exception [JE003]: MissingRequiredFieldError: properties of template "abstract_ubuntu20" are missing field(s): [nfc_function]. CSAR name - /app/ASDC/1/service-BasicVmMacro-csar.csar 2023-02-22T12:17:03.698Z|10ce1f8b-7336-492e-bfea-e881e49d17b2|pool-2-thread-3|||||WARN|500||JTosca Exception [JE003]: MissingRequiredFieldError: Data value of type "org.openecomp.datatypes.AssignmentRequirements" is missing required field(s) "[supplemental_data]". CSAR name - /app/ASDC/1/service-BasicVmMacro-csar.csar 2023-02-22T12:17:03.698Z|10ce1f8b-7336-492e-bfea-e881e49d17b2|pool-2-thread-3|||||WARN|500||JTosca Exception [JE003]: MissingRequiredFieldError: Data value of type "org.openecomp.datatypes.Naming" is missing required field(s) "[supplemental_data]". CSAR name - /app/ASDC/1/service-BasicVmMacro-csar.csar 2023-02-22T12:17:03.698Z|10ce1f8b-7336-492e-bfea-e881e49d17b2|pool-2-thread-3|||||WARN|500||JTosca Exception [JE003]: MissingRequiredFieldError: Data value of type "org.openecomp.datatypes.PortMirroringConnectionPointDescription" is missing required field(s) "[nf_naming_code, pps_capacity, nf_type, nfc_type]". CSAR name - /app/ASDC/1/service-BasicVmMacro-csar.csar 2023-02-22T12:17:03.698Z|10ce1f8b-7336-492e-bfea-e881e49d17b2|pool-2-thread-3|||||WARN|500||JTosca Exception [JE003]: MissingRequiredFieldError: properties of template "basic_vm_macro 0" are missing field(s): [nf_function, nf_role, nf_naming_code, nf_type, min_instances, max_instances]. CSAR name - /app/ASDC/1/service-BasicVmMacro-csar.csar 2023-02-22T12:17:03.699Z|10ce1f8b-7336-492e-bfea-e881e49d17b2|pool-2-thread-3|||||WARN|500||#################################################################################################### 2023-02-22T12:17:03.699Z|10ce1f8b-7336-492e-bfea-e881e49d17b2|pool-2-thread-3|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive 2023-02-22T12:17:03.699Z|10ce1f8b-7336-492e-bfea-e881e49d17b2|pool-2-thread-3|||||DEBUG|500||Service basic_vm_macro is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=SERVICE_PROXY, toscaType=null, uUID=null, customizationUUID=null 2023-02-22T12:17:03.700Z|10ce1f8b-7336-492e-bfea-e881e49d17b2|pool-2-thread-3|||||DEBUG|500||Node template basic_vm_macro 0 is matching search criteria 2023-02-22T12:17:03.700Z|10ce1f8b-7336-492e-bfea-e881e49d17b2|pool-2-thread-3|||||DEBUG|500||Search for entities recursively 2023-02-22T12:17:03.700Z|10ce1f8b-7336-492e-bfea-e881e49d17b2|pool-2-thread-3|||||DEBUG|500||Found topology templates [basic_vm_macro 0, abstract_ubuntu20] matching following query criteria: sdcType=Service, customizationUUID=null 2023-02-22T12:17:03.701Z|10ce1f8b-7336-492e-bfea-e881e49d17b2|pool-2-thread-3|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive 2023-02-22T12:17:03.701Z|10ce1f8b-7336-492e-bfea-e881e49d17b2|pool-2-thread-3|||||DEBUG|500||Service basic_vm_macro is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=CONFIGURATION, toscaType=null, uUID=null, customizationUUID=null 2023-02-22T12:17:03.701Z|10ce1f8b-7336-492e-bfea-e881e49d17b2|pool-2-thread-3|||||DEBUG|500||Node template basic_vm_macro 0 is matching search criteria 2023-02-22T12:17:03.701Z|10ce1f8b-7336-492e-bfea-e881e49d17b2|pool-2-thread-3|||||DEBUG|500||Search for entities recursively 2023-02-22T12:17:03.702Z|10ce1f8b-7336-492e-bfea-e881e49d17b2|pool-2-thread-3|||||DEBUG|500||Found topology templates [basic_vm_macro 0, abstract_ubuntu20] matching following query criteria: sdcType=Service, customizationUUID=null 2023-02-22T12:17:03.702Z|10ce1f8b-7336-492e-bfea-e881e49d17b2|pool-2-thread-3|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive 2023-02-22T12:17:03.702Z|10ce1f8b-7336-492e-bfea-e881e49d17b2|pool-2-thread-3|||||DEBUG|500||Service basic_vm_macro is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=VF, toscaType=null, uUID=null, customizationUUID=null 2023-02-22T12:17:03.703Z|10ce1f8b-7336-492e-bfea-e881e49d17b2|pool-2-thread-3|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive 2023-02-22T12:17:03.703Z|10ce1f8b-7336-492e-bfea-e881e49d17b2|pool-2-thread-3|||||DEBUG|500||Node template basic_vm_macro 0 is not matching search criteria 2023-02-22T12:17:03.703Z|10ce1f8b-7336-492e-bfea-e881e49d17b2|pool-2-thread-3|||||DEBUG|500||Node template abstract_ubuntu20 is not matching search criteria 2023-02-22T12:17:03.703Z|10ce1f8b-7336-492e-bfea-e881e49d17b2|pool-2-thread-3|||||DEBUG|500||Node template ubuntu20 is not matching search criteria 2023-02-22T12:17:03.704Z|10ce1f8b-7336-492e-bfea-e881e49d17b2|pool-2-thread-3|||||DEBUG|500||Node template ubuntu20_ubuntu20_admin_plane_port_0 is not matching search criteria 2023-02-22T12:17:03.704Z|10ce1f8b-7336-492e-bfea-e881e49d17b2|pool-2-thread-3|||||DEBUG|500||Node template ubuntu20_admin_security_group is not matching search criteria 2023-02-22T12:17:03.704Z|10ce1f8b-7336-492e-bfea-e881e49d17b2|pool-2-thread-3|||||DEBUG|500||Found topology templates [] matching following query criteria: sdcType=VF, customizationUUID=customizationUUID 2023-02-22T12:17:03.704Z|10ce1f8b-7336-492e-bfea-e881e49d17b2|pool-2-thread-3|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive 2023-02-22T12:17:03.705Z|10ce1f8b-7336-492e-bfea-e881e49d17b2|pool-2-thread-3|||||DEBUG|500||Service basic_vm_macro is searched for EntityType=GROUP, nodeTemplateType=null, toscaType=org.openecomp.groups.VfModule, uUID=null, customizationUUID=null 2023-02-22T12:17:03.705Z|10ce1f8b-7336-492e-bfea-e881e49d17b2|pool-2-thread-3|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive 2023-02-22T12:17:03.705Z|10ce1f8b-7336-492e-bfea-e881e49d17b2|pool-2-thread-3|||||DEBUG|500||Node template basic_vm_macro 0 is matching search criteria 2023-02-22T12:17:03.705Z|10ce1f8b-7336-492e-bfea-e881e49d17b2|pool-2-thread-3|||||DEBUG|500||Found topology templates [basic_vm_macro 0] matching following query criteria: sdcType=VF, customizationUUID=null 2023-02-22T12:17:03.706Z|10ce1f8b-7336-492e-bfea-e881e49d17b2|pool-2-thread-3|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive 2023-02-22T12:17:03.706Z|10ce1f8b-7336-492e-bfea-e881e49d17b2|pool-2-thread-3|||||DEBUG|500||Node template basic_vm_macro 0 is matching search criteria 2023-02-22T12:17:03.706Z|10ce1f8b-7336-492e-bfea-e881e49d17b2|pool-2-thread-3|||||DEBUG|500||Found topology templates [basic_vm_macro 0] matching following query criteria: sdcType=VF, customizationUUID=null 2023-02-22T12:17:03.707Z|10ce1f8b-7336-492e-bfea-e881e49d17b2|pool-2-thread-3|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive 2023-02-22T12:17:03.707Z|10ce1f8b-7336-492e-bfea-e881e49d17b2|pool-2-thread-3|||||DEBUG|500||Node template basic_vm_macro 0 is matching search criteria 2023-02-22T12:17:03.707Z|10ce1f8b-7336-492e-bfea-e881e49d17b2|pool-2-thread-3|||||DEBUG|500||Found topology templates [basic_vm_macro 0] matching following query criteria: sdcType=VF, customizationUUID=null 2023-02-22T12:17:03.707Z|10ce1f8b-7336-492e-bfea-e881e49d17b2|pool-2-thread-3|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive 2023-02-22T12:17:03.708Z|10ce1f8b-7336-492e-bfea-e881e49d17b2|pool-2-thread-3|||||DEBUG|500||Node template basic_vm_macro 0 is not matching search criteria 2023-02-22T12:17:03.708Z|10ce1f8b-7336-492e-bfea-e881e49d17b2|pool-2-thread-3|||||DEBUG|500||Node template abstract_ubuntu20 is matching search criteria 2023-02-22T12:17:03.708Z|10ce1f8b-7336-492e-bfea-e881e49d17b2|pool-2-thread-3|||||DEBUG|500||Node template ubuntu20_admin_security_group is not matching search criteria 2023-02-22T12:17:03.709Z|10ce1f8b-7336-492e-bfea-e881e49d17b2|pool-2-thread-3|||||DEBUG|500||Found topology templates [abstract_ubuntu20] matching following query criteria: sdcType=CVFC, customizationUUID=c63ccb34-ad78-4645-9c95-8f877a7050ef 2023-02-22T12:17:03.709Z|10ce1f8b-7336-492e-bfea-e881e49d17b2|pool-2-thread-3|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive 2023-02-22T12:17:03.709Z|10ce1f8b-7336-492e-bfea-e881e49d17b2|pool-2-thread-3|||||DEBUG|500||Service basic_vm_macro is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=VL, toscaType=null, uUID=null, customizationUUID=null 2023-02-22T12:17:03.709Z|10ce1f8b-7336-492e-bfea-e881e49d17b2|pool-2-thread-3|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive 2023-02-22T12:17:03.710Z|10ce1f8b-7336-492e-bfea-e881e49d17b2|pool-2-thread-3|||||DEBUG|500||Service basic_vm_macro is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=CR, toscaType=null, uUID=null, customizationUUID=null 2023-02-22T12:17:03.710Z|10ce1f8b-7336-492e-bfea-e881e49d17b2|pool-2-thread-3|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive 2023-02-22T12:17:03.710Z|10ce1f8b-7336-492e-bfea-e881e49d17b2|pool-2-thread-3|||||DEBUG|500||Service basic_vm_macro is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=VF, toscaType=null, uUID=null, customizationUUID=null 2023-02-22T12:17:03.710Z|10ce1f8b-7336-492e-bfea-e881e49d17b2|pool-2-thread-3|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive 2023-02-22T12:17:03.711Z|10ce1f8b-7336-492e-bfea-e881e49d17b2|pool-2-thread-3|||||DEBUG|500||Service basic_vm_macro is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=PNF, toscaType=null, uUID=null, customizationUUID=null 2023-02-22T12:17:03.711Z|10ce1f8b-7336-492e-bfea-e881e49d17b2|pool-2-thread-3|||||DEBUG|500||CSAR Notification: Service Level Properties: Name:basic_vm_macro Description:service Model UUID:e8b45163-c020-47e8-9881-1b4fb2a941c1 Model Version:NULL Model InvariantUuid:bc418d26-9442-4833-ab9a-06727be5ea4e Service Type: Service Role: WorkLoad Context:Production Environment Context:General_Revenue-Bearing VNF Properties: Model Name:basic_vm_macro Model UUID:0b567203-8f6a-4e43-90a6-86278026272f Description:VF Version:1.0 Type:VF Category:Generic InvariantUuid:d9184b44-3960-4cf6-ae97-c89103deb6d0 Max Instances:null Min Instances:null VNF Customization Properties: Customization UUID:5f714760-1e7f-4125-979d-e99246a7cbe1 NFFunction:null NFCode:null NFRole:null NFType:null MultiStageDesign:false VF Module Properties: ModelInvariantUuid:55b706c6-b88c-414d-a59a-45ae9594c664 ModelName:BasicVmMacro..base_ubuntu20..module-0 ModelUuid:b9c928aa-b284-4be8-bd7b-207904d6e05c ModelVersion:1 Description:NULL VF Module Customization Properties: Model Customization UUID:NULL CVNFC Properties: ModelCustomizationUuid:c63ccb34-ad78-4645-9c95-8f877a7050ef ModelInvariantUuid:c1ea9560-7f78-4074-b625-3bf4bfa5975a ModelName:basic_vm_macro-nodes.ubuntu20Cvfc ModelUuid:f29d12e6-755c-43ba-bc20-1f1c35164d9e ModelVersion:1.0 Description:Complex node type that is used as nested type in VF Template Name:abstract_ubuntu20 VNFC Properties: ModelCustomizationUuid:ddf3feff-aa4e-42fd-b3b1-2fecc82c2a3f ModelInvariantUuid:9e72921e-359f-4652-89f3-56f14c3f04df ModelName:BasicVmMacro.compute.nodes.heat.ubuntu20 ModelUuid:00f5cec9-f410-495b-91ef-02413975ef4b ModelVersion:1.0 Description:Not reusable inner VFC Sub Category:Abstract VF Allotted Resource Properties: PNF Allotted Resource Properties: Hibernate: select toscacsar0_.ARTIFACT_UUID as artifact1_57_0_, toscacsar0_.ARTIFACT_CHECKSUM as artifact2_57_0_, toscacsar0_.CREATION_TIMESTAMP as creation3_57_0_, toscacsar0_.DESCRIPTION as descript4_57_0_, toscacsar0_.NAME as name5_57_0_, toscacsar0_.URL as url6_57_0_, toscacsar0_.Version as version7_57_0_ from tosca_csar toscacsar0_ where toscacsar0_.ARTIFACT_UUID=? 2023-02-22T12:17:03.714Z|10ce1f8b-7336-492e-bfea-e881e49d17b2|pool-2-thread-3|||||INFO|500||Processing Resource Type: VF, Model UUID: 79ff5181-83dc-4116-9f3b-64856a27ef67 Hibernate: select service0_.MODEL_UUID as model_uu1_50_, service0_.CDS_BLUEPRINT_NAME as cds_blue2_50_, service0_.CDS_BLUEPRINT_VERSION as cds_blue3_50_, service0_.SERVICE_CATEGORY as service_4_50_, service0_.CONTROLLER_ACTOR as controll5_50_, service0_.CREATION_TIMESTAMP as creation6_50_, service0_.TOSCA_CSAR_ARTIFACT_UUID as tosca_c21_50_, service0_.DESCRIPTION as descript7_50_, service0_.OVERALL_DISTRIBUTION_STATUS as overall_8_50_, service0_.ENVIRONMENT_CONTEXT as environm9_50_, service0_.MODEL_INVARIANT_UUID as model_i10_50_, service0_.MODEL_NAME as model_n11_50_, service0_.MODEL_VERSION as model_v12_50_, service0_.NAMING_POLICY as naming_13_50_, service0_.ONAP_GENERATED_NAMING as onap_ge14_50_, service0_.RESOURCE_ORDER as resourc15_50_, service0_.SERVICE_FUNCTION as service16_50_, service0_.SERVICE_ROLE as service17_50_, service0_.SERVICE_TYPE as service18_50_, service0_.SKIP_POST_INSTANTIATION_CONFIGURATION as skip_po19_50_, service0_.WORKLOAD_CONTEXT as workloa20_50_ from service service0_ where service0_.MODEL_UUID=? 2023-02-22T12:17:03.716Z|10ce1f8b-7336-492e-bfea-e881e49d17b2|pool-2-thread-3|||||INFO|500||basic_vm_macro 0 2023-02-22T12:17:03.716Z|10ce1f8b-7336-492e-bfea-e881e49d17b2|pool-2-thread-3|||||DEBUG|500||Processing Resource Type: VF and Model UUID: 79ff5181-83dc-4116-9f3b-64856a27ef67 2023-02-22T12:17:03.717Z|10ce1f8b-7336-492e-bfea-e881e49d17b2|pool-2-thread-3|||||INFO|500||Trying to download the artifact UUID: 8c8f52dd-25b1-4721-be3b-028c868334e4 from URL: /sdc/v1/catalog/services/BasicVmMacro/1.0/resourceInstances/basic_vm_macro0/artifacts/basic_vm_macro0_modules.json 2023-02-22T12:17:03.717Z|10ce1f8b-7336-492e-bfea-e881e49d17b2|pool-2-thread-3|||||INFO|500||DistributionClient - download 2023-02-22T12:17:03.717Z|10ce1f8b-7336-492e-bfea-e881e49d17b2|pool-2-thread-3|||||DEBUG|500||url to send https://sdc-be.onap:8443/sdc/v1/catalog/services/BasicVmMacro/1.0/resourceInstances/basic_vm_macro0/artifacts/basic_vm_macro0_modules.json 2023-02-22T12:17:03.810Z|10ce1f8b-7336-492e-bfea-e881e49d17b2|pool-2-thread-3|||||DEBUG|500||GET Response Status 200 2023-02-22T12:17:03.811Z|10ce1f8b-7336-492e-bfea-e881e49d17b2|pool-2-thread-3|||||INFO|500||ASDC_ARTIFACT_DOWNLOAD_SUC /sdc/v1/catalog/services/BasicVmMacro/1.0/resourceInstances/basic_vm_macro0/artifacts/basic_vm_macro0_modules.json 8c8f52dd-25b1-4721-be3b-028c868334e4 792 2023-02-22T12:17:03.811Z|10ce1f8b-7336-492e-bfea-e881e49d17b2|pool-2-thread-3|||||INFO|500||ASDC_SEND_NOTIF_ASDC DOWNLOAD DOWNLOAD_OK /sdc/v1/catalog/services/BasicVmMacro/1.0/resourceInstances/basic_vm_macro0/artifacts/basic_vm_macro0_modules.json ASDC sendASDCNotification 2023-02-22T12:17:03.812Z|10ce1f8b-7336-492e-bfea-e881e49d17b2|pool-2-thread-3|||||DEBUG|500||Sending DOWNLOAD(DOWNLOAD_OK) notification to ASDC for artifact:/sdc/v1/catalog/services/BasicVmMacro/1.0/resourceInstances/basic_vm_macro0/artifacts/basic_vm_macro0_modules.json 2023-02-22T12:17:03.812Z|10ce1f8b-7336-492e-bfea-e881e49d17b2|pool-2-thread-3|||||INFO|500||DistributionClient - sendDownloadStatus 2023-02-22T12:17:03.812Z|10ce1f8b-7336-492e-bfea-e881e49d17b2|pool-2-thread-3|||||INFO|500||DistributionClient - sendStatus 2023-02-22T12:17:03.814Z|10ce1f8b-7336-492e-bfea-e881e49d17b2|pool-2-thread-3|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap] 2023-02-22T12:17:03.814Z|10ce1f8b-7336-492e-bfea-e881e49d17b2|pool-2-thread-3|||||DEBUG|500||try to send status { "distributionID": "10ce1f8b-7336-492e-bfea-e881e49d17b2", "consumerID": "SO-COpenSource-Env11", "timestamp": 1677068223811, "artifactURL": "/sdc/v1/catalog/services/BasicVmMacro/1.0/resourceInstances/basic_vm_macro0/artifacts/basic_vm_macro0_modules.json", "status": "DOWNLOAD_OK" } 2023-02-22T12:17:03.914Z||pool-121-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms 2023-02-22T12:17:03.915Z||pool-121-thread-1|||||WARN|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO will send credentials over a clear channel. 2023-02-22T12:17:03.915Z||pool-121-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as sXwXLxdJNt84opGN) ... 2023-02-22T12:17:03.934Z||pool-121-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK 2023-02-22T12:17:03.934Z||pool-121-thread-1|||||INFO|500||cambria reply ok (20 ms):{"serverTimeMs":0,"count":1} 2023-02-22T12:17:04.815Z|10ce1f8b-7336-492e-bfea-e881e49d17b2|pool-2-thread-3|||||DEBUG|500||VF_MODULE_ARTIFACT: [ { "vfModuleModelName": "BasicVmMacro..base_ubuntu20..module-0", "vfModuleModelInvariantUUID": "55b706c6-b88c-414d-a59a-45ae9594c664", "vfModuleModelVersion": "1", "vfModuleModelUUID": "b9c928aa-b284-4be8-bd7b-207904d6e05c", "vfModuleModelCustomizationUUID": "82e9bb6e-a7c2-4c95-942a-f854a6eb54ab", "isBase": true, "artifacts": [ "14c9d501-1128-421e-a3c6-2c53dd6fdf2d", "8863c565-341a-437c-9180-83076a094273" ], "properties": { "min_vf_module_instances": "1", "vf_module_label": "base_ubuntu20", "max_vf_module_instances": "1", "vfc_list": "", "vf_module_type": "Base", "vf_module_description": "", "initial_count": "1", "volume_group": "false", "availability_zone_count": "" } } ] 2023-02-22T12:17:04.818Z|10ce1f8b-7336-492e-bfea-e881e49d17b2|pool-2-thread-3|||||DEBUG|500||VfModuleMetaData List: { VfModuleMetaData: VfModuleModelName:BasicVmMacro..base_ubuntu20..module-0 VfModuleModelVersion:1 VfModuleModelUUID:b9c928aa-b284-4be8-bd7b-207904d6e05c VfModuleModelInvariantUUID:55b706c6-b88c-414d-a59a-45ae9594c664 VfModuleModelDescription:NULL Artifacts UUID List:{ 14c9d501-1128-421e-a3c6-2c53dd6fdf2d , 8863c565-341a-437c-9180-83076a094273 } Properties List:{ min_vf_module_instances : 1 vf_module_label : base_ubuntu20 max_vf_module_instances : 1 vfc_list : vf_module_type : Base vf_module_description : initial_count : 1 volume_group : false availability_zone_count : } isBase:true } 2023-02-22T12:17:04.820Z|10ce1f8b-7336-492e-bfea-e881e49d17b2|pool-2-thread-3|||||DEBUG|500||VF_MODULE_ARTIFACT: [ { "vfModuleModelName": "BasicVmMacro..base_ubuntu20..module-0", "vfModuleModelInvariantUUID": "55b706c6-b88c-414d-a59a-45ae9594c664", "vfModuleModelVersion": "1", "vfModuleModelUUID": "b9c928aa-b284-4be8-bd7b-207904d6e05c", "vfModuleModelCustomizationUUID": "82e9bb6e-a7c2-4c95-942a-f854a6eb54ab", "isBase": true, "artifacts": [ "14c9d501-1128-421e-a3c6-2c53dd6fdf2d", "8863c565-341a-437c-9180-83076a094273" ], "properties": { "min_vf_module_instances": "1", "vf_module_label": "base_ubuntu20", "max_vf_module_instances": "1", "vfc_list": "", "vf_module_type": "Base", "vf_module_description": "", "initial_count": "1", "volume_group": "false", "availability_zone_count": "" } } ] 2023-02-22T12:17:04.820Z|10ce1f8b-7336-492e-bfea-e881e49d17b2|pool-2-thread-3|||||DEBUG|500||VfModuleMetaData List: { VfModuleMetaData: VfModuleModelName:BasicVmMacro..base_ubuntu20..module-0 VfModuleModelVersion:1 VfModuleModelUUID:b9c928aa-b284-4be8-bd7b-207904d6e05c VfModuleModelInvariantUUID:55b706c6-b88c-414d-a59a-45ae9594c664 VfModuleModelDescription:NULL Artifacts UUID List:{ 14c9d501-1128-421e-a3c6-2c53dd6fdf2d , 8863c565-341a-437c-9180-83076a094273 } Properties List:{ min_vf_module_instances : 1 vf_module_label : base_ubuntu20 max_vf_module_instances : 1 vfc_list : vf_module_type : Base vf_module_description : initial_count : 1 volume_group : false availability_zone_count : } isBase:true } 2023-02-22T12:17:04.821Z|10ce1f8b-7336-492e-bfea-e881e49d17b2|pool-2-thread-3|||||INFO|500||Trying to download the artifact UUID: 14c9d501-1128-421e-a3c6-2c53dd6fdf2d from URL: /sdc/v1/catalog/services/BasicVmMacro/1.0/resourceInstances/basic_vm_macro0/artifacts/base_ubuntu20.yaml 2023-02-22T12:17:04.821Z|10ce1f8b-7336-492e-bfea-e881e49d17b2|pool-2-thread-3|||||INFO|500||DistributionClient - download 2023-02-22T12:17:04.821Z|10ce1f8b-7336-492e-bfea-e881e49d17b2|pool-2-thread-3|||||DEBUG|500||url to send https://sdc-be.onap:8443/sdc/v1/catalog/services/BasicVmMacro/1.0/resourceInstances/basic_vm_macro0/artifacts/base_ubuntu20.yaml 2023-02-22T12:17:04.879Z|10ce1f8b-7336-492e-bfea-e881e49d17b2|pool-2-thread-3|||||DEBUG|500||GET Response Status 200 2023-02-22T12:17:04.879Z|10ce1f8b-7336-492e-bfea-e881e49d17b2|pool-2-thread-3|||||INFO|500||ASDC_ARTIFACT_DOWNLOAD_SUC /sdc/v1/catalog/services/BasicVmMacro/1.0/resourceInstances/basic_vm_macro0/artifacts/base_ubuntu20.yaml 14c9d501-1128-421e-a3c6-2c53dd6fdf2d 5033 2023-02-22T12:17:04.880Z|10ce1f8b-7336-492e-bfea-e881e49d17b2|pool-2-thread-3|||||INFO|500||ASDC_SEND_NOTIF_ASDC DOWNLOAD DOWNLOAD_OK /sdc/v1/catalog/services/BasicVmMacro/1.0/resourceInstances/basic_vm_macro0/artifacts/base_ubuntu20.yaml ASDC sendASDCNotification 2023-02-22T12:17:04.880Z|10ce1f8b-7336-492e-bfea-e881e49d17b2|pool-2-thread-3|||||DEBUG|500||Sending DOWNLOAD(DOWNLOAD_OK) notification to ASDC for artifact:/sdc/v1/catalog/services/BasicVmMacro/1.0/resourceInstances/basic_vm_macro0/artifacts/base_ubuntu20.yaml 2023-02-22T12:17:04.880Z|10ce1f8b-7336-492e-bfea-e881e49d17b2|pool-2-thread-3|||||INFO|500||DistributionClient - sendDownloadStatus 2023-02-22T12:17:04.880Z|10ce1f8b-7336-492e-bfea-e881e49d17b2|pool-2-thread-3|||||INFO|500||DistributionClient - sendStatus 2023-02-22T12:17:04.882Z|10ce1f8b-7336-492e-bfea-e881e49d17b2|pool-2-thread-3|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap] 2023-02-22T12:17:04.882Z|10ce1f8b-7336-492e-bfea-e881e49d17b2|pool-2-thread-3|||||DEBUG|500||try to send status { "distributionID": "10ce1f8b-7336-492e-bfea-e881e49d17b2", "consumerID": "SO-COpenSource-Env11", "timestamp": 1677068224880, "artifactURL": "/sdc/v1/catalog/services/BasicVmMacro/1.0/resourceInstances/basic_vm_macro0/artifacts/base_ubuntu20.yaml", "status": "DOWNLOAD_OK" } 2023-02-22T12:17:04.982Z||pool-122-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms 2023-02-22T12:17:04.983Z||pool-122-thread-1|||||WARN|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO will send credentials over a clear channel. 2023-02-22T12:17:04.983Z||pool-122-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as sXwXLxdJNt84opGN) ... 2023-02-22T12:17:04.994Z||pool-122-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK 2023-02-22T12:17:04.994Z||pool-122-thread-1|||||INFO|500||cambria reply ok (12 ms):{"serverTimeMs":0,"count":1} 2023-02-22T12:17:05.883Z|10ce1f8b-7336-492e-bfea-e881e49d17b2|pool-2-thread-3|||||INFO|500||Trying to download the artifact UUID: 8863c565-341a-437c-9180-83076a094273 from URL: /sdc/v1/catalog/services/BasicVmMacro/1.0/resourceInstances/basic_vm_macro0/artifacts/base_ubuntu20.env 2023-02-22T12:17:05.883Z|10ce1f8b-7336-492e-bfea-e881e49d17b2|pool-2-thread-3|||||INFO|500||DistributionClient - download 2023-02-22T12:17:05.884Z|10ce1f8b-7336-492e-bfea-e881e49d17b2|pool-2-thread-3|||||DEBUG|500||url to send https://sdc-be.onap:8443/sdc/v1/catalog/services/BasicVmMacro/1.0/resourceInstances/basic_vm_macro0/artifacts/base_ubuntu20.env 2023-02-22T12:17:05.930Z|10ce1f8b-7336-492e-bfea-e881e49d17b2|pool-2-thread-3|||||DEBUG|500||GET Response Status 200 2023-02-22T12:17:05.931Z|10ce1f8b-7336-492e-bfea-e881e49d17b2|pool-2-thread-3|||||INFO|500||ASDC_ARTIFACT_DOWNLOAD_SUC /sdc/v1/catalog/services/BasicVmMacro/1.0/resourceInstances/basic_vm_macro0/artifacts/base_ubuntu20.env 8863c565-341a-437c-9180-83076a094273 903 2023-02-22T12:17:05.931Z|10ce1f8b-7336-492e-bfea-e881e49d17b2|pool-2-thread-3|||||INFO|500||ASDC_SEND_NOTIF_ASDC DOWNLOAD DOWNLOAD_OK /sdc/v1/catalog/services/BasicVmMacro/1.0/resourceInstances/basic_vm_macro0/artifacts/base_ubuntu20.env ASDC sendASDCNotification 2023-02-22T12:17:05.931Z|10ce1f8b-7336-492e-bfea-e881e49d17b2|pool-2-thread-3|||||DEBUG|500||Sending DOWNLOAD(DOWNLOAD_OK) notification to ASDC for artifact:/sdc/v1/catalog/services/BasicVmMacro/1.0/resourceInstances/basic_vm_macro0/artifacts/base_ubuntu20.env 2023-02-22T12:17:05.932Z|10ce1f8b-7336-492e-bfea-e881e49d17b2|pool-2-thread-3|||||INFO|500||DistributionClient - sendDownloadStatus 2023-02-22T12:17:05.934Z|10ce1f8b-7336-492e-bfea-e881e49d17b2|pool-2-thread-3|||||INFO|500||DistributionClient - sendStatus 2023-02-22T12:17:05.936Z|10ce1f8b-7336-492e-bfea-e881e49d17b2|pool-2-thread-3|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap] 2023-02-22T12:17:05.936Z|10ce1f8b-7336-492e-bfea-e881e49d17b2|pool-2-thread-3|||||DEBUG|500||try to send status { "distributionID": "10ce1f8b-7336-492e-bfea-e881e49d17b2", "consumerID": "SO-COpenSource-Env11", "timestamp": 1677068225931, "artifactURL": "/sdc/v1/catalog/services/BasicVmMacro/1.0/resourceInstances/basic_vm_macro0/artifacts/base_ubuntu20.env", "status": "DOWNLOAD_OK" } 2023-02-22T12:17:06.036Z||pool-123-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 99 ms 2023-02-22T12:17:06.036Z||pool-123-thread-1|||||WARN|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO will send credentials over a clear channel. 2023-02-22T12:17:06.037Z||pool-123-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as sXwXLxdJNt84opGN) ... 2023-02-22T12:17:06.050Z||pool-123-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK 2023-02-22T12:17:06.050Z||pool-123-thread-1|||||INFO|500||cambria reply ok (14 ms):{"serverTimeMs":0,"count":1} 2023-02-22T12:17:06.936Z|10ce1f8b-7336-492e-bfea-e881e49d17b2|pool-2-thread-3|||||DEBUG|500||Preparing to deploy Service: e8b45163-c020-47e8-9881-1b4fb2a941c1 2023-02-22T12:17:06.936Z|10ce1f8b-7336-492e-bfea-e881e49d17b2|pool-2-thread-3|||||INFO|500||ASDC_START_DEPLOY_ARTIFACT basic_vm_macro 0 79ff5181-83dc-4116-9f3b-64856a27ef67 ASDC Hibernate: select heatenviro0_.ARTIFACT_UUID as artifact1_26_, heatenviro0_.ARTIFACT_CHECKSUM as artifact2_26_, heatenviro0_.CREATION_TIMESTAMP as creation3_26_, heatenviro0_.DESCRIPTION as descript4_26_, heatenviro0_.BODY as body5_26_, heatenviro0_.NAME as name6_26_, heatenviro0_.VERSION as version7_26_ from heat_environment heatenviro0_ where heatenviro0_.ARTIFACT_UUID=? Hibernate: select heattempla0_.ARTIFACT_UUID as artifact1_29_, heattempla0_.ARTIFACT_CHECKSUM as artifact2_29_, heattempla0_.CREATION_TIMESTAMP as creation3_29_, heattempla0_.DESCRIPTION as descript4_29_, heattempla0_.BODY as body5_29_, heattempla0_.NAME as name6_29_, heattempla0_.TIMEOUT_MINUTES as timeout_7_29_, heattempla0_.VERSION as version8_29_ from heat_template heattempla0_ where heattempla0_.ARTIFACT_UUID=? Hibernate: select toscacsar0_.ARTIFACT_UUID as artifact1_57_0_, toscacsar0_.ARTIFACT_CHECKSUM as artifact2_57_0_, toscacsar0_.CREATION_TIMESTAMP as creation3_57_0_, toscacsar0_.DESCRIPTION as descript4_57_0_, toscacsar0_.NAME as name5_57_0_, toscacsar0_.URL as url6_57_0_, toscacsar0_.Version as version7_57_0_ from tosca_csar toscacsar0_ where toscacsar0_.ARTIFACT_UUID=? Hibernate: select service0_.MODEL_UUID as model_uu1_50_, service0_.CDS_BLUEPRINT_NAME as cds_blue2_50_, service0_.CDS_BLUEPRINT_VERSION as cds_blue3_50_, service0_.SERVICE_CATEGORY as service_4_50_, service0_.CONTROLLER_ACTOR as controll5_50_, service0_.CREATION_TIMESTAMP as creation6_50_, service0_.TOSCA_CSAR_ARTIFACT_UUID as tosca_c21_50_, service0_.DESCRIPTION as descript7_50_, service0_.OVERALL_DISTRIBUTION_STATUS as overall_8_50_, service0_.ENVIRONMENT_CONTEXT as environm9_50_, service0_.MODEL_INVARIANT_UUID as model_i10_50_, service0_.MODEL_NAME as model_n11_50_, service0_.MODEL_VERSION as model_v12_50_, service0_.NAMING_POLICY as naming_13_50_, service0_.ONAP_GENERATED_NAMING as onap_ge14_50_, service0_.RESOURCE_ORDER as resourc15_50_, service0_.SERVICE_FUNCTION as service16_50_, service0_.SERVICE_ROLE as service17_50_, service0_.SERVICE_TYPE as service18_50_, service0_.SKIP_POST_INSTANTIATION_CONFIGURATION as skip_po19_50_, service0_.WORKLOAD_CONTEXT as workloa20_50_ from service service0_ where service0_.MODEL_UUID=? 2023-02-22T12:17:06.947Z|10ce1f8b-7336-492e-bfea-e881e49d17b2|pool-2-thread-3|||||DEBUG|500||serviceInputs: {} [org.onap.sdc.toscaparser.api.parameters.Input@6c66f1e0, org.onap.sdc.toscaparser.api.parameters.Input@52fb82fd, org.onap.sdc.toscaparser.api.parameters.Input@50a7250d, org.onap.sdc.toscaparser.api.parameters.Input@11d14003, org.onap.sdc.toscaparser.api.parameters.Input@4a635a28] 2023-02-22T12:17:06.948Z|10ce1f8b-7336-492e-bfea-e881e49d17b2|pool-2-thread-3|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive 2023-02-22T12:17:06.948Z|10ce1f8b-7336-492e-bfea-e881e49d17b2|pool-2-thread-3|||||DEBUG|500||Service basic_vm_macro is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=VF, toscaType=null, uUID=null, customizationUUID=null 2023-02-22T12:17:06.948Z|10ce1f8b-7336-492e-bfea-e881e49d17b2|pool-2-thread-3|||||DEBUG|500||VF Category is: Generic 2023-02-22T12:17:06.948Z|10ce1f8b-7336-492e-bfea-e881e49d17b2|pool-2-thread-3|||||DEBUG|500||VFCustomizationUUID= 5f714760-1e7f-4125-979d-e99246a7cbe1 2023-02-22T12:17:06.949Z|10ce1f8b-7336-492e-bfea-e881e49d17b2|pool-2-thread-3|||||DEBUG|500||Checking if Notification VF ResourceCustomizationUUID: 5f714760-1e7f-4125-979d-e99246a7cbe1 matches Tosca VF Customization UUID: 5f714760-1e7f-4125-979d-e99246a7cbe1 2023-02-22T12:17:06.949Z|10ce1f8b-7336-492e-bfea-e881e49d17b2|pool-2-thread-3|||||DEBUG|500||vfCustomizationUUID: 5f714760-1e7f-4125-979d-e99246a7cbe1 matches vfNotificationResource CustomizationUUID Hibernate: select vnfresourc0_.MODEL_UUID as model_uu1_64_, vnfresourc0_.AIC_VERSION_MAX as aic_vers2_64_, vnfresourc0_.AIC_VERSION_MIN as aic_vers3_64_, vnfresourc0_.RESOURCE_CATEGORY as resource4_64_, vnfresourc0_.CREATION_TIMESTAMP as creation5_64_, vnfresourc0_.DESCRIPTION as descript6_64_, vnfresourc0_.HEAT_TEMPLATE_ARTIFACT_UUID as heat_te13_64_, vnfresourc0_.MODEL_INVARIANT_UUID as model_in7_64_, vnfresourc0_.MODEL_NAME as model_na8_64_, vnfresourc0_.MODEL_VERSION as model_ve9_64_, vnfresourc0_.ORCHESTRATION_MODE as orchest10_64_, vnfresourc0_.RESOURCE_SUB_CATEGORY as resourc11_64_, vnfresourc0_.TOSCA_NODE_TYPE as tosca_n12_64_ from vnf_resource vnfresourc0_ where vnfresourc0_.MODEL_UUID=? 2023-02-22T12:17:06.950Z|10ce1f8b-7336-492e-bfea-e881e49d17b2|pool-2-thread-3|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive 2023-02-22T12:17:06.951Z|10ce1f8b-7336-492e-bfea-e881e49d17b2|pool-2-thread-3|||||DEBUG|500||Service basic_vm_macro is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=null, toscaType=null, uUID=null, customizationUUID=null 2023-02-22T12:17:06.951Z|10ce1f8b-7336-492e-bfea-e881e49d17b2|pool-2-thread-3|||||DEBUG|500||resource request for resource customization id 5f714760-1e7f-4125-979d-e99246a7cbe1: {\"skip_post_instantiation_configuration\":\"false\",\"nf_naming\":\"true\",\"multi_stage_design\":\"false\",\"controller_actor\":\"CDS\",\"availability_zone_max_count\":\"1\",\"sdnc_model_version\":\"1.0.0\",\"sdnc_artifact_name\":\"vnf\",\"sdnc_model_name\":\"ubuntu20\"} 2023-02-22T12:17:06.952Z|10ce1f8b-7336-492e-bfea-e881e49d17b2|pool-2-thread-3|||||DEBUG|500||vfModuleStructure: org.onap.so.asdc.installer.VfModuleStructure@362d83c4 2023-02-22T12:17:06.952Z|10ce1f8b-7336-492e-bfea-e881e49d17b2|pool-2-thread-3|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive 2023-02-22T12:17:06.952Z|10ce1f8b-7336-492e-bfea-e881e49d17b2|pool-2-thread-3|||||DEBUG|500||Service basic_vm_macro is searched for EntityType=GROUP, nodeTemplateType=null, toscaType=org.openecomp.groups.VfModule, uUID=null, customizationUUID=null 2023-02-22T12:17:06.952Z|10ce1f8b-7336-492e-bfea-e881e49d17b2|pool-2-thread-3|||||DEBUG|500||Comparing Vf_Modules_Metadata CustomizationUUID : 82e9bb6e-a7c2-4c95-942a-f854a6eb54ab 2023-02-22T12:17:06.952Z|10ce1f8b-7336-492e-bfea-e881e49d17b2|pool-2-thread-3|||||DEBUG|500||To Csar Group VFModuleModelCustomizationUUID 82e9bb6e-a7c2-4c95-942a-f854a6eb54ab Hibernate: select vfmodule0_.MODEL_UUID as model_uu1_59_, vfmodule0_.CREATION_TIMESTAMP as creation2_59_, vfmodule0_.DESCRIPTION as descript3_59_, vfmodule0_.IS_BASE as is_base4_59_, vfmodule0_.MODEL_INVARIANT_UUID as model_in5_59_, vfmodule0_.MODEL_NAME as model_na6_59_, vfmodule0_.MODEL_VERSION as model_ve7_59_, vfmodule0_.HEAT_TEMPLATE_ARTIFACT_UUID as heat_tem8_59_, vfmodule0_.VNF_RESOURCE_MODEL_UUID as vnf_reso9_59_, vfmodule0_.VOL_HEAT_TEMPLATE_ARTIFACT_UUID as vol_hea10_59_ from vf_module vfmodule0_ where vfmodule0_.MODEL_UUID=? 2023-02-22T12:17:06.954Z|10ce1f8b-7336-492e-bfea-e881e49d17b2|pool-2-thread-3|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive 2023-02-22T12:17:06.954Z|10ce1f8b-7336-492e-bfea-e881e49d17b2|pool-2-thread-3|||||DEBUG|500||Node template basic_vm_macro 0 is matching search criteria 2023-02-22T12:17:06.955Z|10ce1f8b-7336-492e-bfea-e881e49d17b2|pool-2-thread-3|||||DEBUG|500||Found topology templates [basic_vm_macro 0] matching following query criteria: sdcType=VF, customizationUUID=null 2023-02-22T12:17:06.955Z|10ce1f8b-7336-492e-bfea-e881e49d17b2|pool-2-thread-3|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive 2023-02-22T12:17:06.955Z|10ce1f8b-7336-492e-bfea-e881e49d17b2|pool-2-thread-3|||||DEBUG|500||Node template basic_vm_macro 0 is matching search criteria 2023-02-22T12:17:06.955Z|10ce1f8b-7336-492e-bfea-e881e49d17b2|pool-2-thread-3|||||DEBUG|500||Found topology templates [basic_vm_macro 0] matching following query criteria: sdcType=VF, customizationUUID=null 2023-02-22T12:17:06.956Z|10ce1f8b-7336-492e-bfea-e881e49d17b2|pool-2-thread-3|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive 2023-02-22T12:17:06.956Z|10ce1f8b-7336-492e-bfea-e881e49d17b2|pool-2-thread-3|||||DEBUG|500||Node template basic_vm_macro 0 is not matching search criteria 2023-02-22T12:17:06.956Z|10ce1f8b-7336-492e-bfea-e881e49d17b2|pool-2-thread-3|||||DEBUG|500||Node template abstract_ubuntu20 is matching search criteria 2023-02-22T12:17:06.956Z|10ce1f8b-7336-492e-bfea-e881e49d17b2|pool-2-thread-3|||||DEBUG|500||Node template ubuntu20_admin_security_group is not matching search criteria 2023-02-22T12:17:06.956Z|10ce1f8b-7336-492e-bfea-e881e49d17b2|pool-2-thread-3|||||DEBUG|500||Found topology templates [abstract_ubuntu20] matching following query criteria: sdcType=CVFC, customizationUUID=c63ccb34-ad78-4645-9c95-8f877a7050ef Hibernate: select vnfccustom0_.MODEL_CUSTOMIZATION_UUID as model_cu1_67_, vnfccustom0_.CREATION_TIMESTAMP as creation2_67_, vnfccustom0_.DESCRIPTION as descript3_67_, vnfccustom0_.MODEL_INSTANCE_NAME as model_in4_67_, vnfccustom0_.MODEL_INVARIANT_UUID as model_in5_67_, vnfccustom0_.MODEL_NAME as model_na6_67_, vnfccustom0_.MODEL_UUID as model_uu7_67_, vnfccustom0_.MODEL_VERSION as model_ve8_67_, vnfccustom0_.RESOURCE_INPUT as resource9_67_, vnfccustom0_.TOSCA_NODE_TYPE as tosca_n10_67_, vnfccustom0_.VNFC_INSTANCE_GROUP_CUSTOMIZATION_ID as vnfc_in11_67_ from vnfc_customization vnfccustom0_ where vnfccustom0_.MODEL_CUSTOMIZATION_UUID=? 2023-02-22T12:17:06.959Z|10ce1f8b-7336-492e-bfea-e881e49d17b2|pool-2-thread-3|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive 2023-02-22T12:17:06.959Z|10ce1f8b-7336-492e-bfea-e881e49d17b2|pool-2-thread-3|||||DEBUG|500||Node template basic_vm_macro 0 is matching search criteria 2023-02-22T12:17:06.959Z|10ce1f8b-7336-492e-bfea-e881e49d17b2|pool-2-thread-3|||||DEBUG|500||Found topology templates [basic_vm_macro 0] matching following query criteria: sdcType=VF, customizationUUID=null 2023-02-22T12:17:06.959Z|10ce1f8b-7336-492e-bfea-e881e49d17b2|pool-2-thread-3|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive 2023-02-22T12:17:06.959Z|10ce1f8b-7336-492e-bfea-e881e49d17b2|pool-2-thread-3|||||DEBUG|500||Node template basic_vm_macro 0 is matching search criteria 2023-02-22T12:17:06.960Z|10ce1f8b-7336-492e-bfea-e881e49d17b2|pool-2-thread-3|||||DEBUG|500||Found topology templates [basic_vm_macro 0] matching following query criteria: sdcType=VF, customizationUUID=5f714760-1e7f-4125-979d-e99246a7cbe1 Hibernate: select service0_.MODEL_UUID as model_uu1_50_, service0_.CDS_BLUEPRINT_NAME as cds_blue2_50_, service0_.CDS_BLUEPRINT_VERSION as cds_blue3_50_, service0_.SERVICE_CATEGORY as service_4_50_, service0_.CONTROLLER_ACTOR as controll5_50_, service0_.CREATION_TIMESTAMP as creation6_50_, service0_.TOSCA_CSAR_ARTIFACT_UUID as tosca_c21_50_, service0_.DESCRIPTION as descript7_50_, service0_.OVERALL_DISTRIBUTION_STATUS as overall_8_50_, service0_.ENVIRONMENT_CONTEXT as environm9_50_, service0_.MODEL_INVARIANT_UUID as model_i10_50_, service0_.MODEL_NAME as model_n11_50_, service0_.MODEL_VERSION as model_v12_50_, service0_.NAMING_POLICY as naming_13_50_, service0_.ONAP_GENERATED_NAMING as onap_ge14_50_, service0_.RESOURCE_ORDER as resourc15_50_, service0_.SERVICE_FUNCTION as service16_50_, service0_.SERVICE_ROLE as service17_50_, service0_.SERVICE_TYPE as service18_50_, service0_.SKIP_POST_INSTANTIATION_CONFIGURATION as skip_po19_50_, service0_.WORKLOAD_CONTEXT as workloa20_50_ from service service0_ where service0_.MODEL_UUID=? 2023-02-22T12:17:06.960Z|10ce1f8b-7336-492e-bfea-e881e49d17b2|pool-2-thread-3|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive 2023-02-22T12:17:06.961Z|10ce1f8b-7336-492e-bfea-e881e49d17b2|pool-2-thread-3|||||DEBUG|500||Service basic_vm_macro is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=null, toscaType=null, uUID=null, customizationUUID=null 2023-02-22T12:17:06.961Z|10ce1f8b-7336-492e-bfea-e881e49d17b2|pool-2-thread-3|||||DEBUG|500|| resourceSeq for service uuid e8b45163-c020-47e8-9881-1b4fb2a941c1: basic_vm_macro 2023-02-22T12:17:06.961Z|10ce1f8b-7336-492e-bfea-e881e49d17b2|pool-2-thread-3|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive 2023-02-22T12:17:06.961Z|10ce1f8b-7336-492e-bfea-e881e49d17b2|pool-2-thread-3|||||DEBUG|500||Service basic_vm_macro is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=PNF, toscaType=null, uUID=null, customizationUUID=null 2023-02-22T12:17:06.961Z|10ce1f8b-7336-492e-bfea-e881e49d17b2|pool-2-thread-3|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive 2023-02-22T12:17:06.961Z|10ce1f8b-7336-492e-bfea-e881e49d17b2|pool-2-thread-3|||||DEBUG|500||Service basic_vm_macro is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=VL, toscaType=null, uUID=null, customizationUUID=null 2023-02-22T12:17:06.961Z|10ce1f8b-7336-492e-bfea-e881e49d17b2|pool-2-thread-3|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive 2023-02-22T12:17:06.962Z|10ce1f8b-7336-492e-bfea-e881e49d17b2|pool-2-thread-3|||||DEBUG|500||Service basic_vm_macro is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=CR, toscaType=null, uUID=null, customizationUUID=null 2023-02-22T12:17:06.962Z|10ce1f8b-7336-492e-bfea-e881e49d17b2|pool-2-thread-3|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive 2023-02-22T12:17:06.962Z|10ce1f8b-7336-492e-bfea-e881e49d17b2|pool-2-thread-3|||||DEBUG|500||Service basic_vm_macro is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=SERVICE_PROXY, toscaType=null, uUID=null, customizationUUID=null 2023-02-22T12:17:06.962Z|10ce1f8b-7336-492e-bfea-e881e49d17b2|pool-2-thread-3|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive 2023-02-22T12:17:06.962Z|10ce1f8b-7336-492e-bfea-e881e49d17b2|pool-2-thread-3|||||DEBUG|500||Service basic_vm_macro is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=CONFIGURATION, toscaType=null, uUID=null, customizationUUID=null 2023-02-22T12:17:06.962Z|10ce1f8b-7336-492e-bfea-e881e49d17b2|pool-2-thread-3|||||INFO|500||Saving Service: basic_vm_macro Hibernate: select service0_.MODEL_UUID as model_uu1_50_3_, service0_.CDS_BLUEPRINT_NAME as cds_blue2_50_3_, service0_.CDS_BLUEPRINT_VERSION as cds_blue3_50_3_, service0_.SERVICE_CATEGORY as service_4_50_3_, service0_.CONTROLLER_ACTOR as controll5_50_3_, service0_.CREATION_TIMESTAMP as creation6_50_3_, service0_.TOSCA_CSAR_ARTIFACT_UUID as tosca_c21_50_3_, service0_.DESCRIPTION as descript7_50_3_, service0_.OVERALL_DISTRIBUTION_STATUS as overall_8_50_3_, service0_.ENVIRONMENT_CONTEXT as environm9_50_3_, service0_.MODEL_INVARIANT_UUID as model_i10_50_3_, service0_.MODEL_NAME as model_n11_50_3_, service0_.MODEL_VERSION as model_v12_50_3_, service0_.NAMING_POLICY as naming_13_50_3_, service0_.ONAP_GENERATED_NAMING as onap_ge14_50_3_, service0_.RESOURCE_ORDER as resourc15_50_3_, service0_.SERVICE_FUNCTION as service16_50_3_, service0_.SERVICE_ROLE as service17_50_3_, service0_.SERVICE_TYPE as service18_50_3_, service0_.SKIP_POST_INSTANTIATION_CONFIGURATION as skip_po19_50_3_, service0_.WORKLOAD_CONTEXT as workloa20_50_3_, allottedcu1_.SERVICE_MODEL_UUID as service_1_8_5_, allottedre2_.MODEL_CUSTOMIZATION_UUID as resource2_8_5_, allottedre2_.MODEL_CUSTOMIZATION_UUID as model_cu1_7_0_, allottedre2_.AR_MODEL_UUID as ar_mode15_7_0_, allottedre2_.CREATION_TIMESTAMP as creation2_7_0_, allottedre2_.MAX_INSTANCES as max_inst3_7_0_, allottedre2_.MIN_INSTANCES as min_inst4_7_0_, allottedre2_.MODEL_INSTANCE_NAME as model_in5_7_0_, allottedre2_.NF_FUNCTION as nf_funct6_7_0_, allottedre2_.NF_NAMING_CODE as nf_namin7_7_0_, allottedre2_.NF_ROLE as nf_role8_7_0_, allottedre2_.NF_TYPE as nf_type9_7_0_, allottedre2_.PROVIDING_SERVICE_MODEL_INVARIANT_UUID as providi10_7_0_, allottedre2_.PROVIDING_SERVICE_MODEL_NAME as providi11_7_0_, allottedre2_.PROVIDING_SERVICE_MODEL_UUID as providi12_7_0_, allottedre2_.RESOURCE_INPUT as resourc13_7_0_, allottedre2_.TARGET_NETWORK_ROLE as target_14_7_0_, allottedre3_.MODEL_UUID as model_uu1_6_1_, allottedre3_.CREATION_TIMESTAMP as creation2_6_1_, allottedre3_.DESCRIPTION as descript3_6_1_, allottedre3_.MODEL_INVARIANT_UUID as model_in4_6_1_, allottedre3_.MODEL_NAME as model_na5_6_1_, allottedre3_.MODEL_VERSION as model_ve6_6_1_, allottedre3_.SUBCATEGORY as subcateg7_6_1_, allottedre3_.TOSCA_NODE_TYPE as tosca_no8_6_1_, toscacsar4_.ARTIFACT_UUID as artifact1_57_2_, toscacsar4_.ARTIFACT_CHECKSUM as artifact2_57_2_, toscacsar4_.CREATION_TIMESTAMP as creation3_57_2_, toscacsar4_.DESCRIPTION as descript4_57_2_, toscacsar4_.NAME as name5_57_2_, toscacsar4_.URL as url6_57_2_, toscacsar4_.Version as version7_57_2_ from service service0_ left outer join allotted_resource_customization_to_service allottedcu1_ on service0_.MODEL_UUID=allottedcu1_.SERVICE_MODEL_UUID left outer join allotted_resource_customization allottedre2_ on allottedcu1_.RESOURCE_MODEL_CUSTOMIZATION_UUID=allottedre2_.MODEL_CUSTOMIZATION_UUID left outer join allotted_resource allottedre3_ on allottedre2_.AR_MODEL_UUID=allottedre3_.MODEL_UUID left outer join tosca_csar toscacsar4_ on service0_.TOSCA_CSAR_ARTIFACT_UUID=toscacsar4_.ARTIFACT_UUID where service0_.MODEL_UUID=? Hibernate: select toscacsar0_.ARTIFACT_UUID as artifact1_57_1_, toscacsar0_.ARTIFACT_CHECKSUM as artifact2_57_1_, toscacsar0_.CREATION_TIMESTAMP as creation3_57_1_, toscacsar0_.DESCRIPTION as descript4_57_1_, toscacsar0_.NAME as name5_57_1_, toscacsar0_.URL as url6_57_1_, toscacsar0_.Version as version7_57_1_, services1_.TOSCA_CSAR_ARTIFACT_UUID as tosca_c21_50_3_, services1_.MODEL_UUID as model_uu1_50_3_, services1_.MODEL_UUID as model_uu1_50_0_, services1_.CDS_BLUEPRINT_NAME as cds_blue2_50_0_, services1_.CDS_BLUEPRINT_VERSION as cds_blue3_50_0_, services1_.SERVICE_CATEGORY as service_4_50_0_, services1_.CONTROLLER_ACTOR as controll5_50_0_, services1_.CREATION_TIMESTAMP as creation6_50_0_, services1_.TOSCA_CSAR_ARTIFACT_UUID as tosca_c21_50_0_, services1_.DESCRIPTION as descript7_50_0_, services1_.OVERALL_DISTRIBUTION_STATUS as overall_8_50_0_, services1_.ENVIRONMENT_CONTEXT as environm9_50_0_, services1_.MODEL_INVARIANT_UUID as model_i10_50_0_, services1_.MODEL_NAME as model_n11_50_0_, services1_.MODEL_VERSION as model_v12_50_0_, services1_.NAMING_POLICY as naming_13_50_0_, services1_.ONAP_GENERATED_NAMING as onap_ge14_50_0_, services1_.RESOURCE_ORDER as resourc15_50_0_, services1_.SERVICE_FUNCTION as service16_50_0_, services1_.SERVICE_ROLE as service17_50_0_, services1_.SERVICE_TYPE as service18_50_0_, services1_.SKIP_POST_INSTANTIATION_CONFIGURATION as skip_po19_50_0_, services1_.WORKLOAD_CONTEXT as workloa20_50_0_ from tosca_csar toscacsar0_ left outer join service services1_ on toscacsar0_.ARTIFACT_UUID=services1_.TOSCA_CSAR_ARTIFACT_UUID where toscacsar0_.ARTIFACT_UUID=? Hibernate: insert into tosca_csar (ARTIFACT_CHECKSUM, CREATION_TIMESTAMP, DESCRIPTION, NAME, URL, Version, ARTIFACT_UUID) values (?, ?, ?, ?, ?, ?, ?) Hibernate: insert into service (CDS_BLUEPRINT_NAME, CDS_BLUEPRINT_VERSION, SERVICE_CATEGORY, CONTROLLER_ACTOR, CREATION_TIMESTAMP, TOSCA_CSAR_ARTIFACT_UUID, DESCRIPTION, OVERALL_DISTRIBUTION_STATUS, ENVIRONMENT_CONTEXT, MODEL_INVARIANT_UUID, MODEL_NAME, MODEL_VERSION, NAMING_POLICY, ONAP_GENERATED_NAMING, RESOURCE_ORDER, SERVICE_FUNCTION, SERVICE_ROLE, SERVICE_TYPE, SKIP_POST_INSTANTIATION_CONFIGURATION, WORKLOAD_CONTEXT, MODEL_UUID) values (?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?) Hibernate: insert into service_info (SERVICE_MODEL_UUID, SERVICE_INPUT, SERVICE_PROPERTIES) values (?, ?, ?) Hibernate: select vnfresourc0_.MODEL_UUID as model_uu1_64_0_, vnfresourc0_.AIC_VERSION_MAX as aic_vers2_64_0_, vnfresourc0_.AIC_VERSION_MIN as aic_vers3_64_0_, vnfresourc0_.RESOURCE_CATEGORY as resource4_64_0_, vnfresourc0_.CREATION_TIMESTAMP as creation5_64_0_, vnfresourc0_.DESCRIPTION as descript6_64_0_, vnfresourc0_.HEAT_TEMPLATE_ARTIFACT_UUID as heat_te13_64_0_, vnfresourc0_.MODEL_INVARIANT_UUID as model_in7_64_0_, vnfresourc0_.MODEL_NAME as model_na8_64_0_, vnfresourc0_.MODEL_VERSION as model_ve9_64_0_, vnfresourc0_.ORCHESTRATION_MODE as orchest10_64_0_, vnfresourc0_.RESOURCE_SUB_CATEGORY as resourc11_64_0_, vnfresourc0_.TOSCA_NODE_TYPE as tosca_n12_64_0_ from vnf_resource vnfresourc0_ where vnfresourc0_.MODEL_UUID=? Hibernate: insert into vnf_resource (AIC_VERSION_MAX, AIC_VERSION_MIN, RESOURCE_CATEGORY, CREATION_TIMESTAMP, DESCRIPTION, HEAT_TEMPLATE_ARTIFACT_UUID, MODEL_INVARIANT_UUID, MODEL_NAME, MODEL_VERSION, ORCHESTRATION_MODE, RESOURCE_SUB_CATEGORY, TOSCA_NODE_TYPE, MODEL_UUID) values (?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?) Hibernate: insert into vnf_resource_customization (AVAILABILITY_ZONE_MAX_COUNT, CDS_BLUEPRINT_NAME, CDS_BLUEPRINT_VERSION, CONTROLLER_ACTOR, CREATION_TIMESTAMP, MAX_INSTANCES, MIN_INSTANCES, MODEL_CUSTOMIZATION_UUID, MODEL_INSTANCE_NAME, MULTI_STAGE_DESIGN, NF_DATA_VALID, NF_FUNCTION, NF_NAMING_CODE, NF_ROLE, NF_TYPE, RESOURCE_INPUT, SERVICE_MODEL_UUID, SKIP_POST_INSTANTIATION_CONFIGURATION, VNF_RESOURCE_MODEL_UUID, VNFCINSTANCEGROUP_ORDER) values (?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?) Hibernate: select heatenviro0_.ARTIFACT_UUID as artifact1_26_0_, heatenviro0_.ARTIFACT_CHECKSUM as artifact2_26_0_, heatenviro0_.CREATION_TIMESTAMP as creation3_26_0_, heatenviro0_.DESCRIPTION as descript4_26_0_, heatenviro0_.BODY as body5_26_0_, heatenviro0_.NAME as name6_26_0_, heatenviro0_.VERSION as version7_26_0_ from heat_environment heatenviro0_ where heatenviro0_.ARTIFACT_UUID=? Hibernate: select vfmodule0_.MODEL_UUID as model_uu1_59_4_, vfmodule0_.CREATION_TIMESTAMP as creation2_59_4_, vfmodule0_.DESCRIPTION as descript3_59_4_, vfmodule0_.IS_BASE as is_base4_59_4_, vfmodule0_.MODEL_INVARIANT_UUID as model_in5_59_4_, vfmodule0_.MODEL_NAME as model_na6_59_4_, vfmodule0_.MODEL_VERSION as model_ve7_59_4_, vfmodule0_.HEAT_TEMPLATE_ARTIFACT_UUID as heat_tem8_59_4_, vfmodule0_.VNF_RESOURCE_MODEL_UUID as vnf_reso9_59_4_, vfmodule0_.VOL_HEAT_TEMPLATE_ARTIFACT_UUID as vol_hea10_59_4_, heatfiles1_.VF_MODULE_MODEL_UUID as vf_modul1_61_6_, heatfiles2_.ARTIFACT_UUID as heat_fil2_61_6_, heatfiles2_.ARTIFACT_UUID as artifact1_27_0_, heatfiles2_.ARTIFACT_CHECKSUM as artifact2_27_0_, heatfiles2_.CREATION_TIMESTAMP as creation3_27_0_, heatfiles2_.DESCRIPTION as descript4_27_0_, heatfiles2_.BODY as body5_27_0_, heatfiles2_.NAME as name6_27_0_, heatfiles2_.VERSION as version7_27_0_, heattempla3_.ARTIFACT_UUID as artifact1_29_1_, heattempla3_.ARTIFACT_CHECKSUM as artifact2_29_1_, heattempla3_.CREATION_TIMESTAMP as creation3_29_1_, heattempla3_.DESCRIPTION as descript4_29_1_, heattempla3_.BODY as body5_29_1_, heattempla3_.NAME as name6_29_1_, heattempla3_.TIMEOUT_MINUTES as timeout_7_29_1_, heattempla3_.VERSION as version8_29_1_, vnfresourc4_.MODEL_UUID as model_uu1_64_2_, vnfresourc4_.AIC_VERSION_MAX as aic_vers2_64_2_, vnfresourc4_.AIC_VERSION_MIN as aic_vers3_64_2_, vnfresourc4_.RESOURCE_CATEGORY as resource4_64_2_, vnfresourc4_.CREATION_TIMESTAMP as creation5_64_2_, vnfresourc4_.DESCRIPTION as descript6_64_2_, vnfresourc4_.HEAT_TEMPLATE_ARTIFACT_UUID as heat_te13_64_2_, vnfresourc4_.MODEL_INVARIANT_UUID as model_in7_64_2_, vnfresourc4_.MODEL_NAME as model_na8_64_2_, vnfresourc4_.MODEL_VERSION as model_ve9_64_2_, vnfresourc4_.ORCHESTRATION_MODE as orchest10_64_2_, vnfresourc4_.RESOURCE_SUB_CATEGORY as resourc11_64_2_, vnfresourc4_.TOSCA_NODE_TYPE as tosca_n12_64_2_, heattempla5_.ARTIFACT_UUID as artifact1_29_3_, heattempla5_.ARTIFACT_CHECKSUM as artifact2_29_3_, heattempla5_.CREATION_TIMESTAMP as creation3_29_3_, heattempla5_.DESCRIPTION as descript4_29_3_, heattempla5_.BODY as body5_29_3_, heattempla5_.NAME as name6_29_3_, heattempla5_.TIMEOUT_MINUTES as timeout_7_29_3_, heattempla5_.VERSION as version8_29_3_ from vf_module vfmodule0_ left outer join vf_module_to_heat_files heatfiles1_ on vfmodule0_.MODEL_UUID=heatfiles1_.VF_MODULE_MODEL_UUID left outer join heat_files heatfiles2_ on heatfiles1_.HEAT_FILES_ARTIFACT_UUID=heatfiles2_.ARTIFACT_UUID left outer join heat_template heattempla3_ on vfmodule0_.HEAT_TEMPLATE_ARTIFACT_UUID=heattempla3_.ARTIFACT_UUID left outer join vnf_resource vnfresourc4_ on vfmodule0_.VNF_RESOURCE_MODEL_UUID=vnfresourc4_.MODEL_UUID left outer join heat_template heattempla5_ on vfmodule0_.VOL_HEAT_TEMPLATE_ARTIFACT_UUID=heattempla5_.ARTIFACT_UUID where vfmodule0_.MODEL_UUID=? Hibernate: select heattempla0_.ARTIFACT_UUID as artifact1_29_1_, heattempla0_.ARTIFACT_CHECKSUM as artifact2_29_1_, heattempla0_.CREATION_TIMESTAMP as creation3_29_1_, heattempla0_.DESCRIPTION as descript4_29_1_, heattempla0_.BODY as body5_29_1_, heattempla0_.NAME as name6_29_1_, heattempla0_.TIMEOUT_MINUTES as timeout_7_29_1_, heattempla0_.VERSION as version8_29_1_, childtempl1_.PARENT_HEAT_TEMPLATE_UUID as parent_h1_28_3_, heattempla2_.ARTIFACT_UUID as child_he2_28_3_, heattempla2_.ARTIFACT_UUID as artifact1_29_0_, heattempla2_.ARTIFACT_CHECKSUM as artifact2_29_0_, heattempla2_.CREATION_TIMESTAMP as creation3_29_0_, heattempla2_.DESCRIPTION as descript4_29_0_, heattempla2_.BODY as body5_29_0_, heattempla2_.NAME as name6_29_0_, heattempla2_.TIMEOUT_MINUTES as timeout_7_29_0_, heattempla2_.VERSION as version8_29_0_ from heat_template heattempla0_ left outer join heat_nested_template childtempl1_ on heattempla0_.ARTIFACT_UUID=childtempl1_.PARENT_HEAT_TEMPLATE_UUID left outer join heat_template heattempla2_ on childtempl1_.CHILD_HEAT_TEMPLATE_UUID=heattempla2_.ARTIFACT_UUID where heattempla0_.ARTIFACT_UUID=? Hibernate: select heattempla0_.HEAT_TEMPLATE_ARTIFACT_UUID as heat_tem1_30_0_, heattempla0_.PARAM_NAME as param_na2_30_0_, heattempla0_.PARAM_ALIAS as param_al3_30_0_, heattempla0_.PARAM_TYPE as param_ty4_30_0_, heattempla0_.IS_REQUIRED as is_requi5_30_0_ from heat_template_params heattempla0_ where heattempla0_.HEAT_TEMPLATE_ARTIFACT_UUID=? and heattempla0_.PARAM_NAME=? Hibernate: select heattempla0_.HEAT_TEMPLATE_ARTIFACT_UUID as heat_tem1_30_0_, heattempla0_.PARAM_NAME as param_na2_30_0_, heattempla0_.PARAM_ALIAS as param_al3_30_0_, heattempla0_.PARAM_TYPE as param_ty4_30_0_, heattempla0_.IS_REQUIRED as is_requi5_30_0_ from heat_template_params heattempla0_ where heattempla0_.HEAT_TEMPLATE_ARTIFACT_UUID=? and heattempla0_.PARAM_NAME=? Hibernate: select heattempla0_.HEAT_TEMPLATE_ARTIFACT_UUID as heat_tem1_30_0_, heattempla0_.PARAM_NAME as param_na2_30_0_, heattempla0_.PARAM_ALIAS as param_al3_30_0_, heattempla0_.PARAM_TYPE as param_ty4_30_0_, heattempla0_.IS_REQUIRED as is_requi5_30_0_ from heat_template_params heattempla0_ where heattempla0_.HEAT_TEMPLATE_ARTIFACT_UUID=? and heattempla0_.PARAM_NAME=? Hibernate: select heattempla0_.HEAT_TEMPLATE_ARTIFACT_UUID as heat_tem1_30_0_, heattempla0_.PARAM_NAME as param_na2_30_0_, heattempla0_.PARAM_ALIAS as param_al3_30_0_, heattempla0_.PARAM_TYPE as param_ty4_30_0_, heattempla0_.IS_REQUIRED as is_requi5_30_0_ from heat_template_params heattempla0_ where heattempla0_.HEAT_TEMPLATE_ARTIFACT_UUID=? and heattempla0_.PARAM_NAME=? Hibernate: select heattempla0_.HEAT_TEMPLATE_ARTIFACT_UUID as heat_tem1_30_0_, heattempla0_.PARAM_NAME as param_na2_30_0_, heattempla0_.PARAM_ALIAS as param_al3_30_0_, heattempla0_.PARAM_TYPE as param_ty4_30_0_, heattempla0_.IS_REQUIRED as is_requi5_30_0_ from heat_template_params heattempla0_ where heattempla0_.HEAT_TEMPLATE_ARTIFACT_UUID=? and heattempla0_.PARAM_NAME=? Hibernate: select heattempla0_.HEAT_TEMPLATE_ARTIFACT_UUID as heat_tem1_30_0_, heattempla0_.PARAM_NAME as param_na2_30_0_, heattempla0_.PARAM_ALIAS as param_al3_30_0_, heattempla0_.PARAM_TYPE as param_ty4_30_0_, heattempla0_.IS_REQUIRED as is_requi5_30_0_ from heat_template_params heattempla0_ where heattempla0_.HEAT_TEMPLATE_ARTIFACT_UUID=? and heattempla0_.PARAM_NAME=? Hibernate: select heattempla0_.HEAT_TEMPLATE_ARTIFACT_UUID as heat_tem1_30_0_, heattempla0_.PARAM_NAME as param_na2_30_0_, heattempla0_.PARAM_ALIAS as param_al3_30_0_, heattempla0_.PARAM_TYPE as param_ty4_30_0_, heattempla0_.IS_REQUIRED as is_requi5_30_0_ from heat_template_params heattempla0_ where heattempla0_.HEAT_TEMPLATE_ARTIFACT_UUID=? and heattempla0_.PARAM_NAME=? Hibernate: select heattempla0_.HEAT_TEMPLATE_ARTIFACT_UUID as heat_tem1_30_0_, heattempla0_.PARAM_NAME as param_na2_30_0_, heattempla0_.PARAM_ALIAS as param_al3_30_0_, heattempla0_.PARAM_TYPE as param_ty4_30_0_, heattempla0_.IS_REQUIRED as is_requi5_30_0_ from heat_template_params heattempla0_ where heattempla0_.HEAT_TEMPLATE_ARTIFACT_UUID=? and heattempla0_.PARAM_NAME=? Hibernate: select heattempla0_.HEAT_TEMPLATE_ARTIFACT_UUID as heat_tem1_30_0_, heattempla0_.PARAM_NAME as param_na2_30_0_, heattempla0_.PARAM_ALIAS as param_al3_30_0_, heattempla0_.PARAM_TYPE as param_ty4_30_0_, heattempla0_.IS_REQUIRED as is_requi5_30_0_ from heat_template_params heattempla0_ where heattempla0_.HEAT_TEMPLATE_ARTIFACT_UUID=? and heattempla0_.PARAM_NAME=? Hibernate: select heattempla0_.HEAT_TEMPLATE_ARTIFACT_UUID as heat_tem1_30_0_, heattempla0_.PARAM_NAME as param_na2_30_0_, heattempla0_.PARAM_ALIAS as param_al3_30_0_, heattempla0_.PARAM_TYPE as param_ty4_30_0_, heattempla0_.IS_REQUIRED as is_requi5_30_0_ from heat_template_params heattempla0_ where heattempla0_.HEAT_TEMPLATE_ARTIFACT_UUID=? and heattempla0_.PARAM_NAME=? Hibernate: insert into heat_environment (ARTIFACT_CHECKSUM, CREATION_TIMESTAMP, DESCRIPTION, BODY, NAME, VERSION, ARTIFACT_UUID) values (?, ?, ?, ?, ?, ?, ?) Hibernate: insert into heat_template (ARTIFACT_CHECKSUM, CREATION_TIMESTAMP, DESCRIPTION, BODY, NAME, TIMEOUT_MINUTES, VERSION, ARTIFACT_UUID) values (?, ?, ?, ?, ?, ?, ?, ?) Hibernate: insert into heat_template_params (PARAM_ALIAS, PARAM_TYPE, IS_REQUIRED, HEAT_TEMPLATE_ARTIFACT_UUID, PARAM_NAME) values (?, ?, ?, ?, ?) Hibernate: insert into heat_template_params (PARAM_ALIAS, PARAM_TYPE, IS_REQUIRED, HEAT_TEMPLATE_ARTIFACT_UUID, PARAM_NAME) values (?, ?, ?, ?, ?) Hibernate: insert into heat_template_params (PARAM_ALIAS, PARAM_TYPE, IS_REQUIRED, HEAT_TEMPLATE_ARTIFACT_UUID, PARAM_NAME) values (?, ?, ?, ?, ?) Hibernate: insert into heat_template_params (PARAM_ALIAS, PARAM_TYPE, IS_REQUIRED, HEAT_TEMPLATE_ARTIFACT_UUID, PARAM_NAME) values (?, ?, ?, ?, ?) Hibernate: insert into heat_template_params (PARAM_ALIAS, PARAM_TYPE, IS_REQUIRED, HEAT_TEMPLATE_ARTIFACT_UUID, PARAM_NAME) values (?, ?, ?, ?, ?) Hibernate: insert into heat_template_params (PARAM_ALIAS, PARAM_TYPE, IS_REQUIRED, HEAT_TEMPLATE_ARTIFACT_UUID, PARAM_NAME) values (?, ?, ?, ?, ?) Hibernate: insert into heat_template_params (PARAM_ALIAS, PARAM_TYPE, IS_REQUIRED, HEAT_TEMPLATE_ARTIFACT_UUID, PARAM_NAME) values (?, ?, ?, ?, ?) Hibernate: insert into heat_template_params (PARAM_ALIAS, PARAM_TYPE, IS_REQUIRED, HEAT_TEMPLATE_ARTIFACT_UUID, PARAM_NAME) values (?, ?, ?, ?, ?) Hibernate: insert into heat_template_params (PARAM_ALIAS, PARAM_TYPE, IS_REQUIRED, HEAT_TEMPLATE_ARTIFACT_UUID, PARAM_NAME) values (?, ?, ?, ?, ?) Hibernate: insert into heat_template_params (PARAM_ALIAS, PARAM_TYPE, IS_REQUIRED, HEAT_TEMPLATE_ARTIFACT_UUID, PARAM_NAME) values (?, ?, ?, ?, ?) Hibernate: insert into vf_module (CREATION_TIMESTAMP, DESCRIPTION, IS_BASE, MODEL_INVARIANT_UUID, MODEL_NAME, MODEL_VERSION, HEAT_TEMPLATE_ARTIFACT_UUID, VNF_RESOURCE_MODEL_UUID, VOL_HEAT_TEMPLATE_ARTIFACT_UUID, MODEL_UUID) values (?, ?, ?, ?, ?, ?, ?, ?, ?, ?) Hibernate: insert into vf_module_customization (AVAILABILITY_ZONE_COUNT, CREATION_TIMESTAMP, HEAT_ENVIRONMENT_ARTIFACT_UUID, INITIAL_COUNT, LABEL, MAX_INSTANCES, MIN_INSTANCES, MODEL_CUSTOMIZATION_UUID, SKIP_POST_INSTANTIATION_CONFIGURATION, VF_MODULE_MODEL_UUID, VNF_RESOURCE_CUSTOMIZATION_ID, VOL_ENVIRONMENT_ARTIFACT_UUID) values (?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?) Hibernate: select vnfccustom0_.MODEL_CUSTOMIZATION_UUID as model_cu1_67_5_, vnfccustom0_.CREATION_TIMESTAMP as creation2_67_5_, vnfccustom0_.DESCRIPTION as descript3_67_5_, vnfccustom0_.MODEL_INSTANCE_NAME as model_in4_67_5_, vnfccustom0_.MODEL_INVARIANT_UUID as model_in5_67_5_, vnfccustom0_.MODEL_NAME as model_na6_67_5_, vnfccustom0_.MODEL_UUID as model_uu7_67_5_, vnfccustom0_.MODEL_VERSION as model_ve8_67_5_, vnfccustom0_.RESOURCE_INPUT as resource9_67_5_, vnfccustom0_.TOSCA_NODE_TYPE as tosca_n10_67_5_, vnfccustom0_.VNFC_INSTANCE_GROUP_CUSTOMIZATION_ID as vnfc_in11_67_5_, cvnfccusto1_.VNFC_CUST_MODEL_CUSTOMIZATION_UUID as vnfc_cu14_24_7_, cvnfccusto1_.ID as id1_24_7_, cvnfccusto1_.ID as id1_24_0_, cvnfccusto1_.CREATION_TIMESTAMP as creation2_24_0_, cvnfccusto1_.DESCRIPTION as descript3_24_0_, cvnfccusto1_.MODEL_CUSTOMIZATION_UUID as model_cu4_24_0_, cvnfccusto1_.MODEL_INSTANCE_NAME as model_in5_24_0_, cvnfccusto1_.MODEL_INVARIANT_UUID as model_in6_24_0_, cvnfccusto1_.MODEL_NAME as model_na7_24_0_, cvnfccusto1_.MODEL_UUID as model_uu8_24_0_, cvnfccusto1_.MODEL_VERSION as model_ve9_24_0_, cvnfccusto1_.NFC_FUNCTION as nfc_fun10_24_0_, cvnfccusto1_.NFC_NAMING_CODE as nfc_nam11_24_0_, cvnfccusto1_.TOSCA_NODE_TYPE as tosca_n12_24_0_, cvnfccusto1_.VF_MODULE_CUSTOMIZATION_ID as vf_modu13_24_0_, cvnfccusto1_.VNFC_CUST_MODEL_CUSTOMIZATION_UUID as vnfc_cu14_24_0_, vfmodulecu2_.ID as id1_60_1_, vfmodulecu2_.AVAILABILITY_ZONE_COUNT as availabi2_60_1_, vfmodulecu2_.CREATION_TIMESTAMP as creation3_60_1_, vfmodulecu2_.HEAT_ENVIRONMENT_ARTIFACT_UUID as heat_en10_60_1_, vfmodulecu2_.INITIAL_COUNT as initial_4_60_1_, vfmodulecu2_.LABEL as label5_60_1_, vfmodulecu2_.MAX_INSTANCES as max_inst6_60_1_, vfmodulecu2_.MIN_INSTANCES as min_inst7_60_1_, vfmodulecu2_.MODEL_CUSTOMIZATION_UUID as model_cu8_60_1_, vfmodulecu2_.SKIP_POST_INSTANTIATION_CONFIGURATION as skip_pos9_60_1_, vfmodulecu2_.VF_MODULE_MODEL_UUID as vf_modu11_60_1_, vfmodulecu2_.VNF_RESOURCE_CUSTOMIZATION_ID as vnf_res12_60_1_, vfmodulecu2_.VOL_ENVIRONMENT_ARTIFACT_UUID as vol_env13_60_1_, vnfcinstan3_.ID as id1_68_2_, vnfcinstan3_.CREATION_TIMESTAMP as creation2_68_2_, vnfcinstan3_.DESCRIPTION as descript3_68_2_, vnfcinstan3_.FUNCTION as function4_68_2_, vnfcinstan3_.INSTANCE_GROUP_MODEL_UUID as instance5_68_2_, vnfcinstan3_.VNF_RESOURCE_CUSTOMIZATION_ID as vnf_reso6_68_2_, instancegr4_.MODEL_UUID as model_uu2_33_3_, instancegr4_.CR_MODEL_UUID as cr_mode10_33_3_, instancegr4_.CREATION_TIMESTAMP as creation3_33_3_, instancegr4_.MODEL_INVARIANT_UUID as model_in4_33_3_, instancegr4_.MODEL_NAME as model_na5_33_3_, instancegr4_.MODEL_VERSION as model_ve6_33_3_, instancegr4_.ROLE as role7_33_3_, instancegr4_.TOSCA_NODE_TYPE as tosca_no8_33_3_, instancegr4_.INSTANCE_GROUP_TYPE as instance9_33_3_, instancegr4_.OBJECT_TYPE as object_t1_33_3_, vnfresourc5_.ID as id1_65_4_, vnfresourc5_.AVAILABILITY_ZONE_MAX_COUNT as availabi2_65_4_, vnfresourc5_.CDS_BLUEPRINT_NAME as cds_blue3_65_4_, vnfresourc5_.CDS_BLUEPRINT_VERSION as cds_blue4_65_4_, vnfresourc5_.CONTROLLER_ACTOR as controll5_65_4_, vnfresourc5_.CREATION_TIMESTAMP as creation6_65_4_, vnfresourc5_.MAX_INSTANCES as max_inst7_65_4_, vnfresourc5_.MIN_INSTANCES as min_inst8_65_4_, vnfresourc5_.MODEL_CUSTOMIZATION_UUID as model_cu9_65_4_, vnfresourc5_.MODEL_INSTANCE_NAME as model_i10_65_4_, vnfresourc5_.MULTI_STAGE_DESIGN as multi_s11_65_4_, vnfresourc5_.NF_DATA_VALID as nf_data12_65_4_, vnfresourc5_.NF_FUNCTION as nf_func13_65_4_, vnfresourc5_.NF_NAMING_CODE as nf_nami14_65_4_, vnfresourc5_.NF_ROLE as nf_role15_65_4_, vnfresourc5_.NF_TYPE as nf_type16_65_4_, vnfresourc5_.RESOURCE_INPUT as resourc17_65_4_, vnfresourc5_.SERVICE_MODEL_UUID as service20_65_4_, vnfresourc5_.SKIP_POST_INSTANTIATION_CONFIGURATION as skip_po18_65_4_, vnfresourc5_.VNF_RESOURCE_MODEL_UUID as vnf_res21_65_4_, vnfresourc5_.VNFCINSTANCEGROUP_ORDER as vnfcins19_65_4_ from vnfc_customization vnfccustom0_ left outer join cvnfc_customization cvnfccusto1_ on vnfccustom0_.MODEL_CUSTOMIZATION_UUID=cvnfccusto1_.VNFC_CUST_MODEL_CUSTOMIZATION_UUID left outer join vf_module_customization vfmodulecu2_ on cvnfccusto1_.VF_MODULE_CUSTOMIZATION_ID=vfmodulecu2_.ID left outer join vnfc_instance_group_customization vnfcinstan3_ on vnfccustom0_.VNFC_INSTANCE_GROUP_CUSTOMIZATION_ID=vnfcinstan3_.ID left outer join instance_group instancegr4_ on vnfcinstan3_.INSTANCE_GROUP_MODEL_UUID=instancegr4_.MODEL_UUID left outer join vnf_resource_customization vnfresourc5_ on vnfcinstan3_.VNF_RESOURCE_CUSTOMIZATION_ID=vnfresourc5_.ID where vnfccustom0_.MODEL_CUSTOMIZATION_UUID=? Hibernate: insert into vnfc_customization (CREATION_TIMESTAMP, DESCRIPTION, MODEL_INSTANCE_NAME, MODEL_INVARIANT_UUID, MODEL_NAME, MODEL_UUID, MODEL_VERSION, RESOURCE_INPUT, TOSCA_NODE_TYPE, VNFC_INSTANCE_GROUP_CUSTOMIZATION_ID, MODEL_CUSTOMIZATION_UUID) values (?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?) Hibernate: insert into cvnfc_customization (CREATION_TIMESTAMP, DESCRIPTION, MODEL_CUSTOMIZATION_UUID, MODEL_INSTANCE_NAME, MODEL_INVARIANT_UUID, MODEL_NAME, MODEL_UUID, MODEL_VERSION, NFC_FUNCTION, NFC_NAMING_CODE, TOSCA_NODE_TYPE, VF_MODULE_CUSTOMIZATION_ID, VNFC_CUST_MODEL_CUSTOMIZATION_UUID) values (?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?) Hibernate: select watchdogco0_.COMPONENT_NAME as componen1_12_0_, watchdogco0_.DISTRIBUTION_ID as distribu2_12_0_, watchdogco0_.COMPONENT_DISTRIBUTION_STATUS as componen3_12_0_, watchdogco0_.CREATE_TIME as create_t4_12_0_, watchdogco0_.MODIFY_TIME as modify_t5_12_0_ from watchdog_per_component_distribution_status watchdogco0_ where watchdogco0_.COMPONENT_NAME=? and watchdogco0_.DISTRIBUTION_ID=? Hibernate: insert into watchdog_per_component_distribution_status (COMPONENT_DISTRIBUTION_STATUS, CREATE_TIME, MODIFY_TIME, COMPONENT_NAME, DISTRIBUTION_ID) values (?, ?, ?, ?, ?) 2023-02-22T12:17:07.036Z|10ce1f8b-7336-492e-bfea-e881e49d17b2|pool-2-thread-3|||||INFO|500||ASDC_ARTIFACT_DEPLOY_SUC basic_vm_macro 79ff5181-83dc-4116-9f3b-64856a27ef67 1 ASDC deployResourceStructure 2023-02-22T12:17:07.036Z|10ce1f8b-7336-492e-bfea-e881e49d17b2|pool-2-thread-3|||||INFO|500||ASDC_SEND_NOTIF_ASDC DEPLOY DEPLOY_OK /sdc/v1/catalog/services/BasicVmMacro/1.0/resourceInstances/basic_vm_macro0/artifacts/basic_vm_macro0_modules.json ASDC sendASDCNotification 2023-02-22T12:17:07.037Z|10ce1f8b-7336-492e-bfea-e881e49d17b2|pool-2-thread-3|||||DEBUG|500||Sending DEPLOY(DEPLOY_OK) notification to ASDC for artifact:/sdc/v1/catalog/services/BasicVmMacro/1.0/resourceInstances/basic_vm_macro0/artifacts/basic_vm_macro0_modules.json 2023-02-22T12:17:07.037Z|10ce1f8b-7336-492e-bfea-e881e49d17b2|pool-2-thread-3|||||INFO|500||DistributionClient - sendDeploymentStatus 2023-02-22T12:17:07.037Z|10ce1f8b-7336-492e-bfea-e881e49d17b2|pool-2-thread-3|||||INFO|500||DistributionClient - sendStatus 2023-02-22T12:17:07.039Z|10ce1f8b-7336-492e-bfea-e881e49d17b2|pool-2-thread-3|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap] 2023-02-22T12:17:07.039Z|10ce1f8b-7336-492e-bfea-e881e49d17b2|pool-2-thread-3|||||DEBUG|500||try to send status { "distributionID": "10ce1f8b-7336-492e-bfea-e881e49d17b2", "consumerID": "SO-COpenSource-Env11", "timestamp": 1677068227036, "artifactURL": "/sdc/v1/catalog/services/BasicVmMacro/1.0/resourceInstances/basic_vm_macro0/artifacts/basic_vm_macro0_modules.json", "status": "DEPLOY_OK" } 2023-02-22T12:17:07.139Z||pool-124-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 99 ms 2023-02-22T12:17:07.140Z||pool-124-thread-1|||||WARN|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO will send credentials over a clear channel. 2023-02-22T12:17:07.140Z||pool-124-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as sXwXLxdJNt84opGN) ... 2023-02-22T12:17:07.153Z||pool-124-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK 2023-02-22T12:17:07.154Z||pool-124-thread-1|||||INFO|500||cambria reply ok (15 ms):{"serverTimeMs":0,"count":1} 2023-02-22T12:17:08.040Z|10ce1f8b-7336-492e-bfea-e881e49d17b2|pool-2-thread-3|||||INFO|500||ASDC_SEND_NOTIF_ASDC DEPLOY DEPLOY_OK /sdc/v1/catalog/services/BasicVmMacro/1.0/resourceInstances/basic_vm_macro0/artifacts/base_ubuntu20.yaml ASDC sendASDCNotification 2023-02-22T12:17:08.040Z|10ce1f8b-7336-492e-bfea-e881e49d17b2|pool-2-thread-3|||||DEBUG|500||Sending DEPLOY(DEPLOY_OK) notification to ASDC for artifact:/sdc/v1/catalog/services/BasicVmMacro/1.0/resourceInstances/basic_vm_macro0/artifacts/base_ubuntu20.yaml 2023-02-22T12:17:08.040Z|10ce1f8b-7336-492e-bfea-e881e49d17b2|pool-2-thread-3|||||INFO|500||DistributionClient - sendDeploymentStatus 2023-02-22T12:17:08.041Z|10ce1f8b-7336-492e-bfea-e881e49d17b2|pool-2-thread-3|||||INFO|500||DistributionClient - sendStatus 2023-02-22T12:17:08.042Z|10ce1f8b-7336-492e-bfea-e881e49d17b2|pool-2-thread-3|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap] 2023-02-22T12:17:08.043Z|10ce1f8b-7336-492e-bfea-e881e49d17b2|pool-2-thread-3|||||DEBUG|500||try to send status { "distributionID": "10ce1f8b-7336-492e-bfea-e881e49d17b2", "consumerID": "SO-COpenSource-Env11", "timestamp": 1677068228040, "artifactURL": "/sdc/v1/catalog/services/BasicVmMacro/1.0/resourceInstances/basic_vm_macro0/artifacts/base_ubuntu20.yaml", "status": "DEPLOY_OK" } 2023-02-22T12:17:08.142Z||pool-125-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 99 ms 2023-02-22T12:17:08.143Z||pool-125-thread-1|||||WARN|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO will send credentials over a clear channel. 2023-02-22T12:17:08.143Z||pool-125-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as sXwXLxdJNt84opGN) ... 2023-02-22T12:17:08.154Z||pool-125-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK 2023-02-22T12:17:08.154Z||pool-125-thread-1|||||INFO|500||cambria reply ok (11 ms):{"serverTimeMs":0,"count":1} 2023-02-22T12:17:09.043Z|10ce1f8b-7336-492e-bfea-e881e49d17b2|pool-2-thread-3|||||INFO|500||ASDC_SEND_NOTIF_ASDC DEPLOY DEPLOY_OK /sdc/v1/catalog/services/BasicVmMacro/1.0/resourceInstances/basic_vm_macro0/artifacts/base_ubuntu20.env ASDC sendASDCNotification 2023-02-22T12:17:09.044Z|10ce1f8b-7336-492e-bfea-e881e49d17b2|pool-2-thread-3|||||DEBUG|500||Sending DEPLOY(DEPLOY_OK) notification to ASDC for artifact:/sdc/v1/catalog/services/BasicVmMacro/1.0/resourceInstances/basic_vm_macro0/artifacts/base_ubuntu20.env 2023-02-22T12:17:09.044Z|10ce1f8b-7336-492e-bfea-e881e49d17b2|pool-2-thread-3|||||INFO|500||DistributionClient - sendDeploymentStatus 2023-02-22T12:17:09.044Z|10ce1f8b-7336-492e-bfea-e881e49d17b2|pool-2-thread-3|||||INFO|500||DistributionClient - sendStatus 2023-02-22T12:17:09.046Z|10ce1f8b-7336-492e-bfea-e881e49d17b2|pool-2-thread-3|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap] 2023-02-22T12:17:09.046Z|10ce1f8b-7336-492e-bfea-e881e49d17b2|pool-2-thread-3|||||DEBUG|500||try to send status { "distributionID": "10ce1f8b-7336-492e-bfea-e881e49d17b2", "consumerID": "SO-COpenSource-Env11", "timestamp": 1677068229043, "artifactURL": "/sdc/v1/catalog/services/BasicVmMacro/1.0/resourceInstances/basic_vm_macro0/artifacts/base_ubuntu20.env", "status": "DEPLOY_OK" } 2023-02-22T12:17:09.146Z||pool-126-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms 2023-02-22T12:17:09.147Z||pool-126-thread-1|||||WARN|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO will send credentials over a clear channel. 2023-02-22T12:17:09.147Z||pool-126-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as sXwXLxdJNt84opGN) ... 2023-02-22T12:17:09.159Z||pool-126-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK 2023-02-22T12:17:09.159Z||pool-126-thread-1|||||INFO|500||cambria reply ok (13 ms):{"serverTimeMs":0,"count":1} 2023-02-22T12:17:10.047Z|10ce1f8b-7336-492e-bfea-e881e49d17b2|pool-2-thread-3|||||INFO|500||ASDC_SEND_NOTIF_ASDC DEPLOY DEPLOY_OK /sdc/v1/catalog/services/BasicVmMacro/1.0/artifacts/service-BasicVmMacro-csar.csar ASDC sendASDCNotification 2023-02-22T12:17:10.047Z|10ce1f8b-7336-492e-bfea-e881e49d17b2|pool-2-thread-3|||||DEBUG|500||Sending DEPLOY(DEPLOY_OK) notification to ASDC for artifact:/sdc/v1/catalog/services/BasicVmMacro/1.0/artifacts/service-BasicVmMacro-csar.csar 2023-02-22T12:17:10.047Z|10ce1f8b-7336-492e-bfea-e881e49d17b2|pool-2-thread-3|||||INFO|500||DistributionClient - sendDeploymentStatus 2023-02-22T12:17:10.047Z|10ce1f8b-7336-492e-bfea-e881e49d17b2|pool-2-thread-3|||||INFO|500||DistributionClient - sendStatus 2023-02-22T12:17:10.049Z|10ce1f8b-7336-492e-bfea-e881e49d17b2|pool-2-thread-3|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap] 2023-02-22T12:17:10.049Z|10ce1f8b-7336-492e-bfea-e881e49d17b2|pool-2-thread-3|||||DEBUG|500||try to send status { "distributionID": "10ce1f8b-7336-492e-bfea-e881e49d17b2", "consumerID": "SO-COpenSource-Env11", "timestamp": 1677068230046, "artifactURL": "/sdc/v1/catalog/services/BasicVmMacro/1.0/artifacts/service-BasicVmMacro-csar.csar", "status": "DEPLOY_OK" } 2023-02-22T12:17:10.149Z||pool-127-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms 2023-02-22T12:17:10.150Z||pool-127-thread-1|||||WARN|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO will send credentials over a clear channel. 2023-02-22T12:17:10.150Z||pool-127-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as sXwXLxdJNt84opGN) ... 2023-02-22T12:17:10.167Z||pool-127-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK 2023-02-22T12:17:10.167Z||pool-127-thread-1|||||INFO|500||cambria reply ok (18 ms):{"serverTimeMs":1,"count":1} 2023-02-22T12:17:11.050Z|10ce1f8b-7336-492e-bfea-e881e49d17b2|pool-2-thread-3|||||DEBUG|500||Entered getOverallDistributionStatus method for distrubutionId: 10ce1f8b-7336-492e-bfea-e881e49d17b2 Hibernate: select watchdogdi0_.DISTRIBUTION_ID as distribu1_11_0_, watchdogdi0_.CREATE_TIME as create_t2_11_0_, watchdogdi0_.DISTRIBUTION_ID_STATUS as distribu3_11_0_, watchdogdi0_.MODIFY_TIME as modify_t4_11_0_, watchdogdi0_.LOCK_VERSION as lock_ver5_11_0_ from watchdog_distributionid_status watchdogdi0_ where watchdogdi0_.DISTRIBUTION_ID=? Hibernate: select watchdogco0_.COMPONENT_NAME as componen1_12_, watchdogco0_.DISTRIBUTION_ID as distribu2_12_, watchdogco0_.COMPONENT_DISTRIBUTION_STATUS as componen3_12_, watchdogco0_.CREATE_TIME as create_t4_12_, watchdogco0_.MODIFY_TIME as modify_t5_12_ from watchdog_per_component_distribution_status watchdogco0_ where watchdogco0_.DISTRIBUTION_ID=? 2023-02-22T12:17:11.060Z|10ce1f8b-7336-492e-bfea-e881e49d17b2|pool-2-thread-3|||||DEBUG|500||Executed RequestDB getWatchdogComponentDistributionStatus for distrubutionId: 10ce1f8b-7336-492e-bfea-e881e49d17b2 Hibernate: select watchdogco0_.COMPONENT_NAME as componen1_12_, watchdogco0_.DISTRIBUTION_ID as distribu2_12_, watchdogco0_.COMPONENT_DISTRIBUTION_STATUS as componen3_12_, watchdogco0_.CREATE_TIME as create_t4_12_, watchdogco0_.MODIFY_TIME as modify_t5_12_ from watchdog_per_component_distribution_status watchdogco0_ where watchdogco0_.DISTRIBUTION_ID=? 2023-02-22T12:17:11.062Z|10ce1f8b-7336-492e-bfea-e881e49d17b2|pool-2-thread-3|||||DEBUG|500||Found componentName SO in the WatchDog Component DB 2023-02-22T12:17:11.062Z|10ce1f8b-7336-492e-bfea-e881e49d17b2|pool-2-thread-3|||||DEBUG|500||AAI has not be updated in the the WatchDog Component DB yet, so ending the loop 2023-02-22T12:17:11.062Z|10ce1f8b-7336-492e-bfea-e881e49d17b2|pool-2-thread-3|||||DEBUG|500||Components Size Didn't match with the WatchdogComponentDistributionStatus results. 2023-02-22T12:17:41.063Z|10ce1f8b-7336-492e-bfea-e881e49d17b2|pool-2-thread-3|||||DEBUG|500||Entered getOverallDistributionStatus method for distrubutionId: 10ce1f8b-7336-492e-bfea-e881e49d17b2 Hibernate: select watchdogdi0_.DISTRIBUTION_ID as distribu1_11_0_, watchdogdi0_.CREATE_TIME as create_t2_11_0_, watchdogdi0_.DISTRIBUTION_ID_STATUS as distribu3_11_0_, watchdogdi0_.MODIFY_TIME as modify_t4_11_0_, watchdogdi0_.LOCK_VERSION as lock_ver5_11_0_ from watchdog_distributionid_status watchdogdi0_ where watchdogdi0_.DISTRIBUTION_ID=? Hibernate: select watchdogco0_.COMPONENT_NAME as componen1_12_, watchdogco0_.DISTRIBUTION_ID as distribu2_12_, watchdogco0_.COMPONENT_DISTRIBUTION_STATUS as componen3_12_, watchdogco0_.CREATE_TIME as create_t4_12_, watchdogco0_.MODIFY_TIME as modify_t5_12_ from watchdog_per_component_distribution_status watchdogco0_ where watchdogco0_.DISTRIBUTION_ID=? 2023-02-22T12:17:41.073Z|10ce1f8b-7336-492e-bfea-e881e49d17b2|pool-2-thread-3|||||DEBUG|500||Executed RequestDB getWatchdogComponentDistributionStatus for distrubutionId: 10ce1f8b-7336-492e-bfea-e881e49d17b2 Hibernate: select watchdogco0_.COMPONENT_NAME as componen1_12_, watchdogco0_.DISTRIBUTION_ID as distribu2_12_, watchdogco0_.COMPONENT_DISTRIBUTION_STATUS as componen3_12_, watchdogco0_.CREATE_TIME as create_t4_12_, watchdogco0_.MODIFY_TIME as modify_t5_12_ from watchdog_per_component_distribution_status watchdogco0_ where watchdogco0_.DISTRIBUTION_ID=? 2023-02-22T12:17:41.075Z|10ce1f8b-7336-492e-bfea-e881e49d17b2|pool-2-thread-3|||||DEBUG|500||Found componentName SO in the WatchDog Component DB 2023-02-22T12:17:41.075Z|10ce1f8b-7336-492e-bfea-e881e49d17b2|pool-2-thread-3|||||DEBUG|500||AAI has not be updated in the the WatchDog Component DB yet, so ending the loop 2023-02-22T12:17:41.075Z|10ce1f8b-7336-492e-bfea-e881e49d17b2|pool-2-thread-3|||||DEBUG|500||Components Size Didn't match with the WatchdogComponentDistributionStatus results. 2023-02-22T12:17:52.609Z||pool-2-thread-8|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2023-02-22T12:17:52.610Z||pool-2-thread-8|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel. 2023-02-22T12:17:52.610Z||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 sXwXLxdJNt84opGN) ... 2023-02-22T12:17:52.630Z||pool-2-thread-8|||||INFO|500|| --> HTTP/1.1 200 OK 2023-02-22T12:17:52.680Z||pool-2-thread-8|||||DEBUG|500||received message from topic 2023-02-22T12:17:52.680Z||pool-2-thread-8|||||DEBUG|500||recieved notification from broker: { "distributionID": "6f0e4817-a1bf-45ef-a420-e600e7addba2", "consumerID": "SO-COpenSource-Env11", "timestamp": 1677068152608, "artifactURL": "/sdc/v1/catalog/services/BasicCnfMacro/1.0/resourceInstances/basic_cnf_macro0/artifacts/basic_cnf_macro0_modules.json", "status": "NOTIFIED" } 2023-02-22T12:17:52.681Z||pool-2-thread-8|||||INFO|500||Missing status on Status Object. 2023-02-22T12:17:52.681Z||pool-2-thread-8|||||DEBUG|500||received message from topic 2023-02-22T12:17:52.681Z||pool-2-thread-8|||||DEBUG|500||recieved notification from broker: { "distributionID": "6f0e4817-a1bf-45ef-a420-e600e7addba2", "consumerID": "SO-COpenSource-Env11", "timestamp": 1677068152608, "artifactURL": "/sdc/v1/catalog/services/BasicCnfMacro/1.0/resourceInstances/basic_cnf_macro0/artifacts/base_template_dummy_ignore.yaml", "status": "NOTIFIED" } 2023-02-22T12:17:52.681Z||pool-2-thread-8|||||INFO|500||Missing status on Status Object. 2023-02-22T12:17:52.682Z||pool-2-thread-8|||||DEBUG|500||received message from topic 2023-02-22T12:17:52.682Z||pool-2-thread-8|||||DEBUG|500||recieved notification from broker: { "distributionID": "6f0e4817-a1bf-45ef-a420-e600e7addba2", "consumerID": "SO-COpenSource-Env11", "timestamp": 1677068152608, "artifactURL": "/sdc/v1/catalog/services/BasicCnfMacro/1.0/resourceInstances/basic_cnf_macro0/artifacts/vendor-license-model.xml", "status": "NOT_NOTIFIED" } 2023-02-22T12:17:52.682Z||pool-2-thread-8|||||INFO|500||Missing status on Status Object. 2023-02-22T12:17:52.682Z||pool-2-thread-8|||||DEBUG|500||received message from topic 2023-02-22T12:17:52.682Z||pool-2-thread-8|||||DEBUG|500||recieved notification from broker: { "distributionID": "6f0e4817-a1bf-45ef-a420-e600e7addba2", "consumerID": "SO-COpenSource-Env11", "timestamp": 1677068152608, "artifactURL": "/sdc/v1/catalog/services/BasicCnfMacro/1.0/resourceInstances/basic_cnf_macro0/artifacts/helm_apache.env", "status": "NOTIFIED" } 2023-02-22T12:17:52.682Z||pool-2-thread-8|||||INFO|500||Missing status on Status Object. 2023-02-22T12:17:52.682Z||pool-2-thread-8|||||DEBUG|500||received message from topic 2023-02-22T12:17:52.682Z||pool-2-thread-8|||||DEBUG|500||recieved notification from broker: { "distributionID": "6f0e4817-a1bf-45ef-a420-e600e7addba2", "consumerID": "SO-COpenSource-Env11", "timestamp": 1677068152608, "artifactURL": "/sdc/v1/catalog/services/BasicCnfMacro/1.0/resourceInstances/basic_cnf_macro0/artifacts/base_template_dummy_ignore.env", "status": "NOTIFIED" } 2023-02-22T12:17:52.682Z||pool-2-thread-8|||||INFO|500||Missing status on Status Object. 2023-02-22T12:17:52.682Z||pool-2-thread-8|||||DEBUG|500||received message from topic 2023-02-22T12:17:52.682Z||pool-2-thread-8|||||DEBUG|500||recieved notification from broker: { "distributionID": "6f0e4817-a1bf-45ef-a420-e600e7addba2", "consumerID": "SO-COpenSource-Env11", "timestamp": 1677068152608, "artifactURL": "/sdc/v1/catalog/services/BasicCnfMacro/1.0/resourceInstances/basic_cnf_macro0/artifacts/helm_apache.tgz", "status": "NOTIFIED" } 2023-02-22T12:17:52.682Z||pool-2-thread-8|||||INFO|500||Missing status on Status Object. 2023-02-22T12:17:52.683Z||pool-2-thread-8|||||DEBUG|500||received message from topic 2023-02-22T12:17:52.683Z||pool-2-thread-8|||||DEBUG|500||recieved notification from broker: { "distributionID": "6f0e4817-a1bf-45ef-a420-e600e7addba2", "consumerID": "SO-COpenSource-Env11", "timestamp": 1677068152608, "artifactURL": "/sdc/v1/catalog/services/BasicCnfMacro/1.0/resourceInstances/basic_cnf_macro0/artifacts/basic_cnf_cba_enriched.zip", "status": "NOT_NOTIFIED" } 2023-02-22T12:17:52.683Z||pool-2-thread-8|||||INFO|500||Missing status on Status Object. 2023-02-22T12:17:52.683Z||pool-2-thread-8|||||DEBUG|500||received message from topic 2023-02-22T12:17:52.683Z||pool-2-thread-8|||||DEBUG|500||recieved notification from broker: { "distributionID": "6f0e4817-a1bf-45ef-a420-e600e7addba2", "consumerID": "SO-COpenSource-Env11", "timestamp": 1677068152608, "artifactURL": "/sdc/v1/catalog/services/BasicCnfMacro/1.0/artifacts/service-BasicCnfMacro-template.yml", "status": "NOT_NOTIFIED" } 2023-02-22T12:17:52.683Z||pool-2-thread-8|||||INFO|500||Missing status on Status Object. 2023-02-22T12:17:52.683Z||pool-2-thread-8|||||DEBUG|500||received message from topic 2023-02-22T12:17:52.683Z||pool-2-thread-8|||||DEBUG|500||recieved notification from broker: { "distributionID": "6f0e4817-a1bf-45ef-a420-e600e7addba2", "consumerID": "SO-COpenSource-Env11", "timestamp": 1677068152608, "artifactURL": "/sdc/v1/catalog/services/BasicCnfMacro/1.0/artifacts/service-BasicCnfMacro-csar.csar", "status": "NOTIFIED" } 2023-02-22T12:17:52.683Z||pool-2-thread-8|||||INFO|500||Missing status on Status Object. 2023-02-22T12:17:52.683Z||pool-2-thread-8|||||DEBUG|500||received message from topic 2023-02-22T12:17:52.683Z||pool-2-thread-8|||||DEBUG|500||recieved notification from broker: { "distributionID": "6f0e4817-a1bf-45ef-a420-e600e7addba2", "consumerID": "SO-COpenSource-Env11", "timestamp": 1677068163519, "artifactURL": "/sdc/v1/catalog/services/BasicCnfMacro/1.0/artifacts/service-BasicCnfMacro-csar.csar", "status": "DOWNLOAD_OK" } 2023-02-22T12:17:52.683Z||pool-2-thread-8|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error' 2023-02-22T12:17:52.684Z||pool-2-thread-8|||||DEBUG|500||received message from topic 2023-02-22T12:17:52.684Z||pool-2-thread-8|||||DEBUG|500||recieved notification from broker: { "distributionID": "6f0e4817-a1bf-45ef-a420-e600e7addba2", "consumerID": "SO-COpenSource-Env11", "timestamp": 1677068166196, "artifactURL": "/sdc/v1/catalog/services/BasicCnfMacro/1.0/resourceInstances/basic_cnf_macro0/artifacts/basic_cnf_macro0_modules.json", "status": "DOWNLOAD_OK" } 2023-02-22T12:17:52.684Z||pool-2-thread-8|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error' 2023-02-22T12:17:52.684Z||pool-2-thread-8|||||DEBUG|500||received message from topic 2023-02-22T12:17:52.684Z||pool-2-thread-8|||||DEBUG|500||recieved notification from broker: { "distributionID": "10ce1f8b-7336-492e-bfea-e881e49d17b2", "consumerID": "ves-openapi-manager", "timestamp": 1677068160004, "artifactURL": "/sdc/v1/catalog/services/BasicVmMacro/1.0/resourceInstances/basic_vm_macro0/artifacts/vf-license-model.xml", "status": "NOT_NOTIFIED" } 2023-02-22T12:17:52.684Z||pool-2-thread-8|||||INFO|500||Missing status on Status Object. 2023-02-22T12:17:52.684Z||pool-2-thread-8|||||DEBUG|500||received message from topic 2023-02-22T12:17:52.684Z||pool-2-thread-8|||||DEBUG|500||recieved notification from broker: { "distributionID": "10ce1f8b-7336-492e-bfea-e881e49d17b2", "consumerID": "sdc-COpenSource-Env11-sdnc-dockero", "timestamp": 1677068159920, "artifactURL": "/sdc/v1/catalog/services/BasicVmMacro/1.0/resourceInstances/basic_vm_macro0/artifacts/vf-license-model.xml", "status": "NOT_NOTIFIED" } 2023-02-22T12:17:52.684Z||pool-2-thread-8|||||INFO|500||Missing status on Status Object. 2023-02-22T12:17:52.684Z||pool-2-thread-8|||||DEBUG|500||received message from topic 2023-02-22T12:17:52.685Z||pool-2-thread-8|||||DEBUG|500||recieved notification from broker: { "distributionID": "10ce1f8b-7336-492e-bfea-e881e49d17b2", "consumerID": "cds", "timestamp": 1677068165171, "artifactURL": "/sdc/v1/catalog/services/BasicVmMacro/1.0/resourceInstances/basic_vm_macro0/artifacts/vf-license-model.xml", "status": "NOT_NOTIFIED" } 2023-02-22T12:17:52.685Z||pool-2-thread-8|||||INFO|500||Missing status on Status Object. 2023-02-22T12:17:52.685Z||pool-2-thread-8|||||DEBUG|500||received message from topic 2023-02-22T12:17:52.685Z||pool-2-thread-8|||||DEBUG|500||recieved notification from broker: { "distributionID": "6f0e4817-a1bf-45ef-a420-e600e7addba2", "consumerID": "SO-COpenSource-Env11", "timestamp": 1677068167259, "artifactURL": "/sdc/v1/catalog/services/BasicCnfMacro/1.0/resourceInstances/basic_cnf_macro0/artifacts/base_template_dummy_ignore.yaml", "status": "DOWNLOAD_OK" } 2023-02-22T12:17:52.685Z||pool-2-thread-8|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error' 2023-02-22T12:17:52.685Z||pool-2-thread-8|||||DEBUG|500||received message from topic 2023-02-22T12:17:52.686Z||pool-2-thread-8|||||DEBUG|500||recieved notification from broker: { "distributionID": "10ce1f8b-7336-492e-bfea-e881e49d17b2", "consumerID": "ves-openapi-manager", "timestamp": 1677068160004, "artifactURL": "/sdc/v1/catalog/services/BasicVmMacro/1.0/resourceInstances/basic_vm_macro0/artifacts/basic_vm_macro0_modules.json", "status": "NOT_NOTIFIED" } 2023-02-22T12:17:52.686Z||pool-2-thread-8|||||INFO|500||Missing status on Status Object. 2023-02-22T12:17:52.686Z||pool-2-thread-8|||||DEBUG|500||received message from topic 2023-02-22T12:17:52.686Z||pool-2-thread-8|||||DEBUG|500||recieved notification from broker: { "distributionID": "10ce1f8b-7336-492e-bfea-e881e49d17b2", "consumerID": "sdc-COpenSource-Env11-sdnc-dockero", "timestamp": 1677068159920, "artifactURL": "/sdc/v1/catalog/services/BasicVmMacro/1.0/resourceInstances/basic_vm_macro0/artifacts/basic_vm_macro0_modules.json", "status": "NOT_NOTIFIED" } 2023-02-22T12:17:52.686Z||pool-2-thread-8|||||INFO|500||Missing status on Status Object. 2023-02-22T12:17:52.686Z||pool-2-thread-8|||||DEBUG|500||received message from topic 2023-02-22T12:17:52.686Z||pool-2-thread-8|||||DEBUG|500||recieved notification from broker: { "distributionID": "10ce1f8b-7336-492e-bfea-e881e49d17b2", "consumerID": "cds", "timestamp": 1677068165171, "artifactURL": "/sdc/v1/catalog/services/BasicVmMacro/1.0/resourceInstances/basic_vm_macro0/artifacts/basic_vm_macro0_modules.json", "status": "NOT_NOTIFIED" } 2023-02-22T12:17:52.687Z||pool-2-thread-8|||||INFO|500||Missing status on Status Object. 2023-02-22T12:17:52.687Z||pool-2-thread-8|||||DEBUG|500||received message from topic 2023-02-22T12:17:52.687Z||pool-2-thread-8|||||DEBUG|500||recieved notification from broker: { "distributionID": "6f0e4817-a1bf-45ef-a420-e600e7addba2", "consumerID": "SO-COpenSource-Env11", "timestamp": 1677068168338, "artifactURL": "/sdc/v1/catalog/services/BasicCnfMacro/1.0/resourceInstances/basic_cnf_macro0/artifacts/helm_apache.env", "status": "DOWNLOAD_OK" } 2023-02-22T12:17:52.687Z||pool-2-thread-8|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error' 2023-02-22T12:17:52.687Z||pool-2-thread-8|||||DEBUG|500||received message from topic 2023-02-22T12:17:52.687Z||pool-2-thread-8|||||DEBUG|500||recieved notification from broker: { "distributionID": "10ce1f8b-7336-492e-bfea-e881e49d17b2", "consumerID": "multicloud-k8s-id", "timestamp": 1677068167984, "artifactURL": "/sdc/v1/catalog/services/BasicVmMacro/1.0/resourceInstances/basic_vm_macro0/artifacts/vf-license-model.xml", "status": "NOT_NOTIFIED" } 2023-02-22T12:17:52.687Z||pool-2-thread-8|||||INFO|500||Missing status on Status Object. 2023-02-22T12:17:52.688Z||pool-2-thread-8|||||DEBUG|500||received message from topic 2023-02-22T12:17:52.688Z||pool-2-thread-8|||||DEBUG|500||recieved notification from broker: { "distributionID": "10ce1f8b-7336-492e-bfea-e881e49d17b2", "consumerID": "ves-openapi-manager", "timestamp": 1677068160004, "artifactURL": "/sdc/v1/catalog/services/BasicVmMacro/1.0/resourceInstances/basic_vm_macro0/artifacts/base_ubuntu20.yaml", "status": "NOT_NOTIFIED" } 2023-02-22T12:17:52.688Z||pool-2-thread-8|||||INFO|500||Missing status on Status Object. 2023-02-22T12:17:52.688Z||pool-2-thread-8|||||DEBUG|500||received message from topic 2023-02-22T12:17:52.688Z||pool-2-thread-8|||||DEBUG|500||recieved notification from broker: { "distributionID": "10ce1f8b-7336-492e-bfea-e881e49d17b2", "consumerID": "cds", "timestamp": 1677068165171, "artifactURL": "/sdc/v1/catalog/services/BasicVmMacro/1.0/resourceInstances/basic_vm_macro0/artifacts/base_ubuntu20.yaml", "status": "NOT_NOTIFIED" } 2023-02-22T12:17:52.688Z||pool-2-thread-8|||||INFO|500||Missing status on Status Object. 2023-02-22T12:17:52.688Z||pool-2-thread-8|||||DEBUG|500||received message from topic 2023-02-22T12:17:52.689Z||pool-2-thread-8|||||DEBUG|500||recieved notification from broker: { "distributionID": "10ce1f8b-7336-492e-bfea-e881e49d17b2", "consumerID": "sdc-COpenSource-Env11-sdnc-dockero", "timestamp": 1677068159920, "artifactURL": "/sdc/v1/catalog/services/BasicVmMacro/1.0/resourceInstances/basic_vm_macro0/artifacts/base_ubuntu20.yaml", "status": "NOT_NOTIFIED" } 2023-02-22T12:17:52.689Z||pool-2-thread-8|||||INFO|500||Missing status on Status Object. 2023-02-22T12:17:52.689Z||pool-2-thread-8|||||DEBUG|500||received message from topic 2023-02-22T12:17:52.689Z||pool-2-thread-8|||||DEBUG|500||recieved notification from broker: { "distributionID": "6f0e4817-a1bf-45ef-a420-e600e7addba2", "consumerID": "SO-COpenSource-Env11", "timestamp": 1677068169421, "artifactURL": "/sdc/v1/catalog/services/BasicCnfMacro/1.0/resourceInstances/basic_cnf_macro0/artifacts/base_template_dummy_ignore.env", "status": "DOWNLOAD_OK" } 2023-02-22T12:17:52.689Z||pool-2-thread-8|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error' 2023-02-22T12:17:52.689Z||pool-2-thread-8|||||DEBUG|500||received message from topic 2023-02-22T12:17:52.689Z||pool-2-thread-8|||||DEBUG|500||recieved notification from broker: { "distributionID": "10ce1f8b-7336-492e-bfea-e881e49d17b2", "consumerID": "multicloud-k8s-id", "timestamp": 1677068167984, "artifactURL": "/sdc/v1/catalog/services/BasicVmMacro/1.0/resourceInstances/basic_vm_macro0/artifacts/basic_vm_macro0_modules.json", "status": "NOTIFIED" } 2023-02-22T12:17:52.690Z||pool-2-thread-8|||||INFO|500||Missing status on Status Object. 2023-02-22T12:17:52.690Z||pool-2-thread-8|||||DEBUG|500||received message from topic 2023-02-22T12:17:52.690Z||pool-2-thread-8|||||DEBUG|500||recieved notification from broker: { "distributionID": "10ce1f8b-7336-492e-bfea-e881e49d17b2", "consumerID": "sdc-COpenSource-Env11-sdnc-dockero", "timestamp": 1677068159920, "artifactURL": "/sdc/v1/catalog/services/BasicVmMacro/1.0/resourceInstances/basic_vm_macro0/artifacts/vendor-license-model.xml", "status": "NOT_NOTIFIED" } 2023-02-22T12:17:52.690Z||pool-2-thread-8|||||INFO|500||Missing status on Status Object. 2023-02-22T12:17:52.690Z||pool-2-thread-8|||||DEBUG|500||received message from topic 2023-02-22T12:17:52.690Z||pool-2-thread-8|||||DEBUG|500||recieved notification from broker: { "distributionID": "10ce1f8b-7336-492e-bfea-e881e49d17b2", "consumerID": "ves-openapi-manager", "timestamp": 1677068160004, "artifactURL": "/sdc/v1/catalog/services/BasicVmMacro/1.0/resourceInstances/basic_vm_macro0/artifacts/vendor-license-model.xml", "status": "NOT_NOTIFIED" } 2023-02-22T12:17:52.690Z||pool-2-thread-8|||||INFO|500||Missing status on Status Object. 2023-02-22T12:17:52.691Z||pool-2-thread-8|||||DEBUG|500||received message from topic 2023-02-22T12:17:52.691Z||pool-2-thread-8|||||DEBUG|500||recieved notification from broker: { "distributionID": "10ce1f8b-7336-492e-bfea-e881e49d17b2", "consumerID": "cds", "timestamp": 1677068165171, "artifactURL": "/sdc/v1/catalog/services/BasicVmMacro/1.0/resourceInstances/basic_vm_macro0/artifacts/vendor-license-model.xml", "status": "NOT_NOTIFIED" } 2023-02-22T12:17:52.691Z||pool-2-thread-8|||||INFO|500||Missing status on Status Object. 2023-02-22T12:17:52.691Z||pool-2-thread-8|||||DEBUG|500||received message from topic 2023-02-22T12:17:52.691Z||pool-2-thread-8|||||DEBUG|500||recieved notification from broker: { "distributionID": "10ce1f8b-7336-492e-bfea-e881e49d17b2", "consumerID": "multicloud-k8s-id", "timestamp": 1677068167984, "artifactURL": "/sdc/v1/catalog/services/BasicVmMacro/1.0/resourceInstances/basic_vm_macro0/artifacts/base_ubuntu20.yaml", "status": "NOTIFIED" } 2023-02-22T12:17:52.691Z||pool-2-thread-8|||||INFO|500||Missing status on Status Object. 2023-02-22T12:17:52.691Z||pool-2-thread-8|||||DEBUG|500||received message from topic 2023-02-22T12:17:52.691Z||pool-2-thread-8|||||DEBUG|500||recieved notification from broker: { "distributionID": "6f0e4817-a1bf-45ef-a420-e600e7addba2", "consumerID": "SO-COpenSource-Env11", "timestamp": 1677068170527, "artifactURL": "/sdc/v1/catalog/services/BasicCnfMacro/1.0/resourceInstances/basic_cnf_macro0/artifacts/helm_apache.tgz", "status": "DOWNLOAD_OK" } 2023-02-22T12:17:52.692Z||pool-2-thread-8|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error' 2023-02-22T12:17:52.692Z||pool-2-thread-8|||||DEBUG|500||received message from topic 2023-02-22T12:17:52.692Z||pool-2-thread-8|||||DEBUG|500||recieved notification from broker: { "distributionID": "10ce1f8b-7336-492e-bfea-e881e49d17b2", "consumerID": "ves-openapi-manager", "timestamp": 1677068160004, "artifactURL": "/sdc/v1/catalog/services/BasicVmMacro/1.0/resourceInstances/basic_vm_macro0/artifacts/base_ubuntu20.env", "status": "NOT_NOTIFIED" } 2023-02-22T12:17:52.692Z||pool-2-thread-8|||||INFO|500||Missing status on Status Object. 2023-02-22T12:17:52.692Z||pool-2-thread-8|||||DEBUG|500||received message from topic 2023-02-22T12:17:52.692Z||pool-2-thread-8|||||DEBUG|500||recieved notification from broker: { "distributionID": "10ce1f8b-7336-492e-bfea-e881e49d17b2", "consumerID": "sdc-COpenSource-Env11-sdnc-dockero", "timestamp": 1677068159920, "artifactURL": "/sdc/v1/catalog/services/BasicVmMacro/1.0/resourceInstances/basic_vm_macro0/artifacts/base_ubuntu20.env", "status": "NOT_NOTIFIED" } 2023-02-22T12:17:52.692Z||pool-2-thread-8|||||INFO|500||Missing status on Status Object. 2023-02-22T12:17:52.693Z||pool-2-thread-8|||||DEBUG|500||received message from topic 2023-02-22T12:17:52.693Z||pool-2-thread-8|||||DEBUG|500||recieved notification from broker: { "distributionID": "10ce1f8b-7336-492e-bfea-e881e49d17b2", "consumerID": "cds", "timestamp": 1677068165171, "artifactURL": "/sdc/v1/catalog/services/BasicVmMacro/1.0/resourceInstances/basic_vm_macro0/artifacts/base_ubuntu20.env", "status": "NOT_NOTIFIED" } 2023-02-22T12:17:52.693Z||pool-2-thread-8|||||INFO|500||Missing status on Status Object. 2023-02-22T12:17:52.693Z||pool-2-thread-8|||||DEBUG|500||received message from topic 2023-02-22T12:17:52.693Z||pool-2-thread-8|||||DEBUG|500||recieved notification from broker: { "distributionID": "10ce1f8b-7336-492e-bfea-e881e49d17b2", "consumerID": "multicloud-k8s-id", "timestamp": 1677068167984, "artifactURL": "/sdc/v1/catalog/services/BasicVmMacro/1.0/resourceInstances/basic_vm_macro0/artifacts/vendor-license-model.xml", "status": "NOT_NOTIFIED" } 2023-02-22T12:17:52.693Z||pool-2-thread-8|||||INFO|500||Missing status on Status Object. 2023-02-22T12:17:52.693Z||pool-2-thread-8|||||DEBUG|500||received message from topic 2023-02-22T12:17:52.693Z||pool-2-thread-8|||||DEBUG|500||recieved notification from broker: { "distributionID": "6f0e4817-a1bf-45ef-a420-e600e7addba2", "consumerID": "SO-COpenSource-Env11", "timestamp": 1677068171591, "artifactURL": "/sdc/v1/catalog/services/BasicCnfMacro/1.0/resourceInstances/basic_cnf_macro0/artifacts/basic_cnf_macro0_modules.json", "status": "DEPLOY_OK" } 2023-02-22T12:17:52.693Z||pool-2-thread-8|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error' 2023-02-22T12:17:52.694Z||pool-2-thread-8|||||DEBUG|500||received message from topic 2023-02-22T12:17:52.694Z||pool-2-thread-8|||||DEBUG|500||recieved notification from broker: { "distributionID": "10ce1f8b-7336-492e-bfea-e881e49d17b2", "consumerID": "ves-openapi-manager", "timestamp": 1677068160004, "artifactURL": "/sdc/v1/catalog/services/BasicVmMacro/1.0/resourceInstances/basic_vm_macro0/artifacts/BASIC_VM_enriched.zip", "status": "NOT_NOTIFIED" } 2023-02-22T12:17:52.694Z||pool-2-thread-8|||||INFO|500||Missing status on Status Object. 2023-02-22T12:17:52.694Z||pool-2-thread-8|||||DEBUG|500||received message from topic 2023-02-22T12:17:52.694Z||pool-2-thread-8|||||DEBUG|500||recieved notification from broker: { "distributionID": "10ce1f8b-7336-492e-bfea-e881e49d17b2", "consumerID": "sdc-COpenSource-Env11-sdnc-dockero", "timestamp": 1677068159920, "artifactURL": "/sdc/v1/catalog/services/BasicVmMacro/1.0/resourceInstances/basic_vm_macro0/artifacts/BASIC_VM_enriched.zip", "status": "NOT_NOTIFIED" } 2023-02-22T12:17:52.694Z||pool-2-thread-8|||||INFO|500||Missing status on Status Object. 2023-02-22T12:17:52.694Z||pool-2-thread-8|||||DEBUG|500||received message from topic 2023-02-22T12:17:52.694Z||pool-2-thread-8|||||DEBUG|500||recieved notification from broker: { "distributionID": "10ce1f8b-7336-492e-bfea-e881e49d17b2", "consumerID": "cds", "timestamp": 1677068165171, "artifactURL": "/sdc/v1/catalog/services/BasicVmMacro/1.0/resourceInstances/basic_vm_macro0/artifacts/BASIC_VM_enriched.zip", "status": "NOT_NOTIFIED" } 2023-02-22T12:17:52.694Z||pool-2-thread-8|||||INFO|500||Missing status on Status Object. 2023-02-22T12:17:52.694Z||pool-2-thread-8|||||DEBUG|500||received message from topic 2023-02-22T12:17:52.695Z||pool-2-thread-8|||||DEBUG|500||recieved notification from broker: { "distributionID": "10ce1f8b-7336-492e-bfea-e881e49d17b2", "consumerID": "multicloud-k8s-id", "timestamp": 1677068167984, "artifactURL": "/sdc/v1/catalog/services/BasicVmMacro/1.0/resourceInstances/basic_vm_macro0/artifacts/base_ubuntu20.env", "status": "NOTIFIED" } 2023-02-22T12:17:52.695Z||pool-2-thread-8|||||INFO|500||Missing status on Status Object. 2023-02-22T12:17:52.695Z||pool-2-thread-8|||||DEBUG|500||received message from topic 2023-02-22T12:17:52.695Z||pool-2-thread-8|||||DEBUG|500||recieved notification from broker: { "distributionID": "6f0e4817-a1bf-45ef-a420-e600e7addba2", "consumerID": "SO-COpenSource-Env11", "timestamp": 1677068172594, "artifactURL": "/sdc/v1/catalog/services/BasicCnfMacro/1.0/resourceInstances/basic_cnf_macro0/artifacts/base_template_dummy_ignore.yaml", "status": "DEPLOY_OK" } 2023-02-22T12:17:52.695Z||pool-2-thread-8|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error' 2023-02-22T12:17:52.695Z||pool-2-thread-8|||||DEBUG|500||received message from topic 2023-02-22T12:17:52.695Z||pool-2-thread-8|||||DEBUG|500||recieved notification from broker: { "distributionID": "10ce1f8b-7336-492e-bfea-e881e49d17b2", "consumerID": "sdc-COpenSource-Env11-sdnc-dockero", "timestamp": 1677068159920, "artifactURL": "/sdc/v1/catalog/services/BasicVmMacro/1.0/artifacts/service-BasicVmMacro-template.yml", "status": "NOT_NOTIFIED" } 2023-02-22T12:17:52.695Z||pool-2-thread-8|||||INFO|500||Missing status on Status Object. 2023-02-22T12:17:52.695Z||pool-2-thread-8|||||DEBUG|500||received message from topic 2023-02-22T12:17:52.696Z||pool-2-thread-8|||||DEBUG|500||recieved notification from broker: { "distributionID": "10ce1f8b-7336-492e-bfea-e881e49d17b2", "consumerID": "cds", "timestamp": 1677068165171, "artifactURL": "/sdc/v1/catalog/services/BasicVmMacro/1.0/artifacts/service-BasicVmMacro-template.yml", "status": "NOT_NOTIFIED" } 2023-02-22T12:17:52.696Z||pool-2-thread-8|||||INFO|500||Missing status on Status Object. 2023-02-22T12:17:52.696Z||pool-2-thread-8|||||DEBUG|500||received message from topic 2023-02-22T12:17:52.696Z||pool-2-thread-8|||||DEBUG|500||recieved notification from broker: { "distributionID": "10ce1f8b-7336-492e-bfea-e881e49d17b2", "consumerID": "ves-openapi-manager", "timestamp": 1677068160004, "artifactURL": "/sdc/v1/catalog/services/BasicVmMacro/1.0/artifacts/service-BasicVmMacro-template.yml", "status": "NOT_NOTIFIED" } 2023-02-22T12:17:52.696Z||pool-2-thread-8|||||INFO|500||Missing status on Status Object. 2023-02-22T12:17:52.696Z||pool-2-thread-8|||||DEBUG|500||received message from topic 2023-02-22T12:17:52.696Z||pool-2-thread-8|||||DEBUG|500||recieved notification from broker: { "distributionID": "10ce1f8b-7336-492e-bfea-e881e49d17b2", "consumerID": "multicloud-k8s-id", "timestamp": 1677068167984, "artifactURL": "/sdc/v1/catalog/services/BasicVmMacro/1.0/resourceInstances/basic_vm_macro0/artifacts/BASIC_VM_enriched.zip", "status": "NOT_NOTIFIED" } 2023-02-22T12:17:52.697Z||pool-2-thread-8|||||INFO|500||Missing status on Status Object. 2023-02-22T12:17:52.697Z||pool-2-thread-8|||||DEBUG|500||received message from topic 2023-02-22T12:17:52.697Z||pool-2-thread-8|||||DEBUG|500||recieved notification from broker: { "distributionID": "6f0e4817-a1bf-45ef-a420-e600e7addba2", "consumerID": "SO-COpenSource-Env11", "timestamp": 1677068173598, "artifactURL": "/sdc/v1/catalog/services/BasicCnfMacro/1.0/resourceInstances/basic_cnf_macro0/artifacts/helm_apache.env", "status": "DEPLOY_ERROR", "errorReason": "The artifact has not been used by the modules defined in the resource" } 2023-02-22T12:17:52.697Z||pool-2-thread-8|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error' 2023-02-22T12:17:52.697Z||pool-2-thread-8|||||DEBUG|500||received message from topic 2023-02-22T12:17:52.697Z||pool-2-thread-8|||||DEBUG|500||recieved notification from broker: { "distributionID": "10ce1f8b-7336-492e-bfea-e881e49d17b2", "consumerID": "ves-openapi-manager", "timestamp": 1677068160004, "artifactURL": "/sdc/v1/catalog/services/BasicVmMacro/1.0/artifacts/service-BasicVmMacro-csar.csar", "status": "NOT_NOTIFIED" } 2023-02-22T12:17:52.697Z||pool-2-thread-8|||||INFO|500||Missing status on Status Object. 2023-02-22T12:17:52.697Z||pool-2-thread-8|||||DEBUG|500||received message from topic 2023-02-22T12:17:52.697Z||pool-2-thread-8|||||DEBUG|500||recieved notification from broker: { "distributionID": "10ce1f8b-7336-492e-bfea-e881e49d17b2", "consumerID": "sdc-COpenSource-Env11-sdnc-dockero", "timestamp": 1677068159920, "artifactURL": "/sdc/v1/catalog/services/BasicVmMacro/1.0/artifacts/service-BasicVmMacro-csar.csar", "status": "NOTIFIED" } 2023-02-22T12:17:52.698Z||pool-2-thread-8|||||INFO|500||Missing status on Status Object. 2023-02-22T12:17:52.698Z||pool-2-thread-8|||||DEBUG|500||received message from topic 2023-02-22T12:17:52.698Z||pool-2-thread-8|||||DEBUG|500||recieved notification from broker: { "distributionID": "10ce1f8b-7336-492e-bfea-e881e49d17b2", "consumerID": "cds", "timestamp": 1677068165171, "artifactURL": "/sdc/v1/catalog/services/BasicVmMacro/1.0/artifacts/service-BasicVmMacro-csar.csar", "status": "NOTIFIED" } 2023-02-22T12:17:52.698Z||pool-2-thread-8|||||INFO|500||Missing status on Status Object. 2023-02-22T12:17:52.698Z||pool-2-thread-8|||||DEBUG|500||received message from topic 2023-02-22T12:17:52.698Z||pool-2-thread-8|||||DEBUG|500||recieved notification from broker: { "distributionID": "10ce1f8b-7336-492e-bfea-e881e49d17b2", "consumerID": "multicloud-k8s-id", "timestamp": 1677068167984, "artifactURL": "/sdc/v1/catalog/services/BasicVmMacro/1.0/artifacts/service-BasicVmMacro-template.yml", "status": "NOT_NOTIFIED" } 2023-02-22T12:17:52.698Z||pool-2-thread-8|||||INFO|500||Missing status on Status Object. 2023-02-22T12:17:52.699Z||pool-2-thread-8|||||DEBUG|500||received message from topic 2023-02-22T12:17:52.699Z||pool-2-thread-8|||||DEBUG|500||recieved notification from broker: { "distributionID": "6f0e4817-a1bf-45ef-a420-e600e7addba2", "consumerID": "SO-COpenSource-Env11", "timestamp": 1677068174603, "artifactURL": "/sdc/v1/catalog/services/BasicCnfMacro/1.0/resourceInstances/basic_cnf_macro0/artifacts/base_template_dummy_ignore.env", "status": "DEPLOY_OK" } 2023-02-22T12:17:52.699Z||pool-2-thread-8|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error' 2023-02-22T12:17:52.699Z||pool-2-thread-8|||||DEBUG|500||received message from topic 2023-02-22T12:17:52.699Z||pool-2-thread-8|||||DEBUG|500||recieved notification from broker: { "distributionID": "10ce1f8b-7336-492e-bfea-e881e49d17b2", "consumerID": "sdc-COpenSource-Env11-sdnc-dockero", "timestamp": 1677068174974, "artifactURL": "/sdc/v1/catalog/services/BasicVmMacro/1.0/artifacts/service-BasicVmMacro-csar.csar", "status": "DOWNLOAD_OK" } 2023-02-22T12:17:52.699Z||pool-2-thread-8|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error' 2023-02-22T12:17:52.699Z||pool-2-thread-8|||||DEBUG|500||received message from topic 2023-02-22T12:17:52.699Z||pool-2-thread-8|||||DEBUG|500||recieved notification from broker: { "distributionID": "10ce1f8b-7336-492e-bfea-e881e49d17b2", "consumerID": "cds", "timestamp": 1677068175970, "artifactURL": "/sdc/v1/catalog/services/BasicVmMacro/1.0/artifacts/service-BasicVmMacro-csar.csar", "status": "DOWNLOAD_OK" } 2023-02-22T12:17:52.700Z||pool-2-thread-8|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error' 2023-02-22T12:17:52.700Z||pool-2-thread-8|||||DEBUG|500||received message from topic 2023-02-22T12:17:52.700Z||pool-2-thread-8|||||DEBUG|500||recieved notification from broker: { "distributionID": "10ce1f8b-7336-492e-bfea-e881e49d17b2", "consumerID": "multicloud-k8s-id", "timestamp": 1677068167984, "artifactURL": "/sdc/v1/catalog/services/BasicVmMacro/1.0/artifacts/service-BasicVmMacro-csar.csar", "status": "NOTIFIED" } 2023-02-22T12:17:52.700Z||pool-2-thread-8|||||INFO|500||Missing status on Status Object. 2023-02-22T12:17:52.700Z||pool-2-thread-8|||||DEBUG|500||received message from topic 2023-02-22T12:17:52.700Z||pool-2-thread-8|||||DEBUG|500||recieved notification from broker: { "distributionID": "6f0e4817-a1bf-45ef-a420-e600e7addba2", "consumerID": "SO-COpenSource-Env11", "timestamp": 1677068175607, "artifactURL": "/sdc/v1/catalog/services/BasicCnfMacro/1.0/resourceInstances/basic_cnf_macro0/artifacts/helm_apache.tgz", "status": "DEPLOY_ERROR", "errorReason": "The artifact has not been used by the modules defined in the resource" } 2023-02-22T12:17:52.700Z||pool-2-thread-8|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error' 2023-02-22T12:17:52.700Z||pool-2-thread-8|||||DEBUG|500||received message from topic 2023-02-22T12:17:52.700Z||pool-2-thread-8|||||DEBUG|500||recieved notification from broker: { "distributionID": "10ce1f8b-7336-492e-bfea-e881e49d17b2", "consumerID": "cds", "timestamp": 1677068177415, "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=? 2023-02-22T12:17:52.709Z||pool-2-thread-8|||||DEBUG|500||Receive a callback componentStatus in ASDC, for componentName: cds and status of COMPONENT_DONE_OK distributionID of 10ce1f8b-7336-492e-bfea-e881e49d17b2 2023-02-22T12:17:52.709Z||pool-2-thread-8|||||DEBUG|500||Entering installTheComponentStatus for distributionId 10ce1f8b-7336-492e-bfea-e881e49d17b2 and ComponentName cds Hibernate: select watchdogco0_.COMPONENT_NAME as componen1_12_0_, watchdogco0_.DISTRIBUTION_ID as distribu2_12_0_, watchdogco0_.COMPONENT_DISTRIBUTION_STATUS as componen3_12_0_, watchdogco0_.CREATE_TIME as create_t4_12_0_, watchdogco0_.MODIFY_TIME as modify_t5_12_0_ from watchdog_per_component_distribution_status watchdogco0_ where watchdogco0_.COMPONENT_NAME=? and watchdogco0_.DISTRIBUTION_ID=? Hibernate: insert into watchdog_per_component_distribution_status (COMPONENT_DISTRIBUTION_STATUS, CREATE_TIME, MODIFY_TIME, COMPONENT_NAME, DISTRIBUTION_ID) values (?, ?, ?, ?, ?) 2023-02-22T12:17:52.719Z||pool-2-thread-8|||||DEBUG|500||received message from topic 2023-02-22T12:17:52.719Z||pool-2-thread-8|||||DEBUG|500||recieved notification from broker: { "distributionID": "10ce1f8b-7336-492e-bfea-e881e49d17b2", "consumerID": "multicloud-k8s-id", "timestamp": 1677068176775, "artifactURL": "/sdc/v1/catalog/services/BasicVmMacro/1.0/resourceInstances/basic_vm_macro0/artifacts/basic_vm_macro0_modules.json", "status": "DOWNLOAD_OK" } 2023-02-22T12:17:52.719Z||pool-2-thread-8|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error' 2023-02-22T12:17:52.719Z||pool-2-thread-8|||||DEBUG|500||received message from topic 2023-02-22T12:17:52.719Z||pool-2-thread-8|||||DEBUG|500||recieved notification from broker: { "distributionID": "6f0e4817-a1bf-45ef-a420-e600e7addba2", "consumerID": "SO-COpenSource-Env11", "timestamp": 1677068176612, "artifactURL": "/sdc/v1/catalog/services/BasicCnfMacro/1.0/artifacts/service-BasicCnfMacro-csar.csar", "status": "DEPLOY_OK" } 2023-02-22T12:17:52.720Z||pool-2-thread-8|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error' 2023-02-22T12:17:52.720Z||pool-2-thread-8|||||DEBUG|500||received message from topic 2023-02-22T12:17:52.720Z||pool-2-thread-8|||||DEBUG|500||recieved notification from broker: { "distributionID": "10ce1f8b-7336-492e-bfea-e881e49d17b2", "consumerID": "sdc-COpenSource-Env11-sdnc-dockero", "timestamp": 1677068177374, "artifactURL": "/sdc/v1/catalog/services/BasicVmMacro/1.0/artifacts/service-BasicVmMacro-csar.csar", "status": "DEPLOY_OK" } 2023-02-22T12:17:52.720Z||pool-2-thread-8|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error' 2023-02-22T12:17:52.720Z||pool-2-thread-8|||||DEBUG|500||received message from topic 2023-02-22T12:17:52.721Z||pool-2-thread-8|||||DEBUG|500||recieved notification from broker: { "distributionID": "10ce1f8b-7336-492e-bfea-e881e49d17b2", "consumerID": "multicloud-k8s-id", "timestamp": 1677068177903, "artifactURL": "/sdc/v1/catalog/services/BasicVmMacro/1.0/resourceInstances/basic_vm_macro0/artifacts/base_ubuntu20.yaml", "status": "DOWNLOAD_OK" } 2023-02-22T12:17:52.721Z||pool-2-thread-8|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error' 2023-02-22T12:17:52.721Z||pool-2-thread-8|||||DEBUG|500||received message from topic 2023-02-22T12:17:52.721Z||pool-2-thread-8|||||DEBUG|500||recieved notification from broker: { "distributionID": "10ce1f8b-7336-492e-bfea-e881e49d17b2", "consumerID": "sdc-COpenSource-Env11-sdnc-dockero", "timestamp": 1677068178378, "artifactURL": "", "status": "COMPONENT_DONE_OK", "componentName": "SDNC" } Hibernate: select watchdogdi0_.DISTRIBUTION_ID as distribu1_11_0_, watchdogdi0_.CREATE_TIME as create_t2_11_0_, watchdogdi0_.DISTRIBUTION_ID_STATUS as distribu3_11_0_, watchdogdi0_.MODIFY_TIME as modify_t4_11_0_, watchdogdi0_.LOCK_VERSION as lock_ver5_11_0_ from watchdog_distributionid_status watchdogdi0_ where watchdogdi0_.DISTRIBUTION_ID=? 2023-02-22T12:17:52.726Z||pool-2-thread-8|||||DEBUG|500||Receive a callback componentStatus in ASDC, for componentName: SDNC and status of COMPONENT_DONE_OK distributionID of 10ce1f8b-7336-492e-bfea-e881e49d17b2 2023-02-22T12:17:52.727Z||pool-2-thread-8|||||DEBUG|500||Entering installTheComponentStatus for distributionId 10ce1f8b-7336-492e-bfea-e881e49d17b2 and ComponentName SDNC Hibernate: select watchdogco0_.COMPONENT_NAME as componen1_12_0_, watchdogco0_.DISTRIBUTION_ID as distribu2_12_0_, watchdogco0_.COMPONENT_DISTRIBUTION_STATUS as componen3_12_0_, watchdogco0_.CREATE_TIME as create_t4_12_0_, watchdogco0_.MODIFY_TIME as modify_t5_12_0_ from watchdog_per_component_distribution_status watchdogco0_ where watchdogco0_.COMPONENT_NAME=? and watchdogco0_.DISTRIBUTION_ID=? Hibernate: insert into watchdog_per_component_distribution_status (COMPONENT_DISTRIBUTION_STATUS, CREATE_TIME, MODIFY_TIME, COMPONENT_NAME, DISTRIBUTION_ID) values (?, ?, ?, ?, ?) 2023-02-22T12:17:52.739Z||pool-2-thread-8|||||DEBUG|500||received message from topic 2023-02-22T12:17:52.739Z||pool-2-thread-8|||||DEBUG|500||recieved notification from broker: { "distributionID": "10ce1f8b-7336-492e-bfea-e881e49d17b2", "consumerID": "multicloud-k8s-id", "timestamp": 1677068179005, "artifactURL": "/sdc/v1/catalog/services/BasicVmMacro/1.0/resourceInstances/basic_vm_macro0/artifacts/base_ubuntu20.env", "status": "DOWNLOAD_OK" } 2023-02-22T12:17:52.739Z||pool-2-thread-8|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error' 2023-02-22T12:17:52.739Z||pool-2-thread-8|||||DEBUG|500||received message from topic 2023-02-22T12:17:52.739Z||pool-2-thread-8|||||DEBUG|500||recieved notification from broker: { "distributionID": "10ce1f8b-7336-492e-bfea-e881e49d17b2", "consumerID": "multicloud-k8s-id", "timestamp": 1677068180038, "artifactURL": "", "status": "COMPONENT_DONE_OK", "componentName": "POLICY" } Hibernate: select watchdogdi0_.DISTRIBUTION_ID as distribu1_11_0_, watchdogdi0_.CREATE_TIME as create_t2_11_0_, watchdogdi0_.DISTRIBUTION_ID_STATUS as distribu3_11_0_, watchdogdi0_.MODIFY_TIME as modify_t4_11_0_, watchdogdi0_.LOCK_VERSION as lock_ver5_11_0_ from watchdog_distributionid_status watchdogdi0_ where watchdogdi0_.DISTRIBUTION_ID=? 2023-02-22T12:17:52.747Z||pool-2-thread-8|||||DEBUG|500||Receive a callback componentStatus in ASDC, for componentName: POLICY and status of COMPONENT_DONE_OK distributionID of 10ce1f8b-7336-492e-bfea-e881e49d17b2 2023-02-22T12:17:52.747Z||pool-2-thread-8|||||DEBUG|500||Entering installTheComponentStatus for distributionId 10ce1f8b-7336-492e-bfea-e881e49d17b2 and ComponentName POLICY Hibernate: select watchdogco0_.COMPONENT_NAME as componen1_12_0_, watchdogco0_.DISTRIBUTION_ID as distribu2_12_0_, watchdogco0_.COMPONENT_DISTRIBUTION_STATUS as componen3_12_0_, watchdogco0_.CREATE_TIME as create_t4_12_0_, watchdogco0_.MODIFY_TIME as modify_t5_12_0_ from watchdog_per_component_distribution_status watchdogco0_ where watchdogco0_.COMPONENT_NAME=? and watchdogco0_.DISTRIBUTION_ID=? Hibernate: insert into watchdog_per_component_distribution_status (COMPONENT_DISTRIBUTION_STATUS, CREATE_TIME, MODIFY_TIME, COMPONENT_NAME, DISTRIBUTION_ID) values (?, ?, ?, ?, ?) 2023-02-22T12:17:52.756Z||pool-2-thread-8|||||DEBUG|500||received message from topic 2023-02-22T12:17:52.756Z||pool-2-thread-8|||||DEBUG|500||recieved notification from broker: { "distributionID": "10ce1f8b-7336-492e-bfea-e881e49d17b2", "consumerID": "aai-ml", "timestamp": 1677068179839, "artifactURL": "/sdc/v1/catalog/services/BasicVmMacro/1.0/resourceInstances/basic_vm_macro0/artifacts/vf-license-model.xml", "status": "NOT_NOTIFIED" } 2023-02-22T12:17:52.756Z||pool-2-thread-8|||||INFO|500||Missing status on Status Object. 2023-02-22T12:17:52.757Z||pool-2-thread-8|||||DEBUG|500||received message from topic 2023-02-22T12:17:52.757Z||pool-2-thread-8|||||DEBUG|500||recieved notification from broker: { "distributionID": "10ce1f8b-7336-492e-bfea-e881e49d17b2", "consumerID": "multicloud-k8s-id", "timestamp": 1677068181043, "artifactURL": "/sdc/v1/catalog/services/BasicVmMacro/1.0/resourceInstances/basic_vm_macro0/artifacts/basic_vm_macro0_modules.json", "status": "DEPLOY_OK" } 2023-02-22T12:17:52.758Z||pool-2-thread-8|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error' 2023-02-22T12:17:52.758Z||pool-2-thread-8|||||DEBUG|500||received message from topic 2023-02-22T12:17:52.758Z||pool-2-thread-8|||||DEBUG|500||recieved notification from broker: { "distributionID": "10ce1f8b-7336-492e-bfea-e881e49d17b2", "consumerID": "aai-ml", "timestamp": 1677068179839, "artifactURL": "/sdc/v1/catalog/services/BasicVmMacro/1.0/resourceInstances/basic_vm_macro0/artifacts/basic_vm_macro0_modules.json", "status": "NOT_NOTIFIED" } 2023-02-22T12:17:52.758Z||pool-2-thread-8|||||INFO|500||Missing status on Status Object. 2023-02-22T12:17:52.758Z||pool-2-thread-8|||||DEBUG|500||received message from topic 2023-02-22T12:17:52.758Z||pool-2-thread-8|||||DEBUG|500||recieved notification from broker: { "distributionID": "10ce1f8b-7336-492e-bfea-e881e49d17b2", "consumerID": "aai-ml", "timestamp": 1677068179839, "artifactURL": "/sdc/v1/catalog/services/BasicVmMacro/1.0/resourceInstances/basic_vm_macro0/artifacts/base_ubuntu20.yaml", "status": "NOT_NOTIFIED" } 2023-02-22T12:17:52.759Z||pool-2-thread-8|||||INFO|500||Missing status on Status Object. 2023-02-22T12:17:52.759Z||pool-2-thread-8|||||DEBUG|500||received message from topic 2023-02-22T12:17:52.759Z||pool-2-thread-8|||||DEBUG|500||recieved notification from broker: { "distributionID": "10ce1f8b-7336-492e-bfea-e881e49d17b2", "consumerID": "aai-ml", "timestamp": 1677068179839, "artifactURL": "/sdc/v1/catalog/services/BasicVmMacro/1.0/resourceInstances/basic_vm_macro0/artifacts/vendor-license-model.xml", "status": "NOT_NOTIFIED" } 2023-02-22T12:17:52.759Z||pool-2-thread-8|||||INFO|500||Missing status on Status Object. 2023-02-22T12:17:52.759Z||pool-2-thread-8|||||DEBUG|500||received message from topic 2023-02-22T12:17:52.760Z||pool-2-thread-8|||||DEBUG|500||recieved notification from broker: { "distributionID": "10ce1f8b-7336-492e-bfea-e881e49d17b2", "consumerID": "aai-ml", "timestamp": 1677068179839, "artifactURL": "/sdc/v1/catalog/services/BasicVmMacro/1.0/resourceInstances/basic_vm_macro0/artifacts/base_ubuntu20.env", "status": "NOT_NOTIFIED" } 2023-02-22T12:17:52.760Z||pool-2-thread-8|||||INFO|500||Missing status on Status Object. 2023-02-22T12:17:52.760Z||pool-2-thread-8|||||DEBUG|500||received message from topic 2023-02-22T12:17:52.760Z||pool-2-thread-8|||||DEBUG|500||recieved notification from broker: { "distributionID": "10ce1f8b-7336-492e-bfea-e881e49d17b2", "consumerID": "aai-ml", "timestamp": 1677068179839, "artifactURL": "/sdc/v1/catalog/services/BasicVmMacro/1.0/resourceInstances/basic_vm_macro0/artifacts/BASIC_VM_enriched.zip", "status": "NOT_NOTIFIED" } 2023-02-22T12:17:52.760Z||pool-2-thread-8|||||INFO|500||Missing status on Status Object. 2023-02-22T12:17:52.761Z||pool-2-thread-8|||||DEBUG|500||received message from topic 2023-02-22T12:17:52.761Z||pool-2-thread-8|||||DEBUG|500||recieved notification from broker: { "distributionID": "10ce1f8b-7336-492e-bfea-e881e49d17b2", "consumerID": "aai-ml", "timestamp": 1677068179839, "artifactURL": "/sdc/v1/catalog/services/BasicVmMacro/1.0/artifacts/service-BasicVmMacro-template.yml", "status": "NOT_NOTIFIED" } 2023-02-22T12:17:52.761Z||pool-2-thread-8|||||INFO|500||Missing status on Status Object. 2023-02-22T12:17:52.761Z||pool-2-thread-8|||||DEBUG|500||received message from topic 2023-02-22T12:17:52.761Z||pool-2-thread-8|||||DEBUG|500||recieved notification from broker: { "distributionID": "10ce1f8b-7336-492e-bfea-e881e49d17b2", "consumerID": "aai-ml", "timestamp": 1677068179839, "artifactURL": "/sdc/v1/catalog/services/BasicVmMacro/1.0/artifacts/service-BasicVmMacro-csar.csar", "status": "NOTIFIED" } 2023-02-22T12:17:52.762Z||pool-2-thread-8|||||INFO|500||Missing status on Status Object. 2023-02-22T12:17:52.762Z||pool-2-thread-8|||||DEBUG|500||received message from topic 2023-02-22T12:17:52.762Z||pool-2-thread-8|||||DEBUG|500||recieved notification from broker: { "distributionID": "10ce1f8b-7336-492e-bfea-e881e49d17b2", "consumerID": "aai-ml", "timestamp": 1677068188605, "artifactURL": "/sdc/v1/catalog/services/BasicVmMacro/1.0/artifacts/service-BasicVmMacro-csar.csar", "status": "DOWNLOAD_OK" } 2023-02-22T12:17:52.762Z||pool-2-thread-8|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error' 2023-02-22T12:17:52.762Z||pool-2-thread-8|||||DEBUG|500||received message from topic 2023-02-22T12:17:52.763Z||pool-2-thread-8|||||DEBUG|500||recieved notification from broker: { "distributionID": "31ff78bd-392d-40e2-8e4f-dc0c7bf43485", "consumerID": "sdc-COpenSource-Env11-sdnc-dockero", "timestamp": 1677068189920, "artifactURL": "/sdc/v1/catalog/services/TestPnfMacro/1.0/resourceInstances/testpnf0/artifacts/vf-license-model.xml", "status": "NOT_NOTIFIED" } 2023-02-22T12:17:52.763Z||pool-2-thread-8|||||INFO|500||Missing status on Status Object. 2023-02-22T12:17:52.763Z||pool-2-thread-8|||||DEBUG|500||received message from topic 2023-02-22T12:17:52.763Z||pool-2-thread-8|||||DEBUG|500||recieved notification from broker: { "distributionID": "31ff78bd-392d-40e2-8e4f-dc0c7bf43485", "consumerID": "cds", "timestamp": 1677068195171, "artifactURL": "/sdc/v1/catalog/services/TestPnfMacro/1.0/resourceInstances/testpnf0/artifacts/vf-license-model.xml", "status": "NOT_NOTIFIED" } 2023-02-22T12:17:52.763Z||pool-2-thread-8|||||INFO|500||Missing status on Status Object. 2023-02-22T12:17:52.764Z||pool-2-thread-8|||||DEBUG|500||received message from topic 2023-02-22T12:17:52.764Z||pool-2-thread-8|||||DEBUG|500||recieved notification from broker: { "distributionID": "31ff78bd-392d-40e2-8e4f-dc0c7bf43485", "consumerID": "multicloud-k8s-id", "timestamp": 1677068187984, "artifactURL": "/sdc/v1/catalog/services/TestPnfMacro/1.0/resourceInstances/testpnf0/artifacts/vf-license-model.xml", "status": "NOT_NOTIFIED" } 2023-02-22T12:17:52.764Z||pool-2-thread-8|||||INFO|500||Missing status on Status Object. 2023-02-22T12:17:52.764Z||pool-2-thread-8|||||DEBUG|500||received message from topic 2023-02-22T12:17:52.764Z||pool-2-thread-8|||||DEBUG|500||recieved notification from broker: { "distributionID": "10ce1f8b-7336-492e-bfea-e881e49d17b2", "consumerID": "aai-ml", "timestamp": 1677068198374, "artifactURL": "/sdc/v1/catalog/services/BasicVmMacro/1.0/artifacts/service-BasicVmMacro-csar.csar", "status": "DEPLOY_OK" } 2023-02-22T12:17:52.765Z||pool-2-thread-8|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error' 2023-02-22T12:17:52.765Z||pool-2-thread-8|||||DEBUG|500||received message from topic 2023-02-22T12:17:52.765Z||pool-2-thread-8|||||DEBUG|500||recieved notification from broker: { "distributionID": "31ff78bd-392d-40e2-8e4f-dc0c7bf43485", "consumerID": "cds", "timestamp": 1677068195171, "artifactURL": "/sdc/v1/catalog/services/TestPnfMacro/1.0/resourceInstances/testpnf0/artifacts/pNF.csar", "status": "NOT_NOTIFIED" } 2023-02-22T12:17:52.765Z||pool-2-thread-8|||||INFO|500||Missing status on Status Object. 2023-02-22T12:17:52.765Z||pool-2-thread-8|||||DEBUG|500||received message from topic 2023-02-22T12:17:52.766Z||pool-2-thread-8|||||DEBUG|500||recieved notification from broker: { "distributionID": "31ff78bd-392d-40e2-8e4f-dc0c7bf43485", "consumerID": "sdc-COpenSource-Env11-sdnc-dockero", "timestamp": 1677068189920, "artifactURL": "/sdc/v1/catalog/services/TestPnfMacro/1.0/resourceInstances/testpnf0/artifacts/pNF.csar", "status": "NOT_NOTIFIED" } 2023-02-22T12:17:52.766Z||pool-2-thread-8|||||INFO|500||Missing status on Status Object. 2023-02-22T12:17:52.766Z||pool-2-thread-8|||||DEBUG|500||received message from topic 2023-02-22T12:17:52.766Z||pool-2-thread-8|||||DEBUG|500||recieved notification from broker: { "distributionID": "31ff78bd-392d-40e2-8e4f-dc0c7bf43485", "consumerID": "multicloud-k8s-id", "timestamp": 1677068187984, "artifactURL": "/sdc/v1/catalog/services/TestPnfMacro/1.0/resourceInstances/testpnf0/artifacts/pNF.csar", "status": "NOT_NOTIFIED" } 2023-02-22T12:17:52.767Z||pool-2-thread-8|||||INFO|500||Missing status on Status Object. 2023-02-22T12:17:52.767Z||pool-2-thread-8|||||DEBUG|500||received message from topic 2023-02-22T12:17:52.767Z||pool-2-thread-8|||||DEBUG|500||recieved notification from broker: { "distributionID": "10ce1f8b-7336-492e-bfea-e881e49d17b2", "consumerID": "aai-ml", "timestamp": 1677068199378, "artifactURL": "", "status": "COMPONENT_DONE_OK", "componentName": "AAI" } Hibernate: select watchdogdi0_.DISTRIBUTION_ID as distribu1_11_0_, watchdogdi0_.CREATE_TIME as create_t2_11_0_, watchdogdi0_.DISTRIBUTION_ID_STATUS as distribu3_11_0_, watchdogdi0_.MODIFY_TIME as modify_t4_11_0_, watchdogdi0_.LOCK_VERSION as lock_ver5_11_0_ from watchdog_distributionid_status watchdogdi0_ where watchdogdi0_.DISTRIBUTION_ID=? 2023-02-22T12:17:52.772Z||pool-2-thread-8|||||DEBUG|500||Receive a callback componentStatus in ASDC, for componentName: AAI and status of COMPONENT_DONE_OK distributionID of 10ce1f8b-7336-492e-bfea-e881e49d17b2 2023-02-22T12:17:52.772Z||pool-2-thread-8|||||DEBUG|500||Entering installTheComponentStatus for distributionId 10ce1f8b-7336-492e-bfea-e881e49d17b2 and ComponentName AAI Hibernate: select watchdogco0_.COMPONENT_NAME as componen1_12_0_, watchdogco0_.DISTRIBUTION_ID as distribu2_12_0_, watchdogco0_.COMPONENT_DISTRIBUTION_STATUS as componen3_12_0_, watchdogco0_.CREATE_TIME as create_t4_12_0_, watchdogco0_.MODIFY_TIME as modify_t5_12_0_ from watchdog_per_component_distribution_status watchdogco0_ where watchdogco0_.COMPONENT_NAME=? and watchdogco0_.DISTRIBUTION_ID=? Hibernate: insert into watchdog_per_component_distribution_status (COMPONENT_DISTRIBUTION_STATUS, CREATE_TIME, MODIFY_TIME, COMPONENT_NAME, DISTRIBUTION_ID) values (?, ?, ?, ?, ?) 2023-02-22T12:17:52.781Z||pool-2-thread-8|||||DEBUG|500||received message from topic 2023-02-22T12:17:52.781Z||pool-2-thread-8|||||DEBUG|500||recieved notification from broker: { "distributionID": "31ff78bd-392d-40e2-8e4f-dc0c7bf43485", "consumerID": "cds", "timestamp": 1677068195171, "artifactURL": "/sdc/v1/catalog/services/TestPnfMacro/1.0/resourceInstances/testpnf0/artifacts/mynetconf.yang", "status": "NOT_NOTIFIED" } 2023-02-22T12:17:52.781Z||pool-2-thread-8|||||INFO|500||Missing status on Status Object. 2023-02-22T12:17:52.781Z||pool-2-thread-8|||||DEBUG|500||received message from topic 2023-02-22T12:17:52.781Z||pool-2-thread-8|||||DEBUG|500||recieved notification from broker: { "distributionID": "31ff78bd-392d-40e2-8e4f-dc0c7bf43485", "consumerID": "sdc-COpenSource-Env11-sdnc-dockero", "timestamp": 1677068189920, "artifactURL": "/sdc/v1/catalog/services/TestPnfMacro/1.0/resourceInstances/testpnf0/artifacts/mynetconf.yang", "status": "NOT_NOTIFIED" } 2023-02-22T12:17:52.782Z||pool-2-thread-8|||||INFO|500||Missing status on Status Object. 2023-02-22T12:17:52.782Z||pool-2-thread-8|||||DEBUG|500||received message from topic 2023-02-22T12:17:52.782Z||pool-2-thread-8|||||DEBUG|500||recieved notification from broker: { "distributionID": "31ff78bd-392d-40e2-8e4f-dc0c7bf43485", "consumerID": "multicloud-k8s-id", "timestamp": 1677068187984, "artifactURL": "/sdc/v1/catalog/services/TestPnfMacro/1.0/resourceInstances/testpnf0/artifacts/mynetconf.yang", "status": "NOT_NOTIFIED" } 2023-02-22T12:17:52.783Z||pool-2-thread-8|||||INFO|500||Missing status on Status Object. 2023-02-22T12:17:52.783Z||pool-2-thread-8|||||DEBUG|500||received message from topic 2023-02-22T12:17:52.783Z||pool-2-thread-8|||||DEBUG|500||recieved notification from broker: { "distributionID": "31ff78bd-392d-40e2-8e4f-dc0c7bf43485", "consumerID": "cds", "timestamp": 1677068195171, "artifactURL": "/sdc/v1/catalog/services/TestPnfMacro/1.0/resourceInstances/testpnf0/artifacts/CBA_enriched.zip", "status": "NOT_NOTIFIED" } 2023-02-22T12:17:52.783Z||pool-2-thread-8|||||INFO|500||Missing status on Status Object. 2023-02-22T12:17:52.783Z||pool-2-thread-8|||||DEBUG|500||received message from topic 2023-02-22T12:17:52.783Z||pool-2-thread-8|||||DEBUG|500||recieved notification from broker: { "distributionID": "31ff78bd-392d-40e2-8e4f-dc0c7bf43485", "consumerID": "sdc-COpenSource-Env11-sdnc-dockero", "timestamp": 1677068189920, "artifactURL": "/sdc/v1/catalog/services/TestPnfMacro/1.0/resourceInstances/testpnf0/artifacts/CBA_enriched.zip", "status": "NOT_NOTIFIED" } 2023-02-22T12:17:52.784Z||pool-2-thread-8|||||INFO|500||Missing status on Status Object. 2023-02-22T12:17:52.784Z||pool-2-thread-8|||||DEBUG|500||received message from topic 2023-02-22T12:17:52.784Z||pool-2-thread-8|||||DEBUG|500||recieved notification from broker: { "distributionID": "31ff78bd-392d-40e2-8e4f-dc0c7bf43485", "consumerID": "multicloud-k8s-id", "timestamp": 1677068187984, "artifactURL": "/sdc/v1/catalog/services/TestPnfMacro/1.0/resourceInstances/testpnf0/artifacts/CBA_enriched.zip", "status": "NOT_NOTIFIED" } 2023-02-22T12:17:52.784Z||pool-2-thread-8|||||INFO|500||Missing status on Status Object. 2023-02-22T12:17:52.784Z||pool-2-thread-8|||||DEBUG|500||received message from topic 2023-02-22T12:17:52.785Z||pool-2-thread-8|||||DEBUG|500||recieved notification from broker: { "distributionID": "31ff78bd-392d-40e2-8e4f-dc0c7bf43485", "consumerID": "ves-openapi-manager", "timestamp": 1677068200004, "artifactURL": "/sdc/v1/catalog/services/TestPnfMacro/1.0/resourceInstances/testpnf0/artifacts/vf-license-model.xml", "status": "NOT_NOTIFIED" } 2023-02-22T12:17:52.785Z||pool-2-thread-8|||||INFO|500||Missing status on Status Object. 2023-02-22T12:17:52.785Z||pool-2-thread-8|||||DEBUG|500||received message from topic 2023-02-22T12:17:52.785Z||pool-2-thread-8|||||DEBUG|500||recieved notification from broker: { "distributionID": "31ff78bd-392d-40e2-8e4f-dc0c7bf43485", "consumerID": "sdc-COpenSource-Env11-sdnc-dockero", "timestamp": 1677068189920, "artifactURL": "/sdc/v1/catalog/services/TestPnfMacro/1.0/resourceInstances/testpnf0/artifacts/vendor-license-model.xml", "status": "NOT_NOTIFIED" } 2023-02-22T12:17:52.785Z||pool-2-thread-8|||||INFO|500||Missing status on Status Object. 2023-02-22T12:17:52.785Z||pool-2-thread-8|||||DEBUG|500||received message from topic 2023-02-22T12:17:52.785Z||pool-2-thread-8|||||DEBUG|500||recieved notification from broker: { "distributionID": "31ff78bd-392d-40e2-8e4f-dc0c7bf43485", "consumerID": "cds", "timestamp": 1677068195171, "artifactURL": "/sdc/v1/catalog/services/TestPnfMacro/1.0/resourceInstances/testpnf0/artifacts/vendor-license-model.xml", "status": "NOT_NOTIFIED" } 2023-02-22T12:17:52.785Z||pool-2-thread-8|||||INFO|500||Missing status on Status Object. 2023-02-22T12:17:52.785Z||pool-2-thread-8|||||DEBUG|500||received message from topic 2023-02-22T12:17:52.785Z||pool-2-thread-8|||||DEBUG|500||recieved notification from broker: { "distributionID": "31ff78bd-392d-40e2-8e4f-dc0c7bf43485", "consumerID": "multicloud-k8s-id", "timestamp": 1677068187984, "artifactURL": "/sdc/v1/catalog/services/TestPnfMacro/1.0/resourceInstances/testpnf0/artifacts/vendor-license-model.xml", "status": "NOT_NOTIFIED" } 2023-02-22T12:17:52.786Z||pool-2-thread-8|||||INFO|500||Missing status on Status Object. 2023-02-22T12:17:52.786Z||pool-2-thread-8|||||DEBUG|500||received message from topic 2023-02-22T12:17:52.786Z||pool-2-thread-8|||||DEBUG|500||recieved notification from broker: { "distributionID": "31ff78bd-392d-40e2-8e4f-dc0c7bf43485", "consumerID": "ves-openapi-manager", "timestamp": 1677068200004, "artifactURL": "/sdc/v1/catalog/services/TestPnfMacro/1.0/resourceInstances/testpnf0/artifacts/pNF.csar", "status": "NOT_NOTIFIED" } 2023-02-22T12:17:52.786Z||pool-2-thread-8|||||INFO|500||Missing status on Status Object. 2023-02-22T12:17:52.786Z||pool-2-thread-8|||||DEBUG|500||received message from topic 2023-02-22T12:17:52.786Z||pool-2-thread-8|||||DEBUG|500||recieved notification from broker: { "distributionID": "31ff78bd-392d-40e2-8e4f-dc0c7bf43485", "consumerID": "sdc-COpenSource-Env11-sdnc-dockero", "timestamp": 1677068189920, "artifactURL": "/sdc/v1/catalog/services/TestPnfMacro/1.0/resourceInstances/testpnf0/artifacts/PM_Dictionary.yaml", "status": "NOT_NOTIFIED" } 2023-02-22T12:17:52.786Z||pool-2-thread-8|||||INFO|500||Missing status on Status Object. 2023-02-22T12:17:52.786Z||pool-2-thread-8|||||DEBUG|500||received message from topic 2023-02-22T12:17:52.786Z||pool-2-thread-8|||||DEBUG|500||recieved notification from broker: { "distributionID": "31ff78bd-392d-40e2-8e4f-dc0c7bf43485", "consumerID": "cds", "timestamp": 1677068195171, "artifactURL": "/sdc/v1/catalog/services/TestPnfMacro/1.0/resourceInstances/testpnf0/artifacts/PM_Dictionary.yaml", "status": "NOT_NOTIFIED" } 2023-02-22T12:17:52.786Z||pool-2-thread-8|||||INFO|500||Missing status on Status Object. 2023-02-22T12:17:52.786Z||pool-2-thread-8|||||DEBUG|500||received message from topic 2023-02-22T12:17:52.786Z||pool-2-thread-8|||||DEBUG|500||recieved notification from broker: { "distributionID": "31ff78bd-392d-40e2-8e4f-dc0c7bf43485", "consumerID": "multicloud-k8s-id", "timestamp": 1677068187984, "artifactURL": "/sdc/v1/catalog/services/TestPnfMacro/1.0/resourceInstances/testpnf0/artifacts/PM_Dictionary.yaml", "status": "NOT_NOTIFIED" } 2023-02-22T12:17:52.786Z||pool-2-thread-8|||||INFO|500||Missing status on Status Object. 2023-02-22T12:17:52.787Z||pool-2-thread-8|||||DEBUG|500||received message from topic 2023-02-22T12:17:52.787Z||pool-2-thread-8|||||DEBUG|500||recieved notification from broker: { "distributionID": "31ff78bd-392d-40e2-8e4f-dc0c7bf43485", "consumerID": "ves-openapi-manager", "timestamp": 1677068200004, "artifactURL": "/sdc/v1/catalog/services/TestPnfMacro/1.0/resourceInstances/testpnf0/artifacts/mynetconf.yang", "status": "NOT_NOTIFIED" } 2023-02-22T12:17:52.787Z||pool-2-thread-8|||||INFO|500||Missing status on Status Object. 2023-02-22T12:17:52.787Z||pool-2-thread-8|||||DEBUG|500||received message from topic 2023-02-22T12:17:52.787Z||pool-2-thread-8|||||DEBUG|500||recieved notification from broker: { "distributionID": "31ff78bd-392d-40e2-8e4f-dc0c7bf43485", "consumerID": "sdc-COpenSource-Env11-sdnc-dockero", "timestamp": 1677068189920, "artifactURL": "/sdc/v1/catalog/services/TestPnfMacro/1.0/resourceInstances/testpnf0/artifacts/MyPnf_Pnf_v1.yaml", "status": "NOT_NOTIFIED" } 2023-02-22T12:17:52.787Z||pool-2-thread-8|||||INFO|500||Missing status on Status Object. 2023-02-22T12:17:52.787Z||pool-2-thread-8|||||DEBUG|500||received message from topic 2023-02-22T12:17:52.787Z||pool-2-thread-8|||||DEBUG|500||recieved notification from broker: { "distributionID": "31ff78bd-392d-40e2-8e4f-dc0c7bf43485", "consumerID": "cds", "timestamp": 1677068195171, "artifactURL": "/sdc/v1/catalog/services/TestPnfMacro/1.0/resourceInstances/testpnf0/artifacts/MyPnf_Pnf_v1.yaml", "status": "NOT_NOTIFIED" } 2023-02-22T12:17:52.787Z||pool-2-thread-8|||||INFO|500||Missing status on Status Object. 2023-02-22T12:17:52.787Z||pool-2-thread-8|||||DEBUG|500||received message from topic 2023-02-22T12:17:52.787Z||pool-2-thread-8|||||DEBUG|500||recieved notification from broker: { "distributionID": "31ff78bd-392d-40e2-8e4f-dc0c7bf43485", "consumerID": "multicloud-k8s-id", "timestamp": 1677068187984, "artifactURL": "/sdc/v1/catalog/services/TestPnfMacro/1.0/resourceInstances/testpnf0/artifacts/MyPnf_Pnf_v1.yaml", "status": "NOT_NOTIFIED" } 2023-02-22T12:17:52.787Z||pool-2-thread-8|||||INFO|500||Missing status on Status Object. 2023-02-22T12:17:52.788Z||pool-2-thread-8|||||DEBUG|500||received message from topic 2023-02-22T12:17:52.788Z||pool-2-thread-8|||||DEBUG|500||recieved notification from broker: { "distributionID": "31ff78bd-392d-40e2-8e4f-dc0c7bf43485", "consumerID": "ves-openapi-manager", "timestamp": 1677068200004, "artifactURL": "/sdc/v1/catalog/services/TestPnfMacro/1.0/resourceInstances/testpnf0/artifacts/CBA_enriched.zip", "status": "NOT_NOTIFIED" } 2023-02-22T12:17:52.788Z||pool-2-thread-8|||||INFO|500||Missing status on Status Object. 2023-02-22T12:17:52.788Z||pool-2-thread-8|||||DEBUG|500||received message from topic 2023-02-22T12:17:52.788Z||pool-2-thread-8|||||DEBUG|500||recieved notification from broker: { "distributionID": "31ff78bd-392d-40e2-8e4f-dc0c7bf43485", "consumerID": "cds", "timestamp": 1677068195171, "artifactURL": "/sdc/v1/catalog/services/TestPnfMacro/1.0/artifacts/service-TestPnfMacro-template.yml", "status": "NOT_NOTIFIED" } 2023-02-22T12:17:52.788Z||pool-2-thread-8|||||INFO|500||Missing status on Status Object. 2023-02-22T12:17:52.788Z||pool-2-thread-8|||||DEBUG|500||received message from topic 2023-02-22T12:17:52.788Z||pool-2-thread-8|||||DEBUG|500||recieved notification from broker: { "distributionID": "31ff78bd-392d-40e2-8e4f-dc0c7bf43485", "consumerID": "sdc-COpenSource-Env11-sdnc-dockero", "timestamp": 1677068189920, "artifactURL": "/sdc/v1/catalog/services/TestPnfMacro/1.0/artifacts/service-TestPnfMacro-template.yml", "status": "NOT_NOTIFIED" } 2023-02-22T12:17:52.788Z||pool-2-thread-8|||||INFO|500||Missing status on Status Object. 2023-02-22T12:17:52.788Z||pool-2-thread-8|||||DEBUG|500||received message from topic 2023-02-22T12:17:52.789Z||pool-2-thread-8|||||DEBUG|500||recieved notification from broker: { "distributionID": "31ff78bd-392d-40e2-8e4f-dc0c7bf43485", "consumerID": "multicloud-k8s-id", "timestamp": 1677068187984, "artifactURL": "/sdc/v1/catalog/services/TestPnfMacro/1.0/artifacts/service-TestPnfMacro-template.yml", "status": "NOT_NOTIFIED" } 2023-02-22T12:17:52.789Z||pool-2-thread-8|||||INFO|500||Missing status on Status Object. 2023-02-22T12:17:52.789Z||pool-2-thread-8|||||DEBUG|500||received message from topic 2023-02-22T12:17:52.789Z||pool-2-thread-8|||||DEBUG|500||recieved notification from broker: { "distributionID": "31ff78bd-392d-40e2-8e4f-dc0c7bf43485", "consumerID": "ves-openapi-manager", "timestamp": 1677068200004, "artifactURL": "/sdc/v1/catalog/services/TestPnfMacro/1.0/resourceInstances/testpnf0/artifacts/vendor-license-model.xml", "status": "NOT_NOTIFIED" } 2023-02-22T12:17:52.789Z||pool-2-thread-8|||||INFO|500||Missing status on Status Object. 2023-02-22T12:17:52.789Z||pool-2-thread-8|||||DEBUG|500||received message from topic 2023-02-22T12:17:52.789Z||pool-2-thread-8|||||DEBUG|500||recieved notification from broker: { "distributionID": "31ff78bd-392d-40e2-8e4f-dc0c7bf43485", "consumerID": "sdc-COpenSource-Env11-sdnc-dockero", "timestamp": 1677068189920, "artifactURL": "/sdc/v1/catalog/services/TestPnfMacro/1.0/artifacts/service-TestPnfMacro-csar.csar", "status": "NOTIFIED" } 2023-02-22T12:17:52.789Z||pool-2-thread-8|||||INFO|500||Missing status on Status Object. 2023-02-22T12:17:52.789Z||pool-2-thread-8|||||DEBUG|500||received message from topic 2023-02-22T12:17:52.789Z||pool-2-thread-8|||||DEBUG|500||recieved notification from broker: { "distributionID": "31ff78bd-392d-40e2-8e4f-dc0c7bf43485", "consumerID": "cds", "timestamp": 1677068195171, "artifactURL": "/sdc/v1/catalog/services/TestPnfMacro/1.0/artifacts/service-TestPnfMacro-csar.csar", "status": "NOTIFIED" } 2023-02-22T12:17:52.789Z||pool-2-thread-8|||||INFO|500||Missing status on Status Object. 2023-02-22T12:17:52.790Z||pool-2-thread-8|||||DEBUG|500||received message from topic 2023-02-22T12:17:52.790Z||pool-2-thread-8|||||DEBUG|500||recieved notification from broker: { "distributionID": "31ff78bd-392d-40e2-8e4f-dc0c7bf43485", "consumerID": "multicloud-k8s-id", "timestamp": 1677068187984, "artifactURL": "/sdc/v1/catalog/services/TestPnfMacro/1.0/artifacts/service-TestPnfMacro-csar.csar", "status": "NOTIFIED" } 2023-02-22T12:17:52.790Z||pool-2-thread-8|||||INFO|500||Missing status on Status Object. 2023-02-22T12:17:52.790Z||pool-2-thread-8|||||DEBUG|500||received message from topic 2023-02-22T12:17:52.790Z||pool-2-thread-8|||||DEBUG|500||recieved notification from broker: { "distributionID": "31ff78bd-392d-40e2-8e4f-dc0c7bf43485", "consumerID": "ves-openapi-manager", "timestamp": 1677068200004, "artifactURL": "/sdc/v1/catalog/services/TestPnfMacro/1.0/resourceInstances/testpnf0/artifacts/PM_Dictionary.yaml", "status": "NOT_NOTIFIED" } 2023-02-22T12:17:52.790Z||pool-2-thread-8|||||INFO|500||Missing status on Status Object. 2023-02-22T12:17:52.790Z||pool-2-thread-8|||||DEBUG|500||received message from topic 2023-02-22T12:17:52.790Z||pool-2-thread-8|||||DEBUG|500||recieved notification from broker: { "distributionID": "31ff78bd-392d-40e2-8e4f-dc0c7bf43485", "consumerID": "cds", "timestamp": 1677068207607, "artifactURL": "/sdc/v1/catalog/services/TestPnfMacro/1.0/artifacts/service-TestPnfMacro-csar.csar", "status": "DOWNLOAD_OK" } 2023-02-22T12:17:52.790Z||pool-2-thread-8|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error' 2023-02-22T12:17:52.791Z||pool-2-thread-8|||||DEBUG|500||received message from topic 2023-02-22T12:17:52.791Z||pool-2-thread-8|||||DEBUG|500||recieved notification from broker: { "distributionID": "31ff78bd-392d-40e2-8e4f-dc0c7bf43485", "consumerID": "sdc-COpenSource-Env11-sdnc-dockero", "timestamp": 1677068206621, "artifactURL": "/sdc/v1/catalog/services/TestPnfMacro/1.0/artifacts/service-TestPnfMacro-csar.csar", "status": "DOWNLOAD_OK" } 2023-02-22T12:17:52.791Z||pool-2-thread-8|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error' 2023-02-22T12:17:52.791Z||pool-2-thread-8|||||DEBUG|500||received message from topic 2023-02-22T12:17:52.791Z||pool-2-thread-8|||||DEBUG|500||recieved notification from broker: { "distributionID": "31ff78bd-392d-40e2-8e4f-dc0c7bf43485", "consumerID": "ves-openapi-manager", "timestamp": 1677068200004, "artifactURL": "/sdc/v1/catalog/services/TestPnfMacro/1.0/resourceInstances/testpnf0/artifacts/MyPnf_Pnf_v1.yaml", "status": "NOTIFIED" } 2023-02-22T12:17:52.791Z||pool-2-thread-8|||||INFO|500||Missing status on Status Object. 2023-02-22T12:17:52.791Z||pool-2-thread-8|||||DEBUG|500||received message from topic 2023-02-22T12:17:52.791Z||pool-2-thread-8|||||DEBUG|500||recieved notification from broker: { "distributionID": "31ff78bd-392d-40e2-8e4f-dc0c7bf43485", "consumerID": "ves-openapi-manager", "timestamp": 1677068200004, "artifactURL": "/sdc/v1/catalog/services/TestPnfMacro/1.0/artifacts/service-TestPnfMacro-template.yml", "status": "NOT_NOTIFIED" } 2023-02-22T12:17:52.791Z||pool-2-thread-8|||||INFO|500||Missing status on Status Object. 2023-02-22T12:17:52.791Z||pool-2-thread-8|||||DEBUG|500||received message from topic 2023-02-22T12:17:52.791Z||pool-2-thread-8|||||DEBUG|500||recieved notification from broker: { "distributionID": "6f0e4817-a1bf-45ef-a420-e600e7addba2", "consumerID": "SO-COpenSource-Env11", "timestamp": 1677068207859, "artifactURL": "", "status": "DISTRIBUTION_COMPLETE_OK" } 2023-02-22T12:17:52.791Z||pool-2-thread-8|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error' 2023-02-22T12:17:52.792Z||pool-2-thread-8|||||DEBUG|500||received message from topic 2023-02-22T12:17:52.792Z||pool-2-thread-8|||||DEBUG|500||recieved notification from broker: { "distributionID": "31ff78bd-392d-40e2-8e4f-dc0c7bf43485", "consumerID": "cds", "timestamp": 1677068208923, "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 (?, ?, ?, ?, ?) 2023-02-22T12:17:52.805Z||pool-2-thread-8|||||DEBUG|500||Receive a callback componentStatus in ASDC, for componentName: cds and status of COMPONENT_DONE_OK distributionID of 31ff78bd-392d-40e2-8e4f-dc0c7bf43485 2023-02-22T12:17:52.806Z||pool-2-thread-8|||||DEBUG|500||Entering installTheComponentStatus for distributionId 31ff78bd-392d-40e2-8e4f-dc0c7bf43485 and ComponentName cds Hibernate: select watchdogco0_.COMPONENT_NAME as componen1_12_0_, watchdogco0_.DISTRIBUTION_ID as distribu2_12_0_, watchdogco0_.COMPONENT_DISTRIBUTION_STATUS as componen3_12_0_, watchdogco0_.CREATE_TIME as create_t4_12_0_, watchdogco0_.MODIFY_TIME as modify_t5_12_0_ from watchdog_per_component_distribution_status watchdogco0_ where watchdogco0_.COMPONENT_NAME=? and watchdogco0_.DISTRIBUTION_ID=? Hibernate: insert into watchdog_per_component_distribution_status (COMPONENT_DISTRIBUTION_STATUS, CREATE_TIME, MODIFY_TIME, COMPONENT_NAME, DISTRIBUTION_ID) values (?, ?, ?, ?, ?) 2023-02-22T12:17:52.818Z||pool-2-thread-8|||||DEBUG|500||received message from topic 2023-02-22T12:17:52.818Z||pool-2-thread-8|||||DEBUG|500||recieved notification from broker: { "distributionID": "31ff78bd-392d-40e2-8e4f-dc0c7bf43485", "consumerID": "sdc-COpenSource-Env11-sdnc-dockero", "timestamp": 1677068208556, "artifactURL": "/sdc/v1/catalog/services/TestPnfMacro/1.0/artifacts/service-TestPnfMacro-csar.csar", "status": "DEPLOY_OK" } 2023-02-22T12:17:52.819Z||pool-2-thread-8|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error' 2023-02-22T12:17:52.819Z||pool-2-thread-8|||||DEBUG|500||received message from topic 2023-02-22T12:17:52.819Z||pool-2-thread-8|||||DEBUG|500||recieved notification from broker: { "distributionID": "31ff78bd-392d-40e2-8e4f-dc0c7bf43485", "consumerID": "ves-openapi-manager", "timestamp": 1677068200004, "artifactURL": "/sdc/v1/catalog/services/TestPnfMacro/1.0/artifacts/service-TestPnfMacro-csar.csar", "status": "NOT_NOTIFIED" } 2023-02-22T12:17:52.819Z||pool-2-thread-8|||||INFO|500||Missing status on Status Object. 2023-02-22T12:17:52.820Z||pool-2-thread-8|||||DEBUG|500||received message from topic 2023-02-22T12:17:52.820Z||pool-2-thread-8|||||DEBUG|500||recieved notification from broker: { "distributionID": "31ff78bd-392d-40e2-8e4f-dc0c7bf43485", "consumerID": "sdc-COpenSource-Env11-sdnc-dockero", "timestamp": 1677068209561, "artifactURL": "", "status": "COMPONENT_DONE_OK", "componentName": "SDNC" } Hibernate: select watchdogdi0_.DISTRIBUTION_ID as distribu1_11_0_, watchdogdi0_.CREATE_TIME as create_t2_11_0_, watchdogdi0_.DISTRIBUTION_ID_STATUS as distribu3_11_0_, watchdogdi0_.MODIFY_TIME as modify_t4_11_0_, watchdogdi0_.LOCK_VERSION as lock_ver5_11_0_ from watchdog_distributionid_status watchdogdi0_ where watchdogdi0_.DISTRIBUTION_ID=? 2023-02-22T12:17:52.825Z||pool-2-thread-8|||||DEBUG|500||Receive a callback componentStatus in ASDC, for componentName: SDNC and status of COMPONENT_DONE_OK distributionID of 31ff78bd-392d-40e2-8e4f-dc0c7bf43485 2023-02-22T12:17:52.825Z||pool-2-thread-8|||||DEBUG|500||Entering installTheComponentStatus for distributionId 31ff78bd-392d-40e2-8e4f-dc0c7bf43485 and ComponentName SDNC Hibernate: select watchdogco0_.COMPONENT_NAME as componen1_12_0_, watchdogco0_.DISTRIBUTION_ID as distribu2_12_0_, watchdogco0_.COMPONENT_DISTRIBUTION_STATUS as componen3_12_0_, watchdogco0_.CREATE_TIME as create_t4_12_0_, watchdogco0_.MODIFY_TIME as modify_t5_12_0_ from watchdog_per_component_distribution_status watchdogco0_ where watchdogco0_.COMPONENT_NAME=? and watchdogco0_.DISTRIBUTION_ID=? Hibernate: insert into watchdog_per_component_distribution_status (COMPONENT_DISTRIBUTION_STATUS, CREATE_TIME, MODIFY_TIME, COMPONENT_NAME, DISTRIBUTION_ID) values (?, ?, ?, ?, ?) 2023-02-22T12:17:52.832Z||pool-2-thread-8|||||DEBUG|500||received message from topic 2023-02-22T12:17:52.832Z||pool-2-thread-8|||||DEBUG|500||recieved notification from broker: { "distributionID": "31ff78bd-392d-40e2-8e4f-dc0c7bf43485", "consumerID": "ves-openapi-manager", "timestamp": 1677068209756, "artifactURL": "/sdc/v1/catalog/services/TestPnfMacro/1.0/resourceInstances/testpnf0/artifacts/MyPnf_Pnf_v1.yaml", "status": "DOWNLOAD_OK" } 2023-02-22T12:17:52.832Z||pool-2-thread-8|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error' 2023-02-22T12:17:52.832Z||pool-2-thread-8|||||DEBUG|500||received message from topic 2023-02-22T12:17:52.832Z||pool-2-thread-8|||||DEBUG|500||recieved notification from broker: { "distributionID": "31ff78bd-392d-40e2-8e4f-dc0c7bf43485", "consumerID": "aai-ml", "timestamp": 1677068209839, "artifactURL": "/sdc/v1/catalog/services/TestPnfMacro/1.0/resourceInstances/testpnf0/artifacts/vf-license-model.xml", "status": "NOT_NOTIFIED" } 2023-02-22T12:17:52.833Z||pool-2-thread-8|||||INFO|500||Missing status on Status Object. 2023-02-22T12:17:52.833Z||pool-2-thread-8|||||DEBUG|500||received message from topic 2023-02-22T12:17:52.833Z||pool-2-thread-8|||||DEBUG|500||recieved notification from broker: { "distributionID": "31ff78bd-392d-40e2-8e4f-dc0c7bf43485", "consumerID": "ves-openapi-manager", "timestamp": 1677068210792, "artifactURL": "/sdc/v1/catalog/services/TestPnfMacro/1.0/resourceInstances/testpnf0/artifacts/MyPnf_Pnf_v1.yaml", "status": "DEPLOY_OK" } 2023-02-22T12:17:52.833Z||pool-2-thread-8|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error' 2023-02-22T12:17:52.833Z||pool-2-thread-8|||||DEBUG|500||received message from topic 2023-02-22T12:17:52.834Z||pool-2-thread-8|||||DEBUG|500||recieved notification from broker: { "distributionID": "31ff78bd-392d-40e2-8e4f-dc0c7bf43485", "consumerID": "aai-ml", "timestamp": 1677068209839, "artifactURL": "/sdc/v1/catalog/services/TestPnfMacro/1.0/resourceInstances/testpnf0/artifacts/pNF.csar", "status": "NOT_NOTIFIED" } 2023-02-22T12:17:52.834Z||pool-2-thread-8|||||INFO|500||Missing status on Status Object. 2023-02-22T12:17:52.834Z||pool-2-thread-8|||||DEBUG|500||received message from topic 2023-02-22T12:17:52.834Z||pool-2-thread-8|||||DEBUG|500||recieved notification from broker: { "distributionID": "31ff78bd-392d-40e2-8e4f-dc0c7bf43485", "consumerID": "ves-openapi-manager", "timestamp": 1677068211795, "artifactURL": "", "status": "COMPONENT_DONE_OK", "componentName": "" } Hibernate: select watchdogdi0_.DISTRIBUTION_ID as distribu1_11_0_, watchdogdi0_.CREATE_TIME as create_t2_11_0_, watchdogdi0_.DISTRIBUTION_ID_STATUS as distribu3_11_0_, watchdogdi0_.MODIFY_TIME as modify_t4_11_0_, watchdogdi0_.LOCK_VERSION as lock_ver5_11_0_ from watchdog_distributionid_status watchdogdi0_ where watchdogdi0_.DISTRIBUTION_ID=? 2023-02-22T12:17:52.838Z||pool-2-thread-8|||||DEBUG|500||Receive a callback componentStatus in ASDC, for componentName: and status of COMPONENT_DONE_OK distributionID of 31ff78bd-392d-40e2-8e4f-dc0c7bf43485 2023-02-22T12:17:52.839Z||pool-2-thread-8|||||DEBUG|500||Entering installTheComponentStatus for distributionId 31ff78bd-392d-40e2-8e4f-dc0c7bf43485 and ComponentName Hibernate: select watchdogco0_.COMPONENT_NAME as componen1_12_0_, watchdogco0_.DISTRIBUTION_ID as distribu2_12_0_, watchdogco0_.COMPONENT_DISTRIBUTION_STATUS as componen3_12_0_, watchdogco0_.CREATE_TIME as create_t4_12_0_, watchdogco0_.MODIFY_TIME as modify_t5_12_0_ from watchdog_per_component_distribution_status watchdogco0_ where watchdogco0_.COMPONENT_NAME=? and watchdogco0_.DISTRIBUTION_ID=? Hibernate: insert into watchdog_per_component_distribution_status (COMPONENT_DISTRIBUTION_STATUS, CREATE_TIME, MODIFY_TIME, COMPONENT_NAME, DISTRIBUTION_ID) values (?, ?, ?, ?, ?) 2023-02-22T12:17:52.846Z||pool-2-thread-8|||||DEBUG|500||received message from topic 2023-02-22T12:17:52.846Z||pool-2-thread-8|||||DEBUG|500||recieved notification from broker: { "distributionID": "31ff78bd-392d-40e2-8e4f-dc0c7bf43485", "consumerID": "aai-ml", "timestamp": 1677068209839, "artifactURL": "/sdc/v1/catalog/services/TestPnfMacro/1.0/resourceInstances/testpnf0/artifacts/mynetconf.yang", "status": "NOT_NOTIFIED" } 2023-02-22T12:17:52.846Z||pool-2-thread-8|||||INFO|500||Missing status on Status Object. 2023-02-22T12:18:11.076Z|10ce1f8b-7336-492e-bfea-e881e49d17b2|pool-2-thread-3|||||DEBUG|500||Entered getOverallDistributionStatus method for distrubutionId: 10ce1f8b-7336-492e-bfea-e881e49d17b2 Hibernate: select watchdogdi0_.DISTRIBUTION_ID as distribu1_11_0_, watchdogdi0_.CREATE_TIME as create_t2_11_0_, watchdogdi0_.DISTRIBUTION_ID_STATUS as distribu3_11_0_, watchdogdi0_.MODIFY_TIME as modify_t4_11_0_, watchdogdi0_.LOCK_VERSION as lock_ver5_11_0_ from watchdog_distributionid_status watchdogdi0_ where watchdogdi0_.DISTRIBUTION_ID=? Hibernate: select watchdogco0_.COMPONENT_NAME as componen1_12_, watchdogco0_.DISTRIBUTION_ID as distribu2_12_, watchdogco0_.COMPONENT_DISTRIBUTION_STATUS as componen3_12_, watchdogco0_.CREATE_TIME as create_t4_12_, watchdogco0_.MODIFY_TIME as modify_t5_12_ from watchdog_per_component_distribution_status watchdogco0_ where watchdogco0_.DISTRIBUTION_ID=? 2023-02-22T12:18:11.086Z|10ce1f8b-7336-492e-bfea-e881e49d17b2|pool-2-thread-3|||||DEBUG|500||Executed RequestDB getWatchdogComponentDistributionStatus for distrubutionId: 10ce1f8b-7336-492e-bfea-e881e49d17b2 Hibernate: select watchdogco0_.COMPONENT_NAME as componen1_12_, watchdogco0_.DISTRIBUTION_ID as distribu2_12_, watchdogco0_.COMPONENT_DISTRIBUTION_STATUS as componen3_12_, watchdogco0_.CREATE_TIME as create_t4_12_, watchdogco0_.MODIFY_TIME as modify_t5_12_ from watchdog_per_component_distribution_status watchdogco0_ where watchdogco0_.DISTRIBUTION_ID=? 2023-02-22T12:18:11.088Z|10ce1f8b-7336-492e-bfea-e881e49d17b2|pool-2-thread-3|||||DEBUG|500||Found componentName SO in the WatchDog Component DB 2023-02-22T12:18:11.088Z|10ce1f8b-7336-492e-bfea-e881e49d17b2|pool-2-thread-3|||||DEBUG|500||Found componentName AAI in the WatchDog Component DB 2023-02-22T12:18:11.089Z|10ce1f8b-7336-492e-bfea-e881e49d17b2|pool-2-thread-3|||||DEBUG|500||Found componentName SDNC in the WatchDog Component DB 2023-02-22T12:18:11.089Z|10ce1f8b-7336-492e-bfea-e881e49d17b2|pool-2-thread-3|||||DEBUG|500||Components Size matched with the WatchdogComponentDistributionStatus results. 2023-02-22T12:18:11.089Z|10ce1f8b-7336-492e-bfea-e881e49d17b2|pool-2-thread-3|||||DEBUG|500||Component status: COMPONENT_DONE_OK on componentName: 2023-02-22T12:18:11.089Z|10ce1f8b-7336-492e-bfea-e881e49d17b2|pool-2-thread-3|||||DEBUG|500||Component status: COMPONENT_DONE_OK on componentName: 2023-02-22T12:18:11.089Z|10ce1f8b-7336-492e-bfea-e881e49d17b2|pool-2-thread-3|||||DEBUG|500||Component status: COMPONENT_DONE_OK on componentName: 2023-02-22T12:18:11.089Z|10ce1f8b-7336-492e-bfea-e881e49d17b2|pool-2-thread-3|||||DEBUG|500||Component status: COMPONENT_DONE_OK on componentName: 2023-02-22T12:18:11.089Z|10ce1f8b-7336-492e-bfea-e881e49d17b2|pool-2-thread-3|||||DEBUG|500||Component status: COMPONENT_DONE_OK on componentName: 2023-02-22T12:18:11.090Z|10ce1f8b-7336-492e-bfea-e881e49d17b2|pool-2-thread-3|||||DEBUG|500||Updating overall DistributionStatus to: SUCCESS for distributionId: Hibernate: select watchdogdi0_.DISTRIBUTION_ID as distribu1_11_0_, watchdogdi0_.CREATE_TIME as create_t2_11_0_, watchdogdi0_.DISTRIBUTION_ID_STATUS as distribu3_11_0_, watchdogdi0_.MODIFY_TIME as modify_t4_11_0_, watchdogdi0_.LOCK_VERSION as lock_ver5_11_0_ from watchdog_distributionid_status watchdogdi0_ where watchdogdi0_.DISTRIBUTION_ID=? 2023-02-22T12:18:11.094Z|10ce1f8b-7336-492e-bfea-e881e49d17b2|pool-2-thread-3|||||DEBUG|500||Exiting getOverallDistributionStatus method in WatchdogDistribution 2023-02-22T12:18:41.095Z|10ce1f8b-7336-492e-bfea-e881e49d17b2|pool-2-thread-3|||||DEBUG|500||Entered executePatchAAI method with distrubutionId: 10ce1f8b-7336-492e-bfea-e881e49d17b2 and distributionStatus: Hibernate: select watchdogse0_.DISTRIBUTION_ID as distribu1_13_, watchdogse0_.SERVICE_MODEL_VERSION_ID as service_2_13_, watchdogse0_.CONSUMER_ID as consumer3_13_, watchdogse0_.CREATE_TIME as create_t4_13_, watchdogse0_.DISTRIBUTION_NOTIFICATION as distribu5_13_ from watchdog_service_mod_ver_id_lookup watchdogse0_ where watchdogse0_.DISTRIBUTION_ID=? 2023-02-22T12:18:41.104Z|10ce1f8b-7336-492e-bfea-e881e49d17b2|pool-2-thread-3|||||DEBUG|500||Executed RequestDB getWatchdogServiceModVerIdLookup with distributionId: 10ce1f8b-7336-492e-bfea-e881e49d17b2 and serviceModelVersionId: e8b45163-c020-47e8-9881-1b4fb2a941c1 2023-02-22T12:18:41.104Z|10ce1f8b-7336-492e-bfea-e881e49d17b2|pool-2-thread-3|||||DEBUG|500||ASDC Notification ServiceModelInvariantUUID : bc418d26-9442-4833-ab9a-06727be5ea4e 2023-02-22T12:18:41.106Z|10ce1f8b-7336-492e-bfea-e881e49d17b2|pool-2-thread-3|||||DEBUG|500||Target A&AI Resource URI: /service-design-and-creation/models/model/bc418d26-9442-4833-ab9a-06727be5ea4e/model-vers/model-ver/e8b45163-c020-47e8-9881-1b4fb2a941c1?depth=0 2023-02-22T12:18:41.110Z|10ce1f8b-7336-492e-bfea-e881e49d17b2|pool-2-thread-3|||||INFO|500||RestClientSSL using default SSL context! 2023-02-22T12:18:41.161Z|10ce1f8b-7336-492e-bfea-e881e49d17b2|pool-2-thread-3|||AAI||DEBUG|500||Sending HTTP POST (overridden to PATCH) to:https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/bc418d26-9442-4833-ab9a-06727be5ea4e/model-vers/model-ver/e8b45163-c020-47e8-9881-1b4fb2a941c1?depth=0 with request headers:{Authorization=[***REDACTED***], X-FromAppId=[MSO], X-HTTP-Method-Override=[PATCH], Accept=[application/json], X-TransactionId=[], Content-Type=[application/merge-patch+json]} 2023-02-22T12:18:41.162Z|10ce1f8b-7336-492e-bfea-e881e49d17b2|pool-2-thread-3|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/bc418d26-9442-4833-ab9a-06727be5ea4e/model-vers/model-ver/e8b45163-c020-47e8-9881-1b4fb2a941c1?depth=0|INFO|500||Invoke 2023-02-22T12:18:41.190Z|10ce1f8b-7336-492e-bfea-e881e49d17b2|pool-2-thread-3|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/bc418d26-9442-4833-ab9a-06727be5ea4e/model-vers/model-ver/e8b45163-c020-47e8-9881-1b4fb2a941c1?depth=0|DEBUG|500||{"distribution-status":"DISTRIBUTION_COMPLETE_OK"} 2023-02-22T12:18:41.333Z|10ce1f8b-7336-492e-bfea-e881e49d17b2|pool-2-thread-3|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/bc418d26-9442-4833-ab9a-06727be5ea4e/model-vers/model-ver/e8b45163-c020-47e8-9881-1b4fb2a941c1?depth=0|INFO|500||InvokeReturn 2023-02-22T12:18:41.334Z|10ce1f8b-7336-492e-bfea-e881e49d17b2|pool-2-thread-3|||||DEBUG|500||Response from method:POST (overridden to PATCH) performed on uri:https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/bc418d26-9442-4833-ab9a-06727be5ea4e/model-vers/model-ver/e8b45163-c020-47e8-9881-1b4fb2a941c1?depth=0 has http status code:200 and response headers:{date=[Wed, 22 Feb 2023 12:18:41 GMT], content-length=[0], vertex-id=[172144], x-aai-txid=[1-aai-resources-230222-12:18:41:376-47868], content-type=[application/json], strict-transport-security=[max-age=16000000; includeSubDomains; preload;]} 2023-02-22T12:18:41.334Z|10ce1f8b-7336-492e-bfea-e881e49d17b2|pool-2-thread-3|||||DEBUG|500||Response was returned with an empty entity. 2023-02-22T12:18:41.335Z|10ce1f8b-7336-492e-bfea-e881e49d17b2|pool-2-thread-3|||||DEBUG|500||A&AI UPDATE MODEL Version is success! 2023-02-22T12:18:41.335Z|10ce1f8b-7336-492e-bfea-e881e49d17b2|pool-2-thread-3|||||DEBUG|500||A&AI Updated succefully with Distribution Status! Hibernate: select service0_.MODEL_UUID as model_uu1_50_, service0_.CDS_BLUEPRINT_NAME as cds_blue2_50_, service0_.CDS_BLUEPRINT_VERSION as cds_blue3_50_, service0_.SERVICE_CATEGORY as service_4_50_, service0_.CONTROLLER_ACTOR as controll5_50_, service0_.CREATION_TIMESTAMP as creation6_50_, service0_.TOSCA_CSAR_ARTIFACT_UUID as tosca_c21_50_, service0_.DESCRIPTION as descript7_50_, service0_.OVERALL_DISTRIBUTION_STATUS as overall_8_50_, service0_.ENVIRONMENT_CONTEXT as environm9_50_, service0_.MODEL_INVARIANT_UUID as model_i10_50_, service0_.MODEL_NAME as model_n11_50_, service0_.MODEL_VERSION as model_v12_50_, service0_.NAMING_POLICY as naming_13_50_, service0_.ONAP_GENERATED_NAMING as onap_ge14_50_, service0_.RESOURCE_ORDER as resourc15_50_, service0_.SERVICE_FUNCTION as service16_50_, service0_.SERVICE_ROLE as service17_50_, service0_.SERVICE_TYPE as service18_50_, service0_.SKIP_POST_INSTANTIATION_CONFIGURATION as skip_po19_50_, service0_.WORKLOAD_CONTEXT as workloa20_50_ from service service0_ where service0_.MODEL_UUID=? 2023-02-22T12:18:41.340Z|10ce1f8b-7336-492e-bfea-e881e49d17b2|pool-2-thread-3|||||ERROR|500||Error updating CatalogDBStatus java.lang.NullPointerException: null at org.onap.so.asdc.tenantIsolation.WatchdogDistribution.updateCatalogDBStatus(WatchdogDistribution.java:206) at org.onap.so.asdc.client.ASDCController.treatNotification(ASDCController.java:690) at org.onap.so.asdc.client.ASDCNotificationCallBack.activateCallback(ASDCNotificationCallBack.java:52) at org.onap.sdc.impl.NotificationConsumer.run(NotificationConsumer.java:71) at java.base/java.util.concurrent.Executors$RunnableAdapter.call(Unknown Source) at java.base/java.util.concurrent.FutureTask.runAndReset(Unknown Source) at java.base/java.util.concurrent.ScheduledThreadPoolExecutor$ScheduledFutureTask.run(Unknown Source) at java.base/java.util.concurrent.ThreadPoolExecutor.runWorker(Unknown Source) at java.base/java.util.concurrent.ThreadPoolExecutor$Worker.run(Unknown Source) at java.base/java.lang.Thread.run(Unknown Source) 2023-02-22T12:18:41.340Z|10ce1f8b-7336-492e-bfea-e881e49d17b2|pool-2-thread-3|||||DEBUG|500||Enter sendFinalDistributionStatus with DistributionID 10ce1f8b-7336-492e-bfea-e881e49d17b2 and Status of DISTRIBUTION_COMPLETE_OK and ErrorReason null 2023-02-22T12:18:41.341Z|10ce1f8b-7336-492e-bfea-e881e49d17b2|pool-2-thread-3|||||INFO|500||DistributionClient - sendFinalDistributionStatus status 2023-02-22T12:18:41.341Z|10ce1f8b-7336-492e-bfea-e881e49d17b2|pool-2-thread-3|||||INFO|500||DistributionClient - sendStatus 2023-02-22T12:18:41.344Z|10ce1f8b-7336-492e-bfea-e881e49d17b2|pool-2-thread-3|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap] 2023-02-22T12:18:41.344Z|10ce1f8b-7336-492e-bfea-e881e49d17b2|pool-2-thread-3|||||DEBUG|500||try to send status { "distributionID": "10ce1f8b-7336-492e-bfea-e881e49d17b2", "consumerID": "SO-COpenSource-Env11", "timestamp": 1677068321340, "artifactURL": "", "status": "DISTRIBUTION_COMPLETE_OK" } 2023-02-22T12:18:41.444Z||pool-128-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 99 ms 2023-02-22T12:18:41.445Z||pool-128-thread-1|||||WARN|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO will send credentials over a clear channel. 2023-02-22T12:18:41.446Z||pool-128-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as sXwXLxdJNt84opGN) ... 2023-02-22T12:18:41.460Z||pool-128-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK 2023-02-22T12:18:41.461Z||pool-128-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=? 2023-02-22T12:18:42.369Z|10ce1f8b-7336-492e-bfea-e881e49d17b2|pool-2-thread-3|||||DEBUG|500||received message from topic 2023-02-22T12:18:42.369Z|10ce1f8b-7336-492e-bfea-e881e49d17b2|pool-2-thread-3|||||DEBUG|500||recieved notification from broker: {"distributionID":"31ff78bd-392d-40e2-8e4f-dc0c7bf43485","serviceName":"test_pnf_macro","serviceVersion":"1.0","serviceUUID":"8109a3cb-93c7-4ba5-b181-2be52355fc6f","serviceDescription":"service","serviceInvariantUUID":"d3ee3bc8-5f4c-4514-bad8-2a206c2cd5ea","resources":[{"resourceInstanceName":"test-pnf 0","resourceName":"test-pnf","resourceVersion":"1.0","resoucreType":"PNF","resourceUUID":"a59ea974-a60e-4a96-80a9-2857f0b45ad0","resourceInvariantUUID":"267190e1-c71c-4573-9b43-0e8b21239035","resourceCustomizationUUID":"a87521ec-9f9d-42e1-9cee-32bf4d521981","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":"MjNmY2VkNWQ1NGZkZTZhNTYxNGUxNWZmZmI0NGNjZGI\u003d","artifactDescription":"VF license file","artifactTimeout":0,"artifactUUID":"812a3522-006b-467f-bf35-3575a60e74f0","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":"5218f941-618e-4497-a8bd-866c3830edb2","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":"492aa960-8cfa-4507-84e9-d960388b7ff5","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":"Y2QzNjcxZTI2MjYwMjM3NDI1MDEzZGQyZTczM2ZjNGM\u003d","artifactDescription":"test","artifactTimeout":0,"artifactUUID":"240a85dc-6956-42d9-b3c0-3d816f5761cd","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":"9eca67b8-e075-4c2b-9476-32de48cac517","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":"212b8c2c-14db-4c23-88f1-235b92fd78b3","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":"124988f9-50d8-45a0-a4a3-807475108a39","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":"ODNhYWQwODlmMDkwMjI0YzE1NzA0MzgwNTc1MTI2ODA\u003d","artifactDescription":"TOSCA representation of the asset","artifactTimeout":0,"artifactUUID":"81f288ab-0910-4f39-838b-92e06bac3106","artifactVersion":"1"},{"artifactName":"service-TestPnfMacro-csar.csar","artifactType":"TOSCA_CSAR","artifactURL":"/sdc/v1/catalog/services/TestPnfMacro/1.0/artifacts/service-TestPnfMacro-csar.csar","artifactChecksum":"MzBjMjI1NjRiMTBlNjBiYjJiNDI5YWY4MWI0NzUzNTQ\u003d","artifactDescription":"TOSCA definition package of the asset","artifactTimeout":0,"artifactUUID":"fc5b7a44-8f80-4a22-a62b-b2926427a83b","artifactVersion":"1"}],"workloadContext":"Production"} 2023-02-22T12:18:42.370Z|10ce1f8b-7336-492e-bfea-e881e49d17b2|pool-2-thread-3|||||INFO|500||DistributionClient - sendNotificationStatus 2023-02-22T12:18:42.370Z|10ce1f8b-7336-492e-bfea-e881e49d17b2|pool-2-thread-3|||||INFO|500||DistributionClient - sendStatus 2023-02-22T12:18:42.373Z|10ce1f8b-7336-492e-bfea-e881e49d17b2|pool-2-thread-3|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap] 2023-02-22T12:18:42.373Z|10ce1f8b-7336-492e-bfea-e881e49d17b2|pool-2-thread-3|||||DEBUG|500||try to send status { "distributionID": "31ff78bd-392d-40e2-8e4f-dc0c7bf43485", "consumerID": "SO-COpenSource-Env11", "timestamp": 1677068212607, "artifactURL": "/sdc/v1/catalog/services/TestPnfMacro/1.0/resourceInstances/testpnf0/artifacts/vf-license-model.xml", "status": "NOT_NOTIFIED" } 2023-02-22T12:18:42.473Z||pool-129-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms 2023-02-22T12:18:42.474Z||pool-129-thread-1|||||WARN|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO will send credentials over a clear channel. 2023-02-22T12:18:42.474Z||pool-129-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as sXwXLxdJNt84opGN) ... 2023-02-22T12:18:42.490Z||pool-129-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK 2023-02-22T12:18:42.491Z||pool-129-thread-1|||||INFO|500||cambria reply ok (17 ms):{"serverTimeMs":1,"count":1} 2023-02-22T12:18:43.374Z|10ce1f8b-7336-492e-bfea-e881e49d17b2|pool-2-thread-3|||||INFO|500||DistributionClient - sendNotificationStatus 2023-02-22T12:18:43.374Z|10ce1f8b-7336-492e-bfea-e881e49d17b2|pool-2-thread-3|||||INFO|500||DistributionClient - sendStatus 2023-02-22T12:18:43.376Z|10ce1f8b-7336-492e-bfea-e881e49d17b2|pool-2-thread-3|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap] 2023-02-22T12:18:43.376Z|10ce1f8b-7336-492e-bfea-e881e49d17b2|pool-2-thread-3|||||DEBUG|500||try to send status { "distributionID": "31ff78bd-392d-40e2-8e4f-dc0c7bf43485", "consumerID": "SO-COpenSource-Env11", "timestamp": 1677068212607, "artifactURL": "/sdc/v1/catalog/services/TestPnfMacro/1.0/resourceInstances/testpnf0/artifacts/pNF.csar", "status": "NOT_NOTIFIED" } 2023-02-22T12:18:43.476Z||pool-130-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 99 ms 2023-02-22T12:18:43.477Z||pool-130-thread-1|||||WARN|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO will send credentials over a clear channel. 2023-02-22T12:18:43.477Z||pool-130-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as sXwXLxdJNt84opGN) ... 2023-02-22T12:18:43.490Z||pool-130-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK 2023-02-22T12:18:43.490Z||pool-130-thread-1|||||INFO|500||cambria reply ok (13 ms):{"serverTimeMs":1,"count":1} 2023-02-22T12:18:44.377Z|10ce1f8b-7336-492e-bfea-e881e49d17b2|pool-2-thread-3|||||INFO|500||DistributionClient - sendNotificationStatus 2023-02-22T12:18:44.378Z|10ce1f8b-7336-492e-bfea-e881e49d17b2|pool-2-thread-3|||||INFO|500||DistributionClient - sendStatus 2023-02-22T12:18:44.379Z|10ce1f8b-7336-492e-bfea-e881e49d17b2|pool-2-thread-3|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap] 2023-02-22T12:18:44.379Z|10ce1f8b-7336-492e-bfea-e881e49d17b2|pool-2-thread-3|||||DEBUG|500||try to send status { "distributionID": "31ff78bd-392d-40e2-8e4f-dc0c7bf43485", "consumerID": "SO-COpenSource-Env11", "timestamp": 1677068212607, "artifactURL": "/sdc/v1/catalog/services/TestPnfMacro/1.0/resourceInstances/testpnf0/artifacts/mynetconf.yang", "status": "NOT_NOTIFIED" } 2023-02-22T12:18:44.479Z||pool-131-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 99 ms 2023-02-22T12:18:44.480Z||pool-131-thread-1|||||WARN|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO will send credentials over a clear channel. 2023-02-22T12:18:44.480Z||pool-131-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as sXwXLxdJNt84opGN) ... 2023-02-22T12:18:44.509Z||pool-131-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK 2023-02-22T12:18:44.509Z||pool-131-thread-1|||||INFO|500||cambria reply ok (30 ms):{"serverTimeMs":0,"count":1} 2023-02-22T12:18:45.380Z|10ce1f8b-7336-492e-bfea-e881e49d17b2|pool-2-thread-3|||||INFO|500||DistributionClient - sendNotificationStatus 2023-02-22T12:18:45.380Z|10ce1f8b-7336-492e-bfea-e881e49d17b2|pool-2-thread-3|||||INFO|500||DistributionClient - sendStatus 2023-02-22T12:18:45.382Z|10ce1f8b-7336-492e-bfea-e881e49d17b2|pool-2-thread-3|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap] 2023-02-22T12:18:45.382Z|10ce1f8b-7336-492e-bfea-e881e49d17b2|pool-2-thread-3|||||DEBUG|500||try to send status { "distributionID": "31ff78bd-392d-40e2-8e4f-dc0c7bf43485", "consumerID": "SO-COpenSource-Env11", "timestamp": 1677068212607, "artifactURL": "/sdc/v1/catalog/services/TestPnfMacro/1.0/resourceInstances/testpnf0/artifacts/CBA_enriched.zip", "status": "NOT_NOTIFIED" } 2023-02-22T12:18:45.482Z||pool-132-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms 2023-02-22T12:18:45.483Z||pool-132-thread-1|||||WARN|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO will send credentials over a clear channel. 2023-02-22T12:18:45.483Z||pool-132-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as sXwXLxdJNt84opGN) ... 2023-02-22T12:18:45.494Z||pool-132-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK 2023-02-22T12:18:45.494Z||pool-132-thread-1|||||INFO|500||cambria reply ok (12 ms):{"serverTimeMs":0,"count":1} 2023-02-22T12:18:46.383Z|10ce1f8b-7336-492e-bfea-e881e49d17b2|pool-2-thread-3|||||INFO|500||DistributionClient - sendNotificationStatus 2023-02-22T12:18:46.383Z|10ce1f8b-7336-492e-bfea-e881e49d17b2|pool-2-thread-3|||||INFO|500||DistributionClient - sendStatus 2023-02-22T12:18:46.385Z|10ce1f8b-7336-492e-bfea-e881e49d17b2|pool-2-thread-3|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap] 2023-02-22T12:18:46.385Z|10ce1f8b-7336-492e-bfea-e881e49d17b2|pool-2-thread-3|||||DEBUG|500||try to send status { "distributionID": "31ff78bd-392d-40e2-8e4f-dc0c7bf43485", "consumerID": "SO-COpenSource-Env11", "timestamp": 1677068212607, "artifactURL": "/sdc/v1/catalog/services/TestPnfMacro/1.0/resourceInstances/testpnf0/artifacts/vendor-license-model.xml", "status": "NOT_NOTIFIED" } 2023-02-22T12:18:46.485Z||pool-133-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 99 ms 2023-02-22T12:18:46.486Z||pool-133-thread-1|||||WARN|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO will send credentials over a clear channel. 2023-02-22T12:18:46.486Z||pool-133-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as sXwXLxdJNt84opGN) ... 2023-02-22T12:18:46.499Z||pool-133-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK 2023-02-22T12:18:46.499Z||pool-133-thread-1|||||INFO|500||cambria reply ok (14 ms):{"serverTimeMs":0,"count":1} 2023-02-22T12:18:47.386Z|10ce1f8b-7336-492e-bfea-e881e49d17b2|pool-2-thread-3|||||INFO|500||DistributionClient - sendNotificationStatus 2023-02-22T12:18:47.386Z|10ce1f8b-7336-492e-bfea-e881e49d17b2|pool-2-thread-3|||||INFO|500||DistributionClient - sendStatus 2023-02-22T12:18:47.389Z|10ce1f8b-7336-492e-bfea-e881e49d17b2|pool-2-thread-3|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap] 2023-02-22T12:18:47.389Z|10ce1f8b-7336-492e-bfea-e881e49d17b2|pool-2-thread-3|||||DEBUG|500||try to send status { "distributionID": "31ff78bd-392d-40e2-8e4f-dc0c7bf43485", "consumerID": "SO-COpenSource-Env11", "timestamp": 1677068212607, "artifactURL": "/sdc/v1/catalog/services/TestPnfMacro/1.0/resourceInstances/testpnf0/artifacts/PM_Dictionary.yaml", "status": "NOT_NOTIFIED" } 2023-02-22T12:18:47.488Z||pool-134-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 99 ms 2023-02-22T12:18:47.489Z||pool-134-thread-1|||||WARN|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO will send credentials over a clear channel. 2023-02-22T12:18:47.489Z||pool-134-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as sXwXLxdJNt84opGN) ... 2023-02-22T12:18:47.506Z||pool-134-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK 2023-02-22T12:18:47.507Z||pool-134-thread-1|||||INFO|500||cambria reply ok (18 ms):{"serverTimeMs":0,"count":1} 2023-02-22T12:18:48.389Z|10ce1f8b-7336-492e-bfea-e881e49d17b2|pool-2-thread-3|||||INFO|500||DistributionClient - sendNotificationStatus 2023-02-22T12:18:48.390Z|10ce1f8b-7336-492e-bfea-e881e49d17b2|pool-2-thread-3|||||INFO|500||DistributionClient - sendStatus 2023-02-22T12:18:48.393Z|10ce1f8b-7336-492e-bfea-e881e49d17b2|pool-2-thread-3|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap] 2023-02-22T12:18:48.393Z|10ce1f8b-7336-492e-bfea-e881e49d17b2|pool-2-thread-3|||||DEBUG|500||try to send status { "distributionID": "31ff78bd-392d-40e2-8e4f-dc0c7bf43485", "consumerID": "SO-COpenSource-Env11", "timestamp": 1677068212607, "artifactURL": "/sdc/v1/catalog/services/TestPnfMacro/1.0/resourceInstances/testpnf0/artifacts/MyPnf_Pnf_v1.yaml", "status": "NOT_NOTIFIED" } 2023-02-22T12:18:48.492Z||pool-135-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 98 ms 2023-02-22T12:18:48.493Z||pool-135-thread-1|||||WARN|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO will send credentials over a clear channel. 2023-02-22T12:18:48.493Z||pool-135-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as sXwXLxdJNt84opGN) ... 2023-02-22T12:18:48.509Z||pool-135-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK 2023-02-22T12:18:48.509Z||pool-135-thread-1|||||INFO|500||cambria reply ok (16 ms):{"serverTimeMs":1,"count":1} 2023-02-22T12:18:49.395Z|10ce1f8b-7336-492e-bfea-e881e49d17b2|pool-2-thread-3|||||INFO|500||DistributionClient - sendNotificationStatus 2023-02-22T12:18:49.396Z|10ce1f8b-7336-492e-bfea-e881e49d17b2|pool-2-thread-3|||||INFO|500||DistributionClient - sendStatus 2023-02-22T12:18:49.397Z|10ce1f8b-7336-492e-bfea-e881e49d17b2|pool-2-thread-3|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap] 2023-02-22T12:18:49.398Z|10ce1f8b-7336-492e-bfea-e881e49d17b2|pool-2-thread-3|||||DEBUG|500||try to send status { "distributionID": "31ff78bd-392d-40e2-8e4f-dc0c7bf43485", "consumerID": "SO-COpenSource-Env11", "timestamp": 1677068212607, "artifactURL": "/sdc/v1/catalog/services/TestPnfMacro/1.0/artifacts/service-TestPnfMacro-template.yml", "status": "NOT_NOTIFIED" } 2023-02-22T12:18:49.497Z||pool-136-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 98 ms 2023-02-22T12:18:49.498Z||pool-136-thread-1|||||WARN|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO will send credentials over a clear channel. 2023-02-22T12:18:49.499Z||pool-136-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as sXwXLxdJNt84opGN) ... 2023-02-22T12:18:49.514Z||pool-136-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK 2023-02-22T12:18:49.514Z||pool-136-thread-1|||||INFO|500||cambria reply ok (16 ms):{"serverTimeMs":1,"count":1} 2023-02-22T12:18:50.400Z|10ce1f8b-7336-492e-bfea-e881e49d17b2|pool-2-thread-3|||||INFO|500||DistributionClient - sendNotificationStatus 2023-02-22T12:18:50.400Z|10ce1f8b-7336-492e-bfea-e881e49d17b2|pool-2-thread-3|||||INFO|500||DistributionClient - sendStatus 2023-02-22T12:18:50.418Z|10ce1f8b-7336-492e-bfea-e881e49d17b2|pool-2-thread-3|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap] 2023-02-22T12:18:50.418Z|10ce1f8b-7336-492e-bfea-e881e49d17b2|pool-2-thread-3|||||DEBUG|500||try to send status { "distributionID": "31ff78bd-392d-40e2-8e4f-dc0c7bf43485", "consumerID": "SO-COpenSource-Env11", "timestamp": 1677068212607, "artifactURL": "/sdc/v1/catalog/services/TestPnfMacro/1.0/artifacts/service-TestPnfMacro-csar.csar", "status": "NOTIFIED" } 2023-02-22T12:18:50.502Z||pool-137-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 84 ms 2023-02-22T12:18:50.503Z||pool-137-thread-1|||||WARN|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO will send credentials over a clear channel. 2023-02-22T12:18:50.503Z||pool-137-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as sXwXLxdJNt84opGN) ... 2023-02-22T12:18:50.521Z||pool-137-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK 2023-02-22T12:18:50.522Z||pool-137-thread-1|||||INFO|500||cambria reply ok (20 ms):{"serverTimeMs":1,"count":1} 2023-02-22T12:18:51.419Z|10ce1f8b-7336-492e-bfea-e881e49d17b2|pool-2-thread-3|||||DEBUG|500||sending notification to client: { "distributionID": "31ff78bd-392d-40e2-8e4f-dc0c7bf43485", "serviceName": "test_pnf_macro", "serviceVersion": "1.0", "serviceUUID": "8109a3cb-93c7-4ba5-b181-2be52355fc6f", "serviceDescription": "service", "serviceInvariantUUID": "d3ee3bc8-5f4c-4514-bad8-2a206c2cd5ea", "resources": [ { "resourceInstanceName": "test-pnf 0", "resourceCustomizationUUID": "a87521ec-9f9d-42e1-9cee-32bf4d521981", "resourceName": "test-pnf", "resourceVersion": "1.0", "resoucreType": "PNF", "resourceUUID": "a59ea974-a60e-4a96-80a9-2857f0b45ad0", "resourceInvariantUUID": "267190e1-c71c-4573-9b43-0e8b21239035", "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": "MzBjMjI1NjRiMTBlNjBiYjJiNDI5YWY4MWI0NzUzNTQ\u003d", "artifactDescription": "TOSCA definition package of the asset", "artifactTimeout": 0, "artifactVersion": "1", "artifactUUID": "fc5b7a44-8f80-4a22-a62b-b2926427a83b" } ], "workloadContext": "Production" } 2023-02-22T12:18:51.419Z|10ce1f8b-7336-492e-bfea-e881e49d17b2|pool-2-thread-3|||||DEBUG|500||Receive a callback notification in ASDC, nb of resources: 1 2023-02-22T12:18:51.419Z|10ce1f8b-7336-492e-bfea-e881e49d17b2|pool-2-thread-3|||||INFO|500||ASDC_RECEIVE_CALLBACK_NOTIF 0 8109a3cb-93c7-4ba5-b181-2be52355fc6f ASDC 2023-02-22T12:18:51.420Z|31ff78bd-392d-40e2-8e4f-dc0c7bf43485|pool-2-thread-3|||||DEBUG|500||ASDC Notification: DistributionID:31ff78bd-392d-40e2-8e4f-dc0c7bf43485 ServiceName:test_pnf_macro ServiceVersion:1.0 ServiceUUID:8109a3cb-93c7-4ba5-b181-2be52355fc6f ServiceInvariantUUID:d3ee3bc8-5f4c-4514-bad8-2a206c2cd5ea 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:fc5b7a44-8f80-4a22-a62b-b2926427a83b ArtifactChecksum:MzBjMjI1NjRiMTBlNjBiYjJiNDI5YWY4MWI0NzUzNTQ= GeneratedArtifact:{NULL } RelatedArtifacts:{ } } Resource Instances List: { Resource Instance Info: ResourceInstanceName:test-pnf 0 ResourceCustomizationUUID:a87521ec-9f9d-42e1-9cee-32bf4d521981 ResourceInvariantUUID:267190e1-c71c-4573-9b43-0e8b21239035 ResourceName:test-pnf ResourceType:PNF ResourceUUID:a59ea974-a60e-4a96-80a9-2857f0b45ad0 ResourceVersion:1.0 Category:Generic SubCategory:Abstract Resource Artifacts List: NULL } 2023-02-22T12:18:51.420Z|31ff78bd-392d-40e2-8e4f-dc0c7bf43485|pool-2-thread-3|||||INFO|500||ASDC_RECEIVE_SERVICE_NOTIF 8109a3cb-93c7-4ba5-b181-2be52355fc6f ASDC treatNotification Hibernate: select watchdogse0_.DISTRIBUTION_ID as distribu1_13_0_, watchdogse0_.SERVICE_MODEL_VERSION_ID as service_2_13_0_, watchdogse0_.CONSUMER_ID as consumer3_13_0_, watchdogse0_.CREATE_TIME as create_t4_13_0_, watchdogse0_.DISTRIBUTION_NOTIFICATION as distribu5_13_0_ from watchdog_service_mod_ver_id_lookup watchdogse0_ where watchdogse0_.DISTRIBUTION_ID=? and watchdogse0_.SERVICE_MODEL_VERSION_ID=? Hibernate: insert into watchdog_service_mod_ver_id_lookup (CONSUMER_ID, CREATE_TIME, DISTRIBUTION_NOTIFICATION, DISTRIBUTION_ID, SERVICE_MODEL_VERSION_ID) values (?, ?, ?, ?, ?) Hibernate: select watchdogdi0_.DISTRIBUTION_ID as distribu1_11_0_, watchdogdi0_.CREATE_TIME as create_t2_11_0_, watchdogdi0_.DISTRIBUTION_ID_STATUS as distribu3_11_0_, watchdogdi0_.MODIFY_TIME as modify_t4_11_0_, watchdogdi0_.LOCK_VERSION as lock_ver5_11_0_ from watchdog_distributionid_status watchdogdi0_ where watchdogdi0_.DISTRIBUTION_ID=? Hibernate: update watchdog_distributionid_status set DISTRIBUTION_ID_STATUS=?, MODIFY_TIME=?, LOCK_VERSION=? where DISTRIBUTION_ID=? 2023-02-22T12:18:51.452Z|31ff78bd-392d-40e2-8e4f-dc0c7bf43485|pool-2-thread-3|||||INFO|500||Unable to find the system property mso.config.path, use the default configuration 2023-02-22T12:18:51.452Z|31ff78bd-392d-40e2-8e4f-dc0c7bf43485|pool-2-thread-3|||||INFO|500||MSO config path is: /app 2023-02-22T12:18:51.452Z|31ff78bd-392d-40e2-8e4f-dc0c7bf43485|pool-2-thread-3|||||INFO|500||MSO config path is: /app 2023-02-22T12:18:51.452Z|31ff78bd-392d-40e2-8e4f-dc0c7bf43485|pool-2-thread-3|||||INFO|500||Trying to download the artifact UUID: fc5b7a44-8f80-4a22-a62b-b2926427a83b from URL: /sdc/v1/catalog/services/TestPnfMacro/1.0/artifacts/service-TestPnfMacro-csar.csar 2023-02-22T12:18:51.452Z|31ff78bd-392d-40e2-8e4f-dc0c7bf43485|pool-2-thread-3|||||INFO|500||DistributionClient - download 2023-02-22T12:18:51.453Z|31ff78bd-392d-40e2-8e4f-dc0c7bf43485|pool-2-thread-3|||||DEBUG|500||url to send https://sdc-be.onap:8443/sdc/v1/catalog/services/TestPnfMacro/1.0/artifacts/service-TestPnfMacro-csar.csar 2023-02-22T12:18:51.541Z|31ff78bd-392d-40e2-8e4f-dc0c7bf43485|pool-2-thread-3|||||DEBUG|500||GET Response Status 200 2023-02-22T12:18:51.546Z|31ff78bd-392d-40e2-8e4f-dc0c7bf43485|pool-2-thread-3|||||INFO|500||ASDC_ARTIFACT_DOWNLOAD_SUC /sdc/v1/catalog/services/TestPnfMacro/1.0/artifacts/service-TestPnfMacro-csar.csar fc5b7a44-8f80-4a22-a62b-b2926427a83b 110860 2023-02-22T12:18:51.546Z|31ff78bd-392d-40e2-8e4f-dc0c7bf43485|pool-2-thread-3|||||INFO|500||ASDC_SEND_NOTIF_ASDC DOWNLOAD DOWNLOAD_OK /sdc/v1/catalog/services/TestPnfMacro/1.0/artifacts/service-TestPnfMacro-csar.csar ASDC sendASDCNotification 2023-02-22T12:18:51.546Z|31ff78bd-392d-40e2-8e4f-dc0c7bf43485|pool-2-thread-3|||||DEBUG|500||Sending DOWNLOAD(DOWNLOAD_OK) notification to ASDC for artifact:/sdc/v1/catalog/services/TestPnfMacro/1.0/artifacts/service-TestPnfMacro-csar.csar 2023-02-22T12:18:51.546Z|31ff78bd-392d-40e2-8e4f-dc0c7bf43485|pool-2-thread-3|||||INFO|500||DistributionClient - sendDownloadStatus 2023-02-22T12:18:51.547Z|31ff78bd-392d-40e2-8e4f-dc0c7bf43485|pool-2-thread-3|||||INFO|500||DistributionClient - sendStatus 2023-02-22T12:18:51.548Z|31ff78bd-392d-40e2-8e4f-dc0c7bf43485|pool-2-thread-3|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap] 2023-02-22T12:18:51.549Z|31ff78bd-392d-40e2-8e4f-dc0c7bf43485|pool-2-thread-3|||||DEBUG|500||try to send status { "distributionID": "31ff78bd-392d-40e2-8e4f-dc0c7bf43485", "consumerID": "SO-COpenSource-Env11", "timestamp": 1677068331546, "artifactURL": "/sdc/v1/catalog/services/TestPnfMacro/1.0/artifacts/service-TestPnfMacro-csar.csar", "status": "DOWNLOAD_OK" } 2023-02-22T12:18:51.648Z||pool-138-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 99 ms 2023-02-22T12:18:51.649Z||pool-138-thread-1|||||WARN|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO will send credentials over a clear channel. 2023-02-22T12:18:51.649Z||pool-138-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as sXwXLxdJNt84opGN) ... 2023-02-22T12:18:51.665Z||pool-138-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK 2023-02-22T12:18:51.665Z||pool-138-thread-1|||||INFO|500||cambria reply ok (17 ms):{"serverTimeMs":0,"count":1} 2023-02-22T12:18:52.549Z|31ff78bd-392d-40e2-8e4f-dc0c7bf43485|pool-2-thread-3|||||INFO|500||Unable to find the system property mso.config.path, use the default configuration 2023-02-22T12:18:52.550Z|31ff78bd-392d-40e2-8e4f-dc0c7bf43485|pool-2-thread-3|||||INFO|500||MSO config path is: /app 2023-02-22T12:18:52.550Z|31ff78bd-392d-40e2-8e4f-dc0c7bf43485|pool-2-thread-3|||||INFO|500||Trying to write artifact UUID: fc5b7a44-8f80-4a22-a62b-b2926427a83b, URL: /sdc/v1/catalog/services/TestPnfMacro/1.0/artifacts/service-TestPnfMacro-csar.csar to file: /app/ASDC/1/service-TestPnfMacro-csar.csar 2023-02-22T12:18:52.550Z|31ff78bd-392d-40e2-8e4f-dc0c7bf43485|pool-2-thread-3|||||INFO|500||ASDC_RECEIVE_SERVICE_NOTIF ***WRITE FILE ARTIFACT NAME ASDC service-TestPnfMacro-csar.csar 2023-02-22T12:18:52.551Z|31ff78bd-392d-40e2-8e4f-dc0c7bf43485|pool-2-thread-3|||||DEBUG|500||ASDC File path is: /app/ASDC/1/service-TestPnfMacro-csar.csar 2023-02-22T12:18:52.551Z|31ff78bd-392d-40e2-8e4f-dc0c7bf43485|pool-2-thread-3|||||INFO|500||ASDC_RECEIVE_SERVICE_NOTIF ***PATH ASDC /app/ASDC/1/service-TestPnfMacro-csar.csar 2023-02-22T12:18:52.609Z||pool-2-thread-8|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2023-02-22T12:18:52.609Z||pool-2-thread-8|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel. 2023-02-22T12:18:52.609Z||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 sXwXLxdJNt84opGN) ... 2023-02-22T12:18:52.636Z||pool-2-thread-8|||||INFO|500|| --> HTTP/1.1 200 OK 2023-02-22T12:18:52.637Z||pool-2-thread-8|||||DEBUG|500||received message from topic 2023-02-22T12:18:52.637Z||pool-2-thread-8|||||DEBUG|500||recieved notification from broker: { "distributionID": "31ff78bd-392d-40e2-8e4f-dc0c7bf43485", "consumerID": "aai-ml", "timestamp": 1677068209839, "artifactURL": "/sdc/v1/catalog/services/TestPnfMacro/1.0/resourceInstances/testpnf0/artifacts/CBA_enriched.zip", "status": "NOT_NOTIFIED" } 2023-02-22T12:18:52.638Z||pool-2-thread-8|||||INFO|500||Missing status on Status Object. 2023-02-22T12:18:52.638Z||pool-2-thread-8|||||DEBUG|500||received message from topic 2023-02-22T12:18:52.638Z||pool-2-thread-8|||||DEBUG|500||recieved notification from broker: { "distributionID": "10ce1f8b-7336-492e-bfea-e881e49d17b2", "consumerID": "SO-COpenSource-Env11", "timestamp": 1677068212607, "artifactURL": "/sdc/v1/catalog/services/BasicVmMacro/1.0/resourceInstances/basic_vm_macro0/artifacts/vf-license-model.xml", "status": "NOT_NOTIFIED" } 2023-02-22T12:18:52.638Z||pool-2-thread-8|||||INFO|500||Missing status on Status Object. 2023-02-22T12:18:52.638Z||pool-2-thread-8|||||DEBUG|500||received message from topic 2023-02-22T12:18:52.638Z||pool-2-thread-8|||||DEBUG|500||recieved notification from broker: { "distributionID": "31ff78bd-392d-40e2-8e4f-dc0c7bf43485", "consumerID": "aai-ml", "timestamp": 1677068209839, "artifactURL": "/sdc/v1/catalog/services/TestPnfMacro/1.0/resourceInstances/testpnf0/artifacts/vendor-license-model.xml", "status": "NOT_NOTIFIED" } 2023-02-22T12:18:52.638Z||pool-2-thread-8|||||INFO|500||Missing status on Status Object. 2023-02-22T12:18:52.638Z||pool-2-thread-8|||||DEBUG|500||received message from topic 2023-02-22T12:18:52.638Z||pool-2-thread-8|||||DEBUG|500||recieved notification from broker: { "distributionID": "10ce1f8b-7336-492e-bfea-e881e49d17b2", "consumerID": "SO-COpenSource-Env11", "timestamp": 1677068212607, "artifactURL": "/sdc/v1/catalog/services/BasicVmMacro/1.0/resourceInstances/basic_vm_macro0/artifacts/basic_vm_macro0_modules.json", "status": "NOTIFIED" } 2023-02-22T12:18:52.639Z||pool-2-thread-8|||||INFO|500||Missing status on Status Object. 2023-02-22T12:18:52.639Z||pool-2-thread-8|||||DEBUG|500||received message from topic 2023-02-22T12:18:52.639Z||pool-2-thread-8|||||DEBUG|500||recieved notification from broker: { "distributionID": "31ff78bd-392d-40e2-8e4f-dc0c7bf43485", "consumerID": "aai-ml", "timestamp": 1677068209839, "artifactURL": "/sdc/v1/catalog/services/TestPnfMacro/1.0/resourceInstances/testpnf0/artifacts/PM_Dictionary.yaml", "status": "NOT_NOTIFIED" } 2023-02-22T12:18:52.639Z||pool-2-thread-8|||||INFO|500||Missing status on Status Object. 2023-02-22T12:18:52.639Z||pool-2-thread-8|||||DEBUG|500||received message from topic 2023-02-22T12:18:52.639Z||pool-2-thread-8|||||DEBUG|500||recieved notification from broker: { "distributionID": "10ce1f8b-7336-492e-bfea-e881e49d17b2", "consumerID": "SO-COpenSource-Env11", "timestamp": 1677068212607, "artifactURL": "/sdc/v1/catalog/services/BasicVmMacro/1.0/resourceInstances/basic_vm_macro0/artifacts/base_ubuntu20.yaml", "status": "NOTIFIED" } 2023-02-22T12:18:52.639Z||pool-2-thread-8|||||INFO|500||Missing status on Status Object. 2023-02-22T12:18:52.639Z||pool-2-thread-8|||||DEBUG|500||received message from topic 2023-02-22T12:18:52.639Z||pool-2-thread-8|||||DEBUG|500||recieved notification from broker: { "distributionID": "31ff78bd-392d-40e2-8e4f-dc0c7bf43485", "consumerID": "aai-ml", "timestamp": 1677068209839, "artifactURL": "/sdc/v1/catalog/services/TestPnfMacro/1.0/resourceInstances/testpnf0/artifacts/MyPnf_Pnf_v1.yaml", "status": "NOT_NOTIFIED" } 2023-02-22T12:18:52.639Z||pool-2-thread-8|||||INFO|500||Missing status on Status Object. 2023-02-22T12:18:52.639Z||pool-2-thread-8|||||DEBUG|500||received message from topic 2023-02-22T12:18:52.640Z||pool-2-thread-8|||||DEBUG|500||recieved notification from broker: { "distributionID": "10ce1f8b-7336-492e-bfea-e881e49d17b2", "consumerID": "SO-COpenSource-Env11", "timestamp": 1677068212607, "artifactURL": "/sdc/v1/catalog/services/BasicVmMacro/1.0/resourceInstances/basic_vm_macro0/artifacts/vendor-license-model.xml", "status": "NOT_NOTIFIED" } 2023-02-22T12:18:52.640Z||pool-2-thread-8|||||INFO|500||Missing status on Status Object. 2023-02-22T12:18:52.640Z||pool-2-thread-8|||||DEBUG|500||received message from topic 2023-02-22T12:18:52.640Z||pool-2-thread-8|||||DEBUG|500||recieved notification from broker: { "distributionID": "31ff78bd-392d-40e2-8e4f-dc0c7bf43485", "consumerID": "aai-ml", "timestamp": 1677068209839, "artifactURL": "/sdc/v1/catalog/services/TestPnfMacro/1.0/artifacts/service-TestPnfMacro-template.yml", "status": "NOT_NOTIFIED" } 2023-02-22T12:18:52.640Z||pool-2-thread-8|||||INFO|500||Missing status on Status Object. 2023-02-22T12:18:52.640Z||pool-2-thread-8|||||DEBUG|500||received message from topic 2023-02-22T12:18:52.640Z||pool-2-thread-8|||||DEBUG|500||recieved notification from broker: { "distributionID": "10ce1f8b-7336-492e-bfea-e881e49d17b2", "consumerID": "SO-COpenSource-Env11", "timestamp": 1677068212607, "artifactURL": "/sdc/v1/catalog/services/BasicVmMacro/1.0/resourceInstances/basic_vm_macro0/artifacts/base_ubuntu20.env", "status": "NOTIFIED" } 2023-02-22T12:18:52.640Z||pool-2-thread-8|||||INFO|500||Missing status on Status Object. 2023-02-22T12:18:52.640Z||pool-2-thread-8|||||DEBUG|500||received message from topic 2023-02-22T12:18:52.641Z||pool-2-thread-8|||||DEBUG|500||recieved notification from broker: { "distributionID": "31ff78bd-392d-40e2-8e4f-dc0c7bf43485", "consumerID": "aai-ml", "timestamp": 1677068209839, "artifactURL": "/sdc/v1/catalog/services/TestPnfMacro/1.0/artifacts/service-TestPnfMacro-csar.csar", "status": "NOTIFIED" } 2023-02-22T12:18:52.641Z||pool-2-thread-8|||||INFO|500||Missing status on Status Object. 2023-02-22T12:18:52.641Z||pool-2-thread-8|||||DEBUG|500||received message from topic 2023-02-22T12:18:52.641Z||pool-2-thread-8|||||DEBUG|500||recieved notification from broker: { "distributionID": "10ce1f8b-7336-492e-bfea-e881e49d17b2", "consumerID": "SO-COpenSource-Env11", "timestamp": 1677068212607, "artifactURL": "/sdc/v1/catalog/services/BasicVmMacro/1.0/resourceInstances/basic_vm_macro0/artifacts/BASIC_VM_enriched.zip", "status": "NOT_NOTIFIED" } 2023-02-22T12:18:52.641Z||pool-2-thread-8|||||INFO|500||Missing status on Status Object. 2023-02-22T12:18:52.641Z||pool-2-thread-8|||||DEBUG|500||received message from topic 2023-02-22T12:18:52.641Z||pool-2-thread-8|||||DEBUG|500||recieved notification from broker: { "distributionID": "10ce1f8b-7336-492e-bfea-e881e49d17b2", "consumerID": "SO-COpenSource-Env11", "timestamp": 1677068212607, "artifactURL": "/sdc/v1/catalog/services/BasicVmMacro/1.0/artifacts/service-BasicVmMacro-template.yml", "status": "NOT_NOTIFIED" } 2023-02-22T12:18:52.641Z||pool-2-thread-8|||||INFO|500||Missing status on Status Object. 2023-02-22T12:18:52.641Z||pool-2-thread-8|||||DEBUG|500||received message from topic 2023-02-22T12:18:52.641Z||pool-2-thread-8|||||DEBUG|500||recieved notification from broker: { "distributionID": "31ff78bd-392d-40e2-8e4f-dc0c7bf43485", "consumerID": "aai-ml", "timestamp": 1677068219648, "artifactURL": "/sdc/v1/catalog/services/TestPnfMacro/1.0/artifacts/service-TestPnfMacro-csar.csar", "status": "DOWNLOAD_OK" } 2023-02-22T12:18:52.641Z||pool-2-thread-8|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error' 2023-02-22T12:18:52.642Z||pool-2-thread-8|||||DEBUG|500||received message from topic 2023-02-22T12:18:52.642Z||pool-2-thread-8|||||DEBUG|500||recieved notification from broker: { "distributionID": "10ce1f8b-7336-492e-bfea-e881e49d17b2", "consumerID": "SO-COpenSource-Env11", "timestamp": 1677068212607, "artifactURL": "/sdc/v1/catalog/services/BasicVmMacro/1.0/artifacts/service-BasicVmMacro-csar.csar", "status": "NOTIFIED" } 2023-02-22T12:18:52.642Z||pool-2-thread-8|||||INFO|500||Missing status on Status Object. 2023-02-22T12:18:52.642Z||pool-2-thread-8|||||DEBUG|500||received message from topic 2023-02-22T12:18:52.642Z||pool-2-thread-8|||||DEBUG|500||recieved notification from broker: { "distributionID": "10ce1f8b-7336-492e-bfea-e881e49d17b2", "consumerID": "SO-COpenSource-Env11", "timestamp": 1677068221467, "artifactURL": "/sdc/v1/catalog/services/BasicVmMacro/1.0/artifacts/service-BasicVmMacro-csar.csar", "status": "DOWNLOAD_OK" } 2023-02-22T12:18:52.642Z||pool-2-thread-8|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error' 2023-02-22T12:18:52.642Z||pool-2-thread-8|||||DEBUG|500||received message from topic 2023-02-22T12:18:52.642Z||pool-2-thread-8|||||DEBUG|500||recieved notification from broker: { "distributionID": "10ce1f8b-7336-492e-bfea-e881e49d17b2", "consumerID": "SO-COpenSource-Env11", "timestamp": 1677068223811, "artifactURL": "/sdc/v1/catalog/services/BasicVmMacro/1.0/resourceInstances/basic_vm_macro0/artifacts/basic_vm_macro0_modules.json", "status": "DOWNLOAD_OK" } 2023-02-22T12:18:52.642Z||pool-2-thread-8|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error' 2023-02-22T12:18:52.642Z||pool-2-thread-8|||||DEBUG|500||received message from topic 2023-02-22T12:18:52.642Z||pool-2-thread-8|||||DEBUG|500||recieved notification from broker: { "distributionID": "10ce1f8b-7336-492e-bfea-e881e49d17b2", "consumerID": "SO-COpenSource-Env11", "timestamp": 1677068224880, "artifactURL": "/sdc/v1/catalog/services/BasicVmMacro/1.0/resourceInstances/basic_vm_macro0/artifacts/base_ubuntu20.yaml", "status": "DOWNLOAD_OK" } 2023-02-22T12:18:52.643Z||pool-2-thread-8|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error' 2023-02-22T12:18:52.643Z||pool-2-thread-8|||||DEBUG|500||received message from topic 2023-02-22T12:18:52.643Z||pool-2-thread-8|||||DEBUG|500||recieved notification from broker: { "distributionID": "31ff78bd-392d-40e2-8e4f-dc0c7bf43485", "consumerID": "aai-ml", "timestamp": 1677068226118, "artifactURL": "/sdc/v1/catalog/services/TestPnfMacro/1.0/artifacts/service-TestPnfMacro-csar.csar", "status": "DEPLOY_OK" } 2023-02-22T12:18:52.643Z||pool-2-thread-8|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error' 2023-02-22T12:18:52.643Z||pool-2-thread-8|||||DEBUG|500||received message from topic 2023-02-22T12:18:52.643Z||pool-2-thread-8|||||DEBUG|500||recieved notification from broker: { "distributionID": "10ce1f8b-7336-492e-bfea-e881e49d17b2", "consumerID": "SO-COpenSource-Env11", "timestamp": 1677068225931, "artifactURL": "/sdc/v1/catalog/services/BasicVmMacro/1.0/resourceInstances/basic_vm_macro0/artifacts/base_ubuntu20.env", "status": "DOWNLOAD_OK" } 2023-02-22T12:18:52.643Z||pool-2-thread-8|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error' 2023-02-22T12:18:52.643Z||pool-2-thread-8|||||DEBUG|500||received message from topic 2023-02-22T12:18:52.643Z||pool-2-thread-8|||||DEBUG|500||recieved notification from broker: { "distributionID": "31ff78bd-392d-40e2-8e4f-dc0c7bf43485", "consumerID": "aai-ml", "timestamp": 1677068227125, "artifactURL": "", "status": "COMPONENT_DONE_OK", "componentName": "AAI" } Hibernate: select watchdogdi0_.DISTRIBUTION_ID as distribu1_11_0_, watchdogdi0_.CREATE_TIME as create_t2_11_0_, watchdogdi0_.DISTRIBUTION_ID_STATUS as distribu3_11_0_, watchdogdi0_.MODIFY_TIME as modify_t4_11_0_, watchdogdi0_.LOCK_VERSION as lock_ver5_11_0_ from watchdog_distributionid_status watchdogdi0_ where watchdogdi0_.DISTRIBUTION_ID=? 2023-02-22T12:18:52.651Z||pool-2-thread-8|||||DEBUG|500||Receive a callback componentStatus in ASDC, for componentName: AAI and status of COMPONENT_DONE_OK distributionID of 31ff78bd-392d-40e2-8e4f-dc0c7bf43485 2023-02-22T12:18:52.651Z||pool-2-thread-8|||||DEBUG|500||Entering installTheComponentStatus for distributionId 31ff78bd-392d-40e2-8e4f-dc0c7bf43485 and ComponentName AAI Hibernate: select watchdogco0_.COMPONENT_NAME as componen1_12_0_, watchdogco0_.DISTRIBUTION_ID as distribu2_12_0_, watchdogco0_.COMPONENT_DISTRIBUTION_STATUS as componen3_12_0_, watchdogco0_.CREATE_TIME as create_t4_12_0_, watchdogco0_.MODIFY_TIME as modify_t5_12_0_ from watchdog_per_component_distribution_status watchdogco0_ where watchdogco0_.COMPONENT_NAME=? and watchdogco0_.DISTRIBUTION_ID=? Hibernate: insert into watchdog_per_component_distribution_status (COMPONENT_DISTRIBUTION_STATUS, CREATE_TIME, MODIFY_TIME, COMPONENT_NAME, DISTRIBUTION_ID) values (?, ?, ?, ?, ?) 2023-02-22T12:18:52.656Z|31ff78bd-392d-40e2-8e4f-dc0c7bf43485|pool-2-thread-3|||||DEBUG|500||ToscaTemplate Loading YAMEL file /tmp/JTP7283272691685091715/Definitions/service-TestPnfMacro-template.yml 2023-02-22T12:18:52.660Z||pool-2-thread-8|||||DEBUG|500||received message from topic 2023-02-22T12:18:52.660Z||pool-2-thread-8|||||DEBUG|500||recieved notification from broker: { "distributionID": "10ce1f8b-7336-492e-bfea-e881e49d17b2", "consumerID": "SO-COpenSource-Env11", "timestamp": 1677068227036, "artifactURL": "/sdc/v1/catalog/services/BasicVmMacro/1.0/resourceInstances/basic_vm_macro0/artifacts/basic_vm_macro0_modules.json", "status": "DEPLOY_OK" } 2023-02-22T12:18:52.660Z||pool-2-thread-8|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error' 2023-02-22T12:18:52.660Z||pool-2-thread-8|||||DEBUG|500||received message from topic 2023-02-22T12:18:52.660Z||pool-2-thread-8|||||DEBUG|500||recieved notification from broker: { "distributionID": "10ce1f8b-7336-492e-bfea-e881e49d17b2", "consumerID": "SO-COpenSource-Env11", "timestamp": 1677068228040, "artifactURL": "/sdc/v1/catalog/services/BasicVmMacro/1.0/resourceInstances/basic_vm_macro0/artifacts/base_ubuntu20.yaml", "status": "DEPLOY_OK" } 2023-02-22T12:18:52.660Z||pool-2-thread-8|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error' 2023-02-22T12:18:52.660Z||pool-2-thread-8|||||DEBUG|500||received message from topic 2023-02-22T12:18:52.660Z||pool-2-thread-8|||||DEBUG|500||recieved notification from broker: { "distributionID": "10ce1f8b-7336-492e-bfea-e881e49d17b2", "consumerID": "SO-COpenSource-Env11", "timestamp": 1677068229043, "artifactURL": "/sdc/v1/catalog/services/BasicVmMacro/1.0/resourceInstances/basic_vm_macro0/artifacts/base_ubuntu20.env", "status": "DEPLOY_OK" } 2023-02-22T12:18:52.660Z||pool-2-thread-8|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error' 2023-02-22T12:18:52.661Z||pool-2-thread-8|||||DEBUG|500||received message from topic 2023-02-22T12:18:52.661Z||pool-2-thread-8|||||DEBUG|500||recieved notification from broker: { "distributionID": "10ce1f8b-7336-492e-bfea-e881e49d17b2", "consumerID": "SO-COpenSource-Env11", "timestamp": 1677068230046, "artifactURL": "/sdc/v1/catalog/services/BasicVmMacro/1.0/artifacts/service-BasicVmMacro-csar.csar", "status": "DEPLOY_OK" } 2023-02-22T12:18:52.661Z||pool-2-thread-8|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error' 2023-02-22T12:18:53.343Z|31ff78bd-392d-40e2-8e4f-dc0c7bf43485|pool-2-thread-3|||||DEBUG|500||CSAR conformance level is 11.0 2023-02-22T12:18:53.344Z|31ff78bd-392d-40e2-8e4f-dc0c7bf43485|pool-2-thread-3|||||WARN|500||#################################################################################################### 2023-02-22T12:18:53.344Z|31ff78bd-392d-40e2-8e4f-dc0c7bf43485|pool-2-thread-3|||||WARN|500||CSAR Warnings found! CSAR name - /app/ASDC/1/service-TestPnfMacro-csar.csar 2023-02-22T12:18:53.344Z|31ff78bd-392d-40e2-8e4f-dc0c7bf43485|pool-2-thread-3|||||WARN|500||ToscaTemplate - verifyTemplate - 7 Parsing Warnings occurred... 2023-02-22T12:18:53.344Z|31ff78bd-392d-40e2-8e4f-dc0c7bf43485|pool-2-thread-3|||||WARN|500||JTosca Exception [JE003]: MissingRequiredFieldError: properties of template "pnfExtCp_1" are missing field(s): [network_role, network_role_tag]. CSAR name - /app/ASDC/1/service-TestPnfMacro-csar.csar 2023-02-22T12:18:53.344Z|31ff78bd-392d-40e2-8e4f-dc0c7bf43485|pool-2-thread-3|||||WARN|500||JTosca Exception [JE003]: MissingRequiredFieldError: properties of template "pnfExtCp_1" are missing field(s): [unit, type]. CSAR name - /app/ASDC/1/service-TestPnfMacro-csar.csar 2023-02-22T12:18:53.344Z|31ff78bd-392d-40e2-8e4f-dc0c7bf43485|pool-2-thread-3|||||WARN|500||JTosca Exception [JE003]: MissingRequiredFieldError: properties of template "test-pnf 0" are missing field(s): [nf_function, sdnc_model_version, software_versions, sdnc_artifact_name, nf_role, default_software_version, nf_type, sdnc_model_name]. CSAR name - /app/ASDC/1/service-TestPnfMacro-csar.csar 2023-02-22T12:18:53.344Z|31ff78bd-392d-40e2-8e4f-dc0c7bf43485|pool-2-thread-3|||||WARN|500||JTosca Exception [JE003]: MissingRequiredFieldError: Data value of type "org.openecomp.datatypes.network.IpRequirements" is missing required field(s) "[supplemental_data]". CSAR name - /app/ASDC/1/service-TestPnfMacro-csar.csar 2023-02-22T12:18:53.344Z|31ff78bd-392d-40e2-8e4f-dc0c7bf43485|pool-2-thread-3|||||WARN|500||JTosca Exception [JE003]: MissingRequiredFieldError: Data value of type "org.openecomp.datatypes.AssignmentRequirements" is missing required field(s) "[supplemental_data]". CSAR name - /app/ASDC/1/service-TestPnfMacro-csar.csar 2023-02-22T12:18:53.345Z|31ff78bd-392d-40e2-8e4f-dc0c7bf43485|pool-2-thread-3|||||WARN|500||JTosca Exception [JE003]: MissingRequiredFieldError: Data value of type "org.openecomp.datatypes.network.MacRequirements" is missing required field(s) "[supplemental_data]". CSAR name - /app/ASDC/1/service-TestPnfMacro-csar.csar 2023-02-22T12:18:53.345Z|31ff78bd-392d-40e2-8e4f-dc0c7bf43485|pool-2-thread-3|||||WARN|500||JTosca Exception [JE003]: MissingRequiredFieldError: Data value of type "org.openecomp.datatypes.Naming" is missing required field(s) "[supplemental_data]". CSAR name - /app/ASDC/1/service-TestPnfMacro-csar.csar 2023-02-22T12:18:53.345Z|31ff78bd-392d-40e2-8e4f-dc0c7bf43485|pool-2-thread-3|||||WARN|500||#################################################################################################### 2023-02-22T12:18:53.345Z|31ff78bd-392d-40e2-8e4f-dc0c7bf43485|pool-2-thread-3|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive 2023-02-22T12:18:53.345Z|31ff78bd-392d-40e2-8e4f-dc0c7bf43485|pool-2-thread-3|||||DEBUG|500||Service test_pnf_macro is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=SERVICE_PROXY, toscaType=null, uUID=null, customizationUUID=null 2023-02-22T12:18:53.345Z|31ff78bd-392d-40e2-8e4f-dc0c7bf43485|pool-2-thread-3|||||DEBUG|500||Node template test-pnf 0 is matching search criteria 2023-02-22T12:18:53.345Z|31ff78bd-392d-40e2-8e4f-dc0c7bf43485|pool-2-thread-3|||||DEBUG|500||Search for entities recursively 2023-02-22T12:18:53.345Z|31ff78bd-392d-40e2-8e4f-dc0c7bf43485|pool-2-thread-3|||||DEBUG|500||Found topology templates [test-pnf 0] matching following query criteria: sdcType=Service, customizationUUID=null 2023-02-22T12:18:53.346Z|31ff78bd-392d-40e2-8e4f-dc0c7bf43485|pool-2-thread-3|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive 2023-02-22T12:18:53.346Z|31ff78bd-392d-40e2-8e4f-dc0c7bf43485|pool-2-thread-3|||||DEBUG|500||Service test_pnf_macro is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=CONFIGURATION, toscaType=null, uUID=null, customizationUUID=null 2023-02-22T12:18:53.346Z|31ff78bd-392d-40e2-8e4f-dc0c7bf43485|pool-2-thread-3|||||DEBUG|500||Node template test-pnf 0 is matching search criteria 2023-02-22T12:18:53.346Z|31ff78bd-392d-40e2-8e4f-dc0c7bf43485|pool-2-thread-3|||||DEBUG|500||Search for entities recursively 2023-02-22T12:18:53.346Z|31ff78bd-392d-40e2-8e4f-dc0c7bf43485|pool-2-thread-3|||||DEBUG|500||Found topology templates [test-pnf 0] matching following query criteria: sdcType=Service, customizationUUID=null 2023-02-22T12:18:53.346Z|31ff78bd-392d-40e2-8e4f-dc0c7bf43485|pool-2-thread-3|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive 2023-02-22T12:18:53.346Z|31ff78bd-392d-40e2-8e4f-dc0c7bf43485|pool-2-thread-3|||||DEBUG|500||Service test_pnf_macro is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=VF, toscaType=null, uUID=null, customizationUUID=null 2023-02-22T12:18:53.347Z|31ff78bd-392d-40e2-8e4f-dc0c7bf43485|pool-2-thread-3|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive 2023-02-22T12:18:53.347Z|31ff78bd-392d-40e2-8e4f-dc0c7bf43485|pool-2-thread-3|||||DEBUG|500||Service test_pnf_macro is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=VL, toscaType=null, uUID=null, customizationUUID=null 2023-02-22T12:18:53.347Z|31ff78bd-392d-40e2-8e4f-dc0c7bf43485|pool-2-thread-3|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive 2023-02-22T12:18:53.347Z|31ff78bd-392d-40e2-8e4f-dc0c7bf43485|pool-2-thread-3|||||DEBUG|500||Service test_pnf_macro is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=CR, toscaType=null, uUID=null, customizationUUID=null 2023-02-22T12:18:53.347Z|31ff78bd-392d-40e2-8e4f-dc0c7bf43485|pool-2-thread-3|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive 2023-02-22T12:18:53.347Z|31ff78bd-392d-40e2-8e4f-dc0c7bf43485|pool-2-thread-3|||||DEBUG|500||Service test_pnf_macro is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=VF, toscaType=null, uUID=null, customizationUUID=null 2023-02-22T12:18:53.347Z|31ff78bd-392d-40e2-8e4f-dc0c7bf43485|pool-2-thread-3|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive 2023-02-22T12:18:53.347Z|31ff78bd-392d-40e2-8e4f-dc0c7bf43485|pool-2-thread-3|||||DEBUG|500||Service test_pnf_macro is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=PNF, toscaType=null, uUID=null, customizationUUID=null 2023-02-22T12:18:53.348Z|31ff78bd-392d-40e2-8e4f-dc0c7bf43485|pool-2-thread-3|||||DEBUG|500||CSAR Notification: Service Level Properties: Name:test_pnf_macro Description:service Model UUID:8109a3cb-93c7-4ba5-b181-2be52355fc6f Model Version:NULL Model InvariantUuid:d3ee3bc8-5f4c-4514-bad8-2a206c2cd5ea Service Type: Service Role: WorkLoad Context:Production Environment Context:General_Revenue-Bearing VF Allotted Resource Properties: PNF Allotted Resource Properties: Hibernate: select toscacsar0_.ARTIFACT_UUID as artifact1_57_0_, toscacsar0_.ARTIFACT_CHECKSUM as artifact2_57_0_, toscacsar0_.CREATION_TIMESTAMP as creation3_57_0_, toscacsar0_.DESCRIPTION as descript4_57_0_, toscacsar0_.NAME as name5_57_0_, toscacsar0_.URL as url6_57_0_, toscacsar0_.Version as version7_57_0_ from tosca_csar toscacsar0_ where toscacsar0_.ARTIFACT_UUID=? 2023-02-22T12:18:53.352Z|31ff78bd-392d-40e2-8e4f-dc0c7bf43485|pool-2-thread-3|||||INFO|500||Processing Resource Type: PNF, Model UUID: a59ea974-a60e-4a96-80a9-2857f0b45ad0 Hibernate: select service0_.MODEL_UUID as model_uu1_50_, service0_.CDS_BLUEPRINT_NAME as cds_blue2_50_, service0_.CDS_BLUEPRINT_VERSION as cds_blue3_50_, service0_.SERVICE_CATEGORY as service_4_50_, service0_.CONTROLLER_ACTOR as controll5_50_, service0_.CREATION_TIMESTAMP as creation6_50_, service0_.TOSCA_CSAR_ARTIFACT_UUID as tosca_c21_50_, service0_.DESCRIPTION as descript7_50_, service0_.OVERALL_DISTRIBUTION_STATUS as overall_8_50_, service0_.ENVIRONMENT_CONTEXT as environm9_50_, service0_.MODEL_INVARIANT_UUID as model_i10_50_, service0_.MODEL_NAME as model_n11_50_, service0_.MODEL_VERSION as model_v12_50_, service0_.NAMING_POLICY as naming_13_50_, service0_.ONAP_GENERATED_NAMING as onap_ge14_50_, service0_.RESOURCE_ORDER as resourc15_50_, service0_.SERVICE_FUNCTION as service16_50_, service0_.SERVICE_ROLE as service17_50_, service0_.SERVICE_TYPE as service18_50_, service0_.SKIP_POST_INSTANTIATION_CONFIGURATION as skip_po19_50_, service0_.WORKLOAD_CONTEXT as workloa20_50_ from service service0_ where service0_.MODEL_UUID=? 2023-02-22T12:18:53.354Z|31ff78bd-392d-40e2-8e4f-dc0c7bf43485|pool-2-thread-3|||||INFO|500||test-pnf 0 2023-02-22T12:18:53.354Z|31ff78bd-392d-40e2-8e4f-dc0c7bf43485|pool-2-thread-3|||||DEBUG|500||Processing Resource Type: PNF and Model UUID: a59ea974-a60e-4a96-80a9-2857f0b45ad0 2023-02-22T12:18:53.354Z|31ff78bd-392d-40e2-8e4f-dc0c7bf43485|pool-2-thread-3|||||DEBUG|500||No resources found for Service: 8109a3cb-93c7-4ba5-b181-2be52355fc6f 2023-02-22T12:18:53.354Z|31ff78bd-392d-40e2-8e4f-dc0c7bf43485|pool-2-thread-3|||||DEBUG|500||Preparing to deploy Service: 8109a3cb-93c7-4ba5-b181-2be52355fc6f 2023-02-22T12:18:53.354Z|31ff78bd-392d-40e2-8e4f-dc0c7bf43485|pool-2-thread-3|||||INFO|500||ASDC_START_DEPLOY_ARTIFACT test-pnf 0 a59ea974-a60e-4a96-80a9-2857f0b45ad0 ASDC Hibernate: select toscacsar0_.ARTIFACT_UUID as artifact1_57_0_, toscacsar0_.ARTIFACT_CHECKSUM as artifact2_57_0_, toscacsar0_.CREATION_TIMESTAMP as creation3_57_0_, toscacsar0_.DESCRIPTION as descript4_57_0_, toscacsar0_.NAME as name5_57_0_, toscacsar0_.URL as url6_57_0_, toscacsar0_.Version as version7_57_0_ from tosca_csar toscacsar0_ where toscacsar0_.ARTIFACT_UUID=? Hibernate: select service0_.MODEL_UUID as model_uu1_50_, service0_.CDS_BLUEPRINT_NAME as cds_blue2_50_, service0_.CDS_BLUEPRINT_VERSION as cds_blue3_50_, service0_.SERVICE_CATEGORY as service_4_50_, service0_.CONTROLLER_ACTOR as controll5_50_, service0_.CREATION_TIMESTAMP as creation6_50_, service0_.TOSCA_CSAR_ARTIFACT_UUID as tosca_c21_50_, service0_.DESCRIPTION as descript7_50_, service0_.OVERALL_DISTRIBUTION_STATUS as overall_8_50_, service0_.ENVIRONMENT_CONTEXT as environm9_50_, service0_.MODEL_INVARIANT_UUID as model_i10_50_, service0_.MODEL_NAME as model_n11_50_, service0_.MODEL_VERSION as model_v12_50_, service0_.NAMING_POLICY as naming_13_50_, service0_.ONAP_GENERATED_NAMING as onap_ge14_50_, service0_.RESOURCE_ORDER as resourc15_50_, service0_.SERVICE_FUNCTION as service16_50_, service0_.SERVICE_ROLE as service17_50_, service0_.SERVICE_TYPE as service18_50_, service0_.SKIP_POST_INSTANTIATION_CONFIGURATION as skip_po19_50_, service0_.WORKLOAD_CONTEXT as workloa20_50_ from service service0_ where service0_.MODEL_UUID=? 2023-02-22T12:18:53.356Z|31ff78bd-392d-40e2-8e4f-dc0c7bf43485|pool-2-thread-3|||||DEBUG|500||serviceInputs: {} [org.onap.sdc.toscaparser.api.parameters.Input@5a4b0895, org.onap.sdc.toscaparser.api.parameters.Input@743760e4, org.onap.sdc.toscaparser.api.parameters.Input@7aa7d5c1, org.onap.sdc.toscaparser.api.parameters.Input@6ba976ed, org.onap.sdc.toscaparser.api.parameters.Input@6924c4ad] 2023-02-22T12:18:53.357Z|31ff78bd-392d-40e2-8e4f-dc0c7bf43485|pool-2-thread-3|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive 2023-02-22T12:18:53.357Z|31ff78bd-392d-40e2-8e4f-dc0c7bf43485|pool-2-thread-3|||||DEBUG|500||Service test_pnf_macro is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=null, toscaType=null, uUID=null, customizationUUID=null 2023-02-22T12:18:53.357Z|31ff78bd-392d-40e2-8e4f-dc0c7bf43485|pool-2-thread-3|||||DEBUG|500|| resourceSeq for service uuid 8109a3cb-93c7-4ba5-b181-2be52355fc6f: test-pnf 2023-02-22T12:18:53.357Z|31ff78bd-392d-40e2-8e4f-dc0c7bf43485|pool-2-thread-3|||||INFO|500||Processing PNF resource: a59ea974-a60e-4a96-80a9-2857f0b45ad0 2023-02-22T12:18:53.357Z|31ff78bd-392d-40e2-8e4f-dc0c7bf43485|pool-2-thread-3|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive 2023-02-22T12:18:53.357Z|31ff78bd-392d-40e2-8e4f-dc0c7bf43485|pool-2-thread-3|||||DEBUG|500||Service test_pnf_macro is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=PNF, toscaType=null, uUID=null, customizationUUID=null 2023-02-22T12:18:53.358Z|31ff78bd-392d-40e2-8e4f-dc0c7bf43485|pool-2-thread-3|||||INFO|500||Resource customization UUID: a87521ec-9f9d-42e1-9cee-32bf4d521981 is the same as notified resource customizationUUID: a87521ec-9f9d-42e1-9cee-32bf4d521981 Hibernate: select pnfresourc0_.MODEL_CUSTOMIZATION_UUID as model_cu1_45_0_, pnfresourc0_.CDS_BLUEPRINT_NAME as cds_blue2_45_0_, pnfresourc0_.CDS_BLUEPRINT_VERSION as cds_blue3_45_0_, pnfresourc0_.CONTROLLER_ACTOR as controll4_45_0_, pnfresourc0_.CREATION_TIMESTAMP as creation5_45_0_, pnfresourc0_.DEFAULT_SOFTWARE_VERSION as default_6_45_0_, pnfresourc0_.MODEL_INSTANCE_NAME as model_in7_45_0_, pnfresourc0_.MULTI_STAGE_DESIGN as multi_st8_45_0_, pnfresourc0_.NF_FUNCTION as nf_funct9_45_0_, pnfresourc0_.NF_NAMING_CODE as nf_nami10_45_0_, pnfresourc0_.NF_ROLE as nf_role11_45_0_, pnfresourc0_.NF_TYPE as nf_type12_45_0_, pnfresourc0_.PNF_RESOURCE_MODEL_UUID as pnf_res15_45_0_, pnfresourc0_.RESOURCE_INPUT as resourc13_45_0_, pnfresourc0_.SKIP_POST_INSTANTIATION_CONFIGURATION as skip_po14_45_0_, pnfresourc1_.MODEL_UUID as model_uu1_44_1_, pnfresourc1_.RESOURCE_CATEGORY as resource2_44_1_, pnfresourc1_.CREATION_TIMESTAMP as creation3_44_1_, pnfresourc1_.DESCRIPTION as descript4_44_1_, pnfresourc1_.MODEL_INVARIANT_UUID as model_in5_44_1_, pnfresourc1_.MODEL_NAME as model_na6_44_1_, pnfresourc1_.MODEL_VERSION as model_ve7_44_1_, pnfresourc1_.ORCHESTRATION_MODE as orchestr8_44_1_, pnfresourc1_.RESOURCE_SUB_CATEGORY as resource9_44_1_, pnfresourc1_.TOSCA_NODE_TYPE as tosca_n10_44_1_ from pnf_resource_customization pnfresourc0_ left outer join pnf_resource pnfresourc1_ on pnfresourc0_.PNF_RESOURCE_MODEL_UUID=pnfresourc1_.MODEL_UUID where pnfresourc0_.MODEL_CUSTOMIZATION_UUID=? Hibernate: select pnfresourc0_.MODEL_UUID as model_uu1_44_0_, pnfresourc0_.RESOURCE_CATEGORY as resource2_44_0_, pnfresourc0_.CREATION_TIMESTAMP as creation3_44_0_, pnfresourc0_.DESCRIPTION as descript4_44_0_, pnfresourc0_.MODEL_INVARIANT_UUID as model_in5_44_0_, pnfresourc0_.MODEL_NAME as model_na6_44_0_, pnfresourc0_.MODEL_VERSION as model_ve7_44_0_, pnfresourc0_.ORCHESTRATION_MODE as orchestr8_44_0_, pnfresourc0_.RESOURCE_SUB_CATEGORY as resource9_44_0_, pnfresourc0_.TOSCA_NODE_TYPE as tosca_n10_44_0_ from pnf_resource pnfresourc0_ where pnfresourc0_.MODEL_UUID=? Hibernate: select service0_.MODEL_UUID as model_uu1_50_3_, service0_.CDS_BLUEPRINT_NAME as cds_blue2_50_3_, service0_.CDS_BLUEPRINT_VERSION as cds_blue3_50_3_, service0_.SERVICE_CATEGORY as service_4_50_3_, service0_.CONTROLLER_ACTOR as controll5_50_3_, service0_.CREATION_TIMESTAMP as creation6_50_3_, service0_.TOSCA_CSAR_ARTIFACT_UUID as tosca_c21_50_3_, service0_.DESCRIPTION as descript7_50_3_, service0_.OVERALL_DISTRIBUTION_STATUS as overall_8_50_3_, service0_.ENVIRONMENT_CONTEXT as environm9_50_3_, service0_.MODEL_INVARIANT_UUID as model_i10_50_3_, service0_.MODEL_NAME as model_n11_50_3_, service0_.MODEL_VERSION as model_v12_50_3_, service0_.NAMING_POLICY as naming_13_50_3_, service0_.ONAP_GENERATED_NAMING as onap_ge14_50_3_, service0_.RESOURCE_ORDER as resourc15_50_3_, service0_.SERVICE_FUNCTION as service16_50_3_, service0_.SERVICE_ROLE as service17_50_3_, service0_.SERVICE_TYPE as service18_50_3_, service0_.SKIP_POST_INSTANTIATION_CONFIGURATION as skip_po19_50_3_, service0_.WORKLOAD_CONTEXT as workloa20_50_3_, allottedcu1_.SERVICE_MODEL_UUID as service_1_8_5_, allottedre2_.MODEL_CUSTOMIZATION_UUID as resource2_8_5_, allottedre2_.MODEL_CUSTOMIZATION_UUID as model_cu1_7_0_, allottedre2_.AR_MODEL_UUID as ar_mode15_7_0_, allottedre2_.CREATION_TIMESTAMP as creation2_7_0_, allottedre2_.MAX_INSTANCES as max_inst3_7_0_, allottedre2_.MIN_INSTANCES as min_inst4_7_0_, allottedre2_.MODEL_INSTANCE_NAME as model_in5_7_0_, allottedre2_.NF_FUNCTION as nf_funct6_7_0_, allottedre2_.NF_NAMING_CODE as nf_namin7_7_0_, allottedre2_.NF_ROLE as nf_role8_7_0_, allottedre2_.NF_TYPE as nf_type9_7_0_, allottedre2_.PROVIDING_SERVICE_MODEL_INVARIANT_UUID as providi10_7_0_, allottedre2_.PROVIDING_SERVICE_MODEL_NAME as providi11_7_0_, allottedre2_.PROVIDING_SERVICE_MODEL_UUID as providi12_7_0_, allottedre2_.RESOURCE_INPUT as resourc13_7_0_, allottedre2_.TARGET_NETWORK_ROLE as target_14_7_0_, allottedre3_.MODEL_UUID as model_uu1_6_1_, allottedre3_.CREATION_TIMESTAMP as creation2_6_1_, allottedre3_.DESCRIPTION as descript3_6_1_, allottedre3_.MODEL_INVARIANT_UUID as model_in4_6_1_, allottedre3_.MODEL_NAME as model_na5_6_1_, allottedre3_.MODEL_VERSION as model_ve6_6_1_, allottedre3_.SUBCATEGORY as subcateg7_6_1_, allottedre3_.TOSCA_NODE_TYPE as tosca_no8_6_1_, toscacsar4_.ARTIFACT_UUID as artifact1_57_2_, toscacsar4_.ARTIFACT_CHECKSUM as artifact2_57_2_, toscacsar4_.CREATION_TIMESTAMP as creation3_57_2_, toscacsar4_.DESCRIPTION as descript4_57_2_, toscacsar4_.NAME as name5_57_2_, toscacsar4_.URL as url6_57_2_, toscacsar4_.Version as version7_57_2_ from service service0_ left outer join allotted_resource_customization_to_service allottedcu1_ on service0_.MODEL_UUID=allottedcu1_.SERVICE_MODEL_UUID left outer join allotted_resource_customization allottedre2_ on allottedcu1_.RESOURCE_MODEL_CUSTOMIZATION_UUID=allottedre2_.MODEL_CUSTOMIZATION_UUID left outer join allotted_resource allottedre3_ on allottedre2_.AR_MODEL_UUID=allottedre3_.MODEL_UUID left outer join tosca_csar toscacsar4_ on service0_.TOSCA_CSAR_ARTIFACT_UUID=toscacsar4_.ARTIFACT_UUID where service0_.MODEL_UUID=? Hibernate: select toscacsar0_.ARTIFACT_UUID as artifact1_57_1_, toscacsar0_.ARTIFACT_CHECKSUM as artifact2_57_1_, toscacsar0_.CREATION_TIMESTAMP as creation3_57_1_, toscacsar0_.DESCRIPTION as descript4_57_1_, toscacsar0_.NAME as name5_57_1_, toscacsar0_.URL as url6_57_1_, toscacsar0_.Version as version7_57_1_, services1_.TOSCA_CSAR_ARTIFACT_UUID as tosca_c21_50_3_, services1_.MODEL_UUID as model_uu1_50_3_, services1_.MODEL_UUID as model_uu1_50_0_, services1_.CDS_BLUEPRINT_NAME as cds_blue2_50_0_, services1_.CDS_BLUEPRINT_VERSION as cds_blue3_50_0_, services1_.SERVICE_CATEGORY as service_4_50_0_, services1_.CONTROLLER_ACTOR as controll5_50_0_, services1_.CREATION_TIMESTAMP as creation6_50_0_, services1_.TOSCA_CSAR_ARTIFACT_UUID as tosca_c21_50_0_, services1_.DESCRIPTION as descript7_50_0_, services1_.OVERALL_DISTRIBUTION_STATUS as overall_8_50_0_, services1_.ENVIRONMENT_CONTEXT as environm9_50_0_, services1_.MODEL_INVARIANT_UUID as model_i10_50_0_, services1_.MODEL_NAME as model_n11_50_0_, services1_.MODEL_VERSION as model_v12_50_0_, services1_.NAMING_POLICY as naming_13_50_0_, services1_.ONAP_GENERATED_NAMING as onap_ge14_50_0_, services1_.RESOURCE_ORDER as resourc15_50_0_, services1_.SERVICE_FUNCTION as service16_50_0_, services1_.SERVICE_ROLE as service17_50_0_, services1_.SERVICE_TYPE as service18_50_0_, services1_.SKIP_POST_INSTANTIATION_CONFIGURATION as skip_po19_50_0_, services1_.WORKLOAD_CONTEXT as workloa20_50_0_ from tosca_csar toscacsar0_ left outer join service services1_ on toscacsar0_.ARTIFACT_UUID=services1_.TOSCA_CSAR_ARTIFACT_UUID where toscacsar0_.ARTIFACT_UUID=? Hibernate: select pnfresourc0_.MODEL_CUSTOMIZATION_UUID as model_cu1_45_1_, pnfresourc0_.CDS_BLUEPRINT_NAME as cds_blue2_45_1_, pnfresourc0_.CDS_BLUEPRINT_VERSION as cds_blue3_45_1_, pnfresourc0_.CONTROLLER_ACTOR as controll4_45_1_, pnfresourc0_.CREATION_TIMESTAMP as creation5_45_1_, pnfresourc0_.DEFAULT_SOFTWARE_VERSION as default_6_45_1_, pnfresourc0_.MODEL_INSTANCE_NAME as model_in7_45_1_, pnfresourc0_.MULTI_STAGE_DESIGN as multi_st8_45_1_, pnfresourc0_.NF_FUNCTION as nf_funct9_45_1_, pnfresourc0_.NF_NAMING_CODE as nf_nami10_45_1_, pnfresourc0_.NF_ROLE as nf_role11_45_1_, pnfresourc0_.NF_TYPE as nf_type12_45_1_, pnfresourc0_.PNF_RESOURCE_MODEL_UUID as pnf_res15_45_1_, pnfresourc0_.RESOURCE_INPUT as resourc13_45_1_, pnfresourc0_.SKIP_POST_INSTANTIATION_CONFIGURATION as skip_po14_45_1_, pnfresourc1_.MODEL_UUID as model_uu1_44_0_, pnfresourc1_.RESOURCE_CATEGORY as resource2_44_0_, pnfresourc1_.CREATION_TIMESTAMP as creation3_44_0_, pnfresourc1_.DESCRIPTION as descript4_44_0_, pnfresourc1_.MODEL_INVARIANT_UUID as model_in5_44_0_, pnfresourc1_.MODEL_NAME as model_na6_44_0_, pnfresourc1_.MODEL_VERSION as model_ve7_44_0_, pnfresourc1_.ORCHESTRATION_MODE as orchestr8_44_0_, pnfresourc1_.RESOURCE_SUB_CATEGORY as resource9_44_0_, pnfresourc1_.TOSCA_NODE_TYPE as tosca_n10_44_0_ from pnf_resource_customization pnfresourc0_ left outer join pnf_resource pnfresourc1_ on pnfresourc0_.PNF_RESOURCE_MODEL_UUID=pnfresourc1_.MODEL_UUID where pnfresourc0_.MODEL_CUSTOMIZATION_UUID=? Hibernate: select pnfresourc0_.MODEL_UUID as model_uu1_44_0_, pnfresourc0_.RESOURCE_CATEGORY as resource2_44_0_, pnfresourc0_.CREATION_TIMESTAMP as creation3_44_0_, pnfresourc0_.DESCRIPTION as descript4_44_0_, pnfresourc0_.MODEL_INVARIANT_UUID as model_in5_44_0_, pnfresourc0_.MODEL_NAME as model_na6_44_0_, pnfresourc0_.MODEL_VERSION as model_ve7_44_0_, pnfresourc0_.ORCHESTRATION_MODE as orchestr8_44_0_, pnfresourc0_.RESOURCE_SUB_CATEGORY as resource9_44_0_, pnfresourc0_.TOSCA_NODE_TYPE as tosca_n10_44_0_ from pnf_resource pnfresourc0_ where pnfresourc0_.MODEL_UUID=? Hibernate: select watchdogco0_.COMPONENT_NAME as componen1_12_0_, watchdogco0_.DISTRIBUTION_ID as distribu2_12_0_, watchdogco0_.COMPONENT_DISTRIBUTION_STATUS as componen3_12_0_, watchdogco0_.CREATE_TIME as create_t4_12_0_, watchdogco0_.MODIFY_TIME as modify_t5_12_0_ from watchdog_per_component_distribution_status watchdogco0_ where watchdogco0_.COMPONENT_NAME=? and watchdogco0_.DISTRIBUTION_ID=? Hibernate: insert into watchdog_per_component_distribution_status (COMPONENT_DISTRIBUTION_STATUS, CREATE_TIME, MODIFY_TIME, COMPONENT_NAME, DISTRIBUTION_ID) values (?, ?, ?, ?, ?) Hibernate: insert into tosca_csar (ARTIFACT_CHECKSUM, CREATION_TIMESTAMP, DESCRIPTION, NAME, URL, Version, ARTIFACT_UUID) values (?, ?, ?, ?, ?, ?, ?) Hibernate: insert into service (CDS_BLUEPRINT_NAME, CDS_BLUEPRINT_VERSION, SERVICE_CATEGORY, CONTROLLER_ACTOR, CREATION_TIMESTAMP, TOSCA_CSAR_ARTIFACT_UUID, DESCRIPTION, OVERALL_DISTRIBUTION_STATUS, ENVIRONMENT_CONTEXT, MODEL_INVARIANT_UUID, MODEL_NAME, MODEL_VERSION, NAMING_POLICY, ONAP_GENERATED_NAMING, RESOURCE_ORDER, SERVICE_FUNCTION, SERVICE_ROLE, SERVICE_TYPE, SKIP_POST_INSTANTIATION_CONFIGURATION, WORKLOAD_CONTEXT, MODEL_UUID) values (?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?) Hibernate: insert into pnf_resource (RESOURCE_CATEGORY, CREATION_TIMESTAMP, DESCRIPTION, MODEL_INVARIANT_UUID, MODEL_NAME, MODEL_VERSION, ORCHESTRATION_MODE, RESOURCE_SUB_CATEGORY, TOSCA_NODE_TYPE, MODEL_UUID) values (?, ?, ?, ?, ?, ?, ?, ?, ?, ?) Hibernate: insert into pnf_resource_customization (CDS_BLUEPRINT_NAME, CDS_BLUEPRINT_VERSION, CONTROLLER_ACTOR, CREATION_TIMESTAMP, DEFAULT_SOFTWARE_VERSION, MODEL_INSTANCE_NAME, MULTI_STAGE_DESIGN, NF_FUNCTION, NF_NAMING_CODE, NF_ROLE, NF_TYPE, PNF_RESOURCE_MODEL_UUID, RESOURCE_INPUT, SKIP_POST_INSTANTIATION_CONFIGURATION, MODEL_CUSTOMIZATION_UUID) values (?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?) Hibernate: insert into pnf_resource_customization_to_service (SERVICE_MODEL_UUID, RESOURCE_MODEL_CUSTOMIZATION_UUID) values (?, ?) 2023-02-22T12:18:53.381Z|31ff78bd-392d-40e2-8e4f-dc0c7bf43485|pool-2-thread-3|||||INFO|500||ASDC_ARTIFACT_DEPLOY_SUC test-pnf a59ea974-a60e-4a96-80a9-2857f0b45ad0 0 ASDC deployResourceStructure 2023-02-22T12:18:53.382Z|31ff78bd-392d-40e2-8e4f-dc0c7bf43485|pool-2-thread-3|||||INFO|500||ASDC_SEND_NOTIF_ASDC DEPLOY DEPLOY_OK /sdc/v1/catalog/services/TestPnfMacro/1.0/artifacts/service-TestPnfMacro-csar.csar ASDC sendASDCNotification 2023-02-22T12:18:53.382Z|31ff78bd-392d-40e2-8e4f-dc0c7bf43485|pool-2-thread-3|||||DEBUG|500||Sending DEPLOY(DEPLOY_OK) notification to ASDC for artifact:/sdc/v1/catalog/services/TestPnfMacro/1.0/artifacts/service-TestPnfMacro-csar.csar 2023-02-22T12:18:53.382Z|31ff78bd-392d-40e2-8e4f-dc0c7bf43485|pool-2-thread-3|||||INFO|500||DistributionClient - sendDeploymentStatus 2023-02-22T12:18:53.382Z|31ff78bd-392d-40e2-8e4f-dc0c7bf43485|pool-2-thread-3|||||INFO|500||DistributionClient - sendStatus 2023-02-22T12:18:53.383Z|31ff78bd-392d-40e2-8e4f-dc0c7bf43485|pool-2-thread-3|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap] 2023-02-22T12:18:53.384Z|31ff78bd-392d-40e2-8e4f-dc0c7bf43485|pool-2-thread-3|||||DEBUG|500||try to send status { "distributionID": "31ff78bd-392d-40e2-8e4f-dc0c7bf43485", "consumerID": "SO-COpenSource-Env11", "timestamp": 1677068333382, "artifactURL": "/sdc/v1/catalog/services/TestPnfMacro/1.0/artifacts/service-TestPnfMacro-csar.csar", "status": "DEPLOY_OK" } 2023-02-22T12:18:53.483Z||pool-139-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 99 ms 2023-02-22T12:18:53.484Z||pool-139-thread-1|||||WARN|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO will send credentials over a clear channel. 2023-02-22T12:18:53.484Z||pool-139-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as sXwXLxdJNt84opGN) ... 2023-02-22T12:18:53.500Z||pool-139-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK 2023-02-22T12:18:53.501Z||pool-139-thread-1|||||INFO|500||cambria reply ok (17 ms):{"serverTimeMs":0,"count":1} 2023-02-22T12:18:54.384Z|31ff78bd-392d-40e2-8e4f-dc0c7bf43485|pool-2-thread-3|||||DEBUG|500||Entered getOverallDistributionStatus method for distrubutionId: 31ff78bd-392d-40e2-8e4f-dc0c7bf43485 Hibernate: select watchdogdi0_.DISTRIBUTION_ID as distribu1_11_0_, watchdogdi0_.CREATE_TIME as create_t2_11_0_, watchdogdi0_.DISTRIBUTION_ID_STATUS as distribu3_11_0_, watchdogdi0_.MODIFY_TIME as modify_t4_11_0_, watchdogdi0_.LOCK_VERSION as lock_ver5_11_0_ from watchdog_distributionid_status watchdogdi0_ where watchdogdi0_.DISTRIBUTION_ID=? Hibernate: select watchdogco0_.COMPONENT_NAME as componen1_12_, watchdogco0_.DISTRIBUTION_ID as distribu2_12_, watchdogco0_.COMPONENT_DISTRIBUTION_STATUS as componen3_12_, watchdogco0_.CREATE_TIME as create_t4_12_, watchdogco0_.MODIFY_TIME as modify_t5_12_ from watchdog_per_component_distribution_status watchdogco0_ where watchdogco0_.DISTRIBUTION_ID=? 2023-02-22T12:18:54.394Z|31ff78bd-392d-40e2-8e4f-dc0c7bf43485|pool-2-thread-3|||||DEBUG|500||Executed RequestDB getWatchdogComponentDistributionStatus for distrubutionId: 31ff78bd-392d-40e2-8e4f-dc0c7bf43485 Hibernate: select watchdogco0_.COMPONENT_NAME as componen1_12_, watchdogco0_.DISTRIBUTION_ID as distribu2_12_, watchdogco0_.COMPONENT_DISTRIBUTION_STATUS as componen3_12_, watchdogco0_.CREATE_TIME as create_t4_12_, watchdogco0_.MODIFY_TIME as modify_t5_12_ from watchdog_per_component_distribution_status watchdogco0_ where watchdogco0_.DISTRIBUTION_ID=? 2023-02-22T12:18:54.396Z|31ff78bd-392d-40e2-8e4f-dc0c7bf43485|pool-2-thread-3|||||DEBUG|500||Found componentName SO in the WatchDog Component DB 2023-02-22T12:18:54.396Z|31ff78bd-392d-40e2-8e4f-dc0c7bf43485|pool-2-thread-3|||||DEBUG|500||Found componentName AAI in the WatchDog Component DB 2023-02-22T12:18:54.396Z|31ff78bd-392d-40e2-8e4f-dc0c7bf43485|pool-2-thread-3|||||DEBUG|500||Found componentName SDNC in the WatchDog Component DB 2023-02-22T12:18:54.396Z|31ff78bd-392d-40e2-8e4f-dc0c7bf43485|pool-2-thread-3|||||DEBUG|500||Components Size matched with the WatchdogComponentDistributionStatus results. 2023-02-22T12:18:54.397Z|31ff78bd-392d-40e2-8e4f-dc0c7bf43485|pool-2-thread-3|||||DEBUG|500||Component status: COMPONENT_DONE_OK on componentName: 2023-02-22T12:18:54.397Z|31ff78bd-392d-40e2-8e4f-dc0c7bf43485|pool-2-thread-3|||||DEBUG|500||Component status: COMPONENT_DONE_OK on componentName: 2023-02-22T12:18:54.397Z|31ff78bd-392d-40e2-8e4f-dc0c7bf43485|pool-2-thread-3|||||DEBUG|500||Component status: COMPONENT_DONE_OK on componentName: 2023-02-22T12:18:54.397Z|31ff78bd-392d-40e2-8e4f-dc0c7bf43485|pool-2-thread-3|||||DEBUG|500||Component status: COMPONENT_DONE_OK on componentName: 2023-02-22T12:18:54.397Z|31ff78bd-392d-40e2-8e4f-dc0c7bf43485|pool-2-thread-3|||||DEBUG|500||Component status: COMPONENT_DONE_OK on componentName: 2023-02-22T12:18:54.397Z|31ff78bd-392d-40e2-8e4f-dc0c7bf43485|pool-2-thread-3|||||DEBUG|500||Updating overall DistributionStatus to: SUCCESS for distributionId: Hibernate: select watchdogdi0_.DISTRIBUTION_ID as distribu1_11_0_, watchdogdi0_.CREATE_TIME as create_t2_11_0_, watchdogdi0_.DISTRIBUTION_ID_STATUS as distribu3_11_0_, watchdogdi0_.MODIFY_TIME as modify_t4_11_0_, watchdogdi0_.LOCK_VERSION as lock_ver5_11_0_ from watchdog_distributionid_status watchdogdi0_ where watchdogdi0_.DISTRIBUTION_ID=? 2023-02-22T12:18:54.402Z|31ff78bd-392d-40e2-8e4f-dc0c7bf43485|pool-2-thread-3|||||DEBUG|500||Exiting getOverallDistributionStatus method in WatchdogDistribution 2023-02-22T12:19:24.402Z|31ff78bd-392d-40e2-8e4f-dc0c7bf43485|pool-2-thread-3|||||DEBUG|500||Entered executePatchAAI method with distrubutionId: 31ff78bd-392d-40e2-8e4f-dc0c7bf43485 and distributionStatus: Hibernate: select watchdogse0_.DISTRIBUTION_ID as distribu1_13_, watchdogse0_.SERVICE_MODEL_VERSION_ID as service_2_13_, watchdogse0_.CONSUMER_ID as consumer3_13_, watchdogse0_.CREATE_TIME as create_t4_13_, watchdogse0_.DISTRIBUTION_NOTIFICATION as distribu5_13_ from watchdog_service_mod_ver_id_lookup watchdogse0_ where watchdogse0_.DISTRIBUTION_ID=? 2023-02-22T12:19:24.410Z|31ff78bd-392d-40e2-8e4f-dc0c7bf43485|pool-2-thread-3|||||DEBUG|500||Executed RequestDB getWatchdogServiceModVerIdLookup with distributionId: 31ff78bd-392d-40e2-8e4f-dc0c7bf43485 and serviceModelVersionId: 8109a3cb-93c7-4ba5-b181-2be52355fc6f 2023-02-22T12:19:24.410Z|31ff78bd-392d-40e2-8e4f-dc0c7bf43485|pool-2-thread-3|||||DEBUG|500||ASDC Notification ServiceModelInvariantUUID : d3ee3bc8-5f4c-4514-bad8-2a206c2cd5ea 2023-02-22T12:19:24.411Z|31ff78bd-392d-40e2-8e4f-dc0c7bf43485|pool-2-thread-3|||||DEBUG|500||Target A&AI Resource URI: /service-design-and-creation/models/model/d3ee3bc8-5f4c-4514-bad8-2a206c2cd5ea/model-vers/model-ver/8109a3cb-93c7-4ba5-b181-2be52355fc6f?depth=0 2023-02-22T12:19:24.415Z|31ff78bd-392d-40e2-8e4f-dc0c7bf43485|pool-2-thread-3|||||INFO|500||RestClientSSL using default SSL context! 2023-02-22T12:19:24.480Z|31ff78bd-392d-40e2-8e4f-dc0c7bf43485|pool-2-thread-3|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/d3ee3bc8-5f4c-4514-bad8-2a206c2cd5ea/model-vers/model-ver/8109a3cb-93c7-4ba5-b181-2be52355fc6f?depth=0|INFO|500||Invoke 2023-02-22T12:19:24.480Z|31ff78bd-392d-40e2-8e4f-dc0c7bf43485|pool-2-thread-3|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/d3ee3bc8-5f4c-4514-bad8-2a206c2cd5ea/model-vers/model-ver/8109a3cb-93c7-4ba5-b181-2be52355fc6f?depth=0|DEBUG|500||Sending HTTP POST (overridden to PATCH) to:https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/d3ee3bc8-5f4c-4514-bad8-2a206c2cd5ea/model-vers/model-ver/8109a3cb-93c7-4ba5-b181-2be52355fc6f?depth=0 with request headers:{Authorization=[***REDACTED***], X-RequestID=[31ff78bd-392d-40e2-8e4f-dc0c7bf43485], X-FromAppId=[MSO], X-ONAP-PartnerName=[UNKNOWN], X-HTTP-Method-Override=[PATCH], Accept=[application/json], X-InvocationID=[70b8a240-8845-4043-8a78-34ad4f017b62], X-ECOMP-RequestID=[31ff78bd-392d-40e2-8e4f-dc0c7bf43485], X-TransactionId=[], X-ONAP-RequestID=[31ff78bd-392d-40e2-8e4f-dc0c7bf43485], Content-Type=[application/merge-patch+json]} 2023-02-22T12:19:24.504Z|31ff78bd-392d-40e2-8e4f-dc0c7bf43485|pool-2-thread-3|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/d3ee3bc8-5f4c-4514-bad8-2a206c2cd5ea/model-vers/model-ver/8109a3cb-93c7-4ba5-b181-2be52355fc6f?depth=0|DEBUG|500||{"distribution-status":"DISTRIBUTION_COMPLETE_OK"} 2023-02-22T12:19:24.591Z|31ff78bd-392d-40e2-8e4f-dc0c7bf43485|pool-2-thread-3|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/d3ee3bc8-5f4c-4514-bad8-2a206c2cd5ea/model-vers/model-ver/8109a3cb-93c7-4ba5-b181-2be52355fc6f?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/d3ee3bc8-5f4c-4514-bad8-2a206c2cd5ea/model-vers/model-ver/8109a3cb-93c7-4ba5-b181-2be52355fc6f?depth=0 has http status code:200 and response headers:{date=[Wed, 22 Feb 2023 12:19:24 GMT], content-length=[0], vertex-id=[581824], x-aai-txid=[1-aai-resources-230222-12:19:24:687-25984], content-type=[application/json], strict-transport-security=[max-age=16000000; includeSubDomains; preload;]} 2023-02-22T12:19:24.591Z|31ff78bd-392d-40e2-8e4f-dc0c7bf43485|pool-2-thread-3|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/d3ee3bc8-5f4c-4514-bad8-2a206c2cd5ea/model-vers/model-ver/8109a3cb-93c7-4ba5-b181-2be52355fc6f?depth=0|DEBUG|500||Response was returned with an empty entity. 2023-02-22T12:19:24.592Z|31ff78bd-392d-40e2-8e4f-dc0c7bf43485|pool-2-thread-3|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/d3ee3bc8-5f4c-4514-bad8-2a206c2cd5ea/model-vers/model-ver/8109a3cb-93c7-4ba5-b181-2be52355fc6f?depth=0|INFO|500||InvokeReturn 2023-02-22T12:19:24.592Z|31ff78bd-392d-40e2-8e4f-dc0c7bf43485|pool-2-thread-3|||||DEBUG|500||A&AI UPDATE MODEL Version is success! 2023-02-22T12:19:24.592Z|31ff78bd-392d-40e2-8e4f-dc0c7bf43485|pool-2-thread-3|||||DEBUG|500||A&AI Updated succefully with Distribution Status! Hibernate: select service0_.MODEL_UUID as model_uu1_50_, service0_.CDS_BLUEPRINT_NAME as cds_blue2_50_, service0_.CDS_BLUEPRINT_VERSION as cds_blue3_50_, service0_.SERVICE_CATEGORY as service_4_50_, service0_.CONTROLLER_ACTOR as controll5_50_, service0_.CREATION_TIMESTAMP as creation6_50_, service0_.TOSCA_CSAR_ARTIFACT_UUID as tosca_c21_50_, service0_.DESCRIPTION as descript7_50_, service0_.OVERALL_DISTRIBUTION_STATUS as overall_8_50_, service0_.ENVIRONMENT_CONTEXT as environm9_50_, service0_.MODEL_INVARIANT_UUID as model_i10_50_, service0_.MODEL_NAME as model_n11_50_, service0_.MODEL_VERSION as model_v12_50_, service0_.NAMING_POLICY as naming_13_50_, service0_.ONAP_GENERATED_NAMING as onap_ge14_50_, service0_.RESOURCE_ORDER as resourc15_50_, service0_.SERVICE_FUNCTION as service16_50_, service0_.SERVICE_ROLE as service17_50_, service0_.SERVICE_TYPE as service18_50_, service0_.SKIP_POST_INSTANTIATION_CONFIGURATION as skip_po19_50_, service0_.WORKLOAD_CONTEXT as workloa20_50_ from service service0_ where service0_.MODEL_UUID=? 2023-02-22T12:19:24.597Z|31ff78bd-392d-40e2-8e4f-dc0c7bf43485|pool-2-thread-3|||||ERROR|500||Error updating CatalogDBStatus java.lang.NullPointerException: null at org.onap.so.asdc.tenantIsolation.WatchdogDistribution.updateCatalogDBStatus(WatchdogDistribution.java:206) at org.onap.so.asdc.client.ASDCController.treatNotification(ASDCController.java:690) at org.onap.so.asdc.client.ASDCNotificationCallBack.activateCallback(ASDCNotificationCallBack.java:52) at org.onap.sdc.impl.NotificationConsumer.run(NotificationConsumer.java:71) at java.base/java.util.concurrent.Executors$RunnableAdapter.call(Unknown Source) at java.base/java.util.concurrent.FutureTask.runAndReset(Unknown Source) at java.base/java.util.concurrent.ScheduledThreadPoolExecutor$ScheduledFutureTask.run(Unknown Source) at java.base/java.util.concurrent.ThreadPoolExecutor.runWorker(Unknown Source) at java.base/java.util.concurrent.ThreadPoolExecutor$Worker.run(Unknown Source) at java.base/java.lang.Thread.run(Unknown Source) 2023-02-22T12:19:24.597Z|31ff78bd-392d-40e2-8e4f-dc0c7bf43485|pool-2-thread-3|||||DEBUG|500||Enter sendFinalDistributionStatus with DistributionID 31ff78bd-392d-40e2-8e4f-dc0c7bf43485 and Status of DISTRIBUTION_COMPLETE_OK and ErrorReason null 2023-02-22T12:19:24.597Z|31ff78bd-392d-40e2-8e4f-dc0c7bf43485|pool-2-thread-3|||||INFO|500||DistributionClient - sendFinalDistributionStatus status 2023-02-22T12:19:24.597Z|31ff78bd-392d-40e2-8e4f-dc0c7bf43485|pool-2-thread-3|||||INFO|500||DistributionClient - sendStatus 2023-02-22T12:19:24.599Z|31ff78bd-392d-40e2-8e4f-dc0c7bf43485|pool-2-thread-3|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap] 2023-02-22T12:19:24.600Z|31ff78bd-392d-40e2-8e4f-dc0c7bf43485|pool-2-thread-3|||||DEBUG|500||try to send status { "distributionID": "31ff78bd-392d-40e2-8e4f-dc0c7bf43485", "consumerID": "SO-COpenSource-Env11", "timestamp": 1677068364597, "artifactURL": "", "status": "DISTRIBUTION_COMPLETE_OK" } 2023-02-22T12:19:24.699Z||pool-140-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 99 ms 2023-02-22T12:19:24.700Z||pool-140-thread-1|||||WARN|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO will send credentials over a clear channel. 2023-02-22T12:19:24.700Z||pool-140-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as sXwXLxdJNt84opGN) ... 2023-02-22T12:19:24.714Z||pool-140-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK 2023-02-22T12:19:24.715Z||pool-140-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=? 2023-02-22T12:19:25.625Z|31ff78bd-392d-40e2-8e4f-dc0c7bf43485|pool-2-thread-3|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2023-02-22T12:19:25.626Z|31ff78bd-392d-40e2-8e4f-dc0c7bf43485|pool-2-thread-3|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel. 2023-02-22T12:19:25.626Z|31ff78bd-392d-40e2-8e4f-dc0c7bf43485|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 sXwXLxdJNt84opGN) ... 2023-02-22T12:19:36.087Z|31ff78bd-392d-40e2-8e4f-dc0c7bf43485|pool-2-thread-3|||||INFO|500|| --> HTTP/1.1 200 OK 2023-02-22T12:19:36.088Z|31ff78bd-392d-40e2-8e4f-dc0c7bf43485|pool-2-thread-3|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2023-02-22T12:19:36.088Z|31ff78bd-392d-40e2-8e4f-dc0c7bf43485|pool-2-thread-3|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel. 2023-02-22T12:19:36.089Z|31ff78bd-392d-40e2-8e4f-dc0c7bf43485|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 sXwXLxdJNt84opGN) ... 2023-02-22T12:19:45.688Z|31ff78bd-392d-40e2-8e4f-dc0c7bf43485|pool-2-thread-3|||||INFO|500|| --> HTTP/1.1 200 OK 2023-02-22T12:19:52.608Z||pool-2-thread-1|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2023-02-22T12:19:52.609Z||pool-2-thread-7|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2023-02-22T12:19:52.609Z||pool-2-thread-7|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel. 2023-02-22T12:19:52.610Z||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 sXwXLxdJNt84opGN) ... 2023-02-22T12:19:52.610Z||pool-2-thread-1|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel. 2023-02-22T12:19:52.610Z||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 sXwXLxdJNt84opGN) ... 2023-02-22T12:19:52.635Z||pool-2-thread-7|||||INFO|500|| --> HTTP/1.1 200 OK 2023-02-22T12:19:52.636Z||pool-2-thread-7|||||DEBUG|500||received message from topic 2023-02-22T12:19:52.636Z||pool-2-thread-7|||||DEBUG|500||recieved notification from broker: { "distributionID": "10ce1f8b-7336-492e-bfea-e881e49d17b2", "consumerID": "SO-COpenSource-Env11", "timestamp": 1677068321340, "artifactURL": "", "status": "DISTRIBUTION_COMPLETE_OK" } 2023-02-22T12:19:52.637Z||pool-2-thread-7|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error' 2023-02-22T12:19:52.637Z||pool-2-thread-7|||||DEBUG|500||received message from topic 2023-02-22T12:19:52.637Z||pool-2-thread-7|||||DEBUG|500||recieved notification from broker: { "distributionID": "31ff78bd-392d-40e2-8e4f-dc0c7bf43485", "consumerID": "SO-COpenSource-Env11", "timestamp": 1677068212607, "artifactURL": "/sdc/v1/catalog/services/TestPnfMacro/1.0/resourceInstances/testpnf0/artifacts/vf-license-model.xml", "status": "NOT_NOTIFIED" } 2023-02-22T12:19:52.637Z||pool-2-thread-7|||||INFO|500||Missing status on Status Object. 2023-02-22T12:19:52.637Z||pool-2-thread-7|||||DEBUG|500||received message from topic 2023-02-22T12:19:52.637Z||pool-2-thread-7|||||DEBUG|500||recieved notification from broker: { "distributionID": "31ff78bd-392d-40e2-8e4f-dc0c7bf43485", "consumerID": "SO-COpenSource-Env11", "timestamp": 1677068212607, "artifactURL": "/sdc/v1/catalog/services/TestPnfMacro/1.0/resourceInstances/testpnf0/artifacts/pNF.csar", "status": "NOT_NOTIFIED" } 2023-02-22T12:19:52.637Z||pool-2-thread-7|||||INFO|500||Missing status on Status Object. 2023-02-22T12:19:52.637Z||pool-2-thread-7|||||DEBUG|500||received message from topic 2023-02-22T12:19:52.638Z||pool-2-thread-7|||||DEBUG|500||recieved notification from broker: { "distributionID": "31ff78bd-392d-40e2-8e4f-dc0c7bf43485", "consumerID": "SO-COpenSource-Env11", "timestamp": 1677068212607, "artifactURL": "/sdc/v1/catalog/services/TestPnfMacro/1.0/resourceInstances/testpnf0/artifacts/mynetconf.yang", "status": "NOT_NOTIFIED" } 2023-02-22T12:19:52.638Z||pool-2-thread-7|||||INFO|500||Missing status on Status Object. 2023-02-22T12:19:52.638Z||pool-2-thread-7|||||DEBUG|500||received message from topic 2023-02-22T12:19:52.638Z||pool-2-thread-7|||||DEBUG|500||recieved notification from broker: { "distributionID": "31ff78bd-392d-40e2-8e4f-dc0c7bf43485", "consumerID": "SO-COpenSource-Env11", "timestamp": 1677068212607, "artifactURL": "/sdc/v1/catalog/services/TestPnfMacro/1.0/resourceInstances/testpnf0/artifacts/CBA_enriched.zip", "status": "NOT_NOTIFIED" } 2023-02-22T12:19:52.638Z||pool-2-thread-7|||||INFO|500||Missing status on Status Object. 2023-02-22T12:19:52.638Z||pool-2-thread-7|||||DEBUG|500||received message from topic 2023-02-22T12:19:52.638Z||pool-2-thread-7|||||DEBUG|500||recieved notification from broker: { "distributionID": "31ff78bd-392d-40e2-8e4f-dc0c7bf43485", "consumerID": "SO-COpenSource-Env11", "timestamp": 1677068212607, "artifactURL": "/sdc/v1/catalog/services/TestPnfMacro/1.0/resourceInstances/testpnf0/artifacts/vendor-license-model.xml", "status": "NOT_NOTIFIED" } 2023-02-22T12:19:52.638Z||pool-2-thread-7|||||INFO|500||Missing status on Status Object. 2023-02-22T12:19:52.638Z||pool-2-thread-7|||||DEBUG|500||received message from topic 2023-02-22T12:19:52.639Z||pool-2-thread-7|||||DEBUG|500||recieved notification from broker: { "distributionID": "31ff78bd-392d-40e2-8e4f-dc0c7bf43485", "consumerID": "SO-COpenSource-Env11", "timestamp": 1677068212607, "artifactURL": "/sdc/v1/catalog/services/TestPnfMacro/1.0/resourceInstances/testpnf0/artifacts/PM_Dictionary.yaml", "status": "NOT_NOTIFIED" } 2023-02-22T12:19:52.639Z||pool-2-thread-7|||||INFO|500||Missing status on Status Object. 2023-02-22T12:19:52.639Z||pool-2-thread-7|||||DEBUG|500||received message from topic 2023-02-22T12:19:52.639Z||pool-2-thread-7|||||DEBUG|500||recieved notification from broker: { "distributionID": "31ff78bd-392d-40e2-8e4f-dc0c7bf43485", "consumerID": "SO-COpenSource-Env11", "timestamp": 1677068212607, "artifactURL": "/sdc/v1/catalog/services/TestPnfMacro/1.0/resourceInstances/testpnf0/artifacts/MyPnf_Pnf_v1.yaml", "status": "NOT_NOTIFIED" } 2023-02-22T12:19:52.639Z||pool-2-thread-7|||||INFO|500||Missing status on Status Object. 2023-02-22T12:19:52.639Z||pool-2-thread-7|||||DEBUG|500||received message from topic 2023-02-22T12:19:52.639Z||pool-2-thread-7|||||DEBUG|500||recieved notification from broker: { "distributionID": "31ff78bd-392d-40e2-8e4f-dc0c7bf43485", "consumerID": "SO-COpenSource-Env11", "timestamp": 1677068212607, "artifactURL": "/sdc/v1/catalog/services/TestPnfMacro/1.0/artifacts/service-TestPnfMacro-template.yml", "status": "NOT_NOTIFIED" } 2023-02-22T12:19:52.639Z||pool-2-thread-7|||||INFO|500||Missing status on Status Object. 2023-02-22T12:19:52.640Z||pool-2-thread-7|||||DEBUG|500||received message from topic 2023-02-22T12:19:52.640Z||pool-2-thread-7|||||DEBUG|500||recieved notification from broker: { "distributionID": "31ff78bd-392d-40e2-8e4f-dc0c7bf43485", "consumerID": "SO-COpenSource-Env11", "timestamp": 1677068212607, "artifactURL": "/sdc/v1/catalog/services/TestPnfMacro/1.0/artifacts/service-TestPnfMacro-csar.csar", "status": "NOTIFIED" } 2023-02-22T12:19:52.640Z||pool-2-thread-7|||||INFO|500||Missing status on Status Object. 2023-02-22T12:19:52.640Z||pool-2-thread-7|||||DEBUG|500||received message from topic 2023-02-22T12:19:52.640Z||pool-2-thread-7|||||DEBUG|500||recieved notification from broker: { "distributionID": "31ff78bd-392d-40e2-8e4f-dc0c7bf43485", "consumerID": "SO-COpenSource-Env11", "timestamp": 1677068331546, "artifactURL": "/sdc/v1/catalog/services/TestPnfMacro/1.0/artifacts/service-TestPnfMacro-csar.csar", "status": "DOWNLOAD_OK" } 2023-02-22T12:19:52.640Z||pool-2-thread-7|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error' 2023-02-22T12:20:02.169Z||pool-2-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK 2023-02-22T12:20:52.607Z||pool-2-thread-1|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2023-02-22T12:20:52.609Z|b2eabbe6-119f-453f-ab8a-964c7eb54eeb|pool-2-thread-2|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2023-02-22T12:20:52.610Z|b2eabbe6-119f-453f-ab8a-964c7eb54eeb|pool-2-thread-2|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel. 2023-02-22T12:20:52.610Z||pool-2-thread-1|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel. 2023-02-22T12:20:52.610Z|b2eabbe6-119f-453f-ab8a-964c7eb54eeb|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 sXwXLxdJNt84opGN) ... 2023-02-22T12:20:52.610Z||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 sXwXLxdJNt84opGN) ... 2023-02-22T12:20:53.148Z|b2eabbe6-119f-453f-ab8a-964c7eb54eeb|pool-2-thread-2|||||INFO|500|| --> HTTP/1.1 200 OK 2023-02-22T12:20:53.149Z|b2eabbe6-119f-453f-ab8a-964c7eb54eeb|pool-2-thread-2|||||DEBUG|500||received message from topic 2023-02-22T12:20:53.149Z|b2eabbe6-119f-453f-ab8a-964c7eb54eeb|pool-2-thread-2|||||DEBUG|500||recieved notification from broker: { "distributionID": "31ff78bd-392d-40e2-8e4f-dc0c7bf43485", "consumerID": "SO-COpenSource-Env11", "timestamp": 1677068333382, "artifactURL": "/sdc/v1/catalog/services/TestPnfMacro/1.0/artifacts/service-TestPnfMacro-csar.csar", "status": "DEPLOY_OK" } 2023-02-22T12:20:53.150Z|b2eabbe6-119f-453f-ab8a-964c7eb54eeb|pool-2-thread-2|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error' 2023-02-22T12:20:53.151Z|b2eabbe6-119f-453f-ab8a-964c7eb54eeb|pool-2-thread-2|||||DEBUG|500||received message from topic 2023-02-22T12:20:53.151Z|b2eabbe6-119f-453f-ab8a-964c7eb54eeb|pool-2-thread-2|||||DEBUG|500||recieved notification from broker: { "distributionID": "31ff78bd-392d-40e2-8e4f-dc0c7bf43485", "consumerID": "SO-COpenSource-Env11", "timestamp": 1677068364597, "artifactURL": "", "status": "DISTRIBUTION_COMPLETE_OK" } 2023-02-22T12:20:53.151Z|b2eabbe6-119f-453f-ab8a-964c7eb54eeb|pool-2-thread-2|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error' 2023-02-22T12:21:02.174Z||pool-2-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK 2023-02-22T12:21:52.607Z||pool-2-thread-1|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2023-02-22T12:21:52.608Z||pool-2-thread-1|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel. 2023-02-22T12:21:52.608Z||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 sXwXLxdJNt84opGN) ... 2023-02-22T12:21:52.609Z||pool-2-thread-9|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2023-02-22T12:21:52.609Z||pool-2-thread-9|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel. 2023-02-22T12:21:52.610Z||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 sXwXLxdJNt84opGN) ... 2023-02-22T12:22:02.226Z||pool-2-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK 2023-02-22T12:22:02.230Z||pool-2-thread-9|||||INFO|500|| --> HTTP/1.1 200 OK 2023-02-22T12:22:52.607Z||pool-2-thread-1|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2023-02-22T12:22:52.608Z||pool-2-thread-1|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel. 2023-02-22T12:22:52.608Z||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 sXwXLxdJNt84opGN) ... 2023-02-22T12:22:52.609Z||pool-2-thread-6|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2023-02-22T12:22:52.609Z||pool-2-thread-6|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel. 2023-02-22T12:22:52.609Z||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 sXwXLxdJNt84opGN) ... 2023-02-22T12:23:02.173Z||pool-2-thread-6|||||INFO|500|| --> HTTP/1.1 200 OK 2023-02-22T12:23:02.175Z||pool-2-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK 2023-02-22T12:23:52.607Z||pool-2-thread-1|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2023-02-22T12:23:52.608Z||pool-2-thread-1|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel. 2023-02-22T12:23:52.608Z||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 sXwXLxdJNt84opGN) ... 2023-02-22T12:23:52.609Z||pool-2-thread-7|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2023-02-22T12:23:52.609Z||pool-2-thread-7|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel. 2023-02-22T12:23:52.609Z||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 sXwXLxdJNt84opGN) ... 2023-02-22T12:24:02.219Z||pool-2-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK 2023-02-22T12:24:02.219Z||pool-2-thread-7|||||INFO|500|| --> HTTP/1.1 200 OK 2023-02-22T12:24:52.607Z||pool-2-thread-1|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2023-02-22T12:24:52.608Z||pool-2-thread-1|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel. 2023-02-22T12:24:52.608Z||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 sXwXLxdJNt84opGN) ... 2023-02-22T12:24:52.609Z|31ff78bd-392d-40e2-8e4f-dc0c7bf43485|pool-2-thread-3|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2023-02-22T12:24:52.609Z|31ff78bd-392d-40e2-8e4f-dc0c7bf43485|pool-2-thread-3|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel. 2023-02-22T12:24:52.609Z|31ff78bd-392d-40e2-8e4f-dc0c7bf43485|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 sXwXLxdJNt84opGN) ... 2023-02-22T12:25:02.266Z||pool-2-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK 2023-02-22T12:25:02.300Z|31ff78bd-392d-40e2-8e4f-dc0c7bf43485|pool-2-thread-3|||||INFO|500|| --> HTTP/1.1 200 OK 2023-02-22T12:25:52.607Z||pool-2-thread-1|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2023-02-22T12:25:52.608Z||pool-2-thread-1|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel. 2023-02-22T12:25:52.608Z||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 sXwXLxdJNt84opGN) ... 2023-02-22T12:25:52.609Z||pool-2-thread-4|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2023-02-22T12:25:52.610Z||pool-2-thread-4|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel. 2023-02-22T12:25:52.610Z||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 sXwXLxdJNt84opGN) ... 2023-02-22T12:26:02.190Z||pool-2-thread-4|||||INFO|500|| --> HTTP/1.1 200 OK 2023-02-22T12:26:02.211Z||pool-2-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK 2023-02-22T12:26:52.607Z||pool-2-thread-1|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2023-02-22T12:26:52.608Z||pool-2-thread-1|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel. 2023-02-22T12:26:52.608Z||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 sXwXLxdJNt84opGN) ... 2023-02-22T12:26:52.609Z||pool-2-thread-8|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2023-02-22T12:26:52.609Z||pool-2-thread-8|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel. 2023-02-22T12:26:52.609Z||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 sXwXLxdJNt84opGN) ... 2023-02-22T12:27:02.163Z||pool-2-thread-8|||||INFO|500|| --> HTTP/1.1 200 OK 2023-02-22T12:27:02.215Z||pool-2-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK 2023-02-22T12:27:52.607Z||pool-2-thread-1|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2023-02-22T12:27:52.609Z||pool-2-thread-1|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel. 2023-02-22T12:27:52.609Z|b2eabbe6-119f-453f-ab8a-964c7eb54eeb|pool-2-thread-2|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2023-02-22T12:27:52.609Z||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 sXwXLxdJNt84opGN) ... 2023-02-22T12:27:52.609Z|b2eabbe6-119f-453f-ab8a-964c7eb54eeb|pool-2-thread-2|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel. 2023-02-22T12:27:52.609Z|b2eabbe6-119f-453f-ab8a-964c7eb54eeb|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 sXwXLxdJNt84opGN) ... 2023-02-22T12:28:02.159Z||pool-2-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK 2023-02-22T12:28:02.196Z|b2eabbe6-119f-453f-ab8a-964c7eb54eeb|pool-2-thread-2|||||INFO|500|| --> HTTP/1.1 200 OK 2023-02-22T12:28:52.607Z||pool-2-thread-1|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2023-02-22T12:28:52.609Z||pool-2-thread-1|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel. 2023-02-22T12:28:52.609Z|31ff78bd-392d-40e2-8e4f-dc0c7bf43485|pool-2-thread-3|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2023-02-22T12:28:52.609Z||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 sXwXLxdJNt84opGN) ... 2023-02-22T12:28:52.609Z|31ff78bd-392d-40e2-8e4f-dc0c7bf43485|pool-2-thread-3|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel. 2023-02-22T12:28:52.609Z|31ff78bd-392d-40e2-8e4f-dc0c7bf43485|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 sXwXLxdJNt84opGN) ... 2023-02-22T12:29:02.180Z|31ff78bd-392d-40e2-8e4f-dc0c7bf43485|pool-2-thread-3|||||INFO|500|| --> HTTP/1.1 200 OK 2023-02-22T12:29:02.188Z||pool-2-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK 2023-02-22T12:29:52.607Z||pool-2-thread-1|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2023-02-22T12:29:52.608Z||pool-2-thread-1|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel. 2023-02-22T12:29:52.608Z||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 sXwXLxdJNt84opGN) ... 2023-02-22T12:29:52.609Z|31ff78bd-392d-40e2-8e4f-dc0c7bf43485|pool-2-thread-3|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2023-02-22T12:29:52.609Z|31ff78bd-392d-40e2-8e4f-dc0c7bf43485|pool-2-thread-3|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel. 2023-02-22T12:29:52.609Z|31ff78bd-392d-40e2-8e4f-dc0c7bf43485|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 sXwXLxdJNt84opGN) ... 2023-02-22T12:30:02.189Z|31ff78bd-392d-40e2-8e4f-dc0c7bf43485|pool-2-thread-3|||||INFO|500|| --> HTTP/1.1 200 OK 2023-02-22T12:30:02.192Z||pool-2-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK 2023-02-22T12:30:52.607Z||pool-2-thread-1|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2023-02-22T12:30:52.608Z||pool-2-thread-1|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel. 2023-02-22T12:30:52.608Z||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 sXwXLxdJNt84opGN) ... 2023-02-22T12:30:52.609Z|31ff78bd-392d-40e2-8e4f-dc0c7bf43485|pool-2-thread-3|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2023-02-22T12:30:52.610Z|31ff78bd-392d-40e2-8e4f-dc0c7bf43485|pool-2-thread-3|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel. 2023-02-22T12:30:52.610Z|31ff78bd-392d-40e2-8e4f-dc0c7bf43485|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 sXwXLxdJNt84opGN) ... 2023-02-22T12:31:02.242Z|31ff78bd-392d-40e2-8e4f-dc0c7bf43485|pool-2-thread-3|||||INFO|500|| --> HTTP/1.1 200 OK 2023-02-22T12:31:02.243Z||pool-2-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK 2023-02-22T12:31:52.608Z||pool-2-thread-1|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2023-02-22T12:31:52.609Z|b2eabbe6-119f-453f-ab8a-964c7eb54eeb|pool-2-thread-2|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2023-02-22T12:31:52.610Z||pool-2-thread-1|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel. 2023-02-22T12:31:52.610Z|b2eabbe6-119f-453f-ab8a-964c7eb54eeb|pool-2-thread-2|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel. 2023-02-22T12:31:52.610Z||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 sXwXLxdJNt84opGN) ... 2023-02-22T12:31:52.610Z|b2eabbe6-119f-453f-ab8a-964c7eb54eeb|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 sXwXLxdJNt84opGN) ... 2023-02-22T12:32:02.197Z|b2eabbe6-119f-453f-ab8a-964c7eb54eeb|pool-2-thread-2|||||INFO|500|| --> HTTP/1.1 200 OK 2023-02-22T12:32:02.198Z||pool-2-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK 2023-02-22T12:32:52.607Z||pool-2-thread-1|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2023-02-22T12:32:52.608Z||pool-2-thread-1|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel. 2023-02-22T12:32:52.608Z||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 sXwXLxdJNt84opGN) ... 2023-02-22T12:32:52.609Z||pool-2-thread-4|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2023-02-22T12:32:52.610Z||pool-2-thread-4|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel. 2023-02-22T12:32:52.610Z||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 sXwXLxdJNt84opGN) ... 2023-02-22T12:33:02.191Z||pool-2-thread-4|||||INFO|500|| --> HTTP/1.1 200 OK 2023-02-22T12:33:02.191Z||pool-2-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK 2023-02-22T12:33:52.607Z||pool-2-thread-1|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2023-02-22T12:33:52.608Z||pool-2-thread-1|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel. 2023-02-22T12:33:52.608Z||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 sXwXLxdJNt84opGN) ... 2023-02-22T12:33:52.609Z||pool-2-thread-7|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2023-02-22T12:33:52.609Z||pool-2-thread-7|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel. 2023-02-22T12:33:52.609Z||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 sXwXLxdJNt84opGN) ... 2023-02-22T12:34:02.212Z||pool-2-thread-7|||||INFO|500|| --> HTTP/1.1 200 OK 2023-02-22T12:34:02.212Z||pool-2-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK 2023-02-22T12:34:52.607Z||pool-2-thread-1|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2023-02-22T12:34:52.608Z||pool-2-thread-1|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel. 2023-02-22T12:34:52.608Z||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 sXwXLxdJNt84opGN) ... 2023-02-22T12:34:52.609Z||pool-2-thread-5|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2023-02-22T12:34:52.609Z||pool-2-thread-5|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel. 2023-02-22T12:34:52.609Z||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 sXwXLxdJNt84opGN) ... 2023-02-22T12:35:02.203Z||pool-2-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK 2023-02-22T12:35:02.203Z||pool-2-thread-5|||||INFO|500|| --> HTTP/1.1 200 OK 2023-02-22T12:35:52.607Z|b2eabbe6-119f-453f-ab8a-964c7eb54eeb|pool-2-thread-2|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2023-02-22T12:35:52.608Z|b2eabbe6-119f-453f-ab8a-964c7eb54eeb|pool-2-thread-2|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel. 2023-02-22T12:35:52.608Z|b2eabbe6-119f-453f-ab8a-964c7eb54eeb|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 sXwXLxdJNt84opGN) ... 2023-02-22T12:35:52.609Z||pool-2-thread-10|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2023-02-22T12:35:52.610Z||pool-2-thread-10|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel. 2023-02-22T12:35:52.610Z||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 sXwXLxdJNt84opGN) ... 2023-02-22T12:36:02.194Z||pool-2-thread-10|||||INFO|500|| --> HTTP/1.1 200 OK 2023-02-22T12:36:02.216Z|b2eabbe6-119f-453f-ab8a-964c7eb54eeb|pool-2-thread-2|||||INFO|500|| --> HTTP/1.1 200 OK 2023-02-22T12:36:52.607Z|b2eabbe6-119f-453f-ab8a-964c7eb54eeb|pool-2-thread-2|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2023-02-22T12:36:52.608Z|b2eabbe6-119f-453f-ab8a-964c7eb54eeb|pool-2-thread-2|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel. 2023-02-22T12:36:52.608Z|b2eabbe6-119f-453f-ab8a-964c7eb54eeb|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 sXwXLxdJNt84opGN) ... 2023-02-22T12:36:52.609Z||pool-2-thread-10|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2023-02-22T12:36:52.610Z||pool-2-thread-10|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel. 2023-02-22T12:36:52.610Z||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 sXwXLxdJNt84opGN) ... 2023-02-22T12:37:02.182Z||pool-2-thread-10|||||INFO|500|| --> HTTP/1.1 200 OK 2023-02-22T12:37:02.182Z|b2eabbe6-119f-453f-ab8a-964c7eb54eeb|pool-2-thread-2|||||INFO|500|| --> HTTP/1.1 200 OK 2023-02-22T12:37:52.607Z|b2eabbe6-119f-453f-ab8a-964c7eb54eeb|pool-2-thread-2|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2023-02-22T12:37:52.608Z|b2eabbe6-119f-453f-ab8a-964c7eb54eeb|pool-2-thread-2|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel. 2023-02-22T12:37:52.608Z|b2eabbe6-119f-453f-ab8a-964c7eb54eeb|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 sXwXLxdJNt84opGN) ... 2023-02-22T12:37:52.609Z||pool-2-thread-7|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2023-02-22T12:37:52.609Z||pool-2-thread-7|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel. 2023-02-22T12:37:52.609Z||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 sXwXLxdJNt84opGN) ... 2023-02-22T12:38:02.180Z|b2eabbe6-119f-453f-ab8a-964c7eb54eeb|pool-2-thread-2|||||INFO|500|| --> HTTP/1.1 200 OK 2023-02-22T12:38:02.180Z||pool-2-thread-7|||||INFO|500|| --> HTTP/1.1 200 OK 2023-02-22T12:38:52.607Z|b2eabbe6-119f-453f-ab8a-964c7eb54eeb|pool-2-thread-2|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2023-02-22T12:38:52.608Z|b2eabbe6-119f-453f-ab8a-964c7eb54eeb|pool-2-thread-2|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel. 2023-02-22T12:38:52.608Z|b2eabbe6-119f-453f-ab8a-964c7eb54eeb|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 sXwXLxdJNt84opGN) ... 2023-02-22T12:38:52.609Z||pool-2-thread-5|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2023-02-22T12:38:52.609Z||pool-2-thread-5|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel. 2023-02-22T12:38:52.609Z||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 sXwXLxdJNt84opGN) ... 2023-02-22T12:39:02.178Z||pool-2-thread-5|||||INFO|500|| --> HTTP/1.1 200 OK 2023-02-22T12:39:02.182Z|b2eabbe6-119f-453f-ab8a-964c7eb54eeb|pool-2-thread-2|||||INFO|500|| --> HTTP/1.1 200 OK 2023-02-22T12:39:52.607Z||pool-2-thread-6|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2023-02-22T12:39:52.608Z||pool-2-thread-6|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel. 2023-02-22T12:39:52.608Z||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 sXwXLxdJNt84opGN) ... 2023-02-22T12:39:52.609Z||pool-2-thread-4|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2023-02-22T12:39:52.610Z||pool-2-thread-4|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel. 2023-02-22T12:39:52.610Z||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 sXwXLxdJNt84opGN) ... 2023-02-22T12:40:02.185Z||pool-2-thread-6|||||INFO|500|| --> HTTP/1.1 200 OK 2023-02-22T12:40:02.185Z||pool-2-thread-4|||||INFO|500|| --> HTTP/1.1 200 OK 2023-02-22T12:40:52.607Z||pool-2-thread-4|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2023-02-22T12:40:52.608Z||pool-2-thread-4|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel. 2023-02-22T12:40:52.609Z||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 sXwXLxdJNt84opGN) ... 2023-02-22T12:40:52.609Z||pool-2-thread-10|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2023-02-22T12:40:52.609Z||pool-2-thread-10|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel. 2023-02-22T12:40:52.609Z||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 sXwXLxdJNt84opGN) ... 2023-02-22T12:41:02.200Z||pool-2-thread-4|||||INFO|500|| --> HTTP/1.1 200 OK 2023-02-22T12:41:02.203Z||pool-2-thread-10|||||INFO|500|| --> HTTP/1.1 200 OK 2023-02-22T12:41:52.607Z||pool-2-thread-4|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2023-02-22T12:41:52.608Z||pool-2-thread-4|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel. 2023-02-22T12:41:52.608Z||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 sXwXLxdJNt84opGN) ... 2023-02-22T12:41:52.609Z||pool-2-thread-1|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2023-02-22T12:41:52.609Z||pool-2-thread-1|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel. 2023-02-22T12:41:52.610Z||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 sXwXLxdJNt84opGN) ... 2023-02-22T12:42:02.183Z||pool-2-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK 2023-02-22T12:42:02.183Z||pool-2-thread-4|||||INFO|500|| --> HTTP/1.1 200 OK 2023-02-22T12:42:52.607Z||pool-2-thread-4|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2023-02-22T12:42:52.608Z||pool-2-thread-4|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel. 2023-02-22T12:42:52.608Z||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 sXwXLxdJNt84opGN) ... 2023-02-22T12:42:52.609Z|b2eabbe6-119f-453f-ab8a-964c7eb54eeb|pool-2-thread-2|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2023-02-22T12:42:52.609Z|b2eabbe6-119f-453f-ab8a-964c7eb54eeb|pool-2-thread-2|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel. 2023-02-22T12:42:52.609Z|b2eabbe6-119f-453f-ab8a-964c7eb54eeb|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 sXwXLxdJNt84opGN) ... 2023-02-22T12:43:02.187Z||pool-2-thread-4|||||INFO|500|| --> HTTP/1.1 200 OK 2023-02-22T12:43:02.192Z|b2eabbe6-119f-453f-ab8a-964c7eb54eeb|pool-2-thread-2|||||INFO|500|| --> HTTP/1.1 200 OK 2023-02-22T12:43:52.607Z||pool-2-thread-4|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2023-02-22T12:43:52.609Z||pool-2-thread-6|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2023-02-22T12:43:52.609Z||pool-2-thread-6|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel. 2023-02-22T12:43:52.609Z||pool-2-thread-4|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel. 2023-02-22T12:43:52.610Z||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 sXwXLxdJNt84opGN) ... 2023-02-22T12:43:52.610Z||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 sXwXLxdJNt84opGN) ... 2023-02-22T12:44:02.176Z||pool-2-thread-4|||||INFO|500|| --> HTTP/1.1 200 OK 2023-02-22T12:44:02.181Z||pool-2-thread-6|||||INFO|500|| --> HTTP/1.1 200 OK 2023-02-22T12:44:52.607Z||pool-2-thread-8|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2023-02-22T12:44:52.608Z||pool-2-thread-8|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel. 2023-02-22T12:44:52.608Z||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 sXwXLxdJNt84opGN) ... 2023-02-22T12:44:52.609Z|31ff78bd-392d-40e2-8e4f-dc0c7bf43485|pool-2-thread-3|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2023-02-22T12:44:52.609Z|31ff78bd-392d-40e2-8e4f-dc0c7bf43485|pool-2-thread-3|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel. 2023-02-22T12:44:52.611Z|31ff78bd-392d-40e2-8e4f-dc0c7bf43485|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 sXwXLxdJNt84opGN) ... 2023-02-22T12:45:02.174Z|31ff78bd-392d-40e2-8e4f-dc0c7bf43485|pool-2-thread-3|||||INFO|500|| --> HTTP/1.1 200 OK 2023-02-22T12:45:02.175Z||pool-2-thread-8|||||INFO|500|| --> HTTP/1.1 200 OK 2023-02-22T12:45:52.607Z||pool-2-thread-8|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2023-02-22T12:45:52.608Z||pool-2-thread-8|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel. 2023-02-22T12:45:52.608Z||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 sXwXLxdJNt84opGN) ... 2023-02-22T12:45:52.609Z|31ff78bd-392d-40e2-8e4f-dc0c7bf43485|pool-2-thread-3|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2023-02-22T12:45:52.609Z|31ff78bd-392d-40e2-8e4f-dc0c7bf43485|pool-2-thread-3|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel. 2023-02-22T12:45:52.609Z|31ff78bd-392d-40e2-8e4f-dc0c7bf43485|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 sXwXLxdJNt84opGN) ... 2023-02-22T12:46:02.218Z||pool-2-thread-8|||||INFO|500|| --> HTTP/1.1 200 OK 2023-02-22T12:46:02.224Z|31ff78bd-392d-40e2-8e4f-dc0c7bf43485|pool-2-thread-3|||||INFO|500|| --> HTTP/1.1 200 OK 2023-02-22T12:46:52.607Z||pool-2-thread-8|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2023-02-22T12:46:52.608Z||pool-2-thread-8|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel. 2023-02-22T12:46:52.608Z||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 sXwXLxdJNt84opGN) ... 2023-02-22T12:46:52.609Z||pool-2-thread-5|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2023-02-22T12:46:52.612Z||pool-2-thread-5|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel. 2023-02-22T12:46:52.613Z||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 sXwXLxdJNt84opGN) ... 2023-02-22T12:47:02.166Z||pool-2-thread-8|||||INFO|500|| --> HTTP/1.1 200 OK 2023-02-22T12:47:02.171Z||pool-2-thread-5|||||INFO|500|| --> HTTP/1.1 200 OK 2023-02-22T12:47:52.607Z||pool-2-thread-8|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2023-02-22T12:47:52.607Z||pool-2-thread-8|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel. 2023-02-22T12:47:52.608Z||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 sXwXLxdJNt84opGN) ... 2023-02-22T12:47:52.609Z||pool-2-thread-4|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2023-02-22T12:47:52.609Z||pool-2-thread-4|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel. 2023-02-22T12:47:52.610Z||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 sXwXLxdJNt84opGN) ... 2023-02-22T12:48:02.158Z||pool-2-thread-8|||||INFO|500|| --> HTTP/1.1 200 OK 2023-02-22T12:48:02.158Z||pool-2-thread-4|||||INFO|500|| --> HTTP/1.1 200 OK 2023-02-22T12:48:52.607Z||pool-2-thread-4|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2023-02-22T12:48:52.608Z||pool-2-thread-4|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel. 2023-02-22T12:48:52.608Z||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 sXwXLxdJNt84opGN) ... 2023-02-22T12:48:52.609Z||pool-2-thread-10|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2023-02-22T12:48:52.609Z||pool-2-thread-10|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel. 2023-02-22T12:48:52.609Z||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 sXwXLxdJNt84opGN) ... 2023-02-22T12:49:02.160Z||pool-2-thread-4|||||INFO|500|| --> HTTP/1.1 200 OK 2023-02-22T12:49:02.160Z||pool-2-thread-10|||||INFO|500|| --> HTTP/1.1 200 OK 2023-02-22T12:49:52.607Z||pool-2-thread-4|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2023-02-22T12:49:52.608Z||pool-2-thread-4|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel. 2023-02-22T12:49:52.608Z||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 sXwXLxdJNt84opGN) ... 2023-02-22T12:49:52.609Z||pool-2-thread-9|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2023-02-22T12:49:52.609Z||pool-2-thread-9|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel. 2023-02-22T12:49:52.609Z||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 sXwXLxdJNt84opGN) ... 2023-02-22T12:50:02.181Z||pool-2-thread-4|||||INFO|500|| --> HTTP/1.1 200 OK 2023-02-22T12:50:02.189Z||pool-2-thread-9|||||INFO|500|| --> HTTP/1.1 200 OK 2023-02-22T12:50:52.607Z||pool-2-thread-4|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2023-02-22T12:50:52.608Z||pool-2-thread-4|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel. 2023-02-22T12:50:52.608Z||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 sXwXLxdJNt84opGN) ... 2023-02-22T12:50:52.609Z|b2eabbe6-119f-453f-ab8a-964c7eb54eeb|pool-2-thread-2|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2023-02-22T12:50:52.609Z|b2eabbe6-119f-453f-ab8a-964c7eb54eeb|pool-2-thread-2|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel. 2023-02-22T12:50:52.609Z|b2eabbe6-119f-453f-ab8a-964c7eb54eeb|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 sXwXLxdJNt84opGN) ... 2023-02-22T12:51:02.180Z|b2eabbe6-119f-453f-ab8a-964c7eb54eeb|pool-2-thread-2|||||INFO|500|| --> HTTP/1.1 200 OK 2023-02-22T12:51:02.180Z||pool-2-thread-4|||||INFO|500|| --> HTTP/1.1 200 OK 2023-02-22T12:51:52.607Z||pool-2-thread-4|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2023-02-22T12:51:52.608Z||pool-2-thread-4|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel. 2023-02-22T12:51:52.608Z||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 sXwXLxdJNt84opGN) ... 2023-02-22T12:51:52.609Z|b2eabbe6-119f-453f-ab8a-964c7eb54eeb|pool-2-thread-2|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2023-02-22T12:51:52.609Z|b2eabbe6-119f-453f-ab8a-964c7eb54eeb|pool-2-thread-2|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel. 2023-02-22T12:51:52.609Z|b2eabbe6-119f-453f-ab8a-964c7eb54eeb|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 sXwXLxdJNt84opGN) ... 2023-02-22T12:52:02.199Z|b2eabbe6-119f-453f-ab8a-964c7eb54eeb|pool-2-thread-2|||||INFO|500|| --> HTTP/1.1 200 OK 2023-02-22T12:52:02.208Z||pool-2-thread-4|||||INFO|500|| --> HTTP/1.1 200 OK 2023-02-22T12:52:52.607Z||pool-2-thread-4|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2023-02-22T12:52:52.609Z||pool-2-thread-4|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel. 2023-02-22T12:52:52.609Z||pool-2-thread-1|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2023-02-22T12:52:52.609Z||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 sXwXLxdJNt84opGN) ... 2023-02-22T12:52:52.609Z||pool-2-thread-1|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel. 2023-02-22T12:52:52.610Z||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 sXwXLxdJNt84opGN) ... 2023-02-22T12:53:02.207Z||pool-2-thread-4|||||INFO|500|| --> HTTP/1.1 200 OK 2023-02-22T12:53:02.218Z||pool-2-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK 2023-02-22T12:53:52.607Z||pool-2-thread-4|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2023-02-22T12:53:52.608Z||pool-2-thread-4|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel. 2023-02-22T12:53:52.608Z||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 sXwXLxdJNt84opGN) ... 2023-02-22T12:53:52.609Z||pool-2-thread-9|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2023-02-22T12:53:52.609Z||pool-2-thread-9|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel. 2023-02-22T12:53:52.609Z||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 sXwXLxdJNt84opGN) ... 2023-02-22T12:54:02.160Z||pool-2-thread-9|||||INFO|500|| --> HTTP/1.1 200 OK 2023-02-22T12:54:02.167Z||pool-2-thread-4|||||INFO|500|| --> HTTP/1.1 200 OK 2023-02-22T12:54:52.607Z||pool-2-thread-4|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2023-02-22T12:54:52.608Z||pool-2-thread-4|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel. 2023-02-22T12:54:52.608Z||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 sXwXLxdJNt84opGN) ... 2023-02-22T12:54:52.609Z||pool-2-thread-9|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2023-02-22T12:54:52.609Z||pool-2-thread-9|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel. 2023-02-22T12:54:52.610Z||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 sXwXLxdJNt84opGN) ... 2023-02-22T12:55:02.159Z||pool-2-thread-9|||||INFO|500|| --> HTTP/1.1 200 OK 2023-02-22T12:55:02.163Z||pool-2-thread-4|||||INFO|500|| --> HTTP/1.1 200 OK 2023-02-22T12:55:52.607Z||pool-2-thread-4|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2023-02-22T12:55:52.609Z||pool-2-thread-4|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel. 2023-02-22T12:55:52.609Z||pool-2-thread-9|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2023-02-22T12:55:52.609Z||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 sXwXLxdJNt84opGN) ... 2023-02-22T12:55:52.609Z||pool-2-thread-9|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel. 2023-02-22T12:55:52.609Z||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 sXwXLxdJNt84opGN) ... 2023-02-22T12:56:02.156Z||pool-2-thread-9|||||INFO|500|| --> HTTP/1.1 200 OK 2023-02-22T12:56:02.162Z||pool-2-thread-4|||||INFO|500|| --> HTTP/1.1 200 OK 2023-02-22T12:56:52.607Z||pool-2-thread-4|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2023-02-22T12:56:52.608Z||pool-2-thread-4|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel. 2023-02-22T12:56:52.608Z||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 sXwXLxdJNt84opGN) ... 2023-02-22T12:56:52.609Z||pool-2-thread-9|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2023-02-22T12:56:52.609Z||pool-2-thread-9|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel. 2023-02-22T12:56:52.609Z||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 sXwXLxdJNt84opGN) ... 2023-02-22T12:57:02.155Z||pool-2-thread-9|||||INFO|500|| --> HTTP/1.1 200 OK 2023-02-22T12:57:02.165Z||pool-2-thread-4|||||INFO|500|| --> HTTP/1.1 200 OK 2023-02-22T12:57:52.607Z||pool-2-thread-4|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2023-02-22T12:57:52.608Z||pool-2-thread-4|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel. 2023-02-22T12:57:52.608Z||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 sXwXLxdJNt84opGN) ... 2023-02-22T12:57:52.609Z||pool-2-thread-7|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2023-02-22T12:57:52.609Z||pool-2-thread-7|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel. 2023-02-22T12:57:52.609Z||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 sXwXLxdJNt84opGN) ... 2023-02-22T12:58:02.200Z||pool-2-thread-4|||||INFO|500|| --> HTTP/1.1 200 OK 2023-02-22T12:58:02.219Z||pool-2-thread-7|||||INFO|500|| --> HTTP/1.1 200 OK 2023-02-22T12:58:52.607Z||pool-2-thread-4|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2023-02-22T12:58:52.608Z||pool-2-thread-4|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel. 2023-02-22T12:58:52.608Z||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 sXwXLxdJNt84opGN) ... 2023-02-22T12:58:52.609Z|b2eabbe6-119f-453f-ab8a-964c7eb54eeb|pool-2-thread-2|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2023-02-22T12:58:52.609Z|b2eabbe6-119f-453f-ab8a-964c7eb54eeb|pool-2-thread-2|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel. 2023-02-22T12:58:52.609Z|b2eabbe6-119f-453f-ab8a-964c7eb54eeb|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 sXwXLxdJNt84opGN) ... 2023-02-22T12:59:02.166Z||pool-2-thread-4|||||INFO|500|| --> HTTP/1.1 200 OK 2023-02-22T12:59:02.168Z|b2eabbe6-119f-453f-ab8a-964c7eb54eeb|pool-2-thread-2|||||INFO|500|| --> HTTP/1.1 200 OK 2023-02-22T12:59:52.607Z||pool-2-thread-4|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2023-02-22T12:59:52.608Z||pool-2-thread-4|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel. 2023-02-22T12:59:52.608Z||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 sXwXLxdJNt84opGN) ... 2023-02-22T12:59:52.609Z||pool-2-thread-1|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2023-02-22T12:59:52.610Z||pool-2-thread-1|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel. 2023-02-22T12:59:52.610Z||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 sXwXLxdJNt84opGN) ... 2023-02-22T13:00:02.176Z||pool-2-thread-4|||||INFO|500|| --> HTTP/1.1 200 OK 2023-02-22T13:00:02.180Z||pool-2-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK 2023-02-22T13:00:52.607Z||pool-2-thread-4|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2023-02-22T13:00:52.608Z||pool-2-thread-4|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel. 2023-02-22T13:00:52.608Z||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 sXwXLxdJNt84opGN) ... 2023-02-22T13:00:52.609Z||pool-2-thread-8|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2023-02-22T13:00:52.609Z||pool-2-thread-8|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel. 2023-02-22T13:00:52.610Z||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 sXwXLxdJNt84opGN) ... 2023-02-22T13:01:02.171Z||pool-2-thread-8|||||INFO|500|| --> HTTP/1.1 200 OK 2023-02-22T13:01:02.180Z||pool-2-thread-4|||||INFO|500|| --> HTTP/1.1 200 OK 2023-02-22T13:01:52.607Z||pool-2-thread-4|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2023-02-22T13:01:52.608Z||pool-2-thread-4|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel. 2023-02-22T13:01:52.608Z||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 sXwXLxdJNt84opGN) ... 2023-02-22T13:01:52.609Z||pool-2-thread-10|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2023-02-22T13:01:52.609Z||pool-2-thread-10|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel. 2023-02-22T13:01:52.610Z||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 sXwXLxdJNt84opGN) ... 2023-02-22T13:02:02.156Z||pool-2-thread-10|||||INFO|500|| --> HTTP/1.1 200 OK 2023-02-22T13:02:02.156Z||pool-2-thread-4|||||INFO|500|| --> HTTP/1.1 200 OK 2023-02-22T13:02:52.607Z||pool-2-thread-4|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2023-02-22T13:02:52.608Z||pool-2-thread-4|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel. 2023-02-22T13:02:52.608Z||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 sXwXLxdJNt84opGN) ... 2023-02-22T13:02:52.609Z|b2eabbe6-119f-453f-ab8a-964c7eb54eeb|pool-2-thread-2|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2023-02-22T13:02:52.609Z|b2eabbe6-119f-453f-ab8a-964c7eb54eeb|pool-2-thread-2|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel. 2023-02-22T13:02:52.610Z|b2eabbe6-119f-453f-ab8a-964c7eb54eeb|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 sXwXLxdJNt84opGN) ... 2023-02-22T13:03:02.172Z|b2eabbe6-119f-453f-ab8a-964c7eb54eeb|pool-2-thread-2|||||INFO|500|| --> HTTP/1.1 200 OK 2023-02-22T13:03:02.172Z||pool-2-thread-4|||||INFO|500|| --> HTTP/1.1 200 OK 2023-02-22T13:03:52.607Z||pool-2-thread-4|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2023-02-22T13:03:52.608Z||pool-2-thread-4|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel. 2023-02-22T13:03:52.608Z||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 sXwXLxdJNt84opGN) ... 2023-02-22T13:03:52.609Z||pool-2-thread-1|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2023-02-22T13:03:52.610Z||pool-2-thread-1|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel. 2023-02-22T13:03:52.610Z||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 sXwXLxdJNt84opGN) ... 2023-02-22T13:04:02.156Z||pool-2-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK 2023-02-22T13:04:02.165Z||pool-2-thread-4|||||INFO|500|| --> HTTP/1.1 200 OK 2023-02-22T13:04:52.607Z||pool-2-thread-9|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2023-02-22T13:04:52.608Z||pool-2-thread-9|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel. 2023-02-22T13:04:52.608Z||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 sXwXLxdJNt84opGN) ... 2023-02-22T13:04:52.609Z||pool-2-thread-8|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2023-02-22T13:04:52.609Z||pool-2-thread-8|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel. 2023-02-22T13:04:52.609Z||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 sXwXLxdJNt84opGN) ... 2023-02-22T13:05:02.157Z||pool-2-thread-9|||||INFO|500|| --> HTTP/1.1 200 OK 2023-02-22T13:05:02.157Z||pool-2-thread-8|||||INFO|500|| --> HTTP/1.1 200 OK 2023-02-22T13:05:52.607Z||pool-2-thread-9|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2023-02-22T13:05:52.608Z||pool-2-thread-9|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel. 2023-02-22T13:05:52.608Z||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 sXwXLxdJNt84opGN) ... 2023-02-22T13:05:52.609Z|31ff78bd-392d-40e2-8e4f-dc0c7bf43485|pool-2-thread-3|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2023-02-22T13:05:52.609Z|31ff78bd-392d-40e2-8e4f-dc0c7bf43485|pool-2-thread-3|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel. 2023-02-22T13:05:52.609Z|31ff78bd-392d-40e2-8e4f-dc0c7bf43485|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 sXwXLxdJNt84opGN) ... 2023-02-22T13:06:02.159Z||pool-2-thread-9|||||INFO|500|| --> HTTP/1.1 200 OK 2023-02-22T13:06:02.159Z|31ff78bd-392d-40e2-8e4f-dc0c7bf43485|pool-2-thread-3|||||INFO|500|| --> HTTP/1.1 200 OK 2023-02-22T13:06:52.607Z||pool-2-thread-9|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2023-02-22T13:06:52.608Z||pool-2-thread-9|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel. 2023-02-22T13:06:52.609Z||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 sXwXLxdJNt84opGN) ... 2023-02-22T13:06:52.609Z|b2eabbe6-119f-453f-ab8a-964c7eb54eeb|pool-2-thread-2|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2023-02-22T13:06:52.609Z|b2eabbe6-119f-453f-ab8a-964c7eb54eeb|pool-2-thread-2|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel. 2023-02-22T13:06:52.609Z|b2eabbe6-119f-453f-ab8a-964c7eb54eeb|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 sXwXLxdJNt84opGN) ... 2023-02-22T13:07:02.156Z||pool-2-thread-9|||||INFO|500|| --> HTTP/1.1 200 OK 2023-02-22T13:07:02.161Z|b2eabbe6-119f-453f-ab8a-964c7eb54eeb|pool-2-thread-2|||||INFO|500|| --> HTTP/1.1 200 OK 2023-02-22T13:07:52.607Z||pool-2-thread-9|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2023-02-22T13:07:52.608Z||pool-2-thread-9|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel. 2023-02-22T13:07:52.608Z||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 sXwXLxdJNt84opGN) ... 2023-02-22T13:07:52.609Z||pool-2-thread-6|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2023-02-22T13:07:52.610Z||pool-2-thread-6|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel. 2023-02-22T13:07:52.610Z||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 sXwXLxdJNt84opGN) ... 2023-02-22T13:08:02.153Z||pool-2-thread-6|||||INFO|500|| --> HTTP/1.1 200 OK 2023-02-22T13:08:02.191Z||pool-2-thread-9|||||INFO|500|| --> HTTP/1.1 200 OK 2023-02-22T13:08:52.607Z||pool-2-thread-9|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2023-02-22T13:08:52.608Z||pool-2-thread-9|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel. 2023-02-22T13:08:52.608Z||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 sXwXLxdJNt84opGN) ... 2023-02-22T13:08:52.609Z||pool-2-thread-6|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2023-02-22T13:08:52.609Z||pool-2-thread-6|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel. 2023-02-22T13:08:52.609Z||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 sXwXLxdJNt84opGN) ... 2023-02-22T13:09:02.154Z||pool-2-thread-6|||||INFO|500|| --> HTTP/1.1 200 OK 2023-02-22T13:09:02.161Z||pool-2-thread-9|||||INFO|500|| --> HTTP/1.1 200 OK 2023-02-22T13:09:52.607Z||pool-2-thread-9|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2023-02-22T13:09:52.608Z||pool-2-thread-9|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel. 2023-02-22T13:09:52.608Z||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 sXwXLxdJNt84opGN) ... 2023-02-22T13:09:52.609Z||pool-2-thread-10|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2023-02-22T13:09:52.609Z||pool-2-thread-10|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel. 2023-02-22T13:09:52.609Z||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 sXwXLxdJNt84opGN) ... 2023-02-22T13:10:02.180Z||pool-2-thread-10|||||INFO|500|| --> HTTP/1.1 200 OK 2023-02-22T13:10:02.180Z||pool-2-thread-9|||||INFO|500|| --> HTTP/1.1 200 OK 2023-02-22T13:10:52.607Z||pool-2-thread-9|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2023-02-22T13:10:52.608Z||pool-2-thread-9|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel. 2023-02-22T13:10:52.608Z||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 sXwXLxdJNt84opGN) ... 2023-02-22T13:10:52.609Z||pool-2-thread-10|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2023-02-22T13:10:52.609Z||pool-2-thread-10|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel. 2023-02-22T13:10:52.609Z||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 sXwXLxdJNt84opGN) ... 2023-02-22T13:11:02.177Z||pool-2-thread-9|||||INFO|500|| --> HTTP/1.1 200 OK 2023-02-22T13:11:02.177Z||pool-2-thread-10|||||INFO|500|| --> HTTP/1.1 200 OK 2023-02-22T13:11:52.607Z||pool-2-thread-9|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2023-02-22T13:11:52.608Z||pool-2-thread-9|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel. 2023-02-22T13:11:52.608Z||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 sXwXLxdJNt84opGN) ... 2023-02-22T13:11:52.609Z||pool-2-thread-8|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2023-02-22T13:11:52.610Z||pool-2-thread-8|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel. 2023-02-22T13:11:52.610Z||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 sXwXLxdJNt84opGN) ... 2023-02-22T13:12:02.162Z||pool-2-thread-8|||||INFO|500|| --> HTTP/1.1 200 OK 2023-02-22T13:12:02.162Z||pool-2-thread-9|||||INFO|500|| --> HTTP/1.1 200 OK 2023-02-22T13:12:52.607Z||pool-2-thread-9|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2023-02-22T13:12:52.608Z||pool-2-thread-9|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel. 2023-02-22T13:12:52.608Z||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 sXwXLxdJNt84opGN) ... 2023-02-22T13:12:52.609Z||pool-2-thread-8|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2023-02-22T13:12:52.609Z||pool-2-thread-8|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel. 2023-02-22T13:12:52.609Z||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 sXwXLxdJNt84opGN) ... 2023-02-22T13:13:02.160Z||pool-2-thread-9|||||INFO|500|| --> HTTP/1.1 200 OK 2023-02-22T13:13:02.172Z||pool-2-thread-8|||||INFO|500|| --> HTTP/1.1 200 OK 2023-02-22T13:13:52.607Z||pool-2-thread-9|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2023-02-22T13:13:52.608Z||pool-2-thread-9|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel. 2023-02-22T13:13:52.608Z||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 sXwXLxdJNt84opGN) ... 2023-02-22T13:13:52.609Z||pool-2-thread-4|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2023-02-22T13:13:52.609Z||pool-2-thread-4|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel. 2023-02-22T13:13:52.609Z||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 sXwXLxdJNt84opGN) ... 2023-02-22T13:14:02.148Z||pool-2-thread-9|||||INFO|500|| --> HTTP/1.1 200 OK 2023-02-22T13:14:02.149Z||pool-2-thread-4|||||INFO|500|| --> HTTP/1.1 200 OK 2023-02-22T13:14:52.607Z||pool-2-thread-9|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2023-02-22T13:14:52.608Z||pool-2-thread-9|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel. 2023-02-22T13:14:52.608Z||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 sXwXLxdJNt84opGN) ... 2023-02-22T13:14:52.609Z||pool-2-thread-7|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2023-02-22T13:14:52.609Z||pool-2-thread-7|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel. 2023-02-22T13:14:52.609Z||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 sXwXLxdJNt84opGN) ... 2023-02-22T13:15:02.188Z||pool-2-thread-7|||||INFO|500|| --> HTTP/1.1 200 OK 2023-02-22T13:15:02.190Z||pool-2-thread-9|||||INFO|500|| --> HTTP/1.1 200 OK