JVM Arguments: -Dspring.profiles.active=basic -Djava.security.egd=file:/dev/./urandom -Dlogs_dir=./logs/sdc/ -Dlogging.config=/app/logback-spring.xml -Djavax.net.ssl.trustStore=/opt/app/osaaf/local/truststoreONAPall.jks -Djavax.net.ssl.trustStorePassword=changeit -Dspring.config.additional-location=/app/config/override.yaml . ____ _ __ _ _ /\\ / ___'_ __ _ _(_)_ __ __ _ \ \ \ \ ( ( )\___ | '_ | '_| | '_ \/ _` | \ \ \ \ \\/ ___)| |_)| | | | | || (_| | ) ) ) ) ' |____| .__|_| |_|_| |_\__, | / / / / =========|_|==============|___/=/_/_/_/ :: Spring Boot :: (v2.3.7.RELEASE) 2021-05-05T00:25:58.099Z||main|||||INFO|500||Starting Application on onap-so-sdc-controller-7b8597d554-mtvlj with PID 14 (/app/app.jar started by so in /app) 2021-05-05T00:25:58.104Z||main|||||DEBUG|500||Running with Spring Boot v2.3.7.RELEASE, Spring v5.2.12.RELEASE 2021-05-05T00:25:58.104Z||main|||||INFO|500||The following profiles are active: basic 2021-05-05T00:26:04.580Z||main|||||INFO|500||Starting service [Tomcat] 2021-05-05T00:26:04.580Z||main|||||INFO|500||Starting Servlet engine: [Apache Tomcat/9.0.41] 2021-05-05T00:26:04.699Z||main|||||INFO|500||Initializing Spring embedded WebApplicationContext 2021-05-05T00:26:06.022Z||main|||||INFO|500||catdb-pool - Starting... 2021-05-05T00:26:06.241Z||main|||||INFO|500||catdb-pool - Start completed. 2021-05-05T00:26:06.571Z||main|||||INFO|500||reqdb-pool - Starting... 2021-05-05T00:26:06.578Z||main|||||INFO|500||reqdb-pool - Start completed. 2021-05-05T00:26:06.648Z||main|||||INFO|500||HHH000204: Processing PersistenceUnitInfo [name: requestDB] 2021-05-05T00:26:06.767Z||main|||||INFO|500||HHH000412: Hibernate ORM core version 5.4.25.Final 2021-05-05T00:26:07.148Z||main|||||INFO|500||HCANN000001: Hibernate Commons Annotations {5.1.2.Final} 2021-05-05T00:26:07.808Z||main|||||INFO|500||HHH000400: Using dialect: org.hibernate.dialect.MariaDB103Dialect 2021-05-05T00:26:09.840Z||main|||||INFO|500||HHH000490: Using JtaPlatform implementation: [org.hibernate.engine.transaction.jta.platform.internal.NoJtaPlatform] 2021-05-05T00:26:09.876Z||main|||||INFO|500||HHH000204: Processing PersistenceUnitInfo [name: catalogDB] 2021-05-05T00:26:10.153Z||main|||||INFO|500||HHH000400: Using dialect: org.hibernate.dialect.MariaDB103Dialect 2021-05-05T00:26:10.303Z||main|||||WARN|500||HHH000491: The [heatTemplates] association in the [org.onap.so.db.catalog.beans.VnfResource] entity uses both @NotFound(action = NotFoundAction.IGNORE) and FetchType.LAZY. The NotFoundAction.IGNORE @ManyToOne and @OneToOne associations are always fetched eagerly. 2021-05-05T00:26:11.355Z||main|||||INFO|500||HHH000490: Using JtaPlatform implementation: [org.hibernate.engine.transaction.jta.platform.internal.NoJtaPlatform] 2021-05-05T00:26:12.203Z||main|||||DEBUG|500||SDC ActivitySpec endpoint: http://sdc-wfd-be:8080 2021-05-05T00:26:12.221Z||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$$4d2c999b.deployActivities() at org.onap.so.asdc.Application.deployActivities(Application.java:52) at java.base/jdk.internal.reflect.NativeMethodAccessorImpl.invoke0(Native Method) at java.base/jdk.internal.reflect.NativeMethodAccessorImpl.invoke(Unknown Source) at java.base/jdk.internal.reflect.DelegatingMethodAccessorImpl.invoke(Unknown Source) at java.base/java.lang.reflect.Method.invoke(Unknown Source) at org.springframework.beans.factory.annotation.InitDestroyAnnotationBeanPostProcessor$LifecycleElement.invoke(InitDestroyAnnotationBeanPostProcessor.java:389) at org.springframework.beans.factory.annotation.InitDestroyAnnotationBeanPostProcessor$LifecycleMetadata.invokeInitMethods(InitDestroyAnnotationBeanPostProcessor.java:333) at org.springframework.beans.factory.annotation.InitDestroyAnnotationBeanPostProcessor.postProcessBeforeInitialization(InitDestroyAnnotationBeanPostProcessor.java:157) at org.springframework.beans.factory.support.AbstractAutowireCapableBeanFactory.applyBeanPostProcessorsBeforeInitialization(AbstractAutowireCapableBeanFactory.java:415) at org.springframework.beans.factory.support.AbstractAutowireCapableBeanFactory.initializeBean(AbstractAutowireCapableBeanFactory.java:1786) at org.springframework.beans.factory.support.AbstractAutowireCapableBeanFactory.doCreateBean(AbstractAutowireCapableBeanFactory.java:594) at org.springframework.beans.factory.support.AbstractAutowireCapableBeanFactory.createBean(AbstractAutowireCapableBeanFactory.java:516) at org.springframework.beans.factory.support.AbstractBeanFactory.lambda$doGetBean$0(AbstractBeanFactory.java:324) at org.springframework.beans.factory.support.DefaultSingletonBeanRegistry.getSingleton(DefaultSingletonBeanRegistry.java:234) at org.springframework.beans.factory.support.AbstractBeanFactory.doGetBean(AbstractBeanFactory.java:322) at org.springframework.beans.factory.support.AbstractBeanFactory.getBean(AbstractBeanFactory.java:202) at org.springframework.beans.factory.support.DefaultListableBeanFactory.preInstantiateSingletons(DefaultListableBeanFactory.java:897) at org.springframework.context.support.AbstractApplicationContext.finishBeanFactoryInitialization(AbstractApplicationContext.java:879) at org.springframework.context.support.AbstractApplicationContext.refresh(AbstractApplicationContext.java:551) at org.springframework.boot.web.servlet.context.ServletWebServerApplicationContext.refresh(ServletWebServerApplicationContext.java:143) at org.springframework.boot.SpringApplication.refresh(SpringApplication.java:758) at org.springframework.boot.SpringApplication.refresh(SpringApplication.java:750) at org.springframework.boot.SpringApplication.refreshContext(SpringApplication.java:405) at org.springframework.boot.SpringApplication.run(SpringApplication.java:315) at org.springframework.boot.SpringApplication.run(SpringApplication.java:1237) at org.springframework.boot.SpringApplication.run(SpringApplication.java:1226) at org.onap.so.asdc.Application.main(Application.java:60) at java.base/jdk.internal.reflect.NativeMethodAccessorImpl.invoke0(Native Method) at java.base/jdk.internal.reflect.NativeMethodAccessorImpl.invoke(Unknown Source) at java.base/jdk.internal.reflect.DelegatingMethodAccessorImpl.invoke(Unknown Source) at java.base/java.lang.reflect.Method.invoke(Unknown Source) at org.springframework.boot.loader.MainMethodRunner.run(MainMethodRunner.java:49) at org.springframework.boot.loader.Launcher.launch(Launcher.java:107) at org.springframework.boot.loader.Launcher.launch(Launcher.java:58) at org.springframework.boot.loader.JarLauncher.main(JarLauncher.java:88) 2021-05-05T00:26:12.221Z||main|||||WARN|500||The sdc end point is not alive 2021-05-05T00:26:14.433Z||main|||||WARN|500||spring.jpa.open-in-view is enabled by default. Therefore, database queries may be performed during view rendering. Explicitly configure spring.jpa.open-in-view to disable this warning 2021-05-05T00:26:16.621Z||main|||||WARN|500||--- 2021-05-05T00:26:16.621Z||main|||||WARN|500||Spring Data REST HAL Browser is deprecated! Prefer the HAL Explorer (artifactId: spring-data-rest-hal-explorer)! 2021-05-05T00:26:16.621Z||main|||||WARN|500||--- 2021-05-05T00:26:16.950Z||main|||||DEBUG|500||Injecting class org.onap.so.security.SoBasicHttpSecurityConfigurer configuration ... 2021-05-05T00:26:19.808Z||scheduling-1|||||INFO|500||org.onap.so.asdc.client.ASDCController not running will try to initialize it, currrent status: STOPPED 2021-05-05T00:26:19.810Z||main|||||INFO|500||Started Application in 23.555 seconds (JVM running for 24.665) 2021-05-05T00:26:19.811Z||scheduling-1|||||DEBUG|500||Initialize the ASDC Controller 2021-05-05T00:26:19.824Z||scheduling-1|||||INFO|500||DistributionClient - init 2021-05-05T00:26:19.872Z||scheduling-1|||||DEBUG|500||get ueb cluster server list from component(configuration file) 2021-05-05T00:26:19.954Z||scheduling-1|||||DEBUG|500||about to perform getServerList. requestId= 5fbc251b-45a3-4f16-802e-259b9885bc55 url= /sdc/v1/artifactTypes 2021-05-05T00:26:19.955Z||scheduling-1|||||DEBUG|500||url to send https://sdc-be.onap:8443/sdc/v1/artifactTypes 2021-05-05T00:26:21.070Z||scheduling-1|||||ERROR|500||failed to connect to url: /sdc/v1/artifactTypes org.apache.http.conn.HttpHostConnectException: Connect to sdc-be.onap:8443 [sdc-be.onap/10.233.5.197] failed: Connection refused (Connection refused) at org.apache.http.impl.conn.DefaultHttpClientConnectionOperator.connect(DefaultHttpClientConnectionOperator.java:156) at org.apache.http.impl.conn.PoolingHttpClientConnectionManager.connect(PoolingHttpClientConnectionManager.java:376) at org.apache.http.impl.execchain.MainClientExec.establishRoute(MainClientExec.java:393) at org.apache.http.impl.execchain.MainClientExec.execute(MainClientExec.java:236) at org.apache.http.impl.execchain.ProtocolExec.execute(ProtocolExec.java:186) at org.apache.http.impl.execchain.RetryExec.execute(RetryExec.java:89) at org.apache.http.impl.execchain.RedirectExec.execute(RedirectExec.java:110) at org.apache.http.impl.client.InternalHttpClient.doExecute(InternalHttpClient.java:185) at org.apache.http.impl.client.CloseableHttpClient.execute(CloseableHttpClient.java:83) at org.apache.http.impl.client.CloseableHttpClient.execute(CloseableHttpClient.java:108) at org.onap.sdc.http.HttpAsdcClient.getRequest(HttpAsdcClient.java:293) at org.onap.sdc.http.SdcConnectorClient.performAsdcServerRequest(SdcConnectorClient.java:128) at org.onap.sdc.http.SdcConnectorClient.getValidArtifactTypesList(SdcConnectorClient.java:96) at org.onap.sdc.impl.DistributionClientImpl.validateArtifactTypesWithAsdcServer(DistributionClientImpl.java:347) at org.onap.sdc.impl.DistributionClientImpl.init(DistributionClientImpl.java:293) at org.onap.sdc.impl.DistributionClientImpl.init(DistributionClientImpl.java:266) at org.onap.so.asdc.client.ASDCController.initASDC(ASDCController.java:229) at org.onap.so.asdc.ASDCControllerSingleton.periodicControllerTask(ASDCControllerSingleton.java:61) 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.scheduling.support.ScheduledMethodRunnable.run(ScheduledMethodRunnable.java:84) at org.springframework.scheduling.support.DelegatingErrorHandlingRunnable.run(DelegatingErrorHandlingRunnable.java:54) 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) Caused by: 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.SocksSocketImpl.connect(Unknown Source) at java.base/java.net.Socket.connect(Unknown Source) at org.apache.http.conn.ssl.SSLConnectionSocketFactory.connectSocket(SSLConnectionSocketFactory.java:368) at org.apache.http.impl.conn.DefaultHttpClientConnectionOperator.connect(DefaultHttpClientConnectionOperator.java:142) ... 29 common frames omitted 2021-05-05T00:26:21.076Z||scheduling-1|||||ERROR|500||status from ASDC is org.onap.sdc.http.HttpAsdcResponse@30255bdf 2021-05-05T00:26:21.077Z||scheduling-1|||||ERROR|500||DistributionClientResultImpl [responseStatus=ASDC_CONNECTION_FAILED, responseMessage=ASDC server problem] 2021-05-05T00:26:21.086Z||scheduling-1|||||DEBUG|500||error from ASDC is: failed to connect 2021-05-05T00:26:21.088Z||scheduling-1|||||DEBUG|500||ASDC distribution client init failed with reason:ASDC server problem 2021-05-05T00:26:21.090Z||scheduling-1|||||ERROR|500||Unexpected error occurred in scheduled task org.onap.logging.filter.base.ScheduledTaskException: Initialization of the ASDC Controller failed with reason: ASDC server problem at org.onap.so.asdc.ASDCControllerSingleton.periodicControllerTask(ASDCControllerSingleton.java:64) 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.scheduling.support.ScheduledMethodRunnable.run(ScheduledMethodRunnable.java:84) at org.springframework.scheduling.support.DelegatingErrorHandlingRunnable.run(DelegatingErrorHandlingRunnable.java:54) 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) Caused by: org.onap.so.asdc.client.exceptions.ASDCControllerException: Initialization of the ASDC Controller failed with reason: ASDC server problem at org.onap.so.asdc.client.ASDCController.initASDC(ASDCController.java:236) at org.onap.so.asdc.ASDCControllerSingleton.periodicControllerTask(ASDCControllerSingleton.java:61) ... 12 common frames omitted 2021-05-05T00:27:09.802Z||scheduling-1|||||INFO|500||org.onap.so.asdc.client.ASDCController not running will try to initialize it, currrent status: STOPPED 2021-05-05T00:27:09.802Z||scheduling-1|||||DEBUG|500||Initialize the ASDC Controller 2021-05-05T00:27:09.803Z||scheduling-1|||||INFO|500||DistributionClient - init 2021-05-05T00:27:09.806Z||scheduling-1|||||DEBUG|500||get ueb cluster server list from component(configuration file) 2021-05-05T00:27:09.813Z||scheduling-1|||||DEBUG|500||about to perform getServerList. requestId= f60ac3b4-8b20-4ee6-bfa1-e4f130ed9b0c url= /sdc/v1/artifactTypes 2021-05-05T00:27:09.814Z||scheduling-1|||||DEBUG|500||url to send https://sdc-be.onap:8443/sdc/v1/artifactTypes 2021-05-05T00:27:10.258Z||scheduling-1|||||DEBUG|500||GET Response Status 200 2021-05-05T00:27:10.264Z||scheduling-1|||||DEBUG|500||Artifact types: [HEAT, HEAT_ARTIFACT, HEAT_ENV, HEAT_NESTED, HEAT_NET, HEAT_VOL, OTHER, TOSCA_CSAR, VF_MODULES_METADATA, WORKFLOW, CLOUD_TECHNOLOGY_SPECIFIC_ARTIFACT, HELM] were validated with ASDC server 2021-05-05T00:27:10.284Z||scheduling-1|||||DEBUG|500||create keys 2021-05-05T00:27:10.291Z||scheduling-1|||||INFO|500||POST http://message-router.onap:3904/apiKeys/create (anonymous) ... 2021-05-05T00:27:10.336Z||scheduling-1|||||INFO|500|| --> HTTP/1.1 200 OK 2021-05-05T00:27:10.398Z||scheduling-1|||||DEBUG|500||about to perform registerAsdcTopics. requestId= 7f716020-7834-4fdf-ab73-c4638b1ce3fd url= /sdc/v1/registerForDistribution 2021-05-05T00:27:10.714Z||scheduling-1|||||DEBUG|500||registerAsdcTopics response= 200. requestId= 7f716020-7834-4fdf-ab73-c4638b1ce3fd url= /sdc/v1/registerForDistribution 2021-05-05T00:27:10.715Z||scheduling-1|||||INFO|500||start DistributionClient 2021-05-05T00:27:10.727Z||pool-2-thread-2|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2021-05-05T00:27:10.727Z||pool-2-thread-1|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2021-05-05T00:27:10.730Z||scheduling-1|||||INFO|500||ASDC_INIT_ASDC_CLIENT_SUC ASDC changeControllerStatus 2021-05-05T00:27:10.734Z||pool-2-thread-1|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel. 2021-05-05T00:27:10.734Z||pool-2-thread-2|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel. 2021-05-05T00:27:10.734Z||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 a4LkjAbl6YzsGxek) ... 2021-05-05T00:27:10.734Z||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 a4LkjAbl6YzsGxek) ... 2021-05-05T00:27:20.977Z||pool-2-thread-2|||||INFO|500|| --> HTTP/1.1 200 OK 2021-05-05T00:27:20.982Z||pool-2-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK 2021-05-05T00:28:10.724Z||pool-2-thread-2|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2021-05-05T00:28:10.725Z||pool-2-thread-2|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel. 2021-05-05T00:28:10.725Z||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 a4LkjAbl6YzsGxek) ... 2021-05-05T00:28:10.726Z||pool-2-thread-3|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2021-05-05T00:28:10.727Z||pool-2-thread-3|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel. 2021-05-05T00:28:10.727Z||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 a4LkjAbl6YzsGxek) ... 2021-05-05T00:28:20.279Z||pool-2-thread-3|||||INFO|500|| --> HTTP/1.1 200 OK 2021-05-05T00:28:20.279Z||pool-2-thread-2|||||INFO|500|| --> HTTP/1.1 200 OK 2021-05-05T00:29:10.724Z||pool-2-thread-1|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2021-05-05T00:29:10.725Z||pool-2-thread-1|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel. 2021-05-05T00:29:10.725Z||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 a4LkjAbl6YzsGxek) ... 2021-05-05T00:29:10.726Z||pool-2-thread-4|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2021-05-05T00:29:10.727Z||pool-2-thread-4|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel. 2021-05-05T00:29:10.727Z||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 a4LkjAbl6YzsGxek) ... 2021-05-05T00:29:20.276Z||pool-2-thread-4|||||INFO|500|| --> HTTP/1.1 200 OK 2021-05-05T00:29:20.283Z||pool-2-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK 2021-05-05T00:30:10.724Z||pool-2-thread-5|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2021-05-05T00:30:10.725Z||pool-2-thread-5|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel. 2021-05-05T00:30:10.725Z||pool-2-thread-2|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2021-05-05T00:30:10.726Z||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 a4LkjAbl6YzsGxek) ... 2021-05-05T00:30:10.726Z||pool-2-thread-2|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel. 2021-05-05T00:30:10.726Z||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 a4LkjAbl6YzsGxek) ... 2021-05-05T00:30:20.276Z||pool-2-thread-2|||||INFO|500|| --> HTTP/1.1 200 OK 2021-05-05T00:30:20.276Z||pool-2-thread-5|||||INFO|500|| --> HTTP/1.1 200 OK 2021-05-05T00:31:10.724Z||pool-2-thread-9|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2021-05-05T00:31:10.725Z||pool-2-thread-9|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel. 2021-05-05T00:31:10.726Z||pool-2-thread-6|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2021-05-05T00:31:10.726Z||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 a4LkjAbl6YzsGxek) ... 2021-05-05T00:31:10.727Z||pool-2-thread-6|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel. 2021-05-05T00:31:10.727Z||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 a4LkjAbl6YzsGxek) ... 2021-05-05T00:31:20.272Z||pool-2-thread-9|||||INFO|500|| --> HTTP/1.1 200 OK 2021-05-05T00:31:20.273Z||pool-2-thread-6|||||INFO|500|| --> HTTP/1.1 200 OK 2021-05-05T00:32:10.724Z||pool-2-thread-9|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2021-05-05T00:32:10.725Z||pool-2-thread-9|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel. 2021-05-05T00:32:10.725Z||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 a4LkjAbl6YzsGxek) ... 2021-05-05T00:32:10.725Z||pool-2-thread-8|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2021-05-05T00:32:10.726Z||pool-2-thread-8|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel. 2021-05-05T00:32:10.726Z||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 a4LkjAbl6YzsGxek) ... 2021-05-05T00:32:20.266Z||pool-2-thread-9|||||INFO|500|| --> HTTP/1.1 200 OK 2021-05-05T00:32:20.266Z||pool-2-thread-8|||||INFO|500|| --> HTTP/1.1 200 OK 2021-05-05T00:33:10.724Z||pool-2-thread-9|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2021-05-05T00:33:10.725Z||pool-2-thread-9|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel. 2021-05-05T00:33:10.725Z||pool-2-thread-2|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2021-05-05T00:33:10.725Z||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 a4LkjAbl6YzsGxek) ... 2021-05-05T00:33:10.726Z||pool-2-thread-2|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel. 2021-05-05T00:33:10.726Z||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 a4LkjAbl6YzsGxek) ... 2021-05-05T00:33:20.272Z||pool-2-thread-9|||||INFO|500|| --> HTTP/1.1 200 OK 2021-05-05T00:33:20.274Z||pool-2-thread-2|||||INFO|500|| --> HTTP/1.1 200 OK 2021-05-05T00:34:10.724Z||pool-2-thread-9|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2021-05-05T00:34:10.724Z||pool-2-thread-9|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel. 2021-05-05T00:34:10.725Z||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 a4LkjAbl6YzsGxek) ... 2021-05-05T00:34:10.725Z||pool-2-thread-5|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2021-05-05T00:34:10.727Z||pool-2-thread-5|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel. 2021-05-05T00:34:10.728Z||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 a4LkjAbl6YzsGxek) ... 2021-05-05T00:34:20.268Z||pool-2-thread-5|||||INFO|500|| --> HTTP/1.1 200 OK 2021-05-05T00:34:20.270Z||pool-2-thread-9|||||INFO|500|| --> HTTP/1.1 200 OK 2021-05-05T00:35:10.724Z||pool-2-thread-9|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2021-05-05T00:35:10.725Z||pool-2-thread-9|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel. 2021-05-05T00:35:10.725Z||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 a4LkjAbl6YzsGxek) ... 2021-05-05T00:35:10.725Z||pool-2-thread-1|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2021-05-05T00:35:10.726Z||pool-2-thread-1|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel. 2021-05-05T00:35:10.726Z||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 a4LkjAbl6YzsGxek) ... 2021-05-05T00:35:20.267Z||pool-2-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK 2021-05-05T00:35:20.268Z||pool-2-thread-9|||||INFO|500|| --> HTTP/1.1 200 OK 2021-05-05T00:36:10.724Z||pool-2-thread-9|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2021-05-05T00:36:10.725Z||pool-2-thread-9|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel. 2021-05-05T00:36:10.725Z||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 a4LkjAbl6YzsGxek) ... 2021-05-05T00:36:10.725Z||pool-2-thread-1|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2021-05-05T00:36:10.726Z||pool-2-thread-1|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel. 2021-05-05T00:36:10.726Z||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 a4LkjAbl6YzsGxek) ... 2021-05-05T00:36:20.267Z||pool-2-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK 2021-05-05T00:36:20.267Z||pool-2-thread-9|||||INFO|500|| --> HTTP/1.1 200 OK 2021-05-05T00:36:45.366Z||http-nio-8085-exec-1|||||INFO|500||Initializing Spring DispatcherServlet 'dispatcherServlet' 2021-05-05T00:37:10.724Z||pool-2-thread-2|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2021-05-05T00:37:10.725Z||pool-2-thread-2|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel. 2021-05-05T00:37:10.725Z||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 a4LkjAbl6YzsGxek) ... 2021-05-05T00:37:10.725Z||pool-2-thread-10|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2021-05-05T00:37:10.727Z||pool-2-thread-10|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel. 2021-05-05T00:37:10.727Z||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 a4LkjAbl6YzsGxek) ... 2021-05-05T00:37:20.268Z||pool-2-thread-2|||||INFO|500|| --> HTTP/1.1 200 OK 2021-05-05T00:37:20.270Z||pool-2-thread-10|||||INFO|500|| --> HTTP/1.1 200 OK 2021-05-05T00:38:10.724Z||pool-2-thread-2|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2021-05-05T00:38:10.725Z||pool-2-thread-5|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2021-05-05T00:38:10.725Z||pool-2-thread-2|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel. 2021-05-05T00:38:10.726Z||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 a4LkjAbl6YzsGxek) ... 2021-05-05T00:38:10.726Z||pool-2-thread-5|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel. 2021-05-05T00:38:10.726Z||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 a4LkjAbl6YzsGxek) ... 2021-05-05T00:38:20.267Z||pool-2-thread-2|||||INFO|500|| --> HTTP/1.1 200 OK 2021-05-05T00:38:20.269Z||pool-2-thread-5|||||INFO|500|| --> HTTP/1.1 200 OK 2021-05-05T00:39:10.724Z||pool-2-thread-2|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2021-05-05T00:39:10.725Z||pool-2-thread-2|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel. 2021-05-05T00:39:10.725Z||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 a4LkjAbl6YzsGxek) ... 2021-05-05T00:39:10.726Z||pool-2-thread-3|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2021-05-05T00:39:10.727Z||pool-2-thread-3|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel. 2021-05-05T00:39:10.727Z||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 a4LkjAbl6YzsGxek) ... 2021-05-05T00:39:20.264Z||pool-2-thread-2|||||INFO|500|| --> HTTP/1.1 200 OK 2021-05-05T00:39:20.266Z||pool-2-thread-3|||||INFO|500|| --> HTTP/1.1 200 OK 2021-05-05T00:40:10.724Z||pool-2-thread-2|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2021-05-05T00:40:10.725Z||pool-2-thread-2|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel. 2021-05-05T00:40:10.725Z||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 a4LkjAbl6YzsGxek) ... 2021-05-05T00:40:10.725Z||pool-2-thread-4|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2021-05-05T00:40:10.726Z||pool-2-thread-4|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel. 2021-05-05T00:40:10.726Z||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 a4LkjAbl6YzsGxek) ... 2021-05-05T00:40:20.265Z||pool-2-thread-4|||||INFO|500|| --> HTTP/1.1 200 OK 2021-05-05T00:40:20.265Z||pool-2-thread-2|||||INFO|500|| --> HTTP/1.1 200 OK 2021-05-05T00:41:10.724Z||pool-2-thread-2|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2021-05-05T00:41:10.725Z||pool-2-thread-2|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel. 2021-05-05T00:41:10.725Z||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 a4LkjAbl6YzsGxek) ... 2021-05-05T00:41:10.726Z||pool-2-thread-1|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2021-05-05T00:41:10.726Z||pool-2-thread-1|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel. 2021-05-05T00:41:10.726Z||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 a4LkjAbl6YzsGxek) ... 2021-05-05T00:41:20.269Z||pool-2-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK 2021-05-05T00:41:20.270Z||pool-2-thread-2|||||INFO|500|| --> HTTP/1.1 200 OK 2021-05-05T00:42:10.724Z||pool-2-thread-2|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2021-05-05T00:42:10.725Z||pool-2-thread-2|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel. 2021-05-05T00:42:10.725Z||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 a4LkjAbl6YzsGxek) ... 2021-05-05T00:42:10.726Z||pool-2-thread-6|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2021-05-05T00:42:10.727Z||pool-2-thread-6|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel. 2021-05-05T00:42:10.727Z||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 a4LkjAbl6YzsGxek) ... 2021-05-05T00:42:20.266Z||pool-2-thread-2|||||INFO|500|| --> HTTP/1.1 200 OK 2021-05-05T00:42:20.268Z||pool-2-thread-6|||||INFO|500|| --> HTTP/1.1 200 OK 2021-05-05T00:43:10.724Z||pool-2-thread-2|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2021-05-05T00:43:10.725Z||pool-2-thread-2|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel. 2021-05-05T00:43:10.725Z||pool-2-thread-8|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2021-05-05T00:43:10.726Z||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 a4LkjAbl6YzsGxek) ... 2021-05-05T00:43:10.726Z||pool-2-thread-8|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel. 2021-05-05T00:43:10.726Z||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 a4LkjAbl6YzsGxek) ... 2021-05-05T00:43:20.267Z||pool-2-thread-2|||||INFO|500|| --> HTTP/1.1 200 OK 2021-05-05T00:43:20.271Z||pool-2-thread-8|||||INFO|500|| --> HTTP/1.1 200 OK 2021-05-05T00:44:10.724Z||pool-2-thread-2|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2021-05-05T00:44:10.725Z||pool-2-thread-2|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel. 2021-05-05T00:44:10.725Z||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 a4LkjAbl6YzsGxek) ... 2021-05-05T00:44:10.725Z||pool-2-thread-9|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2021-05-05T00:44:10.726Z||pool-2-thread-9|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel. 2021-05-05T00:44:10.726Z||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 a4LkjAbl6YzsGxek) ... 2021-05-05T00:44:20.270Z||pool-2-thread-2|||||INFO|500|| --> HTTP/1.1 200 OK 2021-05-05T00:44:20.270Z||pool-2-thread-9|||||INFO|500|| --> HTTP/1.1 200 OK 2021-05-05T00:45:10.724Z||pool-2-thread-2|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2021-05-05T00:45:10.725Z||pool-2-thread-2|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel. 2021-05-05T00:45:10.725Z||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 a4LkjAbl6YzsGxek) ... 2021-05-05T00:45:10.725Z||pool-2-thread-10|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2021-05-05T00:45:10.726Z||pool-2-thread-10|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel. 2021-05-05T00:45:10.726Z||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 a4LkjAbl6YzsGxek) ... 2021-05-05T00:45:20.263Z||pool-2-thread-2|||||INFO|500|| --> HTTP/1.1 200 OK 2021-05-05T00:45:20.265Z||pool-2-thread-10|||||INFO|500|| --> HTTP/1.1 200 OK 2021-05-05T00:46:10.724Z||pool-2-thread-2|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2021-05-05T00:46:10.725Z||pool-2-thread-2|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel. 2021-05-05T00:46:10.725Z||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 a4LkjAbl6YzsGxek) ... 2021-05-05T00:46:10.726Z||pool-2-thread-5|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2021-05-05T00:46:10.726Z||pool-2-thread-5|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel. 2021-05-05T00:46:10.727Z||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 a4LkjAbl6YzsGxek) ... 2021-05-05T00:46:20.267Z||pool-2-thread-2|||||INFO|500|| --> HTTP/1.1 200 OK 2021-05-05T00:46:20.269Z||pool-2-thread-5|||||INFO|500|| --> HTTP/1.1 200 OK 2021-05-05T00:47:10.724Z||pool-2-thread-2|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2021-05-05T00:47:10.725Z||pool-2-thread-3|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2021-05-05T00:47:10.726Z||pool-2-thread-2|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel. 2021-05-05T00:47:10.726Z||pool-2-thread-3|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel. 2021-05-05T00:47:10.726Z||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 a4LkjAbl6YzsGxek) ... 2021-05-05T00:47:10.726Z||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 a4LkjAbl6YzsGxek) ... 2021-05-05T00:47:20.262Z||pool-2-thread-2|||||INFO|500|| --> HTTP/1.1 200 OK 2021-05-05T00:47:20.265Z||pool-2-thread-3|||||INFO|500|| --> HTTP/1.1 200 OK 2021-05-05T00:48:10.724Z||pool-2-thread-2|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2021-05-05T00:48:10.725Z||pool-2-thread-2|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel. 2021-05-05T00:48:10.725Z||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 a4LkjAbl6YzsGxek) ... 2021-05-05T00:48:10.726Z||pool-2-thread-4|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2021-05-05T00:48:10.726Z||pool-2-thread-4|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel. 2021-05-05T00:48:10.727Z||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 a4LkjAbl6YzsGxek) ... 2021-05-05T00:48:20.284Z||pool-2-thread-2|||||INFO|500|| --> HTTP/1.1 200 OK 2021-05-05T00:48:20.292Z||pool-2-thread-4|||||INFO|500|| --> HTTP/1.1 200 OK 2021-05-05T00:49:10.724Z||pool-2-thread-2|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2021-05-05T00:49:10.725Z||pool-2-thread-2|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel. 2021-05-05T00:49:10.725Z||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 a4LkjAbl6YzsGxek) ... 2021-05-05T00:49:10.726Z||pool-2-thread-9|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2021-05-05T00:49:10.726Z||pool-2-thread-9|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel. 2021-05-05T00:49:10.727Z||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 a4LkjAbl6YzsGxek) ... 2021-05-05T00:49:20.266Z||pool-2-thread-2|||||INFO|500|| --> HTTP/1.1 200 OK 2021-05-05T00:49:20.267Z||pool-2-thread-9|||||INFO|500|| --> HTTP/1.1 200 OK 2021-05-05T00:50:10.724Z||pool-2-thread-2|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2021-05-05T00:50:10.725Z||pool-2-thread-2|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel. 2021-05-05T00:50:10.725Z||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 a4LkjAbl6YzsGxek) ... 2021-05-05T00:50:10.726Z||pool-2-thread-10|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2021-05-05T00:50:10.726Z||pool-2-thread-10|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel. 2021-05-05T00:50:10.727Z||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 a4LkjAbl6YzsGxek) ... 2021-05-05T00:50:20.265Z||pool-2-thread-2|||||INFO|500|| --> HTTP/1.1 200 OK 2021-05-05T00:50:20.267Z||pool-2-thread-10|||||INFO|500|| --> HTTP/1.1 200 OK 2021-05-05T00:51:10.724Z||pool-2-thread-2|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2021-05-05T00:51:10.725Z||pool-2-thread-2|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel. 2021-05-05T00:51:10.725Z||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 a4LkjAbl6YzsGxek) ... 2021-05-05T00:51:10.726Z||pool-2-thread-5|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2021-05-05T00:51:10.726Z||pool-2-thread-5|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel. 2021-05-05T00:51:10.727Z||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 a4LkjAbl6YzsGxek) ... 2021-05-05T00:51:20.265Z||pool-2-thread-2|||||INFO|500|| --> HTTP/1.1 200 OK 2021-05-05T00:51:20.266Z||pool-2-thread-5|||||INFO|500|| --> HTTP/1.1 200 OK 2021-05-05T00:52:10.724Z||pool-2-thread-2|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2021-05-05T00:52:10.725Z||pool-2-thread-2|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel. 2021-05-05T00:52:10.725Z||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 a4LkjAbl6YzsGxek) ... 2021-05-05T00:52:10.725Z||pool-2-thread-3|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2021-05-05T00:52:10.726Z||pool-2-thread-3|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel. 2021-05-05T00:52:10.726Z||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 a4LkjAbl6YzsGxek) ... 2021-05-05T00:52:20.277Z||pool-2-thread-3|||||INFO|500|| --> HTTP/1.1 200 OK 2021-05-05T00:52:20.277Z||pool-2-thread-2|||||INFO|500|| --> HTTP/1.1 200 OK 2021-05-05T00:53:10.724Z||pool-2-thread-2|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2021-05-05T00:53:10.724Z||pool-2-thread-2|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel. 2021-05-05T00:53:10.724Z||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 a4LkjAbl6YzsGxek) ... 2021-05-05T00:53:10.725Z||pool-2-thread-3|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2021-05-05T00:53:10.726Z||pool-2-thread-3|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel. 2021-05-05T00:53:10.726Z||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 a4LkjAbl6YzsGxek) ... 2021-05-05T00:53:20.267Z||pool-2-thread-2|||||INFO|500|| --> HTTP/1.1 200 OK 2021-05-05T00:53:20.268Z||pool-2-thread-3|||||INFO|500|| --> HTTP/1.1 200 OK 2021-05-05T00:54:10.724Z||pool-2-thread-2|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2021-05-05T00:54:10.725Z||pool-2-thread-2|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel. 2021-05-05T00:54:10.725Z||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 a4LkjAbl6YzsGxek) ... 2021-05-05T00:54:10.726Z||pool-2-thread-6|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2021-05-05T00:54:10.726Z||pool-2-thread-6|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel. 2021-05-05T00:54:10.726Z||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 a4LkjAbl6YzsGxek) ... 2021-05-05T00:54:20.265Z||pool-2-thread-2|||||INFO|500|| --> HTTP/1.1 200 OK 2021-05-05T00:54:20.266Z||pool-2-thread-6|||||INFO|500|| --> HTTP/1.1 200 OK 2021-05-05T00:55:10.724Z||pool-2-thread-2|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2021-05-05T00:55:10.725Z||pool-2-thread-2|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel. 2021-05-05T00:55:10.725Z||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 a4LkjAbl6YzsGxek) ... 2021-05-05T00:55:10.725Z||pool-2-thread-8|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2021-05-05T00:55:10.726Z||pool-2-thread-8|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel. 2021-05-05T00:55:10.727Z||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 a4LkjAbl6YzsGxek) ... 2021-05-05T00:55:20.267Z||pool-2-thread-8|||||INFO|500|| --> HTTP/1.1 200 OK 2021-05-05T00:55:20.266Z||pool-2-thread-2|||||INFO|500|| --> HTTP/1.1 200 OK 2021-05-05T00:55:45.274Z||http-nio-8085-exec-10|||||WARN|500||catdb-pool - Failed to validate connection org.mariadb.jdbc.MariaDbConnection@e1fcb05 ((conn=724) Connection.setNetworkTimeout cannot be called on a closed connection). Possibly consider using a shorter maxLifetime value. 2021-05-05T00:55:45.276Z||http-nio-8085-exec-10|||||WARN|500||catdb-pool - Failed to validate connection org.mariadb.jdbc.MariaDbConnection@66292313 ((conn=725) Connection.setNetworkTimeout cannot be called on a closed connection). Possibly consider using a shorter maxLifetime value. 2021-05-05T00:55:45.278Z||http-nio-8085-exec-10|||||WARN|500||catdb-pool - Failed to validate connection org.mariadb.jdbc.MariaDbConnection@3fdb25d9 ((conn=728) Connection.setNetworkTimeout cannot be called on a closed connection). Possibly consider using a shorter maxLifetime value. 2021-05-05T00:56:10.724Z||pool-2-thread-2|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2021-05-05T00:56:10.725Z||pool-2-thread-2|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel. 2021-05-05T00:56:10.725Z||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 a4LkjAbl6YzsGxek) ... 2021-05-05T00:56:10.726Z||pool-2-thread-7|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2021-05-05T00:56:10.726Z||pool-2-thread-7|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel. 2021-05-05T00:56:10.726Z||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 a4LkjAbl6YzsGxek) ... 2021-05-05T00:56:20.265Z||pool-2-thread-2|||||INFO|500|| --> HTTP/1.1 200 OK 2021-05-05T00:56:20.266Z||pool-2-thread-7|||||INFO|500|| --> HTTP/1.1 200 OK 2021-05-05T00:57:10.724Z||pool-2-thread-2|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2021-05-05T00:57:10.725Z||pool-2-thread-2|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel. 2021-05-05T00:57:10.725Z||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 a4LkjAbl6YzsGxek) ... 2021-05-05T00:57:10.725Z||pool-2-thread-1|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2021-05-05T00:57:10.726Z||pool-2-thread-1|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel. 2021-05-05T00:57:10.726Z||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 a4LkjAbl6YzsGxek) ... 2021-05-05T00:57:20.266Z||pool-2-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK 2021-05-05T00:57:20.266Z||pool-2-thread-2|||||INFO|500|| --> HTTP/1.1 200 OK 2021-05-05T00:58:10.724Z||pool-2-thread-1|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2021-05-05T00:58:10.724Z||pool-2-thread-1|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel. 2021-05-05T00:58:10.725Z||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 a4LkjAbl6YzsGxek) ... 2021-05-05T00:58:10.726Z||pool-2-thread-10|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2021-05-05T00:58:10.727Z||pool-2-thread-10|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel. 2021-05-05T00:58:10.727Z||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 a4LkjAbl6YzsGxek) ... 2021-05-05T00:58:20.261Z||pool-2-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK 2021-05-05T00:58:20.262Z||pool-2-thread-10|||||INFO|500|| --> HTTP/1.1 200 OK 2021-05-05T00:59:10.724Z||pool-2-thread-1|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2021-05-05T00:59:10.725Z||pool-2-thread-1|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel. 2021-05-05T00:59:10.725Z||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 a4LkjAbl6YzsGxek) ... 2021-05-05T00:59:10.726Z||pool-2-thread-5|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2021-05-05T00:59:10.726Z||pool-2-thread-5|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel. 2021-05-05T00:59:10.726Z||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 a4LkjAbl6YzsGxek) ... 2021-05-05T00:59:20.264Z||pool-2-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK 2021-05-05T00:59:20.264Z||pool-2-thread-5|||||INFO|500|| --> HTTP/1.1 200 OK 2021-05-05T01:00:10.724Z||pool-2-thread-1|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2021-05-05T01:00:10.725Z||pool-2-thread-1|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel. 2021-05-05T01:00:10.725Z||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 a4LkjAbl6YzsGxek) ... 2021-05-05T01:00:10.725Z||pool-2-thread-4|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2021-05-05T01:00:10.726Z||pool-2-thread-4|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel. 2021-05-05T01:00:10.727Z||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 a4LkjAbl6YzsGxek) ... 2021-05-05T01:00:20.263Z||pool-2-thread-4|||||INFO|500|| --> HTTP/1.1 200 OK 2021-05-05T01:00:20.263Z||pool-2-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK 2021-05-05T01:01:10.724Z||pool-2-thread-1|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2021-05-05T01:01:10.725Z||pool-2-thread-1|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel. 2021-05-05T01:01:10.725Z||pool-2-thread-3|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2021-05-05T01:01:10.726Z||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 a4LkjAbl6YzsGxek) ... 2021-05-05T01:01:10.726Z||pool-2-thread-3|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel. 2021-05-05T01:01:10.726Z||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 a4LkjAbl6YzsGxek) ... 2021-05-05T01:01:20.266Z||pool-2-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK 2021-05-05T01:01:20.270Z||pool-2-thread-3|||||INFO|500|| --> HTTP/1.1 200 OK 2021-05-05T01:02:10.724Z||pool-2-thread-1|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2021-05-05T01:02:10.725Z||pool-2-thread-1|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel. 2021-05-05T01:02:10.725Z||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 a4LkjAbl6YzsGxek) ... 2021-05-05T01:02:10.726Z||pool-2-thread-6|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2021-05-05T01:02:10.726Z||pool-2-thread-6|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel. 2021-05-05T01:02:10.726Z||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 a4LkjAbl6YzsGxek) ... 2021-05-05T01:02:20.266Z||pool-2-thread-6|||||INFO|500|| --> HTTP/1.1 200 OK 2021-05-05T01:02:20.266Z||pool-2-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK 2021-05-05T01:03:10.724Z||pool-2-thread-10|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2021-05-05T01:03:10.724Z||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. 2021-05-05T01:03:10.725Z||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 a4LkjAbl6YzsGxek) ... 2021-05-05T01:03:10.725Z||pool-2-thread-6|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2021-05-05T01:03:10.727Z||pool-2-thread-6|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel. 2021-05-05T01:03:10.728Z||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 a4LkjAbl6YzsGxek) ... 2021-05-05T01:03:20.264Z||pool-2-thread-10|||||INFO|500|| --> HTTP/1.1 200 OK 2021-05-05T01:03:20.264Z||pool-2-thread-6|||||INFO|500|| --> HTTP/1.1 200 OK 2021-05-05T01:04:10.724Z||pool-2-thread-10|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2021-05-05T01:04:10.724Z||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. 2021-05-05T01:04:10.725Z||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 a4LkjAbl6YzsGxek) ... 2021-05-05T01:04:10.725Z||pool-2-thread-6|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2021-05-05T01:04:10.726Z||pool-2-thread-6|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel. 2021-05-05T01:04:10.726Z||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 a4LkjAbl6YzsGxek) ... 2021-05-05T01:04:20.265Z||pool-2-thread-10|||||INFO|500|| --> HTTP/1.1 200 OK 2021-05-05T01:04:20.265Z||pool-2-thread-6|||||INFO|500|| --> HTTP/1.1 200 OK 2021-05-05T01:05:10.724Z||pool-2-thread-10|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2021-05-05T01:05:10.724Z||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. 2021-05-05T01:05:10.725Z||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 a4LkjAbl6YzsGxek) ... 2021-05-05T01:05:10.725Z||pool-2-thread-3|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2021-05-05T01:05:10.726Z||pool-2-thread-3|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel. 2021-05-05T01:05:10.727Z||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 a4LkjAbl6YzsGxek) ... 2021-05-05T01:05:20.271Z||pool-2-thread-3|||||INFO|500|| --> HTTP/1.1 200 OK 2021-05-05T01:05:20.272Z||pool-2-thread-10|||||INFO|500|| --> HTTP/1.1 200 OK 2021-05-05T01:06:10.724Z||pool-2-thread-10|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2021-05-05T01:06:10.725Z||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. 2021-05-05T01:06:10.725Z||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 a4LkjAbl6YzsGxek) ... 2021-05-05T01:06:10.725Z||pool-2-thread-3|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2021-05-05T01:06:10.726Z||pool-2-thread-3|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel. 2021-05-05T01:06:10.726Z||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 a4LkjAbl6YzsGxek) ... 2021-05-05T01:06:20.262Z||pool-2-thread-10|||||INFO|500|| --> HTTP/1.1 200 OK 2021-05-05T01:06:20.263Z||pool-2-thread-3|||||INFO|500|| --> HTTP/1.1 200 OK 2021-05-05T01:07:10.724Z||pool-2-thread-10|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2021-05-05T01:07:10.725Z||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. 2021-05-05T01:07:10.725Z||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 a4LkjAbl6YzsGxek) ... 2021-05-05T01:07:10.725Z||pool-2-thread-4|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2021-05-05T01:07:10.726Z||pool-2-thread-4|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel. 2021-05-05T01:07:10.726Z||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 a4LkjAbl6YzsGxek) ... 2021-05-05T01:07:20.267Z||pool-2-thread-10|||||INFO|500|| --> HTTP/1.1 200 OK 2021-05-05T01:07:20.268Z||pool-2-thread-4|||||INFO|500|| --> HTTP/1.1 200 OK 2021-05-05T01:08:10.724Z||pool-2-thread-6|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2021-05-05T01:08:10.724Z||pool-2-thread-6|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel. 2021-05-05T01:08:10.724Z||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 a4LkjAbl6YzsGxek) ... 2021-05-05T01:08:10.726Z||pool-2-thread-2|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2021-05-05T01:08:10.727Z||pool-2-thread-2|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel. 2021-05-05T01:08:10.727Z||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 a4LkjAbl6YzsGxek) ... 2021-05-05T01:08:10.851Z||pool-2-thread-2|||||INFO|500|| --> HTTP/1.1 200 OK 2021-05-05T01:08:10.862Z||pool-2-thread-2|||||DEBUG|500||received message from topic 2021-05-05T01:08:10.862Z||pool-2-thread-2|||||DEBUG|500||recieved notification from broker: { "distributionID": "29f13870-bf62-4e46-b7c0-88fec898ca7e", "consumerID": "clamp", "timestamp": 1620176864364, "artifactURL": "/sdc/v1/catalog/services/Vfw20210505010450/1.0/resourceInstances/vfwe430c76f7fa60/artifacts/vf-license-model.xml", "status": "NOT_NOTIFIED" } 2021-05-05T01:08:10.877Z||pool-2-thread-2|||||INFO|500||Missing status on Status Object. 2021-05-05T01:08:10.877Z||pool-2-thread-2|||||DEBUG|500||received message from topic 2021-05-05T01:08:10.877Z||pool-2-thread-2|||||DEBUG|500||recieved notification from broker: { "distributionID": "29f13870-bf62-4e46-b7c0-88fec898ca7e", "consumerID": "aai-ml", "timestamp": 1620176867262, "artifactURL": "/sdc/v1/catalog/services/Vfw20210505010450/1.0/resourceInstances/vfwe430c76f7fa60/artifacts/vf-license-model.xml", "status": "NOT_NOTIFIED" } 2021-05-05T01:08:10.877Z||pool-2-thread-2|||||INFO|500||Missing status on Status Object. 2021-05-05T01:08:10.877Z||pool-2-thread-2|||||DEBUG|500||received message from topic 2021-05-05T01:08:10.877Z||pool-2-thread-2|||||DEBUG|500||recieved notification from broker: { "distributionID": "29f13870-bf62-4e46-b7c0-88fec898ca7e", "consumerID": "policy-id", "timestamp": 1620176869987, "artifactURL": "/sdc/v1/catalog/services/Vfw20210505010450/1.0/resourceInstances/vfwe430c76f7fa60/artifacts/vf-license-model.xml", "status": "NOT_NOTIFIED" } 2021-05-05T01:08:10.877Z||pool-2-thread-2|||||INFO|500||Missing status on Status Object. 2021-05-05T01:08:10.877Z||pool-2-thread-2|||||DEBUG|500||received message from topic 2021-05-05T01:08:10.877Z||pool-2-thread-2|||||DEBUG|500||recieved notification from broker: { "distributionID": "29f13870-bf62-4e46-b7c0-88fec898ca7e", "consumerID": "dcae-sch", "timestamp": 1620176862864, "artifactURL": "/sdc/v1/catalog/services/Vfw20210505010450/1.0/resourceInstances/vfwe430c76f7fa60/artifacts/vf-license-model.xml", "status": "NOT_NOTIFIED" } 2021-05-05T01:08:10.877Z||pool-2-thread-2|||||INFO|500||Missing status on Status Object. 2021-05-05T01:08:10.877Z||pool-2-thread-2|||||DEBUG|500||received message from topic 2021-05-05T01:08:10.877Z||pool-2-thread-2|||||DEBUG|500||recieved notification from broker: { "distributionID": "29f13870-bf62-4e46-b7c0-88fec898ca7e", "consumerID": "multicloud-starlingx-id", "timestamp": 1620176863560, "artifactURL": "/sdc/v1/catalog/services/Vfw20210505010450/1.0/resourceInstances/vfwe430c76f7fa60/artifacts/vf-license-model.xml", "status": "NOT_NOTIFIED" } 2021-05-05T01:08:10.878Z||pool-2-thread-2|||||INFO|500||Missing status on Status Object. 2021-05-05T01:08:10.878Z||pool-2-thread-2|||||DEBUG|500||received message from topic 2021-05-05T01:08:10.878Z||pool-2-thread-2|||||DEBUG|500||recieved notification from broker: { "distributionID": "29f13870-bf62-4e46-b7c0-88fec898ca7e", "consumerID": "cds", "timestamp": 1620176870580, "artifactURL": "/sdc/v1/catalog/services/Vfw20210505010450/1.0/resourceInstances/vfwe430c76f7fa60/artifacts/vf-license-model.xml", "status": "NOT_NOTIFIED" } 2021-05-05T01:08:10.878Z||pool-2-thread-2|||||INFO|500||Missing status on Status Object. 2021-05-05T01:08:10.878Z||pool-2-thread-2|||||DEBUG|500||received message from topic 2021-05-05T01:08:10.878Z||pool-2-thread-2|||||DEBUG|500||recieved notification from broker: { "distributionID": "29f13870-bf62-4e46-b7c0-88fec898ca7e", "consumerID": "clamp", "timestamp": 1620176864364, "artifactURL": "/sdc/v1/catalog/services/Vfw20210505010450/1.0/resourceInstances/vfwe430c76f7fa60/artifacts/vfwe430c76f7fa60_modules.json", "status": "NOTIFIED" } 2021-05-05T01:08:10.878Z||pool-2-thread-2|||||INFO|500||Missing status on Status Object. 2021-05-05T01:08:10.878Z||pool-2-thread-2|||||DEBUG|500||received message from topic 2021-05-05T01:08:10.878Z||pool-2-thread-2|||||DEBUG|500||recieved notification from broker: { "distributionID": "29f13870-bf62-4e46-b7c0-88fec898ca7e", "consumerID": "aai-ml", "timestamp": 1620176867262, "artifactURL": "/sdc/v1/catalog/services/Vfw20210505010450/1.0/resourceInstances/vfwe430c76f7fa60/artifacts/vfwe430c76f7fa60_modules.json", "status": "NOT_NOTIFIED" } 2021-05-05T01:08:10.878Z||pool-2-thread-2|||||INFO|500||Missing status on Status Object. 2021-05-05T01:08:10.878Z||pool-2-thread-2|||||DEBUG|500||received message from topic 2021-05-05T01:08:10.878Z||pool-2-thread-2|||||DEBUG|500||recieved notification from broker: { "distributionID": "29f13870-bf62-4e46-b7c0-88fec898ca7e", "consumerID": "policy-id", "timestamp": 1620176869987, "artifactURL": "/sdc/v1/catalog/services/Vfw20210505010450/1.0/resourceInstances/vfwe430c76f7fa60/artifacts/vfwe430c76f7fa60_modules.json", "status": "NOT_NOTIFIED" } 2021-05-05T01:08:10.878Z||pool-2-thread-2|||||INFO|500||Missing status on Status Object. 2021-05-05T01:08:10.879Z||pool-2-thread-2|||||DEBUG|500||received message from topic 2021-05-05T01:08:10.879Z||pool-2-thread-2|||||DEBUG|500||recieved notification from broker: { "distributionID": "29f13870-bf62-4e46-b7c0-88fec898ca7e", "consumerID": "dcae-sch", "timestamp": 1620176862864, "artifactURL": "/sdc/v1/catalog/services/Vfw20210505010450/1.0/resourceInstances/vfwe430c76f7fa60/artifacts/vfwe430c76f7fa60_modules.json", "status": "NOT_NOTIFIED" } 2021-05-05T01:08:10.879Z||pool-2-thread-2|||||INFO|500||Missing status on Status Object. 2021-05-05T01:08:10.879Z||pool-2-thread-2|||||DEBUG|500||received message from topic 2021-05-05T01:08:10.879Z||pool-2-thread-2|||||DEBUG|500||recieved notification from broker: { "distributionID": "29f13870-bf62-4e46-b7c0-88fec898ca7e", "consumerID": "multicloud-starlingx-id", "timestamp": 1620176863560, "artifactURL": "/sdc/v1/catalog/services/Vfw20210505010450/1.0/resourceInstances/vfwe430c76f7fa60/artifacts/vfwe430c76f7fa60_modules.json", "status": "NOTIFIED" } 2021-05-05T01:08:10.879Z||pool-2-thread-2|||||INFO|500||Missing status on Status Object. 2021-05-05T01:08:10.879Z||pool-2-thread-2|||||DEBUG|500||received message from topic 2021-05-05T01:08:10.879Z||pool-2-thread-2|||||DEBUG|500||recieved notification from broker: { "distributionID": "29f13870-bf62-4e46-b7c0-88fec898ca7e", "consumerID": "cds", "timestamp": 1620176870580, "artifactURL": "/sdc/v1/catalog/services/Vfw20210505010450/1.0/resourceInstances/vfwe430c76f7fa60/artifacts/vfwe430c76f7fa60_modules.json", "status": "NOT_NOTIFIED" } 2021-05-05T01:08:10.879Z||pool-2-thread-2|||||INFO|500||Missing status on Status Object. 2021-05-05T01:08:10.879Z||pool-2-thread-2|||||DEBUG|500||received message from topic 2021-05-05T01:08:10.879Z||pool-2-thread-2|||||DEBUG|500||recieved notification from broker: { "distributionID": "29f13870-bf62-4e46-b7c0-88fec898ca7e", "consumerID": "multicloud-k8s-id", "timestamp": 1620176871985, "artifactURL": "/sdc/v1/catalog/services/Vfw20210505010450/1.0/resourceInstances/vfwe430c76f7fa60/artifacts/vf-license-model.xml", "status": "NOT_NOTIFIED" } 2021-05-05T01:08:10.879Z||pool-2-thread-2|||||INFO|500||Missing status on Status Object. 2021-05-05T01:08:10.879Z||pool-2-thread-2|||||DEBUG|500||received message from topic 2021-05-05T01:08:10.879Z||pool-2-thread-2|||||DEBUG|500||recieved notification from broker: { "distributionID": "29f13870-bf62-4e46-b7c0-88fec898ca7e", "consumerID": "clamp", "timestamp": 1620176864364, "artifactURL": "/sdc/v1/catalog/services/Vfw20210505010450/1.0/resourceInstances/vfwe430c76f7fa60/artifacts/base_vfw.yaml", "status": "NOT_NOTIFIED" } 2021-05-05T01:08:10.880Z||pool-2-thread-2|||||INFO|500||Missing status on Status Object. 2021-05-05T01:08:10.880Z||pool-2-thread-2|||||DEBUG|500||received message from topic 2021-05-05T01:08:10.880Z||pool-2-thread-2|||||DEBUG|500||recieved notification from broker: { "distributionID": "29f13870-bf62-4e46-b7c0-88fec898ca7e", "consumerID": "aai-ml", "timestamp": 1620176867262, "artifactURL": "/sdc/v1/catalog/services/Vfw20210505010450/1.0/resourceInstances/vfwe430c76f7fa60/artifacts/base_vfw.yaml", "status": "NOT_NOTIFIED" } 2021-05-05T01:08:10.880Z||pool-2-thread-2|||||INFO|500||Missing status on Status Object. 2021-05-05T01:08:10.880Z||pool-2-thread-2|||||DEBUG|500||received message from topic 2021-05-05T01:08:10.880Z||pool-2-thread-2|||||DEBUG|500||recieved notification from broker: { "distributionID": "29f13870-bf62-4e46-b7c0-88fec898ca7e", "consumerID": "policy-id", "timestamp": 1620176869987, "artifactURL": "/sdc/v1/catalog/services/Vfw20210505010450/1.0/resourceInstances/vfwe430c76f7fa60/artifacts/base_vfw.yaml", "status": "NOTIFIED" } 2021-05-05T01:08:10.880Z||pool-2-thread-2|||||INFO|500||Missing status on Status Object. 2021-05-05T01:08:10.880Z||pool-2-thread-2|||||DEBUG|500||received message from topic 2021-05-05T01:08:10.880Z||pool-2-thread-2|||||DEBUG|500||recieved notification from broker: { "distributionID": "29f13870-bf62-4e46-b7c0-88fec898ca7e", "consumerID": "dcae-sch", "timestamp": 1620176862864, "artifactURL": "/sdc/v1/catalog/services/Vfw20210505010450/1.0/resourceInstances/vfwe430c76f7fa60/artifacts/base_vfw.yaml", "status": "NOT_NOTIFIED" } 2021-05-05T01:08:10.881Z||pool-2-thread-2|||||INFO|500||Missing status on Status Object. 2021-05-05T01:08:10.881Z||pool-2-thread-2|||||DEBUG|500||received message from topic 2021-05-05T01:08:10.881Z||pool-2-thread-2|||||DEBUG|500||recieved notification from broker: { "distributionID": "29f13870-bf62-4e46-b7c0-88fec898ca7e", "consumerID": "multicloud-starlingx-id", "timestamp": 1620176863560, "artifactURL": "/sdc/v1/catalog/services/Vfw20210505010450/1.0/resourceInstances/vfwe430c76f7fa60/artifacts/base_vfw.yaml", "status": "NOTIFIED" } 2021-05-05T01:08:10.881Z||pool-2-thread-2|||||INFO|500||Missing status on Status Object. 2021-05-05T01:08:10.881Z||pool-2-thread-2|||||DEBUG|500||received message from topic 2021-05-05T01:08:10.881Z||pool-2-thread-2|||||DEBUG|500||recieved notification from broker: { "distributionID": "29f13870-bf62-4e46-b7c0-88fec898ca7e", "consumerID": "cds", "timestamp": 1620176870580, "artifactURL": "/sdc/v1/catalog/services/Vfw20210505010450/1.0/resourceInstances/vfwe430c76f7fa60/artifacts/base_vfw.yaml", "status": "NOT_NOTIFIED" } 2021-05-05T01:08:10.881Z||pool-2-thread-2|||||INFO|500||Missing status on Status Object. 2021-05-05T01:08:10.881Z||pool-2-thread-2|||||DEBUG|500||received message from topic 2021-05-05T01:08:10.881Z||pool-2-thread-2|||||DEBUG|500||recieved notification from broker: { "distributionID": "29f13870-bf62-4e46-b7c0-88fec898ca7e", "consumerID": "multicloud-k8s-id", "timestamp": 1620176871985, "artifactURL": "/sdc/v1/catalog/services/Vfw20210505010450/1.0/resourceInstances/vfwe430c76f7fa60/artifacts/vfwe430c76f7fa60_modules.json", "status": "NOTIFIED" } 2021-05-05T01:08:10.881Z||pool-2-thread-2|||||INFO|500||Missing status on Status Object. 2021-05-05T01:08:10.881Z||pool-2-thread-2|||||DEBUG|500||received message from topic 2021-05-05T01:08:10.881Z||pool-2-thread-2|||||DEBUG|500||recieved notification from broker: { "distributionID": "29f13870-bf62-4e46-b7c0-88fec898ca7e", "consumerID": "clamp", "timestamp": 1620176864364, "artifactURL": "/sdc/v1/catalog/services/Vfw20210505010450/1.0/resourceInstances/vfwe430c76f7fa60/artifacts/vendor-license-model.xml", "status": "NOT_NOTIFIED" } 2021-05-05T01:08:10.881Z||pool-2-thread-2|||||INFO|500||Missing status on Status Object. 2021-05-05T01:08:10.881Z||pool-2-thread-2|||||DEBUG|500||received message from topic 2021-05-05T01:08:10.882Z||pool-2-thread-2|||||DEBUG|500||recieved notification from broker: { "distributionID": "29f13870-bf62-4e46-b7c0-88fec898ca7e", "consumerID": "aai-ml", "timestamp": 1620176867262, "artifactURL": "/sdc/v1/catalog/services/Vfw20210505010450/1.0/resourceInstances/vfwe430c76f7fa60/artifacts/vendor-license-model.xml", "status": "NOT_NOTIFIED" } 2021-05-05T01:08:10.882Z||pool-2-thread-2|||||INFO|500||Missing status on Status Object. 2021-05-05T01:08:10.882Z||pool-2-thread-2|||||DEBUG|500||received message from topic 2021-05-05T01:08:10.882Z||pool-2-thread-2|||||DEBUG|500||recieved notification from broker: { "distributionID": "29f13870-bf62-4e46-b7c0-88fec898ca7e", "consumerID": "policy-id", "timestamp": 1620176869987, "artifactURL": "/sdc/v1/catalog/services/Vfw20210505010450/1.0/resourceInstances/vfwe430c76f7fa60/artifacts/vendor-license-model.xml", "status": "NOT_NOTIFIED" } 2021-05-05T01:08:10.882Z||pool-2-thread-2|||||INFO|500||Missing status on Status Object. 2021-05-05T01:08:10.882Z||pool-2-thread-2|||||DEBUG|500||received message from topic 2021-05-05T01:08:10.882Z||pool-2-thread-2|||||DEBUG|500||recieved notification from broker: { "distributionID": "29f13870-bf62-4e46-b7c0-88fec898ca7e", "consumerID": "dcae-sch", "timestamp": 1620176862864, "artifactURL": "/sdc/v1/catalog/services/Vfw20210505010450/1.0/resourceInstances/vfwe430c76f7fa60/artifacts/vendor-license-model.xml", "status": "NOT_NOTIFIED" } 2021-05-05T01:08:10.882Z||pool-2-thread-2|||||INFO|500||Missing status on Status Object. 2021-05-05T01:08:10.882Z||pool-2-thread-2|||||DEBUG|500||received message from topic 2021-05-05T01:08:10.882Z||pool-2-thread-2|||||DEBUG|500||recieved notification from broker: { "distributionID": "29f13870-bf62-4e46-b7c0-88fec898ca7e", "consumerID": "multicloud-starlingx-id", "timestamp": 1620176863560, "artifactURL": "/sdc/v1/catalog/services/Vfw20210505010450/1.0/resourceInstances/vfwe430c76f7fa60/artifacts/vendor-license-model.xml", "status": "NOT_NOTIFIED" } 2021-05-05T01:08:10.882Z||pool-2-thread-2|||||INFO|500||Missing status on Status Object. 2021-05-05T01:08:10.882Z||pool-2-thread-2|||||DEBUG|500||received message from topic 2021-05-05T01:08:10.882Z||pool-2-thread-2|||||DEBUG|500||recieved notification from broker: { "distributionID": "29f13870-bf62-4e46-b7c0-88fec898ca7e", "consumerID": "cds", "timestamp": 1620176870580, "artifactURL": "/sdc/v1/catalog/services/Vfw20210505010450/1.0/resourceInstances/vfwe430c76f7fa60/artifacts/vendor-license-model.xml", "status": "NOT_NOTIFIED" } 2021-05-05T01:08:10.882Z||pool-2-thread-2|||||INFO|500||Missing status on Status Object. 2021-05-05T01:08:10.883Z||pool-2-thread-2|||||DEBUG|500||received message from topic 2021-05-05T01:08:10.883Z||pool-2-thread-2|||||DEBUG|500||recieved notification from broker: { "distributionID": "29f13870-bf62-4e46-b7c0-88fec898ca7e", "consumerID": "multicloud-k8s-id", "timestamp": 1620176871985, "artifactURL": "/sdc/v1/catalog/services/Vfw20210505010450/1.0/resourceInstances/vfwe430c76f7fa60/artifacts/base_vfw.yaml", "status": "NOTIFIED" } 2021-05-05T01:08:10.883Z||pool-2-thread-2|||||INFO|500||Missing status on Status Object. 2021-05-05T01:08:10.883Z||pool-2-thread-2|||||DEBUG|500||received message from topic 2021-05-05T01:08:10.883Z||pool-2-thread-2|||||DEBUG|500||recieved notification from broker: { "distributionID": "29f13870-bf62-4e46-b7c0-88fec898ca7e", "consumerID": "clamp", "timestamp": 1620176864364, "artifactURL": "/sdc/v1/catalog/services/Vfw20210505010450/1.0/resourceInstances/vfwe430c76f7fa60/artifacts/base_vfw.env", "status": "NOT_NOTIFIED" } 2021-05-05T01:08:10.883Z||pool-2-thread-2|||||INFO|500||Missing status on Status Object. 2021-05-05T01:08:10.883Z||pool-2-thread-2|||||DEBUG|500||received message from topic 2021-05-05T01:08:10.883Z||pool-2-thread-2|||||DEBUG|500||recieved notification from broker: { "distributionID": "29f13870-bf62-4e46-b7c0-88fec898ca7e", "consumerID": "aai-ml", "timestamp": 1620176867262, "artifactURL": "/sdc/v1/catalog/services/Vfw20210505010450/1.0/resourceInstances/vfwe430c76f7fa60/artifacts/base_vfw.env", "status": "NOT_NOTIFIED" } 2021-05-05T01:08:10.883Z||pool-2-thread-2|||||INFO|500||Missing status on Status Object. 2021-05-05T01:08:10.883Z||pool-2-thread-2|||||DEBUG|500||received message from topic 2021-05-05T01:08:10.883Z||pool-2-thread-2|||||DEBUG|500||recieved notification from broker: { "distributionID": "29f13870-bf62-4e46-b7c0-88fec898ca7e", "consumerID": "policy-id", "timestamp": 1620176869987, "artifactURL": "/sdc/v1/catalog/services/Vfw20210505010450/1.0/resourceInstances/vfwe430c76f7fa60/artifacts/base_vfw.env", "status": "NOT_NOTIFIED" } 2021-05-05T01:08:10.883Z||pool-2-thread-2|||||INFO|500||Missing status on Status Object. 2021-05-05T01:08:10.883Z||pool-2-thread-2|||||DEBUG|500||received message from topic 2021-05-05T01:08:10.884Z||pool-2-thread-2|||||DEBUG|500||recieved notification from broker: { "distributionID": "29f13870-bf62-4e46-b7c0-88fec898ca7e", "consumerID": "dcae-sch", "timestamp": 1620176862864, "artifactURL": "/sdc/v1/catalog/services/Vfw20210505010450/1.0/resourceInstances/vfwe430c76f7fa60/artifacts/base_vfw.env", "status": "NOT_NOTIFIED" } 2021-05-05T01:08:10.884Z||pool-2-thread-2|||||INFO|500||Missing status on Status Object. 2021-05-05T01:08:10.884Z||pool-2-thread-2|||||DEBUG|500||received message from topic 2021-05-05T01:08:10.884Z||pool-2-thread-2|||||DEBUG|500||recieved notification from broker: { "distributionID": "29f13870-bf62-4e46-b7c0-88fec898ca7e", "consumerID": "multicloud-starlingx-id", "timestamp": 1620176863560, "artifactURL": "/sdc/v1/catalog/services/Vfw20210505010450/1.0/resourceInstances/vfwe430c76f7fa60/artifacts/base_vfw.env", "status": "NOTIFIED" } 2021-05-05T01:08:10.884Z||pool-2-thread-2|||||INFO|500||Missing status on Status Object. 2021-05-05T01:08:10.884Z||pool-2-thread-2|||||DEBUG|500||received message from topic 2021-05-05T01:08:10.884Z||pool-2-thread-2|||||DEBUG|500||recieved notification from broker: { "distributionID": "29f13870-bf62-4e46-b7c0-88fec898ca7e", "consumerID": "cds", "timestamp": 1620176870580, "artifactURL": "/sdc/v1/catalog/services/Vfw20210505010450/1.0/resourceInstances/vfwe430c76f7fa60/artifacts/base_vfw.env", "status": "NOT_NOTIFIED" } 2021-05-05T01:08:10.884Z||pool-2-thread-2|||||INFO|500||Missing status on Status Object. 2021-05-05T01:08:10.884Z||pool-2-thread-2|||||DEBUG|500||received message from topic 2021-05-05T01:08:10.884Z||pool-2-thread-2|||||DEBUG|500||recieved notification from broker: { "distributionID": "29f13870-bf62-4e46-b7c0-88fec898ca7e", "consumerID": "ves-openapi-manager", "timestamp": 1620176874784, "artifactURL": "/sdc/v1/catalog/services/Vfw20210505010450/1.0/resourceInstances/vfwe430c76f7fa60/artifacts/vf-license-model.xml", "status": "NOT_NOTIFIED" } 2021-05-05T01:08:10.884Z||pool-2-thread-2|||||INFO|500||Missing status on Status Object. 2021-05-05T01:08:10.884Z||pool-2-thread-2|||||DEBUG|500||received message from topic 2021-05-05T01:08:10.884Z||pool-2-thread-2|||||DEBUG|500||recieved notification from broker: { "distributionID": "29f13870-bf62-4e46-b7c0-88fec898ca7e", "consumerID": "multicloud-k8s-id", "timestamp": 1620176871985, "artifactURL": "/sdc/v1/catalog/services/Vfw20210505010450/1.0/resourceInstances/vfwe430c76f7fa60/artifacts/vendor-license-model.xml", "status": "NOT_NOTIFIED" } 2021-05-05T01:08:10.885Z||pool-2-thread-2|||||INFO|500||Missing status on Status Object. 2021-05-05T01:08:10.885Z||pool-2-thread-2|||||DEBUG|500||received message from topic 2021-05-05T01:08:10.885Z||pool-2-thread-2|||||DEBUG|500||recieved notification from broker: { "distributionID": "29f13870-bf62-4e46-b7c0-88fec898ca7e", "consumerID": "clamp", "timestamp": 1620176864364, "artifactURL": "/sdc/v1/catalog/services/Vfw20210505010450/1.0/artifacts/service-Vfw20210505010450-template.yml", "status": "NOT_NOTIFIED" } 2021-05-05T01:08:10.885Z||pool-2-thread-2|||||INFO|500||Missing status on Status Object. 2021-05-05T01:08:10.885Z||pool-2-thread-2|||||DEBUG|500||received message from topic 2021-05-05T01:08:10.885Z||pool-2-thread-2|||||DEBUG|500||recieved notification from broker: { "distributionID": "29f13870-bf62-4e46-b7c0-88fec898ca7e", "consumerID": "aai-ml", "timestamp": 1620176867262, "artifactURL": "/sdc/v1/catalog/services/Vfw20210505010450/1.0/artifacts/service-Vfw20210505010450-template.yml", "status": "NOT_NOTIFIED" } 2021-05-05T01:08:10.885Z||pool-2-thread-2|||||INFO|500||Missing status on Status Object. 2021-05-05T01:08:10.885Z||pool-2-thread-2|||||DEBUG|500||received message from topic 2021-05-05T01:08:10.885Z||pool-2-thread-2|||||DEBUG|500||recieved notification from broker: { "distributionID": "29f13870-bf62-4e46-b7c0-88fec898ca7e", "consumerID": "policy-id", "timestamp": 1620176869987, "artifactURL": "/sdc/v1/catalog/services/Vfw20210505010450/1.0/artifacts/service-Vfw20210505010450-template.yml", "status": "NOT_NOTIFIED" } 2021-05-05T01:08:10.885Z||pool-2-thread-2|||||INFO|500||Missing status on Status Object. 2021-05-05T01:08:10.885Z||pool-2-thread-2|||||DEBUG|500||received message from topic 2021-05-05T01:08:10.885Z||pool-2-thread-2|||||DEBUG|500||recieved notification from broker: { "distributionID": "29f13870-bf62-4e46-b7c0-88fec898ca7e", "consumerID": "dcae-sch", "timestamp": 1620176862864, "artifactURL": "/sdc/v1/catalog/services/Vfw20210505010450/1.0/artifacts/service-Vfw20210505010450-template.yml", "status": "NOT_NOTIFIED" } 2021-05-05T01:08:10.885Z||pool-2-thread-2|||||INFO|500||Missing status on Status Object. 2021-05-05T01:08:10.885Z||pool-2-thread-2|||||DEBUG|500||received message from topic 2021-05-05T01:08:10.886Z||pool-2-thread-2|||||DEBUG|500||recieved notification from broker: { "distributionID": "29f13870-bf62-4e46-b7c0-88fec898ca7e", "consumerID": "multicloud-starlingx-id", "timestamp": 1620176863560, "artifactURL": "/sdc/v1/catalog/services/Vfw20210505010450/1.0/artifacts/service-Vfw20210505010450-template.yml", "status": "NOT_NOTIFIED" } 2021-05-05T01:08:10.886Z||pool-2-thread-2|||||INFO|500||Missing status on Status Object. 2021-05-05T01:08:10.886Z||pool-2-thread-2|||||DEBUG|500||received message from topic 2021-05-05T01:08:10.886Z||pool-2-thread-2|||||DEBUG|500||recieved notification from broker: { "distributionID": "29f13870-bf62-4e46-b7c0-88fec898ca7e", "consumerID": "cds", "timestamp": 1620176870580, "artifactURL": "/sdc/v1/catalog/services/Vfw20210505010450/1.0/artifacts/service-Vfw20210505010450-template.yml", "status": "NOT_NOTIFIED" } 2021-05-05T01:08:10.886Z||pool-2-thread-2|||||INFO|500||Missing status on Status Object. 2021-05-05T01:08:10.886Z||pool-2-thread-2|||||DEBUG|500||received message from topic 2021-05-05T01:08:10.886Z||pool-2-thread-2|||||DEBUG|500||recieved notification from broker: { "distributionID": "29f13870-bf62-4e46-b7c0-88fec898ca7e", "consumerID": "ves-openapi-manager", "timestamp": 1620176874784, "artifactURL": "/sdc/v1/catalog/services/Vfw20210505010450/1.0/resourceInstances/vfwe430c76f7fa60/artifacts/vfwe430c76f7fa60_modules.json", "status": "NOT_NOTIFIED" } 2021-05-05T01:08:10.886Z||pool-2-thread-2|||||INFO|500||Missing status on Status Object. 2021-05-05T01:08:10.886Z||pool-2-thread-2|||||DEBUG|500||received message from topic 2021-05-05T01:08:10.886Z||pool-2-thread-2|||||DEBUG|500||recieved notification from broker: { "distributionID": "29f13870-bf62-4e46-b7c0-88fec898ca7e", "consumerID": "multicloud-k8s-id", "timestamp": 1620176871985, "artifactURL": "/sdc/v1/catalog/services/Vfw20210505010450/1.0/resourceInstances/vfwe430c76f7fa60/artifacts/base_vfw.env", "status": "NOTIFIED" } 2021-05-05T01:08:10.886Z||pool-2-thread-2|||||INFO|500||Missing status on Status Object. 2021-05-05T01:08:10.886Z||pool-2-thread-2|||||DEBUG|500||received message from topic 2021-05-05T01:08:10.886Z||pool-2-thread-2|||||DEBUG|500||recieved notification from broker: { "distributionID": "29f13870-bf62-4e46-b7c0-88fec898ca7e", "consumerID": "clamp", "timestamp": 1620176864364, "artifactURL": "/sdc/v1/catalog/services/Vfw20210505010450/1.0/artifacts/service-Vfw20210505010450-csar.csar", "status": "NOTIFIED" } 2021-05-05T01:08:10.886Z||pool-2-thread-2|||||INFO|500||Missing status on Status Object. 2021-05-05T01:08:10.887Z||pool-2-thread-2|||||DEBUG|500||received message from topic 2021-05-05T01:08:10.887Z||pool-2-thread-2|||||DEBUG|500||recieved notification from broker: { "distributionID": "29f13870-bf62-4e46-b7c0-88fec898ca7e", "consumerID": "aai-ml", "timestamp": 1620176867262, "artifactURL": "/sdc/v1/catalog/services/Vfw20210505010450/1.0/artifacts/service-Vfw20210505010450-csar.csar", "status": "NOTIFIED" } 2021-05-05T01:08:10.887Z||pool-2-thread-2|||||INFO|500||Missing status on Status Object. 2021-05-05T01:08:10.887Z||pool-2-thread-2|||||DEBUG|500||received message from topic 2021-05-05T01:08:10.887Z||pool-2-thread-2|||||DEBUG|500||recieved notification from broker: { "distributionID": "29f13870-bf62-4e46-b7c0-88fec898ca7e", "consumerID": "policy-id", "timestamp": 1620176869987, "artifactURL": "/sdc/v1/catalog/services/Vfw20210505010450/1.0/artifacts/service-Vfw20210505010450-csar.csar", "status": "NOTIFIED" } 2021-05-05T01:08:10.887Z||pool-2-thread-2|||||INFO|500||Missing status on Status Object. 2021-05-05T01:08:10.887Z||pool-2-thread-2|||||DEBUG|500||received message from topic 2021-05-05T01:08:10.887Z||pool-2-thread-2|||||DEBUG|500||recieved notification from broker: { "distributionID": "29f13870-bf62-4e46-b7c0-88fec898ca7e", "consumerID": "dcae-sch", "timestamp": 1620176862864, "artifactURL": "/sdc/v1/catalog/services/Vfw20210505010450/1.0/artifacts/service-Vfw20210505010450-csar.csar", "status": "NOT_NOTIFIED" } 2021-05-05T01:08:10.887Z||pool-2-thread-2|||||INFO|500||Missing status on Status Object. 2021-05-05T01:08:10.887Z||pool-2-thread-2|||||DEBUG|500||received message from topic 2021-05-05T01:08:10.887Z||pool-2-thread-2|||||DEBUG|500||recieved notification from broker: { "distributionID": "29f13870-bf62-4e46-b7c0-88fec898ca7e", "consumerID": "multicloud-starlingx-id", "timestamp": 1620176863560, "artifactURL": "/sdc/v1/catalog/services/Vfw20210505010450/1.0/artifacts/service-Vfw20210505010450-csar.csar", "status": "NOTIFIED" } 2021-05-05T01:08:10.887Z||pool-2-thread-2|||||INFO|500||Missing status on Status Object. 2021-05-05T01:08:10.887Z||pool-2-thread-2|||||DEBUG|500||received message from topic 2021-05-05T01:08:10.887Z||pool-2-thread-2|||||DEBUG|500||recieved notification from broker: { "distributionID": "29f13870-bf62-4e46-b7c0-88fec898ca7e", "consumerID": "cds", "timestamp": 1620176870580, "artifactURL": "/sdc/v1/catalog/services/Vfw20210505010450/1.0/artifacts/service-Vfw20210505010450-csar.csar", "status": "NOTIFIED" } 2021-05-05T01:08:10.888Z||pool-2-thread-2|||||INFO|500||Missing status on Status Object. 2021-05-05T01:08:10.888Z||pool-2-thread-2|||||DEBUG|500||received message from topic 2021-05-05T01:08:10.888Z||pool-2-thread-2|||||DEBUG|500||recieved notification from broker: { "distributionID": "29f13870-bf62-4e46-b7c0-88fec898ca7e", "consumerID": "ves-openapi-manager", "timestamp": 1620176874784, "artifactURL": "/sdc/v1/catalog/services/Vfw20210505010450/1.0/resourceInstances/vfwe430c76f7fa60/artifacts/base_vfw.yaml", "status": "NOT_NOTIFIED" } 2021-05-05T01:08:10.888Z||pool-2-thread-2|||||INFO|500||Missing status on Status Object. 2021-05-05T01:08:10.888Z||pool-2-thread-2|||||DEBUG|500||received message from topic 2021-05-05T01:08:10.888Z||pool-2-thread-2|||||DEBUG|500||recieved notification from broker: { "distributionID": "29f13870-bf62-4e46-b7c0-88fec898ca7e", "consumerID": "multicloud-k8s-id", "timestamp": 1620176871985, "artifactURL": "/sdc/v1/catalog/services/Vfw20210505010450/1.0/artifacts/service-Vfw20210505010450-template.yml", "status": "NOT_NOTIFIED" } 2021-05-05T01:08:10.888Z||pool-2-thread-2|||||INFO|500||Missing status on Status Object. 2021-05-05T01:08:10.888Z||pool-2-thread-2|||||DEBUG|500||received message from topic 2021-05-05T01:08:10.888Z||pool-2-thread-2|||||DEBUG|500||recieved notification from broker: { "distributionID": "29f13870-bf62-4e46-b7c0-88fec898ca7e", "consumerID": "ves-openapi-manager", "timestamp": 1620176874784, "artifactURL": "/sdc/v1/catalog/services/Vfw20210505010450/1.0/resourceInstances/vfwe430c76f7fa60/artifacts/vendor-license-model.xml", "status": "NOT_NOTIFIED" } 2021-05-05T01:08:10.888Z||pool-2-thread-2|||||INFO|500||Missing status on Status Object. 2021-05-05T01:08:10.888Z||pool-2-thread-2|||||DEBUG|500||received message from topic 2021-05-05T01:08:10.888Z||pool-2-thread-2|||||DEBUG|500||recieved notification from broker: { "distributionID": "29f13870-bf62-4e46-b7c0-88fec898ca7e", "consumerID": "multicloud-k8s-id", "timestamp": 1620176871985, "artifactURL": "/sdc/v1/catalog/services/Vfw20210505010450/1.0/artifacts/service-Vfw20210505010450-csar.csar", "status": "NOTIFIED" } 2021-05-05T01:08:10.888Z||pool-2-thread-2|||||INFO|500||Missing status on Status Object. 2021-05-05T01:08:10.888Z||pool-2-thread-2|||||DEBUG|500||received message from topic 2021-05-05T01:08:10.888Z||pool-2-thread-2|||||DEBUG|500||recieved notification from broker: { "distributionID": "29f13870-bf62-4e46-b7c0-88fec898ca7e", "consumerID": "aai-ml", "timestamp": 1620176879251, "artifactURL": "/sdc/v1/catalog/services/Vfw20210505010450/1.0/artifacts/service-Vfw20210505010450-csar.csar", "status": "DOWNLOAD_OK" } 2021-05-05T01:08:10.889Z||pool-2-thread-2|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error' 2021-05-05T01:08:10.889Z||pool-2-thread-2|||||DEBUG|500||received message from topic 2021-05-05T01:08:10.889Z||pool-2-thread-2|||||DEBUG|500||recieved notification from broker: { "distributionID": "29f13870-bf62-4e46-b7c0-88fec898ca7e", "consumerID": "multicloud-starlingx-id", "timestamp": 1620176879305, "artifactURL": "/sdc/v1/catalog/services/Vfw20210505010450/1.0/resourceInstances/vfwe430c76f7fa60/artifacts/vfwe430c76f7fa60_modules.json", "status": "DOWNLOAD_OK" } 2021-05-05T01:08:10.889Z||pool-2-thread-2|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error' 2021-05-05T01:08:10.889Z||pool-2-thread-2|||||DEBUG|500||received message from topic 2021-05-05T01:08:10.889Z||pool-2-thread-2|||||DEBUG|500||recieved notification from broker: { "distributionID": "29f13870-bf62-4e46-b7c0-88fec898ca7e", "consumerID": "policy-id", "timestamp": 1620176879324, "artifactURL": "/sdc/v1/catalog/services/Vfw20210505010450/1.0/artifacts/service-Vfw20210505010450-csar.csar", "status": "DOWNLOAD_OK" } 2021-05-05T01:08:10.889Z||pool-2-thread-2|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error' 2021-05-05T01:08:10.889Z||pool-2-thread-2|||||DEBUG|500||received message from topic 2021-05-05T01:08:10.889Z||pool-2-thread-2|||||DEBUG|500||recieved notification from broker: { "distributionID": "29f13870-bf62-4e46-b7c0-88fec898ca7e", "consumerID": "ves-openapi-manager", "timestamp": 1620176874784, "artifactURL": "/sdc/v1/catalog/services/Vfw20210505010450/1.0/resourceInstances/vfwe430c76f7fa60/artifacts/base_vfw.env", "status": "NOT_NOTIFIED" } 2021-05-05T01:08:10.889Z||pool-2-thread-2|||||INFO|500||Missing status on Status Object. 2021-05-05T01:08:10.889Z||pool-2-thread-2|||||DEBUG|500||received message from topic 2021-05-05T01:08:10.890Z||pool-2-thread-2|||||DEBUG|500||recieved notification from broker: { "distributionID": "29f13870-bf62-4e46-b7c0-88fec898ca7e", "consumerID": "cds", "timestamp": 1620176879475, "artifactURL": "/sdc/v1/catalog/services/Vfw20210505010450/1.0/artifacts/service-Vfw20210505010450-csar.csar", "status": "DOWNLOAD_OK" } 2021-05-05T01:08:10.890Z||pool-2-thread-2|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error' 2021-05-05T01:08:10.890Z||pool-2-thread-2|||||DEBUG|500||received message from topic 2021-05-05T01:08:10.890Z||pool-2-thread-2|||||DEBUG|500||recieved notification from broker: { "distributionID": "29f13870-bf62-4e46-b7c0-88fec898ca7e", "consumerID": "multicloud-k8s-id", "timestamp": 1620176879998, "artifactURL": "/sdc/v1/catalog/services/Vfw20210505010450/1.0/resourceInstances/vfwe430c76f7fa60/artifacts/vfwe430c76f7fa60_modules.json", "status": "DOWNLOAD_OK" } 2021-05-05T01:08:10.890Z||pool-2-thread-2|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error' 2021-05-05T01:08:10.890Z||pool-2-thread-2|||||DEBUG|500||received message from topic 2021-05-05T01:08:10.890Z||pool-2-thread-2|||||DEBUG|500||recieved notification from broker: { "distributionID": "29f13870-bf62-4e46-b7c0-88fec898ca7e", "consumerID": "policy-id", "timestamp": 1620176880332, "artifactURL": "/sdc/v1/catalog/services/Vfw20210505010450/1.0/artifacts/service-Vfw20210505010450-csar.csar", "status": "DEPLOY_OK" } 2021-05-05T01:08:10.890Z||pool-2-thread-2|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error' 2021-05-05T01:08:10.890Z||pool-2-thread-2|||||DEBUG|500||received message from topic 2021-05-05T01:08:10.890Z||pool-2-thread-2|||||DEBUG|500||recieved notification from broker: { "distributionID": "29f13870-bf62-4e46-b7c0-88fec898ca7e", "consumerID": "ves-openapi-manager", "timestamp": 1620176874784, "artifactURL": "/sdc/v1/catalog/services/Vfw20210505010450/1.0/artifacts/service-Vfw20210505010450-template.yml", "status": "NOT_NOTIFIED" } 2021-05-05T01:08:10.890Z||pool-2-thread-2|||||INFO|500||Missing status on Status Object. 2021-05-05T01:08:10.890Z||pool-2-thread-2|||||DEBUG|500||received message from topic 2021-05-05T01:08:10.890Z||pool-2-thread-2|||||DEBUG|500||recieved notification from broker: { "distributionID": "29f13870-bf62-4e46-b7c0-88fec898ca7e", "consumerID": "cds", "timestamp": 1620176880488, "artifactURL": "/sdc/v1/catalog/services/Vfw20210505010450/1.0/artifacts/service-Vfw20210505010450-csar.csar", "status": "COMPONENT_DONE_OK", "componentName": "cds" } Hibernate: select watchdogdi0_.DISTRIBUTION_ID as distribu1_11_0_, watchdogdi0_.CREATE_TIME as create_t2_11_0_, watchdogdi0_.DISTRIBUTION_ID_STATUS as distribu3_11_0_, watchdogdi0_.MODIFY_TIME as modify_t4_11_0_, watchdogdi0_.LOCK_VERSION as lock_ver5_11_0_ from watchdog_distributionid_status watchdogdi0_ where watchdogdi0_.DISTRIBUTION_ID=? Hibernate: select watchdogdi0_.DISTRIBUTION_ID as distribu1_11_0_, watchdogdi0_.CREATE_TIME as create_t2_11_0_, watchdogdi0_.DISTRIBUTION_ID_STATUS as distribu3_11_0_, watchdogdi0_.MODIFY_TIME as modify_t4_11_0_, watchdogdi0_.LOCK_VERSION as lock_ver5_11_0_ from watchdog_distributionid_status watchdogdi0_ where watchdogdi0_.DISTRIBUTION_ID=? Hibernate: insert into watchdog_distributionid_status (CREATE_TIME, DISTRIBUTION_ID_STATUS, MODIFY_TIME, LOCK_VERSION, DISTRIBUTION_ID) values (?, ?, ?, ?, ?) 2021-05-05T01:08:11.025Z||pool-2-thread-2|||||DEBUG|500||Receive a callback componentStatus in ASDC, for componentName: cds and status of COMPONENT_DONE_OK distributionID of 29f13870-bf62-4e46-b7c0-88fec898ca7e 2021-05-05T01:08:11.043Z||pool-2-thread-2|||||DEBUG|500||Entering installTheComponentStatus for distributionId 29f13870-bf62-4e46-b7c0-88fec898ca7e and ComponentName cds Hibernate: select watchdogco0_.COMPONENT_NAME as componen1_12_0_, watchdogco0_.DISTRIBUTION_ID as distribu2_12_0_, watchdogco0_.COMPONENT_DISTRIBUTION_STATUS as componen3_12_0_, watchdogco0_.CREATE_TIME as create_t4_12_0_, watchdogco0_.MODIFY_TIME as modify_t5_12_0_ from watchdog_per_component_distribution_status watchdogco0_ where watchdogco0_.COMPONENT_NAME=? and watchdogco0_.DISTRIBUTION_ID=? Hibernate: insert into watchdog_per_component_distribution_status (COMPONENT_DISTRIBUTION_STATUS, CREATE_TIME, MODIFY_TIME, COMPONENT_NAME, DISTRIBUTION_ID) values (?, ?, ?, ?, ?) 2021-05-05T01:08:11.062Z||pool-2-thread-2|||||DEBUG|500||received message from topic 2021-05-05T01:08:11.062Z||pool-2-thread-2|||||DEBUG|500||recieved notification from broker: { "distributionID": "29f13870-bf62-4e46-b7c0-88fec898ca7e", "consumerID": "multicloud-starlingx-id", "timestamp": 1620176880632, "artifactURL": "/sdc/v1/catalog/services/Vfw20210505010450/1.0/resourceInstances/vfwe430c76f7fa60/artifacts/base_vfw.yaml", "status": "DOWNLOAD_OK" } 2021-05-05T01:08:11.062Z||pool-2-thread-2|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error' 2021-05-05T01:08:11.062Z||pool-2-thread-2|||||DEBUG|500||received message from topic 2021-05-05T01:08:11.062Z||pool-2-thread-2|||||DEBUG|500||recieved notification from broker: { "distributionID": "29f13870-bf62-4e46-b7c0-88fec898ca7e", "consumerID": "multicloud-windriver-id", "timestamp": 1620176880474, "artifactURL": "/sdc/v1/catalog/services/Vfw20210505010450/1.0/resourceInstances/vfwe430c76f7fa60/artifacts/vf-license-model.xml", "status": "NOT_NOTIFIED" } 2021-05-05T01:08:11.062Z||pool-2-thread-2|||||INFO|500||Missing status on Status Object. 2021-05-05T01:08:11.063Z||pool-2-thread-2|||||DEBUG|500||received message from topic 2021-05-05T01:08:11.063Z||pool-2-thread-2|||||DEBUG|500||recieved notification from broker: { "distributionID": "29f13870-bf62-4e46-b7c0-88fec898ca7e", "consumerID": "policy-id", "timestamp": 1620176881336, "artifactURL": "", "status": "COMPONENT_DONE_OK", "componentName": "POLICY" } Hibernate: select watchdogdi0_.DISTRIBUTION_ID as distribu1_11_0_, watchdogdi0_.CREATE_TIME as create_t2_11_0_, watchdogdi0_.DISTRIBUTION_ID_STATUS as distribu3_11_0_, watchdogdi0_.MODIFY_TIME as modify_t4_11_0_, watchdogdi0_.LOCK_VERSION as lock_ver5_11_0_ from watchdog_distributionid_status watchdogdi0_ where watchdogdi0_.DISTRIBUTION_ID=? 2021-05-05T01:08:11.075Z||pool-2-thread-2|||||DEBUG|500||Receive a callback componentStatus in ASDC, for componentName: POLICY and status of COMPONENT_DONE_OK distributionID of 29f13870-bf62-4e46-b7c0-88fec898ca7e 2021-05-05T01:08:11.075Z||pool-2-thread-2|||||DEBUG|500||Entering installTheComponentStatus for distributionId 29f13870-bf62-4e46-b7c0-88fec898ca7e and ComponentName POLICY Hibernate: select watchdogco0_.COMPONENT_NAME as componen1_12_0_, watchdogco0_.DISTRIBUTION_ID as distribu2_12_0_, watchdogco0_.COMPONENT_DISTRIBUTION_STATUS as componen3_12_0_, watchdogco0_.CREATE_TIME as create_t4_12_0_, watchdogco0_.MODIFY_TIME as modify_t5_12_0_ from watchdog_per_component_distribution_status watchdogco0_ where watchdogco0_.COMPONENT_NAME=? and watchdogco0_.DISTRIBUTION_ID=? Hibernate: insert into watchdog_per_component_distribution_status (COMPONENT_DISTRIBUTION_STATUS, CREATE_TIME, MODIFY_TIME, COMPONENT_NAME, DISTRIBUTION_ID) values (?, ?, ?, ?, ?) 2021-05-05T01:08:11.084Z||pool-2-thread-2|||||DEBUG|500||received message from topic 2021-05-05T01:08:11.084Z||pool-2-thread-2|||||DEBUG|500||recieved notification from broker: { "distributionID": "29f13870-bf62-4e46-b7c0-88fec898ca7e", "consumerID": "ves-openapi-manager", "timestamp": 1620176874784, "artifactURL": "/sdc/v1/catalog/services/Vfw20210505010450/1.0/artifacts/service-Vfw20210505010450-csar.csar", "status": "NOT_NOTIFIED" } 2021-05-05T01:08:11.084Z||pool-2-thread-2|||||INFO|500||Missing status on Status Object. 2021-05-05T01:08:11.084Z||pool-2-thread-2|||||DEBUG|500||received message from topic 2021-05-05T01:08:11.084Z||pool-2-thread-2|||||DEBUG|500||recieved notification from broker: { "distributionID": "29f13870-bf62-4e46-b7c0-88fec898ca7e", "consumerID": "sdc-COpenSource-Env11-sdnc-dockero", "timestamp": 1620176880818, "artifactURL": "/sdc/v1/catalog/services/Vfw20210505010450/1.0/resourceInstances/vfwe430c76f7fa60/artifacts/vf-license-model.xml", "status": "NOT_NOTIFIED" } 2021-05-05T01:08:11.084Z||pool-2-thread-2|||||INFO|500||Missing status on Status Object. 2021-05-05T01:08:11.084Z||pool-2-thread-2|||||DEBUG|500||received message from topic 2021-05-05T01:08:11.084Z||pool-2-thread-2|||||DEBUG|500||recieved notification from broker: { "distributionID": "29f13870-bf62-4e46-b7c0-88fec898ca7e", "consumerID": "multicloud-k8s-id", "timestamp": 1620176881565, "artifactURL": "/sdc/v1/catalog/services/Vfw20210505010450/1.0/resourceInstances/vfwe430c76f7fa60/artifacts/base_vfw.yaml", "status": "DOWNLOAD_OK" } 2021-05-05T01:08:11.084Z||pool-2-thread-2|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error' 2021-05-05T01:08:11.084Z||pool-2-thread-2|||||DEBUG|500||received message from topic 2021-05-05T01:08:11.084Z||pool-2-thread-2|||||DEBUG|500||recieved notification from broker: { "distributionID": "29f13870-bf62-4e46-b7c0-88fec898ca7e", "consumerID": "multicloud-windriver-id", "timestamp": 1620176880474, "artifactURL": "/sdc/v1/catalog/services/Vfw20210505010450/1.0/resourceInstances/vfwe430c76f7fa60/artifacts/vfwe430c76f7fa60_modules.json", "status": "NOTIFIED" } 2021-05-05T01:08:11.084Z||pool-2-thread-2|||||INFO|500||Missing status on Status Object. 2021-05-05T01:08:11.085Z||pool-2-thread-2|||||DEBUG|500||received message from topic 2021-05-05T01:08:11.085Z||pool-2-thread-2|||||DEBUG|500||recieved notification from broker: { "distributionID": "29f13870-bf62-4e46-b7c0-88fec898ca7e", "consumerID": "multicloud-starlingx-id", "timestamp": 1620176882133, "artifactURL": "/sdc/v1/catalog/services/Vfw20210505010450/1.0/resourceInstances/vfwe430c76f7fa60/artifacts/base_vfw.env", "status": "DOWNLOAD_OK" } 2021-05-05T01:08:11.085Z||pool-2-thread-2|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error' 2021-05-05T01:08:11.085Z||pool-2-thread-2|||||DEBUG|500||received message from topic 2021-05-05T01:08:11.085Z||pool-2-thread-2|||||DEBUG|500||recieved notification from broker: { "distributionID": "29f13870-bf62-4e46-b7c0-88fec898ca7e", "consumerID": "sdc-COpenSource-Env11-sdnc-dockero", "timestamp": 1620176880818, "artifactURL": "/sdc/v1/catalog/services/Vfw20210505010450/1.0/resourceInstances/vfwe430c76f7fa60/artifacts/vfwe430c76f7fa60_modules.json", "status": "NOT_NOTIFIED" } 2021-05-05T01:08:11.085Z||pool-2-thread-2|||||INFO|500||Missing status on Status Object. 2021-05-05T01:08:11.085Z||pool-2-thread-2|||||DEBUG|500||received message from topic 2021-05-05T01:08:11.085Z||pool-2-thread-2|||||DEBUG|500||recieved notification from broker: { "distributionID": "29f13870-bf62-4e46-b7c0-88fec898ca7e", "consumerID": "multicloud-windriver-id", "timestamp": 1620176880474, "artifactURL": "/sdc/v1/catalog/services/Vfw20210505010450/1.0/resourceInstances/vfwe430c76f7fa60/artifacts/base_vfw.yaml", "status": "NOTIFIED" } 2021-05-05T01:08:11.085Z||pool-2-thread-2|||||INFO|500||Missing status on Status Object. 2021-05-05T01:08:11.085Z||pool-2-thread-2|||||DEBUG|500||received message from topic 2021-05-05T01:08:11.085Z||pool-2-thread-2|||||DEBUG|500||recieved notification from broker: { "distributionID": "29f13870-bf62-4e46-b7c0-88fec898ca7e", "consumerID": "multicloud-starlingx-id", "timestamp": 1620176883152, "artifactURL": "", "status": "COMPONENT_DONE_OK", "componentName": "POLICY" } Hibernate: select watchdogdi0_.DISTRIBUTION_ID as distribu1_11_0_, watchdogdi0_.CREATE_TIME as create_t2_11_0_, watchdogdi0_.DISTRIBUTION_ID_STATUS as distribu3_11_0_, watchdogdi0_.MODIFY_TIME as modify_t4_11_0_, watchdogdi0_.LOCK_VERSION as lock_ver5_11_0_ from watchdog_distributionid_status watchdogdi0_ where watchdogdi0_.DISTRIBUTION_ID=? 2021-05-05T01:08:11.091Z||pool-2-thread-2|||||DEBUG|500||Receive a callback componentStatus in ASDC, for componentName: POLICY and status of COMPONENT_DONE_OK distributionID of 29f13870-bf62-4e46-b7c0-88fec898ca7e 2021-05-05T01:08:11.091Z||pool-2-thread-2|||||DEBUG|500||Entering installTheComponentStatus for distributionId 29f13870-bf62-4e46-b7c0-88fec898ca7e and ComponentName POLICY Hibernate: select watchdogco0_.COMPONENT_NAME as componen1_12_0_, watchdogco0_.DISTRIBUTION_ID as distribu2_12_0_, watchdogco0_.COMPONENT_DISTRIBUTION_STATUS as componen3_12_0_, watchdogco0_.CREATE_TIME as create_t4_12_0_, watchdogco0_.MODIFY_TIME as modify_t5_12_0_ from watchdog_per_component_distribution_status watchdogco0_ where watchdogco0_.COMPONENT_NAME=? and watchdogco0_.DISTRIBUTION_ID=? Hibernate: update watchdog_per_component_distribution_status set COMPONENT_DISTRIBUTION_STATUS=?, MODIFY_TIME=? where COMPONENT_NAME=? and DISTRIBUTION_ID=? 2021-05-05T01:08:11.102Z||pool-2-thread-2|||||DEBUG|500||received message from topic 2021-05-05T01:08:11.102Z||pool-2-thread-2|||||DEBUG|500||recieved notification from broker: { "distributionID": "29f13870-bf62-4e46-b7c0-88fec898ca7e", "consumerID": "multicloud-k8s-id", "timestamp": 1620176883157, "artifactURL": "/sdc/v1/catalog/services/Vfw20210505010450/1.0/resourceInstances/vfwe430c76f7fa60/artifacts/base_vfw.env", "status": "DOWNLOAD_OK" } 2021-05-05T01:08:11.103Z||pool-2-thread-2|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error' 2021-05-05T01:08:11.103Z||pool-2-thread-2|||||DEBUG|500||received message from topic 2021-05-05T01:08:11.103Z||pool-2-thread-2|||||DEBUG|500||recieved notification from broker: { "distributionID": "29f13870-bf62-4e46-b7c0-88fec898ca7e", "consumerID": "sdc-COpenSource-Env11-sdnc-dockero", "timestamp": 1620176880818, "artifactURL": "/sdc/v1/catalog/services/Vfw20210505010450/1.0/resourceInstances/vfwe430c76f7fa60/artifacts/base_vfw.yaml", "status": "NOT_NOTIFIED" } 2021-05-05T01:08:11.103Z||pool-2-thread-2|||||INFO|500||Missing status on Status Object. 2021-05-05T01:08:11.103Z||pool-2-thread-2|||||DEBUG|500||received message from topic 2021-05-05T01:08:11.103Z||pool-2-thread-2|||||DEBUG|500||recieved notification from broker: { "distributionID": "29f13870-bf62-4e46-b7c0-88fec898ca7e", "consumerID": "multicloud-windriver-id", "timestamp": 1620176880474, "artifactURL": "/sdc/v1/catalog/services/Vfw20210505010450/1.0/resourceInstances/vfwe430c76f7fa60/artifacts/vendor-license-model.xml", "status": "NOT_NOTIFIED" } 2021-05-05T01:08:11.104Z||pool-2-thread-2|||||INFO|500||Missing status on Status Object. 2021-05-05T01:08:11.104Z||pool-2-thread-2|||||DEBUG|500||received message from topic 2021-05-05T01:08:11.104Z||pool-2-thread-2|||||DEBUG|500||recieved notification from broker: { "distributionID": "29f13870-bf62-4e46-b7c0-88fec898ca7e", "consumerID": "multicloud-starlingx-id", "timestamp": 1620176884159, "artifactURL": "/sdc/v1/catalog/services/Vfw20210505010450/1.0/resourceInstances/vfwe430c76f7fa60/artifacts/vfwe430c76f7fa60_modules.json", "status": "DEPLOY_OK" } 2021-05-05T01:08:11.104Z||pool-2-thread-2|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error' 2021-05-05T01:08:11.104Z||pool-2-thread-2|||||DEBUG|500||received message from topic 2021-05-05T01:08:11.104Z||pool-2-thread-2|||||DEBUG|500||recieved notification from broker: { "distributionID": "29f13870-bf62-4e46-b7c0-88fec898ca7e", "consumerID": "multicloud-k8s-id", "timestamp": 1620176884251, "artifactURL": "", "status": "COMPONENT_DONE_OK", "componentName": "POLICY" } Hibernate: select watchdogdi0_.DISTRIBUTION_ID as distribu1_11_0_, watchdogdi0_.CREATE_TIME as create_t2_11_0_, watchdogdi0_.DISTRIBUTION_ID_STATUS as distribu3_11_0_, watchdogdi0_.MODIFY_TIME as modify_t4_11_0_, watchdogdi0_.LOCK_VERSION as lock_ver5_11_0_ from watchdog_distributionid_status watchdogdi0_ where watchdogdi0_.DISTRIBUTION_ID=? 2021-05-05T01:08:11.110Z||pool-2-thread-2|||||DEBUG|500||Receive a callback componentStatus in ASDC, for componentName: POLICY and status of COMPONENT_DONE_OK distributionID of 29f13870-bf62-4e46-b7c0-88fec898ca7e 2021-05-05T01:08:11.110Z||pool-2-thread-2|||||DEBUG|500||Entering installTheComponentStatus for distributionId 29f13870-bf62-4e46-b7c0-88fec898ca7e and ComponentName POLICY Hibernate: select watchdogco0_.COMPONENT_NAME as componen1_12_0_, watchdogco0_.DISTRIBUTION_ID as distribu2_12_0_, watchdogco0_.COMPONENT_DISTRIBUTION_STATUS as componen3_12_0_, watchdogco0_.CREATE_TIME as create_t4_12_0_, watchdogco0_.MODIFY_TIME as modify_t5_12_0_ from watchdog_per_component_distribution_status watchdogco0_ where watchdogco0_.COMPONENT_NAME=? and watchdogco0_.DISTRIBUTION_ID=? Hibernate: update watchdog_per_component_distribution_status set COMPONENT_DISTRIBUTION_STATUS=?, MODIFY_TIME=? where COMPONENT_NAME=? and DISTRIBUTION_ID=? 2021-05-05T01:08:11.116Z||pool-2-thread-2|||||DEBUG|500||received message from topic 2021-05-05T01:08:11.117Z||pool-2-thread-2|||||DEBUG|500||recieved notification from broker: { "distributionID": "29f13870-bf62-4e46-b7c0-88fec898ca7e", "consumerID": "sdc-COpenSource-Env11-sdnc-dockero", "timestamp": 1620176880818, "artifactURL": "/sdc/v1/catalog/services/Vfw20210505010450/1.0/resourceInstances/vfwe430c76f7fa60/artifacts/vendor-license-model.xml", "status": "NOT_NOTIFIED" } 2021-05-05T01:08:11.117Z||pool-2-thread-2|||||INFO|500||Missing status on Status Object. 2021-05-05T01:08:11.117Z||pool-2-thread-2|||||DEBUG|500||received message from topic 2021-05-05T01:08:11.117Z||pool-2-thread-2|||||DEBUG|500||recieved notification from broker: { "distributionID": "29f13870-bf62-4e46-b7c0-88fec898ca7e", "consumerID": "multicloud-windriver-id", "timestamp": 1620176880474, "artifactURL": "/sdc/v1/catalog/services/Vfw20210505010450/1.0/resourceInstances/vfwe430c76f7fa60/artifacts/base_vfw.env", "status": "NOTIFIED" } 2021-05-05T01:08:11.117Z||pool-2-thread-2|||||INFO|500||Missing status on Status Object. 2021-05-05T01:08:11.117Z||pool-2-thread-2|||||DEBUG|500||received message from topic 2021-05-05T01:08:11.117Z||pool-2-thread-2|||||DEBUG|500||recieved notification from broker: { "distributionID": "29f13870-bf62-4e46-b7c0-88fec898ca7e", "consumerID": "multicloud-k8s-id", "timestamp": 1620176885255, "artifactURL": "/sdc/v1/catalog/services/Vfw20210505010450/1.0/resourceInstances/vfwe430c76f7fa60/artifacts/vfwe430c76f7fa60_modules.json", "status": "DEPLOY_OK" } 2021-05-05T01:08:11.118Z||pool-2-thread-2|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error' 2021-05-05T01:08:11.118Z||pool-2-thread-2|||||DEBUG|500||received message from topic 2021-05-05T01:08:11.118Z||pool-2-thread-2|||||DEBUG|500||recieved notification from broker: { "distributionID": "29f13870-bf62-4e46-b7c0-88fec898ca7e", "consumerID": "sdc-COpenSource-Env11-sdnc-dockero", "timestamp": 1620176880818, "artifactURL": "/sdc/v1/catalog/services/Vfw20210505010450/1.0/resourceInstances/vfwe430c76f7fa60/artifacts/base_vfw.env", "status": "NOT_NOTIFIED" } 2021-05-05T01:08:11.118Z||pool-2-thread-2|||||INFO|500||Missing status on Status Object. 2021-05-05T01:08:11.118Z||pool-2-thread-2|||||DEBUG|500||received message from topic 2021-05-05T01:08:11.118Z||pool-2-thread-2|||||DEBUG|500||recieved notification from broker: { "distributionID": "29f13870-bf62-4e46-b7c0-88fec898ca7e", "consumerID": "multicloud-windriver-id", "timestamp": 1620176880474, "artifactURL": "/sdc/v1/catalog/services/Vfw20210505010450/1.0/artifacts/service-Vfw20210505010450-template.yml", "status": "NOT_NOTIFIED" } 2021-05-05T01:08:11.118Z||pool-2-thread-2|||||INFO|500||Missing status on Status Object. 2021-05-05T01:08:11.118Z||pool-2-thread-2|||||DEBUG|500||received message from topic 2021-05-05T01:08:11.118Z||pool-2-thread-2|||||DEBUG|500||recieved notification from broker: { "distributionID": "29f13870-bf62-4e46-b7c0-88fec898ca7e", "consumerID": "sdc-COpenSource-Env11-sdnc-dockero", "timestamp": 1620176880818, "artifactURL": "/sdc/v1/catalog/services/Vfw20210505010450/1.0/artifacts/service-Vfw20210505010450-template.yml", "status": "NOT_NOTIFIED" } 2021-05-05T01:08:11.118Z||pool-2-thread-2|||||INFO|500||Missing status on Status Object. 2021-05-05T01:08:11.118Z||pool-2-thread-2|||||DEBUG|500||received message from topic 2021-05-05T01:08:11.118Z||pool-2-thread-2|||||DEBUG|500||recieved notification from broker: { "distributionID": "29f13870-bf62-4e46-b7c0-88fec898ca7e", "consumerID": "multicloud-windriver-id", "timestamp": 1620176880474, "artifactURL": "/sdc/v1/catalog/services/Vfw20210505010450/1.0/artifacts/service-Vfw20210505010450-csar.csar", "status": "NOTIFIED" } 2021-05-05T01:08:11.118Z||pool-2-thread-2|||||INFO|500||Missing status on Status Object. 2021-05-05T01:08:11.119Z||pool-2-thread-2|||||DEBUG|500||received message from topic 2021-05-05T01:08:11.119Z||pool-2-thread-2|||||DEBUG|500||recieved notification from broker: { "distributionID": "29f13870-bf62-4e46-b7c0-88fec898ca7e", "consumerID": "sdc-COpenSource-Env11-sdnc-dockero", "timestamp": 1620176880818, "artifactURL": "/sdc/v1/catalog/services/Vfw20210505010450/1.0/artifacts/service-Vfw20210505010450-csar.csar", "status": "NOTIFIED" } 2021-05-05T01:08:11.119Z||pool-2-thread-2|||||INFO|500||Missing status on Status Object. 2021-05-05T01:08:11.119Z||pool-2-thread-2|||||DEBUG|500||received message from topic 2021-05-05T01:08:11.119Z||pool-2-thread-2|||||DEBUG|500||recieved notification from broker: { "distributionID": "29f13870-bf62-4e46-b7c0-88fec898ca7e", "consumerID": "multicloud-windriver-id", "timestamp": 1620176888654, "artifactURL": "/sdc/v1/catalog/services/Vfw20210505010450/1.0/resourceInstances/vfwe430c76f7fa60/artifacts/vfwe430c76f7fa60_modules.json", "status": "DOWNLOAD_OK" } 2021-05-05T01:08:11.119Z||pool-2-thread-2|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error' 2021-05-05T01:08:11.119Z||pool-2-thread-2|||||DEBUG|500||received message from topic 2021-05-05T01:08:11.119Z||pool-2-thread-2|||||DEBUG|500||recieved notification from broker: { "distributionID": "29f13870-bf62-4e46-b7c0-88fec898ca7e", "consumerID": "sdc-COpenSource-Env11-sdnc-dockero", "timestamp": 1620176889322, "artifactURL": "/sdc/v1/catalog/services/Vfw20210505010450/1.0/artifacts/service-Vfw20210505010450-csar.csar", "status": "DOWNLOAD_OK" } 2021-05-05T01:08:11.119Z||pool-2-thread-2|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error' 2021-05-05T01:08:11.347Z||pool-2-thread-6|||||INFO|500|| --> HTTP/1.1 200 OK 2021-05-05T01:08:11.350Z||pool-2-thread-6|||||DEBUG|500||received message from topic 2021-05-05T01:08:11.350Z||pool-2-thread-6|||||DEBUG|500||recieved notification from broker: {"distributionID":"29f13870-bf62-4e46-b7c0-88fec898ca7e","serviceName":"vFW 2021-05-05 01-04-50","serviceVersion":"1.0","serviceUUID":"8a016b72-4627-487a-80f3-541e4b8cc7bf","serviceDescription":"catalog service description","serviceInvariantUUID":"30aa2469-c010-445a-ade9-67ad3996a390","resources":[{"resourceInstanceName":"vFW e430c76f-7fa6 0","resourceName":"vFW e430c76f-7fa6","resourceVersion":"1.0","resoucreType":"VF","resourceUUID":"cba27fa3-d873-4d54-8400-5910e45b907c","resourceInvariantUUID":"1b3d7f99-3c70-4576-8968-a8f38985d79d","resourceCustomizationUUID":"1ff1e882-e2e5-4f8a-b714-6d2e855437f5","category":"Generic","subcategory":"Abstract","artifacts":[{"artifactName":"vf-license-model.xml","artifactType":"VF_LICENSE","artifactURL":"/sdc/v1/catalog/services/Vfw20210505010450/1.0/resourceInstances/vfwe430c76f7fa60/artifacts/vf-license-model.xml","artifactChecksum":"YzljYjMwNTkwYWQ2YzFlMTM4Mjc4YWE4M2M3MTViN2I\u003d","artifactDescription":"VF license file","artifactTimeout":0,"artifactUUID":"422d46bf-7e4c-4550-94cc-597f0256ec7b","artifactVersion":"1"},{"artifactName":"vfwe430c76f7fa60_modules.json","artifactType":"VF_MODULES_METADATA","artifactURL":"/sdc/v1/catalog/services/Vfw20210505010450/1.0/resourceInstances/vfwe430c76f7fa60/artifacts/vfwe430c76f7fa60_modules.json","artifactChecksum":"NDJmMTZhM2U3YTM4NjM0OGE0YjUwOGJhZTY0ZTE1Y2Q\u003d","artifactDescription":"Auto-generated VF Modules information artifact","artifactTimeout":0,"artifactUUID":"b5e18aaa-6719-40e3-9b9a-af28d60b8174","artifactVersion":"1"},{"artifactName":"base_vfw.yaml","artifactType":"HEAT","artifactURL":"/sdc/v1/catalog/services/Vfw20210505010450/1.0/resourceInstances/vfwe430c76f7fa60/artifacts/base_vfw.yaml","artifactChecksum":"ZmM1NGJiZjBlNDE5MjM5MWIwMjRlOTM2YjI4NTA1OTU\u003d","artifactDescription":"created from csar","artifactTimeout":30,"artifactUUID":"743b5c37-f2b4-4742-9a1d-14dfecc4cfdb","artifactVersion":"1"},{"artifactName":"vendor-license-model.xml","artifactType":"VENDOR_LICENSE","artifactURL":"/sdc/v1/catalog/services/Vfw20210505010450/1.0/resourceInstances/vfwe430c76f7fa60/artifacts/vendor-license-model.xml","artifactChecksum":"MmVhOThkNzlmOTRiNTJkZTFiYzhiNDU1ZWI4YTRhNTY\u003d","artifactDescription":" Vendor license file","artifactTimeout":0,"artifactUUID":"5d72f1ab-bc71-4a32-9f5f-7c7ad184dd77","artifactVersion":"1"},{"artifactName":"base_vfw.env","artifactType":"HEAT_ENV","artifactURL":"/sdc/v1/catalog/services/Vfw20210505010450/1.0/resourceInstances/vfwe430c76f7fa60/artifacts/base_vfw.env","artifactChecksum":"MGVmNWZjZTllNGFjNjkyYTAwYzMyZTcwODk2NGRkYmU\u003d","artifactDescription":"Auto-generated HEAT Environment deployment artifact","artifactTimeout":0,"artifactUUID":"34a637fe-20f3-46c2-8d06-308f53348cdc","artifactVersion":"2","generatedFromUUID":"743b5c37-f2b4-4742-9a1d-14dfecc4cfdb"}]}],"serviceArtifacts":[{"artifactName":"service-Vfw20210505010450-template.yml","artifactType":"TOSCA_TEMPLATE","artifactURL":"/sdc/v1/catalog/services/Vfw20210505010450/1.0/artifacts/service-Vfw20210505010450-template.yml","artifactChecksum":"OTlhMjU3NGJmNzNiOWI0NTgyNGVkYWQxMjJhYjY0ZTg\u003d","artifactDescription":"TOSCA representation of the asset","artifactTimeout":0,"artifactUUID":"d13dd558-dcac-4549-b587-95db2c83fe6b","artifactVersion":"1"},{"artifactName":"service-Vfw20210505010450-csar.csar","artifactType":"TOSCA_CSAR","artifactURL":"/sdc/v1/catalog/services/Vfw20210505010450/1.0/artifacts/service-Vfw20210505010450-csar.csar","artifactChecksum":"YjNlZGY5OTY2MGJkZjQ3NGFkZDYwOGI0YTdlMjNiNTY\u003d","artifactDescription":"TOSCA definition package of the asset","artifactTimeout":0,"artifactUUID":"58e6afe2-a948-4442-aedc-10645824b056","artifactVersion":"1"}],"workloadContext":"Production"} 2021-05-05T01:08:11.358Z||pool-2-thread-6|||||INFO|500||DistributionClient - sendNotificationStatus 2021-05-05T01:08:11.365Z||pool-2-thread-6|||||INFO|500||DistributionClient - sendStatus 2021-05-05T01:08:11.374Z||pool-2-thread-6|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap] 2021-05-05T01:08:11.375Z||pool-2-thread-6|||||DEBUG|500||try to send status { "distributionID": "29f13870-bf62-4e46-b7c0-88fec898ca7e", "consumerID": "SO-COpenSource-Env11", "timestamp": 1620176890724, "artifactURL": "/sdc/v1/catalog/services/Vfw20210505010450/1.0/resourceInstances/vfwe430c76f7fa60/artifacts/vf-license-model.xml", "status": "NOT_NOTIFIED" } 2021-05-05T01:08:11.475Z||pool-3-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 98 ms 2021-05-05T01:08:11.481Z||pool-3-thread-1|||||WARN|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO will send credentials over a clear channel. 2021-05-05T01:08:11.481Z||pool-3-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as a4LkjAbl6YzsGxek) ... 2021-05-05T01:08:11.493Z||pool-3-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK 2021-05-05T01:08:11.493Z||pool-3-thread-1|||||INFO|500||cambria reply ok (13 ms):{"serverTimeMs":0,"count":1} 2021-05-05T01:08:12.379Z||pool-2-thread-6|||||INFO|500||DistributionClient - sendNotificationStatus 2021-05-05T01:08:12.380Z||pool-2-thread-6|||||INFO|500||DistributionClient - sendStatus 2021-05-05T01:08:12.382Z||pool-2-thread-6|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap] 2021-05-05T01:08:12.382Z||pool-2-thread-6|||||DEBUG|500||try to send status { "distributionID": "29f13870-bf62-4e46-b7c0-88fec898ca7e", "consumerID": "SO-COpenSource-Env11", "timestamp": 1620176890724, "artifactURL": "/sdc/v1/catalog/services/Vfw20210505010450/1.0/resourceInstances/vfwe430c76f7fa60/artifacts/vfwe430c76f7fa60_modules.json", "status": "NOTIFIED" } 2021-05-05T01:08:12.482Z||pool-4-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms 2021-05-05T01:08:12.483Z||pool-4-thread-1|||||WARN|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO will send credentials over a clear channel. 2021-05-05T01:08:12.483Z||pool-4-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as a4LkjAbl6YzsGxek) ... 2021-05-05T01:08:12.491Z||pool-4-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK 2021-05-05T01:08:12.492Z||pool-4-thread-1|||||INFO|500||cambria reply ok (10 ms):{"serverTimeMs":0,"count":1} 2021-05-05T01:08:13.382Z||pool-2-thread-6|||||INFO|500||DistributionClient - sendNotificationStatus 2021-05-05T01:08:13.383Z||pool-2-thread-6|||||INFO|500||DistributionClient - sendStatus 2021-05-05T01:08:13.386Z||pool-2-thread-6|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap] 2021-05-05T01:08:13.386Z||pool-2-thread-6|||||DEBUG|500||try to send status { "distributionID": "29f13870-bf62-4e46-b7c0-88fec898ca7e", "consumerID": "SO-COpenSource-Env11", "timestamp": 1620176890724, "artifactURL": "/sdc/v1/catalog/services/Vfw20210505010450/1.0/resourceInstances/vfwe430c76f7fa60/artifacts/base_vfw.yaml", "status": "NOTIFIED" } 2021-05-05T01:08:13.486Z||pool-5-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms 2021-05-05T01:08:13.487Z||pool-5-thread-1|||||WARN|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO will send credentials over a clear channel. 2021-05-05T01:08:13.487Z||pool-5-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as a4LkjAbl6YzsGxek) ... 2021-05-05T01:08:13.494Z||pool-5-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK 2021-05-05T01:08:13.494Z||pool-5-thread-1|||||INFO|500||cambria reply ok (8 ms):{"serverTimeMs":0,"count":1} 2021-05-05T01:08:14.386Z||pool-2-thread-6|||||INFO|500||DistributionClient - sendNotificationStatus 2021-05-05T01:08:14.387Z||pool-2-thread-6|||||INFO|500||DistributionClient - sendStatus 2021-05-05T01:08:14.389Z||pool-2-thread-6|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap] 2021-05-05T01:08:14.389Z||pool-2-thread-6|||||DEBUG|500||try to send status { "distributionID": "29f13870-bf62-4e46-b7c0-88fec898ca7e", "consumerID": "SO-COpenSource-Env11", "timestamp": 1620176890724, "artifactURL": "/sdc/v1/catalog/services/Vfw20210505010450/1.0/resourceInstances/vfwe430c76f7fa60/artifacts/vendor-license-model.xml", "status": "NOT_NOTIFIED" } 2021-05-05T01:08:14.489Z||pool-6-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms 2021-05-05T01:08:14.490Z||pool-6-thread-1|||||WARN|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO will send credentials over a clear channel. 2021-05-05T01:08:14.491Z||pool-6-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as a4LkjAbl6YzsGxek) ... 2021-05-05T01:08:14.498Z||pool-6-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK 2021-05-05T01:08:14.498Z||pool-6-thread-1|||||INFO|500||cambria reply ok (8 ms):{"serverTimeMs":0,"count":1} 2021-05-05T01:08:15.390Z||pool-2-thread-6|||||INFO|500||DistributionClient - sendNotificationStatus 2021-05-05T01:08:15.391Z||pool-2-thread-6|||||INFO|500||DistributionClient - sendStatus 2021-05-05T01:08:15.393Z||pool-2-thread-6|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap] 2021-05-05T01:08:15.393Z||pool-2-thread-6|||||DEBUG|500||try to send status { "distributionID": "29f13870-bf62-4e46-b7c0-88fec898ca7e", "consumerID": "SO-COpenSource-Env11", "timestamp": 1620176890724, "artifactURL": "/sdc/v1/catalog/services/Vfw20210505010450/1.0/resourceInstances/vfwe430c76f7fa60/artifacts/base_vfw.env", "status": "NOTIFIED" } 2021-05-05T01:08:15.493Z||pool-7-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms 2021-05-05T01:08:15.494Z||pool-7-thread-1|||||WARN|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO will send credentials over a clear channel. 2021-05-05T01:08:15.495Z||pool-7-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as a4LkjAbl6YzsGxek) ... 2021-05-05T01:08:15.503Z||pool-7-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK 2021-05-05T01:08:15.503Z||pool-7-thread-1|||||INFO|500||cambria reply ok (9 ms):{"serverTimeMs":0,"count":1} 2021-05-05T01:08:16.394Z||pool-2-thread-6|||||INFO|500||DistributionClient - sendNotificationStatus 2021-05-05T01:08:16.395Z||pool-2-thread-6|||||INFO|500||DistributionClient - sendStatus 2021-05-05T01:08:16.396Z||pool-2-thread-6|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap] 2021-05-05T01:08:16.397Z||pool-2-thread-6|||||DEBUG|500||try to send status { "distributionID": "29f13870-bf62-4e46-b7c0-88fec898ca7e", "consumerID": "SO-COpenSource-Env11", "timestamp": 1620176890724, "artifactURL": "/sdc/v1/catalog/services/Vfw20210505010450/1.0/artifacts/service-Vfw20210505010450-template.yml", "status": "NOT_NOTIFIED" } 2021-05-05T01:08:16.497Z||pool-8-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms 2021-05-05T01:08:16.497Z||pool-8-thread-1|||||WARN|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO will send credentials over a clear channel. 2021-05-05T01:08:16.498Z||pool-8-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as a4LkjAbl6YzsGxek) ... 2021-05-05T01:08:16.506Z||pool-8-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK 2021-05-05T01:08:16.506Z||pool-8-thread-1|||||INFO|500||cambria reply ok (9 ms):{"serverTimeMs":0,"count":1} 2021-05-05T01:08:17.397Z||pool-2-thread-6|||||INFO|500||DistributionClient - sendNotificationStatus 2021-05-05T01:08:17.398Z||pool-2-thread-6|||||INFO|500||DistributionClient - sendStatus 2021-05-05T01:08:17.400Z||pool-2-thread-6|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap] 2021-05-05T01:08:17.400Z||pool-2-thread-6|||||DEBUG|500||try to send status { "distributionID": "29f13870-bf62-4e46-b7c0-88fec898ca7e", "consumerID": "SO-COpenSource-Env11", "timestamp": 1620176890724, "artifactURL": "/sdc/v1/catalog/services/Vfw20210505010450/1.0/artifacts/service-Vfw20210505010450-csar.csar", "status": "NOTIFIED" } 2021-05-05T01:08:17.501Z||pool-9-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms 2021-05-05T01:08:17.501Z||pool-9-thread-1|||||WARN|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO will send credentials over a clear channel. 2021-05-05T01:08:17.502Z||pool-9-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as a4LkjAbl6YzsGxek) ... 2021-05-05T01:08:17.510Z||pool-9-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK 2021-05-05T01:08:17.511Z||pool-9-thread-1|||||INFO|500||cambria reply ok (10 ms):{"serverTimeMs":0,"count":1} 2021-05-05T01:08:18.402Z||pool-2-thread-6|||||DEBUG|500||sending notification to client: { "distributionID": "29f13870-bf62-4e46-b7c0-88fec898ca7e", "serviceName": "vFW 2021-05-05 01-04-50", "serviceVersion": "1.0", "serviceUUID": "8a016b72-4627-487a-80f3-541e4b8cc7bf", "serviceDescription": "catalog service description", "serviceInvariantUUID": "30aa2469-c010-445a-ade9-67ad3996a390", "resources": [ { "resourceInstanceName": "vFW e430c76f-7fa6 0", "resourceCustomizationUUID": "1ff1e882-e2e5-4f8a-b714-6d2e855437f5", "resourceName": "vFW e430c76f-7fa6", "resourceVersion": "1.0", "resoucreType": "VF", "resourceUUID": "cba27fa3-d873-4d54-8400-5910e45b907c", "resourceInvariantUUID": "1b3d7f99-3c70-4576-8968-a8f38985d79d", "category": "Generic", "subcategory": "Abstract", "artifacts": [ { "artifactName": "vfwe430c76f7fa60_modules.json", "artifactType": "VF_MODULES_METADATA", "artifactURL": "/sdc/v1/catalog/services/Vfw20210505010450/1.0/resourceInstances/vfwe430c76f7fa60/artifacts/vfwe430c76f7fa60_modules.json", "artifactChecksum": "NDJmMTZhM2U3YTM4NjM0OGE0YjUwOGJhZTY0ZTE1Y2Q\u003d", "artifactDescription": "Auto-generated VF Modules information artifact", "artifactTimeout": 0, "artifactVersion": "1", "artifactUUID": "b5e18aaa-6719-40e3-9b9a-af28d60b8174", "relatedArtifactsInfo": [] }, { "artifactName": "base_vfw.yaml", "artifactType": "HEAT", "artifactURL": "/sdc/v1/catalog/services/Vfw20210505010450/1.0/resourceInstances/vfwe430c76f7fa60/artifacts/base_vfw.yaml", "artifactChecksum": "ZmM1NGJiZjBlNDE5MjM5MWIwMjRlOTM2YjI4NTA1OTU\u003d", "artifactDescription": "created from csar", "artifactTimeout": 30, "artifactVersion": "1", "artifactUUID": "743b5c37-f2b4-4742-9a1d-14dfecc4cfdb", "generatedArtifact": { "artifactName": "base_vfw.env", "artifactType": "HEAT_ENV", "artifactURL": "/sdc/v1/catalog/services/Vfw20210505010450/1.0/resourceInstances/vfwe430c76f7fa60/artifacts/base_vfw.env", "artifactChecksum": "MGVmNWZjZTllNGFjNjkyYTAwYzMyZTcwODk2NGRkYmU\u003d", "artifactDescription": "Auto-generated HEAT Environment deployment artifact", "artifactTimeout": 0, "artifactVersion": "2", "artifactUUID": "34a637fe-20f3-46c2-8d06-308f53348cdc", "generatedFromUUID": "743b5c37-f2b4-4742-9a1d-14dfecc4cfdb" }, "relatedArtifactsInfo": [] }, { "artifactName": "base_vfw.env", "artifactType": "HEAT_ENV", "artifactURL": "/sdc/v1/catalog/services/Vfw20210505010450/1.0/resourceInstances/vfwe430c76f7fa60/artifacts/base_vfw.env", "artifactChecksum": "MGVmNWZjZTllNGFjNjkyYTAwYzMyZTcwODk2NGRkYmU\u003d", "artifactDescription": "Auto-generated HEAT Environment deployment artifact", "artifactTimeout": 0, "artifactVersion": "2", "artifactUUID": "34a637fe-20f3-46c2-8d06-308f53348cdc", "relatedArtifactsInfo": [] } ] } ], "serviceArtifacts": [ { "artifactName": "service-Vfw20210505010450-csar.csar", "artifactType": "TOSCA_CSAR", "artifactURL": "/sdc/v1/catalog/services/Vfw20210505010450/1.0/artifacts/service-Vfw20210505010450-csar.csar", "artifactChecksum": "YjNlZGY5OTY2MGJkZjQ3NGFkZDYwOGI0YTdlMjNiNTY\u003d", "artifactDescription": "TOSCA definition package of the asset", "artifactTimeout": 0, "artifactVersion": "1", "artifactUUID": "58e6afe2-a948-4442-aedc-10645824b056" } ], "workloadContext": "Production" } 2021-05-05T01:08:18.403Z||pool-2-thread-6|||||DEBUG|500||Receive a callback notification in ASDC, nb of resources: 1 2021-05-05T01:08:18.403Z||pool-2-thread-6|||||INFO|500||ASDC_RECEIVE_CALLBACK_NOTIF 3 8a016b72-4627-487a-80f3-541e4b8cc7bf ASDC 2021-05-05T01:08:18.482Z|29f13870-bf62-4e46-b7c0-88fec898ca7e|pool-2-thread-6|||||DEBUG|500||ASDC Notification: DistributionID:29f13870-bf62-4e46-b7c0-88fec898ca7e ServiceName:vFW 2021-05-05 01-04-50 ServiceVersion:1.0 ServiceUUID:8a016b72-4627-487a-80f3-541e4b8cc7bf ServiceInvariantUUID:30aa2469-c010-445a-ade9-67ad3996a390 ServiceDescription:catalog service description Service Artifacts List: { Service Artifacts Info: ArtifactName:service-Vfw20210505010450-csar.csar ArtifactVersion:1 ArtifactType:TOSCA_CSAR ArtifactDescription:TOSCA definition package of the asset ArtifactTimeout:0 ArtifactURL:/sdc/v1/catalog/services/Vfw20210505010450/1.0/artifacts/service-Vfw20210505010450-csar.csar ArtifactUUID:58e6afe2-a948-4442-aedc-10645824b056 ArtifactChecksum:YjNlZGY5OTY2MGJkZjQ3NGFkZDYwOGI0YTdlMjNiNTY= GeneratedArtifact:{NULL } RelatedArtifacts:{ } } Resource Instances List: { Resource Instance Info: ResourceInstanceName:vFW e430c76f-7fa6 0 ResourceCustomizationUUID:1ff1e882-e2e5-4f8a-b714-6d2e855437f5 ResourceInvariantUUID:1b3d7f99-3c70-4576-8968-a8f38985d79d ResourceName:vFW e430c76f-7fa6 ResourceType:VF ResourceUUID:cba27fa3-d873-4d54-8400-5910e45b907c ResourceVersion:1.0 Category:Generic SubCategory:Abstract Resource Artifacts List: { Service Artifacts Info: ArtifactName:vfwe430c76f7fa60_modules.json ArtifactVersion:1 ArtifactType:VF_MODULES_METADATA ArtifactDescription:Auto-generated VF Modules information artifact ArtifactTimeout:0 ArtifactURL:/sdc/v1/catalog/services/Vfw20210505010450/1.0/resourceInstances/vfwe430c76f7fa60/artifacts/vfwe430c76f7fa60_modules.json ArtifactUUID:b5e18aaa-6719-40e3-9b9a-af28d60b8174 ArtifactChecksum:NDJmMTZhM2U3YTM4NjM0OGE0YjUwOGJhZTY0ZTE1Y2Q= 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/Vfw20210505010450/1.0/resourceInstances/vfwe430c76f7fa60/artifacts/base_vfw.yaml ArtifactUUID:743b5c37-f2b4-4742-9a1d-14dfecc4cfdb 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/Vfw20210505010450/1.0/resourceInstances/vfwe430c76f7fa60/artifacts/base_vfw.env ArtifactUUID:34a637fe-20f3-46c2-8d06-308f53348cdc 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/Vfw20210505010450/1.0/resourceInstances/vfwe430c76f7fa60/artifacts/base_vfw.env ArtifactUUID:34a637fe-20f3-46c2-8d06-308f53348cdc ArtifactChecksum:MGVmNWZjZTllNGFjNjkyYTAwYzMyZTcwODk2NGRkYmU= GeneratedArtifact:{NULL } RelatedArtifacts:{ } } } 2021-05-05T01:08:18.483Z|29f13870-bf62-4e46-b7c0-88fec898ca7e|pool-2-thread-6|||||INFO|500||ASDC_RECEIVE_SERVICE_NOTIF 8a016b72-4627-487a-80f3-541e4b8cc7bf ASDC treatNotification Hibernate: select watchdogse0_.DISTRIBUTION_ID as distribu1_13_0_, watchdogse0_.SERVICE_MODEL_VERSION_ID as service_2_13_0_, watchdogse0_.CONSUMER_ID as consumer3_13_0_, watchdogse0_.CREATE_TIME as create_t4_13_0_, watchdogse0_.DISTRIBUTION_NOTIFICATION as distribu5_13_0_ from watchdog_service_mod_ver_id_lookup watchdogse0_ where watchdogse0_.DISTRIBUTION_ID=? and watchdogse0_.SERVICE_MODEL_VERSION_ID=? Hibernate: insert into watchdog_service_mod_ver_id_lookup (CONSUMER_ID, CREATE_TIME, DISTRIBUTION_NOTIFICATION, DISTRIBUTION_ID, SERVICE_MODEL_VERSION_ID) values (?, ?, ?, ?, ?) Hibernate: select watchdogdi0_.DISTRIBUTION_ID as distribu1_11_0_, watchdogdi0_.CREATE_TIME as create_t2_11_0_, watchdogdi0_.DISTRIBUTION_ID_STATUS as distribu3_11_0_, watchdogdi0_.MODIFY_TIME as modify_t4_11_0_, watchdogdi0_.LOCK_VERSION as lock_ver5_11_0_ from watchdog_distributionid_status watchdogdi0_ where watchdogdi0_.DISTRIBUTION_ID=? Hibernate: update watchdog_distributionid_status set DISTRIBUTION_ID_STATUS=?, MODIFY_TIME=?, LOCK_VERSION=? where DISTRIBUTION_ID=? 2021-05-05T01:08:18.524Z|29f13870-bf62-4e46-b7c0-88fec898ca7e|pool-2-thread-6|||||INFO|500||Unable to find the system property mso.config.path, use the default configuration 2021-05-05T01:08:18.525Z|29f13870-bf62-4e46-b7c0-88fec898ca7e|pool-2-thread-6|||||INFO|500||MSO config path is: /app 2021-05-05T01:08:18.526Z|29f13870-bf62-4e46-b7c0-88fec898ca7e|pool-2-thread-6|||||INFO|500||MSO config path is: /app 2021-05-05T01:08:18.526Z|29f13870-bf62-4e46-b7c0-88fec898ca7e|pool-2-thread-6|||||INFO|500||Trying to download the artifact UUID: 58e6afe2-a948-4442-aedc-10645824b056 from URL: /sdc/v1/catalog/services/Vfw20210505010450/1.0/artifacts/service-Vfw20210505010450-csar.csar 2021-05-05T01:08:18.526Z|29f13870-bf62-4e46-b7c0-88fec898ca7e|pool-2-thread-6|||||INFO|500||DistributionClient - download 2021-05-05T01:08:18.528Z|29f13870-bf62-4e46-b7c0-88fec898ca7e|pool-2-thread-6|||||DEBUG|500||url to send https://sdc-be.onap:8443/sdc/v1/catalog/services/Vfw20210505010450/1.0/artifacts/service-Vfw20210505010450-csar.csar 2021-05-05T01:08:19.206Z|29f13870-bf62-4e46-b7c0-88fec898ca7e|pool-2-thread-6|||||DEBUG|500||GET Response Status 200 2021-05-05T01:08:19.223Z|29f13870-bf62-4e46-b7c0-88fec898ca7e|pool-2-thread-6|||||INFO|500||ASDC_ARTIFACT_DOWNLOAD_SUC /sdc/v1/catalog/services/Vfw20210505010450/1.0/artifacts/service-Vfw20210505010450-csar.csar 58e6afe2-a948-4442-aedc-10645824b056 110022 2021-05-05T01:08:19.223Z|29f13870-bf62-4e46-b7c0-88fec898ca7e|pool-2-thread-6|||||INFO|500||ASDC_SEND_NOTIF_ASDC DOWNLOAD DOWNLOAD_OK /sdc/v1/catalog/services/Vfw20210505010450/1.0/artifacts/service-Vfw20210505010450-csar.csar ASDC sendASDCNotification 2021-05-05T01:08:19.223Z|29f13870-bf62-4e46-b7c0-88fec898ca7e|pool-2-thread-6|||||DEBUG|500||Sending DOWNLOAD(DOWNLOAD_OK) notification to ASDC for artifact:/sdc/v1/catalog/services/Vfw20210505010450/1.0/artifacts/service-Vfw20210505010450-csar.csar 2021-05-05T01:08:19.224Z|29f13870-bf62-4e46-b7c0-88fec898ca7e|pool-2-thread-6|||||INFO|500||DistributionClient - sendDownloadStatus 2021-05-05T01:08:19.225Z|29f13870-bf62-4e46-b7c0-88fec898ca7e|pool-2-thread-6|||||INFO|500||DistributionClient - sendStatus 2021-05-05T01:08:19.226Z|29f13870-bf62-4e46-b7c0-88fec898ca7e|pool-2-thread-6|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap] 2021-05-05T01:08:19.226Z|29f13870-bf62-4e46-b7c0-88fec898ca7e|pool-2-thread-6|||||DEBUG|500||try to send status { "distributionID": "29f13870-bf62-4e46-b7c0-88fec898ca7e", "consumerID": "SO-COpenSource-Env11", "timestamp": 1620176899223, "artifactURL": "/sdc/v1/catalog/services/Vfw20210505010450/1.0/artifacts/service-Vfw20210505010450-csar.csar", "status": "DOWNLOAD_OK" } 2021-05-05T01:08:19.327Z||pool-10-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms 2021-05-05T01:08:19.328Z||pool-10-thread-1|||||WARN|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO will send credentials over a clear channel. 2021-05-05T01:08:19.328Z||pool-10-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as a4LkjAbl6YzsGxek) ... 2021-05-05T01:08:19.335Z||pool-10-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK 2021-05-05T01:08:19.335Z||pool-10-thread-1|||||INFO|500||cambria reply ok (8 ms):{"serverTimeMs":0,"count":1} 2021-05-05T01:08:20.227Z|29f13870-bf62-4e46-b7c0-88fec898ca7e|pool-2-thread-6|||||INFO|500||Unable to find the system property mso.config.path, use the default configuration 2021-05-05T01:08:20.228Z|29f13870-bf62-4e46-b7c0-88fec898ca7e|pool-2-thread-6|||||INFO|500||MSO config path is: /app 2021-05-05T01:08:20.229Z|29f13870-bf62-4e46-b7c0-88fec898ca7e|pool-2-thread-6|||||INFO|500||Trying to write artifact UUID: 58e6afe2-a948-4442-aedc-10645824b056, URL: /sdc/v1/catalog/services/Vfw20210505010450/1.0/artifacts/service-Vfw20210505010450-csar.csar to file: /app/ASDC/1/service-Vfw20210505010450-csar.csar 2021-05-05T01:08:20.230Z|29f13870-bf62-4e46-b7c0-88fec898ca7e|pool-2-thread-6|||||INFO|500||ASDC_RECEIVE_SERVICE_NOTIF ***WRITE FILE ARTIFACT NAME ASDC service-Vfw20210505010450-csar.csar 2021-05-05T01:08:20.349Z|29f13870-bf62-4e46-b7c0-88fec898ca7e|pool-2-thread-6|||||DEBUG|500||ASDC File path is: /app/ASDC/1/service-Vfw20210505010450-csar.csar 2021-05-05T01:08:20.349Z|29f13870-bf62-4e46-b7c0-88fec898ca7e|pool-2-thread-6|||||INFO|500||ASDC_RECEIVE_SERVICE_NOTIF ***PATH ASDC /app/ASDC/1/service-Vfw20210505010450-csar.csar 2021-05-05T01:08:20.904Z|29f13870-bf62-4e46-b7c0-88fec898ca7e|pool-2-thread-6|||||DEBUG|500||ToscaTemplate Loading YAMEL file /tmp/JTP5763910530932440079/Definitions/service-Vfw20210505010450-template.yml Log warning: The required parameter "port_vfw_int_unprotected_private_port_0_related_networks" is not provided Log warning: The required parameter "port_vfw_onap_private_port_0_network_role" is not provided Log warning: The required parameter "port_vfw_int_protected_private_port_0_order" is not provided Log warning: The required parameter "port_vfw_int_protected_private_port_0_subnetpoolid" is not provided Log warning: The required parameter "port_vfw_int_protected_private_port_0_vlan_requirements" is not provided Log warning: The required parameter "port_vfw_int_protected_private_port_0_network_role" is not provided Log warning: The required parameter "port_vfw_int_unprotected_private_port_0_vlan_requirements" is not provided Log warning: The required parameter "port_vfw_int_unprotected_private_port_0_order" is not provided Log warning: The required parameter "port_vfw_onap_private_port_0_related_networks" is not provided Log warning: The required parameter "port_vfw_onap_private_port_0_subnetpoolid" is not provided Log warning: The required parameter "port_vfw_onap_private_port_0_vlan_requirements" is not provided Log warning: The required parameter "port_vfw_onap_private_port_0_order" is not provided Log warning: The required parameter "port_vfw_int_protected_private_port_0_network_role_tag" is not provided Log warning: The required parameter "port_vfw_int_unprotected_private_port_0_subnetpoolid" is not provided Log warning: The required parameter "port_vfw_int_unprotected_private_port_0_network_role" is not provided Log warning: The required parameter "port_vfw_int_unprotected_private_port_0_network_role_tag" is not provided Log warning: The required parameter "port_vfw_int_protected_private_port_0_related_networks" is not provided Log warning: The required parameter "port_vsn_int_protected_private_port_0_subnetpoolid" is not provided Log warning: The required parameter "port_vsn_int_protected_private_port_0_vlan_requirements" is not provided Log warning: The required parameter "port_vsn_int_protected_private_port_0_network_role_tag" is not provided Log warning: The required parameter "port_vsn_onap_private_port_0_order" is not provided Log warning: The required parameter "port_vsn_onap_private_port_0_vlan_requirements" is not provided Log warning: The required parameter "port_vsn_int_protected_private_port_0_network_role" is not provided Log warning: The required parameter "port_vsn_onap_private_port_0_related_networks" is not provided Log warning: The required parameter "port_vsn_int_protected_private_port_0_related_networks" is not provided Log warning: The required parameter "port_vsn_onap_private_port_0_network_role" is not provided Log warning: The required parameter "port_vsn_int_protected_private_port_0_order" is not provided Log warning: The required parameter "port_vsn_onap_private_port_0_subnetpoolid" is not provided Log warning: The required parameter "port_vpg_onap_private_port_0_network_role" is not provided Log warning: The required parameter "port_vpg_int_unprotected_private_port_0_order" is not provided Log warning: The required parameter "port_vpg_onap_private_port_0_related_networks" is not provided Log warning: The required parameter "port_vpg_onap_private_port_0_vlan_requirements" is not provided Log warning: The required parameter "port_vpg_int_unprotected_private_port_0_related_networks" is not provided Log warning: The required parameter "port_vpg_onap_private_port_0_order" is not provided Log warning: The required parameter "port_vpg_int_unprotected_private_port_0_vlan_requirements" is not provided Log warning: The required parameter "port_vpg_int_unprotected_private_port_0_network_role_tag" is not provided Log warning: The required parameter "port_vpg_onap_private_port_0_subnetpoolid" is not provided Log warning: The required parameter "port_vpg_int_unprotected_private_port_0_subnetpoolid" is not provided Log warning: The required parameter "port_vpg_int_unprotected_private_port_0_network_role" is not provided 2021-05-05T01:08:23.827Z|29f13870-bf62-4e46-b7c0-88fec898ca7e|pool-2-thread-6|||||DEBUG|500||CSAR conformance level is 11.0 2021-05-05T01:08:23.850Z|29f13870-bf62-4e46-b7c0-88fec898ca7e|pool-2-thread-6|||||WARN|500||#################################################################################################### 2021-05-05T01:08:23.851Z|29f13870-bf62-4e46-b7c0-88fec898ca7e|pool-2-thread-6|||||WARN|500||CSAR Warnings found! CSAR name - /app/ASDC/1/service-Vfw20210505010450-csar.csar 2021-05-05T01:08:23.851Z|29f13870-bf62-4e46-b7c0-88fec898ca7e|pool-2-thread-6|||||WARN|500||ToscaTemplate - verifyTemplate - 14 Parsing Warnings occurred... 2021-05-05T01:08:23.851Z|29f13870-bf62-4e46-b7c0-88fec898ca7e|pool-2-thread-6|||||WARN|500||JTosca Exception [JE003]: MissingRequiredFieldError: properties of template "abstract_vfw" are missing field(s): [port_vfw_int_unprotected_private_port_0_related_networks, port_vfw_onap_private_port_0_network_role, port_vfw_int_protected_private_port_0_order, port_vfw_int_protected_private_port_0_subnetpoolid, port_vfw_int_protected_private_port_0_vlan_requirements, port_vfw_int_protected_private_port_0_network_role, port_vfw_int_unprotected_private_port_0_vlan_requirements, port_vfw_int_unprotected_private_port_0_order, port_vfw_onap_private_port_0_related_networks, port_vfw_onap_private_port_0_subnetpoolid, port_vfw_onap_private_port_0_vlan_requirements, port_vfw_onap_private_port_0_order, nfc_function, port_vfw_int_protected_private_port_0_network_role_tag, port_vfw_int_unprotected_private_port_0_subnetpoolid, port_vfw_int_unprotected_private_port_0_network_role, port_vfw_int_unprotected_private_port_0_network_role_tag, port_vfw_int_protected_private_port_0_related_networks]. CSAR name - /app/ASDC/1/service-Vfw20210505010450-csar.csar 2021-05-05T01:08:23.851Z|29f13870-bf62-4e46-b7c0-88fec898ca7e|pool-2-thread-6|||||WARN|500||JTosca Exception [JE003]: MissingRequiredFieldError: properties of template "abstract_vpg" are missing field(s): [port_vpg_onap_private_port_0_network_role, port_vpg_int_unprotected_private_port_0_order, port_vpg_onap_private_port_0_related_networks, port_vpg_onap_private_port_0_vlan_requirements, port_vpg_int_unprotected_private_port_0_related_networks, nfc_function, port_vpg_onap_private_port_0_order, port_vpg_int_unprotected_private_port_0_vlan_requirements, port_vpg_int_unprotected_private_port_0_network_role_tag, port_vpg_onap_private_port_0_subnetpoolid, port_vpg_int_unprotected_private_port_0_subnetpoolid, port_vpg_int_unprotected_private_port_0_network_role]. CSAR name - /app/ASDC/1/service-Vfw20210505010450-csar.csar 2021-05-05T01:08:23.851Z|29f13870-bf62-4e46-b7c0-88fec898ca7e|pool-2-thread-6|||||WARN|500||JTosca Exception [JE003]: MissingRequiredFieldError: Data value of type "org.openecomp.datatypes.network.MacRequirements" is missing required field(s) "[supplemental_data]". CSAR name - /app/ASDC/1/service-Vfw20210505010450-csar.csar 2021-05-05T01:08:23.852Z|29f13870-bf62-4e46-b7c0-88fec898ca7e|pool-2-thread-6|||||WARN|500||JTosca Exception [JE003]: MissingRequiredFieldError: properties of template "abstract_vsn" are missing field(s): [unit, type]. CSAR name - /app/ASDC/1/service-Vfw20210505010450-csar.csar 2021-05-05T01:08:23.852Z|29f13870-bf62-4e46-b7c0-88fec898ca7e|pool-2-thread-6|||||WARN|500||JTosca Exception [JE003]: MissingRequiredFieldError: properties of template "abstract_vfw" are missing field(s): [unit, type]. CSAR name - /app/ASDC/1/service-Vfw20210505010450-csar.csar 2021-05-05T01:08:23.852Z|29f13870-bf62-4e46-b7c0-88fec898ca7e|pool-2-thread-6|||||WARN|500||JTosca Exception [JE003]: MissingRequiredFieldError: properties of template "abstract_vsn" are missing field(s): [port_vsn_int_protected_private_port_0_subnetpoolid, port_vsn_int_protected_private_port_0_vlan_requirements, port_vsn_int_protected_private_port_0_network_role_tag, port_vsn_onap_private_port_0_order, nfc_function, port_vsn_onap_private_port_0_vlan_requirements, port_vsn_int_protected_private_port_0_network_role, port_vsn_onap_private_port_0_related_networks, port_vsn_int_protected_private_port_0_related_networks, port_vsn_onap_private_port_0_network_role, port_vsn_int_protected_private_port_0_order, port_vsn_onap_private_port_0_subnetpoolid]. CSAR name - /app/ASDC/1/service-Vfw20210505010450-csar.csar 2021-05-05T01:08:23.852Z|29f13870-bf62-4e46-b7c0-88fec898ca7e|pool-2-thread-6|||||WARN|500||JTosca Exception [JE003]: MissingRequiredFieldError: properties of template "vFW e430c76f-7fa6 0" are missing field(s): [unit, type]. CSAR name - /app/ASDC/1/service-Vfw20210505010450-csar.csar 2021-05-05T01:08:23.852Z|29f13870-bf62-4e46-b7c0-88fec898ca7e|pool-2-thread-6|||||WARN|500||JTosca Exception [JE003]: MissingRequiredFieldError: Data value of type "org.openecomp.datatypes.AssignmentRequirements" is missing required field(s) "[supplemental_data]". CSAR name - /app/ASDC/1/service-Vfw20210505010450-csar.csar 2021-05-05T01:08:23.852Z|29f13870-bf62-4e46-b7c0-88fec898ca7e|pool-2-thread-6|||||WARN|500||JTosca Exception [JE003]: MissingRequiredFieldError: properties of template "vFW e430c76f-7fa6 0" are missing field(s): [nf_type, nf_naming_code, sdnc_artifact_name, max_instances, sdnc_model_version, min_instances, nf_function, nf_role, sdnc_model_name]. CSAR name - /app/ASDC/1/service-Vfw20210505010450-csar.csar 2021-05-05T01:08:23.852Z|29f13870-bf62-4e46-b7c0-88fec898ca7e|pool-2-thread-6|||||WARN|500||JTosca Exception [JE003]: MissingRequiredFieldError: Data value of type "org.openecomp.datatypes.network.IpRequirements" is missing required field(s) "[assingment_method, supplemental_data]". CSAR name - /app/ASDC/1/service-Vfw20210505010450-csar.csar 2021-05-05T01:08:23.853Z|29f13870-bf62-4e46-b7c0-88fec898ca7e|pool-2-thread-6|||||WARN|500||JTosca Exception [JE001]: TypeMismatchError: "[{get_input=sec_group}]" is not a map. The type is "json". CSAR name - /app/ASDC/1/service-Vfw20210505010450-csar.csar 2021-05-05T01:08:23.853Z|29f13870-bf62-4e46-b7c0-88fec898ca7e|pool-2-thread-6|||||WARN|500||JTosca Exception [JE003]: MissingRequiredFieldError: Data value of type "org.openecomp.datatypes.PortMirroringConnectionPointDescription" is missing required field(s) "[nf_naming_code, pps_capacity, nf_type, nfc_type]". CSAR name - /app/ASDC/1/service-Vfw20210505010450-csar.csar 2021-05-05T01:08:23.853Z|29f13870-bf62-4e46-b7c0-88fec898ca7e|pool-2-thread-6|||||WARN|500||JTosca Exception [JE003]: MissingRequiredFieldError: properties of template "abstract_vpg" are missing field(s): [unit, type]. CSAR name - /app/ASDC/1/service-Vfw20210505010450-csar.csar 2021-05-05T01:08:23.853Z|29f13870-bf62-4e46-b7c0-88fec898ca7e|pool-2-thread-6|||||WARN|500||JTosca Exception [JE003]: MissingRequiredFieldError: Data value of type "org.openecomp.datatypes.Naming" is missing required field(s) "[supplemental_data]". CSAR name - /app/ASDC/1/service-Vfw20210505010450-csar.csar 2021-05-05T01:08:23.853Z|29f13870-bf62-4e46-b7c0-88fec898ca7e|pool-2-thread-6|||||WARN|500||#################################################################################################### 2021-05-05T01:08:23.859Z|29f13870-bf62-4e46-b7c0-88fec898ca7e|pool-2-thread-6|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive 2021-05-05T01:08:23.860Z|29f13870-bf62-4e46-b7c0-88fec898ca7e|pool-2-thread-6|||||DEBUG|500||Service vFW 2021-05-05 01-04-50 is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=SERVICE_PROXY, toscaType=null, uUID=null, customizationUUID=null 2021-05-05T01:08:23.863Z|29f13870-bf62-4e46-b7c0-88fec898ca7e|pool-2-thread-6|||||DEBUG|500||Node template vFW e430c76f-7fa6 0 is matching search criteria 2021-05-05T01:08:23.864Z|29f13870-bf62-4e46-b7c0-88fec898ca7e|pool-2-thread-6|||||DEBUG|500||Search for entities recursively 2021-05-05T01:08:23.865Z|29f13870-bf62-4e46-b7c0-88fec898ca7e|pool-2-thread-6|||||DEBUG|500||Found topology templates [vFW e430c76f-7fa6 0, abstract_vfw, abstract_vsn, abstract_vpg] matching following query criteria: sdcType=Service, customizationUUID=null 2021-05-05T01:08:23.866Z|29f13870-bf62-4e46-b7c0-88fec898ca7e|pool-2-thread-6|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive 2021-05-05T01:08:23.867Z|29f13870-bf62-4e46-b7c0-88fec898ca7e|pool-2-thread-6|||||DEBUG|500||Service vFW 2021-05-05 01-04-50 is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=CONFIGURATION, toscaType=null, uUID=null, customizationUUID=null 2021-05-05T01:08:23.867Z|29f13870-bf62-4e46-b7c0-88fec898ca7e|pool-2-thread-6|||||DEBUG|500||Node template vFW e430c76f-7fa6 0 is matching search criteria 2021-05-05T01:08:23.867Z|29f13870-bf62-4e46-b7c0-88fec898ca7e|pool-2-thread-6|||||DEBUG|500||Search for entities recursively 2021-05-05T01:08:23.867Z|29f13870-bf62-4e46-b7c0-88fec898ca7e|pool-2-thread-6|||||DEBUG|500||Found topology templates [vFW e430c76f-7fa6 0, abstract_vfw, abstract_vsn, abstract_vpg] matching following query criteria: sdcType=Service, customizationUUID=null 2021-05-05T01:08:23.868Z|29f13870-bf62-4e46-b7c0-88fec898ca7e|pool-2-thread-6|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive 2021-05-05T01:08:23.868Z|29f13870-bf62-4e46-b7c0-88fec898ca7e|pool-2-thread-6|||||DEBUG|500||Service vFW 2021-05-05 01-04-50 is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=VF, toscaType=null, uUID=null, customizationUUID=null 2021-05-05T01:08:23.871Z|29f13870-bf62-4e46-b7c0-88fec898ca7e|pool-2-thread-6|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive 2021-05-05T01:08:23.871Z|29f13870-bf62-4e46-b7c0-88fec898ca7e|pool-2-thread-6|||||DEBUG|500||Node template vFW e430c76f-7fa6 0 is not matching search criteria 2021-05-05T01:08:23.871Z|29f13870-bf62-4e46-b7c0-88fec898ca7e|pool-2-thread-6|||||DEBUG|500||Node template int_protected_private_network is not matching search criteria 2021-05-05T01:08:23.871Z|29f13870-bf62-4e46-b7c0-88fec898ca7e|pool-2-thread-6|||||DEBUG|500||Node template int_unprotected_private_network is not matching search criteria 2021-05-05T01:08:23.872Z|29f13870-bf62-4e46-b7c0-88fec898ca7e|pool-2-thread-6|||||DEBUG|500||Node template abstract_vfw is not matching search criteria 2021-05-05T01:08:23.872Z|29f13870-bf62-4e46-b7c0-88fec898ca7e|pool-2-thread-6|||||DEBUG|500||Node template vfw_vfw_int_protected_private_port_0 is not matching search criteria 2021-05-05T01:08:23.872Z|29f13870-bf62-4e46-b7c0-88fec898ca7e|pool-2-thread-6|||||DEBUG|500||Node template vfw_vfw_onap_private_port_0 is not matching search criteria 2021-05-05T01:08:23.872Z|29f13870-bf62-4e46-b7c0-88fec898ca7e|pool-2-thread-6|||||DEBUG|500||Node template vfw_vfw_int_unprotected_private_port_0 is not matching search criteria 2021-05-05T01:08:23.872Z|29f13870-bf62-4e46-b7c0-88fec898ca7e|pool-2-thread-6|||||DEBUG|500||Node template vfw is not matching search criteria 2021-05-05T01:08:23.873Z|29f13870-bf62-4e46-b7c0-88fec898ca7e|pool-2-thread-6|||||DEBUG|500||Node template abstract_vsn is not matching search criteria 2021-05-05T01:08:23.873Z|29f13870-bf62-4e46-b7c0-88fec898ca7e|pool-2-thread-6|||||DEBUG|500||Node template vsn is not matching search criteria 2021-05-05T01:08:23.873Z|29f13870-bf62-4e46-b7c0-88fec898ca7e|pool-2-thread-6|||||DEBUG|500||Node template vsn_vsn_int_protected_private_port_0 is not matching search criteria 2021-05-05T01:08:23.873Z|29f13870-bf62-4e46-b7c0-88fec898ca7e|pool-2-thread-6|||||DEBUG|500||Node template vsn_vsn_onap_private_port_0 is not matching search criteria 2021-05-05T01:08:23.873Z|29f13870-bf62-4e46-b7c0-88fec898ca7e|pool-2-thread-6|||||DEBUG|500||Node template abstract_vpg is not matching search criteria 2021-05-05T01:08:23.874Z|29f13870-bf62-4e46-b7c0-88fec898ca7e|pool-2-thread-6|||||DEBUG|500||Node template vpg_vpg_onap_private_port_0 is not matching search criteria 2021-05-05T01:08:23.874Z|29f13870-bf62-4e46-b7c0-88fec898ca7e|pool-2-thread-6|||||DEBUG|500||Node template vpg is not matching search criteria 2021-05-05T01:08:23.874Z|29f13870-bf62-4e46-b7c0-88fec898ca7e|pool-2-thread-6|||||DEBUG|500||Node template vpg_vpg_int_unprotected_private_port_0 is not matching search criteria 2021-05-05T01:08:23.874Z|29f13870-bf62-4e46-b7c0-88fec898ca7e|pool-2-thread-6|||||DEBUG|500||Found topology templates [] matching following query criteria: sdcType=VF, customizationUUID=customizationUUID 2021-05-05T01:08:23.874Z|29f13870-bf62-4e46-b7c0-88fec898ca7e|pool-2-thread-6|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive 2021-05-05T01:08:23.875Z|29f13870-bf62-4e46-b7c0-88fec898ca7e|pool-2-thread-6|||||DEBUG|500||Service vFW 2021-05-05 01-04-50 is searched for EntityType=GROUP, nodeTemplateType=null, toscaType=org.openecomp.groups.VfModule, uUID=null, customizationUUID=null 2021-05-05T01:08:23.875Z|29f13870-bf62-4e46-b7c0-88fec898ca7e|pool-2-thread-6|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive 2021-05-05T01:08:23.876Z|29f13870-bf62-4e46-b7c0-88fec898ca7e|pool-2-thread-6|||||DEBUG|500||Node template vFW e430c76f-7fa6 0 is matching search criteria 2021-05-05T01:08:23.876Z|29f13870-bf62-4e46-b7c0-88fec898ca7e|pool-2-thread-6|||||DEBUG|500||Found topology templates [vFW e430c76f-7fa6 0] matching following query criteria: sdcType=VF, customizationUUID=null 2021-05-05T01:08:23.876Z|29f13870-bf62-4e46-b7c0-88fec898ca7e|pool-2-thread-6|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive 2021-05-05T01:08:23.876Z|29f13870-bf62-4e46-b7c0-88fec898ca7e|pool-2-thread-6|||||DEBUG|500||Node template vFW e430c76f-7fa6 0 is matching search criteria 2021-05-05T01:08:23.877Z|29f13870-bf62-4e46-b7c0-88fec898ca7e|pool-2-thread-6|||||DEBUG|500||Found topology templates [vFW e430c76f-7fa6 0] matching following query criteria: sdcType=VF, customizationUUID=null 2021-05-05T01:08:23.877Z|29f13870-bf62-4e46-b7c0-88fec898ca7e|pool-2-thread-6|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive 2021-05-05T01:08:23.877Z|29f13870-bf62-4e46-b7c0-88fec898ca7e|pool-2-thread-6|||||DEBUG|500||Node template vFW e430c76f-7fa6 0 is matching search criteria 2021-05-05T01:08:23.877Z|29f13870-bf62-4e46-b7c0-88fec898ca7e|pool-2-thread-6|||||DEBUG|500||Found topology templates [vFW e430c76f-7fa6 0] matching following query criteria: sdcType=VF, customizationUUID=null 2021-05-05T01:08:23.878Z|29f13870-bf62-4e46-b7c0-88fec898ca7e|pool-2-thread-6|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive 2021-05-05T01:08:23.878Z|29f13870-bf62-4e46-b7c0-88fec898ca7e|pool-2-thread-6|||||DEBUG|500||Node template vFW e430c76f-7fa6 0 is not matching search criteria 2021-05-05T01:08:23.878Z|29f13870-bf62-4e46-b7c0-88fec898ca7e|pool-2-thread-6|||||DEBUG|500||Node template int_protected_private_network is not matching search criteria 2021-05-05T01:08:23.878Z|29f13870-bf62-4e46-b7c0-88fec898ca7e|pool-2-thread-6|||||DEBUG|500||Node template int_unprotected_private_network is not matching search criteria 2021-05-05T01:08:23.878Z|29f13870-bf62-4e46-b7c0-88fec898ca7e|pool-2-thread-6|||||DEBUG|500||Node template abstract_vfw is matching search criteria 2021-05-05T01:08:23.878Z|29f13870-bf62-4e46-b7c0-88fec898ca7e|pool-2-thread-6|||||DEBUG|500||Node template abstract_vsn is not matching search criteria 2021-05-05T01:08:23.879Z|29f13870-bf62-4e46-b7c0-88fec898ca7e|pool-2-thread-6|||||DEBUG|500||Node template vsn is not matching search criteria 2021-05-05T01:08:23.879Z|29f13870-bf62-4e46-b7c0-88fec898ca7e|pool-2-thread-6|||||DEBUG|500||Node template vsn_vsn_int_protected_private_port_0 is not matching search criteria 2021-05-05T01:08:23.879Z|29f13870-bf62-4e46-b7c0-88fec898ca7e|pool-2-thread-6|||||DEBUG|500||Node template vsn_vsn_onap_private_port_0 is not matching search criteria 2021-05-05T01:08:23.879Z|29f13870-bf62-4e46-b7c0-88fec898ca7e|pool-2-thread-6|||||DEBUG|500||Node template abstract_vpg is not matching search criteria 2021-05-05T01:08:23.879Z|29f13870-bf62-4e46-b7c0-88fec898ca7e|pool-2-thread-6|||||DEBUG|500||Node template vpg_vpg_onap_private_port_0 is not matching search criteria 2021-05-05T01:08:23.879Z|29f13870-bf62-4e46-b7c0-88fec898ca7e|pool-2-thread-6|||||DEBUG|500||Node template vpg is not matching search criteria 2021-05-05T01:08:23.880Z|29f13870-bf62-4e46-b7c0-88fec898ca7e|pool-2-thread-6|||||DEBUG|500||Node template vpg_vpg_int_unprotected_private_port_0 is not matching search criteria 2021-05-05T01:08:23.880Z|29f13870-bf62-4e46-b7c0-88fec898ca7e|pool-2-thread-6|||||DEBUG|500||Found topology templates [abstract_vfw] matching following query criteria: sdcType=CVFC, customizationUUID=303942ee-58c3-441d-932c-7781e85f69fa 2021-05-05T01:08:23.880Z|29f13870-bf62-4e46-b7c0-88fec898ca7e|pool-2-thread-6|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive 2021-05-05T01:08:23.880Z|29f13870-bf62-4e46-b7c0-88fec898ca7e|pool-2-thread-6|||||DEBUG|500||Node template vFW e430c76f-7fa6 0 is not matching search criteria 2021-05-05T01:08:23.881Z|29f13870-bf62-4e46-b7c0-88fec898ca7e|pool-2-thread-6|||||DEBUG|500||Node template int_protected_private_network is not matching search criteria 2021-05-05T01:08:23.881Z|29f13870-bf62-4e46-b7c0-88fec898ca7e|pool-2-thread-6|||||DEBUG|500||Node template int_unprotected_private_network is not matching search criteria 2021-05-05T01:08:23.881Z|29f13870-bf62-4e46-b7c0-88fec898ca7e|pool-2-thread-6|||||DEBUG|500||Node template abstract_vfw is not matching search criteria 2021-05-05T01:08:23.881Z|29f13870-bf62-4e46-b7c0-88fec898ca7e|pool-2-thread-6|||||DEBUG|500||Node template vfw_vfw_int_protected_private_port_0 is not matching search criteria 2021-05-05T01:08:23.881Z|29f13870-bf62-4e46-b7c0-88fec898ca7e|pool-2-thread-6|||||DEBUG|500||Node template vfw_vfw_onap_private_port_0 is not matching search criteria 2021-05-05T01:08:23.881Z|29f13870-bf62-4e46-b7c0-88fec898ca7e|pool-2-thread-6|||||DEBUG|500||Node template vfw_vfw_int_unprotected_private_port_0 is not matching search criteria 2021-05-05T01:08:23.882Z|29f13870-bf62-4e46-b7c0-88fec898ca7e|pool-2-thread-6|||||DEBUG|500||Node template vfw is not matching search criteria 2021-05-05T01:08:23.882Z|29f13870-bf62-4e46-b7c0-88fec898ca7e|pool-2-thread-6|||||DEBUG|500||Node template abstract_vsn is matching search criteria 2021-05-05T01:08:23.882Z|29f13870-bf62-4e46-b7c0-88fec898ca7e|pool-2-thread-6|||||DEBUG|500||Node template abstract_vpg is not matching search criteria 2021-05-05T01:08:23.882Z|29f13870-bf62-4e46-b7c0-88fec898ca7e|pool-2-thread-6|||||DEBUG|500||Node template vpg_vpg_onap_private_port_0 is not matching search criteria 2021-05-05T01:08:23.882Z|29f13870-bf62-4e46-b7c0-88fec898ca7e|pool-2-thread-6|||||DEBUG|500||Node template vpg is not matching search criteria 2021-05-05T01:08:23.882Z|29f13870-bf62-4e46-b7c0-88fec898ca7e|pool-2-thread-6|||||DEBUG|500||Node template vpg_vpg_int_unprotected_private_port_0 is not matching search criteria 2021-05-05T01:08:23.883Z|29f13870-bf62-4e46-b7c0-88fec898ca7e|pool-2-thread-6|||||DEBUG|500||Found topology templates [abstract_vsn] matching following query criteria: sdcType=CVFC, customizationUUID=04a1ce3c-f6c6-4ef5-9e9e-9800c9e5dbad 2021-05-05T01:08:23.883Z|29f13870-bf62-4e46-b7c0-88fec898ca7e|pool-2-thread-6|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive 2021-05-05T01:08:23.883Z|29f13870-bf62-4e46-b7c0-88fec898ca7e|pool-2-thread-6|||||DEBUG|500||Node template vFW e430c76f-7fa6 0 is not matching search criteria 2021-05-05T01:08:23.883Z|29f13870-bf62-4e46-b7c0-88fec898ca7e|pool-2-thread-6|||||DEBUG|500||Node template int_protected_private_network is not matching search criteria 2021-05-05T01:08:23.883Z|29f13870-bf62-4e46-b7c0-88fec898ca7e|pool-2-thread-6|||||DEBUG|500||Node template int_unprotected_private_network is not matching search criteria 2021-05-05T01:08:23.884Z|29f13870-bf62-4e46-b7c0-88fec898ca7e|pool-2-thread-6|||||DEBUG|500||Node template abstract_vfw is not matching search criteria 2021-05-05T01:08:23.884Z|29f13870-bf62-4e46-b7c0-88fec898ca7e|pool-2-thread-6|||||DEBUG|500||Node template vfw_vfw_int_protected_private_port_0 is not matching search criteria 2021-05-05T01:08:23.884Z|29f13870-bf62-4e46-b7c0-88fec898ca7e|pool-2-thread-6|||||DEBUG|500||Node template vfw_vfw_onap_private_port_0 is not matching search criteria 2021-05-05T01:08:23.884Z|29f13870-bf62-4e46-b7c0-88fec898ca7e|pool-2-thread-6|||||DEBUG|500||Node template vfw_vfw_int_unprotected_private_port_0 is not matching search criteria 2021-05-05T01:08:23.884Z|29f13870-bf62-4e46-b7c0-88fec898ca7e|pool-2-thread-6|||||DEBUG|500||Node template vfw is not matching search criteria 2021-05-05T01:08:23.884Z|29f13870-bf62-4e46-b7c0-88fec898ca7e|pool-2-thread-6|||||DEBUG|500||Node template abstract_vsn is not matching search criteria 2021-05-05T01:08:23.885Z|29f13870-bf62-4e46-b7c0-88fec898ca7e|pool-2-thread-6|||||DEBUG|500||Node template vsn is not matching search criteria 2021-05-05T01:08:23.885Z|29f13870-bf62-4e46-b7c0-88fec898ca7e|pool-2-thread-6|||||DEBUG|500||Node template vsn_vsn_int_protected_private_port_0 is not matching search criteria 2021-05-05T01:08:23.885Z|29f13870-bf62-4e46-b7c0-88fec898ca7e|pool-2-thread-6|||||DEBUG|500||Node template vsn_vsn_onap_private_port_0 is not matching search criteria 2021-05-05T01:08:23.885Z|29f13870-bf62-4e46-b7c0-88fec898ca7e|pool-2-thread-6|||||DEBUG|500||Node template abstract_vpg is matching search criteria 2021-05-05T01:08:23.885Z|29f13870-bf62-4e46-b7c0-88fec898ca7e|pool-2-thread-6|||||DEBUG|500||Found topology templates [abstract_vpg] matching following query criteria: sdcType=CVFC, customizationUUID=797fae1a-72bc-4cba-9555-e9c772a4971a 2021-05-05T01:08:23.886Z|29f13870-bf62-4e46-b7c0-88fec898ca7e|pool-2-thread-6|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive 2021-05-05T01:08:23.886Z|29f13870-bf62-4e46-b7c0-88fec898ca7e|pool-2-thread-6|||||DEBUG|500||Service vFW 2021-05-05 01-04-50 is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=VL, toscaType=null, uUID=null, customizationUUID=null 2021-05-05T01:08:23.886Z|29f13870-bf62-4e46-b7c0-88fec898ca7e|pool-2-thread-6|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive 2021-05-05T01:08:23.886Z|29f13870-bf62-4e46-b7c0-88fec898ca7e|pool-2-thread-6|||||DEBUG|500||Service vFW 2021-05-05 01-04-50 is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=CR, toscaType=null, uUID=null, customizationUUID=null 2021-05-05T01:08:23.886Z|29f13870-bf62-4e46-b7c0-88fec898ca7e|pool-2-thread-6|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive 2021-05-05T01:08:23.886Z|29f13870-bf62-4e46-b7c0-88fec898ca7e|pool-2-thread-6|||||DEBUG|500||Service vFW 2021-05-05 01-04-50 is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=VF, toscaType=null, uUID=null, customizationUUID=null 2021-05-05T01:08:23.887Z|29f13870-bf62-4e46-b7c0-88fec898ca7e|pool-2-thread-6|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive 2021-05-05T01:08:23.887Z|29f13870-bf62-4e46-b7c0-88fec898ca7e|pool-2-thread-6|||||DEBUG|500||Service vFW 2021-05-05 01-04-50 is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=PNF, toscaType=null, uUID=null, customizationUUID=null 2021-05-05T01:08:23.887Z|29f13870-bf62-4e46-b7c0-88fec898ca7e|pool-2-thread-6|||||DEBUG|500||CSAR Notification: Service Level Properties: Name:vFW 2021-05-05 01-04-50 Description:catalog service description Model UUID:8a016b72-4627-487a-80f3-541e4b8cc7bf Model Version:NULL Model InvariantUuid:30aa2469-c010-445a-ade9-67ad3996a390 Service Type: Service Role: WorkLoad Context:Production Environment Context:General_Revenue-Bearing VNF Properties: Model Name:vFW e430c76f-7fa6 Model UUID:bff2a0e4-e5ef-46a6-9dd1-2b32b94ea6af Description:vendor software product Version:1.0 Type:VF Category:Generic InvariantUuid:1b3d7f99-3c70-4576-8968-a8f38985d79d Max Instances:null Min Instances:null VNF Customization Properties: Customization UUID:1ff1e882-e2e5-4f8a-b714-6d2e855437f5 NFFunction:null NFCode:null NFRole:null NFType:null MultiStageDesign:false VF Module Properties: ModelInvariantUuid:0075af08-190a-4c45-bc63-8ea44538e782 ModelName:VfwE430c76f7fa6..base_vfw..module-0 ModelUuid:b6dd6daf-deb0-4415-a43b-3d4a497e8cab ModelVersion:1 Description:NULL VF Module Customization Properties: Model Customization UUID:NULL CVNFC Properties: ModelCustomizationUuid:303942ee-58c3-441d-932c-7781e85f69fa ModelInvariantUuid:e7013926-6af1-4aa3-bb93-9060aea2b712 ModelName:vFW e430c76f-7fa6-nodes.vfwCvfc ModelUuid:ec862bb8-5405-4f82-b00d-5f9cc42ba150 ModelVersion:1.0 Description:Complex node type that is used as nested type in VF Template Name:abstract_vfw VNFC Properties: ModelCustomizationUuid:aedd7b0d-0913-494e-aaad-7eb8844c10f3 ModelInvariantUuid:7a03ee5d-bb59-4f4c-bd18-757da4958c6d ModelName:VfwE430c76f7fa6.compute.nodes.heat.vfw ModelUuid:90fb6308-1516-484e-9060-f2fba557e829 ModelVersion:1.0 Description:Not reusable inner VFC Sub Category:Abstract CVNFC Properties: ModelCustomizationUuid:04a1ce3c-f6c6-4ef5-9e9e-9800c9e5dbad ModelInvariantUuid:0a48df86-8324-4aec-8b0c-e4f1f116377f ModelName:vFW e430c76f-7fa6-nodes.vsnCvfc ModelUuid:89e17178-8bc0-4035-a47c-a09ea094b4c3 ModelVersion:1.0 Description:Complex node type that is used as nested type in VF Template Name:abstract_vsn VNFC Properties: ModelCustomizationUuid:949dc3b2-e90f-4a74-91f9-e0710c247bf3 ModelInvariantUuid:912693e4-7190-4be1-a0d9-20ad15c0c5a8 ModelName:VfwE430c76f7fa6.compute.nodes.heat.vsn ModelUuid:ddb163c8-3ce8-480a-95e5-28d8bdcc599e ModelVersion:1.0 Description:Not reusable inner VFC Sub Category:Abstract CVNFC Properties: ModelCustomizationUuid:797fae1a-72bc-4cba-9555-e9c772a4971a ModelInvariantUuid:dda376b6-132b-4d78-979a-bbfbd2aa3cef ModelName:vFW e430c76f-7fa6-nodes.vpgCvfc ModelUuid:ed7137ac-f1b2-414e-9f00-624e2b23b77f ModelVersion:1.0 Description:Complex node type that is used as nested type in VF Template Name:abstract_vpg VNFC Properties: ModelCustomizationUuid:a6874ded-0dc8-4f54-b2d4-e5a46dba7914 ModelInvariantUuid:e8a188f1-a4db-438b-8cdd-34660d3877dd ModelName:VfwE430c76f7fa6.compute.nodes.heat.vpg ModelUuid:ed6296a7-dec1-44c9-9f22-630a3e6afdb3 ModelVersion:1.0 Description:Not reusable inner VFC Sub Category:Abstract VF Allotted Resource Properties: PNF Allotted Resource Properties: Hibernate: select toscacsar0_.ARTIFACT_UUID as artifact1_56_0_, toscacsar0_.ARTIFACT_CHECKSUM as artifact2_56_0_, toscacsar0_.CREATION_TIMESTAMP as creation3_56_0_, toscacsar0_.DESCRIPTION as descript4_56_0_, toscacsar0_.NAME as name5_56_0_, toscacsar0_.URL as url6_56_0_, toscacsar0_.Version as version7_56_0_ from tosca_csar toscacsar0_ where toscacsar0_.ARTIFACT_UUID=? 2021-05-05T01:08:23.982Z|29f13870-bf62-4e46-b7c0-88fec898ca7e|pool-2-thread-6|||||INFO|500||Processing Resource Type: VF, Model UUID: cba27fa3-d873-4d54-8400-5910e45b907c Hibernate: select service0_.MODEL_UUID as model_uu1_49_, service0_.CDS_BLUEPRINT_NAME as cds_blue2_49_, service0_.CDS_BLUEPRINT_VERSION as cds_blue3_49_, service0_.SERVICE_CATEGORY as service_4_49_, service0_.CONTROLLER_ACTOR as controll5_49_, service0_.CREATION_TIMESTAMP as creation6_49_, service0_.TOSCA_CSAR_ARTIFACT_UUID as tosca_c21_49_, service0_.DESCRIPTION as descript7_49_, service0_.OVERALL_DISTRIBUTION_STATUS as overall_8_49_, service0_.ENVIRONMENT_CONTEXT as environm9_49_, service0_.MODEL_INVARIANT_UUID as model_i10_49_, service0_.MODEL_NAME as model_n11_49_, service0_.MODEL_VERSION as model_v12_49_, service0_.NAMING_POLICY as naming_13_49_, service0_.ONAP_GENERATED_NAMING as onap_ge14_49_, service0_.RESOURCE_ORDER as resourc15_49_, service0_.SERVICE_FUNCTION as service16_49_, service0_.SERVICE_ROLE as service17_49_, service0_.SERVICE_TYPE as service18_49_, service0_.SKIP_POST_INSTANTIATION_CONFIGURATION as skip_po19_49_, service0_.WORKLOAD_CONTEXT as workloa20_49_ from service service0_ where service0_.MODEL_UUID=? 2021-05-05T01:08:24.074Z|29f13870-bf62-4e46-b7c0-88fec898ca7e|pool-2-thread-6|||||INFO|500||vFW e430c76f-7fa6 0 2021-05-05T01:08:24.080Z|29f13870-bf62-4e46-b7c0-88fec898ca7e|pool-2-thread-6|||||DEBUG|500||Processing Resource Type: VF and Model UUID: cba27fa3-d873-4d54-8400-5910e45b907c 2021-05-05T01:08:24.081Z|29f13870-bf62-4e46-b7c0-88fec898ca7e|pool-2-thread-6|||||INFO|500||Trying to download the artifact UUID: b5e18aaa-6719-40e3-9b9a-af28d60b8174 from URL: /sdc/v1/catalog/services/Vfw20210505010450/1.0/resourceInstances/vfwe430c76f7fa60/artifacts/vfwe430c76f7fa60_modules.json 2021-05-05T01:08:24.081Z|29f13870-bf62-4e46-b7c0-88fec898ca7e|pool-2-thread-6|||||INFO|500||DistributionClient - download 2021-05-05T01:08:24.081Z|29f13870-bf62-4e46-b7c0-88fec898ca7e|pool-2-thread-6|||||DEBUG|500||url to send https://sdc-be.onap:8443/sdc/v1/catalog/services/Vfw20210505010450/1.0/resourceInstances/vfwe430c76f7fa60/artifacts/vfwe430c76f7fa60_modules.json 2021-05-05T01:08:25.001Z|29f13870-bf62-4e46-b7c0-88fec898ca7e|pool-2-thread-6|||||DEBUG|500||GET Response Status 200 2021-05-05T01:08:25.002Z|29f13870-bf62-4e46-b7c0-88fec898ca7e|pool-2-thread-6|||||INFO|500||ASDC_ARTIFACT_DOWNLOAD_SUC /sdc/v1/catalog/services/Vfw20210505010450/1.0/resourceInstances/vfwe430c76f7fa60/artifacts/vfwe430c76f7fa60_modules.json b5e18aaa-6719-40e3-9b9a-af28d60b8174 785 2021-05-05T01:08:25.002Z|29f13870-bf62-4e46-b7c0-88fec898ca7e|pool-2-thread-6|||||INFO|500||ASDC_SEND_NOTIF_ASDC DOWNLOAD DOWNLOAD_OK /sdc/v1/catalog/services/Vfw20210505010450/1.0/resourceInstances/vfwe430c76f7fa60/artifacts/vfwe430c76f7fa60_modules.json ASDC sendASDCNotification 2021-05-05T01:08:25.002Z|29f13870-bf62-4e46-b7c0-88fec898ca7e|pool-2-thread-6|||||DEBUG|500||Sending DOWNLOAD(DOWNLOAD_OK) notification to ASDC for artifact:/sdc/v1/catalog/services/Vfw20210505010450/1.0/resourceInstances/vfwe430c76f7fa60/artifacts/vfwe430c76f7fa60_modules.json 2021-05-05T01:08:25.003Z|29f13870-bf62-4e46-b7c0-88fec898ca7e|pool-2-thread-6|||||INFO|500||DistributionClient - sendDownloadStatus 2021-05-05T01:08:25.003Z|29f13870-bf62-4e46-b7c0-88fec898ca7e|pool-2-thread-6|||||INFO|500||DistributionClient - sendStatus 2021-05-05T01:08:25.005Z|29f13870-bf62-4e46-b7c0-88fec898ca7e|pool-2-thread-6|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap] 2021-05-05T01:08:25.005Z|29f13870-bf62-4e46-b7c0-88fec898ca7e|pool-2-thread-6|||||DEBUG|500||try to send status { "distributionID": "29f13870-bf62-4e46-b7c0-88fec898ca7e", "consumerID": "SO-COpenSource-Env11", "timestamp": 1620176905002, "artifactURL": "/sdc/v1/catalog/services/Vfw20210505010450/1.0/resourceInstances/vfwe430c76f7fa60/artifacts/vfwe430c76f7fa60_modules.json", "status": "DOWNLOAD_OK" } 2021-05-05T01:08:25.105Z||pool-11-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms 2021-05-05T01:08:25.106Z||pool-11-thread-1|||||WARN|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO will send credentials over a clear channel. 2021-05-05T01:08:25.106Z||pool-11-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as a4LkjAbl6YzsGxek) ... 2021-05-05T01:08:25.126Z||pool-11-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK 2021-05-05T01:08:25.126Z||pool-11-thread-1|||||INFO|500||cambria reply ok (20 ms):{"serverTimeMs":0,"count":1} 2021-05-05T01:08:26.007Z|29f13870-bf62-4e46-b7c0-88fec898ca7e|pool-2-thread-6|||||DEBUG|500||VF_MODULE_ARTIFACT: [ { "vfModuleModelName": "VfwE430c76f7fa6..base_vfw..module-0", "vfModuleModelInvariantUUID": "0075af08-190a-4c45-bc63-8ea44538e782", "vfModuleModelVersion": "1", "vfModuleModelUUID": "b6dd6daf-deb0-4415-a43b-3d4a497e8cab", "vfModuleModelCustomizationUUID": "bd5630f1-a616-45a5-b80c-316fb6d752da", "isBase": true, "artifacts": [ "743b5c37-f2b4-4742-9a1d-14dfecc4cfdb", "34a637fe-20f3-46c2-8d06-308f53348cdc" ], "properties": { "min_vf_module_instances": "1", "vf_module_label": "base_vfw", "max_vf_module_instances": "1", "vfc_list": "", "vf_module_type": "Base", "vf_module_description": "", "initial_count": "1", "volume_group": "false", "availability_zone_count": "" } } ] 2021-05-05T01:08:26.031Z|29f13870-bf62-4e46-b7c0-88fec898ca7e|pool-2-thread-6|||||DEBUG|500||VfModuleMetaData List: { VfModuleMetaData: VfModuleModelName:VfwE430c76f7fa6..base_vfw..module-0 VfModuleModelVersion:1 VfModuleModelUUID:b6dd6daf-deb0-4415-a43b-3d4a497e8cab VfModuleModelInvariantUUID:0075af08-190a-4c45-bc63-8ea44538e782 VfModuleModelDescription:NULL Artifacts UUID List:{ 743b5c37-f2b4-4742-9a1d-14dfecc4cfdb , 34a637fe-20f3-46c2-8d06-308f53348cdc } Properties List:{ min_vf_module_instances : 1 vf_module_label : base_vfw max_vf_module_instances : 1 vfc_list : vf_module_type : Base vf_module_description : initial_count : 1 volume_group : false availability_zone_count : } isBase:true } 2021-05-05T01:08:26.034Z|29f13870-bf62-4e46-b7c0-88fec898ca7e|pool-2-thread-6|||||DEBUG|500||VF_MODULE_ARTIFACT: [ { "vfModuleModelName": "VfwE430c76f7fa6..base_vfw..module-0", "vfModuleModelInvariantUUID": "0075af08-190a-4c45-bc63-8ea44538e782", "vfModuleModelVersion": "1", "vfModuleModelUUID": "b6dd6daf-deb0-4415-a43b-3d4a497e8cab", "vfModuleModelCustomizationUUID": "bd5630f1-a616-45a5-b80c-316fb6d752da", "isBase": true, "artifacts": [ "743b5c37-f2b4-4742-9a1d-14dfecc4cfdb", "34a637fe-20f3-46c2-8d06-308f53348cdc" ], "properties": { "min_vf_module_instances": "1", "vf_module_label": "base_vfw", "max_vf_module_instances": "1", "vfc_list": "", "vf_module_type": "Base", "vf_module_description": "", "initial_count": "1", "volume_group": "false", "availability_zone_count": "" } } ] 2021-05-05T01:08:26.035Z|29f13870-bf62-4e46-b7c0-88fec898ca7e|pool-2-thread-6|||||DEBUG|500||VfModuleMetaData List: { VfModuleMetaData: VfModuleModelName:VfwE430c76f7fa6..base_vfw..module-0 VfModuleModelVersion:1 VfModuleModelUUID:b6dd6daf-deb0-4415-a43b-3d4a497e8cab VfModuleModelInvariantUUID:0075af08-190a-4c45-bc63-8ea44538e782 VfModuleModelDescription:NULL Artifacts UUID List:{ 743b5c37-f2b4-4742-9a1d-14dfecc4cfdb , 34a637fe-20f3-46c2-8d06-308f53348cdc } Properties List:{ min_vf_module_instances : 1 vf_module_label : base_vfw max_vf_module_instances : 1 vfc_list : vf_module_type : Base vf_module_description : initial_count : 1 volume_group : false availability_zone_count : } isBase:true } 2021-05-05T01:08:26.035Z|29f13870-bf62-4e46-b7c0-88fec898ca7e|pool-2-thread-6|||||INFO|500||Trying to download the artifact UUID: 743b5c37-f2b4-4742-9a1d-14dfecc4cfdb from URL: /sdc/v1/catalog/services/Vfw20210505010450/1.0/resourceInstances/vfwe430c76f7fa60/artifacts/base_vfw.yaml 2021-05-05T01:08:26.035Z|29f13870-bf62-4e46-b7c0-88fec898ca7e|pool-2-thread-6|||||INFO|500||DistributionClient - download 2021-05-05T01:08:26.035Z|29f13870-bf62-4e46-b7c0-88fec898ca7e|pool-2-thread-6|||||DEBUG|500||url to send https://sdc-be.onap:8443/sdc/v1/catalog/services/Vfw20210505010450/1.0/resourceInstances/vfwe430c76f7fa60/artifacts/base_vfw.yaml 2021-05-05T01:08:26.525Z|29f13870-bf62-4e46-b7c0-88fec898ca7e|pool-2-thread-6|||||DEBUG|500||GET Response Status 200 2021-05-05T01:08:26.526Z|29f13870-bf62-4e46-b7c0-88fec898ca7e|pool-2-thread-6|||||INFO|500||ASDC_ARTIFACT_DOWNLOAD_SUC /sdc/v1/catalog/services/Vfw20210505010450/1.0/resourceInstances/vfwe430c76f7fa60/artifacts/base_vfw.yaml 743b5c37-f2b4-4742-9a1d-14dfecc4cfdb 20368 2021-05-05T01:08:26.527Z|29f13870-bf62-4e46-b7c0-88fec898ca7e|pool-2-thread-6|||||INFO|500||ASDC_SEND_NOTIF_ASDC DOWNLOAD DOWNLOAD_OK /sdc/v1/catalog/services/Vfw20210505010450/1.0/resourceInstances/vfwe430c76f7fa60/artifacts/base_vfw.yaml ASDC sendASDCNotification 2021-05-05T01:08:26.527Z|29f13870-bf62-4e46-b7c0-88fec898ca7e|pool-2-thread-6|||||DEBUG|500||Sending DOWNLOAD(DOWNLOAD_OK) notification to ASDC for artifact:/sdc/v1/catalog/services/Vfw20210505010450/1.0/resourceInstances/vfwe430c76f7fa60/artifacts/base_vfw.yaml 2021-05-05T01:08:26.527Z|29f13870-bf62-4e46-b7c0-88fec898ca7e|pool-2-thread-6|||||INFO|500||DistributionClient - sendDownloadStatus 2021-05-05T01:08:26.527Z|29f13870-bf62-4e46-b7c0-88fec898ca7e|pool-2-thread-6|||||INFO|500||DistributionClient - sendStatus 2021-05-05T01:08:26.530Z|29f13870-bf62-4e46-b7c0-88fec898ca7e|pool-2-thread-6|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap] 2021-05-05T01:08:26.530Z|29f13870-bf62-4e46-b7c0-88fec898ca7e|pool-2-thread-6|||||DEBUG|500||try to send status { "distributionID": "29f13870-bf62-4e46-b7c0-88fec898ca7e", "consumerID": "SO-COpenSource-Env11", "timestamp": 1620176906527, "artifactURL": "/sdc/v1/catalog/services/Vfw20210505010450/1.0/resourceInstances/vfwe430c76f7fa60/artifacts/base_vfw.yaml", "status": "DOWNLOAD_OK" } 2021-05-05T01:08:26.630Z||pool-12-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms 2021-05-05T01:08:26.631Z||pool-12-thread-1|||||WARN|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO will send credentials over a clear channel. 2021-05-05T01:08:26.631Z||pool-12-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as a4LkjAbl6YzsGxek) ... 2021-05-05T01:08:26.639Z||pool-12-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK 2021-05-05T01:08:26.639Z||pool-12-thread-1|||||INFO|500||cambria reply ok (9 ms):{"serverTimeMs":0,"count":1} 2021-05-05T01:08:27.531Z|29f13870-bf62-4e46-b7c0-88fec898ca7e|pool-2-thread-6|||||INFO|500||Trying to download the artifact UUID: 34a637fe-20f3-46c2-8d06-308f53348cdc from URL: /sdc/v1/catalog/services/Vfw20210505010450/1.0/resourceInstances/vfwe430c76f7fa60/artifacts/base_vfw.env 2021-05-05T01:08:27.531Z|29f13870-bf62-4e46-b7c0-88fec898ca7e|pool-2-thread-6|||||INFO|500||DistributionClient - download 2021-05-05T01:08:27.531Z|29f13870-bf62-4e46-b7c0-88fec898ca7e|pool-2-thread-6|||||DEBUG|500||url to send https://sdc-be.onap:8443/sdc/v1/catalog/services/Vfw20210505010450/1.0/resourceInstances/vfwe430c76f7fa60/artifacts/base_vfw.env 2021-05-05T01:08:28.598Z|29f13870-bf62-4e46-b7c0-88fec898ca7e|pool-2-thread-6|||||DEBUG|500||GET Response Status 200 2021-05-05T01:08:28.599Z|29f13870-bf62-4e46-b7c0-88fec898ca7e|pool-2-thread-6|||||INFO|500||ASDC_ARTIFACT_DOWNLOAD_SUC /sdc/v1/catalog/services/Vfw20210505010450/1.0/resourceInstances/vfwe430c76f7fa60/artifacts/base_vfw.env 34a637fe-20f3-46c2-8d06-308f53348cdc 2098 2021-05-05T01:08:28.599Z|29f13870-bf62-4e46-b7c0-88fec898ca7e|pool-2-thread-6|||||INFO|500||ASDC_SEND_NOTIF_ASDC DOWNLOAD DOWNLOAD_OK /sdc/v1/catalog/services/Vfw20210505010450/1.0/resourceInstances/vfwe430c76f7fa60/artifacts/base_vfw.env ASDC sendASDCNotification 2021-05-05T01:08:28.599Z|29f13870-bf62-4e46-b7c0-88fec898ca7e|pool-2-thread-6|||||DEBUG|500||Sending DOWNLOAD(DOWNLOAD_OK) notification to ASDC for artifact:/sdc/v1/catalog/services/Vfw20210505010450/1.0/resourceInstances/vfwe430c76f7fa60/artifacts/base_vfw.env 2021-05-05T01:08:28.599Z|29f13870-bf62-4e46-b7c0-88fec898ca7e|pool-2-thread-6|||||INFO|500||DistributionClient - sendDownloadStatus 2021-05-05T01:08:28.600Z|29f13870-bf62-4e46-b7c0-88fec898ca7e|pool-2-thread-6|||||INFO|500||DistributionClient - sendStatus 2021-05-05T01:08:28.602Z|29f13870-bf62-4e46-b7c0-88fec898ca7e|pool-2-thread-6|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap] 2021-05-05T01:08:28.602Z|29f13870-bf62-4e46-b7c0-88fec898ca7e|pool-2-thread-6|||||DEBUG|500||try to send status { "distributionID": "29f13870-bf62-4e46-b7c0-88fec898ca7e", "consumerID": "SO-COpenSource-Env11", "timestamp": 1620176908599, "artifactURL": "/sdc/v1/catalog/services/Vfw20210505010450/1.0/resourceInstances/vfwe430c76f7fa60/artifacts/base_vfw.env", "status": "DOWNLOAD_OK" } 2021-05-05T01:08:28.702Z||pool-13-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms 2021-05-05T01:08:28.703Z||pool-13-thread-1|||||WARN|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO will send credentials over a clear channel. 2021-05-05T01:08:28.703Z||pool-13-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as a4LkjAbl6YzsGxek) ... 2021-05-05T01:08:28.709Z||pool-13-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK 2021-05-05T01:08:28.709Z||pool-13-thread-1|||||INFO|500||cambria reply ok (7 ms):{"serverTimeMs":0,"count":1} 2021-05-05T01:08:29.603Z|29f13870-bf62-4e46-b7c0-88fec898ca7e|pool-2-thread-6|||||DEBUG|500||Preparing to deploy Service: 8a016b72-4627-487a-80f3-541e4b8cc7bf 2021-05-05T01:08:29.604Z|29f13870-bf62-4e46-b7c0-88fec898ca7e|pool-2-thread-6|||||INFO|500||ASDC_START_DEPLOY_ARTIFACT vFW e430c76f-7fa6 0 cba27fa3-d873-4d54-8400-5910e45b907c ASDC Hibernate: select heatenviro0_.ARTIFACT_UUID as artifact1_25_, heatenviro0_.ARTIFACT_CHECKSUM as artifact2_25_, heatenviro0_.CREATION_TIMESTAMP as creation3_25_, heatenviro0_.DESCRIPTION as descript4_25_, heatenviro0_.BODY as body5_25_, heatenviro0_.NAME as name6_25_, heatenviro0_.VERSION as version7_25_ from heat_environment heatenviro0_ where heatenviro0_.ARTIFACT_UUID=? Hibernate: select heattempla0_.ARTIFACT_UUID as artifact1_28_, heattempla0_.ARTIFACT_CHECKSUM as artifact2_28_, heattempla0_.CREATION_TIMESTAMP as creation3_28_, heattempla0_.DESCRIPTION as descript4_28_, heattempla0_.BODY as body5_28_, heattempla0_.NAME as name6_28_, heattempla0_.TIMEOUT_MINUTES as timeout_7_28_, heattempla0_.VERSION as version8_28_ from heat_template heattempla0_ where heattempla0_.ARTIFACT_UUID=? Hibernate: select toscacsar0_.ARTIFACT_UUID as artifact1_56_0_, toscacsar0_.ARTIFACT_CHECKSUM as artifact2_56_0_, toscacsar0_.CREATION_TIMESTAMP as creation3_56_0_, toscacsar0_.DESCRIPTION as descript4_56_0_, toscacsar0_.NAME as name5_56_0_, toscacsar0_.URL as url6_56_0_, toscacsar0_.Version as version7_56_0_ from tosca_csar toscacsar0_ where toscacsar0_.ARTIFACT_UUID=? Hibernate: select service0_.MODEL_UUID as model_uu1_49_, service0_.CDS_BLUEPRINT_NAME as cds_blue2_49_, service0_.CDS_BLUEPRINT_VERSION as cds_blue3_49_, service0_.SERVICE_CATEGORY as service_4_49_, service0_.CONTROLLER_ACTOR as controll5_49_, service0_.CREATION_TIMESTAMP as creation6_49_, service0_.TOSCA_CSAR_ARTIFACT_UUID as tosca_c21_49_, service0_.DESCRIPTION as descript7_49_, service0_.OVERALL_DISTRIBUTION_STATUS as overall_8_49_, service0_.ENVIRONMENT_CONTEXT as environm9_49_, service0_.MODEL_INVARIANT_UUID as model_i10_49_, service0_.MODEL_NAME as model_n11_49_, service0_.MODEL_VERSION as model_v12_49_, service0_.NAMING_POLICY as naming_13_49_, service0_.ONAP_GENERATED_NAMING as onap_ge14_49_, service0_.RESOURCE_ORDER as resourc15_49_, service0_.SERVICE_FUNCTION as service16_49_, service0_.SERVICE_ROLE as service17_49_, service0_.SERVICE_TYPE as service18_49_, service0_.SKIP_POST_INSTANTIATION_CONFIGURATION as skip_po19_49_, service0_.WORKLOAD_CONTEXT as workloa20_49_ from service service0_ where service0_.MODEL_UUID=? 2021-05-05T01:08:29.685Z|29f13870-bf62-4e46-b7c0-88fec898ca7e|pool-2-thread-6|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive 2021-05-05T01:08:29.685Z|29f13870-bf62-4e46-b7c0-88fec898ca7e|pool-2-thread-6|||||DEBUG|500||Service vFW 2021-05-05 01-04-50 is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=VF, toscaType=null, uUID=null, customizationUUID=null 2021-05-05T01:08:29.686Z|29f13870-bf62-4e46-b7c0-88fec898ca7e|pool-2-thread-6|||||DEBUG|500||VF Category is: Generic 2021-05-05T01:08:29.686Z|29f13870-bf62-4e46-b7c0-88fec898ca7e|pool-2-thread-6|||||DEBUG|500||VFCustomizationUUID= 1ff1e882-e2e5-4f8a-b714-6d2e855437f5 2021-05-05T01:08:29.686Z|29f13870-bf62-4e46-b7c0-88fec898ca7e|pool-2-thread-6|||||DEBUG|500||Checking if Notification VF ResourceCustomizationUUID: 1ff1e882-e2e5-4f8a-b714-6d2e855437f5 matches Tosca VF Customization UUID: 1ff1e882-e2e5-4f8a-b714-6d2e855437f5 2021-05-05T01:08:29.686Z|29f13870-bf62-4e46-b7c0-88fec898ca7e|pool-2-thread-6|||||DEBUG|500||vfCustomizationUUID: 1ff1e882-e2e5-4f8a-b714-6d2e855437f5 matches vfNotificationResource CustomizationUUID Hibernate: select vnfresourc0_.MODEL_UUID as model_uu1_63_, vnfresourc0_.AIC_VERSION_MAX as aic_vers2_63_, vnfresourc0_.AIC_VERSION_MIN as aic_vers3_63_, vnfresourc0_.RESOURCE_CATEGORY as resource4_63_, vnfresourc0_.CREATION_TIMESTAMP as creation5_63_, vnfresourc0_.DESCRIPTION as descript6_63_, vnfresourc0_.HEAT_TEMPLATE_ARTIFACT_UUID as heat_te13_63_, vnfresourc0_.MODEL_INVARIANT_UUID as model_in7_63_, vnfresourc0_.MODEL_NAME as model_na8_63_, vnfresourc0_.MODEL_VERSION as model_ve9_63_, vnfresourc0_.ORCHESTRATION_MODE as orchest10_63_, vnfresourc0_.RESOURCE_SUB_CATEGORY as resourc11_63_, vnfresourc0_.TOSCA_NODE_TYPE as tosca_n12_63_ from vnf_resource vnfresourc0_ where vnfresourc0_.MODEL_UUID=? 2021-05-05T01:08:29.697Z|29f13870-bf62-4e46-b7c0-88fec898ca7e|pool-2-thread-6|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive 2021-05-05T01:08:29.697Z|29f13870-bf62-4e46-b7c0-88fec898ca7e|pool-2-thread-6|||||DEBUG|500||Service vFW 2021-05-05 01-04-50 is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=null, toscaType=null, uUID=null, customizationUUID=null 2021-05-05T01:08:29.698Z|29f13870-bf62-4e46-b7c0-88fec898ca7e|pool-2-thread-6|||||DEBUG|500||resource request for resource customization id 1ff1e882-e2e5-4f8a-b714-6d2e855437f5: {\"vpg_int_unprotected_private_ip_0\":\"192.168.10.200\",\"vf_module_id\":\"vFirewall\",\"skip_post_instantiation_configuration\":\"true\",\"controller_actor\":\"SO-REF-DATA\",\"vsn_flavor_name\":\"PUT THE VM FLAVOR NAME HERE (m1.medium suggested)\",\"public_net_id\":\"PUT THE PUBLIC NETWORK ID HERE\",\"vnf_name\":\"vFW\",\"onap_private_subnet_id\":\"PUT THE ONAP PRIVATE NETWORK NAME HERE\",\"sec_group\":\"PUT THE ONAP SECURITY GROUP HERE\",\"vfw_name_0\":\"zdfw1fwl01fwl01\",\"nexus_artifact_repo\":\"https://nexus.onap.org\",\"onap_private_net_cidr\":\"10.0.0.0/16\",\"vpg_onap_private_ip_0\":\"10.0.100.2\",\"vfw_int_protected_private_floating_ip\":\"192.168.10.200\",\"dcae_collector_ip\":\"10.0.4.1\",\"vnf_id\":\"vFirewall_demo_app\",\"vfw_int_unprotected_private_ip_0\":\"192.168.10.100\",\"vsn_image_name\":\"PUT THE VM IMAGE NAME HERE (UBUNTU 1404 required)\",\"vpg_flavor_name\":\"PUT THE VM FLAVOR NAME HERE (m1.medium suggested)\",\"dcae_collector_port\":\"30417\",\"vpg_name_0\":\"zdfw1fwl01pgn01\",\"protected_private_net_cidr\":\"192.168.20.0/24\",\"unprotected_private_net_cidr\":\"192.168.10.0/24\",\"nf_naming\":\"true\",\"vsn_name_0\":\"zdfw1fwl01snk01\",\"multi_stage_design\":\"false\",\"vpg_image_name\":\"PUT THE VM IMAGE NAME HERE (UBUNTU 1404 required)\",\"onap_private_net_id\":\"PUT THE ONAP PRIVATE NETWORK NAME HERE\",\"unprotected_private_net_id\":\"zdfw1fwl01_unprotected\",\"availability_zone_max_count\":\"1\",\"vsn_onap_private_ip_0\":\"10.0.100.3\",\"vfw_flavor_name\":\"PUT THE VM FLAVOR NAME HERE (m1.medium suggested)\",\"demo_artifacts_version\":\"1.6.0-SNAPSHOT\",\"pub_key\":\"ssh-rsa AAAAB3NzaC1yc2EAAAADAQABAAABAQDQXYJYYi3/OUZXUiCYWdtc7K0m5C0dJKVxPG0eI8EWZrEHYdfYe6WoTSDJCww+1qlBSpA5ac/Ba4Wn9vh+lR1vtUKkyIC/nrYb90ReUd385Glkgzrfh5HdR5y5S2cL/Frh86lAn9r6b3iWTJD8wBwXFyoe1S2nMTOIuG4RPNvfmyCTYVh8XTCCE8HPvh3xv2r4egawG1P4Q4UDwk+hDBXThY2KS8M5/8EMyxHV0ImpLbpYCTBA6KYDIRtqmgS6iKyy8v2D1aSY5mc9J0T5t9S2Gv+VZQNWQDDKNFnxqYaAo1uEoq/i1q63XC5AD3ckXb2VT6dp23BQMdDfbHyUWfJN\",\"key_name\":\"vfw_key\",\"vsn_int_protected_private_ip_0\":\"192.168.20.250\",\"vfw_int_protected_private_ip_0\":\"192.168.20.100\",\"install_script_version\":\"1.6.0-SNAPSHOT\",\"vfw_image_name\":\"PUT THE VM IMAGE NAME HERE (UBUNTU 1404 required)\",\"protected_private_net_id\":\"zdfw1fwl01_protected\",\"vfw_onap_private_ip_0\":\"10.0.100.1\",\"cloud_env\":\"openstack\"} 2021-05-05T01:08:29.698Z|29f13870-bf62-4e46-b7c0-88fec898ca7e|pool-2-thread-6|||||DEBUG|500||vfModuleStructure: org.onap.so.asdc.installer.VfModuleStructure@69ea2b99 2021-05-05T01:08:29.699Z|29f13870-bf62-4e46-b7c0-88fec898ca7e|pool-2-thread-6|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive 2021-05-05T01:08:29.699Z|29f13870-bf62-4e46-b7c0-88fec898ca7e|pool-2-thread-6|||||DEBUG|500||Service vFW 2021-05-05 01-04-50 is searched for EntityType=GROUP, nodeTemplateType=null, toscaType=org.openecomp.groups.VfModule, uUID=null, customizationUUID=null 2021-05-05T01:08:29.699Z|29f13870-bf62-4e46-b7c0-88fec898ca7e|pool-2-thread-6|||||DEBUG|500||Comparing Vf_Modules_Metadata CustomizationUUID : bd5630f1-a616-45a5-b80c-316fb6d752da 2021-05-05T01:08:29.700Z|29f13870-bf62-4e46-b7c0-88fec898ca7e|pool-2-thread-6|||||DEBUG|500||To Csar Group VFModuleModelCustomizationUUID bd5630f1-a616-45a5-b80c-316fb6d752da Hibernate: select vfmodule0_.MODEL_UUID as model_uu1_58_, vfmodule0_.CREATION_TIMESTAMP as creation2_58_, vfmodule0_.DESCRIPTION as descript3_58_, vfmodule0_.IS_BASE as is_base4_58_, vfmodule0_.MODEL_INVARIANT_UUID as model_in5_58_, vfmodule0_.MODEL_NAME as model_na6_58_, vfmodule0_.MODEL_VERSION as model_ve7_58_, vfmodule0_.HEAT_TEMPLATE_ARTIFACT_UUID as heat_tem8_58_, vfmodule0_.VNF_RESOURCE_MODEL_UUID as vnf_reso9_58_, vfmodule0_.VOL_HEAT_TEMPLATE_ARTIFACT_UUID as vol_hea10_58_ from vf_module vfmodule0_ where vfmodule0_.MODEL_UUID=? 2021-05-05T01:08:29.708Z|29f13870-bf62-4e46-b7c0-88fec898ca7e|pool-2-thread-6|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive 2021-05-05T01:08:29.708Z|29f13870-bf62-4e46-b7c0-88fec898ca7e|pool-2-thread-6|||||DEBUG|500||Node template vFW e430c76f-7fa6 0 is matching search criteria 2021-05-05T01:08:29.708Z|29f13870-bf62-4e46-b7c0-88fec898ca7e|pool-2-thread-6|||||DEBUG|500||Found topology templates [vFW e430c76f-7fa6 0] matching following query criteria: sdcType=VF, customizationUUID=null 2021-05-05T01:08:29.708Z|29f13870-bf62-4e46-b7c0-88fec898ca7e|pool-2-thread-6|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive 2021-05-05T01:08:29.709Z|29f13870-bf62-4e46-b7c0-88fec898ca7e|pool-2-thread-6|||||DEBUG|500||Node template vFW e430c76f-7fa6 0 is matching search criteria 2021-05-05T01:08:29.709Z|29f13870-bf62-4e46-b7c0-88fec898ca7e|pool-2-thread-6|||||DEBUG|500||Found topology templates [vFW e430c76f-7fa6 0] matching following query criteria: sdcType=VF, customizationUUID=null 2021-05-05T01:08:29.709Z|29f13870-bf62-4e46-b7c0-88fec898ca7e|pool-2-thread-6|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive 2021-05-05T01:08:29.709Z|29f13870-bf62-4e46-b7c0-88fec898ca7e|pool-2-thread-6|||||DEBUG|500||Node template vFW e430c76f-7fa6 0 is not matching search criteria 2021-05-05T01:08:29.709Z|29f13870-bf62-4e46-b7c0-88fec898ca7e|pool-2-thread-6|||||DEBUG|500||Node template int_protected_private_network is not matching search criteria 2021-05-05T01:08:29.709Z|29f13870-bf62-4e46-b7c0-88fec898ca7e|pool-2-thread-6|||||DEBUG|500||Node template int_unprotected_private_network is not matching search criteria 2021-05-05T01:08:29.709Z|29f13870-bf62-4e46-b7c0-88fec898ca7e|pool-2-thread-6|||||DEBUG|500||Node template abstract_vfw is matching search criteria 2021-05-05T01:08:29.710Z|29f13870-bf62-4e46-b7c0-88fec898ca7e|pool-2-thread-6|||||DEBUG|500||Node template abstract_vsn is not matching search criteria 2021-05-05T01:08:29.710Z|29f13870-bf62-4e46-b7c0-88fec898ca7e|pool-2-thread-6|||||DEBUG|500||Node template vsn is not matching search criteria 2021-05-05T01:08:29.710Z|29f13870-bf62-4e46-b7c0-88fec898ca7e|pool-2-thread-6|||||DEBUG|500||Node template vsn_vsn_int_protected_private_port_0 is not matching search criteria 2021-05-05T01:08:29.710Z|29f13870-bf62-4e46-b7c0-88fec898ca7e|pool-2-thread-6|||||DEBUG|500||Node template vsn_vsn_onap_private_port_0 is not matching search criteria 2021-05-05T01:08:29.710Z|29f13870-bf62-4e46-b7c0-88fec898ca7e|pool-2-thread-6|||||DEBUG|500||Node template abstract_vpg is not matching search criteria 2021-05-05T01:08:29.710Z|29f13870-bf62-4e46-b7c0-88fec898ca7e|pool-2-thread-6|||||DEBUG|500||Node template vpg_vpg_onap_private_port_0 is not matching search criteria 2021-05-05T01:08:29.710Z|29f13870-bf62-4e46-b7c0-88fec898ca7e|pool-2-thread-6|||||DEBUG|500||Node template vpg is not matching search criteria 2021-05-05T01:08:29.710Z|29f13870-bf62-4e46-b7c0-88fec898ca7e|pool-2-thread-6|||||DEBUG|500||Node template vpg_vpg_int_unprotected_private_port_0 is not matching search criteria 2021-05-05T01:08:29.711Z|29f13870-bf62-4e46-b7c0-88fec898ca7e|pool-2-thread-6|||||DEBUG|500||Found topology templates [abstract_vfw] matching following query criteria: sdcType=CVFC, customizationUUID=303942ee-58c3-441d-932c-7781e85f69fa Hibernate: select vnfccustom0_.MODEL_CUSTOMIZATION_UUID as model_cu1_66_, vnfccustom0_.CREATION_TIMESTAMP as creation2_66_, vnfccustom0_.DESCRIPTION as descript3_66_, vnfccustom0_.MODEL_INSTANCE_NAME as model_in4_66_, vnfccustom0_.MODEL_INVARIANT_UUID as model_in5_66_, vnfccustom0_.MODEL_NAME as model_na6_66_, vnfccustom0_.MODEL_UUID as model_uu7_66_, vnfccustom0_.MODEL_VERSION as model_ve8_66_, vnfccustom0_.RESOURCE_INPUT as resource9_66_, vnfccustom0_.TOSCA_NODE_TYPE as tosca_n10_66_, vnfccustom0_.VNFC_INSTANCE_GROUP_CUSTOMIZATION_ID as vnfc_in11_66_ from vnfc_customization vnfccustom0_ where vnfccustom0_.MODEL_CUSTOMIZATION_UUID=? 2021-05-05T01:08:29.723Z|29f13870-bf62-4e46-b7c0-88fec898ca7e|pool-2-thread-6|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive 2021-05-05T01:08:29.723Z|29f13870-bf62-4e46-b7c0-88fec898ca7e|pool-2-thread-6|||||DEBUG|500||Node template vFW e430c76f-7fa6 0 is matching search criteria 2021-05-05T01:08:29.724Z|29f13870-bf62-4e46-b7c0-88fec898ca7e|pool-2-thread-6|||||DEBUG|500||Found topology templates [vFW e430c76f-7fa6 0] matching following query criteria: sdcType=VF, customizationUUID=null 2021-05-05T01:08:29.724Z|29f13870-bf62-4e46-b7c0-88fec898ca7e|pool-2-thread-6|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive 2021-05-05T01:08:29.724Z|29f13870-bf62-4e46-b7c0-88fec898ca7e|pool-2-thread-6|||||DEBUG|500||Node template vFW e430c76f-7fa6 0 is not matching search criteria 2021-05-05T01:08:29.724Z|29f13870-bf62-4e46-b7c0-88fec898ca7e|pool-2-thread-6|||||DEBUG|500||Node template int_protected_private_network is not matching search criteria 2021-05-05T01:08:29.725Z|29f13870-bf62-4e46-b7c0-88fec898ca7e|pool-2-thread-6|||||DEBUG|500||Node template int_unprotected_private_network is not matching search criteria 2021-05-05T01:08:29.725Z|29f13870-bf62-4e46-b7c0-88fec898ca7e|pool-2-thread-6|||||DEBUG|500||Node template abstract_vfw is not matching search criteria 2021-05-05T01:08:29.725Z|29f13870-bf62-4e46-b7c0-88fec898ca7e|pool-2-thread-6|||||DEBUG|500||Node template vfw_vfw_int_protected_private_port_0 is not matching search criteria 2021-05-05T01:08:29.725Z|29f13870-bf62-4e46-b7c0-88fec898ca7e|pool-2-thread-6|||||DEBUG|500||Node template vfw_vfw_onap_private_port_0 is not matching search criteria 2021-05-05T01:08:29.726Z|29f13870-bf62-4e46-b7c0-88fec898ca7e|pool-2-thread-6|||||DEBUG|500||Node template vfw_vfw_int_unprotected_private_port_0 is not matching search criteria 2021-05-05T01:08:29.726Z|29f13870-bf62-4e46-b7c0-88fec898ca7e|pool-2-thread-6|||||DEBUG|500||Node template vfw is not matching search criteria 2021-05-05T01:08:29.726Z|29f13870-bf62-4e46-b7c0-88fec898ca7e|pool-2-thread-6|||||DEBUG|500||Node template abstract_vsn is matching search criteria 2021-05-05T01:08:29.726Z|29f13870-bf62-4e46-b7c0-88fec898ca7e|pool-2-thread-6|||||DEBUG|500||Node template abstract_vpg is not matching search criteria 2021-05-05T01:08:29.726Z|29f13870-bf62-4e46-b7c0-88fec898ca7e|pool-2-thread-6|||||DEBUG|500||Node template vpg_vpg_onap_private_port_0 is not matching search criteria 2021-05-05T01:08:29.726Z|29f13870-bf62-4e46-b7c0-88fec898ca7e|pool-2-thread-6|||||DEBUG|500||Node template vpg is not matching search criteria 2021-05-05T01:08:29.726Z|29f13870-bf62-4e46-b7c0-88fec898ca7e|pool-2-thread-6|||||DEBUG|500||Node template vpg_vpg_int_unprotected_private_port_0 is not matching search criteria 2021-05-05T01:08:29.727Z|29f13870-bf62-4e46-b7c0-88fec898ca7e|pool-2-thread-6|||||DEBUG|500||Found topology templates [abstract_vsn] matching following query criteria: sdcType=CVFC, customizationUUID=04a1ce3c-f6c6-4ef5-9e9e-9800c9e5dbad Hibernate: select vnfccustom0_.MODEL_CUSTOMIZATION_UUID as model_cu1_66_, vnfccustom0_.CREATION_TIMESTAMP as creation2_66_, vnfccustom0_.DESCRIPTION as descript3_66_, vnfccustom0_.MODEL_INSTANCE_NAME as model_in4_66_, vnfccustom0_.MODEL_INVARIANT_UUID as model_in5_66_, vnfccustom0_.MODEL_NAME as model_na6_66_, vnfccustom0_.MODEL_UUID as model_uu7_66_, vnfccustom0_.MODEL_VERSION as model_ve8_66_, vnfccustom0_.RESOURCE_INPUT as resource9_66_, vnfccustom0_.TOSCA_NODE_TYPE as tosca_n10_66_, vnfccustom0_.VNFC_INSTANCE_GROUP_CUSTOMIZATION_ID as vnfc_in11_66_ from vnfc_customization vnfccustom0_ where vnfccustom0_.MODEL_CUSTOMIZATION_UUID=? 2021-05-05T01:08:29.729Z|29f13870-bf62-4e46-b7c0-88fec898ca7e|pool-2-thread-6|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive 2021-05-05T01:08:29.729Z|29f13870-bf62-4e46-b7c0-88fec898ca7e|pool-2-thread-6|||||DEBUG|500||Node template vFW e430c76f-7fa6 0 is matching search criteria 2021-05-05T01:08:29.729Z|29f13870-bf62-4e46-b7c0-88fec898ca7e|pool-2-thread-6|||||DEBUG|500||Found topology templates [vFW e430c76f-7fa6 0] matching following query criteria: sdcType=VF, customizationUUID=null 2021-05-05T01:08:29.731Z|29f13870-bf62-4e46-b7c0-88fec898ca7e|pool-2-thread-6|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive 2021-05-05T01:08:29.731Z|29f13870-bf62-4e46-b7c0-88fec898ca7e|pool-2-thread-6|||||DEBUG|500||Node template vFW e430c76f-7fa6 0 is not matching search criteria 2021-05-05T01:08:29.731Z|29f13870-bf62-4e46-b7c0-88fec898ca7e|pool-2-thread-6|||||DEBUG|500||Node template int_protected_private_network is not matching search criteria 2021-05-05T01:08:29.731Z|29f13870-bf62-4e46-b7c0-88fec898ca7e|pool-2-thread-6|||||DEBUG|500||Node template int_unprotected_private_network is not matching search criteria 2021-05-05T01:08:29.731Z|29f13870-bf62-4e46-b7c0-88fec898ca7e|pool-2-thread-6|||||DEBUG|500||Node template abstract_vfw is not matching search criteria 2021-05-05T01:08:29.731Z|29f13870-bf62-4e46-b7c0-88fec898ca7e|pool-2-thread-6|||||DEBUG|500||Node template vfw_vfw_int_protected_private_port_0 is not matching search criteria 2021-05-05T01:08:29.732Z|29f13870-bf62-4e46-b7c0-88fec898ca7e|pool-2-thread-6|||||DEBUG|500||Node template vfw_vfw_onap_private_port_0 is not matching search criteria 2021-05-05T01:08:29.732Z|29f13870-bf62-4e46-b7c0-88fec898ca7e|pool-2-thread-6|||||DEBUG|500||Node template vfw_vfw_int_unprotected_private_port_0 is not matching search criteria 2021-05-05T01:08:29.732Z|29f13870-bf62-4e46-b7c0-88fec898ca7e|pool-2-thread-6|||||DEBUG|500||Node template vfw is not matching search criteria 2021-05-05T01:08:29.732Z|29f13870-bf62-4e46-b7c0-88fec898ca7e|pool-2-thread-6|||||DEBUG|500||Node template abstract_vsn is not matching search criteria 2021-05-05T01:08:29.732Z|29f13870-bf62-4e46-b7c0-88fec898ca7e|pool-2-thread-6|||||DEBUG|500||Node template vsn is not matching search criteria 2021-05-05T01:08:29.732Z|29f13870-bf62-4e46-b7c0-88fec898ca7e|pool-2-thread-6|||||DEBUG|500||Node template vsn_vsn_int_protected_private_port_0 is not matching search criteria 2021-05-05T01:08:29.732Z|29f13870-bf62-4e46-b7c0-88fec898ca7e|pool-2-thread-6|||||DEBUG|500||Node template vsn_vsn_onap_private_port_0 is not matching search criteria 2021-05-05T01:08:29.732Z|29f13870-bf62-4e46-b7c0-88fec898ca7e|pool-2-thread-6|||||DEBUG|500||Node template abstract_vpg is matching search criteria 2021-05-05T01:08:29.732Z|29f13870-bf62-4e46-b7c0-88fec898ca7e|pool-2-thread-6|||||DEBUG|500||Found topology templates [abstract_vpg] matching following query criteria: sdcType=CVFC, customizationUUID=797fae1a-72bc-4cba-9555-e9c772a4971a Hibernate: select vnfccustom0_.MODEL_CUSTOMIZATION_UUID as model_cu1_66_, vnfccustom0_.CREATION_TIMESTAMP as creation2_66_, vnfccustom0_.DESCRIPTION as descript3_66_, vnfccustom0_.MODEL_INSTANCE_NAME as model_in4_66_, vnfccustom0_.MODEL_INVARIANT_UUID as model_in5_66_, vnfccustom0_.MODEL_NAME as model_na6_66_, vnfccustom0_.MODEL_UUID as model_uu7_66_, vnfccustom0_.MODEL_VERSION as model_ve8_66_, vnfccustom0_.RESOURCE_INPUT as resource9_66_, vnfccustom0_.TOSCA_NODE_TYPE as tosca_n10_66_, vnfccustom0_.VNFC_INSTANCE_GROUP_CUSTOMIZATION_ID as vnfc_in11_66_ from vnfc_customization vnfccustom0_ where vnfccustom0_.MODEL_CUSTOMIZATION_UUID=? 2021-05-05T01:08:29.734Z|29f13870-bf62-4e46-b7c0-88fec898ca7e|pool-2-thread-6|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive 2021-05-05T01:08:29.735Z|29f13870-bf62-4e46-b7c0-88fec898ca7e|pool-2-thread-6|||||DEBUG|500||Node template vFW e430c76f-7fa6 0 is matching search criteria 2021-05-05T01:08:29.735Z|29f13870-bf62-4e46-b7c0-88fec898ca7e|pool-2-thread-6|||||DEBUG|500||Found topology templates [vFW e430c76f-7fa6 0] matching following query criteria: sdcType=VF, customizationUUID=null 2021-05-05T01:08:29.735Z|29f13870-bf62-4e46-b7c0-88fec898ca7e|pool-2-thread-6|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive 2021-05-05T01:08:29.736Z|29f13870-bf62-4e46-b7c0-88fec898ca7e|pool-2-thread-6|||||DEBUG|500||Node template vFW e430c76f-7fa6 0 is matching search criteria 2021-05-05T01:08:29.736Z|29f13870-bf62-4e46-b7c0-88fec898ca7e|pool-2-thread-6|||||DEBUG|500||Found topology templates [vFW e430c76f-7fa6 0] matching following query criteria: sdcType=VF, customizationUUID=1ff1e882-e2e5-4f8a-b714-6d2e855437f5 Hibernate: select service0_.MODEL_UUID as model_uu1_49_, service0_.CDS_BLUEPRINT_NAME as cds_blue2_49_, service0_.CDS_BLUEPRINT_VERSION as cds_blue3_49_, service0_.SERVICE_CATEGORY as service_4_49_, service0_.CONTROLLER_ACTOR as controll5_49_, service0_.CREATION_TIMESTAMP as creation6_49_, service0_.TOSCA_CSAR_ARTIFACT_UUID as tosca_c21_49_, service0_.DESCRIPTION as descript7_49_, service0_.OVERALL_DISTRIBUTION_STATUS as overall_8_49_, service0_.ENVIRONMENT_CONTEXT as environm9_49_, service0_.MODEL_INVARIANT_UUID as model_i10_49_, service0_.MODEL_NAME as model_n11_49_, service0_.MODEL_VERSION as model_v12_49_, service0_.NAMING_POLICY as naming_13_49_, service0_.ONAP_GENERATED_NAMING as onap_ge14_49_, service0_.RESOURCE_ORDER as resourc15_49_, service0_.SERVICE_FUNCTION as service16_49_, service0_.SERVICE_ROLE as service17_49_, service0_.SERVICE_TYPE as service18_49_, service0_.SKIP_POST_INSTANTIATION_CONFIGURATION as skip_po19_49_, service0_.WORKLOAD_CONTEXT as workloa20_49_ from service service0_ where service0_.MODEL_UUID=? 2021-05-05T01:08:29.739Z|29f13870-bf62-4e46-b7c0-88fec898ca7e|pool-2-thread-6|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive 2021-05-05T01:08:29.739Z|29f13870-bf62-4e46-b7c0-88fec898ca7e|pool-2-thread-6|||||DEBUG|500||Service vFW 2021-05-05 01-04-50 is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=null, toscaType=null, uUID=null, customizationUUID=null 2021-05-05T01:08:29.739Z|29f13870-bf62-4e46-b7c0-88fec898ca7e|pool-2-thread-6|||||DEBUG|500|| resourceSeq for service uuid 8a016b72-4627-487a-80f3-541e4b8cc7bf: vFW e430c76f-7fa6 2021-05-05T01:08:29.740Z|29f13870-bf62-4e46-b7c0-88fec898ca7e|pool-2-thread-6|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive 2021-05-05T01:08:29.740Z|29f13870-bf62-4e46-b7c0-88fec898ca7e|pool-2-thread-6|||||DEBUG|500||Service vFW 2021-05-05 01-04-50 is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=PNF, toscaType=null, uUID=null, customizationUUID=null 2021-05-05T01:08:29.740Z|29f13870-bf62-4e46-b7c0-88fec898ca7e|pool-2-thread-6|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive 2021-05-05T01:08:29.740Z|29f13870-bf62-4e46-b7c0-88fec898ca7e|pool-2-thread-6|||||DEBUG|500||Service vFW 2021-05-05 01-04-50 is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=VL, toscaType=null, uUID=null, customizationUUID=null 2021-05-05T01:08:29.741Z|29f13870-bf62-4e46-b7c0-88fec898ca7e|pool-2-thread-6|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive 2021-05-05T01:08:29.741Z|29f13870-bf62-4e46-b7c0-88fec898ca7e|pool-2-thread-6|||||DEBUG|500||Service vFW 2021-05-05 01-04-50 is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=CR, toscaType=null, uUID=null, customizationUUID=null 2021-05-05T01:08:29.741Z|29f13870-bf62-4e46-b7c0-88fec898ca7e|pool-2-thread-6|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive 2021-05-05T01:08:29.741Z|29f13870-bf62-4e46-b7c0-88fec898ca7e|pool-2-thread-6|||||DEBUG|500||Service vFW 2021-05-05 01-04-50 is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=SERVICE_PROXY, toscaType=null, uUID=null, customizationUUID=null 2021-05-05T01:08:29.742Z|29f13870-bf62-4e46-b7c0-88fec898ca7e|pool-2-thread-6|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive 2021-05-05T01:08:29.742Z|29f13870-bf62-4e46-b7c0-88fec898ca7e|pool-2-thread-6|||||DEBUG|500||Service vFW 2021-05-05 01-04-50 is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=CONFIGURATION, toscaType=null, uUID=null, customizationUUID=null 2021-05-05T01:08:29.742Z|29f13870-bf62-4e46-b7c0-88fec898ca7e|pool-2-thread-6|||||INFO|500||Saving Service: vFW 2021-05-05 01-04-50 Hibernate: select service0_.MODEL_UUID as model_uu1_49_3_, service0_.CDS_BLUEPRINT_NAME as cds_blue2_49_3_, service0_.CDS_BLUEPRINT_VERSION as cds_blue3_49_3_, service0_.SERVICE_CATEGORY as service_4_49_3_, service0_.CONTROLLER_ACTOR as controll5_49_3_, service0_.CREATION_TIMESTAMP as creation6_49_3_, service0_.TOSCA_CSAR_ARTIFACT_UUID as tosca_c21_49_3_, service0_.DESCRIPTION as descript7_49_3_, service0_.OVERALL_DISTRIBUTION_STATUS as overall_8_49_3_, service0_.ENVIRONMENT_CONTEXT as environm9_49_3_, service0_.MODEL_INVARIANT_UUID as model_i10_49_3_, service0_.MODEL_NAME as model_n11_49_3_, service0_.MODEL_VERSION as model_v12_49_3_, service0_.NAMING_POLICY as naming_13_49_3_, service0_.ONAP_GENERATED_NAMING as onap_ge14_49_3_, service0_.RESOURCE_ORDER as resourc15_49_3_, service0_.SERVICE_FUNCTION as service16_49_3_, service0_.SERVICE_ROLE as service17_49_3_, service0_.SERVICE_TYPE as service18_49_3_, service0_.SKIP_POST_INSTANTIATION_CONFIGURATION as skip_po19_49_3_, service0_.WORKLOAD_CONTEXT as workloa20_49_3_, allottedcu1_.SERVICE_MODEL_UUID as service_1_8_5_, allottedre2_.MODEL_CUSTOMIZATION_UUID as resource2_8_5_, allottedre2_.MODEL_CUSTOMIZATION_UUID as model_cu1_7_0_, allottedre2_.AR_MODEL_UUID as ar_mode15_7_0_, allottedre2_.CREATION_TIMESTAMP as creation2_7_0_, allottedre2_.MAX_INSTANCES as max_inst3_7_0_, allottedre2_.MIN_INSTANCES as min_inst4_7_0_, allottedre2_.MODEL_INSTANCE_NAME as model_in5_7_0_, allottedre2_.NF_FUNCTION as nf_funct6_7_0_, allottedre2_.NF_NAMING_CODE as nf_namin7_7_0_, allottedre2_.NF_ROLE as nf_role8_7_0_, allottedre2_.NF_TYPE as nf_type9_7_0_, allottedre2_.PROVIDING_SERVICE_MODEL_INVARIANT_UUID as providi10_7_0_, allottedre2_.PROVIDING_SERVICE_MODEL_NAME as providi11_7_0_, allottedre2_.PROVIDING_SERVICE_MODEL_UUID as providi12_7_0_, allottedre2_.RESOURCE_INPUT as resourc13_7_0_, allottedre2_.TARGET_NETWORK_ROLE as target_14_7_0_, allottedre3_.MODEL_UUID as model_uu1_6_1_, allottedre3_.CREATION_TIMESTAMP as creation2_6_1_, allottedre3_.DESCRIPTION as descript3_6_1_, allottedre3_.MODEL_INVARIANT_UUID as model_in4_6_1_, allottedre3_.MODEL_NAME as model_na5_6_1_, allottedre3_.MODEL_VERSION as model_ve6_6_1_, allottedre3_.SUBCATEGORY as subcateg7_6_1_, allottedre3_.TOSCA_NODE_TYPE as tosca_no8_6_1_, toscacsar4_.ARTIFACT_UUID as artifact1_56_2_, toscacsar4_.ARTIFACT_CHECKSUM as artifact2_56_2_, toscacsar4_.CREATION_TIMESTAMP as creation3_56_2_, toscacsar4_.DESCRIPTION as descript4_56_2_, toscacsar4_.NAME as name5_56_2_, toscacsar4_.URL as url6_56_2_, toscacsar4_.Version as version7_56_2_ from service service0_ left outer join allotted_resource_customization_to_service allottedcu1_ on service0_.MODEL_UUID=allottedcu1_.SERVICE_MODEL_UUID left outer join allotted_resource_customization allottedre2_ on allottedcu1_.RESOURCE_MODEL_CUSTOMIZATION_UUID=allottedre2_.MODEL_CUSTOMIZATION_UUID left outer join allotted_resource allottedre3_ on allottedre2_.AR_MODEL_UUID=allottedre3_.MODEL_UUID left outer join tosca_csar toscacsar4_ on service0_.TOSCA_CSAR_ARTIFACT_UUID=toscacsar4_.ARTIFACT_UUID where service0_.MODEL_UUID=? Hibernate: select toscacsar0_.ARTIFACT_UUID as artifact1_56_1_, toscacsar0_.ARTIFACT_CHECKSUM as artifact2_56_1_, toscacsar0_.CREATION_TIMESTAMP as creation3_56_1_, toscacsar0_.DESCRIPTION as descript4_56_1_, toscacsar0_.NAME as name5_56_1_, toscacsar0_.URL as url6_56_1_, toscacsar0_.Version as version7_56_1_, services1_.TOSCA_CSAR_ARTIFACT_UUID as tosca_c21_49_3_, services1_.MODEL_UUID as model_uu1_49_3_, services1_.MODEL_UUID as model_uu1_49_0_, services1_.CDS_BLUEPRINT_NAME as cds_blue2_49_0_, services1_.CDS_BLUEPRINT_VERSION as cds_blue3_49_0_, services1_.SERVICE_CATEGORY as service_4_49_0_, services1_.CONTROLLER_ACTOR as controll5_49_0_, services1_.CREATION_TIMESTAMP as creation6_49_0_, services1_.TOSCA_CSAR_ARTIFACT_UUID as tosca_c21_49_0_, services1_.DESCRIPTION as descript7_49_0_, services1_.OVERALL_DISTRIBUTION_STATUS as overall_8_49_0_, services1_.ENVIRONMENT_CONTEXT as environm9_49_0_, services1_.MODEL_INVARIANT_UUID as model_i10_49_0_, services1_.MODEL_NAME as model_n11_49_0_, services1_.MODEL_VERSION as model_v12_49_0_, services1_.NAMING_POLICY as naming_13_49_0_, services1_.ONAP_GENERATED_NAMING as onap_ge14_49_0_, services1_.RESOURCE_ORDER as resourc15_49_0_, services1_.SERVICE_FUNCTION as service16_49_0_, services1_.SERVICE_ROLE as service17_49_0_, services1_.SERVICE_TYPE as service18_49_0_, services1_.SKIP_POST_INSTANTIATION_CONFIGURATION as skip_po19_49_0_, services1_.WORKLOAD_CONTEXT as workloa20_49_0_ from tosca_csar toscacsar0_ left outer join service services1_ on toscacsar0_.ARTIFACT_UUID=services1_.TOSCA_CSAR_ARTIFACT_UUID where toscacsar0_.ARTIFACT_UUID=? Hibernate: insert into tosca_csar (ARTIFACT_CHECKSUM, CREATION_TIMESTAMP, DESCRIPTION, NAME, URL, Version, ARTIFACT_UUID) values (?, ?, ?, ?, ?, ?, ?) Hibernate: insert into service (CDS_BLUEPRINT_NAME, CDS_BLUEPRINT_VERSION, SERVICE_CATEGORY, CONTROLLER_ACTOR, CREATION_TIMESTAMP, TOSCA_CSAR_ARTIFACT_UUID, DESCRIPTION, OVERALL_DISTRIBUTION_STATUS, ENVIRONMENT_CONTEXT, MODEL_INVARIANT_UUID, MODEL_NAME, MODEL_VERSION, NAMING_POLICY, ONAP_GENERATED_NAMING, RESOURCE_ORDER, SERVICE_FUNCTION, SERVICE_ROLE, SERVICE_TYPE, SKIP_POST_INSTANTIATION_CONFIGURATION, WORKLOAD_CONTEXT, MODEL_UUID) values (?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?) Hibernate: insert into service_info (SERVICE_MODEL_UUID, SERVICE_INPUT, SERVICE_PROPERTIES) values (?, ?, ?) Hibernate: select vnfresourc0_.MODEL_UUID as model_uu1_63_0_, vnfresourc0_.AIC_VERSION_MAX as aic_vers2_63_0_, vnfresourc0_.AIC_VERSION_MIN as aic_vers3_63_0_, vnfresourc0_.RESOURCE_CATEGORY as resource4_63_0_, vnfresourc0_.CREATION_TIMESTAMP as creation5_63_0_, vnfresourc0_.DESCRIPTION as descript6_63_0_, vnfresourc0_.HEAT_TEMPLATE_ARTIFACT_UUID as heat_te13_63_0_, vnfresourc0_.MODEL_INVARIANT_UUID as model_in7_63_0_, vnfresourc0_.MODEL_NAME as model_na8_63_0_, vnfresourc0_.MODEL_VERSION as model_ve9_63_0_, vnfresourc0_.ORCHESTRATION_MODE as orchest10_63_0_, vnfresourc0_.RESOURCE_SUB_CATEGORY as resourc11_63_0_, vnfresourc0_.TOSCA_NODE_TYPE as tosca_n12_63_0_ from vnf_resource vnfresourc0_ where vnfresourc0_.MODEL_UUID=? Hibernate: insert into vnf_resource (AIC_VERSION_MAX, AIC_VERSION_MIN, RESOURCE_CATEGORY, CREATION_TIMESTAMP, DESCRIPTION, HEAT_TEMPLATE_ARTIFACT_UUID, MODEL_INVARIANT_UUID, MODEL_NAME, MODEL_VERSION, ORCHESTRATION_MODE, RESOURCE_SUB_CATEGORY, TOSCA_NODE_TYPE, MODEL_UUID) values (?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?) Hibernate: insert into vnf_resource_customization (AVAILABILITY_ZONE_MAX_COUNT, CDS_BLUEPRINT_NAME, CDS_BLUEPRINT_VERSION, CONTROLLER_ACTOR, CREATION_TIMESTAMP, MAX_INSTANCES, MIN_INSTANCES, MODEL_CUSTOMIZATION_UUID, MODEL_INSTANCE_NAME, MULTI_STAGE_DESIGN, NF_DATA_VALID, NF_FUNCTION, NF_NAMING_CODE, NF_ROLE, NF_TYPE, RESOURCE_INPUT, SERVICE_MODEL_UUID, SKIP_POST_INSTANTIATION_CONFIGURATION, VNF_RESOURCE_MODEL_UUID, VNFCINSTANCEGROUP_ORDER) values (?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?) Hibernate: select heatenviro0_.ARTIFACT_UUID as artifact1_25_0_, heatenviro0_.ARTIFACT_CHECKSUM as artifact2_25_0_, heatenviro0_.CREATION_TIMESTAMP as creation3_25_0_, heatenviro0_.DESCRIPTION as descript4_25_0_, heatenviro0_.BODY as body5_25_0_, heatenviro0_.NAME as name6_25_0_, heatenviro0_.VERSION as version7_25_0_ from heat_environment heatenviro0_ where heatenviro0_.ARTIFACT_UUID=? Hibernate: select vfmodule0_.MODEL_UUID as model_uu1_58_4_, vfmodule0_.CREATION_TIMESTAMP as creation2_58_4_, vfmodule0_.DESCRIPTION as descript3_58_4_, vfmodule0_.IS_BASE as is_base4_58_4_, vfmodule0_.MODEL_INVARIANT_UUID as model_in5_58_4_, vfmodule0_.MODEL_NAME as model_na6_58_4_, vfmodule0_.MODEL_VERSION as model_ve7_58_4_, vfmodule0_.HEAT_TEMPLATE_ARTIFACT_UUID as heat_tem8_58_4_, vfmodule0_.VNF_RESOURCE_MODEL_UUID as vnf_reso9_58_4_, vfmodule0_.VOL_HEAT_TEMPLATE_ARTIFACT_UUID as vol_hea10_58_4_, heatfiles1_.VF_MODULE_MODEL_UUID as vf_modul1_60_6_, heatfiles2_.ARTIFACT_UUID as heat_fil2_60_6_, heatfiles2_.ARTIFACT_UUID as artifact1_26_0_, heatfiles2_.ARTIFACT_CHECKSUM as artifact2_26_0_, heatfiles2_.CREATION_TIMESTAMP as creation3_26_0_, heatfiles2_.DESCRIPTION as descript4_26_0_, heatfiles2_.BODY as body5_26_0_, heatfiles2_.NAME as name6_26_0_, heatfiles2_.VERSION as version7_26_0_, heattempla3_.ARTIFACT_UUID as artifact1_28_1_, heattempla3_.ARTIFACT_CHECKSUM as artifact2_28_1_, heattempla3_.CREATION_TIMESTAMP as creation3_28_1_, heattempla3_.DESCRIPTION as descript4_28_1_, heattempla3_.BODY as body5_28_1_, heattempla3_.NAME as name6_28_1_, heattempla3_.TIMEOUT_MINUTES as timeout_7_28_1_, heattempla3_.VERSION as version8_28_1_, vnfresourc4_.MODEL_UUID as model_uu1_63_2_, vnfresourc4_.AIC_VERSION_MAX as aic_vers2_63_2_, vnfresourc4_.AIC_VERSION_MIN as aic_vers3_63_2_, vnfresourc4_.RESOURCE_CATEGORY as resource4_63_2_, vnfresourc4_.CREATION_TIMESTAMP as creation5_63_2_, vnfresourc4_.DESCRIPTION as descript6_63_2_, vnfresourc4_.HEAT_TEMPLATE_ARTIFACT_UUID as heat_te13_63_2_, vnfresourc4_.MODEL_INVARIANT_UUID as model_in7_63_2_, vnfresourc4_.MODEL_NAME as model_na8_63_2_, vnfresourc4_.MODEL_VERSION as model_ve9_63_2_, vnfresourc4_.ORCHESTRATION_MODE as orchest10_63_2_, vnfresourc4_.RESOURCE_SUB_CATEGORY as resourc11_63_2_, vnfresourc4_.TOSCA_NODE_TYPE as tosca_n12_63_2_, heattempla5_.ARTIFACT_UUID as artifact1_28_3_, heattempla5_.ARTIFACT_CHECKSUM as artifact2_28_3_, heattempla5_.CREATION_TIMESTAMP as creation3_28_3_, heattempla5_.DESCRIPTION as descript4_28_3_, heattempla5_.BODY as body5_28_3_, heattempla5_.NAME as name6_28_3_, heattempla5_.TIMEOUT_MINUTES as timeout_7_28_3_, heattempla5_.VERSION as version8_28_3_ from vf_module vfmodule0_ left outer join vf_module_to_heat_files heatfiles1_ on vfmodule0_.MODEL_UUID=heatfiles1_.VF_MODULE_MODEL_UUID left outer join heat_files heatfiles2_ on heatfiles1_.HEAT_FILES_ARTIFACT_UUID=heatfiles2_.ARTIFACT_UUID left outer join heat_template heattempla3_ on vfmodule0_.HEAT_TEMPLATE_ARTIFACT_UUID=heattempla3_.ARTIFACT_UUID left outer join vnf_resource vnfresourc4_ on vfmodule0_.VNF_RESOURCE_MODEL_UUID=vnfresourc4_.MODEL_UUID left outer join heat_template heattempla5_ on vfmodule0_.VOL_HEAT_TEMPLATE_ARTIFACT_UUID=heattempla5_.ARTIFACT_UUID where vfmodule0_.MODEL_UUID=? Hibernate: select heattempla0_.ARTIFACT_UUID as artifact1_28_1_, heattempla0_.ARTIFACT_CHECKSUM as artifact2_28_1_, heattempla0_.CREATION_TIMESTAMP as creation3_28_1_, heattempla0_.DESCRIPTION as descript4_28_1_, heattempla0_.BODY as body5_28_1_, heattempla0_.NAME as name6_28_1_, heattempla0_.TIMEOUT_MINUTES as timeout_7_28_1_, heattempla0_.VERSION as version8_28_1_, childtempl1_.PARENT_HEAT_TEMPLATE_UUID as parent_h1_27_3_, heattempla2_.ARTIFACT_UUID as child_he2_27_3_, heattempla2_.ARTIFACT_UUID as artifact1_28_0_, heattempla2_.ARTIFACT_CHECKSUM as artifact2_28_0_, heattempla2_.CREATION_TIMESTAMP as creation3_28_0_, heattempla2_.DESCRIPTION as descript4_28_0_, heattempla2_.BODY as body5_28_0_, heattempla2_.NAME as name6_28_0_, heattempla2_.TIMEOUT_MINUTES as timeout_7_28_0_, heattempla2_.VERSION as version8_28_0_ from heat_template heattempla0_ left outer join heat_nested_template childtempl1_ on heattempla0_.ARTIFACT_UUID=childtempl1_.PARENT_HEAT_TEMPLATE_UUID left outer join heat_template heattempla2_ on childtempl1_.CHILD_HEAT_TEMPLATE_UUID=heattempla2_.ARTIFACT_UUID where heattempla0_.ARTIFACT_UUID=? Hibernate: select heattempla0_.HEAT_TEMPLATE_ARTIFACT_UUID as heat_tem1_29_0_, heattempla0_.PARAM_NAME as param_na2_29_0_, heattempla0_.PARAM_ALIAS as param_al3_29_0_, heattempla0_.PARAM_TYPE as param_ty4_29_0_, heattempla0_.IS_REQUIRED as is_requi5_29_0_ from heat_template_params heattempla0_ where heattempla0_.HEAT_TEMPLATE_ARTIFACT_UUID=? and heattempla0_.PARAM_NAME=? Hibernate: select heattempla0_.HEAT_TEMPLATE_ARTIFACT_UUID as heat_tem1_29_0_, heattempla0_.PARAM_NAME as param_na2_29_0_, heattempla0_.PARAM_ALIAS as param_al3_29_0_, heattempla0_.PARAM_TYPE as param_ty4_29_0_, heattempla0_.IS_REQUIRED as is_requi5_29_0_ from heat_template_params heattempla0_ where heattempla0_.HEAT_TEMPLATE_ARTIFACT_UUID=? and heattempla0_.PARAM_NAME=? Hibernate: select heattempla0_.HEAT_TEMPLATE_ARTIFACT_UUID as heat_tem1_29_0_, heattempla0_.PARAM_NAME as param_na2_29_0_, heattempla0_.PARAM_ALIAS as param_al3_29_0_, heattempla0_.PARAM_TYPE as param_ty4_29_0_, heattempla0_.IS_REQUIRED as is_requi5_29_0_ from heat_template_params heattempla0_ where heattempla0_.HEAT_TEMPLATE_ARTIFACT_UUID=? and heattempla0_.PARAM_NAME=? Hibernate: select heattempla0_.HEAT_TEMPLATE_ARTIFACT_UUID as heat_tem1_29_0_, heattempla0_.PARAM_NAME as param_na2_29_0_, heattempla0_.PARAM_ALIAS as param_al3_29_0_, heattempla0_.PARAM_TYPE as param_ty4_29_0_, heattempla0_.IS_REQUIRED as is_requi5_29_0_ from heat_template_params heattempla0_ where heattempla0_.HEAT_TEMPLATE_ARTIFACT_UUID=? and heattempla0_.PARAM_NAME=? Hibernate: select heattempla0_.HEAT_TEMPLATE_ARTIFACT_UUID as heat_tem1_29_0_, heattempla0_.PARAM_NAME as param_na2_29_0_, heattempla0_.PARAM_ALIAS as param_al3_29_0_, heattempla0_.PARAM_TYPE as param_ty4_29_0_, heattempla0_.IS_REQUIRED as is_requi5_29_0_ from heat_template_params heattempla0_ where heattempla0_.HEAT_TEMPLATE_ARTIFACT_UUID=? and heattempla0_.PARAM_NAME=? Hibernate: select heattempla0_.HEAT_TEMPLATE_ARTIFACT_UUID as heat_tem1_29_0_, heattempla0_.PARAM_NAME as param_na2_29_0_, heattempla0_.PARAM_ALIAS as param_al3_29_0_, heattempla0_.PARAM_TYPE as param_ty4_29_0_, heattempla0_.IS_REQUIRED as is_requi5_29_0_ from heat_template_params heattempla0_ where heattempla0_.HEAT_TEMPLATE_ARTIFACT_UUID=? and heattempla0_.PARAM_NAME=? Hibernate: select heattempla0_.HEAT_TEMPLATE_ARTIFACT_UUID as heat_tem1_29_0_, heattempla0_.PARAM_NAME as param_na2_29_0_, heattempla0_.PARAM_ALIAS as param_al3_29_0_, heattempla0_.PARAM_TYPE as param_ty4_29_0_, heattempla0_.IS_REQUIRED as is_requi5_29_0_ from heat_template_params heattempla0_ where heattempla0_.HEAT_TEMPLATE_ARTIFACT_UUID=? and heattempla0_.PARAM_NAME=? Hibernate: select heattempla0_.HEAT_TEMPLATE_ARTIFACT_UUID as heat_tem1_29_0_, heattempla0_.PARAM_NAME as param_na2_29_0_, heattempla0_.PARAM_ALIAS as param_al3_29_0_, heattempla0_.PARAM_TYPE as param_ty4_29_0_, heattempla0_.IS_REQUIRED as is_requi5_29_0_ from heat_template_params heattempla0_ where heattempla0_.HEAT_TEMPLATE_ARTIFACT_UUID=? and heattempla0_.PARAM_NAME=? Hibernate: select heattempla0_.HEAT_TEMPLATE_ARTIFACT_UUID as heat_tem1_29_0_, heattempla0_.PARAM_NAME as param_na2_29_0_, heattempla0_.PARAM_ALIAS as param_al3_29_0_, heattempla0_.PARAM_TYPE as param_ty4_29_0_, heattempla0_.IS_REQUIRED as is_requi5_29_0_ from heat_template_params heattempla0_ where heattempla0_.HEAT_TEMPLATE_ARTIFACT_UUID=? and heattempla0_.PARAM_NAME=? Hibernate: select heattempla0_.HEAT_TEMPLATE_ARTIFACT_UUID as heat_tem1_29_0_, heattempla0_.PARAM_NAME as param_na2_29_0_, heattempla0_.PARAM_ALIAS as param_al3_29_0_, heattempla0_.PARAM_TYPE as param_ty4_29_0_, heattempla0_.IS_REQUIRED as is_requi5_29_0_ from heat_template_params heattempla0_ where heattempla0_.HEAT_TEMPLATE_ARTIFACT_UUID=? and heattempla0_.PARAM_NAME=? Hibernate: select heattempla0_.HEAT_TEMPLATE_ARTIFACT_UUID as heat_tem1_29_0_, heattempla0_.PARAM_NAME as param_na2_29_0_, heattempla0_.PARAM_ALIAS as param_al3_29_0_, heattempla0_.PARAM_TYPE as param_ty4_29_0_, heattempla0_.IS_REQUIRED as is_requi5_29_0_ from heat_template_params heattempla0_ where heattempla0_.HEAT_TEMPLATE_ARTIFACT_UUID=? and heattempla0_.PARAM_NAME=? Hibernate: select heattempla0_.HEAT_TEMPLATE_ARTIFACT_UUID as heat_tem1_29_0_, heattempla0_.PARAM_NAME as param_na2_29_0_, heattempla0_.PARAM_ALIAS as param_al3_29_0_, heattempla0_.PARAM_TYPE as param_ty4_29_0_, heattempla0_.IS_REQUIRED as is_requi5_29_0_ from heat_template_params heattempla0_ where heattempla0_.HEAT_TEMPLATE_ARTIFACT_UUID=? and heattempla0_.PARAM_NAME=? Hibernate: select heattempla0_.HEAT_TEMPLATE_ARTIFACT_UUID as heat_tem1_29_0_, heattempla0_.PARAM_NAME as param_na2_29_0_, heattempla0_.PARAM_ALIAS as param_al3_29_0_, heattempla0_.PARAM_TYPE as param_ty4_29_0_, heattempla0_.IS_REQUIRED as is_requi5_29_0_ from heat_template_params heattempla0_ where heattempla0_.HEAT_TEMPLATE_ARTIFACT_UUID=? and heattempla0_.PARAM_NAME=? Hibernate: select heattempla0_.HEAT_TEMPLATE_ARTIFACT_UUID as heat_tem1_29_0_, heattempla0_.PARAM_NAME as param_na2_29_0_, heattempla0_.PARAM_ALIAS as param_al3_29_0_, heattempla0_.PARAM_TYPE as param_ty4_29_0_, heattempla0_.IS_REQUIRED as is_requi5_29_0_ from heat_template_params heattempla0_ where heattempla0_.HEAT_TEMPLATE_ARTIFACT_UUID=? and heattempla0_.PARAM_NAME=? Hibernate: select heattempla0_.HEAT_TEMPLATE_ARTIFACT_UUID as heat_tem1_29_0_, heattempla0_.PARAM_NAME as param_na2_29_0_, heattempla0_.PARAM_ALIAS as param_al3_29_0_, heattempla0_.PARAM_TYPE as param_ty4_29_0_, heattempla0_.IS_REQUIRED as is_requi5_29_0_ from heat_template_params heattempla0_ where heattempla0_.HEAT_TEMPLATE_ARTIFACT_UUID=? and heattempla0_.PARAM_NAME=? Hibernate: select heattempla0_.HEAT_TEMPLATE_ARTIFACT_UUID as heat_tem1_29_0_, heattempla0_.PARAM_NAME as param_na2_29_0_, heattempla0_.PARAM_ALIAS as param_al3_29_0_, heattempla0_.PARAM_TYPE as param_ty4_29_0_, heattempla0_.IS_REQUIRED as is_requi5_29_0_ from heat_template_params heattempla0_ where heattempla0_.HEAT_TEMPLATE_ARTIFACT_UUID=? and heattempla0_.PARAM_NAME=? Hibernate: select heattempla0_.HEAT_TEMPLATE_ARTIFACT_UUID as heat_tem1_29_0_, heattempla0_.PARAM_NAME as param_na2_29_0_, heattempla0_.PARAM_ALIAS as param_al3_29_0_, heattempla0_.PARAM_TYPE as param_ty4_29_0_, heattempla0_.IS_REQUIRED as is_requi5_29_0_ from heat_template_params heattempla0_ where heattempla0_.HEAT_TEMPLATE_ARTIFACT_UUID=? and heattempla0_.PARAM_NAME=? Hibernate: select heattempla0_.HEAT_TEMPLATE_ARTIFACT_UUID as heat_tem1_29_0_, heattempla0_.PARAM_NAME as param_na2_29_0_, heattempla0_.PARAM_ALIAS as param_al3_29_0_, heattempla0_.PARAM_TYPE as param_ty4_29_0_, heattempla0_.IS_REQUIRED as is_requi5_29_0_ from heat_template_params heattempla0_ where heattempla0_.HEAT_TEMPLATE_ARTIFACT_UUID=? and heattempla0_.PARAM_NAME=? Hibernate: select heattempla0_.HEAT_TEMPLATE_ARTIFACT_UUID as heat_tem1_29_0_, heattempla0_.PARAM_NAME as param_na2_29_0_, heattempla0_.PARAM_ALIAS as param_al3_29_0_, heattempla0_.PARAM_TYPE as param_ty4_29_0_, heattempla0_.IS_REQUIRED as is_requi5_29_0_ from heat_template_params heattempla0_ where heattempla0_.HEAT_TEMPLATE_ARTIFACT_UUID=? and heattempla0_.PARAM_NAME=? Hibernate: select heattempla0_.HEAT_TEMPLATE_ARTIFACT_UUID as heat_tem1_29_0_, heattempla0_.PARAM_NAME as param_na2_29_0_, heattempla0_.PARAM_ALIAS as param_al3_29_0_, heattempla0_.PARAM_TYPE as param_ty4_29_0_, heattempla0_.IS_REQUIRED as is_requi5_29_0_ from heat_template_params heattempla0_ where heattempla0_.HEAT_TEMPLATE_ARTIFACT_UUID=? and heattempla0_.PARAM_NAME=? Hibernate: select heattempla0_.HEAT_TEMPLATE_ARTIFACT_UUID as heat_tem1_29_0_, heattempla0_.PARAM_NAME as param_na2_29_0_, heattempla0_.PARAM_ALIAS as param_al3_29_0_, heattempla0_.PARAM_TYPE as param_ty4_29_0_, heattempla0_.IS_REQUIRED as is_requi5_29_0_ from heat_template_params heattempla0_ where heattempla0_.HEAT_TEMPLATE_ARTIFACT_UUID=? and heattempla0_.PARAM_NAME=? Hibernate: select heattempla0_.HEAT_TEMPLATE_ARTIFACT_UUID as heat_tem1_29_0_, heattempla0_.PARAM_NAME as param_na2_29_0_, heattempla0_.PARAM_ALIAS as param_al3_29_0_, heattempla0_.PARAM_TYPE as param_ty4_29_0_, heattempla0_.IS_REQUIRED as is_requi5_29_0_ from heat_template_params heattempla0_ where heattempla0_.HEAT_TEMPLATE_ARTIFACT_UUID=? and heattempla0_.PARAM_NAME=? Hibernate: select heattempla0_.HEAT_TEMPLATE_ARTIFACT_UUID as heat_tem1_29_0_, heattempla0_.PARAM_NAME as param_na2_29_0_, heattempla0_.PARAM_ALIAS as param_al3_29_0_, heattempla0_.PARAM_TYPE as param_ty4_29_0_, heattempla0_.IS_REQUIRED as is_requi5_29_0_ from heat_template_params heattempla0_ where heattempla0_.HEAT_TEMPLATE_ARTIFACT_UUID=? and heattempla0_.PARAM_NAME=? Hibernate: select heattempla0_.HEAT_TEMPLATE_ARTIFACT_UUID as heat_tem1_29_0_, heattempla0_.PARAM_NAME as param_na2_29_0_, heattempla0_.PARAM_ALIAS as param_al3_29_0_, heattempla0_.PARAM_TYPE as param_ty4_29_0_, heattempla0_.IS_REQUIRED as is_requi5_29_0_ from heat_template_params heattempla0_ where heattempla0_.HEAT_TEMPLATE_ARTIFACT_UUID=? and heattempla0_.PARAM_NAME=? Hibernate: select heattempla0_.HEAT_TEMPLATE_ARTIFACT_UUID as heat_tem1_29_0_, heattempla0_.PARAM_NAME as param_na2_29_0_, heattempla0_.PARAM_ALIAS as param_al3_29_0_, heattempla0_.PARAM_TYPE as param_ty4_29_0_, heattempla0_.IS_REQUIRED as is_requi5_29_0_ from heat_template_params heattempla0_ where heattempla0_.HEAT_TEMPLATE_ARTIFACT_UUID=? and heattempla0_.PARAM_NAME=? Hibernate: select heattempla0_.HEAT_TEMPLATE_ARTIFACT_UUID as heat_tem1_29_0_, heattempla0_.PARAM_NAME as param_na2_29_0_, heattempla0_.PARAM_ALIAS as param_al3_29_0_, heattempla0_.PARAM_TYPE as param_ty4_29_0_, heattempla0_.IS_REQUIRED as is_requi5_29_0_ from heat_template_params heattempla0_ where heattempla0_.HEAT_TEMPLATE_ARTIFACT_UUID=? and heattempla0_.PARAM_NAME=? Hibernate: select heattempla0_.HEAT_TEMPLATE_ARTIFACT_UUID as heat_tem1_29_0_, heattempla0_.PARAM_NAME as param_na2_29_0_, heattempla0_.PARAM_ALIAS as param_al3_29_0_, heattempla0_.PARAM_TYPE as param_ty4_29_0_, heattempla0_.IS_REQUIRED as is_requi5_29_0_ from heat_template_params heattempla0_ where heattempla0_.HEAT_TEMPLATE_ARTIFACT_UUID=? and heattempla0_.PARAM_NAME=? Hibernate: select heattempla0_.HEAT_TEMPLATE_ARTIFACT_UUID as heat_tem1_29_0_, heattempla0_.PARAM_NAME as param_na2_29_0_, heattempla0_.PARAM_ALIAS as param_al3_29_0_, heattempla0_.PARAM_TYPE as param_ty4_29_0_, heattempla0_.IS_REQUIRED as is_requi5_29_0_ from heat_template_params heattempla0_ where heattempla0_.HEAT_TEMPLATE_ARTIFACT_UUID=? and heattempla0_.PARAM_NAME=? Hibernate: select heattempla0_.HEAT_TEMPLATE_ARTIFACT_UUID as heat_tem1_29_0_, heattempla0_.PARAM_NAME as param_na2_29_0_, heattempla0_.PARAM_ALIAS as param_al3_29_0_, heattempla0_.PARAM_TYPE as param_ty4_29_0_, heattempla0_.IS_REQUIRED as is_requi5_29_0_ from heat_template_params heattempla0_ where heattempla0_.HEAT_TEMPLATE_ARTIFACT_UUID=? and heattempla0_.PARAM_NAME=? Hibernate: select heattempla0_.HEAT_TEMPLATE_ARTIFACT_UUID as heat_tem1_29_0_, heattempla0_.PARAM_NAME as param_na2_29_0_, heattempla0_.PARAM_ALIAS as param_al3_29_0_, heattempla0_.PARAM_TYPE as param_ty4_29_0_, heattempla0_.IS_REQUIRED as is_requi5_29_0_ from heat_template_params heattempla0_ where heattempla0_.HEAT_TEMPLATE_ARTIFACT_UUID=? and heattempla0_.PARAM_NAME=? Hibernate: select heattempla0_.HEAT_TEMPLATE_ARTIFACT_UUID as heat_tem1_29_0_, heattempla0_.PARAM_NAME as param_na2_29_0_, heattempla0_.PARAM_ALIAS as param_al3_29_0_, heattempla0_.PARAM_TYPE as param_ty4_29_0_, heattempla0_.IS_REQUIRED as is_requi5_29_0_ from heat_template_params heattempla0_ where heattempla0_.HEAT_TEMPLATE_ARTIFACT_UUID=? and heattempla0_.PARAM_NAME=? Hibernate: select heattempla0_.HEAT_TEMPLATE_ARTIFACT_UUID as heat_tem1_29_0_, heattempla0_.PARAM_NAME as param_na2_29_0_, heattempla0_.PARAM_ALIAS as param_al3_29_0_, heattempla0_.PARAM_TYPE as param_ty4_29_0_, heattempla0_.IS_REQUIRED as is_requi5_29_0_ from heat_template_params heattempla0_ where heattempla0_.HEAT_TEMPLATE_ARTIFACT_UUID=? and heattempla0_.PARAM_NAME=? Hibernate: select heattempla0_.HEAT_TEMPLATE_ARTIFACT_UUID as heat_tem1_29_0_, heattempla0_.PARAM_NAME as param_na2_29_0_, heattempla0_.PARAM_ALIAS as param_al3_29_0_, heattempla0_.PARAM_TYPE as param_ty4_29_0_, heattempla0_.IS_REQUIRED as is_requi5_29_0_ from heat_template_params heattempla0_ where heattempla0_.HEAT_TEMPLATE_ARTIFACT_UUID=? and heattempla0_.PARAM_NAME=? Hibernate: select heattempla0_.HEAT_TEMPLATE_ARTIFACT_UUID as heat_tem1_29_0_, heattempla0_.PARAM_NAME as param_na2_29_0_, heattempla0_.PARAM_ALIAS as param_al3_29_0_, heattempla0_.PARAM_TYPE as param_ty4_29_0_, heattempla0_.IS_REQUIRED as is_requi5_29_0_ from heat_template_params heattempla0_ where heattempla0_.HEAT_TEMPLATE_ARTIFACT_UUID=? and heattempla0_.PARAM_NAME=? Hibernate: select heattempla0_.HEAT_TEMPLATE_ARTIFACT_UUID as heat_tem1_29_0_, heattempla0_.PARAM_NAME as param_na2_29_0_, heattempla0_.PARAM_ALIAS as param_al3_29_0_, heattempla0_.PARAM_TYPE as param_ty4_29_0_, heattempla0_.IS_REQUIRED as is_requi5_29_0_ from heat_template_params heattempla0_ where heattempla0_.HEAT_TEMPLATE_ARTIFACT_UUID=? and heattempla0_.PARAM_NAME=? Hibernate: select heattempla0_.HEAT_TEMPLATE_ARTIFACT_UUID as heat_tem1_29_0_, heattempla0_.PARAM_NAME as param_na2_29_0_, heattempla0_.PARAM_ALIAS as param_al3_29_0_, heattempla0_.PARAM_TYPE as param_ty4_29_0_, heattempla0_.IS_REQUIRED as is_requi5_29_0_ from heat_template_params heattempla0_ where heattempla0_.HEAT_TEMPLATE_ARTIFACT_UUID=? and heattempla0_.PARAM_NAME=? Hibernate: select heattempla0_.HEAT_TEMPLATE_ARTIFACT_UUID as heat_tem1_29_0_, heattempla0_.PARAM_NAME as param_na2_29_0_, heattempla0_.PARAM_ALIAS as param_al3_29_0_, heattempla0_.PARAM_TYPE as param_ty4_29_0_, heattempla0_.IS_REQUIRED as is_requi5_29_0_ from heat_template_params heattempla0_ where heattempla0_.HEAT_TEMPLATE_ARTIFACT_UUID=? and heattempla0_.PARAM_NAME=? Hibernate: insert into heat_environment (ARTIFACT_CHECKSUM, CREATION_TIMESTAMP, DESCRIPTION, BODY, NAME, VERSION, ARTIFACT_UUID) values (?, ?, ?, ?, ?, ?, ?) Hibernate: insert into heat_template (ARTIFACT_CHECKSUM, CREATION_TIMESTAMP, DESCRIPTION, BODY, NAME, TIMEOUT_MINUTES, VERSION, ARTIFACT_UUID) values (?, ?, ?, ?, ?, ?, ?, ?) Hibernate: insert into heat_template_params (PARAM_ALIAS, PARAM_TYPE, IS_REQUIRED, HEAT_TEMPLATE_ARTIFACT_UUID, PARAM_NAME) values (?, ?, ?, ?, ?) Hibernate: insert into heat_template_params (PARAM_ALIAS, PARAM_TYPE, IS_REQUIRED, HEAT_TEMPLATE_ARTIFACT_UUID, PARAM_NAME) values (?, ?, ?, ?, ?) Hibernate: insert into heat_template_params (PARAM_ALIAS, PARAM_TYPE, IS_REQUIRED, HEAT_TEMPLATE_ARTIFACT_UUID, PARAM_NAME) values (?, ?, ?, ?, ?) Hibernate: insert into heat_template_params (PARAM_ALIAS, PARAM_TYPE, IS_REQUIRED, HEAT_TEMPLATE_ARTIFACT_UUID, PARAM_NAME) values (?, ?, ?, ?, ?) Hibernate: insert into heat_template_params (PARAM_ALIAS, PARAM_TYPE, IS_REQUIRED, HEAT_TEMPLATE_ARTIFACT_UUID, PARAM_NAME) values (?, ?, ?, ?, ?) Hibernate: insert into heat_template_params (PARAM_ALIAS, PARAM_TYPE, IS_REQUIRED, HEAT_TEMPLATE_ARTIFACT_UUID, PARAM_NAME) values (?, ?, ?, ?, ?) Hibernate: insert into heat_template_params (PARAM_ALIAS, PARAM_TYPE, IS_REQUIRED, HEAT_TEMPLATE_ARTIFACT_UUID, PARAM_NAME) values (?, ?, ?, ?, ?) Hibernate: insert into heat_template_params (PARAM_ALIAS, PARAM_TYPE, IS_REQUIRED, HEAT_TEMPLATE_ARTIFACT_UUID, PARAM_NAME) values (?, ?, ?, ?, ?) Hibernate: insert into heat_template_params (PARAM_ALIAS, PARAM_TYPE, IS_REQUIRED, HEAT_TEMPLATE_ARTIFACT_UUID, PARAM_NAME) values (?, ?, ?, ?, ?) Hibernate: insert into heat_template_params (PARAM_ALIAS, PARAM_TYPE, IS_REQUIRED, HEAT_TEMPLATE_ARTIFACT_UUID, PARAM_NAME) values (?, ?, ?, ?, ?) Hibernate: insert into heat_template_params (PARAM_ALIAS, PARAM_TYPE, IS_REQUIRED, HEAT_TEMPLATE_ARTIFACT_UUID, PARAM_NAME) values (?, ?, ?, ?, ?) Hibernate: insert into heat_template_params (PARAM_ALIAS, PARAM_TYPE, IS_REQUIRED, HEAT_TEMPLATE_ARTIFACT_UUID, PARAM_NAME) values (?, ?, ?, ?, ?) Hibernate: insert into heat_template_params (PARAM_ALIAS, PARAM_TYPE, IS_REQUIRED, HEAT_TEMPLATE_ARTIFACT_UUID, PARAM_NAME) values (?, ?, ?, ?, ?) Hibernate: insert into heat_template_params (PARAM_ALIAS, PARAM_TYPE, IS_REQUIRED, HEAT_TEMPLATE_ARTIFACT_UUID, PARAM_NAME) values (?, ?, ?, ?, ?) Hibernate: insert into heat_template_params (PARAM_ALIAS, PARAM_TYPE, IS_REQUIRED, HEAT_TEMPLATE_ARTIFACT_UUID, PARAM_NAME) values (?, ?, ?, ?, ?) Hibernate: insert into heat_template_params (PARAM_ALIAS, PARAM_TYPE, IS_REQUIRED, HEAT_TEMPLATE_ARTIFACT_UUID, PARAM_NAME) values (?, ?, ?, ?, ?) Hibernate: insert into heat_template_params (PARAM_ALIAS, PARAM_TYPE, IS_REQUIRED, HEAT_TEMPLATE_ARTIFACT_UUID, PARAM_NAME) values (?, ?, ?, ?, ?) Hibernate: insert into heat_template_params (PARAM_ALIAS, PARAM_TYPE, IS_REQUIRED, HEAT_TEMPLATE_ARTIFACT_UUID, PARAM_NAME) values (?, ?, ?, ?, ?) Hibernate: insert into heat_template_params (PARAM_ALIAS, PARAM_TYPE, IS_REQUIRED, HEAT_TEMPLATE_ARTIFACT_UUID, PARAM_NAME) values (?, ?, ?, ?, ?) Hibernate: insert into heat_template_params (PARAM_ALIAS, PARAM_TYPE, IS_REQUIRED, HEAT_TEMPLATE_ARTIFACT_UUID, PARAM_NAME) values (?, ?, ?, ?, ?) Hibernate: insert into heat_template_params (PARAM_ALIAS, PARAM_TYPE, IS_REQUIRED, HEAT_TEMPLATE_ARTIFACT_UUID, PARAM_NAME) values (?, ?, ?, ?, ?) Hibernate: insert into heat_template_params (PARAM_ALIAS, PARAM_TYPE, IS_REQUIRED, HEAT_TEMPLATE_ARTIFACT_UUID, PARAM_NAME) values (?, ?, ?, ?, ?) Hibernate: insert into heat_template_params (PARAM_ALIAS, PARAM_TYPE, IS_REQUIRED, HEAT_TEMPLATE_ARTIFACT_UUID, PARAM_NAME) values (?, ?, ?, ?, ?) Hibernate: insert into heat_template_params (PARAM_ALIAS, PARAM_TYPE, IS_REQUIRED, HEAT_TEMPLATE_ARTIFACT_UUID, PARAM_NAME) values (?, ?, ?, ?, ?) Hibernate: insert into heat_template_params (PARAM_ALIAS, PARAM_TYPE, IS_REQUIRED, HEAT_TEMPLATE_ARTIFACT_UUID, PARAM_NAME) values (?, ?, ?, ?, ?) Hibernate: insert into heat_template_params (PARAM_ALIAS, PARAM_TYPE, IS_REQUIRED, HEAT_TEMPLATE_ARTIFACT_UUID, PARAM_NAME) values (?, ?, ?, ?, ?) Hibernate: insert into heat_template_params (PARAM_ALIAS, PARAM_TYPE, IS_REQUIRED, HEAT_TEMPLATE_ARTIFACT_UUID, PARAM_NAME) values (?, ?, ?, ?, ?) Hibernate: insert into heat_template_params (PARAM_ALIAS, PARAM_TYPE, IS_REQUIRED, HEAT_TEMPLATE_ARTIFACT_UUID, PARAM_NAME) values (?, ?, ?, ?, ?) Hibernate: insert into heat_template_params (PARAM_ALIAS, PARAM_TYPE, IS_REQUIRED, HEAT_TEMPLATE_ARTIFACT_UUID, PARAM_NAME) values (?, ?, ?, ?, ?) Hibernate: insert into heat_template_params (PARAM_ALIAS, PARAM_TYPE, IS_REQUIRED, HEAT_TEMPLATE_ARTIFACT_UUID, PARAM_NAME) values (?, ?, ?, ?, ?) Hibernate: insert into heat_template_params (PARAM_ALIAS, PARAM_TYPE, IS_REQUIRED, HEAT_TEMPLATE_ARTIFACT_UUID, PARAM_NAME) values (?, ?, ?, ?, ?) Hibernate: insert into heat_template_params (PARAM_ALIAS, PARAM_TYPE, IS_REQUIRED, HEAT_TEMPLATE_ARTIFACT_UUID, PARAM_NAME) values (?, ?, ?, ?, ?) Hibernate: insert into heat_template_params (PARAM_ALIAS, PARAM_TYPE, IS_REQUIRED, HEAT_TEMPLATE_ARTIFACT_UUID, PARAM_NAME) values (?, ?, ?, ?, ?) Hibernate: insert into heat_template_params (PARAM_ALIAS, PARAM_TYPE, IS_REQUIRED, HEAT_TEMPLATE_ARTIFACT_UUID, PARAM_NAME) values (?, ?, ?, ?, ?) Hibernate: insert into heat_template_params (PARAM_ALIAS, PARAM_TYPE, IS_REQUIRED, HEAT_TEMPLATE_ARTIFACT_UUID, PARAM_NAME) values (?, ?, ?, ?, ?) Hibernate: insert into heat_template_params (PARAM_ALIAS, PARAM_TYPE, IS_REQUIRED, HEAT_TEMPLATE_ARTIFACT_UUID, PARAM_NAME) values (?, ?, ?, ?, ?) Hibernate: insert into heat_template_params (PARAM_ALIAS, PARAM_TYPE, IS_REQUIRED, HEAT_TEMPLATE_ARTIFACT_UUID, PARAM_NAME) values (?, ?, ?, ?, ?) Hibernate: insert into vf_module (CREATION_TIMESTAMP, DESCRIPTION, IS_BASE, MODEL_INVARIANT_UUID, MODEL_NAME, MODEL_VERSION, HEAT_TEMPLATE_ARTIFACT_UUID, VNF_RESOURCE_MODEL_UUID, VOL_HEAT_TEMPLATE_ARTIFACT_UUID, MODEL_UUID) values (?, ?, ?, ?, ?, ?, ?, ?, ?, ?) Hibernate: insert into vf_module_customization (AVAILABILITY_ZONE_COUNT, CREATION_TIMESTAMP, HEAT_ENVIRONMENT_ARTIFACT_UUID, INITIAL_COUNT, LABEL, MAX_INSTANCES, MIN_INSTANCES, MODEL_CUSTOMIZATION_UUID, SKIP_POST_INSTANTIATION_CONFIGURATION, VF_MODULE_MODEL_UUID, VNF_RESOURCE_CUSTOMIZATION_ID, VOL_ENVIRONMENT_ARTIFACT_UUID) values (?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?) Hibernate: select vnfccustom0_.MODEL_CUSTOMIZATION_UUID as model_cu1_66_5_, vnfccustom0_.CREATION_TIMESTAMP as creation2_66_5_, vnfccustom0_.DESCRIPTION as descript3_66_5_, vnfccustom0_.MODEL_INSTANCE_NAME as model_in4_66_5_, vnfccustom0_.MODEL_INVARIANT_UUID as model_in5_66_5_, vnfccustom0_.MODEL_NAME as model_na6_66_5_, vnfccustom0_.MODEL_UUID as model_uu7_66_5_, vnfccustom0_.MODEL_VERSION as model_ve8_66_5_, vnfccustom0_.RESOURCE_INPUT as resource9_66_5_, vnfccustom0_.TOSCA_NODE_TYPE as tosca_n10_66_5_, vnfccustom0_.VNFC_INSTANCE_GROUP_CUSTOMIZATION_ID as vnfc_in11_66_5_, cvnfccusto1_.VNFC_CUST_MODEL_CUSTOMIZATION_UUID as vnfc_cu14_23_7_, cvnfccusto1_.ID as id1_23_7_, cvnfccusto1_.ID as id1_23_0_, cvnfccusto1_.CREATION_TIMESTAMP as creation2_23_0_, cvnfccusto1_.DESCRIPTION as descript3_23_0_, cvnfccusto1_.MODEL_CUSTOMIZATION_UUID as model_cu4_23_0_, cvnfccusto1_.MODEL_INSTANCE_NAME as model_in5_23_0_, cvnfccusto1_.MODEL_INVARIANT_UUID as model_in6_23_0_, cvnfccusto1_.MODEL_NAME as model_na7_23_0_, cvnfccusto1_.MODEL_UUID as model_uu8_23_0_, cvnfccusto1_.MODEL_VERSION as model_ve9_23_0_, cvnfccusto1_.NFC_FUNCTION as nfc_fun10_23_0_, cvnfccusto1_.NFC_NAMING_CODE as nfc_nam11_23_0_, cvnfccusto1_.TOSCA_NODE_TYPE as tosca_n12_23_0_, cvnfccusto1_.VF_MODULE_CUSTOMIZATION_ID as vf_modu13_23_0_, cvnfccusto1_.VNFC_CUST_MODEL_CUSTOMIZATION_UUID as vnfc_cu14_23_0_, vfmodulecu2_.ID as id1_59_1_, vfmodulecu2_.AVAILABILITY_ZONE_COUNT as availabi2_59_1_, vfmodulecu2_.CREATION_TIMESTAMP as creation3_59_1_, vfmodulecu2_.HEAT_ENVIRONMENT_ARTIFACT_UUID as heat_en10_59_1_, vfmodulecu2_.INITIAL_COUNT as initial_4_59_1_, vfmodulecu2_.LABEL as label5_59_1_, vfmodulecu2_.MAX_INSTANCES as max_inst6_59_1_, vfmodulecu2_.MIN_INSTANCES as min_inst7_59_1_, vfmodulecu2_.MODEL_CUSTOMIZATION_UUID as model_cu8_59_1_, vfmodulecu2_.SKIP_POST_INSTANTIATION_CONFIGURATION as skip_pos9_59_1_, vfmodulecu2_.VF_MODULE_MODEL_UUID as vf_modu11_59_1_, vfmodulecu2_.VNF_RESOURCE_CUSTOMIZATION_ID as vnf_res12_59_1_, vfmodulecu2_.VOL_ENVIRONMENT_ARTIFACT_UUID as vol_env13_59_1_, vnfcinstan3_.ID as id1_67_2_, vnfcinstan3_.CREATION_TIMESTAMP as creation2_67_2_, vnfcinstan3_.DESCRIPTION as descript3_67_2_, vnfcinstan3_.FUNCTION as function4_67_2_, vnfcinstan3_.INSTANCE_GROUP_MODEL_UUID as instance5_67_2_, vnfcinstan3_.VNF_RESOURCE_CUSTOMIZATION_ID as vnf_reso6_67_2_, instancegr4_.MODEL_UUID as model_uu2_32_3_, instancegr4_.CR_MODEL_UUID as cr_mode10_32_3_, instancegr4_.CREATION_TIMESTAMP as creation3_32_3_, instancegr4_.MODEL_INVARIANT_UUID as model_in4_32_3_, instancegr4_.MODEL_NAME as model_na5_32_3_, instancegr4_.MODEL_VERSION as model_ve6_32_3_, instancegr4_.ROLE as role7_32_3_, instancegr4_.TOSCA_NODE_TYPE as tosca_no8_32_3_, instancegr4_.INSTANCE_GROUP_TYPE as instance9_32_3_, instancegr4_.OBJECT_TYPE as object_t1_32_3_, vnfresourc5_.ID as id1_64_4_, vnfresourc5_.AVAILABILITY_ZONE_MAX_COUNT as availabi2_64_4_, vnfresourc5_.CDS_BLUEPRINT_NAME as cds_blue3_64_4_, vnfresourc5_.CDS_BLUEPRINT_VERSION as cds_blue4_64_4_, vnfresourc5_.CONTROLLER_ACTOR as controll5_64_4_, vnfresourc5_.CREATION_TIMESTAMP as creation6_64_4_, vnfresourc5_.MAX_INSTANCES as max_inst7_64_4_, vnfresourc5_.MIN_INSTANCES as min_inst8_64_4_, vnfresourc5_.MODEL_CUSTOMIZATION_UUID as model_cu9_64_4_, vnfresourc5_.MODEL_INSTANCE_NAME as model_i10_64_4_, vnfresourc5_.MULTI_STAGE_DESIGN as multi_s11_64_4_, vnfresourc5_.NF_DATA_VALID as nf_data12_64_4_, vnfresourc5_.NF_FUNCTION as nf_func13_64_4_, vnfresourc5_.NF_NAMING_CODE as nf_nami14_64_4_, vnfresourc5_.NF_ROLE as nf_role15_64_4_, vnfresourc5_.NF_TYPE as nf_type16_64_4_, vnfresourc5_.RESOURCE_INPUT as resourc17_64_4_, vnfresourc5_.SERVICE_MODEL_UUID as service20_64_4_, vnfresourc5_.SKIP_POST_INSTANTIATION_CONFIGURATION as skip_po18_64_4_, vnfresourc5_.VNF_RESOURCE_MODEL_UUID as vnf_res21_64_4_, vnfresourc5_.VNFCINSTANCEGROUP_ORDER as vnfcins19_64_4_ from vnfc_customization vnfccustom0_ left outer join cvnfc_customization cvnfccusto1_ on vnfccustom0_.MODEL_CUSTOMIZATION_UUID=cvnfccusto1_.VNFC_CUST_MODEL_CUSTOMIZATION_UUID left outer join vf_module_customization vfmodulecu2_ on cvnfccusto1_.VF_MODULE_CUSTOMIZATION_ID=vfmodulecu2_.ID left outer join vnfc_instance_group_customization vnfcinstan3_ on vnfccustom0_.VNFC_INSTANCE_GROUP_CUSTOMIZATION_ID=vnfcinstan3_.ID left outer join instance_group instancegr4_ on vnfcinstan3_.INSTANCE_GROUP_MODEL_UUID=instancegr4_.MODEL_UUID left outer join vnf_resource_customization vnfresourc5_ on vnfcinstan3_.VNF_RESOURCE_CUSTOMIZATION_ID=vnfresourc5_.ID where vnfccustom0_.MODEL_CUSTOMIZATION_UUID=? Hibernate: insert into vnfc_customization (CREATION_TIMESTAMP, DESCRIPTION, MODEL_INSTANCE_NAME, MODEL_INVARIANT_UUID, MODEL_NAME, MODEL_UUID, MODEL_VERSION, RESOURCE_INPUT, TOSCA_NODE_TYPE, VNFC_INSTANCE_GROUP_CUSTOMIZATION_ID, MODEL_CUSTOMIZATION_UUID) values (?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?) Hibernate: insert into cvnfc_customization (CREATION_TIMESTAMP, DESCRIPTION, MODEL_CUSTOMIZATION_UUID, MODEL_INSTANCE_NAME, MODEL_INVARIANT_UUID, MODEL_NAME, MODEL_UUID, MODEL_VERSION, NFC_FUNCTION, NFC_NAMING_CODE, TOSCA_NODE_TYPE, VF_MODULE_CUSTOMIZATION_ID, VNFC_CUST_MODEL_CUSTOMIZATION_UUID) values (?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?) Hibernate: select vnfccustom0_.MODEL_CUSTOMIZATION_UUID as model_cu1_66_5_, vnfccustom0_.CREATION_TIMESTAMP as creation2_66_5_, vnfccustom0_.DESCRIPTION as descript3_66_5_, vnfccustom0_.MODEL_INSTANCE_NAME as model_in4_66_5_, vnfccustom0_.MODEL_INVARIANT_UUID as model_in5_66_5_, vnfccustom0_.MODEL_NAME as model_na6_66_5_, vnfccustom0_.MODEL_UUID as model_uu7_66_5_, vnfccustom0_.MODEL_VERSION as model_ve8_66_5_, vnfccustom0_.RESOURCE_INPUT as resource9_66_5_, vnfccustom0_.TOSCA_NODE_TYPE as tosca_n10_66_5_, vnfccustom0_.VNFC_INSTANCE_GROUP_CUSTOMIZATION_ID as vnfc_in11_66_5_, cvnfccusto1_.VNFC_CUST_MODEL_CUSTOMIZATION_UUID as vnfc_cu14_23_7_, cvnfccusto1_.ID as id1_23_7_, cvnfccusto1_.ID as id1_23_0_, cvnfccusto1_.CREATION_TIMESTAMP as creation2_23_0_, cvnfccusto1_.DESCRIPTION as descript3_23_0_, cvnfccusto1_.MODEL_CUSTOMIZATION_UUID as model_cu4_23_0_, cvnfccusto1_.MODEL_INSTANCE_NAME as model_in5_23_0_, cvnfccusto1_.MODEL_INVARIANT_UUID as model_in6_23_0_, cvnfccusto1_.MODEL_NAME as model_na7_23_0_, cvnfccusto1_.MODEL_UUID as model_uu8_23_0_, cvnfccusto1_.MODEL_VERSION as model_ve9_23_0_, cvnfccusto1_.NFC_FUNCTION as nfc_fun10_23_0_, cvnfccusto1_.NFC_NAMING_CODE as nfc_nam11_23_0_, cvnfccusto1_.TOSCA_NODE_TYPE as tosca_n12_23_0_, cvnfccusto1_.VF_MODULE_CUSTOMIZATION_ID as vf_modu13_23_0_, cvnfccusto1_.VNFC_CUST_MODEL_CUSTOMIZATION_UUID as vnfc_cu14_23_0_, vfmodulecu2_.ID as id1_59_1_, vfmodulecu2_.AVAILABILITY_ZONE_COUNT as availabi2_59_1_, vfmodulecu2_.CREATION_TIMESTAMP as creation3_59_1_, vfmodulecu2_.HEAT_ENVIRONMENT_ARTIFACT_UUID as heat_en10_59_1_, vfmodulecu2_.INITIAL_COUNT as initial_4_59_1_, vfmodulecu2_.LABEL as label5_59_1_, vfmodulecu2_.MAX_INSTANCES as max_inst6_59_1_, vfmodulecu2_.MIN_INSTANCES as min_inst7_59_1_, vfmodulecu2_.MODEL_CUSTOMIZATION_UUID as model_cu8_59_1_, vfmodulecu2_.SKIP_POST_INSTANTIATION_CONFIGURATION as skip_pos9_59_1_, vfmodulecu2_.VF_MODULE_MODEL_UUID as vf_modu11_59_1_, vfmodulecu2_.VNF_RESOURCE_CUSTOMIZATION_ID as vnf_res12_59_1_, vfmodulecu2_.VOL_ENVIRONMENT_ARTIFACT_UUID as vol_env13_59_1_, vnfcinstan3_.ID as id1_67_2_, vnfcinstan3_.CREATION_TIMESTAMP as creation2_67_2_, vnfcinstan3_.DESCRIPTION as descript3_67_2_, vnfcinstan3_.FUNCTION as function4_67_2_, vnfcinstan3_.INSTANCE_GROUP_MODEL_UUID as instance5_67_2_, vnfcinstan3_.VNF_RESOURCE_CUSTOMIZATION_ID as vnf_reso6_67_2_, instancegr4_.MODEL_UUID as model_uu2_32_3_, instancegr4_.CR_MODEL_UUID as cr_mode10_32_3_, instancegr4_.CREATION_TIMESTAMP as creation3_32_3_, instancegr4_.MODEL_INVARIANT_UUID as model_in4_32_3_, instancegr4_.MODEL_NAME as model_na5_32_3_, instancegr4_.MODEL_VERSION as model_ve6_32_3_, instancegr4_.ROLE as role7_32_3_, instancegr4_.TOSCA_NODE_TYPE as tosca_no8_32_3_, instancegr4_.INSTANCE_GROUP_TYPE as instance9_32_3_, instancegr4_.OBJECT_TYPE as object_t1_32_3_, vnfresourc5_.ID as id1_64_4_, vnfresourc5_.AVAILABILITY_ZONE_MAX_COUNT as availabi2_64_4_, vnfresourc5_.CDS_BLUEPRINT_NAME as cds_blue3_64_4_, vnfresourc5_.CDS_BLUEPRINT_VERSION as cds_blue4_64_4_, vnfresourc5_.CONTROLLER_ACTOR as controll5_64_4_, vnfresourc5_.CREATION_TIMESTAMP as creation6_64_4_, vnfresourc5_.MAX_INSTANCES as max_inst7_64_4_, vnfresourc5_.MIN_INSTANCES as min_inst8_64_4_, vnfresourc5_.MODEL_CUSTOMIZATION_UUID as model_cu9_64_4_, vnfresourc5_.MODEL_INSTANCE_NAME as model_i10_64_4_, vnfresourc5_.MULTI_STAGE_DESIGN as multi_s11_64_4_, vnfresourc5_.NF_DATA_VALID as nf_data12_64_4_, vnfresourc5_.NF_FUNCTION as nf_func13_64_4_, vnfresourc5_.NF_NAMING_CODE as nf_nami14_64_4_, vnfresourc5_.NF_ROLE as nf_role15_64_4_, vnfresourc5_.NF_TYPE as nf_type16_64_4_, vnfresourc5_.RESOURCE_INPUT as resourc17_64_4_, vnfresourc5_.SERVICE_MODEL_UUID as service20_64_4_, vnfresourc5_.SKIP_POST_INSTANTIATION_CONFIGURATION as skip_po18_64_4_, vnfresourc5_.VNF_RESOURCE_MODEL_UUID as vnf_res21_64_4_, vnfresourc5_.VNFCINSTANCEGROUP_ORDER as vnfcins19_64_4_ from vnfc_customization vnfccustom0_ left outer join cvnfc_customization cvnfccusto1_ on vnfccustom0_.MODEL_CUSTOMIZATION_UUID=cvnfccusto1_.VNFC_CUST_MODEL_CUSTOMIZATION_UUID left outer join vf_module_customization vfmodulecu2_ on cvnfccusto1_.VF_MODULE_CUSTOMIZATION_ID=vfmodulecu2_.ID left outer join vnfc_instance_group_customization vnfcinstan3_ on vnfccustom0_.VNFC_INSTANCE_GROUP_CUSTOMIZATION_ID=vnfcinstan3_.ID left outer join instance_group instancegr4_ on vnfcinstan3_.INSTANCE_GROUP_MODEL_UUID=instancegr4_.MODEL_UUID left outer join vnf_resource_customization vnfresourc5_ on vnfcinstan3_.VNF_RESOURCE_CUSTOMIZATION_ID=vnfresourc5_.ID where vnfccustom0_.MODEL_CUSTOMIZATION_UUID=? Hibernate: insert into vnfc_customization (CREATION_TIMESTAMP, DESCRIPTION, MODEL_INSTANCE_NAME, MODEL_INVARIANT_UUID, MODEL_NAME, MODEL_UUID, MODEL_VERSION, RESOURCE_INPUT, TOSCA_NODE_TYPE, VNFC_INSTANCE_GROUP_CUSTOMIZATION_ID, MODEL_CUSTOMIZATION_UUID) values (?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?) Hibernate: insert into cvnfc_customization (CREATION_TIMESTAMP, DESCRIPTION, MODEL_CUSTOMIZATION_UUID, MODEL_INSTANCE_NAME, MODEL_INVARIANT_UUID, MODEL_NAME, MODEL_UUID, MODEL_VERSION, NFC_FUNCTION, NFC_NAMING_CODE, TOSCA_NODE_TYPE, VF_MODULE_CUSTOMIZATION_ID, VNFC_CUST_MODEL_CUSTOMIZATION_UUID) values (?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?) Hibernate: select vnfccustom0_.MODEL_CUSTOMIZATION_UUID as model_cu1_66_5_, vnfccustom0_.CREATION_TIMESTAMP as creation2_66_5_, vnfccustom0_.DESCRIPTION as descript3_66_5_, vnfccustom0_.MODEL_INSTANCE_NAME as model_in4_66_5_, vnfccustom0_.MODEL_INVARIANT_UUID as model_in5_66_5_, vnfccustom0_.MODEL_NAME as model_na6_66_5_, vnfccustom0_.MODEL_UUID as model_uu7_66_5_, vnfccustom0_.MODEL_VERSION as model_ve8_66_5_, vnfccustom0_.RESOURCE_INPUT as resource9_66_5_, vnfccustom0_.TOSCA_NODE_TYPE as tosca_n10_66_5_, vnfccustom0_.VNFC_INSTANCE_GROUP_CUSTOMIZATION_ID as vnfc_in11_66_5_, cvnfccusto1_.VNFC_CUST_MODEL_CUSTOMIZATION_UUID as vnfc_cu14_23_7_, cvnfccusto1_.ID as id1_23_7_, cvnfccusto1_.ID as id1_23_0_, cvnfccusto1_.CREATION_TIMESTAMP as creation2_23_0_, cvnfccusto1_.DESCRIPTION as descript3_23_0_, cvnfccusto1_.MODEL_CUSTOMIZATION_UUID as model_cu4_23_0_, cvnfccusto1_.MODEL_INSTANCE_NAME as model_in5_23_0_, cvnfccusto1_.MODEL_INVARIANT_UUID as model_in6_23_0_, cvnfccusto1_.MODEL_NAME as model_na7_23_0_, cvnfccusto1_.MODEL_UUID as model_uu8_23_0_, cvnfccusto1_.MODEL_VERSION as model_ve9_23_0_, cvnfccusto1_.NFC_FUNCTION as nfc_fun10_23_0_, cvnfccusto1_.NFC_NAMING_CODE as nfc_nam11_23_0_, cvnfccusto1_.TOSCA_NODE_TYPE as tosca_n12_23_0_, cvnfccusto1_.VF_MODULE_CUSTOMIZATION_ID as vf_modu13_23_0_, cvnfccusto1_.VNFC_CUST_MODEL_CUSTOMIZATION_UUID as vnfc_cu14_23_0_, vfmodulecu2_.ID as id1_59_1_, vfmodulecu2_.AVAILABILITY_ZONE_COUNT as availabi2_59_1_, vfmodulecu2_.CREATION_TIMESTAMP as creation3_59_1_, vfmodulecu2_.HEAT_ENVIRONMENT_ARTIFACT_UUID as heat_en10_59_1_, vfmodulecu2_.INITIAL_COUNT as initial_4_59_1_, vfmodulecu2_.LABEL as label5_59_1_, vfmodulecu2_.MAX_INSTANCES as max_inst6_59_1_, vfmodulecu2_.MIN_INSTANCES as min_inst7_59_1_, vfmodulecu2_.MODEL_CUSTOMIZATION_UUID as model_cu8_59_1_, vfmodulecu2_.SKIP_POST_INSTANTIATION_CONFIGURATION as skip_pos9_59_1_, vfmodulecu2_.VF_MODULE_MODEL_UUID as vf_modu11_59_1_, vfmodulecu2_.VNF_RESOURCE_CUSTOMIZATION_ID as vnf_res12_59_1_, vfmodulecu2_.VOL_ENVIRONMENT_ARTIFACT_UUID as vol_env13_59_1_, vnfcinstan3_.ID as id1_67_2_, vnfcinstan3_.CREATION_TIMESTAMP as creation2_67_2_, vnfcinstan3_.DESCRIPTION as descript3_67_2_, vnfcinstan3_.FUNCTION as function4_67_2_, vnfcinstan3_.INSTANCE_GROUP_MODEL_UUID as instance5_67_2_, vnfcinstan3_.VNF_RESOURCE_CUSTOMIZATION_ID as vnf_reso6_67_2_, instancegr4_.MODEL_UUID as model_uu2_32_3_, instancegr4_.CR_MODEL_UUID as cr_mode10_32_3_, instancegr4_.CREATION_TIMESTAMP as creation3_32_3_, instancegr4_.MODEL_INVARIANT_UUID as model_in4_32_3_, instancegr4_.MODEL_NAME as model_na5_32_3_, instancegr4_.MODEL_VERSION as model_ve6_32_3_, instancegr4_.ROLE as role7_32_3_, instancegr4_.TOSCA_NODE_TYPE as tosca_no8_32_3_, instancegr4_.INSTANCE_GROUP_TYPE as instance9_32_3_, instancegr4_.OBJECT_TYPE as object_t1_32_3_, vnfresourc5_.ID as id1_64_4_, vnfresourc5_.AVAILABILITY_ZONE_MAX_COUNT as availabi2_64_4_, vnfresourc5_.CDS_BLUEPRINT_NAME as cds_blue3_64_4_, vnfresourc5_.CDS_BLUEPRINT_VERSION as cds_blue4_64_4_, vnfresourc5_.CONTROLLER_ACTOR as controll5_64_4_, vnfresourc5_.CREATION_TIMESTAMP as creation6_64_4_, vnfresourc5_.MAX_INSTANCES as max_inst7_64_4_, vnfresourc5_.MIN_INSTANCES as min_inst8_64_4_, vnfresourc5_.MODEL_CUSTOMIZATION_UUID as model_cu9_64_4_, vnfresourc5_.MODEL_INSTANCE_NAME as model_i10_64_4_, vnfresourc5_.MULTI_STAGE_DESIGN as multi_s11_64_4_, vnfresourc5_.NF_DATA_VALID as nf_data12_64_4_, vnfresourc5_.NF_FUNCTION as nf_func13_64_4_, vnfresourc5_.NF_NAMING_CODE as nf_nami14_64_4_, vnfresourc5_.NF_ROLE as nf_role15_64_4_, vnfresourc5_.NF_TYPE as nf_type16_64_4_, vnfresourc5_.RESOURCE_INPUT as resourc17_64_4_, vnfresourc5_.SERVICE_MODEL_UUID as service20_64_4_, vnfresourc5_.SKIP_POST_INSTANTIATION_CONFIGURATION as skip_po18_64_4_, vnfresourc5_.VNF_RESOURCE_MODEL_UUID as vnf_res21_64_4_, vnfresourc5_.VNFCINSTANCEGROUP_ORDER as vnfcins19_64_4_ from vnfc_customization vnfccustom0_ left outer join cvnfc_customization cvnfccusto1_ on vnfccustom0_.MODEL_CUSTOMIZATION_UUID=cvnfccusto1_.VNFC_CUST_MODEL_CUSTOMIZATION_UUID left outer join vf_module_customization vfmodulecu2_ on cvnfccusto1_.VF_MODULE_CUSTOMIZATION_ID=vfmodulecu2_.ID left outer join vnfc_instance_group_customization vnfcinstan3_ on vnfccustom0_.VNFC_INSTANCE_GROUP_CUSTOMIZATION_ID=vnfcinstan3_.ID left outer join instance_group instancegr4_ on vnfcinstan3_.INSTANCE_GROUP_MODEL_UUID=instancegr4_.MODEL_UUID left outer join vnf_resource_customization vnfresourc5_ on vnfcinstan3_.VNF_RESOURCE_CUSTOMIZATION_ID=vnfresourc5_.ID where vnfccustom0_.MODEL_CUSTOMIZATION_UUID=? Hibernate: insert into vnfc_customization (CREATION_TIMESTAMP, DESCRIPTION, MODEL_INSTANCE_NAME, MODEL_INVARIANT_UUID, MODEL_NAME, MODEL_UUID, MODEL_VERSION, RESOURCE_INPUT, TOSCA_NODE_TYPE, VNFC_INSTANCE_GROUP_CUSTOMIZATION_ID, MODEL_CUSTOMIZATION_UUID) values (?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?) Hibernate: insert into cvnfc_customization (CREATION_TIMESTAMP, DESCRIPTION, MODEL_CUSTOMIZATION_UUID, MODEL_INSTANCE_NAME, MODEL_INVARIANT_UUID, MODEL_NAME, MODEL_UUID, MODEL_VERSION, NFC_FUNCTION, NFC_NAMING_CODE, TOSCA_NODE_TYPE, VF_MODULE_CUSTOMIZATION_ID, VNFC_CUST_MODEL_CUSTOMIZATION_UUID) values (?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?) Hibernate: select watchdogco0_.COMPONENT_NAME as componen1_12_0_, watchdogco0_.DISTRIBUTION_ID as distribu2_12_0_, watchdogco0_.COMPONENT_DISTRIBUTION_STATUS as componen3_12_0_, watchdogco0_.CREATE_TIME as create_t4_12_0_, watchdogco0_.MODIFY_TIME as modify_t5_12_0_ from watchdog_per_component_distribution_status watchdogco0_ where watchdogco0_.COMPONENT_NAME=? and watchdogco0_.DISTRIBUTION_ID=? Hibernate: insert into watchdog_per_component_distribution_status (COMPONENT_DISTRIBUTION_STATUS, CREATE_TIME, MODIFY_TIME, COMPONENT_NAME, DISTRIBUTION_ID) values (?, ?, ?, ?, ?) 2021-05-05T01:08:30.047Z|29f13870-bf62-4e46-b7c0-88fec898ca7e|pool-2-thread-6|||||INFO|500||ASDC_ARTIFACT_DEPLOY_SUC vFW e430c76f-7fa6 cba27fa3-d873-4d54-8400-5910e45b907c 1 ASDC deployResourceStructure 2021-05-05T01:08:30.048Z|29f13870-bf62-4e46-b7c0-88fec898ca7e|pool-2-thread-6|||||INFO|500||ASDC_SEND_NOTIF_ASDC DEPLOY DEPLOY_OK /sdc/v1/catalog/services/Vfw20210505010450/1.0/resourceInstances/vfwe430c76f7fa60/artifacts/vfwe430c76f7fa60_modules.json ASDC sendASDCNotification 2021-05-05T01:08:30.048Z|29f13870-bf62-4e46-b7c0-88fec898ca7e|pool-2-thread-6|||||DEBUG|500||Sending DEPLOY(DEPLOY_OK) notification to ASDC for artifact:/sdc/v1/catalog/services/Vfw20210505010450/1.0/resourceInstances/vfwe430c76f7fa60/artifacts/vfwe430c76f7fa60_modules.json 2021-05-05T01:08:30.048Z|29f13870-bf62-4e46-b7c0-88fec898ca7e|pool-2-thread-6|||||INFO|500||DistributionClient - sendDeploymentStatus 2021-05-05T01:08:30.048Z|29f13870-bf62-4e46-b7c0-88fec898ca7e|pool-2-thread-6|||||INFO|500||DistributionClient - sendStatus 2021-05-05T01:08:30.050Z|29f13870-bf62-4e46-b7c0-88fec898ca7e|pool-2-thread-6|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap] 2021-05-05T01:08:30.050Z|29f13870-bf62-4e46-b7c0-88fec898ca7e|pool-2-thread-6|||||DEBUG|500||try to send status { "distributionID": "29f13870-bf62-4e46-b7c0-88fec898ca7e", "consumerID": "SO-COpenSource-Env11", "timestamp": 1620176910048, "artifactURL": "/sdc/v1/catalog/services/Vfw20210505010450/1.0/resourceInstances/vfwe430c76f7fa60/artifacts/vfwe430c76f7fa60_modules.json", "status": "DEPLOY_OK" } 2021-05-05T01:08:30.150Z||pool-14-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms 2021-05-05T01:08:30.151Z||pool-14-thread-1|||||WARN|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO will send credentials over a clear channel. 2021-05-05T01:08:30.151Z||pool-14-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as a4LkjAbl6YzsGxek) ... 2021-05-05T01:08:30.158Z||pool-14-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK 2021-05-05T01:08:30.159Z||pool-14-thread-1|||||INFO|500||cambria reply ok (8 ms):{"serverTimeMs":1,"count":1} 2021-05-05T01:08:31.051Z|29f13870-bf62-4e46-b7c0-88fec898ca7e|pool-2-thread-6|||||INFO|500||ASDC_SEND_NOTIF_ASDC DEPLOY DEPLOY_OK /sdc/v1/catalog/services/Vfw20210505010450/1.0/resourceInstances/vfwe430c76f7fa60/artifacts/base_vfw.yaml ASDC sendASDCNotification 2021-05-05T01:08:31.052Z|29f13870-bf62-4e46-b7c0-88fec898ca7e|pool-2-thread-6|||||DEBUG|500||Sending DEPLOY(DEPLOY_OK) notification to ASDC for artifact:/sdc/v1/catalog/services/Vfw20210505010450/1.0/resourceInstances/vfwe430c76f7fa60/artifacts/base_vfw.yaml 2021-05-05T01:08:31.052Z|29f13870-bf62-4e46-b7c0-88fec898ca7e|pool-2-thread-6|||||INFO|500||DistributionClient - sendDeploymentStatus 2021-05-05T01:08:31.052Z|29f13870-bf62-4e46-b7c0-88fec898ca7e|pool-2-thread-6|||||INFO|500||DistributionClient - sendStatus 2021-05-05T01:08:31.054Z|29f13870-bf62-4e46-b7c0-88fec898ca7e|pool-2-thread-6|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap] 2021-05-05T01:08:31.055Z|29f13870-bf62-4e46-b7c0-88fec898ca7e|pool-2-thread-6|||||DEBUG|500||try to send status { "distributionID": "29f13870-bf62-4e46-b7c0-88fec898ca7e", "consumerID": "SO-COpenSource-Env11", "timestamp": 1620176911051, "artifactURL": "/sdc/v1/catalog/services/Vfw20210505010450/1.0/resourceInstances/vfwe430c76f7fa60/artifacts/base_vfw.yaml", "status": "DEPLOY_OK" } 2021-05-05T01:08:31.155Z||pool-15-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms 2021-05-05T01:08:31.156Z||pool-15-thread-1|||||WARN|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO will send credentials over a clear channel. 2021-05-05T01:08:31.156Z||pool-15-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as a4LkjAbl6YzsGxek) ... 2021-05-05T01:08:31.163Z||pool-15-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK 2021-05-05T01:08:31.164Z||pool-15-thread-1|||||INFO|500||cambria reply ok (9 ms):{"serverTimeMs":0,"count":1} 2021-05-05T01:08:32.056Z|29f13870-bf62-4e46-b7c0-88fec898ca7e|pool-2-thread-6|||||INFO|500||ASDC_SEND_NOTIF_ASDC DEPLOY DEPLOY_OK /sdc/v1/catalog/services/Vfw20210505010450/1.0/resourceInstances/vfwe430c76f7fa60/artifacts/base_vfw.env ASDC sendASDCNotification 2021-05-05T01:08:32.056Z|29f13870-bf62-4e46-b7c0-88fec898ca7e|pool-2-thread-6|||||DEBUG|500||Sending DEPLOY(DEPLOY_OK) notification to ASDC for artifact:/sdc/v1/catalog/services/Vfw20210505010450/1.0/resourceInstances/vfwe430c76f7fa60/artifacts/base_vfw.env 2021-05-05T01:08:32.056Z|29f13870-bf62-4e46-b7c0-88fec898ca7e|pool-2-thread-6|||||INFO|500||DistributionClient - sendDeploymentStatus 2021-05-05T01:08:32.056Z|29f13870-bf62-4e46-b7c0-88fec898ca7e|pool-2-thread-6|||||INFO|500||DistributionClient - sendStatus 2021-05-05T01:08:32.059Z|29f13870-bf62-4e46-b7c0-88fec898ca7e|pool-2-thread-6|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap] 2021-05-05T01:08:32.059Z|29f13870-bf62-4e46-b7c0-88fec898ca7e|pool-2-thread-6|||||DEBUG|500||try to send status { "distributionID": "29f13870-bf62-4e46-b7c0-88fec898ca7e", "consumerID": "SO-COpenSource-Env11", "timestamp": 1620176912055, "artifactURL": "/sdc/v1/catalog/services/Vfw20210505010450/1.0/resourceInstances/vfwe430c76f7fa60/artifacts/base_vfw.env", "status": "DEPLOY_OK" } 2021-05-05T01:08:32.159Z||pool-16-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms 2021-05-05T01:08:32.160Z||pool-16-thread-1|||||WARN|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO will send credentials over a clear channel. 2021-05-05T01:08:32.161Z||pool-16-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as a4LkjAbl6YzsGxek) ... 2021-05-05T01:08:32.167Z||pool-16-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK 2021-05-05T01:08:32.168Z||pool-16-thread-1|||||INFO|500||cambria reply ok (8 ms):{"serverTimeMs":0,"count":1} 2021-05-05T01:08:33.061Z|29f13870-bf62-4e46-b7c0-88fec898ca7e|pool-2-thread-6|||||INFO|500||ASDC_SEND_NOTIF_ASDC DEPLOY DEPLOY_OK /sdc/v1/catalog/services/Vfw20210505010450/1.0/artifacts/service-Vfw20210505010450-csar.csar ASDC sendASDCNotification 2021-05-05T01:08:33.061Z|29f13870-bf62-4e46-b7c0-88fec898ca7e|pool-2-thread-6|||||DEBUG|500||Sending DEPLOY(DEPLOY_OK) notification to ASDC for artifact:/sdc/v1/catalog/services/Vfw20210505010450/1.0/artifacts/service-Vfw20210505010450-csar.csar 2021-05-05T01:08:33.061Z|29f13870-bf62-4e46-b7c0-88fec898ca7e|pool-2-thread-6|||||INFO|500||DistributionClient - sendDeploymentStatus 2021-05-05T01:08:33.061Z|29f13870-bf62-4e46-b7c0-88fec898ca7e|pool-2-thread-6|||||INFO|500||DistributionClient - sendStatus 2021-05-05T01:08:33.063Z|29f13870-bf62-4e46-b7c0-88fec898ca7e|pool-2-thread-6|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap] 2021-05-05T01:08:33.063Z|29f13870-bf62-4e46-b7c0-88fec898ca7e|pool-2-thread-6|||||DEBUG|500||try to send status { "distributionID": "29f13870-bf62-4e46-b7c0-88fec898ca7e", "consumerID": "SO-COpenSource-Env11", "timestamp": 1620176913061, "artifactURL": "/sdc/v1/catalog/services/Vfw20210505010450/1.0/artifacts/service-Vfw20210505010450-csar.csar", "status": "DEPLOY_OK" } 2021-05-05T01:08:33.163Z||pool-17-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms 2021-05-05T01:08:33.164Z||pool-17-thread-1|||||WARN|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO will send credentials over a clear channel. 2021-05-05T01:08:33.164Z||pool-17-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as a4LkjAbl6YzsGxek) ... 2021-05-05T01:08:33.171Z||pool-17-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK 2021-05-05T01:08:33.172Z||pool-17-thread-1|||||INFO|500||cambria reply ok (8 ms):{"serverTimeMs":1,"count":1} 2021-05-05T01:08:34.064Z|29f13870-bf62-4e46-b7c0-88fec898ca7e|pool-2-thread-6|||||DEBUG|500||Entered getOverallDistributionStatus method for distrubutionId: 29f13870-bf62-4e46-b7c0-88fec898ca7e Hibernate: select watchdogdi0_.DISTRIBUTION_ID as distribu1_11_0_, watchdogdi0_.CREATE_TIME as create_t2_11_0_, watchdogdi0_.DISTRIBUTION_ID_STATUS as distribu3_11_0_, watchdogdi0_.MODIFY_TIME as modify_t4_11_0_, watchdogdi0_.LOCK_VERSION as lock_ver5_11_0_ from watchdog_distributionid_status watchdogdi0_ where watchdogdi0_.DISTRIBUTION_ID=? Hibernate: select watchdogco0_.COMPONENT_NAME as componen1_12_, watchdogco0_.DISTRIBUTION_ID as distribu2_12_, watchdogco0_.COMPONENT_DISTRIBUTION_STATUS as componen3_12_, watchdogco0_.CREATE_TIME as create_t4_12_, watchdogco0_.MODIFY_TIME as modify_t5_12_ from watchdog_per_component_distribution_status watchdogco0_ where watchdogco0_.DISTRIBUTION_ID=? 2021-05-05T01:08:34.079Z|29f13870-bf62-4e46-b7c0-88fec898ca7e|pool-2-thread-6|||||DEBUG|500||Executed RequestDB getWatchdogComponentDistributionStatus for distrubutionId: 29f13870-bf62-4e46-b7c0-88fec898ca7e Hibernate: select watchdogco0_.COMPONENT_NAME as componen1_12_, watchdogco0_.DISTRIBUTION_ID as distribu2_12_, watchdogco0_.COMPONENT_DISTRIBUTION_STATUS as componen3_12_, watchdogco0_.CREATE_TIME as create_t4_12_, watchdogco0_.MODIFY_TIME as modify_t5_12_ from watchdog_per_component_distribution_status watchdogco0_ where watchdogco0_.DISTRIBUTION_ID=? 2021-05-05T01:08:34.082Z|29f13870-bf62-4e46-b7c0-88fec898ca7e|pool-2-thread-6|||||DEBUG|500||Found componentName SO in the WatchDog Component DB 2021-05-05T01:08:34.082Z|29f13870-bf62-4e46-b7c0-88fec898ca7e|pool-2-thread-6|||||DEBUG|500||AAI has not be updated in the the WatchDog Component DB yet, so ending the loop 2021-05-05T01:08:34.082Z|29f13870-bf62-4e46-b7c0-88fec898ca7e|pool-2-thread-6|||||DEBUG|500||Components Size Didn't match with the WatchdogComponentDistributionStatus results. 2021-05-05T01:09:04.082Z|29f13870-bf62-4e46-b7c0-88fec898ca7e|pool-2-thread-6|||||DEBUG|500||Entered getOverallDistributionStatus method for distrubutionId: 29f13870-bf62-4e46-b7c0-88fec898ca7e Hibernate: select watchdogdi0_.DISTRIBUTION_ID as distribu1_11_0_, watchdogdi0_.CREATE_TIME as create_t2_11_0_, watchdogdi0_.DISTRIBUTION_ID_STATUS as distribu3_11_0_, watchdogdi0_.MODIFY_TIME as modify_t4_11_0_, watchdogdi0_.LOCK_VERSION as lock_ver5_11_0_ from watchdog_distributionid_status watchdogdi0_ where watchdogdi0_.DISTRIBUTION_ID=? Hibernate: select watchdogco0_.COMPONENT_NAME as componen1_12_, watchdogco0_.DISTRIBUTION_ID as distribu2_12_, watchdogco0_.COMPONENT_DISTRIBUTION_STATUS as componen3_12_, watchdogco0_.CREATE_TIME as create_t4_12_, watchdogco0_.MODIFY_TIME as modify_t5_12_ from watchdog_per_component_distribution_status watchdogco0_ where watchdogco0_.DISTRIBUTION_ID=? 2021-05-05T01:09:04.094Z|29f13870-bf62-4e46-b7c0-88fec898ca7e|pool-2-thread-6|||||DEBUG|500||Executed RequestDB getWatchdogComponentDistributionStatus for distrubutionId: 29f13870-bf62-4e46-b7c0-88fec898ca7e Hibernate: select watchdogco0_.COMPONENT_NAME as componen1_12_, watchdogco0_.DISTRIBUTION_ID as distribu2_12_, watchdogco0_.COMPONENT_DISTRIBUTION_STATUS as componen3_12_, watchdogco0_.CREATE_TIME as create_t4_12_, watchdogco0_.MODIFY_TIME as modify_t5_12_ from watchdog_per_component_distribution_status watchdogco0_ where watchdogco0_.DISTRIBUTION_ID=? 2021-05-05T01:09:04.097Z|29f13870-bf62-4e46-b7c0-88fec898ca7e|pool-2-thread-6|||||DEBUG|500||Found componentName SO in the WatchDog Component DB 2021-05-05T01:09:04.098Z|29f13870-bf62-4e46-b7c0-88fec898ca7e|pool-2-thread-6|||||DEBUG|500||AAI has not be updated in the the WatchDog Component DB yet, so ending the loop 2021-05-05T01:09:04.098Z|29f13870-bf62-4e46-b7c0-88fec898ca7e|pool-2-thread-6|||||DEBUG|500||Components Size Didn't match with the WatchdogComponentDistributionStatus results. 2021-05-05T01:09:10.726Z||pool-2-thread-2|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2021-05-05T01:09:10.726Z||pool-2-thread-2|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel. 2021-05-05T01:09:10.727Z||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 a4LkjAbl6YzsGxek) ... 2021-05-05T01:09:10.749Z||pool-2-thread-2|||||INFO|500|| --> HTTP/1.1 200 OK 2021-05-05T01:09:10.750Z||pool-2-thread-2|||||DEBUG|500||received message from topic 2021-05-05T01:09:10.750Z||pool-2-thread-2|||||DEBUG|500||recieved notification from broker: { "distributionID": "29f13870-bf62-4e46-b7c0-88fec898ca7e", "consumerID": "multicloud-windriver-id", "timestamp": 1620176890684, "artifactURL": "/sdc/v1/catalog/services/Vfw20210505010450/1.0/resourceInstances/vfwe430c76f7fa60/artifacts/base_vfw.yaml", "status": "DOWNLOAD_OK" } 2021-05-05T01:09:10.751Z||pool-2-thread-2|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error' 2021-05-05T01:09:34.098Z|29f13870-bf62-4e46-b7c0-88fec898ca7e|pool-2-thread-6|||||DEBUG|500||Entered getOverallDistributionStatus method for distrubutionId: 29f13870-bf62-4e46-b7c0-88fec898ca7e Hibernate: select watchdogdi0_.DISTRIBUTION_ID as distribu1_11_0_, watchdogdi0_.CREATE_TIME as create_t2_11_0_, watchdogdi0_.DISTRIBUTION_ID_STATUS as distribu3_11_0_, watchdogdi0_.MODIFY_TIME as modify_t4_11_0_, watchdogdi0_.LOCK_VERSION as lock_ver5_11_0_ from watchdog_distributionid_status watchdogdi0_ where watchdogdi0_.DISTRIBUTION_ID=? Hibernate: select watchdogco0_.COMPONENT_NAME as componen1_12_, watchdogco0_.DISTRIBUTION_ID as distribu2_12_, watchdogco0_.COMPONENT_DISTRIBUTION_STATUS as componen3_12_, watchdogco0_.CREATE_TIME as create_t4_12_, watchdogco0_.MODIFY_TIME as modify_t5_12_ from watchdog_per_component_distribution_status watchdogco0_ where watchdogco0_.DISTRIBUTION_ID=? 2021-05-05T01:09:34.107Z|29f13870-bf62-4e46-b7c0-88fec898ca7e|pool-2-thread-6|||||DEBUG|500||Executed RequestDB getWatchdogComponentDistributionStatus for distrubutionId: 29f13870-bf62-4e46-b7c0-88fec898ca7e Hibernate: select watchdogco0_.COMPONENT_NAME as componen1_12_, watchdogco0_.DISTRIBUTION_ID as distribu2_12_, watchdogco0_.COMPONENT_DISTRIBUTION_STATUS as componen3_12_, watchdogco0_.CREATE_TIME as create_t4_12_, watchdogco0_.MODIFY_TIME as modify_t5_12_ from watchdog_per_component_distribution_status watchdogco0_ where watchdogco0_.DISTRIBUTION_ID=? 2021-05-05T01:09:34.110Z|29f13870-bf62-4e46-b7c0-88fec898ca7e|pool-2-thread-6|||||DEBUG|500||Found componentName SO in the WatchDog Component DB 2021-05-05T01:09:34.110Z|29f13870-bf62-4e46-b7c0-88fec898ca7e|pool-2-thread-6|||||DEBUG|500||AAI has not be updated in the the WatchDog Component DB yet, so ending the loop 2021-05-05T01:09:34.110Z|29f13870-bf62-4e46-b7c0-88fec898ca7e|pool-2-thread-6|||||DEBUG|500||Components Size Didn't match with the WatchdogComponentDistributionStatus results. 2021-05-05T01:10:04.110Z|29f13870-bf62-4e46-b7c0-88fec898ca7e|pool-2-thread-6|||||DEBUG|500||Entered getOverallDistributionStatus method for distrubutionId: 29f13870-bf62-4e46-b7c0-88fec898ca7e Hibernate: select watchdogdi0_.DISTRIBUTION_ID as distribu1_11_0_, watchdogdi0_.CREATE_TIME as create_t2_11_0_, watchdogdi0_.DISTRIBUTION_ID_STATUS as distribu3_11_0_, watchdogdi0_.MODIFY_TIME as modify_t4_11_0_, watchdogdi0_.LOCK_VERSION as lock_ver5_11_0_ from watchdog_distributionid_status watchdogdi0_ where watchdogdi0_.DISTRIBUTION_ID=? Hibernate: select watchdogco0_.COMPONENT_NAME as componen1_12_, watchdogco0_.DISTRIBUTION_ID as distribu2_12_, watchdogco0_.COMPONENT_DISTRIBUTION_STATUS as componen3_12_, watchdogco0_.CREATE_TIME as create_t4_12_, watchdogco0_.MODIFY_TIME as modify_t5_12_ from watchdog_per_component_distribution_status watchdogco0_ where watchdogco0_.DISTRIBUTION_ID=? 2021-05-05T01:10:04.120Z|29f13870-bf62-4e46-b7c0-88fec898ca7e|pool-2-thread-6|||||DEBUG|500||Executed RequestDB getWatchdogComponentDistributionStatus for distrubutionId: 29f13870-bf62-4e46-b7c0-88fec898ca7e Hibernate: select watchdogco0_.COMPONENT_NAME as componen1_12_, watchdogco0_.DISTRIBUTION_ID as distribu2_12_, watchdogco0_.COMPONENT_DISTRIBUTION_STATUS as componen3_12_, watchdogco0_.CREATE_TIME as create_t4_12_, watchdogco0_.MODIFY_TIME as modify_t5_12_ from watchdog_per_component_distribution_status watchdogco0_ where watchdogco0_.DISTRIBUTION_ID=? 2021-05-05T01:10:04.122Z|29f13870-bf62-4e46-b7c0-88fec898ca7e|pool-2-thread-6|||||DEBUG|500||Found componentName SO in the WatchDog Component DB 2021-05-05T01:10:04.122Z|29f13870-bf62-4e46-b7c0-88fec898ca7e|pool-2-thread-6|||||DEBUG|500||AAI has not be updated in the the WatchDog Component DB yet, so ending the loop 2021-05-05T01:10:04.122Z|29f13870-bf62-4e46-b7c0-88fec898ca7e|pool-2-thread-6|||||DEBUG|500||Components Size Didn't match with the WatchdogComponentDistributionStatus results. 2021-05-05T01:10:10.726Z||pool-2-thread-2|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2021-05-05T01:10:10.727Z||pool-2-thread-2|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel. 2021-05-05T01:10:10.727Z||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 a4LkjAbl6YzsGxek) ... 2021-05-05T01:10:10.752Z||pool-2-thread-2|||||INFO|500|| --> HTTP/1.1 200 OK 2021-05-05T01:10:10.754Z||pool-2-thread-2|||||DEBUG|500||received message from topic 2021-05-05T01:10:10.754Z||pool-2-thread-2|||||DEBUG|500||recieved notification from broker: { "distributionID": "29f13870-bf62-4e46-b7c0-88fec898ca7e", "consumerID": "SO-COpenSource-Env11", "timestamp": 1620176890724, "artifactURL": "/sdc/v1/catalog/services/Vfw20210505010450/1.0/resourceInstances/vfwe430c76f7fa60/artifacts/vf-license-model.xml", "status": "NOT_NOTIFIED" } 2021-05-05T01:10:10.756Z||pool-2-thread-2|||||INFO|500||Missing status on Status Object. 2021-05-05T01:10:10.756Z||pool-2-thread-2|||||DEBUG|500||received message from topic 2021-05-05T01:10:10.756Z||pool-2-thread-2|||||DEBUG|500||recieved notification from broker: { "distributionID": "29f13870-bf62-4e46-b7c0-88fec898ca7e", "consumerID": "SO-COpenSource-Env11", "timestamp": 1620176890724, "artifactURL": "/sdc/v1/catalog/services/Vfw20210505010450/1.0/resourceInstances/vfwe430c76f7fa60/artifacts/vfwe430c76f7fa60_modules.json", "status": "NOTIFIED" } 2021-05-05T01:10:10.756Z||pool-2-thread-2|||||INFO|500||Missing status on Status Object. 2021-05-05T01:10:10.756Z||pool-2-thread-2|||||DEBUG|500||received message from topic 2021-05-05T01:10:10.756Z||pool-2-thread-2|||||DEBUG|500||recieved notification from broker: { "distributionID": "29f13870-bf62-4e46-b7c0-88fec898ca7e", "consumerID": "multicloud-windriver-id", "timestamp": 1620176892675, "artifactURL": "/sdc/v1/catalog/services/Vfw20210505010450/1.0/resourceInstances/vfwe430c76f7fa60/artifacts/base_vfw.env", "status": "DOWNLOAD_OK" } 2021-05-05T01:10:10.756Z||pool-2-thread-2|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error' 2021-05-05T01:10:10.756Z||pool-2-thread-2|||||DEBUG|500||received message from topic 2021-05-05T01:10:10.756Z||pool-2-thread-2|||||DEBUG|500||recieved notification from broker: { "distributionID": "29f13870-bf62-4e46-b7c0-88fec898ca7e", "consumerID": "SO-COpenSource-Env11", "timestamp": 1620176890724, "artifactURL": "/sdc/v1/catalog/services/Vfw20210505010450/1.0/resourceInstances/vfwe430c76f7fa60/artifacts/base_vfw.yaml", "status": "NOTIFIED" } 2021-05-05T01:10:10.757Z||pool-2-thread-2|||||INFO|500||Missing status on Status Object. 2021-05-05T01:10:10.757Z||pool-2-thread-2|||||DEBUG|500||received message from topic 2021-05-05T01:10:10.757Z||pool-2-thread-2|||||DEBUG|500||recieved notification from broker: { "distributionID": "29f13870-bf62-4e46-b7c0-88fec898ca7e", "consumerID": "clamp", "timestamp": 1620176893482, "artifactURL": "/sdc/v1/catalog/services/Vfw20210505010450/1.0/artifacts/service-Vfw20210505010450-csar.csar", "status": "DOWNLOAD_OK" } 2021-05-05T01:10:10.757Z||pool-2-thread-2|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error' 2021-05-05T01:10:10.757Z||pool-2-thread-2|||||DEBUG|500||received message from topic 2021-05-05T01:10:10.757Z||pool-2-thread-2|||||DEBUG|500||recieved notification from broker: { "distributionID": "29f13870-bf62-4e46-b7c0-88fec898ca7e", "consumerID": "sdc-COpenSource-Env11-sdnc-dockero", "timestamp": 1620176893675, "artifactURL": "/sdc/v1/catalog/services/Vfw20210505010450/1.0/artifacts/service-Vfw20210505010450-csar.csar", "status": "DEPLOY_OK" } 2021-05-05T01:10:10.757Z||pool-2-thread-2|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error' 2021-05-05T01:10:10.757Z||pool-2-thread-2|||||DEBUG|500||received message from topic 2021-05-05T01:10:10.757Z||pool-2-thread-2|||||DEBUG|500||recieved notification from broker: { "distributionID": "29f13870-bf62-4e46-b7c0-88fec898ca7e", "consumerID": "multicloud-windriver-id", "timestamp": 1620176893692, "artifactURL": "", "status": "COMPONENT_DONE_OK", "componentName": "POLICY" } Hibernate: select watchdogdi0_.DISTRIBUTION_ID as distribu1_11_0_, watchdogdi0_.CREATE_TIME as create_t2_11_0_, watchdogdi0_.DISTRIBUTION_ID_STATUS as distribu3_11_0_, watchdogdi0_.MODIFY_TIME as modify_t4_11_0_, watchdogdi0_.LOCK_VERSION as lock_ver5_11_0_ from watchdog_distributionid_status watchdogdi0_ where watchdogdi0_.DISTRIBUTION_ID=? 2021-05-05T01:10:10.764Z||pool-2-thread-2|||||DEBUG|500||Receive a callback componentStatus in ASDC, for componentName: POLICY and status of COMPONENT_DONE_OK distributionID of 29f13870-bf62-4e46-b7c0-88fec898ca7e 2021-05-05T01:10:10.764Z||pool-2-thread-2|||||DEBUG|500||Entering installTheComponentStatus for distributionId 29f13870-bf62-4e46-b7c0-88fec898ca7e and ComponentName POLICY Hibernate: select watchdogco0_.COMPONENT_NAME as componen1_12_0_, watchdogco0_.DISTRIBUTION_ID as distribu2_12_0_, watchdogco0_.COMPONENT_DISTRIBUTION_STATUS as componen3_12_0_, watchdogco0_.CREATE_TIME as create_t4_12_0_, watchdogco0_.MODIFY_TIME as modify_t5_12_0_ from watchdog_per_component_distribution_status watchdogco0_ where watchdogco0_.COMPONENT_NAME=? and watchdogco0_.DISTRIBUTION_ID=? Hibernate: update watchdog_per_component_distribution_status set COMPONENT_DISTRIBUTION_STATUS=?, MODIFY_TIME=? where COMPONENT_NAME=? and DISTRIBUTION_ID=? 2021-05-05T01:10:10.773Z||pool-2-thread-2|||||DEBUG|500||received message from topic 2021-05-05T01:10:10.773Z||pool-2-thread-2|||||DEBUG|500||recieved notification from broker: { "distributionID": "29f13870-bf62-4e46-b7c0-88fec898ca7e", "consumerID": "SO-COpenSource-Env11", "timestamp": 1620176890724, "artifactURL": "/sdc/v1/catalog/services/Vfw20210505010450/1.0/resourceInstances/vfwe430c76f7fa60/artifacts/vendor-license-model.xml", "status": "NOT_NOTIFIED" } 2021-05-05T01:10:10.773Z||pool-2-thread-2|||||INFO|500||Missing status on Status Object. 2021-05-05T01:10:10.773Z||pool-2-thread-2|||||DEBUG|500||received message from topic 2021-05-05T01:10:10.774Z||pool-2-thread-2|||||DEBUG|500||recieved notification from broker: { "distributionID": "29f13870-bf62-4e46-b7c0-88fec898ca7e", "consumerID": "aai-ml", "timestamp": 1620176894483, "artifactURL": "/sdc/v1/catalog/services/Vfw20210505010450/1.0/artifacts/service-Vfw20210505010450-csar.csar", "status": "DEPLOY_OK" } 2021-05-05T01:10:10.774Z||pool-2-thread-2|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error' 2021-05-05T01:10:10.774Z||pool-2-thread-2|||||DEBUG|500||received message from topic 2021-05-05T01:10:10.774Z||pool-2-thread-2|||||DEBUG|500||recieved notification from broker: { "distributionID": "29f13870-bf62-4e46-b7c0-88fec898ca7e", "consumerID": "clamp", "timestamp": 1620176894533, "artifactURL": "/sdc/v1/catalog/services/Vfw20210505010450/1.0/artifacts/service-Vfw20210505010450-csar.csar", "status": "DEPLOY_OK" } 2021-05-05T01:10:10.774Z||pool-2-thread-2|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error' 2021-05-05T01:10:10.775Z||pool-2-thread-2|||||DEBUG|500||received message from topic 2021-05-05T01:10:10.775Z||pool-2-thread-2|||||DEBUG|500||recieved notification from broker: { "distributionID": "29f13870-bf62-4e46-b7c0-88fec898ca7e", "consumerID": "sdc-COpenSource-Env11-sdnc-dockero", "timestamp": 1620176894679, "artifactURL": "", "status": "COMPONENT_DONE_OK", "componentName": "SDNC" } Hibernate: select watchdogdi0_.DISTRIBUTION_ID as distribu1_11_0_, watchdogdi0_.CREATE_TIME as create_t2_11_0_, watchdogdi0_.DISTRIBUTION_ID_STATUS as distribu3_11_0_, watchdogdi0_.MODIFY_TIME as modify_t4_11_0_, watchdogdi0_.LOCK_VERSION as lock_ver5_11_0_ from watchdog_distributionid_status watchdogdi0_ where watchdogdi0_.DISTRIBUTION_ID=? 2021-05-05T01:10:10.779Z||pool-2-thread-2|||||DEBUG|500||Receive a callback componentStatus in ASDC, for componentName: SDNC and status of COMPONENT_DONE_OK distributionID of 29f13870-bf62-4e46-b7c0-88fec898ca7e 2021-05-05T01:10:10.779Z||pool-2-thread-2|||||DEBUG|500||Entering installTheComponentStatus for distributionId 29f13870-bf62-4e46-b7c0-88fec898ca7e and ComponentName SDNC Hibernate: select watchdogco0_.COMPONENT_NAME as componen1_12_0_, watchdogco0_.DISTRIBUTION_ID as distribu2_12_0_, watchdogco0_.COMPONENT_DISTRIBUTION_STATUS as componen3_12_0_, watchdogco0_.CREATE_TIME as create_t4_12_0_, watchdogco0_.MODIFY_TIME as modify_t5_12_0_ from watchdog_per_component_distribution_status watchdogco0_ where watchdogco0_.COMPONENT_NAME=? and watchdogco0_.DISTRIBUTION_ID=? Hibernate: insert into watchdog_per_component_distribution_status (COMPONENT_DISTRIBUTION_STATUS, CREATE_TIME, MODIFY_TIME, COMPONENT_NAME, DISTRIBUTION_ID) values (?, ?, ?, ?, ?) 2021-05-05T01:10:10.787Z||pool-2-thread-2|||||DEBUG|500||received message from topic 2021-05-05T01:10:10.788Z||pool-2-thread-2|||||DEBUG|500||recieved notification from broker: { "distributionID": "29f13870-bf62-4e46-b7c0-88fec898ca7e", "consumerID": "multicloud-windriver-id", "timestamp": 1620176894698, "artifactURL": "/sdc/v1/catalog/services/Vfw20210505010450/1.0/resourceInstances/vfwe430c76f7fa60/artifacts/vfwe430c76f7fa60_modules.json", "status": "DEPLOY_OK" } 2021-05-05T01:10:10.788Z||pool-2-thread-2|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error' 2021-05-05T01:10:10.788Z||pool-2-thread-2|||||DEBUG|500||received message from topic 2021-05-05T01:10:10.788Z||pool-2-thread-2|||||DEBUG|500||recieved notification from broker: { "distributionID": "29f13870-bf62-4e46-b7c0-88fec898ca7e", "consumerID": "SO-COpenSource-Env11", "timestamp": 1620176890724, "artifactURL": "/sdc/v1/catalog/services/Vfw20210505010450/1.0/resourceInstances/vfwe430c76f7fa60/artifacts/base_vfw.env", "status": "NOTIFIED" } 2021-05-05T01:10:10.789Z||pool-2-thread-2|||||INFO|500||Missing status on Status Object. 2021-05-05T01:10:10.789Z||pool-2-thread-2|||||DEBUG|500||received message from topic 2021-05-05T01:10:10.789Z||pool-2-thread-2|||||DEBUG|500||recieved notification from broker: { "distributionID": "29f13870-bf62-4e46-b7c0-88fec898ca7e", "consumerID": "aai-ml", "timestamp": 1620176895488, "artifactURL": "", "status": "COMPONENT_DONE_OK", "componentName": "AAI" } Hibernate: select watchdogdi0_.DISTRIBUTION_ID as distribu1_11_0_, watchdogdi0_.CREATE_TIME as create_t2_11_0_, watchdogdi0_.DISTRIBUTION_ID_STATUS as distribu3_11_0_, watchdogdi0_.MODIFY_TIME as modify_t4_11_0_, watchdogdi0_.LOCK_VERSION as lock_ver5_11_0_ from watchdog_distributionid_status watchdogdi0_ where watchdogdi0_.DISTRIBUTION_ID=? 2021-05-05T01:10:10.795Z||pool-2-thread-2|||||DEBUG|500||Receive a callback componentStatus in ASDC, for componentName: AAI and status of COMPONENT_DONE_OK distributionID of 29f13870-bf62-4e46-b7c0-88fec898ca7e 2021-05-05T01:10:10.795Z||pool-2-thread-2|||||DEBUG|500||Entering installTheComponentStatus for distributionId 29f13870-bf62-4e46-b7c0-88fec898ca7e and ComponentName AAI Hibernate: select watchdogco0_.COMPONENT_NAME as componen1_12_0_, watchdogco0_.DISTRIBUTION_ID as distribu2_12_0_, watchdogco0_.COMPONENT_DISTRIBUTION_STATUS as componen3_12_0_, watchdogco0_.CREATE_TIME as create_t4_12_0_, watchdogco0_.MODIFY_TIME as modify_t5_12_0_ from watchdog_per_component_distribution_status watchdogco0_ where watchdogco0_.COMPONENT_NAME=? and watchdogco0_.DISTRIBUTION_ID=? Hibernate: insert into watchdog_per_component_distribution_status (COMPONENT_DISTRIBUTION_STATUS, CREATE_TIME, MODIFY_TIME, COMPONENT_NAME, DISTRIBUTION_ID) values (?, ?, ?, ?, ?) 2021-05-05T01:10:10.806Z||pool-2-thread-2|||||DEBUG|500||received message from topic 2021-05-05T01:10:10.806Z||pool-2-thread-2|||||DEBUG|500||recieved notification from broker: { "distributionID": "29f13870-bf62-4e46-b7c0-88fec898ca7e", "consumerID": "clamp", "timestamp": 1620176895536, "artifactURL": "", "status": "COMPONENT_DONE_OK", "componentName": "clamp" } Hibernate: select watchdogdi0_.DISTRIBUTION_ID as distribu1_11_0_, watchdogdi0_.CREATE_TIME as create_t2_11_0_, watchdogdi0_.DISTRIBUTION_ID_STATUS as distribu3_11_0_, watchdogdi0_.MODIFY_TIME as modify_t4_11_0_, watchdogdi0_.LOCK_VERSION as lock_ver5_11_0_ from watchdog_distributionid_status watchdogdi0_ where watchdogdi0_.DISTRIBUTION_ID=? 2021-05-05T01:10:10.813Z||pool-2-thread-2|||||DEBUG|500||Receive a callback componentStatus in ASDC, for componentName: clamp and status of COMPONENT_DONE_OK distributionID of 29f13870-bf62-4e46-b7c0-88fec898ca7e 2021-05-05T01:10:10.813Z||pool-2-thread-2|||||DEBUG|500||Entering installTheComponentStatus for distributionId 29f13870-bf62-4e46-b7c0-88fec898ca7e and ComponentName clamp Hibernate: select watchdogco0_.COMPONENT_NAME as componen1_12_0_, watchdogco0_.DISTRIBUTION_ID as distribu2_12_0_, watchdogco0_.COMPONENT_DISTRIBUTION_STATUS as componen3_12_0_, watchdogco0_.CREATE_TIME as create_t4_12_0_, watchdogco0_.MODIFY_TIME as modify_t5_12_0_ from watchdog_per_component_distribution_status watchdogco0_ where watchdogco0_.COMPONENT_NAME=? and watchdogco0_.DISTRIBUTION_ID=? Hibernate: insert into watchdog_per_component_distribution_status (COMPONENT_DISTRIBUTION_STATUS, CREATE_TIME, MODIFY_TIME, COMPONENT_NAME, DISTRIBUTION_ID) values (?, ?, ?, ?, ?) 2021-05-05T01:10:10.822Z||pool-2-thread-2|||||DEBUG|500||received message from topic 2021-05-05T01:10:10.822Z||pool-2-thread-2|||||DEBUG|500||recieved notification from broker: { "distributionID": "29f13870-bf62-4e46-b7c0-88fec898ca7e", "consumerID": "SO-COpenSource-Env11", "timestamp": 1620176890724, "artifactURL": "/sdc/v1/catalog/services/Vfw20210505010450/1.0/artifacts/service-Vfw20210505010450-template.yml", "status": "NOT_NOTIFIED" } 2021-05-05T01:10:10.823Z||pool-2-thread-2|||||INFO|500||Missing status on Status Object. 2021-05-05T01:10:10.823Z||pool-2-thread-2|||||DEBUG|500||received message from topic 2021-05-05T01:10:10.823Z||pool-2-thread-2|||||DEBUG|500||recieved notification from broker: { "distributionID": "29f13870-bf62-4e46-b7c0-88fec898ca7e", "consumerID": "SO-COpenSource-Env11", "timestamp": 1620176890724, "artifactURL": "/sdc/v1/catalog/services/Vfw20210505010450/1.0/artifacts/service-Vfw20210505010450-csar.csar", "status": "NOTIFIED" } 2021-05-05T01:10:10.823Z||pool-2-thread-2|||||INFO|500||Missing status on Status Object. 2021-05-05T01:10:10.823Z||pool-2-thread-2|||||DEBUG|500||received message from topic 2021-05-05T01:10:10.823Z||pool-2-thread-2|||||DEBUG|500||recieved notification from broker: { "distributionID": "29f13870-bf62-4e46-b7c0-88fec898ca7e", "consumerID": "SO-COpenSource-Env11", "timestamp": 1620176899223, "artifactURL": "/sdc/v1/catalog/services/Vfw20210505010450/1.0/artifacts/service-Vfw20210505010450-csar.csar", "status": "DOWNLOAD_OK" } 2021-05-05T01:10:10.824Z||pool-2-thread-2|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error' 2021-05-05T01:10:10.824Z||pool-2-thread-2|||||DEBUG|500||received message from topic 2021-05-05T01:10:10.824Z||pool-2-thread-2|||||DEBUG|500||recieved notification from broker: { "distributionID": "29f13870-bf62-4e46-b7c0-88fec898ca7e", "consumerID": "SO-COpenSource-Env11", "timestamp": 1620176905002, "artifactURL": "/sdc/v1/catalog/services/Vfw20210505010450/1.0/resourceInstances/vfwe430c76f7fa60/artifacts/vfwe430c76f7fa60_modules.json", "status": "DOWNLOAD_OK" } 2021-05-05T01:10:10.824Z||pool-2-thread-2|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error' 2021-05-05T01:10:10.824Z||pool-2-thread-2|||||DEBUG|500||received message from topic 2021-05-05T01:10:10.824Z||pool-2-thread-2|||||DEBUG|500||recieved notification from broker: { "distributionID": "29f13870-bf62-4e46-b7c0-88fec898ca7e", "consumerID": "SO-COpenSource-Env11", "timestamp": 1620176906527, "artifactURL": "/sdc/v1/catalog/services/Vfw20210505010450/1.0/resourceInstances/vfwe430c76f7fa60/artifacts/base_vfw.yaml", "status": "DOWNLOAD_OK" } 2021-05-05T01:10:10.824Z||pool-2-thread-2|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error' 2021-05-05T01:10:10.824Z||pool-2-thread-2|||||DEBUG|500||received message from topic 2021-05-05T01:10:10.825Z||pool-2-thread-2|||||DEBUG|500||recieved notification from broker: { "distributionID": "29f13870-bf62-4e46-b7c0-88fec898ca7e", "consumerID": "SO-COpenSource-Env11", "timestamp": 1620176908599, "artifactURL": "/sdc/v1/catalog/services/Vfw20210505010450/1.0/resourceInstances/vfwe430c76f7fa60/artifacts/base_vfw.env", "status": "DOWNLOAD_OK" } 2021-05-05T01:10:10.825Z||pool-2-thread-2|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error' 2021-05-05T01:10:10.825Z||pool-2-thread-2|||||DEBUG|500||received message from topic 2021-05-05T01:10:10.825Z||pool-2-thread-2|||||DEBUG|500||recieved notification from broker: { "distributionID": "29f13870-bf62-4e46-b7c0-88fec898ca7e", "consumerID": "SO-COpenSource-Env11", "timestamp": 1620176910048, "artifactURL": "/sdc/v1/catalog/services/Vfw20210505010450/1.0/resourceInstances/vfwe430c76f7fa60/artifacts/vfwe430c76f7fa60_modules.json", "status": "DEPLOY_OK" } 2021-05-05T01:10:10.825Z||pool-2-thread-2|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error' 2021-05-05T01:10:10.826Z||pool-2-thread-2|||||DEBUG|500||received message from topic 2021-05-05T01:10:10.826Z||pool-2-thread-2|||||DEBUG|500||recieved notification from broker: { "distributionID": "29f13870-bf62-4e46-b7c0-88fec898ca7e", "consumerID": "SO-COpenSource-Env11", "timestamp": 1620176911051, "artifactURL": "/sdc/v1/catalog/services/Vfw20210505010450/1.0/resourceInstances/vfwe430c76f7fa60/artifacts/base_vfw.yaml", "status": "DEPLOY_OK" } 2021-05-05T01:10:10.826Z||pool-2-thread-2|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error' 2021-05-05T01:10:10.826Z||pool-2-thread-2|||||DEBUG|500||received message from topic 2021-05-05T01:10:10.826Z||pool-2-thread-2|||||DEBUG|500||recieved notification from broker: { "distributionID": "29f13870-bf62-4e46-b7c0-88fec898ca7e", "consumerID": "SO-COpenSource-Env11", "timestamp": 1620176912055, "artifactURL": "/sdc/v1/catalog/services/Vfw20210505010450/1.0/resourceInstances/vfwe430c76f7fa60/artifacts/base_vfw.env", "status": "DEPLOY_OK" } 2021-05-05T01:10:10.826Z||pool-2-thread-2|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error' 2021-05-05T01:10:10.827Z||pool-2-thread-2|||||DEBUG|500||received message from topic 2021-05-05T01:10:10.827Z||pool-2-thread-2|||||DEBUG|500||recieved notification from broker: { "distributionID": "29f13870-bf62-4e46-b7c0-88fec898ca7e", "consumerID": "SO-COpenSource-Env11", "timestamp": 1620176913061, "artifactURL": "/sdc/v1/catalog/services/Vfw20210505010450/1.0/artifacts/service-Vfw20210505010450-csar.csar", "status": "DEPLOY_OK" } 2021-05-05T01:10:10.827Z||pool-2-thread-2|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error' 2021-05-05T01:10:10.827Z||pool-2-thread-2|||||DEBUG|500||received message from topic 2021-05-05T01:10:10.827Z||pool-2-thread-2|||||DEBUG|500||recieved notification from broker: { "distributionID": "c89eb62f-d405-4fd9-b8df-015f3c0cc064", "consumerID": "sdc-COpenSource-Env11-sdnc-dockero", "timestamp": 1620176940819, "artifactURL": "/sdc/v1/catalog/services/BasicOnboardPbuhvc/1.0/resourceInstances/basic_onboard_pbuhvc0/artifacts/vf-license-model.xml", "status": "NOT_NOTIFIED" } 2021-05-05T01:10:10.828Z||pool-2-thread-2|||||INFO|500||Missing status on Status Object. 2021-05-05T01:10:10.828Z||pool-2-thread-2|||||DEBUG|500||received message from topic 2021-05-05T01:10:10.828Z||pool-2-thread-2|||||DEBUG|500||recieved notification from broker: { "distributionID": "c89eb62f-d405-4fd9-b8df-015f3c0cc064", "consumerID": "cds", "timestamp": 1620176945580, "artifactURL": "/sdc/v1/catalog/services/BasicOnboardPbuhvc/1.0/resourceInstances/basic_onboard_pbuhvc0/artifacts/vf-license-model.xml", "status": "NOT_NOTIFIED" } 2021-05-05T01:10:10.828Z||pool-2-thread-2|||||INFO|500||Missing status on Status Object. 2021-05-05T01:10:10.828Z||pool-2-thread-2|||||DEBUG|500||received message from topic 2021-05-05T01:10:10.828Z||pool-2-thread-2|||||DEBUG|500||recieved notification from broker: { "distributionID": "c89eb62f-d405-4fd9-b8df-015f3c0cc064", "consumerID": "multicloud-starlingx-id", "timestamp": 1620176943560, "artifactURL": "/sdc/v1/catalog/services/BasicOnboardPbuhvc/1.0/resourceInstances/basic_onboard_pbuhvc0/artifacts/vf-license-model.xml", "status": "NOT_NOTIFIED" } 2021-05-05T01:10:10.828Z||pool-2-thread-2|||||INFO|500||Missing status on Status Object. 2021-05-05T01:10:10.828Z||pool-2-thread-2|||||DEBUG|500||received message from topic 2021-05-05T01:10:10.828Z||pool-2-thread-2|||||DEBUG|500||recieved notification from broker: { "distributionID": "c89eb62f-d405-4fd9-b8df-015f3c0cc064", "consumerID": "dcae-sch", "timestamp": 1620176942864, "artifactURL": "/sdc/v1/catalog/services/BasicOnboardPbuhvc/1.0/resourceInstances/basic_onboard_pbuhvc0/artifacts/vf-license-model.xml", "status": "NOT_NOTIFIED" } 2021-05-05T01:10:10.828Z||pool-2-thread-2|||||INFO|500||Missing status on Status Object. 2021-05-05T01:10:10.829Z||pool-2-thread-2|||||DEBUG|500||received message from topic 2021-05-05T01:10:10.829Z||pool-2-thread-2|||||DEBUG|500||recieved notification from broker: { "distributionID": "c89eb62f-d405-4fd9-b8df-015f3c0cc064", "consumerID": "multicloud-windriver-id", "timestamp": 1620176940474, "artifactURL": "/sdc/v1/catalog/services/BasicOnboardPbuhvc/1.0/resourceInstances/basic_onboard_pbuhvc0/artifacts/vf-license-model.xml", "status": "NOT_NOTIFIED" } 2021-05-05T01:10:10.829Z||pool-2-thread-2|||||INFO|500||Missing status on Status Object. 2021-05-05T01:10:34.122Z|29f13870-bf62-4e46-b7c0-88fec898ca7e|pool-2-thread-6|||||DEBUG|500||Entered getOverallDistributionStatus method for distrubutionId: 29f13870-bf62-4e46-b7c0-88fec898ca7e Hibernate: select watchdogdi0_.DISTRIBUTION_ID as distribu1_11_0_, watchdogdi0_.CREATE_TIME as create_t2_11_0_, watchdogdi0_.DISTRIBUTION_ID_STATUS as distribu3_11_0_, watchdogdi0_.MODIFY_TIME as modify_t4_11_0_, watchdogdi0_.LOCK_VERSION as lock_ver5_11_0_ from watchdog_distributionid_status watchdogdi0_ where watchdogdi0_.DISTRIBUTION_ID=? Hibernate: select watchdogco0_.COMPONENT_NAME as componen1_12_, watchdogco0_.DISTRIBUTION_ID as distribu2_12_, watchdogco0_.COMPONENT_DISTRIBUTION_STATUS as componen3_12_, watchdogco0_.CREATE_TIME as create_t4_12_, watchdogco0_.MODIFY_TIME as modify_t5_12_ from watchdog_per_component_distribution_status watchdogco0_ where watchdogco0_.DISTRIBUTION_ID=? 2021-05-05T01:10:34.132Z|29f13870-bf62-4e46-b7c0-88fec898ca7e|pool-2-thread-6|||||DEBUG|500||Executed RequestDB getWatchdogComponentDistributionStatus for distrubutionId: 29f13870-bf62-4e46-b7c0-88fec898ca7e Hibernate: select watchdogco0_.COMPONENT_NAME as componen1_12_, watchdogco0_.DISTRIBUTION_ID as distribu2_12_, watchdogco0_.COMPONENT_DISTRIBUTION_STATUS as componen3_12_, watchdogco0_.CREATE_TIME as create_t4_12_, watchdogco0_.MODIFY_TIME as modify_t5_12_ from watchdog_per_component_distribution_status watchdogco0_ where watchdogco0_.DISTRIBUTION_ID=? 2021-05-05T01:10:34.136Z|29f13870-bf62-4e46-b7c0-88fec898ca7e|pool-2-thread-6|||||DEBUG|500||Found componentName SO in the WatchDog Component DB 2021-05-05T01:10:34.136Z|29f13870-bf62-4e46-b7c0-88fec898ca7e|pool-2-thread-6|||||DEBUG|500||Found componentName AAI in the WatchDog Component DB 2021-05-05T01:10:34.137Z|29f13870-bf62-4e46-b7c0-88fec898ca7e|pool-2-thread-6|||||DEBUG|500||Found componentName SDNC in the WatchDog Component DB 2021-05-05T01:10:34.137Z|29f13870-bf62-4e46-b7c0-88fec898ca7e|pool-2-thread-6|||||DEBUG|500||Components Size matched with the WatchdogComponentDistributionStatus results. 2021-05-05T01:10:34.137Z|29f13870-bf62-4e46-b7c0-88fec898ca7e|pool-2-thread-6|||||DEBUG|500||Component status: COMPONENT_DONE_OK on componentName: 2021-05-05T01:10:34.137Z|29f13870-bf62-4e46-b7c0-88fec898ca7e|pool-2-thread-6|||||DEBUG|500||Component status: COMPONENT_DONE_OK on componentName: 2021-05-05T01:10:34.137Z|29f13870-bf62-4e46-b7c0-88fec898ca7e|pool-2-thread-6|||||DEBUG|500||Component status: COMPONENT_DONE_OK on componentName: 2021-05-05T01:10:34.137Z|29f13870-bf62-4e46-b7c0-88fec898ca7e|pool-2-thread-6|||||DEBUG|500||Component status: COMPONENT_DONE_OK on componentName: 2021-05-05T01:10:34.137Z|29f13870-bf62-4e46-b7c0-88fec898ca7e|pool-2-thread-6|||||DEBUG|500||Component status: COMPONENT_DONE_OK on componentName: 2021-05-05T01:10:34.137Z|29f13870-bf62-4e46-b7c0-88fec898ca7e|pool-2-thread-6|||||DEBUG|500||Component status: COMPONENT_DONE_OK on componentName: 2021-05-05T01:10:34.137Z|29f13870-bf62-4e46-b7c0-88fec898ca7e|pool-2-thread-6|||||DEBUG|500||Updating overall DistributionStatus to: SUCCESS for distributionId: Hibernate: select watchdogdi0_.DISTRIBUTION_ID as distribu1_11_0_, watchdogdi0_.CREATE_TIME as create_t2_11_0_, watchdogdi0_.DISTRIBUTION_ID_STATUS as distribu3_11_0_, watchdogdi0_.MODIFY_TIME as modify_t4_11_0_, watchdogdi0_.LOCK_VERSION as lock_ver5_11_0_ from watchdog_distributionid_status watchdogdi0_ where watchdogdi0_.DISTRIBUTION_ID=? 2021-05-05T01:10:34.142Z|29f13870-bf62-4e46-b7c0-88fec898ca7e|pool-2-thread-6|||||DEBUG|500||Exiting getOverallDistributionStatus method in WatchdogDistribution 2021-05-05T01:11:04.142Z|29f13870-bf62-4e46-b7c0-88fec898ca7e|pool-2-thread-6|||||DEBUG|500||Entered executePatchAAI method with distrubutionId: 29f13870-bf62-4e46-b7c0-88fec898ca7e and distributionStatus: Hibernate: select watchdogse0_.DISTRIBUTION_ID as distribu1_13_, watchdogse0_.SERVICE_MODEL_VERSION_ID as service_2_13_, watchdogse0_.CONSUMER_ID as consumer3_13_, watchdogse0_.CREATE_TIME as create_t4_13_, watchdogse0_.DISTRIBUTION_NOTIFICATION as distribu5_13_ from watchdog_service_mod_ver_id_lookup watchdogse0_ where watchdogse0_.DISTRIBUTION_ID=? 2021-05-05T01:11:04.150Z|29f13870-bf62-4e46-b7c0-88fec898ca7e|pool-2-thread-6|||||DEBUG|500||Executed RequestDB getWatchdogServiceModVerIdLookup with distributionId: 29f13870-bf62-4e46-b7c0-88fec898ca7e and serviceModelVersionId: 8a016b72-4627-487a-80f3-541e4b8cc7bf 2021-05-05T01:11:04.150Z|29f13870-bf62-4e46-b7c0-88fec898ca7e|pool-2-thread-6|||||DEBUG|500||ASDC Notification ServiceModelInvariantUUID : 30aa2469-c010-445a-ade9-67ad3996a390 2021-05-05T01:11:10.726Z||pool-2-thread-2|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2021-05-05T01:11:10.726Z||pool-2-thread-2|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel. 2021-05-05T01:11:10.726Z||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 a4LkjAbl6YzsGxek) ... 2021-05-05T01:11:10.746Z||pool-2-thread-2|||||INFO|500|| --> HTTP/1.1 200 OK 2021-05-05T01:11:10.746Z||pool-2-thread-2|||||DEBUG|500||received message from topic 2021-05-05T01:11:10.746Z||pool-2-thread-2|||||DEBUG|500||recieved notification from broker: { "distributionID": "c89eb62f-d405-4fd9-b8df-015f3c0cc064", "consumerID": "policy-id", "timestamp": 1620176949987, "artifactURL": "/sdc/v1/catalog/services/BasicOnboardPbuhvc/1.0/resourceInstances/basic_onboard_pbuhvc0/artifacts/vf-license-model.xml", "status": "NOT_NOTIFIED" } 2021-05-05T01:11:10.747Z||pool-2-thread-2|||||INFO|500||Missing status on Status Object. 2021-05-05T01:11:11.803Z|29f13870-bf62-4e46-b7c0-88fec898ca7e|pool-2-thread-6|||||DEBUG|500||Target A&AI Resource URI: /service-design-and-creation/models/model/30aa2469-c010-445a-ade9-67ad3996a390/model-vers/model-ver/8a016b72-4627-487a-80f3-541e4b8cc7bf?depth=0 2021-05-05T01:11:11.961Z|29f13870-bf62-4e46-b7c0-88fec898ca7e|pool-2-thread-6|||||INFO|500||RestClientSSL using default SSL context! 2021-05-05T01:11:12.362Z|29f13870-bf62-4e46-b7c0-88fec898ca7e|pool-2-thread-6|||AAI||DEBUG|500||Sending HTTP POST (overridden to PATCH) to:https://aai.onap:8443/aai/v23/service-design-and-creation/models/model/30aa2469-c010-445a-ade9-67ad3996a390/model-vers/model-ver/8a016b72-4627-487a-80f3-541e4b8cc7bf?depth=0 with request headers:{Authorization=[***REDACTED***], X-FromAppId=[MSO], X-HTTP-Method-Override=[PATCH], Accept=[application/json], X-TransactionId=[], Content-Type=[application/merge-patch+json]} 2021-05-05T01:11:12.366Z|29f13870-bf62-4e46-b7c0-88fec898ca7e|pool-2-thread-6|||AAI|https://aai.onap:8443/aai/v23/service-design-and-creation/models/model/30aa2469-c010-445a-ade9-67ad3996a390/model-vers/model-ver/8a016b72-4627-487a-80f3-541e4b8cc7bf?depth=0|INFO|500||Invoke 2021-05-05T01:11:12.493Z|29f13870-bf62-4e46-b7c0-88fec898ca7e|pool-2-thread-6|||AAI|https://aai.onap:8443/aai/v23/service-design-and-creation/models/model/30aa2469-c010-445a-ade9-67ad3996a390/model-vers/model-ver/8a016b72-4627-487a-80f3-541e4b8cc7bf?depth=0|DEBUG|500||{"distribution-status":"DISTRIBUTION_COMPLETE_OK"} 2021-05-05T01:11:12.800Z|29f13870-bf62-4e46-b7c0-88fec898ca7e|pool-2-thread-6|||AAI|https://aai.onap:8443/aai/v23/service-design-and-creation/models/model/30aa2469-c010-445a-ade9-67ad3996a390/model-vers/model-ver/8a016b72-4627-487a-80f3-541e4b8cc7bf?depth=0|INFO|500||InvokeReturn 2021-05-05T01:11:12.800Z|29f13870-bf62-4e46-b7c0-88fec898ca7e|pool-2-thread-6|||||DEBUG|500||Response from method:POST (overridden to PATCH) performed on uri:https://aai.onap:8443/aai/v23/service-design-and-creation/models/model/30aa2469-c010-445a-ade9-67ad3996a390/model-vers/model-ver/8a016b72-4627-487a-80f3-541e4b8cc7bf?depth=0 has http status code:200 and response headers:{Strict-Transport-Security=[max-age=16000000; includeSubDomains; preload;], X-AAI-TXID=[0-aai-resources-210505-01:11:12:499-75013], vertex-id=[192736], Content-Length=[0], Date=[Wed, 05 May 2021 01:11:12 GMT], Content-Type=[application/json]} 2021-05-05T01:11:12.800Z|29f13870-bf62-4e46-b7c0-88fec898ca7e|pool-2-thread-6|||||DEBUG|500||Response was returned with an empty entity. 2021-05-05T01:11:12.803Z|29f13870-bf62-4e46-b7c0-88fec898ca7e|pool-2-thread-6|||||DEBUG|500||A&AI UPDATE MODEL Version is success! 2021-05-05T01:11:12.803Z|29f13870-bf62-4e46-b7c0-88fec898ca7e|pool-2-thread-6|||||DEBUG|500||A&AI Updated succefully with Distribution Status! Hibernate: select service0_.MODEL_UUID as model_uu1_49_, service0_.CDS_BLUEPRINT_NAME as cds_blue2_49_, service0_.CDS_BLUEPRINT_VERSION as cds_blue3_49_, service0_.SERVICE_CATEGORY as service_4_49_, service0_.CONTROLLER_ACTOR as controll5_49_, service0_.CREATION_TIMESTAMP as creation6_49_, service0_.TOSCA_CSAR_ARTIFACT_UUID as tosca_c21_49_, service0_.DESCRIPTION as descript7_49_, service0_.OVERALL_DISTRIBUTION_STATUS as overall_8_49_, service0_.ENVIRONMENT_CONTEXT as environm9_49_, service0_.MODEL_INVARIANT_UUID as model_i10_49_, service0_.MODEL_NAME as model_n11_49_, service0_.MODEL_VERSION as model_v12_49_, service0_.NAMING_POLICY as naming_13_49_, service0_.ONAP_GENERATED_NAMING as onap_ge14_49_, service0_.RESOURCE_ORDER as resourc15_49_, service0_.SERVICE_FUNCTION as service16_49_, service0_.SERVICE_ROLE as service17_49_, service0_.SERVICE_TYPE as service18_49_, service0_.SKIP_POST_INSTANTIATION_CONFIGURATION as skip_po19_49_, service0_.WORKLOAD_CONTEXT as workloa20_49_ from service service0_ where service0_.MODEL_UUID=? 2021-05-05T01:11:12.807Z|29f13870-bf62-4e46-b7c0-88fec898ca7e|pool-2-thread-6|||||ERROR|500||Error updating CatalogDBStatus java.lang.NullPointerException: null at org.onap.so.asdc.tenantIsolation.WatchdogDistribution.updateCatalogDBStatus(WatchdogDistribution.java:206) at org.onap.so.asdc.client.ASDCController.treatNotification(ASDCController.java:690) at org.onap.so.asdc.client.ASDCNotificationCallBack.activateCallback(ASDCNotificationCallBack.java:52) at org.onap.sdc.impl.NotificationConsumer.run(NotificationConsumer.java:71) at java.base/java.util.concurrent.Executors$RunnableAdapter.call(Unknown Source) at java.base/java.util.concurrent.FutureTask.runAndReset(Unknown Source) at java.base/java.util.concurrent.ScheduledThreadPoolExecutor$ScheduledFutureTask.run(Unknown Source) at java.base/java.util.concurrent.ThreadPoolExecutor.runWorker(Unknown Source) at java.base/java.util.concurrent.ThreadPoolExecutor$Worker.run(Unknown Source) at java.base/java.lang.Thread.run(Unknown Source) 2021-05-05T01:11:12.813Z|29f13870-bf62-4e46-b7c0-88fec898ca7e|pool-2-thread-6|||||DEBUG|500||Enter sendFinalDistributionStatus with DistributionID 29f13870-bf62-4e46-b7c0-88fec898ca7e and Status of DISTRIBUTION_COMPLETE_OK and ErrorReason null 2021-05-05T01:11:12.814Z|29f13870-bf62-4e46-b7c0-88fec898ca7e|pool-2-thread-6|||||INFO|500||DistributionClient - sendFinalDistributionStatus status 2021-05-05T01:11:12.814Z|29f13870-bf62-4e46-b7c0-88fec898ca7e|pool-2-thread-6|||||INFO|500||DistributionClient - sendStatus 2021-05-05T01:11:12.815Z|29f13870-bf62-4e46-b7c0-88fec898ca7e|pool-2-thread-6|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap] 2021-05-05T01:11:12.815Z|29f13870-bf62-4e46-b7c0-88fec898ca7e|pool-2-thread-6|||||DEBUG|500||try to send status { "distributionID": "29f13870-bf62-4e46-b7c0-88fec898ca7e", "consumerID": "SO-COpenSource-Env11", "timestamp": 1620177072813, "artifactURL": "", "status": "DISTRIBUTION_COMPLETE_OK" } 2021-05-05T01:11:12.916Z||pool-18-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms 2021-05-05T01:11:12.917Z||pool-18-thread-1|||||WARN|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO will send credentials over a clear channel. 2021-05-05T01:11:12.917Z||pool-18-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as a4LkjAbl6YzsGxek) ... 2021-05-05T01:11:12.924Z||pool-18-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK 2021-05-05T01:11:12.925Z||pool-18-thread-1|||||INFO|500||cambria reply ok (9 ms):{"serverTimeMs":0,"count":1} Hibernate: select watchdogdi0_.DISTRIBUTION_ID as distribu1_11_0_, watchdogdi0_.CREATE_TIME as create_t2_11_0_, watchdogdi0_.DISTRIBUTION_ID_STATUS as distribu3_11_0_, watchdogdi0_.MODIFY_TIME as modify_t4_11_0_, watchdogdi0_.LOCK_VERSION as lock_ver5_11_0_ from watchdog_distributionid_status watchdogdi0_ where watchdogdi0_.DISTRIBUTION_ID=? Hibernate: update watchdog_distributionid_status set DISTRIBUTION_ID_STATUS=?, MODIFY_TIME=?, LOCK_VERSION=? where DISTRIBUTION_ID=? 2021-05-05T01:11:13.833Z||pool-2-thread-9|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2021-05-05T01:11:13.834Z||pool-2-thread-9|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel. 2021-05-05T01:11:13.834Z||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 a4LkjAbl6YzsGxek) ... 2021-05-05T01:11:18.153Z||pool-2-thread-9|||||INFO|500|| --> HTTP/1.1 200 OK 2021-05-05T01:11:18.154Z||pool-2-thread-9|||||DEBUG|500||received message from topic 2021-05-05T01:11:18.154Z||pool-2-thread-9|||||DEBUG|500||recieved notification from broker: {"distributionID":"c89eb62f-d405-4fd9-b8df-015f3c0cc064","serviceName":"basic_onboard_pBuHvC","serviceVersion":"1.0","serviceUUID":"0669cdcb-22e4-4d3e-a105-ea783d51f8b5","serviceDescription":"service","serviceInvariantUUID":"061ca4ba-b879-4d37-bf72-8cbf6e81c7ab","resources":[{"resourceInstanceName":"basic_onboard_pBuHvC 0","resourceName":"basic_onboard_pBuHvC","resourceVersion":"1.0","resoucreType":"VF","resourceUUID":"80f45927-2a1c-4c1d-9bd2-91a473957b89","resourceInvariantUUID":"cdb3f7f4-8b7c-4a3d-9dba-eb2af2ab9b3c","resourceCustomizationUUID":"b22ab7d6-360d-4c0e-bcf0-4b4819c5f247","category":"Generic","subcategory":"Abstract","artifacts":[{"artifactName":"vf-license-model.xml","artifactType":"VF_LICENSE","artifactURL":"/sdc/v1/catalog/services/BasicOnboardPbuhvc/1.0/resourceInstances/basic_onboard_pbuhvc0/artifacts/vf-license-model.xml","artifactChecksum":"MzAzNTVkYjdjZTg1YmY0MWQ2YzQxNTU0ZDcyMTRmY2I\u003d","artifactDescription":"VF license file","artifactTimeout":0,"artifactUUID":"cb3f92dc-8e08-48dd-8627-a4e60402c1fb","artifactVersion":"1"},{"artifactName":"basic_onboard_pbuhvc0_modules.json","artifactType":"VF_MODULES_METADATA","artifactURL":"/sdc/v1/catalog/services/BasicOnboardPbuhvc/1.0/resourceInstances/basic_onboard_pbuhvc0/artifacts/basic_onboard_pbuhvc0_modules.json","artifactChecksum":"NTE0YTM4ZDExMjY4Nzc2NTI4OTE5OTZkMjBlMzc5ZGQ\u003d","artifactDescription":"Auto-generated VF Modules information artifact","artifactTimeout":0,"artifactUUID":"fbeb2e2c-b7d3-4102-8445-edf115af3725","artifactVersion":"1"},{"artifactName":"base_ubuntu18.yaml","artifactType":"HEAT","artifactURL":"/sdc/v1/catalog/services/BasicOnboardPbuhvc/1.0/resourceInstances/basic_onboard_pbuhvc0/artifacts/base_ubuntu18.yaml","artifactChecksum":"NzA5ZGU3Y2Q2M2IwNWU2OTc1NTQ0ZDBhNDhlNjNjZjY\u003d","artifactDescription":"created from csar","artifactTimeout":30,"artifactUUID":"42e2f20b-45b3-4c03-8166-d7760308302f","artifactVersion":"1"},{"artifactName":"vendor-license-model.xml","artifactType":"VENDOR_LICENSE","artifactURL":"/sdc/v1/catalog/services/BasicOnboardPbuhvc/1.0/resourceInstances/basic_onboard_pbuhvc0/artifacts/vendor-license-model.xml","artifactChecksum":"M2QxN2ZmN2I2ZmIwOWEyNTJjYmYzMTBlNWI3NmNmYTc\u003d","artifactDescription":" Vendor license file","artifactTimeout":0,"artifactUUID":"660d2e41-75ee-46fc-89a2-f123ac45be6d","artifactVersion":"1"},{"artifactName":"base_ubuntu18.env","artifactType":"HEAT_ENV","artifactURL":"/sdc/v1/catalog/services/BasicOnboardPbuhvc/1.0/resourceInstances/basic_onboard_pbuhvc0/artifacts/base_ubuntu18.env","artifactChecksum":"ODYwMmYwMDliN2JjOTNlN2ZlM2RkNzAzMTg3OWMzNTA\u003d","artifactDescription":"Auto-generated HEAT Environment deployment artifact","artifactTimeout":0,"artifactUUID":"733a45d2-4803-42cd-835f-ff2f6dca017b","artifactVersion":"2","generatedFromUUID":"42e2f20b-45b3-4c03-8166-d7760308302f"}]}],"serviceArtifacts":[{"artifactName":"service-BasicOnboardPbuhvc-template.yml","artifactType":"TOSCA_TEMPLATE","artifactURL":"/sdc/v1/catalog/services/BasicOnboardPbuhvc/1.0/artifacts/service-BasicOnboardPbuhvc-template.yml","artifactChecksum":"Mzc2MWY0MzJmNTMzZDM3ODVhNzcyMDhiYTNlNTUwZGY\u003d","artifactDescription":"TOSCA representation of the asset","artifactTimeout":0,"artifactUUID":"14bc72ce-4f66-4f16-91fb-839ad8ffa0a9","artifactVersion":"1"},{"artifactName":"service-BasicOnboardPbuhvc-csar.csar","artifactType":"TOSCA_CSAR","artifactURL":"/sdc/v1/catalog/services/BasicOnboardPbuhvc/1.0/artifacts/service-BasicOnboardPbuhvc-csar.csar","artifactChecksum":"MWE1MzZkZDc5NmUxYTJjM2EzOWZlYzFhYTQxMGJlNjM\u003d","artifactDescription":"TOSCA definition package of the asset","artifactTimeout":0,"artifactUUID":"14367def-6bcc-4230-ad9a-90e203da9084","artifactVersion":"1"}],"workloadContext":"Production"} 2021-05-05T01:11:18.157Z||pool-2-thread-9|||||INFO|500||DistributionClient - sendNotificationStatus 2021-05-05T01:11:18.158Z||pool-2-thread-9|||||INFO|500||DistributionClient - sendStatus 2021-05-05T01:11:18.160Z||pool-2-thread-9|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap] 2021-05-05T01:11:18.160Z||pool-2-thread-9|||||DEBUG|500||try to send status { "distributionID": "c89eb62f-d405-4fd9-b8df-015f3c0cc064", "consumerID": "SO-COpenSource-Env11", "timestamp": 1620177073833, "artifactURL": "/sdc/v1/catalog/services/BasicOnboardPbuhvc/1.0/resourceInstances/basic_onboard_pbuhvc0/artifacts/vf-license-model.xml", "status": "NOT_NOTIFIED" } 2021-05-05T01:11:18.260Z||pool-19-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms 2021-05-05T01:11:18.261Z||pool-19-thread-1|||||WARN|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO will send credentials over a clear channel. 2021-05-05T01:11:18.261Z||pool-19-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as a4LkjAbl6YzsGxek) ... 2021-05-05T01:11:18.268Z||pool-19-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK 2021-05-05T01:11:18.268Z||pool-19-thread-1|||||INFO|500||cambria reply ok (8 ms):{"serverTimeMs":0,"count":1} 2021-05-05T01:11:19.161Z||pool-2-thread-9|||||INFO|500||DistributionClient - sendNotificationStatus 2021-05-05T01:11:19.162Z||pool-2-thread-9|||||INFO|500||DistributionClient - sendStatus 2021-05-05T01:11:19.164Z||pool-2-thread-9|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap] 2021-05-05T01:11:19.164Z||pool-2-thread-9|||||DEBUG|500||try to send status { "distributionID": "c89eb62f-d405-4fd9-b8df-015f3c0cc064", "consumerID": "SO-COpenSource-Env11", "timestamp": 1620177073833, "artifactURL": "/sdc/v1/catalog/services/BasicOnboardPbuhvc/1.0/resourceInstances/basic_onboard_pbuhvc0/artifacts/basic_onboard_pbuhvc0_modules.json", "status": "NOTIFIED" } 2021-05-05T01:11:19.264Z||pool-20-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms 2021-05-05T01:11:19.265Z||pool-20-thread-1|||||WARN|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO will send credentials over a clear channel. 2021-05-05T01:11:19.265Z||pool-20-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as a4LkjAbl6YzsGxek) ... 2021-05-05T01:11:19.272Z||pool-20-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK 2021-05-05T01:11:19.272Z||pool-20-thread-1|||||INFO|500||cambria reply ok (7 ms):{"serverTimeMs":0,"count":1} 2021-05-05T01:11:20.165Z||pool-2-thread-9|||||INFO|500||DistributionClient - sendNotificationStatus 2021-05-05T01:11:20.166Z||pool-2-thread-9|||||INFO|500||DistributionClient - sendStatus 2021-05-05T01:11:20.168Z||pool-2-thread-9|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap] 2021-05-05T01:11:20.168Z||pool-2-thread-9|||||DEBUG|500||try to send status { "distributionID": "c89eb62f-d405-4fd9-b8df-015f3c0cc064", "consumerID": "SO-COpenSource-Env11", "timestamp": 1620177073833, "artifactURL": "/sdc/v1/catalog/services/BasicOnboardPbuhvc/1.0/resourceInstances/basic_onboard_pbuhvc0/artifacts/base_ubuntu18.yaml", "status": "NOTIFIED" } 2021-05-05T01:11:20.269Z||pool-21-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 99 ms 2021-05-05T01:11:20.270Z||pool-21-thread-1|||||WARN|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO will send credentials over a clear channel. 2021-05-05T01:11:20.270Z||pool-21-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as a4LkjAbl6YzsGxek) ... 2021-05-05T01:11:20.276Z||pool-21-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK 2021-05-05T01:11:20.277Z||pool-21-thread-1|||||INFO|500||cambria reply ok (8 ms):{"serverTimeMs":0,"count":1} 2021-05-05T01:11:21.169Z||pool-2-thread-9|||||INFO|500||DistributionClient - sendNotificationStatus 2021-05-05T01:11:21.171Z||pool-2-thread-9|||||INFO|500||DistributionClient - sendStatus 2021-05-05T01:11:21.173Z||pool-2-thread-9|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap] 2021-05-05T01:11:21.173Z||pool-2-thread-9|||||DEBUG|500||try to send status { "distributionID": "c89eb62f-d405-4fd9-b8df-015f3c0cc064", "consumerID": "SO-COpenSource-Env11", "timestamp": 1620177073833, "artifactURL": "/sdc/v1/catalog/services/BasicOnboardPbuhvc/1.0/resourceInstances/basic_onboard_pbuhvc0/artifacts/vendor-license-model.xml", "status": "NOT_NOTIFIED" } 2021-05-05T01:11:21.274Z||pool-22-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 101 ms 2021-05-05T01:11:21.275Z||pool-22-thread-1|||||WARN|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO will send credentials over a clear channel. 2021-05-05T01:11:21.275Z||pool-22-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as a4LkjAbl6YzsGxek) ... 2021-05-05T01:11:21.282Z||pool-22-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK 2021-05-05T01:11:21.283Z||pool-22-thread-1|||||INFO|500||cambria reply ok (8 ms):{"serverTimeMs":0,"count":1} 2021-05-05T01:11:22.174Z||pool-2-thread-9|||||INFO|500||DistributionClient - sendNotificationStatus 2021-05-05T01:11:22.174Z||pool-2-thread-9|||||INFO|500||DistributionClient - sendStatus 2021-05-05T01:11:22.176Z||pool-2-thread-9|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap] 2021-05-05T01:11:22.177Z||pool-2-thread-9|||||DEBUG|500||try to send status { "distributionID": "c89eb62f-d405-4fd9-b8df-015f3c0cc064", "consumerID": "SO-COpenSource-Env11", "timestamp": 1620177073833, "artifactURL": "/sdc/v1/catalog/services/BasicOnboardPbuhvc/1.0/resourceInstances/basic_onboard_pbuhvc0/artifacts/base_ubuntu18.env", "status": "NOTIFIED" } 2021-05-05T01:11:22.277Z||pool-23-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms 2021-05-05T01:11:22.278Z||pool-23-thread-1|||||WARN|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO will send credentials over a clear channel. 2021-05-05T01:11:22.278Z||pool-23-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as a4LkjAbl6YzsGxek) ... 2021-05-05T01:11:22.284Z||pool-23-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK 2021-05-05T01:11:22.284Z||pool-23-thread-1|||||INFO|500||cambria reply ok (6 ms):{"serverTimeMs":0,"count":1} 2021-05-05T01:11:23.177Z||pool-2-thread-9|||||INFO|500||DistributionClient - sendNotificationStatus 2021-05-05T01:11:23.178Z||pool-2-thread-9|||||INFO|500||DistributionClient - sendStatus 2021-05-05T01:11:23.180Z||pool-2-thread-9|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap] 2021-05-05T01:11:23.181Z||pool-2-thread-9|||||DEBUG|500||try to send status { "distributionID": "c89eb62f-d405-4fd9-b8df-015f3c0cc064", "consumerID": "SO-COpenSource-Env11", "timestamp": 1620177073833, "artifactURL": "/sdc/v1/catalog/services/BasicOnboardPbuhvc/1.0/artifacts/service-BasicOnboardPbuhvc-template.yml", "status": "NOT_NOTIFIED" } 2021-05-05T01:11:23.281Z||pool-24-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms 2021-05-05T01:11:23.282Z||pool-24-thread-1|||||WARN|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO will send credentials over a clear channel. 2021-05-05T01:11:23.282Z||pool-24-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as a4LkjAbl6YzsGxek) ... 2021-05-05T01:11:23.289Z||pool-24-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK 2021-05-05T01:11:23.289Z||pool-24-thread-1|||||INFO|500||cambria reply ok (8 ms):{"serverTimeMs":0,"count":1} 2021-05-05T01:11:24.181Z||pool-2-thread-9|||||INFO|500||DistributionClient - sendNotificationStatus 2021-05-05T01:11:24.182Z||pool-2-thread-9|||||INFO|500||DistributionClient - sendStatus 2021-05-05T01:11:24.184Z||pool-2-thread-9|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap] 2021-05-05T01:11:24.184Z||pool-2-thread-9|||||DEBUG|500||try to send status { "distributionID": "c89eb62f-d405-4fd9-b8df-015f3c0cc064", "consumerID": "SO-COpenSource-Env11", "timestamp": 1620177073833, "artifactURL": "/sdc/v1/catalog/services/BasicOnboardPbuhvc/1.0/artifacts/service-BasicOnboardPbuhvc-csar.csar", "status": "NOTIFIED" } 2021-05-05T01:11:24.284Z||pool-25-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms 2021-05-05T01:11:24.285Z||pool-25-thread-1|||||WARN|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO will send credentials over a clear channel. 2021-05-05T01:11:24.285Z||pool-25-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as a4LkjAbl6YzsGxek) ... 2021-05-05T01:11:24.292Z||pool-25-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK 2021-05-05T01:11:24.293Z||pool-25-thread-1|||||INFO|500||cambria reply ok (8 ms):{"serverTimeMs":1,"count":1} 2021-05-05T01:11:25.186Z||pool-2-thread-9|||||DEBUG|500||sending notification to client: { "distributionID": "c89eb62f-d405-4fd9-b8df-015f3c0cc064", "serviceName": "basic_onboard_pBuHvC", "serviceVersion": "1.0", "serviceUUID": "0669cdcb-22e4-4d3e-a105-ea783d51f8b5", "serviceDescription": "service", "serviceInvariantUUID": "061ca4ba-b879-4d37-bf72-8cbf6e81c7ab", "resources": [ { "resourceInstanceName": "basic_onboard_pBuHvC 0", "resourceCustomizationUUID": "b22ab7d6-360d-4c0e-bcf0-4b4819c5f247", "resourceName": "basic_onboard_pBuHvC", "resourceVersion": "1.0", "resoucreType": "VF", "resourceUUID": "80f45927-2a1c-4c1d-9bd2-91a473957b89", "resourceInvariantUUID": "cdb3f7f4-8b7c-4a3d-9dba-eb2af2ab9b3c", "category": "Generic", "subcategory": "Abstract", "artifacts": [ { "artifactName": "basic_onboard_pbuhvc0_modules.json", "artifactType": "VF_MODULES_METADATA", "artifactURL": "/sdc/v1/catalog/services/BasicOnboardPbuhvc/1.0/resourceInstances/basic_onboard_pbuhvc0/artifacts/basic_onboard_pbuhvc0_modules.json", "artifactChecksum": "NTE0YTM4ZDExMjY4Nzc2NTI4OTE5OTZkMjBlMzc5ZGQ\u003d", "artifactDescription": "Auto-generated VF Modules information artifact", "artifactTimeout": 0, "artifactVersion": "1", "artifactUUID": "fbeb2e2c-b7d3-4102-8445-edf115af3725", "relatedArtifactsInfo": [] }, { "artifactName": "base_ubuntu18.yaml", "artifactType": "HEAT", "artifactURL": "/sdc/v1/catalog/services/BasicOnboardPbuhvc/1.0/resourceInstances/basic_onboard_pbuhvc0/artifacts/base_ubuntu18.yaml", "artifactChecksum": "NzA5ZGU3Y2Q2M2IwNWU2OTc1NTQ0ZDBhNDhlNjNjZjY\u003d", "artifactDescription": "created from csar", "artifactTimeout": 30, "artifactVersion": "1", "artifactUUID": "42e2f20b-45b3-4c03-8166-d7760308302f", "generatedArtifact": { "artifactName": "base_ubuntu18.env", "artifactType": "HEAT_ENV", "artifactURL": "/sdc/v1/catalog/services/BasicOnboardPbuhvc/1.0/resourceInstances/basic_onboard_pbuhvc0/artifacts/base_ubuntu18.env", "artifactChecksum": "ODYwMmYwMDliN2JjOTNlN2ZlM2RkNzAzMTg3OWMzNTA\u003d", "artifactDescription": "Auto-generated HEAT Environment deployment artifact", "artifactTimeout": 0, "artifactVersion": "2", "artifactUUID": "733a45d2-4803-42cd-835f-ff2f6dca017b", "generatedFromUUID": "42e2f20b-45b3-4c03-8166-d7760308302f" }, "relatedArtifactsInfo": [] }, { "artifactName": "base_ubuntu18.env", "artifactType": "HEAT_ENV", "artifactURL": "/sdc/v1/catalog/services/BasicOnboardPbuhvc/1.0/resourceInstances/basic_onboard_pbuhvc0/artifacts/base_ubuntu18.env", "artifactChecksum": "ODYwMmYwMDliN2JjOTNlN2ZlM2RkNzAzMTg3OWMzNTA\u003d", "artifactDescription": "Auto-generated HEAT Environment deployment artifact", "artifactTimeout": 0, "artifactVersion": "2", "artifactUUID": "733a45d2-4803-42cd-835f-ff2f6dca017b", "relatedArtifactsInfo": [] } ] } ], "serviceArtifacts": [ { "artifactName": "service-BasicOnboardPbuhvc-csar.csar", "artifactType": "TOSCA_CSAR", "artifactURL": "/sdc/v1/catalog/services/BasicOnboardPbuhvc/1.0/artifacts/service-BasicOnboardPbuhvc-csar.csar", "artifactChecksum": "MWE1MzZkZDc5NmUxYTJjM2EzOWZlYzFhYTQxMGJlNjM\u003d", "artifactDescription": "TOSCA definition package of the asset", "artifactTimeout": 0, "artifactVersion": "1", "artifactUUID": "14367def-6bcc-4230-ad9a-90e203da9084" } ], "workloadContext": "Production" } 2021-05-05T01:11:25.186Z||pool-2-thread-9|||||DEBUG|500||Receive a callback notification in ASDC, nb of resources: 1 2021-05-05T01:11:25.187Z||pool-2-thread-9|||||INFO|500||ASDC_RECEIVE_CALLBACK_NOTIF 3 0669cdcb-22e4-4d3e-a105-ea783d51f8b5 ASDC 2021-05-05T01:11:25.187Z|c89eb62f-d405-4fd9-b8df-015f3c0cc064|pool-2-thread-9|||||DEBUG|500||ASDC Notification: DistributionID:c89eb62f-d405-4fd9-b8df-015f3c0cc064 ServiceName:basic_onboard_pBuHvC ServiceVersion:1.0 ServiceUUID:0669cdcb-22e4-4d3e-a105-ea783d51f8b5 ServiceInvariantUUID:061ca4ba-b879-4d37-bf72-8cbf6e81c7ab ServiceDescription:service Service Artifacts List: { Service Artifacts Info: ArtifactName:service-BasicOnboardPbuhvc-csar.csar ArtifactVersion:1 ArtifactType:TOSCA_CSAR ArtifactDescription:TOSCA definition package of the asset ArtifactTimeout:0 ArtifactURL:/sdc/v1/catalog/services/BasicOnboardPbuhvc/1.0/artifacts/service-BasicOnboardPbuhvc-csar.csar ArtifactUUID:14367def-6bcc-4230-ad9a-90e203da9084 ArtifactChecksum:MWE1MzZkZDc5NmUxYTJjM2EzOWZlYzFhYTQxMGJlNjM= GeneratedArtifact:{NULL } RelatedArtifacts:{ } } Resource Instances List: { Resource Instance Info: ResourceInstanceName:basic_onboard_pBuHvC 0 ResourceCustomizationUUID:b22ab7d6-360d-4c0e-bcf0-4b4819c5f247 ResourceInvariantUUID:cdb3f7f4-8b7c-4a3d-9dba-eb2af2ab9b3c ResourceName:basic_onboard_pBuHvC ResourceType:VF ResourceUUID:80f45927-2a1c-4c1d-9bd2-91a473957b89 ResourceVersion:1.0 Category:Generic SubCategory:Abstract Resource Artifacts List: { Service Artifacts Info: ArtifactName:basic_onboard_pbuhvc0_modules.json ArtifactVersion:1 ArtifactType:VF_MODULES_METADATA ArtifactDescription:Auto-generated VF Modules information artifact ArtifactTimeout:0 ArtifactURL:/sdc/v1/catalog/services/BasicOnboardPbuhvc/1.0/resourceInstances/basic_onboard_pbuhvc0/artifacts/basic_onboard_pbuhvc0_modules.json ArtifactUUID:fbeb2e2c-b7d3-4102-8445-edf115af3725 ArtifactChecksum:NTE0YTM4ZDExMjY4Nzc2NTI4OTE5OTZkMjBlMzc5ZGQ= 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/BasicOnboardPbuhvc/1.0/resourceInstances/basic_onboard_pbuhvc0/artifacts/base_ubuntu18.yaml ArtifactUUID:42e2f20b-45b3-4c03-8166-d7760308302f 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/BasicOnboardPbuhvc/1.0/resourceInstances/basic_onboard_pbuhvc0/artifacts/base_ubuntu18.env ArtifactUUID:733a45d2-4803-42cd-835f-ff2f6dca017b 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/BasicOnboardPbuhvc/1.0/resourceInstances/basic_onboard_pbuhvc0/artifacts/base_ubuntu18.env ArtifactUUID:733a45d2-4803-42cd-835f-ff2f6dca017b ArtifactChecksum:ODYwMmYwMDliN2JjOTNlN2ZlM2RkNzAzMTg3OWMzNTA= GeneratedArtifact:{NULL } RelatedArtifacts:{ } } } 2021-05-05T01:11:25.187Z|c89eb62f-d405-4fd9-b8df-015f3c0cc064|pool-2-thread-9|||||INFO|500||ASDC_RECEIVE_SERVICE_NOTIF 0669cdcb-22e4-4d3e-a105-ea783d51f8b5 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 (?, ?, ?, ?, ?) 2021-05-05T01:11:25.226Z|c89eb62f-d405-4fd9-b8df-015f3c0cc064|pool-2-thread-9|||||INFO|500||Unable to find the system property mso.config.path, use the default configuration 2021-05-05T01:11:25.226Z|c89eb62f-d405-4fd9-b8df-015f3c0cc064|pool-2-thread-9|||||INFO|500||MSO config path is: /app 2021-05-05T01:11:25.227Z|c89eb62f-d405-4fd9-b8df-015f3c0cc064|pool-2-thread-9|||||INFO|500||MSO config path is: /app 2021-05-05T01:11:25.227Z|c89eb62f-d405-4fd9-b8df-015f3c0cc064|pool-2-thread-9|||||INFO|500||Trying to download the artifact UUID: 14367def-6bcc-4230-ad9a-90e203da9084 from URL: /sdc/v1/catalog/services/BasicOnboardPbuhvc/1.0/artifacts/service-BasicOnboardPbuhvc-csar.csar 2021-05-05T01:11:25.227Z|c89eb62f-d405-4fd9-b8df-015f3c0cc064|pool-2-thread-9|||||INFO|500||DistributionClient - download 2021-05-05T01:11:25.227Z|c89eb62f-d405-4fd9-b8df-015f3c0cc064|pool-2-thread-9|||||DEBUG|500||url to send https://sdc-be.onap:8443/sdc/v1/catalog/services/BasicOnboardPbuhvc/1.0/artifacts/service-BasicOnboardPbuhvc-csar.csar 2021-05-05T01:11:25.572Z|c89eb62f-d405-4fd9-b8df-015f3c0cc064|pool-2-thread-9|||||DEBUG|500||GET Response Status 200 2021-05-05T01:11:25.578Z|c89eb62f-d405-4fd9-b8df-015f3c0cc064|pool-2-thread-9|||||INFO|500||ASDC_ARTIFACT_DOWNLOAD_SUC /sdc/v1/catalog/services/BasicOnboardPbuhvc/1.0/artifacts/service-BasicOnboardPbuhvc-csar.csar 14367def-6bcc-4230-ad9a-90e203da9084 74841 2021-05-05T01:11:25.579Z|c89eb62f-d405-4fd9-b8df-015f3c0cc064|pool-2-thread-9|||||INFO|500||ASDC_SEND_NOTIF_ASDC DOWNLOAD DOWNLOAD_OK /sdc/v1/catalog/services/BasicOnboardPbuhvc/1.0/artifacts/service-BasicOnboardPbuhvc-csar.csar ASDC sendASDCNotification 2021-05-05T01:11:25.579Z|c89eb62f-d405-4fd9-b8df-015f3c0cc064|pool-2-thread-9|||||DEBUG|500||Sending DOWNLOAD(DOWNLOAD_OK) notification to ASDC for artifact:/sdc/v1/catalog/services/BasicOnboardPbuhvc/1.0/artifacts/service-BasicOnboardPbuhvc-csar.csar 2021-05-05T01:11:25.579Z|c89eb62f-d405-4fd9-b8df-015f3c0cc064|pool-2-thread-9|||||INFO|500||DistributionClient - sendDownloadStatus 2021-05-05T01:11:25.580Z|c89eb62f-d405-4fd9-b8df-015f3c0cc064|pool-2-thread-9|||||INFO|500||DistributionClient - sendStatus 2021-05-05T01:11:25.582Z|c89eb62f-d405-4fd9-b8df-015f3c0cc064|pool-2-thread-9|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap] 2021-05-05T01:11:25.582Z|c89eb62f-d405-4fd9-b8df-015f3c0cc064|pool-2-thread-9|||||DEBUG|500||try to send status { "distributionID": "c89eb62f-d405-4fd9-b8df-015f3c0cc064", "consumerID": "SO-COpenSource-Env11", "timestamp": 1620177085579, "artifactURL": "/sdc/v1/catalog/services/BasicOnboardPbuhvc/1.0/artifacts/service-BasicOnboardPbuhvc-csar.csar", "status": "DOWNLOAD_OK" } 2021-05-05T01:11:25.682Z||pool-26-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms 2021-05-05T01:11:25.683Z||pool-26-thread-1|||||WARN|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO will send credentials over a clear channel. 2021-05-05T01:11:25.683Z||pool-26-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as a4LkjAbl6YzsGxek) ... 2021-05-05T01:11:25.689Z||pool-26-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK 2021-05-05T01:11:25.690Z||pool-26-thread-1|||||INFO|500||cambria reply ok (8 ms):{"serverTimeMs":1,"count":1} 2021-05-05T01:11:26.582Z|c89eb62f-d405-4fd9-b8df-015f3c0cc064|pool-2-thread-9|||||INFO|500||Unable to find the system property mso.config.path, use the default configuration 2021-05-05T01:11:26.584Z|c89eb62f-d405-4fd9-b8df-015f3c0cc064|pool-2-thread-9|||||INFO|500||MSO config path is: /app 2021-05-05T01:11:26.584Z|c89eb62f-d405-4fd9-b8df-015f3c0cc064|pool-2-thread-9|||||INFO|500||Trying to write artifact UUID: 14367def-6bcc-4230-ad9a-90e203da9084, URL: /sdc/v1/catalog/services/BasicOnboardPbuhvc/1.0/artifacts/service-BasicOnboardPbuhvc-csar.csar to file: /app/ASDC/1/service-BasicOnboardPbuhvc-csar.csar 2021-05-05T01:11:26.585Z|c89eb62f-d405-4fd9-b8df-015f3c0cc064|pool-2-thread-9|||||INFO|500||ASDC_RECEIVE_SERVICE_NOTIF ***WRITE FILE ARTIFACT NAME ASDC service-BasicOnboardPbuhvc-csar.csar 2021-05-05T01:11:26.585Z|c89eb62f-d405-4fd9-b8df-015f3c0cc064|pool-2-thread-9|||||DEBUG|500||ASDC File path is: /app/ASDC/1/service-BasicOnboardPbuhvc-csar.csar 2021-05-05T01:11:26.586Z|c89eb62f-d405-4fd9-b8df-015f3c0cc064|pool-2-thread-9|||||INFO|500||ASDC_RECEIVE_SERVICE_NOTIF ***PATH ASDC /app/ASDC/1/service-BasicOnboardPbuhvc-csar.csar 2021-05-05T01:11:26.912Z|c89eb62f-d405-4fd9-b8df-015f3c0cc064|pool-2-thread-9|||||DEBUG|500||ToscaTemplate Loading YAMEL file /tmp/JTP5986201854834761831/Definitions/service-BasicOnboardPbuhvc-template.yml Log warning: The required parameter "port_ubuntu18_admin_plane_port_0_name" is not provided Log warning: The required parameter "port_ubuntu18_admin_plane_port_0_order" is not provided Log warning: The required parameter "port_ubuntu18_admin_plane_port_0_vlan_requirements" is not provided Log warning: The required parameter "port_ubuntu18_admin_plane_port_0_network_role" is not provided Log warning: The required parameter "port_ubuntu18_admin_plane_port_0_related_networks" is not provided Log warning: The required parameter "port_ubuntu18_admin_plane_port_0_subnetpoolid" is not provided 2021-05-05T01:11:28.256Z|c89eb62f-d405-4fd9-b8df-015f3c0cc064|pool-2-thread-9|||||DEBUG|500||CSAR conformance level is 11.0 2021-05-05T01:11:28.257Z|c89eb62f-d405-4fd9-b8df-015f3c0cc064|pool-2-thread-9|||||WARN|500||#################################################################################################### 2021-05-05T01:11:28.257Z|c89eb62f-d405-4fd9-b8df-015f3c0cc064|pool-2-thread-9|||||WARN|500||CSAR Warnings found! CSAR name - /app/ASDC/1/service-BasicOnboardPbuhvc-csar.csar 2021-05-05T01:11:28.257Z|c89eb62f-d405-4fd9-b8df-015f3c0cc064|pool-2-thread-9|||||WARN|500||ToscaTemplate - verifyTemplate - 10 Parsing Warnings occurred... 2021-05-05T01:11:28.257Z|c89eb62f-d405-4fd9-b8df-015f3c0cc064|pool-2-thread-9|||||WARN|500||JTosca Exception [JE003]: MissingRequiredFieldError: properties of template "abstract_ubuntu18" are missing field(s): [port_ubuntu18_admin_plane_port_0_name, port_ubuntu18_admin_plane_port_0_order, port_ubuntu18_admin_plane_port_0_vlan_requirements, nfc_function, port_ubuntu18_admin_plane_port_0_network_role, port_ubuntu18_admin_plane_port_0_related_networks, port_ubuntu18_admin_plane_port_0_subnetpoolid]. CSAR name - /app/ASDC/1/service-BasicOnboardPbuhvc-csar.csar 2021-05-05T01:11:28.257Z|c89eb62f-d405-4fd9-b8df-015f3c0cc064|pool-2-thread-9|||||WARN|500||JTosca Exception [JE003]: MissingRequiredFieldError: Data value of type "org.openecomp.datatypes.AssignmentRequirements" is missing required field(s) "[supplemental_data]". CSAR name - /app/ASDC/1/service-BasicOnboardPbuhvc-csar.csar 2021-05-05T01:11:28.257Z|c89eb62f-d405-4fd9-b8df-015f3c0cc064|pool-2-thread-9|||||WARN|500||JTosca Exception [JE003]: MissingRequiredFieldError: Data value of type "org.openecomp.datatypes.network.IpRequirements" is missing required field(s) "[assingment_method, supplemental_data]". CSAR name - /app/ASDC/1/service-BasicOnboardPbuhvc-csar.csar 2021-05-05T01:11:28.258Z|c89eb62f-d405-4fd9-b8df-015f3c0cc064|pool-2-thread-9|||||WARN|500||JTosca Exception [JE003]: MissingRequiredFieldError: Data value of type "org.openecomp.datatypes.Naming" is missing required field(s) "[supplemental_data]". CSAR name - /app/ASDC/1/service-BasicOnboardPbuhvc-csar.csar 2021-05-05T01:11:28.258Z|c89eb62f-d405-4fd9-b8df-015f3c0cc064|pool-2-thread-9|||||WARN|500||JTosca Exception [JE001]: TypeMismatchError: "[ubuntu18_admin_security_group]" is not a map. The type is "json". CSAR name - /app/ASDC/1/service-BasicOnboardPbuhvc-csar.csar 2021-05-05T01:11:28.258Z|c89eb62f-d405-4fd9-b8df-015f3c0cc064|pool-2-thread-9|||||WARN|500||JTosca Exception [JE003]: MissingRequiredFieldError: properties of template "basic_onboard_pBuHvC 0" are missing field(s): [nf_naming_code, nf_function, sdnc_artifact_name, max_instances, nf_type, sdnc_model_version, nf_role, min_instances, sdnc_model_name]. CSAR name - /app/ASDC/1/service-BasicOnboardPbuhvc-csar.csar 2021-05-05T01:11:28.258Z|c89eb62f-d405-4fd9-b8df-015f3c0cc064|pool-2-thread-9|||||WARN|500||JTosca Exception [JE003]: MissingRequiredFieldError: properties of template "abstract_ubuntu18" are missing field(s): [unit, type]. CSAR name - /app/ASDC/1/service-BasicOnboardPbuhvc-csar.csar 2021-05-05T01:11:28.258Z|c89eb62f-d405-4fd9-b8df-015f3c0cc064|pool-2-thread-9|||||WARN|500||JTosca Exception [JE003]: MissingRequiredFieldError: Data value of type "org.openecomp.datatypes.network.MacRequirements" is missing required field(s) "[supplemental_data]". CSAR name - /app/ASDC/1/service-BasicOnboardPbuhvc-csar.csar 2021-05-05T01:11:28.258Z|c89eb62f-d405-4fd9-b8df-015f3c0cc064|pool-2-thread-9|||||WARN|500||JTosca Exception [JE003]: MissingRequiredFieldError: properties of template "basic_onboard_pBuHvC 0" are missing field(s): [unit, type]. CSAR name - /app/ASDC/1/service-BasicOnboardPbuhvc-csar.csar 2021-05-05T01:11:28.258Z|c89eb62f-d405-4fd9-b8df-015f3c0cc064|pool-2-thread-9|||||WARN|500||JTosca Exception [JE003]: MissingRequiredFieldError: Data value of type "org.openecomp.datatypes.PortMirroringConnectionPointDescription" is missing required field(s) "[nf_naming_code, pps_capacity, nf_type, nfc_type]". CSAR name - /app/ASDC/1/service-BasicOnboardPbuhvc-csar.csar 2021-05-05T01:11:28.258Z|c89eb62f-d405-4fd9-b8df-015f3c0cc064|pool-2-thread-9|||||WARN|500||#################################################################################################### 2021-05-05T01:11:28.258Z|c89eb62f-d405-4fd9-b8df-015f3c0cc064|pool-2-thread-9|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive 2021-05-05T01:11:28.259Z|c89eb62f-d405-4fd9-b8df-015f3c0cc064|pool-2-thread-9|||||DEBUG|500||Service basic_onboard_pBuHvC is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=SERVICE_PROXY, toscaType=null, uUID=null, customizationUUID=null 2021-05-05T01:11:28.259Z|c89eb62f-d405-4fd9-b8df-015f3c0cc064|pool-2-thread-9|||||DEBUG|500||Node template basic_onboard_pBuHvC 0 is matching search criteria 2021-05-05T01:11:28.259Z|c89eb62f-d405-4fd9-b8df-015f3c0cc064|pool-2-thread-9|||||DEBUG|500||Search for entities recursively 2021-05-05T01:11:28.259Z|c89eb62f-d405-4fd9-b8df-015f3c0cc064|pool-2-thread-9|||||DEBUG|500||Found topology templates [basic_onboard_pBuHvC 0, abstract_ubuntu18] matching following query criteria: sdcType=Service, customizationUUID=null 2021-05-05T01:11:28.259Z|c89eb62f-d405-4fd9-b8df-015f3c0cc064|pool-2-thread-9|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive 2021-05-05T01:11:28.259Z|c89eb62f-d405-4fd9-b8df-015f3c0cc064|pool-2-thread-9|||||DEBUG|500||Service basic_onboard_pBuHvC is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=CONFIGURATION, toscaType=null, uUID=null, customizationUUID=null 2021-05-05T01:11:28.260Z|c89eb62f-d405-4fd9-b8df-015f3c0cc064|pool-2-thread-9|||||DEBUG|500||Node template basic_onboard_pBuHvC 0 is matching search criteria 2021-05-05T01:11:28.260Z|c89eb62f-d405-4fd9-b8df-015f3c0cc064|pool-2-thread-9|||||DEBUG|500||Search for entities recursively 2021-05-05T01:11:28.260Z|c89eb62f-d405-4fd9-b8df-015f3c0cc064|pool-2-thread-9|||||DEBUG|500||Found topology templates [basic_onboard_pBuHvC 0, abstract_ubuntu18] matching following query criteria: sdcType=Service, customizationUUID=null 2021-05-05T01:11:28.260Z|c89eb62f-d405-4fd9-b8df-015f3c0cc064|pool-2-thread-9|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive 2021-05-05T01:11:28.260Z|c89eb62f-d405-4fd9-b8df-015f3c0cc064|pool-2-thread-9|||||DEBUG|500||Service basic_onboard_pBuHvC is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=VF, toscaType=null, uUID=null, customizationUUID=null 2021-05-05T01:11:28.260Z|c89eb62f-d405-4fd9-b8df-015f3c0cc064|pool-2-thread-9|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive 2021-05-05T01:11:28.261Z|c89eb62f-d405-4fd9-b8df-015f3c0cc064|pool-2-thread-9|||||DEBUG|500||Node template basic_onboard_pBuHvC 0 is not matching search criteria 2021-05-05T01:11:28.261Z|c89eb62f-d405-4fd9-b8df-015f3c0cc064|pool-2-thread-9|||||DEBUG|500||Node template abstract_ubuntu18 is not matching search criteria 2021-05-05T01:11:28.261Z|c89eb62f-d405-4fd9-b8df-015f3c0cc064|pool-2-thread-9|||||DEBUG|500||Node template ubuntu18 is not matching search criteria 2021-05-05T01:11:28.261Z|c89eb62f-d405-4fd9-b8df-015f3c0cc064|pool-2-thread-9|||||DEBUG|500||Node template ubuntu18_ubuntu18_admin_plane_port_0 is not matching search criteria 2021-05-05T01:11:28.261Z|c89eb62f-d405-4fd9-b8df-015f3c0cc064|pool-2-thread-9|||||DEBUG|500||Node template ubuntu18_admin_security_group is not matching search criteria 2021-05-05T01:11:28.261Z|c89eb62f-d405-4fd9-b8df-015f3c0cc064|pool-2-thread-9|||||DEBUG|500||Found topology templates [] matching following query criteria: sdcType=VF, customizationUUID=customizationUUID 2021-05-05T01:11:28.261Z|c89eb62f-d405-4fd9-b8df-015f3c0cc064|pool-2-thread-9|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive 2021-05-05T01:11:28.262Z|c89eb62f-d405-4fd9-b8df-015f3c0cc064|pool-2-thread-9|||||DEBUG|500||Service basic_onboard_pBuHvC is searched for EntityType=GROUP, nodeTemplateType=null, toscaType=org.openecomp.groups.VfModule, uUID=null, customizationUUID=null 2021-05-05T01:11:28.262Z|c89eb62f-d405-4fd9-b8df-015f3c0cc064|pool-2-thread-9|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive 2021-05-05T01:11:28.262Z|c89eb62f-d405-4fd9-b8df-015f3c0cc064|pool-2-thread-9|||||DEBUG|500||Node template basic_onboard_pBuHvC 0 is matching search criteria 2021-05-05T01:11:28.262Z|c89eb62f-d405-4fd9-b8df-015f3c0cc064|pool-2-thread-9|||||DEBUG|500||Found topology templates [basic_onboard_pBuHvC 0] matching following query criteria: sdcType=VF, customizationUUID=null 2021-05-05T01:11:28.262Z|c89eb62f-d405-4fd9-b8df-015f3c0cc064|pool-2-thread-9|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive 2021-05-05T01:11:28.262Z|c89eb62f-d405-4fd9-b8df-015f3c0cc064|pool-2-thread-9|||||DEBUG|500||Node template basic_onboard_pBuHvC 0 is matching search criteria 2021-05-05T01:11:28.263Z|c89eb62f-d405-4fd9-b8df-015f3c0cc064|pool-2-thread-9|||||DEBUG|500||Found topology templates [basic_onboard_pBuHvC 0] matching following query criteria: sdcType=VF, customizationUUID=null 2021-05-05T01:11:28.263Z|c89eb62f-d405-4fd9-b8df-015f3c0cc064|pool-2-thread-9|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive 2021-05-05T01:11:28.263Z|c89eb62f-d405-4fd9-b8df-015f3c0cc064|pool-2-thread-9|||||DEBUG|500||Node template basic_onboard_pBuHvC 0 is matching search criteria 2021-05-05T01:11:28.263Z|c89eb62f-d405-4fd9-b8df-015f3c0cc064|pool-2-thread-9|||||DEBUG|500||Found topology templates [basic_onboard_pBuHvC 0] matching following query criteria: sdcType=VF, customizationUUID=null 2021-05-05T01:11:28.263Z|c89eb62f-d405-4fd9-b8df-015f3c0cc064|pool-2-thread-9|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive 2021-05-05T01:11:28.263Z|c89eb62f-d405-4fd9-b8df-015f3c0cc064|pool-2-thread-9|||||DEBUG|500||Node template basic_onboard_pBuHvC 0 is not matching search criteria 2021-05-05T01:11:28.264Z|c89eb62f-d405-4fd9-b8df-015f3c0cc064|pool-2-thread-9|||||DEBUG|500||Node template abstract_ubuntu18 is matching search criteria 2021-05-05T01:11:28.264Z|c89eb62f-d405-4fd9-b8df-015f3c0cc064|pool-2-thread-9|||||DEBUG|500||Node template ubuntu18_admin_security_group is not matching search criteria 2021-05-05T01:11:28.264Z|c89eb62f-d405-4fd9-b8df-015f3c0cc064|pool-2-thread-9|||||DEBUG|500||Found topology templates [abstract_ubuntu18] matching following query criteria: sdcType=CVFC, customizationUUID=bde05a4d-91e8-433a-a47f-7571e9714693 2021-05-05T01:11:28.264Z|c89eb62f-d405-4fd9-b8df-015f3c0cc064|pool-2-thread-9|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive 2021-05-05T01:11:28.264Z|c89eb62f-d405-4fd9-b8df-015f3c0cc064|pool-2-thread-9|||||DEBUG|500||Service basic_onboard_pBuHvC is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=VL, toscaType=null, uUID=null, customizationUUID=null 2021-05-05T01:11:28.264Z|c89eb62f-d405-4fd9-b8df-015f3c0cc064|pool-2-thread-9|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive 2021-05-05T01:11:28.264Z|c89eb62f-d405-4fd9-b8df-015f3c0cc064|pool-2-thread-9|||||DEBUG|500||Service basic_onboard_pBuHvC is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=CR, toscaType=null, uUID=null, customizationUUID=null 2021-05-05T01:11:28.265Z|c89eb62f-d405-4fd9-b8df-015f3c0cc064|pool-2-thread-9|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive 2021-05-05T01:11:28.265Z|c89eb62f-d405-4fd9-b8df-015f3c0cc064|pool-2-thread-9|||||DEBUG|500||Service basic_onboard_pBuHvC is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=VF, toscaType=null, uUID=null, customizationUUID=null 2021-05-05T01:11:28.265Z|c89eb62f-d405-4fd9-b8df-015f3c0cc064|pool-2-thread-9|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive 2021-05-05T01:11:28.265Z|c89eb62f-d405-4fd9-b8df-015f3c0cc064|pool-2-thread-9|||||DEBUG|500||Service basic_onboard_pBuHvC is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=PNF, toscaType=null, uUID=null, customizationUUID=null 2021-05-05T01:11:28.265Z|c89eb62f-d405-4fd9-b8df-015f3c0cc064|pool-2-thread-9|||||DEBUG|500||CSAR Notification: Service Level Properties: Name:basic_onboard_pBuHvC Description:service Model UUID:0669cdcb-22e4-4d3e-a105-ea783d51f8b5 Model Version:NULL Model InvariantUuid:061ca4ba-b879-4d37-bf72-8cbf6e81c7ab Service Type: Service Role: WorkLoad Context:Production Environment Context:General_Revenue-Bearing VNF Properties: Model Name:basic_onboard_pBuHvC Model UUID:e5de3532-a99b-4904-b8dc-8c2cd9af751e Description:VF Version:1.0 Type:VF Category:Generic InvariantUuid:cdb3f7f4-8b7c-4a3d-9dba-eb2af2ab9b3c Max Instances:null Min Instances:null VNF Customization Properties: Customization UUID:b22ab7d6-360d-4c0e-bcf0-4b4819c5f247 NFFunction:null NFCode:null NFRole:null NFType:null MultiStageDesign:false VF Module Properties: ModelInvariantUuid:962e37fc-d7ad-4f9d-99bc-c9ed1942b404 ModelName:BasicOnboardPbuhvc..base_ubuntu18..module-0 ModelUuid:cc5ffc0c-8cf9-43b5-845c-ae32fa6da058 ModelVersion:1 Description:NULL VF Module Customization Properties: Model Customization UUID:NULL CVNFC Properties: ModelCustomizationUuid:bde05a4d-91e8-433a-a47f-7571e9714693 ModelInvariantUuid:b90d6aea-2a8e-4a80-9cd4-3ab21e85bff9 ModelName:basic_onboard_pBuHvC-nodes.ubuntu18Cvfc ModelUuid:7d4c26ba-f32d-4a75-bb06-6022fb32dad8 ModelVersion:1.0 Description:Complex node type that is used as nested type in VF Template Name:abstract_ubuntu18 VNFC Properties: ModelCustomizationUuid:f2bfde9a-b243-45cb-bfe8-26f91da1dc36 ModelInvariantUuid:4b4ca385-30d6-45e4-8e35-bcd9faf7b54a ModelName:BasicOnboardPbuhvc.compute.nodes.heat.ubuntu18 ModelUuid:cf20feba-31eb-448e-b863-ed368b11d856 ModelVersion:1.0 Description:Not reusable inner VFC Sub Category:Abstract VF Allotted Resource Properties: PNF Allotted Resource Properties: Hibernate: select toscacsar0_.ARTIFACT_UUID as artifact1_56_0_, toscacsar0_.ARTIFACT_CHECKSUM as artifact2_56_0_, toscacsar0_.CREATION_TIMESTAMP as creation3_56_0_, toscacsar0_.DESCRIPTION as descript4_56_0_, toscacsar0_.NAME as name5_56_0_, toscacsar0_.URL as url6_56_0_, toscacsar0_.Version as version7_56_0_ from tosca_csar toscacsar0_ where toscacsar0_.ARTIFACT_UUID=? 2021-05-05T01:11:28.271Z|c89eb62f-d405-4fd9-b8df-015f3c0cc064|pool-2-thread-9|||||INFO|500||Processing Resource Type: VF, Model UUID: 80f45927-2a1c-4c1d-9bd2-91a473957b89 Hibernate: select service0_.MODEL_UUID as model_uu1_49_, service0_.CDS_BLUEPRINT_NAME as cds_blue2_49_, service0_.CDS_BLUEPRINT_VERSION as cds_blue3_49_, service0_.SERVICE_CATEGORY as service_4_49_, service0_.CONTROLLER_ACTOR as controll5_49_, service0_.CREATION_TIMESTAMP as creation6_49_, service0_.TOSCA_CSAR_ARTIFACT_UUID as tosca_c21_49_, service0_.DESCRIPTION as descript7_49_, service0_.OVERALL_DISTRIBUTION_STATUS as overall_8_49_, service0_.ENVIRONMENT_CONTEXT as environm9_49_, service0_.MODEL_INVARIANT_UUID as model_i10_49_, service0_.MODEL_NAME as model_n11_49_, service0_.MODEL_VERSION as model_v12_49_, service0_.NAMING_POLICY as naming_13_49_, service0_.ONAP_GENERATED_NAMING as onap_ge14_49_, service0_.RESOURCE_ORDER as resourc15_49_, service0_.SERVICE_FUNCTION as service16_49_, service0_.SERVICE_ROLE as service17_49_, service0_.SERVICE_TYPE as service18_49_, service0_.SKIP_POST_INSTANTIATION_CONFIGURATION as skip_po19_49_, service0_.WORKLOAD_CONTEXT as workloa20_49_ from service service0_ where service0_.MODEL_UUID=? 2021-05-05T01:11:28.274Z|c89eb62f-d405-4fd9-b8df-015f3c0cc064|pool-2-thread-9|||||INFO|500||basic_onboard_pBuHvC 0 2021-05-05T01:11:28.274Z|c89eb62f-d405-4fd9-b8df-015f3c0cc064|pool-2-thread-9|||||DEBUG|500||Processing Resource Type: VF and Model UUID: 80f45927-2a1c-4c1d-9bd2-91a473957b89 2021-05-05T01:11:28.274Z|c89eb62f-d405-4fd9-b8df-015f3c0cc064|pool-2-thread-9|||||INFO|500||Trying to download the artifact UUID: fbeb2e2c-b7d3-4102-8445-edf115af3725 from URL: /sdc/v1/catalog/services/BasicOnboardPbuhvc/1.0/resourceInstances/basic_onboard_pbuhvc0/artifacts/basic_onboard_pbuhvc0_modules.json 2021-05-05T01:11:28.274Z|c89eb62f-d405-4fd9-b8df-015f3c0cc064|pool-2-thread-9|||||INFO|500||DistributionClient - download 2021-05-05T01:11:28.274Z|c89eb62f-d405-4fd9-b8df-015f3c0cc064|pool-2-thread-9|||||DEBUG|500||url to send https://sdc-be.onap:8443/sdc/v1/catalog/services/BasicOnboardPbuhvc/1.0/resourceInstances/basic_onboard_pbuhvc0/artifacts/basic_onboard_pbuhvc0_modules.json 2021-05-05T01:11:28.614Z|c89eb62f-d405-4fd9-b8df-015f3c0cc064|pool-2-thread-9|||||DEBUG|500||GET Response Status 200 2021-05-05T01:11:28.614Z|c89eb62f-d405-4fd9-b8df-015f3c0cc064|pool-2-thread-9|||||INFO|500||ASDC_ARTIFACT_DOWNLOAD_SUC /sdc/v1/catalog/services/BasicOnboardPbuhvc/1.0/resourceInstances/basic_onboard_pbuhvc0/artifacts/basic_onboard_pbuhvc0_modules.json fbeb2e2c-b7d3-4102-8445-edf115af3725 798 2021-05-05T01:11:28.614Z|c89eb62f-d405-4fd9-b8df-015f3c0cc064|pool-2-thread-9|||||INFO|500||ASDC_SEND_NOTIF_ASDC DOWNLOAD DOWNLOAD_OK /sdc/v1/catalog/services/BasicOnboardPbuhvc/1.0/resourceInstances/basic_onboard_pbuhvc0/artifacts/basic_onboard_pbuhvc0_modules.json ASDC sendASDCNotification 2021-05-05T01:11:28.614Z|c89eb62f-d405-4fd9-b8df-015f3c0cc064|pool-2-thread-9|||||DEBUG|500||Sending DOWNLOAD(DOWNLOAD_OK) notification to ASDC for artifact:/sdc/v1/catalog/services/BasicOnboardPbuhvc/1.0/resourceInstances/basic_onboard_pbuhvc0/artifacts/basic_onboard_pbuhvc0_modules.json 2021-05-05T01:11:28.615Z|c89eb62f-d405-4fd9-b8df-015f3c0cc064|pool-2-thread-9|||||INFO|500||DistributionClient - sendDownloadStatus 2021-05-05T01:11:28.615Z|c89eb62f-d405-4fd9-b8df-015f3c0cc064|pool-2-thread-9|||||INFO|500||DistributionClient - sendStatus 2021-05-05T01:11:28.617Z|c89eb62f-d405-4fd9-b8df-015f3c0cc064|pool-2-thread-9|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap] 2021-05-05T01:11:28.617Z|c89eb62f-d405-4fd9-b8df-015f3c0cc064|pool-2-thread-9|||||DEBUG|500||try to send status { "distributionID": "c89eb62f-d405-4fd9-b8df-015f3c0cc064", "consumerID": "SO-COpenSource-Env11", "timestamp": 1620177088614, "artifactURL": "/sdc/v1/catalog/services/BasicOnboardPbuhvc/1.0/resourceInstances/basic_onboard_pbuhvc0/artifacts/basic_onboard_pbuhvc0_modules.json", "status": "DOWNLOAD_OK" } 2021-05-05T01:11:28.717Z||pool-27-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms 2021-05-05T01:11:28.718Z||pool-27-thread-1|||||WARN|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO will send credentials over a clear channel. 2021-05-05T01:11:28.718Z||pool-27-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as a4LkjAbl6YzsGxek) ... 2021-05-05T01:11:28.725Z||pool-27-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK 2021-05-05T01:11:28.725Z||pool-27-thread-1|||||INFO|500||cambria reply ok (7 ms):{"serverTimeMs":0,"count":1} 2021-05-05T01:11:29.618Z|c89eb62f-d405-4fd9-b8df-015f3c0cc064|pool-2-thread-9|||||DEBUG|500||VF_MODULE_ARTIFACT: [ { "vfModuleModelName": "BasicOnboardPbuhvc..base_ubuntu18..module-0", "vfModuleModelInvariantUUID": "962e37fc-d7ad-4f9d-99bc-c9ed1942b404", "vfModuleModelVersion": "1", "vfModuleModelUUID": "cc5ffc0c-8cf9-43b5-845c-ae32fa6da058", "vfModuleModelCustomizationUUID": "1f7aa187-2ecd-4809-8b42-bffd9cba03ac", "isBase": true, "artifacts": [ "42e2f20b-45b3-4c03-8166-d7760308302f", "733a45d2-4803-42cd-835f-ff2f6dca017b" ], "properties": { "min_vf_module_instances": "1", "vf_module_label": "base_ubuntu18", "max_vf_module_instances": "1", "vfc_list": "", "vf_module_type": "Base", "vf_module_description": "", "initial_count": "1", "volume_group": "false", "availability_zone_count": "" } } ] 2021-05-05T01:11:29.624Z|c89eb62f-d405-4fd9-b8df-015f3c0cc064|pool-2-thread-9|||||DEBUG|500||VfModuleMetaData List: { VfModuleMetaData: VfModuleModelName:BasicOnboardPbuhvc..base_ubuntu18..module-0 VfModuleModelVersion:1 VfModuleModelUUID:cc5ffc0c-8cf9-43b5-845c-ae32fa6da058 VfModuleModelInvariantUUID:962e37fc-d7ad-4f9d-99bc-c9ed1942b404 VfModuleModelDescription:NULL Artifacts UUID List:{ 42e2f20b-45b3-4c03-8166-d7760308302f , 733a45d2-4803-42cd-835f-ff2f6dca017b } Properties List:{ min_vf_module_instances : 1 vf_module_label : base_ubuntu18 max_vf_module_instances : 1 vfc_list : vf_module_type : Base vf_module_description : initial_count : 1 volume_group : false availability_zone_count : } isBase:true } 2021-05-05T01:11:29.627Z|c89eb62f-d405-4fd9-b8df-015f3c0cc064|pool-2-thread-9|||||DEBUG|500||VF_MODULE_ARTIFACT: [ { "vfModuleModelName": "BasicOnboardPbuhvc..base_ubuntu18..module-0", "vfModuleModelInvariantUUID": "962e37fc-d7ad-4f9d-99bc-c9ed1942b404", "vfModuleModelVersion": "1", "vfModuleModelUUID": "cc5ffc0c-8cf9-43b5-845c-ae32fa6da058", "vfModuleModelCustomizationUUID": "1f7aa187-2ecd-4809-8b42-bffd9cba03ac", "isBase": true, "artifacts": [ "42e2f20b-45b3-4c03-8166-d7760308302f", "733a45d2-4803-42cd-835f-ff2f6dca017b" ], "properties": { "min_vf_module_instances": "1", "vf_module_label": "base_ubuntu18", "max_vf_module_instances": "1", "vfc_list": "", "vf_module_type": "Base", "vf_module_description": "", "initial_count": "1", "volume_group": "false", "availability_zone_count": "" } } ] 2021-05-05T01:11:29.627Z|c89eb62f-d405-4fd9-b8df-015f3c0cc064|pool-2-thread-9|||||DEBUG|500||VfModuleMetaData List: { VfModuleMetaData: VfModuleModelName:BasicOnboardPbuhvc..base_ubuntu18..module-0 VfModuleModelVersion:1 VfModuleModelUUID:cc5ffc0c-8cf9-43b5-845c-ae32fa6da058 VfModuleModelInvariantUUID:962e37fc-d7ad-4f9d-99bc-c9ed1942b404 VfModuleModelDescription:NULL Artifacts UUID List:{ 42e2f20b-45b3-4c03-8166-d7760308302f , 733a45d2-4803-42cd-835f-ff2f6dca017b } Properties List:{ min_vf_module_instances : 1 vf_module_label : base_ubuntu18 max_vf_module_instances : 1 vfc_list : vf_module_type : Base vf_module_description : initial_count : 1 volume_group : false availability_zone_count : } isBase:true } 2021-05-05T01:11:29.628Z|c89eb62f-d405-4fd9-b8df-015f3c0cc064|pool-2-thread-9|||||INFO|500||Trying to download the artifact UUID: 42e2f20b-45b3-4c03-8166-d7760308302f from URL: /sdc/v1/catalog/services/BasicOnboardPbuhvc/1.0/resourceInstances/basic_onboard_pbuhvc0/artifacts/base_ubuntu18.yaml 2021-05-05T01:11:29.628Z|c89eb62f-d405-4fd9-b8df-015f3c0cc064|pool-2-thread-9|||||INFO|500||DistributionClient - download 2021-05-05T01:11:29.628Z|c89eb62f-d405-4fd9-b8df-015f3c0cc064|pool-2-thread-9|||||DEBUG|500||url to send https://sdc-be.onap:8443/sdc/v1/catalog/services/BasicOnboardPbuhvc/1.0/resourceInstances/basic_onboard_pbuhvc0/artifacts/base_ubuntu18.yaml 2021-05-05T01:11:30.478Z|c89eb62f-d405-4fd9-b8df-015f3c0cc064|pool-2-thread-9|||||DEBUG|500||GET Response Status 200 2021-05-05T01:11:30.479Z|c89eb62f-d405-4fd9-b8df-015f3c0cc064|pool-2-thread-9|||||INFO|500||ASDC_ARTIFACT_DOWNLOAD_SUC /sdc/v1/catalog/services/BasicOnboardPbuhvc/1.0/resourceInstances/basic_onboard_pbuhvc0/artifacts/base_ubuntu18.yaml 42e2f20b-45b3-4c03-8166-d7760308302f 5033 2021-05-05T01:11:30.479Z|c89eb62f-d405-4fd9-b8df-015f3c0cc064|pool-2-thread-9|||||INFO|500||ASDC_SEND_NOTIF_ASDC DOWNLOAD DOWNLOAD_OK /sdc/v1/catalog/services/BasicOnboardPbuhvc/1.0/resourceInstances/basic_onboard_pbuhvc0/artifacts/base_ubuntu18.yaml ASDC sendASDCNotification 2021-05-05T01:11:30.479Z|c89eb62f-d405-4fd9-b8df-015f3c0cc064|pool-2-thread-9|||||DEBUG|500||Sending DOWNLOAD(DOWNLOAD_OK) notification to ASDC for artifact:/sdc/v1/catalog/services/BasicOnboardPbuhvc/1.0/resourceInstances/basic_onboard_pbuhvc0/artifacts/base_ubuntu18.yaml 2021-05-05T01:11:30.479Z|c89eb62f-d405-4fd9-b8df-015f3c0cc064|pool-2-thread-9|||||INFO|500||DistributionClient - sendDownloadStatus 2021-05-05T01:11:30.479Z|c89eb62f-d405-4fd9-b8df-015f3c0cc064|pool-2-thread-9|||||INFO|500||DistributionClient - sendStatus 2021-05-05T01:11:30.481Z|c89eb62f-d405-4fd9-b8df-015f3c0cc064|pool-2-thread-9|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap] 2021-05-05T01:11:30.481Z|c89eb62f-d405-4fd9-b8df-015f3c0cc064|pool-2-thread-9|||||DEBUG|500||try to send status { "distributionID": "c89eb62f-d405-4fd9-b8df-015f3c0cc064", "consumerID": "SO-COpenSource-Env11", "timestamp": 1620177090479, "artifactURL": "/sdc/v1/catalog/services/BasicOnboardPbuhvc/1.0/resourceInstances/basic_onboard_pbuhvc0/artifacts/base_ubuntu18.yaml", "status": "DOWNLOAD_OK" } 2021-05-05T01:11:30.581Z||pool-28-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms 2021-05-05T01:11:30.581Z||pool-28-thread-1|||||WARN|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO will send credentials over a clear channel. 2021-05-05T01:11:30.582Z||pool-28-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as a4LkjAbl6YzsGxek) ... 2021-05-05T01:11:30.588Z||pool-28-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK 2021-05-05T01:11:30.588Z||pool-28-thread-1|||||INFO|500||cambria reply ok (7 ms):{"serverTimeMs":0,"count":1} 2021-05-05T01:11:31.481Z|c89eb62f-d405-4fd9-b8df-015f3c0cc064|pool-2-thread-9|||||INFO|500||Trying to download the artifact UUID: 733a45d2-4803-42cd-835f-ff2f6dca017b from URL: /sdc/v1/catalog/services/BasicOnboardPbuhvc/1.0/resourceInstances/basic_onboard_pbuhvc0/artifacts/base_ubuntu18.env 2021-05-05T01:11:31.482Z|c89eb62f-d405-4fd9-b8df-015f3c0cc064|pool-2-thread-9|||||INFO|500||DistributionClient - download 2021-05-05T01:11:31.482Z|c89eb62f-d405-4fd9-b8df-015f3c0cc064|pool-2-thread-9|||||DEBUG|500||url to send https://sdc-be.onap:8443/sdc/v1/catalog/services/BasicOnboardPbuhvc/1.0/resourceInstances/basic_onboard_pbuhvc0/artifacts/base_ubuntu18.env 2021-05-05T01:11:32.578Z|c89eb62f-d405-4fd9-b8df-015f3c0cc064|pool-2-thread-9|||||DEBUG|500||GET Response Status 200 2021-05-05T01:11:32.579Z|c89eb62f-d405-4fd9-b8df-015f3c0cc064|pool-2-thread-9|||||INFO|500||ASDC_ARTIFACT_DOWNLOAD_SUC /sdc/v1/catalog/services/BasicOnboardPbuhvc/1.0/resourceInstances/basic_onboard_pbuhvc0/artifacts/base_ubuntu18.env 733a45d2-4803-42cd-835f-ff2f6dca017b 909 2021-05-05T01:11:32.579Z|c89eb62f-d405-4fd9-b8df-015f3c0cc064|pool-2-thread-9|||||INFO|500||ASDC_SEND_NOTIF_ASDC DOWNLOAD DOWNLOAD_OK /sdc/v1/catalog/services/BasicOnboardPbuhvc/1.0/resourceInstances/basic_onboard_pbuhvc0/artifacts/base_ubuntu18.env ASDC sendASDCNotification 2021-05-05T01:11:32.579Z|c89eb62f-d405-4fd9-b8df-015f3c0cc064|pool-2-thread-9|||||DEBUG|500||Sending DOWNLOAD(DOWNLOAD_OK) notification to ASDC for artifact:/sdc/v1/catalog/services/BasicOnboardPbuhvc/1.0/resourceInstances/basic_onboard_pbuhvc0/artifacts/base_ubuntu18.env 2021-05-05T01:11:32.580Z|c89eb62f-d405-4fd9-b8df-015f3c0cc064|pool-2-thread-9|||||INFO|500||DistributionClient - sendDownloadStatus 2021-05-05T01:11:32.580Z|c89eb62f-d405-4fd9-b8df-015f3c0cc064|pool-2-thread-9|||||INFO|500||DistributionClient - sendStatus 2021-05-05T01:11:32.582Z|c89eb62f-d405-4fd9-b8df-015f3c0cc064|pool-2-thread-9|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap] 2021-05-05T01:11:32.583Z|c89eb62f-d405-4fd9-b8df-015f3c0cc064|pool-2-thread-9|||||DEBUG|500||try to send status { "distributionID": "c89eb62f-d405-4fd9-b8df-015f3c0cc064", "consumerID": "SO-COpenSource-Env11", "timestamp": 1620177092579, "artifactURL": "/sdc/v1/catalog/services/BasicOnboardPbuhvc/1.0/resourceInstances/basic_onboard_pbuhvc0/artifacts/base_ubuntu18.env", "status": "DOWNLOAD_OK" } 2021-05-05T01:11:32.683Z||pool-29-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms 2021-05-05T01:11:32.683Z||pool-29-thread-1|||||WARN|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO will send credentials over a clear channel. 2021-05-05T01:11:32.683Z||pool-29-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as a4LkjAbl6YzsGxek) ... 2021-05-05T01:11:32.690Z||pool-29-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK 2021-05-05T01:11:32.690Z||pool-29-thread-1|||||INFO|500||cambria reply ok (7 ms):{"serverTimeMs":0,"count":1} 2021-05-05T01:11:33.583Z|c89eb62f-d405-4fd9-b8df-015f3c0cc064|pool-2-thread-9|||||DEBUG|500||Preparing to deploy Service: 0669cdcb-22e4-4d3e-a105-ea783d51f8b5 2021-05-05T01:11:33.583Z|c89eb62f-d405-4fd9-b8df-015f3c0cc064|pool-2-thread-9|||||INFO|500||ASDC_START_DEPLOY_ARTIFACT basic_onboard_pBuHvC 0 80f45927-2a1c-4c1d-9bd2-91a473957b89 ASDC Hibernate: select heattempla0_.ARTIFACT_UUID as artifact1_28_, heattempla0_.ARTIFACT_CHECKSUM as artifact2_28_, heattempla0_.CREATION_TIMESTAMP as creation3_28_, heattempla0_.DESCRIPTION as descript4_28_, heattempla0_.BODY as body5_28_, heattempla0_.NAME as name6_28_, heattempla0_.TIMEOUT_MINUTES as timeout_7_28_, heattempla0_.VERSION as version8_28_ from heat_template heattempla0_ where heattempla0_.ARTIFACT_UUID=? Hibernate: select heatenviro0_.ARTIFACT_UUID as artifact1_25_, heatenviro0_.ARTIFACT_CHECKSUM as artifact2_25_, heatenviro0_.CREATION_TIMESTAMP as creation3_25_, heatenviro0_.DESCRIPTION as descript4_25_, heatenviro0_.BODY as body5_25_, heatenviro0_.NAME as name6_25_, heatenviro0_.VERSION as version7_25_ from heat_environment heatenviro0_ where heatenviro0_.ARTIFACT_UUID=? Hibernate: select toscacsar0_.ARTIFACT_UUID as artifact1_56_0_, toscacsar0_.ARTIFACT_CHECKSUM as artifact2_56_0_, toscacsar0_.CREATION_TIMESTAMP as creation3_56_0_, toscacsar0_.DESCRIPTION as descript4_56_0_, toscacsar0_.NAME as name5_56_0_, toscacsar0_.URL as url6_56_0_, toscacsar0_.Version as version7_56_0_ from tosca_csar toscacsar0_ where toscacsar0_.ARTIFACT_UUID=? Hibernate: select service0_.MODEL_UUID as model_uu1_49_, service0_.CDS_BLUEPRINT_NAME as cds_blue2_49_, service0_.CDS_BLUEPRINT_VERSION as cds_blue3_49_, service0_.SERVICE_CATEGORY as service_4_49_, service0_.CONTROLLER_ACTOR as controll5_49_, service0_.CREATION_TIMESTAMP as creation6_49_, service0_.TOSCA_CSAR_ARTIFACT_UUID as tosca_c21_49_, service0_.DESCRIPTION as descript7_49_, service0_.OVERALL_DISTRIBUTION_STATUS as overall_8_49_, service0_.ENVIRONMENT_CONTEXT as environm9_49_, service0_.MODEL_INVARIANT_UUID as model_i10_49_, service0_.MODEL_NAME as model_n11_49_, service0_.MODEL_VERSION as model_v12_49_, service0_.NAMING_POLICY as naming_13_49_, service0_.ONAP_GENERATED_NAMING as onap_ge14_49_, service0_.RESOURCE_ORDER as resourc15_49_, service0_.SERVICE_FUNCTION as service16_49_, service0_.SERVICE_ROLE as service17_49_, service0_.SERVICE_TYPE as service18_49_, service0_.SKIP_POST_INSTANTIATION_CONFIGURATION as skip_po19_49_, service0_.WORKLOAD_CONTEXT as workloa20_49_ from service service0_ where service0_.MODEL_UUID=? 2021-05-05T01:11:33.600Z|c89eb62f-d405-4fd9-b8df-015f3c0cc064|pool-2-thread-9|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive 2021-05-05T01:11:33.600Z|c89eb62f-d405-4fd9-b8df-015f3c0cc064|pool-2-thread-9|||||DEBUG|500||Service basic_onboard_pBuHvC is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=VF, toscaType=null, uUID=null, customizationUUID=null 2021-05-05T01:11:33.601Z|c89eb62f-d405-4fd9-b8df-015f3c0cc064|pool-2-thread-9|||||DEBUG|500||VF Category is: Generic 2021-05-05T01:11:33.601Z|c89eb62f-d405-4fd9-b8df-015f3c0cc064|pool-2-thread-9|||||DEBUG|500||VFCustomizationUUID= b22ab7d6-360d-4c0e-bcf0-4b4819c5f247 2021-05-05T01:11:33.601Z|c89eb62f-d405-4fd9-b8df-015f3c0cc064|pool-2-thread-9|||||DEBUG|500||Checking if Notification VF ResourceCustomizationUUID: b22ab7d6-360d-4c0e-bcf0-4b4819c5f247 matches Tosca VF Customization UUID: b22ab7d6-360d-4c0e-bcf0-4b4819c5f247 2021-05-05T01:11:33.601Z|c89eb62f-d405-4fd9-b8df-015f3c0cc064|pool-2-thread-9|||||DEBUG|500||vfCustomizationUUID: b22ab7d6-360d-4c0e-bcf0-4b4819c5f247 matches vfNotificationResource CustomizationUUID Hibernate: select vnfresourc0_.MODEL_UUID as model_uu1_63_, vnfresourc0_.AIC_VERSION_MAX as aic_vers2_63_, vnfresourc0_.AIC_VERSION_MIN as aic_vers3_63_, vnfresourc0_.RESOURCE_CATEGORY as resource4_63_, vnfresourc0_.CREATION_TIMESTAMP as creation5_63_, vnfresourc0_.DESCRIPTION as descript6_63_, vnfresourc0_.HEAT_TEMPLATE_ARTIFACT_UUID as heat_te13_63_, vnfresourc0_.MODEL_INVARIANT_UUID as model_in7_63_, vnfresourc0_.MODEL_NAME as model_na8_63_, vnfresourc0_.MODEL_VERSION as model_ve9_63_, vnfresourc0_.ORCHESTRATION_MODE as orchest10_63_, vnfresourc0_.RESOURCE_SUB_CATEGORY as resourc11_63_, vnfresourc0_.TOSCA_NODE_TYPE as tosca_n12_63_ from vnf_resource vnfresourc0_ where vnfresourc0_.MODEL_UUID=? 2021-05-05T01:11:33.603Z|c89eb62f-d405-4fd9-b8df-015f3c0cc064|pool-2-thread-9|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive 2021-05-05T01:11:33.603Z|c89eb62f-d405-4fd9-b8df-015f3c0cc064|pool-2-thread-9|||||DEBUG|500||Service basic_onboard_pBuHvC is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=null, toscaType=null, uUID=null, customizationUUID=null 2021-05-05T01:11:33.604Z|c89eb62f-d405-4fd9-b8df-015f3c0cc064|pool-2-thread-9|||||DEBUG|500||resource request for resource customization id b22ab7d6-360d-4c0e-bcf0-4b4819c5f247: {\"vf_module_id\":\"Ubuntu18-VF-module\",\"skip_post_instantiation_configuration\":\"true\",\"nf_naming\":\"true\",\"multi_stage_design\":\"false\",\"controller_actor\":\"SO-REF-DATA\",\"availability_zone_max_count\":\"1\",\"vnf_name\":\"Ubuntu18-VNF-name\",\"ubuntu18_name_0\":\"ubuntu18\",\"ubuntu18_pub_key\":\"ssh-rsa AAAAB3NzaC1yc2EAAAADAQABAAABgQC3dbqgymZVpu2cIWqzlKNxnOy2Qjt07NZxaXtQyu9dr0kbmursTE5N0IW0qg/rsCXgw2vjjdPOxU6jtrTbyzbAmo9F6LtS9oqvct9LmLjDNyiQFuCPETIBGy43daDVgw3hrg3f9ihN88V/JwnI9n3ZFn8Wy15KV6XCHn3MASV31YnbkjruUtj7rZm5V8NUwAteZ91k5T7WBpywt483rrkeQjEzyKiVSmmOhHWNSmbnko9XzO7QDUHfVIk5qCf/aBES7hcE0YiqX5lfLamSyCqOGANnv+AN2opDEakUeCyJHZrsk3Nkk7A9p+CNlq42sUEKtrO0xiH63viMA6eBYSiaQPzckdq/T52naozx/Oj9ITCgX/6XjldMUF99afIydpC6+kymflTYA8P/9u1Ih93+Vjg1Bf2e4lJaf9z9frXcB9F+ZRDq6feN+XQ93Q8xQ9blu9Gq8BZUbPvAQxW0UaryeuzhCKx4QA33qqYA+tmWVXTsaG0uow6f0hm7z+pkYCM= master@Utilisateur-PC\",\"dcae_collector_ip\":\"10.4.2.166\",\"vnf_id\":\"Ubuntu18-VNF\",\"dcae_collector_port\":\"30417\",\"ubuntu18_flavor_name\":\"m1.small\",\"admin_plane_net_name\":\"admin\",\"ubuntu18_image_name\":\"ubuntu-18.04-daily\"} 2021-05-05T01:11:33.604Z|c89eb62f-d405-4fd9-b8df-015f3c0cc064|pool-2-thread-9|||||DEBUG|500||vfModuleStructure: org.onap.so.asdc.installer.VfModuleStructure@4a9942df 2021-05-05T01:11:33.604Z|c89eb62f-d405-4fd9-b8df-015f3c0cc064|pool-2-thread-9|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive 2021-05-05T01:11:33.604Z|c89eb62f-d405-4fd9-b8df-015f3c0cc064|pool-2-thread-9|||||DEBUG|500||Service basic_onboard_pBuHvC is searched for EntityType=GROUP, nodeTemplateType=null, toscaType=org.openecomp.groups.VfModule, uUID=null, customizationUUID=null 2021-05-05T01:11:33.604Z|c89eb62f-d405-4fd9-b8df-015f3c0cc064|pool-2-thread-9|||||DEBUG|500||Comparing Vf_Modules_Metadata CustomizationUUID : 1f7aa187-2ecd-4809-8b42-bffd9cba03ac 2021-05-05T01:11:33.605Z|c89eb62f-d405-4fd9-b8df-015f3c0cc064|pool-2-thread-9|||||DEBUG|500||To Csar Group VFModuleModelCustomizationUUID 1f7aa187-2ecd-4809-8b42-bffd9cba03ac Hibernate: select vfmodule0_.MODEL_UUID as model_uu1_58_, vfmodule0_.CREATION_TIMESTAMP as creation2_58_, vfmodule0_.DESCRIPTION as descript3_58_, vfmodule0_.IS_BASE as is_base4_58_, vfmodule0_.MODEL_INVARIANT_UUID as model_in5_58_, vfmodule0_.MODEL_NAME as model_na6_58_, vfmodule0_.MODEL_VERSION as model_ve7_58_, vfmodule0_.HEAT_TEMPLATE_ARTIFACT_UUID as heat_tem8_58_, vfmodule0_.VNF_RESOURCE_MODEL_UUID as vnf_reso9_58_, vfmodule0_.VOL_HEAT_TEMPLATE_ARTIFACT_UUID as vol_hea10_58_ from vf_module vfmodule0_ where vfmodule0_.MODEL_UUID=? 2021-05-05T01:11:33.606Z|c89eb62f-d405-4fd9-b8df-015f3c0cc064|pool-2-thread-9|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive 2021-05-05T01:11:33.607Z|c89eb62f-d405-4fd9-b8df-015f3c0cc064|pool-2-thread-9|||||DEBUG|500||Node template basic_onboard_pBuHvC 0 is matching search criteria 2021-05-05T01:11:33.607Z|c89eb62f-d405-4fd9-b8df-015f3c0cc064|pool-2-thread-9|||||DEBUG|500||Found topology templates [basic_onboard_pBuHvC 0] matching following query criteria: sdcType=VF, customizationUUID=null 2021-05-05T01:11:33.607Z|c89eb62f-d405-4fd9-b8df-015f3c0cc064|pool-2-thread-9|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive 2021-05-05T01:11:33.607Z|c89eb62f-d405-4fd9-b8df-015f3c0cc064|pool-2-thread-9|||||DEBUG|500||Node template basic_onboard_pBuHvC 0 is matching search criteria 2021-05-05T01:11:33.608Z|c89eb62f-d405-4fd9-b8df-015f3c0cc064|pool-2-thread-9|||||DEBUG|500||Found topology templates [basic_onboard_pBuHvC 0] matching following query criteria: sdcType=VF, customizationUUID=null 2021-05-05T01:11:33.608Z|c89eb62f-d405-4fd9-b8df-015f3c0cc064|pool-2-thread-9|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive 2021-05-05T01:11:33.608Z|c89eb62f-d405-4fd9-b8df-015f3c0cc064|pool-2-thread-9|||||DEBUG|500||Node template basic_onboard_pBuHvC 0 is not matching search criteria 2021-05-05T01:11:33.608Z|c89eb62f-d405-4fd9-b8df-015f3c0cc064|pool-2-thread-9|||||DEBUG|500||Node template abstract_ubuntu18 is matching search criteria 2021-05-05T01:11:33.608Z|c89eb62f-d405-4fd9-b8df-015f3c0cc064|pool-2-thread-9|||||DEBUG|500||Node template ubuntu18_admin_security_group is not matching search criteria 2021-05-05T01:11:33.608Z|c89eb62f-d405-4fd9-b8df-015f3c0cc064|pool-2-thread-9|||||DEBUG|500||Found topology templates [abstract_ubuntu18] matching following query criteria: sdcType=CVFC, customizationUUID=bde05a4d-91e8-433a-a47f-7571e9714693 Hibernate: select vnfccustom0_.MODEL_CUSTOMIZATION_UUID as model_cu1_66_, vnfccustom0_.CREATION_TIMESTAMP as creation2_66_, vnfccustom0_.DESCRIPTION as descript3_66_, vnfccustom0_.MODEL_INSTANCE_NAME as model_in4_66_, vnfccustom0_.MODEL_INVARIANT_UUID as model_in5_66_, vnfccustom0_.MODEL_NAME as model_na6_66_, vnfccustom0_.MODEL_UUID as model_uu7_66_, vnfccustom0_.MODEL_VERSION as model_ve8_66_, vnfccustom0_.RESOURCE_INPUT as resource9_66_, vnfccustom0_.TOSCA_NODE_TYPE as tosca_n10_66_, vnfccustom0_.VNFC_INSTANCE_GROUP_CUSTOMIZATION_ID as vnfc_in11_66_ from vnfc_customization vnfccustom0_ where vnfccustom0_.MODEL_CUSTOMIZATION_UUID=? 2021-05-05T01:11:33.610Z|c89eb62f-d405-4fd9-b8df-015f3c0cc064|pool-2-thread-9|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive 2021-05-05T01:11:33.610Z|c89eb62f-d405-4fd9-b8df-015f3c0cc064|pool-2-thread-9|||||DEBUG|500||Node template basic_onboard_pBuHvC 0 is matching search criteria 2021-05-05T01:11:33.610Z|c89eb62f-d405-4fd9-b8df-015f3c0cc064|pool-2-thread-9|||||DEBUG|500||Found topology templates [basic_onboard_pBuHvC 0] matching following query criteria: sdcType=VF, customizationUUID=null 2021-05-05T01:11:33.611Z|c89eb62f-d405-4fd9-b8df-015f3c0cc064|pool-2-thread-9|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive 2021-05-05T01:11:33.611Z|c89eb62f-d405-4fd9-b8df-015f3c0cc064|pool-2-thread-9|||||DEBUG|500||Node template basic_onboard_pBuHvC 0 is matching search criteria 2021-05-05T01:11:33.611Z|c89eb62f-d405-4fd9-b8df-015f3c0cc064|pool-2-thread-9|||||DEBUG|500||Found topology templates [basic_onboard_pBuHvC 0] matching following query criteria: sdcType=VF, customizationUUID=b22ab7d6-360d-4c0e-bcf0-4b4819c5f247 Hibernate: select service0_.MODEL_UUID as model_uu1_49_, service0_.CDS_BLUEPRINT_NAME as cds_blue2_49_, service0_.CDS_BLUEPRINT_VERSION as cds_blue3_49_, service0_.SERVICE_CATEGORY as service_4_49_, service0_.CONTROLLER_ACTOR as controll5_49_, service0_.CREATION_TIMESTAMP as creation6_49_, service0_.TOSCA_CSAR_ARTIFACT_UUID as tosca_c21_49_, service0_.DESCRIPTION as descript7_49_, service0_.OVERALL_DISTRIBUTION_STATUS as overall_8_49_, service0_.ENVIRONMENT_CONTEXT as environm9_49_, service0_.MODEL_INVARIANT_UUID as model_i10_49_, service0_.MODEL_NAME as model_n11_49_, service0_.MODEL_VERSION as model_v12_49_, service0_.NAMING_POLICY as naming_13_49_, service0_.ONAP_GENERATED_NAMING as onap_ge14_49_, service0_.RESOURCE_ORDER as resourc15_49_, service0_.SERVICE_FUNCTION as service16_49_, service0_.SERVICE_ROLE as service17_49_, service0_.SERVICE_TYPE as service18_49_, service0_.SKIP_POST_INSTANTIATION_CONFIGURATION as skip_po19_49_, service0_.WORKLOAD_CONTEXT as workloa20_49_ from service service0_ where service0_.MODEL_UUID=? 2021-05-05T01:11:33.612Z|c89eb62f-d405-4fd9-b8df-015f3c0cc064|pool-2-thread-9|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive 2021-05-05T01:11:33.612Z|c89eb62f-d405-4fd9-b8df-015f3c0cc064|pool-2-thread-9|||||DEBUG|500||Service basic_onboard_pBuHvC is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=null, toscaType=null, uUID=null, customizationUUID=null 2021-05-05T01:11:33.612Z|c89eb62f-d405-4fd9-b8df-015f3c0cc064|pool-2-thread-9|||||DEBUG|500|| resourceSeq for service uuid 0669cdcb-22e4-4d3e-a105-ea783d51f8b5: basic_onboard_pBuHvC 2021-05-05T01:11:33.613Z|c89eb62f-d405-4fd9-b8df-015f3c0cc064|pool-2-thread-9|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive 2021-05-05T01:11:33.613Z|c89eb62f-d405-4fd9-b8df-015f3c0cc064|pool-2-thread-9|||||DEBUG|500||Service basic_onboard_pBuHvC is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=PNF, toscaType=null, uUID=null, customizationUUID=null 2021-05-05T01:11:33.613Z|c89eb62f-d405-4fd9-b8df-015f3c0cc064|pool-2-thread-9|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive 2021-05-05T01:11:33.613Z|c89eb62f-d405-4fd9-b8df-015f3c0cc064|pool-2-thread-9|||||DEBUG|500||Service basic_onboard_pBuHvC is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=VL, toscaType=null, uUID=null, customizationUUID=null 2021-05-05T01:11:33.613Z|c89eb62f-d405-4fd9-b8df-015f3c0cc064|pool-2-thread-9|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive 2021-05-05T01:11:33.613Z|c89eb62f-d405-4fd9-b8df-015f3c0cc064|pool-2-thread-9|||||DEBUG|500||Service basic_onboard_pBuHvC is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=CR, toscaType=null, uUID=null, customizationUUID=null 2021-05-05T01:11:33.614Z|c89eb62f-d405-4fd9-b8df-015f3c0cc064|pool-2-thread-9|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive 2021-05-05T01:11:33.614Z|c89eb62f-d405-4fd9-b8df-015f3c0cc064|pool-2-thread-9|||||DEBUG|500||Service basic_onboard_pBuHvC is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=SERVICE_PROXY, toscaType=null, uUID=null, customizationUUID=null 2021-05-05T01:11:33.614Z|c89eb62f-d405-4fd9-b8df-015f3c0cc064|pool-2-thread-9|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive 2021-05-05T01:11:33.614Z|c89eb62f-d405-4fd9-b8df-015f3c0cc064|pool-2-thread-9|||||DEBUG|500||Service basic_onboard_pBuHvC is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=CONFIGURATION, toscaType=null, uUID=null, customizationUUID=null 2021-05-05T01:11:33.614Z|c89eb62f-d405-4fd9-b8df-015f3c0cc064|pool-2-thread-9|||||INFO|500||Saving Service: basic_onboard_pBuHvC Hibernate: select service0_.MODEL_UUID as model_uu1_49_3_, service0_.CDS_BLUEPRINT_NAME as cds_blue2_49_3_, service0_.CDS_BLUEPRINT_VERSION as cds_blue3_49_3_, service0_.SERVICE_CATEGORY as service_4_49_3_, service0_.CONTROLLER_ACTOR as controll5_49_3_, service0_.CREATION_TIMESTAMP as creation6_49_3_, service0_.TOSCA_CSAR_ARTIFACT_UUID as tosca_c21_49_3_, service0_.DESCRIPTION as descript7_49_3_, service0_.OVERALL_DISTRIBUTION_STATUS as overall_8_49_3_, service0_.ENVIRONMENT_CONTEXT as environm9_49_3_, service0_.MODEL_INVARIANT_UUID as model_i10_49_3_, service0_.MODEL_NAME as model_n11_49_3_, service0_.MODEL_VERSION as model_v12_49_3_, service0_.NAMING_POLICY as naming_13_49_3_, service0_.ONAP_GENERATED_NAMING as onap_ge14_49_3_, service0_.RESOURCE_ORDER as resourc15_49_3_, service0_.SERVICE_FUNCTION as service16_49_3_, service0_.SERVICE_ROLE as service17_49_3_, service0_.SERVICE_TYPE as service18_49_3_, service0_.SKIP_POST_INSTANTIATION_CONFIGURATION as skip_po19_49_3_, service0_.WORKLOAD_CONTEXT as workloa20_49_3_, allottedcu1_.SERVICE_MODEL_UUID as service_1_8_5_, allottedre2_.MODEL_CUSTOMIZATION_UUID as resource2_8_5_, allottedre2_.MODEL_CUSTOMIZATION_UUID as model_cu1_7_0_, allottedre2_.AR_MODEL_UUID as ar_mode15_7_0_, allottedre2_.CREATION_TIMESTAMP as creation2_7_0_, allottedre2_.MAX_INSTANCES as max_inst3_7_0_, allottedre2_.MIN_INSTANCES as min_inst4_7_0_, allottedre2_.MODEL_INSTANCE_NAME as model_in5_7_0_, allottedre2_.NF_FUNCTION as nf_funct6_7_0_, allottedre2_.NF_NAMING_CODE as nf_namin7_7_0_, allottedre2_.NF_ROLE as nf_role8_7_0_, allottedre2_.NF_TYPE as nf_type9_7_0_, allottedre2_.PROVIDING_SERVICE_MODEL_INVARIANT_UUID as providi10_7_0_, allottedre2_.PROVIDING_SERVICE_MODEL_NAME as providi11_7_0_, allottedre2_.PROVIDING_SERVICE_MODEL_UUID as providi12_7_0_, allottedre2_.RESOURCE_INPUT as resourc13_7_0_, allottedre2_.TARGET_NETWORK_ROLE as target_14_7_0_, allottedre3_.MODEL_UUID as model_uu1_6_1_, allottedre3_.CREATION_TIMESTAMP as creation2_6_1_, allottedre3_.DESCRIPTION as descript3_6_1_, allottedre3_.MODEL_INVARIANT_UUID as model_in4_6_1_, allottedre3_.MODEL_NAME as model_na5_6_1_, allottedre3_.MODEL_VERSION as model_ve6_6_1_, allottedre3_.SUBCATEGORY as subcateg7_6_1_, allottedre3_.TOSCA_NODE_TYPE as tosca_no8_6_1_, toscacsar4_.ARTIFACT_UUID as artifact1_56_2_, toscacsar4_.ARTIFACT_CHECKSUM as artifact2_56_2_, toscacsar4_.CREATION_TIMESTAMP as creation3_56_2_, toscacsar4_.DESCRIPTION as descript4_56_2_, toscacsar4_.NAME as name5_56_2_, toscacsar4_.URL as url6_56_2_, toscacsar4_.Version as version7_56_2_ from service service0_ left outer join allotted_resource_customization_to_service allottedcu1_ on service0_.MODEL_UUID=allottedcu1_.SERVICE_MODEL_UUID left outer join allotted_resource_customization allottedre2_ on allottedcu1_.RESOURCE_MODEL_CUSTOMIZATION_UUID=allottedre2_.MODEL_CUSTOMIZATION_UUID left outer join allotted_resource allottedre3_ on allottedre2_.AR_MODEL_UUID=allottedre3_.MODEL_UUID left outer join tosca_csar toscacsar4_ on service0_.TOSCA_CSAR_ARTIFACT_UUID=toscacsar4_.ARTIFACT_UUID where service0_.MODEL_UUID=? Hibernate: select toscacsar0_.ARTIFACT_UUID as artifact1_56_1_, toscacsar0_.ARTIFACT_CHECKSUM as artifact2_56_1_, toscacsar0_.CREATION_TIMESTAMP as creation3_56_1_, toscacsar0_.DESCRIPTION as descript4_56_1_, toscacsar0_.NAME as name5_56_1_, toscacsar0_.URL as url6_56_1_, toscacsar0_.Version as version7_56_1_, services1_.TOSCA_CSAR_ARTIFACT_UUID as tosca_c21_49_3_, services1_.MODEL_UUID as model_uu1_49_3_, services1_.MODEL_UUID as model_uu1_49_0_, services1_.CDS_BLUEPRINT_NAME as cds_blue2_49_0_, services1_.CDS_BLUEPRINT_VERSION as cds_blue3_49_0_, services1_.SERVICE_CATEGORY as service_4_49_0_, services1_.CONTROLLER_ACTOR as controll5_49_0_, services1_.CREATION_TIMESTAMP as creation6_49_0_, services1_.TOSCA_CSAR_ARTIFACT_UUID as tosca_c21_49_0_, services1_.DESCRIPTION as descript7_49_0_, services1_.OVERALL_DISTRIBUTION_STATUS as overall_8_49_0_, services1_.ENVIRONMENT_CONTEXT as environm9_49_0_, services1_.MODEL_INVARIANT_UUID as model_i10_49_0_, services1_.MODEL_NAME as model_n11_49_0_, services1_.MODEL_VERSION as model_v12_49_0_, services1_.NAMING_POLICY as naming_13_49_0_, services1_.ONAP_GENERATED_NAMING as onap_ge14_49_0_, services1_.RESOURCE_ORDER as resourc15_49_0_, services1_.SERVICE_FUNCTION as service16_49_0_, services1_.SERVICE_ROLE as service17_49_0_, services1_.SERVICE_TYPE as service18_49_0_, services1_.SKIP_POST_INSTANTIATION_CONFIGURATION as skip_po19_49_0_, services1_.WORKLOAD_CONTEXT as workloa20_49_0_ from tosca_csar toscacsar0_ left outer join service services1_ on toscacsar0_.ARTIFACT_UUID=services1_.TOSCA_CSAR_ARTIFACT_UUID where toscacsar0_.ARTIFACT_UUID=? Hibernate: insert into tosca_csar (ARTIFACT_CHECKSUM, CREATION_TIMESTAMP, DESCRIPTION, NAME, URL, Version, ARTIFACT_UUID) values (?, ?, ?, ?, ?, ?, ?) Hibernate: insert into service (CDS_BLUEPRINT_NAME, CDS_BLUEPRINT_VERSION, SERVICE_CATEGORY, CONTROLLER_ACTOR, CREATION_TIMESTAMP, TOSCA_CSAR_ARTIFACT_UUID, DESCRIPTION, OVERALL_DISTRIBUTION_STATUS, ENVIRONMENT_CONTEXT, MODEL_INVARIANT_UUID, MODEL_NAME, MODEL_VERSION, NAMING_POLICY, ONAP_GENERATED_NAMING, RESOURCE_ORDER, SERVICE_FUNCTION, SERVICE_ROLE, SERVICE_TYPE, SKIP_POST_INSTANTIATION_CONFIGURATION, WORKLOAD_CONTEXT, MODEL_UUID) values (?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?) Hibernate: insert into service_info (SERVICE_MODEL_UUID, SERVICE_INPUT, SERVICE_PROPERTIES) values (?, ?, ?) Hibernate: select vnfresourc0_.MODEL_UUID as model_uu1_63_0_, vnfresourc0_.AIC_VERSION_MAX as aic_vers2_63_0_, vnfresourc0_.AIC_VERSION_MIN as aic_vers3_63_0_, vnfresourc0_.RESOURCE_CATEGORY as resource4_63_0_, vnfresourc0_.CREATION_TIMESTAMP as creation5_63_0_, vnfresourc0_.DESCRIPTION as descript6_63_0_, vnfresourc0_.HEAT_TEMPLATE_ARTIFACT_UUID as heat_te13_63_0_, vnfresourc0_.MODEL_INVARIANT_UUID as model_in7_63_0_, vnfresourc0_.MODEL_NAME as model_na8_63_0_, vnfresourc0_.MODEL_VERSION as model_ve9_63_0_, vnfresourc0_.ORCHESTRATION_MODE as orchest10_63_0_, vnfresourc0_.RESOURCE_SUB_CATEGORY as resourc11_63_0_, vnfresourc0_.TOSCA_NODE_TYPE as tosca_n12_63_0_ from vnf_resource vnfresourc0_ where vnfresourc0_.MODEL_UUID=? Hibernate: insert into vnf_resource (AIC_VERSION_MAX, AIC_VERSION_MIN, RESOURCE_CATEGORY, CREATION_TIMESTAMP, DESCRIPTION, HEAT_TEMPLATE_ARTIFACT_UUID, MODEL_INVARIANT_UUID, MODEL_NAME, MODEL_VERSION, ORCHESTRATION_MODE, RESOURCE_SUB_CATEGORY, TOSCA_NODE_TYPE, MODEL_UUID) values (?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?) Hibernate: insert into vnf_resource_customization (AVAILABILITY_ZONE_MAX_COUNT, CDS_BLUEPRINT_NAME, CDS_BLUEPRINT_VERSION, CONTROLLER_ACTOR, CREATION_TIMESTAMP, MAX_INSTANCES, MIN_INSTANCES, MODEL_CUSTOMIZATION_UUID, MODEL_INSTANCE_NAME, MULTI_STAGE_DESIGN, NF_DATA_VALID, NF_FUNCTION, NF_NAMING_CODE, NF_ROLE, NF_TYPE, RESOURCE_INPUT, SERVICE_MODEL_UUID, SKIP_POST_INSTANTIATION_CONFIGURATION, VNF_RESOURCE_MODEL_UUID, VNFCINSTANCEGROUP_ORDER) values (?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?) Hibernate: select heatenviro0_.ARTIFACT_UUID as artifact1_25_0_, heatenviro0_.ARTIFACT_CHECKSUM as artifact2_25_0_, heatenviro0_.CREATION_TIMESTAMP as creation3_25_0_, heatenviro0_.DESCRIPTION as descript4_25_0_, heatenviro0_.BODY as body5_25_0_, heatenviro0_.NAME as name6_25_0_, heatenviro0_.VERSION as version7_25_0_ from heat_environment heatenviro0_ where heatenviro0_.ARTIFACT_UUID=? Hibernate: select vfmodule0_.MODEL_UUID as model_uu1_58_4_, vfmodule0_.CREATION_TIMESTAMP as creation2_58_4_, vfmodule0_.DESCRIPTION as descript3_58_4_, vfmodule0_.IS_BASE as is_base4_58_4_, vfmodule0_.MODEL_INVARIANT_UUID as model_in5_58_4_, vfmodule0_.MODEL_NAME as model_na6_58_4_, vfmodule0_.MODEL_VERSION as model_ve7_58_4_, vfmodule0_.HEAT_TEMPLATE_ARTIFACT_UUID as heat_tem8_58_4_, vfmodule0_.VNF_RESOURCE_MODEL_UUID as vnf_reso9_58_4_, vfmodule0_.VOL_HEAT_TEMPLATE_ARTIFACT_UUID as vol_hea10_58_4_, heatfiles1_.VF_MODULE_MODEL_UUID as vf_modul1_60_6_, heatfiles2_.ARTIFACT_UUID as heat_fil2_60_6_, heatfiles2_.ARTIFACT_UUID as artifact1_26_0_, heatfiles2_.ARTIFACT_CHECKSUM as artifact2_26_0_, heatfiles2_.CREATION_TIMESTAMP as creation3_26_0_, heatfiles2_.DESCRIPTION as descript4_26_0_, heatfiles2_.BODY as body5_26_0_, heatfiles2_.NAME as name6_26_0_, heatfiles2_.VERSION as version7_26_0_, heattempla3_.ARTIFACT_UUID as artifact1_28_1_, heattempla3_.ARTIFACT_CHECKSUM as artifact2_28_1_, heattempla3_.CREATION_TIMESTAMP as creation3_28_1_, heattempla3_.DESCRIPTION as descript4_28_1_, heattempla3_.BODY as body5_28_1_, heattempla3_.NAME as name6_28_1_, heattempla3_.TIMEOUT_MINUTES as timeout_7_28_1_, heattempla3_.VERSION as version8_28_1_, vnfresourc4_.MODEL_UUID as model_uu1_63_2_, vnfresourc4_.AIC_VERSION_MAX as aic_vers2_63_2_, vnfresourc4_.AIC_VERSION_MIN as aic_vers3_63_2_, vnfresourc4_.RESOURCE_CATEGORY as resource4_63_2_, vnfresourc4_.CREATION_TIMESTAMP as creation5_63_2_, vnfresourc4_.DESCRIPTION as descript6_63_2_, vnfresourc4_.HEAT_TEMPLATE_ARTIFACT_UUID as heat_te13_63_2_, vnfresourc4_.MODEL_INVARIANT_UUID as model_in7_63_2_, vnfresourc4_.MODEL_NAME as model_na8_63_2_, vnfresourc4_.MODEL_VERSION as model_ve9_63_2_, vnfresourc4_.ORCHESTRATION_MODE as orchest10_63_2_, vnfresourc4_.RESOURCE_SUB_CATEGORY as resourc11_63_2_, vnfresourc4_.TOSCA_NODE_TYPE as tosca_n12_63_2_, heattempla5_.ARTIFACT_UUID as artifact1_28_3_, heattempla5_.ARTIFACT_CHECKSUM as artifact2_28_3_, heattempla5_.CREATION_TIMESTAMP as creation3_28_3_, heattempla5_.DESCRIPTION as descript4_28_3_, heattempla5_.BODY as body5_28_3_, heattempla5_.NAME as name6_28_3_, heattempla5_.TIMEOUT_MINUTES as timeout_7_28_3_, heattempla5_.VERSION as version8_28_3_ from vf_module vfmodule0_ left outer join vf_module_to_heat_files heatfiles1_ on vfmodule0_.MODEL_UUID=heatfiles1_.VF_MODULE_MODEL_UUID left outer join heat_files heatfiles2_ on heatfiles1_.HEAT_FILES_ARTIFACT_UUID=heatfiles2_.ARTIFACT_UUID left outer join heat_template heattempla3_ on vfmodule0_.HEAT_TEMPLATE_ARTIFACT_UUID=heattempla3_.ARTIFACT_UUID left outer join vnf_resource vnfresourc4_ on vfmodule0_.VNF_RESOURCE_MODEL_UUID=vnfresourc4_.MODEL_UUID left outer join heat_template heattempla5_ on vfmodule0_.VOL_HEAT_TEMPLATE_ARTIFACT_UUID=heattempla5_.ARTIFACT_UUID where vfmodule0_.MODEL_UUID=? Hibernate: select heattempla0_.ARTIFACT_UUID as artifact1_28_1_, heattempla0_.ARTIFACT_CHECKSUM as artifact2_28_1_, heattempla0_.CREATION_TIMESTAMP as creation3_28_1_, heattempla0_.DESCRIPTION as descript4_28_1_, heattempla0_.BODY as body5_28_1_, heattempla0_.NAME as name6_28_1_, heattempla0_.TIMEOUT_MINUTES as timeout_7_28_1_, heattempla0_.VERSION as version8_28_1_, childtempl1_.PARENT_HEAT_TEMPLATE_UUID as parent_h1_27_3_, heattempla2_.ARTIFACT_UUID as child_he2_27_3_, heattempla2_.ARTIFACT_UUID as artifact1_28_0_, heattempla2_.ARTIFACT_CHECKSUM as artifact2_28_0_, heattempla2_.CREATION_TIMESTAMP as creation3_28_0_, heattempla2_.DESCRIPTION as descript4_28_0_, heattempla2_.BODY as body5_28_0_, heattempla2_.NAME as name6_28_0_, heattempla2_.TIMEOUT_MINUTES as timeout_7_28_0_, heattempla2_.VERSION as version8_28_0_ from heat_template heattempla0_ left outer join heat_nested_template childtempl1_ on heattempla0_.ARTIFACT_UUID=childtempl1_.PARENT_HEAT_TEMPLATE_UUID left outer join heat_template heattempla2_ on childtempl1_.CHILD_HEAT_TEMPLATE_UUID=heattempla2_.ARTIFACT_UUID where heattempla0_.ARTIFACT_UUID=? Hibernate: select heattempla0_.HEAT_TEMPLATE_ARTIFACT_UUID as heat_tem1_29_0_, heattempla0_.PARAM_NAME as param_na2_29_0_, heattempla0_.PARAM_ALIAS as param_al3_29_0_, heattempla0_.PARAM_TYPE as param_ty4_29_0_, heattempla0_.IS_REQUIRED as is_requi5_29_0_ from heat_template_params heattempla0_ where heattempla0_.HEAT_TEMPLATE_ARTIFACT_UUID=? and heattempla0_.PARAM_NAME=? Hibernate: select heattempla0_.HEAT_TEMPLATE_ARTIFACT_UUID as heat_tem1_29_0_, heattempla0_.PARAM_NAME as param_na2_29_0_, heattempla0_.PARAM_ALIAS as param_al3_29_0_, heattempla0_.PARAM_TYPE as param_ty4_29_0_, heattempla0_.IS_REQUIRED as is_requi5_29_0_ from heat_template_params heattempla0_ where heattempla0_.HEAT_TEMPLATE_ARTIFACT_UUID=? and heattempla0_.PARAM_NAME=? Hibernate: select heattempla0_.HEAT_TEMPLATE_ARTIFACT_UUID as heat_tem1_29_0_, heattempla0_.PARAM_NAME as param_na2_29_0_, heattempla0_.PARAM_ALIAS as param_al3_29_0_, heattempla0_.PARAM_TYPE as param_ty4_29_0_, heattempla0_.IS_REQUIRED as is_requi5_29_0_ from heat_template_params heattempla0_ where heattempla0_.HEAT_TEMPLATE_ARTIFACT_UUID=? and heattempla0_.PARAM_NAME=? Hibernate: select heattempla0_.HEAT_TEMPLATE_ARTIFACT_UUID as heat_tem1_29_0_, heattempla0_.PARAM_NAME as param_na2_29_0_, heattempla0_.PARAM_ALIAS as param_al3_29_0_, heattempla0_.PARAM_TYPE as param_ty4_29_0_, heattempla0_.IS_REQUIRED as is_requi5_29_0_ from heat_template_params heattempla0_ where heattempla0_.HEAT_TEMPLATE_ARTIFACT_UUID=? and heattempla0_.PARAM_NAME=? Hibernate: select heattempla0_.HEAT_TEMPLATE_ARTIFACT_UUID as heat_tem1_29_0_, heattempla0_.PARAM_NAME as param_na2_29_0_, heattempla0_.PARAM_ALIAS as param_al3_29_0_, heattempla0_.PARAM_TYPE as param_ty4_29_0_, heattempla0_.IS_REQUIRED as is_requi5_29_0_ from heat_template_params heattempla0_ where heattempla0_.HEAT_TEMPLATE_ARTIFACT_UUID=? and heattempla0_.PARAM_NAME=? Hibernate: select heattempla0_.HEAT_TEMPLATE_ARTIFACT_UUID as heat_tem1_29_0_, heattempla0_.PARAM_NAME as param_na2_29_0_, heattempla0_.PARAM_ALIAS as param_al3_29_0_, heattempla0_.PARAM_TYPE as param_ty4_29_0_, heattempla0_.IS_REQUIRED as is_requi5_29_0_ from heat_template_params heattempla0_ where heattempla0_.HEAT_TEMPLATE_ARTIFACT_UUID=? and heattempla0_.PARAM_NAME=? Hibernate: select heattempla0_.HEAT_TEMPLATE_ARTIFACT_UUID as heat_tem1_29_0_, heattempla0_.PARAM_NAME as param_na2_29_0_, heattempla0_.PARAM_ALIAS as param_al3_29_0_, heattempla0_.PARAM_TYPE as param_ty4_29_0_, heattempla0_.IS_REQUIRED as is_requi5_29_0_ from heat_template_params heattempla0_ where heattempla0_.HEAT_TEMPLATE_ARTIFACT_UUID=? and heattempla0_.PARAM_NAME=? Hibernate: select heattempla0_.HEAT_TEMPLATE_ARTIFACT_UUID as heat_tem1_29_0_, heattempla0_.PARAM_NAME as param_na2_29_0_, heattempla0_.PARAM_ALIAS as param_al3_29_0_, heattempla0_.PARAM_TYPE as param_ty4_29_0_, heattempla0_.IS_REQUIRED as is_requi5_29_0_ from heat_template_params heattempla0_ where heattempla0_.HEAT_TEMPLATE_ARTIFACT_UUID=? and heattempla0_.PARAM_NAME=? Hibernate: select heattempla0_.HEAT_TEMPLATE_ARTIFACT_UUID as heat_tem1_29_0_, heattempla0_.PARAM_NAME as param_na2_29_0_, heattempla0_.PARAM_ALIAS as param_al3_29_0_, heattempla0_.PARAM_TYPE as param_ty4_29_0_, heattempla0_.IS_REQUIRED as is_requi5_29_0_ from heat_template_params heattempla0_ where heattempla0_.HEAT_TEMPLATE_ARTIFACT_UUID=? and heattempla0_.PARAM_NAME=? Hibernate: select heattempla0_.HEAT_TEMPLATE_ARTIFACT_UUID as heat_tem1_29_0_, heattempla0_.PARAM_NAME as param_na2_29_0_, heattempla0_.PARAM_ALIAS as param_al3_29_0_, heattempla0_.PARAM_TYPE as param_ty4_29_0_, heattempla0_.IS_REQUIRED as is_requi5_29_0_ from heat_template_params heattempla0_ where heattempla0_.HEAT_TEMPLATE_ARTIFACT_UUID=? and heattempla0_.PARAM_NAME=? Hibernate: insert into heat_environment (ARTIFACT_CHECKSUM, CREATION_TIMESTAMP, DESCRIPTION, BODY, NAME, VERSION, ARTIFACT_UUID) values (?, ?, ?, ?, ?, ?, ?) Hibernate: insert into heat_template (ARTIFACT_CHECKSUM, CREATION_TIMESTAMP, DESCRIPTION, BODY, NAME, TIMEOUT_MINUTES, VERSION, ARTIFACT_UUID) values (?, ?, ?, ?, ?, ?, ?, ?) Hibernate: insert into heat_template_params (PARAM_ALIAS, PARAM_TYPE, IS_REQUIRED, HEAT_TEMPLATE_ARTIFACT_UUID, PARAM_NAME) values (?, ?, ?, ?, ?) Hibernate: insert into heat_template_params (PARAM_ALIAS, PARAM_TYPE, IS_REQUIRED, HEAT_TEMPLATE_ARTIFACT_UUID, PARAM_NAME) values (?, ?, ?, ?, ?) Hibernate: insert into heat_template_params (PARAM_ALIAS, PARAM_TYPE, IS_REQUIRED, HEAT_TEMPLATE_ARTIFACT_UUID, PARAM_NAME) values (?, ?, ?, ?, ?) Hibernate: insert into heat_template_params (PARAM_ALIAS, PARAM_TYPE, IS_REQUIRED, HEAT_TEMPLATE_ARTIFACT_UUID, PARAM_NAME) values (?, ?, ?, ?, ?) Hibernate: insert into heat_template_params (PARAM_ALIAS, PARAM_TYPE, IS_REQUIRED, HEAT_TEMPLATE_ARTIFACT_UUID, PARAM_NAME) values (?, ?, ?, ?, ?) Hibernate: insert into heat_template_params (PARAM_ALIAS, PARAM_TYPE, IS_REQUIRED, HEAT_TEMPLATE_ARTIFACT_UUID, PARAM_NAME) values (?, ?, ?, ?, ?) Hibernate: insert into heat_template_params (PARAM_ALIAS, PARAM_TYPE, IS_REQUIRED, HEAT_TEMPLATE_ARTIFACT_UUID, PARAM_NAME) values (?, ?, ?, ?, ?) Hibernate: insert into heat_template_params (PARAM_ALIAS, PARAM_TYPE, IS_REQUIRED, HEAT_TEMPLATE_ARTIFACT_UUID, PARAM_NAME) values (?, ?, ?, ?, ?) Hibernate: insert into heat_template_params (PARAM_ALIAS, PARAM_TYPE, IS_REQUIRED, HEAT_TEMPLATE_ARTIFACT_UUID, PARAM_NAME) values (?, ?, ?, ?, ?) Hibernate: insert into heat_template_params (PARAM_ALIAS, PARAM_TYPE, IS_REQUIRED, HEAT_TEMPLATE_ARTIFACT_UUID, PARAM_NAME) values (?, ?, ?, ?, ?) Hibernate: insert into vf_module (CREATION_TIMESTAMP, DESCRIPTION, IS_BASE, MODEL_INVARIANT_UUID, MODEL_NAME, MODEL_VERSION, HEAT_TEMPLATE_ARTIFACT_UUID, VNF_RESOURCE_MODEL_UUID, VOL_HEAT_TEMPLATE_ARTIFACT_UUID, MODEL_UUID) values (?, ?, ?, ?, ?, ?, ?, ?, ?, ?) Hibernate: insert into vf_module_customization (AVAILABILITY_ZONE_COUNT, CREATION_TIMESTAMP, HEAT_ENVIRONMENT_ARTIFACT_UUID, INITIAL_COUNT, LABEL, MAX_INSTANCES, MIN_INSTANCES, MODEL_CUSTOMIZATION_UUID, SKIP_POST_INSTANTIATION_CONFIGURATION, VF_MODULE_MODEL_UUID, VNF_RESOURCE_CUSTOMIZATION_ID, VOL_ENVIRONMENT_ARTIFACT_UUID) values (?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?) Hibernate: select vnfccustom0_.MODEL_CUSTOMIZATION_UUID as model_cu1_66_5_, vnfccustom0_.CREATION_TIMESTAMP as creation2_66_5_, vnfccustom0_.DESCRIPTION as descript3_66_5_, vnfccustom0_.MODEL_INSTANCE_NAME as model_in4_66_5_, vnfccustom0_.MODEL_INVARIANT_UUID as model_in5_66_5_, vnfccustom0_.MODEL_NAME as model_na6_66_5_, vnfccustom0_.MODEL_UUID as model_uu7_66_5_, vnfccustom0_.MODEL_VERSION as model_ve8_66_5_, vnfccustom0_.RESOURCE_INPUT as resource9_66_5_, vnfccustom0_.TOSCA_NODE_TYPE as tosca_n10_66_5_, vnfccustom0_.VNFC_INSTANCE_GROUP_CUSTOMIZATION_ID as vnfc_in11_66_5_, cvnfccusto1_.VNFC_CUST_MODEL_CUSTOMIZATION_UUID as vnfc_cu14_23_7_, cvnfccusto1_.ID as id1_23_7_, cvnfccusto1_.ID as id1_23_0_, cvnfccusto1_.CREATION_TIMESTAMP as creation2_23_0_, cvnfccusto1_.DESCRIPTION as descript3_23_0_, cvnfccusto1_.MODEL_CUSTOMIZATION_UUID as model_cu4_23_0_, cvnfccusto1_.MODEL_INSTANCE_NAME as model_in5_23_0_, cvnfccusto1_.MODEL_INVARIANT_UUID as model_in6_23_0_, cvnfccusto1_.MODEL_NAME as model_na7_23_0_, cvnfccusto1_.MODEL_UUID as model_uu8_23_0_, cvnfccusto1_.MODEL_VERSION as model_ve9_23_0_, cvnfccusto1_.NFC_FUNCTION as nfc_fun10_23_0_, cvnfccusto1_.NFC_NAMING_CODE as nfc_nam11_23_0_, cvnfccusto1_.TOSCA_NODE_TYPE as tosca_n12_23_0_, cvnfccusto1_.VF_MODULE_CUSTOMIZATION_ID as vf_modu13_23_0_, cvnfccusto1_.VNFC_CUST_MODEL_CUSTOMIZATION_UUID as vnfc_cu14_23_0_, vfmodulecu2_.ID as id1_59_1_, vfmodulecu2_.AVAILABILITY_ZONE_COUNT as availabi2_59_1_, vfmodulecu2_.CREATION_TIMESTAMP as creation3_59_1_, vfmodulecu2_.HEAT_ENVIRONMENT_ARTIFACT_UUID as heat_en10_59_1_, vfmodulecu2_.INITIAL_COUNT as initial_4_59_1_, vfmodulecu2_.LABEL as label5_59_1_, vfmodulecu2_.MAX_INSTANCES as max_inst6_59_1_, vfmodulecu2_.MIN_INSTANCES as min_inst7_59_1_, vfmodulecu2_.MODEL_CUSTOMIZATION_UUID as model_cu8_59_1_, vfmodulecu2_.SKIP_POST_INSTANTIATION_CONFIGURATION as skip_pos9_59_1_, vfmodulecu2_.VF_MODULE_MODEL_UUID as vf_modu11_59_1_, vfmodulecu2_.VNF_RESOURCE_CUSTOMIZATION_ID as vnf_res12_59_1_, vfmodulecu2_.VOL_ENVIRONMENT_ARTIFACT_UUID as vol_env13_59_1_, vnfcinstan3_.ID as id1_67_2_, vnfcinstan3_.CREATION_TIMESTAMP as creation2_67_2_, vnfcinstan3_.DESCRIPTION as descript3_67_2_, vnfcinstan3_.FUNCTION as function4_67_2_, vnfcinstan3_.INSTANCE_GROUP_MODEL_UUID as instance5_67_2_, vnfcinstan3_.VNF_RESOURCE_CUSTOMIZATION_ID as vnf_reso6_67_2_, instancegr4_.MODEL_UUID as model_uu2_32_3_, instancegr4_.CR_MODEL_UUID as cr_mode10_32_3_, instancegr4_.CREATION_TIMESTAMP as creation3_32_3_, instancegr4_.MODEL_INVARIANT_UUID as model_in4_32_3_, instancegr4_.MODEL_NAME as model_na5_32_3_, instancegr4_.MODEL_VERSION as model_ve6_32_3_, instancegr4_.ROLE as role7_32_3_, instancegr4_.TOSCA_NODE_TYPE as tosca_no8_32_3_, instancegr4_.INSTANCE_GROUP_TYPE as instance9_32_3_, instancegr4_.OBJECT_TYPE as object_t1_32_3_, vnfresourc5_.ID as id1_64_4_, vnfresourc5_.AVAILABILITY_ZONE_MAX_COUNT as availabi2_64_4_, vnfresourc5_.CDS_BLUEPRINT_NAME as cds_blue3_64_4_, vnfresourc5_.CDS_BLUEPRINT_VERSION as cds_blue4_64_4_, vnfresourc5_.CONTROLLER_ACTOR as controll5_64_4_, vnfresourc5_.CREATION_TIMESTAMP as creation6_64_4_, vnfresourc5_.MAX_INSTANCES as max_inst7_64_4_, vnfresourc5_.MIN_INSTANCES as min_inst8_64_4_, vnfresourc5_.MODEL_CUSTOMIZATION_UUID as model_cu9_64_4_, vnfresourc5_.MODEL_INSTANCE_NAME as model_i10_64_4_, vnfresourc5_.MULTI_STAGE_DESIGN as multi_s11_64_4_, vnfresourc5_.NF_DATA_VALID as nf_data12_64_4_, vnfresourc5_.NF_FUNCTION as nf_func13_64_4_, vnfresourc5_.NF_NAMING_CODE as nf_nami14_64_4_, vnfresourc5_.NF_ROLE as nf_role15_64_4_, vnfresourc5_.NF_TYPE as nf_type16_64_4_, vnfresourc5_.RESOURCE_INPUT as resourc17_64_4_, vnfresourc5_.SERVICE_MODEL_UUID as service20_64_4_, vnfresourc5_.SKIP_POST_INSTANTIATION_CONFIGURATION as skip_po18_64_4_, vnfresourc5_.VNF_RESOURCE_MODEL_UUID as vnf_res21_64_4_, vnfresourc5_.VNFCINSTANCEGROUP_ORDER as vnfcins19_64_4_ from vnfc_customization vnfccustom0_ left outer join cvnfc_customization cvnfccusto1_ on vnfccustom0_.MODEL_CUSTOMIZATION_UUID=cvnfccusto1_.VNFC_CUST_MODEL_CUSTOMIZATION_UUID left outer join vf_module_customization vfmodulecu2_ on cvnfccusto1_.VF_MODULE_CUSTOMIZATION_ID=vfmodulecu2_.ID left outer join vnfc_instance_group_customization vnfcinstan3_ on vnfccustom0_.VNFC_INSTANCE_GROUP_CUSTOMIZATION_ID=vnfcinstan3_.ID left outer join instance_group instancegr4_ on vnfcinstan3_.INSTANCE_GROUP_MODEL_UUID=instancegr4_.MODEL_UUID left outer join vnf_resource_customization vnfresourc5_ on vnfcinstan3_.VNF_RESOURCE_CUSTOMIZATION_ID=vnfresourc5_.ID where vnfccustom0_.MODEL_CUSTOMIZATION_UUID=? Hibernate: insert into vnfc_customization (CREATION_TIMESTAMP, DESCRIPTION, MODEL_INSTANCE_NAME, MODEL_INVARIANT_UUID, MODEL_NAME, MODEL_UUID, MODEL_VERSION, RESOURCE_INPUT, TOSCA_NODE_TYPE, VNFC_INSTANCE_GROUP_CUSTOMIZATION_ID, MODEL_CUSTOMIZATION_UUID) values (?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?) Hibernate: insert into cvnfc_customization (CREATION_TIMESTAMP, DESCRIPTION, MODEL_CUSTOMIZATION_UUID, MODEL_INSTANCE_NAME, MODEL_INVARIANT_UUID, MODEL_NAME, MODEL_UUID, MODEL_VERSION, NFC_FUNCTION, NFC_NAMING_CODE, TOSCA_NODE_TYPE, VF_MODULE_CUSTOMIZATION_ID, VNFC_CUST_MODEL_CUSTOMIZATION_UUID) values (?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?) Hibernate: select watchdogco0_.COMPONENT_NAME as componen1_12_0_, watchdogco0_.DISTRIBUTION_ID as distribu2_12_0_, watchdogco0_.COMPONENT_DISTRIBUTION_STATUS as componen3_12_0_, watchdogco0_.CREATE_TIME as create_t4_12_0_, watchdogco0_.MODIFY_TIME as modify_t5_12_0_ from watchdog_per_component_distribution_status watchdogco0_ where watchdogco0_.COMPONENT_NAME=? and watchdogco0_.DISTRIBUTION_ID=? Hibernate: insert into watchdog_per_component_distribution_status (COMPONENT_DISTRIBUTION_STATUS, CREATE_TIME, MODIFY_TIME, COMPONENT_NAME, DISTRIBUTION_ID) values (?, ?, ?, ?, ?) 2021-05-05T01:11:33.682Z|c89eb62f-d405-4fd9-b8df-015f3c0cc064|pool-2-thread-9|||||INFO|500||ASDC_ARTIFACT_DEPLOY_SUC basic_onboard_pBuHvC 80f45927-2a1c-4c1d-9bd2-91a473957b89 1 ASDC deployResourceStructure 2021-05-05T01:11:33.683Z|c89eb62f-d405-4fd9-b8df-015f3c0cc064|pool-2-thread-9|||||INFO|500||ASDC_SEND_NOTIF_ASDC DEPLOY DEPLOY_OK /sdc/v1/catalog/services/BasicOnboardPbuhvc/1.0/resourceInstances/basic_onboard_pbuhvc0/artifacts/basic_onboard_pbuhvc0_modules.json ASDC sendASDCNotification 2021-05-05T01:11:33.683Z|c89eb62f-d405-4fd9-b8df-015f3c0cc064|pool-2-thread-9|||||DEBUG|500||Sending DEPLOY(DEPLOY_OK) notification to ASDC for artifact:/sdc/v1/catalog/services/BasicOnboardPbuhvc/1.0/resourceInstances/basic_onboard_pbuhvc0/artifacts/basic_onboard_pbuhvc0_modules.json 2021-05-05T01:11:33.683Z|c89eb62f-d405-4fd9-b8df-015f3c0cc064|pool-2-thread-9|||||INFO|500||DistributionClient - sendDeploymentStatus 2021-05-05T01:11:33.683Z|c89eb62f-d405-4fd9-b8df-015f3c0cc064|pool-2-thread-9|||||INFO|500||DistributionClient - sendStatus 2021-05-05T01:11:33.686Z|c89eb62f-d405-4fd9-b8df-015f3c0cc064|pool-2-thread-9|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap] 2021-05-05T01:11:33.686Z|c89eb62f-d405-4fd9-b8df-015f3c0cc064|pool-2-thread-9|||||DEBUG|500||try to send status { "distributionID": "c89eb62f-d405-4fd9-b8df-015f3c0cc064", "consumerID": "SO-COpenSource-Env11", "timestamp": 1620177093683, "artifactURL": "/sdc/v1/catalog/services/BasicOnboardPbuhvc/1.0/resourceInstances/basic_onboard_pbuhvc0/artifacts/basic_onboard_pbuhvc0_modules.json", "status": "DEPLOY_OK" } 2021-05-05T01:11:33.786Z||pool-30-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms 2021-05-05T01:11:33.805Z||pool-30-thread-1|||||WARN|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO will send credentials over a clear channel. 2021-05-05T01:11:33.805Z||pool-30-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as a4LkjAbl6YzsGxek) ... 2021-05-05T01:11:33.814Z||pool-30-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK 2021-05-05T01:11:33.815Z||pool-30-thread-1|||||INFO|500||cambria reply ok (11 ms):{"serverTimeMs":0,"count":1} 2021-05-05T01:11:34.687Z|c89eb62f-d405-4fd9-b8df-015f3c0cc064|pool-2-thread-9|||||INFO|500||ASDC_SEND_NOTIF_ASDC DEPLOY DEPLOY_OK /sdc/v1/catalog/services/BasicOnboardPbuhvc/1.0/resourceInstances/basic_onboard_pbuhvc0/artifacts/base_ubuntu18.yaml ASDC sendASDCNotification 2021-05-05T01:11:34.687Z|c89eb62f-d405-4fd9-b8df-015f3c0cc064|pool-2-thread-9|||||DEBUG|500||Sending DEPLOY(DEPLOY_OK) notification to ASDC for artifact:/sdc/v1/catalog/services/BasicOnboardPbuhvc/1.0/resourceInstances/basic_onboard_pbuhvc0/artifacts/base_ubuntu18.yaml 2021-05-05T01:11:34.687Z|c89eb62f-d405-4fd9-b8df-015f3c0cc064|pool-2-thread-9|||||INFO|500||DistributionClient - sendDeploymentStatus 2021-05-05T01:11:34.688Z|c89eb62f-d405-4fd9-b8df-015f3c0cc064|pool-2-thread-9|||||INFO|500||DistributionClient - sendStatus 2021-05-05T01:11:34.690Z|c89eb62f-d405-4fd9-b8df-015f3c0cc064|pool-2-thread-9|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap] 2021-05-05T01:11:34.690Z|c89eb62f-d405-4fd9-b8df-015f3c0cc064|pool-2-thread-9|||||DEBUG|500||try to send status { "distributionID": "c89eb62f-d405-4fd9-b8df-015f3c0cc064", "consumerID": "SO-COpenSource-Env11", "timestamp": 1620177094687, "artifactURL": "/sdc/v1/catalog/services/BasicOnboardPbuhvc/1.0/resourceInstances/basic_onboard_pbuhvc0/artifacts/base_ubuntu18.yaml", "status": "DEPLOY_OK" } 2021-05-05T01:11:34.790Z||pool-31-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms 2021-05-05T01:11:34.791Z||pool-31-thread-1|||||WARN|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO will send credentials over a clear channel. 2021-05-05T01:11:34.791Z||pool-31-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as a4LkjAbl6YzsGxek) ... 2021-05-05T01:11:34.798Z||pool-31-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK 2021-05-05T01:11:34.799Z||pool-31-thread-1|||||INFO|500||cambria reply ok (8 ms):{"serverTimeMs":0,"count":1} 2021-05-05T01:11:35.691Z|c89eb62f-d405-4fd9-b8df-015f3c0cc064|pool-2-thread-9|||||INFO|500||ASDC_SEND_NOTIF_ASDC DEPLOY DEPLOY_OK /sdc/v1/catalog/services/BasicOnboardPbuhvc/1.0/resourceInstances/basic_onboard_pbuhvc0/artifacts/base_ubuntu18.env ASDC sendASDCNotification 2021-05-05T01:11:35.691Z|c89eb62f-d405-4fd9-b8df-015f3c0cc064|pool-2-thread-9|||||DEBUG|500||Sending DEPLOY(DEPLOY_OK) notification to ASDC for artifact:/sdc/v1/catalog/services/BasicOnboardPbuhvc/1.0/resourceInstances/basic_onboard_pbuhvc0/artifacts/base_ubuntu18.env 2021-05-05T01:11:35.692Z|c89eb62f-d405-4fd9-b8df-015f3c0cc064|pool-2-thread-9|||||INFO|500||DistributionClient - sendDeploymentStatus 2021-05-05T01:11:35.692Z|c89eb62f-d405-4fd9-b8df-015f3c0cc064|pool-2-thread-9|||||INFO|500||DistributionClient - sendStatus 2021-05-05T01:11:35.695Z|c89eb62f-d405-4fd9-b8df-015f3c0cc064|pool-2-thread-9|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap] 2021-05-05T01:11:35.695Z|c89eb62f-d405-4fd9-b8df-015f3c0cc064|pool-2-thread-9|||||DEBUG|500||try to send status { "distributionID": "c89eb62f-d405-4fd9-b8df-015f3c0cc064", "consumerID": "SO-COpenSource-Env11", "timestamp": 1620177095691, "artifactURL": "/sdc/v1/catalog/services/BasicOnboardPbuhvc/1.0/resourceInstances/basic_onboard_pbuhvc0/artifacts/base_ubuntu18.env", "status": "DEPLOY_OK" } 2021-05-05T01:11:35.799Z||pool-32-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 104 ms 2021-05-05T01:11:35.800Z||pool-32-thread-1|||||WARN|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO will send credentials over a clear channel. 2021-05-05T01:11:35.801Z||pool-32-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as a4LkjAbl6YzsGxek) ... 2021-05-05T01:11:35.808Z||pool-32-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK 2021-05-05T01:11:35.808Z||pool-32-thread-1|||||INFO|500||cambria reply ok (8 ms):{"serverTimeMs":0,"count":1} 2021-05-05T01:11:36.696Z|c89eb62f-d405-4fd9-b8df-015f3c0cc064|pool-2-thread-9|||||INFO|500||ASDC_SEND_NOTIF_ASDC DEPLOY DEPLOY_OK /sdc/v1/catalog/services/BasicOnboardPbuhvc/1.0/artifacts/service-BasicOnboardPbuhvc-csar.csar ASDC sendASDCNotification 2021-05-05T01:11:36.696Z|c89eb62f-d405-4fd9-b8df-015f3c0cc064|pool-2-thread-9|||||DEBUG|500||Sending DEPLOY(DEPLOY_OK) notification to ASDC for artifact:/sdc/v1/catalog/services/BasicOnboardPbuhvc/1.0/artifacts/service-BasicOnboardPbuhvc-csar.csar 2021-05-05T01:11:36.697Z|c89eb62f-d405-4fd9-b8df-015f3c0cc064|pool-2-thread-9|||||INFO|500||DistributionClient - sendDeploymentStatus 2021-05-05T01:11:36.697Z|c89eb62f-d405-4fd9-b8df-015f3c0cc064|pool-2-thread-9|||||INFO|500||DistributionClient - sendStatus 2021-05-05T01:11:36.699Z|c89eb62f-d405-4fd9-b8df-015f3c0cc064|pool-2-thread-9|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap] 2021-05-05T01:11:36.699Z|c89eb62f-d405-4fd9-b8df-015f3c0cc064|pool-2-thread-9|||||DEBUG|500||try to send status { "distributionID": "c89eb62f-d405-4fd9-b8df-015f3c0cc064", "consumerID": "SO-COpenSource-Env11", "timestamp": 1620177096696, "artifactURL": "/sdc/v1/catalog/services/BasicOnboardPbuhvc/1.0/artifacts/service-BasicOnboardPbuhvc-csar.csar", "status": "DEPLOY_OK" } 2021-05-05T01:11:36.799Z||pool-33-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms 2021-05-05T01:11:36.800Z||pool-33-thread-1|||||WARN|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO will send credentials over a clear channel. 2021-05-05T01:11:36.800Z||pool-33-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as a4LkjAbl6YzsGxek) ... 2021-05-05T01:11:36.809Z||pool-33-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK 2021-05-05T01:11:36.809Z||pool-33-thread-1|||||INFO|500||cambria reply ok (9 ms):{"serverTimeMs":0,"count":1} 2021-05-05T01:11:37.700Z|c89eb62f-d405-4fd9-b8df-015f3c0cc064|pool-2-thread-9|||||DEBUG|500||Entered getOverallDistributionStatus method for distrubutionId: c89eb62f-d405-4fd9-b8df-015f3c0cc064 Hibernate: select watchdogdi0_.DISTRIBUTION_ID as distribu1_11_0_, watchdogdi0_.CREATE_TIME as create_t2_11_0_, watchdogdi0_.DISTRIBUTION_ID_STATUS as distribu3_11_0_, watchdogdi0_.MODIFY_TIME as modify_t4_11_0_, watchdogdi0_.LOCK_VERSION as lock_ver5_11_0_ from watchdog_distributionid_status watchdogdi0_ where watchdogdi0_.DISTRIBUTION_ID=? Hibernate: select watchdogco0_.COMPONENT_NAME as componen1_12_, watchdogco0_.DISTRIBUTION_ID as distribu2_12_, watchdogco0_.COMPONENT_DISTRIBUTION_STATUS as componen3_12_, watchdogco0_.CREATE_TIME as create_t4_12_, watchdogco0_.MODIFY_TIME as modify_t5_12_ from watchdog_per_component_distribution_status watchdogco0_ where watchdogco0_.DISTRIBUTION_ID=? 2021-05-05T01:11:37.711Z|c89eb62f-d405-4fd9-b8df-015f3c0cc064|pool-2-thread-9|||||DEBUG|500||Executed RequestDB getWatchdogComponentDistributionStatus for distrubutionId: c89eb62f-d405-4fd9-b8df-015f3c0cc064 Hibernate: select watchdogco0_.COMPONENT_NAME as componen1_12_, watchdogco0_.DISTRIBUTION_ID as distribu2_12_, watchdogco0_.COMPONENT_DISTRIBUTION_STATUS as componen3_12_, watchdogco0_.CREATE_TIME as create_t4_12_, watchdogco0_.MODIFY_TIME as modify_t5_12_ from watchdog_per_component_distribution_status watchdogco0_ where watchdogco0_.DISTRIBUTION_ID=? 2021-05-05T01:11:37.714Z|c89eb62f-d405-4fd9-b8df-015f3c0cc064|pool-2-thread-9|||||DEBUG|500||Found componentName SO in the WatchDog Component DB 2021-05-05T01:11:37.714Z|c89eb62f-d405-4fd9-b8df-015f3c0cc064|pool-2-thread-9|||||DEBUG|500||AAI has not be updated in the the WatchDog Component DB yet, so ending the loop 2021-05-05T01:11:37.714Z|c89eb62f-d405-4fd9-b8df-015f3c0cc064|pool-2-thread-9|||||DEBUG|500||Components Size Didn't match with the WatchdogComponentDistributionStatus results. 2021-05-05T01:12:07.714Z|c89eb62f-d405-4fd9-b8df-015f3c0cc064|pool-2-thread-9|||||DEBUG|500||Entered getOverallDistributionStatus method for distrubutionId: c89eb62f-d405-4fd9-b8df-015f3c0cc064 Hibernate: select watchdogdi0_.DISTRIBUTION_ID as distribu1_11_0_, watchdogdi0_.CREATE_TIME as create_t2_11_0_, watchdogdi0_.DISTRIBUTION_ID_STATUS as distribu3_11_0_, watchdogdi0_.MODIFY_TIME as modify_t4_11_0_, watchdogdi0_.LOCK_VERSION as lock_ver5_11_0_ from watchdog_distributionid_status watchdogdi0_ where watchdogdi0_.DISTRIBUTION_ID=? Hibernate: select watchdogco0_.COMPONENT_NAME as componen1_12_, watchdogco0_.DISTRIBUTION_ID as distribu2_12_, watchdogco0_.COMPONENT_DISTRIBUTION_STATUS as componen3_12_, watchdogco0_.CREATE_TIME as create_t4_12_, watchdogco0_.MODIFY_TIME as modify_t5_12_ from watchdog_per_component_distribution_status watchdogco0_ where watchdogco0_.DISTRIBUTION_ID=? 2021-05-05T01:12:07.725Z|c89eb62f-d405-4fd9-b8df-015f3c0cc064|pool-2-thread-9|||||DEBUG|500||Executed RequestDB getWatchdogComponentDistributionStatus for distrubutionId: c89eb62f-d405-4fd9-b8df-015f3c0cc064 Hibernate: select watchdogco0_.COMPONENT_NAME as componen1_12_, watchdogco0_.DISTRIBUTION_ID as distribu2_12_, watchdogco0_.COMPONENT_DISTRIBUTION_STATUS as componen3_12_, watchdogco0_.CREATE_TIME as create_t4_12_, watchdogco0_.MODIFY_TIME as modify_t5_12_ from watchdog_per_component_distribution_status watchdogco0_ where watchdogco0_.DISTRIBUTION_ID=? 2021-05-05T01:12:07.727Z|c89eb62f-d405-4fd9-b8df-015f3c0cc064|pool-2-thread-9|||||DEBUG|500||Found componentName SO in the WatchDog Component DB 2021-05-05T01:12:07.727Z|c89eb62f-d405-4fd9-b8df-015f3c0cc064|pool-2-thread-9|||||DEBUG|500||AAI has not be updated in the the WatchDog Component DB yet, so ending the loop 2021-05-05T01:12:07.727Z|c89eb62f-d405-4fd9-b8df-015f3c0cc064|pool-2-thread-9|||||DEBUG|500||Components Size Didn't match with the WatchdogComponentDistributionStatus results. 2021-05-05T01:12:10.725Z||pool-2-thread-3|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2021-05-05T01:12:10.726Z||pool-2-thread-3|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel. 2021-05-05T01:12:10.726Z||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 a4LkjAbl6YzsGxek) ... 2021-05-05T01:12:10.752Z||pool-2-thread-3|||||INFO|500|| --> HTTP/1.1 200 OK 2021-05-05T01:12:10.757Z||pool-2-thread-3|||||DEBUG|500||received message from topic 2021-05-05T01:12:10.757Z||pool-2-thread-3|||||DEBUG|500||recieved notification from broker: { "distributionID": "c89eb62f-d405-4fd9-b8df-015f3c0cc064", "consumerID": "cds", "timestamp": 1620176945580, "artifactURL": "/sdc/v1/catalog/services/BasicOnboardPbuhvc/1.0/resourceInstances/basic_onboard_pbuhvc0/artifacts/basic_onboard_pbuhvc0_modules.json", "status": "NOT_NOTIFIED" } 2021-05-05T01:12:10.758Z||pool-2-thread-3|||||INFO|500||Missing status on Status Object. 2021-05-05T01:12:10.758Z||pool-2-thread-3|||||DEBUG|500||received message from topic 2021-05-05T01:12:10.758Z||pool-2-thread-3|||||DEBUG|500||recieved notification from broker: { "distributionID": "c89eb62f-d405-4fd9-b8df-015f3c0cc064", "consumerID": "sdc-COpenSource-Env11-sdnc-dockero", "timestamp": 1620176940819, "artifactURL": "/sdc/v1/catalog/services/BasicOnboardPbuhvc/1.0/resourceInstances/basic_onboard_pbuhvc0/artifacts/basic_onboard_pbuhvc0_modules.json", "status": "NOT_NOTIFIED" } 2021-05-05T01:12:10.758Z||pool-2-thread-3|||||INFO|500||Missing status on Status Object. 2021-05-05T01:12:10.758Z||pool-2-thread-3|||||DEBUG|500||received message from topic 2021-05-05T01:12:10.758Z||pool-2-thread-3|||||DEBUG|500||recieved notification from broker: { "distributionID": "c89eb62f-d405-4fd9-b8df-015f3c0cc064", "consumerID": "multicloud-starlingx-id", "timestamp": 1620176943560, "artifactURL": "/sdc/v1/catalog/services/BasicOnboardPbuhvc/1.0/resourceInstances/basic_onboard_pbuhvc0/artifacts/basic_onboard_pbuhvc0_modules.json", "status": "NOTIFIED" } 2021-05-05T01:12:10.758Z||pool-2-thread-3|||||INFO|500||Missing status on Status Object. 2021-05-05T01:12:10.758Z||pool-2-thread-3|||||DEBUG|500||received message from topic 2021-05-05T01:12:10.758Z||pool-2-thread-3|||||DEBUG|500||recieved notification from broker: { "distributionID": "c89eb62f-d405-4fd9-b8df-015f3c0cc064", "consumerID": "multicloud-windriver-id", "timestamp": 1620176940474, "artifactURL": "/sdc/v1/catalog/services/BasicOnboardPbuhvc/1.0/resourceInstances/basic_onboard_pbuhvc0/artifacts/basic_onboard_pbuhvc0_modules.json", "status": "NOTIFIED" } 2021-05-05T01:12:10.759Z||pool-2-thread-3|||||INFO|500||Missing status on Status Object. 2021-05-05T01:12:10.759Z||pool-2-thread-3|||||DEBUG|500||received message from topic 2021-05-05T01:12:10.759Z||pool-2-thread-3|||||DEBUG|500||recieved notification from broker: { "distributionID": "c89eb62f-d405-4fd9-b8df-015f3c0cc064", "consumerID": "dcae-sch", "timestamp": 1620176942864, "artifactURL": "/sdc/v1/catalog/services/BasicOnboardPbuhvc/1.0/resourceInstances/basic_onboard_pbuhvc0/artifacts/basic_onboard_pbuhvc0_modules.json", "status": "NOT_NOTIFIED" } 2021-05-05T01:12:10.759Z||pool-2-thread-3|||||INFO|500||Missing status on Status Object. 2021-05-05T01:12:10.759Z||pool-2-thread-3|||||DEBUG|500||received message from topic 2021-05-05T01:12:10.759Z||pool-2-thread-3|||||DEBUG|500||recieved notification from broker: { "distributionID": "c89eb62f-d405-4fd9-b8df-015f3c0cc064", "consumerID": "policy-id", "timestamp": 1620176949987, "artifactURL": "/sdc/v1/catalog/services/BasicOnboardPbuhvc/1.0/resourceInstances/basic_onboard_pbuhvc0/artifacts/basic_onboard_pbuhvc0_modules.json", "status": "NOT_NOTIFIED" } 2021-05-05T01:12:10.759Z||pool-2-thread-3|||||INFO|500||Missing status on Status Object. 2021-05-05T01:12:10.759Z||pool-2-thread-3|||||DEBUG|500||received message from topic 2021-05-05T01:12:10.759Z||pool-2-thread-3|||||DEBUG|500||recieved notification from broker: { "distributionID": "c89eb62f-d405-4fd9-b8df-015f3c0cc064", "consumerID": "cds", "timestamp": 1620176945580, "artifactURL": "/sdc/v1/catalog/services/BasicOnboardPbuhvc/1.0/resourceInstances/basic_onboard_pbuhvc0/artifacts/base_ubuntu18.yaml", "status": "NOT_NOTIFIED" } 2021-05-05T01:12:10.759Z||pool-2-thread-3|||||INFO|500||Missing status on Status Object. 2021-05-05T01:12:10.759Z||pool-2-thread-3|||||DEBUG|500||received message from topic 2021-05-05T01:12:10.760Z||pool-2-thread-3|||||DEBUG|500||recieved notification from broker: { "distributionID": "c89eb62f-d405-4fd9-b8df-015f3c0cc064", "consumerID": "multicloud-starlingx-id", "timestamp": 1620176943560, "artifactURL": "/sdc/v1/catalog/services/BasicOnboardPbuhvc/1.0/resourceInstances/basic_onboard_pbuhvc0/artifacts/base_ubuntu18.yaml", "status": "NOTIFIED" } 2021-05-05T01:12:10.760Z||pool-2-thread-3|||||INFO|500||Missing status on Status Object. 2021-05-05T01:12:10.760Z||pool-2-thread-3|||||DEBUG|500||received message from topic 2021-05-05T01:12:10.760Z||pool-2-thread-3|||||DEBUG|500||recieved notification from broker: { "distributionID": "c89eb62f-d405-4fd9-b8df-015f3c0cc064", "consumerID": "sdc-COpenSource-Env11-sdnc-dockero", "timestamp": 1620176940819, "artifactURL": "/sdc/v1/catalog/services/BasicOnboardPbuhvc/1.0/resourceInstances/basic_onboard_pbuhvc0/artifacts/base_ubuntu18.yaml", "status": "NOT_NOTIFIED" } 2021-05-05T01:12:10.760Z||pool-2-thread-3|||||INFO|500||Missing status on Status Object. 2021-05-05T01:12:10.760Z||pool-2-thread-3|||||DEBUG|500||received message from topic 2021-05-05T01:12:10.760Z||pool-2-thread-3|||||DEBUG|500||recieved notification from broker: { "distributionID": "c89eb62f-d405-4fd9-b8df-015f3c0cc064", "consumerID": "multicloud-windriver-id", "timestamp": 1620176940474, "artifactURL": "/sdc/v1/catalog/services/BasicOnboardPbuhvc/1.0/resourceInstances/basic_onboard_pbuhvc0/artifacts/base_ubuntu18.yaml", "status": "NOTIFIED" } 2021-05-05T01:12:10.760Z||pool-2-thread-3|||||INFO|500||Missing status on Status Object. 2021-05-05T01:12:10.760Z||pool-2-thread-3|||||DEBUG|500||received message from topic 2021-05-05T01:12:10.760Z||pool-2-thread-3|||||DEBUG|500||recieved notification from broker: { "distributionID": "c89eb62f-d405-4fd9-b8df-015f3c0cc064", "consumerID": "dcae-sch", "timestamp": 1620176942864, "artifactURL": "/sdc/v1/catalog/services/BasicOnboardPbuhvc/1.0/resourceInstances/basic_onboard_pbuhvc0/artifacts/base_ubuntu18.yaml", "status": "NOT_NOTIFIED" } 2021-05-05T01:12:10.761Z||pool-2-thread-3|||||INFO|500||Missing status on Status Object. 2021-05-05T01:12:10.761Z||pool-2-thread-3|||||DEBUG|500||received message from topic 2021-05-05T01:12:10.761Z||pool-2-thread-3|||||DEBUG|500||recieved notification from broker: { "distributionID": "c89eb62f-d405-4fd9-b8df-015f3c0cc064", "consumerID": "multicloud-k8s-id", "timestamp": 1620176951985, "artifactURL": "/sdc/v1/catalog/services/BasicOnboardPbuhvc/1.0/resourceInstances/basic_onboard_pbuhvc0/artifacts/vf-license-model.xml", "status": "NOT_NOTIFIED" } 2021-05-05T01:12:10.761Z||pool-2-thread-3|||||INFO|500||Missing status on Status Object. 2021-05-05T01:12:10.761Z||pool-2-thread-3|||||DEBUG|500||received message from topic 2021-05-05T01:12:10.761Z||pool-2-thread-3|||||DEBUG|500||recieved notification from broker: { "distributionID": "c89eb62f-d405-4fd9-b8df-015f3c0cc064", "consumerID": "policy-id", "timestamp": 1620176949987, "artifactURL": "/sdc/v1/catalog/services/BasicOnboardPbuhvc/1.0/resourceInstances/basic_onboard_pbuhvc0/artifacts/base_ubuntu18.yaml", "status": "NOTIFIED" } 2021-05-05T01:12:10.761Z||pool-2-thread-3|||||INFO|500||Missing status on Status Object. 2021-05-05T01:12:10.761Z||pool-2-thread-3|||||DEBUG|500||received message from topic 2021-05-05T01:12:10.761Z||pool-2-thread-3|||||DEBUG|500||recieved notification from broker: { "distributionID": "c89eb62f-d405-4fd9-b8df-015f3c0cc064", "consumerID": "cds", "timestamp": 1620176945580, "artifactURL": "/sdc/v1/catalog/services/BasicOnboardPbuhvc/1.0/resourceInstances/basic_onboard_pbuhvc0/artifacts/vendor-license-model.xml", "status": "NOT_NOTIFIED" } 2021-05-05T01:12:10.761Z||pool-2-thread-3|||||INFO|500||Missing status on Status Object. 2021-05-05T01:12:10.761Z||pool-2-thread-3|||||DEBUG|500||received message from topic 2021-05-05T01:12:10.761Z||pool-2-thread-3|||||DEBUG|500||recieved notification from broker: { "distributionID": "c89eb62f-d405-4fd9-b8df-015f3c0cc064", "consumerID": "multicloud-starlingx-id", "timestamp": 1620176943560, "artifactURL": "/sdc/v1/catalog/services/BasicOnboardPbuhvc/1.0/resourceInstances/basic_onboard_pbuhvc0/artifacts/vendor-license-model.xml", "status": "NOT_NOTIFIED" } 2021-05-05T01:12:10.762Z||pool-2-thread-3|||||INFO|500||Missing status on Status Object. 2021-05-05T01:12:10.762Z||pool-2-thread-3|||||DEBUG|500||received message from topic 2021-05-05T01:12:10.762Z||pool-2-thread-3|||||DEBUG|500||recieved notification from broker: { "distributionID": "c89eb62f-d405-4fd9-b8df-015f3c0cc064", "consumerID": "sdc-COpenSource-Env11-sdnc-dockero", "timestamp": 1620176940819, "artifactURL": "/sdc/v1/catalog/services/BasicOnboardPbuhvc/1.0/resourceInstances/basic_onboard_pbuhvc0/artifacts/vendor-license-model.xml", "status": "NOT_NOTIFIED" } 2021-05-05T01:12:10.762Z||pool-2-thread-3|||||INFO|500||Missing status on Status Object. 2021-05-05T01:12:10.762Z||pool-2-thread-3|||||DEBUG|500||received message from topic 2021-05-05T01:12:10.762Z||pool-2-thread-3|||||DEBUG|500||recieved notification from broker: { "distributionID": "c89eb62f-d405-4fd9-b8df-015f3c0cc064", "consumerID": "multicloud-windriver-id", "timestamp": 1620176940474, "artifactURL": "/sdc/v1/catalog/services/BasicOnboardPbuhvc/1.0/resourceInstances/basic_onboard_pbuhvc0/artifacts/vendor-license-model.xml", "status": "NOT_NOTIFIED" } 2021-05-05T01:12:10.762Z||pool-2-thread-3|||||INFO|500||Missing status on Status Object. 2021-05-05T01:12:10.763Z||pool-2-thread-3|||||DEBUG|500||received message from topic 2021-05-05T01:12:10.763Z||pool-2-thread-3|||||DEBUG|500||recieved notification from broker: { "distributionID": "c89eb62f-d405-4fd9-b8df-015f3c0cc064", "consumerID": "dcae-sch", "timestamp": 1620176942864, "artifactURL": "/sdc/v1/catalog/services/BasicOnboardPbuhvc/1.0/resourceInstances/basic_onboard_pbuhvc0/artifacts/vendor-license-model.xml", "status": "NOT_NOTIFIED" } 2021-05-05T01:12:10.763Z||pool-2-thread-3|||||INFO|500||Missing status on Status Object. 2021-05-05T01:12:10.763Z||pool-2-thread-3|||||DEBUG|500||received message from topic 2021-05-05T01:12:10.763Z||pool-2-thread-3|||||DEBUG|500||recieved notification from broker: { "distributionID": "c89eb62f-d405-4fd9-b8df-015f3c0cc064", "consumerID": "multicloud-k8s-id", "timestamp": 1620176951985, "artifactURL": "/sdc/v1/catalog/services/BasicOnboardPbuhvc/1.0/resourceInstances/basic_onboard_pbuhvc0/artifacts/basic_onboard_pbuhvc0_modules.json", "status": "NOTIFIED" } 2021-05-05T01:12:10.763Z||pool-2-thread-3|||||INFO|500||Missing status on Status Object. 2021-05-05T01:12:10.763Z||pool-2-thread-3|||||DEBUG|500||received message from topic 2021-05-05T01:12:10.763Z||pool-2-thread-3|||||DEBUG|500||recieved notification from broker: { "distributionID": "c89eb62f-d405-4fd9-b8df-015f3c0cc064", "consumerID": "policy-id", "timestamp": 1620176949987, "artifactURL": "/sdc/v1/catalog/services/BasicOnboardPbuhvc/1.0/resourceInstances/basic_onboard_pbuhvc0/artifacts/vendor-license-model.xml", "status": "NOT_NOTIFIED" } 2021-05-05T01:12:10.763Z||pool-2-thread-3|||||INFO|500||Missing status on Status Object. 2021-05-05T01:12:10.763Z||pool-2-thread-3|||||DEBUG|500||received message from topic 2021-05-05T01:12:10.763Z||pool-2-thread-3|||||DEBUG|500||recieved notification from broker: { "distributionID": "c89eb62f-d405-4fd9-b8df-015f3c0cc064", "consumerID": "cds", "timestamp": 1620176945580, "artifactURL": "/sdc/v1/catalog/services/BasicOnboardPbuhvc/1.0/resourceInstances/basic_onboard_pbuhvc0/artifacts/base_ubuntu18.env", "status": "NOT_NOTIFIED" } 2021-05-05T01:12:10.763Z||pool-2-thread-3|||||INFO|500||Missing status on Status Object. 2021-05-05T01:12:10.763Z||pool-2-thread-3|||||DEBUG|500||received message from topic 2021-05-05T01:12:10.764Z||pool-2-thread-3|||||DEBUG|500||recieved notification from broker: { "distributionID": "c89eb62f-d405-4fd9-b8df-015f3c0cc064", "consumerID": "multicloud-starlingx-id", "timestamp": 1620176943560, "artifactURL": "/sdc/v1/catalog/services/BasicOnboardPbuhvc/1.0/resourceInstances/basic_onboard_pbuhvc0/artifacts/base_ubuntu18.env", "status": "NOTIFIED" } 2021-05-05T01:12:10.764Z||pool-2-thread-3|||||INFO|500||Missing status on Status Object. 2021-05-05T01:12:10.764Z||pool-2-thread-3|||||DEBUG|500||received message from topic 2021-05-05T01:12:10.764Z||pool-2-thread-3|||||DEBUG|500||recieved notification from broker: { "distributionID": "c89eb62f-d405-4fd9-b8df-015f3c0cc064", "consumerID": "sdc-COpenSource-Env11-sdnc-dockero", "timestamp": 1620176940819, "artifactURL": "/sdc/v1/catalog/services/BasicOnboardPbuhvc/1.0/resourceInstances/basic_onboard_pbuhvc0/artifacts/base_ubuntu18.env", "status": "NOT_NOTIFIED" } 2021-05-05T01:12:10.764Z||pool-2-thread-3|||||INFO|500||Missing status on Status Object. 2021-05-05T01:12:10.764Z||pool-2-thread-3|||||DEBUG|500||received message from topic 2021-05-05T01:12:10.764Z||pool-2-thread-3|||||DEBUG|500||recieved notification from broker: { "distributionID": "c89eb62f-d405-4fd9-b8df-015f3c0cc064", "consumerID": "multicloud-windriver-id", "timestamp": 1620176940474, "artifactURL": "/sdc/v1/catalog/services/BasicOnboardPbuhvc/1.0/resourceInstances/basic_onboard_pbuhvc0/artifacts/base_ubuntu18.env", "status": "NOTIFIED" } 2021-05-05T01:12:10.764Z||pool-2-thread-3|||||INFO|500||Missing status on Status Object. 2021-05-05T01:12:10.764Z||pool-2-thread-3|||||DEBUG|500||received message from topic 2021-05-05T01:12:10.764Z||pool-2-thread-3|||||DEBUG|500||recieved notification from broker: { "distributionID": "c89eb62f-d405-4fd9-b8df-015f3c0cc064", "consumerID": "dcae-sch", "timestamp": 1620176942864, "artifactURL": "/sdc/v1/catalog/services/BasicOnboardPbuhvc/1.0/resourceInstances/basic_onboard_pbuhvc0/artifacts/base_ubuntu18.env", "status": "NOT_NOTIFIED" } 2021-05-05T01:12:10.764Z||pool-2-thread-3|||||INFO|500||Missing status on Status Object. 2021-05-05T01:12:10.764Z||pool-2-thread-3|||||DEBUG|500||received message from topic 2021-05-05T01:12:10.764Z||pool-2-thread-3|||||DEBUG|500||recieved notification from broker: { "distributionID": "c89eb62f-d405-4fd9-b8df-015f3c0cc064", "consumerID": "multicloud-k8s-id", "timestamp": 1620176951985, "artifactURL": "/sdc/v1/catalog/services/BasicOnboardPbuhvc/1.0/resourceInstances/basic_onboard_pbuhvc0/artifacts/base_ubuntu18.yaml", "status": "NOTIFIED" } 2021-05-05T01:12:10.765Z||pool-2-thread-3|||||INFO|500||Missing status on Status Object. 2021-05-05T01:12:10.765Z||pool-2-thread-3|||||DEBUG|500||received message from topic 2021-05-05T01:12:10.765Z||pool-2-thread-3|||||DEBUG|500||recieved notification from broker: { "distributionID": "c89eb62f-d405-4fd9-b8df-015f3c0cc064", "consumerID": "policy-id", "timestamp": 1620176949987, "artifactURL": "/sdc/v1/catalog/services/BasicOnboardPbuhvc/1.0/resourceInstances/basic_onboard_pbuhvc0/artifacts/base_ubuntu18.env", "status": "NOT_NOTIFIED" } 2021-05-05T01:12:10.765Z||pool-2-thread-3|||||INFO|500||Missing status on Status Object. 2021-05-05T01:12:10.765Z||pool-2-thread-3|||||DEBUG|500||received message from topic 2021-05-05T01:12:10.765Z||pool-2-thread-3|||||DEBUG|500||recieved notification from broker: { "distributionID": "c89eb62f-d405-4fd9-b8df-015f3c0cc064", "consumerID": "clamp", "timestamp": 1620176954364, "artifactURL": "/sdc/v1/catalog/services/BasicOnboardPbuhvc/1.0/resourceInstances/basic_onboard_pbuhvc0/artifacts/vf-license-model.xml", "status": "NOT_NOTIFIED" } 2021-05-05T01:12:10.765Z||pool-2-thread-3|||||INFO|500||Missing status on Status Object. 2021-05-05T01:12:10.765Z||pool-2-thread-3|||||DEBUG|500||received message from topic 2021-05-05T01:12:10.765Z||pool-2-thread-3|||||DEBUG|500||recieved notification from broker: { "distributionID": "c89eb62f-d405-4fd9-b8df-015f3c0cc064", "consumerID": "cds", "timestamp": 1620176945580, "artifactURL": "/sdc/v1/catalog/services/BasicOnboardPbuhvc/1.0/artifacts/service-BasicOnboardPbuhvc-template.yml", "status": "NOT_NOTIFIED" } 2021-05-05T01:12:10.766Z||pool-2-thread-3|||||INFO|500||Missing status on Status Object. 2021-05-05T01:12:10.766Z||pool-2-thread-3|||||DEBUG|500||received message from topic 2021-05-05T01:12:10.766Z||pool-2-thread-3|||||DEBUG|500||recieved notification from broker: { "distributionID": "c89eb62f-d405-4fd9-b8df-015f3c0cc064", "consumerID": "multicloud-starlingx-id", "timestamp": 1620176943560, "artifactURL": "/sdc/v1/catalog/services/BasicOnboardPbuhvc/1.0/artifacts/service-BasicOnboardPbuhvc-template.yml", "status": "NOT_NOTIFIED" } 2021-05-05T01:12:10.766Z||pool-2-thread-3|||||INFO|500||Missing status on Status Object. 2021-05-05T01:12:10.766Z||pool-2-thread-3|||||DEBUG|500||received message from topic 2021-05-05T01:12:10.766Z||pool-2-thread-3|||||DEBUG|500||recieved notification from broker: { "distributionID": "c89eb62f-d405-4fd9-b8df-015f3c0cc064", "consumerID": "sdc-COpenSource-Env11-sdnc-dockero", "timestamp": 1620176940819, "artifactURL": "/sdc/v1/catalog/services/BasicOnboardPbuhvc/1.0/artifacts/service-BasicOnboardPbuhvc-template.yml", "status": "NOT_NOTIFIED" } 2021-05-05T01:12:10.766Z||pool-2-thread-3|||||INFO|500||Missing status on Status Object. 2021-05-05T01:12:10.766Z||pool-2-thread-3|||||DEBUG|500||received message from topic 2021-05-05T01:12:10.766Z||pool-2-thread-3|||||DEBUG|500||recieved notification from broker: { "distributionID": "c89eb62f-d405-4fd9-b8df-015f3c0cc064", "consumerID": "multicloud-windriver-id", "timestamp": 1620176940474, "artifactURL": "/sdc/v1/catalog/services/BasicOnboardPbuhvc/1.0/artifacts/service-BasicOnboardPbuhvc-template.yml", "status": "NOT_NOTIFIED" } 2021-05-05T01:12:10.767Z||pool-2-thread-3|||||INFO|500||Missing status on Status Object. 2021-05-05T01:12:10.767Z||pool-2-thread-3|||||DEBUG|500||received message from topic 2021-05-05T01:12:10.767Z||pool-2-thread-3|||||DEBUG|500||recieved notification from broker: { "distributionID": "c89eb62f-d405-4fd9-b8df-015f3c0cc064", "consumerID": "dcae-sch", "timestamp": 1620176942864, "artifactURL": "/sdc/v1/catalog/services/BasicOnboardPbuhvc/1.0/artifacts/service-BasicOnboardPbuhvc-template.yml", "status": "NOT_NOTIFIED" } 2021-05-05T01:12:10.767Z||pool-2-thread-3|||||INFO|500||Missing status on Status Object. 2021-05-05T01:12:10.767Z||pool-2-thread-3|||||DEBUG|500||received message from topic 2021-05-05T01:12:10.767Z||pool-2-thread-3|||||DEBUG|500||recieved notification from broker: { "distributionID": "c89eb62f-d405-4fd9-b8df-015f3c0cc064", "consumerID": "ves-openapi-manager", "timestamp": 1620176954784, "artifactURL": "/sdc/v1/catalog/services/BasicOnboardPbuhvc/1.0/resourceInstances/basic_onboard_pbuhvc0/artifacts/vf-license-model.xml", "status": "NOT_NOTIFIED" } 2021-05-05T01:12:10.767Z||pool-2-thread-3|||||INFO|500||Missing status on Status Object. 2021-05-05T01:12:10.767Z||pool-2-thread-3|||||DEBUG|500||received message from topic 2021-05-05T01:12:10.767Z||pool-2-thread-3|||||DEBUG|500||recieved notification from broker: { "distributionID": "c89eb62f-d405-4fd9-b8df-015f3c0cc064", "consumerID": "multicloud-k8s-id", "timestamp": 1620176951985, "artifactURL": "/sdc/v1/catalog/services/BasicOnboardPbuhvc/1.0/resourceInstances/basic_onboard_pbuhvc0/artifacts/vendor-license-model.xml", "status": "NOT_NOTIFIED" } 2021-05-05T01:12:10.767Z||pool-2-thread-3|||||INFO|500||Missing status on Status Object. 2021-05-05T01:12:10.767Z||pool-2-thread-3|||||DEBUG|500||received message from topic 2021-05-05T01:12:10.767Z||pool-2-thread-3|||||DEBUG|500||recieved notification from broker: { "distributionID": "c89eb62f-d405-4fd9-b8df-015f3c0cc064", "consumerID": "policy-id", "timestamp": 1620176949987, "artifactURL": "/sdc/v1/catalog/services/BasicOnboardPbuhvc/1.0/artifacts/service-BasicOnboardPbuhvc-template.yml", "status": "NOT_NOTIFIED" } 2021-05-05T01:12:10.767Z||pool-2-thread-3|||||INFO|500||Missing status on Status Object. 2021-05-05T01:12:10.768Z||pool-2-thread-3|||||DEBUG|500||received message from topic 2021-05-05T01:12:10.768Z||pool-2-thread-3|||||DEBUG|500||recieved notification from broker: { "distributionID": "c89eb62f-d405-4fd9-b8df-015f3c0cc064", "consumerID": "clamp", "timestamp": 1620176954364, "artifactURL": "/sdc/v1/catalog/services/BasicOnboardPbuhvc/1.0/resourceInstances/basic_onboard_pbuhvc0/artifacts/basic_onboard_pbuhvc0_modules.json", "status": "NOTIFIED" } 2021-05-05T01:12:10.768Z||pool-2-thread-3|||||INFO|500||Missing status on Status Object. 2021-05-05T01:12:10.768Z||pool-2-thread-3|||||DEBUG|500||received message from topic 2021-05-05T01:12:10.768Z||pool-2-thread-3|||||DEBUG|500||recieved notification from broker: { "distributionID": "c89eb62f-d405-4fd9-b8df-015f3c0cc064", "consumerID": "cds", "timestamp": 1620176945580, "artifactURL": "/sdc/v1/catalog/services/BasicOnboardPbuhvc/1.0/artifacts/service-BasicOnboardPbuhvc-csar.csar", "status": "NOTIFIED" } 2021-05-05T01:12:10.768Z||pool-2-thread-3|||||INFO|500||Missing status on Status Object. 2021-05-05T01:12:10.768Z||pool-2-thread-3|||||DEBUG|500||received message from topic 2021-05-05T01:12:10.768Z||pool-2-thread-3|||||DEBUG|500||recieved notification from broker: { "distributionID": "c89eb62f-d405-4fd9-b8df-015f3c0cc064", "consumerID": "multicloud-starlingx-id", "timestamp": 1620176943560, "artifactURL": "/sdc/v1/catalog/services/BasicOnboardPbuhvc/1.0/artifacts/service-BasicOnboardPbuhvc-csar.csar", "status": "NOTIFIED" } 2021-05-05T01:12:10.768Z||pool-2-thread-3|||||INFO|500||Missing status on Status Object. 2021-05-05T01:12:10.768Z||pool-2-thread-3|||||DEBUG|500||received message from topic 2021-05-05T01:12:10.768Z||pool-2-thread-3|||||DEBUG|500||recieved notification from broker: { "distributionID": "c89eb62f-d405-4fd9-b8df-015f3c0cc064", "consumerID": "sdc-COpenSource-Env11-sdnc-dockero", "timestamp": 1620176940819, "artifactURL": "/sdc/v1/catalog/services/BasicOnboardPbuhvc/1.0/artifacts/service-BasicOnboardPbuhvc-csar.csar", "status": "NOTIFIED" } 2021-05-05T01:12:10.768Z||pool-2-thread-3|||||INFO|500||Missing status on Status Object. 2021-05-05T01:12:10.769Z||pool-2-thread-3|||||DEBUG|500||received message from topic 2021-05-05T01:12:10.769Z||pool-2-thread-3|||||DEBUG|500||recieved notification from broker: { "distributionID": "c89eb62f-d405-4fd9-b8df-015f3c0cc064", "consumerID": "multicloud-windriver-id", "timestamp": 1620176940474, "artifactURL": "/sdc/v1/catalog/services/BasicOnboardPbuhvc/1.0/artifacts/service-BasicOnboardPbuhvc-csar.csar", "status": "NOTIFIED" } 2021-05-05T01:12:10.769Z||pool-2-thread-3|||||INFO|500||Missing status on Status Object. 2021-05-05T01:12:10.769Z||pool-2-thread-3|||||DEBUG|500||received message from topic 2021-05-05T01:12:10.769Z||pool-2-thread-3|||||DEBUG|500||recieved notification from broker: { "distributionID": "c89eb62f-d405-4fd9-b8df-015f3c0cc064", "consumerID": "dcae-sch", "timestamp": 1620176942864, "artifactURL": "/sdc/v1/catalog/services/BasicOnboardPbuhvc/1.0/artifacts/service-BasicOnboardPbuhvc-csar.csar", "status": "NOT_NOTIFIED" } 2021-05-05T01:12:10.769Z||pool-2-thread-3|||||INFO|500||Missing status on Status Object. 2021-05-05T01:12:10.769Z||pool-2-thread-3|||||DEBUG|500||received message from topic 2021-05-05T01:12:10.769Z||pool-2-thread-3|||||DEBUG|500||recieved notification from broker: { "distributionID": "c89eb62f-d405-4fd9-b8df-015f3c0cc064", "consumerID": "ves-openapi-manager", "timestamp": 1620176954784, "artifactURL": "/sdc/v1/catalog/services/BasicOnboardPbuhvc/1.0/resourceInstances/basic_onboard_pbuhvc0/artifacts/basic_onboard_pbuhvc0_modules.json", "status": "NOT_NOTIFIED" } 2021-05-05T01:12:10.769Z||pool-2-thread-3|||||INFO|500||Missing status on Status Object. 2021-05-05T01:12:10.769Z||pool-2-thread-3|||||DEBUG|500||received message from topic 2021-05-05T01:12:10.769Z||pool-2-thread-3|||||DEBUG|500||recieved notification from broker: { "distributionID": "c89eb62f-d405-4fd9-b8df-015f3c0cc064", "consumerID": "multicloud-k8s-id", "timestamp": 1620176951985, "artifactURL": "/sdc/v1/catalog/services/BasicOnboardPbuhvc/1.0/resourceInstances/basic_onboard_pbuhvc0/artifacts/base_ubuntu18.env", "status": "NOTIFIED" } 2021-05-05T01:12:10.769Z||pool-2-thread-3|||||INFO|500||Missing status on Status Object. 2021-05-05T01:12:10.769Z||pool-2-thread-3|||||DEBUG|500||received message from topic 2021-05-05T01:12:10.769Z||pool-2-thread-3|||||DEBUG|500||recieved notification from broker: { "distributionID": "c89eb62f-d405-4fd9-b8df-015f3c0cc064", "consumerID": "policy-id", "timestamp": 1620176949987, "artifactURL": "/sdc/v1/catalog/services/BasicOnboardPbuhvc/1.0/artifacts/service-BasicOnboardPbuhvc-csar.csar", "status": "NOTIFIED" } 2021-05-05T01:12:10.769Z||pool-2-thread-3|||||INFO|500||Missing status on Status Object. 2021-05-05T01:12:10.770Z||pool-2-thread-3|||||DEBUG|500||received message from topic 2021-05-05T01:12:10.770Z||pool-2-thread-3|||||DEBUG|500||recieved notification from broker: { "distributionID": "c89eb62f-d405-4fd9-b8df-015f3c0cc064", "consumerID": "clamp", "timestamp": 1620176954364, "artifactURL": "/sdc/v1/catalog/services/BasicOnboardPbuhvc/1.0/resourceInstances/basic_onboard_pbuhvc0/artifacts/base_ubuntu18.yaml", "status": "NOT_NOTIFIED" } 2021-05-05T01:12:10.770Z||pool-2-thread-3|||||INFO|500||Missing status on Status Object. 2021-05-05T01:12:10.770Z||pool-2-thread-3|||||DEBUG|500||received message from topic 2021-05-05T01:12:10.770Z||pool-2-thread-3|||||DEBUG|500||recieved notification from broker: { "distributionID": "c89eb62f-d405-4fd9-b8df-015f3c0cc064", "consumerID": "ves-openapi-manager", "timestamp": 1620176954784, "artifactURL": "/sdc/v1/catalog/services/BasicOnboardPbuhvc/1.0/resourceInstances/basic_onboard_pbuhvc0/artifacts/base_ubuntu18.yaml", "status": "NOT_NOTIFIED" } 2021-05-05T01:12:10.770Z||pool-2-thread-3|||||INFO|500||Missing status on Status Object. 2021-05-05T01:12:10.770Z||pool-2-thread-3|||||DEBUG|500||received message from topic 2021-05-05T01:12:10.770Z||pool-2-thread-3|||||DEBUG|500||recieved notification from broker: { "distributionID": "c89eb62f-d405-4fd9-b8df-015f3c0cc064", "consumerID": "multicloud-k8s-id", "timestamp": 1620176951985, "artifactURL": "/sdc/v1/catalog/services/BasicOnboardPbuhvc/1.0/artifacts/service-BasicOnboardPbuhvc-template.yml", "status": "NOT_NOTIFIED" } 2021-05-05T01:12:10.770Z||pool-2-thread-3|||||INFO|500||Missing status on Status Object. 2021-05-05T01:12:10.770Z||pool-2-thread-3|||||DEBUG|500||received message from topic 2021-05-05T01:12:10.770Z||pool-2-thread-3|||||DEBUG|500||recieved notification from broker: { "distributionID": "c89eb62f-d405-4fd9-b8df-015f3c0cc064", "consumerID": "aai-ml", "timestamp": 1620176957262, "artifactURL": "/sdc/v1/catalog/services/BasicOnboardPbuhvc/1.0/resourceInstances/basic_onboard_pbuhvc0/artifacts/vf-license-model.xml", "status": "NOT_NOTIFIED" } 2021-05-05T01:12:10.770Z||pool-2-thread-3|||||INFO|500||Missing status on Status Object. 2021-05-05T01:12:10.770Z||pool-2-thread-3|||||DEBUG|500||received message from topic 2021-05-05T01:12:10.770Z||pool-2-thread-3|||||DEBUG|500||recieved notification from broker: { "distributionID": "c89eb62f-d405-4fd9-b8df-015f3c0cc064", "consumerID": "clamp", "timestamp": 1620176954364, "artifactURL": "/sdc/v1/catalog/services/BasicOnboardPbuhvc/1.0/resourceInstances/basic_onboard_pbuhvc0/artifacts/vendor-license-model.xml", "status": "NOT_NOTIFIED" } 2021-05-05T01:12:10.770Z||pool-2-thread-3|||||INFO|500||Missing status on Status Object. 2021-05-05T01:12:10.770Z||pool-2-thread-3|||||DEBUG|500||received message from topic 2021-05-05T01:12:10.770Z||pool-2-thread-3|||||DEBUG|500||recieved notification from broker: { "distributionID": "c89eb62f-d405-4fd9-b8df-015f3c0cc064", "consumerID": "cds", "timestamp": 1620176958197, "artifactURL": "/sdc/v1/catalog/services/BasicOnboardPbuhvc/1.0/artifacts/service-BasicOnboardPbuhvc-csar.csar", "status": "DOWNLOAD_OK" } 2021-05-05T01:12:10.771Z||pool-2-thread-3|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error' 2021-05-05T01:12:10.771Z||pool-2-thread-3|||||DEBUG|500||received message from topic 2021-05-05T01:12:10.771Z||pool-2-thread-3|||||DEBUG|500||recieved notification from broker: { "distributionID": "c89eb62f-d405-4fd9-b8df-015f3c0cc064", "consumerID": "multicloud-starlingx-id", "timestamp": 1620176958213, "artifactURL": "/sdc/v1/catalog/services/BasicOnboardPbuhvc/1.0/resourceInstances/basic_onboard_pbuhvc0/artifacts/basic_onboard_pbuhvc0_modules.json", "status": "DOWNLOAD_OK" } 2021-05-05T01:12:10.771Z||pool-2-thread-3|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error' 2021-05-05T01:12:10.771Z||pool-2-thread-3|||||DEBUG|500||received message from topic 2021-05-05T01:12:10.771Z||pool-2-thread-3|||||DEBUG|500||recieved notification from broker: { "distributionID": "c89eb62f-d405-4fd9-b8df-015f3c0cc064", "consumerID": "sdc-COpenSource-Env11-sdnc-dockero", "timestamp": 1620176958218, "artifactURL": "/sdc/v1/catalog/services/BasicOnboardPbuhvc/1.0/artifacts/service-BasicOnboardPbuhvc-csar.csar", "status": "DOWNLOAD_OK" } 2021-05-05T01:12:10.771Z||pool-2-thread-3|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error' 2021-05-05T01:12:10.771Z||pool-2-thread-3|||||DEBUG|500||received message from topic 2021-05-05T01:12:10.771Z||pool-2-thread-3|||||DEBUG|500||recieved notification from broker: { "distributionID": "c89eb62f-d405-4fd9-b8df-015f3c0cc064", "consumerID": "multicloud-windriver-id", "timestamp": 1620176958409, "artifactURL": "/sdc/v1/catalog/services/BasicOnboardPbuhvc/1.0/resourceInstances/basic_onboard_pbuhvc0/artifacts/basic_onboard_pbuhvc0_modules.json", "status": "DOWNLOAD_OK" } 2021-05-05T01:12:10.771Z||pool-2-thread-3|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error' 2021-05-05T01:12:10.771Z||pool-2-thread-3|||||DEBUG|500||received message from topic 2021-05-05T01:12:10.771Z||pool-2-thread-3|||||DEBUG|500||recieved notification from broker: { "distributionID": "c89eb62f-d405-4fd9-b8df-015f3c0cc064", "consumerID": "ves-openapi-manager", "timestamp": 1620176954784, "artifactURL": "/sdc/v1/catalog/services/BasicOnboardPbuhvc/1.0/resourceInstances/basic_onboard_pbuhvc0/artifacts/vendor-license-model.xml", "status": "NOT_NOTIFIED" } 2021-05-05T01:12:10.771Z||pool-2-thread-3|||||INFO|500||Missing status on Status Object. 2021-05-05T01:12:10.771Z||pool-2-thread-3|||||DEBUG|500||received message from topic 2021-05-05T01:12:10.771Z||pool-2-thread-3|||||DEBUG|500||recieved notification from broker: { "distributionID": "c89eb62f-d405-4fd9-b8df-015f3c0cc064", "consumerID": "policy-id", "timestamp": 1620176958417, "artifactURL": "/sdc/v1/catalog/services/BasicOnboardPbuhvc/1.0/artifacts/service-BasicOnboardPbuhvc-csar.csar", "status": "DOWNLOAD_OK" } 2021-05-05T01:12:10.771Z||pool-2-thread-3|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error' 2021-05-05T01:12:10.772Z||pool-2-thread-3|||||DEBUG|500||received message from topic 2021-05-05T01:12:10.772Z||pool-2-thread-3|||||DEBUG|500||recieved notification from broker: { "distributionID": "c89eb62f-d405-4fd9-b8df-015f3c0cc064", "consumerID": "multicloud-k8s-id", "timestamp": 1620176951985, "artifactURL": "/sdc/v1/catalog/services/BasicOnboardPbuhvc/1.0/artifacts/service-BasicOnboardPbuhvc-csar.csar", "status": "NOTIFIED" } 2021-05-05T01:12:10.772Z||pool-2-thread-3|||||INFO|500||Missing status on Status Object. 2021-05-05T01:12:10.772Z||pool-2-thread-3|||||DEBUG|500||received message from topic 2021-05-05T01:12:10.772Z||pool-2-thread-3|||||DEBUG|500||recieved notification from broker: { "distributionID": "c89eb62f-d405-4fd9-b8df-015f3c0cc064", "consumerID": "aai-ml", "timestamp": 1620176957262, "artifactURL": "/sdc/v1/catalog/services/BasicOnboardPbuhvc/1.0/resourceInstances/basic_onboard_pbuhvc0/artifacts/basic_onboard_pbuhvc0_modules.json", "status": "NOT_NOTIFIED" } 2021-05-05T01:12:10.772Z||pool-2-thread-3|||||INFO|500||Missing status on Status Object. 2021-05-05T01:12:10.772Z||pool-2-thread-3|||||DEBUG|500||received message from topic 2021-05-05T01:12:10.772Z||pool-2-thread-3|||||DEBUG|500||recieved notification from broker: { "distributionID": "c89eb62f-d405-4fd9-b8df-015f3c0cc064", "consumerID": "clamp", "timestamp": 1620176954364, "artifactURL": "/sdc/v1/catalog/services/BasicOnboardPbuhvc/1.0/resourceInstances/basic_onboard_pbuhvc0/artifacts/base_ubuntu18.env", "status": "NOT_NOTIFIED" } 2021-05-05T01:12:10.772Z||pool-2-thread-3|||||INFO|500||Missing status on Status Object. 2021-05-05T01:12:10.772Z||pool-2-thread-3|||||DEBUG|500||received message from topic 2021-05-05T01:12:10.772Z||pool-2-thread-3|||||DEBUG|500||recieved notification from broker: { "distributionID": "c89eb62f-d405-4fd9-b8df-015f3c0cc064", "consumerID": "cds", "timestamp": 1620176959201, "artifactURL": "/sdc/v1/catalog/services/BasicOnboardPbuhvc/1.0/artifacts/service-BasicOnboardPbuhvc-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=? 2021-05-05T01:12:10.778Z||pool-2-thread-3|||||DEBUG|500||Receive a callback componentStatus in ASDC, for componentName: cds and status of COMPONENT_DONE_OK distributionID of c89eb62f-d405-4fd9-b8df-015f3c0cc064 2021-05-05T01:12:10.778Z||pool-2-thread-3|||||DEBUG|500||Entering installTheComponentStatus for distributionId c89eb62f-d405-4fd9-b8df-015f3c0cc064 and ComponentName cds Hibernate: select watchdogco0_.COMPONENT_NAME as componen1_12_0_, watchdogco0_.DISTRIBUTION_ID as distribu2_12_0_, watchdogco0_.COMPONENT_DISTRIBUTION_STATUS as componen3_12_0_, watchdogco0_.CREATE_TIME as create_t4_12_0_, watchdogco0_.MODIFY_TIME as modify_t5_12_0_ from watchdog_per_component_distribution_status watchdogco0_ where watchdogco0_.COMPONENT_NAME=? and watchdogco0_.DISTRIBUTION_ID=? Hibernate: insert into watchdog_per_component_distribution_status (COMPONENT_DISTRIBUTION_STATUS, CREATE_TIME, MODIFY_TIME, COMPONENT_NAME, DISTRIBUTION_ID) values (?, ?, ?, ?, ?) 2021-05-05T01:12:10.788Z||pool-2-thread-3|||||DEBUG|500||received message from topic 2021-05-05T01:12:10.788Z||pool-2-thread-3|||||DEBUG|500||recieved notification from broker: { "distributionID": "c89eb62f-d405-4fd9-b8df-015f3c0cc064", "consumerID": "ves-openapi-manager", "timestamp": 1620176954784, "artifactURL": "/sdc/v1/catalog/services/BasicOnboardPbuhvc/1.0/resourceInstances/basic_onboard_pbuhvc0/artifacts/base_ubuntu18.env", "status": "NOT_NOTIFIED" } 2021-05-05T01:12:10.788Z||pool-2-thread-3|||||INFO|500||Missing status on Status Object. 2021-05-05T01:12:10.789Z||pool-2-thread-3|||||DEBUG|500||received message from topic 2021-05-05T01:12:10.789Z||pool-2-thread-3|||||DEBUG|500||recieved notification from broker: { "distributionID": "c89eb62f-d405-4fd9-b8df-015f3c0cc064", "consumerID": "policy-id", "timestamp": 1620176959420, "artifactURL": "/sdc/v1/catalog/services/BasicOnboardPbuhvc/1.0/artifacts/service-BasicOnboardPbuhvc-csar.csar", "status": "DEPLOY_OK" } 2021-05-05T01:12:10.789Z||pool-2-thread-3|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error' 2021-05-05T01:12:10.789Z||pool-2-thread-3|||||DEBUG|500||received message from topic 2021-05-05T01:12:10.789Z||pool-2-thread-3|||||DEBUG|500||recieved notification from broker: { "distributionID": "c89eb62f-d405-4fd9-b8df-015f3c0cc064", "consumerID": "multicloud-starlingx-id", "timestamp": 1620176959622, "artifactURL": "/sdc/v1/catalog/services/BasicOnboardPbuhvc/1.0/resourceInstances/basic_onboard_pbuhvc0/artifacts/base_ubuntu18.yaml", "status": "DOWNLOAD_OK" } 2021-05-05T01:12:10.789Z||pool-2-thread-3|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error' 2021-05-05T01:12:10.789Z||pool-2-thread-3|||||DEBUG|500||received message from topic 2021-05-05T01:12:10.789Z||pool-2-thread-3|||||DEBUG|500||recieved notification from broker: { "distributionID": "c89eb62f-d405-4fd9-b8df-015f3c0cc064", "consumerID": "multicloud-windriver-id", "timestamp": 1620176959840, "artifactURL": "/sdc/v1/catalog/services/BasicOnboardPbuhvc/1.0/resourceInstances/basic_onboard_pbuhvc0/artifacts/base_ubuntu18.yaml", "status": "DOWNLOAD_OK" } 2021-05-05T01:12:10.789Z||pool-2-thread-3|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error' 2021-05-05T01:12:10.789Z||pool-2-thread-3|||||DEBUG|500||received message from topic 2021-05-05T01:12:10.789Z||pool-2-thread-3|||||DEBUG|500||recieved notification from broker: { "distributionID": "c89eb62f-d405-4fd9-b8df-015f3c0cc064", "consumerID": "multicloud-k8s-id", "timestamp": 1620176959882, "artifactURL": "/sdc/v1/catalog/services/BasicOnboardPbuhvc/1.0/resourceInstances/basic_onboard_pbuhvc0/artifacts/basic_onboard_pbuhvc0_modules.json", "status": "DOWNLOAD_OK" } 2021-05-05T01:12:10.790Z||pool-2-thread-3|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error' 2021-05-05T01:12:10.790Z||pool-2-thread-3|||||DEBUG|500||received message from topic 2021-05-05T01:12:10.790Z||pool-2-thread-3|||||DEBUG|500||recieved notification from broker: { "distributionID": "c89eb62f-d405-4fd9-b8df-015f3c0cc064", "consumerID": "aai-ml", "timestamp": 1620176957262, "artifactURL": "/sdc/v1/catalog/services/BasicOnboardPbuhvc/1.0/resourceInstances/basic_onboard_pbuhvc0/artifacts/base_ubuntu18.yaml", "status": "NOT_NOTIFIED" } 2021-05-05T01:12:10.790Z||pool-2-thread-3|||||INFO|500||Missing status on Status Object. 2021-05-05T01:12:10.790Z||pool-2-thread-3|||||DEBUG|500||received message from topic 2021-05-05T01:12:10.790Z||pool-2-thread-3|||||DEBUG|500||recieved notification from broker: { "distributionID": "c89eb62f-d405-4fd9-b8df-015f3c0cc064", "consumerID": "clamp", "timestamp": 1620176954364, "artifactURL": "/sdc/v1/catalog/services/BasicOnboardPbuhvc/1.0/artifacts/service-BasicOnboardPbuhvc-template.yml", "status": "NOT_NOTIFIED" } 2021-05-05T01:12:10.790Z||pool-2-thread-3|||||INFO|500||Missing status on Status Object. 2021-05-05T01:12:10.790Z||pool-2-thread-3|||||DEBUG|500||received message from topic 2021-05-05T01:12:10.790Z||pool-2-thread-3|||||DEBUG|500||recieved notification from broker: { "distributionID": "c89eb62f-d405-4fd9-b8df-015f3c0cc064", "consumerID": "sdc-COpenSource-Env11-sdnc-dockero", "timestamp": 1620176960311, "artifactURL": "/sdc/v1/catalog/services/BasicOnboardPbuhvc/1.0/artifacts/service-BasicOnboardPbuhvc-csar.csar", "status": "DEPLOY_OK" } 2021-05-05T01:12:10.790Z||pool-2-thread-3|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error' 2021-05-05T01:12:10.791Z||pool-2-thread-3|||||DEBUG|500||received message from topic 2021-05-05T01:12:10.791Z||pool-2-thread-3|||||DEBUG|500||recieved notification from broker: { "distributionID": "c89eb62f-d405-4fd9-b8df-015f3c0cc064", "consumerID": "ves-openapi-manager", "timestamp": 1620176954784, "artifactURL": "/sdc/v1/catalog/services/BasicOnboardPbuhvc/1.0/artifacts/service-BasicOnboardPbuhvc-template.yml", "status": "NOT_NOTIFIED" } 2021-05-05T01:12:10.791Z||pool-2-thread-3|||||INFO|500||Missing status on Status Object. 2021-05-05T01:12:10.791Z||pool-2-thread-3|||||DEBUG|500||received message from topic 2021-05-05T01:12:10.791Z||pool-2-thread-3|||||DEBUG|500||recieved notification from broker: { "distributionID": "c89eb62f-d405-4fd9-b8df-015f3c0cc064", "consumerID": "policy-id", "timestamp": 1620176960424, "artifactURL": "", "status": "COMPONENT_DONE_OK", "componentName": "POLICY" } Hibernate: select watchdogdi0_.DISTRIBUTION_ID as distribu1_11_0_, watchdogdi0_.CREATE_TIME as create_t2_11_0_, watchdogdi0_.DISTRIBUTION_ID_STATUS as distribu3_11_0_, watchdogdi0_.MODIFY_TIME as modify_t4_11_0_, watchdogdi0_.LOCK_VERSION as lock_ver5_11_0_ from watchdog_distributionid_status watchdogdi0_ where watchdogdi0_.DISTRIBUTION_ID=? 2021-05-05T01:12:10.795Z||pool-2-thread-3|||||DEBUG|500||Receive a callback componentStatus in ASDC, for componentName: POLICY and status of COMPONENT_DONE_OK distributionID of c89eb62f-d405-4fd9-b8df-015f3c0cc064 2021-05-05T01:12:10.796Z||pool-2-thread-3|||||DEBUG|500||Entering installTheComponentStatus for distributionId c89eb62f-d405-4fd9-b8df-015f3c0cc064 and ComponentName POLICY Hibernate: select watchdogco0_.COMPONENT_NAME as componen1_12_0_, watchdogco0_.DISTRIBUTION_ID as distribu2_12_0_, watchdogco0_.COMPONENT_DISTRIBUTION_STATUS as componen3_12_0_, watchdogco0_.CREATE_TIME as create_t4_12_0_, watchdogco0_.MODIFY_TIME as modify_t5_12_0_ from watchdog_per_component_distribution_status watchdogco0_ where watchdogco0_.COMPONENT_NAME=? and watchdogco0_.DISTRIBUTION_ID=? Hibernate: insert into watchdog_per_component_distribution_status (COMPONENT_DISTRIBUTION_STATUS, CREATE_TIME, MODIFY_TIME, COMPONENT_NAME, DISTRIBUTION_ID) values (?, ?, ?, ?, ?) 2021-05-05T01:12:10.804Z||pool-2-thread-3|||||DEBUG|500||received message from topic 2021-05-05T01:12:10.804Z||pool-2-thread-3|||||DEBUG|500||recieved notification from broker: { "distributionID": "c89eb62f-d405-4fd9-b8df-015f3c0cc064", "consumerID": "aai-ml", "timestamp": 1620176957262, "artifactURL": "/sdc/v1/catalog/services/BasicOnboardPbuhvc/1.0/resourceInstances/basic_onboard_pbuhvc0/artifacts/vendor-license-model.xml", "status": "NOT_NOTIFIED" } 2021-05-05T01:12:10.804Z||pool-2-thread-3|||||INFO|500||Missing status on Status Object. 2021-05-05T01:12:10.804Z||pool-2-thread-3|||||DEBUG|500||received message from topic 2021-05-05T01:12:10.805Z||pool-2-thread-3|||||DEBUG|500||recieved notification from broker: { "distributionID": "c89eb62f-d405-4fd9-b8df-015f3c0cc064", "consumerID": "clamp", "timestamp": 1620176954364, "artifactURL": "/sdc/v1/catalog/services/BasicOnboardPbuhvc/1.0/artifacts/service-BasicOnboardPbuhvc-csar.csar", "status": "NOTIFIED" } 2021-05-05T01:12:10.805Z||pool-2-thread-3|||||INFO|500||Missing status on Status Object. 2021-05-05T01:12:10.805Z||pool-2-thread-3|||||DEBUG|500||received message from topic 2021-05-05T01:12:10.805Z||pool-2-thread-3|||||DEBUG|500||recieved notification from broker: { "distributionID": "c89eb62f-d405-4fd9-b8df-015f3c0cc064", "consumerID": "multicloud-starlingx-id", "timestamp": 1620176961071, "artifactURL": "/sdc/v1/catalog/services/BasicOnboardPbuhvc/1.0/resourceInstances/basic_onboard_pbuhvc0/artifacts/base_ubuntu18.env", "status": "DOWNLOAD_OK" } 2021-05-05T01:12:10.805Z||pool-2-thread-3|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error' 2021-05-05T01:12:10.805Z||pool-2-thread-3|||||DEBUG|500||received message from topic 2021-05-05T01:12:10.805Z||pool-2-thread-3|||||DEBUG|500||recieved notification from broker: { "distributionID": "c89eb62f-d405-4fd9-b8df-015f3c0cc064", "consumerID": "multicloud-windriver-id", "timestamp": 1620176961191, "artifactURL": "/sdc/v1/catalog/services/BasicOnboardPbuhvc/1.0/resourceInstances/basic_onboard_pbuhvc0/artifacts/base_ubuntu18.env", "status": "DOWNLOAD_OK" } 2021-05-05T01:12:10.805Z||pool-2-thread-3|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error' 2021-05-05T01:12:10.806Z||pool-2-thread-3|||||DEBUG|500||received message from topic 2021-05-05T01:12:10.806Z||pool-2-thread-3|||||DEBUG|500||recieved notification from broker: { "distributionID": "c89eb62f-d405-4fd9-b8df-015f3c0cc064", "consumerID": "sdc-COpenSource-Env11-sdnc-dockero", "timestamp": 1620176961315, "artifactURL": "", "status": "COMPONENT_DONE_OK", "componentName": "SDNC" } Hibernate: select watchdogdi0_.DISTRIBUTION_ID as distribu1_11_0_, watchdogdi0_.CREATE_TIME as create_t2_11_0_, watchdogdi0_.DISTRIBUTION_ID_STATUS as distribu3_11_0_, watchdogdi0_.MODIFY_TIME as modify_t4_11_0_, watchdogdi0_.LOCK_VERSION as lock_ver5_11_0_ from watchdog_distributionid_status watchdogdi0_ where watchdogdi0_.DISTRIBUTION_ID=? 2021-05-05T01:12:10.811Z||pool-2-thread-3|||||DEBUG|500||Receive a callback componentStatus in ASDC, for componentName: SDNC and status of COMPONENT_DONE_OK distributionID of c89eb62f-d405-4fd9-b8df-015f3c0cc064 2021-05-05T01:12:10.811Z||pool-2-thread-3|||||DEBUG|500||Entering installTheComponentStatus for distributionId c89eb62f-d405-4fd9-b8df-015f3c0cc064 and ComponentName SDNC Hibernate: select watchdogco0_.COMPONENT_NAME as componen1_12_0_, watchdogco0_.DISTRIBUTION_ID as distribu2_12_0_, watchdogco0_.COMPONENT_DISTRIBUTION_STATUS as componen3_12_0_, watchdogco0_.CREATE_TIME as create_t4_12_0_, watchdogco0_.MODIFY_TIME as modify_t5_12_0_ from watchdog_per_component_distribution_status watchdogco0_ where watchdogco0_.COMPONENT_NAME=? and watchdogco0_.DISTRIBUTION_ID=? Hibernate: insert into watchdog_per_component_distribution_status (COMPONENT_DISTRIBUTION_STATUS, CREATE_TIME, MODIFY_TIME, COMPONENT_NAME, DISTRIBUTION_ID) values (?, ?, ?, ?, ?) 2021-05-05T01:12:10.820Z||pool-2-thread-3|||||DEBUG|500||received message from topic 2021-05-05T01:12:10.820Z||pool-2-thread-3|||||DEBUG|500||recieved notification from broker: { "distributionID": "c89eb62f-d405-4fd9-b8df-015f3c0cc064", "consumerID": "multicloud-k8s-id", "timestamp": 1620176961368, "artifactURL": "/sdc/v1/catalog/services/BasicOnboardPbuhvc/1.0/resourceInstances/basic_onboard_pbuhvc0/artifacts/base_ubuntu18.yaml", "status": "DOWNLOAD_OK" } 2021-05-05T01:12:10.821Z||pool-2-thread-3|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error' 2021-05-05T01:12:10.821Z||pool-2-thread-3|||||DEBUG|500||received message from topic 2021-05-05T01:12:10.821Z||pool-2-thread-3|||||DEBUG|500||recieved notification from broker: { "distributionID": "c89eb62f-d405-4fd9-b8df-015f3c0cc064", "consumerID": "ves-openapi-manager", "timestamp": 1620176954784, "artifactURL": "/sdc/v1/catalog/services/BasicOnboardPbuhvc/1.0/artifacts/service-BasicOnboardPbuhvc-csar.csar", "status": "NOT_NOTIFIED" } 2021-05-05T01:12:10.821Z||pool-2-thread-3|||||INFO|500||Missing status on Status Object. 2021-05-05T01:12:10.821Z||pool-2-thread-3|||||DEBUG|500||received message from topic 2021-05-05T01:12:10.821Z||pool-2-thread-3|||||DEBUG|500||recieved notification from broker: { "distributionID": "c89eb62f-d405-4fd9-b8df-015f3c0cc064", "consumerID": "aai-ml", "timestamp": 1620176957262, "artifactURL": "/sdc/v1/catalog/services/BasicOnboardPbuhvc/1.0/resourceInstances/basic_onboard_pbuhvc0/artifacts/base_ubuntu18.env", "status": "NOT_NOTIFIED" } 2021-05-05T01:12:10.821Z||pool-2-thread-3|||||INFO|500||Missing status on Status Object. 2021-05-05T01:12:10.821Z||pool-2-thread-3|||||DEBUG|500||received message from topic 2021-05-05T01:12:10.822Z||pool-2-thread-3|||||DEBUG|500||recieved notification from broker: { "distributionID": "c89eb62f-d405-4fd9-b8df-015f3c0cc064", "consumerID": "multicloud-starlingx-id", "timestamp": 1620176962075, "artifactURL": "", "status": "COMPONENT_DONE_OK", "componentName": "POLICY" } Hibernate: select watchdogdi0_.DISTRIBUTION_ID as distribu1_11_0_, watchdogdi0_.CREATE_TIME as create_t2_11_0_, watchdogdi0_.DISTRIBUTION_ID_STATUS as distribu3_11_0_, watchdogdi0_.MODIFY_TIME as modify_t4_11_0_, watchdogdi0_.LOCK_VERSION as lock_ver5_11_0_ from watchdog_distributionid_status watchdogdi0_ where watchdogdi0_.DISTRIBUTION_ID=? 2021-05-05T01:12:10.828Z||pool-2-thread-3|||||DEBUG|500||Receive a callback componentStatus in ASDC, for componentName: POLICY and status of COMPONENT_DONE_OK distributionID of c89eb62f-d405-4fd9-b8df-015f3c0cc064 2021-05-05T01:12:10.828Z||pool-2-thread-3|||||DEBUG|500||Entering installTheComponentStatus for distributionId c89eb62f-d405-4fd9-b8df-015f3c0cc064 and ComponentName POLICY Hibernate: select watchdogco0_.COMPONENT_NAME as componen1_12_0_, watchdogco0_.DISTRIBUTION_ID as distribu2_12_0_, watchdogco0_.COMPONENT_DISTRIBUTION_STATUS as componen3_12_0_, watchdogco0_.CREATE_TIME as create_t4_12_0_, watchdogco0_.MODIFY_TIME as modify_t5_12_0_ from watchdog_per_component_distribution_status watchdogco0_ where watchdogco0_.COMPONENT_NAME=? and watchdogco0_.DISTRIBUTION_ID=? Hibernate: update watchdog_per_component_distribution_status set COMPONENT_DISTRIBUTION_STATUS=?, MODIFY_TIME=? where COMPONENT_NAME=? and DISTRIBUTION_ID=? 2021-05-05T01:12:10.835Z||pool-2-thread-3|||||DEBUG|500||received message from topic 2021-05-05T01:12:10.835Z||pool-2-thread-3|||||DEBUG|500||recieved notification from broker: { "distributionID": "c89eb62f-d405-4fd9-b8df-015f3c0cc064", "consumerID": "multicloud-windriver-id", "timestamp": 1620176962199, "artifactURL": "", "status": "COMPONENT_DONE_OK", "componentName": "POLICY" } Hibernate: select watchdogdi0_.DISTRIBUTION_ID as distribu1_11_0_, watchdogdi0_.CREATE_TIME as create_t2_11_0_, watchdogdi0_.DISTRIBUTION_ID_STATUS as distribu3_11_0_, watchdogdi0_.MODIFY_TIME as modify_t4_11_0_, watchdogdi0_.LOCK_VERSION as lock_ver5_11_0_ from watchdog_distributionid_status watchdogdi0_ where watchdogdi0_.DISTRIBUTION_ID=? 2021-05-05T01:12:10.839Z||pool-2-thread-3|||||DEBUG|500||Receive a callback componentStatus in ASDC, for componentName: POLICY and status of COMPONENT_DONE_OK distributionID of c89eb62f-d405-4fd9-b8df-015f3c0cc064 2021-05-05T01:12:10.840Z||pool-2-thread-3|||||DEBUG|500||Entering installTheComponentStatus for distributionId c89eb62f-d405-4fd9-b8df-015f3c0cc064 and ComponentName POLICY Hibernate: select watchdogco0_.COMPONENT_NAME as componen1_12_0_, watchdogco0_.DISTRIBUTION_ID as distribu2_12_0_, watchdogco0_.COMPONENT_DISTRIBUTION_STATUS as componen3_12_0_, watchdogco0_.CREATE_TIME as create_t4_12_0_, watchdogco0_.MODIFY_TIME as modify_t5_12_0_ from watchdog_per_component_distribution_status watchdogco0_ where watchdogco0_.COMPONENT_NAME=? and watchdogco0_.DISTRIBUTION_ID=? Hibernate: update watchdog_per_component_distribution_status set COMPONENT_DISTRIBUTION_STATUS=?, MODIFY_TIME=? where COMPONENT_NAME=? and DISTRIBUTION_ID=? 2021-05-05T01:12:10.846Z||pool-2-thread-3|||||DEBUG|500||received message from topic 2021-05-05T01:12:10.846Z||pool-2-thread-3|||||DEBUG|500||recieved notification from broker: { "distributionID": "c89eb62f-d405-4fd9-b8df-015f3c0cc064", "consumerID": "multicloud-k8s-id", "timestamp": 1620176962873, "artifactURL": "/sdc/v1/catalog/services/BasicOnboardPbuhvc/1.0/resourceInstances/basic_onboard_pbuhvc0/artifacts/base_ubuntu18.env", "status": "DOWNLOAD_OK" } 2021-05-05T01:12:10.846Z||pool-2-thread-3|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error' 2021-05-05T01:12:10.847Z||pool-2-thread-3|||||DEBUG|500||received message from topic 2021-05-05T01:12:10.847Z||pool-2-thread-3|||||DEBUG|500||recieved notification from broker: { "distributionID": "c89eb62f-d405-4fd9-b8df-015f3c0cc064", "consumerID": "aai-ml", "timestamp": 1620176957262, "artifactURL": "/sdc/v1/catalog/services/BasicOnboardPbuhvc/1.0/artifacts/service-BasicOnboardPbuhvc-template.yml", "status": "NOT_NOTIFIED" } 2021-05-05T01:12:10.847Z||pool-2-thread-3|||||INFO|500||Missing status on Status Object. 2021-05-05T01:12:10.847Z||pool-2-thread-3|||||DEBUG|500||received message from topic 2021-05-05T01:12:10.847Z||pool-2-thread-3|||||DEBUG|500||recieved notification from broker: { "distributionID": "c89eb62f-d405-4fd9-b8df-015f3c0cc064", "consumerID": "multicloud-starlingx-id", "timestamp": 1620176963080, "artifactURL": "/sdc/v1/catalog/services/BasicOnboardPbuhvc/1.0/resourceInstances/basic_onboard_pbuhvc0/artifacts/basic_onboard_pbuhvc0_modules.json", "status": "DEPLOY_OK" } 2021-05-05T01:12:10.847Z||pool-2-thread-3|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error' 2021-05-05T01:12:10.847Z||pool-2-thread-3|||||DEBUG|500||received message from topic 2021-05-05T01:12:10.847Z||pool-2-thread-3|||||DEBUG|500||recieved notification from broker: { "distributionID": "c89eb62f-d405-4fd9-b8df-015f3c0cc064", "consumerID": "multicloud-windriver-id", "timestamp": 1620176963204, "artifactURL": "/sdc/v1/catalog/services/BasicOnboardPbuhvc/1.0/resourceInstances/basic_onboard_pbuhvc0/artifacts/basic_onboard_pbuhvc0_modules.json", "status": "DEPLOY_OK" } 2021-05-05T01:12:10.847Z||pool-2-thread-3|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error' 2021-05-05T01:12:10.847Z||pool-2-thread-3|||||DEBUG|500||received message from topic 2021-05-05T01:12:10.847Z||pool-2-thread-3|||||DEBUG|500||recieved notification from broker: { "distributionID": "c89eb62f-d405-4fd9-b8df-015f3c0cc064", "consumerID": "multicloud-k8s-id", "timestamp": 1620176963893, "artifactURL": "", "status": "COMPONENT_DONE_OK", "componentName": "POLICY" } Hibernate: select watchdogdi0_.DISTRIBUTION_ID as distribu1_11_0_, watchdogdi0_.CREATE_TIME as create_t2_11_0_, watchdogdi0_.DISTRIBUTION_ID_STATUS as distribu3_11_0_, watchdogdi0_.MODIFY_TIME as modify_t4_11_0_, watchdogdi0_.LOCK_VERSION as lock_ver5_11_0_ from watchdog_distributionid_status watchdogdi0_ where watchdogdi0_.DISTRIBUTION_ID=? 2021-05-05T01:12:10.852Z||pool-2-thread-3|||||DEBUG|500||Receive a callback componentStatus in ASDC, for componentName: POLICY and status of COMPONENT_DONE_OK distributionID of c89eb62f-d405-4fd9-b8df-015f3c0cc064 2021-05-05T01:12:10.852Z||pool-2-thread-3|||||DEBUG|500||Entering installTheComponentStatus for distributionId c89eb62f-d405-4fd9-b8df-015f3c0cc064 and ComponentName POLICY Hibernate: select watchdogco0_.COMPONENT_NAME as componen1_12_0_, watchdogco0_.DISTRIBUTION_ID as distribu2_12_0_, watchdogco0_.COMPONENT_DISTRIBUTION_STATUS as componen3_12_0_, watchdogco0_.CREATE_TIME as create_t4_12_0_, watchdogco0_.MODIFY_TIME as modify_t5_12_0_ from watchdog_per_component_distribution_status watchdogco0_ where watchdogco0_.COMPONENT_NAME=? and watchdogco0_.DISTRIBUTION_ID=? Hibernate: update watchdog_per_component_distribution_status set COMPONENT_DISTRIBUTION_STATUS=?, MODIFY_TIME=? where COMPONENT_NAME=? and DISTRIBUTION_ID=? 2021-05-05T01:12:10.860Z||pool-2-thread-3|||||DEBUG|500||received message from topic 2021-05-05T01:12:10.860Z||pool-2-thread-3|||||DEBUG|500||recieved notification from broker: { "distributionID": "c89eb62f-d405-4fd9-b8df-015f3c0cc064", "consumerID": "aai-ml", "timestamp": 1620176957262, "artifactURL": "/sdc/v1/catalog/services/BasicOnboardPbuhvc/1.0/artifacts/service-BasicOnboardPbuhvc-csar.csar", "status": "NOTIFIED" } 2021-05-05T01:12:10.860Z||pool-2-thread-3|||||INFO|500||Missing status on Status Object. 2021-05-05T01:12:10.860Z||pool-2-thread-3|||||DEBUG|500||received message from topic 2021-05-05T01:12:10.860Z||pool-2-thread-3|||||DEBUG|500||recieved notification from broker: { "distributionID": "c89eb62f-d405-4fd9-b8df-015f3c0cc064", "consumerID": "multicloud-k8s-id", "timestamp": 1620176964897, "artifactURL": "/sdc/v1/catalog/services/BasicOnboardPbuhvc/1.0/resourceInstances/basic_onboard_pbuhvc0/artifacts/basic_onboard_pbuhvc0_modules.json", "status": "DEPLOY_OK" } 2021-05-05T01:12:10.860Z||pool-2-thread-3|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error' 2021-05-05T01:12:10.860Z||pool-2-thread-3|||||DEBUG|500||received message from topic 2021-05-05T01:12:10.860Z||pool-2-thread-3|||||DEBUG|500||recieved notification from broker: { "distributionID": "c89eb62f-d405-4fd9-b8df-015f3c0cc064", "consumerID": "aai-ml", "timestamp": 1620176965772, "artifactURL": "/sdc/v1/catalog/services/BasicOnboardPbuhvc/1.0/artifacts/service-BasicOnboardPbuhvc-csar.csar", "status": "DOWNLOAD_OK" } 2021-05-05T01:12:10.860Z||pool-2-thread-3|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error' 2021-05-05T01:12:10.860Z||pool-2-thread-3|||||DEBUG|500||received message from topic 2021-05-05T01:12:10.860Z||pool-2-thread-3|||||DEBUG|500||recieved notification from broker: { "distributionID": "c89eb62f-d405-4fd9-b8df-015f3c0cc064", "consumerID": "clamp", "timestamp": 1620176967629, "artifactURL": "/sdc/v1/catalog/services/BasicOnboardPbuhvc/1.0/artifacts/service-BasicOnboardPbuhvc-csar.csar", "status": "DOWNLOAD_OK" } 2021-05-05T01:12:10.861Z||pool-2-thread-3|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error' 2021-05-05T01:12:10.861Z||pool-2-thread-3|||||DEBUG|500||received message from topic 2021-05-05T01:12:10.861Z||pool-2-thread-3|||||DEBUG|500||recieved notification from broker: { "distributionID": "c89eb62f-d405-4fd9-b8df-015f3c0cc064", "consumerID": "clamp", "timestamp": 1620176968643, "artifactURL": "/sdc/v1/catalog/services/BasicOnboardPbuhvc/1.0/artifacts/service-BasicOnboardPbuhvc-csar.csar", "status": "DEPLOY_OK" } 2021-05-05T01:12:10.861Z||pool-2-thread-3|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error' 2021-05-05T01:12:10.861Z||pool-2-thread-3|||||DEBUG|500||received message from topic 2021-05-05T01:12:10.861Z||pool-2-thread-3|||||DEBUG|500||recieved notification from broker: { "distributionID": "c89eb62f-d405-4fd9-b8df-015f3c0cc064", "consumerID": "clamp", "timestamp": 1620176969646, "artifactURL": "", "status": "COMPONENT_DONE_OK", "componentName": "clamp" } Hibernate: select watchdogdi0_.DISTRIBUTION_ID as distribu1_11_0_, watchdogdi0_.CREATE_TIME as create_t2_11_0_, watchdogdi0_.DISTRIBUTION_ID_STATUS as distribu3_11_0_, watchdogdi0_.MODIFY_TIME as modify_t4_11_0_, watchdogdi0_.LOCK_VERSION as lock_ver5_11_0_ from watchdog_distributionid_status watchdogdi0_ where watchdogdi0_.DISTRIBUTION_ID=? 2021-05-05T01:12:10.865Z||pool-2-thread-3|||||DEBUG|500||Receive a callback componentStatus in ASDC, for componentName: clamp and status of COMPONENT_DONE_OK distributionID of c89eb62f-d405-4fd9-b8df-015f3c0cc064 2021-05-05T01:12:10.865Z||pool-2-thread-3|||||DEBUG|500||Entering installTheComponentStatus for distributionId c89eb62f-d405-4fd9-b8df-015f3c0cc064 and ComponentName clamp Hibernate: select watchdogco0_.COMPONENT_NAME as componen1_12_0_, watchdogco0_.DISTRIBUTION_ID as distribu2_12_0_, watchdogco0_.COMPONENT_DISTRIBUTION_STATUS as componen3_12_0_, watchdogco0_.CREATE_TIME as create_t4_12_0_, watchdogco0_.MODIFY_TIME as modify_t5_12_0_ from watchdog_per_component_distribution_status watchdogco0_ where watchdogco0_.COMPONENT_NAME=? and watchdogco0_.DISTRIBUTION_ID=? Hibernate: insert into watchdog_per_component_distribution_status (COMPONENT_DISTRIBUTION_STATUS, CREATE_TIME, MODIFY_TIME, COMPONENT_NAME, DISTRIBUTION_ID) values (?, ?, ?, ?, ?) 2021-05-05T01:12:10.873Z||pool-2-thread-3|||||DEBUG|500||received message from topic 2021-05-05T01:12:10.873Z||pool-2-thread-3|||||DEBUG|500||recieved notification from broker: { "distributionID": "c89eb62f-d405-4fd9-b8df-015f3c0cc064", "consumerID": "aai-ml", "timestamp": 1620176973477, "artifactURL": "/sdc/v1/catalog/services/BasicOnboardPbuhvc/1.0/artifacts/service-BasicOnboardPbuhvc-csar.csar", "status": "DEPLOY_OK" } 2021-05-05T01:12:10.873Z||pool-2-thread-3|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error' 2021-05-05T01:12:10.873Z||pool-2-thread-3|||||DEBUG|500||received message from topic 2021-05-05T01:12:10.873Z||pool-2-thread-3|||||DEBUG|500||recieved notification from broker: { "distributionID": "c89eb62f-d405-4fd9-b8df-015f3c0cc064", "consumerID": "aai-ml", "timestamp": 1620176974480, "artifactURL": "", "status": "COMPONENT_DONE_OK", "componentName": "AAI" } Hibernate: select watchdogdi0_.DISTRIBUTION_ID as distribu1_11_0_, watchdogdi0_.CREATE_TIME as create_t2_11_0_, watchdogdi0_.DISTRIBUTION_ID_STATUS as distribu3_11_0_, watchdogdi0_.MODIFY_TIME as modify_t4_11_0_, watchdogdi0_.LOCK_VERSION as lock_ver5_11_0_ from watchdog_distributionid_status watchdogdi0_ where watchdogdi0_.DISTRIBUTION_ID=? 2021-05-05T01:12:10.877Z||pool-2-thread-3|||||DEBUG|500||Receive a callback componentStatus in ASDC, for componentName: AAI and status of COMPONENT_DONE_OK distributionID of c89eb62f-d405-4fd9-b8df-015f3c0cc064 2021-05-05T01:12:10.877Z||pool-2-thread-3|||||DEBUG|500||Entering installTheComponentStatus for distributionId c89eb62f-d405-4fd9-b8df-015f3c0cc064 and ComponentName AAI Hibernate: select watchdogco0_.COMPONENT_NAME as componen1_12_0_, watchdogco0_.DISTRIBUTION_ID as distribu2_12_0_, watchdogco0_.COMPONENT_DISTRIBUTION_STATUS as componen3_12_0_, watchdogco0_.CREATE_TIME as create_t4_12_0_, watchdogco0_.MODIFY_TIME as modify_t5_12_0_ from watchdog_per_component_distribution_status watchdogco0_ where watchdogco0_.COMPONENT_NAME=? and watchdogco0_.DISTRIBUTION_ID=? Hibernate: insert into watchdog_per_component_distribution_status (COMPONENT_DISTRIBUTION_STATUS, CREATE_TIME, MODIFY_TIME, COMPONENT_NAME, DISTRIBUTION_ID) values (?, ?, ?, ?, ?) 2021-05-05T01:12:37.727Z|c89eb62f-d405-4fd9-b8df-015f3c0cc064|pool-2-thread-9|||||DEBUG|500||Entered getOverallDistributionStatus method for distrubutionId: c89eb62f-d405-4fd9-b8df-015f3c0cc064 Hibernate: select watchdogdi0_.DISTRIBUTION_ID as distribu1_11_0_, watchdogdi0_.CREATE_TIME as create_t2_11_0_, watchdogdi0_.DISTRIBUTION_ID_STATUS as distribu3_11_0_, watchdogdi0_.MODIFY_TIME as modify_t4_11_0_, watchdogdi0_.LOCK_VERSION as lock_ver5_11_0_ from watchdog_distributionid_status watchdogdi0_ where watchdogdi0_.DISTRIBUTION_ID=? Hibernate: select watchdogco0_.COMPONENT_NAME as componen1_12_, watchdogco0_.DISTRIBUTION_ID as distribu2_12_, watchdogco0_.COMPONENT_DISTRIBUTION_STATUS as componen3_12_, watchdogco0_.CREATE_TIME as create_t4_12_, watchdogco0_.MODIFY_TIME as modify_t5_12_ from watchdog_per_component_distribution_status watchdogco0_ where watchdogco0_.DISTRIBUTION_ID=? 2021-05-05T01:12:37.737Z|c89eb62f-d405-4fd9-b8df-015f3c0cc064|pool-2-thread-9|||||DEBUG|500||Executed RequestDB getWatchdogComponentDistributionStatus for distrubutionId: c89eb62f-d405-4fd9-b8df-015f3c0cc064 Hibernate: select watchdogco0_.COMPONENT_NAME as componen1_12_, watchdogco0_.DISTRIBUTION_ID as distribu2_12_, watchdogco0_.COMPONENT_DISTRIBUTION_STATUS as componen3_12_, watchdogco0_.CREATE_TIME as create_t4_12_, watchdogco0_.MODIFY_TIME as modify_t5_12_ from watchdog_per_component_distribution_status watchdogco0_ where watchdogco0_.DISTRIBUTION_ID=? 2021-05-05T01:12:37.741Z|c89eb62f-d405-4fd9-b8df-015f3c0cc064|pool-2-thread-9|||||DEBUG|500||Found componentName SO in the WatchDog Component DB 2021-05-05T01:12:37.741Z|c89eb62f-d405-4fd9-b8df-015f3c0cc064|pool-2-thread-9|||||DEBUG|500||Found componentName AAI in the WatchDog Component DB 2021-05-05T01:12:37.741Z|c89eb62f-d405-4fd9-b8df-015f3c0cc064|pool-2-thread-9|||||DEBUG|500||Found componentName SDNC in the WatchDog Component DB 2021-05-05T01:12:37.741Z|c89eb62f-d405-4fd9-b8df-015f3c0cc064|pool-2-thread-9|||||DEBUG|500||Components Size matched with the WatchdogComponentDistributionStatus results. 2021-05-05T01:12:37.741Z|c89eb62f-d405-4fd9-b8df-015f3c0cc064|pool-2-thread-9|||||DEBUG|500||Component status: COMPONENT_DONE_OK on componentName: 2021-05-05T01:12:37.742Z|c89eb62f-d405-4fd9-b8df-015f3c0cc064|pool-2-thread-9|||||DEBUG|500||Component status: COMPONENT_DONE_OK on componentName: 2021-05-05T01:12:37.742Z|c89eb62f-d405-4fd9-b8df-015f3c0cc064|pool-2-thread-9|||||DEBUG|500||Component status: COMPONENT_DONE_OK on componentName: 2021-05-05T01:12:37.742Z|c89eb62f-d405-4fd9-b8df-015f3c0cc064|pool-2-thread-9|||||DEBUG|500||Component status: COMPONENT_DONE_OK on componentName: 2021-05-05T01:12:37.742Z|c89eb62f-d405-4fd9-b8df-015f3c0cc064|pool-2-thread-9|||||DEBUG|500||Component status: COMPONENT_DONE_OK on componentName: 2021-05-05T01:12:37.742Z|c89eb62f-d405-4fd9-b8df-015f3c0cc064|pool-2-thread-9|||||DEBUG|500||Component status: COMPONENT_DONE_OK on componentName: 2021-05-05T01:12:37.742Z|c89eb62f-d405-4fd9-b8df-015f3c0cc064|pool-2-thread-9|||||DEBUG|500||Updating overall DistributionStatus to: SUCCESS for distributionId: Hibernate: select watchdogdi0_.DISTRIBUTION_ID as distribu1_11_0_, watchdogdi0_.CREATE_TIME as create_t2_11_0_, watchdogdi0_.DISTRIBUTION_ID_STATUS as distribu3_11_0_, watchdogdi0_.MODIFY_TIME as modify_t4_11_0_, watchdogdi0_.LOCK_VERSION as lock_ver5_11_0_ from watchdog_distributionid_status watchdogdi0_ where watchdogdi0_.DISTRIBUTION_ID=? 2021-05-05T01:12:37.747Z|c89eb62f-d405-4fd9-b8df-015f3c0cc064|pool-2-thread-9|||||DEBUG|500||Exiting getOverallDistributionStatus method in WatchdogDistribution 2021-05-05T01:13:07.748Z|c89eb62f-d405-4fd9-b8df-015f3c0cc064|pool-2-thread-9|||||DEBUG|500||Entered executePatchAAI method with distrubutionId: c89eb62f-d405-4fd9-b8df-015f3c0cc064 and distributionStatus: Hibernate: select watchdogse0_.DISTRIBUTION_ID as distribu1_13_, watchdogse0_.SERVICE_MODEL_VERSION_ID as service_2_13_, watchdogse0_.CONSUMER_ID as consumer3_13_, watchdogse0_.CREATE_TIME as create_t4_13_, watchdogse0_.DISTRIBUTION_NOTIFICATION as distribu5_13_ from watchdog_service_mod_ver_id_lookup watchdogse0_ where watchdogse0_.DISTRIBUTION_ID=? 2021-05-05T01:13:07.755Z|c89eb62f-d405-4fd9-b8df-015f3c0cc064|pool-2-thread-9|||||DEBUG|500||Executed RequestDB getWatchdogServiceModVerIdLookup with distributionId: c89eb62f-d405-4fd9-b8df-015f3c0cc064 and serviceModelVersionId: 0669cdcb-22e4-4d3e-a105-ea783d51f8b5 2021-05-05T01:13:07.755Z|c89eb62f-d405-4fd9-b8df-015f3c0cc064|pool-2-thread-9|||||DEBUG|500||ASDC Notification ServiceModelInvariantUUID : 061ca4ba-b879-4d37-bf72-8cbf6e81c7ab 2021-05-05T01:13:07.756Z|c89eb62f-d405-4fd9-b8df-015f3c0cc064|pool-2-thread-9|||||DEBUG|500||Target A&AI Resource URI: /service-design-and-creation/models/model/061ca4ba-b879-4d37-bf72-8cbf6e81c7ab/model-vers/model-ver/0669cdcb-22e4-4d3e-a105-ea783d51f8b5?depth=0 2021-05-05T01:13:07.761Z|c89eb62f-d405-4fd9-b8df-015f3c0cc064|pool-2-thread-9|||||INFO|500||RestClientSSL using default SSL context! 2021-05-05T01:13:07.801Z|c89eb62f-d405-4fd9-b8df-015f3c0cc064|pool-2-thread-9|||AAI||DEBUG|500||Sending HTTP POST (overridden to PATCH) to:https://aai.onap:8443/aai/v23/service-design-and-creation/models/model/061ca4ba-b879-4d37-bf72-8cbf6e81c7ab/model-vers/model-ver/0669cdcb-22e4-4d3e-a105-ea783d51f8b5?depth=0 with request headers:{Authorization=[***REDACTED***], X-FromAppId=[MSO], X-HTTP-Method-Override=[PATCH], Accept=[application/json], X-TransactionId=[], Content-Type=[application/merge-patch+json]} 2021-05-05T01:13:07.802Z|c89eb62f-d405-4fd9-b8df-015f3c0cc064|pool-2-thread-9|||AAI|https://aai.onap:8443/aai/v23/service-design-and-creation/models/model/061ca4ba-b879-4d37-bf72-8cbf6e81c7ab/model-vers/model-ver/0669cdcb-22e4-4d3e-a105-ea783d51f8b5?depth=0|INFO|500||Invoke 2021-05-05T01:13:07.827Z|c89eb62f-d405-4fd9-b8df-015f3c0cc064|pool-2-thread-9|||AAI|https://aai.onap:8443/aai/v23/service-design-and-creation/models/model/061ca4ba-b879-4d37-bf72-8cbf6e81c7ab/model-vers/model-ver/0669cdcb-22e4-4d3e-a105-ea783d51f8b5?depth=0|DEBUG|500||{"distribution-status":"DISTRIBUTION_COMPLETE_OK"} 2021-05-05T01:13:07.931Z|c89eb62f-d405-4fd9-b8df-015f3c0cc064|pool-2-thread-9|||AAI|https://aai.onap:8443/aai/v23/service-design-and-creation/models/model/061ca4ba-b879-4d37-bf72-8cbf6e81c7ab/model-vers/model-ver/0669cdcb-22e4-4d3e-a105-ea783d51f8b5?depth=0|INFO|500||InvokeReturn 2021-05-05T01:13:07.932Z|c89eb62f-d405-4fd9-b8df-015f3c0cc064|pool-2-thread-9|||||DEBUG|500||Response from method:POST (overridden to PATCH) performed on uri:https://aai.onap:8443/aai/v23/service-design-and-creation/models/model/061ca4ba-b879-4d37-bf72-8cbf6e81c7ab/model-vers/model-ver/0669cdcb-22e4-4d3e-a105-ea783d51f8b5?depth=0 has http status code:200 and response headers:{Strict-Transport-Security=[max-age=16000000; includeSubDomains; preload;], X-AAI-TXID=[1-aai-resources-210505-01:13:07:832-59332], vertex-id=[168168], Content-Length=[0], Date=[Wed, 05 May 2021 01:13:07 GMT], Content-Type=[application/json]} 2021-05-05T01:13:07.932Z|c89eb62f-d405-4fd9-b8df-015f3c0cc064|pool-2-thread-9|||||DEBUG|500||Response was returned with an empty entity. 2021-05-05T01:13:07.932Z|c89eb62f-d405-4fd9-b8df-015f3c0cc064|pool-2-thread-9|||||DEBUG|500||A&AI UPDATE MODEL Version is success! 2021-05-05T01:13:07.932Z|c89eb62f-d405-4fd9-b8df-015f3c0cc064|pool-2-thread-9|||||DEBUG|500||A&AI Updated succefully with Distribution Status! Hibernate: select service0_.MODEL_UUID as model_uu1_49_, service0_.CDS_BLUEPRINT_NAME as cds_blue2_49_, service0_.CDS_BLUEPRINT_VERSION as cds_blue3_49_, service0_.SERVICE_CATEGORY as service_4_49_, service0_.CONTROLLER_ACTOR as controll5_49_, service0_.CREATION_TIMESTAMP as creation6_49_, service0_.TOSCA_CSAR_ARTIFACT_UUID as tosca_c21_49_, service0_.DESCRIPTION as descript7_49_, service0_.OVERALL_DISTRIBUTION_STATUS as overall_8_49_, service0_.ENVIRONMENT_CONTEXT as environm9_49_, service0_.MODEL_INVARIANT_UUID as model_i10_49_, service0_.MODEL_NAME as model_n11_49_, service0_.MODEL_VERSION as model_v12_49_, service0_.NAMING_POLICY as naming_13_49_, service0_.ONAP_GENERATED_NAMING as onap_ge14_49_, service0_.RESOURCE_ORDER as resourc15_49_, service0_.SERVICE_FUNCTION as service16_49_, service0_.SERVICE_ROLE as service17_49_, service0_.SERVICE_TYPE as service18_49_, service0_.SKIP_POST_INSTANTIATION_CONFIGURATION as skip_po19_49_, service0_.WORKLOAD_CONTEXT as workloa20_49_ from service service0_ where service0_.MODEL_UUID=? 2021-05-05T01:13:07.937Z|c89eb62f-d405-4fd9-b8df-015f3c0cc064|pool-2-thread-9|||||ERROR|500||Error updating CatalogDBStatus java.lang.NullPointerException: null at org.onap.so.asdc.tenantIsolation.WatchdogDistribution.updateCatalogDBStatus(WatchdogDistribution.java:206) at org.onap.so.asdc.client.ASDCController.treatNotification(ASDCController.java:690) at org.onap.so.asdc.client.ASDCNotificationCallBack.activateCallback(ASDCNotificationCallBack.java:52) at org.onap.sdc.impl.NotificationConsumer.run(NotificationConsumer.java:71) at java.base/java.util.concurrent.Executors$RunnableAdapter.call(Unknown Source) at java.base/java.util.concurrent.FutureTask.runAndReset(Unknown Source) at java.base/java.util.concurrent.ScheduledThreadPoolExecutor$ScheduledFutureTask.run(Unknown Source) at java.base/java.util.concurrent.ThreadPoolExecutor.runWorker(Unknown Source) at java.base/java.util.concurrent.ThreadPoolExecutor$Worker.run(Unknown Source) at java.base/java.lang.Thread.run(Unknown Source) 2021-05-05T01:13:07.937Z|c89eb62f-d405-4fd9-b8df-015f3c0cc064|pool-2-thread-9|||||DEBUG|500||Enter sendFinalDistributionStatus with DistributionID c89eb62f-d405-4fd9-b8df-015f3c0cc064 and Status of DISTRIBUTION_COMPLETE_OK and ErrorReason null 2021-05-05T01:13:07.937Z|c89eb62f-d405-4fd9-b8df-015f3c0cc064|pool-2-thread-9|||||INFO|500||DistributionClient - sendFinalDistributionStatus status 2021-05-05T01:13:07.938Z|c89eb62f-d405-4fd9-b8df-015f3c0cc064|pool-2-thread-9|||||INFO|500||DistributionClient - sendStatus 2021-05-05T01:13:07.940Z|c89eb62f-d405-4fd9-b8df-015f3c0cc064|pool-2-thread-9|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap] 2021-05-05T01:13:07.940Z|c89eb62f-d405-4fd9-b8df-015f3c0cc064|pool-2-thread-9|||||DEBUG|500||try to send status { "distributionID": "c89eb62f-d405-4fd9-b8df-015f3c0cc064", "consumerID": "SO-COpenSource-Env11", "timestamp": 1620177187937, "artifactURL": "", "status": "DISTRIBUTION_COMPLETE_OK" } 2021-05-05T01:13:08.040Z||pool-34-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms 2021-05-05T01:13:08.041Z||pool-34-thread-1|||||WARN|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO will send credentials over a clear channel. 2021-05-05T01:13:08.041Z||pool-34-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as a4LkjAbl6YzsGxek) ... 2021-05-05T01:13:08.053Z||pool-34-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK 2021-05-05T01:13:08.053Z||pool-34-thread-1|||||INFO|500||cambria reply ok (13 ms):{"serverTimeMs":0,"count":1} Hibernate: select watchdogdi0_.DISTRIBUTION_ID as distribu1_11_0_, watchdogdi0_.CREATE_TIME as create_t2_11_0_, watchdogdi0_.DISTRIBUTION_ID_STATUS as distribu3_11_0_, watchdogdi0_.MODIFY_TIME as modify_t4_11_0_, watchdogdi0_.LOCK_VERSION as lock_ver5_11_0_ from watchdog_distributionid_status watchdogdi0_ where watchdogdi0_.DISTRIBUTION_ID=? Hibernate: update watchdog_distributionid_status set DISTRIBUTION_ID_STATUS=?, MODIFY_TIME=?, LOCK_VERSION=? where DISTRIBUTION_ID=? 2021-05-05T01:13:08.952Z|c89eb62f-d405-4fd9-b8df-015f3c0cc064|pool-2-thread-9|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2021-05-05T01:13:08.953Z|c89eb62f-d405-4fd9-b8df-015f3c0cc064|pool-2-thread-9|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel. 2021-05-05T01:13:08.953Z|c89eb62f-d405-4fd9-b8df-015f3c0cc064|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 a4LkjAbl6YzsGxek) ... 2021-05-05T01:13:10.726Z||pool-2-thread-3|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2021-05-05T01:13:10.727Z||pool-2-thread-3|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel. 2021-05-05T01:13:10.727Z||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 a4LkjAbl6YzsGxek) ... 2021-05-05T01:13:10.748Z||pool-2-thread-3|||||INFO|500|| --> HTTP/1.1 200 OK 2021-05-05T01:13:10.749Z||pool-2-thread-3|||||DEBUG|500||received message from topic 2021-05-05T01:13:10.749Z||pool-2-thread-3|||||DEBUG|500||recieved notification from broker: { "distributionID": "29f13870-bf62-4e46-b7c0-88fec898ca7e", "consumerID": "SO-COpenSource-Env11", "timestamp": 1620177072813, "artifactURL": "", "status": "DISTRIBUTION_COMPLETE_OK" } 2021-05-05T01:13:10.750Z||pool-2-thread-3|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error' 2021-05-05T01:13:10.750Z||pool-2-thread-3|||||DEBUG|500||received message from topic 2021-05-05T01:13:10.750Z||pool-2-thread-3|||||DEBUG|500||recieved notification from broker: { "distributionID": "c89eb62f-d405-4fd9-b8df-015f3c0cc064", "consumerID": "SO-COpenSource-Env11", "timestamp": 1620177073833, "artifactURL": "/sdc/v1/catalog/services/BasicOnboardPbuhvc/1.0/resourceInstances/basic_onboard_pbuhvc0/artifacts/vf-license-model.xml", "status": "NOT_NOTIFIED" } 2021-05-05T01:13:10.751Z||pool-2-thread-3|||||INFO|500||Missing status on Status Object. 2021-05-05T01:13:10.751Z||pool-2-thread-3|||||DEBUG|500||received message from topic 2021-05-05T01:13:10.751Z||pool-2-thread-3|||||DEBUG|500||recieved notification from broker: { "distributionID": "c89eb62f-d405-4fd9-b8df-015f3c0cc064", "consumerID": "SO-COpenSource-Env11", "timestamp": 1620177073833, "artifactURL": "/sdc/v1/catalog/services/BasicOnboardPbuhvc/1.0/resourceInstances/basic_onboard_pbuhvc0/artifacts/basic_onboard_pbuhvc0_modules.json", "status": "NOTIFIED" } 2021-05-05T01:13:10.751Z||pool-2-thread-3|||||INFO|500||Missing status on Status Object. 2021-05-05T01:13:10.751Z||pool-2-thread-3|||||DEBUG|500||received message from topic 2021-05-05T01:13:10.751Z||pool-2-thread-3|||||DEBUG|500||recieved notification from broker: { "distributionID": "c89eb62f-d405-4fd9-b8df-015f3c0cc064", "consumerID": "SO-COpenSource-Env11", "timestamp": 1620177073833, "artifactURL": "/sdc/v1/catalog/services/BasicOnboardPbuhvc/1.0/resourceInstances/basic_onboard_pbuhvc0/artifacts/base_ubuntu18.yaml", "status": "NOTIFIED" } 2021-05-05T01:13:10.751Z||pool-2-thread-3|||||INFO|500||Missing status on Status Object. 2021-05-05T01:13:10.751Z||pool-2-thread-3|||||DEBUG|500||received message from topic 2021-05-05T01:13:10.751Z||pool-2-thread-3|||||DEBUG|500||recieved notification from broker: { "distributionID": "c89eb62f-d405-4fd9-b8df-015f3c0cc064", "consumerID": "SO-COpenSource-Env11", "timestamp": 1620177073833, "artifactURL": "/sdc/v1/catalog/services/BasicOnboardPbuhvc/1.0/resourceInstances/basic_onboard_pbuhvc0/artifacts/vendor-license-model.xml", "status": "NOT_NOTIFIED" } 2021-05-05T01:13:10.751Z||pool-2-thread-3|||||INFO|500||Missing status on Status Object. 2021-05-05T01:13:10.752Z||pool-2-thread-3|||||DEBUG|500||received message from topic 2021-05-05T01:13:10.752Z||pool-2-thread-3|||||DEBUG|500||recieved notification from broker: { "distributionID": "c89eb62f-d405-4fd9-b8df-015f3c0cc064", "consumerID": "SO-COpenSource-Env11", "timestamp": 1620177073833, "artifactURL": "/sdc/v1/catalog/services/BasicOnboardPbuhvc/1.0/resourceInstances/basic_onboard_pbuhvc0/artifacts/base_ubuntu18.env", "status": "NOTIFIED" } 2021-05-05T01:13:10.752Z||pool-2-thread-3|||||INFO|500||Missing status on Status Object. 2021-05-05T01:13:10.752Z||pool-2-thread-3|||||DEBUG|500||received message from topic 2021-05-05T01:13:10.752Z||pool-2-thread-3|||||DEBUG|500||recieved notification from broker: { "distributionID": "c89eb62f-d405-4fd9-b8df-015f3c0cc064", "consumerID": "SO-COpenSource-Env11", "timestamp": 1620177073833, "artifactURL": "/sdc/v1/catalog/services/BasicOnboardPbuhvc/1.0/artifacts/service-BasicOnboardPbuhvc-template.yml", "status": "NOT_NOTIFIED" } 2021-05-05T01:13:10.752Z||pool-2-thread-3|||||INFO|500||Missing status on Status Object. 2021-05-05T01:13:10.752Z||pool-2-thread-3|||||DEBUG|500||received message from topic 2021-05-05T01:13:10.752Z||pool-2-thread-3|||||DEBUG|500||recieved notification from broker: { "distributionID": "c89eb62f-d405-4fd9-b8df-015f3c0cc064", "consumerID": "SO-COpenSource-Env11", "timestamp": 1620177073833, "artifactURL": "/sdc/v1/catalog/services/BasicOnboardPbuhvc/1.0/artifacts/service-BasicOnboardPbuhvc-csar.csar", "status": "NOTIFIED" } 2021-05-05T01:13:10.753Z||pool-2-thread-3|||||INFO|500||Missing status on Status Object. 2021-05-05T01:13:10.753Z||pool-2-thread-3|||||DEBUG|500||received message from topic 2021-05-05T01:13:10.753Z||pool-2-thread-3|||||DEBUG|500||recieved notification from broker: { "distributionID": "c89eb62f-d405-4fd9-b8df-015f3c0cc064", "consumerID": "SO-COpenSource-Env11", "timestamp": 1620177085579, "artifactURL": "/sdc/v1/catalog/services/BasicOnboardPbuhvc/1.0/artifacts/service-BasicOnboardPbuhvc-csar.csar", "status": "DOWNLOAD_OK" } 2021-05-05T01:13:10.753Z||pool-2-thread-3|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error' 2021-05-05T01:13:10.753Z||pool-2-thread-3|||||DEBUG|500||received message from topic 2021-05-05T01:13:10.753Z||pool-2-thread-3|||||DEBUG|500||recieved notification from broker: { "distributionID": "c89eb62f-d405-4fd9-b8df-015f3c0cc064", "consumerID": "SO-COpenSource-Env11", "timestamp": 1620177088614, "artifactURL": "/sdc/v1/catalog/services/BasicOnboardPbuhvc/1.0/resourceInstances/basic_onboard_pbuhvc0/artifacts/basic_onboard_pbuhvc0_modules.json", "status": "DOWNLOAD_OK" } 2021-05-05T01:13:10.753Z||pool-2-thread-3|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error' 2021-05-05T01:13:10.753Z||pool-2-thread-3|||||DEBUG|500||received message from topic 2021-05-05T01:13:10.753Z||pool-2-thread-3|||||DEBUG|500||recieved notification from broker: { "distributionID": "c89eb62f-d405-4fd9-b8df-015f3c0cc064", "consumerID": "SO-COpenSource-Env11", "timestamp": 1620177090479, "artifactURL": "/sdc/v1/catalog/services/BasicOnboardPbuhvc/1.0/resourceInstances/basic_onboard_pbuhvc0/artifacts/base_ubuntu18.yaml", "status": "DOWNLOAD_OK" } 2021-05-05T01:13:10.754Z||pool-2-thread-3|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error' 2021-05-05T01:13:10.754Z||pool-2-thread-3|||||DEBUG|500||received message from topic 2021-05-05T01:13:10.754Z||pool-2-thread-3|||||DEBUG|500||recieved notification from broker: { "distributionID": "c89eb62f-d405-4fd9-b8df-015f3c0cc064", "consumerID": "SO-COpenSource-Env11", "timestamp": 1620177092579, "artifactURL": "/sdc/v1/catalog/services/BasicOnboardPbuhvc/1.0/resourceInstances/basic_onboard_pbuhvc0/artifacts/base_ubuntu18.env", "status": "DOWNLOAD_OK" } 2021-05-05T01:13:10.754Z||pool-2-thread-3|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error' 2021-05-05T01:13:10.754Z||pool-2-thread-3|||||DEBUG|500||received message from topic 2021-05-05T01:13:10.754Z||pool-2-thread-3|||||DEBUG|500||recieved notification from broker: { "distributionID": "c89eb62f-d405-4fd9-b8df-015f3c0cc064", "consumerID": "SO-COpenSource-Env11", "timestamp": 1620177093683, "artifactURL": "/sdc/v1/catalog/services/BasicOnboardPbuhvc/1.0/resourceInstances/basic_onboard_pbuhvc0/artifacts/basic_onboard_pbuhvc0_modules.json", "status": "DEPLOY_OK" } 2021-05-05T01:13:10.754Z||pool-2-thread-3|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error' 2021-05-05T01:13:10.754Z||pool-2-thread-3|||||DEBUG|500||received message from topic 2021-05-05T01:13:10.754Z||pool-2-thread-3|||||DEBUG|500||recieved notification from broker: { "distributionID": "c89eb62f-d405-4fd9-b8df-015f3c0cc064", "consumerID": "SO-COpenSource-Env11", "timestamp": 1620177094687, "artifactURL": "/sdc/v1/catalog/services/BasicOnboardPbuhvc/1.0/resourceInstances/basic_onboard_pbuhvc0/artifacts/base_ubuntu18.yaml", "status": "DEPLOY_OK" } 2021-05-05T01:13:10.755Z||pool-2-thread-3|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error' 2021-05-05T01:13:10.755Z||pool-2-thread-3|||||DEBUG|500||received message from topic 2021-05-05T01:13:10.755Z||pool-2-thread-3|||||DEBUG|500||recieved notification from broker: { "distributionID": "c89eb62f-d405-4fd9-b8df-015f3c0cc064", "consumerID": "SO-COpenSource-Env11", "timestamp": 1620177095691, "artifactURL": "/sdc/v1/catalog/services/BasicOnboardPbuhvc/1.0/resourceInstances/basic_onboard_pbuhvc0/artifacts/base_ubuntu18.env", "status": "DEPLOY_OK" } 2021-05-05T01:13:10.755Z||pool-2-thread-3|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error' 2021-05-05T01:13:10.755Z||pool-2-thread-3|||||DEBUG|500||received message from topic 2021-05-05T01:13:10.755Z||pool-2-thread-3|||||DEBUG|500||recieved notification from broker: { "distributionID": "c89eb62f-d405-4fd9-b8df-015f3c0cc064", "consumerID": "SO-COpenSource-Env11", "timestamp": 1620177096696, "artifactURL": "/sdc/v1/catalog/services/BasicOnboardPbuhvc/1.0/artifacts/service-BasicOnboardPbuhvc-csar.csar", "status": "DEPLOY_OK" } 2021-05-05T01:13:10.755Z||pool-2-thread-3|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error' 2021-05-05T01:13:18.490Z|c89eb62f-d405-4fd9-b8df-015f3c0cc064|pool-2-thread-9|||||INFO|500|| --> HTTP/1.1 200 OK 2021-05-05T01:13:18.491Z|c89eb62f-d405-4fd9-b8df-015f3c0cc064|pool-2-thread-9|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2021-05-05T01:13:18.491Z|c89eb62f-d405-4fd9-b8df-015f3c0cc064|pool-2-thread-9|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel. 2021-05-05T01:13:18.491Z|c89eb62f-d405-4fd9-b8df-015f3c0cc064|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 a4LkjAbl6YzsGxek) ... 2021-05-05T01:13:28.024Z|c89eb62f-d405-4fd9-b8df-015f3c0cc064|pool-2-thread-9|||||INFO|500|| --> HTTP/1.1 200 OK 2021-05-05T01:13:28.025Z|c89eb62f-d405-4fd9-b8df-015f3c0cc064|pool-2-thread-9|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2021-05-05T01:13:28.026Z|c89eb62f-d405-4fd9-b8df-015f3c0cc064|pool-2-thread-9|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel. 2021-05-05T01:13:28.026Z|c89eb62f-d405-4fd9-b8df-015f3c0cc064|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 a4LkjAbl6YzsGxek) ... 2021-05-05T01:13:37.555Z|c89eb62f-d405-4fd9-b8df-015f3c0cc064|pool-2-thread-9|||||INFO|500|| --> HTTP/1.1 200 OK 2021-05-05T01:13:37.556Z|c89eb62f-d405-4fd9-b8df-015f3c0cc064|pool-2-thread-9|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2021-05-05T01:13:37.557Z|c89eb62f-d405-4fd9-b8df-015f3c0cc064|pool-2-thread-9|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel. 2021-05-05T01:13:37.557Z|c89eb62f-d405-4fd9-b8df-015f3c0cc064|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 a4LkjAbl6YzsGxek) ... 2021-05-05T01:13:47.090Z|c89eb62f-d405-4fd9-b8df-015f3c0cc064|pool-2-thread-9|||||INFO|500|| --> HTTP/1.1 200 OK 2021-05-05T01:14:10.724Z|c89eb62f-d405-4fd9-b8df-015f3c0cc064|pool-2-thread-9|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2021-05-05T01:14:10.724Z|c89eb62f-d405-4fd9-b8df-015f3c0cc064|pool-2-thread-9|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel. 2021-05-05T01:14:10.725Z|c89eb62f-d405-4fd9-b8df-015f3c0cc064|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 a4LkjAbl6YzsGxek) ... 2021-05-05T01:14:10.725Z||pool-2-thread-3|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2021-05-05T01:14:10.726Z||pool-2-thread-3|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel. 2021-05-05T01:14:10.726Z||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 a4LkjAbl6YzsGxek) ... 2021-05-05T01:14:11.244Z||pool-2-thread-3|||||INFO|500|| --> HTTP/1.1 200 OK 2021-05-05T01:14:11.245Z||pool-2-thread-3|||||DEBUG|500||received message from topic 2021-05-05T01:14:11.245Z||pool-2-thread-3|||||DEBUG|500||recieved notification from broker: { "distributionID": "c89eb62f-d405-4fd9-b8df-015f3c0cc064", "consumerID": "SO-COpenSource-Env11", "timestamp": 1620177187937, "artifactURL": "", "status": "DISTRIBUTION_COMPLETE_OK" } 2021-05-05T01:14:11.246Z||pool-2-thread-3|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error' 2021-05-05T01:14:20.259Z|c89eb62f-d405-4fd9-b8df-015f3c0cc064|pool-2-thread-9|||||INFO|500|| --> HTTP/1.1 200 OK 2021-05-05T01:15:10.724Z|c89eb62f-d405-4fd9-b8df-015f3c0cc064|pool-2-thread-9|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2021-05-05T01:15:10.725Z|c89eb62f-d405-4fd9-b8df-015f3c0cc064|pool-2-thread-9|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel. 2021-05-05T01:15:10.725Z|c89eb62f-d405-4fd9-b8df-015f3c0cc064|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 a4LkjAbl6YzsGxek) ... 2021-05-05T01:15:10.725Z||pool-2-thread-3|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2021-05-05T01:15:10.726Z||pool-2-thread-3|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel. 2021-05-05T01:15:10.726Z||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 a4LkjAbl6YzsGxek) ... 2021-05-05T01:15:20.263Z|c89eb62f-d405-4fd9-b8df-015f3c0cc064|pool-2-thread-9|||||INFO|500|| --> HTTP/1.1 200 OK 2021-05-05T01:15:20.264Z||pool-2-thread-3|||||INFO|500|| --> HTTP/1.1 200 OK 2021-05-05T01:16:10.724Z|c89eb62f-d405-4fd9-b8df-015f3c0cc064|pool-2-thread-9|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2021-05-05T01:16:10.724Z|c89eb62f-d405-4fd9-b8df-015f3c0cc064|pool-2-thread-9|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel. 2021-05-05T01:16:10.725Z|c89eb62f-d405-4fd9-b8df-015f3c0cc064|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 a4LkjAbl6YzsGxek) ... 2021-05-05T01:16:10.725Z||pool-2-thread-4|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2021-05-05T01:16:10.726Z||pool-2-thread-4|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel. 2021-05-05T01:16:10.726Z||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 a4LkjAbl6YzsGxek) ... 2021-05-05T01:16:20.261Z|c89eb62f-d405-4fd9-b8df-015f3c0cc064|pool-2-thread-9|||||INFO|500|| --> HTTP/1.1 200 OK 2021-05-05T01:16:20.263Z||pool-2-thread-4|||||INFO|500|| --> HTTP/1.1 200 OK 2021-05-05T01:17:10.724Z|c89eb62f-d405-4fd9-b8df-015f3c0cc064|pool-2-thread-9|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2021-05-05T01:17:10.724Z|c89eb62f-d405-4fd9-b8df-015f3c0cc064|pool-2-thread-9|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel. 2021-05-05T01:17:10.725Z|c89eb62f-d405-4fd9-b8df-015f3c0cc064|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 a4LkjAbl6YzsGxek) ... 2021-05-05T01:17:10.725Z||pool-2-thread-5|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2021-05-05T01:17:10.726Z||pool-2-thread-5|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel. 2021-05-05T01:17:10.726Z||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 a4LkjAbl6YzsGxek) ... 2021-05-05T01:17:17.621Z|c89eb62f-d405-4fd9-b8df-015f3c0cc064|pool-2-thread-9|||||INFO|500|| --> HTTP/1.1 200 OK 2021-05-05T01:17:17.622Z|c89eb62f-d405-4fd9-b8df-015f3c0cc064|pool-2-thread-9|||||DEBUG|500||received message from topic 2021-05-05T01:17:17.622Z|c89eb62f-d405-4fd9-b8df-015f3c0cc064|pool-2-thread-9|||||DEBUG|500||recieved notification from broker: {"distributionID":"0eed973d-3fc4-49dc-bce4-ad06f44eb8bb","serviceName":"basic_network","serviceVersion":"1.0","serviceUUID":"b4c00bb0-f0f7-466b-9dab-4cce19c97bdd","serviceDescription":"service","serviceInvariantUUID":"6116921c-4499-4539-a397-39f04852dd02","resources":[{"resourceInstanceName":"Generic NeutronNet 0","resourceName":"Generic NeutronNet","resourceVersion":"1.0","resoucreType":"VL","resourceUUID":"f925a27c-298c-4b2d-9eca-a2b0bec4f18e","resourceInvariantUUID":"7597ac4d-bd98-4be8-83a0-de6323d21160","resourceCustomizationUUID":"65edd2b1-a34b-442b-b7a2-b0f8fdd99b1f","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":"ZGMxMGY2NzJlNTk5NzEyNDNhNzk5YjJhODQxY2VmNjY\u003d","artifactDescription":"TOSCA representation of the asset","artifactTimeout":0,"artifactUUID":"6022b728-3d04-483c-b137-84778b3dc2de","artifactVersion":"1"},{"artifactName":"service-BasicNetwork-csar.csar","artifactType":"TOSCA_CSAR","artifactURL":"/sdc/v1/catalog/services/BasicNetwork/1.0/artifacts/service-BasicNetwork-csar.csar","artifactChecksum":"YjE1YjliOTEyZTU2OGMzZDMwMDY1MDc2NTg0MWM4YjI\u003d","artifactDescription":"TOSCA definition package of the asset","artifactTimeout":0,"artifactUUID":"1614f97c-a6a2-43fd-b6db-186d96b06724","artifactVersion":"1"}],"workloadContext":"Production"} 2021-05-05T01:17:17.625Z|c89eb62f-d405-4fd9-b8df-015f3c0cc064|pool-2-thread-9|||||INFO|500||DistributionClient - sendNotificationStatus 2021-05-05T01:17:17.626Z|c89eb62f-d405-4fd9-b8df-015f3c0cc064|pool-2-thread-9|||||INFO|500||DistributionClient - sendStatus 2021-05-05T01:17:17.628Z|c89eb62f-d405-4fd9-b8df-015f3c0cc064|pool-2-thread-9|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap] 2021-05-05T01:17:17.628Z|c89eb62f-d405-4fd9-b8df-015f3c0cc064|pool-2-thread-9|||||DEBUG|500||try to send status { "distributionID": "0eed973d-3fc4-49dc-bce4-ad06f44eb8bb", "consumerID": "SO-COpenSource-Env11", "timestamp": 1620177430724, "artifactURL": "/sdc/v1/catalog/services/BasicNetwork/1.0/artifacts/service-BasicNetwork-template.yml", "status": "NOT_NOTIFIED" } 2021-05-05T01:17:17.730Z||pool-35-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 102 ms 2021-05-05T01:17:17.731Z||pool-35-thread-1|||||WARN|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO will send credentials over a clear channel. 2021-05-05T01:17:17.731Z||pool-35-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as a4LkjAbl6YzsGxek) ... 2021-05-05T01:17:17.737Z||pool-35-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK 2021-05-05T01:17:17.738Z||pool-35-thread-1|||||INFO|500||cambria reply ok (8 ms):{"serverTimeMs":0,"count":1} 2021-05-05T01:17:17.849Z||pool-2-thread-5|||||INFO|500|| --> HTTP/1.1 200 OK 2021-05-05T01:17:17.849Z||pool-2-thread-5|||||DEBUG|500||received message from topic 2021-05-05T01:17:17.849Z||pool-2-thread-5|||||DEBUG|500||recieved notification from broker: { "distributionID": "0eed973d-3fc4-49dc-bce4-ad06f44eb8bb", "consumerID": "SO-COpenSource-Env11", "timestamp": 1620177430724, "artifactURL": "/sdc/v1/catalog/services/BasicNetwork/1.0/artifacts/service-BasicNetwork-template.yml", "status": "NOT_NOTIFIED" } 2021-05-05T01:17:17.850Z||pool-2-thread-5|||||INFO|500||Missing status on Status Object. 2021-05-05T01:17:18.628Z|c89eb62f-d405-4fd9-b8df-015f3c0cc064|pool-2-thread-9|||||INFO|500||DistributionClient - sendNotificationStatus 2021-05-05T01:17:18.629Z|c89eb62f-d405-4fd9-b8df-015f3c0cc064|pool-2-thread-9|||||INFO|500||DistributionClient - sendStatus 2021-05-05T01:17:18.632Z|c89eb62f-d405-4fd9-b8df-015f3c0cc064|pool-2-thread-9|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap] 2021-05-05T01:17:18.632Z|c89eb62f-d405-4fd9-b8df-015f3c0cc064|pool-2-thread-9|||||DEBUG|500||try to send status { "distributionID": "0eed973d-3fc4-49dc-bce4-ad06f44eb8bb", "consumerID": "SO-COpenSource-Env11", "timestamp": 1620177430724, "artifactURL": "/sdc/v1/catalog/services/BasicNetwork/1.0/artifacts/service-BasicNetwork-csar.csar", "status": "NOTIFIED" } 2021-05-05T01:17:18.732Z||pool-36-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms 2021-05-05T01:17:18.733Z||pool-36-thread-1|||||WARN|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO will send credentials over a clear channel. 2021-05-05T01:17:18.734Z||pool-36-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as a4LkjAbl6YzsGxek) ... 2021-05-05T01:17:18.740Z||pool-36-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK 2021-05-05T01:17:18.741Z||pool-36-thread-1|||||INFO|500||cambria reply ok (8 ms):{"serverTimeMs":0,"count":1} 2021-05-05T01:17:19.634Z|c89eb62f-d405-4fd9-b8df-015f3c0cc064|pool-2-thread-9|||||DEBUG|500||sending notification to client: { "distributionID": "0eed973d-3fc4-49dc-bce4-ad06f44eb8bb", "serviceName": "basic_network", "serviceVersion": "1.0", "serviceUUID": "b4c00bb0-f0f7-466b-9dab-4cce19c97bdd", "serviceDescription": "service", "serviceInvariantUUID": "6116921c-4499-4539-a397-39f04852dd02", "resources": [ { "resourceInstanceName": "Generic NeutronNet 0", "resourceCustomizationUUID": "65edd2b1-a34b-442b-b7a2-b0f8fdd99b1f", "resourceName": "Generic NeutronNet", "resourceVersion": "1.0", "resoucreType": "VL", "resourceUUID": "f925a27c-298c-4b2d-9eca-a2b0bec4f18e", "resourceInvariantUUID": "7597ac4d-bd98-4be8-83a0-de6323d21160", "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": "YjE1YjliOTEyZTU2OGMzZDMwMDY1MDc2NTg0MWM4YjI\u003d", "artifactDescription": "TOSCA definition package of the asset", "artifactTimeout": 0, "artifactVersion": "1", "artifactUUID": "1614f97c-a6a2-43fd-b6db-186d96b06724" } ], "workloadContext": "Production" } 2021-05-05T01:17:19.634Z|c89eb62f-d405-4fd9-b8df-015f3c0cc064|pool-2-thread-9|||||DEBUG|500||Receive a callback notification in ASDC, nb of resources: 1 2021-05-05T01:17:19.634Z|c89eb62f-d405-4fd9-b8df-015f3c0cc064|pool-2-thread-9|||||INFO|500||ASDC_RECEIVE_CALLBACK_NOTIF 0 b4c00bb0-f0f7-466b-9dab-4cce19c97bdd ASDC 2021-05-05T01:17:19.634Z|0eed973d-3fc4-49dc-bce4-ad06f44eb8bb|pool-2-thread-9|||||DEBUG|500||ASDC Notification: DistributionID:0eed973d-3fc4-49dc-bce4-ad06f44eb8bb ServiceName:basic_network ServiceVersion:1.0 ServiceUUID:b4c00bb0-f0f7-466b-9dab-4cce19c97bdd ServiceInvariantUUID:6116921c-4499-4539-a397-39f04852dd02 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:1614f97c-a6a2-43fd-b6db-186d96b06724 ArtifactChecksum:YjE1YjliOTEyZTU2OGMzZDMwMDY1MDc2NTg0MWM4YjI= GeneratedArtifact:{NULL } RelatedArtifacts:{ } } Resource Instances List: { Resource Instance Info: ResourceInstanceName:Generic NeutronNet 0 ResourceCustomizationUUID:65edd2b1-a34b-442b-b7a2-b0f8fdd99b1f ResourceInvariantUUID:7597ac4d-bd98-4be8-83a0-de6323d21160 ResourceName:Generic NeutronNet ResourceType:VL ResourceUUID:f925a27c-298c-4b2d-9eca-a2b0bec4f18e ResourceVersion:1.0 Category:Generic SubCategory:Network Elements Resource Artifacts List: NULL } 2021-05-05T01:17:19.635Z|0eed973d-3fc4-49dc-bce4-ad06f44eb8bb|pool-2-thread-9|||||INFO|500||ASDC_RECEIVE_SERVICE_NOTIF b4c00bb0-f0f7-466b-9dab-4cce19c97bdd 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 (?, ?, ?, ?, ?) 2021-05-05T01:17:19.662Z|0eed973d-3fc4-49dc-bce4-ad06f44eb8bb|pool-2-thread-9|||||INFO|500||Unable to find the system property mso.config.path, use the default configuration 2021-05-05T01:17:19.663Z|0eed973d-3fc4-49dc-bce4-ad06f44eb8bb|pool-2-thread-9|||||INFO|500||MSO config path is: /app 2021-05-05T01:17:19.663Z|0eed973d-3fc4-49dc-bce4-ad06f44eb8bb|pool-2-thread-9|||||INFO|500||MSO config path is: /app 2021-05-05T01:17:19.663Z|0eed973d-3fc4-49dc-bce4-ad06f44eb8bb|pool-2-thread-9|||||INFO|500||Trying to download the artifact UUID: 1614f97c-a6a2-43fd-b6db-186d96b06724 from URL: /sdc/v1/catalog/services/BasicNetwork/1.0/artifacts/service-BasicNetwork-csar.csar 2021-05-05T01:17:19.663Z|0eed973d-3fc4-49dc-bce4-ad06f44eb8bb|pool-2-thread-9|||||INFO|500||DistributionClient - download 2021-05-05T01:17:19.663Z|0eed973d-3fc4-49dc-bce4-ad06f44eb8bb|pool-2-thread-9|||||DEBUG|500||url to send https://sdc-be.onap:8443/sdc/v1/catalog/services/BasicNetwork/1.0/artifacts/service-BasicNetwork-csar.csar 2021-05-05T01:17:19.847Z|0eed973d-3fc4-49dc-bce4-ad06f44eb8bb|pool-2-thread-9|||||DEBUG|500||GET Response Status 200 2021-05-05T01:17:19.851Z|0eed973d-3fc4-49dc-bce4-ad06f44eb8bb|pool-2-thread-9|||||INFO|500||ASDC_ARTIFACT_DOWNLOAD_SUC /sdc/v1/catalog/services/BasicNetwork/1.0/artifacts/service-BasicNetwork-csar.csar 1614f97c-a6a2-43fd-b6db-186d96b06724 52225 2021-05-05T01:17:19.852Z|0eed973d-3fc4-49dc-bce4-ad06f44eb8bb|pool-2-thread-9|||||INFO|500||ASDC_SEND_NOTIF_ASDC DOWNLOAD DOWNLOAD_OK /sdc/v1/catalog/services/BasicNetwork/1.0/artifacts/service-BasicNetwork-csar.csar ASDC sendASDCNotification 2021-05-05T01:17:19.852Z|0eed973d-3fc4-49dc-bce4-ad06f44eb8bb|pool-2-thread-9|||||DEBUG|500||Sending DOWNLOAD(DOWNLOAD_OK) notification to ASDC for artifact:/sdc/v1/catalog/services/BasicNetwork/1.0/artifacts/service-BasicNetwork-csar.csar 2021-05-05T01:17:19.852Z|0eed973d-3fc4-49dc-bce4-ad06f44eb8bb|pool-2-thread-9|||||INFO|500||DistributionClient - sendDownloadStatus 2021-05-05T01:17:19.852Z|0eed973d-3fc4-49dc-bce4-ad06f44eb8bb|pool-2-thread-9|||||INFO|500||DistributionClient - sendStatus 2021-05-05T01:17:19.855Z|0eed973d-3fc4-49dc-bce4-ad06f44eb8bb|pool-2-thread-9|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap] 2021-05-05T01:17:19.855Z|0eed973d-3fc4-49dc-bce4-ad06f44eb8bb|pool-2-thread-9|||||DEBUG|500||try to send status { "distributionID": "0eed973d-3fc4-49dc-bce4-ad06f44eb8bb", "consumerID": "SO-COpenSource-Env11", "timestamp": 1620177439852, "artifactURL": "/sdc/v1/catalog/services/BasicNetwork/1.0/artifacts/service-BasicNetwork-csar.csar", "status": "DOWNLOAD_OK" } 2021-05-05T01:17:19.955Z||pool-37-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms 2021-05-05T01:17:19.956Z||pool-37-thread-1|||||WARN|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO will send credentials over a clear channel. 2021-05-05T01:17:19.956Z||pool-37-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as a4LkjAbl6YzsGxek) ... 2021-05-05T01:17:19.963Z||pool-37-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK 2021-05-05T01:17:19.964Z||pool-37-thread-1|||||INFO|500||cambria reply ok (8 ms):{"serverTimeMs":0,"count":1} 2021-05-05T01:17:20.855Z|0eed973d-3fc4-49dc-bce4-ad06f44eb8bb|pool-2-thread-9|||||INFO|500||Unable to find the system property mso.config.path, use the default configuration 2021-05-05T01:17:20.856Z|0eed973d-3fc4-49dc-bce4-ad06f44eb8bb|pool-2-thread-9|||||INFO|500||MSO config path is: /app 2021-05-05T01:17:20.857Z|0eed973d-3fc4-49dc-bce4-ad06f44eb8bb|pool-2-thread-9|||||INFO|500||Trying to write artifact UUID: 1614f97c-a6a2-43fd-b6db-186d96b06724, URL: /sdc/v1/catalog/services/BasicNetwork/1.0/artifacts/service-BasicNetwork-csar.csar to file: /app/ASDC/1/service-BasicNetwork-csar.csar 2021-05-05T01:17:20.857Z|0eed973d-3fc4-49dc-bce4-ad06f44eb8bb|pool-2-thread-9|||||INFO|500||ASDC_RECEIVE_SERVICE_NOTIF ***WRITE FILE ARTIFACT NAME ASDC service-BasicNetwork-csar.csar 2021-05-05T01:17:20.857Z|0eed973d-3fc4-49dc-bce4-ad06f44eb8bb|pool-2-thread-9|||||DEBUG|500||ASDC File path is: /app/ASDC/1/service-BasicNetwork-csar.csar 2021-05-05T01:17:20.857Z|0eed973d-3fc4-49dc-bce4-ad06f44eb8bb|pool-2-thread-9|||||INFO|500||ASDC_RECEIVE_SERVICE_NOTIF ***PATH ASDC /app/ASDC/1/service-BasicNetwork-csar.csar 2021-05-05T01:17:20.937Z|0eed973d-3fc4-49dc-bce4-ad06f44eb8bb|pool-2-thread-9|||||DEBUG|500||ToscaTemplate Loading YAMEL file /tmp/JTP15718247674892684088/Definitions/service-BasicNetwork-template.yml 2021-05-05T01:17:21.305Z|0eed973d-3fc4-49dc-bce4-ad06f44eb8bb|pool-2-thread-9|||||DEBUG|500||CSAR conformance level is 11.0 2021-05-05T01:17:21.306Z|0eed973d-3fc4-49dc-bce4-ad06f44eb8bb|pool-2-thread-9|||||WARN|500||#################################################################################################### 2021-05-05T01:17:21.306Z|0eed973d-3fc4-49dc-bce4-ad06f44eb8bb|pool-2-thread-9|||||WARN|500||CSAR Warnings found! CSAR name - /app/ASDC/1/service-BasicNetwork-csar.csar 2021-05-05T01:17:21.306Z|0eed973d-3fc4-49dc-bce4-ad06f44eb8bb|pool-2-thread-9|||||WARN|500||ToscaTemplate - verifyTemplate - 8 Parsing Warnings occurred... 2021-05-05T01:17:21.306Z|0eed973d-3fc4-49dc-bce4-ad06f44eb8bb|pool-2-thread-9|||||WARN|500||JTosca Exception [JE003]: MissingRequiredFieldError: Data value of type "org.openecomp.datatypes.EcompNaming" is missing required field(s) "[supplemental_data]". CSAR name - /app/ASDC/1/service-BasicNetwork-csar.csar 2021-05-05T01:17:21.306Z|0eed973d-3fc4-49dc-bce4-ad06f44eb8bb|pool-2-thread-9|||||WARN|500||JTosca Exception [JE003]: MissingRequiredFieldError: Data value of type "org.openecomp.datatypes.network.NetworkAssignments" is missing required field(s) "[is_shared_network, supplemental_data]". CSAR name - /app/ASDC/1/service-BasicNetwork-csar.csar 2021-05-05T01:17:21.306Z|0eed973d-3fc4-49dc-bce4-ad06f44eb8bb|pool-2-thread-9|||||WARN|500||JTosca Exception [JE003]: MissingRequiredFieldError: Data value of type "org.openecomp.datatypes.network.IPv4SubnetAssignments" is missing required field(s) "[use_ipv4, ip_version, cidr_mask, supplemental_data]". CSAR name - /app/ASDC/1/service-BasicNetwork-csar.csar 2021-05-05T01:17:21.306Z|0eed973d-3fc4-49dc-bce4-ad06f44eb8bb|pool-2-thread-9|||||WARN|500||JTosca Exception [JE003]: MissingRequiredFieldError: Data value of type "org.openecomp.datatypes.EcompHoming" is missing required field(s) "[supplemental_data]". CSAR name - /app/ASDC/1/service-BasicNetwork-csar.csar 2021-05-05T01:17:21.306Z|0eed973d-3fc4-49dc-bce4-ad06f44eb8bb|pool-2-thread-9|||||WARN|500||JTosca Exception [JE003]: MissingRequiredFieldError: Data value of type "org.openecomp.datatypes.Naming" is missing required field(s) "[supplemental_data]". CSAR name - /app/ASDC/1/service-BasicNetwork-csar.csar 2021-05-05T01:17:21.306Z|0eed973d-3fc4-49dc-bce4-ad06f44eb8bb|pool-2-thread-9|||||WARN|500||JTosca Exception [JE003]: MissingRequiredFieldError: Data value of type "org.openecomp.datatypes.network.NetworkFlows" is missing required field(s) "[supplemental_data]". CSAR name - /app/ASDC/1/service-BasicNetwork-csar.csar 2021-05-05T01:17:21.306Z|0eed973d-3fc4-49dc-bce4-ad06f44eb8bb|pool-2-thread-9|||||WARN|500||JTosca Exception [JE003]: MissingRequiredFieldError: Data value of type "org.openecomp.datatypes.network.IPv6SubnetAssignments" is missing required field(s) "[use_ipv6, ip_version, cidr_mask, supplemental_data]". CSAR name - /app/ASDC/1/service-BasicNetwork-csar.csar 2021-05-05T01:17:21.306Z|0eed973d-3fc4-49dc-bce4-ad06f44eb8bb|pool-2-thread-9|||||WARN|500||JTosca Exception [JE003]: MissingRequiredFieldError: properties of template "Generic NeutronNet 0" are missing field(s): [network_role, provider_network]. CSAR name - /app/ASDC/1/service-BasicNetwork-csar.csar 2021-05-05T01:17:21.306Z|0eed973d-3fc4-49dc-bce4-ad06f44eb8bb|pool-2-thread-9|||||WARN|500||#################################################################################################### 2021-05-05T01:17:21.306Z|0eed973d-3fc4-49dc-bce4-ad06f44eb8bb|pool-2-thread-9|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive 2021-05-05T01:17:21.307Z|0eed973d-3fc4-49dc-bce4-ad06f44eb8bb|pool-2-thread-9|||||DEBUG|500||Service basic_network is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=SERVICE_PROXY, toscaType=null, uUID=null, customizationUUID=null 2021-05-05T01:17:21.307Z|0eed973d-3fc4-49dc-bce4-ad06f44eb8bb|pool-2-thread-9|||||DEBUG|500||Node template Generic NeutronNet 0 is not matching search criteria 2021-05-05T01:17:21.307Z|0eed973d-3fc4-49dc-bce4-ad06f44eb8bb|pool-2-thread-9|||||DEBUG|500||Search for entities recursively 2021-05-05T01:17:21.307Z|0eed973d-3fc4-49dc-bce4-ad06f44eb8bb|pool-2-thread-9|||||DEBUG|500||Found topology templates [] matching following query criteria: sdcType=Service, customizationUUID=null 2021-05-05T01:17:21.307Z|0eed973d-3fc4-49dc-bce4-ad06f44eb8bb|pool-2-thread-9|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive 2021-05-05T01:17:21.307Z|0eed973d-3fc4-49dc-bce4-ad06f44eb8bb|pool-2-thread-9|||||DEBUG|500||Service basic_network is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=CONFIGURATION, toscaType=null, uUID=null, customizationUUID=null 2021-05-05T01:17:21.307Z|0eed973d-3fc4-49dc-bce4-ad06f44eb8bb|pool-2-thread-9|||||DEBUG|500||Node template Generic NeutronNet 0 is not matching search criteria 2021-05-05T01:17:21.307Z|0eed973d-3fc4-49dc-bce4-ad06f44eb8bb|pool-2-thread-9|||||DEBUG|500||Search for entities recursively 2021-05-05T01:17:21.307Z|0eed973d-3fc4-49dc-bce4-ad06f44eb8bb|pool-2-thread-9|||||DEBUG|500||Found topology templates [] matching following query criteria: sdcType=Service, customizationUUID=null 2021-05-05T01:17:21.307Z|0eed973d-3fc4-49dc-bce4-ad06f44eb8bb|pool-2-thread-9|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive 2021-05-05T01:17:21.307Z|0eed973d-3fc4-49dc-bce4-ad06f44eb8bb|pool-2-thread-9|||||DEBUG|500||Service basic_network is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=VF, toscaType=null, uUID=null, customizationUUID=null 2021-05-05T01:17:21.307Z|0eed973d-3fc4-49dc-bce4-ad06f44eb8bb|pool-2-thread-9|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive 2021-05-05T01:17:21.308Z|0eed973d-3fc4-49dc-bce4-ad06f44eb8bb|pool-2-thread-9|||||DEBUG|500||Service basic_network is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=VL, toscaType=null, uUID=null, customizationUUID=null 2021-05-05T01:17:21.308Z|0eed973d-3fc4-49dc-bce4-ad06f44eb8bb|pool-2-thread-9|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive 2021-05-05T01:17:21.308Z|0eed973d-3fc4-49dc-bce4-ad06f44eb8bb|pool-2-thread-9|||||DEBUG|500||Service basic_network is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=CR, toscaType=null, uUID=null, customizationUUID=null 2021-05-05T01:17:21.308Z|0eed973d-3fc4-49dc-bce4-ad06f44eb8bb|pool-2-thread-9|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive 2021-05-05T01:17:21.308Z|0eed973d-3fc4-49dc-bce4-ad06f44eb8bb|pool-2-thread-9|||||DEBUG|500||Service basic_network is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=VF, toscaType=null, uUID=null, customizationUUID=null 2021-05-05T01:17:21.308Z|0eed973d-3fc4-49dc-bce4-ad06f44eb8bb|pool-2-thread-9|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive 2021-05-05T01:17:21.308Z|0eed973d-3fc4-49dc-bce4-ad06f44eb8bb|pool-2-thread-9|||||DEBUG|500||Service basic_network is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=PNF, toscaType=null, uUID=null, customizationUUID=null 2021-05-05T01:17:21.308Z|0eed973d-3fc4-49dc-bce4-ad06f44eb8bb|pool-2-thread-9|||||DEBUG|500||CSAR Notification: Service Level Properties: Name:basic_network Description:service Model UUID:b4c00bb0-f0f7-466b-9dab-4cce19c97bdd Model Version:NULL Model InvariantUuid:6116921c-4499-4539-a397-39f04852dd02 Service Type: Service Role: WorkLoad Context:Production Environment Context:General_Revenue-Bearing NETWORK Level Properties: Model Name:Generic NeutronNet Model InvariantUuid:7597ac4d-bd98-4be8-83a0-de6323d21160 Model UUID:06a5babd-d6c4-4904-91b0-a4805b27c77f Model Version:1.0 AIC Max Version:NULL AIC Min Version:NULL Tosca Node Type:VL Description:Generic NeutronNet NETWORK Customization Properties: CustomizationUUID:65edd2b1-a34b-442b-b7a2-b0f8fdd99b1f 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_56_0_, toscacsar0_.ARTIFACT_CHECKSUM as artifact2_56_0_, toscacsar0_.CREATION_TIMESTAMP as creation3_56_0_, toscacsar0_.DESCRIPTION as descript4_56_0_, toscacsar0_.NAME as name5_56_0_, toscacsar0_.URL as url6_56_0_, toscacsar0_.Version as version7_56_0_ from tosca_csar toscacsar0_ where toscacsar0_.ARTIFACT_UUID=? 2021-05-05T01:17:21.314Z|0eed973d-3fc4-49dc-bce4-ad06f44eb8bb|pool-2-thread-9|||||INFO|500||Processing Resource Type: VL, Model UUID: f925a27c-298c-4b2d-9eca-a2b0bec4f18e 2021-05-05T01:17:21.314Z|0eed973d-3fc4-49dc-bce4-ad06f44eb8bb|pool-2-thread-9|||||INFO|500||No resources found for Service: b4c00bb0-f0f7-466b-9dab-4cce19c97bdd Hibernate: select service0_.MODEL_UUID as model_uu1_49_, service0_.CDS_BLUEPRINT_NAME as cds_blue2_49_, service0_.CDS_BLUEPRINT_VERSION as cds_blue3_49_, service0_.SERVICE_CATEGORY as service_4_49_, service0_.CONTROLLER_ACTOR as controll5_49_, service0_.CREATION_TIMESTAMP as creation6_49_, service0_.TOSCA_CSAR_ARTIFACT_UUID as tosca_c21_49_, service0_.DESCRIPTION as descript7_49_, service0_.OVERALL_DISTRIBUTION_STATUS as overall_8_49_, service0_.ENVIRONMENT_CONTEXT as environm9_49_, service0_.MODEL_INVARIANT_UUID as model_i10_49_, service0_.MODEL_NAME as model_n11_49_, service0_.MODEL_VERSION as model_v12_49_, service0_.NAMING_POLICY as naming_13_49_, service0_.ONAP_GENERATED_NAMING as onap_ge14_49_, service0_.RESOURCE_ORDER as resourc15_49_, service0_.SERVICE_FUNCTION as service16_49_, service0_.SERVICE_ROLE as service17_49_, service0_.SERVICE_TYPE as service18_49_, service0_.SKIP_POST_INSTANTIATION_CONFIGURATION as skip_po19_49_, service0_.WORKLOAD_CONTEXT as workloa20_49_ from service service0_ where service0_.MODEL_UUID=? 2021-05-05T01:17:21.319Z|0eed973d-3fc4-49dc-bce4-ad06f44eb8bb|pool-2-thread-9|||||INFO|500|| 2021-05-05T01:17:21.319Z|0eed973d-3fc4-49dc-bce4-ad06f44eb8bb|pool-2-thread-9|||||DEBUG|500||Processing Resource Type: VL and Model UUID: 2021-05-05T01:17:21.319Z|0eed973d-3fc4-49dc-bce4-ad06f44eb8bb|pool-2-thread-9|||||DEBUG|500||No resources found for Service: b4c00bb0-f0f7-466b-9dab-4cce19c97bdd 2021-05-05T01:17:21.320Z|0eed973d-3fc4-49dc-bce4-ad06f44eb8bb|pool-2-thread-9|||||DEBUG|500||Preparing to deploy Service: b4c00bb0-f0f7-466b-9dab-4cce19c97bdd 2021-05-05T01:17:21.320Z|0eed973d-3fc4-49dc-bce4-ad06f44eb8bb|pool-2-thread-9|||||INFO|500||ASDC_START_DEPLOY_ARTIFACT ASDC 2021-05-05T01:17:21.320Z|0eed973d-3fc4-49dc-bce4-ad06f44eb8bb|pool-2-thread-9|||||INFO|500||ASDC_GENERAL_INFO There is no VF mudules in the VF. ASDC createVfModuleStructures Hibernate: select toscacsar0_.ARTIFACT_UUID as artifact1_56_0_, toscacsar0_.ARTIFACT_CHECKSUM as artifact2_56_0_, toscacsar0_.CREATION_TIMESTAMP as creation3_56_0_, toscacsar0_.DESCRIPTION as descript4_56_0_, toscacsar0_.NAME as name5_56_0_, toscacsar0_.URL as url6_56_0_, toscacsar0_.Version as version7_56_0_ from tosca_csar toscacsar0_ where toscacsar0_.ARTIFACT_UUID=? Hibernate: select service0_.MODEL_UUID as model_uu1_49_, service0_.CDS_BLUEPRINT_NAME as cds_blue2_49_, service0_.CDS_BLUEPRINT_VERSION as cds_blue3_49_, service0_.SERVICE_CATEGORY as service_4_49_, service0_.CONTROLLER_ACTOR as controll5_49_, service0_.CREATION_TIMESTAMP as creation6_49_, service0_.TOSCA_CSAR_ARTIFACT_UUID as tosca_c21_49_, service0_.DESCRIPTION as descript7_49_, service0_.OVERALL_DISTRIBUTION_STATUS as overall_8_49_, service0_.ENVIRONMENT_CONTEXT as environm9_49_, service0_.MODEL_INVARIANT_UUID as model_i10_49_, service0_.MODEL_NAME as model_n11_49_, service0_.MODEL_VERSION as model_v12_49_, service0_.NAMING_POLICY as naming_13_49_, service0_.ONAP_GENERATED_NAMING as onap_ge14_49_, service0_.RESOURCE_ORDER as resourc15_49_, service0_.SERVICE_FUNCTION as service16_49_, service0_.SERVICE_ROLE as service17_49_, service0_.SERVICE_TYPE as service18_49_, service0_.SKIP_POST_INSTANTIATION_CONFIGURATION as skip_po19_49_, service0_.WORKLOAD_CONTEXT as workloa20_49_ from service service0_ where service0_.MODEL_UUID=? 2021-05-05T01:17:21.325Z|0eed973d-3fc4-49dc-bce4-ad06f44eb8bb|pool-2-thread-9|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive 2021-05-05T01:17:21.325Z|0eed973d-3fc4-49dc-bce4-ad06f44eb8bb|pool-2-thread-9|||||DEBUG|500||Service basic_network is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=VF, toscaType=null, uUID=null, customizationUUID=null 2021-05-05T01:17:21.325Z|0eed973d-3fc4-49dc-bce4-ad06f44eb8bb|pool-2-thread-9|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive 2021-05-05T01:17:21.325Z|0eed973d-3fc4-49dc-bce4-ad06f44eb8bb|pool-2-thread-9|||||DEBUG|500||Service basic_network is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=null, toscaType=null, uUID=null, customizationUUID=null 2021-05-05T01:17:21.325Z|0eed973d-3fc4-49dc-bce4-ad06f44eb8bb|pool-2-thread-9|||||DEBUG|500|| resourceSeq for service uuid b4c00bb0-f0f7-466b-9dab-4cce19c97bdd: Generic NeutronNet 2021-05-05T01:17:21.325Z|0eed973d-3fc4-49dc-bce4-ad06f44eb8bb|pool-2-thread-9|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive 2021-05-05T01:17:21.326Z|0eed973d-3fc4-49dc-bce4-ad06f44eb8bb|pool-2-thread-9|||||DEBUG|500||Service basic_network is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=PNF, toscaType=null, uUID=null, customizationUUID=null 2021-05-05T01:17:21.326Z|0eed973d-3fc4-49dc-bce4-ad06f44eb8bb|pool-2-thread-9|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive 2021-05-05T01:17:21.326Z|0eed973d-3fc4-49dc-bce4-ad06f44eb8bb|pool-2-thread-9|||||DEBUG|500||Service basic_network is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=VL, toscaType=null, uUID=null, customizationUUID=null Hibernate: select tempnetwor0_.HEAT_TEMPLATE_ARTIFACT_UUID as heat_tem1_55_, tempnetwor0_.NETWORK_RESOURCE_MODEL_NAME as network_2_55_, tempnetwor0_.AIC_VERSION_MAX as aic_vers3_55_, tempnetwor0_.AIC_VERSION_MIN as aic_vers4_55_ from temp_network_heat_template_lookup tempnetwor0_ where tempnetwor0_.NETWORK_RESOURCE_MODEL_NAME=? limit ? Hibernate: select heattempla0_.ARTIFACT_UUID as artifact1_28_, heattempla0_.ARTIFACT_CHECKSUM as artifact2_28_, heattempla0_.CREATION_TIMESTAMP as creation3_28_, heattempla0_.DESCRIPTION as descript4_28_, heattempla0_.BODY as body5_28_, heattempla0_.NAME as name6_28_, heattempla0_.TIMEOUT_MINUTES as timeout_7_28_, heattempla0_.VERSION as version8_28_ from heat_template heattempla0_ where heattempla0_.ARTIFACT_UUID=? Hibernate: select networkres0_.MODEL_CUSTOMIZATION_UUID as model_cu1_37_, networkres0_.CREATION_TIMESTAMP as creation2_37_, networkres0_.MODEL_INSTANCE_NAME as model_in3_37_, networkres0_.NETWORK_RESOURCE_MODEL_UUID as network_9_37_, networkres0_.NETWORK_ROLE as network_4_37_, networkres0_.NETWORK_SCOPE as network_5_37_, networkres0_.NETWORK_TECHNOLOGY as network_6_37_, networkres0_.NETWORK_TYPE as network_7_37_, networkres0_.RESOURCE_INPUT as resource8_37_ from network_resource_customization networkres0_ where networkres0_.MODEL_CUSTOMIZATION_UUID=? Hibernate: select networkres0_.MODEL_UUID as model_uu1_36_, networkres0_.AIC_VERSION_MAX as aic_vers2_36_, networkres0_.AIC_VERSION_MIN as aic_vers3_36_, networkres0_.RESOURCE_CATEGORY as resource4_36_, networkres0_.CREATION_TIMESTAMP as creation5_36_, networkres0_.DESCRIPTION as descript6_36_, networkres0_.HEAT_TEMPLATE_ARTIFACT_UUID as heat_te14_36_, networkres0_.MODEL_INVARIANT_UUID as model_in7_36_, networkres0_.MODEL_NAME as model_na8_36_, networkres0_.MODEL_VERSION as model_ve9_36_, networkres0_.NEUTRON_NETWORK_TYPE as neutron10_36_, networkres0_.ORCHESTRATION_MODE as orchest11_36_, networkres0_.RESOURCE_SUB_CATEGORY as resourc12_36_, networkres0_.TOSCA_NODE_TYPE as tosca_n13_36_ from network_resource networkres0_ where networkres0_.MODEL_UUID=? 2021-05-05T01:17:21.373Z|0eed973d-3fc4-49dc-bce4-ad06f44eb8bb|pool-2-thread-9|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive 2021-05-05T01:17:21.373Z|0eed973d-3fc4-49dc-bce4-ad06f44eb8bb|pool-2-thread-9|||||DEBUG|500||Service basic_network is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=CR, toscaType=null, uUID=null, customizationUUID=null 2021-05-05T01:17:21.374Z|0eed973d-3fc4-49dc-bce4-ad06f44eb8bb|pool-2-thread-9|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive 2021-05-05T01:17:21.374Z|0eed973d-3fc4-49dc-bce4-ad06f44eb8bb|pool-2-thread-9|||||DEBUG|500||Service basic_network is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=SERVICE_PROXY, toscaType=null, uUID=null, customizationUUID=null 2021-05-05T01:17:21.374Z|0eed973d-3fc4-49dc-bce4-ad06f44eb8bb|pool-2-thread-9|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive 2021-05-05T01:17:21.374Z|0eed973d-3fc4-49dc-bce4-ad06f44eb8bb|pool-2-thread-9|||||DEBUG|500||Service basic_network is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=CONFIGURATION, toscaType=null, uUID=null, customizationUUID=null 2021-05-05T01:17:21.374Z|0eed973d-3fc4-49dc-bce4-ad06f44eb8bb|pool-2-thread-9|||||INFO|500||Saving Service: basic_network Hibernate: select service0_.MODEL_UUID as model_uu1_49_3_, service0_.CDS_BLUEPRINT_NAME as cds_blue2_49_3_, service0_.CDS_BLUEPRINT_VERSION as cds_blue3_49_3_, service0_.SERVICE_CATEGORY as service_4_49_3_, service0_.CONTROLLER_ACTOR as controll5_49_3_, service0_.CREATION_TIMESTAMP as creation6_49_3_, service0_.TOSCA_CSAR_ARTIFACT_UUID as tosca_c21_49_3_, service0_.DESCRIPTION as descript7_49_3_, service0_.OVERALL_DISTRIBUTION_STATUS as overall_8_49_3_, service0_.ENVIRONMENT_CONTEXT as environm9_49_3_, service0_.MODEL_INVARIANT_UUID as model_i10_49_3_, service0_.MODEL_NAME as model_n11_49_3_, service0_.MODEL_VERSION as model_v12_49_3_, service0_.NAMING_POLICY as naming_13_49_3_, service0_.ONAP_GENERATED_NAMING as onap_ge14_49_3_, service0_.RESOURCE_ORDER as resourc15_49_3_, service0_.SERVICE_FUNCTION as service16_49_3_, service0_.SERVICE_ROLE as service17_49_3_, service0_.SERVICE_TYPE as service18_49_3_, service0_.SKIP_POST_INSTANTIATION_CONFIGURATION as skip_po19_49_3_, service0_.WORKLOAD_CONTEXT as workloa20_49_3_, allottedcu1_.SERVICE_MODEL_UUID as service_1_8_5_, allottedre2_.MODEL_CUSTOMIZATION_UUID as resource2_8_5_, allottedre2_.MODEL_CUSTOMIZATION_UUID as model_cu1_7_0_, allottedre2_.AR_MODEL_UUID as ar_mode15_7_0_, allottedre2_.CREATION_TIMESTAMP as creation2_7_0_, allottedre2_.MAX_INSTANCES as max_inst3_7_0_, allottedre2_.MIN_INSTANCES as min_inst4_7_0_, allottedre2_.MODEL_INSTANCE_NAME as model_in5_7_0_, allottedre2_.NF_FUNCTION as nf_funct6_7_0_, allottedre2_.NF_NAMING_CODE as nf_namin7_7_0_, allottedre2_.NF_ROLE as nf_role8_7_0_, allottedre2_.NF_TYPE as nf_type9_7_0_, allottedre2_.PROVIDING_SERVICE_MODEL_INVARIANT_UUID as providi10_7_0_, allottedre2_.PROVIDING_SERVICE_MODEL_NAME as providi11_7_0_, allottedre2_.PROVIDING_SERVICE_MODEL_UUID as providi12_7_0_, allottedre2_.RESOURCE_INPUT as resourc13_7_0_, allottedre2_.TARGET_NETWORK_ROLE as target_14_7_0_, allottedre3_.MODEL_UUID as model_uu1_6_1_, allottedre3_.CREATION_TIMESTAMP as creation2_6_1_, allottedre3_.DESCRIPTION as descript3_6_1_, allottedre3_.MODEL_INVARIANT_UUID as model_in4_6_1_, allottedre3_.MODEL_NAME as model_na5_6_1_, allottedre3_.MODEL_VERSION as model_ve6_6_1_, allottedre3_.SUBCATEGORY as subcateg7_6_1_, allottedre3_.TOSCA_NODE_TYPE as tosca_no8_6_1_, toscacsar4_.ARTIFACT_UUID as artifact1_56_2_, toscacsar4_.ARTIFACT_CHECKSUM as artifact2_56_2_, toscacsar4_.CREATION_TIMESTAMP as creation3_56_2_, toscacsar4_.DESCRIPTION as descript4_56_2_, toscacsar4_.NAME as name5_56_2_, toscacsar4_.URL as url6_56_2_, toscacsar4_.Version as version7_56_2_ from service service0_ left outer join allotted_resource_customization_to_service allottedcu1_ on service0_.MODEL_UUID=allottedcu1_.SERVICE_MODEL_UUID left outer join allotted_resource_customization allottedre2_ on allottedcu1_.RESOURCE_MODEL_CUSTOMIZATION_UUID=allottedre2_.MODEL_CUSTOMIZATION_UUID left outer join allotted_resource allottedre3_ on allottedre2_.AR_MODEL_UUID=allottedre3_.MODEL_UUID left outer join tosca_csar toscacsar4_ on service0_.TOSCA_CSAR_ARTIFACT_UUID=toscacsar4_.ARTIFACT_UUID where service0_.MODEL_UUID=? Hibernate: select toscacsar0_.ARTIFACT_UUID as artifact1_56_1_, toscacsar0_.ARTIFACT_CHECKSUM as artifact2_56_1_, toscacsar0_.CREATION_TIMESTAMP as creation3_56_1_, toscacsar0_.DESCRIPTION as descript4_56_1_, toscacsar0_.NAME as name5_56_1_, toscacsar0_.URL as url6_56_1_, toscacsar0_.Version as version7_56_1_, services1_.TOSCA_CSAR_ARTIFACT_UUID as tosca_c21_49_3_, services1_.MODEL_UUID as model_uu1_49_3_, services1_.MODEL_UUID as model_uu1_49_0_, services1_.CDS_BLUEPRINT_NAME as cds_blue2_49_0_, services1_.CDS_BLUEPRINT_VERSION as cds_blue3_49_0_, services1_.SERVICE_CATEGORY as service_4_49_0_, services1_.CONTROLLER_ACTOR as controll5_49_0_, services1_.CREATION_TIMESTAMP as creation6_49_0_, services1_.TOSCA_CSAR_ARTIFACT_UUID as tosca_c21_49_0_, services1_.DESCRIPTION as descript7_49_0_, services1_.OVERALL_DISTRIBUTION_STATUS as overall_8_49_0_, services1_.ENVIRONMENT_CONTEXT as environm9_49_0_, services1_.MODEL_INVARIANT_UUID as model_i10_49_0_, services1_.MODEL_NAME as model_n11_49_0_, services1_.MODEL_VERSION as model_v12_49_0_, services1_.NAMING_POLICY as naming_13_49_0_, services1_.ONAP_GENERATED_NAMING as onap_ge14_49_0_, services1_.RESOURCE_ORDER as resourc15_49_0_, services1_.SERVICE_FUNCTION as service16_49_0_, services1_.SERVICE_ROLE as service17_49_0_, services1_.SERVICE_TYPE as service18_49_0_, services1_.SKIP_POST_INSTANTIATION_CONFIGURATION as skip_po19_49_0_, services1_.WORKLOAD_CONTEXT as workloa20_49_0_ from tosca_csar toscacsar0_ left outer join service services1_ on toscacsar0_.ARTIFACT_UUID=services1_.TOSCA_CSAR_ARTIFACT_UUID where toscacsar0_.ARTIFACT_UUID=? Hibernate: select networkres0_.MODEL_CUSTOMIZATION_UUID as model_cu1_37_3_, networkres0_.CREATION_TIMESTAMP as creation2_37_3_, networkres0_.MODEL_INSTANCE_NAME as model_in3_37_3_, networkres0_.NETWORK_RESOURCE_MODEL_UUID as network_9_37_3_, networkres0_.NETWORK_ROLE as network_4_37_3_, networkres0_.NETWORK_SCOPE as network_5_37_3_, networkres0_.NETWORK_TECHNOLOGY as network_6_37_3_, networkres0_.NETWORK_TYPE as network_7_37_3_, networkres0_.RESOURCE_INPUT as resource8_37_3_, networkres1_.MODEL_UUID as model_uu1_36_0_, networkres1_.AIC_VERSION_MAX as aic_vers2_36_0_, networkres1_.AIC_VERSION_MIN as aic_vers3_36_0_, networkres1_.RESOURCE_CATEGORY as resource4_36_0_, networkres1_.CREATION_TIMESTAMP as creation5_36_0_, networkres1_.DESCRIPTION as descript6_36_0_, networkres1_.HEAT_TEMPLATE_ARTIFACT_UUID as heat_te14_36_0_, networkres1_.MODEL_INVARIANT_UUID as model_in7_36_0_, networkres1_.MODEL_NAME as model_na8_36_0_, networkres1_.MODEL_VERSION as model_ve9_36_0_, networkres1_.NEUTRON_NETWORK_TYPE as neutron10_36_0_, networkres1_.ORCHESTRATION_MODE as orchest11_36_0_, networkres1_.RESOURCE_SUB_CATEGORY as resourc12_36_0_, networkres1_.TOSCA_NODE_TYPE as tosca_n13_36_0_, collection2_.NETWORK_RESOURCE_MODEL_UUID as network_9_14_5_, collection2_.MODEL_CUSTOMIZATION_UUID as model_cu1_14_5_, collection2_.MODEL_CUSTOMIZATION_UUID as model_cu1_14_1_, collection2_.CREATION_TIMESTAMP as creation2_14_1_, collection2_.INSTANCE_GROUP_MODEL_UUID as instance8_14_1_, collection2_.MODEL_INSTANCE_NAME as model_in3_14_1_, collection2_.NETWORK_RESOURCE_MODEL_UUID as network_9_14_1_, collection2_.CRC_MODEL_CUSTOMIZATION_UUID as crc_mod10_14_1_, collection2_.NETWORK_ROLE as network_4_14_1_, collection2_.NETWORK_SCOPE as network_5_14_1_, collection2_.NETWORK_TECHNOLOGY as network_6_14_1_, collection2_.NETWORK_TYPE as network_7_14_1_, heattempla3_.ARTIFACT_UUID as artifact1_28_2_, heattempla3_.ARTIFACT_CHECKSUM as artifact2_28_2_, heattempla3_.CREATION_TIMESTAMP as creation3_28_2_, heattempla3_.DESCRIPTION as descript4_28_2_, heattempla3_.BODY as body5_28_2_, heattempla3_.NAME as name6_28_2_, heattempla3_.TIMEOUT_MINUTES as timeout_7_28_2_, heattempla3_.VERSION as version8_28_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_36_4_, networkres0_.AIC_VERSION_MAX as aic_vers2_36_4_, networkres0_.AIC_VERSION_MIN as aic_vers3_36_4_, networkres0_.RESOURCE_CATEGORY as resource4_36_4_, networkres0_.CREATION_TIMESTAMP as creation5_36_4_, networkres0_.DESCRIPTION as descript6_36_4_, networkres0_.HEAT_TEMPLATE_ARTIFACT_UUID as heat_te14_36_4_, networkres0_.MODEL_INVARIANT_UUID as model_in7_36_4_, networkres0_.MODEL_NAME as model_na8_36_4_, networkres0_.MODEL_VERSION as model_ve9_36_4_, networkres0_.NEUTRON_NETWORK_TYPE as neutron10_36_4_, networkres0_.ORCHESTRATION_MODE as orchest11_36_4_, networkres0_.RESOURCE_SUB_CATEGORY as resourc12_36_4_, networkres0_.TOSCA_NODE_TYPE as tosca_n13_36_4_, collection1_.NETWORK_RESOURCE_MODEL_UUID as network_9_14_6_, collection1_.MODEL_CUSTOMIZATION_UUID as model_cu1_14_6_, collection1_.MODEL_CUSTOMIZATION_UUID as model_cu1_14_0_, collection1_.CREATION_TIMESTAMP as creation2_14_0_, collection1_.INSTANCE_GROUP_MODEL_UUID as instance8_14_0_, collection1_.MODEL_INSTANCE_NAME as model_in3_14_0_, collection1_.NETWORK_RESOURCE_MODEL_UUID as network_9_14_0_, collection1_.CRC_MODEL_CUSTOMIZATION_UUID as crc_mod10_14_0_, collection1_.NETWORK_ROLE as network_4_14_0_, collection1_.NETWORK_SCOPE as network_5_14_0_, collection1_.NETWORK_TECHNOLOGY as network_6_14_0_, collection1_.NETWORK_TYPE as network_7_14_0_, instancegr2_.MODEL_UUID as model_uu2_32_1_, instancegr2_.CR_MODEL_UUID as cr_mode10_32_1_, instancegr2_.CREATION_TIMESTAMP as creation3_32_1_, instancegr2_.MODEL_INVARIANT_UUID as model_in4_32_1_, instancegr2_.MODEL_NAME as model_na5_32_1_, instancegr2_.MODEL_VERSION as model_ve6_32_1_, instancegr2_.ROLE as role7_32_1_, instancegr2_.TOSCA_NODE_TYPE as tosca_no8_32_1_, instancegr2_.INSTANCE_GROUP_TYPE as instance9_32_1_, instancegr2_.OBJECT_TYPE as object_t1_32_1_, networkcol3_.MODEL_CUSTOMIZATION_UUID as model_cu2_16_2_, networkcol3_.CR_MODEL_UUID as cr_model8_16_2_, networkcol3_.CREATION_TIMESTAMP as creation3_16_2_, networkcol3_.FUNCTION as function4_16_2_, networkcol3_.MODEL_INSTANCE_NAME as model_in5_16_2_, networkcol3_.ROLE as role6_16_2_, networkcol3_.COLLECTION_RESOURCE_TYPE as collecti7_16_2_, heattempla4_.ARTIFACT_UUID as artifact1_28_3_, heattempla4_.ARTIFACT_CHECKSUM as artifact2_28_3_, heattempla4_.CREATION_TIMESTAMP as creation3_28_3_, heattempla4_.DESCRIPTION as descript4_28_3_, heattempla4_.BODY as body5_28_3_, heattempla4_.NAME as name6_28_3_, heattempla4_.TIMEOUT_MINUTES as timeout_7_28_3_, heattempla4_.VERSION as version8_28_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 (?, ?) 2021-05-05T01:17:21.461Z|0eed973d-3fc4-49dc-bce4-ad06f44eb8bb|pool-2-thread-9|||||INFO|500||ASDC_ARTIFACT_DEPLOY_SUC 0 ASDC deployResourceStructure 2021-05-05T01:17:21.462Z|0eed973d-3fc4-49dc-bce4-ad06f44eb8bb|pool-2-thread-9|||||INFO|500||ASDC_SEND_NOTIF_ASDC DEPLOY DEPLOY_OK /sdc/v1/catalog/services/BasicNetwork/1.0/artifacts/service-BasicNetwork-csar.csar ASDC sendASDCNotification 2021-05-05T01:17:21.462Z|0eed973d-3fc4-49dc-bce4-ad06f44eb8bb|pool-2-thread-9|||||DEBUG|500||Sending DEPLOY(DEPLOY_OK) notification to ASDC for artifact:/sdc/v1/catalog/services/BasicNetwork/1.0/artifacts/service-BasicNetwork-csar.csar 2021-05-05T01:17:21.462Z|0eed973d-3fc4-49dc-bce4-ad06f44eb8bb|pool-2-thread-9|||||INFO|500||DistributionClient - sendDeploymentStatus 2021-05-05T01:17:21.462Z|0eed973d-3fc4-49dc-bce4-ad06f44eb8bb|pool-2-thread-9|||||INFO|500||DistributionClient - sendStatus 2021-05-05T01:17:21.464Z|0eed973d-3fc4-49dc-bce4-ad06f44eb8bb|pool-2-thread-9|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap] 2021-05-05T01:17:21.464Z|0eed973d-3fc4-49dc-bce4-ad06f44eb8bb|pool-2-thread-9|||||DEBUG|500||try to send status { "distributionID": "0eed973d-3fc4-49dc-bce4-ad06f44eb8bb", "consumerID": "SO-COpenSource-Env11", "timestamp": 1620177441462, "artifactURL": "/sdc/v1/catalog/services/BasicNetwork/1.0/artifacts/service-BasicNetwork-csar.csar", "status": "DEPLOY_OK" } 2021-05-05T01:17:21.574Z||pool-38-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 109 ms 2021-05-05T01:17:21.574Z||pool-38-thread-1|||||WARN|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO will send credentials over a clear channel. 2021-05-05T01:17:21.575Z||pool-38-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as a4LkjAbl6YzsGxek) ... 2021-05-05T01:17:21.582Z||pool-38-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK 2021-05-05T01:17:21.583Z||pool-38-thread-1|||||INFO|500||cambria reply ok (9 ms):{"serverTimeMs":0,"count":1} 2021-05-05T01:17:22.465Z|0eed973d-3fc4-49dc-bce4-ad06f44eb8bb|pool-2-thread-9|||||DEBUG|500||Entered getOverallDistributionStatus method for distrubutionId: 0eed973d-3fc4-49dc-bce4-ad06f44eb8bb Hibernate: select watchdogdi0_.DISTRIBUTION_ID as distribu1_11_0_, watchdogdi0_.CREATE_TIME as create_t2_11_0_, watchdogdi0_.DISTRIBUTION_ID_STATUS as distribu3_11_0_, watchdogdi0_.MODIFY_TIME as modify_t4_11_0_, watchdogdi0_.LOCK_VERSION as lock_ver5_11_0_ from watchdog_distributionid_status watchdogdi0_ where watchdogdi0_.DISTRIBUTION_ID=? Hibernate: select watchdogco0_.COMPONENT_NAME as componen1_12_, watchdogco0_.DISTRIBUTION_ID as distribu2_12_, watchdogco0_.COMPONENT_DISTRIBUTION_STATUS as componen3_12_, watchdogco0_.CREATE_TIME as create_t4_12_, watchdogco0_.MODIFY_TIME as modify_t5_12_ from watchdog_per_component_distribution_status watchdogco0_ where watchdogco0_.DISTRIBUTION_ID=? 2021-05-05T01:17:22.476Z|0eed973d-3fc4-49dc-bce4-ad06f44eb8bb|pool-2-thread-9|||||DEBUG|500||Executed RequestDB getWatchdogComponentDistributionStatus for distrubutionId: 0eed973d-3fc4-49dc-bce4-ad06f44eb8bb Hibernate: select watchdogco0_.COMPONENT_NAME as componen1_12_, watchdogco0_.DISTRIBUTION_ID as distribu2_12_, watchdogco0_.COMPONENT_DISTRIBUTION_STATUS as componen3_12_, watchdogco0_.CREATE_TIME as create_t4_12_, watchdogco0_.MODIFY_TIME as modify_t5_12_ from watchdog_per_component_distribution_status watchdogco0_ where watchdogco0_.DISTRIBUTION_ID=? 2021-05-05T01:17:22.478Z|0eed973d-3fc4-49dc-bce4-ad06f44eb8bb|pool-2-thread-9|||||DEBUG|500||Found componentName SO in the WatchDog Component DB 2021-05-05T01:17:22.478Z|0eed973d-3fc4-49dc-bce4-ad06f44eb8bb|pool-2-thread-9|||||DEBUG|500||AAI has not be updated in the the WatchDog Component DB yet, so ending the loop 2021-05-05T01:17:22.478Z|0eed973d-3fc4-49dc-bce4-ad06f44eb8bb|pool-2-thread-9|||||DEBUG|500||Components Size Didn't match with the WatchdogComponentDistributionStatus results. 2021-05-05T01:17:52.478Z|0eed973d-3fc4-49dc-bce4-ad06f44eb8bb|pool-2-thread-9|||||DEBUG|500||Entered getOverallDistributionStatus method for distrubutionId: 0eed973d-3fc4-49dc-bce4-ad06f44eb8bb Hibernate: select watchdogdi0_.DISTRIBUTION_ID as distribu1_11_0_, watchdogdi0_.CREATE_TIME as create_t2_11_0_, watchdogdi0_.DISTRIBUTION_ID_STATUS as distribu3_11_0_, watchdogdi0_.MODIFY_TIME as modify_t4_11_0_, watchdogdi0_.LOCK_VERSION as lock_ver5_11_0_ from watchdog_distributionid_status watchdogdi0_ where watchdogdi0_.DISTRIBUTION_ID=? Hibernate: select watchdogco0_.COMPONENT_NAME as componen1_12_, watchdogco0_.DISTRIBUTION_ID as distribu2_12_, watchdogco0_.COMPONENT_DISTRIBUTION_STATUS as componen3_12_, watchdogco0_.CREATE_TIME as create_t4_12_, watchdogco0_.MODIFY_TIME as modify_t5_12_ from watchdog_per_component_distribution_status watchdogco0_ where watchdogco0_.DISTRIBUTION_ID=? 2021-05-05T01:17:52.485Z|0eed973d-3fc4-49dc-bce4-ad06f44eb8bb|pool-2-thread-9|||||DEBUG|500||Executed RequestDB getWatchdogComponentDistributionStatus for distrubutionId: 0eed973d-3fc4-49dc-bce4-ad06f44eb8bb Hibernate: select watchdogco0_.COMPONENT_NAME as componen1_12_, watchdogco0_.DISTRIBUTION_ID as distribu2_12_, watchdogco0_.COMPONENT_DISTRIBUTION_STATUS as componen3_12_, watchdogco0_.CREATE_TIME as create_t4_12_, watchdogco0_.MODIFY_TIME as modify_t5_12_ from watchdog_per_component_distribution_status watchdogco0_ where watchdogco0_.DISTRIBUTION_ID=? 2021-05-05T01:17:52.487Z|0eed973d-3fc4-49dc-bce4-ad06f44eb8bb|pool-2-thread-9|||||DEBUG|500||Found componentName SO in the WatchDog Component DB 2021-05-05T01:17:52.487Z|0eed973d-3fc4-49dc-bce4-ad06f44eb8bb|pool-2-thread-9|||||DEBUG|500||AAI has not be updated in the the WatchDog Component DB yet, so ending the loop 2021-05-05T01:17:52.487Z|0eed973d-3fc4-49dc-bce4-ad06f44eb8bb|pool-2-thread-9|||||DEBUG|500||Components Size Didn't match with the WatchdogComponentDistributionStatus results. 2021-05-05T01:18:10.726Z||pool-2-thread-5|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2021-05-05T01:18:10.726Z||pool-2-thread-5|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel. 2021-05-05T01:18:10.727Z||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 a4LkjAbl6YzsGxek) ... 2021-05-05T01:18:10.746Z||pool-2-thread-5|||||INFO|500|| --> HTTP/1.1 200 OK 2021-05-05T01:18:10.747Z||pool-2-thread-5|||||DEBUG|500||received message from topic 2021-05-05T01:18:10.747Z||pool-2-thread-5|||||DEBUG|500||recieved notification from broker: { "distributionID": "0eed973d-3fc4-49dc-bce4-ad06f44eb8bb", "consumerID": "clamp", "timestamp": 1620177434363, "artifactURL": "/sdc/v1/catalog/services/BasicNetwork/1.0/artifacts/service-BasicNetwork-template.yml", "status": "NOT_NOTIFIED" } 2021-05-05T01:18:10.748Z||pool-2-thread-5|||||INFO|500||Missing status on Status Object. 2021-05-05T01:18:10.748Z||pool-2-thread-5|||||DEBUG|500||received message from topic 2021-05-05T01:18:10.748Z||pool-2-thread-5|||||DEBUG|500||recieved notification from broker: { "distributionID": "0eed973d-3fc4-49dc-bce4-ad06f44eb8bb", "consumerID": "ves-openapi-manager", "timestamp": 1620177434784, "artifactURL": "/sdc/v1/catalog/services/BasicNetwork/1.0/artifacts/service-BasicNetwork-template.yml", "status": "NOT_NOTIFIED" } 2021-05-05T01:18:10.748Z||pool-2-thread-5|||||INFO|500||Missing status on Status Object. 2021-05-05T01:18:22.487Z|0eed973d-3fc4-49dc-bce4-ad06f44eb8bb|pool-2-thread-9|||||DEBUG|500||Entered getOverallDistributionStatus method for distrubutionId: 0eed973d-3fc4-49dc-bce4-ad06f44eb8bb Hibernate: select watchdogdi0_.DISTRIBUTION_ID as distribu1_11_0_, watchdogdi0_.CREATE_TIME as create_t2_11_0_, watchdogdi0_.DISTRIBUTION_ID_STATUS as distribu3_11_0_, watchdogdi0_.MODIFY_TIME as modify_t4_11_0_, watchdogdi0_.LOCK_VERSION as lock_ver5_11_0_ from watchdog_distributionid_status watchdogdi0_ where watchdogdi0_.DISTRIBUTION_ID=? Hibernate: select watchdogco0_.COMPONENT_NAME as componen1_12_, watchdogco0_.DISTRIBUTION_ID as distribu2_12_, watchdogco0_.COMPONENT_DISTRIBUTION_STATUS as componen3_12_, watchdogco0_.CREATE_TIME as create_t4_12_, watchdogco0_.MODIFY_TIME as modify_t5_12_ from watchdog_per_component_distribution_status watchdogco0_ where watchdogco0_.DISTRIBUTION_ID=? 2021-05-05T01:18:22.498Z|0eed973d-3fc4-49dc-bce4-ad06f44eb8bb|pool-2-thread-9|||||DEBUG|500||Executed RequestDB getWatchdogComponentDistributionStatus for distrubutionId: 0eed973d-3fc4-49dc-bce4-ad06f44eb8bb Hibernate: select watchdogco0_.COMPONENT_NAME as componen1_12_, watchdogco0_.DISTRIBUTION_ID as distribu2_12_, watchdogco0_.COMPONENT_DISTRIBUTION_STATUS as componen3_12_, watchdogco0_.CREATE_TIME as create_t4_12_, watchdogco0_.MODIFY_TIME as modify_t5_12_ from watchdog_per_component_distribution_status watchdogco0_ where watchdogco0_.DISTRIBUTION_ID=? 2021-05-05T01:18:22.502Z|0eed973d-3fc4-49dc-bce4-ad06f44eb8bb|pool-2-thread-9|||||DEBUG|500||Found componentName SO in the WatchDog Component DB 2021-05-05T01:18:22.502Z|0eed973d-3fc4-49dc-bce4-ad06f44eb8bb|pool-2-thread-9|||||DEBUG|500||AAI has not be updated in the the WatchDog Component DB yet, so ending the loop 2021-05-05T01:18:22.502Z|0eed973d-3fc4-49dc-bce4-ad06f44eb8bb|pool-2-thread-9|||||DEBUG|500||Components Size Didn't match with the WatchdogComponentDistributionStatus results. 2021-05-05T01:18:52.502Z|0eed973d-3fc4-49dc-bce4-ad06f44eb8bb|pool-2-thread-9|||||DEBUG|500||Entered getOverallDistributionStatus method for distrubutionId: 0eed973d-3fc4-49dc-bce4-ad06f44eb8bb Hibernate: select watchdogdi0_.DISTRIBUTION_ID as distribu1_11_0_, watchdogdi0_.CREATE_TIME as create_t2_11_0_, watchdogdi0_.DISTRIBUTION_ID_STATUS as distribu3_11_0_, watchdogdi0_.MODIFY_TIME as modify_t4_11_0_, watchdogdi0_.LOCK_VERSION as lock_ver5_11_0_ from watchdog_distributionid_status watchdogdi0_ where watchdogdi0_.DISTRIBUTION_ID=? Hibernate: select watchdogco0_.COMPONENT_NAME as componen1_12_, watchdogco0_.DISTRIBUTION_ID as distribu2_12_, watchdogco0_.COMPONENT_DISTRIBUTION_STATUS as componen3_12_, watchdogco0_.CREATE_TIME as create_t4_12_, watchdogco0_.MODIFY_TIME as modify_t5_12_ from watchdog_per_component_distribution_status watchdogco0_ where watchdogco0_.DISTRIBUTION_ID=? 2021-05-05T01:18:52.514Z|0eed973d-3fc4-49dc-bce4-ad06f44eb8bb|pool-2-thread-9|||||DEBUG|500||Executed RequestDB getWatchdogComponentDistributionStatus for distrubutionId: 0eed973d-3fc4-49dc-bce4-ad06f44eb8bb Hibernate: select watchdogco0_.COMPONENT_NAME as componen1_12_, watchdogco0_.DISTRIBUTION_ID as distribu2_12_, watchdogco0_.COMPONENT_DISTRIBUTION_STATUS as componen3_12_, watchdogco0_.CREATE_TIME as create_t4_12_, watchdogco0_.MODIFY_TIME as modify_t5_12_ from watchdog_per_component_distribution_status watchdogco0_ where watchdogco0_.DISTRIBUTION_ID=? 2021-05-05T01:18:52.516Z|0eed973d-3fc4-49dc-bce4-ad06f44eb8bb|pool-2-thread-9|||||DEBUG|500||Found componentName SO in the WatchDog Component DB 2021-05-05T01:18:52.516Z|0eed973d-3fc4-49dc-bce4-ad06f44eb8bb|pool-2-thread-9|||||DEBUG|500||AAI has not be updated in the the WatchDog Component DB yet, so ending the loop 2021-05-05T01:18:52.516Z|0eed973d-3fc4-49dc-bce4-ad06f44eb8bb|pool-2-thread-9|||||DEBUG|500||Components Size Didn't match with the WatchdogComponentDistributionStatus results. 2021-05-05T01:19:10.726Z||pool-2-thread-5|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2021-05-05T01:19:10.726Z||pool-2-thread-5|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel. 2021-05-05T01:19:10.727Z||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 a4LkjAbl6YzsGxek) ... 2021-05-05T01:19:10.747Z||pool-2-thread-5|||||INFO|500|| --> HTTP/1.1 200 OK 2021-05-05T01:19:10.747Z||pool-2-thread-5|||||DEBUG|500||received message from topic 2021-05-05T01:19:10.748Z||pool-2-thread-5|||||DEBUG|500||recieved notification from broker: { "distributionID": "0eed973d-3fc4-49dc-bce4-ad06f44eb8bb", "consumerID": "multicloud-k8s-id", "timestamp": 1620177431985, "artifactURL": "/sdc/v1/catalog/services/BasicNetwork/1.0/artifacts/service-BasicNetwork-template.yml", "status": "NOT_NOTIFIED" } 2021-05-05T01:19:10.749Z||pool-2-thread-5|||||INFO|500||Missing status on Status Object. 2021-05-05T01:19:10.749Z||pool-2-thread-5|||||DEBUG|500||received message from topic 2021-05-05T01:19:10.749Z||pool-2-thread-5|||||DEBUG|500||recieved notification from broker: { "distributionID": "0eed973d-3fc4-49dc-bce4-ad06f44eb8bb", "consumerID": "policy-id", "timestamp": 1620177429987, "artifactURL": "/sdc/v1/catalog/services/BasicNetwork/1.0/artifacts/service-BasicNetwork-template.yml", "status": "NOT_NOTIFIED" } 2021-05-05T01:19:10.749Z||pool-2-thread-5|||||INFO|500||Missing status on Status Object. 2021-05-05T01:19:22.517Z|0eed973d-3fc4-49dc-bce4-ad06f44eb8bb|pool-2-thread-9|||||DEBUG|500||Entered getOverallDistributionStatus method for distrubutionId: 0eed973d-3fc4-49dc-bce4-ad06f44eb8bb Hibernate: select watchdogdi0_.DISTRIBUTION_ID as distribu1_11_0_, watchdogdi0_.CREATE_TIME as create_t2_11_0_, watchdogdi0_.DISTRIBUTION_ID_STATUS as distribu3_11_0_, watchdogdi0_.MODIFY_TIME as modify_t4_11_0_, watchdogdi0_.LOCK_VERSION as lock_ver5_11_0_ from watchdog_distributionid_status watchdogdi0_ where watchdogdi0_.DISTRIBUTION_ID=? Hibernate: select watchdogco0_.COMPONENT_NAME as componen1_12_, watchdogco0_.DISTRIBUTION_ID as distribu2_12_, watchdogco0_.COMPONENT_DISTRIBUTION_STATUS as componen3_12_, watchdogco0_.CREATE_TIME as create_t4_12_, watchdogco0_.MODIFY_TIME as modify_t5_12_ from watchdog_per_component_distribution_status watchdogco0_ where watchdogco0_.DISTRIBUTION_ID=? 2021-05-05T01:19:22.527Z|0eed973d-3fc4-49dc-bce4-ad06f44eb8bb|pool-2-thread-9|||||DEBUG|500||Executed RequestDB getWatchdogComponentDistributionStatus for distrubutionId: 0eed973d-3fc4-49dc-bce4-ad06f44eb8bb Hibernate: select watchdogco0_.COMPONENT_NAME as componen1_12_, watchdogco0_.DISTRIBUTION_ID as distribu2_12_, watchdogco0_.COMPONENT_DISTRIBUTION_STATUS as componen3_12_, watchdogco0_.CREATE_TIME as create_t4_12_, watchdogco0_.MODIFY_TIME as modify_t5_12_ from watchdog_per_component_distribution_status watchdogco0_ where watchdogco0_.DISTRIBUTION_ID=? 2021-05-05T01:19:22.529Z|0eed973d-3fc4-49dc-bce4-ad06f44eb8bb|pool-2-thread-9|||||DEBUG|500||Found componentName SO in the WatchDog Component DB 2021-05-05T01:19:22.529Z|0eed973d-3fc4-49dc-bce4-ad06f44eb8bb|pool-2-thread-9|||||DEBUG|500||AAI has not be updated in the the WatchDog Component DB yet, so ending the loop 2021-05-05T01:19:22.530Z|0eed973d-3fc4-49dc-bce4-ad06f44eb8bb|pool-2-thread-9|||||DEBUG|500||Components Size Didn't match with the WatchdogComponentDistributionStatus results. 2021-05-05T01:19:52.530Z|0eed973d-3fc4-49dc-bce4-ad06f44eb8bb|pool-2-thread-9|||||DEBUG|500||Entered getOverallDistributionStatus method for distrubutionId: 0eed973d-3fc4-49dc-bce4-ad06f44eb8bb Hibernate: select watchdogdi0_.DISTRIBUTION_ID as distribu1_11_0_, watchdogdi0_.CREATE_TIME as create_t2_11_0_, watchdogdi0_.DISTRIBUTION_ID_STATUS as distribu3_11_0_, watchdogdi0_.MODIFY_TIME as modify_t4_11_0_, watchdogdi0_.LOCK_VERSION as lock_ver5_11_0_ from watchdog_distributionid_status watchdogdi0_ where watchdogdi0_.DISTRIBUTION_ID=? Hibernate: select watchdogco0_.COMPONENT_NAME as componen1_12_, watchdogco0_.DISTRIBUTION_ID as distribu2_12_, watchdogco0_.COMPONENT_DISTRIBUTION_STATUS as componen3_12_, watchdogco0_.CREATE_TIME as create_t4_12_, watchdogco0_.MODIFY_TIME as modify_t5_12_ from watchdog_per_component_distribution_status watchdogco0_ where watchdogco0_.DISTRIBUTION_ID=? 2021-05-05T01:19:52.541Z|0eed973d-3fc4-49dc-bce4-ad06f44eb8bb|pool-2-thread-9|||||DEBUG|500||Executed RequestDB getWatchdogComponentDistributionStatus for distrubutionId: 0eed973d-3fc4-49dc-bce4-ad06f44eb8bb Hibernate: select watchdogco0_.COMPONENT_NAME as componen1_12_, watchdogco0_.DISTRIBUTION_ID as distribu2_12_, watchdogco0_.COMPONENT_DISTRIBUTION_STATUS as componen3_12_, watchdogco0_.CREATE_TIME as create_t4_12_, watchdogco0_.MODIFY_TIME as modify_t5_12_ from watchdog_per_component_distribution_status watchdogco0_ where watchdogco0_.DISTRIBUTION_ID=? 2021-05-05T01:19:52.544Z|0eed973d-3fc4-49dc-bce4-ad06f44eb8bb|pool-2-thread-9|||||DEBUG|500||Found componentName SO in the WatchDog Component DB 2021-05-05T01:19:52.544Z|0eed973d-3fc4-49dc-bce4-ad06f44eb8bb|pool-2-thread-9|||||DEBUG|500||AAI has not be updated in the the WatchDog Component DB yet, so ending the loop 2021-05-05T01:19:52.544Z|0eed973d-3fc4-49dc-bce4-ad06f44eb8bb|pool-2-thread-9|||||DEBUG|500||Components Size Didn't match with the WatchdogComponentDistributionStatus results. 2021-05-05T01:20:10.726Z||pool-2-thread-5|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2021-05-05T01:20:10.726Z||pool-2-thread-5|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel. 2021-05-05T01:20:10.727Z||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 a4LkjAbl6YzsGxek) ... 2021-05-05T01:20:10.757Z||pool-2-thread-5|||||INFO|500|| --> HTTP/1.1 200 OK 2021-05-05T01:20:10.759Z||pool-2-thread-5|||||DEBUG|500||received message from topic 2021-05-05T01:20:10.759Z||pool-2-thread-5|||||DEBUG|500||recieved notification from broker: { "distributionID": "0eed973d-3fc4-49dc-bce4-ad06f44eb8bb", "consumerID": "aai-ml", "timestamp": 1620177437262, "artifactURL": "/sdc/v1/catalog/services/BasicNetwork/1.0/artifacts/service-BasicNetwork-template.yml", "status": "NOT_NOTIFIED" } 2021-05-05T01:20:10.760Z||pool-2-thread-5|||||INFO|500||Missing status on Status Object. 2021-05-05T01:20:10.761Z||pool-2-thread-5|||||DEBUG|500||received message from topic 2021-05-05T01:20:10.761Z||pool-2-thread-5|||||DEBUG|500||recieved notification from broker: { "distributionID": "0eed973d-3fc4-49dc-bce4-ad06f44eb8bb", "consumerID": "SO-COpenSource-Env11", "timestamp": 1620177430724, "artifactURL": "/sdc/v1/catalog/services/BasicNetwork/1.0/artifacts/service-BasicNetwork-csar.csar", "status": "NOTIFIED" } 2021-05-05T01:20:10.761Z||pool-2-thread-5|||||INFO|500||Missing status on Status Object. 2021-05-05T01:20:10.761Z||pool-2-thread-5|||||DEBUG|500||received message from topic 2021-05-05T01:20:10.761Z||pool-2-thread-5|||||DEBUG|500||recieved notification from broker: { "distributionID": "0eed973d-3fc4-49dc-bce4-ad06f44eb8bb", "consumerID": "clamp", "timestamp": 1620177434363, "artifactURL": "/sdc/v1/catalog/services/BasicNetwork/1.0/artifacts/service-BasicNetwork-csar.csar", "status": "NOTIFIED" } 2021-05-05T01:20:10.762Z||pool-2-thread-5|||||INFO|500||Missing status on Status Object. 2021-05-05T01:20:10.762Z||pool-2-thread-5|||||DEBUG|500||received message from topic 2021-05-05T01:20:10.762Z||pool-2-thread-5|||||DEBUG|500||recieved notification from broker: { "distributionID": "0eed973d-3fc4-49dc-bce4-ad06f44eb8bb", "consumerID": "ves-openapi-manager", "timestamp": 1620177434784, "artifactURL": "/sdc/v1/catalog/services/BasicNetwork/1.0/artifacts/service-BasicNetwork-csar.csar", "status": "NOT_NOTIFIED" } 2021-05-05T01:20:10.762Z||pool-2-thread-5|||||INFO|500||Missing status on Status Object. 2021-05-05T01:20:10.762Z||pool-2-thread-5|||||DEBUG|500||received message from topic 2021-05-05T01:20:10.762Z||pool-2-thread-5|||||DEBUG|500||recieved notification from broker: { "distributionID": "0eed973d-3fc4-49dc-bce4-ad06f44eb8bb", "consumerID": "multicloud-k8s-id", "timestamp": 1620177431985, "artifactURL": "/sdc/v1/catalog/services/BasicNetwork/1.0/artifacts/service-BasicNetwork-csar.csar", "status": "NOTIFIED" } 2021-05-05T01:20:10.763Z||pool-2-thread-5|||||INFO|500||Missing status on Status Object. 2021-05-05T01:20:10.763Z||pool-2-thread-5|||||DEBUG|500||received message from topic 2021-05-05T01:20:10.763Z||pool-2-thread-5|||||DEBUG|500||recieved notification from broker: { "distributionID": "0eed973d-3fc4-49dc-bce4-ad06f44eb8bb", "consumerID": "policy-id", "timestamp": 1620177429987, "artifactURL": "/sdc/v1/catalog/services/BasicNetwork/1.0/artifacts/service-BasicNetwork-csar.csar", "status": "NOTIFIED" } 2021-05-05T01:20:10.763Z||pool-2-thread-5|||||INFO|500||Missing status on Status Object. 2021-05-05T01:20:10.764Z||pool-2-thread-5|||||DEBUG|500||received message from topic 2021-05-05T01:20:10.764Z||pool-2-thread-5|||||DEBUG|500||recieved notification from broker: { "distributionID": "0eed973d-3fc4-49dc-bce4-ad06f44eb8bb", "consumerID": "aai-ml", "timestamp": 1620177437262, "artifactURL": "/sdc/v1/catalog/services/BasicNetwork/1.0/artifacts/service-BasicNetwork-csar.csar", "status": "NOTIFIED" } 2021-05-05T01:20:10.764Z||pool-2-thread-5|||||INFO|500||Missing status on Status Object. 2021-05-05T01:20:10.764Z||pool-2-thread-5|||||DEBUG|500||received message from topic 2021-05-05T01:20:10.764Z||pool-2-thread-5|||||DEBUG|500||recieved notification from broker: { "distributionID": "0eed973d-3fc4-49dc-bce4-ad06f44eb8bb", "consumerID": "policy-id", "timestamp": 1620177439822, "artifactURL": "/sdc/v1/catalog/services/BasicNetwork/1.0/artifacts/service-BasicNetwork-csar.csar", "status": "DOWNLOAD_OK" } 2021-05-05T01:20:10.765Z||pool-2-thread-5|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error' 2021-05-05T01:20:10.765Z||pool-2-thread-5|||||DEBUG|500||received message from topic 2021-05-05T01:20:10.765Z||pool-2-thread-5|||||DEBUG|500||recieved notification from broker: { "distributionID": "0eed973d-3fc4-49dc-bce4-ad06f44eb8bb", "consumerID": "SO-COpenSource-Env11", "timestamp": 1620177439852, "artifactURL": "/sdc/v1/catalog/services/BasicNetwork/1.0/artifacts/service-BasicNetwork-csar.csar", "status": "DOWNLOAD_OK" } 2021-05-05T01:20:10.765Z||pool-2-thread-5|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error' 2021-05-05T01:20:10.765Z||pool-2-thread-5|||||DEBUG|500||received message from topic 2021-05-05T01:20:10.766Z||pool-2-thread-5|||||DEBUG|500||recieved notification from broker: { "distributionID": "0eed973d-3fc4-49dc-bce4-ad06f44eb8bb", "consumerID": "aai-ml", "timestamp": 1620177440029, "artifactURL": "/sdc/v1/catalog/services/BasicNetwork/1.0/artifacts/service-BasicNetwork-csar.csar", "status": "DOWNLOAD_OK" } 2021-05-05T01:20:10.766Z||pool-2-thread-5|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error' 2021-05-05T01:20:10.766Z||pool-2-thread-5|||||DEBUG|500||received message from topic 2021-05-05T01:20:10.766Z||pool-2-thread-5|||||DEBUG|500||recieved notification from broker: { "distributionID": "0eed973d-3fc4-49dc-bce4-ad06f44eb8bb", "consumerID": "policy-id", "timestamp": 1620177440826, "artifactURL": "/sdc/v1/catalog/services/BasicNetwork/1.0/artifacts/service-BasicNetwork-csar.csar", "status": "DEPLOY_OK" } 2021-05-05T01:20:10.766Z||pool-2-thread-5|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error' 2021-05-05T01:20:10.766Z||pool-2-thread-5|||||DEBUG|500||received message from topic 2021-05-05T01:20:10.766Z||pool-2-thread-5|||||DEBUG|500||recieved notification from broker: { "distributionID": "0eed973d-3fc4-49dc-bce4-ad06f44eb8bb", "consumerID": "multicloud-windriver-id", "timestamp": 1620177440474, "artifactURL": "/sdc/v1/catalog/services/BasicNetwork/1.0/artifacts/service-BasicNetwork-template.yml", "status": "NOT_NOTIFIED" } 2021-05-05T01:20:10.766Z||pool-2-thread-5|||||INFO|500||Missing status on Status Object. 2021-05-05T01:20:10.766Z||pool-2-thread-5|||||DEBUG|500||received message from topic 2021-05-05T01:20:10.766Z||pool-2-thread-5|||||DEBUG|500||recieved notification from broker: { "distributionID": "0eed973d-3fc4-49dc-bce4-ad06f44eb8bb", "consumerID": "cds", "timestamp": 1620177440580, "artifactURL": "/sdc/v1/catalog/services/BasicNetwork/1.0/artifacts/service-BasicNetwork-template.yml", "status": "NOT_NOTIFIED" } 2021-05-05T01:20:10.766Z||pool-2-thread-5|||||INFO|500||Missing status on Status Object. 2021-05-05T01:20:10.766Z||pool-2-thread-5|||||DEBUG|500||received message from topic 2021-05-05T01:20:10.767Z||pool-2-thread-5|||||DEBUG|500||recieved notification from broker: { "distributionID": "0eed973d-3fc4-49dc-bce4-ad06f44eb8bb", "consumerID": "SO-COpenSource-Env11", "timestamp": 1620177441462, "artifactURL": "/sdc/v1/catalog/services/BasicNetwork/1.0/artifacts/service-BasicNetwork-csar.csar", "status": "DEPLOY_OK" } 2021-05-05T01:20:10.767Z||pool-2-thread-5|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error' 2021-05-05T01:20:10.767Z||pool-2-thread-5|||||DEBUG|500||received message from topic 2021-05-05T01:20:10.767Z||pool-2-thread-5|||||DEBUG|500||recieved notification from broker: { "distributionID": "0eed973d-3fc4-49dc-bce4-ad06f44eb8bb", "consumerID": "policy-id", "timestamp": 1620177441829, "artifactURL": "", "status": "COMPONENT_DONE_OK", "componentName": "POLICY" } Hibernate: select watchdogdi0_.DISTRIBUTION_ID as distribu1_11_0_, watchdogdi0_.CREATE_TIME as create_t2_11_0_, watchdogdi0_.DISTRIBUTION_ID_STATUS as distribu3_11_0_, watchdogdi0_.MODIFY_TIME as modify_t4_11_0_, watchdogdi0_.LOCK_VERSION as lock_ver5_11_0_ from watchdog_distributionid_status watchdogdi0_ where watchdogdi0_.DISTRIBUTION_ID=? 2021-05-05T01:20:10.772Z||pool-2-thread-5|||||DEBUG|500||Receive a callback componentStatus in ASDC, for componentName: POLICY and status of COMPONENT_DONE_OK distributionID of 0eed973d-3fc4-49dc-bce4-ad06f44eb8bb 2021-05-05T01:20:10.772Z||pool-2-thread-5|||||DEBUG|500||Entering installTheComponentStatus for distributionId 0eed973d-3fc4-49dc-bce4-ad06f44eb8bb and ComponentName POLICY Hibernate: select watchdogco0_.COMPONENT_NAME as componen1_12_0_, watchdogco0_.DISTRIBUTION_ID as distribu2_12_0_, watchdogco0_.COMPONENT_DISTRIBUTION_STATUS as componen3_12_0_, watchdogco0_.CREATE_TIME as create_t4_12_0_, watchdogco0_.MODIFY_TIME as modify_t5_12_0_ from watchdog_per_component_distribution_status watchdogco0_ where watchdogco0_.COMPONENT_NAME=? and watchdogco0_.DISTRIBUTION_ID=? Hibernate: insert into watchdog_per_component_distribution_status (COMPONENT_DISTRIBUTION_STATUS, CREATE_TIME, MODIFY_TIME, COMPONENT_NAME, DISTRIBUTION_ID) values (?, ?, ?, ?, ?) 2021-05-05T01:20:10.780Z||pool-2-thread-5|||||DEBUG|500||received message from topic 2021-05-05T01:20:10.780Z||pool-2-thread-5|||||DEBUG|500||recieved notification from broker: { "distributionID": "0eed973d-3fc4-49dc-bce4-ad06f44eb8bb", "consumerID": "multicloud-windriver-id", "timestamp": 1620177440474, "artifactURL": "/sdc/v1/catalog/services/BasicNetwork/1.0/artifacts/service-BasicNetwork-csar.csar", "status": "NOTIFIED" } 2021-05-05T01:20:10.780Z||pool-2-thread-5|||||INFO|500||Missing status on Status Object. 2021-05-05T01:20:10.780Z||pool-2-thread-5|||||DEBUG|500||received message from topic 2021-05-05T01:20:10.781Z||pool-2-thread-5|||||DEBUG|500||recieved notification from broker: { "distributionID": "0eed973d-3fc4-49dc-bce4-ad06f44eb8bb", "consumerID": "cds", "timestamp": 1620177440580, "artifactURL": "/sdc/v1/catalog/services/BasicNetwork/1.0/artifacts/service-BasicNetwork-csar.csar", "status": "NOTIFIED" } 2021-05-05T01:20:10.781Z||pool-2-thread-5|||||INFO|500||Missing status on Status Object. 2021-05-05T01:20:10.781Z||pool-2-thread-5|||||DEBUG|500||received message from topic 2021-05-05T01:20:10.781Z||pool-2-thread-5|||||DEBUG|500||recieved notification from broker: { "distributionID": "0eed973d-3fc4-49dc-bce4-ad06f44eb8bb", "consumerID": "clamp", "timestamp": 1620177443247, "artifactURL": "/sdc/v1/catalog/services/BasicNetwork/1.0/artifacts/service-BasicNetwork-csar.csar", "status": "DOWNLOAD_OK" } 2021-05-05T01:20:10.781Z||pool-2-thread-5|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error' 2021-05-05T01:20:10.781Z||pool-2-thread-5|||||DEBUG|500||received message from topic 2021-05-05T01:20:10.781Z||pool-2-thread-5|||||DEBUG|500||recieved notification from broker: { "distributionID": "0eed973d-3fc4-49dc-bce4-ad06f44eb8bb", "consumerID": "aai-ml", "timestamp": 1620177443455, "artifactURL": "/sdc/v1/catalog/services/BasicNetwork/1.0/artifacts/service-BasicNetwork-csar.csar", "status": "DEPLOY_OK" } 2021-05-05T01:20:10.781Z||pool-2-thread-5|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error' 2021-05-05T01:20:10.781Z||pool-2-thread-5|||||DEBUG|500||received message from topic 2021-05-05T01:20:10.782Z||pool-2-thread-5|||||DEBUG|500||recieved notification from broker: { "distributionID": "0eed973d-3fc4-49dc-bce4-ad06f44eb8bb", "consumerID": "dcae-sch", "timestamp": 1620177442864, "artifactURL": "/sdc/v1/catalog/services/BasicNetwork/1.0/artifacts/service-BasicNetwork-template.yml", "status": "NOT_NOTIFIED" } 2021-05-05T01:20:10.782Z||pool-2-thread-5|||||INFO|500||Missing status on Status Object. 2021-05-05T01:20:10.782Z||pool-2-thread-5|||||DEBUG|500||received message from topic 2021-05-05T01:20:10.782Z||pool-2-thread-5|||||DEBUG|500||recieved notification from broker: { "distributionID": "0eed973d-3fc4-49dc-bce4-ad06f44eb8bb", "consumerID": "cds", "timestamp": 1620177443962, "artifactURL": "/sdc/v1/catalog/services/BasicNetwork/1.0/artifacts/service-BasicNetwork-csar.csar", "status": "DOWNLOAD_OK" } 2021-05-05T01:20:10.782Z||pool-2-thread-5|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error' 2021-05-05T01:20:10.782Z||pool-2-thread-5|||||DEBUG|500||received message from topic 2021-05-05T01:20:10.782Z||pool-2-thread-5|||||DEBUG|500||recieved notification from broker: { "distributionID": "0eed973d-3fc4-49dc-bce4-ad06f44eb8bb", "consumerID": "multicloud-starlingx-id", "timestamp": 1620177443560, "artifactURL": "/sdc/v1/catalog/services/BasicNetwork/1.0/artifacts/service-BasicNetwork-template.yml", "status": "NOT_NOTIFIED" } 2021-05-05T01:20:10.782Z||pool-2-thread-5|||||INFO|500||Missing status on Status Object. 2021-05-05T01:20:10.782Z||pool-2-thread-5|||||DEBUG|500||received message from topic 2021-05-05T01:20:10.782Z||pool-2-thread-5|||||DEBUG|500||recieved notification from broker: { "distributionID": "0eed973d-3fc4-49dc-bce4-ad06f44eb8bb", "consumerID": "clamp", "timestamp": 1620177444260, "artifactURL": "/sdc/v1/catalog/services/BasicNetwork/1.0/artifacts/service-BasicNetwork-csar.csar", "status": "DEPLOY_OK" } 2021-05-05T01:20:10.783Z||pool-2-thread-5|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error' 2021-05-05T01:20:10.783Z||pool-2-thread-5|||||DEBUG|500||received message from topic 2021-05-05T01:20:10.783Z||pool-2-thread-5|||||DEBUG|500||recieved notification from broker: { "distributionID": "0eed973d-3fc4-49dc-bce4-ad06f44eb8bb", "consumerID": "aai-ml", "timestamp": 1620177444459, "artifactURL": "", "status": "COMPONENT_DONE_OK", "componentName": "AAI" } Hibernate: select watchdogdi0_.DISTRIBUTION_ID as distribu1_11_0_, watchdogdi0_.CREATE_TIME as create_t2_11_0_, watchdogdi0_.DISTRIBUTION_ID_STATUS as distribu3_11_0_, watchdogdi0_.MODIFY_TIME as modify_t4_11_0_, watchdogdi0_.LOCK_VERSION as lock_ver5_11_0_ from watchdog_distributionid_status watchdogdi0_ where watchdogdi0_.DISTRIBUTION_ID=? 2021-05-05T01:20:10.788Z||pool-2-thread-5|||||DEBUG|500||Receive a callback componentStatus in ASDC, for componentName: AAI and status of COMPONENT_DONE_OK distributionID of 0eed973d-3fc4-49dc-bce4-ad06f44eb8bb 2021-05-05T01:20:10.788Z||pool-2-thread-5|||||DEBUG|500||Entering installTheComponentStatus for distributionId 0eed973d-3fc4-49dc-bce4-ad06f44eb8bb and ComponentName AAI Hibernate: select watchdogco0_.COMPONENT_NAME as componen1_12_0_, watchdogco0_.DISTRIBUTION_ID as distribu2_12_0_, watchdogco0_.COMPONENT_DISTRIBUTION_STATUS as componen3_12_0_, watchdogco0_.CREATE_TIME as create_t4_12_0_, watchdogco0_.MODIFY_TIME as modify_t5_12_0_ from watchdog_per_component_distribution_status watchdogco0_ where watchdogco0_.COMPONENT_NAME=? and watchdogco0_.DISTRIBUTION_ID=? Hibernate: insert into watchdog_per_component_distribution_status (COMPONENT_DISTRIBUTION_STATUS, CREATE_TIME, MODIFY_TIME, COMPONENT_NAME, DISTRIBUTION_ID) values (?, ?, ?, ?, ?) 2021-05-05T01:20:10.796Z||pool-2-thread-5|||||DEBUG|500||received message from topic 2021-05-05T01:20:10.796Z||pool-2-thread-5|||||DEBUG|500||recieved notification from broker: { "distributionID": "0eed973d-3fc4-49dc-bce4-ad06f44eb8bb", "consumerID": "dcae-sch", "timestamp": 1620177442864, "artifactURL": "/sdc/v1/catalog/services/BasicNetwork/1.0/artifacts/service-BasicNetwork-csar.csar", "status": "NOT_NOTIFIED" } 2021-05-05T01:20:10.796Z||pool-2-thread-5|||||INFO|500||Missing status on Status Object. 2021-05-05T01:20:10.796Z||pool-2-thread-5|||||DEBUG|500||received message from topic 2021-05-05T01:20:10.796Z||pool-2-thread-5|||||DEBUG|500||recieved notification from broker: { "distributionID": "0eed973d-3fc4-49dc-bce4-ad06f44eb8bb", "consumerID": "cds", "timestamp": 1620177444966, "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=? 2021-05-05T01:20:10.801Z||pool-2-thread-5|||||DEBUG|500||Receive a callback componentStatus in ASDC, for componentName: cds and status of COMPONENT_DONE_OK distributionID of 0eed973d-3fc4-49dc-bce4-ad06f44eb8bb 2021-05-05T01:20:10.801Z||pool-2-thread-5|||||DEBUG|500||Entering installTheComponentStatus for distributionId 0eed973d-3fc4-49dc-bce4-ad06f44eb8bb and ComponentName cds Hibernate: select watchdogco0_.COMPONENT_NAME as componen1_12_0_, watchdogco0_.DISTRIBUTION_ID as distribu2_12_0_, watchdogco0_.COMPONENT_DISTRIBUTION_STATUS as componen3_12_0_, watchdogco0_.CREATE_TIME as create_t4_12_0_, watchdogco0_.MODIFY_TIME as modify_t5_12_0_ from watchdog_per_component_distribution_status watchdogco0_ where watchdogco0_.COMPONENT_NAME=? and watchdogco0_.DISTRIBUTION_ID=? Hibernate: insert into watchdog_per_component_distribution_status (COMPONENT_DISTRIBUTION_STATUS, CREATE_TIME, MODIFY_TIME, COMPONENT_NAME, DISTRIBUTION_ID) values (?, ?, ?, ?, ?) 2021-05-05T01:20:10.811Z||pool-2-thread-5|||||DEBUG|500||received message from topic 2021-05-05T01:20:10.811Z||pool-2-thread-5|||||DEBUG|500||recieved notification from broker: { "distributionID": "0eed973d-3fc4-49dc-bce4-ad06f44eb8bb", "consumerID": "multicloud-starlingx-id", "timestamp": 1620177443560, "artifactURL": "/sdc/v1/catalog/services/BasicNetwork/1.0/artifacts/service-BasicNetwork-csar.csar", "status": "NOTIFIED" } 2021-05-05T01:20:10.811Z||pool-2-thread-5|||||INFO|500||Missing status on Status Object. 2021-05-05T01:20:10.811Z||pool-2-thread-5|||||DEBUG|500||received message from topic 2021-05-05T01:20:10.811Z||pool-2-thread-5|||||DEBUG|500||recieved notification from broker: { "distributionID": "0eed973d-3fc4-49dc-bce4-ad06f44eb8bb", "consumerID": "clamp", "timestamp": 1620177445262, "artifactURL": "", "status": "COMPONENT_DONE_OK", "componentName": "clamp" } Hibernate: select watchdogdi0_.DISTRIBUTION_ID as distribu1_11_0_, watchdogdi0_.CREATE_TIME as create_t2_11_0_, watchdogdi0_.DISTRIBUTION_ID_STATUS as distribu3_11_0_, watchdogdi0_.MODIFY_TIME as modify_t4_11_0_, watchdogdi0_.LOCK_VERSION as lock_ver5_11_0_ from watchdog_distributionid_status watchdogdi0_ where watchdogdi0_.DISTRIBUTION_ID=? 2021-05-05T01:20:10.817Z||pool-2-thread-5|||||DEBUG|500||Receive a callback componentStatus in ASDC, for componentName: clamp and status of COMPONENT_DONE_OK distributionID of 0eed973d-3fc4-49dc-bce4-ad06f44eb8bb 2021-05-05T01:20:10.817Z||pool-2-thread-5|||||DEBUG|500||Entering installTheComponentStatus for distributionId 0eed973d-3fc4-49dc-bce4-ad06f44eb8bb and ComponentName clamp Hibernate: select watchdogco0_.COMPONENT_NAME as componen1_12_0_, watchdogco0_.DISTRIBUTION_ID as distribu2_12_0_, watchdogco0_.COMPONENT_DISTRIBUTION_STATUS as componen3_12_0_, watchdogco0_.CREATE_TIME as create_t4_12_0_, watchdogco0_.MODIFY_TIME as modify_t5_12_0_ from watchdog_per_component_distribution_status watchdogco0_ where watchdogco0_.COMPONENT_NAME=? and watchdogco0_.DISTRIBUTION_ID=? Hibernate: insert into watchdog_per_component_distribution_status (COMPONENT_DISTRIBUTION_STATUS, CREATE_TIME, MODIFY_TIME, COMPONENT_NAME, DISTRIBUTION_ID) values (?, ?, ?, ?, ?) 2021-05-05T01:20:10.827Z||pool-2-thread-5|||||DEBUG|500||received message from topic 2021-05-05T01:20:10.827Z||pool-2-thread-5|||||DEBUG|500||recieved notification from broker: { "distributionID": "0eed973d-3fc4-49dc-bce4-ad06f44eb8bb", "consumerID": "sdc-COpenSource-Env11-sdnc-dockero", "timestamp": 1620177450818, "artifactURL": "/sdc/v1/catalog/services/BasicNetwork/1.0/artifacts/service-BasicNetwork-template.yml", "status": "NOT_NOTIFIED" } 2021-05-05T01:20:10.828Z||pool-2-thread-5|||||INFO|500||Missing status on Status Object. 2021-05-05T01:20:10.828Z||pool-2-thread-5|||||DEBUG|500||received message from topic 2021-05-05T01:20:10.828Z||pool-2-thread-5|||||DEBUG|500||recieved notification from broker: { "distributionID": "0eed973d-3fc4-49dc-bce4-ad06f44eb8bb", "consumerID": "sdc-COpenSource-Env11-sdnc-dockero", "timestamp": 1620177450818, "artifactURL": "/sdc/v1/catalog/services/BasicNetwork/1.0/artifacts/service-BasicNetwork-csar.csar", "status": "NOTIFIED" } 2021-05-05T01:20:10.828Z||pool-2-thread-5|||||INFO|500||Missing status on Status Object. 2021-05-05T01:20:10.828Z||pool-2-thread-5|||||DEBUG|500||received message from topic 2021-05-05T01:20:10.828Z||pool-2-thread-5|||||DEBUG|500||recieved notification from broker: { "distributionID": "0eed973d-3fc4-49dc-bce4-ad06f44eb8bb", "consumerID": "sdc-COpenSource-Env11-sdnc-dockero", "timestamp": 1620177454188, "artifactURL": "/sdc/v1/catalog/services/BasicNetwork/1.0/artifacts/service-BasicNetwork-csar.csar", "status": "DOWNLOAD_OK" } 2021-05-05T01:20:10.828Z||pool-2-thread-5|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error' 2021-05-05T01:20:10.828Z||pool-2-thread-5|||||DEBUG|500||received message from topic 2021-05-05T01:20:10.828Z||pool-2-thread-5|||||DEBUG|500||recieved notification from broker: { "distributionID": "0eed973d-3fc4-49dc-bce4-ad06f44eb8bb", "consumerID": "sdc-COpenSource-Env11-sdnc-dockero", "timestamp": 1620177455594, "artifactURL": "/sdc/v1/catalog/services/BasicNetwork/1.0/artifacts/service-BasicNetwork-csar.csar", "status": "DEPLOY_OK" } 2021-05-05T01:20:10.829Z||pool-2-thread-5|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error' 2021-05-05T01:20:10.829Z||pool-2-thread-5|||||DEBUG|500||received message from topic 2021-05-05T01:20:10.829Z||pool-2-thread-5|||||DEBUG|500||recieved notification from broker: { "distributionID": "0eed973d-3fc4-49dc-bce4-ad06f44eb8bb", "consumerID": "sdc-COpenSource-Env11-sdnc-dockero", "timestamp": 1620177456598, "artifactURL": "", "status": "COMPONENT_DONE_OK", "componentName": "SDNC" } Hibernate: select watchdogdi0_.DISTRIBUTION_ID as distribu1_11_0_, watchdogdi0_.CREATE_TIME as create_t2_11_0_, watchdogdi0_.DISTRIBUTION_ID_STATUS as distribu3_11_0_, watchdogdi0_.MODIFY_TIME as modify_t4_11_0_, watchdogdi0_.LOCK_VERSION as lock_ver5_11_0_ from watchdog_distributionid_status watchdogdi0_ where watchdogdi0_.DISTRIBUTION_ID=? 2021-05-05T01:20:10.835Z||pool-2-thread-5|||||DEBUG|500||Receive a callback componentStatus in ASDC, for componentName: SDNC and status of COMPONENT_DONE_OK distributionID of 0eed973d-3fc4-49dc-bce4-ad06f44eb8bb 2021-05-05T01:20:10.836Z||pool-2-thread-5|||||DEBUG|500||Entering installTheComponentStatus for distributionId 0eed973d-3fc4-49dc-bce4-ad06f44eb8bb and ComponentName SDNC Hibernate: select watchdogco0_.COMPONENT_NAME as componen1_12_0_, watchdogco0_.DISTRIBUTION_ID as distribu2_12_0_, watchdogco0_.COMPONENT_DISTRIBUTION_STATUS as componen3_12_0_, watchdogco0_.CREATE_TIME as create_t4_12_0_, watchdogco0_.MODIFY_TIME as modify_t5_12_0_ from watchdog_per_component_distribution_status watchdogco0_ where watchdogco0_.COMPONENT_NAME=? and watchdogco0_.DISTRIBUTION_ID=? Hibernate: insert into watchdog_per_component_distribution_status (COMPONENT_DISTRIBUTION_STATUS, CREATE_TIME, MODIFY_TIME, COMPONENT_NAME, DISTRIBUTION_ID) values (?, ?, ?, ?, ?) 2021-05-05T01:20:22.545Z|0eed973d-3fc4-49dc-bce4-ad06f44eb8bb|pool-2-thread-9|||||DEBUG|500||Entered getOverallDistributionStatus method for distrubutionId: 0eed973d-3fc4-49dc-bce4-ad06f44eb8bb Hibernate: select watchdogdi0_.DISTRIBUTION_ID as distribu1_11_0_, watchdogdi0_.CREATE_TIME as create_t2_11_0_, watchdogdi0_.DISTRIBUTION_ID_STATUS as distribu3_11_0_, watchdogdi0_.MODIFY_TIME as modify_t4_11_0_, watchdogdi0_.LOCK_VERSION as lock_ver5_11_0_ from watchdog_distributionid_status watchdogdi0_ where watchdogdi0_.DISTRIBUTION_ID=? Hibernate: select watchdogco0_.COMPONENT_NAME as componen1_12_, watchdogco0_.DISTRIBUTION_ID as distribu2_12_, watchdogco0_.COMPONENT_DISTRIBUTION_STATUS as componen3_12_, watchdogco0_.CREATE_TIME as create_t4_12_, watchdogco0_.MODIFY_TIME as modify_t5_12_ from watchdog_per_component_distribution_status watchdogco0_ where watchdogco0_.DISTRIBUTION_ID=? 2021-05-05T01:20:22.555Z|0eed973d-3fc4-49dc-bce4-ad06f44eb8bb|pool-2-thread-9|||||DEBUG|500||Executed RequestDB getWatchdogComponentDistributionStatus for distrubutionId: 0eed973d-3fc4-49dc-bce4-ad06f44eb8bb Hibernate: select watchdogco0_.COMPONENT_NAME as componen1_12_, watchdogco0_.DISTRIBUTION_ID as distribu2_12_, watchdogco0_.COMPONENT_DISTRIBUTION_STATUS as componen3_12_, watchdogco0_.CREATE_TIME as create_t4_12_, watchdogco0_.MODIFY_TIME as modify_t5_12_ from watchdog_per_component_distribution_status watchdogco0_ where watchdogco0_.DISTRIBUTION_ID=? 2021-05-05T01:20:22.558Z|0eed973d-3fc4-49dc-bce4-ad06f44eb8bb|pool-2-thread-9|||||DEBUG|500||Found componentName SO in the WatchDog Component DB 2021-05-05T01:20:22.558Z|0eed973d-3fc4-49dc-bce4-ad06f44eb8bb|pool-2-thread-9|||||DEBUG|500||Found componentName AAI in the WatchDog Component DB 2021-05-05T01:20:22.558Z|0eed973d-3fc4-49dc-bce4-ad06f44eb8bb|pool-2-thread-9|||||DEBUG|500||Found componentName SDNC in the WatchDog Component DB 2021-05-05T01:20:22.558Z|0eed973d-3fc4-49dc-bce4-ad06f44eb8bb|pool-2-thread-9|||||DEBUG|500||Components Size matched with the WatchdogComponentDistributionStatus results. 2021-05-05T01:20:22.559Z|0eed973d-3fc4-49dc-bce4-ad06f44eb8bb|pool-2-thread-9|||||DEBUG|500||Component status: COMPONENT_DONE_OK on componentName: 2021-05-05T01:20:22.559Z|0eed973d-3fc4-49dc-bce4-ad06f44eb8bb|pool-2-thread-9|||||DEBUG|500||Component status: COMPONENT_DONE_OK on componentName: 2021-05-05T01:20:22.559Z|0eed973d-3fc4-49dc-bce4-ad06f44eb8bb|pool-2-thread-9|||||DEBUG|500||Component status: COMPONENT_DONE_OK on componentName: 2021-05-05T01:20:22.559Z|0eed973d-3fc4-49dc-bce4-ad06f44eb8bb|pool-2-thread-9|||||DEBUG|500||Component status: COMPONENT_DONE_OK on componentName: 2021-05-05T01:20:22.559Z|0eed973d-3fc4-49dc-bce4-ad06f44eb8bb|pool-2-thread-9|||||DEBUG|500||Component status: COMPONENT_DONE_OK on componentName: 2021-05-05T01:20:22.559Z|0eed973d-3fc4-49dc-bce4-ad06f44eb8bb|pool-2-thread-9|||||DEBUG|500||Component status: COMPONENT_DONE_OK on componentName: 2021-05-05T01:20:22.559Z|0eed973d-3fc4-49dc-bce4-ad06f44eb8bb|pool-2-thread-9|||||DEBUG|500||Updating overall DistributionStatus to: SUCCESS for distributionId: Hibernate: select watchdogdi0_.DISTRIBUTION_ID as distribu1_11_0_, watchdogdi0_.CREATE_TIME as create_t2_11_0_, watchdogdi0_.DISTRIBUTION_ID_STATUS as distribu3_11_0_, watchdogdi0_.MODIFY_TIME as modify_t4_11_0_, watchdogdi0_.LOCK_VERSION as lock_ver5_11_0_ from watchdog_distributionid_status watchdogdi0_ where watchdogdi0_.DISTRIBUTION_ID=? 2021-05-05T01:20:22.564Z|0eed973d-3fc4-49dc-bce4-ad06f44eb8bb|pool-2-thread-9|||||DEBUG|500||Exiting getOverallDistributionStatus method in WatchdogDistribution 2021-05-05T01:20:52.564Z|0eed973d-3fc4-49dc-bce4-ad06f44eb8bb|pool-2-thread-9|||||DEBUG|500||Entered executePatchAAI method with distrubutionId: 0eed973d-3fc4-49dc-bce4-ad06f44eb8bb and distributionStatus: Hibernate: select watchdogse0_.DISTRIBUTION_ID as distribu1_13_, watchdogse0_.SERVICE_MODEL_VERSION_ID as service_2_13_, watchdogse0_.CONSUMER_ID as consumer3_13_, watchdogse0_.CREATE_TIME as create_t4_13_, watchdogse0_.DISTRIBUTION_NOTIFICATION as distribu5_13_ from watchdog_service_mod_ver_id_lookup watchdogse0_ where watchdogse0_.DISTRIBUTION_ID=? 2021-05-05T01:20:52.569Z|0eed973d-3fc4-49dc-bce4-ad06f44eb8bb|pool-2-thread-9|||||DEBUG|500||Executed RequestDB getWatchdogServiceModVerIdLookup with distributionId: 0eed973d-3fc4-49dc-bce4-ad06f44eb8bb and serviceModelVersionId: b4c00bb0-f0f7-466b-9dab-4cce19c97bdd 2021-05-05T01:20:52.569Z|0eed973d-3fc4-49dc-bce4-ad06f44eb8bb|pool-2-thread-9|||||DEBUG|500||ASDC Notification ServiceModelInvariantUUID : 6116921c-4499-4539-a397-39f04852dd02 2021-05-05T01:20:52.570Z|0eed973d-3fc4-49dc-bce4-ad06f44eb8bb|pool-2-thread-9|||||DEBUG|500||Target A&AI Resource URI: /service-design-and-creation/models/model/6116921c-4499-4539-a397-39f04852dd02/model-vers/model-ver/b4c00bb0-f0f7-466b-9dab-4cce19c97bdd?depth=0 2021-05-05T01:20:52.575Z|0eed973d-3fc4-49dc-bce4-ad06f44eb8bb|pool-2-thread-9|||||INFO|500||RestClientSSL using default SSL context! 2021-05-05T01:20:52.610Z|0eed973d-3fc4-49dc-bce4-ad06f44eb8bb|pool-2-thread-9|||AAI|https://aai.onap:8443/aai/v23/service-design-and-creation/models/model/6116921c-4499-4539-a397-39f04852dd02/model-vers/model-ver/b4c00bb0-f0f7-466b-9dab-4cce19c97bdd?depth=0|INFO|500||Invoke 2021-05-05T01:20:52.610Z|0eed973d-3fc4-49dc-bce4-ad06f44eb8bb|pool-2-thread-9|||AAI|https://aai.onap:8443/aai/v23/service-design-and-creation/models/model/6116921c-4499-4539-a397-39f04852dd02/model-vers/model-ver/b4c00bb0-f0f7-466b-9dab-4cce19c97bdd?depth=0|DEBUG|500||Sending HTTP POST (overridden to PATCH) to:https://aai.onap:8443/aai/v23/service-design-and-creation/models/model/6116921c-4499-4539-a397-39f04852dd02/model-vers/model-ver/b4c00bb0-f0f7-466b-9dab-4cce19c97bdd?depth=0 with request headers:{Authorization=[***REDACTED***], X-RequestID=[0eed973d-3fc4-49dc-bce4-ad06f44eb8bb], X-FromAppId=[MSO], X-ONAP-PartnerName=[UNKNOWN], X-HTTP-Method-Override=[PATCH], Accept=[application/json], X-InvocationID=[1ef9f04c-cfd7-46f7-b859-ee57c978a6ce], X-ECOMP-RequestID=[0eed973d-3fc4-49dc-bce4-ad06f44eb8bb], X-TransactionId=[], X-ONAP-RequestID=[0eed973d-3fc4-49dc-bce4-ad06f44eb8bb], Content-Type=[application/merge-patch+json]} 2021-05-05T01:20:52.638Z|0eed973d-3fc4-49dc-bce4-ad06f44eb8bb|pool-2-thread-9|||AAI|https://aai.onap:8443/aai/v23/service-design-and-creation/models/model/6116921c-4499-4539-a397-39f04852dd02/model-vers/model-ver/b4c00bb0-f0f7-466b-9dab-4cce19c97bdd?depth=0|DEBUG|500||{"distribution-status":"DISTRIBUTION_COMPLETE_OK"} 2021-05-05T01:20:52.981Z|0eed973d-3fc4-49dc-bce4-ad06f44eb8bb|pool-2-thread-9|||AAI|https://aai.onap:8443/aai/v23/service-design-and-creation/models/model/6116921c-4499-4539-a397-39f04852dd02/model-vers/model-ver/b4c00bb0-f0f7-466b-9dab-4cce19c97bdd?depth=0|DEBUG|500||Response from method:POST (overridden to PATCH) performed on uri:https://aai.onap:8443/aai/v23/service-design-and-creation/models/model/6116921c-4499-4539-a397-39f04852dd02/model-vers/model-ver/b4c00bb0-f0f7-466b-9dab-4cce19c97bdd?depth=0 has http status code:200 and response headers:{Strict-Transport-Security=[max-age=16000000; includeSubDomains; preload;], X-AAI-TXID=[0-aai-resources-210505-01:20:52:643-68006], vertex-id=[176360], Content-Length=[0], Date=[Wed, 05 May 2021 01:20:52 GMT], Content-Type=[application/json]} 2021-05-05T01:20:52.981Z|0eed973d-3fc4-49dc-bce4-ad06f44eb8bb|pool-2-thread-9|||AAI|https://aai.onap:8443/aai/v23/service-design-and-creation/models/model/6116921c-4499-4539-a397-39f04852dd02/model-vers/model-ver/b4c00bb0-f0f7-466b-9dab-4cce19c97bdd?depth=0|DEBUG|500||Response was returned with an empty entity. 2021-05-05T01:20:52.982Z|0eed973d-3fc4-49dc-bce4-ad06f44eb8bb|pool-2-thread-9|||AAI|https://aai.onap:8443/aai/v23/service-design-and-creation/models/model/6116921c-4499-4539-a397-39f04852dd02/model-vers/model-ver/b4c00bb0-f0f7-466b-9dab-4cce19c97bdd?depth=0|INFO|500||InvokeReturn 2021-05-05T01:20:52.982Z|0eed973d-3fc4-49dc-bce4-ad06f44eb8bb|pool-2-thread-9|||||DEBUG|500||A&AI UPDATE MODEL Version is success! 2021-05-05T01:20:52.982Z|0eed973d-3fc4-49dc-bce4-ad06f44eb8bb|pool-2-thread-9|||||DEBUG|500||A&AI Updated succefully with Distribution Status! Hibernate: select service0_.MODEL_UUID as model_uu1_49_, service0_.CDS_BLUEPRINT_NAME as cds_blue2_49_, service0_.CDS_BLUEPRINT_VERSION as cds_blue3_49_, service0_.SERVICE_CATEGORY as service_4_49_, service0_.CONTROLLER_ACTOR as controll5_49_, service0_.CREATION_TIMESTAMP as creation6_49_, service0_.TOSCA_CSAR_ARTIFACT_UUID as tosca_c21_49_, service0_.DESCRIPTION as descript7_49_, service0_.OVERALL_DISTRIBUTION_STATUS as overall_8_49_, service0_.ENVIRONMENT_CONTEXT as environm9_49_, service0_.MODEL_INVARIANT_UUID as model_i10_49_, service0_.MODEL_NAME as model_n11_49_, service0_.MODEL_VERSION as model_v12_49_, service0_.NAMING_POLICY as naming_13_49_, service0_.ONAP_GENERATED_NAMING as onap_ge14_49_, service0_.RESOURCE_ORDER as resourc15_49_, service0_.SERVICE_FUNCTION as service16_49_, service0_.SERVICE_ROLE as service17_49_, service0_.SERVICE_TYPE as service18_49_, service0_.SKIP_POST_INSTANTIATION_CONFIGURATION as skip_po19_49_, service0_.WORKLOAD_CONTEXT as workloa20_49_ from service service0_ where service0_.MODEL_UUID=? 2021-05-05T01:20:52.986Z|0eed973d-3fc4-49dc-bce4-ad06f44eb8bb|pool-2-thread-9|||||ERROR|500||Error updating CatalogDBStatus java.lang.NullPointerException: null at org.onap.so.asdc.tenantIsolation.WatchdogDistribution.updateCatalogDBStatus(WatchdogDistribution.java:206) at org.onap.so.asdc.client.ASDCController.treatNotification(ASDCController.java:690) at org.onap.so.asdc.client.ASDCNotificationCallBack.activateCallback(ASDCNotificationCallBack.java:52) at org.onap.sdc.impl.NotificationConsumer.run(NotificationConsumer.java:71) at java.base/java.util.concurrent.Executors$RunnableAdapter.call(Unknown Source) at java.base/java.util.concurrent.FutureTask.runAndReset(Unknown Source) at java.base/java.util.concurrent.ScheduledThreadPoolExecutor$ScheduledFutureTask.run(Unknown Source) at java.base/java.util.concurrent.ThreadPoolExecutor.runWorker(Unknown Source) at java.base/java.util.concurrent.ThreadPoolExecutor$Worker.run(Unknown Source) at java.base/java.lang.Thread.run(Unknown Source) 2021-05-05T01:20:52.986Z|0eed973d-3fc4-49dc-bce4-ad06f44eb8bb|pool-2-thread-9|||||DEBUG|500||Enter sendFinalDistributionStatus with DistributionID 0eed973d-3fc4-49dc-bce4-ad06f44eb8bb and Status of DISTRIBUTION_COMPLETE_OK and ErrorReason null 2021-05-05T01:20:52.986Z|0eed973d-3fc4-49dc-bce4-ad06f44eb8bb|pool-2-thread-9|||||INFO|500||DistributionClient - sendFinalDistributionStatus status 2021-05-05T01:20:52.987Z|0eed973d-3fc4-49dc-bce4-ad06f44eb8bb|pool-2-thread-9|||||INFO|500||DistributionClient - sendStatus 2021-05-05T01:20:52.988Z|0eed973d-3fc4-49dc-bce4-ad06f44eb8bb|pool-2-thread-9|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap] 2021-05-05T01:20:52.989Z|0eed973d-3fc4-49dc-bce4-ad06f44eb8bb|pool-2-thread-9|||||DEBUG|500||try to send status { "distributionID": "0eed973d-3fc4-49dc-bce4-ad06f44eb8bb", "consumerID": "SO-COpenSource-Env11", "timestamp": 1620177652986, "artifactURL": "", "status": "DISTRIBUTION_COMPLETE_OK" } 2021-05-05T01:20:53.089Z||pool-39-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms 2021-05-05T01:20:53.090Z||pool-39-thread-1|||||WARN|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO will send credentials over a clear channel. 2021-05-05T01:20:53.090Z||pool-39-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as a4LkjAbl6YzsGxek) ... 2021-05-05T01:20:53.102Z||pool-39-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK 2021-05-05T01:20:53.102Z||pool-39-thread-1|||||INFO|500||cambria reply ok (13 ms):{"serverTimeMs":0,"count":1} Hibernate: select watchdogdi0_.DISTRIBUTION_ID as distribu1_11_0_, watchdogdi0_.CREATE_TIME as create_t2_11_0_, watchdogdi0_.DISTRIBUTION_ID_STATUS as distribu3_11_0_, watchdogdi0_.MODIFY_TIME as modify_t4_11_0_, watchdogdi0_.LOCK_VERSION as lock_ver5_11_0_ from watchdog_distributionid_status watchdogdi0_ where watchdogdi0_.DISTRIBUTION_ID=? Hibernate: update watchdog_distributionid_status set DISTRIBUTION_ID_STATUS=?, MODIFY_TIME=?, LOCK_VERSION=? where DISTRIBUTION_ID=? 2021-05-05T01:20:53.999Z|0eed973d-3fc4-49dc-bce4-ad06f44eb8bb|pool-2-thread-9|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2021-05-05T01:20:54.000Z|0eed973d-3fc4-49dc-bce4-ad06f44eb8bb|pool-2-thread-9|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel. 2021-05-05T01:20:54.000Z|0eed973d-3fc4-49dc-bce4-ad06f44eb8bb|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 a4LkjAbl6YzsGxek) ... 2021-05-05T01:20:58.294Z|0eed973d-3fc4-49dc-bce4-ad06f44eb8bb|pool-2-thread-9|||||INFO|500|| --> HTTP/1.1 200 OK 2021-05-05T01:20:58.295Z|0eed973d-3fc4-49dc-bce4-ad06f44eb8bb|pool-2-thread-9|||||DEBUG|500||received message from topic 2021-05-05T01:20:58.296Z|0eed973d-3fc4-49dc-bce4-ad06f44eb8bb|pool-2-thread-9|||||DEBUG|500||recieved notification from broker: {"distributionID":"8284e68e-6427-4525-9b28-a46ebf964b5d","serviceName":"Demo_pNF_UgaA7swe87cNviN706M4","serviceVersion":"1.0","serviceUUID":"8b9104ad-209c-4c8d-9f9c-f4d27a03c174","serviceDescription":"catalog service description","serviceInvariantUUID":"6ead0d16-52d6-45f6-ba21-f81598adc653","resources":[{"resourceInstanceName":"pNF 49f5b572-27f8 0","resourceName":"pNF 49f5b572-27f8","resourceVersion":"1.0","resoucreType":"PNF","resourceUUID":"d4016a7e-1352-4082-9e2b-40675273cc35","resourceInvariantUUID":"e0d16467-f41c-42e5-b86b-25a58f493fac","resourceCustomizationUUID":"b728abe2-c6cb-4f28-924e-2d3d860c0c2f","category":"Generic","subcategory":"Abstract","artifacts":[{"artifactName":"vf-license-model.xml","artifactType":"VF_LICENSE","artifactURL":"/sdc/v1/catalog/services/DemoPnfUgaa7swe87cnvin706m4/1.0/resourceInstances/pnf49f5b57227f80/artifacts/vf-license-model.xml","artifactChecksum":"NzVjNmQyMzU1ZjhkOTk2MDYwYTZhYjBiNTdkMTA2ZGQ\u003d","artifactDescription":"VF license file","artifactTimeout":0,"artifactUUID":"95a57139-a120-4171-9709-4ab794f08078","artifactVersion":"1"},{"artifactName":"pNF.csar","artifactType":"ETSI_PACKAGE","artifactURL":"/sdc/v1/catalog/services/DemoPnfUgaa7swe87cnvin706m4/1.0/resourceInstances/pnf49f5b57227f80/artifacts/pNF.csar","artifactChecksum":"MDdjZGYwZTUzMGI3MmNlZTUyNjg4NWMwZWEwNTljZmU\u003d","artifactDescription":"Artifact created from csar","artifactTimeout":0,"artifactUUID":"70483ce1-3b70-4316-bfbb-5a16c26ef369","artifactVersion":"1"},{"artifactName":"mynetconf.yang","artifactType":"YANG_MODULE","artifactURL":"/sdc/v1/catalog/services/DemoPnfUgaa7swe87cnvin706m4/1.0/resourceInstances/pnf49f5b57227f80/artifacts/mynetconf.yang","artifactChecksum":"N2Q1MDkxNjUwYzU1MWI2OTUzNmY4YTc3YmQ2YTlkZTc\u003d","artifactDescription":"Artifact created from csar","artifactTimeout":0,"artifactUUID":"c1d7e176-8828-48f6-a948-f5ba067378a9","artifactVersion":"1"},{"artifactName":"vendor-license-model.xml","artifactType":"VENDOR_LICENSE","artifactURL":"/sdc/v1/catalog/services/DemoPnfUgaa7swe87cnvin706m4/1.0/resourceInstances/pnf49f5b57227f80/artifacts/vendor-license-model.xml","artifactChecksum":"MGE5OTdkMTBiMGZlMjQ4N2I4NGViNGQ0NDc3ODVjY2M\u003d","artifactDescription":" Vendor license file","artifactTimeout":0,"artifactUUID":"9cceca93-5e21-4f4a-8b0b-c044dc2999cd","artifactVersion":"1"},{"artifactName":"PM_Dictionary.yaml","artifactType":"PM_DICTIONARY","artifactURL":"/sdc/v1/catalog/services/DemoPnfUgaa7swe87cnvin706m4/1.0/resourceInstances/pnf49f5b57227f80/artifacts/PM_Dictionary.yaml","artifactChecksum":"ZDJlYTVlNjA2ZGRhOTc3MDBkODVjNmEyMjA2OTA5YTE\u003d","artifactDescription":"Artifact created from csar","artifactTimeout":0,"artifactUUID":"e711477b-d024-4646-8ff5-3ae9448a1b99","artifactVersion":"1"},{"artifactName":"MyPnf_Pnf_v1.yaml","artifactType":"VES_EVENTS","artifactURL":"/sdc/v1/catalog/services/DemoPnfUgaa7swe87cnvin706m4/1.0/resourceInstances/pnf49f5b57227f80/artifacts/MyPnf_Pnf_v1.yaml","artifactChecksum":"ZTllOGUwNjdiYWEyMWJhZDc4NjNlOGNmNGJkZWVlMWY\u003d","artifactDescription":"Artifact created from csar","artifactTimeout":0,"artifactUUID":"dce98a34-5724-40f5-a6ed-23bd085df3e4","artifactVersion":"1"}]}],"serviceArtifacts":[{"artifactName":"service-DemoPnfUgaa7swe87cnvin706m4-template.yml","artifactType":"TOSCA_TEMPLATE","artifactURL":"/sdc/v1/catalog/services/DemoPnfUgaa7swe87cnvin706m4/1.0/artifacts/service-DemoPnfUgaa7swe87cnvin706m4-template.yml","artifactChecksum":"OWU4ODlmMGY2NDZlNGIzYzQ0ZDg1NzY5ZDU3MzQ3OWE\u003d","artifactDescription":"TOSCA representation of the asset","artifactTimeout":0,"artifactUUID":"32e08330-e29c-453a-abb4-e440287ed4c9","artifactVersion":"1"},{"artifactName":"service-DemoPnfUgaa7swe87cnvin706m4-csar.csar","artifactType":"TOSCA_CSAR","artifactURL":"/sdc/v1/catalog/services/DemoPnfUgaa7swe87cnvin706m4/1.0/artifacts/service-DemoPnfUgaa7swe87cnvin706m4-csar.csar","artifactChecksum":"Yjc5YThjYjRiMzYwYzQxYjA3OWViNjE3N2M0YzZjNzI\u003d","artifactDescription":"TOSCA definition package of the asset","artifactTimeout":0,"artifactUUID":"d0abec0b-3e4e-4d92-b82e-b24babb4117c","artifactVersion":"1"}],"workloadContext":"Production"} 2021-05-05T01:20:58.299Z|0eed973d-3fc4-49dc-bce4-ad06f44eb8bb|pool-2-thread-9|||||INFO|500||DistributionClient - sendNotificationStatus 2021-05-05T01:20:58.299Z|0eed973d-3fc4-49dc-bce4-ad06f44eb8bb|pool-2-thread-9|||||INFO|500||DistributionClient - sendStatus 2021-05-05T01:20:58.301Z|0eed973d-3fc4-49dc-bce4-ad06f44eb8bb|pool-2-thread-9|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap] 2021-05-05T01:20:58.301Z|0eed973d-3fc4-49dc-bce4-ad06f44eb8bb|pool-2-thread-9|||||DEBUG|500||try to send status { "distributionID": "8284e68e-6427-4525-9b28-a46ebf964b5d", "consumerID": "SO-COpenSource-Env11", "timestamp": 1620177653999, "artifactURL": "/sdc/v1/catalog/services/DemoPnfUgaa7swe87cnvin706m4/1.0/resourceInstances/pnf49f5b57227f80/artifacts/vf-license-model.xml", "status": "NOT_NOTIFIED" } 2021-05-05T01:20:58.401Z||pool-40-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms 2021-05-05T01:20:58.402Z||pool-40-thread-1|||||WARN|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO will send credentials over a clear channel. 2021-05-05T01:20:58.403Z||pool-40-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as a4LkjAbl6YzsGxek) ... 2021-05-05T01:20:58.410Z||pool-40-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK 2021-05-05T01:20:58.410Z||pool-40-thread-1|||||INFO|500||cambria reply ok (8 ms):{"serverTimeMs":0,"count":1} 2021-05-05T01:20:59.302Z|0eed973d-3fc4-49dc-bce4-ad06f44eb8bb|pool-2-thread-9|||||INFO|500||DistributionClient - sendNotificationStatus 2021-05-05T01:20:59.303Z|0eed973d-3fc4-49dc-bce4-ad06f44eb8bb|pool-2-thread-9|||||INFO|500||DistributionClient - sendStatus 2021-05-05T01:20:59.305Z|0eed973d-3fc4-49dc-bce4-ad06f44eb8bb|pool-2-thread-9|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap] 2021-05-05T01:20:59.306Z|0eed973d-3fc4-49dc-bce4-ad06f44eb8bb|pool-2-thread-9|||||DEBUG|500||try to send status { "distributionID": "8284e68e-6427-4525-9b28-a46ebf964b5d", "consumerID": "SO-COpenSource-Env11", "timestamp": 1620177653999, "artifactURL": "/sdc/v1/catalog/services/DemoPnfUgaa7swe87cnvin706m4/1.0/resourceInstances/pnf49f5b57227f80/artifacts/pNF.csar", "status": "NOT_NOTIFIED" } 2021-05-05T01:20:59.406Z||pool-41-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms 2021-05-05T01:20:59.406Z||pool-41-thread-1|||||WARN|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO will send credentials over a clear channel. 2021-05-05T01:20:59.407Z||pool-41-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as a4LkjAbl6YzsGxek) ... 2021-05-05T01:20:59.414Z||pool-41-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK 2021-05-05T01:20:59.414Z||pool-41-thread-1|||||INFO|500||cambria reply ok (8 ms):{"serverTimeMs":0,"count":1} 2021-05-05T01:21:00.306Z|0eed973d-3fc4-49dc-bce4-ad06f44eb8bb|pool-2-thread-9|||||INFO|500||DistributionClient - sendNotificationStatus 2021-05-05T01:21:00.307Z|0eed973d-3fc4-49dc-bce4-ad06f44eb8bb|pool-2-thread-9|||||INFO|500||DistributionClient - sendStatus 2021-05-05T01:21:00.308Z|0eed973d-3fc4-49dc-bce4-ad06f44eb8bb|pool-2-thread-9|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap] 2021-05-05T01:21:00.309Z|0eed973d-3fc4-49dc-bce4-ad06f44eb8bb|pool-2-thread-9|||||DEBUG|500||try to send status { "distributionID": "8284e68e-6427-4525-9b28-a46ebf964b5d", "consumerID": "SO-COpenSource-Env11", "timestamp": 1620177653999, "artifactURL": "/sdc/v1/catalog/services/DemoPnfUgaa7swe87cnvin706m4/1.0/resourceInstances/pnf49f5b57227f80/artifacts/mynetconf.yang", "status": "NOT_NOTIFIED" } 2021-05-05T01:21:00.409Z||pool-42-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms 2021-05-05T01:21:00.410Z||pool-42-thread-1|||||WARN|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO will send credentials over a clear channel. 2021-05-05T01:21:00.410Z||pool-42-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as a4LkjAbl6YzsGxek) ... 2021-05-05T01:21:00.418Z||pool-42-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK 2021-05-05T01:21:00.418Z||pool-42-thread-1|||||INFO|500||cambria reply ok (9 ms):{"serverTimeMs":0,"count":1} 2021-05-05T01:21:01.309Z|0eed973d-3fc4-49dc-bce4-ad06f44eb8bb|pool-2-thread-9|||||INFO|500||DistributionClient - sendNotificationStatus 2021-05-05T01:21:01.310Z|0eed973d-3fc4-49dc-bce4-ad06f44eb8bb|pool-2-thread-9|||||INFO|500||DistributionClient - sendStatus 2021-05-05T01:21:01.312Z|0eed973d-3fc4-49dc-bce4-ad06f44eb8bb|pool-2-thread-9|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap] 2021-05-05T01:21:01.312Z|0eed973d-3fc4-49dc-bce4-ad06f44eb8bb|pool-2-thread-9|||||DEBUG|500||try to send status { "distributionID": "8284e68e-6427-4525-9b28-a46ebf964b5d", "consumerID": "SO-COpenSource-Env11", "timestamp": 1620177653999, "artifactURL": "/sdc/v1/catalog/services/DemoPnfUgaa7swe87cnvin706m4/1.0/resourceInstances/pnf49f5b57227f80/artifacts/vendor-license-model.xml", "status": "NOT_NOTIFIED" } 2021-05-05T01:21:01.413Z||pool-43-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms 2021-05-05T01:21:01.414Z||pool-43-thread-1|||||WARN|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO will send credentials over a clear channel. 2021-05-05T01:21:01.414Z||pool-43-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as a4LkjAbl6YzsGxek) ... 2021-05-05T01:21:01.421Z||pool-43-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK 2021-05-05T01:21:01.421Z||pool-43-thread-1|||||INFO|500||cambria reply ok (8 ms):{"serverTimeMs":0,"count":1} 2021-05-05T01:21:02.313Z|0eed973d-3fc4-49dc-bce4-ad06f44eb8bb|pool-2-thread-9|||||INFO|500||DistributionClient - sendNotificationStatus 2021-05-05T01:21:02.314Z|0eed973d-3fc4-49dc-bce4-ad06f44eb8bb|pool-2-thread-9|||||INFO|500||DistributionClient - sendStatus 2021-05-05T01:21:02.316Z|0eed973d-3fc4-49dc-bce4-ad06f44eb8bb|pool-2-thread-9|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap] 2021-05-05T01:21:02.317Z|0eed973d-3fc4-49dc-bce4-ad06f44eb8bb|pool-2-thread-9|||||DEBUG|500||try to send status { "distributionID": "8284e68e-6427-4525-9b28-a46ebf964b5d", "consumerID": "SO-COpenSource-Env11", "timestamp": 1620177653999, "artifactURL": "/sdc/v1/catalog/services/DemoPnfUgaa7swe87cnvin706m4/1.0/resourceInstances/pnf49f5b57227f80/artifacts/PM_Dictionary.yaml", "status": "NOT_NOTIFIED" } 2021-05-05T01:21:02.417Z||pool-44-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms 2021-05-05T01:21:02.418Z||pool-44-thread-1|||||WARN|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO will send credentials over a clear channel. 2021-05-05T01:21:02.418Z||pool-44-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as a4LkjAbl6YzsGxek) ... 2021-05-05T01:21:02.426Z||pool-44-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK 2021-05-05T01:21:02.427Z||pool-44-thread-1|||||INFO|500||cambria reply ok (10 ms):{"serverTimeMs":1,"count":1} 2021-05-05T01:21:03.317Z|0eed973d-3fc4-49dc-bce4-ad06f44eb8bb|pool-2-thread-9|||||INFO|500||DistributionClient - sendNotificationStatus 2021-05-05T01:21:03.318Z|0eed973d-3fc4-49dc-bce4-ad06f44eb8bb|pool-2-thread-9|||||INFO|500||DistributionClient - sendStatus 2021-05-05T01:21:03.320Z|0eed973d-3fc4-49dc-bce4-ad06f44eb8bb|pool-2-thread-9|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap] 2021-05-05T01:21:03.320Z|0eed973d-3fc4-49dc-bce4-ad06f44eb8bb|pool-2-thread-9|||||DEBUG|500||try to send status { "distributionID": "8284e68e-6427-4525-9b28-a46ebf964b5d", "consumerID": "SO-COpenSource-Env11", "timestamp": 1620177653999, "artifactURL": "/sdc/v1/catalog/services/DemoPnfUgaa7swe87cnvin706m4/1.0/resourceInstances/pnf49f5b57227f80/artifacts/MyPnf_Pnf_v1.yaml", "status": "NOT_NOTIFIED" } 2021-05-05T01:21:03.420Z||pool-45-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms 2021-05-05T01:21:03.421Z||pool-45-thread-1|||||WARN|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO will send credentials over a clear channel. 2021-05-05T01:21:03.421Z||pool-45-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as a4LkjAbl6YzsGxek) ... 2021-05-05T01:21:03.428Z||pool-45-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK 2021-05-05T01:21:03.429Z||pool-45-thread-1|||||INFO|500||cambria reply ok (8 ms):{"serverTimeMs":1,"count":1} 2021-05-05T01:21:04.321Z|0eed973d-3fc4-49dc-bce4-ad06f44eb8bb|pool-2-thread-9|||||INFO|500||DistributionClient - sendNotificationStatus 2021-05-05T01:21:04.321Z|0eed973d-3fc4-49dc-bce4-ad06f44eb8bb|pool-2-thread-9|||||INFO|500||DistributionClient - sendStatus 2021-05-05T01:21:04.323Z|0eed973d-3fc4-49dc-bce4-ad06f44eb8bb|pool-2-thread-9|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap] 2021-05-05T01:21:04.323Z|0eed973d-3fc4-49dc-bce4-ad06f44eb8bb|pool-2-thread-9|||||DEBUG|500||try to send status { "distributionID": "8284e68e-6427-4525-9b28-a46ebf964b5d", "consumerID": "SO-COpenSource-Env11", "timestamp": 1620177653999, "artifactURL": "/sdc/v1/catalog/services/DemoPnfUgaa7swe87cnvin706m4/1.0/artifacts/service-DemoPnfUgaa7swe87cnvin706m4-template.yml", "status": "NOT_NOTIFIED" } 2021-05-05T01:21:04.423Z||pool-46-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms 2021-05-05T01:21:04.424Z||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. 2021-05-05T01:21:04.424Z||pool-46-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as a4LkjAbl6YzsGxek) ... 2021-05-05T01:21:04.431Z||pool-46-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK 2021-05-05T01:21:04.432Z||pool-46-thread-1|||||INFO|500||cambria reply ok (8 ms):{"serverTimeMs":0,"count":1} 2021-05-05T01:21:05.324Z|0eed973d-3fc4-49dc-bce4-ad06f44eb8bb|pool-2-thread-9|||||INFO|500||DistributionClient - sendNotificationStatus 2021-05-05T01:21:05.325Z|0eed973d-3fc4-49dc-bce4-ad06f44eb8bb|pool-2-thread-9|||||INFO|500||DistributionClient - sendStatus 2021-05-05T01:21:05.327Z|0eed973d-3fc4-49dc-bce4-ad06f44eb8bb|pool-2-thread-9|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap] 2021-05-05T01:21:05.327Z|0eed973d-3fc4-49dc-bce4-ad06f44eb8bb|pool-2-thread-9|||||DEBUG|500||try to send status { "distributionID": "8284e68e-6427-4525-9b28-a46ebf964b5d", "consumerID": "SO-COpenSource-Env11", "timestamp": 1620177653999, "artifactURL": "/sdc/v1/catalog/services/DemoPnfUgaa7swe87cnvin706m4/1.0/artifacts/service-DemoPnfUgaa7swe87cnvin706m4-csar.csar", "status": "NOTIFIED" } 2021-05-05T01:21:05.427Z||pool-47-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms 2021-05-05T01:21:05.428Z||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. 2021-05-05T01:21:05.428Z||pool-47-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as a4LkjAbl6YzsGxek) ... 2021-05-05T01:21:05.435Z||pool-47-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK 2021-05-05T01:21:05.435Z||pool-47-thread-1|||||INFO|500||cambria reply ok (8 ms):{"serverTimeMs":0,"count":1} 2021-05-05T01:21:06.328Z|0eed973d-3fc4-49dc-bce4-ad06f44eb8bb|pool-2-thread-9|||||DEBUG|500||sending notification to client: { "distributionID": "8284e68e-6427-4525-9b28-a46ebf964b5d", "serviceName": "Demo_pNF_UgaA7swe87cNviN706M4", "serviceVersion": "1.0", "serviceUUID": "8b9104ad-209c-4c8d-9f9c-f4d27a03c174", "serviceDescription": "catalog service description", "serviceInvariantUUID": "6ead0d16-52d6-45f6-ba21-f81598adc653", "resources": [ { "resourceInstanceName": "pNF 49f5b572-27f8 0", "resourceCustomizationUUID": "b728abe2-c6cb-4f28-924e-2d3d860c0c2f", "resourceName": "pNF 49f5b572-27f8", "resourceVersion": "1.0", "resoucreType": "PNF", "resourceUUID": "d4016a7e-1352-4082-9e2b-40675273cc35", "resourceInvariantUUID": "e0d16467-f41c-42e5-b86b-25a58f493fac", "category": "Generic", "subcategory": "Abstract", "artifacts": [] } ], "serviceArtifacts": [ { "artifactName": "service-DemoPnfUgaa7swe87cnvin706m4-csar.csar", "artifactType": "TOSCA_CSAR", "artifactURL": "/sdc/v1/catalog/services/DemoPnfUgaa7swe87cnvin706m4/1.0/artifacts/service-DemoPnfUgaa7swe87cnvin706m4-csar.csar", "artifactChecksum": "Yjc5YThjYjRiMzYwYzQxYjA3OWViNjE3N2M0YzZjNzI\u003d", "artifactDescription": "TOSCA definition package of the asset", "artifactTimeout": 0, "artifactVersion": "1", "artifactUUID": "d0abec0b-3e4e-4d92-b82e-b24babb4117c" } ], "workloadContext": "Production" } 2021-05-05T01:21:06.328Z|0eed973d-3fc4-49dc-bce4-ad06f44eb8bb|pool-2-thread-9|||||DEBUG|500||Receive a callback notification in ASDC, nb of resources: 1 2021-05-05T01:21:06.328Z|0eed973d-3fc4-49dc-bce4-ad06f44eb8bb|pool-2-thread-9|||||INFO|500||ASDC_RECEIVE_CALLBACK_NOTIF 0 8b9104ad-209c-4c8d-9f9c-f4d27a03c174 ASDC 2021-05-05T01:21:06.329Z|8284e68e-6427-4525-9b28-a46ebf964b5d|pool-2-thread-9|||||DEBUG|500||ASDC Notification: DistributionID:8284e68e-6427-4525-9b28-a46ebf964b5d ServiceName:Demo_pNF_UgaA7swe87cNviN706M4 ServiceVersion:1.0 ServiceUUID:8b9104ad-209c-4c8d-9f9c-f4d27a03c174 ServiceInvariantUUID:6ead0d16-52d6-45f6-ba21-f81598adc653 ServiceDescription:catalog service description Service Artifacts List: { Service Artifacts Info: ArtifactName:service-DemoPnfUgaa7swe87cnvin706m4-csar.csar ArtifactVersion:1 ArtifactType:TOSCA_CSAR ArtifactDescription:TOSCA definition package of the asset ArtifactTimeout:0 ArtifactURL:/sdc/v1/catalog/services/DemoPnfUgaa7swe87cnvin706m4/1.0/artifacts/service-DemoPnfUgaa7swe87cnvin706m4-csar.csar ArtifactUUID:d0abec0b-3e4e-4d92-b82e-b24babb4117c ArtifactChecksum:Yjc5YThjYjRiMzYwYzQxYjA3OWViNjE3N2M0YzZjNzI= GeneratedArtifact:{NULL } RelatedArtifacts:{ } } Resource Instances List: { Resource Instance Info: ResourceInstanceName:pNF 49f5b572-27f8 0 ResourceCustomizationUUID:b728abe2-c6cb-4f28-924e-2d3d860c0c2f ResourceInvariantUUID:e0d16467-f41c-42e5-b86b-25a58f493fac ResourceName:pNF 49f5b572-27f8 ResourceType:PNF ResourceUUID:d4016a7e-1352-4082-9e2b-40675273cc35 ResourceVersion:1.0 Category:Generic SubCategory:Abstract Resource Artifacts List: NULL } 2021-05-05T01:21:06.329Z|8284e68e-6427-4525-9b28-a46ebf964b5d|pool-2-thread-9|||||INFO|500||ASDC_RECEIVE_SERVICE_NOTIF 8b9104ad-209c-4c8d-9f9c-f4d27a03c174 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 (?, ?, ?, ?, ?) 2021-05-05T01:21:06.355Z|8284e68e-6427-4525-9b28-a46ebf964b5d|pool-2-thread-9|||||INFO|500||Unable to find the system property mso.config.path, use the default configuration 2021-05-05T01:21:06.356Z|8284e68e-6427-4525-9b28-a46ebf964b5d|pool-2-thread-9|||||INFO|500||MSO config path is: /app 2021-05-05T01:21:06.356Z|8284e68e-6427-4525-9b28-a46ebf964b5d|pool-2-thread-9|||||INFO|500||MSO config path is: /app 2021-05-05T01:21:06.356Z|8284e68e-6427-4525-9b28-a46ebf964b5d|pool-2-thread-9|||||INFO|500||Trying to download the artifact UUID: d0abec0b-3e4e-4d92-b82e-b24babb4117c from URL: /sdc/v1/catalog/services/DemoPnfUgaa7swe87cnvin706m4/1.0/artifacts/service-DemoPnfUgaa7swe87cnvin706m4-csar.csar 2021-05-05T01:21:06.356Z|8284e68e-6427-4525-9b28-a46ebf964b5d|pool-2-thread-9|||||INFO|500||DistributionClient - download 2021-05-05T01:21:06.356Z|8284e68e-6427-4525-9b28-a46ebf964b5d|pool-2-thread-9|||||DEBUG|500||url to send https://sdc-be.onap:8443/sdc/v1/catalog/services/DemoPnfUgaa7swe87cnvin706m4/1.0/artifacts/service-DemoPnfUgaa7swe87cnvin706m4-csar.csar 2021-05-05T01:21:07.170Z|8284e68e-6427-4525-9b28-a46ebf964b5d|pool-2-thread-9|||||DEBUG|500||GET Response Status 200 2021-05-05T01:21:07.174Z|8284e68e-6427-4525-9b28-a46ebf964b5d|pool-2-thread-9|||||INFO|500||ASDC_ARTIFACT_DOWNLOAD_SUC /sdc/v1/catalog/services/DemoPnfUgaa7swe87cnvin706m4/1.0/artifacts/service-DemoPnfUgaa7swe87cnvin706m4-csar.csar d0abec0b-3e4e-4d92-b82e-b24babb4117c 83310 2021-05-05T01:21:07.174Z|8284e68e-6427-4525-9b28-a46ebf964b5d|pool-2-thread-9|||||INFO|500||ASDC_SEND_NOTIF_ASDC DOWNLOAD DOWNLOAD_OK /sdc/v1/catalog/services/DemoPnfUgaa7swe87cnvin706m4/1.0/artifacts/service-DemoPnfUgaa7swe87cnvin706m4-csar.csar ASDC sendASDCNotification 2021-05-05T01:21:07.175Z|8284e68e-6427-4525-9b28-a46ebf964b5d|pool-2-thread-9|||||DEBUG|500||Sending DOWNLOAD(DOWNLOAD_OK) notification to ASDC for artifact:/sdc/v1/catalog/services/DemoPnfUgaa7swe87cnvin706m4/1.0/artifacts/service-DemoPnfUgaa7swe87cnvin706m4-csar.csar 2021-05-05T01:21:07.175Z|8284e68e-6427-4525-9b28-a46ebf964b5d|pool-2-thread-9|||||INFO|500||DistributionClient - sendDownloadStatus 2021-05-05T01:21:07.175Z|8284e68e-6427-4525-9b28-a46ebf964b5d|pool-2-thread-9|||||INFO|500||DistributionClient - sendStatus 2021-05-05T01:21:07.176Z|8284e68e-6427-4525-9b28-a46ebf964b5d|pool-2-thread-9|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap] 2021-05-05T01:21:07.176Z|8284e68e-6427-4525-9b28-a46ebf964b5d|pool-2-thread-9|||||DEBUG|500||try to send status { "distributionID": "8284e68e-6427-4525-9b28-a46ebf964b5d", "consumerID": "SO-COpenSource-Env11", "timestamp": 1620177667174, "artifactURL": "/sdc/v1/catalog/services/DemoPnfUgaa7swe87cnvin706m4/1.0/artifacts/service-DemoPnfUgaa7swe87cnvin706m4-csar.csar", "status": "DOWNLOAD_OK" } 2021-05-05T01:21:07.277Z||pool-48-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 101 ms 2021-05-05T01:21:07.277Z||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. 2021-05-05T01:21:07.278Z||pool-48-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as a4LkjAbl6YzsGxek) ... 2021-05-05T01:21:07.285Z||pool-48-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK 2021-05-05T01:21:07.286Z||pool-48-thread-1|||||INFO|500||cambria reply ok (9 ms):{"serverTimeMs":0,"count":1} 2021-05-05T01:21:08.177Z|8284e68e-6427-4525-9b28-a46ebf964b5d|pool-2-thread-9|||||INFO|500||Unable to find the system property mso.config.path, use the default configuration 2021-05-05T01:21:08.178Z|8284e68e-6427-4525-9b28-a46ebf964b5d|pool-2-thread-9|||||INFO|500||MSO config path is: /app 2021-05-05T01:21:08.178Z|8284e68e-6427-4525-9b28-a46ebf964b5d|pool-2-thread-9|||||INFO|500||Trying to write artifact UUID: d0abec0b-3e4e-4d92-b82e-b24babb4117c, URL: /sdc/v1/catalog/services/DemoPnfUgaa7swe87cnvin706m4/1.0/artifacts/service-DemoPnfUgaa7swe87cnvin706m4-csar.csar to file: /app/ASDC/1/service-DemoPnfUgaa7swe87cnvin706m4-csar.csar 2021-05-05T01:21:08.179Z|8284e68e-6427-4525-9b28-a46ebf964b5d|pool-2-thread-9|||||INFO|500||ASDC_RECEIVE_SERVICE_NOTIF ***WRITE FILE ARTIFACT NAME ASDC service-DemoPnfUgaa7swe87cnvin706m4-csar.csar 2021-05-05T01:21:08.179Z|8284e68e-6427-4525-9b28-a46ebf964b5d|pool-2-thread-9|||||DEBUG|500||ASDC File path is: /app/ASDC/1/service-DemoPnfUgaa7swe87cnvin706m4-csar.csar 2021-05-05T01:21:08.179Z|8284e68e-6427-4525-9b28-a46ebf964b5d|pool-2-thread-9|||||INFO|500||ASDC_RECEIVE_SERVICE_NOTIF ***PATH ASDC /app/ASDC/1/service-DemoPnfUgaa7swe87cnvin706m4-csar.csar 2021-05-05T01:21:08.261Z|8284e68e-6427-4525-9b28-a46ebf964b5d|pool-2-thread-9|||||DEBUG|500||ToscaTemplate Loading YAMEL file /tmp/JTP15708804852008374018/Definitions/service-DemoPnfUgaa7swe87cnvin706m4-template.yml 2021-05-05T01:21:08.882Z|8284e68e-6427-4525-9b28-a46ebf964b5d|pool-2-thread-9|||||DEBUG|500||CSAR conformance level is 11.0 2021-05-05T01:21:08.882Z|8284e68e-6427-4525-9b28-a46ebf964b5d|pool-2-thread-9|||||WARN|500||#################################################################################################### 2021-05-05T01:21:08.883Z|8284e68e-6427-4525-9b28-a46ebf964b5d|pool-2-thread-9|||||WARN|500||CSAR Warnings found! CSAR name - /app/ASDC/1/service-DemoPnfUgaa7swe87cnvin706m4-csar.csar 2021-05-05T01:21:08.883Z|8284e68e-6427-4525-9b28-a46ebf964b5d|pool-2-thread-9|||||WARN|500||ToscaTemplate - verifyTemplate - 8 Parsing Warnings occurred... 2021-05-05T01:21:08.883Z|8284e68e-6427-4525-9b28-a46ebf964b5d|pool-2-thread-9|||||WARN|500||JTosca Exception [JE003]: MissingRequiredFieldError: properties of template "pnfExtCp_1" are missing field(s): [network_role, network_role_tag]. CSAR name - /app/ASDC/1/service-DemoPnfUgaa7swe87cnvin706m4-csar.csar 2021-05-05T01:21:08.883Z|8284e68e-6427-4525-9b28-a46ebf964b5d|pool-2-thread-9|||||WARN|500||JTosca Exception [JE003]: MissingRequiredFieldError: properties of template "pnfExtCp_1" are missing field(s): [unit, type]. CSAR name - /app/ASDC/1/service-DemoPnfUgaa7swe87cnvin706m4-csar.csar 2021-05-05T01:21:08.883Z|8284e68e-6427-4525-9b28-a46ebf964b5d|pool-2-thread-9|||||WARN|500||JTosca Exception [JE003]: MissingRequiredFieldError: Data value of type "org.openecomp.datatypes.network.IpRequirements" is missing required field(s) "[supplemental_data]". CSAR name - /app/ASDC/1/service-DemoPnfUgaa7swe87cnvin706m4-csar.csar 2021-05-05T01:21:08.883Z|8284e68e-6427-4525-9b28-a46ebf964b5d|pool-2-thread-9|||||WARN|500||JTosca Exception [JE003]: MissingRequiredFieldError: Data value of type "org.openecomp.datatypes.AssignmentRequirements" is missing required field(s) "[supplemental_data]". CSAR name - /app/ASDC/1/service-DemoPnfUgaa7swe87cnvin706m4-csar.csar 2021-05-05T01:21:08.883Z|8284e68e-6427-4525-9b28-a46ebf964b5d|pool-2-thread-9|||||WARN|500||JTosca Exception [JE003]: MissingRequiredFieldError: Data value of type "org.openecomp.datatypes.network.MacRequirements" is missing required field(s) "[supplemental_data]". CSAR name - /app/ASDC/1/service-DemoPnfUgaa7swe87cnvin706m4-csar.csar 2021-05-05T01:21:08.883Z|8284e68e-6427-4525-9b28-a46ebf964b5d|pool-2-thread-9|||||WARN|500||JTosca Exception [JE003]: MissingRequiredFieldError: Data value of type "org.openecomp.datatypes.Naming" is missing required field(s) "[supplemental_data]". CSAR name - /app/ASDC/1/service-DemoPnfUgaa7swe87cnvin706m4-csar.csar 2021-05-05T01:21:08.883Z|8284e68e-6427-4525-9b28-a46ebf964b5d|pool-2-thread-9|||||WARN|500||JTosca Exception [JE003]: MissingRequiredFieldError: properties of template "pNF 49f5b572-27f8 0" are missing field(s): [unit, type]. CSAR name - /app/ASDC/1/service-DemoPnfUgaa7swe87cnvin706m4-csar.csar 2021-05-05T01:21:08.883Z|8284e68e-6427-4525-9b28-a46ebf964b5d|pool-2-thread-9|||||WARN|500||JTosca Exception [JE003]: MissingRequiredFieldError: properties of template "pNF 49f5b572-27f8 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-DemoPnfUgaa7swe87cnvin706m4-csar.csar 2021-05-05T01:21:08.883Z|8284e68e-6427-4525-9b28-a46ebf964b5d|pool-2-thread-9|||||WARN|500||#################################################################################################### 2021-05-05T01:21:08.883Z|8284e68e-6427-4525-9b28-a46ebf964b5d|pool-2-thread-9|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive 2021-05-05T01:21:08.883Z|8284e68e-6427-4525-9b28-a46ebf964b5d|pool-2-thread-9|||||DEBUG|500||Service Demo_pNF_UgaA7swe87cNviN706M4 is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=SERVICE_PROXY, toscaType=null, uUID=null, customizationUUID=null 2021-05-05T01:21:08.883Z|8284e68e-6427-4525-9b28-a46ebf964b5d|pool-2-thread-9|||||DEBUG|500||Node template pNF 49f5b572-27f8 0 is matching search criteria 2021-05-05T01:21:08.884Z|8284e68e-6427-4525-9b28-a46ebf964b5d|pool-2-thread-9|||||DEBUG|500||Search for entities recursively 2021-05-05T01:21:08.884Z|8284e68e-6427-4525-9b28-a46ebf964b5d|pool-2-thread-9|||||DEBUG|500||Found topology templates [pNF 49f5b572-27f8 0] matching following query criteria: sdcType=Service, customizationUUID=null 2021-05-05T01:21:08.884Z|8284e68e-6427-4525-9b28-a46ebf964b5d|pool-2-thread-9|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive 2021-05-05T01:21:08.884Z|8284e68e-6427-4525-9b28-a46ebf964b5d|pool-2-thread-9|||||DEBUG|500||Service Demo_pNF_UgaA7swe87cNviN706M4 is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=CONFIGURATION, toscaType=null, uUID=null, customizationUUID=null 2021-05-05T01:21:08.884Z|8284e68e-6427-4525-9b28-a46ebf964b5d|pool-2-thread-9|||||DEBUG|500||Node template pNF 49f5b572-27f8 0 is matching search criteria 2021-05-05T01:21:08.884Z|8284e68e-6427-4525-9b28-a46ebf964b5d|pool-2-thread-9|||||DEBUG|500||Search for entities recursively 2021-05-05T01:21:08.884Z|8284e68e-6427-4525-9b28-a46ebf964b5d|pool-2-thread-9|||||DEBUG|500||Found topology templates [pNF 49f5b572-27f8 0] matching following query criteria: sdcType=Service, customizationUUID=null 2021-05-05T01:21:08.884Z|8284e68e-6427-4525-9b28-a46ebf964b5d|pool-2-thread-9|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive 2021-05-05T01:21:08.884Z|8284e68e-6427-4525-9b28-a46ebf964b5d|pool-2-thread-9|||||DEBUG|500||Service Demo_pNF_UgaA7swe87cNviN706M4 is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=VF, toscaType=null, uUID=null, customizationUUID=null 2021-05-05T01:21:08.884Z|8284e68e-6427-4525-9b28-a46ebf964b5d|pool-2-thread-9|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive 2021-05-05T01:21:08.884Z|8284e68e-6427-4525-9b28-a46ebf964b5d|pool-2-thread-9|||||DEBUG|500||Service Demo_pNF_UgaA7swe87cNviN706M4 is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=VL, toscaType=null, uUID=null, customizationUUID=null 2021-05-05T01:21:08.884Z|8284e68e-6427-4525-9b28-a46ebf964b5d|pool-2-thread-9|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive 2021-05-05T01:21:08.885Z|8284e68e-6427-4525-9b28-a46ebf964b5d|pool-2-thread-9|||||DEBUG|500||Service Demo_pNF_UgaA7swe87cNviN706M4 is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=CR, toscaType=null, uUID=null, customizationUUID=null 2021-05-05T01:21:08.885Z|8284e68e-6427-4525-9b28-a46ebf964b5d|pool-2-thread-9|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive 2021-05-05T01:21:08.885Z|8284e68e-6427-4525-9b28-a46ebf964b5d|pool-2-thread-9|||||DEBUG|500||Service Demo_pNF_UgaA7swe87cNviN706M4 is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=VF, toscaType=null, uUID=null, customizationUUID=null 2021-05-05T01:21:08.885Z|8284e68e-6427-4525-9b28-a46ebf964b5d|pool-2-thread-9|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive 2021-05-05T01:21:08.885Z|8284e68e-6427-4525-9b28-a46ebf964b5d|pool-2-thread-9|||||DEBUG|500||Service Demo_pNF_UgaA7swe87cNviN706M4 is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=PNF, toscaType=null, uUID=null, customizationUUID=null 2021-05-05T01:21:08.885Z|8284e68e-6427-4525-9b28-a46ebf964b5d|pool-2-thread-9|||||DEBUG|500||CSAR Notification: Service Level Properties: Name:Demo_pNF_UgaA7swe87cNviN706M4 Description:catalog service description Model UUID:8b9104ad-209c-4c8d-9f9c-f4d27a03c174 Model Version:NULL Model InvariantUuid:6ead0d16-52d6-45f6-ba21-f81598adc653 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_56_0_, toscacsar0_.ARTIFACT_CHECKSUM as artifact2_56_0_, toscacsar0_.CREATION_TIMESTAMP as creation3_56_0_, toscacsar0_.DESCRIPTION as descript4_56_0_, toscacsar0_.NAME as name5_56_0_, toscacsar0_.URL as url6_56_0_, toscacsar0_.Version as version7_56_0_ from tosca_csar toscacsar0_ where toscacsar0_.ARTIFACT_UUID=? 2021-05-05T01:21:08.890Z|8284e68e-6427-4525-9b28-a46ebf964b5d|pool-2-thread-9|||||INFO|500||Processing Resource Type: PNF, Model UUID: d4016a7e-1352-4082-9e2b-40675273cc35 Hibernate: select service0_.MODEL_UUID as model_uu1_49_, service0_.CDS_BLUEPRINT_NAME as cds_blue2_49_, service0_.CDS_BLUEPRINT_VERSION as cds_blue3_49_, service0_.SERVICE_CATEGORY as service_4_49_, service0_.CONTROLLER_ACTOR as controll5_49_, service0_.CREATION_TIMESTAMP as creation6_49_, service0_.TOSCA_CSAR_ARTIFACT_UUID as tosca_c21_49_, service0_.DESCRIPTION as descript7_49_, service0_.OVERALL_DISTRIBUTION_STATUS as overall_8_49_, service0_.ENVIRONMENT_CONTEXT as environm9_49_, service0_.MODEL_INVARIANT_UUID as model_i10_49_, service0_.MODEL_NAME as model_n11_49_, service0_.MODEL_VERSION as model_v12_49_, service0_.NAMING_POLICY as naming_13_49_, service0_.ONAP_GENERATED_NAMING as onap_ge14_49_, service0_.RESOURCE_ORDER as resourc15_49_, service0_.SERVICE_FUNCTION as service16_49_, service0_.SERVICE_ROLE as service17_49_, service0_.SERVICE_TYPE as service18_49_, service0_.SKIP_POST_INSTANTIATION_CONFIGURATION as skip_po19_49_, service0_.WORKLOAD_CONTEXT as workloa20_49_ from service service0_ where service0_.MODEL_UUID=? 2021-05-05T01:21:08.891Z|8284e68e-6427-4525-9b28-a46ebf964b5d|pool-2-thread-9|||||INFO|500||pNF 49f5b572-27f8 0 2021-05-05T01:21:08.892Z|8284e68e-6427-4525-9b28-a46ebf964b5d|pool-2-thread-9|||||DEBUG|500||Processing Resource Type: PNF and Model UUID: d4016a7e-1352-4082-9e2b-40675273cc35 2021-05-05T01:21:08.892Z|8284e68e-6427-4525-9b28-a46ebf964b5d|pool-2-thread-9|||||DEBUG|500||No resources found for Service: 8b9104ad-209c-4c8d-9f9c-f4d27a03c174 2021-05-05T01:21:08.892Z|8284e68e-6427-4525-9b28-a46ebf964b5d|pool-2-thread-9|||||DEBUG|500||Preparing to deploy Service: 8b9104ad-209c-4c8d-9f9c-f4d27a03c174 2021-05-05T01:21:08.892Z|8284e68e-6427-4525-9b28-a46ebf964b5d|pool-2-thread-9|||||INFO|500||ASDC_START_DEPLOY_ARTIFACT pNF 49f5b572-27f8 0 d4016a7e-1352-4082-9e2b-40675273cc35 ASDC Hibernate: select toscacsar0_.ARTIFACT_UUID as artifact1_56_0_, toscacsar0_.ARTIFACT_CHECKSUM as artifact2_56_0_, toscacsar0_.CREATION_TIMESTAMP as creation3_56_0_, toscacsar0_.DESCRIPTION as descript4_56_0_, toscacsar0_.NAME as name5_56_0_, toscacsar0_.URL as url6_56_0_, toscacsar0_.Version as version7_56_0_ from tosca_csar toscacsar0_ where toscacsar0_.ARTIFACT_UUID=? Hibernate: select service0_.MODEL_UUID as model_uu1_49_, service0_.CDS_BLUEPRINT_NAME as cds_blue2_49_, service0_.CDS_BLUEPRINT_VERSION as cds_blue3_49_, service0_.SERVICE_CATEGORY as service_4_49_, service0_.CONTROLLER_ACTOR as controll5_49_, service0_.CREATION_TIMESTAMP as creation6_49_, service0_.TOSCA_CSAR_ARTIFACT_UUID as tosca_c21_49_, service0_.DESCRIPTION as descript7_49_, service0_.OVERALL_DISTRIBUTION_STATUS as overall_8_49_, service0_.ENVIRONMENT_CONTEXT as environm9_49_, service0_.MODEL_INVARIANT_UUID as model_i10_49_, service0_.MODEL_NAME as model_n11_49_, service0_.MODEL_VERSION as model_v12_49_, service0_.NAMING_POLICY as naming_13_49_, service0_.ONAP_GENERATED_NAMING as onap_ge14_49_, service0_.RESOURCE_ORDER as resourc15_49_, service0_.SERVICE_FUNCTION as service16_49_, service0_.SERVICE_ROLE as service17_49_, service0_.SERVICE_TYPE as service18_49_, service0_.SKIP_POST_INSTANTIATION_CONFIGURATION as skip_po19_49_, service0_.WORKLOAD_CONTEXT as workloa20_49_ from service service0_ where service0_.MODEL_UUID=? 2021-05-05T01:21:08.896Z|8284e68e-6427-4525-9b28-a46ebf964b5d|pool-2-thread-9|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive 2021-05-05T01:21:08.896Z|8284e68e-6427-4525-9b28-a46ebf964b5d|pool-2-thread-9|||||DEBUG|500||Service Demo_pNF_UgaA7swe87cNviN706M4 is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=null, toscaType=null, uUID=null, customizationUUID=null 2021-05-05T01:21:08.897Z|8284e68e-6427-4525-9b28-a46ebf964b5d|pool-2-thread-9|||||DEBUG|500|| resourceSeq for service uuid 8b9104ad-209c-4c8d-9f9c-f4d27a03c174: pNF 49f5b572-27f8 2021-05-05T01:21:08.897Z|8284e68e-6427-4525-9b28-a46ebf964b5d|pool-2-thread-9|||||INFO|500||Processing PNF resource: d4016a7e-1352-4082-9e2b-40675273cc35 2021-05-05T01:21:08.897Z|8284e68e-6427-4525-9b28-a46ebf964b5d|pool-2-thread-9|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive 2021-05-05T01:21:08.897Z|8284e68e-6427-4525-9b28-a46ebf964b5d|pool-2-thread-9|||||DEBUG|500||Service Demo_pNF_UgaA7swe87cNviN706M4 is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=PNF, toscaType=null, uUID=null, customizationUUID=null 2021-05-05T01:21:08.897Z|8284e68e-6427-4525-9b28-a46ebf964b5d|pool-2-thread-9|||||INFO|500||Resource customization UUID: b728abe2-c6cb-4f28-924e-2d3d860c0c2f is the same as notified resource customizationUUID: b728abe2-c6cb-4f28-924e-2d3d860c0c2f Hibernate: select pnfresourc0_.MODEL_CUSTOMIZATION_UUID as model_cu1_44_0_, pnfresourc0_.CDS_BLUEPRINT_NAME as cds_blue2_44_0_, pnfresourc0_.CDS_BLUEPRINT_VERSION as cds_blue3_44_0_, pnfresourc0_.CONTROLLER_ACTOR as controll4_44_0_, pnfresourc0_.CREATION_TIMESTAMP as creation5_44_0_, pnfresourc0_.DEFAULT_SOFTWARE_VERSION as default_6_44_0_, pnfresourc0_.MODEL_INSTANCE_NAME as model_in7_44_0_, pnfresourc0_.MULTI_STAGE_DESIGN as multi_st8_44_0_, pnfresourc0_.NF_FUNCTION as nf_funct9_44_0_, pnfresourc0_.NF_NAMING_CODE as nf_nami10_44_0_, pnfresourc0_.NF_ROLE as nf_role11_44_0_, pnfresourc0_.NF_TYPE as nf_type12_44_0_, pnfresourc0_.PNF_RESOURCE_MODEL_UUID as pnf_res15_44_0_, pnfresourc0_.RESOURCE_INPUT as resourc13_44_0_, pnfresourc0_.SKIP_POST_INSTANTIATION_CONFIGURATION as skip_po14_44_0_, pnfresourc1_.MODEL_UUID as model_uu1_43_1_, pnfresourc1_.RESOURCE_CATEGORY as resource2_43_1_, pnfresourc1_.CREATION_TIMESTAMP as creation3_43_1_, pnfresourc1_.DESCRIPTION as descript4_43_1_, pnfresourc1_.MODEL_INVARIANT_UUID as model_in5_43_1_, pnfresourc1_.MODEL_NAME as model_na6_43_1_, pnfresourc1_.MODEL_VERSION as model_ve7_43_1_, pnfresourc1_.ORCHESTRATION_MODE as orchestr8_43_1_, pnfresourc1_.RESOURCE_SUB_CATEGORY as resource9_43_1_, pnfresourc1_.TOSCA_NODE_TYPE as tosca_n10_43_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_43_0_, pnfresourc0_.RESOURCE_CATEGORY as resource2_43_0_, pnfresourc0_.CREATION_TIMESTAMP as creation3_43_0_, pnfresourc0_.DESCRIPTION as descript4_43_0_, pnfresourc0_.MODEL_INVARIANT_UUID as model_in5_43_0_, pnfresourc0_.MODEL_NAME as model_na6_43_0_, pnfresourc0_.MODEL_VERSION as model_ve7_43_0_, pnfresourc0_.ORCHESTRATION_MODE as orchestr8_43_0_, pnfresourc0_.RESOURCE_SUB_CATEGORY as resource9_43_0_, pnfresourc0_.TOSCA_NODE_TYPE as tosca_n10_43_0_ from pnf_resource pnfresourc0_ where pnfresourc0_.MODEL_UUID=? Hibernate: select service0_.MODEL_UUID as model_uu1_49_3_, service0_.CDS_BLUEPRINT_NAME as cds_blue2_49_3_, service0_.CDS_BLUEPRINT_VERSION as cds_blue3_49_3_, service0_.SERVICE_CATEGORY as service_4_49_3_, service0_.CONTROLLER_ACTOR as controll5_49_3_, service0_.CREATION_TIMESTAMP as creation6_49_3_, service0_.TOSCA_CSAR_ARTIFACT_UUID as tosca_c21_49_3_, service0_.DESCRIPTION as descript7_49_3_, service0_.OVERALL_DISTRIBUTION_STATUS as overall_8_49_3_, service0_.ENVIRONMENT_CONTEXT as environm9_49_3_, service0_.MODEL_INVARIANT_UUID as model_i10_49_3_, service0_.MODEL_NAME as model_n11_49_3_, service0_.MODEL_VERSION as model_v12_49_3_, service0_.NAMING_POLICY as naming_13_49_3_, service0_.ONAP_GENERATED_NAMING as onap_ge14_49_3_, service0_.RESOURCE_ORDER as resourc15_49_3_, service0_.SERVICE_FUNCTION as service16_49_3_, service0_.SERVICE_ROLE as service17_49_3_, service0_.SERVICE_TYPE as service18_49_3_, service0_.SKIP_POST_INSTANTIATION_CONFIGURATION as skip_po19_49_3_, service0_.WORKLOAD_CONTEXT as workloa20_49_3_, allottedcu1_.SERVICE_MODEL_UUID as service_1_8_5_, allottedre2_.MODEL_CUSTOMIZATION_UUID as resource2_8_5_, allottedre2_.MODEL_CUSTOMIZATION_UUID as model_cu1_7_0_, allottedre2_.AR_MODEL_UUID as ar_mode15_7_0_, allottedre2_.CREATION_TIMESTAMP as creation2_7_0_, allottedre2_.MAX_INSTANCES as max_inst3_7_0_, allottedre2_.MIN_INSTANCES as min_inst4_7_0_, allottedre2_.MODEL_INSTANCE_NAME as model_in5_7_0_, allottedre2_.NF_FUNCTION as nf_funct6_7_0_, allottedre2_.NF_NAMING_CODE as nf_namin7_7_0_, allottedre2_.NF_ROLE as nf_role8_7_0_, allottedre2_.NF_TYPE as nf_type9_7_0_, allottedre2_.PROVIDING_SERVICE_MODEL_INVARIANT_UUID as providi10_7_0_, allottedre2_.PROVIDING_SERVICE_MODEL_NAME as providi11_7_0_, allottedre2_.PROVIDING_SERVICE_MODEL_UUID as providi12_7_0_, allottedre2_.RESOURCE_INPUT as resourc13_7_0_, allottedre2_.TARGET_NETWORK_ROLE as target_14_7_0_, allottedre3_.MODEL_UUID as model_uu1_6_1_, allottedre3_.CREATION_TIMESTAMP as creation2_6_1_, allottedre3_.DESCRIPTION as descript3_6_1_, allottedre3_.MODEL_INVARIANT_UUID as model_in4_6_1_, allottedre3_.MODEL_NAME as model_na5_6_1_, allottedre3_.MODEL_VERSION as model_ve6_6_1_, allottedre3_.SUBCATEGORY as subcateg7_6_1_, allottedre3_.TOSCA_NODE_TYPE as tosca_no8_6_1_, toscacsar4_.ARTIFACT_UUID as artifact1_56_2_, toscacsar4_.ARTIFACT_CHECKSUM as artifact2_56_2_, toscacsar4_.CREATION_TIMESTAMP as creation3_56_2_, toscacsar4_.DESCRIPTION as descript4_56_2_, toscacsar4_.NAME as name5_56_2_, toscacsar4_.URL as url6_56_2_, toscacsar4_.Version as version7_56_2_ from service service0_ left outer join allotted_resource_customization_to_service allottedcu1_ on service0_.MODEL_UUID=allottedcu1_.SERVICE_MODEL_UUID left outer join allotted_resource_customization allottedre2_ on allottedcu1_.RESOURCE_MODEL_CUSTOMIZATION_UUID=allottedre2_.MODEL_CUSTOMIZATION_UUID left outer join allotted_resource allottedre3_ on allottedre2_.AR_MODEL_UUID=allottedre3_.MODEL_UUID left outer join tosca_csar toscacsar4_ on service0_.TOSCA_CSAR_ARTIFACT_UUID=toscacsar4_.ARTIFACT_UUID where service0_.MODEL_UUID=? Hibernate: select toscacsar0_.ARTIFACT_UUID as artifact1_56_1_, toscacsar0_.ARTIFACT_CHECKSUM as artifact2_56_1_, toscacsar0_.CREATION_TIMESTAMP as creation3_56_1_, toscacsar0_.DESCRIPTION as descript4_56_1_, toscacsar0_.NAME as name5_56_1_, toscacsar0_.URL as url6_56_1_, toscacsar0_.Version as version7_56_1_, services1_.TOSCA_CSAR_ARTIFACT_UUID as tosca_c21_49_3_, services1_.MODEL_UUID as model_uu1_49_3_, services1_.MODEL_UUID as model_uu1_49_0_, services1_.CDS_BLUEPRINT_NAME as cds_blue2_49_0_, services1_.CDS_BLUEPRINT_VERSION as cds_blue3_49_0_, services1_.SERVICE_CATEGORY as service_4_49_0_, services1_.CONTROLLER_ACTOR as controll5_49_0_, services1_.CREATION_TIMESTAMP as creation6_49_0_, services1_.TOSCA_CSAR_ARTIFACT_UUID as tosca_c21_49_0_, services1_.DESCRIPTION as descript7_49_0_, services1_.OVERALL_DISTRIBUTION_STATUS as overall_8_49_0_, services1_.ENVIRONMENT_CONTEXT as environm9_49_0_, services1_.MODEL_INVARIANT_UUID as model_i10_49_0_, services1_.MODEL_NAME as model_n11_49_0_, services1_.MODEL_VERSION as model_v12_49_0_, services1_.NAMING_POLICY as naming_13_49_0_, services1_.ONAP_GENERATED_NAMING as onap_ge14_49_0_, services1_.RESOURCE_ORDER as resourc15_49_0_, services1_.SERVICE_FUNCTION as service16_49_0_, services1_.SERVICE_ROLE as service17_49_0_, services1_.SERVICE_TYPE as service18_49_0_, services1_.SKIP_POST_INSTANTIATION_CONFIGURATION as skip_po19_49_0_, services1_.WORKLOAD_CONTEXT as workloa20_49_0_ from tosca_csar toscacsar0_ left outer join service services1_ on toscacsar0_.ARTIFACT_UUID=services1_.TOSCA_CSAR_ARTIFACT_UUID where toscacsar0_.ARTIFACT_UUID=? Hibernate: select pnfresourc0_.MODEL_CUSTOMIZATION_UUID as model_cu1_44_1_, pnfresourc0_.CDS_BLUEPRINT_NAME as cds_blue2_44_1_, pnfresourc0_.CDS_BLUEPRINT_VERSION as cds_blue3_44_1_, pnfresourc0_.CONTROLLER_ACTOR as controll4_44_1_, pnfresourc0_.CREATION_TIMESTAMP as creation5_44_1_, pnfresourc0_.DEFAULT_SOFTWARE_VERSION as default_6_44_1_, pnfresourc0_.MODEL_INSTANCE_NAME as model_in7_44_1_, pnfresourc0_.MULTI_STAGE_DESIGN as multi_st8_44_1_, pnfresourc0_.NF_FUNCTION as nf_funct9_44_1_, pnfresourc0_.NF_NAMING_CODE as nf_nami10_44_1_, pnfresourc0_.NF_ROLE as nf_role11_44_1_, pnfresourc0_.NF_TYPE as nf_type12_44_1_, pnfresourc0_.PNF_RESOURCE_MODEL_UUID as pnf_res15_44_1_, pnfresourc0_.RESOURCE_INPUT as resourc13_44_1_, pnfresourc0_.SKIP_POST_INSTANTIATION_CONFIGURATION as skip_po14_44_1_, pnfresourc1_.MODEL_UUID as model_uu1_43_0_, pnfresourc1_.RESOURCE_CATEGORY as resource2_43_0_, pnfresourc1_.CREATION_TIMESTAMP as creation3_43_0_, pnfresourc1_.DESCRIPTION as descript4_43_0_, pnfresourc1_.MODEL_INVARIANT_UUID as model_in5_43_0_, pnfresourc1_.MODEL_NAME as model_na6_43_0_, pnfresourc1_.MODEL_VERSION as model_ve7_43_0_, pnfresourc1_.ORCHESTRATION_MODE as orchestr8_43_0_, pnfresourc1_.RESOURCE_SUB_CATEGORY as resource9_43_0_, pnfresourc1_.TOSCA_NODE_TYPE as tosca_n10_43_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_43_0_, pnfresourc0_.RESOURCE_CATEGORY as resource2_43_0_, pnfresourc0_.CREATION_TIMESTAMP as creation3_43_0_, pnfresourc0_.DESCRIPTION as descript4_43_0_, pnfresourc0_.MODEL_INVARIANT_UUID as model_in5_43_0_, pnfresourc0_.MODEL_NAME as model_na6_43_0_, pnfresourc0_.MODEL_VERSION as model_ve7_43_0_, pnfresourc0_.ORCHESTRATION_MODE as orchestr8_43_0_, pnfresourc0_.RESOURCE_SUB_CATEGORY as resource9_43_0_, pnfresourc0_.TOSCA_NODE_TYPE as tosca_n10_43_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 (?, ?) 2021-05-05T01:21:08.979Z|8284e68e-6427-4525-9b28-a46ebf964b5d|pool-2-thread-9|||||INFO|500||ASDC_ARTIFACT_DEPLOY_SUC pNF 49f5b572-27f8 d4016a7e-1352-4082-9e2b-40675273cc35 0 ASDC deployResourceStructure 2021-05-05T01:21:08.979Z|8284e68e-6427-4525-9b28-a46ebf964b5d|pool-2-thread-9|||||INFO|500||ASDC_SEND_NOTIF_ASDC DEPLOY DEPLOY_OK /sdc/v1/catalog/services/DemoPnfUgaa7swe87cnvin706m4/1.0/artifacts/service-DemoPnfUgaa7swe87cnvin706m4-csar.csar ASDC sendASDCNotification 2021-05-05T01:21:08.979Z|8284e68e-6427-4525-9b28-a46ebf964b5d|pool-2-thread-9|||||DEBUG|500||Sending DEPLOY(DEPLOY_OK) notification to ASDC for artifact:/sdc/v1/catalog/services/DemoPnfUgaa7swe87cnvin706m4/1.0/artifacts/service-DemoPnfUgaa7swe87cnvin706m4-csar.csar 2021-05-05T01:21:08.979Z|8284e68e-6427-4525-9b28-a46ebf964b5d|pool-2-thread-9|||||INFO|500||DistributionClient - sendDeploymentStatus 2021-05-05T01:21:08.979Z|8284e68e-6427-4525-9b28-a46ebf964b5d|pool-2-thread-9|||||INFO|500||DistributionClient - sendStatus 2021-05-05T01:21:08.981Z|8284e68e-6427-4525-9b28-a46ebf964b5d|pool-2-thread-9|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap] 2021-05-05T01:21:08.981Z|8284e68e-6427-4525-9b28-a46ebf964b5d|pool-2-thread-9|||||DEBUG|500||try to send status { "distributionID": "8284e68e-6427-4525-9b28-a46ebf964b5d", "consumerID": "SO-COpenSource-Env11", "timestamp": 1620177668979, "artifactURL": "/sdc/v1/catalog/services/DemoPnfUgaa7swe87cnvin706m4/1.0/artifacts/service-DemoPnfUgaa7swe87cnvin706m4-csar.csar", "status": "DEPLOY_OK" } 2021-05-05T01:21:09.081Z||pool-49-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms 2021-05-05T01:21:09.082Z||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. 2021-05-05T01:21:09.082Z||pool-49-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as a4LkjAbl6YzsGxek) ... 2021-05-05T01:21:09.090Z||pool-49-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK 2021-05-05T01:21:09.090Z||pool-49-thread-1|||||INFO|500||cambria reply ok (8 ms):{"serverTimeMs":0,"count":1} 2021-05-05T01:21:09.981Z|8284e68e-6427-4525-9b28-a46ebf964b5d|pool-2-thread-9|||||DEBUG|500||Entered getOverallDistributionStatus method for distrubutionId: 8284e68e-6427-4525-9b28-a46ebf964b5d Hibernate: select watchdogdi0_.DISTRIBUTION_ID as distribu1_11_0_, watchdogdi0_.CREATE_TIME as create_t2_11_0_, watchdogdi0_.DISTRIBUTION_ID_STATUS as distribu3_11_0_, watchdogdi0_.MODIFY_TIME as modify_t4_11_0_, watchdogdi0_.LOCK_VERSION as lock_ver5_11_0_ from watchdog_distributionid_status watchdogdi0_ where watchdogdi0_.DISTRIBUTION_ID=? Hibernate: select watchdogco0_.COMPONENT_NAME as componen1_12_, watchdogco0_.DISTRIBUTION_ID as distribu2_12_, watchdogco0_.COMPONENT_DISTRIBUTION_STATUS as componen3_12_, watchdogco0_.CREATE_TIME as create_t4_12_, watchdogco0_.MODIFY_TIME as modify_t5_12_ from watchdog_per_component_distribution_status watchdogco0_ where watchdogco0_.DISTRIBUTION_ID=? 2021-05-05T01:21:09.992Z|8284e68e-6427-4525-9b28-a46ebf964b5d|pool-2-thread-9|||||DEBUG|500||Executed RequestDB getWatchdogComponentDistributionStatus for distrubutionId: 8284e68e-6427-4525-9b28-a46ebf964b5d Hibernate: select watchdogco0_.COMPONENT_NAME as componen1_12_, watchdogco0_.DISTRIBUTION_ID as distribu2_12_, watchdogco0_.COMPONENT_DISTRIBUTION_STATUS as componen3_12_, watchdogco0_.CREATE_TIME as create_t4_12_, watchdogco0_.MODIFY_TIME as modify_t5_12_ from watchdog_per_component_distribution_status watchdogco0_ where watchdogco0_.DISTRIBUTION_ID=? 2021-05-05T01:21:09.995Z|8284e68e-6427-4525-9b28-a46ebf964b5d|pool-2-thread-9|||||DEBUG|500||Found componentName SO in the WatchDog Component DB 2021-05-05T01:21:09.995Z|8284e68e-6427-4525-9b28-a46ebf964b5d|pool-2-thread-9|||||DEBUG|500||AAI has not be updated in the the WatchDog Component DB yet, so ending the loop 2021-05-05T01:21:09.995Z|8284e68e-6427-4525-9b28-a46ebf964b5d|pool-2-thread-9|||||DEBUG|500||Components Size Didn't match with the WatchdogComponentDistributionStatus results. 2021-05-05T01:21:10.726Z||pool-2-thread-5|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2021-05-05T01:21:10.726Z||pool-2-thread-5|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel. 2021-05-05T01:21:10.726Z||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 a4LkjAbl6YzsGxek) ... 2021-05-05T01:21:10.750Z||pool-2-thread-5|||||INFO|500|| --> HTTP/1.1 200 OK 2021-05-05T01:21:10.751Z||pool-2-thread-5|||||DEBUG|500||received message from topic 2021-05-05T01:21:10.751Z||pool-2-thread-5|||||DEBUG|500||recieved notification from broker: { "distributionID": "8284e68e-6427-4525-9b28-a46ebf964b5d", "consumerID": "clamp", "timestamp": 1620177494364, "artifactURL": "/sdc/v1/catalog/services/DemoPnfUgaa7swe87cnvin706m4/1.0/resourceInstances/pnf49f5b57227f80/artifacts/vf-license-model.xml", "status": "NOT_NOTIFIED" } 2021-05-05T01:21:10.752Z||pool-2-thread-5|||||INFO|500||Missing status on Status Object. 2021-05-05T01:21:10.752Z||pool-2-thread-5|||||DEBUG|500||received message from topic 2021-05-05T01:21:10.752Z||pool-2-thread-5|||||DEBUG|500||recieved notification from broker: { "distributionID": "8284e68e-6427-4525-9b28-a46ebf964b5d", "consumerID": "cds", "timestamp": 1620177500580, "artifactURL": "/sdc/v1/catalog/services/DemoPnfUgaa7swe87cnvin706m4/1.0/resourceInstances/pnf49f5b57227f80/artifacts/vf-license-model.xml", "status": "NOT_NOTIFIED" } 2021-05-05T01:21:10.752Z||pool-2-thread-5|||||INFO|500||Missing status on Status Object. 2021-05-05T01:21:10.752Z||pool-2-thread-5|||||DEBUG|500||received message from topic 2021-05-05T01:21:10.752Z||pool-2-thread-5|||||DEBUG|500||recieved notification from broker: { "distributionID": "8284e68e-6427-4525-9b28-a46ebf964b5d", "consumerID": "multicloud-k8s-id", "timestamp": 1620177491985, "artifactURL": "/sdc/v1/catalog/services/DemoPnfUgaa7swe87cnvin706m4/1.0/resourceInstances/pnf49f5b57227f80/artifacts/vf-license-model.xml", "status": "NOT_NOTIFIED" } 2021-05-05T01:21:10.752Z||pool-2-thread-5|||||INFO|500||Missing status on Status Object. 2021-05-05T01:21:10.752Z||pool-2-thread-5|||||DEBUG|500||received message from topic 2021-05-05T01:21:10.752Z||pool-2-thread-5|||||DEBUG|500||recieved notification from broker: { "distributionID": "8284e68e-6427-4525-9b28-a46ebf964b5d", "consumerID": "multicloud-windriver-id", "timestamp": 1620177500474, "artifactURL": "/sdc/v1/catalog/services/DemoPnfUgaa7swe87cnvin706m4/1.0/resourceInstances/pnf49f5b57227f80/artifacts/vf-license-model.xml", "status": "NOT_NOTIFIED" } 2021-05-05T01:21:10.752Z||pool-2-thread-5|||||INFO|500||Missing status on Status Object. 2021-05-05T01:21:10.752Z||pool-2-thread-5|||||DEBUG|500||received message from topic 2021-05-05T01:21:10.752Z||pool-2-thread-5|||||DEBUG|500||recieved notification from broker: { "distributionID": "8284e68e-6427-4525-9b28-a46ebf964b5d", "consumerID": "ves-openapi-manager", "timestamp": 1620177494784, "artifactURL": "/sdc/v1/catalog/services/DemoPnfUgaa7swe87cnvin706m4/1.0/resourceInstances/pnf49f5b57227f80/artifacts/vf-license-model.xml", "status": "NOT_NOTIFIED" } 2021-05-05T01:21:10.752Z||pool-2-thread-5|||||INFO|500||Missing status on Status Object. 2021-05-05T01:21:10.752Z||pool-2-thread-5|||||DEBUG|500||received message from topic 2021-05-05T01:21:10.752Z||pool-2-thread-5|||||DEBUG|500||recieved notification from broker: { "distributionID": "8284e68e-6427-4525-9b28-a46ebf964b5d", "consumerID": "aai-ml", "timestamp": 1620177497262, "artifactURL": "/sdc/v1/catalog/services/DemoPnfUgaa7swe87cnvin706m4/1.0/resourceInstances/pnf49f5b57227f80/artifacts/vf-license-model.xml", "status": "NOT_NOTIFIED" } 2021-05-05T01:21:10.752Z||pool-2-thread-5|||||INFO|500||Missing status on Status Object. 2021-05-05T01:21:10.752Z||pool-2-thread-5|||||DEBUG|500||received message from topic 2021-05-05T01:21:10.753Z||pool-2-thread-5|||||DEBUG|500||recieved notification from broker: { "distributionID": "8284e68e-6427-4525-9b28-a46ebf964b5d", "consumerID": "clamp", "timestamp": 1620177494364, "artifactURL": "/sdc/v1/catalog/services/DemoPnfUgaa7swe87cnvin706m4/1.0/resourceInstances/pnf49f5b57227f80/artifacts/pNF.csar", "status": "NOT_NOTIFIED" } 2021-05-05T01:21:10.753Z||pool-2-thread-5|||||INFO|500||Missing status on Status Object. 2021-05-05T01:21:10.753Z||pool-2-thread-5|||||DEBUG|500||received message from topic 2021-05-05T01:21:10.753Z||pool-2-thread-5|||||DEBUG|500||recieved notification from broker: { "distributionID": "8284e68e-6427-4525-9b28-a46ebf964b5d", "consumerID": "cds", "timestamp": 1620177500580, "artifactURL": "/sdc/v1/catalog/services/DemoPnfUgaa7swe87cnvin706m4/1.0/resourceInstances/pnf49f5b57227f80/artifacts/pNF.csar", "status": "NOT_NOTIFIED" } 2021-05-05T01:21:10.753Z||pool-2-thread-5|||||INFO|500||Missing status on Status Object. 2021-05-05T01:21:10.753Z||pool-2-thread-5|||||DEBUG|500||received message from topic 2021-05-05T01:21:10.753Z||pool-2-thread-5|||||DEBUG|500||recieved notification from broker: { "distributionID": "8284e68e-6427-4525-9b28-a46ebf964b5d", "consumerID": "multicloud-k8s-id", "timestamp": 1620177491985, "artifactURL": "/sdc/v1/catalog/services/DemoPnfUgaa7swe87cnvin706m4/1.0/resourceInstances/pnf49f5b57227f80/artifacts/pNF.csar", "status": "NOT_NOTIFIED" } 2021-05-05T01:21:10.753Z||pool-2-thread-5|||||INFO|500||Missing status on Status Object. 2021-05-05T01:21:10.753Z||pool-2-thread-5|||||DEBUG|500||received message from topic 2021-05-05T01:21:10.753Z||pool-2-thread-5|||||DEBUG|500||recieved notification from broker: { "distributionID": "8284e68e-6427-4525-9b28-a46ebf964b5d", "consumerID": "multicloud-windriver-id", "timestamp": 1620177500474, "artifactURL": "/sdc/v1/catalog/services/DemoPnfUgaa7swe87cnvin706m4/1.0/resourceInstances/pnf49f5b57227f80/artifacts/pNF.csar", "status": "NOT_NOTIFIED" } 2021-05-05T01:21:10.753Z||pool-2-thread-5|||||INFO|500||Missing status on Status Object. 2021-05-05T01:21:10.753Z||pool-2-thread-5|||||DEBUG|500||received message from topic 2021-05-05T01:21:10.753Z||pool-2-thread-5|||||DEBUG|500||recieved notification from broker: { "distributionID": "8284e68e-6427-4525-9b28-a46ebf964b5d", "consumerID": "ves-openapi-manager", "timestamp": 1620177494784, "artifactURL": "/sdc/v1/catalog/services/DemoPnfUgaa7swe87cnvin706m4/1.0/resourceInstances/pnf49f5b57227f80/artifacts/pNF.csar", "status": "NOT_NOTIFIED" } 2021-05-05T01:21:10.753Z||pool-2-thread-5|||||INFO|500||Missing status on Status Object. 2021-05-05T01:21:10.753Z||pool-2-thread-5|||||DEBUG|500||received message from topic 2021-05-05T01:21:10.753Z||pool-2-thread-5|||||DEBUG|500||recieved notification from broker: { "distributionID": "8284e68e-6427-4525-9b28-a46ebf964b5d", "consumerID": "aai-ml", "timestamp": 1620177497262, "artifactURL": "/sdc/v1/catalog/services/DemoPnfUgaa7swe87cnvin706m4/1.0/resourceInstances/pnf49f5b57227f80/artifacts/pNF.csar", "status": "NOT_NOTIFIED" } 2021-05-05T01:21:10.753Z||pool-2-thread-5|||||INFO|500||Missing status on Status Object. 2021-05-05T01:21:10.754Z||pool-2-thread-5|||||DEBUG|500||received message from topic 2021-05-05T01:21:10.754Z||pool-2-thread-5|||||DEBUG|500||recieved notification from broker: { "distributionID": "8284e68e-6427-4525-9b28-a46ebf964b5d", "consumerID": "dcae-sch", "timestamp": 1620177502864, "artifactURL": "/sdc/v1/catalog/services/DemoPnfUgaa7swe87cnvin706m4/1.0/resourceInstances/pnf49f5b57227f80/artifacts/vf-license-model.xml", "status": "NOT_NOTIFIED" } 2021-05-05T01:21:10.754Z||pool-2-thread-5|||||INFO|500||Missing status on Status Object. 2021-05-05T01:21:10.754Z||pool-2-thread-5|||||DEBUG|500||received message from topic 2021-05-05T01:21:10.754Z||pool-2-thread-5|||||DEBUG|500||recieved notification from broker: { "distributionID": "8284e68e-6427-4525-9b28-a46ebf964b5d", "consumerID": "cds", "timestamp": 1620177500580, "artifactURL": "/sdc/v1/catalog/services/DemoPnfUgaa7swe87cnvin706m4/1.0/resourceInstances/pnf49f5b57227f80/artifacts/mynetconf.yang", "status": "NOT_NOTIFIED" } 2021-05-05T01:21:10.754Z||pool-2-thread-5|||||INFO|500||Missing status on Status Object. 2021-05-05T01:21:10.754Z||pool-2-thread-5|||||DEBUG|500||received message from topic 2021-05-05T01:21:10.754Z||pool-2-thread-5|||||DEBUG|500||recieved notification from broker: { "distributionID": "8284e68e-6427-4525-9b28-a46ebf964b5d", "consumerID": "clamp", "timestamp": 1620177494364, "artifactURL": "/sdc/v1/catalog/services/DemoPnfUgaa7swe87cnvin706m4/1.0/resourceInstances/pnf49f5b57227f80/artifacts/mynetconf.yang", "status": "NOT_NOTIFIED" } 2021-05-05T01:21:10.754Z||pool-2-thread-5|||||INFO|500||Missing status on Status Object. 2021-05-05T01:21:10.754Z||pool-2-thread-5|||||DEBUG|500||received message from topic 2021-05-05T01:21:10.754Z||pool-2-thread-5|||||DEBUG|500||recieved notification from broker: { "distributionID": "8284e68e-6427-4525-9b28-a46ebf964b5d", "consumerID": "multicloud-windriver-id", "timestamp": 1620177500474, "artifactURL": "/sdc/v1/catalog/services/DemoPnfUgaa7swe87cnvin706m4/1.0/resourceInstances/pnf49f5b57227f80/artifacts/mynetconf.yang", "status": "NOT_NOTIFIED" } 2021-05-05T01:21:10.754Z||pool-2-thread-5|||||INFO|500||Missing status on Status Object. 2021-05-05T01:21:10.754Z||pool-2-thread-5|||||DEBUG|500||received message from topic 2021-05-05T01:21:10.754Z||pool-2-thread-5|||||DEBUG|500||recieved notification from broker: { "distributionID": "8284e68e-6427-4525-9b28-a46ebf964b5d", "consumerID": "multicloud-k8s-id", "timestamp": 1620177491985, "artifactURL": "/sdc/v1/catalog/services/DemoPnfUgaa7swe87cnvin706m4/1.0/resourceInstances/pnf49f5b57227f80/artifacts/mynetconf.yang", "status": "NOT_NOTIFIED" } 2021-05-05T01:21:10.754Z||pool-2-thread-5|||||INFO|500||Missing status on Status Object. 2021-05-05T01:21:10.754Z||pool-2-thread-5|||||DEBUG|500||received message from topic 2021-05-05T01:21:10.755Z||pool-2-thread-5|||||DEBUG|500||recieved notification from broker: { "distributionID": "8284e68e-6427-4525-9b28-a46ebf964b5d", "consumerID": "ves-openapi-manager", "timestamp": 1620177494784, "artifactURL": "/sdc/v1/catalog/services/DemoPnfUgaa7swe87cnvin706m4/1.0/resourceInstances/pnf49f5b57227f80/artifacts/mynetconf.yang", "status": "NOT_NOTIFIED" } 2021-05-05T01:21:10.755Z||pool-2-thread-5|||||INFO|500||Missing status on Status Object. 2021-05-05T01:21:10.755Z||pool-2-thread-5|||||DEBUG|500||received message from topic 2021-05-05T01:21:10.755Z||pool-2-thread-5|||||DEBUG|500||recieved notification from broker: { "distributionID": "8284e68e-6427-4525-9b28-a46ebf964b5d", "consumerID": "aai-ml", "timestamp": 1620177497262, "artifactURL": "/sdc/v1/catalog/services/DemoPnfUgaa7swe87cnvin706m4/1.0/resourceInstances/pnf49f5b57227f80/artifacts/mynetconf.yang", "status": "NOT_NOTIFIED" } 2021-05-05T01:21:10.755Z||pool-2-thread-5|||||INFO|500||Missing status on Status Object. 2021-05-05T01:21:10.755Z||pool-2-thread-5|||||DEBUG|500||received message from topic 2021-05-05T01:21:10.755Z||pool-2-thread-5|||||DEBUG|500||recieved notification from broker: { "distributionID": "8284e68e-6427-4525-9b28-a46ebf964b5d", "consumerID": "multicloud-starlingx-id", "timestamp": 1620177503560, "artifactURL": "/sdc/v1/catalog/services/DemoPnfUgaa7swe87cnvin706m4/1.0/resourceInstances/pnf49f5b57227f80/artifacts/vf-license-model.xml", "status": "NOT_NOTIFIED" } 2021-05-05T01:21:10.755Z||pool-2-thread-5|||||INFO|500||Missing status on Status Object. 2021-05-05T01:21:10.755Z||pool-2-thread-5|||||DEBUG|500||received message from topic 2021-05-05T01:21:10.755Z||pool-2-thread-5|||||DEBUG|500||recieved notification from broker: { "distributionID": "8284e68e-6427-4525-9b28-a46ebf964b5d", "consumerID": "dcae-sch", "timestamp": 1620177502864, "artifactURL": "/sdc/v1/catalog/services/DemoPnfUgaa7swe87cnvin706m4/1.0/resourceInstances/pnf49f5b57227f80/artifacts/pNF.csar", "status": "NOT_NOTIFIED" } 2021-05-05T01:21:10.755Z||pool-2-thread-5|||||INFO|500||Missing status on Status Object. 2021-05-05T01:21:10.755Z||pool-2-thread-5|||||DEBUG|500||received message from topic 2021-05-05T01:21:10.755Z||pool-2-thread-5|||||DEBUG|500||recieved notification from broker: { "distributionID": "8284e68e-6427-4525-9b28-a46ebf964b5d", "consumerID": "cds", "timestamp": 1620177500580, "artifactURL": "/sdc/v1/catalog/services/DemoPnfUgaa7swe87cnvin706m4/1.0/resourceInstances/pnf49f5b57227f80/artifacts/vendor-license-model.xml", "status": "NOT_NOTIFIED" } 2021-05-05T01:21:10.755Z||pool-2-thread-5|||||INFO|500||Missing status on Status Object. 2021-05-05T01:21:10.755Z||pool-2-thread-5|||||DEBUG|500||received message from topic 2021-05-05T01:21:10.756Z||pool-2-thread-5|||||DEBUG|500||recieved notification from broker: { "distributionID": "8284e68e-6427-4525-9b28-a46ebf964b5d", "consumerID": "clamp", "timestamp": 1620177494364, "artifactURL": "/sdc/v1/catalog/services/DemoPnfUgaa7swe87cnvin706m4/1.0/resourceInstances/pnf49f5b57227f80/artifacts/vendor-license-model.xml", "status": "NOT_NOTIFIED" } 2021-05-05T01:21:10.756Z||pool-2-thread-5|||||INFO|500||Missing status on Status Object. 2021-05-05T01:21:10.756Z||pool-2-thread-5|||||DEBUG|500||received message from topic 2021-05-05T01:21:10.756Z||pool-2-thread-5|||||DEBUG|500||recieved notification from broker: { "distributionID": "8284e68e-6427-4525-9b28-a46ebf964b5d", "consumerID": "multicloud-windriver-id", "timestamp": 1620177500474, "artifactURL": "/sdc/v1/catalog/services/DemoPnfUgaa7swe87cnvin706m4/1.0/resourceInstances/pnf49f5b57227f80/artifacts/vendor-license-model.xml", "status": "NOT_NOTIFIED" } 2021-05-05T01:21:10.756Z||pool-2-thread-5|||||INFO|500||Missing status on Status Object. 2021-05-05T01:21:10.756Z||pool-2-thread-5|||||DEBUG|500||received message from topic 2021-05-05T01:21:10.756Z||pool-2-thread-5|||||DEBUG|500||recieved notification from broker: { "distributionID": "8284e68e-6427-4525-9b28-a46ebf964b5d", "consumerID": "multicloud-k8s-id", "timestamp": 1620177491985, "artifactURL": "/sdc/v1/catalog/services/DemoPnfUgaa7swe87cnvin706m4/1.0/resourceInstances/pnf49f5b57227f80/artifacts/vendor-license-model.xml", "status": "NOT_NOTIFIED" } 2021-05-05T01:21:10.756Z||pool-2-thread-5|||||INFO|500||Missing status on Status Object. 2021-05-05T01:21:10.756Z||pool-2-thread-5|||||DEBUG|500||received message from topic 2021-05-05T01:21:10.756Z||pool-2-thread-5|||||DEBUG|500||recieved notification from broker: { "distributionID": "8284e68e-6427-4525-9b28-a46ebf964b5d", "consumerID": "ves-openapi-manager", "timestamp": 1620177494784, "artifactURL": "/sdc/v1/catalog/services/DemoPnfUgaa7swe87cnvin706m4/1.0/resourceInstances/pnf49f5b57227f80/artifacts/vendor-license-model.xml", "status": "NOT_NOTIFIED" } 2021-05-05T01:21:10.756Z||pool-2-thread-5|||||INFO|500||Missing status on Status Object. 2021-05-05T01:21:10.756Z||pool-2-thread-5|||||DEBUG|500||received message from topic 2021-05-05T01:21:10.756Z||pool-2-thread-5|||||DEBUG|500||recieved notification from broker: { "distributionID": "8284e68e-6427-4525-9b28-a46ebf964b5d", "consumerID": "aai-ml", "timestamp": 1620177497262, "artifactURL": "/sdc/v1/catalog/services/DemoPnfUgaa7swe87cnvin706m4/1.0/resourceInstances/pnf49f5b57227f80/artifacts/vendor-license-model.xml", "status": "NOT_NOTIFIED" } 2021-05-05T01:21:10.756Z||pool-2-thread-5|||||INFO|500||Missing status on Status Object. 2021-05-05T01:21:10.756Z||pool-2-thread-5|||||DEBUG|500||received message from topic 2021-05-05T01:21:10.757Z||pool-2-thread-5|||||DEBUG|500||recieved notification from broker: { "distributionID": "8284e68e-6427-4525-9b28-a46ebf964b5d", "consumerID": "multicloud-starlingx-id", "timestamp": 1620177503560, "artifactURL": "/sdc/v1/catalog/services/DemoPnfUgaa7swe87cnvin706m4/1.0/resourceInstances/pnf49f5b57227f80/artifacts/pNF.csar", "status": "NOT_NOTIFIED" } 2021-05-05T01:21:10.757Z||pool-2-thread-5|||||INFO|500||Missing status on Status Object. 2021-05-05T01:21:10.757Z||pool-2-thread-5|||||DEBUG|500||received message from topic 2021-05-05T01:21:10.757Z||pool-2-thread-5|||||DEBUG|500||recieved notification from broker: { "distributionID": "8284e68e-6427-4525-9b28-a46ebf964b5d", "consumerID": "dcae-sch", "timestamp": 1620177502864, "artifactURL": "/sdc/v1/catalog/services/DemoPnfUgaa7swe87cnvin706m4/1.0/resourceInstances/pnf49f5b57227f80/artifacts/mynetconf.yang", "status": "NOT_NOTIFIED" } 2021-05-05T01:21:10.757Z||pool-2-thread-5|||||INFO|500||Missing status on Status Object. 2021-05-05T01:21:10.757Z||pool-2-thread-5|||||DEBUG|500||received message from topic 2021-05-05T01:21:10.757Z||pool-2-thread-5|||||DEBUG|500||recieved notification from broker: { "distributionID": "8284e68e-6427-4525-9b28-a46ebf964b5d", "consumerID": "cds", "timestamp": 1620177500580, "artifactURL": "/sdc/v1/catalog/services/DemoPnfUgaa7swe87cnvin706m4/1.0/resourceInstances/pnf49f5b57227f80/artifacts/PM_Dictionary.yaml", "status": "NOT_NOTIFIED" } 2021-05-05T01:21:10.757Z||pool-2-thread-5|||||INFO|500||Missing status on Status Object. 2021-05-05T01:21:10.757Z||pool-2-thread-5|||||DEBUG|500||received message from topic 2021-05-05T01:21:10.757Z||pool-2-thread-5|||||DEBUG|500||recieved notification from broker: { "distributionID": "8284e68e-6427-4525-9b28-a46ebf964b5d", "consumerID": "clamp", "timestamp": 1620177494364, "artifactURL": "/sdc/v1/catalog/services/DemoPnfUgaa7swe87cnvin706m4/1.0/resourceInstances/pnf49f5b57227f80/artifacts/PM_Dictionary.yaml", "status": "NOT_NOTIFIED" } 2021-05-05T01:21:10.757Z||pool-2-thread-5|||||INFO|500||Missing status on Status Object. 2021-05-05T01:21:10.757Z||pool-2-thread-5|||||DEBUG|500||received message from topic 2021-05-05T01:21:10.757Z||pool-2-thread-5|||||DEBUG|500||recieved notification from broker: { "distributionID": "8284e68e-6427-4525-9b28-a46ebf964b5d", "consumerID": "ves-openapi-manager", "timestamp": 1620177494784, "artifactURL": "/sdc/v1/catalog/services/DemoPnfUgaa7swe87cnvin706m4/1.0/resourceInstances/pnf49f5b57227f80/artifacts/PM_Dictionary.yaml", "status": "NOT_NOTIFIED" } 2021-05-05T01:21:10.757Z||pool-2-thread-5|||||INFO|500||Missing status on Status Object. 2021-05-05T01:21:10.757Z||pool-2-thread-5|||||DEBUG|500||received message from topic 2021-05-05T01:21:10.758Z||pool-2-thread-5|||||DEBUG|500||recieved notification from broker: { "distributionID": "8284e68e-6427-4525-9b28-a46ebf964b5d", "consumerID": "multicloud-windriver-id", "timestamp": 1620177500474, "artifactURL": "/sdc/v1/catalog/services/DemoPnfUgaa7swe87cnvin706m4/1.0/resourceInstances/pnf49f5b57227f80/artifacts/PM_Dictionary.yaml", "status": "NOT_NOTIFIED" } 2021-05-05T01:21:10.758Z||pool-2-thread-5|||||INFO|500||Missing status on Status Object. 2021-05-05T01:21:10.758Z||pool-2-thread-5|||||DEBUG|500||received message from topic 2021-05-05T01:21:10.758Z||pool-2-thread-5|||||DEBUG|500||recieved notification from broker: { "distributionID": "8284e68e-6427-4525-9b28-a46ebf964b5d", "consumerID": "multicloud-k8s-id", "timestamp": 1620177491985, "artifactURL": "/sdc/v1/catalog/services/DemoPnfUgaa7swe87cnvin706m4/1.0/resourceInstances/pnf49f5b57227f80/artifacts/PM_Dictionary.yaml", "status": "NOT_NOTIFIED" } 2021-05-05T01:21:10.758Z||pool-2-thread-5|||||INFO|500||Missing status on Status Object. 2021-05-05T01:21:10.758Z||pool-2-thread-5|||||DEBUG|500||received message from topic 2021-05-05T01:21:10.758Z||pool-2-thread-5|||||DEBUG|500||recieved notification from broker: { "distributionID": "8284e68e-6427-4525-9b28-a46ebf964b5d", "consumerID": "aai-ml", "timestamp": 1620177497262, "artifactURL": "/sdc/v1/catalog/services/DemoPnfUgaa7swe87cnvin706m4/1.0/resourceInstances/pnf49f5b57227f80/artifacts/PM_Dictionary.yaml", "status": "NOT_NOTIFIED" } 2021-05-05T01:21:10.758Z||pool-2-thread-5|||||INFO|500||Missing status on Status Object. 2021-05-05T01:21:10.758Z||pool-2-thread-5|||||DEBUG|500||received message from topic 2021-05-05T01:21:10.758Z||pool-2-thread-5|||||DEBUG|500||recieved notification from broker: { "distributionID": "8284e68e-6427-4525-9b28-a46ebf964b5d", "consumerID": "multicloud-starlingx-id", "timestamp": 1620177503560, "artifactURL": "/sdc/v1/catalog/services/DemoPnfUgaa7swe87cnvin706m4/1.0/resourceInstances/pnf49f5b57227f80/artifacts/mynetconf.yang", "status": "NOT_NOTIFIED" } 2021-05-05T01:21:10.758Z||pool-2-thread-5|||||INFO|500||Missing status on Status Object. 2021-05-05T01:21:10.759Z||pool-2-thread-5|||||DEBUG|500||received message from topic 2021-05-05T01:21:10.759Z||pool-2-thread-5|||||DEBUG|500||recieved notification from broker: { "distributionID": "8284e68e-6427-4525-9b28-a46ebf964b5d", "consumerID": "dcae-sch", "timestamp": 1620177502864, "artifactURL": "/sdc/v1/catalog/services/DemoPnfUgaa7swe87cnvin706m4/1.0/resourceInstances/pnf49f5b57227f80/artifacts/vendor-license-model.xml", "status": "NOT_NOTIFIED" } 2021-05-05T01:21:10.759Z||pool-2-thread-5|||||INFO|500||Missing status on Status Object. 2021-05-05T01:21:10.759Z||pool-2-thread-5|||||DEBUG|500||received message from topic 2021-05-05T01:21:10.759Z||pool-2-thread-5|||||DEBUG|500||recieved notification from broker: { "distributionID": "8284e68e-6427-4525-9b28-a46ebf964b5d", "consumerID": "cds", "timestamp": 1620177500580, "artifactURL": "/sdc/v1/catalog/services/DemoPnfUgaa7swe87cnvin706m4/1.0/resourceInstances/pnf49f5b57227f80/artifacts/MyPnf_Pnf_v1.yaml", "status": "NOT_NOTIFIED" } 2021-05-05T01:21:10.759Z||pool-2-thread-5|||||INFO|500||Missing status on Status Object. 2021-05-05T01:21:10.759Z||pool-2-thread-5|||||DEBUG|500||received message from topic 2021-05-05T01:21:10.759Z||pool-2-thread-5|||||DEBUG|500||recieved notification from broker: { "distributionID": "8284e68e-6427-4525-9b28-a46ebf964b5d", "consumerID": "clamp", "timestamp": 1620177494364, "artifactURL": "/sdc/v1/catalog/services/DemoPnfUgaa7swe87cnvin706m4/1.0/resourceInstances/pnf49f5b57227f80/artifacts/MyPnf_Pnf_v1.yaml", "status": "NOT_NOTIFIED" } 2021-05-05T01:21:10.759Z||pool-2-thread-5|||||INFO|500||Missing status on Status Object. 2021-05-05T01:21:10.759Z||pool-2-thread-5|||||DEBUG|500||received message from topic 2021-05-05T01:21:10.759Z||pool-2-thread-5|||||DEBUG|500||recieved notification from broker: { "distributionID": "8284e68e-6427-4525-9b28-a46ebf964b5d", "consumerID": "multicloud-k8s-id", "timestamp": 1620177491985, "artifactURL": "/sdc/v1/catalog/services/DemoPnfUgaa7swe87cnvin706m4/1.0/resourceInstances/pnf49f5b57227f80/artifacts/MyPnf_Pnf_v1.yaml", "status": "NOT_NOTIFIED" } 2021-05-05T01:21:10.759Z||pool-2-thread-5|||||INFO|500||Missing status on Status Object. 2021-05-05T01:21:10.759Z||pool-2-thread-5|||||DEBUG|500||received message from topic 2021-05-05T01:21:10.760Z||pool-2-thread-5|||||DEBUG|500||recieved notification from broker: { "distributionID": "8284e68e-6427-4525-9b28-a46ebf964b5d", "consumerID": "multicloud-windriver-id", "timestamp": 1620177500474, "artifactURL": "/sdc/v1/catalog/services/DemoPnfUgaa7swe87cnvin706m4/1.0/resourceInstances/pnf49f5b57227f80/artifacts/MyPnf_Pnf_v1.yaml", "status": "NOT_NOTIFIED" } 2021-05-05T01:21:10.760Z||pool-2-thread-5|||||INFO|500||Missing status on Status Object. 2021-05-05T01:21:10.760Z||pool-2-thread-5|||||DEBUG|500||received message from topic 2021-05-05T01:21:10.760Z||pool-2-thread-5|||||DEBUG|500||recieved notification from broker: { "distributionID": "8284e68e-6427-4525-9b28-a46ebf964b5d", "consumerID": "ves-openapi-manager", "timestamp": 1620177494784, "artifactURL": "/sdc/v1/catalog/services/DemoPnfUgaa7swe87cnvin706m4/1.0/resourceInstances/pnf49f5b57227f80/artifacts/MyPnf_Pnf_v1.yaml", "status": "NOTIFIED" } 2021-05-05T01:21:10.760Z||pool-2-thread-5|||||INFO|500||Missing status on Status Object. 2021-05-05T01:21:10.760Z||pool-2-thread-5|||||DEBUG|500||received message from topic 2021-05-05T01:21:10.760Z||pool-2-thread-5|||||DEBUG|500||recieved notification from broker: { "distributionID": "8284e68e-6427-4525-9b28-a46ebf964b5d", "consumerID": "aai-ml", "timestamp": 1620177497262, "artifactURL": "/sdc/v1/catalog/services/DemoPnfUgaa7swe87cnvin706m4/1.0/resourceInstances/pnf49f5b57227f80/artifacts/MyPnf_Pnf_v1.yaml", "status": "NOT_NOTIFIED" } 2021-05-05T01:21:10.760Z||pool-2-thread-5|||||INFO|500||Missing status on Status Object. 2021-05-05T01:21:10.760Z||pool-2-thread-5|||||DEBUG|500||received message from topic 2021-05-05T01:21:10.760Z||pool-2-thread-5|||||DEBUG|500||recieved notification from broker: { "distributionID": "8284e68e-6427-4525-9b28-a46ebf964b5d", "consumerID": "multicloud-starlingx-id", "timestamp": 1620177503560, "artifactURL": "/sdc/v1/catalog/services/DemoPnfUgaa7swe87cnvin706m4/1.0/resourceInstances/pnf49f5b57227f80/artifacts/vendor-license-model.xml", "status": "NOT_NOTIFIED" } 2021-05-05T01:21:10.760Z||pool-2-thread-5|||||INFO|500||Missing status on Status Object. 2021-05-05T01:21:10.761Z||pool-2-thread-5|||||DEBUG|500||received message from topic 2021-05-05T01:21:10.761Z||pool-2-thread-5|||||DEBUG|500||recieved notification from broker: { "distributionID": "8284e68e-6427-4525-9b28-a46ebf964b5d", "consumerID": "dcae-sch", "timestamp": 1620177502864, "artifactURL": "/sdc/v1/catalog/services/DemoPnfUgaa7swe87cnvin706m4/1.0/resourceInstances/pnf49f5b57227f80/artifacts/PM_Dictionary.yaml", "status": "NOT_NOTIFIED" } 2021-05-05T01:21:10.761Z||pool-2-thread-5|||||INFO|500||Missing status on Status Object. 2021-05-05T01:21:10.761Z||pool-2-thread-5|||||DEBUG|500||received message from topic 2021-05-05T01:21:10.761Z||pool-2-thread-5|||||DEBUG|500||recieved notification from broker: { "distributionID": "8284e68e-6427-4525-9b28-a46ebf964b5d", "consumerID": "cds", "timestamp": 1620177500580, "artifactURL": "/sdc/v1/catalog/services/DemoPnfUgaa7swe87cnvin706m4/1.0/artifacts/service-DemoPnfUgaa7swe87cnvin706m4-template.yml", "status": "NOT_NOTIFIED" } 2021-05-05T01:21:10.761Z||pool-2-thread-5|||||INFO|500||Missing status on Status Object. 2021-05-05T01:21:10.761Z||pool-2-thread-5|||||DEBUG|500||received message from topic 2021-05-05T01:21:10.761Z||pool-2-thread-5|||||DEBUG|500||recieved notification from broker: { "distributionID": "8284e68e-6427-4525-9b28-a46ebf964b5d", "consumerID": "multicloud-k8s-id", "timestamp": 1620177491985, "artifactURL": "/sdc/v1/catalog/services/DemoPnfUgaa7swe87cnvin706m4/1.0/artifacts/service-DemoPnfUgaa7swe87cnvin706m4-template.yml", "status": "NOT_NOTIFIED" } 2021-05-05T01:21:10.762Z||pool-2-thread-5|||||INFO|500||Missing status on Status Object. 2021-05-05T01:21:10.762Z||pool-2-thread-5|||||DEBUG|500||received message from topic 2021-05-05T01:21:10.762Z||pool-2-thread-5|||||DEBUG|500||recieved notification from broker: { "distributionID": "8284e68e-6427-4525-9b28-a46ebf964b5d", "consumerID": "clamp", "timestamp": 1620177494364, "artifactURL": "/sdc/v1/catalog/services/DemoPnfUgaa7swe87cnvin706m4/1.0/artifacts/service-DemoPnfUgaa7swe87cnvin706m4-template.yml", "status": "NOT_NOTIFIED" } 2021-05-05T01:21:10.762Z||pool-2-thread-5|||||INFO|500||Missing status on Status Object. 2021-05-05T01:21:10.762Z||pool-2-thread-5|||||DEBUG|500||received message from topic 2021-05-05T01:21:10.762Z||pool-2-thread-5|||||DEBUG|500||recieved notification from broker: { "distributionID": "8284e68e-6427-4525-9b28-a46ebf964b5d", "consumerID": "multicloud-windriver-id", "timestamp": 1620177500474, "artifactURL": "/sdc/v1/catalog/services/DemoPnfUgaa7swe87cnvin706m4/1.0/artifacts/service-DemoPnfUgaa7swe87cnvin706m4-template.yml", "status": "NOT_NOTIFIED" } 2021-05-05T01:21:10.762Z||pool-2-thread-5|||||INFO|500||Missing status on Status Object. 2021-05-05T01:21:10.762Z||pool-2-thread-5|||||DEBUG|500||received message from topic 2021-05-05T01:21:10.762Z||pool-2-thread-5|||||DEBUG|500||recieved notification from broker: { "distributionID": "8284e68e-6427-4525-9b28-a46ebf964b5d", "consumerID": "ves-openapi-manager", "timestamp": 1620177494784, "artifactURL": "/sdc/v1/catalog/services/DemoPnfUgaa7swe87cnvin706m4/1.0/artifacts/service-DemoPnfUgaa7swe87cnvin706m4-template.yml", "status": "NOT_NOTIFIED" } 2021-05-05T01:21:10.762Z||pool-2-thread-5|||||INFO|500||Missing status on Status Object. 2021-05-05T01:21:10.763Z||pool-2-thread-5|||||DEBUG|500||received message from topic 2021-05-05T01:21:10.763Z||pool-2-thread-5|||||DEBUG|500||recieved notification from broker: { "distributionID": "8284e68e-6427-4525-9b28-a46ebf964b5d", "consumerID": "aai-ml", "timestamp": 1620177497262, "artifactURL": "/sdc/v1/catalog/services/DemoPnfUgaa7swe87cnvin706m4/1.0/artifacts/service-DemoPnfUgaa7swe87cnvin706m4-template.yml", "status": "NOT_NOTIFIED" } 2021-05-05T01:21:10.763Z||pool-2-thread-5|||||INFO|500||Missing status on Status Object. 2021-05-05T01:21:10.763Z||pool-2-thread-5|||||DEBUG|500||received message from topic 2021-05-05T01:21:10.763Z||pool-2-thread-5|||||DEBUG|500||recieved notification from broker: { "distributionID": "8284e68e-6427-4525-9b28-a46ebf964b5d", "consumerID": "multicloud-starlingx-id", "timestamp": 1620177503560, "artifactURL": "/sdc/v1/catalog/services/DemoPnfUgaa7swe87cnvin706m4/1.0/resourceInstances/pnf49f5b57227f80/artifacts/PM_Dictionary.yaml", "status": "NOT_NOTIFIED" } 2021-05-05T01:21:10.763Z||pool-2-thread-5|||||INFO|500||Missing status on Status Object. 2021-05-05T01:21:10.763Z||pool-2-thread-5|||||DEBUG|500||received message from topic 2021-05-05T01:21:10.763Z||pool-2-thread-5|||||DEBUG|500||recieved notification from broker: { "distributionID": "8284e68e-6427-4525-9b28-a46ebf964b5d", "consumerID": "dcae-sch", "timestamp": 1620177502864, "artifactURL": "/sdc/v1/catalog/services/DemoPnfUgaa7swe87cnvin706m4/1.0/resourceInstances/pnf49f5b57227f80/artifacts/MyPnf_Pnf_v1.yaml", "status": "NOT_NOTIFIED" } 2021-05-05T01:21:10.763Z||pool-2-thread-5|||||INFO|500||Missing status on Status Object. 2021-05-05T01:21:10.763Z||pool-2-thread-5|||||DEBUG|500||received message from topic 2021-05-05T01:21:10.763Z||pool-2-thread-5|||||DEBUG|500||recieved notification from broker: { "distributionID": "8284e68e-6427-4525-9b28-a46ebf964b5d", "consumerID": "cds", "timestamp": 1620177500580, "artifactURL": "/sdc/v1/catalog/services/DemoPnfUgaa7swe87cnvin706m4/1.0/artifacts/service-DemoPnfUgaa7swe87cnvin706m4-csar.csar", "status": "NOTIFIED" } 2021-05-05T01:21:10.764Z||pool-2-thread-5|||||INFO|500||Missing status on Status Object. 2021-05-05T01:21:10.764Z||pool-2-thread-5|||||DEBUG|500||received message from topic 2021-05-05T01:21:10.764Z||pool-2-thread-5|||||DEBUG|500||recieved notification from broker: { "distributionID": "8284e68e-6427-4525-9b28-a46ebf964b5d", "consumerID": "clamp", "timestamp": 1620177494364, "artifactURL": "/sdc/v1/catalog/services/DemoPnfUgaa7swe87cnvin706m4/1.0/artifacts/service-DemoPnfUgaa7swe87cnvin706m4-csar.csar", "status": "NOTIFIED" } 2021-05-05T01:21:10.764Z||pool-2-thread-5|||||INFO|500||Missing status on Status Object. 2021-05-05T01:21:10.764Z||pool-2-thread-5|||||DEBUG|500||received message from topic 2021-05-05T01:21:10.764Z||pool-2-thread-5|||||DEBUG|500||recieved notification from broker: { "distributionID": "8284e68e-6427-4525-9b28-a46ebf964b5d", "consumerID": "multicloud-k8s-id", "timestamp": 1620177491985, "artifactURL": "/sdc/v1/catalog/services/DemoPnfUgaa7swe87cnvin706m4/1.0/artifacts/service-DemoPnfUgaa7swe87cnvin706m4-csar.csar", "status": "NOTIFIED" } 2021-05-05T01:21:10.764Z||pool-2-thread-5|||||INFO|500||Missing status on Status Object. 2021-05-05T01:21:10.764Z||pool-2-thread-5|||||DEBUG|500||received message from topic 2021-05-05T01:21:10.764Z||pool-2-thread-5|||||DEBUG|500||recieved notification from broker: { "distributionID": "8284e68e-6427-4525-9b28-a46ebf964b5d", "consumerID": "multicloud-windriver-id", "timestamp": 1620177500474, "artifactURL": "/sdc/v1/catalog/services/DemoPnfUgaa7swe87cnvin706m4/1.0/artifacts/service-DemoPnfUgaa7swe87cnvin706m4-csar.csar", "status": "NOTIFIED" } 2021-05-05T01:21:10.764Z||pool-2-thread-5|||||INFO|500||Missing status on Status Object. 2021-05-05T01:21:10.765Z||pool-2-thread-5|||||DEBUG|500||received message from topic 2021-05-05T01:21:10.765Z||pool-2-thread-5|||||DEBUG|500||recieved notification from broker: { "distributionID": "8284e68e-6427-4525-9b28-a46ebf964b5d", "consumerID": "ves-openapi-manager", "timestamp": 1620177494784, "artifactURL": "/sdc/v1/catalog/services/DemoPnfUgaa7swe87cnvin706m4/1.0/artifacts/service-DemoPnfUgaa7swe87cnvin706m4-csar.csar", "status": "NOT_NOTIFIED" } 2021-05-05T01:21:10.765Z||pool-2-thread-5|||||INFO|500||Missing status on Status Object. 2021-05-05T01:21:10.765Z||pool-2-thread-5|||||DEBUG|500||received message from topic 2021-05-05T01:21:10.765Z||pool-2-thread-5|||||DEBUG|500||recieved notification from broker: { "distributionID": "8284e68e-6427-4525-9b28-a46ebf964b5d", "consumerID": "aai-ml", "timestamp": 1620177497262, "artifactURL": "/sdc/v1/catalog/services/DemoPnfUgaa7swe87cnvin706m4/1.0/artifacts/service-DemoPnfUgaa7swe87cnvin706m4-csar.csar", "status": "NOTIFIED" } 2021-05-05T01:21:10.765Z||pool-2-thread-5|||||INFO|500||Missing status on Status Object. 2021-05-05T01:21:10.765Z||pool-2-thread-5|||||DEBUG|500||received message from topic 2021-05-05T01:21:10.765Z||pool-2-thread-5|||||DEBUG|500||recieved notification from broker: { "distributionID": "8284e68e-6427-4525-9b28-a46ebf964b5d", "consumerID": "multicloud-starlingx-id", "timestamp": 1620177503560, "artifactURL": "/sdc/v1/catalog/services/DemoPnfUgaa7swe87cnvin706m4/1.0/resourceInstances/pnf49f5b57227f80/artifacts/MyPnf_Pnf_v1.yaml", "status": "NOT_NOTIFIED" } 2021-05-05T01:21:10.765Z||pool-2-thread-5|||||INFO|500||Missing status on Status Object. 2021-05-05T01:21:10.765Z||pool-2-thread-5|||||DEBUG|500||received message from topic 2021-05-05T01:21:10.766Z||pool-2-thread-5|||||DEBUG|500||recieved notification from broker: { "distributionID": "8284e68e-6427-4525-9b28-a46ebf964b5d", "consumerID": "dcae-sch", "timestamp": 1620177502864, "artifactURL": "/sdc/v1/catalog/services/DemoPnfUgaa7swe87cnvin706m4/1.0/artifacts/service-DemoPnfUgaa7swe87cnvin706m4-template.yml", "status": "NOT_NOTIFIED" } 2021-05-05T01:21:10.766Z||pool-2-thread-5|||||INFO|500||Missing status on Status Object. 2021-05-05T01:21:10.766Z||pool-2-thread-5|||||DEBUG|500||received message from topic 2021-05-05T01:21:10.766Z||pool-2-thread-5|||||DEBUG|500||recieved notification from broker: { "distributionID": "8284e68e-6427-4525-9b28-a46ebf964b5d", "consumerID": "multicloud-starlingx-id", "timestamp": 1620177503560, "artifactURL": "/sdc/v1/catalog/services/DemoPnfUgaa7swe87cnvin706m4/1.0/artifacts/service-DemoPnfUgaa7swe87cnvin706m4-template.yml", "status": "NOT_NOTIFIED" } 2021-05-05T01:21:10.766Z||pool-2-thread-5|||||INFO|500||Missing status on Status Object. 2021-05-05T01:21:10.766Z||pool-2-thread-5|||||DEBUG|500||received message from topic 2021-05-05T01:21:10.766Z||pool-2-thread-5|||||DEBUG|500||recieved notification from broker: { "distributionID": "8284e68e-6427-4525-9b28-a46ebf964b5d", "consumerID": "dcae-sch", "timestamp": 1620177502864, "artifactURL": "/sdc/v1/catalog/services/DemoPnfUgaa7swe87cnvin706m4/1.0/artifacts/service-DemoPnfUgaa7swe87cnvin706m4-csar.csar", "status": "NOT_NOTIFIED" } 2021-05-05T01:21:10.766Z||pool-2-thread-5|||||INFO|500||Missing status on Status Object. 2021-05-05T01:21:10.766Z||pool-2-thread-5|||||DEBUG|500||received message from topic 2021-05-05T01:21:10.766Z||pool-2-thread-5|||||DEBUG|500||recieved notification from broker: { "distributionID": "8284e68e-6427-4525-9b28-a46ebf964b5d", "consumerID": "policy-id", "timestamp": 1620177509987, "artifactURL": "/sdc/v1/catalog/services/DemoPnfUgaa7swe87cnvin706m4/1.0/resourceInstances/pnf49f5b57227f80/artifacts/vf-license-model.xml", "status": "NOT_NOTIFIED" } 2021-05-05T01:21:10.767Z||pool-2-thread-5|||||INFO|500||Missing status on Status Object. 2021-05-05T01:21:10.767Z||pool-2-thread-5|||||DEBUG|500||received message from topic 2021-05-05T01:21:10.767Z||pool-2-thread-5|||||DEBUG|500||recieved notification from broker: { "distributionID": "8284e68e-6427-4525-9b28-a46ebf964b5d", "consumerID": "multicloud-starlingx-id", "timestamp": 1620177503560, "artifactURL": "/sdc/v1/catalog/services/DemoPnfUgaa7swe87cnvin706m4/1.0/artifacts/service-DemoPnfUgaa7swe87cnvin706m4-csar.csar", "status": "NOTIFIED" } 2021-05-05T01:21:10.767Z||pool-2-thread-5|||||INFO|500||Missing status on Status Object. 2021-05-05T01:21:10.767Z||pool-2-thread-5|||||DEBUG|500||received message from topic 2021-05-05T01:21:10.767Z||pool-2-thread-5|||||DEBUG|500||recieved notification from broker: { "distributionID": "8284e68e-6427-4525-9b28-a46ebf964b5d", "consumerID": "sdc-COpenSource-Env11-sdnc-dockero", "timestamp": 1620177510818, "artifactURL": "/sdc/v1/catalog/services/DemoPnfUgaa7swe87cnvin706m4/1.0/resourceInstances/pnf49f5b57227f80/artifacts/vf-license-model.xml", "status": "NOT_NOTIFIED" } 2021-05-05T01:21:10.767Z||pool-2-thread-5|||||INFO|500||Missing status on Status Object. 2021-05-05T01:21:10.767Z||pool-2-thread-5|||||DEBUG|500||received message from topic 2021-05-05T01:21:10.767Z||pool-2-thread-5|||||DEBUG|500||recieved notification from broker: { "distributionID": "8284e68e-6427-4525-9b28-a46ebf964b5d", "consumerID": "policy-id", "timestamp": 1620177509987, "artifactURL": "/sdc/v1/catalog/services/DemoPnfUgaa7swe87cnvin706m4/1.0/resourceInstances/pnf49f5b57227f80/artifacts/pNF.csar", "status": "NOT_NOTIFIED" } 2021-05-05T01:21:10.767Z||pool-2-thread-5|||||INFO|500||Missing status on Status Object. 2021-05-05T01:21:10.768Z||pool-2-thread-5|||||DEBUG|500||received message from topic 2021-05-05T01:21:10.768Z||pool-2-thread-5|||||DEBUG|500||recieved notification from broker: { "distributionID": "8284e68e-6427-4525-9b28-a46ebf964b5d", "consumerID": "ves-openapi-manager", "timestamp": 1620177511719, "artifactURL": "/sdc/v1/catalog/services/DemoPnfUgaa7swe87cnvin706m4/1.0/resourceInstances/pnf49f5b57227f80/artifacts/MyPnf_Pnf_v1.yaml", "status": "DOWNLOAD_OK" } 2021-05-05T01:21:10.768Z||pool-2-thread-5|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error' 2021-05-05T01:21:10.768Z||pool-2-thread-5|||||DEBUG|500||received message from topic 2021-05-05T01:21:10.768Z||pool-2-thread-5|||||DEBUG|500||recieved notification from broker: { "distributionID": "8284e68e-6427-4525-9b28-a46ebf964b5d", "consumerID": "aai-ml", "timestamp": 1620177512182, "artifactURL": "/sdc/v1/catalog/services/DemoPnfUgaa7swe87cnvin706m4/1.0/artifacts/service-DemoPnfUgaa7swe87cnvin706m4-csar.csar", "status": "DOWNLOAD_OK" } 2021-05-05T01:21:10.768Z||pool-2-thread-5|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error' 2021-05-05T01:21:10.768Z||pool-2-thread-5|||||DEBUG|500||received message from topic 2021-05-05T01:21:10.768Z||pool-2-thread-5|||||DEBUG|500||recieved notification from broker: { "distributionID": "8284e68e-6427-4525-9b28-a46ebf964b5d", "consumerID": "cds", "timestamp": 1620177512283, "artifactURL": "/sdc/v1/catalog/services/DemoPnfUgaa7swe87cnvin706m4/1.0/artifacts/service-DemoPnfUgaa7swe87cnvin706m4-csar.csar", "status": "DOWNLOAD_OK" } 2021-05-05T01:21:10.768Z||pool-2-thread-5|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error' 2021-05-05T01:21:10.769Z||pool-2-thread-5|||||DEBUG|500||received message from topic 2021-05-05T01:21:10.769Z||pool-2-thread-5|||||DEBUG|500||recieved notification from broker: { "distributionID": "8284e68e-6427-4525-9b28-a46ebf964b5d", "consumerID": "sdc-COpenSource-Env11-sdnc-dockero", "timestamp": 1620177510818, "artifactURL": "/sdc/v1/catalog/services/DemoPnfUgaa7swe87cnvin706m4/1.0/resourceInstances/pnf49f5b57227f80/artifacts/pNF.csar", "status": "NOT_NOTIFIED" } 2021-05-05T01:21:10.769Z||pool-2-thread-5|||||INFO|500||Missing status on Status Object. 2021-05-05T01:21:10.769Z||pool-2-thread-5|||||DEBUG|500||received message from topic 2021-05-05T01:21:10.769Z||pool-2-thread-5|||||DEBUG|500||recieved notification from broker: { "distributionID": "8284e68e-6427-4525-9b28-a46ebf964b5d", "consumerID": "policy-id", "timestamp": 1620177509987, "artifactURL": "/sdc/v1/catalog/services/DemoPnfUgaa7swe87cnvin706m4/1.0/resourceInstances/pnf49f5b57227f80/artifacts/mynetconf.yang", "status": "NOT_NOTIFIED" } 2021-05-05T01:21:10.769Z||pool-2-thread-5|||||INFO|500||Missing status on Status Object. 2021-05-05T01:21:10.769Z||pool-2-thread-5|||||DEBUG|500||received message from topic 2021-05-05T01:21:10.769Z||pool-2-thread-5|||||DEBUG|500||recieved notification from broker: { "distributionID": "8284e68e-6427-4525-9b28-a46ebf964b5d", "consumerID": "ves-openapi-manager", "timestamp": 1620177512963, "artifactURL": "/sdc/v1/catalog/services/DemoPnfUgaa7swe87cnvin706m4/1.0/resourceInstances/pnf49f5b57227f80/artifacts/MyPnf_Pnf_v1.yaml", "status": "DEPLOY_OK" } 2021-05-05T01:21:10.769Z||pool-2-thread-5|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error' 2021-05-05T01:21:10.769Z||pool-2-thread-5|||||DEBUG|500||received message from topic 2021-05-05T01:21:10.769Z||pool-2-thread-5|||||DEBUG|500||recieved notification from broker: { "distributionID": "8284e68e-6427-4525-9b28-a46ebf964b5d", "consumerID": "cds", "timestamp": 1620177513288, "artifactURL": "/sdc/v1/catalog/services/DemoPnfUgaa7swe87cnvin706m4/1.0/artifacts/service-DemoPnfUgaa7swe87cnvin706m4-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=? 2021-05-05T01:21:10.776Z||pool-2-thread-5|||||DEBUG|500||Receive a callback componentStatus in ASDC, for componentName: cds and status of COMPONENT_DONE_OK distributionID of 8284e68e-6427-4525-9b28-a46ebf964b5d 2021-05-05T01:21:10.777Z||pool-2-thread-5|||||DEBUG|500||Entering installTheComponentStatus for distributionId 8284e68e-6427-4525-9b28-a46ebf964b5d and ComponentName cds Hibernate: select watchdogco0_.COMPONENT_NAME as componen1_12_0_, watchdogco0_.DISTRIBUTION_ID as distribu2_12_0_, watchdogco0_.COMPONENT_DISTRIBUTION_STATUS as componen3_12_0_, watchdogco0_.CREATE_TIME as create_t4_12_0_, watchdogco0_.MODIFY_TIME as modify_t5_12_0_ from watchdog_per_component_distribution_status watchdogco0_ where watchdogco0_.COMPONENT_NAME=? and watchdogco0_.DISTRIBUTION_ID=? Hibernate: insert into watchdog_per_component_distribution_status (COMPONENT_DISTRIBUTION_STATUS, CREATE_TIME, MODIFY_TIME, COMPONENT_NAME, DISTRIBUTION_ID) values (?, ?, ?, ?, ?) 2021-05-05T01:21:10.787Z||pool-2-thread-5|||||DEBUG|500||received message from topic 2021-05-05T01:21:10.787Z||pool-2-thread-5|||||DEBUG|500||recieved notification from broker: { "distributionID": "8284e68e-6427-4525-9b28-a46ebf964b5d", "consumerID": "sdc-COpenSource-Env11-sdnc-dockero", "timestamp": 1620177510818, "artifactURL": "/sdc/v1/catalog/services/DemoPnfUgaa7swe87cnvin706m4/1.0/resourceInstances/pnf49f5b57227f80/artifacts/mynetconf.yang", "status": "NOT_NOTIFIED" } 2021-05-05T01:21:10.787Z||pool-2-thread-5|||||INFO|500||Missing status on Status Object. 2021-05-05T01:21:10.787Z||pool-2-thread-5|||||DEBUG|500||received message from topic 2021-05-05T01:21:10.787Z||pool-2-thread-5|||||DEBUG|500||recieved notification from broker: { "distributionID": "8284e68e-6427-4525-9b28-a46ebf964b5d", "consumerID": "policy-id", "timestamp": 1620177509987, "artifactURL": "/sdc/v1/catalog/services/DemoPnfUgaa7swe87cnvin706m4/1.0/resourceInstances/pnf49f5b57227f80/artifacts/vendor-license-model.xml", "status": "NOT_NOTIFIED" } 2021-05-05T01:21:10.787Z||pool-2-thread-5|||||INFO|500||Missing status on Status Object. 2021-05-05T01:21:10.787Z||pool-2-thread-5|||||DEBUG|500||received message from topic 2021-05-05T01:21:10.787Z||pool-2-thread-5|||||DEBUG|500||recieved notification from broker: { "distributionID": "8284e68e-6427-4525-9b28-a46ebf964b5d", "consumerID": "ves-openapi-manager", "timestamp": 1620177513966, "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=? 2021-05-05T01:21:10.793Z||pool-2-thread-5|||||DEBUG|500||Receive a callback componentStatus in ASDC, for componentName: and status of COMPONENT_DONE_OK distributionID of 8284e68e-6427-4525-9b28-a46ebf964b5d 2021-05-05T01:21:10.793Z||pool-2-thread-5|||||DEBUG|500||Entering installTheComponentStatus for distributionId 8284e68e-6427-4525-9b28-a46ebf964b5d 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 (?, ?, ?, ?, ?) 2021-05-05T01:21:10.801Z||pool-2-thread-5|||||DEBUG|500||received message from topic 2021-05-05T01:21:10.802Z||pool-2-thread-5|||||DEBUG|500||recieved notification from broker: { "distributionID": "8284e68e-6427-4525-9b28-a46ebf964b5d", "consumerID": "sdc-COpenSource-Env11-sdnc-dockero", "timestamp": 1620177510818, "artifactURL": "/sdc/v1/catalog/services/DemoPnfUgaa7swe87cnvin706m4/1.0/resourceInstances/pnf49f5b57227f80/artifacts/vendor-license-model.xml", "status": "NOT_NOTIFIED" } 2021-05-05T01:21:10.802Z||pool-2-thread-5|||||INFO|500||Missing status on Status Object. 2021-05-05T01:21:10.802Z||pool-2-thread-5|||||DEBUG|500||received message from topic 2021-05-05T01:21:10.802Z||pool-2-thread-5|||||DEBUG|500||recieved notification from broker: { "distributionID": "8284e68e-6427-4525-9b28-a46ebf964b5d", "consumerID": "policy-id", "timestamp": 1620177509987, "artifactURL": "/sdc/v1/catalog/services/DemoPnfUgaa7swe87cnvin706m4/1.0/resourceInstances/pnf49f5b57227f80/artifacts/PM_Dictionary.yaml", "status": "NOT_NOTIFIED" } 2021-05-05T01:21:10.802Z||pool-2-thread-5|||||INFO|500||Missing status on Status Object. 2021-05-05T01:21:10.802Z||pool-2-thread-5|||||DEBUG|500||received message from topic 2021-05-05T01:21:10.802Z||pool-2-thread-5|||||DEBUG|500||recieved notification from broker: { "distributionID": "8284e68e-6427-4525-9b28-a46ebf964b5d", "consumerID": "sdc-COpenSource-Env11-sdnc-dockero", "timestamp": 1620177510818, "artifactURL": "/sdc/v1/catalog/services/DemoPnfUgaa7swe87cnvin706m4/1.0/resourceInstances/pnf49f5b57227f80/artifacts/PM_Dictionary.yaml", "status": "NOT_NOTIFIED" } 2021-05-05T01:21:10.802Z||pool-2-thread-5|||||INFO|500||Missing status on Status Object. 2021-05-05T01:21:10.802Z||pool-2-thread-5|||||DEBUG|500||received message from topic 2021-05-05T01:21:10.802Z||pool-2-thread-5|||||DEBUG|500||recieved notification from broker: { "distributionID": "8284e68e-6427-4525-9b28-a46ebf964b5d", "consumerID": "policy-id", "timestamp": 1620177509987, "artifactURL": "/sdc/v1/catalog/services/DemoPnfUgaa7swe87cnvin706m4/1.0/resourceInstances/pnf49f5b57227f80/artifacts/MyPnf_Pnf_v1.yaml", "status": "NOT_NOTIFIED" } 2021-05-05T01:21:10.802Z||pool-2-thread-5|||||INFO|500||Missing status on Status Object. 2021-05-05T01:21:10.802Z||pool-2-thread-5|||||DEBUG|500||received message from topic 2021-05-05T01:21:10.802Z||pool-2-thread-5|||||DEBUG|500||recieved notification from broker: { "distributionID": "8284e68e-6427-4525-9b28-a46ebf964b5d", "consumerID": "sdc-COpenSource-Env11-sdnc-dockero", "timestamp": 1620177510818, "artifactURL": "/sdc/v1/catalog/services/DemoPnfUgaa7swe87cnvin706m4/1.0/resourceInstances/pnf49f5b57227f80/artifacts/MyPnf_Pnf_v1.yaml", "status": "NOT_NOTIFIED" } 2021-05-05T01:21:10.802Z||pool-2-thread-5|||||INFO|500||Missing status on Status Object. 2021-05-05T01:21:10.802Z||pool-2-thread-5|||||DEBUG|500||received message from topic 2021-05-05T01:21:10.803Z||pool-2-thread-5|||||DEBUG|500||recieved notification from broker: { "distributionID": "8284e68e-6427-4525-9b28-a46ebf964b5d", "consumerID": "policy-id", "timestamp": 1620177509987, "artifactURL": "/sdc/v1/catalog/services/DemoPnfUgaa7swe87cnvin706m4/1.0/artifacts/service-DemoPnfUgaa7swe87cnvin706m4-template.yml", "status": "NOT_NOTIFIED" } 2021-05-05T01:21:10.803Z||pool-2-thread-5|||||INFO|500||Missing status on Status Object. 2021-05-05T01:21:10.803Z||pool-2-thread-5|||||DEBUG|500||received message from topic 2021-05-05T01:21:10.803Z||pool-2-thread-5|||||DEBUG|500||recieved notification from broker: { "distributionID": "8284e68e-6427-4525-9b28-a46ebf964b5d", "consumerID": "aai-ml", "timestamp": 1620177517098, "artifactURL": "/sdc/v1/catalog/services/DemoPnfUgaa7swe87cnvin706m4/1.0/artifacts/service-DemoPnfUgaa7swe87cnvin706m4-csar.csar", "status": "DEPLOY_OK" } 2021-05-05T01:21:10.803Z||pool-2-thread-5|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error' 2021-05-05T01:21:10.803Z||pool-2-thread-5|||||DEBUG|500||received message from topic 2021-05-05T01:21:10.803Z||pool-2-thread-5|||||DEBUG|500||recieved notification from broker: { "distributionID": "8284e68e-6427-4525-9b28-a46ebf964b5d", "consumerID": "sdc-COpenSource-Env11-sdnc-dockero", "timestamp": 1620177510818, "artifactURL": "/sdc/v1/catalog/services/DemoPnfUgaa7swe87cnvin706m4/1.0/artifacts/service-DemoPnfUgaa7swe87cnvin706m4-template.yml", "status": "NOT_NOTIFIED" } 2021-05-05T01:21:10.803Z||pool-2-thread-5|||||INFO|500||Missing status on Status Object. 2021-05-05T01:21:10.803Z||pool-2-thread-5|||||DEBUG|500||received message from topic 2021-05-05T01:21:10.803Z||pool-2-thread-5|||||DEBUG|500||recieved notification from broker: { "distributionID": "8284e68e-6427-4525-9b28-a46ebf964b5d", "consumerID": "policy-id", "timestamp": 1620177509987, "artifactURL": "/sdc/v1/catalog/services/DemoPnfUgaa7swe87cnvin706m4/1.0/artifacts/service-DemoPnfUgaa7swe87cnvin706m4-csar.csar", "status": "NOTIFIED" } 2021-05-05T01:21:10.803Z||pool-2-thread-5|||||INFO|500||Missing status on Status Object. 2021-05-05T01:21:10.803Z||pool-2-thread-5|||||DEBUG|500||received message from topic 2021-05-05T01:21:10.803Z||pool-2-thread-5|||||DEBUG|500||recieved notification from broker: { "distributionID": "8284e68e-6427-4525-9b28-a46ebf964b5d", "consumerID": "aai-ml", "timestamp": 1620177518101, "artifactURL": "", "status": "COMPONENT_DONE_OK", "componentName": "AAI" } Hibernate: select watchdogdi0_.DISTRIBUTION_ID as distribu1_11_0_, watchdogdi0_.CREATE_TIME as create_t2_11_0_, watchdogdi0_.DISTRIBUTION_ID_STATUS as distribu3_11_0_, watchdogdi0_.MODIFY_TIME as modify_t4_11_0_, watchdogdi0_.LOCK_VERSION as lock_ver5_11_0_ from watchdog_distributionid_status watchdogdi0_ where watchdogdi0_.DISTRIBUTION_ID=? 2021-05-05T01:21:10.808Z||pool-2-thread-5|||||DEBUG|500||Receive a callback componentStatus in ASDC, for componentName: AAI and status of COMPONENT_DONE_OK distributionID of 8284e68e-6427-4525-9b28-a46ebf964b5d 2021-05-05T01:21:10.808Z||pool-2-thread-5|||||DEBUG|500||Entering installTheComponentStatus for distributionId 8284e68e-6427-4525-9b28-a46ebf964b5d and ComponentName AAI Hibernate: select watchdogco0_.COMPONENT_NAME as componen1_12_0_, watchdogco0_.DISTRIBUTION_ID as distribu2_12_0_, watchdogco0_.COMPONENT_DISTRIBUTION_STATUS as componen3_12_0_, watchdogco0_.CREATE_TIME as create_t4_12_0_, watchdogco0_.MODIFY_TIME as modify_t5_12_0_ from watchdog_per_component_distribution_status watchdogco0_ where watchdogco0_.COMPONENT_NAME=? and watchdogco0_.DISTRIBUTION_ID=? Hibernate: insert into watchdog_per_component_distribution_status (COMPONENT_DISTRIBUTION_STATUS, CREATE_TIME, MODIFY_TIME, COMPONENT_NAME, DISTRIBUTION_ID) values (?, ?, ?, ?, ?) 2021-05-05T01:21:10.817Z||pool-2-thread-5|||||DEBUG|500||received message from topic 2021-05-05T01:21:10.818Z||pool-2-thread-5|||||DEBUG|500||recieved notification from broker: { "distributionID": "8284e68e-6427-4525-9b28-a46ebf964b5d", "consumerID": "clamp", "timestamp": 1620177518460, "artifactURL": "/sdc/v1/catalog/services/DemoPnfUgaa7swe87cnvin706m4/1.0/artifacts/service-DemoPnfUgaa7swe87cnvin706m4-csar.csar", "status": "DOWNLOAD_OK" } 2021-05-05T01:21:10.818Z||pool-2-thread-5|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error' 2021-05-05T01:21:10.818Z||pool-2-thread-5|||||DEBUG|500||received message from topic 2021-05-05T01:21:10.818Z||pool-2-thread-5|||||DEBUG|500||recieved notification from broker: { "distributionID": "8284e68e-6427-4525-9b28-a46ebf964b5d", "consumerID": "sdc-COpenSource-Env11-sdnc-dockero", "timestamp": 1620177510818, "artifactURL": "/sdc/v1/catalog/services/DemoPnfUgaa7swe87cnvin706m4/1.0/artifacts/service-DemoPnfUgaa7swe87cnvin706m4-csar.csar", "status": "NOTIFIED" } 2021-05-05T01:21:10.818Z||pool-2-thread-5|||||INFO|500||Missing status on Status Object. 2021-05-05T01:21:10.818Z||pool-2-thread-5|||||DEBUG|500||received message from topic 2021-05-05T01:21:10.818Z||pool-2-thread-5|||||DEBUG|500||recieved notification from broker: { "distributionID": "8284e68e-6427-4525-9b28-a46ebf964b5d", "consumerID": "clamp", "timestamp": 1620177519473, "artifactURL": "/sdc/v1/catalog/services/DemoPnfUgaa7swe87cnvin706m4/1.0/artifacts/service-DemoPnfUgaa7swe87cnvin706m4-csar.csar", "status": "DEPLOY_OK" } 2021-05-05T01:21:10.818Z||pool-2-thread-5|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error' 2021-05-05T01:21:10.818Z||pool-2-thread-5|||||DEBUG|500||received message from topic 2021-05-05T01:21:10.818Z||pool-2-thread-5|||||DEBUG|500||recieved notification from broker: { "distributionID": "8284e68e-6427-4525-9b28-a46ebf964b5d", "consumerID": "policy-id", "timestamp": 1620177519611, "artifactURL": "/sdc/v1/catalog/services/DemoPnfUgaa7swe87cnvin706m4/1.0/artifacts/service-DemoPnfUgaa7swe87cnvin706m4-csar.csar", "status": "DOWNLOAD_OK" } 2021-05-05T01:21:10.819Z||pool-2-thread-5|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error' 2021-05-05T01:21:10.819Z||pool-2-thread-5|||||DEBUG|500||received message from topic 2021-05-05T01:21:10.819Z||pool-2-thread-5|||||DEBUG|500||recieved notification from broker: { "distributionID": "8284e68e-6427-4525-9b28-a46ebf964b5d", "consumerID": "sdc-COpenSource-Env11-sdnc-dockero", "timestamp": 1620177519949, "artifactURL": "/sdc/v1/catalog/services/DemoPnfUgaa7swe87cnvin706m4/1.0/artifacts/service-DemoPnfUgaa7swe87cnvin706m4-csar.csar", "status": "DOWNLOAD_OK" } 2021-05-05T01:21:10.819Z||pool-2-thread-5|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error' 2021-05-05T01:21:10.819Z||pool-2-thread-5|||||DEBUG|500||received message from topic 2021-05-05T01:21:10.819Z||pool-2-thread-5|||||DEBUG|500||recieved notification from broker: { "distributionID": "8284e68e-6427-4525-9b28-a46ebf964b5d", "consumerID": "clamp", "timestamp": 1620177520476, "artifactURL": "", "status": "COMPONENT_DONE_OK", "componentName": "clamp" } Hibernate: select watchdogdi0_.DISTRIBUTION_ID as distribu1_11_0_, watchdogdi0_.CREATE_TIME as create_t2_11_0_, watchdogdi0_.DISTRIBUTION_ID_STATUS as distribu3_11_0_, watchdogdi0_.MODIFY_TIME as modify_t4_11_0_, watchdogdi0_.LOCK_VERSION as lock_ver5_11_0_ from watchdog_distributionid_status watchdogdi0_ where watchdogdi0_.DISTRIBUTION_ID=? 2021-05-05T01:21:10.824Z||pool-2-thread-5|||||DEBUG|500||Receive a callback componentStatus in ASDC, for componentName: clamp and status of COMPONENT_DONE_OK distributionID of 8284e68e-6427-4525-9b28-a46ebf964b5d 2021-05-05T01:21:10.824Z||pool-2-thread-5|||||DEBUG|500||Entering installTheComponentStatus for distributionId 8284e68e-6427-4525-9b28-a46ebf964b5d and ComponentName clamp Hibernate: select watchdogco0_.COMPONENT_NAME as componen1_12_0_, watchdogco0_.DISTRIBUTION_ID as distribu2_12_0_, watchdogco0_.COMPONENT_DISTRIBUTION_STATUS as componen3_12_0_, watchdogco0_.CREATE_TIME as create_t4_12_0_, watchdogco0_.MODIFY_TIME as modify_t5_12_0_ from watchdog_per_component_distribution_status watchdogco0_ where watchdogco0_.COMPONENT_NAME=? and watchdogco0_.DISTRIBUTION_ID=? Hibernate: insert into watchdog_per_component_distribution_status (COMPONENT_DISTRIBUTION_STATUS, CREATE_TIME, MODIFY_TIME, COMPONENT_NAME, DISTRIBUTION_ID) values (?, ?, ?, ?, ?) 2021-05-05T01:21:10.833Z||pool-2-thread-5|||||DEBUG|500||received message from topic 2021-05-05T01:21:10.833Z||pool-2-thread-5|||||DEBUG|500||recieved notification from broker: { "distributionID": "8284e68e-6427-4525-9b28-a46ebf964b5d", "consumerID": "policy-id", "timestamp": 1620177520616, "artifactURL": "/sdc/v1/catalog/services/DemoPnfUgaa7swe87cnvin706m4/1.0/artifacts/service-DemoPnfUgaa7swe87cnvin706m4-csar.csar", "status": "DEPLOY_OK" } 2021-05-05T01:21:10.833Z||pool-2-thread-5|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error' 2021-05-05T01:21:10.833Z||pool-2-thread-5|||||DEBUG|500||received message from topic 2021-05-05T01:21:10.833Z||pool-2-thread-5|||||DEBUG|500||recieved notification from broker: { "distributionID": "8284e68e-6427-4525-9b28-a46ebf964b5d", "consumerID": "policy-id", "timestamp": 1620177521618, "artifactURL": "", "status": "COMPONENT_DONE_OK", "componentName": "POLICY" } Hibernate: select watchdogdi0_.DISTRIBUTION_ID as distribu1_11_0_, watchdogdi0_.CREATE_TIME as create_t2_11_0_, watchdogdi0_.DISTRIBUTION_ID_STATUS as distribu3_11_0_, watchdogdi0_.MODIFY_TIME as modify_t4_11_0_, watchdogdi0_.LOCK_VERSION as lock_ver5_11_0_ from watchdog_distributionid_status watchdogdi0_ where watchdogdi0_.DISTRIBUTION_ID=? 2021-05-05T01:21:10.837Z||pool-2-thread-5|||||DEBUG|500||Receive a callback componentStatus in ASDC, for componentName: POLICY and status of COMPONENT_DONE_OK distributionID of 8284e68e-6427-4525-9b28-a46ebf964b5d 2021-05-05T01:21:10.837Z||pool-2-thread-5|||||DEBUG|500||Entering installTheComponentStatus for distributionId 8284e68e-6427-4525-9b28-a46ebf964b5d and ComponentName POLICY Hibernate: select watchdogco0_.COMPONENT_NAME as componen1_12_0_, watchdogco0_.DISTRIBUTION_ID as distribu2_12_0_, watchdogco0_.COMPONENT_DISTRIBUTION_STATUS as componen3_12_0_, watchdogco0_.CREATE_TIME as create_t4_12_0_, watchdogco0_.MODIFY_TIME as modify_t5_12_0_ from watchdog_per_component_distribution_status watchdogco0_ where watchdogco0_.COMPONENT_NAME=? and watchdogco0_.DISTRIBUTION_ID=? Hibernate: insert into watchdog_per_component_distribution_status (COMPONENT_DISTRIBUTION_STATUS, CREATE_TIME, MODIFY_TIME, COMPONENT_NAME, DISTRIBUTION_ID) values (?, ?, ?, ?, ?) 2021-05-05T01:21:10.845Z||pool-2-thread-5|||||DEBUG|500||received message from topic 2021-05-05T01:21:10.845Z||pool-2-thread-5|||||DEBUG|500||recieved notification from broker: { "distributionID": "8284e68e-6427-4525-9b28-a46ebf964b5d", "consumerID": "sdc-COpenSource-Env11-sdnc-dockero", "timestamp": 1620177521633, "artifactURL": "/sdc/v1/catalog/services/DemoPnfUgaa7swe87cnvin706m4/1.0/artifacts/service-DemoPnfUgaa7swe87cnvin706m4-csar.csar", "status": "DEPLOY_OK" } 2021-05-05T01:21:10.846Z||pool-2-thread-5|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error' 2021-05-05T01:21:10.846Z||pool-2-thread-5|||||DEBUG|500||received message from topic 2021-05-05T01:21:10.846Z||pool-2-thread-5|||||DEBUG|500||recieved notification from broker: { "distributionID": "8284e68e-6427-4525-9b28-a46ebf964b5d", "consumerID": "sdc-COpenSource-Env11-sdnc-dockero", "timestamp": 1620177522637, "artifactURL": "", "status": "COMPONENT_DONE_OK", "componentName": "SDNC" } Hibernate: select watchdogdi0_.DISTRIBUTION_ID as distribu1_11_0_, watchdogdi0_.CREATE_TIME as create_t2_11_0_, watchdogdi0_.DISTRIBUTION_ID_STATUS as distribu3_11_0_, watchdogdi0_.MODIFY_TIME as modify_t4_11_0_, watchdogdi0_.LOCK_VERSION as lock_ver5_11_0_ from watchdog_distributionid_status watchdogdi0_ where watchdogdi0_.DISTRIBUTION_ID=? 2021-05-05T01:21:10.850Z||pool-2-thread-5|||||DEBUG|500||Receive a callback componentStatus in ASDC, for componentName: SDNC and status of COMPONENT_DONE_OK distributionID of 8284e68e-6427-4525-9b28-a46ebf964b5d 2021-05-05T01:21:10.850Z||pool-2-thread-5|||||DEBUG|500||Entering installTheComponentStatus for distributionId 8284e68e-6427-4525-9b28-a46ebf964b5d and ComponentName SDNC Hibernate: select watchdogco0_.COMPONENT_NAME as componen1_12_0_, watchdogco0_.DISTRIBUTION_ID as distribu2_12_0_, watchdogco0_.COMPONENT_DISTRIBUTION_STATUS as componen3_12_0_, watchdogco0_.CREATE_TIME as create_t4_12_0_, watchdogco0_.MODIFY_TIME as modify_t5_12_0_ from watchdog_per_component_distribution_status watchdogco0_ where watchdogco0_.COMPONENT_NAME=? and watchdogco0_.DISTRIBUTION_ID=? Hibernate: insert into watchdog_per_component_distribution_status (COMPONENT_DISTRIBUTION_STATUS, CREATE_TIME, MODIFY_TIME, COMPONENT_NAME, DISTRIBUTION_ID) values (?, ?, ?, ?, ?) 2021-05-05T01:21:39.995Z|8284e68e-6427-4525-9b28-a46ebf964b5d|pool-2-thread-9|||||DEBUG|500||Entered getOverallDistributionStatus method for distrubutionId: 8284e68e-6427-4525-9b28-a46ebf964b5d Hibernate: select watchdogdi0_.DISTRIBUTION_ID as distribu1_11_0_, watchdogdi0_.CREATE_TIME as create_t2_11_0_, watchdogdi0_.DISTRIBUTION_ID_STATUS as distribu3_11_0_, watchdogdi0_.MODIFY_TIME as modify_t4_11_0_, watchdogdi0_.LOCK_VERSION as lock_ver5_11_0_ from watchdog_distributionid_status watchdogdi0_ where watchdogdi0_.DISTRIBUTION_ID=? Hibernate: select watchdogco0_.COMPONENT_NAME as componen1_12_, watchdogco0_.DISTRIBUTION_ID as distribu2_12_, watchdogco0_.COMPONENT_DISTRIBUTION_STATUS as componen3_12_, watchdogco0_.CREATE_TIME as create_t4_12_, watchdogco0_.MODIFY_TIME as modify_t5_12_ from watchdog_per_component_distribution_status watchdogco0_ where watchdogco0_.DISTRIBUTION_ID=? 2021-05-05T01:21:40.009Z|8284e68e-6427-4525-9b28-a46ebf964b5d|pool-2-thread-9|||||DEBUG|500||Executed RequestDB getWatchdogComponentDistributionStatus for distrubutionId: 8284e68e-6427-4525-9b28-a46ebf964b5d Hibernate: select watchdogco0_.COMPONENT_NAME as componen1_12_, watchdogco0_.DISTRIBUTION_ID as distribu2_12_, watchdogco0_.COMPONENT_DISTRIBUTION_STATUS as componen3_12_, watchdogco0_.CREATE_TIME as create_t4_12_, watchdogco0_.MODIFY_TIME as modify_t5_12_ from watchdog_per_component_distribution_status watchdogco0_ where watchdogco0_.DISTRIBUTION_ID=? 2021-05-05T01:21:40.013Z|8284e68e-6427-4525-9b28-a46ebf964b5d|pool-2-thread-9|||||DEBUG|500||Found componentName SO in the WatchDog Component DB 2021-05-05T01:21:40.013Z|8284e68e-6427-4525-9b28-a46ebf964b5d|pool-2-thread-9|||||DEBUG|500||Found componentName AAI in the WatchDog Component DB 2021-05-05T01:21:40.013Z|8284e68e-6427-4525-9b28-a46ebf964b5d|pool-2-thread-9|||||DEBUG|500||Found componentName SDNC in the WatchDog Component DB 2021-05-05T01:21:40.013Z|8284e68e-6427-4525-9b28-a46ebf964b5d|pool-2-thread-9|||||DEBUG|500||Components Size matched with the WatchdogComponentDistributionStatus results. 2021-05-05T01:21:40.013Z|8284e68e-6427-4525-9b28-a46ebf964b5d|pool-2-thread-9|||||DEBUG|500||Component status: COMPONENT_DONE_OK on componentName: 2021-05-05T01:21:40.014Z|8284e68e-6427-4525-9b28-a46ebf964b5d|pool-2-thread-9|||||DEBUG|500||Component status: COMPONENT_DONE_OK on componentName: 2021-05-05T01:21:40.014Z|8284e68e-6427-4525-9b28-a46ebf964b5d|pool-2-thread-9|||||DEBUG|500||Component status: COMPONENT_DONE_OK on componentName: 2021-05-05T01:21:40.014Z|8284e68e-6427-4525-9b28-a46ebf964b5d|pool-2-thread-9|||||DEBUG|500||Component status: COMPONENT_DONE_OK on componentName: 2021-05-05T01:21:40.014Z|8284e68e-6427-4525-9b28-a46ebf964b5d|pool-2-thread-9|||||DEBUG|500||Component status: COMPONENT_DONE_OK on componentName: 2021-05-05T01:21:40.014Z|8284e68e-6427-4525-9b28-a46ebf964b5d|pool-2-thread-9|||||DEBUG|500||Component status: COMPONENT_DONE_OK on componentName: 2021-05-05T01:21:40.014Z|8284e68e-6427-4525-9b28-a46ebf964b5d|pool-2-thread-9|||||DEBUG|500||Component status: COMPONENT_DONE_OK on componentName: 2021-05-05T01:21:40.014Z|8284e68e-6427-4525-9b28-a46ebf964b5d|pool-2-thread-9|||||DEBUG|500||Updating overall DistributionStatus to: SUCCESS for distributionId: Hibernate: select watchdogdi0_.DISTRIBUTION_ID as distribu1_11_0_, watchdogdi0_.CREATE_TIME as create_t2_11_0_, watchdogdi0_.DISTRIBUTION_ID_STATUS as distribu3_11_0_, watchdogdi0_.MODIFY_TIME as modify_t4_11_0_, watchdogdi0_.LOCK_VERSION as lock_ver5_11_0_ from watchdog_distributionid_status watchdogdi0_ where watchdogdi0_.DISTRIBUTION_ID=? 2021-05-05T01:21:40.019Z|8284e68e-6427-4525-9b28-a46ebf964b5d|pool-2-thread-9|||||DEBUG|500||Exiting getOverallDistributionStatus method in WatchdogDistribution 2021-05-05T01:22:10.019Z|8284e68e-6427-4525-9b28-a46ebf964b5d|pool-2-thread-9|||||DEBUG|500||Entered executePatchAAI method with distrubutionId: 8284e68e-6427-4525-9b28-a46ebf964b5d and distributionStatus: Hibernate: select watchdogse0_.DISTRIBUTION_ID as distribu1_13_, watchdogse0_.SERVICE_MODEL_VERSION_ID as service_2_13_, watchdogse0_.CONSUMER_ID as consumer3_13_, watchdogse0_.CREATE_TIME as create_t4_13_, watchdogse0_.DISTRIBUTION_NOTIFICATION as distribu5_13_ from watchdog_service_mod_ver_id_lookup watchdogse0_ where watchdogse0_.DISTRIBUTION_ID=? 2021-05-05T01:22:10.024Z|8284e68e-6427-4525-9b28-a46ebf964b5d|pool-2-thread-9|||||DEBUG|500||Executed RequestDB getWatchdogServiceModVerIdLookup with distributionId: 8284e68e-6427-4525-9b28-a46ebf964b5d and serviceModelVersionId: 8b9104ad-209c-4c8d-9f9c-f4d27a03c174 2021-05-05T01:22:10.025Z|8284e68e-6427-4525-9b28-a46ebf964b5d|pool-2-thread-9|||||DEBUG|500||ASDC Notification ServiceModelInvariantUUID : 6ead0d16-52d6-45f6-ba21-f81598adc653 2021-05-05T01:22:10.025Z|8284e68e-6427-4525-9b28-a46ebf964b5d|pool-2-thread-9|||||DEBUG|500||Target A&AI Resource URI: /service-design-and-creation/models/model/6ead0d16-52d6-45f6-ba21-f81598adc653/model-vers/model-ver/8b9104ad-209c-4c8d-9f9c-f4d27a03c174?depth=0 2021-05-05T01:22:10.030Z|8284e68e-6427-4525-9b28-a46ebf964b5d|pool-2-thread-9|||||INFO|500||RestClientSSL using default SSL context! 2021-05-05T01:22:10.061Z|8284e68e-6427-4525-9b28-a46ebf964b5d|pool-2-thread-9|||AAI||DEBUG|500||Sending HTTP POST (overridden to PATCH) to:https://aai.onap:8443/aai/v23/service-design-and-creation/models/model/6ead0d16-52d6-45f6-ba21-f81598adc653/model-vers/model-ver/8b9104ad-209c-4c8d-9f9c-f4d27a03c174?depth=0 with request headers:{Authorization=[***REDACTED***], X-FromAppId=[MSO], X-HTTP-Method-Override=[PATCH], Accept=[application/json], X-TransactionId=[], Content-Type=[application/merge-patch+json]} 2021-05-05T01:22:10.062Z|8284e68e-6427-4525-9b28-a46ebf964b5d|pool-2-thread-9|||AAI|https://aai.onap:8443/aai/v23/service-design-and-creation/models/model/6ead0d16-52d6-45f6-ba21-f81598adc653/model-vers/model-ver/8b9104ad-209c-4c8d-9f9c-f4d27a03c174?depth=0|INFO|500||Invoke 2021-05-05T01:22:10.079Z|8284e68e-6427-4525-9b28-a46ebf964b5d|pool-2-thread-9|||AAI|https://aai.onap:8443/aai/v23/service-design-and-creation/models/model/6ead0d16-52d6-45f6-ba21-f81598adc653/model-vers/model-ver/8b9104ad-209c-4c8d-9f9c-f4d27a03c174?depth=0|DEBUG|500||{"distribution-status":"DISTRIBUTION_COMPLETE_OK"} 2021-05-05T01:22:10.304Z|8284e68e-6427-4525-9b28-a46ebf964b5d|pool-2-thread-9|||AAI|https://aai.onap:8443/aai/v23/service-design-and-creation/models/model/6ead0d16-52d6-45f6-ba21-f81598adc653/model-vers/model-ver/8b9104ad-209c-4c8d-9f9c-f4d27a03c174?depth=0|INFO|500||InvokeReturn 2021-05-05T01:22:10.304Z|8284e68e-6427-4525-9b28-a46ebf964b5d|pool-2-thread-9|||||DEBUG|500||Response from method:POST (overridden to PATCH) performed on uri:https://aai.onap:8443/aai/v23/service-design-and-creation/models/model/6ead0d16-52d6-45f6-ba21-f81598adc653/model-vers/model-ver/8b9104ad-209c-4c8d-9f9c-f4d27a03c174?depth=0 has http status code:200 and response headers:{Strict-Transport-Security=[max-age=16000000; includeSubDomains; preload;], X-AAI-TXID=[2-aai-resources-210505-01:22:10:084-64289], vertex-id=[188512], Content-Length=[0], Date=[Wed, 05 May 2021 01:22:10 GMT], Content-Type=[application/json]} 2021-05-05T01:22:10.304Z|8284e68e-6427-4525-9b28-a46ebf964b5d|pool-2-thread-9|||||DEBUG|500||Response was returned with an empty entity. 2021-05-05T01:22:10.304Z|8284e68e-6427-4525-9b28-a46ebf964b5d|pool-2-thread-9|||||DEBUG|500||A&AI UPDATE MODEL Version is success! 2021-05-05T01:22:10.304Z|8284e68e-6427-4525-9b28-a46ebf964b5d|pool-2-thread-9|||||DEBUG|500||A&AI Updated succefully with Distribution Status! Hibernate: select service0_.MODEL_UUID as model_uu1_49_, service0_.CDS_BLUEPRINT_NAME as cds_blue2_49_, service0_.CDS_BLUEPRINT_VERSION as cds_blue3_49_, service0_.SERVICE_CATEGORY as service_4_49_, service0_.CONTROLLER_ACTOR as controll5_49_, service0_.CREATION_TIMESTAMP as creation6_49_, service0_.TOSCA_CSAR_ARTIFACT_UUID as tosca_c21_49_, service0_.DESCRIPTION as descript7_49_, service0_.OVERALL_DISTRIBUTION_STATUS as overall_8_49_, service0_.ENVIRONMENT_CONTEXT as environm9_49_, service0_.MODEL_INVARIANT_UUID as model_i10_49_, service0_.MODEL_NAME as model_n11_49_, service0_.MODEL_VERSION as model_v12_49_, service0_.NAMING_POLICY as naming_13_49_, service0_.ONAP_GENERATED_NAMING as onap_ge14_49_, service0_.RESOURCE_ORDER as resourc15_49_, service0_.SERVICE_FUNCTION as service16_49_, service0_.SERVICE_ROLE as service17_49_, service0_.SERVICE_TYPE as service18_49_, service0_.SKIP_POST_INSTANTIATION_CONFIGURATION as skip_po19_49_, service0_.WORKLOAD_CONTEXT as workloa20_49_ from service service0_ where service0_.MODEL_UUID=? 2021-05-05T01:22:10.308Z|8284e68e-6427-4525-9b28-a46ebf964b5d|pool-2-thread-9|||||ERROR|500||Error updating CatalogDBStatus java.lang.NullPointerException: null at org.onap.so.asdc.tenantIsolation.WatchdogDistribution.updateCatalogDBStatus(WatchdogDistribution.java:206) at org.onap.so.asdc.client.ASDCController.treatNotification(ASDCController.java:690) at org.onap.so.asdc.client.ASDCNotificationCallBack.activateCallback(ASDCNotificationCallBack.java:52) at org.onap.sdc.impl.NotificationConsumer.run(NotificationConsumer.java:71) at java.base/java.util.concurrent.Executors$RunnableAdapter.call(Unknown Source) at java.base/java.util.concurrent.FutureTask.runAndReset(Unknown Source) at java.base/java.util.concurrent.ScheduledThreadPoolExecutor$ScheduledFutureTask.run(Unknown Source) at java.base/java.util.concurrent.ThreadPoolExecutor.runWorker(Unknown Source) at java.base/java.util.concurrent.ThreadPoolExecutor$Worker.run(Unknown Source) at java.base/java.lang.Thread.run(Unknown Source) 2021-05-05T01:22:10.308Z|8284e68e-6427-4525-9b28-a46ebf964b5d|pool-2-thread-9|||||DEBUG|500||Enter sendFinalDistributionStatus with DistributionID 8284e68e-6427-4525-9b28-a46ebf964b5d and Status of DISTRIBUTION_COMPLETE_OK and ErrorReason null 2021-05-05T01:22:10.308Z|8284e68e-6427-4525-9b28-a46ebf964b5d|pool-2-thread-9|||||INFO|500||DistributionClient - sendFinalDistributionStatus status 2021-05-05T01:22:10.308Z|8284e68e-6427-4525-9b28-a46ebf964b5d|pool-2-thread-9|||||INFO|500||DistributionClient - sendStatus 2021-05-05T01:22:10.310Z|8284e68e-6427-4525-9b28-a46ebf964b5d|pool-2-thread-9|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap] 2021-05-05T01:22:10.310Z|8284e68e-6427-4525-9b28-a46ebf964b5d|pool-2-thread-9|||||DEBUG|500||try to send status { "distributionID": "8284e68e-6427-4525-9b28-a46ebf964b5d", "consumerID": "SO-COpenSource-Env11", "timestamp": 1620177730308, "artifactURL": "", "status": "DISTRIBUTION_COMPLETE_OK" } 2021-05-05T01:22:10.411Z||pool-50-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 101 ms 2021-05-05T01:22:10.412Z||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. 2021-05-05T01:22:10.412Z||pool-50-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as a4LkjAbl6YzsGxek) ... 2021-05-05T01:22:10.422Z||pool-50-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK 2021-05-05T01:22:10.423Z||pool-50-thread-1|||||INFO|500||cambria reply ok (12 ms):{"serverTimeMs":0,"count":1} 2021-05-05T01:22:10.725Z||pool-2-thread-5|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2021-05-05T01:22:10.726Z||pool-2-thread-5|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel. 2021-05-05T01:22:10.726Z||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 a4LkjAbl6YzsGxek) ... 2021-05-05T01:22:10.747Z||pool-2-thread-5|||||INFO|500|| --> HTTP/1.1 200 OK 2021-05-05T01:22:10.747Z||pool-2-thread-5|||||DEBUG|500||received message from topic 2021-05-05T01:22:10.747Z||pool-2-thread-5|||||DEBUG|500||recieved notification from broker: { "distributionID": "0eed973d-3fc4-49dc-bce4-ad06f44eb8bb", "consumerID": "SO-COpenSource-Env11", "timestamp": 1620177652986, "artifactURL": "", "status": "DISTRIBUTION_COMPLETE_OK" } 2021-05-05T01:22:10.748Z||pool-2-thread-5|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error' 2021-05-05T01:22:10.748Z||pool-2-thread-5|||||DEBUG|500||received message from topic 2021-05-05T01:22:10.748Z||pool-2-thread-5|||||DEBUG|500||recieved notification from broker: { "distributionID": "8284e68e-6427-4525-9b28-a46ebf964b5d", "consumerID": "SO-COpenSource-Env11", "timestamp": 1620177653999, "artifactURL": "/sdc/v1/catalog/services/DemoPnfUgaa7swe87cnvin706m4/1.0/resourceInstances/pnf49f5b57227f80/artifacts/vf-license-model.xml", "status": "NOT_NOTIFIED" } 2021-05-05T01:22:10.749Z||pool-2-thread-5|||||INFO|500||Missing status on Status Object. 2021-05-05T01:22:10.749Z||pool-2-thread-5|||||DEBUG|500||received message from topic 2021-05-05T01:22:10.749Z||pool-2-thread-5|||||DEBUG|500||recieved notification from broker: { "distributionID": "8284e68e-6427-4525-9b28-a46ebf964b5d", "consumerID": "SO-COpenSource-Env11", "timestamp": 1620177653999, "artifactURL": "/sdc/v1/catalog/services/DemoPnfUgaa7swe87cnvin706m4/1.0/resourceInstances/pnf49f5b57227f80/artifacts/pNF.csar", "status": "NOT_NOTIFIED" } 2021-05-05T01:22:10.749Z||pool-2-thread-5|||||INFO|500||Missing status on Status Object. 2021-05-05T01:22:10.749Z||pool-2-thread-5|||||DEBUG|500||received message from topic 2021-05-05T01:22:10.749Z||pool-2-thread-5|||||DEBUG|500||recieved notification from broker: { "distributionID": "8284e68e-6427-4525-9b28-a46ebf964b5d", "consumerID": "SO-COpenSource-Env11", "timestamp": 1620177653999, "artifactURL": "/sdc/v1/catalog/services/DemoPnfUgaa7swe87cnvin706m4/1.0/resourceInstances/pnf49f5b57227f80/artifacts/mynetconf.yang", "status": "NOT_NOTIFIED" } 2021-05-05T01:22:10.749Z||pool-2-thread-5|||||INFO|500||Missing status on Status Object. 2021-05-05T01:22:10.750Z||pool-2-thread-5|||||DEBUG|500||received message from topic 2021-05-05T01:22:10.750Z||pool-2-thread-5|||||DEBUG|500||recieved notification from broker: { "distributionID": "8284e68e-6427-4525-9b28-a46ebf964b5d", "consumerID": "SO-COpenSource-Env11", "timestamp": 1620177653999, "artifactURL": "/sdc/v1/catalog/services/DemoPnfUgaa7swe87cnvin706m4/1.0/resourceInstances/pnf49f5b57227f80/artifacts/vendor-license-model.xml", "status": "NOT_NOTIFIED" } 2021-05-05T01:22:10.750Z||pool-2-thread-5|||||INFO|500||Missing status on Status Object. 2021-05-05T01:22:10.750Z||pool-2-thread-5|||||DEBUG|500||received message from topic 2021-05-05T01:22:10.750Z||pool-2-thread-5|||||DEBUG|500||recieved notification from broker: { "distributionID": "8284e68e-6427-4525-9b28-a46ebf964b5d", "consumerID": "SO-COpenSource-Env11", "timestamp": 1620177653999, "artifactURL": "/sdc/v1/catalog/services/DemoPnfUgaa7swe87cnvin706m4/1.0/resourceInstances/pnf49f5b57227f80/artifacts/PM_Dictionary.yaml", "status": "NOT_NOTIFIED" } 2021-05-05T01:22:10.750Z||pool-2-thread-5|||||INFO|500||Missing status on Status Object. 2021-05-05T01:22:10.750Z||pool-2-thread-5|||||DEBUG|500||received message from topic 2021-05-05T01:22:10.751Z||pool-2-thread-5|||||DEBUG|500||recieved notification from broker: { "distributionID": "8284e68e-6427-4525-9b28-a46ebf964b5d", "consumerID": "SO-COpenSource-Env11", "timestamp": 1620177653999, "artifactURL": "/sdc/v1/catalog/services/DemoPnfUgaa7swe87cnvin706m4/1.0/resourceInstances/pnf49f5b57227f80/artifacts/MyPnf_Pnf_v1.yaml", "status": "NOT_NOTIFIED" } 2021-05-05T01:22:10.751Z||pool-2-thread-5|||||INFO|500||Missing status on Status Object. 2021-05-05T01:22:10.751Z||pool-2-thread-5|||||DEBUG|500||received message from topic 2021-05-05T01:22:10.751Z||pool-2-thread-5|||||DEBUG|500||recieved notification from broker: { "distributionID": "8284e68e-6427-4525-9b28-a46ebf964b5d", "consumerID": "SO-COpenSource-Env11", "timestamp": 1620177653999, "artifactURL": "/sdc/v1/catalog/services/DemoPnfUgaa7swe87cnvin706m4/1.0/artifacts/service-DemoPnfUgaa7swe87cnvin706m4-template.yml", "status": "NOT_NOTIFIED" } 2021-05-05T01:22:10.751Z||pool-2-thread-5|||||INFO|500||Missing status on Status Object. 2021-05-05T01:22:10.751Z||pool-2-thread-5|||||DEBUG|500||received message from topic 2021-05-05T01:22:10.751Z||pool-2-thread-5|||||DEBUG|500||recieved notification from broker: { "distributionID": "8284e68e-6427-4525-9b28-a46ebf964b5d", "consumerID": "SO-COpenSource-Env11", "timestamp": 1620177653999, "artifactURL": "/sdc/v1/catalog/services/DemoPnfUgaa7swe87cnvin706m4/1.0/artifacts/service-DemoPnfUgaa7swe87cnvin706m4-csar.csar", "status": "NOTIFIED" } 2021-05-05T01:22:10.751Z||pool-2-thread-5|||||INFO|500||Missing status on Status Object. 2021-05-05T01:22:10.751Z||pool-2-thread-5|||||DEBUG|500||received message from topic 2021-05-05T01:22:10.751Z||pool-2-thread-5|||||DEBUG|500||recieved notification from broker: { "distributionID": "8284e68e-6427-4525-9b28-a46ebf964b5d", "consumerID": "SO-COpenSource-Env11", "timestamp": 1620177667174, "artifactURL": "/sdc/v1/catalog/services/DemoPnfUgaa7swe87cnvin706m4/1.0/artifacts/service-DemoPnfUgaa7swe87cnvin706m4-csar.csar", "status": "DOWNLOAD_OK" } 2021-05-05T01:22:10.752Z||pool-2-thread-5|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error' 2021-05-05T01:22:10.752Z||pool-2-thread-5|||||DEBUG|500||received message from topic 2021-05-05T01:22:10.752Z||pool-2-thread-5|||||DEBUG|500||recieved notification from broker: { "distributionID": "8284e68e-6427-4525-9b28-a46ebf964b5d", "consumerID": "SO-COpenSource-Env11", "timestamp": 1620177668979, "artifactURL": "/sdc/v1/catalog/services/DemoPnfUgaa7swe87cnvin706m4/1.0/artifacts/service-DemoPnfUgaa7swe87cnvin706m4-csar.csar", "status": "DEPLOY_OK" } 2021-05-05T01:22:10.752Z||pool-2-thread-5|||||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=? 2021-05-05T01:22:11.322Z|8284e68e-6427-4525-9b28-a46ebf964b5d|pool-2-thread-9|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2021-05-05T01:22:11.322Z|8284e68e-6427-4525-9b28-a46ebf964b5d|pool-2-thread-9|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel. 2021-05-05T01:22:11.322Z|8284e68e-6427-4525-9b28-a46ebf964b5d|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 a4LkjAbl6YzsGxek) ... 2021-05-05T01:22:11.941Z|8284e68e-6427-4525-9b28-a46ebf964b5d|pool-2-thread-9|||||INFO|500|| --> HTTP/1.1 200 OK 2021-05-05T01:22:11.943Z|8284e68e-6427-4525-9b28-a46ebf964b5d|pool-2-thread-9|||||DEBUG|500||received message from topic 2021-05-05T01:22:11.943Z|8284e68e-6427-4525-9b28-a46ebf964b5d|pool-2-thread-9|||||DEBUG|500||recieved notification from broker: {"distributionID":"28e7f25a-009d-4cee-a0b8-6cfbd2e42085","serviceName":"basic_vm","serviceVersion":"1.0","serviceUUID":"6f3b0194-cea8-4467-b9a7-a77f1fd4c4c8","serviceDescription":"service","serviceInvariantUUID":"54bce193-afbf-4eee-9921-926a61b31316","resources":[{"resourceInstanceName":"basic_vm 0","resourceName":"basic_vm","resourceVersion":"1.0","resoucreType":"VF","resourceUUID":"1bc3f765-ce8f-4c74-a6e0-2a85bf0e724e","resourceInvariantUUID":"5a75692b-33bd-4a58-b0ca-af0c738e224d","resourceCustomizationUUID":"d11326fa-ab3d-4f44-8939-a00c8674baef","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":"NGEwOTM2YzY0N2Y0MDFiZGQ2NGQ0Nzc2ZjBkNGQ1ODg\u003d","artifactDescription":"VF license file","artifactTimeout":0,"artifactUUID":"11d51c0e-d006-4444-95d9-f1f0acb002db","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":"NzNlOWQzMWQwNGZkN2FjOTA0NzU4ZWEzMmViZWNlNDE\u003d","artifactDescription":"Auto-generated VF Modules information artifact","artifactTimeout":0,"artifactUUID":"3760451f-6dce-4632-97c4-dd1cb6ecb8bd","artifactVersion":"1"},{"artifactName":"base_ubuntu20.yaml","artifactType":"HEAT","artifactURL":"/sdc/v1/catalog/services/BasicVm/1.0/resourceInstances/basic_vm0/artifacts/base_ubuntu20.yaml","artifactChecksum":"MWUxZmM1M2EyMTI4MDQyYjRhYjEzODQxZmIzZjM1NTE\u003d","artifactDescription":"created from csar","artifactTimeout":30,"artifactUUID":"542a7af2-27a4-4b12-8755-2c807d3ade3c","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":"bb5b325f-a05a-404c-badd-30607a4f2d60","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":"NTE1OGNiMzkxNmE4OWU3YTUyNTFiZmQyNGEzYjU1N2Y\u003d","artifactDescription":"Auto-generated HEAT Environment deployment artifact","artifactTimeout":0,"artifactUUID":"bb04d6fe-5832-40b8-8e6b-7e54c63a3d96","artifactVersion":"2","generatedFromUUID":"542a7af2-27a4-4b12-8755-2c807d3ade3c"}]}],"serviceArtifacts":[{"artifactName":"service-BasicVm-template.yml","artifactType":"TOSCA_TEMPLATE","artifactURL":"/sdc/v1/catalog/services/BasicVm/1.0/artifacts/service-BasicVm-template.yml","artifactChecksum":"MDMyNmI5YjZlZDQzNTQxZmU0MTY1MTlkOTZiMThkNjY\u003d","artifactDescription":"TOSCA representation of the asset","artifactTimeout":0,"artifactUUID":"4bb77bba-4ee0-4297-8af5-b2dc7c6e4b7e","artifactVersion":"1"},{"artifactName":"service-BasicVm-csar.csar","artifactType":"TOSCA_CSAR","artifactURL":"/sdc/v1/catalog/services/BasicVm/1.0/artifacts/service-BasicVm-csar.csar","artifactChecksum":"YWIwNmExNDY5ZDg3OTZhN2MyNDUyZDU4Yjk0NWNiMjY\u003d","artifactDescription":"TOSCA definition package of the asset","artifactTimeout":0,"artifactUUID":"581a890f-826d-475b-9968-3320c44dcf9e","artifactVersion":"1"}],"workloadContext":"Production"} 2021-05-05T01:22:11.945Z|8284e68e-6427-4525-9b28-a46ebf964b5d|pool-2-thread-9|||||INFO|500||DistributionClient - sendNotificationStatus 2021-05-05T01:22:11.945Z|8284e68e-6427-4525-9b28-a46ebf964b5d|pool-2-thread-9|||||INFO|500||DistributionClient - sendStatus 2021-05-05T01:22:11.947Z|8284e68e-6427-4525-9b28-a46ebf964b5d|pool-2-thread-9|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap] 2021-05-05T01:22:11.947Z|8284e68e-6427-4525-9b28-a46ebf964b5d|pool-2-thread-9|||||DEBUG|500||try to send status { "distributionID": "28e7f25a-009d-4cee-a0b8-6cfbd2e42085", "consumerID": "SO-COpenSource-Env11", "timestamp": 1620177731322, "artifactURL": "/sdc/v1/catalog/services/BasicVm/1.0/resourceInstances/basic_vm0/artifacts/vf-license-model.xml", "status": "NOT_NOTIFIED" } 2021-05-05T01:22:12.048Z||pool-51-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 101 ms 2021-05-05T01:22:12.048Z||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. 2021-05-05T01:22:12.048Z||pool-51-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as a4LkjAbl6YzsGxek) ... 2021-05-05T01:22:12.055Z||pool-51-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK 2021-05-05T01:22:12.055Z||pool-51-thread-1|||||INFO|500||cambria reply ok (7 ms):{"serverTimeMs":0,"count":1} 2021-05-05T01:22:12.948Z|8284e68e-6427-4525-9b28-a46ebf964b5d|pool-2-thread-9|||||INFO|500||DistributionClient - sendNotificationStatus 2021-05-05T01:22:12.949Z|8284e68e-6427-4525-9b28-a46ebf964b5d|pool-2-thread-9|||||INFO|500||DistributionClient - sendStatus 2021-05-05T01:22:12.952Z|8284e68e-6427-4525-9b28-a46ebf964b5d|pool-2-thread-9|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap] 2021-05-05T01:22:12.952Z|8284e68e-6427-4525-9b28-a46ebf964b5d|pool-2-thread-9|||||DEBUG|500||try to send status { "distributionID": "28e7f25a-009d-4cee-a0b8-6cfbd2e42085", "consumerID": "SO-COpenSource-Env11", "timestamp": 1620177731322, "artifactURL": "/sdc/v1/catalog/services/BasicVm/1.0/resourceInstances/basic_vm0/artifacts/basic_vm0_modules.json", "status": "NOTIFIED" } 2021-05-05T01:22:13.052Z||pool-52-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms 2021-05-05T01:22:13.053Z||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. 2021-05-05T01:22:13.053Z||pool-52-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as a4LkjAbl6YzsGxek) ... 2021-05-05T01:22:13.060Z||pool-52-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK 2021-05-05T01:22:13.061Z||pool-52-thread-1|||||INFO|500||cambria reply ok (7 ms):{"serverTimeMs":1,"count":1} 2021-05-05T01:22:13.953Z|8284e68e-6427-4525-9b28-a46ebf964b5d|pool-2-thread-9|||||INFO|500||DistributionClient - sendNotificationStatus 2021-05-05T01:22:13.954Z|8284e68e-6427-4525-9b28-a46ebf964b5d|pool-2-thread-9|||||INFO|500||DistributionClient - sendStatus 2021-05-05T01:22:13.956Z|8284e68e-6427-4525-9b28-a46ebf964b5d|pool-2-thread-9|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap] 2021-05-05T01:22:13.956Z|8284e68e-6427-4525-9b28-a46ebf964b5d|pool-2-thread-9|||||DEBUG|500||try to send status { "distributionID": "28e7f25a-009d-4cee-a0b8-6cfbd2e42085", "consumerID": "SO-COpenSource-Env11", "timestamp": 1620177731322, "artifactURL": "/sdc/v1/catalog/services/BasicVm/1.0/resourceInstances/basic_vm0/artifacts/base_ubuntu20.yaml", "status": "NOTIFIED" } 2021-05-05T01:22:14.057Z||pool-53-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 101 ms 2021-05-05T01:22:14.058Z||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. 2021-05-05T01:22:14.058Z||pool-53-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as a4LkjAbl6YzsGxek) ... 2021-05-05T01:22:14.066Z||pool-53-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK 2021-05-05T01:22:14.066Z||pool-53-thread-1|||||INFO|500||cambria reply ok (8 ms):{"serverTimeMs":0,"count":1} 2021-05-05T01:22:14.957Z|8284e68e-6427-4525-9b28-a46ebf964b5d|pool-2-thread-9|||||INFO|500||DistributionClient - sendNotificationStatus 2021-05-05T01:22:14.958Z|8284e68e-6427-4525-9b28-a46ebf964b5d|pool-2-thread-9|||||INFO|500||DistributionClient - sendStatus 2021-05-05T01:22:14.961Z|8284e68e-6427-4525-9b28-a46ebf964b5d|pool-2-thread-9|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap] 2021-05-05T01:22:14.961Z|8284e68e-6427-4525-9b28-a46ebf964b5d|pool-2-thread-9|||||DEBUG|500||try to send status { "distributionID": "28e7f25a-009d-4cee-a0b8-6cfbd2e42085", "consumerID": "SO-COpenSource-Env11", "timestamp": 1620177731322, "artifactURL": "/sdc/v1/catalog/services/BasicVm/1.0/resourceInstances/basic_vm0/artifacts/vendor-license-model.xml", "status": "NOT_NOTIFIED" } 2021-05-05T01:22:15.061Z||pool-54-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms 2021-05-05T01:22:15.062Z||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. 2021-05-05T01:22:15.062Z||pool-54-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as a4LkjAbl6YzsGxek) ... 2021-05-05T01:22:15.069Z||pool-54-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK 2021-05-05T01:22:15.069Z||pool-54-thread-1|||||INFO|500||cambria reply ok (8 ms):{"serverTimeMs":0,"count":1} 2021-05-05T01:22:15.962Z|8284e68e-6427-4525-9b28-a46ebf964b5d|pool-2-thread-9|||||INFO|500||DistributionClient - sendNotificationStatus 2021-05-05T01:22:15.962Z|8284e68e-6427-4525-9b28-a46ebf964b5d|pool-2-thread-9|||||INFO|500||DistributionClient - sendStatus 2021-05-05T01:22:15.964Z|8284e68e-6427-4525-9b28-a46ebf964b5d|pool-2-thread-9|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap] 2021-05-05T01:22:15.964Z|8284e68e-6427-4525-9b28-a46ebf964b5d|pool-2-thread-9|||||DEBUG|500||try to send status { "distributionID": "28e7f25a-009d-4cee-a0b8-6cfbd2e42085", "consumerID": "SO-COpenSource-Env11", "timestamp": 1620177731322, "artifactURL": "/sdc/v1/catalog/services/BasicVm/1.0/resourceInstances/basic_vm0/artifacts/base_ubuntu20.env", "status": "NOTIFIED" } 2021-05-05T01:22:16.064Z||pool-55-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms 2021-05-05T01:22:16.065Z||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. 2021-05-05T01:22:16.065Z||pool-55-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as a4LkjAbl6YzsGxek) ... 2021-05-05T01:22:16.072Z||pool-55-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK 2021-05-05T01:22:16.072Z||pool-55-thread-1|||||INFO|500||cambria reply ok (7 ms):{"serverTimeMs":0,"count":1} 2021-05-05T01:22:16.964Z|8284e68e-6427-4525-9b28-a46ebf964b5d|pool-2-thread-9|||||INFO|500||DistributionClient - sendNotificationStatus 2021-05-05T01:22:16.965Z|8284e68e-6427-4525-9b28-a46ebf964b5d|pool-2-thread-9|||||INFO|500||DistributionClient - sendStatus 2021-05-05T01:22:16.967Z|8284e68e-6427-4525-9b28-a46ebf964b5d|pool-2-thread-9|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap] 2021-05-05T01:22:16.967Z|8284e68e-6427-4525-9b28-a46ebf964b5d|pool-2-thread-9|||||DEBUG|500||try to send status { "distributionID": "28e7f25a-009d-4cee-a0b8-6cfbd2e42085", "consumerID": "SO-COpenSource-Env11", "timestamp": 1620177731322, "artifactURL": "/sdc/v1/catalog/services/BasicVm/1.0/artifacts/service-BasicVm-template.yml", "status": "NOT_NOTIFIED" } 2021-05-05T01:22:17.067Z||pool-56-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms 2021-05-05T01:22:17.068Z||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. 2021-05-05T01:22:17.068Z||pool-56-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as a4LkjAbl6YzsGxek) ... 2021-05-05T01:22:17.075Z||pool-56-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK 2021-05-05T01:22:17.075Z||pool-56-thread-1|||||INFO|500||cambria reply ok (7 ms):{"serverTimeMs":0,"count":1} 2021-05-05T01:22:17.968Z|8284e68e-6427-4525-9b28-a46ebf964b5d|pool-2-thread-9|||||INFO|500||DistributionClient - sendNotificationStatus 2021-05-05T01:22:17.968Z|8284e68e-6427-4525-9b28-a46ebf964b5d|pool-2-thread-9|||||INFO|500||DistributionClient - sendStatus 2021-05-05T01:22:17.970Z|8284e68e-6427-4525-9b28-a46ebf964b5d|pool-2-thread-9|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap] 2021-05-05T01:22:17.970Z|8284e68e-6427-4525-9b28-a46ebf964b5d|pool-2-thread-9|||||DEBUG|500||try to send status { "distributionID": "28e7f25a-009d-4cee-a0b8-6cfbd2e42085", "consumerID": "SO-COpenSource-Env11", "timestamp": 1620177731322, "artifactURL": "/sdc/v1/catalog/services/BasicVm/1.0/artifacts/service-BasicVm-csar.csar", "status": "NOTIFIED" } 2021-05-05T01:22:18.070Z||pool-57-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms 2021-05-05T01:22:18.071Z||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. 2021-05-05T01:22:18.071Z||pool-57-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as a4LkjAbl6YzsGxek) ... 2021-05-05T01:22:18.077Z||pool-57-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK 2021-05-05T01:22:18.077Z||pool-57-thread-1|||||INFO|500||cambria reply ok (7 ms):{"serverTimeMs":1,"count":1} 2021-05-05T01:22:18.971Z|8284e68e-6427-4525-9b28-a46ebf964b5d|pool-2-thread-9|||||DEBUG|500||sending notification to client: { "distributionID": "28e7f25a-009d-4cee-a0b8-6cfbd2e42085", "serviceName": "basic_vm", "serviceVersion": "1.0", "serviceUUID": "6f3b0194-cea8-4467-b9a7-a77f1fd4c4c8", "serviceDescription": "service", "serviceInvariantUUID": "54bce193-afbf-4eee-9921-926a61b31316", "resources": [ { "resourceInstanceName": "basic_vm 0", "resourceCustomizationUUID": "d11326fa-ab3d-4f44-8939-a00c8674baef", "resourceName": "basic_vm", "resourceVersion": "1.0", "resoucreType": "VF", "resourceUUID": "1bc3f765-ce8f-4c74-a6e0-2a85bf0e724e", "resourceInvariantUUID": "5a75692b-33bd-4a58-b0ca-af0c738e224d", "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": "NzNlOWQzMWQwNGZkN2FjOTA0NzU4ZWEzMmViZWNlNDE\u003d", "artifactDescription": "Auto-generated VF Modules information artifact", "artifactTimeout": 0, "artifactVersion": "1", "artifactUUID": "3760451f-6dce-4632-97c4-dd1cb6ecb8bd", "relatedArtifactsInfo": [] }, { "artifactName": "base_ubuntu20.yaml", "artifactType": "HEAT", "artifactURL": "/sdc/v1/catalog/services/BasicVm/1.0/resourceInstances/basic_vm0/artifacts/base_ubuntu20.yaml", "artifactChecksum": "MWUxZmM1M2EyMTI4MDQyYjRhYjEzODQxZmIzZjM1NTE\u003d", "artifactDescription": "created from csar", "artifactTimeout": 30, "artifactVersion": "1", "artifactUUID": "542a7af2-27a4-4b12-8755-2c807d3ade3c", "generatedArtifact": { "artifactName": "base_ubuntu20.env", "artifactType": "HEAT_ENV", "artifactURL": "/sdc/v1/catalog/services/BasicVm/1.0/resourceInstances/basic_vm0/artifacts/base_ubuntu20.env", "artifactChecksum": "NTE1OGNiMzkxNmE4OWU3YTUyNTFiZmQyNGEzYjU1N2Y\u003d", "artifactDescription": "Auto-generated HEAT Environment deployment artifact", "artifactTimeout": 0, "artifactVersion": "2", "artifactUUID": "bb04d6fe-5832-40b8-8e6b-7e54c63a3d96", "generatedFromUUID": "542a7af2-27a4-4b12-8755-2c807d3ade3c" }, "relatedArtifactsInfo": [] }, { "artifactName": "base_ubuntu20.env", "artifactType": "HEAT_ENV", "artifactURL": "/sdc/v1/catalog/services/BasicVm/1.0/resourceInstances/basic_vm0/artifacts/base_ubuntu20.env", "artifactChecksum": "NTE1OGNiMzkxNmE4OWU3YTUyNTFiZmQyNGEzYjU1N2Y\u003d", "artifactDescription": "Auto-generated HEAT Environment deployment artifact", "artifactTimeout": 0, "artifactVersion": "2", "artifactUUID": "bb04d6fe-5832-40b8-8e6b-7e54c63a3d96", "relatedArtifactsInfo": [] } ] } ], "serviceArtifacts": [ { "artifactName": "service-BasicVm-csar.csar", "artifactType": "TOSCA_CSAR", "artifactURL": "/sdc/v1/catalog/services/BasicVm/1.0/artifacts/service-BasicVm-csar.csar", "artifactChecksum": "YWIwNmExNDY5ZDg3OTZhN2MyNDUyZDU4Yjk0NWNiMjY\u003d", "artifactDescription": "TOSCA definition package of the asset", "artifactTimeout": 0, "artifactVersion": "1", "artifactUUID": "581a890f-826d-475b-9968-3320c44dcf9e" } ], "workloadContext": "Production" } 2021-05-05T01:22:18.972Z|8284e68e-6427-4525-9b28-a46ebf964b5d|pool-2-thread-9|||||DEBUG|500||Receive a callback notification in ASDC, nb of resources: 1 2021-05-05T01:22:18.972Z|8284e68e-6427-4525-9b28-a46ebf964b5d|pool-2-thread-9|||||INFO|500||ASDC_RECEIVE_CALLBACK_NOTIF 3 6f3b0194-cea8-4467-b9a7-a77f1fd4c4c8 ASDC 2021-05-05T01:22:18.972Z|28e7f25a-009d-4cee-a0b8-6cfbd2e42085|pool-2-thread-9|||||DEBUG|500||ASDC Notification: DistributionID:28e7f25a-009d-4cee-a0b8-6cfbd2e42085 ServiceName:basic_vm ServiceVersion:1.0 ServiceUUID:6f3b0194-cea8-4467-b9a7-a77f1fd4c4c8 ServiceInvariantUUID:54bce193-afbf-4eee-9921-926a61b31316 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:581a890f-826d-475b-9968-3320c44dcf9e ArtifactChecksum:YWIwNmExNDY5ZDg3OTZhN2MyNDUyZDU4Yjk0NWNiMjY= GeneratedArtifact:{NULL } RelatedArtifacts:{ } } Resource Instances List: { Resource Instance Info: ResourceInstanceName:basic_vm 0 ResourceCustomizationUUID:d11326fa-ab3d-4f44-8939-a00c8674baef ResourceInvariantUUID:5a75692b-33bd-4a58-b0ca-af0c738e224d ResourceName:basic_vm ResourceType:VF ResourceUUID:1bc3f765-ce8f-4c74-a6e0-2a85bf0e724e 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:3760451f-6dce-4632-97c4-dd1cb6ecb8bd ArtifactChecksum:NzNlOWQzMWQwNGZkN2FjOTA0NzU4ZWEzMmViZWNlNDE= 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:542a7af2-27a4-4b12-8755-2c807d3ade3c ArtifactChecksum:MWUxZmM1M2EyMTI4MDQyYjRhYjEzODQxZmIzZjM1NTE= 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:bb04d6fe-5832-40b8-8e6b-7e54c63a3d96 ArtifactChecksum:NTE1OGNiMzkxNmE4OWU3YTUyNTFiZmQyNGEzYjU1N2Y= 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:bb04d6fe-5832-40b8-8e6b-7e54c63a3d96 ArtifactChecksum:NTE1OGNiMzkxNmE4OWU3YTUyNTFiZmQyNGEzYjU1N2Y= GeneratedArtifact:{NULL } RelatedArtifacts:{ } } } 2021-05-05T01:22:18.972Z|28e7f25a-009d-4cee-a0b8-6cfbd2e42085|pool-2-thread-9|||||INFO|500||ASDC_RECEIVE_SERVICE_NOTIF 6f3b0194-cea8-4467-b9a7-a77f1fd4c4c8 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 (?, ?, ?, ?, ?) 2021-05-05T01:22:19.003Z|28e7f25a-009d-4cee-a0b8-6cfbd2e42085|pool-2-thread-9|||||INFO|500||Unable to find the system property mso.config.path, use the default configuration 2021-05-05T01:22:19.004Z|28e7f25a-009d-4cee-a0b8-6cfbd2e42085|pool-2-thread-9|||||INFO|500||MSO config path is: /app 2021-05-05T01:22:19.004Z|28e7f25a-009d-4cee-a0b8-6cfbd2e42085|pool-2-thread-9|||||INFO|500||MSO config path is: /app 2021-05-05T01:22:19.004Z|28e7f25a-009d-4cee-a0b8-6cfbd2e42085|pool-2-thread-9|||||INFO|500||Trying to download the artifact UUID: 581a890f-826d-475b-9968-3320c44dcf9e from URL: /sdc/v1/catalog/services/BasicVm/1.0/artifacts/service-BasicVm-csar.csar 2021-05-05T01:22:19.004Z|28e7f25a-009d-4cee-a0b8-6cfbd2e42085|pool-2-thread-9|||||INFO|500||DistributionClient - download 2021-05-05T01:22:19.004Z|28e7f25a-009d-4cee-a0b8-6cfbd2e42085|pool-2-thread-9|||||DEBUG|500||url to send https://sdc-be.onap:8443/sdc/v1/catalog/services/BasicVm/1.0/artifacts/service-BasicVm-csar.csar 2021-05-05T01:22:19.522Z|28e7f25a-009d-4cee-a0b8-6cfbd2e42085|pool-2-thread-9|||||DEBUG|500||GET Response Status 200 2021-05-05T01:22:19.528Z|28e7f25a-009d-4cee-a0b8-6cfbd2e42085|pool-2-thread-9|||||INFO|500||ASDC_ARTIFACT_DOWNLOAD_SUC /sdc/v1/catalog/services/BasicVm/1.0/artifacts/service-BasicVm-csar.csar 581a890f-826d-475b-9968-3320c44dcf9e 74260 2021-05-05T01:22:19.528Z|28e7f25a-009d-4cee-a0b8-6cfbd2e42085|pool-2-thread-9|||||INFO|500||ASDC_SEND_NOTIF_ASDC DOWNLOAD DOWNLOAD_OK /sdc/v1/catalog/services/BasicVm/1.0/artifacts/service-BasicVm-csar.csar ASDC sendASDCNotification 2021-05-05T01:22:19.528Z|28e7f25a-009d-4cee-a0b8-6cfbd2e42085|pool-2-thread-9|||||DEBUG|500||Sending DOWNLOAD(DOWNLOAD_OK) notification to ASDC for artifact:/sdc/v1/catalog/services/BasicVm/1.0/artifacts/service-BasicVm-csar.csar 2021-05-05T01:22:19.528Z|28e7f25a-009d-4cee-a0b8-6cfbd2e42085|pool-2-thread-9|||||INFO|500||DistributionClient - sendDownloadStatus 2021-05-05T01:22:19.528Z|28e7f25a-009d-4cee-a0b8-6cfbd2e42085|pool-2-thread-9|||||INFO|500||DistributionClient - sendStatus 2021-05-05T01:22:19.530Z|28e7f25a-009d-4cee-a0b8-6cfbd2e42085|pool-2-thread-9|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap] 2021-05-05T01:22:19.530Z|28e7f25a-009d-4cee-a0b8-6cfbd2e42085|pool-2-thread-9|||||DEBUG|500||try to send status { "distributionID": "28e7f25a-009d-4cee-a0b8-6cfbd2e42085", "consumerID": "SO-COpenSource-Env11", "timestamp": 1620177739528, "artifactURL": "/sdc/v1/catalog/services/BasicVm/1.0/artifacts/service-BasicVm-csar.csar", "status": "DOWNLOAD_OK" } 2021-05-05T01:22:19.631Z||pool-58-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms 2021-05-05T01:22:19.631Z||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. 2021-05-05T01:22:19.631Z||pool-58-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as a4LkjAbl6YzsGxek) ... 2021-05-05T01:22:19.637Z||pool-58-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK 2021-05-05T01:22:19.637Z||pool-58-thread-1|||||INFO|500||cambria reply ok (6 ms):{"serverTimeMs":0,"count":1} 2021-05-05T01:22:20.531Z|28e7f25a-009d-4cee-a0b8-6cfbd2e42085|pool-2-thread-9|||||INFO|500||Unable to find the system property mso.config.path, use the default configuration 2021-05-05T01:22:20.532Z|28e7f25a-009d-4cee-a0b8-6cfbd2e42085|pool-2-thread-9|||||INFO|500||MSO config path is: /app 2021-05-05T01:22:20.532Z|28e7f25a-009d-4cee-a0b8-6cfbd2e42085|pool-2-thread-9|||||INFO|500||Trying to write artifact UUID: 581a890f-826d-475b-9968-3320c44dcf9e, URL: /sdc/v1/catalog/services/BasicVm/1.0/artifacts/service-BasicVm-csar.csar to file: /app/ASDC/1/service-BasicVm-csar.csar 2021-05-05T01:22:20.532Z|28e7f25a-009d-4cee-a0b8-6cfbd2e42085|pool-2-thread-9|||||INFO|500||ASDC_RECEIVE_SERVICE_NOTIF ***WRITE FILE ARTIFACT NAME ASDC service-BasicVm-csar.csar 2021-05-05T01:22:20.533Z|28e7f25a-009d-4cee-a0b8-6cfbd2e42085|pool-2-thread-9|||||DEBUG|500||ASDC File path is: /app/ASDC/1/service-BasicVm-csar.csar 2021-05-05T01:22:20.533Z|28e7f25a-009d-4cee-a0b8-6cfbd2e42085|pool-2-thread-9|||||INFO|500||ASDC_RECEIVE_SERVICE_NOTIF ***PATH ASDC /app/ASDC/1/service-BasicVm-csar.csar 2021-05-05T01:22:20.874Z|28e7f25a-009d-4cee-a0b8-6cfbd2e42085|pool-2-thread-9|||||DEBUG|500||ToscaTemplate Loading YAMEL file /tmp/JTP8845527828738830210/Definitions/service-BasicVm-template.yml 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_vlan_requirements" is not provided Log warning: The required parameter "port_Ubuntu20_admin_plane_port_0_network_role" is not provided Log warning: The required parameter "port_Ubuntu20_admin_plane_port_0_subnetpoolid" is not provided Log warning: The required parameter "port_Ubuntu20_admin_plane_port_0_order" is not provided Log warning: The required parameter "port_Ubuntu20_admin_plane_port_0_name" is not provided 2021-05-05T01:22:21.759Z|28e7f25a-009d-4cee-a0b8-6cfbd2e42085|pool-2-thread-9|||||DEBUG|500||CSAR conformance level is 11.0 2021-05-05T01:22:21.760Z|28e7f25a-009d-4cee-a0b8-6cfbd2e42085|pool-2-thread-9|||||WARN|500||#################################################################################################### 2021-05-05T01:22:21.760Z|28e7f25a-009d-4cee-a0b8-6cfbd2e42085|pool-2-thread-9|||||WARN|500||CSAR Warnings found! CSAR name - /app/ASDC/1/service-BasicVm-csar.csar 2021-05-05T01:22:21.760Z|28e7f25a-009d-4cee-a0b8-6cfbd2e42085|pool-2-thread-9|||||WARN|500||ToscaTemplate - verifyTemplate - 10 Parsing Warnings occurred... 2021-05-05T01:22:21.760Z|28e7f25a-009d-4cee-a0b8-6cfbd2e42085|pool-2-thread-9|||||WARN|500||JTosca Exception [JE003]: MissingRequiredFieldError: properties of template "abstract_Ubuntu20" are missing field(s): [unit, type]. CSAR name - /app/ASDC/1/service-BasicVm-csar.csar 2021-05-05T01:22:21.760Z|28e7f25a-009d-4cee-a0b8-6cfbd2e42085|pool-2-thread-9|||||WARN|500||JTosca Exception [JE001]: TypeMismatchError: "[Ubuntu20_admin_security_group]" is not a map. The type is "json". CSAR name - /app/ASDC/1/service-BasicVm-csar.csar 2021-05-05T01:22:21.760Z|28e7f25a-009d-4cee-a0b8-6cfbd2e42085|pool-2-thread-9|||||WARN|500||JTosca Exception [JE003]: MissingRequiredFieldError: properties of template "basic_vm 0" are missing field(s): [nf_naming_code, nf_function, sdnc_artifact_name, max_instances, nf_type, sdnc_model_version, nf_role, min_instances, sdnc_model_name]. CSAR name - /app/ASDC/1/service-BasicVm-csar.csar 2021-05-05T01:22:21.760Z|28e7f25a-009d-4cee-a0b8-6cfbd2e42085|pool-2-thread-9|||||WARN|500||JTosca Exception [JE003]: MissingRequiredFieldError: Data value of type "org.openecomp.datatypes.AssignmentRequirements" is missing required field(s) "[supplemental_data]". CSAR name - /app/ASDC/1/service-BasicVm-csar.csar 2021-05-05T01:22:21.760Z|28e7f25a-009d-4cee-a0b8-6cfbd2e42085|pool-2-thread-9|||||WARN|500||JTosca Exception [JE003]: MissingRequiredFieldError: Data value of type "org.openecomp.datatypes.network.IpRequirements" is missing required field(s) "[assingment_method, supplemental_data]". CSAR name - /app/ASDC/1/service-BasicVm-csar.csar 2021-05-05T01:22:21.760Z|28e7f25a-009d-4cee-a0b8-6cfbd2e42085|pool-2-thread-9|||||WARN|500||JTosca Exception [JE003]: MissingRequiredFieldError: Data value of type "org.openecomp.datatypes.Naming" is missing required field(s) "[supplemental_data]". CSAR name - /app/ASDC/1/service-BasicVm-csar.csar 2021-05-05T01:22:21.760Z|28e7f25a-009d-4cee-a0b8-6cfbd2e42085|pool-2-thread-9|||||WARN|500||JTosca Exception [JE003]: MissingRequiredFieldError: properties of template "abstract_Ubuntu20" are missing field(s): [port_Ubuntu20_admin_plane_port_0_related_networks, port_Ubuntu20_admin_plane_port_0_vlan_requirements, port_Ubuntu20_admin_plane_port_0_network_role, port_Ubuntu20_admin_plane_port_0_subnetpoolid, port_Ubuntu20_admin_plane_port_0_order, nfc_function, port_Ubuntu20_admin_plane_port_0_name]. CSAR name - /app/ASDC/1/service-BasicVm-csar.csar 2021-05-05T01:22:21.761Z|28e7f25a-009d-4cee-a0b8-6cfbd2e42085|pool-2-thread-9|||||WARN|500||JTosca Exception [JE003]: MissingRequiredFieldError: Data value of type "org.openecomp.datatypes.network.MacRequirements" is missing required field(s) "[supplemental_data]". CSAR name - /app/ASDC/1/service-BasicVm-csar.csar 2021-05-05T01:22:21.761Z|28e7f25a-009d-4cee-a0b8-6cfbd2e42085|pool-2-thread-9|||||WARN|500||JTosca Exception [JE003]: MissingRequiredFieldError: properties of template "basic_vm 0" are missing field(s): [unit, type]. CSAR name - /app/ASDC/1/service-BasicVm-csar.csar 2021-05-05T01:22:21.761Z|28e7f25a-009d-4cee-a0b8-6cfbd2e42085|pool-2-thread-9|||||WARN|500||JTosca Exception [JE003]: MissingRequiredFieldError: Data value of type "org.openecomp.datatypes.PortMirroringConnectionPointDescription" is missing required field(s) "[nf_naming_code, pps_capacity, nf_type, nfc_type]". CSAR name - /app/ASDC/1/service-BasicVm-csar.csar 2021-05-05T01:22:21.761Z|28e7f25a-009d-4cee-a0b8-6cfbd2e42085|pool-2-thread-9|||||WARN|500||#################################################################################################### 2021-05-05T01:22:21.761Z|28e7f25a-009d-4cee-a0b8-6cfbd2e42085|pool-2-thread-9|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive 2021-05-05T01:22:21.761Z|28e7f25a-009d-4cee-a0b8-6cfbd2e42085|pool-2-thread-9|||||DEBUG|500||Service basic_vm is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=SERVICE_PROXY, toscaType=null, uUID=null, customizationUUID=null 2021-05-05T01:22:21.761Z|28e7f25a-009d-4cee-a0b8-6cfbd2e42085|pool-2-thread-9|||||DEBUG|500||Node template basic_vm 0 is matching search criteria 2021-05-05T01:22:21.762Z|28e7f25a-009d-4cee-a0b8-6cfbd2e42085|pool-2-thread-9|||||DEBUG|500||Search for entities recursively 2021-05-05T01:22:21.762Z|28e7f25a-009d-4cee-a0b8-6cfbd2e42085|pool-2-thread-9|||||DEBUG|500||Found topology templates [basic_vm 0, abstract_Ubuntu20] matching following query criteria: sdcType=Service, customizationUUID=null 2021-05-05T01:22:21.762Z|28e7f25a-009d-4cee-a0b8-6cfbd2e42085|pool-2-thread-9|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive 2021-05-05T01:22:21.762Z|28e7f25a-009d-4cee-a0b8-6cfbd2e42085|pool-2-thread-9|||||DEBUG|500||Service basic_vm is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=CONFIGURATION, toscaType=null, uUID=null, customizationUUID=null 2021-05-05T01:22:21.762Z|28e7f25a-009d-4cee-a0b8-6cfbd2e42085|pool-2-thread-9|||||DEBUG|500||Node template basic_vm 0 is matching search criteria 2021-05-05T01:22:21.762Z|28e7f25a-009d-4cee-a0b8-6cfbd2e42085|pool-2-thread-9|||||DEBUG|500||Search for entities recursively 2021-05-05T01:22:21.762Z|28e7f25a-009d-4cee-a0b8-6cfbd2e42085|pool-2-thread-9|||||DEBUG|500||Found topology templates [basic_vm 0, abstract_Ubuntu20] matching following query criteria: sdcType=Service, customizationUUID=null 2021-05-05T01:22:21.763Z|28e7f25a-009d-4cee-a0b8-6cfbd2e42085|pool-2-thread-9|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive 2021-05-05T01:22:21.763Z|28e7f25a-009d-4cee-a0b8-6cfbd2e42085|pool-2-thread-9|||||DEBUG|500||Service basic_vm is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=VF, toscaType=null, uUID=null, customizationUUID=null 2021-05-05T01:22:21.763Z|28e7f25a-009d-4cee-a0b8-6cfbd2e42085|pool-2-thread-9|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive 2021-05-05T01:22:21.763Z|28e7f25a-009d-4cee-a0b8-6cfbd2e42085|pool-2-thread-9|||||DEBUG|500||Node template basic_vm 0 is not matching search criteria 2021-05-05T01:22:21.763Z|28e7f25a-009d-4cee-a0b8-6cfbd2e42085|pool-2-thread-9|||||DEBUG|500||Node template Ubuntu20_admin_security_group is not matching search criteria 2021-05-05T01:22:21.763Z|28e7f25a-009d-4cee-a0b8-6cfbd2e42085|pool-2-thread-9|||||DEBUG|500||Node template abstract_Ubuntu20 is not matching search criteria 2021-05-05T01:22:21.763Z|28e7f25a-009d-4cee-a0b8-6cfbd2e42085|pool-2-thread-9|||||DEBUG|500||Node template Ubuntu20 is not matching search criteria 2021-05-05T01:22:21.763Z|28e7f25a-009d-4cee-a0b8-6cfbd2e42085|pool-2-thread-9|||||DEBUG|500||Node template Ubuntu20_Ubuntu20_admin_plane_port_0 is not matching search criteria 2021-05-05T01:22:21.764Z|28e7f25a-009d-4cee-a0b8-6cfbd2e42085|pool-2-thread-9|||||DEBUG|500||Found topology templates [] matching following query criteria: sdcType=VF, customizationUUID=customizationUUID 2021-05-05T01:22:21.764Z|28e7f25a-009d-4cee-a0b8-6cfbd2e42085|pool-2-thread-9|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive 2021-05-05T01:22:21.764Z|28e7f25a-009d-4cee-a0b8-6cfbd2e42085|pool-2-thread-9|||||DEBUG|500||Service basic_vm is searched for EntityType=GROUP, nodeTemplateType=null, toscaType=org.openecomp.groups.VfModule, uUID=null, customizationUUID=null 2021-05-05T01:22:21.764Z|28e7f25a-009d-4cee-a0b8-6cfbd2e42085|pool-2-thread-9|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive 2021-05-05T01:22:21.764Z|28e7f25a-009d-4cee-a0b8-6cfbd2e42085|pool-2-thread-9|||||DEBUG|500||Node template basic_vm 0 is matching search criteria 2021-05-05T01:22:21.764Z|28e7f25a-009d-4cee-a0b8-6cfbd2e42085|pool-2-thread-9|||||DEBUG|500||Found topology templates [basic_vm 0] matching following query criteria: sdcType=VF, customizationUUID=null 2021-05-05T01:22:21.764Z|28e7f25a-009d-4cee-a0b8-6cfbd2e42085|pool-2-thread-9|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive 2021-05-05T01:22:21.765Z|28e7f25a-009d-4cee-a0b8-6cfbd2e42085|pool-2-thread-9|||||DEBUG|500||Node template basic_vm 0 is matching search criteria 2021-05-05T01:22:21.765Z|28e7f25a-009d-4cee-a0b8-6cfbd2e42085|pool-2-thread-9|||||DEBUG|500||Found topology templates [basic_vm 0] matching following query criteria: sdcType=VF, customizationUUID=null 2021-05-05T01:22:21.765Z|28e7f25a-009d-4cee-a0b8-6cfbd2e42085|pool-2-thread-9|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive 2021-05-05T01:22:21.765Z|28e7f25a-009d-4cee-a0b8-6cfbd2e42085|pool-2-thread-9|||||DEBUG|500||Node template basic_vm 0 is matching search criteria 2021-05-05T01:22:21.765Z|28e7f25a-009d-4cee-a0b8-6cfbd2e42085|pool-2-thread-9|||||DEBUG|500||Found topology templates [basic_vm 0] matching following query criteria: sdcType=VF, customizationUUID=null 2021-05-05T01:22:21.765Z|28e7f25a-009d-4cee-a0b8-6cfbd2e42085|pool-2-thread-9|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive 2021-05-05T01:22:21.765Z|28e7f25a-009d-4cee-a0b8-6cfbd2e42085|pool-2-thread-9|||||DEBUG|500||Node template basic_vm 0 is not matching search criteria 2021-05-05T01:22:21.766Z|28e7f25a-009d-4cee-a0b8-6cfbd2e42085|pool-2-thread-9|||||DEBUG|500||Node template Ubuntu20_admin_security_group is not matching search criteria 2021-05-05T01:22:21.766Z|28e7f25a-009d-4cee-a0b8-6cfbd2e42085|pool-2-thread-9|||||DEBUG|500||Node template abstract_Ubuntu20 is matching search criteria 2021-05-05T01:22:21.766Z|28e7f25a-009d-4cee-a0b8-6cfbd2e42085|pool-2-thread-9|||||DEBUG|500||Found topology templates [abstract_Ubuntu20] matching following query criteria: sdcType=CVFC, customizationUUID=7159fd17-3a90-4151-ba81-d7536d94767f 2021-05-05T01:22:21.766Z|28e7f25a-009d-4cee-a0b8-6cfbd2e42085|pool-2-thread-9|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive 2021-05-05T01:22:21.766Z|28e7f25a-009d-4cee-a0b8-6cfbd2e42085|pool-2-thread-9|||||DEBUG|500||Service basic_vm is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=VL, toscaType=null, uUID=null, customizationUUID=null 2021-05-05T01:22:21.766Z|28e7f25a-009d-4cee-a0b8-6cfbd2e42085|pool-2-thread-9|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive 2021-05-05T01:22:21.766Z|28e7f25a-009d-4cee-a0b8-6cfbd2e42085|pool-2-thread-9|||||DEBUG|500||Service basic_vm is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=CR, toscaType=null, uUID=null, customizationUUID=null 2021-05-05T01:22:21.766Z|28e7f25a-009d-4cee-a0b8-6cfbd2e42085|pool-2-thread-9|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive 2021-05-05T01:22:21.767Z|28e7f25a-009d-4cee-a0b8-6cfbd2e42085|pool-2-thread-9|||||DEBUG|500||Service basic_vm is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=VF, toscaType=null, uUID=null, customizationUUID=null 2021-05-05T01:22:21.767Z|28e7f25a-009d-4cee-a0b8-6cfbd2e42085|pool-2-thread-9|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive 2021-05-05T01:22:21.767Z|28e7f25a-009d-4cee-a0b8-6cfbd2e42085|pool-2-thread-9|||||DEBUG|500||Service basic_vm is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=PNF, toscaType=null, uUID=null, customizationUUID=null 2021-05-05T01:22:21.767Z|28e7f25a-009d-4cee-a0b8-6cfbd2e42085|pool-2-thread-9|||||DEBUG|500||CSAR Notification: Service Level Properties: Name:basic_vm Description:service Model UUID:6f3b0194-cea8-4467-b9a7-a77f1fd4c4c8 Model Version:NULL Model InvariantUuid:54bce193-afbf-4eee-9921-926a61b31316 Service Type: Service Role: WorkLoad Context:Production Environment Context:General_Revenue-Bearing VNF Properties: Model Name:basic_vm Model UUID:498808cd-e576-4eef-8748-96bca3f206a2 Description:VF Version:1.0 Type:VF Category:Generic InvariantUuid:5a75692b-33bd-4a58-b0ca-af0c738e224d Max Instances:null Min Instances:null VNF Customization Properties: Customization UUID:d11326fa-ab3d-4f44-8939-a00c8674baef NFFunction:null NFCode:null NFRole:null NFType:null MultiStageDesign:false VF Module Properties: ModelInvariantUuid:67c5ba36-bcd2-46b2-889e-7768184b9a20 ModelName:BasicVm..base_ubuntu20..module-0 ModelUuid:84c5cfa6-94ba-49af-832b-621e5153f415 ModelVersion:1 Description:NULL VF Module Customization Properties: Model Customization UUID:NULL CVNFC Properties: ModelCustomizationUuid:7159fd17-3a90-4151-ba81-d7536d94767f ModelInvariantUuid:8f14e374-054d-41d8-b077-eb2c2ac56936 ModelName:basic_vm-nodes.Ubuntu20Cvfc ModelUuid:30fc6ed8-2c24-4cee-8a7a-d95eeab39640 ModelVersion:1.0 Description:Complex node type that is used as nested type in VF Template Name:abstract_Ubuntu20 VNFC Properties: ModelCustomizationUuid:4511fecc-eff9-4336-8174-f81a3dde0dfa ModelInvariantUuid:14681eee-aeaa-4d0f-9e95-b809e0c69357 ModelName:BasicVm.compute.nodes.heat.Ubuntu20 ModelUuid:384b507c-f2b9-494c-87c2-3e16aa433ab0 ModelVersion:1.0 Description:Not reusable inner VFC Sub Category:Abstract VF Allotted Resource Properties: PNF Allotted Resource Properties: Hibernate: select toscacsar0_.ARTIFACT_UUID as artifact1_56_0_, toscacsar0_.ARTIFACT_CHECKSUM as artifact2_56_0_, toscacsar0_.CREATION_TIMESTAMP as creation3_56_0_, toscacsar0_.DESCRIPTION as descript4_56_0_, toscacsar0_.NAME as name5_56_0_, toscacsar0_.URL as url6_56_0_, toscacsar0_.Version as version7_56_0_ from tosca_csar toscacsar0_ where toscacsar0_.ARTIFACT_UUID=? 2021-05-05T01:22:21.772Z|28e7f25a-009d-4cee-a0b8-6cfbd2e42085|pool-2-thread-9|||||INFO|500||Processing Resource Type: VF, Model UUID: 1bc3f765-ce8f-4c74-a6e0-2a85bf0e724e Hibernate: select service0_.MODEL_UUID as model_uu1_49_, service0_.CDS_BLUEPRINT_NAME as cds_blue2_49_, service0_.CDS_BLUEPRINT_VERSION as cds_blue3_49_, service0_.SERVICE_CATEGORY as service_4_49_, service0_.CONTROLLER_ACTOR as controll5_49_, service0_.CREATION_TIMESTAMP as creation6_49_, service0_.TOSCA_CSAR_ARTIFACT_UUID as tosca_c21_49_, service0_.DESCRIPTION as descript7_49_, service0_.OVERALL_DISTRIBUTION_STATUS as overall_8_49_, service0_.ENVIRONMENT_CONTEXT as environm9_49_, service0_.MODEL_INVARIANT_UUID as model_i10_49_, service0_.MODEL_NAME as model_n11_49_, service0_.MODEL_VERSION as model_v12_49_, service0_.NAMING_POLICY as naming_13_49_, service0_.ONAP_GENERATED_NAMING as onap_ge14_49_, service0_.RESOURCE_ORDER as resourc15_49_, service0_.SERVICE_FUNCTION as service16_49_, service0_.SERVICE_ROLE as service17_49_, service0_.SERVICE_TYPE as service18_49_, service0_.SKIP_POST_INSTANTIATION_CONFIGURATION as skip_po19_49_, service0_.WORKLOAD_CONTEXT as workloa20_49_ from service service0_ where service0_.MODEL_UUID=? 2021-05-05T01:22:21.775Z|28e7f25a-009d-4cee-a0b8-6cfbd2e42085|pool-2-thread-9|||||INFO|500||basic_vm 0 2021-05-05T01:22:21.775Z|28e7f25a-009d-4cee-a0b8-6cfbd2e42085|pool-2-thread-9|||||DEBUG|500||Processing Resource Type: VF and Model UUID: 1bc3f765-ce8f-4c74-a6e0-2a85bf0e724e 2021-05-05T01:22:21.775Z|28e7f25a-009d-4cee-a0b8-6cfbd2e42085|pool-2-thread-9|||||INFO|500||Trying to download the artifact UUID: 3760451f-6dce-4632-97c4-dd1cb6ecb8bd from URL: /sdc/v1/catalog/services/BasicVm/1.0/resourceInstances/basic_vm0/artifacts/basic_vm0_modules.json 2021-05-05T01:22:21.776Z|28e7f25a-009d-4cee-a0b8-6cfbd2e42085|pool-2-thread-9|||||INFO|500||DistributionClient - download 2021-05-05T01:22:21.776Z|28e7f25a-009d-4cee-a0b8-6cfbd2e42085|pool-2-thread-9|||||DEBUG|500||url to send https://sdc-be.onap:8443/sdc/v1/catalog/services/BasicVm/1.0/resourceInstances/basic_vm0/artifacts/basic_vm0_modules.json 2021-05-05T01:22:22.579Z|28e7f25a-009d-4cee-a0b8-6cfbd2e42085|pool-2-thread-9|||||DEBUG|500||GET Response Status 200 2021-05-05T01:22:22.579Z|28e7f25a-009d-4cee-a0b8-6cfbd2e42085|pool-2-thread-9|||||INFO|500||ASDC_ARTIFACT_DOWNLOAD_SUC /sdc/v1/catalog/services/BasicVm/1.0/resourceInstances/basic_vm0/artifacts/basic_vm0_modules.json 3760451f-6dce-4632-97c4-dd1cb6ecb8bd 787 2021-05-05T01:22:22.580Z|28e7f25a-009d-4cee-a0b8-6cfbd2e42085|pool-2-thread-9|||||INFO|500||ASDC_SEND_NOTIF_ASDC DOWNLOAD DOWNLOAD_OK /sdc/v1/catalog/services/BasicVm/1.0/resourceInstances/basic_vm0/artifacts/basic_vm0_modules.json ASDC sendASDCNotification 2021-05-05T01:22:22.580Z|28e7f25a-009d-4cee-a0b8-6cfbd2e42085|pool-2-thread-9|||||DEBUG|500||Sending DOWNLOAD(DOWNLOAD_OK) notification to ASDC for artifact:/sdc/v1/catalog/services/BasicVm/1.0/resourceInstances/basic_vm0/artifacts/basic_vm0_modules.json 2021-05-05T01:22:22.580Z|28e7f25a-009d-4cee-a0b8-6cfbd2e42085|pool-2-thread-9|||||INFO|500||DistributionClient - sendDownloadStatus 2021-05-05T01:22:22.580Z|28e7f25a-009d-4cee-a0b8-6cfbd2e42085|pool-2-thread-9|||||INFO|500||DistributionClient - sendStatus 2021-05-05T01:22:22.582Z|28e7f25a-009d-4cee-a0b8-6cfbd2e42085|pool-2-thread-9|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap] 2021-05-05T01:22:22.582Z|28e7f25a-009d-4cee-a0b8-6cfbd2e42085|pool-2-thread-9|||||DEBUG|500||try to send status { "distributionID": "28e7f25a-009d-4cee-a0b8-6cfbd2e42085", "consumerID": "SO-COpenSource-Env11", "timestamp": 1620177742579, "artifactURL": "/sdc/v1/catalog/services/BasicVm/1.0/resourceInstances/basic_vm0/artifacts/basic_vm0_modules.json", "status": "DOWNLOAD_OK" } 2021-05-05T01:22:22.682Z||pool-59-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms 2021-05-05T01:22:22.683Z||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. 2021-05-05T01:22:22.683Z||pool-59-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as a4LkjAbl6YzsGxek) ... 2021-05-05T01:22:22.688Z||pool-59-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK 2021-05-05T01:22:22.689Z||pool-59-thread-1|||||INFO|500||cambria reply ok (6 ms):{"serverTimeMs":0,"count":1} 2021-05-05T01:22:23.582Z|28e7f25a-009d-4cee-a0b8-6cfbd2e42085|pool-2-thread-9|||||DEBUG|500||VF_MODULE_ARTIFACT: [ { "vfModuleModelName": "BasicVm..base_ubuntu20..module-0", "vfModuleModelInvariantUUID": "67c5ba36-bcd2-46b2-889e-7768184b9a20", "vfModuleModelVersion": "1", "vfModuleModelUUID": "84c5cfa6-94ba-49af-832b-621e5153f415", "vfModuleModelCustomizationUUID": "57578be9-4f68-4fa9-8f4e-51a701fe72cc", "isBase": true, "artifacts": [ "542a7af2-27a4-4b12-8755-2c807d3ade3c", "bb04d6fe-5832-40b8-8e6b-7e54c63a3d96" ], "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": "" } } ] 2021-05-05T01:22:23.586Z|28e7f25a-009d-4cee-a0b8-6cfbd2e42085|pool-2-thread-9|||||DEBUG|500||VfModuleMetaData List: { VfModuleMetaData: VfModuleModelName:BasicVm..base_ubuntu20..module-0 VfModuleModelVersion:1 VfModuleModelUUID:84c5cfa6-94ba-49af-832b-621e5153f415 VfModuleModelInvariantUUID:67c5ba36-bcd2-46b2-889e-7768184b9a20 VfModuleModelDescription:NULL Artifacts UUID List:{ 542a7af2-27a4-4b12-8755-2c807d3ade3c , bb04d6fe-5832-40b8-8e6b-7e54c63a3d96 } 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 } 2021-05-05T01:22:23.587Z|28e7f25a-009d-4cee-a0b8-6cfbd2e42085|pool-2-thread-9|||||DEBUG|500||VF_MODULE_ARTIFACT: [ { "vfModuleModelName": "BasicVm..base_ubuntu20..module-0", "vfModuleModelInvariantUUID": "67c5ba36-bcd2-46b2-889e-7768184b9a20", "vfModuleModelVersion": "1", "vfModuleModelUUID": "84c5cfa6-94ba-49af-832b-621e5153f415", "vfModuleModelCustomizationUUID": "57578be9-4f68-4fa9-8f4e-51a701fe72cc", "isBase": true, "artifacts": [ "542a7af2-27a4-4b12-8755-2c807d3ade3c", "bb04d6fe-5832-40b8-8e6b-7e54c63a3d96" ], "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": "" } } ] 2021-05-05T01:22:23.588Z|28e7f25a-009d-4cee-a0b8-6cfbd2e42085|pool-2-thread-9|||||DEBUG|500||VfModuleMetaData List: { VfModuleMetaData: VfModuleModelName:BasicVm..base_ubuntu20..module-0 VfModuleModelVersion:1 VfModuleModelUUID:84c5cfa6-94ba-49af-832b-621e5153f415 VfModuleModelInvariantUUID:67c5ba36-bcd2-46b2-889e-7768184b9a20 VfModuleModelDescription:NULL Artifacts UUID List:{ 542a7af2-27a4-4b12-8755-2c807d3ade3c , bb04d6fe-5832-40b8-8e6b-7e54c63a3d96 } 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 } 2021-05-05T01:22:23.588Z|28e7f25a-009d-4cee-a0b8-6cfbd2e42085|pool-2-thread-9|||||INFO|500||Trying to download the artifact UUID: 542a7af2-27a4-4b12-8755-2c807d3ade3c from URL: /sdc/v1/catalog/services/BasicVm/1.0/resourceInstances/basic_vm0/artifacts/base_ubuntu20.yaml 2021-05-05T01:22:23.588Z|28e7f25a-009d-4cee-a0b8-6cfbd2e42085|pool-2-thread-9|||||INFO|500||DistributionClient - download 2021-05-05T01:22:23.588Z|28e7f25a-009d-4cee-a0b8-6cfbd2e42085|pool-2-thread-9|||||DEBUG|500||url to send https://sdc-be.onap:8443/sdc/v1/catalog/services/BasicVm/1.0/resourceInstances/basic_vm0/artifacts/base_ubuntu20.yaml 2021-05-05T01:22:24.170Z|28e7f25a-009d-4cee-a0b8-6cfbd2e42085|pool-2-thread-9|||||DEBUG|500||GET Response Status 200 2021-05-05T01:22:24.171Z|28e7f25a-009d-4cee-a0b8-6cfbd2e42085|pool-2-thread-9|||||INFO|500||ASDC_ARTIFACT_DOWNLOAD_SUC /sdc/v1/catalog/services/BasicVm/1.0/resourceInstances/basic_vm0/artifacts/base_ubuntu20.yaml 542a7af2-27a4-4b12-8755-2c807d3ade3c 5033 2021-05-05T01:22:24.171Z|28e7f25a-009d-4cee-a0b8-6cfbd2e42085|pool-2-thread-9|||||INFO|500||ASDC_SEND_NOTIF_ASDC DOWNLOAD DOWNLOAD_OK /sdc/v1/catalog/services/BasicVm/1.0/resourceInstances/basic_vm0/artifacts/base_ubuntu20.yaml ASDC sendASDCNotification 2021-05-05T01:22:24.171Z|28e7f25a-009d-4cee-a0b8-6cfbd2e42085|pool-2-thread-9|||||DEBUG|500||Sending DOWNLOAD(DOWNLOAD_OK) notification to ASDC for artifact:/sdc/v1/catalog/services/BasicVm/1.0/resourceInstances/basic_vm0/artifacts/base_ubuntu20.yaml 2021-05-05T01:22:24.171Z|28e7f25a-009d-4cee-a0b8-6cfbd2e42085|pool-2-thread-9|||||INFO|500||DistributionClient - sendDownloadStatus 2021-05-05T01:22:24.172Z|28e7f25a-009d-4cee-a0b8-6cfbd2e42085|pool-2-thread-9|||||INFO|500||DistributionClient - sendStatus 2021-05-05T01:22:24.174Z|28e7f25a-009d-4cee-a0b8-6cfbd2e42085|pool-2-thread-9|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap] 2021-05-05T01:22:24.174Z|28e7f25a-009d-4cee-a0b8-6cfbd2e42085|pool-2-thread-9|||||DEBUG|500||try to send status { "distributionID": "28e7f25a-009d-4cee-a0b8-6cfbd2e42085", "consumerID": "SO-COpenSource-Env11", "timestamp": 1620177744171, "artifactURL": "/sdc/v1/catalog/services/BasicVm/1.0/resourceInstances/basic_vm0/artifacts/base_ubuntu20.yaml", "status": "DOWNLOAD_OK" } 2021-05-05T01:22:24.274Z||pool-60-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms 2021-05-05T01:22:24.275Z||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. 2021-05-05T01:22:24.275Z||pool-60-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as a4LkjAbl6YzsGxek) ... 2021-05-05T01:22:24.282Z||pool-60-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK 2021-05-05T01:22:24.282Z||pool-60-thread-1|||||INFO|500||cambria reply ok (8 ms):{"serverTimeMs":0,"count":1} 2021-05-05T01:22:25.175Z|28e7f25a-009d-4cee-a0b8-6cfbd2e42085|pool-2-thread-9|||||INFO|500||Trying to download the artifact UUID: bb04d6fe-5832-40b8-8e6b-7e54c63a3d96 from URL: /sdc/v1/catalog/services/BasicVm/1.0/resourceInstances/basic_vm0/artifacts/base_ubuntu20.env 2021-05-05T01:22:25.175Z|28e7f25a-009d-4cee-a0b8-6cfbd2e42085|pool-2-thread-9|||||INFO|500||DistributionClient - download 2021-05-05T01:22:25.175Z|28e7f25a-009d-4cee-a0b8-6cfbd2e42085|pool-2-thread-9|||||DEBUG|500||url to send https://sdc-be.onap:8443/sdc/v1/catalog/services/BasicVm/1.0/resourceInstances/basic_vm0/artifacts/base_ubuntu20.env 2021-05-05T01:22:26.159Z|28e7f25a-009d-4cee-a0b8-6cfbd2e42085|pool-2-thread-9|||||DEBUG|500||GET Response Status 200 2021-05-05T01:22:26.159Z|28e7f25a-009d-4cee-a0b8-6cfbd2e42085|pool-2-thread-9|||||INFO|500||ASDC_ARTIFACT_DOWNLOAD_SUC /sdc/v1/catalog/services/BasicVm/1.0/resourceInstances/basic_vm0/artifacts/base_ubuntu20.env bb04d6fe-5832-40b8-8e6b-7e54c63a3d96 903 2021-05-05T01:22:26.159Z|28e7f25a-009d-4cee-a0b8-6cfbd2e42085|pool-2-thread-9|||||INFO|500||ASDC_SEND_NOTIF_ASDC DOWNLOAD DOWNLOAD_OK /sdc/v1/catalog/services/BasicVm/1.0/resourceInstances/basic_vm0/artifacts/base_ubuntu20.env ASDC sendASDCNotification 2021-05-05T01:22:26.159Z|28e7f25a-009d-4cee-a0b8-6cfbd2e42085|pool-2-thread-9|||||DEBUG|500||Sending DOWNLOAD(DOWNLOAD_OK) notification to ASDC for artifact:/sdc/v1/catalog/services/BasicVm/1.0/resourceInstances/basic_vm0/artifacts/base_ubuntu20.env 2021-05-05T01:22:26.159Z|28e7f25a-009d-4cee-a0b8-6cfbd2e42085|pool-2-thread-9|||||INFO|500||DistributionClient - sendDownloadStatus 2021-05-05T01:22:26.159Z|28e7f25a-009d-4cee-a0b8-6cfbd2e42085|pool-2-thread-9|||||INFO|500||DistributionClient - sendStatus 2021-05-05T01:22:26.161Z|28e7f25a-009d-4cee-a0b8-6cfbd2e42085|pool-2-thread-9|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap] 2021-05-05T01:22:26.161Z|28e7f25a-009d-4cee-a0b8-6cfbd2e42085|pool-2-thread-9|||||DEBUG|500||try to send status { "distributionID": "28e7f25a-009d-4cee-a0b8-6cfbd2e42085", "consumerID": "SO-COpenSource-Env11", "timestamp": 1620177746159, "artifactURL": "/sdc/v1/catalog/services/BasicVm/1.0/resourceInstances/basic_vm0/artifacts/base_ubuntu20.env", "status": "DOWNLOAD_OK" } 2021-05-05T01:22:26.261Z||pool-61-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms 2021-05-05T01:22:26.262Z||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. 2021-05-05T01:22:26.262Z||pool-61-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as a4LkjAbl6YzsGxek) ... 2021-05-05T01:22:26.268Z||pool-61-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK 2021-05-05T01:22:26.268Z||pool-61-thread-1|||||INFO|500||cambria reply ok (7 ms):{"serverTimeMs":1,"count":1} 2021-05-05T01:22:27.162Z|28e7f25a-009d-4cee-a0b8-6cfbd2e42085|pool-2-thread-9|||||DEBUG|500||Preparing to deploy Service: 6f3b0194-cea8-4467-b9a7-a77f1fd4c4c8 2021-05-05T01:22:27.163Z|28e7f25a-009d-4cee-a0b8-6cfbd2e42085|pool-2-thread-9|||||INFO|500||ASDC_START_DEPLOY_ARTIFACT basic_vm 0 1bc3f765-ce8f-4c74-a6e0-2a85bf0e724e ASDC Hibernate: select heatenviro0_.ARTIFACT_UUID as artifact1_25_, heatenviro0_.ARTIFACT_CHECKSUM as artifact2_25_, heatenviro0_.CREATION_TIMESTAMP as creation3_25_, heatenviro0_.DESCRIPTION as descript4_25_, heatenviro0_.BODY as body5_25_, heatenviro0_.NAME as name6_25_, heatenviro0_.VERSION as version7_25_ from heat_environment heatenviro0_ where heatenviro0_.ARTIFACT_UUID=? Hibernate: select heattempla0_.ARTIFACT_UUID as artifact1_28_, heattempla0_.ARTIFACT_CHECKSUM as artifact2_28_, heattempla0_.CREATION_TIMESTAMP as creation3_28_, heattempla0_.DESCRIPTION as descript4_28_, heattempla0_.BODY as body5_28_, heattempla0_.NAME as name6_28_, heattempla0_.TIMEOUT_MINUTES as timeout_7_28_, heattempla0_.VERSION as version8_28_ from heat_template heattempla0_ where heattempla0_.ARTIFACT_UUID=? Hibernate: select toscacsar0_.ARTIFACT_UUID as artifact1_56_0_, toscacsar0_.ARTIFACT_CHECKSUM as artifact2_56_0_, toscacsar0_.CREATION_TIMESTAMP as creation3_56_0_, toscacsar0_.DESCRIPTION as descript4_56_0_, toscacsar0_.NAME as name5_56_0_, toscacsar0_.URL as url6_56_0_, toscacsar0_.Version as version7_56_0_ from tosca_csar toscacsar0_ where toscacsar0_.ARTIFACT_UUID=? Hibernate: select service0_.MODEL_UUID as model_uu1_49_, service0_.CDS_BLUEPRINT_NAME as cds_blue2_49_, service0_.CDS_BLUEPRINT_VERSION as cds_blue3_49_, service0_.SERVICE_CATEGORY as service_4_49_, service0_.CONTROLLER_ACTOR as controll5_49_, service0_.CREATION_TIMESTAMP as creation6_49_, service0_.TOSCA_CSAR_ARTIFACT_UUID as tosca_c21_49_, service0_.DESCRIPTION as descript7_49_, service0_.OVERALL_DISTRIBUTION_STATUS as overall_8_49_, service0_.ENVIRONMENT_CONTEXT as environm9_49_, service0_.MODEL_INVARIANT_UUID as model_i10_49_, service0_.MODEL_NAME as model_n11_49_, service0_.MODEL_VERSION as model_v12_49_, service0_.NAMING_POLICY as naming_13_49_, service0_.ONAP_GENERATED_NAMING as onap_ge14_49_, service0_.RESOURCE_ORDER as resourc15_49_, service0_.SERVICE_FUNCTION as service16_49_, service0_.SERVICE_ROLE as service17_49_, service0_.SERVICE_TYPE as service18_49_, service0_.SKIP_POST_INSTANTIATION_CONFIGURATION as skip_po19_49_, service0_.WORKLOAD_CONTEXT as workloa20_49_ from service service0_ where service0_.MODEL_UUID=? 2021-05-05T01:22:27.176Z|28e7f25a-009d-4cee-a0b8-6cfbd2e42085|pool-2-thread-9|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive 2021-05-05T01:22:27.177Z|28e7f25a-009d-4cee-a0b8-6cfbd2e42085|pool-2-thread-9|||||DEBUG|500||Service basic_vm is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=VF, toscaType=null, uUID=null, customizationUUID=null 2021-05-05T01:22:27.177Z|28e7f25a-009d-4cee-a0b8-6cfbd2e42085|pool-2-thread-9|||||DEBUG|500||VF Category is: Generic 2021-05-05T01:22:27.177Z|28e7f25a-009d-4cee-a0b8-6cfbd2e42085|pool-2-thread-9|||||DEBUG|500||VFCustomizationUUID= d11326fa-ab3d-4f44-8939-a00c8674baef 2021-05-05T01:22:27.177Z|28e7f25a-009d-4cee-a0b8-6cfbd2e42085|pool-2-thread-9|||||DEBUG|500||Checking if Notification VF ResourceCustomizationUUID: d11326fa-ab3d-4f44-8939-a00c8674baef matches Tosca VF Customization UUID: d11326fa-ab3d-4f44-8939-a00c8674baef 2021-05-05T01:22:27.177Z|28e7f25a-009d-4cee-a0b8-6cfbd2e42085|pool-2-thread-9|||||DEBUG|500||vfCustomizationUUID: d11326fa-ab3d-4f44-8939-a00c8674baef matches vfNotificationResource CustomizationUUID Hibernate: select vnfresourc0_.MODEL_UUID as model_uu1_63_, vnfresourc0_.AIC_VERSION_MAX as aic_vers2_63_, vnfresourc0_.AIC_VERSION_MIN as aic_vers3_63_, vnfresourc0_.RESOURCE_CATEGORY as resource4_63_, vnfresourc0_.CREATION_TIMESTAMP as creation5_63_, vnfresourc0_.DESCRIPTION as descript6_63_, vnfresourc0_.HEAT_TEMPLATE_ARTIFACT_UUID as heat_te13_63_, vnfresourc0_.MODEL_INVARIANT_UUID as model_in7_63_, vnfresourc0_.MODEL_NAME as model_na8_63_, vnfresourc0_.MODEL_VERSION as model_ve9_63_, vnfresourc0_.ORCHESTRATION_MODE as orchest10_63_, vnfresourc0_.RESOURCE_SUB_CATEGORY as resourc11_63_, vnfresourc0_.TOSCA_NODE_TYPE as tosca_n12_63_ from vnf_resource vnfresourc0_ where vnfresourc0_.MODEL_UUID=? 2021-05-05T01:22:27.179Z|28e7f25a-009d-4cee-a0b8-6cfbd2e42085|pool-2-thread-9|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive 2021-05-05T01:22:27.179Z|28e7f25a-009d-4cee-a0b8-6cfbd2e42085|pool-2-thread-9|||||DEBUG|500||Service basic_vm is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=null, toscaType=null, uUID=null, customizationUUID=null 2021-05-05T01:22:27.180Z|28e7f25a-009d-4cee-a0b8-6cfbd2e42085|pool-2-thread-9|||||DEBUG|500||resource request for resource customization id d11326fa-ab3d-4f44-8939-a00c8674baef: {\"vf_module_id\":\"Ubuntu20-VF-module\",\"skip_post_instantiation_configuration\":\"true\",\"nf_naming\":\"true\",\"multi_stage_design\":\"false\",\"controller_actor\":\"SO-REF-DATA\",\"availability_zone_max_count\":\"1\",\"Ubuntu20_pub_key\":\"ssh-rsa AAAAB3NzaC1yc2EAAAADAQABAAABgQC3dbqgymZVpu2cIWqzlKNxnOy2Qjt07NZxaXtQyu9dr0kbmursTE5N0IW0qg/rsCXgw2vjjdPOxU6jtrTbyzbAmo9F6LtS9oqvct9LmLjDNyiQFuCPETIBGy43daDVgw3hrg3f9ihN88V/JwnI9n3ZFn8Wy15KV6XCHn3MASV31YnbkjruUtj7rZm5V8NUwAteZ91k5T7WBpywt483rrkeQjEzyKiVSmmOhHWNSmbnko9XzO7QDUHfVIk5qCf/aBES7hcE0YiqX5lfLamSyCqOGANnv+AN2opDEakUeCyJHZrsk3Nkk7A9p+CNlq42sUEKtrO0xiH63viMA6eBYSiaQPzckdq/T52naozx/Oj9ITCgX/6XjldMUF99afIydpC6+kymflTYA8P/9u1Ih93+Vjg1Bf2e4lJaf9z9frXcB9F+ZRDq6feN+XQ93Q8xQ9blu9Gq8BZUbPvAQxW0UaryeuzhCKx4QA33qqYA+tmWVXTsaG0uow6f0hm7z+pkYCM= master@Utilisateur-PC\",\"vnf_name\":\"Ubuntu20-VNF-name\",\"Ubuntu20_image_name\":\"ubuntu-20.04\",\"dcae_collector_ip\":\"10.4.2.166\",\"vnf_id\":\"Ubuntu20-VNF\",\"Ubuntu20_name_0\":\"Ubuntu20\",\"dcae_collector_port\":\"30417\",\"admin_plane_net_name\":\"admin\",\"Ubuntu20_flavor_name\":\"m1.small\"} 2021-05-05T01:22:27.180Z|28e7f25a-009d-4cee-a0b8-6cfbd2e42085|pool-2-thread-9|||||DEBUG|500||vfModuleStructure: org.onap.so.asdc.installer.VfModuleStructure@6bbbdffc 2021-05-05T01:22:27.180Z|28e7f25a-009d-4cee-a0b8-6cfbd2e42085|pool-2-thread-9|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive 2021-05-05T01:22:27.180Z|28e7f25a-009d-4cee-a0b8-6cfbd2e42085|pool-2-thread-9|||||DEBUG|500||Service basic_vm is searched for EntityType=GROUP, nodeTemplateType=null, toscaType=org.openecomp.groups.VfModule, uUID=null, customizationUUID=null 2021-05-05T01:22:27.180Z|28e7f25a-009d-4cee-a0b8-6cfbd2e42085|pool-2-thread-9|||||DEBUG|500||Comparing Vf_Modules_Metadata CustomizationUUID : 57578be9-4f68-4fa9-8f4e-51a701fe72cc 2021-05-05T01:22:27.180Z|28e7f25a-009d-4cee-a0b8-6cfbd2e42085|pool-2-thread-9|||||DEBUG|500||To Csar Group VFModuleModelCustomizationUUID 57578be9-4f68-4fa9-8f4e-51a701fe72cc Hibernate: select vfmodule0_.MODEL_UUID as model_uu1_58_, vfmodule0_.CREATION_TIMESTAMP as creation2_58_, vfmodule0_.DESCRIPTION as descript3_58_, vfmodule0_.IS_BASE as is_base4_58_, vfmodule0_.MODEL_INVARIANT_UUID as model_in5_58_, vfmodule0_.MODEL_NAME as model_na6_58_, vfmodule0_.MODEL_VERSION as model_ve7_58_, vfmodule0_.HEAT_TEMPLATE_ARTIFACT_UUID as heat_tem8_58_, vfmodule0_.VNF_RESOURCE_MODEL_UUID as vnf_reso9_58_, vfmodule0_.VOL_HEAT_TEMPLATE_ARTIFACT_UUID as vol_hea10_58_ from vf_module vfmodule0_ where vfmodule0_.MODEL_UUID=? 2021-05-05T01:22:27.182Z|28e7f25a-009d-4cee-a0b8-6cfbd2e42085|pool-2-thread-9|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive 2021-05-05T01:22:27.182Z|28e7f25a-009d-4cee-a0b8-6cfbd2e42085|pool-2-thread-9|||||DEBUG|500||Node template basic_vm 0 is matching search criteria 2021-05-05T01:22:27.182Z|28e7f25a-009d-4cee-a0b8-6cfbd2e42085|pool-2-thread-9|||||DEBUG|500||Found topology templates [basic_vm 0] matching following query criteria: sdcType=VF, customizationUUID=null 2021-05-05T01:22:27.183Z|28e7f25a-009d-4cee-a0b8-6cfbd2e42085|pool-2-thread-9|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive 2021-05-05T01:22:27.183Z|28e7f25a-009d-4cee-a0b8-6cfbd2e42085|pool-2-thread-9|||||DEBUG|500||Node template basic_vm 0 is matching search criteria 2021-05-05T01:22:27.183Z|28e7f25a-009d-4cee-a0b8-6cfbd2e42085|pool-2-thread-9|||||DEBUG|500||Found topology templates [basic_vm 0] matching following query criteria: sdcType=VF, customizationUUID=null 2021-05-05T01:22:27.183Z|28e7f25a-009d-4cee-a0b8-6cfbd2e42085|pool-2-thread-9|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive 2021-05-05T01:22:27.183Z|28e7f25a-009d-4cee-a0b8-6cfbd2e42085|pool-2-thread-9|||||DEBUG|500||Node template basic_vm 0 is not matching search criteria 2021-05-05T01:22:27.183Z|28e7f25a-009d-4cee-a0b8-6cfbd2e42085|pool-2-thread-9|||||DEBUG|500||Node template Ubuntu20_admin_security_group is not matching search criteria 2021-05-05T01:22:27.183Z|28e7f25a-009d-4cee-a0b8-6cfbd2e42085|pool-2-thread-9|||||DEBUG|500||Node template abstract_Ubuntu20 is matching search criteria 2021-05-05T01:22:27.183Z|28e7f25a-009d-4cee-a0b8-6cfbd2e42085|pool-2-thread-9|||||DEBUG|500||Found topology templates [abstract_Ubuntu20] matching following query criteria: sdcType=CVFC, customizationUUID=7159fd17-3a90-4151-ba81-d7536d94767f Hibernate: select vnfccustom0_.MODEL_CUSTOMIZATION_UUID as model_cu1_66_, vnfccustom0_.CREATION_TIMESTAMP as creation2_66_, vnfccustom0_.DESCRIPTION as descript3_66_, vnfccustom0_.MODEL_INSTANCE_NAME as model_in4_66_, vnfccustom0_.MODEL_INVARIANT_UUID as model_in5_66_, vnfccustom0_.MODEL_NAME as model_na6_66_, vnfccustom0_.MODEL_UUID as model_uu7_66_, vnfccustom0_.MODEL_VERSION as model_ve8_66_, vnfccustom0_.RESOURCE_INPUT as resource9_66_, vnfccustom0_.TOSCA_NODE_TYPE as tosca_n10_66_, vnfccustom0_.VNFC_INSTANCE_GROUP_CUSTOMIZATION_ID as vnfc_in11_66_ from vnfc_customization vnfccustom0_ where vnfccustom0_.MODEL_CUSTOMIZATION_UUID=? 2021-05-05T01:22:27.185Z|28e7f25a-009d-4cee-a0b8-6cfbd2e42085|pool-2-thread-9|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive 2021-05-05T01:22:27.185Z|28e7f25a-009d-4cee-a0b8-6cfbd2e42085|pool-2-thread-9|||||DEBUG|500||Node template basic_vm 0 is matching search criteria 2021-05-05T01:22:27.185Z|28e7f25a-009d-4cee-a0b8-6cfbd2e42085|pool-2-thread-9|||||DEBUG|500||Found topology templates [basic_vm 0] matching following query criteria: sdcType=VF, customizationUUID=null 2021-05-05T01:22:27.185Z|28e7f25a-009d-4cee-a0b8-6cfbd2e42085|pool-2-thread-9|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive 2021-05-05T01:22:27.185Z|28e7f25a-009d-4cee-a0b8-6cfbd2e42085|pool-2-thread-9|||||DEBUG|500||Node template basic_vm 0 is matching search criteria 2021-05-05T01:22:27.185Z|28e7f25a-009d-4cee-a0b8-6cfbd2e42085|pool-2-thread-9|||||DEBUG|500||Found topology templates [basic_vm 0] matching following query criteria: sdcType=VF, customizationUUID=d11326fa-ab3d-4f44-8939-a00c8674baef Hibernate: select service0_.MODEL_UUID as model_uu1_49_, service0_.CDS_BLUEPRINT_NAME as cds_blue2_49_, service0_.CDS_BLUEPRINT_VERSION as cds_blue3_49_, service0_.SERVICE_CATEGORY as service_4_49_, service0_.CONTROLLER_ACTOR as controll5_49_, service0_.CREATION_TIMESTAMP as creation6_49_, service0_.TOSCA_CSAR_ARTIFACT_UUID as tosca_c21_49_, service0_.DESCRIPTION as descript7_49_, service0_.OVERALL_DISTRIBUTION_STATUS as overall_8_49_, service0_.ENVIRONMENT_CONTEXT as environm9_49_, service0_.MODEL_INVARIANT_UUID as model_i10_49_, service0_.MODEL_NAME as model_n11_49_, service0_.MODEL_VERSION as model_v12_49_, service0_.NAMING_POLICY as naming_13_49_, service0_.ONAP_GENERATED_NAMING as onap_ge14_49_, service0_.RESOURCE_ORDER as resourc15_49_, service0_.SERVICE_FUNCTION as service16_49_, service0_.SERVICE_ROLE as service17_49_, service0_.SERVICE_TYPE as service18_49_, service0_.SKIP_POST_INSTANTIATION_CONFIGURATION as skip_po19_49_, service0_.WORKLOAD_CONTEXT as workloa20_49_ from service service0_ where service0_.MODEL_UUID=? 2021-05-05T01:22:27.187Z|28e7f25a-009d-4cee-a0b8-6cfbd2e42085|pool-2-thread-9|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive 2021-05-05T01:22:27.187Z|28e7f25a-009d-4cee-a0b8-6cfbd2e42085|pool-2-thread-9|||||DEBUG|500||Service basic_vm is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=null, toscaType=null, uUID=null, customizationUUID=null 2021-05-05T01:22:27.187Z|28e7f25a-009d-4cee-a0b8-6cfbd2e42085|pool-2-thread-9|||||DEBUG|500|| resourceSeq for service uuid 6f3b0194-cea8-4467-b9a7-a77f1fd4c4c8: basic_vm 2021-05-05T01:22:27.187Z|28e7f25a-009d-4cee-a0b8-6cfbd2e42085|pool-2-thread-9|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive 2021-05-05T01:22:27.187Z|28e7f25a-009d-4cee-a0b8-6cfbd2e42085|pool-2-thread-9|||||DEBUG|500||Service basic_vm is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=PNF, toscaType=null, uUID=null, customizationUUID=null 2021-05-05T01:22:27.187Z|28e7f25a-009d-4cee-a0b8-6cfbd2e42085|pool-2-thread-9|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive 2021-05-05T01:22:27.187Z|28e7f25a-009d-4cee-a0b8-6cfbd2e42085|pool-2-thread-9|||||DEBUG|500||Service basic_vm is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=VL, toscaType=null, uUID=null, customizationUUID=null 2021-05-05T01:22:27.188Z|28e7f25a-009d-4cee-a0b8-6cfbd2e42085|pool-2-thread-9|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive 2021-05-05T01:22:27.188Z|28e7f25a-009d-4cee-a0b8-6cfbd2e42085|pool-2-thread-9|||||DEBUG|500||Service basic_vm is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=CR, toscaType=null, uUID=null, customizationUUID=null 2021-05-05T01:22:27.188Z|28e7f25a-009d-4cee-a0b8-6cfbd2e42085|pool-2-thread-9|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive 2021-05-05T01:22:27.188Z|28e7f25a-009d-4cee-a0b8-6cfbd2e42085|pool-2-thread-9|||||DEBUG|500||Service basic_vm is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=SERVICE_PROXY, toscaType=null, uUID=null, customizationUUID=null 2021-05-05T01:22:27.188Z|28e7f25a-009d-4cee-a0b8-6cfbd2e42085|pool-2-thread-9|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive 2021-05-05T01:22:27.188Z|28e7f25a-009d-4cee-a0b8-6cfbd2e42085|pool-2-thread-9|||||DEBUG|500||Service basic_vm is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=CONFIGURATION, toscaType=null, uUID=null, customizationUUID=null 2021-05-05T01:22:27.188Z|28e7f25a-009d-4cee-a0b8-6cfbd2e42085|pool-2-thread-9|||||INFO|500||Saving Service: basic_vm Hibernate: select service0_.MODEL_UUID as model_uu1_49_3_, service0_.CDS_BLUEPRINT_NAME as cds_blue2_49_3_, service0_.CDS_BLUEPRINT_VERSION as cds_blue3_49_3_, service0_.SERVICE_CATEGORY as service_4_49_3_, service0_.CONTROLLER_ACTOR as controll5_49_3_, service0_.CREATION_TIMESTAMP as creation6_49_3_, service0_.TOSCA_CSAR_ARTIFACT_UUID as tosca_c21_49_3_, service0_.DESCRIPTION as descript7_49_3_, service0_.OVERALL_DISTRIBUTION_STATUS as overall_8_49_3_, service0_.ENVIRONMENT_CONTEXT as environm9_49_3_, service0_.MODEL_INVARIANT_UUID as model_i10_49_3_, service0_.MODEL_NAME as model_n11_49_3_, service0_.MODEL_VERSION as model_v12_49_3_, service0_.NAMING_POLICY as naming_13_49_3_, service0_.ONAP_GENERATED_NAMING as onap_ge14_49_3_, service0_.RESOURCE_ORDER as resourc15_49_3_, service0_.SERVICE_FUNCTION as service16_49_3_, service0_.SERVICE_ROLE as service17_49_3_, service0_.SERVICE_TYPE as service18_49_3_, service0_.SKIP_POST_INSTANTIATION_CONFIGURATION as skip_po19_49_3_, service0_.WORKLOAD_CONTEXT as workloa20_49_3_, allottedcu1_.SERVICE_MODEL_UUID as service_1_8_5_, allottedre2_.MODEL_CUSTOMIZATION_UUID as resource2_8_5_, allottedre2_.MODEL_CUSTOMIZATION_UUID as model_cu1_7_0_, allottedre2_.AR_MODEL_UUID as ar_mode15_7_0_, allottedre2_.CREATION_TIMESTAMP as creation2_7_0_, allottedre2_.MAX_INSTANCES as max_inst3_7_0_, allottedre2_.MIN_INSTANCES as min_inst4_7_0_, allottedre2_.MODEL_INSTANCE_NAME as model_in5_7_0_, allottedre2_.NF_FUNCTION as nf_funct6_7_0_, allottedre2_.NF_NAMING_CODE as nf_namin7_7_0_, allottedre2_.NF_ROLE as nf_role8_7_0_, allottedre2_.NF_TYPE as nf_type9_7_0_, allottedre2_.PROVIDING_SERVICE_MODEL_INVARIANT_UUID as providi10_7_0_, allottedre2_.PROVIDING_SERVICE_MODEL_NAME as providi11_7_0_, allottedre2_.PROVIDING_SERVICE_MODEL_UUID as providi12_7_0_, allottedre2_.RESOURCE_INPUT as resourc13_7_0_, allottedre2_.TARGET_NETWORK_ROLE as target_14_7_0_, allottedre3_.MODEL_UUID as model_uu1_6_1_, allottedre3_.CREATION_TIMESTAMP as creation2_6_1_, allottedre3_.DESCRIPTION as descript3_6_1_, allottedre3_.MODEL_INVARIANT_UUID as model_in4_6_1_, allottedre3_.MODEL_NAME as model_na5_6_1_, allottedre3_.MODEL_VERSION as model_ve6_6_1_, allottedre3_.SUBCATEGORY as subcateg7_6_1_, allottedre3_.TOSCA_NODE_TYPE as tosca_no8_6_1_, toscacsar4_.ARTIFACT_UUID as artifact1_56_2_, toscacsar4_.ARTIFACT_CHECKSUM as artifact2_56_2_, toscacsar4_.CREATION_TIMESTAMP as creation3_56_2_, toscacsar4_.DESCRIPTION as descript4_56_2_, toscacsar4_.NAME as name5_56_2_, toscacsar4_.URL as url6_56_2_, toscacsar4_.Version as version7_56_2_ from service service0_ left outer join allotted_resource_customization_to_service allottedcu1_ on service0_.MODEL_UUID=allottedcu1_.SERVICE_MODEL_UUID left outer join allotted_resource_customization allottedre2_ on allottedcu1_.RESOURCE_MODEL_CUSTOMIZATION_UUID=allottedre2_.MODEL_CUSTOMIZATION_UUID left outer join allotted_resource allottedre3_ on allottedre2_.AR_MODEL_UUID=allottedre3_.MODEL_UUID left outer join tosca_csar toscacsar4_ on service0_.TOSCA_CSAR_ARTIFACT_UUID=toscacsar4_.ARTIFACT_UUID where service0_.MODEL_UUID=? Hibernate: select toscacsar0_.ARTIFACT_UUID as artifact1_56_1_, toscacsar0_.ARTIFACT_CHECKSUM as artifact2_56_1_, toscacsar0_.CREATION_TIMESTAMP as creation3_56_1_, toscacsar0_.DESCRIPTION as descript4_56_1_, toscacsar0_.NAME as name5_56_1_, toscacsar0_.URL as url6_56_1_, toscacsar0_.Version as version7_56_1_, services1_.TOSCA_CSAR_ARTIFACT_UUID as tosca_c21_49_3_, services1_.MODEL_UUID as model_uu1_49_3_, services1_.MODEL_UUID as model_uu1_49_0_, services1_.CDS_BLUEPRINT_NAME as cds_blue2_49_0_, services1_.CDS_BLUEPRINT_VERSION as cds_blue3_49_0_, services1_.SERVICE_CATEGORY as service_4_49_0_, services1_.CONTROLLER_ACTOR as controll5_49_0_, services1_.CREATION_TIMESTAMP as creation6_49_0_, services1_.TOSCA_CSAR_ARTIFACT_UUID as tosca_c21_49_0_, services1_.DESCRIPTION as descript7_49_0_, services1_.OVERALL_DISTRIBUTION_STATUS as overall_8_49_0_, services1_.ENVIRONMENT_CONTEXT as environm9_49_0_, services1_.MODEL_INVARIANT_UUID as model_i10_49_0_, services1_.MODEL_NAME as model_n11_49_0_, services1_.MODEL_VERSION as model_v12_49_0_, services1_.NAMING_POLICY as naming_13_49_0_, services1_.ONAP_GENERATED_NAMING as onap_ge14_49_0_, services1_.RESOURCE_ORDER as resourc15_49_0_, services1_.SERVICE_FUNCTION as service16_49_0_, services1_.SERVICE_ROLE as service17_49_0_, services1_.SERVICE_TYPE as service18_49_0_, services1_.SKIP_POST_INSTANTIATION_CONFIGURATION as skip_po19_49_0_, services1_.WORKLOAD_CONTEXT as workloa20_49_0_ from tosca_csar toscacsar0_ left outer join service services1_ on toscacsar0_.ARTIFACT_UUID=services1_.TOSCA_CSAR_ARTIFACT_UUID where toscacsar0_.ARTIFACT_UUID=? Hibernate: insert into tosca_csar (ARTIFACT_CHECKSUM, CREATION_TIMESTAMP, DESCRIPTION, NAME, URL, Version, ARTIFACT_UUID) values (?, ?, ?, ?, ?, ?, ?) Hibernate: insert into service (CDS_BLUEPRINT_NAME, CDS_BLUEPRINT_VERSION, SERVICE_CATEGORY, CONTROLLER_ACTOR, CREATION_TIMESTAMP, TOSCA_CSAR_ARTIFACT_UUID, DESCRIPTION, OVERALL_DISTRIBUTION_STATUS, ENVIRONMENT_CONTEXT, MODEL_INVARIANT_UUID, MODEL_NAME, MODEL_VERSION, NAMING_POLICY, ONAP_GENERATED_NAMING, RESOURCE_ORDER, SERVICE_FUNCTION, SERVICE_ROLE, SERVICE_TYPE, SKIP_POST_INSTANTIATION_CONFIGURATION, WORKLOAD_CONTEXT, MODEL_UUID) values (?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?) Hibernate: insert into service_info (SERVICE_MODEL_UUID, SERVICE_INPUT, SERVICE_PROPERTIES) values (?, ?, ?) Hibernate: select vnfresourc0_.MODEL_UUID as model_uu1_63_0_, vnfresourc0_.AIC_VERSION_MAX as aic_vers2_63_0_, vnfresourc0_.AIC_VERSION_MIN as aic_vers3_63_0_, vnfresourc0_.RESOURCE_CATEGORY as resource4_63_0_, vnfresourc0_.CREATION_TIMESTAMP as creation5_63_0_, vnfresourc0_.DESCRIPTION as descript6_63_0_, vnfresourc0_.HEAT_TEMPLATE_ARTIFACT_UUID as heat_te13_63_0_, vnfresourc0_.MODEL_INVARIANT_UUID as model_in7_63_0_, vnfresourc0_.MODEL_NAME as model_na8_63_0_, vnfresourc0_.MODEL_VERSION as model_ve9_63_0_, vnfresourc0_.ORCHESTRATION_MODE as orchest10_63_0_, vnfresourc0_.RESOURCE_SUB_CATEGORY as resourc11_63_0_, vnfresourc0_.TOSCA_NODE_TYPE as tosca_n12_63_0_ from vnf_resource vnfresourc0_ where vnfresourc0_.MODEL_UUID=? Hibernate: insert into vnf_resource (AIC_VERSION_MAX, AIC_VERSION_MIN, RESOURCE_CATEGORY, CREATION_TIMESTAMP, DESCRIPTION, HEAT_TEMPLATE_ARTIFACT_UUID, MODEL_INVARIANT_UUID, MODEL_NAME, MODEL_VERSION, ORCHESTRATION_MODE, RESOURCE_SUB_CATEGORY, TOSCA_NODE_TYPE, MODEL_UUID) values (?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?) Hibernate: insert into vnf_resource_customization (AVAILABILITY_ZONE_MAX_COUNT, CDS_BLUEPRINT_NAME, CDS_BLUEPRINT_VERSION, CONTROLLER_ACTOR, CREATION_TIMESTAMP, MAX_INSTANCES, MIN_INSTANCES, MODEL_CUSTOMIZATION_UUID, MODEL_INSTANCE_NAME, MULTI_STAGE_DESIGN, NF_DATA_VALID, NF_FUNCTION, NF_NAMING_CODE, NF_ROLE, NF_TYPE, RESOURCE_INPUT, SERVICE_MODEL_UUID, SKIP_POST_INSTANTIATION_CONFIGURATION, VNF_RESOURCE_MODEL_UUID, VNFCINSTANCEGROUP_ORDER) values (?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?) Hibernate: select heatenviro0_.ARTIFACT_UUID as artifact1_25_0_, heatenviro0_.ARTIFACT_CHECKSUM as artifact2_25_0_, heatenviro0_.CREATION_TIMESTAMP as creation3_25_0_, heatenviro0_.DESCRIPTION as descript4_25_0_, heatenviro0_.BODY as body5_25_0_, heatenviro0_.NAME as name6_25_0_, heatenviro0_.VERSION as version7_25_0_ from heat_environment heatenviro0_ where heatenviro0_.ARTIFACT_UUID=? Hibernate: select vfmodule0_.MODEL_UUID as model_uu1_58_4_, vfmodule0_.CREATION_TIMESTAMP as creation2_58_4_, vfmodule0_.DESCRIPTION as descript3_58_4_, vfmodule0_.IS_BASE as is_base4_58_4_, vfmodule0_.MODEL_INVARIANT_UUID as model_in5_58_4_, vfmodule0_.MODEL_NAME as model_na6_58_4_, vfmodule0_.MODEL_VERSION as model_ve7_58_4_, vfmodule0_.HEAT_TEMPLATE_ARTIFACT_UUID as heat_tem8_58_4_, vfmodule0_.VNF_RESOURCE_MODEL_UUID as vnf_reso9_58_4_, vfmodule0_.VOL_HEAT_TEMPLATE_ARTIFACT_UUID as vol_hea10_58_4_, heatfiles1_.VF_MODULE_MODEL_UUID as vf_modul1_60_6_, heatfiles2_.ARTIFACT_UUID as heat_fil2_60_6_, heatfiles2_.ARTIFACT_UUID as artifact1_26_0_, heatfiles2_.ARTIFACT_CHECKSUM as artifact2_26_0_, heatfiles2_.CREATION_TIMESTAMP as creation3_26_0_, heatfiles2_.DESCRIPTION as descript4_26_0_, heatfiles2_.BODY as body5_26_0_, heatfiles2_.NAME as name6_26_0_, heatfiles2_.VERSION as version7_26_0_, heattempla3_.ARTIFACT_UUID as artifact1_28_1_, heattempla3_.ARTIFACT_CHECKSUM as artifact2_28_1_, heattempla3_.CREATION_TIMESTAMP as creation3_28_1_, heattempla3_.DESCRIPTION as descript4_28_1_, heattempla3_.BODY as body5_28_1_, heattempla3_.NAME as name6_28_1_, heattempla3_.TIMEOUT_MINUTES as timeout_7_28_1_, heattempla3_.VERSION as version8_28_1_, vnfresourc4_.MODEL_UUID as model_uu1_63_2_, vnfresourc4_.AIC_VERSION_MAX as aic_vers2_63_2_, vnfresourc4_.AIC_VERSION_MIN as aic_vers3_63_2_, vnfresourc4_.RESOURCE_CATEGORY as resource4_63_2_, vnfresourc4_.CREATION_TIMESTAMP as creation5_63_2_, vnfresourc4_.DESCRIPTION as descript6_63_2_, vnfresourc4_.HEAT_TEMPLATE_ARTIFACT_UUID as heat_te13_63_2_, vnfresourc4_.MODEL_INVARIANT_UUID as model_in7_63_2_, vnfresourc4_.MODEL_NAME as model_na8_63_2_, vnfresourc4_.MODEL_VERSION as model_ve9_63_2_, vnfresourc4_.ORCHESTRATION_MODE as orchest10_63_2_, vnfresourc4_.RESOURCE_SUB_CATEGORY as resourc11_63_2_, vnfresourc4_.TOSCA_NODE_TYPE as tosca_n12_63_2_, heattempla5_.ARTIFACT_UUID as artifact1_28_3_, heattempla5_.ARTIFACT_CHECKSUM as artifact2_28_3_, heattempla5_.CREATION_TIMESTAMP as creation3_28_3_, heattempla5_.DESCRIPTION as descript4_28_3_, heattempla5_.BODY as body5_28_3_, heattempla5_.NAME as name6_28_3_, heattempla5_.TIMEOUT_MINUTES as timeout_7_28_3_, heattempla5_.VERSION as version8_28_3_ from vf_module vfmodule0_ left outer join vf_module_to_heat_files heatfiles1_ on vfmodule0_.MODEL_UUID=heatfiles1_.VF_MODULE_MODEL_UUID left outer join heat_files heatfiles2_ on heatfiles1_.HEAT_FILES_ARTIFACT_UUID=heatfiles2_.ARTIFACT_UUID left outer join heat_template heattempla3_ on vfmodule0_.HEAT_TEMPLATE_ARTIFACT_UUID=heattempla3_.ARTIFACT_UUID left outer join vnf_resource vnfresourc4_ on vfmodule0_.VNF_RESOURCE_MODEL_UUID=vnfresourc4_.MODEL_UUID left outer join heat_template heattempla5_ on vfmodule0_.VOL_HEAT_TEMPLATE_ARTIFACT_UUID=heattempla5_.ARTIFACT_UUID where vfmodule0_.MODEL_UUID=? Hibernate: select heattempla0_.ARTIFACT_UUID as artifact1_28_1_, heattempla0_.ARTIFACT_CHECKSUM as artifact2_28_1_, heattempla0_.CREATION_TIMESTAMP as creation3_28_1_, heattempla0_.DESCRIPTION as descript4_28_1_, heattempla0_.BODY as body5_28_1_, heattempla0_.NAME as name6_28_1_, heattempla0_.TIMEOUT_MINUTES as timeout_7_28_1_, heattempla0_.VERSION as version8_28_1_, childtempl1_.PARENT_HEAT_TEMPLATE_UUID as parent_h1_27_3_, heattempla2_.ARTIFACT_UUID as child_he2_27_3_, heattempla2_.ARTIFACT_UUID as artifact1_28_0_, heattempla2_.ARTIFACT_CHECKSUM as artifact2_28_0_, heattempla2_.CREATION_TIMESTAMP as creation3_28_0_, heattempla2_.DESCRIPTION as descript4_28_0_, heattempla2_.BODY as body5_28_0_, heattempla2_.NAME as name6_28_0_, heattempla2_.TIMEOUT_MINUTES as timeout_7_28_0_, heattempla2_.VERSION as version8_28_0_ from heat_template heattempla0_ left outer join heat_nested_template childtempl1_ on heattempla0_.ARTIFACT_UUID=childtempl1_.PARENT_HEAT_TEMPLATE_UUID left outer join heat_template heattempla2_ on childtempl1_.CHILD_HEAT_TEMPLATE_UUID=heattempla2_.ARTIFACT_UUID where heattempla0_.ARTIFACT_UUID=? Hibernate: select heattempla0_.HEAT_TEMPLATE_ARTIFACT_UUID as heat_tem1_29_0_, heattempla0_.PARAM_NAME as param_na2_29_0_, heattempla0_.PARAM_ALIAS as param_al3_29_0_, heattempla0_.PARAM_TYPE as param_ty4_29_0_, heattempla0_.IS_REQUIRED as is_requi5_29_0_ from heat_template_params heattempla0_ where heattempla0_.HEAT_TEMPLATE_ARTIFACT_UUID=? and heattempla0_.PARAM_NAME=? Hibernate: select heattempla0_.HEAT_TEMPLATE_ARTIFACT_UUID as heat_tem1_29_0_, heattempla0_.PARAM_NAME as param_na2_29_0_, heattempla0_.PARAM_ALIAS as param_al3_29_0_, heattempla0_.PARAM_TYPE as param_ty4_29_0_, heattempla0_.IS_REQUIRED as is_requi5_29_0_ from heat_template_params heattempla0_ where heattempla0_.HEAT_TEMPLATE_ARTIFACT_UUID=? and heattempla0_.PARAM_NAME=? Hibernate: select heattempla0_.HEAT_TEMPLATE_ARTIFACT_UUID as heat_tem1_29_0_, heattempla0_.PARAM_NAME as param_na2_29_0_, heattempla0_.PARAM_ALIAS as param_al3_29_0_, heattempla0_.PARAM_TYPE as param_ty4_29_0_, heattempla0_.IS_REQUIRED as is_requi5_29_0_ from heat_template_params heattempla0_ where heattempla0_.HEAT_TEMPLATE_ARTIFACT_UUID=? and heattempla0_.PARAM_NAME=? Hibernate: select heattempla0_.HEAT_TEMPLATE_ARTIFACT_UUID as heat_tem1_29_0_, heattempla0_.PARAM_NAME as param_na2_29_0_, heattempla0_.PARAM_ALIAS as param_al3_29_0_, heattempla0_.PARAM_TYPE as param_ty4_29_0_, heattempla0_.IS_REQUIRED as is_requi5_29_0_ from heat_template_params heattempla0_ where heattempla0_.HEAT_TEMPLATE_ARTIFACT_UUID=? and heattempla0_.PARAM_NAME=? Hibernate: select heattempla0_.HEAT_TEMPLATE_ARTIFACT_UUID as heat_tem1_29_0_, heattempla0_.PARAM_NAME as param_na2_29_0_, heattempla0_.PARAM_ALIAS as param_al3_29_0_, heattempla0_.PARAM_TYPE as param_ty4_29_0_, heattempla0_.IS_REQUIRED as is_requi5_29_0_ from heat_template_params heattempla0_ where heattempla0_.HEAT_TEMPLATE_ARTIFACT_UUID=? and heattempla0_.PARAM_NAME=? Hibernate: select heattempla0_.HEAT_TEMPLATE_ARTIFACT_UUID as heat_tem1_29_0_, heattempla0_.PARAM_NAME as param_na2_29_0_, heattempla0_.PARAM_ALIAS as param_al3_29_0_, heattempla0_.PARAM_TYPE as param_ty4_29_0_, heattempla0_.IS_REQUIRED as is_requi5_29_0_ from heat_template_params heattempla0_ where heattempla0_.HEAT_TEMPLATE_ARTIFACT_UUID=? and heattempla0_.PARAM_NAME=? Hibernate: select heattempla0_.HEAT_TEMPLATE_ARTIFACT_UUID as heat_tem1_29_0_, heattempla0_.PARAM_NAME as param_na2_29_0_, heattempla0_.PARAM_ALIAS as param_al3_29_0_, heattempla0_.PARAM_TYPE as param_ty4_29_0_, heattempla0_.IS_REQUIRED as is_requi5_29_0_ from heat_template_params heattempla0_ where heattempla0_.HEAT_TEMPLATE_ARTIFACT_UUID=? and heattempla0_.PARAM_NAME=? Hibernate: select heattempla0_.HEAT_TEMPLATE_ARTIFACT_UUID as heat_tem1_29_0_, heattempla0_.PARAM_NAME as param_na2_29_0_, heattempla0_.PARAM_ALIAS as param_al3_29_0_, heattempla0_.PARAM_TYPE as param_ty4_29_0_, heattempla0_.IS_REQUIRED as is_requi5_29_0_ from heat_template_params heattempla0_ where heattempla0_.HEAT_TEMPLATE_ARTIFACT_UUID=? and heattempla0_.PARAM_NAME=? Hibernate: select heattempla0_.HEAT_TEMPLATE_ARTIFACT_UUID as heat_tem1_29_0_, heattempla0_.PARAM_NAME as param_na2_29_0_, heattempla0_.PARAM_ALIAS as param_al3_29_0_, heattempla0_.PARAM_TYPE as param_ty4_29_0_, heattempla0_.IS_REQUIRED as is_requi5_29_0_ from heat_template_params heattempla0_ where heattempla0_.HEAT_TEMPLATE_ARTIFACT_UUID=? and heattempla0_.PARAM_NAME=? Hibernate: select heattempla0_.HEAT_TEMPLATE_ARTIFACT_UUID as heat_tem1_29_0_, heattempla0_.PARAM_NAME as param_na2_29_0_, heattempla0_.PARAM_ALIAS as param_al3_29_0_, heattempla0_.PARAM_TYPE as param_ty4_29_0_, heattempla0_.IS_REQUIRED as is_requi5_29_0_ from heat_template_params heattempla0_ where heattempla0_.HEAT_TEMPLATE_ARTIFACT_UUID=? and heattempla0_.PARAM_NAME=? Hibernate: insert into heat_environment (ARTIFACT_CHECKSUM, CREATION_TIMESTAMP, DESCRIPTION, BODY, NAME, VERSION, ARTIFACT_UUID) values (?, ?, ?, ?, ?, ?, ?) Hibernate: insert into heat_template (ARTIFACT_CHECKSUM, CREATION_TIMESTAMP, DESCRIPTION, BODY, NAME, TIMEOUT_MINUTES, VERSION, ARTIFACT_UUID) values (?, ?, ?, ?, ?, ?, ?, ?) Hibernate: insert into heat_template_params (PARAM_ALIAS, PARAM_TYPE, IS_REQUIRED, HEAT_TEMPLATE_ARTIFACT_UUID, PARAM_NAME) values (?, ?, ?, ?, ?) Hibernate: insert into heat_template_params (PARAM_ALIAS, PARAM_TYPE, IS_REQUIRED, HEAT_TEMPLATE_ARTIFACT_UUID, PARAM_NAME) values (?, ?, ?, ?, ?) Hibernate: insert into heat_template_params (PARAM_ALIAS, PARAM_TYPE, IS_REQUIRED, HEAT_TEMPLATE_ARTIFACT_UUID, PARAM_NAME) values (?, ?, ?, ?, ?) Hibernate: insert into heat_template_params (PARAM_ALIAS, PARAM_TYPE, IS_REQUIRED, HEAT_TEMPLATE_ARTIFACT_UUID, PARAM_NAME) values (?, ?, ?, ?, ?) Hibernate: insert into heat_template_params (PARAM_ALIAS, PARAM_TYPE, IS_REQUIRED, HEAT_TEMPLATE_ARTIFACT_UUID, PARAM_NAME) values (?, ?, ?, ?, ?) Hibernate: insert into heat_template_params (PARAM_ALIAS, PARAM_TYPE, IS_REQUIRED, HEAT_TEMPLATE_ARTIFACT_UUID, PARAM_NAME) values (?, ?, ?, ?, ?) Hibernate: insert into heat_template_params (PARAM_ALIAS, PARAM_TYPE, IS_REQUIRED, HEAT_TEMPLATE_ARTIFACT_UUID, PARAM_NAME) values (?, ?, ?, ?, ?) Hibernate: insert into heat_template_params (PARAM_ALIAS, PARAM_TYPE, IS_REQUIRED, HEAT_TEMPLATE_ARTIFACT_UUID, PARAM_NAME) values (?, ?, ?, ?, ?) Hibernate: insert into heat_template_params (PARAM_ALIAS, PARAM_TYPE, IS_REQUIRED, HEAT_TEMPLATE_ARTIFACT_UUID, PARAM_NAME) values (?, ?, ?, ?, ?) Hibernate: insert into heat_template_params (PARAM_ALIAS, PARAM_TYPE, IS_REQUIRED, HEAT_TEMPLATE_ARTIFACT_UUID, PARAM_NAME) values (?, ?, ?, ?, ?) Hibernate: insert into vf_module (CREATION_TIMESTAMP, DESCRIPTION, IS_BASE, MODEL_INVARIANT_UUID, MODEL_NAME, MODEL_VERSION, HEAT_TEMPLATE_ARTIFACT_UUID, VNF_RESOURCE_MODEL_UUID, VOL_HEAT_TEMPLATE_ARTIFACT_UUID, MODEL_UUID) values (?, ?, ?, ?, ?, ?, ?, ?, ?, ?) Hibernate: insert into vf_module_customization (AVAILABILITY_ZONE_COUNT, CREATION_TIMESTAMP, HEAT_ENVIRONMENT_ARTIFACT_UUID, INITIAL_COUNT, LABEL, MAX_INSTANCES, MIN_INSTANCES, MODEL_CUSTOMIZATION_UUID, SKIP_POST_INSTANTIATION_CONFIGURATION, VF_MODULE_MODEL_UUID, VNF_RESOURCE_CUSTOMIZATION_ID, VOL_ENVIRONMENT_ARTIFACT_UUID) values (?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?) Hibernate: select vnfccustom0_.MODEL_CUSTOMIZATION_UUID as model_cu1_66_5_, vnfccustom0_.CREATION_TIMESTAMP as creation2_66_5_, vnfccustom0_.DESCRIPTION as descript3_66_5_, vnfccustom0_.MODEL_INSTANCE_NAME as model_in4_66_5_, vnfccustom0_.MODEL_INVARIANT_UUID as model_in5_66_5_, vnfccustom0_.MODEL_NAME as model_na6_66_5_, vnfccustom0_.MODEL_UUID as model_uu7_66_5_, vnfccustom0_.MODEL_VERSION as model_ve8_66_5_, vnfccustom0_.RESOURCE_INPUT as resource9_66_5_, vnfccustom0_.TOSCA_NODE_TYPE as tosca_n10_66_5_, vnfccustom0_.VNFC_INSTANCE_GROUP_CUSTOMIZATION_ID as vnfc_in11_66_5_, cvnfccusto1_.VNFC_CUST_MODEL_CUSTOMIZATION_UUID as vnfc_cu14_23_7_, cvnfccusto1_.ID as id1_23_7_, cvnfccusto1_.ID as id1_23_0_, cvnfccusto1_.CREATION_TIMESTAMP as creation2_23_0_, cvnfccusto1_.DESCRIPTION as descript3_23_0_, cvnfccusto1_.MODEL_CUSTOMIZATION_UUID as model_cu4_23_0_, cvnfccusto1_.MODEL_INSTANCE_NAME as model_in5_23_0_, cvnfccusto1_.MODEL_INVARIANT_UUID as model_in6_23_0_, cvnfccusto1_.MODEL_NAME as model_na7_23_0_, cvnfccusto1_.MODEL_UUID as model_uu8_23_0_, cvnfccusto1_.MODEL_VERSION as model_ve9_23_0_, cvnfccusto1_.NFC_FUNCTION as nfc_fun10_23_0_, cvnfccusto1_.NFC_NAMING_CODE as nfc_nam11_23_0_, cvnfccusto1_.TOSCA_NODE_TYPE as tosca_n12_23_0_, cvnfccusto1_.VF_MODULE_CUSTOMIZATION_ID as vf_modu13_23_0_, cvnfccusto1_.VNFC_CUST_MODEL_CUSTOMIZATION_UUID as vnfc_cu14_23_0_, vfmodulecu2_.ID as id1_59_1_, vfmodulecu2_.AVAILABILITY_ZONE_COUNT as availabi2_59_1_, vfmodulecu2_.CREATION_TIMESTAMP as creation3_59_1_, vfmodulecu2_.HEAT_ENVIRONMENT_ARTIFACT_UUID as heat_en10_59_1_, vfmodulecu2_.INITIAL_COUNT as initial_4_59_1_, vfmodulecu2_.LABEL as label5_59_1_, vfmodulecu2_.MAX_INSTANCES as max_inst6_59_1_, vfmodulecu2_.MIN_INSTANCES as min_inst7_59_1_, vfmodulecu2_.MODEL_CUSTOMIZATION_UUID as model_cu8_59_1_, vfmodulecu2_.SKIP_POST_INSTANTIATION_CONFIGURATION as skip_pos9_59_1_, vfmodulecu2_.VF_MODULE_MODEL_UUID as vf_modu11_59_1_, vfmodulecu2_.VNF_RESOURCE_CUSTOMIZATION_ID as vnf_res12_59_1_, vfmodulecu2_.VOL_ENVIRONMENT_ARTIFACT_UUID as vol_env13_59_1_, vnfcinstan3_.ID as id1_67_2_, vnfcinstan3_.CREATION_TIMESTAMP as creation2_67_2_, vnfcinstan3_.DESCRIPTION as descript3_67_2_, vnfcinstan3_.FUNCTION as function4_67_2_, vnfcinstan3_.INSTANCE_GROUP_MODEL_UUID as instance5_67_2_, vnfcinstan3_.VNF_RESOURCE_CUSTOMIZATION_ID as vnf_reso6_67_2_, instancegr4_.MODEL_UUID as model_uu2_32_3_, instancegr4_.CR_MODEL_UUID as cr_mode10_32_3_, instancegr4_.CREATION_TIMESTAMP as creation3_32_3_, instancegr4_.MODEL_INVARIANT_UUID as model_in4_32_3_, instancegr4_.MODEL_NAME as model_na5_32_3_, instancegr4_.MODEL_VERSION as model_ve6_32_3_, instancegr4_.ROLE as role7_32_3_, instancegr4_.TOSCA_NODE_TYPE as tosca_no8_32_3_, instancegr4_.INSTANCE_GROUP_TYPE as instance9_32_3_, instancegr4_.OBJECT_TYPE as object_t1_32_3_, vnfresourc5_.ID as id1_64_4_, vnfresourc5_.AVAILABILITY_ZONE_MAX_COUNT as availabi2_64_4_, vnfresourc5_.CDS_BLUEPRINT_NAME as cds_blue3_64_4_, vnfresourc5_.CDS_BLUEPRINT_VERSION as cds_blue4_64_4_, vnfresourc5_.CONTROLLER_ACTOR as controll5_64_4_, vnfresourc5_.CREATION_TIMESTAMP as creation6_64_4_, vnfresourc5_.MAX_INSTANCES as max_inst7_64_4_, vnfresourc5_.MIN_INSTANCES as min_inst8_64_4_, vnfresourc5_.MODEL_CUSTOMIZATION_UUID as model_cu9_64_4_, vnfresourc5_.MODEL_INSTANCE_NAME as model_i10_64_4_, vnfresourc5_.MULTI_STAGE_DESIGN as multi_s11_64_4_, vnfresourc5_.NF_DATA_VALID as nf_data12_64_4_, vnfresourc5_.NF_FUNCTION as nf_func13_64_4_, vnfresourc5_.NF_NAMING_CODE as nf_nami14_64_4_, vnfresourc5_.NF_ROLE as nf_role15_64_4_, vnfresourc5_.NF_TYPE as nf_type16_64_4_, vnfresourc5_.RESOURCE_INPUT as resourc17_64_4_, vnfresourc5_.SERVICE_MODEL_UUID as service20_64_4_, vnfresourc5_.SKIP_POST_INSTANTIATION_CONFIGURATION as skip_po18_64_4_, vnfresourc5_.VNF_RESOURCE_MODEL_UUID as vnf_res21_64_4_, vnfresourc5_.VNFCINSTANCEGROUP_ORDER as vnfcins19_64_4_ from vnfc_customization vnfccustom0_ left outer join cvnfc_customization cvnfccusto1_ on vnfccustom0_.MODEL_CUSTOMIZATION_UUID=cvnfccusto1_.VNFC_CUST_MODEL_CUSTOMIZATION_UUID left outer join vf_module_customization vfmodulecu2_ on cvnfccusto1_.VF_MODULE_CUSTOMIZATION_ID=vfmodulecu2_.ID left outer join vnfc_instance_group_customization vnfcinstan3_ on vnfccustom0_.VNFC_INSTANCE_GROUP_CUSTOMIZATION_ID=vnfcinstan3_.ID left outer join instance_group instancegr4_ on vnfcinstan3_.INSTANCE_GROUP_MODEL_UUID=instancegr4_.MODEL_UUID left outer join vnf_resource_customization vnfresourc5_ on vnfcinstan3_.VNF_RESOURCE_CUSTOMIZATION_ID=vnfresourc5_.ID where vnfccustom0_.MODEL_CUSTOMIZATION_UUID=? Hibernate: insert into vnfc_customization (CREATION_TIMESTAMP, DESCRIPTION, MODEL_INSTANCE_NAME, MODEL_INVARIANT_UUID, MODEL_NAME, MODEL_UUID, MODEL_VERSION, RESOURCE_INPUT, TOSCA_NODE_TYPE, VNFC_INSTANCE_GROUP_CUSTOMIZATION_ID, MODEL_CUSTOMIZATION_UUID) values (?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?) Hibernate: insert into cvnfc_customization (CREATION_TIMESTAMP, DESCRIPTION, MODEL_CUSTOMIZATION_UUID, MODEL_INSTANCE_NAME, MODEL_INVARIANT_UUID, MODEL_NAME, MODEL_UUID, MODEL_VERSION, NFC_FUNCTION, NFC_NAMING_CODE, TOSCA_NODE_TYPE, VF_MODULE_CUSTOMIZATION_ID, VNFC_CUST_MODEL_CUSTOMIZATION_UUID) values (?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?) Hibernate: select watchdogco0_.COMPONENT_NAME as componen1_12_0_, watchdogco0_.DISTRIBUTION_ID as distribu2_12_0_, watchdogco0_.COMPONENT_DISTRIBUTION_STATUS as componen3_12_0_, watchdogco0_.CREATE_TIME as create_t4_12_0_, watchdogco0_.MODIFY_TIME as modify_t5_12_0_ from watchdog_per_component_distribution_status watchdogco0_ where watchdogco0_.COMPONENT_NAME=? and watchdogco0_.DISTRIBUTION_ID=? Hibernate: insert into watchdog_per_component_distribution_status (COMPONENT_DISTRIBUTION_STATUS, CREATE_TIME, MODIFY_TIME, COMPONENT_NAME, DISTRIBUTION_ID) values (?, ?, ?, ?, ?) 2021-05-05T01:22:27.250Z|28e7f25a-009d-4cee-a0b8-6cfbd2e42085|pool-2-thread-9|||||INFO|500||ASDC_ARTIFACT_DEPLOY_SUC basic_vm 1bc3f765-ce8f-4c74-a6e0-2a85bf0e724e 1 ASDC deployResourceStructure 2021-05-05T01:22:27.251Z|28e7f25a-009d-4cee-a0b8-6cfbd2e42085|pool-2-thread-9|||||INFO|500||ASDC_SEND_NOTIF_ASDC DEPLOY DEPLOY_OK /sdc/v1/catalog/services/BasicVm/1.0/resourceInstances/basic_vm0/artifacts/basic_vm0_modules.json ASDC sendASDCNotification 2021-05-05T01:22:27.251Z|28e7f25a-009d-4cee-a0b8-6cfbd2e42085|pool-2-thread-9|||||DEBUG|500||Sending DEPLOY(DEPLOY_OK) notification to ASDC for artifact:/sdc/v1/catalog/services/BasicVm/1.0/resourceInstances/basic_vm0/artifacts/basic_vm0_modules.json 2021-05-05T01:22:27.251Z|28e7f25a-009d-4cee-a0b8-6cfbd2e42085|pool-2-thread-9|||||INFO|500||DistributionClient - sendDeploymentStatus 2021-05-05T01:22:27.251Z|28e7f25a-009d-4cee-a0b8-6cfbd2e42085|pool-2-thread-9|||||INFO|500||DistributionClient - sendStatus 2021-05-05T01:22:27.253Z|28e7f25a-009d-4cee-a0b8-6cfbd2e42085|pool-2-thread-9|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap] 2021-05-05T01:22:27.254Z|28e7f25a-009d-4cee-a0b8-6cfbd2e42085|pool-2-thread-9|||||DEBUG|500||try to send status { "distributionID": "28e7f25a-009d-4cee-a0b8-6cfbd2e42085", "consumerID": "SO-COpenSource-Env11", "timestamp": 1620177747251, "artifactURL": "/sdc/v1/catalog/services/BasicVm/1.0/resourceInstances/basic_vm0/artifacts/basic_vm0_modules.json", "status": "DEPLOY_OK" } 2021-05-05T01:22:27.354Z||pool-62-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms 2021-05-05T01:22:27.355Z||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. 2021-05-05T01:22:27.355Z||pool-62-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as a4LkjAbl6YzsGxek) ... 2021-05-05T01:22:27.361Z||pool-62-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK 2021-05-05T01:22:27.361Z||pool-62-thread-1|||||INFO|500||cambria reply ok (7 ms):{"serverTimeMs":0,"count":1} 2021-05-05T01:22:28.255Z|28e7f25a-009d-4cee-a0b8-6cfbd2e42085|pool-2-thread-9|||||INFO|500||ASDC_SEND_NOTIF_ASDC DEPLOY DEPLOY_OK /sdc/v1/catalog/services/BasicVm/1.0/resourceInstances/basic_vm0/artifacts/base_ubuntu20.yaml ASDC sendASDCNotification 2021-05-05T01:22:28.255Z|28e7f25a-009d-4cee-a0b8-6cfbd2e42085|pool-2-thread-9|||||DEBUG|500||Sending DEPLOY(DEPLOY_OK) notification to ASDC for artifact:/sdc/v1/catalog/services/BasicVm/1.0/resourceInstances/basic_vm0/artifacts/base_ubuntu20.yaml 2021-05-05T01:22:28.255Z|28e7f25a-009d-4cee-a0b8-6cfbd2e42085|pool-2-thread-9|||||INFO|500||DistributionClient - sendDeploymentStatus 2021-05-05T01:22:28.255Z|28e7f25a-009d-4cee-a0b8-6cfbd2e42085|pool-2-thread-9|||||INFO|500||DistributionClient - sendStatus 2021-05-05T01:22:28.257Z|28e7f25a-009d-4cee-a0b8-6cfbd2e42085|pool-2-thread-9|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap] 2021-05-05T01:22:28.257Z|28e7f25a-009d-4cee-a0b8-6cfbd2e42085|pool-2-thread-9|||||DEBUG|500||try to send status { "distributionID": "28e7f25a-009d-4cee-a0b8-6cfbd2e42085", "consumerID": "SO-COpenSource-Env11", "timestamp": 1620177748255, "artifactURL": "/sdc/v1/catalog/services/BasicVm/1.0/resourceInstances/basic_vm0/artifacts/base_ubuntu20.yaml", "status": "DEPLOY_OK" } 2021-05-05T01:22:28.357Z||pool-63-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms 2021-05-05T01:22:28.358Z||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. 2021-05-05T01:22:28.358Z||pool-63-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as a4LkjAbl6YzsGxek) ... 2021-05-05T01:22:28.365Z||pool-63-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK 2021-05-05T01:22:28.366Z||pool-63-thread-1|||||INFO|500||cambria reply ok (8 ms):{"serverTimeMs":0,"count":1} 2021-05-05T01:22:29.258Z|28e7f25a-009d-4cee-a0b8-6cfbd2e42085|pool-2-thread-9|||||INFO|500||ASDC_SEND_NOTIF_ASDC DEPLOY DEPLOY_OK /sdc/v1/catalog/services/BasicVm/1.0/resourceInstances/basic_vm0/artifacts/base_ubuntu20.env ASDC sendASDCNotification 2021-05-05T01:22:29.259Z|28e7f25a-009d-4cee-a0b8-6cfbd2e42085|pool-2-thread-9|||||DEBUG|500||Sending DEPLOY(DEPLOY_OK) notification to ASDC for artifact:/sdc/v1/catalog/services/BasicVm/1.0/resourceInstances/basic_vm0/artifacts/base_ubuntu20.env 2021-05-05T01:22:29.259Z|28e7f25a-009d-4cee-a0b8-6cfbd2e42085|pool-2-thread-9|||||INFO|500||DistributionClient - sendDeploymentStatus 2021-05-05T01:22:29.259Z|28e7f25a-009d-4cee-a0b8-6cfbd2e42085|pool-2-thread-9|||||INFO|500||DistributionClient - sendStatus 2021-05-05T01:22:29.261Z|28e7f25a-009d-4cee-a0b8-6cfbd2e42085|pool-2-thread-9|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap] 2021-05-05T01:22:29.261Z|28e7f25a-009d-4cee-a0b8-6cfbd2e42085|pool-2-thread-9|||||DEBUG|500||try to send status { "distributionID": "28e7f25a-009d-4cee-a0b8-6cfbd2e42085", "consumerID": "SO-COpenSource-Env11", "timestamp": 1620177749258, "artifactURL": "/sdc/v1/catalog/services/BasicVm/1.0/resourceInstances/basic_vm0/artifacts/base_ubuntu20.env", "status": "DEPLOY_OK" } 2021-05-05T01:22:29.362Z||pool-64-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 99 ms 2021-05-05T01:22:29.362Z||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. 2021-05-05T01:22:29.362Z||pool-64-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as a4LkjAbl6YzsGxek) ... 2021-05-05T01:22:29.370Z||pool-64-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK 2021-05-05T01:22:29.370Z||pool-64-thread-1|||||INFO|500||cambria reply ok (8 ms):{"serverTimeMs":0,"count":1} 2021-05-05T01:22:30.262Z|28e7f25a-009d-4cee-a0b8-6cfbd2e42085|pool-2-thread-9|||||INFO|500||ASDC_SEND_NOTIF_ASDC DEPLOY DEPLOY_OK /sdc/v1/catalog/services/BasicVm/1.0/artifacts/service-BasicVm-csar.csar ASDC sendASDCNotification 2021-05-05T01:22:30.263Z|28e7f25a-009d-4cee-a0b8-6cfbd2e42085|pool-2-thread-9|||||DEBUG|500||Sending DEPLOY(DEPLOY_OK) notification to ASDC for artifact:/sdc/v1/catalog/services/BasicVm/1.0/artifacts/service-BasicVm-csar.csar 2021-05-05T01:22:30.263Z|28e7f25a-009d-4cee-a0b8-6cfbd2e42085|pool-2-thread-9|||||INFO|500||DistributionClient - sendDeploymentStatus 2021-05-05T01:22:30.263Z|28e7f25a-009d-4cee-a0b8-6cfbd2e42085|pool-2-thread-9|||||INFO|500||DistributionClient - sendStatus 2021-05-05T01:22:30.265Z|28e7f25a-009d-4cee-a0b8-6cfbd2e42085|pool-2-thread-9|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap] 2021-05-05T01:22:30.265Z|28e7f25a-009d-4cee-a0b8-6cfbd2e42085|pool-2-thread-9|||||DEBUG|500||try to send status { "distributionID": "28e7f25a-009d-4cee-a0b8-6cfbd2e42085", "consumerID": "SO-COpenSource-Env11", "timestamp": 1620177750262, "artifactURL": "/sdc/v1/catalog/services/BasicVm/1.0/artifacts/service-BasicVm-csar.csar", "status": "DEPLOY_OK" } 2021-05-05T01:22:30.366Z||pool-65-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms 2021-05-05T01:22:30.367Z||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. 2021-05-05T01:22:30.367Z||pool-65-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as a4LkjAbl6YzsGxek) ... 2021-05-05T01:22:30.374Z||pool-65-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK 2021-05-05T01:22:30.375Z||pool-65-thread-1|||||INFO|500||cambria reply ok (9 ms):{"serverTimeMs":0,"count":1} 2021-05-05T01:22:31.266Z|28e7f25a-009d-4cee-a0b8-6cfbd2e42085|pool-2-thread-9|||||DEBUG|500||Entered getOverallDistributionStatus method for distrubutionId: 28e7f25a-009d-4cee-a0b8-6cfbd2e42085 Hibernate: select watchdogdi0_.DISTRIBUTION_ID as distribu1_11_0_, watchdogdi0_.CREATE_TIME as create_t2_11_0_, watchdogdi0_.DISTRIBUTION_ID_STATUS as distribu3_11_0_, watchdogdi0_.MODIFY_TIME as modify_t4_11_0_, watchdogdi0_.LOCK_VERSION as lock_ver5_11_0_ from watchdog_distributionid_status watchdogdi0_ where watchdogdi0_.DISTRIBUTION_ID=? Hibernate: select watchdogco0_.COMPONENT_NAME as componen1_12_, watchdogco0_.DISTRIBUTION_ID as distribu2_12_, watchdogco0_.COMPONENT_DISTRIBUTION_STATUS as componen3_12_, watchdogco0_.CREATE_TIME as create_t4_12_, watchdogco0_.MODIFY_TIME as modify_t5_12_ from watchdog_per_component_distribution_status watchdogco0_ where watchdogco0_.DISTRIBUTION_ID=? 2021-05-05T01:22:31.276Z|28e7f25a-009d-4cee-a0b8-6cfbd2e42085|pool-2-thread-9|||||DEBUG|500||Executed RequestDB getWatchdogComponentDistributionStatus for distrubutionId: 28e7f25a-009d-4cee-a0b8-6cfbd2e42085 Hibernate: select watchdogco0_.COMPONENT_NAME as componen1_12_, watchdogco0_.DISTRIBUTION_ID as distribu2_12_, watchdogco0_.COMPONENT_DISTRIBUTION_STATUS as componen3_12_, watchdogco0_.CREATE_TIME as create_t4_12_, watchdogco0_.MODIFY_TIME as modify_t5_12_ from watchdog_per_component_distribution_status watchdogco0_ where watchdogco0_.DISTRIBUTION_ID=? 2021-05-05T01:22:31.279Z|28e7f25a-009d-4cee-a0b8-6cfbd2e42085|pool-2-thread-9|||||DEBUG|500||Found componentName SO in the WatchDog Component DB 2021-05-05T01:22:31.279Z|28e7f25a-009d-4cee-a0b8-6cfbd2e42085|pool-2-thread-9|||||DEBUG|500||AAI has not be updated in the the WatchDog Component DB yet, so ending the loop 2021-05-05T01:22:31.279Z|28e7f25a-009d-4cee-a0b8-6cfbd2e42085|pool-2-thread-9|||||DEBUG|500||Components Size Didn't match with the WatchdogComponentDistributionStatus results. 2021-05-05T01:23:01.279Z|28e7f25a-009d-4cee-a0b8-6cfbd2e42085|pool-2-thread-9|||||DEBUG|500||Entered getOverallDistributionStatus method for distrubutionId: 28e7f25a-009d-4cee-a0b8-6cfbd2e42085 Hibernate: select watchdogdi0_.DISTRIBUTION_ID as distribu1_11_0_, watchdogdi0_.CREATE_TIME as create_t2_11_0_, watchdogdi0_.DISTRIBUTION_ID_STATUS as distribu3_11_0_, watchdogdi0_.MODIFY_TIME as modify_t4_11_0_, watchdogdi0_.LOCK_VERSION as lock_ver5_11_0_ from watchdog_distributionid_status watchdogdi0_ where watchdogdi0_.DISTRIBUTION_ID=? Hibernate: select watchdogco0_.COMPONENT_NAME as componen1_12_, watchdogco0_.DISTRIBUTION_ID as distribu2_12_, watchdogco0_.COMPONENT_DISTRIBUTION_STATUS as componen3_12_, watchdogco0_.CREATE_TIME as create_t4_12_, watchdogco0_.MODIFY_TIME as modify_t5_12_ from watchdog_per_component_distribution_status watchdogco0_ where watchdogco0_.DISTRIBUTION_ID=? 2021-05-05T01:23:01.289Z|28e7f25a-009d-4cee-a0b8-6cfbd2e42085|pool-2-thread-9|||||DEBUG|500||Executed RequestDB getWatchdogComponentDistributionStatus for distrubutionId: 28e7f25a-009d-4cee-a0b8-6cfbd2e42085 Hibernate: select watchdogco0_.COMPONENT_NAME as componen1_12_, watchdogco0_.DISTRIBUTION_ID as distribu2_12_, watchdogco0_.COMPONENT_DISTRIBUTION_STATUS as componen3_12_, watchdogco0_.CREATE_TIME as create_t4_12_, watchdogco0_.MODIFY_TIME as modify_t5_12_ from watchdog_per_component_distribution_status watchdogco0_ where watchdogco0_.DISTRIBUTION_ID=? 2021-05-05T01:23:01.291Z|28e7f25a-009d-4cee-a0b8-6cfbd2e42085|pool-2-thread-9|||||DEBUG|500||Found componentName SO in the WatchDog Component DB 2021-05-05T01:23:01.291Z|28e7f25a-009d-4cee-a0b8-6cfbd2e42085|pool-2-thread-9|||||DEBUG|500||AAI has not be updated in the the WatchDog Component DB yet, so ending the loop 2021-05-05T01:23:01.291Z|28e7f25a-009d-4cee-a0b8-6cfbd2e42085|pool-2-thread-9|||||DEBUG|500||Components Size Didn't match with the WatchdogComponentDistributionStatus results. 2021-05-05T01:23:10.726Z||pool-2-thread-5|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2021-05-05T01:23:10.727Z||pool-2-thread-5|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel. 2021-05-05T01:23:10.727Z||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 a4LkjAbl6YzsGxek) ... 2021-05-05T01:23:10.740Z||pool-2-thread-5|||||INFO|500|| --> HTTP/1.1 200 OK 2021-05-05T01:23:10.754Z||pool-2-thread-5|||||DEBUG|500||received message from topic 2021-05-05T01:23:10.755Z||pool-2-thread-5|||||DEBUG|500||recieved notification from broker: { "distributionID": "28e7f25a-009d-4cee-a0b8-6cfbd2e42085", "consumerID": "ves-openapi-manager", "timestamp": 1620177694784, "artifactURL": "/sdc/v1/catalog/services/BasicVm/1.0/resourceInstances/basic_vm0/artifacts/vf-license-model.xml", "status": "NOT_NOTIFIED" } 2021-05-05T01:23:10.756Z||pool-2-thread-5|||||INFO|500||Missing status on Status Object. 2021-05-05T01:23:10.756Z||pool-2-thread-5|||||DEBUG|500||received message from topic 2021-05-05T01:23:10.756Z||pool-2-thread-5|||||DEBUG|500||recieved notification from broker: { "distributionID": "28e7f25a-009d-4cee-a0b8-6cfbd2e42085", "consumerID": "cds", "timestamp": 1620177695580, "artifactURL": "/sdc/v1/catalog/services/BasicVm/1.0/resourceInstances/basic_vm0/artifacts/vf-license-model.xml", "status": "NOT_NOTIFIED" } 2021-05-05T01:23:10.757Z||pool-2-thread-5|||||INFO|500||Missing status on Status Object. 2021-05-05T01:23:10.757Z||pool-2-thread-5|||||DEBUG|500||received message from topic 2021-05-05T01:23:10.757Z||pool-2-thread-5|||||DEBUG|500||recieved notification from broker: { "distributionID": "28e7f25a-009d-4cee-a0b8-6cfbd2e42085", "consumerID": "sdc-COpenSource-Env11-sdnc-dockero", "timestamp": 1620177690819, "artifactURL": "/sdc/v1/catalog/services/BasicVm/1.0/resourceInstances/basic_vm0/artifacts/vf-license-model.xml", "status": "NOT_NOTIFIED" } 2021-05-05T01:23:10.757Z||pool-2-thread-5|||||INFO|500||Missing status on Status Object. 2021-05-05T01:23:10.757Z||pool-2-thread-5|||||DEBUG|500||received message from topic 2021-05-05T01:23:10.757Z||pool-2-thread-5|||||DEBUG|500||recieved notification from broker: { "distributionID": "28e7f25a-009d-4cee-a0b8-6cfbd2e42085", "consumerID": "multicloud-k8s-id", "timestamp": 1620177691985, "artifactURL": "/sdc/v1/catalog/services/BasicVm/1.0/resourceInstances/basic_vm0/artifacts/vf-license-model.xml", "status": "NOT_NOTIFIED" } 2021-05-05T01:23:10.758Z||pool-2-thread-5|||||INFO|500||Missing status on Status Object. 2021-05-05T01:23:10.758Z||pool-2-thread-5|||||DEBUG|500||received message from topic 2021-05-05T01:23:10.758Z||pool-2-thread-5|||||DEBUG|500||recieved notification from broker: { "distributionID": "28e7f25a-009d-4cee-a0b8-6cfbd2e42085", "consumerID": "policy-id", "timestamp": 1620177689987, "artifactURL": "/sdc/v1/catalog/services/BasicVm/1.0/resourceInstances/basic_vm0/artifacts/vf-license-model.xml", "status": "NOT_NOTIFIED" } 2021-05-05T01:23:10.758Z||pool-2-thread-5|||||INFO|500||Missing status on Status Object. 2021-05-05T01:23:10.758Z||pool-2-thread-5|||||DEBUG|500||received message from topic 2021-05-05T01:23:10.759Z||pool-2-thread-5|||||DEBUG|500||recieved notification from broker: { "distributionID": "28e7f25a-009d-4cee-a0b8-6cfbd2e42085", "consumerID": "ves-openapi-manager", "timestamp": 1620177694784, "artifactURL": "/sdc/v1/catalog/services/BasicVm/1.0/resourceInstances/basic_vm0/artifacts/basic_vm0_modules.json", "status": "NOT_NOTIFIED" } 2021-05-05T01:23:10.759Z||pool-2-thread-5|||||INFO|500||Missing status on Status Object. 2021-05-05T01:23:10.759Z||pool-2-thread-5|||||DEBUG|500||received message from topic 2021-05-05T01:23:10.759Z||pool-2-thread-5|||||DEBUG|500||recieved notification from broker: { "distributionID": "28e7f25a-009d-4cee-a0b8-6cfbd2e42085", "consumerID": "cds", "timestamp": 1620177695580, "artifactURL": "/sdc/v1/catalog/services/BasicVm/1.0/resourceInstances/basic_vm0/artifacts/basic_vm0_modules.json", "status": "NOT_NOTIFIED" } 2021-05-05T01:23:10.760Z||pool-2-thread-5|||||INFO|500||Missing status on Status Object. 2021-05-05T01:23:10.760Z||pool-2-thread-5|||||DEBUG|500||received message from topic 2021-05-05T01:23:10.760Z||pool-2-thread-5|||||DEBUG|500||recieved notification from broker: { "distributionID": "28e7f25a-009d-4cee-a0b8-6cfbd2e42085", "consumerID": "sdc-COpenSource-Env11-sdnc-dockero", "timestamp": 1620177690819, "artifactURL": "/sdc/v1/catalog/services/BasicVm/1.0/resourceInstances/basic_vm0/artifacts/basic_vm0_modules.json", "status": "NOT_NOTIFIED" } 2021-05-05T01:23:10.761Z||pool-2-thread-5|||||INFO|500||Missing status on Status Object. 2021-05-05T01:23:10.761Z||pool-2-thread-5|||||DEBUG|500||received message from topic 2021-05-05T01:23:10.761Z||pool-2-thread-5|||||DEBUG|500||recieved notification from broker: { "distributionID": "28e7f25a-009d-4cee-a0b8-6cfbd2e42085", "consumerID": "multicloud-k8s-id", "timestamp": 1620177691985, "artifactURL": "/sdc/v1/catalog/services/BasicVm/1.0/resourceInstances/basic_vm0/artifacts/basic_vm0_modules.json", "status": "NOTIFIED" } 2021-05-05T01:23:10.761Z||pool-2-thread-5|||||INFO|500||Missing status on Status Object. 2021-05-05T01:23:10.761Z||pool-2-thread-5|||||DEBUG|500||received message from topic 2021-05-05T01:23:10.761Z||pool-2-thread-5|||||DEBUG|500||recieved notification from broker: { "distributionID": "28e7f25a-009d-4cee-a0b8-6cfbd2e42085", "consumerID": "policy-id", "timestamp": 1620177689987, "artifactURL": "/sdc/v1/catalog/services/BasicVm/1.0/resourceInstances/basic_vm0/artifacts/basic_vm0_modules.json", "status": "NOT_NOTIFIED" } 2021-05-05T01:23:10.761Z||pool-2-thread-5|||||INFO|500||Missing status on Status Object. 2021-05-05T01:23:10.761Z||pool-2-thread-5|||||DEBUG|500||received message from topic 2021-05-05T01:23:10.761Z||pool-2-thread-5|||||DEBUG|500||recieved notification from broker: { "distributionID": "28e7f25a-009d-4cee-a0b8-6cfbd2e42085", "consumerID": "multicloud-windriver-id", "timestamp": 1620177700474, "artifactURL": "/sdc/v1/catalog/services/BasicVm/1.0/resourceInstances/basic_vm0/artifacts/vf-license-model.xml", "status": "NOT_NOTIFIED" } 2021-05-05T01:23:10.762Z||pool-2-thread-5|||||INFO|500||Missing status on Status Object. 2021-05-05T01:23:10.762Z||pool-2-thread-5|||||DEBUG|500||received message from topic 2021-05-05T01:23:10.762Z||pool-2-thread-5|||||DEBUG|500||recieved notification from broker: { "distributionID": "28e7f25a-009d-4cee-a0b8-6cfbd2e42085", "consumerID": "ves-openapi-manager", "timestamp": 1620177694784, "artifactURL": "/sdc/v1/catalog/services/BasicVm/1.0/resourceInstances/basic_vm0/artifacts/base_ubuntu20.yaml", "status": "NOT_NOTIFIED" } 2021-05-05T01:23:10.762Z||pool-2-thread-5|||||INFO|500||Missing status on Status Object. 2021-05-05T01:23:10.762Z||pool-2-thread-5|||||DEBUG|500||received message from topic 2021-05-05T01:23:10.762Z||pool-2-thread-5|||||DEBUG|500||recieved notification from broker: { "distributionID": "28e7f25a-009d-4cee-a0b8-6cfbd2e42085", "consumerID": "cds", "timestamp": 1620177695580, "artifactURL": "/sdc/v1/catalog/services/BasicVm/1.0/resourceInstances/basic_vm0/artifacts/base_ubuntu20.yaml", "status": "NOT_NOTIFIED" } 2021-05-05T01:23:10.762Z||pool-2-thread-5|||||INFO|500||Missing status on Status Object. 2021-05-05T01:23:10.762Z||pool-2-thread-5|||||DEBUG|500||received message from topic 2021-05-05T01:23:10.762Z||pool-2-thread-5|||||DEBUG|500||recieved notification from broker: { "distributionID": "28e7f25a-009d-4cee-a0b8-6cfbd2e42085", "consumerID": "sdc-COpenSource-Env11-sdnc-dockero", "timestamp": 1620177690819, "artifactURL": "/sdc/v1/catalog/services/BasicVm/1.0/resourceInstances/basic_vm0/artifacts/base_ubuntu20.yaml", "status": "NOT_NOTIFIED" } 2021-05-05T01:23:10.762Z||pool-2-thread-5|||||INFO|500||Missing status on Status Object. 2021-05-05T01:23:10.762Z||pool-2-thread-5|||||DEBUG|500||received message from topic 2021-05-05T01:23:10.762Z||pool-2-thread-5|||||DEBUG|500||recieved notification from broker: { "distributionID": "28e7f25a-009d-4cee-a0b8-6cfbd2e42085", "consumerID": "multicloud-k8s-id", "timestamp": 1620177691985, "artifactURL": "/sdc/v1/catalog/services/BasicVm/1.0/resourceInstances/basic_vm0/artifacts/base_ubuntu20.yaml", "status": "NOTIFIED" } 2021-05-05T01:23:10.762Z||pool-2-thread-5|||||INFO|500||Missing status on Status Object. 2021-05-05T01:23:10.762Z||pool-2-thread-5|||||DEBUG|500||received message from topic 2021-05-05T01:23:10.763Z||pool-2-thread-5|||||DEBUG|500||recieved notification from broker: { "distributionID": "28e7f25a-009d-4cee-a0b8-6cfbd2e42085", "consumerID": "policy-id", "timestamp": 1620177689987, "artifactURL": "/sdc/v1/catalog/services/BasicVm/1.0/resourceInstances/basic_vm0/artifacts/base_ubuntu20.yaml", "status": "NOTIFIED" } 2021-05-05T01:23:10.763Z||pool-2-thread-5|||||INFO|500||Missing status on Status Object. 2021-05-05T01:23:10.763Z||pool-2-thread-5|||||DEBUG|500||received message from topic 2021-05-05T01:23:10.763Z||pool-2-thread-5|||||DEBUG|500||recieved notification from broker: { "distributionID": "28e7f25a-009d-4cee-a0b8-6cfbd2e42085", "consumerID": "multicloud-windriver-id", "timestamp": 1620177700474, "artifactURL": "/sdc/v1/catalog/services/BasicVm/1.0/resourceInstances/basic_vm0/artifacts/basic_vm0_modules.json", "status": "NOTIFIED" } 2021-05-05T01:23:10.763Z||pool-2-thread-5|||||INFO|500||Missing status on Status Object. 2021-05-05T01:23:10.763Z||pool-2-thread-5|||||DEBUG|500||received message from topic 2021-05-05T01:23:10.763Z||pool-2-thread-5|||||DEBUG|500||recieved notification from broker: { "distributionID": "28e7f25a-009d-4cee-a0b8-6cfbd2e42085", "consumerID": "ves-openapi-manager", "timestamp": 1620177694784, "artifactURL": "/sdc/v1/catalog/services/BasicVm/1.0/resourceInstances/basic_vm0/artifacts/vendor-license-model.xml", "status": "NOT_NOTIFIED" } 2021-05-05T01:23:10.763Z||pool-2-thread-5|||||INFO|500||Missing status on Status Object. 2021-05-05T01:23:10.763Z||pool-2-thread-5|||||DEBUG|500||received message from topic 2021-05-05T01:23:10.763Z||pool-2-thread-5|||||DEBUG|500||recieved notification from broker: { "distributionID": "28e7f25a-009d-4cee-a0b8-6cfbd2e42085", "consumerID": "cds", "timestamp": 1620177695580, "artifactURL": "/sdc/v1/catalog/services/BasicVm/1.0/resourceInstances/basic_vm0/artifacts/vendor-license-model.xml", "status": "NOT_NOTIFIED" } 2021-05-05T01:23:10.763Z||pool-2-thread-5|||||INFO|500||Missing status on Status Object. 2021-05-05T01:23:10.763Z||pool-2-thread-5|||||DEBUG|500||received message from topic 2021-05-05T01:23:10.763Z||pool-2-thread-5|||||DEBUG|500||recieved notification from broker: { "distributionID": "28e7f25a-009d-4cee-a0b8-6cfbd2e42085", "consumerID": "multicloud-k8s-id", "timestamp": 1620177691985, "artifactURL": "/sdc/v1/catalog/services/BasicVm/1.0/resourceInstances/basic_vm0/artifacts/vendor-license-model.xml", "status": "NOT_NOTIFIED" } 2021-05-05T01:23:10.763Z||pool-2-thread-5|||||INFO|500||Missing status on Status Object. 2021-05-05T01:23:10.764Z||pool-2-thread-5|||||DEBUG|500||received message from topic 2021-05-05T01:23:10.764Z||pool-2-thread-5|||||DEBUG|500||recieved notification from broker: { "distributionID": "28e7f25a-009d-4cee-a0b8-6cfbd2e42085", "consumerID": "sdc-COpenSource-Env11-sdnc-dockero", "timestamp": 1620177690819, "artifactURL": "/sdc/v1/catalog/services/BasicVm/1.0/resourceInstances/basic_vm0/artifacts/vendor-license-model.xml", "status": "NOT_NOTIFIED" } 2021-05-05T01:23:10.764Z||pool-2-thread-5|||||INFO|500||Missing status on Status Object. 2021-05-05T01:23:10.764Z||pool-2-thread-5|||||DEBUG|500||received message from topic 2021-05-05T01:23:10.764Z||pool-2-thread-5|||||DEBUG|500||recieved notification from broker: { "distributionID": "28e7f25a-009d-4cee-a0b8-6cfbd2e42085", "consumerID": "policy-id", "timestamp": 1620177689987, "artifactURL": "/sdc/v1/catalog/services/BasicVm/1.0/resourceInstances/basic_vm0/artifacts/vendor-license-model.xml", "status": "NOT_NOTIFIED" } 2021-05-05T01:23:10.764Z||pool-2-thread-5|||||INFO|500||Missing status on Status Object. 2021-05-05T01:23:10.764Z||pool-2-thread-5|||||DEBUG|500||received message from topic 2021-05-05T01:23:10.764Z||pool-2-thread-5|||||DEBUG|500||recieved notification from broker: { "distributionID": "28e7f25a-009d-4cee-a0b8-6cfbd2e42085", "consumerID": "multicloud-windriver-id", "timestamp": 1620177700474, "artifactURL": "/sdc/v1/catalog/services/BasicVm/1.0/resourceInstances/basic_vm0/artifacts/base_ubuntu20.yaml", "status": "NOTIFIED" } 2021-05-05T01:23:10.764Z||pool-2-thread-5|||||INFO|500||Missing status on Status Object. 2021-05-05T01:23:10.764Z||pool-2-thread-5|||||DEBUG|500||received message from topic 2021-05-05T01:23:10.764Z||pool-2-thread-5|||||DEBUG|500||recieved notification from broker: { "distributionID": "28e7f25a-009d-4cee-a0b8-6cfbd2e42085", "consumerID": "dcae-sch", "timestamp": 1620177702864, "artifactURL": "/sdc/v1/catalog/services/BasicVm/1.0/resourceInstances/basic_vm0/artifacts/vf-license-model.xml", "status": "NOT_NOTIFIED" } 2021-05-05T01:23:10.764Z||pool-2-thread-5|||||INFO|500||Missing status on Status Object. 2021-05-05T01:23:10.764Z||pool-2-thread-5|||||DEBUG|500||received message from topic 2021-05-05T01:23:10.764Z||pool-2-thread-5|||||DEBUG|500||recieved notification from broker: { "distributionID": "28e7f25a-009d-4cee-a0b8-6cfbd2e42085", "consumerID": "ves-openapi-manager", "timestamp": 1620177694784, "artifactURL": "/sdc/v1/catalog/services/BasicVm/1.0/resourceInstances/basic_vm0/artifacts/base_ubuntu20.env", "status": "NOT_NOTIFIED" } 2021-05-05T01:23:10.764Z||pool-2-thread-5|||||INFO|500||Missing status on Status Object. 2021-05-05T01:23:10.765Z||pool-2-thread-5|||||DEBUG|500||received message from topic 2021-05-05T01:23:10.765Z||pool-2-thread-5|||||DEBUG|500||recieved notification from broker: { "distributionID": "28e7f25a-009d-4cee-a0b8-6cfbd2e42085", "consumerID": "cds", "timestamp": 1620177695580, "artifactURL": "/sdc/v1/catalog/services/BasicVm/1.0/resourceInstances/basic_vm0/artifacts/base_ubuntu20.env", "status": "NOT_NOTIFIED" } 2021-05-05T01:23:10.765Z||pool-2-thread-5|||||INFO|500||Missing status on Status Object. 2021-05-05T01:23:10.765Z||pool-2-thread-5|||||DEBUG|500||received message from topic 2021-05-05T01:23:10.765Z||pool-2-thread-5|||||DEBUG|500||recieved notification from broker: { "distributionID": "28e7f25a-009d-4cee-a0b8-6cfbd2e42085", "consumerID": "multicloud-k8s-id", "timestamp": 1620177691985, "artifactURL": "/sdc/v1/catalog/services/BasicVm/1.0/resourceInstances/basic_vm0/artifacts/base_ubuntu20.env", "status": "NOTIFIED" } 2021-05-05T01:23:10.765Z||pool-2-thread-5|||||INFO|500||Missing status on Status Object. 2021-05-05T01:23:10.765Z||pool-2-thread-5|||||DEBUG|500||received message from topic 2021-05-05T01:23:10.765Z||pool-2-thread-5|||||DEBUG|500||recieved notification from broker: { "distributionID": "28e7f25a-009d-4cee-a0b8-6cfbd2e42085", "consumerID": "sdc-COpenSource-Env11-sdnc-dockero", "timestamp": 1620177690819, "artifactURL": "/sdc/v1/catalog/services/BasicVm/1.0/resourceInstances/basic_vm0/artifacts/base_ubuntu20.env", "status": "NOT_NOTIFIED" } 2021-05-05T01:23:10.765Z||pool-2-thread-5|||||INFO|500||Missing status on Status Object. 2021-05-05T01:23:10.765Z||pool-2-thread-5|||||DEBUG|500||received message from topic 2021-05-05T01:23:10.765Z||pool-2-thread-5|||||DEBUG|500||recieved notification from broker: { "distributionID": "28e7f25a-009d-4cee-a0b8-6cfbd2e42085", "consumerID": "policy-id", "timestamp": 1620177689987, "artifactURL": "/sdc/v1/catalog/services/BasicVm/1.0/resourceInstances/basic_vm0/artifacts/base_ubuntu20.env", "status": "NOT_NOTIFIED" } 2021-05-05T01:23:10.765Z||pool-2-thread-5|||||INFO|500||Missing status on Status Object. 2021-05-05T01:23:10.765Z||pool-2-thread-5|||||DEBUG|500||received message from topic 2021-05-05T01:23:10.766Z||pool-2-thread-5|||||DEBUG|500||recieved notification from broker: { "distributionID": "28e7f25a-009d-4cee-a0b8-6cfbd2e42085", "consumerID": "multicloud-windriver-id", "timestamp": 1620177700474, "artifactURL": "/sdc/v1/catalog/services/BasicVm/1.0/resourceInstances/basic_vm0/artifacts/vendor-license-model.xml", "status": "NOT_NOTIFIED" } 2021-05-05T01:23:10.766Z||pool-2-thread-5|||||INFO|500||Missing status on Status Object. 2021-05-05T01:23:10.766Z||pool-2-thread-5|||||DEBUG|500||received message from topic 2021-05-05T01:23:10.766Z||pool-2-thread-5|||||DEBUG|500||recieved notification from broker: { "distributionID": "28e7f25a-009d-4cee-a0b8-6cfbd2e42085", "consumerID": "multicloud-starlingx-id", "timestamp": 1620177703560, "artifactURL": "/sdc/v1/catalog/services/BasicVm/1.0/resourceInstances/basic_vm0/artifacts/vf-license-model.xml", "status": "NOT_NOTIFIED" } 2021-05-05T01:23:10.766Z||pool-2-thread-5|||||INFO|500||Missing status on Status Object. 2021-05-05T01:23:10.766Z||pool-2-thread-5|||||DEBUG|500||received message from topic 2021-05-05T01:23:10.766Z||pool-2-thread-5|||||DEBUG|500||recieved notification from broker: { "distributionID": "28e7f25a-009d-4cee-a0b8-6cfbd2e42085", "consumerID": "dcae-sch", "timestamp": 1620177702864, "artifactURL": "/sdc/v1/catalog/services/BasicVm/1.0/resourceInstances/basic_vm0/artifacts/basic_vm0_modules.json", "status": "NOT_NOTIFIED" } 2021-05-05T01:23:10.766Z||pool-2-thread-5|||||INFO|500||Missing status on Status Object. 2021-05-05T01:23:10.766Z||pool-2-thread-5|||||DEBUG|500||received message from topic 2021-05-05T01:23:10.766Z||pool-2-thread-5|||||DEBUG|500||recieved notification from broker: { "distributionID": "28e7f25a-009d-4cee-a0b8-6cfbd2e42085", "consumerID": "clamp", "timestamp": 1620177704364, "artifactURL": "/sdc/v1/catalog/services/BasicVm/1.0/resourceInstances/basic_vm0/artifacts/vf-license-model.xml", "status": "NOT_NOTIFIED" } 2021-05-05T01:23:10.767Z||pool-2-thread-5|||||INFO|500||Missing status on Status Object. 2021-05-05T01:23:10.767Z||pool-2-thread-5|||||DEBUG|500||received message from topic 2021-05-05T01:23:10.767Z||pool-2-thread-5|||||DEBUG|500||recieved notification from broker: { "distributionID": "28e7f25a-009d-4cee-a0b8-6cfbd2e42085", "consumerID": "ves-openapi-manager", "timestamp": 1620177694784, "artifactURL": "/sdc/v1/catalog/services/BasicVm/1.0/artifacts/service-BasicVm-template.yml", "status": "NOT_NOTIFIED" } 2021-05-05T01:23:10.767Z||pool-2-thread-5|||||INFO|500||Missing status on Status Object. 2021-05-05T01:23:10.767Z||pool-2-thread-5|||||DEBUG|500||received message from topic 2021-05-05T01:23:10.767Z||pool-2-thread-5|||||DEBUG|500||recieved notification from broker: { "distributionID": "28e7f25a-009d-4cee-a0b8-6cfbd2e42085", "consumerID": "cds", "timestamp": 1620177695580, "artifactURL": "/sdc/v1/catalog/services/BasicVm/1.0/artifacts/service-BasicVm-template.yml", "status": "NOT_NOTIFIED" } 2021-05-05T01:23:10.767Z||pool-2-thread-5|||||INFO|500||Missing status on Status Object. 2021-05-05T01:23:10.767Z||pool-2-thread-5|||||DEBUG|500||received message from topic 2021-05-05T01:23:10.767Z||pool-2-thread-5|||||DEBUG|500||recieved notification from broker: { "distributionID": "28e7f25a-009d-4cee-a0b8-6cfbd2e42085", "consumerID": "multicloud-k8s-id", "timestamp": 1620177691985, "artifactURL": "/sdc/v1/catalog/services/BasicVm/1.0/artifacts/service-BasicVm-template.yml", "status": "NOT_NOTIFIED" } 2021-05-05T01:23:10.767Z||pool-2-thread-5|||||INFO|500||Missing status on Status Object. 2021-05-05T01:23:10.767Z||pool-2-thread-5|||||DEBUG|500||received message from topic 2021-05-05T01:23:10.767Z||pool-2-thread-5|||||DEBUG|500||recieved notification from broker: { "distributionID": "28e7f25a-009d-4cee-a0b8-6cfbd2e42085", "consumerID": "sdc-COpenSource-Env11-sdnc-dockero", "timestamp": 1620177690819, "artifactURL": "/sdc/v1/catalog/services/BasicVm/1.0/artifacts/service-BasicVm-template.yml", "status": "NOT_NOTIFIED" } 2021-05-05T01:23:10.767Z||pool-2-thread-5|||||INFO|500||Missing status on Status Object. 2021-05-05T01:23:10.767Z||pool-2-thread-5|||||DEBUG|500||received message from topic 2021-05-05T01:23:10.768Z||pool-2-thread-5|||||DEBUG|500||recieved notification from broker: { "distributionID": "28e7f25a-009d-4cee-a0b8-6cfbd2e42085", "consumerID": "policy-id", "timestamp": 1620177689987, "artifactURL": "/sdc/v1/catalog/services/BasicVm/1.0/artifacts/service-BasicVm-template.yml", "status": "NOT_NOTIFIED" } 2021-05-05T01:23:10.768Z||pool-2-thread-5|||||INFO|500||Missing status on Status Object. 2021-05-05T01:23:10.768Z||pool-2-thread-5|||||DEBUG|500||received message from topic 2021-05-05T01:23:10.768Z||pool-2-thread-5|||||DEBUG|500||recieved notification from broker: { "distributionID": "28e7f25a-009d-4cee-a0b8-6cfbd2e42085", "consumerID": "multicloud-windriver-id", "timestamp": 1620177700474, "artifactURL": "/sdc/v1/catalog/services/BasicVm/1.0/resourceInstances/basic_vm0/artifacts/base_ubuntu20.env", "status": "NOTIFIED" } 2021-05-05T01:23:10.768Z||pool-2-thread-5|||||INFO|500||Missing status on Status Object. 2021-05-05T01:23:10.768Z||pool-2-thread-5|||||DEBUG|500||received message from topic 2021-05-05T01:23:10.768Z||pool-2-thread-5|||||DEBUG|500||recieved notification from broker: { "distributionID": "28e7f25a-009d-4cee-a0b8-6cfbd2e42085", "consumerID": "multicloud-starlingx-id", "timestamp": 1620177703560, "artifactURL": "/sdc/v1/catalog/services/BasicVm/1.0/resourceInstances/basic_vm0/artifacts/basic_vm0_modules.json", "status": "NOTIFIED" } 2021-05-05T01:23:10.768Z||pool-2-thread-5|||||INFO|500||Missing status on Status Object. 2021-05-05T01:23:10.768Z||pool-2-thread-5|||||DEBUG|500||received message from topic 2021-05-05T01:23:10.768Z||pool-2-thread-5|||||DEBUG|500||recieved notification from broker: { "distributionID": "28e7f25a-009d-4cee-a0b8-6cfbd2e42085", "consumerID": "dcae-sch", "timestamp": 1620177702864, "artifactURL": "/sdc/v1/catalog/services/BasicVm/1.0/resourceInstances/basic_vm0/artifacts/base_ubuntu20.yaml", "status": "NOT_NOTIFIED" } 2021-05-05T01:23:10.768Z||pool-2-thread-5|||||INFO|500||Missing status on Status Object. 2021-05-05T01:23:10.768Z||pool-2-thread-5|||||DEBUG|500||received message from topic 2021-05-05T01:23:10.768Z||pool-2-thread-5|||||DEBUG|500||recieved notification from broker: { "distributionID": "28e7f25a-009d-4cee-a0b8-6cfbd2e42085", "consumerID": "clamp", "timestamp": 1620177704364, "artifactURL": "/sdc/v1/catalog/services/BasicVm/1.0/resourceInstances/basic_vm0/artifacts/basic_vm0_modules.json", "status": "NOTIFIED" } 2021-05-05T01:23:10.768Z||pool-2-thread-5|||||INFO|500||Missing status on Status Object. 2021-05-05T01:23:10.769Z||pool-2-thread-5|||||DEBUG|500||received message from topic 2021-05-05T01:23:10.769Z||pool-2-thread-5|||||DEBUG|500||recieved notification from broker: { "distributionID": "28e7f25a-009d-4cee-a0b8-6cfbd2e42085", "consumerID": "ves-openapi-manager", "timestamp": 1620177694784, "artifactURL": "/sdc/v1/catalog/services/BasicVm/1.0/artifacts/service-BasicVm-csar.csar", "status": "NOT_NOTIFIED" } 2021-05-05T01:23:10.769Z||pool-2-thread-5|||||INFO|500||Missing status on Status Object. 2021-05-05T01:23:10.769Z||pool-2-thread-5|||||DEBUG|500||received message from topic 2021-05-05T01:23:10.769Z||pool-2-thread-5|||||DEBUG|500||recieved notification from broker: { "distributionID": "28e7f25a-009d-4cee-a0b8-6cfbd2e42085", "consumerID": "cds", "timestamp": 1620177695580, "artifactURL": "/sdc/v1/catalog/services/BasicVm/1.0/artifacts/service-BasicVm-csar.csar", "status": "NOTIFIED" } 2021-05-05T01:23:10.769Z||pool-2-thread-5|||||INFO|500||Missing status on Status Object. 2021-05-05T01:23:10.769Z||pool-2-thread-5|||||DEBUG|500||received message from topic 2021-05-05T01:23:10.769Z||pool-2-thread-5|||||DEBUG|500||recieved notification from broker: { "distributionID": "28e7f25a-009d-4cee-a0b8-6cfbd2e42085", "consumerID": "multicloud-k8s-id", "timestamp": 1620177691985, "artifactURL": "/sdc/v1/catalog/services/BasicVm/1.0/artifacts/service-BasicVm-csar.csar", "status": "NOTIFIED" } 2021-05-05T01:23:10.769Z||pool-2-thread-5|||||INFO|500||Missing status on Status Object. 2021-05-05T01:23:10.769Z||pool-2-thread-5|||||DEBUG|500||received message from topic 2021-05-05T01:23:10.769Z||pool-2-thread-5|||||DEBUG|500||recieved notification from broker: { "distributionID": "28e7f25a-009d-4cee-a0b8-6cfbd2e42085", "consumerID": "sdc-COpenSource-Env11-sdnc-dockero", "timestamp": 1620177690819, "artifactURL": "/sdc/v1/catalog/services/BasicVm/1.0/artifacts/service-BasicVm-csar.csar", "status": "NOTIFIED" } 2021-05-05T01:23:10.769Z||pool-2-thread-5|||||INFO|500||Missing status on Status Object. 2021-05-05T01:23:10.770Z||pool-2-thread-5|||||DEBUG|500||received message from topic 2021-05-05T01:23:10.770Z||pool-2-thread-5|||||DEBUG|500||recieved notification from broker: { "distributionID": "28e7f25a-009d-4cee-a0b8-6cfbd2e42085", "consumerID": "policy-id", "timestamp": 1620177689987, "artifactURL": "/sdc/v1/catalog/services/BasicVm/1.0/artifacts/service-BasicVm-csar.csar", "status": "NOTIFIED" } 2021-05-05T01:23:10.770Z||pool-2-thread-5|||||INFO|500||Missing status on Status Object. 2021-05-05T01:23:10.770Z||pool-2-thread-5|||||DEBUG|500||received message from topic 2021-05-05T01:23:10.770Z||pool-2-thread-5|||||DEBUG|500||recieved notification from broker: { "distributionID": "28e7f25a-009d-4cee-a0b8-6cfbd2e42085", "consumerID": "multicloud-windriver-id", "timestamp": 1620177700474, "artifactURL": "/sdc/v1/catalog/services/BasicVm/1.0/artifacts/service-BasicVm-template.yml", "status": "NOT_NOTIFIED" } 2021-05-05T01:23:10.770Z||pool-2-thread-5|||||INFO|500||Missing status on Status Object. 2021-05-05T01:23:10.770Z||pool-2-thread-5|||||DEBUG|500||received message from topic 2021-05-05T01:23:10.770Z||pool-2-thread-5|||||DEBUG|500||recieved notification from broker: { "distributionID": "28e7f25a-009d-4cee-a0b8-6cfbd2e42085", "consumerID": "multicloud-starlingx-id", "timestamp": 1620177703560, "artifactURL": "/sdc/v1/catalog/services/BasicVm/1.0/resourceInstances/basic_vm0/artifacts/base_ubuntu20.yaml", "status": "NOTIFIED" } 2021-05-05T01:23:10.770Z||pool-2-thread-5|||||INFO|500||Missing status on Status Object. 2021-05-05T01:23:10.770Z||pool-2-thread-5|||||DEBUG|500||received message from topic 2021-05-05T01:23:10.770Z||pool-2-thread-5|||||DEBUG|500||recieved notification from broker: { "distributionID": "28e7f25a-009d-4cee-a0b8-6cfbd2e42085", "consumerID": "dcae-sch", "timestamp": 1620177702864, "artifactURL": "/sdc/v1/catalog/services/BasicVm/1.0/resourceInstances/basic_vm0/artifacts/vendor-license-model.xml", "status": "NOT_NOTIFIED" } 2021-05-05T01:23:10.770Z||pool-2-thread-5|||||INFO|500||Missing status on Status Object. 2021-05-05T01:23:10.771Z||pool-2-thread-5|||||DEBUG|500||received message from topic 2021-05-05T01:23:10.771Z||pool-2-thread-5|||||DEBUG|500||recieved notification from broker: { "distributionID": "28e7f25a-009d-4cee-a0b8-6cfbd2e42085", "consumerID": "clamp", "timestamp": 1620177704364, "artifactURL": "/sdc/v1/catalog/services/BasicVm/1.0/resourceInstances/basic_vm0/artifacts/base_ubuntu20.yaml", "status": "NOT_NOTIFIED" } 2021-05-05T01:23:10.771Z||pool-2-thread-5|||||INFO|500||Missing status on Status Object. 2021-05-05T01:23:10.771Z||pool-2-thread-5|||||DEBUG|500||received message from topic 2021-05-05T01:23:10.771Z||pool-2-thread-5|||||DEBUG|500||recieved notification from broker: { "distributionID": "28e7f25a-009d-4cee-a0b8-6cfbd2e42085", "consumerID": "multicloud-windriver-id", "timestamp": 1620177700474, "artifactURL": "/sdc/v1/catalog/services/BasicVm/1.0/artifacts/service-BasicVm-csar.csar", "status": "NOTIFIED" } 2021-05-05T01:23:10.771Z||pool-2-thread-5|||||INFO|500||Missing status on Status Object. 2021-05-05T01:23:10.771Z||pool-2-thread-5|||||DEBUG|500||received message from topic 2021-05-05T01:23:10.771Z||pool-2-thread-5|||||DEBUG|500||recieved notification from broker: { "distributionID": "28e7f25a-009d-4cee-a0b8-6cfbd2e42085", "consumerID": "multicloud-starlingx-id", "timestamp": 1620177703560, "artifactURL": "/sdc/v1/catalog/services/BasicVm/1.0/resourceInstances/basic_vm0/artifacts/vendor-license-model.xml", "status": "NOT_NOTIFIED" } 2021-05-05T01:23:10.771Z||pool-2-thread-5|||||INFO|500||Missing status on Status Object. 2021-05-05T01:23:10.771Z||pool-2-thread-5|||||DEBUG|500||received message from topic 2021-05-05T01:23:10.771Z||pool-2-thread-5|||||DEBUG|500||recieved notification from broker: { "distributionID": "28e7f25a-009d-4cee-a0b8-6cfbd2e42085", "consumerID": "dcae-sch", "timestamp": 1620177702864, "artifactURL": "/sdc/v1/catalog/services/BasicVm/1.0/resourceInstances/basic_vm0/artifacts/base_ubuntu20.env", "status": "NOT_NOTIFIED" } 2021-05-05T01:23:10.771Z||pool-2-thread-5|||||INFO|500||Missing status on Status Object. 2021-05-05T01:23:10.772Z||pool-2-thread-5|||||DEBUG|500||received message from topic 2021-05-05T01:23:10.772Z||pool-2-thread-5|||||DEBUG|500||recieved notification from broker: { "distributionID": "28e7f25a-009d-4cee-a0b8-6cfbd2e42085", "consumerID": "multicloud-k8s-id", "timestamp": 1620177707665, "artifactURL": "/sdc/v1/catalog/services/BasicVm/1.0/resourceInstances/basic_vm0/artifacts/basic_vm0_modules.json", "status": "DOWNLOAD_OK" } 2021-05-05T01:23:10.772Z||pool-2-thread-5|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error' 2021-05-05T01:23:10.772Z||pool-2-thread-5|||||DEBUG|500||received message from topic 2021-05-05T01:23:10.772Z||pool-2-thread-5|||||DEBUG|500||recieved notification from broker: { "distributionID": "28e7f25a-009d-4cee-a0b8-6cfbd2e42085", "consumerID": "cds", "timestamp": 1620177707664, "artifactURL": "/sdc/v1/catalog/services/BasicVm/1.0/artifacts/service-BasicVm-csar.csar", "status": "DOWNLOAD_OK" } 2021-05-05T01:23:10.772Z||pool-2-thread-5|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error' 2021-05-05T01:23:10.772Z||pool-2-thread-5|||||DEBUG|500||received message from topic 2021-05-05T01:23:10.772Z||pool-2-thread-5|||||DEBUG|500||recieved notification from broker: { "distributionID": "28e7f25a-009d-4cee-a0b8-6cfbd2e42085", "consumerID": "sdc-COpenSource-Env11-sdnc-dockero", "timestamp": 1620177707666, "artifactURL": "/sdc/v1/catalog/services/BasicVm/1.0/artifacts/service-BasicVm-csar.csar", "status": "DOWNLOAD_OK" } 2021-05-05T01:23:10.772Z||pool-2-thread-5|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error' 2021-05-05T01:23:10.772Z||pool-2-thread-5|||||DEBUG|500||received message from topic 2021-05-05T01:23:10.772Z||pool-2-thread-5|||||DEBUG|500||recieved notification from broker: { "distributionID": "28e7f25a-009d-4cee-a0b8-6cfbd2e42085", "consumerID": "policy-id", "timestamp": 1620177707665, "artifactURL": "/sdc/v1/catalog/services/BasicVm/1.0/artifacts/service-BasicVm-csar.csar", "status": "DOWNLOAD_OK" } 2021-05-05T01:23:10.773Z||pool-2-thread-5|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error' 2021-05-05T01:23:10.773Z||pool-2-thread-5|||||DEBUG|500||received message from topic 2021-05-05T01:23:10.773Z||pool-2-thread-5|||||DEBUG|500||recieved notification from broker: { "distributionID": "28e7f25a-009d-4cee-a0b8-6cfbd2e42085", "consumerID": "aai-ml", "timestamp": 1620177707262, "artifactURL": "/sdc/v1/catalog/services/BasicVm/1.0/resourceInstances/basic_vm0/artifacts/vf-license-model.xml", "status": "NOT_NOTIFIED" } 2021-05-05T01:23:10.773Z||pool-2-thread-5|||||INFO|500||Missing status on Status Object. 2021-05-05T01:23:10.773Z||pool-2-thread-5|||||DEBUG|500||received message from topic 2021-05-05T01:23:10.773Z||pool-2-thread-5|||||DEBUG|500||recieved notification from broker: { "distributionID": "28e7f25a-009d-4cee-a0b8-6cfbd2e42085", "consumerID": "clamp", "timestamp": 1620177704364, "artifactURL": "/sdc/v1/catalog/services/BasicVm/1.0/resourceInstances/basic_vm0/artifacts/vendor-license-model.xml", "status": "NOT_NOTIFIED" } 2021-05-05T01:23:10.773Z||pool-2-thread-5|||||INFO|500||Missing status on Status Object. 2021-05-05T01:23:10.773Z||pool-2-thread-5|||||DEBUG|500||received message from topic 2021-05-05T01:23:10.773Z||pool-2-thread-5|||||DEBUG|500||recieved notification from broker: { "distributionID": "28e7f25a-009d-4cee-a0b8-6cfbd2e42085", "consumerID": "multicloud-starlingx-id", "timestamp": 1620177703560, "artifactURL": "/sdc/v1/catalog/services/BasicVm/1.0/resourceInstances/basic_vm0/artifacts/base_ubuntu20.env", "status": "NOTIFIED" } 2021-05-05T01:23:10.773Z||pool-2-thread-5|||||INFO|500||Missing status on Status Object. 2021-05-05T01:23:10.773Z||pool-2-thread-5|||||DEBUG|500||received message from topic 2021-05-05T01:23:10.773Z||pool-2-thread-5|||||DEBUG|500||recieved notification from broker: { "distributionID": "28e7f25a-009d-4cee-a0b8-6cfbd2e42085", "consumerID": "dcae-sch", "timestamp": 1620177702864, "artifactURL": "/sdc/v1/catalog/services/BasicVm/1.0/artifacts/service-BasicVm-template.yml", "status": "NOT_NOTIFIED" } 2021-05-05T01:23:10.773Z||pool-2-thread-5|||||INFO|500||Missing status on Status Object. 2021-05-05T01:23:10.773Z||pool-2-thread-5|||||DEBUG|500||received message from topic 2021-05-05T01:23:10.774Z||pool-2-thread-5|||||DEBUG|500||recieved notification from broker: { "distributionID": "28e7f25a-009d-4cee-a0b8-6cfbd2e42085", "consumerID": "cds", "timestamp": 1620177708668, "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=? 2021-05-05T01:23:10.779Z||pool-2-thread-5|||||DEBUG|500||Receive a callback componentStatus in ASDC, for componentName: cds and status of COMPONENT_DONE_OK distributionID of 28e7f25a-009d-4cee-a0b8-6cfbd2e42085 2021-05-05T01:23:10.779Z||pool-2-thread-5|||||DEBUG|500||Entering installTheComponentStatus for distributionId 28e7f25a-009d-4cee-a0b8-6cfbd2e42085 and ComponentName cds Hibernate: select watchdogco0_.COMPONENT_NAME as componen1_12_0_, watchdogco0_.DISTRIBUTION_ID as distribu2_12_0_, watchdogco0_.COMPONENT_DISTRIBUTION_STATUS as componen3_12_0_, watchdogco0_.CREATE_TIME as create_t4_12_0_, watchdogco0_.MODIFY_TIME as modify_t5_12_0_ from watchdog_per_component_distribution_status watchdogco0_ where watchdogco0_.COMPONENT_NAME=? and watchdogco0_.DISTRIBUTION_ID=? Hibernate: insert into watchdog_per_component_distribution_status (COMPONENT_DISTRIBUTION_STATUS, CREATE_TIME, MODIFY_TIME, COMPONENT_NAME, DISTRIBUTION_ID) values (?, ?, ?, ?, ?) 2021-05-05T01:23:10.788Z||pool-2-thread-5|||||DEBUG|500||received message from topic 2021-05-05T01:23:10.788Z||pool-2-thread-5|||||DEBUG|500||recieved notification from broker: { "distributionID": "28e7f25a-009d-4cee-a0b8-6cfbd2e42085", "consumerID": "policy-id", "timestamp": 1620177708671, "artifactURL": "/sdc/v1/catalog/services/BasicVm/1.0/artifacts/service-BasicVm-csar.csar", "status": "DEPLOY_OK" } 2021-05-05T01:23:10.788Z||pool-2-thread-5|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error' 2021-05-05T01:23:10.788Z||pool-2-thread-5|||||DEBUG|500||received message from topic 2021-05-05T01:23:10.788Z||pool-2-thread-5|||||DEBUG|500||recieved notification from broker: { "distributionID": "28e7f25a-009d-4cee-a0b8-6cfbd2e42085", "consumerID": "aai-ml", "timestamp": 1620177707262, "artifactURL": "/sdc/v1/catalog/services/BasicVm/1.0/resourceInstances/basic_vm0/artifacts/basic_vm0_modules.json", "status": "NOT_NOTIFIED" } 2021-05-05T01:23:10.788Z||pool-2-thread-5|||||INFO|500||Missing status on Status Object. 2021-05-05T01:23:10.789Z||pool-2-thread-5|||||DEBUG|500||received message from topic 2021-05-05T01:23:10.789Z||pool-2-thread-5|||||DEBUG|500||recieved notification from broker: { "distributionID": "28e7f25a-009d-4cee-a0b8-6cfbd2e42085", "consumerID": "clamp", "timestamp": 1620177704364, "artifactURL": "/sdc/v1/catalog/services/BasicVm/1.0/resourceInstances/basic_vm0/artifacts/base_ubuntu20.env", "status": "NOT_NOTIFIED" } 2021-05-05T01:23:10.789Z||pool-2-thread-5|||||INFO|500||Missing status on Status Object. 2021-05-05T01:23:10.789Z||pool-2-thread-5|||||DEBUG|500||received message from topic 2021-05-05T01:23:10.789Z||pool-2-thread-5|||||DEBUG|500||recieved notification from broker: { "distributionID": "28e7f25a-009d-4cee-a0b8-6cfbd2e42085", "consumerID": "multicloud-starlingx-id", "timestamp": 1620177703560, "artifactURL": "/sdc/v1/catalog/services/BasicVm/1.0/artifacts/service-BasicVm-template.yml", "status": "NOT_NOTIFIED" } 2021-05-05T01:23:10.790Z||pool-2-thread-5|||||INFO|500||Missing status on Status Object. 2021-05-05T01:23:10.790Z||pool-2-thread-5|||||DEBUG|500||received message from topic 2021-05-05T01:23:10.790Z||pool-2-thread-5|||||DEBUG|500||recieved notification from broker: { "distributionID": "28e7f25a-009d-4cee-a0b8-6cfbd2e42085", "consumerID": "multicloud-windriver-id", "timestamp": 1620177709412, "artifactURL": "/sdc/v1/catalog/services/BasicVm/1.0/resourceInstances/basic_vm0/artifacts/basic_vm0_modules.json", "status": "DOWNLOAD_OK" } 2021-05-05T01:23:10.790Z||pool-2-thread-5|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error' 2021-05-05T01:23:10.790Z||pool-2-thread-5|||||DEBUG|500||received message from topic 2021-05-05T01:23:10.790Z||pool-2-thread-5|||||DEBUG|500||recieved notification from broker: { "distributionID": "28e7f25a-009d-4cee-a0b8-6cfbd2e42085", "consumerID": "dcae-sch", "timestamp": 1620177702864, "artifactURL": "/sdc/v1/catalog/services/BasicVm/1.0/artifacts/service-BasicVm-csar.csar", "status": "NOT_NOTIFIED" } 2021-05-05T01:23:10.791Z||pool-2-thread-5|||||INFO|500||Missing status on Status Object. 2021-05-05T01:23:10.791Z||pool-2-thread-5|||||DEBUG|500||received message from topic 2021-05-05T01:23:10.791Z||pool-2-thread-5|||||DEBUG|500||recieved notification from broker: { "distributionID": "28e7f25a-009d-4cee-a0b8-6cfbd2e42085", "consumerID": "multicloud-k8s-id", "timestamp": 1620177709621, "artifactURL": "/sdc/v1/catalog/services/BasicVm/1.0/resourceInstances/basic_vm0/artifacts/base_ubuntu20.yaml", "status": "DOWNLOAD_OK" } 2021-05-05T01:23:10.791Z||pool-2-thread-5|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error' 2021-05-05T01:23:10.791Z||pool-2-thread-5|||||DEBUG|500||received message from topic 2021-05-05T01:23:10.792Z||pool-2-thread-5|||||DEBUG|500||recieved notification from broker: { "distributionID": "28e7f25a-009d-4cee-a0b8-6cfbd2e42085", "consumerID": "sdc-COpenSource-Env11-sdnc-dockero", "timestamp": 1620177709656, "artifactURL": "/sdc/v1/catalog/services/BasicVm/1.0/artifacts/service-BasicVm-csar.csar", "status": "DEPLOY_OK" } 2021-05-05T01:23:10.792Z||pool-2-thread-5|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error' 2021-05-05T01:23:10.792Z||pool-2-thread-5|||||DEBUG|500||received message from topic 2021-05-05T01:23:10.792Z||pool-2-thread-5|||||DEBUG|500||recieved notification from broker: { "distributionID": "28e7f25a-009d-4cee-a0b8-6cfbd2e42085", "consumerID": "policy-id", "timestamp": 1620177709674, "artifactURL": "", "status": "COMPONENT_DONE_OK", "componentName": "POLICY" } Hibernate: select watchdogdi0_.DISTRIBUTION_ID as distribu1_11_0_, watchdogdi0_.CREATE_TIME as create_t2_11_0_, watchdogdi0_.DISTRIBUTION_ID_STATUS as distribu3_11_0_, watchdogdi0_.MODIFY_TIME as modify_t4_11_0_, watchdogdi0_.LOCK_VERSION as lock_ver5_11_0_ from watchdog_distributionid_status watchdogdi0_ where watchdogdi0_.DISTRIBUTION_ID=? 2021-05-05T01:23:10.798Z||pool-2-thread-5|||||DEBUG|500||Receive a callback componentStatus in ASDC, for componentName: POLICY and status of COMPONENT_DONE_OK distributionID of 28e7f25a-009d-4cee-a0b8-6cfbd2e42085 2021-05-05T01:23:10.798Z||pool-2-thread-5|||||DEBUG|500||Entering installTheComponentStatus for distributionId 28e7f25a-009d-4cee-a0b8-6cfbd2e42085 and ComponentName POLICY Hibernate: select watchdogco0_.COMPONENT_NAME as componen1_12_0_, watchdogco0_.DISTRIBUTION_ID as distribu2_12_0_, watchdogco0_.COMPONENT_DISTRIBUTION_STATUS as componen3_12_0_, watchdogco0_.CREATE_TIME as create_t4_12_0_, watchdogco0_.MODIFY_TIME as modify_t5_12_0_ from watchdog_per_component_distribution_status watchdogco0_ where watchdogco0_.COMPONENT_NAME=? and watchdogco0_.DISTRIBUTION_ID=? Hibernate: insert into watchdog_per_component_distribution_status (COMPONENT_DISTRIBUTION_STATUS, CREATE_TIME, MODIFY_TIME, COMPONENT_NAME, DISTRIBUTION_ID) values (?, ?, ?, ?, ?) 2021-05-05T01:23:10.807Z||pool-2-thread-5|||||DEBUG|500||received message from topic 2021-05-05T01:23:10.807Z||pool-2-thread-5|||||DEBUG|500||recieved notification from broker: { "distributionID": "28e7f25a-009d-4cee-a0b8-6cfbd2e42085", "consumerID": "aai-ml", "timestamp": 1620177707262, "artifactURL": "/sdc/v1/catalog/services/BasicVm/1.0/resourceInstances/basic_vm0/artifacts/base_ubuntu20.yaml", "status": "NOT_NOTIFIED" } 2021-05-05T01:23:10.808Z||pool-2-thread-5|||||INFO|500||Missing status on Status Object. 2021-05-05T01:23:10.808Z||pool-2-thread-5|||||DEBUG|500||received message from topic 2021-05-05T01:23:10.808Z||pool-2-thread-5|||||DEBUG|500||recieved notification from broker: { "distributionID": "28e7f25a-009d-4cee-a0b8-6cfbd2e42085", "consumerID": "clamp", "timestamp": 1620177704364, "artifactURL": "/sdc/v1/catalog/services/BasicVm/1.0/artifacts/service-BasicVm-template.yml", "status": "NOT_NOTIFIED" } 2021-05-05T01:23:10.808Z||pool-2-thread-5|||||INFO|500||Missing status on Status Object. 2021-05-05T01:23:10.808Z||pool-2-thread-5|||||DEBUG|500||received message from topic 2021-05-05T01:23:10.809Z||pool-2-thread-5|||||DEBUG|500||recieved notification from broker: { "distributionID": "28e7f25a-009d-4cee-a0b8-6cfbd2e42085", "consumerID": "multicloud-starlingx-id", "timestamp": 1620177703560, "artifactURL": "/sdc/v1/catalog/services/BasicVm/1.0/artifacts/service-BasicVm-csar.csar", "status": "NOTIFIED" } 2021-05-05T01:23:10.809Z||pool-2-thread-5|||||INFO|500||Missing status on Status Object. 2021-05-05T01:23:10.809Z||pool-2-thread-5|||||DEBUG|500||received message from topic 2021-05-05T01:23:10.809Z||pool-2-thread-5|||||DEBUG|500||recieved notification from broker: { "distributionID": "59cbceaa-0d50-473f-9cea-665402966733", "consumerID": "dcae-sch", "timestamp": 1620177702864, "artifactURL": "/sdc/v1/catalog/services/Basicclamp/1.0/resourceInstances/basicclamp0/artifacts/tca-microservice.yaml", "status": "NOTIFIED" } 2021-05-05T01:23:10.809Z||pool-2-thread-5|||||INFO|500||Missing status on Status Object. 2021-05-05T01:23:10.809Z||pool-2-thread-5|||||DEBUG|500||received message from topic 2021-05-05T01:23:10.810Z||pool-2-thread-5|||||DEBUG|500||recieved notification from broker: { "distributionID": "28e7f25a-009d-4cee-a0b8-6cfbd2e42085", "consumerID": "sdc-COpenSource-Env11-sdnc-dockero", "timestamp": 1620177710660, "artifactURL": "", "status": "COMPONENT_DONE_OK", "componentName": "SDNC" } Hibernate: select watchdogdi0_.DISTRIBUTION_ID as distribu1_11_0_, watchdogdi0_.CREATE_TIME as create_t2_11_0_, watchdogdi0_.DISTRIBUTION_ID_STATUS as distribu3_11_0_, watchdogdi0_.MODIFY_TIME as modify_t4_11_0_, watchdogdi0_.LOCK_VERSION as lock_ver5_11_0_ from watchdog_distributionid_status watchdogdi0_ where watchdogdi0_.DISTRIBUTION_ID=? 2021-05-05T01:23:10.815Z||pool-2-thread-5|||||DEBUG|500||Receive a callback componentStatus in ASDC, for componentName: SDNC and status of COMPONENT_DONE_OK distributionID of 28e7f25a-009d-4cee-a0b8-6cfbd2e42085 2021-05-05T01:23:10.815Z||pool-2-thread-5|||||DEBUG|500||Entering installTheComponentStatus for distributionId 28e7f25a-009d-4cee-a0b8-6cfbd2e42085 and ComponentName SDNC Hibernate: select watchdogco0_.COMPONENT_NAME as componen1_12_0_, watchdogco0_.DISTRIBUTION_ID as distribu2_12_0_, watchdogco0_.COMPONENT_DISTRIBUTION_STATUS as componen3_12_0_, watchdogco0_.CREATE_TIME as create_t4_12_0_, watchdogco0_.MODIFY_TIME as modify_t5_12_0_ from watchdog_per_component_distribution_status watchdogco0_ where watchdogco0_.COMPONENT_NAME=? and watchdogco0_.DISTRIBUTION_ID=? Hibernate: insert into watchdog_per_component_distribution_status (COMPONENT_DISTRIBUTION_STATUS, CREATE_TIME, MODIFY_TIME, COMPONENT_NAME, DISTRIBUTION_ID) values (?, ?, ?, ?, ?) 2021-05-05T01:23:10.825Z||pool-2-thread-5|||||DEBUG|500||received message from topic 2021-05-05T01:23:10.826Z||pool-2-thread-5|||||DEBUG|500||recieved notification from broker: { "distributionID": "28e7f25a-009d-4cee-a0b8-6cfbd2e42085", "consumerID": "aai-ml", "timestamp": 1620177707262, "artifactURL": "/sdc/v1/catalog/services/BasicVm/1.0/resourceInstances/basic_vm0/artifacts/vendor-license-model.xml", "status": "NOT_NOTIFIED" } 2021-05-05T01:23:10.826Z||pool-2-thread-5|||||INFO|500||Missing status on Status Object. 2021-05-05T01:23:10.826Z||pool-2-thread-5|||||DEBUG|500||received message from topic 2021-05-05T01:23:10.827Z||pool-2-thread-5|||||DEBUG|500||recieved notification from broker: { "distributionID": "28e7f25a-009d-4cee-a0b8-6cfbd2e42085", "consumerID": "clamp", "timestamp": 1620177704364, "artifactURL": "/sdc/v1/catalog/services/BasicVm/1.0/artifacts/service-BasicVm-csar.csar", "status": "NOTIFIED" } 2021-05-05T01:23:10.827Z||pool-2-thread-5|||||INFO|500||Missing status on Status Object. 2021-05-05T01:23:10.827Z||pool-2-thread-5|||||DEBUG|500||received message from topic 2021-05-05T01:23:10.827Z||pool-2-thread-5|||||DEBUG|500||recieved notification from broker: { "distributionID": "59cbceaa-0d50-473f-9cea-665402966733", "consumerID": "cds", "timestamp": 1620177710580, "artifactURL": "/sdc/v1/catalog/services/Basicclamp/1.0/resourceInstances/basicclamp0/artifacts/tca-microservice.yaml", "status": "NOT_NOTIFIED" } 2021-05-05T01:23:10.827Z||pool-2-thread-5|||||INFO|500||Missing status on Status Object. 2021-05-05T01:23:10.828Z||pool-2-thread-5|||||DEBUG|500||received message from topic 2021-05-05T01:23:10.828Z||pool-2-thread-5|||||DEBUG|500||recieved notification from broker: { "distributionID": "59cbceaa-0d50-473f-9cea-665402966733", "consumerID": "policy-id", "timestamp": 1620177710677, "artifactURL": "/sdc/v1/catalog/services/Basicclamp/1.0/resourceInstances/basicclamp0/artifacts/tca-microservice.yaml", "status": "NOT_NOTIFIED" } 2021-05-05T01:23:10.828Z||pool-2-thread-5|||||INFO|500||Missing status on Status Object. 2021-05-05T01:23:10.828Z||pool-2-thread-5|||||DEBUG|500||received message from topic 2021-05-05T01:23:10.828Z||pool-2-thread-5|||||DEBUG|500||recieved notification from broker: { "distributionID": "59cbceaa-0d50-473f-9cea-665402966733", "consumerID": "dcae-sch", "timestamp": 1620177702864, "artifactURL": "/sdc/v1/catalog/services/Basicclamp/1.0/resourceInstances/basicclamp0/artifacts/vf-license-model.xml", "status": "NOT_NOTIFIED" } 2021-05-05T01:23:10.829Z||pool-2-thread-5|||||INFO|500||Missing status on Status Object. 2021-05-05T01:23:10.829Z||pool-2-thread-5|||||DEBUG|500||received message from topic 2021-05-05T01:23:10.829Z||pool-2-thread-5|||||DEBUG|500||recieved notification from broker: { "distributionID": "28e7f25a-009d-4cee-a0b8-6cfbd2e42085", "consumerID": "aai-ml", "timestamp": 1620177707262, "artifactURL": "/sdc/v1/catalog/services/BasicVm/1.0/resourceInstances/basic_vm0/artifacts/base_ubuntu20.env", "status": "NOT_NOTIFIED" } 2021-05-05T01:23:10.829Z||pool-2-thread-5|||||INFO|500||Missing status on Status Object. 2021-05-05T01:23:10.829Z||pool-2-thread-5|||||DEBUG|500||received message from topic 2021-05-05T01:23:10.829Z||pool-2-thread-5|||||DEBUG|500||recieved notification from broker: { "distributionID": "28e7f25a-009d-4cee-a0b8-6cfbd2e42085", "consumerID": "multicloud-k8s-id", "timestamp": 1620177712177, "artifactURL": "/sdc/v1/catalog/services/BasicVm/1.0/resourceInstances/basic_vm0/artifacts/base_ubuntu20.env", "status": "DOWNLOAD_OK" } 2021-05-05T01:23:10.829Z||pool-2-thread-5|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error' 2021-05-05T01:23:10.829Z||pool-2-thread-5|||||DEBUG|500||received message from topic 2021-05-05T01:23:10.830Z||pool-2-thread-5|||||DEBUG|500||recieved notification from broker: { "distributionID": "59cbceaa-0d50-473f-9cea-665402966733", "consumerID": "cds", "timestamp": 1620177710580, "artifactURL": "/sdc/v1/catalog/services/Basicclamp/1.0/resourceInstances/basicclamp0/artifacts/vf-license-model.xml", "status": "NOT_NOTIFIED" } 2021-05-05T01:23:10.830Z||pool-2-thread-5|||||INFO|500||Missing status on Status Object. 2021-05-05T01:23:10.830Z||pool-2-thread-5|||||DEBUG|500||received message from topic 2021-05-05T01:23:10.830Z||pool-2-thread-5|||||DEBUG|500||recieved notification from broker: { "distributionID": "59cbceaa-0d50-473f-9cea-665402966733", "consumerID": "policy-id", "timestamp": 1620177710677, "artifactURL": "/sdc/v1/catalog/services/Basicclamp/1.0/resourceInstances/basicclamp0/artifacts/vf-license-model.xml", "status": "NOT_NOTIFIED" } 2021-05-05T01:23:10.830Z||pool-2-thread-5|||||INFO|500||Missing status on Status Object. 2021-05-05T01:23:10.830Z||pool-2-thread-5|||||DEBUG|500||received message from topic 2021-05-05T01:23:10.830Z||pool-2-thread-5|||||DEBUG|500||recieved notification from broker: { "distributionID": "28e7f25a-009d-4cee-a0b8-6cfbd2e42085", "consumerID": "multicloud-windriver-id", "timestamp": 1620177712432, "artifactURL": "/sdc/v1/catalog/services/BasicVm/1.0/resourceInstances/basic_vm0/artifacts/base_ubuntu20.yaml", "status": "DOWNLOAD_OK" } 2021-05-05T01:23:10.830Z||pool-2-thread-5|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error' 2021-05-05T01:23:10.830Z||pool-2-thread-5|||||DEBUG|500||received message from topic 2021-05-05T01:23:10.830Z||pool-2-thread-5|||||DEBUG|500||recieved notification from broker: { "distributionID": "59cbceaa-0d50-473f-9cea-665402966733", "consumerID": "dcae-sch", "timestamp": 1620177702864, "artifactURL": "/sdc/v1/catalog/services/Basicclamp/1.0/resourceInstances/basicclamp0/artifacts/basicclamp0_modules.json", "status": "NOT_NOTIFIED" } 2021-05-05T01:23:10.830Z||pool-2-thread-5|||||INFO|500||Missing status on Status Object. 2021-05-05T01:23:10.830Z||pool-2-thread-5|||||DEBUG|500||received message from topic 2021-05-05T01:23:10.830Z||pool-2-thread-5|||||DEBUG|500||recieved notification from broker: { "distributionID": "28e7f25a-009d-4cee-a0b8-6cfbd2e42085", "consumerID": "multicloud-starlingx-id", "timestamp": 1620177712704, "artifactURL": "/sdc/v1/catalog/services/BasicVm/1.0/resourceInstances/basic_vm0/artifacts/basic_vm0_modules.json", "status": "DOWNLOAD_OK" } 2021-05-05T01:23:10.831Z||pool-2-thread-5|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error' 2021-05-05T01:23:10.831Z||pool-2-thread-5|||||DEBUG|500||received message from topic 2021-05-05T01:23:10.831Z||pool-2-thread-5|||||DEBUG|500||recieved notification from broker: { "distributionID": "28e7f25a-009d-4cee-a0b8-6cfbd2e42085", "consumerID": "aai-ml", "timestamp": 1620177707262, "artifactURL": "/sdc/v1/catalog/services/BasicVm/1.0/artifacts/service-BasicVm-template.yml", "status": "NOT_NOTIFIED" } 2021-05-05T01:23:10.831Z||pool-2-thread-5|||||INFO|500||Missing status on Status Object. 2021-05-05T01:23:10.831Z||pool-2-thread-5|||||DEBUG|500||received message from topic 2021-05-05T01:23:10.831Z||pool-2-thread-5|||||DEBUG|500||recieved notification from broker: { "distributionID": "28e7f25a-009d-4cee-a0b8-6cfbd2e42085", "consumerID": "multicloud-k8s-id", "timestamp": 1620177713200, "artifactURL": "", "status": "COMPONENT_DONE_OK", "componentName": "POLICY" } Hibernate: select watchdogdi0_.DISTRIBUTION_ID as distribu1_11_0_, watchdogdi0_.CREATE_TIME as create_t2_11_0_, watchdogdi0_.DISTRIBUTION_ID_STATUS as distribu3_11_0_, watchdogdi0_.MODIFY_TIME as modify_t4_11_0_, watchdogdi0_.LOCK_VERSION as lock_ver5_11_0_ from watchdog_distributionid_status watchdogdi0_ where watchdogdi0_.DISTRIBUTION_ID=? 2021-05-05T01:23:10.835Z||pool-2-thread-5|||||DEBUG|500||Receive a callback componentStatus in ASDC, for componentName: POLICY and status of COMPONENT_DONE_OK distributionID of 28e7f25a-009d-4cee-a0b8-6cfbd2e42085 2021-05-05T01:23:10.835Z||pool-2-thread-5|||||DEBUG|500||Entering installTheComponentStatus for distributionId 28e7f25a-009d-4cee-a0b8-6cfbd2e42085 and ComponentName POLICY Hibernate: select watchdogco0_.COMPONENT_NAME as componen1_12_0_, watchdogco0_.DISTRIBUTION_ID as distribu2_12_0_, watchdogco0_.COMPONENT_DISTRIBUTION_STATUS as componen3_12_0_, watchdogco0_.CREATE_TIME as create_t4_12_0_, watchdogco0_.MODIFY_TIME as modify_t5_12_0_ from watchdog_per_component_distribution_status watchdogco0_ where watchdogco0_.COMPONENT_NAME=? and watchdogco0_.DISTRIBUTION_ID=? Hibernate: update watchdog_per_component_distribution_status set COMPONENT_DISTRIBUTION_STATUS=?, MODIFY_TIME=? where COMPONENT_NAME=? and DISTRIBUTION_ID=? 2021-05-05T01:23:10.841Z||pool-2-thread-5|||||DEBUG|500||received message from topic 2021-05-05T01:23:10.842Z||pool-2-thread-5|||||DEBUG|500||recieved notification from broker: { "distributionID": "59cbceaa-0d50-473f-9cea-665402966733", "consumerID": "cds", "timestamp": 1620177710580, "artifactURL": "/sdc/v1/catalog/services/Basicclamp/1.0/resourceInstances/basicclamp0/artifacts/basicclamp0_modules.json", "status": "NOT_NOTIFIED" } 2021-05-05T01:23:10.842Z||pool-2-thread-5|||||INFO|500||Missing status on Status Object. 2021-05-05T01:23:10.842Z||pool-2-thread-5|||||DEBUG|500||received message from topic 2021-05-05T01:23:10.842Z||pool-2-thread-5|||||DEBUG|500||recieved notification from broker: { "distributionID": "59cbceaa-0d50-473f-9cea-665402966733", "consumerID": "policy-id", "timestamp": 1620177710677, "artifactURL": "/sdc/v1/catalog/services/Basicclamp/1.0/resourceInstances/basicclamp0/artifacts/basicclamp0_modules.json", "status": "NOT_NOTIFIED" } 2021-05-05T01:23:10.842Z||pool-2-thread-5|||||INFO|500||Missing status on Status Object. 2021-05-05T01:23:10.842Z||pool-2-thread-5|||||DEBUG|500||received message from topic 2021-05-05T01:23:10.842Z||pool-2-thread-5|||||DEBUG|500||recieved notification from broker: { "distributionID": "59cbceaa-0d50-473f-9cea-665402966733", "consumerID": "dcae-sch", "timestamp": 1620177702864, "artifactURL": "/sdc/v1/catalog/services/Basicclamp/1.0/resourceInstances/basicclamp0/artifacts/base_ubuntu18.yaml", "status": "NOT_NOTIFIED" } 2021-05-05T01:23:10.842Z||pool-2-thread-5|||||INFO|500||Missing status on Status Object. 2021-05-05T01:23:10.842Z||pool-2-thread-5|||||DEBUG|500||received message from topic 2021-05-05T01:23:10.842Z||pool-2-thread-5|||||DEBUG|500||recieved notification from broker: { "distributionID": "28e7f25a-009d-4cee-a0b8-6cfbd2e42085", "consumerID": "aai-ml", "timestamp": 1620177707262, "artifactURL": "/sdc/v1/catalog/services/BasicVm/1.0/artifacts/service-BasicVm-csar.csar", "status": "NOTIFIED" } 2021-05-05T01:23:10.843Z||pool-2-thread-5|||||INFO|500||Missing status on Status Object. 2021-05-05T01:23:10.843Z||pool-2-thread-5|||||DEBUG|500||received message from topic 2021-05-05T01:23:10.843Z||pool-2-thread-5|||||DEBUG|500||recieved notification from broker: { "distributionID": "28e7f25a-009d-4cee-a0b8-6cfbd2e42085", "consumerID": "multicloud-windriver-id", "timestamp": 1620177714175, "artifactURL": "/sdc/v1/catalog/services/BasicVm/1.0/resourceInstances/basic_vm0/artifacts/base_ubuntu20.env", "status": "DOWNLOAD_OK" } 2021-05-05T01:23:10.843Z||pool-2-thread-5|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error' 2021-05-05T01:23:10.843Z||pool-2-thread-5|||||DEBUG|500||received message from topic 2021-05-05T01:23:10.843Z||pool-2-thread-5|||||DEBUG|500||recieved notification from broker: { "distributionID": "28e7f25a-009d-4cee-a0b8-6cfbd2e42085", "consumerID": "multicloud-k8s-id", "timestamp": 1620177714203, "artifactURL": "/sdc/v1/catalog/services/BasicVm/1.0/resourceInstances/basic_vm0/artifacts/basic_vm0_modules.json", "status": "DEPLOY_OK" } 2021-05-05T01:23:10.843Z||pool-2-thread-5|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error' 2021-05-05T01:23:10.843Z||pool-2-thread-5|||||DEBUG|500||received message from topic 2021-05-05T01:23:10.843Z||pool-2-thread-5|||||DEBUG|500||recieved notification from broker: { "distributionID": "59cbceaa-0d50-473f-9cea-665402966733", "consumerID": "cds", "timestamp": 1620177710580, "artifactURL": "/sdc/v1/catalog/services/Basicclamp/1.0/resourceInstances/basicclamp0/artifacts/base_ubuntu18.yaml", "status": "NOT_NOTIFIED" } 2021-05-05T01:23:10.843Z||pool-2-thread-5|||||INFO|500||Missing status on Status Object. 2021-05-05T01:23:10.843Z||pool-2-thread-5|||||DEBUG|500||received message from topic 2021-05-05T01:23:10.843Z||pool-2-thread-5|||||DEBUG|500||recieved notification from broker: { "distributionID": "59cbceaa-0d50-473f-9cea-665402966733", "consumerID": "policy-id", "timestamp": 1620177710677, "artifactURL": "/sdc/v1/catalog/services/Basicclamp/1.0/resourceInstances/basicclamp0/artifacts/base_ubuntu18.yaml", "status": "NOTIFIED" } 2021-05-05T01:23:10.843Z||pool-2-thread-5|||||INFO|500||Missing status on Status Object. 2021-05-05T01:23:10.844Z||pool-2-thread-5|||||DEBUG|500||received message from topic 2021-05-05T01:23:10.844Z||pool-2-thread-5|||||DEBUG|500||recieved notification from broker: { "distributionID": "28e7f25a-009d-4cee-a0b8-6cfbd2e42085", "consumerID": "multicloud-starlingx-id", "timestamp": 1620177714379, "artifactURL": "/sdc/v1/catalog/services/BasicVm/1.0/resourceInstances/basic_vm0/artifacts/base_ubuntu20.yaml", "status": "DOWNLOAD_OK" } 2021-05-05T01:23:10.844Z||pool-2-thread-5|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error' 2021-05-05T01:23:10.844Z||pool-2-thread-5|||||DEBUG|500||received message from topic 2021-05-05T01:23:10.844Z||pool-2-thread-5|||||DEBUG|500||recieved notification from broker: { "distributionID": "59cbceaa-0d50-473f-9cea-665402966733", "consumerID": "dcae-sch", "timestamp": 1620177702864, "artifactURL": "/sdc/v1/catalog/services/Basicclamp/1.0/resourceInstances/basicclamp0/artifacts/vendor-license-model.xml", "status": "NOT_NOTIFIED" } 2021-05-05T01:23:10.844Z||pool-2-thread-5|||||INFO|500||Missing status on Status Object. 2021-05-05T01:23:10.844Z||pool-2-thread-5|||||DEBUG|500||received message from topic 2021-05-05T01:23:10.844Z||pool-2-thread-5|||||DEBUG|500||recieved notification from broker: { "distributionID": "28e7f25a-009d-4cee-a0b8-6cfbd2e42085", "consumerID": "multicloud-windriver-id", "timestamp": 1620177715183, "artifactURL": "", "status": "COMPONENT_DONE_OK", "componentName": "POLICY" } Hibernate: select watchdogdi0_.DISTRIBUTION_ID as distribu1_11_0_, watchdogdi0_.CREATE_TIME as create_t2_11_0_, watchdogdi0_.DISTRIBUTION_ID_STATUS as distribu3_11_0_, watchdogdi0_.MODIFY_TIME as modify_t4_11_0_, watchdogdi0_.LOCK_VERSION as lock_ver5_11_0_ from watchdog_distributionid_status watchdogdi0_ where watchdogdi0_.DISTRIBUTION_ID=? 2021-05-05T01:23:10.849Z||pool-2-thread-5|||||DEBUG|500||Receive a callback componentStatus in ASDC, for componentName: POLICY and status of COMPONENT_DONE_OK distributionID of 28e7f25a-009d-4cee-a0b8-6cfbd2e42085 2021-05-05T01:23:10.849Z||pool-2-thread-5|||||DEBUG|500||Entering installTheComponentStatus for distributionId 28e7f25a-009d-4cee-a0b8-6cfbd2e42085 and ComponentName POLICY Hibernate: select watchdogco0_.COMPONENT_NAME as componen1_12_0_, watchdogco0_.DISTRIBUTION_ID as distribu2_12_0_, watchdogco0_.COMPONENT_DISTRIBUTION_STATUS as componen3_12_0_, watchdogco0_.CREATE_TIME as create_t4_12_0_, watchdogco0_.MODIFY_TIME as modify_t5_12_0_ from watchdog_per_component_distribution_status watchdogco0_ where watchdogco0_.COMPONENT_NAME=? and watchdogco0_.DISTRIBUTION_ID=? Hibernate: update watchdog_per_component_distribution_status set COMPONENT_DISTRIBUTION_STATUS=?, MODIFY_TIME=? where COMPONENT_NAME=? and DISTRIBUTION_ID=? 2021-05-05T01:23:10.856Z||pool-2-thread-5|||||DEBUG|500||received message from topic 2021-05-05T01:23:10.856Z||pool-2-thread-5|||||DEBUG|500||recieved notification from broker: { "distributionID": "59cbceaa-0d50-473f-9cea-665402966733", "consumerID": "cds", "timestamp": 1620177710580, "artifactURL": "/sdc/v1/catalog/services/Basicclamp/1.0/resourceInstances/basicclamp0/artifacts/vendor-license-model.xml", "status": "NOT_NOTIFIED" } 2021-05-05T01:23:10.856Z||pool-2-thread-5|||||INFO|500||Missing status on Status Object. 2021-05-05T01:23:10.856Z||pool-2-thread-5|||||DEBUG|500||received message from topic 2021-05-05T01:23:10.856Z||pool-2-thread-5|||||DEBUG|500||recieved notification from broker: { "distributionID": "59cbceaa-0d50-473f-9cea-665402966733", "consumerID": "policy-id", "timestamp": 1620177710677, "artifactURL": "/sdc/v1/catalog/services/Basicclamp/1.0/resourceInstances/basicclamp0/artifacts/vendor-license-model.xml", "status": "NOT_NOTIFIED" } 2021-05-05T01:23:10.856Z||pool-2-thread-5|||||INFO|500||Missing status on Status Object. 2021-05-05T01:23:10.857Z||pool-2-thread-5|||||DEBUG|500||received message from topic 2021-05-05T01:23:10.857Z||pool-2-thread-5|||||DEBUG|500||recieved notification from broker: { "distributionID": "59cbceaa-0d50-473f-9cea-665402966733", "consumerID": "ves-openapi-manager", "timestamp": 1620177714784, "artifactURL": "/sdc/v1/catalog/services/Basicclamp/1.0/resourceInstances/basicclamp0/artifacts/tca-microservice.yaml", "status": "NOT_NOTIFIED" } 2021-05-05T01:23:10.857Z||pool-2-thread-5|||||INFO|500||Missing status on Status Object. 2021-05-05T01:23:10.857Z||pool-2-thread-5|||||DEBUG|500||received message from topic 2021-05-05T01:23:10.857Z||pool-2-thread-5|||||DEBUG|500||recieved notification from broker: { "distributionID": "59cbceaa-0d50-473f-9cea-665402966733", "consumerID": "dcae-sch", "timestamp": 1620177702864, "artifactURL": "/sdc/v1/catalog/services/Basicclamp/1.0/resourceInstances/basicclamp0/artifacts/base_ubuntu18.env", "status": "NOT_NOTIFIED" } 2021-05-05T01:23:10.857Z||pool-2-thread-5|||||INFO|500||Missing status on Status Object. 2021-05-05T01:23:10.857Z||pool-2-thread-5|||||DEBUG|500||received message from topic 2021-05-05T01:23:10.857Z||pool-2-thread-5|||||DEBUG|500||recieved notification from broker: { "distributionID": "59cbceaa-0d50-473f-9cea-665402966733", "consumerID": "multicloud-k8s-id", "timestamp": 1620177715208, "artifactURL": "/sdc/v1/catalog/services/Basicclamp/1.0/resourceInstances/basicclamp0/artifacts/tca-microservice.yaml", "status": "NOT_NOTIFIED" } 2021-05-05T01:23:10.858Z||pool-2-thread-5|||||INFO|500||Missing status on Status Object. 2021-05-05T01:23:10.858Z||pool-2-thread-5|||||DEBUG|500||received message from topic 2021-05-05T01:23:10.858Z||pool-2-thread-5|||||DEBUG|500||recieved notification from broker: { "distributionID": "28e7f25a-009d-4cee-a0b8-6cfbd2e42085", "consumerID": "multicloud-windriver-id", "timestamp": 1620177716187, "artifactURL": "/sdc/v1/catalog/services/BasicVm/1.0/resourceInstances/basic_vm0/artifacts/basic_vm0_modules.json", "status": "DEPLOY_OK" } 2021-05-05T01:23:10.858Z||pool-2-thread-5|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error' 2021-05-05T01:23:10.858Z||pool-2-thread-5|||||DEBUG|500||received message from topic 2021-05-05T01:23:10.858Z||pool-2-thread-5|||||DEBUG|500||recieved notification from broker: { "distributionID": "59cbceaa-0d50-473f-9cea-665402966733", "consumerID": "cds", "timestamp": 1620177710580, "artifactURL": "/sdc/v1/catalog/services/Basicclamp/1.0/resourceInstances/basicclamp0/artifacts/base_ubuntu18.env", "status": "NOT_NOTIFIED" } 2021-05-05T01:23:10.858Z||pool-2-thread-5|||||INFO|500||Missing status on Status Object. 2021-05-05T01:23:10.858Z||pool-2-thread-5|||||DEBUG|500||received message from topic 2021-05-05T01:23:10.859Z||pool-2-thread-5|||||DEBUG|500||recieved notification from broker: { "distributionID": "28e7f25a-009d-4cee-a0b8-6cfbd2e42085", "consumerID": "aai-ml", "timestamp": 1620177716275, "artifactURL": "/sdc/v1/catalog/services/BasicVm/1.0/artifacts/service-BasicVm-csar.csar", "status": "DOWNLOAD_OK" } 2021-05-05T01:23:10.859Z||pool-2-thread-5|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error' 2021-05-05T01:23:10.859Z||pool-2-thread-5|||||DEBUG|500||received message from topic 2021-05-05T01:23:10.859Z||pool-2-thread-5|||||DEBUG|500||recieved notification from broker: { "distributionID": "59cbceaa-0d50-473f-9cea-665402966733", "consumerID": "policy-id", "timestamp": 1620177710677, "artifactURL": "/sdc/v1/catalog/services/Basicclamp/1.0/resourceInstances/basicclamp0/artifacts/base_ubuntu18.env", "status": "NOT_NOTIFIED" } 2021-05-05T01:23:10.859Z||pool-2-thread-5|||||INFO|500||Missing status on Status Object. 2021-05-05T01:23:10.859Z||pool-2-thread-5|||||DEBUG|500||received message from topic 2021-05-05T01:23:10.859Z||pool-2-thread-5|||||DEBUG|500||recieved notification from broker: { "distributionID": "59cbceaa-0d50-473f-9cea-665402966733", "consumerID": "ves-openapi-manager", "timestamp": 1620177714784, "artifactURL": "/sdc/v1/catalog/services/Basicclamp/1.0/resourceInstances/basicclamp0/artifacts/vf-license-model.xml", "status": "NOT_NOTIFIED" } 2021-05-05T01:23:10.859Z||pool-2-thread-5|||||INFO|500||Missing status on Status Object. 2021-05-05T01:23:10.859Z||pool-2-thread-5|||||DEBUG|500||received message from topic 2021-05-05T01:23:10.859Z||pool-2-thread-5|||||DEBUG|500||recieved notification from broker: { "distributionID": "28e7f25a-009d-4cee-a0b8-6cfbd2e42085", "consumerID": "multicloud-starlingx-id", "timestamp": 1620177716477, "artifactURL": "/sdc/v1/catalog/services/BasicVm/1.0/resourceInstances/basic_vm0/artifacts/base_ubuntu20.env", "status": "DOWNLOAD_OK" } 2021-05-05T01:23:10.860Z||pool-2-thread-5|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error' 2021-05-05T01:23:10.860Z||pool-2-thread-5|||||DEBUG|500||received message from topic 2021-05-05T01:23:10.860Z||pool-2-thread-5|||||DEBUG|500||recieved notification from broker: { "distributionID": "59cbceaa-0d50-473f-9cea-665402966733", "consumerID": "dcae-sch", "timestamp": 1620177702864, "artifactURL": "/sdc/v1/catalog/services/Basicclamp/1.0/artifacts/service-Basicclamp-template.yml", "status": "NOT_NOTIFIED" } 2021-05-05T01:23:10.860Z||pool-2-thread-5|||||INFO|500||Missing status on Status Object. 2021-05-05T01:23:10.860Z||pool-2-thread-5|||||DEBUG|500||received message from topic 2021-05-05T01:23:10.860Z||pool-2-thread-5|||||DEBUG|500||recieved notification from broker: { "distributionID": "59cbceaa-0d50-473f-9cea-665402966733", "consumerID": "multicloud-k8s-id", "timestamp": 1620177715208, "artifactURL": "/sdc/v1/catalog/services/Basicclamp/1.0/resourceInstances/basicclamp0/artifacts/vf-license-model.xml", "status": "NOT_NOTIFIED" } 2021-05-05T01:23:10.860Z||pool-2-thread-5|||||INFO|500||Missing status on Status Object. 2021-05-05T01:23:10.860Z||pool-2-thread-5|||||DEBUG|500||received message from topic 2021-05-05T01:23:10.860Z||pool-2-thread-5|||||DEBUG|500||recieved notification from broker: { "distributionID": "59cbceaa-0d50-473f-9cea-665402966733", "consumerID": "multicloud-windriver-id", "timestamp": 1620177700474, "artifactURL": "/sdc/v1/catalog/services/Basicclamp/1.0/resourceInstances/basicclamp0/artifacts/tca-microservice.yaml", "status": "NOT_NOTIFIED" } 2021-05-05T01:23:10.861Z||pool-2-thread-5|||||INFO|500||Missing status on Status Object. 2021-05-05T01:23:10.861Z||pool-2-thread-5|||||DEBUG|500||received message from topic 2021-05-05T01:23:10.861Z||pool-2-thread-5|||||DEBUG|500||recieved notification from broker: { "distributionID": "59cbceaa-0d50-473f-9cea-665402966733", "consumerID": "cds", "timestamp": 1620177710580, "artifactURL": "/sdc/v1/catalog/services/Basicclamp/1.0/artifacts/service-Basicclamp-template.yml", "status": "NOT_NOTIFIED" } 2021-05-05T01:23:10.861Z||pool-2-thread-5|||||INFO|500||Missing status on Status Object. 2021-05-05T01:23:10.861Z||pool-2-thread-5|||||DEBUG|500||received message from topic 2021-05-05T01:23:10.861Z||pool-2-thread-5|||||DEBUG|500||recieved notification from broker: { "distributionID": "59cbceaa-0d50-473f-9cea-665402966733", "consumerID": "policy-id", "timestamp": 1620177710677, "artifactURL": "/sdc/v1/catalog/services/Basicclamp/1.0/artifacts/service-Basicclamp-template.yml", "status": "NOT_NOTIFIED" } 2021-05-05T01:23:10.861Z||pool-2-thread-5|||||INFO|500||Missing status on Status Object. 2021-05-05T01:23:10.861Z||pool-2-thread-5|||||DEBUG|500||received message from topic 2021-05-05T01:23:10.862Z||pool-2-thread-5|||||DEBUG|500||recieved notification from broker: { "distributionID": "59cbceaa-0d50-473f-9cea-665402966733", "consumerID": "ves-openapi-manager", "timestamp": 1620177714784, "artifactURL": "/sdc/v1/catalog/services/Basicclamp/1.0/resourceInstances/basicclamp0/artifacts/basicclamp0_modules.json", "status": "NOT_NOTIFIED" } 2021-05-05T01:23:10.862Z||pool-2-thread-5|||||INFO|500||Missing status on Status Object. 2021-05-05T01:23:10.862Z||pool-2-thread-5|||||DEBUG|500||received message from topic 2021-05-05T01:23:10.862Z||pool-2-thread-5|||||DEBUG|500||recieved notification from broker: { "distributionID": "28e7f25a-009d-4cee-a0b8-6cfbd2e42085", "consumerID": "multicloud-starlingx-id", "timestamp": 1620177717484, "artifactURL": "", "status": "COMPONENT_DONE_OK", "componentName": "POLICY" } Hibernate: select watchdogdi0_.DISTRIBUTION_ID as distribu1_11_0_, watchdogdi0_.CREATE_TIME as create_t2_11_0_, watchdogdi0_.DISTRIBUTION_ID_STATUS as distribu3_11_0_, watchdogdi0_.MODIFY_TIME as modify_t4_11_0_, watchdogdi0_.LOCK_VERSION as lock_ver5_11_0_ from watchdog_distributionid_status watchdogdi0_ where watchdogdi0_.DISTRIBUTION_ID=? 2021-05-05T01:23:10.866Z||pool-2-thread-5|||||DEBUG|500||Receive a callback componentStatus in ASDC, for componentName: POLICY and status of COMPONENT_DONE_OK distributionID of 28e7f25a-009d-4cee-a0b8-6cfbd2e42085 2021-05-05T01:23:10.867Z||pool-2-thread-5|||||DEBUG|500||Entering installTheComponentStatus for distributionId 28e7f25a-009d-4cee-a0b8-6cfbd2e42085 and ComponentName POLICY Hibernate: select watchdogco0_.COMPONENT_NAME as componen1_12_0_, watchdogco0_.DISTRIBUTION_ID as distribu2_12_0_, watchdogco0_.COMPONENT_DISTRIBUTION_STATUS as componen3_12_0_, watchdogco0_.CREATE_TIME as create_t4_12_0_, watchdogco0_.MODIFY_TIME as modify_t5_12_0_ from watchdog_per_component_distribution_status watchdogco0_ where watchdogco0_.COMPONENT_NAME=? and watchdogco0_.DISTRIBUTION_ID=? Hibernate: update watchdog_per_component_distribution_status set COMPONENT_DISTRIBUTION_STATUS=?, MODIFY_TIME=? where COMPONENT_NAME=? and DISTRIBUTION_ID=? 2021-05-05T01:23:10.872Z||pool-2-thread-5|||||DEBUG|500||received message from topic 2021-05-05T01:23:10.872Z||pool-2-thread-5|||||DEBUG|500||recieved notification from broker: { "distributionID": "59cbceaa-0d50-473f-9cea-665402966733", "consumerID": "dcae-sch", "timestamp": 1620177702864, "artifactURL": "/sdc/v1/catalog/services/Basicclamp/1.0/artifacts/service-Basicclamp-csar.csar", "status": "NOT_NOTIFIED" } 2021-05-05T01:23:10.872Z||pool-2-thread-5|||||INFO|500||Missing status on Status Object. 2021-05-05T01:23:10.872Z||pool-2-thread-5|||||DEBUG|500||received message from topic 2021-05-05T01:23:10.872Z||pool-2-thread-5|||||DEBUG|500||recieved notification from broker: { "distributionID": "59cbceaa-0d50-473f-9cea-665402966733", "consumerID": "multicloud-k8s-id", "timestamp": 1620177715208, "artifactURL": "/sdc/v1/catalog/services/Basicclamp/1.0/resourceInstances/basicclamp0/artifacts/basicclamp0_modules.json", "status": "NOTIFIED" } 2021-05-05T01:23:10.873Z||pool-2-thread-5|||||INFO|500||Missing status on Status Object. 2021-05-05T01:23:10.873Z||pool-2-thread-5|||||DEBUG|500||received message from topic 2021-05-05T01:23:10.873Z||pool-2-thread-5|||||DEBUG|500||recieved notification from broker: { "distributionID": "59cbceaa-0d50-473f-9cea-665402966733", "consumerID": "multicloud-windriver-id", "timestamp": 1620177700474, "artifactURL": "/sdc/v1/catalog/services/Basicclamp/1.0/resourceInstances/basicclamp0/artifacts/vf-license-model.xml", "status": "NOT_NOTIFIED" } 2021-05-05T01:23:10.873Z||pool-2-thread-5|||||INFO|500||Missing status on Status Object. 2021-05-05T01:23:10.873Z||pool-2-thread-5|||||DEBUG|500||received message from topic 2021-05-05T01:23:10.873Z||pool-2-thread-5|||||DEBUG|500||recieved notification from broker: { "distributionID": "59cbceaa-0d50-473f-9cea-665402966733", "consumerID": "cds", "timestamp": 1620177710580, "artifactURL": "/sdc/v1/catalog/services/Basicclamp/1.0/artifacts/service-Basicclamp-csar.csar", "status": "NOTIFIED" } 2021-05-05T01:23:10.873Z||pool-2-thread-5|||||INFO|500||Missing status on Status Object. 2021-05-05T01:23:10.873Z||pool-2-thread-5|||||DEBUG|500||received message from topic 2021-05-05T01:23:10.874Z||pool-2-thread-5|||||DEBUG|500||recieved notification from broker: { "distributionID": "59cbceaa-0d50-473f-9cea-665402966733", "consumerID": "policy-id", "timestamp": 1620177710677, "artifactURL": "/sdc/v1/catalog/services/Basicclamp/1.0/artifacts/service-Basicclamp-csar.csar", "status": "NOTIFIED" } 2021-05-05T01:23:10.874Z||pool-2-thread-5|||||INFO|500||Missing status on Status Object. 2021-05-05T01:23:10.874Z||pool-2-thread-5|||||DEBUG|500||received message from topic 2021-05-05T01:23:10.874Z||pool-2-thread-5|||||DEBUG|500||recieved notification from broker: { "distributionID": "59cbceaa-0d50-473f-9cea-665402966733", "consumerID": "ves-openapi-manager", "timestamp": 1620177714784, "artifactURL": "/sdc/v1/catalog/services/Basicclamp/1.0/resourceInstances/basicclamp0/artifacts/base_ubuntu18.yaml", "status": "NOT_NOTIFIED" } 2021-05-05T01:23:10.874Z||pool-2-thread-5|||||INFO|500||Missing status on Status Object. 2021-05-05T01:23:10.874Z||pool-2-thread-5|||||DEBUG|500||received message from topic 2021-05-05T01:23:10.874Z||pool-2-thread-5|||||DEBUG|500||recieved notification from broker: { "distributionID": "28e7f25a-009d-4cee-a0b8-6cfbd2e42085", "consumerID": "multicloud-starlingx-id", "timestamp": 1620177718488, "artifactURL": "/sdc/v1/catalog/services/BasicVm/1.0/resourceInstances/basic_vm0/artifacts/basic_vm0_modules.json", "status": "DEPLOY_OK" } 2021-05-05T01:23:10.874Z||pool-2-thread-5|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error' 2021-05-05T01:23:10.874Z||pool-2-thread-5|||||DEBUG|500||received message from topic 2021-05-05T01:23:10.874Z||pool-2-thread-5|||||DEBUG|500||recieved notification from broker: { "distributionID": "59cbceaa-0d50-473f-9cea-665402966733", "consumerID": "multicloud-k8s-id", "timestamp": 1620177715208, "artifactURL": "/sdc/v1/catalog/services/Basicclamp/1.0/resourceInstances/basicclamp0/artifacts/base_ubuntu18.yaml", "status": "NOTIFIED" } 2021-05-05T01:23:10.874Z||pool-2-thread-5|||||INFO|500||Missing status on Status Object. 2021-05-05T01:23:10.875Z||pool-2-thread-5|||||DEBUG|500||received message from topic 2021-05-05T01:23:10.875Z||pool-2-thread-5|||||DEBUG|500||recieved notification from broker: { "distributionID": "59cbceaa-0d50-473f-9cea-665402966733", "consumerID": "multicloud-windriver-id", "timestamp": 1620177700474, "artifactURL": "/sdc/v1/catalog/services/Basicclamp/1.0/resourceInstances/basicclamp0/artifacts/basicclamp0_modules.json", "status": "NOTIFIED" } 2021-05-05T01:23:10.875Z||pool-2-thread-5|||||INFO|500||Missing status on Status Object. 2021-05-05T01:23:10.875Z||pool-2-thread-5|||||DEBUG|500||received message from topic 2021-05-05T01:23:10.875Z||pool-2-thread-5|||||DEBUG|500||recieved notification from broker: { "distributionID": "59cbceaa-0d50-473f-9cea-665402966733", "consumerID": "ves-openapi-manager", "timestamp": 1620177714784, "artifactURL": "/sdc/v1/catalog/services/Basicclamp/1.0/resourceInstances/basicclamp0/artifacts/vendor-license-model.xml", "status": "NOT_NOTIFIED" } 2021-05-05T01:23:10.875Z||pool-2-thread-5|||||INFO|500||Missing status on Status Object. 2021-05-05T01:23:10.875Z||pool-2-thread-5|||||DEBUG|500||received message from topic 2021-05-05T01:23:10.875Z||pool-2-thread-5|||||DEBUG|500||recieved notification from broker: { "distributionID": "59cbceaa-0d50-473f-9cea-665402966733", "consumerID": "multicloud-starlingx-id", "timestamp": 1620177703560, "artifactURL": "/sdc/v1/catalog/services/Basicclamp/1.0/resourceInstances/basicclamp0/artifacts/tca-microservice.yaml", "status": "NOT_NOTIFIED" } 2021-05-05T01:23:10.875Z||pool-2-thread-5|||||INFO|500||Missing status on Status Object. 2021-05-05T01:23:10.875Z||pool-2-thread-5|||||DEBUG|500||received message from topic 2021-05-05T01:23:10.875Z||pool-2-thread-5|||||DEBUG|500||recieved notification from broker: { "distributionID": "59cbceaa-0d50-473f-9cea-665402966733", "consumerID": "cds", "timestamp": 1620177719822, "artifactURL": "/sdc/v1/catalog/services/Basicclamp/1.0/artifacts/service-Basicclamp-csar.csar", "status": "DOWNLOAD_OK" } 2021-05-05T01:23:10.875Z||pool-2-thread-5|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error' 2021-05-05T01:23:10.875Z||pool-2-thread-5|||||DEBUG|500||received message from topic 2021-05-05T01:23:10.875Z||pool-2-thread-5|||||DEBUG|500||recieved notification from broker: { "distributionID": "59cbceaa-0d50-473f-9cea-665402966733", "consumerID": "multicloud-k8s-id", "timestamp": 1620177715208, "artifactURL": "/sdc/v1/catalog/services/Basicclamp/1.0/resourceInstances/basicclamp0/artifacts/vendor-license-model.xml", "status": "NOT_NOTIFIED" } 2021-05-05T01:23:10.876Z||pool-2-thread-5|||||INFO|500||Missing status on Status Object. 2021-05-05T01:23:10.876Z||pool-2-thread-5|||||DEBUG|500||received message from topic 2021-05-05T01:23:10.876Z||pool-2-thread-5|||||DEBUG|500||recieved notification from broker: { "distributionID": "59cbceaa-0d50-473f-9cea-665402966733", "consumerID": "policy-id", "timestamp": 1620177719927, "artifactURL": "/sdc/v1/catalog/services/Basicclamp/1.0/artifacts/service-Basicclamp-csar.csar", "status": "DOWNLOAD_OK" } 2021-05-05T01:23:10.876Z||pool-2-thread-5|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error' 2021-05-05T01:23:10.876Z||pool-2-thread-5|||||DEBUG|500||received message from topic 2021-05-05T01:23:10.876Z||pool-2-thread-5|||||DEBUG|500||recieved notification from broker: { "distributionID": "59cbceaa-0d50-473f-9cea-665402966733", "consumerID": "multicloud-windriver-id", "timestamp": 1620177700474, "artifactURL": "/sdc/v1/catalog/services/Basicclamp/1.0/resourceInstances/basicclamp0/artifacts/base_ubuntu18.yaml", "status": "NOTIFIED" } 2021-05-05T01:23:10.876Z||pool-2-thread-5|||||INFO|500||Missing status on Status Object. 2021-05-05T01:23:10.876Z||pool-2-thread-5|||||DEBUG|500||received message from topic 2021-05-05T01:23:10.876Z||pool-2-thread-5|||||DEBUG|500||recieved notification from broker: { "distributionID": "59cbceaa-0d50-473f-9cea-665402966733", "consumerID": "dcae-sch", "timestamp": 1620177720376, "artifactURL": "/sdc/v1/catalog/services/9d483f14-818b-4d54-ac3f-494bccc3b03d/resourceInstances/basicclamp0/artifacts/dccc9d08-9481-4a89-9a73-bede4bb50554", "status": "DOWNLOAD_OK" } 2021-05-05T01:23:10.876Z||pool-2-thread-5|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error' 2021-05-05T01:23:10.876Z||pool-2-thread-5|||||DEBUG|500||received message from topic 2021-05-05T01:23:10.877Z||pool-2-thread-5|||||DEBUG|500||recieved notification from broker: { "distributionID": "59cbceaa-0d50-473f-9cea-665402966733", "consumerID": "ves-openapi-manager", "timestamp": 1620177714784, "artifactURL": "/sdc/v1/catalog/services/Basicclamp/1.0/resourceInstances/basicclamp0/artifacts/base_ubuntu18.env", "status": "NOT_NOTIFIED" } 2021-05-05T01:23:10.877Z||pool-2-thread-5|||||INFO|500||Missing status on Status Object. 2021-05-05T01:23:10.877Z||pool-2-thread-5|||||DEBUG|500||received message from topic 2021-05-05T01:23:10.877Z||pool-2-thread-5|||||DEBUG|500||recieved notification from broker: { "distributionID": "59cbceaa-0d50-473f-9cea-665402966733", "consumerID": "multicloud-starlingx-id", "timestamp": 1620177703560, "artifactURL": "/sdc/v1/catalog/services/Basicclamp/1.0/resourceInstances/basicclamp0/artifacts/vf-license-model.xml", "status": "NOT_NOTIFIED" } 2021-05-05T01:23:10.877Z||pool-2-thread-5|||||INFO|500||Missing status on Status Object. 2021-05-05T01:23:10.877Z||pool-2-thread-5|||||DEBUG|500||received message from topic 2021-05-05T01:23:10.877Z||pool-2-thread-5|||||DEBUG|500||recieved notification from broker: { "distributionID": "59cbceaa-0d50-473f-9cea-665402966733", "consumerID": "cds", "timestamp": 1620177720827, "artifactURL": "/sdc/v1/catalog/services/Basicclamp/1.0/artifacts/service-Basicclamp-csar.csar", "status": "COMPONENT_DONE_OK", "componentName": "cds" } Hibernate: select watchdogdi0_.DISTRIBUTION_ID as distribu1_11_0_, watchdogdi0_.CREATE_TIME as create_t2_11_0_, watchdogdi0_.DISTRIBUTION_ID_STATUS as distribu3_11_0_, watchdogdi0_.MODIFY_TIME as modify_t4_11_0_, watchdogdi0_.LOCK_VERSION as lock_ver5_11_0_ from watchdog_distributionid_status watchdogdi0_ where watchdogdi0_.DISTRIBUTION_ID=? Hibernate: select watchdogdi0_.DISTRIBUTION_ID as distribu1_11_0_, watchdogdi0_.CREATE_TIME as create_t2_11_0_, watchdogdi0_.DISTRIBUTION_ID_STATUS as distribu3_11_0_, watchdogdi0_.MODIFY_TIME as modify_t4_11_0_, watchdogdi0_.LOCK_VERSION as lock_ver5_11_0_ from watchdog_distributionid_status watchdogdi0_ where watchdogdi0_.DISTRIBUTION_ID=? Hibernate: insert into watchdog_distributionid_status (CREATE_TIME, DISTRIBUTION_ID_STATUS, MODIFY_TIME, LOCK_VERSION, DISTRIBUTION_ID) values (?, ?, ?, ?, ?) 2021-05-05T01:23:10.889Z||pool-2-thread-5|||||DEBUG|500||Receive a callback componentStatus in ASDC, for componentName: cds and status of COMPONENT_DONE_OK distributionID of 59cbceaa-0d50-473f-9cea-665402966733 2021-05-05T01:23:10.889Z||pool-2-thread-5|||||DEBUG|500||Entering installTheComponentStatus for distributionId 59cbceaa-0d50-473f-9cea-665402966733 and ComponentName cds Hibernate: select watchdogco0_.COMPONENT_NAME as componen1_12_0_, watchdogco0_.DISTRIBUTION_ID as distribu2_12_0_, watchdogco0_.COMPONENT_DISTRIBUTION_STATUS as componen3_12_0_, watchdogco0_.CREATE_TIME as create_t4_12_0_, watchdogco0_.MODIFY_TIME as modify_t5_12_0_ from watchdog_per_component_distribution_status watchdogco0_ where watchdogco0_.COMPONENT_NAME=? and watchdogco0_.DISTRIBUTION_ID=? Hibernate: insert into watchdog_per_component_distribution_status (COMPONENT_DISTRIBUTION_STATUS, CREATE_TIME, MODIFY_TIME, COMPONENT_NAME, DISTRIBUTION_ID) values (?, ?, ?, ?, ?) 2021-05-05T01:23:10.897Z||pool-2-thread-5|||||DEBUG|500||received message from topic 2021-05-05T01:23:10.897Z||pool-2-thread-5|||||DEBUG|500||recieved notification from broker: { "distributionID": "59cbceaa-0d50-473f-9cea-665402966733", "consumerID": "multicloud-k8s-id", "timestamp": 1620177715208, "artifactURL": "/sdc/v1/catalog/services/Basicclamp/1.0/resourceInstances/basicclamp0/artifacts/base_ubuntu18.env", "status": "NOTIFIED" } 2021-05-05T01:23:10.897Z||pool-2-thread-5|||||INFO|500||Missing status on Status Object. 2021-05-05T01:23:10.897Z||pool-2-thread-5|||||DEBUG|500||received message from topic 2021-05-05T01:23:10.898Z||pool-2-thread-5|||||DEBUG|500||recieved notification from broker: { "distributionID": "28e7f25a-009d-4cee-a0b8-6cfbd2e42085", "consumerID": "clamp", "timestamp": 1620177720903, "artifactURL": "/sdc/v1/catalog/services/BasicVm/1.0/artifacts/service-BasicVm-csar.csar", "status": "DOWNLOAD_OK" } 2021-05-05T01:23:10.898Z||pool-2-thread-5|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error' 2021-05-05T01:23:10.898Z||pool-2-thread-5|||||DEBUG|500||received message from topic 2021-05-05T01:23:10.898Z||pool-2-thread-5|||||DEBUG|500||recieved notification from broker: { "distributionID": "59cbceaa-0d50-473f-9cea-665402966733", "consumerID": "policy-id", "timestamp": 1620177720930, "artifactURL": "/sdc/v1/catalog/services/Basicclamp/1.0/artifacts/service-Basicclamp-csar.csar", "status": "DEPLOY_OK" } 2021-05-05T01:23:10.898Z||pool-2-thread-5|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error' 2021-05-05T01:23:10.898Z||pool-2-thread-5|||||DEBUG|500||received message from topic 2021-05-05T01:23:10.898Z||pool-2-thread-5|||||DEBUG|500||recieved notification from broker: { "distributionID": "59cbceaa-0d50-473f-9cea-665402966733", "consumerID": "sdc-COpenSource-Env11-sdnc-dockero", "timestamp": 1620177720819, "artifactURL": "/sdc/v1/catalog/services/Basicclamp/1.0/resourceInstances/basicclamp0/artifacts/tca-microservice.yaml", "status": "NOT_NOTIFIED" } 2021-05-05T01:23:10.898Z||pool-2-thread-5|||||INFO|500||Missing status on Status Object. 2021-05-05T01:23:10.898Z||pool-2-thread-5|||||DEBUG|500||received message from topic 2021-05-05T01:23:10.898Z||pool-2-thread-5|||||DEBUG|500||recieved notification from broker: { "distributionID": "59cbceaa-0d50-473f-9cea-665402966733", "consumerID": "multicloud-windriver-id", "timestamp": 1620177700474, "artifactURL": "/sdc/v1/catalog/services/Basicclamp/1.0/resourceInstances/basicclamp0/artifacts/vendor-license-model.xml", "status": "NOT_NOTIFIED" } 2021-05-05T01:23:10.898Z||pool-2-thread-5|||||INFO|500||Missing status on Status Object. 2021-05-05T01:23:10.898Z||pool-2-thread-5|||||DEBUG|500||received message from topic 2021-05-05T01:23:10.898Z||pool-2-thread-5|||||DEBUG|500||recieved notification from broker: { "distributionID": "59cbceaa-0d50-473f-9cea-665402966733", "consumerID": "ves-openapi-manager", "timestamp": 1620177714784, "artifactURL": "/sdc/v1/catalog/services/Basicclamp/1.0/artifacts/service-Basicclamp-template.yml", "status": "NOT_NOTIFIED" } 2021-05-05T01:23:10.898Z||pool-2-thread-5|||||INFO|500||Missing status on Status Object. 2021-05-05T01:23:10.898Z||pool-2-thread-5|||||DEBUG|500||received message from topic 2021-05-05T01:23:10.898Z||pool-2-thread-5|||||DEBUG|500||recieved notification from broker: { "distributionID": "59cbceaa-0d50-473f-9cea-665402966733", "consumerID": "multicloud-starlingx-id", "timestamp": 1620177703560, "artifactURL": "/sdc/v1/catalog/services/Basicclamp/1.0/resourceInstances/basicclamp0/artifacts/basicclamp0_modules.json", "status": "NOTIFIED" } 2021-05-05T01:23:10.899Z||pool-2-thread-5|||||INFO|500||Missing status on Status Object. 2021-05-05T01:23:10.899Z||pool-2-thread-5|||||DEBUG|500||received message from topic 2021-05-05T01:23:10.899Z||pool-2-thread-5|||||DEBUG|500||recieved notification from broker: { "distributionID": "59cbceaa-0d50-473f-9cea-665402966733", "consumerID": "dcae-sch", "timestamp": 1620177721636, "artifactURL": "/sdc/v1/catalog/services/9d483f14-818b-4d54-ac3f-494bccc3b03d/resourceInstances/basicclamp0/artifacts/dccc9d08-9481-4a89-9a73-bede4bb50554", "status": "DEPLOY_OK" } 2021-05-05T01:23:10.899Z||pool-2-thread-5|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error' 2021-05-05T01:23:10.899Z||pool-2-thread-5|||||DEBUG|500||received message from topic 2021-05-05T01:23:10.899Z||pool-2-thread-5|||||DEBUG|500||recieved notification from broker: { "distributionID": "59cbceaa-0d50-473f-9cea-665402966733", "consumerID": "multicloud-k8s-id", "timestamp": 1620177715208, "artifactURL": "/sdc/v1/catalog/services/Basicclamp/1.0/artifacts/service-Basicclamp-template.yml", "status": "NOT_NOTIFIED" } 2021-05-05T01:23:10.899Z||pool-2-thread-5|||||INFO|500||Missing status on Status Object. 2021-05-05T01:23:10.899Z||pool-2-thread-5|||||DEBUG|500||received message from topic 2021-05-05T01:23:10.899Z||pool-2-thread-5|||||DEBUG|500||recieved notification from broker: { "distributionID": "28e7f25a-009d-4cee-a0b8-6cfbd2e42085", "consumerID": "clamp", "timestamp": 1620177721918, "artifactURL": "/sdc/v1/catalog/services/BasicVm/1.0/artifacts/service-BasicVm-csar.csar", "status": "DEPLOY_OK" } 2021-05-05T01:23:10.899Z||pool-2-thread-5|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error' 2021-05-05T01:23:10.899Z||pool-2-thread-5|||||DEBUG|500||received message from topic 2021-05-05T01:23:10.899Z||pool-2-thread-5|||||DEBUG|500||recieved notification from broker: { "distributionID": "59cbceaa-0d50-473f-9cea-665402966733", "consumerID": "sdc-COpenSource-Env11-sdnc-dockero", "timestamp": 1620177720819, "artifactURL": "/sdc/v1/catalog/services/Basicclamp/1.0/resourceInstances/basicclamp0/artifacts/vf-license-model.xml", "status": "NOT_NOTIFIED" } 2021-05-05T01:23:10.900Z||pool-2-thread-5|||||INFO|500||Missing status on Status Object. 2021-05-05T01:23:10.900Z||pool-2-thread-5|||||DEBUG|500||received message from topic 2021-05-05T01:23:10.900Z||pool-2-thread-5|||||DEBUG|500||recieved notification from broker: { "distributionID": "59cbceaa-0d50-473f-9cea-665402966733", "consumerID": "policy-id", "timestamp": 1620177721933, "artifactURL": "", "status": "COMPONENT_DONE_OK", "componentName": "POLICY" } Hibernate: select watchdogdi0_.DISTRIBUTION_ID as distribu1_11_0_, watchdogdi0_.CREATE_TIME as create_t2_11_0_, watchdogdi0_.DISTRIBUTION_ID_STATUS as distribu3_11_0_, watchdogdi0_.MODIFY_TIME as modify_t4_11_0_, watchdogdi0_.LOCK_VERSION as lock_ver5_11_0_ from watchdog_distributionid_status watchdogdi0_ where watchdogdi0_.DISTRIBUTION_ID=? 2021-05-05T01:23:10.905Z||pool-2-thread-5|||||DEBUG|500||Receive a callback componentStatus in ASDC, for componentName: POLICY and status of COMPONENT_DONE_OK distributionID of 59cbceaa-0d50-473f-9cea-665402966733 2021-05-05T01:23:10.905Z||pool-2-thread-5|||||DEBUG|500||Entering installTheComponentStatus for distributionId 59cbceaa-0d50-473f-9cea-665402966733 and ComponentName POLICY Hibernate: select watchdogco0_.COMPONENT_NAME as componen1_12_0_, watchdogco0_.DISTRIBUTION_ID as distribu2_12_0_, watchdogco0_.COMPONENT_DISTRIBUTION_STATUS as componen3_12_0_, watchdogco0_.CREATE_TIME as create_t4_12_0_, watchdogco0_.MODIFY_TIME as modify_t5_12_0_ from watchdog_per_component_distribution_status watchdogco0_ where watchdogco0_.COMPONENT_NAME=? and watchdogco0_.DISTRIBUTION_ID=? Hibernate: insert into watchdog_per_component_distribution_status (COMPONENT_DISTRIBUTION_STATUS, CREATE_TIME, MODIFY_TIME, COMPONENT_NAME, DISTRIBUTION_ID) values (?, ?, ?, ?, ?) 2021-05-05T01:23:10.914Z||pool-2-thread-5|||||DEBUG|500||received message from topic 2021-05-05T01:23:10.914Z||pool-2-thread-5|||||DEBUG|500||recieved notification from broker: { "distributionID": "59cbceaa-0d50-473f-9cea-665402966733", "consumerID": "multicloud-windriver-id", "timestamp": 1620177700474, "artifactURL": "/sdc/v1/catalog/services/Basicclamp/1.0/resourceInstances/basicclamp0/artifacts/base_ubuntu18.env", "status": "NOTIFIED" } 2021-05-05T01:23:10.914Z||pool-2-thread-5|||||INFO|500||Missing status on Status Object. 2021-05-05T01:23:10.914Z||pool-2-thread-5|||||DEBUG|500||received message from topic 2021-05-05T01:23:10.914Z||pool-2-thread-5|||||DEBUG|500||recieved notification from broker: { "distributionID": "59cbceaa-0d50-473f-9cea-665402966733", "consumerID": "ves-openapi-manager", "timestamp": 1620177714784, "artifactURL": "/sdc/v1/catalog/services/Basicclamp/1.0/artifacts/service-Basicclamp-csar.csar", "status": "NOT_NOTIFIED" } 2021-05-05T01:23:10.914Z||pool-2-thread-5|||||INFO|500||Missing status on Status Object. 2021-05-05T01:23:10.914Z||pool-2-thread-5|||||DEBUG|500||received message from topic 2021-05-05T01:23:10.914Z||pool-2-thread-5|||||DEBUG|500||recieved notification from broker: { "distributionID": "28e7f25a-009d-4cee-a0b8-6cfbd2e42085", "consumerID": "aai-ml", "timestamp": 1620177722452, "artifactURL": "/sdc/v1/catalog/services/BasicVm/1.0/artifacts/service-BasicVm-csar.csar", "status": "DEPLOY_OK" } 2021-05-05T01:23:10.915Z||pool-2-thread-5|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error' 2021-05-05T01:23:10.915Z||pool-2-thread-5|||||DEBUG|500||received message from topic 2021-05-05T01:23:10.915Z||pool-2-thread-5|||||DEBUG|500||recieved notification from broker: { "distributionID": "59cbceaa-0d50-473f-9cea-665402966733", "consumerID": "multicloud-starlingx-id", "timestamp": 1620177703560, "artifactURL": "/sdc/v1/catalog/services/Basicclamp/1.0/resourceInstances/basicclamp0/artifacts/base_ubuntu18.yaml", "status": "NOTIFIED" } 2021-05-05T01:23:10.915Z||pool-2-thread-5|||||INFO|500||Missing status on Status Object. 2021-05-05T01:23:10.915Z||pool-2-thread-5|||||DEBUG|500||received message from topic 2021-05-05T01:23:10.915Z||pool-2-thread-5|||||DEBUG|500||recieved notification from broker: { "distributionID": "59cbceaa-0d50-473f-9cea-665402966733", "consumerID": "dcae-sch", "timestamp": 1620177722640, "artifactURL": "/sdc/v1/catalog/services/9d483f14-818b-4d54-ac3f-494bccc3b03d/resourceInstances/basicclamp0/artifacts/dccc9d08-9481-4a89-9a73-bede4bb50554", "status": "COMPONENT_DONE_OK", "componentName": "service-change-handler" } Hibernate: select watchdogdi0_.DISTRIBUTION_ID as distribu1_11_0_, watchdogdi0_.CREATE_TIME as create_t2_11_0_, watchdogdi0_.DISTRIBUTION_ID_STATUS as distribu3_11_0_, watchdogdi0_.MODIFY_TIME as modify_t4_11_0_, watchdogdi0_.LOCK_VERSION as lock_ver5_11_0_ from watchdog_distributionid_status watchdogdi0_ where watchdogdi0_.DISTRIBUTION_ID=? 2021-05-05T01:23:10.919Z||pool-2-thread-5|||||DEBUG|500||Receive a callback componentStatus in ASDC, for componentName: service-change-handler and status of COMPONENT_DONE_OK distributionID of 59cbceaa-0d50-473f-9cea-665402966733 2021-05-05T01:23:10.919Z||pool-2-thread-5|||||DEBUG|500||Entering installTheComponentStatus for distributionId 59cbceaa-0d50-473f-9cea-665402966733 and ComponentName service-change-handler Hibernate: select watchdogco0_.COMPONENT_NAME as componen1_12_0_, watchdogco0_.DISTRIBUTION_ID as distribu2_12_0_, watchdogco0_.COMPONENT_DISTRIBUTION_STATUS as componen3_12_0_, watchdogco0_.CREATE_TIME as create_t4_12_0_, watchdogco0_.MODIFY_TIME as modify_t5_12_0_ from watchdog_per_component_distribution_status watchdogco0_ where watchdogco0_.COMPONENT_NAME=? and watchdogco0_.DISTRIBUTION_ID=? Hibernate: insert into watchdog_per_component_distribution_status (COMPONENT_DISTRIBUTION_STATUS, CREATE_TIME, MODIFY_TIME, COMPONENT_NAME, DISTRIBUTION_ID) values (?, ?, ?, ?, ?) 2021-05-05T01:23:10.926Z||pool-2-thread-5|||||DEBUG|500||received message from topic 2021-05-05T01:23:10.926Z||pool-2-thread-5|||||DEBUG|500||recieved notification from broker: { "distributionID": "59cbceaa-0d50-473f-9cea-665402966733", "consumerID": "multicloud-k8s-id", "timestamp": 1620177715208, "artifactURL": "/sdc/v1/catalog/services/Basicclamp/1.0/artifacts/service-Basicclamp-csar.csar", "status": "NOTIFIED" } 2021-05-05T01:23:10.927Z||pool-2-thread-5|||||INFO|500||Missing status on Status Object. 2021-05-05T01:23:10.927Z||pool-2-thread-5|||||DEBUG|500||received message from topic 2021-05-05T01:23:10.927Z||pool-2-thread-5|||||DEBUG|500||recieved notification from broker: { "distributionID": "28e7f25a-009d-4cee-a0b8-6cfbd2e42085", "consumerID": "clamp", "timestamp": 1620177722922, "artifactURL": "", "status": "COMPONENT_DONE_OK", "componentName": "clamp" } Hibernate: select watchdogdi0_.DISTRIBUTION_ID as distribu1_11_0_, watchdogdi0_.CREATE_TIME as create_t2_11_0_, watchdogdi0_.DISTRIBUTION_ID_STATUS as distribu3_11_0_, watchdogdi0_.MODIFY_TIME as modify_t4_11_0_, watchdogdi0_.LOCK_VERSION as lock_ver5_11_0_ from watchdog_distributionid_status watchdogdi0_ where watchdogdi0_.DISTRIBUTION_ID=? 2021-05-05T01:23:10.931Z||pool-2-thread-5|||||DEBUG|500||Receive a callback componentStatus in ASDC, for componentName: clamp and status of COMPONENT_DONE_OK distributionID of 28e7f25a-009d-4cee-a0b8-6cfbd2e42085 2021-05-05T01:23:10.931Z||pool-2-thread-5|||||DEBUG|500||Entering installTheComponentStatus for distributionId 28e7f25a-009d-4cee-a0b8-6cfbd2e42085 and ComponentName clamp Hibernate: select watchdogco0_.COMPONENT_NAME as componen1_12_0_, watchdogco0_.DISTRIBUTION_ID as distribu2_12_0_, watchdogco0_.COMPONENT_DISTRIBUTION_STATUS as componen3_12_0_, watchdogco0_.CREATE_TIME as create_t4_12_0_, watchdogco0_.MODIFY_TIME as modify_t5_12_0_ from watchdog_per_component_distribution_status watchdogco0_ where watchdogco0_.COMPONENT_NAME=? and watchdogco0_.DISTRIBUTION_ID=? Hibernate: insert into watchdog_per_component_distribution_status (COMPONENT_DISTRIBUTION_STATUS, CREATE_TIME, MODIFY_TIME, COMPONENT_NAME, DISTRIBUTION_ID) values (?, ?, ?, ?, ?) 2021-05-05T01:23:10.938Z||pool-2-thread-5|||||DEBUG|500||received message from topic 2021-05-05T01:23:10.938Z||pool-2-thread-5|||||DEBUG|500||recieved notification from broker: { "distributionID": "59cbceaa-0d50-473f-9cea-665402966733", "consumerID": "sdc-COpenSource-Env11-sdnc-dockero", "timestamp": 1620177720819, "artifactURL": "/sdc/v1/catalog/services/Basicclamp/1.0/resourceInstances/basicclamp0/artifacts/basicclamp0_modules.json", "status": "NOT_NOTIFIED" } 2021-05-05T01:23:10.939Z||pool-2-thread-5|||||INFO|500||Missing status on Status Object. 2021-05-05T01:23:10.939Z||pool-2-thread-5|||||DEBUG|500||received message from topic 2021-05-05T01:23:10.939Z||pool-2-thread-5|||||DEBUG|500||recieved notification from broker: { "distributionID": "59cbceaa-0d50-473f-9cea-665402966733", "consumerID": "multicloud-windriver-id", "timestamp": 1620177700474, "artifactURL": "/sdc/v1/catalog/services/Basicclamp/1.0/artifacts/service-Basicclamp-template.yml", "status": "NOT_NOTIFIED" } 2021-05-05T01:23:10.939Z||pool-2-thread-5|||||INFO|500||Missing status on Status Object. 2021-05-05T01:23:10.939Z||pool-2-thread-5|||||DEBUG|500||received message from topic 2021-05-05T01:23:10.939Z||pool-2-thread-5|||||DEBUG|500||recieved notification from broker: { "distributionID": "28e7f25a-009d-4cee-a0b8-6cfbd2e42085", "consumerID": "aai-ml", "timestamp": 1620177723455, "artifactURL": "", "status": "COMPONENT_DONE_OK", "componentName": "AAI" } Hibernate: select watchdogdi0_.DISTRIBUTION_ID as distribu1_11_0_, watchdogdi0_.CREATE_TIME as create_t2_11_0_, watchdogdi0_.DISTRIBUTION_ID_STATUS as distribu3_11_0_, watchdogdi0_.MODIFY_TIME as modify_t4_11_0_, watchdogdi0_.LOCK_VERSION as lock_ver5_11_0_ from watchdog_distributionid_status watchdogdi0_ where watchdogdi0_.DISTRIBUTION_ID=? 2021-05-05T01:23:10.944Z||pool-2-thread-5|||||DEBUG|500||Receive a callback componentStatus in ASDC, for componentName: AAI and status of COMPONENT_DONE_OK distributionID of 28e7f25a-009d-4cee-a0b8-6cfbd2e42085 2021-05-05T01:23:10.944Z||pool-2-thread-5|||||DEBUG|500||Entering installTheComponentStatus for distributionId 28e7f25a-009d-4cee-a0b8-6cfbd2e42085 and ComponentName AAI Hibernate: select watchdogco0_.COMPONENT_NAME as componen1_12_0_, watchdogco0_.DISTRIBUTION_ID as distribu2_12_0_, watchdogco0_.COMPONENT_DISTRIBUTION_STATUS as componen3_12_0_, watchdogco0_.CREATE_TIME as create_t4_12_0_, watchdogco0_.MODIFY_TIME as modify_t5_12_0_ from watchdog_per_component_distribution_status watchdogco0_ where watchdogco0_.COMPONENT_NAME=? and watchdogco0_.DISTRIBUTION_ID=? Hibernate: insert into watchdog_per_component_distribution_status (COMPONENT_DISTRIBUTION_STATUS, CREATE_TIME, MODIFY_TIME, COMPONENT_NAME, DISTRIBUTION_ID) values (?, ?, ?, ?, ?) 2021-05-05T01:23:10.952Z||pool-2-thread-5|||||DEBUG|500||received message from topic 2021-05-05T01:23:10.952Z||pool-2-thread-5|||||DEBUG|500||recieved notification from broker: { "distributionID": "59cbceaa-0d50-473f-9cea-665402966733", "consumerID": "multicloud-starlingx-id", "timestamp": 1620177703560, "artifactURL": "/sdc/v1/catalog/services/Basicclamp/1.0/resourceInstances/basicclamp0/artifacts/vendor-license-model.xml", "status": "NOT_NOTIFIED" } 2021-05-05T01:23:10.952Z||pool-2-thread-5|||||INFO|500||Missing status on Status Object. 2021-05-05T01:23:10.952Z||pool-2-thread-5|||||DEBUG|500||received message from topic 2021-05-05T01:23:10.952Z||pool-2-thread-5|||||DEBUG|500||recieved notification from broker: { "distributionID": "59cbceaa-0d50-473f-9cea-665402966733", "consumerID": "clamp", "timestamp": 1620177704364, "artifactURL": "/sdc/v1/catalog/services/Basicclamp/1.0/resourceInstances/basicclamp0/artifacts/tca-microservice.yaml", "status": "NOT_NOTIFIED" } 2021-05-05T01:23:10.952Z||pool-2-thread-5|||||INFO|500||Missing status on Status Object. 2021-05-05T01:23:10.952Z||pool-2-thread-5|||||DEBUG|500||received message from topic 2021-05-05T01:23:10.952Z||pool-2-thread-5|||||DEBUG|500||recieved notification from broker: { "distributionID": "59cbceaa-0d50-473f-9cea-665402966733", "consumerID": "sdc-COpenSource-Env11-sdnc-dockero", "timestamp": 1620177720819, "artifactURL": "/sdc/v1/catalog/services/Basicclamp/1.0/resourceInstances/basicclamp0/artifacts/base_ubuntu18.yaml", "status": "NOT_NOTIFIED" } 2021-05-05T01:23:10.952Z||pool-2-thread-5|||||INFO|500||Missing status on Status Object. 2021-05-05T01:23:10.952Z||pool-2-thread-5|||||DEBUG|500||received message from topic 2021-05-05T01:23:10.952Z||pool-2-thread-5|||||DEBUG|500||recieved notification from broker: { "distributionID": "59cbceaa-0d50-473f-9cea-665402966733", "consumerID": "multicloud-windriver-id", "timestamp": 1620177700474, "artifactURL": "/sdc/v1/catalog/services/Basicclamp/1.0/artifacts/service-Basicclamp-csar.csar", "status": "NOTIFIED" } 2021-05-05T01:23:10.953Z||pool-2-thread-5|||||INFO|500||Missing status on Status Object. 2021-05-05T01:23:10.953Z||pool-2-thread-5|||||DEBUG|500||received message from topic 2021-05-05T01:23:10.953Z||pool-2-thread-5|||||DEBUG|500||recieved notification from broker: { "distributionID": "95a8e734-0ca5-474c-a417-07566a116d7e", "consumerID": "dcae-sch", "timestamp": 1620177723645, "artifactURL": "/sdc/v1/catalog/services/BasicVmMacro/1.0/resourceInstances/basic_vm_macro0/artifacts/vf-license-model.xml", "status": "NOT_NOTIFIED" } 2021-05-05T01:23:10.953Z||pool-2-thread-5|||||INFO|500||Missing status on Status Object. 2021-05-05T01:23:10.953Z||pool-2-thread-5|||||DEBUG|500||received message from topic 2021-05-05T01:23:10.953Z||pool-2-thread-5|||||DEBUG|500||recieved notification from broker: { "distributionID": "59cbceaa-0d50-473f-9cea-665402966733", "consumerID": "aai-ml", "timestamp": 1620177707262, "artifactURL": "/sdc/v1/catalog/services/Basicclamp/1.0/resourceInstances/basicclamp0/artifacts/tca-microservice.yaml", "status": "NOT_NOTIFIED" } 2021-05-05T01:23:10.953Z||pool-2-thread-5|||||INFO|500||Missing status on Status Object. 2021-05-05T01:23:10.953Z||pool-2-thread-5|||||DEBUG|500||received message from topic 2021-05-05T01:23:10.953Z||pool-2-thread-5|||||DEBUG|500||recieved notification from broker: { "distributionID": "59cbceaa-0d50-473f-9cea-665402966733", "consumerID": "multicloud-starlingx-id", "timestamp": 1620177703560, "artifactURL": "/sdc/v1/catalog/services/Basicclamp/1.0/resourceInstances/basicclamp0/artifacts/base_ubuntu18.env", "status": "NOTIFIED" } 2021-05-05T01:23:10.953Z||pool-2-thread-5|||||INFO|500||Missing status on Status Object. 2021-05-05T01:23:10.953Z||pool-2-thread-5|||||DEBUG|500||received message from topic 2021-05-05T01:23:10.953Z||pool-2-thread-5|||||DEBUG|500||recieved notification from broker: { "distributionID": "59cbceaa-0d50-473f-9cea-665402966733", "consumerID": "multicloud-k8s-id", "timestamp": 1620177724674, "artifactURL": "/sdc/v1/catalog/services/Basicclamp/1.0/resourceInstances/basicclamp0/artifacts/basicclamp0_modules.json", "status": "DOWNLOAD_OK" } 2021-05-05T01:23:10.953Z||pool-2-thread-5|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error' 2021-05-05T01:23:10.953Z||pool-2-thread-5|||||DEBUG|500||received message from topic 2021-05-05T01:23:10.953Z||pool-2-thread-5|||||DEBUG|500||recieved notification from broker: { "distributionID": "59cbceaa-0d50-473f-9cea-665402966733", "consumerID": "clamp", "timestamp": 1620177704364, "artifactURL": "/sdc/v1/catalog/services/Basicclamp/1.0/resourceInstances/basicclamp0/artifacts/vf-license-model.xml", "status": "NOT_NOTIFIED" } 2021-05-05T01:23:10.953Z||pool-2-thread-5|||||INFO|500||Missing status on Status Object. 2021-05-05T01:23:10.953Z||pool-2-thread-5|||||DEBUG|500||received message from topic 2021-05-05T01:23:10.953Z||pool-2-thread-5|||||DEBUG|500||recieved notification from broker: { "distributionID": "59cbceaa-0d50-473f-9cea-665402966733", "consumerID": "sdc-COpenSource-Env11-sdnc-dockero", "timestamp": 1620177720819, "artifactURL": "/sdc/v1/catalog/services/Basicclamp/1.0/resourceInstances/basicclamp0/artifacts/vendor-license-model.xml", "status": "NOT_NOTIFIED" } 2021-05-05T01:23:10.953Z||pool-2-thread-5|||||INFO|500||Missing status on Status Object. 2021-05-05T01:23:10.953Z||pool-2-thread-5|||||DEBUG|500||received message from topic 2021-05-05T01:23:10.953Z||pool-2-thread-5|||||DEBUG|500||recieved notification from broker: { "distributionID": "95a8e734-0ca5-474c-a417-07566a116d7e", "consumerID": "dcae-sch", "timestamp": 1620177723645, "artifactURL": "/sdc/v1/catalog/services/BasicVmMacro/1.0/resourceInstances/basic_vm_macro0/artifacts/basic_vm_macro0_modules.json", "status": "NOT_NOTIFIED" } 2021-05-05T01:23:10.953Z||pool-2-thread-5|||||INFO|500||Missing status on Status Object. 2021-05-05T01:23:10.953Z||pool-2-thread-5|||||DEBUG|500||received message from topic 2021-05-05T01:23:10.954Z||pool-2-thread-5|||||DEBUG|500||recieved notification from broker: { "distributionID": "59cbceaa-0d50-473f-9cea-665402966733", "consumerID": "aai-ml", "timestamp": 1620177707262, "artifactURL": "/sdc/v1/catalog/services/Basicclamp/1.0/resourceInstances/basicclamp0/artifacts/vf-license-model.xml", "status": "NOT_NOTIFIED" } 2021-05-05T01:23:10.954Z||pool-2-thread-5|||||INFO|500||Missing status on Status Object. 2021-05-05T01:23:10.954Z||pool-2-thread-5|||||DEBUG|500||received message from topic 2021-05-05T01:23:10.954Z||pool-2-thread-5|||||DEBUG|500||recieved notification from broker: { "distributionID": "59cbceaa-0d50-473f-9cea-665402966733", "consumerID": "multicloud-starlingx-id", "timestamp": 1620177703560, "artifactURL": "/sdc/v1/catalog/services/Basicclamp/1.0/artifacts/service-Basicclamp-template.yml", "status": "NOT_NOTIFIED" } 2021-05-05T01:23:10.954Z||pool-2-thread-5|||||INFO|500||Missing status on Status Object. 2021-05-05T01:23:10.954Z||pool-2-thread-5|||||DEBUG|500||received message from topic 2021-05-05T01:23:10.954Z||pool-2-thread-5|||||DEBUG|500||recieved notification from broker: { "distributionID": "59cbceaa-0d50-473f-9cea-665402966733", "consumerID": "multicloud-windriver-id", "timestamp": 1620177725859, "artifactURL": "/sdc/v1/catalog/services/Basicclamp/1.0/resourceInstances/basicclamp0/artifacts/basicclamp0_modules.json", "status": "DOWNLOAD_OK" } 2021-05-05T01:23:10.954Z||pool-2-thread-5|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error' 2021-05-05T01:23:10.954Z||pool-2-thread-5|||||DEBUG|500||received message from topic 2021-05-05T01:23:10.954Z||pool-2-thread-5|||||DEBUG|500||recieved notification from broker: { "distributionID": "59cbceaa-0d50-473f-9cea-665402966733", "consumerID": "clamp", "timestamp": 1620177704364, "artifactURL": "/sdc/v1/catalog/services/Basicclamp/1.0/resourceInstances/basicclamp0/artifacts/basicclamp0_modules.json", "status": "NOTIFIED" } 2021-05-05T01:23:10.954Z||pool-2-thread-5|||||INFO|500||Missing status on Status Object. 2021-05-05T01:23:10.954Z||pool-2-thread-5|||||DEBUG|500||received message from topic 2021-05-05T01:23:10.954Z||pool-2-thread-5|||||DEBUG|500||recieved notification from broker: { "distributionID": "59cbceaa-0d50-473f-9cea-665402966733", "consumerID": "sdc-COpenSource-Env11-sdnc-dockero", "timestamp": 1620177720819, "artifactURL": "/sdc/v1/catalog/services/Basicclamp/1.0/resourceInstances/basicclamp0/artifacts/base_ubuntu18.env", "status": "NOT_NOTIFIED" } 2021-05-05T01:23:10.954Z||pool-2-thread-5|||||INFO|500||Missing status on Status Object. 2021-05-05T01:23:10.954Z||pool-2-thread-5|||||DEBUG|500||received message from topic 2021-05-05T01:23:10.954Z||pool-2-thread-5|||||DEBUG|500||recieved notification from broker: { "distributionID": "95a8e734-0ca5-474c-a417-07566a116d7e", "consumerID": "cds", "timestamp": 1620177725580, "artifactURL": "/sdc/v1/catalog/services/BasicVmMacro/1.0/resourceInstances/basic_vm_macro0/artifacts/vf-license-model.xml", "status": "NOT_NOTIFIED" } 2021-05-05T01:23:10.954Z||pool-2-thread-5|||||INFO|500||Missing status on Status Object. 2021-05-05T01:23:10.954Z||pool-2-thread-5|||||DEBUG|500||received message from topic 2021-05-05T01:23:10.954Z||pool-2-thread-5|||||DEBUG|500||recieved notification from broker: { "distributionID": "95a8e734-0ca5-474c-a417-07566a116d7e", "consumerID": "dcae-sch", "timestamp": 1620177723645, "artifactURL": "/sdc/v1/catalog/services/BasicVmMacro/1.0/resourceInstances/basic_vm_macro0/artifacts/base_ubuntu20.yaml", "status": "NOT_NOTIFIED" } 2021-05-05T01:23:10.954Z||pool-2-thread-5|||||INFO|500||Missing status on Status Object. 2021-05-05T01:23:10.954Z||pool-2-thread-5|||||DEBUG|500||received message from topic 2021-05-05T01:23:10.954Z||pool-2-thread-5|||||DEBUG|500||recieved notification from broker: { "distributionID": "59cbceaa-0d50-473f-9cea-665402966733", "consumerID": "aai-ml", "timestamp": 1620177707262, "artifactURL": "/sdc/v1/catalog/services/Basicclamp/1.0/resourceInstances/basicclamp0/artifacts/basicclamp0_modules.json", "status": "NOT_NOTIFIED" } 2021-05-05T01:23:10.954Z||pool-2-thread-5|||||INFO|500||Missing status on Status Object. 2021-05-05T01:23:10.954Z||pool-2-thread-5|||||DEBUG|500||received message from topic 2021-05-05T01:23:10.954Z||pool-2-thread-5|||||DEBUG|500||recieved notification from broker: { "distributionID": "59cbceaa-0d50-473f-9cea-665402966733", "consumerID": "multicloud-starlingx-id", "timestamp": 1620177703560, "artifactURL": "/sdc/v1/catalog/services/Basicclamp/1.0/artifacts/service-Basicclamp-csar.csar", "status": "NOTIFIED" } 2021-05-05T01:23:10.954Z||pool-2-thread-5|||||INFO|500||Missing status on Status Object. 2021-05-05T01:23:10.954Z||pool-2-thread-5|||||DEBUG|500||received message from topic 2021-05-05T01:23:10.954Z||pool-2-thread-5|||||DEBUG|500||recieved notification from broker: { "distributionID": "59cbceaa-0d50-473f-9cea-665402966733", "consumerID": "multicloud-k8s-id", "timestamp": 1620177726555, "artifactURL": "/sdc/v1/catalog/services/Basicclamp/1.0/resourceInstances/basicclamp0/artifacts/base_ubuntu18.yaml", "status": "DOWNLOAD_OK" } 2021-05-05T01:23:10.954Z||pool-2-thread-5|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error' 2021-05-05T01:23:10.955Z||pool-2-thread-5|||||DEBUG|500||received message from topic 2021-05-05T01:23:10.955Z||pool-2-thread-5|||||DEBUG|500||recieved notification from broker: { "distributionID": "59cbceaa-0d50-473f-9cea-665402966733", "consumerID": "clamp", "timestamp": 1620177704364, "artifactURL": "/sdc/v1/catalog/services/Basicclamp/1.0/resourceInstances/basicclamp0/artifacts/base_ubuntu18.yaml", "status": "NOT_NOTIFIED" } 2021-05-05T01:23:10.955Z||pool-2-thread-5|||||INFO|500||Missing status on Status Object. 2021-05-05T01:23:10.955Z||pool-2-thread-5|||||DEBUG|500||received message from topic 2021-05-05T01:23:10.955Z||pool-2-thread-5|||||DEBUG|500||recieved notification from broker: { "distributionID": "59cbceaa-0d50-473f-9cea-665402966733", "consumerID": "sdc-COpenSource-Env11-sdnc-dockero", "timestamp": 1620177720819, "artifactURL": "/sdc/v1/catalog/services/Basicclamp/1.0/artifacts/service-Basicclamp-template.yml", "status": "NOT_NOTIFIED" } 2021-05-05T01:23:10.955Z||pool-2-thread-5|||||INFO|500||Missing status on Status Object. 2021-05-05T01:23:10.955Z||pool-2-thread-5|||||DEBUG|500||received message from topic 2021-05-05T01:23:10.955Z||pool-2-thread-5|||||DEBUG|500||recieved notification from broker: { "distributionID": "95a8e734-0ca5-474c-a417-07566a116d7e", "consumerID": "cds", "timestamp": 1620177725580, "artifactURL": "/sdc/v1/catalog/services/BasicVmMacro/1.0/resourceInstances/basic_vm_macro0/artifacts/basic_vm_macro0_modules.json", "status": "NOT_NOTIFIED" } 2021-05-05T01:23:10.955Z||pool-2-thread-5|||||INFO|500||Missing status on Status Object. 2021-05-05T01:23:10.955Z||pool-2-thread-5|||||DEBUG|500||received message from topic 2021-05-05T01:23:10.955Z||pool-2-thread-5|||||DEBUG|500||recieved notification from broker: { "distributionID": "95a8e734-0ca5-474c-a417-07566a116d7e", "consumerID": "dcae-sch", "timestamp": 1620177723645, "artifactURL": "/sdc/v1/catalog/services/BasicVmMacro/1.0/resourceInstances/basic_vm_macro0/artifacts/vendor-license-model.xml", "status": "NOT_NOTIFIED" } 2021-05-05T01:23:10.955Z||pool-2-thread-5|||||INFO|500||Missing status on Status Object. 2021-05-05T01:23:10.955Z||pool-2-thread-5|||||DEBUG|500||received message from topic 2021-05-05T01:23:10.955Z||pool-2-thread-5|||||DEBUG|500||recieved notification from broker: { "distributionID": "59cbceaa-0d50-473f-9cea-665402966733", "consumerID": "aai-ml", "timestamp": 1620177707262, "artifactURL": "/sdc/v1/catalog/services/Basicclamp/1.0/resourceInstances/basicclamp0/artifacts/base_ubuntu18.yaml", "status": "NOT_NOTIFIED" } 2021-05-05T01:23:10.955Z||pool-2-thread-5|||||INFO|500||Missing status on Status Object. 2021-05-05T01:23:10.955Z||pool-2-thread-5|||||DEBUG|500||received message from topic 2021-05-05T01:23:10.955Z||pool-2-thread-5|||||DEBUG|500||recieved notification from broker: { "distributionID": "59cbceaa-0d50-473f-9cea-665402966733", "consumerID": "multicloud-windriver-id", "timestamp": 1620177727675, "artifactURL": "/sdc/v1/catalog/services/Basicclamp/1.0/resourceInstances/basicclamp0/artifacts/base_ubuntu18.yaml", "status": "DOWNLOAD_OK" } 2021-05-05T01:23:10.955Z||pool-2-thread-5|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error' 2021-05-05T01:23:10.955Z||pool-2-thread-5|||||DEBUG|500||received message from topic 2021-05-05T01:23:10.955Z||pool-2-thread-5|||||DEBUG|500||recieved notification from broker: { "distributionID": "59cbceaa-0d50-473f-9cea-665402966733", "consumerID": "clamp", "timestamp": 1620177704364, "artifactURL": "/sdc/v1/catalog/services/Basicclamp/1.0/resourceInstances/basicclamp0/artifacts/vendor-license-model.xml", "status": "NOT_NOTIFIED" } 2021-05-05T01:23:10.955Z||pool-2-thread-5|||||INFO|500||Missing status on Status Object. 2021-05-05T01:23:10.955Z||pool-2-thread-5|||||DEBUG|500||received message from topic 2021-05-05T01:23:10.955Z||pool-2-thread-5|||||DEBUG|500||recieved notification from broker: { "distributionID": "59cbceaa-0d50-473f-9cea-665402966733", "consumerID": "sdc-COpenSource-Env11-sdnc-dockero", "timestamp": 1620177720819, "artifactURL": "/sdc/v1/catalog/services/Basicclamp/1.0/artifacts/service-Basicclamp-csar.csar", "status": "NOTIFIED" } 2021-05-05T01:23:10.955Z||pool-2-thread-5|||||INFO|500||Missing status on Status Object. 2021-05-05T01:23:10.955Z||pool-2-thread-5|||||DEBUG|500||received message from topic 2021-05-05T01:23:10.955Z||pool-2-thread-5|||||DEBUG|500||recieved notification from broker: { "distributionID": "95a8e734-0ca5-474c-a417-07566a116d7e", "consumerID": "cds", "timestamp": 1620177725580, "artifactURL": "/sdc/v1/catalog/services/BasicVmMacro/1.0/resourceInstances/basic_vm_macro0/artifacts/base_ubuntu20.yaml", "status": "NOT_NOTIFIED" } 2021-05-05T01:23:10.955Z||pool-2-thread-5|||||INFO|500||Missing status on Status Object. 2021-05-05T01:23:10.956Z||pool-2-thread-5|||||DEBUG|500||received message from topic 2021-05-05T01:23:10.956Z||pool-2-thread-5|||||DEBUG|500||recieved notification from broker: { "distributionID": "59cbceaa-0d50-473f-9cea-665402966733", "consumerID": "multicloud-starlingx-id", "timestamp": 1620177728264, "artifactURL": "/sdc/v1/catalog/services/Basicclamp/1.0/resourceInstances/basicclamp0/artifacts/basicclamp0_modules.json", "status": "DOWNLOAD_OK" } 2021-05-05T01:23:10.956Z||pool-2-thread-5|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error' 2021-05-05T01:23:10.956Z||pool-2-thread-5|||||DEBUG|500||received message from topic 2021-05-05T01:23:10.956Z||pool-2-thread-5|||||DEBUG|500||recieved notification from broker: { "distributionID": "95a8e734-0ca5-474c-a417-07566a116d7e", "consumerID": "dcae-sch", "timestamp": 1620177723645, "artifactURL": "/sdc/v1/catalog/services/BasicVmMacro/1.0/resourceInstances/basic_vm_macro0/artifacts/base_ubuntu20.env", "status": "NOT_NOTIFIED" } 2021-05-05T01:23:10.956Z||pool-2-thread-5|||||INFO|500||Missing status on Status Object. 2021-05-05T01:23:10.956Z||pool-2-thread-5|||||DEBUG|500||received message from topic 2021-05-05T01:23:10.956Z||pool-2-thread-5|||||DEBUG|500||recieved notification from broker: { "distributionID": "59cbceaa-0d50-473f-9cea-665402966733", "consumerID": "multicloud-k8s-id", "timestamp": 1620177728453, "artifactURL": "/sdc/v1/catalog/services/Basicclamp/1.0/resourceInstances/basicclamp0/artifacts/base_ubuntu18.env", "status": "DOWNLOAD_OK" } 2021-05-05T01:23:10.956Z||pool-2-thread-5|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error' 2021-05-05T01:23:10.956Z||pool-2-thread-5|||||DEBUG|500||received message from topic 2021-05-05T01:23:10.956Z||pool-2-thread-5|||||DEBUG|500||recieved notification from broker: { "distributionID": "59cbceaa-0d50-473f-9cea-665402966733", "consumerID": "aai-ml", "timestamp": 1620177707262, "artifactURL": "/sdc/v1/catalog/services/Basicclamp/1.0/resourceInstances/basicclamp0/artifacts/vendor-license-model.xml", "status": "NOT_NOTIFIED" } 2021-05-05T01:23:10.956Z||pool-2-thread-5|||||INFO|500||Missing status on Status Object. 2021-05-05T01:23:10.956Z||pool-2-thread-5|||||DEBUG|500||received message from topic 2021-05-05T01:23:10.956Z||pool-2-thread-5|||||DEBUG|500||recieved notification from broker: { "distributionID": "59cbceaa-0d50-473f-9cea-665402966733", "consumerID": "clamp", "timestamp": 1620177704364, "artifactURL": "/sdc/v1/catalog/services/Basicclamp/1.0/resourceInstances/basicclamp0/artifacts/base_ubuntu18.env", "status": "NOT_NOTIFIED" } 2021-05-05T01:23:10.956Z||pool-2-thread-5|||||INFO|500||Missing status on Status Object. 2021-05-05T01:23:10.956Z||pool-2-thread-5|||||DEBUG|500||received message from topic 2021-05-05T01:23:10.956Z||pool-2-thread-5|||||DEBUG|500||recieved notification from broker: { "distributionID": "95a8e734-0ca5-474c-a417-07566a116d7e", "consumerID": "cds", "timestamp": 1620177725580, "artifactURL": "/sdc/v1/catalog/services/BasicVmMacro/1.0/resourceInstances/basic_vm_macro0/artifacts/vendor-license-model.xml", "status": "NOT_NOTIFIED" } 2021-05-05T01:23:10.956Z||pool-2-thread-5|||||INFO|500||Missing status on Status Object. 2021-05-05T01:23:10.956Z||pool-2-thread-5|||||DEBUG|500||received message from topic 2021-05-05T01:23:10.956Z||pool-2-thread-5|||||DEBUG|500||recieved notification from broker: { "distributionID": "95a8e734-0ca5-474c-a417-07566a116d7e", "consumerID": "dcae-sch", "timestamp": 1620177723645, "artifactURL": "/sdc/v1/catalog/services/BasicVmMacro/1.0/resourceInstances/basic_vm_macro0/artifacts/BASIC_VM_enriched.zip", "status": "NOT_NOTIFIED" } 2021-05-05T01:23:10.956Z||pool-2-thread-5|||||INFO|500||Missing status on Status Object. 2021-05-05T01:23:10.956Z||pool-2-thread-5|||||DEBUG|500||received message from topic 2021-05-05T01:23:10.956Z||pool-2-thread-5|||||DEBUG|500||recieved notification from broker: { "distributionID": "59cbceaa-0d50-473f-9cea-665402966733", "consumerID": "multicloud-k8s-id", "timestamp": 1620177729471, "artifactURL": "", "status": "COMPONENT_DONE_OK", "componentName": "POLICY" } Hibernate: select watchdogdi0_.DISTRIBUTION_ID as distribu1_11_0_, watchdogdi0_.CREATE_TIME as create_t2_11_0_, watchdogdi0_.DISTRIBUTION_ID_STATUS as distribu3_11_0_, watchdogdi0_.MODIFY_TIME as modify_t4_11_0_, watchdogdi0_.LOCK_VERSION as lock_ver5_11_0_ from watchdog_distributionid_status watchdogdi0_ where watchdogdi0_.DISTRIBUTION_ID=? 2021-05-05T01:23:10.960Z||pool-2-thread-5|||||DEBUG|500||Receive a callback componentStatus in ASDC, for componentName: POLICY and status of COMPONENT_DONE_OK distributionID of 59cbceaa-0d50-473f-9cea-665402966733 2021-05-05T01:23:10.960Z||pool-2-thread-5|||||DEBUG|500||Entering installTheComponentStatus for distributionId 59cbceaa-0d50-473f-9cea-665402966733 and ComponentName POLICY Hibernate: select watchdogco0_.COMPONENT_NAME as componen1_12_0_, watchdogco0_.DISTRIBUTION_ID as distribu2_12_0_, watchdogco0_.COMPONENT_DISTRIBUTION_STATUS as componen3_12_0_, watchdogco0_.CREATE_TIME as create_t4_12_0_, watchdogco0_.MODIFY_TIME as modify_t5_12_0_ from watchdog_per_component_distribution_status watchdogco0_ where watchdogco0_.COMPONENT_NAME=? and watchdogco0_.DISTRIBUTION_ID=? Hibernate: update watchdog_per_component_distribution_status set COMPONENT_DISTRIBUTION_STATUS=?, MODIFY_TIME=? where COMPONENT_NAME=? and DISTRIBUTION_ID=? 2021-05-05T01:23:10.966Z||pool-2-thread-5|||||DEBUG|500||received message from topic 2021-05-05T01:23:10.966Z||pool-2-thread-5|||||DEBUG|500||recieved notification from broker: { "distributionID": "59cbceaa-0d50-473f-9cea-665402966733", "consumerID": "aai-ml", "timestamp": 1620177707262, "artifactURL": "/sdc/v1/catalog/services/Basicclamp/1.0/resourceInstances/basicclamp0/artifacts/base_ubuntu18.env", "status": "NOT_NOTIFIED" } 2021-05-05T01:23:10.966Z||pool-2-thread-5|||||INFO|500||Missing status on Status Object. 2021-05-05T01:23:10.966Z||pool-2-thread-5|||||DEBUG|500||received message from topic 2021-05-05T01:23:10.966Z||pool-2-thread-5|||||DEBUG|500||recieved notification from broker: { "distributionID": "59cbceaa-0d50-473f-9cea-665402966733", "consumerID": "multicloud-windriver-id", "timestamp": 1620177729695, "artifactURL": "/sdc/v1/catalog/services/Basicclamp/1.0/resourceInstances/basicclamp0/artifacts/base_ubuntu18.env", "status": "DOWNLOAD_OK" } 2021-05-05T01:23:10.966Z||pool-2-thread-5|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error' 2021-05-05T01:23:10.966Z||pool-2-thread-5|||||DEBUG|500||received message from topic 2021-05-05T01:23:10.966Z||pool-2-thread-5|||||DEBUG|500||recieved notification from broker: { "distributionID": "59cbceaa-0d50-473f-9cea-665402966733", "consumerID": "sdc-COpenSource-Env11-sdnc-dockero", "timestamp": 1620177729710, "artifactURL": "/sdc/v1/catalog/services/Basicclamp/1.0/artifacts/service-Basicclamp-csar.csar", "status": "DOWNLOAD_OK" } 2021-05-05T01:23:10.966Z||pool-2-thread-5|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error' 2021-05-05T01:23:10.966Z||pool-2-thread-5|||||DEBUG|500||received message from topic 2021-05-05T01:23:10.966Z||pool-2-thread-5|||||DEBUG|500||recieved notification from broker: { "distributionID": "59cbceaa-0d50-473f-9cea-665402966733", "consumerID": "clamp", "timestamp": 1620177704364, "artifactURL": "/sdc/v1/catalog/services/Basicclamp/1.0/artifacts/service-Basicclamp-template.yml", "status": "NOT_NOTIFIED" } 2021-05-05T01:23:10.966Z||pool-2-thread-5|||||INFO|500||Missing status on Status Object. 2021-05-05T01:23:10.966Z||pool-2-thread-5|||||DEBUG|500||received message from topic 2021-05-05T01:23:10.966Z||pool-2-thread-5|||||DEBUG|500||recieved notification from broker: { "distributionID": "95a8e734-0ca5-474c-a417-07566a116d7e", "consumerID": "cds", "timestamp": 1620177725580, "artifactURL": "/sdc/v1/catalog/services/BasicVmMacro/1.0/resourceInstances/basic_vm_macro0/artifacts/base_ubuntu20.env", "status": "NOT_NOTIFIED" } 2021-05-05T01:23:10.966Z||pool-2-thread-5|||||INFO|500||Missing status on Status Object. 2021-05-05T01:23:10.966Z||pool-2-thread-5|||||DEBUG|500||received message from topic 2021-05-05T01:23:10.966Z||pool-2-thread-5|||||DEBUG|500||recieved notification from broker: { "distributionID": "95a8e734-0ca5-474c-a417-07566a116d7e", "consumerID": "dcae-sch", "timestamp": 1620177723645, "artifactURL": "/sdc/v1/catalog/services/BasicVmMacro/1.0/artifacts/service-BasicVmMacro-template.yml", "status": "NOT_NOTIFIED" } 2021-05-05T01:23:10.966Z||pool-2-thread-5|||||INFO|500||Missing status on Status Object. 2021-05-05T01:23:10.967Z||pool-2-thread-5|||||DEBUG|500||received message from topic 2021-05-05T01:23:10.967Z||pool-2-thread-5|||||DEBUG|500||recieved notification from broker: { "distributionID": "59cbceaa-0d50-473f-9cea-665402966733", "consumerID": "multicloud-starlingx-id", "timestamp": 1620177730297, "artifactURL": "/sdc/v1/catalog/services/Basicclamp/1.0/resourceInstances/basicclamp0/artifacts/base_ubuntu18.yaml", "status": "DOWNLOAD_OK" } 2021-05-05T01:23:10.967Z||pool-2-thread-5|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error' 2021-05-05T01:23:10.967Z||pool-2-thread-5|||||DEBUG|500||received message from topic 2021-05-05T01:23:10.967Z||pool-2-thread-5|||||DEBUG|500||recieved notification from broker: { "distributionID": "8284e68e-6427-4525-9b28-a46ebf964b5d", "consumerID": "SO-COpenSource-Env11", "timestamp": 1620177730308, "artifactURL": "", "status": "DISTRIBUTION_COMPLETE_OK" } 2021-05-05T01:23:10.967Z||pool-2-thread-5|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error' 2021-05-05T01:23:10.967Z||pool-2-thread-5|||||DEBUG|500||received message from topic 2021-05-05T01:23:10.967Z||pool-2-thread-5|||||DEBUG|500||recieved notification from broker: { "distributionID": "59cbceaa-0d50-473f-9cea-665402966733", "consumerID": "multicloud-k8s-id", "timestamp": 1620177730473, "artifactURL": "/sdc/v1/catalog/services/Basicclamp/1.0/resourceInstances/basicclamp0/artifacts/basicclamp0_modules.json", "status": "DEPLOY_OK" } 2021-05-05T01:23:10.967Z||pool-2-thread-5|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error' 2021-05-05T01:23:10.967Z||pool-2-thread-5|||||DEBUG|500||received message from topic 2021-05-05T01:23:10.967Z||pool-2-thread-5|||||DEBUG|500||recieved notification from broker: { "distributionID": "59cbceaa-0d50-473f-9cea-665402966733", "consumerID": "aai-ml", "timestamp": 1620177707262, "artifactURL": "/sdc/v1/catalog/services/Basicclamp/1.0/artifacts/service-Basicclamp-template.yml", "status": "NOT_NOTIFIED" } 2021-05-05T01:23:10.967Z||pool-2-thread-5|||||INFO|500||Missing status on Status Object. 2021-05-05T01:23:31.292Z|28e7f25a-009d-4cee-a0b8-6cfbd2e42085|pool-2-thread-9|||||DEBUG|500||Entered getOverallDistributionStatus method for distrubutionId: 28e7f25a-009d-4cee-a0b8-6cfbd2e42085 Hibernate: select watchdogdi0_.DISTRIBUTION_ID as distribu1_11_0_, watchdogdi0_.CREATE_TIME as create_t2_11_0_, watchdogdi0_.DISTRIBUTION_ID_STATUS as distribu3_11_0_, watchdogdi0_.MODIFY_TIME as modify_t4_11_0_, watchdogdi0_.LOCK_VERSION as lock_ver5_11_0_ from watchdog_distributionid_status watchdogdi0_ where watchdogdi0_.DISTRIBUTION_ID=? Hibernate: select watchdogco0_.COMPONENT_NAME as componen1_12_, watchdogco0_.DISTRIBUTION_ID as distribu2_12_, watchdogco0_.COMPONENT_DISTRIBUTION_STATUS as componen3_12_, watchdogco0_.CREATE_TIME as create_t4_12_, watchdogco0_.MODIFY_TIME as modify_t5_12_ from watchdog_per_component_distribution_status watchdogco0_ where watchdogco0_.DISTRIBUTION_ID=? 2021-05-05T01:23:31.306Z|28e7f25a-009d-4cee-a0b8-6cfbd2e42085|pool-2-thread-9|||||DEBUG|500||Executed RequestDB getWatchdogComponentDistributionStatus for distrubutionId: 28e7f25a-009d-4cee-a0b8-6cfbd2e42085 Hibernate: select watchdogco0_.COMPONENT_NAME as componen1_12_, watchdogco0_.DISTRIBUTION_ID as distribu2_12_, watchdogco0_.COMPONENT_DISTRIBUTION_STATUS as componen3_12_, watchdogco0_.CREATE_TIME as create_t4_12_, watchdogco0_.MODIFY_TIME as modify_t5_12_ from watchdog_per_component_distribution_status watchdogco0_ where watchdogco0_.DISTRIBUTION_ID=? 2021-05-05T01:23:31.308Z|28e7f25a-009d-4cee-a0b8-6cfbd2e42085|pool-2-thread-9|||||DEBUG|500||Found componentName SO in the WatchDog Component DB 2021-05-05T01:23:31.308Z|28e7f25a-009d-4cee-a0b8-6cfbd2e42085|pool-2-thread-9|||||DEBUG|500||Found componentName AAI in the WatchDog Component DB 2021-05-05T01:23:31.308Z|28e7f25a-009d-4cee-a0b8-6cfbd2e42085|pool-2-thread-9|||||DEBUG|500||Found componentName SDNC in the WatchDog Component DB 2021-05-05T01:23:31.308Z|28e7f25a-009d-4cee-a0b8-6cfbd2e42085|pool-2-thread-9|||||DEBUG|500||Components Size matched with the WatchdogComponentDistributionStatus results. 2021-05-05T01:23:31.308Z|28e7f25a-009d-4cee-a0b8-6cfbd2e42085|pool-2-thread-9|||||DEBUG|500||Component status: COMPONENT_DONE_OK on componentName: 2021-05-05T01:23:31.308Z|28e7f25a-009d-4cee-a0b8-6cfbd2e42085|pool-2-thread-9|||||DEBUG|500||Component status: COMPONENT_DONE_OK on componentName: 2021-05-05T01:23:31.308Z|28e7f25a-009d-4cee-a0b8-6cfbd2e42085|pool-2-thread-9|||||DEBUG|500||Component status: COMPONENT_DONE_OK on componentName: 2021-05-05T01:23:31.308Z|28e7f25a-009d-4cee-a0b8-6cfbd2e42085|pool-2-thread-9|||||DEBUG|500||Component status: COMPONENT_DONE_OK on componentName: 2021-05-05T01:23:31.308Z|28e7f25a-009d-4cee-a0b8-6cfbd2e42085|pool-2-thread-9|||||DEBUG|500||Component status: COMPONENT_DONE_OK on componentName: 2021-05-05T01:23:31.308Z|28e7f25a-009d-4cee-a0b8-6cfbd2e42085|pool-2-thread-9|||||DEBUG|500||Component status: COMPONENT_DONE_OK on componentName: 2021-05-05T01:23:31.308Z|28e7f25a-009d-4cee-a0b8-6cfbd2e42085|pool-2-thread-9|||||DEBUG|500||Updating overall DistributionStatus to: SUCCESS for distributionId: Hibernate: select watchdogdi0_.DISTRIBUTION_ID as distribu1_11_0_, watchdogdi0_.CREATE_TIME as create_t2_11_0_, watchdogdi0_.DISTRIBUTION_ID_STATUS as distribu3_11_0_, watchdogdi0_.MODIFY_TIME as modify_t4_11_0_, watchdogdi0_.LOCK_VERSION as lock_ver5_11_0_ from watchdog_distributionid_status watchdogdi0_ where watchdogdi0_.DISTRIBUTION_ID=? 2021-05-05T01:23:31.314Z|28e7f25a-009d-4cee-a0b8-6cfbd2e42085|pool-2-thread-9|||||DEBUG|500||Exiting getOverallDistributionStatus method in WatchdogDistribution 2021-05-05T01:24:01.315Z|28e7f25a-009d-4cee-a0b8-6cfbd2e42085|pool-2-thread-9|||||DEBUG|500||Entered executePatchAAI method with distrubutionId: 28e7f25a-009d-4cee-a0b8-6cfbd2e42085 and distributionStatus: Hibernate: select watchdogse0_.DISTRIBUTION_ID as distribu1_13_, watchdogse0_.SERVICE_MODEL_VERSION_ID as service_2_13_, watchdogse0_.CONSUMER_ID as consumer3_13_, watchdogse0_.CREATE_TIME as create_t4_13_, watchdogse0_.DISTRIBUTION_NOTIFICATION as distribu5_13_ from watchdog_service_mod_ver_id_lookup watchdogse0_ where watchdogse0_.DISTRIBUTION_ID=? 2021-05-05T01:24:01.321Z|28e7f25a-009d-4cee-a0b8-6cfbd2e42085|pool-2-thread-9|||||DEBUG|500||Executed RequestDB getWatchdogServiceModVerIdLookup with distributionId: 28e7f25a-009d-4cee-a0b8-6cfbd2e42085 and serviceModelVersionId: 6f3b0194-cea8-4467-b9a7-a77f1fd4c4c8 2021-05-05T01:24:01.321Z|28e7f25a-009d-4cee-a0b8-6cfbd2e42085|pool-2-thread-9|||||DEBUG|500||ASDC Notification ServiceModelInvariantUUID : 54bce193-afbf-4eee-9921-926a61b31316 2021-05-05T01:24:01.322Z|28e7f25a-009d-4cee-a0b8-6cfbd2e42085|pool-2-thread-9|||||DEBUG|500||Target A&AI Resource URI: /service-design-and-creation/models/model/54bce193-afbf-4eee-9921-926a61b31316/model-vers/model-ver/6f3b0194-cea8-4467-b9a7-a77f1fd4c4c8?depth=0 2021-05-05T01:24:01.328Z|28e7f25a-009d-4cee-a0b8-6cfbd2e42085|pool-2-thread-9|||||INFO|500||RestClientSSL using default SSL context! 2021-05-05T01:24:01.374Z|28e7f25a-009d-4cee-a0b8-6cfbd2e42085|pool-2-thread-9|||AAI||DEBUG|500||Sending HTTP POST (overridden to PATCH) to:https://aai.onap:8443/aai/v23/service-design-and-creation/models/model/54bce193-afbf-4eee-9921-926a61b31316/model-vers/model-ver/6f3b0194-cea8-4467-b9a7-a77f1fd4c4c8?depth=0 with request headers:{Authorization=[***REDACTED***], X-FromAppId=[MSO], X-HTTP-Method-Override=[PATCH], Accept=[application/json], X-TransactionId=[], Content-Type=[application/merge-patch+json]} 2021-05-05T01:24:01.375Z|28e7f25a-009d-4cee-a0b8-6cfbd2e42085|pool-2-thread-9|||AAI|https://aai.onap:8443/aai/v23/service-design-and-creation/models/model/54bce193-afbf-4eee-9921-926a61b31316/model-vers/model-ver/6f3b0194-cea8-4467-b9a7-a77f1fd4c4c8?depth=0|INFO|500||Invoke 2021-05-05T01:24:01.401Z|28e7f25a-009d-4cee-a0b8-6cfbd2e42085|pool-2-thread-9|||AAI|https://aai.onap:8443/aai/v23/service-design-and-creation/models/model/54bce193-afbf-4eee-9921-926a61b31316/model-vers/model-ver/6f3b0194-cea8-4467-b9a7-a77f1fd4c4c8?depth=0|DEBUG|500||{"distribution-status":"DISTRIBUTION_COMPLETE_OK"} 2021-05-05T01:24:01.574Z|28e7f25a-009d-4cee-a0b8-6cfbd2e42085|pool-2-thread-9|||AAI|https://aai.onap:8443/aai/v23/service-design-and-creation/models/model/54bce193-afbf-4eee-9921-926a61b31316/model-vers/model-ver/6f3b0194-cea8-4467-b9a7-a77f1fd4c4c8?depth=0|INFO|500||InvokeReturn 2021-05-05T01:24:01.574Z|28e7f25a-009d-4cee-a0b8-6cfbd2e42085|pool-2-thread-9|||||DEBUG|500||Response from method:POST (overridden to PATCH) performed on uri:https://aai.onap:8443/aai/v23/service-design-and-creation/models/model/54bce193-afbf-4eee-9921-926a61b31316/model-vers/model-ver/6f3b0194-cea8-4467-b9a7-a77f1fd4c4c8?depth=0 has http status code:200 and response headers:{Strict-Transport-Security=[max-age=16000000; includeSubDomains; preload;], X-AAI-TXID=[1-aai-resources-210505-01:24:01:406-77062], vertex-id=[225416], Content-Length=[0], Date=[Wed, 05 May 2021 01:24:01 GMT], Content-Type=[application/json]} 2021-05-05T01:24:01.574Z|28e7f25a-009d-4cee-a0b8-6cfbd2e42085|pool-2-thread-9|||||DEBUG|500||Response was returned with an empty entity. 2021-05-05T01:24:01.575Z|28e7f25a-009d-4cee-a0b8-6cfbd2e42085|pool-2-thread-9|||||DEBUG|500||A&AI UPDATE MODEL Version is success! 2021-05-05T01:24:01.575Z|28e7f25a-009d-4cee-a0b8-6cfbd2e42085|pool-2-thread-9|||||DEBUG|500||A&AI Updated succefully with Distribution Status! Hibernate: select service0_.MODEL_UUID as model_uu1_49_, service0_.CDS_BLUEPRINT_NAME as cds_blue2_49_, service0_.CDS_BLUEPRINT_VERSION as cds_blue3_49_, service0_.SERVICE_CATEGORY as service_4_49_, service0_.CONTROLLER_ACTOR as controll5_49_, service0_.CREATION_TIMESTAMP as creation6_49_, service0_.TOSCA_CSAR_ARTIFACT_UUID as tosca_c21_49_, service0_.DESCRIPTION as descript7_49_, service0_.OVERALL_DISTRIBUTION_STATUS as overall_8_49_, service0_.ENVIRONMENT_CONTEXT as environm9_49_, service0_.MODEL_INVARIANT_UUID as model_i10_49_, service0_.MODEL_NAME as model_n11_49_, service0_.MODEL_VERSION as model_v12_49_, service0_.NAMING_POLICY as naming_13_49_, service0_.ONAP_GENERATED_NAMING as onap_ge14_49_, service0_.RESOURCE_ORDER as resourc15_49_, service0_.SERVICE_FUNCTION as service16_49_, service0_.SERVICE_ROLE as service17_49_, service0_.SERVICE_TYPE as service18_49_, service0_.SKIP_POST_INSTANTIATION_CONFIGURATION as skip_po19_49_, service0_.WORKLOAD_CONTEXT as workloa20_49_ from service service0_ where service0_.MODEL_UUID=? 2021-05-05T01:24:01.578Z|28e7f25a-009d-4cee-a0b8-6cfbd2e42085|pool-2-thread-9|||||ERROR|500||Error updating CatalogDBStatus java.lang.NullPointerException: null at org.onap.so.asdc.tenantIsolation.WatchdogDistribution.updateCatalogDBStatus(WatchdogDistribution.java:206) at org.onap.so.asdc.client.ASDCController.treatNotification(ASDCController.java:690) at org.onap.so.asdc.client.ASDCNotificationCallBack.activateCallback(ASDCNotificationCallBack.java:52) at org.onap.sdc.impl.NotificationConsumer.run(NotificationConsumer.java:71) at java.base/java.util.concurrent.Executors$RunnableAdapter.call(Unknown Source) at java.base/java.util.concurrent.FutureTask.runAndReset(Unknown Source) at java.base/java.util.concurrent.ScheduledThreadPoolExecutor$ScheduledFutureTask.run(Unknown Source) at java.base/java.util.concurrent.ThreadPoolExecutor.runWorker(Unknown Source) at java.base/java.util.concurrent.ThreadPoolExecutor$Worker.run(Unknown Source) at java.base/java.lang.Thread.run(Unknown Source) 2021-05-05T01:24:01.578Z|28e7f25a-009d-4cee-a0b8-6cfbd2e42085|pool-2-thread-9|||||DEBUG|500||Enter sendFinalDistributionStatus with DistributionID 28e7f25a-009d-4cee-a0b8-6cfbd2e42085 and Status of DISTRIBUTION_COMPLETE_OK and ErrorReason null 2021-05-05T01:24:01.578Z|28e7f25a-009d-4cee-a0b8-6cfbd2e42085|pool-2-thread-9|||||INFO|500||DistributionClient - sendFinalDistributionStatus status 2021-05-05T01:24:01.579Z|28e7f25a-009d-4cee-a0b8-6cfbd2e42085|pool-2-thread-9|||||INFO|500||DistributionClient - sendStatus 2021-05-05T01:24:01.580Z|28e7f25a-009d-4cee-a0b8-6cfbd2e42085|pool-2-thread-9|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap] 2021-05-05T01:24:01.581Z|28e7f25a-009d-4cee-a0b8-6cfbd2e42085|pool-2-thread-9|||||DEBUG|500||try to send status { "distributionID": "28e7f25a-009d-4cee-a0b8-6cfbd2e42085", "consumerID": "SO-COpenSource-Env11", "timestamp": 1620177841578, "artifactURL": "", "status": "DISTRIBUTION_COMPLETE_OK" } 2021-05-05T01:24:01.681Z||pool-66-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms 2021-05-05T01:24:01.682Z||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. 2021-05-05T01:24:01.682Z||pool-66-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as a4LkjAbl6YzsGxek) ... 2021-05-05T01:24:01.693Z||pool-66-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK 2021-05-05T01:24:01.693Z||pool-66-thread-1|||||INFO|500||cambria reply ok (12 ms):{"serverTimeMs":1,"count":1} Hibernate: select watchdogdi0_.DISTRIBUTION_ID as distribu1_11_0_, watchdogdi0_.CREATE_TIME as create_t2_11_0_, watchdogdi0_.DISTRIBUTION_ID_STATUS as distribu3_11_0_, watchdogdi0_.MODIFY_TIME as modify_t4_11_0_, watchdogdi0_.LOCK_VERSION as lock_ver5_11_0_ from watchdog_distributionid_status watchdogdi0_ where watchdogdi0_.DISTRIBUTION_ID=? Hibernate: update watchdog_distributionid_status set DISTRIBUTION_ID_STATUS=?, MODIFY_TIME=?, LOCK_VERSION=? where DISTRIBUTION_ID=? 2021-05-05T01:24:02.594Z|28e7f25a-009d-4cee-a0b8-6cfbd2e42085|pool-2-thread-9|||||DEBUG|500||received message from topic 2021-05-05T01:24:02.594Z|28e7f25a-009d-4cee-a0b8-6cfbd2e42085|pool-2-thread-9|||||DEBUG|500||recieved notification from broker: {"distributionID":"59cbceaa-0d50-473f-9cea-665402966733","serviceName":"basicclamp","serviceVersion":"1.0","serviceUUID":"9d483f14-818b-4d54-ac3f-494bccc3b03d","serviceDescription":"service","serviceInvariantUUID":"013ccd63-6890-483f-a444-c53779f2cee7","resources":[{"resourceInstanceName":"basicclamp 0","resourceName":"basicclamp","resourceVersion":"1.0","resoucreType":"VF","resourceUUID":"8c8c16a6-9782-4841-90fd-51030265c873","resourceInvariantUUID":"0089dd35-8008-4d4f-afe4-0bc65852b926","resourceCustomizationUUID":"4616931d-38e3-4554-9600-4cc404b5a97c","category":"Generic","subcategory":"Abstract","artifacts":[{"artifactName":"tca-microservice.yaml","artifactType":"DCAE_INVENTORY_BLUEPRINT","artifactURL":"/sdc/v1/catalog/services/Basicclamp/1.0/resourceInstances/basicclamp0/artifacts/tca-microservice.yaml","artifactChecksum":"ZjQzNWQ3MzVhMTlhYjlmYmVmYjJjZGQwZjg1NTgwNmQ\u003d","artifactDescription":"test","artifactTimeout":0,"artifactUUID":"dccc9d08-9481-4a89-9a73-bede4bb50554","artifactVersion":"1"},{"artifactName":"vf-license-model.xml","artifactType":"VF_LICENSE","artifactURL":"/sdc/v1/catalog/services/Basicclamp/1.0/resourceInstances/basicclamp0/artifacts/vf-license-model.xml","artifactChecksum":"YmNmZTM2NGNhN2ZhZTRiNDNlNTMxZjU4YTFkZTI1MzQ\u003d","artifactDescription":"VF license file","artifactTimeout":0,"artifactUUID":"1b644e16-71c1-4ecd-89a2-ca67d3c0f96e","artifactVersion":"1"},{"artifactName":"basicclamp0_modules.json","artifactType":"VF_MODULES_METADATA","artifactURL":"/sdc/v1/catalog/services/Basicclamp/1.0/resourceInstances/basicclamp0/artifacts/basicclamp0_modules.json","artifactChecksum":"MzcwMTRjNDYyNzgyMjA5NDI1Y2NkODEyMGIwZjhmNjU\u003d","artifactDescription":"Auto-generated VF Modules information artifact","artifactTimeout":0,"artifactUUID":"95624bb7-4495-4054-9865-7a7cabffde7a","artifactVersion":"1"},{"artifactName":"base_ubuntu18.yaml","artifactType":"HEAT","artifactURL":"/sdc/v1/catalog/services/Basicclamp/1.0/resourceInstances/basicclamp0/artifacts/base_ubuntu18.yaml","artifactChecksum":"NzA5ZGU3Y2Q2M2IwNWU2OTc1NTQ0ZDBhNDhlNjNjZjY\u003d","artifactDescription":"created from csar","artifactTimeout":30,"artifactUUID":"7b78a661-e29e-4baa-9a13-e141aacae16e","artifactVersion":"1"},{"artifactName":"vendor-license-model.xml","artifactType":"VENDOR_LICENSE","artifactURL":"/sdc/v1/catalog/services/Basicclamp/1.0/resourceInstances/basicclamp0/artifacts/vendor-license-model.xml","artifactChecksum":"YjcyZGVmNGE4ZjdlNGFiNTFmNjNhOWVkMzg1MDI0YzA\u003d","artifactDescription":" Vendor license file","artifactTimeout":0,"artifactUUID":"9a6228a9-d6de-4c71-bb9b-b4e2c35decf6","artifactVersion":"1"},{"artifactName":"base_ubuntu18.env","artifactType":"HEAT_ENV","artifactURL":"/sdc/v1/catalog/services/Basicclamp/1.0/resourceInstances/basicclamp0/artifacts/base_ubuntu18.env","artifactChecksum":"ODYwMmYwMDliN2JjOTNlN2ZlM2RkNzAzMTg3OWMzNTA\u003d","artifactDescription":"Auto-generated HEAT Environment deployment artifact","artifactTimeout":0,"artifactUUID":"9c6cbddc-4ec2-48f4-b312-16984a8e9e41","artifactVersion":"2","generatedFromUUID":"7b78a661-e29e-4baa-9a13-e141aacae16e"}]}],"serviceArtifacts":[{"artifactName":"service-Basicclamp-template.yml","artifactType":"TOSCA_TEMPLATE","artifactURL":"/sdc/v1/catalog/services/Basicclamp/1.0/artifacts/service-Basicclamp-template.yml","artifactChecksum":"ODhhZDJiZjc1NWIxNjgzZmE3OTQyOTdmODk3YzkzZDY\u003d","artifactDescription":"TOSCA representation of the asset","artifactTimeout":0,"artifactUUID":"ebfcb164-790f-427f-bcaf-10da21ee48d5","artifactVersion":"1"},{"artifactName":"service-Basicclamp-csar.csar","artifactType":"TOSCA_CSAR","artifactURL":"/sdc/v1/catalog/services/Basicclamp/1.0/artifacts/service-Basicclamp-csar.csar","artifactChecksum":"ZTI0ZTg3ZTI0OWE5OWQ0MDJjNjljNjdlNjQyZWY3ZjE\u003d","artifactDescription":"TOSCA definition package of the asset","artifactTimeout":0,"artifactUUID":"07430f07-0a9a-4243-8a39-aa73f4ba3c6b","artifactVersion":"1"}],"workloadContext":"Production"} 2021-05-05T01:24:02.595Z|28e7f25a-009d-4cee-a0b8-6cfbd2e42085|pool-2-thread-9|||||INFO|500||DistributionClient - sendNotificationStatus 2021-05-05T01:24:02.595Z|28e7f25a-009d-4cee-a0b8-6cfbd2e42085|pool-2-thread-9|||||INFO|500||DistributionClient - sendStatus 2021-05-05T01:24:02.597Z|28e7f25a-009d-4cee-a0b8-6cfbd2e42085|pool-2-thread-9|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap] 2021-05-05T01:24:02.597Z|28e7f25a-009d-4cee-a0b8-6cfbd2e42085|pool-2-thread-9|||||DEBUG|500||try to send status { "distributionID": "59cbceaa-0d50-473f-9cea-665402966733", "consumerID": "SO-COpenSource-Env11", "timestamp": 1620177731322, "artifactURL": "/sdc/v1/catalog/services/Basicclamp/1.0/resourceInstances/basicclamp0/artifacts/tca-microservice.yaml", "status": "NOT_NOTIFIED" } 2021-05-05T01:24:02.697Z||pool-67-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms 2021-05-05T01:24:02.698Z||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. 2021-05-05T01:24:02.698Z||pool-67-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as a4LkjAbl6YzsGxek) ... 2021-05-05T01:24:02.705Z||pool-67-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK 2021-05-05T01:24:02.706Z||pool-67-thread-1|||||INFO|500||cambria reply ok (8 ms):{"serverTimeMs":0,"count":1} 2021-05-05T01:24:03.597Z|28e7f25a-009d-4cee-a0b8-6cfbd2e42085|pool-2-thread-9|||||INFO|500||DistributionClient - sendNotificationStatus 2021-05-05T01:24:03.598Z|28e7f25a-009d-4cee-a0b8-6cfbd2e42085|pool-2-thread-9|||||INFO|500||DistributionClient - sendStatus 2021-05-05T01:24:03.600Z|28e7f25a-009d-4cee-a0b8-6cfbd2e42085|pool-2-thread-9|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap] 2021-05-05T01:24:03.600Z|28e7f25a-009d-4cee-a0b8-6cfbd2e42085|pool-2-thread-9|||||DEBUG|500||try to send status { "distributionID": "59cbceaa-0d50-473f-9cea-665402966733", "consumerID": "SO-COpenSource-Env11", "timestamp": 1620177731322, "artifactURL": "/sdc/v1/catalog/services/Basicclamp/1.0/resourceInstances/basicclamp0/artifacts/vf-license-model.xml", "status": "NOT_NOTIFIED" } 2021-05-05T01:24:03.701Z||pool-68-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms 2021-05-05T01:24:03.701Z||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. 2021-05-05T01:24:03.702Z||pool-68-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as a4LkjAbl6YzsGxek) ... 2021-05-05T01:24:03.708Z||pool-68-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK 2021-05-05T01:24:03.708Z||pool-68-thread-1|||||INFO|500||cambria reply ok (7 ms):{"serverTimeMs":0,"count":1} 2021-05-05T01:24:04.601Z|28e7f25a-009d-4cee-a0b8-6cfbd2e42085|pool-2-thread-9|||||INFO|500||DistributionClient - sendNotificationStatus 2021-05-05T01:24:04.602Z|28e7f25a-009d-4cee-a0b8-6cfbd2e42085|pool-2-thread-9|||||INFO|500||DistributionClient - sendStatus 2021-05-05T01:24:04.605Z|28e7f25a-009d-4cee-a0b8-6cfbd2e42085|pool-2-thread-9|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap] 2021-05-05T01:24:04.605Z|28e7f25a-009d-4cee-a0b8-6cfbd2e42085|pool-2-thread-9|||||DEBUG|500||try to send status { "distributionID": "59cbceaa-0d50-473f-9cea-665402966733", "consumerID": "SO-COpenSource-Env11", "timestamp": 1620177731322, "artifactURL": "/sdc/v1/catalog/services/Basicclamp/1.0/resourceInstances/basicclamp0/artifacts/basicclamp0_modules.json", "status": "NOTIFIED" } 2021-05-05T01:24:04.705Z||pool-69-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms 2021-05-05T01:24:04.706Z||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. 2021-05-05T01:24:04.706Z||pool-69-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as a4LkjAbl6YzsGxek) ... 2021-05-05T01:24:04.714Z||pool-69-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK 2021-05-05T01:24:04.714Z||pool-69-thread-1|||||INFO|500||cambria reply ok (8 ms):{"serverTimeMs":0,"count":1} 2021-05-05T01:24:05.606Z|28e7f25a-009d-4cee-a0b8-6cfbd2e42085|pool-2-thread-9|||||INFO|500||DistributionClient - sendNotificationStatus 2021-05-05T01:24:05.607Z|28e7f25a-009d-4cee-a0b8-6cfbd2e42085|pool-2-thread-9|||||INFO|500||DistributionClient - sendStatus 2021-05-05T01:24:05.609Z|28e7f25a-009d-4cee-a0b8-6cfbd2e42085|pool-2-thread-9|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap] 2021-05-05T01:24:05.609Z|28e7f25a-009d-4cee-a0b8-6cfbd2e42085|pool-2-thread-9|||||DEBUG|500||try to send status { "distributionID": "59cbceaa-0d50-473f-9cea-665402966733", "consumerID": "SO-COpenSource-Env11", "timestamp": 1620177731322, "artifactURL": "/sdc/v1/catalog/services/Basicclamp/1.0/resourceInstances/basicclamp0/artifacts/base_ubuntu18.yaml", "status": "NOTIFIED" } 2021-05-05T01:24:05.709Z||pool-70-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms 2021-05-05T01:24:05.710Z||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. 2021-05-05T01:24:05.710Z||pool-70-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as a4LkjAbl6YzsGxek) ... 2021-05-05T01:24:05.718Z||pool-70-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK 2021-05-05T01:24:05.719Z||pool-70-thread-1|||||INFO|500||cambria reply ok (10 ms):{"serverTimeMs":0,"count":1} 2021-05-05T01:24:06.610Z|28e7f25a-009d-4cee-a0b8-6cfbd2e42085|pool-2-thread-9|||||INFO|500||DistributionClient - sendNotificationStatus 2021-05-05T01:24:06.610Z|28e7f25a-009d-4cee-a0b8-6cfbd2e42085|pool-2-thread-9|||||INFO|500||DistributionClient - sendStatus 2021-05-05T01:24:06.612Z|28e7f25a-009d-4cee-a0b8-6cfbd2e42085|pool-2-thread-9|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap] 2021-05-05T01:24:06.612Z|28e7f25a-009d-4cee-a0b8-6cfbd2e42085|pool-2-thread-9|||||DEBUG|500||try to send status { "distributionID": "59cbceaa-0d50-473f-9cea-665402966733", "consumerID": "SO-COpenSource-Env11", "timestamp": 1620177731322, "artifactURL": "/sdc/v1/catalog/services/Basicclamp/1.0/resourceInstances/basicclamp0/artifacts/vendor-license-model.xml", "status": "NOT_NOTIFIED" } 2021-05-05T01:24:06.712Z||pool-71-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms 2021-05-05T01:24:06.713Z||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. 2021-05-05T01:24:06.713Z||pool-71-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as a4LkjAbl6YzsGxek) ... 2021-05-05T01:24:06.721Z||pool-71-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK 2021-05-05T01:24:06.721Z||pool-71-thread-1|||||INFO|500||cambria reply ok (9 ms):{"serverTimeMs":0,"count":1} 2021-05-05T01:24:07.612Z|28e7f25a-009d-4cee-a0b8-6cfbd2e42085|pool-2-thread-9|||||INFO|500||DistributionClient - sendNotificationStatus 2021-05-05T01:24:07.613Z|28e7f25a-009d-4cee-a0b8-6cfbd2e42085|pool-2-thread-9|||||INFO|500||DistributionClient - sendStatus 2021-05-05T01:24:07.614Z|28e7f25a-009d-4cee-a0b8-6cfbd2e42085|pool-2-thread-9|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap] 2021-05-05T01:24:07.614Z|28e7f25a-009d-4cee-a0b8-6cfbd2e42085|pool-2-thread-9|||||DEBUG|500||try to send status { "distributionID": "59cbceaa-0d50-473f-9cea-665402966733", "consumerID": "SO-COpenSource-Env11", "timestamp": 1620177731322, "artifactURL": "/sdc/v1/catalog/services/Basicclamp/1.0/resourceInstances/basicclamp0/artifacts/base_ubuntu18.env", "status": "NOTIFIED" } 2021-05-05T01:24:07.715Z||pool-72-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 101 ms 2021-05-05T01:24:07.715Z||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. 2021-05-05T01:24:07.716Z||pool-72-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as a4LkjAbl6YzsGxek) ... 2021-05-05T01:24:07.722Z||pool-72-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK 2021-05-05T01:24:07.723Z||pool-72-thread-1|||||INFO|500||cambria reply ok (8 ms):{"serverTimeMs":1,"count":1} 2021-05-05T01:24:08.615Z|28e7f25a-009d-4cee-a0b8-6cfbd2e42085|pool-2-thread-9|||||INFO|500||DistributionClient - sendNotificationStatus 2021-05-05T01:24:08.616Z|28e7f25a-009d-4cee-a0b8-6cfbd2e42085|pool-2-thread-9|||||INFO|500||DistributionClient - sendStatus 2021-05-05T01:24:08.617Z|28e7f25a-009d-4cee-a0b8-6cfbd2e42085|pool-2-thread-9|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap] 2021-05-05T01:24:08.618Z|28e7f25a-009d-4cee-a0b8-6cfbd2e42085|pool-2-thread-9|||||DEBUG|500||try to send status { "distributionID": "59cbceaa-0d50-473f-9cea-665402966733", "consumerID": "SO-COpenSource-Env11", "timestamp": 1620177731322, "artifactURL": "/sdc/v1/catalog/services/Basicclamp/1.0/artifacts/service-Basicclamp-template.yml", "status": "NOT_NOTIFIED" } 2021-05-05T01:24:08.718Z||pool-73-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms 2021-05-05T01:24:08.718Z||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. 2021-05-05T01:24:08.718Z||pool-73-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as a4LkjAbl6YzsGxek) ... 2021-05-05T01:24:08.724Z||pool-73-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK 2021-05-05T01:24:08.725Z||pool-73-thread-1|||||INFO|500||cambria reply ok (7 ms):{"serverTimeMs":0,"count":1} 2021-05-05T01:24:09.618Z|28e7f25a-009d-4cee-a0b8-6cfbd2e42085|pool-2-thread-9|||||INFO|500||DistributionClient - sendNotificationStatus 2021-05-05T01:24:09.619Z|28e7f25a-009d-4cee-a0b8-6cfbd2e42085|pool-2-thread-9|||||INFO|500||DistributionClient - sendStatus 2021-05-05T01:24:09.620Z|28e7f25a-009d-4cee-a0b8-6cfbd2e42085|pool-2-thread-9|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap] 2021-05-05T01:24:09.620Z|28e7f25a-009d-4cee-a0b8-6cfbd2e42085|pool-2-thread-9|||||DEBUG|500||try to send status { "distributionID": "59cbceaa-0d50-473f-9cea-665402966733", "consumerID": "SO-COpenSource-Env11", "timestamp": 1620177731322, "artifactURL": "/sdc/v1/catalog/services/Basicclamp/1.0/artifacts/service-Basicclamp-csar.csar", "status": "NOTIFIED" } 2021-05-05T01:24:09.721Z||pool-74-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms 2021-05-05T01:24:09.722Z||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. 2021-05-05T01:24:09.722Z||pool-74-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as a4LkjAbl6YzsGxek) ... 2021-05-05T01:24:09.728Z||pool-74-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK 2021-05-05T01:24:09.728Z||pool-74-thread-1|||||INFO|500||cambria reply ok (7 ms):{"serverTimeMs":0,"count":1} 2021-05-05T01:24:10.622Z|28e7f25a-009d-4cee-a0b8-6cfbd2e42085|pool-2-thread-9|||||DEBUG|500||sending notification to client: { "distributionID": "59cbceaa-0d50-473f-9cea-665402966733", "serviceName": "basicclamp", "serviceVersion": "1.0", "serviceUUID": "9d483f14-818b-4d54-ac3f-494bccc3b03d", "serviceDescription": "service", "serviceInvariantUUID": "013ccd63-6890-483f-a444-c53779f2cee7", "resources": [ { "resourceInstanceName": "basicclamp 0", "resourceCustomizationUUID": "4616931d-38e3-4554-9600-4cc404b5a97c", "resourceName": "basicclamp", "resourceVersion": "1.0", "resoucreType": "VF", "resourceUUID": "8c8c16a6-9782-4841-90fd-51030265c873", "resourceInvariantUUID": "0089dd35-8008-4d4f-afe4-0bc65852b926", "category": "Generic", "subcategory": "Abstract", "artifacts": [ { "artifactName": "basicclamp0_modules.json", "artifactType": "VF_MODULES_METADATA", "artifactURL": "/sdc/v1/catalog/services/Basicclamp/1.0/resourceInstances/basicclamp0/artifacts/basicclamp0_modules.json", "artifactChecksum": "MzcwMTRjNDYyNzgyMjA5NDI1Y2NkODEyMGIwZjhmNjU\u003d", "artifactDescription": "Auto-generated VF Modules information artifact", "artifactTimeout": 0, "artifactVersion": "1", "artifactUUID": "95624bb7-4495-4054-9865-7a7cabffde7a", "relatedArtifactsInfo": [] }, { "artifactName": "base_ubuntu18.yaml", "artifactType": "HEAT", "artifactURL": "/sdc/v1/catalog/services/Basicclamp/1.0/resourceInstances/basicclamp0/artifacts/base_ubuntu18.yaml", "artifactChecksum": "NzA5ZGU3Y2Q2M2IwNWU2OTc1NTQ0ZDBhNDhlNjNjZjY\u003d", "artifactDescription": "created from csar", "artifactTimeout": 30, "artifactVersion": "1", "artifactUUID": "7b78a661-e29e-4baa-9a13-e141aacae16e", "generatedArtifact": { "artifactName": "base_ubuntu18.env", "artifactType": "HEAT_ENV", "artifactURL": "/sdc/v1/catalog/services/Basicclamp/1.0/resourceInstances/basicclamp0/artifacts/base_ubuntu18.env", "artifactChecksum": "ODYwMmYwMDliN2JjOTNlN2ZlM2RkNzAzMTg3OWMzNTA\u003d", "artifactDescription": "Auto-generated HEAT Environment deployment artifact", "artifactTimeout": 0, "artifactVersion": "2", "artifactUUID": "9c6cbddc-4ec2-48f4-b312-16984a8e9e41", "generatedFromUUID": "7b78a661-e29e-4baa-9a13-e141aacae16e" }, "relatedArtifactsInfo": [] }, { "artifactName": "base_ubuntu18.env", "artifactType": "HEAT_ENV", "artifactURL": "/sdc/v1/catalog/services/Basicclamp/1.0/resourceInstances/basicclamp0/artifacts/base_ubuntu18.env", "artifactChecksum": "ODYwMmYwMDliN2JjOTNlN2ZlM2RkNzAzMTg3OWMzNTA\u003d", "artifactDescription": "Auto-generated HEAT Environment deployment artifact", "artifactTimeout": 0, "artifactVersion": "2", "artifactUUID": "9c6cbddc-4ec2-48f4-b312-16984a8e9e41", "relatedArtifactsInfo": [] } ] } ], "serviceArtifacts": [ { "artifactName": "service-Basicclamp-csar.csar", "artifactType": "TOSCA_CSAR", "artifactURL": "/sdc/v1/catalog/services/Basicclamp/1.0/artifacts/service-Basicclamp-csar.csar", "artifactChecksum": "ZTI0ZTg3ZTI0OWE5OWQ0MDJjNjljNjdlNjQyZWY3ZjE\u003d", "artifactDescription": "TOSCA definition package of the asset", "artifactTimeout": 0, "artifactVersion": "1", "artifactUUID": "07430f07-0a9a-4243-8a39-aa73f4ba3c6b" } ], "workloadContext": "Production" } 2021-05-05T01:24:10.622Z|28e7f25a-009d-4cee-a0b8-6cfbd2e42085|pool-2-thread-9|||||DEBUG|500||Receive a callback notification in ASDC, nb of resources: 1 2021-05-05T01:24:10.622Z|28e7f25a-009d-4cee-a0b8-6cfbd2e42085|pool-2-thread-9|||||INFO|500||ASDC_RECEIVE_CALLBACK_NOTIF 3 9d483f14-818b-4d54-ac3f-494bccc3b03d ASDC 2021-05-05T01:24:10.622Z|59cbceaa-0d50-473f-9cea-665402966733|pool-2-thread-9|||||DEBUG|500||ASDC Notification: DistributionID:59cbceaa-0d50-473f-9cea-665402966733 ServiceName:basicclamp ServiceVersion:1.0 ServiceUUID:9d483f14-818b-4d54-ac3f-494bccc3b03d ServiceInvariantUUID:013ccd63-6890-483f-a444-c53779f2cee7 ServiceDescription:service Service Artifacts List: { Service Artifacts Info: ArtifactName:service-Basicclamp-csar.csar ArtifactVersion:1 ArtifactType:TOSCA_CSAR ArtifactDescription:TOSCA definition package of the asset ArtifactTimeout:0 ArtifactURL:/sdc/v1/catalog/services/Basicclamp/1.0/artifacts/service-Basicclamp-csar.csar ArtifactUUID:07430f07-0a9a-4243-8a39-aa73f4ba3c6b ArtifactChecksum:ZTI0ZTg3ZTI0OWE5OWQ0MDJjNjljNjdlNjQyZWY3ZjE= GeneratedArtifact:{NULL } RelatedArtifacts:{ } } Resource Instances List: { Resource Instance Info: ResourceInstanceName:basicclamp 0 ResourceCustomizationUUID:4616931d-38e3-4554-9600-4cc404b5a97c ResourceInvariantUUID:0089dd35-8008-4d4f-afe4-0bc65852b926 ResourceName:basicclamp ResourceType:VF ResourceUUID:8c8c16a6-9782-4841-90fd-51030265c873 ResourceVersion:1.0 Category:Generic SubCategory:Abstract Resource Artifacts List: { Service Artifacts Info: ArtifactName:basicclamp0_modules.json ArtifactVersion:1 ArtifactType:VF_MODULES_METADATA ArtifactDescription:Auto-generated VF Modules information artifact ArtifactTimeout:0 ArtifactURL:/sdc/v1/catalog/services/Basicclamp/1.0/resourceInstances/basicclamp0/artifacts/basicclamp0_modules.json ArtifactUUID:95624bb7-4495-4054-9865-7a7cabffde7a ArtifactChecksum:MzcwMTRjNDYyNzgyMjA5NDI1Y2NkODEyMGIwZjhmNjU= GeneratedArtifact:{NULL } RelatedArtifacts:{ } , Service Artifacts Info: ArtifactName:base_ubuntu18.yaml ArtifactVersion:1 ArtifactType:HEAT ArtifactDescription:created from csar ArtifactTimeout:30 ArtifactURL:/sdc/v1/catalog/services/Basicclamp/1.0/resourceInstances/basicclamp0/artifacts/base_ubuntu18.yaml ArtifactUUID:7b78a661-e29e-4baa-9a13-e141aacae16e ArtifactChecksum:NzA5ZGU3Y2Q2M2IwNWU2OTc1NTQ0ZDBhNDhlNjNjZjY= GeneratedArtifact:{Service Artifacts Info: ArtifactName:base_ubuntu18.env ArtifactVersion:2 ArtifactType:HEAT_ENV ArtifactDescription:Auto-generated HEAT Environment deployment artifact ArtifactTimeout:0 ArtifactURL:/sdc/v1/catalog/services/Basicclamp/1.0/resourceInstances/basicclamp0/artifacts/base_ubuntu18.env ArtifactUUID:9c6cbddc-4ec2-48f4-b312-16984a8e9e41 ArtifactChecksum:ODYwMmYwMDliN2JjOTNlN2ZlM2RkNzAzMTg3OWMzNTA= GeneratedArtifact:{NULL } RelatedArtifacts:{ } } RelatedArtifacts:{ } , Service Artifacts Info: ArtifactName:base_ubuntu18.env ArtifactVersion:2 ArtifactType:HEAT_ENV ArtifactDescription:Auto-generated HEAT Environment deployment artifact ArtifactTimeout:0 ArtifactURL:/sdc/v1/catalog/services/Basicclamp/1.0/resourceInstances/basicclamp0/artifacts/base_ubuntu18.env ArtifactUUID:9c6cbddc-4ec2-48f4-b312-16984a8e9e41 ArtifactChecksum:ODYwMmYwMDliN2JjOTNlN2ZlM2RkNzAzMTg3OWMzNTA= GeneratedArtifact:{NULL } RelatedArtifacts:{ } } } 2021-05-05T01:24:10.622Z|59cbceaa-0d50-473f-9cea-665402966733|pool-2-thread-9|||||INFO|500||ASDC_RECEIVE_SERVICE_NOTIF 9d483f14-818b-4d54-ac3f-494bccc3b03d ASDC treatNotification Hibernate: select watchdogse0_.DISTRIBUTION_ID as distribu1_13_0_, watchdogse0_.SERVICE_MODEL_VERSION_ID as service_2_13_0_, watchdogse0_.CONSUMER_ID as consumer3_13_0_, watchdogse0_.CREATE_TIME as create_t4_13_0_, watchdogse0_.DISTRIBUTION_NOTIFICATION as distribu5_13_0_ from watchdog_service_mod_ver_id_lookup watchdogse0_ where watchdogse0_.DISTRIBUTION_ID=? and watchdogse0_.SERVICE_MODEL_VERSION_ID=? Hibernate: insert into watchdog_service_mod_ver_id_lookup (CONSUMER_ID, CREATE_TIME, DISTRIBUTION_NOTIFICATION, DISTRIBUTION_ID, SERVICE_MODEL_VERSION_ID) values (?, ?, ?, ?, ?) Hibernate: select watchdogdi0_.DISTRIBUTION_ID as distribu1_11_0_, watchdogdi0_.CREATE_TIME as create_t2_11_0_, watchdogdi0_.DISTRIBUTION_ID_STATUS as distribu3_11_0_, watchdogdi0_.MODIFY_TIME as modify_t4_11_0_, watchdogdi0_.LOCK_VERSION as lock_ver5_11_0_ from watchdog_distributionid_status watchdogdi0_ where watchdogdi0_.DISTRIBUTION_ID=? Hibernate: update watchdog_distributionid_status set DISTRIBUTION_ID_STATUS=?, MODIFY_TIME=?, LOCK_VERSION=? where DISTRIBUTION_ID=? 2021-05-05T01:24:10.653Z|59cbceaa-0d50-473f-9cea-665402966733|pool-2-thread-9|||||INFO|500||Unable to find the system property mso.config.path, use the default configuration 2021-05-05T01:24:10.654Z|59cbceaa-0d50-473f-9cea-665402966733|pool-2-thread-9|||||INFO|500||MSO config path is: /app 2021-05-05T01:24:10.654Z|59cbceaa-0d50-473f-9cea-665402966733|pool-2-thread-9|||||INFO|500||MSO config path is: /app 2021-05-05T01:24:10.654Z|59cbceaa-0d50-473f-9cea-665402966733|pool-2-thread-9|||||INFO|500||Trying to download the artifact UUID: 07430f07-0a9a-4243-8a39-aa73f4ba3c6b from URL: /sdc/v1/catalog/services/Basicclamp/1.0/artifacts/service-Basicclamp-csar.csar 2021-05-05T01:24:10.654Z|59cbceaa-0d50-473f-9cea-665402966733|pool-2-thread-9|||||INFO|500||DistributionClient - download 2021-05-05T01:24:10.654Z|59cbceaa-0d50-473f-9cea-665402966733|pool-2-thread-9|||||DEBUG|500||url to send https://sdc-be.onap:8443/sdc/v1/catalog/services/Basicclamp/1.0/artifacts/service-Basicclamp-csar.csar 2021-05-05T01:24:10.726Z||pool-2-thread-5|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2021-05-05T01:24:10.726Z||pool-2-thread-5|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel. 2021-05-05T01:24:10.726Z||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 a4LkjAbl6YzsGxek) ... 2021-05-05T01:24:10.741Z||pool-2-thread-5|||||INFO|500|| --> HTTP/1.1 200 OK 2021-05-05T01:24:10.742Z||pool-2-thread-5|||||DEBUG|500||received message from topic 2021-05-05T01:24:10.742Z||pool-2-thread-5|||||DEBUG|500||recieved notification from broker: { "distributionID": "95a8e734-0ca5-474c-a417-07566a116d7e", "consumerID": "policy-id", "timestamp": 1620177729987, "artifactURL": "/sdc/v1/catalog/services/BasicVmMacro/1.0/resourceInstances/basic_vm_macro0/artifacts/vf-license-model.xml", "status": "NOT_NOTIFIED" } 2021-05-05T01:24:10.743Z||pool-2-thread-5|||||INFO|500||Missing status on Status Object. 2021-05-05T01:24:11.891Z|59cbceaa-0d50-473f-9cea-665402966733|pool-2-thread-9|||||DEBUG|500||GET Response Status 200 2021-05-05T01:24:11.896Z|59cbceaa-0d50-473f-9cea-665402966733|pool-2-thread-9|||||INFO|500||ASDC_ARTIFACT_DOWNLOAD_SUC /sdc/v1/catalog/services/Basicclamp/1.0/artifacts/service-Basicclamp-csar.csar 07430f07-0a9a-4243-8a39-aa73f4ba3c6b 76829 2021-05-05T01:24:11.897Z|59cbceaa-0d50-473f-9cea-665402966733|pool-2-thread-9|||||INFO|500||ASDC_SEND_NOTIF_ASDC DOWNLOAD DOWNLOAD_OK /sdc/v1/catalog/services/Basicclamp/1.0/artifacts/service-Basicclamp-csar.csar ASDC sendASDCNotification 2021-05-05T01:24:11.897Z|59cbceaa-0d50-473f-9cea-665402966733|pool-2-thread-9|||||DEBUG|500||Sending DOWNLOAD(DOWNLOAD_OK) notification to ASDC for artifact:/sdc/v1/catalog/services/Basicclamp/1.0/artifacts/service-Basicclamp-csar.csar 2021-05-05T01:24:11.897Z|59cbceaa-0d50-473f-9cea-665402966733|pool-2-thread-9|||||INFO|500||DistributionClient - sendDownloadStatus 2021-05-05T01:24:11.897Z|59cbceaa-0d50-473f-9cea-665402966733|pool-2-thread-9|||||INFO|500||DistributionClient - sendStatus 2021-05-05T01:24:11.899Z|59cbceaa-0d50-473f-9cea-665402966733|pool-2-thread-9|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap] 2021-05-05T01:24:11.899Z|59cbceaa-0d50-473f-9cea-665402966733|pool-2-thread-9|||||DEBUG|500||try to send status { "distributionID": "59cbceaa-0d50-473f-9cea-665402966733", "consumerID": "SO-COpenSource-Env11", "timestamp": 1620177851897, "artifactURL": "/sdc/v1/catalog/services/Basicclamp/1.0/artifacts/service-Basicclamp-csar.csar", "status": "DOWNLOAD_OK" } 2021-05-05T01:24:11.999Z||pool-75-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms 2021-05-05T01:24:12.000Z||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. 2021-05-05T01:24:12.000Z||pool-75-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as a4LkjAbl6YzsGxek) ... 2021-05-05T01:24:12.006Z||pool-75-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK 2021-05-05T01:24:12.007Z||pool-75-thread-1|||||INFO|500||cambria reply ok (7 ms):{"serverTimeMs":0,"count":1} 2021-05-05T01:24:12.900Z|59cbceaa-0d50-473f-9cea-665402966733|pool-2-thread-9|||||INFO|500||Unable to find the system property mso.config.path, use the default configuration 2021-05-05T01:24:12.901Z|59cbceaa-0d50-473f-9cea-665402966733|pool-2-thread-9|||||INFO|500||MSO config path is: /app 2021-05-05T01:24:12.901Z|59cbceaa-0d50-473f-9cea-665402966733|pool-2-thread-9|||||INFO|500||Trying to write artifact UUID: 07430f07-0a9a-4243-8a39-aa73f4ba3c6b, URL: /sdc/v1/catalog/services/Basicclamp/1.0/artifacts/service-Basicclamp-csar.csar to file: /app/ASDC/1/service-Basicclamp-csar.csar 2021-05-05T01:24:12.901Z|59cbceaa-0d50-473f-9cea-665402966733|pool-2-thread-9|||||INFO|500||ASDC_RECEIVE_SERVICE_NOTIF ***WRITE FILE ARTIFACT NAME ASDC service-Basicclamp-csar.csar 2021-05-05T01:24:12.902Z|59cbceaa-0d50-473f-9cea-665402966733|pool-2-thread-9|||||DEBUG|500||ASDC File path is: /app/ASDC/1/service-Basicclamp-csar.csar 2021-05-05T01:24:12.902Z|59cbceaa-0d50-473f-9cea-665402966733|pool-2-thread-9|||||INFO|500||ASDC_RECEIVE_SERVICE_NOTIF ***PATH ASDC /app/ASDC/1/service-Basicclamp-csar.csar 2021-05-05T01:24:13.089Z|59cbceaa-0d50-473f-9cea-665402966733|pool-2-thread-9|||||DEBUG|500||ToscaTemplate Loading YAMEL file /tmp/JTP4824166922428443801/Definitions/service-Basicclamp-template.yml Log warning: The required parameter "port_ubuntu18_admin_plane_port_0_name" is not provided Log warning: The required parameter "port_ubuntu18_admin_plane_port_0_order" is not provided Log warning: The required parameter "port_ubuntu18_admin_plane_port_0_vlan_requirements" is not provided Log warning: The required parameter "port_ubuntu18_admin_plane_port_0_network_role" is not provided Log warning: The required parameter "port_ubuntu18_admin_plane_port_0_related_networks" is not provided Log warning: The required parameter "port_ubuntu18_admin_plane_port_0_subnetpoolid" is not provided 2021-05-05T01:24:14.004Z|59cbceaa-0d50-473f-9cea-665402966733|pool-2-thread-9|||||DEBUG|500||CSAR conformance level is 11.0 2021-05-05T01:24:14.004Z|59cbceaa-0d50-473f-9cea-665402966733|pool-2-thread-9|||||WARN|500||#################################################################################################### 2021-05-05T01:24:14.004Z|59cbceaa-0d50-473f-9cea-665402966733|pool-2-thread-9|||||WARN|500||CSAR Warnings found! CSAR name - /app/ASDC/1/service-Basicclamp-csar.csar 2021-05-05T01:24:14.005Z|59cbceaa-0d50-473f-9cea-665402966733|pool-2-thread-9|||||WARN|500||ToscaTemplate - verifyTemplate - 10 Parsing Warnings occurred... 2021-05-05T01:24:14.005Z|59cbceaa-0d50-473f-9cea-665402966733|pool-2-thread-9|||||WARN|500||JTosca Exception [JE003]: MissingRequiredFieldError: properties of template "basicclamp 0" are missing field(s): [nf_naming_code, nf_function, sdnc_artifact_name, max_instances, nf_type, sdnc_model_version, nf_role, min_instances, sdnc_model_name]. CSAR name - /app/ASDC/1/service-Basicclamp-csar.csar 2021-05-05T01:24:14.005Z|59cbceaa-0d50-473f-9cea-665402966733|pool-2-thread-9|||||WARN|500||JTosca Exception [JE003]: MissingRequiredFieldError: properties of template "abstract_ubuntu18" are missing field(s): [port_ubuntu18_admin_plane_port_0_name, port_ubuntu18_admin_plane_port_0_order, port_ubuntu18_admin_plane_port_0_vlan_requirements, nfc_function, port_ubuntu18_admin_plane_port_0_network_role, port_ubuntu18_admin_plane_port_0_related_networks, port_ubuntu18_admin_plane_port_0_subnetpoolid]. CSAR name - /app/ASDC/1/service-Basicclamp-csar.csar 2021-05-05T01:24:14.005Z|59cbceaa-0d50-473f-9cea-665402966733|pool-2-thread-9|||||WARN|500||JTosca Exception [JE003]: MissingRequiredFieldError: properties of template "basicclamp 0" are missing field(s): [unit, type]. CSAR name - /app/ASDC/1/service-Basicclamp-csar.csar 2021-05-05T01:24:14.005Z|59cbceaa-0d50-473f-9cea-665402966733|pool-2-thread-9|||||WARN|500||JTosca Exception [JE003]: MissingRequiredFieldError: Data value of type "org.openecomp.datatypes.AssignmentRequirements" is missing required field(s) "[supplemental_data]". CSAR name - /app/ASDC/1/service-Basicclamp-csar.csar 2021-05-05T01:24:14.005Z|59cbceaa-0d50-473f-9cea-665402966733|pool-2-thread-9|||||WARN|500||JTosca Exception [JE003]: MissingRequiredFieldError: Data value of type "org.openecomp.datatypes.network.IpRequirements" is missing required field(s) "[assingment_method, supplemental_data]". CSAR name - /app/ASDC/1/service-Basicclamp-csar.csar 2021-05-05T01:24:14.005Z|59cbceaa-0d50-473f-9cea-665402966733|pool-2-thread-9|||||WARN|500||JTosca Exception [JE003]: MissingRequiredFieldError: Data value of type "org.openecomp.datatypes.Naming" is missing required field(s) "[supplemental_data]". CSAR name - /app/ASDC/1/service-Basicclamp-csar.csar 2021-05-05T01:24:14.005Z|59cbceaa-0d50-473f-9cea-665402966733|pool-2-thread-9|||||WARN|500||JTosca Exception [JE001]: TypeMismatchError: "[ubuntu18_admin_security_group]" is not a map. The type is "json". CSAR name - /app/ASDC/1/service-Basicclamp-csar.csar 2021-05-05T01:24:14.005Z|59cbceaa-0d50-473f-9cea-665402966733|pool-2-thread-9|||||WARN|500||JTosca Exception [JE003]: MissingRequiredFieldError: properties of template "abstract_ubuntu18" are missing field(s): [unit, type]. CSAR name - /app/ASDC/1/service-Basicclamp-csar.csar 2021-05-05T01:24:14.005Z|59cbceaa-0d50-473f-9cea-665402966733|pool-2-thread-9|||||WARN|500||JTosca Exception [JE003]: MissingRequiredFieldError: Data value of type "org.openecomp.datatypes.network.MacRequirements" is missing required field(s) "[supplemental_data]". CSAR name - /app/ASDC/1/service-Basicclamp-csar.csar 2021-05-05T01:24:14.005Z|59cbceaa-0d50-473f-9cea-665402966733|pool-2-thread-9|||||WARN|500||JTosca Exception [JE003]: MissingRequiredFieldError: Data value of type "org.openecomp.datatypes.PortMirroringConnectionPointDescription" is missing required field(s) "[nf_naming_code, pps_capacity, nf_type, nfc_type]". CSAR name - /app/ASDC/1/service-Basicclamp-csar.csar 2021-05-05T01:24:14.006Z|59cbceaa-0d50-473f-9cea-665402966733|pool-2-thread-9|||||WARN|500||#################################################################################################### 2021-05-05T01:24:14.006Z|59cbceaa-0d50-473f-9cea-665402966733|pool-2-thread-9|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive 2021-05-05T01:24:14.006Z|59cbceaa-0d50-473f-9cea-665402966733|pool-2-thread-9|||||DEBUG|500||Service basicclamp is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=SERVICE_PROXY, toscaType=null, uUID=null, customizationUUID=null 2021-05-05T01:24:14.006Z|59cbceaa-0d50-473f-9cea-665402966733|pool-2-thread-9|||||DEBUG|500||Node template basicclamp 0 is matching search criteria 2021-05-05T01:24:14.006Z|59cbceaa-0d50-473f-9cea-665402966733|pool-2-thread-9|||||DEBUG|500||Search for entities recursively 2021-05-05T01:24:14.006Z|59cbceaa-0d50-473f-9cea-665402966733|pool-2-thread-9|||||DEBUG|500||Found topology templates [basicclamp 0, abstract_ubuntu18] matching following query criteria: sdcType=Service, customizationUUID=null 2021-05-05T01:24:14.007Z|59cbceaa-0d50-473f-9cea-665402966733|pool-2-thread-9|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive 2021-05-05T01:24:14.007Z|59cbceaa-0d50-473f-9cea-665402966733|pool-2-thread-9|||||DEBUG|500||Service basicclamp is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=CONFIGURATION, toscaType=null, uUID=null, customizationUUID=null 2021-05-05T01:24:14.007Z|59cbceaa-0d50-473f-9cea-665402966733|pool-2-thread-9|||||DEBUG|500||Node template basicclamp 0 is matching search criteria 2021-05-05T01:24:14.007Z|59cbceaa-0d50-473f-9cea-665402966733|pool-2-thread-9|||||DEBUG|500||Search for entities recursively 2021-05-05T01:24:14.007Z|59cbceaa-0d50-473f-9cea-665402966733|pool-2-thread-9|||||DEBUG|500||Found topology templates [basicclamp 0, abstract_ubuntu18] matching following query criteria: sdcType=Service, customizationUUID=null 2021-05-05T01:24:14.007Z|59cbceaa-0d50-473f-9cea-665402966733|pool-2-thread-9|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive 2021-05-05T01:24:14.007Z|59cbceaa-0d50-473f-9cea-665402966733|pool-2-thread-9|||||DEBUG|500||Service basicclamp is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=VF, toscaType=null, uUID=null, customizationUUID=null 2021-05-05T01:24:14.008Z|59cbceaa-0d50-473f-9cea-665402966733|pool-2-thread-9|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive 2021-05-05T01:24:14.008Z|59cbceaa-0d50-473f-9cea-665402966733|pool-2-thread-9|||||DEBUG|500||Node template basicclamp 0 is not matching search criteria 2021-05-05T01:24:14.008Z|59cbceaa-0d50-473f-9cea-665402966733|pool-2-thread-9|||||DEBUG|500||Node template abstract_ubuntu18 is not matching search criteria 2021-05-05T01:24:14.008Z|59cbceaa-0d50-473f-9cea-665402966733|pool-2-thread-9|||||DEBUG|500||Node template ubuntu18 is not matching search criteria 2021-05-05T01:24:14.008Z|59cbceaa-0d50-473f-9cea-665402966733|pool-2-thread-9|||||DEBUG|500||Node template ubuntu18_ubuntu18_admin_plane_port_0 is not matching search criteria 2021-05-05T01:24:14.008Z|59cbceaa-0d50-473f-9cea-665402966733|pool-2-thread-9|||||DEBUG|500||Node template ubuntu18_admin_security_group is not matching search criteria 2021-05-05T01:24:14.009Z|59cbceaa-0d50-473f-9cea-665402966733|pool-2-thread-9|||||DEBUG|500||Found topology templates [] matching following query criteria: sdcType=VF, customizationUUID=customizationUUID 2021-05-05T01:24:14.009Z|59cbceaa-0d50-473f-9cea-665402966733|pool-2-thread-9|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive 2021-05-05T01:24:14.009Z|59cbceaa-0d50-473f-9cea-665402966733|pool-2-thread-9|||||DEBUG|500||Service basicclamp is searched for EntityType=GROUP, nodeTemplateType=null, toscaType=org.openecomp.groups.VfModule, uUID=null, customizationUUID=null 2021-05-05T01:24:14.009Z|59cbceaa-0d50-473f-9cea-665402966733|pool-2-thread-9|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive 2021-05-05T01:24:14.009Z|59cbceaa-0d50-473f-9cea-665402966733|pool-2-thread-9|||||DEBUG|500||Node template basicclamp 0 is matching search criteria 2021-05-05T01:24:14.009Z|59cbceaa-0d50-473f-9cea-665402966733|pool-2-thread-9|||||DEBUG|500||Found topology templates [basicclamp 0] matching following query criteria: sdcType=VF, customizationUUID=null 2021-05-05T01:24:14.010Z|59cbceaa-0d50-473f-9cea-665402966733|pool-2-thread-9|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive 2021-05-05T01:24:14.010Z|59cbceaa-0d50-473f-9cea-665402966733|pool-2-thread-9|||||DEBUG|500||Node template basicclamp 0 is matching search criteria 2021-05-05T01:24:14.010Z|59cbceaa-0d50-473f-9cea-665402966733|pool-2-thread-9|||||DEBUG|500||Found topology templates [basicclamp 0] matching following query criteria: sdcType=VF, customizationUUID=null 2021-05-05T01:24:14.010Z|59cbceaa-0d50-473f-9cea-665402966733|pool-2-thread-9|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive 2021-05-05T01:24:14.010Z|59cbceaa-0d50-473f-9cea-665402966733|pool-2-thread-9|||||DEBUG|500||Node template basicclamp 0 is matching search criteria 2021-05-05T01:24:14.010Z|59cbceaa-0d50-473f-9cea-665402966733|pool-2-thread-9|||||DEBUG|500||Found topology templates [basicclamp 0] matching following query criteria: sdcType=VF, customizationUUID=null 2021-05-05T01:24:14.011Z|59cbceaa-0d50-473f-9cea-665402966733|pool-2-thread-9|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive 2021-05-05T01:24:14.011Z|59cbceaa-0d50-473f-9cea-665402966733|pool-2-thread-9|||||DEBUG|500||Node template basicclamp 0 is not matching search criteria 2021-05-05T01:24:14.011Z|59cbceaa-0d50-473f-9cea-665402966733|pool-2-thread-9|||||DEBUG|500||Node template abstract_ubuntu18 is matching search criteria 2021-05-05T01:24:14.011Z|59cbceaa-0d50-473f-9cea-665402966733|pool-2-thread-9|||||DEBUG|500||Node template ubuntu18_admin_security_group is not matching search criteria 2021-05-05T01:24:14.011Z|59cbceaa-0d50-473f-9cea-665402966733|pool-2-thread-9|||||DEBUG|500||Found topology templates [abstract_ubuntu18] matching following query criteria: sdcType=CVFC, customizationUUID=7e5aa719-db24-457c-8339-1230a14177f4 2021-05-05T01:24:14.012Z|59cbceaa-0d50-473f-9cea-665402966733|pool-2-thread-9|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive 2021-05-05T01:24:14.012Z|59cbceaa-0d50-473f-9cea-665402966733|pool-2-thread-9|||||DEBUG|500||Service basicclamp is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=VL, toscaType=null, uUID=null, customizationUUID=null 2021-05-05T01:24:14.012Z|59cbceaa-0d50-473f-9cea-665402966733|pool-2-thread-9|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive 2021-05-05T01:24:14.012Z|59cbceaa-0d50-473f-9cea-665402966733|pool-2-thread-9|||||DEBUG|500||Service basicclamp is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=CR, toscaType=null, uUID=null, customizationUUID=null 2021-05-05T01:24:14.012Z|59cbceaa-0d50-473f-9cea-665402966733|pool-2-thread-9|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive 2021-05-05T01:24:14.012Z|59cbceaa-0d50-473f-9cea-665402966733|pool-2-thread-9|||||DEBUG|500||Service basicclamp is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=VF, toscaType=null, uUID=null, customizationUUID=null 2021-05-05T01:24:14.013Z|59cbceaa-0d50-473f-9cea-665402966733|pool-2-thread-9|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive 2021-05-05T01:24:14.013Z|59cbceaa-0d50-473f-9cea-665402966733|pool-2-thread-9|||||DEBUG|500||Service basicclamp is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=PNF, toscaType=null, uUID=null, customizationUUID=null 2021-05-05T01:24:14.013Z|59cbceaa-0d50-473f-9cea-665402966733|pool-2-thread-9|||||DEBUG|500||CSAR Notification: Service Level Properties: Name:basicclamp Description:service Model UUID:9d483f14-818b-4d54-ac3f-494bccc3b03d Model Version:NULL Model InvariantUuid:013ccd63-6890-483f-a444-c53779f2cee7 Service Type: Service Role: WorkLoad Context:Production Environment Context:General_Revenue-Bearing VNF Properties: Model Name:basicclamp Model UUID:ad2dbfe8-8c69-4ca3-b173-b731880ddec6 Description:VF Version:1.0 Type:VF Category:Generic InvariantUuid:0089dd35-8008-4d4f-afe4-0bc65852b926 Max Instances:null Min Instances:null VNF Customization Properties: Customization UUID:4616931d-38e3-4554-9600-4cc404b5a97c NFFunction:null NFCode:null NFRole:null NFType:null MultiStageDesign:false VF Module Properties: ModelInvariantUuid:9ce2b4e4-80c5-4800-b669-81f2994317eb ModelName:Basicclamp..base_ubuntu18..module-0 ModelUuid:7cfaf018-55ae-4096-9d06-fb390ef47bef ModelVersion:1 Description:NULL VF Module Customization Properties: Model Customization UUID:NULL CVNFC Properties: ModelCustomizationUuid:7e5aa719-db24-457c-8339-1230a14177f4 ModelInvariantUuid:71956044-2700-4795-b9fc-271b72c63243 ModelName:basicclamp-nodes.ubuntu18Cvfc ModelUuid:6e465b36-e054-4e4a-9d84-e227bf24efd1 ModelVersion:1.0 Description:Complex node type that is used as nested type in VF Template Name:abstract_ubuntu18 VNFC Properties: ModelCustomizationUuid:58e5bd4b-7331-45a2-a593-39c47a8909c6 ModelInvariantUuid:ae98381b-2c1d-45cf-a99f-83e0ba183bc1 ModelName:Basicclamp.compute.nodes.heat.ubuntu18 ModelUuid:f258450f-673d-4fc0-89bb-cac3c8053bfa ModelVersion:1.0 Description:Not reusable inner VFC Sub Category:Abstract VF Allotted Resource Properties: PNF Allotted Resource Properties: Hibernate: select toscacsar0_.ARTIFACT_UUID as artifact1_56_0_, toscacsar0_.ARTIFACT_CHECKSUM as artifact2_56_0_, toscacsar0_.CREATION_TIMESTAMP as creation3_56_0_, toscacsar0_.DESCRIPTION as descript4_56_0_, toscacsar0_.NAME as name5_56_0_, toscacsar0_.URL as url6_56_0_, toscacsar0_.Version as version7_56_0_ from tosca_csar toscacsar0_ where toscacsar0_.ARTIFACT_UUID=? 2021-05-05T01:24:14.018Z|59cbceaa-0d50-473f-9cea-665402966733|pool-2-thread-9|||||INFO|500||Processing Resource Type: VF, Model UUID: 8c8c16a6-9782-4841-90fd-51030265c873 Hibernate: select service0_.MODEL_UUID as model_uu1_49_, service0_.CDS_BLUEPRINT_NAME as cds_blue2_49_, service0_.CDS_BLUEPRINT_VERSION as cds_blue3_49_, service0_.SERVICE_CATEGORY as service_4_49_, service0_.CONTROLLER_ACTOR as controll5_49_, service0_.CREATION_TIMESTAMP as creation6_49_, service0_.TOSCA_CSAR_ARTIFACT_UUID as tosca_c21_49_, service0_.DESCRIPTION as descript7_49_, service0_.OVERALL_DISTRIBUTION_STATUS as overall_8_49_, service0_.ENVIRONMENT_CONTEXT as environm9_49_, service0_.MODEL_INVARIANT_UUID as model_i10_49_, service0_.MODEL_NAME as model_n11_49_, service0_.MODEL_VERSION as model_v12_49_, service0_.NAMING_POLICY as naming_13_49_, service0_.ONAP_GENERATED_NAMING as onap_ge14_49_, service0_.RESOURCE_ORDER as resourc15_49_, service0_.SERVICE_FUNCTION as service16_49_, service0_.SERVICE_ROLE as service17_49_, service0_.SERVICE_TYPE as service18_49_, service0_.SKIP_POST_INSTANTIATION_CONFIGURATION as skip_po19_49_, service0_.WORKLOAD_CONTEXT as workloa20_49_ from service service0_ where service0_.MODEL_UUID=? 2021-05-05T01:24:14.021Z|59cbceaa-0d50-473f-9cea-665402966733|pool-2-thread-9|||||INFO|500||basicclamp 0 2021-05-05T01:24:14.022Z|59cbceaa-0d50-473f-9cea-665402966733|pool-2-thread-9|||||DEBUG|500||Processing Resource Type: VF and Model UUID: 8c8c16a6-9782-4841-90fd-51030265c873 2021-05-05T01:24:14.022Z|59cbceaa-0d50-473f-9cea-665402966733|pool-2-thread-9|||||INFO|500||Trying to download the artifact UUID: 95624bb7-4495-4054-9865-7a7cabffde7a from URL: /sdc/v1/catalog/services/Basicclamp/1.0/resourceInstances/basicclamp0/artifacts/basicclamp0_modules.json 2021-05-05T01:24:14.022Z|59cbceaa-0d50-473f-9cea-665402966733|pool-2-thread-9|||||INFO|500||DistributionClient - download 2021-05-05T01:24:14.022Z|59cbceaa-0d50-473f-9cea-665402966733|pool-2-thread-9|||||DEBUG|500||url to send https://sdc-be.onap:8443/sdc/v1/catalog/services/Basicclamp/1.0/resourceInstances/basicclamp0/artifacts/basicclamp0_modules.json 2021-05-05T01:24:14.702Z|59cbceaa-0d50-473f-9cea-665402966733|pool-2-thread-9|||||DEBUG|500||GET Response Status 200 2021-05-05T01:24:14.703Z|59cbceaa-0d50-473f-9cea-665402966733|pool-2-thread-9|||||INFO|500||ASDC_ARTIFACT_DOWNLOAD_SUC /sdc/v1/catalog/services/Basicclamp/1.0/resourceInstances/basicclamp0/artifacts/basicclamp0_modules.json 95624bb7-4495-4054-9865-7a7cabffde7a 790 2021-05-05T01:24:14.703Z|59cbceaa-0d50-473f-9cea-665402966733|pool-2-thread-9|||||INFO|500||ASDC_SEND_NOTIF_ASDC DOWNLOAD DOWNLOAD_OK /sdc/v1/catalog/services/Basicclamp/1.0/resourceInstances/basicclamp0/artifacts/basicclamp0_modules.json ASDC sendASDCNotification 2021-05-05T01:24:14.703Z|59cbceaa-0d50-473f-9cea-665402966733|pool-2-thread-9|||||DEBUG|500||Sending DOWNLOAD(DOWNLOAD_OK) notification to ASDC for artifact:/sdc/v1/catalog/services/Basicclamp/1.0/resourceInstances/basicclamp0/artifacts/basicclamp0_modules.json 2021-05-05T01:24:14.704Z|59cbceaa-0d50-473f-9cea-665402966733|pool-2-thread-9|||||INFO|500||DistributionClient - sendDownloadStatus 2021-05-05T01:24:14.704Z|59cbceaa-0d50-473f-9cea-665402966733|pool-2-thread-9|||||INFO|500||DistributionClient - sendStatus 2021-05-05T01:24:14.706Z|59cbceaa-0d50-473f-9cea-665402966733|pool-2-thread-9|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap] 2021-05-05T01:24:14.706Z|59cbceaa-0d50-473f-9cea-665402966733|pool-2-thread-9|||||DEBUG|500||try to send status { "distributionID": "59cbceaa-0d50-473f-9cea-665402966733", "consumerID": "SO-COpenSource-Env11", "timestamp": 1620177854703, "artifactURL": "/sdc/v1/catalog/services/Basicclamp/1.0/resourceInstances/basicclamp0/artifacts/basicclamp0_modules.json", "status": "DOWNLOAD_OK" } 2021-05-05T01:24:14.806Z||pool-76-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms 2021-05-05T01:24:14.807Z||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. 2021-05-05T01:24:14.807Z||pool-76-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as a4LkjAbl6YzsGxek) ... 2021-05-05T01:24:14.815Z||pool-76-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK 2021-05-05T01:24:14.815Z||pool-76-thread-1|||||INFO|500||cambria reply ok (8 ms):{"serverTimeMs":0,"count":1} 2021-05-05T01:24:15.707Z|59cbceaa-0d50-473f-9cea-665402966733|pool-2-thread-9|||||DEBUG|500||VF_MODULE_ARTIFACT: [ { "vfModuleModelName": "Basicclamp..base_ubuntu18..module-0", "vfModuleModelInvariantUUID": "9ce2b4e4-80c5-4800-b669-81f2994317eb", "vfModuleModelVersion": "1", "vfModuleModelUUID": "7cfaf018-55ae-4096-9d06-fb390ef47bef", "vfModuleModelCustomizationUUID": "3d2fb4d1-d378-4f47-bc44-560017277d3f", "isBase": true, "artifacts": [ "7b78a661-e29e-4baa-9a13-e141aacae16e", "9c6cbddc-4ec2-48f4-b312-16984a8e9e41" ], "properties": { "min_vf_module_instances": "1", "vf_module_label": "base_ubuntu18", "max_vf_module_instances": "1", "vfc_list": "", "vf_module_type": "Base", "vf_module_description": "", "initial_count": "1", "volume_group": "false", "availability_zone_count": "" } } ] 2021-05-05T01:24:15.711Z|59cbceaa-0d50-473f-9cea-665402966733|pool-2-thread-9|||||DEBUG|500||VfModuleMetaData List: { VfModuleMetaData: VfModuleModelName:Basicclamp..base_ubuntu18..module-0 VfModuleModelVersion:1 VfModuleModelUUID:7cfaf018-55ae-4096-9d06-fb390ef47bef VfModuleModelInvariantUUID:9ce2b4e4-80c5-4800-b669-81f2994317eb VfModuleModelDescription:NULL Artifacts UUID List:{ 7b78a661-e29e-4baa-9a13-e141aacae16e , 9c6cbddc-4ec2-48f4-b312-16984a8e9e41 } Properties List:{ min_vf_module_instances : 1 vf_module_label : base_ubuntu18 max_vf_module_instances : 1 vfc_list : vf_module_type : Base vf_module_description : initial_count : 1 volume_group : false availability_zone_count : } isBase:true } 2021-05-05T01:24:15.714Z|59cbceaa-0d50-473f-9cea-665402966733|pool-2-thread-9|||||DEBUG|500||VF_MODULE_ARTIFACT: [ { "vfModuleModelName": "Basicclamp..base_ubuntu18..module-0", "vfModuleModelInvariantUUID": "9ce2b4e4-80c5-4800-b669-81f2994317eb", "vfModuleModelVersion": "1", "vfModuleModelUUID": "7cfaf018-55ae-4096-9d06-fb390ef47bef", "vfModuleModelCustomizationUUID": "3d2fb4d1-d378-4f47-bc44-560017277d3f", "isBase": true, "artifacts": [ "7b78a661-e29e-4baa-9a13-e141aacae16e", "9c6cbddc-4ec2-48f4-b312-16984a8e9e41" ], "properties": { "min_vf_module_instances": "1", "vf_module_label": "base_ubuntu18", "max_vf_module_instances": "1", "vfc_list": "", "vf_module_type": "Base", "vf_module_description": "", "initial_count": "1", "volume_group": "false", "availability_zone_count": "" } } ] 2021-05-05T01:24:15.714Z|59cbceaa-0d50-473f-9cea-665402966733|pool-2-thread-9|||||DEBUG|500||VfModuleMetaData List: { VfModuleMetaData: VfModuleModelName:Basicclamp..base_ubuntu18..module-0 VfModuleModelVersion:1 VfModuleModelUUID:7cfaf018-55ae-4096-9d06-fb390ef47bef VfModuleModelInvariantUUID:9ce2b4e4-80c5-4800-b669-81f2994317eb VfModuleModelDescription:NULL Artifacts UUID List:{ 7b78a661-e29e-4baa-9a13-e141aacae16e , 9c6cbddc-4ec2-48f4-b312-16984a8e9e41 } Properties List:{ min_vf_module_instances : 1 vf_module_label : base_ubuntu18 max_vf_module_instances : 1 vfc_list : vf_module_type : Base vf_module_description : initial_count : 1 volume_group : false availability_zone_count : } isBase:true } 2021-05-05T01:24:15.715Z|59cbceaa-0d50-473f-9cea-665402966733|pool-2-thread-9|||||INFO|500||Trying to download the artifact UUID: 7b78a661-e29e-4baa-9a13-e141aacae16e from URL: /sdc/v1/catalog/services/Basicclamp/1.0/resourceInstances/basicclamp0/artifacts/base_ubuntu18.yaml 2021-05-05T01:24:15.715Z|59cbceaa-0d50-473f-9cea-665402966733|pool-2-thread-9|||||INFO|500||DistributionClient - download 2021-05-05T01:24:15.715Z|59cbceaa-0d50-473f-9cea-665402966733|pool-2-thread-9|||||DEBUG|500||url to send https://sdc-be.onap:8443/sdc/v1/catalog/services/Basicclamp/1.0/resourceInstances/basicclamp0/artifacts/base_ubuntu18.yaml 2021-05-05T01:24:16.889Z|59cbceaa-0d50-473f-9cea-665402966733|pool-2-thread-9|||||DEBUG|500||GET Response Status 200 2021-05-05T01:24:16.890Z|59cbceaa-0d50-473f-9cea-665402966733|pool-2-thread-9|||||INFO|500||ASDC_ARTIFACT_DOWNLOAD_SUC /sdc/v1/catalog/services/Basicclamp/1.0/resourceInstances/basicclamp0/artifacts/base_ubuntu18.yaml 7b78a661-e29e-4baa-9a13-e141aacae16e 5033 2021-05-05T01:24:16.890Z|59cbceaa-0d50-473f-9cea-665402966733|pool-2-thread-9|||||INFO|500||ASDC_SEND_NOTIF_ASDC DOWNLOAD DOWNLOAD_OK /sdc/v1/catalog/services/Basicclamp/1.0/resourceInstances/basicclamp0/artifacts/base_ubuntu18.yaml ASDC sendASDCNotification 2021-05-05T01:24:16.891Z|59cbceaa-0d50-473f-9cea-665402966733|pool-2-thread-9|||||DEBUG|500||Sending DOWNLOAD(DOWNLOAD_OK) notification to ASDC for artifact:/sdc/v1/catalog/services/Basicclamp/1.0/resourceInstances/basicclamp0/artifacts/base_ubuntu18.yaml 2021-05-05T01:24:16.891Z|59cbceaa-0d50-473f-9cea-665402966733|pool-2-thread-9|||||INFO|500||DistributionClient - sendDownloadStatus 2021-05-05T01:24:16.891Z|59cbceaa-0d50-473f-9cea-665402966733|pool-2-thread-9|||||INFO|500||DistributionClient - sendStatus 2021-05-05T01:24:16.893Z|59cbceaa-0d50-473f-9cea-665402966733|pool-2-thread-9|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap] 2021-05-05T01:24:16.894Z|59cbceaa-0d50-473f-9cea-665402966733|pool-2-thread-9|||||DEBUG|500||try to send status { "distributionID": "59cbceaa-0d50-473f-9cea-665402966733", "consumerID": "SO-COpenSource-Env11", "timestamp": 1620177856890, "artifactURL": "/sdc/v1/catalog/services/Basicclamp/1.0/resourceInstances/basicclamp0/artifacts/base_ubuntu18.yaml", "status": "DOWNLOAD_OK" } 2021-05-05T01:24:16.994Z||pool-77-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms 2021-05-05T01:24:16.995Z||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. 2021-05-05T01:24:16.995Z||pool-77-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as a4LkjAbl6YzsGxek) ... 2021-05-05T01:24:17.004Z||pool-77-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK 2021-05-05T01:24:17.005Z||pool-77-thread-1|||||INFO|500||cambria reply ok (11 ms):{"serverTimeMs":0,"count":1} 2021-05-05T01:24:17.894Z|59cbceaa-0d50-473f-9cea-665402966733|pool-2-thread-9|||||INFO|500||Trying to download the artifact UUID: 9c6cbddc-4ec2-48f4-b312-16984a8e9e41 from URL: /sdc/v1/catalog/services/Basicclamp/1.0/resourceInstances/basicclamp0/artifacts/base_ubuntu18.env 2021-05-05T01:24:17.895Z|59cbceaa-0d50-473f-9cea-665402966733|pool-2-thread-9|||||INFO|500||DistributionClient - download 2021-05-05T01:24:17.895Z|59cbceaa-0d50-473f-9cea-665402966733|pool-2-thread-9|||||DEBUG|500||url to send https://sdc-be.onap:8443/sdc/v1/catalog/services/Basicclamp/1.0/resourceInstances/basicclamp0/artifacts/base_ubuntu18.env 2021-05-05T01:24:18.717Z|59cbceaa-0d50-473f-9cea-665402966733|pool-2-thread-9|||||DEBUG|500||GET Response Status 200 2021-05-05T01:24:18.718Z|59cbceaa-0d50-473f-9cea-665402966733|pool-2-thread-9|||||INFO|500||ASDC_ARTIFACT_DOWNLOAD_SUC /sdc/v1/catalog/services/Basicclamp/1.0/resourceInstances/basicclamp0/artifacts/base_ubuntu18.env 9c6cbddc-4ec2-48f4-b312-16984a8e9e41 909 2021-05-05T01:24:18.718Z|59cbceaa-0d50-473f-9cea-665402966733|pool-2-thread-9|||||INFO|500||ASDC_SEND_NOTIF_ASDC DOWNLOAD DOWNLOAD_OK /sdc/v1/catalog/services/Basicclamp/1.0/resourceInstances/basicclamp0/artifacts/base_ubuntu18.env ASDC sendASDCNotification 2021-05-05T01:24:18.718Z|59cbceaa-0d50-473f-9cea-665402966733|pool-2-thread-9|||||DEBUG|500||Sending DOWNLOAD(DOWNLOAD_OK) notification to ASDC for artifact:/sdc/v1/catalog/services/Basicclamp/1.0/resourceInstances/basicclamp0/artifacts/base_ubuntu18.env 2021-05-05T01:24:18.719Z|59cbceaa-0d50-473f-9cea-665402966733|pool-2-thread-9|||||INFO|500||DistributionClient - sendDownloadStatus 2021-05-05T01:24:18.719Z|59cbceaa-0d50-473f-9cea-665402966733|pool-2-thread-9|||||INFO|500||DistributionClient - sendStatus 2021-05-05T01:24:18.721Z|59cbceaa-0d50-473f-9cea-665402966733|pool-2-thread-9|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap] 2021-05-05T01:24:18.721Z|59cbceaa-0d50-473f-9cea-665402966733|pool-2-thread-9|||||DEBUG|500||try to send status { "distributionID": "59cbceaa-0d50-473f-9cea-665402966733", "consumerID": "SO-COpenSource-Env11", "timestamp": 1620177858718, "artifactURL": "/sdc/v1/catalog/services/Basicclamp/1.0/resourceInstances/basicclamp0/artifacts/base_ubuntu18.env", "status": "DOWNLOAD_OK" } 2021-05-05T01:24:18.821Z||pool-78-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms 2021-05-05T01:24:18.822Z||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. 2021-05-05T01:24:18.822Z||pool-78-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as a4LkjAbl6YzsGxek) ... 2021-05-05T01:24:18.829Z||pool-78-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK 2021-05-05T01:24:18.829Z||pool-78-thread-1|||||INFO|500||cambria reply ok (7 ms):{"serverTimeMs":0,"count":1} 2021-05-05T01:24:19.722Z|59cbceaa-0d50-473f-9cea-665402966733|pool-2-thread-9|||||DEBUG|500||Preparing to deploy Service: 9d483f14-818b-4d54-ac3f-494bccc3b03d 2021-05-05T01:24:19.723Z|59cbceaa-0d50-473f-9cea-665402966733|pool-2-thread-9|||||INFO|500||ASDC_START_DEPLOY_ARTIFACT basicclamp 0 8c8c16a6-9782-4841-90fd-51030265c873 ASDC Hibernate: select heatenviro0_.ARTIFACT_UUID as artifact1_25_, heatenviro0_.ARTIFACT_CHECKSUM as artifact2_25_, heatenviro0_.CREATION_TIMESTAMP as creation3_25_, heatenviro0_.DESCRIPTION as descript4_25_, heatenviro0_.BODY as body5_25_, heatenviro0_.NAME as name6_25_, heatenviro0_.VERSION as version7_25_ from heat_environment heatenviro0_ where heatenviro0_.ARTIFACT_UUID=? Hibernate: select heattempla0_.ARTIFACT_UUID as artifact1_28_, heattempla0_.ARTIFACT_CHECKSUM as artifact2_28_, heattempla0_.CREATION_TIMESTAMP as creation3_28_, heattempla0_.DESCRIPTION as descript4_28_, heattempla0_.BODY as body5_28_, heattempla0_.NAME as name6_28_, heattempla0_.TIMEOUT_MINUTES as timeout_7_28_, heattempla0_.VERSION as version8_28_ from heat_template heattempla0_ where heattempla0_.ARTIFACT_UUID=? Hibernate: select toscacsar0_.ARTIFACT_UUID as artifact1_56_0_, toscacsar0_.ARTIFACT_CHECKSUM as artifact2_56_0_, toscacsar0_.CREATION_TIMESTAMP as creation3_56_0_, toscacsar0_.DESCRIPTION as descript4_56_0_, toscacsar0_.NAME as name5_56_0_, toscacsar0_.URL as url6_56_0_, toscacsar0_.Version as version7_56_0_ from tosca_csar toscacsar0_ where toscacsar0_.ARTIFACT_UUID=? Hibernate: select service0_.MODEL_UUID as model_uu1_49_, service0_.CDS_BLUEPRINT_NAME as cds_blue2_49_, service0_.CDS_BLUEPRINT_VERSION as cds_blue3_49_, service0_.SERVICE_CATEGORY as service_4_49_, service0_.CONTROLLER_ACTOR as controll5_49_, service0_.CREATION_TIMESTAMP as creation6_49_, service0_.TOSCA_CSAR_ARTIFACT_UUID as tosca_c21_49_, service0_.DESCRIPTION as descript7_49_, service0_.OVERALL_DISTRIBUTION_STATUS as overall_8_49_, service0_.ENVIRONMENT_CONTEXT as environm9_49_, service0_.MODEL_INVARIANT_UUID as model_i10_49_, service0_.MODEL_NAME as model_n11_49_, service0_.MODEL_VERSION as model_v12_49_, service0_.NAMING_POLICY as naming_13_49_, service0_.ONAP_GENERATED_NAMING as onap_ge14_49_, service0_.RESOURCE_ORDER as resourc15_49_, service0_.SERVICE_FUNCTION as service16_49_, service0_.SERVICE_ROLE as service17_49_, service0_.SERVICE_TYPE as service18_49_, service0_.SKIP_POST_INSTANTIATION_CONFIGURATION as skip_po19_49_, service0_.WORKLOAD_CONTEXT as workloa20_49_ from service service0_ where service0_.MODEL_UUID=? 2021-05-05T01:24:19.741Z|59cbceaa-0d50-473f-9cea-665402966733|pool-2-thread-9|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive 2021-05-05T01:24:19.741Z|59cbceaa-0d50-473f-9cea-665402966733|pool-2-thread-9|||||DEBUG|500||Service basicclamp is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=VF, toscaType=null, uUID=null, customizationUUID=null 2021-05-05T01:24:19.741Z|59cbceaa-0d50-473f-9cea-665402966733|pool-2-thread-9|||||DEBUG|500||VF Category is: Generic 2021-05-05T01:24:19.741Z|59cbceaa-0d50-473f-9cea-665402966733|pool-2-thread-9|||||DEBUG|500||VFCustomizationUUID= 4616931d-38e3-4554-9600-4cc404b5a97c 2021-05-05T01:24:19.741Z|59cbceaa-0d50-473f-9cea-665402966733|pool-2-thread-9|||||DEBUG|500||Checking if Notification VF ResourceCustomizationUUID: 4616931d-38e3-4554-9600-4cc404b5a97c matches Tosca VF Customization UUID: 4616931d-38e3-4554-9600-4cc404b5a97c 2021-05-05T01:24:19.741Z|59cbceaa-0d50-473f-9cea-665402966733|pool-2-thread-9|||||DEBUG|500||vfCustomizationUUID: 4616931d-38e3-4554-9600-4cc404b5a97c matches vfNotificationResource CustomizationUUID Hibernate: select vnfresourc0_.MODEL_UUID as model_uu1_63_, vnfresourc0_.AIC_VERSION_MAX as aic_vers2_63_, vnfresourc0_.AIC_VERSION_MIN as aic_vers3_63_, vnfresourc0_.RESOURCE_CATEGORY as resource4_63_, vnfresourc0_.CREATION_TIMESTAMP as creation5_63_, vnfresourc0_.DESCRIPTION as descript6_63_, vnfresourc0_.HEAT_TEMPLATE_ARTIFACT_UUID as heat_te13_63_, vnfresourc0_.MODEL_INVARIANT_UUID as model_in7_63_, vnfresourc0_.MODEL_NAME as model_na8_63_, vnfresourc0_.MODEL_VERSION as model_ve9_63_, vnfresourc0_.ORCHESTRATION_MODE as orchest10_63_, vnfresourc0_.RESOURCE_SUB_CATEGORY as resourc11_63_, vnfresourc0_.TOSCA_NODE_TYPE as tosca_n12_63_ from vnf_resource vnfresourc0_ where vnfresourc0_.MODEL_UUID=? 2021-05-05T01:24:19.743Z|59cbceaa-0d50-473f-9cea-665402966733|pool-2-thread-9|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive 2021-05-05T01:24:19.743Z|59cbceaa-0d50-473f-9cea-665402966733|pool-2-thread-9|||||DEBUG|500||Service basicclamp is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=null, toscaType=null, uUID=null, customizationUUID=null 2021-05-05T01:24:19.743Z|59cbceaa-0d50-473f-9cea-665402966733|pool-2-thread-9|||||DEBUG|500||resource request for resource customization id 4616931d-38e3-4554-9600-4cc404b5a97c: {\"vf_module_id\":\"Ubuntu18-VF-module\",\"skip_post_instantiation_configuration\":\"true\",\"nf_naming\":\"true\",\"multi_stage_design\":\"false\",\"controller_actor\":\"SO-REF-DATA\",\"availability_zone_max_count\":\"1\",\"vnf_name\":\"Ubuntu18-VNF-name\",\"ubuntu18_name_0\":\"ubuntu18\",\"ubuntu18_pub_key\":\"ssh-rsa AAAAB3NzaC1yc2EAAAADAQABAAABgQC3dbqgymZVpu2cIWqzlKNxnOy2Qjt07NZxaXtQyu9dr0kbmursTE5N0IW0qg/rsCXgw2vjjdPOxU6jtrTbyzbAmo9F6LtS9oqvct9LmLjDNyiQFuCPETIBGy43daDVgw3hrg3f9ihN88V/JwnI9n3ZFn8Wy15KV6XCHn3MASV31YnbkjruUtj7rZm5V8NUwAteZ91k5T7WBpywt483rrkeQjEzyKiVSmmOhHWNSmbnko9XzO7QDUHfVIk5qCf/aBES7hcE0YiqX5lfLamSyCqOGANnv+AN2opDEakUeCyJHZrsk3Nkk7A9p+CNlq42sUEKtrO0xiH63viMA6eBYSiaQPzckdq/T52naozx/Oj9ITCgX/6XjldMUF99afIydpC6+kymflTYA8P/9u1Ih93+Vjg1Bf2e4lJaf9z9frXcB9F+ZRDq6feN+XQ93Q8xQ9blu9Gq8BZUbPvAQxW0UaryeuzhCKx4QA33qqYA+tmWVXTsaG0uow6f0hm7z+pkYCM= master@Utilisateur-PC\",\"dcae_collector_ip\":\"10.4.2.166\",\"vnf_id\":\"Ubuntu18-VNF\",\"dcae_collector_port\":\"30417\",\"ubuntu18_flavor_name\":\"m1.small\",\"admin_plane_net_name\":\"admin\",\"ubuntu18_image_name\":\"ubuntu-18.04-daily\"} 2021-05-05T01:24:19.744Z|59cbceaa-0d50-473f-9cea-665402966733|pool-2-thread-9|||||DEBUG|500||vfModuleStructure: org.onap.so.asdc.installer.VfModuleStructure@2048e24 2021-05-05T01:24:19.744Z|59cbceaa-0d50-473f-9cea-665402966733|pool-2-thread-9|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive 2021-05-05T01:24:19.744Z|59cbceaa-0d50-473f-9cea-665402966733|pool-2-thread-9|||||DEBUG|500||Service basicclamp is searched for EntityType=GROUP, nodeTemplateType=null, toscaType=org.openecomp.groups.VfModule, uUID=null, customizationUUID=null 2021-05-05T01:24:19.744Z|59cbceaa-0d50-473f-9cea-665402966733|pool-2-thread-9|||||DEBUG|500||Comparing Vf_Modules_Metadata CustomizationUUID : 3d2fb4d1-d378-4f47-bc44-560017277d3f 2021-05-05T01:24:19.744Z|59cbceaa-0d50-473f-9cea-665402966733|pool-2-thread-9|||||DEBUG|500||To Csar Group VFModuleModelCustomizationUUID 3d2fb4d1-d378-4f47-bc44-560017277d3f Hibernate: select vfmodule0_.MODEL_UUID as model_uu1_58_, vfmodule0_.CREATION_TIMESTAMP as creation2_58_, vfmodule0_.DESCRIPTION as descript3_58_, vfmodule0_.IS_BASE as is_base4_58_, vfmodule0_.MODEL_INVARIANT_UUID as model_in5_58_, vfmodule0_.MODEL_NAME as model_na6_58_, vfmodule0_.MODEL_VERSION as model_ve7_58_, vfmodule0_.HEAT_TEMPLATE_ARTIFACT_UUID as heat_tem8_58_, vfmodule0_.VNF_RESOURCE_MODEL_UUID as vnf_reso9_58_, vfmodule0_.VOL_HEAT_TEMPLATE_ARTIFACT_UUID as vol_hea10_58_ from vf_module vfmodule0_ where vfmodule0_.MODEL_UUID=? 2021-05-05T01:24:19.745Z|59cbceaa-0d50-473f-9cea-665402966733|pool-2-thread-9|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive 2021-05-05T01:24:19.746Z|59cbceaa-0d50-473f-9cea-665402966733|pool-2-thread-9|||||DEBUG|500||Node template basicclamp 0 is matching search criteria 2021-05-05T01:24:19.746Z|59cbceaa-0d50-473f-9cea-665402966733|pool-2-thread-9|||||DEBUG|500||Found topology templates [basicclamp 0] matching following query criteria: sdcType=VF, customizationUUID=null 2021-05-05T01:24:19.746Z|59cbceaa-0d50-473f-9cea-665402966733|pool-2-thread-9|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive 2021-05-05T01:24:19.746Z|59cbceaa-0d50-473f-9cea-665402966733|pool-2-thread-9|||||DEBUG|500||Node template basicclamp 0 is matching search criteria 2021-05-05T01:24:19.746Z|59cbceaa-0d50-473f-9cea-665402966733|pool-2-thread-9|||||DEBUG|500||Found topology templates [basicclamp 0] matching following query criteria: sdcType=VF, customizationUUID=null 2021-05-05T01:24:19.746Z|59cbceaa-0d50-473f-9cea-665402966733|pool-2-thread-9|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive 2021-05-05T01:24:19.747Z|59cbceaa-0d50-473f-9cea-665402966733|pool-2-thread-9|||||DEBUG|500||Node template basicclamp 0 is not matching search criteria 2021-05-05T01:24:19.747Z|59cbceaa-0d50-473f-9cea-665402966733|pool-2-thread-9|||||DEBUG|500||Node template abstract_ubuntu18 is matching search criteria 2021-05-05T01:24:19.747Z|59cbceaa-0d50-473f-9cea-665402966733|pool-2-thread-9|||||DEBUG|500||Node template ubuntu18_admin_security_group is not matching search criteria 2021-05-05T01:24:19.747Z|59cbceaa-0d50-473f-9cea-665402966733|pool-2-thread-9|||||DEBUG|500||Found topology templates [abstract_ubuntu18] matching following query criteria: sdcType=CVFC, customizationUUID=7e5aa719-db24-457c-8339-1230a14177f4 Hibernate: select vnfccustom0_.MODEL_CUSTOMIZATION_UUID as model_cu1_66_, vnfccustom0_.CREATION_TIMESTAMP as creation2_66_, vnfccustom0_.DESCRIPTION as descript3_66_, vnfccustom0_.MODEL_INSTANCE_NAME as model_in4_66_, vnfccustom0_.MODEL_INVARIANT_UUID as model_in5_66_, vnfccustom0_.MODEL_NAME as model_na6_66_, vnfccustom0_.MODEL_UUID as model_uu7_66_, vnfccustom0_.MODEL_VERSION as model_ve8_66_, vnfccustom0_.RESOURCE_INPUT as resource9_66_, vnfccustom0_.TOSCA_NODE_TYPE as tosca_n10_66_, vnfccustom0_.VNFC_INSTANCE_GROUP_CUSTOMIZATION_ID as vnfc_in11_66_ from vnfc_customization vnfccustom0_ where vnfccustom0_.MODEL_CUSTOMIZATION_UUID=? 2021-05-05T01:24:19.748Z|59cbceaa-0d50-473f-9cea-665402966733|pool-2-thread-9|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive 2021-05-05T01:24:19.749Z|59cbceaa-0d50-473f-9cea-665402966733|pool-2-thread-9|||||DEBUG|500||Node template basicclamp 0 is matching search criteria 2021-05-05T01:24:19.749Z|59cbceaa-0d50-473f-9cea-665402966733|pool-2-thread-9|||||DEBUG|500||Found topology templates [basicclamp 0] matching following query criteria: sdcType=VF, customizationUUID=null 2021-05-05T01:24:19.749Z|59cbceaa-0d50-473f-9cea-665402966733|pool-2-thread-9|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive 2021-05-05T01:24:19.749Z|59cbceaa-0d50-473f-9cea-665402966733|pool-2-thread-9|||||DEBUG|500||Node template basicclamp 0 is matching search criteria 2021-05-05T01:24:19.749Z|59cbceaa-0d50-473f-9cea-665402966733|pool-2-thread-9|||||DEBUG|500||Found topology templates [basicclamp 0] matching following query criteria: sdcType=VF, customizationUUID=4616931d-38e3-4554-9600-4cc404b5a97c Hibernate: select service0_.MODEL_UUID as model_uu1_49_, service0_.CDS_BLUEPRINT_NAME as cds_blue2_49_, service0_.CDS_BLUEPRINT_VERSION as cds_blue3_49_, service0_.SERVICE_CATEGORY as service_4_49_, service0_.CONTROLLER_ACTOR as controll5_49_, service0_.CREATION_TIMESTAMP as creation6_49_, service0_.TOSCA_CSAR_ARTIFACT_UUID as tosca_c21_49_, service0_.DESCRIPTION as descript7_49_, service0_.OVERALL_DISTRIBUTION_STATUS as overall_8_49_, service0_.ENVIRONMENT_CONTEXT as environm9_49_, service0_.MODEL_INVARIANT_UUID as model_i10_49_, service0_.MODEL_NAME as model_n11_49_, service0_.MODEL_VERSION as model_v12_49_, service0_.NAMING_POLICY as naming_13_49_, service0_.ONAP_GENERATED_NAMING as onap_ge14_49_, service0_.RESOURCE_ORDER as resourc15_49_, service0_.SERVICE_FUNCTION as service16_49_, service0_.SERVICE_ROLE as service17_49_, service0_.SERVICE_TYPE as service18_49_, service0_.SKIP_POST_INSTANTIATION_CONFIGURATION as skip_po19_49_, service0_.WORKLOAD_CONTEXT as workloa20_49_ from service service0_ where service0_.MODEL_UUID=? 2021-05-05T01:24:19.750Z|59cbceaa-0d50-473f-9cea-665402966733|pool-2-thread-9|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive 2021-05-05T01:24:19.751Z|59cbceaa-0d50-473f-9cea-665402966733|pool-2-thread-9|||||DEBUG|500||Service basicclamp is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=null, toscaType=null, uUID=null, customizationUUID=null 2021-05-05T01:24:19.751Z|59cbceaa-0d50-473f-9cea-665402966733|pool-2-thread-9|||||DEBUG|500|| resourceSeq for service uuid 9d483f14-818b-4d54-ac3f-494bccc3b03d: basicclamp 2021-05-05T01:24:19.751Z|59cbceaa-0d50-473f-9cea-665402966733|pool-2-thread-9|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive 2021-05-05T01:24:19.751Z|59cbceaa-0d50-473f-9cea-665402966733|pool-2-thread-9|||||DEBUG|500||Service basicclamp is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=PNF, toscaType=null, uUID=null, customizationUUID=null 2021-05-05T01:24:19.751Z|59cbceaa-0d50-473f-9cea-665402966733|pool-2-thread-9|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive 2021-05-05T01:24:19.752Z|59cbceaa-0d50-473f-9cea-665402966733|pool-2-thread-9|||||DEBUG|500||Service basicclamp is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=VL, toscaType=null, uUID=null, customizationUUID=null 2021-05-05T01:24:19.752Z|59cbceaa-0d50-473f-9cea-665402966733|pool-2-thread-9|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive 2021-05-05T01:24:19.752Z|59cbceaa-0d50-473f-9cea-665402966733|pool-2-thread-9|||||DEBUG|500||Service basicclamp is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=CR, toscaType=null, uUID=null, customizationUUID=null 2021-05-05T01:24:19.752Z|59cbceaa-0d50-473f-9cea-665402966733|pool-2-thread-9|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive 2021-05-05T01:24:19.752Z|59cbceaa-0d50-473f-9cea-665402966733|pool-2-thread-9|||||DEBUG|500||Service basicclamp is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=SERVICE_PROXY, toscaType=null, uUID=null, customizationUUID=null 2021-05-05T01:24:19.752Z|59cbceaa-0d50-473f-9cea-665402966733|pool-2-thread-9|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive 2021-05-05T01:24:19.753Z|59cbceaa-0d50-473f-9cea-665402966733|pool-2-thread-9|||||DEBUG|500||Service basicclamp is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=CONFIGURATION, toscaType=null, uUID=null, customizationUUID=null 2021-05-05T01:24:19.753Z|59cbceaa-0d50-473f-9cea-665402966733|pool-2-thread-9|||||INFO|500||Saving Service: basicclamp Hibernate: select service0_.MODEL_UUID as model_uu1_49_3_, service0_.CDS_BLUEPRINT_NAME as cds_blue2_49_3_, service0_.CDS_BLUEPRINT_VERSION as cds_blue3_49_3_, service0_.SERVICE_CATEGORY as service_4_49_3_, service0_.CONTROLLER_ACTOR as controll5_49_3_, service0_.CREATION_TIMESTAMP as creation6_49_3_, service0_.TOSCA_CSAR_ARTIFACT_UUID as tosca_c21_49_3_, service0_.DESCRIPTION as descript7_49_3_, service0_.OVERALL_DISTRIBUTION_STATUS as overall_8_49_3_, service0_.ENVIRONMENT_CONTEXT as environm9_49_3_, service0_.MODEL_INVARIANT_UUID as model_i10_49_3_, service0_.MODEL_NAME as model_n11_49_3_, service0_.MODEL_VERSION as model_v12_49_3_, service0_.NAMING_POLICY as naming_13_49_3_, service0_.ONAP_GENERATED_NAMING as onap_ge14_49_3_, service0_.RESOURCE_ORDER as resourc15_49_3_, service0_.SERVICE_FUNCTION as service16_49_3_, service0_.SERVICE_ROLE as service17_49_3_, service0_.SERVICE_TYPE as service18_49_3_, service0_.SKIP_POST_INSTANTIATION_CONFIGURATION as skip_po19_49_3_, service0_.WORKLOAD_CONTEXT as workloa20_49_3_, allottedcu1_.SERVICE_MODEL_UUID as service_1_8_5_, allottedre2_.MODEL_CUSTOMIZATION_UUID as resource2_8_5_, allottedre2_.MODEL_CUSTOMIZATION_UUID as model_cu1_7_0_, allottedre2_.AR_MODEL_UUID as ar_mode15_7_0_, allottedre2_.CREATION_TIMESTAMP as creation2_7_0_, allottedre2_.MAX_INSTANCES as max_inst3_7_0_, allottedre2_.MIN_INSTANCES as min_inst4_7_0_, allottedre2_.MODEL_INSTANCE_NAME as model_in5_7_0_, allottedre2_.NF_FUNCTION as nf_funct6_7_0_, allottedre2_.NF_NAMING_CODE as nf_namin7_7_0_, allottedre2_.NF_ROLE as nf_role8_7_0_, allottedre2_.NF_TYPE as nf_type9_7_0_, allottedre2_.PROVIDING_SERVICE_MODEL_INVARIANT_UUID as providi10_7_0_, allottedre2_.PROVIDING_SERVICE_MODEL_NAME as providi11_7_0_, allottedre2_.PROVIDING_SERVICE_MODEL_UUID as providi12_7_0_, allottedre2_.RESOURCE_INPUT as resourc13_7_0_, allottedre2_.TARGET_NETWORK_ROLE as target_14_7_0_, allottedre3_.MODEL_UUID as model_uu1_6_1_, allottedre3_.CREATION_TIMESTAMP as creation2_6_1_, allottedre3_.DESCRIPTION as descript3_6_1_, allottedre3_.MODEL_INVARIANT_UUID as model_in4_6_1_, allottedre3_.MODEL_NAME as model_na5_6_1_, allottedre3_.MODEL_VERSION as model_ve6_6_1_, allottedre3_.SUBCATEGORY as subcateg7_6_1_, allottedre3_.TOSCA_NODE_TYPE as tosca_no8_6_1_, toscacsar4_.ARTIFACT_UUID as artifact1_56_2_, toscacsar4_.ARTIFACT_CHECKSUM as artifact2_56_2_, toscacsar4_.CREATION_TIMESTAMP as creation3_56_2_, toscacsar4_.DESCRIPTION as descript4_56_2_, toscacsar4_.NAME as name5_56_2_, toscacsar4_.URL as url6_56_2_, toscacsar4_.Version as version7_56_2_ from service service0_ left outer join allotted_resource_customization_to_service allottedcu1_ on service0_.MODEL_UUID=allottedcu1_.SERVICE_MODEL_UUID left outer join allotted_resource_customization allottedre2_ on allottedcu1_.RESOURCE_MODEL_CUSTOMIZATION_UUID=allottedre2_.MODEL_CUSTOMIZATION_UUID left outer join allotted_resource allottedre3_ on allottedre2_.AR_MODEL_UUID=allottedre3_.MODEL_UUID left outer join tosca_csar toscacsar4_ on service0_.TOSCA_CSAR_ARTIFACT_UUID=toscacsar4_.ARTIFACT_UUID where service0_.MODEL_UUID=? Hibernate: select toscacsar0_.ARTIFACT_UUID as artifact1_56_1_, toscacsar0_.ARTIFACT_CHECKSUM as artifact2_56_1_, toscacsar0_.CREATION_TIMESTAMP as creation3_56_1_, toscacsar0_.DESCRIPTION as descript4_56_1_, toscacsar0_.NAME as name5_56_1_, toscacsar0_.URL as url6_56_1_, toscacsar0_.Version as version7_56_1_, services1_.TOSCA_CSAR_ARTIFACT_UUID as tosca_c21_49_3_, services1_.MODEL_UUID as model_uu1_49_3_, services1_.MODEL_UUID as model_uu1_49_0_, services1_.CDS_BLUEPRINT_NAME as cds_blue2_49_0_, services1_.CDS_BLUEPRINT_VERSION as cds_blue3_49_0_, services1_.SERVICE_CATEGORY as service_4_49_0_, services1_.CONTROLLER_ACTOR as controll5_49_0_, services1_.CREATION_TIMESTAMP as creation6_49_0_, services1_.TOSCA_CSAR_ARTIFACT_UUID as tosca_c21_49_0_, services1_.DESCRIPTION as descript7_49_0_, services1_.OVERALL_DISTRIBUTION_STATUS as overall_8_49_0_, services1_.ENVIRONMENT_CONTEXT as environm9_49_0_, services1_.MODEL_INVARIANT_UUID as model_i10_49_0_, services1_.MODEL_NAME as model_n11_49_0_, services1_.MODEL_VERSION as model_v12_49_0_, services1_.NAMING_POLICY as naming_13_49_0_, services1_.ONAP_GENERATED_NAMING as onap_ge14_49_0_, services1_.RESOURCE_ORDER as resourc15_49_0_, services1_.SERVICE_FUNCTION as service16_49_0_, services1_.SERVICE_ROLE as service17_49_0_, services1_.SERVICE_TYPE as service18_49_0_, services1_.SKIP_POST_INSTANTIATION_CONFIGURATION as skip_po19_49_0_, services1_.WORKLOAD_CONTEXT as workloa20_49_0_ from tosca_csar toscacsar0_ left outer join service services1_ on toscacsar0_.ARTIFACT_UUID=services1_.TOSCA_CSAR_ARTIFACT_UUID where toscacsar0_.ARTIFACT_UUID=? Hibernate: insert into tosca_csar (ARTIFACT_CHECKSUM, CREATION_TIMESTAMP, DESCRIPTION, NAME, URL, Version, ARTIFACT_UUID) values (?, ?, ?, ?, ?, ?, ?) Hibernate: insert into service (CDS_BLUEPRINT_NAME, CDS_BLUEPRINT_VERSION, SERVICE_CATEGORY, CONTROLLER_ACTOR, CREATION_TIMESTAMP, TOSCA_CSAR_ARTIFACT_UUID, DESCRIPTION, OVERALL_DISTRIBUTION_STATUS, ENVIRONMENT_CONTEXT, MODEL_INVARIANT_UUID, MODEL_NAME, MODEL_VERSION, NAMING_POLICY, ONAP_GENERATED_NAMING, RESOURCE_ORDER, SERVICE_FUNCTION, SERVICE_ROLE, SERVICE_TYPE, SKIP_POST_INSTANTIATION_CONFIGURATION, WORKLOAD_CONTEXT, MODEL_UUID) values (?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?) Hibernate: insert into service_info (SERVICE_MODEL_UUID, SERVICE_INPUT, SERVICE_PROPERTIES) values (?, ?, ?) Hibernate: select vnfresourc0_.MODEL_UUID as model_uu1_63_0_, vnfresourc0_.AIC_VERSION_MAX as aic_vers2_63_0_, vnfresourc0_.AIC_VERSION_MIN as aic_vers3_63_0_, vnfresourc0_.RESOURCE_CATEGORY as resource4_63_0_, vnfresourc0_.CREATION_TIMESTAMP as creation5_63_0_, vnfresourc0_.DESCRIPTION as descript6_63_0_, vnfresourc0_.HEAT_TEMPLATE_ARTIFACT_UUID as heat_te13_63_0_, vnfresourc0_.MODEL_INVARIANT_UUID as model_in7_63_0_, vnfresourc0_.MODEL_NAME as model_na8_63_0_, vnfresourc0_.MODEL_VERSION as model_ve9_63_0_, vnfresourc0_.ORCHESTRATION_MODE as orchest10_63_0_, vnfresourc0_.RESOURCE_SUB_CATEGORY as resourc11_63_0_, vnfresourc0_.TOSCA_NODE_TYPE as tosca_n12_63_0_ from vnf_resource vnfresourc0_ where vnfresourc0_.MODEL_UUID=? Hibernate: insert into vnf_resource (AIC_VERSION_MAX, AIC_VERSION_MIN, RESOURCE_CATEGORY, CREATION_TIMESTAMP, DESCRIPTION, HEAT_TEMPLATE_ARTIFACT_UUID, MODEL_INVARIANT_UUID, MODEL_NAME, MODEL_VERSION, ORCHESTRATION_MODE, RESOURCE_SUB_CATEGORY, TOSCA_NODE_TYPE, MODEL_UUID) values (?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?) Hibernate: insert into vnf_resource_customization (AVAILABILITY_ZONE_MAX_COUNT, CDS_BLUEPRINT_NAME, CDS_BLUEPRINT_VERSION, CONTROLLER_ACTOR, CREATION_TIMESTAMP, MAX_INSTANCES, MIN_INSTANCES, MODEL_CUSTOMIZATION_UUID, MODEL_INSTANCE_NAME, MULTI_STAGE_DESIGN, NF_DATA_VALID, NF_FUNCTION, NF_NAMING_CODE, NF_ROLE, NF_TYPE, RESOURCE_INPUT, SERVICE_MODEL_UUID, SKIP_POST_INSTANTIATION_CONFIGURATION, VNF_RESOURCE_MODEL_UUID, VNFCINSTANCEGROUP_ORDER) values (?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?) Hibernate: select heatenviro0_.ARTIFACT_UUID as artifact1_25_0_, heatenviro0_.ARTIFACT_CHECKSUM as artifact2_25_0_, heatenviro0_.CREATION_TIMESTAMP as creation3_25_0_, heatenviro0_.DESCRIPTION as descript4_25_0_, heatenviro0_.BODY as body5_25_0_, heatenviro0_.NAME as name6_25_0_, heatenviro0_.VERSION as version7_25_0_ from heat_environment heatenviro0_ where heatenviro0_.ARTIFACT_UUID=? Hibernate: select vfmodule0_.MODEL_UUID as model_uu1_58_4_, vfmodule0_.CREATION_TIMESTAMP as creation2_58_4_, vfmodule0_.DESCRIPTION as descript3_58_4_, vfmodule0_.IS_BASE as is_base4_58_4_, vfmodule0_.MODEL_INVARIANT_UUID as model_in5_58_4_, vfmodule0_.MODEL_NAME as model_na6_58_4_, vfmodule0_.MODEL_VERSION as model_ve7_58_4_, vfmodule0_.HEAT_TEMPLATE_ARTIFACT_UUID as heat_tem8_58_4_, vfmodule0_.VNF_RESOURCE_MODEL_UUID as vnf_reso9_58_4_, vfmodule0_.VOL_HEAT_TEMPLATE_ARTIFACT_UUID as vol_hea10_58_4_, heatfiles1_.VF_MODULE_MODEL_UUID as vf_modul1_60_6_, heatfiles2_.ARTIFACT_UUID as heat_fil2_60_6_, heatfiles2_.ARTIFACT_UUID as artifact1_26_0_, heatfiles2_.ARTIFACT_CHECKSUM as artifact2_26_0_, heatfiles2_.CREATION_TIMESTAMP as creation3_26_0_, heatfiles2_.DESCRIPTION as descript4_26_0_, heatfiles2_.BODY as body5_26_0_, heatfiles2_.NAME as name6_26_0_, heatfiles2_.VERSION as version7_26_0_, heattempla3_.ARTIFACT_UUID as artifact1_28_1_, heattempla3_.ARTIFACT_CHECKSUM as artifact2_28_1_, heattempla3_.CREATION_TIMESTAMP as creation3_28_1_, heattempla3_.DESCRIPTION as descript4_28_1_, heattempla3_.BODY as body5_28_1_, heattempla3_.NAME as name6_28_1_, heattempla3_.TIMEOUT_MINUTES as timeout_7_28_1_, heattempla3_.VERSION as version8_28_1_, vnfresourc4_.MODEL_UUID as model_uu1_63_2_, vnfresourc4_.AIC_VERSION_MAX as aic_vers2_63_2_, vnfresourc4_.AIC_VERSION_MIN as aic_vers3_63_2_, vnfresourc4_.RESOURCE_CATEGORY as resource4_63_2_, vnfresourc4_.CREATION_TIMESTAMP as creation5_63_2_, vnfresourc4_.DESCRIPTION as descript6_63_2_, vnfresourc4_.HEAT_TEMPLATE_ARTIFACT_UUID as heat_te13_63_2_, vnfresourc4_.MODEL_INVARIANT_UUID as model_in7_63_2_, vnfresourc4_.MODEL_NAME as model_na8_63_2_, vnfresourc4_.MODEL_VERSION as model_ve9_63_2_, vnfresourc4_.ORCHESTRATION_MODE as orchest10_63_2_, vnfresourc4_.RESOURCE_SUB_CATEGORY as resourc11_63_2_, vnfresourc4_.TOSCA_NODE_TYPE as tosca_n12_63_2_, heattempla5_.ARTIFACT_UUID as artifact1_28_3_, heattempla5_.ARTIFACT_CHECKSUM as artifact2_28_3_, heattempla5_.CREATION_TIMESTAMP as creation3_28_3_, heattempla5_.DESCRIPTION as descript4_28_3_, heattempla5_.BODY as body5_28_3_, heattempla5_.NAME as name6_28_3_, heattempla5_.TIMEOUT_MINUTES as timeout_7_28_3_, heattempla5_.VERSION as version8_28_3_ from vf_module vfmodule0_ left outer join vf_module_to_heat_files heatfiles1_ on vfmodule0_.MODEL_UUID=heatfiles1_.VF_MODULE_MODEL_UUID left outer join heat_files heatfiles2_ on heatfiles1_.HEAT_FILES_ARTIFACT_UUID=heatfiles2_.ARTIFACT_UUID left outer join heat_template heattempla3_ on vfmodule0_.HEAT_TEMPLATE_ARTIFACT_UUID=heattempla3_.ARTIFACT_UUID left outer join vnf_resource vnfresourc4_ on vfmodule0_.VNF_RESOURCE_MODEL_UUID=vnfresourc4_.MODEL_UUID left outer join heat_template heattempla5_ on vfmodule0_.VOL_HEAT_TEMPLATE_ARTIFACT_UUID=heattempla5_.ARTIFACT_UUID where vfmodule0_.MODEL_UUID=? Hibernate: select heattempla0_.ARTIFACT_UUID as artifact1_28_1_, heattempla0_.ARTIFACT_CHECKSUM as artifact2_28_1_, heattempla0_.CREATION_TIMESTAMP as creation3_28_1_, heattempla0_.DESCRIPTION as descript4_28_1_, heattempla0_.BODY as body5_28_1_, heattempla0_.NAME as name6_28_1_, heattempla0_.TIMEOUT_MINUTES as timeout_7_28_1_, heattempla0_.VERSION as version8_28_1_, childtempl1_.PARENT_HEAT_TEMPLATE_UUID as parent_h1_27_3_, heattempla2_.ARTIFACT_UUID as child_he2_27_3_, heattempla2_.ARTIFACT_UUID as artifact1_28_0_, heattempla2_.ARTIFACT_CHECKSUM as artifact2_28_0_, heattempla2_.CREATION_TIMESTAMP as creation3_28_0_, heattempla2_.DESCRIPTION as descript4_28_0_, heattempla2_.BODY as body5_28_0_, heattempla2_.NAME as name6_28_0_, heattempla2_.TIMEOUT_MINUTES as timeout_7_28_0_, heattempla2_.VERSION as version8_28_0_ from heat_template heattempla0_ left outer join heat_nested_template childtempl1_ on heattempla0_.ARTIFACT_UUID=childtempl1_.PARENT_HEAT_TEMPLATE_UUID left outer join heat_template heattempla2_ on childtempl1_.CHILD_HEAT_TEMPLATE_UUID=heattempla2_.ARTIFACT_UUID where heattempla0_.ARTIFACT_UUID=? Hibernate: select heattempla0_.HEAT_TEMPLATE_ARTIFACT_UUID as heat_tem1_29_0_, heattempla0_.PARAM_NAME as param_na2_29_0_, heattempla0_.PARAM_ALIAS as param_al3_29_0_, heattempla0_.PARAM_TYPE as param_ty4_29_0_, heattempla0_.IS_REQUIRED as is_requi5_29_0_ from heat_template_params heattempla0_ where heattempla0_.HEAT_TEMPLATE_ARTIFACT_UUID=? and heattempla0_.PARAM_NAME=? Hibernate: select heattempla0_.HEAT_TEMPLATE_ARTIFACT_UUID as heat_tem1_29_0_, heattempla0_.PARAM_NAME as param_na2_29_0_, heattempla0_.PARAM_ALIAS as param_al3_29_0_, heattempla0_.PARAM_TYPE as param_ty4_29_0_, heattempla0_.IS_REQUIRED as is_requi5_29_0_ from heat_template_params heattempla0_ where heattempla0_.HEAT_TEMPLATE_ARTIFACT_UUID=? and heattempla0_.PARAM_NAME=? Hibernate: select heattempla0_.HEAT_TEMPLATE_ARTIFACT_UUID as heat_tem1_29_0_, heattempla0_.PARAM_NAME as param_na2_29_0_, heattempla0_.PARAM_ALIAS as param_al3_29_0_, heattempla0_.PARAM_TYPE as param_ty4_29_0_, heattempla0_.IS_REQUIRED as is_requi5_29_0_ from heat_template_params heattempla0_ where heattempla0_.HEAT_TEMPLATE_ARTIFACT_UUID=? and heattempla0_.PARAM_NAME=? Hibernate: select heattempla0_.HEAT_TEMPLATE_ARTIFACT_UUID as heat_tem1_29_0_, heattempla0_.PARAM_NAME as param_na2_29_0_, heattempla0_.PARAM_ALIAS as param_al3_29_0_, heattempla0_.PARAM_TYPE as param_ty4_29_0_, heattempla0_.IS_REQUIRED as is_requi5_29_0_ from heat_template_params heattempla0_ where heattempla0_.HEAT_TEMPLATE_ARTIFACT_UUID=? and heattempla0_.PARAM_NAME=? Hibernate: select heattempla0_.HEAT_TEMPLATE_ARTIFACT_UUID as heat_tem1_29_0_, heattempla0_.PARAM_NAME as param_na2_29_0_, heattempla0_.PARAM_ALIAS as param_al3_29_0_, heattempla0_.PARAM_TYPE as param_ty4_29_0_, heattempla0_.IS_REQUIRED as is_requi5_29_0_ from heat_template_params heattempla0_ where heattempla0_.HEAT_TEMPLATE_ARTIFACT_UUID=? and heattempla0_.PARAM_NAME=? Hibernate: select heattempla0_.HEAT_TEMPLATE_ARTIFACT_UUID as heat_tem1_29_0_, heattempla0_.PARAM_NAME as param_na2_29_0_, heattempla0_.PARAM_ALIAS as param_al3_29_0_, heattempla0_.PARAM_TYPE as param_ty4_29_0_, heattempla0_.IS_REQUIRED as is_requi5_29_0_ from heat_template_params heattempla0_ where heattempla0_.HEAT_TEMPLATE_ARTIFACT_UUID=? and heattempla0_.PARAM_NAME=? Hibernate: select heattempla0_.HEAT_TEMPLATE_ARTIFACT_UUID as heat_tem1_29_0_, heattempla0_.PARAM_NAME as param_na2_29_0_, heattempla0_.PARAM_ALIAS as param_al3_29_0_, heattempla0_.PARAM_TYPE as param_ty4_29_0_, heattempla0_.IS_REQUIRED as is_requi5_29_0_ from heat_template_params heattempla0_ where heattempla0_.HEAT_TEMPLATE_ARTIFACT_UUID=? and heattempla0_.PARAM_NAME=? Hibernate: select heattempla0_.HEAT_TEMPLATE_ARTIFACT_UUID as heat_tem1_29_0_, heattempla0_.PARAM_NAME as param_na2_29_0_, heattempla0_.PARAM_ALIAS as param_al3_29_0_, heattempla0_.PARAM_TYPE as param_ty4_29_0_, heattempla0_.IS_REQUIRED as is_requi5_29_0_ from heat_template_params heattempla0_ where heattempla0_.HEAT_TEMPLATE_ARTIFACT_UUID=? and heattempla0_.PARAM_NAME=? Hibernate: select heattempla0_.HEAT_TEMPLATE_ARTIFACT_UUID as heat_tem1_29_0_, heattempla0_.PARAM_NAME as param_na2_29_0_, heattempla0_.PARAM_ALIAS as param_al3_29_0_, heattempla0_.PARAM_TYPE as param_ty4_29_0_, heattempla0_.IS_REQUIRED as is_requi5_29_0_ from heat_template_params heattempla0_ where heattempla0_.HEAT_TEMPLATE_ARTIFACT_UUID=? and heattempla0_.PARAM_NAME=? Hibernate: select heattempla0_.HEAT_TEMPLATE_ARTIFACT_UUID as heat_tem1_29_0_, heattempla0_.PARAM_NAME as param_na2_29_0_, heattempla0_.PARAM_ALIAS as param_al3_29_0_, heattempla0_.PARAM_TYPE as param_ty4_29_0_, heattempla0_.IS_REQUIRED as is_requi5_29_0_ from heat_template_params heattempla0_ where heattempla0_.HEAT_TEMPLATE_ARTIFACT_UUID=? and heattempla0_.PARAM_NAME=? Hibernate: insert into heat_environment (ARTIFACT_CHECKSUM, CREATION_TIMESTAMP, DESCRIPTION, BODY, NAME, VERSION, ARTIFACT_UUID) values (?, ?, ?, ?, ?, ?, ?) Hibernate: insert into heat_template (ARTIFACT_CHECKSUM, CREATION_TIMESTAMP, DESCRIPTION, BODY, NAME, TIMEOUT_MINUTES, VERSION, ARTIFACT_UUID) values (?, ?, ?, ?, ?, ?, ?, ?) Hibernate: insert into heat_template_params (PARAM_ALIAS, PARAM_TYPE, IS_REQUIRED, HEAT_TEMPLATE_ARTIFACT_UUID, PARAM_NAME) values (?, ?, ?, ?, ?) Hibernate: insert into heat_template_params (PARAM_ALIAS, PARAM_TYPE, IS_REQUIRED, HEAT_TEMPLATE_ARTIFACT_UUID, PARAM_NAME) values (?, ?, ?, ?, ?) Hibernate: insert into heat_template_params (PARAM_ALIAS, PARAM_TYPE, IS_REQUIRED, HEAT_TEMPLATE_ARTIFACT_UUID, PARAM_NAME) values (?, ?, ?, ?, ?) Hibernate: insert into heat_template_params (PARAM_ALIAS, PARAM_TYPE, IS_REQUIRED, HEAT_TEMPLATE_ARTIFACT_UUID, PARAM_NAME) values (?, ?, ?, ?, ?) Hibernate: insert into heat_template_params (PARAM_ALIAS, PARAM_TYPE, IS_REQUIRED, HEAT_TEMPLATE_ARTIFACT_UUID, PARAM_NAME) values (?, ?, ?, ?, ?) Hibernate: insert into heat_template_params (PARAM_ALIAS, PARAM_TYPE, IS_REQUIRED, HEAT_TEMPLATE_ARTIFACT_UUID, PARAM_NAME) values (?, ?, ?, ?, ?) Hibernate: insert into heat_template_params (PARAM_ALIAS, PARAM_TYPE, IS_REQUIRED, HEAT_TEMPLATE_ARTIFACT_UUID, PARAM_NAME) values (?, ?, ?, ?, ?) Hibernate: insert into heat_template_params (PARAM_ALIAS, PARAM_TYPE, IS_REQUIRED, HEAT_TEMPLATE_ARTIFACT_UUID, PARAM_NAME) values (?, ?, ?, ?, ?) Hibernate: insert into heat_template_params (PARAM_ALIAS, PARAM_TYPE, IS_REQUIRED, HEAT_TEMPLATE_ARTIFACT_UUID, PARAM_NAME) values (?, ?, ?, ?, ?) Hibernate: insert into heat_template_params (PARAM_ALIAS, PARAM_TYPE, IS_REQUIRED, HEAT_TEMPLATE_ARTIFACT_UUID, PARAM_NAME) values (?, ?, ?, ?, ?) Hibernate: insert into vf_module (CREATION_TIMESTAMP, DESCRIPTION, IS_BASE, MODEL_INVARIANT_UUID, MODEL_NAME, MODEL_VERSION, HEAT_TEMPLATE_ARTIFACT_UUID, VNF_RESOURCE_MODEL_UUID, VOL_HEAT_TEMPLATE_ARTIFACT_UUID, MODEL_UUID) values (?, ?, ?, ?, ?, ?, ?, ?, ?, ?) Hibernate: insert into vf_module_customization (AVAILABILITY_ZONE_COUNT, CREATION_TIMESTAMP, HEAT_ENVIRONMENT_ARTIFACT_UUID, INITIAL_COUNT, LABEL, MAX_INSTANCES, MIN_INSTANCES, MODEL_CUSTOMIZATION_UUID, SKIP_POST_INSTANTIATION_CONFIGURATION, VF_MODULE_MODEL_UUID, VNF_RESOURCE_CUSTOMIZATION_ID, VOL_ENVIRONMENT_ARTIFACT_UUID) values (?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?) Hibernate: select vnfccustom0_.MODEL_CUSTOMIZATION_UUID as model_cu1_66_5_, vnfccustom0_.CREATION_TIMESTAMP as creation2_66_5_, vnfccustom0_.DESCRIPTION as descript3_66_5_, vnfccustom0_.MODEL_INSTANCE_NAME as model_in4_66_5_, vnfccustom0_.MODEL_INVARIANT_UUID as model_in5_66_5_, vnfccustom0_.MODEL_NAME as model_na6_66_5_, vnfccustom0_.MODEL_UUID as model_uu7_66_5_, vnfccustom0_.MODEL_VERSION as model_ve8_66_5_, vnfccustom0_.RESOURCE_INPUT as resource9_66_5_, vnfccustom0_.TOSCA_NODE_TYPE as tosca_n10_66_5_, vnfccustom0_.VNFC_INSTANCE_GROUP_CUSTOMIZATION_ID as vnfc_in11_66_5_, cvnfccusto1_.VNFC_CUST_MODEL_CUSTOMIZATION_UUID as vnfc_cu14_23_7_, cvnfccusto1_.ID as id1_23_7_, cvnfccusto1_.ID as id1_23_0_, cvnfccusto1_.CREATION_TIMESTAMP as creation2_23_0_, cvnfccusto1_.DESCRIPTION as descript3_23_0_, cvnfccusto1_.MODEL_CUSTOMIZATION_UUID as model_cu4_23_0_, cvnfccusto1_.MODEL_INSTANCE_NAME as model_in5_23_0_, cvnfccusto1_.MODEL_INVARIANT_UUID as model_in6_23_0_, cvnfccusto1_.MODEL_NAME as model_na7_23_0_, cvnfccusto1_.MODEL_UUID as model_uu8_23_0_, cvnfccusto1_.MODEL_VERSION as model_ve9_23_0_, cvnfccusto1_.NFC_FUNCTION as nfc_fun10_23_0_, cvnfccusto1_.NFC_NAMING_CODE as nfc_nam11_23_0_, cvnfccusto1_.TOSCA_NODE_TYPE as tosca_n12_23_0_, cvnfccusto1_.VF_MODULE_CUSTOMIZATION_ID as vf_modu13_23_0_, cvnfccusto1_.VNFC_CUST_MODEL_CUSTOMIZATION_UUID as vnfc_cu14_23_0_, vfmodulecu2_.ID as id1_59_1_, vfmodulecu2_.AVAILABILITY_ZONE_COUNT as availabi2_59_1_, vfmodulecu2_.CREATION_TIMESTAMP as creation3_59_1_, vfmodulecu2_.HEAT_ENVIRONMENT_ARTIFACT_UUID as heat_en10_59_1_, vfmodulecu2_.INITIAL_COUNT as initial_4_59_1_, vfmodulecu2_.LABEL as label5_59_1_, vfmodulecu2_.MAX_INSTANCES as max_inst6_59_1_, vfmodulecu2_.MIN_INSTANCES as min_inst7_59_1_, vfmodulecu2_.MODEL_CUSTOMIZATION_UUID as model_cu8_59_1_, vfmodulecu2_.SKIP_POST_INSTANTIATION_CONFIGURATION as skip_pos9_59_1_, vfmodulecu2_.VF_MODULE_MODEL_UUID as vf_modu11_59_1_, vfmodulecu2_.VNF_RESOURCE_CUSTOMIZATION_ID as vnf_res12_59_1_, vfmodulecu2_.VOL_ENVIRONMENT_ARTIFACT_UUID as vol_env13_59_1_, vnfcinstan3_.ID as id1_67_2_, vnfcinstan3_.CREATION_TIMESTAMP as creation2_67_2_, vnfcinstan3_.DESCRIPTION as descript3_67_2_, vnfcinstan3_.FUNCTION as function4_67_2_, vnfcinstan3_.INSTANCE_GROUP_MODEL_UUID as instance5_67_2_, vnfcinstan3_.VNF_RESOURCE_CUSTOMIZATION_ID as vnf_reso6_67_2_, instancegr4_.MODEL_UUID as model_uu2_32_3_, instancegr4_.CR_MODEL_UUID as cr_mode10_32_3_, instancegr4_.CREATION_TIMESTAMP as creation3_32_3_, instancegr4_.MODEL_INVARIANT_UUID as model_in4_32_3_, instancegr4_.MODEL_NAME as model_na5_32_3_, instancegr4_.MODEL_VERSION as model_ve6_32_3_, instancegr4_.ROLE as role7_32_3_, instancegr4_.TOSCA_NODE_TYPE as tosca_no8_32_3_, instancegr4_.INSTANCE_GROUP_TYPE as instance9_32_3_, instancegr4_.OBJECT_TYPE as object_t1_32_3_, vnfresourc5_.ID as id1_64_4_, vnfresourc5_.AVAILABILITY_ZONE_MAX_COUNT as availabi2_64_4_, vnfresourc5_.CDS_BLUEPRINT_NAME as cds_blue3_64_4_, vnfresourc5_.CDS_BLUEPRINT_VERSION as cds_blue4_64_4_, vnfresourc5_.CONTROLLER_ACTOR as controll5_64_4_, vnfresourc5_.CREATION_TIMESTAMP as creation6_64_4_, vnfresourc5_.MAX_INSTANCES as max_inst7_64_4_, vnfresourc5_.MIN_INSTANCES as min_inst8_64_4_, vnfresourc5_.MODEL_CUSTOMIZATION_UUID as model_cu9_64_4_, vnfresourc5_.MODEL_INSTANCE_NAME as model_i10_64_4_, vnfresourc5_.MULTI_STAGE_DESIGN as multi_s11_64_4_, vnfresourc5_.NF_DATA_VALID as nf_data12_64_4_, vnfresourc5_.NF_FUNCTION as nf_func13_64_4_, vnfresourc5_.NF_NAMING_CODE as nf_nami14_64_4_, vnfresourc5_.NF_ROLE as nf_role15_64_4_, vnfresourc5_.NF_TYPE as nf_type16_64_4_, vnfresourc5_.RESOURCE_INPUT as resourc17_64_4_, vnfresourc5_.SERVICE_MODEL_UUID as service20_64_4_, vnfresourc5_.SKIP_POST_INSTANTIATION_CONFIGURATION as skip_po18_64_4_, vnfresourc5_.VNF_RESOURCE_MODEL_UUID as vnf_res21_64_4_, vnfresourc5_.VNFCINSTANCEGROUP_ORDER as vnfcins19_64_4_ from vnfc_customization vnfccustom0_ left outer join cvnfc_customization cvnfccusto1_ on vnfccustom0_.MODEL_CUSTOMIZATION_UUID=cvnfccusto1_.VNFC_CUST_MODEL_CUSTOMIZATION_UUID left outer join vf_module_customization vfmodulecu2_ on cvnfccusto1_.VF_MODULE_CUSTOMIZATION_ID=vfmodulecu2_.ID left outer join vnfc_instance_group_customization vnfcinstan3_ on vnfccustom0_.VNFC_INSTANCE_GROUP_CUSTOMIZATION_ID=vnfcinstan3_.ID left outer join instance_group instancegr4_ on vnfcinstan3_.INSTANCE_GROUP_MODEL_UUID=instancegr4_.MODEL_UUID left outer join vnf_resource_customization vnfresourc5_ on vnfcinstan3_.VNF_RESOURCE_CUSTOMIZATION_ID=vnfresourc5_.ID where vnfccustom0_.MODEL_CUSTOMIZATION_UUID=? Hibernate: insert into vnfc_customization (CREATION_TIMESTAMP, DESCRIPTION, MODEL_INSTANCE_NAME, MODEL_INVARIANT_UUID, MODEL_NAME, MODEL_UUID, MODEL_VERSION, RESOURCE_INPUT, TOSCA_NODE_TYPE, VNFC_INSTANCE_GROUP_CUSTOMIZATION_ID, MODEL_CUSTOMIZATION_UUID) values (?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?) Hibernate: insert into cvnfc_customization (CREATION_TIMESTAMP, DESCRIPTION, MODEL_CUSTOMIZATION_UUID, MODEL_INSTANCE_NAME, MODEL_INVARIANT_UUID, MODEL_NAME, MODEL_UUID, MODEL_VERSION, NFC_FUNCTION, NFC_NAMING_CODE, TOSCA_NODE_TYPE, VF_MODULE_CUSTOMIZATION_ID, VNFC_CUST_MODEL_CUSTOMIZATION_UUID) values (?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?) Hibernate: select watchdogco0_.COMPONENT_NAME as componen1_12_0_, watchdogco0_.DISTRIBUTION_ID as distribu2_12_0_, watchdogco0_.COMPONENT_DISTRIBUTION_STATUS as componen3_12_0_, watchdogco0_.CREATE_TIME as create_t4_12_0_, watchdogco0_.MODIFY_TIME as modify_t5_12_0_ from watchdog_per_component_distribution_status watchdogco0_ where watchdogco0_.COMPONENT_NAME=? and watchdogco0_.DISTRIBUTION_ID=? Hibernate: insert into watchdog_per_component_distribution_status (COMPONENT_DISTRIBUTION_STATUS, CREATE_TIME, MODIFY_TIME, COMPONENT_NAME, DISTRIBUTION_ID) values (?, ?, ?, ?, ?) 2021-05-05T01:24:19.816Z|59cbceaa-0d50-473f-9cea-665402966733|pool-2-thread-9|||||INFO|500||ASDC_ARTIFACT_DEPLOY_SUC basicclamp 8c8c16a6-9782-4841-90fd-51030265c873 1 ASDC deployResourceStructure 2021-05-05T01:24:19.816Z|59cbceaa-0d50-473f-9cea-665402966733|pool-2-thread-9|||||INFO|500||ASDC_SEND_NOTIF_ASDC DEPLOY DEPLOY_OK /sdc/v1/catalog/services/Basicclamp/1.0/resourceInstances/basicclamp0/artifacts/basicclamp0_modules.json ASDC sendASDCNotification 2021-05-05T01:24:19.816Z|59cbceaa-0d50-473f-9cea-665402966733|pool-2-thread-9|||||DEBUG|500||Sending DEPLOY(DEPLOY_OK) notification to ASDC for artifact:/sdc/v1/catalog/services/Basicclamp/1.0/resourceInstances/basicclamp0/artifacts/basicclamp0_modules.json 2021-05-05T01:24:19.816Z|59cbceaa-0d50-473f-9cea-665402966733|pool-2-thread-9|||||INFO|500||DistributionClient - sendDeploymentStatus 2021-05-05T01:24:19.817Z|59cbceaa-0d50-473f-9cea-665402966733|pool-2-thread-9|||||INFO|500||DistributionClient - sendStatus 2021-05-05T01:24:19.818Z|59cbceaa-0d50-473f-9cea-665402966733|pool-2-thread-9|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap] 2021-05-05T01:24:19.819Z|59cbceaa-0d50-473f-9cea-665402966733|pool-2-thread-9|||||DEBUG|500||try to send status { "distributionID": "59cbceaa-0d50-473f-9cea-665402966733", "consumerID": "SO-COpenSource-Env11", "timestamp": 1620177859816, "artifactURL": "/sdc/v1/catalog/services/Basicclamp/1.0/resourceInstances/basicclamp0/artifacts/basicclamp0_modules.json", "status": "DEPLOY_OK" } 2021-05-05T01:24:19.919Z||pool-79-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms 2021-05-05T01:24:19.919Z||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. 2021-05-05T01:24:19.920Z||pool-79-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as a4LkjAbl6YzsGxek) ... 2021-05-05T01:24:19.928Z||pool-79-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK 2021-05-05T01:24:19.928Z||pool-79-thread-1|||||INFO|500||cambria reply ok (9 ms):{"serverTimeMs":0,"count":1} 2021-05-05T01:24:20.819Z|59cbceaa-0d50-473f-9cea-665402966733|pool-2-thread-9|||||INFO|500||ASDC_SEND_NOTIF_ASDC DEPLOY DEPLOY_OK /sdc/v1/catalog/services/Basicclamp/1.0/resourceInstances/basicclamp0/artifacts/base_ubuntu18.yaml ASDC sendASDCNotification 2021-05-05T01:24:20.820Z|59cbceaa-0d50-473f-9cea-665402966733|pool-2-thread-9|||||DEBUG|500||Sending DEPLOY(DEPLOY_OK) notification to ASDC for artifact:/sdc/v1/catalog/services/Basicclamp/1.0/resourceInstances/basicclamp0/artifacts/base_ubuntu18.yaml 2021-05-05T01:24:20.820Z|59cbceaa-0d50-473f-9cea-665402966733|pool-2-thread-9|||||INFO|500||DistributionClient - sendDeploymentStatus 2021-05-05T01:24:20.820Z|59cbceaa-0d50-473f-9cea-665402966733|pool-2-thread-9|||||INFO|500||DistributionClient - sendStatus 2021-05-05T01:24:20.822Z|59cbceaa-0d50-473f-9cea-665402966733|pool-2-thread-9|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap] 2021-05-05T01:24:20.822Z|59cbceaa-0d50-473f-9cea-665402966733|pool-2-thread-9|||||DEBUG|500||try to send status { "distributionID": "59cbceaa-0d50-473f-9cea-665402966733", "consumerID": "SO-COpenSource-Env11", "timestamp": 1620177860819, "artifactURL": "/sdc/v1/catalog/services/Basicclamp/1.0/resourceInstances/basicclamp0/artifacts/base_ubuntu18.yaml", "status": "DEPLOY_OK" } 2021-05-05T01:24:20.922Z||pool-80-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms 2021-05-05T01:24:20.923Z||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. 2021-05-05T01:24:20.924Z||pool-80-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as a4LkjAbl6YzsGxek) ... 2021-05-05T01:24:20.931Z||pool-80-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK 2021-05-05T01:24:20.931Z||pool-80-thread-1|||||INFO|500||cambria reply ok (8 ms):{"serverTimeMs":0,"count":1} 2021-05-05T01:24:21.823Z|59cbceaa-0d50-473f-9cea-665402966733|pool-2-thread-9|||||INFO|500||ASDC_SEND_NOTIF_ASDC DEPLOY DEPLOY_OK /sdc/v1/catalog/services/Basicclamp/1.0/resourceInstances/basicclamp0/artifacts/base_ubuntu18.env ASDC sendASDCNotification 2021-05-05T01:24:21.824Z|59cbceaa-0d50-473f-9cea-665402966733|pool-2-thread-9|||||DEBUG|500||Sending DEPLOY(DEPLOY_OK) notification to ASDC for artifact:/sdc/v1/catalog/services/Basicclamp/1.0/resourceInstances/basicclamp0/artifacts/base_ubuntu18.env 2021-05-05T01:24:21.824Z|59cbceaa-0d50-473f-9cea-665402966733|pool-2-thread-9|||||INFO|500||DistributionClient - sendDeploymentStatus 2021-05-05T01:24:21.824Z|59cbceaa-0d50-473f-9cea-665402966733|pool-2-thread-9|||||INFO|500||DistributionClient - sendStatus 2021-05-05T01:24:21.826Z|59cbceaa-0d50-473f-9cea-665402966733|pool-2-thread-9|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap] 2021-05-05T01:24:21.826Z|59cbceaa-0d50-473f-9cea-665402966733|pool-2-thread-9|||||DEBUG|500||try to send status { "distributionID": "59cbceaa-0d50-473f-9cea-665402966733", "consumerID": "SO-COpenSource-Env11", "timestamp": 1620177861823, "artifactURL": "/sdc/v1/catalog/services/Basicclamp/1.0/resourceInstances/basicclamp0/artifacts/base_ubuntu18.env", "status": "DEPLOY_OK" } 2021-05-05T01:24:21.926Z||pool-81-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms 2021-05-05T01:24:21.926Z||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. 2021-05-05T01:24:21.927Z||pool-81-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as a4LkjAbl6YzsGxek) ... 2021-05-05T01:24:21.933Z||pool-81-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK 2021-05-05T01:24:21.934Z||pool-81-thread-1|||||INFO|500||cambria reply ok (8 ms):{"serverTimeMs":0,"count":1} 2021-05-05T01:24:22.826Z|59cbceaa-0d50-473f-9cea-665402966733|pool-2-thread-9|||||INFO|500||ASDC_SEND_NOTIF_ASDC DEPLOY DEPLOY_OK /sdc/v1/catalog/services/Basicclamp/1.0/artifacts/service-Basicclamp-csar.csar ASDC sendASDCNotification 2021-05-05T01:24:22.827Z|59cbceaa-0d50-473f-9cea-665402966733|pool-2-thread-9|||||DEBUG|500||Sending DEPLOY(DEPLOY_OK) notification to ASDC for artifact:/sdc/v1/catalog/services/Basicclamp/1.0/artifacts/service-Basicclamp-csar.csar 2021-05-05T01:24:22.827Z|59cbceaa-0d50-473f-9cea-665402966733|pool-2-thread-9|||||INFO|500||DistributionClient - sendDeploymentStatus 2021-05-05T01:24:22.827Z|59cbceaa-0d50-473f-9cea-665402966733|pool-2-thread-9|||||INFO|500||DistributionClient - sendStatus 2021-05-05T01:24:22.829Z|59cbceaa-0d50-473f-9cea-665402966733|pool-2-thread-9|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap] 2021-05-05T01:24:22.829Z|59cbceaa-0d50-473f-9cea-665402966733|pool-2-thread-9|||||DEBUG|500||try to send status { "distributionID": "59cbceaa-0d50-473f-9cea-665402966733", "consumerID": "SO-COpenSource-Env11", "timestamp": 1620177862826, "artifactURL": "/sdc/v1/catalog/services/Basicclamp/1.0/artifacts/service-Basicclamp-csar.csar", "status": "DEPLOY_OK" } 2021-05-05T01:24:22.929Z||pool-82-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms 2021-05-05T01:24:22.930Z||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. 2021-05-05T01:24:22.931Z||pool-82-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as a4LkjAbl6YzsGxek) ... 2021-05-05T01:24:22.938Z||pool-82-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK 2021-05-05T01:24:22.939Z||pool-82-thread-1|||||INFO|500||cambria reply ok (9 ms):{"serverTimeMs":0,"count":1} 2021-05-05T01:24:23.830Z|59cbceaa-0d50-473f-9cea-665402966733|pool-2-thread-9|||||DEBUG|500||Entered getOverallDistributionStatus method for distrubutionId: 59cbceaa-0d50-473f-9cea-665402966733 Hibernate: select watchdogdi0_.DISTRIBUTION_ID as distribu1_11_0_, watchdogdi0_.CREATE_TIME as create_t2_11_0_, watchdogdi0_.DISTRIBUTION_ID_STATUS as distribu3_11_0_, watchdogdi0_.MODIFY_TIME as modify_t4_11_0_, watchdogdi0_.LOCK_VERSION as lock_ver5_11_0_ from watchdog_distributionid_status watchdogdi0_ where watchdogdi0_.DISTRIBUTION_ID=? Hibernate: select watchdogco0_.COMPONENT_NAME as componen1_12_, watchdogco0_.DISTRIBUTION_ID as distribu2_12_, watchdogco0_.COMPONENT_DISTRIBUTION_STATUS as componen3_12_, watchdogco0_.CREATE_TIME as create_t4_12_, watchdogco0_.MODIFY_TIME as modify_t5_12_ from watchdog_per_component_distribution_status watchdogco0_ where watchdogco0_.DISTRIBUTION_ID=? 2021-05-05T01:24:23.841Z|59cbceaa-0d50-473f-9cea-665402966733|pool-2-thread-9|||||DEBUG|500||Executed RequestDB getWatchdogComponentDistributionStatus for distrubutionId: 59cbceaa-0d50-473f-9cea-665402966733 Hibernate: select watchdogco0_.COMPONENT_NAME as componen1_12_, watchdogco0_.DISTRIBUTION_ID as distribu2_12_, watchdogco0_.COMPONENT_DISTRIBUTION_STATUS as componen3_12_, watchdogco0_.CREATE_TIME as create_t4_12_, watchdogco0_.MODIFY_TIME as modify_t5_12_ from watchdog_per_component_distribution_status watchdogco0_ where watchdogco0_.DISTRIBUTION_ID=? 2021-05-05T01:24:23.844Z|59cbceaa-0d50-473f-9cea-665402966733|pool-2-thread-9|||||DEBUG|500||Found componentName SO in the WatchDog Component DB 2021-05-05T01:24:23.844Z|59cbceaa-0d50-473f-9cea-665402966733|pool-2-thread-9|||||DEBUG|500||AAI has not be updated in the the WatchDog Component DB yet, so ending the loop 2021-05-05T01:24:23.844Z|59cbceaa-0d50-473f-9cea-665402966733|pool-2-thread-9|||||DEBUG|500||Components Size Didn't match with the WatchdogComponentDistributionStatus results. 2021-05-05T01:24:53.844Z|59cbceaa-0d50-473f-9cea-665402966733|pool-2-thread-9|||||DEBUG|500||Entered getOverallDistributionStatus method for distrubutionId: 59cbceaa-0d50-473f-9cea-665402966733 Hibernate: select watchdogdi0_.DISTRIBUTION_ID as distribu1_11_0_, watchdogdi0_.CREATE_TIME as create_t2_11_0_, watchdogdi0_.DISTRIBUTION_ID_STATUS as distribu3_11_0_, watchdogdi0_.MODIFY_TIME as modify_t4_11_0_, watchdogdi0_.LOCK_VERSION as lock_ver5_11_0_ from watchdog_distributionid_status watchdogdi0_ where watchdogdi0_.DISTRIBUTION_ID=? Hibernate: select watchdogco0_.COMPONENT_NAME as componen1_12_, watchdogco0_.DISTRIBUTION_ID as distribu2_12_, watchdogco0_.COMPONENT_DISTRIBUTION_STATUS as componen3_12_, watchdogco0_.CREATE_TIME as create_t4_12_, watchdogco0_.MODIFY_TIME as modify_t5_12_ from watchdog_per_component_distribution_status watchdogco0_ where watchdogco0_.DISTRIBUTION_ID=? 2021-05-05T01:24:53.855Z|59cbceaa-0d50-473f-9cea-665402966733|pool-2-thread-9|||||DEBUG|500||Executed RequestDB getWatchdogComponentDistributionStatus for distrubutionId: 59cbceaa-0d50-473f-9cea-665402966733 Hibernate: select watchdogco0_.COMPONENT_NAME as componen1_12_, watchdogco0_.DISTRIBUTION_ID as distribu2_12_, watchdogco0_.COMPONENT_DISTRIBUTION_STATUS as componen3_12_, watchdogco0_.CREATE_TIME as create_t4_12_, watchdogco0_.MODIFY_TIME as modify_t5_12_ from watchdog_per_component_distribution_status watchdogco0_ where watchdogco0_.DISTRIBUTION_ID=? 2021-05-05T01:24:53.857Z|59cbceaa-0d50-473f-9cea-665402966733|pool-2-thread-9|||||DEBUG|500||Found componentName SO in the WatchDog Component DB 2021-05-05T01:24:53.858Z|59cbceaa-0d50-473f-9cea-665402966733|pool-2-thread-9|||||DEBUG|500||AAI has not be updated in the the WatchDog Component DB yet, so ending the loop 2021-05-05T01:24:53.858Z|59cbceaa-0d50-473f-9cea-665402966733|pool-2-thread-9|||||DEBUG|500||Components Size Didn't match with the WatchdogComponentDistributionStatus results. 2021-05-05T01:25:10.726Z||pool-2-thread-5|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2021-05-05T01:25:10.727Z||pool-2-thread-5|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel. 2021-05-05T01:25:10.727Z||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 a4LkjAbl6YzsGxek) ... 2021-05-05T01:25:10.743Z||pool-2-thread-5|||||INFO|500|| --> HTTP/1.1 200 OK 2021-05-05T01:25:10.756Z||pool-2-thread-5|||||DEBUG|500||received message from topic 2021-05-05T01:25:10.756Z||pool-2-thread-5|||||DEBUG|500||recieved notification from broker: { "distributionID": "59cbceaa-0d50-473f-9cea-665402966733", "consumerID": "multicloud-windriver-id", "timestamp": 1620177730705, "artifactURL": "", "status": "COMPONENT_DONE_OK", "componentName": "POLICY" } Hibernate: select watchdogdi0_.DISTRIBUTION_ID as distribu1_11_0_, watchdogdi0_.CREATE_TIME as create_t2_11_0_, watchdogdi0_.DISTRIBUTION_ID_STATUS as distribu3_11_0_, watchdogdi0_.MODIFY_TIME as modify_t4_11_0_, watchdogdi0_.LOCK_VERSION as lock_ver5_11_0_ from watchdog_distributionid_status watchdogdi0_ where watchdogdi0_.DISTRIBUTION_ID=? 2021-05-05T01:25:10.764Z||pool-2-thread-5|||||DEBUG|500||Receive a callback componentStatus in ASDC, for componentName: POLICY and status of COMPONENT_DONE_OK distributionID of 59cbceaa-0d50-473f-9cea-665402966733 2021-05-05T01:25:10.764Z||pool-2-thread-5|||||DEBUG|500||Entering installTheComponentStatus for distributionId 59cbceaa-0d50-473f-9cea-665402966733 and ComponentName POLICY Hibernate: select watchdogco0_.COMPONENT_NAME as componen1_12_0_, watchdogco0_.DISTRIBUTION_ID as distribu2_12_0_, watchdogco0_.COMPONENT_DISTRIBUTION_STATUS as componen3_12_0_, watchdogco0_.CREATE_TIME as create_t4_12_0_, watchdogco0_.MODIFY_TIME as modify_t5_12_0_ from watchdog_per_component_distribution_status watchdogco0_ where watchdogco0_.COMPONENT_NAME=? and watchdogco0_.DISTRIBUTION_ID=? Hibernate: update watchdog_per_component_distribution_status set COMPONENT_DISTRIBUTION_STATUS=?, MODIFY_TIME=? where COMPONENT_NAME=? and DISTRIBUTION_ID=? 2021-05-05T01:25:10.772Z||pool-2-thread-5|||||DEBUG|500||received message from topic 2021-05-05T01:25:10.772Z||pool-2-thread-5|||||DEBUG|500||recieved notification from broker: { "distributionID": "59cbceaa-0d50-473f-9cea-665402966733", "consumerID": "clamp", "timestamp": 1620177704364, "artifactURL": "/sdc/v1/catalog/services/Basicclamp/1.0/artifacts/service-Basicclamp-csar.csar", "status": "NOTIFIED" } 2021-05-05T01:25:10.772Z||pool-2-thread-5|||||INFO|500||Missing status on Status Object. 2021-05-05T01:25:10.773Z||pool-2-thread-5|||||DEBUG|500||received message from topic 2021-05-05T01:25:10.773Z||pool-2-thread-5|||||DEBUG|500||recieved notification from broker: { "distributionID": "95a8e734-0ca5-474c-a417-07566a116d7e", "consumerID": "cds", "timestamp": 1620177725580, "artifactURL": "/sdc/v1/catalog/services/BasicVmMacro/1.0/resourceInstances/basic_vm_macro0/artifacts/BASIC_VM_enriched.zip", "status": "NOT_NOTIFIED" } 2021-05-05T01:25:10.773Z||pool-2-thread-5|||||INFO|500||Missing status on Status Object. 2021-05-05T01:25:10.773Z||pool-2-thread-5|||||DEBUG|500||received message from topic 2021-05-05T01:25:10.773Z||pool-2-thread-5|||||DEBUG|500||recieved notification from broker: { "distributionID": "95a8e734-0ca5-474c-a417-07566a116d7e", "consumerID": "dcae-sch", "timestamp": 1620177723645, "artifactURL": "/sdc/v1/catalog/services/BasicVmMacro/1.0/artifacts/service-BasicVmMacro-csar.csar", "status": "NOT_NOTIFIED" } 2021-05-05T01:25:10.773Z||pool-2-thread-5|||||INFO|500||Missing status on Status Object. 2021-05-05T01:25:10.773Z||pool-2-thread-5|||||DEBUG|500||received message from topic 2021-05-05T01:25:10.773Z||pool-2-thread-5|||||DEBUG|500||recieved notification from broker: { "distributionID": "59cbceaa-0d50-473f-9cea-665402966733", "consumerID": "aai-ml", "timestamp": 1620177707262, "artifactURL": "/sdc/v1/catalog/services/Basicclamp/1.0/artifacts/service-Basicclamp-csar.csar", "status": "NOTIFIED" } 2021-05-05T01:25:10.773Z||pool-2-thread-5|||||INFO|500||Missing status on Status Object. 2021-05-05T01:25:10.773Z||pool-2-thread-5|||||DEBUG|500||received message from topic 2021-05-05T01:25:10.773Z||pool-2-thread-5|||||DEBUG|500||recieved notification from broker: { "distributionID": "59cbceaa-0d50-473f-9cea-665402966733", "consumerID": "sdc-COpenSource-Env11-sdnc-dockero", "timestamp": 1620177731624, "artifactURL": "/sdc/v1/catalog/services/Basicclamp/1.0/artifacts/service-Basicclamp-csar.csar", "status": "DEPLOY_OK" } 2021-05-05T01:25:10.773Z||pool-2-thread-5|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error' 2021-05-05T01:25:10.773Z||pool-2-thread-5|||||DEBUG|500||received message from topic 2021-05-05T01:25:10.773Z||pool-2-thread-5|||||DEBUG|500||recieved notification from broker: { "distributionID": "95a8e734-0ca5-474c-a417-07566a116d7e", "consumerID": "policy-id", "timestamp": 1620177729987, "artifactURL": "/sdc/v1/catalog/services/BasicVmMacro/1.0/resourceInstances/basic_vm_macro0/artifacts/basic_vm_macro0_modules.json", "status": "NOT_NOTIFIED" } 2021-05-05T01:25:10.774Z||pool-2-thread-5|||||INFO|500||Missing status on Status Object. 2021-05-05T01:25:10.774Z||pool-2-thread-5|||||DEBUG|500||received message from topic 2021-05-05T01:25:10.774Z||pool-2-thread-5|||||DEBUG|500||recieved notification from broker: { "distributionID": "59cbceaa-0d50-473f-9cea-665402966733", "consumerID": "multicloud-windriver-id", "timestamp": 1620177731707, "artifactURL": "/sdc/v1/catalog/services/Basicclamp/1.0/resourceInstances/basicclamp0/artifacts/basicclamp0_modules.json", "status": "DEPLOY_OK" } 2021-05-05T01:25:10.774Z||pool-2-thread-5|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error' 2021-05-05T01:25:10.774Z||pool-2-thread-5|||||DEBUG|500||received message from topic 2021-05-05T01:25:10.774Z||pool-2-thread-5|||||DEBUG|500||recieved notification from broker: { "distributionID": "28e7f25a-009d-4cee-a0b8-6cfbd2e42085", "consumerID": "SO-COpenSource-Env11", "timestamp": 1620177731322, "artifactURL": "/sdc/v1/catalog/services/BasicVm/1.0/resourceInstances/basic_vm0/artifacts/vf-license-model.xml", "status": "NOT_NOTIFIED" } 2021-05-05T01:25:10.774Z||pool-2-thread-5|||||INFO|500||Missing status on Status Object. 2021-05-05T01:25:10.774Z||pool-2-thread-5|||||DEBUG|500||received message from topic 2021-05-05T01:25:10.774Z||pool-2-thread-5|||||DEBUG|500||recieved notification from broker: { "distributionID": "95a8e734-0ca5-474c-a417-07566a116d7e", "consumerID": "cds", "timestamp": 1620177725580, "artifactURL": "/sdc/v1/catalog/services/BasicVmMacro/1.0/artifacts/service-BasicVmMacro-template.yml", "status": "NOT_NOTIFIED" } 2021-05-05T01:25:10.774Z||pool-2-thread-5|||||INFO|500||Missing status on Status Object. 2021-05-05T01:25:10.774Z||pool-2-thread-5|||||DEBUG|500||received message from topic 2021-05-05T01:25:10.774Z||pool-2-thread-5|||||DEBUG|500||recieved notification from broker: { "distributionID": "95a8e734-0ca5-474c-a417-07566a116d7e", "consumerID": "multicloud-k8s-id", "timestamp": 1620177731985, "artifactURL": "/sdc/v1/catalog/services/BasicVmMacro/1.0/resourceInstances/basic_vm_macro0/artifacts/vf-license-model.xml", "status": "NOT_NOTIFIED" } 2021-05-05T01:25:10.775Z||pool-2-thread-5|||||INFO|500||Missing status on Status Object. 2021-05-05T01:25:10.775Z||pool-2-thread-5|||||DEBUG|500||received message from topic 2021-05-05T01:25:10.775Z||pool-2-thread-5|||||DEBUG|500||recieved notification from broker: { "distributionID": "59cbceaa-0d50-473f-9cea-665402966733", "consumerID": "sdc-COpenSource-Env11-sdnc-dockero", "timestamp": 1620177732627, "artifactURL": "", "status": "COMPONENT_DONE_OK", "componentName": "SDNC" } Hibernate: select watchdogdi0_.DISTRIBUTION_ID as distribu1_11_0_, watchdogdi0_.CREATE_TIME as create_t2_11_0_, watchdogdi0_.DISTRIBUTION_ID_STATUS as distribu3_11_0_, watchdogdi0_.MODIFY_TIME as modify_t4_11_0_, watchdogdi0_.LOCK_VERSION as lock_ver5_11_0_ from watchdog_distributionid_status watchdogdi0_ where watchdogdi0_.DISTRIBUTION_ID=? 2021-05-05T01:25:10.779Z||pool-2-thread-5|||||DEBUG|500||Receive a callback componentStatus in ASDC, for componentName: SDNC and status of COMPONENT_DONE_OK distributionID of 59cbceaa-0d50-473f-9cea-665402966733 2021-05-05T01:25:10.780Z||pool-2-thread-5|||||DEBUG|500||Entering installTheComponentStatus for distributionId 59cbceaa-0d50-473f-9cea-665402966733 and ComponentName SDNC Hibernate: select watchdogco0_.COMPONENT_NAME as componen1_12_0_, watchdogco0_.DISTRIBUTION_ID as distribu2_12_0_, watchdogco0_.COMPONENT_DISTRIBUTION_STATUS as componen3_12_0_, watchdogco0_.CREATE_TIME as create_t4_12_0_, watchdogco0_.MODIFY_TIME as modify_t5_12_0_ from watchdog_per_component_distribution_status watchdogco0_ where watchdogco0_.COMPONENT_NAME=? and watchdogco0_.DISTRIBUTION_ID=? Hibernate: insert into watchdog_per_component_distribution_status (COMPONENT_DISTRIBUTION_STATUS, CREATE_TIME, MODIFY_TIME, COMPONENT_NAME, DISTRIBUTION_ID) values (?, ?, ?, ?, ?) 2021-05-05T01:25:10.787Z||pool-2-thread-5|||||DEBUG|500||received message from topic 2021-05-05T01:25:10.787Z||pool-2-thread-5|||||DEBUG|500||recieved notification from broker: { "distributionID": "95a8e734-0ca5-474c-a417-07566a116d7e", "consumerID": "policy-id", "timestamp": 1620177729987, "artifactURL": "/sdc/v1/catalog/services/BasicVmMacro/1.0/resourceInstances/basic_vm_macro0/artifacts/base_ubuntu20.yaml", "status": "NOTIFIED" } 2021-05-05T01:25:10.787Z||pool-2-thread-5|||||INFO|500||Missing status on Status Object. 2021-05-05T01:25:10.788Z||pool-2-thread-5|||||DEBUG|500||received message from topic 2021-05-05T01:25:10.788Z||pool-2-thread-5|||||DEBUG|500||recieved notification from broker: { "distributionID": "59cbceaa-0d50-473f-9cea-665402966733", "consumerID": "multicloud-starlingx-id", "timestamp": 1620177732878, "artifactURL": "/sdc/v1/catalog/services/Basicclamp/1.0/resourceInstances/basicclamp0/artifacts/base_ubuntu18.env", "status": "DOWNLOAD_OK" } 2021-05-05T01:25:10.788Z||pool-2-thread-5|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error' 2021-05-05T01:25:10.788Z||pool-2-thread-5|||||DEBUG|500||received message from topic 2021-05-05T01:25:10.788Z||pool-2-thread-5|||||DEBUG|500||recieved notification from broker: { "distributionID": "28e7f25a-009d-4cee-a0b8-6cfbd2e42085", "consumerID": "SO-COpenSource-Env11", "timestamp": 1620177731322, "artifactURL": "/sdc/v1/catalog/services/BasicVm/1.0/resourceInstances/basic_vm0/artifacts/basic_vm0_modules.json", "status": "NOTIFIED" } 2021-05-05T01:25:10.788Z||pool-2-thread-5|||||INFO|500||Missing status on Status Object. 2021-05-05T01:25:10.788Z||pool-2-thread-5|||||DEBUG|500||received message from topic 2021-05-05T01:25:10.788Z||pool-2-thread-5|||||DEBUG|500||recieved notification from broker: { "distributionID": "95a8e734-0ca5-474c-a417-07566a116d7e", "consumerID": "cds", "timestamp": 1620177725580, "artifactURL": "/sdc/v1/catalog/services/BasicVmMacro/1.0/artifacts/service-BasicVmMacro-csar.csar", "status": "NOTIFIED" } 2021-05-05T01:25:10.788Z||pool-2-thread-5|||||INFO|500||Missing status on Status Object. 2021-05-05T01:25:10.788Z||pool-2-thread-5|||||DEBUG|500||received message from topic 2021-05-05T01:25:10.788Z||pool-2-thread-5|||||DEBUG|500||recieved notification from broker: { "distributionID": "95a8e734-0ca5-474c-a417-07566a116d7e", "consumerID": "multicloud-windriver-id", "timestamp": 1620177732711, "artifactURL": "/sdc/v1/catalog/services/BasicVmMacro/1.0/resourceInstances/basic_vm_macro0/artifacts/vf-license-model.xml", "status": "NOT_NOTIFIED" } 2021-05-05T01:25:10.788Z||pool-2-thread-5|||||INFO|500||Missing status on Status Object. 2021-05-05T01:25:10.788Z||pool-2-thread-5|||||DEBUG|500||received message from topic 2021-05-05T01:25:10.788Z||pool-2-thread-5|||||DEBUG|500||recieved notification from broker: { "distributionID": "59cbceaa-0d50-473f-9cea-665402966733", "consumerID": "aai-ml", "timestamp": 1620177733476, "artifactURL": "/sdc/v1/catalog/services/Basicclamp/1.0/artifacts/service-Basicclamp-csar.csar", "status": "DOWNLOAD_OK" } 2021-05-05T01:25:10.788Z||pool-2-thread-5|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error' 2021-05-05T01:25:10.788Z||pool-2-thread-5|||||DEBUG|500||received message from topic 2021-05-05T01:25:10.788Z||pool-2-thread-5|||||DEBUG|500||recieved notification from broker: { "distributionID": "95a8e734-0ca5-474c-a417-07566a116d7e", "consumerID": "multicloud-k8s-id", "timestamp": 1620177731985, "artifactURL": "/sdc/v1/catalog/services/BasicVmMacro/1.0/resourceInstances/basic_vm_macro0/artifacts/basic_vm_macro0_modules.json", "status": "NOTIFIED" } 2021-05-05T01:25:10.788Z||pool-2-thread-5|||||INFO|500||Missing status on Status Object. 2021-05-05T01:25:10.788Z||pool-2-thread-5|||||DEBUG|500||received message from topic 2021-05-05T01:25:10.788Z||pool-2-thread-5|||||DEBUG|500||recieved notification from broker: { "distributionID": "95a8e734-0ca5-474c-a417-07566a116d7e", "consumerID": "policy-id", "timestamp": 1620177729987, "artifactURL": "/sdc/v1/catalog/services/BasicVmMacro/1.0/resourceInstances/basic_vm_macro0/artifacts/vendor-license-model.xml", "status": "NOT_NOTIFIED" } 2021-05-05T01:25:10.788Z||pool-2-thread-5|||||INFO|500||Missing status on Status Object. 2021-05-05T01:25:10.788Z||pool-2-thread-5|||||DEBUG|500||received message from topic 2021-05-05T01:25:10.788Z||pool-2-thread-5|||||DEBUG|500||recieved notification from broker: { "distributionID": "59cbceaa-0d50-473f-9cea-665402966733", "consumerID": "multicloud-starlingx-id", "timestamp": 1620177733882, "artifactURL": "", "status": "COMPONENT_DONE_OK", "componentName": "POLICY" } Hibernate: select watchdogdi0_.DISTRIBUTION_ID as distribu1_11_0_, watchdogdi0_.CREATE_TIME as create_t2_11_0_, watchdogdi0_.DISTRIBUTION_ID_STATUS as distribu3_11_0_, watchdogdi0_.MODIFY_TIME as modify_t4_11_0_, watchdogdi0_.LOCK_VERSION as lock_ver5_11_0_ from watchdog_distributionid_status watchdogdi0_ where watchdogdi0_.DISTRIBUTION_ID=? 2021-05-05T01:25:10.793Z||pool-2-thread-5|||||DEBUG|500||Receive a callback componentStatus in ASDC, for componentName: POLICY and status of COMPONENT_DONE_OK distributionID of 59cbceaa-0d50-473f-9cea-665402966733 2021-05-05T01:25:10.793Z||pool-2-thread-5|||||DEBUG|500||Entering installTheComponentStatus for distributionId 59cbceaa-0d50-473f-9cea-665402966733 and ComponentName POLICY Hibernate: select watchdogco0_.COMPONENT_NAME as componen1_12_0_, watchdogco0_.DISTRIBUTION_ID as distribu2_12_0_, watchdogco0_.COMPONENT_DISTRIBUTION_STATUS as componen3_12_0_, watchdogco0_.CREATE_TIME as create_t4_12_0_, watchdogco0_.MODIFY_TIME as modify_t5_12_0_ from watchdog_per_component_distribution_status watchdogco0_ where watchdogco0_.COMPONENT_NAME=? and watchdogco0_.DISTRIBUTION_ID=? Hibernate: update watchdog_per_component_distribution_status set COMPONENT_DISTRIBUTION_STATUS=?, MODIFY_TIME=? where COMPONENT_NAME=? and DISTRIBUTION_ID=? 2021-05-05T01:25:10.799Z||pool-2-thread-5|||||DEBUG|500||received message from topic 2021-05-05T01:25:10.799Z||pool-2-thread-5|||||DEBUG|500||recieved notification from broker: { "distributionID": "28e7f25a-009d-4cee-a0b8-6cfbd2e42085", "consumerID": "SO-COpenSource-Env11", "timestamp": 1620177731322, "artifactURL": "/sdc/v1/catalog/services/BasicVm/1.0/resourceInstances/basic_vm0/artifacts/base_ubuntu20.yaml", "status": "NOTIFIED" } 2021-05-05T01:25:10.799Z||pool-2-thread-5|||||INFO|500||Missing status on Status Object. 2021-05-05T01:25:10.799Z||pool-2-thread-5|||||DEBUG|500||received message from topic 2021-05-05T01:25:10.799Z||pool-2-thread-5|||||DEBUG|500||recieved notification from broker: { "distributionID": "95a8e734-0ca5-474c-a417-07566a116d7e", "consumerID": "multicloud-windriver-id", "timestamp": 1620177732711, "artifactURL": "/sdc/v1/catalog/services/BasicVmMacro/1.0/resourceInstances/basic_vm_macro0/artifacts/basic_vm_macro0_modules.json", "status": "NOTIFIED" } 2021-05-05T01:25:10.800Z||pool-2-thread-5|||||INFO|500||Missing status on Status Object. 2021-05-05T01:25:10.800Z||pool-2-thread-5|||||DEBUG|500||received message from topic 2021-05-05T01:25:10.800Z||pool-2-thread-5|||||DEBUG|500||recieved notification from broker: { "distributionID": "95a8e734-0ca5-474c-a417-07566a116d7e", "consumerID": "multicloud-k8s-id", "timestamp": 1620177731985, "artifactURL": "/sdc/v1/catalog/services/BasicVmMacro/1.0/resourceInstances/basic_vm_macro0/artifacts/base_ubuntu20.yaml", "status": "NOTIFIED" } 2021-05-05T01:25:10.800Z||pool-2-thread-5|||||INFO|500||Missing status on Status Object. 2021-05-05T01:25:10.800Z||pool-2-thread-5|||||DEBUG|500||received message from topic 2021-05-05T01:25:10.800Z||pool-2-thread-5|||||DEBUG|500||recieved notification from broker: { "distributionID": "95a8e734-0ca5-474c-a417-07566a116d7e", "consumerID": "policy-id", "timestamp": 1620177729987, "artifactURL": "/sdc/v1/catalog/services/BasicVmMacro/1.0/resourceInstances/basic_vm_macro0/artifacts/base_ubuntu20.env", "status": "NOT_NOTIFIED" } 2021-05-05T01:25:10.800Z||pool-2-thread-5|||||INFO|500||Missing status on Status Object. 2021-05-05T01:25:10.800Z||pool-2-thread-5|||||DEBUG|500||received message from topic 2021-05-05T01:25:10.800Z||pool-2-thread-5|||||DEBUG|500||recieved notification from broker: { "distributionID": "59cbceaa-0d50-473f-9cea-665402966733", "consumerID": "multicloud-starlingx-id", "timestamp": 1620177734885, "artifactURL": "/sdc/v1/catalog/services/Basicclamp/1.0/resourceInstances/basicclamp0/artifacts/basicclamp0_modules.json", "status": "DEPLOY_OK" } 2021-05-05T01:25:10.800Z||pool-2-thread-5|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error' 2021-05-05T01:25:10.800Z||pool-2-thread-5|||||DEBUG|500||received message from topic 2021-05-05T01:25:10.800Z||pool-2-thread-5|||||DEBUG|500||recieved notification from broker: { "distributionID": "28e7f25a-009d-4cee-a0b8-6cfbd2e42085", "consumerID": "SO-COpenSource-Env11", "timestamp": 1620177731322, "artifactURL": "/sdc/v1/catalog/services/BasicVm/1.0/resourceInstances/basic_vm0/artifacts/vendor-license-model.xml", "status": "NOT_NOTIFIED" } 2021-05-05T01:25:10.800Z||pool-2-thread-5|||||INFO|500||Missing status on Status Object. 2021-05-05T01:25:10.800Z||pool-2-thread-5|||||DEBUG|500||received message from topic 2021-05-05T01:25:10.800Z||pool-2-thread-5|||||DEBUG|500||recieved notification from broker: { "distributionID": "95a8e734-0ca5-474c-a417-07566a116d7e", "consumerID": "multicloud-windriver-id", "timestamp": 1620177732711, "artifactURL": "/sdc/v1/catalog/services/BasicVmMacro/1.0/resourceInstances/basic_vm_macro0/artifacts/base_ubuntu20.yaml", "status": "NOTIFIED" } 2021-05-05T01:25:10.801Z||pool-2-thread-5|||||INFO|500||Missing status on Status Object. 2021-05-05T01:25:10.801Z||pool-2-thread-5|||||DEBUG|500||received message from topic 2021-05-05T01:25:10.801Z||pool-2-thread-5|||||DEBUG|500||recieved notification from broker: { "distributionID": "95a8e734-0ca5-474c-a417-07566a116d7e", "consumerID": "ves-openapi-manager", "timestamp": 1620177734784, "artifactURL": "/sdc/v1/catalog/services/BasicVmMacro/1.0/resourceInstances/basic_vm_macro0/artifacts/vf-license-model.xml", "status": "NOT_NOTIFIED" } 2021-05-05T01:25:10.801Z||pool-2-thread-5|||||INFO|500||Missing status on Status Object. 2021-05-05T01:25:10.801Z||pool-2-thread-5|||||DEBUG|500||received message from topic 2021-05-05T01:25:10.801Z||pool-2-thread-5|||||DEBUG|500||recieved notification from broker: { "distributionID": "95a8e734-0ca5-474c-a417-07566a116d7e", "consumerID": "multicloud-k8s-id", "timestamp": 1620177731985, "artifactURL": "/sdc/v1/catalog/services/BasicVmMacro/1.0/resourceInstances/basic_vm_macro0/artifacts/vendor-license-model.xml", "status": "NOT_NOTIFIED" } 2021-05-05T01:25:10.801Z||pool-2-thread-5|||||INFO|500||Missing status on Status Object. 2021-05-05T01:25:10.801Z||pool-2-thread-5|||||DEBUG|500||received message from topic 2021-05-05T01:25:10.801Z||pool-2-thread-5|||||DEBUG|500||recieved notification from broker: { "distributionID": "95a8e734-0ca5-474c-a417-07566a116d7e", "consumerID": "policy-id", "timestamp": 1620177729987, "artifactURL": "/sdc/v1/catalog/services/BasicVmMacro/1.0/resourceInstances/basic_vm_macro0/artifacts/BASIC_VM_enriched.zip", "status": "NOT_NOTIFIED" } 2021-05-05T01:25:10.801Z||pool-2-thread-5|||||INFO|500||Missing status on Status Object. 2021-05-05T01:25:10.801Z||pool-2-thread-5|||||DEBUG|500||received message from topic 2021-05-05T01:25:10.801Z||pool-2-thread-5|||||DEBUG|500||recieved notification from broker: { "distributionID": "28e7f25a-009d-4cee-a0b8-6cfbd2e42085", "consumerID": "SO-COpenSource-Env11", "timestamp": 1620177731322, "artifactURL": "/sdc/v1/catalog/services/BasicVm/1.0/resourceInstances/basic_vm0/artifacts/base_ubuntu20.env", "status": "NOTIFIED" } 2021-05-05T01:25:10.801Z||pool-2-thread-5|||||INFO|500||Missing status on Status Object. 2021-05-05T01:25:10.801Z||pool-2-thread-5|||||DEBUG|500||received message from topic 2021-05-05T01:25:10.801Z||pool-2-thread-5|||||DEBUG|500||recieved notification from broker: { "distributionID": "95a8e734-0ca5-474c-a417-07566a116d7e", "consumerID": "cds", "timestamp": 1620177736086, "artifactURL": "/sdc/v1/catalog/services/BasicVmMacro/1.0/artifacts/service-BasicVmMacro-csar.csar", "status": "DOWNLOAD_OK" } 2021-05-05T01:25:10.801Z||pool-2-thread-5|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error' 2021-05-05T01:25:10.801Z||pool-2-thread-5|||||DEBUG|500||received message from topic 2021-05-05T01:25:10.801Z||pool-2-thread-5|||||DEBUG|500||recieved notification from broker: { "distributionID": "95a8e734-0ca5-474c-a417-07566a116d7e", "consumerID": "multicloud-windriver-id", "timestamp": 1620177732711, "artifactURL": "/sdc/v1/catalog/services/BasicVmMacro/1.0/resourceInstances/basic_vm_macro0/artifacts/vendor-license-model.xml", "status": "NOT_NOTIFIED" } 2021-05-05T01:25:10.802Z||pool-2-thread-5|||||INFO|500||Missing status on Status Object. 2021-05-05T01:25:10.802Z||pool-2-thread-5|||||DEBUG|500||received message from topic 2021-05-05T01:25:10.802Z||pool-2-thread-5|||||DEBUG|500||recieved notification from broker: { "distributionID": "95a8e734-0ca5-474c-a417-07566a116d7e", "consumerID": "ves-openapi-manager", "timestamp": 1620177734784, "artifactURL": "/sdc/v1/catalog/services/BasicVmMacro/1.0/resourceInstances/basic_vm_macro0/artifacts/basic_vm_macro0_modules.json", "status": "NOT_NOTIFIED" } 2021-05-05T01:25:10.802Z||pool-2-thread-5|||||INFO|500||Missing status on Status Object. 2021-05-05T01:25:10.802Z||pool-2-thread-5|||||DEBUG|500||received message from topic 2021-05-05T01:25:10.802Z||pool-2-thread-5|||||DEBUG|500||recieved notification from broker: { "distributionID": "95a8e734-0ca5-474c-a417-07566a116d7e", "consumerID": "multicloud-starlingx-id", "timestamp": 1620177735889, "artifactURL": "/sdc/v1/catalog/services/BasicVmMacro/1.0/resourceInstances/basic_vm_macro0/artifacts/vf-license-model.xml", "status": "NOT_NOTIFIED" } 2021-05-05T01:25:10.802Z||pool-2-thread-5|||||INFO|500||Missing status on Status Object. 2021-05-05T01:25:10.802Z||pool-2-thread-5|||||DEBUG|500||received message from topic 2021-05-05T01:25:10.802Z||pool-2-thread-5|||||DEBUG|500||recieved notification from broker: { "distributionID": "95a8e734-0ca5-474c-a417-07566a116d7e", "consumerID": "multicloud-k8s-id", "timestamp": 1620177731985, "artifactURL": "/sdc/v1/catalog/services/BasicVmMacro/1.0/resourceInstances/basic_vm_macro0/artifacts/base_ubuntu20.env", "status": "NOTIFIED" } 2021-05-05T01:25:10.802Z||pool-2-thread-5|||||INFO|500||Missing status on Status Object. 2021-05-05T01:25:10.802Z||pool-2-thread-5|||||DEBUG|500||received message from topic 2021-05-05T01:25:10.802Z||pool-2-thread-5|||||DEBUG|500||recieved notification from broker: { "distributionID": "95a8e734-0ca5-474c-a417-07566a116d7e", "consumerID": "policy-id", "timestamp": 1620177729987, "artifactURL": "/sdc/v1/catalog/services/BasicVmMacro/1.0/artifacts/service-BasicVmMacro-template.yml", "status": "NOT_NOTIFIED" } 2021-05-05T01:25:10.802Z||pool-2-thread-5|||||INFO|500||Missing status on Status Object. 2021-05-05T01:25:10.802Z||pool-2-thread-5|||||DEBUG|500||received message from topic 2021-05-05T01:25:10.802Z||pool-2-thread-5|||||DEBUG|500||recieved notification from broker: { "distributionID": "28e7f25a-009d-4cee-a0b8-6cfbd2e42085", "consumerID": "SO-COpenSource-Env11", "timestamp": 1620177731322, "artifactURL": "/sdc/v1/catalog/services/BasicVm/1.0/artifacts/service-BasicVm-template.yml", "status": "NOT_NOTIFIED" } 2021-05-05T01:25:10.802Z||pool-2-thread-5|||||INFO|500||Missing status on Status Object. 2021-05-05T01:25:10.802Z||pool-2-thread-5|||||DEBUG|500||received message from topic 2021-05-05T01:25:10.802Z||pool-2-thread-5|||||DEBUG|500||recieved notification from broker: { "distributionID": "95a8e734-0ca5-474c-a417-07566a116d7e", "consumerID": "multicloud-windriver-id", "timestamp": 1620177732711, "artifactURL": "/sdc/v1/catalog/services/BasicVmMacro/1.0/resourceInstances/basic_vm_macro0/artifacts/base_ubuntu20.env", "status": "NOTIFIED" } 2021-05-05T01:25:10.802Z||pool-2-thread-5|||||INFO|500||Missing status on Status Object. 2021-05-05T01:25:10.802Z||pool-2-thread-5|||||DEBUG|500||received message from topic 2021-05-05T01:25:10.802Z||pool-2-thread-5|||||DEBUG|500||recieved notification from broker: { "distributionID": "95a8e734-0ca5-474c-a417-07566a116d7e", "consumerID": "ves-openapi-manager", "timestamp": 1620177734784, "artifactURL": "/sdc/v1/catalog/services/BasicVmMacro/1.0/resourceInstances/basic_vm_macro0/artifacts/base_ubuntu20.yaml", "status": "NOT_NOTIFIED" } 2021-05-05T01:25:10.803Z||pool-2-thread-5|||||INFO|500||Missing status on Status Object. 2021-05-05T01:25:10.803Z||pool-2-thread-5|||||DEBUG|500||received message from topic 2021-05-05T01:25:10.803Z||pool-2-thread-5|||||DEBUG|500||recieved notification from broker: { "distributionID": "95a8e734-0ca5-474c-a417-07566a116d7e", "consumerID": "multicloud-starlingx-id", "timestamp": 1620177735889, "artifactURL": "/sdc/v1/catalog/services/BasicVmMacro/1.0/resourceInstances/basic_vm_macro0/artifacts/basic_vm_macro0_modules.json", "status": "NOTIFIED" } 2021-05-05T01:25:10.803Z||pool-2-thread-5|||||INFO|500||Missing status on Status Object. 2021-05-05T01:25:10.803Z||pool-2-thread-5|||||DEBUG|500||received message from topic 2021-05-05T01:25:10.803Z||pool-2-thread-5|||||DEBUG|500||recieved notification from broker: { "distributionID": "95a8e734-0ca5-474c-a417-07566a116d7e", "consumerID": "multicloud-k8s-id", "timestamp": 1620177731985, "artifactURL": "/sdc/v1/catalog/services/BasicVmMacro/1.0/resourceInstances/basic_vm_macro0/artifacts/BASIC_VM_enriched.zip", "status": "NOT_NOTIFIED" } 2021-05-05T01:25:10.803Z||pool-2-thread-5|||||INFO|500||Missing status on Status Object. 2021-05-05T01:25:10.803Z||pool-2-thread-5|||||DEBUG|500||received message from topic 2021-05-05T01:25:10.803Z||pool-2-thread-5|||||DEBUG|500||recieved notification from broker: { "distributionID": "95a8e734-0ca5-474c-a417-07566a116d7e", "consumerID": "policy-id", "timestamp": 1620177729987, "artifactURL": "/sdc/v1/catalog/services/BasicVmMacro/1.0/artifacts/service-BasicVmMacro-csar.csar", "status": "NOTIFIED" } 2021-05-05T01:25:10.803Z||pool-2-thread-5|||||INFO|500||Missing status on Status Object. 2021-05-05T01:25:10.803Z||pool-2-thread-5|||||DEBUG|500||received message from topic 2021-05-05T01:25:10.803Z||pool-2-thread-5|||||DEBUG|500||recieved notification from broker: { "distributionID": "28e7f25a-009d-4cee-a0b8-6cfbd2e42085", "consumerID": "SO-COpenSource-Env11", "timestamp": 1620177731322, "artifactURL": "/sdc/v1/catalog/services/BasicVm/1.0/artifacts/service-BasicVm-csar.csar", "status": "NOTIFIED" } 2021-05-05T01:25:10.803Z||pool-2-thread-5|||||INFO|500||Missing status on Status Object. 2021-05-05T01:25:10.803Z||pool-2-thread-5|||||DEBUG|500||received message from topic 2021-05-05T01:25:10.803Z||pool-2-thread-5|||||DEBUG|500||recieved notification from broker: { "distributionID": "95a8e734-0ca5-474c-a417-07566a116d7e", "consumerID": "cds", "timestamp": 1620177738192, "artifactURL": "/sdc/v1/catalog/services/BasicVmMacro/1.0/artifacts/service-BasicVmMacro-csar.csar", "status": "COMPONENT_DONE_OK", "componentName": "cds" } Hibernate: select watchdogdi0_.DISTRIBUTION_ID as distribu1_11_0_, watchdogdi0_.CREATE_TIME as create_t2_11_0_, watchdogdi0_.DISTRIBUTION_ID_STATUS as distribu3_11_0_, watchdogdi0_.MODIFY_TIME as modify_t4_11_0_, watchdogdi0_.LOCK_VERSION as lock_ver5_11_0_ from watchdog_distributionid_status watchdogdi0_ where watchdogdi0_.DISTRIBUTION_ID=? Hibernate: select watchdogdi0_.DISTRIBUTION_ID as distribu1_11_0_, watchdogdi0_.CREATE_TIME as create_t2_11_0_, watchdogdi0_.DISTRIBUTION_ID_STATUS as distribu3_11_0_, watchdogdi0_.MODIFY_TIME as modify_t4_11_0_, watchdogdi0_.LOCK_VERSION as lock_ver5_11_0_ from watchdog_distributionid_status watchdogdi0_ where watchdogdi0_.DISTRIBUTION_ID=? Hibernate: insert into watchdog_distributionid_status (CREATE_TIME, DISTRIBUTION_ID_STATUS, MODIFY_TIME, LOCK_VERSION, DISTRIBUTION_ID) values (?, ?, ?, ?, ?) 2021-05-05T01:25:10.815Z||pool-2-thread-5|||||DEBUG|500||Receive a callback componentStatus in ASDC, for componentName: cds and status of COMPONENT_DONE_OK distributionID of 95a8e734-0ca5-474c-a417-07566a116d7e 2021-05-05T01:25:10.815Z||pool-2-thread-5|||||DEBUG|500||Entering installTheComponentStatus for distributionId 95a8e734-0ca5-474c-a417-07566a116d7e and ComponentName cds Hibernate: select watchdogco0_.COMPONENT_NAME as componen1_12_0_, watchdogco0_.DISTRIBUTION_ID as distribu2_12_0_, watchdogco0_.COMPONENT_DISTRIBUTION_STATUS as componen3_12_0_, watchdogco0_.CREATE_TIME as create_t4_12_0_, watchdogco0_.MODIFY_TIME as modify_t5_12_0_ from watchdog_per_component_distribution_status watchdogco0_ where watchdogco0_.COMPONENT_NAME=? and watchdogco0_.DISTRIBUTION_ID=? Hibernate: insert into watchdog_per_component_distribution_status (COMPONENT_DISTRIBUTION_STATUS, CREATE_TIME, MODIFY_TIME, COMPONENT_NAME, DISTRIBUTION_ID) values (?, ?, ?, ?, ?) 2021-05-05T01:25:10.822Z||pool-2-thread-5|||||DEBUG|500||received message from topic 2021-05-05T01:25:10.822Z||pool-2-thread-5|||||DEBUG|500||recieved notification from broker: { "distributionID": "95a8e734-0ca5-474c-a417-07566a116d7e", "consumerID": "multicloud-windriver-id", "timestamp": 1620177732711, "artifactURL": "/sdc/v1/catalog/services/BasicVmMacro/1.0/resourceInstances/basic_vm_macro0/artifacts/BASIC_VM_enriched.zip", "status": "NOT_NOTIFIED" } 2021-05-05T01:25:10.822Z||pool-2-thread-5|||||INFO|500||Missing status on Status Object. 2021-05-05T01:25:10.823Z||pool-2-thread-5|||||DEBUG|500||received message from topic 2021-05-05T01:25:10.823Z||pool-2-thread-5|||||DEBUG|500||recieved notification from broker: { "distributionID": "95a8e734-0ca5-474c-a417-07566a116d7e", "consumerID": "ves-openapi-manager", "timestamp": 1620177734784, "artifactURL": "/sdc/v1/catalog/services/BasicVmMacro/1.0/resourceInstances/basic_vm_macro0/artifacts/vendor-license-model.xml", "status": "NOT_NOTIFIED" } 2021-05-05T01:25:10.823Z||pool-2-thread-5|||||INFO|500||Missing status on Status Object. 2021-05-05T01:25:10.823Z||pool-2-thread-5|||||DEBUG|500||received message from topic 2021-05-05T01:25:10.823Z||pool-2-thread-5|||||DEBUG|500||recieved notification from broker: { "distributionID": "95a8e734-0ca5-474c-a417-07566a116d7e", "consumerID": "multicloud-starlingx-id", "timestamp": 1620177735889, "artifactURL": "/sdc/v1/catalog/services/BasicVmMacro/1.0/resourceInstances/basic_vm_macro0/artifacts/base_ubuntu20.yaml", "status": "NOTIFIED" } 2021-05-05T01:25:10.823Z||pool-2-thread-5|||||INFO|500||Missing status on Status Object. 2021-05-05T01:25:10.823Z||pool-2-thread-5|||||DEBUG|500||received message from topic 2021-05-05T01:25:10.823Z||pool-2-thread-5|||||DEBUG|500||recieved notification from broker: { "distributionID": "95a8e734-0ca5-474c-a417-07566a116d7e", "consumerID": "multicloud-k8s-id", "timestamp": 1620177731985, "artifactURL": "/sdc/v1/catalog/services/BasicVmMacro/1.0/artifacts/service-BasicVmMacro-template.yml", "status": "NOT_NOTIFIED" } 2021-05-05T01:25:10.823Z||pool-2-thread-5|||||INFO|500||Missing status on Status Object. 2021-05-05T01:25:10.823Z||pool-2-thread-5|||||DEBUG|500||received message from topic 2021-05-05T01:25:10.823Z||pool-2-thread-5|||||DEBUG|500||recieved notification from broker: { "distributionID": "95a8e734-0ca5-474c-a417-07566a116d7e", "consumerID": "policy-id", "timestamp": 1620177739327, "artifactURL": "/sdc/v1/catalog/services/BasicVmMacro/1.0/artifacts/service-BasicVmMacro-csar.csar", "status": "DOWNLOAD_OK" } 2021-05-05T01:25:10.823Z||pool-2-thread-5|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error' 2021-05-05T01:25:10.823Z||pool-2-thread-5|||||DEBUG|500||received message from topic 2021-05-05T01:25:10.824Z||pool-2-thread-5|||||DEBUG|500||recieved notification from broker: { "distributionID": "95a8e734-0ca5-474c-a417-07566a116d7e", "consumerID": "multicloud-windriver-id", "timestamp": 1620177732711, "artifactURL": "/sdc/v1/catalog/services/BasicVmMacro/1.0/artifacts/service-BasicVmMacro-template.yml", "status": "NOT_NOTIFIED" } 2021-05-05T01:25:10.824Z||pool-2-thread-5|||||INFO|500||Missing status on Status Object. 2021-05-05T01:25:10.824Z||pool-2-thread-5|||||DEBUG|500||received message from topic 2021-05-05T01:25:10.824Z||pool-2-thread-5|||||DEBUG|500||recieved notification from broker: { "distributionID": "95a8e734-0ca5-474c-a417-07566a116d7e", "consumerID": "ves-openapi-manager", "timestamp": 1620177734784, "artifactURL": "/sdc/v1/catalog/services/BasicVmMacro/1.0/resourceInstances/basic_vm_macro0/artifacts/base_ubuntu20.env", "status": "NOT_NOTIFIED" } 2021-05-05T01:25:10.824Z||pool-2-thread-5|||||INFO|500||Missing status on Status Object. 2021-05-05T01:25:10.824Z||pool-2-thread-5|||||DEBUG|500||received message from topic 2021-05-05T01:25:10.824Z||pool-2-thread-5|||||DEBUG|500||recieved notification from broker: { "distributionID": "95a8e734-0ca5-474c-a417-07566a116d7e", "consumerID": "multicloud-starlingx-id", "timestamp": 1620177735889, "artifactURL": "/sdc/v1/catalog/services/BasicVmMacro/1.0/resourceInstances/basic_vm_macro0/artifacts/vendor-license-model.xml", "status": "NOT_NOTIFIED" } 2021-05-05T01:25:10.824Z||pool-2-thread-5|||||INFO|500||Missing status on Status Object. 2021-05-05T01:25:10.824Z||pool-2-thread-5|||||DEBUG|500||received message from topic 2021-05-05T01:25:10.824Z||pool-2-thread-5|||||DEBUG|500||recieved notification from broker: { "distributionID": "28e7f25a-009d-4cee-a0b8-6cfbd2e42085", "consumerID": "SO-COpenSource-Env11", "timestamp": 1620177739528, "artifactURL": "/sdc/v1/catalog/services/BasicVm/1.0/artifacts/service-BasicVm-csar.csar", "status": "DOWNLOAD_OK" } 2021-05-05T01:25:10.824Z||pool-2-thread-5|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error' 2021-05-05T01:25:10.824Z||pool-2-thread-5|||||DEBUG|500||received message from topic 2021-05-05T01:25:10.824Z||pool-2-thread-5|||||DEBUG|500||recieved notification from broker: { "distributionID": "95a8e734-0ca5-474c-a417-07566a116d7e", "consumerID": "multicloud-k8s-id", "timestamp": 1620177731985, "artifactURL": "/sdc/v1/catalog/services/BasicVmMacro/1.0/artifacts/service-BasicVmMacro-csar.csar", "status": "NOTIFIED" } 2021-05-05T01:25:10.824Z||pool-2-thread-5|||||INFO|500||Missing status on Status Object. 2021-05-05T01:25:10.824Z||pool-2-thread-5|||||DEBUG|500||received message from topic 2021-05-05T01:25:10.824Z||pool-2-thread-5|||||DEBUG|500||recieved notification from broker: { "distributionID": "59cbceaa-0d50-473f-9cea-665402966733", "consumerID": "aai-ml", "timestamp": 1620177739809, "artifactURL": "/sdc/v1/catalog/services/Basicclamp/1.0/artifacts/service-Basicclamp-csar.csar", "status": "DEPLOY_OK" } 2021-05-05T01:25:10.824Z||pool-2-thread-5|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error' 2021-05-05T01:25:10.824Z||pool-2-thread-5|||||DEBUG|500||received message from topic 2021-05-05T01:25:10.824Z||pool-2-thread-5|||||DEBUG|500||recieved notification from broker: { "distributionID": "95a8e734-0ca5-474c-a417-07566a116d7e", "consumerID": "policy-id", "timestamp": 1620177740330, "artifactURL": "/sdc/v1/catalog/services/BasicVmMacro/1.0/artifacts/service-BasicVmMacro-csar.csar", "status": "DEPLOY_OK" } 2021-05-05T01:25:10.824Z||pool-2-thread-5|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error' 2021-05-05T01:25:10.824Z||pool-2-thread-5|||||DEBUG|500||received message from topic 2021-05-05T01:25:10.825Z||pool-2-thread-5|||||DEBUG|500||recieved notification from broker: { "distributionID": "95a8e734-0ca5-474c-a417-07566a116d7e", "consumerID": "multicloud-windriver-id", "timestamp": 1620177732711, "artifactURL": "/sdc/v1/catalog/services/BasicVmMacro/1.0/artifacts/service-BasicVmMacro-csar.csar", "status": "NOTIFIED" } 2021-05-05T01:25:10.825Z||pool-2-thread-5|||||INFO|500||Missing status on Status Object. 2021-05-05T01:25:10.825Z||pool-2-thread-5|||||DEBUG|500||received message from topic 2021-05-05T01:25:10.825Z||pool-2-thread-5|||||DEBUG|500||recieved notification from broker: { "distributionID": "95a8e734-0ca5-474c-a417-07566a116d7e", "consumerID": "ves-openapi-manager", "timestamp": 1620177734784, "artifactURL": "/sdc/v1/catalog/services/BasicVmMacro/1.0/resourceInstances/basic_vm_macro0/artifacts/BASIC_VM_enriched.zip", "status": "NOT_NOTIFIED" } 2021-05-05T01:25:10.825Z||pool-2-thread-5|||||INFO|500||Missing status on Status Object. 2021-05-05T01:25:10.825Z||pool-2-thread-5|||||DEBUG|500||received message from topic 2021-05-05T01:25:10.825Z||pool-2-thread-5|||||DEBUG|500||recieved notification from broker: { "distributionID": "95a8e734-0ca5-474c-a417-07566a116d7e", "consumerID": "multicloud-starlingx-id", "timestamp": 1620177735889, "artifactURL": "/sdc/v1/catalog/services/BasicVmMacro/1.0/resourceInstances/basic_vm_macro0/artifacts/base_ubuntu20.env", "status": "NOTIFIED" } 2021-05-05T01:25:10.825Z||pool-2-thread-5|||||INFO|500||Missing status on Status Object. 2021-05-05T01:25:10.825Z||pool-2-thread-5|||||DEBUG|500||received message from topic 2021-05-05T01:25:10.825Z||pool-2-thread-5|||||DEBUG|500||recieved notification from broker: { "distributionID": "59cbceaa-0d50-473f-9cea-665402966733", "consumerID": "clamp", "timestamp": 1620177740653, "artifactURL": "/sdc/v1/catalog/services/Basicclamp/1.0/artifacts/service-Basicclamp-csar.csar", "status": "DOWNLOAD_OK" } 2021-05-05T01:25:10.825Z||pool-2-thread-5|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error' 2021-05-05T01:25:10.825Z||pool-2-thread-5|||||DEBUG|500||received message from topic 2021-05-05T01:25:10.825Z||pool-2-thread-5|||||DEBUG|500||recieved notification from broker: { "distributionID": "59cbceaa-0d50-473f-9cea-665402966733", "consumerID": "aai-ml", "timestamp": 1620177740813, "artifactURL": "", "status": "COMPONENT_DONE_OK", "componentName": "AAI" } Hibernate: select watchdogdi0_.DISTRIBUTION_ID as distribu1_11_0_, watchdogdi0_.CREATE_TIME as create_t2_11_0_, watchdogdi0_.DISTRIBUTION_ID_STATUS as distribu3_11_0_, watchdogdi0_.MODIFY_TIME as modify_t4_11_0_, watchdogdi0_.LOCK_VERSION as lock_ver5_11_0_ from watchdog_distributionid_status watchdogdi0_ where watchdogdi0_.DISTRIBUTION_ID=? 2021-05-05T01:25:10.833Z||pool-2-thread-5|||||DEBUG|500||Receive a callback componentStatus in ASDC, for componentName: AAI and status of COMPONENT_DONE_OK distributionID of 59cbceaa-0d50-473f-9cea-665402966733 2021-05-05T01:25:10.833Z||pool-2-thread-5|||||DEBUG|500||Entering installTheComponentStatus for distributionId 59cbceaa-0d50-473f-9cea-665402966733 and ComponentName AAI Hibernate: select watchdogco0_.COMPONENT_NAME as componen1_12_0_, watchdogco0_.DISTRIBUTION_ID as distribu2_12_0_, watchdogco0_.COMPONENT_DISTRIBUTION_STATUS as componen3_12_0_, watchdogco0_.CREATE_TIME as create_t4_12_0_, watchdogco0_.MODIFY_TIME as modify_t5_12_0_ from watchdog_per_component_distribution_status watchdogco0_ where watchdogco0_.COMPONENT_NAME=? and watchdogco0_.DISTRIBUTION_ID=? Hibernate: insert into watchdog_per_component_distribution_status (COMPONENT_DISTRIBUTION_STATUS, CREATE_TIME, MODIFY_TIME, COMPONENT_NAME, DISTRIBUTION_ID) values (?, ?, ?, ?, ?) 2021-05-05T01:25:10.841Z||pool-2-thread-5|||||DEBUG|500||received message from topic 2021-05-05T01:25:10.841Z||pool-2-thread-5|||||DEBUG|500||recieved notification from broker: { "distributionID": "95a8e734-0ca5-474c-a417-07566a116d7e", "consumerID": "multicloud-k8s-id", "timestamp": 1620177741070, "artifactURL": "/sdc/v1/catalog/services/BasicVmMacro/1.0/resourceInstances/basic_vm_macro0/artifacts/basic_vm_macro0_modules.json", "status": "DOWNLOAD_OK" } 2021-05-05T01:25:10.841Z||pool-2-thread-5|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error' 2021-05-05T01:25:10.841Z||pool-2-thread-5|||||DEBUG|500||received message from topic 2021-05-05T01:25:10.841Z||pool-2-thread-5|||||DEBUG|500||recieved notification from broker: { "distributionID": "95a8e734-0ca5-474c-a417-07566a116d7e", "consumerID": "policy-id", "timestamp": 1620177741334, "artifactURL": "", "status": "COMPONENT_DONE_OK", "componentName": "POLICY" } Hibernate: select watchdogdi0_.DISTRIBUTION_ID as distribu1_11_0_, watchdogdi0_.CREATE_TIME as create_t2_11_0_, watchdogdi0_.DISTRIBUTION_ID_STATUS as distribu3_11_0_, watchdogdi0_.MODIFY_TIME as modify_t4_11_0_, watchdogdi0_.LOCK_VERSION as lock_ver5_11_0_ from watchdog_distributionid_status watchdogdi0_ where watchdogdi0_.DISTRIBUTION_ID=? 2021-05-05T01:25:10.845Z||pool-2-thread-5|||||DEBUG|500||Receive a callback componentStatus in ASDC, for componentName: POLICY and status of COMPONENT_DONE_OK distributionID of 95a8e734-0ca5-474c-a417-07566a116d7e 2021-05-05T01:25:10.845Z||pool-2-thread-5|||||DEBUG|500||Entering installTheComponentStatus for distributionId 95a8e734-0ca5-474c-a417-07566a116d7e and ComponentName POLICY Hibernate: select watchdogco0_.COMPONENT_NAME as componen1_12_0_, watchdogco0_.DISTRIBUTION_ID as distribu2_12_0_, watchdogco0_.COMPONENT_DISTRIBUTION_STATUS as componen3_12_0_, watchdogco0_.CREATE_TIME as create_t4_12_0_, watchdogco0_.MODIFY_TIME as modify_t5_12_0_ from watchdog_per_component_distribution_status watchdogco0_ where watchdogco0_.COMPONENT_NAME=? and watchdogco0_.DISTRIBUTION_ID=? Hibernate: insert into watchdog_per_component_distribution_status (COMPONENT_DISTRIBUTION_STATUS, CREATE_TIME, MODIFY_TIME, COMPONENT_NAME, DISTRIBUTION_ID) values (?, ?, ?, ?, ?) 2021-05-05T01:25:10.852Z||pool-2-thread-5|||||DEBUG|500||received message from topic 2021-05-05T01:25:10.852Z||pool-2-thread-5|||||DEBUG|500||recieved notification from broker: { "distributionID": "95a8e734-0ca5-474c-a417-07566a116d7e", "consumerID": "ves-openapi-manager", "timestamp": 1620177734784, "artifactURL": "/sdc/v1/catalog/services/BasicVmMacro/1.0/artifacts/service-BasicVmMacro-template.yml", "status": "NOT_NOTIFIED" } 2021-05-05T01:25:10.853Z||pool-2-thread-5|||||INFO|500||Missing status on Status Object. 2021-05-05T01:25:10.853Z||pool-2-thread-5|||||DEBUG|500||received message from topic 2021-05-05T01:25:10.853Z||pool-2-thread-5|||||DEBUG|500||recieved notification from broker: { "distributionID": "95a8e734-0ca5-474c-a417-07566a116d7e", "consumerID": "multicloud-starlingx-id", "timestamp": 1620177735889, "artifactURL": "/sdc/v1/catalog/services/BasicVmMacro/1.0/resourceInstances/basic_vm_macro0/artifacts/BASIC_VM_enriched.zip", "status": "NOT_NOTIFIED" } 2021-05-05T01:25:10.853Z||pool-2-thread-5|||||INFO|500||Missing status on Status Object. 2021-05-05T01:25:10.853Z||pool-2-thread-5|||||DEBUG|500||received message from topic 2021-05-05T01:25:10.853Z||pool-2-thread-5|||||DEBUG|500||recieved notification from broker: { "distributionID": "59cbceaa-0d50-473f-9cea-665402966733", "consumerID": "clamp", "timestamp": 1620177741656, "artifactURL": "/sdc/v1/catalog/services/Basicclamp/1.0/resourceInstances/basicclamp0/artifacts/basicclamp0_modules.json", "status": "DOWNLOAD_OK" } 2021-05-05T01:25:10.853Z||pool-2-thread-5|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error' 2021-05-05T01:25:10.853Z||pool-2-thread-5|||||DEBUG|500||received message from topic 2021-05-05T01:25:10.853Z||pool-2-thread-5|||||DEBUG|500||recieved notification from broker: { "distributionID": "95a8e734-0ca5-474c-a417-07566a116d7e", "consumerID": "multicloud-windriver-id", "timestamp": 1620177741858, "artifactURL": "/sdc/v1/catalog/services/BasicVmMacro/1.0/resourceInstances/basic_vm_macro0/artifacts/basic_vm_macro0_modules.json", "status": "DOWNLOAD_OK" } 2021-05-05T01:25:10.853Z||pool-2-thread-5|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error' 2021-05-05T01:25:10.853Z||pool-2-thread-5|||||DEBUG|500||received message from topic 2021-05-05T01:25:10.853Z||pool-2-thread-5|||||DEBUG|500||recieved notification from broker: { "distributionID": "95a8e734-0ca5-474c-a417-07566a116d7e", "consumerID": "ves-openapi-manager", "timestamp": 1620177734784, "artifactURL": "/sdc/v1/catalog/services/BasicVmMacro/1.0/artifacts/service-BasicVmMacro-csar.csar", "status": "NOT_NOTIFIED" } 2021-05-05T01:25:10.853Z||pool-2-thread-5|||||INFO|500||Missing status on Status Object. 2021-05-05T01:25:10.853Z||pool-2-thread-5|||||DEBUG|500||received message from topic 2021-05-05T01:25:10.853Z||pool-2-thread-5|||||DEBUG|500||recieved notification from broker: { "distributionID": "95a8e734-0ca5-474c-a417-07566a116d7e", "consumerID": "aai-ml", "timestamp": 1620177741815, "artifactURL": "/sdc/v1/catalog/services/BasicVmMacro/1.0/resourceInstances/basic_vm_macro0/artifacts/vf-license-model.xml", "status": "NOT_NOTIFIED" } 2021-05-05T01:25:10.854Z||pool-2-thread-5|||||INFO|500||Missing status on Status Object. 2021-05-05T01:25:10.854Z||pool-2-thread-5|||||DEBUG|500||received message from topic 2021-05-05T01:25:10.854Z||pool-2-thread-5|||||DEBUG|500||recieved notification from broker: { "distributionID": "95a8e734-0ca5-474c-a417-07566a116d7e", "consumerID": "multicloud-starlingx-id", "timestamp": 1620177735889, "artifactURL": "/sdc/v1/catalog/services/BasicVmMacro/1.0/artifacts/service-BasicVmMacro-template.yml", "status": "NOT_NOTIFIED" } 2021-05-05T01:25:10.854Z||pool-2-thread-5|||||INFO|500||Missing status on Status Object. 2021-05-05T01:25:10.854Z||pool-2-thread-5|||||DEBUG|500||received message from topic 2021-05-05T01:25:10.854Z||pool-2-thread-5|||||DEBUG|500||recieved notification from broker: { "distributionID": "28e7f25a-009d-4cee-a0b8-6cfbd2e42085", "consumerID": "SO-COpenSource-Env11", "timestamp": 1620177742579, "artifactURL": "/sdc/v1/catalog/services/BasicVm/1.0/resourceInstances/basic_vm0/artifacts/basic_vm0_modules.json", "status": "DOWNLOAD_OK" } 2021-05-05T01:25:10.854Z||pool-2-thread-5|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error' 2021-05-05T01:25:10.854Z||pool-2-thread-5|||||DEBUG|500||received message from topic 2021-05-05T01:25:10.854Z||pool-2-thread-5|||||DEBUG|500||recieved notification from broker: { "distributionID": "95a8e734-0ca5-474c-a417-07566a116d7e", "consumerID": "multicloud-k8s-id", "timestamp": 1620177742775, "artifactURL": "/sdc/v1/catalog/services/BasicVmMacro/1.0/resourceInstances/basic_vm_macro0/artifacts/base_ubuntu20.yaml", "status": "DOWNLOAD_OK" } 2021-05-05T01:25:10.854Z||pool-2-thread-5|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error' 2021-05-05T01:25:10.854Z||pool-2-thread-5|||||DEBUG|500||received message from topic 2021-05-05T01:25:10.854Z||pool-2-thread-5|||||DEBUG|500||recieved notification from broker: { "distributionID": "59cbceaa-0d50-473f-9cea-665402966733", "consumerID": "clamp", "timestamp": 1620177743010, "artifactURL": "/sdc/v1/catalog/services/Basicclamp/1.0/artifacts/service-Basicclamp-csar.csar", "status": "DEPLOY_OK" } 2021-05-05T01:25:10.854Z||pool-2-thread-5|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error' 2021-05-05T01:25:10.854Z||pool-2-thread-5|||||DEBUG|500||received message from topic 2021-05-05T01:25:10.854Z||pool-2-thread-5|||||DEBUG|500||recieved notification from broker: { "distributionID": "95a8e734-0ca5-474c-a417-07566a116d7e", "consumerID": "aai-ml", "timestamp": 1620177741815, "artifactURL": "/sdc/v1/catalog/services/BasicVmMacro/1.0/resourceInstances/basic_vm_macro0/artifacts/basic_vm_macro0_modules.json", "status": "NOT_NOTIFIED" } 2021-05-05T01:25:10.854Z||pool-2-thread-5|||||INFO|500||Missing status on Status Object. 2021-05-05T01:25:10.854Z||pool-2-thread-5|||||DEBUG|500||received message from topic 2021-05-05T01:25:10.854Z||pool-2-thread-5|||||DEBUG|500||recieved notification from broker: { "distributionID": "95a8e734-0ca5-474c-a417-07566a116d7e", "consumerID": "multicloud-starlingx-id", "timestamp": 1620177735889, "artifactURL": "/sdc/v1/catalog/services/BasicVmMacro/1.0/artifacts/service-BasicVmMacro-csar.csar", "status": "NOTIFIED" } 2021-05-05T01:25:10.854Z||pool-2-thread-5|||||INFO|500||Missing status on Status Object. 2021-05-05T01:25:10.855Z||pool-2-thread-5|||||DEBUG|500||received message from topic 2021-05-05T01:25:10.855Z||pool-2-thread-5|||||DEBUG|500||recieved notification from broker: { "distributionID": "95a8e734-0ca5-474c-a417-07566a116d7e", "consumerID": "multicloud-windriver-id", "timestamp": 1620177743870, "artifactURL": "/sdc/v1/catalog/services/BasicVmMacro/1.0/resourceInstances/basic_vm_macro0/artifacts/base_ubuntu20.yaml", "status": "DOWNLOAD_OK" } 2021-05-05T01:25:10.855Z||pool-2-thread-5|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error' 2021-05-05T01:25:10.855Z||pool-2-thread-5|||||DEBUG|500||received message from topic 2021-05-05T01:25:10.855Z||pool-2-thread-5|||||DEBUG|500||recieved notification from broker: { "distributionID": "59cbceaa-0d50-473f-9cea-665402966733", "consumerID": "clamp", "timestamp": 1620177744012, "artifactURL": "/sdc/v1/catalog/services/Basicclamp/1.0/resourceInstances/basicclamp0/artifacts/basicclamp0_modules.json", "status": "DEPLOY_OK" } 2021-05-05T01:25:10.855Z||pool-2-thread-5|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error' 2021-05-05T01:25:10.855Z||pool-2-thread-5|||||DEBUG|500||received message from topic 2021-05-05T01:25:10.855Z||pool-2-thread-5|||||DEBUG|500||recieved notification from broker: { "distributionID": "28e7f25a-009d-4cee-a0b8-6cfbd2e42085", "consumerID": "SO-COpenSource-Env11", "timestamp": 1620177744171, "artifactURL": "/sdc/v1/catalog/services/BasicVm/1.0/resourceInstances/basic_vm0/artifacts/base_ubuntu20.yaml", "status": "DOWNLOAD_OK" } 2021-05-05T01:25:10.855Z||pool-2-thread-5|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error' 2021-05-05T01:25:10.855Z||pool-2-thread-5|||||DEBUG|500||received message from topic 2021-05-05T01:25:10.855Z||pool-2-thread-5|||||DEBUG|500||recieved notification from broker: { "distributionID": "95a8e734-0ca5-474c-a417-07566a116d7e", "consumerID": "multicloud-k8s-id", "timestamp": 1620177744365, "artifactURL": "/sdc/v1/catalog/services/BasicVmMacro/1.0/resourceInstances/basic_vm_macro0/artifacts/base_ubuntu20.env", "status": "DOWNLOAD_OK" } 2021-05-05T01:25:10.855Z||pool-2-thread-5|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error' 2021-05-05T01:25:10.855Z||pool-2-thread-5|||||DEBUG|500||received message from topic 2021-05-05T01:25:10.855Z||pool-2-thread-5|||||DEBUG|500||recieved notification from broker: { "distributionID": "95a8e734-0ca5-474c-a417-07566a116d7e", "consumerID": "aai-ml", "timestamp": 1620177741815, "artifactURL": "/sdc/v1/catalog/services/BasicVmMacro/1.0/resourceInstances/basic_vm_macro0/artifacts/base_ubuntu20.yaml", "status": "NOT_NOTIFIED" } 2021-05-05T01:25:10.855Z||pool-2-thread-5|||||INFO|500||Missing status on Status Object. 2021-05-05T01:25:10.855Z||pool-2-thread-5|||||DEBUG|500||received message from topic 2021-05-05T01:25:10.855Z||pool-2-thread-5|||||DEBUG|500||recieved notification from broker: { "distributionID": "59cbceaa-0d50-473f-9cea-665402966733", "consumerID": "clamp", "timestamp": 1620177745015, "artifactURL": "", "status": "COMPONENT_DONE_OK", "componentName": "clamp" } Hibernate: select watchdogdi0_.DISTRIBUTION_ID as distribu1_11_0_, watchdogdi0_.CREATE_TIME as create_t2_11_0_, watchdogdi0_.DISTRIBUTION_ID_STATUS as distribu3_11_0_, watchdogdi0_.MODIFY_TIME as modify_t4_11_0_, watchdogdi0_.LOCK_VERSION as lock_ver5_11_0_ from watchdog_distributionid_status watchdogdi0_ where watchdogdi0_.DISTRIBUTION_ID=? 2021-05-05T01:25:10.860Z||pool-2-thread-5|||||DEBUG|500||Receive a callback componentStatus in ASDC, for componentName: clamp and status of COMPONENT_DONE_OK distributionID of 59cbceaa-0d50-473f-9cea-665402966733 2021-05-05T01:25:10.860Z||pool-2-thread-5|||||DEBUG|500||Entering installTheComponentStatus for distributionId 59cbceaa-0d50-473f-9cea-665402966733 and ComponentName clamp Hibernate: select watchdogco0_.COMPONENT_NAME as componen1_12_0_, watchdogco0_.DISTRIBUTION_ID as distribu2_12_0_, watchdogco0_.COMPONENT_DISTRIBUTION_STATUS as componen3_12_0_, watchdogco0_.CREATE_TIME as create_t4_12_0_, watchdogco0_.MODIFY_TIME as modify_t5_12_0_ from watchdog_per_component_distribution_status watchdogco0_ where watchdogco0_.COMPONENT_NAME=? and watchdogco0_.DISTRIBUTION_ID=? Hibernate: insert into watchdog_per_component_distribution_status (COMPONENT_DISTRIBUTION_STATUS, CREATE_TIME, MODIFY_TIME, COMPONENT_NAME, DISTRIBUTION_ID) values (?, ?, ?, ?, ?) 2021-05-05T01:25:10.866Z||pool-2-thread-5|||||DEBUG|500||received message from topic 2021-05-05T01:25:10.866Z||pool-2-thread-5|||||DEBUG|500||recieved notification from broker: { "distributionID": "95a8e734-0ca5-474c-a417-07566a116d7e", "consumerID": "multicloud-k8s-id", "timestamp": 1620177745382, "artifactURL": "", "status": "COMPONENT_DONE_OK", "componentName": "POLICY" } Hibernate: select watchdogdi0_.DISTRIBUTION_ID as distribu1_11_0_, watchdogdi0_.CREATE_TIME as create_t2_11_0_, watchdogdi0_.DISTRIBUTION_ID_STATUS as distribu3_11_0_, watchdogdi0_.MODIFY_TIME as modify_t4_11_0_, watchdogdi0_.LOCK_VERSION as lock_ver5_11_0_ from watchdog_distributionid_status watchdogdi0_ where watchdogdi0_.DISTRIBUTION_ID=? 2021-05-05T01:25:10.869Z||pool-2-thread-5|||||DEBUG|500||Receive a callback componentStatus in ASDC, for componentName: POLICY and status of COMPONENT_DONE_OK distributionID of 95a8e734-0ca5-474c-a417-07566a116d7e 2021-05-05T01:25:10.869Z||pool-2-thread-5|||||DEBUG|500||Entering installTheComponentStatus for distributionId 95a8e734-0ca5-474c-a417-07566a116d7e and ComponentName POLICY Hibernate: select watchdogco0_.COMPONENT_NAME as componen1_12_0_, watchdogco0_.DISTRIBUTION_ID as distribu2_12_0_, watchdogco0_.COMPONENT_DISTRIBUTION_STATUS as componen3_12_0_, watchdogco0_.CREATE_TIME as create_t4_12_0_, watchdogco0_.MODIFY_TIME as modify_t5_12_0_ from watchdog_per_component_distribution_status watchdogco0_ where watchdogco0_.COMPONENT_NAME=? and watchdogco0_.DISTRIBUTION_ID=? Hibernate: update watchdog_per_component_distribution_status set COMPONENT_DISTRIBUTION_STATUS=?, MODIFY_TIME=? where COMPONENT_NAME=? and DISTRIBUTION_ID=? 2021-05-05T01:25:10.874Z||pool-2-thread-5|||||DEBUG|500||received message from topic 2021-05-05T01:25:10.874Z||pool-2-thread-5|||||DEBUG|500||recieved notification from broker: { "distributionID": "95a8e734-0ca5-474c-a417-07566a116d7e", "consumerID": "aai-ml", "timestamp": 1620177741815, "artifactURL": "/sdc/v1/catalog/services/BasicVmMacro/1.0/resourceInstances/basic_vm_macro0/artifacts/vendor-license-model.xml", "status": "NOT_NOTIFIED" } 2021-05-05T01:25:10.874Z||pool-2-thread-5|||||INFO|500||Missing status on Status Object. 2021-05-05T01:25:10.874Z||pool-2-thread-5|||||DEBUG|500||received message from topic 2021-05-05T01:25:10.874Z||pool-2-thread-5|||||DEBUG|500||recieved notification from broker: { "distributionID": "95a8e734-0ca5-474c-a417-07566a116d7e", "consumerID": "multicloud-starlingx-id", "timestamp": 1620177745463, "artifactURL": "/sdc/v1/catalog/services/BasicVmMacro/1.0/resourceInstances/basic_vm_macro0/artifacts/basic_vm_macro0_modules.json", "status": "DOWNLOAD_OK" } 2021-05-05T01:25:10.874Z||pool-2-thread-5|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error' 2021-05-05T01:25:10.874Z||pool-2-thread-5|||||DEBUG|500||received message from topic 2021-05-05T01:25:10.874Z||pool-2-thread-5|||||DEBUG|500||recieved notification from broker: { "distributionID": "95a8e734-0ca5-474c-a417-07566a116d7e", "consumerID": "multicloud-windriver-id", "timestamp": 1620177745863, "artifactURL": "/sdc/v1/catalog/services/BasicVmMacro/1.0/resourceInstances/basic_vm_macro0/artifacts/base_ubuntu20.env", "status": "DOWNLOAD_OK" } 2021-05-05T01:25:10.875Z||pool-2-thread-5|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error' 2021-05-05T01:25:10.875Z||pool-2-thread-5|||||DEBUG|500||received message from topic 2021-05-05T01:25:10.875Z||pool-2-thread-5|||||DEBUG|500||recieved notification from broker: { "distributionID": "28e7f25a-009d-4cee-a0b8-6cfbd2e42085", "consumerID": "SO-COpenSource-Env11", "timestamp": 1620177746159, "artifactURL": "/sdc/v1/catalog/services/BasicVm/1.0/resourceInstances/basic_vm0/artifacts/base_ubuntu20.env", "status": "DOWNLOAD_OK" } 2021-05-05T01:25:10.875Z||pool-2-thread-5|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error' 2021-05-05T01:25:10.875Z||pool-2-thread-5|||||DEBUG|500||received message from topic 2021-05-05T01:25:10.875Z||pool-2-thread-5|||||DEBUG|500||recieved notification from broker: { "distributionID": "95a8e734-0ca5-474c-a417-07566a116d7e", "consumerID": "multicloud-k8s-id", "timestamp": 1620177746385, "artifactURL": "/sdc/v1/catalog/services/BasicVmMacro/1.0/resourceInstances/basic_vm_macro0/artifacts/basic_vm_macro0_modules.json", "status": "DEPLOY_OK" } 2021-05-05T01:25:10.875Z||pool-2-thread-5|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error' 2021-05-05T01:25:10.875Z||pool-2-thread-5|||||DEBUG|500||received message from topic 2021-05-05T01:25:10.875Z||pool-2-thread-5|||||DEBUG|500||recieved notification from broker: { "distributionID": "95a8e734-0ca5-474c-a417-07566a116d7e", "consumerID": "aai-ml", "timestamp": 1620177741815, "artifactURL": "/sdc/v1/catalog/services/BasicVmMacro/1.0/resourceInstances/basic_vm_macro0/artifacts/base_ubuntu20.env", "status": "NOT_NOTIFIED" } 2021-05-05T01:25:10.875Z||pool-2-thread-5|||||INFO|500||Missing status on Status Object. 2021-05-05T01:25:10.875Z||pool-2-thread-5|||||DEBUG|500||received message from topic 2021-05-05T01:25:10.875Z||pool-2-thread-5|||||DEBUG|500||recieved notification from broker: { "distributionID": "95a8e734-0ca5-474c-a417-07566a116d7e", "consumerID": "clamp", "timestamp": 1620177746018, "artifactURL": "/sdc/v1/catalog/services/BasicVmMacro/1.0/resourceInstances/basic_vm_macro0/artifacts/vf-license-model.xml", "status": "NOT_NOTIFIED" } 2021-05-05T01:25:10.875Z||pool-2-thread-5|||||INFO|500||Missing status on Status Object. 2021-05-05T01:25:10.875Z||pool-2-thread-5|||||DEBUG|500||received message from topic 2021-05-05T01:25:10.875Z||pool-2-thread-5|||||DEBUG|500||recieved notification from broker: { "distributionID": "95a8e734-0ca5-474c-a417-07566a116d7e", "consumerID": "multicloud-starlingx-id", "timestamp": 1620177746869, "artifactURL": "/sdc/v1/catalog/services/BasicVmMacro/1.0/resourceInstances/basic_vm_macro0/artifacts/base_ubuntu20.yaml", "status": "DOWNLOAD_OK" } 2021-05-05T01:25:10.875Z||pool-2-thread-5|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error' 2021-05-05T01:25:10.875Z||pool-2-thread-5|||||DEBUG|500||received message from topic 2021-05-05T01:25:10.875Z||pool-2-thread-5|||||DEBUG|500||recieved notification from broker: { "distributionID": "95a8e734-0ca5-474c-a417-07566a116d7e", "consumerID": "multicloud-windriver-id", "timestamp": 1620177746869, "artifactURL": "", "status": "COMPONENT_DONE_OK", "componentName": "POLICY" } Hibernate: select watchdogdi0_.DISTRIBUTION_ID as distribu1_11_0_, watchdogdi0_.CREATE_TIME as create_t2_11_0_, watchdogdi0_.DISTRIBUTION_ID_STATUS as distribu3_11_0_, watchdogdi0_.MODIFY_TIME as modify_t4_11_0_, watchdogdi0_.LOCK_VERSION as lock_ver5_11_0_ from watchdog_distributionid_status watchdogdi0_ where watchdogdi0_.DISTRIBUTION_ID=? 2021-05-05T01:25:10.878Z||pool-2-thread-5|||||DEBUG|500||Receive a callback componentStatus in ASDC, for componentName: POLICY and status of COMPONENT_DONE_OK distributionID of 95a8e734-0ca5-474c-a417-07566a116d7e 2021-05-05T01:25:10.879Z||pool-2-thread-5|||||DEBUG|500||Entering installTheComponentStatus for distributionId 95a8e734-0ca5-474c-a417-07566a116d7e and ComponentName POLICY Hibernate: select watchdogco0_.COMPONENT_NAME as componen1_12_0_, watchdogco0_.DISTRIBUTION_ID as distribu2_12_0_, watchdogco0_.COMPONENT_DISTRIBUTION_STATUS as componen3_12_0_, watchdogco0_.CREATE_TIME as create_t4_12_0_, watchdogco0_.MODIFY_TIME as modify_t5_12_0_ from watchdog_per_component_distribution_status watchdogco0_ where watchdogco0_.COMPONENT_NAME=? and watchdogco0_.DISTRIBUTION_ID=? Hibernate: update watchdog_per_component_distribution_status set COMPONENT_DISTRIBUTION_STATUS=?, MODIFY_TIME=? where COMPONENT_NAME=? and DISTRIBUTION_ID=? 2021-05-05T01:25:10.884Z||pool-2-thread-5|||||DEBUG|500||received message from topic 2021-05-05T01:25:10.884Z||pool-2-thread-5|||||DEBUG|500||recieved notification from broker: { "distributionID": "28e7f25a-009d-4cee-a0b8-6cfbd2e42085", "consumerID": "SO-COpenSource-Env11", "timestamp": 1620177747251, "artifactURL": "/sdc/v1/catalog/services/BasicVm/1.0/resourceInstances/basic_vm0/artifacts/basic_vm0_modules.json", "status": "DEPLOY_OK" } 2021-05-05T01:25:10.884Z||pool-2-thread-5|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error' 2021-05-05T01:25:10.884Z||pool-2-thread-5|||||DEBUG|500||received message from topic 2021-05-05T01:25:10.884Z||pool-2-thread-5|||||DEBUG|500||recieved notification from broker: { "distributionID": "95a8e734-0ca5-474c-a417-07566a116d7e", "consumerID": "aai-ml", "timestamp": 1620177741815, "artifactURL": "/sdc/v1/catalog/services/BasicVmMacro/1.0/resourceInstances/basic_vm_macro0/artifacts/BASIC_VM_enriched.zip", "status": "NOT_NOTIFIED" } 2021-05-05T01:25:10.884Z||pool-2-thread-5|||||INFO|500||Missing status on Status Object. 2021-05-05T01:25:10.884Z||pool-2-thread-5|||||DEBUG|500||received message from topic 2021-05-05T01:25:10.884Z||pool-2-thread-5|||||DEBUG|500||recieved notification from broker: { "distributionID": "95a8e734-0ca5-474c-a417-07566a116d7e", "consumerID": "clamp", "timestamp": 1620177746018, "artifactURL": "/sdc/v1/catalog/services/BasicVmMacro/1.0/resourceInstances/basic_vm_macro0/artifacts/basic_vm_macro0_modules.json", "status": "NOTIFIED" } 2021-05-05T01:25:10.884Z||pool-2-thread-5|||||INFO|500||Missing status on Status Object. 2021-05-05T01:25:10.885Z||pool-2-thread-5|||||DEBUG|500||received message from topic 2021-05-05T01:25:10.885Z||pool-2-thread-5|||||DEBUG|500||recieved notification from broker: { "distributionID": "95a8e734-0ca5-474c-a417-07566a116d7e", "consumerID": "multicloud-windriver-id", "timestamp": 1620177747872, "artifactURL": "/sdc/v1/catalog/services/BasicVmMacro/1.0/resourceInstances/basic_vm_macro0/artifacts/basic_vm_macro0_modules.json", "status": "DEPLOY_OK" } 2021-05-05T01:25:10.885Z||pool-2-thread-5|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error' 2021-05-05T01:25:10.885Z||pool-2-thread-5|||||DEBUG|500||received message from topic 2021-05-05T01:25:10.885Z||pool-2-thread-5|||||DEBUG|500||recieved notification from broker: { "distributionID": "28e7f25a-009d-4cee-a0b8-6cfbd2e42085", "consumerID": "SO-COpenSource-Env11", "timestamp": 1620177748255, "artifactURL": "/sdc/v1/catalog/services/BasicVm/1.0/resourceInstances/basic_vm0/artifacts/base_ubuntu20.yaml", "status": "DEPLOY_OK" } 2021-05-05T01:25:10.885Z||pool-2-thread-5|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error' 2021-05-05T01:25:10.885Z||pool-2-thread-5|||||DEBUG|500||received message from topic 2021-05-05T01:25:10.885Z||pool-2-thread-5|||||DEBUG|500||recieved notification from broker: { "distributionID": "95a8e734-0ca5-474c-a417-07566a116d7e", "consumerID": "aai-ml", "timestamp": 1620177741815, "artifactURL": "/sdc/v1/catalog/services/BasicVmMacro/1.0/artifacts/service-BasicVmMacro-template.yml", "status": "NOT_NOTIFIED" } 2021-05-05T01:25:10.885Z||pool-2-thread-5|||||INFO|500||Missing status on Status Object. 2021-05-05T01:25:10.885Z||pool-2-thread-5|||||DEBUG|500||received message from topic 2021-05-05T01:25:10.885Z||pool-2-thread-5|||||DEBUG|500||recieved notification from broker: { "distributionID": "95a8e734-0ca5-474c-a417-07566a116d7e", "consumerID": "clamp", "timestamp": 1620177746018, "artifactURL": "/sdc/v1/catalog/services/BasicVmMacro/1.0/resourceInstances/basic_vm_macro0/artifacts/base_ubuntu20.yaml", "status": "NOT_NOTIFIED" } 2021-05-05T01:25:10.885Z||pool-2-thread-5|||||INFO|500||Missing status on Status Object. 2021-05-05T01:25:10.886Z||pool-2-thread-5|||||DEBUG|500||received message from topic 2021-05-05T01:25:10.886Z||pool-2-thread-5|||||DEBUG|500||recieved notification from broker: { "distributionID": "95a8e734-0ca5-474c-a417-07566a116d7e", "consumerID": "multicloud-starlingx-id", "timestamp": 1620177748698, "artifactURL": "/sdc/v1/catalog/services/BasicVmMacro/1.0/resourceInstances/basic_vm_macro0/artifacts/base_ubuntu20.env", "status": "DOWNLOAD_OK" } 2021-05-05T01:25:10.886Z||pool-2-thread-5|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error' 2021-05-05T01:25:10.886Z||pool-2-thread-5|||||DEBUG|500||received message from topic 2021-05-05T01:25:10.886Z||pool-2-thread-5|||||DEBUG|500||recieved notification from broker: { "distributionID": "28e7f25a-009d-4cee-a0b8-6cfbd2e42085", "consumerID": "SO-COpenSource-Env11", "timestamp": 1620177749258, "artifactURL": "/sdc/v1/catalog/services/BasicVm/1.0/resourceInstances/basic_vm0/artifacts/base_ubuntu20.env", "status": "DEPLOY_OK" } 2021-05-05T01:25:10.886Z||pool-2-thread-5|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error' 2021-05-05T01:25:10.886Z||pool-2-thread-5|||||DEBUG|500||received message from topic 2021-05-05T01:25:10.886Z||pool-2-thread-5|||||DEBUG|500||recieved notification from broker: { "distributionID": "95a8e734-0ca5-474c-a417-07566a116d7e", "consumerID": "aai-ml", "timestamp": 1620177741815, "artifactURL": "/sdc/v1/catalog/services/BasicVmMacro/1.0/artifacts/service-BasicVmMacro-csar.csar", "status": "NOTIFIED" } 2021-05-05T01:25:10.886Z||pool-2-thread-5|||||INFO|500||Missing status on Status Object. 2021-05-05T01:25:10.886Z||pool-2-thread-5|||||DEBUG|500||received message from topic 2021-05-05T01:25:10.886Z||pool-2-thread-5|||||DEBUG|500||recieved notification from broker: { "distributionID": "95a8e734-0ca5-474c-a417-07566a116d7e", "consumerID": "clamp", "timestamp": 1620177746018, "artifactURL": "/sdc/v1/catalog/services/BasicVmMacro/1.0/resourceInstances/basic_vm_macro0/artifacts/vendor-license-model.xml", "status": "NOT_NOTIFIED" } 2021-05-05T01:25:10.886Z||pool-2-thread-5|||||INFO|500||Missing status on Status Object. 2021-05-05T01:25:10.886Z||pool-2-thread-5|||||DEBUG|500||received message from topic 2021-05-05T01:25:10.886Z||pool-2-thread-5|||||DEBUG|500||recieved notification from broker: { "distributionID": "95a8e734-0ca5-474c-a417-07566a116d7e", "consumerID": "multicloud-starlingx-id", "timestamp": 1620177749702, "artifactURL": "", "status": "COMPONENT_DONE_OK", "componentName": "POLICY" } Hibernate: select watchdogdi0_.DISTRIBUTION_ID as distribu1_11_0_, watchdogdi0_.CREATE_TIME as create_t2_11_0_, watchdogdi0_.DISTRIBUTION_ID_STATUS as distribu3_11_0_, watchdogdi0_.MODIFY_TIME as modify_t4_11_0_, watchdogdi0_.LOCK_VERSION as lock_ver5_11_0_ from watchdog_distributionid_status watchdogdi0_ where watchdogdi0_.DISTRIBUTION_ID=? 2021-05-05T01:25:10.890Z||pool-2-thread-5|||||DEBUG|500||Receive a callback componentStatus in ASDC, for componentName: POLICY and status of COMPONENT_DONE_OK distributionID of 95a8e734-0ca5-474c-a417-07566a116d7e 2021-05-05T01:25:10.890Z||pool-2-thread-5|||||DEBUG|500||Entering installTheComponentStatus for distributionId 95a8e734-0ca5-474c-a417-07566a116d7e and ComponentName POLICY Hibernate: select watchdogco0_.COMPONENT_NAME as componen1_12_0_, watchdogco0_.DISTRIBUTION_ID as distribu2_12_0_, watchdogco0_.COMPONENT_DISTRIBUTION_STATUS as componen3_12_0_, watchdogco0_.CREATE_TIME as create_t4_12_0_, watchdogco0_.MODIFY_TIME as modify_t5_12_0_ from watchdog_per_component_distribution_status watchdogco0_ where watchdogco0_.COMPONENT_NAME=? and watchdogco0_.DISTRIBUTION_ID=? Hibernate: update watchdog_per_component_distribution_status set COMPONENT_DISTRIBUTION_STATUS=?, MODIFY_TIME=? where COMPONENT_NAME=? and DISTRIBUTION_ID=? 2021-05-05T01:25:10.895Z||pool-2-thread-5|||||DEBUG|500||received message from topic 2021-05-05T01:25:10.895Z||pool-2-thread-5|||||DEBUG|500||recieved notification from broker: { "distributionID": "28e7f25a-009d-4cee-a0b8-6cfbd2e42085", "consumerID": "SO-COpenSource-Env11", "timestamp": 1620177750262, "artifactURL": "/sdc/v1/catalog/services/BasicVm/1.0/artifacts/service-BasicVm-csar.csar", "status": "DEPLOY_OK" } 2021-05-05T01:25:10.895Z||pool-2-thread-5|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error' 2021-05-05T01:25:10.895Z||pool-2-thread-5|||||DEBUG|500||received message from topic 2021-05-05T01:25:10.895Z||pool-2-thread-5|||||DEBUG|500||recieved notification from broker: { "distributionID": "95a8e734-0ca5-474c-a417-07566a116d7e", "consumerID": "clamp", "timestamp": 1620177746018, "artifactURL": "/sdc/v1/catalog/services/BasicVmMacro/1.0/resourceInstances/basic_vm_macro0/artifacts/base_ubuntu20.env", "status": "NOT_NOTIFIED" } 2021-05-05T01:25:10.895Z||pool-2-thread-5|||||INFO|500||Missing status on Status Object. 2021-05-05T01:25:10.895Z||pool-2-thread-5|||||DEBUG|500||received message from topic 2021-05-05T01:25:10.896Z||pool-2-thread-5|||||DEBUG|500||recieved notification from broker: { "distributionID": "95a8e734-0ca5-474c-a417-07566a116d7e", "consumerID": "multicloud-starlingx-id", "timestamp": 1620177750705, "artifactURL": "/sdc/v1/catalog/services/BasicVmMacro/1.0/resourceInstances/basic_vm_macro0/artifacts/basic_vm_macro0_modules.json", "status": "DEPLOY_OK" } 2021-05-05T01:25:10.896Z||pool-2-thread-5|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error' 2021-05-05T01:25:10.896Z||pool-2-thread-5|||||DEBUG|500||received message from topic 2021-05-05T01:25:10.896Z||pool-2-thread-5|||||DEBUG|500||recieved notification from broker: { "distributionID": "95a8e734-0ca5-474c-a417-07566a116d7e", "consumerID": "sdc-COpenSource-Env11-sdnc-dockero", "timestamp": 1620177750818, "artifactURL": "/sdc/v1/catalog/services/BasicVmMacro/1.0/resourceInstances/basic_vm_macro0/artifacts/vf-license-model.xml", "status": "NOT_NOTIFIED" } 2021-05-05T01:25:10.896Z||pool-2-thread-5|||||INFO|500||Missing status on Status Object. 2021-05-05T01:25:10.896Z||pool-2-thread-5|||||DEBUG|500||received message from topic 2021-05-05T01:25:10.896Z||pool-2-thread-5|||||DEBUG|500||recieved notification from broker: { "distributionID": "95a8e734-0ca5-474c-a417-07566a116d7e", "consumerID": "clamp", "timestamp": 1620177746018, "artifactURL": "/sdc/v1/catalog/services/BasicVmMacro/1.0/resourceInstances/basic_vm_macro0/artifacts/BASIC_VM_enriched.zip", "status": "NOT_NOTIFIED" } 2021-05-05T01:25:10.896Z||pool-2-thread-5|||||INFO|500||Missing status on Status Object. 2021-05-05T01:25:10.896Z||pool-2-thread-5|||||DEBUG|500||received message from topic 2021-05-05T01:25:10.896Z||pool-2-thread-5|||||DEBUG|500||recieved notification from broker: { "distributionID": "95a8e734-0ca5-474c-a417-07566a116d7e", "consumerID": "aai-ml", "timestamp": 1620177752295, "artifactURL": "/sdc/v1/catalog/services/BasicVmMacro/1.0/artifacts/service-BasicVmMacro-csar.csar", "status": "DOWNLOAD_OK" } 2021-05-05T01:25:10.896Z||pool-2-thread-5|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error' 2021-05-05T01:25:10.896Z||pool-2-thread-5|||||DEBUG|500||received message from topic 2021-05-05T01:25:10.896Z||pool-2-thread-5|||||DEBUG|500||recieved notification from broker: { "distributionID": "95a8e734-0ca5-474c-a417-07566a116d7e", "consumerID": "sdc-COpenSource-Env11-sdnc-dockero", "timestamp": 1620177750818, "artifactURL": "/sdc/v1/catalog/services/BasicVmMacro/1.0/resourceInstances/basic_vm_macro0/artifacts/basic_vm_macro0_modules.json", "status": "NOT_NOTIFIED" } 2021-05-05T01:25:10.896Z||pool-2-thread-5|||||INFO|500||Missing status on Status Object. 2021-05-05T01:25:10.896Z||pool-2-thread-5|||||DEBUG|500||received message from topic 2021-05-05T01:25:10.896Z||pool-2-thread-5|||||DEBUG|500||recieved notification from broker: { "distributionID": "95a8e734-0ca5-474c-a417-07566a116d7e", "consumerID": "clamp", "timestamp": 1620177746018, "artifactURL": "/sdc/v1/catalog/services/BasicVmMacro/1.0/artifacts/service-BasicVmMacro-template.yml", "status": "NOT_NOTIFIED" } 2021-05-05T01:25:10.896Z||pool-2-thread-5|||||INFO|500||Missing status on Status Object. 2021-05-05T01:25:10.896Z||pool-2-thread-5|||||DEBUG|500||received message from topic 2021-05-05T01:25:10.896Z||pool-2-thread-5|||||DEBUG|500||recieved notification from broker: { "distributionID": "95a8e734-0ca5-474c-a417-07566a116d7e", "consumerID": "sdc-COpenSource-Env11-sdnc-dockero", "timestamp": 1620177750818, "artifactURL": "/sdc/v1/catalog/services/BasicVmMacro/1.0/resourceInstances/basic_vm_macro0/artifacts/base_ubuntu20.yaml", "status": "NOT_NOTIFIED" } 2021-05-05T01:25:10.896Z||pool-2-thread-5|||||INFO|500||Missing status on Status Object. 2021-05-05T01:25:10.896Z||pool-2-thread-5|||||DEBUG|500||received message from topic 2021-05-05T01:25:10.896Z||pool-2-thread-5|||||DEBUG|500||recieved notification from broker: { "distributionID": "95a8e734-0ca5-474c-a417-07566a116d7e", "consumerID": "clamp", "timestamp": 1620177746018, "artifactURL": "/sdc/v1/catalog/services/BasicVmMacro/1.0/artifacts/service-BasicVmMacro-csar.csar", "status": "NOTIFIED" } 2021-05-05T01:25:10.896Z||pool-2-thread-5|||||INFO|500||Missing status on Status Object. 2021-05-05T01:25:10.896Z||pool-2-thread-5|||||DEBUG|500||received message from topic 2021-05-05T01:25:10.896Z||pool-2-thread-5|||||DEBUG|500||recieved notification from broker: { "distributionID": "95a8e734-0ca5-474c-a417-07566a116d7e", "consumerID": "sdc-COpenSource-Env11-sdnc-dockero", "timestamp": 1620177750818, "artifactURL": "/sdc/v1/catalog/services/BasicVmMacro/1.0/resourceInstances/basic_vm_macro0/artifacts/vendor-license-model.xml", "status": "NOT_NOTIFIED" } 2021-05-05T01:25:10.897Z||pool-2-thread-5|||||INFO|500||Missing status on Status Object. 2021-05-05T01:25:10.897Z||pool-2-thread-5|||||DEBUG|500||received message from topic 2021-05-05T01:25:10.897Z||pool-2-thread-5|||||DEBUG|500||recieved notification from broker: { "distributionID": "95a8e734-0ca5-474c-a417-07566a116d7e", "consumerID": "sdc-COpenSource-Env11-sdnc-dockero", "timestamp": 1620177750818, "artifactURL": "/sdc/v1/catalog/services/BasicVmMacro/1.0/resourceInstances/basic_vm_macro0/artifacts/base_ubuntu20.env", "status": "NOT_NOTIFIED" } 2021-05-05T01:25:10.897Z||pool-2-thread-5|||||INFO|500||Missing status on Status Object. 2021-05-05T01:25:10.897Z||pool-2-thread-5|||||DEBUG|500||received message from topic 2021-05-05T01:25:10.897Z||pool-2-thread-5|||||DEBUG|500||recieved notification from broker: { "distributionID": "95a8e734-0ca5-474c-a417-07566a116d7e", "consumerID": "sdc-COpenSource-Env11-sdnc-dockero", "timestamp": 1620177750818, "artifactURL": "/sdc/v1/catalog/services/BasicVmMacro/1.0/resourceInstances/basic_vm_macro0/artifacts/BASIC_VM_enriched.zip", "status": "NOT_NOTIFIED" } 2021-05-05T01:25:10.897Z||pool-2-thread-5|||||INFO|500||Missing status on Status Object. 2021-05-05T01:25:10.897Z||pool-2-thread-5|||||DEBUG|500||received message from topic 2021-05-05T01:25:10.897Z||pool-2-thread-5|||||DEBUG|500||recieved notification from broker: { "distributionID": "95a8e734-0ca5-474c-a417-07566a116d7e", "consumerID": "sdc-COpenSource-Env11-sdnc-dockero", "timestamp": 1620177750818, "artifactURL": "/sdc/v1/catalog/services/BasicVmMacro/1.0/artifacts/service-BasicVmMacro-template.yml", "status": "NOT_NOTIFIED" } 2021-05-05T01:25:10.897Z||pool-2-thread-5|||||INFO|500||Missing status on Status Object. 2021-05-05T01:25:10.897Z||pool-2-thread-5|||||DEBUG|500||received message from topic 2021-05-05T01:25:10.897Z||pool-2-thread-5|||||DEBUG|500||recieved notification from broker: { "distributionID": "95a8e734-0ca5-474c-a417-07566a116d7e", "consumerID": "sdc-COpenSource-Env11-sdnc-dockero", "timestamp": 1620177750818, "artifactURL": "/sdc/v1/catalog/services/BasicVmMacro/1.0/artifacts/service-BasicVmMacro-csar.csar", "status": "NOTIFIED" } 2021-05-05T01:25:10.897Z||pool-2-thread-5|||||INFO|500||Missing status on Status Object. 2021-05-05T01:25:10.897Z||pool-2-thread-5|||||DEBUG|500||received message from topic 2021-05-05T01:25:10.897Z||pool-2-thread-5|||||DEBUG|500||recieved notification from broker: { "distributionID": "95a8e734-0ca5-474c-a417-07566a116d7e", "consumerID": "aai-ml", "timestamp": 1620177758665, "artifactURL": "/sdc/v1/catalog/services/BasicVmMacro/1.0/artifacts/service-BasicVmMacro-csar.csar", "status": "DEPLOY_OK" } 2021-05-05T01:25:10.897Z||pool-2-thread-5|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error' 2021-05-05T01:25:10.897Z||pool-2-thread-5|||||DEBUG|500||received message from topic 2021-05-05T01:25:10.897Z||pool-2-thread-5|||||DEBUG|500||recieved notification from broker: { "distributionID": "95a8e734-0ca5-474c-a417-07566a116d7e", "consumerID": "sdc-COpenSource-Env11-sdnc-dockero", "timestamp": 1620177759507, "artifactURL": "/sdc/v1/catalog/services/BasicVmMacro/1.0/artifacts/service-BasicVmMacro-csar.csar", "status": "DOWNLOAD_OK" } 2021-05-05T01:25:10.897Z||pool-2-thread-5|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error' 2021-05-05T01:25:10.897Z||pool-2-thread-5|||||DEBUG|500||received message from topic 2021-05-05T01:25:10.897Z||pool-2-thread-5|||||DEBUG|500||recieved notification from broker: { "distributionID": "95a8e734-0ca5-474c-a417-07566a116d7e", "consumerID": "aai-ml", "timestamp": 1620177759669, "artifactURL": "", "status": "COMPONENT_DONE_OK", "componentName": "AAI" } Hibernate: select watchdogdi0_.DISTRIBUTION_ID as distribu1_11_0_, watchdogdi0_.CREATE_TIME as create_t2_11_0_, watchdogdi0_.DISTRIBUTION_ID_STATUS as distribu3_11_0_, watchdogdi0_.MODIFY_TIME as modify_t4_11_0_, watchdogdi0_.LOCK_VERSION as lock_ver5_11_0_ from watchdog_distributionid_status watchdogdi0_ where watchdogdi0_.DISTRIBUTION_ID=? 2021-05-05T01:25:10.901Z||pool-2-thread-5|||||DEBUG|500||Receive a callback componentStatus in ASDC, for componentName: AAI and status of COMPONENT_DONE_OK distributionID of 95a8e734-0ca5-474c-a417-07566a116d7e 2021-05-05T01:25:10.901Z||pool-2-thread-5|||||DEBUG|500||Entering installTheComponentStatus for distributionId 95a8e734-0ca5-474c-a417-07566a116d7e and ComponentName AAI Hibernate: select watchdogco0_.COMPONENT_NAME as componen1_12_0_, watchdogco0_.DISTRIBUTION_ID as distribu2_12_0_, watchdogco0_.COMPONENT_DISTRIBUTION_STATUS as componen3_12_0_, watchdogco0_.CREATE_TIME as create_t4_12_0_, watchdogco0_.MODIFY_TIME as modify_t5_12_0_ from watchdog_per_component_distribution_status watchdogco0_ where watchdogco0_.COMPONENT_NAME=? and watchdogco0_.DISTRIBUTION_ID=? Hibernate: insert into watchdog_per_component_distribution_status (COMPONENT_DISTRIBUTION_STATUS, CREATE_TIME, MODIFY_TIME, COMPONENT_NAME, DISTRIBUTION_ID) values (?, ?, ?, ?, ?) 2021-05-05T01:25:10.907Z||pool-2-thread-5|||||DEBUG|500||received message from topic 2021-05-05T01:25:10.907Z||pool-2-thread-5|||||DEBUG|500||recieved notification from broker: { "distributionID": "95a8e734-0ca5-474c-a417-07566a116d7e", "consumerID": "sdc-COpenSource-Env11-sdnc-dockero", "timestamp": 1620177761367, "artifactURL": "/sdc/v1/catalog/services/BasicVmMacro/1.0/artifacts/service-BasicVmMacro-csar.csar", "status": "DEPLOY_OK" } 2021-05-05T01:25:10.907Z||pool-2-thread-5|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error' 2021-05-05T01:25:10.907Z||pool-2-thread-5|||||DEBUG|500||received message from topic 2021-05-05T01:25:10.907Z||pool-2-thread-5|||||DEBUG|500||recieved notification from broker: { "distributionID": "95a8e734-0ca5-474c-a417-07566a116d7e", "consumerID": "sdc-COpenSource-Env11-sdnc-dockero", "timestamp": 1620177762370, "artifactURL": "", "status": "COMPONENT_DONE_OK", "componentName": "SDNC" } Hibernate: select watchdogdi0_.DISTRIBUTION_ID as distribu1_11_0_, watchdogdi0_.CREATE_TIME as create_t2_11_0_, watchdogdi0_.DISTRIBUTION_ID_STATUS as distribu3_11_0_, watchdogdi0_.MODIFY_TIME as modify_t4_11_0_, watchdogdi0_.LOCK_VERSION as lock_ver5_11_0_ from watchdog_distributionid_status watchdogdi0_ where watchdogdi0_.DISTRIBUTION_ID=? 2021-05-05T01:25:10.911Z||pool-2-thread-5|||||DEBUG|500||Receive a callback componentStatus in ASDC, for componentName: SDNC and status of COMPONENT_DONE_OK distributionID of 95a8e734-0ca5-474c-a417-07566a116d7e 2021-05-05T01:25:10.911Z||pool-2-thread-5|||||DEBUG|500||Entering installTheComponentStatus for distributionId 95a8e734-0ca5-474c-a417-07566a116d7e and ComponentName SDNC Hibernate: select watchdogco0_.COMPONENT_NAME as componen1_12_0_, watchdogco0_.DISTRIBUTION_ID as distribu2_12_0_, watchdogco0_.COMPONENT_DISTRIBUTION_STATUS as componen3_12_0_, watchdogco0_.CREATE_TIME as create_t4_12_0_, watchdogco0_.MODIFY_TIME as modify_t5_12_0_ from watchdog_per_component_distribution_status watchdogco0_ where watchdogco0_.COMPONENT_NAME=? and watchdogco0_.DISTRIBUTION_ID=? Hibernate: insert into watchdog_per_component_distribution_status (COMPONENT_DISTRIBUTION_STATUS, CREATE_TIME, MODIFY_TIME, COMPONENT_NAME, DISTRIBUTION_ID) values (?, ?, ?, ?, ?) 2021-05-05T01:25:10.917Z||pool-2-thread-5|||||DEBUG|500||received message from topic 2021-05-05T01:25:10.917Z||pool-2-thread-5|||||DEBUG|500||recieved notification from broker: { "distributionID": "95a8e734-0ca5-474c-a417-07566a116d7e", "consumerID": "clamp", "timestamp": 1620177762488, "artifactURL": "/sdc/v1/catalog/services/BasicVmMacro/1.0/artifacts/service-BasicVmMacro-csar.csar", "status": "DOWNLOAD_OK" } 2021-05-05T01:25:10.917Z||pool-2-thread-5|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error' 2021-05-05T01:25:10.917Z||pool-2-thread-5|||||DEBUG|500||received message from topic 2021-05-05T01:25:10.917Z||pool-2-thread-5|||||DEBUG|500||recieved notification from broker: { "distributionID": "95a8e734-0ca5-474c-a417-07566a116d7e", "consumerID": "clamp", "timestamp": 1620177764399, "artifactURL": "/sdc/v1/catalog/services/BasicVmMacro/1.0/artifacts/service-BasicVmMacro-csar.csar", "status": "DEPLOY_OK" } 2021-05-05T01:25:10.917Z||pool-2-thread-5|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error' 2021-05-05T01:25:10.917Z||pool-2-thread-5|||||DEBUG|500||received message from topic 2021-05-05T01:25:10.917Z||pool-2-thread-5|||||DEBUG|500||recieved notification from broker: { "distributionID": "95a8e734-0ca5-474c-a417-07566a116d7e", "consumerID": "clamp", "timestamp": 1620177765402, "artifactURL": "", "status": "COMPONENT_DONE_OK", "componentName": "clamp" } Hibernate: select watchdogdi0_.DISTRIBUTION_ID as distribu1_11_0_, watchdogdi0_.CREATE_TIME as create_t2_11_0_, watchdogdi0_.DISTRIBUTION_ID_STATUS as distribu3_11_0_, watchdogdi0_.MODIFY_TIME as modify_t4_11_0_, watchdogdi0_.LOCK_VERSION as lock_ver5_11_0_ from watchdog_distributionid_status watchdogdi0_ where watchdogdi0_.DISTRIBUTION_ID=? 2021-05-05T01:25:10.920Z||pool-2-thread-5|||||DEBUG|500||Receive a callback componentStatus in ASDC, for componentName: clamp and status of COMPONENT_DONE_OK distributionID of 95a8e734-0ca5-474c-a417-07566a116d7e 2021-05-05T01:25:10.920Z||pool-2-thread-5|||||DEBUG|500||Entering installTheComponentStatus for distributionId 95a8e734-0ca5-474c-a417-07566a116d7e and ComponentName clamp Hibernate: select watchdogco0_.COMPONENT_NAME as componen1_12_0_, watchdogco0_.DISTRIBUTION_ID as distribu2_12_0_, watchdogco0_.COMPONENT_DISTRIBUTION_STATUS as componen3_12_0_, watchdogco0_.CREATE_TIME as create_t4_12_0_, watchdogco0_.MODIFY_TIME as modify_t5_12_0_ from watchdog_per_component_distribution_status watchdogco0_ where watchdogco0_.COMPONENT_NAME=? and watchdogco0_.DISTRIBUTION_ID=? Hibernate: insert into watchdog_per_component_distribution_status (COMPONENT_DISTRIBUTION_STATUS, CREATE_TIME, MODIFY_TIME, COMPONENT_NAME, DISTRIBUTION_ID) values (?, ?, ?, ?, ?) 2021-05-05T01:25:23.858Z|59cbceaa-0d50-473f-9cea-665402966733|pool-2-thread-9|||||DEBUG|500||Entered getOverallDistributionStatus method for distrubutionId: 59cbceaa-0d50-473f-9cea-665402966733 Hibernate: select watchdogdi0_.DISTRIBUTION_ID as distribu1_11_0_, watchdogdi0_.CREATE_TIME as create_t2_11_0_, watchdogdi0_.DISTRIBUTION_ID_STATUS as distribu3_11_0_, watchdogdi0_.MODIFY_TIME as modify_t4_11_0_, watchdogdi0_.LOCK_VERSION as lock_ver5_11_0_ from watchdog_distributionid_status watchdogdi0_ where watchdogdi0_.DISTRIBUTION_ID=? Hibernate: select watchdogco0_.COMPONENT_NAME as componen1_12_, watchdogco0_.DISTRIBUTION_ID as distribu2_12_, watchdogco0_.COMPONENT_DISTRIBUTION_STATUS as componen3_12_, watchdogco0_.CREATE_TIME as create_t4_12_, watchdogco0_.MODIFY_TIME as modify_t5_12_ from watchdog_per_component_distribution_status watchdogco0_ where watchdogco0_.DISTRIBUTION_ID=? 2021-05-05T01:25:23.866Z|59cbceaa-0d50-473f-9cea-665402966733|pool-2-thread-9|||||DEBUG|500||Executed RequestDB getWatchdogComponentDistributionStatus for distrubutionId: 59cbceaa-0d50-473f-9cea-665402966733 Hibernate: select watchdogco0_.COMPONENT_NAME as componen1_12_, watchdogco0_.DISTRIBUTION_ID as distribu2_12_, watchdogco0_.COMPONENT_DISTRIBUTION_STATUS as componen3_12_, watchdogco0_.CREATE_TIME as create_t4_12_, watchdogco0_.MODIFY_TIME as modify_t5_12_ from watchdog_per_component_distribution_status watchdogco0_ where watchdogco0_.DISTRIBUTION_ID=? 2021-05-05T01:25:23.868Z|59cbceaa-0d50-473f-9cea-665402966733|pool-2-thread-9|||||DEBUG|500||Found componentName SO in the WatchDog Component DB 2021-05-05T01:25:23.868Z|59cbceaa-0d50-473f-9cea-665402966733|pool-2-thread-9|||||DEBUG|500||Found componentName AAI in the WatchDog Component DB 2021-05-05T01:25:23.868Z|59cbceaa-0d50-473f-9cea-665402966733|pool-2-thread-9|||||DEBUG|500||Found componentName SDNC in the WatchDog Component DB 2021-05-05T01:25:23.868Z|59cbceaa-0d50-473f-9cea-665402966733|pool-2-thread-9|||||DEBUG|500||Components Size matched with the WatchdogComponentDistributionStatus results. 2021-05-05T01:25:23.868Z|59cbceaa-0d50-473f-9cea-665402966733|pool-2-thread-9|||||DEBUG|500||Component status: COMPONENT_DONE_OK on componentName: 2021-05-05T01:25:23.868Z|59cbceaa-0d50-473f-9cea-665402966733|pool-2-thread-9|||||DEBUG|500||Component status: COMPONENT_DONE_OK on componentName: 2021-05-05T01:25:23.869Z|59cbceaa-0d50-473f-9cea-665402966733|pool-2-thread-9|||||DEBUG|500||Component status: COMPONENT_DONE_OK on componentName: 2021-05-05T01:25:23.869Z|59cbceaa-0d50-473f-9cea-665402966733|pool-2-thread-9|||||DEBUG|500||Component status: COMPONENT_DONE_OK on componentName: 2021-05-05T01:25:23.869Z|59cbceaa-0d50-473f-9cea-665402966733|pool-2-thread-9|||||DEBUG|500||Component status: COMPONENT_DONE_OK on componentName: 2021-05-05T01:25:23.869Z|59cbceaa-0d50-473f-9cea-665402966733|pool-2-thread-9|||||DEBUG|500||Component status: COMPONENT_DONE_OK on componentName: 2021-05-05T01:25:23.869Z|59cbceaa-0d50-473f-9cea-665402966733|pool-2-thread-9|||||DEBUG|500||Component status: COMPONENT_DONE_OK on componentName: 2021-05-05T01:25:23.869Z|59cbceaa-0d50-473f-9cea-665402966733|pool-2-thread-9|||||DEBUG|500||Updating overall DistributionStatus to: SUCCESS for distributionId: Hibernate: select watchdogdi0_.DISTRIBUTION_ID as distribu1_11_0_, watchdogdi0_.CREATE_TIME as create_t2_11_0_, watchdogdi0_.DISTRIBUTION_ID_STATUS as distribu3_11_0_, watchdogdi0_.MODIFY_TIME as modify_t4_11_0_, watchdogdi0_.LOCK_VERSION as lock_ver5_11_0_ from watchdog_distributionid_status watchdogdi0_ where watchdogdi0_.DISTRIBUTION_ID=? 2021-05-05T01:25:23.872Z|59cbceaa-0d50-473f-9cea-665402966733|pool-2-thread-9|||||DEBUG|500||Exiting getOverallDistributionStatus method in WatchdogDistribution 2021-05-05T01:25:53.872Z|59cbceaa-0d50-473f-9cea-665402966733|pool-2-thread-9|||||DEBUG|500||Entered executePatchAAI method with distrubutionId: 59cbceaa-0d50-473f-9cea-665402966733 and distributionStatus: Hibernate: select watchdogse0_.DISTRIBUTION_ID as distribu1_13_, watchdogse0_.SERVICE_MODEL_VERSION_ID as service_2_13_, watchdogse0_.CONSUMER_ID as consumer3_13_, watchdogse0_.CREATE_TIME as create_t4_13_, watchdogse0_.DISTRIBUTION_NOTIFICATION as distribu5_13_ from watchdog_service_mod_ver_id_lookup watchdogse0_ where watchdogse0_.DISTRIBUTION_ID=? 2021-05-05T01:25:53.877Z|59cbceaa-0d50-473f-9cea-665402966733|pool-2-thread-9|||||DEBUG|500||Executed RequestDB getWatchdogServiceModVerIdLookup with distributionId: 59cbceaa-0d50-473f-9cea-665402966733 and serviceModelVersionId: 9d483f14-818b-4d54-ac3f-494bccc3b03d 2021-05-05T01:25:53.878Z|59cbceaa-0d50-473f-9cea-665402966733|pool-2-thread-9|||||DEBUG|500||ASDC Notification ServiceModelInvariantUUID : 013ccd63-6890-483f-a444-c53779f2cee7 2021-05-05T01:25:53.878Z|59cbceaa-0d50-473f-9cea-665402966733|pool-2-thread-9|||||DEBUG|500||Target A&AI Resource URI: /service-design-and-creation/models/model/013ccd63-6890-483f-a444-c53779f2cee7/model-vers/model-ver/9d483f14-818b-4d54-ac3f-494bccc3b03d?depth=0 2021-05-05T01:25:53.884Z|59cbceaa-0d50-473f-9cea-665402966733|pool-2-thread-9|||||INFO|500||RestClientSSL using default SSL context! 2021-05-05T01:25:53.916Z|59cbceaa-0d50-473f-9cea-665402966733|pool-2-thread-9|||AAI|https://aai.onap:8443/aai/v23/service-design-and-creation/models/model/013ccd63-6890-483f-a444-c53779f2cee7/model-vers/model-ver/9d483f14-818b-4d54-ac3f-494bccc3b03d?depth=0|INFO|500||Invoke 2021-05-05T01:25:53.916Z|59cbceaa-0d50-473f-9cea-665402966733|pool-2-thread-9|||AAI|https://aai.onap:8443/aai/v23/service-design-and-creation/models/model/013ccd63-6890-483f-a444-c53779f2cee7/model-vers/model-ver/9d483f14-818b-4d54-ac3f-494bccc3b03d?depth=0|DEBUG|500||Sending HTTP POST (overridden to PATCH) to:https://aai.onap:8443/aai/v23/service-design-and-creation/models/model/013ccd63-6890-483f-a444-c53779f2cee7/model-vers/model-ver/9d483f14-818b-4d54-ac3f-494bccc3b03d?depth=0 with request headers:{Authorization=[***REDACTED***], X-RequestID=[59cbceaa-0d50-473f-9cea-665402966733], X-FromAppId=[MSO], X-ONAP-PartnerName=[UNKNOWN], X-HTTP-Method-Override=[PATCH], Accept=[application/json], X-InvocationID=[bc88b3b1-e32a-4736-81ab-0160fb2c9be4], X-ECOMP-RequestID=[59cbceaa-0d50-473f-9cea-665402966733], X-TransactionId=[], X-ONAP-RequestID=[59cbceaa-0d50-473f-9cea-665402966733], Content-Type=[application/merge-patch+json]} 2021-05-05T01:25:53.937Z|59cbceaa-0d50-473f-9cea-665402966733|pool-2-thread-9|||AAI|https://aai.onap:8443/aai/v23/service-design-and-creation/models/model/013ccd63-6890-483f-a444-c53779f2cee7/model-vers/model-ver/9d483f14-818b-4d54-ac3f-494bccc3b03d?depth=0|DEBUG|500||{"distribution-status":"DISTRIBUTION_COMPLETE_OK"} 2021-05-05T01:25:54.181Z|59cbceaa-0d50-473f-9cea-665402966733|pool-2-thread-9|||AAI|https://aai.onap:8443/aai/v23/service-design-and-creation/models/model/013ccd63-6890-483f-a444-c53779f2cee7/model-vers/model-ver/9d483f14-818b-4d54-ac3f-494bccc3b03d?depth=0|DEBUG|500||Response from method:POST (overridden to PATCH) performed on uri:https://aai.onap:8443/aai/v23/service-design-and-creation/models/model/013ccd63-6890-483f-a444-c53779f2cee7/model-vers/model-ver/9d483f14-818b-4d54-ac3f-494bccc3b03d?depth=0 has http status code:200 and response headers:{Strict-Transport-Security=[max-age=16000000; includeSubDomains; preload;], X-AAI-TXID=[2-aai-resources-210505-01:25:53:942-71890], vertex-id=[221328], Content-Length=[0], Date=[Wed, 05 May 2021 01:25:53 GMT], Content-Type=[application/json]} 2021-05-05T01:25:54.181Z|59cbceaa-0d50-473f-9cea-665402966733|pool-2-thread-9|||AAI|https://aai.onap:8443/aai/v23/service-design-and-creation/models/model/013ccd63-6890-483f-a444-c53779f2cee7/model-vers/model-ver/9d483f14-818b-4d54-ac3f-494bccc3b03d?depth=0|DEBUG|500||Response was returned with an empty entity. 2021-05-05T01:25:54.182Z|59cbceaa-0d50-473f-9cea-665402966733|pool-2-thread-9|||AAI|https://aai.onap:8443/aai/v23/service-design-and-creation/models/model/013ccd63-6890-483f-a444-c53779f2cee7/model-vers/model-ver/9d483f14-818b-4d54-ac3f-494bccc3b03d?depth=0|INFO|500||InvokeReturn 2021-05-05T01:25:54.182Z|59cbceaa-0d50-473f-9cea-665402966733|pool-2-thread-9|||||DEBUG|500||A&AI UPDATE MODEL Version is success! 2021-05-05T01:25:54.182Z|59cbceaa-0d50-473f-9cea-665402966733|pool-2-thread-9|||||DEBUG|500||A&AI Updated succefully with Distribution Status! Hibernate: select service0_.MODEL_UUID as model_uu1_49_, service0_.CDS_BLUEPRINT_NAME as cds_blue2_49_, service0_.CDS_BLUEPRINT_VERSION as cds_blue3_49_, service0_.SERVICE_CATEGORY as service_4_49_, service0_.CONTROLLER_ACTOR as controll5_49_, service0_.CREATION_TIMESTAMP as creation6_49_, service0_.TOSCA_CSAR_ARTIFACT_UUID as tosca_c21_49_, service0_.DESCRIPTION as descript7_49_, service0_.OVERALL_DISTRIBUTION_STATUS as overall_8_49_, service0_.ENVIRONMENT_CONTEXT as environm9_49_, service0_.MODEL_INVARIANT_UUID as model_i10_49_, service0_.MODEL_NAME as model_n11_49_, service0_.MODEL_VERSION as model_v12_49_, service0_.NAMING_POLICY as naming_13_49_, service0_.ONAP_GENERATED_NAMING as onap_ge14_49_, service0_.RESOURCE_ORDER as resourc15_49_, service0_.SERVICE_FUNCTION as service16_49_, service0_.SERVICE_ROLE as service17_49_, service0_.SERVICE_TYPE as service18_49_, service0_.SKIP_POST_INSTANTIATION_CONFIGURATION as skip_po19_49_, service0_.WORKLOAD_CONTEXT as workloa20_49_ from service service0_ where service0_.MODEL_UUID=? 2021-05-05T01:25:54.186Z|59cbceaa-0d50-473f-9cea-665402966733|pool-2-thread-9|||||ERROR|500||Error updating CatalogDBStatus java.lang.NullPointerException: null at org.onap.so.asdc.tenantIsolation.WatchdogDistribution.updateCatalogDBStatus(WatchdogDistribution.java:206) at org.onap.so.asdc.client.ASDCController.treatNotification(ASDCController.java:690) at org.onap.so.asdc.client.ASDCNotificationCallBack.activateCallback(ASDCNotificationCallBack.java:52) at org.onap.sdc.impl.NotificationConsumer.run(NotificationConsumer.java:71) at java.base/java.util.concurrent.Executors$RunnableAdapter.call(Unknown Source) at java.base/java.util.concurrent.FutureTask.runAndReset(Unknown Source) at java.base/java.util.concurrent.ScheduledThreadPoolExecutor$ScheduledFutureTask.run(Unknown Source) at java.base/java.util.concurrent.ThreadPoolExecutor.runWorker(Unknown Source) at java.base/java.util.concurrent.ThreadPoolExecutor$Worker.run(Unknown Source) at java.base/java.lang.Thread.run(Unknown Source) 2021-05-05T01:25:54.186Z|59cbceaa-0d50-473f-9cea-665402966733|pool-2-thread-9|||||DEBUG|500||Enter sendFinalDistributionStatus with DistributionID 59cbceaa-0d50-473f-9cea-665402966733 and Status of DISTRIBUTION_COMPLETE_OK and ErrorReason null 2021-05-05T01:25:54.187Z|59cbceaa-0d50-473f-9cea-665402966733|pool-2-thread-9|||||INFO|500||DistributionClient - sendFinalDistributionStatus status 2021-05-05T01:25:54.187Z|59cbceaa-0d50-473f-9cea-665402966733|pool-2-thread-9|||||INFO|500||DistributionClient - sendStatus 2021-05-05T01:25:54.189Z|59cbceaa-0d50-473f-9cea-665402966733|pool-2-thread-9|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap] 2021-05-05T01:25:54.189Z|59cbceaa-0d50-473f-9cea-665402966733|pool-2-thread-9|||||DEBUG|500||try to send status { "distributionID": "59cbceaa-0d50-473f-9cea-665402966733", "consumerID": "SO-COpenSource-Env11", "timestamp": 1620177954187, "artifactURL": "", "status": "DISTRIBUTION_COMPLETE_OK" } 2021-05-05T01:25:54.289Z||pool-83-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms 2021-05-05T01:25:54.290Z||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. 2021-05-05T01:25:54.290Z||pool-83-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as a4LkjAbl6YzsGxek) ... 2021-05-05T01:25:54.300Z||pool-83-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK 2021-05-05T01:25:54.301Z||pool-83-thread-1|||||INFO|500||cambria reply ok (12 ms):{"serverTimeMs":0,"count":1} Hibernate: select watchdogdi0_.DISTRIBUTION_ID as distribu1_11_0_, watchdogdi0_.CREATE_TIME as create_t2_11_0_, watchdogdi0_.DISTRIBUTION_ID_STATUS as distribu3_11_0_, watchdogdi0_.MODIFY_TIME as modify_t4_11_0_, watchdogdi0_.LOCK_VERSION as lock_ver5_11_0_ from watchdog_distributionid_status watchdogdi0_ where watchdogdi0_.DISTRIBUTION_ID=? Hibernate: update watchdog_distributionid_status set DISTRIBUTION_ID_STATUS=?, MODIFY_TIME=?, LOCK_VERSION=? where DISTRIBUTION_ID=? 2021-05-05T01:25:55.200Z|59cbceaa-0d50-473f-9cea-665402966733|pool-2-thread-9|||||DEBUG|500||received message from topic 2021-05-05T01:25:55.200Z|59cbceaa-0d50-473f-9cea-665402966733|pool-2-thread-9|||||DEBUG|500||recieved notification from broker: {"distributionID":"95a8e734-0ca5-474c-a417-07566a116d7e","serviceName":"basic_vm_macro","serviceVersion":"1.0","serviceUUID":"5a3aab32-ec33-4819-9b7e-0c7ee40bb3ab","serviceDescription":"service","serviceInvariantUUID":"11d8de99-7f79-4ace-9df8-a73ab42fc9c6","resources":[{"resourceInstanceName":"basic_vm_macro 0","resourceName":"basic_vm_macro","resourceVersion":"1.0","resoucreType":"VF","resourceUUID":"3a4b03ad-7272-4aed-85ff-bac3a0777e2f","resourceInvariantUUID":"1561cebe-022a-43d9-850d-b8f1a51111ee","resourceCustomizationUUID":"9ba83bd4-4d03-4381-a886-34d726239837","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":"N2I2ODA5OWYzMGMwMzY2NGRiMWNmZmFmMDg5YjA2NTE\u003d","artifactDescription":"VF license file","artifactTimeout":0,"artifactUUID":"671a18f7-7067-4eb9-a570-daee79034099","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":"NzllMzM4Mzg4NGU2ZjgxNzg3MzdlZDI1OGJmNTc5Yzc\u003d","artifactDescription":"Auto-generated VF Modules information artifact","artifactTimeout":0,"artifactUUID":"f8e0e6e8-0002-410f-baf5-9073407fb476","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":"MWUxZmM1M2EyMTI4MDQyYjRhYjEzODQxZmIzZjM1NTE\u003d","artifactDescription":"created from csar","artifactTimeout":30,"artifactUUID":"45d92aef-76a0-457f-910c-ce7d0f28f78e","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":"5289b6b0-0f6e-479d-bc11-60d071832160","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":"NTE1OGNiMzkxNmE4OWU3YTUyNTFiZmQyNGEzYjU1N2Y\u003d","artifactDescription":"Auto-generated HEAT Environment deployment artifact","artifactTimeout":0,"artifactUUID":"4f7a550f-6ebf-4724-8b96-46bfcd6cbe92","artifactVersion":"2","generatedFromUUID":"45d92aef-76a0-457f-910c-ce7d0f28f78e"},{"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":"YzdhNDJjZTRjZjFlOGYyOGUxZjA3MjRmZTc1NWY3ZTk\u003d","artifactDescription":"test","artifactTimeout":0,"artifactUUID":"8d732ea8-d603-4e6f-a5d9-17732ba89ea8","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":"Yjc0NzZiZDkxNjIzMDUxNjJlN2E2ZDU0NzI5MmM0ZTk\u003d","artifactDescription":"TOSCA representation of the asset","artifactTimeout":0,"artifactUUID":"61a8bf07-7d39-4c08-be74-a646b14e3e05","artifactVersion":"1"},{"artifactName":"service-BasicVmMacro-csar.csar","artifactType":"TOSCA_CSAR","artifactURL":"/sdc/v1/catalog/services/BasicVmMacro/1.0/artifacts/service-BasicVmMacro-csar.csar","artifactChecksum":"MzViOTA2ZDkwOTAxNWM0NDM1MmFmZjZhZTAwZDMwN2Q\u003d","artifactDescription":"TOSCA definition package of the asset","artifactTimeout":0,"artifactUUID":"4c098ba4-3120-4bb2-bfba-9f48571a872b","artifactVersion":"1"}],"workloadContext":"Production"} 2021-05-05T01:25:55.201Z|59cbceaa-0d50-473f-9cea-665402966733|pool-2-thread-9|||||INFO|500||DistributionClient - sendNotificationStatus 2021-05-05T01:25:55.201Z|59cbceaa-0d50-473f-9cea-665402966733|pool-2-thread-9|||||INFO|500||DistributionClient - sendStatus 2021-05-05T01:25:55.203Z|59cbceaa-0d50-473f-9cea-665402966733|pool-2-thread-9|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap] 2021-05-05T01:25:55.203Z|59cbceaa-0d50-473f-9cea-665402966733|pool-2-thread-9|||||DEBUG|500||try to send status { "distributionID": "95a8e734-0ca5-474c-a417-07566a116d7e", "consumerID": "SO-COpenSource-Env11", "timestamp": 1620177731322, "artifactURL": "/sdc/v1/catalog/services/BasicVmMacro/1.0/resourceInstances/basic_vm_macro0/artifacts/vf-license-model.xml", "status": "NOT_NOTIFIED" } 2021-05-05T01:25:55.303Z||pool-84-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms 2021-05-05T01:25:55.304Z||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. 2021-05-05T01:25:55.304Z||pool-84-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as a4LkjAbl6YzsGxek) ... 2021-05-05T01:25:55.310Z||pool-84-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK 2021-05-05T01:25:55.311Z||pool-84-thread-1|||||INFO|500||cambria reply ok (8 ms):{"serverTimeMs":0,"count":1} 2021-05-05T01:25:56.203Z|59cbceaa-0d50-473f-9cea-665402966733|pool-2-thread-9|||||INFO|500||DistributionClient - sendNotificationStatus 2021-05-05T01:25:56.204Z|59cbceaa-0d50-473f-9cea-665402966733|pool-2-thread-9|||||INFO|500||DistributionClient - sendStatus 2021-05-05T01:25:56.207Z|59cbceaa-0d50-473f-9cea-665402966733|pool-2-thread-9|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap] 2021-05-05T01:25:56.207Z|59cbceaa-0d50-473f-9cea-665402966733|pool-2-thread-9|||||DEBUG|500||try to send status { "distributionID": "95a8e734-0ca5-474c-a417-07566a116d7e", "consumerID": "SO-COpenSource-Env11", "timestamp": 1620177731322, "artifactURL": "/sdc/v1/catalog/services/BasicVmMacro/1.0/resourceInstances/basic_vm_macro0/artifacts/basic_vm_macro0_modules.json", "status": "NOTIFIED" } 2021-05-05T01:25:56.307Z||pool-85-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms 2021-05-05T01:25:56.308Z||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. 2021-05-05T01:25:56.309Z||pool-85-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as a4LkjAbl6YzsGxek) ... 2021-05-05T01:25:56.316Z||pool-85-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK 2021-05-05T01:25:56.316Z||pool-85-thread-1|||||INFO|500||cambria reply ok (8 ms):{"serverTimeMs":0,"count":1} 2021-05-05T01:25:57.208Z|59cbceaa-0d50-473f-9cea-665402966733|pool-2-thread-9|||||INFO|500||DistributionClient - sendNotificationStatus 2021-05-05T01:25:57.208Z|59cbceaa-0d50-473f-9cea-665402966733|pool-2-thread-9|||||INFO|500||DistributionClient - sendStatus 2021-05-05T01:25:57.210Z|59cbceaa-0d50-473f-9cea-665402966733|pool-2-thread-9|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap] 2021-05-05T01:25:57.210Z|59cbceaa-0d50-473f-9cea-665402966733|pool-2-thread-9|||||DEBUG|500||try to send status { "distributionID": "95a8e734-0ca5-474c-a417-07566a116d7e", "consumerID": "SO-COpenSource-Env11", "timestamp": 1620177731322, "artifactURL": "/sdc/v1/catalog/services/BasicVmMacro/1.0/resourceInstances/basic_vm_macro0/artifacts/base_ubuntu20.yaml", "status": "NOTIFIED" } 2021-05-05T01:25:57.310Z||pool-86-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms 2021-05-05T01:25:57.311Z||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. 2021-05-05T01:25:57.311Z||pool-86-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as a4LkjAbl6YzsGxek) ... 2021-05-05T01:25:57.319Z||pool-86-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK 2021-05-05T01:25:57.319Z||pool-86-thread-1|||||INFO|500||cambria reply ok (9 ms):{"serverTimeMs":0,"count":1} 2021-05-05T01:25:58.210Z|59cbceaa-0d50-473f-9cea-665402966733|pool-2-thread-9|||||INFO|500||DistributionClient - sendNotificationStatus 2021-05-05T01:25:58.211Z|59cbceaa-0d50-473f-9cea-665402966733|pool-2-thread-9|||||INFO|500||DistributionClient - sendStatus 2021-05-05T01:25:58.212Z|59cbceaa-0d50-473f-9cea-665402966733|pool-2-thread-9|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap] 2021-05-05T01:25:58.212Z|59cbceaa-0d50-473f-9cea-665402966733|pool-2-thread-9|||||DEBUG|500||try to send status { "distributionID": "95a8e734-0ca5-474c-a417-07566a116d7e", "consumerID": "SO-COpenSource-Env11", "timestamp": 1620177731322, "artifactURL": "/sdc/v1/catalog/services/BasicVmMacro/1.0/resourceInstances/basic_vm_macro0/artifacts/vendor-license-model.xml", "status": "NOT_NOTIFIED" } 2021-05-05T01:25:58.313Z||pool-87-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 101 ms 2021-05-05T01:25:58.314Z||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. 2021-05-05T01:25:58.314Z||pool-87-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as a4LkjAbl6YzsGxek) ... 2021-05-05T01:25:58.320Z||pool-87-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK 2021-05-05T01:25:58.321Z||pool-87-thread-1|||||INFO|500||cambria reply ok (8 ms):{"serverTimeMs":0,"count":1} 2021-05-05T01:25:59.213Z|59cbceaa-0d50-473f-9cea-665402966733|pool-2-thread-9|||||INFO|500||DistributionClient - sendNotificationStatus 2021-05-05T01:25:59.214Z|59cbceaa-0d50-473f-9cea-665402966733|pool-2-thread-9|||||INFO|500||DistributionClient - sendStatus 2021-05-05T01:25:59.216Z|59cbceaa-0d50-473f-9cea-665402966733|pool-2-thread-9|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap] 2021-05-05T01:25:59.216Z|59cbceaa-0d50-473f-9cea-665402966733|pool-2-thread-9|||||DEBUG|500||try to send status { "distributionID": "95a8e734-0ca5-474c-a417-07566a116d7e", "consumerID": "SO-COpenSource-Env11", "timestamp": 1620177731322, "artifactURL": "/sdc/v1/catalog/services/BasicVmMacro/1.0/resourceInstances/basic_vm_macro0/artifacts/base_ubuntu20.env", "status": "NOTIFIED" } 2021-05-05T01:25:59.316Z||pool-88-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms 2021-05-05T01:25:59.317Z||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. 2021-05-05T01:25:59.317Z||pool-88-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as a4LkjAbl6YzsGxek) ... 2021-05-05T01:25:59.323Z||pool-88-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK 2021-05-05T01:25:59.323Z||pool-88-thread-1|||||INFO|500||cambria reply ok (7 ms):{"serverTimeMs":0,"count":1} 2021-05-05T01:26:00.216Z|59cbceaa-0d50-473f-9cea-665402966733|pool-2-thread-9|||||INFO|500||DistributionClient - sendNotificationStatus 2021-05-05T01:26:00.217Z|59cbceaa-0d50-473f-9cea-665402966733|pool-2-thread-9|||||INFO|500||DistributionClient - sendStatus 2021-05-05T01:26:00.219Z|59cbceaa-0d50-473f-9cea-665402966733|pool-2-thread-9|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap] 2021-05-05T01:26:00.219Z|59cbceaa-0d50-473f-9cea-665402966733|pool-2-thread-9|||||DEBUG|500||try to send status { "distributionID": "95a8e734-0ca5-474c-a417-07566a116d7e", "consumerID": "SO-COpenSource-Env11", "timestamp": 1620177731322, "artifactURL": "/sdc/v1/catalog/services/BasicVmMacro/1.0/resourceInstances/basic_vm_macro0/artifacts/BASIC_VM_enriched.zip", "status": "NOT_NOTIFIED" } 2021-05-05T01:26:00.319Z||pool-89-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms 2021-05-05T01:26:00.320Z||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. 2021-05-05T01:26:00.320Z||pool-89-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as a4LkjAbl6YzsGxek) ... 2021-05-05T01:26:00.326Z||pool-89-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK 2021-05-05T01:26:00.327Z||pool-89-thread-1|||||INFO|500||cambria reply ok (7 ms):{"serverTimeMs":0,"count":1} 2021-05-05T01:26:01.220Z|59cbceaa-0d50-473f-9cea-665402966733|pool-2-thread-9|||||INFO|500||DistributionClient - sendNotificationStatus 2021-05-05T01:26:01.221Z|59cbceaa-0d50-473f-9cea-665402966733|pool-2-thread-9|||||INFO|500||DistributionClient - sendStatus 2021-05-05T01:26:01.223Z|59cbceaa-0d50-473f-9cea-665402966733|pool-2-thread-9|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap] 2021-05-05T01:26:01.223Z|59cbceaa-0d50-473f-9cea-665402966733|pool-2-thread-9|||||DEBUG|500||try to send status { "distributionID": "95a8e734-0ca5-474c-a417-07566a116d7e", "consumerID": "SO-COpenSource-Env11", "timestamp": 1620177731322, "artifactURL": "/sdc/v1/catalog/services/BasicVmMacro/1.0/artifacts/service-BasicVmMacro-template.yml", "status": "NOT_NOTIFIED" } 2021-05-05T01:26:01.323Z||pool-90-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms 2021-05-05T01:26:01.324Z||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. 2021-05-05T01:26:01.324Z||pool-90-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as a4LkjAbl6YzsGxek) ... 2021-05-05T01:26:01.331Z||pool-90-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK 2021-05-05T01:26:01.331Z||pool-90-thread-1|||||INFO|500||cambria reply ok (7 ms):{"serverTimeMs":0,"count":1} 2021-05-05T01:26:02.223Z|59cbceaa-0d50-473f-9cea-665402966733|pool-2-thread-9|||||INFO|500||DistributionClient - sendNotificationStatus 2021-05-05T01:26:02.224Z|59cbceaa-0d50-473f-9cea-665402966733|pool-2-thread-9|||||INFO|500||DistributionClient - sendStatus 2021-05-05T01:26:02.227Z|59cbceaa-0d50-473f-9cea-665402966733|pool-2-thread-9|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap] 2021-05-05T01:26:02.227Z|59cbceaa-0d50-473f-9cea-665402966733|pool-2-thread-9|||||DEBUG|500||try to send status { "distributionID": "95a8e734-0ca5-474c-a417-07566a116d7e", "consumerID": "SO-COpenSource-Env11", "timestamp": 1620177731322, "artifactURL": "/sdc/v1/catalog/services/BasicVmMacro/1.0/artifacts/service-BasicVmMacro-csar.csar", "status": "NOTIFIED" } 2021-05-05T01:26:02.327Z||pool-91-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms 2021-05-05T01:26:02.327Z||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. 2021-05-05T01:26:02.328Z||pool-91-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as a4LkjAbl6YzsGxek) ... 2021-05-05T01:26:02.334Z||pool-91-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK 2021-05-05T01:26:02.334Z||pool-91-thread-1|||||INFO|500||cambria reply ok (7 ms):{"serverTimeMs":1,"count":1} 2021-05-05T01:26:03.228Z|59cbceaa-0d50-473f-9cea-665402966733|pool-2-thread-9|||||DEBUG|500||sending notification to client: { "distributionID": "95a8e734-0ca5-474c-a417-07566a116d7e", "serviceName": "basic_vm_macro", "serviceVersion": "1.0", "serviceUUID": "5a3aab32-ec33-4819-9b7e-0c7ee40bb3ab", "serviceDescription": "service", "serviceInvariantUUID": "11d8de99-7f79-4ace-9df8-a73ab42fc9c6", "resources": [ { "resourceInstanceName": "basic_vm_macro 0", "resourceCustomizationUUID": "9ba83bd4-4d03-4381-a886-34d726239837", "resourceName": "basic_vm_macro", "resourceVersion": "1.0", "resoucreType": "VF", "resourceUUID": "3a4b03ad-7272-4aed-85ff-bac3a0777e2f", "resourceInvariantUUID": "1561cebe-022a-43d9-850d-b8f1a51111ee", "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": "NzllMzM4Mzg4NGU2ZjgxNzg3MzdlZDI1OGJmNTc5Yzc\u003d", "artifactDescription": "Auto-generated VF Modules information artifact", "artifactTimeout": 0, "artifactVersion": "1", "artifactUUID": "f8e0e6e8-0002-410f-baf5-9073407fb476", "relatedArtifactsInfo": [] }, { "artifactName": "base_ubuntu20.yaml", "artifactType": "HEAT", "artifactURL": "/sdc/v1/catalog/services/BasicVmMacro/1.0/resourceInstances/basic_vm_macro0/artifacts/base_ubuntu20.yaml", "artifactChecksum": "MWUxZmM1M2EyMTI4MDQyYjRhYjEzODQxZmIzZjM1NTE\u003d", "artifactDescription": "created from csar", "artifactTimeout": 30, "artifactVersion": "1", "artifactUUID": "45d92aef-76a0-457f-910c-ce7d0f28f78e", "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": "NTE1OGNiMzkxNmE4OWU3YTUyNTFiZmQyNGEzYjU1N2Y\u003d", "artifactDescription": "Auto-generated HEAT Environment deployment artifact", "artifactTimeout": 0, "artifactVersion": "2", "artifactUUID": "4f7a550f-6ebf-4724-8b96-46bfcd6cbe92", "generatedFromUUID": "45d92aef-76a0-457f-910c-ce7d0f28f78e" }, "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": "NTE1OGNiMzkxNmE4OWU3YTUyNTFiZmQyNGEzYjU1N2Y\u003d", "artifactDescription": "Auto-generated HEAT Environment deployment artifact", "artifactTimeout": 0, "artifactVersion": "2", "artifactUUID": "4f7a550f-6ebf-4724-8b96-46bfcd6cbe92", "relatedArtifactsInfo": [] } ] } ], "serviceArtifacts": [ { "artifactName": "service-BasicVmMacro-csar.csar", "artifactType": "TOSCA_CSAR", "artifactURL": "/sdc/v1/catalog/services/BasicVmMacro/1.0/artifacts/service-BasicVmMacro-csar.csar", "artifactChecksum": "MzViOTA2ZDkwOTAxNWM0NDM1MmFmZjZhZTAwZDMwN2Q\u003d", "artifactDescription": "TOSCA definition package of the asset", "artifactTimeout": 0, "artifactVersion": "1", "artifactUUID": "4c098ba4-3120-4bb2-bfba-9f48571a872b" } ], "workloadContext": "Production" } 2021-05-05T01:26:03.228Z|59cbceaa-0d50-473f-9cea-665402966733|pool-2-thread-9|||||DEBUG|500||Receive a callback notification in ASDC, nb of resources: 1 2021-05-05T01:26:03.228Z|59cbceaa-0d50-473f-9cea-665402966733|pool-2-thread-9|||||INFO|500||ASDC_RECEIVE_CALLBACK_NOTIF 3 5a3aab32-ec33-4819-9b7e-0c7ee40bb3ab ASDC 2021-05-05T01:26:03.229Z|95a8e734-0ca5-474c-a417-07566a116d7e|pool-2-thread-9|||||DEBUG|500||ASDC Notification: DistributionID:95a8e734-0ca5-474c-a417-07566a116d7e ServiceName:basic_vm_macro ServiceVersion:1.0 ServiceUUID:5a3aab32-ec33-4819-9b7e-0c7ee40bb3ab ServiceInvariantUUID:11d8de99-7f79-4ace-9df8-a73ab42fc9c6 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:4c098ba4-3120-4bb2-bfba-9f48571a872b ArtifactChecksum:MzViOTA2ZDkwOTAxNWM0NDM1MmFmZjZhZTAwZDMwN2Q= GeneratedArtifact:{NULL } RelatedArtifacts:{ } } Resource Instances List: { Resource Instance Info: ResourceInstanceName:basic_vm_macro 0 ResourceCustomizationUUID:9ba83bd4-4d03-4381-a886-34d726239837 ResourceInvariantUUID:1561cebe-022a-43d9-850d-b8f1a51111ee ResourceName:basic_vm_macro ResourceType:VF ResourceUUID:3a4b03ad-7272-4aed-85ff-bac3a0777e2f 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:f8e0e6e8-0002-410f-baf5-9073407fb476 ArtifactChecksum:NzllMzM4Mzg4NGU2ZjgxNzg3MzdlZDI1OGJmNTc5Yzc= 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:45d92aef-76a0-457f-910c-ce7d0f28f78e ArtifactChecksum:MWUxZmM1M2EyMTI4MDQyYjRhYjEzODQxZmIzZjM1NTE= 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:4f7a550f-6ebf-4724-8b96-46bfcd6cbe92 ArtifactChecksum:NTE1OGNiMzkxNmE4OWU3YTUyNTFiZmQyNGEzYjU1N2Y= 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:4f7a550f-6ebf-4724-8b96-46bfcd6cbe92 ArtifactChecksum:NTE1OGNiMzkxNmE4OWU3YTUyNTFiZmQyNGEzYjU1N2Y= GeneratedArtifact:{NULL } RelatedArtifacts:{ } } } 2021-05-05T01:26:03.229Z|95a8e734-0ca5-474c-a417-07566a116d7e|pool-2-thread-9|||||INFO|500||ASDC_RECEIVE_SERVICE_NOTIF 5a3aab32-ec33-4819-9b7e-0c7ee40bb3ab ASDC treatNotification Hibernate: select watchdogse0_.DISTRIBUTION_ID as distribu1_13_0_, watchdogse0_.SERVICE_MODEL_VERSION_ID as service_2_13_0_, watchdogse0_.CONSUMER_ID as consumer3_13_0_, watchdogse0_.CREATE_TIME as create_t4_13_0_, watchdogse0_.DISTRIBUTION_NOTIFICATION as distribu5_13_0_ from watchdog_service_mod_ver_id_lookup watchdogse0_ where watchdogse0_.DISTRIBUTION_ID=? and watchdogse0_.SERVICE_MODEL_VERSION_ID=? Hibernate: insert into watchdog_service_mod_ver_id_lookup (CONSUMER_ID, CREATE_TIME, DISTRIBUTION_NOTIFICATION, DISTRIBUTION_ID, SERVICE_MODEL_VERSION_ID) values (?, ?, ?, ?, ?) Hibernate: select watchdogdi0_.DISTRIBUTION_ID as distribu1_11_0_, watchdogdi0_.CREATE_TIME as create_t2_11_0_, watchdogdi0_.DISTRIBUTION_ID_STATUS as distribu3_11_0_, watchdogdi0_.MODIFY_TIME as modify_t4_11_0_, watchdogdi0_.LOCK_VERSION as lock_ver5_11_0_ from watchdog_distributionid_status watchdogdi0_ where watchdogdi0_.DISTRIBUTION_ID=? Hibernate: update watchdog_distributionid_status set DISTRIBUTION_ID_STATUS=?, MODIFY_TIME=?, LOCK_VERSION=? where DISTRIBUTION_ID=? 2021-05-05T01:26:03.253Z|95a8e734-0ca5-474c-a417-07566a116d7e|pool-2-thread-9|||||INFO|500||Unable to find the system property mso.config.path, use the default configuration 2021-05-05T01:26:03.254Z|95a8e734-0ca5-474c-a417-07566a116d7e|pool-2-thread-9|||||INFO|500||MSO config path is: /app 2021-05-05T01:26:03.254Z|95a8e734-0ca5-474c-a417-07566a116d7e|pool-2-thread-9|||||INFO|500||MSO config path is: /app 2021-05-05T01:26:03.254Z|95a8e734-0ca5-474c-a417-07566a116d7e|pool-2-thread-9|||||INFO|500||Trying to download the artifact UUID: 4c098ba4-3120-4bb2-bfba-9f48571a872b from URL: /sdc/v1/catalog/services/BasicVmMacro/1.0/artifacts/service-BasicVmMacro-csar.csar 2021-05-05T01:26:03.254Z|95a8e734-0ca5-474c-a417-07566a116d7e|pool-2-thread-9|||||INFO|500||DistributionClient - download 2021-05-05T01:26:03.254Z|95a8e734-0ca5-474c-a417-07566a116d7e|pool-2-thread-9|||||DEBUG|500||url to send https://sdc-be.onap:8443/sdc/v1/catalog/services/BasicVmMacro/1.0/artifacts/service-BasicVmMacro-csar.csar 2021-05-05T01:26:04.169Z|95a8e734-0ca5-474c-a417-07566a116d7e|pool-2-thread-9|||||DEBUG|500||GET Response Status 200 2021-05-05T01:26:04.172Z|95a8e734-0ca5-474c-a417-07566a116d7e|pool-2-thread-9|||||INFO|500||ASDC_ARTIFACT_DOWNLOAD_SUC /sdc/v1/catalog/services/BasicVmMacro/1.0/artifacts/service-BasicVmMacro-csar.csar 4c098ba4-3120-4bb2-bfba-9f48571a872b 82047 2021-05-05T01:26:04.172Z|95a8e734-0ca5-474c-a417-07566a116d7e|pool-2-thread-9|||||INFO|500||ASDC_SEND_NOTIF_ASDC DOWNLOAD DOWNLOAD_OK /sdc/v1/catalog/services/BasicVmMacro/1.0/artifacts/service-BasicVmMacro-csar.csar ASDC sendASDCNotification 2021-05-05T01:26:04.172Z|95a8e734-0ca5-474c-a417-07566a116d7e|pool-2-thread-9|||||DEBUG|500||Sending DOWNLOAD(DOWNLOAD_OK) notification to ASDC for artifact:/sdc/v1/catalog/services/BasicVmMacro/1.0/artifacts/service-BasicVmMacro-csar.csar 2021-05-05T01:26:04.173Z|95a8e734-0ca5-474c-a417-07566a116d7e|pool-2-thread-9|||||INFO|500||DistributionClient - sendDownloadStatus 2021-05-05T01:26:04.173Z|95a8e734-0ca5-474c-a417-07566a116d7e|pool-2-thread-9|||||INFO|500||DistributionClient - sendStatus 2021-05-05T01:26:04.174Z|95a8e734-0ca5-474c-a417-07566a116d7e|pool-2-thread-9|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap] 2021-05-05T01:26:04.174Z|95a8e734-0ca5-474c-a417-07566a116d7e|pool-2-thread-9|||||DEBUG|500||try to send status { "distributionID": "95a8e734-0ca5-474c-a417-07566a116d7e", "consumerID": "SO-COpenSource-Env11", "timestamp": 1620177964172, "artifactURL": "/sdc/v1/catalog/services/BasicVmMacro/1.0/artifacts/service-BasicVmMacro-csar.csar", "status": "DOWNLOAD_OK" } 2021-05-05T01:26:04.274Z||pool-92-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms 2021-05-05T01:26:04.275Z||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. 2021-05-05T01:26:04.275Z||pool-92-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as a4LkjAbl6YzsGxek) ... 2021-05-05T01:26:04.282Z||pool-92-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK 2021-05-05T01:26:04.282Z||pool-92-thread-1|||||INFO|500||cambria reply ok (7 ms):{"serverTimeMs":0,"count":1} 2021-05-05T01:26:05.175Z|95a8e734-0ca5-474c-a417-07566a116d7e|pool-2-thread-9|||||INFO|500||Unable to find the system property mso.config.path, use the default configuration 2021-05-05T01:26:05.176Z|95a8e734-0ca5-474c-a417-07566a116d7e|pool-2-thread-9|||||INFO|500||MSO config path is: /app 2021-05-05T01:26:05.177Z|95a8e734-0ca5-474c-a417-07566a116d7e|pool-2-thread-9|||||INFO|500||Trying to write artifact UUID: 4c098ba4-3120-4bb2-bfba-9f48571a872b, URL: /sdc/v1/catalog/services/BasicVmMacro/1.0/artifacts/service-BasicVmMacro-csar.csar to file: /app/ASDC/1/service-BasicVmMacro-csar.csar 2021-05-05T01:26:05.177Z|95a8e734-0ca5-474c-a417-07566a116d7e|pool-2-thread-9|||||INFO|500||ASDC_RECEIVE_SERVICE_NOTIF ***WRITE FILE ARTIFACT NAME ASDC service-BasicVmMacro-csar.csar 2021-05-05T01:26:05.178Z|95a8e734-0ca5-474c-a417-07566a116d7e|pool-2-thread-9|||||DEBUG|500||ASDC File path is: /app/ASDC/1/service-BasicVmMacro-csar.csar 2021-05-05T01:26:05.178Z|95a8e734-0ca5-474c-a417-07566a116d7e|pool-2-thread-9|||||INFO|500||ASDC_RECEIVE_SERVICE_NOTIF ***PATH ASDC /app/ASDC/1/service-BasicVmMacro-csar.csar 2021-05-05T01:26:05.310Z|95a8e734-0ca5-474c-a417-07566a116d7e|pool-2-thread-9|||||DEBUG|500||ToscaTemplate Loading YAMEL file /tmp/JTP7037650679642970128/Definitions/service-BasicVmMacro-template.yml 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_vlan_requirements" is not provided Log warning: The required parameter "port_Ubuntu20_admin_plane_port_0_network_role" is not provided Log warning: The required parameter "port_Ubuntu20_admin_plane_port_0_subnetpoolid" is not provided Log warning: The required parameter "port_Ubuntu20_admin_plane_port_0_order" is not provided Log warning: The required parameter "port_Ubuntu20_admin_plane_port_0_name" is not provided 2021-05-05T01:26:06.170Z|95a8e734-0ca5-474c-a417-07566a116d7e|pool-2-thread-9|||||DEBUG|500||CSAR conformance level is 11.0 2021-05-05T01:26:06.170Z|95a8e734-0ca5-474c-a417-07566a116d7e|pool-2-thread-9|||||WARN|500||#################################################################################################### 2021-05-05T01:26:06.171Z|95a8e734-0ca5-474c-a417-07566a116d7e|pool-2-thread-9|||||WARN|500||CSAR Warnings found! CSAR name - /app/ASDC/1/service-BasicVmMacro-csar.csar 2021-05-05T01:26:06.171Z|95a8e734-0ca5-474c-a417-07566a116d7e|pool-2-thread-9|||||WARN|500||ToscaTemplate - verifyTemplate - 10 Parsing Warnings occurred... 2021-05-05T01:26:06.171Z|95a8e734-0ca5-474c-a417-07566a116d7e|pool-2-thread-9|||||WARN|500||JTosca Exception [JE003]: MissingRequiredFieldError: properties of template "abstract_Ubuntu20" are missing field(s): [unit, type]. CSAR name - /app/ASDC/1/service-BasicVmMacro-csar.csar 2021-05-05T01:26:06.171Z|95a8e734-0ca5-474c-a417-07566a116d7e|pool-2-thread-9|||||WARN|500||JTosca Exception [JE003]: MissingRequiredFieldError: properties of template "basic_vm_macro 0" are missing field(s): [nf_naming_code, nf_function, max_instances, nf_type, nf_role, min_instances]. CSAR name - /app/ASDC/1/service-BasicVmMacro-csar.csar 2021-05-05T01:26:06.171Z|95a8e734-0ca5-474c-a417-07566a116d7e|pool-2-thread-9|||||WARN|500||JTosca Exception [JE001]: TypeMismatchError: "[Ubuntu20_admin_security_group]" is not a map. The type is "json". CSAR name - /app/ASDC/1/service-BasicVmMacro-csar.csar 2021-05-05T01:26:06.171Z|95a8e734-0ca5-474c-a417-07566a116d7e|pool-2-thread-9|||||WARN|500||JTosca Exception [JE003]: MissingRequiredFieldError: Data value of type "org.openecomp.datatypes.AssignmentRequirements" is missing required field(s) "[supplemental_data]". CSAR name - /app/ASDC/1/service-BasicVmMacro-csar.csar 2021-05-05T01:26:06.171Z|95a8e734-0ca5-474c-a417-07566a116d7e|pool-2-thread-9|||||WARN|500||JTosca Exception [JE003]: MissingRequiredFieldError: Data value of type "org.openecomp.datatypes.network.IpRequirements" is missing required field(s) "[assingment_method, supplemental_data]". CSAR name - /app/ASDC/1/service-BasicVmMacro-csar.csar 2021-05-05T01:26:06.171Z|95a8e734-0ca5-474c-a417-07566a116d7e|pool-2-thread-9|||||WARN|500||JTosca Exception [JE003]: MissingRequiredFieldError: properties of template "basic_vm_macro 0" are missing field(s): [unit, type]. CSAR name - /app/ASDC/1/service-BasicVmMacro-csar.csar 2021-05-05T01:26:06.171Z|95a8e734-0ca5-474c-a417-07566a116d7e|pool-2-thread-9|||||WARN|500||JTosca Exception [JE003]: MissingRequiredFieldError: Data value of type "org.openecomp.datatypes.Naming" is missing required field(s) "[supplemental_data]". CSAR name - /app/ASDC/1/service-BasicVmMacro-csar.csar 2021-05-05T01:26:06.171Z|95a8e734-0ca5-474c-a417-07566a116d7e|pool-2-thread-9|||||WARN|500||JTosca Exception [JE003]: MissingRequiredFieldError: properties of template "abstract_Ubuntu20" are missing field(s): [port_Ubuntu20_admin_plane_port_0_related_networks, port_Ubuntu20_admin_plane_port_0_vlan_requirements, port_Ubuntu20_admin_plane_port_0_network_role, port_Ubuntu20_admin_plane_port_0_subnetpoolid, port_Ubuntu20_admin_plane_port_0_order, nfc_function, port_Ubuntu20_admin_plane_port_0_name]. CSAR name - /app/ASDC/1/service-BasicVmMacro-csar.csar 2021-05-05T01:26:06.171Z|95a8e734-0ca5-474c-a417-07566a116d7e|pool-2-thread-9|||||WARN|500||JTosca Exception [JE003]: MissingRequiredFieldError: Data value of type "org.openecomp.datatypes.network.MacRequirements" is missing required field(s) "[supplemental_data]". CSAR name - /app/ASDC/1/service-BasicVmMacro-csar.csar 2021-05-05T01:26:06.171Z|95a8e734-0ca5-474c-a417-07566a116d7e|pool-2-thread-9|||||WARN|500||JTosca Exception [JE003]: MissingRequiredFieldError: Data value of type "org.openecomp.datatypes.PortMirroringConnectionPointDescription" is missing required field(s) "[nf_naming_code, pps_capacity, nf_type, nfc_type]". CSAR name - /app/ASDC/1/service-BasicVmMacro-csar.csar 2021-05-05T01:26:06.172Z|95a8e734-0ca5-474c-a417-07566a116d7e|pool-2-thread-9|||||WARN|500||#################################################################################################### 2021-05-05T01:26:06.172Z|95a8e734-0ca5-474c-a417-07566a116d7e|pool-2-thread-9|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive 2021-05-05T01:26:06.172Z|95a8e734-0ca5-474c-a417-07566a116d7e|pool-2-thread-9|||||DEBUG|500||Service basic_vm_macro is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=SERVICE_PROXY, toscaType=null, uUID=null, customizationUUID=null 2021-05-05T01:26:06.172Z|95a8e734-0ca5-474c-a417-07566a116d7e|pool-2-thread-9|||||DEBUG|500||Node template basic_vm_macro 0 is matching search criteria 2021-05-05T01:26:06.172Z|95a8e734-0ca5-474c-a417-07566a116d7e|pool-2-thread-9|||||DEBUG|500||Search for entities recursively 2021-05-05T01:26:06.172Z|95a8e734-0ca5-474c-a417-07566a116d7e|pool-2-thread-9|||||DEBUG|500||Found topology templates [basic_vm_macro 0, abstract_Ubuntu20] matching following query criteria: sdcType=Service, customizationUUID=null 2021-05-05T01:26:06.172Z|95a8e734-0ca5-474c-a417-07566a116d7e|pool-2-thread-9|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive 2021-05-05T01:26:06.172Z|95a8e734-0ca5-474c-a417-07566a116d7e|pool-2-thread-9|||||DEBUG|500||Service basic_vm_macro is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=CONFIGURATION, toscaType=null, uUID=null, customizationUUID=null 2021-05-05T01:26:06.173Z|95a8e734-0ca5-474c-a417-07566a116d7e|pool-2-thread-9|||||DEBUG|500||Node template basic_vm_macro 0 is matching search criteria 2021-05-05T01:26:06.173Z|95a8e734-0ca5-474c-a417-07566a116d7e|pool-2-thread-9|||||DEBUG|500||Search for entities recursively 2021-05-05T01:26:06.173Z|95a8e734-0ca5-474c-a417-07566a116d7e|pool-2-thread-9|||||DEBUG|500||Found topology templates [basic_vm_macro 0, abstract_Ubuntu20] matching following query criteria: sdcType=Service, customizationUUID=null 2021-05-05T01:26:06.173Z|95a8e734-0ca5-474c-a417-07566a116d7e|pool-2-thread-9|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive 2021-05-05T01:26:06.173Z|95a8e734-0ca5-474c-a417-07566a116d7e|pool-2-thread-9|||||DEBUG|500||Service basic_vm_macro is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=VF, toscaType=null, uUID=null, customizationUUID=null 2021-05-05T01:26:06.173Z|95a8e734-0ca5-474c-a417-07566a116d7e|pool-2-thread-9|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive 2021-05-05T01:26:06.173Z|95a8e734-0ca5-474c-a417-07566a116d7e|pool-2-thread-9|||||DEBUG|500||Node template basic_vm_macro 0 is not matching search criteria 2021-05-05T01:26:06.173Z|95a8e734-0ca5-474c-a417-07566a116d7e|pool-2-thread-9|||||DEBUG|500||Node template Ubuntu20_admin_security_group is not matching search criteria 2021-05-05T01:26:06.174Z|95a8e734-0ca5-474c-a417-07566a116d7e|pool-2-thread-9|||||DEBUG|500||Node template abstract_Ubuntu20 is not matching search criteria 2021-05-05T01:26:06.174Z|95a8e734-0ca5-474c-a417-07566a116d7e|pool-2-thread-9|||||DEBUG|500||Node template Ubuntu20 is not matching search criteria 2021-05-05T01:26:06.174Z|95a8e734-0ca5-474c-a417-07566a116d7e|pool-2-thread-9|||||DEBUG|500||Node template Ubuntu20_Ubuntu20_admin_plane_port_0 is not matching search criteria 2021-05-05T01:26:06.174Z|95a8e734-0ca5-474c-a417-07566a116d7e|pool-2-thread-9|||||DEBUG|500||Found topology templates [] matching following query criteria: sdcType=VF, customizationUUID=customizationUUID 2021-05-05T01:26:06.174Z|95a8e734-0ca5-474c-a417-07566a116d7e|pool-2-thread-9|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive 2021-05-05T01:26:06.174Z|95a8e734-0ca5-474c-a417-07566a116d7e|pool-2-thread-9|||||DEBUG|500||Service basic_vm_macro is searched for EntityType=GROUP, nodeTemplateType=null, toscaType=org.openecomp.groups.VfModule, uUID=null, customizationUUID=null 2021-05-05T01:26:06.174Z|95a8e734-0ca5-474c-a417-07566a116d7e|pool-2-thread-9|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive 2021-05-05T01:26:06.175Z|95a8e734-0ca5-474c-a417-07566a116d7e|pool-2-thread-9|||||DEBUG|500||Node template basic_vm_macro 0 is matching search criteria 2021-05-05T01:26:06.175Z|95a8e734-0ca5-474c-a417-07566a116d7e|pool-2-thread-9|||||DEBUG|500||Found topology templates [basic_vm_macro 0] matching following query criteria: sdcType=VF, customizationUUID=null 2021-05-05T01:26:06.175Z|95a8e734-0ca5-474c-a417-07566a116d7e|pool-2-thread-9|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive 2021-05-05T01:26:06.175Z|95a8e734-0ca5-474c-a417-07566a116d7e|pool-2-thread-9|||||DEBUG|500||Node template basic_vm_macro 0 is matching search criteria 2021-05-05T01:26:06.175Z|95a8e734-0ca5-474c-a417-07566a116d7e|pool-2-thread-9|||||DEBUG|500||Found topology templates [basic_vm_macro 0] matching following query criteria: sdcType=VF, customizationUUID=null 2021-05-05T01:26:06.175Z|95a8e734-0ca5-474c-a417-07566a116d7e|pool-2-thread-9|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive 2021-05-05T01:26:06.175Z|95a8e734-0ca5-474c-a417-07566a116d7e|pool-2-thread-9|||||DEBUG|500||Node template basic_vm_macro 0 is matching search criteria 2021-05-05T01:26:06.176Z|95a8e734-0ca5-474c-a417-07566a116d7e|pool-2-thread-9|||||DEBUG|500||Found topology templates [basic_vm_macro 0] matching following query criteria: sdcType=VF, customizationUUID=null 2021-05-05T01:26:06.176Z|95a8e734-0ca5-474c-a417-07566a116d7e|pool-2-thread-9|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive 2021-05-05T01:26:06.176Z|95a8e734-0ca5-474c-a417-07566a116d7e|pool-2-thread-9|||||DEBUG|500||Node template basic_vm_macro 0 is not matching search criteria 2021-05-05T01:26:06.176Z|95a8e734-0ca5-474c-a417-07566a116d7e|pool-2-thread-9|||||DEBUG|500||Node template Ubuntu20_admin_security_group is not matching search criteria 2021-05-05T01:26:06.176Z|95a8e734-0ca5-474c-a417-07566a116d7e|pool-2-thread-9|||||DEBUG|500||Node template abstract_Ubuntu20 is matching search criteria 2021-05-05T01:26:06.176Z|95a8e734-0ca5-474c-a417-07566a116d7e|pool-2-thread-9|||||DEBUG|500||Found topology templates [abstract_Ubuntu20] matching following query criteria: sdcType=CVFC, customizationUUID=0885c190-708f-4ca5-8d5d-987075fd0fc9 2021-05-05T01:26:06.176Z|95a8e734-0ca5-474c-a417-07566a116d7e|pool-2-thread-9|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive 2021-05-05T01:26:06.177Z|95a8e734-0ca5-474c-a417-07566a116d7e|pool-2-thread-9|||||DEBUG|500||Service basic_vm_macro is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=VL, toscaType=null, uUID=null, customizationUUID=null 2021-05-05T01:26:06.177Z|95a8e734-0ca5-474c-a417-07566a116d7e|pool-2-thread-9|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive 2021-05-05T01:26:06.177Z|95a8e734-0ca5-474c-a417-07566a116d7e|pool-2-thread-9|||||DEBUG|500||Service basic_vm_macro is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=CR, toscaType=null, uUID=null, customizationUUID=null 2021-05-05T01:26:06.177Z|95a8e734-0ca5-474c-a417-07566a116d7e|pool-2-thread-9|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive 2021-05-05T01:26:06.177Z|95a8e734-0ca5-474c-a417-07566a116d7e|pool-2-thread-9|||||DEBUG|500||Service basic_vm_macro is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=VF, toscaType=null, uUID=null, customizationUUID=null 2021-05-05T01:26:06.177Z|95a8e734-0ca5-474c-a417-07566a116d7e|pool-2-thread-9|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive 2021-05-05T01:26:06.177Z|95a8e734-0ca5-474c-a417-07566a116d7e|pool-2-thread-9|||||DEBUG|500||Service basic_vm_macro is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=PNF, toscaType=null, uUID=null, customizationUUID=null 2021-05-05T01:26:06.177Z|95a8e734-0ca5-474c-a417-07566a116d7e|pool-2-thread-9|||||DEBUG|500||CSAR Notification: Service Level Properties: Name:basic_vm_macro Description:service Model UUID:5a3aab32-ec33-4819-9b7e-0c7ee40bb3ab Model Version:NULL Model InvariantUuid:11d8de99-7f79-4ace-9df8-a73ab42fc9c6 Service Type: Service Role: WorkLoad Context:Production Environment Context:General_Revenue-Bearing VNF Properties: Model Name:basic_vm_macro Model UUID:59cb690b-173f-4d78-8d9e-4a9d7b8cd535 Description:VF Version:1.0 Type:VF Category:Generic InvariantUuid:1561cebe-022a-43d9-850d-b8f1a51111ee Max Instances:null Min Instances:null VNF Customization Properties: Customization UUID:9ba83bd4-4d03-4381-a886-34d726239837 NFFunction:null NFCode:null NFRole:null NFType:null MultiStageDesign:false VF Module Properties: ModelInvariantUuid:e4dad234-6806-49f2-b771-51e3018ed6de ModelName:BasicVmMacro..base_ubuntu20..module-0 ModelUuid:ebe76af4-8ea8-41cd-a06d-e99147fa66bc ModelVersion:1 Description:NULL VF Module Customization Properties: Model Customization UUID:NULL CVNFC Properties: ModelCustomizationUuid:0885c190-708f-4ca5-8d5d-987075fd0fc9 ModelInvariantUuid:c456f111-63b2-4608-807c-3cd7dd2ae90a ModelName:basic_vm_macro-nodes.Ubuntu20Cvfc ModelUuid:b18efc89-ce39-4aae-9513-3ea828f163d7 ModelVersion:1.0 Description:Complex node type that is used as nested type in VF Template Name:abstract_Ubuntu20 VNFC Properties: ModelCustomizationUuid:ddfd2098-0dac-4b80-b8cc-1cc4f0852685 ModelInvariantUuid:cb412fb4-1eb3-4c95-8e38-fd25538a6fca ModelName:BasicVmMacro.compute.nodes.heat.Ubuntu20 ModelUuid:cb38b137-016c-4380-a620-371f74d259c1 ModelVersion:1.0 Description:Not reusable inner VFC Sub Category:Abstract VF Allotted Resource Properties: PNF Allotted Resource Properties: Hibernate: select toscacsar0_.ARTIFACT_UUID as artifact1_56_0_, toscacsar0_.ARTIFACT_CHECKSUM as artifact2_56_0_, toscacsar0_.CREATION_TIMESTAMP as creation3_56_0_, toscacsar0_.DESCRIPTION as descript4_56_0_, toscacsar0_.NAME as name5_56_0_, toscacsar0_.URL as url6_56_0_, toscacsar0_.Version as version7_56_0_ from tosca_csar toscacsar0_ where toscacsar0_.ARTIFACT_UUID=? 2021-05-05T01:26:06.182Z|95a8e734-0ca5-474c-a417-07566a116d7e|pool-2-thread-9|||||INFO|500||Processing Resource Type: VF, Model UUID: 3a4b03ad-7272-4aed-85ff-bac3a0777e2f Hibernate: select service0_.MODEL_UUID as model_uu1_49_, service0_.CDS_BLUEPRINT_NAME as cds_blue2_49_, service0_.CDS_BLUEPRINT_VERSION as cds_blue3_49_, service0_.SERVICE_CATEGORY as service_4_49_, service0_.CONTROLLER_ACTOR as controll5_49_, service0_.CREATION_TIMESTAMP as creation6_49_, service0_.TOSCA_CSAR_ARTIFACT_UUID as tosca_c21_49_, service0_.DESCRIPTION as descript7_49_, service0_.OVERALL_DISTRIBUTION_STATUS as overall_8_49_, service0_.ENVIRONMENT_CONTEXT as environm9_49_, service0_.MODEL_INVARIANT_UUID as model_i10_49_, service0_.MODEL_NAME as model_n11_49_, service0_.MODEL_VERSION as model_v12_49_, service0_.NAMING_POLICY as naming_13_49_, service0_.ONAP_GENERATED_NAMING as onap_ge14_49_, service0_.RESOURCE_ORDER as resourc15_49_, service0_.SERVICE_FUNCTION as service16_49_, service0_.SERVICE_ROLE as service17_49_, service0_.SERVICE_TYPE as service18_49_, service0_.SKIP_POST_INSTANTIATION_CONFIGURATION as skip_po19_49_, service0_.WORKLOAD_CONTEXT as workloa20_49_ from service service0_ where service0_.MODEL_UUID=? 2021-05-05T01:26:06.184Z|95a8e734-0ca5-474c-a417-07566a116d7e|pool-2-thread-9|||||INFO|500||basic_vm_macro 0 2021-05-05T01:26:06.184Z|95a8e734-0ca5-474c-a417-07566a116d7e|pool-2-thread-9|||||DEBUG|500||Processing Resource Type: VF and Model UUID: 3a4b03ad-7272-4aed-85ff-bac3a0777e2f 2021-05-05T01:26:06.184Z|95a8e734-0ca5-474c-a417-07566a116d7e|pool-2-thread-9|||||INFO|500||Trying to download the artifact UUID: f8e0e6e8-0002-410f-baf5-9073407fb476 from URL: /sdc/v1/catalog/services/BasicVmMacro/1.0/resourceInstances/basic_vm_macro0/artifacts/basic_vm_macro0_modules.json 2021-05-05T01:26:06.184Z|95a8e734-0ca5-474c-a417-07566a116d7e|pool-2-thread-9|||||INFO|500||DistributionClient - download 2021-05-05T01:26:06.185Z|95a8e734-0ca5-474c-a417-07566a116d7e|pool-2-thread-9|||||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 2021-05-05T01:26:06.660Z|95a8e734-0ca5-474c-a417-07566a116d7e|pool-2-thread-9|||||DEBUG|500||GET Response Status 200 2021-05-05T01:26:06.661Z|95a8e734-0ca5-474c-a417-07566a116d7e|pool-2-thread-9|||||INFO|500||ASDC_ARTIFACT_DOWNLOAD_SUC /sdc/v1/catalog/services/BasicVmMacro/1.0/resourceInstances/basic_vm_macro0/artifacts/basic_vm_macro0_modules.json f8e0e6e8-0002-410f-baf5-9073407fb476 792 2021-05-05T01:26:06.661Z|95a8e734-0ca5-474c-a417-07566a116d7e|pool-2-thread-9|||||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 2021-05-05T01:26:06.662Z|95a8e734-0ca5-474c-a417-07566a116d7e|pool-2-thread-9|||||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 2021-05-05T01:26:06.662Z|95a8e734-0ca5-474c-a417-07566a116d7e|pool-2-thread-9|||||INFO|500||DistributionClient - sendDownloadStatus 2021-05-05T01:26:06.662Z|95a8e734-0ca5-474c-a417-07566a116d7e|pool-2-thread-9|||||INFO|500||DistributionClient - sendStatus 2021-05-05T01:26:06.665Z|95a8e734-0ca5-474c-a417-07566a116d7e|pool-2-thread-9|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap] 2021-05-05T01:26:06.665Z|95a8e734-0ca5-474c-a417-07566a116d7e|pool-2-thread-9|||||DEBUG|500||try to send status { "distributionID": "95a8e734-0ca5-474c-a417-07566a116d7e", "consumerID": "SO-COpenSource-Env11", "timestamp": 1620177966661, "artifactURL": "/sdc/v1/catalog/services/BasicVmMacro/1.0/resourceInstances/basic_vm_macro0/artifacts/basic_vm_macro0_modules.json", "status": "DOWNLOAD_OK" } 2021-05-05T01:26:06.765Z||pool-93-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms 2021-05-05T01:26:06.766Z||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. 2021-05-05T01:26:06.766Z||pool-93-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as a4LkjAbl6YzsGxek) ... 2021-05-05T01:26:06.775Z||pool-93-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK 2021-05-05T01:26:06.776Z||pool-93-thread-1|||||INFO|500||cambria reply ok (11 ms):{"serverTimeMs":0,"count":1} 2021-05-05T01:26:07.665Z|95a8e734-0ca5-474c-a417-07566a116d7e|pool-2-thread-9|||||DEBUG|500||VF_MODULE_ARTIFACT: [ { "vfModuleModelName": "BasicVmMacro..base_ubuntu20..module-0", "vfModuleModelInvariantUUID": "e4dad234-6806-49f2-b771-51e3018ed6de", "vfModuleModelVersion": "1", "vfModuleModelUUID": "ebe76af4-8ea8-41cd-a06d-e99147fa66bc", "vfModuleModelCustomizationUUID": "6b78e99b-85f9-4955-ab40-ff75efeab0a9", "isBase": true, "artifacts": [ "45d92aef-76a0-457f-910c-ce7d0f28f78e", "4f7a550f-6ebf-4724-8b96-46bfcd6cbe92" ], "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": "" } } ] 2021-05-05T01:26:07.668Z|95a8e734-0ca5-474c-a417-07566a116d7e|pool-2-thread-9|||||DEBUG|500||VfModuleMetaData List: { VfModuleMetaData: VfModuleModelName:BasicVmMacro..base_ubuntu20..module-0 VfModuleModelVersion:1 VfModuleModelUUID:ebe76af4-8ea8-41cd-a06d-e99147fa66bc VfModuleModelInvariantUUID:e4dad234-6806-49f2-b771-51e3018ed6de VfModuleModelDescription:NULL Artifacts UUID List:{ 45d92aef-76a0-457f-910c-ce7d0f28f78e , 4f7a550f-6ebf-4724-8b96-46bfcd6cbe92 } 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 } 2021-05-05T01:26:07.670Z|95a8e734-0ca5-474c-a417-07566a116d7e|pool-2-thread-9|||||DEBUG|500||VF_MODULE_ARTIFACT: [ { "vfModuleModelName": "BasicVmMacro..base_ubuntu20..module-0", "vfModuleModelInvariantUUID": "e4dad234-6806-49f2-b771-51e3018ed6de", "vfModuleModelVersion": "1", "vfModuleModelUUID": "ebe76af4-8ea8-41cd-a06d-e99147fa66bc", "vfModuleModelCustomizationUUID": "6b78e99b-85f9-4955-ab40-ff75efeab0a9", "isBase": true, "artifacts": [ "45d92aef-76a0-457f-910c-ce7d0f28f78e", "4f7a550f-6ebf-4724-8b96-46bfcd6cbe92" ], "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": "" } } ] 2021-05-05T01:26:07.670Z|95a8e734-0ca5-474c-a417-07566a116d7e|pool-2-thread-9|||||DEBUG|500||VfModuleMetaData List: { VfModuleMetaData: VfModuleModelName:BasicVmMacro..base_ubuntu20..module-0 VfModuleModelVersion:1 VfModuleModelUUID:ebe76af4-8ea8-41cd-a06d-e99147fa66bc VfModuleModelInvariantUUID:e4dad234-6806-49f2-b771-51e3018ed6de VfModuleModelDescription:NULL Artifacts UUID List:{ 45d92aef-76a0-457f-910c-ce7d0f28f78e , 4f7a550f-6ebf-4724-8b96-46bfcd6cbe92 } 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 } 2021-05-05T01:26:07.670Z|95a8e734-0ca5-474c-a417-07566a116d7e|pool-2-thread-9|||||INFO|500||Trying to download the artifact UUID: 45d92aef-76a0-457f-910c-ce7d0f28f78e from URL: /sdc/v1/catalog/services/BasicVmMacro/1.0/resourceInstances/basic_vm_macro0/artifacts/base_ubuntu20.yaml 2021-05-05T01:26:07.670Z|95a8e734-0ca5-474c-a417-07566a116d7e|pool-2-thread-9|||||INFO|500||DistributionClient - download 2021-05-05T01:26:07.670Z|95a8e734-0ca5-474c-a417-07566a116d7e|pool-2-thread-9|||||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 2021-05-05T01:26:07.823Z|95a8e734-0ca5-474c-a417-07566a116d7e|pool-2-thread-9|||||DEBUG|500||GET Response Status 200 2021-05-05T01:26:07.824Z|95a8e734-0ca5-474c-a417-07566a116d7e|pool-2-thread-9|||||INFO|500||ASDC_ARTIFACT_DOWNLOAD_SUC /sdc/v1/catalog/services/BasicVmMacro/1.0/resourceInstances/basic_vm_macro0/artifacts/base_ubuntu20.yaml 45d92aef-76a0-457f-910c-ce7d0f28f78e 5033 2021-05-05T01:26:07.824Z|95a8e734-0ca5-474c-a417-07566a116d7e|pool-2-thread-9|||||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 2021-05-05T01:26:07.824Z|95a8e734-0ca5-474c-a417-07566a116d7e|pool-2-thread-9|||||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 2021-05-05T01:26:07.824Z|95a8e734-0ca5-474c-a417-07566a116d7e|pool-2-thread-9|||||INFO|500||DistributionClient - sendDownloadStatus 2021-05-05T01:26:07.824Z|95a8e734-0ca5-474c-a417-07566a116d7e|pool-2-thread-9|||||INFO|500||DistributionClient - sendStatus 2021-05-05T01:26:07.826Z|95a8e734-0ca5-474c-a417-07566a116d7e|pool-2-thread-9|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap] 2021-05-05T01:26:07.826Z|95a8e734-0ca5-474c-a417-07566a116d7e|pool-2-thread-9|||||DEBUG|500||try to send status { "distributionID": "95a8e734-0ca5-474c-a417-07566a116d7e", "consumerID": "SO-COpenSource-Env11", "timestamp": 1620177967824, "artifactURL": "/sdc/v1/catalog/services/BasicVmMacro/1.0/resourceInstances/basic_vm_macro0/artifacts/base_ubuntu20.yaml", "status": "DOWNLOAD_OK" } 2021-05-05T01:26:07.926Z||pool-94-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms 2021-05-05T01:26:07.927Z||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. 2021-05-05T01:26:07.927Z||pool-94-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as a4LkjAbl6YzsGxek) ... 2021-05-05T01:26:07.933Z||pool-94-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK 2021-05-05T01:26:07.933Z||pool-94-thread-1|||||INFO|500||cambria reply ok (7 ms):{"serverTimeMs":0,"count":1} 2021-05-05T01:26:08.826Z|95a8e734-0ca5-474c-a417-07566a116d7e|pool-2-thread-9|||||INFO|500||Trying to download the artifact UUID: 4f7a550f-6ebf-4724-8b96-46bfcd6cbe92 from URL: /sdc/v1/catalog/services/BasicVmMacro/1.0/resourceInstances/basic_vm_macro0/artifacts/base_ubuntu20.env 2021-05-05T01:26:08.827Z|95a8e734-0ca5-474c-a417-07566a116d7e|pool-2-thread-9|||||INFO|500||DistributionClient - download 2021-05-05T01:26:08.827Z|95a8e734-0ca5-474c-a417-07566a116d7e|pool-2-thread-9|||||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 2021-05-05T01:26:09.310Z|95a8e734-0ca5-474c-a417-07566a116d7e|pool-2-thread-9|||||DEBUG|500||GET Response Status 200 2021-05-05T01:26:09.311Z|95a8e734-0ca5-474c-a417-07566a116d7e|pool-2-thread-9|||||INFO|500||ASDC_ARTIFACT_DOWNLOAD_SUC /sdc/v1/catalog/services/BasicVmMacro/1.0/resourceInstances/basic_vm_macro0/artifacts/base_ubuntu20.env 4f7a550f-6ebf-4724-8b96-46bfcd6cbe92 903 2021-05-05T01:26:09.311Z|95a8e734-0ca5-474c-a417-07566a116d7e|pool-2-thread-9|||||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 2021-05-05T01:26:09.311Z|95a8e734-0ca5-474c-a417-07566a116d7e|pool-2-thread-9|||||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 2021-05-05T01:26:09.311Z|95a8e734-0ca5-474c-a417-07566a116d7e|pool-2-thread-9|||||INFO|500||DistributionClient - sendDownloadStatus 2021-05-05T01:26:09.312Z|95a8e734-0ca5-474c-a417-07566a116d7e|pool-2-thread-9|||||INFO|500||DistributionClient - sendStatus 2021-05-05T01:26:09.314Z|95a8e734-0ca5-474c-a417-07566a116d7e|pool-2-thread-9|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap] 2021-05-05T01:26:09.314Z|95a8e734-0ca5-474c-a417-07566a116d7e|pool-2-thread-9|||||DEBUG|500||try to send status { "distributionID": "95a8e734-0ca5-474c-a417-07566a116d7e", "consumerID": "SO-COpenSource-Env11", "timestamp": 1620177969311, "artifactURL": "/sdc/v1/catalog/services/BasicVmMacro/1.0/resourceInstances/basic_vm_macro0/artifacts/base_ubuntu20.env", "status": "DOWNLOAD_OK" } 2021-05-05T01:26:09.414Z||pool-95-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms 2021-05-05T01:26:09.415Z||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. 2021-05-05T01:26:09.415Z||pool-95-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as a4LkjAbl6YzsGxek) ... 2021-05-05T01:26:09.422Z||pool-95-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK 2021-05-05T01:26:09.423Z||pool-95-thread-1|||||INFO|500||cambria reply ok (8 ms):{"serverTimeMs":0,"count":1} 2021-05-05T01:26:10.315Z|95a8e734-0ca5-474c-a417-07566a116d7e|pool-2-thread-9|||||DEBUG|500||Preparing to deploy Service: 5a3aab32-ec33-4819-9b7e-0c7ee40bb3ab 2021-05-05T01:26:10.315Z|95a8e734-0ca5-474c-a417-07566a116d7e|pool-2-thread-9|||||INFO|500||ASDC_START_DEPLOY_ARTIFACT basic_vm_macro 0 3a4b03ad-7272-4aed-85ff-bac3a0777e2f ASDC Hibernate: select heatenviro0_.ARTIFACT_UUID as artifact1_25_, heatenviro0_.ARTIFACT_CHECKSUM as artifact2_25_, heatenviro0_.CREATION_TIMESTAMP as creation3_25_, heatenviro0_.DESCRIPTION as descript4_25_, heatenviro0_.BODY as body5_25_, heatenviro0_.NAME as name6_25_, heatenviro0_.VERSION as version7_25_ from heat_environment heatenviro0_ where heatenviro0_.ARTIFACT_UUID=? Hibernate: select heattempla0_.ARTIFACT_UUID as artifact1_28_, heattempla0_.ARTIFACT_CHECKSUM as artifact2_28_, heattempla0_.CREATION_TIMESTAMP as creation3_28_, heattempla0_.DESCRIPTION as descript4_28_, heattempla0_.BODY as body5_28_, heattempla0_.NAME as name6_28_, heattempla0_.TIMEOUT_MINUTES as timeout_7_28_, heattempla0_.VERSION as version8_28_ from heat_template heattempla0_ where heattempla0_.ARTIFACT_UUID=? Hibernate: select toscacsar0_.ARTIFACT_UUID as artifact1_56_0_, toscacsar0_.ARTIFACT_CHECKSUM as artifact2_56_0_, toscacsar0_.CREATION_TIMESTAMP as creation3_56_0_, toscacsar0_.DESCRIPTION as descript4_56_0_, toscacsar0_.NAME as name5_56_0_, toscacsar0_.URL as url6_56_0_, toscacsar0_.Version as version7_56_0_ from tosca_csar toscacsar0_ where toscacsar0_.ARTIFACT_UUID=? Hibernate: select service0_.MODEL_UUID as model_uu1_49_, service0_.CDS_BLUEPRINT_NAME as cds_blue2_49_, service0_.CDS_BLUEPRINT_VERSION as cds_blue3_49_, service0_.SERVICE_CATEGORY as service_4_49_, service0_.CONTROLLER_ACTOR as controll5_49_, service0_.CREATION_TIMESTAMP as creation6_49_, service0_.TOSCA_CSAR_ARTIFACT_UUID as tosca_c21_49_, service0_.DESCRIPTION as descript7_49_, service0_.OVERALL_DISTRIBUTION_STATUS as overall_8_49_, service0_.ENVIRONMENT_CONTEXT as environm9_49_, service0_.MODEL_INVARIANT_UUID as model_i10_49_, service0_.MODEL_NAME as model_n11_49_, service0_.MODEL_VERSION as model_v12_49_, service0_.NAMING_POLICY as naming_13_49_, service0_.ONAP_GENERATED_NAMING as onap_ge14_49_, service0_.RESOURCE_ORDER as resourc15_49_, service0_.SERVICE_FUNCTION as service16_49_, service0_.SERVICE_ROLE as service17_49_, service0_.SERVICE_TYPE as service18_49_, service0_.SKIP_POST_INSTANTIATION_CONFIGURATION as skip_po19_49_, service0_.WORKLOAD_CONTEXT as workloa20_49_ from service service0_ where service0_.MODEL_UUID=? 2021-05-05T01:26:10.328Z|95a8e734-0ca5-474c-a417-07566a116d7e|pool-2-thread-9|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive 2021-05-05T01:26:10.328Z|95a8e734-0ca5-474c-a417-07566a116d7e|pool-2-thread-9|||||DEBUG|500||Service basic_vm_macro is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=VF, toscaType=null, uUID=null, customizationUUID=null 2021-05-05T01:26:10.329Z|95a8e734-0ca5-474c-a417-07566a116d7e|pool-2-thread-9|||||DEBUG|500||VF Category is: Generic 2021-05-05T01:26:10.329Z|95a8e734-0ca5-474c-a417-07566a116d7e|pool-2-thread-9|||||DEBUG|500||VFCustomizationUUID= 9ba83bd4-4d03-4381-a886-34d726239837 2021-05-05T01:26:10.329Z|95a8e734-0ca5-474c-a417-07566a116d7e|pool-2-thread-9|||||DEBUG|500||Checking if Notification VF ResourceCustomizationUUID: 9ba83bd4-4d03-4381-a886-34d726239837 matches Tosca VF Customization UUID: 9ba83bd4-4d03-4381-a886-34d726239837 2021-05-05T01:26:10.329Z|95a8e734-0ca5-474c-a417-07566a116d7e|pool-2-thread-9|||||DEBUG|500||vfCustomizationUUID: 9ba83bd4-4d03-4381-a886-34d726239837 matches vfNotificationResource CustomizationUUID Hibernate: select vnfresourc0_.MODEL_UUID as model_uu1_63_, vnfresourc0_.AIC_VERSION_MAX as aic_vers2_63_, vnfresourc0_.AIC_VERSION_MIN as aic_vers3_63_, vnfresourc0_.RESOURCE_CATEGORY as resource4_63_, vnfresourc0_.CREATION_TIMESTAMP as creation5_63_, vnfresourc0_.DESCRIPTION as descript6_63_, vnfresourc0_.HEAT_TEMPLATE_ARTIFACT_UUID as heat_te13_63_, vnfresourc0_.MODEL_INVARIANT_UUID as model_in7_63_, vnfresourc0_.MODEL_NAME as model_na8_63_, vnfresourc0_.MODEL_VERSION as model_ve9_63_, vnfresourc0_.ORCHESTRATION_MODE as orchest10_63_, vnfresourc0_.RESOURCE_SUB_CATEGORY as resourc11_63_, vnfresourc0_.TOSCA_NODE_TYPE as tosca_n12_63_ from vnf_resource vnfresourc0_ where vnfresourc0_.MODEL_UUID=? 2021-05-05T01:26:10.331Z|95a8e734-0ca5-474c-a417-07566a116d7e|pool-2-thread-9|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive 2021-05-05T01:26:10.331Z|95a8e734-0ca5-474c-a417-07566a116d7e|pool-2-thread-9|||||DEBUG|500||Service basic_vm_macro is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=null, toscaType=null, uUID=null, customizationUUID=null 2021-05-05T01:26:10.332Z|95a8e734-0ca5-474c-a417-07566a116d7e|pool-2-thread-9|||||DEBUG|500||resource request for resource customization id 9ba83bd4-4d03-4381-a886-34d726239837: {\"vf_module_id\":\"Ubuntu20-VF-module\",\"skip_post_instantiation_configuration\":\"false\",\"nf_naming\":\"true\",\"multi_stage_design\":\"false\",\"controller_actor\":\"CDS\",\"availability_zone_max_count\":\"1\",\"sdnc_artifact_name\":\"vnf\",\"Ubuntu20_pub_key\":\"ssh-rsa AAAAB3NzaC1yc2EAAAADAQABAAABgQC3dbqgymZVpu2cIWqzlKNxnOy2Qjt07NZxaXtQyu9dr0kbmursTE5N0IW0qg/rsCXgw2vjjdPOxU6jtrTbyzbAmo9F6LtS9oqvct9LmLjDNyiQFuCPETIBGy43daDVgw3hrg3f9ihN88V/JwnI9n3ZFn8Wy15KV6XCHn3MASV31YnbkjruUtj7rZm5V8NUwAteZ91k5T7WBpywt483rrkeQjEzyKiVSmmOhHWNSmbnko9XzO7QDUHfVIk5qCf/aBES7hcE0YiqX5lfLamSyCqOGANnv+AN2opDEakUeCyJHZrsk3Nkk7A9p+CNlq42sUEKtrO0xiH63viMA6eBYSiaQPzckdq/T52naozx/Oj9ITCgX/6XjldMUF99afIydpC6+kymflTYA8P/9u1Ih93+Vjg1Bf2e4lJaf9z9frXcB9F+ZRDq6feN+XQ93Q8xQ9blu9Gq8BZUbPvAQxW0UaryeuzhCKx4QA33qqYA+tmWVXTsaG0uow6f0hm7z+pkYCM= master@Utilisateur-PC\",\"vnf_name\":\"Ubuntu20-VNF-name\",\"Ubuntu20_image_name\":\"ubuntu-20.04\",\"dcae_collector_ip\":\"10.4.2.166\",\"vnf_id\":\"Ubuntu20-VNF\",\"sdnc_model_version\":\"1.0.0\",\"Ubuntu20_name_0\":\"Ubuntu20\",\"dcae_collector_port\":\"30417\",\"admin_plane_net_name\":\"admin\",\"sdnc_model_name\":\"ubuntu20\",\"Ubuntu20_flavor_name\":\"m1.small\"} 2021-05-05T01:26:10.332Z|95a8e734-0ca5-474c-a417-07566a116d7e|pool-2-thread-9|||||DEBUG|500||vfModuleStructure: org.onap.so.asdc.installer.VfModuleStructure@74f2fc40 2021-05-05T01:26:10.332Z|95a8e734-0ca5-474c-a417-07566a116d7e|pool-2-thread-9|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive 2021-05-05T01:26:10.332Z|95a8e734-0ca5-474c-a417-07566a116d7e|pool-2-thread-9|||||DEBUG|500||Service basic_vm_macro is searched for EntityType=GROUP, nodeTemplateType=null, toscaType=org.openecomp.groups.VfModule, uUID=null, customizationUUID=null 2021-05-05T01:26:10.332Z|95a8e734-0ca5-474c-a417-07566a116d7e|pool-2-thread-9|||||DEBUG|500||Comparing Vf_Modules_Metadata CustomizationUUID : 6b78e99b-85f9-4955-ab40-ff75efeab0a9 2021-05-05T01:26:10.332Z|95a8e734-0ca5-474c-a417-07566a116d7e|pool-2-thread-9|||||DEBUG|500||To Csar Group VFModuleModelCustomizationUUID 6b78e99b-85f9-4955-ab40-ff75efeab0a9 Hibernate: select vfmodule0_.MODEL_UUID as model_uu1_58_, vfmodule0_.CREATION_TIMESTAMP as creation2_58_, vfmodule0_.DESCRIPTION as descript3_58_, vfmodule0_.IS_BASE as is_base4_58_, vfmodule0_.MODEL_INVARIANT_UUID as model_in5_58_, vfmodule0_.MODEL_NAME as model_na6_58_, vfmodule0_.MODEL_VERSION as model_ve7_58_, vfmodule0_.HEAT_TEMPLATE_ARTIFACT_UUID as heat_tem8_58_, vfmodule0_.VNF_RESOURCE_MODEL_UUID as vnf_reso9_58_, vfmodule0_.VOL_HEAT_TEMPLATE_ARTIFACT_UUID as vol_hea10_58_ from vf_module vfmodule0_ where vfmodule0_.MODEL_UUID=? 2021-05-05T01:26:10.334Z|95a8e734-0ca5-474c-a417-07566a116d7e|pool-2-thread-9|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive 2021-05-05T01:26:10.334Z|95a8e734-0ca5-474c-a417-07566a116d7e|pool-2-thread-9|||||DEBUG|500||Node template basic_vm_macro 0 is matching search criteria 2021-05-05T01:26:10.334Z|95a8e734-0ca5-474c-a417-07566a116d7e|pool-2-thread-9|||||DEBUG|500||Found topology templates [basic_vm_macro 0] matching following query criteria: sdcType=VF, customizationUUID=null 2021-05-05T01:26:10.335Z|95a8e734-0ca5-474c-a417-07566a116d7e|pool-2-thread-9|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive 2021-05-05T01:26:10.335Z|95a8e734-0ca5-474c-a417-07566a116d7e|pool-2-thread-9|||||DEBUG|500||Node template basic_vm_macro 0 is matching search criteria 2021-05-05T01:26:10.335Z|95a8e734-0ca5-474c-a417-07566a116d7e|pool-2-thread-9|||||DEBUG|500||Found topology templates [basic_vm_macro 0] matching following query criteria: sdcType=VF, customizationUUID=null 2021-05-05T01:26:10.335Z|95a8e734-0ca5-474c-a417-07566a116d7e|pool-2-thread-9|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive 2021-05-05T01:26:10.335Z|95a8e734-0ca5-474c-a417-07566a116d7e|pool-2-thread-9|||||DEBUG|500||Node template basic_vm_macro 0 is not matching search criteria 2021-05-05T01:26:10.335Z|95a8e734-0ca5-474c-a417-07566a116d7e|pool-2-thread-9|||||DEBUG|500||Node template Ubuntu20_admin_security_group is not matching search criteria 2021-05-05T01:26:10.335Z|95a8e734-0ca5-474c-a417-07566a116d7e|pool-2-thread-9|||||DEBUG|500||Node template abstract_Ubuntu20 is matching search criteria 2021-05-05T01:26:10.335Z|95a8e734-0ca5-474c-a417-07566a116d7e|pool-2-thread-9|||||DEBUG|500||Found topology templates [abstract_Ubuntu20] matching following query criteria: sdcType=CVFC, customizationUUID=0885c190-708f-4ca5-8d5d-987075fd0fc9 Hibernate: select vnfccustom0_.MODEL_CUSTOMIZATION_UUID as model_cu1_66_, vnfccustom0_.CREATION_TIMESTAMP as creation2_66_, vnfccustom0_.DESCRIPTION as descript3_66_, vnfccustom0_.MODEL_INSTANCE_NAME as model_in4_66_, vnfccustom0_.MODEL_INVARIANT_UUID as model_in5_66_, vnfccustom0_.MODEL_NAME as model_na6_66_, vnfccustom0_.MODEL_UUID as model_uu7_66_, vnfccustom0_.MODEL_VERSION as model_ve8_66_, vnfccustom0_.RESOURCE_INPUT as resource9_66_, vnfccustom0_.TOSCA_NODE_TYPE as tosca_n10_66_, vnfccustom0_.VNFC_INSTANCE_GROUP_CUSTOMIZATION_ID as vnfc_in11_66_ from vnfc_customization vnfccustom0_ where vnfccustom0_.MODEL_CUSTOMIZATION_UUID=? 2021-05-05T01:26:10.337Z|95a8e734-0ca5-474c-a417-07566a116d7e|pool-2-thread-9|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive 2021-05-05T01:26:10.337Z|95a8e734-0ca5-474c-a417-07566a116d7e|pool-2-thread-9|||||DEBUG|500||Node template basic_vm_macro 0 is matching search criteria 2021-05-05T01:26:10.337Z|95a8e734-0ca5-474c-a417-07566a116d7e|pool-2-thread-9|||||DEBUG|500||Found topology templates [basic_vm_macro 0] matching following query criteria: sdcType=VF, customizationUUID=null 2021-05-05T01:26:10.337Z|95a8e734-0ca5-474c-a417-07566a116d7e|pool-2-thread-9|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive 2021-05-05T01:26:10.338Z|95a8e734-0ca5-474c-a417-07566a116d7e|pool-2-thread-9|||||DEBUG|500||Node template basic_vm_macro 0 is matching search criteria 2021-05-05T01:26:10.338Z|95a8e734-0ca5-474c-a417-07566a116d7e|pool-2-thread-9|||||DEBUG|500||Found topology templates [basic_vm_macro 0] matching following query criteria: sdcType=VF, customizationUUID=9ba83bd4-4d03-4381-a886-34d726239837 Hibernate: select service0_.MODEL_UUID as model_uu1_49_, service0_.CDS_BLUEPRINT_NAME as cds_blue2_49_, service0_.CDS_BLUEPRINT_VERSION as cds_blue3_49_, service0_.SERVICE_CATEGORY as service_4_49_, service0_.CONTROLLER_ACTOR as controll5_49_, service0_.CREATION_TIMESTAMP as creation6_49_, service0_.TOSCA_CSAR_ARTIFACT_UUID as tosca_c21_49_, service0_.DESCRIPTION as descript7_49_, service0_.OVERALL_DISTRIBUTION_STATUS as overall_8_49_, service0_.ENVIRONMENT_CONTEXT as environm9_49_, service0_.MODEL_INVARIANT_UUID as model_i10_49_, service0_.MODEL_NAME as model_n11_49_, service0_.MODEL_VERSION as model_v12_49_, service0_.NAMING_POLICY as naming_13_49_, service0_.ONAP_GENERATED_NAMING as onap_ge14_49_, service0_.RESOURCE_ORDER as resourc15_49_, service0_.SERVICE_FUNCTION as service16_49_, service0_.SERVICE_ROLE as service17_49_, service0_.SERVICE_TYPE as service18_49_, service0_.SKIP_POST_INSTANTIATION_CONFIGURATION as skip_po19_49_, service0_.WORKLOAD_CONTEXT as workloa20_49_ from service service0_ where service0_.MODEL_UUID=? 2021-05-05T01:26:10.339Z|95a8e734-0ca5-474c-a417-07566a116d7e|pool-2-thread-9|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive 2021-05-05T01:26:10.339Z|95a8e734-0ca5-474c-a417-07566a116d7e|pool-2-thread-9|||||DEBUG|500||Service basic_vm_macro is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=null, toscaType=null, uUID=null, customizationUUID=null 2021-05-05T01:26:10.339Z|95a8e734-0ca5-474c-a417-07566a116d7e|pool-2-thread-9|||||DEBUG|500|| resourceSeq for service uuid 5a3aab32-ec33-4819-9b7e-0c7ee40bb3ab: basic_vm_macro 2021-05-05T01:26:10.339Z|95a8e734-0ca5-474c-a417-07566a116d7e|pool-2-thread-9|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive 2021-05-05T01:26:10.339Z|95a8e734-0ca5-474c-a417-07566a116d7e|pool-2-thread-9|||||DEBUG|500||Service basic_vm_macro is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=PNF, toscaType=null, uUID=null, customizationUUID=null 2021-05-05T01:26:10.339Z|95a8e734-0ca5-474c-a417-07566a116d7e|pool-2-thread-9|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive 2021-05-05T01:26:10.340Z|95a8e734-0ca5-474c-a417-07566a116d7e|pool-2-thread-9|||||DEBUG|500||Service basic_vm_macro is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=VL, toscaType=null, uUID=null, customizationUUID=null 2021-05-05T01:26:10.340Z|95a8e734-0ca5-474c-a417-07566a116d7e|pool-2-thread-9|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive 2021-05-05T01:26:10.340Z|95a8e734-0ca5-474c-a417-07566a116d7e|pool-2-thread-9|||||DEBUG|500||Service basic_vm_macro is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=CR, toscaType=null, uUID=null, customizationUUID=null 2021-05-05T01:26:10.340Z|95a8e734-0ca5-474c-a417-07566a116d7e|pool-2-thread-9|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive 2021-05-05T01:26:10.340Z|95a8e734-0ca5-474c-a417-07566a116d7e|pool-2-thread-9|||||DEBUG|500||Service basic_vm_macro is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=SERVICE_PROXY, toscaType=null, uUID=null, customizationUUID=null 2021-05-05T01:26:10.340Z|95a8e734-0ca5-474c-a417-07566a116d7e|pool-2-thread-9|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive 2021-05-05T01:26:10.340Z|95a8e734-0ca5-474c-a417-07566a116d7e|pool-2-thread-9|||||DEBUG|500||Service basic_vm_macro is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=CONFIGURATION, toscaType=null, uUID=null, customizationUUID=null 2021-05-05T01:26:10.340Z|95a8e734-0ca5-474c-a417-07566a116d7e|pool-2-thread-9|||||INFO|500||Saving Service: basic_vm_macro Hibernate: select service0_.MODEL_UUID as model_uu1_49_3_, service0_.CDS_BLUEPRINT_NAME as cds_blue2_49_3_, service0_.CDS_BLUEPRINT_VERSION as cds_blue3_49_3_, service0_.SERVICE_CATEGORY as service_4_49_3_, service0_.CONTROLLER_ACTOR as controll5_49_3_, service0_.CREATION_TIMESTAMP as creation6_49_3_, service0_.TOSCA_CSAR_ARTIFACT_UUID as tosca_c21_49_3_, service0_.DESCRIPTION as descript7_49_3_, service0_.OVERALL_DISTRIBUTION_STATUS as overall_8_49_3_, service0_.ENVIRONMENT_CONTEXT as environm9_49_3_, service0_.MODEL_INVARIANT_UUID as model_i10_49_3_, service0_.MODEL_NAME as model_n11_49_3_, service0_.MODEL_VERSION as model_v12_49_3_, service0_.NAMING_POLICY as naming_13_49_3_, service0_.ONAP_GENERATED_NAMING as onap_ge14_49_3_, service0_.RESOURCE_ORDER as resourc15_49_3_, service0_.SERVICE_FUNCTION as service16_49_3_, service0_.SERVICE_ROLE as service17_49_3_, service0_.SERVICE_TYPE as service18_49_3_, service0_.SKIP_POST_INSTANTIATION_CONFIGURATION as skip_po19_49_3_, service0_.WORKLOAD_CONTEXT as workloa20_49_3_, allottedcu1_.SERVICE_MODEL_UUID as service_1_8_5_, allottedre2_.MODEL_CUSTOMIZATION_UUID as resource2_8_5_, allottedre2_.MODEL_CUSTOMIZATION_UUID as model_cu1_7_0_, allottedre2_.AR_MODEL_UUID as ar_mode15_7_0_, allottedre2_.CREATION_TIMESTAMP as creation2_7_0_, allottedre2_.MAX_INSTANCES as max_inst3_7_0_, allottedre2_.MIN_INSTANCES as min_inst4_7_0_, allottedre2_.MODEL_INSTANCE_NAME as model_in5_7_0_, allottedre2_.NF_FUNCTION as nf_funct6_7_0_, allottedre2_.NF_NAMING_CODE as nf_namin7_7_0_, allottedre2_.NF_ROLE as nf_role8_7_0_, allottedre2_.NF_TYPE as nf_type9_7_0_, allottedre2_.PROVIDING_SERVICE_MODEL_INVARIANT_UUID as providi10_7_0_, allottedre2_.PROVIDING_SERVICE_MODEL_NAME as providi11_7_0_, allottedre2_.PROVIDING_SERVICE_MODEL_UUID as providi12_7_0_, allottedre2_.RESOURCE_INPUT as resourc13_7_0_, allottedre2_.TARGET_NETWORK_ROLE as target_14_7_0_, allottedre3_.MODEL_UUID as model_uu1_6_1_, allottedre3_.CREATION_TIMESTAMP as creation2_6_1_, allottedre3_.DESCRIPTION as descript3_6_1_, allottedre3_.MODEL_INVARIANT_UUID as model_in4_6_1_, allottedre3_.MODEL_NAME as model_na5_6_1_, allottedre3_.MODEL_VERSION as model_ve6_6_1_, allottedre3_.SUBCATEGORY as subcateg7_6_1_, allottedre3_.TOSCA_NODE_TYPE as tosca_no8_6_1_, toscacsar4_.ARTIFACT_UUID as artifact1_56_2_, toscacsar4_.ARTIFACT_CHECKSUM as artifact2_56_2_, toscacsar4_.CREATION_TIMESTAMP as creation3_56_2_, toscacsar4_.DESCRIPTION as descript4_56_2_, toscacsar4_.NAME as name5_56_2_, toscacsar4_.URL as url6_56_2_, toscacsar4_.Version as version7_56_2_ from service service0_ left outer join allotted_resource_customization_to_service allottedcu1_ on service0_.MODEL_UUID=allottedcu1_.SERVICE_MODEL_UUID left outer join allotted_resource_customization allottedre2_ on allottedcu1_.RESOURCE_MODEL_CUSTOMIZATION_UUID=allottedre2_.MODEL_CUSTOMIZATION_UUID left outer join allotted_resource allottedre3_ on allottedre2_.AR_MODEL_UUID=allottedre3_.MODEL_UUID left outer join tosca_csar toscacsar4_ on service0_.TOSCA_CSAR_ARTIFACT_UUID=toscacsar4_.ARTIFACT_UUID where service0_.MODEL_UUID=? Hibernate: select toscacsar0_.ARTIFACT_UUID as artifact1_56_1_, toscacsar0_.ARTIFACT_CHECKSUM as artifact2_56_1_, toscacsar0_.CREATION_TIMESTAMP as creation3_56_1_, toscacsar0_.DESCRIPTION as descript4_56_1_, toscacsar0_.NAME as name5_56_1_, toscacsar0_.URL as url6_56_1_, toscacsar0_.Version as version7_56_1_, services1_.TOSCA_CSAR_ARTIFACT_UUID as tosca_c21_49_3_, services1_.MODEL_UUID as model_uu1_49_3_, services1_.MODEL_UUID as model_uu1_49_0_, services1_.CDS_BLUEPRINT_NAME as cds_blue2_49_0_, services1_.CDS_BLUEPRINT_VERSION as cds_blue3_49_0_, services1_.SERVICE_CATEGORY as service_4_49_0_, services1_.CONTROLLER_ACTOR as controll5_49_0_, services1_.CREATION_TIMESTAMP as creation6_49_0_, services1_.TOSCA_CSAR_ARTIFACT_UUID as tosca_c21_49_0_, services1_.DESCRIPTION as descript7_49_0_, services1_.OVERALL_DISTRIBUTION_STATUS as overall_8_49_0_, services1_.ENVIRONMENT_CONTEXT as environm9_49_0_, services1_.MODEL_INVARIANT_UUID as model_i10_49_0_, services1_.MODEL_NAME as model_n11_49_0_, services1_.MODEL_VERSION as model_v12_49_0_, services1_.NAMING_POLICY as naming_13_49_0_, services1_.ONAP_GENERATED_NAMING as onap_ge14_49_0_, services1_.RESOURCE_ORDER as resourc15_49_0_, services1_.SERVICE_FUNCTION as service16_49_0_, services1_.SERVICE_ROLE as service17_49_0_, services1_.SERVICE_TYPE as service18_49_0_, services1_.SKIP_POST_INSTANTIATION_CONFIGURATION as skip_po19_49_0_, services1_.WORKLOAD_CONTEXT as workloa20_49_0_ from tosca_csar toscacsar0_ left outer join service services1_ on toscacsar0_.ARTIFACT_UUID=services1_.TOSCA_CSAR_ARTIFACT_UUID where toscacsar0_.ARTIFACT_UUID=? Hibernate: insert into tosca_csar (ARTIFACT_CHECKSUM, CREATION_TIMESTAMP, DESCRIPTION, NAME, URL, Version, ARTIFACT_UUID) values (?, ?, ?, ?, ?, ?, ?) Hibernate: insert into service (CDS_BLUEPRINT_NAME, CDS_BLUEPRINT_VERSION, SERVICE_CATEGORY, CONTROLLER_ACTOR, CREATION_TIMESTAMP, TOSCA_CSAR_ARTIFACT_UUID, DESCRIPTION, OVERALL_DISTRIBUTION_STATUS, ENVIRONMENT_CONTEXT, MODEL_INVARIANT_UUID, MODEL_NAME, MODEL_VERSION, NAMING_POLICY, ONAP_GENERATED_NAMING, RESOURCE_ORDER, SERVICE_FUNCTION, SERVICE_ROLE, SERVICE_TYPE, SKIP_POST_INSTANTIATION_CONFIGURATION, WORKLOAD_CONTEXT, MODEL_UUID) values (?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?) Hibernate: insert into service_info (SERVICE_MODEL_UUID, SERVICE_INPUT, SERVICE_PROPERTIES) values (?, ?, ?) Hibernate: select vnfresourc0_.MODEL_UUID as model_uu1_63_0_, vnfresourc0_.AIC_VERSION_MAX as aic_vers2_63_0_, vnfresourc0_.AIC_VERSION_MIN as aic_vers3_63_0_, vnfresourc0_.RESOURCE_CATEGORY as resource4_63_0_, vnfresourc0_.CREATION_TIMESTAMP as creation5_63_0_, vnfresourc0_.DESCRIPTION as descript6_63_0_, vnfresourc0_.HEAT_TEMPLATE_ARTIFACT_UUID as heat_te13_63_0_, vnfresourc0_.MODEL_INVARIANT_UUID as model_in7_63_0_, vnfresourc0_.MODEL_NAME as model_na8_63_0_, vnfresourc0_.MODEL_VERSION as model_ve9_63_0_, vnfresourc0_.ORCHESTRATION_MODE as orchest10_63_0_, vnfresourc0_.RESOURCE_SUB_CATEGORY as resourc11_63_0_, vnfresourc0_.TOSCA_NODE_TYPE as tosca_n12_63_0_ from vnf_resource vnfresourc0_ where vnfresourc0_.MODEL_UUID=? Hibernate: insert into vnf_resource (AIC_VERSION_MAX, AIC_VERSION_MIN, RESOURCE_CATEGORY, CREATION_TIMESTAMP, DESCRIPTION, HEAT_TEMPLATE_ARTIFACT_UUID, MODEL_INVARIANT_UUID, MODEL_NAME, MODEL_VERSION, ORCHESTRATION_MODE, RESOURCE_SUB_CATEGORY, TOSCA_NODE_TYPE, MODEL_UUID) values (?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?) Hibernate: insert into vnf_resource_customization (AVAILABILITY_ZONE_MAX_COUNT, CDS_BLUEPRINT_NAME, CDS_BLUEPRINT_VERSION, CONTROLLER_ACTOR, CREATION_TIMESTAMP, MAX_INSTANCES, MIN_INSTANCES, MODEL_CUSTOMIZATION_UUID, MODEL_INSTANCE_NAME, MULTI_STAGE_DESIGN, NF_DATA_VALID, NF_FUNCTION, NF_NAMING_CODE, NF_ROLE, NF_TYPE, RESOURCE_INPUT, SERVICE_MODEL_UUID, SKIP_POST_INSTANTIATION_CONFIGURATION, VNF_RESOURCE_MODEL_UUID, VNFCINSTANCEGROUP_ORDER) values (?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?) Hibernate: select heatenviro0_.ARTIFACT_UUID as artifact1_25_0_, heatenviro0_.ARTIFACT_CHECKSUM as artifact2_25_0_, heatenviro0_.CREATION_TIMESTAMP as creation3_25_0_, heatenviro0_.DESCRIPTION as descript4_25_0_, heatenviro0_.BODY as body5_25_0_, heatenviro0_.NAME as name6_25_0_, heatenviro0_.VERSION as version7_25_0_ from heat_environment heatenviro0_ where heatenviro0_.ARTIFACT_UUID=? Hibernate: select vfmodule0_.MODEL_UUID as model_uu1_58_4_, vfmodule0_.CREATION_TIMESTAMP as creation2_58_4_, vfmodule0_.DESCRIPTION as descript3_58_4_, vfmodule0_.IS_BASE as is_base4_58_4_, vfmodule0_.MODEL_INVARIANT_UUID as model_in5_58_4_, vfmodule0_.MODEL_NAME as model_na6_58_4_, vfmodule0_.MODEL_VERSION as model_ve7_58_4_, vfmodule0_.HEAT_TEMPLATE_ARTIFACT_UUID as heat_tem8_58_4_, vfmodule0_.VNF_RESOURCE_MODEL_UUID as vnf_reso9_58_4_, vfmodule0_.VOL_HEAT_TEMPLATE_ARTIFACT_UUID as vol_hea10_58_4_, heatfiles1_.VF_MODULE_MODEL_UUID as vf_modul1_60_6_, heatfiles2_.ARTIFACT_UUID as heat_fil2_60_6_, heatfiles2_.ARTIFACT_UUID as artifact1_26_0_, heatfiles2_.ARTIFACT_CHECKSUM as artifact2_26_0_, heatfiles2_.CREATION_TIMESTAMP as creation3_26_0_, heatfiles2_.DESCRIPTION as descript4_26_0_, heatfiles2_.BODY as body5_26_0_, heatfiles2_.NAME as name6_26_0_, heatfiles2_.VERSION as version7_26_0_, heattempla3_.ARTIFACT_UUID as artifact1_28_1_, heattempla3_.ARTIFACT_CHECKSUM as artifact2_28_1_, heattempla3_.CREATION_TIMESTAMP as creation3_28_1_, heattempla3_.DESCRIPTION as descript4_28_1_, heattempla3_.BODY as body5_28_1_, heattempla3_.NAME as name6_28_1_, heattempla3_.TIMEOUT_MINUTES as timeout_7_28_1_, heattempla3_.VERSION as version8_28_1_, vnfresourc4_.MODEL_UUID as model_uu1_63_2_, vnfresourc4_.AIC_VERSION_MAX as aic_vers2_63_2_, vnfresourc4_.AIC_VERSION_MIN as aic_vers3_63_2_, vnfresourc4_.RESOURCE_CATEGORY as resource4_63_2_, vnfresourc4_.CREATION_TIMESTAMP as creation5_63_2_, vnfresourc4_.DESCRIPTION as descript6_63_2_, vnfresourc4_.HEAT_TEMPLATE_ARTIFACT_UUID as heat_te13_63_2_, vnfresourc4_.MODEL_INVARIANT_UUID as model_in7_63_2_, vnfresourc4_.MODEL_NAME as model_na8_63_2_, vnfresourc4_.MODEL_VERSION as model_ve9_63_2_, vnfresourc4_.ORCHESTRATION_MODE as orchest10_63_2_, vnfresourc4_.RESOURCE_SUB_CATEGORY as resourc11_63_2_, vnfresourc4_.TOSCA_NODE_TYPE as tosca_n12_63_2_, heattempla5_.ARTIFACT_UUID as artifact1_28_3_, heattempla5_.ARTIFACT_CHECKSUM as artifact2_28_3_, heattempla5_.CREATION_TIMESTAMP as creation3_28_3_, heattempla5_.DESCRIPTION as descript4_28_3_, heattempla5_.BODY as body5_28_3_, heattempla5_.NAME as name6_28_3_, heattempla5_.TIMEOUT_MINUTES as timeout_7_28_3_, heattempla5_.VERSION as version8_28_3_ from vf_module vfmodule0_ left outer join vf_module_to_heat_files heatfiles1_ on vfmodule0_.MODEL_UUID=heatfiles1_.VF_MODULE_MODEL_UUID left outer join heat_files heatfiles2_ on heatfiles1_.HEAT_FILES_ARTIFACT_UUID=heatfiles2_.ARTIFACT_UUID left outer join heat_template heattempla3_ on vfmodule0_.HEAT_TEMPLATE_ARTIFACT_UUID=heattempla3_.ARTIFACT_UUID left outer join vnf_resource vnfresourc4_ on vfmodule0_.VNF_RESOURCE_MODEL_UUID=vnfresourc4_.MODEL_UUID left outer join heat_template heattempla5_ on vfmodule0_.VOL_HEAT_TEMPLATE_ARTIFACT_UUID=heattempla5_.ARTIFACT_UUID where vfmodule0_.MODEL_UUID=? Hibernate: select heattempla0_.ARTIFACT_UUID as artifact1_28_1_, heattempla0_.ARTIFACT_CHECKSUM as artifact2_28_1_, heattempla0_.CREATION_TIMESTAMP as creation3_28_1_, heattempla0_.DESCRIPTION as descript4_28_1_, heattempla0_.BODY as body5_28_1_, heattempla0_.NAME as name6_28_1_, heattempla0_.TIMEOUT_MINUTES as timeout_7_28_1_, heattempla0_.VERSION as version8_28_1_, childtempl1_.PARENT_HEAT_TEMPLATE_UUID as parent_h1_27_3_, heattempla2_.ARTIFACT_UUID as child_he2_27_3_, heattempla2_.ARTIFACT_UUID as artifact1_28_0_, heattempla2_.ARTIFACT_CHECKSUM as artifact2_28_0_, heattempla2_.CREATION_TIMESTAMP as creation3_28_0_, heattempla2_.DESCRIPTION as descript4_28_0_, heattempla2_.BODY as body5_28_0_, heattempla2_.NAME as name6_28_0_, heattempla2_.TIMEOUT_MINUTES as timeout_7_28_0_, heattempla2_.VERSION as version8_28_0_ from heat_template heattempla0_ left outer join heat_nested_template childtempl1_ on heattempla0_.ARTIFACT_UUID=childtempl1_.PARENT_HEAT_TEMPLATE_UUID left outer join heat_template heattempla2_ on childtempl1_.CHILD_HEAT_TEMPLATE_UUID=heattempla2_.ARTIFACT_UUID where heattempla0_.ARTIFACT_UUID=? Hibernate: select heattempla0_.HEAT_TEMPLATE_ARTIFACT_UUID as heat_tem1_29_0_, heattempla0_.PARAM_NAME as param_na2_29_0_, heattempla0_.PARAM_ALIAS as param_al3_29_0_, heattempla0_.PARAM_TYPE as param_ty4_29_0_, heattempla0_.IS_REQUIRED as is_requi5_29_0_ from heat_template_params heattempla0_ where heattempla0_.HEAT_TEMPLATE_ARTIFACT_UUID=? and heattempla0_.PARAM_NAME=? Hibernate: select heattempla0_.HEAT_TEMPLATE_ARTIFACT_UUID as heat_tem1_29_0_, heattempla0_.PARAM_NAME as param_na2_29_0_, heattempla0_.PARAM_ALIAS as param_al3_29_0_, heattempla0_.PARAM_TYPE as param_ty4_29_0_, heattempla0_.IS_REQUIRED as is_requi5_29_0_ from heat_template_params heattempla0_ where heattempla0_.HEAT_TEMPLATE_ARTIFACT_UUID=? and heattempla0_.PARAM_NAME=? Hibernate: select heattempla0_.HEAT_TEMPLATE_ARTIFACT_UUID as heat_tem1_29_0_, heattempla0_.PARAM_NAME as param_na2_29_0_, heattempla0_.PARAM_ALIAS as param_al3_29_0_, heattempla0_.PARAM_TYPE as param_ty4_29_0_, heattempla0_.IS_REQUIRED as is_requi5_29_0_ from heat_template_params heattempla0_ where heattempla0_.HEAT_TEMPLATE_ARTIFACT_UUID=? and heattempla0_.PARAM_NAME=? Hibernate: select heattempla0_.HEAT_TEMPLATE_ARTIFACT_UUID as heat_tem1_29_0_, heattempla0_.PARAM_NAME as param_na2_29_0_, heattempla0_.PARAM_ALIAS as param_al3_29_0_, heattempla0_.PARAM_TYPE as param_ty4_29_0_, heattempla0_.IS_REQUIRED as is_requi5_29_0_ from heat_template_params heattempla0_ where heattempla0_.HEAT_TEMPLATE_ARTIFACT_UUID=? and heattempla0_.PARAM_NAME=? Hibernate: select heattempla0_.HEAT_TEMPLATE_ARTIFACT_UUID as heat_tem1_29_0_, heattempla0_.PARAM_NAME as param_na2_29_0_, heattempla0_.PARAM_ALIAS as param_al3_29_0_, heattempla0_.PARAM_TYPE as param_ty4_29_0_, heattempla0_.IS_REQUIRED as is_requi5_29_0_ from heat_template_params heattempla0_ where heattempla0_.HEAT_TEMPLATE_ARTIFACT_UUID=? and heattempla0_.PARAM_NAME=? Hibernate: select heattempla0_.HEAT_TEMPLATE_ARTIFACT_UUID as heat_tem1_29_0_, heattempla0_.PARAM_NAME as param_na2_29_0_, heattempla0_.PARAM_ALIAS as param_al3_29_0_, heattempla0_.PARAM_TYPE as param_ty4_29_0_, heattempla0_.IS_REQUIRED as is_requi5_29_0_ from heat_template_params heattempla0_ where heattempla0_.HEAT_TEMPLATE_ARTIFACT_UUID=? and heattempla0_.PARAM_NAME=? Hibernate: select heattempla0_.HEAT_TEMPLATE_ARTIFACT_UUID as heat_tem1_29_0_, heattempla0_.PARAM_NAME as param_na2_29_0_, heattempla0_.PARAM_ALIAS as param_al3_29_0_, heattempla0_.PARAM_TYPE as param_ty4_29_0_, heattempla0_.IS_REQUIRED as is_requi5_29_0_ from heat_template_params heattempla0_ where heattempla0_.HEAT_TEMPLATE_ARTIFACT_UUID=? and heattempla0_.PARAM_NAME=? Hibernate: select heattempla0_.HEAT_TEMPLATE_ARTIFACT_UUID as heat_tem1_29_0_, heattempla0_.PARAM_NAME as param_na2_29_0_, heattempla0_.PARAM_ALIAS as param_al3_29_0_, heattempla0_.PARAM_TYPE as param_ty4_29_0_, heattempla0_.IS_REQUIRED as is_requi5_29_0_ from heat_template_params heattempla0_ where heattempla0_.HEAT_TEMPLATE_ARTIFACT_UUID=? and heattempla0_.PARAM_NAME=? Hibernate: select heattempla0_.HEAT_TEMPLATE_ARTIFACT_UUID as heat_tem1_29_0_, heattempla0_.PARAM_NAME as param_na2_29_0_, heattempla0_.PARAM_ALIAS as param_al3_29_0_, heattempla0_.PARAM_TYPE as param_ty4_29_0_, heattempla0_.IS_REQUIRED as is_requi5_29_0_ from heat_template_params heattempla0_ where heattempla0_.HEAT_TEMPLATE_ARTIFACT_UUID=? and heattempla0_.PARAM_NAME=? Hibernate: select heattempla0_.HEAT_TEMPLATE_ARTIFACT_UUID as heat_tem1_29_0_, heattempla0_.PARAM_NAME as param_na2_29_0_, heattempla0_.PARAM_ALIAS as param_al3_29_0_, heattempla0_.PARAM_TYPE as param_ty4_29_0_, heattempla0_.IS_REQUIRED as is_requi5_29_0_ from heat_template_params heattempla0_ where heattempla0_.HEAT_TEMPLATE_ARTIFACT_UUID=? and heattempla0_.PARAM_NAME=? Hibernate: insert into heat_environment (ARTIFACT_CHECKSUM, CREATION_TIMESTAMP, DESCRIPTION, BODY, NAME, VERSION, ARTIFACT_UUID) values (?, ?, ?, ?, ?, ?, ?) Hibernate: insert into heat_template (ARTIFACT_CHECKSUM, CREATION_TIMESTAMP, DESCRIPTION, BODY, NAME, TIMEOUT_MINUTES, VERSION, ARTIFACT_UUID) values (?, ?, ?, ?, ?, ?, ?, ?) Hibernate: insert into heat_template_params (PARAM_ALIAS, PARAM_TYPE, IS_REQUIRED, HEAT_TEMPLATE_ARTIFACT_UUID, PARAM_NAME) values (?, ?, ?, ?, ?) Hibernate: insert into heat_template_params (PARAM_ALIAS, PARAM_TYPE, IS_REQUIRED, HEAT_TEMPLATE_ARTIFACT_UUID, PARAM_NAME) values (?, ?, ?, ?, ?) Hibernate: insert into heat_template_params (PARAM_ALIAS, PARAM_TYPE, IS_REQUIRED, HEAT_TEMPLATE_ARTIFACT_UUID, PARAM_NAME) values (?, ?, ?, ?, ?) Hibernate: insert into heat_template_params (PARAM_ALIAS, PARAM_TYPE, IS_REQUIRED, HEAT_TEMPLATE_ARTIFACT_UUID, PARAM_NAME) values (?, ?, ?, ?, ?) Hibernate: insert into heat_template_params (PARAM_ALIAS, PARAM_TYPE, IS_REQUIRED, HEAT_TEMPLATE_ARTIFACT_UUID, PARAM_NAME) values (?, ?, ?, ?, ?) Hibernate: insert into heat_template_params (PARAM_ALIAS, PARAM_TYPE, IS_REQUIRED, HEAT_TEMPLATE_ARTIFACT_UUID, PARAM_NAME) values (?, ?, ?, ?, ?) Hibernate: insert into heat_template_params (PARAM_ALIAS, PARAM_TYPE, IS_REQUIRED, HEAT_TEMPLATE_ARTIFACT_UUID, PARAM_NAME) values (?, ?, ?, ?, ?) Hibernate: insert into heat_template_params (PARAM_ALIAS, PARAM_TYPE, IS_REQUIRED, HEAT_TEMPLATE_ARTIFACT_UUID, PARAM_NAME) values (?, ?, ?, ?, ?) Hibernate: insert into heat_template_params (PARAM_ALIAS, PARAM_TYPE, IS_REQUIRED, HEAT_TEMPLATE_ARTIFACT_UUID, PARAM_NAME) values (?, ?, ?, ?, ?) Hibernate: insert into heat_template_params (PARAM_ALIAS, PARAM_TYPE, IS_REQUIRED, HEAT_TEMPLATE_ARTIFACT_UUID, PARAM_NAME) values (?, ?, ?, ?, ?) Hibernate: insert into vf_module (CREATION_TIMESTAMP, DESCRIPTION, IS_BASE, MODEL_INVARIANT_UUID, MODEL_NAME, MODEL_VERSION, HEAT_TEMPLATE_ARTIFACT_UUID, VNF_RESOURCE_MODEL_UUID, VOL_HEAT_TEMPLATE_ARTIFACT_UUID, MODEL_UUID) values (?, ?, ?, ?, ?, ?, ?, ?, ?, ?) Hibernate: insert into vf_module_customization (AVAILABILITY_ZONE_COUNT, CREATION_TIMESTAMP, HEAT_ENVIRONMENT_ARTIFACT_UUID, INITIAL_COUNT, LABEL, MAX_INSTANCES, MIN_INSTANCES, MODEL_CUSTOMIZATION_UUID, SKIP_POST_INSTANTIATION_CONFIGURATION, VF_MODULE_MODEL_UUID, VNF_RESOURCE_CUSTOMIZATION_ID, VOL_ENVIRONMENT_ARTIFACT_UUID) values (?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?) Hibernate: select vnfccustom0_.MODEL_CUSTOMIZATION_UUID as model_cu1_66_5_, vnfccustom0_.CREATION_TIMESTAMP as creation2_66_5_, vnfccustom0_.DESCRIPTION as descript3_66_5_, vnfccustom0_.MODEL_INSTANCE_NAME as model_in4_66_5_, vnfccustom0_.MODEL_INVARIANT_UUID as model_in5_66_5_, vnfccustom0_.MODEL_NAME as model_na6_66_5_, vnfccustom0_.MODEL_UUID as model_uu7_66_5_, vnfccustom0_.MODEL_VERSION as model_ve8_66_5_, vnfccustom0_.RESOURCE_INPUT as resource9_66_5_, vnfccustom0_.TOSCA_NODE_TYPE as tosca_n10_66_5_, vnfccustom0_.VNFC_INSTANCE_GROUP_CUSTOMIZATION_ID as vnfc_in11_66_5_, cvnfccusto1_.VNFC_CUST_MODEL_CUSTOMIZATION_UUID as vnfc_cu14_23_7_, cvnfccusto1_.ID as id1_23_7_, cvnfccusto1_.ID as id1_23_0_, cvnfccusto1_.CREATION_TIMESTAMP as creation2_23_0_, cvnfccusto1_.DESCRIPTION as descript3_23_0_, cvnfccusto1_.MODEL_CUSTOMIZATION_UUID as model_cu4_23_0_, cvnfccusto1_.MODEL_INSTANCE_NAME as model_in5_23_0_, cvnfccusto1_.MODEL_INVARIANT_UUID as model_in6_23_0_, cvnfccusto1_.MODEL_NAME as model_na7_23_0_, cvnfccusto1_.MODEL_UUID as model_uu8_23_0_, cvnfccusto1_.MODEL_VERSION as model_ve9_23_0_, cvnfccusto1_.NFC_FUNCTION as nfc_fun10_23_0_, cvnfccusto1_.NFC_NAMING_CODE as nfc_nam11_23_0_, cvnfccusto1_.TOSCA_NODE_TYPE as tosca_n12_23_0_, cvnfccusto1_.VF_MODULE_CUSTOMIZATION_ID as vf_modu13_23_0_, cvnfccusto1_.VNFC_CUST_MODEL_CUSTOMIZATION_UUID as vnfc_cu14_23_0_, vfmodulecu2_.ID as id1_59_1_, vfmodulecu2_.AVAILABILITY_ZONE_COUNT as availabi2_59_1_, vfmodulecu2_.CREATION_TIMESTAMP as creation3_59_1_, vfmodulecu2_.HEAT_ENVIRONMENT_ARTIFACT_UUID as heat_en10_59_1_, vfmodulecu2_.INITIAL_COUNT as initial_4_59_1_, vfmodulecu2_.LABEL as label5_59_1_, vfmodulecu2_.MAX_INSTANCES as max_inst6_59_1_, vfmodulecu2_.MIN_INSTANCES as min_inst7_59_1_, vfmodulecu2_.MODEL_CUSTOMIZATION_UUID as model_cu8_59_1_, vfmodulecu2_.SKIP_POST_INSTANTIATION_CONFIGURATION as skip_pos9_59_1_, vfmodulecu2_.VF_MODULE_MODEL_UUID as vf_modu11_59_1_, vfmodulecu2_.VNF_RESOURCE_CUSTOMIZATION_ID as vnf_res12_59_1_, vfmodulecu2_.VOL_ENVIRONMENT_ARTIFACT_UUID as vol_env13_59_1_, vnfcinstan3_.ID as id1_67_2_, vnfcinstan3_.CREATION_TIMESTAMP as creation2_67_2_, vnfcinstan3_.DESCRIPTION as descript3_67_2_, vnfcinstan3_.FUNCTION as function4_67_2_, vnfcinstan3_.INSTANCE_GROUP_MODEL_UUID as instance5_67_2_, vnfcinstan3_.VNF_RESOURCE_CUSTOMIZATION_ID as vnf_reso6_67_2_, instancegr4_.MODEL_UUID as model_uu2_32_3_, instancegr4_.CR_MODEL_UUID as cr_mode10_32_3_, instancegr4_.CREATION_TIMESTAMP as creation3_32_3_, instancegr4_.MODEL_INVARIANT_UUID as model_in4_32_3_, instancegr4_.MODEL_NAME as model_na5_32_3_, instancegr4_.MODEL_VERSION as model_ve6_32_3_, instancegr4_.ROLE as role7_32_3_, instancegr4_.TOSCA_NODE_TYPE as tosca_no8_32_3_, instancegr4_.INSTANCE_GROUP_TYPE as instance9_32_3_, instancegr4_.OBJECT_TYPE as object_t1_32_3_, vnfresourc5_.ID as id1_64_4_, vnfresourc5_.AVAILABILITY_ZONE_MAX_COUNT as availabi2_64_4_, vnfresourc5_.CDS_BLUEPRINT_NAME as cds_blue3_64_4_, vnfresourc5_.CDS_BLUEPRINT_VERSION as cds_blue4_64_4_, vnfresourc5_.CONTROLLER_ACTOR as controll5_64_4_, vnfresourc5_.CREATION_TIMESTAMP as creation6_64_4_, vnfresourc5_.MAX_INSTANCES as max_inst7_64_4_, vnfresourc5_.MIN_INSTANCES as min_inst8_64_4_, vnfresourc5_.MODEL_CUSTOMIZATION_UUID as model_cu9_64_4_, vnfresourc5_.MODEL_INSTANCE_NAME as model_i10_64_4_, vnfresourc5_.MULTI_STAGE_DESIGN as multi_s11_64_4_, vnfresourc5_.NF_DATA_VALID as nf_data12_64_4_, vnfresourc5_.NF_FUNCTION as nf_func13_64_4_, vnfresourc5_.NF_NAMING_CODE as nf_nami14_64_4_, vnfresourc5_.NF_ROLE as nf_role15_64_4_, vnfresourc5_.NF_TYPE as nf_type16_64_4_, vnfresourc5_.RESOURCE_INPUT as resourc17_64_4_, vnfresourc5_.SERVICE_MODEL_UUID as service20_64_4_, vnfresourc5_.SKIP_POST_INSTANTIATION_CONFIGURATION as skip_po18_64_4_, vnfresourc5_.VNF_RESOURCE_MODEL_UUID as vnf_res21_64_4_, vnfresourc5_.VNFCINSTANCEGROUP_ORDER as vnfcins19_64_4_ from vnfc_customization vnfccustom0_ left outer join cvnfc_customization cvnfccusto1_ on vnfccustom0_.MODEL_CUSTOMIZATION_UUID=cvnfccusto1_.VNFC_CUST_MODEL_CUSTOMIZATION_UUID left outer join vf_module_customization vfmodulecu2_ on cvnfccusto1_.VF_MODULE_CUSTOMIZATION_ID=vfmodulecu2_.ID left outer join vnfc_instance_group_customization vnfcinstan3_ on vnfccustom0_.VNFC_INSTANCE_GROUP_CUSTOMIZATION_ID=vnfcinstan3_.ID left outer join instance_group instancegr4_ on vnfcinstan3_.INSTANCE_GROUP_MODEL_UUID=instancegr4_.MODEL_UUID left outer join vnf_resource_customization vnfresourc5_ on vnfcinstan3_.VNF_RESOURCE_CUSTOMIZATION_ID=vnfresourc5_.ID where vnfccustom0_.MODEL_CUSTOMIZATION_UUID=? Hibernate: insert into vnfc_customization (CREATION_TIMESTAMP, DESCRIPTION, MODEL_INSTANCE_NAME, MODEL_INVARIANT_UUID, MODEL_NAME, MODEL_UUID, MODEL_VERSION, RESOURCE_INPUT, TOSCA_NODE_TYPE, VNFC_INSTANCE_GROUP_CUSTOMIZATION_ID, MODEL_CUSTOMIZATION_UUID) values (?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?) Hibernate: insert into cvnfc_customization (CREATION_TIMESTAMP, DESCRIPTION, MODEL_CUSTOMIZATION_UUID, MODEL_INSTANCE_NAME, MODEL_INVARIANT_UUID, MODEL_NAME, MODEL_UUID, MODEL_VERSION, NFC_FUNCTION, NFC_NAMING_CODE, TOSCA_NODE_TYPE, VF_MODULE_CUSTOMIZATION_ID, VNFC_CUST_MODEL_CUSTOMIZATION_UUID) values (?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?) Hibernate: select watchdogco0_.COMPONENT_NAME as componen1_12_0_, watchdogco0_.DISTRIBUTION_ID as distribu2_12_0_, watchdogco0_.COMPONENT_DISTRIBUTION_STATUS as componen3_12_0_, watchdogco0_.CREATE_TIME as create_t4_12_0_, watchdogco0_.MODIFY_TIME as modify_t5_12_0_ from watchdog_per_component_distribution_status watchdogco0_ where watchdogco0_.COMPONENT_NAME=? and watchdogco0_.DISTRIBUTION_ID=? Hibernate: insert into watchdog_per_component_distribution_status (COMPONENT_DISTRIBUTION_STATUS, CREATE_TIME, MODIFY_TIME, COMPONENT_NAME, DISTRIBUTION_ID) values (?, ?, ?, ?, ?) 2021-05-05T01:26:10.454Z|95a8e734-0ca5-474c-a417-07566a116d7e|pool-2-thread-9|||||INFO|500||ASDC_ARTIFACT_DEPLOY_SUC basic_vm_macro 3a4b03ad-7272-4aed-85ff-bac3a0777e2f 1 ASDC deployResourceStructure 2021-05-05T01:26:10.454Z|95a8e734-0ca5-474c-a417-07566a116d7e|pool-2-thread-9|||||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 2021-05-05T01:26:10.454Z|95a8e734-0ca5-474c-a417-07566a116d7e|pool-2-thread-9|||||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 2021-05-05T01:26:10.454Z|95a8e734-0ca5-474c-a417-07566a116d7e|pool-2-thread-9|||||INFO|500||DistributionClient - sendDeploymentStatus 2021-05-05T01:26:10.454Z|95a8e734-0ca5-474c-a417-07566a116d7e|pool-2-thread-9|||||INFO|500||DistributionClient - sendStatus 2021-05-05T01:26:10.456Z|95a8e734-0ca5-474c-a417-07566a116d7e|pool-2-thread-9|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap] 2021-05-05T01:26:10.456Z|95a8e734-0ca5-474c-a417-07566a116d7e|pool-2-thread-9|||||DEBUG|500||try to send status { "distributionID": "95a8e734-0ca5-474c-a417-07566a116d7e", "consumerID": "SO-COpenSource-Env11", "timestamp": 1620177970454, "artifactURL": "/sdc/v1/catalog/services/BasicVmMacro/1.0/resourceInstances/basic_vm_macro0/artifacts/basic_vm_macro0_modules.json", "status": "DEPLOY_OK" } 2021-05-05T01:26:10.556Z||pool-96-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms 2021-05-05T01:26:10.557Z||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. 2021-05-05T01:26:10.558Z||pool-96-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as a4LkjAbl6YzsGxek) ... 2021-05-05T01:26:10.564Z||pool-96-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK 2021-05-05T01:26:10.565Z||pool-96-thread-1|||||INFO|500||cambria reply ok (8 ms):{"serverTimeMs":0,"count":1} 2021-05-05T01:26:10.726Z||pool-2-thread-3|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2021-05-05T01:26:10.726Z||pool-2-thread-3|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel. 2021-05-05T01:26:10.726Z||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 a4LkjAbl6YzsGxek) ... 2021-05-05T01:26:10.741Z||pool-2-thread-3|||||INFO|500|| --> HTTP/1.1 200 OK 2021-05-05T01:26:10.741Z||pool-2-thread-3|||||DEBUG|500||received message from topic 2021-05-05T01:26:10.741Z||pool-2-thread-3|||||DEBUG|500||recieved notification from broker: { "distributionID": "28e7f25a-009d-4cee-a0b8-6cfbd2e42085", "consumerID": "SO-COpenSource-Env11", "timestamp": 1620177841578, "artifactURL": "", "status": "DISTRIBUTION_COMPLETE_OK" } 2021-05-05T01:26:10.742Z||pool-2-thread-3|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error' 2021-05-05T01:26:10.742Z||pool-2-thread-3|||||DEBUG|500||received message from topic 2021-05-05T01:26:10.742Z||pool-2-thread-3|||||DEBUG|500||recieved notification from broker: { "distributionID": "59cbceaa-0d50-473f-9cea-665402966733", "consumerID": "SO-COpenSource-Env11", "timestamp": 1620177731322, "artifactURL": "/sdc/v1/catalog/services/Basicclamp/1.0/resourceInstances/basicclamp0/artifacts/tca-microservice.yaml", "status": "NOT_NOTIFIED" } 2021-05-05T01:26:10.742Z||pool-2-thread-3|||||INFO|500||Missing status on Status Object. 2021-05-05T01:26:10.742Z||pool-2-thread-3|||||DEBUG|500||received message from topic 2021-05-05T01:26:10.742Z||pool-2-thread-3|||||DEBUG|500||recieved notification from broker: { "distributionID": "59cbceaa-0d50-473f-9cea-665402966733", "consumerID": "SO-COpenSource-Env11", "timestamp": 1620177731322, "artifactURL": "/sdc/v1/catalog/services/Basicclamp/1.0/resourceInstances/basicclamp0/artifacts/vf-license-model.xml", "status": "NOT_NOTIFIED" } 2021-05-05T01:26:10.742Z||pool-2-thread-3|||||INFO|500||Missing status on Status Object. 2021-05-05T01:26:10.742Z||pool-2-thread-3|||||DEBUG|500||received message from topic 2021-05-05T01:26:10.742Z||pool-2-thread-3|||||DEBUG|500||recieved notification from broker: { "distributionID": "59cbceaa-0d50-473f-9cea-665402966733", "consumerID": "SO-COpenSource-Env11", "timestamp": 1620177731322, "artifactURL": "/sdc/v1/catalog/services/Basicclamp/1.0/resourceInstances/basicclamp0/artifacts/basicclamp0_modules.json", "status": "NOTIFIED" } 2021-05-05T01:26:10.743Z||pool-2-thread-3|||||INFO|500||Missing status on Status Object. 2021-05-05T01:26:10.743Z||pool-2-thread-3|||||DEBUG|500||received message from topic 2021-05-05T01:26:10.743Z||pool-2-thread-3|||||DEBUG|500||recieved notification from broker: { "distributionID": "59cbceaa-0d50-473f-9cea-665402966733", "consumerID": "SO-COpenSource-Env11", "timestamp": 1620177731322, "artifactURL": "/sdc/v1/catalog/services/Basicclamp/1.0/resourceInstances/basicclamp0/artifacts/base_ubuntu18.yaml", "status": "NOTIFIED" } 2021-05-05T01:26:10.743Z||pool-2-thread-3|||||INFO|500||Missing status on Status Object. 2021-05-05T01:26:10.743Z||pool-2-thread-3|||||DEBUG|500||received message from topic 2021-05-05T01:26:10.743Z||pool-2-thread-3|||||DEBUG|500||recieved notification from broker: { "distributionID": "59cbceaa-0d50-473f-9cea-665402966733", "consumerID": "SO-COpenSource-Env11", "timestamp": 1620177731322, "artifactURL": "/sdc/v1/catalog/services/Basicclamp/1.0/resourceInstances/basicclamp0/artifacts/vendor-license-model.xml", "status": "NOT_NOTIFIED" } 2021-05-05T01:26:10.743Z||pool-2-thread-3|||||INFO|500||Missing status on Status Object. 2021-05-05T01:26:10.743Z||pool-2-thread-3|||||DEBUG|500||received message from topic 2021-05-05T01:26:10.743Z||pool-2-thread-3|||||DEBUG|500||recieved notification from broker: { "distributionID": "59cbceaa-0d50-473f-9cea-665402966733", "consumerID": "SO-COpenSource-Env11", "timestamp": 1620177731322, "artifactURL": "/sdc/v1/catalog/services/Basicclamp/1.0/resourceInstances/basicclamp0/artifacts/base_ubuntu18.env", "status": "NOTIFIED" } 2021-05-05T01:26:10.743Z||pool-2-thread-3|||||INFO|500||Missing status on Status Object. 2021-05-05T01:26:10.743Z||pool-2-thread-3|||||DEBUG|500||received message from topic 2021-05-05T01:26:10.743Z||pool-2-thread-3|||||DEBUG|500||recieved notification from broker: { "distributionID": "59cbceaa-0d50-473f-9cea-665402966733", "consumerID": "SO-COpenSource-Env11", "timestamp": 1620177731322, "artifactURL": "/sdc/v1/catalog/services/Basicclamp/1.0/artifacts/service-Basicclamp-template.yml", "status": "NOT_NOTIFIED" } 2021-05-05T01:26:10.743Z||pool-2-thread-3|||||INFO|500||Missing status on Status Object. 2021-05-05T01:26:10.743Z||pool-2-thread-3|||||DEBUG|500||received message from topic 2021-05-05T01:26:10.743Z||pool-2-thread-3|||||DEBUG|500||recieved notification from broker: { "distributionID": "59cbceaa-0d50-473f-9cea-665402966733", "consumerID": "SO-COpenSource-Env11", "timestamp": 1620177731322, "artifactURL": "/sdc/v1/catalog/services/Basicclamp/1.0/artifacts/service-Basicclamp-csar.csar", "status": "NOTIFIED" } 2021-05-05T01:26:10.744Z||pool-2-thread-3|||||INFO|500||Missing status on Status Object. 2021-05-05T01:26:11.457Z|95a8e734-0ca5-474c-a417-07566a116d7e|pool-2-thread-9|||||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 2021-05-05T01:26:11.457Z|95a8e734-0ca5-474c-a417-07566a116d7e|pool-2-thread-9|||||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 2021-05-05T01:26:11.457Z|95a8e734-0ca5-474c-a417-07566a116d7e|pool-2-thread-9|||||INFO|500||DistributionClient - sendDeploymentStatus 2021-05-05T01:26:11.458Z|95a8e734-0ca5-474c-a417-07566a116d7e|pool-2-thread-9|||||INFO|500||DistributionClient - sendStatus 2021-05-05T01:26:11.459Z|95a8e734-0ca5-474c-a417-07566a116d7e|pool-2-thread-9|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap] 2021-05-05T01:26:11.459Z|95a8e734-0ca5-474c-a417-07566a116d7e|pool-2-thread-9|||||DEBUG|500||try to send status { "distributionID": "95a8e734-0ca5-474c-a417-07566a116d7e", "consumerID": "SO-COpenSource-Env11", "timestamp": 1620177971457, "artifactURL": "/sdc/v1/catalog/services/BasicVmMacro/1.0/resourceInstances/basic_vm_macro0/artifacts/base_ubuntu20.yaml", "status": "DEPLOY_OK" } 2021-05-05T01:26:11.559Z||pool-97-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms 2021-05-05T01:26:11.560Z||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. 2021-05-05T01:26:11.560Z||pool-97-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as a4LkjAbl6YzsGxek) ... 2021-05-05T01:26:11.567Z||pool-97-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK 2021-05-05T01:26:11.567Z||pool-97-thread-1|||||INFO|500||cambria reply ok (7 ms):{"serverTimeMs":0,"count":1} 2021-05-05T01:26:12.460Z|95a8e734-0ca5-474c-a417-07566a116d7e|pool-2-thread-9|||||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 2021-05-05T01:26:12.460Z|95a8e734-0ca5-474c-a417-07566a116d7e|pool-2-thread-9|||||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 2021-05-05T01:26:12.460Z|95a8e734-0ca5-474c-a417-07566a116d7e|pool-2-thread-9|||||INFO|500||DistributionClient - sendDeploymentStatus 2021-05-05T01:26:12.461Z|95a8e734-0ca5-474c-a417-07566a116d7e|pool-2-thread-9|||||INFO|500||DistributionClient - sendStatus 2021-05-05T01:26:12.463Z|95a8e734-0ca5-474c-a417-07566a116d7e|pool-2-thread-9|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap] 2021-05-05T01:26:12.463Z|95a8e734-0ca5-474c-a417-07566a116d7e|pool-2-thread-9|||||DEBUG|500||try to send status { "distributionID": "95a8e734-0ca5-474c-a417-07566a116d7e", "consumerID": "SO-COpenSource-Env11", "timestamp": 1620177972460, "artifactURL": "/sdc/v1/catalog/services/BasicVmMacro/1.0/resourceInstances/basic_vm_macro0/artifacts/base_ubuntu20.env", "status": "DEPLOY_OK" } 2021-05-05T01:26:12.563Z||pool-98-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms 2021-05-05T01:26:12.564Z||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. 2021-05-05T01:26:12.564Z||pool-98-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as a4LkjAbl6YzsGxek) ... 2021-05-05T01:26:12.571Z||pool-98-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK 2021-05-05T01:26:12.571Z||pool-98-thread-1|||||INFO|500||cambria reply ok (8 ms):{"serverTimeMs":0,"count":1} 2021-05-05T01:26:13.463Z|95a8e734-0ca5-474c-a417-07566a116d7e|pool-2-thread-9|||||INFO|500||ASDC_SEND_NOTIF_ASDC DEPLOY DEPLOY_OK /sdc/v1/catalog/services/BasicVmMacro/1.0/artifacts/service-BasicVmMacro-csar.csar ASDC sendASDCNotification 2021-05-05T01:26:13.464Z|95a8e734-0ca5-474c-a417-07566a116d7e|pool-2-thread-9|||||DEBUG|500||Sending DEPLOY(DEPLOY_OK) notification to ASDC for artifact:/sdc/v1/catalog/services/BasicVmMacro/1.0/artifacts/service-BasicVmMacro-csar.csar 2021-05-05T01:26:13.464Z|95a8e734-0ca5-474c-a417-07566a116d7e|pool-2-thread-9|||||INFO|500||DistributionClient - sendDeploymentStatus 2021-05-05T01:26:13.464Z|95a8e734-0ca5-474c-a417-07566a116d7e|pool-2-thread-9|||||INFO|500||DistributionClient - sendStatus 2021-05-05T01:26:13.466Z|95a8e734-0ca5-474c-a417-07566a116d7e|pool-2-thread-9|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap] 2021-05-05T01:26:13.466Z|95a8e734-0ca5-474c-a417-07566a116d7e|pool-2-thread-9|||||DEBUG|500||try to send status { "distributionID": "95a8e734-0ca5-474c-a417-07566a116d7e", "consumerID": "SO-COpenSource-Env11", "timestamp": 1620177973463, "artifactURL": "/sdc/v1/catalog/services/BasicVmMacro/1.0/artifacts/service-BasicVmMacro-csar.csar", "status": "DEPLOY_OK" } 2021-05-05T01:26:13.566Z||pool-99-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms 2021-05-05T01:26:13.567Z||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. 2021-05-05T01:26:13.567Z||pool-99-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as a4LkjAbl6YzsGxek) ... 2021-05-05T01:26:13.574Z||pool-99-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK 2021-05-05T01:26:13.574Z||pool-99-thread-1|||||INFO|500||cambria reply ok (7 ms):{"serverTimeMs":1,"count":1} 2021-05-05T01:26:14.466Z|95a8e734-0ca5-474c-a417-07566a116d7e|pool-2-thread-9|||||DEBUG|500||Entered getOverallDistributionStatus method for distrubutionId: 95a8e734-0ca5-474c-a417-07566a116d7e Hibernate: select watchdogdi0_.DISTRIBUTION_ID as distribu1_11_0_, watchdogdi0_.CREATE_TIME as create_t2_11_0_, watchdogdi0_.DISTRIBUTION_ID_STATUS as distribu3_11_0_, watchdogdi0_.MODIFY_TIME as modify_t4_11_0_, watchdogdi0_.LOCK_VERSION as lock_ver5_11_0_ from watchdog_distributionid_status watchdogdi0_ where watchdogdi0_.DISTRIBUTION_ID=? Hibernate: select watchdogco0_.COMPONENT_NAME as componen1_12_, watchdogco0_.DISTRIBUTION_ID as distribu2_12_, watchdogco0_.COMPONENT_DISTRIBUTION_STATUS as componen3_12_, watchdogco0_.CREATE_TIME as create_t4_12_, watchdogco0_.MODIFY_TIME as modify_t5_12_ from watchdog_per_component_distribution_status watchdogco0_ where watchdogco0_.DISTRIBUTION_ID=? 2021-05-05T01:26:14.475Z|95a8e734-0ca5-474c-a417-07566a116d7e|pool-2-thread-9|||||DEBUG|500||Executed RequestDB getWatchdogComponentDistributionStatus for distrubutionId: 95a8e734-0ca5-474c-a417-07566a116d7e Hibernate: select watchdogco0_.COMPONENT_NAME as componen1_12_, watchdogco0_.DISTRIBUTION_ID as distribu2_12_, watchdogco0_.COMPONENT_DISTRIBUTION_STATUS as componen3_12_, watchdogco0_.CREATE_TIME as create_t4_12_, watchdogco0_.MODIFY_TIME as modify_t5_12_ from watchdog_per_component_distribution_status watchdogco0_ where watchdogco0_.DISTRIBUTION_ID=? 2021-05-05T01:26:14.477Z|95a8e734-0ca5-474c-a417-07566a116d7e|pool-2-thread-9|||||DEBUG|500||Found componentName SO in the WatchDog Component DB 2021-05-05T01:26:14.477Z|95a8e734-0ca5-474c-a417-07566a116d7e|pool-2-thread-9|||||DEBUG|500||Found componentName AAI in the WatchDog Component DB 2021-05-05T01:26:14.477Z|95a8e734-0ca5-474c-a417-07566a116d7e|pool-2-thread-9|||||DEBUG|500||Found componentName SDNC in the WatchDog Component DB 2021-05-05T01:26:14.477Z|95a8e734-0ca5-474c-a417-07566a116d7e|pool-2-thread-9|||||DEBUG|500||Components Size matched with the WatchdogComponentDistributionStatus results. 2021-05-05T01:26:14.477Z|95a8e734-0ca5-474c-a417-07566a116d7e|pool-2-thread-9|||||DEBUG|500||Component status: COMPONENT_DONE_OK on componentName: 2021-05-05T01:26:14.477Z|95a8e734-0ca5-474c-a417-07566a116d7e|pool-2-thread-9|||||DEBUG|500||Component status: COMPONENT_DONE_OK on componentName: 2021-05-05T01:26:14.477Z|95a8e734-0ca5-474c-a417-07566a116d7e|pool-2-thread-9|||||DEBUG|500||Component status: COMPONENT_DONE_OK on componentName: 2021-05-05T01:26:14.477Z|95a8e734-0ca5-474c-a417-07566a116d7e|pool-2-thread-9|||||DEBUG|500||Component status: COMPONENT_DONE_OK on componentName: 2021-05-05T01:26:14.477Z|95a8e734-0ca5-474c-a417-07566a116d7e|pool-2-thread-9|||||DEBUG|500||Component status: COMPONENT_DONE_OK on componentName: 2021-05-05T01:26:14.478Z|95a8e734-0ca5-474c-a417-07566a116d7e|pool-2-thread-9|||||DEBUG|500||Component status: COMPONENT_DONE_OK on componentName: 2021-05-05T01:26:14.479Z|95a8e734-0ca5-474c-a417-07566a116d7e|pool-2-thread-9|||||DEBUG|500||Updating overall DistributionStatus to: SUCCESS for distributionId: Hibernate: select watchdogdi0_.DISTRIBUTION_ID as distribu1_11_0_, watchdogdi0_.CREATE_TIME as create_t2_11_0_, watchdogdi0_.DISTRIBUTION_ID_STATUS as distribu3_11_0_, watchdogdi0_.MODIFY_TIME as modify_t4_11_0_, watchdogdi0_.LOCK_VERSION as lock_ver5_11_0_ from watchdog_distributionid_status watchdogdi0_ where watchdogdi0_.DISTRIBUTION_ID=? 2021-05-05T01:26:14.483Z|95a8e734-0ca5-474c-a417-07566a116d7e|pool-2-thread-9|||||DEBUG|500||Exiting getOverallDistributionStatus method in WatchdogDistribution 2021-05-05T01:26:44.484Z|95a8e734-0ca5-474c-a417-07566a116d7e|pool-2-thread-9|||||DEBUG|500||Entered executePatchAAI method with distrubutionId: 95a8e734-0ca5-474c-a417-07566a116d7e and distributionStatus: Hibernate: select watchdogse0_.DISTRIBUTION_ID as distribu1_13_, watchdogse0_.SERVICE_MODEL_VERSION_ID as service_2_13_, watchdogse0_.CONSUMER_ID as consumer3_13_, watchdogse0_.CREATE_TIME as create_t4_13_, watchdogse0_.DISTRIBUTION_NOTIFICATION as distribu5_13_ from watchdog_service_mod_ver_id_lookup watchdogse0_ where watchdogse0_.DISTRIBUTION_ID=? 2021-05-05T01:26:44.488Z|95a8e734-0ca5-474c-a417-07566a116d7e|pool-2-thread-9|||||DEBUG|500||Executed RequestDB getWatchdogServiceModVerIdLookup with distributionId: 95a8e734-0ca5-474c-a417-07566a116d7e and serviceModelVersionId: 5a3aab32-ec33-4819-9b7e-0c7ee40bb3ab 2021-05-05T01:26:44.488Z|95a8e734-0ca5-474c-a417-07566a116d7e|pool-2-thread-9|||||DEBUG|500||ASDC Notification ServiceModelInvariantUUID : 11d8de99-7f79-4ace-9df8-a73ab42fc9c6 2021-05-05T01:26:44.489Z|95a8e734-0ca5-474c-a417-07566a116d7e|pool-2-thread-9|||||DEBUG|500||Target A&AI Resource URI: /service-design-and-creation/models/model/11d8de99-7f79-4ace-9df8-a73ab42fc9c6/model-vers/model-ver/5a3aab32-ec33-4819-9b7e-0c7ee40bb3ab?depth=0 2021-05-05T01:26:44.498Z|95a8e734-0ca5-474c-a417-07566a116d7e|pool-2-thread-9|||||INFO|500||RestClientSSL using default SSL context! 2021-05-05T01:26:44.525Z|95a8e734-0ca5-474c-a417-07566a116d7e|pool-2-thread-9|||AAI||DEBUG|500||Sending HTTP POST (overridden to PATCH) to:https://aai.onap:8443/aai/v23/service-design-and-creation/models/model/11d8de99-7f79-4ace-9df8-a73ab42fc9c6/model-vers/model-ver/5a3aab32-ec33-4819-9b7e-0c7ee40bb3ab?depth=0 with request headers:{Authorization=[***REDACTED***], X-FromAppId=[MSO], X-HTTP-Method-Override=[PATCH], Accept=[application/json], X-TransactionId=[], Content-Type=[application/merge-patch+json]} 2021-05-05T01:26:44.526Z|95a8e734-0ca5-474c-a417-07566a116d7e|pool-2-thread-9|||AAI|https://aai.onap:8443/aai/v23/service-design-and-creation/models/model/11d8de99-7f79-4ace-9df8-a73ab42fc9c6/model-vers/model-ver/5a3aab32-ec33-4819-9b7e-0c7ee40bb3ab?depth=0|INFO|500||Invoke 2021-05-05T01:26:44.547Z|95a8e734-0ca5-474c-a417-07566a116d7e|pool-2-thread-9|||AAI|https://aai.onap:8443/aai/v23/service-design-and-creation/models/model/11d8de99-7f79-4ace-9df8-a73ab42fc9c6/model-vers/model-ver/5a3aab32-ec33-4819-9b7e-0c7ee40bb3ab?depth=0|DEBUG|500||{"distribution-status":"DISTRIBUTION_COMPLETE_OK"} 2021-05-05T01:26:44.879Z|95a8e734-0ca5-474c-a417-07566a116d7e|pool-2-thread-9|||AAI|https://aai.onap:8443/aai/v23/service-design-and-creation/models/model/11d8de99-7f79-4ace-9df8-a73ab42fc9c6/model-vers/model-ver/5a3aab32-ec33-4819-9b7e-0c7ee40bb3ab?depth=0|INFO|500||InvokeReturn 2021-05-05T01:26:44.879Z|95a8e734-0ca5-474c-a417-07566a116d7e|pool-2-thread-9|||||DEBUG|500||Response from method:POST (overridden to PATCH) performed on uri:https://aai.onap:8443/aai/v23/service-design-and-creation/models/model/11d8de99-7f79-4ace-9df8-a73ab42fc9c6/model-vers/model-ver/5a3aab32-ec33-4819-9b7e-0c7ee40bb3ab?depth=0 has http status code:200 and response headers:{Strict-Transport-Security=[max-age=16000000; includeSubDomains; preload;], X-AAI-TXID=[1-aai-resources-210505-01:26:44:552-17009], vertex-id=[266280], Content-Length=[0], Date=[Wed, 05 May 2021 01:26:44 GMT], Content-Type=[application/json]} 2021-05-05T01:26:44.880Z|95a8e734-0ca5-474c-a417-07566a116d7e|pool-2-thread-9|||||DEBUG|500||Response was returned with an empty entity. 2021-05-05T01:26:44.880Z|95a8e734-0ca5-474c-a417-07566a116d7e|pool-2-thread-9|||||DEBUG|500||A&AI UPDATE MODEL Version is success! 2021-05-05T01:26:44.880Z|95a8e734-0ca5-474c-a417-07566a116d7e|pool-2-thread-9|||||DEBUG|500||A&AI Updated succefully with Distribution Status! Hibernate: select service0_.MODEL_UUID as model_uu1_49_, service0_.CDS_BLUEPRINT_NAME as cds_blue2_49_, service0_.CDS_BLUEPRINT_VERSION as cds_blue3_49_, service0_.SERVICE_CATEGORY as service_4_49_, service0_.CONTROLLER_ACTOR as controll5_49_, service0_.CREATION_TIMESTAMP as creation6_49_, service0_.TOSCA_CSAR_ARTIFACT_UUID as tosca_c21_49_, service0_.DESCRIPTION as descript7_49_, service0_.OVERALL_DISTRIBUTION_STATUS as overall_8_49_, service0_.ENVIRONMENT_CONTEXT as environm9_49_, service0_.MODEL_INVARIANT_UUID as model_i10_49_, service0_.MODEL_NAME as model_n11_49_, service0_.MODEL_VERSION as model_v12_49_, service0_.NAMING_POLICY as naming_13_49_, service0_.ONAP_GENERATED_NAMING as onap_ge14_49_, service0_.RESOURCE_ORDER as resourc15_49_, service0_.SERVICE_FUNCTION as service16_49_, service0_.SERVICE_ROLE as service17_49_, service0_.SERVICE_TYPE as service18_49_, service0_.SKIP_POST_INSTANTIATION_CONFIGURATION as skip_po19_49_, service0_.WORKLOAD_CONTEXT as workloa20_49_ from service service0_ where service0_.MODEL_UUID=? 2021-05-05T01:26:44.884Z|95a8e734-0ca5-474c-a417-07566a116d7e|pool-2-thread-9|||||ERROR|500||Error updating CatalogDBStatus java.lang.NullPointerException: null at org.onap.so.asdc.tenantIsolation.WatchdogDistribution.updateCatalogDBStatus(WatchdogDistribution.java:206) at org.onap.so.asdc.client.ASDCController.treatNotification(ASDCController.java:690) at org.onap.so.asdc.client.ASDCNotificationCallBack.activateCallback(ASDCNotificationCallBack.java:52) at org.onap.sdc.impl.NotificationConsumer.run(NotificationConsumer.java:71) at java.base/java.util.concurrent.Executors$RunnableAdapter.call(Unknown Source) at java.base/java.util.concurrent.FutureTask.runAndReset(Unknown Source) at java.base/java.util.concurrent.ScheduledThreadPoolExecutor$ScheduledFutureTask.run(Unknown Source) at java.base/java.util.concurrent.ThreadPoolExecutor.runWorker(Unknown Source) at java.base/java.util.concurrent.ThreadPoolExecutor$Worker.run(Unknown Source) at java.base/java.lang.Thread.run(Unknown Source) 2021-05-05T01:26:44.884Z|95a8e734-0ca5-474c-a417-07566a116d7e|pool-2-thread-9|||||DEBUG|500||Enter sendFinalDistributionStatus with DistributionID 95a8e734-0ca5-474c-a417-07566a116d7e and Status of DISTRIBUTION_COMPLETE_OK and ErrorReason null 2021-05-05T01:26:44.885Z|95a8e734-0ca5-474c-a417-07566a116d7e|pool-2-thread-9|||||INFO|500||DistributionClient - sendFinalDistributionStatus status 2021-05-05T01:26:44.885Z|95a8e734-0ca5-474c-a417-07566a116d7e|pool-2-thread-9|||||INFO|500||DistributionClient - sendStatus 2021-05-05T01:26:44.887Z|95a8e734-0ca5-474c-a417-07566a116d7e|pool-2-thread-9|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap] 2021-05-05T01:26:44.887Z|95a8e734-0ca5-474c-a417-07566a116d7e|pool-2-thread-9|||||DEBUG|500||try to send status { "distributionID": "95a8e734-0ca5-474c-a417-07566a116d7e", "consumerID": "SO-COpenSource-Env11", "timestamp": 1620178004884, "artifactURL": "", "status": "DISTRIBUTION_COMPLETE_OK" } 2021-05-05T01:26:44.987Z||pool-100-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms 2021-05-05T01:26:44.988Z||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. 2021-05-05T01:26:44.988Z||pool-100-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as a4LkjAbl6YzsGxek) ... 2021-05-05T01:26:44.998Z||pool-100-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK 2021-05-05T01:26:44.999Z||pool-100-thread-1|||||INFO|500||cambria reply ok (12 ms):{"serverTimeMs":0,"count":1} Hibernate: select watchdogdi0_.DISTRIBUTION_ID as distribu1_11_0_, watchdogdi0_.CREATE_TIME as create_t2_11_0_, watchdogdi0_.DISTRIBUTION_ID_STATUS as distribu3_11_0_, watchdogdi0_.MODIFY_TIME as modify_t4_11_0_, watchdogdi0_.LOCK_VERSION as lock_ver5_11_0_ from watchdog_distributionid_status watchdogdi0_ where watchdogdi0_.DISTRIBUTION_ID=? Hibernate: update watchdog_distributionid_status set DISTRIBUTION_ID_STATUS=?, MODIFY_TIME=?, LOCK_VERSION=? where DISTRIBUTION_ID=? 2021-05-05T01:26:45.900Z|95a8e734-0ca5-474c-a417-07566a116d7e|pool-2-thread-9|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2021-05-05T01:26:45.900Z|95a8e734-0ca5-474c-a417-07566a116d7e|pool-2-thread-9|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel. 2021-05-05T01:26:45.900Z|95a8e734-0ca5-474c-a417-07566a116d7e|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 a4LkjAbl6YzsGxek) ... 2021-05-05T01:26:50.192Z|95a8e734-0ca5-474c-a417-07566a116d7e|pool-2-thread-9|||||INFO|500|| --> HTTP/1.1 200 OK 2021-05-05T01:26:50.193Z|95a8e734-0ca5-474c-a417-07566a116d7e|pool-2-thread-9|||||DEBUG|500||received message from topic 2021-05-05T01:26:50.193Z|95a8e734-0ca5-474c-a417-07566a116d7e|pool-2-thread-9|||||DEBUG|500||recieved notification from broker: {"distributionID":"f5779424-7153-46c3-aba1-244c2c089976","serviceName":"basic_cnf","serviceVersion":"1.0","serviceUUID":"11905bbb-a71f-460f-87bb-00eac432b1b7","serviceDescription":"service","serviceInvariantUUID":"c84a7b27-6b1d-4836-b35a-d5c36a30498e","resources":[{"resourceInstanceName":"basic_cnf 0","resourceName":"basic_cnf","resourceVersion":"1.0","resoucreType":"VF","resourceUUID":"40bc090f-c103-41bb-8690-a45cc20152a1","resourceInvariantUUID":"22c20976-69ee-4976-8fd7-30d933d8d789","resourceCustomizationUUID":"6e475e68-c5d6-4a2c-9fa5-de696240674a","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":"MzQyNDkzNWFmOGJlYjBhMWM3MmUxYjQ5MWNkYzJhMzM\u003d","artifactDescription":"VF license file","artifactTimeout":0,"artifactUUID":"de698aac-842b-4c9c-963e-107375444152","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":"b6c3af49-3cad-4dd4-84aa-149e70cc5165","artifactVersion":"2","generatedFromUUID":"92066c90-8893-4fc2-a398-c589f9c70ca8"},{"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":"92066c90-8893-4fc2-a398-c589f9c70ca8","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":"OTgzNjAxMjc2OTgzNDhmZmNkODNiNTc4Mjk5MDBjMDc\u003d","artifactDescription":"Auto-generated VF Modules information artifact","artifactTimeout":0,"artifactUUID":"a1dc7c07-889f-4440-874a-8f04fad97e12","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":"77b6e2ae-e383-4af1-af8b-1b158eccd181","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":"fbf6104b-8209-4215-8afc-129799b970c6","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":"e2aa4754-cd87-4c11-9b9d-a7f431a31aab","artifactVersion":"2","generatedFromUUID":"77b6e2ae-e383-4af1-af8b-1b158eccd181"}]}],"serviceArtifacts":[{"artifactName":"service-BasicCnf-template.yml","artifactType":"TOSCA_TEMPLATE","artifactURL":"/sdc/v1/catalog/services/BasicCnf/1.0/artifacts/service-BasicCnf-template.yml","artifactChecksum":"MWZiYzFlNWZkMTVkZGMzMDc1YTRjODNhMDExNGQxY2Q\u003d","artifactDescription":"TOSCA representation of the asset","artifactTimeout":0,"artifactUUID":"841d8ca2-1565-4b67-92a2-4f26cde44d67","artifactVersion":"1"},{"artifactName":"service-BasicCnf-csar.csar","artifactType":"TOSCA_CSAR","artifactURL":"/sdc/v1/catalog/services/BasicCnf/1.0/artifacts/service-BasicCnf-csar.csar","artifactChecksum":"YTY5OTgyZmJlMmM3ZjlmOGE5YmY5MzIxMTU1MGIyNmM\u003d","artifactDescription":"TOSCA definition package of the asset","artifactTimeout":0,"artifactUUID":"75fb6f07-3f81-43a8-9eca-64f0e5ae2383","artifactVersion":"1"}],"workloadContext":"Production"} 2021-05-05T01:26:50.195Z|95a8e734-0ca5-474c-a417-07566a116d7e|pool-2-thread-9|||||INFO|500||DistributionClient - sendNotificationStatus 2021-05-05T01:26:50.195Z|95a8e734-0ca5-474c-a417-07566a116d7e|pool-2-thread-9|||||INFO|500||DistributionClient - sendStatus 2021-05-05T01:26:50.197Z|95a8e734-0ca5-474c-a417-07566a116d7e|pool-2-thread-9|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap] 2021-05-05T01:26:50.198Z|95a8e734-0ca5-474c-a417-07566a116d7e|pool-2-thread-9|||||DEBUG|500||try to send status { "distributionID": "f5779424-7153-46c3-aba1-244c2c089976", "consumerID": "SO-COpenSource-Env11", "timestamp": 1620178005900, "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/vf-license-model.xml", "status": "NOT_NOTIFIED" } 2021-05-05T01:26:50.298Z||pool-101-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 99 ms 2021-05-05T01:26:50.298Z||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. 2021-05-05T01:26:50.298Z||pool-101-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as a4LkjAbl6YzsGxek) ... 2021-05-05T01:26:50.305Z||pool-101-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK 2021-05-05T01:26:50.306Z||pool-101-thread-1|||||INFO|500||cambria reply ok (8 ms):{"serverTimeMs":1,"count":1} 2021-05-05T01:26:51.198Z|95a8e734-0ca5-474c-a417-07566a116d7e|pool-2-thread-9|||||INFO|500||DistributionClient - sendNotificationStatus 2021-05-05T01:26:51.199Z|95a8e734-0ca5-474c-a417-07566a116d7e|pool-2-thread-9|||||INFO|500||DistributionClient - sendStatus 2021-05-05T01:26:51.202Z|95a8e734-0ca5-474c-a417-07566a116d7e|pool-2-thread-9|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap] 2021-05-05T01:26:51.202Z|95a8e734-0ca5-474c-a417-07566a116d7e|pool-2-thread-9|||||DEBUG|500||try to send status { "distributionID": "f5779424-7153-46c3-aba1-244c2c089976", "consumerID": "SO-COpenSource-Env11", "timestamp": 1620178005900, "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/nginx_cloudtech_k8s_charts.env", "status": "NOTIFIED" } 2021-05-05T01:26:51.302Z||pool-102-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms 2021-05-05T01:26:51.303Z||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. 2021-05-05T01:26:51.303Z||pool-102-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as a4LkjAbl6YzsGxek) ... 2021-05-05T01:26:51.309Z||pool-102-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK 2021-05-05T01:26:51.310Z||pool-102-thread-1|||||INFO|500||cambria reply ok (8 ms):{"serverTimeMs":0,"count":1} 2021-05-05T01:26:52.202Z|95a8e734-0ca5-474c-a417-07566a116d7e|pool-2-thread-9|||||INFO|500||DistributionClient - sendNotificationStatus 2021-05-05T01:26:52.203Z|95a8e734-0ca5-474c-a417-07566a116d7e|pool-2-thread-9|||||INFO|500||DistributionClient - sendStatus 2021-05-05T01:26:52.205Z|95a8e734-0ca5-474c-a417-07566a116d7e|pool-2-thread-9|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap] 2021-05-05T01:26:52.206Z|95a8e734-0ca5-474c-a417-07566a116d7e|pool-2-thread-9|||||DEBUG|500||try to send status { "distributionID": "f5779424-7153-46c3-aba1-244c2c089976", "consumerID": "SO-COpenSource-Env11", "timestamp": 1620178005900, "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/nginx_cloudtech_k8s_charts.tgz", "status": "NOTIFIED" } 2021-05-05T01:26:52.306Z||pool-103-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms 2021-05-05T01:26:52.306Z||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. 2021-05-05T01:26:52.306Z||pool-103-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as a4LkjAbl6YzsGxek) ... 2021-05-05T01:26:52.313Z||pool-103-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK 2021-05-05T01:26:52.314Z||pool-103-thread-1|||||INFO|500||cambria reply ok (8 ms):{"serverTimeMs":0,"count":1} 2021-05-05T01:26:53.206Z|95a8e734-0ca5-474c-a417-07566a116d7e|pool-2-thread-9|||||INFO|500||DistributionClient - sendNotificationStatus 2021-05-05T01:26:53.207Z|95a8e734-0ca5-474c-a417-07566a116d7e|pool-2-thread-9|||||INFO|500||DistributionClient - sendStatus 2021-05-05T01:26:53.209Z|95a8e734-0ca5-474c-a417-07566a116d7e|pool-2-thread-9|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap] 2021-05-05T01:26:53.209Z|95a8e734-0ca5-474c-a417-07566a116d7e|pool-2-thread-9|||||DEBUG|500||try to send status { "distributionID": "f5779424-7153-46c3-aba1-244c2c089976", "consumerID": "SO-COpenSource-Env11", "timestamp": 1620178005900, "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/basic_cnf0_modules.json", "status": "NOTIFIED" } 2021-05-05T01:26:53.309Z||pool-104-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms 2021-05-05T01:26:53.310Z||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. 2021-05-05T01:26:53.310Z||pool-104-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as a4LkjAbl6YzsGxek) ... 2021-05-05T01:26:53.317Z||pool-104-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK 2021-05-05T01:26:53.317Z||pool-104-thread-1|||||INFO|500||cambria reply ok (7 ms):{"serverTimeMs":0,"count":1} 2021-05-05T01:26:54.210Z|95a8e734-0ca5-474c-a417-07566a116d7e|pool-2-thread-9|||||INFO|500||DistributionClient - sendNotificationStatus 2021-05-05T01:26:54.211Z|95a8e734-0ca5-474c-a417-07566a116d7e|pool-2-thread-9|||||INFO|500||DistributionClient - sendStatus 2021-05-05T01:26:54.213Z|95a8e734-0ca5-474c-a417-07566a116d7e|pool-2-thread-9|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap] 2021-05-05T01:26:54.213Z|95a8e734-0ca5-474c-a417-07566a116d7e|pool-2-thread-9|||||DEBUG|500||try to send status { "distributionID": "f5779424-7153-46c3-aba1-244c2c089976", "consumerID": "SO-COpenSource-Env11", "timestamp": 1620178005900, "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/base_dummy.yaml", "status": "NOTIFIED" } 2021-05-05T01:26:54.313Z||pool-105-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms 2021-05-05T01:26:54.314Z||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. 2021-05-05T01:26:54.314Z||pool-105-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as a4LkjAbl6YzsGxek) ... 2021-05-05T01:26:54.321Z||pool-105-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK 2021-05-05T01:26:54.321Z||pool-105-thread-1|||||INFO|500||cambria reply ok (8 ms):{"serverTimeMs":0,"count":1} 2021-05-05T01:26:55.213Z|95a8e734-0ca5-474c-a417-07566a116d7e|pool-2-thread-9|||||INFO|500||DistributionClient - sendNotificationStatus 2021-05-05T01:26:55.214Z|95a8e734-0ca5-474c-a417-07566a116d7e|pool-2-thread-9|||||INFO|500||DistributionClient - sendStatus 2021-05-05T01:26:55.217Z|95a8e734-0ca5-474c-a417-07566a116d7e|pool-2-thread-9|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap] 2021-05-05T01:26:55.217Z|95a8e734-0ca5-474c-a417-07566a116d7e|pool-2-thread-9|||||DEBUG|500||try to send status { "distributionID": "f5779424-7153-46c3-aba1-244c2c089976", "consumerID": "SO-COpenSource-Env11", "timestamp": 1620178005900, "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/vendor-license-model.xml", "status": "NOT_NOTIFIED" } 2021-05-05T01:26:55.317Z||pool-106-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms 2021-05-05T01:26:55.331Z||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. 2021-05-05T01:26:55.340Z||pool-106-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as a4LkjAbl6YzsGxek) ... 2021-05-05T01:26:55.347Z||pool-106-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK 2021-05-05T01:26:55.347Z||pool-106-thread-1|||||INFO|500||cambria reply ok (18 ms):{"serverTimeMs":0,"count":1} 2021-05-05T01:26:56.218Z|95a8e734-0ca5-474c-a417-07566a116d7e|pool-2-thread-9|||||INFO|500||DistributionClient - sendNotificationStatus 2021-05-05T01:26:56.218Z|95a8e734-0ca5-474c-a417-07566a116d7e|pool-2-thread-9|||||INFO|500||DistributionClient - sendStatus 2021-05-05T01:26:56.221Z|95a8e734-0ca5-474c-a417-07566a116d7e|pool-2-thread-9|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap] 2021-05-05T01:26:56.221Z|95a8e734-0ca5-474c-a417-07566a116d7e|pool-2-thread-9|||||DEBUG|500||try to send status { "distributionID": "f5779424-7153-46c3-aba1-244c2c089976", "consumerID": "SO-COpenSource-Env11", "timestamp": 1620178005900, "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/base_dummy.env", "status": "NOTIFIED" } 2021-05-05T01:26:56.321Z||pool-107-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms 2021-05-05T01:26:56.322Z||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. 2021-05-05T01:26:56.322Z||pool-107-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as a4LkjAbl6YzsGxek) ... 2021-05-05T01:26:56.329Z||pool-107-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK 2021-05-05T01:26:56.329Z||pool-107-thread-1|||||INFO|500||cambria reply ok (8 ms):{"serverTimeMs":0,"count":1} 2021-05-05T01:26:57.221Z|95a8e734-0ca5-474c-a417-07566a116d7e|pool-2-thread-9|||||INFO|500||DistributionClient - sendNotificationStatus 2021-05-05T01:26:57.222Z|95a8e734-0ca5-474c-a417-07566a116d7e|pool-2-thread-9|||||INFO|500||DistributionClient - sendStatus 2021-05-05T01:26:57.224Z|95a8e734-0ca5-474c-a417-07566a116d7e|pool-2-thread-9|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap] 2021-05-05T01:26:57.224Z|95a8e734-0ca5-474c-a417-07566a116d7e|pool-2-thread-9|||||DEBUG|500||try to send status { "distributionID": "f5779424-7153-46c3-aba1-244c2c089976", "consumerID": "SO-COpenSource-Env11", "timestamp": 1620178005900, "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/artifacts/service-BasicCnf-template.yml", "status": "NOT_NOTIFIED" } 2021-05-05T01:26:57.324Z||pool-108-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms 2021-05-05T01:26:57.325Z||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. 2021-05-05T01:26:57.325Z||pool-108-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as a4LkjAbl6YzsGxek) ... 2021-05-05T01:26:57.331Z||pool-108-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK 2021-05-05T01:26:57.331Z||pool-108-thread-1|||||INFO|500||cambria reply ok (7 ms):{"serverTimeMs":0,"count":1} 2021-05-05T01:26:58.224Z|95a8e734-0ca5-474c-a417-07566a116d7e|pool-2-thread-9|||||INFO|500||DistributionClient - sendNotificationStatus 2021-05-05T01:26:58.225Z|95a8e734-0ca5-474c-a417-07566a116d7e|pool-2-thread-9|||||INFO|500||DistributionClient - sendStatus 2021-05-05T01:26:58.227Z|95a8e734-0ca5-474c-a417-07566a116d7e|pool-2-thread-9|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap] 2021-05-05T01:26:58.227Z|95a8e734-0ca5-474c-a417-07566a116d7e|pool-2-thread-9|||||DEBUG|500||try to send status { "distributionID": "f5779424-7153-46c3-aba1-244c2c089976", "consumerID": "SO-COpenSource-Env11", "timestamp": 1620178005900, "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/artifacts/service-BasicCnf-csar.csar", "status": "NOTIFIED" } 2021-05-05T01:26:58.327Z||pool-109-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms 2021-05-05T01:26:58.328Z||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. 2021-05-05T01:26:58.328Z||pool-109-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as a4LkjAbl6YzsGxek) ... 2021-05-05T01:26:58.335Z||pool-109-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK 2021-05-05T01:26:58.335Z||pool-109-thread-1|||||INFO|500||cambria reply ok (8 ms):{"serverTimeMs":0,"count":1} 2021-05-05T01:26:59.228Z|95a8e734-0ca5-474c-a417-07566a116d7e|pool-2-thread-9|||||DEBUG|500||sending notification to client: { "distributionID": "f5779424-7153-46c3-aba1-244c2c089976", "serviceName": "basic_cnf", "serviceVersion": "1.0", "serviceUUID": "11905bbb-a71f-460f-87bb-00eac432b1b7", "serviceDescription": "service", "serviceInvariantUUID": "c84a7b27-6b1d-4836-b35a-d5c36a30498e", "resources": [ { "resourceInstanceName": "basic_cnf 0", "resourceCustomizationUUID": "6e475e68-c5d6-4a2c-9fa5-de696240674a", "resourceName": "basic_cnf", "resourceVersion": "1.0", "resoucreType": "VF", "resourceUUID": "40bc090f-c103-41bb-8690-a45cc20152a1", "resourceInvariantUUID": "22c20976-69ee-4976-8fd7-30d933d8d789", "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": "b6c3af49-3cad-4dd4-84aa-149e70cc5165", "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": "92066c90-8893-4fc2-a398-c589f9c70ca8", "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": "OTgzNjAxMjc2OTgzNDhmZmNkODNiNTc4Mjk5MDBjMDc\u003d", "artifactDescription": "Auto-generated VF Modules information artifact", "artifactTimeout": 0, "artifactVersion": "1", "artifactUUID": "a1dc7c07-889f-4440-874a-8f04fad97e12", "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": "77b6e2ae-e383-4af1-af8b-1b158eccd181", "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": "e2aa4754-cd87-4c11-9b9d-a7f431a31aab", "generatedFromUUID": "77b6e2ae-e383-4af1-af8b-1b158eccd181" }, "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": "e2aa4754-cd87-4c11-9b9d-a7f431a31aab", "relatedArtifactsInfo": [] } ] } ], "serviceArtifacts": [ { "artifactName": "service-BasicCnf-csar.csar", "artifactType": "TOSCA_CSAR", "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/artifacts/service-BasicCnf-csar.csar", "artifactChecksum": "YTY5OTgyZmJlMmM3ZjlmOGE5YmY5MzIxMTU1MGIyNmM\u003d", "artifactDescription": "TOSCA definition package of the asset", "artifactTimeout": 0, "artifactVersion": "1", "artifactUUID": "75fb6f07-3f81-43a8-9eca-64f0e5ae2383" } ], "workloadContext": "Production" } 2021-05-05T01:26:59.229Z|95a8e734-0ca5-474c-a417-07566a116d7e|pool-2-thread-9|||||DEBUG|500||Receive a callback notification in ASDC, nb of resources: 1 2021-05-05T01:26:59.229Z|95a8e734-0ca5-474c-a417-07566a116d7e|pool-2-thread-9|||||INFO|500||ASDC_RECEIVE_CALLBACK_NOTIF 5 11905bbb-a71f-460f-87bb-00eac432b1b7 ASDC 2021-05-05T01:26:59.229Z|f5779424-7153-46c3-aba1-244c2c089976|pool-2-thread-9|||||DEBUG|500||ASDC Notification: DistributionID:f5779424-7153-46c3-aba1-244c2c089976 ServiceName:basic_cnf ServiceVersion:1.0 ServiceUUID:11905bbb-a71f-460f-87bb-00eac432b1b7 ServiceInvariantUUID:c84a7b27-6b1d-4836-b35a-d5c36a30498e 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:75fb6f07-3f81-43a8-9eca-64f0e5ae2383 ArtifactChecksum:YTY5OTgyZmJlMmM3ZjlmOGE5YmY5MzIxMTU1MGIyNmM= GeneratedArtifact:{NULL } RelatedArtifacts:{ } } Resource Instances List: { Resource Instance Info: ResourceInstanceName:basic_cnf 0 ResourceCustomizationUUID:6e475e68-c5d6-4a2c-9fa5-de696240674a ResourceInvariantUUID:22c20976-69ee-4976-8fd7-30d933d8d789 ResourceName:basic_cnf ResourceType:VF ResourceUUID:40bc090f-c103-41bb-8690-a45cc20152a1 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:b6c3af49-3cad-4dd4-84aa-149e70cc5165 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:92066c90-8893-4fc2-a398-c589f9c70ca8 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:a1dc7c07-889f-4440-874a-8f04fad97e12 ArtifactChecksum:OTgzNjAxMjc2OTgzNDhmZmNkODNiNTc4Mjk5MDBjMDc= 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:77b6e2ae-e383-4af1-af8b-1b158eccd181 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:e2aa4754-cd87-4c11-9b9d-a7f431a31aab 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:e2aa4754-cd87-4c11-9b9d-a7f431a31aab ArtifactChecksum:NmZhYzg0NmUzZTJiM2I2ZmJlZDE2YzY0ODM0MTZkYmE= GeneratedArtifact:{NULL } RelatedArtifacts:{ } } } 2021-05-05T01:26:59.229Z|f5779424-7153-46c3-aba1-244c2c089976|pool-2-thread-9|||||INFO|500||ASDC_RECEIVE_SERVICE_NOTIF 11905bbb-a71f-460f-87bb-00eac432b1b7 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 (?, ?, ?, ?, ?) 2021-05-05T01:26:59.261Z|f5779424-7153-46c3-aba1-244c2c089976|pool-2-thread-9|||||INFO|500||Unable to find the system property mso.config.path, use the default configuration 2021-05-05T01:26:59.262Z|f5779424-7153-46c3-aba1-244c2c089976|pool-2-thread-9|||||INFO|500||MSO config path is: /app 2021-05-05T01:26:59.262Z|f5779424-7153-46c3-aba1-244c2c089976|pool-2-thread-9|||||INFO|500||MSO config path is: /app 2021-05-05T01:26:59.262Z|f5779424-7153-46c3-aba1-244c2c089976|pool-2-thread-9|||||INFO|500||Trying to download the artifact UUID: 75fb6f07-3f81-43a8-9eca-64f0e5ae2383 from URL: /sdc/v1/catalog/services/BasicCnf/1.0/artifacts/service-BasicCnf-csar.csar 2021-05-05T01:26:59.262Z|f5779424-7153-46c3-aba1-244c2c089976|pool-2-thread-9|||||INFO|500||DistributionClient - download 2021-05-05T01:26:59.262Z|f5779424-7153-46c3-aba1-244c2c089976|pool-2-thread-9|||||DEBUG|500||url to send https://sdc-be.onap:8443/sdc/v1/catalog/services/BasicCnf/1.0/artifacts/service-BasicCnf-csar.csar 2021-05-05T01:26:59.407Z|f5779424-7153-46c3-aba1-244c2c089976|pool-2-thread-9|||||DEBUG|500||GET Response Status 200 2021-05-05T01:26:59.412Z|f5779424-7153-46c3-aba1-244c2c089976|pool-2-thread-9|||||INFO|500||ASDC_ARTIFACT_DOWNLOAD_SUC /sdc/v1/catalog/services/BasicCnf/1.0/artifacts/service-BasicCnf-csar.csar 75fb6f07-3f81-43a8-9eca-64f0e5ae2383 71155 2021-05-05T01:26:59.412Z|f5779424-7153-46c3-aba1-244c2c089976|pool-2-thread-9|||||INFO|500||ASDC_SEND_NOTIF_ASDC DOWNLOAD DOWNLOAD_OK /sdc/v1/catalog/services/BasicCnf/1.0/artifacts/service-BasicCnf-csar.csar ASDC sendASDCNotification 2021-05-05T01:26:59.412Z|f5779424-7153-46c3-aba1-244c2c089976|pool-2-thread-9|||||DEBUG|500||Sending DOWNLOAD(DOWNLOAD_OK) notification to ASDC for artifact:/sdc/v1/catalog/services/BasicCnf/1.0/artifacts/service-BasicCnf-csar.csar 2021-05-05T01:26:59.412Z|f5779424-7153-46c3-aba1-244c2c089976|pool-2-thread-9|||||INFO|500||DistributionClient - sendDownloadStatus 2021-05-05T01:26:59.412Z|f5779424-7153-46c3-aba1-244c2c089976|pool-2-thread-9|||||INFO|500||DistributionClient - sendStatus 2021-05-05T01:26:59.415Z|f5779424-7153-46c3-aba1-244c2c089976|pool-2-thread-9|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap] 2021-05-05T01:26:59.415Z|f5779424-7153-46c3-aba1-244c2c089976|pool-2-thread-9|||||DEBUG|500||try to send status { "distributionID": "f5779424-7153-46c3-aba1-244c2c089976", "consumerID": "SO-COpenSource-Env11", "timestamp": 1620178019412, "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/artifacts/service-BasicCnf-csar.csar", "status": "DOWNLOAD_OK" } 2021-05-05T01:26:59.515Z||pool-110-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms 2021-05-05T01:26:59.516Z||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. 2021-05-05T01:26:59.516Z||pool-110-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as a4LkjAbl6YzsGxek) ... 2021-05-05T01:26:59.522Z||pool-110-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK 2021-05-05T01:26:59.522Z||pool-110-thread-1|||||INFO|500||cambria reply ok (7 ms):{"serverTimeMs":0,"count":1} 2021-05-05T01:27:00.415Z|f5779424-7153-46c3-aba1-244c2c089976|pool-2-thread-9|||||INFO|500||Unable to find the system property mso.config.path, use the default configuration 2021-05-05T01:27:00.417Z|f5779424-7153-46c3-aba1-244c2c089976|pool-2-thread-9|||||INFO|500||MSO config path is: /app 2021-05-05T01:27:00.417Z|f5779424-7153-46c3-aba1-244c2c089976|pool-2-thread-9|||||INFO|500||Trying to write artifact UUID: 75fb6f07-3f81-43a8-9eca-64f0e5ae2383, URL: /sdc/v1/catalog/services/BasicCnf/1.0/artifacts/service-BasicCnf-csar.csar to file: /app/ASDC/1/service-BasicCnf-csar.csar 2021-05-05T01:27:00.417Z|f5779424-7153-46c3-aba1-244c2c089976|pool-2-thread-9|||||INFO|500||ASDC_RECEIVE_SERVICE_NOTIF ***WRITE FILE ARTIFACT NAME ASDC service-BasicCnf-csar.csar 2021-05-05T01:27:00.417Z|f5779424-7153-46c3-aba1-244c2c089976|pool-2-thread-9|||||DEBUG|500||ASDC File path is: /app/ASDC/1/service-BasicCnf-csar.csar 2021-05-05T01:27:00.417Z|f5779424-7153-46c3-aba1-244c2c089976|pool-2-thread-9|||||INFO|500||ASDC_RECEIVE_SERVICE_NOTIF ***PATH ASDC /app/ASDC/1/service-BasicCnf-csar.csar 2021-05-05T01:27:00.559Z|f5779424-7153-46c3-aba1-244c2c089976|pool-2-thread-9|||||DEBUG|500||ToscaTemplate Loading YAMEL file /tmp/JTP3799768332075598329/Definitions/service-BasicCnf-template.yml 2021-05-05T01:27:01.411Z|f5779424-7153-46c3-aba1-244c2c089976|pool-2-thread-9|||||DEBUG|500||CSAR conformance level is 11.0 2021-05-05T01:27:01.411Z|f5779424-7153-46c3-aba1-244c2c089976|pool-2-thread-9|||||WARN|500||#################################################################################################### 2021-05-05T01:27:01.411Z|f5779424-7153-46c3-aba1-244c2c089976|pool-2-thread-9|||||WARN|500||CSAR Warnings found! CSAR name - /app/ASDC/1/service-BasicCnf-csar.csar 2021-05-05T01:27:01.411Z|f5779424-7153-46c3-aba1-244c2c089976|pool-2-thread-9|||||WARN|500||ToscaTemplate - verifyTemplate - 5 Parsing Warnings occurred... 2021-05-05T01:27:01.411Z|f5779424-7153-46c3-aba1-244c2c089976|pool-2-thread-9|||||WARN|500||JTosca Exception [JE003]: MissingRequiredFieldError: properties of template "abstract_dummy" are missing field(s): [nfc_function]. CSAR name - /app/ASDC/1/service-BasicCnf-csar.csar 2021-05-05T01:27:01.411Z|f5779424-7153-46c3-aba1-244c2c089976|pool-2-thread-9|||||WARN|500||JTosca Exception [JE003]: MissingRequiredFieldError: properties of template "abstract_dummy" are missing field(s): [unit, type]. CSAR name - /app/ASDC/1/service-BasicCnf-csar.csar 2021-05-05T01:27:01.411Z|f5779424-7153-46c3-aba1-244c2c089976|pool-2-thread-9|||||WARN|500||JTosca Exception [JE003]: MissingRequiredFieldError: Data value of type "org.openecomp.datatypes.Naming" is missing required field(s) "[supplemental_data]". CSAR name - /app/ASDC/1/service-BasicCnf-csar.csar 2021-05-05T01:27:01.411Z|f5779424-7153-46c3-aba1-244c2c089976|pool-2-thread-9|||||WARN|500||JTosca Exception [JE003]: MissingRequiredFieldError: properties of template "basic_cnf 0" are missing field(s): [unit, type]. CSAR name - /app/ASDC/1/service-BasicCnf-csar.csar 2021-05-05T01:27:01.412Z|f5779424-7153-46c3-aba1-244c2c089976|pool-2-thread-9|||||WARN|500||JTosca Exception [JE003]: MissingRequiredFieldError: properties of template "basic_cnf 0" are missing field(s): [nf_naming_code, nf_function, sdnc_artifact_name, max_instances, nf_type, sdnc_model_version, nf_role, min_instances, sdnc_model_name]. CSAR name - /app/ASDC/1/service-BasicCnf-csar.csar 2021-05-05T01:27:01.412Z|f5779424-7153-46c3-aba1-244c2c089976|pool-2-thread-9|||||WARN|500||#################################################################################################### 2021-05-05T01:27:01.412Z|f5779424-7153-46c3-aba1-244c2c089976|pool-2-thread-9|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive 2021-05-05T01:27:01.412Z|f5779424-7153-46c3-aba1-244c2c089976|pool-2-thread-9|||||DEBUG|500||Service basic_cnf is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=SERVICE_PROXY, toscaType=null, uUID=null, customizationUUID=null 2021-05-05T01:27:01.412Z|f5779424-7153-46c3-aba1-244c2c089976|pool-2-thread-9|||||DEBUG|500||Node template basic_cnf 0 is matching search criteria 2021-05-05T01:27:01.412Z|f5779424-7153-46c3-aba1-244c2c089976|pool-2-thread-9|||||DEBUG|500||Search for entities recursively 2021-05-05T01:27:01.412Z|f5779424-7153-46c3-aba1-244c2c089976|pool-2-thread-9|||||DEBUG|500||Found topology templates [basic_cnf 0, abstract_dummy] matching following query criteria: sdcType=Service, customizationUUID=null 2021-05-05T01:27:01.412Z|f5779424-7153-46c3-aba1-244c2c089976|pool-2-thread-9|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive 2021-05-05T01:27:01.412Z|f5779424-7153-46c3-aba1-244c2c089976|pool-2-thread-9|||||DEBUG|500||Service basic_cnf is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=CONFIGURATION, toscaType=null, uUID=null, customizationUUID=null 2021-05-05T01:27:01.412Z|f5779424-7153-46c3-aba1-244c2c089976|pool-2-thread-9|||||DEBUG|500||Node template basic_cnf 0 is matching search criteria 2021-05-05T01:27:01.412Z|f5779424-7153-46c3-aba1-244c2c089976|pool-2-thread-9|||||DEBUG|500||Search for entities recursively 2021-05-05T01:27:01.412Z|f5779424-7153-46c3-aba1-244c2c089976|pool-2-thread-9|||||DEBUG|500||Found topology templates [basic_cnf 0, abstract_dummy] matching following query criteria: sdcType=Service, customizationUUID=null 2021-05-05T01:27:01.412Z|f5779424-7153-46c3-aba1-244c2c089976|pool-2-thread-9|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive 2021-05-05T01:27:01.413Z|f5779424-7153-46c3-aba1-244c2c089976|pool-2-thread-9|||||DEBUG|500||Service basic_cnf is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=VF, toscaType=null, uUID=null, customizationUUID=null 2021-05-05T01:27:01.413Z|f5779424-7153-46c3-aba1-244c2c089976|pool-2-thread-9|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive 2021-05-05T01:27:01.413Z|f5779424-7153-46c3-aba1-244c2c089976|pool-2-thread-9|||||DEBUG|500||Node template basic_cnf 0 is not matching search criteria 2021-05-05T01:27:01.413Z|f5779424-7153-46c3-aba1-244c2c089976|pool-2-thread-9|||||DEBUG|500||Node template abstract_dummy is not matching search criteria 2021-05-05T01:27:01.413Z|f5779424-7153-46c3-aba1-244c2c089976|pool-2-thread-9|||||DEBUG|500||Node template dummy is not matching search criteria 2021-05-05T01:27:01.413Z|f5779424-7153-46c3-aba1-244c2c089976|pool-2-thread-9|||||DEBUG|500||Found topology templates [] matching following query criteria: sdcType=VF, customizationUUID=customizationUUID 2021-05-05T01:27:01.413Z|f5779424-7153-46c3-aba1-244c2c089976|pool-2-thread-9|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive 2021-05-05T01:27:01.413Z|f5779424-7153-46c3-aba1-244c2c089976|pool-2-thread-9|||||DEBUG|500||Service basic_cnf is searched for EntityType=GROUP, nodeTemplateType=null, toscaType=org.openecomp.groups.VfModule, uUID=null, customizationUUID=null 2021-05-05T01:27:01.413Z|f5779424-7153-46c3-aba1-244c2c089976|pool-2-thread-9|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive 2021-05-05T01:27:01.413Z|f5779424-7153-46c3-aba1-244c2c089976|pool-2-thread-9|||||DEBUG|500||Node template basic_cnf 0 is matching search criteria 2021-05-05T01:27:01.413Z|f5779424-7153-46c3-aba1-244c2c089976|pool-2-thread-9|||||DEBUG|500||Found topology templates [basic_cnf 0] matching following query criteria: sdcType=VF, customizationUUID=null 2021-05-05T01:27:01.414Z|f5779424-7153-46c3-aba1-244c2c089976|pool-2-thread-9|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive 2021-05-05T01:27:01.414Z|f5779424-7153-46c3-aba1-244c2c089976|pool-2-thread-9|||||DEBUG|500||Node template basic_cnf 0 is matching search criteria 2021-05-05T01:27:01.414Z|f5779424-7153-46c3-aba1-244c2c089976|pool-2-thread-9|||||DEBUG|500||Found topology templates [basic_cnf 0] matching following query criteria: sdcType=VF, customizationUUID=null 2021-05-05T01:27:01.414Z|f5779424-7153-46c3-aba1-244c2c089976|pool-2-thread-9|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive 2021-05-05T01:27:01.414Z|f5779424-7153-46c3-aba1-244c2c089976|pool-2-thread-9|||||DEBUG|500||Node template basic_cnf 0 is matching search criteria 2021-05-05T01:27:01.414Z|f5779424-7153-46c3-aba1-244c2c089976|pool-2-thread-9|||||DEBUG|500||Found topology templates [basic_cnf 0] matching following query criteria: sdcType=VF, customizationUUID=null 2021-05-05T01:27:01.414Z|f5779424-7153-46c3-aba1-244c2c089976|pool-2-thread-9|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive 2021-05-05T01:27:01.414Z|f5779424-7153-46c3-aba1-244c2c089976|pool-2-thread-9|||||DEBUG|500||Node template basic_cnf 0 is not matching search criteria 2021-05-05T01:27:01.414Z|f5779424-7153-46c3-aba1-244c2c089976|pool-2-thread-9|||||DEBUG|500||Node template abstract_dummy is matching search criteria 2021-05-05T01:27:01.414Z|f5779424-7153-46c3-aba1-244c2c089976|pool-2-thread-9|||||DEBUG|500||Found topology templates [abstract_dummy] matching following query criteria: sdcType=CVFC, customizationUUID=12684cbb-2a24-46ba-9853-2dc026218a56 2021-05-05T01:27:01.414Z|f5779424-7153-46c3-aba1-244c2c089976|pool-2-thread-9|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive 2021-05-05T01:27:01.414Z|f5779424-7153-46c3-aba1-244c2c089976|pool-2-thread-9|||||DEBUG|500||Service basic_cnf is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=VL, toscaType=null, uUID=null, customizationUUID=null 2021-05-05T01:27:01.414Z|f5779424-7153-46c3-aba1-244c2c089976|pool-2-thread-9|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive 2021-05-05T01:27:01.415Z|f5779424-7153-46c3-aba1-244c2c089976|pool-2-thread-9|||||DEBUG|500||Service basic_cnf is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=CR, toscaType=null, uUID=null, customizationUUID=null 2021-05-05T01:27:01.415Z|f5779424-7153-46c3-aba1-244c2c089976|pool-2-thread-9|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive 2021-05-05T01:27:01.415Z|f5779424-7153-46c3-aba1-244c2c089976|pool-2-thread-9|||||DEBUG|500||Service basic_cnf is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=VF, toscaType=null, uUID=null, customizationUUID=null 2021-05-05T01:27:01.415Z|f5779424-7153-46c3-aba1-244c2c089976|pool-2-thread-9|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive 2021-05-05T01:27:01.415Z|f5779424-7153-46c3-aba1-244c2c089976|pool-2-thread-9|||||DEBUG|500||Service basic_cnf is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=PNF, toscaType=null, uUID=null, customizationUUID=null 2021-05-05T01:27:01.415Z|f5779424-7153-46c3-aba1-244c2c089976|pool-2-thread-9|||||DEBUG|500||CSAR Notification: Service Level Properties: Name:basic_cnf Description:service Model UUID:11905bbb-a71f-460f-87bb-00eac432b1b7 Model Version:NULL Model InvariantUuid:c84a7b27-6b1d-4836-b35a-d5c36a30498e Service Type: Service Role: WorkLoad Context:Production Environment Context:General_Revenue-Bearing VNF Properties: Model Name:basic_cnf Model UUID:48692a85-0c61-4038-80f6-eed218d3f9c8 Description:VF Version:1.0 Type:VF Category:Generic InvariantUuid:22c20976-69ee-4976-8fd7-30d933d8d789 Max Instances:null Min Instances:null VNF Customization Properties: Customization UUID:6e475e68-c5d6-4a2c-9fa5-de696240674a NFFunction:null NFCode:null NFRole:null NFType:null MultiStageDesign:false VF Module Properties: ModelInvariantUuid:f99b10f0-083d-4eb1-a690-42d004188296 ModelName:BasicCnf..base_dummy..module-0 ModelUuid:34a46145-99e9-441f-a3fc-5b171f19edc1 ModelVersion:1 Description:NULL VF Module Customization Properties: Model Customization UUID:NULL CVNFC Properties: ModelCustomizationUuid:12684cbb-2a24-46ba-9853-2dc026218a56 ModelInvariantUuid:1f80d563-383b-4f81-bca6-96bd1e159a61 ModelName:basic_cnf-nodes.dummyCvfc ModelUuid:d95eaaee-dc46-4cd3-98b6-8b064b32eafe ModelVersion:1.0 Description:Complex node type that is used as nested type in VF Template Name:abstract_dummy VNFC Properties: ModelCustomizationUuid:8bf920d5-72a3-44f8-bb51-827178103e1a ModelInvariantUuid:1f423838-afed-4b5d-b178-63f49d9e08a9 ModelName:BasicCnf.compute.nodes.heat.dummy ModelUuid:dec4797b-d37a-4f97-986a-572ed4479dec ModelVersion:1.0 Description:Not reusable inner VFC Sub Category:Abstract VF Allotted Resource Properties: PNF Allotted Resource Properties: Hibernate: select toscacsar0_.ARTIFACT_UUID as artifact1_56_0_, toscacsar0_.ARTIFACT_CHECKSUM as artifact2_56_0_, toscacsar0_.CREATION_TIMESTAMP as creation3_56_0_, toscacsar0_.DESCRIPTION as descript4_56_0_, toscacsar0_.NAME as name5_56_0_, toscacsar0_.URL as url6_56_0_, toscacsar0_.Version as version7_56_0_ from tosca_csar toscacsar0_ where toscacsar0_.ARTIFACT_UUID=? 2021-05-05T01:27:01.420Z|f5779424-7153-46c3-aba1-244c2c089976|pool-2-thread-9|||||INFO|500||Processing Resource Type: VF, Model UUID: 40bc090f-c103-41bb-8690-a45cc20152a1 Hibernate: select service0_.MODEL_UUID as model_uu1_49_, service0_.CDS_BLUEPRINT_NAME as cds_blue2_49_, service0_.CDS_BLUEPRINT_VERSION as cds_blue3_49_, service0_.SERVICE_CATEGORY as service_4_49_, service0_.CONTROLLER_ACTOR as controll5_49_, service0_.CREATION_TIMESTAMP as creation6_49_, service0_.TOSCA_CSAR_ARTIFACT_UUID as tosca_c21_49_, service0_.DESCRIPTION as descript7_49_, service0_.OVERALL_DISTRIBUTION_STATUS as overall_8_49_, service0_.ENVIRONMENT_CONTEXT as environm9_49_, service0_.MODEL_INVARIANT_UUID as model_i10_49_, service0_.MODEL_NAME as model_n11_49_, service0_.MODEL_VERSION as model_v12_49_, service0_.NAMING_POLICY as naming_13_49_, service0_.ONAP_GENERATED_NAMING as onap_ge14_49_, service0_.RESOURCE_ORDER as resourc15_49_, service0_.SERVICE_FUNCTION as service16_49_, service0_.SERVICE_ROLE as service17_49_, service0_.SERVICE_TYPE as service18_49_, service0_.SKIP_POST_INSTANTIATION_CONFIGURATION as skip_po19_49_, service0_.WORKLOAD_CONTEXT as workloa20_49_ from service service0_ where service0_.MODEL_UUID=? 2021-05-05T01:27:01.422Z|f5779424-7153-46c3-aba1-244c2c089976|pool-2-thread-9|||||INFO|500||basic_cnf 0 2021-05-05T01:27:01.423Z|f5779424-7153-46c3-aba1-244c2c089976|pool-2-thread-9|||||DEBUG|500||Processing Resource Type: VF and Model UUID: 40bc090f-c103-41bb-8690-a45cc20152a1 2021-05-05T01:27:01.423Z|f5779424-7153-46c3-aba1-244c2c089976|pool-2-thread-9|||||INFO|500||Trying to download the artifact UUID: b6c3af49-3cad-4dd4-84aa-149e70cc5165 from URL: /sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/nginx_cloudtech_k8s_charts.env 2021-05-05T01:27:01.423Z|f5779424-7153-46c3-aba1-244c2c089976|pool-2-thread-9|||||INFO|500||DistributionClient - download 2021-05-05T01:27:01.423Z|f5779424-7153-46c3-aba1-244c2c089976|pool-2-thread-9|||||DEBUG|500||url to send https://sdc-be.onap:8443/sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/nginx_cloudtech_k8s_charts.env 2021-05-05T01:27:01.859Z|f5779424-7153-46c3-aba1-244c2c089976|pool-2-thread-9|||||DEBUG|500||GET Response Status 200 2021-05-05T01:27:01.859Z|f5779424-7153-46c3-aba1-244c2c089976|pool-2-thread-9|||||INFO|500||ASDC_ARTIFACT_DOWNLOAD_SUC /sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/nginx_cloudtech_k8s_charts.env b6c3af49-3cad-4dd4-84aa-149e70cc5165 12 2021-05-05T01:27:01.860Z|f5779424-7153-46c3-aba1-244c2c089976|pool-2-thread-9|||||INFO|500||ASDC_SEND_NOTIF_ASDC DOWNLOAD DOWNLOAD_OK /sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/nginx_cloudtech_k8s_charts.env ASDC sendASDCNotification 2021-05-05T01:27:01.860Z|f5779424-7153-46c3-aba1-244c2c089976|pool-2-thread-9|||||DEBUG|500||Sending DOWNLOAD(DOWNLOAD_OK) notification to ASDC for artifact:/sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/nginx_cloudtech_k8s_charts.env 2021-05-05T01:27:01.860Z|f5779424-7153-46c3-aba1-244c2c089976|pool-2-thread-9|||||INFO|500||DistributionClient - sendDownloadStatus 2021-05-05T01:27:01.860Z|f5779424-7153-46c3-aba1-244c2c089976|pool-2-thread-9|||||INFO|500||DistributionClient - sendStatus 2021-05-05T01:27:01.862Z|f5779424-7153-46c3-aba1-244c2c089976|pool-2-thread-9|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap] 2021-05-05T01:27:01.862Z|f5779424-7153-46c3-aba1-244c2c089976|pool-2-thread-9|||||DEBUG|500||try to send status { "distributionID": "f5779424-7153-46c3-aba1-244c2c089976", "consumerID": "SO-COpenSource-Env11", "timestamp": 1620178021860, "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/nginx_cloudtech_k8s_charts.env", "status": "DOWNLOAD_OK" } 2021-05-05T01:27:01.963Z||pool-111-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms 2021-05-05T01:27:01.963Z||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. 2021-05-05T01:27:01.964Z||pool-111-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as a4LkjAbl6YzsGxek) ... 2021-05-05T01:27:01.970Z||pool-111-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK 2021-05-05T01:27:01.971Z||pool-111-thread-1|||||INFO|500||cambria reply ok (8 ms):{"serverTimeMs":0,"count":1} 2021-05-05T01:27:02.863Z|f5779424-7153-46c3-aba1-244c2c089976|pool-2-thread-9|||||INFO|500||Trying to download the artifact UUID: 92066c90-8893-4fc2-a398-c589f9c70ca8 from URL: /sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/nginx_cloudtech_k8s_charts.tgz 2021-05-05T01:27:02.863Z|f5779424-7153-46c3-aba1-244c2c089976|pool-2-thread-9|||||INFO|500||DistributionClient - download 2021-05-05T01:27:02.863Z|f5779424-7153-46c3-aba1-244c2c089976|pool-2-thread-9|||||DEBUG|500||url to send https://sdc-be.onap:8443/sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/nginx_cloudtech_k8s_charts.tgz 2021-05-05T01:27:03.467Z|f5779424-7153-46c3-aba1-244c2c089976|pool-2-thread-9|||||DEBUG|500||GET Response Status 200 2021-05-05T01:27:03.468Z|f5779424-7153-46c3-aba1-244c2c089976|pool-2-thread-9|||||INFO|500||ASDC_ARTIFACT_DOWNLOAD_SUC /sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/nginx_cloudtech_k8s_charts.tgz 92066c90-8893-4fc2-a398-c589f9c70ca8 2688 2021-05-05T01:27:03.468Z|f5779424-7153-46c3-aba1-244c2c089976|pool-2-thread-9|||||INFO|500||ASDC_SEND_NOTIF_ASDC DOWNLOAD DOWNLOAD_OK /sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/nginx_cloudtech_k8s_charts.tgz ASDC sendASDCNotification 2021-05-05T01:27:03.468Z|f5779424-7153-46c3-aba1-244c2c089976|pool-2-thread-9|||||DEBUG|500||Sending DOWNLOAD(DOWNLOAD_OK) notification to ASDC for artifact:/sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/nginx_cloudtech_k8s_charts.tgz 2021-05-05T01:27:03.468Z|f5779424-7153-46c3-aba1-244c2c089976|pool-2-thread-9|||||INFO|500||DistributionClient - sendDownloadStatus 2021-05-05T01:27:03.468Z|f5779424-7153-46c3-aba1-244c2c089976|pool-2-thread-9|||||INFO|500||DistributionClient - sendStatus 2021-05-05T01:27:03.471Z|f5779424-7153-46c3-aba1-244c2c089976|pool-2-thread-9|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap] 2021-05-05T01:27:03.471Z|f5779424-7153-46c3-aba1-244c2c089976|pool-2-thread-9|||||DEBUG|500||try to send status { "distributionID": "f5779424-7153-46c3-aba1-244c2c089976", "consumerID": "SO-COpenSource-Env11", "timestamp": 1620178023468, "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/nginx_cloudtech_k8s_charts.tgz", "status": "DOWNLOAD_OK" } 2021-05-05T01:27:03.571Z||pool-112-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms 2021-05-05T01:27:03.572Z||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. 2021-05-05T01:27:03.572Z||pool-112-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as a4LkjAbl6YzsGxek) ... 2021-05-05T01:27:03.578Z||pool-112-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK 2021-05-05T01:27:03.579Z||pool-112-thread-1|||||INFO|500||cambria reply ok (7 ms):{"serverTimeMs":0,"count":1} 2021-05-05T01:27:04.473Z|f5779424-7153-46c3-aba1-244c2c089976|pool-2-thread-9|||||INFO|500||Trying to download the artifact UUID: a1dc7c07-889f-4440-874a-8f04fad97e12 from URL: /sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/basic_cnf0_modules.json 2021-05-05T01:27:04.473Z|f5779424-7153-46c3-aba1-244c2c089976|pool-2-thread-9|||||INFO|500||DistributionClient - download 2021-05-05T01:27:04.473Z|f5779424-7153-46c3-aba1-244c2c089976|pool-2-thread-9|||||DEBUG|500||url to send https://sdc-be.onap:8443/sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/basic_cnf0_modules.json 2021-05-05T01:27:05.160Z|f5779424-7153-46c3-aba1-244c2c089976|pool-2-thread-9|||||DEBUG|500||GET Response Status 200 2021-05-05T01:27:05.161Z|f5779424-7153-46c3-aba1-244c2c089976|pool-2-thread-9|||||INFO|500||ASDC_ARTIFACT_DOWNLOAD_SUC /sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/basic_cnf0_modules.json a1dc7c07-889f-4440-874a-8f04fad97e12 828 2021-05-05T01:27:05.161Z|f5779424-7153-46c3-aba1-244c2c089976|pool-2-thread-9|||||INFO|500||ASDC_SEND_NOTIF_ASDC DOWNLOAD DOWNLOAD_OK /sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/basic_cnf0_modules.json ASDC sendASDCNotification 2021-05-05T01:27:05.161Z|f5779424-7153-46c3-aba1-244c2c089976|pool-2-thread-9|||||DEBUG|500||Sending DOWNLOAD(DOWNLOAD_OK) notification to ASDC for artifact:/sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/basic_cnf0_modules.json 2021-05-05T01:27:05.162Z|f5779424-7153-46c3-aba1-244c2c089976|pool-2-thread-9|||||INFO|500||DistributionClient - sendDownloadStatus 2021-05-05T01:27:05.162Z|f5779424-7153-46c3-aba1-244c2c089976|pool-2-thread-9|||||INFO|500||DistributionClient - sendStatus 2021-05-05T01:27:05.164Z|f5779424-7153-46c3-aba1-244c2c089976|pool-2-thread-9|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap] 2021-05-05T01:27:05.164Z|f5779424-7153-46c3-aba1-244c2c089976|pool-2-thread-9|||||DEBUG|500||try to send status { "distributionID": "f5779424-7153-46c3-aba1-244c2c089976", "consumerID": "SO-COpenSource-Env11", "timestamp": 1620178025161, "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/basic_cnf0_modules.json", "status": "DOWNLOAD_OK" } 2021-05-05T01:27:05.264Z||pool-113-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms 2021-05-05T01:27:05.265Z||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. 2021-05-05T01:27:05.265Z||pool-113-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as a4LkjAbl6YzsGxek) ... 2021-05-05T01:27:05.271Z||pool-113-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK 2021-05-05T01:27:05.272Z||pool-113-thread-1|||||INFO|500||cambria reply ok (6 ms):{"serverTimeMs":0,"count":1} 2021-05-05T01:27:06.165Z|f5779424-7153-46c3-aba1-244c2c089976|pool-2-thread-9|||||DEBUG|500||VF_MODULE_ARTIFACT: [ { "vfModuleModelName": "BasicCnf..base_dummy..module-0", "vfModuleModelInvariantUUID": "f99b10f0-083d-4eb1-a690-42d004188296", "vfModuleModelVersion": "1", "vfModuleModelUUID": "34a46145-99e9-441f-a3fc-5b171f19edc1", "vfModuleModelCustomizationUUID": "5fb8066a-8acd-4d1a-92af-8b31e9e234aa", "isBase": true, "artifacts": [ "92066c90-8893-4fc2-a398-c589f9c70ca8", "77b6e2ae-e383-4af1-af8b-1b158eccd181", "e2aa4754-cd87-4c11-9b9d-a7f431a31aab" ], "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": "" } } ] 2021-05-05T01:27:06.168Z|f5779424-7153-46c3-aba1-244c2c089976|pool-2-thread-9|||||DEBUG|500||VfModuleMetaData List: { VfModuleMetaData: VfModuleModelName:BasicCnf..base_dummy..module-0 VfModuleModelVersion:1 VfModuleModelUUID:34a46145-99e9-441f-a3fc-5b171f19edc1 VfModuleModelInvariantUUID:f99b10f0-083d-4eb1-a690-42d004188296 VfModuleModelDescription:NULL Artifacts UUID List:{ 92066c90-8893-4fc2-a398-c589f9c70ca8 , 77b6e2ae-e383-4af1-af8b-1b158eccd181 , e2aa4754-cd87-4c11-9b9d-a7f431a31aab } 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 } 2021-05-05T01:27:06.171Z|f5779424-7153-46c3-aba1-244c2c089976|pool-2-thread-9|||||DEBUG|500||VF_MODULE_ARTIFACT: [ { "vfModuleModelName": "BasicCnf..base_dummy..module-0", "vfModuleModelInvariantUUID": "f99b10f0-083d-4eb1-a690-42d004188296", "vfModuleModelVersion": "1", "vfModuleModelUUID": "34a46145-99e9-441f-a3fc-5b171f19edc1", "vfModuleModelCustomizationUUID": "5fb8066a-8acd-4d1a-92af-8b31e9e234aa", "isBase": true, "artifacts": [ "92066c90-8893-4fc2-a398-c589f9c70ca8", "77b6e2ae-e383-4af1-af8b-1b158eccd181", "e2aa4754-cd87-4c11-9b9d-a7f431a31aab" ], "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": "" } } ] 2021-05-05T01:27:06.171Z|f5779424-7153-46c3-aba1-244c2c089976|pool-2-thread-9|||||DEBUG|500||VfModuleMetaData List: { VfModuleMetaData: VfModuleModelName:BasicCnf..base_dummy..module-0 VfModuleModelVersion:1 VfModuleModelUUID:34a46145-99e9-441f-a3fc-5b171f19edc1 VfModuleModelInvariantUUID:f99b10f0-083d-4eb1-a690-42d004188296 VfModuleModelDescription:NULL Artifacts UUID List:{ 92066c90-8893-4fc2-a398-c589f9c70ca8 , 77b6e2ae-e383-4af1-af8b-1b158eccd181 , e2aa4754-cd87-4c11-9b9d-a7f431a31aab } 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 } 2021-05-05T01:27:06.171Z|f5779424-7153-46c3-aba1-244c2c089976|pool-2-thread-9|||||INFO|500||Trying to download the artifact UUID: 77b6e2ae-e383-4af1-af8b-1b158eccd181 from URL: /sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/base_dummy.yaml 2021-05-05T01:27:06.171Z|f5779424-7153-46c3-aba1-244c2c089976|pool-2-thread-9|||||INFO|500||DistributionClient - download 2021-05-05T01:27:06.171Z|f5779424-7153-46c3-aba1-244c2c089976|pool-2-thread-9|||||DEBUG|500||url to send https://sdc-be.onap:8443/sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/base_dummy.yaml 2021-05-05T01:27:06.576Z|f5779424-7153-46c3-aba1-244c2c089976|pool-2-thread-9|||||DEBUG|500||GET Response Status 200 2021-05-05T01:27:06.577Z|f5779424-7153-46c3-aba1-244c2c089976|pool-2-thread-9|||||INFO|500||ASDC_ARTIFACT_DOWNLOAD_SUC /sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/base_dummy.yaml 77b6e2ae-e383-4af1-af8b-1b158eccd181 1164 2021-05-05T01:27:06.577Z|f5779424-7153-46c3-aba1-244c2c089976|pool-2-thread-9|||||INFO|500||ASDC_SEND_NOTIF_ASDC DOWNLOAD DOWNLOAD_OK /sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/base_dummy.yaml ASDC sendASDCNotification 2021-05-05T01:27:06.577Z|f5779424-7153-46c3-aba1-244c2c089976|pool-2-thread-9|||||DEBUG|500||Sending DOWNLOAD(DOWNLOAD_OK) notification to ASDC for artifact:/sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/base_dummy.yaml 2021-05-05T01:27:06.577Z|f5779424-7153-46c3-aba1-244c2c089976|pool-2-thread-9|||||INFO|500||DistributionClient - sendDownloadStatus 2021-05-05T01:27:06.577Z|f5779424-7153-46c3-aba1-244c2c089976|pool-2-thread-9|||||INFO|500||DistributionClient - sendStatus 2021-05-05T01:27:06.579Z|f5779424-7153-46c3-aba1-244c2c089976|pool-2-thread-9|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap] 2021-05-05T01:27:06.579Z|f5779424-7153-46c3-aba1-244c2c089976|pool-2-thread-9|||||DEBUG|500||try to send status { "distributionID": "f5779424-7153-46c3-aba1-244c2c089976", "consumerID": "SO-COpenSource-Env11", "timestamp": 1620178026577, "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/base_dummy.yaml", "status": "DOWNLOAD_OK" } 2021-05-05T01:27:06.679Z||pool-114-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms 2021-05-05T01:27:06.680Z||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. 2021-05-05T01:27:06.681Z||pool-114-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as a4LkjAbl6YzsGxek) ... 2021-05-05T01:27:06.688Z||pool-114-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK 2021-05-05T01:27:06.688Z||pool-114-thread-1|||||INFO|500||cambria reply ok (8 ms):{"serverTimeMs":0,"count":1} 2021-05-05T01:27:07.580Z|f5779424-7153-46c3-aba1-244c2c089976|pool-2-thread-9|||||INFO|500||Trying to download the artifact UUID: e2aa4754-cd87-4c11-9b9d-a7f431a31aab from URL: /sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/base_dummy.env 2021-05-05T01:27:07.580Z|f5779424-7153-46c3-aba1-244c2c089976|pool-2-thread-9|||||INFO|500||DistributionClient - download 2021-05-05T01:27:07.580Z|f5779424-7153-46c3-aba1-244c2c089976|pool-2-thread-9|||||DEBUG|500||url to send https://sdc-be.onap:8443/sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/base_dummy.env 2021-05-05T01:27:07.916Z|f5779424-7153-46c3-aba1-244c2c089976|pool-2-thread-9|||||DEBUG|500||GET Response Status 200 2021-05-05T01:27:07.916Z|f5779424-7153-46c3-aba1-244c2c089976|pool-2-thread-9|||||INFO|500||ASDC_ARTIFACT_DOWNLOAD_SUC /sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/base_dummy.env e2aa4754-cd87-4c11-9b9d-a7f431a31aab 200 2021-05-05T01:27:07.917Z|f5779424-7153-46c3-aba1-244c2c089976|pool-2-thread-9|||||INFO|500||ASDC_SEND_NOTIF_ASDC DOWNLOAD DOWNLOAD_OK /sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/base_dummy.env ASDC sendASDCNotification 2021-05-05T01:27:07.917Z|f5779424-7153-46c3-aba1-244c2c089976|pool-2-thread-9|||||DEBUG|500||Sending DOWNLOAD(DOWNLOAD_OK) notification to ASDC for artifact:/sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/base_dummy.env 2021-05-05T01:27:07.917Z|f5779424-7153-46c3-aba1-244c2c089976|pool-2-thread-9|||||INFO|500||DistributionClient - sendDownloadStatus 2021-05-05T01:27:07.917Z|f5779424-7153-46c3-aba1-244c2c089976|pool-2-thread-9|||||INFO|500||DistributionClient - sendStatus 2021-05-05T01:27:07.919Z|f5779424-7153-46c3-aba1-244c2c089976|pool-2-thread-9|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap] 2021-05-05T01:27:07.919Z|f5779424-7153-46c3-aba1-244c2c089976|pool-2-thread-9|||||DEBUG|500||try to send status { "distributionID": "f5779424-7153-46c3-aba1-244c2c089976", "consumerID": "SO-COpenSource-Env11", "timestamp": 1620178027917, "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/base_dummy.env", "status": "DOWNLOAD_OK" } 2021-05-05T01:27:08.019Z||pool-115-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 99 ms 2021-05-05T01:27:08.020Z||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. 2021-05-05T01:27:08.020Z||pool-115-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as a4LkjAbl6YzsGxek) ... 2021-05-05T01:27:08.026Z||pool-115-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK 2021-05-05T01:27:08.027Z||pool-115-thread-1|||||INFO|500||cambria reply ok (7 ms):{"serverTimeMs":0,"count":1} 2021-05-05T01:27:08.920Z|f5779424-7153-46c3-aba1-244c2c089976|pool-2-thread-9|||||DEBUG|500||Preparing to deploy Service: 11905bbb-a71f-460f-87bb-00eac432b1b7 2021-05-05T01:27:08.921Z|f5779424-7153-46c3-aba1-244c2c089976|pool-2-thread-9|||||INFO|500||ASDC_START_DEPLOY_ARTIFACT basic_cnf 0 40bc090f-c103-41bb-8690-a45cc20152a1 ASDC 2021-05-05T01:27:08.929Z|f5779424-7153-46c3-aba1-244c2c089976|pool-2-thread-9|||||WARN|500||ASDC_ARTIFACT_TYPE_NOT_SUPPORT CLOUD_TECHNOLOGY_SPECIFIC_ARTIFACT(Artifact Name:nginx_cloudtech_k8s_charts.tgz) 300 Artifact type not supported Hibernate: select heatenviro0_.ARTIFACT_UUID as artifact1_25_, heatenviro0_.ARTIFACT_CHECKSUM as artifact2_25_, heatenviro0_.CREATION_TIMESTAMP as creation3_25_, heatenviro0_.DESCRIPTION as descript4_25_, heatenviro0_.BODY as body5_25_, heatenviro0_.NAME as name6_25_, heatenviro0_.VERSION as version7_25_ from heat_environment heatenviro0_ where heatenviro0_.ARTIFACT_UUID=? Hibernate: select heattempla0_.ARTIFACT_UUID as artifact1_28_, heattempla0_.ARTIFACT_CHECKSUM as artifact2_28_, heattempla0_.CREATION_TIMESTAMP as creation3_28_, heattempla0_.DESCRIPTION as descript4_28_, heattempla0_.BODY as body5_28_, heattempla0_.NAME as name6_28_, heattempla0_.TIMEOUT_MINUTES as timeout_7_28_, heattempla0_.VERSION as version8_28_ from heat_template heattempla0_ where heattempla0_.ARTIFACT_UUID=? Hibernate: select heatenviro0_.ARTIFACT_UUID as artifact1_25_, heatenviro0_.ARTIFACT_CHECKSUM as artifact2_25_, heatenviro0_.CREATION_TIMESTAMP as creation3_25_, heatenviro0_.DESCRIPTION as descript4_25_, heatenviro0_.BODY as body5_25_, heatenviro0_.NAME as name6_25_, heatenviro0_.VERSION as version7_25_ from heat_environment heatenviro0_ where heatenviro0_.ARTIFACT_UUID=? Hibernate: select toscacsar0_.ARTIFACT_UUID as artifact1_56_0_, toscacsar0_.ARTIFACT_CHECKSUM as artifact2_56_0_, toscacsar0_.CREATION_TIMESTAMP as creation3_56_0_, toscacsar0_.DESCRIPTION as descript4_56_0_, toscacsar0_.NAME as name5_56_0_, toscacsar0_.URL as url6_56_0_, toscacsar0_.Version as version7_56_0_ from tosca_csar toscacsar0_ where toscacsar0_.ARTIFACT_UUID=? Hibernate: select service0_.MODEL_UUID as model_uu1_49_, service0_.CDS_BLUEPRINT_NAME as cds_blue2_49_, service0_.CDS_BLUEPRINT_VERSION as cds_blue3_49_, service0_.SERVICE_CATEGORY as service_4_49_, service0_.CONTROLLER_ACTOR as controll5_49_, service0_.CREATION_TIMESTAMP as creation6_49_, service0_.TOSCA_CSAR_ARTIFACT_UUID as tosca_c21_49_, service0_.DESCRIPTION as descript7_49_, service0_.OVERALL_DISTRIBUTION_STATUS as overall_8_49_, service0_.ENVIRONMENT_CONTEXT as environm9_49_, service0_.MODEL_INVARIANT_UUID as model_i10_49_, service0_.MODEL_NAME as model_n11_49_, service0_.MODEL_VERSION as model_v12_49_, service0_.NAMING_POLICY as naming_13_49_, service0_.ONAP_GENERATED_NAMING as onap_ge14_49_, service0_.RESOURCE_ORDER as resourc15_49_, service0_.SERVICE_FUNCTION as service16_49_, service0_.SERVICE_ROLE as service17_49_, service0_.SERVICE_TYPE as service18_49_, service0_.SKIP_POST_INSTANTIATION_CONFIGURATION as skip_po19_49_, service0_.WORKLOAD_CONTEXT as workloa20_49_ from service service0_ where service0_.MODEL_UUID=? 2021-05-05T01:27:08.938Z|f5779424-7153-46c3-aba1-244c2c089976|pool-2-thread-9|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive 2021-05-05T01:27:08.938Z|f5779424-7153-46c3-aba1-244c2c089976|pool-2-thread-9|||||DEBUG|500||Service basic_cnf is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=VF, toscaType=null, uUID=null, customizationUUID=null 2021-05-05T01:27:08.938Z|f5779424-7153-46c3-aba1-244c2c089976|pool-2-thread-9|||||DEBUG|500||VF Category is: Generic 2021-05-05T01:27:08.938Z|f5779424-7153-46c3-aba1-244c2c089976|pool-2-thread-9|||||DEBUG|500||VFCustomizationUUID= 6e475e68-c5d6-4a2c-9fa5-de696240674a 2021-05-05T01:27:08.939Z|f5779424-7153-46c3-aba1-244c2c089976|pool-2-thread-9|||||DEBUG|500||Checking if Notification VF ResourceCustomizationUUID: 6e475e68-c5d6-4a2c-9fa5-de696240674a matches Tosca VF Customization UUID: 6e475e68-c5d6-4a2c-9fa5-de696240674a 2021-05-05T01:27:08.939Z|f5779424-7153-46c3-aba1-244c2c089976|pool-2-thread-9|||||DEBUG|500||vfCustomizationUUID: 6e475e68-c5d6-4a2c-9fa5-de696240674a matches vfNotificationResource CustomizationUUID Hibernate: select vnfresourc0_.MODEL_UUID as model_uu1_63_, vnfresourc0_.AIC_VERSION_MAX as aic_vers2_63_, vnfresourc0_.AIC_VERSION_MIN as aic_vers3_63_, vnfresourc0_.RESOURCE_CATEGORY as resource4_63_, vnfresourc0_.CREATION_TIMESTAMP as creation5_63_, vnfresourc0_.DESCRIPTION as descript6_63_, vnfresourc0_.HEAT_TEMPLATE_ARTIFACT_UUID as heat_te13_63_, vnfresourc0_.MODEL_INVARIANT_UUID as model_in7_63_, vnfresourc0_.MODEL_NAME as model_na8_63_, vnfresourc0_.MODEL_VERSION as model_ve9_63_, vnfresourc0_.ORCHESTRATION_MODE as orchest10_63_, vnfresourc0_.RESOURCE_SUB_CATEGORY as resourc11_63_, vnfresourc0_.TOSCA_NODE_TYPE as tosca_n12_63_ from vnf_resource vnfresourc0_ where vnfresourc0_.MODEL_UUID=? 2021-05-05T01:27:08.940Z|f5779424-7153-46c3-aba1-244c2c089976|pool-2-thread-9|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive 2021-05-05T01:27:08.940Z|f5779424-7153-46c3-aba1-244c2c089976|pool-2-thread-9|||||DEBUG|500||Service basic_cnf is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=null, toscaType=null, uUID=null, customizationUUID=null 2021-05-05T01:27:08.941Z|f5779424-7153-46c3-aba1-244c2c089976|pool-2-thread-9|||||DEBUG|500||resource request for resource customization id 6e475e68-c5d6-4a2c-9fa5-de696240674a: {\"vf_module_id\":\"PROVIDED_BY_ONAP\",\"skip_post_instantiation_configuration\":\"true\",\"nf_naming\":\"true\",\"multi_stage_design\":\"false\",\"controller_actor\":\"SO-REF-DATA\",\"availability_zone_max_count\":\"1\",\"vnf_id\":\"PROVIDED_BY_ONAP\",\"dummy_image_name\":\"dummy\",\"vnf_name\":\"PROVIDED_BY_ONAP\",\"dummy_name_0\":\"dummy_1_0\",\"dummy_flavor_name\":\"dummy.default\"} 2021-05-05T01:27:08.941Z|f5779424-7153-46c3-aba1-244c2c089976|pool-2-thread-9|||||DEBUG|500||vfModuleStructure: org.onap.so.asdc.installer.VfModuleStructure@4fc93011 2021-05-05T01:27:08.941Z|f5779424-7153-46c3-aba1-244c2c089976|pool-2-thread-9|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive 2021-05-05T01:27:08.941Z|f5779424-7153-46c3-aba1-244c2c089976|pool-2-thread-9|||||DEBUG|500||Service basic_cnf is searched for EntityType=GROUP, nodeTemplateType=null, toscaType=org.openecomp.groups.VfModule, uUID=null, customizationUUID=null 2021-05-05T01:27:08.942Z|f5779424-7153-46c3-aba1-244c2c089976|pool-2-thread-9|||||DEBUG|500||Comparing Vf_Modules_Metadata CustomizationUUID : 5fb8066a-8acd-4d1a-92af-8b31e9e234aa 2021-05-05T01:27:08.942Z|f5779424-7153-46c3-aba1-244c2c089976|pool-2-thread-9|||||DEBUG|500||To Csar Group VFModuleModelCustomizationUUID 5fb8066a-8acd-4d1a-92af-8b31e9e234aa Hibernate: select vfmodule0_.MODEL_UUID as model_uu1_58_, vfmodule0_.CREATION_TIMESTAMP as creation2_58_, vfmodule0_.DESCRIPTION as descript3_58_, vfmodule0_.IS_BASE as is_base4_58_, vfmodule0_.MODEL_INVARIANT_UUID as model_in5_58_, vfmodule0_.MODEL_NAME as model_na6_58_, vfmodule0_.MODEL_VERSION as model_ve7_58_, vfmodule0_.HEAT_TEMPLATE_ARTIFACT_UUID as heat_tem8_58_, vfmodule0_.VNF_RESOURCE_MODEL_UUID as vnf_reso9_58_, vfmodule0_.VOL_HEAT_TEMPLATE_ARTIFACT_UUID as vol_hea10_58_ from vf_module vfmodule0_ where vfmodule0_.MODEL_UUID=? 2021-05-05T01:27:08.944Z|f5779424-7153-46c3-aba1-244c2c089976|pool-2-thread-9|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive 2021-05-05T01:27:08.944Z|f5779424-7153-46c3-aba1-244c2c089976|pool-2-thread-9|||||DEBUG|500||Node template basic_cnf 0 is matching search criteria 2021-05-05T01:27:08.944Z|f5779424-7153-46c3-aba1-244c2c089976|pool-2-thread-9|||||DEBUG|500||Found topology templates [basic_cnf 0] matching following query criteria: sdcType=VF, customizationUUID=null 2021-05-05T01:27:08.944Z|f5779424-7153-46c3-aba1-244c2c089976|pool-2-thread-9|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive 2021-05-05T01:27:08.944Z|f5779424-7153-46c3-aba1-244c2c089976|pool-2-thread-9|||||DEBUG|500||Node template basic_cnf 0 is matching search criteria 2021-05-05T01:27:08.944Z|f5779424-7153-46c3-aba1-244c2c089976|pool-2-thread-9|||||DEBUG|500||Found topology templates [basic_cnf 0] matching following query criteria: sdcType=VF, customizationUUID=null 2021-05-05T01:27:08.945Z|f5779424-7153-46c3-aba1-244c2c089976|pool-2-thread-9|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive 2021-05-05T01:27:08.945Z|f5779424-7153-46c3-aba1-244c2c089976|pool-2-thread-9|||||DEBUG|500||Node template basic_cnf 0 is not matching search criteria 2021-05-05T01:27:08.945Z|f5779424-7153-46c3-aba1-244c2c089976|pool-2-thread-9|||||DEBUG|500||Node template abstract_dummy is matching search criteria 2021-05-05T01:27:08.945Z|f5779424-7153-46c3-aba1-244c2c089976|pool-2-thread-9|||||DEBUG|500||Found topology templates [abstract_dummy] matching following query criteria: sdcType=CVFC, customizationUUID=12684cbb-2a24-46ba-9853-2dc026218a56 Hibernate: select vnfccustom0_.MODEL_CUSTOMIZATION_UUID as model_cu1_66_, vnfccustom0_.CREATION_TIMESTAMP as creation2_66_, vnfccustom0_.DESCRIPTION as descript3_66_, vnfccustom0_.MODEL_INSTANCE_NAME as model_in4_66_, vnfccustom0_.MODEL_INVARIANT_UUID as model_in5_66_, vnfccustom0_.MODEL_NAME as model_na6_66_, vnfccustom0_.MODEL_UUID as model_uu7_66_, vnfccustom0_.MODEL_VERSION as model_ve8_66_, vnfccustom0_.RESOURCE_INPUT as resource9_66_, vnfccustom0_.TOSCA_NODE_TYPE as tosca_n10_66_, vnfccustom0_.VNFC_INSTANCE_GROUP_CUSTOMIZATION_ID as vnfc_in11_66_ from vnfc_customization vnfccustom0_ where vnfccustom0_.MODEL_CUSTOMIZATION_UUID=? 2021-05-05T01:27:08.947Z|f5779424-7153-46c3-aba1-244c2c089976|pool-2-thread-9|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive 2021-05-05T01:27:08.947Z|f5779424-7153-46c3-aba1-244c2c089976|pool-2-thread-9|||||DEBUG|500||Node template basic_cnf 0 is matching search criteria 2021-05-05T01:27:08.947Z|f5779424-7153-46c3-aba1-244c2c089976|pool-2-thread-9|||||DEBUG|500||Found topology templates [basic_cnf 0] matching following query criteria: sdcType=VF, customizationUUID=null 2021-05-05T01:27:08.947Z|f5779424-7153-46c3-aba1-244c2c089976|pool-2-thread-9|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive 2021-05-05T01:27:08.947Z|f5779424-7153-46c3-aba1-244c2c089976|pool-2-thread-9|||||DEBUG|500||Node template basic_cnf 0 is matching search criteria 2021-05-05T01:27:08.948Z|f5779424-7153-46c3-aba1-244c2c089976|pool-2-thread-9|||||DEBUG|500||Found topology templates [basic_cnf 0] matching following query criteria: sdcType=VF, customizationUUID=6e475e68-c5d6-4a2c-9fa5-de696240674a Hibernate: select service0_.MODEL_UUID as model_uu1_49_, service0_.CDS_BLUEPRINT_NAME as cds_blue2_49_, service0_.CDS_BLUEPRINT_VERSION as cds_blue3_49_, service0_.SERVICE_CATEGORY as service_4_49_, service0_.CONTROLLER_ACTOR as controll5_49_, service0_.CREATION_TIMESTAMP as creation6_49_, service0_.TOSCA_CSAR_ARTIFACT_UUID as tosca_c21_49_, service0_.DESCRIPTION as descript7_49_, service0_.OVERALL_DISTRIBUTION_STATUS as overall_8_49_, service0_.ENVIRONMENT_CONTEXT as environm9_49_, service0_.MODEL_INVARIANT_UUID as model_i10_49_, service0_.MODEL_NAME as model_n11_49_, service0_.MODEL_VERSION as model_v12_49_, service0_.NAMING_POLICY as naming_13_49_, service0_.ONAP_GENERATED_NAMING as onap_ge14_49_, service0_.RESOURCE_ORDER as resourc15_49_, service0_.SERVICE_FUNCTION as service16_49_, service0_.SERVICE_ROLE as service17_49_, service0_.SERVICE_TYPE as service18_49_, service0_.SKIP_POST_INSTANTIATION_CONFIGURATION as skip_po19_49_, service0_.WORKLOAD_CONTEXT as workloa20_49_ from service service0_ where service0_.MODEL_UUID=? 2021-05-05T01:27:08.949Z|f5779424-7153-46c3-aba1-244c2c089976|pool-2-thread-9|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive 2021-05-05T01:27:08.949Z|f5779424-7153-46c3-aba1-244c2c089976|pool-2-thread-9|||||DEBUG|500||Service basic_cnf is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=null, toscaType=null, uUID=null, customizationUUID=null 2021-05-05T01:27:08.949Z|f5779424-7153-46c3-aba1-244c2c089976|pool-2-thread-9|||||DEBUG|500|| resourceSeq for service uuid 11905bbb-a71f-460f-87bb-00eac432b1b7: basic_cnf 2021-05-05T01:27:08.949Z|f5779424-7153-46c3-aba1-244c2c089976|pool-2-thread-9|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive 2021-05-05T01:27:08.950Z|f5779424-7153-46c3-aba1-244c2c089976|pool-2-thread-9|||||DEBUG|500||Service basic_cnf is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=PNF, toscaType=null, uUID=null, customizationUUID=null 2021-05-05T01:27:08.950Z|f5779424-7153-46c3-aba1-244c2c089976|pool-2-thread-9|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive 2021-05-05T01:27:08.950Z|f5779424-7153-46c3-aba1-244c2c089976|pool-2-thread-9|||||DEBUG|500||Service basic_cnf is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=VL, toscaType=null, uUID=null, customizationUUID=null 2021-05-05T01:27:08.950Z|f5779424-7153-46c3-aba1-244c2c089976|pool-2-thread-9|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive 2021-05-05T01:27:08.950Z|f5779424-7153-46c3-aba1-244c2c089976|pool-2-thread-9|||||DEBUG|500||Service basic_cnf is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=CR, toscaType=null, uUID=null, customizationUUID=null 2021-05-05T01:27:08.950Z|f5779424-7153-46c3-aba1-244c2c089976|pool-2-thread-9|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive 2021-05-05T01:27:08.950Z|f5779424-7153-46c3-aba1-244c2c089976|pool-2-thread-9|||||DEBUG|500||Service basic_cnf is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=SERVICE_PROXY, toscaType=null, uUID=null, customizationUUID=null 2021-05-05T01:27:08.951Z|f5779424-7153-46c3-aba1-244c2c089976|pool-2-thread-9|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive 2021-05-05T01:27:08.951Z|f5779424-7153-46c3-aba1-244c2c089976|pool-2-thread-9|||||DEBUG|500||Service basic_cnf is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=CONFIGURATION, toscaType=null, uUID=null, customizationUUID=null 2021-05-05T01:27:08.951Z|f5779424-7153-46c3-aba1-244c2c089976|pool-2-thread-9|||||INFO|500||Saving Service: basic_cnf Hibernate: select service0_.MODEL_UUID as model_uu1_49_3_, service0_.CDS_BLUEPRINT_NAME as cds_blue2_49_3_, service0_.CDS_BLUEPRINT_VERSION as cds_blue3_49_3_, service0_.SERVICE_CATEGORY as service_4_49_3_, service0_.CONTROLLER_ACTOR as controll5_49_3_, service0_.CREATION_TIMESTAMP as creation6_49_3_, service0_.TOSCA_CSAR_ARTIFACT_UUID as tosca_c21_49_3_, service0_.DESCRIPTION as descript7_49_3_, service0_.OVERALL_DISTRIBUTION_STATUS as overall_8_49_3_, service0_.ENVIRONMENT_CONTEXT as environm9_49_3_, service0_.MODEL_INVARIANT_UUID as model_i10_49_3_, service0_.MODEL_NAME as model_n11_49_3_, service0_.MODEL_VERSION as model_v12_49_3_, service0_.NAMING_POLICY as naming_13_49_3_, service0_.ONAP_GENERATED_NAMING as onap_ge14_49_3_, service0_.RESOURCE_ORDER as resourc15_49_3_, service0_.SERVICE_FUNCTION as service16_49_3_, service0_.SERVICE_ROLE as service17_49_3_, service0_.SERVICE_TYPE as service18_49_3_, service0_.SKIP_POST_INSTANTIATION_CONFIGURATION as skip_po19_49_3_, service0_.WORKLOAD_CONTEXT as workloa20_49_3_, allottedcu1_.SERVICE_MODEL_UUID as service_1_8_5_, allottedre2_.MODEL_CUSTOMIZATION_UUID as resource2_8_5_, allottedre2_.MODEL_CUSTOMIZATION_UUID as model_cu1_7_0_, allottedre2_.AR_MODEL_UUID as ar_mode15_7_0_, allottedre2_.CREATION_TIMESTAMP as creation2_7_0_, allottedre2_.MAX_INSTANCES as max_inst3_7_0_, allottedre2_.MIN_INSTANCES as min_inst4_7_0_, allottedre2_.MODEL_INSTANCE_NAME as model_in5_7_0_, allottedre2_.NF_FUNCTION as nf_funct6_7_0_, allottedre2_.NF_NAMING_CODE as nf_namin7_7_0_, allottedre2_.NF_ROLE as nf_role8_7_0_, allottedre2_.NF_TYPE as nf_type9_7_0_, allottedre2_.PROVIDING_SERVICE_MODEL_INVARIANT_UUID as providi10_7_0_, allottedre2_.PROVIDING_SERVICE_MODEL_NAME as providi11_7_0_, allottedre2_.PROVIDING_SERVICE_MODEL_UUID as providi12_7_0_, allottedre2_.RESOURCE_INPUT as resourc13_7_0_, allottedre2_.TARGET_NETWORK_ROLE as target_14_7_0_, allottedre3_.MODEL_UUID as model_uu1_6_1_, allottedre3_.CREATION_TIMESTAMP as creation2_6_1_, allottedre3_.DESCRIPTION as descript3_6_1_, allottedre3_.MODEL_INVARIANT_UUID as model_in4_6_1_, allottedre3_.MODEL_NAME as model_na5_6_1_, allottedre3_.MODEL_VERSION as model_ve6_6_1_, allottedre3_.SUBCATEGORY as subcateg7_6_1_, allottedre3_.TOSCA_NODE_TYPE as tosca_no8_6_1_, toscacsar4_.ARTIFACT_UUID as artifact1_56_2_, toscacsar4_.ARTIFACT_CHECKSUM as artifact2_56_2_, toscacsar4_.CREATION_TIMESTAMP as creation3_56_2_, toscacsar4_.DESCRIPTION as descript4_56_2_, toscacsar4_.NAME as name5_56_2_, toscacsar4_.URL as url6_56_2_, toscacsar4_.Version as version7_56_2_ from service service0_ left outer join allotted_resource_customization_to_service allottedcu1_ on service0_.MODEL_UUID=allottedcu1_.SERVICE_MODEL_UUID left outer join allotted_resource_customization allottedre2_ on allottedcu1_.RESOURCE_MODEL_CUSTOMIZATION_UUID=allottedre2_.MODEL_CUSTOMIZATION_UUID left outer join allotted_resource allottedre3_ on allottedre2_.AR_MODEL_UUID=allottedre3_.MODEL_UUID left outer join tosca_csar toscacsar4_ on service0_.TOSCA_CSAR_ARTIFACT_UUID=toscacsar4_.ARTIFACT_UUID where service0_.MODEL_UUID=? Hibernate: select toscacsar0_.ARTIFACT_UUID as artifact1_56_1_, toscacsar0_.ARTIFACT_CHECKSUM as artifact2_56_1_, toscacsar0_.CREATION_TIMESTAMP as creation3_56_1_, toscacsar0_.DESCRIPTION as descript4_56_1_, toscacsar0_.NAME as name5_56_1_, toscacsar0_.URL as url6_56_1_, toscacsar0_.Version as version7_56_1_, services1_.TOSCA_CSAR_ARTIFACT_UUID as tosca_c21_49_3_, services1_.MODEL_UUID as model_uu1_49_3_, services1_.MODEL_UUID as model_uu1_49_0_, services1_.CDS_BLUEPRINT_NAME as cds_blue2_49_0_, services1_.CDS_BLUEPRINT_VERSION as cds_blue3_49_0_, services1_.SERVICE_CATEGORY as service_4_49_0_, services1_.CONTROLLER_ACTOR as controll5_49_0_, services1_.CREATION_TIMESTAMP as creation6_49_0_, services1_.TOSCA_CSAR_ARTIFACT_UUID as tosca_c21_49_0_, services1_.DESCRIPTION as descript7_49_0_, services1_.OVERALL_DISTRIBUTION_STATUS as overall_8_49_0_, services1_.ENVIRONMENT_CONTEXT as environm9_49_0_, services1_.MODEL_INVARIANT_UUID as model_i10_49_0_, services1_.MODEL_NAME as model_n11_49_0_, services1_.MODEL_VERSION as model_v12_49_0_, services1_.NAMING_POLICY as naming_13_49_0_, services1_.ONAP_GENERATED_NAMING as onap_ge14_49_0_, services1_.RESOURCE_ORDER as resourc15_49_0_, services1_.SERVICE_FUNCTION as service16_49_0_, services1_.SERVICE_ROLE as service17_49_0_, services1_.SERVICE_TYPE as service18_49_0_, services1_.SKIP_POST_INSTANTIATION_CONFIGURATION as skip_po19_49_0_, services1_.WORKLOAD_CONTEXT as workloa20_49_0_ from tosca_csar toscacsar0_ left outer join service services1_ on toscacsar0_.ARTIFACT_UUID=services1_.TOSCA_CSAR_ARTIFACT_UUID where toscacsar0_.ARTIFACT_UUID=? Hibernate: insert into tosca_csar (ARTIFACT_CHECKSUM, CREATION_TIMESTAMP, DESCRIPTION, NAME, URL, Version, ARTIFACT_UUID) values (?, ?, ?, ?, ?, ?, ?) Hibernate: insert into service (CDS_BLUEPRINT_NAME, CDS_BLUEPRINT_VERSION, SERVICE_CATEGORY, CONTROLLER_ACTOR, CREATION_TIMESTAMP, TOSCA_CSAR_ARTIFACT_UUID, DESCRIPTION, OVERALL_DISTRIBUTION_STATUS, ENVIRONMENT_CONTEXT, MODEL_INVARIANT_UUID, MODEL_NAME, MODEL_VERSION, NAMING_POLICY, ONAP_GENERATED_NAMING, RESOURCE_ORDER, SERVICE_FUNCTION, SERVICE_ROLE, SERVICE_TYPE, SKIP_POST_INSTANTIATION_CONFIGURATION, WORKLOAD_CONTEXT, MODEL_UUID) values (?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?) Hibernate: insert into service_info (SERVICE_MODEL_UUID, SERVICE_INPUT, SERVICE_PROPERTIES) values (?, ?, ?) Hibernate: select vnfresourc0_.MODEL_UUID as model_uu1_63_0_, vnfresourc0_.AIC_VERSION_MAX as aic_vers2_63_0_, vnfresourc0_.AIC_VERSION_MIN as aic_vers3_63_0_, vnfresourc0_.RESOURCE_CATEGORY as resource4_63_0_, vnfresourc0_.CREATION_TIMESTAMP as creation5_63_0_, vnfresourc0_.DESCRIPTION as descript6_63_0_, vnfresourc0_.HEAT_TEMPLATE_ARTIFACT_UUID as heat_te13_63_0_, vnfresourc0_.MODEL_INVARIANT_UUID as model_in7_63_0_, vnfresourc0_.MODEL_NAME as model_na8_63_0_, vnfresourc0_.MODEL_VERSION as model_ve9_63_0_, vnfresourc0_.ORCHESTRATION_MODE as orchest10_63_0_, vnfresourc0_.RESOURCE_SUB_CATEGORY as resourc11_63_0_, vnfresourc0_.TOSCA_NODE_TYPE as tosca_n12_63_0_ from vnf_resource vnfresourc0_ where vnfresourc0_.MODEL_UUID=? Hibernate: insert into vnf_resource (AIC_VERSION_MAX, AIC_VERSION_MIN, RESOURCE_CATEGORY, CREATION_TIMESTAMP, DESCRIPTION, HEAT_TEMPLATE_ARTIFACT_UUID, MODEL_INVARIANT_UUID, MODEL_NAME, MODEL_VERSION, ORCHESTRATION_MODE, RESOURCE_SUB_CATEGORY, TOSCA_NODE_TYPE, MODEL_UUID) values (?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?) Hibernate: insert into vnf_resource_customization (AVAILABILITY_ZONE_MAX_COUNT, CDS_BLUEPRINT_NAME, CDS_BLUEPRINT_VERSION, CONTROLLER_ACTOR, CREATION_TIMESTAMP, MAX_INSTANCES, MIN_INSTANCES, MODEL_CUSTOMIZATION_UUID, MODEL_INSTANCE_NAME, MULTI_STAGE_DESIGN, NF_DATA_VALID, NF_FUNCTION, NF_NAMING_CODE, NF_ROLE, NF_TYPE, RESOURCE_INPUT, SERVICE_MODEL_UUID, SKIP_POST_INSTANTIATION_CONFIGURATION, VNF_RESOURCE_MODEL_UUID, VNFCINSTANCEGROUP_ORDER) values (?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?) Hibernate: select heatenviro0_.ARTIFACT_UUID as artifact1_25_0_, heatenviro0_.ARTIFACT_CHECKSUM as artifact2_25_0_, heatenviro0_.CREATION_TIMESTAMP as creation3_25_0_, heatenviro0_.DESCRIPTION as descript4_25_0_, heatenviro0_.BODY as body5_25_0_, heatenviro0_.NAME as name6_25_0_, heatenviro0_.VERSION as version7_25_0_ from heat_environment heatenviro0_ where heatenviro0_.ARTIFACT_UUID=? Hibernate: select vfmodule0_.MODEL_UUID as model_uu1_58_4_, vfmodule0_.CREATION_TIMESTAMP as creation2_58_4_, vfmodule0_.DESCRIPTION as descript3_58_4_, vfmodule0_.IS_BASE as is_base4_58_4_, vfmodule0_.MODEL_INVARIANT_UUID as model_in5_58_4_, vfmodule0_.MODEL_NAME as model_na6_58_4_, vfmodule0_.MODEL_VERSION as model_ve7_58_4_, vfmodule0_.HEAT_TEMPLATE_ARTIFACT_UUID as heat_tem8_58_4_, vfmodule0_.VNF_RESOURCE_MODEL_UUID as vnf_reso9_58_4_, vfmodule0_.VOL_HEAT_TEMPLATE_ARTIFACT_UUID as vol_hea10_58_4_, heatfiles1_.VF_MODULE_MODEL_UUID as vf_modul1_60_6_, heatfiles2_.ARTIFACT_UUID as heat_fil2_60_6_, heatfiles2_.ARTIFACT_UUID as artifact1_26_0_, heatfiles2_.ARTIFACT_CHECKSUM as artifact2_26_0_, heatfiles2_.CREATION_TIMESTAMP as creation3_26_0_, heatfiles2_.DESCRIPTION as descript4_26_0_, heatfiles2_.BODY as body5_26_0_, heatfiles2_.NAME as name6_26_0_, heatfiles2_.VERSION as version7_26_0_, heattempla3_.ARTIFACT_UUID as artifact1_28_1_, heattempla3_.ARTIFACT_CHECKSUM as artifact2_28_1_, heattempla3_.CREATION_TIMESTAMP as creation3_28_1_, heattempla3_.DESCRIPTION as descript4_28_1_, heattempla3_.BODY as body5_28_1_, heattempla3_.NAME as name6_28_1_, heattempla3_.TIMEOUT_MINUTES as timeout_7_28_1_, heattempla3_.VERSION as version8_28_1_, vnfresourc4_.MODEL_UUID as model_uu1_63_2_, vnfresourc4_.AIC_VERSION_MAX as aic_vers2_63_2_, vnfresourc4_.AIC_VERSION_MIN as aic_vers3_63_2_, vnfresourc4_.RESOURCE_CATEGORY as resource4_63_2_, vnfresourc4_.CREATION_TIMESTAMP as creation5_63_2_, vnfresourc4_.DESCRIPTION as descript6_63_2_, vnfresourc4_.HEAT_TEMPLATE_ARTIFACT_UUID as heat_te13_63_2_, vnfresourc4_.MODEL_INVARIANT_UUID as model_in7_63_2_, vnfresourc4_.MODEL_NAME as model_na8_63_2_, vnfresourc4_.MODEL_VERSION as model_ve9_63_2_, vnfresourc4_.ORCHESTRATION_MODE as orchest10_63_2_, vnfresourc4_.RESOURCE_SUB_CATEGORY as resourc11_63_2_, vnfresourc4_.TOSCA_NODE_TYPE as tosca_n12_63_2_, heattempla5_.ARTIFACT_UUID as artifact1_28_3_, heattempla5_.ARTIFACT_CHECKSUM as artifact2_28_3_, heattempla5_.CREATION_TIMESTAMP as creation3_28_3_, heattempla5_.DESCRIPTION as descript4_28_3_, heattempla5_.BODY as body5_28_3_, heattempla5_.NAME as name6_28_3_, heattempla5_.TIMEOUT_MINUTES as timeout_7_28_3_, heattempla5_.VERSION as version8_28_3_ from vf_module vfmodule0_ left outer join vf_module_to_heat_files heatfiles1_ on vfmodule0_.MODEL_UUID=heatfiles1_.VF_MODULE_MODEL_UUID left outer join heat_files heatfiles2_ on heatfiles1_.HEAT_FILES_ARTIFACT_UUID=heatfiles2_.ARTIFACT_UUID left outer join heat_template heattempla3_ on vfmodule0_.HEAT_TEMPLATE_ARTIFACT_UUID=heattempla3_.ARTIFACT_UUID left outer join vnf_resource vnfresourc4_ on vfmodule0_.VNF_RESOURCE_MODEL_UUID=vnfresourc4_.MODEL_UUID left outer join heat_template heattempla5_ on vfmodule0_.VOL_HEAT_TEMPLATE_ARTIFACT_UUID=heattempla5_.ARTIFACT_UUID where vfmodule0_.MODEL_UUID=? Hibernate: select heattempla0_.ARTIFACT_UUID as artifact1_28_1_, heattempla0_.ARTIFACT_CHECKSUM as artifact2_28_1_, heattempla0_.CREATION_TIMESTAMP as creation3_28_1_, heattempla0_.DESCRIPTION as descript4_28_1_, heattempla0_.BODY as body5_28_1_, heattempla0_.NAME as name6_28_1_, heattempla0_.TIMEOUT_MINUTES as timeout_7_28_1_, heattempla0_.VERSION as version8_28_1_, childtempl1_.PARENT_HEAT_TEMPLATE_UUID as parent_h1_27_3_, heattempla2_.ARTIFACT_UUID as child_he2_27_3_, heattempla2_.ARTIFACT_UUID as artifact1_28_0_, heattempla2_.ARTIFACT_CHECKSUM as artifact2_28_0_, heattempla2_.CREATION_TIMESTAMP as creation3_28_0_, heattempla2_.DESCRIPTION as descript4_28_0_, heattempla2_.BODY as body5_28_0_, heattempla2_.NAME as name6_28_0_, heattempla2_.TIMEOUT_MINUTES as timeout_7_28_0_, heattempla2_.VERSION as version8_28_0_ from heat_template heattempla0_ left outer join heat_nested_template childtempl1_ on heattempla0_.ARTIFACT_UUID=childtempl1_.PARENT_HEAT_TEMPLATE_UUID left outer join heat_template heattempla2_ on childtempl1_.CHILD_HEAT_TEMPLATE_UUID=heattempla2_.ARTIFACT_UUID where heattempla0_.ARTIFACT_UUID=? Hibernate: select heattempla0_.HEAT_TEMPLATE_ARTIFACT_UUID as heat_tem1_29_0_, heattempla0_.PARAM_NAME as param_na2_29_0_, heattempla0_.PARAM_ALIAS as param_al3_29_0_, heattempla0_.PARAM_TYPE as param_ty4_29_0_, heattempla0_.IS_REQUIRED as is_requi5_29_0_ from heat_template_params heattempla0_ where heattempla0_.HEAT_TEMPLATE_ARTIFACT_UUID=? and heattempla0_.PARAM_NAME=? Hibernate: select heattempla0_.HEAT_TEMPLATE_ARTIFACT_UUID as heat_tem1_29_0_, heattempla0_.PARAM_NAME as param_na2_29_0_, heattempla0_.PARAM_ALIAS as param_al3_29_0_, heattempla0_.PARAM_TYPE as param_ty4_29_0_, heattempla0_.IS_REQUIRED as is_requi5_29_0_ from heat_template_params heattempla0_ where heattempla0_.HEAT_TEMPLATE_ARTIFACT_UUID=? and heattempla0_.PARAM_NAME=? Hibernate: select heattempla0_.HEAT_TEMPLATE_ARTIFACT_UUID as heat_tem1_29_0_, heattempla0_.PARAM_NAME as param_na2_29_0_, heattempla0_.PARAM_ALIAS as param_al3_29_0_, heattempla0_.PARAM_TYPE as param_ty4_29_0_, heattempla0_.IS_REQUIRED as is_requi5_29_0_ from heat_template_params heattempla0_ where heattempla0_.HEAT_TEMPLATE_ARTIFACT_UUID=? and heattempla0_.PARAM_NAME=? Hibernate: select heattempla0_.HEAT_TEMPLATE_ARTIFACT_UUID as heat_tem1_29_0_, heattempla0_.PARAM_NAME as param_na2_29_0_, heattempla0_.PARAM_ALIAS as param_al3_29_0_, heattempla0_.PARAM_TYPE as param_ty4_29_0_, heattempla0_.IS_REQUIRED as is_requi5_29_0_ from heat_template_params heattempla0_ where heattempla0_.HEAT_TEMPLATE_ARTIFACT_UUID=? and heattempla0_.PARAM_NAME=? Hibernate: select heattempla0_.HEAT_TEMPLATE_ARTIFACT_UUID as heat_tem1_29_0_, heattempla0_.PARAM_NAME as param_na2_29_0_, heattempla0_.PARAM_ALIAS as param_al3_29_0_, heattempla0_.PARAM_TYPE as param_ty4_29_0_, heattempla0_.IS_REQUIRED as is_requi5_29_0_ from heat_template_params heattempla0_ where heattempla0_.HEAT_TEMPLATE_ARTIFACT_UUID=? and heattempla0_.PARAM_NAME=? Hibernate: select heattempla0_.HEAT_TEMPLATE_ARTIFACT_UUID as heat_tem1_29_0_, heattempla0_.PARAM_NAME as param_na2_29_0_, heattempla0_.PARAM_ALIAS as param_al3_29_0_, heattempla0_.PARAM_TYPE as param_ty4_29_0_, heattempla0_.IS_REQUIRED as is_requi5_29_0_ from heat_template_params heattempla0_ where heattempla0_.HEAT_TEMPLATE_ARTIFACT_UUID=? and heattempla0_.PARAM_NAME=? Hibernate: 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_66_5_, vnfccustom0_.CREATION_TIMESTAMP as creation2_66_5_, vnfccustom0_.DESCRIPTION as descript3_66_5_, vnfccustom0_.MODEL_INSTANCE_NAME as model_in4_66_5_, vnfccustom0_.MODEL_INVARIANT_UUID as model_in5_66_5_, vnfccustom0_.MODEL_NAME as model_na6_66_5_, vnfccustom0_.MODEL_UUID as model_uu7_66_5_, vnfccustom0_.MODEL_VERSION as model_ve8_66_5_, vnfccustom0_.RESOURCE_INPUT as resource9_66_5_, vnfccustom0_.TOSCA_NODE_TYPE as tosca_n10_66_5_, vnfccustom0_.VNFC_INSTANCE_GROUP_CUSTOMIZATION_ID as vnfc_in11_66_5_, cvnfccusto1_.VNFC_CUST_MODEL_CUSTOMIZATION_UUID as vnfc_cu14_23_7_, cvnfccusto1_.ID as id1_23_7_, cvnfccusto1_.ID as id1_23_0_, cvnfccusto1_.CREATION_TIMESTAMP as creation2_23_0_, cvnfccusto1_.DESCRIPTION as descript3_23_0_, cvnfccusto1_.MODEL_CUSTOMIZATION_UUID as model_cu4_23_0_, cvnfccusto1_.MODEL_INSTANCE_NAME as model_in5_23_0_, cvnfccusto1_.MODEL_INVARIANT_UUID as model_in6_23_0_, cvnfccusto1_.MODEL_NAME as model_na7_23_0_, cvnfccusto1_.MODEL_UUID as model_uu8_23_0_, cvnfccusto1_.MODEL_VERSION as model_ve9_23_0_, cvnfccusto1_.NFC_FUNCTION as nfc_fun10_23_0_, cvnfccusto1_.NFC_NAMING_CODE as nfc_nam11_23_0_, cvnfccusto1_.TOSCA_NODE_TYPE as tosca_n12_23_0_, cvnfccusto1_.VF_MODULE_CUSTOMIZATION_ID as vf_modu13_23_0_, cvnfccusto1_.VNFC_CUST_MODEL_CUSTOMIZATION_UUID as vnfc_cu14_23_0_, vfmodulecu2_.ID as id1_59_1_, vfmodulecu2_.AVAILABILITY_ZONE_COUNT as availabi2_59_1_, vfmodulecu2_.CREATION_TIMESTAMP as creation3_59_1_, vfmodulecu2_.HEAT_ENVIRONMENT_ARTIFACT_UUID as heat_en10_59_1_, vfmodulecu2_.INITIAL_COUNT as initial_4_59_1_, vfmodulecu2_.LABEL as label5_59_1_, vfmodulecu2_.MAX_INSTANCES as max_inst6_59_1_, vfmodulecu2_.MIN_INSTANCES as min_inst7_59_1_, vfmodulecu2_.MODEL_CUSTOMIZATION_UUID as model_cu8_59_1_, vfmodulecu2_.SKIP_POST_INSTANTIATION_CONFIGURATION as skip_pos9_59_1_, vfmodulecu2_.VF_MODULE_MODEL_UUID as vf_modu11_59_1_, vfmodulecu2_.VNF_RESOURCE_CUSTOMIZATION_ID as vnf_res12_59_1_, vfmodulecu2_.VOL_ENVIRONMENT_ARTIFACT_UUID as vol_env13_59_1_, vnfcinstan3_.ID as id1_67_2_, vnfcinstan3_.CREATION_TIMESTAMP as creation2_67_2_, vnfcinstan3_.DESCRIPTION as descript3_67_2_, vnfcinstan3_.FUNCTION as function4_67_2_, vnfcinstan3_.INSTANCE_GROUP_MODEL_UUID as instance5_67_2_, vnfcinstan3_.VNF_RESOURCE_CUSTOMIZATION_ID as vnf_reso6_67_2_, instancegr4_.MODEL_UUID as model_uu2_32_3_, instancegr4_.CR_MODEL_UUID as cr_mode10_32_3_, instancegr4_.CREATION_TIMESTAMP as creation3_32_3_, instancegr4_.MODEL_INVARIANT_UUID as model_in4_32_3_, instancegr4_.MODEL_NAME as model_na5_32_3_, instancegr4_.MODEL_VERSION as model_ve6_32_3_, instancegr4_.ROLE as role7_32_3_, instancegr4_.TOSCA_NODE_TYPE as tosca_no8_32_3_, instancegr4_.INSTANCE_GROUP_TYPE as instance9_32_3_, instancegr4_.OBJECT_TYPE as object_t1_32_3_, vnfresourc5_.ID as id1_64_4_, vnfresourc5_.AVAILABILITY_ZONE_MAX_COUNT as availabi2_64_4_, vnfresourc5_.CDS_BLUEPRINT_NAME as cds_blue3_64_4_, vnfresourc5_.CDS_BLUEPRINT_VERSION as cds_blue4_64_4_, vnfresourc5_.CONTROLLER_ACTOR as controll5_64_4_, vnfresourc5_.CREATION_TIMESTAMP as creation6_64_4_, vnfresourc5_.MAX_INSTANCES as max_inst7_64_4_, vnfresourc5_.MIN_INSTANCES as min_inst8_64_4_, vnfresourc5_.MODEL_CUSTOMIZATION_UUID as model_cu9_64_4_, vnfresourc5_.MODEL_INSTANCE_NAME as model_i10_64_4_, vnfresourc5_.MULTI_STAGE_DESIGN as multi_s11_64_4_, vnfresourc5_.NF_DATA_VALID as nf_data12_64_4_, vnfresourc5_.NF_FUNCTION as nf_func13_64_4_, vnfresourc5_.NF_NAMING_CODE as nf_nami14_64_4_, vnfresourc5_.NF_ROLE as nf_role15_64_4_, vnfresourc5_.NF_TYPE as nf_type16_64_4_, vnfresourc5_.RESOURCE_INPUT as resourc17_64_4_, vnfresourc5_.SERVICE_MODEL_UUID as service20_64_4_, vnfresourc5_.SKIP_POST_INSTANTIATION_CONFIGURATION as skip_po18_64_4_, vnfresourc5_.VNF_RESOURCE_MODEL_UUID as vnf_res21_64_4_, vnfresourc5_.VNFCINSTANCEGROUP_ORDER as vnfcins19_64_4_ from vnfc_customization vnfccustom0_ left outer join cvnfc_customization cvnfccusto1_ on vnfccustom0_.MODEL_CUSTOMIZATION_UUID=cvnfccusto1_.VNFC_CUST_MODEL_CUSTOMIZATION_UUID left outer join vf_module_customization vfmodulecu2_ on cvnfccusto1_.VF_MODULE_CUSTOMIZATION_ID=vfmodulecu2_.ID left outer join vnfc_instance_group_customization vnfcinstan3_ on vnfccustom0_.VNFC_INSTANCE_GROUP_CUSTOMIZATION_ID=vnfcinstan3_.ID left outer join instance_group instancegr4_ on vnfcinstan3_.INSTANCE_GROUP_MODEL_UUID=instancegr4_.MODEL_UUID left outer join vnf_resource_customization vnfresourc5_ on vnfcinstan3_.VNF_RESOURCE_CUSTOMIZATION_ID=vnfresourc5_.ID where vnfccustom0_.MODEL_CUSTOMIZATION_UUID=? Hibernate: insert into vnfc_customization (CREATION_TIMESTAMP, DESCRIPTION, MODEL_INSTANCE_NAME, MODEL_INVARIANT_UUID, MODEL_NAME, MODEL_UUID, MODEL_VERSION, RESOURCE_INPUT, TOSCA_NODE_TYPE, VNFC_INSTANCE_GROUP_CUSTOMIZATION_ID, MODEL_CUSTOMIZATION_UUID) values (?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?) Hibernate: insert into cvnfc_customization (CREATION_TIMESTAMP, DESCRIPTION, MODEL_CUSTOMIZATION_UUID, MODEL_INSTANCE_NAME, MODEL_INVARIANT_UUID, MODEL_NAME, MODEL_UUID, MODEL_VERSION, NFC_FUNCTION, NFC_NAMING_CODE, TOSCA_NODE_TYPE, VF_MODULE_CUSTOMIZATION_ID, VNFC_CUST_MODEL_CUSTOMIZATION_UUID) values (?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?) Hibernate: select watchdogco0_.COMPONENT_NAME as componen1_12_0_, watchdogco0_.DISTRIBUTION_ID as distribu2_12_0_, watchdogco0_.COMPONENT_DISTRIBUTION_STATUS as componen3_12_0_, watchdogco0_.CREATE_TIME as create_t4_12_0_, watchdogco0_.MODIFY_TIME as modify_t5_12_0_ from watchdog_per_component_distribution_status watchdogco0_ where watchdogco0_.COMPONENT_NAME=? and watchdogco0_.DISTRIBUTION_ID=? Hibernate: insert into watchdog_per_component_distribution_status (COMPONENT_DISTRIBUTION_STATUS, CREATE_TIME, MODIFY_TIME, COMPONENT_NAME, DISTRIBUTION_ID) values (?, ?, ?, ?, ?) 2021-05-05T01:27:09.014Z|f5779424-7153-46c3-aba1-244c2c089976|pool-2-thread-9|||||INFO|500||ASDC_ARTIFACT_DEPLOY_SUC basic_cnf 40bc090f-c103-41bb-8690-a45cc20152a1 1 ASDC deployResourceStructure 2021-05-05T01:27:09.015Z|f5779424-7153-46c3-aba1-244c2c089976|pool-2-thread-9|||||INFO|500||ASDC_SEND_NOTIF_ASDC DEPLOY DEPLOY_ERROR /sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/nginx_cloudtech_k8s_charts.env ASDC sendASDCNotification 2021-05-05T01:27:09.015Z|f5779424-7153-46c3-aba1-244c2c089976|pool-2-thread-9|||||DEBUG|500||Sending DEPLOY(DEPLOY_ERROR) notification to ASDC for artifact:/sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/nginx_cloudtech_k8s_charts.env(The artifact has not been used by the modules defined in the resource) 2021-05-05T01:27:09.015Z|f5779424-7153-46c3-aba1-244c2c089976|pool-2-thread-9|||||INFO|500||DistributionClient - sendDeploymentStatus with errorReason 2021-05-05T01:27:09.015Z|f5779424-7153-46c3-aba1-244c2c089976|pool-2-thread-9|||||INFO|500||DistributionClient - sendStatus 2021-05-05T01:27:09.017Z|f5779424-7153-46c3-aba1-244c2c089976|pool-2-thread-9|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap] 2021-05-05T01:27:09.017Z|f5779424-7153-46c3-aba1-244c2c089976|pool-2-thread-9|||||DEBUG|500||try to send status { "distributionID": "f5779424-7153-46c3-aba1-244c2c089976", "consumerID": "SO-COpenSource-Env11", "timestamp": 1620178029014, "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" } 2021-05-05T01:27:09.117Z||pool-116-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms 2021-05-05T01:27:09.118Z||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. 2021-05-05T01:27:09.118Z||pool-116-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as a4LkjAbl6YzsGxek) ... 2021-05-05T01:27:09.125Z||pool-116-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK 2021-05-05T01:27:09.125Z||pool-116-thread-1|||||INFO|500||cambria reply ok (7 ms):{"serverTimeMs":0,"count":1} 2021-05-05T01:27:10.018Z|f5779424-7153-46c3-aba1-244c2c089976|pool-2-thread-9|||||INFO|500||ASDC_SEND_NOTIF_ASDC DEPLOY DEPLOY_ERROR /sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/nginx_cloudtech_k8s_charts.tgz ASDC sendASDCNotification 2021-05-05T01:27:10.019Z|f5779424-7153-46c3-aba1-244c2c089976|pool-2-thread-9|||||DEBUG|500||Sending DEPLOY(DEPLOY_ERROR) notification to ASDC for artifact:/sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/nginx_cloudtech_k8s_charts.tgz(The artifact has not been used by the modules defined in the resource) 2021-05-05T01:27:10.019Z|f5779424-7153-46c3-aba1-244c2c089976|pool-2-thread-9|||||INFO|500||DistributionClient - sendDeploymentStatus with errorReason 2021-05-05T01:27:10.019Z|f5779424-7153-46c3-aba1-244c2c089976|pool-2-thread-9|||||INFO|500||DistributionClient - sendStatus 2021-05-05T01:27:10.021Z|f5779424-7153-46c3-aba1-244c2c089976|pool-2-thread-9|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap] 2021-05-05T01:27:10.021Z|f5779424-7153-46c3-aba1-244c2c089976|pool-2-thread-9|||||DEBUG|500||try to send status { "distributionID": "f5779424-7153-46c3-aba1-244c2c089976", "consumerID": "SO-COpenSource-Env11", "timestamp": 1620178030018, "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" } 2021-05-05T01:27:10.121Z||pool-117-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms 2021-05-05T01:27:10.122Z||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. 2021-05-05T01:27:10.122Z||pool-117-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as a4LkjAbl6YzsGxek) ... 2021-05-05T01:27:10.129Z||pool-117-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK 2021-05-05T01:27:10.129Z||pool-117-thread-1|||||INFO|500||cambria reply ok (7 ms):{"serverTimeMs":0,"count":1} 2021-05-05T01:27:10.726Z||pool-2-thread-3|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2021-05-05T01:27:10.726Z||pool-2-thread-3|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel. 2021-05-05T01:27:10.726Z||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 a4LkjAbl6YzsGxek) ... 2021-05-05T01:27:10.742Z||pool-2-thread-3|||||INFO|500|| --> HTTP/1.1 200 OK 2021-05-05T01:27:10.743Z||pool-2-thread-3|||||DEBUG|500||received message from topic 2021-05-05T01:27:10.743Z||pool-2-thread-3|||||DEBUG|500||recieved notification from broker: { "distributionID": "59cbceaa-0d50-473f-9cea-665402966733", "consumerID": "SO-COpenSource-Env11", "timestamp": 1620177851897, "artifactURL": "/sdc/v1/catalog/services/Basicclamp/1.0/artifacts/service-Basicclamp-csar.csar", "status": "DOWNLOAD_OK" } 2021-05-05T01:27:10.744Z||pool-2-thread-3|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error' 2021-05-05T01:27:10.744Z||pool-2-thread-3|||||DEBUG|500||received message from topic 2021-05-05T01:27:10.744Z||pool-2-thread-3|||||DEBUG|500||recieved notification from broker: { "distributionID": "59cbceaa-0d50-473f-9cea-665402966733", "consumerID": "SO-COpenSource-Env11", "timestamp": 1620177854703, "artifactURL": "/sdc/v1/catalog/services/Basicclamp/1.0/resourceInstances/basicclamp0/artifacts/basicclamp0_modules.json", "status": "DOWNLOAD_OK" } 2021-05-05T01:27:10.744Z||pool-2-thread-3|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error' 2021-05-05T01:27:10.744Z||pool-2-thread-3|||||DEBUG|500||received message from topic 2021-05-05T01:27:10.745Z||pool-2-thread-3|||||DEBUG|500||recieved notification from broker: { "distributionID": "59cbceaa-0d50-473f-9cea-665402966733", "consumerID": "SO-COpenSource-Env11", "timestamp": 1620177856890, "artifactURL": "/sdc/v1/catalog/services/Basicclamp/1.0/resourceInstances/basicclamp0/artifacts/base_ubuntu18.yaml", "status": "DOWNLOAD_OK" } 2021-05-05T01:27:10.745Z||pool-2-thread-3|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error' 2021-05-05T01:27:10.745Z||pool-2-thread-3|||||DEBUG|500||received message from topic 2021-05-05T01:27:10.745Z||pool-2-thread-3|||||DEBUG|500||recieved notification from broker: { "distributionID": "59cbceaa-0d50-473f-9cea-665402966733", "consumerID": "SO-COpenSource-Env11", "timestamp": 1620177858718, "artifactURL": "/sdc/v1/catalog/services/Basicclamp/1.0/resourceInstances/basicclamp0/artifacts/base_ubuntu18.env", "status": "DOWNLOAD_OK" } 2021-05-05T01:27:10.745Z||pool-2-thread-3|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error' 2021-05-05T01:27:10.745Z||pool-2-thread-3|||||DEBUG|500||received message from topic 2021-05-05T01:27:10.746Z||pool-2-thread-3|||||DEBUG|500||recieved notification from broker: { "distributionID": "59cbceaa-0d50-473f-9cea-665402966733", "consumerID": "SO-COpenSource-Env11", "timestamp": 1620177859816, "artifactURL": "/sdc/v1/catalog/services/Basicclamp/1.0/resourceInstances/basicclamp0/artifacts/basicclamp0_modules.json", "status": "DEPLOY_OK" } 2021-05-05T01:27:10.746Z||pool-2-thread-3|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error' 2021-05-05T01:27:10.746Z||pool-2-thread-3|||||DEBUG|500||received message from topic 2021-05-05T01:27:10.746Z||pool-2-thread-3|||||DEBUG|500||recieved notification from broker: { "distributionID": "59cbceaa-0d50-473f-9cea-665402966733", "consumerID": "SO-COpenSource-Env11", "timestamp": 1620177860819, "artifactURL": "/sdc/v1/catalog/services/Basicclamp/1.0/resourceInstances/basicclamp0/artifacts/base_ubuntu18.yaml", "status": "DEPLOY_OK" } 2021-05-05T01:27:10.746Z||pool-2-thread-3|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error' 2021-05-05T01:27:10.746Z||pool-2-thread-3|||||DEBUG|500||received message from topic 2021-05-05T01:27:10.746Z||pool-2-thread-3|||||DEBUG|500||recieved notification from broker: { "distributionID": "59cbceaa-0d50-473f-9cea-665402966733", "consumerID": "SO-COpenSource-Env11", "timestamp": 1620177861823, "artifactURL": "/sdc/v1/catalog/services/Basicclamp/1.0/resourceInstances/basicclamp0/artifacts/base_ubuntu18.env", "status": "DEPLOY_OK" } 2021-05-05T01:27:10.746Z||pool-2-thread-3|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error' 2021-05-05T01:27:10.746Z||pool-2-thread-3|||||DEBUG|500||received message from topic 2021-05-05T01:27:10.746Z||pool-2-thread-3|||||DEBUG|500||recieved notification from broker: { "distributionID": "59cbceaa-0d50-473f-9cea-665402966733", "consumerID": "SO-COpenSource-Env11", "timestamp": 1620177862826, "artifactURL": "/sdc/v1/catalog/services/Basicclamp/1.0/artifacts/service-Basicclamp-csar.csar", "status": "DEPLOY_OK" } 2021-05-05T01:27:10.746Z||pool-2-thread-3|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error' 2021-05-05T01:27:10.746Z||pool-2-thread-3|||||DEBUG|500||received message from topic 2021-05-05T01:27:10.747Z||pool-2-thread-3|||||DEBUG|500||recieved notification from broker: { "distributionID": "f5779424-7153-46c3-aba1-244c2c089976", "consumerID": "sdc-COpenSource-Env11-sdnc-dockero", "timestamp": 1620177900818, "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/vf-license-model.xml", "status": "NOT_NOTIFIED" } 2021-05-05T01:27:10.747Z||pool-2-thread-3|||||INFO|500||Missing status on Status Object. 2021-05-05T01:27:10.747Z||pool-2-thread-3|||||DEBUG|500||received message from topic 2021-05-05T01:27:10.747Z||pool-2-thread-3|||||DEBUG|500||recieved notification from broker: { "distributionID": "f5779424-7153-46c3-aba1-244c2c089976", "consumerID": "dcae-sch", "timestamp": 1620177902864, "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/vf-license-model.xml", "status": "NOT_NOTIFIED" } 2021-05-05T01:27:10.747Z||pool-2-thread-3|||||INFO|500||Missing status on Status Object. 2021-05-05T01:27:10.747Z||pool-2-thread-3|||||DEBUG|500||received message from topic 2021-05-05T01:27:10.747Z||pool-2-thread-3|||||DEBUG|500||recieved notification from broker: { "distributionID": "f5779424-7153-46c3-aba1-244c2c089976", "consumerID": "multicloud-windriver-id", "timestamp": 1620177900474, "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/vf-license-model.xml", "status": "NOT_NOTIFIED" } 2021-05-05T01:27:10.747Z||pool-2-thread-3|||||INFO|500||Missing status on Status Object. 2021-05-05T01:27:10.747Z||pool-2-thread-3|||||DEBUG|500||received message from topic 2021-05-05T01:27:10.747Z||pool-2-thread-3|||||DEBUG|500||recieved notification from broker: { "distributionID": "f5779424-7153-46c3-aba1-244c2c089976", "consumerID": "multicloud-starlingx-id", "timestamp": 1620177903560, "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/vf-license-model.xml", "status": "NOT_NOTIFIED" } 2021-05-05T01:27:10.747Z||pool-2-thread-3|||||INFO|500||Missing status on Status Object. 2021-05-05T01:27:10.747Z||pool-2-thread-3|||||DEBUG|500||received message from topic 2021-05-05T01:27:10.747Z||pool-2-thread-3|||||DEBUG|500||recieved notification from broker: { "distributionID": "f5779424-7153-46c3-aba1-244c2c089976", "consumerID": "cds", "timestamp": 1620177905580, "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/vf-license-model.xml", "status": "NOT_NOTIFIED" } 2021-05-05T01:27:10.747Z||pool-2-thread-3|||||INFO|500||Missing status on Status Object. 2021-05-05T01:27:10.748Z||pool-2-thread-3|||||DEBUG|500||received message from topic 2021-05-05T01:27:10.748Z||pool-2-thread-3|||||DEBUG|500||recieved notification from broker: { "distributionID": "f5779424-7153-46c3-aba1-244c2c089976", "consumerID": "policy-id", "timestamp": 1620177909987, "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/vf-license-model.xml", "status": "NOT_NOTIFIED" } 2021-05-05T01:27:10.748Z||pool-2-thread-3|||||INFO|500||Missing status on Status Object. 2021-05-05T01:27:11.023Z|f5779424-7153-46c3-aba1-244c2c089976|pool-2-thread-9|||||INFO|500||ASDC_SEND_NOTIF_ASDC DEPLOY DEPLOY_OK /sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/basic_cnf0_modules.json ASDC sendASDCNotification 2021-05-05T01:27:11.023Z|f5779424-7153-46c3-aba1-244c2c089976|pool-2-thread-9|||||DEBUG|500||Sending DEPLOY(DEPLOY_OK) notification to ASDC for artifact:/sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/basic_cnf0_modules.json 2021-05-05T01:27:11.023Z|f5779424-7153-46c3-aba1-244c2c089976|pool-2-thread-9|||||INFO|500||DistributionClient - sendDeploymentStatus 2021-05-05T01:27:11.023Z|f5779424-7153-46c3-aba1-244c2c089976|pool-2-thread-9|||||INFO|500||DistributionClient - sendStatus 2021-05-05T01:27:11.025Z|f5779424-7153-46c3-aba1-244c2c089976|pool-2-thread-9|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap] 2021-05-05T01:27:11.025Z|f5779424-7153-46c3-aba1-244c2c089976|pool-2-thread-9|||||DEBUG|500||try to send status { "distributionID": "f5779424-7153-46c3-aba1-244c2c089976", "consumerID": "SO-COpenSource-Env11", "timestamp": 1620178031022, "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/basic_cnf0_modules.json", "status": "DEPLOY_OK" } 2021-05-05T01:27:11.125Z||pool-118-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms 2021-05-05T01:27:11.126Z||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. 2021-05-05T01:27:11.126Z||pool-118-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as a4LkjAbl6YzsGxek) ... 2021-05-05T01:27:11.132Z||pool-118-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK 2021-05-05T01:27:11.133Z||pool-118-thread-1|||||INFO|500||cambria reply ok (7 ms):{"serverTimeMs":0,"count":1} 2021-05-05T01:27:12.027Z|f5779424-7153-46c3-aba1-244c2c089976|pool-2-thread-9|||||INFO|500||ASDC_SEND_NOTIF_ASDC DEPLOY DEPLOY_OK /sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/base_dummy.yaml ASDC sendASDCNotification 2021-05-05T01:27:12.027Z|f5779424-7153-46c3-aba1-244c2c089976|pool-2-thread-9|||||DEBUG|500||Sending DEPLOY(DEPLOY_OK) notification to ASDC for artifact:/sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/base_dummy.yaml 2021-05-05T01:27:12.027Z|f5779424-7153-46c3-aba1-244c2c089976|pool-2-thread-9|||||INFO|500||DistributionClient - sendDeploymentStatus 2021-05-05T01:27:12.027Z|f5779424-7153-46c3-aba1-244c2c089976|pool-2-thread-9|||||INFO|500||DistributionClient - sendStatus 2021-05-05T01:27:12.029Z|f5779424-7153-46c3-aba1-244c2c089976|pool-2-thread-9|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap] 2021-05-05T01:27:12.029Z|f5779424-7153-46c3-aba1-244c2c089976|pool-2-thread-9|||||DEBUG|500||try to send status { "distributionID": "f5779424-7153-46c3-aba1-244c2c089976", "consumerID": "SO-COpenSource-Env11", "timestamp": 1620178032027, "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/base_dummy.yaml", "status": "DEPLOY_OK" } 2021-05-05T01:27:12.130Z||pool-119-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 101 ms 2021-05-05T01:27:12.131Z||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. 2021-05-05T01:27:12.131Z||pool-119-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as a4LkjAbl6YzsGxek) ... 2021-05-05T01:27:12.137Z||pool-119-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK 2021-05-05T01:27:12.137Z||pool-119-thread-1|||||INFO|500||cambria reply ok (7 ms):{"serverTimeMs":0,"count":1} 2021-05-05T01:27:13.030Z|f5779424-7153-46c3-aba1-244c2c089976|pool-2-thread-9|||||INFO|500||ASDC_SEND_NOTIF_ASDC DEPLOY DEPLOY_OK /sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/base_dummy.env ASDC sendASDCNotification 2021-05-05T01:27:13.031Z|f5779424-7153-46c3-aba1-244c2c089976|pool-2-thread-9|||||DEBUG|500||Sending DEPLOY(DEPLOY_OK) notification to ASDC for artifact:/sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/base_dummy.env 2021-05-05T01:27:13.031Z|f5779424-7153-46c3-aba1-244c2c089976|pool-2-thread-9|||||INFO|500||DistributionClient - sendDeploymentStatus 2021-05-05T01:27:13.031Z|f5779424-7153-46c3-aba1-244c2c089976|pool-2-thread-9|||||INFO|500||DistributionClient - sendStatus 2021-05-05T01:27:13.033Z|f5779424-7153-46c3-aba1-244c2c089976|pool-2-thread-9|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap] 2021-05-05T01:27:13.034Z|f5779424-7153-46c3-aba1-244c2c089976|pool-2-thread-9|||||DEBUG|500||try to send status { "distributionID": "f5779424-7153-46c3-aba1-244c2c089976", "consumerID": "SO-COpenSource-Env11", "timestamp": 1620178033030, "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/base_dummy.env", "status": "DEPLOY_OK" } 2021-05-05T01:27:13.134Z||pool-120-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms 2021-05-05T01:27:13.135Z||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. 2021-05-05T01:27:13.135Z||pool-120-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as a4LkjAbl6YzsGxek) ... 2021-05-05T01:27:13.141Z||pool-120-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK 2021-05-05T01:27:13.141Z||pool-120-thread-1|||||INFO|500||cambria reply ok (7 ms):{"serverTimeMs":0,"count":1} 2021-05-05T01:27:14.034Z|f5779424-7153-46c3-aba1-244c2c089976|pool-2-thread-9|||||INFO|500||ASDC_SEND_NOTIF_ASDC DEPLOY DEPLOY_OK /sdc/v1/catalog/services/BasicCnf/1.0/artifacts/service-BasicCnf-csar.csar ASDC sendASDCNotification 2021-05-05T01:27:14.035Z|f5779424-7153-46c3-aba1-244c2c089976|pool-2-thread-9|||||DEBUG|500||Sending DEPLOY(DEPLOY_OK) notification to ASDC for artifact:/sdc/v1/catalog/services/BasicCnf/1.0/artifacts/service-BasicCnf-csar.csar 2021-05-05T01:27:14.035Z|f5779424-7153-46c3-aba1-244c2c089976|pool-2-thread-9|||||INFO|500||DistributionClient - sendDeploymentStatus 2021-05-05T01:27:14.036Z|f5779424-7153-46c3-aba1-244c2c089976|pool-2-thread-9|||||INFO|500||DistributionClient - sendStatus 2021-05-05T01:27:14.038Z|f5779424-7153-46c3-aba1-244c2c089976|pool-2-thread-9|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap] 2021-05-05T01:27:14.038Z|f5779424-7153-46c3-aba1-244c2c089976|pool-2-thread-9|||||DEBUG|500||try to send status { "distributionID": "f5779424-7153-46c3-aba1-244c2c089976", "consumerID": "SO-COpenSource-Env11", "timestamp": 1620178034034, "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/artifacts/service-BasicCnf-csar.csar", "status": "DEPLOY_OK" } 2021-05-05T01:27:14.138Z||pool-121-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms 2021-05-05T01:27:14.138Z||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. 2021-05-05T01:27:14.138Z||pool-121-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as a4LkjAbl6YzsGxek) ... 2021-05-05T01:27:14.144Z||pool-121-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK 2021-05-05T01:27:14.145Z||pool-121-thread-1|||||INFO|500||cambria reply ok (7 ms):{"serverTimeMs":0,"count":1} 2021-05-05T01:27:15.038Z|f5779424-7153-46c3-aba1-244c2c089976|pool-2-thread-9|||||DEBUG|500||Entered getOverallDistributionStatus method for distrubutionId: f5779424-7153-46c3-aba1-244c2c089976 Hibernate: select watchdogdi0_.DISTRIBUTION_ID as distribu1_11_0_, watchdogdi0_.CREATE_TIME as create_t2_11_0_, watchdogdi0_.DISTRIBUTION_ID_STATUS as distribu3_11_0_, watchdogdi0_.MODIFY_TIME as modify_t4_11_0_, watchdogdi0_.LOCK_VERSION as lock_ver5_11_0_ from watchdog_distributionid_status watchdogdi0_ where watchdogdi0_.DISTRIBUTION_ID=? Hibernate: select watchdogco0_.COMPONENT_NAME as componen1_12_, watchdogco0_.DISTRIBUTION_ID as distribu2_12_, watchdogco0_.COMPONENT_DISTRIBUTION_STATUS as componen3_12_, watchdogco0_.CREATE_TIME as create_t4_12_, watchdogco0_.MODIFY_TIME as modify_t5_12_ from watchdog_per_component_distribution_status watchdogco0_ where watchdogco0_.DISTRIBUTION_ID=? 2021-05-05T01:27:15.047Z|f5779424-7153-46c3-aba1-244c2c089976|pool-2-thread-9|||||DEBUG|500||Executed RequestDB getWatchdogComponentDistributionStatus for distrubutionId: f5779424-7153-46c3-aba1-244c2c089976 Hibernate: select watchdogco0_.COMPONENT_NAME as componen1_12_, watchdogco0_.DISTRIBUTION_ID as distribu2_12_, watchdogco0_.COMPONENT_DISTRIBUTION_STATUS as componen3_12_, watchdogco0_.CREATE_TIME as create_t4_12_, watchdogco0_.MODIFY_TIME as modify_t5_12_ from watchdog_per_component_distribution_status watchdogco0_ where watchdogco0_.DISTRIBUTION_ID=? 2021-05-05T01:27:15.049Z|f5779424-7153-46c3-aba1-244c2c089976|pool-2-thread-9|||||DEBUG|500||Found componentName SO in the WatchDog Component DB 2021-05-05T01:27:15.049Z|f5779424-7153-46c3-aba1-244c2c089976|pool-2-thread-9|||||DEBUG|500||AAI has not be updated in the the WatchDog Component DB yet, so ending the loop 2021-05-05T01:27:15.049Z|f5779424-7153-46c3-aba1-244c2c089976|pool-2-thread-9|||||DEBUG|500||Components Size Didn't match with the WatchdogComponentDistributionStatus results. 2021-05-05T01:27:45.050Z|f5779424-7153-46c3-aba1-244c2c089976|pool-2-thread-9|||||DEBUG|500||Entered getOverallDistributionStatus method for distrubutionId: f5779424-7153-46c3-aba1-244c2c089976 Hibernate: select watchdogdi0_.DISTRIBUTION_ID as distribu1_11_0_, watchdogdi0_.CREATE_TIME as create_t2_11_0_, watchdogdi0_.DISTRIBUTION_ID_STATUS as distribu3_11_0_, watchdogdi0_.MODIFY_TIME as modify_t4_11_0_, watchdogdi0_.LOCK_VERSION as lock_ver5_11_0_ from watchdog_distributionid_status watchdogdi0_ where watchdogdi0_.DISTRIBUTION_ID=? Hibernate: select watchdogco0_.COMPONENT_NAME as componen1_12_, watchdogco0_.DISTRIBUTION_ID as distribu2_12_, watchdogco0_.COMPONENT_DISTRIBUTION_STATUS as componen3_12_, watchdogco0_.CREATE_TIME as create_t4_12_, watchdogco0_.MODIFY_TIME as modify_t5_12_ from watchdog_per_component_distribution_status watchdogco0_ where watchdogco0_.DISTRIBUTION_ID=? 2021-05-05T01:27:45.059Z|f5779424-7153-46c3-aba1-244c2c089976|pool-2-thread-9|||||DEBUG|500||Executed RequestDB getWatchdogComponentDistributionStatus for distrubutionId: f5779424-7153-46c3-aba1-244c2c089976 Hibernate: select watchdogco0_.COMPONENT_NAME as componen1_12_, watchdogco0_.DISTRIBUTION_ID as distribu2_12_, watchdogco0_.COMPONENT_DISTRIBUTION_STATUS as componen3_12_, watchdogco0_.CREATE_TIME as create_t4_12_, watchdogco0_.MODIFY_TIME as modify_t5_12_ from watchdog_per_component_distribution_status watchdogco0_ where watchdogco0_.DISTRIBUTION_ID=? 2021-05-05T01:27:45.061Z|f5779424-7153-46c3-aba1-244c2c089976|pool-2-thread-9|||||DEBUG|500||Found componentName SO in the WatchDog Component DB 2021-05-05T01:27:45.061Z|f5779424-7153-46c3-aba1-244c2c089976|pool-2-thread-9|||||DEBUG|500||AAI has not be updated in the the WatchDog Component DB yet, so ending the loop 2021-05-05T01:27:45.061Z|f5779424-7153-46c3-aba1-244c2c089976|pool-2-thread-9|||||DEBUG|500||Components Size Didn't match with the WatchdogComponentDistributionStatus results. 2021-05-05T01:28:10.726Z||pool-2-thread-3|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2021-05-05T01:28:10.726Z||pool-2-thread-3|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel. 2021-05-05T01:28:10.726Z||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 a4LkjAbl6YzsGxek) ... 2021-05-05T01:28:10.740Z||pool-2-thread-3|||||INFO|500|| --> HTTP/1.1 200 OK 2021-05-05T01:28:10.751Z||pool-2-thread-3|||||DEBUG|500||received message from topic 2021-05-05T01:28:10.751Z||pool-2-thread-3|||||DEBUG|500||recieved notification from broker: { "distributionID": "f5779424-7153-46c3-aba1-244c2c089976", "consumerID": "dcae-sch", "timestamp": 1620177902864, "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/nginx_cloudtech_k8s_charts.env", "status": "NOT_NOTIFIED" } 2021-05-05T01:28:10.752Z||pool-2-thread-3|||||INFO|500||Missing status on Status Object. 2021-05-05T01:28:10.752Z||pool-2-thread-3|||||DEBUG|500||received message from topic 2021-05-05T01:28:10.752Z||pool-2-thread-3|||||DEBUG|500||recieved notification from broker: { "distributionID": "f5779424-7153-46c3-aba1-244c2c089976", "consumerID": "sdc-COpenSource-Env11-sdnc-dockero", "timestamp": 1620177900818, "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/nginx_cloudtech_k8s_charts.env", "status": "NOT_NOTIFIED" } 2021-05-05T01:28:10.752Z||pool-2-thread-3|||||INFO|500||Missing status on Status Object. 2021-05-05T01:28:10.752Z||pool-2-thread-3|||||DEBUG|500||received message from topic 2021-05-05T01:28:10.752Z||pool-2-thread-3|||||DEBUG|500||recieved notification from broker: { "distributionID": "f5779424-7153-46c3-aba1-244c2c089976", "consumerID": "multicloud-windriver-id", "timestamp": 1620177900474, "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/nginx_cloudtech_k8s_charts.env", "status": "NOTIFIED" } 2021-05-05T01:28:10.752Z||pool-2-thread-3|||||INFO|500||Missing status on Status Object. 2021-05-05T01:28:10.753Z||pool-2-thread-3|||||DEBUG|500||received message from topic 2021-05-05T01:28:10.753Z||pool-2-thread-3|||||DEBUG|500||recieved notification from broker: { "distributionID": "f5779424-7153-46c3-aba1-244c2c089976", "consumerID": "multicloud-starlingx-id", "timestamp": 1620177903560, "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/nginx_cloudtech_k8s_charts.env", "status": "NOTIFIED" } 2021-05-05T01:28:10.753Z||pool-2-thread-3|||||INFO|500||Missing status on Status Object. 2021-05-05T01:28:10.753Z||pool-2-thread-3|||||DEBUG|500||received message from topic 2021-05-05T01:28:10.753Z||pool-2-thread-3|||||DEBUG|500||recieved notification from broker: { "distributionID": "f5779424-7153-46c3-aba1-244c2c089976", "consumerID": "cds", "timestamp": 1620177905580, "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/nginx_cloudtech_k8s_charts.env", "status": "NOT_NOTIFIED" } 2021-05-05T01:28:10.753Z||pool-2-thread-3|||||INFO|500||Missing status on Status Object. 2021-05-05T01:28:10.753Z||pool-2-thread-3|||||DEBUG|500||received message from topic 2021-05-05T01:28:10.753Z||pool-2-thread-3|||||DEBUG|500||recieved notification from broker: { "distributionID": "f5779424-7153-46c3-aba1-244c2c089976", "consumerID": "policy-id", "timestamp": 1620177909987, "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/nginx_cloudtech_k8s_charts.env", "status": "NOT_NOTIFIED" } 2021-05-05T01:28:10.753Z||pool-2-thread-3|||||INFO|500||Missing status on Status Object. 2021-05-05T01:28:10.753Z||pool-2-thread-3|||||DEBUG|500||received message from topic 2021-05-05T01:28:10.754Z||pool-2-thread-3|||||DEBUG|500||recieved notification from broker: { "distributionID": "f5779424-7153-46c3-aba1-244c2c089976", "consumerID": "multicloud-windriver-id", "timestamp": 1620177900474, "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/nginx_cloudtech_k8s_charts.tgz", "status": "NOTIFIED" } 2021-05-05T01:28:10.754Z||pool-2-thread-3|||||INFO|500||Missing status on Status Object. 2021-05-05T01:28:10.754Z||pool-2-thread-3|||||DEBUG|500||received message from topic 2021-05-05T01:28:10.754Z||pool-2-thread-3|||||DEBUG|500||recieved notification from broker: { "distributionID": "f5779424-7153-46c3-aba1-244c2c089976", "consumerID": "sdc-COpenSource-Env11-sdnc-dockero", "timestamp": 1620177900818, "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/nginx_cloudtech_k8s_charts.tgz", "status": "NOT_NOTIFIED" } 2021-05-05T01:28:10.754Z||pool-2-thread-3|||||INFO|500||Missing status on Status Object. 2021-05-05T01:28:10.754Z||pool-2-thread-3|||||DEBUG|500||received message from topic 2021-05-05T01:28:10.754Z||pool-2-thread-3|||||DEBUG|500||recieved notification from broker: { "distributionID": "f5779424-7153-46c3-aba1-244c2c089976", "consumerID": "dcae-sch", "timestamp": 1620177902864, "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/nginx_cloudtech_k8s_charts.tgz", "status": "NOT_NOTIFIED" } 2021-05-05T01:28:10.754Z||pool-2-thread-3|||||INFO|500||Missing status on Status Object. 2021-05-05T01:28:10.754Z||pool-2-thread-3|||||DEBUG|500||received message from topic 2021-05-05T01:28:10.754Z||pool-2-thread-3|||||DEBUG|500||recieved notification from broker: { "distributionID": "f5779424-7153-46c3-aba1-244c2c089976", "consumerID": "multicloud-starlingx-id", "timestamp": 1620177903560, "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/nginx_cloudtech_k8s_charts.tgz", "status": "NOTIFIED" } 2021-05-05T01:28:10.754Z||pool-2-thread-3|||||INFO|500||Missing status on Status Object. 2021-05-05T01:28:10.755Z||pool-2-thread-3|||||DEBUG|500||received message from topic 2021-05-05T01:28:10.755Z||pool-2-thread-3|||||DEBUG|500||recieved notification from broker: { "distributionID": "f5779424-7153-46c3-aba1-244c2c089976", "consumerID": "cds", "timestamp": 1620177905580, "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/nginx_cloudtech_k8s_charts.tgz", "status": "NOT_NOTIFIED" } 2021-05-05T01:28:10.755Z||pool-2-thread-3|||||INFO|500||Missing status on Status Object. 2021-05-05T01:28:10.755Z||pool-2-thread-3|||||DEBUG|500||received message from topic 2021-05-05T01:28:10.755Z||pool-2-thread-3|||||DEBUG|500||recieved notification from broker: { "distributionID": "f5779424-7153-46c3-aba1-244c2c089976", "consumerID": "multicloud-k8s-id", "timestamp": 1620177911985, "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/vf-license-model.xml", "status": "NOT_NOTIFIED" } 2021-05-05T01:28:10.755Z||pool-2-thread-3|||||INFO|500||Missing status on Status Object. 2021-05-05T01:28:10.755Z||pool-2-thread-3|||||DEBUG|500||received message from topic 2021-05-05T01:28:10.755Z||pool-2-thread-3|||||DEBUG|500||recieved notification from broker: { "distributionID": "f5779424-7153-46c3-aba1-244c2c089976", "consumerID": "policy-id", "timestamp": 1620177909987, "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/nginx_cloudtech_k8s_charts.tgz", "status": "NOT_NOTIFIED" } 2021-05-05T01:28:10.755Z||pool-2-thread-3|||||INFO|500||Missing status on Status Object. 2021-05-05T01:28:10.755Z||pool-2-thread-3|||||DEBUG|500||received message from topic 2021-05-05T01:28:10.755Z||pool-2-thread-3|||||DEBUG|500||recieved notification from broker: { "distributionID": "f5779424-7153-46c3-aba1-244c2c089976", "consumerID": "sdc-COpenSource-Env11-sdnc-dockero", "timestamp": 1620177900818, "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/basic_cnf0_modules.json", "status": "NOT_NOTIFIED" } 2021-05-05T01:28:10.755Z||pool-2-thread-3|||||INFO|500||Missing status on Status Object. 2021-05-05T01:28:10.756Z||pool-2-thread-3|||||DEBUG|500||received message from topic 2021-05-05T01:28:10.756Z||pool-2-thread-3|||||DEBUG|500||recieved notification from broker: { "distributionID": "f5779424-7153-46c3-aba1-244c2c089976", "consumerID": "dcae-sch", "timestamp": 1620177902864, "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/basic_cnf0_modules.json", "status": "NOT_NOTIFIED" } 2021-05-05T01:28:10.756Z||pool-2-thread-3|||||INFO|500||Missing status on Status Object. 2021-05-05T01:28:10.756Z||pool-2-thread-3|||||DEBUG|500||received message from topic 2021-05-05T01:28:10.756Z||pool-2-thread-3|||||DEBUG|500||recieved notification from broker: { "distributionID": "f5779424-7153-46c3-aba1-244c2c089976", "consumerID": "multicloud-windriver-id", "timestamp": 1620177900474, "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/basic_cnf0_modules.json", "status": "NOTIFIED" } 2021-05-05T01:28:10.756Z||pool-2-thread-3|||||INFO|500||Missing status on Status Object. 2021-05-05T01:28:10.756Z||pool-2-thread-3|||||DEBUG|500||received message from topic 2021-05-05T01:28:10.756Z||pool-2-thread-3|||||DEBUG|500||recieved notification from broker: { "distributionID": "f5779424-7153-46c3-aba1-244c2c089976", "consumerID": "multicloud-starlingx-id", "timestamp": 1620177903560, "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/basic_cnf0_modules.json", "status": "NOTIFIED" } 2021-05-05T01:28:10.756Z||pool-2-thread-3|||||INFO|500||Missing status on Status Object. 2021-05-05T01:28:10.756Z||pool-2-thread-3|||||DEBUG|500||received message from topic 2021-05-05T01:28:10.756Z||pool-2-thread-3|||||DEBUG|500||recieved notification from broker: { "distributionID": "f5779424-7153-46c3-aba1-244c2c089976", "consumerID": "cds", "timestamp": 1620177905580, "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/basic_cnf0_modules.json", "status": "NOT_NOTIFIED" } 2021-05-05T01:28:10.756Z||pool-2-thread-3|||||INFO|500||Missing status on Status Object. 2021-05-05T01:28:10.757Z||pool-2-thread-3|||||DEBUG|500||received message from topic 2021-05-05T01:28:10.757Z||pool-2-thread-3|||||DEBUG|500||recieved notification from broker: { "distributionID": "f5779424-7153-46c3-aba1-244c2c089976", "consumerID": "multicloud-k8s-id", "timestamp": 1620177911985, "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/nginx_cloudtech_k8s_charts.env", "status": "NOTIFIED" } 2021-05-05T01:28:10.757Z||pool-2-thread-3|||||INFO|500||Missing status on Status Object. 2021-05-05T01:28:10.757Z||pool-2-thread-3|||||DEBUG|500||received message from topic 2021-05-05T01:28:10.757Z||pool-2-thread-3|||||DEBUG|500||recieved notification from broker: { "distributionID": "f5779424-7153-46c3-aba1-244c2c089976", "consumerID": "policy-id", "timestamp": 1620177909987, "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/basic_cnf0_modules.json", "status": "NOT_NOTIFIED" } 2021-05-05T01:28:10.757Z||pool-2-thread-3|||||INFO|500||Missing status on Status Object. 2021-05-05T01:28:10.757Z||pool-2-thread-3|||||DEBUG|500||received message from topic 2021-05-05T01:28:10.757Z||pool-2-thread-3|||||DEBUG|500||recieved notification from broker: { "distributionID": "f5779424-7153-46c3-aba1-244c2c089976", "consumerID": "dcae-sch", "timestamp": 1620177902864, "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/base_dummy.yaml", "status": "NOT_NOTIFIED" } 2021-05-05T01:28:10.757Z||pool-2-thread-3|||||INFO|500||Missing status on Status Object. 2021-05-05T01:28:10.757Z||pool-2-thread-3|||||DEBUG|500||received message from topic 2021-05-05T01:28:10.757Z||pool-2-thread-3|||||DEBUG|500||recieved notification from broker: { "distributionID": "f5779424-7153-46c3-aba1-244c2c089976", "consumerID": "sdc-COpenSource-Env11-sdnc-dockero", "timestamp": 1620177900818, "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/base_dummy.yaml", "status": "NOT_NOTIFIED" } 2021-05-05T01:28:10.758Z||pool-2-thread-3|||||INFO|500||Missing status on Status Object. 2021-05-05T01:28:10.758Z||pool-2-thread-3|||||DEBUG|500||received message from topic 2021-05-05T01:28:10.758Z||pool-2-thread-3|||||DEBUG|500||recieved notification from broker: { "distributionID": "f5779424-7153-46c3-aba1-244c2c089976", "consumerID": "multicloud-windriver-id", "timestamp": 1620177900474, "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/base_dummy.yaml", "status": "NOTIFIED" } 2021-05-05T01:28:10.758Z||pool-2-thread-3|||||INFO|500||Missing status on Status Object. 2021-05-05T01:28:10.758Z||pool-2-thread-3|||||DEBUG|500||received message from topic 2021-05-05T01:28:10.758Z||pool-2-thread-3|||||DEBUG|500||recieved notification from broker: { "distributionID": "f5779424-7153-46c3-aba1-244c2c089976", "consumerID": "multicloud-starlingx-id", "timestamp": 1620177903560, "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/base_dummy.yaml", "status": "NOTIFIED" } 2021-05-05T01:28:10.758Z||pool-2-thread-3|||||INFO|500||Missing status on Status Object. 2021-05-05T01:28:10.758Z||pool-2-thread-3|||||DEBUG|500||received message from topic 2021-05-05T01:28:10.758Z||pool-2-thread-3|||||DEBUG|500||recieved notification from broker: { "distributionID": "f5779424-7153-46c3-aba1-244c2c089976", "consumerID": "cds", "timestamp": 1620177905580, "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/base_dummy.yaml", "status": "NOT_NOTIFIED" } 2021-05-05T01:28:10.758Z||pool-2-thread-3|||||INFO|500||Missing status on Status Object. 2021-05-05T01:28:10.758Z||pool-2-thread-3|||||DEBUG|500||received message from topic 2021-05-05T01:28:10.758Z||pool-2-thread-3|||||DEBUG|500||recieved notification from broker: { "distributionID": "f5779424-7153-46c3-aba1-244c2c089976", "consumerID": "multicloud-k8s-id", "timestamp": 1620177911985, "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/nginx_cloudtech_k8s_charts.tgz", "status": "NOTIFIED" } 2021-05-05T01:28:10.758Z||pool-2-thread-3|||||INFO|500||Missing status on Status Object. 2021-05-05T01:28:10.759Z||pool-2-thread-3|||||DEBUG|500||received message from topic 2021-05-05T01:28:10.759Z||pool-2-thread-3|||||DEBUG|500||recieved notification from broker: { "distributionID": "f5779424-7153-46c3-aba1-244c2c089976", "consumerID": "policy-id", "timestamp": 1620177909987, "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/base_dummy.yaml", "status": "NOTIFIED" } 2021-05-05T01:28:10.759Z||pool-2-thread-3|||||INFO|500||Missing status on Status Object. 2021-05-05T01:28:10.759Z||pool-2-thread-3|||||DEBUG|500||received message from topic 2021-05-05T01:28:10.759Z||pool-2-thread-3|||||DEBUG|500||recieved notification from broker: { "distributionID": "f5779424-7153-46c3-aba1-244c2c089976", "consumerID": "clamp", "timestamp": 1620177914364, "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/vf-license-model.xml", "status": "NOT_NOTIFIED" } 2021-05-05T01:28:10.759Z||pool-2-thread-3|||||INFO|500||Missing status on Status Object. 2021-05-05T01:28:10.759Z||pool-2-thread-3|||||DEBUG|500||received message from topic 2021-05-05T01:28:10.759Z||pool-2-thread-3|||||DEBUG|500||recieved notification from broker: { "distributionID": "f5779424-7153-46c3-aba1-244c2c089976", "consumerID": "multicloud-windriver-id", "timestamp": 1620177900474, "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/vendor-license-model.xml", "status": "NOT_NOTIFIED" } 2021-05-05T01:28:10.759Z||pool-2-thread-3|||||INFO|500||Missing status on Status Object. 2021-05-05T01:28:10.759Z||pool-2-thread-3|||||DEBUG|500||received message from topic 2021-05-05T01:28:10.759Z||pool-2-thread-3|||||DEBUG|500||recieved notification from broker: { "distributionID": "f5779424-7153-46c3-aba1-244c2c089976", "consumerID": "dcae-sch", "timestamp": 1620177902864, "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/vendor-license-model.xml", "status": "NOT_NOTIFIED" } 2021-05-05T01:28:10.760Z||pool-2-thread-3|||||INFO|500||Missing status on Status Object. 2021-05-05T01:28:10.760Z||pool-2-thread-3|||||DEBUG|500||received message from topic 2021-05-05T01:28:10.760Z||pool-2-thread-3|||||DEBUG|500||recieved notification from broker: { "distributionID": "f5779424-7153-46c3-aba1-244c2c089976", "consumerID": "sdc-COpenSource-Env11-sdnc-dockero", "timestamp": 1620177900818, "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/vendor-license-model.xml", "status": "NOT_NOTIFIED" } 2021-05-05T01:28:10.760Z||pool-2-thread-3|||||INFO|500||Missing status on Status Object. 2021-05-05T01:28:10.760Z||pool-2-thread-3|||||DEBUG|500||received message from topic 2021-05-05T01:28:10.760Z||pool-2-thread-3|||||DEBUG|500||recieved notification from broker: { "distributionID": "f5779424-7153-46c3-aba1-244c2c089976", "consumerID": "multicloud-starlingx-id", "timestamp": 1620177903560, "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/vendor-license-model.xml", "status": "NOT_NOTIFIED" } 2021-05-05T01:28:10.760Z||pool-2-thread-3|||||INFO|500||Missing status on Status Object. 2021-05-05T01:28:10.760Z||pool-2-thread-3|||||DEBUG|500||received message from topic 2021-05-05T01:28:10.760Z||pool-2-thread-3|||||DEBUG|500||recieved notification from broker: { "distributionID": "f5779424-7153-46c3-aba1-244c2c089976", "consumerID": "ves-openapi-manager", "timestamp": 1620177914784, "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/vf-license-model.xml", "status": "NOT_NOTIFIED" } 2021-05-05T01:28:10.760Z||pool-2-thread-3|||||INFO|500||Missing status on Status Object. 2021-05-05T01:28:10.760Z||pool-2-thread-3|||||DEBUG|500||received message from topic 2021-05-05T01:28:10.760Z||pool-2-thread-3|||||DEBUG|500||recieved notification from broker: { "distributionID": "f5779424-7153-46c3-aba1-244c2c089976", "consumerID": "cds", "timestamp": 1620177905580, "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/vendor-license-model.xml", "status": "NOT_NOTIFIED" } 2021-05-05T01:28:10.761Z||pool-2-thread-3|||||INFO|500||Missing status on Status Object. 2021-05-05T01:28:10.761Z||pool-2-thread-3|||||DEBUG|500||received message from topic 2021-05-05T01:28:10.761Z||pool-2-thread-3|||||DEBUG|500||recieved notification from broker: { "distributionID": "f5779424-7153-46c3-aba1-244c2c089976", "consumerID": "multicloud-k8s-id", "timestamp": 1620177911985, "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/basic_cnf0_modules.json", "status": "NOTIFIED" } 2021-05-05T01:28:10.761Z||pool-2-thread-3|||||INFO|500||Missing status on Status Object. 2021-05-05T01:28:10.761Z||pool-2-thread-3|||||DEBUG|500||received message from topic 2021-05-05T01:28:10.761Z||pool-2-thread-3|||||DEBUG|500||recieved notification from broker: { "distributionID": "f5779424-7153-46c3-aba1-244c2c089976", "consumerID": "policy-id", "timestamp": 1620177909987, "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/vendor-license-model.xml", "status": "NOT_NOTIFIED" } 2021-05-05T01:28:10.761Z||pool-2-thread-3|||||INFO|500||Missing status on Status Object. 2021-05-05T01:28:10.761Z||pool-2-thread-3|||||DEBUG|500||received message from topic 2021-05-05T01:28:10.761Z||pool-2-thread-3|||||DEBUG|500||recieved notification from broker: { "distributionID": "f5779424-7153-46c3-aba1-244c2c089976", "consumerID": "clamp", "timestamp": 1620177914364, "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/nginx_cloudtech_k8s_charts.env", "status": "NOT_NOTIFIED" } 2021-05-05T01:28:10.761Z||pool-2-thread-3|||||INFO|500||Missing status on Status Object. 2021-05-05T01:28:10.761Z||pool-2-thread-3|||||DEBUG|500||received message from topic 2021-05-05T01:28:10.761Z||pool-2-thread-3|||||DEBUG|500||recieved notification from broker: { "distributionID": "f5779424-7153-46c3-aba1-244c2c089976", "consumerID": "multicloud-windriver-id", "timestamp": 1620177900474, "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/base_dummy.env", "status": "NOTIFIED" } 2021-05-05T01:28:10.762Z||pool-2-thread-3|||||INFO|500||Missing status on Status Object. 2021-05-05T01:28:10.762Z||pool-2-thread-3|||||DEBUG|500||received message from topic 2021-05-05T01:28:10.762Z||pool-2-thread-3|||||DEBUG|500||recieved notification from broker: { "distributionID": "f5779424-7153-46c3-aba1-244c2c089976", "consumerID": "dcae-sch", "timestamp": 1620177902864, "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/base_dummy.env", "status": "NOT_NOTIFIED" } 2021-05-05T01:28:10.762Z||pool-2-thread-3|||||INFO|500||Missing status on Status Object. 2021-05-05T01:28:10.762Z||pool-2-thread-3|||||DEBUG|500||received message from topic 2021-05-05T01:28:10.762Z||pool-2-thread-3|||||DEBUG|500||recieved notification from broker: { "distributionID": "f5779424-7153-46c3-aba1-244c2c089976", "consumerID": "sdc-COpenSource-Env11-sdnc-dockero", "timestamp": 1620177900818, "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/base_dummy.env", "status": "NOT_NOTIFIED" } 2021-05-05T01:28:10.762Z||pool-2-thread-3|||||INFO|500||Missing status on Status Object. 2021-05-05T01:28:10.762Z||pool-2-thread-3|||||DEBUG|500||received message from topic 2021-05-05T01:28:10.762Z||pool-2-thread-3|||||DEBUG|500||recieved notification from broker: { "distributionID": "f5779424-7153-46c3-aba1-244c2c089976", "consumerID": "multicloud-starlingx-id", "timestamp": 1620177903560, "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/base_dummy.env", "status": "NOTIFIED" } 2021-05-05T01:28:10.762Z||pool-2-thread-3|||||INFO|500||Missing status on Status Object. 2021-05-05T01:28:10.762Z||pool-2-thread-3|||||DEBUG|500||received message from topic 2021-05-05T01:28:10.762Z||pool-2-thread-3|||||DEBUG|500||recieved notification from broker: { "distributionID": "f5779424-7153-46c3-aba1-244c2c089976", "consumerID": "ves-openapi-manager", "timestamp": 1620177914784, "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/nginx_cloudtech_k8s_charts.env", "status": "NOT_NOTIFIED" } 2021-05-05T01:28:10.763Z||pool-2-thread-3|||||INFO|500||Missing status on Status Object. 2021-05-05T01:28:10.763Z||pool-2-thread-3|||||DEBUG|500||received message from topic 2021-05-05T01:28:10.763Z||pool-2-thread-3|||||DEBUG|500||recieved notification from broker: { "distributionID": "f5779424-7153-46c3-aba1-244c2c089976", "consumerID": "cds", "timestamp": 1620177905580, "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/base_dummy.env", "status": "NOT_NOTIFIED" } 2021-05-05T01:28:10.763Z||pool-2-thread-3|||||INFO|500||Missing status on Status Object. 2021-05-05T01:28:10.763Z||pool-2-thread-3|||||DEBUG|500||received message from topic 2021-05-05T01:28:10.763Z||pool-2-thread-3|||||DEBUG|500||recieved notification from broker: { "distributionID": "f5779424-7153-46c3-aba1-244c2c089976", "consumerID": "multicloud-k8s-id", "timestamp": 1620177911985, "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/base_dummy.yaml", "status": "NOTIFIED" } 2021-05-05T01:28:10.763Z||pool-2-thread-3|||||INFO|500||Missing status on Status Object. 2021-05-05T01:28:10.763Z||pool-2-thread-3|||||DEBUG|500||received message from topic 2021-05-05T01:28:10.763Z||pool-2-thread-3|||||DEBUG|500||recieved notification from broker: { "distributionID": "f5779424-7153-46c3-aba1-244c2c089976", "consumerID": "policy-id", "timestamp": 1620177909987, "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/base_dummy.env", "status": "NOT_NOTIFIED" } 2021-05-05T01:28:10.763Z||pool-2-thread-3|||||INFO|500||Missing status on Status Object. 2021-05-05T01:28:10.763Z||pool-2-thread-3|||||DEBUG|500||received message from topic 2021-05-05T01:28:10.763Z||pool-2-thread-3|||||DEBUG|500||recieved notification from broker: { "distributionID": "f5779424-7153-46c3-aba1-244c2c089976", "consumerID": "clamp", "timestamp": 1620177914364, "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/nginx_cloudtech_k8s_charts.tgz", "status": "NOT_NOTIFIED" } 2021-05-05T01:28:10.763Z||pool-2-thread-3|||||INFO|500||Missing status on Status Object. 2021-05-05T01:28:10.764Z||pool-2-thread-3|||||DEBUG|500||received message from topic 2021-05-05T01:28:10.764Z||pool-2-thread-3|||||DEBUG|500||recieved notification from broker: { "distributionID": "f5779424-7153-46c3-aba1-244c2c089976", "consumerID": "multicloud-windriver-id", "timestamp": 1620177900474, "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/artifacts/service-BasicCnf-template.yml", "status": "NOT_NOTIFIED" } 2021-05-05T01:28:10.764Z||pool-2-thread-3|||||INFO|500||Missing status on Status Object. 2021-05-05T01:28:10.764Z||pool-2-thread-3|||||DEBUG|500||received message from topic 2021-05-05T01:28:10.764Z||pool-2-thread-3|||||DEBUG|500||recieved notification from broker: { "distributionID": "f5779424-7153-46c3-aba1-244c2c089976", "consumerID": "dcae-sch", "timestamp": 1620177902864, "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/artifacts/service-BasicCnf-template.yml", "status": "NOT_NOTIFIED" } 2021-05-05T01:28:10.764Z||pool-2-thread-3|||||INFO|500||Missing status on Status Object. 2021-05-05T01:28:10.764Z||pool-2-thread-3|||||DEBUG|500||received message from topic 2021-05-05T01:28:10.764Z||pool-2-thread-3|||||DEBUG|500||recieved notification from broker: { "distributionID": "f5779424-7153-46c3-aba1-244c2c089976", "consumerID": "sdc-COpenSource-Env11-sdnc-dockero", "timestamp": 1620177900818, "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/artifacts/service-BasicCnf-template.yml", "status": "NOT_NOTIFIED" } 2021-05-05T01:28:10.764Z||pool-2-thread-3|||||INFO|500||Missing status on Status Object. 2021-05-05T01:28:10.764Z||pool-2-thread-3|||||DEBUG|500||received message from topic 2021-05-05T01:28:10.764Z||pool-2-thread-3|||||DEBUG|500||recieved notification from broker: { "distributionID": "f5779424-7153-46c3-aba1-244c2c089976", "consumerID": "multicloud-starlingx-id", "timestamp": 1620177903560, "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/artifacts/service-BasicCnf-template.yml", "status": "NOT_NOTIFIED" } 2021-05-05T01:28:10.764Z||pool-2-thread-3|||||INFO|500||Missing status on Status Object. 2021-05-05T01:28:10.765Z||pool-2-thread-3|||||DEBUG|500||received message from topic 2021-05-05T01:28:10.765Z||pool-2-thread-3|||||DEBUG|500||recieved notification from broker: { "distributionID": "f5779424-7153-46c3-aba1-244c2c089976", "consumerID": "ves-openapi-manager", "timestamp": 1620177914784, "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/nginx_cloudtech_k8s_charts.tgz", "status": "NOT_NOTIFIED" } 2021-05-05T01:28:10.765Z||pool-2-thread-3|||||INFO|500||Missing status on Status Object. 2021-05-05T01:28:10.765Z||pool-2-thread-3|||||DEBUG|500||received message from topic 2021-05-05T01:28:10.765Z||pool-2-thread-3|||||DEBUG|500||recieved notification from broker: { "distributionID": "f5779424-7153-46c3-aba1-244c2c089976", "consumerID": "cds", "timestamp": 1620177905580, "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/artifacts/service-BasicCnf-template.yml", "status": "NOT_NOTIFIED" } 2021-05-05T01:28:10.765Z||pool-2-thread-3|||||INFO|500||Missing status on Status Object. 2021-05-05T01:28:10.765Z||pool-2-thread-3|||||DEBUG|500||received message from topic 2021-05-05T01:28:10.765Z||pool-2-thread-3|||||DEBUG|500||recieved notification from broker: { "distributionID": "f5779424-7153-46c3-aba1-244c2c089976", "consumerID": "multicloud-k8s-id", "timestamp": 1620177911985, "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/vendor-license-model.xml", "status": "NOT_NOTIFIED" } 2021-05-05T01:28:10.765Z||pool-2-thread-3|||||INFO|500||Missing status on Status Object. 2021-05-05T01:28:10.765Z||pool-2-thread-3|||||DEBUG|500||received message from topic 2021-05-05T01:28:10.765Z||pool-2-thread-3|||||DEBUG|500||recieved notification from broker: { "distributionID": "f5779424-7153-46c3-aba1-244c2c089976", "consumerID": "policy-id", "timestamp": 1620177909987, "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/artifacts/service-BasicCnf-template.yml", "status": "NOT_NOTIFIED" } 2021-05-05T01:28:10.765Z||pool-2-thread-3|||||INFO|500||Missing status on Status Object. 2021-05-05T01:28:10.765Z||pool-2-thread-3|||||DEBUG|500||received message from topic 2021-05-05T01:28:10.766Z||pool-2-thread-3|||||DEBUG|500||recieved notification from broker: { "distributionID": "f5779424-7153-46c3-aba1-244c2c089976", "consumerID": "aai-ml", "timestamp": 1620177917262, "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/vf-license-model.xml", "status": "NOT_NOTIFIED" } 2021-05-05T01:28:10.766Z||pool-2-thread-3|||||INFO|500||Missing status on Status Object. 2021-05-05T01:28:10.766Z||pool-2-thread-3|||||DEBUG|500||received message from topic 2021-05-05T01:28:10.766Z||pool-2-thread-3|||||DEBUG|500||recieved notification from broker: { "distributionID": "f5779424-7153-46c3-aba1-244c2c089976", "consumerID": "clamp", "timestamp": 1620177914364, "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/basic_cnf0_modules.json", "status": "NOTIFIED" } 2021-05-05T01:28:10.766Z||pool-2-thread-3|||||INFO|500||Missing status on Status Object. 2021-05-05T01:28:10.766Z||pool-2-thread-3|||||DEBUG|500||received message from topic 2021-05-05T01:28:10.766Z||pool-2-thread-3|||||DEBUG|500||recieved notification from broker: { "distributionID": "f5779424-7153-46c3-aba1-244c2c089976", "consumerID": "multicloud-windriver-id", "timestamp": 1620177900474, "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/artifacts/service-BasicCnf-csar.csar", "status": "NOTIFIED" } 2021-05-05T01:28:10.766Z||pool-2-thread-3|||||INFO|500||Missing status on Status Object. 2021-05-05T01:28:10.766Z||pool-2-thread-3|||||DEBUG|500||received message from topic 2021-05-05T01:28:10.766Z||pool-2-thread-3|||||DEBUG|500||recieved notification from broker: { "distributionID": "f5779424-7153-46c3-aba1-244c2c089976", "consumerID": "dcae-sch", "timestamp": 1620177902864, "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/artifacts/service-BasicCnf-csar.csar", "status": "NOT_NOTIFIED" } 2021-05-05T01:28:10.766Z||pool-2-thread-3|||||INFO|500||Missing status on Status Object. 2021-05-05T01:28:10.766Z||pool-2-thread-3|||||DEBUG|500||received message from topic 2021-05-05T01:28:10.766Z||pool-2-thread-3|||||DEBUG|500||recieved notification from broker: { "distributionID": "f5779424-7153-46c3-aba1-244c2c089976", "consumerID": "sdc-COpenSource-Env11-sdnc-dockero", "timestamp": 1620177900818, "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/artifacts/service-BasicCnf-csar.csar", "status": "NOTIFIED" } 2021-05-05T01:28:10.766Z||pool-2-thread-3|||||INFO|500||Missing status on Status Object. 2021-05-05T01:28:10.766Z||pool-2-thread-3|||||DEBUG|500||received message from topic 2021-05-05T01:28:10.766Z||pool-2-thread-3|||||DEBUG|500||recieved notification from broker: { "distributionID": "f5779424-7153-46c3-aba1-244c2c089976", "consumerID": "multicloud-starlingx-id", "timestamp": 1620177903560, "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/artifacts/service-BasicCnf-csar.csar", "status": "NOTIFIED" } 2021-05-05T01:28:10.767Z||pool-2-thread-3|||||INFO|500||Missing status on Status Object. 2021-05-05T01:28:10.767Z||pool-2-thread-3|||||DEBUG|500||received message from topic 2021-05-05T01:28:10.767Z||pool-2-thread-3|||||DEBUG|500||recieved notification from broker: { "distributionID": "f5779424-7153-46c3-aba1-244c2c089976", "consumerID": "ves-openapi-manager", "timestamp": 1620177914784, "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/basic_cnf0_modules.json", "status": "NOT_NOTIFIED" } 2021-05-05T01:28:10.767Z||pool-2-thread-3|||||INFO|500||Missing status on Status Object. 2021-05-05T01:28:10.767Z||pool-2-thread-3|||||DEBUG|500||received message from topic 2021-05-05T01:28:10.767Z||pool-2-thread-3|||||DEBUG|500||recieved notification from broker: { "distributionID": "f5779424-7153-46c3-aba1-244c2c089976", "consumerID": "cds", "timestamp": 1620177905580, "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/artifacts/service-BasicCnf-csar.csar", "status": "NOTIFIED" } 2021-05-05T01:28:10.767Z||pool-2-thread-3|||||INFO|500||Missing status on Status Object. 2021-05-05T01:28:10.767Z||pool-2-thread-3|||||DEBUG|500||received message from topic 2021-05-05T01:28:10.767Z||pool-2-thread-3|||||DEBUG|500||recieved notification from broker: { "distributionID": "f5779424-7153-46c3-aba1-244c2c089976", "consumerID": "multicloud-k8s-id", "timestamp": 1620177911985, "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/base_dummy.env", "status": "NOTIFIED" } 2021-05-05T01:28:10.767Z||pool-2-thread-3|||||INFO|500||Missing status on Status Object. 2021-05-05T01:28:10.767Z||pool-2-thread-3|||||DEBUG|500||received message from topic 2021-05-05T01:28:10.767Z||pool-2-thread-3|||||DEBUG|500||recieved notification from broker: { "distributionID": "f5779424-7153-46c3-aba1-244c2c089976", "consumerID": "policy-id", "timestamp": 1620177909987, "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/artifacts/service-BasicCnf-csar.csar", "status": "NOTIFIED" } 2021-05-05T01:28:10.767Z||pool-2-thread-3|||||INFO|500||Missing status on Status Object. 2021-05-05T01:28:10.767Z||pool-2-thread-3|||||DEBUG|500||received message from topic 2021-05-05T01:28:10.767Z||pool-2-thread-3|||||DEBUG|500||recieved notification from broker: { "distributionID": "f5779424-7153-46c3-aba1-244c2c089976", "consumerID": "aai-ml", "timestamp": 1620177917262, "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/nginx_cloudtech_k8s_charts.env", "status": "NOT_NOTIFIED" } 2021-05-05T01:28:10.767Z||pool-2-thread-3|||||INFO|500||Missing status on Status Object. 2021-05-05T01:28:10.767Z||pool-2-thread-3|||||DEBUG|500||received message from topic 2021-05-05T01:28:10.767Z||pool-2-thread-3|||||DEBUG|500||recieved notification from broker: { "distributionID": "f5779424-7153-46c3-aba1-244c2c089976", "consumerID": "clamp", "timestamp": 1620177914364, "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/base_dummy.yaml", "status": "NOT_NOTIFIED" } 2021-05-05T01:28:10.768Z||pool-2-thread-3|||||INFO|500||Missing status on Status Object. 2021-05-05T01:28:10.768Z||pool-2-thread-3|||||DEBUG|500||received message from topic 2021-05-05T01:28:10.768Z||pool-2-thread-3|||||DEBUG|500||recieved notification from broker: { "distributionID": "f5779424-7153-46c3-aba1-244c2c089976", "consumerID": "ves-openapi-manager", "timestamp": 1620177914784, "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/base_dummy.yaml", "status": "NOT_NOTIFIED" } 2021-05-05T01:28:10.768Z||pool-2-thread-3|||||INFO|500||Missing status on Status Object. 2021-05-05T01:28:10.768Z||pool-2-thread-3|||||DEBUG|500||received message from topic 2021-05-05T01:28:10.768Z||pool-2-thread-3|||||DEBUG|500||recieved notification from broker: { "distributionID": "f5779424-7153-46c3-aba1-244c2c089976", "consumerID": "multicloud-k8s-id", "timestamp": 1620177911985, "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/artifacts/service-BasicCnf-template.yml", "status": "NOT_NOTIFIED" } 2021-05-05T01:28:10.768Z||pool-2-thread-3|||||INFO|500||Missing status on Status Object. 2021-05-05T01:28:10.768Z||pool-2-thread-3|||||DEBUG|500||received message from topic 2021-05-05T01:28:10.768Z||pool-2-thread-3|||||DEBUG|500||recieved notification from broker: { "distributionID": "f5779424-7153-46c3-aba1-244c2c089976", "consumerID": "multicloud-windriver-id", "timestamp": 1620177919690, "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/basic_cnf0_modules.json", "status": "DOWNLOAD_OK" } 2021-05-05T01:28:10.768Z||pool-2-thread-3|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error' 2021-05-05T01:28:10.768Z||pool-2-thread-3|||||DEBUG|500||received message from topic 2021-05-05T01:28:10.768Z||pool-2-thread-3|||||DEBUG|500||recieved notification from broker: { "distributionID": "f5779424-7153-46c3-aba1-244c2c089976", "consumerID": "multicloud-starlingx-id", "timestamp": 1620177919694, "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/basic_cnf0_modules.json", "status": "DOWNLOAD_OK" } 2021-05-05T01:28:10.768Z||pool-2-thread-3|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error' 2021-05-05T01:28:10.768Z||pool-2-thread-3|||||DEBUG|500||received message from topic 2021-05-05T01:28:10.768Z||pool-2-thread-3|||||DEBUG|500||recieved notification from broker: { "distributionID": "f5779424-7153-46c3-aba1-244c2c089976", "consumerID": "sdc-COpenSource-Env11-sdnc-dockero", "timestamp": 1620177919755, "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/artifacts/service-BasicCnf-csar.csar", "status": "DOWNLOAD_OK" } 2021-05-05T01:28:10.768Z||pool-2-thread-3|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error' 2021-05-05T01:28:10.768Z||pool-2-thread-3|||||DEBUG|500||received message from topic 2021-05-05T01:28:10.768Z||pool-2-thread-3|||||DEBUG|500||recieved notification from broker: { "distributionID": "f5779424-7153-46c3-aba1-244c2c089976", "consumerID": "cds", "timestamp": 1620177919782, "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/artifacts/service-BasicCnf-csar.csar", "status": "DOWNLOAD_OK" } 2021-05-05T01:28:10.769Z||pool-2-thread-3|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error' 2021-05-05T01:28:10.769Z||pool-2-thread-3|||||DEBUG|500||received message from topic 2021-05-05T01:28:10.769Z||pool-2-thread-3|||||DEBUG|500||recieved notification from broker: { "distributionID": "f5779424-7153-46c3-aba1-244c2c089976", "consumerID": "aai-ml", "timestamp": 1620177917262, "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/nginx_cloudtech_k8s_charts.tgz", "status": "NOT_NOTIFIED" } 2021-05-05T01:28:10.769Z||pool-2-thread-3|||||INFO|500||Missing status on Status Object. 2021-05-05T01:28:10.769Z||pool-2-thread-3|||||DEBUG|500||received message from topic 2021-05-05T01:28:10.769Z||pool-2-thread-3|||||DEBUG|500||recieved notification from broker: { "distributionID": "f5779424-7153-46c3-aba1-244c2c089976", "consumerID": "policy-id", "timestamp": 1620177919899, "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/artifacts/service-BasicCnf-csar.csar", "status": "DOWNLOAD_OK" } 2021-05-05T01:28:10.769Z||pool-2-thread-3|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error' 2021-05-05T01:28:10.769Z||pool-2-thread-3|||||DEBUG|500||received message from topic 2021-05-05T01:28:10.769Z||pool-2-thread-3|||||DEBUG|500||recieved notification from broker: { "distributionID": "f5779424-7153-46c3-aba1-244c2c089976", "consumerID": "clamp", "timestamp": 1620177914364, "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/vendor-license-model.xml", "status": "NOT_NOTIFIED" } 2021-05-05T01:28:10.769Z||pool-2-thread-3|||||INFO|500||Missing status on Status Object. 2021-05-05T01:28:10.769Z||pool-2-thread-3|||||DEBUG|500||received message from topic 2021-05-05T01:28:10.769Z||pool-2-thread-3|||||DEBUG|500||recieved notification from broker: { "distributionID": "f5779424-7153-46c3-aba1-244c2c089976", "consumerID": "ves-openapi-manager", "timestamp": 1620177914784, "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/vendor-license-model.xml", "status": "NOT_NOTIFIED" } 2021-05-05T01:28:10.769Z||pool-2-thread-3|||||INFO|500||Missing status on Status Object. 2021-05-05T01:28:10.769Z||pool-2-thread-3|||||DEBUG|500||received message from topic 2021-05-05T01:28:10.769Z||pool-2-thread-3|||||DEBUG|500||recieved notification from broker: { "distributionID": "f5779424-7153-46c3-aba1-244c2c089976", "consumerID": "multicloud-k8s-id", "timestamp": 1620177911985, "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/artifacts/service-BasicCnf-csar.csar", "status": "NOTIFIED" } 2021-05-05T01:28:10.769Z||pool-2-thread-3|||||INFO|500||Missing status on Status Object. 2021-05-05T01:28:10.769Z||pool-2-thread-3|||||DEBUG|500||received message from topic 2021-05-05T01:28:10.770Z||pool-2-thread-3|||||DEBUG|500||recieved notification from broker: { "distributionID": "f5779424-7153-46c3-aba1-244c2c089976", "consumerID": "cds", "timestamp": 1620177920786, "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=? 2021-05-05T01:28:10.774Z||pool-2-thread-3|||||DEBUG|500||Receive a callback componentStatus in ASDC, for componentName: cds and status of COMPONENT_DONE_OK distributionID of f5779424-7153-46c3-aba1-244c2c089976 2021-05-05T01:28:10.774Z||pool-2-thread-3|||||DEBUG|500||Entering installTheComponentStatus for distributionId f5779424-7153-46c3-aba1-244c2c089976 and ComponentName cds Hibernate: select watchdogco0_.COMPONENT_NAME as componen1_12_0_, watchdogco0_.DISTRIBUTION_ID as distribu2_12_0_, watchdogco0_.COMPONENT_DISTRIBUTION_STATUS as componen3_12_0_, watchdogco0_.CREATE_TIME as create_t4_12_0_, watchdogco0_.MODIFY_TIME as modify_t5_12_0_ from watchdog_per_component_distribution_status watchdogco0_ where watchdogco0_.COMPONENT_NAME=? and watchdogco0_.DISTRIBUTION_ID=? Hibernate: insert into watchdog_per_component_distribution_status (COMPONENT_DISTRIBUTION_STATUS, CREATE_TIME, MODIFY_TIME, COMPONENT_NAME, DISTRIBUTION_ID) values (?, ?, ?, ?, ?) 2021-05-05T01:28:10.781Z||pool-2-thread-3|||||DEBUG|500||received message from topic 2021-05-05T01:28:10.781Z||pool-2-thread-3|||||DEBUG|500||recieved notification from broker: { "distributionID": "f5779424-7153-46c3-aba1-244c2c089976", "consumerID": "aai-ml", "timestamp": 1620177917262, "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/basic_cnf0_modules.json", "status": "NOT_NOTIFIED" } 2021-05-05T01:28:10.781Z||pool-2-thread-3|||||INFO|500||Missing status on Status Object. 2021-05-05T01:28:10.781Z||pool-2-thread-3|||||DEBUG|500||received message from topic 2021-05-05T01:28:10.781Z||pool-2-thread-3|||||DEBUG|500||recieved notification from broker: { "distributionID": "f5779424-7153-46c3-aba1-244c2c089976", "consumerID": "policy-id", "timestamp": 1620177920903, "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/artifacts/service-BasicCnf-csar.csar", "status": "DEPLOY_OK" } 2021-05-05T01:28:10.781Z||pool-2-thread-3|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error' 2021-05-05T01:28:10.781Z||pool-2-thread-3|||||DEBUG|500||received message from topic 2021-05-05T01:28:10.781Z||pool-2-thread-3|||||DEBUG|500||recieved notification from broker: { "distributionID": "f5779424-7153-46c3-aba1-244c2c089976", "consumerID": "clamp", "timestamp": 1620177914364, "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/base_dummy.env", "status": "NOT_NOTIFIED" } 2021-05-05T01:28:10.782Z||pool-2-thread-3|||||INFO|500||Missing status on Status Object. 2021-05-05T01:28:10.782Z||pool-2-thread-3|||||DEBUG|500||received message from topic 2021-05-05T01:28:10.782Z||pool-2-thread-3|||||DEBUG|500||recieved notification from broker: { "distributionID": "f5779424-7153-46c3-aba1-244c2c089976", "consumerID": "multicloud-starlingx-id", "timestamp": 1620177921174, "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/nginx_cloudtech_k8s_charts.tgz", "status": "DOWNLOAD_OK" } 2021-05-05T01:28:10.782Z||pool-2-thread-3|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error' 2021-05-05T01:28:10.782Z||pool-2-thread-3|||||DEBUG|500||received message from topic 2021-05-05T01:28:10.782Z||pool-2-thread-3|||||DEBUG|500||recieved notification from broker: { "distributionID": "f5779424-7153-46c3-aba1-244c2c089976", "consumerID": "multicloud-windriver-id", "timestamp": 1620177921171, "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/nginx_cloudtech_k8s_charts.tgz", "status": "DOWNLOAD_OK" } 2021-05-05T01:28:10.782Z||pool-2-thread-3|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error' 2021-05-05T01:28:10.782Z||pool-2-thread-3|||||DEBUG|500||received message from topic 2021-05-05T01:28:10.782Z||pool-2-thread-3|||||DEBUG|500||recieved notification from broker: { "distributionID": "f5779424-7153-46c3-aba1-244c2c089976", "consumerID": "ves-openapi-manager", "timestamp": 1620177914784, "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/base_dummy.env", "status": "NOT_NOTIFIED" } 2021-05-05T01:28:10.782Z||pool-2-thread-3|||||INFO|500||Missing status on Status Object. 2021-05-05T01:28:10.782Z||pool-2-thread-3|||||DEBUG|500||received message from topic 2021-05-05T01:28:10.782Z||pool-2-thread-3|||||DEBUG|500||recieved notification from broker: { "distributionID": "f5779424-7153-46c3-aba1-244c2c089976", "consumerID": "sdc-COpenSource-Env11-sdnc-dockero", "timestamp": 1620177921665, "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/artifacts/service-BasicCnf-csar.csar", "status": "DEPLOY_OK" } 2021-05-05T01:28:10.782Z||pool-2-thread-3|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error' 2021-05-05T01:28:10.783Z||pool-2-thread-3|||||DEBUG|500||received message from topic 2021-05-05T01:28:10.783Z||pool-2-thread-3|||||DEBUG|500||recieved notification from broker: { "distributionID": "f5779424-7153-46c3-aba1-244c2c089976", "consumerID": "aai-ml", "timestamp": 1620177917262, "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/base_dummy.yaml", "status": "NOT_NOTIFIED" } 2021-05-05T01:28:10.783Z||pool-2-thread-3|||||INFO|500||Missing status on Status Object. 2021-05-05T01:28:10.783Z||pool-2-thread-3|||||DEBUG|500||received message from topic 2021-05-05T01:28:10.783Z||pool-2-thread-3|||||DEBUG|500||recieved notification from broker: { "distributionID": "f5779424-7153-46c3-aba1-244c2c089976", "consumerID": "policy-id", "timestamp": 1620177921906, "artifactURL": "", "status": "COMPONENT_DONE_OK", "componentName": "POLICY" } Hibernate: select watchdogdi0_.DISTRIBUTION_ID as distribu1_11_0_, watchdogdi0_.CREATE_TIME as create_t2_11_0_, watchdogdi0_.DISTRIBUTION_ID_STATUS as distribu3_11_0_, watchdogdi0_.MODIFY_TIME as modify_t4_11_0_, watchdogdi0_.LOCK_VERSION as lock_ver5_11_0_ from watchdog_distributionid_status watchdogdi0_ where watchdogdi0_.DISTRIBUTION_ID=? 2021-05-05T01:28:10.786Z||pool-2-thread-3|||||DEBUG|500||Receive a callback componentStatus in ASDC, for componentName: POLICY and status of COMPONENT_DONE_OK distributionID of f5779424-7153-46c3-aba1-244c2c089976 2021-05-05T01:28:10.786Z||pool-2-thread-3|||||DEBUG|500||Entering installTheComponentStatus for distributionId f5779424-7153-46c3-aba1-244c2c089976 and ComponentName POLICY Hibernate: select watchdogco0_.COMPONENT_NAME as componen1_12_0_, watchdogco0_.DISTRIBUTION_ID as distribu2_12_0_, watchdogco0_.COMPONENT_DISTRIBUTION_STATUS as componen3_12_0_, watchdogco0_.CREATE_TIME as create_t4_12_0_, watchdogco0_.MODIFY_TIME as modify_t5_12_0_ from watchdog_per_component_distribution_status watchdogco0_ where watchdogco0_.COMPONENT_NAME=? and watchdogco0_.DISTRIBUTION_ID=? Hibernate: insert into watchdog_per_component_distribution_status (COMPONENT_DISTRIBUTION_STATUS, CREATE_TIME, MODIFY_TIME, COMPONENT_NAME, DISTRIBUTION_ID) values (?, ?, ?, ?, ?) 2021-05-05T01:28:10.793Z||pool-2-thread-3|||||DEBUG|500||received message from topic 2021-05-05T01:28:10.793Z||pool-2-thread-3|||||DEBUG|500||recieved notification from broker: { "distributionID": "f5779424-7153-46c3-aba1-244c2c089976", "consumerID": "clamp", "timestamp": 1620177914364, "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/artifacts/service-BasicCnf-template.yml", "status": "NOT_NOTIFIED" } 2021-05-05T01:28:10.793Z||pool-2-thread-3|||||INFO|500||Missing status on Status Object. 2021-05-05T01:28:10.793Z||pool-2-thread-3|||||DEBUG|500||received message from topic 2021-05-05T01:28:10.793Z||pool-2-thread-3|||||DEBUG|500||recieved notification from broker: { "distributionID": "f5779424-7153-46c3-aba1-244c2c089976", "consumerID": "ves-openapi-manager", "timestamp": 1620177914784, "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/artifacts/service-BasicCnf-template.yml", "status": "NOT_NOTIFIED" } 2021-05-05T01:28:10.793Z||pool-2-thread-3|||||INFO|500||Missing status on Status Object. 2021-05-05T01:28:10.793Z||pool-2-thread-3|||||DEBUG|500||received message from topic 2021-05-05T01:28:10.793Z||pool-2-thread-3|||||DEBUG|500||recieved notification from broker: { "distributionID": "f5779424-7153-46c3-aba1-244c2c089976", "consumerID": "multicloud-k8s-id", "timestamp": 1620177922653, "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/basic_cnf0_modules.json", "status": "DOWNLOAD_OK" } 2021-05-05T01:28:10.793Z||pool-2-thread-3|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error' 2021-05-05T01:28:10.793Z||pool-2-thread-3|||||DEBUG|500||received message from topic 2021-05-05T01:28:10.794Z||pool-2-thread-3|||||DEBUG|500||recieved notification from broker: { "distributionID": "f5779424-7153-46c3-aba1-244c2c089976", "consumerID": "sdc-COpenSource-Env11-sdnc-dockero", "timestamp": 1620177922667, "artifactURL": "", "status": "COMPONENT_DONE_OK", "componentName": "SDNC" } Hibernate: select watchdogdi0_.DISTRIBUTION_ID as distribu1_11_0_, watchdogdi0_.CREATE_TIME as create_t2_11_0_, watchdogdi0_.DISTRIBUTION_ID_STATUS as distribu3_11_0_, watchdogdi0_.MODIFY_TIME as modify_t4_11_0_, watchdogdi0_.LOCK_VERSION as lock_ver5_11_0_ from watchdog_distributionid_status watchdogdi0_ where watchdogdi0_.DISTRIBUTION_ID=? 2021-05-05T01:28:10.797Z||pool-2-thread-3|||||DEBUG|500||Receive a callback componentStatus in ASDC, for componentName: SDNC and status of COMPONENT_DONE_OK distributionID of f5779424-7153-46c3-aba1-244c2c089976 2021-05-05T01:28:10.797Z||pool-2-thread-3|||||DEBUG|500||Entering installTheComponentStatus for distributionId f5779424-7153-46c3-aba1-244c2c089976 and ComponentName SDNC Hibernate: select watchdogco0_.COMPONENT_NAME as componen1_12_0_, watchdogco0_.DISTRIBUTION_ID as distribu2_12_0_, watchdogco0_.COMPONENT_DISTRIBUTION_STATUS as componen3_12_0_, watchdogco0_.CREATE_TIME as create_t4_12_0_, watchdogco0_.MODIFY_TIME as modify_t5_12_0_ from watchdog_per_component_distribution_status watchdogco0_ where watchdogco0_.COMPONENT_NAME=? and watchdogco0_.DISTRIBUTION_ID=? Hibernate: insert into watchdog_per_component_distribution_status (COMPONENT_DISTRIBUTION_STATUS, CREATE_TIME, MODIFY_TIME, COMPONENT_NAME, DISTRIBUTION_ID) values (?, ?, ?, ?, ?) 2021-05-05T01:28:10.804Z||pool-2-thread-3|||||DEBUG|500||received message from topic 2021-05-05T01:28:10.804Z||pool-2-thread-3|||||DEBUG|500||recieved notification from broker: { "distributionID": "f5779424-7153-46c3-aba1-244c2c089976", "consumerID": "multicloud-starlingx-id", "timestamp": 1620177922765, "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/base_dummy.yaml", "status": "DOWNLOAD_OK" } 2021-05-05T01:28:10.804Z||pool-2-thread-3|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error' 2021-05-05T01:28:10.804Z||pool-2-thread-3|||||DEBUG|500||received message from topic 2021-05-05T01:28:10.804Z||pool-2-thread-3|||||DEBUG|500||recieved notification from broker: { "distributionID": "f5779424-7153-46c3-aba1-244c2c089976", "consumerID": "aai-ml", "timestamp": 1620177917262, "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/vendor-license-model.xml", "status": "NOT_NOTIFIED" } 2021-05-05T01:28:10.804Z||pool-2-thread-3|||||INFO|500||Missing status on Status Object. 2021-05-05T01:28:10.805Z||pool-2-thread-3|||||DEBUG|500||received message from topic 2021-05-05T01:28:10.805Z||pool-2-thread-3|||||DEBUG|500||recieved notification from broker: { "distributionID": "f5779424-7153-46c3-aba1-244c2c089976", "consumerID": "multicloud-windriver-id", "timestamp": 1620177922964, "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/base_dummy.yaml", "status": "DOWNLOAD_OK" } 2021-05-05T01:28:10.805Z||pool-2-thread-3|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error' 2021-05-05T01:28:10.805Z||pool-2-thread-3|||||DEBUG|500||received message from topic 2021-05-05T01:28:10.805Z||pool-2-thread-3|||||DEBUG|500||recieved notification from broker: { "distributionID": "f5779424-7153-46c3-aba1-244c2c089976", "consumerID": "clamp", "timestamp": 1620177914364, "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/artifacts/service-BasicCnf-csar.csar", "status": "NOTIFIED" } 2021-05-05T01:28:10.805Z||pool-2-thread-3|||||INFO|500||Missing status on Status Object. 2021-05-05T01:28:10.805Z||pool-2-thread-3|||||DEBUG|500||received message from topic 2021-05-05T01:28:10.805Z||pool-2-thread-3|||||DEBUG|500||recieved notification from broker: { "distributionID": "f5779424-7153-46c3-aba1-244c2c089976", "consumerID": "ves-openapi-manager", "timestamp": 1620177914784, "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/artifacts/service-BasicCnf-csar.csar", "status": "NOT_NOTIFIED" } 2021-05-05T01:28:10.806Z||pool-2-thread-3|||||INFO|500||Missing status on Status Object. 2021-05-05T01:28:10.806Z||pool-2-thread-3|||||DEBUG|500||received message from topic 2021-05-05T01:28:10.806Z||pool-2-thread-3|||||DEBUG|500||recieved notification from broker: { "distributionID": "f5779424-7153-46c3-aba1-244c2c089976", "consumerID": "aai-ml", "timestamp": 1620177917262, "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/base_dummy.env", "status": "NOT_NOTIFIED" } 2021-05-05T01:28:10.806Z||pool-2-thread-3|||||INFO|500||Missing status on Status Object. 2021-05-05T01:28:10.806Z||pool-2-thread-3|||||DEBUG|500||received message from topic 2021-05-05T01:28:10.806Z||pool-2-thread-3|||||DEBUG|500||recieved notification from broker: { "distributionID": "f5779424-7153-46c3-aba1-244c2c089976", "consumerID": "multicloud-k8s-id", "timestamp": 1620177924455, "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/nginx_cloudtech_k8s_charts.tgz", "status": "DOWNLOAD_OK" } 2021-05-05T01:28:10.806Z||pool-2-thread-3|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error' 2021-05-05T01:28:10.806Z||pool-2-thread-3|||||DEBUG|500||received message from topic 2021-05-05T01:28:10.806Z||pool-2-thread-3|||||DEBUG|500||recieved notification from broker: { "distributionID": "f5779424-7153-46c3-aba1-244c2c089976", "consumerID": "multicloud-starlingx-id", "timestamp": 1620177924655, "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/base_dummy.env", "status": "DOWNLOAD_OK" } 2021-05-05T01:28:10.806Z||pool-2-thread-3|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error' 2021-05-05T01:28:10.807Z||pool-2-thread-3|||||DEBUG|500||received message from topic 2021-05-05T01:28:10.807Z||pool-2-thread-3|||||DEBUG|500||recieved notification from broker: { "distributionID": "f5779424-7153-46c3-aba1-244c2c089976", "consumerID": "multicloud-windriver-id", "timestamp": 1620177924749, "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/base_dummy.env", "status": "DOWNLOAD_OK" } 2021-05-05T01:28:10.807Z||pool-2-thread-3|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error' 2021-05-05T01:28:10.807Z||pool-2-thread-3|||||DEBUG|500||received message from topic 2021-05-05T01:28:10.807Z||pool-2-thread-3|||||DEBUG|500||recieved notification from broker: { "distributionID": "f5779424-7153-46c3-aba1-244c2c089976", "consumerID": "aai-ml", "timestamp": 1620177917262, "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/artifacts/service-BasicCnf-template.yml", "status": "NOT_NOTIFIED" } 2021-05-05T01:28:10.807Z||pool-2-thread-3|||||INFO|500||Missing status on Status Object. 2021-05-05T01:28:10.807Z||pool-2-thread-3|||||DEBUG|500||received message from topic 2021-05-05T01:28:10.807Z||pool-2-thread-3|||||DEBUG|500||recieved notification from broker: { "distributionID": "f5779424-7153-46c3-aba1-244c2c089976", "consumerID": "multicloud-starlingx-id", "timestamp": 1620177925659, "artifactURL": "", "status": "COMPONENT_DONE_OK", "componentName": "POLICY" } Hibernate: select watchdogdi0_.DISTRIBUTION_ID as distribu1_11_0_, watchdogdi0_.CREATE_TIME as create_t2_11_0_, watchdogdi0_.DISTRIBUTION_ID_STATUS as distribu3_11_0_, watchdogdi0_.MODIFY_TIME as modify_t4_11_0_, watchdogdi0_.LOCK_VERSION as lock_ver5_11_0_ from watchdog_distributionid_status watchdogdi0_ where watchdogdi0_.DISTRIBUTION_ID=? 2021-05-05T01:28:10.811Z||pool-2-thread-3|||||DEBUG|500||Receive a callback componentStatus in ASDC, for componentName: POLICY and status of COMPONENT_DONE_OK distributionID of f5779424-7153-46c3-aba1-244c2c089976 2021-05-05T01:28:10.811Z||pool-2-thread-3|||||DEBUG|500||Entering installTheComponentStatus for distributionId f5779424-7153-46c3-aba1-244c2c089976 and ComponentName POLICY Hibernate: select watchdogco0_.COMPONENT_NAME as componen1_12_0_, watchdogco0_.DISTRIBUTION_ID as distribu2_12_0_, watchdogco0_.COMPONENT_DISTRIBUTION_STATUS as componen3_12_0_, watchdogco0_.CREATE_TIME as create_t4_12_0_, watchdogco0_.MODIFY_TIME as modify_t5_12_0_ from watchdog_per_component_distribution_status watchdogco0_ where watchdogco0_.COMPONENT_NAME=? and watchdogco0_.DISTRIBUTION_ID=? Hibernate: update watchdog_per_component_distribution_status set COMPONENT_DISTRIBUTION_STATUS=?, MODIFY_TIME=? where COMPONENT_NAME=? and DISTRIBUTION_ID=? 2021-05-05T01:28:10.817Z||pool-2-thread-3|||||DEBUG|500||received message from topic 2021-05-05T01:28:10.817Z||pool-2-thread-3|||||DEBUG|500||recieved notification from broker: { "distributionID": "f5779424-7153-46c3-aba1-244c2c089976", "consumerID": "multicloud-windriver-id", "timestamp": 1620177925755, "artifactURL": "", "status": "COMPONENT_DONE_OK", "componentName": "POLICY" } Hibernate: select watchdogdi0_.DISTRIBUTION_ID as distribu1_11_0_, watchdogdi0_.CREATE_TIME as create_t2_11_0_, watchdogdi0_.DISTRIBUTION_ID_STATUS as distribu3_11_0_, watchdogdi0_.MODIFY_TIME as modify_t4_11_0_, watchdogdi0_.LOCK_VERSION as lock_ver5_11_0_ from watchdog_distributionid_status watchdogdi0_ where watchdogdi0_.DISTRIBUTION_ID=? 2021-05-05T01:28:10.821Z||pool-2-thread-3|||||DEBUG|500||Receive a callback componentStatus in ASDC, for componentName: POLICY and status of COMPONENT_DONE_OK distributionID of f5779424-7153-46c3-aba1-244c2c089976 2021-05-05T01:28:10.822Z||pool-2-thread-3|||||DEBUG|500||Entering installTheComponentStatus for distributionId f5779424-7153-46c3-aba1-244c2c089976 and ComponentName POLICY Hibernate: select watchdogco0_.COMPONENT_NAME as componen1_12_0_, watchdogco0_.DISTRIBUTION_ID as distribu2_12_0_, watchdogco0_.COMPONENT_DISTRIBUTION_STATUS as componen3_12_0_, watchdogco0_.CREATE_TIME as create_t4_12_0_, watchdogco0_.MODIFY_TIME as modify_t5_12_0_ from watchdog_per_component_distribution_status watchdogco0_ where watchdogco0_.COMPONENT_NAME=? and watchdogco0_.DISTRIBUTION_ID=? Hibernate: update watchdog_per_component_distribution_status set COMPONENT_DISTRIBUTION_STATUS=?, MODIFY_TIME=? where COMPONENT_NAME=? and DISTRIBUTION_ID=? 2021-05-05T01:28:10.827Z||pool-2-thread-3|||||DEBUG|500||received message from topic 2021-05-05T01:28:10.827Z||pool-2-thread-3|||||DEBUG|500||recieved notification from broker: { "distributionID": "f5779424-7153-46c3-aba1-244c2c089976", "consumerID": "aai-ml", "timestamp": 1620177917262, "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/artifacts/service-BasicCnf-csar.csar", "status": "NOTIFIED" } 2021-05-05T01:28:10.827Z||pool-2-thread-3|||||INFO|500||Missing status on Status Object. 2021-05-05T01:28:10.827Z||pool-2-thread-3|||||DEBUG|500||received message from topic 2021-05-05T01:28:10.828Z||pool-2-thread-3|||||DEBUG|500||recieved notification from broker: { "distributionID": "f5779424-7153-46c3-aba1-244c2c089976", "consumerID": "multicloud-k8s-id", "timestamp": 1620177926261, "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/base_dummy.yaml", "status": "DOWNLOAD_OK" } 2021-05-05T01:28:10.828Z||pool-2-thread-3|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error' 2021-05-05T01:28:10.828Z||pool-2-thread-3|||||DEBUG|500||received message from topic 2021-05-05T01:28:10.828Z||pool-2-thread-3|||||DEBUG|500||recieved notification from broker: { "distributionID": "f5779424-7153-46c3-aba1-244c2c089976", "consumerID": "multicloud-starlingx-id", "timestamp": 1620177926663, "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/basic_cnf0_modules.json", "status": "DEPLOY_OK" } 2021-05-05T01:28:10.828Z||pool-2-thread-3|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error' 2021-05-05T01:28:10.828Z||pool-2-thread-3|||||DEBUG|500||received message from topic 2021-05-05T01:28:10.828Z||pool-2-thread-3|||||DEBUG|500||recieved notification from broker: { "distributionID": "f5779424-7153-46c3-aba1-244c2c089976", "consumerID": "multicloud-windriver-id", "timestamp": 1620177926757, "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/basic_cnf0_modules.json", "status": "DEPLOY_OK" } 2021-05-05T01:28:10.828Z||pool-2-thread-3|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error' 2021-05-05T01:28:10.828Z||pool-2-thread-3|||||DEBUG|500||received message from topic 2021-05-05T01:28:10.828Z||pool-2-thread-3|||||DEBUG|500||recieved notification from broker: { "distributionID": "f5779424-7153-46c3-aba1-244c2c089976", "consumerID": "aai-ml", "timestamp": 1620177927392, "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/artifacts/service-BasicCnf-csar.csar", "status": "DOWNLOAD_OK" } 2021-05-05T01:28:10.828Z||pool-2-thread-3|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error' 2021-05-05T01:28:10.828Z||pool-2-thread-3|||||DEBUG|500||received message from topic 2021-05-05T01:28:10.829Z||pool-2-thread-3|||||DEBUG|500||recieved notification from broker: { "distributionID": "f5779424-7153-46c3-aba1-244c2c089976", "consumerID": "multicloud-k8s-id", "timestamp": 1620177927668, "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/base_dummy.env", "status": "DOWNLOAD_OK" } 2021-05-05T01:28:10.829Z||pool-2-thread-3|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error' 2021-05-05T01:28:10.829Z||pool-2-thread-3|||||DEBUG|500||received message from topic 2021-05-05T01:28:10.829Z||pool-2-thread-3|||||DEBUG|500||recieved notification from broker: { "distributionID": "f5779424-7153-46c3-aba1-244c2c089976", "consumerID": "clamp", "timestamp": 1620177927782, "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/artifacts/service-BasicCnf-csar.csar", "status": "DOWNLOAD_OK" } 2021-05-05T01:28:10.829Z||pool-2-thread-3|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error' 2021-05-05T01:28:10.829Z||pool-2-thread-3|||||DEBUG|500||received message from topic 2021-05-05T01:28:10.829Z||pool-2-thread-3|||||DEBUG|500||recieved notification from broker: { "distributionID": "f5779424-7153-46c3-aba1-244c2c089976", "consumerID": "multicloud-k8s-id", "timestamp": 1620177928703, "artifactURL": "", "status": "COMPONENT_DONE_OK", "componentName": "POLICY" } Hibernate: select watchdogdi0_.DISTRIBUTION_ID as distribu1_11_0_, watchdogdi0_.CREATE_TIME as create_t2_11_0_, watchdogdi0_.DISTRIBUTION_ID_STATUS as distribu3_11_0_, watchdogdi0_.MODIFY_TIME as modify_t4_11_0_, watchdogdi0_.LOCK_VERSION as lock_ver5_11_0_ from watchdog_distributionid_status watchdogdi0_ where watchdogdi0_.DISTRIBUTION_ID=? 2021-05-05T01:28:10.833Z||pool-2-thread-3|||||DEBUG|500||Receive a callback componentStatus in ASDC, for componentName: POLICY and status of COMPONENT_DONE_OK distributionID of f5779424-7153-46c3-aba1-244c2c089976 2021-05-05T01:28:10.833Z||pool-2-thread-3|||||DEBUG|500||Entering installTheComponentStatus for distributionId f5779424-7153-46c3-aba1-244c2c089976 and ComponentName POLICY Hibernate: select watchdogco0_.COMPONENT_NAME as componen1_12_0_, watchdogco0_.DISTRIBUTION_ID as distribu2_12_0_, watchdogco0_.COMPONENT_DISTRIBUTION_STATUS as componen3_12_0_, watchdogco0_.CREATE_TIME as create_t4_12_0_, watchdogco0_.MODIFY_TIME as modify_t5_12_0_ from watchdog_per_component_distribution_status watchdogco0_ where watchdogco0_.COMPONENT_NAME=? and watchdogco0_.DISTRIBUTION_ID=? Hibernate: update watchdog_per_component_distribution_status set COMPONENT_DISTRIBUTION_STATUS=?, MODIFY_TIME=? where COMPONENT_NAME=? and DISTRIBUTION_ID=? 2021-05-05T01:28:10.838Z||pool-2-thread-3|||||DEBUG|500||received message from topic 2021-05-05T01:28:10.838Z||pool-2-thread-3|||||DEBUG|500||recieved notification from broker: { "distributionID": "f5779424-7153-46c3-aba1-244c2c089976", "consumerID": "clamp", "timestamp": 1620177928797, "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/artifacts/service-BasicCnf-csar.csar", "status": "DEPLOY_OK" } 2021-05-05T01:28:10.838Z||pool-2-thread-3|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error' 2021-05-05T01:28:10.838Z||pool-2-thread-3|||||DEBUG|500||received message from topic 2021-05-05T01:28:10.838Z||pool-2-thread-3|||||DEBUG|500||recieved notification from broker: { "distributionID": "f5779424-7153-46c3-aba1-244c2c089976", "consumerID": "multicloud-k8s-id", "timestamp": 1620177929706, "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/basic_cnf0_modules.json", "status": "DEPLOY_OK" } 2021-05-05T01:28:10.838Z||pool-2-thread-3|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error' 2021-05-05T01:28:10.839Z||pool-2-thread-3|||||DEBUG|500||received message from topic 2021-05-05T01:28:10.839Z||pool-2-thread-3|||||DEBUG|500||recieved notification from broker: { "distributionID": "f5779424-7153-46c3-aba1-244c2c089976", "consumerID": "clamp", "timestamp": 1620177929799, "artifactURL": "", "status": "COMPONENT_DONE_OK", "componentName": "clamp" } Hibernate: select watchdogdi0_.DISTRIBUTION_ID as distribu1_11_0_, watchdogdi0_.CREATE_TIME as create_t2_11_0_, watchdogdi0_.DISTRIBUTION_ID_STATUS as distribu3_11_0_, watchdogdi0_.MODIFY_TIME as modify_t4_11_0_, watchdogdi0_.LOCK_VERSION as lock_ver5_11_0_ from watchdog_distributionid_status watchdogdi0_ where watchdogdi0_.DISTRIBUTION_ID=? 2021-05-05T01:28:10.842Z||pool-2-thread-3|||||DEBUG|500||Receive a callback componentStatus in ASDC, for componentName: clamp and status of COMPONENT_DONE_OK distributionID of f5779424-7153-46c3-aba1-244c2c089976 2021-05-05T01:28:10.842Z||pool-2-thread-3|||||DEBUG|500||Entering installTheComponentStatus for distributionId f5779424-7153-46c3-aba1-244c2c089976 and ComponentName clamp Hibernate: select watchdogco0_.COMPONENT_NAME as componen1_12_0_, watchdogco0_.DISTRIBUTION_ID as distribu2_12_0_, watchdogco0_.COMPONENT_DISTRIBUTION_STATUS as componen3_12_0_, watchdogco0_.CREATE_TIME as create_t4_12_0_, watchdogco0_.MODIFY_TIME as modify_t5_12_0_ from watchdog_per_component_distribution_status watchdogco0_ where watchdogco0_.COMPONENT_NAME=? and watchdogco0_.DISTRIBUTION_ID=? Hibernate: insert into watchdog_per_component_distribution_status (COMPONENT_DISTRIBUTION_STATUS, CREATE_TIME, MODIFY_TIME, COMPONENT_NAME, DISTRIBUTION_ID) values (?, ?, ?, ?, ?) 2021-05-05T01:28:10.848Z||pool-2-thread-3|||||DEBUG|500||received message from topic 2021-05-05T01:28:10.848Z||pool-2-thread-3|||||DEBUG|500||recieved notification from broker: { "distributionID": "f5779424-7153-46c3-aba1-244c2c089976", "consumerID": "aai-ml", "timestamp": 1620177934698, "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/artifacts/service-BasicCnf-csar.csar", "status": "DEPLOY_OK" } 2021-05-05T01:28:10.848Z||pool-2-thread-3|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error' 2021-05-05T01:28:10.849Z||pool-2-thread-3|||||DEBUG|500||received message from topic 2021-05-05T01:28:10.849Z||pool-2-thread-3|||||DEBUG|500||recieved notification from broker: { "distributionID": "f5779424-7153-46c3-aba1-244c2c089976", "consumerID": "aai-ml", "timestamp": 1620177935700, "artifactURL": "", "status": "COMPONENT_DONE_OK", "componentName": "AAI" } Hibernate: select watchdogdi0_.DISTRIBUTION_ID as distribu1_11_0_, watchdogdi0_.CREATE_TIME as create_t2_11_0_, watchdogdi0_.DISTRIBUTION_ID_STATUS as distribu3_11_0_, watchdogdi0_.MODIFY_TIME as modify_t4_11_0_, watchdogdi0_.LOCK_VERSION as lock_ver5_11_0_ from watchdog_distributionid_status watchdogdi0_ where watchdogdi0_.DISTRIBUTION_ID=? 2021-05-05T01:28:10.852Z||pool-2-thread-3|||||DEBUG|500||Receive a callback componentStatus in ASDC, for componentName: AAI and status of COMPONENT_DONE_OK distributionID of f5779424-7153-46c3-aba1-244c2c089976 2021-05-05T01:28:10.852Z||pool-2-thread-3|||||DEBUG|500||Entering installTheComponentStatus for distributionId f5779424-7153-46c3-aba1-244c2c089976 and ComponentName AAI Hibernate: select watchdogco0_.COMPONENT_NAME as componen1_12_0_, watchdogco0_.DISTRIBUTION_ID as distribu2_12_0_, watchdogco0_.COMPONENT_DISTRIBUTION_STATUS as componen3_12_0_, watchdogco0_.CREATE_TIME as create_t4_12_0_, watchdogco0_.MODIFY_TIME as modify_t5_12_0_ from watchdog_per_component_distribution_status watchdogco0_ where watchdogco0_.COMPONENT_NAME=? and watchdogco0_.DISTRIBUTION_ID=? Hibernate: insert into watchdog_per_component_distribution_status (COMPONENT_DISTRIBUTION_STATUS, CREATE_TIME, MODIFY_TIME, COMPONENT_NAME, DISTRIBUTION_ID) values (?, ?, ?, ?, ?) 2021-05-05T01:28:10.859Z||pool-2-thread-3|||||DEBUG|500||received message from topic 2021-05-05T01:28:10.859Z||pool-2-thread-3|||||DEBUG|500||recieved notification from broker: { "distributionID": "59cbceaa-0d50-473f-9cea-665402966733", "consumerID": "SO-COpenSource-Env11", "timestamp": 1620177954187, "artifactURL": "", "status": "DISTRIBUTION_COMPLETE_OK" } 2021-05-05T01:28:10.859Z||pool-2-thread-3|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error' 2021-05-05T01:28:10.859Z||pool-2-thread-3|||||DEBUG|500||received message from topic 2021-05-05T01:28:10.859Z||pool-2-thread-3|||||DEBUG|500||recieved notification from broker: { "distributionID": "95a8e734-0ca5-474c-a417-07566a116d7e", "consumerID": "SO-COpenSource-Env11", "timestamp": 1620177731322, "artifactURL": "/sdc/v1/catalog/services/BasicVmMacro/1.0/resourceInstances/basic_vm_macro0/artifacts/vf-license-model.xml", "status": "NOT_NOTIFIED" } 2021-05-05T01:28:10.859Z||pool-2-thread-3|||||INFO|500||Missing status on Status Object. 2021-05-05T01:28:10.859Z||pool-2-thread-3|||||DEBUG|500||received message from topic 2021-05-05T01:28:10.860Z||pool-2-thread-3|||||DEBUG|500||recieved notification from broker: { "distributionID": "95a8e734-0ca5-474c-a417-07566a116d7e", "consumerID": "SO-COpenSource-Env11", "timestamp": 1620177731322, "artifactURL": "/sdc/v1/catalog/services/BasicVmMacro/1.0/resourceInstances/basic_vm_macro0/artifacts/basic_vm_macro0_modules.json", "status": "NOTIFIED" } 2021-05-05T01:28:10.860Z||pool-2-thread-3|||||INFO|500||Missing status on Status Object. 2021-05-05T01:28:10.860Z||pool-2-thread-3|||||DEBUG|500||received message from topic 2021-05-05T01:28:10.860Z||pool-2-thread-3|||||DEBUG|500||recieved notification from broker: { "distributionID": "95a8e734-0ca5-474c-a417-07566a116d7e", "consumerID": "SO-COpenSource-Env11", "timestamp": 1620177731322, "artifactURL": "/sdc/v1/catalog/services/BasicVmMacro/1.0/resourceInstances/basic_vm_macro0/artifacts/base_ubuntu20.yaml", "status": "NOTIFIED" } 2021-05-05T01:28:10.860Z||pool-2-thread-3|||||INFO|500||Missing status on Status Object. 2021-05-05T01:28:10.860Z||pool-2-thread-3|||||DEBUG|500||received message from topic 2021-05-05T01:28:10.860Z||pool-2-thread-3|||||DEBUG|500||recieved notification from broker: { "distributionID": "95a8e734-0ca5-474c-a417-07566a116d7e", "consumerID": "SO-COpenSource-Env11", "timestamp": 1620177731322, "artifactURL": "/sdc/v1/catalog/services/BasicVmMacro/1.0/resourceInstances/basic_vm_macro0/artifacts/vendor-license-model.xml", "status": "NOT_NOTIFIED" } 2021-05-05T01:28:10.861Z||pool-2-thread-3|||||INFO|500||Missing status on Status Object. 2021-05-05T01:28:10.861Z||pool-2-thread-3|||||DEBUG|500||received message from topic 2021-05-05T01:28:10.861Z||pool-2-thread-3|||||DEBUG|500||recieved notification from broker: { "distributionID": "95a8e734-0ca5-474c-a417-07566a116d7e", "consumerID": "SO-COpenSource-Env11", "timestamp": 1620177731322, "artifactURL": "/sdc/v1/catalog/services/BasicVmMacro/1.0/resourceInstances/basic_vm_macro0/artifacts/base_ubuntu20.env", "status": "NOTIFIED" } 2021-05-05T01:28:10.861Z||pool-2-thread-3|||||INFO|500||Missing status on Status Object. 2021-05-05T01:28:10.861Z||pool-2-thread-3|||||DEBUG|500||received message from topic 2021-05-05T01:28:10.861Z||pool-2-thread-3|||||DEBUG|500||recieved notification from broker: { "distributionID": "95a8e734-0ca5-474c-a417-07566a116d7e", "consumerID": "SO-COpenSource-Env11", "timestamp": 1620177731322, "artifactURL": "/sdc/v1/catalog/services/BasicVmMacro/1.0/resourceInstances/basic_vm_macro0/artifacts/BASIC_VM_enriched.zip", "status": "NOT_NOTIFIED" } 2021-05-05T01:28:10.861Z||pool-2-thread-3|||||INFO|500||Missing status on Status Object. 2021-05-05T01:28:10.862Z||pool-2-thread-3|||||DEBUG|500||received message from topic 2021-05-05T01:28:10.862Z||pool-2-thread-3|||||DEBUG|500||recieved notification from broker: { "distributionID": "95a8e734-0ca5-474c-a417-07566a116d7e", "consumerID": "SO-COpenSource-Env11", "timestamp": 1620177731322, "artifactURL": "/sdc/v1/catalog/services/BasicVmMacro/1.0/artifacts/service-BasicVmMacro-template.yml", "status": "NOT_NOTIFIED" } 2021-05-05T01:28:10.862Z||pool-2-thread-3|||||INFO|500||Missing status on Status Object. 2021-05-05T01:28:10.862Z||pool-2-thread-3|||||DEBUG|500||received message from topic 2021-05-05T01:28:10.862Z||pool-2-thread-3|||||DEBUG|500||recieved notification from broker: { "distributionID": "95a8e734-0ca5-474c-a417-07566a116d7e", "consumerID": "SO-COpenSource-Env11", "timestamp": 1620177731322, "artifactURL": "/sdc/v1/catalog/services/BasicVmMacro/1.0/artifacts/service-BasicVmMacro-csar.csar", "status": "NOTIFIED" } 2021-05-05T01:28:10.862Z||pool-2-thread-3|||||INFO|500||Missing status on Status Object. 2021-05-05T01:28:10.862Z||pool-2-thread-3|||||DEBUG|500||received message from topic 2021-05-05T01:28:10.862Z||pool-2-thread-3|||||DEBUG|500||recieved notification from broker: { "distributionID": "95a8e734-0ca5-474c-a417-07566a116d7e", "consumerID": "SO-COpenSource-Env11", "timestamp": 1620177964172, "artifactURL": "/sdc/v1/catalog/services/BasicVmMacro/1.0/artifacts/service-BasicVmMacro-csar.csar", "status": "DOWNLOAD_OK" } 2021-05-05T01:28:10.862Z||pool-2-thread-3|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error' 2021-05-05T01:28:10.863Z||pool-2-thread-3|||||DEBUG|500||received message from topic 2021-05-05T01:28:10.863Z||pool-2-thread-3|||||DEBUG|500||recieved notification from broker: { "distributionID": "95a8e734-0ca5-474c-a417-07566a116d7e", "consumerID": "SO-COpenSource-Env11", "timestamp": 1620177966661, "artifactURL": "/sdc/v1/catalog/services/BasicVmMacro/1.0/resourceInstances/basic_vm_macro0/artifacts/basic_vm_macro0_modules.json", "status": "DOWNLOAD_OK" } 2021-05-05T01:28:10.863Z||pool-2-thread-3|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error' 2021-05-05T01:28:10.863Z||pool-2-thread-3|||||DEBUG|500||received message from topic 2021-05-05T01:28:10.863Z||pool-2-thread-3|||||DEBUG|500||recieved notification from broker: { "distributionID": "95a8e734-0ca5-474c-a417-07566a116d7e", "consumerID": "SO-COpenSource-Env11", "timestamp": 1620177967824, "artifactURL": "/sdc/v1/catalog/services/BasicVmMacro/1.0/resourceInstances/basic_vm_macro0/artifacts/base_ubuntu20.yaml", "status": "DOWNLOAD_OK" } 2021-05-05T01:28:10.863Z||pool-2-thread-3|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error' 2021-05-05T01:28:10.863Z||pool-2-thread-3|||||DEBUG|500||received message from topic 2021-05-05T01:28:10.863Z||pool-2-thread-3|||||DEBUG|500||recieved notification from broker: { "distributionID": "95a8e734-0ca5-474c-a417-07566a116d7e", "consumerID": "SO-COpenSource-Env11", "timestamp": 1620177969311, "artifactURL": "/sdc/v1/catalog/services/BasicVmMacro/1.0/resourceInstances/basic_vm_macro0/artifacts/base_ubuntu20.env", "status": "DOWNLOAD_OK" } 2021-05-05T01:28:10.864Z||pool-2-thread-3|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error' 2021-05-05T01:28:10.864Z||pool-2-thread-3|||||DEBUG|500||received message from topic 2021-05-05T01:28:10.864Z||pool-2-thread-3|||||DEBUG|500||recieved notification from broker: { "distributionID": "95a8e734-0ca5-474c-a417-07566a116d7e", "consumerID": "SO-COpenSource-Env11", "timestamp": 1620177970454, "artifactURL": "/sdc/v1/catalog/services/BasicVmMacro/1.0/resourceInstances/basic_vm_macro0/artifacts/basic_vm_macro0_modules.json", "status": "DEPLOY_OK" } 2021-05-05T01:28:10.864Z||pool-2-thread-3|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error' 2021-05-05T01:28:15.062Z|f5779424-7153-46c3-aba1-244c2c089976|pool-2-thread-9|||||DEBUG|500||Entered getOverallDistributionStatus method for distrubutionId: f5779424-7153-46c3-aba1-244c2c089976 Hibernate: select watchdogdi0_.DISTRIBUTION_ID as distribu1_11_0_, watchdogdi0_.CREATE_TIME as create_t2_11_0_, watchdogdi0_.DISTRIBUTION_ID_STATUS as distribu3_11_0_, watchdogdi0_.MODIFY_TIME as modify_t4_11_0_, watchdogdi0_.LOCK_VERSION as lock_ver5_11_0_ from watchdog_distributionid_status watchdogdi0_ where watchdogdi0_.DISTRIBUTION_ID=? Hibernate: select watchdogco0_.COMPONENT_NAME as componen1_12_, watchdogco0_.DISTRIBUTION_ID as distribu2_12_, watchdogco0_.COMPONENT_DISTRIBUTION_STATUS as componen3_12_, watchdogco0_.CREATE_TIME as create_t4_12_, watchdogco0_.MODIFY_TIME as modify_t5_12_ from watchdog_per_component_distribution_status watchdogco0_ where watchdogco0_.DISTRIBUTION_ID=? 2021-05-05T01:28:15.070Z|f5779424-7153-46c3-aba1-244c2c089976|pool-2-thread-9|||||DEBUG|500||Executed RequestDB getWatchdogComponentDistributionStatus for distrubutionId: f5779424-7153-46c3-aba1-244c2c089976 Hibernate: select watchdogco0_.COMPONENT_NAME as componen1_12_, watchdogco0_.DISTRIBUTION_ID as distribu2_12_, watchdogco0_.COMPONENT_DISTRIBUTION_STATUS as componen3_12_, watchdogco0_.CREATE_TIME as create_t4_12_, watchdogco0_.MODIFY_TIME as modify_t5_12_ from watchdog_per_component_distribution_status watchdogco0_ where watchdogco0_.DISTRIBUTION_ID=? 2021-05-05T01:28:15.072Z|f5779424-7153-46c3-aba1-244c2c089976|pool-2-thread-9|||||DEBUG|500||Found componentName SO in the WatchDog Component DB 2021-05-05T01:28:15.073Z|f5779424-7153-46c3-aba1-244c2c089976|pool-2-thread-9|||||DEBUG|500||Found componentName AAI in the WatchDog Component DB 2021-05-05T01:28:15.073Z|f5779424-7153-46c3-aba1-244c2c089976|pool-2-thread-9|||||DEBUG|500||Found componentName SDNC in the WatchDog Component DB 2021-05-05T01:28:15.073Z|f5779424-7153-46c3-aba1-244c2c089976|pool-2-thread-9|||||DEBUG|500||Components Size matched with the WatchdogComponentDistributionStatus results. 2021-05-05T01:28:15.073Z|f5779424-7153-46c3-aba1-244c2c089976|pool-2-thread-9|||||DEBUG|500||Component status: COMPONENT_DONE_OK on componentName: 2021-05-05T01:28:15.073Z|f5779424-7153-46c3-aba1-244c2c089976|pool-2-thread-9|||||DEBUG|500||Component status: COMPONENT_DONE_OK on componentName: 2021-05-05T01:28:15.073Z|f5779424-7153-46c3-aba1-244c2c089976|pool-2-thread-9|||||DEBUG|500||Component status: COMPONENT_DONE_OK on componentName: 2021-05-05T01:28:15.073Z|f5779424-7153-46c3-aba1-244c2c089976|pool-2-thread-9|||||DEBUG|500||Component status: COMPONENT_DONE_OK on componentName: 2021-05-05T01:28:15.073Z|f5779424-7153-46c3-aba1-244c2c089976|pool-2-thread-9|||||DEBUG|500||Component status: COMPONENT_DONE_OK on componentName: 2021-05-05T01:28:15.074Z|f5779424-7153-46c3-aba1-244c2c089976|pool-2-thread-9|||||DEBUG|500||Component status: COMPONENT_DONE_OK on componentName: 2021-05-05T01:28:15.074Z|f5779424-7153-46c3-aba1-244c2c089976|pool-2-thread-9|||||DEBUG|500||Updating overall DistributionStatus to: SUCCESS for distributionId: Hibernate: select watchdogdi0_.DISTRIBUTION_ID as distribu1_11_0_, watchdogdi0_.CREATE_TIME as create_t2_11_0_, watchdogdi0_.DISTRIBUTION_ID_STATUS as distribu3_11_0_, watchdogdi0_.MODIFY_TIME as modify_t4_11_0_, watchdogdi0_.LOCK_VERSION as lock_ver5_11_0_ from watchdog_distributionid_status watchdogdi0_ where watchdogdi0_.DISTRIBUTION_ID=? 2021-05-05T01:28:15.078Z|f5779424-7153-46c3-aba1-244c2c089976|pool-2-thread-9|||||DEBUG|500||Exiting getOverallDistributionStatus method in WatchdogDistribution 2021-05-05T01:28:45.078Z|f5779424-7153-46c3-aba1-244c2c089976|pool-2-thread-9|||||DEBUG|500||Entered executePatchAAI method with distrubutionId: f5779424-7153-46c3-aba1-244c2c089976 and distributionStatus: Hibernate: select watchdogse0_.DISTRIBUTION_ID as distribu1_13_, watchdogse0_.SERVICE_MODEL_VERSION_ID as service_2_13_, watchdogse0_.CONSUMER_ID as consumer3_13_, watchdogse0_.CREATE_TIME as create_t4_13_, watchdogse0_.DISTRIBUTION_NOTIFICATION as distribu5_13_ from watchdog_service_mod_ver_id_lookup watchdogse0_ where watchdogse0_.DISTRIBUTION_ID=? 2021-05-05T01:28:45.084Z|f5779424-7153-46c3-aba1-244c2c089976|pool-2-thread-9|||||DEBUG|500||Executed RequestDB getWatchdogServiceModVerIdLookup with distributionId: f5779424-7153-46c3-aba1-244c2c089976 and serviceModelVersionId: 11905bbb-a71f-460f-87bb-00eac432b1b7 2021-05-05T01:28:45.084Z|f5779424-7153-46c3-aba1-244c2c089976|pool-2-thread-9|||||DEBUG|500||ASDC Notification ServiceModelInvariantUUID : c84a7b27-6b1d-4836-b35a-d5c36a30498e 2021-05-05T01:28:45.084Z|f5779424-7153-46c3-aba1-244c2c089976|pool-2-thread-9|||||DEBUG|500||Target A&AI Resource URI: /service-design-and-creation/models/model/c84a7b27-6b1d-4836-b35a-d5c36a30498e/model-vers/model-ver/11905bbb-a71f-460f-87bb-00eac432b1b7?depth=0 2021-05-05T01:28:45.089Z|f5779424-7153-46c3-aba1-244c2c089976|pool-2-thread-9|||||INFO|500||RestClientSSL using default SSL context! 2021-05-05T01:28:45.115Z|f5779424-7153-46c3-aba1-244c2c089976|pool-2-thread-9|||AAI|https://aai.onap:8443/aai/v23/service-design-and-creation/models/model/c84a7b27-6b1d-4836-b35a-d5c36a30498e/model-vers/model-ver/11905bbb-a71f-460f-87bb-00eac432b1b7?depth=0|INFO|500||Invoke 2021-05-05T01:28:45.116Z|f5779424-7153-46c3-aba1-244c2c089976|pool-2-thread-9|||AAI|https://aai.onap:8443/aai/v23/service-design-and-creation/models/model/c84a7b27-6b1d-4836-b35a-d5c36a30498e/model-vers/model-ver/11905bbb-a71f-460f-87bb-00eac432b1b7?depth=0|DEBUG|500||Sending HTTP POST (overridden to PATCH) to:https://aai.onap:8443/aai/v23/service-design-and-creation/models/model/c84a7b27-6b1d-4836-b35a-d5c36a30498e/model-vers/model-ver/11905bbb-a71f-460f-87bb-00eac432b1b7?depth=0 with request headers:{Authorization=[***REDACTED***], X-RequestID=[f5779424-7153-46c3-aba1-244c2c089976], X-FromAppId=[MSO], X-ONAP-PartnerName=[UNKNOWN], X-HTTP-Method-Override=[PATCH], Accept=[application/json], X-InvocationID=[34265860-35e5-4afe-82bf-ba47ba79f091], X-ECOMP-RequestID=[f5779424-7153-46c3-aba1-244c2c089976], X-TransactionId=[], X-ONAP-RequestID=[f5779424-7153-46c3-aba1-244c2c089976], Content-Type=[application/merge-patch+json]} 2021-05-05T01:28:45.151Z|f5779424-7153-46c3-aba1-244c2c089976|pool-2-thread-9|||AAI|https://aai.onap:8443/aai/v23/service-design-and-creation/models/model/c84a7b27-6b1d-4836-b35a-d5c36a30498e/model-vers/model-ver/11905bbb-a71f-460f-87bb-00eac432b1b7?depth=0|DEBUG|500||{"distribution-status":"DISTRIBUTION_COMPLETE_OK"} 2021-05-05T01:28:45.289Z|f5779424-7153-46c3-aba1-244c2c089976|pool-2-thread-9|||AAI|https://aai.onap:8443/aai/v23/service-design-and-creation/models/model/c84a7b27-6b1d-4836-b35a-d5c36a30498e/model-vers/model-ver/11905bbb-a71f-460f-87bb-00eac432b1b7?depth=0|DEBUG|500||Response from method:POST (overridden to PATCH) performed on uri:https://aai.onap:8443/aai/v23/service-design-and-creation/models/model/c84a7b27-6b1d-4836-b35a-d5c36a30498e/model-vers/model-ver/11905bbb-a71f-460f-87bb-00eac432b1b7?depth=0 has http status code:200 and response headers:{Strict-Transport-Security=[max-age=16000000; includeSubDomains; preload;], X-AAI-TXID=[0-aai-resources-210505-01:28:45:156-34176], vertex-id=[254096], Content-Length=[0], Date=[Wed, 05 May 2021 01:28:45 GMT], Content-Type=[application/json]} 2021-05-05T01:28:45.290Z|f5779424-7153-46c3-aba1-244c2c089976|pool-2-thread-9|||AAI|https://aai.onap:8443/aai/v23/service-design-and-creation/models/model/c84a7b27-6b1d-4836-b35a-d5c36a30498e/model-vers/model-ver/11905bbb-a71f-460f-87bb-00eac432b1b7?depth=0|DEBUG|500||Response was returned with an empty entity. 2021-05-05T01:28:45.290Z|f5779424-7153-46c3-aba1-244c2c089976|pool-2-thread-9|||AAI|https://aai.onap:8443/aai/v23/service-design-and-creation/models/model/c84a7b27-6b1d-4836-b35a-d5c36a30498e/model-vers/model-ver/11905bbb-a71f-460f-87bb-00eac432b1b7?depth=0|INFO|500||InvokeReturn 2021-05-05T01:28:45.290Z|f5779424-7153-46c3-aba1-244c2c089976|pool-2-thread-9|||||DEBUG|500||A&AI UPDATE MODEL Version is success! 2021-05-05T01:28:45.291Z|f5779424-7153-46c3-aba1-244c2c089976|pool-2-thread-9|||||DEBUG|500||A&AI Updated succefully with Distribution Status! Hibernate: select service0_.MODEL_UUID as model_uu1_49_, service0_.CDS_BLUEPRINT_NAME as cds_blue2_49_, service0_.CDS_BLUEPRINT_VERSION as cds_blue3_49_, service0_.SERVICE_CATEGORY as service_4_49_, service0_.CONTROLLER_ACTOR as controll5_49_, service0_.CREATION_TIMESTAMP as creation6_49_, service0_.TOSCA_CSAR_ARTIFACT_UUID as tosca_c21_49_, service0_.DESCRIPTION as descript7_49_, service0_.OVERALL_DISTRIBUTION_STATUS as overall_8_49_, service0_.ENVIRONMENT_CONTEXT as environm9_49_, service0_.MODEL_INVARIANT_UUID as model_i10_49_, service0_.MODEL_NAME as model_n11_49_, service0_.MODEL_VERSION as model_v12_49_, service0_.NAMING_POLICY as naming_13_49_, service0_.ONAP_GENERATED_NAMING as onap_ge14_49_, service0_.RESOURCE_ORDER as resourc15_49_, service0_.SERVICE_FUNCTION as service16_49_, service0_.SERVICE_ROLE as service17_49_, service0_.SERVICE_TYPE as service18_49_, service0_.SKIP_POST_INSTANTIATION_CONFIGURATION as skip_po19_49_, service0_.WORKLOAD_CONTEXT as workloa20_49_ from service service0_ where service0_.MODEL_UUID=? 2021-05-05T01:28:45.294Z|f5779424-7153-46c3-aba1-244c2c089976|pool-2-thread-9|||||ERROR|500||Error updating CatalogDBStatus java.lang.NullPointerException: null at org.onap.so.asdc.tenantIsolation.WatchdogDistribution.updateCatalogDBStatus(WatchdogDistribution.java:206) at org.onap.so.asdc.client.ASDCController.treatNotification(ASDCController.java:690) at org.onap.so.asdc.client.ASDCNotificationCallBack.activateCallback(ASDCNotificationCallBack.java:52) at org.onap.sdc.impl.NotificationConsumer.run(NotificationConsumer.java:71) at java.base/java.util.concurrent.Executors$RunnableAdapter.call(Unknown Source) at java.base/java.util.concurrent.FutureTask.runAndReset(Unknown Source) at java.base/java.util.concurrent.ScheduledThreadPoolExecutor$ScheduledFutureTask.run(Unknown Source) at java.base/java.util.concurrent.ThreadPoolExecutor.runWorker(Unknown Source) at java.base/java.util.concurrent.ThreadPoolExecutor$Worker.run(Unknown Source) at java.base/java.lang.Thread.run(Unknown Source) 2021-05-05T01:28:45.294Z|f5779424-7153-46c3-aba1-244c2c089976|pool-2-thread-9|||||DEBUG|500||Enter sendFinalDistributionStatus with DistributionID f5779424-7153-46c3-aba1-244c2c089976 and Status of DISTRIBUTION_COMPLETE_OK and ErrorReason null 2021-05-05T01:28:45.294Z|f5779424-7153-46c3-aba1-244c2c089976|pool-2-thread-9|||||INFO|500||DistributionClient - sendFinalDistributionStatus status 2021-05-05T01:28:45.294Z|f5779424-7153-46c3-aba1-244c2c089976|pool-2-thread-9|||||INFO|500||DistributionClient - sendStatus 2021-05-05T01:28:45.297Z|f5779424-7153-46c3-aba1-244c2c089976|pool-2-thread-9|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap] 2021-05-05T01:28:45.297Z|f5779424-7153-46c3-aba1-244c2c089976|pool-2-thread-9|||||DEBUG|500||try to send status { "distributionID": "f5779424-7153-46c3-aba1-244c2c089976", "consumerID": "SO-COpenSource-Env11", "timestamp": 1620178125294, "artifactURL": "", "status": "DISTRIBUTION_COMPLETE_OK" } 2021-05-05T01:28:45.397Z||pool-122-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms 2021-05-05T01:28:45.398Z||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. 2021-05-05T01:28:45.398Z||pool-122-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as a4LkjAbl6YzsGxek) ... 2021-05-05T01:28:45.410Z||pool-122-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK 2021-05-05T01:28:45.410Z||pool-122-thread-1|||||INFO|500||cambria reply ok (12 ms):{"serverTimeMs":0,"count":1} Hibernate: select watchdogdi0_.DISTRIBUTION_ID as distribu1_11_0_, watchdogdi0_.CREATE_TIME as create_t2_11_0_, watchdogdi0_.DISTRIBUTION_ID_STATUS as distribu3_11_0_, watchdogdi0_.MODIFY_TIME as modify_t4_11_0_, watchdogdi0_.LOCK_VERSION as lock_ver5_11_0_ from watchdog_distributionid_status watchdogdi0_ where watchdogdi0_.DISTRIBUTION_ID=? Hibernate: update watchdog_distributionid_status set DISTRIBUTION_ID_STATUS=?, MODIFY_TIME=?, LOCK_VERSION=? where DISTRIBUTION_ID=? 2021-05-05T01:28:46.308Z||pool-2-thread-7|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2021-05-05T01:28:46.309Z||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. 2021-05-05T01:28:46.309Z||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 a4LkjAbl6YzsGxek) ... 2021-05-05T01:28:55.842Z||pool-2-thread-7|||||INFO|500|| --> HTTP/1.1 200 OK 2021-05-05T01:28:55.842Z||pool-2-thread-7|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2021-05-05T01:28:55.843Z||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. 2021-05-05T01:28:55.843Z||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 a4LkjAbl6YzsGxek) ... 2021-05-05T01:29:05.379Z||pool-2-thread-7|||||INFO|500|| --> HTTP/1.1 200 OK 2021-05-05T01:29:05.380Z||pool-2-thread-7|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2021-05-05T01:29:05.381Z||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. 2021-05-05T01:29:05.381Z||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 a4LkjAbl6YzsGxek) ... 2021-05-05T01:29:10.726Z||pool-2-thread-4|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2021-05-05T01:29:10.726Z||pool-2-thread-4|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel. 2021-05-05T01:29:10.726Z||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 a4LkjAbl6YzsGxek) ... 2021-05-05T01:29:10.741Z||pool-2-thread-4|||||INFO|500|| --> HTTP/1.1 200 OK 2021-05-05T01:29:10.742Z||pool-2-thread-4|||||DEBUG|500||received message from topic 2021-05-05T01:29:10.742Z||pool-2-thread-4|||||DEBUG|500||recieved notification from broker: { "distributionID": "95a8e734-0ca5-474c-a417-07566a116d7e", "consumerID": "SO-COpenSource-Env11", "timestamp": 1620177971457, "artifactURL": "/sdc/v1/catalog/services/BasicVmMacro/1.0/resourceInstances/basic_vm_macro0/artifacts/base_ubuntu20.yaml", "status": "DEPLOY_OK" } 2021-05-05T01:29:10.742Z||pool-2-thread-4|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error' 2021-05-05T01:29:10.742Z||pool-2-thread-4|||||DEBUG|500||received message from topic 2021-05-05T01:29:10.743Z||pool-2-thread-4|||||DEBUG|500||recieved notification from broker: { "distributionID": "95a8e734-0ca5-474c-a417-07566a116d7e", "consumerID": "SO-COpenSource-Env11", "timestamp": 1620177972460, "artifactURL": "/sdc/v1/catalog/services/BasicVmMacro/1.0/resourceInstances/basic_vm_macro0/artifacts/base_ubuntu20.env", "status": "DEPLOY_OK" } 2021-05-05T01:29:10.743Z||pool-2-thread-4|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error' 2021-05-05T01:29:10.743Z||pool-2-thread-4|||||DEBUG|500||received message from topic 2021-05-05T01:29:10.743Z||pool-2-thread-4|||||DEBUG|500||recieved notification from broker: { "distributionID": "95a8e734-0ca5-474c-a417-07566a116d7e", "consumerID": "SO-COpenSource-Env11", "timestamp": 1620177973463, "artifactURL": "/sdc/v1/catalog/services/BasicVmMacro/1.0/artifacts/service-BasicVmMacro-csar.csar", "status": "DEPLOY_OK" } 2021-05-05T01:29:10.743Z||pool-2-thread-4|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error' 2021-05-05T01:29:10.743Z||pool-2-thread-4|||||DEBUG|500||received message from topic 2021-05-05T01:29:10.743Z||pool-2-thread-4|||||DEBUG|500||recieved notification from broker: { "distributionID": "95a8e734-0ca5-474c-a417-07566a116d7e", "consumerID": "SO-COpenSource-Env11", "timestamp": 1620178004884, "artifactURL": "", "status": "DISTRIBUTION_COMPLETE_OK" } 2021-05-05T01:29:10.743Z||pool-2-thread-4|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error' 2021-05-05T01:29:10.743Z||pool-2-thread-4|||||DEBUG|500||received message from topic 2021-05-05T01:29:10.743Z||pool-2-thread-4|||||DEBUG|500||recieved notification from broker: { "distributionID": "f5779424-7153-46c3-aba1-244c2c089976", "consumerID": "SO-COpenSource-Env11", "timestamp": 1620178005900, "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/vf-license-model.xml", "status": "NOT_NOTIFIED" } 2021-05-05T01:29:10.743Z||pool-2-thread-4|||||INFO|500||Missing status on Status Object. 2021-05-05T01:29:10.743Z||pool-2-thread-4|||||DEBUG|500||received message from topic 2021-05-05T01:29:10.743Z||pool-2-thread-4|||||DEBUG|500||recieved notification from broker: { "distributionID": "f5779424-7153-46c3-aba1-244c2c089976", "consumerID": "SO-COpenSource-Env11", "timestamp": 1620178005900, "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/nginx_cloudtech_k8s_charts.env", "status": "NOTIFIED" } 2021-05-05T01:29:10.744Z||pool-2-thread-4|||||INFO|500||Missing status on Status Object. 2021-05-05T01:29:10.744Z||pool-2-thread-4|||||DEBUG|500||received message from topic 2021-05-05T01:29:10.744Z||pool-2-thread-4|||||DEBUG|500||recieved notification from broker: { "distributionID": "f5779424-7153-46c3-aba1-244c2c089976", "consumerID": "SO-COpenSource-Env11", "timestamp": 1620178005900, "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/nginx_cloudtech_k8s_charts.tgz", "status": "NOTIFIED" } 2021-05-05T01:29:10.744Z||pool-2-thread-4|||||INFO|500||Missing status on Status Object. 2021-05-05T01:29:10.744Z||pool-2-thread-4|||||DEBUG|500||received message from topic 2021-05-05T01:29:10.744Z||pool-2-thread-4|||||DEBUG|500||recieved notification from broker: { "distributionID": "f5779424-7153-46c3-aba1-244c2c089976", "consumerID": "SO-COpenSource-Env11", "timestamp": 1620178005900, "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/basic_cnf0_modules.json", "status": "NOTIFIED" } 2021-05-05T01:29:10.744Z||pool-2-thread-4|||||INFO|500||Missing status on Status Object. 2021-05-05T01:29:10.744Z||pool-2-thread-4|||||DEBUG|500||received message from topic 2021-05-05T01:29:10.744Z||pool-2-thread-4|||||DEBUG|500||recieved notification from broker: { "distributionID": "f5779424-7153-46c3-aba1-244c2c089976", "consumerID": "SO-COpenSource-Env11", "timestamp": 1620178005900, "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/base_dummy.yaml", "status": "NOTIFIED" } 2021-05-05T01:29:10.744Z||pool-2-thread-4|||||INFO|500||Missing status on Status Object. 2021-05-05T01:29:10.744Z||pool-2-thread-4|||||DEBUG|500||received message from topic 2021-05-05T01:29:10.744Z||pool-2-thread-4|||||DEBUG|500||recieved notification from broker: { "distributionID": "f5779424-7153-46c3-aba1-244c2c089976", "consumerID": "SO-COpenSource-Env11", "timestamp": 1620178005900, "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/vendor-license-model.xml", "status": "NOT_NOTIFIED" } 2021-05-05T01:29:10.744Z||pool-2-thread-4|||||INFO|500||Missing status on Status Object. 2021-05-05T01:29:10.744Z||pool-2-thread-4|||||DEBUG|500||received message from topic 2021-05-05T01:29:10.744Z||pool-2-thread-4|||||DEBUG|500||recieved notification from broker: { "distributionID": "f5779424-7153-46c3-aba1-244c2c089976", "consumerID": "SO-COpenSource-Env11", "timestamp": 1620178005900, "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/base_dummy.env", "status": "NOTIFIED" } 2021-05-05T01:29:10.744Z||pool-2-thread-4|||||INFO|500||Missing status on Status Object. 2021-05-05T01:29:10.744Z||pool-2-thread-4|||||DEBUG|500||received message from topic 2021-05-05T01:29:10.744Z||pool-2-thread-4|||||DEBUG|500||recieved notification from broker: { "distributionID": "f5779424-7153-46c3-aba1-244c2c089976", "consumerID": "SO-COpenSource-Env11", "timestamp": 1620178005900, "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/artifacts/service-BasicCnf-template.yml", "status": "NOT_NOTIFIED" } 2021-05-05T01:29:10.745Z||pool-2-thread-4|||||INFO|500||Missing status on Status Object. 2021-05-05T01:29:10.745Z||pool-2-thread-4|||||DEBUG|500||received message from topic 2021-05-05T01:29:10.745Z||pool-2-thread-4|||||DEBUG|500||recieved notification from broker: { "distributionID": "f5779424-7153-46c3-aba1-244c2c089976", "consumerID": "SO-COpenSource-Env11", "timestamp": 1620178005900, "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/artifacts/service-BasicCnf-csar.csar", "status": "NOTIFIED" } 2021-05-05T01:29:10.745Z||pool-2-thread-4|||||INFO|500||Missing status on Status Object. 2021-05-05T01:29:10.745Z||pool-2-thread-4|||||DEBUG|500||received message from topic 2021-05-05T01:29:10.745Z||pool-2-thread-4|||||DEBUG|500||recieved notification from broker: { "distributionID": "f5779424-7153-46c3-aba1-244c2c089976", "consumerID": "SO-COpenSource-Env11", "timestamp": 1620178019412, "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/artifacts/service-BasicCnf-csar.csar", "status": "DOWNLOAD_OK" } 2021-05-05T01:29:10.745Z||pool-2-thread-4|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error' 2021-05-05T01:29:10.745Z||pool-2-thread-4|||||DEBUG|500||received message from topic 2021-05-05T01:29:10.745Z||pool-2-thread-4|||||DEBUG|500||recieved notification from broker: { "distributionID": "f5779424-7153-46c3-aba1-244c2c089976", "consumerID": "SO-COpenSource-Env11", "timestamp": 1620178021860, "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/nginx_cloudtech_k8s_charts.env", "status": "DOWNLOAD_OK" } 2021-05-05T01:29:10.745Z||pool-2-thread-4|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error' 2021-05-05T01:29:10.745Z||pool-2-thread-4|||||DEBUG|500||received message from topic 2021-05-05T01:29:10.746Z||pool-2-thread-4|||||DEBUG|500||recieved notification from broker: { "distributionID": "f5779424-7153-46c3-aba1-244c2c089976", "consumerID": "SO-COpenSource-Env11", "timestamp": 1620178023468, "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/nginx_cloudtech_k8s_charts.tgz", "status": "DOWNLOAD_OK" } 2021-05-05T01:29:10.746Z||pool-2-thread-4|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error' 2021-05-05T01:29:10.746Z||pool-2-thread-4|||||DEBUG|500||received message from topic 2021-05-05T01:29:10.746Z||pool-2-thread-4|||||DEBUG|500||recieved notification from broker: { "distributionID": "f5779424-7153-46c3-aba1-244c2c089976", "consumerID": "SO-COpenSource-Env11", "timestamp": 1620178025161, "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/basic_cnf0_modules.json", "status": "DOWNLOAD_OK" } 2021-05-05T01:29:10.746Z||pool-2-thread-4|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error' 2021-05-05T01:29:10.746Z||pool-2-thread-4|||||DEBUG|500||received message from topic 2021-05-05T01:29:10.746Z||pool-2-thread-4|||||DEBUG|500||recieved notification from broker: { "distributionID": "f5779424-7153-46c3-aba1-244c2c089976", "consumerID": "SO-COpenSource-Env11", "timestamp": 1620178026577, "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/base_dummy.yaml", "status": "DOWNLOAD_OK" } 2021-05-05T01:29:10.746Z||pool-2-thread-4|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error' 2021-05-05T01:29:10.746Z||pool-2-thread-4|||||DEBUG|500||received message from topic 2021-05-05T01:29:10.747Z||pool-2-thread-4|||||DEBUG|500||recieved notification from broker: { "distributionID": "f5779424-7153-46c3-aba1-244c2c089976", "consumerID": "SO-COpenSource-Env11", "timestamp": 1620178027917, "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/base_dummy.env", "status": "DOWNLOAD_OK" } 2021-05-05T01:29:10.747Z||pool-2-thread-4|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error' 2021-05-05T01:29:10.747Z||pool-2-thread-4|||||DEBUG|500||received message from topic 2021-05-05T01:29:10.747Z||pool-2-thread-4|||||DEBUG|500||recieved notification from broker: { "distributionID": "f5779424-7153-46c3-aba1-244c2c089976", "consumerID": "SO-COpenSource-Env11", "timestamp": 1620178029014, "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" } 2021-05-05T01:29:10.747Z||pool-2-thread-4|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error' 2021-05-05T01:29:10.747Z||pool-2-thread-4|||||DEBUG|500||received message from topic 2021-05-05T01:29:10.747Z||pool-2-thread-4|||||DEBUG|500||recieved notification from broker: { "distributionID": "f5779424-7153-46c3-aba1-244c2c089976", "consumerID": "SO-COpenSource-Env11", "timestamp": 1620178030018, "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" } 2021-05-05T01:29:10.747Z||pool-2-thread-4|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error' 2021-05-05T01:29:14.913Z||pool-2-thread-7|||||INFO|500|| --> HTTP/1.1 200 OK 2021-05-05T01:29:14.913Z||pool-2-thread-7|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2021-05-05T01:29:14.914Z||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. 2021-05-05T01:29:14.914Z||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 a4LkjAbl6YzsGxek) ... 2021-05-05T01:29:24.444Z||pool-2-thread-7|||||INFO|500|| --> HTTP/1.1 200 OK 2021-05-05T01:29:24.444Z||pool-2-thread-7|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2021-05-05T01:29:24.445Z||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. 2021-05-05T01:29:24.445Z||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 a4LkjAbl6YzsGxek) ... 2021-05-05T01:29:33.978Z||pool-2-thread-7|||||INFO|500|| --> HTTP/1.1 200 OK 2021-05-05T01:29:33.979Z||pool-2-thread-7|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2021-05-05T01:29:33.979Z||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. 2021-05-05T01:29:33.980Z||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 a4LkjAbl6YzsGxek) ... 2021-05-05T01:29:43.512Z||pool-2-thread-7|||||INFO|500|| --> HTTP/1.1 200 OK 2021-05-05T01:29:43.512Z||pool-2-thread-7|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2021-05-05T01:29:43.513Z||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. 2021-05-05T01:29:43.513Z||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 a4LkjAbl6YzsGxek) ... 2021-05-05T01:29:53.042Z||pool-2-thread-7|||||INFO|500|| --> HTTP/1.1 200 OK 2021-05-05T01:29:53.042Z||pool-2-thread-7|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2021-05-05T01:29:53.043Z||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. 2021-05-05T01:29:53.043Z||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 a4LkjAbl6YzsGxek) ... 2021-05-05T01:30:02.575Z||pool-2-thread-7|||||INFO|500|| --> HTTP/1.1 200 OK 2021-05-05T01:30:02.576Z||pool-2-thread-7|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2021-05-05T01:30:02.577Z||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. 2021-05-05T01:30:02.577Z||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 a4LkjAbl6YzsGxek) ... 2021-05-05T01:30:10.726Z||pool-2-thread-1|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2021-05-05T01:30:10.726Z||pool-2-thread-1|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel. 2021-05-05T01:30:10.726Z||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 a4LkjAbl6YzsGxek) ... 2021-05-05T01:30:10.747Z||pool-2-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK 2021-05-05T01:30:10.748Z||pool-2-thread-1|||||DEBUG|500||received message from topic 2021-05-05T01:30:10.748Z||pool-2-thread-1|||||DEBUG|500||recieved notification from broker: { "distributionID": "f5779424-7153-46c3-aba1-244c2c089976", "consumerID": "SO-COpenSource-Env11", "timestamp": 1620178031022, "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/basic_cnf0_modules.json", "status": "DEPLOY_OK" } 2021-05-05T01:30:10.748Z||pool-2-thread-1|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error' 2021-05-05T01:30:10.749Z||pool-2-thread-1|||||DEBUG|500||received message from topic 2021-05-05T01:30:10.749Z||pool-2-thread-1|||||DEBUG|500||recieved notification from broker: { "distributionID": "f5779424-7153-46c3-aba1-244c2c089976", "consumerID": "SO-COpenSource-Env11", "timestamp": 1620178032027, "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/base_dummy.yaml", "status": "DEPLOY_OK" } 2021-05-05T01:30:10.749Z||pool-2-thread-1|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error' 2021-05-05T01:30:10.749Z||pool-2-thread-1|||||DEBUG|500||received message from topic 2021-05-05T01:30:10.749Z||pool-2-thread-1|||||DEBUG|500||recieved notification from broker: { "distributionID": "f5779424-7153-46c3-aba1-244c2c089976", "consumerID": "SO-COpenSource-Env11", "timestamp": 1620178033030, "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/base_dummy.env", "status": "DEPLOY_OK" } 2021-05-05T01:30:10.749Z||pool-2-thread-1|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error' 2021-05-05T01:30:10.749Z||pool-2-thread-1|||||DEBUG|500||received message from topic 2021-05-05T01:30:10.749Z||pool-2-thread-1|||||DEBUG|500||recieved notification from broker: { "distributionID": "f5779424-7153-46c3-aba1-244c2c089976", "consumerID": "SO-COpenSource-Env11", "timestamp": 1620178034034, "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/artifacts/service-BasicCnf-csar.csar", "status": "DEPLOY_OK" } 2021-05-05T01:30:10.749Z||pool-2-thread-1|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error' 2021-05-05T01:30:12.106Z||pool-2-thread-7|||||INFO|500|| --> HTTP/1.1 200 OK 2021-05-05T01:30:12.107Z||pool-2-thread-7|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2021-05-05T01:30:12.107Z||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. 2021-05-05T01:30:12.107Z||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 a4LkjAbl6YzsGxek) ... 2021-05-05T01:30:21.636Z||pool-2-thread-7|||||INFO|500|| --> HTTP/1.1 200 OK 2021-05-05T01:31:10.724Z||pool-2-thread-7|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2021-05-05T01:31:10.724Z||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. 2021-05-05T01:31:10.724Z||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 a4LkjAbl6YzsGxek) ... 2021-05-05T01:31:10.725Z||pool-2-thread-8|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2021-05-05T01:31:10.726Z||pool-2-thread-8|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel. 2021-05-05T01:31:10.726Z||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 a4LkjAbl6YzsGxek) ... 2021-05-05T01:31:11.246Z||pool-2-thread-8|||||INFO|500|| --> HTTP/1.1 200 OK 2021-05-05T01:31:11.247Z||pool-2-thread-8|||||DEBUG|500||received message from topic 2021-05-05T01:31:11.247Z||pool-2-thread-8|||||DEBUG|500||recieved notification from broker: { "distributionID": "f5779424-7153-46c3-aba1-244c2c089976", "consumerID": "SO-COpenSource-Env11", "timestamp": 1620178125294, "artifactURL": "", "status": "DISTRIBUTION_COMPLETE_OK" } 2021-05-05T01:31:11.248Z||pool-2-thread-8|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error' 2021-05-05T01:31:18.001Z||pool-2-thread-7|||||INFO|500|| --> HTTP/1.1 200 OK 2021-05-05T01:31:18.002Z||pool-2-thread-7|||||DEBUG|500||received message from topic 2021-05-05T01:31:18.002Z||pool-2-thread-7|||||DEBUG|500||recieved notification from broker: {"distributionID":"57b37842-77d7-44fd-aa8b-a4b70756ae5c","serviceName":"Demo_pNF_vLpEP88ZmJ1vnmT8TMa4","serviceVersion":"1.0","serviceUUID":"defcf58f-dc15-4ea3-a4e2-9517983469de","serviceDescription":"catalog service description","serviceInvariantUUID":"d6648a68-4857-44e2-8186-e59a1455e941","resources":[{"resourceInstanceName":"pNF 8e7b84e2-368e 0","resourceName":"pNF 8e7b84e2-368e","resourceVersion":"1.0","resoucreType":"PNF","resourceUUID":"d361d194-d75a-4e93-aa77-b9653d3a97a6","resourceInvariantUUID":"acc5e10d-cd02-43c7-85b9-7ec73798f1ff","resourceCustomizationUUID":"21da95e5-3ed0-44cd-a6a4-9961e2377bea","category":"Generic","subcategory":"Abstract","artifacts":[{"artifactName":"vf-license-model.xml","artifactType":"VF_LICENSE","artifactURL":"/sdc/v1/catalog/services/DemoPnfVlpep88zmj1vnmt8tma4/1.0/resourceInstances/pnf8e7b84e2368e0/artifacts/vf-license-model.xml","artifactChecksum":"MmRjNTMyMDBkOTdmY2E1MTYxYmE4MTM4ZDFiZmRmNjM\u003d","artifactDescription":"VF license file","artifactTimeout":0,"artifactUUID":"47dc0f5c-d005-4491-9ea7-4d989e9aabdd","artifactVersion":"1"},{"artifactName":"pNF.csar","artifactType":"ETSI_PACKAGE","artifactURL":"/sdc/v1/catalog/services/DemoPnfVlpep88zmj1vnmt8tma4/1.0/resourceInstances/pnf8e7b84e2368e0/artifacts/pNF.csar","artifactChecksum":"MDdjZGYwZTUzMGI3MmNlZTUyNjg4NWMwZWEwNTljZmU\u003d","artifactDescription":"Artifact created from csar","artifactTimeout":0,"artifactUUID":"ea76e81e-fe40-4ae2-ae45-1e6cb02d3079","artifactVersion":"1"},{"artifactName":"mynetconf.yang","artifactType":"YANG_MODULE","artifactURL":"/sdc/v1/catalog/services/DemoPnfVlpep88zmj1vnmt8tma4/1.0/resourceInstances/pnf8e7b84e2368e0/artifacts/mynetconf.yang","artifactChecksum":"N2Q1MDkxNjUwYzU1MWI2OTUzNmY4YTc3YmQ2YTlkZTc\u003d","artifactDescription":"Artifact created from csar","artifactTimeout":0,"artifactUUID":"9a7347ef-68cc-4bde-9b5c-1ff246de52a2","artifactVersion":"1"},{"artifactName":"vendor-license-model.xml","artifactType":"VENDOR_LICENSE","artifactURL":"/sdc/v1/catalog/services/DemoPnfVlpep88zmj1vnmt8tma4/1.0/resourceInstances/pnf8e7b84e2368e0/artifacts/vendor-license-model.xml","artifactChecksum":"MjY3NTE2MjNlMDYyZjBlZjBhZWY4MDAyZmFmYzg4NWY\u003d","artifactDescription":" Vendor license file","artifactTimeout":0,"artifactUUID":"9a4f7850-fe0f-4e50-8097-cb8e709a01b3","artifactVersion":"1"},{"artifactName":"PM_Dictionary.yaml","artifactType":"PM_DICTIONARY","artifactURL":"/sdc/v1/catalog/services/DemoPnfVlpep88zmj1vnmt8tma4/1.0/resourceInstances/pnf8e7b84e2368e0/artifacts/PM_Dictionary.yaml","artifactChecksum":"ZDJlYTVlNjA2ZGRhOTc3MDBkODVjNmEyMjA2OTA5YTE\u003d","artifactDescription":"Artifact created from csar","artifactTimeout":0,"artifactUUID":"1851f056-1a77-4664-9d35-3fe4137e7bbf","artifactVersion":"1"},{"artifactName":"MyPnf_Pnf_v1.yaml","artifactType":"VES_EVENTS","artifactURL":"/sdc/v1/catalog/services/DemoPnfVlpep88zmj1vnmt8tma4/1.0/resourceInstances/pnf8e7b84e2368e0/artifacts/MyPnf_Pnf_v1.yaml","artifactChecksum":"ZTllOGUwNjdiYWEyMWJhZDc4NjNlOGNmNGJkZWVlMWY\u003d","artifactDescription":"Artifact created from csar","artifactTimeout":0,"artifactUUID":"596554f2-cf49-4752-bdc4-b2d45bb05be2","artifactVersion":"1"}]}],"serviceArtifacts":[{"artifactName":"service-DemoPnfVlpep88zmj1vnmt8tma4-template.yml","artifactType":"TOSCA_TEMPLATE","artifactURL":"/sdc/v1/catalog/services/DemoPnfVlpep88zmj1vnmt8tma4/1.0/artifacts/service-DemoPnfVlpep88zmj1vnmt8tma4-template.yml","artifactChecksum":"ZjQxNDA3NzMwMjMwNTJhNTc0MGIyMTJlNDAxM2IxZTI\u003d","artifactDescription":"TOSCA representation of the asset","artifactTimeout":0,"artifactUUID":"7e43b4c2-b868-4934-a2fd-e4ebc1410887","artifactVersion":"1"},{"artifactName":"service-DemoPnfVlpep88zmj1vnmt8tma4-csar.csar","artifactType":"TOSCA_CSAR","artifactURL":"/sdc/v1/catalog/services/DemoPnfVlpep88zmj1vnmt8tma4/1.0/artifacts/service-DemoPnfVlpep88zmj1vnmt8tma4-csar.csar","artifactChecksum":"ZjQ5ZTE1MjlhNGY4MTk1ZjUzY2UxYjZkMzQ5ZDU1ZTQ\u003d","artifactDescription":"TOSCA definition package of the asset","artifactTimeout":0,"artifactUUID":"17a7c227-9c4c-4b6c-a8df-79e10193809a","artifactVersion":"1"}],"workloadContext":"Production"} 2021-05-05T01:31:18.004Z||pool-2-thread-7|||||INFO|500||DistributionClient - sendNotificationStatus 2021-05-05T01:31:18.004Z||pool-2-thread-7|||||INFO|500||DistributionClient - sendStatus 2021-05-05T01:31:18.007Z||pool-2-thread-7|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap] 2021-05-05T01:31:18.007Z||pool-2-thread-7|||||DEBUG|500||try to send status { "distributionID": "57b37842-77d7-44fd-aa8b-a4b70756ae5c", "consumerID": "SO-COpenSource-Env11", "timestamp": 1620178270724, "artifactURL": "/sdc/v1/catalog/services/DemoPnfVlpep88zmj1vnmt8tma4/1.0/resourceInstances/pnf8e7b84e2368e0/artifacts/vf-license-model.xml", "status": "NOT_NOTIFIED" } 2021-05-05T01:31:18.107Z||pool-123-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms 2021-05-05T01:31:18.108Z||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. 2021-05-05T01:31:18.108Z||pool-123-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as a4LkjAbl6YzsGxek) ... 2021-05-05T01:31:18.115Z||pool-123-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK 2021-05-05T01:31:18.115Z||pool-123-thread-1|||||INFO|500||cambria reply ok (8 ms):{"serverTimeMs":0,"count":1} 2021-05-05T01:31:19.007Z||pool-2-thread-7|||||INFO|500||DistributionClient - sendNotificationStatus 2021-05-05T01:31:19.008Z||pool-2-thread-7|||||INFO|500||DistributionClient - sendStatus 2021-05-05T01:31:19.011Z||pool-2-thread-7|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap] 2021-05-05T01:31:19.011Z||pool-2-thread-7|||||DEBUG|500||try to send status { "distributionID": "57b37842-77d7-44fd-aa8b-a4b70756ae5c", "consumerID": "SO-COpenSource-Env11", "timestamp": 1620178270724, "artifactURL": "/sdc/v1/catalog/services/DemoPnfVlpep88zmj1vnmt8tma4/1.0/resourceInstances/pnf8e7b84e2368e0/artifacts/pNF.csar", "status": "NOT_NOTIFIED" } 2021-05-05T01:31:19.111Z||pool-124-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms 2021-05-05T01:31:19.112Z||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. 2021-05-05T01:31:19.112Z||pool-124-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as a4LkjAbl6YzsGxek) ... 2021-05-05T01:31:19.118Z||pool-124-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK 2021-05-05T01:31:19.119Z||pool-124-thread-1|||||INFO|500||cambria reply ok (8 ms):{"serverTimeMs":0,"count":1} 2021-05-05T01:31:20.011Z||pool-2-thread-7|||||INFO|500||DistributionClient - sendNotificationStatus 2021-05-05T01:31:20.012Z||pool-2-thread-7|||||INFO|500||DistributionClient - sendStatus 2021-05-05T01:31:20.014Z||pool-2-thread-7|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap] 2021-05-05T01:31:20.014Z||pool-2-thread-7|||||DEBUG|500||try to send status { "distributionID": "57b37842-77d7-44fd-aa8b-a4b70756ae5c", "consumerID": "SO-COpenSource-Env11", "timestamp": 1620178270724, "artifactURL": "/sdc/v1/catalog/services/DemoPnfVlpep88zmj1vnmt8tma4/1.0/resourceInstances/pnf8e7b84e2368e0/artifacts/mynetconf.yang", "status": "NOT_NOTIFIED" } 2021-05-05T01:31:20.115Z||pool-125-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 101 ms 2021-05-05T01:31:20.115Z||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. 2021-05-05T01:31:20.115Z||pool-125-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as a4LkjAbl6YzsGxek) ... 2021-05-05T01:31:20.121Z||pool-125-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK 2021-05-05T01:31:20.122Z||pool-125-thread-1|||||INFO|500||cambria reply ok (7 ms):{"serverTimeMs":0,"count":1} 2021-05-05T01:31:21.015Z||pool-2-thread-7|||||INFO|500||DistributionClient - sendNotificationStatus 2021-05-05T01:31:21.015Z||pool-2-thread-7|||||INFO|500||DistributionClient - sendStatus 2021-05-05T01:31:21.018Z||pool-2-thread-7|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap] 2021-05-05T01:31:21.018Z||pool-2-thread-7|||||DEBUG|500||try to send status { "distributionID": "57b37842-77d7-44fd-aa8b-a4b70756ae5c", "consumerID": "SO-COpenSource-Env11", "timestamp": 1620178270724, "artifactURL": "/sdc/v1/catalog/services/DemoPnfVlpep88zmj1vnmt8tma4/1.0/resourceInstances/pnf8e7b84e2368e0/artifacts/vendor-license-model.xml", "status": "NOT_NOTIFIED" } 2021-05-05T01:31:21.118Z||pool-126-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms 2021-05-05T01:31:21.119Z||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. 2021-05-05T01:31:21.119Z||pool-126-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as a4LkjAbl6YzsGxek) ... 2021-05-05T01:31:21.131Z||pool-126-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK 2021-05-05T01:31:21.132Z||pool-126-thread-1|||||INFO|500||cambria reply ok (14 ms):{"serverTimeMs":0,"count":1} 2021-05-05T01:31:22.019Z||pool-2-thread-7|||||INFO|500||DistributionClient - sendNotificationStatus 2021-05-05T01:31:22.020Z||pool-2-thread-7|||||INFO|500||DistributionClient - sendStatus 2021-05-05T01:31:22.022Z||pool-2-thread-7|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap] 2021-05-05T01:31:22.022Z||pool-2-thread-7|||||DEBUG|500||try to send status { "distributionID": "57b37842-77d7-44fd-aa8b-a4b70756ae5c", "consumerID": "SO-COpenSource-Env11", "timestamp": 1620178270724, "artifactURL": "/sdc/v1/catalog/services/DemoPnfVlpep88zmj1vnmt8tma4/1.0/resourceInstances/pnf8e7b84e2368e0/artifacts/PM_Dictionary.yaml", "status": "NOT_NOTIFIED" } 2021-05-05T01:31:22.122Z||pool-127-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms 2021-05-05T01:31:22.123Z||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. 2021-05-05T01:31:22.123Z||pool-127-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as a4LkjAbl6YzsGxek) ... 2021-05-05T01:31:22.128Z||pool-127-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK 2021-05-05T01:31:22.128Z||pool-127-thread-1|||||INFO|500||cambria reply ok (6 ms):{"serverTimeMs":1,"count":1} 2021-05-05T01:31:23.022Z||pool-2-thread-7|||||INFO|500||DistributionClient - sendNotificationStatus 2021-05-05T01:31:23.023Z||pool-2-thread-7|||||INFO|500||DistributionClient - sendStatus 2021-05-05T01:31:23.025Z||pool-2-thread-7|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap] 2021-05-05T01:31:23.026Z||pool-2-thread-7|||||DEBUG|500||try to send status { "distributionID": "57b37842-77d7-44fd-aa8b-a4b70756ae5c", "consumerID": "SO-COpenSource-Env11", "timestamp": 1620178270724, "artifactURL": "/sdc/v1/catalog/services/DemoPnfVlpep88zmj1vnmt8tma4/1.0/resourceInstances/pnf8e7b84e2368e0/artifacts/MyPnf_Pnf_v1.yaml", "status": "NOT_NOTIFIED" } 2021-05-05T01:31:23.126Z||pool-128-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms 2021-05-05T01:31:23.127Z||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. 2021-05-05T01:31:23.127Z||pool-128-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as a4LkjAbl6YzsGxek) ... 2021-05-05T01:31:23.133Z||pool-128-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK 2021-05-05T01:31:23.133Z||pool-128-thread-1|||||INFO|500||cambria reply ok (7 ms):{"serverTimeMs":0,"count":1} 2021-05-05T01:31:24.026Z||pool-2-thread-7|||||INFO|500||DistributionClient - sendNotificationStatus 2021-05-05T01:31:24.027Z||pool-2-thread-7|||||INFO|500||DistributionClient - sendStatus 2021-05-05T01:31:24.028Z||pool-2-thread-7|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap] 2021-05-05T01:31:24.028Z||pool-2-thread-7|||||DEBUG|500||try to send status { "distributionID": "57b37842-77d7-44fd-aa8b-a4b70756ae5c", "consumerID": "SO-COpenSource-Env11", "timestamp": 1620178270724, "artifactURL": "/sdc/v1/catalog/services/DemoPnfVlpep88zmj1vnmt8tma4/1.0/artifacts/service-DemoPnfVlpep88zmj1vnmt8tma4-template.yml", "status": "NOT_NOTIFIED" } 2021-05-05T01:31:24.128Z||pool-129-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms 2021-05-05T01:31:24.129Z||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. 2021-05-05T01:31:24.129Z||pool-129-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as a4LkjAbl6YzsGxek) ... 2021-05-05T01:31:24.134Z||pool-129-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK 2021-05-05T01:31:24.135Z||pool-129-thread-1|||||INFO|500||cambria reply ok (6 ms):{"serverTimeMs":0,"count":1} 2021-05-05T01:31:25.028Z||pool-2-thread-7|||||INFO|500||DistributionClient - sendNotificationStatus 2021-05-05T01:31:25.029Z||pool-2-thread-7|||||INFO|500||DistributionClient - sendStatus 2021-05-05T01:31:25.031Z||pool-2-thread-7|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap] 2021-05-05T01:31:25.031Z||pool-2-thread-7|||||DEBUG|500||try to send status { "distributionID": "57b37842-77d7-44fd-aa8b-a4b70756ae5c", "consumerID": "SO-COpenSource-Env11", "timestamp": 1620178270724, "artifactURL": "/sdc/v1/catalog/services/DemoPnfVlpep88zmj1vnmt8tma4/1.0/artifacts/service-DemoPnfVlpep88zmj1vnmt8tma4-csar.csar", "status": "NOTIFIED" } 2021-05-05T01:31:25.132Z||pool-130-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms 2021-05-05T01:31:25.132Z||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. 2021-05-05T01:31:25.132Z||pool-130-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as a4LkjAbl6YzsGxek) ... 2021-05-05T01:31:25.137Z||pool-130-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK 2021-05-05T01:31:25.137Z||pool-130-thread-1|||||INFO|500||cambria reply ok (5 ms):{"serverTimeMs":0,"count":1} 2021-05-05T01:31:26.032Z||pool-2-thread-7|||||DEBUG|500||sending notification to client: { "distributionID": "57b37842-77d7-44fd-aa8b-a4b70756ae5c", "serviceName": "Demo_pNF_vLpEP88ZmJ1vnmT8TMa4", "serviceVersion": "1.0", "serviceUUID": "defcf58f-dc15-4ea3-a4e2-9517983469de", "serviceDescription": "catalog service description", "serviceInvariantUUID": "d6648a68-4857-44e2-8186-e59a1455e941", "resources": [ { "resourceInstanceName": "pNF 8e7b84e2-368e 0", "resourceCustomizationUUID": "21da95e5-3ed0-44cd-a6a4-9961e2377bea", "resourceName": "pNF 8e7b84e2-368e", "resourceVersion": "1.0", "resoucreType": "PNF", "resourceUUID": "d361d194-d75a-4e93-aa77-b9653d3a97a6", "resourceInvariantUUID": "acc5e10d-cd02-43c7-85b9-7ec73798f1ff", "category": "Generic", "subcategory": "Abstract", "artifacts": [] } ], "serviceArtifacts": [ { "artifactName": "service-DemoPnfVlpep88zmj1vnmt8tma4-csar.csar", "artifactType": "TOSCA_CSAR", "artifactURL": "/sdc/v1/catalog/services/DemoPnfVlpep88zmj1vnmt8tma4/1.0/artifacts/service-DemoPnfVlpep88zmj1vnmt8tma4-csar.csar", "artifactChecksum": "ZjQ5ZTE1MjlhNGY4MTk1ZjUzY2UxYjZkMzQ5ZDU1ZTQ\u003d", "artifactDescription": "TOSCA definition package of the asset", "artifactTimeout": 0, "artifactVersion": "1", "artifactUUID": "17a7c227-9c4c-4b6c-a8df-79e10193809a" } ], "workloadContext": "Production" } 2021-05-05T01:31:26.033Z||pool-2-thread-7|||||DEBUG|500||Receive a callback notification in ASDC, nb of resources: 1 2021-05-05T01:31:26.033Z||pool-2-thread-7|||||INFO|500||ASDC_RECEIVE_CALLBACK_NOTIF 0 defcf58f-dc15-4ea3-a4e2-9517983469de ASDC 2021-05-05T01:31:26.033Z|57b37842-77d7-44fd-aa8b-a4b70756ae5c|pool-2-thread-7|||||DEBUG|500||ASDC Notification: DistributionID:57b37842-77d7-44fd-aa8b-a4b70756ae5c ServiceName:Demo_pNF_vLpEP88ZmJ1vnmT8TMa4 ServiceVersion:1.0 ServiceUUID:defcf58f-dc15-4ea3-a4e2-9517983469de ServiceInvariantUUID:d6648a68-4857-44e2-8186-e59a1455e941 ServiceDescription:catalog service description Service Artifacts List: { Service Artifacts Info: ArtifactName:service-DemoPnfVlpep88zmj1vnmt8tma4-csar.csar ArtifactVersion:1 ArtifactType:TOSCA_CSAR ArtifactDescription:TOSCA definition package of the asset ArtifactTimeout:0 ArtifactURL:/sdc/v1/catalog/services/DemoPnfVlpep88zmj1vnmt8tma4/1.0/artifacts/service-DemoPnfVlpep88zmj1vnmt8tma4-csar.csar ArtifactUUID:17a7c227-9c4c-4b6c-a8df-79e10193809a ArtifactChecksum:ZjQ5ZTE1MjlhNGY4MTk1ZjUzY2UxYjZkMzQ5ZDU1ZTQ= GeneratedArtifact:{NULL } RelatedArtifacts:{ } } Resource Instances List: { Resource Instance Info: ResourceInstanceName:pNF 8e7b84e2-368e 0 ResourceCustomizationUUID:21da95e5-3ed0-44cd-a6a4-9961e2377bea ResourceInvariantUUID:acc5e10d-cd02-43c7-85b9-7ec73798f1ff ResourceName:pNF 8e7b84e2-368e ResourceType:PNF ResourceUUID:d361d194-d75a-4e93-aa77-b9653d3a97a6 ResourceVersion:1.0 Category:Generic SubCategory:Abstract Resource Artifacts List: NULL } 2021-05-05T01:31:26.033Z|57b37842-77d7-44fd-aa8b-a4b70756ae5c|pool-2-thread-7|||||INFO|500||ASDC_RECEIVE_SERVICE_NOTIF defcf58f-dc15-4ea3-a4e2-9517983469de 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 (?, ?, ?, ?, ?) 2021-05-05T01:31:26.055Z|57b37842-77d7-44fd-aa8b-a4b70756ae5c|pool-2-thread-7|||||INFO|500||Unable to find the system property mso.config.path, use the default configuration 2021-05-05T01:31:26.055Z|57b37842-77d7-44fd-aa8b-a4b70756ae5c|pool-2-thread-7|||||INFO|500||MSO config path is: /app 2021-05-05T01:31:26.055Z|57b37842-77d7-44fd-aa8b-a4b70756ae5c|pool-2-thread-7|||||INFO|500||MSO config path is: /app 2021-05-05T01:31:26.055Z|57b37842-77d7-44fd-aa8b-a4b70756ae5c|pool-2-thread-7|||||INFO|500||Trying to download the artifact UUID: 17a7c227-9c4c-4b6c-a8df-79e10193809a from URL: /sdc/v1/catalog/services/DemoPnfVlpep88zmj1vnmt8tma4/1.0/artifacts/service-DemoPnfVlpep88zmj1vnmt8tma4-csar.csar 2021-05-05T01:31:26.055Z|57b37842-77d7-44fd-aa8b-a4b70756ae5c|pool-2-thread-7|||||INFO|500||DistributionClient - download 2021-05-05T01:31:26.055Z|57b37842-77d7-44fd-aa8b-a4b70756ae5c|pool-2-thread-7|||||DEBUG|500||url to send https://sdc-be.onap:8443/sdc/v1/catalog/services/DemoPnfVlpep88zmj1vnmt8tma4/1.0/artifacts/service-DemoPnfVlpep88zmj1vnmt8tma4-csar.csar 2021-05-05T01:31:26.883Z|57b37842-77d7-44fd-aa8b-a4b70756ae5c|pool-2-thread-7|||||DEBUG|500||GET Response Status 200 2021-05-05T01:31:26.889Z|57b37842-77d7-44fd-aa8b-a4b70756ae5c|pool-2-thread-7|||||INFO|500||ASDC_ARTIFACT_DOWNLOAD_SUC /sdc/v1/catalog/services/DemoPnfVlpep88zmj1vnmt8tma4/1.0/artifacts/service-DemoPnfVlpep88zmj1vnmt8tma4-csar.csar 17a7c227-9c4c-4b6c-a8df-79e10193809a 83325 2021-05-05T01:31:26.889Z|57b37842-77d7-44fd-aa8b-a4b70756ae5c|pool-2-thread-7|||||INFO|500||ASDC_SEND_NOTIF_ASDC DOWNLOAD DOWNLOAD_OK /sdc/v1/catalog/services/DemoPnfVlpep88zmj1vnmt8tma4/1.0/artifacts/service-DemoPnfVlpep88zmj1vnmt8tma4-csar.csar ASDC sendASDCNotification 2021-05-05T01:31:26.889Z|57b37842-77d7-44fd-aa8b-a4b70756ae5c|pool-2-thread-7|||||DEBUG|500||Sending DOWNLOAD(DOWNLOAD_OK) notification to ASDC for artifact:/sdc/v1/catalog/services/DemoPnfVlpep88zmj1vnmt8tma4/1.0/artifacts/service-DemoPnfVlpep88zmj1vnmt8tma4-csar.csar 2021-05-05T01:31:26.889Z|57b37842-77d7-44fd-aa8b-a4b70756ae5c|pool-2-thread-7|||||INFO|500||DistributionClient - sendDownloadStatus 2021-05-05T01:31:26.890Z|57b37842-77d7-44fd-aa8b-a4b70756ae5c|pool-2-thread-7|||||INFO|500||DistributionClient - sendStatus 2021-05-05T01:31:26.891Z|57b37842-77d7-44fd-aa8b-a4b70756ae5c|pool-2-thread-7|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap] 2021-05-05T01:31:26.891Z|57b37842-77d7-44fd-aa8b-a4b70756ae5c|pool-2-thread-7|||||DEBUG|500||try to send status { "distributionID": "57b37842-77d7-44fd-aa8b-a4b70756ae5c", "consumerID": "SO-COpenSource-Env11", "timestamp": 1620178286889, "artifactURL": "/sdc/v1/catalog/services/DemoPnfVlpep88zmj1vnmt8tma4/1.0/artifacts/service-DemoPnfVlpep88zmj1vnmt8tma4-csar.csar", "status": "DOWNLOAD_OK" } 2021-05-05T01:31:26.991Z||pool-131-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms 2021-05-05T01:31:26.992Z||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. 2021-05-05T01:31:26.992Z||pool-131-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as a4LkjAbl6YzsGxek) ... 2021-05-05T01:31:26.999Z||pool-131-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK 2021-05-05T01:31:27.000Z||pool-131-thread-1|||||INFO|500||cambria reply ok (8 ms):{"serverTimeMs":0,"count":1} 2021-05-05T01:31:27.892Z|57b37842-77d7-44fd-aa8b-a4b70756ae5c|pool-2-thread-7|||||INFO|500||Unable to find the system property mso.config.path, use the default configuration 2021-05-05T01:31:27.893Z|57b37842-77d7-44fd-aa8b-a4b70756ae5c|pool-2-thread-7|||||INFO|500||MSO config path is: /app 2021-05-05T01:31:27.893Z|57b37842-77d7-44fd-aa8b-a4b70756ae5c|pool-2-thread-7|||||INFO|500||Trying to write artifact UUID: 17a7c227-9c4c-4b6c-a8df-79e10193809a, URL: /sdc/v1/catalog/services/DemoPnfVlpep88zmj1vnmt8tma4/1.0/artifacts/service-DemoPnfVlpep88zmj1vnmt8tma4-csar.csar to file: /app/ASDC/1/service-DemoPnfVlpep88zmj1vnmt8tma4-csar.csar 2021-05-05T01:31:27.894Z|57b37842-77d7-44fd-aa8b-a4b70756ae5c|pool-2-thread-7|||||INFO|500||ASDC_RECEIVE_SERVICE_NOTIF ***WRITE FILE ARTIFACT NAME ASDC service-DemoPnfVlpep88zmj1vnmt8tma4-csar.csar 2021-05-05T01:31:27.894Z|57b37842-77d7-44fd-aa8b-a4b70756ae5c|pool-2-thread-7|||||DEBUG|500||ASDC File path is: /app/ASDC/1/service-DemoPnfVlpep88zmj1vnmt8tma4-csar.csar 2021-05-05T01:31:27.895Z|57b37842-77d7-44fd-aa8b-a4b70756ae5c|pool-2-thread-7|||||INFO|500||ASDC_RECEIVE_SERVICE_NOTIF ***PATH ASDC /app/ASDC/1/service-DemoPnfVlpep88zmj1vnmt8tma4-csar.csar 2021-05-05T01:31:27.975Z|57b37842-77d7-44fd-aa8b-a4b70756ae5c|pool-2-thread-7|||||DEBUG|500||ToscaTemplate Loading YAMEL file /tmp/JTP15479280291427080616/Definitions/service-DemoPnfVlpep88zmj1vnmt8tma4-template.yml 2021-05-05T01:31:28.547Z|57b37842-77d7-44fd-aa8b-a4b70756ae5c|pool-2-thread-7|||||DEBUG|500||CSAR conformance level is 11.0 2021-05-05T01:31:28.548Z|57b37842-77d7-44fd-aa8b-a4b70756ae5c|pool-2-thread-7|||||WARN|500||#################################################################################################### 2021-05-05T01:31:28.548Z|57b37842-77d7-44fd-aa8b-a4b70756ae5c|pool-2-thread-7|||||WARN|500||CSAR Warnings found! CSAR name - /app/ASDC/1/service-DemoPnfVlpep88zmj1vnmt8tma4-csar.csar 2021-05-05T01:31:28.548Z|57b37842-77d7-44fd-aa8b-a4b70756ae5c|pool-2-thread-7|||||WARN|500||ToscaTemplate - verifyTemplate - 8 Parsing Warnings occurred... 2021-05-05T01:31:28.548Z|57b37842-77d7-44fd-aa8b-a4b70756ae5c|pool-2-thread-7|||||WARN|500||JTosca Exception [JE003]: MissingRequiredFieldError: properties of template "pnfExtCp_1" are missing field(s): [network_role, network_role_tag]. CSAR name - /app/ASDC/1/service-DemoPnfVlpep88zmj1vnmt8tma4-csar.csar 2021-05-05T01:31:28.548Z|57b37842-77d7-44fd-aa8b-a4b70756ae5c|pool-2-thread-7|||||WARN|500||JTosca Exception [JE003]: MissingRequiredFieldError: properties of template "pnfExtCp_1" are missing field(s): [unit, type]. CSAR name - /app/ASDC/1/service-DemoPnfVlpep88zmj1vnmt8tma4-csar.csar 2021-05-05T01:31:28.548Z|57b37842-77d7-44fd-aa8b-a4b70756ae5c|pool-2-thread-7|||||WARN|500||JTosca Exception [JE003]: MissingRequiredFieldError: Data value of type "org.openecomp.datatypes.network.IpRequirements" is missing required field(s) "[supplemental_data]". CSAR name - /app/ASDC/1/service-DemoPnfVlpep88zmj1vnmt8tma4-csar.csar 2021-05-05T01:31:28.548Z|57b37842-77d7-44fd-aa8b-a4b70756ae5c|pool-2-thread-7|||||WARN|500||JTosca Exception [JE003]: MissingRequiredFieldError: Data value of type "org.openecomp.datatypes.AssignmentRequirements" is missing required field(s) "[supplemental_data]". CSAR name - /app/ASDC/1/service-DemoPnfVlpep88zmj1vnmt8tma4-csar.csar 2021-05-05T01:31:28.548Z|57b37842-77d7-44fd-aa8b-a4b70756ae5c|pool-2-thread-7|||||WARN|500||JTosca Exception [JE003]: MissingRequiredFieldError: Data value of type "org.openecomp.datatypes.network.MacRequirements" is missing required field(s) "[supplemental_data]". CSAR name - /app/ASDC/1/service-DemoPnfVlpep88zmj1vnmt8tma4-csar.csar 2021-05-05T01:31:28.548Z|57b37842-77d7-44fd-aa8b-a4b70756ae5c|pool-2-thread-7|||||WARN|500||JTosca Exception [JE003]: MissingRequiredFieldError: properties of template "pNF 8e7b84e2-368e 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-DemoPnfVlpep88zmj1vnmt8tma4-csar.csar 2021-05-05T01:31:28.548Z|57b37842-77d7-44fd-aa8b-a4b70756ae5c|pool-2-thread-7|||||WARN|500||JTosca Exception [JE003]: MissingRequiredFieldError: properties of template "pNF 8e7b84e2-368e 0" are missing field(s): [unit, type]. CSAR name - /app/ASDC/1/service-DemoPnfVlpep88zmj1vnmt8tma4-csar.csar 2021-05-05T01:31:28.548Z|57b37842-77d7-44fd-aa8b-a4b70756ae5c|pool-2-thread-7|||||WARN|500||JTosca Exception [JE003]: MissingRequiredFieldError: Data value of type "org.openecomp.datatypes.Naming" is missing required field(s) "[supplemental_data]". CSAR name - /app/ASDC/1/service-DemoPnfVlpep88zmj1vnmt8tma4-csar.csar 2021-05-05T01:31:28.548Z|57b37842-77d7-44fd-aa8b-a4b70756ae5c|pool-2-thread-7|||||WARN|500||#################################################################################################### 2021-05-05T01:31:28.548Z|57b37842-77d7-44fd-aa8b-a4b70756ae5c|pool-2-thread-7|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive 2021-05-05T01:31:28.549Z|57b37842-77d7-44fd-aa8b-a4b70756ae5c|pool-2-thread-7|||||DEBUG|500||Service Demo_pNF_vLpEP88ZmJ1vnmT8TMa4 is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=SERVICE_PROXY, toscaType=null, uUID=null, customizationUUID=null 2021-05-05T01:31:28.549Z|57b37842-77d7-44fd-aa8b-a4b70756ae5c|pool-2-thread-7|||||DEBUG|500||Node template pNF 8e7b84e2-368e 0 is matching search criteria 2021-05-05T01:31:28.549Z|57b37842-77d7-44fd-aa8b-a4b70756ae5c|pool-2-thread-7|||||DEBUG|500||Search for entities recursively 2021-05-05T01:31:28.549Z|57b37842-77d7-44fd-aa8b-a4b70756ae5c|pool-2-thread-7|||||DEBUG|500||Found topology templates [pNF 8e7b84e2-368e 0] matching following query criteria: sdcType=Service, customizationUUID=null 2021-05-05T01:31:28.549Z|57b37842-77d7-44fd-aa8b-a4b70756ae5c|pool-2-thread-7|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive 2021-05-05T01:31:28.549Z|57b37842-77d7-44fd-aa8b-a4b70756ae5c|pool-2-thread-7|||||DEBUG|500||Service Demo_pNF_vLpEP88ZmJ1vnmT8TMa4 is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=CONFIGURATION, toscaType=null, uUID=null, customizationUUID=null 2021-05-05T01:31:28.549Z|57b37842-77d7-44fd-aa8b-a4b70756ae5c|pool-2-thread-7|||||DEBUG|500||Node template pNF 8e7b84e2-368e 0 is matching search criteria 2021-05-05T01:31:28.549Z|57b37842-77d7-44fd-aa8b-a4b70756ae5c|pool-2-thread-7|||||DEBUG|500||Search for entities recursively 2021-05-05T01:31:28.549Z|57b37842-77d7-44fd-aa8b-a4b70756ae5c|pool-2-thread-7|||||DEBUG|500||Found topology templates [pNF 8e7b84e2-368e 0] matching following query criteria: sdcType=Service, customizationUUID=null 2021-05-05T01:31:28.550Z|57b37842-77d7-44fd-aa8b-a4b70756ae5c|pool-2-thread-7|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive 2021-05-05T01:31:28.550Z|57b37842-77d7-44fd-aa8b-a4b70756ae5c|pool-2-thread-7|||||DEBUG|500||Service Demo_pNF_vLpEP88ZmJ1vnmT8TMa4 is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=VF, toscaType=null, uUID=null, customizationUUID=null 2021-05-05T01:31:28.550Z|57b37842-77d7-44fd-aa8b-a4b70756ae5c|pool-2-thread-7|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive 2021-05-05T01:31:28.550Z|57b37842-77d7-44fd-aa8b-a4b70756ae5c|pool-2-thread-7|||||DEBUG|500||Service Demo_pNF_vLpEP88ZmJ1vnmT8TMa4 is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=VL, toscaType=null, uUID=null, customizationUUID=null 2021-05-05T01:31:28.550Z|57b37842-77d7-44fd-aa8b-a4b70756ae5c|pool-2-thread-7|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive 2021-05-05T01:31:28.550Z|57b37842-77d7-44fd-aa8b-a4b70756ae5c|pool-2-thread-7|||||DEBUG|500||Service Demo_pNF_vLpEP88ZmJ1vnmT8TMa4 is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=CR, toscaType=null, uUID=null, customizationUUID=null 2021-05-05T01:31:28.550Z|57b37842-77d7-44fd-aa8b-a4b70756ae5c|pool-2-thread-7|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive 2021-05-05T01:31:28.550Z|57b37842-77d7-44fd-aa8b-a4b70756ae5c|pool-2-thread-7|||||DEBUG|500||Service Demo_pNF_vLpEP88ZmJ1vnmT8TMa4 is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=VF, toscaType=null, uUID=null, customizationUUID=null 2021-05-05T01:31:28.550Z|57b37842-77d7-44fd-aa8b-a4b70756ae5c|pool-2-thread-7|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive 2021-05-05T01:31:28.550Z|57b37842-77d7-44fd-aa8b-a4b70756ae5c|pool-2-thread-7|||||DEBUG|500||Service Demo_pNF_vLpEP88ZmJ1vnmT8TMa4 is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=PNF, toscaType=null, uUID=null, customizationUUID=null 2021-05-05T01:31:28.550Z|57b37842-77d7-44fd-aa8b-a4b70756ae5c|pool-2-thread-7|||||DEBUG|500||CSAR Notification: Service Level Properties: Name:Demo_pNF_vLpEP88ZmJ1vnmT8TMa4 Description:catalog service description Model UUID:defcf58f-dc15-4ea3-a4e2-9517983469de Model Version:NULL Model InvariantUuid:d6648a68-4857-44e2-8186-e59a1455e941 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_56_0_, toscacsar0_.ARTIFACT_CHECKSUM as artifact2_56_0_, toscacsar0_.CREATION_TIMESTAMP as creation3_56_0_, toscacsar0_.DESCRIPTION as descript4_56_0_, toscacsar0_.NAME as name5_56_0_, toscacsar0_.URL as url6_56_0_, toscacsar0_.Version as version7_56_0_ from tosca_csar toscacsar0_ where toscacsar0_.ARTIFACT_UUID=? 2021-05-05T01:31:28.556Z|57b37842-77d7-44fd-aa8b-a4b70756ae5c|pool-2-thread-7|||||INFO|500||Processing Resource Type: PNF, Model UUID: d361d194-d75a-4e93-aa77-b9653d3a97a6 Hibernate: select service0_.MODEL_UUID as model_uu1_49_, service0_.CDS_BLUEPRINT_NAME as cds_blue2_49_, service0_.CDS_BLUEPRINT_VERSION as cds_blue3_49_, service0_.SERVICE_CATEGORY as service_4_49_, service0_.CONTROLLER_ACTOR as controll5_49_, service0_.CREATION_TIMESTAMP as creation6_49_, service0_.TOSCA_CSAR_ARTIFACT_UUID as tosca_c21_49_, service0_.DESCRIPTION as descript7_49_, service0_.OVERALL_DISTRIBUTION_STATUS as overall_8_49_, service0_.ENVIRONMENT_CONTEXT as environm9_49_, service0_.MODEL_INVARIANT_UUID as model_i10_49_, service0_.MODEL_NAME as model_n11_49_, service0_.MODEL_VERSION as model_v12_49_, service0_.NAMING_POLICY as naming_13_49_, service0_.ONAP_GENERATED_NAMING as onap_ge14_49_, service0_.RESOURCE_ORDER as resourc15_49_, service0_.SERVICE_FUNCTION as service16_49_, service0_.SERVICE_ROLE as service17_49_, service0_.SERVICE_TYPE as service18_49_, service0_.SKIP_POST_INSTANTIATION_CONFIGURATION as skip_po19_49_, service0_.WORKLOAD_CONTEXT as workloa20_49_ from service service0_ where service0_.MODEL_UUID=? 2021-05-05T01:31:28.558Z|57b37842-77d7-44fd-aa8b-a4b70756ae5c|pool-2-thread-7|||||INFO|500||pNF 8e7b84e2-368e 0 2021-05-05T01:31:28.558Z|57b37842-77d7-44fd-aa8b-a4b70756ae5c|pool-2-thread-7|||||DEBUG|500||Processing Resource Type: PNF and Model UUID: d361d194-d75a-4e93-aa77-b9653d3a97a6 2021-05-05T01:31:28.558Z|57b37842-77d7-44fd-aa8b-a4b70756ae5c|pool-2-thread-7|||||DEBUG|500||No resources found for Service: defcf58f-dc15-4ea3-a4e2-9517983469de 2021-05-05T01:31:28.558Z|57b37842-77d7-44fd-aa8b-a4b70756ae5c|pool-2-thread-7|||||DEBUG|500||Preparing to deploy Service: defcf58f-dc15-4ea3-a4e2-9517983469de 2021-05-05T01:31:28.558Z|57b37842-77d7-44fd-aa8b-a4b70756ae5c|pool-2-thread-7|||||INFO|500||ASDC_START_DEPLOY_ARTIFACT pNF 8e7b84e2-368e 0 d361d194-d75a-4e93-aa77-b9653d3a97a6 ASDC Hibernate: select toscacsar0_.ARTIFACT_UUID as artifact1_56_0_, toscacsar0_.ARTIFACT_CHECKSUM as artifact2_56_0_, toscacsar0_.CREATION_TIMESTAMP as creation3_56_0_, toscacsar0_.DESCRIPTION as descript4_56_0_, toscacsar0_.NAME as name5_56_0_, toscacsar0_.URL as url6_56_0_, toscacsar0_.Version as version7_56_0_ from tosca_csar toscacsar0_ where toscacsar0_.ARTIFACT_UUID=? Hibernate: select service0_.MODEL_UUID as model_uu1_49_, service0_.CDS_BLUEPRINT_NAME as cds_blue2_49_, service0_.CDS_BLUEPRINT_VERSION as cds_blue3_49_, service0_.SERVICE_CATEGORY as service_4_49_, service0_.CONTROLLER_ACTOR as controll5_49_, service0_.CREATION_TIMESTAMP as creation6_49_, service0_.TOSCA_CSAR_ARTIFACT_UUID as tosca_c21_49_, service0_.DESCRIPTION as descript7_49_, service0_.OVERALL_DISTRIBUTION_STATUS as overall_8_49_, service0_.ENVIRONMENT_CONTEXT as environm9_49_, service0_.MODEL_INVARIANT_UUID as model_i10_49_, service0_.MODEL_NAME as model_n11_49_, service0_.MODEL_VERSION as model_v12_49_, service0_.NAMING_POLICY as naming_13_49_, service0_.ONAP_GENERATED_NAMING as onap_ge14_49_, service0_.RESOURCE_ORDER as resourc15_49_, service0_.SERVICE_FUNCTION as service16_49_, service0_.SERVICE_ROLE as service17_49_, service0_.SERVICE_TYPE as service18_49_, service0_.SKIP_POST_INSTANTIATION_CONFIGURATION as skip_po19_49_, service0_.WORKLOAD_CONTEXT as workloa20_49_ from service service0_ where service0_.MODEL_UUID=? 2021-05-05T01:31:28.562Z|57b37842-77d7-44fd-aa8b-a4b70756ae5c|pool-2-thread-7|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive 2021-05-05T01:31:28.562Z|57b37842-77d7-44fd-aa8b-a4b70756ae5c|pool-2-thread-7|||||DEBUG|500||Service Demo_pNF_vLpEP88ZmJ1vnmT8TMa4 is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=null, toscaType=null, uUID=null, customizationUUID=null 2021-05-05T01:31:28.562Z|57b37842-77d7-44fd-aa8b-a4b70756ae5c|pool-2-thread-7|||||DEBUG|500|| resourceSeq for service uuid defcf58f-dc15-4ea3-a4e2-9517983469de: pNF 8e7b84e2-368e 2021-05-05T01:31:28.562Z|57b37842-77d7-44fd-aa8b-a4b70756ae5c|pool-2-thread-7|||||INFO|500||Processing PNF resource: d361d194-d75a-4e93-aa77-b9653d3a97a6 2021-05-05T01:31:28.562Z|57b37842-77d7-44fd-aa8b-a4b70756ae5c|pool-2-thread-7|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive 2021-05-05T01:31:28.562Z|57b37842-77d7-44fd-aa8b-a4b70756ae5c|pool-2-thread-7|||||DEBUG|500||Service Demo_pNF_vLpEP88ZmJ1vnmT8TMa4 is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=PNF, toscaType=null, uUID=null, customizationUUID=null 2021-05-05T01:31:28.562Z|57b37842-77d7-44fd-aa8b-a4b70756ae5c|pool-2-thread-7|||||INFO|500||Resource customization UUID: 21da95e5-3ed0-44cd-a6a4-9961e2377bea is the same as notified resource customizationUUID: 21da95e5-3ed0-44cd-a6a4-9961e2377bea Hibernate: select pnfresourc0_.MODEL_CUSTOMIZATION_UUID as model_cu1_44_0_, pnfresourc0_.CDS_BLUEPRINT_NAME as cds_blue2_44_0_, pnfresourc0_.CDS_BLUEPRINT_VERSION as cds_blue3_44_0_, pnfresourc0_.CONTROLLER_ACTOR as controll4_44_0_, pnfresourc0_.CREATION_TIMESTAMP as creation5_44_0_, pnfresourc0_.DEFAULT_SOFTWARE_VERSION as default_6_44_0_, pnfresourc0_.MODEL_INSTANCE_NAME as model_in7_44_0_, pnfresourc0_.MULTI_STAGE_DESIGN as multi_st8_44_0_, pnfresourc0_.NF_FUNCTION as nf_funct9_44_0_, pnfresourc0_.NF_NAMING_CODE as nf_nami10_44_0_, pnfresourc0_.NF_ROLE as nf_role11_44_0_, pnfresourc0_.NF_TYPE as nf_type12_44_0_, pnfresourc0_.PNF_RESOURCE_MODEL_UUID as pnf_res15_44_0_, pnfresourc0_.RESOURCE_INPUT as resourc13_44_0_, pnfresourc0_.SKIP_POST_INSTANTIATION_CONFIGURATION as skip_po14_44_0_, pnfresourc1_.MODEL_UUID as model_uu1_43_1_, pnfresourc1_.RESOURCE_CATEGORY as resource2_43_1_, pnfresourc1_.CREATION_TIMESTAMP as creation3_43_1_, pnfresourc1_.DESCRIPTION as descript4_43_1_, pnfresourc1_.MODEL_INVARIANT_UUID as model_in5_43_1_, pnfresourc1_.MODEL_NAME as model_na6_43_1_, pnfresourc1_.MODEL_VERSION as model_ve7_43_1_, pnfresourc1_.ORCHESTRATION_MODE as orchestr8_43_1_, pnfresourc1_.RESOURCE_SUB_CATEGORY as resource9_43_1_, pnfresourc1_.TOSCA_NODE_TYPE as tosca_n10_43_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_43_0_, pnfresourc0_.RESOURCE_CATEGORY as resource2_43_0_, pnfresourc0_.CREATION_TIMESTAMP as creation3_43_0_, pnfresourc0_.DESCRIPTION as descript4_43_0_, pnfresourc0_.MODEL_INVARIANT_UUID as model_in5_43_0_, pnfresourc0_.MODEL_NAME as model_na6_43_0_, pnfresourc0_.MODEL_VERSION as model_ve7_43_0_, pnfresourc0_.ORCHESTRATION_MODE as orchestr8_43_0_, pnfresourc0_.RESOURCE_SUB_CATEGORY as resource9_43_0_, pnfresourc0_.TOSCA_NODE_TYPE as tosca_n10_43_0_ from pnf_resource pnfresourc0_ where pnfresourc0_.MODEL_UUID=? Hibernate: select service0_.MODEL_UUID as model_uu1_49_3_, service0_.CDS_BLUEPRINT_NAME as cds_blue2_49_3_, service0_.CDS_BLUEPRINT_VERSION as cds_blue3_49_3_, service0_.SERVICE_CATEGORY as service_4_49_3_, service0_.CONTROLLER_ACTOR as controll5_49_3_, service0_.CREATION_TIMESTAMP as creation6_49_3_, service0_.TOSCA_CSAR_ARTIFACT_UUID as tosca_c21_49_3_, service0_.DESCRIPTION as descript7_49_3_, service0_.OVERALL_DISTRIBUTION_STATUS as overall_8_49_3_, service0_.ENVIRONMENT_CONTEXT as environm9_49_3_, service0_.MODEL_INVARIANT_UUID as model_i10_49_3_, service0_.MODEL_NAME as model_n11_49_3_, service0_.MODEL_VERSION as model_v12_49_3_, service0_.NAMING_POLICY as naming_13_49_3_, service0_.ONAP_GENERATED_NAMING as onap_ge14_49_3_, service0_.RESOURCE_ORDER as resourc15_49_3_, service0_.SERVICE_FUNCTION as service16_49_3_, service0_.SERVICE_ROLE as service17_49_3_, service0_.SERVICE_TYPE as service18_49_3_, service0_.SKIP_POST_INSTANTIATION_CONFIGURATION as skip_po19_49_3_, service0_.WORKLOAD_CONTEXT as workloa20_49_3_, allottedcu1_.SERVICE_MODEL_UUID as service_1_8_5_, allottedre2_.MODEL_CUSTOMIZATION_UUID as resource2_8_5_, allottedre2_.MODEL_CUSTOMIZATION_UUID as model_cu1_7_0_, allottedre2_.AR_MODEL_UUID as ar_mode15_7_0_, allottedre2_.CREATION_TIMESTAMP as creation2_7_0_, allottedre2_.MAX_INSTANCES as max_inst3_7_0_, allottedre2_.MIN_INSTANCES as min_inst4_7_0_, allottedre2_.MODEL_INSTANCE_NAME as model_in5_7_0_, allottedre2_.NF_FUNCTION as nf_funct6_7_0_, allottedre2_.NF_NAMING_CODE as nf_namin7_7_0_, allottedre2_.NF_ROLE as nf_role8_7_0_, allottedre2_.NF_TYPE as nf_type9_7_0_, allottedre2_.PROVIDING_SERVICE_MODEL_INVARIANT_UUID as providi10_7_0_, allottedre2_.PROVIDING_SERVICE_MODEL_NAME as providi11_7_0_, allottedre2_.PROVIDING_SERVICE_MODEL_UUID as providi12_7_0_, allottedre2_.RESOURCE_INPUT as resourc13_7_0_, allottedre2_.TARGET_NETWORK_ROLE as target_14_7_0_, allottedre3_.MODEL_UUID as model_uu1_6_1_, allottedre3_.CREATION_TIMESTAMP as creation2_6_1_, allottedre3_.DESCRIPTION as descript3_6_1_, allottedre3_.MODEL_INVARIANT_UUID as model_in4_6_1_, allottedre3_.MODEL_NAME as model_na5_6_1_, allottedre3_.MODEL_VERSION as model_ve6_6_1_, allottedre3_.SUBCATEGORY as subcateg7_6_1_, allottedre3_.TOSCA_NODE_TYPE as tosca_no8_6_1_, toscacsar4_.ARTIFACT_UUID as artifact1_56_2_, toscacsar4_.ARTIFACT_CHECKSUM as artifact2_56_2_, toscacsar4_.CREATION_TIMESTAMP as creation3_56_2_, toscacsar4_.DESCRIPTION as descript4_56_2_, toscacsar4_.NAME as name5_56_2_, toscacsar4_.URL as url6_56_2_, toscacsar4_.Version as version7_56_2_ from service service0_ left outer join allotted_resource_customization_to_service allottedcu1_ on service0_.MODEL_UUID=allottedcu1_.SERVICE_MODEL_UUID left outer join allotted_resource_customization allottedre2_ on allottedcu1_.RESOURCE_MODEL_CUSTOMIZATION_UUID=allottedre2_.MODEL_CUSTOMIZATION_UUID left outer join allotted_resource allottedre3_ on allottedre2_.AR_MODEL_UUID=allottedre3_.MODEL_UUID left outer join tosca_csar toscacsar4_ on service0_.TOSCA_CSAR_ARTIFACT_UUID=toscacsar4_.ARTIFACT_UUID where service0_.MODEL_UUID=? Hibernate: select toscacsar0_.ARTIFACT_UUID as artifact1_56_1_, toscacsar0_.ARTIFACT_CHECKSUM as artifact2_56_1_, toscacsar0_.CREATION_TIMESTAMP as creation3_56_1_, toscacsar0_.DESCRIPTION as descript4_56_1_, toscacsar0_.NAME as name5_56_1_, toscacsar0_.URL as url6_56_1_, toscacsar0_.Version as version7_56_1_, services1_.TOSCA_CSAR_ARTIFACT_UUID as tosca_c21_49_3_, services1_.MODEL_UUID as model_uu1_49_3_, services1_.MODEL_UUID as model_uu1_49_0_, services1_.CDS_BLUEPRINT_NAME as cds_blue2_49_0_, services1_.CDS_BLUEPRINT_VERSION as cds_blue3_49_0_, services1_.SERVICE_CATEGORY as service_4_49_0_, services1_.CONTROLLER_ACTOR as controll5_49_0_, services1_.CREATION_TIMESTAMP as creation6_49_0_, services1_.TOSCA_CSAR_ARTIFACT_UUID as tosca_c21_49_0_, services1_.DESCRIPTION as descript7_49_0_, services1_.OVERALL_DISTRIBUTION_STATUS as overall_8_49_0_, services1_.ENVIRONMENT_CONTEXT as environm9_49_0_, services1_.MODEL_INVARIANT_UUID as model_i10_49_0_, services1_.MODEL_NAME as model_n11_49_0_, services1_.MODEL_VERSION as model_v12_49_0_, services1_.NAMING_POLICY as naming_13_49_0_, services1_.ONAP_GENERATED_NAMING as onap_ge14_49_0_, services1_.RESOURCE_ORDER as resourc15_49_0_, services1_.SERVICE_FUNCTION as service16_49_0_, services1_.SERVICE_ROLE as service17_49_0_, services1_.SERVICE_TYPE as service18_49_0_, services1_.SKIP_POST_INSTANTIATION_CONFIGURATION as skip_po19_49_0_, services1_.WORKLOAD_CONTEXT as workloa20_49_0_ from tosca_csar toscacsar0_ left outer join service services1_ on toscacsar0_.ARTIFACT_UUID=services1_.TOSCA_CSAR_ARTIFACT_UUID where toscacsar0_.ARTIFACT_UUID=? Hibernate: select pnfresourc0_.MODEL_CUSTOMIZATION_UUID as model_cu1_44_1_, pnfresourc0_.CDS_BLUEPRINT_NAME as cds_blue2_44_1_, pnfresourc0_.CDS_BLUEPRINT_VERSION as cds_blue3_44_1_, pnfresourc0_.CONTROLLER_ACTOR as controll4_44_1_, pnfresourc0_.CREATION_TIMESTAMP as creation5_44_1_, pnfresourc0_.DEFAULT_SOFTWARE_VERSION as default_6_44_1_, pnfresourc0_.MODEL_INSTANCE_NAME as model_in7_44_1_, pnfresourc0_.MULTI_STAGE_DESIGN as multi_st8_44_1_, pnfresourc0_.NF_FUNCTION as nf_funct9_44_1_, pnfresourc0_.NF_NAMING_CODE as nf_nami10_44_1_, pnfresourc0_.NF_ROLE as nf_role11_44_1_, pnfresourc0_.NF_TYPE as nf_type12_44_1_, pnfresourc0_.PNF_RESOURCE_MODEL_UUID as pnf_res15_44_1_, pnfresourc0_.RESOURCE_INPUT as resourc13_44_1_, pnfresourc0_.SKIP_POST_INSTANTIATION_CONFIGURATION as skip_po14_44_1_, pnfresourc1_.MODEL_UUID as model_uu1_43_0_, pnfresourc1_.RESOURCE_CATEGORY as resource2_43_0_, pnfresourc1_.CREATION_TIMESTAMP as creation3_43_0_, pnfresourc1_.DESCRIPTION as descript4_43_0_, pnfresourc1_.MODEL_INVARIANT_UUID as model_in5_43_0_, pnfresourc1_.MODEL_NAME as model_na6_43_0_, pnfresourc1_.MODEL_VERSION as model_ve7_43_0_, pnfresourc1_.ORCHESTRATION_MODE as orchestr8_43_0_, pnfresourc1_.RESOURCE_SUB_CATEGORY as resource9_43_0_, pnfresourc1_.TOSCA_NODE_TYPE as tosca_n10_43_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_43_0_, pnfresourc0_.RESOURCE_CATEGORY as resource2_43_0_, pnfresourc0_.CREATION_TIMESTAMP as creation3_43_0_, pnfresourc0_.DESCRIPTION as descript4_43_0_, pnfresourc0_.MODEL_INVARIANT_UUID as model_in5_43_0_, pnfresourc0_.MODEL_NAME as model_na6_43_0_, pnfresourc0_.MODEL_VERSION as model_ve7_43_0_, pnfresourc0_.ORCHESTRATION_MODE as orchestr8_43_0_, pnfresourc0_.RESOURCE_SUB_CATEGORY as resource9_43_0_, pnfresourc0_.TOSCA_NODE_TYPE as tosca_n10_43_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 (?, ?) 2021-05-05T01:31:28.793Z|57b37842-77d7-44fd-aa8b-a4b70756ae5c|pool-2-thread-7|||||INFO|500||ASDC_ARTIFACT_DEPLOY_SUC pNF 8e7b84e2-368e d361d194-d75a-4e93-aa77-b9653d3a97a6 0 ASDC deployResourceStructure 2021-05-05T01:31:28.794Z|57b37842-77d7-44fd-aa8b-a4b70756ae5c|pool-2-thread-7|||||INFO|500||ASDC_SEND_NOTIF_ASDC DEPLOY DEPLOY_OK /sdc/v1/catalog/services/DemoPnfVlpep88zmj1vnmt8tma4/1.0/artifacts/service-DemoPnfVlpep88zmj1vnmt8tma4-csar.csar ASDC sendASDCNotification 2021-05-05T01:31:28.794Z|57b37842-77d7-44fd-aa8b-a4b70756ae5c|pool-2-thread-7|||||DEBUG|500||Sending DEPLOY(DEPLOY_OK) notification to ASDC for artifact:/sdc/v1/catalog/services/DemoPnfVlpep88zmj1vnmt8tma4/1.0/artifacts/service-DemoPnfVlpep88zmj1vnmt8tma4-csar.csar 2021-05-05T01:31:28.794Z|57b37842-77d7-44fd-aa8b-a4b70756ae5c|pool-2-thread-7|||||INFO|500||DistributionClient - sendDeploymentStatus 2021-05-05T01:31:28.794Z|57b37842-77d7-44fd-aa8b-a4b70756ae5c|pool-2-thread-7|||||INFO|500||DistributionClient - sendStatus 2021-05-05T01:31:28.796Z|57b37842-77d7-44fd-aa8b-a4b70756ae5c|pool-2-thread-7|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap] 2021-05-05T01:31:28.796Z|57b37842-77d7-44fd-aa8b-a4b70756ae5c|pool-2-thread-7|||||DEBUG|500||try to send status { "distributionID": "57b37842-77d7-44fd-aa8b-a4b70756ae5c", "consumerID": "SO-COpenSource-Env11", "timestamp": 1620178288794, "artifactURL": "/sdc/v1/catalog/services/DemoPnfVlpep88zmj1vnmt8tma4/1.0/artifacts/service-DemoPnfVlpep88zmj1vnmt8tma4-csar.csar", "status": "DEPLOY_OK" } 2021-05-05T01:31:28.896Z||pool-132-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms 2021-05-05T01:31:28.897Z||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. 2021-05-05T01:31:28.897Z||pool-132-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as a4LkjAbl6YzsGxek) ... 2021-05-05T01:31:28.903Z||pool-132-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK 2021-05-05T01:31:28.903Z||pool-132-thread-1|||||INFO|500||cambria reply ok (7 ms):{"serverTimeMs":1,"count":1} 2021-05-05T01:31:29.797Z|57b37842-77d7-44fd-aa8b-a4b70756ae5c|pool-2-thread-7|||||DEBUG|500||Entered getOverallDistributionStatus method for distrubutionId: 57b37842-77d7-44fd-aa8b-a4b70756ae5c Hibernate: select watchdogdi0_.DISTRIBUTION_ID as distribu1_11_0_, watchdogdi0_.CREATE_TIME as create_t2_11_0_, watchdogdi0_.DISTRIBUTION_ID_STATUS as distribu3_11_0_, watchdogdi0_.MODIFY_TIME as modify_t4_11_0_, watchdogdi0_.LOCK_VERSION as lock_ver5_11_0_ from watchdog_distributionid_status watchdogdi0_ where watchdogdi0_.DISTRIBUTION_ID=? Hibernate: select watchdogco0_.COMPONENT_NAME as componen1_12_, watchdogco0_.DISTRIBUTION_ID as distribu2_12_, watchdogco0_.COMPONENT_DISTRIBUTION_STATUS as componen3_12_, watchdogco0_.CREATE_TIME as create_t4_12_, watchdogco0_.MODIFY_TIME as modify_t5_12_ from watchdog_per_component_distribution_status watchdogco0_ where watchdogco0_.DISTRIBUTION_ID=? 2021-05-05T01:31:29.806Z|57b37842-77d7-44fd-aa8b-a4b70756ae5c|pool-2-thread-7|||||DEBUG|500||Executed RequestDB getWatchdogComponentDistributionStatus for distrubutionId: 57b37842-77d7-44fd-aa8b-a4b70756ae5c Hibernate: select watchdogco0_.COMPONENT_NAME as componen1_12_, watchdogco0_.DISTRIBUTION_ID as distribu2_12_, watchdogco0_.COMPONENT_DISTRIBUTION_STATUS as componen3_12_, watchdogco0_.CREATE_TIME as create_t4_12_, watchdogco0_.MODIFY_TIME as modify_t5_12_ from watchdog_per_component_distribution_status watchdogco0_ where watchdogco0_.DISTRIBUTION_ID=? 2021-05-05T01:31:29.808Z|57b37842-77d7-44fd-aa8b-a4b70756ae5c|pool-2-thread-7|||||DEBUG|500||Found componentName SO in the WatchDog Component DB 2021-05-05T01:31:29.808Z|57b37842-77d7-44fd-aa8b-a4b70756ae5c|pool-2-thread-7|||||DEBUG|500||AAI has not be updated in the the WatchDog Component DB yet, so ending the loop 2021-05-05T01:31:29.808Z|57b37842-77d7-44fd-aa8b-a4b70756ae5c|pool-2-thread-7|||||DEBUG|500||Components Size Didn't match with the WatchdogComponentDistributionStatus results. 2021-05-05T01:31:59.808Z|57b37842-77d7-44fd-aa8b-a4b70756ae5c|pool-2-thread-7|||||DEBUG|500||Entered getOverallDistributionStatus method for distrubutionId: 57b37842-77d7-44fd-aa8b-a4b70756ae5c Hibernate: select watchdogdi0_.DISTRIBUTION_ID as distribu1_11_0_, watchdogdi0_.CREATE_TIME as create_t2_11_0_, watchdogdi0_.DISTRIBUTION_ID_STATUS as distribu3_11_0_, watchdogdi0_.MODIFY_TIME as modify_t4_11_0_, watchdogdi0_.LOCK_VERSION as lock_ver5_11_0_ from watchdog_distributionid_status watchdogdi0_ where watchdogdi0_.DISTRIBUTION_ID=? Hibernate: select watchdogco0_.COMPONENT_NAME as componen1_12_, watchdogco0_.DISTRIBUTION_ID as distribu2_12_, watchdogco0_.COMPONENT_DISTRIBUTION_STATUS as componen3_12_, watchdogco0_.CREATE_TIME as create_t4_12_, watchdogco0_.MODIFY_TIME as modify_t5_12_ from watchdog_per_component_distribution_status watchdogco0_ where watchdogco0_.DISTRIBUTION_ID=? 2021-05-05T01:31:59.816Z|57b37842-77d7-44fd-aa8b-a4b70756ae5c|pool-2-thread-7|||||DEBUG|500||Executed RequestDB getWatchdogComponentDistributionStatus for distrubutionId: 57b37842-77d7-44fd-aa8b-a4b70756ae5c Hibernate: select watchdogco0_.COMPONENT_NAME as componen1_12_, watchdogco0_.DISTRIBUTION_ID as distribu2_12_, watchdogco0_.COMPONENT_DISTRIBUTION_STATUS as componen3_12_, watchdogco0_.CREATE_TIME as create_t4_12_, watchdogco0_.MODIFY_TIME as modify_t5_12_ from watchdog_per_component_distribution_status watchdogco0_ where watchdogco0_.DISTRIBUTION_ID=? 2021-05-05T01:31:59.817Z|57b37842-77d7-44fd-aa8b-a4b70756ae5c|pool-2-thread-7|||||DEBUG|500||Found componentName SO in the WatchDog Component DB 2021-05-05T01:31:59.817Z|57b37842-77d7-44fd-aa8b-a4b70756ae5c|pool-2-thread-7|||||DEBUG|500||AAI has not be updated in the the WatchDog Component DB yet, so ending the loop 2021-05-05T01:31:59.817Z|57b37842-77d7-44fd-aa8b-a4b70756ae5c|pool-2-thread-7|||||DEBUG|500||Components Size Didn't match with the WatchdogComponentDistributionStatus results. 2021-05-05T01:32:10.725Z||pool-2-thread-8|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2021-05-05T01:32:10.726Z||pool-2-thread-8|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel. 2021-05-05T01:32:10.726Z||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 a4LkjAbl6YzsGxek) ... 2021-05-05T01:32:10.843Z||pool-2-thread-8|||||INFO|500|| --> HTTP/1.1 200 OK 2021-05-05T01:32:11.353Z||pool-2-thread-8|||||DEBUG|500||received message from topic 2021-05-05T01:32:11.353Z||pool-2-thread-8|||||DEBUG|500||recieved notification from broker: { "distributionID": "57b37842-77d7-44fd-aa8b-a4b70756ae5c", "consumerID": "ves-openapi-manager", "timestamp": 1620178274784, "artifactURL": "/sdc/v1/catalog/services/DemoPnfVlpep88zmj1vnmt8tma4/1.0/resourceInstances/pnf8e7b84e2368e0/artifacts/vf-license-model.xml", "status": "NOT_NOTIFIED" } 2021-05-05T01:32:11.354Z||pool-2-thread-8|||||INFO|500||Missing status on Status Object. 2021-05-05T01:32:11.354Z||pool-2-thread-8|||||DEBUG|500||received message from topic 2021-05-05T01:32:11.354Z||pool-2-thread-8|||||DEBUG|500||recieved notification from broker: { "distributionID": "57b37842-77d7-44fd-aa8b-a4b70756ae5c", "consumerID": "clamp", "timestamp": 1620178274364, "artifactURL": "/sdc/v1/catalog/services/DemoPnfVlpep88zmj1vnmt8tma4/1.0/resourceInstances/pnf8e7b84e2368e0/artifacts/vf-license-model.xml", "status": "NOT_NOTIFIED" } 2021-05-05T01:32:11.354Z||pool-2-thread-8|||||INFO|500||Missing status on Status Object. 2021-05-05T01:32:11.354Z||pool-2-thread-8|||||DEBUG|500||received message from topic 2021-05-05T01:32:11.354Z||pool-2-thread-8|||||DEBUG|500||recieved notification from broker: { "distributionID": "57b37842-77d7-44fd-aa8b-a4b70756ae5c", "consumerID": "SO-COpenSource-Env11", "timestamp": 1620178270724, "artifactURL": "/sdc/v1/catalog/services/DemoPnfVlpep88zmj1vnmt8tma4/1.0/resourceInstances/pnf8e7b84e2368e0/artifacts/vf-license-model.xml", "status": "NOT_NOTIFIED" } 2021-05-05T01:32:11.354Z||pool-2-thread-8|||||INFO|500||Missing status on Status Object. 2021-05-05T01:32:11.354Z||pool-2-thread-8|||||DEBUG|500||received message from topic 2021-05-05T01:32:11.355Z||pool-2-thread-8|||||DEBUG|500||recieved notification from broker: { "distributionID": "57b37842-77d7-44fd-aa8b-a4b70756ae5c", "consumerID": "aai-ml", "timestamp": 1620178277262, "artifactURL": "/sdc/v1/catalog/services/DemoPnfVlpep88zmj1vnmt8tma4/1.0/resourceInstances/pnf8e7b84e2368e0/artifacts/vf-license-model.xml", "status": "NOT_NOTIFIED" } 2021-05-05T01:32:11.355Z||pool-2-thread-8|||||INFO|500||Missing status on Status Object. 2021-05-05T01:32:11.355Z||pool-2-thread-8|||||DEBUG|500||received message from topic 2021-05-05T01:32:11.355Z||pool-2-thread-8|||||DEBUG|500||recieved notification from broker: { "distributionID": "57b37842-77d7-44fd-aa8b-a4b70756ae5c", "consumerID": "multicloud-k8s-id", "timestamp": 1620178271985, "artifactURL": "/sdc/v1/catalog/services/DemoPnfVlpep88zmj1vnmt8tma4/1.0/resourceInstances/pnf8e7b84e2368e0/artifacts/vf-license-model.xml", "status": "NOT_NOTIFIED" } 2021-05-05T01:32:11.355Z||pool-2-thread-8|||||INFO|500||Missing status on Status Object. 2021-05-05T01:32:11.355Z||pool-2-thread-8|||||DEBUG|500||received message from topic 2021-05-05T01:32:11.355Z||pool-2-thread-8|||||DEBUG|500||recieved notification from broker: { "distributionID": "57b37842-77d7-44fd-aa8b-a4b70756ae5c", "consumerID": "policy-id", "timestamp": 1620178269987, "artifactURL": "/sdc/v1/catalog/services/DemoPnfVlpep88zmj1vnmt8tma4/1.0/resourceInstances/pnf8e7b84e2368e0/artifacts/vf-license-model.xml", "status": "NOT_NOTIFIED" } 2021-05-05T01:32:11.355Z||pool-2-thread-8|||||INFO|500||Missing status on Status Object. 2021-05-05T01:32:11.355Z||pool-2-thread-8|||||DEBUG|500||received message from topic 2021-05-05T01:32:11.355Z||pool-2-thread-8|||||DEBUG|500||recieved notification from broker: { "distributionID": "57b37842-77d7-44fd-aa8b-a4b70756ae5c", "consumerID": "ves-openapi-manager", "timestamp": 1620178274784, "artifactURL": "/sdc/v1/catalog/services/DemoPnfVlpep88zmj1vnmt8tma4/1.0/resourceInstances/pnf8e7b84e2368e0/artifacts/pNF.csar", "status": "NOT_NOTIFIED" } 2021-05-05T01:32:11.355Z||pool-2-thread-8|||||INFO|500||Missing status on Status Object. 2021-05-05T01:32:11.356Z||pool-2-thread-8|||||DEBUG|500||received message from topic 2021-05-05T01:32:11.356Z||pool-2-thread-8|||||DEBUG|500||recieved notification from broker: { "distributionID": "57b37842-77d7-44fd-aa8b-a4b70756ae5c", "consumerID": "clamp", "timestamp": 1620178274364, "artifactURL": "/sdc/v1/catalog/services/DemoPnfVlpep88zmj1vnmt8tma4/1.0/resourceInstances/pnf8e7b84e2368e0/artifacts/pNF.csar", "status": "NOT_NOTIFIED" } 2021-05-05T01:32:11.356Z||pool-2-thread-8|||||INFO|500||Missing status on Status Object. 2021-05-05T01:32:11.356Z||pool-2-thread-8|||||DEBUG|500||received message from topic 2021-05-05T01:32:11.356Z||pool-2-thread-8|||||DEBUG|500||recieved notification from broker: { "distributionID": "57b37842-77d7-44fd-aa8b-a4b70756ae5c", "consumerID": "aai-ml", "timestamp": 1620178277262, "artifactURL": "/sdc/v1/catalog/services/DemoPnfVlpep88zmj1vnmt8tma4/1.0/resourceInstances/pnf8e7b84e2368e0/artifacts/pNF.csar", "status": "NOT_NOTIFIED" } 2021-05-05T01:32:11.356Z||pool-2-thread-8|||||INFO|500||Missing status on Status Object. 2021-05-05T01:32:11.356Z||pool-2-thread-8|||||DEBUG|500||received message from topic 2021-05-05T01:32:11.356Z||pool-2-thread-8|||||DEBUG|500||recieved notification from broker: { "distributionID": "57b37842-77d7-44fd-aa8b-a4b70756ae5c", "consumerID": "SO-COpenSource-Env11", "timestamp": 1620178270724, "artifactURL": "/sdc/v1/catalog/services/DemoPnfVlpep88zmj1vnmt8tma4/1.0/resourceInstances/pnf8e7b84e2368e0/artifacts/pNF.csar", "status": "NOT_NOTIFIED" } 2021-05-05T01:32:11.356Z||pool-2-thread-8|||||INFO|500||Missing status on Status Object. 2021-05-05T01:32:11.356Z||pool-2-thread-8|||||DEBUG|500||received message from topic 2021-05-05T01:32:11.356Z||pool-2-thread-8|||||DEBUG|500||recieved notification from broker: { "distributionID": "57b37842-77d7-44fd-aa8b-a4b70756ae5c", "consumerID": "multicloud-k8s-id", "timestamp": 1620178271985, "artifactURL": "/sdc/v1/catalog/services/DemoPnfVlpep88zmj1vnmt8tma4/1.0/resourceInstances/pnf8e7b84e2368e0/artifacts/pNF.csar", "status": "NOT_NOTIFIED" } 2021-05-05T01:32:11.356Z||pool-2-thread-8|||||INFO|500||Missing status on Status Object. 2021-05-05T01:32:11.357Z||pool-2-thread-8|||||DEBUG|500||received message from topic 2021-05-05T01:32:11.357Z||pool-2-thread-8|||||DEBUG|500||recieved notification from broker: { "distributionID": "57b37842-77d7-44fd-aa8b-a4b70756ae5c", "consumerID": "policy-id", "timestamp": 1620178269987, "artifactURL": "/sdc/v1/catalog/services/DemoPnfVlpep88zmj1vnmt8tma4/1.0/resourceInstances/pnf8e7b84e2368e0/artifacts/pNF.csar", "status": "NOT_NOTIFIED" } 2021-05-05T01:32:11.357Z||pool-2-thread-8|||||INFO|500||Missing status on Status Object. 2021-05-05T01:32:11.357Z||pool-2-thread-8|||||DEBUG|500||received message from topic 2021-05-05T01:32:11.357Z||pool-2-thread-8|||||DEBUG|500||recieved notification from broker: { "distributionID": "57b37842-77d7-44fd-aa8b-a4b70756ae5c", "consumerID": "ves-openapi-manager", "timestamp": 1620178274784, "artifactURL": "/sdc/v1/catalog/services/DemoPnfVlpep88zmj1vnmt8tma4/1.0/resourceInstances/pnf8e7b84e2368e0/artifacts/mynetconf.yang", "status": "NOT_NOTIFIED" } 2021-05-05T01:32:11.357Z||pool-2-thread-8|||||INFO|500||Missing status on Status Object. 2021-05-05T01:32:11.357Z||pool-2-thread-8|||||DEBUG|500||received message from topic 2021-05-05T01:32:11.357Z||pool-2-thread-8|||||DEBUG|500||recieved notification from broker: { "distributionID": "57b37842-77d7-44fd-aa8b-a4b70756ae5c", "consumerID": "clamp", "timestamp": 1620178274364, "artifactURL": "/sdc/v1/catalog/services/DemoPnfVlpep88zmj1vnmt8tma4/1.0/resourceInstances/pnf8e7b84e2368e0/artifacts/mynetconf.yang", "status": "NOT_NOTIFIED" } 2021-05-05T01:32:11.357Z||pool-2-thread-8|||||INFO|500||Missing status on Status Object. 2021-05-05T01:32:11.357Z||pool-2-thread-8|||||DEBUG|500||received message from topic 2021-05-05T01:32:11.357Z||pool-2-thread-8|||||DEBUG|500||recieved notification from broker: { "distributionID": "57b37842-77d7-44fd-aa8b-a4b70756ae5c", "consumerID": "aai-ml", "timestamp": 1620178277262, "artifactURL": "/sdc/v1/catalog/services/DemoPnfVlpep88zmj1vnmt8tma4/1.0/resourceInstances/pnf8e7b84e2368e0/artifacts/mynetconf.yang", "status": "NOT_NOTIFIED" } 2021-05-05T01:32:11.358Z||pool-2-thread-8|||||INFO|500||Missing status on Status Object. 2021-05-05T01:32:11.358Z||pool-2-thread-8|||||DEBUG|500||received message from topic 2021-05-05T01:32:11.358Z||pool-2-thread-8|||||DEBUG|500||recieved notification from broker: { "distributionID": "57b37842-77d7-44fd-aa8b-a4b70756ae5c", "consumerID": "SO-COpenSource-Env11", "timestamp": 1620178270724, "artifactURL": "/sdc/v1/catalog/services/DemoPnfVlpep88zmj1vnmt8tma4/1.0/resourceInstances/pnf8e7b84e2368e0/artifacts/mynetconf.yang", "status": "NOT_NOTIFIED" } 2021-05-05T01:32:11.358Z||pool-2-thread-8|||||INFO|500||Missing status on Status Object. 2021-05-05T01:32:11.358Z||pool-2-thread-8|||||DEBUG|500||received message from topic 2021-05-05T01:32:11.358Z||pool-2-thread-8|||||DEBUG|500||recieved notification from broker: { "distributionID": "57b37842-77d7-44fd-aa8b-a4b70756ae5c", "consumerID": "multicloud-k8s-id", "timestamp": 1620178271985, "artifactURL": "/sdc/v1/catalog/services/DemoPnfVlpep88zmj1vnmt8tma4/1.0/resourceInstances/pnf8e7b84e2368e0/artifacts/mynetconf.yang", "status": "NOT_NOTIFIED" } 2021-05-05T01:32:11.358Z||pool-2-thread-8|||||INFO|500||Missing status on Status Object. 2021-05-05T01:32:11.358Z||pool-2-thread-8|||||DEBUG|500||received message from topic 2021-05-05T01:32:11.358Z||pool-2-thread-8|||||DEBUG|500||recieved notification from broker: { "distributionID": "57b37842-77d7-44fd-aa8b-a4b70756ae5c", "consumerID": "policy-id", "timestamp": 1620178269987, "artifactURL": "/sdc/v1/catalog/services/DemoPnfVlpep88zmj1vnmt8tma4/1.0/resourceInstances/pnf8e7b84e2368e0/artifacts/mynetconf.yang", "status": "NOT_NOTIFIED" } 2021-05-05T01:32:11.358Z||pool-2-thread-8|||||INFO|500||Missing status on Status Object. 2021-05-05T01:32:11.358Z||pool-2-thread-8|||||DEBUG|500||received message from topic 2021-05-05T01:32:11.358Z||pool-2-thread-8|||||DEBUG|500||recieved notification from broker: { "distributionID": "57b37842-77d7-44fd-aa8b-a4b70756ae5c", "consumerID": "aai-ml", "timestamp": 1620178277262, "artifactURL": "/sdc/v1/catalog/services/DemoPnfVlpep88zmj1vnmt8tma4/1.0/resourceInstances/pnf8e7b84e2368e0/artifacts/vendor-license-model.xml", "status": "NOT_NOTIFIED" } 2021-05-05T01:32:11.359Z||pool-2-thread-8|||||INFO|500||Missing status on Status Object. 2021-05-05T01:32:11.359Z||pool-2-thread-8|||||DEBUG|500||received message from topic 2021-05-05T01:32:11.359Z||pool-2-thread-8|||||DEBUG|500||recieved notification from broker: { "distributionID": "57b37842-77d7-44fd-aa8b-a4b70756ae5c", "consumerID": "ves-openapi-manager", "timestamp": 1620178274784, "artifactURL": "/sdc/v1/catalog/services/DemoPnfVlpep88zmj1vnmt8tma4/1.0/resourceInstances/pnf8e7b84e2368e0/artifacts/vendor-license-model.xml", "status": "NOT_NOTIFIED" } 2021-05-05T01:32:11.359Z||pool-2-thread-8|||||INFO|500||Missing status on Status Object. 2021-05-05T01:32:11.359Z||pool-2-thread-8|||||DEBUG|500||received message from topic 2021-05-05T01:32:11.359Z||pool-2-thread-8|||||DEBUG|500||recieved notification from broker: { "distributionID": "57b37842-77d7-44fd-aa8b-a4b70756ae5c", "consumerID": "clamp", "timestamp": 1620178274364, "artifactURL": "/sdc/v1/catalog/services/DemoPnfVlpep88zmj1vnmt8tma4/1.0/resourceInstances/pnf8e7b84e2368e0/artifacts/vendor-license-model.xml", "status": "NOT_NOTIFIED" } 2021-05-05T01:32:11.359Z||pool-2-thread-8|||||INFO|500||Missing status on Status Object. 2021-05-05T01:32:11.359Z||pool-2-thread-8|||||DEBUG|500||received message from topic 2021-05-05T01:32:11.359Z||pool-2-thread-8|||||DEBUG|500||recieved notification from broker: { "distributionID": "57b37842-77d7-44fd-aa8b-a4b70756ae5c", "consumerID": "SO-COpenSource-Env11", "timestamp": 1620178270724, "artifactURL": "/sdc/v1/catalog/services/DemoPnfVlpep88zmj1vnmt8tma4/1.0/resourceInstances/pnf8e7b84e2368e0/artifacts/vendor-license-model.xml", "status": "NOT_NOTIFIED" } 2021-05-05T01:32:11.359Z||pool-2-thread-8|||||INFO|500||Missing status on Status Object. 2021-05-05T01:32:11.359Z||pool-2-thread-8|||||DEBUG|500||received message from topic 2021-05-05T01:32:11.360Z||pool-2-thread-8|||||DEBUG|500||recieved notification from broker: { "distributionID": "57b37842-77d7-44fd-aa8b-a4b70756ae5c", "consumerID": "multicloud-k8s-id", "timestamp": 1620178271985, "artifactURL": "/sdc/v1/catalog/services/DemoPnfVlpep88zmj1vnmt8tma4/1.0/resourceInstances/pnf8e7b84e2368e0/artifacts/vendor-license-model.xml", "status": "NOT_NOTIFIED" } 2021-05-05T01:32:11.360Z||pool-2-thread-8|||||INFO|500||Missing status on Status Object. 2021-05-05T01:32:11.360Z||pool-2-thread-8|||||DEBUG|500||received message from topic 2021-05-05T01:32:11.360Z||pool-2-thread-8|||||DEBUG|500||recieved notification from broker: { "distributionID": "57b37842-77d7-44fd-aa8b-a4b70756ae5c", "consumerID": "policy-id", "timestamp": 1620178269987, "artifactURL": "/sdc/v1/catalog/services/DemoPnfVlpep88zmj1vnmt8tma4/1.0/resourceInstances/pnf8e7b84e2368e0/artifacts/vendor-license-model.xml", "status": "NOT_NOTIFIED" } 2021-05-05T01:32:11.360Z||pool-2-thread-8|||||INFO|500||Missing status on Status Object. 2021-05-05T01:32:11.360Z||pool-2-thread-8|||||DEBUG|500||received message from topic 2021-05-05T01:32:11.360Z||pool-2-thread-8|||||DEBUG|500||recieved notification from broker: { "distributionID": "57b37842-77d7-44fd-aa8b-a4b70756ae5c", "consumerID": "multicloud-windriver-id", "timestamp": 1620178280474, "artifactURL": "/sdc/v1/catalog/services/DemoPnfVlpep88zmj1vnmt8tma4/1.0/resourceInstances/pnf8e7b84e2368e0/artifacts/vf-license-model.xml", "status": "NOT_NOTIFIED" } 2021-05-05T01:32:11.360Z||pool-2-thread-8|||||INFO|500||Missing status on Status Object. 2021-05-05T01:32:11.360Z||pool-2-thread-8|||||DEBUG|500||received message from topic 2021-05-05T01:32:11.360Z||pool-2-thread-8|||||DEBUG|500||recieved notification from broker: { "distributionID": "57b37842-77d7-44fd-aa8b-a4b70756ae5c", "consumerID": "cds", "timestamp": 1620178280580, "artifactURL": "/sdc/v1/catalog/services/DemoPnfVlpep88zmj1vnmt8tma4/1.0/resourceInstances/pnf8e7b84e2368e0/artifacts/vf-license-model.xml", "status": "NOT_NOTIFIED" } 2021-05-05T01:32:11.360Z||pool-2-thread-8|||||INFO|500||Missing status on Status Object. 2021-05-05T01:32:11.360Z||pool-2-thread-8|||||DEBUG|500||received message from topic 2021-05-05T01:32:11.361Z||pool-2-thread-8|||||DEBUG|500||recieved notification from broker: { "distributionID": "57b37842-77d7-44fd-aa8b-a4b70756ae5c", "consumerID": "ves-openapi-manager", "timestamp": 1620178274784, "artifactURL": "/sdc/v1/catalog/services/DemoPnfVlpep88zmj1vnmt8tma4/1.0/resourceInstances/pnf8e7b84e2368e0/artifacts/PM_Dictionary.yaml", "status": "NOT_NOTIFIED" } 2021-05-05T01:32:11.361Z||pool-2-thread-8|||||INFO|500||Missing status on Status Object. 2021-05-05T01:32:11.361Z||pool-2-thread-8|||||DEBUG|500||received message from topic 2021-05-05T01:32:11.361Z||pool-2-thread-8|||||DEBUG|500||recieved notification from broker: { "distributionID": "57b37842-77d7-44fd-aa8b-a4b70756ae5c", "consumerID": "aai-ml", "timestamp": 1620178277262, "artifactURL": "/sdc/v1/catalog/services/DemoPnfVlpep88zmj1vnmt8tma4/1.0/resourceInstances/pnf8e7b84e2368e0/artifacts/PM_Dictionary.yaml", "status": "NOT_NOTIFIED" } 2021-05-05T01:32:11.361Z||pool-2-thread-8|||||INFO|500||Missing status on Status Object. 2021-05-05T01:32:11.361Z||pool-2-thread-8|||||DEBUG|500||received message from topic 2021-05-05T01:32:11.361Z||pool-2-thread-8|||||DEBUG|500||recieved notification from broker: { "distributionID": "57b37842-77d7-44fd-aa8b-a4b70756ae5c", "consumerID": "clamp", "timestamp": 1620178274364, "artifactURL": "/sdc/v1/catalog/services/DemoPnfVlpep88zmj1vnmt8tma4/1.0/resourceInstances/pnf8e7b84e2368e0/artifacts/PM_Dictionary.yaml", "status": "NOT_NOTIFIED" } 2021-05-05T01:32:11.361Z||pool-2-thread-8|||||INFO|500||Missing status on Status Object. 2021-05-05T01:32:11.361Z||pool-2-thread-8|||||DEBUG|500||received message from topic 2021-05-05T01:32:11.361Z||pool-2-thread-8|||||DEBUG|500||recieved notification from broker: { "distributionID": "57b37842-77d7-44fd-aa8b-a4b70756ae5c", "consumerID": "SO-COpenSource-Env11", "timestamp": 1620178270724, "artifactURL": "/sdc/v1/catalog/services/DemoPnfVlpep88zmj1vnmt8tma4/1.0/resourceInstances/pnf8e7b84e2368e0/artifacts/PM_Dictionary.yaml", "status": "NOT_NOTIFIED" } 2021-05-05T01:32:11.361Z||pool-2-thread-8|||||INFO|500||Missing status on Status Object. 2021-05-05T01:32:11.361Z||pool-2-thread-8|||||DEBUG|500||received message from topic 2021-05-05T01:32:11.361Z||pool-2-thread-8|||||DEBUG|500||recieved notification from broker: { "distributionID": "57b37842-77d7-44fd-aa8b-a4b70756ae5c", "consumerID": "multicloud-k8s-id", "timestamp": 1620178271985, "artifactURL": "/sdc/v1/catalog/services/DemoPnfVlpep88zmj1vnmt8tma4/1.0/resourceInstances/pnf8e7b84e2368e0/artifacts/PM_Dictionary.yaml", "status": "NOT_NOTIFIED" } 2021-05-05T01:32:11.362Z||pool-2-thread-8|||||INFO|500||Missing status on Status Object. 2021-05-05T01:32:11.362Z||pool-2-thread-8|||||DEBUG|500||received message from topic 2021-05-05T01:32:11.362Z||pool-2-thread-8|||||DEBUG|500||recieved notification from broker: { "distributionID": "57b37842-77d7-44fd-aa8b-a4b70756ae5c", "consumerID": "policy-id", "timestamp": 1620178269987, "artifactURL": "/sdc/v1/catalog/services/DemoPnfVlpep88zmj1vnmt8tma4/1.0/resourceInstances/pnf8e7b84e2368e0/artifacts/PM_Dictionary.yaml", "status": "NOT_NOTIFIED" } 2021-05-05T01:32:11.362Z||pool-2-thread-8|||||INFO|500||Missing status on Status Object. 2021-05-05T01:32:11.362Z||pool-2-thread-8|||||DEBUG|500||received message from topic 2021-05-05T01:32:11.362Z||pool-2-thread-8|||||DEBUG|500||recieved notification from broker: { "distributionID": "57b37842-77d7-44fd-aa8b-a4b70756ae5c", "consumerID": "multicloud-windriver-id", "timestamp": 1620178280474, "artifactURL": "/sdc/v1/catalog/services/DemoPnfVlpep88zmj1vnmt8tma4/1.0/resourceInstances/pnf8e7b84e2368e0/artifacts/pNF.csar", "status": "NOT_NOTIFIED" } 2021-05-05T01:32:11.362Z||pool-2-thread-8|||||INFO|500||Missing status on Status Object. 2021-05-05T01:32:11.362Z||pool-2-thread-8|||||DEBUG|500||received message from topic 2021-05-05T01:32:11.362Z||pool-2-thread-8|||||DEBUG|500||recieved notification from broker: { "distributionID": "57b37842-77d7-44fd-aa8b-a4b70756ae5c", "consumerID": "cds", "timestamp": 1620178280580, "artifactURL": "/sdc/v1/catalog/services/DemoPnfVlpep88zmj1vnmt8tma4/1.0/resourceInstances/pnf8e7b84e2368e0/artifacts/pNF.csar", "status": "NOT_NOTIFIED" } 2021-05-05T01:32:11.362Z||pool-2-thread-8|||||INFO|500||Missing status on Status Object. 2021-05-05T01:32:11.362Z||pool-2-thread-8|||||DEBUG|500||received message from topic 2021-05-05T01:32:11.362Z||pool-2-thread-8|||||DEBUG|500||recieved notification from broker: { "distributionID": "57b37842-77d7-44fd-aa8b-a4b70756ae5c", "consumerID": "aai-ml", "timestamp": 1620178277262, "artifactURL": "/sdc/v1/catalog/services/DemoPnfVlpep88zmj1vnmt8tma4/1.0/resourceInstances/pnf8e7b84e2368e0/artifacts/MyPnf_Pnf_v1.yaml", "status": "NOT_NOTIFIED" } 2021-05-05T01:32:11.362Z||pool-2-thread-8|||||INFO|500||Missing status on Status Object. 2021-05-05T01:32:11.362Z||pool-2-thread-8|||||DEBUG|500||received message from topic 2021-05-05T01:32:11.363Z||pool-2-thread-8|||||DEBUG|500||recieved notification from broker: { "distributionID": "57b37842-77d7-44fd-aa8b-a4b70756ae5c", "consumerID": "clamp", "timestamp": 1620178274364, "artifactURL": "/sdc/v1/catalog/services/DemoPnfVlpep88zmj1vnmt8tma4/1.0/resourceInstances/pnf8e7b84e2368e0/artifacts/MyPnf_Pnf_v1.yaml", "status": "NOT_NOTIFIED" } 2021-05-05T01:32:11.363Z||pool-2-thread-8|||||INFO|500||Missing status on Status Object. 2021-05-05T01:32:11.363Z||pool-2-thread-8|||||DEBUG|500||received message from topic 2021-05-05T01:32:11.363Z||pool-2-thread-8|||||DEBUG|500||recieved notification from broker: { "distributionID": "57b37842-77d7-44fd-aa8b-a4b70756ae5c", "consumerID": "ves-openapi-manager", "timestamp": 1620178274784, "artifactURL": "/sdc/v1/catalog/services/DemoPnfVlpep88zmj1vnmt8tma4/1.0/resourceInstances/pnf8e7b84e2368e0/artifacts/MyPnf_Pnf_v1.yaml", "status": "NOTIFIED" } 2021-05-05T01:32:11.363Z||pool-2-thread-8|||||INFO|500||Missing status on Status Object. 2021-05-05T01:32:11.363Z||pool-2-thread-8|||||DEBUG|500||received message from topic 2021-05-05T01:32:11.363Z||pool-2-thread-8|||||DEBUG|500||recieved notification from broker: { "distributionID": "57b37842-77d7-44fd-aa8b-a4b70756ae5c", "consumerID": "SO-COpenSource-Env11", "timestamp": 1620178270724, "artifactURL": "/sdc/v1/catalog/services/DemoPnfVlpep88zmj1vnmt8tma4/1.0/resourceInstances/pnf8e7b84e2368e0/artifacts/MyPnf_Pnf_v1.yaml", "status": "NOT_NOTIFIED" } 2021-05-05T01:32:11.363Z||pool-2-thread-8|||||INFO|500||Missing status on Status Object. 2021-05-05T01:32:11.363Z||pool-2-thread-8|||||DEBUG|500||received message from topic 2021-05-05T01:32:11.363Z||pool-2-thread-8|||||DEBUG|500||recieved notification from broker: { "distributionID": "57b37842-77d7-44fd-aa8b-a4b70756ae5c", "consumerID": "multicloud-k8s-id", "timestamp": 1620178271985, "artifactURL": "/sdc/v1/catalog/services/DemoPnfVlpep88zmj1vnmt8tma4/1.0/resourceInstances/pnf8e7b84e2368e0/artifacts/MyPnf_Pnf_v1.yaml", "status": "NOT_NOTIFIED" } 2021-05-05T01:32:11.363Z||pool-2-thread-8|||||INFO|500||Missing status on Status Object. 2021-05-05T01:32:11.363Z||pool-2-thread-8|||||DEBUG|500||received message from topic 2021-05-05T01:32:11.363Z||pool-2-thread-8|||||DEBUG|500||recieved notification from broker: { "distributionID": "57b37842-77d7-44fd-aa8b-a4b70756ae5c", "consumerID": "policy-id", "timestamp": 1620178269987, "artifactURL": "/sdc/v1/catalog/services/DemoPnfVlpep88zmj1vnmt8tma4/1.0/resourceInstances/pnf8e7b84e2368e0/artifacts/MyPnf_Pnf_v1.yaml", "status": "NOT_NOTIFIED" } 2021-05-05T01:32:11.363Z||pool-2-thread-8|||||INFO|500||Missing status on Status Object. 2021-05-05T01:32:11.363Z||pool-2-thread-8|||||DEBUG|500||received message from topic 2021-05-05T01:32:11.364Z||pool-2-thread-8|||||DEBUG|500||recieved notification from broker: { "distributionID": "57b37842-77d7-44fd-aa8b-a4b70756ae5c", "consumerID": "multicloud-windriver-id", "timestamp": 1620178280474, "artifactURL": "/sdc/v1/catalog/services/DemoPnfVlpep88zmj1vnmt8tma4/1.0/resourceInstances/pnf8e7b84e2368e0/artifacts/mynetconf.yang", "status": "NOT_NOTIFIED" } 2021-05-05T01:32:11.364Z||pool-2-thread-8|||||INFO|500||Missing status on Status Object. 2021-05-05T01:32:11.364Z||pool-2-thread-8|||||DEBUG|500||received message from topic 2021-05-05T01:32:11.364Z||pool-2-thread-8|||||DEBUG|500||recieved notification from broker: { "distributionID": "57b37842-77d7-44fd-aa8b-a4b70756ae5c", "consumerID": "cds", "timestamp": 1620178280580, "artifactURL": "/sdc/v1/catalog/services/DemoPnfVlpep88zmj1vnmt8tma4/1.0/resourceInstances/pnf8e7b84e2368e0/artifacts/mynetconf.yang", "status": "NOT_NOTIFIED" } 2021-05-05T01:32:11.364Z||pool-2-thread-8|||||INFO|500||Missing status on Status Object. 2021-05-05T01:32:11.364Z||pool-2-thread-8|||||DEBUG|500||received message from topic 2021-05-05T01:32:11.364Z||pool-2-thread-8|||||DEBUG|500||recieved notification from broker: { "distributionID": "57b37842-77d7-44fd-aa8b-a4b70756ae5c", "consumerID": "dcae-sch", "timestamp": 1620178282864, "artifactURL": "/sdc/v1/catalog/services/DemoPnfVlpep88zmj1vnmt8tma4/1.0/resourceInstances/pnf8e7b84e2368e0/artifacts/vf-license-model.xml", "status": "NOT_NOTIFIED" } 2021-05-05T01:32:11.364Z||pool-2-thread-8|||||INFO|500||Missing status on Status Object. 2021-05-05T01:32:11.364Z||pool-2-thread-8|||||DEBUG|500||received message from topic 2021-05-05T01:32:11.364Z||pool-2-thread-8|||||DEBUG|500||recieved notification from broker: { "distributionID": "57b37842-77d7-44fd-aa8b-a4b70756ae5c", "consumerID": "aai-ml", "timestamp": 1620178277262, "artifactURL": "/sdc/v1/catalog/services/DemoPnfVlpep88zmj1vnmt8tma4/1.0/artifacts/service-DemoPnfVlpep88zmj1vnmt8tma4-template.yml", "status": "NOT_NOTIFIED" } 2021-05-05T01:32:11.364Z||pool-2-thread-8|||||INFO|500||Missing status on Status Object. 2021-05-05T01:32:11.364Z||pool-2-thread-8|||||DEBUG|500||received message from topic 2021-05-05T01:32:11.364Z||pool-2-thread-8|||||DEBUG|500||recieved notification from broker: { "distributionID": "57b37842-77d7-44fd-aa8b-a4b70756ae5c", "consumerID": "ves-openapi-manager", "timestamp": 1620178274784, "artifactURL": "/sdc/v1/catalog/services/DemoPnfVlpep88zmj1vnmt8tma4/1.0/artifacts/service-DemoPnfVlpep88zmj1vnmt8tma4-template.yml", "status": "NOT_NOTIFIED" } 2021-05-05T01:32:11.364Z||pool-2-thread-8|||||INFO|500||Missing status on Status Object. 2021-05-05T01:32:11.364Z||pool-2-thread-8|||||DEBUG|500||received message from topic 2021-05-05T01:32:11.364Z||pool-2-thread-8|||||DEBUG|500||recieved notification from broker: { "distributionID": "57b37842-77d7-44fd-aa8b-a4b70756ae5c", "consumerID": "clamp", "timestamp": 1620178274364, "artifactURL": "/sdc/v1/catalog/services/DemoPnfVlpep88zmj1vnmt8tma4/1.0/artifacts/service-DemoPnfVlpep88zmj1vnmt8tma4-template.yml", "status": "NOT_NOTIFIED" } 2021-05-05T01:32:11.365Z||pool-2-thread-8|||||INFO|500||Missing status on Status Object. 2021-05-05T01:32:11.365Z||pool-2-thread-8|||||DEBUG|500||received message from topic 2021-05-05T01:32:11.365Z||pool-2-thread-8|||||DEBUG|500||recieved notification from broker: { "distributionID": "57b37842-77d7-44fd-aa8b-a4b70756ae5c", "consumerID": "SO-COpenSource-Env11", "timestamp": 1620178270724, "artifactURL": "/sdc/v1/catalog/services/DemoPnfVlpep88zmj1vnmt8tma4/1.0/artifacts/service-DemoPnfVlpep88zmj1vnmt8tma4-template.yml", "status": "NOT_NOTIFIED" } 2021-05-05T01:32:11.365Z||pool-2-thread-8|||||INFO|500||Missing status on Status Object. 2021-05-05T01:32:11.365Z||pool-2-thread-8|||||DEBUG|500||received message from topic 2021-05-05T01:32:11.365Z||pool-2-thread-8|||||DEBUG|500||recieved notification from broker: { "distributionID": "57b37842-77d7-44fd-aa8b-a4b70756ae5c", "consumerID": "multicloud-k8s-id", "timestamp": 1620178271985, "artifactURL": "/sdc/v1/catalog/services/DemoPnfVlpep88zmj1vnmt8tma4/1.0/artifacts/service-DemoPnfVlpep88zmj1vnmt8tma4-template.yml", "status": "NOT_NOTIFIED" } 2021-05-05T01:32:11.365Z||pool-2-thread-8|||||INFO|500||Missing status on Status Object. 2021-05-05T01:32:11.365Z||pool-2-thread-8|||||DEBUG|500||received message from topic 2021-05-05T01:32:11.365Z||pool-2-thread-8|||||DEBUG|500||recieved notification from broker: { "distributionID": "57b37842-77d7-44fd-aa8b-a4b70756ae5c", "consumerID": "policy-id", "timestamp": 1620178269987, "artifactURL": "/sdc/v1/catalog/services/DemoPnfVlpep88zmj1vnmt8tma4/1.0/artifacts/service-DemoPnfVlpep88zmj1vnmt8tma4-template.yml", "status": "NOT_NOTIFIED" } 2021-05-05T01:32:11.365Z||pool-2-thread-8|||||INFO|500||Missing status on Status Object. 2021-05-05T01:32:11.365Z||pool-2-thread-8|||||DEBUG|500||received message from topic 2021-05-05T01:32:11.365Z||pool-2-thread-8|||||DEBUG|500||recieved notification from broker: { "distributionID": "57b37842-77d7-44fd-aa8b-a4b70756ae5c", "consumerID": "multicloud-windriver-id", "timestamp": 1620178280474, "artifactURL": "/sdc/v1/catalog/services/DemoPnfVlpep88zmj1vnmt8tma4/1.0/resourceInstances/pnf8e7b84e2368e0/artifacts/vendor-license-model.xml", "status": "NOT_NOTIFIED" } 2021-05-05T01:32:11.365Z||pool-2-thread-8|||||INFO|500||Missing status on Status Object. 2021-05-05T01:32:11.365Z||pool-2-thread-8|||||DEBUG|500||received message from topic 2021-05-05T01:32:11.365Z||pool-2-thread-8|||||DEBUG|500||recieved notification from broker: { "distributionID": "57b37842-77d7-44fd-aa8b-a4b70756ae5c", "consumerID": "multicloud-starlingx-id", "timestamp": 1620178283560, "artifactURL": "/sdc/v1/catalog/services/DemoPnfVlpep88zmj1vnmt8tma4/1.0/resourceInstances/pnf8e7b84e2368e0/artifacts/vf-license-model.xml", "status": "NOT_NOTIFIED" } 2021-05-05T01:32:11.366Z||pool-2-thread-8|||||INFO|500||Missing status on Status Object. 2021-05-05T01:32:11.366Z||pool-2-thread-8|||||DEBUG|500||received message from topic 2021-05-05T01:32:11.366Z||pool-2-thread-8|||||DEBUG|500||recieved notification from broker: { "distributionID": "57b37842-77d7-44fd-aa8b-a4b70756ae5c", "consumerID": "cds", "timestamp": 1620178280580, "artifactURL": "/sdc/v1/catalog/services/DemoPnfVlpep88zmj1vnmt8tma4/1.0/resourceInstances/pnf8e7b84e2368e0/artifacts/vendor-license-model.xml", "status": "NOT_NOTIFIED" } 2021-05-05T01:32:11.366Z||pool-2-thread-8|||||INFO|500||Missing status on Status Object. 2021-05-05T01:32:11.366Z||pool-2-thread-8|||||DEBUG|500||received message from topic 2021-05-05T01:32:11.366Z||pool-2-thread-8|||||DEBUG|500||recieved notification from broker: { "distributionID": "57b37842-77d7-44fd-aa8b-a4b70756ae5c", "consumerID": "dcae-sch", "timestamp": 1620178282864, "artifactURL": "/sdc/v1/catalog/services/DemoPnfVlpep88zmj1vnmt8tma4/1.0/resourceInstances/pnf8e7b84e2368e0/artifacts/pNF.csar", "status": "NOT_NOTIFIED" } 2021-05-05T01:32:11.366Z||pool-2-thread-8|||||INFO|500||Missing status on Status Object. 2021-05-05T01:32:11.366Z||pool-2-thread-8|||||DEBUG|500||received message from topic 2021-05-05T01:32:11.366Z||pool-2-thread-8|||||DEBUG|500||recieved notification from broker: { "distributionID": "57b37842-77d7-44fd-aa8b-a4b70756ae5c", "consumerID": "clamp", "timestamp": 1620178274364, "artifactURL": "/sdc/v1/catalog/services/DemoPnfVlpep88zmj1vnmt8tma4/1.0/artifacts/service-DemoPnfVlpep88zmj1vnmt8tma4-csar.csar", "status": "NOTIFIED" } 2021-05-05T01:32:11.366Z||pool-2-thread-8|||||INFO|500||Missing status on Status Object. 2021-05-05T01:32:11.366Z||pool-2-thread-8|||||DEBUG|500||received message from topic 2021-05-05T01:32:11.366Z||pool-2-thread-8|||||DEBUG|500||recieved notification from broker: { "distributionID": "57b37842-77d7-44fd-aa8b-a4b70756ae5c", "consumerID": "aai-ml", "timestamp": 1620178277262, "artifactURL": "/sdc/v1/catalog/services/DemoPnfVlpep88zmj1vnmt8tma4/1.0/artifacts/service-DemoPnfVlpep88zmj1vnmt8tma4-csar.csar", "status": "NOTIFIED" } 2021-05-05T01:32:11.366Z||pool-2-thread-8|||||INFO|500||Missing status on Status Object. 2021-05-05T01:32:11.366Z||pool-2-thread-8|||||DEBUG|500||received message from topic 2021-05-05T01:32:11.366Z||pool-2-thread-8|||||DEBUG|500||recieved notification from broker: { "distributionID": "57b37842-77d7-44fd-aa8b-a4b70756ae5c", "consumerID": "ves-openapi-manager", "timestamp": 1620178274784, "artifactURL": "/sdc/v1/catalog/services/DemoPnfVlpep88zmj1vnmt8tma4/1.0/artifacts/service-DemoPnfVlpep88zmj1vnmt8tma4-csar.csar", "status": "NOT_NOTIFIED" } 2021-05-05T01:32:11.366Z||pool-2-thread-8|||||INFO|500||Missing status on Status Object. 2021-05-05T01:32:11.367Z||pool-2-thread-8|||||DEBUG|500||received message from topic 2021-05-05T01:32:11.367Z||pool-2-thread-8|||||DEBUG|500||recieved notification from broker: { "distributionID": "57b37842-77d7-44fd-aa8b-a4b70756ae5c", "consumerID": "SO-COpenSource-Env11", "timestamp": 1620178270724, "artifactURL": "/sdc/v1/catalog/services/DemoPnfVlpep88zmj1vnmt8tma4/1.0/artifacts/service-DemoPnfVlpep88zmj1vnmt8tma4-csar.csar", "status": "NOTIFIED" } 2021-05-05T01:32:11.367Z||pool-2-thread-8|||||INFO|500||Missing status on Status Object. 2021-05-05T01:32:11.367Z||pool-2-thread-8|||||DEBUG|500||received message from topic 2021-05-05T01:32:11.367Z||pool-2-thread-8|||||DEBUG|500||recieved notification from broker: { "distributionID": "57b37842-77d7-44fd-aa8b-a4b70756ae5c", "consumerID": "multicloud-k8s-id", "timestamp": 1620178271985, "artifactURL": "/sdc/v1/catalog/services/DemoPnfVlpep88zmj1vnmt8tma4/1.0/artifacts/service-DemoPnfVlpep88zmj1vnmt8tma4-csar.csar", "status": "NOTIFIED" } 2021-05-05T01:32:11.367Z||pool-2-thread-8|||||INFO|500||Missing status on Status Object. 2021-05-05T01:32:11.367Z||pool-2-thread-8|||||DEBUG|500||received message from topic 2021-05-05T01:32:11.367Z||pool-2-thread-8|||||DEBUG|500||recieved notification from broker: { "distributionID": "57b37842-77d7-44fd-aa8b-a4b70756ae5c", "consumerID": "policy-id", "timestamp": 1620178269987, "artifactURL": "/sdc/v1/catalog/services/DemoPnfVlpep88zmj1vnmt8tma4/1.0/artifacts/service-DemoPnfVlpep88zmj1vnmt8tma4-csar.csar", "status": "NOTIFIED" } 2021-05-05T01:32:11.367Z||pool-2-thread-8|||||INFO|500||Missing status on Status Object. 2021-05-05T01:32:11.367Z||pool-2-thread-8|||||DEBUG|500||received message from topic 2021-05-05T01:32:11.367Z||pool-2-thread-8|||||DEBUG|500||recieved notification from broker: { "distributionID": "57b37842-77d7-44fd-aa8b-a4b70756ae5c", "consumerID": "multicloud-windriver-id", "timestamp": 1620178280474, "artifactURL": "/sdc/v1/catalog/services/DemoPnfVlpep88zmj1vnmt8tma4/1.0/resourceInstances/pnf8e7b84e2368e0/artifacts/PM_Dictionary.yaml", "status": "NOT_NOTIFIED" } 2021-05-05T01:32:11.367Z||pool-2-thread-8|||||INFO|500||Missing status on Status Object. 2021-05-05T01:32:11.367Z||pool-2-thread-8|||||DEBUG|500||received message from topic 2021-05-05T01:32:11.368Z||pool-2-thread-8|||||DEBUG|500||recieved notification from broker: { "distributionID": "57b37842-77d7-44fd-aa8b-a4b70756ae5c", "consumerID": "multicloud-starlingx-id", "timestamp": 1620178283560, "artifactURL": "/sdc/v1/catalog/services/DemoPnfVlpep88zmj1vnmt8tma4/1.0/resourceInstances/pnf8e7b84e2368e0/artifacts/pNF.csar", "status": "NOT_NOTIFIED" } 2021-05-05T01:32:11.368Z||pool-2-thread-8|||||INFO|500||Missing status on Status Object. 2021-05-05T01:32:11.368Z||pool-2-thread-8|||||DEBUG|500||received message from topic 2021-05-05T01:32:11.368Z||pool-2-thread-8|||||DEBUG|500||recieved notification from broker: { "distributionID": "57b37842-77d7-44fd-aa8b-a4b70756ae5c", "consumerID": "cds", "timestamp": 1620178280580, "artifactURL": "/sdc/v1/catalog/services/DemoPnfVlpep88zmj1vnmt8tma4/1.0/resourceInstances/pnf8e7b84e2368e0/artifacts/PM_Dictionary.yaml", "status": "NOT_NOTIFIED" } 2021-05-05T01:32:11.368Z||pool-2-thread-8|||||INFO|500||Missing status on Status Object. 2021-05-05T01:32:11.368Z||pool-2-thread-8|||||DEBUG|500||received message from topic 2021-05-05T01:32:11.368Z||pool-2-thread-8|||||DEBUG|500||recieved notification from broker: { "distributionID": "57b37842-77d7-44fd-aa8b-a4b70756ae5c", "consumerID": "dcae-sch", "timestamp": 1620178282864, "artifactURL": "/sdc/v1/catalog/services/DemoPnfVlpep88zmj1vnmt8tma4/1.0/resourceInstances/pnf8e7b84e2368e0/artifacts/mynetconf.yang", "status": "NOT_NOTIFIED" } 2021-05-05T01:32:11.368Z||pool-2-thread-8|||||INFO|500||Missing status on Status Object. 2021-05-05T01:32:11.368Z||pool-2-thread-8|||||DEBUG|500||received message from topic 2021-05-05T01:32:11.368Z||pool-2-thread-8|||||DEBUG|500||recieved notification from broker: { "distributionID": "57b37842-77d7-44fd-aa8b-a4b70756ae5c", "consumerID": "multicloud-windriver-id", "timestamp": 1620178280474, "artifactURL": "/sdc/v1/catalog/services/DemoPnfVlpep88zmj1vnmt8tma4/1.0/resourceInstances/pnf8e7b84e2368e0/artifacts/MyPnf_Pnf_v1.yaml", "status": "NOT_NOTIFIED" } 2021-05-05T01:32:11.368Z||pool-2-thread-8|||||INFO|500||Missing status on Status Object. 2021-05-05T01:32:11.368Z||pool-2-thread-8|||||DEBUG|500||received message from topic 2021-05-05T01:32:11.368Z||pool-2-thread-8|||||DEBUG|500||recieved notification from broker: { "distributionID": "57b37842-77d7-44fd-aa8b-a4b70756ae5c", "consumerID": "multicloud-starlingx-id", "timestamp": 1620178283560, "artifactURL": "/sdc/v1/catalog/services/DemoPnfVlpep88zmj1vnmt8tma4/1.0/resourceInstances/pnf8e7b84e2368e0/artifacts/mynetconf.yang", "status": "NOT_NOTIFIED" } 2021-05-05T01:32:11.368Z||pool-2-thread-8|||||INFO|500||Missing status on Status Object. 2021-05-05T01:32:11.368Z||pool-2-thread-8|||||DEBUG|500||received message from topic 2021-05-05T01:32:11.368Z||pool-2-thread-8|||||DEBUG|500||recieved notification from broker: { "distributionID": "57b37842-77d7-44fd-aa8b-a4b70756ae5c", "consumerID": "cds", "timestamp": 1620178280580, "artifactURL": "/sdc/v1/catalog/services/DemoPnfVlpep88zmj1vnmt8tma4/1.0/resourceInstances/pnf8e7b84e2368e0/artifacts/MyPnf_Pnf_v1.yaml", "status": "NOT_NOTIFIED" } 2021-05-05T01:32:11.369Z||pool-2-thread-8|||||INFO|500||Missing status on Status Object. 2021-05-05T01:32:11.369Z||pool-2-thread-8|||||DEBUG|500||received message from topic 2021-05-05T01:32:11.369Z||pool-2-thread-8|||||DEBUG|500||recieved notification from broker: { "distributionID": "57b37842-77d7-44fd-aa8b-a4b70756ae5c", "consumerID": "dcae-sch", "timestamp": 1620178282864, "artifactURL": "/sdc/v1/catalog/services/DemoPnfVlpep88zmj1vnmt8tma4/1.0/resourceInstances/pnf8e7b84e2368e0/artifacts/vendor-license-model.xml", "status": "NOT_NOTIFIED" } 2021-05-05T01:32:11.369Z||pool-2-thread-8|||||INFO|500||Missing status on Status Object. 2021-05-05T01:32:11.369Z||pool-2-thread-8|||||DEBUG|500||received message from topic 2021-05-05T01:32:11.369Z||pool-2-thread-8|||||DEBUG|500||recieved notification from broker: { "distributionID": "57b37842-77d7-44fd-aa8b-a4b70756ae5c", "consumerID": "ves-openapi-manager", "timestamp": 1620178286769, "artifactURL": "/sdc/v1/catalog/services/DemoPnfVlpep88zmj1vnmt8tma4/1.0/resourceInstances/pnf8e7b84e2368e0/artifacts/MyPnf_Pnf_v1.yaml", "status": "DOWNLOAD_OK" } 2021-05-05T01:32:11.369Z||pool-2-thread-8|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error' 2021-05-05T01:32:11.369Z||pool-2-thread-8|||||DEBUG|500||received message from topic 2021-05-05T01:32:11.369Z||pool-2-thread-8|||||DEBUG|500||recieved notification from broker: { "distributionID": "57b37842-77d7-44fd-aa8b-a4b70756ae5c", "consumerID": "aai-ml", "timestamp": 1620178286858, "artifactURL": "/sdc/v1/catalog/services/DemoPnfVlpep88zmj1vnmt8tma4/1.0/artifacts/service-DemoPnfVlpep88zmj1vnmt8tma4-csar.csar", "status": "DOWNLOAD_OK" } 2021-05-05T01:32:11.369Z||pool-2-thread-8|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error' 2021-05-05T01:32:11.369Z||pool-2-thread-8|||||DEBUG|500||received message from topic 2021-05-05T01:32:11.369Z||pool-2-thread-8|||||DEBUG|500||recieved notification from broker: { "distributionID": "57b37842-77d7-44fd-aa8b-a4b70756ae5c", "consumerID": "policy-id", "timestamp": 1620178286862, "artifactURL": "/sdc/v1/catalog/services/DemoPnfVlpep88zmj1vnmt8tma4/1.0/artifacts/service-DemoPnfVlpep88zmj1vnmt8tma4-csar.csar", "status": "DOWNLOAD_OK" } 2021-05-05T01:32:11.369Z||pool-2-thread-8|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error' 2021-05-05T01:32:11.369Z||pool-2-thread-8|||||DEBUG|500||received message from topic 2021-05-05T01:32:11.369Z||pool-2-thread-8|||||DEBUG|500||recieved notification from broker: { "distributionID": "57b37842-77d7-44fd-aa8b-a4b70756ae5c", "consumerID": "SO-COpenSource-Env11", "timestamp": 1620178286889, "artifactURL": "/sdc/v1/catalog/services/DemoPnfVlpep88zmj1vnmt8tma4/1.0/artifacts/service-DemoPnfVlpep88zmj1vnmt8tma4-csar.csar", "status": "DOWNLOAD_OK" } 2021-05-05T01:32:11.370Z||pool-2-thread-8|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error' 2021-05-05T01:32:11.370Z||pool-2-thread-8|||||DEBUG|500||received message from topic 2021-05-05T01:32:11.370Z||pool-2-thread-8|||||DEBUG|500||recieved notification from broker: { "distributionID": "57b37842-77d7-44fd-aa8b-a4b70756ae5c", "consumerID": "multicloud-windriver-id", "timestamp": 1620178280474, "artifactURL": "/sdc/v1/catalog/services/DemoPnfVlpep88zmj1vnmt8tma4/1.0/artifacts/service-DemoPnfVlpep88zmj1vnmt8tma4-template.yml", "status": "NOT_NOTIFIED" } 2021-05-05T01:32:11.370Z||pool-2-thread-8|||||INFO|500||Missing status on Status Object. 2021-05-05T01:32:11.370Z||pool-2-thread-8|||||DEBUG|500||received message from topic 2021-05-05T01:32:11.370Z||pool-2-thread-8|||||DEBUG|500||recieved notification from broker: { "distributionID": "57b37842-77d7-44fd-aa8b-a4b70756ae5c", "consumerID": "multicloud-starlingx-id", "timestamp": 1620178283560, "artifactURL": "/sdc/v1/catalog/services/DemoPnfVlpep88zmj1vnmt8tma4/1.0/resourceInstances/pnf8e7b84e2368e0/artifacts/vendor-license-model.xml", "status": "NOT_NOTIFIED" } 2021-05-05T01:32:11.370Z||pool-2-thread-8|||||INFO|500||Missing status on Status Object. 2021-05-05T01:32:11.370Z||pool-2-thread-8|||||DEBUG|500||received message from topic 2021-05-05T01:32:11.370Z||pool-2-thread-8|||||DEBUG|500||recieved notification from broker: { "distributionID": "57b37842-77d7-44fd-aa8b-a4b70756ae5c", "consumerID": "cds", "timestamp": 1620178280580, "artifactURL": "/sdc/v1/catalog/services/DemoPnfVlpep88zmj1vnmt8tma4/1.0/artifacts/service-DemoPnfVlpep88zmj1vnmt8tma4-template.yml", "status": "NOT_NOTIFIED" } 2021-05-05T01:32:11.370Z||pool-2-thread-8|||||INFO|500||Missing status on Status Object. 2021-05-05T01:32:11.370Z||pool-2-thread-8|||||DEBUG|500||received message from topic 2021-05-05T01:32:11.370Z||pool-2-thread-8|||||DEBUG|500||recieved notification from broker: { "distributionID": "57b37842-77d7-44fd-aa8b-a4b70756ae5c", "consumerID": "dcae-sch", "timestamp": 1620178282864, "artifactURL": "/sdc/v1/catalog/services/DemoPnfVlpep88zmj1vnmt8tma4/1.0/resourceInstances/pnf8e7b84e2368e0/artifacts/PM_Dictionary.yaml", "status": "NOT_NOTIFIED" } 2021-05-05T01:32:11.371Z||pool-2-thread-8|||||INFO|500||Missing status on Status Object. 2021-05-05T01:32:11.371Z||pool-2-thread-8|||||DEBUG|500||received message from topic 2021-05-05T01:32:11.371Z||pool-2-thread-8|||||DEBUG|500||recieved notification from broker: { "distributionID": "57b37842-77d7-44fd-aa8b-a4b70756ae5c", "consumerID": "ves-openapi-manager", "timestamp": 1620178287789, "artifactURL": "/sdc/v1/catalog/services/DemoPnfVlpep88zmj1vnmt8tma4/1.0/resourceInstances/pnf8e7b84e2368e0/artifacts/MyPnf_Pnf_v1.yaml", "status": "DEPLOY_OK" } 2021-05-05T01:32:11.371Z||pool-2-thread-8|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error' 2021-05-05T01:32:11.371Z||pool-2-thread-8|||||DEBUG|500||received message from topic 2021-05-05T01:32:11.371Z||pool-2-thread-8|||||DEBUG|500||recieved notification from broker: { "distributionID": "57b37842-77d7-44fd-aa8b-a4b70756ae5c", "consumerID": "policy-id", "timestamp": 1620178287865, "artifactURL": "/sdc/v1/catalog/services/DemoPnfVlpep88zmj1vnmt8tma4/1.0/artifacts/service-DemoPnfVlpep88zmj1vnmt8tma4-csar.csar", "status": "DEPLOY_OK" } 2021-05-05T01:32:11.371Z||pool-2-thread-8|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error' 2021-05-05T01:32:11.371Z||pool-2-thread-8|||||DEBUG|500||received message from topic 2021-05-05T01:32:11.371Z||pool-2-thread-8|||||DEBUG|500||recieved notification from broker: { "distributionID": "57b37842-77d7-44fd-aa8b-a4b70756ae5c", "consumerID": "multicloud-windriver-id", "timestamp": 1620178280474, "artifactURL": "/sdc/v1/catalog/services/DemoPnfVlpep88zmj1vnmt8tma4/1.0/artifacts/service-DemoPnfVlpep88zmj1vnmt8tma4-csar.csar", "status": "NOTIFIED" } 2021-05-05T01:32:11.371Z||pool-2-thread-8|||||INFO|500||Missing status on Status Object. 2021-05-05T01:32:11.371Z||pool-2-thread-8|||||DEBUG|500||received message from topic 2021-05-05T01:32:11.371Z||pool-2-thread-8|||||DEBUG|500||recieved notification from broker: { "distributionID": "57b37842-77d7-44fd-aa8b-a4b70756ae5c", "consumerID": "multicloud-starlingx-id", "timestamp": 1620178283560, "artifactURL": "/sdc/v1/catalog/services/DemoPnfVlpep88zmj1vnmt8tma4/1.0/resourceInstances/pnf8e7b84e2368e0/artifacts/PM_Dictionary.yaml", "status": "NOT_NOTIFIED" } 2021-05-05T01:32:11.371Z||pool-2-thread-8|||||INFO|500||Missing status on Status Object. 2021-05-05T01:32:11.371Z||pool-2-thread-8|||||DEBUG|500||received message from topic 2021-05-05T01:32:11.371Z||pool-2-thread-8|||||DEBUG|500||recieved notification from broker: { "distributionID": "57b37842-77d7-44fd-aa8b-a4b70756ae5c", "consumerID": "cds", "timestamp": 1620178280580, "artifactURL": "/sdc/v1/catalog/services/DemoPnfVlpep88zmj1vnmt8tma4/1.0/artifacts/service-DemoPnfVlpep88zmj1vnmt8tma4-csar.csar", "status": "NOTIFIED" } 2021-05-05T01:32:11.371Z||pool-2-thread-8|||||INFO|500||Missing status on Status Object. 2021-05-05T01:32:11.372Z||pool-2-thread-8|||||DEBUG|500||received message from topic 2021-05-05T01:32:11.372Z||pool-2-thread-8|||||DEBUG|500||recieved notification from broker: { "distributionID": "57b37842-77d7-44fd-aa8b-a4b70756ae5c", "consumerID": "dcae-sch", "timestamp": 1620178282864, "artifactURL": "/sdc/v1/catalog/services/DemoPnfVlpep88zmj1vnmt8tma4/1.0/resourceInstances/pnf8e7b84e2368e0/artifacts/MyPnf_Pnf_v1.yaml", "status": "NOT_NOTIFIED" } 2021-05-05T01:32:11.372Z||pool-2-thread-8|||||INFO|500||Missing status on Status Object. 2021-05-05T01:32:11.372Z||pool-2-thread-8|||||DEBUG|500||received message from topic 2021-05-05T01:32:11.372Z||pool-2-thread-8|||||DEBUG|500||recieved notification from broker: { "distributionID": "57b37842-77d7-44fd-aa8b-a4b70756ae5c", "consumerID": "ves-openapi-manager", "timestamp": 1620178288791, "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=? 2021-05-05T01:32:11.376Z||pool-2-thread-8|||||DEBUG|500||Receive a callback componentStatus in ASDC, for componentName: and status of COMPONENT_DONE_OK distributionID of 57b37842-77d7-44fd-aa8b-a4b70756ae5c 2021-05-05T01:32:11.377Z||pool-2-thread-8|||||DEBUG|500||Entering installTheComponentStatus for distributionId 57b37842-77d7-44fd-aa8b-a4b70756ae5c 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 (?, ?, ?, ?, ?) 2021-05-05T01:32:11.383Z||pool-2-thread-8|||||DEBUG|500||received message from topic 2021-05-05T01:32:11.383Z||pool-2-thread-8|||||DEBUG|500||recieved notification from broker: { "distributionID": "57b37842-77d7-44fd-aa8b-a4b70756ae5c", "consumerID": "SO-COpenSource-Env11", "timestamp": 1620178288794, "artifactURL": "/sdc/v1/catalog/services/DemoPnfVlpep88zmj1vnmt8tma4/1.0/artifacts/service-DemoPnfVlpep88zmj1vnmt8tma4-csar.csar", "status": "DEPLOY_OK" } 2021-05-05T01:32:11.383Z||pool-2-thread-8|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error' 2021-05-05T01:32:11.384Z||pool-2-thread-8|||||DEBUG|500||received message from topic 2021-05-05T01:32:11.384Z||pool-2-thread-8|||||DEBUG|500||recieved notification from broker: { "distributionID": "57b37842-77d7-44fd-aa8b-a4b70756ae5c", "consumerID": "policy-id", "timestamp": 1620178288868, "artifactURL": "", "status": "COMPONENT_DONE_OK", "componentName": "POLICY" } Hibernate: select watchdogdi0_.DISTRIBUTION_ID as distribu1_11_0_, watchdogdi0_.CREATE_TIME as create_t2_11_0_, watchdogdi0_.DISTRIBUTION_ID_STATUS as distribu3_11_0_, watchdogdi0_.MODIFY_TIME as modify_t4_11_0_, watchdogdi0_.LOCK_VERSION as lock_ver5_11_0_ from watchdog_distributionid_status watchdogdi0_ where watchdogdi0_.DISTRIBUTION_ID=? 2021-05-05T01:32:11.387Z||pool-2-thread-8|||||DEBUG|500||Receive a callback componentStatus in ASDC, for componentName: POLICY and status of COMPONENT_DONE_OK distributionID of 57b37842-77d7-44fd-aa8b-a4b70756ae5c 2021-05-05T01:32:11.387Z||pool-2-thread-8|||||DEBUG|500||Entering installTheComponentStatus for distributionId 57b37842-77d7-44fd-aa8b-a4b70756ae5c and ComponentName POLICY Hibernate: select watchdogco0_.COMPONENT_NAME as componen1_12_0_, watchdogco0_.DISTRIBUTION_ID as distribu2_12_0_, watchdogco0_.COMPONENT_DISTRIBUTION_STATUS as componen3_12_0_, watchdogco0_.CREATE_TIME as create_t4_12_0_, watchdogco0_.MODIFY_TIME as modify_t5_12_0_ from watchdog_per_component_distribution_status watchdogco0_ where watchdogco0_.COMPONENT_NAME=? and watchdogco0_.DISTRIBUTION_ID=? Hibernate: insert into watchdog_per_component_distribution_status (COMPONENT_DISTRIBUTION_STATUS, CREATE_TIME, MODIFY_TIME, COMPONENT_NAME, DISTRIBUTION_ID) values (?, ?, ?, ?, ?) 2021-05-05T01:32:11.393Z||pool-2-thread-8|||||DEBUG|500||received message from topic 2021-05-05T01:32:11.393Z||pool-2-thread-8|||||DEBUG|500||recieved notification from broker: { "distributionID": "57b37842-77d7-44fd-aa8b-a4b70756ae5c", "consumerID": "multicloud-starlingx-id", "timestamp": 1620178283560, "artifactURL": "/sdc/v1/catalog/services/DemoPnfVlpep88zmj1vnmt8tma4/1.0/resourceInstances/pnf8e7b84e2368e0/artifacts/MyPnf_Pnf_v1.yaml", "status": "NOT_NOTIFIED" } 2021-05-05T01:32:11.394Z||pool-2-thread-8|||||INFO|500||Missing status on Status Object. 2021-05-05T01:32:11.394Z||pool-2-thread-8|||||DEBUG|500||received message from topic 2021-05-05T01:32:11.394Z||pool-2-thread-8|||||DEBUG|500||recieved notification from broker: { "distributionID": "57b37842-77d7-44fd-aa8b-a4b70756ae5c", "consumerID": "dcae-sch", "timestamp": 1620178282864, "artifactURL": "/sdc/v1/catalog/services/DemoPnfVlpep88zmj1vnmt8tma4/1.0/artifacts/service-DemoPnfVlpep88zmj1vnmt8tma4-template.yml", "status": "NOT_NOTIFIED" } 2021-05-05T01:32:11.394Z||pool-2-thread-8|||||INFO|500||Missing status on Status Object. 2021-05-05T01:32:11.394Z||pool-2-thread-8|||||DEBUG|500||received message from topic 2021-05-05T01:32:11.394Z||pool-2-thread-8|||||DEBUG|500||recieved notification from broker: { "distributionID": "57b37842-77d7-44fd-aa8b-a4b70756ae5c", "consumerID": "cds", "timestamp": 1620178289800, "artifactURL": "/sdc/v1/catalog/services/DemoPnfVlpep88zmj1vnmt8tma4/1.0/artifacts/service-DemoPnfVlpep88zmj1vnmt8tma4-csar.csar", "status": "DOWNLOAD_OK" } 2021-05-05T01:32:11.394Z||pool-2-thread-8|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error' 2021-05-05T01:32:11.394Z||pool-2-thread-8|||||DEBUG|500||received message from topic 2021-05-05T01:32:11.394Z||pool-2-thread-8|||||DEBUG|500||recieved notification from broker: { "distributionID": "57b37842-77d7-44fd-aa8b-a4b70756ae5c", "consumerID": "multicloud-starlingx-id", "timestamp": 1620178283560, "artifactURL": "/sdc/v1/catalog/services/DemoPnfVlpep88zmj1vnmt8tma4/1.0/artifacts/service-DemoPnfVlpep88zmj1vnmt8tma4-template.yml", "status": "NOT_NOTIFIED" } 2021-05-05T01:32:11.395Z||pool-2-thread-8|||||INFO|500||Missing status on Status Object. 2021-05-05T01:32:11.395Z||pool-2-thread-8|||||DEBUG|500||received message from topic 2021-05-05T01:32:11.395Z||pool-2-thread-8|||||DEBUG|500||recieved notification from broker: { "distributionID": "57b37842-77d7-44fd-aa8b-a4b70756ae5c", "consumerID": "dcae-sch", "timestamp": 1620178282864, "artifactURL": "/sdc/v1/catalog/services/DemoPnfVlpep88zmj1vnmt8tma4/1.0/artifacts/service-DemoPnfVlpep88zmj1vnmt8tma4-csar.csar", "status": "NOT_NOTIFIED" } 2021-05-05T01:32:11.395Z||pool-2-thread-8|||||INFO|500||Missing status on Status Object. 2021-05-05T01:32:11.395Z||pool-2-thread-8|||||DEBUG|500||received message from topic 2021-05-05T01:32:11.395Z||pool-2-thread-8|||||DEBUG|500||recieved notification from broker: { "distributionID": "57b37842-77d7-44fd-aa8b-a4b70756ae5c", "consumerID": "cds", "timestamp": 1620178290805, "artifactURL": "/sdc/v1/catalog/services/DemoPnfVlpep88zmj1vnmt8tma4/1.0/artifacts/service-DemoPnfVlpep88zmj1vnmt8tma4-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=? 2021-05-05T01:32:11.398Z||pool-2-thread-8|||||DEBUG|500||Receive a callback componentStatus in ASDC, for componentName: cds and status of COMPONENT_DONE_OK distributionID of 57b37842-77d7-44fd-aa8b-a4b70756ae5c 2021-05-05T01:32:11.399Z||pool-2-thread-8|||||DEBUG|500||Entering installTheComponentStatus for distributionId 57b37842-77d7-44fd-aa8b-a4b70756ae5c and ComponentName cds Hibernate: select watchdogco0_.COMPONENT_NAME as componen1_12_0_, watchdogco0_.DISTRIBUTION_ID as distribu2_12_0_, watchdogco0_.COMPONENT_DISTRIBUTION_STATUS as componen3_12_0_, watchdogco0_.CREATE_TIME as create_t4_12_0_, watchdogco0_.MODIFY_TIME as modify_t5_12_0_ from watchdog_per_component_distribution_status watchdogco0_ where watchdogco0_.COMPONENT_NAME=? and watchdogco0_.DISTRIBUTION_ID=? Hibernate: insert into watchdog_per_component_distribution_status (COMPONENT_DISTRIBUTION_STATUS, CREATE_TIME, MODIFY_TIME, COMPONENT_NAME, DISTRIBUTION_ID) values (?, ?, ?, ?, ?) 2021-05-05T01:32:11.405Z||pool-2-thread-8|||||DEBUG|500||received message from topic 2021-05-05T01:32:11.405Z||pool-2-thread-8|||||DEBUG|500||recieved notification from broker: { "distributionID": "57b37842-77d7-44fd-aa8b-a4b70756ae5c", "consumerID": "multicloud-starlingx-id", "timestamp": 1620178283560, "artifactURL": "/sdc/v1/catalog/services/DemoPnfVlpep88zmj1vnmt8tma4/1.0/artifacts/service-DemoPnfVlpep88zmj1vnmt8tma4-csar.csar", "status": "NOTIFIED" } 2021-05-05T01:32:11.405Z||pool-2-thread-8|||||INFO|500||Missing status on Status Object. 2021-05-05T01:32:11.405Z||pool-2-thread-8|||||DEBUG|500||received message from topic 2021-05-05T01:32:11.405Z||pool-2-thread-8|||||DEBUG|500||recieved notification from broker: { "distributionID": "57b37842-77d7-44fd-aa8b-a4b70756ae5c", "consumerID": "sdc-COpenSource-Env11-sdnc-dockero", "timestamp": 1620178290818, "artifactURL": "/sdc/v1/catalog/services/DemoPnfVlpep88zmj1vnmt8tma4/1.0/resourceInstances/pnf8e7b84e2368e0/artifacts/vf-license-model.xml", "status": "NOT_NOTIFIED" } 2021-05-05T01:32:11.405Z||pool-2-thread-8|||||INFO|500||Missing status on Status Object. 2021-05-05T01:32:11.406Z||pool-2-thread-8|||||DEBUG|500||received message from topic 2021-05-05T01:32:11.406Z||pool-2-thread-8|||||DEBUG|500||recieved notification from broker: { "distributionID": "57b37842-77d7-44fd-aa8b-a4b70756ae5c", "consumerID": "aai-ml", "timestamp": 1620178291999, "artifactURL": "/sdc/v1/catalog/services/DemoPnfVlpep88zmj1vnmt8tma4/1.0/artifacts/service-DemoPnfVlpep88zmj1vnmt8tma4-csar.csar", "status": "DEPLOY_OK" } 2021-05-05T01:32:11.406Z||pool-2-thread-8|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error' 2021-05-05T01:32:11.406Z||pool-2-thread-8|||||DEBUG|500||received message from topic 2021-05-05T01:32:11.406Z||pool-2-thread-8|||||DEBUG|500||recieved notification from broker: { "distributionID": "57b37842-77d7-44fd-aa8b-a4b70756ae5c", "consumerID": "clamp", "timestamp": 1620178292258, "artifactURL": "/sdc/v1/catalog/services/DemoPnfVlpep88zmj1vnmt8tma4/1.0/artifacts/service-DemoPnfVlpep88zmj1vnmt8tma4-csar.csar", "status": "DOWNLOAD_OK" } 2021-05-05T01:32:11.406Z||pool-2-thread-8|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error' 2021-05-05T01:32:11.406Z||pool-2-thread-8|||||DEBUG|500||received message from topic 2021-05-05T01:32:11.406Z||pool-2-thread-8|||||DEBUG|500||recieved notification from broker: { "distributionID": "57b37842-77d7-44fd-aa8b-a4b70756ae5c", "consumerID": "sdc-COpenSource-Env11-sdnc-dockero", "timestamp": 1620178290818, "artifactURL": "/sdc/v1/catalog/services/DemoPnfVlpep88zmj1vnmt8tma4/1.0/resourceInstances/pnf8e7b84e2368e0/artifacts/pNF.csar", "status": "NOT_NOTIFIED" } 2021-05-05T01:32:11.407Z||pool-2-thread-8|||||INFO|500||Missing status on Status Object. 2021-05-05T01:32:11.407Z||pool-2-thread-8|||||DEBUG|500||received message from topic 2021-05-05T01:32:11.407Z||pool-2-thread-8|||||DEBUG|500||recieved notification from broker: { "distributionID": "57b37842-77d7-44fd-aa8b-a4b70756ae5c", "consumerID": "aai-ml", "timestamp": 1620178293001, "artifactURL": "", "status": "COMPONENT_DONE_OK", "componentName": "AAI" } Hibernate: select watchdogdi0_.DISTRIBUTION_ID as distribu1_11_0_, watchdogdi0_.CREATE_TIME as create_t2_11_0_, watchdogdi0_.DISTRIBUTION_ID_STATUS as distribu3_11_0_, watchdogdi0_.MODIFY_TIME as modify_t4_11_0_, watchdogdi0_.LOCK_VERSION as lock_ver5_11_0_ from watchdog_distributionid_status watchdogdi0_ where watchdogdi0_.DISTRIBUTION_ID=? 2021-05-05T01:32:11.411Z||pool-2-thread-8|||||DEBUG|500||Receive a callback componentStatus in ASDC, for componentName: AAI and status of COMPONENT_DONE_OK distributionID of 57b37842-77d7-44fd-aa8b-a4b70756ae5c 2021-05-05T01:32:11.411Z||pool-2-thread-8|||||DEBUG|500||Entering installTheComponentStatus for distributionId 57b37842-77d7-44fd-aa8b-a4b70756ae5c and ComponentName AAI Hibernate: select watchdogco0_.COMPONENT_NAME as componen1_12_0_, watchdogco0_.DISTRIBUTION_ID as distribu2_12_0_, watchdogco0_.COMPONENT_DISTRIBUTION_STATUS as componen3_12_0_, watchdogco0_.CREATE_TIME as create_t4_12_0_, watchdogco0_.MODIFY_TIME as modify_t5_12_0_ from watchdog_per_component_distribution_status watchdogco0_ where watchdogco0_.COMPONENT_NAME=? and watchdogco0_.DISTRIBUTION_ID=? Hibernate: insert into watchdog_per_component_distribution_status (COMPONENT_DISTRIBUTION_STATUS, CREATE_TIME, MODIFY_TIME, COMPONENT_NAME, DISTRIBUTION_ID) values (?, ?, ?, ?, ?) 2021-05-05T01:32:11.416Z||pool-2-thread-8|||||DEBUG|500||received message from topic 2021-05-05T01:32:11.417Z||pool-2-thread-8|||||DEBUG|500||recieved notification from broker: { "distributionID": "57b37842-77d7-44fd-aa8b-a4b70756ae5c", "consumerID": "clamp", "timestamp": 1620178293270, "artifactURL": "/sdc/v1/catalog/services/DemoPnfVlpep88zmj1vnmt8tma4/1.0/artifacts/service-DemoPnfVlpep88zmj1vnmt8tma4-csar.csar", "status": "DEPLOY_OK" } 2021-05-05T01:32:11.417Z||pool-2-thread-8|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error' 2021-05-05T01:32:11.417Z||pool-2-thread-8|||||DEBUG|500||received message from topic 2021-05-05T01:32:11.417Z||pool-2-thread-8|||||DEBUG|500||recieved notification from broker: { "distributionID": "57b37842-77d7-44fd-aa8b-a4b70756ae5c", "consumerID": "sdc-COpenSource-Env11-sdnc-dockero", "timestamp": 1620178290818, "artifactURL": "/sdc/v1/catalog/services/DemoPnfVlpep88zmj1vnmt8tma4/1.0/resourceInstances/pnf8e7b84e2368e0/artifacts/mynetconf.yang", "status": "NOT_NOTIFIED" } 2021-05-05T01:32:11.417Z||pool-2-thread-8|||||INFO|500||Missing status on Status Object. 2021-05-05T01:32:11.417Z||pool-2-thread-8|||||DEBUG|500||received message from topic 2021-05-05T01:32:11.417Z||pool-2-thread-8|||||DEBUG|500||recieved notification from broker: { "distributionID": "57b37842-77d7-44fd-aa8b-a4b70756ae5c", "consumerID": "clamp", "timestamp": 1620178294273, "artifactURL": "", "status": "COMPONENT_DONE_OK", "componentName": "clamp" } Hibernate: select watchdogdi0_.DISTRIBUTION_ID as distribu1_11_0_, watchdogdi0_.CREATE_TIME as create_t2_11_0_, watchdogdi0_.DISTRIBUTION_ID_STATUS as distribu3_11_0_, watchdogdi0_.MODIFY_TIME as modify_t4_11_0_, watchdogdi0_.LOCK_VERSION as lock_ver5_11_0_ from watchdog_distributionid_status watchdogdi0_ where watchdogdi0_.DISTRIBUTION_ID=? 2021-05-05T01:32:11.420Z||pool-2-thread-8|||||DEBUG|500||Receive a callback componentStatus in ASDC, for componentName: clamp and status of COMPONENT_DONE_OK distributionID of 57b37842-77d7-44fd-aa8b-a4b70756ae5c 2021-05-05T01:32:11.420Z||pool-2-thread-8|||||DEBUG|500||Entering installTheComponentStatus for distributionId 57b37842-77d7-44fd-aa8b-a4b70756ae5c and ComponentName clamp Hibernate: select watchdogco0_.COMPONENT_NAME as componen1_12_0_, watchdogco0_.DISTRIBUTION_ID as distribu2_12_0_, watchdogco0_.COMPONENT_DISTRIBUTION_STATUS as componen3_12_0_, watchdogco0_.CREATE_TIME as create_t4_12_0_, watchdogco0_.MODIFY_TIME as modify_t5_12_0_ from watchdog_per_component_distribution_status watchdogco0_ where watchdogco0_.COMPONENT_NAME=? and watchdogco0_.DISTRIBUTION_ID=? Hibernate: insert into watchdog_per_component_distribution_status (COMPONENT_DISTRIBUTION_STATUS, CREATE_TIME, MODIFY_TIME, COMPONENT_NAME, DISTRIBUTION_ID) values (?, ?, ?, ?, ?) 2021-05-05T01:32:11.425Z||pool-2-thread-8|||||DEBUG|500||received message from topic 2021-05-05T01:32:11.425Z||pool-2-thread-8|||||DEBUG|500||recieved notification from broker: { "distributionID": "57b37842-77d7-44fd-aa8b-a4b70756ae5c", "consumerID": "sdc-COpenSource-Env11-sdnc-dockero", "timestamp": 1620178290818, "artifactURL": "/sdc/v1/catalog/services/DemoPnfVlpep88zmj1vnmt8tma4/1.0/resourceInstances/pnf8e7b84e2368e0/artifacts/vendor-license-model.xml", "status": "NOT_NOTIFIED" } 2021-05-05T01:32:11.425Z||pool-2-thread-8|||||INFO|500||Missing status on Status Object. 2021-05-05T01:32:11.426Z||pool-2-thread-8|||||DEBUG|500||received message from topic 2021-05-05T01:32:11.426Z||pool-2-thread-8|||||DEBUG|500||recieved notification from broker: { "distributionID": "57b37842-77d7-44fd-aa8b-a4b70756ae5c", "consumerID": "sdc-COpenSource-Env11-sdnc-dockero", "timestamp": 1620178290818, "artifactURL": "/sdc/v1/catalog/services/DemoPnfVlpep88zmj1vnmt8tma4/1.0/resourceInstances/pnf8e7b84e2368e0/artifacts/PM_Dictionary.yaml", "status": "NOT_NOTIFIED" } 2021-05-05T01:32:11.426Z||pool-2-thread-8|||||INFO|500||Missing status on Status Object. 2021-05-05T01:32:11.426Z||pool-2-thread-8|||||DEBUG|500||received message from topic 2021-05-05T01:32:11.426Z||pool-2-thread-8|||||DEBUG|500||recieved notification from broker: { "distributionID": "57b37842-77d7-44fd-aa8b-a4b70756ae5c", "consumerID": "sdc-COpenSource-Env11-sdnc-dockero", "timestamp": 1620178290818, "artifactURL": "/sdc/v1/catalog/services/DemoPnfVlpep88zmj1vnmt8tma4/1.0/resourceInstances/pnf8e7b84e2368e0/artifacts/MyPnf_Pnf_v1.yaml", "status": "NOT_NOTIFIED" } 2021-05-05T01:32:11.426Z||pool-2-thread-8|||||INFO|500||Missing status on Status Object. 2021-05-05T01:32:11.426Z||pool-2-thread-8|||||DEBUG|500||received message from topic 2021-05-05T01:32:11.426Z||pool-2-thread-8|||||DEBUG|500||recieved notification from broker: { "distributionID": "57b37842-77d7-44fd-aa8b-a4b70756ae5c", "consumerID": "sdc-COpenSource-Env11-sdnc-dockero", "timestamp": 1620178290818, "artifactURL": "/sdc/v1/catalog/services/DemoPnfVlpep88zmj1vnmt8tma4/1.0/artifacts/service-DemoPnfVlpep88zmj1vnmt8tma4-template.yml", "status": "NOT_NOTIFIED" } 2021-05-05T01:32:11.426Z||pool-2-thread-8|||||INFO|500||Missing status on Status Object. 2021-05-05T01:32:11.426Z||pool-2-thread-8|||||DEBUG|500||received message from topic 2021-05-05T01:32:11.426Z||pool-2-thread-8|||||DEBUG|500||recieved notification from broker: { "distributionID": "57b37842-77d7-44fd-aa8b-a4b70756ae5c", "consumerID": "sdc-COpenSource-Env11-sdnc-dockero", "timestamp": 1620178290818, "artifactURL": "/sdc/v1/catalog/services/DemoPnfVlpep88zmj1vnmt8tma4/1.0/artifacts/service-DemoPnfVlpep88zmj1vnmt8tma4-csar.csar", "status": "NOTIFIED" } 2021-05-05T01:32:11.426Z||pool-2-thread-8|||||INFO|500||Missing status on Status Object. 2021-05-05T01:32:11.426Z||pool-2-thread-8|||||DEBUG|500||received message from topic 2021-05-05T01:32:11.426Z||pool-2-thread-8|||||DEBUG|500||recieved notification from broker: { "distributionID": "57b37842-77d7-44fd-aa8b-a4b70756ae5c", "consumerID": "sdc-COpenSource-Env11-sdnc-dockero", "timestamp": 1620178299642, "artifactURL": "/sdc/v1/catalog/services/DemoPnfVlpep88zmj1vnmt8tma4/1.0/artifacts/service-DemoPnfVlpep88zmj1vnmt8tma4-csar.csar", "status": "DOWNLOAD_OK" } 2021-05-05T01:32:11.427Z||pool-2-thread-8|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error' 2021-05-05T01:32:11.427Z||pool-2-thread-8|||||DEBUG|500||received message from topic 2021-05-05T01:32:11.427Z||pool-2-thread-8|||||DEBUG|500||recieved notification from broker: { "distributionID": "57b37842-77d7-44fd-aa8b-a4b70756ae5c", "consumerID": "sdc-COpenSource-Env11-sdnc-dockero", "timestamp": 1620178301257, "artifactURL": "/sdc/v1/catalog/services/DemoPnfVlpep88zmj1vnmt8tma4/1.0/artifacts/service-DemoPnfVlpep88zmj1vnmt8tma4-csar.csar", "status": "DEPLOY_OK" } 2021-05-05T01:32:11.427Z||pool-2-thread-8|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error' 2021-05-05T01:32:11.427Z||pool-2-thread-8|||||DEBUG|500||received message from topic 2021-05-05T01:32:11.427Z||pool-2-thread-8|||||DEBUG|500||recieved notification from broker: { "distributionID": "57b37842-77d7-44fd-aa8b-a4b70756ae5c", "consumerID": "sdc-COpenSource-Env11-sdnc-dockero", "timestamp": 1620178302260, "artifactURL": "", "status": "COMPONENT_DONE_OK", "componentName": "SDNC" } Hibernate: select watchdogdi0_.DISTRIBUTION_ID as distribu1_11_0_, watchdogdi0_.CREATE_TIME as create_t2_11_0_, watchdogdi0_.DISTRIBUTION_ID_STATUS as distribu3_11_0_, watchdogdi0_.MODIFY_TIME as modify_t4_11_0_, watchdogdi0_.LOCK_VERSION as lock_ver5_11_0_ from watchdog_distributionid_status watchdogdi0_ where watchdogdi0_.DISTRIBUTION_ID=? 2021-05-05T01:32:11.430Z||pool-2-thread-8|||||DEBUG|500||Receive a callback componentStatus in ASDC, for componentName: SDNC and status of COMPONENT_DONE_OK distributionID of 57b37842-77d7-44fd-aa8b-a4b70756ae5c 2021-05-05T01:32:11.430Z||pool-2-thread-8|||||DEBUG|500||Entering installTheComponentStatus for distributionId 57b37842-77d7-44fd-aa8b-a4b70756ae5c and ComponentName SDNC Hibernate: select watchdogco0_.COMPONENT_NAME as componen1_12_0_, watchdogco0_.DISTRIBUTION_ID as distribu2_12_0_, watchdogco0_.COMPONENT_DISTRIBUTION_STATUS as componen3_12_0_, watchdogco0_.CREATE_TIME as create_t4_12_0_, watchdogco0_.MODIFY_TIME as modify_t5_12_0_ from watchdog_per_component_distribution_status watchdogco0_ where watchdogco0_.COMPONENT_NAME=? and watchdogco0_.DISTRIBUTION_ID=? Hibernate: insert into watchdog_per_component_distribution_status (COMPONENT_DISTRIBUTION_STATUS, CREATE_TIME, MODIFY_TIME, COMPONENT_NAME, DISTRIBUTION_ID) values (?, ?, ?, ?, ?) 2021-05-05T01:32:29.818Z|57b37842-77d7-44fd-aa8b-a4b70756ae5c|pool-2-thread-7|||||DEBUG|500||Entered getOverallDistributionStatus method for distrubutionId: 57b37842-77d7-44fd-aa8b-a4b70756ae5c Hibernate: select watchdogdi0_.DISTRIBUTION_ID as distribu1_11_0_, watchdogdi0_.CREATE_TIME as create_t2_11_0_, watchdogdi0_.DISTRIBUTION_ID_STATUS as distribu3_11_0_, watchdogdi0_.MODIFY_TIME as modify_t4_11_0_, watchdogdi0_.LOCK_VERSION as lock_ver5_11_0_ from watchdog_distributionid_status watchdogdi0_ where watchdogdi0_.DISTRIBUTION_ID=? Hibernate: select watchdogco0_.COMPONENT_NAME as componen1_12_, watchdogco0_.DISTRIBUTION_ID as distribu2_12_, watchdogco0_.COMPONENT_DISTRIBUTION_STATUS as componen3_12_, watchdogco0_.CREATE_TIME as create_t4_12_, watchdogco0_.MODIFY_TIME as modify_t5_12_ from watchdog_per_component_distribution_status watchdogco0_ where watchdogco0_.DISTRIBUTION_ID=? 2021-05-05T01:32:29.826Z|57b37842-77d7-44fd-aa8b-a4b70756ae5c|pool-2-thread-7|||||DEBUG|500||Executed RequestDB getWatchdogComponentDistributionStatus for distrubutionId: 57b37842-77d7-44fd-aa8b-a4b70756ae5c Hibernate: select watchdogco0_.COMPONENT_NAME as componen1_12_, watchdogco0_.DISTRIBUTION_ID as distribu2_12_, watchdogco0_.COMPONENT_DISTRIBUTION_STATUS as componen3_12_, watchdogco0_.CREATE_TIME as create_t4_12_, watchdogco0_.MODIFY_TIME as modify_t5_12_ from watchdog_per_component_distribution_status watchdogco0_ where watchdogco0_.DISTRIBUTION_ID=? 2021-05-05T01:32:29.829Z|57b37842-77d7-44fd-aa8b-a4b70756ae5c|pool-2-thread-7|||||DEBUG|500||Found componentName SO in the WatchDog Component DB 2021-05-05T01:32:29.829Z|57b37842-77d7-44fd-aa8b-a4b70756ae5c|pool-2-thread-7|||||DEBUG|500||Found componentName AAI in the WatchDog Component DB 2021-05-05T01:32:29.829Z|57b37842-77d7-44fd-aa8b-a4b70756ae5c|pool-2-thread-7|||||DEBUG|500||Found componentName SDNC in the WatchDog Component DB 2021-05-05T01:32:29.829Z|57b37842-77d7-44fd-aa8b-a4b70756ae5c|pool-2-thread-7|||||DEBUG|500||Components Size matched with the WatchdogComponentDistributionStatus results. 2021-05-05T01:32:29.830Z|57b37842-77d7-44fd-aa8b-a4b70756ae5c|pool-2-thread-7|||||DEBUG|500||Component status: COMPONENT_DONE_OK on componentName: 2021-05-05T01:32:29.830Z|57b37842-77d7-44fd-aa8b-a4b70756ae5c|pool-2-thread-7|||||DEBUG|500||Component status: COMPONENT_DONE_OK on componentName: 2021-05-05T01:32:29.830Z|57b37842-77d7-44fd-aa8b-a4b70756ae5c|pool-2-thread-7|||||DEBUG|500||Component status: COMPONENT_DONE_OK on componentName: 2021-05-05T01:32:29.830Z|57b37842-77d7-44fd-aa8b-a4b70756ae5c|pool-2-thread-7|||||DEBUG|500||Component status: COMPONENT_DONE_OK on componentName: 2021-05-05T01:32:29.830Z|57b37842-77d7-44fd-aa8b-a4b70756ae5c|pool-2-thread-7|||||DEBUG|500||Component status: COMPONENT_DONE_OK on componentName: 2021-05-05T01:32:29.830Z|57b37842-77d7-44fd-aa8b-a4b70756ae5c|pool-2-thread-7|||||DEBUG|500||Component status: COMPONENT_DONE_OK on componentName: 2021-05-05T01:32:29.830Z|57b37842-77d7-44fd-aa8b-a4b70756ae5c|pool-2-thread-7|||||DEBUG|500||Component status: COMPONENT_DONE_OK on componentName: 2021-05-05T01:32:29.830Z|57b37842-77d7-44fd-aa8b-a4b70756ae5c|pool-2-thread-7|||||DEBUG|500||Updating overall DistributionStatus to: SUCCESS for distributionId: Hibernate: select watchdogdi0_.DISTRIBUTION_ID as distribu1_11_0_, watchdogdi0_.CREATE_TIME as create_t2_11_0_, watchdogdi0_.DISTRIBUTION_ID_STATUS as distribu3_11_0_, watchdogdi0_.MODIFY_TIME as modify_t4_11_0_, watchdogdi0_.LOCK_VERSION as lock_ver5_11_0_ from watchdog_distributionid_status watchdogdi0_ where watchdogdi0_.DISTRIBUTION_ID=? 2021-05-05T01:32:29.834Z|57b37842-77d7-44fd-aa8b-a4b70756ae5c|pool-2-thread-7|||||DEBUG|500||Exiting getOverallDistributionStatus method in WatchdogDistribution 2021-05-05T01:32:59.834Z|57b37842-77d7-44fd-aa8b-a4b70756ae5c|pool-2-thread-7|||||DEBUG|500||Entered executePatchAAI method with distrubutionId: 57b37842-77d7-44fd-aa8b-a4b70756ae5c and distributionStatus: Hibernate: select watchdogse0_.DISTRIBUTION_ID as distribu1_13_, watchdogse0_.SERVICE_MODEL_VERSION_ID as service_2_13_, watchdogse0_.CONSUMER_ID as consumer3_13_, watchdogse0_.CREATE_TIME as create_t4_13_, watchdogse0_.DISTRIBUTION_NOTIFICATION as distribu5_13_ from watchdog_service_mod_ver_id_lookup watchdogse0_ where watchdogse0_.DISTRIBUTION_ID=? 2021-05-05T01:32:59.838Z|57b37842-77d7-44fd-aa8b-a4b70756ae5c|pool-2-thread-7|||||DEBUG|500||Executed RequestDB getWatchdogServiceModVerIdLookup with distributionId: 57b37842-77d7-44fd-aa8b-a4b70756ae5c and serviceModelVersionId: defcf58f-dc15-4ea3-a4e2-9517983469de 2021-05-05T01:32:59.838Z|57b37842-77d7-44fd-aa8b-a4b70756ae5c|pool-2-thread-7|||||DEBUG|500||ASDC Notification ServiceModelInvariantUUID : d6648a68-4857-44e2-8186-e59a1455e941 2021-05-05T01:32:59.838Z|57b37842-77d7-44fd-aa8b-a4b70756ae5c|pool-2-thread-7|||||DEBUG|500||Target A&AI Resource URI: /service-design-and-creation/models/model/d6648a68-4857-44e2-8186-e59a1455e941/model-vers/model-ver/defcf58f-dc15-4ea3-a4e2-9517983469de?depth=0 2021-05-05T01:32:59.843Z|57b37842-77d7-44fd-aa8b-a4b70756ae5c|pool-2-thread-7|||||INFO|500||RestClientSSL using default SSL context! 2021-05-05T01:32:59.869Z|57b37842-77d7-44fd-aa8b-a4b70756ae5c|pool-2-thread-7|||AAI|https://aai.onap:8443/aai/v23/service-design-and-creation/models/model/d6648a68-4857-44e2-8186-e59a1455e941/model-vers/model-ver/defcf58f-dc15-4ea3-a4e2-9517983469de?depth=0|INFO|500||Invoke 2021-05-05T01:32:59.869Z|57b37842-77d7-44fd-aa8b-a4b70756ae5c|pool-2-thread-7|||AAI|https://aai.onap:8443/aai/v23/service-design-and-creation/models/model/d6648a68-4857-44e2-8186-e59a1455e941/model-vers/model-ver/defcf58f-dc15-4ea3-a4e2-9517983469de?depth=0|DEBUG|500||Sending HTTP POST (overridden to PATCH) to:https://aai.onap:8443/aai/v23/service-design-and-creation/models/model/d6648a68-4857-44e2-8186-e59a1455e941/model-vers/model-ver/defcf58f-dc15-4ea3-a4e2-9517983469de?depth=0 with request headers:{Authorization=[***REDACTED***], X-RequestID=[57b37842-77d7-44fd-aa8b-a4b70756ae5c], X-FromAppId=[MSO], X-ONAP-PartnerName=[UNKNOWN], X-HTTP-Method-Override=[PATCH], Accept=[application/json], X-InvocationID=[1daccb24-4154-4164-8f42-52483eb02bae], X-ECOMP-RequestID=[57b37842-77d7-44fd-aa8b-a4b70756ae5c], X-TransactionId=[], X-ONAP-RequestID=[57b37842-77d7-44fd-aa8b-a4b70756ae5c], Content-Type=[application/merge-patch+json]} 2021-05-05T01:32:59.890Z|57b37842-77d7-44fd-aa8b-a4b70756ae5c|pool-2-thread-7|||AAI|https://aai.onap:8443/aai/v23/service-design-and-creation/models/model/d6648a68-4857-44e2-8186-e59a1455e941/model-vers/model-ver/defcf58f-dc15-4ea3-a4e2-9517983469de?depth=0|DEBUG|500||{"distribution-status":"DISTRIBUTION_COMPLETE_OK"} 2021-05-05T01:32:59.964Z|57b37842-77d7-44fd-aa8b-a4b70756ae5c|pool-2-thread-7|||AAI|https://aai.onap:8443/aai/v23/service-design-and-creation/models/model/d6648a68-4857-44e2-8186-e59a1455e941/model-vers/model-ver/defcf58f-dc15-4ea3-a4e2-9517983469de?depth=0|DEBUG|500||Response from method:POST (overridden to PATCH) performed on uri:https://aai.onap:8443/aai/v23/service-design-and-creation/models/model/d6648a68-4857-44e2-8186-e59a1455e941/model-vers/model-ver/defcf58f-dc15-4ea3-a4e2-9517983469de?depth=0 has http status code:200 and response headers:{Strict-Transport-Security=[max-age=16000000; includeSubDomains; preload;], X-AAI-TXID=[0-aai-resources-210505-01:32:59:896-24005], vertex-id=[245896], Content-Length=[0], Date=[Wed, 05 May 2021 01:32:59 GMT], Content-Type=[application/json]} 2021-05-05T01:32:59.964Z|57b37842-77d7-44fd-aa8b-a4b70756ae5c|pool-2-thread-7|||AAI|https://aai.onap:8443/aai/v23/service-design-and-creation/models/model/d6648a68-4857-44e2-8186-e59a1455e941/model-vers/model-ver/defcf58f-dc15-4ea3-a4e2-9517983469de?depth=0|DEBUG|500||Response was returned with an empty entity. 2021-05-05T01:32:59.965Z|57b37842-77d7-44fd-aa8b-a4b70756ae5c|pool-2-thread-7|||AAI|https://aai.onap:8443/aai/v23/service-design-and-creation/models/model/d6648a68-4857-44e2-8186-e59a1455e941/model-vers/model-ver/defcf58f-dc15-4ea3-a4e2-9517983469de?depth=0|INFO|500||InvokeReturn 2021-05-05T01:32:59.965Z|57b37842-77d7-44fd-aa8b-a4b70756ae5c|pool-2-thread-7|||||DEBUG|500||A&AI UPDATE MODEL Version is success! 2021-05-05T01:32:59.965Z|57b37842-77d7-44fd-aa8b-a4b70756ae5c|pool-2-thread-7|||||DEBUG|500||A&AI Updated succefully with Distribution Status! Hibernate: select service0_.MODEL_UUID as model_uu1_49_, service0_.CDS_BLUEPRINT_NAME as cds_blue2_49_, service0_.CDS_BLUEPRINT_VERSION as cds_blue3_49_, service0_.SERVICE_CATEGORY as service_4_49_, service0_.CONTROLLER_ACTOR as controll5_49_, service0_.CREATION_TIMESTAMP as creation6_49_, service0_.TOSCA_CSAR_ARTIFACT_UUID as tosca_c21_49_, service0_.DESCRIPTION as descript7_49_, service0_.OVERALL_DISTRIBUTION_STATUS as overall_8_49_, service0_.ENVIRONMENT_CONTEXT as environm9_49_, service0_.MODEL_INVARIANT_UUID as model_i10_49_, service0_.MODEL_NAME as model_n11_49_, service0_.MODEL_VERSION as model_v12_49_, service0_.NAMING_POLICY as naming_13_49_, service0_.ONAP_GENERATED_NAMING as onap_ge14_49_, service0_.RESOURCE_ORDER as resourc15_49_, service0_.SERVICE_FUNCTION as service16_49_, service0_.SERVICE_ROLE as service17_49_, service0_.SERVICE_TYPE as service18_49_, service0_.SKIP_POST_INSTANTIATION_CONFIGURATION as skip_po19_49_, service0_.WORKLOAD_CONTEXT as workloa20_49_ from service service0_ where service0_.MODEL_UUID=? 2021-05-05T01:32:59.969Z|57b37842-77d7-44fd-aa8b-a4b70756ae5c|pool-2-thread-7|||||ERROR|500||Error updating CatalogDBStatus java.lang.NullPointerException: null at org.onap.so.asdc.tenantIsolation.WatchdogDistribution.updateCatalogDBStatus(WatchdogDistribution.java:206) at org.onap.so.asdc.client.ASDCController.treatNotification(ASDCController.java:690) at org.onap.so.asdc.client.ASDCNotificationCallBack.activateCallback(ASDCNotificationCallBack.java:52) at org.onap.sdc.impl.NotificationConsumer.run(NotificationConsumer.java:71) at java.base/java.util.concurrent.Executors$RunnableAdapter.call(Unknown Source) at java.base/java.util.concurrent.FutureTask.runAndReset(Unknown Source) at java.base/java.util.concurrent.ScheduledThreadPoolExecutor$ScheduledFutureTask.run(Unknown Source) at java.base/java.util.concurrent.ThreadPoolExecutor.runWorker(Unknown Source) at java.base/java.util.concurrent.ThreadPoolExecutor$Worker.run(Unknown Source) at java.base/java.lang.Thread.run(Unknown Source) 2021-05-05T01:32:59.969Z|57b37842-77d7-44fd-aa8b-a4b70756ae5c|pool-2-thread-7|||||DEBUG|500||Enter sendFinalDistributionStatus with DistributionID 57b37842-77d7-44fd-aa8b-a4b70756ae5c and Status of DISTRIBUTION_COMPLETE_OK and ErrorReason null 2021-05-05T01:32:59.969Z|57b37842-77d7-44fd-aa8b-a4b70756ae5c|pool-2-thread-7|||||INFO|500||DistributionClient - sendFinalDistributionStatus status 2021-05-05T01:32:59.970Z|57b37842-77d7-44fd-aa8b-a4b70756ae5c|pool-2-thread-7|||||INFO|500||DistributionClient - sendStatus 2021-05-05T01:32:59.972Z|57b37842-77d7-44fd-aa8b-a4b70756ae5c|pool-2-thread-7|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap] 2021-05-05T01:32:59.972Z|57b37842-77d7-44fd-aa8b-a4b70756ae5c|pool-2-thread-7|||||DEBUG|500||try to send status { "distributionID": "57b37842-77d7-44fd-aa8b-a4b70756ae5c", "consumerID": "SO-COpenSource-Env11", "timestamp": 1620178379969, "artifactURL": "", "status": "DISTRIBUTION_COMPLETE_OK" } 2021-05-05T01:33:00.072Z||pool-133-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms 2021-05-05T01:33:00.073Z||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. 2021-05-05T01:33:00.073Z||pool-133-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as a4LkjAbl6YzsGxek) ... 2021-05-05T01:33:00.084Z||pool-133-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK 2021-05-05T01:33:00.085Z||pool-133-thread-1|||||INFO|500||cambria reply ok (13 ms):{"serverTimeMs":0,"count":1} Hibernate: select watchdogdi0_.DISTRIBUTION_ID as distribu1_11_0_, watchdogdi0_.CREATE_TIME as create_t2_11_0_, watchdogdi0_.DISTRIBUTION_ID_STATUS as distribu3_11_0_, watchdogdi0_.MODIFY_TIME as modify_t4_11_0_, watchdogdi0_.LOCK_VERSION as lock_ver5_11_0_ from watchdog_distributionid_status watchdogdi0_ where watchdogdi0_.DISTRIBUTION_ID=? Hibernate: update watchdog_distributionid_status set DISTRIBUTION_ID_STATUS=?, MODIFY_TIME=?, LOCK_VERSION=? where DISTRIBUTION_ID=? 2021-05-05T01:33:00.982Z|57b37842-77d7-44fd-aa8b-a4b70756ae5c|pool-2-thread-7|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2021-05-05T01:33:00.983Z|57b37842-77d7-44fd-aa8b-a4b70756ae5c|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. 2021-05-05T01:33:00.983Z|57b37842-77d7-44fd-aa8b-a4b70756ae5c|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 a4LkjAbl6YzsGxek) ... 2021-05-05T01:33:10.519Z|57b37842-77d7-44fd-aa8b-a4b70756ae5c|pool-2-thread-7|||||INFO|500|| --> HTTP/1.1 200 OK 2021-05-05T01:33:10.724Z|57b37842-77d7-44fd-aa8b-a4b70756ae5c|pool-2-thread-7|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2021-05-05T01:33:10.724Z|57b37842-77d7-44fd-aa8b-a4b70756ae5c|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. 2021-05-05T01:33:10.724Z|57b37842-77d7-44fd-aa8b-a4b70756ae5c|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 a4LkjAbl6YzsGxek) ... 2021-05-05T01:33:10.725Z||pool-2-thread-8|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2021-05-05T01:33:10.726Z||pool-2-thread-8|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel. 2021-05-05T01:33:10.726Z||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 a4LkjAbl6YzsGxek) ... 2021-05-05T01:33:11.346Z||pool-2-thread-8|||||INFO|500|| --> HTTP/1.1 200 OK 2021-05-05T01:33:11.346Z||pool-2-thread-8|||||DEBUG|500||received message from topic 2021-05-05T01:33:11.346Z||pool-2-thread-8|||||DEBUG|500||recieved notification from broker: { "distributionID": "57b37842-77d7-44fd-aa8b-a4b70756ae5c", "consumerID": "SO-COpenSource-Env11", "timestamp": 1620178379969, "artifactURL": "", "status": "DISTRIBUTION_COMPLETE_OK" } 2021-05-05T01:33:11.347Z||pool-2-thread-8|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error' 2021-05-05T01:33:20.258Z|57b37842-77d7-44fd-aa8b-a4b70756ae5c|pool-2-thread-7|||||INFO|500|| --> HTTP/1.1 200 OK 2021-05-05T01:34:10.724Z|57b37842-77d7-44fd-aa8b-a4b70756ae5c|pool-2-thread-7|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2021-05-05T01:34:10.724Z|57b37842-77d7-44fd-aa8b-a4b70756ae5c|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. 2021-05-05T01:34:10.724Z|57b37842-77d7-44fd-aa8b-a4b70756ae5c|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 a4LkjAbl6YzsGxek) ... 2021-05-05T01:34:10.725Z||pool-2-thread-8|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2021-05-05T01:34:10.726Z||pool-2-thread-8|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel. 2021-05-05T01:34:10.726Z||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 a4LkjAbl6YzsGxek) ... 2021-05-05T01:34:20.262Z||pool-2-thread-8|||||INFO|500|| --> HTTP/1.1 200 OK 2021-05-05T01:34:20.263Z|57b37842-77d7-44fd-aa8b-a4b70756ae5c|pool-2-thread-7|||||INFO|500|| --> HTTP/1.1 200 OK 2021-05-05T01:35:10.724Z|57b37842-77d7-44fd-aa8b-a4b70756ae5c|pool-2-thread-7|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2021-05-05T01:35:10.725Z|57b37842-77d7-44fd-aa8b-a4b70756ae5c|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. 2021-05-05T01:35:10.725Z|57b37842-77d7-44fd-aa8b-a4b70756ae5c|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 a4LkjAbl6YzsGxek) ... 2021-05-05T01:35:10.725Z||pool-2-thread-8|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2021-05-05T01:35:10.726Z||pool-2-thread-8|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel. 2021-05-05T01:35:10.726Z||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 a4LkjAbl6YzsGxek) ... 2021-05-05T01:35:20.264Z||pool-2-thread-8|||||INFO|500|| --> HTTP/1.1 200 OK 2021-05-05T01:35:20.267Z|57b37842-77d7-44fd-aa8b-a4b70756ae5c|pool-2-thread-7|||||INFO|500|| --> HTTP/1.1 200 OK 2021-05-05T01:36:10.725Z||pool-2-thread-8|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2021-05-05T01:36:10.724Z|57b37842-77d7-44fd-aa8b-a4b70756ae5c|pool-2-thread-7|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2021-05-05T01:36:10.726Z||pool-2-thread-8|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel. 2021-05-05T01:36:10.726Z|57b37842-77d7-44fd-aa8b-a4b70756ae5c|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. 2021-05-05T01:36:10.726Z||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 a4LkjAbl6YzsGxek) ... 2021-05-05T01:36:10.726Z|57b37842-77d7-44fd-aa8b-a4b70756ae5c|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 a4LkjAbl6YzsGxek) ... 2021-05-05T01:36:20.265Z||pool-2-thread-8|||||INFO|500|| --> HTTP/1.1 200 OK 2021-05-05T01:36:20.265Z|57b37842-77d7-44fd-aa8b-a4b70756ae5c|pool-2-thread-7|||||INFO|500|| --> HTTP/1.1 200 OK 2021-05-05T01:37:10.724Z||pool-2-thread-8|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2021-05-05T01:37:10.725Z||pool-2-thread-8|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel. 2021-05-05T01:37:10.725Z||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 a4LkjAbl6YzsGxek) ... 2021-05-05T01:37:10.726Z||pool-2-thread-5|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2021-05-05T01:37:10.726Z||pool-2-thread-5|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel. 2021-05-05T01:37:10.727Z||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 a4LkjAbl6YzsGxek) ... 2021-05-05T01:37:20.265Z||pool-2-thread-5|||||INFO|500|| --> HTTP/1.1 200 OK 2021-05-05T01:37:20.285Z||pool-2-thread-8|||||INFO|500|| --> HTTP/1.1 200 OK 2021-05-05T01:38:10.724Z||pool-2-thread-8|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2021-05-05T01:38:10.724Z||pool-2-thread-8|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel. 2021-05-05T01:38:10.725Z||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 a4LkjAbl6YzsGxek) ... 2021-05-05T01:38:10.725Z||pool-2-thread-3|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2021-05-05T01:38:10.726Z||pool-2-thread-3|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel. 2021-05-05T01:38:10.726Z||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 a4LkjAbl6YzsGxek) ... 2021-05-05T01:38:20.265Z||pool-2-thread-8|||||INFO|500|| --> HTTP/1.1 200 OK 2021-05-05T01:38:20.265Z||pool-2-thread-3|||||INFO|500|| --> HTTP/1.1 200 OK 2021-05-05T01:39:10.724Z||pool-2-thread-8|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2021-05-05T01:39:10.724Z||pool-2-thread-8|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel. 2021-05-05T01:39:10.725Z||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 a4LkjAbl6YzsGxek) ... 2021-05-05T01:39:10.725Z||pool-2-thread-3|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2021-05-05T01:39:10.726Z||pool-2-thread-3|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel. 2021-05-05T01:39:10.726Z||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 a4LkjAbl6YzsGxek) ... 2021-05-05T01:39:20.260Z||pool-2-thread-8|||||INFO|500|| --> HTTP/1.1 200 OK 2021-05-05T01:39:20.260Z||pool-2-thread-3|||||INFO|500|| --> HTTP/1.1 200 OK 2021-05-05T01:40:10.724Z||pool-2-thread-8|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2021-05-05T01:40:10.724Z||pool-2-thread-8|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel. 2021-05-05T01:40:10.724Z||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 a4LkjAbl6YzsGxek) ... 2021-05-05T01:40:10.725Z|f5779424-7153-46c3-aba1-244c2c089976|pool-2-thread-9|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2021-05-05T01:40:10.726Z|f5779424-7153-46c3-aba1-244c2c089976|pool-2-thread-9|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel. 2021-05-05T01:40:10.726Z|f5779424-7153-46c3-aba1-244c2c089976|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 a4LkjAbl6YzsGxek) ... 2021-05-05T01:40:20.265Z||pool-2-thread-8|||||INFO|500|| --> HTTP/1.1 200 OK 2021-05-05T01:40:20.267Z|f5779424-7153-46c3-aba1-244c2c089976|pool-2-thread-9|||||INFO|500|| --> HTTP/1.1 200 OK 2021-05-05T01:41:10.724Z||pool-2-thread-8|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2021-05-05T01:41:10.724Z||pool-2-thread-8|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel. 2021-05-05T01:41:10.725Z||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 a4LkjAbl6YzsGxek) ... 2021-05-05T01:41:10.725Z||pool-2-thread-4|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2021-05-05T01:41:10.726Z||pool-2-thread-4|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel. 2021-05-05T01:41:10.726Z||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 a4LkjAbl6YzsGxek) ... 2021-05-05T01:41:20.263Z||pool-2-thread-8|||||INFO|500|| --> HTTP/1.1 200 OK 2021-05-05T01:41:20.263Z||pool-2-thread-4|||||INFO|500|| --> HTTP/1.1 200 OK 2021-05-05T01:42:10.724Z||pool-2-thread-8|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2021-05-05T01:42:10.724Z||pool-2-thread-8|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel. 2021-05-05T01:42:10.725Z||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 a4LkjAbl6YzsGxek) ... 2021-05-05T01:42:10.725Z||pool-2-thread-10|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2021-05-05T01:42:10.726Z||pool-2-thread-10|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel. 2021-05-05T01:42:10.726Z||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 a4LkjAbl6YzsGxek) ... 2021-05-05T01:42:20.262Z||pool-2-thread-8|||||INFO|500|| --> HTTP/1.1 200 OK 2021-05-05T01:42:20.264Z||pool-2-thread-10|||||INFO|500|| --> HTTP/1.1 200 OK 2021-05-05T01:43:10.724Z||pool-2-thread-8|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2021-05-05T01:43:10.724Z||pool-2-thread-8|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel. 2021-05-05T01:43:10.724Z||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 a4LkjAbl6YzsGxek) ... 2021-05-05T01:43:10.725Z|57b37842-77d7-44fd-aa8b-a4b70756ae5c|pool-2-thread-7|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2021-05-05T01:43:10.727Z|57b37842-77d7-44fd-aa8b-a4b70756ae5c|pool-2-thread-7|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel. 2021-05-05T01:43:10.727Z|57b37842-77d7-44fd-aa8b-a4b70756ae5c|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 a4LkjAbl6YzsGxek) ... 2021-05-05T01:43:20.266Z||pool-2-thread-8|||||INFO|500|| --> HTTP/1.1 200 OK 2021-05-05T01:43:20.267Z|57b37842-77d7-44fd-aa8b-a4b70756ae5c|pool-2-thread-7|||||INFO|500|| --> HTTP/1.1 200 OK 2021-05-05T01:44:10.724Z||pool-2-thread-8|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2021-05-05T01:44:10.724Z||pool-2-thread-8|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel. 2021-05-05T01:44:10.724Z||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 a4LkjAbl6YzsGxek) ... 2021-05-05T01:44:10.726Z||pool-2-thread-3|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2021-05-05T01:44:10.726Z||pool-2-thread-3|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel. 2021-05-05T01:44:10.726Z||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 a4LkjAbl6YzsGxek) ... 2021-05-05T01:44:20.265Z||pool-2-thread-8|||||INFO|500|| --> HTTP/1.1 200 OK 2021-05-05T01:44:20.265Z||pool-2-thread-3|||||INFO|500|| --> HTTP/1.1 200 OK 2021-05-05T01:45:10.724Z||pool-2-thread-8|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2021-05-05T01:45:10.724Z||pool-2-thread-8|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel. 2021-05-05T01:45:10.724Z||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 a4LkjAbl6YzsGxek) ... 2021-05-05T01:45:10.725Z|f5779424-7153-46c3-aba1-244c2c089976|pool-2-thread-9|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2021-05-05T01:45:10.726Z|f5779424-7153-46c3-aba1-244c2c089976|pool-2-thread-9|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel. 2021-05-05T01:45:10.726Z|f5779424-7153-46c3-aba1-244c2c089976|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 a4LkjAbl6YzsGxek) ... 2021-05-05T01:45:20.264Z|f5779424-7153-46c3-aba1-244c2c089976|pool-2-thread-9|||||INFO|500|| --> HTTP/1.1 200 OK 2021-05-05T01:45:20.267Z||pool-2-thread-8|||||INFO|500|| --> HTTP/1.1 200 OK 2021-05-05T01:46:10.724Z||pool-2-thread-8|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2021-05-05T01:46:10.724Z||pool-2-thread-8|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel. 2021-05-05T01:46:10.725Z||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 a4LkjAbl6YzsGxek) ... 2021-05-05T01:46:10.726Z||pool-2-thread-1|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2021-05-05T01:46:10.726Z||pool-2-thread-1|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel. 2021-05-05T01:46:10.726Z||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 a4LkjAbl6YzsGxek) ... 2021-05-05T01:46:20.259Z||pool-2-thread-8|||||INFO|500|| --> HTTP/1.1 200 OK 2021-05-05T01:46:20.261Z||pool-2-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK 2021-05-05T01:47:10.724Z||pool-2-thread-8|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2021-05-05T01:47:10.724Z||pool-2-thread-8|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel. 2021-05-05T01:47:10.725Z||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 a4LkjAbl6YzsGxek) ... 2021-05-05T01:47:10.725Z||pool-2-thread-2|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2021-05-05T01:47:10.726Z||pool-2-thread-2|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel. 2021-05-05T01:47:10.726Z||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 a4LkjAbl6YzsGxek) ... 2021-05-05T01:47:20.262Z||pool-2-thread-8|||||INFO|500|| --> HTTP/1.1 200 OK 2021-05-05T01:47:20.262Z||pool-2-thread-2|||||INFO|500|| --> HTTP/1.1 200 OK 2021-05-05T01:48:10.724Z||pool-2-thread-2|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2021-05-05T01:48:10.724Z||pool-2-thread-2|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel. 2021-05-05T01:48:10.724Z||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 a4LkjAbl6YzsGxek) ... 2021-05-05T01:48:10.726Z|29f13870-bf62-4e46-b7c0-88fec898ca7e|pool-2-thread-6|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2021-05-05T01:48:10.732Z|29f13870-bf62-4e46-b7c0-88fec898ca7e|pool-2-thread-6|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel. 2021-05-05T01:48:10.732Z|29f13870-bf62-4e46-b7c0-88fec898ca7e|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 a4LkjAbl6YzsGxek) ... 2021-05-05T01:48:20.272Z|29f13870-bf62-4e46-b7c0-88fec898ca7e|pool-2-thread-6|||||INFO|500|| --> HTTP/1.1 200 OK 2021-05-05T01:48:20.272Z||pool-2-thread-2|||||INFO|500|| --> HTTP/1.1 200 OK 2021-05-05T01:49:10.724Z|29f13870-bf62-4e46-b7c0-88fec898ca7e|pool-2-thread-6|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2021-05-05T01:49:10.724Z|29f13870-bf62-4e46-b7c0-88fec898ca7e|pool-2-thread-6|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel. 2021-05-05T01:49:10.724Z|29f13870-bf62-4e46-b7c0-88fec898ca7e|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 a4LkjAbl6YzsGxek) ... 2021-05-05T01:49:10.726Z||pool-2-thread-4|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2021-05-05T01:49:10.726Z||pool-2-thread-4|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel. 2021-05-05T01:49:10.726Z||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 a4LkjAbl6YzsGxek) ... 2021-05-05T01:49:20.266Z||pool-2-thread-4|||||INFO|500|| --> HTTP/1.1 200 OK 2021-05-05T01:49:20.266Z|29f13870-bf62-4e46-b7c0-88fec898ca7e|pool-2-thread-6|||||INFO|500|| --> HTTP/1.1 200 OK 2021-05-05T01:50:10.724Z|29f13870-bf62-4e46-b7c0-88fec898ca7e|pool-2-thread-6|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2021-05-05T01:50:10.724Z|29f13870-bf62-4e46-b7c0-88fec898ca7e|pool-2-thread-6|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel. 2021-05-05T01:50:10.724Z|29f13870-bf62-4e46-b7c0-88fec898ca7e|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 a4LkjAbl6YzsGxek) ... 2021-05-05T01:50:10.725Z||pool-2-thread-1|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2021-05-05T01:50:10.726Z||pool-2-thread-1|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel. 2021-05-05T01:50:10.726Z||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 a4LkjAbl6YzsGxek) ... 2021-05-05T01:50:20.268Z|29f13870-bf62-4e46-b7c0-88fec898ca7e|pool-2-thread-6|||||INFO|500|| --> HTTP/1.1 200 OK 2021-05-05T01:50:20.268Z||pool-2-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK 2021-05-05T01:51:10.724Z|29f13870-bf62-4e46-b7c0-88fec898ca7e|pool-2-thread-6|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2021-05-05T01:51:10.724Z|29f13870-bf62-4e46-b7c0-88fec898ca7e|pool-2-thread-6|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel. 2021-05-05T01:51:10.725Z|29f13870-bf62-4e46-b7c0-88fec898ca7e|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 a4LkjAbl6YzsGxek) ... 2021-05-05T01:51:10.725Z||pool-2-thread-1|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2021-05-05T01:51:10.726Z||pool-2-thread-1|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel. 2021-05-05T01:51:10.726Z||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 a4LkjAbl6YzsGxek) ... 2021-05-05T01:51:20.266Z|29f13870-bf62-4e46-b7c0-88fec898ca7e|pool-2-thread-6|||||INFO|500|| --> HTTP/1.1 200 OK 2021-05-05T01:51:20.266Z||pool-2-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK 2021-05-05T01:52:10.724Z|29f13870-bf62-4e46-b7c0-88fec898ca7e|pool-2-thread-6|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2021-05-05T01:52:10.724Z|29f13870-bf62-4e46-b7c0-88fec898ca7e|pool-2-thread-6|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel. 2021-05-05T01:52:10.724Z|29f13870-bf62-4e46-b7c0-88fec898ca7e|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 a4LkjAbl6YzsGxek) ... 2021-05-05T01:52:10.726Z||pool-2-thread-5|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2021-05-05T01:52:10.726Z||pool-2-thread-5|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel. 2021-05-05T01:52:10.726Z||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 a4LkjAbl6YzsGxek) ... 2021-05-05T01:52:20.264Z|29f13870-bf62-4e46-b7c0-88fec898ca7e|pool-2-thread-6|||||INFO|500|| --> HTTP/1.1 200 OK 2021-05-05T01:52:20.265Z||pool-2-thread-5|||||INFO|500|| --> HTTP/1.1 200 OK 2021-05-05T01:53:10.724Z|29f13870-bf62-4e46-b7c0-88fec898ca7e|pool-2-thread-6|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2021-05-05T01:53:10.724Z|29f13870-bf62-4e46-b7c0-88fec898ca7e|pool-2-thread-6|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel. 2021-05-05T01:53:10.724Z|29f13870-bf62-4e46-b7c0-88fec898ca7e|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 a4LkjAbl6YzsGxek) ... 2021-05-05T01:53:10.725Z||pool-2-thread-10|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2021-05-05T01:53:10.726Z||pool-2-thread-10|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel. 2021-05-05T01:53:10.726Z||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 a4LkjAbl6YzsGxek) ... 2021-05-05T01:53:20.261Z|29f13870-bf62-4e46-b7c0-88fec898ca7e|pool-2-thread-6|||||INFO|500|| --> HTTP/1.1 200 OK 2021-05-05T01:53:20.268Z||pool-2-thread-10|||||INFO|500|| --> HTTP/1.1 200 OK 2021-05-05T01:54:10.724Z|29f13870-bf62-4e46-b7c0-88fec898ca7e|pool-2-thread-6|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2021-05-05T01:54:10.725Z|29f13870-bf62-4e46-b7c0-88fec898ca7e|pool-2-thread-6|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel. 2021-05-05T01:54:10.725Z|29f13870-bf62-4e46-b7c0-88fec898ca7e|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 a4LkjAbl6YzsGxek) ... 2021-05-05T01:54:10.725Z||pool-2-thread-8|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2021-05-05T01:54:10.727Z||pool-2-thread-8|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel. 2021-05-05T01:54:10.727Z||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 a4LkjAbl6YzsGxek) ... 2021-05-05T01:54:20.264Z||pool-2-thread-8|||||INFO|500|| --> HTTP/1.1 200 OK 2021-05-05T01:54:20.264Z|29f13870-bf62-4e46-b7c0-88fec898ca7e|pool-2-thread-6|||||INFO|500|| --> HTTP/1.1 200 OK 2021-05-05T01:55:10.724Z||pool-2-thread-8|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2021-05-05T01:55:10.724Z||pool-2-thread-8|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel. 2021-05-05T01:55:10.724Z||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 a4LkjAbl6YzsGxek) ... 2021-05-05T01:55:10.726Z||pool-2-thread-3|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2021-05-05T01:55:10.726Z||pool-2-thread-3|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel. 2021-05-05T01:55:10.727Z||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 a4LkjAbl6YzsGxek) ... 2021-05-05T01:55:20.263Z||pool-2-thread-3|||||INFO|500|| --> HTTP/1.1 200 OK 2021-05-05T01:55:20.263Z||pool-2-thread-8|||||INFO|500|| --> HTTP/1.1 200 OK 2021-05-05T01:56:10.724Z||pool-2-thread-8|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2021-05-05T01:56:10.724Z||pool-2-thread-8|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel. 2021-05-05T01:56:10.724Z||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 a4LkjAbl6YzsGxek) ... 2021-05-05T01:56:10.725Z||pool-2-thread-3|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2021-05-05T01:56:10.726Z||pool-2-thread-3|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel. 2021-05-05T01:56:10.726Z||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 a4LkjAbl6YzsGxek) ... 2021-05-05T01:56:20.263Z||pool-2-thread-8|||||INFO|500|| --> HTTP/1.1 200 OK 2021-05-05T01:56:20.266Z||pool-2-thread-3|||||INFO|500|| --> HTTP/1.1 200 OK 2021-05-05T01:57:10.724Z||pool-2-thread-8|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2021-05-05T01:57:10.724Z||pool-2-thread-8|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel. 2021-05-05T01:57:10.724Z||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 a4LkjAbl6YzsGxek) ... 2021-05-05T01:57:10.725Z||pool-2-thread-10|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2021-05-05T01:57:10.726Z||pool-2-thread-10|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel. 2021-05-05T01:57:10.726Z||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 a4LkjAbl6YzsGxek) ... 2021-05-05T01:57:20.265Z||pool-2-thread-8|||||INFO|500|| --> HTTP/1.1 200 OK 2021-05-05T01:57:20.266Z||pool-2-thread-10|||||INFO|500|| --> HTTP/1.1 200 OK 2021-05-05T01:58:10.724Z||pool-2-thread-8|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2021-05-05T01:58:10.724Z||pool-2-thread-8|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel. 2021-05-05T01:58:10.724Z||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 a4LkjAbl6YzsGxek) ... 2021-05-05T01:58:10.725Z|57b37842-77d7-44fd-aa8b-a4b70756ae5c|pool-2-thread-7|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2021-05-05T01:58:10.726Z|57b37842-77d7-44fd-aa8b-a4b70756ae5c|pool-2-thread-7|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel. 2021-05-05T01:58:10.726Z|57b37842-77d7-44fd-aa8b-a4b70756ae5c|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 a4LkjAbl6YzsGxek) ... 2021-05-05T01:58:20.265Z||pool-2-thread-8|||||INFO|500|| --> HTTP/1.1 200 OK 2021-05-05T01:58:20.265Z|57b37842-77d7-44fd-aa8b-a4b70756ae5c|pool-2-thread-7|||||INFO|500|| --> HTTP/1.1 200 OK 2021-05-05T01:59:10.724Z||pool-2-thread-8|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2021-05-05T01:59:10.724Z||pool-2-thread-8|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel. 2021-05-05T01:59:10.724Z||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 a4LkjAbl6YzsGxek) ... 2021-05-05T01:59:10.726Z||pool-2-thread-1|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2021-05-05T01:59:10.726Z||pool-2-thread-1|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel. 2021-05-05T01:59:10.726Z||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 a4LkjAbl6YzsGxek) ... 2021-05-05T01:59:20.262Z||pool-2-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK 2021-05-05T01:59:20.263Z||pool-2-thread-8|||||INFO|500|| --> HTTP/1.1 200 OK 2021-05-05T02:00:10.724Z||pool-2-thread-8|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2021-05-05T02:00:10.724Z||pool-2-thread-8|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel. 2021-05-05T02:00:10.724Z||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 a4LkjAbl6YzsGxek) ... 2021-05-05T02:00:10.725Z||pool-2-thread-4|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2021-05-05T02:00:10.726Z||pool-2-thread-4|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel. 2021-05-05T02:00:10.726Z||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 a4LkjAbl6YzsGxek) ... 2021-05-05T02:00:20.265Z||pool-2-thread-8|||||INFO|500|| --> HTTP/1.1 200 OK 2021-05-05T02:00:20.266Z||pool-2-thread-4|||||INFO|500|| --> HTTP/1.1 200 OK 2021-05-05T02:01:10.724Z||pool-2-thread-8|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2021-05-05T02:01:10.724Z||pool-2-thread-8|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel. 2021-05-05T02:01:10.724Z||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 a4LkjAbl6YzsGxek) ... 2021-05-05T02:01:10.725Z|29f13870-bf62-4e46-b7c0-88fec898ca7e|pool-2-thread-6|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2021-05-05T02:01:10.726Z|29f13870-bf62-4e46-b7c0-88fec898ca7e|pool-2-thread-6|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel. 2021-05-05T02:01:10.726Z|29f13870-bf62-4e46-b7c0-88fec898ca7e|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 a4LkjAbl6YzsGxek) ... 2021-05-05T02:01:20.262Z|29f13870-bf62-4e46-b7c0-88fec898ca7e|pool-2-thread-6|||||INFO|500|| --> HTTP/1.1 200 OK 2021-05-05T02:01:20.277Z||pool-2-thread-8|||||INFO|500|| --> HTTP/1.1 200 OK 2021-05-05T02:02:10.724Z||pool-2-thread-8|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2021-05-05T02:02:10.724Z||pool-2-thread-8|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel. 2021-05-05T02:02:10.724Z||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 a4LkjAbl6YzsGxek) ... 2021-05-05T02:02:10.725Z|57b37842-77d7-44fd-aa8b-a4b70756ae5c|pool-2-thread-7|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2021-05-05T02:02:10.726Z|57b37842-77d7-44fd-aa8b-a4b70756ae5c|pool-2-thread-7|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel. 2021-05-05T02:02:10.726Z|57b37842-77d7-44fd-aa8b-a4b70756ae5c|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 a4LkjAbl6YzsGxek) ... 2021-05-05T02:02:20.262Z||pool-2-thread-8|||||INFO|500|| --> HTTP/1.1 200 OK 2021-05-05T02:02:20.265Z|57b37842-77d7-44fd-aa8b-a4b70756ae5c|pool-2-thread-7|||||INFO|500|| --> HTTP/1.1 200 OK 2021-05-05T02:03:10.724Z||pool-2-thread-8|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2021-05-05T02:03:10.724Z||pool-2-thread-8|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel. 2021-05-05T02:03:10.724Z||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 a4LkjAbl6YzsGxek) ... 2021-05-05T02:03:10.725Z||pool-2-thread-5|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2021-05-05T02:03:10.726Z||pool-2-thread-5|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel. 2021-05-05T02:03:10.726Z||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 a4LkjAbl6YzsGxek) ... 2021-05-05T02:03:20.259Z||pool-2-thread-8|||||INFO|500|| --> HTTP/1.1 200 OK 2021-05-05T02:03:20.262Z||pool-2-thread-5|||||INFO|500|| --> HTTP/1.1 200 OK 2021-05-05T02:04:10.724Z||pool-2-thread-8|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2021-05-05T02:04:10.724Z||pool-2-thread-8|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel. 2021-05-05T02:04:10.725Z||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 a4LkjAbl6YzsGxek) ... 2021-05-05T02:04:10.725Z||pool-2-thread-3|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2021-05-05T02:04:10.726Z||pool-2-thread-3|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel. 2021-05-05T02:04:10.726Z||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 a4LkjAbl6YzsGxek) ... 2021-05-05T02:04:20.267Z||pool-2-thread-3|||||INFO|500|| --> HTTP/1.1 200 OK 2021-05-05T02:04:20.268Z||pool-2-thread-8|||||INFO|500|| --> HTTP/1.1 200 OK 2021-05-05T02:05:10.724Z||pool-2-thread-8|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2021-05-05T02:05:10.725Z||pool-2-thread-8|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel. 2021-05-05T02:05:10.725Z||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 a4LkjAbl6YzsGxek) ... 2021-05-05T02:05:10.725Z||pool-2-thread-2|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2021-05-05T02:05:10.726Z||pool-2-thread-2|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel. 2021-05-05T02:05:10.726Z||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 a4LkjAbl6YzsGxek) ... 2021-05-05T02:05:20.261Z||pool-2-thread-8|||||INFO|500|| --> HTTP/1.1 200 OK 2021-05-05T02:05:20.264Z||pool-2-thread-2|||||INFO|500|| --> HTTP/1.1 200 OK 2021-05-05T02:06:10.724Z||pool-2-thread-8|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2021-05-05T02:06:10.725Z||pool-2-thread-8|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel. 2021-05-05T02:06:10.725Z||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 a4LkjAbl6YzsGxek) ... 2021-05-05T02:06:10.725Z|f5779424-7153-46c3-aba1-244c2c089976|pool-2-thread-9|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2021-05-05T02:06:10.726Z|f5779424-7153-46c3-aba1-244c2c089976|pool-2-thread-9|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel. 2021-05-05T02:06:10.726Z|f5779424-7153-46c3-aba1-244c2c089976|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 a4LkjAbl6YzsGxek) ... 2021-05-05T02:06:20.263Z||pool-2-thread-8|||||INFO|500|| --> HTTP/1.1 200 OK 2021-05-05T02:06:20.263Z|f5779424-7153-46c3-aba1-244c2c089976|pool-2-thread-9|||||INFO|500|| --> HTTP/1.1 200 OK