JVM Arguments: -Dspring.profiles.active=basic -Djava.security.egd=file:/dev/./urandom -Dlogs_dir=./logs/sdc/ -Dlogging.config=/app/logback-spring.xml -Djavax.net.ssl.trustStore=/opt/app/osaaf/local/truststoreONAPall.jks -Djavax.net.ssl.trustStorePassword=changeit -Dspring.config.additional-location=/app/config/override.yaml . ____ _ __ _ _ /\\ / ___'_ __ _ _(_)_ __ __ _ \ \ \ \ ( ( )\___ | '_ | '_| | '_ \/ _` | \ \ \ \ \\/ ___)| |_)| | | | | || (_| | ) ) ) ) ' |____| .__|_| |_|_| |_\__, | / / / / =========|_|==============|___/=/_/_/_/ :: Spring Boot :: (v2.3.7.RELEASE) 2022-06-07T10:34:04.126Z||main|||||INFO|500||The following profiles are active: basic 2022-06-07T10:34:16.277Z||main|||||INFO|500||Starting service [Tomcat] 2022-06-07T10:34:16.278Z||main|||||INFO|500||Starting Servlet engine: [Apache Tomcat/9.0.41] 2022-06-07T10:34:16.405Z||main|||||INFO|500||Initializing Spring embedded WebApplicationContext 2022-06-07T10:34:21.528Z||main|||||INFO|500||catdb-pool - Starting... 2022-06-07T10:34:21.958Z||main|||||INFO|500||catdb-pool - Start completed. 2022-06-07T10:34:22.529Z||main|||||INFO|500||reqdb-pool - Starting... 2022-06-07T10:34:22.542Z||main|||||INFO|500||reqdb-pool - Start completed. 2022-06-07T10:34:22.732Z||main|||||INFO|500||HHH000204: Processing PersistenceUnitInfo [name: requestDB] 2022-06-07T10:34:23.043Z||main|||||INFO|500||HHH000412: Hibernate ORM core version 5.4.25.Final 2022-06-07T10:34:23.635Z||main|||||INFO|500||HCANN000001: Hibernate Commons Annotations {5.1.2.Final} 2022-06-07T10:34:25.796Z||main|||||INFO|500||HHH000400: Using dialect: org.hibernate.dialect.MariaDB103Dialect 2022-06-07T10:34:28.276Z||main|||||INFO|500||HHH000490: Using JtaPlatform implementation: [org.hibernate.engine.transaction.jta.platform.internal.NoJtaPlatform] 2022-06-07T10:34:28.341Z||main|||||INFO|500||HHH000204: Processing PersistenceUnitInfo [name: catalogDB] 2022-06-07T10:34:29.379Z||main|||||INFO|500||HHH000400: Using dialect: org.hibernate.dialect.MariaDB103Dialect 2022-06-07T10:34:29.654Z||main|||||WARN|500||HHH000491: The [heatTemplates] association in the [org.onap.so.db.catalog.beans.VnfResource] entity uses both @NotFound(action = NotFoundAction.IGNORE) and FetchType.LAZY. The NotFoundAction.IGNORE @ManyToOne and @OneToOne associations are always fetched eagerly. 2022-06-07T10:34:31.008Z||main|||||INFO|500||HHH000490: Using JtaPlatform implementation: [org.hibernate.engine.transaction.jta.platform.internal.NoJtaPlatform] 2022-06-07T10:34:32.198Z||main|||||DEBUG|500||SDC ActivitySpec endpoint: http://sdc-wfd-be:8080 2022-06-07T10:34:32.216Z||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$$75ebdfa9.deployActivities() at org.onap.so.asdc.Application.deployActivities(Application.java:52) at java.base/jdk.internal.reflect.NativeMethodAccessorImpl.invoke0(Native Method) at java.base/jdk.internal.reflect.NativeMethodAccessorImpl.invoke(Unknown Source) at java.base/jdk.internal.reflect.DelegatingMethodAccessorImpl.invoke(Unknown Source) at java.base/java.lang.reflect.Method.invoke(Unknown Source) at org.springframework.beans.factory.annotation.InitDestroyAnnotationBeanPostProcessor$LifecycleElement.invoke(InitDestroyAnnotationBeanPostProcessor.java:389) at org.springframework.beans.factory.annotation.InitDestroyAnnotationBeanPostProcessor$LifecycleMetadata.invokeInitMethods(InitDestroyAnnotationBeanPostProcessor.java:333) at org.springframework.beans.factory.annotation.InitDestroyAnnotationBeanPostProcessor.postProcessBeforeInitialization(InitDestroyAnnotationBeanPostProcessor.java:157) at org.springframework.beans.factory.support.AbstractAutowireCapableBeanFactory.applyBeanPostProcessorsBeforeInitialization(AbstractAutowireCapableBeanFactory.java:415) at org.springframework.beans.factory.support.AbstractAutowireCapableBeanFactory.initializeBean(AbstractAutowireCapableBeanFactory.java:1786) at org.springframework.beans.factory.support.AbstractAutowireCapableBeanFactory.doCreateBean(AbstractAutowireCapableBeanFactory.java:594) at org.springframework.beans.factory.support.AbstractAutowireCapableBeanFactory.createBean(AbstractAutowireCapableBeanFactory.java:516) at org.springframework.beans.factory.support.AbstractBeanFactory.lambda$doGetBean$0(AbstractBeanFactory.java:324) at org.springframework.beans.factory.support.DefaultSingletonBeanRegistry.getSingleton(DefaultSingletonBeanRegistry.java:234) at org.springframework.beans.factory.support.AbstractBeanFactory.doGetBean(AbstractBeanFactory.java:322) at org.springframework.beans.factory.support.AbstractBeanFactory.getBean(AbstractBeanFactory.java:202) at org.springframework.beans.factory.support.DefaultListableBeanFactory.preInstantiateSingletons(DefaultListableBeanFactory.java:897) at org.springframework.context.support.AbstractApplicationContext.finishBeanFactoryInitialization(AbstractApplicationContext.java:879) at org.springframework.context.support.AbstractApplicationContext.refresh(AbstractApplicationContext.java:551) at org.springframework.boot.web.servlet.context.ServletWebServerApplicationContext.refresh(ServletWebServerApplicationContext.java:143) at org.springframework.boot.SpringApplication.refresh(SpringApplication.java:758) at org.springframework.boot.SpringApplication.refresh(SpringApplication.java:750) at org.springframework.boot.SpringApplication.refreshContext(SpringApplication.java:405) at org.springframework.boot.SpringApplication.run(SpringApplication.java:315) at org.springframework.boot.SpringApplication.run(SpringApplication.java:1237) at org.springframework.boot.SpringApplication.run(SpringApplication.java:1226) at org.onap.so.asdc.Application.main(Application.java:60) at java.base/jdk.internal.reflect.NativeMethodAccessorImpl.invoke0(Native Method) at java.base/jdk.internal.reflect.NativeMethodAccessorImpl.invoke(Unknown Source) at java.base/jdk.internal.reflect.DelegatingMethodAccessorImpl.invoke(Unknown Source) at java.base/java.lang.reflect.Method.invoke(Unknown Source) at org.springframework.boot.loader.MainMethodRunner.run(MainMethodRunner.java:49) at org.springframework.boot.loader.Launcher.launch(Launcher.java:107) at org.springframework.boot.loader.Launcher.launch(Launcher.java:58) at org.springframework.boot.loader.JarLauncher.main(JarLauncher.java:88) 2022-06-07T10:34:32.217Z||main|||||WARN|500||The sdc end point is not alive 2022-06-07T10:34:35.236Z||main|||||WARN|500||spring.jpa.open-in-view is enabled by default. Therefore, database queries may be performed during view rendering. Explicitly configure spring.jpa.open-in-view to disable this warning 2022-06-07T10:34:38.434Z||main|||||WARN|500||--- 2022-06-07T10:34:38.434Z||main|||||WARN|500||Spring Data REST HAL Browser is deprecated! Prefer the HAL Explorer (artifactId: spring-data-rest-hal-explorer)! 2022-06-07T10:34:38.434Z||main|||||WARN|500||--- 2022-06-07T10:34:38.988Z||main|||||DEBUG|500||Injecting class org.onap.so.security.SoBasicHttpSecurityConfigurer configuration ... 2022-06-07T10:34:45.011Z||main|||||INFO|500||Started Application in 44.118 seconds (JVM running for 46.301) 2022-06-07T10:34:45.034Z||scheduling-1|||||INFO|500||org.onap.so.asdc.client.ASDCController not running will try to initialize it, currrent status: STOPPED 2022-06-07T10:34:45.035Z||scheduling-1|||||DEBUG|500||Initialize the ASDC Controller 2022-06-07T10:34:45.078Z||scheduling-1|||||INFO|500||DistributionClient - init 2022-06-07T10:34:45.126Z||scheduling-1|||||DEBUG|500||get ueb cluster server list from component(configuration file) 2022-06-07T10:34:45.186Z||scheduling-1|||||DEBUG|500||about to perform getServerList. requestId= 58322a19-b8c5-45c6-ac6d-65eeb021f3bd url= /sdc/v1/artifactTypes 2022-06-07T10:34:45.186Z||scheduling-1|||||DEBUG|500||url to send https://sdc-be.onap:8443/sdc/v1/artifactTypes 2022-06-07T10:34:46.283Z||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.15.86] 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 org.onap.so.asdc.ASDCControllerSingleton$$FastClassBySpringCGLIB$$4bf8249d.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.aop.aspectj.MethodInvocationProceedingJoinPoint.proceed(MethodInvocationProceedingJoinPoint.java:88) at org.springframework.cloud.sleuth.instrument.scheduling.TraceSchedulingAspect.traceBackgroundThread(TraceSchedulingAspect.java:68) 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.aop.aspectj.AbstractAspectJAdvice.invokeAdviceMethodWithGivenArgs(AbstractAspectJAdvice.java:644) at org.springframework.aop.aspectj.AbstractAspectJAdvice.invokeAdviceMethod(AbstractAspectJAdvice.java:633) at org.springframework.aop.aspectj.AspectJAroundAdvice.invoke(AspectJAroundAdvice.java:70) 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.interceptor.ExposeInvocationInterceptor.invoke(ExposeInvocationInterceptor.java:95) 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.ASDCControllerSingleton$$EnhancerBySpringCGLIB$$bffbb6c3.periodicControllerTask() 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) ... 50 common frames omitted 2022-06-07T10:34:46.287Z||scheduling-1|||||ERROR|500||status from ASDC is org.onap.sdc.http.HttpAsdcResponse@2a5f31c6 2022-06-07T10:34:46.287Z||scheduling-1|||||ERROR|500||DistributionClientResultImpl [responseStatus=ASDC_CONNECTION_FAILED, responseMessage=ASDC server problem] 2022-06-07T10:34:46.303Z||scheduling-1|||||DEBUG|500||error from ASDC is: failed to connect 2022-06-07T10:34:46.305Z||scheduling-1|||||DEBUG|500||ASDC distribution client init failed with reason:ASDC server problem 2022-06-07T10:34:46.307Z||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 org.onap.so.asdc.ASDCControllerSingleton$$FastClassBySpringCGLIB$$4bf8249d.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.aop.aspectj.MethodInvocationProceedingJoinPoint.proceed(MethodInvocationProceedingJoinPoint.java:88) at org.springframework.cloud.sleuth.instrument.scheduling.TraceSchedulingAspect.traceBackgroundThread(TraceSchedulingAspect.java:68) 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.aop.aspectj.AbstractAspectJAdvice.invokeAdviceMethodWithGivenArgs(AbstractAspectJAdvice.java:644) at org.springframework.aop.aspectj.AbstractAspectJAdvice.invokeAdviceMethod(AbstractAspectJAdvice.java:633) at org.springframework.aop.aspectj.AspectJAroundAdvice.invoke(AspectJAroundAdvice.java:70) 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.interceptor.ExposeInvocationInterceptor.invoke(ExposeInvocationInterceptor.java:95) 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.ASDCControllerSingleton$$EnhancerBySpringCGLIB$$bffbb6c3.periodicControllerTask() 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) ... 33 common frames omitted 2022-06-07T10:35:35.007Z||scheduling-1|||||INFO|500||org.onap.so.asdc.client.ASDCController not running will try to initialize it, currrent status: STOPPED 2022-06-07T10:35:35.008Z||scheduling-1|||||DEBUG|500||Initialize the ASDC Controller 2022-06-07T10:35:35.009Z||scheduling-1|||||INFO|500||DistributionClient - init 2022-06-07T10:35:35.012Z||scheduling-1|||||DEBUG|500||get ueb cluster server list from component(configuration file) 2022-06-07T10:35:35.028Z||scheduling-1|||||DEBUG|500||about to perform getServerList. requestId= 89690871-aa4d-425e-9a74-c0ec502796e8 url= /sdc/v1/artifactTypes 2022-06-07T10:35:35.029Z||scheduling-1|||||DEBUG|500||url to send https://sdc-be.onap:8443/sdc/v1/artifactTypes 2022-06-07T10:35:35.370Z||scheduling-1|||||DEBUG|500||GET Response Status 200 2022-06-07T10:35:35.380Z||scheduling-1|||||DEBUG|500||Artifact types: [HEAT, HEAT_ARTIFACT, HEAT_ENV, HEAT_NESTED, HEAT_NET, HEAT_VOL, OTHER, TOSCA_CSAR, VF_MODULES_METADATA, WORKFLOW, CLOUD_TECHNOLOGY_SPECIFIC_ARTIFACT, HELM] were validated with ASDC server 2022-06-07T10:35:35.406Z||scheduling-1|||||DEBUG|500||create keys 2022-06-07T10:35:35.415Z||scheduling-1|||||INFO|500||POST http://message-router.onap:3904/apiKeys/create (anonymous) ... 2022-06-07T10:35:35.461Z||scheduling-1|||||INFO|500|| --> HTTP/1.1 200 OK 2022-06-07T10:35:35.479Z||scheduling-1|||||DEBUG|500||about to perform registerAsdcTopics. requestId= 8c433fd8-5366-44b9-8517-b12f2297fa27 url= /sdc/v1/registerForDistribution 2022-06-07T10:35:35.631Z||scheduling-1|||||DEBUG|500||registerAsdcTopics response= 200. requestId= 8c433fd8-5366-44b9-8517-b12f2297fa27 url= /sdc/v1/registerForDistribution 2022-06-07T10:35:35.631Z||scheduling-1|||||INFO|500||start DistributionClient 2022-06-07T10:35:35.672Z||pool-2-thread-2|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2022-06-07T10:35:35.674Z||pool-2-thread-1|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2022-06-07T10:35:35.683Z||scheduling-1|||||INFO|500||ASDC_INIT_ASDC_CLIENT_SUC ASDC changeControllerStatus 2022-06-07T10:35:35.687Z||pool-2-thread-1|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel. 2022-06-07T10:35:35.688Z||pool-2-thread-2|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel. 2022-06-07T10:35:35.689Z||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 rACJoekZgDKIBPEP) ... 2022-06-07T10:35:35.688Z||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 rACJoekZgDKIBPEP) ... 2022-06-07T10:35:46.262Z||pool-2-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK 2022-06-07T10:35:46.307Z||pool-2-thread-2|||||INFO|500|| --> HTTP/1.1 200 OK 2022-06-07T10:36:35.641Z||pool-2-thread-1|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2022-06-07T10:36:35.644Z||pool-2-thread-1|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel. 2022-06-07T10:36:35.645Z||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 rACJoekZgDKIBPEP) ... 2022-06-07T10:36:35.661Z||pool-2-thread-3|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2022-06-07T10:36:35.662Z||pool-2-thread-3|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel. 2022-06-07T10:36:35.663Z||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 rACJoekZgDKIBPEP) ... 2022-06-07T10:36:45.275Z||pool-2-thread-3|||||INFO|500|| --> HTTP/1.1 200 OK 2022-06-07T10:36:45.286Z||pool-2-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK 2022-06-07T10:37:35.641Z||pool-2-thread-4|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2022-06-07T10:37:35.642Z||pool-2-thread-4|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel. 2022-06-07T10:37:35.642Z||pool-2-thread-4|||||INFO|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 (as rACJoekZgDKIBPEP) ... 2022-06-07T10:37:35.660Z||pool-2-thread-2|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2022-06-07T10:37:35.661Z||pool-2-thread-2|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel. 2022-06-07T10:37:35.661Z||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 rACJoekZgDKIBPEP) ... 2022-06-07T10:37:45.214Z||pool-2-thread-4|||||INFO|500|| --> HTTP/1.1 200 OK 2022-06-07T10:37:45.242Z||pool-2-thread-2|||||INFO|500|| --> HTTP/1.1 200 OK 2022-06-07T10:38:35.641Z||pool-2-thread-3|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2022-06-07T10:38:35.643Z||pool-2-thread-3|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel. 2022-06-07T10:38:35.643Z||pool-2-thread-3|||||INFO|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 (as rACJoekZgDKIBPEP) ... 2022-06-07T10:38:35.660Z||pool-2-thread-5|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2022-06-07T10:38:35.662Z||pool-2-thread-5|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel. 2022-06-07T10:38:35.662Z||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 rACJoekZgDKIBPEP) ... 2022-06-07T10:38:45.243Z||pool-2-thread-5|||||INFO|500|| --> HTTP/1.1 200 OK 2022-06-07T10:38:45.243Z||pool-2-thread-3|||||INFO|500|| --> HTTP/1.1 200 OK 2022-06-07T10:39:35.641Z||pool-2-thread-1|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2022-06-07T10:39:35.643Z||pool-2-thread-1|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel. 2022-06-07T10:39:35.643Z||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 rACJoekZgDKIBPEP) ... 2022-06-07T10:39:35.660Z||pool-2-thread-6|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2022-06-07T10:39:35.662Z||pool-2-thread-6|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel. 2022-06-07T10:39:35.662Z||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 rACJoekZgDKIBPEP) ... 2022-06-07T10:39:45.265Z||pool-2-thread-6|||||INFO|500|| --> HTTP/1.1 200 OK 2022-06-07T10:39:45.269Z||pool-2-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK 2022-06-07T10:40:35.641Z||pool-2-thread-1|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2022-06-07T10:40:35.642Z||pool-2-thread-1|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel. 2022-06-07T10:40:35.642Z||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 rACJoekZgDKIBPEP) ... 2022-06-07T10:40:35.660Z||pool-2-thread-6|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2022-06-07T10:40:35.662Z||pool-2-thread-6|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel. 2022-06-07T10:40:35.662Z||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 rACJoekZgDKIBPEP) ... 2022-06-07T10:40:45.220Z||pool-2-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK 2022-06-07T10:40:45.255Z||pool-2-thread-6|||||INFO|500|| --> HTTP/1.1 200 OK 2022-06-07T10:41:35.641Z||pool-2-thread-1|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2022-06-07T10:41:35.642Z||pool-2-thread-1|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel. 2022-06-07T10:41:35.643Z||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 rACJoekZgDKIBPEP) ... 2022-06-07T10:41:35.660Z||pool-2-thread-3|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2022-06-07T10:41:35.661Z||pool-2-thread-3|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel. 2022-06-07T10:41:35.661Z||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 rACJoekZgDKIBPEP) ... 2022-06-07T10:41:45.236Z||pool-2-thread-3|||||INFO|500|| --> HTTP/1.1 200 OK 2022-06-07T10:41:45.235Z||pool-2-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK 2022-06-07T10:42:35.642Z||pool-2-thread-1|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2022-06-07T10:42:35.653Z||pool-2-thread-1|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel. 2022-06-07T10:42:35.653Z||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 rACJoekZgDKIBPEP) ... 2022-06-07T10:42:35.660Z||pool-2-thread-10|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2022-06-07T10:42:35.662Z||pool-2-thread-10|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel. 2022-06-07T10:42:35.662Z||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 rACJoekZgDKIBPEP) ... 2022-06-07T10:42:45.240Z||pool-2-thread-10|||||INFO|500|| --> HTTP/1.1 200 OK 2022-06-07T10:42:45.250Z||pool-2-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK 2022-06-07T10:43:35.641Z||pool-2-thread-1|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2022-06-07T10:43:35.642Z||pool-2-thread-1|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel. 2022-06-07T10:43:35.643Z||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 rACJoekZgDKIBPEP) ... 2022-06-07T10:43:35.660Z||pool-2-thread-10|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2022-06-07T10:43:35.661Z||pool-2-thread-10|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel. 2022-06-07T10:43:35.662Z||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 rACJoekZgDKIBPEP) ... 2022-06-07T10:43:45.249Z||pool-2-thread-10|||||INFO|500|| --> HTTP/1.1 200 OK 2022-06-07T10:43:45.253Z||pool-2-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK 2022-06-07T10:44:35.641Z||pool-2-thread-1|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2022-06-07T10:44:35.642Z||pool-2-thread-1|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel. 2022-06-07T10:44:35.643Z||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 rACJoekZgDKIBPEP) ... 2022-06-07T10:44:35.660Z||pool-2-thread-9|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2022-06-07T10:44:35.662Z||pool-2-thread-9|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel. 2022-06-07T10:44:35.662Z||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 rACJoekZgDKIBPEP) ... 2022-06-07T10:44:45.256Z||pool-2-thread-9|||||INFO|500|| --> HTTP/1.1 200 OK 2022-06-07T10:44:45.257Z||pool-2-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK 2022-06-07T10:44:47.196Z||http-nio-8085-exec-1|||||INFO|500||Initializing Spring DispatcherServlet 'dispatcherServlet' 2022-06-07T10:45:35.641Z||pool-2-thread-1|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2022-06-07T10:45:35.642Z||pool-2-thread-1|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel. 2022-06-07T10:45:35.642Z||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 rACJoekZgDKIBPEP) ... 2022-06-07T10:45:35.660Z||pool-2-thread-9|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2022-06-07T10:45:35.661Z||pool-2-thread-9|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel. 2022-06-07T10:45:35.661Z||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 rACJoekZgDKIBPEP) ... 2022-06-07T10:45:45.221Z||pool-2-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK 2022-06-07T10:45:45.234Z||pool-2-thread-9|||||INFO|500|| --> HTTP/1.1 200 OK 2022-06-07T10:46:35.640Z||pool-2-thread-1|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2022-06-07T10:46:35.642Z||pool-2-thread-1|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel. 2022-06-07T10:46:35.642Z||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 rACJoekZgDKIBPEP) ... 2022-06-07T10:46:35.660Z||pool-2-thread-2|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2022-06-07T10:46:35.661Z||pool-2-thread-2|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel. 2022-06-07T10:46:35.661Z||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 rACJoekZgDKIBPEP) ... 2022-06-07T10:46:45.216Z||pool-2-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK 2022-06-07T10:46:45.253Z||pool-2-thread-2|||||INFO|500|| --> HTTP/1.1 200 OK 2022-06-07T10:47:35.641Z||pool-2-thread-1|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2022-06-07T10:47:35.642Z||pool-2-thread-1|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel. 2022-06-07T10:47:35.642Z||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 rACJoekZgDKIBPEP) ... 2022-06-07T10:47:35.661Z||pool-2-thread-6|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2022-06-07T10:47:35.661Z||pool-2-thread-6|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel. 2022-06-07T10:47:35.662Z||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 rACJoekZgDKIBPEP) ... 2022-06-07T10:47:45.219Z||pool-2-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK 2022-06-07T10:47:45.262Z||pool-2-thread-6|||||INFO|500|| --> HTTP/1.1 200 OK 2022-06-07T10:48:35.641Z||pool-2-thread-10|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2022-06-07T10:48:35.644Z||pool-2-thread-10|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel. 2022-06-07T10:48:35.644Z||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 rACJoekZgDKIBPEP) ... 2022-06-07T10:48:35.661Z||pool-2-thread-5|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2022-06-07T10:48:35.662Z||pool-2-thread-5|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel. 2022-06-07T10:48:35.662Z||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 rACJoekZgDKIBPEP) ... 2022-06-07T10:48:45.235Z||pool-2-thread-10|||||INFO|500|| --> HTTP/1.1 200 OK 2022-06-07T10:48:45.237Z||pool-2-thread-5|||||INFO|500|| --> HTTP/1.1 200 OK 2022-06-07T10:49:35.641Z||pool-2-thread-10|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2022-06-07T10:49:35.642Z||pool-2-thread-10|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel. 2022-06-07T10:49:35.642Z||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 rACJoekZgDKIBPEP) ... 2022-06-07T10:49:35.660Z||pool-2-thread-4|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2022-06-07T10:49:35.662Z||pool-2-thread-4|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel. 2022-06-07T10:49:35.662Z||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 rACJoekZgDKIBPEP) ... 2022-06-07T10:49:45.241Z||pool-2-thread-4|||||INFO|500|| --> HTTP/1.1 200 OK 2022-06-07T10:49:45.249Z||pool-2-thread-10|||||INFO|500|| --> HTTP/1.1 200 OK 2022-06-07T10:50:35.641Z||pool-2-thread-10|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2022-06-07T10:50:35.642Z||pool-2-thread-10|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel. 2022-06-07T10:50:35.642Z||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 rACJoekZgDKIBPEP) ... 2022-06-07T10:50:35.660Z||pool-2-thread-8|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2022-06-07T10:50:35.661Z||pool-2-thread-8|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel. 2022-06-07T10:50:35.661Z||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 rACJoekZgDKIBPEP) ... 2022-06-07T10:50:45.224Z||pool-2-thread-10|||||INFO|500|| --> HTTP/1.1 200 OK 2022-06-07T10:50:45.243Z||pool-2-thread-8|||||INFO|500|| --> HTTP/1.1 200 OK 2022-06-07T10:51:35.641Z||pool-2-thread-10|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2022-06-07T10:51:35.642Z||pool-2-thread-10|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel. 2022-06-07T10:51:35.642Z||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 rACJoekZgDKIBPEP) ... 2022-06-07T10:51:35.660Z||pool-2-thread-1|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2022-06-07T10:51:35.662Z||pool-2-thread-1|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel. 2022-06-07T10:51:35.662Z||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 rACJoekZgDKIBPEP) ... 2022-06-07T10:51:45.209Z||pool-2-thread-10|||||INFO|500|| --> HTTP/1.1 200 OK 2022-06-07T10:51:45.223Z||pool-2-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK 2022-06-07T10:52:35.641Z||pool-2-thread-10|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2022-06-07T10:52:35.642Z||pool-2-thread-10|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel. 2022-06-07T10:52:35.643Z||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 rACJoekZgDKIBPEP) ... 2022-06-07T10:52:35.660Z||pool-2-thread-3|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2022-06-07T10:52:35.662Z||pool-2-thread-3|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel. 2022-06-07T10:52:35.662Z||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 rACJoekZgDKIBPEP) ... 2022-06-07T10:52:45.235Z||pool-2-thread-10|||||INFO|500|| --> HTTP/1.1 200 OK 2022-06-07T10:52:45.244Z||pool-2-thread-3|||||INFO|500|| --> HTTP/1.1 200 OK 2022-06-07T10:53:35.641Z||pool-2-thread-5|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2022-06-07T10:53:35.643Z||pool-2-thread-5|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel. 2022-06-07T10:53:35.643Z||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 rACJoekZgDKIBPEP) ... 2022-06-07T10:53:35.660Z||pool-2-thread-7|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2022-06-07T10:53:35.661Z||pool-2-thread-7|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel. 2022-06-07T10:53:35.661Z||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 rACJoekZgDKIBPEP) ... 2022-06-07T10:53:45.233Z||pool-2-thread-5|||||INFO|500|| --> HTTP/1.1 200 OK 2022-06-07T10:53:45.233Z||pool-2-thread-7|||||INFO|500|| --> HTTP/1.1 200 OK 2022-06-07T10:54:35.640Z||pool-2-thread-5|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2022-06-07T10:54:35.641Z||pool-2-thread-5|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel. 2022-06-07T10:54:35.642Z||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 rACJoekZgDKIBPEP) ... 2022-06-07T10:54:35.662Z||pool-2-thread-4|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2022-06-07T10:54:35.663Z||pool-2-thread-4|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel. 2022-06-07T10:54:35.663Z||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 rACJoekZgDKIBPEP) ... 2022-06-07T10:54:45.225Z||pool-2-thread-5|||||INFO|500|| --> HTTP/1.1 200 OK 2022-06-07T10:54:45.231Z||pool-2-thread-4|||||INFO|500|| --> HTTP/1.1 200 OK 2022-06-07T10:55:35.641Z||pool-2-thread-5|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2022-06-07T10:55:35.642Z||pool-2-thread-5|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel. 2022-06-07T10:55:35.642Z||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 rACJoekZgDKIBPEP) ... 2022-06-07T10:55:35.660Z||pool-2-thread-8|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2022-06-07T10:55:35.661Z||pool-2-thread-8|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel. 2022-06-07T10:55:35.662Z||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 rACJoekZgDKIBPEP) ... 2022-06-07T10:55:45.259Z||pool-2-thread-8|||||INFO|500|| --> HTTP/1.1 200 OK 2022-06-07T10:55:45.262Z||pool-2-thread-5|||||INFO|500|| --> HTTP/1.1 200 OK 2022-06-07T10:56:35.641Z||pool-2-thread-5|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2022-06-07T10:56:35.642Z||pool-2-thread-5|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel. 2022-06-07T10:56:35.642Z||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 rACJoekZgDKIBPEP) ... 2022-06-07T10:56:35.660Z||pool-2-thread-10|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2022-06-07T10:56:35.661Z||pool-2-thread-10|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel. 2022-06-07T10:56:35.661Z||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 rACJoekZgDKIBPEP) ... 2022-06-07T10:56:45.225Z||pool-2-thread-5|||||INFO|500|| --> HTTP/1.1 200 OK 2022-06-07T10:56:45.250Z||pool-2-thread-10|||||INFO|500|| --> HTTP/1.1 200 OK 2022-06-07T10:57:35.641Z||pool-2-thread-5|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2022-06-07T10:57:35.643Z||pool-2-thread-5|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel. 2022-06-07T10:57:35.643Z||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 rACJoekZgDKIBPEP) ... 2022-06-07T10:57:35.661Z||pool-2-thread-9|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2022-06-07T10:57:35.662Z||pool-2-thread-9|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel. 2022-06-07T10:57:35.662Z||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 rACJoekZgDKIBPEP) ... 2022-06-07T10:57:45.211Z||pool-2-thread-5|||||INFO|500|| --> HTTP/1.1 200 OK 2022-06-07T10:57:45.248Z||pool-2-thread-9|||||INFO|500|| --> HTTP/1.1 200 OK 2022-06-07T10:58:35.641Z||pool-2-thread-5|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2022-06-07T10:58:35.642Z||pool-2-thread-5|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel. 2022-06-07T10:58:35.642Z||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 rACJoekZgDKIBPEP) ... 2022-06-07T10:58:35.660Z||pool-2-thread-2|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2022-06-07T10:58:35.661Z||pool-2-thread-2|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel. 2022-06-07T10:58:35.661Z||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 rACJoekZgDKIBPEP) ... 2022-06-07T10:58:45.249Z||pool-2-thread-2|||||INFO|500|| --> HTTP/1.1 200 OK 2022-06-07T10:58:45.256Z||pool-2-thread-5|||||INFO|500|| --> HTTP/1.1 200 OK 2022-06-07T10:59:35.640Z||pool-2-thread-5|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2022-06-07T10:59:35.642Z||pool-2-thread-5|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel. 2022-06-07T10:59:35.642Z||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 rACJoekZgDKIBPEP) ... 2022-06-07T10:59:35.660Z||pool-2-thread-2|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2022-06-07T10:59:35.661Z||pool-2-thread-2|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel. 2022-06-07T10:59:35.661Z||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 rACJoekZgDKIBPEP) ... 2022-06-07T10:59:45.238Z||pool-2-thread-2|||||INFO|500|| --> HTTP/1.1 200 OK 2022-06-07T10:59:45.244Z||pool-2-thread-5|||||INFO|500|| --> HTTP/1.1 200 OK 2022-06-07T11:00:35.641Z||pool-2-thread-5|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2022-06-07T11:00:35.642Z||pool-2-thread-5|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel. 2022-06-07T11:00:35.642Z||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 rACJoekZgDKIBPEP) ... 2022-06-07T11:00:35.660Z||pool-2-thread-2|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2022-06-07T11:00:35.661Z||pool-2-thread-2|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel. 2022-06-07T11:00:35.662Z||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 rACJoekZgDKIBPEP) ... 2022-06-07T11:00:45.221Z||pool-2-thread-2|||||INFO|500|| --> HTTP/1.1 200 OK 2022-06-07T11:00:45.226Z||pool-2-thread-5|||||INFO|500|| --> HTTP/1.1 200 OK 2022-06-07T11:01:35.641Z||pool-2-thread-5|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2022-06-07T11:01:35.642Z||pool-2-thread-5|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel. 2022-06-07T11:01:35.642Z||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 rACJoekZgDKIBPEP) ... 2022-06-07T11:01:35.660Z||pool-2-thread-2|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2022-06-07T11:01:35.661Z||pool-2-thread-2|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel. 2022-06-07T11:01:35.662Z||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 rACJoekZgDKIBPEP) ... 2022-06-07T11:01:45.228Z||pool-2-thread-2|||||INFO|500|| --> HTTP/1.1 200 OK 2022-06-07T11:01:45.229Z||pool-2-thread-5|||||INFO|500|| --> HTTP/1.1 200 OK 2022-06-07T11:02:35.640Z||pool-2-thread-5|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2022-06-07T11:02:35.642Z||pool-2-thread-5|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel. 2022-06-07T11:02:35.642Z||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 rACJoekZgDKIBPEP) ... 2022-06-07T11:02:35.660Z||pool-2-thread-8|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2022-06-07T11:02:35.661Z||pool-2-thread-8|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel. 2022-06-07T11:02:35.661Z||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 rACJoekZgDKIBPEP) ... 2022-06-07T11:02:45.223Z||pool-2-thread-8|||||INFO|500|| --> HTTP/1.1 200 OK 2022-06-07T11:02:45.225Z||pool-2-thread-5|||||INFO|500|| --> HTTP/1.1 200 OK 2022-06-07T11:03:35.641Z||pool-2-thread-5|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2022-06-07T11:03:35.642Z||pool-2-thread-5|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel. 2022-06-07T11:03:35.642Z||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 rACJoekZgDKIBPEP) ... 2022-06-07T11:03:35.660Z||pool-2-thread-7|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2022-06-07T11:03:35.661Z||pool-2-thread-7|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel. 2022-06-07T11:03:35.661Z||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 rACJoekZgDKIBPEP) ... 2022-06-07T11:03:45.216Z||pool-2-thread-5|||||INFO|500|| --> HTTP/1.1 200 OK 2022-06-07T11:03:45.239Z||pool-2-thread-7|||||INFO|500|| --> HTTP/1.1 200 OK 2022-06-07T11:04:35.641Z||pool-2-thread-5|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2022-06-07T11:04:35.644Z||pool-2-thread-5|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel. 2022-06-07T11:04:35.644Z||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 rACJoekZgDKIBPEP) ... 2022-06-07T11:04:35.660Z||pool-2-thread-4|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2022-06-07T11:04:35.661Z||pool-2-thread-4|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel. 2022-06-07T11:04:35.661Z||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 rACJoekZgDKIBPEP) ... 2022-06-07T11:04:45.228Z||pool-2-thread-5|||||INFO|500|| --> HTTP/1.1 200 OK 2022-06-07T11:04:45.239Z||pool-2-thread-4|||||INFO|500|| --> HTTP/1.1 200 OK 2022-06-07T11:05:35.641Z||pool-2-thread-5|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2022-06-07T11:05:35.642Z||pool-2-thread-5|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel. 2022-06-07T11:05:35.642Z||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 rACJoekZgDKIBPEP) ... 2022-06-07T11:05:35.660Z||pool-2-thread-1|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2022-06-07T11:05:35.661Z||pool-2-thread-1|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel. 2022-06-07T11:05:35.661Z||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 rACJoekZgDKIBPEP) ... 2022-06-07T11:05:45.203Z||pool-2-thread-5|||||INFO|500|| --> HTTP/1.1 200 OK 2022-06-07T11:05:45.236Z||pool-2-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK 2022-06-07T11:06:35.640Z||pool-2-thread-5|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2022-06-07T11:06:35.641Z||pool-2-thread-5|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel. 2022-06-07T11:06:35.641Z||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 rACJoekZgDKIBPEP) ... 2022-06-07T11:06:35.660Z||pool-2-thread-3|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2022-06-07T11:06:35.661Z||pool-2-thread-3|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel. 2022-06-07T11:06:35.661Z||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 rACJoekZgDKIBPEP) ... 2022-06-07T11:06:45.233Z||pool-2-thread-3|||||INFO|500|| --> HTTP/1.1 200 OK 2022-06-07T11:06:45.234Z||pool-2-thread-5|||||INFO|500|| --> HTTP/1.1 200 OK 2022-06-07T11:07:35.641Z||pool-2-thread-5|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2022-06-07T11:07:35.642Z||pool-2-thread-5|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel. 2022-06-07T11:07:35.642Z||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 rACJoekZgDKIBPEP) ... 2022-06-07T11:07:35.660Z||pool-2-thread-9|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2022-06-07T11:07:35.661Z||pool-2-thread-9|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel. 2022-06-07T11:07:35.661Z||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 rACJoekZgDKIBPEP) ... 2022-06-07T11:07:45.241Z||pool-2-thread-5|||||INFO|500|| --> HTTP/1.1 200 OK 2022-06-07T11:07:45.250Z||pool-2-thread-9|||||INFO|500|| --> HTTP/1.1 200 OK 2022-06-07T11:08:35.641Z||pool-2-thread-5|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2022-06-07T11:08:35.642Z||pool-2-thread-5|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel. 2022-06-07T11:08:35.642Z||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 rACJoekZgDKIBPEP) ... 2022-06-07T11:08:35.660Z||pool-2-thread-6|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2022-06-07T11:08:35.661Z||pool-2-thread-6|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel. 2022-06-07T11:08:35.662Z||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 rACJoekZgDKIBPEP) ... 2022-06-07T11:08:45.228Z||pool-2-thread-5|||||INFO|500|| --> HTTP/1.1 200 OK 2022-06-07T11:08:45.242Z||pool-2-thread-6|||||INFO|500|| --> HTTP/1.1 200 OK 2022-06-07T11:09:35.641Z||pool-2-thread-5|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2022-06-07T11:09:35.642Z||pool-2-thread-5|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel. 2022-06-07T11:09:35.642Z||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 rACJoekZgDKIBPEP) ... 2022-06-07T11:09:35.660Z||pool-2-thread-2|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2022-06-07T11:09:35.661Z||pool-2-thread-2|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel. 2022-06-07T11:09:35.662Z||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 rACJoekZgDKIBPEP) ... 2022-06-07T11:09:45.240Z||pool-2-thread-2|||||INFO|500|| --> HTTP/1.1 200 OK 2022-06-07T11:09:45.250Z||pool-2-thread-5|||||INFO|500|| --> HTTP/1.1 200 OK 2022-06-07T11:10:35.640Z||pool-2-thread-5|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2022-06-07T11:10:35.641Z||pool-2-thread-5|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel. 2022-06-07T11:10:35.642Z||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 rACJoekZgDKIBPEP) ... 2022-06-07T11:10:35.663Z||pool-2-thread-8|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2022-06-07T11:10:35.664Z||pool-2-thread-8|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel. 2022-06-07T11:10:35.664Z||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 rACJoekZgDKIBPEP) ... 2022-06-07T11:10:45.252Z||pool-2-thread-8|||||INFO|500|| --> HTTP/1.1 200 OK 2022-06-07T11:10:45.269Z||pool-2-thread-5|||||INFO|500|| --> HTTP/1.1 200 OK 2022-06-07T11:11:35.641Z||pool-2-thread-5|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2022-06-07T11:11:35.642Z||pool-2-thread-5|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel. 2022-06-07T11:11:35.642Z||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 rACJoekZgDKIBPEP) ... 2022-06-07T11:11:35.660Z||pool-2-thread-9|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2022-06-07T11:11:35.661Z||pool-2-thread-9|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel. 2022-06-07T11:11:35.662Z||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 rACJoekZgDKIBPEP) ... 2022-06-07T11:11:45.234Z||pool-2-thread-9|||||INFO|500|| --> HTTP/1.1 200 OK 2022-06-07T11:11:45.255Z||pool-2-thread-5|||||INFO|500|| --> HTTP/1.1 200 OK 2022-06-07T11:12:35.641Z||pool-2-thread-5|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2022-06-07T11:12:35.643Z||pool-2-thread-5|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel. 2022-06-07T11:12:35.643Z||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 rACJoekZgDKIBPEP) ... 2022-06-07T11:12:35.660Z||pool-2-thread-1|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2022-06-07T11:12:35.661Z||pool-2-thread-1|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel. 2022-06-07T11:12:35.661Z||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 rACJoekZgDKIBPEP) ... 2022-06-07T11:12:45.209Z||pool-2-thread-5|||||INFO|500|| --> HTTP/1.1 200 OK 2022-06-07T11:12:45.222Z||pool-2-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK 2022-06-07T11:13:35.640Z||pool-2-thread-5|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2022-06-07T11:13:35.642Z||pool-2-thread-5|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel. 2022-06-07T11:13:35.642Z||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 rACJoekZgDKIBPEP) ... 2022-06-07T11:13:35.661Z||pool-2-thread-2|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2022-06-07T11:13:35.661Z||pool-2-thread-2|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel. 2022-06-07T11:13:35.662Z||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 rACJoekZgDKIBPEP) ... 2022-06-07T11:13:45.228Z||pool-2-thread-2|||||INFO|500|| --> HTTP/1.1 200 OK 2022-06-07T11:13:45.231Z||pool-2-thread-5|||||INFO|500|| --> HTTP/1.1 200 OK 2022-06-07T11:14:35.641Z||pool-2-thread-5|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2022-06-07T11:14:35.642Z||pool-2-thread-5|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel. 2022-06-07T11:14:35.642Z||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 rACJoekZgDKIBPEP) ... 2022-06-07T11:14:35.660Z||pool-2-thread-2|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2022-06-07T11:14:35.661Z||pool-2-thread-2|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel. 2022-06-07T11:14:35.662Z||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 rACJoekZgDKIBPEP) ... 2022-06-07T11:14:45.217Z||pool-2-thread-5|||||INFO|500|| --> HTTP/1.1 200 OK 2022-06-07T11:14:45.227Z||pool-2-thread-2|||||INFO|500|| --> HTTP/1.1 200 OK 2022-06-07T11:15:35.640Z||pool-2-thread-5|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2022-06-07T11:15:35.641Z||pool-2-thread-5|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel. 2022-06-07T11:15:35.642Z||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 rACJoekZgDKIBPEP) ... 2022-06-07T11:15:35.660Z||pool-2-thread-6|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2022-06-07T11:15:35.661Z||pool-2-thread-6|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel. 2022-06-07T11:15:35.661Z||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 rACJoekZgDKIBPEP) ... 2022-06-07T11:15:45.200Z||pool-2-thread-5|||||INFO|500|| --> HTTP/1.1 200 OK 2022-06-07T11:15:45.231Z||pool-2-thread-6|||||INFO|500|| --> HTTP/1.1 200 OK 2022-06-07T11:16:35.641Z||pool-2-thread-5|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2022-06-07T11:16:35.642Z||pool-2-thread-5|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel. 2022-06-07T11:16:35.642Z||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 rACJoekZgDKIBPEP) ... 2022-06-07T11:16:35.660Z||pool-2-thread-10|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2022-06-07T11:16:35.661Z||pool-2-thread-10|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel. 2022-06-07T11:16:35.661Z||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 rACJoekZgDKIBPEP) ... 2022-06-07T11:16:45.231Z||pool-2-thread-10|||||INFO|500|| --> HTTP/1.1 200 OK 2022-06-07T11:16:45.237Z||pool-2-thread-5|||||INFO|500|| --> HTTP/1.1 200 OK 2022-06-07T11:17:35.640Z||pool-2-thread-5|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2022-06-07T11:17:35.641Z||pool-2-thread-5|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel. 2022-06-07T11:17:35.642Z||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 rACJoekZgDKIBPEP) ... 2022-06-07T11:17:35.660Z||pool-2-thread-10|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2022-06-07T11:17:35.661Z||pool-2-thread-10|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel. 2022-06-07T11:17:35.661Z||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 rACJoekZgDKIBPEP) ... 2022-06-07T11:17:45.214Z||pool-2-thread-5|||||INFO|500|| --> HTTP/1.1 200 OK 2022-06-07T11:17:45.235Z||pool-2-thread-10|||||INFO|500|| --> HTTP/1.1 200 OK 2022-06-07T11:18:35.640Z||pool-2-thread-5|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2022-06-07T11:18:35.641Z||pool-2-thread-5|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel. 2022-06-07T11:18:35.642Z||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 rACJoekZgDKIBPEP) ... 2022-06-07T11:18:35.660Z||pool-2-thread-4|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2022-06-07T11:18:35.661Z||pool-2-thread-4|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel. 2022-06-07T11:18:35.661Z||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 rACJoekZgDKIBPEP) ... 2022-06-07T11:18:45.260Z||pool-2-thread-4|||||INFO|500|| --> HTTP/1.1 200 OK 2022-06-07T11:18:45.269Z||pool-2-thread-5|||||INFO|500|| --> HTTP/1.1 200 OK 2022-06-07T11:19:35.641Z||pool-2-thread-5|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2022-06-07T11:19:35.642Z||pool-2-thread-5|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel. 2022-06-07T11:19:35.642Z||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 rACJoekZgDKIBPEP) ... 2022-06-07T11:19:35.660Z||pool-2-thread-6|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2022-06-07T11:19:35.661Z||pool-2-thread-6|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel. 2022-06-07T11:19:35.661Z||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 rACJoekZgDKIBPEP) ... 2022-06-07T11:19:45.216Z||pool-2-thread-6|||||INFO|500|| --> HTTP/1.1 200 OK 2022-06-07T11:19:45.242Z||pool-2-thread-5|||||INFO|500|| --> HTTP/1.1 200 OK 2022-06-07T11:20:35.641Z||pool-2-thread-5|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2022-06-07T11:20:35.647Z||pool-2-thread-5|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel. 2022-06-07T11:20:35.648Z||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 rACJoekZgDKIBPEP) ... 2022-06-07T11:20:35.660Z||pool-2-thread-7|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2022-06-07T11:20:35.661Z||pool-2-thread-7|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel. 2022-06-07T11:20:35.661Z||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 rACJoekZgDKIBPEP) ... 2022-06-07T11:20:45.200Z||pool-2-thread-5|||||INFO|500|| --> HTTP/1.1 200 OK 2022-06-07T11:20:45.212Z||pool-2-thread-7|||||INFO|500|| --> HTTP/1.1 200 OK 2022-06-07T11:21:35.640Z||pool-2-thread-5|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2022-06-07T11:21:35.642Z||pool-2-thread-5|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel. 2022-06-07T11:21:35.642Z||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 rACJoekZgDKIBPEP) ... 2022-06-07T11:21:35.660Z||pool-2-thread-10|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2022-06-07T11:21:35.661Z||pool-2-thread-10|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel. 2022-06-07T11:21:35.661Z||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 rACJoekZgDKIBPEP) ... 2022-06-07T11:21:45.221Z||pool-2-thread-5|||||INFO|500|| --> HTTP/1.1 200 OK 2022-06-07T11:21:45.262Z||pool-2-thread-10|||||INFO|500|| --> HTTP/1.1 200 OK 2022-06-07T11:22:35.640Z||pool-2-thread-5|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2022-06-07T11:22:35.641Z||pool-2-thread-5|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel. 2022-06-07T11:22:35.642Z||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 rACJoekZgDKIBPEP) ... 2022-06-07T11:22:35.661Z||pool-2-thread-9|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2022-06-07T11:22:35.661Z||pool-2-thread-9|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel. 2022-06-07T11:22:35.661Z||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 rACJoekZgDKIBPEP) ... 2022-06-07T11:22:45.234Z||pool-2-thread-5|||||INFO|500|| --> HTTP/1.1 200 OK 2022-06-07T11:22:45.235Z||pool-2-thread-9|||||INFO|500|| --> HTTP/1.1 200 OK 2022-06-07T11:23:35.642Z||pool-2-thread-5|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2022-06-07T11:23:35.643Z||pool-2-thread-5|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel. 2022-06-07T11:23:35.643Z||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 rACJoekZgDKIBPEP) ... 2022-06-07T11:23:35.661Z||pool-2-thread-1|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2022-06-07T11:23:35.662Z||pool-2-thread-1|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel. 2022-06-07T11:23:35.663Z||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 rACJoekZgDKIBPEP) ... 2022-06-07T11:23:45.222Z||pool-2-thread-5|||||INFO|500|| --> HTTP/1.1 200 OK 2022-06-07T11:23:45.258Z||pool-2-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK 2022-06-07T11:24:35.641Z||pool-2-thread-5|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2022-06-07T11:24:35.643Z||pool-2-thread-5|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel. 2022-06-07T11:24:35.643Z||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 rACJoekZgDKIBPEP) ... 2022-06-07T11:24:35.660Z||pool-2-thread-6|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2022-06-07T11:24:35.661Z||pool-2-thread-6|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel. 2022-06-07T11:24:35.661Z||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 rACJoekZgDKIBPEP) ... 2022-06-07T11:24:35.820Z||pool-2-thread-6|||||INFO|500|| --> HTTP/1.1 200 OK 2022-06-07T11:24:35.828Z||pool-2-thread-6|||||DEBUG|500||received message from topic 2022-06-07T11:24:35.829Z||pool-2-thread-6|||||DEBUG|500||recieved notification from broker: { "distributionID": "72805021-1d4b-4080-92fd-e38e12ca52a0", "consumerID": "policy-id", "timestamp": 1654601034254, "artifactURL": "/sdc/v1/catalog/services/Vfw20220607112306/1.0/resourceInstances/vfw4315e6df5d2b0/artifacts/vf-license-model.xml", "status": "NOT_NOTIFIED" } 2022-06-07T11:24:35.860Z||pool-2-thread-6|||||INFO|500||Missing status on Status Object. 2022-06-07T11:24:35.861Z||pool-2-thread-6|||||DEBUG|500||received message from topic 2022-06-07T11:24:35.861Z||pool-2-thread-6|||||DEBUG|500||recieved notification from broker: { "distributionID": "72805021-1d4b-4080-92fd-e38e12ca52a0", "consumerID": "cds", "timestamp": 1654601034569, "artifactURL": "/sdc/v1/catalog/services/Vfw20220607112306/1.0/resourceInstances/vfw4315e6df5d2b0/artifacts/vf-license-model.xml", "status": "NOT_NOTIFIED" } 2022-06-07T11:24:35.861Z||pool-2-thread-6|||||INFO|500||Missing status on Status Object. 2022-06-07T11:24:35.861Z||pool-2-thread-6|||||DEBUG|500||received message from topic 2022-06-07T11:24:35.861Z||pool-2-thread-6|||||DEBUG|500||recieved notification from broker: { "distributionID": "72805021-1d4b-4080-92fd-e38e12ca52a0", "consumerID": "policy-id", "timestamp": 1654601034254, "artifactURL": "/sdc/v1/catalog/services/Vfw20220607112306/1.0/resourceInstances/vfw4315e6df5d2b0/artifacts/vfw4315e6df5d2b0_modules.json", "status": "NOT_NOTIFIED" } 2022-06-07T11:24:35.862Z||pool-2-thread-6|||||INFO|500||Missing status on Status Object. 2022-06-07T11:24:35.862Z||pool-2-thread-6|||||DEBUG|500||received message from topic 2022-06-07T11:24:35.862Z||pool-2-thread-6|||||DEBUG|500||recieved notification from broker: { "distributionID": "72805021-1d4b-4080-92fd-e38e12ca52a0", "consumerID": "cds", "timestamp": 1654601034569, "artifactURL": "/sdc/v1/catalog/services/Vfw20220607112306/1.0/resourceInstances/vfw4315e6df5d2b0/artifacts/vfw4315e6df5d2b0_modules.json", "status": "NOT_NOTIFIED" } 2022-06-07T11:24:35.862Z||pool-2-thread-6|||||INFO|500||Missing status on Status Object. 2022-06-07T11:24:35.862Z||pool-2-thread-6|||||DEBUG|500||received message from topic 2022-06-07T11:24:35.862Z||pool-2-thread-6|||||DEBUG|500||recieved notification from broker: { "distributionID": "72805021-1d4b-4080-92fd-e38e12ca52a0", "consumerID": "policy-id", "timestamp": 1654601034254, "artifactURL": "/sdc/v1/catalog/services/Vfw20220607112306/1.0/resourceInstances/vfw4315e6df5d2b0/artifacts/base_vfw.yaml", "status": "NOTIFIED" } 2022-06-07T11:24:35.863Z||pool-2-thread-6|||||INFO|500||Missing status on Status Object. 2022-06-07T11:24:35.863Z||pool-2-thread-6|||||DEBUG|500||received message from topic 2022-06-07T11:24:35.863Z||pool-2-thread-6|||||DEBUG|500||recieved notification from broker: { "distributionID": "72805021-1d4b-4080-92fd-e38e12ca52a0", "consumerID": "cds", "timestamp": 1654601034569, "artifactURL": "/sdc/v1/catalog/services/Vfw20220607112306/1.0/resourceInstances/vfw4315e6df5d2b0/artifacts/base_vfw.yaml", "status": "NOT_NOTIFIED" } 2022-06-07T11:24:35.863Z||pool-2-thread-6|||||INFO|500||Missing status on Status Object. 2022-06-07T11:24:35.863Z||pool-2-thread-6|||||DEBUG|500||received message from topic 2022-06-07T11:24:35.863Z||pool-2-thread-6|||||DEBUG|500||recieved notification from broker: { "distributionID": "72805021-1d4b-4080-92fd-e38e12ca52a0", "consumerID": "policy-id", "timestamp": 1654601034254, "artifactURL": "/sdc/v1/catalog/services/Vfw20220607112306/1.0/resourceInstances/vfw4315e6df5d2b0/artifacts/vendor-license-model.xml", "status": "NOT_NOTIFIED" } 2022-06-07T11:24:35.864Z||pool-2-thread-6|||||INFO|500||Missing status on Status Object. 2022-06-07T11:24:35.864Z||pool-2-thread-6|||||DEBUG|500||received message from topic 2022-06-07T11:24:35.864Z||pool-2-thread-6|||||DEBUG|500||recieved notification from broker: { "distributionID": "72805021-1d4b-4080-92fd-e38e12ca52a0", "consumerID": "cds", "timestamp": 1654601034569, "artifactURL": "/sdc/v1/catalog/services/Vfw20220607112306/1.0/resourceInstances/vfw4315e6df5d2b0/artifacts/vendor-license-model.xml", "status": "NOT_NOTIFIED" } 2022-06-07T11:24:35.864Z||pool-2-thread-6|||||INFO|500||Missing status on Status Object. 2022-06-07T11:24:35.864Z||pool-2-thread-6|||||DEBUG|500||received message from topic 2022-06-07T11:24:35.864Z||pool-2-thread-6|||||DEBUG|500||recieved notification from broker: { "distributionID": "72805021-1d4b-4080-92fd-e38e12ca52a0", "consumerID": "policy-id", "timestamp": 1654601034254, "artifactURL": "/sdc/v1/catalog/services/Vfw20220607112306/1.0/resourceInstances/vfw4315e6df5d2b0/artifacts/base_vfw.env", "status": "NOT_NOTIFIED" } 2022-06-07T11:24:35.864Z||pool-2-thread-6|||||INFO|500||Missing status on Status Object. 2022-06-07T11:24:35.865Z||pool-2-thread-6|||||DEBUG|500||received message from topic 2022-06-07T11:24:35.865Z||pool-2-thread-6|||||DEBUG|500||recieved notification from broker: { "distributionID": "72805021-1d4b-4080-92fd-e38e12ca52a0", "consumerID": "cds", "timestamp": 1654601034569, "artifactURL": "/sdc/v1/catalog/services/Vfw20220607112306/1.0/resourceInstances/vfw4315e6df5d2b0/artifacts/base_vfw.env", "status": "NOT_NOTIFIED" } 2022-06-07T11:24:35.865Z||pool-2-thread-6|||||INFO|500||Missing status on Status Object. 2022-06-07T11:24:35.865Z||pool-2-thread-6|||||DEBUG|500||received message from topic 2022-06-07T11:24:35.865Z||pool-2-thread-6|||||DEBUG|500||recieved notification from broker: { "distributionID": "72805021-1d4b-4080-92fd-e38e12ca52a0", "consumerID": "ves-openapi-manager", "timestamp": 1654601046812, "artifactURL": "/sdc/v1/catalog/services/Vfw20220607112306/1.0/resourceInstances/vfw4315e6df5d2b0/artifacts/vf-license-model.xml", "status": "NOT_NOTIFIED" } 2022-06-07T11:24:35.866Z||pool-2-thread-6|||||INFO|500||Missing status on Status Object. 2022-06-07T11:24:35.866Z||pool-2-thread-6|||||DEBUG|500||received message from topic 2022-06-07T11:24:35.866Z||pool-2-thread-6|||||DEBUG|500||recieved notification from broker: { "distributionID": "72805021-1d4b-4080-92fd-e38e12ca52a0", "consumerID": "policy-id", "timestamp": 1654601034254, "artifactURL": "/sdc/v1/catalog/services/Vfw20220607112306/1.0/artifacts/service-Vfw20220607112306-template.yml", "status": "NOT_NOTIFIED" } 2022-06-07T11:24:35.866Z||pool-2-thread-6|||||INFO|500||Missing status on Status Object. 2022-06-07T11:24:35.866Z||pool-2-thread-6|||||DEBUG|500||received message from topic 2022-06-07T11:24:35.867Z||pool-2-thread-6|||||DEBUG|500||recieved notification from broker: { "distributionID": "72805021-1d4b-4080-92fd-e38e12ca52a0", "consumerID": "cds", "timestamp": 1654601034569, "artifactURL": "/sdc/v1/catalog/services/Vfw20220607112306/1.0/artifacts/service-Vfw20220607112306-template.yml", "status": "NOT_NOTIFIED" } 2022-06-07T11:24:35.867Z||pool-2-thread-6|||||INFO|500||Missing status on Status Object. 2022-06-07T11:24:35.867Z||pool-2-thread-6|||||DEBUG|500||received message from topic 2022-06-07T11:24:35.867Z||pool-2-thread-6|||||DEBUG|500||recieved notification from broker: { "distributionID": "72805021-1d4b-4080-92fd-e38e12ca52a0", "consumerID": "ves-openapi-manager", "timestamp": 1654601046812, "artifactURL": "/sdc/v1/catalog/services/Vfw20220607112306/1.0/resourceInstances/vfw4315e6df5d2b0/artifacts/vfw4315e6df5d2b0_modules.json", "status": "NOT_NOTIFIED" } 2022-06-07T11:24:35.867Z||pool-2-thread-6|||||INFO|500||Missing status on Status Object. 2022-06-07T11:24:35.867Z||pool-2-thread-6|||||DEBUG|500||received message from topic 2022-06-07T11:24:35.867Z||pool-2-thread-6|||||DEBUG|500||recieved notification from broker: { "distributionID": "72805021-1d4b-4080-92fd-e38e12ca52a0", "consumerID": "policy-id", "timestamp": 1654601034254, "artifactURL": "/sdc/v1/catalog/services/Vfw20220607112306/1.0/artifacts/service-Vfw20220607112306-csar.csar", "status": "NOTIFIED" } 2022-06-07T11:24:35.868Z||pool-2-thread-6|||||INFO|500||Missing status on Status Object. 2022-06-07T11:24:35.868Z||pool-2-thread-6|||||DEBUG|500||received message from topic 2022-06-07T11:24:35.868Z||pool-2-thread-6|||||DEBUG|500||recieved notification from broker: { "distributionID": "72805021-1d4b-4080-92fd-e38e12ca52a0", "consumerID": "cds", "timestamp": 1654601034569, "artifactURL": "/sdc/v1/catalog/services/Vfw20220607112306/1.0/artifacts/service-Vfw20220607112306-csar.csar", "status": "NOTIFIED" } 2022-06-07T11:24:35.869Z||pool-2-thread-6|||||INFO|500||Missing status on Status Object. 2022-06-07T11:24:35.869Z||pool-2-thread-6|||||DEBUG|500||received message from topic 2022-06-07T11:24:35.869Z||pool-2-thread-6|||||DEBUG|500||recieved notification from broker: { "distributionID": "72805021-1d4b-4080-92fd-e38e12ca52a0", "consumerID": "ves-openapi-manager", "timestamp": 1654601046812, "artifactURL": "/sdc/v1/catalog/services/Vfw20220607112306/1.0/resourceInstances/vfw4315e6df5d2b0/artifacts/base_vfw.yaml", "status": "NOT_NOTIFIED" } 2022-06-07T11:24:35.869Z||pool-2-thread-6|||||INFO|500||Missing status on Status Object. 2022-06-07T11:24:35.869Z||pool-2-thread-6|||||DEBUG|500||received message from topic 2022-06-07T11:24:35.869Z||pool-2-thread-6|||||DEBUG|500||recieved notification from broker: { "distributionID": "72805021-1d4b-4080-92fd-e38e12ca52a0", "consumerID": "policy-id", "timestamp": 1654601050131, "artifactURL": "/sdc/v1/catalog/services/Vfw20220607112306/1.0/artifacts/service-Vfw20220607112306-csar.csar", "status": "DOWNLOAD_OK" } 2022-06-07T11:24:35.870Z||pool-2-thread-6|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error' 2022-06-07T11:24:35.870Z||pool-2-thread-6|||||DEBUG|500||received message from topic 2022-06-07T11:24:35.870Z||pool-2-thread-6|||||DEBUG|500||recieved notification from broker: { "distributionID": "72805021-1d4b-4080-92fd-e38e12ca52a0", "consumerID": "cds", "timestamp": 1654601049810, "artifactURL": "/sdc/v1/catalog/services/Vfw20220607112306/1.0/artifacts/service-Vfw20220607112306-csar.csar", "status": "DOWNLOAD_OK" } 2022-06-07T11:24:35.870Z||pool-2-thread-6|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error' 2022-06-07T11:24:35.871Z||pool-2-thread-6|||||DEBUG|500||received message from topic 2022-06-07T11:24:35.871Z||pool-2-thread-6|||||DEBUG|500||recieved notification from broker: { "distributionID": "72805021-1d4b-4080-92fd-e38e12ca52a0", "consumerID": "ves-openapi-manager", "timestamp": 1654601046812, "artifactURL": "/sdc/v1/catalog/services/Vfw20220607112306/1.0/resourceInstances/vfw4315e6df5d2b0/artifacts/vendor-license-model.xml", "status": "NOT_NOTIFIED" } 2022-06-07T11:24:35.871Z||pool-2-thread-6|||||INFO|500||Missing status on Status Object. 2022-06-07T11:24:35.871Z||pool-2-thread-6|||||DEBUG|500||received message from topic 2022-06-07T11:24:35.871Z||pool-2-thread-6|||||DEBUG|500||recieved notification from broker: { "distributionID": "72805021-1d4b-4080-92fd-e38e12ca52a0", "consumerID": "policy-id", "timestamp": 1654601051143, "artifactURL": "/sdc/v1/catalog/services/Vfw20220607112306/1.0/artifacts/service-Vfw20220607112306-csar.csar", "status": "DEPLOY_OK" } 2022-06-07T11:24:35.871Z||pool-2-thread-6|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error' 2022-06-07T11:24:35.871Z||pool-2-thread-6|||||DEBUG|500||received message from topic 2022-06-07T11:24:35.872Z||pool-2-thread-6|||||DEBUG|500||recieved notification from broker: { "distributionID": "72805021-1d4b-4080-92fd-e38e12ca52a0", "consumerID": "cds", "timestamp": 1654601050848, "artifactURL": "/sdc/v1/catalog/services/Vfw20220607112306/1.0/artifacts/service-Vfw20220607112306-csar.csar", "status": "COMPONENT_DONE_OK", "componentName": "cds" } Hibernate: select watchdogdi0_.DISTRIBUTION_ID as distribu1_11_0_, watchdogdi0_.CREATE_TIME as create_t2_11_0_, watchdogdi0_.DISTRIBUTION_ID_STATUS as distribu3_11_0_, watchdogdi0_.MODIFY_TIME as modify_t4_11_0_, watchdogdi0_.LOCK_VERSION as lock_ver5_11_0_ from watchdog_distributionid_status watchdogdi0_ where watchdogdi0_.DISTRIBUTION_ID=? Hibernate: select watchdogdi0_.DISTRIBUTION_ID as distribu1_11_0_, watchdogdi0_.CREATE_TIME as create_t2_11_0_, watchdogdi0_.DISTRIBUTION_ID_STATUS as distribu3_11_0_, watchdogdi0_.MODIFY_TIME as modify_t4_11_0_, watchdogdi0_.LOCK_VERSION as lock_ver5_11_0_ from watchdog_distributionid_status watchdogdi0_ where watchdogdi0_.DISTRIBUTION_ID=? Hibernate: insert into watchdog_distributionid_status (CREATE_TIME, DISTRIBUTION_ID_STATUS, MODIFY_TIME, LOCK_VERSION, DISTRIBUTION_ID) values (?, ?, ?, ?, ?) 2022-06-07T11:24:36.179Z||pool-2-thread-6|||||DEBUG|500||Receive a callback componentStatus in ASDC, for componentName: cds and status of COMPONENT_DONE_OK distributionID of 72805021-1d4b-4080-92fd-e38e12ca52a0 2022-06-07T11:24:36.202Z||pool-2-thread-6|||||DEBUG|500||Entering installTheComponentStatus for distributionId 72805021-1d4b-4080-92fd-e38e12ca52a0 and ComponentName cds Hibernate: select watchdogco0_.COMPONENT_NAME as componen1_12_0_, watchdogco0_.DISTRIBUTION_ID as distribu2_12_0_, watchdogco0_.COMPONENT_DISTRIBUTION_STATUS as componen3_12_0_, watchdogco0_.CREATE_TIME as create_t4_12_0_, watchdogco0_.MODIFY_TIME as modify_t5_12_0_ from watchdog_per_component_distribution_status watchdogco0_ where watchdogco0_.COMPONENT_NAME=? and watchdogco0_.DISTRIBUTION_ID=? Hibernate: insert into watchdog_per_component_distribution_status (COMPONENT_DISTRIBUTION_STATUS, CREATE_TIME, MODIFY_TIME, COMPONENT_NAME, DISTRIBUTION_ID) values (?, ?, ?, ?, ?) 2022-06-07T11:24:36.225Z||pool-2-thread-6|||||DEBUG|500||received message from topic 2022-06-07T11:24:36.225Z||pool-2-thread-6|||||DEBUG|500||recieved notification from broker: { "distributionID": "72805021-1d4b-4080-92fd-e38e12ca52a0", "consumerID": "ves-openapi-manager", "timestamp": 1654601046812, "artifactURL": "/sdc/v1/catalog/services/Vfw20220607112306/1.0/resourceInstances/vfw4315e6df5d2b0/artifacts/base_vfw.env", "status": "NOT_NOTIFIED" } 2022-06-07T11:24:36.226Z||pool-2-thread-6|||||INFO|500||Missing status on Status Object. 2022-06-07T11:24:36.226Z||pool-2-thread-6|||||DEBUG|500||received message from topic 2022-06-07T11:24:36.226Z||pool-2-thread-6|||||DEBUG|500||recieved notification from broker: { "distributionID": "72805021-1d4b-4080-92fd-e38e12ca52a0", "consumerID": "policy-id", "timestamp": 1654601052149, "artifactURL": "", "status": "COMPONENT_DONE_OK", "componentName": "POLICY" } Hibernate: select watchdogdi0_.DISTRIBUTION_ID as distribu1_11_0_, watchdogdi0_.CREATE_TIME as create_t2_11_0_, watchdogdi0_.DISTRIBUTION_ID_STATUS as distribu3_11_0_, watchdogdi0_.MODIFY_TIME as modify_t4_11_0_, watchdogdi0_.LOCK_VERSION as lock_ver5_11_0_ from watchdog_distributionid_status watchdogdi0_ where watchdogdi0_.DISTRIBUTION_ID=? 2022-06-07T11:24:36.239Z||pool-2-thread-6|||||DEBUG|500||Receive a callback componentStatus in ASDC, for componentName: POLICY and status of COMPONENT_DONE_OK distributionID of 72805021-1d4b-4080-92fd-e38e12ca52a0 2022-06-07T11:24:36.239Z||pool-2-thread-6|||||DEBUG|500||Entering installTheComponentStatus for distributionId 72805021-1d4b-4080-92fd-e38e12ca52a0 and ComponentName POLICY Hibernate: select watchdogco0_.COMPONENT_NAME as componen1_12_0_, watchdogco0_.DISTRIBUTION_ID as distribu2_12_0_, watchdogco0_.COMPONENT_DISTRIBUTION_STATUS as componen3_12_0_, watchdogco0_.CREATE_TIME as create_t4_12_0_, watchdogco0_.MODIFY_TIME as modify_t5_12_0_ from watchdog_per_component_distribution_status watchdogco0_ where watchdogco0_.COMPONENT_NAME=? and watchdogco0_.DISTRIBUTION_ID=? Hibernate: insert into watchdog_per_component_distribution_status (COMPONENT_DISTRIBUTION_STATUS, CREATE_TIME, MODIFY_TIME, COMPONENT_NAME, DISTRIBUTION_ID) values (?, ?, ?, ?, ?) 2022-06-07T11:24:36.248Z||pool-2-thread-6|||||DEBUG|500||received message from topic 2022-06-07T11:24:36.248Z||pool-2-thread-6|||||DEBUG|500||recieved notification from broker: { "distributionID": "72805021-1d4b-4080-92fd-e38e12ca52a0", "consumerID": "ves-openapi-manager", "timestamp": 1654601046812, "artifactURL": "/sdc/v1/catalog/services/Vfw20220607112306/1.0/artifacts/service-Vfw20220607112306-template.yml", "status": "NOT_NOTIFIED" } 2022-06-07T11:24:36.248Z||pool-2-thread-6|||||INFO|500||Missing status on Status Object. 2022-06-07T11:24:36.248Z||pool-2-thread-6|||||DEBUG|500||received message from topic 2022-06-07T11:24:36.248Z||pool-2-thread-6|||||DEBUG|500||recieved notification from broker: { "distributionID": "550181af-a9b8-4aac-a3f6-eee3dc0b4bd5", "consumerID": "cds", "timestamp": 1654601051856, "artifactURL": "/sdc/v1/catalog/services/BasicOnboardCshibk/1.0/resourceInstances/basic_onboard_cshibk0/artifacts/vf-license-model.xml", "status": "NOT_NOTIFIED" } 2022-06-07T11:24:36.249Z||pool-2-thread-6|||||INFO|500||Missing status on Status Object. 2022-06-07T11:24:36.249Z||pool-2-thread-6|||||DEBUG|500||received message from topic 2022-06-07T11:24:36.249Z||pool-2-thread-6|||||DEBUG|500||recieved notification from broker: { "distributionID": "72805021-1d4b-4080-92fd-e38e12ca52a0", "consumerID": "multicloud-k8s-id", "timestamp": 1654601052229, "artifactURL": "/sdc/v1/catalog/services/Vfw20220607112306/1.0/resourceInstances/vfw4315e6df5d2b0/artifacts/vf-license-model.xml", "status": "NOT_NOTIFIED" } 2022-06-07T11:24:36.249Z||pool-2-thread-6|||||INFO|500||Missing status on Status Object. 2022-06-07T11:24:36.249Z||pool-2-thread-6|||||DEBUG|500||received message from topic 2022-06-07T11:24:36.249Z||pool-2-thread-6|||||DEBUG|500||recieved notification from broker: { "distributionID": "72805021-1d4b-4080-92fd-e38e12ca52a0", "consumerID": "ves-openapi-manager", "timestamp": 1654601046812, "artifactURL": "/sdc/v1/catalog/services/Vfw20220607112306/1.0/artifacts/service-Vfw20220607112306-csar.csar", "status": "NOT_NOTIFIED" } 2022-06-07T11:24:36.249Z||pool-2-thread-6|||||INFO|500||Missing status on Status Object. 2022-06-07T11:24:36.250Z||pool-2-thread-6|||||DEBUG|500||received message from topic 2022-06-07T11:24:36.250Z||pool-2-thread-6|||||DEBUG|500||recieved notification from broker: { "distributionID": "550181af-a9b8-4aac-a3f6-eee3dc0b4bd5", "consumerID": "cds", "timestamp": 1654601051856, "artifactURL": "/sdc/v1/catalog/services/BasicOnboardCshibk/1.0/resourceInstances/basic_onboard_cshibk0/artifacts/basic_onboard_cshibk0_modules.json", "status": "NOT_NOTIFIED" } 2022-06-07T11:24:36.250Z||pool-2-thread-6|||||INFO|500||Missing status on Status Object. 2022-06-07T11:24:36.250Z||pool-2-thread-6|||||DEBUG|500||received message from topic 2022-06-07T11:24:36.250Z||pool-2-thread-6|||||DEBUG|500||recieved notification from broker: { "distributionID": "72805021-1d4b-4080-92fd-e38e12ca52a0", "consumerID": "multicloud-k8s-id", "timestamp": 1654601052229, "artifactURL": "/sdc/v1/catalog/services/Vfw20220607112306/1.0/resourceInstances/vfw4315e6df5d2b0/artifacts/vfw4315e6df5d2b0_modules.json", "status": "NOTIFIED" } 2022-06-07T11:24:36.250Z||pool-2-thread-6|||||INFO|500||Missing status on Status Object. 2022-06-07T11:24:36.251Z||pool-2-thread-6|||||DEBUG|500||received message from topic 2022-06-07T11:24:36.251Z||pool-2-thread-6|||||DEBUG|500||recieved notification from broker: { "distributionID": "72805021-1d4b-4080-92fd-e38e12ca52a0", "consumerID": "clamp", "timestamp": 1654601053395, "artifactURL": "/sdc/v1/catalog/services/Vfw20220607112306/1.0/resourceInstances/vfw4315e6df5d2b0/artifacts/vf-license-model.xml", "status": "NOT_NOTIFIED" } 2022-06-07T11:24:36.251Z||pool-2-thread-6|||||INFO|500||Missing status on Status Object. 2022-06-07T11:24:36.251Z||pool-2-thread-6|||||DEBUG|500||received message from topic 2022-06-07T11:24:36.251Z||pool-2-thread-6|||||DEBUG|500||recieved notification from broker: { "distributionID": "550181af-a9b8-4aac-a3f6-eee3dc0b4bd5", "consumerID": "policy-id", "timestamp": 1654601054254, "artifactURL": "/sdc/v1/catalog/services/BasicOnboardCshibk/1.0/resourceInstances/basic_onboard_cshibk0/artifacts/vf-license-model.xml", "status": "NOT_NOTIFIED" } 2022-06-07T11:24:36.251Z||pool-2-thread-6|||||INFO|500||Missing status on Status Object. 2022-06-07T11:24:36.251Z||pool-2-thread-6|||||DEBUG|500||received message from topic 2022-06-07T11:24:36.252Z||pool-2-thread-6|||||DEBUG|500||recieved notification from broker: { "distributionID": "550181af-a9b8-4aac-a3f6-eee3dc0b4bd5", "consumerID": "cds", "timestamp": 1654601051856, "artifactURL": "/sdc/v1/catalog/services/BasicOnboardCshibk/1.0/resourceInstances/basic_onboard_cshibk0/artifacts/base_ubuntu18.yaml", "status": "NOT_NOTIFIED" } 2022-06-07T11:24:36.252Z||pool-2-thread-6|||||INFO|500||Missing status on Status Object. 2022-06-07T11:24:36.252Z||pool-2-thread-6|||||DEBUG|500||received message from topic 2022-06-07T11:24:36.252Z||pool-2-thread-6|||||DEBUG|500||recieved notification from broker: { "distributionID": "72805021-1d4b-4080-92fd-e38e12ca52a0", "consumerID": "multicloud-k8s-id", "timestamp": 1654601052229, "artifactURL": "/sdc/v1/catalog/services/Vfw20220607112306/1.0/resourceInstances/vfw4315e6df5d2b0/artifacts/base_vfw.yaml", "status": "NOTIFIED" } 2022-06-07T11:24:36.252Z||pool-2-thread-6|||||INFO|500||Missing status on Status Object. 2022-06-07T11:24:36.252Z||pool-2-thread-6|||||DEBUG|500||received message from topic 2022-06-07T11:24:36.252Z||pool-2-thread-6|||||DEBUG|500||recieved notification from broker: { "distributionID": "72805021-1d4b-4080-92fd-e38e12ca52a0", "consumerID": "clamp", "timestamp": 1654601053395, "artifactURL": "/sdc/v1/catalog/services/Vfw20220607112306/1.0/resourceInstances/vfw4315e6df5d2b0/artifacts/vfw4315e6df5d2b0_modules.json", "status": "NOTIFIED" } 2022-06-07T11:24:36.253Z||pool-2-thread-6|||||INFO|500||Missing status on Status Object. 2022-06-07T11:24:36.253Z||pool-2-thread-6|||||DEBUG|500||received message from topic 2022-06-07T11:24:36.253Z||pool-2-thread-6|||||DEBUG|500||recieved notification from broker: { "distributionID": "550181af-a9b8-4aac-a3f6-eee3dc0b4bd5", "consumerID": "policy-id", "timestamp": 1654601054254, "artifactURL": "/sdc/v1/catalog/services/BasicOnboardCshibk/1.0/resourceInstances/basic_onboard_cshibk0/artifacts/basic_onboard_cshibk0_modules.json", "status": "NOT_NOTIFIED" } 2022-06-07T11:24:36.253Z||pool-2-thread-6|||||INFO|500||Missing status on Status Object. 2022-06-07T11:24:36.253Z||pool-2-thread-6|||||DEBUG|500||received message from topic 2022-06-07T11:24:36.253Z||pool-2-thread-6|||||DEBUG|500||recieved notification from broker: { "distributionID": "550181af-a9b8-4aac-a3f6-eee3dc0b4bd5", "consumerID": "cds", "timestamp": 1654601051856, "artifactURL": "/sdc/v1/catalog/services/BasicOnboardCshibk/1.0/resourceInstances/basic_onboard_cshibk0/artifacts/vendor-license-model.xml", "status": "NOT_NOTIFIED" } 2022-06-07T11:24:36.253Z||pool-2-thread-6|||||INFO|500||Missing status on Status Object. 2022-06-07T11:24:36.254Z||pool-2-thread-6|||||DEBUG|500||received message from topic 2022-06-07T11:24:36.254Z||pool-2-thread-6|||||DEBUG|500||recieved notification from broker: { "distributionID": "72805021-1d4b-4080-92fd-e38e12ca52a0", "consumerID": "multicloud-k8s-id", "timestamp": 1654601052229, "artifactURL": "/sdc/v1/catalog/services/Vfw20220607112306/1.0/resourceInstances/vfw4315e6df5d2b0/artifacts/vendor-license-model.xml", "status": "NOT_NOTIFIED" } 2022-06-07T11:24:36.254Z||pool-2-thread-6|||||INFO|500||Missing status on Status Object. 2022-06-07T11:24:36.254Z||pool-2-thread-6|||||DEBUG|500||received message from topic 2022-06-07T11:24:36.254Z||pool-2-thread-6|||||DEBUG|500||recieved notification from broker: { "distributionID": "72805021-1d4b-4080-92fd-e38e12ca52a0", "consumerID": "clamp", "timestamp": 1654601053395, "artifactURL": "/sdc/v1/catalog/services/Vfw20220607112306/1.0/resourceInstances/vfw4315e6df5d2b0/artifacts/base_vfw.yaml", "status": "NOT_NOTIFIED" } 2022-06-07T11:24:36.254Z||pool-2-thread-6|||||INFO|500||Missing status on Status Object. 2022-06-07T11:24:36.254Z||pool-2-thread-6|||||DEBUG|500||received message from topic 2022-06-07T11:24:36.255Z||pool-2-thread-6|||||DEBUG|500||recieved notification from broker: { "distributionID": "550181af-a9b8-4aac-a3f6-eee3dc0b4bd5", "consumerID": "policy-id", "timestamp": 1654601054254, "artifactURL": "/sdc/v1/catalog/services/BasicOnboardCshibk/1.0/resourceInstances/basic_onboard_cshibk0/artifacts/base_ubuntu18.yaml", "status": "NOTIFIED" } 2022-06-07T11:24:36.255Z||pool-2-thread-6|||||INFO|500||Missing status on Status Object. 2022-06-07T11:24:36.255Z||pool-2-thread-6|||||DEBUG|500||received message from topic 2022-06-07T11:24:36.255Z||pool-2-thread-6|||||DEBUG|500||recieved notification from broker: { "distributionID": "550181af-a9b8-4aac-a3f6-eee3dc0b4bd5", "consumerID": "cds", "timestamp": 1654601051856, "artifactURL": "/sdc/v1/catalog/services/BasicOnboardCshibk/1.0/resourceInstances/basic_onboard_cshibk0/artifacts/base_ubuntu18.env", "status": "NOT_NOTIFIED" } 2022-06-07T11:24:36.255Z||pool-2-thread-6|||||INFO|500||Missing status on Status Object. 2022-06-07T11:24:36.255Z||pool-2-thread-6|||||DEBUG|500||received message from topic 2022-06-07T11:24:36.255Z||pool-2-thread-6|||||DEBUG|500||recieved notification from broker: { "distributionID": "72805021-1d4b-4080-92fd-e38e12ca52a0", "consumerID": "sdc-COpenSource-Env11-sdnc-dockero", "timestamp": 1654601057055, "artifactURL": "/sdc/v1/catalog/services/Vfw20220607112306/1.0/resourceInstances/vfw4315e6df5d2b0/artifacts/vf-license-model.xml", "status": "NOT_NOTIFIED" } 2022-06-07T11:24:36.256Z||pool-2-thread-6|||||INFO|500||Missing status on Status Object. 2022-06-07T11:24:36.256Z||pool-2-thread-6|||||DEBUG|500||received message from topic 2022-06-07T11:24:36.256Z||pool-2-thread-6|||||DEBUG|500||recieved notification from broker: { "distributionID": "72805021-1d4b-4080-92fd-e38e12ca52a0", "consumerID": "multicloud-k8s-id", "timestamp": 1654601052229, "artifactURL": "/sdc/v1/catalog/services/Vfw20220607112306/1.0/resourceInstances/vfw4315e6df5d2b0/artifacts/base_vfw.env", "status": "NOTIFIED" } 2022-06-07T11:24:36.256Z||pool-2-thread-6|||||INFO|500||Missing status on Status Object. 2022-06-07T11:24:36.256Z||pool-2-thread-6|||||DEBUG|500||received message from topic 2022-06-07T11:24:36.256Z||pool-2-thread-6|||||DEBUG|500||recieved notification from broker: { "distributionID": "72805021-1d4b-4080-92fd-e38e12ca52a0", "consumerID": "clamp", "timestamp": 1654601053395, "artifactURL": "/sdc/v1/catalog/services/Vfw20220607112306/1.0/resourceInstances/vfw4315e6df5d2b0/artifacts/vendor-license-model.xml", "status": "NOT_NOTIFIED" } 2022-06-07T11:24:36.257Z||pool-2-thread-6|||||INFO|500||Missing status on Status Object. 2022-06-07T11:24:36.257Z||pool-2-thread-6|||||DEBUG|500||received message from topic 2022-06-07T11:24:36.257Z||pool-2-thread-6|||||DEBUG|500||recieved notification from broker: { "distributionID": "72805021-1d4b-4080-92fd-e38e12ca52a0", "consumerID": "aai-ml", "timestamp": 1654601056690, "artifactURL": "/sdc/v1/catalog/services/Vfw20220607112306/1.0/resourceInstances/vfw4315e6df5d2b0/artifacts/vf-license-model.xml", "status": "NOT_NOTIFIED" } 2022-06-07T11:24:36.257Z||pool-2-thread-6|||||INFO|500||Missing status on Status Object. 2022-06-07T11:24:36.257Z||pool-2-thread-6|||||DEBUG|500||received message from topic 2022-06-07T11:24:36.257Z||pool-2-thread-6|||||DEBUG|500||recieved notification from broker: { "distributionID": "550181af-a9b8-4aac-a3f6-eee3dc0b4bd5", "consumerID": "policy-id", "timestamp": 1654601054254, "artifactURL": "/sdc/v1/catalog/services/BasicOnboardCshibk/1.0/resourceInstances/basic_onboard_cshibk0/artifacts/vendor-license-model.xml", "status": "NOT_NOTIFIED" } 2022-06-07T11:24:36.257Z||pool-2-thread-6|||||INFO|500||Missing status on Status Object. 2022-06-07T11:24:36.258Z||pool-2-thread-6|||||DEBUG|500||received message from topic 2022-06-07T11:24:36.258Z||pool-2-thread-6|||||DEBUG|500||recieved notification from broker: { "distributionID": "550181af-a9b8-4aac-a3f6-eee3dc0b4bd5", "consumerID": "cds", "timestamp": 1654601051856, "artifactURL": "/sdc/v1/catalog/services/BasicOnboardCshibk/1.0/artifacts/service-BasicOnboardCshibk-template.yml", "status": "NOT_NOTIFIED" } 2022-06-07T11:24:36.258Z||pool-2-thread-6|||||INFO|500||Missing status on Status Object. 2022-06-07T11:24:36.258Z||pool-2-thread-6|||||DEBUG|500||received message from topic 2022-06-07T11:24:36.258Z||pool-2-thread-6|||||DEBUG|500||recieved notification from broker: { "distributionID": "72805021-1d4b-4080-92fd-e38e12ca52a0", "consumerID": "sdc-COpenSource-Env11-sdnc-dockero", "timestamp": 1654601057055, "artifactURL": "/sdc/v1/catalog/services/Vfw20220607112306/1.0/resourceInstances/vfw4315e6df5d2b0/artifacts/vfw4315e6df5d2b0_modules.json", "status": "NOT_NOTIFIED" } 2022-06-07T11:24:36.258Z||pool-2-thread-6|||||INFO|500||Missing status on Status Object. 2022-06-07T11:24:36.258Z||pool-2-thread-6|||||DEBUG|500||received message from topic 2022-06-07T11:24:36.259Z||pool-2-thread-6|||||DEBUG|500||recieved notification from broker: { "distributionID": "72805021-1d4b-4080-92fd-e38e12ca52a0", "consumerID": "multicloud-k8s-id", "timestamp": 1654601052229, "artifactURL": "/sdc/v1/catalog/services/Vfw20220607112306/1.0/artifacts/service-Vfw20220607112306-template.yml", "status": "NOT_NOTIFIED" } 2022-06-07T11:24:36.259Z||pool-2-thread-6|||||INFO|500||Missing status on Status Object. 2022-06-07T11:24:36.259Z||pool-2-thread-6|||||DEBUG|500||received message from topic 2022-06-07T11:24:36.259Z||pool-2-thread-6|||||DEBUG|500||recieved notification from broker: { "distributionID": "72805021-1d4b-4080-92fd-e38e12ca52a0", "consumerID": "clamp", "timestamp": 1654601053395, "artifactURL": "/sdc/v1/catalog/services/Vfw20220607112306/1.0/resourceInstances/vfw4315e6df5d2b0/artifacts/base_vfw.env", "status": "NOT_NOTIFIED" } 2022-06-07T11:24:36.259Z||pool-2-thread-6|||||INFO|500||Missing status on Status Object. 2022-06-07T11:24:36.259Z||pool-2-thread-6|||||DEBUG|500||received message from topic 2022-06-07T11:24:36.259Z||pool-2-thread-6|||||DEBUG|500||recieved notification from broker: { "distributionID": "72805021-1d4b-4080-92fd-e38e12ca52a0", "consumerID": "aai-ml", "timestamp": 1654601056690, "artifactURL": "/sdc/v1/catalog/services/Vfw20220607112306/1.0/resourceInstances/vfw4315e6df5d2b0/artifacts/vfw4315e6df5d2b0_modules.json", "status": "NOT_NOTIFIED" } 2022-06-07T11:24:36.260Z||pool-2-thread-6|||||INFO|500||Missing status on Status Object. 2022-06-07T11:24:36.260Z||pool-2-thread-6|||||DEBUG|500||received message from topic 2022-06-07T11:24:36.260Z||pool-2-thread-6|||||DEBUG|500||recieved notification from broker: { "distributionID": "550181af-a9b8-4aac-a3f6-eee3dc0b4bd5", "consumerID": "policy-id", "timestamp": 1654601054254, "artifactURL": "/sdc/v1/catalog/services/BasicOnboardCshibk/1.0/resourceInstances/basic_onboard_cshibk0/artifacts/base_ubuntu18.env", "status": "NOT_NOTIFIED" } 2022-06-07T11:24:36.260Z||pool-2-thread-6|||||INFO|500||Missing status on Status Object. 2022-06-07T11:24:36.260Z||pool-2-thread-6|||||DEBUG|500||received message from topic 2022-06-07T11:24:36.260Z||pool-2-thread-6|||||DEBUG|500||recieved notification from broker: { "distributionID": "550181af-a9b8-4aac-a3f6-eee3dc0b4bd5", "consumerID": "cds", "timestamp": 1654601051856, "artifactURL": "/sdc/v1/catalog/services/BasicOnboardCshibk/1.0/artifacts/service-BasicOnboardCshibk-csar.csar", "status": "NOTIFIED" } 2022-06-07T11:24:36.261Z||pool-2-thread-6|||||INFO|500||Missing status on Status Object. 2022-06-07T11:24:36.261Z||pool-2-thread-6|||||DEBUG|500||received message from topic 2022-06-07T11:24:36.261Z||pool-2-thread-6|||||DEBUG|500||recieved notification from broker: { "distributionID": "72805021-1d4b-4080-92fd-e38e12ca52a0", "consumerID": "sdc-COpenSource-Env11-sdnc-dockero", "timestamp": 1654601057055, "artifactURL": "/sdc/v1/catalog/services/Vfw20220607112306/1.0/resourceInstances/vfw4315e6df5d2b0/artifacts/base_vfw.yaml", "status": "NOT_NOTIFIED" } 2022-06-07T11:24:36.261Z||pool-2-thread-6|||||INFO|500||Missing status on Status Object. 2022-06-07T11:24:36.261Z||pool-2-thread-6|||||DEBUG|500||received message from topic 2022-06-07T11:24:36.261Z||pool-2-thread-6|||||DEBUG|500||recieved notification from broker: { "distributionID": "72805021-1d4b-4080-92fd-e38e12ca52a0", "consumerID": "multicloud-k8s-id", "timestamp": 1654601052229, "artifactURL": "/sdc/v1/catalog/services/Vfw20220607112306/1.0/artifacts/service-Vfw20220607112306-csar.csar", "status": "NOTIFIED" } 2022-06-07T11:24:36.262Z||pool-2-thread-6|||||INFO|500||Missing status on Status Object. 2022-06-07T11:24:36.262Z||pool-2-thread-6|||||DEBUG|500||received message from topic 2022-06-07T11:24:36.262Z||pool-2-thread-6|||||DEBUG|500||recieved notification from broker: { "distributionID": "72805021-1d4b-4080-92fd-e38e12ca52a0", "consumerID": "clamp", "timestamp": 1654601053395, "artifactURL": "/sdc/v1/catalog/services/Vfw20220607112306/1.0/artifacts/service-Vfw20220607112306-template.yml", "status": "NOT_NOTIFIED" } 2022-06-07T11:24:36.262Z||pool-2-thread-6|||||INFO|500||Missing status on Status Object. 2022-06-07T11:24:36.262Z||pool-2-thread-6|||||DEBUG|500||received message from topic 2022-06-07T11:24:36.262Z||pool-2-thread-6|||||DEBUG|500||recieved notification from broker: { "distributionID": "72805021-1d4b-4080-92fd-e38e12ca52a0", "consumerID": "aai-ml", "timestamp": 1654601056690, "artifactURL": "/sdc/v1/catalog/services/Vfw20220607112306/1.0/resourceInstances/vfw4315e6df5d2b0/artifacts/base_vfw.yaml", "status": "NOT_NOTIFIED" } 2022-06-07T11:24:36.262Z||pool-2-thread-6|||||INFO|500||Missing status on Status Object. 2022-06-07T11:24:36.263Z||pool-2-thread-6|||||DEBUG|500||received message from topic 2022-06-07T11:24:36.263Z||pool-2-thread-6|||||DEBUG|500||recieved notification from broker: { "distributionID": "550181af-a9b8-4aac-a3f6-eee3dc0b4bd5", "consumerID": "policy-id", "timestamp": 1654601054254, "artifactURL": "/sdc/v1/catalog/services/BasicOnboardCshibk/1.0/artifacts/service-BasicOnboardCshibk-template.yml", "status": "NOT_NOTIFIED" } 2022-06-07T11:24:36.263Z||pool-2-thread-6|||||INFO|500||Missing status on Status Object. 2022-06-07T11:24:36.263Z||pool-2-thread-6|||||DEBUG|500||received message from topic 2022-06-07T11:24:36.263Z||pool-2-thread-6|||||DEBUG|500||recieved notification from broker: { "distributionID": "550181af-a9b8-4aac-a3f6-eee3dc0b4bd5", "consumerID": "cds", "timestamp": 1654601059681, "artifactURL": "/sdc/v1/catalog/services/BasicOnboardCshibk/1.0/artifacts/service-BasicOnboardCshibk-csar.csar", "status": "DOWNLOAD_OK" } 2022-06-07T11:24:36.263Z||pool-2-thread-6|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error' 2022-06-07T11:24:36.264Z||pool-2-thread-6|||||DEBUG|500||received message from topic 2022-06-07T11:24:36.264Z||pool-2-thread-6|||||DEBUG|500||recieved notification from broker: { "distributionID": "72805021-1d4b-4080-92fd-e38e12ca52a0", "consumerID": "sdc-COpenSource-Env11-sdnc-dockero", "timestamp": 1654601057055, "artifactURL": "/sdc/v1/catalog/services/Vfw20220607112306/1.0/resourceInstances/vfw4315e6df5d2b0/artifacts/vendor-license-model.xml", "status": "NOT_NOTIFIED" } 2022-06-07T11:24:36.264Z||pool-2-thread-6|||||INFO|500||Missing status on Status Object. 2022-06-07T11:24:36.264Z||pool-2-thread-6|||||DEBUG|500||received message from topic 2022-06-07T11:24:36.264Z||pool-2-thread-6|||||DEBUG|500||recieved notification from broker: { "distributionID": "72805021-1d4b-4080-92fd-e38e12ca52a0", "consumerID": "multicloud-k8s-id", "timestamp": 1654601060109, "artifactURL": "/sdc/v1/catalog/services/Vfw20220607112306/1.0/resourceInstances/vfw4315e6df5d2b0/artifacts/vfw4315e6df5d2b0_modules.json", "status": "DOWNLOAD_OK" } 2022-06-07T11:24:36.264Z||pool-2-thread-6|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error' 2022-06-07T11:24:36.265Z||pool-2-thread-6|||||DEBUG|500||received message from topic 2022-06-07T11:24:36.265Z||pool-2-thread-6|||||DEBUG|500||recieved notification from broker: { "distributionID": "72805021-1d4b-4080-92fd-e38e12ca52a0", "consumerID": "clamp", "timestamp": 1654601053395, "artifactURL": "/sdc/v1/catalog/services/Vfw20220607112306/1.0/artifacts/service-Vfw20220607112306-csar.csar", "status": "NOTIFIED" } 2022-06-07T11:24:36.265Z||pool-2-thread-6|||||INFO|500||Missing status on Status Object. 2022-06-07T11:24:36.265Z||pool-2-thread-6|||||DEBUG|500||received message from topic 2022-06-07T11:24:36.265Z||pool-2-thread-6|||||DEBUG|500||recieved notification from broker: { "distributionID": "72805021-1d4b-4080-92fd-e38e12ca52a0", "consumerID": "aai-ml", "timestamp": 1654601056690, "artifactURL": "/sdc/v1/catalog/services/Vfw20220607112306/1.0/resourceInstances/vfw4315e6df5d2b0/artifacts/vendor-license-model.xml", "status": "NOT_NOTIFIED" } 2022-06-07T11:24:36.265Z||pool-2-thread-6|||||INFO|500||Missing status on Status Object. 2022-06-07T11:24:36.266Z||pool-2-thread-6|||||DEBUG|500||received message from topic 2022-06-07T11:24:36.266Z||pool-2-thread-6|||||DEBUG|500||recieved notification from broker: { "distributionID": "550181af-a9b8-4aac-a3f6-eee3dc0b4bd5", "consumerID": "policy-id", "timestamp": 1654601054254, "artifactURL": "/sdc/v1/catalog/services/BasicOnboardCshibk/1.0/artifacts/service-BasicOnboardCshibk-csar.csar", "status": "NOTIFIED" } 2022-06-07T11:24:36.266Z||pool-2-thread-6|||||INFO|500||Missing status on Status Object. 2022-06-07T11:24:36.266Z||pool-2-thread-6|||||DEBUG|500||received message from topic 2022-06-07T11:24:36.266Z||pool-2-thread-6|||||DEBUG|500||recieved notification from broker: { "distributionID": "550181af-a9b8-4aac-a3f6-eee3dc0b4bd5", "consumerID": "cds", "timestamp": 1654601060691, "artifactURL": "/sdc/v1/catalog/services/BasicOnboardCshibk/1.0/artifacts/service-BasicOnboardCshibk-csar.csar", "status": "COMPONENT_DONE_OK", "componentName": "cds" } Hibernate: select watchdogdi0_.DISTRIBUTION_ID as distribu1_11_0_, watchdogdi0_.CREATE_TIME as create_t2_11_0_, watchdogdi0_.DISTRIBUTION_ID_STATUS as distribu3_11_0_, watchdogdi0_.MODIFY_TIME as modify_t4_11_0_, watchdogdi0_.LOCK_VERSION as lock_ver5_11_0_ from watchdog_distributionid_status watchdogdi0_ where watchdogdi0_.DISTRIBUTION_ID=? Hibernate: select watchdogdi0_.DISTRIBUTION_ID as distribu1_11_0_, watchdogdi0_.CREATE_TIME as create_t2_11_0_, watchdogdi0_.DISTRIBUTION_ID_STATUS as distribu3_11_0_, watchdogdi0_.MODIFY_TIME as modify_t4_11_0_, watchdogdi0_.LOCK_VERSION as lock_ver5_11_0_ from watchdog_distributionid_status watchdogdi0_ where watchdogdi0_.DISTRIBUTION_ID=? Hibernate: insert into watchdog_distributionid_status (CREATE_TIME, DISTRIBUTION_ID_STATUS, MODIFY_TIME, LOCK_VERSION, DISTRIBUTION_ID) values (?, ?, ?, ?, ?) 2022-06-07T11:24:36.280Z||pool-2-thread-6|||||DEBUG|500||Receive a callback componentStatus in ASDC, for componentName: cds and status of COMPONENT_DONE_OK distributionID of 550181af-a9b8-4aac-a3f6-eee3dc0b4bd5 2022-06-07T11:24:36.281Z||pool-2-thread-6|||||DEBUG|500||Entering installTheComponentStatus for distributionId 550181af-a9b8-4aac-a3f6-eee3dc0b4bd5 and ComponentName cds Hibernate: select watchdogco0_.COMPONENT_NAME as componen1_12_0_, watchdogco0_.DISTRIBUTION_ID as distribu2_12_0_, watchdogco0_.COMPONENT_DISTRIBUTION_STATUS as componen3_12_0_, watchdogco0_.CREATE_TIME as create_t4_12_0_, watchdogco0_.MODIFY_TIME as modify_t5_12_0_ from watchdog_per_component_distribution_status watchdogco0_ where watchdogco0_.COMPONENT_NAME=? and watchdogco0_.DISTRIBUTION_ID=? Hibernate: insert into watchdog_per_component_distribution_status (COMPONENT_DISTRIBUTION_STATUS, CREATE_TIME, MODIFY_TIME, COMPONENT_NAME, DISTRIBUTION_ID) values (?, ?, ?, ?, ?) 2022-06-07T11:24:36.290Z||pool-2-thread-6|||||DEBUG|500||received message from topic 2022-06-07T11:24:36.290Z||pool-2-thread-6|||||DEBUG|500||recieved notification from broker: { "distributionID": "72805021-1d4b-4080-92fd-e38e12ca52a0", "consumerID": "sdc-COpenSource-Env11-sdnc-dockero", "timestamp": 1654601057055, "artifactURL": "/sdc/v1/catalog/services/Vfw20220607112306/1.0/resourceInstances/vfw4315e6df5d2b0/artifacts/base_vfw.env", "status": "NOT_NOTIFIED" } 2022-06-07T11:24:36.291Z||pool-2-thread-6|||||INFO|500||Missing status on Status Object. 2022-06-07T11:24:36.291Z||pool-2-thread-6|||||DEBUG|500||received message from topic 2022-06-07T11:24:36.291Z||pool-2-thread-6|||||DEBUG|500||recieved notification from broker: { "distributionID": "72805021-1d4b-4080-92fd-e38e12ca52a0", "consumerID": "multicloud-k8s-id", "timestamp": 1654601061190, "artifactURL": "/sdc/v1/catalog/services/Vfw20220607112306/1.0/resourceInstances/vfw4315e6df5d2b0/artifacts/base_vfw.yaml", "status": "DOWNLOAD_OK" } 2022-06-07T11:24:36.291Z||pool-2-thread-6|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error' 2022-06-07T11:24:36.291Z||pool-2-thread-6|||||DEBUG|500||received message from topic 2022-06-07T11:24:36.291Z||pool-2-thread-6|||||DEBUG|500||recieved notification from broker: { "distributionID": "72805021-1d4b-4080-92fd-e38e12ca52a0", "consumerID": "aai-ml", "timestamp": 1654601056690, "artifactURL": "/sdc/v1/catalog/services/Vfw20220607112306/1.0/resourceInstances/vfw4315e6df5d2b0/artifacts/base_vfw.env", "status": "NOT_NOTIFIED" } 2022-06-07T11:24:36.292Z||pool-2-thread-6|||||INFO|500||Missing status on Status Object. 2022-06-07T11:24:36.292Z||pool-2-thread-6|||||DEBUG|500||received message from topic 2022-06-07T11:24:36.292Z||pool-2-thread-6|||||DEBUG|500||recieved notification from broker: { "distributionID": "550181af-a9b8-4aac-a3f6-eee3dc0b4bd5", "consumerID": "policy-id", "timestamp": 1654601061987, "artifactURL": "/sdc/v1/catalog/services/BasicOnboardCshibk/1.0/artifacts/service-BasicOnboardCshibk-csar.csar", "status": "DOWNLOAD_OK" } 2022-06-07T11:24:36.292Z||pool-2-thread-6|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error' 2022-06-07T11:24:36.292Z||pool-2-thread-6|||||DEBUG|500||received message from topic 2022-06-07T11:24:36.292Z||pool-2-thread-6|||||DEBUG|500||recieved notification from broker: { "distributionID": "72805021-1d4b-4080-92fd-e38e12ca52a0", "consumerID": "sdc-COpenSource-Env11-sdnc-dockero", "timestamp": 1654601057055, "artifactURL": "/sdc/v1/catalog/services/Vfw20220607112306/1.0/artifacts/service-Vfw20220607112306-template.yml", "status": "NOT_NOTIFIED" } 2022-06-07T11:24:36.292Z||pool-2-thread-6|||||INFO|500||Missing status on Status Object. 2022-06-07T11:24:36.293Z||pool-2-thread-6|||||DEBUG|500||received message from topic 2022-06-07T11:24:36.293Z||pool-2-thread-6|||||DEBUG|500||recieved notification from broker: { "distributionID": "72805021-1d4b-4080-92fd-e38e12ca52a0", "consumerID": "multicloud-k8s-id", "timestamp": 1654601062406, "artifactURL": "/sdc/v1/catalog/services/Vfw20220607112306/1.0/resourceInstances/vfw4315e6df5d2b0/artifacts/base_vfw.env", "status": "DOWNLOAD_OK" } 2022-06-07T11:24:36.293Z||pool-2-thread-6|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error' 2022-06-07T11:24:36.293Z||pool-2-thread-6|||||DEBUG|500||received message from topic 2022-06-07T11:24:36.293Z||pool-2-thread-6|||||DEBUG|500||recieved notification from broker: { "distributionID": "72805021-1d4b-4080-92fd-e38e12ca52a0", "consumerID": "aai-ml", "timestamp": 1654601056690, "artifactURL": "/sdc/v1/catalog/services/Vfw20220607112306/1.0/artifacts/service-Vfw20220607112306-template.yml", "status": "NOT_NOTIFIED" } 2022-06-07T11:24:36.293Z||pool-2-thread-6|||||INFO|500||Missing status on Status Object. 2022-06-07T11:24:36.294Z||pool-2-thread-6|||||DEBUG|500||received message from topic 2022-06-07T11:24:36.294Z||pool-2-thread-6|||||DEBUG|500||recieved notification from broker: { "distributionID": "550181af-a9b8-4aac-a3f6-eee3dc0b4bd5", "consumerID": "policy-id", "timestamp": 1654601062993, "artifactURL": "/sdc/v1/catalog/services/BasicOnboardCshibk/1.0/artifacts/service-BasicOnboardCshibk-csar.csar", "status": "DEPLOY_OK" } 2022-06-07T11:24:36.294Z||pool-2-thread-6|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error' 2022-06-07T11:24:36.294Z||pool-2-thread-6|||||DEBUG|500||received message from topic 2022-06-07T11:24:36.294Z||pool-2-thread-6|||||DEBUG|500||recieved notification from broker: { "distributionID": "72805021-1d4b-4080-92fd-e38e12ca52a0", "consumerID": "sdc-COpenSource-Env11-sdnc-dockero", "timestamp": 1654601057055, "artifactURL": "/sdc/v1/catalog/services/Vfw20220607112306/1.0/artifacts/service-Vfw20220607112306-csar.csar", "status": "NOTIFIED" } 2022-06-07T11:24:36.302Z||pool-2-thread-6|||||INFO|500||Missing status on Status Object. 2022-06-07T11:24:36.302Z||pool-2-thread-6|||||DEBUG|500||received message from topic 2022-06-07T11:24:36.302Z||pool-2-thread-6|||||DEBUG|500||recieved notification from broker: { "distributionID": "72805021-1d4b-4080-92fd-e38e12ca52a0", "consumerID": "aai-ml", "timestamp": 1654601056690, "artifactURL": "/sdc/v1/catalog/services/Vfw20220607112306/1.0/artifacts/service-Vfw20220607112306-csar.csar", "status": "NOTIFIED" } 2022-06-07T11:24:36.302Z||pool-2-thread-6|||||INFO|500||Missing status on Status Object. 2022-06-07T11:24:36.302Z||pool-2-thread-6|||||DEBUG|500||received message from topic 2022-06-07T11:24:36.302Z||pool-2-thread-6|||||DEBUG|500||recieved notification from broker: { "distributionID": "72805021-1d4b-4080-92fd-e38e12ca52a0", "consumerID": "multicloud-k8s-id", "timestamp": 1654601063472, "artifactURL": "", "status": "COMPONENT_DONE_OK", "componentName": "POLICY" } 2022-06-07T11:24:36.302Z||pool-2-thread-5|||||INFO|500|| --> HTTP/1.1 200 OK Hibernate: select watchdogdi0_.DISTRIBUTION_ID as distribu1_11_0_, watchdogdi0_.CREATE_TIME as create_t2_11_0_, watchdogdi0_.DISTRIBUTION_ID_STATUS as distribu3_11_0_, watchdogdi0_.MODIFY_TIME as modify_t4_11_0_, watchdogdi0_.LOCK_VERSION as lock_ver5_11_0_ from watchdog_distributionid_status watchdogdi0_ where watchdogdi0_.DISTRIBUTION_ID=? 2022-06-07T11:24:36.305Z||pool-2-thread-5|||||DEBUG|500||received message from topic 2022-06-07T11:24:36.306Z||pool-2-thread-5|||||DEBUG|500||recieved notification from broker: {"distributionID":"72805021-1d4b-4080-92fd-e38e12ca52a0","serviceName":"vFW 2022-06-07 11-23-06","serviceVersion":"1.0","serviceUUID":"c4647c06-e3de-4587-b7ef-4f34c8134b51","serviceDescription":"catalog service description","serviceInvariantUUID":"069cfbae-7102-4f6e-bd06-78e9aadfcd70","resources":[{"resourceInstanceName":"vFW 4315e6df-5d2b 0","resourceName":"vFW 4315e6df-5d2b","resourceVersion":"1.0","resoucreType":"VF","resourceUUID":"d64019e1-00a9-4567-b766-d4b812a714c5","resourceInvariantUUID":"6d34c6c7-4f43-44b3-95dd-f956d65036f2","resourceCustomizationUUID":"586f7819-baaf-41b1-a2b7-691722d03903","category":"Generic","subcategory":"Abstract","artifacts":[{"artifactName":"vf-license-model.xml","artifactType":"VF_LICENSE","artifactURL":"/sdc/v1/catalog/services/Vfw20220607112306/1.0/resourceInstances/vfw4315e6df5d2b0/artifacts/vf-license-model.xml","artifactChecksum":"ODQ0NDFmYmYxODk3YmFkNDRhZDUxMzQ3ODQ4MjBkMDY\u003d","artifactDescription":"VF license file","artifactTimeout":0,"artifactUUID":"6beff83a-4861-4507-8747-591a9eab2fc0","artifactVersion":"1"},{"artifactName":"vfw4315e6df5d2b0_modules.json","artifactType":"VF_MODULES_METADATA","artifactURL":"/sdc/v1/catalog/services/Vfw20220607112306/1.0/resourceInstances/vfw4315e6df5d2b0/artifacts/vfw4315e6df5d2b0_modules.json","artifactChecksum":"MDRiMmYyZWYyNWY4YzE2NjRmOWM1YzE1YzQ3ZDM5YTU\u003d","artifactDescription":"Auto-generated VF Modules information artifact","artifactTimeout":0,"artifactUUID":"b0389cd8-332c-46b8-8471-ef947ae2a8cc","artifactVersion":"1"},{"artifactName":"base_vfw.yaml","artifactType":"HEAT","artifactURL":"/sdc/v1/catalog/services/Vfw20220607112306/1.0/resourceInstances/vfw4315e6df5d2b0/artifacts/base_vfw.yaml","artifactChecksum":"ZmM1NGJiZjBlNDE5MjM5MWIwMjRlOTM2YjI4NTA1OTU\u003d","artifactDescription":"created from csar","artifactTimeout":30,"artifactUUID":"116e44f0-d8e5-4903-bb9c-3e9858920c39","artifactVersion":"1"},{"artifactName":"vendor-license-model.xml","artifactType":"VENDOR_LICENSE","artifactURL":"/sdc/v1/catalog/services/Vfw20220607112306/1.0/resourceInstances/vfw4315e6df5d2b0/artifacts/vendor-license-model.xml","artifactChecksum":"ZjQ5ZjlhMzMwY2M2M2I3MzAzNWMzMzdhNjMzYTVjNTA\u003d","artifactDescription":" Vendor license file","artifactTimeout":0,"artifactUUID":"420e38f6-b5cf-4339-a0a1-55e4e127e686","artifactVersion":"1"},{"artifactName":"base_vfw.env","artifactType":"HEAT_ENV","artifactURL":"/sdc/v1/catalog/services/Vfw20220607112306/1.0/resourceInstances/vfw4315e6df5d2b0/artifacts/base_vfw.env","artifactChecksum":"MGVmNWZjZTllNGFjNjkyYTAwYzMyZTcwODk2NGRkYmU\u003d","artifactDescription":"Auto-generated HEAT Environment deployment artifact","artifactTimeout":0,"artifactUUID":"32493c4f-6b69-49af-86f9-c95d1cc304e4","artifactVersion":"2","generatedFromUUID":"116e44f0-d8e5-4903-bb9c-3e9858920c39"}]}],"serviceArtifacts":[{"artifactName":"service-Vfw20220607112306-template.yml","artifactType":"TOSCA_TEMPLATE","artifactURL":"/sdc/v1/catalog/services/Vfw20220607112306/1.0/artifacts/service-Vfw20220607112306-template.yml","artifactChecksum":"OWZmNTYxMTljNDk3MDM3ZjQ5ZDRhNmJiNzVmZGFkYjc\u003d","artifactDescription":"TOSCA representation of the asset","artifactTimeout":0,"artifactUUID":"2e9ed7c6-789b-4899-b21e-a311bc364f41","artifactVersion":"1"},{"artifactName":"service-Vfw20220607112306-csar.csar","artifactType":"TOSCA_CSAR","artifactURL":"/sdc/v1/catalog/services/Vfw20220607112306/1.0/artifacts/service-Vfw20220607112306-csar.csar","artifactChecksum":"ZjFhOWU4ZTEwNzdjZDFiMjQ0ZTRiZTBmZTVkMzg3N2M\u003d","artifactDescription":"TOSCA definition package of the asset","artifactTimeout":0,"artifactUUID":"2ae4cab6-c072-43bd-ab25-542691443a76","artifactVersion":"1"}],"workloadContext":"Production"} 2022-06-07T11:24:36.309Z||pool-2-thread-6|||||DEBUG|500||Receive a callback componentStatus in ASDC, for componentName: POLICY and status of COMPONENT_DONE_OK distributionID of 72805021-1d4b-4080-92fd-e38e12ca52a0 2022-06-07T11:24:36.309Z||pool-2-thread-6|||||DEBUG|500||Entering installTheComponentStatus for distributionId 72805021-1d4b-4080-92fd-e38e12ca52a0 and ComponentName POLICY Hibernate: select watchdogco0_.COMPONENT_NAME as componen1_12_0_, watchdogco0_.DISTRIBUTION_ID as distribu2_12_0_, watchdogco0_.COMPONENT_DISTRIBUTION_STATUS as componen3_12_0_, watchdogco0_.CREATE_TIME as create_t4_12_0_, watchdogco0_.MODIFY_TIME as modify_t5_12_0_ from watchdog_per_component_distribution_status watchdogco0_ where watchdogco0_.COMPONENT_NAME=? and watchdogco0_.DISTRIBUTION_ID=? Hibernate: update watchdog_per_component_distribution_status set COMPONENT_DISTRIBUTION_STATUS=?, MODIFY_TIME=? where COMPONENT_NAME=? and DISTRIBUTION_ID=? 2022-06-07T11:24:36.316Z||pool-2-thread-5|||||INFO|500||DistributionClient - sendNotificationStatus 2022-06-07T11:24:36.319Z||pool-2-thread-6|||||DEBUG|500||received message from topic 2022-06-07T11:24:36.319Z||pool-2-thread-6|||||DEBUG|500||recieved notification from broker: { "distributionID": "550181af-a9b8-4aac-a3f6-eee3dc0b4bd5", "consumerID": "policy-id", "timestamp": 1654601063999, "artifactURL": "", "status": "COMPONENT_DONE_OK", "componentName": "POLICY" } Hibernate: select watchdogdi0_.DISTRIBUTION_ID as distribu1_11_0_, watchdogdi0_.CREATE_TIME as create_t2_11_0_, watchdogdi0_.DISTRIBUTION_ID_STATUS as distribu3_11_0_, watchdogdi0_.MODIFY_TIME as modify_t4_11_0_, watchdogdi0_.LOCK_VERSION as lock_ver5_11_0_ from watchdog_distributionid_status watchdogdi0_ where watchdogdi0_.DISTRIBUTION_ID=? 2022-06-07T11:24:36.324Z||pool-2-thread-5|||||INFO|500||DistributionClient - sendStatus 2022-06-07T11:24:36.325Z||pool-2-thread-6|||||DEBUG|500||Receive a callback componentStatus in ASDC, for componentName: POLICY and status of COMPONENT_DONE_OK distributionID of 550181af-a9b8-4aac-a3f6-eee3dc0b4bd5 2022-06-07T11:24:36.325Z||pool-2-thread-6|||||DEBUG|500||Entering installTheComponentStatus for distributionId 550181af-a9b8-4aac-a3f6-eee3dc0b4bd5 and ComponentName POLICY Hibernate: select watchdogco0_.COMPONENT_NAME as componen1_12_0_, watchdogco0_.DISTRIBUTION_ID as distribu2_12_0_, watchdogco0_.COMPONENT_DISTRIBUTION_STATUS as componen3_12_0_, watchdogco0_.CREATE_TIME as create_t4_12_0_, watchdogco0_.MODIFY_TIME as modify_t5_12_0_ from watchdog_per_component_distribution_status watchdogco0_ where watchdogco0_.COMPONENT_NAME=? and watchdogco0_.DISTRIBUTION_ID=? Hibernate: insert into watchdog_per_component_distribution_status (COMPONENT_DISTRIBUTION_STATUS, CREATE_TIME, MODIFY_TIME, COMPONENT_NAME, DISTRIBUTION_ID) values (?, ?, ?, ?, ?) 2022-06-07T11:24:36.336Z||pool-2-thread-6|||||DEBUG|500||received message from topic 2022-06-07T11:24:36.336Z||pool-2-thread-6|||||DEBUG|500||recieved notification from broker: { "distributionID": "72805021-1d4b-4080-92fd-e38e12ca52a0", "consumerID": "sdc-COpenSource-Env11-sdnc-dockero", "timestamp": 1654601064912, "artifactURL": "/sdc/v1/catalog/services/Vfw20220607112306/1.0/artifacts/service-Vfw20220607112306-csar.csar", "status": "DOWNLOAD_OK" } 2022-06-07T11:24:36.337Z||pool-2-thread-6|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error' 2022-06-07T11:24:36.337Z||pool-2-thread-6|||||DEBUG|500||received message from topic 2022-06-07T11:24:36.338Z||pool-2-thread-6|||||DEBUG|500||recieved notification from broker: { "distributionID": "72805021-1d4b-4080-92fd-e38e12ca52a0", "consumerID": "multicloud-k8s-id", "timestamp": 1654601064476, "artifactURL": "/sdc/v1/catalog/services/Vfw20220607112306/1.0/resourceInstances/vfw4315e6df5d2b0/artifacts/vfw4315e6df5d2b0_modules.json", "status": "DEPLOY_OK" } 2022-06-07T11:24:36.338Z||pool-2-thread-6|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error' 2022-06-07T11:24:36.338Z||pool-2-thread-6|||||DEBUG|500||received message from topic 2022-06-07T11:24:36.338Z||pool-2-thread-6|||||DEBUG|500||recieved notification from broker: { "distributionID": "72805021-1d4b-4080-92fd-e38e12ca52a0", "consumerID": "aai-ml", "timestamp": 1654601064691, "artifactURL": "/sdc/v1/catalog/services/Vfw20220607112306/1.0/artifacts/service-Vfw20220607112306-csar.csar", "status": "DOWNLOAD_OK" } 2022-06-07T11:24:36.339Z||pool-2-thread-6|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error' 2022-06-07T11:24:36.339Z||pool-2-thread-6|||||DEBUG|500||received message from topic 2022-06-07T11:24:36.339Z||pool-2-thread-6|||||DEBUG|500||recieved notification from broker: { "distributionID": "550181af-a9b8-4aac-a3f6-eee3dc0b4bd5", "consumerID": "multicloud-k8s-id", "timestamp": 1654601052229, "artifactURL": "/sdc/v1/catalog/services/BasicOnboardCshibk/1.0/resourceInstances/basic_onboard_cshibk0/artifacts/vf-license-model.xml", "status": "NOT_NOTIFIED" } 2022-06-07T11:24:36.339Z||pool-2-thread-6|||||INFO|500||Missing status on Status Object. 2022-06-07T11:24:36.339Z||pool-2-thread-6|||||DEBUG|500||received message from topic 2022-06-07T11:24:36.339Z||pool-2-thread-6|||||DEBUG|500||recieved notification from broker: { "distributionID": "550181af-a9b8-4aac-a3f6-eee3dc0b4bd5", "consumerID": "multicloud-k8s-id", "timestamp": 1654601052229, "artifactURL": "/sdc/v1/catalog/services/BasicOnboardCshibk/1.0/resourceInstances/basic_onboard_cshibk0/artifacts/basic_onboard_cshibk0_modules.json", "status": "NOTIFIED" } 2022-06-07T11:24:36.340Z||pool-2-thread-6|||||INFO|500||Missing status on Status Object. 2022-06-07T11:24:36.340Z||pool-2-thread-6|||||DEBUG|500||received message from topic 2022-06-07T11:24:36.340Z||pool-2-thread-5|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap] 2022-06-07T11:24:36.340Z||pool-2-thread-6|||||DEBUG|500||recieved notification from broker: { "distributionID": "550181af-a9b8-4aac-a3f6-eee3dc0b4bd5", "consumerID": "ves-openapi-manager", "timestamp": 1654601066812, "artifactURL": "/sdc/v1/catalog/services/BasicOnboardCshibk/1.0/resourceInstances/basic_onboard_cshibk0/artifacts/vf-license-model.xml", "status": "NOT_NOTIFIED" } 2022-06-07T11:24:36.340Z||pool-2-thread-5|||||DEBUG|500||try to send status { "distributionID": "72805021-1d4b-4080-92fd-e38e12ca52a0", "consumerID": "SO-COpenSource-Env11", "timestamp": 1654601075641, "artifactURL": "/sdc/v1/catalog/services/Vfw20220607112306/1.0/resourceInstances/vfw4315e6df5d2b0/artifacts/vf-license-model.xml", "status": "NOT_NOTIFIED" } 2022-06-07T11:24:36.340Z||pool-2-thread-6|||||INFO|500||Missing status on Status Object. 2022-06-07T11:24:36.340Z||pool-2-thread-6|||||DEBUG|500||received message from topic 2022-06-07T11:24:36.340Z||pool-2-thread-6|||||DEBUG|500||recieved notification from broker: { "distributionID": "550181af-a9b8-4aac-a3f6-eee3dc0b4bd5", "consumerID": "multicloud-k8s-id", "timestamp": 1654601052229, "artifactURL": "/sdc/v1/catalog/services/BasicOnboardCshibk/1.0/resourceInstances/basic_onboard_cshibk0/artifacts/base_ubuntu18.yaml", "status": "NOTIFIED" } 2022-06-07T11:24:36.341Z||pool-2-thread-6|||||INFO|500||Missing status on Status Object. 2022-06-07T11:24:36.341Z||pool-2-thread-6|||||DEBUG|500||received message from topic 2022-06-07T11:24:36.341Z||pool-2-thread-6|||||DEBUG|500||recieved notification from broker: { "distributionID": "550181af-a9b8-4aac-a3f6-eee3dc0b4bd5", "consumerID": "ves-openapi-manager", "timestamp": 1654601066812, "artifactURL": "/sdc/v1/catalog/services/BasicOnboardCshibk/1.0/resourceInstances/basic_onboard_cshibk0/artifacts/basic_onboard_cshibk0_modules.json", "status": "NOT_NOTIFIED" } 2022-06-07T11:24:36.341Z||pool-2-thread-6|||||INFO|500||Missing status on Status Object. 2022-06-07T11:24:36.341Z||pool-2-thread-6|||||DEBUG|500||received message from topic 2022-06-07T11:24:36.341Z||pool-2-thread-6|||||DEBUG|500||recieved notification from broker: { "distributionID": "550181af-a9b8-4aac-a3f6-eee3dc0b4bd5", "consumerID": "multicloud-k8s-id", "timestamp": 1654601052229, "artifactURL": "/sdc/v1/catalog/services/BasicOnboardCshibk/1.0/resourceInstances/basic_onboard_cshibk0/artifacts/vendor-license-model.xml", "status": "NOT_NOTIFIED" } 2022-06-07T11:24:36.342Z||pool-2-thread-6|||||INFO|500||Missing status on Status Object. 2022-06-07T11:24:36.342Z||pool-2-thread-6|||||DEBUG|500||received message from topic 2022-06-07T11:24:36.342Z||pool-2-thread-6|||||DEBUG|500||recieved notification from broker: { "distributionID": "72805021-1d4b-4080-92fd-e38e12ca52a0", "consumerID": "sdc-COpenSource-Env11-sdnc-dockero", "timestamp": 1654601070335, "artifactURL": "/sdc/v1/catalog/services/Vfw20220607112306/1.0/artifacts/service-Vfw20220607112306-csar.csar", "status": "DEPLOY_OK" } 2022-06-07T11:24:36.342Z||pool-2-thread-6|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error' 2022-06-07T11:24:36.342Z||pool-2-thread-6|||||DEBUG|500||received message from topic 2022-06-07T11:24:36.342Z||pool-2-thread-6|||||DEBUG|500||recieved notification from broker: { "distributionID": "550181af-a9b8-4aac-a3f6-eee3dc0b4bd5", "consumerID": "ves-openapi-manager", "timestamp": 1654601066812, "artifactURL": "/sdc/v1/catalog/services/BasicOnboardCshibk/1.0/resourceInstances/basic_onboard_cshibk0/artifacts/base_ubuntu18.yaml", "status": "NOT_NOTIFIED" } 2022-06-07T11:24:36.343Z||pool-2-thread-6|||||INFO|500||Missing status on Status Object. 2022-06-07T11:24:36.343Z||pool-2-thread-6|||||DEBUG|500||received message from topic 2022-06-07T11:24:36.343Z||pool-2-thread-6|||||DEBUG|500||recieved notification from broker: { "distributionID": "550181af-a9b8-4aac-a3f6-eee3dc0b4bd5", "consumerID": "multicloud-k8s-id", "timestamp": 1654601052229, "artifactURL": "/sdc/v1/catalog/services/BasicOnboardCshibk/1.0/resourceInstances/basic_onboard_cshibk0/artifacts/base_ubuntu18.env", "status": "NOTIFIED" } 2022-06-07T11:24:36.343Z||pool-2-thread-6|||||INFO|500||Missing status on Status Object. 2022-06-07T11:24:36.343Z||pool-2-thread-6|||||DEBUG|500||received message from topic 2022-06-07T11:24:36.343Z||pool-2-thread-6|||||DEBUG|500||recieved notification from broker: { "distributionID": "72805021-1d4b-4080-92fd-e38e12ca52a0", "consumerID": "sdc-COpenSource-Env11-sdnc-dockero", "timestamp": 1654601071340, "artifactURL": "", "status": "COMPONENT_DONE_OK", "componentName": "SDNC" } Hibernate: select watchdogdi0_.DISTRIBUTION_ID as distribu1_11_0_, watchdogdi0_.CREATE_TIME as create_t2_11_0_, watchdogdi0_.DISTRIBUTION_ID_STATUS as distribu3_11_0_, watchdogdi0_.MODIFY_TIME as modify_t4_11_0_, watchdogdi0_.LOCK_VERSION as lock_ver5_11_0_ from watchdog_distributionid_status watchdogdi0_ where watchdogdi0_.DISTRIBUTION_ID=? 2022-06-07T11:24:36.348Z||pool-2-thread-6|||||DEBUG|500||Receive a callback componentStatus in ASDC, for componentName: SDNC and status of COMPONENT_DONE_OK distributionID of 72805021-1d4b-4080-92fd-e38e12ca52a0 2022-06-07T11:24:36.348Z||pool-2-thread-6|||||DEBUG|500||Entering installTheComponentStatus for distributionId 72805021-1d4b-4080-92fd-e38e12ca52a0 and ComponentName SDNC Hibernate: select watchdogco0_.COMPONENT_NAME as componen1_12_0_, watchdogco0_.DISTRIBUTION_ID as distribu2_12_0_, watchdogco0_.COMPONENT_DISTRIBUTION_STATUS as componen3_12_0_, watchdogco0_.CREATE_TIME as create_t4_12_0_, watchdogco0_.MODIFY_TIME as modify_t5_12_0_ from watchdog_per_component_distribution_status watchdogco0_ where watchdogco0_.COMPONENT_NAME=? and watchdogco0_.DISTRIBUTION_ID=? Hibernate: insert into watchdog_per_component_distribution_status (COMPONENT_DISTRIBUTION_STATUS, CREATE_TIME, MODIFY_TIME, COMPONENT_NAME, DISTRIBUTION_ID) values (?, ?, ?, ?, ?) 2022-06-07T11:24:36.358Z||pool-2-thread-6|||||DEBUG|500||received message from topic 2022-06-07T11:24:36.358Z||pool-2-thread-6|||||DEBUG|500||recieved notification from broker: { "distributionID": "550181af-a9b8-4aac-a3f6-eee3dc0b4bd5", "consumerID": "ves-openapi-manager", "timestamp": 1654601066812, "artifactURL": "/sdc/v1/catalog/services/BasicOnboardCshibk/1.0/resourceInstances/basic_onboard_cshibk0/artifacts/vendor-license-model.xml", "status": "NOT_NOTIFIED" } 2022-06-07T11:24:36.358Z||pool-2-thread-6|||||INFO|500||Missing status on Status Object. 2022-06-07T11:24:36.358Z||pool-2-thread-6|||||DEBUG|500||received message from topic 2022-06-07T11:24:36.359Z||pool-2-thread-6|||||DEBUG|500||recieved notification from broker: { "distributionID": "550181af-a9b8-4aac-a3f6-eee3dc0b4bd5", "consumerID": "multicloud-k8s-id", "timestamp": 1654601052229, "artifactURL": "/sdc/v1/catalog/services/BasicOnboardCshibk/1.0/artifacts/service-BasicOnboardCshibk-template.yml", "status": "NOT_NOTIFIED" } 2022-06-07T11:24:36.359Z||pool-2-thread-6|||||INFO|500||Missing status on Status Object. 2022-06-07T11:24:36.359Z||pool-2-thread-6|||||DEBUG|500||received message from topic 2022-06-07T11:24:36.359Z||pool-2-thread-6|||||DEBUG|500||recieved notification from broker: { "distributionID": "550181af-a9b8-4aac-a3f6-eee3dc0b4bd5", "consumerID": "sdc-COpenSource-Env11-sdnc-dockero", "timestamp": 1654601057055, "artifactURL": "/sdc/v1/catalog/services/BasicOnboardCshibk/1.0/resourceInstances/basic_onboard_cshibk0/artifacts/vf-license-model.xml", "status": "NOT_NOTIFIED" } 2022-06-07T11:24:36.359Z||pool-2-thread-6|||||INFO|500||Missing status on Status Object. 2022-06-07T11:24:36.359Z||pool-2-thread-6|||||DEBUG|500||received message from topic 2022-06-07T11:24:36.360Z||pool-2-thread-6|||||DEBUG|500||recieved notification from broker: { "distributionID": "550181af-a9b8-4aac-a3f6-eee3dc0b4bd5", "consumerID": "ves-openapi-manager", "timestamp": 1654601066812, "artifactURL": "/sdc/v1/catalog/services/BasicOnboardCshibk/1.0/resourceInstances/basic_onboard_cshibk0/artifacts/base_ubuntu18.env", "status": "NOT_NOTIFIED" } 2022-06-07T11:24:36.360Z||pool-2-thread-6|||||INFO|500||Missing status on Status Object. 2022-06-07T11:24:36.360Z||pool-2-thread-6|||||DEBUG|500||received message from topic 2022-06-07T11:24:36.360Z||pool-2-thread-6|||||DEBUG|500||recieved notification from broker: { "distributionID": "550181af-a9b8-4aac-a3f6-eee3dc0b4bd5", "consumerID": "multicloud-k8s-id", "timestamp": 1654601052229, "artifactURL": "/sdc/v1/catalog/services/BasicOnboardCshibk/1.0/artifacts/service-BasicOnboardCshibk-csar.csar", "status": "NOTIFIED" } 2022-06-07T11:24:36.360Z||pool-2-thread-6|||||INFO|500||Missing status on Status Object. 2022-06-07T11:24:36.360Z||pool-2-thread-6|||||DEBUG|500||received message from topic 2022-06-07T11:24:36.361Z||pool-2-thread-6|||||DEBUG|500||recieved notification from broker: { "distributionID": "550181af-a9b8-4aac-a3f6-eee3dc0b4bd5", "consumerID": "sdc-COpenSource-Env11-sdnc-dockero", "timestamp": 1654601057055, "artifactURL": "/sdc/v1/catalog/services/BasicOnboardCshibk/1.0/resourceInstances/basic_onboard_cshibk0/artifacts/basic_onboard_cshibk0_modules.json", "status": "NOT_NOTIFIED" } 2022-06-07T11:24:36.361Z||pool-2-thread-6|||||INFO|500||Missing status on Status Object. 2022-06-07T11:24:36.361Z||pool-2-thread-6|||||DEBUG|500||received message from topic 2022-06-07T11:24:36.361Z||pool-2-thread-6|||||DEBUG|500||recieved notification from broker: { "distributionID": "550181af-a9b8-4aac-a3f6-eee3dc0b4bd5", "consumerID": "ves-openapi-manager", "timestamp": 1654601066812, "artifactURL": "/sdc/v1/catalog/services/BasicOnboardCshibk/1.0/artifacts/service-BasicOnboardCshibk-template.yml", "status": "NOT_NOTIFIED" } 2022-06-07T11:24:36.361Z||pool-2-thread-6|||||INFO|500||Missing status on Status Object. 2022-06-07T11:24:36.361Z||pool-2-thread-6|||||DEBUG|500||received message from topic 2022-06-07T11:24:36.362Z||pool-2-thread-6|||||DEBUG|500||recieved notification from broker: { "distributionID": "550181af-a9b8-4aac-a3f6-eee3dc0b4bd5", "consumerID": "multicloud-k8s-id", "timestamp": 1654601072564, "artifactURL": "/sdc/v1/catalog/services/BasicOnboardCshibk/1.0/resourceInstances/basic_onboard_cshibk0/artifacts/basic_onboard_cshibk0_modules.json", "status": "DOWNLOAD_OK" } 2022-06-07T11:24:36.362Z||pool-2-thread-6|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error' 2022-06-07T11:24:36.362Z||pool-2-thread-6|||||DEBUG|500||received message from topic 2022-06-07T11:24:36.362Z||pool-2-thread-6|||||DEBUG|500||recieved notification from broker: { "distributionID": "550181af-a9b8-4aac-a3f6-eee3dc0b4bd5", "consumerID": "sdc-COpenSource-Env11-sdnc-dockero", "timestamp": 1654601057055, "artifactURL": "/sdc/v1/catalog/services/BasicOnboardCshibk/1.0/resourceInstances/basic_onboard_cshibk0/artifacts/base_ubuntu18.yaml", "status": "NOT_NOTIFIED" } 2022-06-07T11:24:36.362Z||pool-2-thread-6|||||INFO|500||Missing status on Status Object. 2022-06-07T11:24:36.362Z||pool-2-thread-6|||||DEBUG|500||received message from topic 2022-06-07T11:24:36.363Z||pool-2-thread-6|||||DEBUG|500||recieved notification from broker: { "distributionID": "550181af-a9b8-4aac-a3f6-eee3dc0b4bd5", "consumerID": "ves-openapi-manager", "timestamp": 1654601066812, "artifactURL": "/sdc/v1/catalog/services/BasicOnboardCshibk/1.0/artifacts/service-BasicOnboardCshibk-csar.csar", "status": "NOT_NOTIFIED" } 2022-06-07T11:24:36.363Z||pool-2-thread-6|||||INFO|500||Missing status on Status Object. 2022-06-07T11:24:36.363Z||pool-2-thread-6|||||DEBUG|500||received message from topic 2022-06-07T11:24:36.363Z||pool-2-thread-6|||||DEBUG|500||recieved notification from broker: { "distributionID": "550181af-a9b8-4aac-a3f6-eee3dc0b4bd5", "consumerID": "multicloud-k8s-id", "timestamp": 1654601073666, "artifactURL": "/sdc/v1/catalog/services/BasicOnboardCshibk/1.0/resourceInstances/basic_onboard_cshibk0/artifacts/base_ubuntu18.yaml", "status": "DOWNLOAD_OK" } 2022-06-07T11:24:36.363Z||pool-2-thread-6|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error' 2022-06-07T11:24:36.363Z||pool-2-thread-6|||||DEBUG|500||received message from topic 2022-06-07T11:24:36.364Z||pool-2-thread-6|||||DEBUG|500||recieved notification from broker: { "distributionID": "72805021-1d4b-4080-92fd-e38e12ca52a0", "consumerID": "clamp", "timestamp": 1654601074231, "artifactURL": "/sdc/v1/catalog/services/Vfw20220607112306/1.0/artifacts/service-Vfw20220607112306-csar.csar", "status": "DOWNLOAD_OK" } 2022-06-07T11:24:36.364Z||pool-2-thread-6|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error' 2022-06-07T11:24:36.364Z||pool-2-thread-6|||||DEBUG|500||received message from topic 2022-06-07T11:24:36.364Z||pool-2-thread-6|||||DEBUG|500||recieved notification from broker: { "distributionID": "550181af-a9b8-4aac-a3f6-eee3dc0b4bd5", "consumerID": "sdc-COpenSource-Env11-sdnc-dockero", "timestamp": 1654601057055, "artifactURL": "/sdc/v1/catalog/services/BasicOnboardCshibk/1.0/resourceInstances/basic_onboard_cshibk0/artifacts/vendor-license-model.xml", "status": "NOT_NOTIFIED" } 2022-06-07T11:24:36.364Z||pool-2-thread-6|||||INFO|500||Missing status on Status Object. 2022-06-07T11:24:36.365Z||pool-2-thread-6|||||DEBUG|500||received message from topic 2022-06-07T11:24:36.365Z||pool-2-thread-6|||||DEBUG|500||recieved notification from broker: { "distributionID": "550181af-a9b8-4aac-a3f6-eee3dc0b4bd5", "consumerID": "multicloud-k8s-id", "timestamp": 1654601074761, "artifactURL": "/sdc/v1/catalog/services/BasicOnboardCshibk/1.0/resourceInstances/basic_onboard_cshibk0/artifacts/base_ubuntu18.env", "status": "DOWNLOAD_OK" } 2022-06-07T11:24:36.365Z||pool-2-thread-6|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error' 2022-06-07T11:24:36.440Z||pool-3-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 94 ms 2022-06-07T11:24:36.444Z||pool-3-thread-1|||||WARN|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO will send credentials over a clear channel. 2022-06-07T11:24:36.444Z||pool-3-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as rACJoekZgDKIBPEP) ... 2022-06-07T11:24:36.461Z||pool-3-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK 2022-06-07T11:24:36.465Z||pool-3-thread-1|||||INFO|500||cambria reply ok (22 ms):{"serverTimeMs":0,"count":1} 2022-06-07T11:24:37.349Z||pool-2-thread-5|||||INFO|500||DistributionClient - sendNotificationStatus 2022-06-07T11:24:37.349Z||pool-2-thread-5|||||INFO|500||DistributionClient - sendStatus 2022-06-07T11:24:37.351Z||pool-2-thread-5|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap] 2022-06-07T11:24:37.351Z||pool-2-thread-5|||||DEBUG|500||try to send status { "distributionID": "72805021-1d4b-4080-92fd-e38e12ca52a0", "consumerID": "SO-COpenSource-Env11", "timestamp": 1654601075641, "artifactURL": "/sdc/v1/catalog/services/Vfw20220607112306/1.0/resourceInstances/vfw4315e6df5d2b0/artifacts/vfw4315e6df5d2b0_modules.json", "status": "NOTIFIED" } 2022-06-07T11:24:37.451Z||pool-4-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms 2022-06-07T11:24:37.453Z||pool-4-thread-1|||||WARN|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO will send credentials over a clear channel. 2022-06-07T11:24:37.453Z||pool-4-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as rACJoekZgDKIBPEP) ... 2022-06-07T11:24:37.469Z||pool-4-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK 2022-06-07T11:24:37.470Z||pool-4-thread-1|||||INFO|500||cambria reply ok (18 ms):{"serverTimeMs":0,"count":1} 2022-06-07T11:24:38.352Z||pool-2-thread-5|||||INFO|500||DistributionClient - sendNotificationStatus 2022-06-07T11:24:38.353Z||pool-2-thread-5|||||INFO|500||DistributionClient - sendStatus 2022-06-07T11:24:38.357Z||pool-2-thread-5|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap] 2022-06-07T11:24:38.357Z||pool-2-thread-5|||||DEBUG|500||try to send status { "distributionID": "72805021-1d4b-4080-92fd-e38e12ca52a0", "consumerID": "SO-COpenSource-Env11", "timestamp": 1654601075641, "artifactURL": "/sdc/v1/catalog/services/Vfw20220607112306/1.0/resourceInstances/vfw4315e6df5d2b0/artifacts/base_vfw.yaml", "status": "NOTIFIED" } 2022-06-07T11:24:38.458Z||pool-5-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 101 ms 2022-06-07T11:24:38.459Z||pool-5-thread-1|||||WARN|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO will send credentials over a clear channel. 2022-06-07T11:24:38.459Z||pool-5-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as rACJoekZgDKIBPEP) ... 2022-06-07T11:24:38.478Z||pool-5-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK 2022-06-07T11:24:38.479Z||pool-5-thread-1|||||INFO|500||cambria reply ok (20 ms):{"serverTimeMs":2,"count":1} 2022-06-07T11:24:39.358Z||pool-2-thread-5|||||INFO|500||DistributionClient - sendNotificationStatus 2022-06-07T11:24:39.359Z||pool-2-thread-5|||||INFO|500||DistributionClient - sendStatus 2022-06-07T11:24:39.362Z||pool-2-thread-5|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap] 2022-06-07T11:24:39.362Z||pool-2-thread-5|||||DEBUG|500||try to send status { "distributionID": "72805021-1d4b-4080-92fd-e38e12ca52a0", "consumerID": "SO-COpenSource-Env11", "timestamp": 1654601075641, "artifactURL": "/sdc/v1/catalog/services/Vfw20220607112306/1.0/resourceInstances/vfw4315e6df5d2b0/artifacts/vendor-license-model.xml", "status": "NOT_NOTIFIED" } 2022-06-07T11:24:39.461Z||pool-6-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 99 ms 2022-06-07T11:24:39.463Z||pool-6-thread-1|||||WARN|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO will send credentials over a clear channel. 2022-06-07T11:24:39.463Z||pool-6-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as rACJoekZgDKIBPEP) ... 2022-06-07T11:24:39.481Z||pool-6-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK 2022-06-07T11:24:39.483Z||pool-6-thread-1|||||INFO|500||cambria reply ok (21 ms):{"serverTimeMs":1,"count":1} 2022-06-07T11:24:40.363Z||pool-2-thread-5|||||INFO|500||DistributionClient - sendNotificationStatus 2022-06-07T11:24:40.364Z||pool-2-thread-5|||||INFO|500||DistributionClient - sendStatus 2022-06-07T11:24:40.367Z||pool-2-thread-5|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap] 2022-06-07T11:24:40.367Z||pool-2-thread-5|||||DEBUG|500||try to send status { "distributionID": "72805021-1d4b-4080-92fd-e38e12ca52a0", "consumerID": "SO-COpenSource-Env11", "timestamp": 1654601075641, "artifactURL": "/sdc/v1/catalog/services/Vfw20220607112306/1.0/resourceInstances/vfw4315e6df5d2b0/artifacts/base_vfw.env", "status": "NOTIFIED" } 2022-06-07T11:24:40.466Z||pool-7-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 99 ms 2022-06-07T11:24:40.467Z||pool-7-thread-1|||||WARN|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO will send credentials over a clear channel. 2022-06-07T11:24:40.468Z||pool-7-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as rACJoekZgDKIBPEP) ... 2022-06-07T11:24:40.495Z||pool-7-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK 2022-06-07T11:24:40.495Z||pool-7-thread-1|||||INFO|500||cambria reply ok (28 ms):{"serverTimeMs":1,"count":1} 2022-06-07T11:24:41.368Z||pool-2-thread-5|||||INFO|500||DistributionClient - sendNotificationStatus 2022-06-07T11:24:41.369Z||pool-2-thread-5|||||INFO|500||DistributionClient - sendStatus 2022-06-07T11:24:41.371Z||pool-2-thread-5|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap] 2022-06-07T11:24:41.371Z||pool-2-thread-5|||||DEBUG|500||try to send status { "distributionID": "72805021-1d4b-4080-92fd-e38e12ca52a0", "consumerID": "SO-COpenSource-Env11", "timestamp": 1654601075641, "artifactURL": "/sdc/v1/catalog/services/Vfw20220607112306/1.0/artifacts/service-Vfw20220607112306-template.yml", "status": "NOT_NOTIFIED" } 2022-06-07T11:24:41.471Z||pool-8-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms 2022-06-07T11:24:41.472Z||pool-8-thread-1|||||WARN|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO will send credentials over a clear channel. 2022-06-07T11:24:41.472Z||pool-8-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as rACJoekZgDKIBPEP) ... 2022-06-07T11:24:41.490Z||pool-8-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK 2022-06-07T11:24:41.490Z||pool-8-thread-1|||||INFO|500||cambria reply ok (18 ms):{"serverTimeMs":1,"count":1} 2022-06-07T11:24:42.372Z||pool-2-thread-5|||||INFO|500||DistributionClient - sendNotificationStatus 2022-06-07T11:24:42.373Z||pool-2-thread-5|||||INFO|500||DistributionClient - sendStatus 2022-06-07T11:24:42.376Z||pool-2-thread-5|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap] 2022-06-07T11:24:42.376Z||pool-2-thread-5|||||DEBUG|500||try to send status { "distributionID": "72805021-1d4b-4080-92fd-e38e12ca52a0", "consumerID": "SO-COpenSource-Env11", "timestamp": 1654601075641, "artifactURL": "/sdc/v1/catalog/services/Vfw20220607112306/1.0/artifacts/service-Vfw20220607112306-csar.csar", "status": "NOTIFIED" } 2022-06-07T11:24:42.476Z||pool-9-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms 2022-06-07T11:24:42.477Z||pool-9-thread-1|||||WARN|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO will send credentials over a clear channel. 2022-06-07T11:24:42.477Z||pool-9-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as rACJoekZgDKIBPEP) ... 2022-06-07T11:24:42.499Z||pool-9-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK 2022-06-07T11:24:42.499Z||pool-9-thread-1|||||INFO|500||cambria reply ok (23 ms):{"serverTimeMs":0,"count":1} 2022-06-07T11:24:43.378Z||pool-2-thread-5|||||DEBUG|500||sending notification to client: { "distributionID": "72805021-1d4b-4080-92fd-e38e12ca52a0", "serviceName": "vFW 2022-06-07 11-23-06", "serviceVersion": "1.0", "serviceUUID": "c4647c06-e3de-4587-b7ef-4f34c8134b51", "serviceDescription": "catalog service description", "serviceInvariantUUID": "069cfbae-7102-4f6e-bd06-78e9aadfcd70", "resources": [ { "resourceInstanceName": "vFW 4315e6df-5d2b 0", "resourceCustomizationUUID": "586f7819-baaf-41b1-a2b7-691722d03903", "resourceName": "vFW 4315e6df-5d2b", "resourceVersion": "1.0", "resoucreType": "VF", "resourceUUID": "d64019e1-00a9-4567-b766-d4b812a714c5", "resourceInvariantUUID": "6d34c6c7-4f43-44b3-95dd-f956d65036f2", "category": "Generic", "subcategory": "Abstract", "artifacts": [ { "artifactName": "vfw4315e6df5d2b0_modules.json", "artifactType": "VF_MODULES_METADATA", "artifactURL": "/sdc/v1/catalog/services/Vfw20220607112306/1.0/resourceInstances/vfw4315e6df5d2b0/artifacts/vfw4315e6df5d2b0_modules.json", "artifactChecksum": "MDRiMmYyZWYyNWY4YzE2NjRmOWM1YzE1YzQ3ZDM5YTU\u003d", "artifactDescription": "Auto-generated VF Modules information artifact", "artifactTimeout": 0, "artifactVersion": "1", "artifactUUID": "b0389cd8-332c-46b8-8471-ef947ae2a8cc", "relatedArtifactsInfo": [] }, { "artifactName": "base_vfw.yaml", "artifactType": "HEAT", "artifactURL": "/sdc/v1/catalog/services/Vfw20220607112306/1.0/resourceInstances/vfw4315e6df5d2b0/artifacts/base_vfw.yaml", "artifactChecksum": "ZmM1NGJiZjBlNDE5MjM5MWIwMjRlOTM2YjI4NTA1OTU\u003d", "artifactDescription": "created from csar", "artifactTimeout": 30, "artifactVersion": "1", "artifactUUID": "116e44f0-d8e5-4903-bb9c-3e9858920c39", "generatedArtifact": { "artifactName": "base_vfw.env", "artifactType": "HEAT_ENV", "artifactURL": "/sdc/v1/catalog/services/Vfw20220607112306/1.0/resourceInstances/vfw4315e6df5d2b0/artifacts/base_vfw.env", "artifactChecksum": "MGVmNWZjZTllNGFjNjkyYTAwYzMyZTcwODk2NGRkYmU\u003d", "artifactDescription": "Auto-generated HEAT Environment deployment artifact", "artifactTimeout": 0, "artifactVersion": "2", "artifactUUID": "32493c4f-6b69-49af-86f9-c95d1cc304e4", "generatedFromUUID": "116e44f0-d8e5-4903-bb9c-3e9858920c39" }, "relatedArtifactsInfo": [] }, { "artifactName": "base_vfw.env", "artifactType": "HEAT_ENV", "artifactURL": "/sdc/v1/catalog/services/Vfw20220607112306/1.0/resourceInstances/vfw4315e6df5d2b0/artifacts/base_vfw.env", "artifactChecksum": "MGVmNWZjZTllNGFjNjkyYTAwYzMyZTcwODk2NGRkYmU\u003d", "artifactDescription": "Auto-generated HEAT Environment deployment artifact", "artifactTimeout": 0, "artifactVersion": "2", "artifactUUID": "32493c4f-6b69-49af-86f9-c95d1cc304e4", "relatedArtifactsInfo": [] } ] } ], "serviceArtifacts": [ { "artifactName": "service-Vfw20220607112306-csar.csar", "artifactType": "TOSCA_CSAR", "artifactURL": "/sdc/v1/catalog/services/Vfw20220607112306/1.0/artifacts/service-Vfw20220607112306-csar.csar", "artifactChecksum": "ZjFhOWU4ZTEwNzdjZDFiMjQ0ZTRiZTBmZTVkMzg3N2M\u003d", "artifactDescription": "TOSCA definition package of the asset", "artifactTimeout": 0, "artifactVersion": "1", "artifactUUID": "2ae4cab6-c072-43bd-ab25-542691443a76" } ], "workloadContext": "Production" } 2022-06-07T11:24:43.379Z||pool-2-thread-5|||||DEBUG|500||Receive a callback notification in ASDC, nb of resources: 1 2022-06-07T11:24:43.380Z||pool-2-thread-5|||||INFO|500||ASDC_RECEIVE_CALLBACK_NOTIF 3 c4647c06-e3de-4587-b7ef-4f34c8134b51 ASDC 2022-06-07T11:24:43.496Z|72805021-1d4b-4080-92fd-e38e12ca52a0|pool-2-thread-5|||||DEBUG|500||ASDC Notification: DistributionID:72805021-1d4b-4080-92fd-e38e12ca52a0 ServiceName:vFW 2022-06-07 11-23-06 ServiceVersion:1.0 ServiceUUID:c4647c06-e3de-4587-b7ef-4f34c8134b51 ServiceInvariantUUID:069cfbae-7102-4f6e-bd06-78e9aadfcd70 ServiceDescription:catalog service description Service Artifacts List: { Service Artifacts Info: ArtifactName:service-Vfw20220607112306-csar.csar ArtifactVersion:1 ArtifactType:TOSCA_CSAR ArtifactDescription:TOSCA definition package of the asset ArtifactTimeout:0 ArtifactURL:/sdc/v1/catalog/services/Vfw20220607112306/1.0/artifacts/service-Vfw20220607112306-csar.csar ArtifactUUID:2ae4cab6-c072-43bd-ab25-542691443a76 ArtifactChecksum:ZjFhOWU4ZTEwNzdjZDFiMjQ0ZTRiZTBmZTVkMzg3N2M= GeneratedArtifact:{NULL } RelatedArtifacts:{ } } Resource Instances List: { Resource Instance Info: ResourceInstanceName:vFW 4315e6df-5d2b 0 ResourceCustomizationUUID:586f7819-baaf-41b1-a2b7-691722d03903 ResourceInvariantUUID:6d34c6c7-4f43-44b3-95dd-f956d65036f2 ResourceName:vFW 4315e6df-5d2b ResourceType:VF ResourceUUID:d64019e1-00a9-4567-b766-d4b812a714c5 ResourceVersion:1.0 Category:Generic SubCategory:Abstract Resource Artifacts List: { Service Artifacts Info: ArtifactName:vfw4315e6df5d2b0_modules.json ArtifactVersion:1 ArtifactType:VF_MODULES_METADATA ArtifactDescription:Auto-generated VF Modules information artifact ArtifactTimeout:0 ArtifactURL:/sdc/v1/catalog/services/Vfw20220607112306/1.0/resourceInstances/vfw4315e6df5d2b0/artifacts/vfw4315e6df5d2b0_modules.json ArtifactUUID:b0389cd8-332c-46b8-8471-ef947ae2a8cc ArtifactChecksum:MDRiMmYyZWYyNWY4YzE2NjRmOWM1YzE1YzQ3ZDM5YTU= 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/Vfw20220607112306/1.0/resourceInstances/vfw4315e6df5d2b0/artifacts/base_vfw.yaml ArtifactUUID:116e44f0-d8e5-4903-bb9c-3e9858920c39 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/Vfw20220607112306/1.0/resourceInstances/vfw4315e6df5d2b0/artifacts/base_vfw.env ArtifactUUID:32493c4f-6b69-49af-86f9-c95d1cc304e4 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/Vfw20220607112306/1.0/resourceInstances/vfw4315e6df5d2b0/artifacts/base_vfw.env ArtifactUUID:32493c4f-6b69-49af-86f9-c95d1cc304e4 ArtifactChecksum:MGVmNWZjZTllNGFjNjkyYTAwYzMyZTcwODk2NGRkYmU= GeneratedArtifact:{NULL } RelatedArtifacts:{ } } } 2022-06-07T11:24:43.497Z|72805021-1d4b-4080-92fd-e38e12ca52a0|pool-2-thread-5|||||INFO|500||ASDC_RECEIVE_SERVICE_NOTIF c4647c06-e3de-4587-b7ef-4f34c8134b51 ASDC treatNotification Hibernate: select watchdogse0_.DISTRIBUTION_ID as distribu1_13_0_, watchdogse0_.SERVICE_MODEL_VERSION_ID as service_2_13_0_, watchdogse0_.CONSUMER_ID as consumer3_13_0_, watchdogse0_.CREATE_TIME as create_t4_13_0_, watchdogse0_.DISTRIBUTION_NOTIFICATION as distribu5_13_0_ from watchdog_service_mod_ver_id_lookup watchdogse0_ where watchdogse0_.DISTRIBUTION_ID=? and watchdogse0_.SERVICE_MODEL_VERSION_ID=? Hibernate: insert into watchdog_service_mod_ver_id_lookup (CONSUMER_ID, CREATE_TIME, DISTRIBUTION_NOTIFICATION, DISTRIBUTION_ID, SERVICE_MODEL_VERSION_ID) values (?, ?, ?, ?, ?) Hibernate: select watchdogdi0_.DISTRIBUTION_ID as distribu1_11_0_, watchdogdi0_.CREATE_TIME as create_t2_11_0_, watchdogdi0_.DISTRIBUTION_ID_STATUS as distribu3_11_0_, watchdogdi0_.MODIFY_TIME as modify_t4_11_0_, watchdogdi0_.LOCK_VERSION as lock_ver5_11_0_ from watchdog_distributionid_status watchdogdi0_ where watchdogdi0_.DISTRIBUTION_ID=? Hibernate: update watchdog_distributionid_status set DISTRIBUTION_ID_STATUS=?, MODIFY_TIME=?, LOCK_VERSION=? where DISTRIBUTION_ID=? 2022-06-07T11:24:43.548Z|72805021-1d4b-4080-92fd-e38e12ca52a0|pool-2-thread-5|||||INFO|500||Unable to find the system property mso.config.path, use the default configuration 2022-06-07T11:24:43.549Z|72805021-1d4b-4080-92fd-e38e12ca52a0|pool-2-thread-5|||||INFO|500||MSO config path is: /app 2022-06-07T11:24:43.550Z|72805021-1d4b-4080-92fd-e38e12ca52a0|pool-2-thread-5|||||INFO|500||MSO config path is: /app 2022-06-07T11:24:43.551Z|72805021-1d4b-4080-92fd-e38e12ca52a0|pool-2-thread-5|||||INFO|500||Trying to download the artifact UUID: 2ae4cab6-c072-43bd-ab25-542691443a76 from URL: /sdc/v1/catalog/services/Vfw20220607112306/1.0/artifacts/service-Vfw20220607112306-csar.csar 2022-06-07T11:24:43.551Z|72805021-1d4b-4080-92fd-e38e12ca52a0|pool-2-thread-5|||||INFO|500||DistributionClient - download 2022-06-07T11:24:43.553Z|72805021-1d4b-4080-92fd-e38e12ca52a0|pool-2-thread-5|||||DEBUG|500||url to send https://sdc-be.onap:8443/sdc/v1/catalog/services/Vfw20220607112306/1.0/artifacts/service-Vfw20220607112306-csar.csar 2022-06-07T11:24:43.717Z|72805021-1d4b-4080-92fd-e38e12ca52a0|pool-2-thread-5|||||DEBUG|500||GET Response Status 200 2022-06-07T11:24:43.738Z|72805021-1d4b-4080-92fd-e38e12ca52a0|pool-2-thread-5|||||INFO|500||ASDC_ARTIFACT_DOWNLOAD_SUC /sdc/v1/catalog/services/Vfw20220607112306/1.0/artifacts/service-Vfw20220607112306-csar.csar 2ae4cab6-c072-43bd-ab25-542691443a76 99011 2022-06-07T11:24:43.739Z|72805021-1d4b-4080-92fd-e38e12ca52a0|pool-2-thread-5|||||INFO|500||ASDC_SEND_NOTIF_ASDC DOWNLOAD DOWNLOAD_OK /sdc/v1/catalog/services/Vfw20220607112306/1.0/artifacts/service-Vfw20220607112306-csar.csar ASDC sendASDCNotification 2022-06-07T11:24:43.740Z|72805021-1d4b-4080-92fd-e38e12ca52a0|pool-2-thread-5|||||DEBUG|500||Sending DOWNLOAD(DOWNLOAD_OK) notification to ASDC for artifact:/sdc/v1/catalog/services/Vfw20220607112306/1.0/artifacts/service-Vfw20220607112306-csar.csar 2022-06-07T11:24:43.742Z|72805021-1d4b-4080-92fd-e38e12ca52a0|pool-2-thread-5|||||INFO|500||DistributionClient - sendDownloadStatus 2022-06-07T11:24:43.743Z|72805021-1d4b-4080-92fd-e38e12ca52a0|pool-2-thread-5|||||INFO|500||DistributionClient - sendStatus 2022-06-07T11:24:43.746Z|72805021-1d4b-4080-92fd-e38e12ca52a0|pool-2-thread-5|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap] 2022-06-07T11:24:43.746Z|72805021-1d4b-4080-92fd-e38e12ca52a0|pool-2-thread-5|||||DEBUG|500||try to send status { "distributionID": "72805021-1d4b-4080-92fd-e38e12ca52a0", "consumerID": "SO-COpenSource-Env11", "timestamp": 1654601083739, "artifactURL": "/sdc/v1/catalog/services/Vfw20220607112306/1.0/artifacts/service-Vfw20220607112306-csar.csar", "status": "DOWNLOAD_OK" } 2022-06-07T11:24:43.846Z||pool-10-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms 2022-06-07T11:24:43.847Z||pool-10-thread-1|||||WARN|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO will send credentials over a clear channel. 2022-06-07T11:24:43.847Z||pool-10-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as rACJoekZgDKIBPEP) ... 2022-06-07T11:24:43.871Z||pool-10-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK 2022-06-07T11:24:43.871Z||pool-10-thread-1|||||INFO|500||cambria reply ok (25 ms):{"serverTimeMs":0,"count":1} 2022-06-07T11:24:44.746Z|72805021-1d4b-4080-92fd-e38e12ca52a0|pool-2-thread-5|||||INFO|500||Unable to find the system property mso.config.path, use the default configuration 2022-06-07T11:24:44.747Z|72805021-1d4b-4080-92fd-e38e12ca52a0|pool-2-thread-5|||||INFO|500||MSO config path is: /app 2022-06-07T11:24:44.748Z|72805021-1d4b-4080-92fd-e38e12ca52a0|pool-2-thread-5|||||INFO|500||Trying to write artifact UUID: 2ae4cab6-c072-43bd-ab25-542691443a76, URL: /sdc/v1/catalog/services/Vfw20220607112306/1.0/artifacts/service-Vfw20220607112306-csar.csar to file: /app/ASDC/1/service-Vfw20220607112306-csar.csar 2022-06-07T11:24:44.749Z|72805021-1d4b-4080-92fd-e38e12ca52a0|pool-2-thread-5|||||INFO|500||ASDC_RECEIVE_SERVICE_NOTIF ***WRITE FILE ARTIFACT NAME ASDC service-Vfw20220607112306-csar.csar 2022-06-07T11:24:44.853Z|72805021-1d4b-4080-92fd-e38e12ca52a0|pool-2-thread-5|||||DEBUG|500||ASDC File path is: /app/ASDC/1/service-Vfw20220607112306-csar.csar 2022-06-07T11:24:44.854Z|72805021-1d4b-4080-92fd-e38e12ca52a0|pool-2-thread-5|||||INFO|500||ASDC_RECEIVE_SERVICE_NOTIF ***PATH ASDC /app/ASDC/1/service-Vfw20220607112306-csar.csar 2022-06-07T11:24:45.582Z|72805021-1d4b-4080-92fd-e38e12ca52a0|pool-2-thread-5|||||DEBUG|500||ToscaTemplate Loading YAMEL file /tmp/JTP7558155976921715120/Definitions/service-Vfw20220607112306-template.yml Log warning: The required parameter "port_vpg_onap_private_port_0_network_role" is not provided Log warning: The required parameter "port_vpg_int_unprotected_private_port_0_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 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_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 2022-06-07T11:24:48.222Z|72805021-1d4b-4080-92fd-e38e12ca52a0|pool-2-thread-5|||||DEBUG|500||CSAR conformance level is 11.0 2022-06-07T11:24:48.227Z|72805021-1d4b-4080-92fd-e38e12ca52a0|pool-2-thread-5|||||WARN|500||#################################################################################################### 2022-06-07T11:24:48.227Z|72805021-1d4b-4080-92fd-e38e12ca52a0|pool-2-thread-5|||||WARN|500||CSAR Warnings found! CSAR name - /app/ASDC/1/service-Vfw20220607112306-csar.csar 2022-06-07T11:24:48.227Z|72805021-1d4b-4080-92fd-e38e12ca52a0|pool-2-thread-5|||||WARN|500||ToscaTemplate - verifyTemplate - 13 Parsing Warnings occurred... 2022-06-07T11:24:48.228Z|72805021-1d4b-4080-92fd-e38e12ca52a0|pool-2-thread-5|||||WARN|500||JTosca Exception [JE003]: MissingRequiredFieldError: properties of template "abstract_vfw" are missing field(s): [port_vfw_int_unprotected_private_port_0_related_networks, port_vfw_onap_private_port_0_network_role, port_vfw_int_protected_private_port_0_order, port_vfw_int_protected_private_port_0_subnetpoolid, port_vfw_int_protected_private_port_0_vlan_requirements, port_vfw_int_protected_private_port_0_network_role, port_vfw_int_unprotected_private_port_0_vlan_requirements, port_vfw_int_unprotected_private_port_0_order, port_vfw_onap_private_port_0_related_networks, port_vfw_onap_private_port_0_subnetpoolid, port_vfw_onap_private_port_0_vlan_requirements, port_vfw_onap_private_port_0_order, nfc_function, port_vfw_int_protected_private_port_0_network_role_tag, port_vfw_int_unprotected_private_port_0_subnetpoolid, port_vfw_int_unprotected_private_port_0_network_role, port_vfw_int_unprotected_private_port_0_network_role_tag, port_vfw_int_protected_private_port_0_related_networks]. CSAR name - /app/ASDC/1/service-Vfw20220607112306-csar.csar 2022-06-07T11:24:48.228Z|72805021-1d4b-4080-92fd-e38e12ca52a0|pool-2-thread-5|||||WARN|500||JTosca Exception [JE003]: MissingRequiredFieldError: properties of template "abstract_vpg" are missing field(s): [port_vpg_onap_private_port_0_network_role, port_vpg_int_unprotected_private_port_0_order, port_vpg_onap_private_port_0_related_networks, port_vpg_onap_private_port_0_vlan_requirements, port_vpg_int_unprotected_private_port_0_related_networks, nfc_function, port_vpg_onap_private_port_0_order, port_vpg_int_unprotected_private_port_0_vlan_requirements, port_vpg_int_unprotected_private_port_0_network_role_tag, port_vpg_onap_private_port_0_subnetpoolid, port_vpg_int_unprotected_private_port_0_subnetpoolid, port_vpg_int_unprotected_private_port_0_network_role]. CSAR name - /app/ASDC/1/service-Vfw20220607112306-csar.csar 2022-06-07T11:24:48.228Z|72805021-1d4b-4080-92fd-e38e12ca52a0|pool-2-thread-5|||||WARN|500||JTosca Exception [JE003]: MissingRequiredFieldError: Data value of type "org.openecomp.datatypes.network.MacRequirements" is missing required field(s) "[supplemental_data]". CSAR name - /app/ASDC/1/service-Vfw20220607112306-csar.csar 2022-06-07T11:24:48.228Z|72805021-1d4b-4080-92fd-e38e12ca52a0|pool-2-thread-5|||||WARN|500||JTosca Exception [JE003]: MissingRequiredFieldError: properties of template "abstract_vsn" are missing field(s): [unit, type]. CSAR name - /app/ASDC/1/service-Vfw20220607112306-csar.csar 2022-06-07T11:24:48.228Z|72805021-1d4b-4080-92fd-e38e12ca52a0|pool-2-thread-5|||||WARN|500||JTosca Exception [JE003]: MissingRequiredFieldError: properties of template "abstract_vfw" are missing field(s): [unit, type]. CSAR name - /app/ASDC/1/service-Vfw20220607112306-csar.csar 2022-06-07T11:24:48.228Z|72805021-1d4b-4080-92fd-e38e12ca52a0|pool-2-thread-5|||||WARN|500||JTosca Exception [JE003]: MissingRequiredFieldError: properties of template "abstract_vsn" are missing field(s): [port_vsn_int_protected_private_port_0_subnetpoolid, port_vsn_int_protected_private_port_0_vlan_requirements, port_vsn_int_protected_private_port_0_network_role_tag, port_vsn_onap_private_port_0_order, nfc_function, port_vsn_onap_private_port_0_vlan_requirements, port_vsn_int_protected_private_port_0_network_role, port_vsn_onap_private_port_0_related_networks, port_vsn_int_protected_private_port_0_related_networks, port_vsn_onap_private_port_0_network_role, port_vsn_int_protected_private_port_0_order, port_vsn_onap_private_port_0_subnetpoolid]. CSAR name - /app/ASDC/1/service-Vfw20220607112306-csar.csar 2022-06-07T11:24:48.229Z|72805021-1d4b-4080-92fd-e38e12ca52a0|pool-2-thread-5|||||WARN|500||JTosca Exception [JE003]: MissingRequiredFieldError: properties of template "vFW 4315e6df-5d2b 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-Vfw20220607112306-csar.csar 2022-06-07T11:24:48.229Z|72805021-1d4b-4080-92fd-e38e12ca52a0|pool-2-thread-5|||||WARN|500||JTosca Exception [JE003]: MissingRequiredFieldError: Data value of type "org.openecomp.datatypes.AssignmentRequirements" is missing required field(s) "[supplemental_data]". CSAR name - /app/ASDC/1/service-Vfw20220607112306-csar.csar 2022-06-07T11:24:48.229Z|72805021-1d4b-4080-92fd-e38e12ca52a0|pool-2-thread-5|||||WARN|500||JTosca Exception [JE003]: MissingRequiredFieldError: Data value of type "org.openecomp.datatypes.network.IpRequirements" is missing required field(s) "[assingment_method, supplemental_data]". CSAR name - /app/ASDC/1/service-Vfw20220607112306-csar.csar 2022-06-07T11:24:48.229Z|72805021-1d4b-4080-92fd-e38e12ca52a0|pool-2-thread-5|||||WARN|500||JTosca Exception [JE001]: TypeMismatchError: "[{get_input=sec_group}]" is not a map. The type is "json". CSAR name - /app/ASDC/1/service-Vfw20220607112306-csar.csar 2022-06-07T11:24:48.229Z|72805021-1d4b-4080-92fd-e38e12ca52a0|pool-2-thread-5|||||WARN|500||JTosca Exception [JE003]: MissingRequiredFieldError: Data value of type "org.openecomp.datatypes.PortMirroringConnectionPointDescription" is missing required field(s) "[nf_naming_code, pps_capacity, nf_type, nfc_type]". CSAR name - /app/ASDC/1/service-Vfw20220607112306-csar.csar 2022-06-07T11:24:48.230Z|72805021-1d4b-4080-92fd-e38e12ca52a0|pool-2-thread-5|||||WARN|500||JTosca Exception [JE003]: MissingRequiredFieldError: properties of template "abstract_vpg" are missing field(s): [unit, type]. CSAR name - /app/ASDC/1/service-Vfw20220607112306-csar.csar 2022-06-07T11:24:48.230Z|72805021-1d4b-4080-92fd-e38e12ca52a0|pool-2-thread-5|||||WARN|500||JTosca Exception [JE003]: MissingRequiredFieldError: Data value of type "org.openecomp.datatypes.Naming" is missing required field(s) "[supplemental_data]". CSAR name - /app/ASDC/1/service-Vfw20220607112306-csar.csar 2022-06-07T11:24:48.230Z|72805021-1d4b-4080-92fd-e38e12ca52a0|pool-2-thread-5|||||WARN|500||#################################################################################################### 2022-06-07T11:24:48.236Z|72805021-1d4b-4080-92fd-e38e12ca52a0|pool-2-thread-5|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive 2022-06-07T11:24:48.238Z|72805021-1d4b-4080-92fd-e38e12ca52a0|pool-2-thread-5|||||DEBUG|500||Service vFW 2022-06-07 11-23-06 is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=SERVICE_PROXY, toscaType=null, uUID=null, customizationUUID=null 2022-06-07T11:24:48.242Z|72805021-1d4b-4080-92fd-e38e12ca52a0|pool-2-thread-5|||||DEBUG|500||Node template vFW 4315e6df-5d2b 0 is matching search criteria 2022-06-07T11:24:48.242Z|72805021-1d4b-4080-92fd-e38e12ca52a0|pool-2-thread-5|||||DEBUG|500||Search for entities recursively 2022-06-07T11:24:48.244Z|72805021-1d4b-4080-92fd-e38e12ca52a0|pool-2-thread-5|||||DEBUG|500||Found topology templates [vFW 4315e6df-5d2b 0, abstract_vfw, abstract_vsn, abstract_vpg] matching following query criteria: sdcType=Service, customizationUUID=null 2022-06-07T11:24:48.246Z|72805021-1d4b-4080-92fd-e38e12ca52a0|pool-2-thread-5|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive 2022-06-07T11:24:48.247Z|72805021-1d4b-4080-92fd-e38e12ca52a0|pool-2-thread-5|||||DEBUG|500||Service vFW 2022-06-07 11-23-06 is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=CONFIGURATION, toscaType=null, uUID=null, customizationUUID=null 2022-06-07T11:24:48.247Z|72805021-1d4b-4080-92fd-e38e12ca52a0|pool-2-thread-5|||||DEBUG|500||Node template vFW 4315e6df-5d2b 0 is matching search criteria 2022-06-07T11:24:48.247Z|72805021-1d4b-4080-92fd-e38e12ca52a0|pool-2-thread-5|||||DEBUG|500||Search for entities recursively 2022-06-07T11:24:48.248Z|72805021-1d4b-4080-92fd-e38e12ca52a0|pool-2-thread-5|||||DEBUG|500||Found topology templates [vFW 4315e6df-5d2b 0, abstract_vfw, abstract_vsn, abstract_vpg] matching following query criteria: sdcType=Service, customizationUUID=null 2022-06-07T11:24:48.248Z|72805021-1d4b-4080-92fd-e38e12ca52a0|pool-2-thread-5|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive 2022-06-07T11:24:48.248Z|72805021-1d4b-4080-92fd-e38e12ca52a0|pool-2-thread-5|||||DEBUG|500||Service vFW 2022-06-07 11-23-06 is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=VF, toscaType=null, uUID=null, customizationUUID=null 2022-06-07T11:24:48.252Z|72805021-1d4b-4080-92fd-e38e12ca52a0|pool-2-thread-5|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive 2022-06-07T11:24:48.252Z|72805021-1d4b-4080-92fd-e38e12ca52a0|pool-2-thread-5|||||DEBUG|500||Node template vFW 4315e6df-5d2b 0 is not matching search criteria 2022-06-07T11:24:48.252Z|72805021-1d4b-4080-92fd-e38e12ca52a0|pool-2-thread-5|||||DEBUG|500||Node template int_protected_private_network is not matching search criteria 2022-06-07T11:24:48.252Z|72805021-1d4b-4080-92fd-e38e12ca52a0|pool-2-thread-5|||||DEBUG|500||Node template int_unprotected_private_network is not matching search criteria 2022-06-07T11:24:48.253Z|72805021-1d4b-4080-92fd-e38e12ca52a0|pool-2-thread-5|||||DEBUG|500||Node template abstract_vfw is not matching search criteria 2022-06-07T11:24:48.253Z|72805021-1d4b-4080-92fd-e38e12ca52a0|pool-2-thread-5|||||DEBUG|500||Node template vfw_vfw_int_protected_private_port_0 is not matching search criteria 2022-06-07T11:24:48.253Z|72805021-1d4b-4080-92fd-e38e12ca52a0|pool-2-thread-5|||||DEBUG|500||Node template vfw_vfw_onap_private_port_0 is not matching search criteria 2022-06-07T11:24:48.253Z|72805021-1d4b-4080-92fd-e38e12ca52a0|pool-2-thread-5|||||DEBUG|500||Node template vfw_vfw_int_unprotected_private_port_0 is not matching search criteria 2022-06-07T11:24:48.254Z|72805021-1d4b-4080-92fd-e38e12ca52a0|pool-2-thread-5|||||DEBUG|500||Node template vfw is not matching search criteria 2022-06-07T11:24:48.254Z|72805021-1d4b-4080-92fd-e38e12ca52a0|pool-2-thread-5|||||DEBUG|500||Node template abstract_vsn is not matching search criteria 2022-06-07T11:24:48.254Z|72805021-1d4b-4080-92fd-e38e12ca52a0|pool-2-thread-5|||||DEBUG|500||Node template vsn is not matching search criteria 2022-06-07T11:24:48.255Z|72805021-1d4b-4080-92fd-e38e12ca52a0|pool-2-thread-5|||||DEBUG|500||Node template vsn_vsn_int_protected_private_port_0 is not matching search criteria 2022-06-07T11:24:48.255Z|72805021-1d4b-4080-92fd-e38e12ca52a0|pool-2-thread-5|||||DEBUG|500||Node template vsn_vsn_onap_private_port_0 is not matching search criteria 2022-06-07T11:24:48.255Z|72805021-1d4b-4080-92fd-e38e12ca52a0|pool-2-thread-5|||||DEBUG|500||Node template abstract_vpg is not matching search criteria 2022-06-07T11:24:48.255Z|72805021-1d4b-4080-92fd-e38e12ca52a0|pool-2-thread-5|||||DEBUG|500||Node template vpg_vpg_onap_private_port_0 is not matching search criteria 2022-06-07T11:24:48.256Z|72805021-1d4b-4080-92fd-e38e12ca52a0|pool-2-thread-5|||||DEBUG|500||Node template vpg is not matching search criteria 2022-06-07T11:24:48.256Z|72805021-1d4b-4080-92fd-e38e12ca52a0|pool-2-thread-5|||||DEBUG|500||Node template vpg_vpg_int_unprotected_private_port_0 is not matching search criteria 2022-06-07T11:24:48.256Z|72805021-1d4b-4080-92fd-e38e12ca52a0|pool-2-thread-5|||||DEBUG|500||Found topology templates [] matching following query criteria: sdcType=VF, customizationUUID=customizationUUID 2022-06-07T11:24:48.256Z|72805021-1d4b-4080-92fd-e38e12ca52a0|pool-2-thread-5|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive 2022-06-07T11:24:48.257Z|72805021-1d4b-4080-92fd-e38e12ca52a0|pool-2-thread-5|||||DEBUG|500||Service vFW 2022-06-07 11-23-06 is searched for EntityType=GROUP, nodeTemplateType=null, toscaType=org.openecomp.groups.VfModule, uUID=null, customizationUUID=null 2022-06-07T11:24:48.258Z|72805021-1d4b-4080-92fd-e38e12ca52a0|pool-2-thread-5|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive 2022-06-07T11:24:48.258Z|72805021-1d4b-4080-92fd-e38e12ca52a0|pool-2-thread-5|||||DEBUG|500||Node template vFW 4315e6df-5d2b 0 is matching search criteria 2022-06-07T11:24:48.258Z|72805021-1d4b-4080-92fd-e38e12ca52a0|pool-2-thread-5|||||DEBUG|500||Found topology templates [vFW 4315e6df-5d2b 0] matching following query criteria: sdcType=VF, customizationUUID=null 2022-06-07T11:24:48.259Z|72805021-1d4b-4080-92fd-e38e12ca52a0|pool-2-thread-5|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive 2022-06-07T11:24:48.259Z|72805021-1d4b-4080-92fd-e38e12ca52a0|pool-2-thread-5|||||DEBUG|500||Node template vFW 4315e6df-5d2b 0 is matching search criteria 2022-06-07T11:24:48.259Z|72805021-1d4b-4080-92fd-e38e12ca52a0|pool-2-thread-5|||||DEBUG|500||Found topology templates [vFW 4315e6df-5d2b 0] matching following query criteria: sdcType=VF, customizationUUID=null 2022-06-07T11:24:48.260Z|72805021-1d4b-4080-92fd-e38e12ca52a0|pool-2-thread-5|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive 2022-06-07T11:24:48.260Z|72805021-1d4b-4080-92fd-e38e12ca52a0|pool-2-thread-5|||||DEBUG|500||Node template vFW 4315e6df-5d2b 0 is matching search criteria 2022-06-07T11:24:48.260Z|72805021-1d4b-4080-92fd-e38e12ca52a0|pool-2-thread-5|||||DEBUG|500||Found topology templates [vFW 4315e6df-5d2b 0] matching following query criteria: sdcType=VF, customizationUUID=null 2022-06-07T11:24:48.260Z|72805021-1d4b-4080-92fd-e38e12ca52a0|pool-2-thread-5|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive 2022-06-07T11:24:48.261Z|72805021-1d4b-4080-92fd-e38e12ca52a0|pool-2-thread-5|||||DEBUG|500||Node template vFW 4315e6df-5d2b 0 is not matching search criteria 2022-06-07T11:24:48.261Z|72805021-1d4b-4080-92fd-e38e12ca52a0|pool-2-thread-5|||||DEBUG|500||Node template int_protected_private_network is not matching search criteria 2022-06-07T11:24:48.261Z|72805021-1d4b-4080-92fd-e38e12ca52a0|pool-2-thread-5|||||DEBUG|500||Node template int_unprotected_private_network is not matching search criteria 2022-06-07T11:24:48.261Z|72805021-1d4b-4080-92fd-e38e12ca52a0|pool-2-thread-5|||||DEBUG|500||Node template abstract_vfw is matching search criteria 2022-06-07T11:24:48.262Z|72805021-1d4b-4080-92fd-e38e12ca52a0|pool-2-thread-5|||||DEBUG|500||Node template abstract_vsn is not matching search criteria 2022-06-07T11:24:48.262Z|72805021-1d4b-4080-92fd-e38e12ca52a0|pool-2-thread-5|||||DEBUG|500||Node template vsn is not matching search criteria 2022-06-07T11:24:48.262Z|72805021-1d4b-4080-92fd-e38e12ca52a0|pool-2-thread-5|||||DEBUG|500||Node template vsn_vsn_int_protected_private_port_0 is not matching search criteria 2022-06-07T11:24:48.262Z|72805021-1d4b-4080-92fd-e38e12ca52a0|pool-2-thread-5|||||DEBUG|500||Node template vsn_vsn_onap_private_port_0 is not matching search criteria 2022-06-07T11:24:48.263Z|72805021-1d4b-4080-92fd-e38e12ca52a0|pool-2-thread-5|||||DEBUG|500||Node template abstract_vpg is not matching search criteria 2022-06-07T11:24:48.263Z|72805021-1d4b-4080-92fd-e38e12ca52a0|pool-2-thread-5|||||DEBUG|500||Node template vpg_vpg_onap_private_port_0 is not matching search criteria 2022-06-07T11:24:48.263Z|72805021-1d4b-4080-92fd-e38e12ca52a0|pool-2-thread-5|||||DEBUG|500||Node template vpg is not matching search criteria 2022-06-07T11:24:48.263Z|72805021-1d4b-4080-92fd-e38e12ca52a0|pool-2-thread-5|||||DEBUG|500||Node template vpg_vpg_int_unprotected_private_port_0 is not matching search criteria 2022-06-07T11:24:48.263Z|72805021-1d4b-4080-92fd-e38e12ca52a0|pool-2-thread-5|||||DEBUG|500||Found topology templates [abstract_vfw] matching following query criteria: sdcType=CVFC, customizationUUID=9fb2340a-f1bf-4ec7-ae1f-02fc1be3aae0 2022-06-07T11:24:48.264Z|72805021-1d4b-4080-92fd-e38e12ca52a0|pool-2-thread-5|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive 2022-06-07T11:24:48.264Z|72805021-1d4b-4080-92fd-e38e12ca52a0|pool-2-thread-5|||||DEBUG|500||Node template vFW 4315e6df-5d2b 0 is not matching search criteria 2022-06-07T11:24:48.264Z|72805021-1d4b-4080-92fd-e38e12ca52a0|pool-2-thread-5|||||DEBUG|500||Node template int_protected_private_network is not matching search criteria 2022-06-07T11:24:48.264Z|72805021-1d4b-4080-92fd-e38e12ca52a0|pool-2-thread-5|||||DEBUG|500||Node template int_unprotected_private_network is not matching search criteria 2022-06-07T11:24:48.264Z|72805021-1d4b-4080-92fd-e38e12ca52a0|pool-2-thread-5|||||DEBUG|500||Node template abstract_vfw is not matching search criteria 2022-06-07T11:24:48.264Z|72805021-1d4b-4080-92fd-e38e12ca52a0|pool-2-thread-5|||||DEBUG|500||Node template vfw_vfw_int_protected_private_port_0 is not matching search criteria 2022-06-07T11:24:48.264Z|72805021-1d4b-4080-92fd-e38e12ca52a0|pool-2-thread-5|||||DEBUG|500||Node template vfw_vfw_onap_private_port_0 is not matching search criteria 2022-06-07T11:24:48.265Z|72805021-1d4b-4080-92fd-e38e12ca52a0|pool-2-thread-5|||||DEBUG|500||Node template vfw_vfw_int_unprotected_private_port_0 is not matching search criteria 2022-06-07T11:24:48.265Z|72805021-1d4b-4080-92fd-e38e12ca52a0|pool-2-thread-5|||||DEBUG|500||Node template vfw is not matching search criteria 2022-06-07T11:24:48.265Z|72805021-1d4b-4080-92fd-e38e12ca52a0|pool-2-thread-5|||||DEBUG|500||Node template abstract_vsn is matching search criteria 2022-06-07T11:24:48.265Z|72805021-1d4b-4080-92fd-e38e12ca52a0|pool-2-thread-5|||||DEBUG|500||Node template abstract_vpg is not matching search criteria 2022-06-07T11:24:48.265Z|72805021-1d4b-4080-92fd-e38e12ca52a0|pool-2-thread-5|||||DEBUG|500||Node template vpg_vpg_onap_private_port_0 is not matching search criteria 2022-06-07T11:24:48.265Z|72805021-1d4b-4080-92fd-e38e12ca52a0|pool-2-thread-5|||||DEBUG|500||Node template vpg is not matching search criteria 2022-06-07T11:24:48.265Z|72805021-1d4b-4080-92fd-e38e12ca52a0|pool-2-thread-5|||||DEBUG|500||Node template vpg_vpg_int_unprotected_private_port_0 is not matching search criteria 2022-06-07T11:24:48.266Z|72805021-1d4b-4080-92fd-e38e12ca52a0|pool-2-thread-5|||||DEBUG|500||Found topology templates [abstract_vsn] matching following query criteria: sdcType=CVFC, customizationUUID=5b1752c4-f141-484f-9384-3410dd757b1a 2022-06-07T11:24:48.266Z|72805021-1d4b-4080-92fd-e38e12ca52a0|pool-2-thread-5|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive 2022-06-07T11:24:48.266Z|72805021-1d4b-4080-92fd-e38e12ca52a0|pool-2-thread-5|||||DEBUG|500||Node template vFW 4315e6df-5d2b 0 is not matching search criteria 2022-06-07T11:24:48.266Z|72805021-1d4b-4080-92fd-e38e12ca52a0|pool-2-thread-5|||||DEBUG|500||Node template int_protected_private_network is not matching search criteria 2022-06-07T11:24:48.266Z|72805021-1d4b-4080-92fd-e38e12ca52a0|pool-2-thread-5|||||DEBUG|500||Node template int_unprotected_private_network is not matching search criteria 2022-06-07T11:24:48.267Z|72805021-1d4b-4080-92fd-e38e12ca52a0|pool-2-thread-5|||||DEBUG|500||Node template abstract_vfw is not matching search criteria 2022-06-07T11:24:48.267Z|72805021-1d4b-4080-92fd-e38e12ca52a0|pool-2-thread-5|||||DEBUG|500||Node template vfw_vfw_int_protected_private_port_0 is not matching search criteria 2022-06-07T11:24:48.267Z|72805021-1d4b-4080-92fd-e38e12ca52a0|pool-2-thread-5|||||DEBUG|500||Node template vfw_vfw_onap_private_port_0 is not matching search criteria 2022-06-07T11:24:48.267Z|72805021-1d4b-4080-92fd-e38e12ca52a0|pool-2-thread-5|||||DEBUG|500||Node template vfw_vfw_int_unprotected_private_port_0 is not matching search criteria 2022-06-07T11:24:48.267Z|72805021-1d4b-4080-92fd-e38e12ca52a0|pool-2-thread-5|||||DEBUG|500||Node template vfw is not matching search criteria 2022-06-07T11:24:48.267Z|72805021-1d4b-4080-92fd-e38e12ca52a0|pool-2-thread-5|||||DEBUG|500||Node template abstract_vsn is not matching search criteria 2022-06-07T11:24:48.267Z|72805021-1d4b-4080-92fd-e38e12ca52a0|pool-2-thread-5|||||DEBUG|500||Node template vsn is not matching search criteria 2022-06-07T11:24:48.268Z|72805021-1d4b-4080-92fd-e38e12ca52a0|pool-2-thread-5|||||DEBUG|500||Node template vsn_vsn_int_protected_private_port_0 is not matching search criteria 2022-06-07T11:24:48.268Z|72805021-1d4b-4080-92fd-e38e12ca52a0|pool-2-thread-5|||||DEBUG|500||Node template vsn_vsn_onap_private_port_0 is not matching search criteria 2022-06-07T11:24:48.268Z|72805021-1d4b-4080-92fd-e38e12ca52a0|pool-2-thread-5|||||DEBUG|500||Node template abstract_vpg is matching search criteria 2022-06-07T11:24:48.268Z|72805021-1d4b-4080-92fd-e38e12ca52a0|pool-2-thread-5|||||DEBUG|500||Found topology templates [abstract_vpg] matching following query criteria: sdcType=CVFC, customizationUUID=5de48b3e-6478-45d2-ba81-920c479aa1be 2022-06-07T11:24:48.268Z|72805021-1d4b-4080-92fd-e38e12ca52a0|pool-2-thread-5|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive 2022-06-07T11:24:48.268Z|72805021-1d4b-4080-92fd-e38e12ca52a0|pool-2-thread-5|||||DEBUG|500||Service vFW 2022-06-07 11-23-06 is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=VL, toscaType=null, uUID=null, customizationUUID=null 2022-06-07T11:24:48.269Z|72805021-1d4b-4080-92fd-e38e12ca52a0|pool-2-thread-5|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive 2022-06-07T11:24:48.269Z|72805021-1d4b-4080-92fd-e38e12ca52a0|pool-2-thread-5|||||DEBUG|500||Service vFW 2022-06-07 11-23-06 is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=CR, toscaType=null, uUID=null, customizationUUID=null 2022-06-07T11:24:48.269Z|72805021-1d4b-4080-92fd-e38e12ca52a0|pool-2-thread-5|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive 2022-06-07T11:24:48.269Z|72805021-1d4b-4080-92fd-e38e12ca52a0|pool-2-thread-5|||||DEBUG|500||Service vFW 2022-06-07 11-23-06 is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=VF, toscaType=null, uUID=null, customizationUUID=null 2022-06-07T11:24:48.269Z|72805021-1d4b-4080-92fd-e38e12ca52a0|pool-2-thread-5|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive 2022-06-07T11:24:48.269Z|72805021-1d4b-4080-92fd-e38e12ca52a0|pool-2-thread-5|||||DEBUG|500||Service vFW 2022-06-07 11-23-06 is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=PNF, toscaType=null, uUID=null, customizationUUID=null 2022-06-07T11:24:48.270Z|72805021-1d4b-4080-92fd-e38e12ca52a0|pool-2-thread-5|||||DEBUG|500||CSAR Notification: Service Level Properties: Name:vFW 2022-06-07 11-23-06 Description:catalog service description Model UUID:c4647c06-e3de-4587-b7ef-4f34c8134b51 Model Version:NULL Model InvariantUuid:069cfbae-7102-4f6e-bd06-78e9aadfcd70 Service Type: Service Role: WorkLoad Context:Production Environment Context:General_Revenue-Bearing VNF Properties: Model Name:vFW 4315e6df-5d2b Model UUID:04a34a17-c84d-474e-9e47-34ed741ce835 Description:vendor software product Version:1.0 Type:VF Category:Generic InvariantUuid:6d34c6c7-4f43-44b3-95dd-f956d65036f2 Max Instances:null Min Instances:null VNF Customization Properties: Customization UUID:586f7819-baaf-41b1-a2b7-691722d03903 NFFunction:null NFCode:null NFRole:null NFType:null MultiStageDesign:false VF Module Properties: ModelInvariantUuid:df06caa9-ee6d-42d4-af17-40d5edaa527b ModelName:Vfw4315e6df5d2b..base_vfw..module-0 ModelUuid:3f914b9a-ac77-41d0-824b-7770a9e5722a ModelVersion:1 Description:NULL VF Module Customization Properties: Model Customization UUID:NULL CVNFC Properties: ModelCustomizationUuid:9fb2340a-f1bf-4ec7-ae1f-02fc1be3aae0 ModelInvariantUuid:7dd9b0bc-976c-4cb6-9f1c-4ca7212de937 ModelName:vFW 4315e6df-5d2b-nodes.vfwCvfc ModelUuid:9bf66f81-82b5-4a9d-b0b7-04b3ffb64981 ModelVersion:1.0 Description:Complex node type that is used as nested type in VF Template Name:abstract_vfw VNFC Properties: ModelCustomizationUuid:416b2209-45cc-4105-8c20-fe4efbed76e9 ModelInvariantUuid:65d1bf7d-d1e3-4f1e-9e21-ce8e9ac776ec ModelName:Vfw4315e6df5d2b.compute.nodes.heat.vfw ModelUuid:caa69030-6e67-4203-8c09-47c926a8c4d1 ModelVersion:1.0 Description:Not reusable inner VFC Sub Category:Abstract CVNFC Properties: ModelCustomizationUuid:5b1752c4-f141-484f-9384-3410dd757b1a ModelInvariantUuid:3c55fb21-1d82-4997-b809-325084bdbc7f ModelName:vFW 4315e6df-5d2b-nodes.vsnCvfc ModelUuid:19ffcfdf-a7b8-45e8-9329-869f965bfffd ModelVersion:1.0 Description:Complex node type that is used as nested type in VF Template Name:abstract_vsn VNFC Properties: ModelCustomizationUuid:19c6ea5e-4d50-4547-86d2-b6046e6d041e ModelInvariantUuid:8536edc3-475c-4dfb-80c5-eeb3863bb017 ModelName:Vfw4315e6df5d2b.compute.nodes.heat.vsn ModelUuid:5683e7fd-8131-425f-8652-b037315555c4 ModelVersion:1.0 Description:Not reusable inner VFC Sub Category:Abstract CVNFC Properties: ModelCustomizationUuid:5de48b3e-6478-45d2-ba81-920c479aa1be ModelInvariantUuid:3d00243d-0a56-47e6-a011-70b539e81338 ModelName:vFW 4315e6df-5d2b-nodes.vpgCvfc ModelUuid:f0537d54-fc49-4d2e-a08b-ed975b7d6f13 ModelVersion:1.0 Description:Complex node type that is used as nested type in VF Template Name:abstract_vpg VNFC Properties: ModelCustomizationUuid:708a4750-267a-4053-b63e-e8530f8e2431 ModelInvariantUuid:54f7ab70-d16c-4bb9-b609-1af261bb45da ModelName:Vfw4315e6df5d2b.compute.nodes.heat.vpg ModelUuid:a8b2daab-e600-44c5-a315-302e0cddf7cc ModelVersion:1.0 Description:Not reusable inner VFC Sub Category:Abstract VF Allotted Resource Properties: PNF Allotted Resource Properties: Hibernate: select toscacsar0_.ARTIFACT_UUID as artifact1_57_0_, toscacsar0_.ARTIFACT_CHECKSUM as artifact2_57_0_, toscacsar0_.CREATION_TIMESTAMP as creation3_57_0_, toscacsar0_.DESCRIPTION as descript4_57_0_, toscacsar0_.NAME as name5_57_0_, toscacsar0_.URL as url6_57_0_, toscacsar0_.Version as version7_57_0_ from tosca_csar toscacsar0_ where toscacsar0_.ARTIFACT_UUID=? 2022-06-07T11:24:48.280Z|72805021-1d4b-4080-92fd-e38e12ca52a0|pool-2-thread-5|||||INFO|500||Processing Resource Type: VF, Model UUID: d64019e1-00a9-4567-b766-d4b812a714c5 Hibernate: select service0_.MODEL_UUID as model_uu1_50_, service0_.CDS_BLUEPRINT_NAME as cds_blue2_50_, service0_.CDS_BLUEPRINT_VERSION as cds_blue3_50_, service0_.SERVICE_CATEGORY as service_4_50_, service0_.CONTROLLER_ACTOR as controll5_50_, service0_.CREATION_TIMESTAMP as creation6_50_, service0_.TOSCA_CSAR_ARTIFACT_UUID as tosca_c21_50_, service0_.DESCRIPTION as descript7_50_, service0_.OVERALL_DISTRIBUTION_STATUS as overall_8_50_, service0_.ENVIRONMENT_CONTEXT as environm9_50_, service0_.MODEL_INVARIANT_UUID as model_i10_50_, service0_.MODEL_NAME as model_n11_50_, service0_.MODEL_VERSION as model_v12_50_, service0_.NAMING_POLICY as naming_13_50_, service0_.ONAP_GENERATED_NAMING as onap_ge14_50_, service0_.RESOURCE_ORDER as resourc15_50_, service0_.SERVICE_FUNCTION as service16_50_, service0_.SERVICE_ROLE as service17_50_, service0_.SERVICE_TYPE as service18_50_, service0_.SKIP_POST_INSTANTIATION_CONFIGURATION as skip_po19_50_, service0_.WORKLOAD_CONTEXT as workloa20_50_ from service service0_ where service0_.MODEL_UUID=? 2022-06-07T11:24:48.390Z|72805021-1d4b-4080-92fd-e38e12ca52a0|pool-2-thread-5|||||INFO|500||vFW 4315e6df-5d2b 0 2022-06-07T11:24:48.397Z|72805021-1d4b-4080-92fd-e38e12ca52a0|pool-2-thread-5|||||DEBUG|500||Processing Resource Type: VF and Model UUID: d64019e1-00a9-4567-b766-d4b812a714c5 2022-06-07T11:24:48.397Z|72805021-1d4b-4080-92fd-e38e12ca52a0|pool-2-thread-5|||||INFO|500||Trying to download the artifact UUID: b0389cd8-332c-46b8-8471-ef947ae2a8cc from URL: /sdc/v1/catalog/services/Vfw20220607112306/1.0/resourceInstances/vfw4315e6df5d2b0/artifacts/vfw4315e6df5d2b0_modules.json 2022-06-07T11:24:48.397Z|72805021-1d4b-4080-92fd-e38e12ca52a0|pool-2-thread-5|||||INFO|500||DistributionClient - download 2022-06-07T11:24:48.397Z|72805021-1d4b-4080-92fd-e38e12ca52a0|pool-2-thread-5|||||DEBUG|500||url to send https://sdc-be.onap:8443/sdc/v1/catalog/services/Vfw20220607112306/1.0/resourceInstances/vfw4315e6df5d2b0/artifacts/vfw4315e6df5d2b0_modules.json 2022-06-07T11:24:48.463Z|72805021-1d4b-4080-92fd-e38e12ca52a0|pool-2-thread-5|||||DEBUG|500||GET Response Status 200 2022-06-07T11:24:48.464Z|72805021-1d4b-4080-92fd-e38e12ca52a0|pool-2-thread-5|||||INFO|500||ASDC_ARTIFACT_DOWNLOAD_SUC /sdc/v1/catalog/services/Vfw20220607112306/1.0/resourceInstances/vfw4315e6df5d2b0/artifacts/vfw4315e6df5d2b0_modules.json b0389cd8-332c-46b8-8471-ef947ae2a8cc 785 2022-06-07T11:24:48.464Z|72805021-1d4b-4080-92fd-e38e12ca52a0|pool-2-thread-5|||||INFO|500||ASDC_SEND_NOTIF_ASDC DOWNLOAD DOWNLOAD_OK /sdc/v1/catalog/services/Vfw20220607112306/1.0/resourceInstances/vfw4315e6df5d2b0/artifacts/vfw4315e6df5d2b0_modules.json ASDC sendASDCNotification 2022-06-07T11:24:48.465Z|72805021-1d4b-4080-92fd-e38e12ca52a0|pool-2-thread-5|||||DEBUG|500||Sending DOWNLOAD(DOWNLOAD_OK) notification to ASDC for artifact:/sdc/v1/catalog/services/Vfw20220607112306/1.0/resourceInstances/vfw4315e6df5d2b0/artifacts/vfw4315e6df5d2b0_modules.json 2022-06-07T11:24:48.465Z|72805021-1d4b-4080-92fd-e38e12ca52a0|pool-2-thread-5|||||INFO|500||DistributionClient - sendDownloadStatus 2022-06-07T11:24:48.465Z|72805021-1d4b-4080-92fd-e38e12ca52a0|pool-2-thread-5|||||INFO|500||DistributionClient - sendStatus 2022-06-07T11:24:48.467Z|72805021-1d4b-4080-92fd-e38e12ca52a0|pool-2-thread-5|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap] 2022-06-07T11:24:48.467Z|72805021-1d4b-4080-92fd-e38e12ca52a0|pool-2-thread-5|||||DEBUG|500||try to send status { "distributionID": "72805021-1d4b-4080-92fd-e38e12ca52a0", "consumerID": "SO-COpenSource-Env11", "timestamp": 1654601088464, "artifactURL": "/sdc/v1/catalog/services/Vfw20220607112306/1.0/resourceInstances/vfw4315e6df5d2b0/artifacts/vfw4315e6df5d2b0_modules.json", "status": "DOWNLOAD_OK" } 2022-06-07T11:24:48.567Z||pool-11-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms 2022-06-07T11:24:48.568Z||pool-11-thread-1|||||WARN|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO will send credentials over a clear channel. 2022-06-07T11:24:48.569Z||pool-11-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as rACJoekZgDKIBPEP) ... 2022-06-07T11:24:48.596Z||pool-11-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK 2022-06-07T11:24:48.596Z||pool-11-thread-1|||||INFO|500||cambria reply ok (28 ms):{"serverTimeMs":0,"count":1} 2022-06-07T11:24:49.468Z|72805021-1d4b-4080-92fd-e38e12ca52a0|pool-2-thread-5|||||DEBUG|500||VF_MODULE_ARTIFACT: [ { "vfModuleModelName": "Vfw4315e6df5d2b..base_vfw..module-0", "vfModuleModelInvariantUUID": "df06caa9-ee6d-42d4-af17-40d5edaa527b", "vfModuleModelVersion": "1", "vfModuleModelUUID": "3f914b9a-ac77-41d0-824b-7770a9e5722a", "vfModuleModelCustomizationUUID": "f221280e-4609-4cd2-b454-d930253824f7", "isBase": true, "artifacts": [ "116e44f0-d8e5-4903-bb9c-3e9858920c39", "32493c4f-6b69-49af-86f9-c95d1cc304e4" ], "properties": { "min_vf_module_instances": "1", "vf_module_label": "base_vfw", "max_vf_module_instances": "1", "vfc_list": "", "vf_module_type": "Base", "vf_module_description": "", "initial_count": "1", "volume_group": "false", "availability_zone_count": "" } } ] 2022-06-07T11:24:49.487Z|72805021-1d4b-4080-92fd-e38e12ca52a0|pool-2-thread-5|||||DEBUG|500||VfModuleMetaData List: { VfModuleMetaData: VfModuleModelName:Vfw4315e6df5d2b..base_vfw..module-0 VfModuleModelVersion:1 VfModuleModelUUID:3f914b9a-ac77-41d0-824b-7770a9e5722a VfModuleModelInvariantUUID:df06caa9-ee6d-42d4-af17-40d5edaa527b VfModuleModelDescription:NULL Artifacts UUID List:{ 116e44f0-d8e5-4903-bb9c-3e9858920c39 , 32493c4f-6b69-49af-86f9-c95d1cc304e4 } Properties List:{ min_vf_module_instances : 1 vf_module_label : base_vfw max_vf_module_instances : 1 vfc_list : vf_module_type : Base vf_module_description : initial_count : 1 volume_group : false availability_zone_count : } isBase:true } 2022-06-07T11:24:49.490Z|72805021-1d4b-4080-92fd-e38e12ca52a0|pool-2-thread-5|||||DEBUG|500||VF_MODULE_ARTIFACT: [ { "vfModuleModelName": "Vfw4315e6df5d2b..base_vfw..module-0", "vfModuleModelInvariantUUID": "df06caa9-ee6d-42d4-af17-40d5edaa527b", "vfModuleModelVersion": "1", "vfModuleModelUUID": "3f914b9a-ac77-41d0-824b-7770a9e5722a", "vfModuleModelCustomizationUUID": "f221280e-4609-4cd2-b454-d930253824f7", "isBase": true, "artifacts": [ "116e44f0-d8e5-4903-bb9c-3e9858920c39", "32493c4f-6b69-49af-86f9-c95d1cc304e4" ], "properties": { "min_vf_module_instances": "1", "vf_module_label": "base_vfw", "max_vf_module_instances": "1", "vfc_list": "", "vf_module_type": "Base", "vf_module_description": "", "initial_count": "1", "volume_group": "false", "availability_zone_count": "" } } ] 2022-06-07T11:24:49.490Z|72805021-1d4b-4080-92fd-e38e12ca52a0|pool-2-thread-5|||||DEBUG|500||VfModuleMetaData List: { VfModuleMetaData: VfModuleModelName:Vfw4315e6df5d2b..base_vfw..module-0 VfModuleModelVersion:1 VfModuleModelUUID:3f914b9a-ac77-41d0-824b-7770a9e5722a VfModuleModelInvariantUUID:df06caa9-ee6d-42d4-af17-40d5edaa527b VfModuleModelDescription:NULL Artifacts UUID List:{ 116e44f0-d8e5-4903-bb9c-3e9858920c39 , 32493c4f-6b69-49af-86f9-c95d1cc304e4 } Properties List:{ min_vf_module_instances : 1 vf_module_label : base_vfw max_vf_module_instances : 1 vfc_list : vf_module_type : Base vf_module_description : initial_count : 1 volume_group : false availability_zone_count : } isBase:true } 2022-06-07T11:24:49.491Z|72805021-1d4b-4080-92fd-e38e12ca52a0|pool-2-thread-5|||||INFO|500||Trying to download the artifact UUID: 116e44f0-d8e5-4903-bb9c-3e9858920c39 from URL: /sdc/v1/catalog/services/Vfw20220607112306/1.0/resourceInstances/vfw4315e6df5d2b0/artifacts/base_vfw.yaml 2022-06-07T11:24:49.491Z|72805021-1d4b-4080-92fd-e38e12ca52a0|pool-2-thread-5|||||INFO|500||DistributionClient - download 2022-06-07T11:24:49.491Z|72805021-1d4b-4080-92fd-e38e12ca52a0|pool-2-thread-5|||||DEBUG|500||url to send https://sdc-be.onap:8443/sdc/v1/catalog/services/Vfw20220607112306/1.0/resourceInstances/vfw4315e6df5d2b0/artifacts/base_vfw.yaml 2022-06-07T11:24:49.543Z|72805021-1d4b-4080-92fd-e38e12ca52a0|pool-2-thread-5|||||DEBUG|500||GET Response Status 200 2022-06-07T11:24:49.544Z|72805021-1d4b-4080-92fd-e38e12ca52a0|pool-2-thread-5|||||INFO|500||ASDC_ARTIFACT_DOWNLOAD_SUC /sdc/v1/catalog/services/Vfw20220607112306/1.0/resourceInstances/vfw4315e6df5d2b0/artifacts/base_vfw.yaml 116e44f0-d8e5-4903-bb9c-3e9858920c39 20368 2022-06-07T11:24:49.544Z|72805021-1d4b-4080-92fd-e38e12ca52a0|pool-2-thread-5|||||INFO|500||ASDC_SEND_NOTIF_ASDC DOWNLOAD DOWNLOAD_OK /sdc/v1/catalog/services/Vfw20220607112306/1.0/resourceInstances/vfw4315e6df5d2b0/artifacts/base_vfw.yaml ASDC sendASDCNotification 2022-06-07T11:24:49.545Z|72805021-1d4b-4080-92fd-e38e12ca52a0|pool-2-thread-5|||||DEBUG|500||Sending DOWNLOAD(DOWNLOAD_OK) notification to ASDC for artifact:/sdc/v1/catalog/services/Vfw20220607112306/1.0/resourceInstances/vfw4315e6df5d2b0/artifacts/base_vfw.yaml 2022-06-07T11:24:49.545Z|72805021-1d4b-4080-92fd-e38e12ca52a0|pool-2-thread-5|||||INFO|500||DistributionClient - sendDownloadStatus 2022-06-07T11:24:49.546Z|72805021-1d4b-4080-92fd-e38e12ca52a0|pool-2-thread-5|||||INFO|500||DistributionClient - sendStatus 2022-06-07T11:24:49.551Z|72805021-1d4b-4080-92fd-e38e12ca52a0|pool-2-thread-5|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap] 2022-06-07T11:24:49.551Z|72805021-1d4b-4080-92fd-e38e12ca52a0|pool-2-thread-5|||||DEBUG|500||try to send status { "distributionID": "72805021-1d4b-4080-92fd-e38e12ca52a0", "consumerID": "SO-COpenSource-Env11", "timestamp": 1654601089544, "artifactURL": "/sdc/v1/catalog/services/Vfw20220607112306/1.0/resourceInstances/vfw4315e6df5d2b0/artifacts/base_vfw.yaml", "status": "DOWNLOAD_OK" } 2022-06-07T11:24:49.651Z||pool-12-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 99 ms 2022-06-07T11:24:49.652Z||pool-12-thread-1|||||WARN|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO will send credentials over a clear channel. 2022-06-07T11:24:49.652Z||pool-12-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as rACJoekZgDKIBPEP) ... 2022-06-07T11:24:49.668Z||pool-12-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK 2022-06-07T11:24:49.668Z||pool-12-thread-1|||||INFO|500||cambria reply ok (16 ms):{"serverTimeMs":1,"count":1} 2022-06-07T11:24:50.552Z|72805021-1d4b-4080-92fd-e38e12ca52a0|pool-2-thread-5|||||INFO|500||Trying to download the artifact UUID: 32493c4f-6b69-49af-86f9-c95d1cc304e4 from URL: /sdc/v1/catalog/services/Vfw20220607112306/1.0/resourceInstances/vfw4315e6df5d2b0/artifacts/base_vfw.env 2022-06-07T11:24:50.553Z|72805021-1d4b-4080-92fd-e38e12ca52a0|pool-2-thread-5|||||INFO|500||DistributionClient - download 2022-06-07T11:24:50.553Z|72805021-1d4b-4080-92fd-e38e12ca52a0|pool-2-thread-5|||||DEBUG|500||url to send https://sdc-be.onap:8443/sdc/v1/catalog/services/Vfw20220607112306/1.0/resourceInstances/vfw4315e6df5d2b0/artifacts/base_vfw.env 2022-06-07T11:24:50.657Z|72805021-1d4b-4080-92fd-e38e12ca52a0|pool-2-thread-5|||||DEBUG|500||GET Response Status 200 2022-06-07T11:24:50.658Z|72805021-1d4b-4080-92fd-e38e12ca52a0|pool-2-thread-5|||||INFO|500||ASDC_ARTIFACT_DOWNLOAD_SUC /sdc/v1/catalog/services/Vfw20220607112306/1.0/resourceInstances/vfw4315e6df5d2b0/artifacts/base_vfw.env 32493c4f-6b69-49af-86f9-c95d1cc304e4 2098 2022-06-07T11:24:50.659Z|72805021-1d4b-4080-92fd-e38e12ca52a0|pool-2-thread-5|||||INFO|500||ASDC_SEND_NOTIF_ASDC DOWNLOAD DOWNLOAD_OK /sdc/v1/catalog/services/Vfw20220607112306/1.0/resourceInstances/vfw4315e6df5d2b0/artifacts/base_vfw.env ASDC sendASDCNotification 2022-06-07T11:24:50.659Z|72805021-1d4b-4080-92fd-e38e12ca52a0|pool-2-thread-5|||||DEBUG|500||Sending DOWNLOAD(DOWNLOAD_OK) notification to ASDC for artifact:/sdc/v1/catalog/services/Vfw20220607112306/1.0/resourceInstances/vfw4315e6df5d2b0/artifacts/base_vfw.env 2022-06-07T11:24:50.659Z|72805021-1d4b-4080-92fd-e38e12ca52a0|pool-2-thread-5|||||INFO|500||DistributionClient - sendDownloadStatus 2022-06-07T11:24:50.660Z|72805021-1d4b-4080-92fd-e38e12ca52a0|pool-2-thread-5|||||INFO|500||DistributionClient - sendStatus 2022-06-07T11:24:50.662Z|72805021-1d4b-4080-92fd-e38e12ca52a0|pool-2-thread-5|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap] 2022-06-07T11:24:50.663Z|72805021-1d4b-4080-92fd-e38e12ca52a0|pool-2-thread-5|||||DEBUG|500||try to send status { "distributionID": "72805021-1d4b-4080-92fd-e38e12ca52a0", "consumerID": "SO-COpenSource-Env11", "timestamp": 1654601090659, "artifactURL": "/sdc/v1/catalog/services/Vfw20220607112306/1.0/resourceInstances/vfw4315e6df5d2b0/artifacts/base_vfw.env", "status": "DOWNLOAD_OK" } 2022-06-07T11:24:50.762Z||pool-13-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 99 ms 2022-06-07T11:24:50.763Z||pool-13-thread-1|||||WARN|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO will send credentials over a clear channel. 2022-06-07T11:24:50.763Z||pool-13-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as rACJoekZgDKIBPEP) ... 2022-06-07T11:24:50.782Z||pool-13-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK 2022-06-07T11:24:50.782Z||pool-13-thread-1|||||INFO|500||cambria reply ok (19 ms):{"serverTimeMs":0,"count":1} 2022-06-07T11:24:51.663Z|72805021-1d4b-4080-92fd-e38e12ca52a0|pool-2-thread-5|||||DEBUG|500||Preparing to deploy Service: c4647c06-e3de-4587-b7ef-4f34c8134b51 2022-06-07T11:24:51.664Z|72805021-1d4b-4080-92fd-e38e12ca52a0|pool-2-thread-5|||||INFO|500||ASDC_START_DEPLOY_ARTIFACT vFW 4315e6df-5d2b 0 d64019e1-00a9-4567-b766-d4b812a714c5 ASDC Hibernate: select heatenviro0_.ARTIFACT_UUID as artifact1_26_, heatenviro0_.ARTIFACT_CHECKSUM as artifact2_26_, heatenviro0_.CREATION_TIMESTAMP as creation3_26_, heatenviro0_.DESCRIPTION as descript4_26_, heatenviro0_.BODY as body5_26_, heatenviro0_.NAME as name6_26_, heatenviro0_.VERSION as version7_26_ from heat_environment heatenviro0_ where heatenviro0_.ARTIFACT_UUID=? Hibernate: select heattempla0_.ARTIFACT_UUID as artifact1_29_, heattempla0_.ARTIFACT_CHECKSUM as artifact2_29_, heattempla0_.CREATION_TIMESTAMP as creation3_29_, heattempla0_.DESCRIPTION as descript4_29_, heattempla0_.BODY as body5_29_, heattempla0_.NAME as name6_29_, heattempla0_.TIMEOUT_MINUTES as timeout_7_29_, heattempla0_.VERSION as version8_29_ from heat_template heattempla0_ where heattempla0_.ARTIFACT_UUID=? Hibernate: select toscacsar0_.ARTIFACT_UUID as artifact1_57_0_, toscacsar0_.ARTIFACT_CHECKSUM as artifact2_57_0_, toscacsar0_.CREATION_TIMESTAMP as creation3_57_0_, toscacsar0_.DESCRIPTION as descript4_57_0_, toscacsar0_.NAME as name5_57_0_, toscacsar0_.URL as url6_57_0_, toscacsar0_.Version as version7_57_0_ from tosca_csar toscacsar0_ where toscacsar0_.ARTIFACT_UUID=? Hibernate: select service0_.MODEL_UUID as model_uu1_50_, service0_.CDS_BLUEPRINT_NAME as cds_blue2_50_, service0_.CDS_BLUEPRINT_VERSION as cds_blue3_50_, service0_.SERVICE_CATEGORY as service_4_50_, service0_.CONTROLLER_ACTOR as controll5_50_, service0_.CREATION_TIMESTAMP as creation6_50_, service0_.TOSCA_CSAR_ARTIFACT_UUID as tosca_c21_50_, service0_.DESCRIPTION as descript7_50_, service0_.OVERALL_DISTRIBUTION_STATUS as overall_8_50_, service0_.ENVIRONMENT_CONTEXT as environm9_50_, service0_.MODEL_INVARIANT_UUID as model_i10_50_, service0_.MODEL_NAME as model_n11_50_, service0_.MODEL_VERSION as model_v12_50_, service0_.NAMING_POLICY as naming_13_50_, service0_.ONAP_GENERATED_NAMING as onap_ge14_50_, service0_.RESOURCE_ORDER as resourc15_50_, service0_.SERVICE_FUNCTION as service16_50_, service0_.SERVICE_ROLE as service17_50_, service0_.SERVICE_TYPE as service18_50_, service0_.SKIP_POST_INSTANTIATION_CONFIGURATION as skip_po19_50_, service0_.WORKLOAD_CONTEXT as workloa20_50_ from service service0_ where service0_.MODEL_UUID=? 2022-06-07T11:24:51.702Z|72805021-1d4b-4080-92fd-e38e12ca52a0|pool-2-thread-5|||||DEBUG|500||serviceInputs: {} [org.onap.sdc.toscaparser.api.parameters.Input@49ce942a, org.onap.sdc.toscaparser.api.parameters.Input@53c83478, org.onap.sdc.toscaparser.api.parameters.Input@482703b3, org.onap.sdc.toscaparser.api.parameters.Input@64fd793a, org.onap.sdc.toscaparser.api.parameters.Input@59afce4b] 2022-06-07T11:24:51.706Z|72805021-1d4b-4080-92fd-e38e12ca52a0|pool-2-thread-5|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive 2022-06-07T11:24:51.706Z|72805021-1d4b-4080-92fd-e38e12ca52a0|pool-2-thread-5|||||DEBUG|500||Service vFW 2022-06-07 11-23-06 is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=VF, toscaType=null, uUID=null, customizationUUID=null 2022-06-07T11:24:51.706Z|72805021-1d4b-4080-92fd-e38e12ca52a0|pool-2-thread-5|||||DEBUG|500||VF Category is: Generic 2022-06-07T11:24:51.706Z|72805021-1d4b-4080-92fd-e38e12ca52a0|pool-2-thread-5|||||DEBUG|500||VFCustomizationUUID= 586f7819-baaf-41b1-a2b7-691722d03903 2022-06-07T11:24:51.707Z|72805021-1d4b-4080-92fd-e38e12ca52a0|pool-2-thread-5|||||DEBUG|500||Checking if Notification VF ResourceCustomizationUUID: 586f7819-baaf-41b1-a2b7-691722d03903 matches Tosca VF Customization UUID: 586f7819-baaf-41b1-a2b7-691722d03903 2022-06-07T11:24:51.707Z|72805021-1d4b-4080-92fd-e38e12ca52a0|pool-2-thread-5|||||DEBUG|500||vfCustomizationUUID: 586f7819-baaf-41b1-a2b7-691722d03903 matches vfNotificationResource CustomizationUUID Hibernate: select vnfresourc0_.MODEL_UUID as model_uu1_64_, vnfresourc0_.AIC_VERSION_MAX as aic_vers2_64_, vnfresourc0_.AIC_VERSION_MIN as aic_vers3_64_, vnfresourc0_.RESOURCE_CATEGORY as resource4_64_, vnfresourc0_.CREATION_TIMESTAMP as creation5_64_, vnfresourc0_.DESCRIPTION as descript6_64_, vnfresourc0_.HEAT_TEMPLATE_ARTIFACT_UUID as heat_te13_64_, vnfresourc0_.MODEL_INVARIANT_UUID as model_in7_64_, vnfresourc0_.MODEL_NAME as model_na8_64_, vnfresourc0_.MODEL_VERSION as model_ve9_64_, vnfresourc0_.ORCHESTRATION_MODE as orchest10_64_, vnfresourc0_.RESOURCE_SUB_CATEGORY as resourc11_64_, vnfresourc0_.TOSCA_NODE_TYPE as tosca_n12_64_ from vnf_resource vnfresourc0_ where vnfresourc0_.MODEL_UUID=? 2022-06-07T11:24:51.713Z|72805021-1d4b-4080-92fd-e38e12ca52a0|pool-2-thread-5|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive 2022-06-07T11:24:51.714Z|72805021-1d4b-4080-92fd-e38e12ca52a0|pool-2-thread-5|||||DEBUG|500||Service vFW 2022-06-07 11-23-06 is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=null, toscaType=null, uUID=null, customizationUUID=null 2022-06-07T11:24:51.715Z|72805021-1d4b-4080-92fd-e38e12ca52a0|pool-2-thread-5|||||DEBUG|500||resource request for resource customization id 586f7819-baaf-41b1-a2b7-691722d03903: {\"vpg_int_unprotected_private_ip_0\":\"192.168.10.200\",\"vf_module_id\":\"vFirewall\",\"skip_post_instantiation_configuration\":\"true\",\"controller_actor\":\"SO-REF-DATA\",\"vsn_flavor_name\":\"PUT THE VM FLAVOR NAME HERE (m1.medium suggested)\",\"public_net_id\":\"PUT THE PUBLIC NETWORK ID HERE\",\"vnf_name\":\"vFW\",\"onap_private_subnet_id\":\"PUT THE ONAP PRIVATE NETWORK NAME HERE\",\"sec_group\":\"PUT THE ONAP SECURITY GROUP HERE\",\"vfw_name_0\":\"zdfw1fwl01fwl01\",\"nexus_artifact_repo\":\"https://nexus.onap.org\",\"onap_private_net_cidr\":\"10.0.0.0/16\",\"vpg_onap_private_ip_0\":\"10.0.100.2\",\"vfw_int_protected_private_floating_ip\":\"192.168.10.200\",\"dcae_collector_ip\":\"10.0.4.1\",\"vnf_id\":\"vFirewall_demo_app\",\"vfw_int_unprotected_private_ip_0\":\"192.168.10.100\",\"vsn_image_name\":\"PUT THE VM IMAGE NAME HERE (UBUNTU 1404 required)\",\"vpg_flavor_name\":\"PUT THE VM FLAVOR NAME HERE (m1.medium suggested)\",\"dcae_collector_port\":\"30417\",\"vpg_name_0\":\"zdfw1fwl01pgn01\",\"protected_private_net_cidr\":\"192.168.20.0/24\",\"unprotected_private_net_cidr\":\"192.168.10.0/24\",\"nf_naming\":\"true\",\"vsn_name_0\":\"zdfw1fwl01snk01\",\"multi_stage_design\":\"false\",\"vpg_image_name\":\"PUT THE VM IMAGE NAME HERE (UBUNTU 1404 required)\",\"onap_private_net_id\":\"PUT THE ONAP PRIVATE NETWORK NAME HERE\",\"unprotected_private_net_id\":\"zdfw1fwl01_unprotected\",\"availability_zone_max_count\":\"1\",\"vsn_onap_private_ip_0\":\"10.0.100.3\",\"vfw_flavor_name\":\"PUT THE VM FLAVOR NAME HERE (m1.medium suggested)\",\"demo_artifacts_version\":\"1.6.0-SNAPSHOT\",\"pub_key\":\"ssh-rsa AAAAB3NzaC1yc2EAAAADAQABAAABAQDQXYJYYi3/OUZXUiCYWdtc7K0m5C0dJKVxPG0eI8EWZrEHYdfYe6WoTSDJCww+1qlBSpA5ac/Ba4Wn9vh+lR1vtUKkyIC/nrYb90ReUd385Glkgzrfh5HdR5y5S2cL/Frh86lAn9r6b3iWTJD8wBwXFyoe1S2nMTOIuG4RPNvfmyCTYVh8XTCCE8HPvh3xv2r4egawG1P4Q4UDwk+hDBXThY2KS8M5/8EMyxHV0ImpLbpYCTBA6KYDIRtqmgS6iKyy8v2D1aSY5mc9J0T5t9S2Gv+VZQNWQDDKNFnxqYaAo1uEoq/i1q63XC5AD3ckXb2VT6dp23BQMdDfbHyUWfJN\",\"key_name\":\"vfw_key\",\"vsn_int_protected_private_ip_0\":\"192.168.20.250\",\"vfw_int_protected_private_ip_0\":\"192.168.20.100\",\"install_script_version\":\"1.6.0-SNAPSHOT\",\"vfw_image_name\":\"PUT THE VM IMAGE NAME HERE (UBUNTU 1404 required)\",\"protected_private_net_id\":\"zdfw1fwl01_protected\",\"vfw_onap_private_ip_0\":\"10.0.100.1\",\"cloud_env\":\"openstack\"} 2022-06-07T11:24:51.715Z|72805021-1d4b-4080-92fd-e38e12ca52a0|pool-2-thread-5|||||DEBUG|500||vfModuleStructure: org.onap.so.asdc.installer.VfModuleStructure@36f06ad2 2022-06-07T11:24:51.715Z|72805021-1d4b-4080-92fd-e38e12ca52a0|pool-2-thread-5|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive 2022-06-07T11:24:51.716Z|72805021-1d4b-4080-92fd-e38e12ca52a0|pool-2-thread-5|||||DEBUG|500||Service vFW 2022-06-07 11-23-06 is searched for EntityType=GROUP, nodeTemplateType=null, toscaType=org.openecomp.groups.VfModule, uUID=null, customizationUUID=null 2022-06-07T11:24:51.716Z|72805021-1d4b-4080-92fd-e38e12ca52a0|pool-2-thread-5|||||DEBUG|500||Comparing Vf_Modules_Metadata CustomizationUUID : f221280e-4609-4cd2-b454-d930253824f7 2022-06-07T11:24:51.717Z|72805021-1d4b-4080-92fd-e38e12ca52a0|pool-2-thread-5|||||DEBUG|500||To Csar Group VFModuleModelCustomizationUUID f221280e-4609-4cd2-b454-d930253824f7 Hibernate: select vfmodule0_.MODEL_UUID as model_uu1_59_, vfmodule0_.CREATION_TIMESTAMP as creation2_59_, vfmodule0_.DESCRIPTION as descript3_59_, vfmodule0_.IS_BASE as is_base4_59_, vfmodule0_.MODEL_INVARIANT_UUID as model_in5_59_, vfmodule0_.MODEL_NAME as model_na6_59_, vfmodule0_.MODEL_VERSION as model_ve7_59_, vfmodule0_.HEAT_TEMPLATE_ARTIFACT_UUID as heat_tem8_59_, vfmodule0_.VNF_RESOURCE_MODEL_UUID as vnf_reso9_59_, vfmodule0_.VOL_HEAT_TEMPLATE_ARTIFACT_UUID as vol_hea10_59_ from vf_module vfmodule0_ where vfmodule0_.MODEL_UUID=? 2022-06-07T11:24:51.723Z|72805021-1d4b-4080-92fd-e38e12ca52a0|pool-2-thread-5|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive 2022-06-07T11:24:51.723Z|72805021-1d4b-4080-92fd-e38e12ca52a0|pool-2-thread-5|||||DEBUG|500||Node template vFW 4315e6df-5d2b 0 is matching search criteria 2022-06-07T11:24:51.723Z|72805021-1d4b-4080-92fd-e38e12ca52a0|pool-2-thread-5|||||DEBUG|500||Found topology templates [vFW 4315e6df-5d2b 0] matching following query criteria: sdcType=VF, customizationUUID=null 2022-06-07T11:24:51.724Z|72805021-1d4b-4080-92fd-e38e12ca52a0|pool-2-thread-5|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive 2022-06-07T11:24:51.724Z|72805021-1d4b-4080-92fd-e38e12ca52a0|pool-2-thread-5|||||DEBUG|500||Node template vFW 4315e6df-5d2b 0 is matching search criteria 2022-06-07T11:24:51.724Z|72805021-1d4b-4080-92fd-e38e12ca52a0|pool-2-thread-5|||||DEBUG|500||Found topology templates [vFW 4315e6df-5d2b 0] matching following query criteria: sdcType=VF, customizationUUID=null 2022-06-07T11:24:51.725Z|72805021-1d4b-4080-92fd-e38e12ca52a0|pool-2-thread-5|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive 2022-06-07T11:24:51.725Z|72805021-1d4b-4080-92fd-e38e12ca52a0|pool-2-thread-5|||||DEBUG|500||Node template vFW 4315e6df-5d2b 0 is not matching search criteria 2022-06-07T11:24:51.725Z|72805021-1d4b-4080-92fd-e38e12ca52a0|pool-2-thread-5|||||DEBUG|500||Node template int_protected_private_network is not matching search criteria 2022-06-07T11:24:51.726Z|72805021-1d4b-4080-92fd-e38e12ca52a0|pool-2-thread-5|||||DEBUG|500||Node template int_unprotected_private_network is not matching search criteria 2022-06-07T11:24:51.726Z|72805021-1d4b-4080-92fd-e38e12ca52a0|pool-2-thread-5|||||DEBUG|500||Node template abstract_vfw is matching search criteria 2022-06-07T11:24:51.726Z|72805021-1d4b-4080-92fd-e38e12ca52a0|pool-2-thread-5|||||DEBUG|500||Node template abstract_vsn is not matching search criteria 2022-06-07T11:24:51.726Z|72805021-1d4b-4080-92fd-e38e12ca52a0|pool-2-thread-5|||||DEBUG|500||Node template vsn is not matching search criteria 2022-06-07T11:24:51.726Z|72805021-1d4b-4080-92fd-e38e12ca52a0|pool-2-thread-5|||||DEBUG|500||Node template vsn_vsn_int_protected_private_port_0 is not matching search criteria 2022-06-07T11:24:51.727Z|72805021-1d4b-4080-92fd-e38e12ca52a0|pool-2-thread-5|||||DEBUG|500||Node template vsn_vsn_onap_private_port_0 is not matching search criteria 2022-06-07T11:24:51.727Z|72805021-1d4b-4080-92fd-e38e12ca52a0|pool-2-thread-5|||||DEBUG|500||Node template abstract_vpg is not matching search criteria 2022-06-07T11:24:51.727Z|72805021-1d4b-4080-92fd-e38e12ca52a0|pool-2-thread-5|||||DEBUG|500||Node template vpg_vpg_onap_private_port_0 is not matching search criteria 2022-06-07T11:24:51.727Z|72805021-1d4b-4080-92fd-e38e12ca52a0|pool-2-thread-5|||||DEBUG|500||Node template vpg is not matching search criteria 2022-06-07T11:24:51.728Z|72805021-1d4b-4080-92fd-e38e12ca52a0|pool-2-thread-5|||||DEBUG|500||Node template vpg_vpg_int_unprotected_private_port_0 is not matching search criteria 2022-06-07T11:24:51.728Z|72805021-1d4b-4080-92fd-e38e12ca52a0|pool-2-thread-5|||||DEBUG|500||Found topology templates [abstract_vfw] matching following query criteria: sdcType=CVFC, customizationUUID=9fb2340a-f1bf-4ec7-ae1f-02fc1be3aae0 Hibernate: select vnfccustom0_.MODEL_CUSTOMIZATION_UUID as model_cu1_67_, vnfccustom0_.CREATION_TIMESTAMP as creation2_67_, vnfccustom0_.DESCRIPTION as descript3_67_, vnfccustom0_.MODEL_INSTANCE_NAME as model_in4_67_, vnfccustom0_.MODEL_INVARIANT_UUID as model_in5_67_, vnfccustom0_.MODEL_NAME as model_na6_67_, vnfccustom0_.MODEL_UUID as model_uu7_67_, vnfccustom0_.MODEL_VERSION as model_ve8_67_, vnfccustom0_.RESOURCE_INPUT as resource9_67_, vnfccustom0_.TOSCA_NODE_TYPE as tosca_n10_67_, vnfccustom0_.VNFC_INSTANCE_GROUP_CUSTOMIZATION_ID as vnfc_in11_67_ from vnfc_customization vnfccustom0_ where vnfccustom0_.MODEL_CUSTOMIZATION_UUID=? 2022-06-07T11:24:51.737Z|72805021-1d4b-4080-92fd-e38e12ca52a0|pool-2-thread-5|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive 2022-06-07T11:24:51.738Z|72805021-1d4b-4080-92fd-e38e12ca52a0|pool-2-thread-5|||||DEBUG|500||Node template vFW 4315e6df-5d2b 0 is matching search criteria 2022-06-07T11:24:51.738Z|72805021-1d4b-4080-92fd-e38e12ca52a0|pool-2-thread-5|||||DEBUG|500||Found topology templates [vFW 4315e6df-5d2b 0] matching following query criteria: sdcType=VF, customizationUUID=null 2022-06-07T11:24:51.738Z|72805021-1d4b-4080-92fd-e38e12ca52a0|pool-2-thread-5|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive 2022-06-07T11:24:51.739Z|72805021-1d4b-4080-92fd-e38e12ca52a0|pool-2-thread-5|||||DEBUG|500||Node template vFW 4315e6df-5d2b 0 is not matching search criteria 2022-06-07T11:24:51.739Z|72805021-1d4b-4080-92fd-e38e12ca52a0|pool-2-thread-5|||||DEBUG|500||Node template int_protected_private_network is not matching search criteria 2022-06-07T11:24:51.739Z|72805021-1d4b-4080-92fd-e38e12ca52a0|pool-2-thread-5|||||DEBUG|500||Node template int_unprotected_private_network is not matching search criteria 2022-06-07T11:24:51.740Z|72805021-1d4b-4080-92fd-e38e12ca52a0|pool-2-thread-5|||||DEBUG|500||Node template abstract_vfw is not matching search criteria 2022-06-07T11:24:51.740Z|72805021-1d4b-4080-92fd-e38e12ca52a0|pool-2-thread-5|||||DEBUG|500||Node template vfw_vfw_int_protected_private_port_0 is not matching search criteria 2022-06-07T11:24:51.740Z|72805021-1d4b-4080-92fd-e38e12ca52a0|pool-2-thread-5|||||DEBUG|500||Node template vfw_vfw_onap_private_port_0 is not matching search criteria 2022-06-07T11:24:51.740Z|72805021-1d4b-4080-92fd-e38e12ca52a0|pool-2-thread-5|||||DEBUG|500||Node template vfw_vfw_int_unprotected_private_port_0 is not matching search criteria 2022-06-07T11:24:51.741Z|72805021-1d4b-4080-92fd-e38e12ca52a0|pool-2-thread-5|||||DEBUG|500||Node template vfw is not matching search criteria 2022-06-07T11:24:51.741Z|72805021-1d4b-4080-92fd-e38e12ca52a0|pool-2-thread-5|||||DEBUG|500||Node template abstract_vsn is matching search criteria 2022-06-07T11:24:51.741Z|72805021-1d4b-4080-92fd-e38e12ca52a0|pool-2-thread-5|||||DEBUG|500||Node template abstract_vpg is not matching search criteria 2022-06-07T11:24:51.741Z|72805021-1d4b-4080-92fd-e38e12ca52a0|pool-2-thread-5|||||DEBUG|500||Node template vpg_vpg_onap_private_port_0 is not matching search criteria 2022-06-07T11:24:51.741Z|72805021-1d4b-4080-92fd-e38e12ca52a0|pool-2-thread-5|||||DEBUG|500||Node template vpg is not matching search criteria 2022-06-07T11:24:51.742Z|72805021-1d4b-4080-92fd-e38e12ca52a0|pool-2-thread-5|||||DEBUG|500||Node template vpg_vpg_int_unprotected_private_port_0 is not matching search criteria 2022-06-07T11:24:51.742Z|72805021-1d4b-4080-92fd-e38e12ca52a0|pool-2-thread-5|||||DEBUG|500||Found topology templates [abstract_vsn] matching following query criteria: sdcType=CVFC, customizationUUID=5b1752c4-f141-484f-9384-3410dd757b1a Hibernate: select vnfccustom0_.MODEL_CUSTOMIZATION_UUID as model_cu1_67_, vnfccustom0_.CREATION_TIMESTAMP as creation2_67_, vnfccustom0_.DESCRIPTION as descript3_67_, vnfccustom0_.MODEL_INSTANCE_NAME as model_in4_67_, vnfccustom0_.MODEL_INVARIANT_UUID as model_in5_67_, vnfccustom0_.MODEL_NAME as model_na6_67_, vnfccustom0_.MODEL_UUID as model_uu7_67_, vnfccustom0_.MODEL_VERSION as model_ve8_67_, vnfccustom0_.RESOURCE_INPUT as resource9_67_, vnfccustom0_.TOSCA_NODE_TYPE as tosca_n10_67_, vnfccustom0_.VNFC_INSTANCE_GROUP_CUSTOMIZATION_ID as vnfc_in11_67_ from vnfc_customization vnfccustom0_ where vnfccustom0_.MODEL_CUSTOMIZATION_UUID=? 2022-06-07T11:24:51.744Z|72805021-1d4b-4080-92fd-e38e12ca52a0|pool-2-thread-5|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive 2022-06-07T11:24:51.745Z|72805021-1d4b-4080-92fd-e38e12ca52a0|pool-2-thread-5|||||DEBUG|500||Node template vFW 4315e6df-5d2b 0 is matching search criteria 2022-06-07T11:24:51.745Z|72805021-1d4b-4080-92fd-e38e12ca52a0|pool-2-thread-5|||||DEBUG|500||Found topology templates [vFW 4315e6df-5d2b 0] matching following query criteria: sdcType=VF, customizationUUID=null 2022-06-07T11:24:51.749Z|72805021-1d4b-4080-92fd-e38e12ca52a0|pool-2-thread-5|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive 2022-06-07T11:24:51.749Z|72805021-1d4b-4080-92fd-e38e12ca52a0|pool-2-thread-5|||||DEBUG|500||Node template vFW 4315e6df-5d2b 0 is not matching search criteria 2022-06-07T11:24:51.749Z|72805021-1d4b-4080-92fd-e38e12ca52a0|pool-2-thread-5|||||DEBUG|500||Node template int_protected_private_network is not matching search criteria 2022-06-07T11:24:51.750Z|72805021-1d4b-4080-92fd-e38e12ca52a0|pool-2-thread-5|||||DEBUG|500||Node template int_unprotected_private_network is not matching search criteria 2022-06-07T11:24:51.750Z|72805021-1d4b-4080-92fd-e38e12ca52a0|pool-2-thread-5|||||DEBUG|500||Node template abstract_vfw is not matching search criteria 2022-06-07T11:24:51.750Z|72805021-1d4b-4080-92fd-e38e12ca52a0|pool-2-thread-5|||||DEBUG|500||Node template vfw_vfw_int_protected_private_port_0 is not matching search criteria 2022-06-07T11:24:51.750Z|72805021-1d4b-4080-92fd-e38e12ca52a0|pool-2-thread-5|||||DEBUG|500||Node template vfw_vfw_onap_private_port_0 is not matching search criteria 2022-06-07T11:24:51.751Z|72805021-1d4b-4080-92fd-e38e12ca52a0|pool-2-thread-5|||||DEBUG|500||Node template vfw_vfw_int_unprotected_private_port_0 is not matching search criteria 2022-06-07T11:24:51.751Z|72805021-1d4b-4080-92fd-e38e12ca52a0|pool-2-thread-5|||||DEBUG|500||Node template vfw is not matching search criteria 2022-06-07T11:24:51.751Z|72805021-1d4b-4080-92fd-e38e12ca52a0|pool-2-thread-5|||||DEBUG|500||Node template abstract_vsn is not matching search criteria 2022-06-07T11:24:51.751Z|72805021-1d4b-4080-92fd-e38e12ca52a0|pool-2-thread-5|||||DEBUG|500||Node template vsn is not matching search criteria 2022-06-07T11:24:51.751Z|72805021-1d4b-4080-92fd-e38e12ca52a0|pool-2-thread-5|||||DEBUG|500||Node template vsn_vsn_int_protected_private_port_0 is not matching search criteria 2022-06-07T11:24:51.752Z|72805021-1d4b-4080-92fd-e38e12ca52a0|pool-2-thread-5|||||DEBUG|500||Node template vsn_vsn_onap_private_port_0 is not matching search criteria 2022-06-07T11:24:51.752Z|72805021-1d4b-4080-92fd-e38e12ca52a0|pool-2-thread-5|||||DEBUG|500||Node template abstract_vpg is matching search criteria 2022-06-07T11:24:51.752Z|72805021-1d4b-4080-92fd-e38e12ca52a0|pool-2-thread-5|||||DEBUG|500||Found topology templates [abstract_vpg] matching following query criteria: sdcType=CVFC, customizationUUID=5de48b3e-6478-45d2-ba81-920c479aa1be Hibernate: select vnfccustom0_.MODEL_CUSTOMIZATION_UUID as model_cu1_67_, vnfccustom0_.CREATION_TIMESTAMP as creation2_67_, vnfccustom0_.DESCRIPTION as descript3_67_, vnfccustom0_.MODEL_INSTANCE_NAME as model_in4_67_, vnfccustom0_.MODEL_INVARIANT_UUID as model_in5_67_, vnfccustom0_.MODEL_NAME as model_na6_67_, vnfccustom0_.MODEL_UUID as model_uu7_67_, vnfccustom0_.MODEL_VERSION as model_ve8_67_, vnfccustom0_.RESOURCE_INPUT as resource9_67_, vnfccustom0_.TOSCA_NODE_TYPE as tosca_n10_67_, vnfccustom0_.VNFC_INSTANCE_GROUP_CUSTOMIZATION_ID as vnfc_in11_67_ from vnfc_customization vnfccustom0_ where vnfccustom0_.MODEL_CUSTOMIZATION_UUID=? 2022-06-07T11:24:51.755Z|72805021-1d4b-4080-92fd-e38e12ca52a0|pool-2-thread-5|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive 2022-06-07T11:24:51.755Z|72805021-1d4b-4080-92fd-e38e12ca52a0|pool-2-thread-5|||||DEBUG|500||Node template vFW 4315e6df-5d2b 0 is matching search criteria 2022-06-07T11:24:51.755Z|72805021-1d4b-4080-92fd-e38e12ca52a0|pool-2-thread-5|||||DEBUG|500||Found topology templates [vFW 4315e6df-5d2b 0] matching following query criteria: sdcType=VF, customizationUUID=null 2022-06-07T11:24:51.756Z|72805021-1d4b-4080-92fd-e38e12ca52a0|pool-2-thread-5|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive 2022-06-07T11:24:51.756Z|72805021-1d4b-4080-92fd-e38e12ca52a0|pool-2-thread-5|||||DEBUG|500||Node template vFW 4315e6df-5d2b 0 is matching search criteria 2022-06-07T11:24:51.756Z|72805021-1d4b-4080-92fd-e38e12ca52a0|pool-2-thread-5|||||DEBUG|500||Found topology templates [vFW 4315e6df-5d2b 0] matching following query criteria: sdcType=VF, customizationUUID=586f7819-baaf-41b1-a2b7-691722d03903 Hibernate: select service0_.MODEL_UUID as model_uu1_50_, service0_.CDS_BLUEPRINT_NAME as cds_blue2_50_, service0_.CDS_BLUEPRINT_VERSION as cds_blue3_50_, service0_.SERVICE_CATEGORY as service_4_50_, service0_.CONTROLLER_ACTOR as controll5_50_, service0_.CREATION_TIMESTAMP as creation6_50_, service0_.TOSCA_CSAR_ARTIFACT_UUID as tosca_c21_50_, service0_.DESCRIPTION as descript7_50_, service0_.OVERALL_DISTRIBUTION_STATUS as overall_8_50_, service0_.ENVIRONMENT_CONTEXT as environm9_50_, service0_.MODEL_INVARIANT_UUID as model_i10_50_, service0_.MODEL_NAME as model_n11_50_, service0_.MODEL_VERSION as model_v12_50_, service0_.NAMING_POLICY as naming_13_50_, service0_.ONAP_GENERATED_NAMING as onap_ge14_50_, service0_.RESOURCE_ORDER as resourc15_50_, service0_.SERVICE_FUNCTION as service16_50_, service0_.SERVICE_ROLE as service17_50_, service0_.SERVICE_TYPE as service18_50_, service0_.SKIP_POST_INSTANTIATION_CONFIGURATION as skip_po19_50_, service0_.WORKLOAD_CONTEXT as workloa20_50_ from service service0_ where service0_.MODEL_UUID=? 2022-06-07T11:24:51.758Z|72805021-1d4b-4080-92fd-e38e12ca52a0|pool-2-thread-5|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive 2022-06-07T11:24:51.759Z|72805021-1d4b-4080-92fd-e38e12ca52a0|pool-2-thread-5|||||DEBUG|500||Service vFW 2022-06-07 11-23-06 is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=null, toscaType=null, uUID=null, customizationUUID=null 2022-06-07T11:24:51.759Z|72805021-1d4b-4080-92fd-e38e12ca52a0|pool-2-thread-5|||||DEBUG|500|| resourceSeq for service uuid c4647c06-e3de-4587-b7ef-4f34c8134b51: vFW 4315e6df-5d2b 2022-06-07T11:24:51.759Z|72805021-1d4b-4080-92fd-e38e12ca52a0|pool-2-thread-5|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive 2022-06-07T11:24:51.759Z|72805021-1d4b-4080-92fd-e38e12ca52a0|pool-2-thread-5|||||DEBUG|500||Service vFW 2022-06-07 11-23-06 is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=PNF, toscaType=null, uUID=null, customizationUUID=null 2022-06-07T11:24:51.760Z|72805021-1d4b-4080-92fd-e38e12ca52a0|pool-2-thread-5|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive 2022-06-07T11:24:51.760Z|72805021-1d4b-4080-92fd-e38e12ca52a0|pool-2-thread-5|||||DEBUG|500||Service vFW 2022-06-07 11-23-06 is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=VL, toscaType=null, uUID=null, customizationUUID=null 2022-06-07T11:24:51.760Z|72805021-1d4b-4080-92fd-e38e12ca52a0|pool-2-thread-5|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive 2022-06-07T11:24:51.760Z|72805021-1d4b-4080-92fd-e38e12ca52a0|pool-2-thread-5|||||DEBUG|500||Service vFW 2022-06-07 11-23-06 is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=CR, toscaType=null, uUID=null, customizationUUID=null 2022-06-07T11:24:51.761Z|72805021-1d4b-4080-92fd-e38e12ca52a0|pool-2-thread-5|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive 2022-06-07T11:24:51.761Z|72805021-1d4b-4080-92fd-e38e12ca52a0|pool-2-thread-5|||||DEBUG|500||Service vFW 2022-06-07 11-23-06 is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=SERVICE_PROXY, toscaType=null, uUID=null, customizationUUID=null 2022-06-07T11:24:51.761Z|72805021-1d4b-4080-92fd-e38e12ca52a0|pool-2-thread-5|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive 2022-06-07T11:24:51.761Z|72805021-1d4b-4080-92fd-e38e12ca52a0|pool-2-thread-5|||||DEBUG|500||Service vFW 2022-06-07 11-23-06 is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=CONFIGURATION, toscaType=null, uUID=null, customizationUUID=null 2022-06-07T11:24:51.762Z|72805021-1d4b-4080-92fd-e38e12ca52a0|pool-2-thread-5|||||INFO|500||Saving Service: vFW 2022-06-07 11-23-06 Hibernate: select service0_.MODEL_UUID as model_uu1_50_3_, service0_.CDS_BLUEPRINT_NAME as cds_blue2_50_3_, service0_.CDS_BLUEPRINT_VERSION as cds_blue3_50_3_, service0_.SERVICE_CATEGORY as service_4_50_3_, service0_.CONTROLLER_ACTOR as controll5_50_3_, service0_.CREATION_TIMESTAMP as creation6_50_3_, service0_.TOSCA_CSAR_ARTIFACT_UUID as tosca_c21_50_3_, service0_.DESCRIPTION as descript7_50_3_, service0_.OVERALL_DISTRIBUTION_STATUS as overall_8_50_3_, service0_.ENVIRONMENT_CONTEXT as environm9_50_3_, service0_.MODEL_INVARIANT_UUID as model_i10_50_3_, service0_.MODEL_NAME as model_n11_50_3_, service0_.MODEL_VERSION as model_v12_50_3_, service0_.NAMING_POLICY as naming_13_50_3_, service0_.ONAP_GENERATED_NAMING as onap_ge14_50_3_, service0_.RESOURCE_ORDER as resourc15_50_3_, service0_.SERVICE_FUNCTION as service16_50_3_, service0_.SERVICE_ROLE as service17_50_3_, service0_.SERVICE_TYPE as service18_50_3_, service0_.SKIP_POST_INSTANTIATION_CONFIGURATION as skip_po19_50_3_, service0_.WORKLOAD_CONTEXT as workloa20_50_3_, allottedcu1_.SERVICE_MODEL_UUID as service_1_8_5_, allottedre2_.MODEL_CUSTOMIZATION_UUID as resource2_8_5_, allottedre2_.MODEL_CUSTOMIZATION_UUID as model_cu1_7_0_, allottedre2_.AR_MODEL_UUID as ar_mode15_7_0_, allottedre2_.CREATION_TIMESTAMP as creation2_7_0_, allottedre2_.MAX_INSTANCES as max_inst3_7_0_, allottedre2_.MIN_INSTANCES as min_inst4_7_0_, allottedre2_.MODEL_INSTANCE_NAME as model_in5_7_0_, allottedre2_.NF_FUNCTION as nf_funct6_7_0_, allottedre2_.NF_NAMING_CODE as nf_namin7_7_0_, allottedre2_.NF_ROLE as nf_role8_7_0_, allottedre2_.NF_TYPE as nf_type9_7_0_, allottedre2_.PROVIDING_SERVICE_MODEL_INVARIANT_UUID as providi10_7_0_, allottedre2_.PROVIDING_SERVICE_MODEL_NAME as providi11_7_0_, allottedre2_.PROVIDING_SERVICE_MODEL_UUID as providi12_7_0_, allottedre2_.RESOURCE_INPUT as resourc13_7_0_, allottedre2_.TARGET_NETWORK_ROLE as target_14_7_0_, allottedre3_.MODEL_UUID as model_uu1_6_1_, allottedre3_.CREATION_TIMESTAMP as creation2_6_1_, allottedre3_.DESCRIPTION as descript3_6_1_, allottedre3_.MODEL_INVARIANT_UUID as model_in4_6_1_, allottedre3_.MODEL_NAME as model_na5_6_1_, allottedre3_.MODEL_VERSION as model_ve6_6_1_, allottedre3_.SUBCATEGORY as subcateg7_6_1_, allottedre3_.TOSCA_NODE_TYPE as tosca_no8_6_1_, toscacsar4_.ARTIFACT_UUID as artifact1_57_2_, toscacsar4_.ARTIFACT_CHECKSUM as artifact2_57_2_, toscacsar4_.CREATION_TIMESTAMP as creation3_57_2_, toscacsar4_.DESCRIPTION as descript4_57_2_, toscacsar4_.NAME as name5_57_2_, toscacsar4_.URL as url6_57_2_, toscacsar4_.Version as version7_57_2_ from service service0_ left outer join allotted_resource_customization_to_service allottedcu1_ on service0_.MODEL_UUID=allottedcu1_.SERVICE_MODEL_UUID left outer join allotted_resource_customization allottedre2_ on allottedcu1_.RESOURCE_MODEL_CUSTOMIZATION_UUID=allottedre2_.MODEL_CUSTOMIZATION_UUID left outer join allotted_resource allottedre3_ on allottedre2_.AR_MODEL_UUID=allottedre3_.MODEL_UUID left outer join tosca_csar toscacsar4_ on service0_.TOSCA_CSAR_ARTIFACT_UUID=toscacsar4_.ARTIFACT_UUID where service0_.MODEL_UUID=? Hibernate: select toscacsar0_.ARTIFACT_UUID as artifact1_57_1_, toscacsar0_.ARTIFACT_CHECKSUM as artifact2_57_1_, toscacsar0_.CREATION_TIMESTAMP as creation3_57_1_, toscacsar0_.DESCRIPTION as descript4_57_1_, toscacsar0_.NAME as name5_57_1_, toscacsar0_.URL as url6_57_1_, toscacsar0_.Version as version7_57_1_, services1_.TOSCA_CSAR_ARTIFACT_UUID as tosca_c21_50_3_, services1_.MODEL_UUID as model_uu1_50_3_, services1_.MODEL_UUID as model_uu1_50_0_, services1_.CDS_BLUEPRINT_NAME as cds_blue2_50_0_, services1_.CDS_BLUEPRINT_VERSION as cds_blue3_50_0_, services1_.SERVICE_CATEGORY as service_4_50_0_, services1_.CONTROLLER_ACTOR as controll5_50_0_, services1_.CREATION_TIMESTAMP as creation6_50_0_, services1_.TOSCA_CSAR_ARTIFACT_UUID as tosca_c21_50_0_, services1_.DESCRIPTION as descript7_50_0_, services1_.OVERALL_DISTRIBUTION_STATUS as overall_8_50_0_, services1_.ENVIRONMENT_CONTEXT as environm9_50_0_, services1_.MODEL_INVARIANT_UUID as model_i10_50_0_, services1_.MODEL_NAME as model_n11_50_0_, services1_.MODEL_VERSION as model_v12_50_0_, services1_.NAMING_POLICY as naming_13_50_0_, services1_.ONAP_GENERATED_NAMING as onap_ge14_50_0_, services1_.RESOURCE_ORDER as resourc15_50_0_, services1_.SERVICE_FUNCTION as service16_50_0_, services1_.SERVICE_ROLE as service17_50_0_, services1_.SERVICE_TYPE as service18_50_0_, services1_.SKIP_POST_INSTANTIATION_CONFIGURATION as skip_po19_50_0_, services1_.WORKLOAD_CONTEXT as workloa20_50_0_ from tosca_csar toscacsar0_ left outer join service services1_ on toscacsar0_.ARTIFACT_UUID=services1_.TOSCA_CSAR_ARTIFACT_UUID where toscacsar0_.ARTIFACT_UUID=? Hibernate: insert into tosca_csar (ARTIFACT_CHECKSUM, CREATION_TIMESTAMP, DESCRIPTION, NAME, URL, Version, ARTIFACT_UUID) values (?, ?, ?, ?, ?, ?, ?) Hibernate: insert into service (CDS_BLUEPRINT_NAME, CDS_BLUEPRINT_VERSION, SERVICE_CATEGORY, CONTROLLER_ACTOR, CREATION_TIMESTAMP, TOSCA_CSAR_ARTIFACT_UUID, DESCRIPTION, OVERALL_DISTRIBUTION_STATUS, ENVIRONMENT_CONTEXT, MODEL_INVARIANT_UUID, MODEL_NAME, MODEL_VERSION, NAMING_POLICY, ONAP_GENERATED_NAMING, RESOURCE_ORDER, SERVICE_FUNCTION, SERVICE_ROLE, SERVICE_TYPE, SKIP_POST_INSTANTIATION_CONFIGURATION, WORKLOAD_CONTEXT, MODEL_UUID) values (?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?) Hibernate: insert into service_info (SERVICE_MODEL_UUID, SERVICE_INPUT, SERVICE_PROPERTIES) values (?, ?, ?) Hibernate: select vnfresourc0_.MODEL_UUID as model_uu1_64_0_, vnfresourc0_.AIC_VERSION_MAX as aic_vers2_64_0_, vnfresourc0_.AIC_VERSION_MIN as aic_vers3_64_0_, vnfresourc0_.RESOURCE_CATEGORY as resource4_64_0_, vnfresourc0_.CREATION_TIMESTAMP as creation5_64_0_, vnfresourc0_.DESCRIPTION as descript6_64_0_, vnfresourc0_.HEAT_TEMPLATE_ARTIFACT_UUID as heat_te13_64_0_, vnfresourc0_.MODEL_INVARIANT_UUID as model_in7_64_0_, vnfresourc0_.MODEL_NAME as model_na8_64_0_, vnfresourc0_.MODEL_VERSION as model_ve9_64_0_, vnfresourc0_.ORCHESTRATION_MODE as orchest10_64_0_, vnfresourc0_.RESOURCE_SUB_CATEGORY as resourc11_64_0_, vnfresourc0_.TOSCA_NODE_TYPE as tosca_n12_64_0_ from vnf_resource vnfresourc0_ where vnfresourc0_.MODEL_UUID=? Hibernate: insert into vnf_resource (AIC_VERSION_MAX, AIC_VERSION_MIN, RESOURCE_CATEGORY, CREATION_TIMESTAMP, DESCRIPTION, HEAT_TEMPLATE_ARTIFACT_UUID, MODEL_INVARIANT_UUID, MODEL_NAME, MODEL_VERSION, ORCHESTRATION_MODE, RESOURCE_SUB_CATEGORY, TOSCA_NODE_TYPE, MODEL_UUID) values (?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?) Hibernate: insert into vnf_resource_customization (AVAILABILITY_ZONE_MAX_COUNT, CDS_BLUEPRINT_NAME, CDS_BLUEPRINT_VERSION, CONTROLLER_ACTOR, CREATION_TIMESTAMP, MAX_INSTANCES, MIN_INSTANCES, MODEL_CUSTOMIZATION_UUID, MODEL_INSTANCE_NAME, MULTI_STAGE_DESIGN, NF_DATA_VALID, NF_FUNCTION, NF_NAMING_CODE, NF_ROLE, NF_TYPE, RESOURCE_INPUT, SERVICE_MODEL_UUID, SKIP_POST_INSTANTIATION_CONFIGURATION, VNF_RESOURCE_MODEL_UUID, VNFCINSTANCEGROUP_ORDER) values (?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?) Hibernate: select heatenviro0_.ARTIFACT_UUID as artifact1_26_0_, heatenviro0_.ARTIFACT_CHECKSUM as artifact2_26_0_, heatenviro0_.CREATION_TIMESTAMP as creation3_26_0_, heatenviro0_.DESCRIPTION as descript4_26_0_, heatenviro0_.BODY as body5_26_0_, heatenviro0_.NAME as name6_26_0_, heatenviro0_.VERSION as version7_26_0_ from heat_environment heatenviro0_ where heatenviro0_.ARTIFACT_UUID=? Hibernate: select vfmodule0_.MODEL_UUID as model_uu1_59_4_, vfmodule0_.CREATION_TIMESTAMP as creation2_59_4_, vfmodule0_.DESCRIPTION as descript3_59_4_, vfmodule0_.IS_BASE as is_base4_59_4_, vfmodule0_.MODEL_INVARIANT_UUID as model_in5_59_4_, vfmodule0_.MODEL_NAME as model_na6_59_4_, vfmodule0_.MODEL_VERSION as model_ve7_59_4_, vfmodule0_.HEAT_TEMPLATE_ARTIFACT_UUID as heat_tem8_59_4_, vfmodule0_.VNF_RESOURCE_MODEL_UUID as vnf_reso9_59_4_, vfmodule0_.VOL_HEAT_TEMPLATE_ARTIFACT_UUID as vol_hea10_59_4_, heatfiles1_.VF_MODULE_MODEL_UUID as vf_modul1_61_6_, heatfiles2_.ARTIFACT_UUID as heat_fil2_61_6_, heatfiles2_.ARTIFACT_UUID as artifact1_27_0_, heatfiles2_.ARTIFACT_CHECKSUM as artifact2_27_0_, heatfiles2_.CREATION_TIMESTAMP as creation3_27_0_, heatfiles2_.DESCRIPTION as descript4_27_0_, heatfiles2_.BODY as body5_27_0_, heatfiles2_.NAME as name6_27_0_, heatfiles2_.VERSION as version7_27_0_, heattempla3_.ARTIFACT_UUID as artifact1_29_1_, heattempla3_.ARTIFACT_CHECKSUM as artifact2_29_1_, heattempla3_.CREATION_TIMESTAMP as creation3_29_1_, heattempla3_.DESCRIPTION as descript4_29_1_, heattempla3_.BODY as body5_29_1_, heattempla3_.NAME as name6_29_1_, heattempla3_.TIMEOUT_MINUTES as timeout_7_29_1_, heattempla3_.VERSION as version8_29_1_, vnfresourc4_.MODEL_UUID as model_uu1_64_2_, vnfresourc4_.AIC_VERSION_MAX as aic_vers2_64_2_, vnfresourc4_.AIC_VERSION_MIN as aic_vers3_64_2_, vnfresourc4_.RESOURCE_CATEGORY as resource4_64_2_, vnfresourc4_.CREATION_TIMESTAMP as creation5_64_2_, vnfresourc4_.DESCRIPTION as descript6_64_2_, vnfresourc4_.HEAT_TEMPLATE_ARTIFACT_UUID as heat_te13_64_2_, vnfresourc4_.MODEL_INVARIANT_UUID as model_in7_64_2_, vnfresourc4_.MODEL_NAME as model_na8_64_2_, vnfresourc4_.MODEL_VERSION as model_ve9_64_2_, vnfresourc4_.ORCHESTRATION_MODE as orchest10_64_2_, vnfresourc4_.RESOURCE_SUB_CATEGORY as resourc11_64_2_, vnfresourc4_.TOSCA_NODE_TYPE as tosca_n12_64_2_, heattempla5_.ARTIFACT_UUID as artifact1_29_3_, heattempla5_.ARTIFACT_CHECKSUM as artifact2_29_3_, heattempla5_.CREATION_TIMESTAMP as creation3_29_3_, heattempla5_.DESCRIPTION as descript4_29_3_, heattempla5_.BODY as body5_29_3_, heattempla5_.NAME as name6_29_3_, heattempla5_.TIMEOUT_MINUTES as timeout_7_29_3_, heattempla5_.VERSION as version8_29_3_ from vf_module vfmodule0_ left outer join vf_module_to_heat_files heatfiles1_ on vfmodule0_.MODEL_UUID=heatfiles1_.VF_MODULE_MODEL_UUID left outer join heat_files heatfiles2_ on heatfiles1_.HEAT_FILES_ARTIFACT_UUID=heatfiles2_.ARTIFACT_UUID left outer join heat_template heattempla3_ on vfmodule0_.HEAT_TEMPLATE_ARTIFACT_UUID=heattempla3_.ARTIFACT_UUID left outer join vnf_resource vnfresourc4_ on vfmodule0_.VNF_RESOURCE_MODEL_UUID=vnfresourc4_.MODEL_UUID left outer join heat_template heattempla5_ on vfmodule0_.VOL_HEAT_TEMPLATE_ARTIFACT_UUID=heattempla5_.ARTIFACT_UUID where vfmodule0_.MODEL_UUID=? Hibernate: select heattempla0_.ARTIFACT_UUID as artifact1_29_1_, heattempla0_.ARTIFACT_CHECKSUM as artifact2_29_1_, heattempla0_.CREATION_TIMESTAMP as creation3_29_1_, heattempla0_.DESCRIPTION as descript4_29_1_, heattempla0_.BODY as body5_29_1_, heattempla0_.NAME as name6_29_1_, heattempla0_.TIMEOUT_MINUTES as timeout_7_29_1_, heattempla0_.VERSION as version8_29_1_, childtempl1_.PARENT_HEAT_TEMPLATE_UUID as parent_h1_28_3_, heattempla2_.ARTIFACT_UUID as child_he2_28_3_, heattempla2_.ARTIFACT_UUID as artifact1_29_0_, heattempla2_.ARTIFACT_CHECKSUM as artifact2_29_0_, heattempla2_.CREATION_TIMESTAMP as creation3_29_0_, heattempla2_.DESCRIPTION as descript4_29_0_, heattempla2_.BODY as body5_29_0_, heattempla2_.NAME as name6_29_0_, heattempla2_.TIMEOUT_MINUTES as timeout_7_29_0_, heattempla2_.VERSION as version8_29_0_ from heat_template heattempla0_ left outer join heat_nested_template childtempl1_ on heattempla0_.ARTIFACT_UUID=childtempl1_.PARENT_HEAT_TEMPLATE_UUID left outer join heat_template heattempla2_ on childtempl1_.CHILD_HEAT_TEMPLATE_UUID=heattempla2_.ARTIFACT_UUID where heattempla0_.ARTIFACT_UUID=? Hibernate: select heattempla0_.HEAT_TEMPLATE_ARTIFACT_UUID as heat_tem1_30_0_, heattempla0_.PARAM_NAME as param_na2_30_0_, heattempla0_.PARAM_ALIAS as param_al3_30_0_, heattempla0_.PARAM_TYPE as param_ty4_30_0_, heattempla0_.IS_REQUIRED as is_requi5_30_0_ from heat_template_params heattempla0_ where heattempla0_.HEAT_TEMPLATE_ARTIFACT_UUID=? and heattempla0_.PARAM_NAME=? Hibernate: select heattempla0_.HEAT_TEMPLATE_ARTIFACT_UUID as heat_tem1_30_0_, heattempla0_.PARAM_NAME as param_na2_30_0_, heattempla0_.PARAM_ALIAS as param_al3_30_0_, heattempla0_.PARAM_TYPE as param_ty4_30_0_, heattempla0_.IS_REQUIRED as is_requi5_30_0_ from heat_template_params heattempla0_ where heattempla0_.HEAT_TEMPLATE_ARTIFACT_UUID=? and heattempla0_.PARAM_NAME=? Hibernate: select heattempla0_.HEAT_TEMPLATE_ARTIFACT_UUID as heat_tem1_30_0_, heattempla0_.PARAM_NAME as param_na2_30_0_, heattempla0_.PARAM_ALIAS as param_al3_30_0_, heattempla0_.PARAM_TYPE as param_ty4_30_0_, heattempla0_.IS_REQUIRED as is_requi5_30_0_ from heat_template_params heattempla0_ where heattempla0_.HEAT_TEMPLATE_ARTIFACT_UUID=? and heattempla0_.PARAM_NAME=? Hibernate: select heattempla0_.HEAT_TEMPLATE_ARTIFACT_UUID as heat_tem1_30_0_, heattempla0_.PARAM_NAME as param_na2_30_0_, heattempla0_.PARAM_ALIAS as param_al3_30_0_, heattempla0_.PARAM_TYPE as param_ty4_30_0_, heattempla0_.IS_REQUIRED as is_requi5_30_0_ from heat_template_params heattempla0_ where heattempla0_.HEAT_TEMPLATE_ARTIFACT_UUID=? and heattempla0_.PARAM_NAME=? Hibernate: select heattempla0_.HEAT_TEMPLATE_ARTIFACT_UUID as heat_tem1_30_0_, heattempla0_.PARAM_NAME as param_na2_30_0_, heattempla0_.PARAM_ALIAS as param_al3_30_0_, heattempla0_.PARAM_TYPE as param_ty4_30_0_, heattempla0_.IS_REQUIRED as is_requi5_30_0_ from heat_template_params heattempla0_ where heattempla0_.HEAT_TEMPLATE_ARTIFACT_UUID=? and heattempla0_.PARAM_NAME=? Hibernate: select heattempla0_.HEAT_TEMPLATE_ARTIFACT_UUID as heat_tem1_30_0_, heattempla0_.PARAM_NAME as param_na2_30_0_, heattempla0_.PARAM_ALIAS as param_al3_30_0_, heattempla0_.PARAM_TYPE as param_ty4_30_0_, heattempla0_.IS_REQUIRED as is_requi5_30_0_ from heat_template_params heattempla0_ where heattempla0_.HEAT_TEMPLATE_ARTIFACT_UUID=? and heattempla0_.PARAM_NAME=? Hibernate: select heattempla0_.HEAT_TEMPLATE_ARTIFACT_UUID as heat_tem1_30_0_, heattempla0_.PARAM_NAME as param_na2_30_0_, heattempla0_.PARAM_ALIAS as param_al3_30_0_, heattempla0_.PARAM_TYPE as param_ty4_30_0_, heattempla0_.IS_REQUIRED as is_requi5_30_0_ from heat_template_params heattempla0_ where heattempla0_.HEAT_TEMPLATE_ARTIFACT_UUID=? and heattempla0_.PARAM_NAME=? Hibernate: select heattempla0_.HEAT_TEMPLATE_ARTIFACT_UUID as heat_tem1_30_0_, heattempla0_.PARAM_NAME as param_na2_30_0_, heattempla0_.PARAM_ALIAS as param_al3_30_0_, heattempla0_.PARAM_TYPE as param_ty4_30_0_, heattempla0_.IS_REQUIRED as is_requi5_30_0_ from heat_template_params heattempla0_ where heattempla0_.HEAT_TEMPLATE_ARTIFACT_UUID=? and heattempla0_.PARAM_NAME=? Hibernate: select heattempla0_.HEAT_TEMPLATE_ARTIFACT_UUID as heat_tem1_30_0_, heattempla0_.PARAM_NAME as param_na2_30_0_, heattempla0_.PARAM_ALIAS as param_al3_30_0_, heattempla0_.PARAM_TYPE as param_ty4_30_0_, heattempla0_.IS_REQUIRED as is_requi5_30_0_ from heat_template_params heattempla0_ where heattempla0_.HEAT_TEMPLATE_ARTIFACT_UUID=? and heattempla0_.PARAM_NAME=? Hibernate: select heattempla0_.HEAT_TEMPLATE_ARTIFACT_UUID as heat_tem1_30_0_, heattempla0_.PARAM_NAME as param_na2_30_0_, heattempla0_.PARAM_ALIAS as param_al3_30_0_, heattempla0_.PARAM_TYPE as param_ty4_30_0_, heattempla0_.IS_REQUIRED as is_requi5_30_0_ from heat_template_params heattempla0_ where heattempla0_.HEAT_TEMPLATE_ARTIFACT_UUID=? and heattempla0_.PARAM_NAME=? Hibernate: select heattempla0_.HEAT_TEMPLATE_ARTIFACT_UUID as heat_tem1_30_0_, heattempla0_.PARAM_NAME as param_na2_30_0_, heattempla0_.PARAM_ALIAS as param_al3_30_0_, heattempla0_.PARAM_TYPE as param_ty4_30_0_, heattempla0_.IS_REQUIRED as is_requi5_30_0_ from heat_template_params heattempla0_ where heattempla0_.HEAT_TEMPLATE_ARTIFACT_UUID=? and heattempla0_.PARAM_NAME=? Hibernate: select heattempla0_.HEAT_TEMPLATE_ARTIFACT_UUID as heat_tem1_30_0_, heattempla0_.PARAM_NAME as param_na2_30_0_, heattempla0_.PARAM_ALIAS as param_al3_30_0_, heattempla0_.PARAM_TYPE as param_ty4_30_0_, heattempla0_.IS_REQUIRED as is_requi5_30_0_ from heat_template_params heattempla0_ where heattempla0_.HEAT_TEMPLATE_ARTIFACT_UUID=? and heattempla0_.PARAM_NAME=? Hibernate: select heattempla0_.HEAT_TEMPLATE_ARTIFACT_UUID as heat_tem1_30_0_, heattempla0_.PARAM_NAME as param_na2_30_0_, heattempla0_.PARAM_ALIAS as param_al3_30_0_, heattempla0_.PARAM_TYPE as param_ty4_30_0_, heattempla0_.IS_REQUIRED as is_requi5_30_0_ from heat_template_params heattempla0_ where heattempla0_.HEAT_TEMPLATE_ARTIFACT_UUID=? and heattempla0_.PARAM_NAME=? Hibernate: select heattempla0_.HEAT_TEMPLATE_ARTIFACT_UUID as heat_tem1_30_0_, heattempla0_.PARAM_NAME as param_na2_30_0_, heattempla0_.PARAM_ALIAS as param_al3_30_0_, heattempla0_.PARAM_TYPE as param_ty4_30_0_, heattempla0_.IS_REQUIRED as is_requi5_30_0_ from heat_template_params heattempla0_ where heattempla0_.HEAT_TEMPLATE_ARTIFACT_UUID=? and heattempla0_.PARAM_NAME=? Hibernate: select heattempla0_.HEAT_TEMPLATE_ARTIFACT_UUID as heat_tem1_30_0_, heattempla0_.PARAM_NAME as param_na2_30_0_, heattempla0_.PARAM_ALIAS as param_al3_30_0_, heattempla0_.PARAM_TYPE as param_ty4_30_0_, heattempla0_.IS_REQUIRED as is_requi5_30_0_ from heat_template_params heattempla0_ where heattempla0_.HEAT_TEMPLATE_ARTIFACT_UUID=? and heattempla0_.PARAM_NAME=? Hibernate: select heattempla0_.HEAT_TEMPLATE_ARTIFACT_UUID as heat_tem1_30_0_, heattempla0_.PARAM_NAME as param_na2_30_0_, heattempla0_.PARAM_ALIAS as param_al3_30_0_, heattempla0_.PARAM_TYPE as param_ty4_30_0_, heattempla0_.IS_REQUIRED as is_requi5_30_0_ from heat_template_params heattempla0_ where heattempla0_.HEAT_TEMPLATE_ARTIFACT_UUID=? and heattempla0_.PARAM_NAME=? Hibernate: select heattempla0_.HEAT_TEMPLATE_ARTIFACT_UUID as heat_tem1_30_0_, heattempla0_.PARAM_NAME as param_na2_30_0_, heattempla0_.PARAM_ALIAS as param_al3_30_0_, heattempla0_.PARAM_TYPE as param_ty4_30_0_, heattempla0_.IS_REQUIRED as is_requi5_30_0_ from heat_template_params heattempla0_ where heattempla0_.HEAT_TEMPLATE_ARTIFACT_UUID=? and heattempla0_.PARAM_NAME=? Hibernate: select heattempla0_.HEAT_TEMPLATE_ARTIFACT_UUID as heat_tem1_30_0_, heattempla0_.PARAM_NAME as param_na2_30_0_, heattempla0_.PARAM_ALIAS as param_al3_30_0_, heattempla0_.PARAM_TYPE as param_ty4_30_0_, heattempla0_.IS_REQUIRED as is_requi5_30_0_ from heat_template_params heattempla0_ where heattempla0_.HEAT_TEMPLATE_ARTIFACT_UUID=? and heattempla0_.PARAM_NAME=? Hibernate: select heattempla0_.HEAT_TEMPLATE_ARTIFACT_UUID as heat_tem1_30_0_, heattempla0_.PARAM_NAME as param_na2_30_0_, heattempla0_.PARAM_ALIAS as param_al3_30_0_, heattempla0_.PARAM_TYPE as param_ty4_30_0_, heattempla0_.IS_REQUIRED as is_requi5_30_0_ from heat_template_params heattempla0_ where heattempla0_.HEAT_TEMPLATE_ARTIFACT_UUID=? and heattempla0_.PARAM_NAME=? Hibernate: select heattempla0_.HEAT_TEMPLATE_ARTIFACT_UUID as heat_tem1_30_0_, heattempla0_.PARAM_NAME as param_na2_30_0_, heattempla0_.PARAM_ALIAS as param_al3_30_0_, heattempla0_.PARAM_TYPE as param_ty4_30_0_, heattempla0_.IS_REQUIRED as is_requi5_30_0_ from heat_template_params heattempla0_ where heattempla0_.HEAT_TEMPLATE_ARTIFACT_UUID=? and heattempla0_.PARAM_NAME=? Hibernate: select heattempla0_.HEAT_TEMPLATE_ARTIFACT_UUID as heat_tem1_30_0_, heattempla0_.PARAM_NAME as param_na2_30_0_, heattempla0_.PARAM_ALIAS as param_al3_30_0_, heattempla0_.PARAM_TYPE as param_ty4_30_0_, heattempla0_.IS_REQUIRED as is_requi5_30_0_ from heat_template_params heattempla0_ where heattempla0_.HEAT_TEMPLATE_ARTIFACT_UUID=? and heattempla0_.PARAM_NAME=? Hibernate: select heattempla0_.HEAT_TEMPLATE_ARTIFACT_UUID as heat_tem1_30_0_, heattempla0_.PARAM_NAME as param_na2_30_0_, heattempla0_.PARAM_ALIAS as param_al3_30_0_, heattempla0_.PARAM_TYPE as param_ty4_30_0_, heattempla0_.IS_REQUIRED as is_requi5_30_0_ from heat_template_params heattempla0_ where heattempla0_.HEAT_TEMPLATE_ARTIFACT_UUID=? and heattempla0_.PARAM_NAME=? Hibernate: select heattempla0_.HEAT_TEMPLATE_ARTIFACT_UUID as heat_tem1_30_0_, heattempla0_.PARAM_NAME as param_na2_30_0_, heattempla0_.PARAM_ALIAS as param_al3_30_0_, heattempla0_.PARAM_TYPE as param_ty4_30_0_, heattempla0_.IS_REQUIRED as is_requi5_30_0_ from heat_template_params heattempla0_ where heattempla0_.HEAT_TEMPLATE_ARTIFACT_UUID=? and heattempla0_.PARAM_NAME=? Hibernate: select heattempla0_.HEAT_TEMPLATE_ARTIFACT_UUID as heat_tem1_30_0_, heattempla0_.PARAM_NAME as param_na2_30_0_, heattempla0_.PARAM_ALIAS as param_al3_30_0_, heattempla0_.PARAM_TYPE as param_ty4_30_0_, heattempla0_.IS_REQUIRED as is_requi5_30_0_ from heat_template_params heattempla0_ where heattempla0_.HEAT_TEMPLATE_ARTIFACT_UUID=? and heattempla0_.PARAM_NAME=? Hibernate: select heattempla0_.HEAT_TEMPLATE_ARTIFACT_UUID as heat_tem1_30_0_, heattempla0_.PARAM_NAME as param_na2_30_0_, heattempla0_.PARAM_ALIAS as param_al3_30_0_, heattempla0_.PARAM_TYPE as param_ty4_30_0_, heattempla0_.IS_REQUIRED as is_requi5_30_0_ from heat_template_params heattempla0_ where heattempla0_.HEAT_TEMPLATE_ARTIFACT_UUID=? and heattempla0_.PARAM_NAME=? Hibernate: select heattempla0_.HEAT_TEMPLATE_ARTIFACT_UUID as heat_tem1_30_0_, heattempla0_.PARAM_NAME as param_na2_30_0_, heattempla0_.PARAM_ALIAS as param_al3_30_0_, heattempla0_.PARAM_TYPE as param_ty4_30_0_, heattempla0_.IS_REQUIRED as is_requi5_30_0_ from heat_template_params heattempla0_ where heattempla0_.HEAT_TEMPLATE_ARTIFACT_UUID=? and heattempla0_.PARAM_NAME=? Hibernate: select heattempla0_.HEAT_TEMPLATE_ARTIFACT_UUID as heat_tem1_30_0_, heattempla0_.PARAM_NAME as param_na2_30_0_, heattempla0_.PARAM_ALIAS as param_al3_30_0_, heattempla0_.PARAM_TYPE as param_ty4_30_0_, heattempla0_.IS_REQUIRED as is_requi5_30_0_ from heat_template_params heattempla0_ where heattempla0_.HEAT_TEMPLATE_ARTIFACT_UUID=? and heattempla0_.PARAM_NAME=? Hibernate: select heattempla0_.HEAT_TEMPLATE_ARTIFACT_UUID as heat_tem1_30_0_, heattempla0_.PARAM_NAME as param_na2_30_0_, heattempla0_.PARAM_ALIAS as param_al3_30_0_, heattempla0_.PARAM_TYPE as param_ty4_30_0_, heattempla0_.IS_REQUIRED as is_requi5_30_0_ from heat_template_params heattempla0_ where heattempla0_.HEAT_TEMPLATE_ARTIFACT_UUID=? and heattempla0_.PARAM_NAME=? Hibernate: select heattempla0_.HEAT_TEMPLATE_ARTIFACT_UUID as heat_tem1_30_0_, heattempla0_.PARAM_NAME as param_na2_30_0_, heattempla0_.PARAM_ALIAS as param_al3_30_0_, heattempla0_.PARAM_TYPE as param_ty4_30_0_, heattempla0_.IS_REQUIRED as is_requi5_30_0_ from heat_template_params heattempla0_ where heattempla0_.HEAT_TEMPLATE_ARTIFACT_UUID=? and heattempla0_.PARAM_NAME=? Hibernate: select heattempla0_.HEAT_TEMPLATE_ARTIFACT_UUID as heat_tem1_30_0_, heattempla0_.PARAM_NAME as param_na2_30_0_, heattempla0_.PARAM_ALIAS as param_al3_30_0_, heattempla0_.PARAM_TYPE as param_ty4_30_0_, heattempla0_.IS_REQUIRED as is_requi5_30_0_ from heat_template_params heattempla0_ where heattempla0_.HEAT_TEMPLATE_ARTIFACT_UUID=? and heattempla0_.PARAM_NAME=? Hibernate: select heattempla0_.HEAT_TEMPLATE_ARTIFACT_UUID as heat_tem1_30_0_, heattempla0_.PARAM_NAME as param_na2_30_0_, heattempla0_.PARAM_ALIAS as param_al3_30_0_, heattempla0_.PARAM_TYPE as param_ty4_30_0_, heattempla0_.IS_REQUIRED as is_requi5_30_0_ from heat_template_params heattempla0_ where heattempla0_.HEAT_TEMPLATE_ARTIFACT_UUID=? and heattempla0_.PARAM_NAME=? Hibernate: select heattempla0_.HEAT_TEMPLATE_ARTIFACT_UUID as heat_tem1_30_0_, heattempla0_.PARAM_NAME as param_na2_30_0_, heattempla0_.PARAM_ALIAS as param_al3_30_0_, heattempla0_.PARAM_TYPE as param_ty4_30_0_, heattempla0_.IS_REQUIRED as is_requi5_30_0_ from heat_template_params heattempla0_ where heattempla0_.HEAT_TEMPLATE_ARTIFACT_UUID=? and heattempla0_.PARAM_NAME=? Hibernate: select heattempla0_.HEAT_TEMPLATE_ARTIFACT_UUID as heat_tem1_30_0_, heattempla0_.PARAM_NAME as param_na2_30_0_, heattempla0_.PARAM_ALIAS as param_al3_30_0_, heattempla0_.PARAM_TYPE as param_ty4_30_0_, heattempla0_.IS_REQUIRED as is_requi5_30_0_ from heat_template_params heattempla0_ where heattempla0_.HEAT_TEMPLATE_ARTIFACT_UUID=? and heattempla0_.PARAM_NAME=? Hibernate: select heattempla0_.HEAT_TEMPLATE_ARTIFACT_UUID as heat_tem1_30_0_, heattempla0_.PARAM_NAME as param_na2_30_0_, heattempla0_.PARAM_ALIAS as param_al3_30_0_, heattempla0_.PARAM_TYPE as param_ty4_30_0_, heattempla0_.IS_REQUIRED as is_requi5_30_0_ from heat_template_params heattempla0_ where heattempla0_.HEAT_TEMPLATE_ARTIFACT_UUID=? and heattempla0_.PARAM_NAME=? Hibernate: select heattempla0_.HEAT_TEMPLATE_ARTIFACT_UUID as heat_tem1_30_0_, heattempla0_.PARAM_NAME as param_na2_30_0_, heattempla0_.PARAM_ALIAS as param_al3_30_0_, heattempla0_.PARAM_TYPE as param_ty4_30_0_, heattempla0_.IS_REQUIRED as is_requi5_30_0_ from heat_template_params heattempla0_ where heattempla0_.HEAT_TEMPLATE_ARTIFACT_UUID=? and heattempla0_.PARAM_NAME=? Hibernate: select heattempla0_.HEAT_TEMPLATE_ARTIFACT_UUID as heat_tem1_30_0_, heattempla0_.PARAM_NAME as param_na2_30_0_, heattempla0_.PARAM_ALIAS as param_al3_30_0_, heattempla0_.PARAM_TYPE as param_ty4_30_0_, heattempla0_.IS_REQUIRED as is_requi5_30_0_ from heat_template_params heattempla0_ where heattempla0_.HEAT_TEMPLATE_ARTIFACT_UUID=? and heattempla0_.PARAM_NAME=? Hibernate: select heattempla0_.HEAT_TEMPLATE_ARTIFACT_UUID as heat_tem1_30_0_, heattempla0_.PARAM_NAME as param_na2_30_0_, heattempla0_.PARAM_ALIAS as param_al3_30_0_, heattempla0_.PARAM_TYPE as param_ty4_30_0_, heattempla0_.IS_REQUIRED as is_requi5_30_0_ from heat_template_params heattempla0_ where heattempla0_.HEAT_TEMPLATE_ARTIFACT_UUID=? and heattempla0_.PARAM_NAME=? Hibernate: insert into heat_environment (ARTIFACT_CHECKSUM, CREATION_TIMESTAMP, DESCRIPTION, BODY, NAME, VERSION, ARTIFACT_UUID) values (?, ?, ?, ?, ?, ?, ?) Hibernate: insert into heat_template (ARTIFACT_CHECKSUM, CREATION_TIMESTAMP, DESCRIPTION, BODY, NAME, TIMEOUT_MINUTES, VERSION, ARTIFACT_UUID) values (?, ?, ?, ?, ?, ?, ?, ?) Hibernate: insert into heat_template_params (PARAM_ALIAS, PARAM_TYPE, IS_REQUIRED, HEAT_TEMPLATE_ARTIFACT_UUID, PARAM_NAME) values (?, ?, ?, ?, ?) Hibernate: insert into heat_template_params (PARAM_ALIAS, PARAM_TYPE, IS_REQUIRED, HEAT_TEMPLATE_ARTIFACT_UUID, PARAM_NAME) values (?, ?, ?, ?, ?) Hibernate: insert into heat_template_params (PARAM_ALIAS, PARAM_TYPE, IS_REQUIRED, HEAT_TEMPLATE_ARTIFACT_UUID, PARAM_NAME) values (?, ?, ?, ?, ?) Hibernate: insert into heat_template_params (PARAM_ALIAS, PARAM_TYPE, IS_REQUIRED, HEAT_TEMPLATE_ARTIFACT_UUID, PARAM_NAME) values (?, ?, ?, ?, ?) Hibernate: insert into heat_template_params (PARAM_ALIAS, PARAM_TYPE, IS_REQUIRED, HEAT_TEMPLATE_ARTIFACT_UUID, PARAM_NAME) values (?, ?, ?, ?, ?) Hibernate: insert into heat_template_params (PARAM_ALIAS, PARAM_TYPE, IS_REQUIRED, HEAT_TEMPLATE_ARTIFACT_UUID, PARAM_NAME) values (?, ?, ?, ?, ?) Hibernate: insert into heat_template_params (PARAM_ALIAS, PARAM_TYPE, IS_REQUIRED, HEAT_TEMPLATE_ARTIFACT_UUID, PARAM_NAME) values (?, ?, ?, ?, ?) Hibernate: insert into heat_template_params (PARAM_ALIAS, PARAM_TYPE, IS_REQUIRED, HEAT_TEMPLATE_ARTIFACT_UUID, PARAM_NAME) values (?, ?, ?, ?, ?) Hibernate: insert into heat_template_params (PARAM_ALIAS, PARAM_TYPE, IS_REQUIRED, HEAT_TEMPLATE_ARTIFACT_UUID, PARAM_NAME) values (?, ?, ?, ?, ?) Hibernate: insert into heat_template_params (PARAM_ALIAS, PARAM_TYPE, IS_REQUIRED, HEAT_TEMPLATE_ARTIFACT_UUID, PARAM_NAME) values (?, ?, ?, ?, ?) Hibernate: insert into heat_template_params (PARAM_ALIAS, PARAM_TYPE, IS_REQUIRED, HEAT_TEMPLATE_ARTIFACT_UUID, PARAM_NAME) values (?, ?, ?, ?, ?) Hibernate: insert into heat_template_params (PARAM_ALIAS, PARAM_TYPE, IS_REQUIRED, HEAT_TEMPLATE_ARTIFACT_UUID, PARAM_NAME) values (?, ?, ?, ?, ?) Hibernate: insert into heat_template_params (PARAM_ALIAS, PARAM_TYPE, IS_REQUIRED, HEAT_TEMPLATE_ARTIFACT_UUID, PARAM_NAME) values (?, ?, ?, ?, ?) Hibernate: insert into heat_template_params (PARAM_ALIAS, PARAM_TYPE, IS_REQUIRED, HEAT_TEMPLATE_ARTIFACT_UUID, PARAM_NAME) values (?, ?, ?, ?, ?) Hibernate: insert into heat_template_params (PARAM_ALIAS, PARAM_TYPE, IS_REQUIRED, HEAT_TEMPLATE_ARTIFACT_UUID, PARAM_NAME) values (?, ?, ?, ?, ?) Hibernate: insert into heat_template_params (PARAM_ALIAS, PARAM_TYPE, IS_REQUIRED, HEAT_TEMPLATE_ARTIFACT_UUID, PARAM_NAME) values (?, ?, ?, ?, ?) Hibernate: insert into heat_template_params (PARAM_ALIAS, PARAM_TYPE, IS_REQUIRED, HEAT_TEMPLATE_ARTIFACT_UUID, PARAM_NAME) values (?, ?, ?, ?, ?) Hibernate: insert into heat_template_params (PARAM_ALIAS, PARAM_TYPE, IS_REQUIRED, HEAT_TEMPLATE_ARTIFACT_UUID, PARAM_NAME) values (?, ?, ?, ?, ?) Hibernate: insert into heat_template_params (PARAM_ALIAS, PARAM_TYPE, IS_REQUIRED, HEAT_TEMPLATE_ARTIFACT_UUID, PARAM_NAME) values (?, ?, ?, ?, ?) Hibernate: insert into heat_template_params (PARAM_ALIAS, PARAM_TYPE, IS_REQUIRED, HEAT_TEMPLATE_ARTIFACT_UUID, PARAM_NAME) values (?, ?, ?, ?, ?) Hibernate: insert into heat_template_params (PARAM_ALIAS, PARAM_TYPE, IS_REQUIRED, HEAT_TEMPLATE_ARTIFACT_UUID, PARAM_NAME) values (?, ?, ?, ?, ?) Hibernate: insert into heat_template_params (PARAM_ALIAS, PARAM_TYPE, IS_REQUIRED, HEAT_TEMPLATE_ARTIFACT_UUID, PARAM_NAME) values (?, ?, ?, ?, ?) Hibernate: insert into heat_template_params (PARAM_ALIAS, PARAM_TYPE, IS_REQUIRED, HEAT_TEMPLATE_ARTIFACT_UUID, PARAM_NAME) values (?, ?, ?, ?, ?) Hibernate: insert into heat_template_params (PARAM_ALIAS, PARAM_TYPE, IS_REQUIRED, HEAT_TEMPLATE_ARTIFACT_UUID, PARAM_NAME) values (?, ?, ?, ?, ?) Hibernate: insert into heat_template_params (PARAM_ALIAS, PARAM_TYPE, IS_REQUIRED, HEAT_TEMPLATE_ARTIFACT_UUID, PARAM_NAME) values (?, ?, ?, ?, ?) Hibernate: insert into heat_template_params (PARAM_ALIAS, PARAM_TYPE, IS_REQUIRED, HEAT_TEMPLATE_ARTIFACT_UUID, PARAM_NAME) values (?, ?, ?, ?, ?) Hibernate: insert into heat_template_params (PARAM_ALIAS, PARAM_TYPE, IS_REQUIRED, HEAT_TEMPLATE_ARTIFACT_UUID, PARAM_NAME) values (?, ?, ?, ?, ?) Hibernate: insert into heat_template_params (PARAM_ALIAS, PARAM_TYPE, IS_REQUIRED, HEAT_TEMPLATE_ARTIFACT_UUID, PARAM_NAME) values (?, ?, ?, ?, ?) Hibernate: insert into heat_template_params (PARAM_ALIAS, PARAM_TYPE, IS_REQUIRED, HEAT_TEMPLATE_ARTIFACT_UUID, PARAM_NAME) values (?, ?, ?, ?, ?) Hibernate: insert into heat_template_params (PARAM_ALIAS, PARAM_TYPE, IS_REQUIRED, HEAT_TEMPLATE_ARTIFACT_UUID, PARAM_NAME) values (?, ?, ?, ?, ?) Hibernate: insert into heat_template_params (PARAM_ALIAS, PARAM_TYPE, IS_REQUIRED, HEAT_TEMPLATE_ARTIFACT_UUID, PARAM_NAME) values (?, ?, ?, ?, ?) Hibernate: insert into heat_template_params (PARAM_ALIAS, PARAM_TYPE, IS_REQUIRED, HEAT_TEMPLATE_ARTIFACT_UUID, PARAM_NAME) values (?, ?, ?, ?, ?) Hibernate: insert into heat_template_params (PARAM_ALIAS, PARAM_TYPE, IS_REQUIRED, HEAT_TEMPLATE_ARTIFACT_UUID, PARAM_NAME) values (?, ?, ?, ?, ?) Hibernate: insert into heat_template_params (PARAM_ALIAS, PARAM_TYPE, IS_REQUIRED, HEAT_TEMPLATE_ARTIFACT_UUID, PARAM_NAME) values (?, ?, ?, ?, ?) Hibernate: insert into heat_template_params (PARAM_ALIAS, PARAM_TYPE, IS_REQUIRED, HEAT_TEMPLATE_ARTIFACT_UUID, PARAM_NAME) values (?, ?, ?, ?, ?) Hibernate: insert into heat_template_params (PARAM_ALIAS, PARAM_TYPE, IS_REQUIRED, HEAT_TEMPLATE_ARTIFACT_UUID, PARAM_NAME) values (?, ?, ?, ?, ?) Hibernate: insert into heat_template_params (PARAM_ALIAS, PARAM_TYPE, IS_REQUIRED, HEAT_TEMPLATE_ARTIFACT_UUID, PARAM_NAME) values (?, ?, ?, ?, ?) Hibernate: insert into vf_module (CREATION_TIMESTAMP, DESCRIPTION, IS_BASE, MODEL_INVARIANT_UUID, MODEL_NAME, MODEL_VERSION, HEAT_TEMPLATE_ARTIFACT_UUID, VNF_RESOURCE_MODEL_UUID, VOL_HEAT_TEMPLATE_ARTIFACT_UUID, MODEL_UUID) values (?, ?, ?, ?, ?, ?, ?, ?, ?, ?) Hibernate: insert into vf_module_customization (AVAILABILITY_ZONE_COUNT, CREATION_TIMESTAMP, HEAT_ENVIRONMENT_ARTIFACT_UUID, INITIAL_COUNT, LABEL, MAX_INSTANCES, MIN_INSTANCES, MODEL_CUSTOMIZATION_UUID, SKIP_POST_INSTANTIATION_CONFIGURATION, VF_MODULE_MODEL_UUID, VNF_RESOURCE_CUSTOMIZATION_ID, VOL_ENVIRONMENT_ARTIFACT_UUID) values (?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?) Hibernate: select vnfccustom0_.MODEL_CUSTOMIZATION_UUID as model_cu1_67_5_, vnfccustom0_.CREATION_TIMESTAMP as creation2_67_5_, vnfccustom0_.DESCRIPTION as descript3_67_5_, vnfccustom0_.MODEL_INSTANCE_NAME as model_in4_67_5_, vnfccustom0_.MODEL_INVARIANT_UUID as model_in5_67_5_, vnfccustom0_.MODEL_NAME as model_na6_67_5_, vnfccustom0_.MODEL_UUID as model_uu7_67_5_, vnfccustom0_.MODEL_VERSION as model_ve8_67_5_, vnfccustom0_.RESOURCE_INPUT as resource9_67_5_, vnfccustom0_.TOSCA_NODE_TYPE as tosca_n10_67_5_, vnfccustom0_.VNFC_INSTANCE_GROUP_CUSTOMIZATION_ID as vnfc_in11_67_5_, cvnfccusto1_.VNFC_CUST_MODEL_CUSTOMIZATION_UUID as vnfc_cu14_24_7_, cvnfccusto1_.ID as id1_24_7_, cvnfccusto1_.ID as id1_24_0_, cvnfccusto1_.CREATION_TIMESTAMP as creation2_24_0_, cvnfccusto1_.DESCRIPTION as descript3_24_0_, cvnfccusto1_.MODEL_CUSTOMIZATION_UUID as model_cu4_24_0_, cvnfccusto1_.MODEL_INSTANCE_NAME as model_in5_24_0_, cvnfccusto1_.MODEL_INVARIANT_UUID as model_in6_24_0_, cvnfccusto1_.MODEL_NAME as model_na7_24_0_, cvnfccusto1_.MODEL_UUID as model_uu8_24_0_, cvnfccusto1_.MODEL_VERSION as model_ve9_24_0_, cvnfccusto1_.NFC_FUNCTION as nfc_fun10_24_0_, cvnfccusto1_.NFC_NAMING_CODE as nfc_nam11_24_0_, cvnfccusto1_.TOSCA_NODE_TYPE as tosca_n12_24_0_, cvnfccusto1_.VF_MODULE_CUSTOMIZATION_ID as vf_modu13_24_0_, cvnfccusto1_.VNFC_CUST_MODEL_CUSTOMIZATION_UUID as vnfc_cu14_24_0_, vfmodulecu2_.ID as id1_60_1_, vfmodulecu2_.AVAILABILITY_ZONE_COUNT as availabi2_60_1_, vfmodulecu2_.CREATION_TIMESTAMP as creation3_60_1_, vfmodulecu2_.HEAT_ENVIRONMENT_ARTIFACT_UUID as heat_en10_60_1_, vfmodulecu2_.INITIAL_COUNT as initial_4_60_1_, vfmodulecu2_.LABEL as label5_60_1_, vfmodulecu2_.MAX_INSTANCES as max_inst6_60_1_, vfmodulecu2_.MIN_INSTANCES as min_inst7_60_1_, vfmodulecu2_.MODEL_CUSTOMIZATION_UUID as model_cu8_60_1_, vfmodulecu2_.SKIP_POST_INSTANTIATION_CONFIGURATION as skip_pos9_60_1_, vfmodulecu2_.VF_MODULE_MODEL_UUID as vf_modu11_60_1_, vfmodulecu2_.VNF_RESOURCE_CUSTOMIZATION_ID as vnf_res12_60_1_, vfmodulecu2_.VOL_ENVIRONMENT_ARTIFACT_UUID as vol_env13_60_1_, vnfcinstan3_.ID as id1_68_2_, vnfcinstan3_.CREATION_TIMESTAMP as creation2_68_2_, vnfcinstan3_.DESCRIPTION as descript3_68_2_, vnfcinstan3_.FUNCTION as function4_68_2_, vnfcinstan3_.INSTANCE_GROUP_MODEL_UUID as instance5_68_2_, vnfcinstan3_.VNF_RESOURCE_CUSTOMIZATION_ID as vnf_reso6_68_2_, instancegr4_.MODEL_UUID as model_uu2_33_3_, instancegr4_.CR_MODEL_UUID as cr_mode10_33_3_, instancegr4_.CREATION_TIMESTAMP as creation3_33_3_, instancegr4_.MODEL_INVARIANT_UUID as model_in4_33_3_, instancegr4_.MODEL_NAME as model_na5_33_3_, instancegr4_.MODEL_VERSION as model_ve6_33_3_, instancegr4_.ROLE as role7_33_3_, instancegr4_.TOSCA_NODE_TYPE as tosca_no8_33_3_, instancegr4_.INSTANCE_GROUP_TYPE as instance9_33_3_, instancegr4_.OBJECT_TYPE as object_t1_33_3_, vnfresourc5_.ID as id1_65_4_, vnfresourc5_.AVAILABILITY_ZONE_MAX_COUNT as availabi2_65_4_, vnfresourc5_.CDS_BLUEPRINT_NAME as cds_blue3_65_4_, vnfresourc5_.CDS_BLUEPRINT_VERSION as cds_blue4_65_4_, vnfresourc5_.CONTROLLER_ACTOR as controll5_65_4_, vnfresourc5_.CREATION_TIMESTAMP as creation6_65_4_, vnfresourc5_.MAX_INSTANCES as max_inst7_65_4_, vnfresourc5_.MIN_INSTANCES as min_inst8_65_4_, vnfresourc5_.MODEL_CUSTOMIZATION_UUID as model_cu9_65_4_, vnfresourc5_.MODEL_INSTANCE_NAME as model_i10_65_4_, vnfresourc5_.MULTI_STAGE_DESIGN as multi_s11_65_4_, vnfresourc5_.NF_DATA_VALID as nf_data12_65_4_, vnfresourc5_.NF_FUNCTION as nf_func13_65_4_, vnfresourc5_.NF_NAMING_CODE as nf_nami14_65_4_, vnfresourc5_.NF_ROLE as nf_role15_65_4_, vnfresourc5_.NF_TYPE as nf_type16_65_4_, vnfresourc5_.RESOURCE_INPUT as resourc17_65_4_, vnfresourc5_.SERVICE_MODEL_UUID as service20_65_4_, vnfresourc5_.SKIP_POST_INSTANTIATION_CONFIGURATION as skip_po18_65_4_, vnfresourc5_.VNF_RESOURCE_MODEL_UUID as vnf_res21_65_4_, vnfresourc5_.VNFCINSTANCEGROUP_ORDER as vnfcins19_65_4_ from vnfc_customization vnfccustom0_ left outer join cvnfc_customization cvnfccusto1_ on vnfccustom0_.MODEL_CUSTOMIZATION_UUID=cvnfccusto1_.VNFC_CUST_MODEL_CUSTOMIZATION_UUID left outer join vf_module_customization vfmodulecu2_ on cvnfccusto1_.VF_MODULE_CUSTOMIZATION_ID=vfmodulecu2_.ID left outer join vnfc_instance_group_customization vnfcinstan3_ on vnfccustom0_.VNFC_INSTANCE_GROUP_CUSTOMIZATION_ID=vnfcinstan3_.ID left outer join instance_group instancegr4_ on vnfcinstan3_.INSTANCE_GROUP_MODEL_UUID=instancegr4_.MODEL_UUID left outer join vnf_resource_customization vnfresourc5_ on vnfcinstan3_.VNF_RESOURCE_CUSTOMIZATION_ID=vnfresourc5_.ID where vnfccustom0_.MODEL_CUSTOMIZATION_UUID=? Hibernate: insert into vnfc_customization (CREATION_TIMESTAMP, DESCRIPTION, MODEL_INSTANCE_NAME, MODEL_INVARIANT_UUID, MODEL_NAME, MODEL_UUID, MODEL_VERSION, RESOURCE_INPUT, TOSCA_NODE_TYPE, VNFC_INSTANCE_GROUP_CUSTOMIZATION_ID, MODEL_CUSTOMIZATION_UUID) values (?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?) Hibernate: insert into cvnfc_customization (CREATION_TIMESTAMP, DESCRIPTION, MODEL_CUSTOMIZATION_UUID, MODEL_INSTANCE_NAME, MODEL_INVARIANT_UUID, MODEL_NAME, MODEL_UUID, MODEL_VERSION, NFC_FUNCTION, NFC_NAMING_CODE, TOSCA_NODE_TYPE, VF_MODULE_CUSTOMIZATION_ID, VNFC_CUST_MODEL_CUSTOMIZATION_UUID) values (?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?) Hibernate: select vnfccustom0_.MODEL_CUSTOMIZATION_UUID as model_cu1_67_5_, vnfccustom0_.CREATION_TIMESTAMP as creation2_67_5_, vnfccustom0_.DESCRIPTION as descript3_67_5_, vnfccustom0_.MODEL_INSTANCE_NAME as model_in4_67_5_, vnfccustom0_.MODEL_INVARIANT_UUID as model_in5_67_5_, vnfccustom0_.MODEL_NAME as model_na6_67_5_, vnfccustom0_.MODEL_UUID as model_uu7_67_5_, vnfccustom0_.MODEL_VERSION as model_ve8_67_5_, vnfccustom0_.RESOURCE_INPUT as resource9_67_5_, vnfccustom0_.TOSCA_NODE_TYPE as tosca_n10_67_5_, vnfccustom0_.VNFC_INSTANCE_GROUP_CUSTOMIZATION_ID as vnfc_in11_67_5_, cvnfccusto1_.VNFC_CUST_MODEL_CUSTOMIZATION_UUID as vnfc_cu14_24_7_, cvnfccusto1_.ID as id1_24_7_, cvnfccusto1_.ID as id1_24_0_, cvnfccusto1_.CREATION_TIMESTAMP as creation2_24_0_, cvnfccusto1_.DESCRIPTION as descript3_24_0_, cvnfccusto1_.MODEL_CUSTOMIZATION_UUID as model_cu4_24_0_, cvnfccusto1_.MODEL_INSTANCE_NAME as model_in5_24_0_, cvnfccusto1_.MODEL_INVARIANT_UUID as model_in6_24_0_, cvnfccusto1_.MODEL_NAME as model_na7_24_0_, cvnfccusto1_.MODEL_UUID as model_uu8_24_0_, cvnfccusto1_.MODEL_VERSION as model_ve9_24_0_, cvnfccusto1_.NFC_FUNCTION as nfc_fun10_24_0_, cvnfccusto1_.NFC_NAMING_CODE as nfc_nam11_24_0_, cvnfccusto1_.TOSCA_NODE_TYPE as tosca_n12_24_0_, cvnfccusto1_.VF_MODULE_CUSTOMIZATION_ID as vf_modu13_24_0_, cvnfccusto1_.VNFC_CUST_MODEL_CUSTOMIZATION_UUID as vnfc_cu14_24_0_, vfmodulecu2_.ID as id1_60_1_, vfmodulecu2_.AVAILABILITY_ZONE_COUNT as availabi2_60_1_, vfmodulecu2_.CREATION_TIMESTAMP as creation3_60_1_, vfmodulecu2_.HEAT_ENVIRONMENT_ARTIFACT_UUID as heat_en10_60_1_, vfmodulecu2_.INITIAL_COUNT as initial_4_60_1_, vfmodulecu2_.LABEL as label5_60_1_, vfmodulecu2_.MAX_INSTANCES as max_inst6_60_1_, vfmodulecu2_.MIN_INSTANCES as min_inst7_60_1_, vfmodulecu2_.MODEL_CUSTOMIZATION_UUID as model_cu8_60_1_, vfmodulecu2_.SKIP_POST_INSTANTIATION_CONFIGURATION as skip_pos9_60_1_, vfmodulecu2_.VF_MODULE_MODEL_UUID as vf_modu11_60_1_, vfmodulecu2_.VNF_RESOURCE_CUSTOMIZATION_ID as vnf_res12_60_1_, vfmodulecu2_.VOL_ENVIRONMENT_ARTIFACT_UUID as vol_env13_60_1_, vnfcinstan3_.ID as id1_68_2_, vnfcinstan3_.CREATION_TIMESTAMP as creation2_68_2_, vnfcinstan3_.DESCRIPTION as descript3_68_2_, vnfcinstan3_.FUNCTION as function4_68_2_, vnfcinstan3_.INSTANCE_GROUP_MODEL_UUID as instance5_68_2_, vnfcinstan3_.VNF_RESOURCE_CUSTOMIZATION_ID as vnf_reso6_68_2_, instancegr4_.MODEL_UUID as model_uu2_33_3_, instancegr4_.CR_MODEL_UUID as cr_mode10_33_3_, instancegr4_.CREATION_TIMESTAMP as creation3_33_3_, instancegr4_.MODEL_INVARIANT_UUID as model_in4_33_3_, instancegr4_.MODEL_NAME as model_na5_33_3_, instancegr4_.MODEL_VERSION as model_ve6_33_3_, instancegr4_.ROLE as role7_33_3_, instancegr4_.TOSCA_NODE_TYPE as tosca_no8_33_3_, instancegr4_.INSTANCE_GROUP_TYPE as instance9_33_3_, instancegr4_.OBJECT_TYPE as object_t1_33_3_, vnfresourc5_.ID as id1_65_4_, vnfresourc5_.AVAILABILITY_ZONE_MAX_COUNT as availabi2_65_4_, vnfresourc5_.CDS_BLUEPRINT_NAME as cds_blue3_65_4_, vnfresourc5_.CDS_BLUEPRINT_VERSION as cds_blue4_65_4_, vnfresourc5_.CONTROLLER_ACTOR as controll5_65_4_, vnfresourc5_.CREATION_TIMESTAMP as creation6_65_4_, vnfresourc5_.MAX_INSTANCES as max_inst7_65_4_, vnfresourc5_.MIN_INSTANCES as min_inst8_65_4_, vnfresourc5_.MODEL_CUSTOMIZATION_UUID as model_cu9_65_4_, vnfresourc5_.MODEL_INSTANCE_NAME as model_i10_65_4_, vnfresourc5_.MULTI_STAGE_DESIGN as multi_s11_65_4_, vnfresourc5_.NF_DATA_VALID as nf_data12_65_4_, vnfresourc5_.NF_FUNCTION as nf_func13_65_4_, vnfresourc5_.NF_NAMING_CODE as nf_nami14_65_4_, vnfresourc5_.NF_ROLE as nf_role15_65_4_, vnfresourc5_.NF_TYPE as nf_type16_65_4_, vnfresourc5_.RESOURCE_INPUT as resourc17_65_4_, vnfresourc5_.SERVICE_MODEL_UUID as service20_65_4_, vnfresourc5_.SKIP_POST_INSTANTIATION_CONFIGURATION as skip_po18_65_4_, vnfresourc5_.VNF_RESOURCE_MODEL_UUID as vnf_res21_65_4_, vnfresourc5_.VNFCINSTANCEGROUP_ORDER as vnfcins19_65_4_ from vnfc_customization vnfccustom0_ left outer join cvnfc_customization cvnfccusto1_ on vnfccustom0_.MODEL_CUSTOMIZATION_UUID=cvnfccusto1_.VNFC_CUST_MODEL_CUSTOMIZATION_UUID left outer join vf_module_customization vfmodulecu2_ on cvnfccusto1_.VF_MODULE_CUSTOMIZATION_ID=vfmodulecu2_.ID left outer join vnfc_instance_group_customization vnfcinstan3_ on vnfccustom0_.VNFC_INSTANCE_GROUP_CUSTOMIZATION_ID=vnfcinstan3_.ID left outer join instance_group instancegr4_ on vnfcinstan3_.INSTANCE_GROUP_MODEL_UUID=instancegr4_.MODEL_UUID left outer join vnf_resource_customization vnfresourc5_ on vnfcinstan3_.VNF_RESOURCE_CUSTOMIZATION_ID=vnfresourc5_.ID where vnfccustom0_.MODEL_CUSTOMIZATION_UUID=? Hibernate: insert into vnfc_customization (CREATION_TIMESTAMP, DESCRIPTION, MODEL_INSTANCE_NAME, MODEL_INVARIANT_UUID, MODEL_NAME, MODEL_UUID, MODEL_VERSION, RESOURCE_INPUT, TOSCA_NODE_TYPE, VNFC_INSTANCE_GROUP_CUSTOMIZATION_ID, MODEL_CUSTOMIZATION_UUID) values (?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?) Hibernate: insert into cvnfc_customization (CREATION_TIMESTAMP, DESCRIPTION, MODEL_CUSTOMIZATION_UUID, MODEL_INSTANCE_NAME, MODEL_INVARIANT_UUID, MODEL_NAME, MODEL_UUID, MODEL_VERSION, NFC_FUNCTION, NFC_NAMING_CODE, TOSCA_NODE_TYPE, VF_MODULE_CUSTOMIZATION_ID, VNFC_CUST_MODEL_CUSTOMIZATION_UUID) values (?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?) Hibernate: select vnfccustom0_.MODEL_CUSTOMIZATION_UUID as model_cu1_67_5_, vnfccustom0_.CREATION_TIMESTAMP as creation2_67_5_, vnfccustom0_.DESCRIPTION as descript3_67_5_, vnfccustom0_.MODEL_INSTANCE_NAME as model_in4_67_5_, vnfccustom0_.MODEL_INVARIANT_UUID as model_in5_67_5_, vnfccustom0_.MODEL_NAME as model_na6_67_5_, vnfccustom0_.MODEL_UUID as model_uu7_67_5_, vnfccustom0_.MODEL_VERSION as model_ve8_67_5_, vnfccustom0_.RESOURCE_INPUT as resource9_67_5_, vnfccustom0_.TOSCA_NODE_TYPE as tosca_n10_67_5_, vnfccustom0_.VNFC_INSTANCE_GROUP_CUSTOMIZATION_ID as vnfc_in11_67_5_, cvnfccusto1_.VNFC_CUST_MODEL_CUSTOMIZATION_UUID as vnfc_cu14_24_7_, cvnfccusto1_.ID as id1_24_7_, cvnfccusto1_.ID as id1_24_0_, cvnfccusto1_.CREATION_TIMESTAMP as creation2_24_0_, cvnfccusto1_.DESCRIPTION as descript3_24_0_, cvnfccusto1_.MODEL_CUSTOMIZATION_UUID as model_cu4_24_0_, cvnfccusto1_.MODEL_INSTANCE_NAME as model_in5_24_0_, cvnfccusto1_.MODEL_INVARIANT_UUID as model_in6_24_0_, cvnfccusto1_.MODEL_NAME as model_na7_24_0_, cvnfccusto1_.MODEL_UUID as model_uu8_24_0_, cvnfccusto1_.MODEL_VERSION as model_ve9_24_0_, cvnfccusto1_.NFC_FUNCTION as nfc_fun10_24_0_, cvnfccusto1_.NFC_NAMING_CODE as nfc_nam11_24_0_, cvnfccusto1_.TOSCA_NODE_TYPE as tosca_n12_24_0_, cvnfccusto1_.VF_MODULE_CUSTOMIZATION_ID as vf_modu13_24_0_, cvnfccusto1_.VNFC_CUST_MODEL_CUSTOMIZATION_UUID as vnfc_cu14_24_0_, vfmodulecu2_.ID as id1_60_1_, vfmodulecu2_.AVAILABILITY_ZONE_COUNT as availabi2_60_1_, vfmodulecu2_.CREATION_TIMESTAMP as creation3_60_1_, vfmodulecu2_.HEAT_ENVIRONMENT_ARTIFACT_UUID as heat_en10_60_1_, vfmodulecu2_.INITIAL_COUNT as initial_4_60_1_, vfmodulecu2_.LABEL as label5_60_1_, vfmodulecu2_.MAX_INSTANCES as max_inst6_60_1_, vfmodulecu2_.MIN_INSTANCES as min_inst7_60_1_, vfmodulecu2_.MODEL_CUSTOMIZATION_UUID as model_cu8_60_1_, vfmodulecu2_.SKIP_POST_INSTANTIATION_CONFIGURATION as skip_pos9_60_1_, vfmodulecu2_.VF_MODULE_MODEL_UUID as vf_modu11_60_1_, vfmodulecu2_.VNF_RESOURCE_CUSTOMIZATION_ID as vnf_res12_60_1_, vfmodulecu2_.VOL_ENVIRONMENT_ARTIFACT_UUID as vol_env13_60_1_, vnfcinstan3_.ID as id1_68_2_, vnfcinstan3_.CREATION_TIMESTAMP as creation2_68_2_, vnfcinstan3_.DESCRIPTION as descript3_68_2_, vnfcinstan3_.FUNCTION as function4_68_2_, vnfcinstan3_.INSTANCE_GROUP_MODEL_UUID as instance5_68_2_, vnfcinstan3_.VNF_RESOURCE_CUSTOMIZATION_ID as vnf_reso6_68_2_, instancegr4_.MODEL_UUID as model_uu2_33_3_, instancegr4_.CR_MODEL_UUID as cr_mode10_33_3_, instancegr4_.CREATION_TIMESTAMP as creation3_33_3_, instancegr4_.MODEL_INVARIANT_UUID as model_in4_33_3_, instancegr4_.MODEL_NAME as model_na5_33_3_, instancegr4_.MODEL_VERSION as model_ve6_33_3_, instancegr4_.ROLE as role7_33_3_, instancegr4_.TOSCA_NODE_TYPE as tosca_no8_33_3_, instancegr4_.INSTANCE_GROUP_TYPE as instance9_33_3_, instancegr4_.OBJECT_TYPE as object_t1_33_3_, vnfresourc5_.ID as id1_65_4_, vnfresourc5_.AVAILABILITY_ZONE_MAX_COUNT as availabi2_65_4_, vnfresourc5_.CDS_BLUEPRINT_NAME as cds_blue3_65_4_, vnfresourc5_.CDS_BLUEPRINT_VERSION as cds_blue4_65_4_, vnfresourc5_.CONTROLLER_ACTOR as controll5_65_4_, vnfresourc5_.CREATION_TIMESTAMP as creation6_65_4_, vnfresourc5_.MAX_INSTANCES as max_inst7_65_4_, vnfresourc5_.MIN_INSTANCES as min_inst8_65_4_, vnfresourc5_.MODEL_CUSTOMIZATION_UUID as model_cu9_65_4_, vnfresourc5_.MODEL_INSTANCE_NAME as model_i10_65_4_, vnfresourc5_.MULTI_STAGE_DESIGN as multi_s11_65_4_, vnfresourc5_.NF_DATA_VALID as nf_data12_65_4_, vnfresourc5_.NF_FUNCTION as nf_func13_65_4_, vnfresourc5_.NF_NAMING_CODE as nf_nami14_65_4_, vnfresourc5_.NF_ROLE as nf_role15_65_4_, vnfresourc5_.NF_TYPE as nf_type16_65_4_, vnfresourc5_.RESOURCE_INPUT as resourc17_65_4_, vnfresourc5_.SERVICE_MODEL_UUID as service20_65_4_, vnfresourc5_.SKIP_POST_INSTANTIATION_CONFIGURATION as skip_po18_65_4_, vnfresourc5_.VNF_RESOURCE_MODEL_UUID as vnf_res21_65_4_, vnfresourc5_.VNFCINSTANCEGROUP_ORDER as vnfcins19_65_4_ from vnfc_customization vnfccustom0_ left outer join cvnfc_customization cvnfccusto1_ on vnfccustom0_.MODEL_CUSTOMIZATION_UUID=cvnfccusto1_.VNFC_CUST_MODEL_CUSTOMIZATION_UUID left outer join vf_module_customization vfmodulecu2_ on cvnfccusto1_.VF_MODULE_CUSTOMIZATION_ID=vfmodulecu2_.ID left outer join vnfc_instance_group_customization vnfcinstan3_ on vnfccustom0_.VNFC_INSTANCE_GROUP_CUSTOMIZATION_ID=vnfcinstan3_.ID left outer join instance_group instancegr4_ on vnfcinstan3_.INSTANCE_GROUP_MODEL_UUID=instancegr4_.MODEL_UUID left outer join vnf_resource_customization vnfresourc5_ on vnfcinstan3_.VNF_RESOURCE_CUSTOMIZATION_ID=vnfresourc5_.ID where vnfccustom0_.MODEL_CUSTOMIZATION_UUID=? Hibernate: insert into vnfc_customization (CREATION_TIMESTAMP, DESCRIPTION, MODEL_INSTANCE_NAME, MODEL_INVARIANT_UUID, MODEL_NAME, MODEL_UUID, MODEL_VERSION, RESOURCE_INPUT, TOSCA_NODE_TYPE, VNFC_INSTANCE_GROUP_CUSTOMIZATION_ID, MODEL_CUSTOMIZATION_UUID) values (?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?) Hibernate: insert into cvnfc_customization (CREATION_TIMESTAMP, DESCRIPTION, MODEL_CUSTOMIZATION_UUID, MODEL_INSTANCE_NAME, MODEL_INVARIANT_UUID, MODEL_NAME, MODEL_UUID, MODEL_VERSION, NFC_FUNCTION, NFC_NAMING_CODE, TOSCA_NODE_TYPE, VF_MODULE_CUSTOMIZATION_ID, VNFC_CUST_MODEL_CUSTOMIZATION_UUID) values (?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?) Hibernate: select watchdogco0_.COMPONENT_NAME as componen1_12_0_, watchdogco0_.DISTRIBUTION_ID as distribu2_12_0_, watchdogco0_.COMPONENT_DISTRIBUTION_STATUS as componen3_12_0_, watchdogco0_.CREATE_TIME as create_t4_12_0_, watchdogco0_.MODIFY_TIME as modify_t5_12_0_ from watchdog_per_component_distribution_status watchdogco0_ where watchdogco0_.COMPONENT_NAME=? and watchdogco0_.DISTRIBUTION_ID=? Hibernate: insert into watchdog_per_component_distribution_status (COMPONENT_DISTRIBUTION_STATUS, CREATE_TIME, MODIFY_TIME, COMPONENT_NAME, DISTRIBUTION_ID) values (?, ?, ?, ?, ?) 2022-06-07T11:24:52.025Z|72805021-1d4b-4080-92fd-e38e12ca52a0|pool-2-thread-5|||||INFO|500||ASDC_ARTIFACT_DEPLOY_SUC vFW 4315e6df-5d2b d64019e1-00a9-4567-b766-d4b812a714c5 1 ASDC deployResourceStructure 2022-06-07T11:24:52.026Z|72805021-1d4b-4080-92fd-e38e12ca52a0|pool-2-thread-5|||||INFO|500||ASDC_SEND_NOTIF_ASDC DEPLOY DEPLOY_OK /sdc/v1/catalog/services/Vfw20220607112306/1.0/resourceInstances/vfw4315e6df5d2b0/artifacts/vfw4315e6df5d2b0_modules.json ASDC sendASDCNotification 2022-06-07T11:24:52.026Z|72805021-1d4b-4080-92fd-e38e12ca52a0|pool-2-thread-5|||||DEBUG|500||Sending DEPLOY(DEPLOY_OK) notification to ASDC for artifact:/sdc/v1/catalog/services/Vfw20220607112306/1.0/resourceInstances/vfw4315e6df5d2b0/artifacts/vfw4315e6df5d2b0_modules.json 2022-06-07T11:24:52.026Z|72805021-1d4b-4080-92fd-e38e12ca52a0|pool-2-thread-5|||||INFO|500||DistributionClient - sendDeploymentStatus 2022-06-07T11:24:52.026Z|72805021-1d4b-4080-92fd-e38e12ca52a0|pool-2-thread-5|||||INFO|500||DistributionClient - sendStatus 2022-06-07T11:24:52.028Z|72805021-1d4b-4080-92fd-e38e12ca52a0|pool-2-thread-5|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap] 2022-06-07T11:24:52.028Z|72805021-1d4b-4080-92fd-e38e12ca52a0|pool-2-thread-5|||||DEBUG|500||try to send status { "distributionID": "72805021-1d4b-4080-92fd-e38e12ca52a0", "consumerID": "SO-COpenSource-Env11", "timestamp": 1654601092026, "artifactURL": "/sdc/v1/catalog/services/Vfw20220607112306/1.0/resourceInstances/vfw4315e6df5d2b0/artifacts/vfw4315e6df5d2b0_modules.json", "status": "DEPLOY_OK" } 2022-06-07T11:24:52.128Z||pool-14-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms 2022-06-07T11:24:52.129Z||pool-14-thread-1|||||WARN|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO will send credentials over a clear channel. 2022-06-07T11:24:52.129Z||pool-14-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as rACJoekZgDKIBPEP) ... 2022-06-07T11:24:52.148Z||pool-14-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK 2022-06-07T11:24:52.149Z||pool-14-thread-1|||||INFO|500||cambria reply ok (20 ms):{"serverTimeMs":0,"count":1} 2022-06-07T11:24:53.029Z|72805021-1d4b-4080-92fd-e38e12ca52a0|pool-2-thread-5|||||INFO|500||ASDC_SEND_NOTIF_ASDC DEPLOY DEPLOY_OK /sdc/v1/catalog/services/Vfw20220607112306/1.0/resourceInstances/vfw4315e6df5d2b0/artifacts/base_vfw.yaml ASDC sendASDCNotification 2022-06-07T11:24:53.030Z|72805021-1d4b-4080-92fd-e38e12ca52a0|pool-2-thread-5|||||DEBUG|500||Sending DEPLOY(DEPLOY_OK) notification to ASDC for artifact:/sdc/v1/catalog/services/Vfw20220607112306/1.0/resourceInstances/vfw4315e6df5d2b0/artifacts/base_vfw.yaml 2022-06-07T11:24:53.030Z|72805021-1d4b-4080-92fd-e38e12ca52a0|pool-2-thread-5|||||INFO|500||DistributionClient - sendDeploymentStatus 2022-06-07T11:24:53.031Z|72805021-1d4b-4080-92fd-e38e12ca52a0|pool-2-thread-5|||||INFO|500||DistributionClient - sendStatus 2022-06-07T11:24:53.034Z|72805021-1d4b-4080-92fd-e38e12ca52a0|pool-2-thread-5|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap] 2022-06-07T11:24:53.034Z|72805021-1d4b-4080-92fd-e38e12ca52a0|pool-2-thread-5|||||DEBUG|500||try to send status { "distributionID": "72805021-1d4b-4080-92fd-e38e12ca52a0", "consumerID": "SO-COpenSource-Env11", "timestamp": 1654601093029, "artifactURL": "/sdc/v1/catalog/services/Vfw20220607112306/1.0/resourceInstances/vfw4315e6df5d2b0/artifacts/base_vfw.yaml", "status": "DEPLOY_OK" } 2022-06-07T11:24:53.134Z||pool-15-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms 2022-06-07T11:24:53.135Z||pool-15-thread-1|||||WARN|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO will send credentials over a clear channel. 2022-06-07T11:24:53.135Z||pool-15-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as rACJoekZgDKIBPEP) ... 2022-06-07T11:24:53.153Z||pool-15-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK 2022-06-07T11:24:53.153Z||pool-15-thread-1|||||INFO|500||cambria reply ok (19 ms):{"serverTimeMs":0,"count":1} 2022-06-07T11:24:54.035Z|72805021-1d4b-4080-92fd-e38e12ca52a0|pool-2-thread-5|||||INFO|500||ASDC_SEND_NOTIF_ASDC DEPLOY DEPLOY_OK /sdc/v1/catalog/services/Vfw20220607112306/1.0/resourceInstances/vfw4315e6df5d2b0/artifacts/base_vfw.env ASDC sendASDCNotification 2022-06-07T11:24:54.035Z|72805021-1d4b-4080-92fd-e38e12ca52a0|pool-2-thread-5|||||DEBUG|500||Sending DEPLOY(DEPLOY_OK) notification to ASDC for artifact:/sdc/v1/catalog/services/Vfw20220607112306/1.0/resourceInstances/vfw4315e6df5d2b0/artifacts/base_vfw.env 2022-06-07T11:24:54.036Z|72805021-1d4b-4080-92fd-e38e12ca52a0|pool-2-thread-5|||||INFO|500||DistributionClient - sendDeploymentStatus 2022-06-07T11:24:54.036Z|72805021-1d4b-4080-92fd-e38e12ca52a0|pool-2-thread-5|||||INFO|500||DistributionClient - sendStatus 2022-06-07T11:24:54.037Z|72805021-1d4b-4080-92fd-e38e12ca52a0|pool-2-thread-5|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap] 2022-06-07T11:24:54.038Z|72805021-1d4b-4080-92fd-e38e12ca52a0|pool-2-thread-5|||||DEBUG|500||try to send status { "distributionID": "72805021-1d4b-4080-92fd-e38e12ca52a0", "consumerID": "SO-COpenSource-Env11", "timestamp": 1654601094035, "artifactURL": "/sdc/v1/catalog/services/Vfw20220607112306/1.0/resourceInstances/vfw4315e6df5d2b0/artifacts/base_vfw.env", "status": "DEPLOY_OK" } 2022-06-07T11:24:54.138Z||pool-16-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms 2022-06-07T11:24:54.139Z||pool-16-thread-1|||||WARN|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO will send credentials over a clear channel. 2022-06-07T11:24:54.139Z||pool-16-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as rACJoekZgDKIBPEP) ... 2022-06-07T11:24:54.158Z||pool-16-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK 2022-06-07T11:24:54.158Z||pool-16-thread-1|||||INFO|500||cambria reply ok (20 ms):{"serverTimeMs":0,"count":1} 2022-06-07T11:24:55.039Z|72805021-1d4b-4080-92fd-e38e12ca52a0|pool-2-thread-5|||||INFO|500||ASDC_SEND_NOTIF_ASDC DEPLOY DEPLOY_OK /sdc/v1/catalog/services/Vfw20220607112306/1.0/artifacts/service-Vfw20220607112306-csar.csar ASDC sendASDCNotification 2022-06-07T11:24:55.040Z|72805021-1d4b-4080-92fd-e38e12ca52a0|pool-2-thread-5|||||DEBUG|500||Sending DEPLOY(DEPLOY_OK) notification to ASDC for artifact:/sdc/v1/catalog/services/Vfw20220607112306/1.0/artifacts/service-Vfw20220607112306-csar.csar 2022-06-07T11:24:55.040Z|72805021-1d4b-4080-92fd-e38e12ca52a0|pool-2-thread-5|||||INFO|500||DistributionClient - sendDeploymentStatus 2022-06-07T11:24:55.040Z|72805021-1d4b-4080-92fd-e38e12ca52a0|pool-2-thread-5|||||INFO|500||DistributionClient - sendStatus 2022-06-07T11:24:55.043Z|72805021-1d4b-4080-92fd-e38e12ca52a0|pool-2-thread-5|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap] 2022-06-07T11:24:55.043Z|72805021-1d4b-4080-92fd-e38e12ca52a0|pool-2-thread-5|||||DEBUG|500||try to send status { "distributionID": "72805021-1d4b-4080-92fd-e38e12ca52a0", "consumerID": "SO-COpenSource-Env11", "timestamp": 1654601095039, "artifactURL": "/sdc/v1/catalog/services/Vfw20220607112306/1.0/artifacts/service-Vfw20220607112306-csar.csar", "status": "DEPLOY_OK" } 2022-06-07T11:24:55.143Z||pool-17-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms 2022-06-07T11:24:55.144Z||pool-17-thread-1|||||WARN|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO will send credentials over a clear channel. 2022-06-07T11:24:55.144Z||pool-17-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as rACJoekZgDKIBPEP) ... 2022-06-07T11:24:55.163Z||pool-17-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK 2022-06-07T11:24:55.163Z||pool-17-thread-1|||||INFO|500||cambria reply ok (19 ms):{"serverTimeMs":0,"count":1} 2022-06-07T11:24:56.044Z|72805021-1d4b-4080-92fd-e38e12ca52a0|pool-2-thread-5|||||DEBUG|500||Entered getOverallDistributionStatus method for distrubutionId: 72805021-1d4b-4080-92fd-e38e12ca52a0 Hibernate: select watchdogdi0_.DISTRIBUTION_ID as distribu1_11_0_, watchdogdi0_.CREATE_TIME as create_t2_11_0_, watchdogdi0_.DISTRIBUTION_ID_STATUS as distribu3_11_0_, watchdogdi0_.MODIFY_TIME as modify_t4_11_0_, watchdogdi0_.LOCK_VERSION as lock_ver5_11_0_ from watchdog_distributionid_status watchdogdi0_ where watchdogdi0_.DISTRIBUTION_ID=? Hibernate: select watchdogco0_.COMPONENT_NAME as componen1_12_, watchdogco0_.DISTRIBUTION_ID as distribu2_12_, watchdogco0_.COMPONENT_DISTRIBUTION_STATUS as componen3_12_, watchdogco0_.CREATE_TIME as create_t4_12_, watchdogco0_.MODIFY_TIME as modify_t5_12_ from watchdog_per_component_distribution_status watchdogco0_ where watchdogco0_.DISTRIBUTION_ID=? 2022-06-07T11:24:56.061Z|72805021-1d4b-4080-92fd-e38e12ca52a0|pool-2-thread-5|||||DEBUG|500||Executed RequestDB getWatchdogComponentDistributionStatus for distrubutionId: 72805021-1d4b-4080-92fd-e38e12ca52a0 Hibernate: select watchdogco0_.COMPONENT_NAME as componen1_12_, watchdogco0_.DISTRIBUTION_ID as distribu2_12_, watchdogco0_.COMPONENT_DISTRIBUTION_STATUS as componen3_12_, watchdogco0_.CREATE_TIME as create_t4_12_, watchdogco0_.MODIFY_TIME as modify_t5_12_ from watchdog_per_component_distribution_status watchdogco0_ where watchdogco0_.DISTRIBUTION_ID=? 2022-06-07T11:24:56.066Z|72805021-1d4b-4080-92fd-e38e12ca52a0|pool-2-thread-5|||||DEBUG|500||Found componentName SO in the WatchDog Component DB 2022-06-07T11:24:56.066Z|72805021-1d4b-4080-92fd-e38e12ca52a0|pool-2-thread-5|||||DEBUG|500||AAI has not be updated in the the WatchDog Component DB yet, so ending the loop 2022-06-07T11:24:56.066Z|72805021-1d4b-4080-92fd-e38e12ca52a0|pool-2-thread-5|||||DEBUG|500||Components Size Didn't match with the WatchdogComponentDistributionStatus results. 2022-06-07T11:25:26.067Z|72805021-1d4b-4080-92fd-e38e12ca52a0|pool-2-thread-5|||||DEBUG|500||Entered getOverallDistributionStatus method for distrubutionId: 72805021-1d4b-4080-92fd-e38e12ca52a0 Hibernate: select watchdogdi0_.DISTRIBUTION_ID as distribu1_11_0_, watchdogdi0_.CREATE_TIME as create_t2_11_0_, watchdogdi0_.DISTRIBUTION_ID_STATUS as distribu3_11_0_, watchdogdi0_.MODIFY_TIME as modify_t4_11_0_, watchdogdi0_.LOCK_VERSION as lock_ver5_11_0_ from watchdog_distributionid_status watchdogdi0_ where watchdogdi0_.DISTRIBUTION_ID=? Hibernate: select watchdogco0_.COMPONENT_NAME as componen1_12_, watchdogco0_.DISTRIBUTION_ID as distribu2_12_, watchdogco0_.COMPONENT_DISTRIBUTION_STATUS as componen3_12_, watchdogco0_.CREATE_TIME as create_t4_12_, watchdogco0_.MODIFY_TIME as modify_t5_12_ from watchdog_per_component_distribution_status watchdogco0_ where watchdogco0_.DISTRIBUTION_ID=? 2022-06-07T11:25:26.080Z|72805021-1d4b-4080-92fd-e38e12ca52a0|pool-2-thread-5|||||DEBUG|500||Executed RequestDB getWatchdogComponentDistributionStatus for distrubutionId: 72805021-1d4b-4080-92fd-e38e12ca52a0 Hibernate: select watchdogco0_.COMPONENT_NAME as componen1_12_, watchdogco0_.DISTRIBUTION_ID as distribu2_12_, watchdogco0_.COMPONENT_DISTRIBUTION_STATUS as componen3_12_, watchdogco0_.CREATE_TIME as create_t4_12_, watchdogco0_.MODIFY_TIME as modify_t5_12_ from watchdog_per_component_distribution_status watchdogco0_ where watchdogco0_.DISTRIBUTION_ID=? 2022-06-07T11:25:26.083Z|72805021-1d4b-4080-92fd-e38e12ca52a0|pool-2-thread-5|||||DEBUG|500||Found componentName SO in the WatchDog Component DB 2022-06-07T11:25:26.083Z|72805021-1d4b-4080-92fd-e38e12ca52a0|pool-2-thread-5|||||DEBUG|500||AAI has not be updated in the the WatchDog Component DB yet, so ending the loop 2022-06-07T11:25:26.084Z|72805021-1d4b-4080-92fd-e38e12ca52a0|pool-2-thread-5|||||DEBUG|500||Components Size Didn't match with the WatchdogComponentDistributionStatus results. 2022-06-07T11:25:35.660Z||pool-2-thread-6|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2022-06-07T11:25:35.661Z||pool-2-thread-6|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel. 2022-06-07T11:25:35.661Z||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 rACJoekZgDKIBPEP) ... 2022-06-07T11:25:35.690Z||pool-2-thread-6|||||INFO|500|| --> HTTP/1.1 200 OK 2022-06-07T11:25:35.691Z||pool-2-thread-6|||||DEBUG|500||received message from topic 2022-06-07T11:25:35.691Z||pool-2-thread-6|||||DEBUG|500||recieved notification from broker: { "distributionID": "550181af-a9b8-4aac-a3f6-eee3dc0b4bd5", "consumerID": "sdc-COpenSource-Env11-sdnc-dockero", "timestamp": 1654601057055, "artifactURL": "/sdc/v1/catalog/services/BasicOnboardCshibk/1.0/resourceInstances/basic_onboard_cshibk0/artifacts/base_ubuntu18.env", "status": "NOT_NOTIFIED" } 2022-06-07T11:25:35.692Z||pool-2-thread-6|||||INFO|500||Missing status on Status Object. 2022-06-07T11:25:56.084Z|72805021-1d4b-4080-92fd-e38e12ca52a0|pool-2-thread-5|||||DEBUG|500||Entered getOverallDistributionStatus method for distrubutionId: 72805021-1d4b-4080-92fd-e38e12ca52a0 Hibernate: select watchdogdi0_.DISTRIBUTION_ID as distribu1_11_0_, watchdogdi0_.CREATE_TIME as create_t2_11_0_, watchdogdi0_.DISTRIBUTION_ID_STATUS as distribu3_11_0_, watchdogdi0_.MODIFY_TIME as modify_t4_11_0_, watchdogdi0_.LOCK_VERSION as lock_ver5_11_0_ from watchdog_distributionid_status watchdogdi0_ where watchdogdi0_.DISTRIBUTION_ID=? Hibernate: select watchdogco0_.COMPONENT_NAME as componen1_12_, watchdogco0_.DISTRIBUTION_ID as distribu2_12_, watchdogco0_.COMPONENT_DISTRIBUTION_STATUS as componen3_12_, watchdogco0_.CREATE_TIME as create_t4_12_, watchdogco0_.MODIFY_TIME as modify_t5_12_ from watchdog_per_component_distribution_status watchdogco0_ where watchdogco0_.DISTRIBUTION_ID=? 2022-06-07T11:25:56.096Z|72805021-1d4b-4080-92fd-e38e12ca52a0|pool-2-thread-5|||||DEBUG|500||Executed RequestDB getWatchdogComponentDistributionStatus for distrubutionId: 72805021-1d4b-4080-92fd-e38e12ca52a0 Hibernate: select watchdogco0_.COMPONENT_NAME as componen1_12_, watchdogco0_.DISTRIBUTION_ID as distribu2_12_, watchdogco0_.COMPONENT_DISTRIBUTION_STATUS as componen3_12_, watchdogco0_.CREATE_TIME as create_t4_12_, watchdogco0_.MODIFY_TIME as modify_t5_12_ from watchdog_per_component_distribution_status watchdogco0_ where watchdogco0_.DISTRIBUTION_ID=? 2022-06-07T11:25:56.100Z|72805021-1d4b-4080-92fd-e38e12ca52a0|pool-2-thread-5|||||DEBUG|500||Found componentName SO in the WatchDog Component DB 2022-06-07T11:25:56.100Z|72805021-1d4b-4080-92fd-e38e12ca52a0|pool-2-thread-5|||||DEBUG|500||AAI has not be updated in the the WatchDog Component DB yet, so ending the loop 2022-06-07T11:25:56.101Z|72805021-1d4b-4080-92fd-e38e12ca52a0|pool-2-thread-5|||||DEBUG|500||Components Size Didn't match with the WatchdogComponentDistributionStatus results. 2022-06-07T11:26:26.101Z|72805021-1d4b-4080-92fd-e38e12ca52a0|pool-2-thread-5|||||DEBUG|500||Entered getOverallDistributionStatus method for distrubutionId: 72805021-1d4b-4080-92fd-e38e12ca52a0 Hibernate: select watchdogdi0_.DISTRIBUTION_ID as distribu1_11_0_, watchdogdi0_.CREATE_TIME as create_t2_11_0_, watchdogdi0_.DISTRIBUTION_ID_STATUS as distribu3_11_0_, watchdogdi0_.MODIFY_TIME as modify_t4_11_0_, watchdogdi0_.LOCK_VERSION as lock_ver5_11_0_ from watchdog_distributionid_status watchdogdi0_ where watchdogdi0_.DISTRIBUTION_ID=? Hibernate: select watchdogco0_.COMPONENT_NAME as componen1_12_, watchdogco0_.DISTRIBUTION_ID as distribu2_12_, watchdogco0_.COMPONENT_DISTRIBUTION_STATUS as componen3_12_, watchdogco0_.CREATE_TIME as create_t4_12_, watchdogco0_.MODIFY_TIME as modify_t5_12_ from watchdog_per_component_distribution_status watchdogco0_ where watchdogco0_.DISTRIBUTION_ID=? 2022-06-07T11:26:26.113Z|72805021-1d4b-4080-92fd-e38e12ca52a0|pool-2-thread-5|||||DEBUG|500||Executed RequestDB getWatchdogComponentDistributionStatus for distrubutionId: 72805021-1d4b-4080-92fd-e38e12ca52a0 Hibernate: select watchdogco0_.COMPONENT_NAME as componen1_12_, watchdogco0_.DISTRIBUTION_ID as distribu2_12_, watchdogco0_.COMPONENT_DISTRIBUTION_STATUS as componen3_12_, watchdogco0_.CREATE_TIME as create_t4_12_, watchdogco0_.MODIFY_TIME as modify_t5_12_ from watchdog_per_component_distribution_status watchdogco0_ where watchdogco0_.DISTRIBUTION_ID=? 2022-06-07T11:26:26.118Z|72805021-1d4b-4080-92fd-e38e12ca52a0|pool-2-thread-5|||||DEBUG|500||Found componentName SO in the WatchDog Component DB 2022-06-07T11:26:26.118Z|72805021-1d4b-4080-92fd-e38e12ca52a0|pool-2-thread-5|||||DEBUG|500||AAI has not be updated in the the WatchDog Component DB yet, so ending the loop 2022-06-07T11:26:26.118Z|72805021-1d4b-4080-92fd-e38e12ca52a0|pool-2-thread-5|||||DEBUG|500||Components Size Didn't match with the WatchdogComponentDistributionStatus results. 2022-06-07T11:26:35.660Z||pool-2-thread-6|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2022-06-07T11:26:35.661Z||pool-2-thread-6|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel. 2022-06-07T11:26:35.662Z||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 rACJoekZgDKIBPEP) ... 2022-06-07T11:26:35.692Z||pool-2-thread-6|||||INFO|500|| --> HTTP/1.1 200 OK 2022-06-07T11:26:35.693Z||pool-2-thread-6|||||DEBUG|500||received message from topic 2022-06-07T11:26:35.693Z||pool-2-thread-6|||||DEBUG|500||recieved notification from broker: { "distributionID": "550181af-a9b8-4aac-a3f6-eee3dc0b4bd5", "consumerID": "multicloud-k8s-id", "timestamp": 1654601075784, "artifactURL": "", "status": "COMPONENT_DONE_OK", "componentName": "POLICY" } Hibernate: select watchdogdi0_.DISTRIBUTION_ID as distribu1_11_0_, watchdogdi0_.CREATE_TIME as create_t2_11_0_, watchdogdi0_.DISTRIBUTION_ID_STATUS as distribu3_11_0_, watchdogdi0_.MODIFY_TIME as modify_t4_11_0_, watchdogdi0_.LOCK_VERSION as lock_ver5_11_0_ from watchdog_distributionid_status watchdogdi0_ where watchdogdi0_.DISTRIBUTION_ID=? 2022-06-07T11:26:35.712Z||pool-2-thread-6|||||DEBUG|500||Receive a callback componentStatus in ASDC, for componentName: POLICY and status of COMPONENT_DONE_OK distributionID of 550181af-a9b8-4aac-a3f6-eee3dc0b4bd5 2022-06-07T11:26:35.712Z||pool-2-thread-6|||||DEBUG|500||Entering installTheComponentStatus for distributionId 550181af-a9b8-4aac-a3f6-eee3dc0b4bd5 and ComponentName POLICY Hibernate: select watchdogco0_.COMPONENT_NAME as componen1_12_0_, watchdogco0_.DISTRIBUTION_ID as distribu2_12_0_, watchdogco0_.COMPONENT_DISTRIBUTION_STATUS as componen3_12_0_, watchdogco0_.CREATE_TIME as create_t4_12_0_, watchdogco0_.MODIFY_TIME as modify_t5_12_0_ from watchdog_per_component_distribution_status watchdogco0_ where watchdogco0_.COMPONENT_NAME=? and watchdogco0_.DISTRIBUTION_ID=? Hibernate: update watchdog_per_component_distribution_status set COMPONENT_DISTRIBUTION_STATUS=?, MODIFY_TIME=? where COMPONENT_NAME=? and DISTRIBUTION_ID=? 2022-06-07T11:26:56.118Z|72805021-1d4b-4080-92fd-e38e12ca52a0|pool-2-thread-5|||||DEBUG|500||Entered getOverallDistributionStatus method for distrubutionId: 72805021-1d4b-4080-92fd-e38e12ca52a0 Hibernate: select watchdogdi0_.DISTRIBUTION_ID as distribu1_11_0_, watchdogdi0_.CREATE_TIME as create_t2_11_0_, watchdogdi0_.DISTRIBUTION_ID_STATUS as distribu3_11_0_, watchdogdi0_.MODIFY_TIME as modify_t4_11_0_, watchdogdi0_.LOCK_VERSION as lock_ver5_11_0_ from watchdog_distributionid_status watchdogdi0_ where watchdogdi0_.DISTRIBUTION_ID=? Hibernate: select watchdogco0_.COMPONENT_NAME as componen1_12_, watchdogco0_.DISTRIBUTION_ID as distribu2_12_, watchdogco0_.COMPONENT_DISTRIBUTION_STATUS as componen3_12_, watchdogco0_.CREATE_TIME as create_t4_12_, watchdogco0_.MODIFY_TIME as modify_t5_12_ from watchdog_per_component_distribution_status watchdogco0_ where watchdogco0_.DISTRIBUTION_ID=? 2022-06-07T11:26:56.133Z|72805021-1d4b-4080-92fd-e38e12ca52a0|pool-2-thread-5|||||DEBUG|500||Executed RequestDB getWatchdogComponentDistributionStatus for distrubutionId: 72805021-1d4b-4080-92fd-e38e12ca52a0 Hibernate: select watchdogco0_.COMPONENT_NAME as componen1_12_, watchdogco0_.DISTRIBUTION_ID as distribu2_12_, watchdogco0_.COMPONENT_DISTRIBUTION_STATUS as componen3_12_, watchdogco0_.CREATE_TIME as create_t4_12_, watchdogco0_.MODIFY_TIME as modify_t5_12_ from watchdog_per_component_distribution_status watchdogco0_ where watchdogco0_.DISTRIBUTION_ID=? 2022-06-07T11:26:56.137Z|72805021-1d4b-4080-92fd-e38e12ca52a0|pool-2-thread-5|||||DEBUG|500||Found componentName SO in the WatchDog Component DB 2022-06-07T11:26:56.137Z|72805021-1d4b-4080-92fd-e38e12ca52a0|pool-2-thread-5|||||DEBUG|500||AAI has not be updated in the the WatchDog Component DB yet, so ending the loop 2022-06-07T11:26:56.138Z|72805021-1d4b-4080-92fd-e38e12ca52a0|pool-2-thread-5|||||DEBUG|500||Components Size Didn't match with the WatchdogComponentDistributionStatus results. 2022-06-07T11:27:26.138Z|72805021-1d4b-4080-92fd-e38e12ca52a0|pool-2-thread-5|||||DEBUG|500||Entered getOverallDistributionStatus method for distrubutionId: 72805021-1d4b-4080-92fd-e38e12ca52a0 Hibernate: select watchdogdi0_.DISTRIBUTION_ID as distribu1_11_0_, watchdogdi0_.CREATE_TIME as create_t2_11_0_, watchdogdi0_.DISTRIBUTION_ID_STATUS as distribu3_11_0_, watchdogdi0_.MODIFY_TIME as modify_t4_11_0_, watchdogdi0_.LOCK_VERSION as lock_ver5_11_0_ from watchdog_distributionid_status watchdogdi0_ where watchdogdi0_.DISTRIBUTION_ID=? Hibernate: select watchdogco0_.COMPONENT_NAME as componen1_12_, watchdogco0_.DISTRIBUTION_ID as distribu2_12_, watchdogco0_.COMPONENT_DISTRIBUTION_STATUS as componen3_12_, watchdogco0_.CREATE_TIME as create_t4_12_, watchdogco0_.MODIFY_TIME as modify_t5_12_ from watchdog_per_component_distribution_status watchdogco0_ where watchdogco0_.DISTRIBUTION_ID=? 2022-06-07T11:27:26.152Z|72805021-1d4b-4080-92fd-e38e12ca52a0|pool-2-thread-5|||||DEBUG|500||Executed RequestDB getWatchdogComponentDistributionStatus for distrubutionId: 72805021-1d4b-4080-92fd-e38e12ca52a0 Hibernate: select watchdogco0_.COMPONENT_NAME as componen1_12_, watchdogco0_.DISTRIBUTION_ID as distribu2_12_, watchdogco0_.COMPONENT_DISTRIBUTION_STATUS as componen3_12_, watchdogco0_.CREATE_TIME as create_t4_12_, watchdogco0_.MODIFY_TIME as modify_t5_12_ from watchdog_per_component_distribution_status watchdogco0_ where watchdogco0_.DISTRIBUTION_ID=? 2022-06-07T11:27:26.155Z|72805021-1d4b-4080-92fd-e38e12ca52a0|pool-2-thread-5|||||DEBUG|500||Found componentName SO in the WatchDog Component DB 2022-06-07T11:27:26.155Z|72805021-1d4b-4080-92fd-e38e12ca52a0|pool-2-thread-5|||||DEBUG|500||AAI has not be updated in the the WatchDog Component DB yet, so ending the loop 2022-06-07T11:27:26.155Z|72805021-1d4b-4080-92fd-e38e12ca52a0|pool-2-thread-5|||||DEBUG|500||Components Size Didn't match with the WatchdogComponentDistributionStatus results. 2022-06-07T11:27:35.661Z||pool-2-thread-6|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2022-06-07T11:27:35.662Z||pool-2-thread-6|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel. 2022-06-07T11:27:35.662Z||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 rACJoekZgDKIBPEP) ... 2022-06-07T11:27:36.200Z||pool-2-thread-6|||||INFO|500|| --> HTTP/1.1 200 OK 2022-06-07T11:27:36.202Z||pool-2-thread-6|||||DEBUG|500||received message from topic 2022-06-07T11:27:36.203Z||pool-2-thread-6|||||DEBUG|500||recieved notification from broker: { "distributionID": "72805021-1d4b-4080-92fd-e38e12ca52a0", "consumerID": "SO-COpenSource-Env11", "timestamp": 1654601075641, "artifactURL": "/sdc/v1/catalog/services/Vfw20220607112306/1.0/resourceInstances/vfw4315e6df5d2b0/artifacts/vf-license-model.xml", "status": "NOT_NOTIFIED" } 2022-06-07T11:27:36.204Z||pool-2-thread-6|||||INFO|500||Missing status on Status Object. 2022-06-07T11:27:36.204Z||pool-2-thread-6|||||DEBUG|500||received message from topic 2022-06-07T11:27:36.204Z||pool-2-thread-6|||||DEBUG|500||recieved notification from broker: { "distributionID": "72805021-1d4b-4080-92fd-e38e12ca52a0", "consumerID": "clamp", "timestamp": 1654601076246, "artifactURL": "/sdc/v1/catalog/services/Vfw20220607112306/1.0/artifacts/service-Vfw20220607112306-csar.csar", "status": "DEPLOY_OK" } 2022-06-07T11:27:36.205Z||pool-2-thread-6|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error' 2022-06-07T11:27:36.205Z||pool-2-thread-6|||||DEBUG|500||received message from topic 2022-06-07T11:27:36.205Z||pool-2-thread-6|||||DEBUG|500||recieved notification from broker: { "distributionID": "550181af-a9b8-4aac-a3f6-eee3dc0b4bd5", "consumerID": "sdc-COpenSource-Env11-sdnc-dockero", "timestamp": 1654601057055, "artifactURL": "/sdc/v1/catalog/services/BasicOnboardCshibk/1.0/artifacts/service-BasicOnboardCshibk-template.yml", "status": "NOT_NOTIFIED" } 2022-06-07T11:27:36.205Z||pool-2-thread-6|||||INFO|500||Missing status on Status Object. 2022-06-07T11:27:36.206Z||pool-2-thread-6|||||DEBUG|500||received message from topic 2022-06-07T11:27:36.206Z||pool-2-thread-6|||||DEBUG|500||recieved notification from broker: { "distributionID": "550181af-a9b8-4aac-a3f6-eee3dc0b4bd5", "consumerID": "multicloud-k8s-id", "timestamp": 1654601076793, "artifactURL": "/sdc/v1/catalog/services/BasicOnboardCshibk/1.0/resourceInstances/basic_onboard_cshibk0/artifacts/basic_onboard_cshibk0_modules.json", "status": "DEPLOY_OK" } 2022-06-07T11:27:36.206Z||pool-2-thread-6|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error' 2022-06-07T11:27:36.206Z||pool-2-thread-6|||||DEBUG|500||received message from topic 2022-06-07T11:27:36.207Z||pool-2-thread-6|||||DEBUG|500||recieved notification from broker: { "distributionID": "72805021-1d4b-4080-92fd-e38e12ca52a0", "consumerID": "SO-COpenSource-Env11", "timestamp": 1654601075641, "artifactURL": "/sdc/v1/catalog/services/Vfw20220607112306/1.0/resourceInstances/vfw4315e6df5d2b0/artifacts/vfw4315e6df5d2b0_modules.json", "status": "NOTIFIED" } 2022-06-07T11:27:36.207Z||pool-2-thread-6|||||INFO|500||Missing status on Status Object. 2022-06-07T11:27:36.207Z||pool-2-thread-6|||||DEBUG|500||received message from topic 2022-06-07T11:27:36.208Z||pool-2-thread-6|||||DEBUG|500||recieved notification from broker: { "distributionID": "72805021-1d4b-4080-92fd-e38e12ca52a0", "consumerID": "clamp", "timestamp": 1654601077252, "artifactURL": "", "status": "COMPONENT_DONE_OK", "componentName": "clamp" } Hibernate: select watchdogdi0_.DISTRIBUTION_ID as distribu1_11_0_, watchdogdi0_.CREATE_TIME as create_t2_11_0_, watchdogdi0_.DISTRIBUTION_ID_STATUS as distribu3_11_0_, watchdogdi0_.MODIFY_TIME as modify_t4_11_0_, watchdogdi0_.LOCK_VERSION as lock_ver5_11_0_ from watchdog_distributionid_status watchdogdi0_ where watchdogdi0_.DISTRIBUTION_ID=? 2022-06-07T11:27:36.219Z||pool-2-thread-6|||||DEBUG|500||Receive a callback componentStatus in ASDC, for componentName: clamp and status of COMPONENT_DONE_OK distributionID of 72805021-1d4b-4080-92fd-e38e12ca52a0 2022-06-07T11:27:36.219Z||pool-2-thread-6|||||DEBUG|500||Entering installTheComponentStatus for distributionId 72805021-1d4b-4080-92fd-e38e12ca52a0 and ComponentName clamp Hibernate: select watchdogco0_.COMPONENT_NAME as componen1_12_0_, watchdogco0_.DISTRIBUTION_ID as distribu2_12_0_, watchdogco0_.COMPONENT_DISTRIBUTION_STATUS as componen3_12_0_, watchdogco0_.CREATE_TIME as create_t4_12_0_, watchdogco0_.MODIFY_TIME as modify_t5_12_0_ from watchdog_per_component_distribution_status watchdogco0_ where watchdogco0_.COMPONENT_NAME=? and watchdogco0_.DISTRIBUTION_ID=? Hibernate: insert into watchdog_per_component_distribution_status (COMPONENT_DISTRIBUTION_STATUS, CREATE_TIME, MODIFY_TIME, COMPONENT_NAME, DISTRIBUTION_ID) values (?, ?, ?, ?, ?) 2022-06-07T11:27:36.231Z||pool-2-thread-6|||||DEBUG|500||received message from topic 2022-06-07T11:27:36.231Z||pool-2-thread-6|||||DEBUG|500||recieved notification from broker: { "distributionID": "550181af-a9b8-4aac-a3f6-eee3dc0b4bd5", "consumerID": "sdc-COpenSource-Env11-sdnc-dockero", "timestamp": 1654601057055, "artifactURL": "/sdc/v1/catalog/services/BasicOnboardCshibk/1.0/artifacts/service-BasicOnboardCshibk-csar.csar", "status": "NOTIFIED" } 2022-06-07T11:27:36.231Z||pool-2-thread-6|||||INFO|500||Missing status on Status Object. 2022-06-07T11:27:36.231Z||pool-2-thread-6|||||DEBUG|500||received message from topic 2022-06-07T11:27:36.231Z||pool-2-thread-6|||||DEBUG|500||recieved notification from broker: { "distributionID": "72805021-1d4b-4080-92fd-e38e12ca52a0", "consumerID": "SO-COpenSource-Env11", "timestamp": 1654601075641, "artifactURL": "/sdc/v1/catalog/services/Vfw20220607112306/1.0/resourceInstances/vfw4315e6df5d2b0/artifacts/base_vfw.yaml", "status": "NOTIFIED" } 2022-06-07T11:27:36.232Z||pool-2-thread-6|||||INFO|500||Missing status on Status Object. 2022-06-07T11:27:36.232Z||pool-2-thread-6|||||DEBUG|500||received message from topic 2022-06-07T11:27:36.232Z||pool-2-thread-6|||||DEBUG|500||recieved notification from broker: { "distributionID": "550181af-a9b8-4aac-a3f6-eee3dc0b4bd5", "consumerID": "clamp", "timestamp": 1654601053395, "artifactURL": "/sdc/v1/catalog/services/BasicOnboardCshibk/1.0/resourceInstances/basic_onboard_cshibk0/artifacts/vf-license-model.xml", "status": "NOT_NOTIFIED" } 2022-06-07T11:27:36.232Z||pool-2-thread-6|||||INFO|500||Missing status on Status Object. 2022-06-07T11:27:36.232Z||pool-2-thread-6|||||DEBUG|500||received message from topic 2022-06-07T11:27:36.233Z||pool-2-thread-6|||||DEBUG|500||recieved notification from broker: { "distributionID": "550181af-a9b8-4aac-a3f6-eee3dc0b4bd5", "consumerID": "sdc-COpenSource-Env11-sdnc-dockero", "timestamp": 1654601079482, "artifactURL": "/sdc/v1/catalog/services/BasicOnboardCshibk/1.0/artifacts/service-BasicOnboardCshibk-csar.csar", "status": "DOWNLOAD_OK" } 2022-06-07T11:27:36.233Z||pool-2-thread-6|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error' 2022-06-07T11:27:36.233Z||pool-2-thread-6|||||DEBUG|500||received message from topic 2022-06-07T11:27:36.233Z||pool-2-thread-6|||||DEBUG|500||recieved notification from broker: { "distributionID": "72805021-1d4b-4080-92fd-e38e12ca52a0", "consumerID": "SO-COpenSource-Env11", "timestamp": 1654601075641, "artifactURL": "/sdc/v1/catalog/services/Vfw20220607112306/1.0/resourceInstances/vfw4315e6df5d2b0/artifacts/vendor-license-model.xml", "status": "NOT_NOTIFIED" } 2022-06-07T11:27:36.233Z||pool-2-thread-6|||||INFO|500||Missing status on Status Object. 2022-06-07T11:27:36.233Z||pool-2-thread-6|||||DEBUG|500||received message from topic 2022-06-07T11:27:36.233Z||pool-2-thread-6|||||DEBUG|500||recieved notification from broker: { "distributionID": "550181af-a9b8-4aac-a3f6-eee3dc0b4bd5", "consumerID": "clamp", "timestamp": 1654601053395, "artifactURL": "/sdc/v1/catalog/services/BasicOnboardCshibk/1.0/resourceInstances/basic_onboard_cshibk0/artifacts/basic_onboard_cshibk0_modules.json", "status": "NOTIFIED" } 2022-06-07T11:27:36.234Z||pool-2-thread-6|||||INFO|500||Missing status on Status Object. 2022-06-07T11:27:36.234Z||pool-2-thread-6|||||DEBUG|500||received message from topic 2022-06-07T11:27:36.234Z||pool-2-thread-6|||||DEBUG|500||recieved notification from broker: { "distributionID": "72805021-1d4b-4080-92fd-e38e12ca52a0", "consumerID": "aai-ml", "timestamp": 1654601079849, "artifactURL": "/sdc/v1/catalog/services/Vfw20220607112306/1.0/artifacts/service-Vfw20220607112306-csar.csar", "status": "DEPLOY_OK" } 2022-06-07T11:27:36.234Z||pool-2-thread-6|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error' 2022-06-07T11:27:36.234Z||pool-2-thread-6|||||DEBUG|500||received message from topic 2022-06-07T11:27:36.234Z||pool-2-thread-6|||||DEBUG|500||recieved notification from broker: { "distributionID": "72805021-1d4b-4080-92fd-e38e12ca52a0", "consumerID": "SO-COpenSource-Env11", "timestamp": 1654601075641, "artifactURL": "/sdc/v1/catalog/services/Vfw20220607112306/1.0/resourceInstances/vfw4315e6df5d2b0/artifacts/base_vfw.env", "status": "NOTIFIED" } 2022-06-07T11:27:36.235Z||pool-2-thread-6|||||INFO|500||Missing status on Status Object. 2022-06-07T11:27:36.235Z||pool-2-thread-6|||||DEBUG|500||received message from topic 2022-06-07T11:27:36.235Z||pool-2-thread-6|||||DEBUG|500||recieved notification from broker: { "distributionID": "550181af-a9b8-4aac-a3f6-eee3dc0b4bd5", "consumerID": "clamp", "timestamp": 1654601053395, "artifactURL": "/sdc/v1/catalog/services/BasicOnboardCshibk/1.0/resourceInstances/basic_onboard_cshibk0/artifacts/base_ubuntu18.yaml", "status": "NOT_NOTIFIED" } 2022-06-07T11:27:36.235Z||pool-2-thread-6|||||INFO|500||Missing status on Status Object. 2022-06-07T11:27:36.235Z||pool-2-thread-6|||||DEBUG|500||received message from topic 2022-06-07T11:27:36.235Z||pool-2-thread-6|||||DEBUG|500||recieved notification from broker: { "distributionID": "72805021-1d4b-4080-92fd-e38e12ca52a0", "consumerID": "aai-ml", "timestamp": 1654601080858, "artifactURL": "", "status": "COMPONENT_DONE_OK", "componentName": "AAI" } Hibernate: select watchdogdi0_.DISTRIBUTION_ID as distribu1_11_0_, watchdogdi0_.CREATE_TIME as create_t2_11_0_, watchdogdi0_.DISTRIBUTION_ID_STATUS as distribu3_11_0_, watchdogdi0_.MODIFY_TIME as modify_t4_11_0_, watchdogdi0_.LOCK_VERSION as lock_ver5_11_0_ from watchdog_distributionid_status watchdogdi0_ where watchdogdi0_.DISTRIBUTION_ID=? 2022-06-07T11:27:36.247Z||pool-2-thread-6|||||DEBUG|500||Receive a callback componentStatus in ASDC, for componentName: AAI and status of COMPONENT_DONE_OK distributionID of 72805021-1d4b-4080-92fd-e38e12ca52a0 2022-06-07T11:27:36.247Z||pool-2-thread-6|||||DEBUG|500||Entering installTheComponentStatus for distributionId 72805021-1d4b-4080-92fd-e38e12ca52a0 and ComponentName AAI Hibernate: select watchdogco0_.COMPONENT_NAME as componen1_12_0_, watchdogco0_.DISTRIBUTION_ID as distribu2_12_0_, watchdogco0_.COMPONENT_DISTRIBUTION_STATUS as componen3_12_0_, watchdogco0_.CREATE_TIME as create_t4_12_0_, watchdogco0_.MODIFY_TIME as modify_t5_12_0_ from watchdog_per_component_distribution_status watchdogco0_ where watchdogco0_.COMPONENT_NAME=? and watchdogco0_.DISTRIBUTION_ID=? Hibernate: insert into watchdog_per_component_distribution_status (COMPONENT_DISTRIBUTION_STATUS, CREATE_TIME, MODIFY_TIME, COMPONENT_NAME, DISTRIBUTION_ID) values (?, ?, ?, ?, ?) 2022-06-07T11:27:36.259Z||pool-2-thread-6|||||DEBUG|500||received message from topic 2022-06-07T11:27:36.259Z||pool-2-thread-6|||||DEBUG|500||recieved notification from broker: { "distributionID": "550181af-a9b8-4aac-a3f6-eee3dc0b4bd5", "consumerID": "sdc-COpenSource-Env11-sdnc-dockero", "timestamp": 1654601081966, "artifactURL": "/sdc/v1/catalog/services/BasicOnboardCshibk/1.0/artifacts/service-BasicOnboardCshibk-csar.csar", "status": "DEPLOY_OK" } 2022-06-07T11:27:36.259Z||pool-2-thread-6|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error' 2022-06-07T11:27:36.260Z||pool-2-thread-6|||||DEBUG|500||received message from topic 2022-06-07T11:27:36.260Z||pool-2-thread-6|||||DEBUG|500||recieved notification from broker: { "distributionID": "72805021-1d4b-4080-92fd-e38e12ca52a0", "consumerID": "SO-COpenSource-Env11", "timestamp": 1654601075641, "artifactURL": "/sdc/v1/catalog/services/Vfw20220607112306/1.0/artifacts/service-Vfw20220607112306-template.yml", "status": "NOT_NOTIFIED" } 2022-06-07T11:27:36.260Z||pool-2-thread-6|||||INFO|500||Missing status on Status Object. 2022-06-07T11:27:36.260Z||pool-2-thread-6|||||DEBUG|500||received message from topic 2022-06-07T11:27:36.260Z||pool-2-thread-6|||||DEBUG|500||recieved notification from broker: { "distributionID": "550181af-a9b8-4aac-a3f6-eee3dc0b4bd5", "consumerID": "clamp", "timestamp": 1654601053395, "artifactURL": "/sdc/v1/catalog/services/BasicOnboardCshibk/1.0/resourceInstances/basic_onboard_cshibk0/artifacts/vendor-license-model.xml", "status": "NOT_NOTIFIED" } 2022-06-07T11:27:36.261Z||pool-2-thread-6|||||INFO|500||Missing status on Status Object. 2022-06-07T11:27:36.261Z||pool-2-thread-6|||||DEBUG|500||received message from topic 2022-06-07T11:27:36.261Z||pool-2-thread-6|||||DEBUG|500||recieved notification from broker: { "distributionID": "550181af-a9b8-4aac-a3f6-eee3dc0b4bd5", "consumerID": "aai-ml", "timestamp": 1654601056690, "artifactURL": "/sdc/v1/catalog/services/BasicOnboardCshibk/1.0/resourceInstances/basic_onboard_cshibk0/artifacts/vf-license-model.xml", "status": "NOT_NOTIFIED" } 2022-06-07T11:27:36.261Z||pool-2-thread-6|||||INFO|500||Missing status on Status Object. 2022-06-07T11:27:36.261Z||pool-2-thread-6|||||DEBUG|500||received message from topic 2022-06-07T11:27:36.261Z||pool-2-thread-6|||||DEBUG|500||recieved notification from broker: { "distributionID": "550181af-a9b8-4aac-a3f6-eee3dc0b4bd5", "consumerID": "sdc-COpenSource-Env11-sdnc-dockero", "timestamp": 1654601082971, "artifactURL": "", "status": "COMPONENT_DONE_OK", "componentName": "SDNC" } Hibernate: select watchdogdi0_.DISTRIBUTION_ID as distribu1_11_0_, watchdogdi0_.CREATE_TIME as create_t2_11_0_, watchdogdi0_.DISTRIBUTION_ID_STATUS as distribu3_11_0_, watchdogdi0_.MODIFY_TIME as modify_t4_11_0_, watchdogdi0_.LOCK_VERSION as lock_ver5_11_0_ from watchdog_distributionid_status watchdogdi0_ where watchdogdi0_.DISTRIBUTION_ID=? 2022-06-07T11:27:36.270Z||pool-2-thread-6|||||DEBUG|500||Receive a callback componentStatus in ASDC, for componentName: SDNC and status of COMPONENT_DONE_OK distributionID of 550181af-a9b8-4aac-a3f6-eee3dc0b4bd5 2022-06-07T11:27:36.271Z||pool-2-thread-6|||||DEBUG|500||Entering installTheComponentStatus for distributionId 550181af-a9b8-4aac-a3f6-eee3dc0b4bd5 and ComponentName SDNC Hibernate: select watchdogco0_.COMPONENT_NAME as componen1_12_0_, watchdogco0_.DISTRIBUTION_ID as distribu2_12_0_, watchdogco0_.COMPONENT_DISTRIBUTION_STATUS as componen3_12_0_, watchdogco0_.CREATE_TIME as create_t4_12_0_, watchdogco0_.MODIFY_TIME as modify_t5_12_0_ from watchdog_per_component_distribution_status watchdogco0_ where watchdogco0_.COMPONENT_NAME=? and watchdogco0_.DISTRIBUTION_ID=? Hibernate: insert into watchdog_per_component_distribution_status (COMPONENT_DISTRIBUTION_STATUS, CREATE_TIME, MODIFY_TIME, COMPONENT_NAME, DISTRIBUTION_ID) values (?, ?, ?, ?, ?) 2022-06-07T11:27:36.279Z||pool-2-thread-6|||||DEBUG|500||received message from topic 2022-06-07T11:27:36.280Z||pool-2-thread-6|||||DEBUG|500||recieved notification from broker: { "distributionID": "72805021-1d4b-4080-92fd-e38e12ca52a0", "consumerID": "SO-COpenSource-Env11", "timestamp": 1654601075641, "artifactURL": "/sdc/v1/catalog/services/Vfw20220607112306/1.0/artifacts/service-Vfw20220607112306-csar.csar", "status": "NOTIFIED" } 2022-06-07T11:27:36.280Z||pool-2-thread-6|||||INFO|500||Missing status on Status Object. 2022-06-07T11:27:36.280Z||pool-2-thread-6|||||DEBUG|500||received message from topic 2022-06-07T11:27:36.280Z||pool-2-thread-6|||||DEBUG|500||recieved notification from broker: { "distributionID": "550181af-a9b8-4aac-a3f6-eee3dc0b4bd5", "consumerID": "clamp", "timestamp": 1654601053395, "artifactURL": "/sdc/v1/catalog/services/BasicOnboardCshibk/1.0/resourceInstances/basic_onboard_cshibk0/artifacts/base_ubuntu18.env", "status": "NOT_NOTIFIED" } 2022-06-07T11:27:36.280Z||pool-2-thread-6|||||INFO|500||Missing status on Status Object. 2022-06-07T11:27:36.281Z||pool-2-thread-6|||||DEBUG|500||received message from topic 2022-06-07T11:27:36.281Z||pool-2-thread-6|||||DEBUG|500||recieved notification from broker: { "distributionID": "550181af-a9b8-4aac-a3f6-eee3dc0b4bd5", "consumerID": "aai-ml", "timestamp": 1654601056690, "artifactURL": "/sdc/v1/catalog/services/BasicOnboardCshibk/1.0/resourceInstances/basic_onboard_cshibk0/artifacts/basic_onboard_cshibk0_modules.json", "status": "NOT_NOTIFIED" } 2022-06-07T11:27:36.281Z||pool-2-thread-6|||||INFO|500||Missing status on Status Object. 2022-06-07T11:27:36.281Z||pool-2-thread-6|||||DEBUG|500||received message from topic 2022-06-07T11:27:36.281Z||pool-2-thread-6|||||DEBUG|500||recieved notification from broker: { "distributionID": "550181af-a9b8-4aac-a3f6-eee3dc0b4bd5", "consumerID": "clamp", "timestamp": 1654601053395, "artifactURL": "/sdc/v1/catalog/services/BasicOnboardCshibk/1.0/artifacts/service-BasicOnboardCshibk-template.yml", "status": "NOT_NOTIFIED" } 2022-06-07T11:27:36.281Z||pool-2-thread-6|||||INFO|500||Missing status on Status Object. 2022-06-07T11:27:36.282Z||pool-2-thread-6|||||DEBUG|500||received message from topic 2022-06-07T11:27:36.282Z||pool-2-thread-6|||||DEBUG|500||recieved notification from broker: { "distributionID": "72805021-1d4b-4080-92fd-e38e12ca52a0", "consumerID": "SO-COpenSource-Env11", "timestamp": 1654601083739, "artifactURL": "/sdc/v1/catalog/services/Vfw20220607112306/1.0/artifacts/service-Vfw20220607112306-csar.csar", "status": "DOWNLOAD_OK" } 2022-06-07T11:27:36.282Z||pool-2-thread-6|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error' 2022-06-07T11:27:36.282Z||pool-2-thread-6|||||DEBUG|500||received message from topic 2022-06-07T11:27:36.282Z||pool-2-thread-6|||||DEBUG|500||recieved notification from broker: { "distributionID": "550181af-a9b8-4aac-a3f6-eee3dc0b4bd5", "consumerID": "aai-ml", "timestamp": 1654601056690, "artifactURL": "/sdc/v1/catalog/services/BasicOnboardCshibk/1.0/resourceInstances/basic_onboard_cshibk0/artifacts/base_ubuntu18.yaml", "status": "NOT_NOTIFIED" } 2022-06-07T11:27:36.282Z||pool-2-thread-6|||||INFO|500||Missing status on Status Object. 2022-06-07T11:27:36.283Z||pool-2-thread-6|||||DEBUG|500||received message from topic 2022-06-07T11:27:36.283Z||pool-2-thread-6|||||DEBUG|500||recieved notification from broker: { "distributionID": "550181af-a9b8-4aac-a3f6-eee3dc0b4bd5", "consumerID": "clamp", "timestamp": 1654601053395, "artifactURL": "/sdc/v1/catalog/services/BasicOnboardCshibk/1.0/artifacts/service-BasicOnboardCshibk-csar.csar", "status": "NOTIFIED" } 2022-06-07T11:27:36.283Z||pool-2-thread-6|||||INFO|500||Missing status on Status Object. 2022-06-07T11:27:36.283Z||pool-2-thread-6|||||DEBUG|500||received message from topic 2022-06-07T11:27:36.283Z||pool-2-thread-6|||||DEBUG|500||recieved notification from broker: { "distributionID": "550181af-a9b8-4aac-a3f6-eee3dc0b4bd5", "consumerID": "aai-ml", "timestamp": 1654601056690, "artifactURL": "/sdc/v1/catalog/services/BasicOnboardCshibk/1.0/resourceInstances/basic_onboard_cshibk0/artifacts/vendor-license-model.xml", "status": "NOT_NOTIFIED" } 2022-06-07T11:27:36.284Z||pool-2-thread-6|||||INFO|500||Missing status on Status Object. 2022-06-07T11:27:36.284Z||pool-2-thread-6|||||DEBUG|500||received message from topic 2022-06-07T11:27:36.284Z||pool-2-thread-6|||||DEBUG|500||recieved notification from broker: { "distributionID": "550181af-a9b8-4aac-a3f6-eee3dc0b4bd5", "consumerID": "aai-ml", "timestamp": 1654601056690, "artifactURL": "/sdc/v1/catalog/services/BasicOnboardCshibk/1.0/resourceInstances/basic_onboard_cshibk0/artifacts/base_ubuntu18.env", "status": "NOT_NOTIFIED" } 2022-06-07T11:27:36.284Z||pool-2-thread-6|||||INFO|500||Missing status on Status Object. 2022-06-07T11:27:36.284Z||pool-2-thread-6|||||DEBUG|500||received message from topic 2022-06-07T11:27:36.284Z||pool-2-thread-6|||||DEBUG|500||recieved notification from broker: { "distributionID": "550181af-a9b8-4aac-a3f6-eee3dc0b4bd5", "consumerID": "aai-ml", "timestamp": 1654601056690, "artifactURL": "/sdc/v1/catalog/services/BasicOnboardCshibk/1.0/artifacts/service-BasicOnboardCshibk-template.yml", "status": "NOT_NOTIFIED" } 2022-06-07T11:27:36.285Z||pool-2-thread-6|||||INFO|500||Missing status on Status Object. 2022-06-07T11:27:36.285Z||pool-2-thread-6|||||DEBUG|500||received message from topic 2022-06-07T11:27:36.285Z||pool-2-thread-6|||||DEBUG|500||recieved notification from broker: { "distributionID": "550181af-a9b8-4aac-a3f6-eee3dc0b4bd5", "consumerID": "aai-ml", "timestamp": 1654601056690, "artifactURL": "/sdc/v1/catalog/services/BasicOnboardCshibk/1.0/artifacts/service-BasicOnboardCshibk-csar.csar", "status": "NOTIFIED" } 2022-06-07T11:27:36.285Z||pool-2-thread-6|||||INFO|500||Missing status on Status Object. 2022-06-07T11:27:36.285Z||pool-2-thread-6|||||DEBUG|500||received message from topic 2022-06-07T11:27:36.285Z||pool-2-thread-6|||||DEBUG|500||recieved notification from broker: { "distributionID": "72805021-1d4b-4080-92fd-e38e12ca52a0", "consumerID": "SO-COpenSource-Env11", "timestamp": 1654601088464, "artifactURL": "/sdc/v1/catalog/services/Vfw20220607112306/1.0/resourceInstances/vfw4315e6df5d2b0/artifacts/vfw4315e6df5d2b0_modules.json", "status": "DOWNLOAD_OK" } 2022-06-07T11:27:36.286Z||pool-2-thread-6|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error' 2022-06-07T11:27:36.286Z||pool-2-thread-6|||||DEBUG|500||received message from topic 2022-06-07T11:27:36.286Z||pool-2-thread-6|||||DEBUG|500||recieved notification from broker: { "distributionID": "550181af-a9b8-4aac-a3f6-eee3dc0b4bd5", "consumerID": "aai-ml", "timestamp": 1654601088970, "artifactURL": "/sdc/v1/catalog/services/BasicOnboardCshibk/1.0/artifacts/service-BasicOnboardCshibk-csar.csar", "status": "DOWNLOAD_OK" } 2022-06-07T11:27:36.286Z||pool-2-thread-6|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error' 2022-06-07T11:27:36.286Z||pool-2-thread-6|||||DEBUG|500||received message from topic 2022-06-07T11:27:36.286Z||pool-2-thread-6|||||DEBUG|500||recieved notification from broker: { "distributionID": "72805021-1d4b-4080-92fd-e38e12ca52a0", "consumerID": "SO-COpenSource-Env11", "timestamp": 1654601089544, "artifactURL": "/sdc/v1/catalog/services/Vfw20220607112306/1.0/resourceInstances/vfw4315e6df5d2b0/artifacts/base_vfw.yaml", "status": "DOWNLOAD_OK" } 2022-06-07T11:27:36.287Z||pool-2-thread-6|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error' 2022-06-07T11:27:36.287Z||pool-2-thread-6|||||DEBUG|500||received message from topic 2022-06-07T11:27:36.287Z||pool-2-thread-6|||||DEBUG|500||recieved notification from broker: { "distributionID": "72805021-1d4b-4080-92fd-e38e12ca52a0", "consumerID": "SO-COpenSource-Env11", "timestamp": 1654601090659, "artifactURL": "/sdc/v1/catalog/services/Vfw20220607112306/1.0/resourceInstances/vfw4315e6df5d2b0/artifacts/base_vfw.env", "status": "DOWNLOAD_OK" } 2022-06-07T11:27:36.287Z||pool-2-thread-6|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error' 2022-06-07T11:27:36.287Z||pool-2-thread-6|||||DEBUG|500||received message from topic 2022-06-07T11:27:36.287Z||pool-2-thread-6|||||DEBUG|500||recieved notification from broker: { "distributionID": "72805021-1d4b-4080-92fd-e38e12ca52a0", "consumerID": "SO-COpenSource-Env11", "timestamp": 1654601092026, "artifactURL": "/sdc/v1/catalog/services/Vfw20220607112306/1.0/resourceInstances/vfw4315e6df5d2b0/artifacts/vfw4315e6df5d2b0_modules.json", "status": "DEPLOY_OK" } 2022-06-07T11:27:36.288Z||pool-2-thread-6|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error' 2022-06-07T11:27:36.288Z||pool-2-thread-6|||||DEBUG|500||received message from topic 2022-06-07T11:27:36.288Z||pool-2-thread-6|||||DEBUG|500||recieved notification from broker: { "distributionID": "72805021-1d4b-4080-92fd-e38e12ca52a0", "consumerID": "SO-COpenSource-Env11", "timestamp": 1654601093029, "artifactURL": "/sdc/v1/catalog/services/Vfw20220607112306/1.0/resourceInstances/vfw4315e6df5d2b0/artifacts/base_vfw.yaml", "status": "DEPLOY_OK" } 2022-06-07T11:27:36.288Z||pool-2-thread-6|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error' 2022-06-07T11:27:36.288Z||pool-2-thread-6|||||DEBUG|500||received message from topic 2022-06-07T11:27:36.289Z||pool-2-thread-6|||||DEBUG|500||recieved notification from broker: { "distributionID": "72805021-1d4b-4080-92fd-e38e12ca52a0", "consumerID": "SO-COpenSource-Env11", "timestamp": 1654601094035, "artifactURL": "/sdc/v1/catalog/services/Vfw20220607112306/1.0/resourceInstances/vfw4315e6df5d2b0/artifacts/base_vfw.env", "status": "DEPLOY_OK" } 2022-06-07T11:27:36.289Z||pool-2-thread-6|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error' 2022-06-07T11:27:36.289Z||pool-2-thread-6|||||DEBUG|500||received message from topic 2022-06-07T11:27:36.289Z||pool-2-thread-6|||||DEBUG|500||recieved notification from broker: { "distributionID": "72805021-1d4b-4080-92fd-e38e12ca52a0", "consumerID": "SO-COpenSource-Env11", "timestamp": 1654601095039, "artifactURL": "/sdc/v1/catalog/services/Vfw20220607112306/1.0/artifacts/service-Vfw20220607112306-csar.csar", "status": "DEPLOY_OK" } 2022-06-07T11:27:36.289Z||pool-2-thread-6|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error' 2022-06-07T11:27:36.290Z||pool-2-thread-6|||||DEBUG|500||received message from topic 2022-06-07T11:27:36.290Z||pool-2-thread-6|||||DEBUG|500||recieved notification from broker: { "distributionID": "550181af-a9b8-4aac-a3f6-eee3dc0b4bd5", "consumerID": "aai-ml", "timestamp": 1654601095922, "artifactURL": "/sdc/v1/catalog/services/BasicOnboardCshibk/1.0/artifacts/service-BasicOnboardCshibk-csar.csar", "status": "DEPLOY_OK" } 2022-06-07T11:27:36.290Z||pool-2-thread-6|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error' 2022-06-07T11:27:36.290Z||pool-2-thread-6|||||DEBUG|500||received message from topic 2022-06-07T11:27:36.290Z||pool-2-thread-6|||||DEBUG|500||recieved notification from broker: { "distributionID": "550181af-a9b8-4aac-a3f6-eee3dc0b4bd5", "consumerID": "clamp", "timestamp": 1654601096229, "artifactURL": "/sdc/v1/catalog/services/BasicOnboardCshibk/1.0/artifacts/service-BasicOnboardCshibk-csar.csar", "status": "DOWNLOAD_OK" } 2022-06-07T11:27:36.290Z||pool-2-thread-6|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error' 2022-06-07T11:27:36.291Z||pool-2-thread-6|||||DEBUG|500||received message from topic 2022-06-07T11:27:36.291Z||pool-2-thread-6|||||DEBUG|500||recieved notification from broker: { "distributionID": "550181af-a9b8-4aac-a3f6-eee3dc0b4bd5", "consumerID": "aai-ml", "timestamp": 1654601096941, "artifactURL": "", "status": "COMPONENT_DONE_OK", "componentName": "AAI" } Hibernate: select watchdogdi0_.DISTRIBUTION_ID as distribu1_11_0_, watchdogdi0_.CREATE_TIME as create_t2_11_0_, watchdogdi0_.DISTRIBUTION_ID_STATUS as distribu3_11_0_, watchdogdi0_.MODIFY_TIME as modify_t4_11_0_, watchdogdi0_.LOCK_VERSION as lock_ver5_11_0_ from watchdog_distributionid_status watchdogdi0_ where watchdogdi0_.DISTRIBUTION_ID=? 2022-06-07T11:27:36.296Z||pool-2-thread-6|||||DEBUG|500||Receive a callback componentStatus in ASDC, for componentName: AAI and status of COMPONENT_DONE_OK distributionID of 550181af-a9b8-4aac-a3f6-eee3dc0b4bd5 2022-06-07T11:27:36.297Z||pool-2-thread-6|||||DEBUG|500||Entering installTheComponentStatus for distributionId 550181af-a9b8-4aac-a3f6-eee3dc0b4bd5 and ComponentName AAI Hibernate: select watchdogco0_.COMPONENT_NAME as componen1_12_0_, watchdogco0_.DISTRIBUTION_ID as distribu2_12_0_, watchdogco0_.COMPONENT_DISTRIBUTION_STATUS as componen3_12_0_, watchdogco0_.CREATE_TIME as create_t4_12_0_, watchdogco0_.MODIFY_TIME as modify_t5_12_0_ from watchdog_per_component_distribution_status watchdogco0_ where watchdogco0_.COMPONENT_NAME=? and watchdogco0_.DISTRIBUTION_ID=? Hibernate: insert into watchdog_per_component_distribution_status (COMPONENT_DISTRIBUTION_STATUS, CREATE_TIME, MODIFY_TIME, COMPONENT_NAME, DISTRIBUTION_ID) values (?, ?, ?, ?, ?) 2022-06-07T11:27:36.305Z||pool-2-thread-6|||||DEBUG|500||received message from topic 2022-06-07T11:27:36.306Z||pool-2-thread-6|||||DEBUG|500||recieved notification from broker: { "distributionID": "550181af-a9b8-4aac-a3f6-eee3dc0b4bd5", "consumerID": "clamp", "timestamp": 1654601099229, "artifactURL": "/sdc/v1/catalog/services/BasicOnboardCshibk/1.0/artifacts/service-BasicOnboardCshibk-csar.csar", "status": "DEPLOY_OK" } 2022-06-07T11:27:36.306Z||pool-2-thread-6|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error' 2022-06-07T11:27:36.306Z||pool-2-thread-6|||||DEBUG|500||received message from topic 2022-06-07T11:27:36.306Z||pool-2-thread-6|||||DEBUG|500||recieved notification from broker: { "distributionID": "550181af-a9b8-4aac-a3f6-eee3dc0b4bd5", "consumerID": "clamp", "timestamp": 1654601100234, "artifactURL": "", "status": "COMPONENT_DONE_OK", "componentName": "clamp" } Hibernate: select watchdogdi0_.DISTRIBUTION_ID as distribu1_11_0_, watchdogdi0_.CREATE_TIME as create_t2_11_0_, watchdogdi0_.DISTRIBUTION_ID_STATUS as distribu3_11_0_, watchdogdi0_.MODIFY_TIME as modify_t4_11_0_, watchdogdi0_.LOCK_VERSION as lock_ver5_11_0_ from watchdog_distributionid_status watchdogdi0_ where watchdogdi0_.DISTRIBUTION_ID=? 2022-06-07T11:27:36.311Z||pool-2-thread-6|||||DEBUG|500||Receive a callback componentStatus in ASDC, for componentName: clamp and status of COMPONENT_DONE_OK distributionID of 550181af-a9b8-4aac-a3f6-eee3dc0b4bd5 2022-06-07T11:27:36.311Z||pool-2-thread-6|||||DEBUG|500||Entering installTheComponentStatus for distributionId 550181af-a9b8-4aac-a3f6-eee3dc0b4bd5 and ComponentName clamp Hibernate: select watchdogco0_.COMPONENT_NAME as componen1_12_0_, watchdogco0_.DISTRIBUTION_ID as distribu2_12_0_, watchdogco0_.COMPONENT_DISTRIBUTION_STATUS as componen3_12_0_, watchdogco0_.CREATE_TIME as create_t4_12_0_, watchdogco0_.MODIFY_TIME as modify_t5_12_0_ from watchdog_per_component_distribution_status watchdogco0_ where watchdogco0_.COMPONENT_NAME=? and watchdogco0_.DISTRIBUTION_ID=? Hibernate: insert into watchdog_per_component_distribution_status (COMPONENT_DISTRIBUTION_STATUS, CREATE_TIME, MODIFY_TIME, COMPONENT_NAME, DISTRIBUTION_ID) values (?, ?, ?, ?, ?) 2022-06-07T11:27:56.155Z|72805021-1d4b-4080-92fd-e38e12ca52a0|pool-2-thread-5|||||DEBUG|500||Entered getOverallDistributionStatus method for distrubutionId: 72805021-1d4b-4080-92fd-e38e12ca52a0 Hibernate: select watchdogdi0_.DISTRIBUTION_ID as distribu1_11_0_, watchdogdi0_.CREATE_TIME as create_t2_11_0_, watchdogdi0_.DISTRIBUTION_ID_STATUS as distribu3_11_0_, watchdogdi0_.MODIFY_TIME as modify_t4_11_0_, watchdogdi0_.LOCK_VERSION as lock_ver5_11_0_ from watchdog_distributionid_status watchdogdi0_ where watchdogdi0_.DISTRIBUTION_ID=? Hibernate: select watchdogco0_.COMPONENT_NAME as componen1_12_, watchdogco0_.DISTRIBUTION_ID as distribu2_12_, watchdogco0_.COMPONENT_DISTRIBUTION_STATUS as componen3_12_, watchdogco0_.CREATE_TIME as create_t4_12_, watchdogco0_.MODIFY_TIME as modify_t5_12_ from watchdog_per_component_distribution_status watchdogco0_ where watchdogco0_.DISTRIBUTION_ID=? 2022-06-07T11:27:56.175Z|72805021-1d4b-4080-92fd-e38e12ca52a0|pool-2-thread-5|||||DEBUG|500||Executed RequestDB getWatchdogComponentDistributionStatus for distrubutionId: 72805021-1d4b-4080-92fd-e38e12ca52a0 Hibernate: select watchdogco0_.COMPONENT_NAME as componen1_12_, watchdogco0_.DISTRIBUTION_ID as distribu2_12_, watchdogco0_.COMPONENT_DISTRIBUTION_STATUS as componen3_12_, watchdogco0_.CREATE_TIME as create_t4_12_, watchdogco0_.MODIFY_TIME as modify_t5_12_ from watchdog_per_component_distribution_status watchdogco0_ where watchdogco0_.DISTRIBUTION_ID=? 2022-06-07T11:27:56.178Z|72805021-1d4b-4080-92fd-e38e12ca52a0|pool-2-thread-5|||||DEBUG|500||Found componentName SO in the WatchDog Component DB 2022-06-07T11:27:56.179Z|72805021-1d4b-4080-92fd-e38e12ca52a0|pool-2-thread-5|||||DEBUG|500||Found componentName AAI in the WatchDog Component DB 2022-06-07T11:27:56.179Z|72805021-1d4b-4080-92fd-e38e12ca52a0|pool-2-thread-5|||||DEBUG|500||Found componentName SDNC in the WatchDog Component DB 2022-06-07T11:27:56.179Z|72805021-1d4b-4080-92fd-e38e12ca52a0|pool-2-thread-5|||||DEBUG|500||Components Size matched with the WatchdogComponentDistributionStatus results. 2022-06-07T11:27:56.179Z|72805021-1d4b-4080-92fd-e38e12ca52a0|pool-2-thread-5|||||DEBUG|500||Component status: COMPONENT_DONE_OK on componentName: 2022-06-07T11:27:56.179Z|72805021-1d4b-4080-92fd-e38e12ca52a0|pool-2-thread-5|||||DEBUG|500||Component status: COMPONENT_DONE_OK on componentName: 2022-06-07T11:27:56.179Z|72805021-1d4b-4080-92fd-e38e12ca52a0|pool-2-thread-5|||||DEBUG|500||Component status: COMPONENT_DONE_OK on componentName: 2022-06-07T11:27:56.180Z|72805021-1d4b-4080-92fd-e38e12ca52a0|pool-2-thread-5|||||DEBUG|500||Component status: COMPONENT_DONE_OK on componentName: 2022-06-07T11:27:56.180Z|72805021-1d4b-4080-92fd-e38e12ca52a0|pool-2-thread-5|||||DEBUG|500||Component status: COMPONENT_DONE_OK on componentName: 2022-06-07T11:27:56.180Z|72805021-1d4b-4080-92fd-e38e12ca52a0|pool-2-thread-5|||||DEBUG|500||Component status: COMPONENT_DONE_OK on componentName: 2022-06-07T11:27:56.180Z|72805021-1d4b-4080-92fd-e38e12ca52a0|pool-2-thread-5|||||DEBUG|500||Updating overall DistributionStatus to: SUCCESS for distributionId: Hibernate: select watchdogdi0_.DISTRIBUTION_ID as distribu1_11_0_, watchdogdi0_.CREATE_TIME as create_t2_11_0_, watchdogdi0_.DISTRIBUTION_ID_STATUS as distribu3_11_0_, watchdogdi0_.MODIFY_TIME as modify_t4_11_0_, watchdogdi0_.LOCK_VERSION as lock_ver5_11_0_ from watchdog_distributionid_status watchdogdi0_ where watchdogdi0_.DISTRIBUTION_ID=? 2022-06-07T11:27:56.186Z|72805021-1d4b-4080-92fd-e38e12ca52a0|pool-2-thread-5|||||DEBUG|500||Exiting getOverallDistributionStatus method in WatchdogDistribution 2022-06-07T11:28:26.186Z|72805021-1d4b-4080-92fd-e38e12ca52a0|pool-2-thread-5|||||DEBUG|500||Entered executePatchAAI method with distrubutionId: 72805021-1d4b-4080-92fd-e38e12ca52a0 and distributionStatus: Hibernate: select watchdogse0_.DISTRIBUTION_ID as distribu1_13_, watchdogse0_.SERVICE_MODEL_VERSION_ID as service_2_13_, watchdogse0_.CONSUMER_ID as consumer3_13_, watchdogse0_.CREATE_TIME as create_t4_13_, watchdogse0_.DISTRIBUTION_NOTIFICATION as distribu5_13_ from watchdog_service_mod_ver_id_lookup watchdogse0_ where watchdogse0_.DISTRIBUTION_ID=? 2022-06-07T11:28:26.205Z|72805021-1d4b-4080-92fd-e38e12ca52a0|pool-2-thread-5|||||DEBUG|500||Executed RequestDB getWatchdogServiceModVerIdLookup with distributionId: 72805021-1d4b-4080-92fd-e38e12ca52a0 and serviceModelVersionId: c4647c06-e3de-4587-b7ef-4f34c8134b51 2022-06-07T11:28:26.205Z|72805021-1d4b-4080-92fd-e38e12ca52a0|pool-2-thread-5|||||DEBUG|500||ASDC Notification ServiceModelInvariantUUID : 069cfbae-7102-4f6e-bd06-78e9aadfcd70 2022-06-07T11:28:35.660Z||pool-2-thread-6|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2022-06-07T11:28:35.662Z||pool-2-thread-6|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel. 2022-06-07T11:28:35.662Z||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 rACJoekZgDKIBPEP) ... 2022-06-07T11:28:41.764Z|72805021-1d4b-4080-92fd-e38e12ca52a0|pool-2-thread-5|||||DEBUG|500||Target A&AI Resource URI: /service-design-and-creation/models/model/069cfbae-7102-4f6e-bd06-78e9aadfcd70/model-vers/model-ver/c4647c06-e3de-4587-b7ef-4f34c8134b51?depth=0 2022-06-07T11:28:41.878Z|72805021-1d4b-4080-92fd-e38e12ca52a0|pool-2-thread-5|||||INFO|500||RestClientSSL using default SSL context! 2022-06-07T11:28:42.392Z|72805021-1d4b-4080-92fd-e38e12ca52a0|pool-2-thread-5|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/069cfbae-7102-4f6e-bd06-78e9aadfcd70/model-vers/model-ver/c4647c06-e3de-4587-b7ef-4f34c8134b51?depth=0|INFO|500||Invoke 2022-06-07T11:28:42.400Z|72805021-1d4b-4080-92fd-e38e12ca52a0|pool-2-thread-5|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/069cfbae-7102-4f6e-bd06-78e9aadfcd70/model-vers/model-ver/c4647c06-e3de-4587-b7ef-4f34c8134b51?depth=0|DEBUG|500||Sending HTTP POST (overridden to PATCH) to:https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/069cfbae-7102-4f6e-bd06-78e9aadfcd70/model-vers/model-ver/c4647c06-e3de-4587-b7ef-4f34c8134b51?depth=0 with request headers:{Authorization=[***REDACTED***], X-RequestID=[72805021-1d4b-4080-92fd-e38e12ca52a0], X-FromAppId=[MSO], X-ONAP-PartnerName=[UNKNOWN], X-HTTP-Method-Override=[PATCH], Accept=[application/json], X-InvocationID=[e010ffbe-91db-46a2-843a-b3a18f186516], X-ECOMP-RequestID=[72805021-1d4b-4080-92fd-e38e12ca52a0], X-TransactionId=[], X-ONAP-RequestID=[72805021-1d4b-4080-92fd-e38e12ca52a0], Content-Type=[application/merge-patch+json]} 2022-06-07T11:28:42.551Z|72805021-1d4b-4080-92fd-e38e12ca52a0|pool-2-thread-5|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/069cfbae-7102-4f6e-bd06-78e9aadfcd70/model-vers/model-ver/c4647c06-e3de-4587-b7ef-4f34c8134b51?depth=0|DEBUG|500||{"distribution-status":"DISTRIBUTION_COMPLETE_OK"} 2022-06-07T11:28:42.969Z|72805021-1d4b-4080-92fd-e38e12ca52a0|pool-2-thread-5|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/069cfbae-7102-4f6e-bd06-78e9aadfcd70/model-vers/model-ver/c4647c06-e3de-4587-b7ef-4f34c8134b51?depth=0|DEBUG|500||Response from method:POST (overridden to PATCH) performed on uri:https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/069cfbae-7102-4f6e-bd06-78e9aadfcd70/model-vers/model-ver/c4647c06-e3de-4587-b7ef-4f34c8134b51?depth=0 has http status code:200 and response headers:{Strict-Transport-Security=[max-age=16000000; includeSubDomains; preload;], X-AAI-TXID=[1-aai-resources-220607-11:28:42:313-7013], vertex-id=[393216], Content-Length=[0], Date=[Tue, 07 Jun 2022 11:28:42 GMT], Content-Type=[application/json]} 2022-06-07T11:28:42.971Z|72805021-1d4b-4080-92fd-e38e12ca52a0|pool-2-thread-5|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/069cfbae-7102-4f6e-bd06-78e9aadfcd70/model-vers/model-ver/c4647c06-e3de-4587-b7ef-4f34c8134b51?depth=0|DEBUG|500||Response was returned with an empty entity. 2022-06-07T11:28:42.971Z|72805021-1d4b-4080-92fd-e38e12ca52a0|pool-2-thread-5|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/069cfbae-7102-4f6e-bd06-78e9aadfcd70/model-vers/model-ver/c4647c06-e3de-4587-b7ef-4f34c8134b51?depth=0|INFO|500||InvokeReturn 2022-06-07T11:28:42.975Z|72805021-1d4b-4080-92fd-e38e12ca52a0|pool-2-thread-5|||||DEBUG|500||A&AI UPDATE MODEL Version is success! 2022-06-07T11:28:42.975Z|72805021-1d4b-4080-92fd-e38e12ca52a0|pool-2-thread-5|||||DEBUG|500||A&AI Updated succefully with Distribution Status! Hibernate: select service0_.MODEL_UUID as model_uu1_50_, service0_.CDS_BLUEPRINT_NAME as cds_blue2_50_, service0_.CDS_BLUEPRINT_VERSION as cds_blue3_50_, service0_.SERVICE_CATEGORY as service_4_50_, service0_.CONTROLLER_ACTOR as controll5_50_, service0_.CREATION_TIMESTAMP as creation6_50_, service0_.TOSCA_CSAR_ARTIFACT_UUID as tosca_c21_50_, service0_.DESCRIPTION as descript7_50_, service0_.OVERALL_DISTRIBUTION_STATUS as overall_8_50_, service0_.ENVIRONMENT_CONTEXT as environm9_50_, service0_.MODEL_INVARIANT_UUID as model_i10_50_, service0_.MODEL_NAME as model_n11_50_, service0_.MODEL_VERSION as model_v12_50_, service0_.NAMING_POLICY as naming_13_50_, service0_.ONAP_GENERATED_NAMING as onap_ge14_50_, service0_.RESOURCE_ORDER as resourc15_50_, service0_.SERVICE_FUNCTION as service16_50_, service0_.SERVICE_ROLE as service17_50_, service0_.SERVICE_TYPE as service18_50_, service0_.SKIP_POST_INSTANTIATION_CONFIGURATION as skip_po19_50_, service0_.WORKLOAD_CONTEXT as workloa20_50_ from service service0_ where service0_.MODEL_UUID=? 2022-06-07T11:28:42.981Z|72805021-1d4b-4080-92fd-e38e12ca52a0|pool-2-thread-5|||||ERROR|500||Error updating CatalogDBStatus java.lang.NullPointerException: null at org.onap.so.asdc.tenantIsolation.WatchdogDistribution.updateCatalogDBStatus(WatchdogDistribution.java:206) at org.onap.so.asdc.client.ASDCController.treatNotification(ASDCController.java:690) at org.onap.so.asdc.client.ASDCNotificationCallBack.activateCallback(ASDCNotificationCallBack.java:52) at org.onap.sdc.impl.NotificationConsumer.run(NotificationConsumer.java:71) at java.base/java.util.concurrent.Executors$RunnableAdapter.call(Unknown Source) at java.base/java.util.concurrent.FutureTask.runAndReset(Unknown Source) at java.base/java.util.concurrent.ScheduledThreadPoolExecutor$ScheduledFutureTask.run(Unknown Source) at java.base/java.util.concurrent.ThreadPoolExecutor.runWorker(Unknown Source) at java.base/java.util.concurrent.ThreadPoolExecutor$Worker.run(Unknown Source) at java.base/java.lang.Thread.run(Unknown Source) 2022-06-07T11:28:42.982Z|72805021-1d4b-4080-92fd-e38e12ca52a0|pool-2-thread-5|||||DEBUG|500||Enter sendFinalDistributionStatus with DistributionID 72805021-1d4b-4080-92fd-e38e12ca52a0 and Status of DISTRIBUTION_COMPLETE_OK and ErrorReason null 2022-06-07T11:28:42.983Z|72805021-1d4b-4080-92fd-e38e12ca52a0|pool-2-thread-5|||||INFO|500||DistributionClient - sendFinalDistributionStatus status 2022-06-07T11:28:42.983Z|72805021-1d4b-4080-92fd-e38e12ca52a0|pool-2-thread-5|||||INFO|500||DistributionClient - sendStatus 2022-06-07T11:28:42.985Z|72805021-1d4b-4080-92fd-e38e12ca52a0|pool-2-thread-5|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap] 2022-06-07T11:28:42.985Z|72805021-1d4b-4080-92fd-e38e12ca52a0|pool-2-thread-5|||||DEBUG|500||try to send status { "distributionID": "72805021-1d4b-4080-92fd-e38e12ca52a0", "consumerID": "SO-COpenSource-Env11", "timestamp": 1654601322982, "artifactURL": "", "status": "DISTRIBUTION_COMPLETE_OK" } 2022-06-07T11:28:43.085Z||pool-18-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 99 ms 2022-06-07T11:28:43.086Z||pool-18-thread-1|||||WARN|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO will send credentials over a clear channel. 2022-06-07T11:28:43.087Z||pool-18-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as rACJoekZgDKIBPEP) ... 2022-06-07T11:28:43.132Z||pool-18-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK 2022-06-07T11:28:43.133Z||pool-18-thread-1|||||INFO|500||cambria reply ok (47 ms):{"serverTimeMs":0,"count":1} 2022-06-07T11:28:43.748Z||pool-2-thread-6|||||INFO|500|| --> HTTP/1.1 200 OK 2022-06-07T11:28:43.749Z||pool-2-thread-6|||||DEBUG|500||received message from topic 2022-06-07T11:28:43.749Z||pool-2-thread-6|||||DEBUG|500||recieved notification from broker: { "distributionID": "72805021-1d4b-4080-92fd-e38e12ca52a0", "consumerID": "SO-COpenSource-Env11", "timestamp": 1654601322982, "artifactURL": "", "status": "DISTRIBUTION_COMPLETE_OK" } 2022-06-07T11:28:43.750Z||pool-2-thread-6|||||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=? 2022-06-07T11:28:44.001Z|72805021-1d4b-4080-92fd-e38e12ca52a0|pool-2-thread-5|||||DEBUG|500||received message from topic 2022-06-07T11:28:44.001Z|72805021-1d4b-4080-92fd-e38e12ca52a0|pool-2-thread-5|||||DEBUG|500||recieved notification from broker: {"distributionID":"550181af-a9b8-4aac-a3f6-eee3dc0b4bd5","serviceName":"basic_onboard_CsHIbK","serviceVersion":"1.0","serviceUUID":"955c7cb2-e95a-446b-948d-cc7d100f6191","serviceDescription":"service","serviceInvariantUUID":"4cdb153b-82a6-40e2-8e2a-3a995ade446a","resources":[{"resourceInstanceName":"basic_onboard_CsHIbK 0","resourceName":"basic_onboard_CsHIbK","resourceVersion":"1.0","resoucreType":"VF","resourceUUID":"a46a5fa3-1288-4275-b125-34478fd7d1f7","resourceInvariantUUID":"4ebfe00d-0779-4890-9867-058b555ccef7","resourceCustomizationUUID":"0eaa30b3-0a23-414a-ac65-e8587a0d1bee","category":"Generic","subcategory":"Abstract","artifacts":[{"artifactName":"vf-license-model.xml","artifactType":"VF_LICENSE","artifactURL":"/sdc/v1/catalog/services/BasicOnboardCshibk/1.0/resourceInstances/basic_onboard_cshibk0/artifacts/vf-license-model.xml","artifactChecksum":"MDI3ZGYyZjhhNjRjMTZiNzA0MGVlOGQ4OWI4MDAzMmU\u003d","artifactDescription":"VF license file","artifactTimeout":0,"artifactUUID":"cecaac53-53b3-476d-8c0b-401e95f27bd3","artifactVersion":"1"},{"artifactName":"basic_onboard_cshibk0_modules.json","artifactType":"VF_MODULES_METADATA","artifactURL":"/sdc/v1/catalog/services/BasicOnboardCshibk/1.0/resourceInstances/basic_onboard_cshibk0/artifacts/basic_onboard_cshibk0_modules.json","artifactChecksum":"ODdlOTE0ZGM1NTAxZmYxNDM2YTRkYWQ5NDgxNDQ1YzU\u003d","artifactDescription":"Auto-generated VF Modules information artifact","artifactTimeout":0,"artifactUUID":"0d6f1432-6727-4765-aa98-bfc8c7326534","artifactVersion":"1"},{"artifactName":"base_ubuntu18.yaml","artifactType":"HEAT","artifactURL":"/sdc/v1/catalog/services/BasicOnboardCshibk/1.0/resourceInstances/basic_onboard_cshibk0/artifacts/base_ubuntu18.yaml","artifactChecksum":"NzA5ZGU3Y2Q2M2IwNWU2OTc1NTQ0ZDBhNDhlNjNjZjY\u003d","artifactDescription":"created from csar","artifactTimeout":30,"artifactUUID":"13db36bb-050a-4b9e-810d-4b46631da825","artifactVersion":"1"},{"artifactName":"vendor-license-model.xml","artifactType":"VENDOR_LICENSE","artifactURL":"/sdc/v1/catalog/services/BasicOnboardCshibk/1.0/resourceInstances/basic_onboard_cshibk0/artifacts/vendor-license-model.xml","artifactChecksum":"M2QxN2ZmN2I2ZmIwOWEyNTJjYmYzMTBlNWI3NmNmYTc\u003d","artifactDescription":" Vendor license file","artifactTimeout":0,"artifactUUID":"8cde3341-b3cd-43e0-a9a2-c0c8678c3f40","artifactVersion":"1"},{"artifactName":"base_ubuntu18.env","artifactType":"HEAT_ENV","artifactURL":"/sdc/v1/catalog/services/BasicOnboardCshibk/1.0/resourceInstances/basic_onboard_cshibk0/artifacts/base_ubuntu18.env","artifactChecksum":"ODYwMmYwMDliN2JjOTNlN2ZlM2RkNzAzMTg3OWMzNTA\u003d","artifactDescription":"Auto-generated HEAT Environment deployment artifact","artifactTimeout":0,"artifactUUID":"b8df0701-796c-44b2-9133-a42820d6643b","artifactVersion":"2","generatedFromUUID":"13db36bb-050a-4b9e-810d-4b46631da825"}]}],"serviceArtifacts":[{"artifactName":"service-BasicOnboardCshibk-template.yml","artifactType":"TOSCA_TEMPLATE","artifactURL":"/sdc/v1/catalog/services/BasicOnboardCshibk/1.0/artifacts/service-BasicOnboardCshibk-template.yml","artifactChecksum":"YTRiNmQyZGU4ZTMwMWIyNzk2ODEzNjI0NjQ1NGU2OWI\u003d","artifactDescription":"TOSCA representation of the asset","artifactTimeout":0,"artifactUUID":"9f868b14-6c5b-4be6-9e2a-e7f0e4cff7a0","artifactVersion":"1"},{"artifactName":"service-BasicOnboardCshibk-csar.csar","artifactType":"TOSCA_CSAR","artifactURL":"/sdc/v1/catalog/services/BasicOnboardCshibk/1.0/artifacts/service-BasicOnboardCshibk-csar.csar","artifactChecksum":"MDNkZDZjMTBjNGU4YzU0ZThjOGM0M2NhMjJjODViMDQ\u003d","artifactDescription":"TOSCA definition package of the asset","artifactTimeout":0,"artifactUUID":"c0834564-2a0d-44a4-a79c-6fc2a51df6c0","artifactVersion":"1"}],"workloadContext":"Production"} 2022-06-07T11:28:44.002Z|72805021-1d4b-4080-92fd-e38e12ca52a0|pool-2-thread-5|||||INFO|500||DistributionClient - sendNotificationStatus 2022-06-07T11:28:44.002Z|72805021-1d4b-4080-92fd-e38e12ca52a0|pool-2-thread-5|||||INFO|500||DistributionClient - sendStatus 2022-06-07T11:28:44.005Z|72805021-1d4b-4080-92fd-e38e12ca52a0|pool-2-thread-5|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap] 2022-06-07T11:28:44.005Z|72805021-1d4b-4080-92fd-e38e12ca52a0|pool-2-thread-5|||||DEBUG|500||try to send status { "distributionID": "550181af-a9b8-4aac-a3f6-eee3dc0b4bd5", "consumerID": "SO-COpenSource-Env11", "timestamp": 1654601075641, "artifactURL": "/sdc/v1/catalog/services/BasicOnboardCshibk/1.0/resourceInstances/basic_onboard_cshibk0/artifacts/vf-license-model.xml", "status": "NOT_NOTIFIED" } 2022-06-07T11:28:44.105Z||pool-19-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms 2022-06-07T11:28:44.106Z||pool-19-thread-1|||||WARN|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO will send credentials over a clear channel. 2022-06-07T11:28:44.106Z||pool-19-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as rACJoekZgDKIBPEP) ... 2022-06-07T11:28:44.139Z||pool-19-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK 2022-06-07T11:28:44.139Z||pool-19-thread-1|||||INFO|500||cambria reply ok (34 ms):{"serverTimeMs":0,"count":1} 2022-06-07T11:28:45.005Z|72805021-1d4b-4080-92fd-e38e12ca52a0|pool-2-thread-5|||||INFO|500||DistributionClient - sendNotificationStatus 2022-06-07T11:28:45.006Z|72805021-1d4b-4080-92fd-e38e12ca52a0|pool-2-thread-5|||||INFO|500||DistributionClient - sendStatus 2022-06-07T11:28:45.023Z|72805021-1d4b-4080-92fd-e38e12ca52a0|pool-2-thread-5|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap] 2022-06-07T11:28:45.023Z|72805021-1d4b-4080-92fd-e38e12ca52a0|pool-2-thread-5|||||DEBUG|500||try to send status { "distributionID": "550181af-a9b8-4aac-a3f6-eee3dc0b4bd5", "consumerID": "SO-COpenSource-Env11", "timestamp": 1654601075641, "artifactURL": "/sdc/v1/catalog/services/BasicOnboardCshibk/1.0/resourceInstances/basic_onboard_cshibk0/artifacts/basic_onboard_cshibk0_modules.json", "status": "NOTIFIED" } 2022-06-07T11:28:45.109Z||pool-20-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 86 ms 2022-06-07T11:28:45.110Z||pool-20-thread-1|||||WARN|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO will send credentials over a clear channel. 2022-06-07T11:28:45.110Z||pool-20-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as rACJoekZgDKIBPEP) ... 2022-06-07T11:28:45.134Z||pool-20-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK 2022-06-07T11:28:45.134Z||pool-20-thread-1|||||INFO|500||cambria reply ok (25 ms):{"serverTimeMs":0,"count":1} 2022-06-07T11:28:46.024Z|72805021-1d4b-4080-92fd-e38e12ca52a0|pool-2-thread-5|||||INFO|500||DistributionClient - sendNotificationStatus 2022-06-07T11:28:46.024Z|72805021-1d4b-4080-92fd-e38e12ca52a0|pool-2-thread-5|||||INFO|500||DistributionClient - sendStatus 2022-06-07T11:28:46.026Z|72805021-1d4b-4080-92fd-e38e12ca52a0|pool-2-thread-5|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap] 2022-06-07T11:28:46.026Z|72805021-1d4b-4080-92fd-e38e12ca52a0|pool-2-thread-5|||||DEBUG|500||try to send status { "distributionID": "550181af-a9b8-4aac-a3f6-eee3dc0b4bd5", "consumerID": "SO-COpenSource-Env11", "timestamp": 1654601075641, "artifactURL": "/sdc/v1/catalog/services/BasicOnboardCshibk/1.0/resourceInstances/basic_onboard_cshibk0/artifacts/base_ubuntu18.yaml", "status": "NOTIFIED" } 2022-06-07T11:28:46.126Z||pool-21-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms 2022-06-07T11:28:46.127Z||pool-21-thread-1|||||WARN|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO will send credentials over a clear channel. 2022-06-07T11:28:46.128Z||pool-21-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as rACJoekZgDKIBPEP) ... 2022-06-07T11:28:46.143Z||pool-21-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK 2022-06-07T11:28:46.143Z||pool-21-thread-1|||||INFO|500||cambria reply ok (16 ms):{"serverTimeMs":1,"count":1} 2022-06-07T11:28:47.027Z|72805021-1d4b-4080-92fd-e38e12ca52a0|pool-2-thread-5|||||INFO|500||DistributionClient - sendNotificationStatus 2022-06-07T11:28:47.028Z|72805021-1d4b-4080-92fd-e38e12ca52a0|pool-2-thread-5|||||INFO|500||DistributionClient - sendStatus 2022-06-07T11:28:47.030Z|72805021-1d4b-4080-92fd-e38e12ca52a0|pool-2-thread-5|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap] 2022-06-07T11:28:47.030Z|72805021-1d4b-4080-92fd-e38e12ca52a0|pool-2-thread-5|||||DEBUG|500||try to send status { "distributionID": "550181af-a9b8-4aac-a3f6-eee3dc0b4bd5", "consumerID": "SO-COpenSource-Env11", "timestamp": 1654601075641, "artifactURL": "/sdc/v1/catalog/services/BasicOnboardCshibk/1.0/resourceInstances/basic_onboard_cshibk0/artifacts/vendor-license-model.xml", "status": "NOT_NOTIFIED" } 2022-06-07T11:28:47.130Z||pool-22-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms 2022-06-07T11:28:47.132Z||pool-22-thread-1|||||WARN|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO will send credentials over a clear channel. 2022-06-07T11:28:47.132Z||pool-22-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as rACJoekZgDKIBPEP) ... 2022-06-07T11:28:47.155Z||pool-22-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK 2022-06-07T11:28:47.155Z||pool-22-thread-1|||||INFO|500||cambria reply ok (24 ms):{"serverTimeMs":0,"count":1} 2022-06-07T11:28:48.031Z|72805021-1d4b-4080-92fd-e38e12ca52a0|pool-2-thread-5|||||INFO|500||DistributionClient - sendNotificationStatus 2022-06-07T11:28:48.032Z|72805021-1d4b-4080-92fd-e38e12ca52a0|pool-2-thread-5|||||INFO|500||DistributionClient - sendStatus 2022-06-07T11:28:48.034Z|72805021-1d4b-4080-92fd-e38e12ca52a0|pool-2-thread-5|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap] 2022-06-07T11:28:48.034Z|72805021-1d4b-4080-92fd-e38e12ca52a0|pool-2-thread-5|||||DEBUG|500||try to send status { "distributionID": "550181af-a9b8-4aac-a3f6-eee3dc0b4bd5", "consumerID": "SO-COpenSource-Env11", "timestamp": 1654601075641, "artifactURL": "/sdc/v1/catalog/services/BasicOnboardCshibk/1.0/resourceInstances/basic_onboard_cshibk0/artifacts/base_ubuntu18.env", "status": "NOTIFIED" } 2022-06-07T11:28:48.134Z||pool-23-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms 2022-06-07T11:28:48.135Z||pool-23-thread-1|||||WARN|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO will send credentials over a clear channel. 2022-06-07T11:28:48.135Z||pool-23-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as rACJoekZgDKIBPEP) ... 2022-06-07T11:28:48.153Z||pool-23-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK 2022-06-07T11:28:48.153Z||pool-23-thread-1|||||INFO|500||cambria reply ok (18 ms):{"serverTimeMs":0,"count":1} 2022-06-07T11:28:49.035Z|72805021-1d4b-4080-92fd-e38e12ca52a0|pool-2-thread-5|||||INFO|500||DistributionClient - sendNotificationStatus 2022-06-07T11:28:49.035Z|72805021-1d4b-4080-92fd-e38e12ca52a0|pool-2-thread-5|||||INFO|500||DistributionClient - sendStatus 2022-06-07T11:28:49.037Z|72805021-1d4b-4080-92fd-e38e12ca52a0|pool-2-thread-5|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap] 2022-06-07T11:28:49.038Z|72805021-1d4b-4080-92fd-e38e12ca52a0|pool-2-thread-5|||||DEBUG|500||try to send status { "distributionID": "550181af-a9b8-4aac-a3f6-eee3dc0b4bd5", "consumerID": "SO-COpenSource-Env11", "timestamp": 1654601075641, "artifactURL": "/sdc/v1/catalog/services/BasicOnboardCshibk/1.0/artifacts/service-BasicOnboardCshibk-template.yml", "status": "NOT_NOTIFIED" } 2022-06-07T11:28:49.138Z||pool-24-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms 2022-06-07T11:28:49.140Z||pool-24-thread-1|||||WARN|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO will send credentials over a clear channel. 2022-06-07T11:28:49.140Z||pool-24-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as rACJoekZgDKIBPEP) ... 2022-06-07T11:28:49.163Z||pool-24-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK 2022-06-07T11:28:49.163Z||pool-24-thread-1|||||INFO|500||cambria reply ok (24 ms):{"serverTimeMs":0,"count":1} 2022-06-07T11:28:50.038Z|72805021-1d4b-4080-92fd-e38e12ca52a0|pool-2-thread-5|||||INFO|500||DistributionClient - sendNotificationStatus 2022-06-07T11:28:50.039Z|72805021-1d4b-4080-92fd-e38e12ca52a0|pool-2-thread-5|||||INFO|500||DistributionClient - sendStatus 2022-06-07T11:28:50.041Z|72805021-1d4b-4080-92fd-e38e12ca52a0|pool-2-thread-5|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap] 2022-06-07T11:28:50.041Z|72805021-1d4b-4080-92fd-e38e12ca52a0|pool-2-thread-5|||||DEBUG|500||try to send status { "distributionID": "550181af-a9b8-4aac-a3f6-eee3dc0b4bd5", "consumerID": "SO-COpenSource-Env11", "timestamp": 1654601075641, "artifactURL": "/sdc/v1/catalog/services/BasicOnboardCshibk/1.0/artifacts/service-BasicOnboardCshibk-csar.csar", "status": "NOTIFIED" } 2022-06-07T11:28:50.141Z||pool-25-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms 2022-06-07T11:28:50.142Z||pool-25-thread-1|||||WARN|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO will send credentials over a clear channel. 2022-06-07T11:28:50.142Z||pool-25-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as rACJoekZgDKIBPEP) ... 2022-06-07T11:28:50.179Z||pool-25-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK 2022-06-07T11:28:50.179Z||pool-25-thread-1|||||INFO|500||cambria reply ok (38 ms):{"serverTimeMs":0,"count":1} 2022-06-07T11:28:51.042Z|72805021-1d4b-4080-92fd-e38e12ca52a0|pool-2-thread-5|||||DEBUG|500||sending notification to client: { "distributionID": "550181af-a9b8-4aac-a3f6-eee3dc0b4bd5", "serviceName": "basic_onboard_CsHIbK", "serviceVersion": "1.0", "serviceUUID": "955c7cb2-e95a-446b-948d-cc7d100f6191", "serviceDescription": "service", "serviceInvariantUUID": "4cdb153b-82a6-40e2-8e2a-3a995ade446a", "resources": [ { "resourceInstanceName": "basic_onboard_CsHIbK 0", "resourceCustomizationUUID": "0eaa30b3-0a23-414a-ac65-e8587a0d1bee", "resourceName": "basic_onboard_CsHIbK", "resourceVersion": "1.0", "resoucreType": "VF", "resourceUUID": "a46a5fa3-1288-4275-b125-34478fd7d1f7", "resourceInvariantUUID": "4ebfe00d-0779-4890-9867-058b555ccef7", "category": "Generic", "subcategory": "Abstract", "artifacts": [ { "artifactName": "basic_onboard_cshibk0_modules.json", "artifactType": "VF_MODULES_METADATA", "artifactURL": "/sdc/v1/catalog/services/BasicOnboardCshibk/1.0/resourceInstances/basic_onboard_cshibk0/artifacts/basic_onboard_cshibk0_modules.json", "artifactChecksum": "ODdlOTE0ZGM1NTAxZmYxNDM2YTRkYWQ5NDgxNDQ1YzU\u003d", "artifactDescription": "Auto-generated VF Modules information artifact", "artifactTimeout": 0, "artifactVersion": "1", "artifactUUID": "0d6f1432-6727-4765-aa98-bfc8c7326534", "relatedArtifactsInfo": [] }, { "artifactName": "base_ubuntu18.yaml", "artifactType": "HEAT", "artifactURL": "/sdc/v1/catalog/services/BasicOnboardCshibk/1.0/resourceInstances/basic_onboard_cshibk0/artifacts/base_ubuntu18.yaml", "artifactChecksum": "NzA5ZGU3Y2Q2M2IwNWU2OTc1NTQ0ZDBhNDhlNjNjZjY\u003d", "artifactDescription": "created from csar", "artifactTimeout": 30, "artifactVersion": "1", "artifactUUID": "13db36bb-050a-4b9e-810d-4b46631da825", "generatedArtifact": { "artifactName": "base_ubuntu18.env", "artifactType": "HEAT_ENV", "artifactURL": "/sdc/v1/catalog/services/BasicOnboardCshibk/1.0/resourceInstances/basic_onboard_cshibk0/artifacts/base_ubuntu18.env", "artifactChecksum": "ODYwMmYwMDliN2JjOTNlN2ZlM2RkNzAzMTg3OWMzNTA\u003d", "artifactDescription": "Auto-generated HEAT Environment deployment artifact", "artifactTimeout": 0, "artifactVersion": "2", "artifactUUID": "b8df0701-796c-44b2-9133-a42820d6643b", "generatedFromUUID": "13db36bb-050a-4b9e-810d-4b46631da825" }, "relatedArtifactsInfo": [] }, { "artifactName": "base_ubuntu18.env", "artifactType": "HEAT_ENV", "artifactURL": "/sdc/v1/catalog/services/BasicOnboardCshibk/1.0/resourceInstances/basic_onboard_cshibk0/artifacts/base_ubuntu18.env", "artifactChecksum": "ODYwMmYwMDliN2JjOTNlN2ZlM2RkNzAzMTg3OWMzNTA\u003d", "artifactDescription": "Auto-generated HEAT Environment deployment artifact", "artifactTimeout": 0, "artifactVersion": "2", "artifactUUID": "b8df0701-796c-44b2-9133-a42820d6643b", "relatedArtifactsInfo": [] } ] } ], "serviceArtifacts": [ { "artifactName": "service-BasicOnboardCshibk-csar.csar", "artifactType": "TOSCA_CSAR", "artifactURL": "/sdc/v1/catalog/services/BasicOnboardCshibk/1.0/artifacts/service-BasicOnboardCshibk-csar.csar", "artifactChecksum": "MDNkZDZjMTBjNGU4YzU0ZThjOGM0M2NhMjJjODViMDQ\u003d", "artifactDescription": "TOSCA definition package of the asset", "artifactTimeout": 0, "artifactVersion": "1", "artifactUUID": "c0834564-2a0d-44a4-a79c-6fc2a51df6c0" } ], "workloadContext": "Production" } 2022-06-07T11:28:51.043Z|72805021-1d4b-4080-92fd-e38e12ca52a0|pool-2-thread-5|||||DEBUG|500||Receive a callback notification in ASDC, nb of resources: 1 2022-06-07T11:28:51.043Z|72805021-1d4b-4080-92fd-e38e12ca52a0|pool-2-thread-5|||||INFO|500||ASDC_RECEIVE_CALLBACK_NOTIF 3 955c7cb2-e95a-446b-948d-cc7d100f6191 ASDC 2022-06-07T11:28:51.043Z|550181af-a9b8-4aac-a3f6-eee3dc0b4bd5|pool-2-thread-5|||||DEBUG|500||ASDC Notification: DistributionID:550181af-a9b8-4aac-a3f6-eee3dc0b4bd5 ServiceName:basic_onboard_CsHIbK ServiceVersion:1.0 ServiceUUID:955c7cb2-e95a-446b-948d-cc7d100f6191 ServiceInvariantUUID:4cdb153b-82a6-40e2-8e2a-3a995ade446a ServiceDescription:service Service Artifacts List: { Service Artifacts Info: ArtifactName:service-BasicOnboardCshibk-csar.csar ArtifactVersion:1 ArtifactType:TOSCA_CSAR ArtifactDescription:TOSCA definition package of the asset ArtifactTimeout:0 ArtifactURL:/sdc/v1/catalog/services/BasicOnboardCshibk/1.0/artifacts/service-BasicOnboardCshibk-csar.csar ArtifactUUID:c0834564-2a0d-44a4-a79c-6fc2a51df6c0 ArtifactChecksum:MDNkZDZjMTBjNGU4YzU0ZThjOGM0M2NhMjJjODViMDQ= GeneratedArtifact:{NULL } RelatedArtifacts:{ } } Resource Instances List: { Resource Instance Info: ResourceInstanceName:basic_onboard_CsHIbK 0 ResourceCustomizationUUID:0eaa30b3-0a23-414a-ac65-e8587a0d1bee ResourceInvariantUUID:4ebfe00d-0779-4890-9867-058b555ccef7 ResourceName:basic_onboard_CsHIbK ResourceType:VF ResourceUUID:a46a5fa3-1288-4275-b125-34478fd7d1f7 ResourceVersion:1.0 Category:Generic SubCategory:Abstract Resource Artifacts List: { Service Artifacts Info: ArtifactName:basic_onboard_cshibk0_modules.json ArtifactVersion:1 ArtifactType:VF_MODULES_METADATA ArtifactDescription:Auto-generated VF Modules information artifact ArtifactTimeout:0 ArtifactURL:/sdc/v1/catalog/services/BasicOnboardCshibk/1.0/resourceInstances/basic_onboard_cshibk0/artifacts/basic_onboard_cshibk0_modules.json ArtifactUUID:0d6f1432-6727-4765-aa98-bfc8c7326534 ArtifactChecksum:ODdlOTE0ZGM1NTAxZmYxNDM2YTRkYWQ5NDgxNDQ1YzU= 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/BasicOnboardCshibk/1.0/resourceInstances/basic_onboard_cshibk0/artifacts/base_ubuntu18.yaml ArtifactUUID:13db36bb-050a-4b9e-810d-4b46631da825 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/BasicOnboardCshibk/1.0/resourceInstances/basic_onboard_cshibk0/artifacts/base_ubuntu18.env ArtifactUUID:b8df0701-796c-44b2-9133-a42820d6643b 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/BasicOnboardCshibk/1.0/resourceInstances/basic_onboard_cshibk0/artifacts/base_ubuntu18.env ArtifactUUID:b8df0701-796c-44b2-9133-a42820d6643b ArtifactChecksum:ODYwMmYwMDliN2JjOTNlN2ZlM2RkNzAzMTg3OWMzNTA= GeneratedArtifact:{NULL } RelatedArtifacts:{ } } } 2022-06-07T11:28:51.043Z|550181af-a9b8-4aac-a3f6-eee3dc0b4bd5|pool-2-thread-5|||||INFO|500||ASDC_RECEIVE_SERVICE_NOTIF 955c7cb2-e95a-446b-948d-cc7d100f6191 ASDC treatNotification Hibernate: select watchdogse0_.DISTRIBUTION_ID as distribu1_13_0_, watchdogse0_.SERVICE_MODEL_VERSION_ID as service_2_13_0_, watchdogse0_.CONSUMER_ID as consumer3_13_0_, watchdogse0_.CREATE_TIME as create_t4_13_0_, watchdogse0_.DISTRIBUTION_NOTIFICATION as distribu5_13_0_ from watchdog_service_mod_ver_id_lookup watchdogse0_ where watchdogse0_.DISTRIBUTION_ID=? and watchdogse0_.SERVICE_MODEL_VERSION_ID=? Hibernate: insert into watchdog_service_mod_ver_id_lookup (CONSUMER_ID, CREATE_TIME, DISTRIBUTION_NOTIFICATION, DISTRIBUTION_ID, SERVICE_MODEL_VERSION_ID) values (?, ?, ?, ?, ?) Hibernate: select watchdogdi0_.DISTRIBUTION_ID as distribu1_11_0_, watchdogdi0_.CREATE_TIME as create_t2_11_0_, watchdogdi0_.DISTRIBUTION_ID_STATUS as distribu3_11_0_, watchdogdi0_.MODIFY_TIME as modify_t4_11_0_, watchdogdi0_.LOCK_VERSION as lock_ver5_11_0_ from watchdog_distributionid_status watchdogdi0_ where watchdogdi0_.DISTRIBUTION_ID=? Hibernate: update watchdog_distributionid_status set DISTRIBUTION_ID_STATUS=?, MODIFY_TIME=?, LOCK_VERSION=? where DISTRIBUTION_ID=? 2022-06-07T11:28:51.073Z|550181af-a9b8-4aac-a3f6-eee3dc0b4bd5|pool-2-thread-5|||||INFO|500||Unable to find the system property mso.config.path, use the default configuration 2022-06-07T11:28:51.074Z|550181af-a9b8-4aac-a3f6-eee3dc0b4bd5|pool-2-thread-5|||||INFO|500||MSO config path is: /app 2022-06-07T11:28:51.074Z|550181af-a9b8-4aac-a3f6-eee3dc0b4bd5|pool-2-thread-5|||||INFO|500||MSO config path is: /app 2022-06-07T11:28:51.074Z|550181af-a9b8-4aac-a3f6-eee3dc0b4bd5|pool-2-thread-5|||||INFO|500||Trying to download the artifact UUID: c0834564-2a0d-44a4-a79c-6fc2a51df6c0 from URL: /sdc/v1/catalog/services/BasicOnboardCshibk/1.0/artifacts/service-BasicOnboardCshibk-csar.csar 2022-06-07T11:28:51.074Z|550181af-a9b8-4aac-a3f6-eee3dc0b4bd5|pool-2-thread-5|||||INFO|500||DistributionClient - download 2022-06-07T11:28:51.074Z|550181af-a9b8-4aac-a3f6-eee3dc0b4bd5|pool-2-thread-5|||||DEBUG|500||url to send https://sdc-be.onap:8443/sdc/v1/catalog/services/BasicOnboardCshibk/1.0/artifacts/service-BasicOnboardCshibk-csar.csar 2022-06-07T11:28:51.230Z|550181af-a9b8-4aac-a3f6-eee3dc0b4bd5|pool-2-thread-5|||||DEBUG|500||GET Response Status 200 2022-06-07T11:28:51.233Z|550181af-a9b8-4aac-a3f6-eee3dc0b4bd5|pool-2-thread-5|||||INFO|500||ASDC_ARTIFACT_DOWNLOAD_SUC /sdc/v1/catalog/services/BasicOnboardCshibk/1.0/artifacts/service-BasicOnboardCshibk-csar.csar c0834564-2a0d-44a4-a79c-6fc2a51df6c0 71558 2022-06-07T11:28:51.233Z|550181af-a9b8-4aac-a3f6-eee3dc0b4bd5|pool-2-thread-5|||||INFO|500||ASDC_SEND_NOTIF_ASDC DOWNLOAD DOWNLOAD_OK /sdc/v1/catalog/services/BasicOnboardCshibk/1.0/artifacts/service-BasicOnboardCshibk-csar.csar ASDC sendASDCNotification 2022-06-07T11:28:51.234Z|550181af-a9b8-4aac-a3f6-eee3dc0b4bd5|pool-2-thread-5|||||DEBUG|500||Sending DOWNLOAD(DOWNLOAD_OK) notification to ASDC for artifact:/sdc/v1/catalog/services/BasicOnboardCshibk/1.0/artifacts/service-BasicOnboardCshibk-csar.csar 2022-06-07T11:28:51.234Z|550181af-a9b8-4aac-a3f6-eee3dc0b4bd5|pool-2-thread-5|||||INFO|500||DistributionClient - sendDownloadStatus 2022-06-07T11:28:51.234Z|550181af-a9b8-4aac-a3f6-eee3dc0b4bd5|pool-2-thread-5|||||INFO|500||DistributionClient - sendStatus 2022-06-07T11:28:51.236Z|550181af-a9b8-4aac-a3f6-eee3dc0b4bd5|pool-2-thread-5|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap] 2022-06-07T11:28:51.236Z|550181af-a9b8-4aac-a3f6-eee3dc0b4bd5|pool-2-thread-5|||||DEBUG|500||try to send status { "distributionID": "550181af-a9b8-4aac-a3f6-eee3dc0b4bd5", "consumerID": "SO-COpenSource-Env11", "timestamp": 1654601331233, "artifactURL": "/sdc/v1/catalog/services/BasicOnboardCshibk/1.0/artifacts/service-BasicOnboardCshibk-csar.csar", "status": "DOWNLOAD_OK" } 2022-06-07T11:28:51.336Z||pool-26-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms 2022-06-07T11:28:51.338Z||pool-26-thread-1|||||WARN|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO will send credentials over a clear channel. 2022-06-07T11:28:51.338Z||pool-26-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as rACJoekZgDKIBPEP) ... 2022-06-07T11:28:51.357Z||pool-26-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK 2022-06-07T11:28:51.358Z||pool-26-thread-1|||||INFO|500||cambria reply ok (21 ms):{"serverTimeMs":1,"count":1} 2022-06-07T11:28:52.236Z|550181af-a9b8-4aac-a3f6-eee3dc0b4bd5|pool-2-thread-5|||||INFO|500||Unable to find the system property mso.config.path, use the default configuration 2022-06-07T11:28:52.237Z|550181af-a9b8-4aac-a3f6-eee3dc0b4bd5|pool-2-thread-5|||||INFO|500||MSO config path is: /app 2022-06-07T11:28:52.238Z|550181af-a9b8-4aac-a3f6-eee3dc0b4bd5|pool-2-thread-5|||||INFO|500||Trying to write artifact UUID: c0834564-2a0d-44a4-a79c-6fc2a51df6c0, URL: /sdc/v1/catalog/services/BasicOnboardCshibk/1.0/artifacts/service-BasicOnboardCshibk-csar.csar to file: /app/ASDC/1/service-BasicOnboardCshibk-csar.csar 2022-06-07T11:28:52.238Z|550181af-a9b8-4aac-a3f6-eee3dc0b4bd5|pool-2-thread-5|||||INFO|500||ASDC_RECEIVE_SERVICE_NOTIF ***WRITE FILE ARTIFACT NAME ASDC service-BasicOnboardCshibk-csar.csar 2022-06-07T11:28:52.239Z|550181af-a9b8-4aac-a3f6-eee3dc0b4bd5|pool-2-thread-5|||||DEBUG|500||ASDC File path is: /app/ASDC/1/service-BasicOnboardCshibk-csar.csar 2022-06-07T11:28:52.239Z|550181af-a9b8-4aac-a3f6-eee3dc0b4bd5|pool-2-thread-5|||||INFO|500||ASDC_RECEIVE_SERVICE_NOTIF ***PATH ASDC /app/ASDC/1/service-BasicOnboardCshibk-csar.csar 2022-06-07T11:28:52.393Z|550181af-a9b8-4aac-a3f6-eee3dc0b4bd5|pool-2-thread-5|||||DEBUG|500||ToscaTemplate Loading YAMEL file /tmp/JTP119709856969862872/Definitions/service-BasicOnboardCshibk-template.yml Log warning: The required parameter "port_ubuntu18_admin_plane_port_0_name" is not provided Log warning: The required parameter "port_ubuntu18_admin_plane_port_0_order" is not provided Log warning: The required parameter "port_ubuntu18_admin_plane_port_0_vlan_requirements" is not provided Log warning: The required parameter "port_ubuntu18_admin_plane_port_0_network_role" is not provided Log warning: The required parameter "port_ubuntu18_admin_plane_port_0_related_networks" is not provided Log warning: The required parameter "port_ubuntu18_admin_plane_port_0_subnetpoolid" is not provided 2022-06-07T11:28:53.636Z|550181af-a9b8-4aac-a3f6-eee3dc0b4bd5|pool-2-thread-5|||||DEBUG|500||CSAR conformance level is 11.0 2022-06-07T11:28:53.638Z|550181af-a9b8-4aac-a3f6-eee3dc0b4bd5|pool-2-thread-5|||||WARN|500||#################################################################################################### 2022-06-07T11:28:53.638Z|550181af-a9b8-4aac-a3f6-eee3dc0b4bd5|pool-2-thread-5|||||WARN|500||CSAR Warnings found! CSAR name - /app/ASDC/1/service-BasicOnboardCshibk-csar.csar 2022-06-07T11:28:53.638Z|550181af-a9b8-4aac-a3f6-eee3dc0b4bd5|pool-2-thread-5|||||WARN|500||ToscaTemplate - verifyTemplate - 9 Parsing Warnings occurred... 2022-06-07T11:28:53.639Z|550181af-a9b8-4aac-a3f6-eee3dc0b4bd5|pool-2-thread-5|||||WARN|500||JTosca Exception [JE003]: MissingRequiredFieldError: properties of template "basic_onboard_CsHIbK 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-BasicOnboardCshibk-csar.csar 2022-06-07T11:28:53.639Z|550181af-a9b8-4aac-a3f6-eee3dc0b4bd5|pool-2-thread-5|||||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-BasicOnboardCshibk-csar.csar 2022-06-07T11:28:53.639Z|550181af-a9b8-4aac-a3f6-eee3dc0b4bd5|pool-2-thread-5|||||WARN|500||JTosca Exception [JE003]: MissingRequiredFieldError: Data value of type "org.openecomp.datatypes.AssignmentRequirements" is missing required field(s) "[supplemental_data]". CSAR name - /app/ASDC/1/service-BasicOnboardCshibk-csar.csar 2022-06-07T11:28:53.639Z|550181af-a9b8-4aac-a3f6-eee3dc0b4bd5|pool-2-thread-5|||||WARN|500||JTosca Exception [JE003]: MissingRequiredFieldError: Data value of type "org.openecomp.datatypes.network.IpRequirements" is missing required field(s) "[assingment_method, supplemental_data]". CSAR name - /app/ASDC/1/service-BasicOnboardCshibk-csar.csar 2022-06-07T11:28:53.640Z|550181af-a9b8-4aac-a3f6-eee3dc0b4bd5|pool-2-thread-5|||||WARN|500||JTosca Exception [JE003]: MissingRequiredFieldError: Data value of type "org.openecomp.datatypes.Naming" is missing required field(s) "[supplemental_data]". CSAR name - /app/ASDC/1/service-BasicOnboardCshibk-csar.csar 2022-06-07T11:28:53.640Z|550181af-a9b8-4aac-a3f6-eee3dc0b4bd5|pool-2-thread-5|||||WARN|500||JTosca Exception [JE001]: TypeMismatchError: "[ubuntu18_admin_security_group]" is not a map. The type is "json". CSAR name - /app/ASDC/1/service-BasicOnboardCshibk-csar.csar 2022-06-07T11:28:53.640Z|550181af-a9b8-4aac-a3f6-eee3dc0b4bd5|pool-2-thread-5|||||WARN|500||JTosca Exception [JE003]: MissingRequiredFieldError: properties of template "abstract_ubuntu18" are missing field(s): [unit, type]. CSAR name - /app/ASDC/1/service-BasicOnboardCshibk-csar.csar 2022-06-07T11:28:53.641Z|550181af-a9b8-4aac-a3f6-eee3dc0b4bd5|pool-2-thread-5|||||WARN|500||JTosca Exception [JE003]: MissingRequiredFieldError: Data value of type "org.openecomp.datatypes.network.MacRequirements" is missing required field(s) "[supplemental_data]". CSAR name - /app/ASDC/1/service-BasicOnboardCshibk-csar.csar 2022-06-07T11:28:53.641Z|550181af-a9b8-4aac-a3f6-eee3dc0b4bd5|pool-2-thread-5|||||WARN|500||JTosca Exception [JE003]: MissingRequiredFieldError: Data value of type "org.openecomp.datatypes.PortMirroringConnectionPointDescription" is missing required field(s) "[nf_naming_code, pps_capacity, nf_type, nfc_type]". CSAR name - /app/ASDC/1/service-BasicOnboardCshibk-csar.csar 2022-06-07T11:28:53.641Z|550181af-a9b8-4aac-a3f6-eee3dc0b4bd5|pool-2-thread-5|||||WARN|500||#################################################################################################### 2022-06-07T11:28:53.642Z|550181af-a9b8-4aac-a3f6-eee3dc0b4bd5|pool-2-thread-5|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive 2022-06-07T11:28:53.642Z|550181af-a9b8-4aac-a3f6-eee3dc0b4bd5|pool-2-thread-5|||||DEBUG|500||Service basic_onboard_CsHIbK is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=SERVICE_PROXY, toscaType=null, uUID=null, customizationUUID=null 2022-06-07T11:28:53.643Z|550181af-a9b8-4aac-a3f6-eee3dc0b4bd5|pool-2-thread-5|||||DEBUG|500||Node template basic_onboard_CsHIbK 0 is matching search criteria 2022-06-07T11:28:53.643Z|550181af-a9b8-4aac-a3f6-eee3dc0b4bd5|pool-2-thread-5|||||DEBUG|500||Search for entities recursively 2022-06-07T11:28:53.644Z|550181af-a9b8-4aac-a3f6-eee3dc0b4bd5|pool-2-thread-5|||||DEBUG|500||Found topology templates [basic_onboard_CsHIbK 0, abstract_ubuntu18] matching following query criteria: sdcType=Service, customizationUUID=null 2022-06-07T11:28:53.644Z|550181af-a9b8-4aac-a3f6-eee3dc0b4bd5|pool-2-thread-5|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive 2022-06-07T11:28:53.644Z|550181af-a9b8-4aac-a3f6-eee3dc0b4bd5|pool-2-thread-5|||||DEBUG|500||Service basic_onboard_CsHIbK is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=CONFIGURATION, toscaType=null, uUID=null, customizationUUID=null 2022-06-07T11:28:53.645Z|550181af-a9b8-4aac-a3f6-eee3dc0b4bd5|pool-2-thread-5|||||DEBUG|500||Node template basic_onboard_CsHIbK 0 is matching search criteria 2022-06-07T11:28:53.645Z|550181af-a9b8-4aac-a3f6-eee3dc0b4bd5|pool-2-thread-5|||||DEBUG|500||Search for entities recursively 2022-06-07T11:28:53.646Z|550181af-a9b8-4aac-a3f6-eee3dc0b4bd5|pool-2-thread-5|||||DEBUG|500||Found topology templates [basic_onboard_CsHIbK 0, abstract_ubuntu18] matching following query criteria: sdcType=Service, customizationUUID=null 2022-06-07T11:28:53.646Z|550181af-a9b8-4aac-a3f6-eee3dc0b4bd5|pool-2-thread-5|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive 2022-06-07T11:28:53.646Z|550181af-a9b8-4aac-a3f6-eee3dc0b4bd5|pool-2-thread-5|||||DEBUG|500||Service basic_onboard_CsHIbK is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=VF, toscaType=null, uUID=null, customizationUUID=null 2022-06-07T11:28:53.647Z|550181af-a9b8-4aac-a3f6-eee3dc0b4bd5|pool-2-thread-5|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive 2022-06-07T11:28:53.647Z|550181af-a9b8-4aac-a3f6-eee3dc0b4bd5|pool-2-thread-5|||||DEBUG|500||Node template basic_onboard_CsHIbK 0 is not matching search criteria 2022-06-07T11:28:53.648Z|550181af-a9b8-4aac-a3f6-eee3dc0b4bd5|pool-2-thread-5|||||DEBUG|500||Node template abstract_ubuntu18 is not matching search criteria 2022-06-07T11:28:53.648Z|550181af-a9b8-4aac-a3f6-eee3dc0b4bd5|pool-2-thread-5|||||DEBUG|500||Node template ubuntu18 is not matching search criteria 2022-06-07T11:28:53.648Z|550181af-a9b8-4aac-a3f6-eee3dc0b4bd5|pool-2-thread-5|||||DEBUG|500||Node template ubuntu18_ubuntu18_admin_plane_port_0 is not matching search criteria 2022-06-07T11:28:53.648Z|550181af-a9b8-4aac-a3f6-eee3dc0b4bd5|pool-2-thread-5|||||DEBUG|500||Node template ubuntu18_admin_security_group is not matching search criteria 2022-06-07T11:28:53.649Z|550181af-a9b8-4aac-a3f6-eee3dc0b4bd5|pool-2-thread-5|||||DEBUG|500||Found topology templates [] matching following query criteria: sdcType=VF, customizationUUID=customizationUUID 2022-06-07T11:28:53.649Z|550181af-a9b8-4aac-a3f6-eee3dc0b4bd5|pool-2-thread-5|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive 2022-06-07T11:28:53.649Z|550181af-a9b8-4aac-a3f6-eee3dc0b4bd5|pool-2-thread-5|||||DEBUG|500||Service basic_onboard_CsHIbK is searched for EntityType=GROUP, nodeTemplateType=null, toscaType=org.openecomp.groups.VfModule, uUID=null, customizationUUID=null 2022-06-07T11:28:53.650Z|550181af-a9b8-4aac-a3f6-eee3dc0b4bd5|pool-2-thread-5|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive 2022-06-07T11:28:53.650Z|550181af-a9b8-4aac-a3f6-eee3dc0b4bd5|pool-2-thread-5|||||DEBUG|500||Node template basic_onboard_CsHIbK 0 is matching search criteria 2022-06-07T11:28:53.651Z|550181af-a9b8-4aac-a3f6-eee3dc0b4bd5|pool-2-thread-5|||||DEBUG|500||Found topology templates [basic_onboard_CsHIbK 0] matching following query criteria: sdcType=VF, customizationUUID=null 2022-06-07T11:28:53.651Z|550181af-a9b8-4aac-a3f6-eee3dc0b4bd5|pool-2-thread-5|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive 2022-06-07T11:28:53.651Z|550181af-a9b8-4aac-a3f6-eee3dc0b4bd5|pool-2-thread-5|||||DEBUG|500||Node template basic_onboard_CsHIbK 0 is matching search criteria 2022-06-07T11:28:53.652Z|550181af-a9b8-4aac-a3f6-eee3dc0b4bd5|pool-2-thread-5|||||DEBUG|500||Found topology templates [basic_onboard_CsHIbK 0] matching following query criteria: sdcType=VF, customizationUUID=null 2022-06-07T11:28:53.652Z|550181af-a9b8-4aac-a3f6-eee3dc0b4bd5|pool-2-thread-5|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive 2022-06-07T11:28:53.653Z|550181af-a9b8-4aac-a3f6-eee3dc0b4bd5|pool-2-thread-5|||||DEBUG|500||Node template basic_onboard_CsHIbK 0 is matching search criteria 2022-06-07T11:28:53.653Z|550181af-a9b8-4aac-a3f6-eee3dc0b4bd5|pool-2-thread-5|||||DEBUG|500||Found topology templates [basic_onboard_CsHIbK 0] matching following query criteria: sdcType=VF, customizationUUID=null 2022-06-07T11:28:53.653Z|550181af-a9b8-4aac-a3f6-eee3dc0b4bd5|pool-2-thread-5|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive 2022-06-07T11:28:53.654Z|550181af-a9b8-4aac-a3f6-eee3dc0b4bd5|pool-2-thread-5|||||DEBUG|500||Node template basic_onboard_CsHIbK 0 is not matching search criteria 2022-06-07T11:28:53.654Z|550181af-a9b8-4aac-a3f6-eee3dc0b4bd5|pool-2-thread-5|||||DEBUG|500||Node template abstract_ubuntu18 is matching search criteria 2022-06-07T11:28:53.654Z|550181af-a9b8-4aac-a3f6-eee3dc0b4bd5|pool-2-thread-5|||||DEBUG|500||Node template ubuntu18_admin_security_group is not matching search criteria 2022-06-07T11:28:53.655Z|550181af-a9b8-4aac-a3f6-eee3dc0b4bd5|pool-2-thread-5|||||DEBUG|500||Found topology templates [abstract_ubuntu18] matching following query criteria: sdcType=CVFC, customizationUUID=5dbeeeac-8409-489a-ae14-cf04f94a26ec 2022-06-07T11:28:53.655Z|550181af-a9b8-4aac-a3f6-eee3dc0b4bd5|pool-2-thread-5|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive 2022-06-07T11:28:53.656Z|550181af-a9b8-4aac-a3f6-eee3dc0b4bd5|pool-2-thread-5|||||DEBUG|500||Service basic_onboard_CsHIbK is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=VL, toscaType=null, uUID=null, customizationUUID=null 2022-06-07T11:28:53.656Z|550181af-a9b8-4aac-a3f6-eee3dc0b4bd5|pool-2-thread-5|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive 2022-06-07T11:28:53.656Z|550181af-a9b8-4aac-a3f6-eee3dc0b4bd5|pool-2-thread-5|||||DEBUG|500||Service basic_onboard_CsHIbK is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=CR, toscaType=null, uUID=null, customizationUUID=null 2022-06-07T11:28:53.657Z|550181af-a9b8-4aac-a3f6-eee3dc0b4bd5|pool-2-thread-5|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive 2022-06-07T11:28:53.657Z|550181af-a9b8-4aac-a3f6-eee3dc0b4bd5|pool-2-thread-5|||||DEBUG|500||Service basic_onboard_CsHIbK is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=VF, toscaType=null, uUID=null, customizationUUID=null 2022-06-07T11:28:53.658Z|550181af-a9b8-4aac-a3f6-eee3dc0b4bd5|pool-2-thread-5|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive 2022-06-07T11:28:53.658Z|550181af-a9b8-4aac-a3f6-eee3dc0b4bd5|pool-2-thread-5|||||DEBUG|500||Service basic_onboard_CsHIbK is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=PNF, toscaType=null, uUID=null, customizationUUID=null 2022-06-07T11:28:53.658Z|550181af-a9b8-4aac-a3f6-eee3dc0b4bd5|pool-2-thread-5|||||DEBUG|500||CSAR Notification: Service Level Properties: Name:basic_onboard_CsHIbK Description:service Model UUID:955c7cb2-e95a-446b-948d-cc7d100f6191 Model Version:NULL Model InvariantUuid:4cdb153b-82a6-40e2-8e2a-3a995ade446a Service Type: Service Role: WorkLoad Context:Production Environment Context:General_Revenue-Bearing VNF Properties: Model Name:basic_onboard_CsHIbK Model UUID:ed7aac23-ef22-482c-a3e7-06c8222b22ae Description:VF Version:1.0 Type:VF Category:Generic InvariantUuid:4ebfe00d-0779-4890-9867-058b555ccef7 Max Instances:null Min Instances:null VNF Customization Properties: Customization UUID:0eaa30b3-0a23-414a-ac65-e8587a0d1bee NFFunction:null NFCode:null NFRole:null NFType:null MultiStageDesign:false VF Module Properties: ModelInvariantUuid:74c906d2-f9d0-46e4-bba3-d46d2398a4b7 ModelName:BasicOnboardCshibk..base_ubuntu18..module-0 ModelUuid:617a9149-39b6-4cb9-a95e-3c72ef1dd1f2 ModelVersion:1 Description:NULL VF Module Customization Properties: Model Customization UUID:NULL CVNFC Properties: ModelCustomizationUuid:5dbeeeac-8409-489a-ae14-cf04f94a26ec ModelInvariantUuid:84adeac1-815f-45f6-9530-bd2168ec8b2c ModelName:basic_onboard_CsHIbK-nodes.ubuntu18Cvfc ModelUuid:7cebf40b-e6bd-4587-87ed-1664137222ed ModelVersion:1.0 Description:Complex node type that is used as nested type in VF Template Name:abstract_ubuntu18 VNFC Properties: ModelCustomizationUuid:083f842d-279e-4546-a003-7d8ecb7518ea ModelInvariantUuid:9b647ae4-75e1-4882-9ed0-7913ef0b25b8 ModelName:BasicOnboardCshibk.compute.nodes.heat.ubuntu18 ModelUuid:079bb14f-02ec-4094-be03-992a95b9f8f8 ModelVersion:1.0 Description:Not reusable inner VFC Sub Category:Abstract VF Allotted Resource Properties: PNF Allotted Resource Properties: Hibernate: select toscacsar0_.ARTIFACT_UUID as artifact1_57_0_, toscacsar0_.ARTIFACT_CHECKSUM as artifact2_57_0_, toscacsar0_.CREATION_TIMESTAMP as creation3_57_0_, toscacsar0_.DESCRIPTION as descript4_57_0_, toscacsar0_.NAME as name5_57_0_, toscacsar0_.URL as url6_57_0_, toscacsar0_.Version as version7_57_0_ from tosca_csar toscacsar0_ where toscacsar0_.ARTIFACT_UUID=? 2022-06-07T11:28:53.668Z|550181af-a9b8-4aac-a3f6-eee3dc0b4bd5|pool-2-thread-5|||||INFO|500||Processing Resource Type: VF, Model UUID: a46a5fa3-1288-4275-b125-34478fd7d1f7 Hibernate: select service0_.MODEL_UUID as model_uu1_50_, service0_.CDS_BLUEPRINT_NAME as cds_blue2_50_, service0_.CDS_BLUEPRINT_VERSION as cds_blue3_50_, service0_.SERVICE_CATEGORY as service_4_50_, service0_.CONTROLLER_ACTOR as controll5_50_, service0_.CREATION_TIMESTAMP as creation6_50_, service0_.TOSCA_CSAR_ARTIFACT_UUID as tosca_c21_50_, service0_.DESCRIPTION as descript7_50_, service0_.OVERALL_DISTRIBUTION_STATUS as overall_8_50_, service0_.ENVIRONMENT_CONTEXT as environm9_50_, service0_.MODEL_INVARIANT_UUID as model_i10_50_, service0_.MODEL_NAME as model_n11_50_, service0_.MODEL_VERSION as model_v12_50_, service0_.NAMING_POLICY as naming_13_50_, service0_.ONAP_GENERATED_NAMING as onap_ge14_50_, service0_.RESOURCE_ORDER as resourc15_50_, service0_.SERVICE_FUNCTION as service16_50_, service0_.SERVICE_ROLE as service17_50_, service0_.SERVICE_TYPE as service18_50_, service0_.SKIP_POST_INSTANTIATION_CONFIGURATION as skip_po19_50_, service0_.WORKLOAD_CONTEXT as workloa20_50_ from service service0_ where service0_.MODEL_UUID=? 2022-06-07T11:28:53.672Z|550181af-a9b8-4aac-a3f6-eee3dc0b4bd5|pool-2-thread-5|||||INFO|500||basic_onboard_CsHIbK 0 2022-06-07T11:28:53.672Z|550181af-a9b8-4aac-a3f6-eee3dc0b4bd5|pool-2-thread-5|||||DEBUG|500||Processing Resource Type: VF and Model UUID: a46a5fa3-1288-4275-b125-34478fd7d1f7 2022-06-07T11:28:53.672Z|550181af-a9b8-4aac-a3f6-eee3dc0b4bd5|pool-2-thread-5|||||INFO|500||Trying to download the artifact UUID: 0d6f1432-6727-4765-aa98-bfc8c7326534 from URL: /sdc/v1/catalog/services/BasicOnboardCshibk/1.0/resourceInstances/basic_onboard_cshibk0/artifacts/basic_onboard_cshibk0_modules.json 2022-06-07T11:28:53.673Z|550181af-a9b8-4aac-a3f6-eee3dc0b4bd5|pool-2-thread-5|||||INFO|500||DistributionClient - download 2022-06-07T11:28:53.673Z|550181af-a9b8-4aac-a3f6-eee3dc0b4bd5|pool-2-thread-5|||||DEBUG|500||url to send https://sdc-be.onap:8443/sdc/v1/catalog/services/BasicOnboardCshibk/1.0/resourceInstances/basic_onboard_cshibk0/artifacts/basic_onboard_cshibk0_modules.json 2022-06-07T11:28:53.740Z|550181af-a9b8-4aac-a3f6-eee3dc0b4bd5|pool-2-thread-5|||||DEBUG|500||GET Response Status 200 2022-06-07T11:28:53.740Z|550181af-a9b8-4aac-a3f6-eee3dc0b4bd5|pool-2-thread-5|||||INFO|500||ASDC_ARTIFACT_DOWNLOAD_SUC /sdc/v1/catalog/services/BasicOnboardCshibk/1.0/resourceInstances/basic_onboard_cshibk0/artifacts/basic_onboard_cshibk0_modules.json 0d6f1432-6727-4765-aa98-bfc8c7326534 798 2022-06-07T11:28:53.741Z|550181af-a9b8-4aac-a3f6-eee3dc0b4bd5|pool-2-thread-5|||||INFO|500||ASDC_SEND_NOTIF_ASDC DOWNLOAD DOWNLOAD_OK /sdc/v1/catalog/services/BasicOnboardCshibk/1.0/resourceInstances/basic_onboard_cshibk0/artifacts/basic_onboard_cshibk0_modules.json ASDC sendASDCNotification 2022-06-07T11:28:53.741Z|550181af-a9b8-4aac-a3f6-eee3dc0b4bd5|pool-2-thread-5|||||DEBUG|500||Sending DOWNLOAD(DOWNLOAD_OK) notification to ASDC for artifact:/sdc/v1/catalog/services/BasicOnboardCshibk/1.0/resourceInstances/basic_onboard_cshibk0/artifacts/basic_onboard_cshibk0_modules.json 2022-06-07T11:28:53.742Z|550181af-a9b8-4aac-a3f6-eee3dc0b4bd5|pool-2-thread-5|||||INFO|500||DistributionClient - sendDownloadStatus 2022-06-07T11:28:53.742Z|550181af-a9b8-4aac-a3f6-eee3dc0b4bd5|pool-2-thread-5|||||INFO|500||DistributionClient - sendStatus 2022-06-07T11:28:53.744Z|550181af-a9b8-4aac-a3f6-eee3dc0b4bd5|pool-2-thread-5|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap] 2022-06-07T11:28:53.744Z|550181af-a9b8-4aac-a3f6-eee3dc0b4bd5|pool-2-thread-5|||||DEBUG|500||try to send status { "distributionID": "550181af-a9b8-4aac-a3f6-eee3dc0b4bd5", "consumerID": "SO-COpenSource-Env11", "timestamp": 1654601333741, "artifactURL": "/sdc/v1/catalog/services/BasicOnboardCshibk/1.0/resourceInstances/basic_onboard_cshibk0/artifacts/basic_onboard_cshibk0_modules.json", "status": "DOWNLOAD_OK" } 2022-06-07T11:28:53.844Z||pool-27-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms 2022-06-07T11:28:53.845Z||pool-27-thread-1|||||WARN|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO will send credentials over a clear channel. 2022-06-07T11:28:53.845Z||pool-27-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as rACJoekZgDKIBPEP) ... 2022-06-07T11:28:53.868Z||pool-27-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK 2022-06-07T11:28:53.869Z||pool-27-thread-1|||||INFO|500||cambria reply ok (24 ms):{"serverTimeMs":1,"count":1} 2022-06-07T11:28:54.745Z|550181af-a9b8-4aac-a3f6-eee3dc0b4bd5|pool-2-thread-5|||||DEBUG|500||VF_MODULE_ARTIFACT: [ { "vfModuleModelName": "BasicOnboardCshibk..base_ubuntu18..module-0", "vfModuleModelInvariantUUID": "74c906d2-f9d0-46e4-bba3-d46d2398a4b7", "vfModuleModelVersion": "1", "vfModuleModelUUID": "617a9149-39b6-4cb9-a95e-3c72ef1dd1f2", "vfModuleModelCustomizationUUID": "a9378abb-559f-466c-94be-2407f9c0c82d", "isBase": true, "artifacts": [ "13db36bb-050a-4b9e-810d-4b46631da825", "b8df0701-796c-44b2-9133-a42820d6643b" ], "properties": { "min_vf_module_instances": "1", "vf_module_label": "base_ubuntu18", "max_vf_module_instances": "1", "vfc_list": "", "vf_module_type": "Base", "vf_module_description": "", "initial_count": "1", "volume_group": "false", "availability_zone_count": "" } } ] 2022-06-07T11:28:54.750Z|550181af-a9b8-4aac-a3f6-eee3dc0b4bd5|pool-2-thread-5|||||DEBUG|500||VfModuleMetaData List: { VfModuleMetaData: VfModuleModelName:BasicOnboardCshibk..base_ubuntu18..module-0 VfModuleModelVersion:1 VfModuleModelUUID:617a9149-39b6-4cb9-a95e-3c72ef1dd1f2 VfModuleModelInvariantUUID:74c906d2-f9d0-46e4-bba3-d46d2398a4b7 VfModuleModelDescription:NULL Artifacts UUID List:{ 13db36bb-050a-4b9e-810d-4b46631da825 , b8df0701-796c-44b2-9133-a42820d6643b } Properties List:{ min_vf_module_instances : 1 vf_module_label : base_ubuntu18 max_vf_module_instances : 1 vfc_list : vf_module_type : Base vf_module_description : initial_count : 1 volume_group : false availability_zone_count : } isBase:true } 2022-06-07T11:28:54.752Z|550181af-a9b8-4aac-a3f6-eee3dc0b4bd5|pool-2-thread-5|||||DEBUG|500||VF_MODULE_ARTIFACT: [ { "vfModuleModelName": "BasicOnboardCshibk..base_ubuntu18..module-0", "vfModuleModelInvariantUUID": "74c906d2-f9d0-46e4-bba3-d46d2398a4b7", "vfModuleModelVersion": "1", "vfModuleModelUUID": "617a9149-39b6-4cb9-a95e-3c72ef1dd1f2", "vfModuleModelCustomizationUUID": "a9378abb-559f-466c-94be-2407f9c0c82d", "isBase": true, "artifacts": [ "13db36bb-050a-4b9e-810d-4b46631da825", "b8df0701-796c-44b2-9133-a42820d6643b" ], "properties": { "min_vf_module_instances": "1", "vf_module_label": "base_ubuntu18", "max_vf_module_instances": "1", "vfc_list": "", "vf_module_type": "Base", "vf_module_description": "", "initial_count": "1", "volume_group": "false", "availability_zone_count": "" } } ] 2022-06-07T11:28:54.752Z|550181af-a9b8-4aac-a3f6-eee3dc0b4bd5|pool-2-thread-5|||||DEBUG|500||VfModuleMetaData List: { VfModuleMetaData: VfModuleModelName:BasicOnboardCshibk..base_ubuntu18..module-0 VfModuleModelVersion:1 VfModuleModelUUID:617a9149-39b6-4cb9-a95e-3c72ef1dd1f2 VfModuleModelInvariantUUID:74c906d2-f9d0-46e4-bba3-d46d2398a4b7 VfModuleModelDescription:NULL Artifacts UUID List:{ 13db36bb-050a-4b9e-810d-4b46631da825 , b8df0701-796c-44b2-9133-a42820d6643b } Properties List:{ min_vf_module_instances : 1 vf_module_label : base_ubuntu18 max_vf_module_instances : 1 vfc_list : vf_module_type : Base vf_module_description : initial_count : 1 volume_group : false availability_zone_count : } isBase:true } 2022-06-07T11:28:54.753Z|550181af-a9b8-4aac-a3f6-eee3dc0b4bd5|pool-2-thread-5|||||INFO|500||Trying to download the artifact UUID: 13db36bb-050a-4b9e-810d-4b46631da825 from URL: /sdc/v1/catalog/services/BasicOnboardCshibk/1.0/resourceInstances/basic_onboard_cshibk0/artifacts/base_ubuntu18.yaml 2022-06-07T11:28:54.753Z|550181af-a9b8-4aac-a3f6-eee3dc0b4bd5|pool-2-thread-5|||||INFO|500||DistributionClient - download 2022-06-07T11:28:54.753Z|550181af-a9b8-4aac-a3f6-eee3dc0b4bd5|pool-2-thread-5|||||DEBUG|500||url to send https://sdc-be.onap:8443/sdc/v1/catalog/services/BasicOnboardCshibk/1.0/resourceInstances/basic_onboard_cshibk0/artifacts/base_ubuntu18.yaml 2022-06-07T11:28:54.824Z|550181af-a9b8-4aac-a3f6-eee3dc0b4bd5|pool-2-thread-5|||||DEBUG|500||GET Response Status 200 2022-06-07T11:28:54.824Z|550181af-a9b8-4aac-a3f6-eee3dc0b4bd5|pool-2-thread-5|||||INFO|500||ASDC_ARTIFACT_DOWNLOAD_SUC /sdc/v1/catalog/services/BasicOnboardCshibk/1.0/resourceInstances/basic_onboard_cshibk0/artifacts/base_ubuntu18.yaml 13db36bb-050a-4b9e-810d-4b46631da825 5033 2022-06-07T11:28:54.825Z|550181af-a9b8-4aac-a3f6-eee3dc0b4bd5|pool-2-thread-5|||||INFO|500||ASDC_SEND_NOTIF_ASDC DOWNLOAD DOWNLOAD_OK /sdc/v1/catalog/services/BasicOnboardCshibk/1.0/resourceInstances/basic_onboard_cshibk0/artifacts/base_ubuntu18.yaml ASDC sendASDCNotification 2022-06-07T11:28:54.825Z|550181af-a9b8-4aac-a3f6-eee3dc0b4bd5|pool-2-thread-5|||||DEBUG|500||Sending DOWNLOAD(DOWNLOAD_OK) notification to ASDC for artifact:/sdc/v1/catalog/services/BasicOnboardCshibk/1.0/resourceInstances/basic_onboard_cshibk0/artifacts/base_ubuntu18.yaml 2022-06-07T11:28:54.825Z|550181af-a9b8-4aac-a3f6-eee3dc0b4bd5|pool-2-thread-5|||||INFO|500||DistributionClient - sendDownloadStatus 2022-06-07T11:28:54.826Z|550181af-a9b8-4aac-a3f6-eee3dc0b4bd5|pool-2-thread-5|||||INFO|500||DistributionClient - sendStatus 2022-06-07T11:28:54.828Z|550181af-a9b8-4aac-a3f6-eee3dc0b4bd5|pool-2-thread-5|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap] 2022-06-07T11:28:54.829Z|550181af-a9b8-4aac-a3f6-eee3dc0b4bd5|pool-2-thread-5|||||DEBUG|500||try to send status { "distributionID": "550181af-a9b8-4aac-a3f6-eee3dc0b4bd5", "consumerID": "SO-COpenSource-Env11", "timestamp": 1654601334825, "artifactURL": "/sdc/v1/catalog/services/BasicOnboardCshibk/1.0/resourceInstances/basic_onboard_cshibk0/artifacts/base_ubuntu18.yaml", "status": "DOWNLOAD_OK" } 2022-06-07T11:28:54.929Z||pool-28-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 99 ms 2022-06-07T11:28:54.930Z||pool-28-thread-1|||||WARN|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO will send credentials over a clear channel. 2022-06-07T11:28:54.930Z||pool-28-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as rACJoekZgDKIBPEP) ... 2022-06-07T11:28:54.949Z||pool-28-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK 2022-06-07T11:28:54.949Z||pool-28-thread-1|||||INFO|500||cambria reply ok (19 ms):{"serverTimeMs":1,"count":1} 2022-06-07T11:28:55.830Z|550181af-a9b8-4aac-a3f6-eee3dc0b4bd5|pool-2-thread-5|||||INFO|500||Trying to download the artifact UUID: b8df0701-796c-44b2-9133-a42820d6643b from URL: /sdc/v1/catalog/services/BasicOnboardCshibk/1.0/resourceInstances/basic_onboard_cshibk0/artifacts/base_ubuntu18.env 2022-06-07T11:28:55.830Z|550181af-a9b8-4aac-a3f6-eee3dc0b4bd5|pool-2-thread-5|||||INFO|500||DistributionClient - download 2022-06-07T11:28:55.831Z|550181af-a9b8-4aac-a3f6-eee3dc0b4bd5|pool-2-thread-5|||||DEBUG|500||url to send https://sdc-be.onap:8443/sdc/v1/catalog/services/BasicOnboardCshibk/1.0/resourceInstances/basic_onboard_cshibk0/artifacts/base_ubuntu18.env 2022-06-07T11:28:55.931Z|550181af-a9b8-4aac-a3f6-eee3dc0b4bd5|pool-2-thread-5|||||DEBUG|500||GET Response Status 200 2022-06-07T11:28:55.935Z|550181af-a9b8-4aac-a3f6-eee3dc0b4bd5|pool-2-thread-5|||||INFO|500||ASDC_ARTIFACT_DOWNLOAD_SUC /sdc/v1/catalog/services/BasicOnboardCshibk/1.0/resourceInstances/basic_onboard_cshibk0/artifacts/base_ubuntu18.env b8df0701-796c-44b2-9133-a42820d6643b 909 2022-06-07T11:28:55.942Z|550181af-a9b8-4aac-a3f6-eee3dc0b4bd5|pool-2-thread-5|||||INFO|500||ASDC_SEND_NOTIF_ASDC DOWNLOAD DOWNLOAD_OK /sdc/v1/catalog/services/BasicOnboardCshibk/1.0/resourceInstances/basic_onboard_cshibk0/artifacts/base_ubuntu18.env ASDC sendASDCNotification 2022-06-07T11:28:55.943Z|550181af-a9b8-4aac-a3f6-eee3dc0b4bd5|pool-2-thread-5|||||DEBUG|500||Sending DOWNLOAD(DOWNLOAD_OK) notification to ASDC for artifact:/sdc/v1/catalog/services/BasicOnboardCshibk/1.0/resourceInstances/basic_onboard_cshibk0/artifacts/base_ubuntu18.env 2022-06-07T11:28:55.943Z|550181af-a9b8-4aac-a3f6-eee3dc0b4bd5|pool-2-thread-5|||||INFO|500||DistributionClient - sendDownloadStatus 2022-06-07T11:28:55.943Z|550181af-a9b8-4aac-a3f6-eee3dc0b4bd5|pool-2-thread-5|||||INFO|500||DistributionClient - sendStatus 2022-06-07T11:28:55.945Z|550181af-a9b8-4aac-a3f6-eee3dc0b4bd5|pool-2-thread-5|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap] 2022-06-07T11:28:55.946Z|550181af-a9b8-4aac-a3f6-eee3dc0b4bd5|pool-2-thread-5|||||DEBUG|500||try to send status { "distributionID": "550181af-a9b8-4aac-a3f6-eee3dc0b4bd5", "consumerID": "SO-COpenSource-Env11", "timestamp": 1654601335942, "artifactURL": "/sdc/v1/catalog/services/BasicOnboardCshibk/1.0/resourceInstances/basic_onboard_cshibk0/artifacts/base_ubuntu18.env", "status": "DOWNLOAD_OK" } 2022-06-07T11:28:56.046Z||pool-29-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 99 ms 2022-06-07T11:28:56.047Z||pool-29-thread-1|||||WARN|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO will send credentials over a clear channel. 2022-06-07T11:28:56.047Z||pool-29-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as rACJoekZgDKIBPEP) ... 2022-06-07T11:28:56.062Z||pool-29-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK 2022-06-07T11:28:56.062Z||pool-29-thread-1|||||INFO|500||cambria reply ok (16 ms):{"serverTimeMs":0,"count":1} 2022-06-07T11:28:56.946Z|550181af-a9b8-4aac-a3f6-eee3dc0b4bd5|pool-2-thread-5|||||DEBUG|500||Preparing to deploy Service: 955c7cb2-e95a-446b-948d-cc7d100f6191 2022-06-07T11:28:56.947Z|550181af-a9b8-4aac-a3f6-eee3dc0b4bd5|pool-2-thread-5|||||INFO|500||ASDC_START_DEPLOY_ARTIFACT basic_onboard_CsHIbK 0 a46a5fa3-1288-4275-b125-34478fd7d1f7 ASDC Hibernate: select heatenviro0_.ARTIFACT_UUID as artifact1_26_, heatenviro0_.ARTIFACT_CHECKSUM as artifact2_26_, heatenviro0_.CREATION_TIMESTAMP as creation3_26_, heatenviro0_.DESCRIPTION as descript4_26_, heatenviro0_.BODY as body5_26_, heatenviro0_.NAME as name6_26_, heatenviro0_.VERSION as version7_26_ from heat_environment heatenviro0_ where heatenviro0_.ARTIFACT_UUID=? Hibernate: select heattempla0_.ARTIFACT_UUID as artifact1_29_, heattempla0_.ARTIFACT_CHECKSUM as artifact2_29_, heattempla0_.CREATION_TIMESTAMP as creation3_29_, heattempla0_.DESCRIPTION as descript4_29_, heattempla0_.BODY as body5_29_, heattempla0_.NAME as name6_29_, heattempla0_.TIMEOUT_MINUTES as timeout_7_29_, heattempla0_.VERSION as version8_29_ from heat_template heattempla0_ where heattempla0_.ARTIFACT_UUID=? Hibernate: select toscacsar0_.ARTIFACT_UUID as artifact1_57_0_, toscacsar0_.ARTIFACT_CHECKSUM as artifact2_57_0_, toscacsar0_.CREATION_TIMESTAMP as creation3_57_0_, toscacsar0_.DESCRIPTION as descript4_57_0_, toscacsar0_.NAME as name5_57_0_, toscacsar0_.URL as url6_57_0_, toscacsar0_.Version as version7_57_0_ from tosca_csar toscacsar0_ where toscacsar0_.ARTIFACT_UUID=? Hibernate: select service0_.MODEL_UUID as model_uu1_50_, service0_.CDS_BLUEPRINT_NAME as cds_blue2_50_, service0_.CDS_BLUEPRINT_VERSION as cds_blue3_50_, service0_.SERVICE_CATEGORY as service_4_50_, service0_.CONTROLLER_ACTOR as controll5_50_, service0_.CREATION_TIMESTAMP as creation6_50_, service0_.TOSCA_CSAR_ARTIFACT_UUID as tosca_c21_50_, service0_.DESCRIPTION as descript7_50_, service0_.OVERALL_DISTRIBUTION_STATUS as overall_8_50_, service0_.ENVIRONMENT_CONTEXT as environm9_50_, service0_.MODEL_INVARIANT_UUID as model_i10_50_, service0_.MODEL_NAME as model_n11_50_, service0_.MODEL_VERSION as model_v12_50_, service0_.NAMING_POLICY as naming_13_50_, service0_.ONAP_GENERATED_NAMING as onap_ge14_50_, service0_.RESOURCE_ORDER as resourc15_50_, service0_.SERVICE_FUNCTION as service16_50_, service0_.SERVICE_ROLE as service17_50_, service0_.SERVICE_TYPE as service18_50_, service0_.SKIP_POST_INSTANTIATION_CONFIGURATION as skip_po19_50_, service0_.WORKLOAD_CONTEXT as workloa20_50_ from service service0_ where service0_.MODEL_UUID=? 2022-06-07T11:28:56.961Z|550181af-a9b8-4aac-a3f6-eee3dc0b4bd5|pool-2-thread-5|||||DEBUG|500||serviceInputs: {} [org.onap.sdc.toscaparser.api.parameters.Input@5a5d1f1a, org.onap.sdc.toscaparser.api.parameters.Input@2d0f862, org.onap.sdc.toscaparser.api.parameters.Input@a6bd346, org.onap.sdc.toscaparser.api.parameters.Input@7648013e, org.onap.sdc.toscaparser.api.parameters.Input@44df7522] 2022-06-07T11:28:56.963Z|550181af-a9b8-4aac-a3f6-eee3dc0b4bd5|pool-2-thread-5|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive 2022-06-07T11:28:56.963Z|550181af-a9b8-4aac-a3f6-eee3dc0b4bd5|pool-2-thread-5|||||DEBUG|500||Service basic_onboard_CsHIbK is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=VF, toscaType=null, uUID=null, customizationUUID=null 2022-06-07T11:28:56.963Z|550181af-a9b8-4aac-a3f6-eee3dc0b4bd5|pool-2-thread-5|||||DEBUG|500||VF Category is: Generic 2022-06-07T11:28:56.964Z|550181af-a9b8-4aac-a3f6-eee3dc0b4bd5|pool-2-thread-5|||||DEBUG|500||VFCustomizationUUID= 0eaa30b3-0a23-414a-ac65-e8587a0d1bee 2022-06-07T11:28:56.964Z|550181af-a9b8-4aac-a3f6-eee3dc0b4bd5|pool-2-thread-5|||||DEBUG|500||Checking if Notification VF ResourceCustomizationUUID: 0eaa30b3-0a23-414a-ac65-e8587a0d1bee matches Tosca VF Customization UUID: 0eaa30b3-0a23-414a-ac65-e8587a0d1bee 2022-06-07T11:28:56.964Z|550181af-a9b8-4aac-a3f6-eee3dc0b4bd5|pool-2-thread-5|||||DEBUG|500||vfCustomizationUUID: 0eaa30b3-0a23-414a-ac65-e8587a0d1bee matches vfNotificationResource CustomizationUUID Hibernate: select vnfresourc0_.MODEL_UUID as model_uu1_64_, vnfresourc0_.AIC_VERSION_MAX as aic_vers2_64_, vnfresourc0_.AIC_VERSION_MIN as aic_vers3_64_, vnfresourc0_.RESOURCE_CATEGORY as resource4_64_, vnfresourc0_.CREATION_TIMESTAMP as creation5_64_, vnfresourc0_.DESCRIPTION as descript6_64_, vnfresourc0_.HEAT_TEMPLATE_ARTIFACT_UUID as heat_te13_64_, vnfresourc0_.MODEL_INVARIANT_UUID as model_in7_64_, vnfresourc0_.MODEL_NAME as model_na8_64_, vnfresourc0_.MODEL_VERSION as model_ve9_64_, vnfresourc0_.ORCHESTRATION_MODE as orchest10_64_, vnfresourc0_.RESOURCE_SUB_CATEGORY as resourc11_64_, vnfresourc0_.TOSCA_NODE_TYPE as tosca_n12_64_ from vnf_resource vnfresourc0_ where vnfresourc0_.MODEL_UUID=? 2022-06-07T11:28:56.967Z|550181af-a9b8-4aac-a3f6-eee3dc0b4bd5|pool-2-thread-5|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive 2022-06-07T11:28:56.967Z|550181af-a9b8-4aac-a3f6-eee3dc0b4bd5|pool-2-thread-5|||||DEBUG|500||Service basic_onboard_CsHIbK is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=null, toscaType=null, uUID=null, customizationUUID=null 2022-06-07T11:28:56.968Z|550181af-a9b8-4aac-a3f6-eee3dc0b4bd5|pool-2-thread-5|||||DEBUG|500||resource request for resource customization id 0eaa30b3-0a23-414a-ac65-e8587a0d1bee: {\"vf_module_id\":\"Ubuntu18-VF-module\",\"skip_post_instantiation_configuration\":\"true\",\"nf_naming\":\"true\",\"multi_stage_design\":\"false\",\"controller_actor\":\"SO-REF-DATA\",\"availability_zone_max_count\":\"1\",\"vnf_name\":\"Ubuntu18-VNF-name\",\"ubuntu18_name_0\":\"ubuntu18\",\"ubuntu18_pub_key\":\"ssh-rsa AAAAB3NzaC1yc2EAAAADAQABAAABgQC3dbqgymZVpu2cIWqzlKNxnOy2Qjt07NZxaXtQyu9dr0kbmursTE5N0IW0qg/rsCXgw2vjjdPOxU6jtrTbyzbAmo9F6LtS9oqvct9LmLjDNyiQFuCPETIBGy43daDVgw3hrg3f9ihN88V/JwnI9n3ZFn8Wy15KV6XCHn3MASV31YnbkjruUtj7rZm5V8NUwAteZ91k5T7WBpywt483rrkeQjEzyKiVSmmOhHWNSmbnko9XzO7QDUHfVIk5qCf/aBES7hcE0YiqX5lfLamSyCqOGANnv+AN2opDEakUeCyJHZrsk3Nkk7A9p+CNlq42sUEKtrO0xiH63viMA6eBYSiaQPzckdq/T52naozx/Oj9ITCgX/6XjldMUF99afIydpC6+kymflTYA8P/9u1Ih93+Vjg1Bf2e4lJaf9z9frXcB9F+ZRDq6feN+XQ93Q8xQ9blu9Gq8BZUbPvAQxW0UaryeuzhCKx4QA33qqYA+tmWVXTsaG0uow6f0hm7z+pkYCM= master@Utilisateur-PC\",\"dcae_collector_ip\":\"10.4.2.166\",\"vnf_id\":\"Ubuntu18-VNF\",\"dcae_collector_port\":\"30417\",\"ubuntu18_flavor_name\":\"m1.small\",\"admin_plane_net_name\":\"admin\",\"ubuntu18_image_name\":\"ubuntu-18.04-daily\"} 2022-06-07T11:28:56.968Z|550181af-a9b8-4aac-a3f6-eee3dc0b4bd5|pool-2-thread-5|||||DEBUG|500||vfModuleStructure: org.onap.so.asdc.installer.VfModuleStructure@239b3ecd 2022-06-07T11:28:56.968Z|550181af-a9b8-4aac-a3f6-eee3dc0b4bd5|pool-2-thread-5|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive 2022-06-07T11:28:56.969Z|550181af-a9b8-4aac-a3f6-eee3dc0b4bd5|pool-2-thread-5|||||DEBUG|500||Service basic_onboard_CsHIbK is searched for EntityType=GROUP, nodeTemplateType=null, toscaType=org.openecomp.groups.VfModule, uUID=null, customizationUUID=null 2022-06-07T11:28:56.969Z|550181af-a9b8-4aac-a3f6-eee3dc0b4bd5|pool-2-thread-5|||||DEBUG|500||Comparing Vf_Modules_Metadata CustomizationUUID : a9378abb-559f-466c-94be-2407f9c0c82d 2022-06-07T11:28:56.969Z|550181af-a9b8-4aac-a3f6-eee3dc0b4bd5|pool-2-thread-5|||||DEBUG|500||To Csar Group VFModuleModelCustomizationUUID a9378abb-559f-466c-94be-2407f9c0c82d Hibernate: select vfmodule0_.MODEL_UUID as model_uu1_59_, vfmodule0_.CREATION_TIMESTAMP as creation2_59_, vfmodule0_.DESCRIPTION as descript3_59_, vfmodule0_.IS_BASE as is_base4_59_, vfmodule0_.MODEL_INVARIANT_UUID as model_in5_59_, vfmodule0_.MODEL_NAME as model_na6_59_, vfmodule0_.MODEL_VERSION as model_ve7_59_, vfmodule0_.HEAT_TEMPLATE_ARTIFACT_UUID as heat_tem8_59_, vfmodule0_.VNF_RESOURCE_MODEL_UUID as vnf_reso9_59_, vfmodule0_.VOL_HEAT_TEMPLATE_ARTIFACT_UUID as vol_hea10_59_ from vf_module vfmodule0_ where vfmodule0_.MODEL_UUID=? 2022-06-07T11:28:56.972Z|550181af-a9b8-4aac-a3f6-eee3dc0b4bd5|pool-2-thread-5|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive 2022-06-07T11:28:56.972Z|550181af-a9b8-4aac-a3f6-eee3dc0b4bd5|pool-2-thread-5|||||DEBUG|500||Node template basic_onboard_CsHIbK 0 is matching search criteria 2022-06-07T11:28:56.972Z|550181af-a9b8-4aac-a3f6-eee3dc0b4bd5|pool-2-thread-5|||||DEBUG|500||Found topology templates [basic_onboard_CsHIbK 0] matching following query criteria: sdcType=VF, customizationUUID=null 2022-06-07T11:28:56.973Z|550181af-a9b8-4aac-a3f6-eee3dc0b4bd5|pool-2-thread-5|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive 2022-06-07T11:28:56.974Z|550181af-a9b8-4aac-a3f6-eee3dc0b4bd5|pool-2-thread-5|||||DEBUG|500||Node template basic_onboard_CsHIbK 0 is matching search criteria 2022-06-07T11:28:56.974Z|550181af-a9b8-4aac-a3f6-eee3dc0b4bd5|pool-2-thread-5|||||DEBUG|500||Found topology templates [basic_onboard_CsHIbK 0] matching following query criteria: sdcType=VF, customizationUUID=null 2022-06-07T11:28:56.974Z|550181af-a9b8-4aac-a3f6-eee3dc0b4bd5|pool-2-thread-5|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive 2022-06-07T11:28:56.975Z|550181af-a9b8-4aac-a3f6-eee3dc0b4bd5|pool-2-thread-5|||||DEBUG|500||Node template basic_onboard_CsHIbK 0 is not matching search criteria 2022-06-07T11:28:56.975Z|550181af-a9b8-4aac-a3f6-eee3dc0b4bd5|pool-2-thread-5|||||DEBUG|500||Node template abstract_ubuntu18 is matching search criteria 2022-06-07T11:28:56.975Z|550181af-a9b8-4aac-a3f6-eee3dc0b4bd5|pool-2-thread-5|||||DEBUG|500||Node template ubuntu18_admin_security_group is not matching search criteria 2022-06-07T11:28:56.975Z|550181af-a9b8-4aac-a3f6-eee3dc0b4bd5|pool-2-thread-5|||||DEBUG|500||Found topology templates [abstract_ubuntu18] matching following query criteria: sdcType=CVFC, customizationUUID=5dbeeeac-8409-489a-ae14-cf04f94a26ec Hibernate: select vnfccustom0_.MODEL_CUSTOMIZATION_UUID as model_cu1_67_, vnfccustom0_.CREATION_TIMESTAMP as creation2_67_, vnfccustom0_.DESCRIPTION as descript3_67_, vnfccustom0_.MODEL_INSTANCE_NAME as model_in4_67_, vnfccustom0_.MODEL_INVARIANT_UUID as model_in5_67_, vnfccustom0_.MODEL_NAME as model_na6_67_, vnfccustom0_.MODEL_UUID as model_uu7_67_, vnfccustom0_.MODEL_VERSION as model_ve8_67_, vnfccustom0_.RESOURCE_INPUT as resource9_67_, vnfccustom0_.TOSCA_NODE_TYPE as tosca_n10_67_, vnfccustom0_.VNFC_INSTANCE_GROUP_CUSTOMIZATION_ID as vnfc_in11_67_ from vnfc_customization vnfccustom0_ where vnfccustom0_.MODEL_CUSTOMIZATION_UUID=? 2022-06-07T11:28:56.977Z|550181af-a9b8-4aac-a3f6-eee3dc0b4bd5|pool-2-thread-5|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive 2022-06-07T11:28:56.977Z|550181af-a9b8-4aac-a3f6-eee3dc0b4bd5|pool-2-thread-5|||||DEBUG|500||Node template basic_onboard_CsHIbK 0 is matching search criteria 2022-06-07T11:28:56.978Z|550181af-a9b8-4aac-a3f6-eee3dc0b4bd5|pool-2-thread-5|||||DEBUG|500||Found topology templates [basic_onboard_CsHIbK 0] matching following query criteria: sdcType=VF, customizationUUID=null 2022-06-07T11:28:56.978Z|550181af-a9b8-4aac-a3f6-eee3dc0b4bd5|pool-2-thread-5|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive 2022-06-07T11:28:56.978Z|550181af-a9b8-4aac-a3f6-eee3dc0b4bd5|pool-2-thread-5|||||DEBUG|500||Node template basic_onboard_CsHIbK 0 is matching search criteria 2022-06-07T11:28:56.978Z|550181af-a9b8-4aac-a3f6-eee3dc0b4bd5|pool-2-thread-5|||||DEBUG|500||Found topology templates [basic_onboard_CsHIbK 0] matching following query criteria: sdcType=VF, customizationUUID=0eaa30b3-0a23-414a-ac65-e8587a0d1bee Hibernate: select service0_.MODEL_UUID as model_uu1_50_, service0_.CDS_BLUEPRINT_NAME as cds_blue2_50_, service0_.CDS_BLUEPRINT_VERSION as cds_blue3_50_, service0_.SERVICE_CATEGORY as service_4_50_, service0_.CONTROLLER_ACTOR as controll5_50_, service0_.CREATION_TIMESTAMP as creation6_50_, service0_.TOSCA_CSAR_ARTIFACT_UUID as tosca_c21_50_, service0_.DESCRIPTION as descript7_50_, service0_.OVERALL_DISTRIBUTION_STATUS as overall_8_50_, service0_.ENVIRONMENT_CONTEXT as environm9_50_, service0_.MODEL_INVARIANT_UUID as model_i10_50_, service0_.MODEL_NAME as model_n11_50_, service0_.MODEL_VERSION as model_v12_50_, service0_.NAMING_POLICY as naming_13_50_, service0_.ONAP_GENERATED_NAMING as onap_ge14_50_, service0_.RESOURCE_ORDER as resourc15_50_, service0_.SERVICE_FUNCTION as service16_50_, service0_.SERVICE_ROLE as service17_50_, service0_.SERVICE_TYPE as service18_50_, service0_.SKIP_POST_INSTANTIATION_CONFIGURATION as skip_po19_50_, service0_.WORKLOAD_CONTEXT as workloa20_50_ from service service0_ where service0_.MODEL_UUID=? 2022-06-07T11:28:56.980Z|550181af-a9b8-4aac-a3f6-eee3dc0b4bd5|pool-2-thread-5|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive 2022-06-07T11:28:56.980Z|550181af-a9b8-4aac-a3f6-eee3dc0b4bd5|pool-2-thread-5|||||DEBUG|500||Service basic_onboard_CsHIbK is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=null, toscaType=null, uUID=null, customizationUUID=null 2022-06-07T11:28:56.980Z|550181af-a9b8-4aac-a3f6-eee3dc0b4bd5|pool-2-thread-5|||||DEBUG|500|| resourceSeq for service uuid 955c7cb2-e95a-446b-948d-cc7d100f6191: basic_onboard_CsHIbK 2022-06-07T11:28:56.980Z|550181af-a9b8-4aac-a3f6-eee3dc0b4bd5|pool-2-thread-5|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive 2022-06-07T11:28:56.980Z|550181af-a9b8-4aac-a3f6-eee3dc0b4bd5|pool-2-thread-5|||||DEBUG|500||Service basic_onboard_CsHIbK is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=PNF, toscaType=null, uUID=null, customizationUUID=null 2022-06-07T11:28:56.981Z|550181af-a9b8-4aac-a3f6-eee3dc0b4bd5|pool-2-thread-5|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive 2022-06-07T11:28:56.981Z|550181af-a9b8-4aac-a3f6-eee3dc0b4bd5|pool-2-thread-5|||||DEBUG|500||Service basic_onboard_CsHIbK is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=VL, toscaType=null, uUID=null, customizationUUID=null 2022-06-07T11:28:56.981Z|550181af-a9b8-4aac-a3f6-eee3dc0b4bd5|pool-2-thread-5|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive 2022-06-07T11:28:56.981Z|550181af-a9b8-4aac-a3f6-eee3dc0b4bd5|pool-2-thread-5|||||DEBUG|500||Service basic_onboard_CsHIbK is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=CR, toscaType=null, uUID=null, customizationUUID=null 2022-06-07T11:28:56.981Z|550181af-a9b8-4aac-a3f6-eee3dc0b4bd5|pool-2-thread-5|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive 2022-06-07T11:28:56.981Z|550181af-a9b8-4aac-a3f6-eee3dc0b4bd5|pool-2-thread-5|||||DEBUG|500||Service basic_onboard_CsHIbK is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=SERVICE_PROXY, toscaType=null, uUID=null, customizationUUID=null 2022-06-07T11:28:56.981Z|550181af-a9b8-4aac-a3f6-eee3dc0b4bd5|pool-2-thread-5|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive 2022-06-07T11:28:56.982Z|550181af-a9b8-4aac-a3f6-eee3dc0b4bd5|pool-2-thread-5|||||DEBUG|500||Service basic_onboard_CsHIbK is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=CONFIGURATION, toscaType=null, uUID=null, customizationUUID=null 2022-06-07T11:28:56.982Z|550181af-a9b8-4aac-a3f6-eee3dc0b4bd5|pool-2-thread-5|||||INFO|500||Saving Service: basic_onboard_CsHIbK Hibernate: select service0_.MODEL_UUID as model_uu1_50_3_, service0_.CDS_BLUEPRINT_NAME as cds_blue2_50_3_, service0_.CDS_BLUEPRINT_VERSION as cds_blue3_50_3_, service0_.SERVICE_CATEGORY as service_4_50_3_, service0_.CONTROLLER_ACTOR as controll5_50_3_, service0_.CREATION_TIMESTAMP as creation6_50_3_, service0_.TOSCA_CSAR_ARTIFACT_UUID as tosca_c21_50_3_, service0_.DESCRIPTION as descript7_50_3_, service0_.OVERALL_DISTRIBUTION_STATUS as overall_8_50_3_, service0_.ENVIRONMENT_CONTEXT as environm9_50_3_, service0_.MODEL_INVARIANT_UUID as model_i10_50_3_, service0_.MODEL_NAME as model_n11_50_3_, service0_.MODEL_VERSION as model_v12_50_3_, service0_.NAMING_POLICY as naming_13_50_3_, service0_.ONAP_GENERATED_NAMING as onap_ge14_50_3_, service0_.RESOURCE_ORDER as resourc15_50_3_, service0_.SERVICE_FUNCTION as service16_50_3_, service0_.SERVICE_ROLE as service17_50_3_, service0_.SERVICE_TYPE as service18_50_3_, service0_.SKIP_POST_INSTANTIATION_CONFIGURATION as skip_po19_50_3_, service0_.WORKLOAD_CONTEXT as workloa20_50_3_, allottedcu1_.SERVICE_MODEL_UUID as service_1_8_5_, allottedre2_.MODEL_CUSTOMIZATION_UUID as resource2_8_5_, allottedre2_.MODEL_CUSTOMIZATION_UUID as model_cu1_7_0_, allottedre2_.AR_MODEL_UUID as ar_mode15_7_0_, allottedre2_.CREATION_TIMESTAMP as creation2_7_0_, allottedre2_.MAX_INSTANCES as max_inst3_7_0_, allottedre2_.MIN_INSTANCES as min_inst4_7_0_, allottedre2_.MODEL_INSTANCE_NAME as model_in5_7_0_, allottedre2_.NF_FUNCTION as nf_funct6_7_0_, allottedre2_.NF_NAMING_CODE as nf_namin7_7_0_, allottedre2_.NF_ROLE as nf_role8_7_0_, allottedre2_.NF_TYPE as nf_type9_7_0_, allottedre2_.PROVIDING_SERVICE_MODEL_INVARIANT_UUID as providi10_7_0_, allottedre2_.PROVIDING_SERVICE_MODEL_NAME as providi11_7_0_, allottedre2_.PROVIDING_SERVICE_MODEL_UUID as providi12_7_0_, allottedre2_.RESOURCE_INPUT as resourc13_7_0_, allottedre2_.TARGET_NETWORK_ROLE as target_14_7_0_, allottedre3_.MODEL_UUID as model_uu1_6_1_, allottedre3_.CREATION_TIMESTAMP as creation2_6_1_, allottedre3_.DESCRIPTION as descript3_6_1_, allottedre3_.MODEL_INVARIANT_UUID as model_in4_6_1_, allottedre3_.MODEL_NAME as model_na5_6_1_, allottedre3_.MODEL_VERSION as model_ve6_6_1_, allottedre3_.SUBCATEGORY as subcateg7_6_1_, allottedre3_.TOSCA_NODE_TYPE as tosca_no8_6_1_, toscacsar4_.ARTIFACT_UUID as artifact1_57_2_, toscacsar4_.ARTIFACT_CHECKSUM as artifact2_57_2_, toscacsar4_.CREATION_TIMESTAMP as creation3_57_2_, toscacsar4_.DESCRIPTION as descript4_57_2_, toscacsar4_.NAME as name5_57_2_, toscacsar4_.URL as url6_57_2_, toscacsar4_.Version as version7_57_2_ from service service0_ left outer join allotted_resource_customization_to_service allottedcu1_ on service0_.MODEL_UUID=allottedcu1_.SERVICE_MODEL_UUID left outer join allotted_resource_customization allottedre2_ on allottedcu1_.RESOURCE_MODEL_CUSTOMIZATION_UUID=allottedre2_.MODEL_CUSTOMIZATION_UUID left outer join allotted_resource allottedre3_ on allottedre2_.AR_MODEL_UUID=allottedre3_.MODEL_UUID left outer join tosca_csar toscacsar4_ on service0_.TOSCA_CSAR_ARTIFACT_UUID=toscacsar4_.ARTIFACT_UUID where service0_.MODEL_UUID=? Hibernate: select toscacsar0_.ARTIFACT_UUID as artifact1_57_1_, toscacsar0_.ARTIFACT_CHECKSUM as artifact2_57_1_, toscacsar0_.CREATION_TIMESTAMP as creation3_57_1_, toscacsar0_.DESCRIPTION as descript4_57_1_, toscacsar0_.NAME as name5_57_1_, toscacsar0_.URL as url6_57_1_, toscacsar0_.Version as version7_57_1_, services1_.TOSCA_CSAR_ARTIFACT_UUID as tosca_c21_50_3_, services1_.MODEL_UUID as model_uu1_50_3_, services1_.MODEL_UUID as model_uu1_50_0_, services1_.CDS_BLUEPRINT_NAME as cds_blue2_50_0_, services1_.CDS_BLUEPRINT_VERSION as cds_blue3_50_0_, services1_.SERVICE_CATEGORY as service_4_50_0_, services1_.CONTROLLER_ACTOR as controll5_50_0_, services1_.CREATION_TIMESTAMP as creation6_50_0_, services1_.TOSCA_CSAR_ARTIFACT_UUID as tosca_c21_50_0_, services1_.DESCRIPTION as descript7_50_0_, services1_.OVERALL_DISTRIBUTION_STATUS as overall_8_50_0_, services1_.ENVIRONMENT_CONTEXT as environm9_50_0_, services1_.MODEL_INVARIANT_UUID as model_i10_50_0_, services1_.MODEL_NAME as model_n11_50_0_, services1_.MODEL_VERSION as model_v12_50_0_, services1_.NAMING_POLICY as naming_13_50_0_, services1_.ONAP_GENERATED_NAMING as onap_ge14_50_0_, services1_.RESOURCE_ORDER as resourc15_50_0_, services1_.SERVICE_FUNCTION as service16_50_0_, services1_.SERVICE_ROLE as service17_50_0_, services1_.SERVICE_TYPE as service18_50_0_, services1_.SKIP_POST_INSTANTIATION_CONFIGURATION as skip_po19_50_0_, services1_.WORKLOAD_CONTEXT as workloa20_50_0_ from tosca_csar toscacsar0_ left outer join service services1_ on toscacsar0_.ARTIFACT_UUID=services1_.TOSCA_CSAR_ARTIFACT_UUID where toscacsar0_.ARTIFACT_UUID=? Hibernate: insert into tosca_csar (ARTIFACT_CHECKSUM, CREATION_TIMESTAMP, DESCRIPTION, NAME, URL, Version, ARTIFACT_UUID) values (?, ?, ?, ?, ?, ?, ?) Hibernate: insert into service (CDS_BLUEPRINT_NAME, CDS_BLUEPRINT_VERSION, SERVICE_CATEGORY, CONTROLLER_ACTOR, CREATION_TIMESTAMP, TOSCA_CSAR_ARTIFACT_UUID, DESCRIPTION, OVERALL_DISTRIBUTION_STATUS, ENVIRONMENT_CONTEXT, MODEL_INVARIANT_UUID, MODEL_NAME, MODEL_VERSION, NAMING_POLICY, ONAP_GENERATED_NAMING, RESOURCE_ORDER, SERVICE_FUNCTION, SERVICE_ROLE, SERVICE_TYPE, SKIP_POST_INSTANTIATION_CONFIGURATION, WORKLOAD_CONTEXT, MODEL_UUID) values (?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?) Hibernate: insert into service_info (SERVICE_MODEL_UUID, SERVICE_INPUT, SERVICE_PROPERTIES) values (?, ?, ?) Hibernate: select vnfresourc0_.MODEL_UUID as model_uu1_64_0_, vnfresourc0_.AIC_VERSION_MAX as aic_vers2_64_0_, vnfresourc0_.AIC_VERSION_MIN as aic_vers3_64_0_, vnfresourc0_.RESOURCE_CATEGORY as resource4_64_0_, vnfresourc0_.CREATION_TIMESTAMP as creation5_64_0_, vnfresourc0_.DESCRIPTION as descript6_64_0_, vnfresourc0_.HEAT_TEMPLATE_ARTIFACT_UUID as heat_te13_64_0_, vnfresourc0_.MODEL_INVARIANT_UUID as model_in7_64_0_, vnfresourc0_.MODEL_NAME as model_na8_64_0_, vnfresourc0_.MODEL_VERSION as model_ve9_64_0_, vnfresourc0_.ORCHESTRATION_MODE as orchest10_64_0_, vnfresourc0_.RESOURCE_SUB_CATEGORY as resourc11_64_0_, vnfresourc0_.TOSCA_NODE_TYPE as tosca_n12_64_0_ from vnf_resource vnfresourc0_ where vnfresourc0_.MODEL_UUID=? Hibernate: insert into vnf_resource (AIC_VERSION_MAX, AIC_VERSION_MIN, RESOURCE_CATEGORY, CREATION_TIMESTAMP, DESCRIPTION, HEAT_TEMPLATE_ARTIFACT_UUID, MODEL_INVARIANT_UUID, MODEL_NAME, MODEL_VERSION, ORCHESTRATION_MODE, RESOURCE_SUB_CATEGORY, TOSCA_NODE_TYPE, MODEL_UUID) values (?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?) Hibernate: insert into vnf_resource_customization (AVAILABILITY_ZONE_MAX_COUNT, CDS_BLUEPRINT_NAME, CDS_BLUEPRINT_VERSION, CONTROLLER_ACTOR, CREATION_TIMESTAMP, MAX_INSTANCES, MIN_INSTANCES, MODEL_CUSTOMIZATION_UUID, MODEL_INSTANCE_NAME, MULTI_STAGE_DESIGN, NF_DATA_VALID, NF_FUNCTION, NF_NAMING_CODE, NF_ROLE, NF_TYPE, RESOURCE_INPUT, SERVICE_MODEL_UUID, SKIP_POST_INSTANTIATION_CONFIGURATION, VNF_RESOURCE_MODEL_UUID, VNFCINSTANCEGROUP_ORDER) values (?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?) Hibernate: select heatenviro0_.ARTIFACT_UUID as artifact1_26_0_, heatenviro0_.ARTIFACT_CHECKSUM as artifact2_26_0_, heatenviro0_.CREATION_TIMESTAMP as creation3_26_0_, heatenviro0_.DESCRIPTION as descript4_26_0_, heatenviro0_.BODY as body5_26_0_, heatenviro0_.NAME as name6_26_0_, heatenviro0_.VERSION as version7_26_0_ from heat_environment heatenviro0_ where heatenviro0_.ARTIFACT_UUID=? Hibernate: select vfmodule0_.MODEL_UUID as model_uu1_59_4_, vfmodule0_.CREATION_TIMESTAMP as creation2_59_4_, vfmodule0_.DESCRIPTION as descript3_59_4_, vfmodule0_.IS_BASE as is_base4_59_4_, vfmodule0_.MODEL_INVARIANT_UUID as model_in5_59_4_, vfmodule0_.MODEL_NAME as model_na6_59_4_, vfmodule0_.MODEL_VERSION as model_ve7_59_4_, vfmodule0_.HEAT_TEMPLATE_ARTIFACT_UUID as heat_tem8_59_4_, vfmodule0_.VNF_RESOURCE_MODEL_UUID as vnf_reso9_59_4_, vfmodule0_.VOL_HEAT_TEMPLATE_ARTIFACT_UUID as vol_hea10_59_4_, heatfiles1_.VF_MODULE_MODEL_UUID as vf_modul1_61_6_, heatfiles2_.ARTIFACT_UUID as heat_fil2_61_6_, heatfiles2_.ARTIFACT_UUID as artifact1_27_0_, heatfiles2_.ARTIFACT_CHECKSUM as artifact2_27_0_, heatfiles2_.CREATION_TIMESTAMP as creation3_27_0_, heatfiles2_.DESCRIPTION as descript4_27_0_, heatfiles2_.BODY as body5_27_0_, heatfiles2_.NAME as name6_27_0_, heatfiles2_.VERSION as version7_27_0_, heattempla3_.ARTIFACT_UUID as artifact1_29_1_, heattempla3_.ARTIFACT_CHECKSUM as artifact2_29_1_, heattempla3_.CREATION_TIMESTAMP as creation3_29_1_, heattempla3_.DESCRIPTION as descript4_29_1_, heattempla3_.BODY as body5_29_1_, heattempla3_.NAME as name6_29_1_, heattempla3_.TIMEOUT_MINUTES as timeout_7_29_1_, heattempla3_.VERSION as version8_29_1_, vnfresourc4_.MODEL_UUID as model_uu1_64_2_, vnfresourc4_.AIC_VERSION_MAX as aic_vers2_64_2_, vnfresourc4_.AIC_VERSION_MIN as aic_vers3_64_2_, vnfresourc4_.RESOURCE_CATEGORY as resource4_64_2_, vnfresourc4_.CREATION_TIMESTAMP as creation5_64_2_, vnfresourc4_.DESCRIPTION as descript6_64_2_, vnfresourc4_.HEAT_TEMPLATE_ARTIFACT_UUID as heat_te13_64_2_, vnfresourc4_.MODEL_INVARIANT_UUID as model_in7_64_2_, vnfresourc4_.MODEL_NAME as model_na8_64_2_, vnfresourc4_.MODEL_VERSION as model_ve9_64_2_, vnfresourc4_.ORCHESTRATION_MODE as orchest10_64_2_, vnfresourc4_.RESOURCE_SUB_CATEGORY as resourc11_64_2_, vnfresourc4_.TOSCA_NODE_TYPE as tosca_n12_64_2_, heattempla5_.ARTIFACT_UUID as artifact1_29_3_, heattempla5_.ARTIFACT_CHECKSUM as artifact2_29_3_, heattempla5_.CREATION_TIMESTAMP as creation3_29_3_, heattempla5_.DESCRIPTION as descript4_29_3_, heattempla5_.BODY as body5_29_3_, heattempla5_.NAME as name6_29_3_, heattempla5_.TIMEOUT_MINUTES as timeout_7_29_3_, heattempla5_.VERSION as version8_29_3_ from vf_module vfmodule0_ left outer join vf_module_to_heat_files heatfiles1_ on vfmodule0_.MODEL_UUID=heatfiles1_.VF_MODULE_MODEL_UUID left outer join heat_files heatfiles2_ on heatfiles1_.HEAT_FILES_ARTIFACT_UUID=heatfiles2_.ARTIFACT_UUID left outer join heat_template heattempla3_ on vfmodule0_.HEAT_TEMPLATE_ARTIFACT_UUID=heattempla3_.ARTIFACT_UUID left outer join vnf_resource vnfresourc4_ on vfmodule0_.VNF_RESOURCE_MODEL_UUID=vnfresourc4_.MODEL_UUID left outer join heat_template heattempla5_ on vfmodule0_.VOL_HEAT_TEMPLATE_ARTIFACT_UUID=heattempla5_.ARTIFACT_UUID where vfmodule0_.MODEL_UUID=? Hibernate: select heattempla0_.ARTIFACT_UUID as artifact1_29_1_, heattempla0_.ARTIFACT_CHECKSUM as artifact2_29_1_, heattempla0_.CREATION_TIMESTAMP as creation3_29_1_, heattempla0_.DESCRIPTION as descript4_29_1_, heattempla0_.BODY as body5_29_1_, heattempla0_.NAME as name6_29_1_, heattempla0_.TIMEOUT_MINUTES as timeout_7_29_1_, heattempla0_.VERSION as version8_29_1_, childtempl1_.PARENT_HEAT_TEMPLATE_UUID as parent_h1_28_3_, heattempla2_.ARTIFACT_UUID as child_he2_28_3_, heattempla2_.ARTIFACT_UUID as artifact1_29_0_, heattempla2_.ARTIFACT_CHECKSUM as artifact2_29_0_, heattempla2_.CREATION_TIMESTAMP as creation3_29_0_, heattempla2_.DESCRIPTION as descript4_29_0_, heattempla2_.BODY as body5_29_0_, heattempla2_.NAME as name6_29_0_, heattempla2_.TIMEOUT_MINUTES as timeout_7_29_0_, heattempla2_.VERSION as version8_29_0_ from heat_template heattempla0_ left outer join heat_nested_template childtempl1_ on heattempla0_.ARTIFACT_UUID=childtempl1_.PARENT_HEAT_TEMPLATE_UUID left outer join heat_template heattempla2_ on childtempl1_.CHILD_HEAT_TEMPLATE_UUID=heattempla2_.ARTIFACT_UUID where heattempla0_.ARTIFACT_UUID=? Hibernate: select heattempla0_.HEAT_TEMPLATE_ARTIFACT_UUID as heat_tem1_30_0_, heattempla0_.PARAM_NAME as param_na2_30_0_, heattempla0_.PARAM_ALIAS as param_al3_30_0_, heattempla0_.PARAM_TYPE as param_ty4_30_0_, heattempla0_.IS_REQUIRED as is_requi5_30_0_ from heat_template_params heattempla0_ where heattempla0_.HEAT_TEMPLATE_ARTIFACT_UUID=? and heattempla0_.PARAM_NAME=? Hibernate: select heattempla0_.HEAT_TEMPLATE_ARTIFACT_UUID as heat_tem1_30_0_, heattempla0_.PARAM_NAME as param_na2_30_0_, heattempla0_.PARAM_ALIAS as param_al3_30_0_, heattempla0_.PARAM_TYPE as param_ty4_30_0_, heattempla0_.IS_REQUIRED as is_requi5_30_0_ from heat_template_params heattempla0_ where heattempla0_.HEAT_TEMPLATE_ARTIFACT_UUID=? and heattempla0_.PARAM_NAME=? Hibernate: select heattempla0_.HEAT_TEMPLATE_ARTIFACT_UUID as heat_tem1_30_0_, heattempla0_.PARAM_NAME as param_na2_30_0_, heattempla0_.PARAM_ALIAS as param_al3_30_0_, heattempla0_.PARAM_TYPE as param_ty4_30_0_, heattempla0_.IS_REQUIRED as is_requi5_30_0_ from heat_template_params heattempla0_ where heattempla0_.HEAT_TEMPLATE_ARTIFACT_UUID=? and heattempla0_.PARAM_NAME=? Hibernate: select heattempla0_.HEAT_TEMPLATE_ARTIFACT_UUID as heat_tem1_30_0_, heattempla0_.PARAM_NAME as param_na2_30_0_, heattempla0_.PARAM_ALIAS as param_al3_30_0_, heattempla0_.PARAM_TYPE as param_ty4_30_0_, heattempla0_.IS_REQUIRED as is_requi5_30_0_ from heat_template_params heattempla0_ where heattempla0_.HEAT_TEMPLATE_ARTIFACT_UUID=? and heattempla0_.PARAM_NAME=? Hibernate: select heattempla0_.HEAT_TEMPLATE_ARTIFACT_UUID as heat_tem1_30_0_, heattempla0_.PARAM_NAME as param_na2_30_0_, heattempla0_.PARAM_ALIAS as param_al3_30_0_, heattempla0_.PARAM_TYPE as param_ty4_30_0_, heattempla0_.IS_REQUIRED as is_requi5_30_0_ from heat_template_params heattempla0_ where heattempla0_.HEAT_TEMPLATE_ARTIFACT_UUID=? and heattempla0_.PARAM_NAME=? Hibernate: select heattempla0_.HEAT_TEMPLATE_ARTIFACT_UUID as heat_tem1_30_0_, heattempla0_.PARAM_NAME as param_na2_30_0_, heattempla0_.PARAM_ALIAS as param_al3_30_0_, heattempla0_.PARAM_TYPE as param_ty4_30_0_, heattempla0_.IS_REQUIRED as is_requi5_30_0_ from heat_template_params heattempla0_ where heattempla0_.HEAT_TEMPLATE_ARTIFACT_UUID=? and heattempla0_.PARAM_NAME=? Hibernate: select heattempla0_.HEAT_TEMPLATE_ARTIFACT_UUID as heat_tem1_30_0_, heattempla0_.PARAM_NAME as param_na2_30_0_, heattempla0_.PARAM_ALIAS as param_al3_30_0_, heattempla0_.PARAM_TYPE as param_ty4_30_0_, heattempla0_.IS_REQUIRED as is_requi5_30_0_ from heat_template_params heattempla0_ where heattempla0_.HEAT_TEMPLATE_ARTIFACT_UUID=? and heattempla0_.PARAM_NAME=? Hibernate: select heattempla0_.HEAT_TEMPLATE_ARTIFACT_UUID as heat_tem1_30_0_, heattempla0_.PARAM_NAME as param_na2_30_0_, heattempla0_.PARAM_ALIAS as param_al3_30_0_, heattempla0_.PARAM_TYPE as param_ty4_30_0_, heattempla0_.IS_REQUIRED as is_requi5_30_0_ from heat_template_params heattempla0_ where heattempla0_.HEAT_TEMPLATE_ARTIFACT_UUID=? and heattempla0_.PARAM_NAME=? Hibernate: select heattempla0_.HEAT_TEMPLATE_ARTIFACT_UUID as heat_tem1_30_0_, heattempla0_.PARAM_NAME as param_na2_30_0_, heattempla0_.PARAM_ALIAS as param_al3_30_0_, heattempla0_.PARAM_TYPE as param_ty4_30_0_, heattempla0_.IS_REQUIRED as is_requi5_30_0_ from heat_template_params heattempla0_ where heattempla0_.HEAT_TEMPLATE_ARTIFACT_UUID=? and heattempla0_.PARAM_NAME=? Hibernate: select heattempla0_.HEAT_TEMPLATE_ARTIFACT_UUID as heat_tem1_30_0_, heattempla0_.PARAM_NAME as param_na2_30_0_, heattempla0_.PARAM_ALIAS as param_al3_30_0_, heattempla0_.PARAM_TYPE as param_ty4_30_0_, heattempla0_.IS_REQUIRED as is_requi5_30_0_ from heat_template_params heattempla0_ where heattempla0_.HEAT_TEMPLATE_ARTIFACT_UUID=? and heattempla0_.PARAM_NAME=? Hibernate: insert into heat_environment (ARTIFACT_CHECKSUM, CREATION_TIMESTAMP, DESCRIPTION, BODY, NAME, VERSION, ARTIFACT_UUID) values (?, ?, ?, ?, ?, ?, ?) Hibernate: insert into heat_template (ARTIFACT_CHECKSUM, CREATION_TIMESTAMP, DESCRIPTION, BODY, NAME, TIMEOUT_MINUTES, VERSION, ARTIFACT_UUID) values (?, ?, ?, ?, ?, ?, ?, ?) Hibernate: insert into heat_template_params (PARAM_ALIAS, PARAM_TYPE, IS_REQUIRED, HEAT_TEMPLATE_ARTIFACT_UUID, PARAM_NAME) values (?, ?, ?, ?, ?) Hibernate: insert into heat_template_params (PARAM_ALIAS, PARAM_TYPE, IS_REQUIRED, HEAT_TEMPLATE_ARTIFACT_UUID, PARAM_NAME) values (?, ?, ?, ?, ?) Hibernate: insert into heat_template_params (PARAM_ALIAS, PARAM_TYPE, IS_REQUIRED, HEAT_TEMPLATE_ARTIFACT_UUID, PARAM_NAME) values (?, ?, ?, ?, ?) Hibernate: insert into heat_template_params (PARAM_ALIAS, PARAM_TYPE, IS_REQUIRED, HEAT_TEMPLATE_ARTIFACT_UUID, PARAM_NAME) values (?, ?, ?, ?, ?) Hibernate: insert into heat_template_params (PARAM_ALIAS, PARAM_TYPE, IS_REQUIRED, HEAT_TEMPLATE_ARTIFACT_UUID, PARAM_NAME) values (?, ?, ?, ?, ?) Hibernate: insert into heat_template_params (PARAM_ALIAS, PARAM_TYPE, IS_REQUIRED, HEAT_TEMPLATE_ARTIFACT_UUID, PARAM_NAME) values (?, ?, ?, ?, ?) Hibernate: insert into heat_template_params (PARAM_ALIAS, PARAM_TYPE, IS_REQUIRED, HEAT_TEMPLATE_ARTIFACT_UUID, PARAM_NAME) values (?, ?, ?, ?, ?) Hibernate: insert into heat_template_params (PARAM_ALIAS, PARAM_TYPE, IS_REQUIRED, HEAT_TEMPLATE_ARTIFACT_UUID, PARAM_NAME) values (?, ?, ?, ?, ?) Hibernate: insert into heat_template_params (PARAM_ALIAS, PARAM_TYPE, IS_REQUIRED, HEAT_TEMPLATE_ARTIFACT_UUID, PARAM_NAME) values (?, ?, ?, ?, ?) Hibernate: insert into heat_template_params (PARAM_ALIAS, PARAM_TYPE, IS_REQUIRED, HEAT_TEMPLATE_ARTIFACT_UUID, PARAM_NAME) values (?, ?, ?, ?, ?) Hibernate: insert into vf_module (CREATION_TIMESTAMP, DESCRIPTION, IS_BASE, MODEL_INVARIANT_UUID, MODEL_NAME, MODEL_VERSION, HEAT_TEMPLATE_ARTIFACT_UUID, VNF_RESOURCE_MODEL_UUID, VOL_HEAT_TEMPLATE_ARTIFACT_UUID, MODEL_UUID) values (?, ?, ?, ?, ?, ?, ?, ?, ?, ?) Hibernate: insert into vf_module_customization (AVAILABILITY_ZONE_COUNT, CREATION_TIMESTAMP, HEAT_ENVIRONMENT_ARTIFACT_UUID, INITIAL_COUNT, LABEL, MAX_INSTANCES, MIN_INSTANCES, MODEL_CUSTOMIZATION_UUID, SKIP_POST_INSTANTIATION_CONFIGURATION, VF_MODULE_MODEL_UUID, VNF_RESOURCE_CUSTOMIZATION_ID, VOL_ENVIRONMENT_ARTIFACT_UUID) values (?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?) Hibernate: select vnfccustom0_.MODEL_CUSTOMIZATION_UUID as model_cu1_67_5_, vnfccustom0_.CREATION_TIMESTAMP as creation2_67_5_, vnfccustom0_.DESCRIPTION as descript3_67_5_, vnfccustom0_.MODEL_INSTANCE_NAME as model_in4_67_5_, vnfccustom0_.MODEL_INVARIANT_UUID as model_in5_67_5_, vnfccustom0_.MODEL_NAME as model_na6_67_5_, vnfccustom0_.MODEL_UUID as model_uu7_67_5_, vnfccustom0_.MODEL_VERSION as model_ve8_67_5_, vnfccustom0_.RESOURCE_INPUT as resource9_67_5_, vnfccustom0_.TOSCA_NODE_TYPE as tosca_n10_67_5_, vnfccustom0_.VNFC_INSTANCE_GROUP_CUSTOMIZATION_ID as vnfc_in11_67_5_, cvnfccusto1_.VNFC_CUST_MODEL_CUSTOMIZATION_UUID as vnfc_cu14_24_7_, cvnfccusto1_.ID as id1_24_7_, cvnfccusto1_.ID as id1_24_0_, cvnfccusto1_.CREATION_TIMESTAMP as creation2_24_0_, cvnfccusto1_.DESCRIPTION as descript3_24_0_, cvnfccusto1_.MODEL_CUSTOMIZATION_UUID as model_cu4_24_0_, cvnfccusto1_.MODEL_INSTANCE_NAME as model_in5_24_0_, cvnfccusto1_.MODEL_INVARIANT_UUID as model_in6_24_0_, cvnfccusto1_.MODEL_NAME as model_na7_24_0_, cvnfccusto1_.MODEL_UUID as model_uu8_24_0_, cvnfccusto1_.MODEL_VERSION as model_ve9_24_0_, cvnfccusto1_.NFC_FUNCTION as nfc_fun10_24_0_, cvnfccusto1_.NFC_NAMING_CODE as nfc_nam11_24_0_, cvnfccusto1_.TOSCA_NODE_TYPE as tosca_n12_24_0_, cvnfccusto1_.VF_MODULE_CUSTOMIZATION_ID as vf_modu13_24_0_, cvnfccusto1_.VNFC_CUST_MODEL_CUSTOMIZATION_UUID as vnfc_cu14_24_0_, vfmodulecu2_.ID as id1_60_1_, vfmodulecu2_.AVAILABILITY_ZONE_COUNT as availabi2_60_1_, vfmodulecu2_.CREATION_TIMESTAMP as creation3_60_1_, vfmodulecu2_.HEAT_ENVIRONMENT_ARTIFACT_UUID as heat_en10_60_1_, vfmodulecu2_.INITIAL_COUNT as initial_4_60_1_, vfmodulecu2_.LABEL as label5_60_1_, vfmodulecu2_.MAX_INSTANCES as max_inst6_60_1_, vfmodulecu2_.MIN_INSTANCES as min_inst7_60_1_, vfmodulecu2_.MODEL_CUSTOMIZATION_UUID as model_cu8_60_1_, vfmodulecu2_.SKIP_POST_INSTANTIATION_CONFIGURATION as skip_pos9_60_1_, vfmodulecu2_.VF_MODULE_MODEL_UUID as vf_modu11_60_1_, vfmodulecu2_.VNF_RESOURCE_CUSTOMIZATION_ID as vnf_res12_60_1_, vfmodulecu2_.VOL_ENVIRONMENT_ARTIFACT_UUID as vol_env13_60_1_, vnfcinstan3_.ID as id1_68_2_, vnfcinstan3_.CREATION_TIMESTAMP as creation2_68_2_, vnfcinstan3_.DESCRIPTION as descript3_68_2_, vnfcinstan3_.FUNCTION as function4_68_2_, vnfcinstan3_.INSTANCE_GROUP_MODEL_UUID as instance5_68_2_, vnfcinstan3_.VNF_RESOURCE_CUSTOMIZATION_ID as vnf_reso6_68_2_, instancegr4_.MODEL_UUID as model_uu2_33_3_, instancegr4_.CR_MODEL_UUID as cr_mode10_33_3_, instancegr4_.CREATION_TIMESTAMP as creation3_33_3_, instancegr4_.MODEL_INVARIANT_UUID as model_in4_33_3_, instancegr4_.MODEL_NAME as model_na5_33_3_, instancegr4_.MODEL_VERSION as model_ve6_33_3_, instancegr4_.ROLE as role7_33_3_, instancegr4_.TOSCA_NODE_TYPE as tosca_no8_33_3_, instancegr4_.INSTANCE_GROUP_TYPE as instance9_33_3_, instancegr4_.OBJECT_TYPE as object_t1_33_3_, vnfresourc5_.ID as id1_65_4_, vnfresourc5_.AVAILABILITY_ZONE_MAX_COUNT as availabi2_65_4_, vnfresourc5_.CDS_BLUEPRINT_NAME as cds_blue3_65_4_, vnfresourc5_.CDS_BLUEPRINT_VERSION as cds_blue4_65_4_, vnfresourc5_.CONTROLLER_ACTOR as controll5_65_4_, vnfresourc5_.CREATION_TIMESTAMP as creation6_65_4_, vnfresourc5_.MAX_INSTANCES as max_inst7_65_4_, vnfresourc5_.MIN_INSTANCES as min_inst8_65_4_, vnfresourc5_.MODEL_CUSTOMIZATION_UUID as model_cu9_65_4_, vnfresourc5_.MODEL_INSTANCE_NAME as model_i10_65_4_, vnfresourc5_.MULTI_STAGE_DESIGN as multi_s11_65_4_, vnfresourc5_.NF_DATA_VALID as nf_data12_65_4_, vnfresourc5_.NF_FUNCTION as nf_func13_65_4_, vnfresourc5_.NF_NAMING_CODE as nf_nami14_65_4_, vnfresourc5_.NF_ROLE as nf_role15_65_4_, vnfresourc5_.NF_TYPE as nf_type16_65_4_, vnfresourc5_.RESOURCE_INPUT as resourc17_65_4_, vnfresourc5_.SERVICE_MODEL_UUID as service20_65_4_, vnfresourc5_.SKIP_POST_INSTANTIATION_CONFIGURATION as skip_po18_65_4_, vnfresourc5_.VNF_RESOURCE_MODEL_UUID as vnf_res21_65_4_, vnfresourc5_.VNFCINSTANCEGROUP_ORDER as vnfcins19_65_4_ from vnfc_customization vnfccustom0_ left outer join cvnfc_customization cvnfccusto1_ on vnfccustom0_.MODEL_CUSTOMIZATION_UUID=cvnfccusto1_.VNFC_CUST_MODEL_CUSTOMIZATION_UUID left outer join vf_module_customization vfmodulecu2_ on cvnfccusto1_.VF_MODULE_CUSTOMIZATION_ID=vfmodulecu2_.ID left outer join vnfc_instance_group_customization vnfcinstan3_ on vnfccustom0_.VNFC_INSTANCE_GROUP_CUSTOMIZATION_ID=vnfcinstan3_.ID left outer join instance_group instancegr4_ on vnfcinstan3_.INSTANCE_GROUP_MODEL_UUID=instancegr4_.MODEL_UUID left outer join vnf_resource_customization vnfresourc5_ on vnfcinstan3_.VNF_RESOURCE_CUSTOMIZATION_ID=vnfresourc5_.ID where vnfccustom0_.MODEL_CUSTOMIZATION_UUID=? Hibernate: insert into vnfc_customization (CREATION_TIMESTAMP, DESCRIPTION, MODEL_INSTANCE_NAME, MODEL_INVARIANT_UUID, MODEL_NAME, MODEL_UUID, MODEL_VERSION, RESOURCE_INPUT, TOSCA_NODE_TYPE, VNFC_INSTANCE_GROUP_CUSTOMIZATION_ID, MODEL_CUSTOMIZATION_UUID) values (?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?) Hibernate: insert into cvnfc_customization (CREATION_TIMESTAMP, DESCRIPTION, MODEL_CUSTOMIZATION_UUID, MODEL_INSTANCE_NAME, MODEL_INVARIANT_UUID, MODEL_NAME, MODEL_UUID, MODEL_VERSION, NFC_FUNCTION, NFC_NAMING_CODE, TOSCA_NODE_TYPE, VF_MODULE_CUSTOMIZATION_ID, VNFC_CUST_MODEL_CUSTOMIZATION_UUID) values (?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?) Hibernate: select watchdogco0_.COMPONENT_NAME as componen1_12_0_, watchdogco0_.DISTRIBUTION_ID as distribu2_12_0_, watchdogco0_.COMPONENT_DISTRIBUTION_STATUS as componen3_12_0_, watchdogco0_.CREATE_TIME as create_t4_12_0_, watchdogco0_.MODIFY_TIME as modify_t5_12_0_ from watchdog_per_component_distribution_status watchdogco0_ where watchdogco0_.COMPONENT_NAME=? and watchdogco0_.DISTRIBUTION_ID=? Hibernate: insert into watchdog_per_component_distribution_status (COMPONENT_DISTRIBUTION_STATUS, CREATE_TIME, MODIFY_TIME, COMPONENT_NAME, DISTRIBUTION_ID) values (?, ?, ?, ?, ?) 2022-06-07T11:28:57.071Z|550181af-a9b8-4aac-a3f6-eee3dc0b4bd5|pool-2-thread-5|||||INFO|500||ASDC_ARTIFACT_DEPLOY_SUC basic_onboard_CsHIbK a46a5fa3-1288-4275-b125-34478fd7d1f7 1 ASDC deployResourceStructure 2022-06-07T11:28:57.071Z|550181af-a9b8-4aac-a3f6-eee3dc0b4bd5|pool-2-thread-5|||||INFO|500||ASDC_SEND_NOTIF_ASDC DEPLOY DEPLOY_OK /sdc/v1/catalog/services/BasicOnboardCshibk/1.0/resourceInstances/basic_onboard_cshibk0/artifacts/basic_onboard_cshibk0_modules.json ASDC sendASDCNotification 2022-06-07T11:28:57.071Z|550181af-a9b8-4aac-a3f6-eee3dc0b4bd5|pool-2-thread-5|||||DEBUG|500||Sending DEPLOY(DEPLOY_OK) notification to ASDC for artifact:/sdc/v1/catalog/services/BasicOnboardCshibk/1.0/resourceInstances/basic_onboard_cshibk0/artifacts/basic_onboard_cshibk0_modules.json 2022-06-07T11:28:57.072Z|550181af-a9b8-4aac-a3f6-eee3dc0b4bd5|pool-2-thread-5|||||INFO|500||DistributionClient - sendDeploymentStatus 2022-06-07T11:28:57.072Z|550181af-a9b8-4aac-a3f6-eee3dc0b4bd5|pool-2-thread-5|||||INFO|500||DistributionClient - sendStatus 2022-06-07T11:28:57.075Z|550181af-a9b8-4aac-a3f6-eee3dc0b4bd5|pool-2-thread-5|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap] 2022-06-07T11:28:57.075Z|550181af-a9b8-4aac-a3f6-eee3dc0b4bd5|pool-2-thread-5|||||DEBUG|500||try to send status { "distributionID": "550181af-a9b8-4aac-a3f6-eee3dc0b4bd5", "consumerID": "SO-COpenSource-Env11", "timestamp": 1654601337071, "artifactURL": "/sdc/v1/catalog/services/BasicOnboardCshibk/1.0/resourceInstances/basic_onboard_cshibk0/artifacts/basic_onboard_cshibk0_modules.json", "status": "DEPLOY_OK" } 2022-06-07T11:28:57.175Z||pool-30-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 99 ms 2022-06-07T11:28:57.176Z||pool-30-thread-1|||||WARN|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO will send credentials over a clear channel. 2022-06-07T11:28:57.176Z||pool-30-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as rACJoekZgDKIBPEP) ... 2022-06-07T11:28:57.191Z||pool-30-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK 2022-06-07T11:28:57.193Z||pool-30-thread-1|||||INFO|500||cambria reply ok (18 ms):{"serverTimeMs":0,"count":1} 2022-06-07T11:28:58.076Z|550181af-a9b8-4aac-a3f6-eee3dc0b4bd5|pool-2-thread-5|||||INFO|500||ASDC_SEND_NOTIF_ASDC DEPLOY DEPLOY_OK /sdc/v1/catalog/services/BasicOnboardCshibk/1.0/resourceInstances/basic_onboard_cshibk0/artifacts/base_ubuntu18.yaml ASDC sendASDCNotification 2022-06-07T11:28:58.076Z|550181af-a9b8-4aac-a3f6-eee3dc0b4bd5|pool-2-thread-5|||||DEBUG|500||Sending DEPLOY(DEPLOY_OK) notification to ASDC for artifact:/sdc/v1/catalog/services/BasicOnboardCshibk/1.0/resourceInstances/basic_onboard_cshibk0/artifacts/base_ubuntu18.yaml 2022-06-07T11:28:58.076Z|550181af-a9b8-4aac-a3f6-eee3dc0b4bd5|pool-2-thread-5|||||INFO|500||DistributionClient - sendDeploymentStatus 2022-06-07T11:28:58.076Z|550181af-a9b8-4aac-a3f6-eee3dc0b4bd5|pool-2-thread-5|||||INFO|500||DistributionClient - sendStatus 2022-06-07T11:28:58.087Z|550181af-a9b8-4aac-a3f6-eee3dc0b4bd5|pool-2-thread-5|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap] 2022-06-07T11:28:58.087Z|550181af-a9b8-4aac-a3f6-eee3dc0b4bd5|pool-2-thread-5|||||DEBUG|500||try to send status { "distributionID": "550181af-a9b8-4aac-a3f6-eee3dc0b4bd5", "consumerID": "SO-COpenSource-Env11", "timestamp": 1654601338075, "artifactURL": "/sdc/v1/catalog/services/BasicOnboardCshibk/1.0/resourceInstances/basic_onboard_cshibk0/artifacts/base_ubuntu18.yaml", "status": "DEPLOY_OK" } 2022-06-07T11:28:58.179Z||pool-31-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 92 ms 2022-06-07T11:28:58.180Z||pool-31-thread-1|||||WARN|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO will send credentials over a clear channel. 2022-06-07T11:28:58.180Z||pool-31-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as rACJoekZgDKIBPEP) ... 2022-06-07T11:28:58.206Z||pool-31-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK 2022-06-07T11:28:58.207Z||pool-31-thread-1|||||INFO|500||cambria reply ok (28 ms):{"serverTimeMs":0,"count":1} 2022-06-07T11:28:59.088Z|550181af-a9b8-4aac-a3f6-eee3dc0b4bd5|pool-2-thread-5|||||INFO|500||ASDC_SEND_NOTIF_ASDC DEPLOY DEPLOY_OK /sdc/v1/catalog/services/BasicOnboardCshibk/1.0/resourceInstances/basic_onboard_cshibk0/artifacts/base_ubuntu18.env ASDC sendASDCNotification 2022-06-07T11:28:59.088Z|550181af-a9b8-4aac-a3f6-eee3dc0b4bd5|pool-2-thread-5|||||DEBUG|500||Sending DEPLOY(DEPLOY_OK) notification to ASDC for artifact:/sdc/v1/catalog/services/BasicOnboardCshibk/1.0/resourceInstances/basic_onboard_cshibk0/artifacts/base_ubuntu18.env 2022-06-07T11:28:59.088Z|550181af-a9b8-4aac-a3f6-eee3dc0b4bd5|pool-2-thread-5|||||INFO|500||DistributionClient - sendDeploymentStatus 2022-06-07T11:28:59.088Z|550181af-a9b8-4aac-a3f6-eee3dc0b4bd5|pool-2-thread-5|||||INFO|500||DistributionClient - sendStatus 2022-06-07T11:28:59.094Z|550181af-a9b8-4aac-a3f6-eee3dc0b4bd5|pool-2-thread-5|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap] 2022-06-07T11:28:59.099Z|550181af-a9b8-4aac-a3f6-eee3dc0b4bd5|pool-2-thread-5|||||DEBUG|500||try to send status { "distributionID": "550181af-a9b8-4aac-a3f6-eee3dc0b4bd5", "consumerID": "SO-COpenSource-Env11", "timestamp": 1654601339088, "artifactURL": "/sdc/v1/catalog/services/BasicOnboardCshibk/1.0/resourceInstances/basic_onboard_cshibk0/artifacts/base_ubuntu18.env", "status": "DEPLOY_OK" } 2022-06-07T11:28:59.192Z||pool-32-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 92 ms 2022-06-07T11:28:59.193Z||pool-32-thread-1|||||WARN|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO will send credentials over a clear channel. 2022-06-07T11:28:59.193Z||pool-32-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as rACJoekZgDKIBPEP) ... 2022-06-07T11:28:59.210Z||pool-32-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK 2022-06-07T11:28:59.211Z||pool-32-thread-1|||||INFO|500||cambria reply ok (19 ms):{"serverTimeMs":0,"count":1} 2022-06-07T11:29:00.101Z|550181af-a9b8-4aac-a3f6-eee3dc0b4bd5|pool-2-thread-5|||||INFO|500||ASDC_SEND_NOTIF_ASDC DEPLOY DEPLOY_OK /sdc/v1/catalog/services/BasicOnboardCshibk/1.0/artifacts/service-BasicOnboardCshibk-csar.csar ASDC sendASDCNotification 2022-06-07T11:29:00.102Z|550181af-a9b8-4aac-a3f6-eee3dc0b4bd5|pool-2-thread-5|||||DEBUG|500||Sending DEPLOY(DEPLOY_OK) notification to ASDC for artifact:/sdc/v1/catalog/services/BasicOnboardCshibk/1.0/artifacts/service-BasicOnboardCshibk-csar.csar 2022-06-07T11:29:00.102Z|550181af-a9b8-4aac-a3f6-eee3dc0b4bd5|pool-2-thread-5|||||INFO|500||DistributionClient - sendDeploymentStatus 2022-06-07T11:29:00.103Z|550181af-a9b8-4aac-a3f6-eee3dc0b4bd5|pool-2-thread-5|||||INFO|500||DistributionClient - sendStatus 2022-06-07T11:29:00.105Z|550181af-a9b8-4aac-a3f6-eee3dc0b4bd5|pool-2-thread-5|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap] 2022-06-07T11:29:00.105Z|550181af-a9b8-4aac-a3f6-eee3dc0b4bd5|pool-2-thread-5|||||DEBUG|500||try to send status { "distributionID": "550181af-a9b8-4aac-a3f6-eee3dc0b4bd5", "consumerID": "SO-COpenSource-Env11", "timestamp": 1654601340101, "artifactURL": "/sdc/v1/catalog/services/BasicOnboardCshibk/1.0/artifacts/service-BasicOnboardCshibk-csar.csar", "status": "DEPLOY_OK" } 2022-06-07T11:29:00.205Z||pool-33-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms 2022-06-07T11:29:00.206Z||pool-33-thread-1|||||WARN|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO will send credentials over a clear channel. 2022-06-07T11:29:00.206Z||pool-33-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as rACJoekZgDKIBPEP) ... 2022-06-07T11:29:00.238Z||pool-33-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK 2022-06-07T11:29:00.239Z||pool-33-thread-1|||||INFO|500||cambria reply ok (34 ms):{"serverTimeMs":0,"count":1} 2022-06-07T11:29:01.106Z|550181af-a9b8-4aac-a3f6-eee3dc0b4bd5|pool-2-thread-5|||||DEBUG|500||Entered getOverallDistributionStatus method for distrubutionId: 550181af-a9b8-4aac-a3f6-eee3dc0b4bd5 Hibernate: select watchdogdi0_.DISTRIBUTION_ID as distribu1_11_0_, watchdogdi0_.CREATE_TIME as create_t2_11_0_, watchdogdi0_.DISTRIBUTION_ID_STATUS as distribu3_11_0_, watchdogdi0_.MODIFY_TIME as modify_t4_11_0_, watchdogdi0_.LOCK_VERSION as lock_ver5_11_0_ from watchdog_distributionid_status watchdogdi0_ where watchdogdi0_.DISTRIBUTION_ID=? Hibernate: select watchdogco0_.COMPONENT_NAME as componen1_12_, watchdogco0_.DISTRIBUTION_ID as distribu2_12_, watchdogco0_.COMPONENT_DISTRIBUTION_STATUS as componen3_12_, watchdogco0_.CREATE_TIME as create_t4_12_, watchdogco0_.MODIFY_TIME as modify_t5_12_ from watchdog_per_component_distribution_status watchdogco0_ where watchdogco0_.DISTRIBUTION_ID=? 2022-06-07T11:29:01.132Z|550181af-a9b8-4aac-a3f6-eee3dc0b4bd5|pool-2-thread-5|||||DEBUG|500||Executed RequestDB getWatchdogComponentDistributionStatus for distrubutionId: 550181af-a9b8-4aac-a3f6-eee3dc0b4bd5 Hibernate: select watchdogco0_.COMPONENT_NAME as componen1_12_, watchdogco0_.DISTRIBUTION_ID as distribu2_12_, watchdogco0_.COMPONENT_DISTRIBUTION_STATUS as componen3_12_, watchdogco0_.CREATE_TIME as create_t4_12_, watchdogco0_.MODIFY_TIME as modify_t5_12_ from watchdog_per_component_distribution_status watchdogco0_ where watchdogco0_.DISTRIBUTION_ID=? 2022-06-07T11:29:01.139Z|550181af-a9b8-4aac-a3f6-eee3dc0b4bd5|pool-2-thread-5|||||DEBUG|500||Found componentName SO in the WatchDog Component DB 2022-06-07T11:29:01.140Z|550181af-a9b8-4aac-a3f6-eee3dc0b4bd5|pool-2-thread-5|||||DEBUG|500||Found componentName AAI in the WatchDog Component DB 2022-06-07T11:29:01.140Z|550181af-a9b8-4aac-a3f6-eee3dc0b4bd5|pool-2-thread-5|||||DEBUG|500||Found componentName SDNC in the WatchDog Component DB 2022-06-07T11:29:01.140Z|550181af-a9b8-4aac-a3f6-eee3dc0b4bd5|pool-2-thread-5|||||DEBUG|500||Components Size matched with the WatchdogComponentDistributionStatus results. 2022-06-07T11:29:01.140Z|550181af-a9b8-4aac-a3f6-eee3dc0b4bd5|pool-2-thread-5|||||DEBUG|500||Component status: COMPONENT_DONE_OK on componentName: 2022-06-07T11:29:01.140Z|550181af-a9b8-4aac-a3f6-eee3dc0b4bd5|pool-2-thread-5|||||DEBUG|500||Component status: COMPONENT_DONE_OK on componentName: 2022-06-07T11:29:01.140Z|550181af-a9b8-4aac-a3f6-eee3dc0b4bd5|pool-2-thread-5|||||DEBUG|500||Component status: COMPONENT_DONE_OK on componentName: 2022-06-07T11:29:01.140Z|550181af-a9b8-4aac-a3f6-eee3dc0b4bd5|pool-2-thread-5|||||DEBUG|500||Component status: COMPONENT_DONE_OK on componentName: 2022-06-07T11:29:01.140Z|550181af-a9b8-4aac-a3f6-eee3dc0b4bd5|pool-2-thread-5|||||DEBUG|500||Component status: COMPONENT_DONE_OK on componentName: 2022-06-07T11:29:01.140Z|550181af-a9b8-4aac-a3f6-eee3dc0b4bd5|pool-2-thread-5|||||DEBUG|500||Component status: COMPONENT_DONE_OK on componentName: 2022-06-07T11:29:01.140Z|550181af-a9b8-4aac-a3f6-eee3dc0b4bd5|pool-2-thread-5|||||DEBUG|500||Updating overall DistributionStatus to: SUCCESS for distributionId: Hibernate: select watchdogdi0_.DISTRIBUTION_ID as distribu1_11_0_, watchdogdi0_.CREATE_TIME as create_t2_11_0_, watchdogdi0_.DISTRIBUTION_ID_STATUS as distribu3_11_0_, watchdogdi0_.MODIFY_TIME as modify_t4_11_0_, watchdogdi0_.LOCK_VERSION as lock_ver5_11_0_ from watchdog_distributionid_status watchdogdi0_ where watchdogdi0_.DISTRIBUTION_ID=? 2022-06-07T11:29:01.146Z|550181af-a9b8-4aac-a3f6-eee3dc0b4bd5|pool-2-thread-5|||||DEBUG|500||Exiting getOverallDistributionStatus method in WatchdogDistribution 2022-06-07T11:29:31.146Z|550181af-a9b8-4aac-a3f6-eee3dc0b4bd5|pool-2-thread-5|||||DEBUG|500||Entered executePatchAAI method with distrubutionId: 550181af-a9b8-4aac-a3f6-eee3dc0b4bd5 and distributionStatus: Hibernate: select watchdogse0_.DISTRIBUTION_ID as distribu1_13_, watchdogse0_.SERVICE_MODEL_VERSION_ID as service_2_13_, watchdogse0_.CONSUMER_ID as consumer3_13_, watchdogse0_.CREATE_TIME as create_t4_13_, watchdogse0_.DISTRIBUTION_NOTIFICATION as distribu5_13_ from watchdog_service_mod_ver_id_lookup watchdogse0_ where watchdogse0_.DISTRIBUTION_ID=? 2022-06-07T11:29:31.155Z|550181af-a9b8-4aac-a3f6-eee3dc0b4bd5|pool-2-thread-5|||||DEBUG|500||Executed RequestDB getWatchdogServiceModVerIdLookup with distributionId: 550181af-a9b8-4aac-a3f6-eee3dc0b4bd5 and serviceModelVersionId: 955c7cb2-e95a-446b-948d-cc7d100f6191 2022-06-07T11:29:31.155Z|550181af-a9b8-4aac-a3f6-eee3dc0b4bd5|pool-2-thread-5|||||DEBUG|500||ASDC Notification ServiceModelInvariantUUID : 4cdb153b-82a6-40e2-8e2a-3a995ade446a 2022-06-07T11:29:31.157Z|550181af-a9b8-4aac-a3f6-eee3dc0b4bd5|pool-2-thread-5|||||DEBUG|500||Target A&AI Resource URI: /service-design-and-creation/models/model/4cdb153b-82a6-40e2-8e2a-3a995ade446a/model-vers/model-ver/955c7cb2-e95a-446b-948d-cc7d100f6191?depth=0 2022-06-07T11:29:31.161Z|550181af-a9b8-4aac-a3f6-eee3dc0b4bd5|pool-2-thread-5|||||INFO|500||RestClientSSL using default SSL context! 2022-06-07T11:29:31.213Z|550181af-a9b8-4aac-a3f6-eee3dc0b4bd5|pool-2-thread-5|||AAI||DEBUG|500||Sending HTTP POST (overridden to PATCH) to:https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/4cdb153b-82a6-40e2-8e2a-3a995ade446a/model-vers/model-ver/955c7cb2-e95a-446b-948d-cc7d100f6191?depth=0 with request headers:{Authorization=[***REDACTED***], X-FromAppId=[MSO], X-HTTP-Method-Override=[PATCH], Accept=[application/json], X-TransactionId=[], Content-Type=[application/merge-patch+json]} 2022-06-07T11:29:31.215Z|550181af-a9b8-4aac-a3f6-eee3dc0b4bd5|pool-2-thread-5|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/4cdb153b-82a6-40e2-8e2a-3a995ade446a/model-vers/model-ver/955c7cb2-e95a-446b-948d-cc7d100f6191?depth=0|INFO|500||Invoke 2022-06-07T11:29:31.241Z|550181af-a9b8-4aac-a3f6-eee3dc0b4bd5|pool-2-thread-5|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/4cdb153b-82a6-40e2-8e2a-3a995ade446a/model-vers/model-ver/955c7cb2-e95a-446b-948d-cc7d100f6191?depth=0|DEBUG|500||{"distribution-status":"DISTRIBUTION_COMPLETE_OK"} 2022-06-07T11:29:31.337Z|550181af-a9b8-4aac-a3f6-eee3dc0b4bd5|pool-2-thread-5|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/4cdb153b-82a6-40e2-8e2a-3a995ade446a/model-vers/model-ver/955c7cb2-e95a-446b-948d-cc7d100f6191?depth=0|INFO|500||InvokeReturn 2022-06-07T11:29:31.339Z|550181af-a9b8-4aac-a3f6-eee3dc0b4bd5|pool-2-thread-5|||||DEBUG|500||Response from method:POST (overridden to PATCH) performed on uri:https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/4cdb153b-82a6-40e2-8e2a-3a995ade446a/model-vers/model-ver/955c7cb2-e95a-446b-948d-cc7d100f6191?depth=0 has http status code:200 and response headers:{Strict-Transport-Security=[max-age=16000000; includeSubDomains; preload;], X-AAI-TXID=[0-aai-resources-220607-11:29:31:001-34500], vertex-id=[151784], Content-Length=[0], Date=[Tue, 07 Jun 2022 11:29:30 GMT], Content-Type=[application/json]} 2022-06-07T11:29:31.339Z|550181af-a9b8-4aac-a3f6-eee3dc0b4bd5|pool-2-thread-5|||||DEBUG|500||Response was returned with an empty entity. 2022-06-07T11:29:31.340Z|550181af-a9b8-4aac-a3f6-eee3dc0b4bd5|pool-2-thread-5|||||DEBUG|500||A&AI UPDATE MODEL Version is success! 2022-06-07T11:29:31.340Z|550181af-a9b8-4aac-a3f6-eee3dc0b4bd5|pool-2-thread-5|||||DEBUG|500||A&AI Updated succefully with Distribution Status! Hibernate: select service0_.MODEL_UUID as model_uu1_50_, service0_.CDS_BLUEPRINT_NAME as cds_blue2_50_, service0_.CDS_BLUEPRINT_VERSION as cds_blue3_50_, service0_.SERVICE_CATEGORY as service_4_50_, service0_.CONTROLLER_ACTOR as controll5_50_, service0_.CREATION_TIMESTAMP as creation6_50_, service0_.TOSCA_CSAR_ARTIFACT_UUID as tosca_c21_50_, service0_.DESCRIPTION as descript7_50_, service0_.OVERALL_DISTRIBUTION_STATUS as overall_8_50_, service0_.ENVIRONMENT_CONTEXT as environm9_50_, service0_.MODEL_INVARIANT_UUID as model_i10_50_, service0_.MODEL_NAME as model_n11_50_, service0_.MODEL_VERSION as model_v12_50_, service0_.NAMING_POLICY as naming_13_50_, service0_.ONAP_GENERATED_NAMING as onap_ge14_50_, service0_.RESOURCE_ORDER as resourc15_50_, service0_.SERVICE_FUNCTION as service16_50_, service0_.SERVICE_ROLE as service17_50_, service0_.SERVICE_TYPE as service18_50_, service0_.SKIP_POST_INSTANTIATION_CONFIGURATION as skip_po19_50_, service0_.WORKLOAD_CONTEXT as workloa20_50_ from service service0_ where service0_.MODEL_UUID=? 2022-06-07T11:29:31.346Z|550181af-a9b8-4aac-a3f6-eee3dc0b4bd5|pool-2-thread-5|||||ERROR|500||Error updating CatalogDBStatus java.lang.NullPointerException: null at org.onap.so.asdc.tenantIsolation.WatchdogDistribution.updateCatalogDBStatus(WatchdogDistribution.java:206) at org.onap.so.asdc.client.ASDCController.treatNotification(ASDCController.java:690) at org.onap.so.asdc.client.ASDCNotificationCallBack.activateCallback(ASDCNotificationCallBack.java:52) at org.onap.sdc.impl.NotificationConsumer.run(NotificationConsumer.java:71) at java.base/java.util.concurrent.Executors$RunnableAdapter.call(Unknown Source) at java.base/java.util.concurrent.FutureTask.runAndReset(Unknown Source) at java.base/java.util.concurrent.ScheduledThreadPoolExecutor$ScheduledFutureTask.run(Unknown Source) at java.base/java.util.concurrent.ThreadPoolExecutor.runWorker(Unknown Source) at java.base/java.util.concurrent.ThreadPoolExecutor$Worker.run(Unknown Source) at java.base/java.lang.Thread.run(Unknown Source) 2022-06-07T11:29:31.347Z|550181af-a9b8-4aac-a3f6-eee3dc0b4bd5|pool-2-thread-5|||||DEBUG|500||Enter sendFinalDistributionStatus with DistributionID 550181af-a9b8-4aac-a3f6-eee3dc0b4bd5 and Status of DISTRIBUTION_COMPLETE_OK and ErrorReason null 2022-06-07T11:29:31.347Z|550181af-a9b8-4aac-a3f6-eee3dc0b4bd5|pool-2-thread-5|||||INFO|500||DistributionClient - sendFinalDistributionStatus status 2022-06-07T11:29:31.348Z|550181af-a9b8-4aac-a3f6-eee3dc0b4bd5|pool-2-thread-5|||||INFO|500||DistributionClient - sendStatus 2022-06-07T11:29:31.351Z|550181af-a9b8-4aac-a3f6-eee3dc0b4bd5|pool-2-thread-5|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap] 2022-06-07T11:29:31.351Z|550181af-a9b8-4aac-a3f6-eee3dc0b4bd5|pool-2-thread-5|||||DEBUG|500||try to send status { "distributionID": "550181af-a9b8-4aac-a3f6-eee3dc0b4bd5", "consumerID": "SO-COpenSource-Env11", "timestamp": 1654601371347, "artifactURL": "", "status": "DISTRIBUTION_COMPLETE_OK" } 2022-06-07T11:29:31.451Z||pool-34-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms 2022-06-07T11:29:31.452Z||pool-34-thread-1|||||WARN|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO will send credentials over a clear channel. 2022-06-07T11:29:31.452Z||pool-34-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as rACJoekZgDKIBPEP) ... 2022-06-07T11:29:31.468Z||pool-34-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK 2022-06-07T11:29:31.469Z||pool-34-thread-1|||||INFO|500||cambria reply ok (16 ms):{"serverTimeMs":0,"count":1} Hibernate: select watchdogdi0_.DISTRIBUTION_ID as distribu1_11_0_, watchdogdi0_.CREATE_TIME as create_t2_11_0_, watchdogdi0_.DISTRIBUTION_ID_STATUS as distribu3_11_0_, watchdogdi0_.MODIFY_TIME as modify_t4_11_0_, watchdogdi0_.LOCK_VERSION as lock_ver5_11_0_ from watchdog_distributionid_status watchdogdi0_ where watchdogdi0_.DISTRIBUTION_ID=? Hibernate: update watchdog_distributionid_status set DISTRIBUTION_ID_STATUS=?, MODIFY_TIME=?, LOCK_VERSION=? where DISTRIBUTION_ID=? 2022-06-07T11:29:32.369Z||pool-2-thread-9|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2022-06-07T11:29:32.370Z||pool-2-thread-9|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel. 2022-06-07T11:29:32.370Z||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 rACJoekZgDKIBPEP) ... 2022-06-07T11:29:35.660Z||pool-2-thread-6|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2022-06-07T11:29:35.661Z||pool-2-thread-6|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel. 2022-06-07T11:29:35.661Z||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 rACJoekZgDKIBPEP) ... 2022-06-07T11:29:36.303Z||pool-2-thread-6|||||INFO|500|| --> HTTP/1.1 200 OK 2022-06-07T11:29:36.304Z||pool-2-thread-6|||||DEBUG|500||received message from topic 2022-06-07T11:29:36.304Z||pool-2-thread-6|||||DEBUG|500||recieved notification from broker: { "distributionID": "550181af-a9b8-4aac-a3f6-eee3dc0b4bd5", "consumerID": "SO-COpenSource-Env11", "timestamp": 1654601075641, "artifactURL": "/sdc/v1/catalog/services/BasicOnboardCshibk/1.0/resourceInstances/basic_onboard_cshibk0/artifacts/vf-license-model.xml", "status": "NOT_NOTIFIED" } 2022-06-07T11:29:36.306Z||pool-2-thread-6|||||INFO|500||Missing status on Status Object. 2022-06-07T11:29:36.306Z||pool-2-thread-6|||||DEBUG|500||received message from topic 2022-06-07T11:29:36.306Z||pool-2-thread-6|||||DEBUG|500||recieved notification from broker: { "distributionID": "550181af-a9b8-4aac-a3f6-eee3dc0b4bd5", "consumerID": "SO-COpenSource-Env11", "timestamp": 1654601075641, "artifactURL": "/sdc/v1/catalog/services/BasicOnboardCshibk/1.0/resourceInstances/basic_onboard_cshibk0/artifacts/basic_onboard_cshibk0_modules.json", "status": "NOTIFIED" } 2022-06-07T11:29:36.307Z||pool-2-thread-6|||||INFO|500||Missing status on Status Object. 2022-06-07T11:29:36.307Z||pool-2-thread-6|||||DEBUG|500||received message from topic 2022-06-07T11:29:36.307Z||pool-2-thread-6|||||DEBUG|500||recieved notification from broker: { "distributionID": "550181af-a9b8-4aac-a3f6-eee3dc0b4bd5", "consumerID": "SO-COpenSource-Env11", "timestamp": 1654601075641, "artifactURL": "/sdc/v1/catalog/services/BasicOnboardCshibk/1.0/resourceInstances/basic_onboard_cshibk0/artifacts/base_ubuntu18.yaml", "status": "NOTIFIED" } 2022-06-07T11:29:36.307Z||pool-2-thread-6|||||INFO|500||Missing status on Status Object. 2022-06-07T11:29:36.307Z||pool-2-thread-6|||||DEBUG|500||received message from topic 2022-06-07T11:29:36.308Z||pool-2-thread-6|||||DEBUG|500||recieved notification from broker: { "distributionID": "550181af-a9b8-4aac-a3f6-eee3dc0b4bd5", "consumerID": "SO-COpenSource-Env11", "timestamp": 1654601075641, "artifactURL": "/sdc/v1/catalog/services/BasicOnboardCshibk/1.0/resourceInstances/basic_onboard_cshibk0/artifacts/vendor-license-model.xml", "status": "NOT_NOTIFIED" } 2022-06-07T11:29:36.308Z||pool-2-thread-6|||||INFO|500||Missing status on Status Object. 2022-06-07T11:29:36.308Z||pool-2-thread-6|||||DEBUG|500||received message from topic 2022-06-07T11:29:36.308Z||pool-2-thread-6|||||DEBUG|500||recieved notification from broker: { "distributionID": "550181af-a9b8-4aac-a3f6-eee3dc0b4bd5", "consumerID": "SO-COpenSource-Env11", "timestamp": 1654601075641, "artifactURL": "/sdc/v1/catalog/services/BasicOnboardCshibk/1.0/resourceInstances/basic_onboard_cshibk0/artifacts/base_ubuntu18.env", "status": "NOTIFIED" } 2022-06-07T11:29:36.309Z||pool-2-thread-6|||||INFO|500||Missing status on Status Object. 2022-06-07T11:29:36.309Z||pool-2-thread-6|||||DEBUG|500||received message from topic 2022-06-07T11:29:36.309Z||pool-2-thread-6|||||DEBUG|500||recieved notification from broker: { "distributionID": "550181af-a9b8-4aac-a3f6-eee3dc0b4bd5", "consumerID": "SO-COpenSource-Env11", "timestamp": 1654601075641, "artifactURL": "/sdc/v1/catalog/services/BasicOnboardCshibk/1.0/artifacts/service-BasicOnboardCshibk-template.yml", "status": "NOT_NOTIFIED" } 2022-06-07T11:29:36.310Z||pool-2-thread-6|||||INFO|500||Missing status on Status Object. 2022-06-07T11:29:36.310Z||pool-2-thread-6|||||DEBUG|500||received message from topic 2022-06-07T11:29:36.310Z||pool-2-thread-6|||||DEBUG|500||recieved notification from broker: { "distributionID": "550181af-a9b8-4aac-a3f6-eee3dc0b4bd5", "consumerID": "SO-COpenSource-Env11", "timestamp": 1654601075641, "artifactURL": "/sdc/v1/catalog/services/BasicOnboardCshibk/1.0/artifacts/service-BasicOnboardCshibk-csar.csar", "status": "NOTIFIED" } 2022-06-07T11:29:36.311Z||pool-2-thread-6|||||INFO|500||Missing status on Status Object. 2022-06-07T11:29:36.311Z||pool-2-thread-6|||||DEBUG|500||received message from topic 2022-06-07T11:29:36.311Z||pool-2-thread-6|||||DEBUG|500||recieved notification from broker: { "distributionID": "550181af-a9b8-4aac-a3f6-eee3dc0b4bd5", "consumerID": "SO-COpenSource-Env11", "timestamp": 1654601331233, "artifactURL": "/sdc/v1/catalog/services/BasicOnboardCshibk/1.0/artifacts/service-BasicOnboardCshibk-csar.csar", "status": "DOWNLOAD_OK" } 2022-06-07T11:29:36.311Z||pool-2-thread-6|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error' 2022-06-07T11:29:36.311Z||pool-2-thread-6|||||DEBUG|500||received message from topic 2022-06-07T11:29:36.312Z||pool-2-thread-6|||||DEBUG|500||recieved notification from broker: { "distributionID": "550181af-a9b8-4aac-a3f6-eee3dc0b4bd5", "consumerID": "SO-COpenSource-Env11", "timestamp": 1654601333741, "artifactURL": "/sdc/v1/catalog/services/BasicOnboardCshibk/1.0/resourceInstances/basic_onboard_cshibk0/artifacts/basic_onboard_cshibk0_modules.json", "status": "DOWNLOAD_OK" } 2022-06-07T11:29:36.312Z||pool-2-thread-6|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error' 2022-06-07T11:29:36.312Z||pool-2-thread-6|||||DEBUG|500||received message from topic 2022-06-07T11:29:36.312Z||pool-2-thread-6|||||DEBUG|500||recieved notification from broker: { "distributionID": "550181af-a9b8-4aac-a3f6-eee3dc0b4bd5", "consumerID": "SO-COpenSource-Env11", "timestamp": 1654601334825, "artifactURL": "/sdc/v1/catalog/services/BasicOnboardCshibk/1.0/resourceInstances/basic_onboard_cshibk0/artifacts/base_ubuntu18.yaml", "status": "DOWNLOAD_OK" } 2022-06-07T11:29:36.313Z||pool-2-thread-6|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error' 2022-06-07T11:29:36.313Z||pool-2-thread-6|||||DEBUG|500||received message from topic 2022-06-07T11:29:36.313Z||pool-2-thread-6|||||DEBUG|500||recieved notification from broker: { "distributionID": "550181af-a9b8-4aac-a3f6-eee3dc0b4bd5", "consumerID": "SO-COpenSource-Env11", "timestamp": 1654601335942, "artifactURL": "/sdc/v1/catalog/services/BasicOnboardCshibk/1.0/resourceInstances/basic_onboard_cshibk0/artifacts/base_ubuntu18.env", "status": "DOWNLOAD_OK" } 2022-06-07T11:29:36.314Z||pool-2-thread-6|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error' 2022-06-07T11:29:36.314Z||pool-2-thread-6|||||DEBUG|500||received message from topic 2022-06-07T11:29:36.314Z||pool-2-thread-6|||||DEBUG|500||recieved notification from broker: { "distributionID": "550181af-a9b8-4aac-a3f6-eee3dc0b4bd5", "consumerID": "SO-COpenSource-Env11", "timestamp": 1654601337071, "artifactURL": "/sdc/v1/catalog/services/BasicOnboardCshibk/1.0/resourceInstances/basic_onboard_cshibk0/artifacts/basic_onboard_cshibk0_modules.json", "status": "DEPLOY_OK" } 2022-06-07T11:29:36.314Z||pool-2-thread-6|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error' 2022-06-07T11:29:36.314Z||pool-2-thread-6|||||DEBUG|500||received message from topic 2022-06-07T11:29:36.315Z||pool-2-thread-6|||||DEBUG|500||recieved notification from broker: { "distributionID": "550181af-a9b8-4aac-a3f6-eee3dc0b4bd5", "consumerID": "SO-COpenSource-Env11", "timestamp": 1654601338075, "artifactURL": "/sdc/v1/catalog/services/BasicOnboardCshibk/1.0/resourceInstances/basic_onboard_cshibk0/artifacts/base_ubuntu18.yaml", "status": "DEPLOY_OK" } 2022-06-07T11:29:36.315Z||pool-2-thread-6|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error' 2022-06-07T11:29:36.315Z||pool-2-thread-6|||||DEBUG|500||received message from topic 2022-06-07T11:29:36.316Z||pool-2-thread-6|||||DEBUG|500||recieved notification from broker: { "distributionID": "550181af-a9b8-4aac-a3f6-eee3dc0b4bd5", "consumerID": "SO-COpenSource-Env11", "timestamp": 1654601339088, "artifactURL": "/sdc/v1/catalog/services/BasicOnboardCshibk/1.0/resourceInstances/basic_onboard_cshibk0/artifacts/base_ubuntu18.env", "status": "DEPLOY_OK" } 2022-06-07T11:29:36.316Z||pool-2-thread-6|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error' 2022-06-07T11:29:36.317Z||pool-2-thread-6|||||DEBUG|500||received message from topic 2022-06-07T11:29:36.317Z||pool-2-thread-6|||||DEBUG|500||recieved notification from broker: { "distributionID": "550181af-a9b8-4aac-a3f6-eee3dc0b4bd5", "consumerID": "SO-COpenSource-Env11", "timestamp": 1654601340101, "artifactURL": "/sdc/v1/catalog/services/BasicOnboardCshibk/1.0/artifacts/service-BasicOnboardCshibk-csar.csar", "status": "DEPLOY_OK" } 2022-06-07T11:29:36.317Z||pool-2-thread-6|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error' 2022-06-07T11:29:36.317Z||pool-2-thread-6|||||DEBUG|500||received message from topic 2022-06-07T11:29:36.318Z||pool-2-thread-6|||||DEBUG|500||recieved notification from broker: { "distributionID": "550181af-a9b8-4aac-a3f6-eee3dc0b4bd5", "consumerID": "SO-COpenSource-Env11", "timestamp": 1654601371347, "artifactURL": "", "status": "DISTRIBUTION_COMPLETE_OK" } 2022-06-07T11:29:36.318Z||pool-2-thread-6|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error' 2022-06-07T11:29:42.714Z||pool-2-thread-9|||||INFO|500|| --> HTTP/1.1 200 OK 2022-06-07T11:29:42.715Z||pool-2-thread-9|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2022-06-07T11:29:42.716Z||pool-2-thread-9|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel. 2022-06-07T11:29:42.716Z||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 rACJoekZgDKIBPEP) ... 2022-06-07T11:29:52.313Z||pool-2-thread-9|||||INFO|500|| --> HTTP/1.1 200 OK 2022-06-07T11:29:52.313Z||pool-2-thread-9|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2022-06-07T11:29:52.314Z||pool-2-thread-9|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel. 2022-06-07T11:29:52.314Z||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 rACJoekZgDKIBPEP) ... 2022-06-07T11:30:01.882Z||pool-2-thread-9|||||INFO|500|| --> HTTP/1.1 200 OK 2022-06-07T11:30:01.883Z||pool-2-thread-9|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2022-06-07T11:30:01.883Z||pool-2-thread-9|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel. 2022-06-07T11:30:01.883Z||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 rACJoekZgDKIBPEP) ... 2022-06-07T11:30:11.442Z||pool-2-thread-9|||||INFO|500|| --> HTTP/1.1 200 OK 2022-06-07T11:30:11.442Z||pool-2-thread-9|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2022-06-07T11:30:11.443Z||pool-2-thread-9|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel. 2022-06-07T11:30:11.443Z||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 rACJoekZgDKIBPEP) ... 2022-06-07T11:30:21.022Z||pool-2-thread-9|||||INFO|500|| --> HTTP/1.1 200 OK 2022-06-07T11:30:35.641Z||pool-2-thread-9|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2022-06-07T11:30:35.642Z||pool-2-thread-9|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel. 2022-06-07T11:30:35.642Z||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 rACJoekZgDKIBPEP) ... 2022-06-07T11:30:35.660Z||pool-2-thread-2|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2022-06-07T11:30:35.661Z||pool-2-thread-2|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel. 2022-06-07T11:30:35.662Z||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 rACJoekZgDKIBPEP) ... 2022-06-07T11:30:45.215Z||pool-2-thread-9|||||INFO|500|| --> HTTP/1.1 200 OK 2022-06-07T11:30:45.237Z||pool-2-thread-2|||||INFO|500|| --> HTTP/1.1 200 OK 2022-06-07T11:31:35.641Z||pool-2-thread-9|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2022-06-07T11:31:35.642Z||pool-2-thread-9|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel. 2022-06-07T11:31:35.642Z||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 rACJoekZgDKIBPEP) ... 2022-06-07T11:31:35.660Z||pool-2-thread-10|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2022-06-07T11:31:35.661Z||pool-2-thread-10|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel. 2022-06-07T11:31:35.661Z||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 rACJoekZgDKIBPEP) ... 2022-06-07T11:31:45.211Z||pool-2-thread-9|||||INFO|500|| --> HTTP/1.1 200 OK 2022-06-07T11:31:45.236Z||pool-2-thread-10|||||INFO|500|| --> HTTP/1.1 200 OK 2022-06-07T11:32:35.641Z||pool-2-thread-9|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2022-06-07T11:32:35.642Z||pool-2-thread-9|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel. 2022-06-07T11:32:35.642Z||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 rACJoekZgDKIBPEP) ... 2022-06-07T11:32:35.660Z||pool-2-thread-6|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2022-06-07T11:32:35.661Z||pool-2-thread-6|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel. 2022-06-07T11:32:35.661Z||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 rACJoekZgDKIBPEP) ... 2022-06-07T11:32:45.214Z||pool-2-thread-9|||||INFO|500|| --> HTTP/1.1 200 OK 2022-06-07T11:32:45.224Z||pool-2-thread-6|||||INFO|500|| --> HTTP/1.1 200 OK 2022-06-07T11:33:35.640Z||pool-2-thread-9|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2022-06-07T11:33:35.641Z||pool-2-thread-9|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel. 2022-06-07T11:33:35.641Z||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 rACJoekZgDKIBPEP) ... 2022-06-07T11:33:35.660Z||pool-2-thread-4|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2022-06-07T11:33:35.661Z||pool-2-thread-4|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel. 2022-06-07T11:33:35.661Z||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 rACJoekZgDKIBPEP) ... 2022-06-07T11:33:45.215Z||pool-2-thread-9|||||INFO|500|| --> HTTP/1.1 200 OK 2022-06-07T11:33:45.251Z||pool-2-thread-4|||||INFO|500|| --> HTTP/1.1 200 OK 2022-06-07T11:34:35.641Z||pool-2-thread-9|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2022-06-07T11:34:35.642Z||pool-2-thread-9|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel. 2022-06-07T11:34:35.642Z||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 rACJoekZgDKIBPEP) ... 2022-06-07T11:34:35.660Z||pool-2-thread-3|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2022-06-07T11:34:35.661Z||pool-2-thread-3|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel. 2022-06-07T11:34:35.661Z||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 rACJoekZgDKIBPEP) ... 2022-06-07T11:34:45.205Z||pool-2-thread-9|||||INFO|500|| --> HTTP/1.1 200 OK 2022-06-07T11:34:45.252Z||pool-2-thread-3|||||INFO|500|| --> HTTP/1.1 200 OK 2022-06-07T11:35:35.640Z||pool-2-thread-9|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2022-06-07T11:35:35.641Z||pool-2-thread-9|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel. 2022-06-07T11:35:35.642Z||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 rACJoekZgDKIBPEP) ... 2022-06-07T11:35:35.660Z||pool-2-thread-2|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2022-06-07T11:35:35.661Z||pool-2-thread-2|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel. 2022-06-07T11:35:35.661Z||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 rACJoekZgDKIBPEP) ... 2022-06-07T11:35:45.211Z||pool-2-thread-9|||||INFO|500|| --> HTTP/1.1 200 OK 2022-06-07T11:35:45.217Z||pool-2-thread-2|||||INFO|500|| --> HTTP/1.1 200 OK 2022-06-07T11:36:35.641Z||pool-2-thread-9|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2022-06-07T11:36:35.644Z||pool-2-thread-9|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel. 2022-06-07T11:36:35.644Z||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 rACJoekZgDKIBPEP) ... 2022-06-07T11:36:35.660Z||pool-2-thread-10|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2022-06-07T11:36:35.661Z||pool-2-thread-10|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel. 2022-06-07T11:36:35.661Z||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 rACJoekZgDKIBPEP) ... 2022-06-07T11:36:45.225Z||pool-2-thread-9|||||INFO|500|| --> HTTP/1.1 200 OK 2022-06-07T11:36:45.251Z||pool-2-thread-10|||||INFO|500|| --> HTTP/1.1 200 OK 2022-06-07T11:37:35.641Z||pool-2-thread-9|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2022-06-07T11:37:35.642Z||pool-2-thread-9|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel. 2022-06-07T11:37:35.643Z||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 rACJoekZgDKIBPEP) ... 2022-06-07T11:37:35.660Z||pool-2-thread-6|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2022-06-07T11:37:35.661Z||pool-2-thread-6|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel. 2022-06-07T11:37:35.662Z||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 rACJoekZgDKIBPEP) ... 2022-06-07T11:37:45.204Z||pool-2-thread-9|||||INFO|500|| --> HTTP/1.1 200 OK 2022-06-07T11:37:45.228Z||pool-2-thread-6|||||INFO|500|| --> HTTP/1.1 200 OK 2022-06-07T11:38:35.640Z||pool-2-thread-9|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2022-06-07T11:38:35.642Z||pool-2-thread-9|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel. 2022-06-07T11:38:35.642Z||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 rACJoekZgDKIBPEP) ... 2022-06-07T11:38:35.665Z||pool-2-thread-4|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2022-06-07T11:38:35.665Z||pool-2-thread-4|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel. 2022-06-07T11:38:35.666Z||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 rACJoekZgDKIBPEP) ... 2022-06-07T11:38:45.235Z||pool-2-thread-9|||||INFO|500|| --> HTTP/1.1 200 OK 2022-06-07T11:38:45.247Z||pool-2-thread-4|||||INFO|500|| --> HTTP/1.1 200 OK 2022-06-07T11:39:35.641Z||pool-2-thread-9|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2022-06-07T11:39:35.643Z||pool-2-thread-9|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel. 2022-06-07T11:39:35.644Z||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 rACJoekZgDKIBPEP) ... 2022-06-07T11:39:35.660Z||pool-2-thread-3|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2022-06-07T11:39:35.661Z||pool-2-thread-3|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel. 2022-06-07T11:39:35.661Z||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 rACJoekZgDKIBPEP) ... 2022-06-07T11:39:36.290Z||pool-2-thread-9|||||INFO|500|| --> HTTP/1.1 200 OK 2022-06-07T11:39:36.293Z||pool-2-thread-9|||||DEBUG|500||received message from topic 2022-06-07T11:39:36.294Z||pool-2-thread-9|||||DEBUG|500||recieved notification from broker: {"distributionID":"48968e00-2e55-43b3-931b-18154a27a310","serviceName":"basic_network","serviceVersion":"1.0","serviceUUID":"1514d1ad-9c84-4099-b631-917ded5bf14c","serviceDescription":"service","serviceInvariantUUID":"185dfe56-032b-4be9-9cfb-df3d5fc91fa4","resources":[{"resourceInstanceName":"Generic NeutronNet 0","resourceName":"Generic NeutronNet","resourceVersion":"1.0","resoucreType":"VL","resourceUUID":"ba1e72b0-71cb-48b9-94bf-4c0c0b28f926","resourceInvariantUUID":"f3eef10e-39df-4b27-92e8-994eab9c5c1b","resourceCustomizationUUID":"ac65be7f-0f0f-4368-a0c4-01dec91c9ba3","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":"YTY4YzI4ZWJlMzllMTVkZmYxMDFlMGM1YmU2NGRkYzY\u003d","artifactDescription":"TOSCA representation of the asset","artifactTimeout":0,"artifactUUID":"662266a9-dcf7-41d7-9212-d98c7f3122be","artifactVersion":"1"},{"artifactName":"service-BasicNetwork-csar.csar","artifactType":"TOSCA_CSAR","artifactURL":"/sdc/v1/catalog/services/BasicNetwork/1.0/artifacts/service-BasicNetwork-csar.csar","artifactChecksum":"Mjc3NWUxMWM5MzYxZmI3NzhmMmUzN2E4N2NiYTNjOGE\u003d","artifactDescription":"TOSCA definition package of the asset","artifactTimeout":0,"artifactUUID":"54ce010a-1b69-486e-be4c-d49cf2536df2","artifactVersion":"1"}],"workloadContext":"Production"} 2022-06-07T11:39:36.300Z||pool-2-thread-9|||||INFO|500||DistributionClient - sendNotificationStatus 2022-06-07T11:39:36.300Z||pool-2-thread-9|||||INFO|500||DistributionClient - sendStatus 2022-06-07T11:39:36.305Z||pool-2-thread-9|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap] 2022-06-07T11:39:36.305Z||pool-2-thread-9|||||DEBUG|500||try to send status { "distributionID": "48968e00-2e55-43b3-931b-18154a27a310", "consumerID": "SO-COpenSource-Env11", "timestamp": 1654601975641, "artifactURL": "/sdc/v1/catalog/services/BasicNetwork/1.0/artifacts/service-BasicNetwork-template.yml", "status": "NOT_NOTIFIED" } 2022-06-07T11:39:36.338Z||pool-2-thread-3|||||INFO|500|| --> HTTP/1.1 200 OK 2022-06-07T11:39:36.340Z||pool-2-thread-3|||||DEBUG|500||received message from topic 2022-06-07T11:39:36.340Z||pool-2-thread-3|||||DEBUG|500||recieved notification from broker: { "distributionID": "48968e00-2e55-43b3-931b-18154a27a310", "consumerID": "multicloud-k8s-id", "timestamp": 1654601932229, "artifactURL": "/sdc/v1/catalog/services/BasicNetwork/1.0/artifacts/service-BasicNetwork-template.yml", "status": "NOT_NOTIFIED" } 2022-06-07T11:39:36.341Z||pool-2-thread-3|||||INFO|500||Missing status on Status Object. 2022-06-07T11:39:36.342Z||pool-2-thread-3|||||DEBUG|500||received message from topic 2022-06-07T11:39:36.343Z||pool-2-thread-3|||||DEBUG|500||recieved notification from broker: { "distributionID": "48968e00-2e55-43b3-931b-18154a27a310", "consumerID": "cds", "timestamp": 1654601934568, "artifactURL": "/sdc/v1/catalog/services/BasicNetwork/1.0/artifacts/service-BasicNetwork-template.yml", "status": "NOT_NOTIFIED" } 2022-06-07T11:39:36.343Z||pool-2-thread-3|||||INFO|500||Missing status on Status Object. 2022-06-07T11:39:36.343Z||pool-2-thread-3|||||DEBUG|500||received message from topic 2022-06-07T11:39:36.343Z||pool-2-thread-3|||||DEBUG|500||recieved notification from broker: { "distributionID": "48968e00-2e55-43b3-931b-18154a27a310", "consumerID": "policy-id", "timestamp": 1654601934254, "artifactURL": "/sdc/v1/catalog/services/BasicNetwork/1.0/artifacts/service-BasicNetwork-template.yml", "status": "NOT_NOTIFIED" } 2022-06-07T11:39:36.344Z||pool-2-thread-3|||||INFO|500||Missing status on Status Object. 2022-06-07T11:39:36.344Z||pool-2-thread-3|||||DEBUG|500||received message from topic 2022-06-07T11:39:36.344Z||pool-2-thread-3|||||DEBUG|500||recieved notification from broker: { "distributionID": "48968e00-2e55-43b3-931b-18154a27a310", "consumerID": "cds", "timestamp": 1654601934568, "artifactURL": "/sdc/v1/catalog/services/BasicNetwork/1.0/artifacts/service-BasicNetwork-csar.csar", "status": "NOTIFIED" } 2022-06-07T11:39:36.344Z||pool-2-thread-3|||||INFO|500||Missing status on Status Object. 2022-06-07T11:39:36.344Z||pool-2-thread-3|||||DEBUG|500||received message from topic 2022-06-07T11:39:36.345Z||pool-2-thread-3|||||DEBUG|500||recieved notification from broker: { "distributionID": "48968e00-2e55-43b3-931b-18154a27a310", "consumerID": "multicloud-k8s-id", "timestamp": 1654601932229, "artifactURL": "/sdc/v1/catalog/services/BasicNetwork/1.0/artifacts/service-BasicNetwork-csar.csar", "status": "NOTIFIED" } 2022-06-07T11:39:36.345Z||pool-2-thread-3|||||INFO|500||Missing status on Status Object. 2022-06-07T11:39:36.345Z||pool-2-thread-3|||||DEBUG|500||received message from topic 2022-06-07T11:39:36.345Z||pool-2-thread-3|||||DEBUG|500||recieved notification from broker: { "distributionID": "48968e00-2e55-43b3-931b-18154a27a310", "consumerID": "policy-id", "timestamp": 1654601934254, "artifactURL": "/sdc/v1/catalog/services/BasicNetwork/1.0/artifacts/service-BasicNetwork-csar.csar", "status": "NOTIFIED" } 2022-06-07T11:39:36.345Z||pool-2-thread-3|||||INFO|500||Missing status on Status Object. 2022-06-07T11:39:36.346Z||pool-2-thread-3|||||DEBUG|500||received message from topic 2022-06-07T11:39:36.346Z||pool-2-thread-3|||||DEBUG|500||recieved notification from broker: { "distributionID": "48968e00-2e55-43b3-931b-18154a27a310", "consumerID": "cds", "timestamp": 1654601941162, "artifactURL": "/sdc/v1/catalog/services/BasicNetwork/1.0/artifacts/service-BasicNetwork-csar.csar", "status": "DOWNLOAD_OK" } 2022-06-07T11:39:36.347Z||pool-2-thread-3|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error' 2022-06-07T11:39:36.347Z||pool-2-thread-3|||||DEBUG|500||received message from topic 2022-06-07T11:39:36.347Z||pool-2-thread-3|||||DEBUG|500||recieved notification from broker: { "distributionID": "48968e00-2e55-43b3-931b-18154a27a310", "consumerID": "policy-id", "timestamp": 1654601941674, "artifactURL": "/sdc/v1/catalog/services/BasicNetwork/1.0/artifacts/service-BasicNetwork-csar.csar", "status": "DOWNLOAD_OK" } 2022-06-07T11:39:36.347Z||pool-2-thread-3|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error' 2022-06-07T11:39:36.347Z||pool-2-thread-3|||||DEBUG|500||received message from topic 2022-06-07T11:39:36.348Z||pool-2-thread-3|||||DEBUG|500||recieved notification from broker: { "distributionID": "48968e00-2e55-43b3-931b-18154a27a310", "consumerID": "cds", "timestamp": 1654601942177, "artifactURL": "/sdc/v1/catalog/services/BasicNetwork/1.0/artifacts/service-BasicNetwork-csar.csar", "status": "COMPONENT_DONE_OK", "componentName": "cds" } Hibernate: select watchdogdi0_.DISTRIBUTION_ID as distribu1_11_0_, watchdogdi0_.CREATE_TIME as create_t2_11_0_, watchdogdi0_.DISTRIBUTION_ID_STATUS as distribu3_11_0_, watchdogdi0_.MODIFY_TIME as modify_t4_11_0_, watchdogdi0_.LOCK_VERSION as lock_ver5_11_0_ from watchdog_distributionid_status watchdogdi0_ where watchdogdi0_.DISTRIBUTION_ID=? Hibernate: select watchdogdi0_.DISTRIBUTION_ID as distribu1_11_0_, watchdogdi0_.CREATE_TIME as create_t2_11_0_, watchdogdi0_.DISTRIBUTION_ID_STATUS as distribu3_11_0_, watchdogdi0_.MODIFY_TIME as modify_t4_11_0_, watchdogdi0_.LOCK_VERSION as lock_ver5_11_0_ from watchdog_distributionid_status watchdogdi0_ where watchdogdi0_.DISTRIBUTION_ID=? Hibernate: insert into watchdog_distributionid_status (CREATE_TIME, DISTRIBUTION_ID_STATUS, MODIFY_TIME, LOCK_VERSION, DISTRIBUTION_ID) values (?, ?, ?, ?, ?) 2022-06-07T11:39:36.368Z||pool-2-thread-3|||||DEBUG|500||Receive a callback componentStatus in ASDC, for componentName: cds and status of COMPONENT_DONE_OK distributionID of 48968e00-2e55-43b3-931b-18154a27a310 2022-06-07T11:39:36.368Z||pool-2-thread-3|||||DEBUG|500||Entering installTheComponentStatus for distributionId 48968e00-2e55-43b3-931b-18154a27a310 and ComponentName cds Hibernate: select watchdogco0_.COMPONENT_NAME as componen1_12_0_, watchdogco0_.DISTRIBUTION_ID as distribu2_12_0_, watchdogco0_.COMPONENT_DISTRIBUTION_STATUS as componen3_12_0_, watchdogco0_.CREATE_TIME as create_t4_12_0_, watchdogco0_.MODIFY_TIME as modify_t5_12_0_ from watchdog_per_component_distribution_status watchdogco0_ where watchdogco0_.COMPONENT_NAME=? and watchdogco0_.DISTRIBUTION_ID=? Hibernate: insert into watchdog_per_component_distribution_status (COMPONENT_DISTRIBUTION_STATUS, CREATE_TIME, MODIFY_TIME, COMPONENT_NAME, DISTRIBUTION_ID) values (?, ?, ?, ?, ?) 2022-06-07T11:39:36.377Z||pool-2-thread-3|||||DEBUG|500||received message from topic 2022-06-07T11:39:36.377Z||pool-2-thread-3|||||DEBUG|500||recieved notification from broker: { "distributionID": "48968e00-2e55-43b3-931b-18154a27a310", "consumerID": "policy-id", "timestamp": 1654601942682, "artifactURL": "/sdc/v1/catalog/services/BasicNetwork/1.0/artifacts/service-BasicNetwork-csar.csar", "status": "DEPLOY_OK" } 2022-06-07T11:39:36.377Z||pool-2-thread-3|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error' 2022-06-07T11:39:36.377Z||pool-2-thread-3|||||DEBUG|500||received message from topic 2022-06-07T11:39:36.378Z||pool-2-thread-3|||||DEBUG|500||recieved notification from broker: { "distributionID": "48968e00-2e55-43b3-931b-18154a27a310", "consumerID": "policy-id", "timestamp": 1654601943687, "artifactURL": "", "status": "COMPONENT_DONE_OK", "componentName": "POLICY" } Hibernate: select watchdogdi0_.DISTRIBUTION_ID as distribu1_11_0_, watchdogdi0_.CREATE_TIME as create_t2_11_0_, watchdogdi0_.DISTRIBUTION_ID_STATUS as distribu3_11_0_, watchdogdi0_.MODIFY_TIME as modify_t4_11_0_, watchdogdi0_.LOCK_VERSION as lock_ver5_11_0_ from watchdog_distributionid_status watchdogdi0_ where watchdogdi0_.DISTRIBUTION_ID=? 2022-06-07T11:39:36.382Z||pool-2-thread-3|||||DEBUG|500||Receive a callback componentStatus in ASDC, for componentName: POLICY and status of COMPONENT_DONE_OK distributionID of 48968e00-2e55-43b3-931b-18154a27a310 2022-06-07T11:39:36.382Z||pool-2-thread-3|||||DEBUG|500||Entering installTheComponentStatus for distributionId 48968e00-2e55-43b3-931b-18154a27a310 and ComponentName POLICY Hibernate: select watchdogco0_.COMPONENT_NAME as componen1_12_0_, watchdogco0_.DISTRIBUTION_ID as distribu2_12_0_, watchdogco0_.COMPONENT_DISTRIBUTION_STATUS as componen3_12_0_, watchdogco0_.CREATE_TIME as create_t4_12_0_, watchdogco0_.MODIFY_TIME as modify_t5_12_0_ from watchdog_per_component_distribution_status watchdogco0_ where watchdogco0_.COMPONENT_NAME=? and watchdogco0_.DISTRIBUTION_ID=? Hibernate: insert into watchdog_per_component_distribution_status (COMPONENT_DISTRIBUTION_STATUS, CREATE_TIME, MODIFY_TIME, COMPONENT_NAME, DISTRIBUTION_ID) values (?, ?, ?, ?, ?) 2022-06-07T11:39:36.393Z||pool-2-thread-3|||||DEBUG|500||received message from topic 2022-06-07T11:39:36.393Z||pool-2-thread-3|||||DEBUG|500||recieved notification from broker: { "distributionID": "48968e00-2e55-43b3-931b-18154a27a310", "consumerID": "ves-openapi-manager", "timestamp": 1654601946812, "artifactURL": "/sdc/v1/catalog/services/BasicNetwork/1.0/artifacts/service-BasicNetwork-template.yml", "status": "NOT_NOTIFIED" } 2022-06-07T11:39:36.393Z||pool-2-thread-3|||||INFO|500||Missing status on Status Object. 2022-06-07T11:39:36.393Z||pool-2-thread-3|||||DEBUG|500||received message from topic 2022-06-07T11:39:36.393Z||pool-2-thread-3|||||DEBUG|500||recieved notification from broker: { "distributionID": "48968e00-2e55-43b3-931b-18154a27a310", "consumerID": "ves-openapi-manager", "timestamp": 1654601946812, "artifactURL": "/sdc/v1/catalog/services/BasicNetwork/1.0/artifacts/service-BasicNetwork-csar.csar", "status": "NOT_NOTIFIED" } 2022-06-07T11:39:36.394Z||pool-2-thread-3|||||INFO|500||Missing status on Status Object. 2022-06-07T11:39:36.394Z||pool-2-thread-3|||||DEBUG|500||received message from topic 2022-06-07T11:39:36.394Z||pool-2-thread-3|||||DEBUG|500||recieved notification from broker: { "distributionID": "48968e00-2e55-43b3-931b-18154a27a310", "consumerID": "clamp", "timestamp": 1654601953395, "artifactURL": "/sdc/v1/catalog/services/BasicNetwork/1.0/artifacts/service-BasicNetwork-template.yml", "status": "NOT_NOTIFIED" } 2022-06-07T11:39:36.394Z||pool-2-thread-3|||||INFO|500||Missing status on Status Object. 2022-06-07T11:39:36.394Z||pool-2-thread-3|||||DEBUG|500||received message from topic 2022-06-07T11:39:36.395Z||pool-2-thread-3|||||DEBUG|500||recieved notification from broker: { "distributionID": "48968e00-2e55-43b3-931b-18154a27a310", "consumerID": "clamp", "timestamp": 1654601953395, "artifactURL": "/sdc/v1/catalog/services/BasicNetwork/1.0/artifacts/service-BasicNetwork-csar.csar", "status": "NOTIFIED" } 2022-06-07T11:39:36.395Z||pool-2-thread-3|||||INFO|500||Missing status on Status Object. 2022-06-07T11:39:36.395Z||pool-2-thread-3|||||DEBUG|500||received message from topic 2022-06-07T11:39:36.395Z||pool-2-thread-3|||||DEBUG|500||recieved notification from broker: { "distributionID": "48968e00-2e55-43b3-931b-18154a27a310", "consumerID": "sdc-COpenSource-Env11-sdnc-dockero", "timestamp": 1654601957055, "artifactURL": "/sdc/v1/catalog/services/BasicNetwork/1.0/artifacts/service-BasicNetwork-template.yml", "status": "NOT_NOTIFIED" } 2022-06-07T11:39:36.395Z||pool-2-thread-3|||||INFO|500||Missing status on Status Object. 2022-06-07T11:39:36.396Z||pool-2-thread-3|||||DEBUG|500||received message from topic 2022-06-07T11:39:36.396Z||pool-2-thread-3|||||DEBUG|500||recieved notification from broker: { "distributionID": "48968e00-2e55-43b3-931b-18154a27a310", "consumerID": "aai-ml", "timestamp": 1654601956690, "artifactURL": "/sdc/v1/catalog/services/BasicNetwork/1.0/artifacts/service-BasicNetwork-template.yml", "status": "NOT_NOTIFIED" } 2022-06-07T11:39:36.396Z||pool-2-thread-3|||||INFO|500||Missing status on Status Object. 2022-06-07T11:39:36.396Z||pool-2-thread-3|||||DEBUG|500||received message from topic 2022-06-07T11:39:36.396Z||pool-2-thread-3|||||DEBUG|500||recieved notification from broker: { "distributionID": "48968e00-2e55-43b3-931b-18154a27a310", "consumerID": "sdc-COpenSource-Env11-sdnc-dockero", "timestamp": 1654601957055, "artifactURL": "/sdc/v1/catalog/services/BasicNetwork/1.0/artifacts/service-BasicNetwork-csar.csar", "status": "NOTIFIED" } 2022-06-07T11:39:36.397Z||pool-2-thread-3|||||INFO|500||Missing status on Status Object. 2022-06-07T11:39:36.397Z||pool-2-thread-3|||||DEBUG|500||received message from topic 2022-06-07T11:39:36.398Z||pool-2-thread-3|||||DEBUG|500||recieved notification from broker: { "distributionID": "48968e00-2e55-43b3-931b-18154a27a310", "consumerID": "aai-ml", "timestamp": 1654601956690, "artifactURL": "/sdc/v1/catalog/services/BasicNetwork/1.0/artifacts/service-BasicNetwork-csar.csar", "status": "NOTIFIED" } 2022-06-07T11:39:36.398Z||pool-2-thread-3|||||INFO|500||Missing status on Status Object. 2022-06-07T11:39:36.398Z||pool-2-thread-3|||||DEBUG|500||received message from topic 2022-06-07T11:39:36.398Z||pool-2-thread-3|||||DEBUG|500||recieved notification from broker: { "distributionID": "48968e00-2e55-43b3-931b-18154a27a310", "consumerID": "sdc-COpenSource-Env11-sdnc-dockero", "timestamp": 1654601959844, "artifactURL": "/sdc/v1/catalog/services/BasicNetwork/1.0/artifacts/service-BasicNetwork-csar.csar", "status": "DOWNLOAD_OK" } 2022-06-07T11:39:36.399Z||pool-2-thread-3|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error' 2022-06-07T11:39:36.399Z||pool-2-thread-3|||||DEBUG|500||received message from topic 2022-06-07T11:39:36.399Z||pool-2-thread-3|||||DEBUG|500||recieved notification from broker: { "distributionID": "48968e00-2e55-43b3-931b-18154a27a310", "consumerID": "aai-ml", "timestamp": 1654601959489, "artifactURL": "/sdc/v1/catalog/services/BasicNetwork/1.0/artifacts/service-BasicNetwork-csar.csar", "status": "DOWNLOAD_OK" } 2022-06-07T11:39:36.399Z||pool-2-thread-3|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error' 2022-06-07T11:39:36.399Z||pool-2-thread-3|||||DEBUG|500||received message from topic 2022-06-07T11:39:36.400Z||pool-2-thread-3|||||DEBUG|500||recieved notification from broker: { "distributionID": "48968e00-2e55-43b3-931b-18154a27a310", "consumerID": "sdc-COpenSource-Env11-sdnc-dockero", "timestamp": 1654601961602, "artifactURL": "/sdc/v1/catalog/services/BasicNetwork/1.0/artifacts/service-BasicNetwork-csar.csar", "status": "DEPLOY_OK" } 2022-06-07T11:39:36.400Z||pool-2-thread-3|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error' 2022-06-07T11:39:36.400Z||pool-2-thread-3|||||DEBUG|500||received message from topic 2022-06-07T11:39:36.400Z||pool-2-thread-3|||||DEBUG|500||recieved notification from broker: { "distributionID": "48968e00-2e55-43b3-931b-18154a27a310", "consumerID": "sdc-COpenSource-Env11-sdnc-dockero", "timestamp": 1654601962606, "artifactURL": "", "status": "COMPONENT_DONE_OK", "componentName": "SDNC" } Hibernate: select watchdogdi0_.DISTRIBUTION_ID as distribu1_11_0_, watchdogdi0_.CREATE_TIME as create_t2_11_0_, watchdogdi0_.DISTRIBUTION_ID_STATUS as distribu3_11_0_, watchdogdi0_.MODIFY_TIME as modify_t4_11_0_, watchdogdi0_.LOCK_VERSION as lock_ver5_11_0_ from watchdog_distributionid_status watchdogdi0_ where watchdogdi0_.DISTRIBUTION_ID=? 2022-06-07T11:39:36.405Z||pool-35-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms 2022-06-07T11:39:36.405Z||pool-2-thread-3|||||DEBUG|500||Receive a callback componentStatus in ASDC, for componentName: SDNC and status of COMPONENT_DONE_OK distributionID of 48968e00-2e55-43b3-931b-18154a27a310 2022-06-07T11:39:36.405Z||pool-2-thread-3|||||DEBUG|500||Entering installTheComponentStatus for distributionId 48968e00-2e55-43b3-931b-18154a27a310 and ComponentName SDNC 2022-06-07T11:39:36.405Z||pool-35-thread-1|||||WARN|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO will send credentials over a clear channel. 2022-06-07T11:39:36.406Z||pool-35-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as rACJoekZgDKIBPEP) ... Hibernate: select watchdogco0_.COMPONENT_NAME as componen1_12_0_, watchdogco0_.DISTRIBUTION_ID as distribu2_12_0_, watchdogco0_.COMPONENT_DISTRIBUTION_STATUS as componen3_12_0_, watchdogco0_.CREATE_TIME as create_t4_12_0_, watchdogco0_.MODIFY_TIME as modify_t5_12_0_ from watchdog_per_component_distribution_status watchdogco0_ where watchdogco0_.COMPONENT_NAME=? and watchdogco0_.DISTRIBUTION_ID=? Hibernate: insert into watchdog_per_component_distribution_status (COMPONENT_DISTRIBUTION_STATUS, CREATE_TIME, MODIFY_TIME, COMPONENT_NAME, DISTRIBUTION_ID) values (?, ?, ?, ?, ?) 2022-06-07T11:39:36.414Z||pool-2-thread-3|||||DEBUG|500||received message from topic 2022-06-07T11:39:36.414Z||pool-2-thread-3|||||DEBUG|500||recieved notification from broker: { "distributionID": "48968e00-2e55-43b3-931b-18154a27a310", "consumerID": "aai-ml", "timestamp": 1654601963849, "artifactURL": "/sdc/v1/catalog/services/BasicNetwork/1.0/artifacts/service-BasicNetwork-csar.csar", "status": "DEPLOY_OK" } 2022-06-07T11:39:36.415Z||pool-2-thread-3|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error' 2022-06-07T11:39:36.415Z||pool-2-thread-3|||||DEBUG|500||received message from topic 2022-06-07T11:39:36.415Z||pool-2-thread-3|||||DEBUG|500||recieved notification from broker: { "distributionID": "48968e00-2e55-43b3-931b-18154a27a310", "consumerID": "aai-ml", "timestamp": 1654601964860, "artifactURL": "", "status": "COMPONENT_DONE_OK", "componentName": "AAI" } Hibernate: select watchdogdi0_.DISTRIBUTION_ID as distribu1_11_0_, watchdogdi0_.CREATE_TIME as create_t2_11_0_, watchdogdi0_.DISTRIBUTION_ID_STATUS as distribu3_11_0_, watchdogdi0_.MODIFY_TIME as modify_t4_11_0_, watchdogdi0_.LOCK_VERSION as lock_ver5_11_0_ from watchdog_distributionid_status watchdogdi0_ where watchdogdi0_.DISTRIBUTION_ID=? 2022-06-07T11:39:36.419Z||pool-2-thread-3|||||DEBUG|500||Receive a callback componentStatus in ASDC, for componentName: AAI and status of COMPONENT_DONE_OK distributionID of 48968e00-2e55-43b3-931b-18154a27a310 2022-06-07T11:39:36.419Z||pool-2-thread-3|||||DEBUG|500||Entering installTheComponentStatus for distributionId 48968e00-2e55-43b3-931b-18154a27a310 and ComponentName AAI Hibernate: select watchdogco0_.COMPONENT_NAME as componen1_12_0_, watchdogco0_.DISTRIBUTION_ID as distribu2_12_0_, watchdogco0_.COMPONENT_DISTRIBUTION_STATUS as componen3_12_0_, watchdogco0_.CREATE_TIME as create_t4_12_0_, watchdogco0_.MODIFY_TIME as modify_t5_12_0_ from watchdog_per_component_distribution_status watchdogco0_ where watchdogco0_.COMPONENT_NAME=? and watchdogco0_.DISTRIBUTION_ID=? Hibernate: insert into watchdog_per_component_distribution_status (COMPONENT_DISTRIBUTION_STATUS, CREATE_TIME, MODIFY_TIME, COMPONENT_NAME, DISTRIBUTION_ID) values (?, ?, ?, ?, ?) 2022-06-07T11:39:36.428Z||pool-2-thread-3|||||DEBUG|500||received message from topic 2022-06-07T11:39:36.428Z||pool-2-thread-3|||||DEBUG|500||recieved notification from broker: { "distributionID": "48968e00-2e55-43b3-931b-18154a27a310", "consumerID": "clamp", "timestamp": 1654601967380, "artifactURL": "/sdc/v1/catalog/services/BasicNetwork/1.0/artifacts/service-BasicNetwork-csar.csar", "status": "DOWNLOAD_OK" } 2022-06-07T11:39:36.429Z||pool-2-thread-3|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error' 2022-06-07T11:39:36.429Z||pool-2-thread-3|||||DEBUG|500||received message from topic 2022-06-07T11:39:36.429Z||pool-2-thread-3|||||DEBUG|500||recieved notification from broker: { "distributionID": "48968e00-2e55-43b3-931b-18154a27a310", "consumerID": "clamp", "timestamp": 1654601969390, "artifactURL": "/sdc/v1/catalog/services/BasicNetwork/1.0/artifacts/service-BasicNetwork-csar.csar", "status": "DEPLOY_OK" } 2022-06-07T11:39:36.430Z||pool-2-thread-3|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error' 2022-06-07T11:39:36.430Z||pool-2-thread-3|||||DEBUG|500||received message from topic 2022-06-07T11:39:36.430Z||pool-2-thread-3|||||DEBUG|500||recieved notification from broker: { "distributionID": "48968e00-2e55-43b3-931b-18154a27a310", "consumerID": "clamp", "timestamp": 1654601970393, "artifactURL": "", "status": "COMPONENT_DONE_OK", "componentName": "clamp" } Hibernate: select watchdogdi0_.DISTRIBUTION_ID as distribu1_11_0_, watchdogdi0_.CREATE_TIME as create_t2_11_0_, watchdogdi0_.DISTRIBUTION_ID_STATUS as distribu3_11_0_, watchdogdi0_.MODIFY_TIME as modify_t4_11_0_, watchdogdi0_.LOCK_VERSION as lock_ver5_11_0_ from watchdog_distributionid_status watchdogdi0_ where watchdogdi0_.DISTRIBUTION_ID=? 2022-06-07T11:39:36.434Z||pool-35-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK 2022-06-07T11:39:36.434Z||pool-35-thread-1|||||INFO|500||cambria reply ok (29 ms):{"serverTimeMs":0,"count":1} 2022-06-07T11:39:36.434Z||pool-2-thread-3|||||DEBUG|500||Receive a callback componentStatus in ASDC, for componentName: clamp and status of COMPONENT_DONE_OK distributionID of 48968e00-2e55-43b3-931b-18154a27a310 2022-06-07T11:39:36.435Z||pool-2-thread-3|||||DEBUG|500||Entering installTheComponentStatus for distributionId 48968e00-2e55-43b3-931b-18154a27a310 and ComponentName clamp Hibernate: select watchdogco0_.COMPONENT_NAME as componen1_12_0_, watchdogco0_.DISTRIBUTION_ID as distribu2_12_0_, watchdogco0_.COMPONENT_DISTRIBUTION_STATUS as componen3_12_0_, watchdogco0_.CREATE_TIME as create_t4_12_0_, watchdogco0_.MODIFY_TIME as modify_t5_12_0_ from watchdog_per_component_distribution_status watchdogco0_ where watchdogco0_.COMPONENT_NAME=? and watchdogco0_.DISTRIBUTION_ID=? Hibernate: insert into watchdog_per_component_distribution_status (COMPONENT_DISTRIBUTION_STATUS, CREATE_TIME, MODIFY_TIME, COMPONENT_NAME, DISTRIBUTION_ID) values (?, ?, ?, ?, ?) 2022-06-07T11:39:37.306Z||pool-2-thread-9|||||INFO|500||DistributionClient - sendNotificationStatus 2022-06-07T11:39:37.308Z||pool-2-thread-9|||||INFO|500||DistributionClient - sendStatus 2022-06-07T11:39:37.310Z||pool-2-thread-9|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap] 2022-06-07T11:39:37.310Z||pool-2-thread-9|||||DEBUG|500||try to send status { "distributionID": "48968e00-2e55-43b3-931b-18154a27a310", "consumerID": "SO-COpenSource-Env11", "timestamp": 1654601975641, "artifactURL": "/sdc/v1/catalog/services/BasicNetwork/1.0/artifacts/service-BasicNetwork-csar.csar", "status": "NOTIFIED" } 2022-06-07T11:39:37.411Z||pool-36-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 99 ms 2022-06-07T11:39:37.412Z||pool-36-thread-1|||||WARN|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO will send credentials over a clear channel. 2022-06-07T11:39:37.412Z||pool-36-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as rACJoekZgDKIBPEP) ... 2022-06-07T11:39:37.434Z||pool-36-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK 2022-06-07T11:39:37.435Z||pool-36-thread-1|||||INFO|500||cambria reply ok (24 ms):{"serverTimeMs":1,"count":1} 2022-06-07T11:39:38.311Z||pool-2-thread-9|||||DEBUG|500||sending notification to client: { "distributionID": "48968e00-2e55-43b3-931b-18154a27a310", "serviceName": "basic_network", "serviceVersion": "1.0", "serviceUUID": "1514d1ad-9c84-4099-b631-917ded5bf14c", "serviceDescription": "service", "serviceInvariantUUID": "185dfe56-032b-4be9-9cfb-df3d5fc91fa4", "resources": [ { "resourceInstanceName": "Generic NeutronNet 0", "resourceCustomizationUUID": "ac65be7f-0f0f-4368-a0c4-01dec91c9ba3", "resourceName": "Generic NeutronNet", "resourceVersion": "1.0", "resoucreType": "VL", "resourceUUID": "ba1e72b0-71cb-48b9-94bf-4c0c0b28f926", "resourceInvariantUUID": "f3eef10e-39df-4b27-92e8-994eab9c5c1b", "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": "Mjc3NWUxMWM5MzYxZmI3NzhmMmUzN2E4N2NiYTNjOGE\u003d", "artifactDescription": "TOSCA definition package of the asset", "artifactTimeout": 0, "artifactVersion": "1", "artifactUUID": "54ce010a-1b69-486e-be4c-d49cf2536df2" } ], "workloadContext": "Production" } 2022-06-07T11:39:38.313Z||pool-2-thread-9|||||DEBUG|500||Receive a callback notification in ASDC, nb of resources: 1 2022-06-07T11:39:38.313Z||pool-2-thread-9|||||INFO|500||ASDC_RECEIVE_CALLBACK_NOTIF 0 1514d1ad-9c84-4099-b631-917ded5bf14c ASDC 2022-06-07T11:39:38.315Z|48968e00-2e55-43b3-931b-18154a27a310|pool-2-thread-9|||||DEBUG|500||ASDC Notification: DistributionID:48968e00-2e55-43b3-931b-18154a27a310 ServiceName:basic_network ServiceVersion:1.0 ServiceUUID:1514d1ad-9c84-4099-b631-917ded5bf14c ServiceInvariantUUID:185dfe56-032b-4be9-9cfb-df3d5fc91fa4 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:54ce010a-1b69-486e-be4c-d49cf2536df2 ArtifactChecksum:Mjc3NWUxMWM5MzYxZmI3NzhmMmUzN2E4N2NiYTNjOGE= GeneratedArtifact:{NULL } RelatedArtifacts:{ } } Resource Instances List: { Resource Instance Info: ResourceInstanceName:Generic NeutronNet 0 ResourceCustomizationUUID:ac65be7f-0f0f-4368-a0c4-01dec91c9ba3 ResourceInvariantUUID:f3eef10e-39df-4b27-92e8-994eab9c5c1b ResourceName:Generic NeutronNet ResourceType:VL ResourceUUID:ba1e72b0-71cb-48b9-94bf-4c0c0b28f926 ResourceVersion:1.0 Category:Generic SubCategory:Network Elements Resource Artifacts List: NULL } 2022-06-07T11:39:38.315Z|48968e00-2e55-43b3-931b-18154a27a310|pool-2-thread-9|||||INFO|500||ASDC_RECEIVE_SERVICE_NOTIF 1514d1ad-9c84-4099-b631-917ded5bf14c ASDC treatNotification Hibernate: select watchdogse0_.DISTRIBUTION_ID as distribu1_13_0_, watchdogse0_.SERVICE_MODEL_VERSION_ID as service_2_13_0_, watchdogse0_.CONSUMER_ID as consumer3_13_0_, watchdogse0_.CREATE_TIME as create_t4_13_0_, watchdogse0_.DISTRIBUTION_NOTIFICATION as distribu5_13_0_ from watchdog_service_mod_ver_id_lookup watchdogse0_ where watchdogse0_.DISTRIBUTION_ID=? and watchdogse0_.SERVICE_MODEL_VERSION_ID=? Hibernate: insert into watchdog_service_mod_ver_id_lookup (CONSUMER_ID, CREATE_TIME, DISTRIBUTION_NOTIFICATION, DISTRIBUTION_ID, SERVICE_MODEL_VERSION_ID) values (?, ?, ?, ?, ?) Hibernate: select watchdogdi0_.DISTRIBUTION_ID as distribu1_11_0_, watchdogdi0_.CREATE_TIME as create_t2_11_0_, watchdogdi0_.DISTRIBUTION_ID_STATUS as distribu3_11_0_, watchdogdi0_.MODIFY_TIME as modify_t4_11_0_, watchdogdi0_.LOCK_VERSION as lock_ver5_11_0_ from watchdog_distributionid_status watchdogdi0_ where watchdogdi0_.DISTRIBUTION_ID=? Hibernate: update watchdog_distributionid_status set DISTRIBUTION_ID_STATUS=?, MODIFY_TIME=?, LOCK_VERSION=? where DISTRIBUTION_ID=? 2022-06-07T11:39:38.353Z|48968e00-2e55-43b3-931b-18154a27a310|pool-2-thread-9|||||INFO|500||Unable to find the system property mso.config.path, use the default configuration 2022-06-07T11:39:38.355Z|48968e00-2e55-43b3-931b-18154a27a310|pool-2-thread-9|||||INFO|500||MSO config path is: /app 2022-06-07T11:39:38.355Z|48968e00-2e55-43b3-931b-18154a27a310|pool-2-thread-9|||||INFO|500||MSO config path is: /app 2022-06-07T11:39:38.355Z|48968e00-2e55-43b3-931b-18154a27a310|pool-2-thread-9|||||INFO|500||Trying to download the artifact UUID: 54ce010a-1b69-486e-be4c-d49cf2536df2 from URL: /sdc/v1/catalog/services/BasicNetwork/1.0/artifacts/service-BasicNetwork-csar.csar 2022-06-07T11:39:38.356Z|48968e00-2e55-43b3-931b-18154a27a310|pool-2-thread-9|||||INFO|500||DistributionClient - download 2022-06-07T11:39:38.356Z|48968e00-2e55-43b3-931b-18154a27a310|pool-2-thread-9|||||DEBUG|500||url to send https://sdc-be.onap:8443/sdc/v1/catalog/services/BasicNetwork/1.0/artifacts/service-BasicNetwork-csar.csar 2022-06-07T11:39:38.423Z|48968e00-2e55-43b3-931b-18154a27a310|pool-2-thread-9|||||DEBUG|500||GET Response Status 200 2022-06-07T11:39:38.427Z|48968e00-2e55-43b3-931b-18154a27a310|pool-2-thread-9|||||INFO|500||ASDC_ARTIFACT_DOWNLOAD_SUC /sdc/v1/catalog/services/BasicNetwork/1.0/artifacts/service-BasicNetwork-csar.csar 54ce010a-1b69-486e-be4c-d49cf2536df2 52502 2022-06-07T11:39:38.428Z|48968e00-2e55-43b3-931b-18154a27a310|pool-2-thread-9|||||INFO|500||ASDC_SEND_NOTIF_ASDC DOWNLOAD DOWNLOAD_OK /sdc/v1/catalog/services/BasicNetwork/1.0/artifacts/service-BasicNetwork-csar.csar ASDC sendASDCNotification 2022-06-07T11:39:38.428Z|48968e00-2e55-43b3-931b-18154a27a310|pool-2-thread-9|||||DEBUG|500||Sending DOWNLOAD(DOWNLOAD_OK) notification to ASDC for artifact:/sdc/v1/catalog/services/BasicNetwork/1.0/artifacts/service-BasicNetwork-csar.csar 2022-06-07T11:39:38.428Z|48968e00-2e55-43b3-931b-18154a27a310|pool-2-thread-9|||||INFO|500||DistributionClient - sendDownloadStatus 2022-06-07T11:39:38.429Z|48968e00-2e55-43b3-931b-18154a27a310|pool-2-thread-9|||||INFO|500||DistributionClient - sendStatus 2022-06-07T11:39:38.431Z|48968e00-2e55-43b3-931b-18154a27a310|pool-2-thread-9|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap] 2022-06-07T11:39:38.431Z|48968e00-2e55-43b3-931b-18154a27a310|pool-2-thread-9|||||DEBUG|500||try to send status { "distributionID": "48968e00-2e55-43b3-931b-18154a27a310", "consumerID": "SO-COpenSource-Env11", "timestamp": 1654601978428, "artifactURL": "/sdc/v1/catalog/services/BasicNetwork/1.0/artifacts/service-BasicNetwork-csar.csar", "status": "DOWNLOAD_OK" } 2022-06-07T11:39:38.531Z||pool-37-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms 2022-06-07T11:39:38.532Z||pool-37-thread-1|||||WARN|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO will send credentials over a clear channel. 2022-06-07T11:39:38.532Z||pool-37-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as rACJoekZgDKIBPEP) ... 2022-06-07T11:39:38.554Z||pool-37-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK 2022-06-07T11:39:38.554Z||pool-37-thread-1|||||INFO|500||cambria reply ok (23 ms):{"serverTimeMs":0,"count":1} 2022-06-07T11:39:39.434Z|48968e00-2e55-43b3-931b-18154a27a310|pool-2-thread-9|||||INFO|500||Unable to find the system property mso.config.path, use the default configuration 2022-06-07T11:39:39.435Z|48968e00-2e55-43b3-931b-18154a27a310|pool-2-thread-9|||||INFO|500||MSO config path is: /app 2022-06-07T11:39:39.436Z|48968e00-2e55-43b3-931b-18154a27a310|pool-2-thread-9|||||INFO|500||Trying to write artifact UUID: 54ce010a-1b69-486e-be4c-d49cf2536df2, URL: /sdc/v1/catalog/services/BasicNetwork/1.0/artifacts/service-BasicNetwork-csar.csar to file: /app/ASDC/1/service-BasicNetwork-csar.csar 2022-06-07T11:39:39.436Z|48968e00-2e55-43b3-931b-18154a27a310|pool-2-thread-9|||||INFO|500||ASDC_RECEIVE_SERVICE_NOTIF ***WRITE FILE ARTIFACT NAME ASDC service-BasicNetwork-csar.csar 2022-06-07T11:39:39.437Z|48968e00-2e55-43b3-931b-18154a27a310|pool-2-thread-9|||||DEBUG|500||ASDC File path is: /app/ASDC/1/service-BasicNetwork-csar.csar 2022-06-07T11:39:39.437Z|48968e00-2e55-43b3-931b-18154a27a310|pool-2-thread-9|||||INFO|500||ASDC_RECEIVE_SERVICE_NOTIF ***PATH ASDC /app/ASDC/1/service-BasicNetwork-csar.csar 2022-06-07T11:39:39.610Z|48968e00-2e55-43b3-931b-18154a27a310|pool-2-thread-9|||||DEBUG|500||ToscaTemplate Loading YAMEL file /tmp/JTP1018334588742342784/Definitions/service-BasicNetwork-template.yml 2022-06-07T11:39:40.219Z|48968e00-2e55-43b3-931b-18154a27a310|pool-2-thread-9|||||DEBUG|500||CSAR conformance level is 11.0 2022-06-07T11:39:40.220Z|48968e00-2e55-43b3-931b-18154a27a310|pool-2-thread-9|||||WARN|500||#################################################################################################### 2022-06-07T11:39:40.220Z|48968e00-2e55-43b3-931b-18154a27a310|pool-2-thread-9|||||WARN|500||CSAR Warnings found! CSAR name - /app/ASDC/1/service-BasicNetwork-csar.csar 2022-06-07T11:39:40.220Z|48968e00-2e55-43b3-931b-18154a27a310|pool-2-thread-9|||||WARN|500||ToscaTemplate - verifyTemplate - 8 Parsing Warnings occurred... 2022-06-07T11:39:40.220Z|48968e00-2e55-43b3-931b-18154a27a310|pool-2-thread-9|||||WARN|500||JTosca Exception [JE003]: MissingRequiredFieldError: Data value of type "org.openecomp.datatypes.EcompNaming" is missing required field(s) "[supplemental_data]". CSAR name - /app/ASDC/1/service-BasicNetwork-csar.csar 2022-06-07T11:39:40.220Z|48968e00-2e55-43b3-931b-18154a27a310|pool-2-thread-9|||||WARN|500||JTosca Exception [JE003]: MissingRequiredFieldError: Data value of type "org.openecomp.datatypes.network.NetworkAssignments" is missing required field(s) "[is_shared_network, supplemental_data]". CSAR name - /app/ASDC/1/service-BasicNetwork-csar.csar 2022-06-07T11:39:40.221Z|48968e00-2e55-43b3-931b-18154a27a310|pool-2-thread-9|||||WARN|500||JTosca Exception [JE003]: MissingRequiredFieldError: Data value of type "org.openecomp.datatypes.network.IPv4SubnetAssignments" is missing required field(s) "[use_ipv4, ip_version, cidr_mask, supplemental_data]". CSAR name - /app/ASDC/1/service-BasicNetwork-csar.csar 2022-06-07T11:39:40.221Z|48968e00-2e55-43b3-931b-18154a27a310|pool-2-thread-9|||||WARN|500||JTosca Exception [JE003]: MissingRequiredFieldError: Data value of type "org.openecomp.datatypes.EcompHoming" is missing required field(s) "[supplemental_data]". CSAR name - /app/ASDC/1/service-BasicNetwork-csar.csar 2022-06-07T11:39:40.221Z|48968e00-2e55-43b3-931b-18154a27a310|pool-2-thread-9|||||WARN|500||JTosca Exception [JE003]: MissingRequiredFieldError: Data value of type "org.openecomp.datatypes.Naming" is missing required field(s) "[supplemental_data]". CSAR name - /app/ASDC/1/service-BasicNetwork-csar.csar 2022-06-07T11:39:40.222Z|48968e00-2e55-43b3-931b-18154a27a310|pool-2-thread-9|||||WARN|500||JTosca Exception [JE003]: MissingRequiredFieldError: Data value of type "org.openecomp.datatypes.network.NetworkFlows" is missing required field(s) "[supplemental_data]". CSAR name - /app/ASDC/1/service-BasicNetwork-csar.csar 2022-06-07T11:39:40.222Z|48968e00-2e55-43b3-931b-18154a27a310|pool-2-thread-9|||||WARN|500||JTosca Exception [JE003]: MissingRequiredFieldError: Data value of type "org.openecomp.datatypes.network.IPv6SubnetAssignments" is missing required field(s) "[use_ipv6, ip_version, cidr_mask, supplemental_data]". CSAR name - /app/ASDC/1/service-BasicNetwork-csar.csar 2022-06-07T11:39:40.222Z|48968e00-2e55-43b3-931b-18154a27a310|pool-2-thread-9|||||WARN|500||JTosca Exception [JE003]: MissingRequiredFieldError: properties of template "Generic NeutronNet 0" are missing field(s): [network_role, provider_network]. CSAR name - /app/ASDC/1/service-BasicNetwork-csar.csar 2022-06-07T11:39:40.222Z|48968e00-2e55-43b3-931b-18154a27a310|pool-2-thread-9|||||WARN|500||#################################################################################################### 2022-06-07T11:39:40.223Z|48968e00-2e55-43b3-931b-18154a27a310|pool-2-thread-9|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive 2022-06-07T11:39:40.223Z|48968e00-2e55-43b3-931b-18154a27a310|pool-2-thread-9|||||DEBUG|500||Service basic_network is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=SERVICE_PROXY, toscaType=null, uUID=null, customizationUUID=null 2022-06-07T11:39:40.224Z|48968e00-2e55-43b3-931b-18154a27a310|pool-2-thread-9|||||DEBUG|500||Node template Generic NeutronNet 0 is not matching search criteria 2022-06-07T11:39:40.224Z|48968e00-2e55-43b3-931b-18154a27a310|pool-2-thread-9|||||DEBUG|500||Search for entities recursively 2022-06-07T11:39:40.224Z|48968e00-2e55-43b3-931b-18154a27a310|pool-2-thread-9|||||DEBUG|500||Found topology templates [] matching following query criteria: sdcType=Service, customizationUUID=null 2022-06-07T11:39:40.225Z|48968e00-2e55-43b3-931b-18154a27a310|pool-2-thread-9|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive 2022-06-07T11:39:40.225Z|48968e00-2e55-43b3-931b-18154a27a310|pool-2-thread-9|||||DEBUG|500||Service basic_network is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=CONFIGURATION, toscaType=null, uUID=null, customizationUUID=null 2022-06-07T11:39:40.225Z|48968e00-2e55-43b3-931b-18154a27a310|pool-2-thread-9|||||DEBUG|500||Node template Generic NeutronNet 0 is not matching search criteria 2022-06-07T11:39:40.225Z|48968e00-2e55-43b3-931b-18154a27a310|pool-2-thread-9|||||DEBUG|500||Search for entities recursively 2022-06-07T11:39:40.226Z|48968e00-2e55-43b3-931b-18154a27a310|pool-2-thread-9|||||DEBUG|500||Found topology templates [] matching following query criteria: sdcType=Service, customizationUUID=null 2022-06-07T11:39:40.226Z|48968e00-2e55-43b3-931b-18154a27a310|pool-2-thread-9|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive 2022-06-07T11:39:40.226Z|48968e00-2e55-43b3-931b-18154a27a310|pool-2-thread-9|||||DEBUG|500||Service basic_network is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=VF, toscaType=null, uUID=null, customizationUUID=null 2022-06-07T11:39:40.227Z|48968e00-2e55-43b3-931b-18154a27a310|pool-2-thread-9|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive 2022-06-07T11:39:40.227Z|48968e00-2e55-43b3-931b-18154a27a310|pool-2-thread-9|||||DEBUG|500||Service basic_network is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=VL, toscaType=null, uUID=null, customizationUUID=null 2022-06-07T11:39:40.228Z|48968e00-2e55-43b3-931b-18154a27a310|pool-2-thread-9|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive 2022-06-07T11:39:40.228Z|48968e00-2e55-43b3-931b-18154a27a310|pool-2-thread-9|||||DEBUG|500||Service basic_network is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=CR, toscaType=null, uUID=null, customizationUUID=null 2022-06-07T11:39:40.228Z|48968e00-2e55-43b3-931b-18154a27a310|pool-2-thread-9|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive 2022-06-07T11:39:40.228Z|48968e00-2e55-43b3-931b-18154a27a310|pool-2-thread-9|||||DEBUG|500||Service basic_network is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=VF, toscaType=null, uUID=null, customizationUUID=null 2022-06-07T11:39:40.229Z|48968e00-2e55-43b3-931b-18154a27a310|pool-2-thread-9|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive 2022-06-07T11:39:40.229Z|48968e00-2e55-43b3-931b-18154a27a310|pool-2-thread-9|||||DEBUG|500||Service basic_network is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=PNF, toscaType=null, uUID=null, customizationUUID=null 2022-06-07T11:39:40.229Z|48968e00-2e55-43b3-931b-18154a27a310|pool-2-thread-9|||||DEBUG|500||CSAR Notification: Service Level Properties: Name:basic_network Description:service Model UUID:1514d1ad-9c84-4099-b631-917ded5bf14c Model Version:NULL Model InvariantUuid:185dfe56-032b-4be9-9cfb-df3d5fc91fa4 Service Type: Service Role: WorkLoad Context:Production Environment Context:General_Revenue-Bearing NETWORK Level Properties: Model Name:Generic NeutronNet Model InvariantUuid:f3eef10e-39df-4b27-92e8-994eab9c5c1b Model UUID:8791dce7-95c0-4e88-a8e6-f967c6c92a1d Model Version:1.0 AIC Max Version:NULL AIC Min Version:NULL Tosca Node Type:VL Description:Generic NeutronNet NETWORK Customization Properties: CustomizationUUID:ac65be7f-0f0f-4368-a0c4-01dec91c9ba3 Network Technology:NEUTRON Network Type:NEUTRON Network Role:null Network Scope:null VF Allotted Resource Properties: PNF Allotted Resource Properties: Hibernate: select toscacsar0_.ARTIFACT_UUID as artifact1_57_0_, toscacsar0_.ARTIFACT_CHECKSUM as artifact2_57_0_, toscacsar0_.CREATION_TIMESTAMP as creation3_57_0_, toscacsar0_.DESCRIPTION as descript4_57_0_, toscacsar0_.NAME as name5_57_0_, toscacsar0_.URL as url6_57_0_, toscacsar0_.Version as version7_57_0_ from tosca_csar toscacsar0_ where toscacsar0_.ARTIFACT_UUID=? 2022-06-07T11:39:40.236Z|48968e00-2e55-43b3-931b-18154a27a310|pool-2-thread-9|||||INFO|500||Processing Resource Type: VL, Model UUID: ba1e72b0-71cb-48b9-94bf-4c0c0b28f926 2022-06-07T11:39:40.236Z|48968e00-2e55-43b3-931b-18154a27a310|pool-2-thread-9|||||INFO|500||No resources found for Service: 1514d1ad-9c84-4099-b631-917ded5bf14c Hibernate: select service0_.MODEL_UUID as model_uu1_50_, service0_.CDS_BLUEPRINT_NAME as cds_blue2_50_, service0_.CDS_BLUEPRINT_VERSION as cds_blue3_50_, service0_.SERVICE_CATEGORY as service_4_50_, service0_.CONTROLLER_ACTOR as controll5_50_, service0_.CREATION_TIMESTAMP as creation6_50_, service0_.TOSCA_CSAR_ARTIFACT_UUID as tosca_c21_50_, service0_.DESCRIPTION as descript7_50_, service0_.OVERALL_DISTRIBUTION_STATUS as overall_8_50_, service0_.ENVIRONMENT_CONTEXT as environm9_50_, service0_.MODEL_INVARIANT_UUID as model_i10_50_, service0_.MODEL_NAME as model_n11_50_, service0_.MODEL_VERSION as model_v12_50_, service0_.NAMING_POLICY as naming_13_50_, service0_.ONAP_GENERATED_NAMING as onap_ge14_50_, service0_.RESOURCE_ORDER as resourc15_50_, service0_.SERVICE_FUNCTION as service16_50_, service0_.SERVICE_ROLE as service17_50_, service0_.SERVICE_TYPE as service18_50_, service0_.SKIP_POST_INSTANTIATION_CONFIGURATION as skip_po19_50_, service0_.WORKLOAD_CONTEXT as workloa20_50_ from service service0_ where service0_.MODEL_UUID=? 2022-06-07T11:39:40.242Z|48968e00-2e55-43b3-931b-18154a27a310|pool-2-thread-9|||||INFO|500|| 2022-06-07T11:39:40.243Z|48968e00-2e55-43b3-931b-18154a27a310|pool-2-thread-9|||||DEBUG|500||Processing Resource Type: VL and Model UUID: 2022-06-07T11:39:40.244Z|48968e00-2e55-43b3-931b-18154a27a310|pool-2-thread-9|||||DEBUG|500||No resources found for Service: 1514d1ad-9c84-4099-b631-917ded5bf14c 2022-06-07T11:39:40.244Z|48968e00-2e55-43b3-931b-18154a27a310|pool-2-thread-9|||||DEBUG|500||Preparing to deploy Service: 1514d1ad-9c84-4099-b631-917ded5bf14c 2022-06-07T11:39:40.244Z|48968e00-2e55-43b3-931b-18154a27a310|pool-2-thread-9|||||INFO|500||ASDC_START_DEPLOY_ARTIFACT ASDC 2022-06-07T11:39:40.244Z|48968e00-2e55-43b3-931b-18154a27a310|pool-2-thread-9|||||INFO|500||ASDC_GENERAL_INFO There is no VF mudules in the VF. ASDC createVfModuleStructures Hibernate: select toscacsar0_.ARTIFACT_UUID as artifact1_57_0_, toscacsar0_.ARTIFACT_CHECKSUM as artifact2_57_0_, toscacsar0_.CREATION_TIMESTAMP as creation3_57_0_, toscacsar0_.DESCRIPTION as descript4_57_0_, toscacsar0_.NAME as name5_57_0_, toscacsar0_.URL as url6_57_0_, toscacsar0_.Version as version7_57_0_ from tosca_csar toscacsar0_ where toscacsar0_.ARTIFACT_UUID=? Hibernate: select service0_.MODEL_UUID as model_uu1_50_, service0_.CDS_BLUEPRINT_NAME as cds_blue2_50_, service0_.CDS_BLUEPRINT_VERSION as cds_blue3_50_, service0_.SERVICE_CATEGORY as service_4_50_, service0_.CONTROLLER_ACTOR as controll5_50_, service0_.CREATION_TIMESTAMP as creation6_50_, service0_.TOSCA_CSAR_ARTIFACT_UUID as tosca_c21_50_, service0_.DESCRIPTION as descript7_50_, service0_.OVERALL_DISTRIBUTION_STATUS as overall_8_50_, service0_.ENVIRONMENT_CONTEXT as environm9_50_, service0_.MODEL_INVARIANT_UUID as model_i10_50_, service0_.MODEL_NAME as model_n11_50_, service0_.MODEL_VERSION as model_v12_50_, service0_.NAMING_POLICY as naming_13_50_, service0_.ONAP_GENERATED_NAMING as onap_ge14_50_, service0_.RESOURCE_ORDER as resourc15_50_, service0_.SERVICE_FUNCTION as service16_50_, service0_.SERVICE_ROLE as service17_50_, service0_.SERVICE_TYPE as service18_50_, service0_.SKIP_POST_INSTANTIATION_CONFIGURATION as skip_po19_50_, service0_.WORKLOAD_CONTEXT as workloa20_50_ from service service0_ where service0_.MODEL_UUID=? 2022-06-07T11:39:40.249Z|48968e00-2e55-43b3-931b-18154a27a310|pool-2-thread-9|||||DEBUG|500||serviceInputs: {} [org.onap.sdc.toscaparser.api.parameters.Input@57302053, org.onap.sdc.toscaparser.api.parameters.Input@1ced4be8, org.onap.sdc.toscaparser.api.parameters.Input@7ed3d7d1, org.onap.sdc.toscaparser.api.parameters.Input@5d667fd, org.onap.sdc.toscaparser.api.parameters.Input@5332fdac] 2022-06-07T11:39:40.251Z|48968e00-2e55-43b3-931b-18154a27a310|pool-2-thread-9|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive 2022-06-07T11:39:40.251Z|48968e00-2e55-43b3-931b-18154a27a310|pool-2-thread-9|||||DEBUG|500||Service basic_network is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=VF, toscaType=null, uUID=null, customizationUUID=null 2022-06-07T11:39:40.252Z|48968e00-2e55-43b3-931b-18154a27a310|pool-2-thread-9|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive 2022-06-07T11:39:40.252Z|48968e00-2e55-43b3-931b-18154a27a310|pool-2-thread-9|||||DEBUG|500||Service basic_network is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=null, toscaType=null, uUID=null, customizationUUID=null 2022-06-07T11:39:40.252Z|48968e00-2e55-43b3-931b-18154a27a310|pool-2-thread-9|||||DEBUG|500|| resourceSeq for service uuid 1514d1ad-9c84-4099-b631-917ded5bf14c: Generic NeutronNet 2022-06-07T11:39:40.253Z|48968e00-2e55-43b3-931b-18154a27a310|pool-2-thread-9|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive 2022-06-07T11:39:40.253Z|48968e00-2e55-43b3-931b-18154a27a310|pool-2-thread-9|||||DEBUG|500||Service basic_network is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=PNF, toscaType=null, uUID=null, customizationUUID=null 2022-06-07T11:39:40.253Z|48968e00-2e55-43b3-931b-18154a27a310|pool-2-thread-9|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive 2022-06-07T11:39:40.254Z|48968e00-2e55-43b3-931b-18154a27a310|pool-2-thread-9|||||DEBUG|500||Service basic_network is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=VL, toscaType=null, uUID=null, customizationUUID=null Hibernate: select tempnetwor0_.HEAT_TEMPLATE_ARTIFACT_UUID as heat_tem1_56_, tempnetwor0_.NETWORK_RESOURCE_MODEL_NAME as network_2_56_, tempnetwor0_.AIC_VERSION_MAX as aic_vers3_56_, tempnetwor0_.AIC_VERSION_MIN as aic_vers4_56_ from temp_network_heat_template_lookup tempnetwor0_ where tempnetwor0_.NETWORK_RESOURCE_MODEL_NAME=? limit ? Hibernate: select heattempla0_.ARTIFACT_UUID as artifact1_29_, heattempla0_.ARTIFACT_CHECKSUM as artifact2_29_, heattempla0_.CREATION_TIMESTAMP as creation3_29_, heattempla0_.DESCRIPTION as descript4_29_, heattempla0_.BODY as body5_29_, heattempla0_.NAME as name6_29_, heattempla0_.TIMEOUT_MINUTES as timeout_7_29_, heattempla0_.VERSION as version8_29_ from heat_template heattempla0_ where heattempla0_.ARTIFACT_UUID=? Hibernate: select networkres0_.MODEL_CUSTOMIZATION_UUID as model_cu1_38_, networkres0_.CREATION_TIMESTAMP as creation2_38_, networkres0_.MODEL_INSTANCE_NAME as model_in3_38_, networkres0_.NETWORK_RESOURCE_MODEL_UUID as network_9_38_, networkres0_.NETWORK_ROLE as network_4_38_, networkres0_.NETWORK_SCOPE as network_5_38_, networkres0_.NETWORK_TECHNOLOGY as network_6_38_, networkres0_.NETWORK_TYPE as network_7_38_, networkres0_.RESOURCE_INPUT as resource8_38_ from network_resource_customization networkres0_ where networkres0_.MODEL_CUSTOMIZATION_UUID=? Hibernate: select networkres0_.MODEL_UUID as model_uu1_37_, networkres0_.AIC_VERSION_MAX as aic_vers2_37_, networkres0_.AIC_VERSION_MIN as aic_vers3_37_, networkres0_.RESOURCE_CATEGORY as resource4_37_, networkres0_.CREATION_TIMESTAMP as creation5_37_, networkres0_.DESCRIPTION as descript6_37_, networkres0_.HEAT_TEMPLATE_ARTIFACT_UUID as heat_te14_37_, networkres0_.MODEL_INVARIANT_UUID as model_in7_37_, networkres0_.MODEL_NAME as model_na8_37_, networkres0_.MODEL_VERSION as model_ve9_37_, networkres0_.NEUTRON_NETWORK_TYPE as neutron10_37_, networkres0_.ORCHESTRATION_MODE as orchest11_37_, networkres0_.RESOURCE_SUB_CATEGORY as resourc12_37_, networkres0_.TOSCA_NODE_TYPE as tosca_n13_37_ from network_resource networkres0_ where networkres0_.MODEL_UUID=? 2022-06-07T11:39:40.287Z|48968e00-2e55-43b3-931b-18154a27a310|pool-2-thread-9|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive 2022-06-07T11:39:40.287Z|48968e00-2e55-43b3-931b-18154a27a310|pool-2-thread-9|||||DEBUG|500||Service basic_network is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=CR, toscaType=null, uUID=null, customizationUUID=null 2022-06-07T11:39:40.287Z|48968e00-2e55-43b3-931b-18154a27a310|pool-2-thread-9|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive 2022-06-07T11:39:40.288Z|48968e00-2e55-43b3-931b-18154a27a310|pool-2-thread-9|||||DEBUG|500||Service basic_network is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=SERVICE_PROXY, toscaType=null, uUID=null, customizationUUID=null 2022-06-07T11:39:40.288Z|48968e00-2e55-43b3-931b-18154a27a310|pool-2-thread-9|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive 2022-06-07T11:39:40.288Z|48968e00-2e55-43b3-931b-18154a27a310|pool-2-thread-9|||||DEBUG|500||Service basic_network is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=CONFIGURATION, toscaType=null, uUID=null, customizationUUID=null 2022-06-07T11:39:40.289Z|48968e00-2e55-43b3-931b-18154a27a310|pool-2-thread-9|||||INFO|500||Saving Service: basic_network Hibernate: select service0_.MODEL_UUID as model_uu1_50_3_, service0_.CDS_BLUEPRINT_NAME as cds_blue2_50_3_, service0_.CDS_BLUEPRINT_VERSION as cds_blue3_50_3_, service0_.SERVICE_CATEGORY as service_4_50_3_, service0_.CONTROLLER_ACTOR as controll5_50_3_, service0_.CREATION_TIMESTAMP as creation6_50_3_, service0_.TOSCA_CSAR_ARTIFACT_UUID as tosca_c21_50_3_, service0_.DESCRIPTION as descript7_50_3_, service0_.OVERALL_DISTRIBUTION_STATUS as overall_8_50_3_, service0_.ENVIRONMENT_CONTEXT as environm9_50_3_, service0_.MODEL_INVARIANT_UUID as model_i10_50_3_, service0_.MODEL_NAME as model_n11_50_3_, service0_.MODEL_VERSION as model_v12_50_3_, service0_.NAMING_POLICY as naming_13_50_3_, service0_.ONAP_GENERATED_NAMING as onap_ge14_50_3_, service0_.RESOURCE_ORDER as resourc15_50_3_, service0_.SERVICE_FUNCTION as service16_50_3_, service0_.SERVICE_ROLE as service17_50_3_, service0_.SERVICE_TYPE as service18_50_3_, service0_.SKIP_POST_INSTANTIATION_CONFIGURATION as skip_po19_50_3_, service0_.WORKLOAD_CONTEXT as workloa20_50_3_, allottedcu1_.SERVICE_MODEL_UUID as service_1_8_5_, allottedre2_.MODEL_CUSTOMIZATION_UUID as resource2_8_5_, allottedre2_.MODEL_CUSTOMIZATION_UUID as model_cu1_7_0_, allottedre2_.AR_MODEL_UUID as ar_mode15_7_0_, allottedre2_.CREATION_TIMESTAMP as creation2_7_0_, allottedre2_.MAX_INSTANCES as max_inst3_7_0_, allottedre2_.MIN_INSTANCES as min_inst4_7_0_, allottedre2_.MODEL_INSTANCE_NAME as model_in5_7_0_, allottedre2_.NF_FUNCTION as nf_funct6_7_0_, allottedre2_.NF_NAMING_CODE as nf_namin7_7_0_, allottedre2_.NF_ROLE as nf_role8_7_0_, allottedre2_.NF_TYPE as nf_type9_7_0_, allottedre2_.PROVIDING_SERVICE_MODEL_INVARIANT_UUID as providi10_7_0_, allottedre2_.PROVIDING_SERVICE_MODEL_NAME as providi11_7_0_, allottedre2_.PROVIDING_SERVICE_MODEL_UUID as providi12_7_0_, allottedre2_.RESOURCE_INPUT as resourc13_7_0_, allottedre2_.TARGET_NETWORK_ROLE as target_14_7_0_, allottedre3_.MODEL_UUID as model_uu1_6_1_, allottedre3_.CREATION_TIMESTAMP as creation2_6_1_, allottedre3_.DESCRIPTION as descript3_6_1_, allottedre3_.MODEL_INVARIANT_UUID as model_in4_6_1_, allottedre3_.MODEL_NAME as model_na5_6_1_, allottedre3_.MODEL_VERSION as model_ve6_6_1_, allottedre3_.SUBCATEGORY as subcateg7_6_1_, allottedre3_.TOSCA_NODE_TYPE as tosca_no8_6_1_, toscacsar4_.ARTIFACT_UUID as artifact1_57_2_, toscacsar4_.ARTIFACT_CHECKSUM as artifact2_57_2_, toscacsar4_.CREATION_TIMESTAMP as creation3_57_2_, toscacsar4_.DESCRIPTION as descript4_57_2_, toscacsar4_.NAME as name5_57_2_, toscacsar4_.URL as url6_57_2_, toscacsar4_.Version as version7_57_2_ from service service0_ left outer join allotted_resource_customization_to_service allottedcu1_ on service0_.MODEL_UUID=allottedcu1_.SERVICE_MODEL_UUID left outer join allotted_resource_customization allottedre2_ on allottedcu1_.RESOURCE_MODEL_CUSTOMIZATION_UUID=allottedre2_.MODEL_CUSTOMIZATION_UUID left outer join allotted_resource allottedre3_ on allottedre2_.AR_MODEL_UUID=allottedre3_.MODEL_UUID left outer join tosca_csar toscacsar4_ on service0_.TOSCA_CSAR_ARTIFACT_UUID=toscacsar4_.ARTIFACT_UUID where service0_.MODEL_UUID=? Hibernate: select toscacsar0_.ARTIFACT_UUID as artifact1_57_1_, toscacsar0_.ARTIFACT_CHECKSUM as artifact2_57_1_, toscacsar0_.CREATION_TIMESTAMP as creation3_57_1_, toscacsar0_.DESCRIPTION as descript4_57_1_, toscacsar0_.NAME as name5_57_1_, toscacsar0_.URL as url6_57_1_, toscacsar0_.Version as version7_57_1_, services1_.TOSCA_CSAR_ARTIFACT_UUID as tosca_c21_50_3_, services1_.MODEL_UUID as model_uu1_50_3_, services1_.MODEL_UUID as model_uu1_50_0_, services1_.CDS_BLUEPRINT_NAME as cds_blue2_50_0_, services1_.CDS_BLUEPRINT_VERSION as cds_blue3_50_0_, services1_.SERVICE_CATEGORY as service_4_50_0_, services1_.CONTROLLER_ACTOR as controll5_50_0_, services1_.CREATION_TIMESTAMP as creation6_50_0_, services1_.TOSCA_CSAR_ARTIFACT_UUID as tosca_c21_50_0_, services1_.DESCRIPTION as descript7_50_0_, services1_.OVERALL_DISTRIBUTION_STATUS as overall_8_50_0_, services1_.ENVIRONMENT_CONTEXT as environm9_50_0_, services1_.MODEL_INVARIANT_UUID as model_i10_50_0_, services1_.MODEL_NAME as model_n11_50_0_, services1_.MODEL_VERSION as model_v12_50_0_, services1_.NAMING_POLICY as naming_13_50_0_, services1_.ONAP_GENERATED_NAMING as onap_ge14_50_0_, services1_.RESOURCE_ORDER as resourc15_50_0_, services1_.SERVICE_FUNCTION as service16_50_0_, services1_.SERVICE_ROLE as service17_50_0_, services1_.SERVICE_TYPE as service18_50_0_, services1_.SKIP_POST_INSTANTIATION_CONFIGURATION as skip_po19_50_0_, services1_.WORKLOAD_CONTEXT as workloa20_50_0_ from tosca_csar toscacsar0_ left outer join service services1_ on toscacsar0_.ARTIFACT_UUID=services1_.TOSCA_CSAR_ARTIFACT_UUID where toscacsar0_.ARTIFACT_UUID=? Hibernate: select networkres0_.MODEL_CUSTOMIZATION_UUID as model_cu1_38_3_, networkres0_.CREATION_TIMESTAMP as creation2_38_3_, networkres0_.MODEL_INSTANCE_NAME as model_in3_38_3_, networkres0_.NETWORK_RESOURCE_MODEL_UUID as network_9_38_3_, networkres0_.NETWORK_ROLE as network_4_38_3_, networkres0_.NETWORK_SCOPE as network_5_38_3_, networkres0_.NETWORK_TECHNOLOGY as network_6_38_3_, networkres0_.NETWORK_TYPE as network_7_38_3_, networkres0_.RESOURCE_INPUT as resource8_38_3_, networkres1_.MODEL_UUID as model_uu1_37_0_, networkres1_.AIC_VERSION_MAX as aic_vers2_37_0_, networkres1_.AIC_VERSION_MIN as aic_vers3_37_0_, networkres1_.RESOURCE_CATEGORY as resource4_37_0_, networkres1_.CREATION_TIMESTAMP as creation5_37_0_, networkres1_.DESCRIPTION as descript6_37_0_, networkres1_.HEAT_TEMPLATE_ARTIFACT_UUID as heat_te14_37_0_, networkres1_.MODEL_INVARIANT_UUID as model_in7_37_0_, networkres1_.MODEL_NAME as model_na8_37_0_, networkres1_.MODEL_VERSION as model_ve9_37_0_, networkres1_.NEUTRON_NETWORK_TYPE as neutron10_37_0_, networkres1_.ORCHESTRATION_MODE as orchest11_37_0_, networkres1_.RESOURCE_SUB_CATEGORY as resourc12_37_0_, networkres1_.TOSCA_NODE_TYPE as tosca_n13_37_0_, collection2_.NETWORK_RESOURCE_MODEL_UUID as network_9_15_5_, collection2_.MODEL_CUSTOMIZATION_UUID as model_cu1_15_5_, collection2_.MODEL_CUSTOMIZATION_UUID as model_cu1_15_1_, collection2_.CREATION_TIMESTAMP as creation2_15_1_, collection2_.INSTANCE_GROUP_MODEL_UUID as instance8_15_1_, collection2_.MODEL_INSTANCE_NAME as model_in3_15_1_, collection2_.NETWORK_RESOURCE_MODEL_UUID as network_9_15_1_, collection2_.CRC_MODEL_CUSTOMIZATION_UUID as crc_mod10_15_1_, collection2_.NETWORK_ROLE as network_4_15_1_, collection2_.NETWORK_SCOPE as network_5_15_1_, collection2_.NETWORK_TECHNOLOGY as network_6_15_1_, collection2_.NETWORK_TYPE as network_7_15_1_, heattempla3_.ARTIFACT_UUID as artifact1_29_2_, heattempla3_.ARTIFACT_CHECKSUM as artifact2_29_2_, heattempla3_.CREATION_TIMESTAMP as creation3_29_2_, heattempla3_.DESCRIPTION as descript4_29_2_, heattempla3_.BODY as body5_29_2_, heattempla3_.NAME as name6_29_2_, heattempla3_.TIMEOUT_MINUTES as timeout_7_29_2_, heattempla3_.VERSION as version8_29_2_ from network_resource_customization networkres0_ left outer join network_resource networkres1_ on networkres0_.NETWORK_RESOURCE_MODEL_UUID=networkres1_.MODEL_UUID left outer join collection_network_resource_customization collection2_ on networkres1_.MODEL_UUID=collection2_.NETWORK_RESOURCE_MODEL_UUID left outer join heat_template heattempla3_ on networkres1_.HEAT_TEMPLATE_ARTIFACT_UUID=heattempla3_.ARTIFACT_UUID where networkres0_.MODEL_CUSTOMIZATION_UUID=? Hibernate: select networkres0_.MODEL_UUID as model_uu1_37_4_, networkres0_.AIC_VERSION_MAX as aic_vers2_37_4_, networkres0_.AIC_VERSION_MIN as aic_vers3_37_4_, networkres0_.RESOURCE_CATEGORY as resource4_37_4_, networkres0_.CREATION_TIMESTAMP as creation5_37_4_, networkres0_.DESCRIPTION as descript6_37_4_, networkres0_.HEAT_TEMPLATE_ARTIFACT_UUID as heat_te14_37_4_, networkres0_.MODEL_INVARIANT_UUID as model_in7_37_4_, networkres0_.MODEL_NAME as model_na8_37_4_, networkres0_.MODEL_VERSION as model_ve9_37_4_, networkres0_.NEUTRON_NETWORK_TYPE as neutron10_37_4_, networkres0_.ORCHESTRATION_MODE as orchest11_37_4_, networkres0_.RESOURCE_SUB_CATEGORY as resourc12_37_4_, networkres0_.TOSCA_NODE_TYPE as tosca_n13_37_4_, collection1_.NETWORK_RESOURCE_MODEL_UUID as network_9_15_6_, collection1_.MODEL_CUSTOMIZATION_UUID as model_cu1_15_6_, collection1_.MODEL_CUSTOMIZATION_UUID as model_cu1_15_0_, collection1_.CREATION_TIMESTAMP as creation2_15_0_, collection1_.INSTANCE_GROUP_MODEL_UUID as instance8_15_0_, collection1_.MODEL_INSTANCE_NAME as model_in3_15_0_, collection1_.NETWORK_RESOURCE_MODEL_UUID as network_9_15_0_, collection1_.CRC_MODEL_CUSTOMIZATION_UUID as crc_mod10_15_0_, collection1_.NETWORK_ROLE as network_4_15_0_, collection1_.NETWORK_SCOPE as network_5_15_0_, collection1_.NETWORK_TECHNOLOGY as network_6_15_0_, collection1_.NETWORK_TYPE as network_7_15_0_, instancegr2_.MODEL_UUID as model_uu2_33_1_, instancegr2_.CR_MODEL_UUID as cr_mode10_33_1_, instancegr2_.CREATION_TIMESTAMP as creation3_33_1_, instancegr2_.MODEL_INVARIANT_UUID as model_in4_33_1_, instancegr2_.MODEL_NAME as model_na5_33_1_, instancegr2_.MODEL_VERSION as model_ve6_33_1_, instancegr2_.ROLE as role7_33_1_, instancegr2_.TOSCA_NODE_TYPE as tosca_no8_33_1_, instancegr2_.INSTANCE_GROUP_TYPE as instance9_33_1_, instancegr2_.OBJECT_TYPE as object_t1_33_1_, networkcol3_.MODEL_CUSTOMIZATION_UUID as model_cu2_17_2_, networkcol3_.CR_MODEL_UUID as cr_model8_17_2_, networkcol3_.CREATION_TIMESTAMP as creation3_17_2_, networkcol3_.FUNCTION as function4_17_2_, networkcol3_.MODEL_INSTANCE_NAME as model_in5_17_2_, networkcol3_.ROLE as role6_17_2_, networkcol3_.COLLECTION_RESOURCE_TYPE as collecti7_17_2_, heattempla4_.ARTIFACT_UUID as artifact1_29_3_, heattempla4_.ARTIFACT_CHECKSUM as artifact2_29_3_, heattempla4_.CREATION_TIMESTAMP as creation3_29_3_, heattempla4_.DESCRIPTION as descript4_29_3_, heattempla4_.BODY as body5_29_3_, heattempla4_.NAME as name6_29_3_, heattempla4_.TIMEOUT_MINUTES as timeout_7_29_3_, heattempla4_.VERSION as version8_29_3_ from network_resource networkres0_ left outer join collection_network_resource_customization collection1_ on networkres0_.MODEL_UUID=collection1_.NETWORK_RESOURCE_MODEL_UUID left outer join instance_group instancegr2_ on collection1_.INSTANCE_GROUP_MODEL_UUID=instancegr2_.MODEL_UUID left outer join collection_resource_customization networkcol3_ on collection1_.CRC_MODEL_CUSTOMIZATION_UUID=networkcol3_.MODEL_CUSTOMIZATION_UUID left outer join heat_template heattempla4_ on networkres0_.HEAT_TEMPLATE_ARTIFACT_UUID=heattempla4_.ARTIFACT_UUID where networkres0_.MODEL_UUID=? Hibernate: insert into tosca_csar (ARTIFACT_CHECKSUM, CREATION_TIMESTAMP, DESCRIPTION, NAME, URL, Version, ARTIFACT_UUID) values (?, ?, ?, ?, ?, ?, ?) Hibernate: insert into service (CDS_BLUEPRINT_NAME, CDS_BLUEPRINT_VERSION, SERVICE_CATEGORY, CONTROLLER_ACTOR, CREATION_TIMESTAMP, TOSCA_CSAR_ARTIFACT_UUID, DESCRIPTION, OVERALL_DISTRIBUTION_STATUS, ENVIRONMENT_CONTEXT, MODEL_INVARIANT_UUID, MODEL_NAME, MODEL_VERSION, NAMING_POLICY, ONAP_GENERATED_NAMING, RESOURCE_ORDER, SERVICE_FUNCTION, SERVICE_ROLE, SERVICE_TYPE, SKIP_POST_INSTANTIATION_CONFIGURATION, WORKLOAD_CONTEXT, MODEL_UUID) values (?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?) Hibernate: insert into network_resource (AIC_VERSION_MAX, AIC_VERSION_MIN, RESOURCE_CATEGORY, CREATION_TIMESTAMP, DESCRIPTION, HEAT_TEMPLATE_ARTIFACT_UUID, MODEL_INVARIANT_UUID, MODEL_NAME, MODEL_VERSION, NEUTRON_NETWORK_TYPE, ORCHESTRATION_MODE, RESOURCE_SUB_CATEGORY, TOSCA_NODE_TYPE, MODEL_UUID) values (?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?) Hibernate: insert into network_resource_customization (CREATION_TIMESTAMP, MODEL_INSTANCE_NAME, NETWORK_RESOURCE_MODEL_UUID, NETWORK_ROLE, NETWORK_SCOPE, NETWORK_TECHNOLOGY, NETWORK_TYPE, RESOURCE_INPUT, MODEL_CUSTOMIZATION_UUID) values (?, ?, ?, ?, ?, ?, ?, ?, ?) Hibernate: insert into service_info (SERVICE_MODEL_UUID, SERVICE_INPUT, SERVICE_PROPERTIES) values (?, ?, ?) Hibernate: select watchdogco0_.COMPONENT_NAME as componen1_12_0_, watchdogco0_.DISTRIBUTION_ID as distribu2_12_0_, watchdogco0_.COMPONENT_DISTRIBUTION_STATUS as componen3_12_0_, watchdogco0_.CREATE_TIME as create_t4_12_0_, watchdogco0_.MODIFY_TIME as modify_t5_12_0_ from watchdog_per_component_distribution_status watchdogco0_ where watchdogco0_.COMPONENT_NAME=? and watchdogco0_.DISTRIBUTION_ID=? Hibernate: insert into watchdog_per_component_distribution_status (COMPONENT_DISTRIBUTION_STATUS, CREATE_TIME, MODIFY_TIME, COMPONENT_NAME, DISTRIBUTION_ID) values (?, ?, ?, ?, ?) Hibernate: insert into network_resource_customization_to_service (SERVICE_MODEL_UUID, RESOURCE_MODEL_CUSTOMIZATION_UUID) values (?, ?) 2022-06-07T11:39:40.358Z|48968e00-2e55-43b3-931b-18154a27a310|pool-2-thread-9|||||INFO|500||ASDC_ARTIFACT_DEPLOY_SUC 0 ASDC deployResourceStructure 2022-06-07T11:39:40.358Z|48968e00-2e55-43b3-931b-18154a27a310|pool-2-thread-9|||||INFO|500||ASDC_SEND_NOTIF_ASDC DEPLOY DEPLOY_OK /sdc/v1/catalog/services/BasicNetwork/1.0/artifacts/service-BasicNetwork-csar.csar ASDC sendASDCNotification 2022-06-07T11:39:40.358Z|48968e00-2e55-43b3-931b-18154a27a310|pool-2-thread-9|||||DEBUG|500||Sending DEPLOY(DEPLOY_OK) notification to ASDC for artifact:/sdc/v1/catalog/services/BasicNetwork/1.0/artifacts/service-BasicNetwork-csar.csar 2022-06-07T11:39:40.359Z|48968e00-2e55-43b3-931b-18154a27a310|pool-2-thread-9|||||INFO|500||DistributionClient - sendDeploymentStatus 2022-06-07T11:39:40.359Z|48968e00-2e55-43b3-931b-18154a27a310|pool-2-thread-9|||||INFO|500||DistributionClient - sendStatus 2022-06-07T11:39:40.361Z|48968e00-2e55-43b3-931b-18154a27a310|pool-2-thread-9|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap] 2022-06-07T11:39:40.361Z|48968e00-2e55-43b3-931b-18154a27a310|pool-2-thread-9|||||DEBUG|500||try to send status { "distributionID": "48968e00-2e55-43b3-931b-18154a27a310", "consumerID": "SO-COpenSource-Env11", "timestamp": 1654601980358, "artifactURL": "/sdc/v1/catalog/services/BasicNetwork/1.0/artifacts/service-BasicNetwork-csar.csar", "status": "DEPLOY_OK" } 2022-06-07T11:39:40.462Z||pool-38-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms 2022-06-07T11:39:40.462Z||pool-38-thread-1|||||WARN|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO will send credentials over a clear channel. 2022-06-07T11:39:40.463Z||pool-38-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as rACJoekZgDKIBPEP) ... 2022-06-07T11:39:40.511Z||pool-38-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK 2022-06-07T11:39:40.511Z||pool-38-thread-1|||||INFO|500||cambria reply ok (49 ms):{"serverTimeMs":0,"count":1} 2022-06-07T11:39:41.363Z|48968e00-2e55-43b3-931b-18154a27a310|pool-2-thread-9|||||DEBUG|500||Entered getOverallDistributionStatus method for distrubutionId: 48968e00-2e55-43b3-931b-18154a27a310 Hibernate: select watchdogdi0_.DISTRIBUTION_ID as distribu1_11_0_, watchdogdi0_.CREATE_TIME as create_t2_11_0_, watchdogdi0_.DISTRIBUTION_ID_STATUS as distribu3_11_0_, watchdogdi0_.MODIFY_TIME as modify_t4_11_0_, watchdogdi0_.LOCK_VERSION as lock_ver5_11_0_ from watchdog_distributionid_status watchdogdi0_ where watchdogdi0_.DISTRIBUTION_ID=? Hibernate: select watchdogco0_.COMPONENT_NAME as componen1_12_, watchdogco0_.DISTRIBUTION_ID as distribu2_12_, watchdogco0_.COMPONENT_DISTRIBUTION_STATUS as componen3_12_, watchdogco0_.CREATE_TIME as create_t4_12_, watchdogco0_.MODIFY_TIME as modify_t5_12_ from watchdog_per_component_distribution_status watchdogco0_ where watchdogco0_.DISTRIBUTION_ID=? 2022-06-07T11:39:41.374Z|48968e00-2e55-43b3-931b-18154a27a310|pool-2-thread-9|||||DEBUG|500||Executed RequestDB getWatchdogComponentDistributionStatus for distrubutionId: 48968e00-2e55-43b3-931b-18154a27a310 Hibernate: select watchdogco0_.COMPONENT_NAME as componen1_12_, watchdogco0_.DISTRIBUTION_ID as distribu2_12_, watchdogco0_.COMPONENT_DISTRIBUTION_STATUS as componen3_12_, watchdogco0_.CREATE_TIME as create_t4_12_, watchdogco0_.MODIFY_TIME as modify_t5_12_ from watchdog_per_component_distribution_status watchdogco0_ where watchdogco0_.DISTRIBUTION_ID=? 2022-06-07T11:39:41.376Z|48968e00-2e55-43b3-931b-18154a27a310|pool-2-thread-9|||||DEBUG|500||Found componentName SO in the WatchDog Component DB 2022-06-07T11:39:41.377Z|48968e00-2e55-43b3-931b-18154a27a310|pool-2-thread-9|||||DEBUG|500||Found componentName AAI in the WatchDog Component DB 2022-06-07T11:39:41.377Z|48968e00-2e55-43b3-931b-18154a27a310|pool-2-thread-9|||||DEBUG|500||Found componentName SDNC in the WatchDog Component DB 2022-06-07T11:39:41.377Z|48968e00-2e55-43b3-931b-18154a27a310|pool-2-thread-9|||||DEBUG|500||Components Size matched with the WatchdogComponentDistributionStatus results. 2022-06-07T11:39:41.377Z|48968e00-2e55-43b3-931b-18154a27a310|pool-2-thread-9|||||DEBUG|500||Component status: COMPONENT_DONE_OK on componentName: 2022-06-07T11:39:41.377Z|48968e00-2e55-43b3-931b-18154a27a310|pool-2-thread-9|||||DEBUG|500||Component status: COMPONENT_DONE_OK on componentName: 2022-06-07T11:39:41.377Z|48968e00-2e55-43b3-931b-18154a27a310|pool-2-thread-9|||||DEBUG|500||Component status: COMPONENT_DONE_OK on componentName: 2022-06-07T11:39:41.377Z|48968e00-2e55-43b3-931b-18154a27a310|pool-2-thread-9|||||DEBUG|500||Component status: COMPONENT_DONE_OK on componentName: 2022-06-07T11:39:41.377Z|48968e00-2e55-43b3-931b-18154a27a310|pool-2-thread-9|||||DEBUG|500||Component status: COMPONENT_DONE_OK on componentName: 2022-06-07T11:39:41.377Z|48968e00-2e55-43b3-931b-18154a27a310|pool-2-thread-9|||||DEBUG|500||Component status: COMPONENT_DONE_OK on componentName: 2022-06-07T11:39:41.378Z|48968e00-2e55-43b3-931b-18154a27a310|pool-2-thread-9|||||DEBUG|500||Updating overall DistributionStatus to: SUCCESS for distributionId: Hibernate: select watchdogdi0_.DISTRIBUTION_ID as distribu1_11_0_, watchdogdi0_.CREATE_TIME as create_t2_11_0_, watchdogdi0_.DISTRIBUTION_ID_STATUS as distribu3_11_0_, watchdogdi0_.MODIFY_TIME as modify_t4_11_0_, watchdogdi0_.LOCK_VERSION as lock_ver5_11_0_ from watchdog_distributionid_status watchdogdi0_ where watchdogdi0_.DISTRIBUTION_ID=? 2022-06-07T11:39:41.382Z|48968e00-2e55-43b3-931b-18154a27a310|pool-2-thread-9|||||DEBUG|500||Exiting getOverallDistributionStatus method in WatchdogDistribution 2022-06-07T11:40:11.382Z|48968e00-2e55-43b3-931b-18154a27a310|pool-2-thread-9|||||DEBUG|500||Entered executePatchAAI method with distrubutionId: 48968e00-2e55-43b3-931b-18154a27a310 and distributionStatus: Hibernate: select watchdogse0_.DISTRIBUTION_ID as distribu1_13_, watchdogse0_.SERVICE_MODEL_VERSION_ID as service_2_13_, watchdogse0_.CONSUMER_ID as consumer3_13_, watchdogse0_.CREATE_TIME as create_t4_13_, watchdogse0_.DISTRIBUTION_NOTIFICATION as distribu5_13_ from watchdog_service_mod_ver_id_lookup watchdogse0_ where watchdogse0_.DISTRIBUTION_ID=? 2022-06-07T11:40:11.389Z|48968e00-2e55-43b3-931b-18154a27a310|pool-2-thread-9|||||DEBUG|500||Executed RequestDB getWatchdogServiceModVerIdLookup with distributionId: 48968e00-2e55-43b3-931b-18154a27a310 and serviceModelVersionId: 1514d1ad-9c84-4099-b631-917ded5bf14c 2022-06-07T11:40:11.390Z|48968e00-2e55-43b3-931b-18154a27a310|pool-2-thread-9|||||DEBUG|500||ASDC Notification ServiceModelInvariantUUID : 185dfe56-032b-4be9-9cfb-df3d5fc91fa4 2022-06-07T11:40:11.391Z|48968e00-2e55-43b3-931b-18154a27a310|pool-2-thread-9|||||DEBUG|500||Target A&AI Resource URI: /service-design-and-creation/models/model/185dfe56-032b-4be9-9cfb-df3d5fc91fa4/model-vers/model-ver/1514d1ad-9c84-4099-b631-917ded5bf14c?depth=0 2022-06-07T11:40:11.396Z|48968e00-2e55-43b3-931b-18154a27a310|pool-2-thread-9|||||INFO|500||RestClientSSL using default SSL context! 2022-06-07T11:40:11.450Z|48968e00-2e55-43b3-931b-18154a27a310|pool-2-thread-9|||AAI||DEBUG|500||Sending HTTP POST (overridden to PATCH) to:https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/185dfe56-032b-4be9-9cfb-df3d5fc91fa4/model-vers/model-ver/1514d1ad-9c84-4099-b631-917ded5bf14c?depth=0 with request headers:{Authorization=[***REDACTED***], X-FromAppId=[MSO], X-HTTP-Method-Override=[PATCH], Accept=[application/json], X-TransactionId=[], Content-Type=[application/merge-patch+json]} 2022-06-07T11:40:11.452Z|48968e00-2e55-43b3-931b-18154a27a310|pool-2-thread-9|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/185dfe56-032b-4be9-9cfb-df3d5fc91fa4/model-vers/model-ver/1514d1ad-9c84-4099-b631-917ded5bf14c?depth=0|INFO|500||Invoke 2022-06-07T11:40:11.475Z|48968e00-2e55-43b3-931b-18154a27a310|pool-2-thread-9|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/185dfe56-032b-4be9-9cfb-df3d5fc91fa4/model-vers/model-ver/1514d1ad-9c84-4099-b631-917ded5bf14c?depth=0|DEBUG|500||{"distribution-status":"DISTRIBUTION_COMPLETE_OK"} 2022-06-07T11:40:11.567Z|48968e00-2e55-43b3-931b-18154a27a310|pool-2-thread-9|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/185dfe56-032b-4be9-9cfb-df3d5fc91fa4/model-vers/model-ver/1514d1ad-9c84-4099-b631-917ded5bf14c?depth=0|INFO|500||InvokeReturn 2022-06-07T11:40:11.568Z|48968e00-2e55-43b3-931b-18154a27a310|pool-2-thread-9|||||DEBUG|500||Response from method:POST (overridden to PATCH) performed on uri:https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/185dfe56-032b-4be9-9cfb-df3d5fc91fa4/model-vers/model-ver/1514d1ad-9c84-4099-b631-917ded5bf14c?depth=0 has http status code:200 and response headers:{Strict-Transport-Security=[max-age=16000000; includeSubDomains; preload;], X-AAI-TXID=[0-aai-resources-220607-11:40:11:233-12740], vertex-id=[213136], Content-Length=[0], Date=[Tue, 07 Jun 2022 11:40:11 GMT], Content-Type=[application/json]} 2022-06-07T11:40:11.568Z|48968e00-2e55-43b3-931b-18154a27a310|pool-2-thread-9|||||DEBUG|500||Response was returned with an empty entity. 2022-06-07T11:40:11.568Z|48968e00-2e55-43b3-931b-18154a27a310|pool-2-thread-9|||||DEBUG|500||A&AI UPDATE MODEL Version is success! 2022-06-07T11:40:11.568Z|48968e00-2e55-43b3-931b-18154a27a310|pool-2-thread-9|||||DEBUG|500||A&AI Updated succefully with Distribution Status! Hibernate: select service0_.MODEL_UUID as model_uu1_50_, service0_.CDS_BLUEPRINT_NAME as cds_blue2_50_, service0_.CDS_BLUEPRINT_VERSION as cds_blue3_50_, service0_.SERVICE_CATEGORY as service_4_50_, service0_.CONTROLLER_ACTOR as controll5_50_, service0_.CREATION_TIMESTAMP as creation6_50_, service0_.TOSCA_CSAR_ARTIFACT_UUID as tosca_c21_50_, service0_.DESCRIPTION as descript7_50_, service0_.OVERALL_DISTRIBUTION_STATUS as overall_8_50_, service0_.ENVIRONMENT_CONTEXT as environm9_50_, service0_.MODEL_INVARIANT_UUID as model_i10_50_, service0_.MODEL_NAME as model_n11_50_, service0_.MODEL_VERSION as model_v12_50_, service0_.NAMING_POLICY as naming_13_50_, service0_.ONAP_GENERATED_NAMING as onap_ge14_50_, service0_.RESOURCE_ORDER as resourc15_50_, service0_.SERVICE_FUNCTION as service16_50_, service0_.SERVICE_ROLE as service17_50_, service0_.SERVICE_TYPE as service18_50_, service0_.SKIP_POST_INSTANTIATION_CONFIGURATION as skip_po19_50_, service0_.WORKLOAD_CONTEXT as workloa20_50_ from service service0_ where service0_.MODEL_UUID=? 2022-06-07T11:40:11.574Z|48968e00-2e55-43b3-931b-18154a27a310|pool-2-thread-9|||||ERROR|500||Error updating CatalogDBStatus java.lang.NullPointerException: null at org.onap.so.asdc.tenantIsolation.WatchdogDistribution.updateCatalogDBStatus(WatchdogDistribution.java:206) at org.onap.so.asdc.client.ASDCController.treatNotification(ASDCController.java:690) at org.onap.so.asdc.client.ASDCNotificationCallBack.activateCallback(ASDCNotificationCallBack.java:52) at org.onap.sdc.impl.NotificationConsumer.run(NotificationConsumer.java:71) at java.base/java.util.concurrent.Executors$RunnableAdapter.call(Unknown Source) at java.base/java.util.concurrent.FutureTask.runAndReset(Unknown Source) at java.base/java.util.concurrent.ScheduledThreadPoolExecutor$ScheduledFutureTask.run(Unknown Source) at java.base/java.util.concurrent.ThreadPoolExecutor.runWorker(Unknown Source) at java.base/java.util.concurrent.ThreadPoolExecutor$Worker.run(Unknown Source) at java.base/java.lang.Thread.run(Unknown Source) 2022-06-07T11:40:11.575Z|48968e00-2e55-43b3-931b-18154a27a310|pool-2-thread-9|||||DEBUG|500||Enter sendFinalDistributionStatus with DistributionID 48968e00-2e55-43b3-931b-18154a27a310 and Status of DISTRIBUTION_COMPLETE_OK and ErrorReason null 2022-06-07T11:40:11.575Z|48968e00-2e55-43b3-931b-18154a27a310|pool-2-thread-9|||||INFO|500||DistributionClient - sendFinalDistributionStatus status 2022-06-07T11:40:11.575Z|48968e00-2e55-43b3-931b-18154a27a310|pool-2-thread-9|||||INFO|500||DistributionClient - sendStatus 2022-06-07T11:40:11.578Z|48968e00-2e55-43b3-931b-18154a27a310|pool-2-thread-9|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap] 2022-06-07T11:40:11.578Z|48968e00-2e55-43b3-931b-18154a27a310|pool-2-thread-9|||||DEBUG|500||try to send status { "distributionID": "48968e00-2e55-43b3-931b-18154a27a310", "consumerID": "SO-COpenSource-Env11", "timestamp": 1654602011575, "artifactURL": "", "status": "DISTRIBUTION_COMPLETE_OK" } 2022-06-07T11:40:11.678Z||pool-39-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms 2022-06-07T11:40:11.679Z||pool-39-thread-1|||||WARN|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO will send credentials over a clear channel. 2022-06-07T11:40:11.679Z||pool-39-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as rACJoekZgDKIBPEP) ... 2022-06-07T11:40:11.703Z||pool-39-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK 2022-06-07T11:40:11.703Z||pool-39-thread-1|||||INFO|500||cambria reply ok (25 ms):{"serverTimeMs":2,"count":1} Hibernate: select watchdogdi0_.DISTRIBUTION_ID as distribu1_11_0_, watchdogdi0_.CREATE_TIME as create_t2_11_0_, watchdogdi0_.DISTRIBUTION_ID_STATUS as distribu3_11_0_, watchdogdi0_.MODIFY_TIME as modify_t4_11_0_, watchdogdi0_.LOCK_VERSION as lock_ver5_11_0_ from watchdog_distributionid_status watchdogdi0_ where watchdogdi0_.DISTRIBUTION_ID=? Hibernate: update watchdog_distributionid_status set DISTRIBUTION_ID_STATUS=?, MODIFY_TIME=?, LOCK_VERSION=? where DISTRIBUTION_ID=? 2022-06-07T11:40:35.641Z|48968e00-2e55-43b3-931b-18154a27a310|pool-2-thread-9|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2022-06-07T11:40:35.642Z|48968e00-2e55-43b3-931b-18154a27a310|pool-2-thread-9|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel. 2022-06-07T11:40:35.642Z|48968e00-2e55-43b3-931b-18154a27a310|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 rACJoekZgDKIBPEP) ... 2022-06-07T11:40:35.661Z||pool-2-thread-3|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2022-06-07T11:40:35.661Z||pool-2-thread-3|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel. 2022-06-07T11:40:35.661Z||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 rACJoekZgDKIBPEP) ... 2022-06-07T11:40:35.792Z||pool-2-thread-3|||||INFO|500|| --> HTTP/1.1 200 OK 2022-06-07T11:40:35.793Z||pool-2-thread-3|||||DEBUG|500||received message from topic 2022-06-07T11:40:35.793Z||pool-2-thread-3|||||DEBUG|500||recieved notification from broker: { "distributionID": "48968e00-2e55-43b3-931b-18154a27a310", "consumerID": "SO-COpenSource-Env11", "timestamp": 1654601975641, "artifactURL": "/sdc/v1/catalog/services/BasicNetwork/1.0/artifacts/service-BasicNetwork-template.yml", "status": "NOT_NOTIFIED" } 2022-06-07T11:40:35.794Z||pool-2-thread-3|||||INFO|500||Missing status on Status Object. 2022-06-07T11:40:36.291Z|48968e00-2e55-43b3-931b-18154a27a310|pool-2-thread-9|||||INFO|500|| --> HTTP/1.1 200 OK 2022-06-07T11:40:36.292Z|48968e00-2e55-43b3-931b-18154a27a310|pool-2-thread-9|||||DEBUG|500||received message from topic 2022-06-07T11:40:36.292Z|48968e00-2e55-43b3-931b-18154a27a310|pool-2-thread-9|||||DEBUG|500||recieved notification from broker: {"distributionID":"7894f8fd-a7a7-4cf0-ab07-35702f810c35","serviceName":"basic_vm","serviceVersion":"1.0","serviceUUID":"668b0584-f10c-4ef7-8986-58260bbb0cd8","serviceDescription":"service","serviceInvariantUUID":"7a792005-d0e7-4f6b-a4d3-78f16dbca498","resources":[{"resourceInstanceName":"basic_vm 0","resourceName":"basic_vm","resourceVersion":"1.0","resoucreType":"VF","resourceUUID":"a90c5d7b-e6d9-4021-ae43-f9217e4cdc7f","resourceInvariantUUID":"0dcf2c01-eaae-46b8-b3ee-63597b37c5e7","resourceCustomizationUUID":"92748e53-0e86-49d6-92a6-a3936dc3c003","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":"YmE1NTQ4MjQ1OGE3YTM2OWRhNmFiYzI4ODc2MGM0OGI\u003d","artifactDescription":"VF license file","artifactTimeout":0,"artifactUUID":"c5e5e61e-0584-4ce2-81b0-b116bd0b1d20","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":"ZDIxYTY0NWY0MGZlNWY0NTI5YjQ0NjkzNmY1MGI3MTA\u003d","artifactDescription":"Auto-generated VF Modules information artifact","artifactTimeout":0,"artifactUUID":"e1bf0cde-aba7-40c6-9386-5545f725d84c","artifactVersion":"1"},{"artifactName":"base_ubuntu20.yaml","artifactType":"HEAT","artifactURL":"/sdc/v1/catalog/services/BasicVm/1.0/resourceInstances/basic_vm0/artifacts/base_ubuntu20.yaml","artifactChecksum":"Yjc4MThkOTViNGJjOTBjOGVlZWZiMmZjODUwMTcyZDM\u003d","artifactDescription":"created from csar","artifactTimeout":30,"artifactUUID":"dacc74d3-c94d-466f-bb1a-e2cbcc333661","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":"065b1094-16fb-4251-9730-036d88bbdcd1","artifactVersion":"1"},{"artifactName":"base_ubuntu20.env","artifactType":"HEAT_ENV","artifactURL":"/sdc/v1/catalog/services/BasicVm/1.0/resourceInstances/basic_vm0/artifacts/base_ubuntu20.env","artifactChecksum":"ZTAxYmViMzcwNTk0ZjY0OGE2MzI2MGRhYzc3NThhNWE\u003d","artifactDescription":"Auto-generated HEAT Environment deployment artifact","artifactTimeout":0,"artifactUUID":"c69fd655-c84d-42b5-8b55-84c3132d101b","artifactVersion":"2","generatedFromUUID":"dacc74d3-c94d-466f-bb1a-e2cbcc333661"}]}],"serviceArtifacts":[{"artifactName":"service-BasicVm-template.yml","artifactType":"TOSCA_TEMPLATE","artifactURL":"/sdc/v1/catalog/services/BasicVm/1.0/artifacts/service-BasicVm-template.yml","artifactChecksum":"MmZmZTc0OGUzNWUyN2QxNDUxM2RmNTMxNTQ5MGQyMGQ\u003d","artifactDescription":"TOSCA representation of the asset","artifactTimeout":0,"artifactUUID":"89a19e0d-e0c7-4695-8ed2-e136ac732e39","artifactVersion":"1"},{"artifactName":"service-BasicVm-csar.csar","artifactType":"TOSCA_CSAR","artifactURL":"/sdc/v1/catalog/services/BasicVm/1.0/artifacts/service-BasicVm-csar.csar","artifactChecksum":"Mzg3MzRjZWQxODFjYzllMjBlYzAzOWJmNDNjYmQ5NTc\u003d","artifactDescription":"TOSCA definition package of the asset","artifactTimeout":0,"artifactUUID":"145a8d69-3fa8-4829-8d15-b9652fec8f02","artifactVersion":"1"}],"workloadContext":"Production"} 2022-06-07T11:40:36.299Z|48968e00-2e55-43b3-931b-18154a27a310|pool-2-thread-9|||||INFO|500||DistributionClient - sendNotificationStatus 2022-06-07T11:40:36.300Z|48968e00-2e55-43b3-931b-18154a27a310|pool-2-thread-9|||||INFO|500||DistributionClient - sendStatus 2022-06-07T11:40:36.304Z|48968e00-2e55-43b3-931b-18154a27a310|pool-2-thread-9|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap] 2022-06-07T11:40:36.304Z|48968e00-2e55-43b3-931b-18154a27a310|pool-2-thread-9|||||DEBUG|500||try to send status { "distributionID": "7894f8fd-a7a7-4cf0-ab07-35702f810c35", "consumerID": "SO-COpenSource-Env11", "timestamp": 1654602035641, "artifactURL": "/sdc/v1/catalog/services/BasicVm/1.0/resourceInstances/basic_vm0/artifacts/vf-license-model.xml", "status": "NOT_NOTIFIED" } 2022-06-07T11:40:36.404Z||pool-40-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 99 ms 2022-06-07T11:40:36.405Z||pool-40-thread-1|||||WARN|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO will send credentials over a clear channel. 2022-06-07T11:40:36.405Z||pool-40-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as rACJoekZgDKIBPEP) ... 2022-06-07T11:40:36.420Z||pool-40-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK 2022-06-07T11:40:36.421Z||pool-40-thread-1|||||INFO|500||cambria reply ok (16 ms):{"serverTimeMs":0,"count":1} 2022-06-07T11:40:37.305Z|48968e00-2e55-43b3-931b-18154a27a310|pool-2-thread-9|||||INFO|500||DistributionClient - sendNotificationStatus 2022-06-07T11:40:37.309Z|48968e00-2e55-43b3-931b-18154a27a310|pool-2-thread-9|||||INFO|500||DistributionClient - sendStatus 2022-06-07T11:40:37.311Z|48968e00-2e55-43b3-931b-18154a27a310|pool-2-thread-9|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap] 2022-06-07T11:40:37.312Z|48968e00-2e55-43b3-931b-18154a27a310|pool-2-thread-9|||||DEBUG|500||try to send status { "distributionID": "7894f8fd-a7a7-4cf0-ab07-35702f810c35", "consumerID": "SO-COpenSource-Env11", "timestamp": 1654602035641, "artifactURL": "/sdc/v1/catalog/services/BasicVm/1.0/resourceInstances/basic_vm0/artifacts/basic_vm0_modules.json", "status": "NOTIFIED" } 2022-06-07T11:40:37.417Z||pool-41-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 104 ms 2022-06-07T11:40:37.417Z||pool-41-thread-1|||||WARN|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO will send credentials over a clear channel. 2022-06-07T11:40:37.418Z||pool-41-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as rACJoekZgDKIBPEP) ... 2022-06-07T11:40:37.438Z||pool-41-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK 2022-06-07T11:40:37.438Z||pool-41-thread-1|||||INFO|500||cambria reply ok (21 ms):{"serverTimeMs":1,"count":1} 2022-06-07T11:40:38.313Z|48968e00-2e55-43b3-931b-18154a27a310|pool-2-thread-9|||||INFO|500||DistributionClient - sendNotificationStatus 2022-06-07T11:40:38.314Z|48968e00-2e55-43b3-931b-18154a27a310|pool-2-thread-9|||||INFO|500||DistributionClient - sendStatus 2022-06-07T11:40:38.316Z|48968e00-2e55-43b3-931b-18154a27a310|pool-2-thread-9|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap] 2022-06-07T11:40:38.316Z|48968e00-2e55-43b3-931b-18154a27a310|pool-2-thread-9|||||DEBUG|500||try to send status { "distributionID": "7894f8fd-a7a7-4cf0-ab07-35702f810c35", "consumerID": "SO-COpenSource-Env11", "timestamp": 1654602035641, "artifactURL": "/sdc/v1/catalog/services/BasicVm/1.0/resourceInstances/basic_vm0/artifacts/base_ubuntu20.yaml", "status": "NOTIFIED" } 2022-06-07T11:40:38.416Z||pool-42-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 99 ms 2022-06-07T11:40:38.417Z||pool-42-thread-1|||||WARN|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO will send credentials over a clear channel. 2022-06-07T11:40:38.417Z||pool-42-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as rACJoekZgDKIBPEP) ... 2022-06-07T11:40:38.441Z||pool-42-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK 2022-06-07T11:40:38.441Z||pool-42-thread-1|||||INFO|500||cambria reply ok (24 ms):{"serverTimeMs":0,"count":1} 2022-06-07T11:40:39.317Z|48968e00-2e55-43b3-931b-18154a27a310|pool-2-thread-9|||||INFO|500||DistributionClient - sendNotificationStatus 2022-06-07T11:40:39.322Z|48968e00-2e55-43b3-931b-18154a27a310|pool-2-thread-9|||||INFO|500||DistributionClient - sendStatus 2022-06-07T11:40:39.325Z|48968e00-2e55-43b3-931b-18154a27a310|pool-2-thread-9|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap] 2022-06-07T11:40:39.325Z|48968e00-2e55-43b3-931b-18154a27a310|pool-2-thread-9|||||DEBUG|500||try to send status { "distributionID": "7894f8fd-a7a7-4cf0-ab07-35702f810c35", "consumerID": "SO-COpenSource-Env11", "timestamp": 1654602035641, "artifactURL": "/sdc/v1/catalog/services/BasicVm/1.0/resourceInstances/basic_vm0/artifacts/vendor-license-model.xml", "status": "NOT_NOTIFIED" } 2022-06-07T11:40:39.427Z||pool-43-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 101 ms 2022-06-07T11:40:39.427Z||pool-43-thread-1|||||WARN|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO will send credentials over a clear channel. 2022-06-07T11:40:39.427Z||pool-43-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as rACJoekZgDKIBPEP) ... 2022-06-07T11:40:39.444Z||pool-43-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK 2022-06-07T11:40:39.445Z||pool-43-thread-1|||||INFO|500||cambria reply ok (18 ms):{"serverTimeMs":0,"count":1} 2022-06-07T11:40:40.325Z|48968e00-2e55-43b3-931b-18154a27a310|pool-2-thread-9|||||INFO|500||DistributionClient - sendNotificationStatus 2022-06-07T11:40:40.327Z|48968e00-2e55-43b3-931b-18154a27a310|pool-2-thread-9|||||INFO|500||DistributionClient - sendStatus 2022-06-07T11:40:40.329Z|48968e00-2e55-43b3-931b-18154a27a310|pool-2-thread-9|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap] 2022-06-07T11:40:40.329Z|48968e00-2e55-43b3-931b-18154a27a310|pool-2-thread-9|||||DEBUG|500||try to send status { "distributionID": "7894f8fd-a7a7-4cf0-ab07-35702f810c35", "consumerID": "SO-COpenSource-Env11", "timestamp": 1654602035641, "artifactURL": "/sdc/v1/catalog/services/BasicVm/1.0/resourceInstances/basic_vm0/artifacts/base_ubuntu20.env", "status": "NOTIFIED" } 2022-06-07T11:40:40.429Z||pool-44-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 99 ms 2022-06-07T11:40:40.430Z||pool-44-thread-1|||||WARN|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO will send credentials over a clear channel. 2022-06-07T11:40:40.430Z||pool-44-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as rACJoekZgDKIBPEP) ... 2022-06-07T11:40:40.465Z||pool-44-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK 2022-06-07T11:40:40.466Z||pool-44-thread-1|||||INFO|500||cambria reply ok (36 ms):{"serverTimeMs":0,"count":1} 2022-06-07T11:40:41.330Z|48968e00-2e55-43b3-931b-18154a27a310|pool-2-thread-9|||||INFO|500||DistributionClient - sendNotificationStatus 2022-06-07T11:40:41.331Z|48968e00-2e55-43b3-931b-18154a27a310|pool-2-thread-9|||||INFO|500||DistributionClient - sendStatus 2022-06-07T11:40:41.333Z|48968e00-2e55-43b3-931b-18154a27a310|pool-2-thread-9|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap] 2022-06-07T11:40:41.333Z|48968e00-2e55-43b3-931b-18154a27a310|pool-2-thread-9|||||DEBUG|500||try to send status { "distributionID": "7894f8fd-a7a7-4cf0-ab07-35702f810c35", "consumerID": "SO-COpenSource-Env11", "timestamp": 1654602035641, "artifactURL": "/sdc/v1/catalog/services/BasicVm/1.0/artifacts/service-BasicVm-template.yml", "status": "NOT_NOTIFIED" } 2022-06-07T11:40:41.434Z||pool-45-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 101 ms 2022-06-07T11:40:41.435Z||pool-45-thread-1|||||WARN|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO will send credentials over a clear channel. 2022-06-07T11:40:41.435Z||pool-45-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as rACJoekZgDKIBPEP) ... 2022-06-07T11:40:41.453Z||pool-45-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK 2022-06-07T11:40:41.453Z||pool-45-thread-1|||||INFO|500||cambria reply ok (19 ms):{"serverTimeMs":1,"count":1} 2022-06-07T11:40:42.334Z|48968e00-2e55-43b3-931b-18154a27a310|pool-2-thread-9|||||INFO|500||DistributionClient - sendNotificationStatus 2022-06-07T11:40:42.334Z|48968e00-2e55-43b3-931b-18154a27a310|pool-2-thread-9|||||INFO|500||DistributionClient - sendStatus 2022-06-07T11:40:42.336Z|48968e00-2e55-43b3-931b-18154a27a310|pool-2-thread-9|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap] 2022-06-07T11:40:42.337Z|48968e00-2e55-43b3-931b-18154a27a310|pool-2-thread-9|||||DEBUG|500||try to send status { "distributionID": "7894f8fd-a7a7-4cf0-ab07-35702f810c35", "consumerID": "SO-COpenSource-Env11", "timestamp": 1654602035641, "artifactURL": "/sdc/v1/catalog/services/BasicVm/1.0/artifacts/service-BasicVm-csar.csar", "status": "NOTIFIED" } 2022-06-07T11:40:42.437Z||pool-46-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms 2022-06-07T11:40:42.438Z||pool-46-thread-1|||||WARN|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO will send credentials over a clear channel. 2022-06-07T11:40:42.438Z||pool-46-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as rACJoekZgDKIBPEP) ... 2022-06-07T11:40:42.477Z||pool-46-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK 2022-06-07T11:40:42.478Z||pool-46-thread-1|||||INFO|500||cambria reply ok (41 ms):{"serverTimeMs":0,"count":1} 2022-06-07T11:40:43.339Z|48968e00-2e55-43b3-931b-18154a27a310|pool-2-thread-9|||||DEBUG|500||sending notification to client: { "distributionID": "7894f8fd-a7a7-4cf0-ab07-35702f810c35", "serviceName": "basic_vm", "serviceVersion": "1.0", "serviceUUID": "668b0584-f10c-4ef7-8986-58260bbb0cd8", "serviceDescription": "service", "serviceInvariantUUID": "7a792005-d0e7-4f6b-a4d3-78f16dbca498", "resources": [ { "resourceInstanceName": "basic_vm 0", "resourceCustomizationUUID": "92748e53-0e86-49d6-92a6-a3936dc3c003", "resourceName": "basic_vm", "resourceVersion": "1.0", "resoucreType": "VF", "resourceUUID": "a90c5d7b-e6d9-4021-ae43-f9217e4cdc7f", "resourceInvariantUUID": "0dcf2c01-eaae-46b8-b3ee-63597b37c5e7", "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": "ZDIxYTY0NWY0MGZlNWY0NTI5YjQ0NjkzNmY1MGI3MTA\u003d", "artifactDescription": "Auto-generated VF Modules information artifact", "artifactTimeout": 0, "artifactVersion": "1", "artifactUUID": "e1bf0cde-aba7-40c6-9386-5545f725d84c", "relatedArtifactsInfo": [] }, { "artifactName": "base_ubuntu20.yaml", "artifactType": "HEAT", "artifactURL": "/sdc/v1/catalog/services/BasicVm/1.0/resourceInstances/basic_vm0/artifacts/base_ubuntu20.yaml", "artifactChecksum": "Yjc4MThkOTViNGJjOTBjOGVlZWZiMmZjODUwMTcyZDM\u003d", "artifactDescription": "created from csar", "artifactTimeout": 30, "artifactVersion": "1", "artifactUUID": "dacc74d3-c94d-466f-bb1a-e2cbcc333661", "generatedArtifact": { "artifactName": "base_ubuntu20.env", "artifactType": "HEAT_ENV", "artifactURL": "/sdc/v1/catalog/services/BasicVm/1.0/resourceInstances/basic_vm0/artifacts/base_ubuntu20.env", "artifactChecksum": "ZTAxYmViMzcwNTk0ZjY0OGE2MzI2MGRhYzc3NThhNWE\u003d", "artifactDescription": "Auto-generated HEAT Environment deployment artifact", "artifactTimeout": 0, "artifactVersion": "2", "artifactUUID": "c69fd655-c84d-42b5-8b55-84c3132d101b", "generatedFromUUID": "dacc74d3-c94d-466f-bb1a-e2cbcc333661" }, "relatedArtifactsInfo": [] }, { "artifactName": "base_ubuntu20.env", "artifactType": "HEAT_ENV", "artifactURL": "/sdc/v1/catalog/services/BasicVm/1.0/resourceInstances/basic_vm0/artifacts/base_ubuntu20.env", "artifactChecksum": "ZTAxYmViMzcwNTk0ZjY0OGE2MzI2MGRhYzc3NThhNWE\u003d", "artifactDescription": "Auto-generated HEAT Environment deployment artifact", "artifactTimeout": 0, "artifactVersion": "2", "artifactUUID": "c69fd655-c84d-42b5-8b55-84c3132d101b", "relatedArtifactsInfo": [] } ] } ], "serviceArtifacts": [ { "artifactName": "service-BasicVm-csar.csar", "artifactType": "TOSCA_CSAR", "artifactURL": "/sdc/v1/catalog/services/BasicVm/1.0/artifacts/service-BasicVm-csar.csar", "artifactChecksum": "Mzg3MzRjZWQxODFjYzllMjBlYzAzOWJmNDNjYmQ5NTc\u003d", "artifactDescription": "TOSCA definition package of the asset", "artifactTimeout": 0, "artifactVersion": "1", "artifactUUID": "145a8d69-3fa8-4829-8d15-b9652fec8f02" } ], "workloadContext": "Production" } 2022-06-07T11:40:43.339Z|48968e00-2e55-43b3-931b-18154a27a310|pool-2-thread-9|||||DEBUG|500||Receive a callback notification in ASDC, nb of resources: 1 2022-06-07T11:40:43.339Z|48968e00-2e55-43b3-931b-18154a27a310|pool-2-thread-9|||||INFO|500||ASDC_RECEIVE_CALLBACK_NOTIF 3 668b0584-f10c-4ef7-8986-58260bbb0cd8 ASDC 2022-06-07T11:40:43.340Z|7894f8fd-a7a7-4cf0-ab07-35702f810c35|pool-2-thread-9|||||DEBUG|500||ASDC Notification: DistributionID:7894f8fd-a7a7-4cf0-ab07-35702f810c35 ServiceName:basic_vm ServiceVersion:1.0 ServiceUUID:668b0584-f10c-4ef7-8986-58260bbb0cd8 ServiceInvariantUUID:7a792005-d0e7-4f6b-a4d3-78f16dbca498 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:145a8d69-3fa8-4829-8d15-b9652fec8f02 ArtifactChecksum:Mzg3MzRjZWQxODFjYzllMjBlYzAzOWJmNDNjYmQ5NTc= GeneratedArtifact:{NULL } RelatedArtifacts:{ } } Resource Instances List: { Resource Instance Info: ResourceInstanceName:basic_vm 0 ResourceCustomizationUUID:92748e53-0e86-49d6-92a6-a3936dc3c003 ResourceInvariantUUID:0dcf2c01-eaae-46b8-b3ee-63597b37c5e7 ResourceName:basic_vm ResourceType:VF ResourceUUID:a90c5d7b-e6d9-4021-ae43-f9217e4cdc7f 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:e1bf0cde-aba7-40c6-9386-5545f725d84c ArtifactChecksum:ZDIxYTY0NWY0MGZlNWY0NTI5YjQ0NjkzNmY1MGI3MTA= 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:dacc74d3-c94d-466f-bb1a-e2cbcc333661 ArtifactChecksum:Yjc4MThkOTViNGJjOTBjOGVlZWZiMmZjODUwMTcyZDM= GeneratedArtifact:{Service Artifacts Info: ArtifactName:base_ubuntu20.env ArtifactVersion:2 ArtifactType:HEAT_ENV ArtifactDescription:Auto-generated HEAT Environment deployment artifact ArtifactTimeout:0 ArtifactURL:/sdc/v1/catalog/services/BasicVm/1.0/resourceInstances/basic_vm0/artifacts/base_ubuntu20.env ArtifactUUID:c69fd655-c84d-42b5-8b55-84c3132d101b ArtifactChecksum:ZTAxYmViMzcwNTk0ZjY0OGE2MzI2MGRhYzc3NThhNWE= GeneratedArtifact:{NULL } RelatedArtifacts:{ } } RelatedArtifacts:{ } , Service Artifacts Info: ArtifactName:base_ubuntu20.env ArtifactVersion:2 ArtifactType:HEAT_ENV ArtifactDescription:Auto-generated HEAT Environment deployment artifact ArtifactTimeout:0 ArtifactURL:/sdc/v1/catalog/services/BasicVm/1.0/resourceInstances/basic_vm0/artifacts/base_ubuntu20.env ArtifactUUID:c69fd655-c84d-42b5-8b55-84c3132d101b ArtifactChecksum:ZTAxYmViMzcwNTk0ZjY0OGE2MzI2MGRhYzc3NThhNWE= GeneratedArtifact:{NULL } RelatedArtifacts:{ } } } 2022-06-07T11:40:43.340Z|7894f8fd-a7a7-4cf0-ab07-35702f810c35|pool-2-thread-9|||||INFO|500||ASDC_RECEIVE_SERVICE_NOTIF 668b0584-f10c-4ef7-8986-58260bbb0cd8 ASDC treatNotification Hibernate: select watchdogse0_.DISTRIBUTION_ID as distribu1_13_0_, watchdogse0_.SERVICE_MODEL_VERSION_ID as service_2_13_0_, watchdogse0_.CONSUMER_ID as consumer3_13_0_, watchdogse0_.CREATE_TIME as create_t4_13_0_, watchdogse0_.DISTRIBUTION_NOTIFICATION as distribu5_13_0_ from watchdog_service_mod_ver_id_lookup watchdogse0_ where watchdogse0_.DISTRIBUTION_ID=? and watchdogse0_.SERVICE_MODEL_VERSION_ID=? Hibernate: insert into watchdog_service_mod_ver_id_lookup (CONSUMER_ID, CREATE_TIME, DISTRIBUTION_NOTIFICATION, DISTRIBUTION_ID, SERVICE_MODEL_VERSION_ID) values (?, ?, ?, ?, ?) Hibernate: select watchdogdi0_.DISTRIBUTION_ID as distribu1_11_0_, watchdogdi0_.CREATE_TIME as create_t2_11_0_, watchdogdi0_.DISTRIBUTION_ID_STATUS as distribu3_11_0_, watchdogdi0_.MODIFY_TIME as modify_t4_11_0_, watchdogdi0_.LOCK_VERSION as lock_ver5_11_0_ from watchdog_distributionid_status watchdogdi0_ where watchdogdi0_.DISTRIBUTION_ID=? Hibernate: insert into watchdog_distributionid_status (CREATE_TIME, DISTRIBUTION_ID_STATUS, MODIFY_TIME, LOCK_VERSION, DISTRIBUTION_ID) values (?, ?, ?, ?, ?) 2022-06-07T11:40:43.381Z|7894f8fd-a7a7-4cf0-ab07-35702f810c35|pool-2-thread-9|||||INFO|500||Unable to find the system property mso.config.path, use the default configuration 2022-06-07T11:40:43.382Z|7894f8fd-a7a7-4cf0-ab07-35702f810c35|pool-2-thread-9|||||INFO|500||MSO config path is: /app 2022-06-07T11:40:43.382Z|7894f8fd-a7a7-4cf0-ab07-35702f810c35|pool-2-thread-9|||||INFO|500||MSO config path is: /app 2022-06-07T11:40:43.383Z|7894f8fd-a7a7-4cf0-ab07-35702f810c35|pool-2-thread-9|||||INFO|500||Trying to download the artifact UUID: 145a8d69-3fa8-4829-8d15-b9652fec8f02 from URL: /sdc/v1/catalog/services/BasicVm/1.0/artifacts/service-BasicVm-csar.csar 2022-06-07T11:40:43.383Z|7894f8fd-a7a7-4cf0-ab07-35702f810c35|pool-2-thread-9|||||INFO|500||DistributionClient - download 2022-06-07T11:40:43.383Z|7894f8fd-a7a7-4cf0-ab07-35702f810c35|pool-2-thread-9|||||DEBUG|500||url to send https://sdc-be.onap:8443/sdc/v1/catalog/services/BasicVm/1.0/artifacts/service-BasicVm-csar.csar 2022-06-07T11:40:43.488Z|7894f8fd-a7a7-4cf0-ab07-35702f810c35|pool-2-thread-9|||||DEBUG|500||GET Response Status 200 2022-06-07T11:40:43.515Z|7894f8fd-a7a7-4cf0-ab07-35702f810c35|pool-2-thread-9|||||INFO|500||ASDC_ARTIFACT_DOWNLOAD_SUC /sdc/v1/catalog/services/BasicVm/1.0/artifacts/service-BasicVm-csar.csar 145a8d69-3fa8-4829-8d15-b9652fec8f02 71051 2022-06-07T11:40:43.515Z|7894f8fd-a7a7-4cf0-ab07-35702f810c35|pool-2-thread-9|||||INFO|500||ASDC_SEND_NOTIF_ASDC DOWNLOAD DOWNLOAD_OK /sdc/v1/catalog/services/BasicVm/1.0/artifacts/service-BasicVm-csar.csar ASDC sendASDCNotification 2022-06-07T11:40:43.516Z|7894f8fd-a7a7-4cf0-ab07-35702f810c35|pool-2-thread-9|||||DEBUG|500||Sending DOWNLOAD(DOWNLOAD_OK) notification to ASDC for artifact:/sdc/v1/catalog/services/BasicVm/1.0/artifacts/service-BasicVm-csar.csar 2022-06-07T11:40:43.516Z|7894f8fd-a7a7-4cf0-ab07-35702f810c35|pool-2-thread-9|||||INFO|500||DistributionClient - sendDownloadStatus 2022-06-07T11:40:43.517Z|7894f8fd-a7a7-4cf0-ab07-35702f810c35|pool-2-thread-9|||||INFO|500||DistributionClient - sendStatus 2022-06-07T11:40:43.526Z|7894f8fd-a7a7-4cf0-ab07-35702f810c35|pool-2-thread-9|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap] 2022-06-07T11:40:43.526Z|7894f8fd-a7a7-4cf0-ab07-35702f810c35|pool-2-thread-9|||||DEBUG|500||try to send status { "distributionID": "7894f8fd-a7a7-4cf0-ab07-35702f810c35", "consumerID": "SO-COpenSource-Env11", "timestamp": 1654602043515, "artifactURL": "/sdc/v1/catalog/services/BasicVm/1.0/artifacts/service-BasicVm-csar.csar", "status": "DOWNLOAD_OK" } 2022-06-07T11:40:43.627Z||pool-47-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 99 ms 2022-06-07T11:40:43.628Z||pool-47-thread-1|||||WARN|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO will send credentials over a clear channel. 2022-06-07T11:40:43.628Z||pool-47-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as rACJoekZgDKIBPEP) ... 2022-06-07T11:40:43.644Z||pool-47-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK 2022-06-07T11:40:43.645Z||pool-47-thread-1|||||INFO|500||cambria reply ok (18 ms):{"serverTimeMs":1,"count":1} 2022-06-07T11:40:44.527Z|7894f8fd-a7a7-4cf0-ab07-35702f810c35|pool-2-thread-9|||||INFO|500||Unable to find the system property mso.config.path, use the default configuration 2022-06-07T11:40:44.528Z|7894f8fd-a7a7-4cf0-ab07-35702f810c35|pool-2-thread-9|||||INFO|500||MSO config path is: /app 2022-06-07T11:40:44.528Z|7894f8fd-a7a7-4cf0-ab07-35702f810c35|pool-2-thread-9|||||INFO|500||Trying to write artifact UUID: 145a8d69-3fa8-4829-8d15-b9652fec8f02, URL: /sdc/v1/catalog/services/BasicVm/1.0/artifacts/service-BasicVm-csar.csar to file: /app/ASDC/1/service-BasicVm-csar.csar 2022-06-07T11:40:44.528Z|7894f8fd-a7a7-4cf0-ab07-35702f810c35|pool-2-thread-9|||||INFO|500||ASDC_RECEIVE_SERVICE_NOTIF ***WRITE FILE ARTIFACT NAME ASDC service-BasicVm-csar.csar 2022-06-07T11:40:44.529Z|7894f8fd-a7a7-4cf0-ab07-35702f810c35|pool-2-thread-9|||||DEBUG|500||ASDC File path is: /app/ASDC/1/service-BasicVm-csar.csar 2022-06-07T11:40:44.529Z|7894f8fd-a7a7-4cf0-ab07-35702f810c35|pool-2-thread-9|||||INFO|500||ASDC_RECEIVE_SERVICE_NOTIF ***PATH ASDC /app/ASDC/1/service-BasicVm-csar.csar 2022-06-07T11:40:44.664Z|7894f8fd-a7a7-4cf0-ab07-35702f810c35|pool-2-thread-9|||||DEBUG|500||ToscaTemplate Loading YAMEL file /tmp/JTP12852462656546044308/Definitions/service-BasicVm-template.yml Log warning: The required parameter "port_ubuntu20_admin_plane_port_0_name" is not provided Log warning: The required parameter "port_ubuntu20_admin_plane_port_0_vlan_requirements" is not provided Log warning: The required parameter "port_ubuntu20_admin_plane_port_0_related_networks" is not provided Log warning: The required parameter "port_ubuntu20_admin_plane_port_0_order" is not provided Log warning: The required parameter "port_ubuntu20_admin_plane_port_0_network_role" is not provided Log warning: The required parameter "port_ubuntu20_admin_plane_port_0_subnetpoolid" is not provided 2022-06-07T11:40:45.770Z|7894f8fd-a7a7-4cf0-ab07-35702f810c35|pool-2-thread-9|||||DEBUG|500||CSAR conformance level is 11.0 2022-06-07T11:40:45.770Z|7894f8fd-a7a7-4cf0-ab07-35702f810c35|pool-2-thread-9|||||WARN|500||#################################################################################################### 2022-06-07T11:40:45.771Z|7894f8fd-a7a7-4cf0-ab07-35702f810c35|pool-2-thread-9|||||WARN|500||CSAR Warnings found! CSAR name - /app/ASDC/1/service-BasicVm-csar.csar 2022-06-07T11:40:45.771Z|7894f8fd-a7a7-4cf0-ab07-35702f810c35|pool-2-thread-9|||||WARN|500||ToscaTemplate - verifyTemplate - 9 Parsing Warnings occurred... 2022-06-07T11:40:45.771Z|7894f8fd-a7a7-4cf0-ab07-35702f810c35|pool-2-thread-9|||||WARN|500||JTosca Exception [JE003]: MissingRequiredFieldError: properties of template "abstract_ubuntu20" are missing field(s): [port_ubuntu20_admin_plane_port_0_name, port_ubuntu20_admin_plane_port_0_vlan_requirements, port_ubuntu20_admin_plane_port_0_related_networks, port_ubuntu20_admin_plane_port_0_order, nfc_function, port_ubuntu20_admin_plane_port_0_network_role, port_ubuntu20_admin_plane_port_0_subnetpoolid]. CSAR name - /app/ASDC/1/service-BasicVm-csar.csar 2022-06-07T11:40:45.771Z|7894f8fd-a7a7-4cf0-ab07-35702f810c35|pool-2-thread-9|||||WARN|500||JTosca Exception [JE003]: MissingRequiredFieldError: properties of template "basic_vm 0" are missing field(s): [nf_naming_code, nf_function, sdnc_artifact_name, max_instances, nf_type, sdnc_model_version, nf_role, min_instances, sdnc_model_name]. CSAR name - /app/ASDC/1/service-BasicVm-csar.csar 2022-06-07T11:40:45.772Z|7894f8fd-a7a7-4cf0-ab07-35702f810c35|pool-2-thread-9|||||WARN|500||JTosca Exception [JE003]: MissingRequiredFieldError: Data value of type "org.openecomp.datatypes.AssignmentRequirements" is missing required field(s) "[supplemental_data]". CSAR name - /app/ASDC/1/service-BasicVm-csar.csar 2022-06-07T11:40:45.772Z|7894f8fd-a7a7-4cf0-ab07-35702f810c35|pool-2-thread-9|||||WARN|500||JTosca Exception [JE003]: MissingRequiredFieldError: Data value of type "org.openecomp.datatypes.network.IpRequirements" is missing required field(s) "[assingment_method, supplemental_data]". CSAR name - /app/ASDC/1/service-BasicVm-csar.csar 2022-06-07T11:40:45.772Z|7894f8fd-a7a7-4cf0-ab07-35702f810c35|pool-2-thread-9|||||WARN|500||JTosca Exception [JE003]: MissingRequiredFieldError: Data value of type "org.openecomp.datatypes.Naming" is missing required field(s) "[supplemental_data]". CSAR name - /app/ASDC/1/service-BasicVm-csar.csar 2022-06-07T11:40:45.772Z|7894f8fd-a7a7-4cf0-ab07-35702f810c35|pool-2-thread-9|||||WARN|500||JTosca Exception [JE003]: MissingRequiredFieldError: properties of template "abstract_ubuntu20" are missing field(s): [unit, type]. CSAR name - /app/ASDC/1/service-BasicVm-csar.csar 2022-06-07T11:40:45.772Z|7894f8fd-a7a7-4cf0-ab07-35702f810c35|pool-2-thread-9|||||WARN|500||JTosca Exception [JE003]: MissingRequiredFieldError: Data value of type "org.openecomp.datatypes.network.MacRequirements" is missing required field(s) "[supplemental_data]". CSAR name - /app/ASDC/1/service-BasicVm-csar.csar 2022-06-07T11:40:45.773Z|7894f8fd-a7a7-4cf0-ab07-35702f810c35|pool-2-thread-9|||||WARN|500||JTosca Exception [JE001]: TypeMismatchError: "[ubuntu20_admin_security_group]" is not a map. The type is "json". CSAR name - /app/ASDC/1/service-BasicVm-csar.csar 2022-06-07T11:40:45.773Z|7894f8fd-a7a7-4cf0-ab07-35702f810c35|pool-2-thread-9|||||WARN|500||JTosca Exception [JE003]: MissingRequiredFieldError: Data value of type "org.openecomp.datatypes.PortMirroringConnectionPointDescription" is missing required field(s) "[nf_naming_code, pps_capacity, nf_type, nfc_type]". CSAR name - /app/ASDC/1/service-BasicVm-csar.csar 2022-06-07T11:40:45.773Z|7894f8fd-a7a7-4cf0-ab07-35702f810c35|pool-2-thread-9|||||WARN|500||#################################################################################################### 2022-06-07T11:40:45.773Z|7894f8fd-a7a7-4cf0-ab07-35702f810c35|pool-2-thread-9|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive 2022-06-07T11:40:45.774Z|7894f8fd-a7a7-4cf0-ab07-35702f810c35|pool-2-thread-9|||||DEBUG|500||Service basic_vm is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=SERVICE_PROXY, toscaType=null, uUID=null, customizationUUID=null 2022-06-07T11:40:45.774Z|7894f8fd-a7a7-4cf0-ab07-35702f810c35|pool-2-thread-9|||||DEBUG|500||Node template basic_vm 0 is matching search criteria 2022-06-07T11:40:45.774Z|7894f8fd-a7a7-4cf0-ab07-35702f810c35|pool-2-thread-9|||||DEBUG|500||Search for entities recursively 2022-06-07T11:40:45.774Z|7894f8fd-a7a7-4cf0-ab07-35702f810c35|pool-2-thread-9|||||DEBUG|500||Found topology templates [basic_vm 0, abstract_ubuntu20] matching following query criteria: sdcType=Service, customizationUUID=null 2022-06-07T11:40:45.775Z|7894f8fd-a7a7-4cf0-ab07-35702f810c35|pool-2-thread-9|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive 2022-06-07T11:40:45.775Z|7894f8fd-a7a7-4cf0-ab07-35702f810c35|pool-2-thread-9|||||DEBUG|500||Service basic_vm is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=CONFIGURATION, toscaType=null, uUID=null, customizationUUID=null 2022-06-07T11:40:45.775Z|7894f8fd-a7a7-4cf0-ab07-35702f810c35|pool-2-thread-9|||||DEBUG|500||Node template basic_vm 0 is matching search criteria 2022-06-07T11:40:45.775Z|7894f8fd-a7a7-4cf0-ab07-35702f810c35|pool-2-thread-9|||||DEBUG|500||Search for entities recursively 2022-06-07T11:40:45.776Z|7894f8fd-a7a7-4cf0-ab07-35702f810c35|pool-2-thread-9|||||DEBUG|500||Found topology templates [basic_vm 0, abstract_ubuntu20] matching following query criteria: sdcType=Service, customizationUUID=null 2022-06-07T11:40:45.776Z|7894f8fd-a7a7-4cf0-ab07-35702f810c35|pool-2-thread-9|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive 2022-06-07T11:40:45.776Z|7894f8fd-a7a7-4cf0-ab07-35702f810c35|pool-2-thread-9|||||DEBUG|500||Service basic_vm is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=VF, toscaType=null, uUID=null, customizationUUID=null 2022-06-07T11:40:45.776Z|7894f8fd-a7a7-4cf0-ab07-35702f810c35|pool-2-thread-9|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive 2022-06-07T11:40:45.777Z|7894f8fd-a7a7-4cf0-ab07-35702f810c35|pool-2-thread-9|||||DEBUG|500||Node template basic_vm 0 is not matching search criteria 2022-06-07T11:40:45.777Z|7894f8fd-a7a7-4cf0-ab07-35702f810c35|pool-2-thread-9|||||DEBUG|500||Node template abstract_ubuntu20 is not matching search criteria 2022-06-07T11:40:45.777Z|7894f8fd-a7a7-4cf0-ab07-35702f810c35|pool-2-thread-9|||||DEBUG|500||Node template ubuntu20 is not matching search criteria 2022-06-07T11:40:45.777Z|7894f8fd-a7a7-4cf0-ab07-35702f810c35|pool-2-thread-9|||||DEBUG|500||Node template ubuntu20_ubuntu20_admin_plane_port_0 is not matching search criteria 2022-06-07T11:40:45.778Z|7894f8fd-a7a7-4cf0-ab07-35702f810c35|pool-2-thread-9|||||DEBUG|500||Node template ubuntu20_admin_security_group is not matching search criteria 2022-06-07T11:40:45.778Z|7894f8fd-a7a7-4cf0-ab07-35702f810c35|pool-2-thread-9|||||DEBUG|500||Found topology templates [] matching following query criteria: sdcType=VF, customizationUUID=customizationUUID 2022-06-07T11:40:45.778Z|7894f8fd-a7a7-4cf0-ab07-35702f810c35|pool-2-thread-9|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive 2022-06-07T11:40:45.778Z|7894f8fd-a7a7-4cf0-ab07-35702f810c35|pool-2-thread-9|||||DEBUG|500||Service basic_vm is searched for EntityType=GROUP, nodeTemplateType=null, toscaType=org.openecomp.groups.VfModule, uUID=null, customizationUUID=null 2022-06-07T11:40:45.779Z|7894f8fd-a7a7-4cf0-ab07-35702f810c35|pool-2-thread-9|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive 2022-06-07T11:40:45.779Z|7894f8fd-a7a7-4cf0-ab07-35702f810c35|pool-2-thread-9|||||DEBUG|500||Node template basic_vm 0 is matching search criteria 2022-06-07T11:40:45.779Z|7894f8fd-a7a7-4cf0-ab07-35702f810c35|pool-2-thread-9|||||DEBUG|500||Found topology templates [basic_vm 0] matching following query criteria: sdcType=VF, customizationUUID=null 2022-06-07T11:40:45.780Z|7894f8fd-a7a7-4cf0-ab07-35702f810c35|pool-2-thread-9|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive 2022-06-07T11:40:45.780Z|7894f8fd-a7a7-4cf0-ab07-35702f810c35|pool-2-thread-9|||||DEBUG|500||Node template basic_vm 0 is matching search criteria 2022-06-07T11:40:45.780Z|7894f8fd-a7a7-4cf0-ab07-35702f810c35|pool-2-thread-9|||||DEBUG|500||Found topology templates [basic_vm 0] matching following query criteria: sdcType=VF, customizationUUID=null 2022-06-07T11:40:45.780Z|7894f8fd-a7a7-4cf0-ab07-35702f810c35|pool-2-thread-9|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive 2022-06-07T11:40:45.781Z|7894f8fd-a7a7-4cf0-ab07-35702f810c35|pool-2-thread-9|||||DEBUG|500||Node template basic_vm 0 is matching search criteria 2022-06-07T11:40:45.781Z|7894f8fd-a7a7-4cf0-ab07-35702f810c35|pool-2-thread-9|||||DEBUG|500||Found topology templates [basic_vm 0] matching following query criteria: sdcType=VF, customizationUUID=null 2022-06-07T11:40:45.781Z|7894f8fd-a7a7-4cf0-ab07-35702f810c35|pool-2-thread-9|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive 2022-06-07T11:40:45.781Z|7894f8fd-a7a7-4cf0-ab07-35702f810c35|pool-2-thread-9|||||DEBUG|500||Node template basic_vm 0 is not matching search criteria 2022-06-07T11:40:45.782Z|7894f8fd-a7a7-4cf0-ab07-35702f810c35|pool-2-thread-9|||||DEBUG|500||Node template abstract_ubuntu20 is matching search criteria 2022-06-07T11:40:45.782Z|7894f8fd-a7a7-4cf0-ab07-35702f810c35|pool-2-thread-9|||||DEBUG|500||Node template ubuntu20_admin_security_group is not matching search criteria 2022-06-07T11:40:45.782Z|7894f8fd-a7a7-4cf0-ab07-35702f810c35|pool-2-thread-9|||||DEBUG|500||Found topology templates [abstract_ubuntu20] matching following query criteria: sdcType=CVFC, customizationUUID=007c175f-8a06-4099-8e95-e0071d5d9d03 2022-06-07T11:40:45.782Z|7894f8fd-a7a7-4cf0-ab07-35702f810c35|pool-2-thread-9|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive 2022-06-07T11:40:45.783Z|7894f8fd-a7a7-4cf0-ab07-35702f810c35|pool-2-thread-9|||||DEBUG|500||Service basic_vm is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=VL, toscaType=null, uUID=null, customizationUUID=null 2022-06-07T11:40:45.783Z|7894f8fd-a7a7-4cf0-ab07-35702f810c35|pool-2-thread-9|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive 2022-06-07T11:40:45.783Z|7894f8fd-a7a7-4cf0-ab07-35702f810c35|pool-2-thread-9|||||DEBUG|500||Service basic_vm is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=CR, toscaType=null, uUID=null, customizationUUID=null 2022-06-07T11:40:45.783Z|7894f8fd-a7a7-4cf0-ab07-35702f810c35|pool-2-thread-9|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive 2022-06-07T11:40:45.784Z|7894f8fd-a7a7-4cf0-ab07-35702f810c35|pool-2-thread-9|||||DEBUG|500||Service basic_vm is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=VF, toscaType=null, uUID=null, customizationUUID=null 2022-06-07T11:40:45.784Z|7894f8fd-a7a7-4cf0-ab07-35702f810c35|pool-2-thread-9|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive 2022-06-07T11:40:45.784Z|7894f8fd-a7a7-4cf0-ab07-35702f810c35|pool-2-thread-9|||||DEBUG|500||Service basic_vm is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=PNF, toscaType=null, uUID=null, customizationUUID=null 2022-06-07T11:40:45.784Z|7894f8fd-a7a7-4cf0-ab07-35702f810c35|pool-2-thread-9|||||DEBUG|500||CSAR Notification: Service Level Properties: Name:basic_vm Description:service Model UUID:668b0584-f10c-4ef7-8986-58260bbb0cd8 Model Version:NULL Model InvariantUuid:7a792005-d0e7-4f6b-a4d3-78f16dbca498 Service Type: Service Role: WorkLoad Context:Production Environment Context:General_Revenue-Bearing VNF Properties: Model Name:basic_vm Model UUID:e79d91f7-2108-4203-9df6-8d3be0ebba43 Description:VF Version:1.0 Type:VF Category:Generic InvariantUuid:0dcf2c01-eaae-46b8-b3ee-63597b37c5e7 Max Instances:null Min Instances:null VNF Customization Properties: Customization UUID:92748e53-0e86-49d6-92a6-a3936dc3c003 NFFunction:null NFCode:null NFRole:null NFType:null MultiStageDesign:false VF Module Properties: ModelInvariantUuid:7860fd39-a2c3-467a-af64-2ad2366ae014 ModelName:BasicVm..base_ubuntu20..module-0 ModelUuid:f765c742-afe6-4b16-91e2-b09ee3ee8859 ModelVersion:1 Description:NULL VF Module Customization Properties: Model Customization UUID:NULL CVNFC Properties: ModelCustomizationUuid:007c175f-8a06-4099-8e95-e0071d5d9d03 ModelInvariantUuid:a62dfe91-af2d-4da1-9751-10f9c5f60af5 ModelName:basic_vm-nodes.ubuntu20Cvfc ModelUuid:c7cf70c2-343b-4fd7-93b6-d6cfc1d168d9 ModelVersion:1.0 Description:Complex node type that is used as nested type in VF Template Name:abstract_ubuntu20 VNFC Properties: ModelCustomizationUuid:f07121bb-974b-4574-8687-70d01940b28a ModelInvariantUuid:da7c5e10-9f6d-400e-81bb-99d9b35a713d ModelName:BasicVm.compute.nodes.heat.ubuntu20 ModelUuid:155befad-e1cf-4ad9-b536-4535ad9effb2 ModelVersion:1.0 Description:Not reusable inner VFC Sub Category:Abstract VF Allotted Resource Properties: PNF Allotted Resource Properties: Hibernate: select toscacsar0_.ARTIFACT_UUID as artifact1_57_0_, toscacsar0_.ARTIFACT_CHECKSUM as artifact2_57_0_, toscacsar0_.CREATION_TIMESTAMP as creation3_57_0_, toscacsar0_.DESCRIPTION as descript4_57_0_, toscacsar0_.NAME as name5_57_0_, toscacsar0_.URL as url6_57_0_, toscacsar0_.Version as version7_57_0_ from tosca_csar toscacsar0_ where toscacsar0_.ARTIFACT_UUID=? 2022-06-07T11:40:45.792Z|7894f8fd-a7a7-4cf0-ab07-35702f810c35|pool-2-thread-9|||||INFO|500||Processing Resource Type: VF, Model UUID: a90c5d7b-e6d9-4021-ae43-f9217e4cdc7f Hibernate: select service0_.MODEL_UUID as model_uu1_50_, service0_.CDS_BLUEPRINT_NAME as cds_blue2_50_, service0_.CDS_BLUEPRINT_VERSION as cds_blue3_50_, service0_.SERVICE_CATEGORY as service_4_50_, service0_.CONTROLLER_ACTOR as controll5_50_, service0_.CREATION_TIMESTAMP as creation6_50_, service0_.TOSCA_CSAR_ARTIFACT_UUID as tosca_c21_50_, service0_.DESCRIPTION as descript7_50_, service0_.OVERALL_DISTRIBUTION_STATUS as overall_8_50_, service0_.ENVIRONMENT_CONTEXT as environm9_50_, service0_.MODEL_INVARIANT_UUID as model_i10_50_, service0_.MODEL_NAME as model_n11_50_, service0_.MODEL_VERSION as model_v12_50_, service0_.NAMING_POLICY as naming_13_50_, service0_.ONAP_GENERATED_NAMING as onap_ge14_50_, service0_.RESOURCE_ORDER as resourc15_50_, service0_.SERVICE_FUNCTION as service16_50_, service0_.SERVICE_ROLE as service17_50_, service0_.SERVICE_TYPE as service18_50_, service0_.SKIP_POST_INSTANTIATION_CONFIGURATION as skip_po19_50_, service0_.WORKLOAD_CONTEXT as workloa20_50_ from service service0_ where service0_.MODEL_UUID=? 2022-06-07T11:40:45.795Z|7894f8fd-a7a7-4cf0-ab07-35702f810c35|pool-2-thread-9|||||INFO|500||basic_vm 0 2022-06-07T11:40:45.795Z|7894f8fd-a7a7-4cf0-ab07-35702f810c35|pool-2-thread-9|||||DEBUG|500||Processing Resource Type: VF and Model UUID: a90c5d7b-e6d9-4021-ae43-f9217e4cdc7f 2022-06-07T11:40:45.795Z|7894f8fd-a7a7-4cf0-ab07-35702f810c35|pool-2-thread-9|||||INFO|500||Trying to download the artifact UUID: e1bf0cde-aba7-40c6-9386-5545f725d84c from URL: /sdc/v1/catalog/services/BasicVm/1.0/resourceInstances/basic_vm0/artifacts/basic_vm0_modules.json 2022-06-07T11:40:45.795Z|7894f8fd-a7a7-4cf0-ab07-35702f810c35|pool-2-thread-9|||||INFO|500||DistributionClient - download 2022-06-07T11:40:45.796Z|7894f8fd-a7a7-4cf0-ab07-35702f810c35|pool-2-thread-9|||||DEBUG|500||url to send https://sdc-be.onap:8443/sdc/v1/catalog/services/BasicVm/1.0/resourceInstances/basic_vm0/artifacts/basic_vm0_modules.json 2022-06-07T11:40:45.846Z|7894f8fd-a7a7-4cf0-ab07-35702f810c35|pool-2-thread-9|||||DEBUG|500||GET Response Status 200 2022-06-07T11:40:45.847Z|7894f8fd-a7a7-4cf0-ab07-35702f810c35|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 e1bf0cde-aba7-40c6-9386-5545f725d84c 787 2022-06-07T11:40:45.847Z|7894f8fd-a7a7-4cf0-ab07-35702f810c35|pool-2-thread-9|||||INFO|500||ASDC_SEND_NOTIF_ASDC DOWNLOAD DOWNLOAD_OK /sdc/v1/catalog/services/BasicVm/1.0/resourceInstances/basic_vm0/artifacts/basic_vm0_modules.json ASDC sendASDCNotification 2022-06-07T11:40:45.847Z|7894f8fd-a7a7-4cf0-ab07-35702f810c35|pool-2-thread-9|||||DEBUG|500||Sending DOWNLOAD(DOWNLOAD_OK) notification to ASDC for artifact:/sdc/v1/catalog/services/BasicVm/1.0/resourceInstances/basic_vm0/artifacts/basic_vm0_modules.json 2022-06-07T11:40:45.848Z|7894f8fd-a7a7-4cf0-ab07-35702f810c35|pool-2-thread-9|||||INFO|500||DistributionClient - sendDownloadStatus 2022-06-07T11:40:45.848Z|7894f8fd-a7a7-4cf0-ab07-35702f810c35|pool-2-thread-9|||||INFO|500||DistributionClient - sendStatus 2022-06-07T11:40:45.850Z|7894f8fd-a7a7-4cf0-ab07-35702f810c35|pool-2-thread-9|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap] 2022-06-07T11:40:45.850Z|7894f8fd-a7a7-4cf0-ab07-35702f810c35|pool-2-thread-9|||||DEBUG|500||try to send status { "distributionID": "7894f8fd-a7a7-4cf0-ab07-35702f810c35", "consumerID": "SO-COpenSource-Env11", "timestamp": 1654602045847, "artifactURL": "/sdc/v1/catalog/services/BasicVm/1.0/resourceInstances/basic_vm0/artifacts/basic_vm0_modules.json", "status": "DOWNLOAD_OK" } 2022-06-07T11:40:45.950Z||pool-48-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms 2022-06-07T11:40:45.951Z||pool-48-thread-1|||||WARN|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO will send credentials over a clear channel. 2022-06-07T11:40:45.951Z||pool-48-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as rACJoekZgDKIBPEP) ... 2022-06-07T11:40:45.969Z||pool-48-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK 2022-06-07T11:40:45.969Z||pool-48-thread-1|||||INFO|500||cambria reply ok (19 ms):{"serverTimeMs":0,"count":1} 2022-06-07T11:40:46.850Z|7894f8fd-a7a7-4cf0-ab07-35702f810c35|pool-2-thread-9|||||DEBUG|500||VF_MODULE_ARTIFACT: [ { "vfModuleModelName": "BasicVm..base_ubuntu20..module-0", "vfModuleModelInvariantUUID": "7860fd39-a2c3-467a-af64-2ad2366ae014", "vfModuleModelVersion": "1", "vfModuleModelUUID": "f765c742-afe6-4b16-91e2-b09ee3ee8859", "vfModuleModelCustomizationUUID": "f5753865-0563-4629-a1ae-171b8ae4a92a", "isBase": true, "artifacts": [ "dacc74d3-c94d-466f-bb1a-e2cbcc333661", "c69fd655-c84d-42b5-8b55-84c3132d101b" ], "properties": { "min_vf_module_instances": "1", "vf_module_label": "base_ubuntu20", "max_vf_module_instances": "1", "vfc_list": "", "vf_module_type": "Base", "vf_module_description": "", "initial_count": "1", "volume_group": "false", "availability_zone_count": "" } } ] 2022-06-07T11:40:46.856Z|7894f8fd-a7a7-4cf0-ab07-35702f810c35|pool-2-thread-9|||||DEBUG|500||VfModuleMetaData List: { VfModuleMetaData: VfModuleModelName:BasicVm..base_ubuntu20..module-0 VfModuleModelVersion:1 VfModuleModelUUID:f765c742-afe6-4b16-91e2-b09ee3ee8859 VfModuleModelInvariantUUID:7860fd39-a2c3-467a-af64-2ad2366ae014 VfModuleModelDescription:NULL Artifacts UUID List:{ dacc74d3-c94d-466f-bb1a-e2cbcc333661 , c69fd655-c84d-42b5-8b55-84c3132d101b } Properties List:{ min_vf_module_instances : 1 vf_module_label : base_ubuntu20 max_vf_module_instances : 1 vfc_list : vf_module_type : Base vf_module_description : initial_count : 1 volume_group : false availability_zone_count : } isBase:true } 2022-06-07T11:40:46.859Z|7894f8fd-a7a7-4cf0-ab07-35702f810c35|pool-2-thread-9|||||DEBUG|500||VF_MODULE_ARTIFACT: [ { "vfModuleModelName": "BasicVm..base_ubuntu20..module-0", "vfModuleModelInvariantUUID": "7860fd39-a2c3-467a-af64-2ad2366ae014", "vfModuleModelVersion": "1", "vfModuleModelUUID": "f765c742-afe6-4b16-91e2-b09ee3ee8859", "vfModuleModelCustomizationUUID": "f5753865-0563-4629-a1ae-171b8ae4a92a", "isBase": true, "artifacts": [ "dacc74d3-c94d-466f-bb1a-e2cbcc333661", "c69fd655-c84d-42b5-8b55-84c3132d101b" ], "properties": { "min_vf_module_instances": "1", "vf_module_label": "base_ubuntu20", "max_vf_module_instances": "1", "vfc_list": "", "vf_module_type": "Base", "vf_module_description": "", "initial_count": "1", "volume_group": "false", "availability_zone_count": "" } } ] 2022-06-07T11:40:46.859Z|7894f8fd-a7a7-4cf0-ab07-35702f810c35|pool-2-thread-9|||||DEBUG|500||VfModuleMetaData List: { VfModuleMetaData: VfModuleModelName:BasicVm..base_ubuntu20..module-0 VfModuleModelVersion:1 VfModuleModelUUID:f765c742-afe6-4b16-91e2-b09ee3ee8859 VfModuleModelInvariantUUID:7860fd39-a2c3-467a-af64-2ad2366ae014 VfModuleModelDescription:NULL Artifacts UUID List:{ dacc74d3-c94d-466f-bb1a-e2cbcc333661 , c69fd655-c84d-42b5-8b55-84c3132d101b } Properties List:{ min_vf_module_instances : 1 vf_module_label : base_ubuntu20 max_vf_module_instances : 1 vfc_list : vf_module_type : Base vf_module_description : initial_count : 1 volume_group : false availability_zone_count : } isBase:true } 2022-06-07T11:40:46.859Z|7894f8fd-a7a7-4cf0-ab07-35702f810c35|pool-2-thread-9|||||INFO|500||Trying to download the artifact UUID: dacc74d3-c94d-466f-bb1a-e2cbcc333661 from URL: /sdc/v1/catalog/services/BasicVm/1.0/resourceInstances/basic_vm0/artifacts/base_ubuntu20.yaml 2022-06-07T11:40:46.859Z|7894f8fd-a7a7-4cf0-ab07-35702f810c35|pool-2-thread-9|||||INFO|500||DistributionClient - download 2022-06-07T11:40:46.860Z|7894f8fd-a7a7-4cf0-ab07-35702f810c35|pool-2-thread-9|||||DEBUG|500||url to send https://sdc-be.onap:8443/sdc/v1/catalog/services/BasicVm/1.0/resourceInstances/basic_vm0/artifacts/base_ubuntu20.yaml 2022-06-07T11:40:46.906Z|7894f8fd-a7a7-4cf0-ab07-35702f810c35|pool-2-thread-9|||||DEBUG|500||GET Response Status 200 2022-06-07T11:40:46.906Z|7894f8fd-a7a7-4cf0-ab07-35702f810c35|pool-2-thread-9|||||INFO|500||ASDC_ARTIFACT_DOWNLOAD_SUC /sdc/v1/catalog/services/BasicVm/1.0/resourceInstances/basic_vm0/artifacts/base_ubuntu20.yaml dacc74d3-c94d-466f-bb1a-e2cbcc333661 5033 2022-06-07T11:40:46.907Z|7894f8fd-a7a7-4cf0-ab07-35702f810c35|pool-2-thread-9|||||INFO|500||ASDC_SEND_NOTIF_ASDC DOWNLOAD DOWNLOAD_OK /sdc/v1/catalog/services/BasicVm/1.0/resourceInstances/basic_vm0/artifacts/base_ubuntu20.yaml ASDC sendASDCNotification 2022-06-07T11:40:46.907Z|7894f8fd-a7a7-4cf0-ab07-35702f810c35|pool-2-thread-9|||||DEBUG|500||Sending DOWNLOAD(DOWNLOAD_OK) notification to ASDC for artifact:/sdc/v1/catalog/services/BasicVm/1.0/resourceInstances/basic_vm0/artifacts/base_ubuntu20.yaml 2022-06-07T11:40:46.907Z|7894f8fd-a7a7-4cf0-ab07-35702f810c35|pool-2-thread-9|||||INFO|500||DistributionClient - sendDownloadStatus 2022-06-07T11:40:46.907Z|7894f8fd-a7a7-4cf0-ab07-35702f810c35|pool-2-thread-9|||||INFO|500||DistributionClient - sendStatus 2022-06-07T11:40:46.909Z|7894f8fd-a7a7-4cf0-ab07-35702f810c35|pool-2-thread-9|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap] 2022-06-07T11:40:46.909Z|7894f8fd-a7a7-4cf0-ab07-35702f810c35|pool-2-thread-9|||||DEBUG|500||try to send status { "distributionID": "7894f8fd-a7a7-4cf0-ab07-35702f810c35", "consumerID": "SO-COpenSource-Env11", "timestamp": 1654602046906, "artifactURL": "/sdc/v1/catalog/services/BasicVm/1.0/resourceInstances/basic_vm0/artifacts/base_ubuntu20.yaml", "status": "DOWNLOAD_OK" } 2022-06-07T11:40:47.009Z||pool-49-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms 2022-06-07T11:40:47.009Z||pool-49-thread-1|||||WARN|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO will send credentials over a clear channel. 2022-06-07T11:40:47.010Z||pool-49-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as rACJoekZgDKIBPEP) ... 2022-06-07T11:40:47.024Z||pool-49-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK 2022-06-07T11:40:47.024Z||pool-49-thread-1|||||INFO|500||cambria reply ok (15 ms):{"serverTimeMs":0,"count":1} 2022-06-07T11:40:47.909Z|7894f8fd-a7a7-4cf0-ab07-35702f810c35|pool-2-thread-9|||||INFO|500||Trying to download the artifact UUID: c69fd655-c84d-42b5-8b55-84c3132d101b from URL: /sdc/v1/catalog/services/BasicVm/1.0/resourceInstances/basic_vm0/artifacts/base_ubuntu20.env 2022-06-07T11:40:47.910Z|7894f8fd-a7a7-4cf0-ab07-35702f810c35|pool-2-thread-9|||||INFO|500||DistributionClient - download 2022-06-07T11:40:47.910Z|7894f8fd-a7a7-4cf0-ab07-35702f810c35|pool-2-thread-9|||||DEBUG|500||url to send https://sdc-be.onap:8443/sdc/v1/catalog/services/BasicVm/1.0/resourceInstances/basic_vm0/artifacts/base_ubuntu20.env 2022-06-07T11:40:47.962Z|7894f8fd-a7a7-4cf0-ab07-35702f810c35|pool-2-thread-9|||||DEBUG|500||GET Response Status 200 2022-06-07T11:40:47.962Z|7894f8fd-a7a7-4cf0-ab07-35702f810c35|pool-2-thread-9|||||INFO|500||ASDC_ARTIFACT_DOWNLOAD_SUC /sdc/v1/catalog/services/BasicVm/1.0/resourceInstances/basic_vm0/artifacts/base_ubuntu20.env c69fd655-c84d-42b5-8b55-84c3132d101b 903 2022-06-07T11:40:47.963Z|7894f8fd-a7a7-4cf0-ab07-35702f810c35|pool-2-thread-9|||||INFO|500||ASDC_SEND_NOTIF_ASDC DOWNLOAD DOWNLOAD_OK /sdc/v1/catalog/services/BasicVm/1.0/resourceInstances/basic_vm0/artifacts/base_ubuntu20.env ASDC sendASDCNotification 2022-06-07T11:40:47.963Z|7894f8fd-a7a7-4cf0-ab07-35702f810c35|pool-2-thread-9|||||DEBUG|500||Sending DOWNLOAD(DOWNLOAD_OK) notification to ASDC for artifact:/sdc/v1/catalog/services/BasicVm/1.0/resourceInstances/basic_vm0/artifacts/base_ubuntu20.env 2022-06-07T11:40:47.963Z|7894f8fd-a7a7-4cf0-ab07-35702f810c35|pool-2-thread-9|||||INFO|500||DistributionClient - sendDownloadStatus 2022-06-07T11:40:47.963Z|7894f8fd-a7a7-4cf0-ab07-35702f810c35|pool-2-thread-9|||||INFO|500||DistributionClient - sendStatus 2022-06-07T11:40:47.965Z|7894f8fd-a7a7-4cf0-ab07-35702f810c35|pool-2-thread-9|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap] 2022-06-07T11:40:47.965Z|7894f8fd-a7a7-4cf0-ab07-35702f810c35|pool-2-thread-9|||||DEBUG|500||try to send status { "distributionID": "7894f8fd-a7a7-4cf0-ab07-35702f810c35", "consumerID": "SO-COpenSource-Env11", "timestamp": 1654602047963, "artifactURL": "/sdc/v1/catalog/services/BasicVm/1.0/resourceInstances/basic_vm0/artifacts/base_ubuntu20.env", "status": "DOWNLOAD_OK" } 2022-06-07T11:40:48.065Z||pool-50-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms 2022-06-07T11:40:48.066Z||pool-50-thread-1|||||WARN|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO will send credentials over a clear channel. 2022-06-07T11:40:48.066Z||pool-50-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as rACJoekZgDKIBPEP) ... 2022-06-07T11:40:48.082Z||pool-50-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK 2022-06-07T11:40:48.082Z||pool-50-thread-1|||||INFO|500||cambria reply ok (17 ms):{"serverTimeMs":0,"count":1} 2022-06-07T11:40:48.965Z|7894f8fd-a7a7-4cf0-ab07-35702f810c35|pool-2-thread-9|||||DEBUG|500||Preparing to deploy Service: 668b0584-f10c-4ef7-8986-58260bbb0cd8 2022-06-07T11:40:48.966Z|7894f8fd-a7a7-4cf0-ab07-35702f810c35|pool-2-thread-9|||||INFO|500||ASDC_START_DEPLOY_ARTIFACT basic_vm 0 a90c5d7b-e6d9-4021-ae43-f9217e4cdc7f ASDC Hibernate: select heattempla0_.ARTIFACT_UUID as artifact1_29_, heattempla0_.ARTIFACT_CHECKSUM as artifact2_29_, heattempla0_.CREATION_TIMESTAMP as creation3_29_, heattempla0_.DESCRIPTION as descript4_29_, heattempla0_.BODY as body5_29_, heattempla0_.NAME as name6_29_, heattempla0_.TIMEOUT_MINUTES as timeout_7_29_, heattempla0_.VERSION as version8_29_ from heat_template heattempla0_ where heattempla0_.ARTIFACT_UUID=? Hibernate: select heatenviro0_.ARTIFACT_UUID as artifact1_26_, heatenviro0_.ARTIFACT_CHECKSUM as artifact2_26_, heatenviro0_.CREATION_TIMESTAMP as creation3_26_, heatenviro0_.DESCRIPTION as descript4_26_, heatenviro0_.BODY as body5_26_, heatenviro0_.NAME as name6_26_, heatenviro0_.VERSION as version7_26_ from heat_environment heatenviro0_ where heatenviro0_.ARTIFACT_UUID=? Hibernate: select toscacsar0_.ARTIFACT_UUID as artifact1_57_0_, toscacsar0_.ARTIFACT_CHECKSUM as artifact2_57_0_, toscacsar0_.CREATION_TIMESTAMP as creation3_57_0_, toscacsar0_.DESCRIPTION as descript4_57_0_, toscacsar0_.NAME as name5_57_0_, toscacsar0_.URL as url6_57_0_, toscacsar0_.Version as version7_57_0_ from tosca_csar toscacsar0_ where toscacsar0_.ARTIFACT_UUID=? Hibernate: select service0_.MODEL_UUID as model_uu1_50_, service0_.CDS_BLUEPRINT_NAME as cds_blue2_50_, service0_.CDS_BLUEPRINT_VERSION as cds_blue3_50_, service0_.SERVICE_CATEGORY as service_4_50_, service0_.CONTROLLER_ACTOR as controll5_50_, service0_.CREATION_TIMESTAMP as creation6_50_, service0_.TOSCA_CSAR_ARTIFACT_UUID as tosca_c21_50_, service0_.DESCRIPTION as descript7_50_, service0_.OVERALL_DISTRIBUTION_STATUS as overall_8_50_, service0_.ENVIRONMENT_CONTEXT as environm9_50_, service0_.MODEL_INVARIANT_UUID as model_i10_50_, service0_.MODEL_NAME as model_n11_50_, service0_.MODEL_VERSION as model_v12_50_, service0_.NAMING_POLICY as naming_13_50_, service0_.ONAP_GENERATED_NAMING as onap_ge14_50_, service0_.RESOURCE_ORDER as resourc15_50_, service0_.SERVICE_FUNCTION as service16_50_, service0_.SERVICE_ROLE as service17_50_, service0_.SERVICE_TYPE as service18_50_, service0_.SKIP_POST_INSTANTIATION_CONFIGURATION as skip_po19_50_, service0_.WORKLOAD_CONTEXT as workloa20_50_ from service service0_ where service0_.MODEL_UUID=? 2022-06-07T11:40:48.978Z|7894f8fd-a7a7-4cf0-ab07-35702f810c35|pool-2-thread-9|||||DEBUG|500||serviceInputs: {} [org.onap.sdc.toscaparser.api.parameters.Input@76138265, org.onap.sdc.toscaparser.api.parameters.Input@7849bc89, org.onap.sdc.toscaparser.api.parameters.Input@79e11f5a, org.onap.sdc.toscaparser.api.parameters.Input@6bb2a360, org.onap.sdc.toscaparser.api.parameters.Input@1d814d9] 2022-06-07T11:40:48.979Z|7894f8fd-a7a7-4cf0-ab07-35702f810c35|pool-2-thread-9|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive 2022-06-07T11:40:48.980Z|7894f8fd-a7a7-4cf0-ab07-35702f810c35|pool-2-thread-9|||||DEBUG|500||Service basic_vm is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=VF, toscaType=null, uUID=null, customizationUUID=null 2022-06-07T11:40:48.980Z|7894f8fd-a7a7-4cf0-ab07-35702f810c35|pool-2-thread-9|||||DEBUG|500||VF Category is: Generic 2022-06-07T11:40:48.980Z|7894f8fd-a7a7-4cf0-ab07-35702f810c35|pool-2-thread-9|||||DEBUG|500||VFCustomizationUUID= 92748e53-0e86-49d6-92a6-a3936dc3c003 2022-06-07T11:40:48.980Z|7894f8fd-a7a7-4cf0-ab07-35702f810c35|pool-2-thread-9|||||DEBUG|500||Checking if Notification VF ResourceCustomizationUUID: 92748e53-0e86-49d6-92a6-a3936dc3c003 matches Tosca VF Customization UUID: 92748e53-0e86-49d6-92a6-a3936dc3c003 2022-06-07T11:40:48.980Z|7894f8fd-a7a7-4cf0-ab07-35702f810c35|pool-2-thread-9|||||DEBUG|500||vfCustomizationUUID: 92748e53-0e86-49d6-92a6-a3936dc3c003 matches vfNotificationResource CustomizationUUID Hibernate: select vnfresourc0_.MODEL_UUID as model_uu1_64_, vnfresourc0_.AIC_VERSION_MAX as aic_vers2_64_, vnfresourc0_.AIC_VERSION_MIN as aic_vers3_64_, vnfresourc0_.RESOURCE_CATEGORY as resource4_64_, vnfresourc0_.CREATION_TIMESTAMP as creation5_64_, vnfresourc0_.DESCRIPTION as descript6_64_, vnfresourc0_.HEAT_TEMPLATE_ARTIFACT_UUID as heat_te13_64_, vnfresourc0_.MODEL_INVARIANT_UUID as model_in7_64_, vnfresourc0_.MODEL_NAME as model_na8_64_, vnfresourc0_.MODEL_VERSION as model_ve9_64_, vnfresourc0_.ORCHESTRATION_MODE as orchest10_64_, vnfresourc0_.RESOURCE_SUB_CATEGORY as resourc11_64_, vnfresourc0_.TOSCA_NODE_TYPE as tosca_n12_64_ from vnf_resource vnfresourc0_ where vnfresourc0_.MODEL_UUID=? 2022-06-07T11:40:48.983Z|7894f8fd-a7a7-4cf0-ab07-35702f810c35|pool-2-thread-9|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive 2022-06-07T11:40:48.983Z|7894f8fd-a7a7-4cf0-ab07-35702f810c35|pool-2-thread-9|||||DEBUG|500||Service basic_vm is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=null, toscaType=null, uUID=null, customizationUUID=null 2022-06-07T11:40:48.984Z|7894f8fd-a7a7-4cf0-ab07-35702f810c35|pool-2-thread-9|||||DEBUG|500||resource request for resource customization id 92748e53-0e86-49d6-92a6-a3936dc3c003: {\"vf_module_id\":\"Ubuntu20-VF-module\",\"skip_post_instantiation_configuration\":\"true\",\"nf_naming\":\"true\",\"multi_stage_design\":\"false\",\"controller_actor\":\"SO-REF-DATA\",\"ubuntu20_pub_key\":\"ssh-rsa AAAAB3NzaC1yc2EAAAADAQABAAABgQC3dbqgymZVpu2cIWqzlKNxnOy2Qjt07NZxaXtQyu9dr0kbmursTE5N0IW0qg/rsCXgw2vjjdPOxU6jtrTbyzbAmo9F6LtS9oqvct9LmLjDNyiQFuCPETIBGy43daDVgw3hrg3f9ihN88V/JwnI9n3ZFn8Wy15KV6XCHn3MASV31YnbkjruUtj7rZm5V8NUwAteZ91k5T7WBpywt483rrkeQjEzyKiVSmmOhHWNSmbnko9XzO7QDUHfVIk5qCf/aBES7hcE0YiqX5lfLamSyCqOGANnv+AN2opDEakUeCyJHZrsk3Nkk7A9p+CNlq42sUEKtrO0xiH63viMA6eBYSiaQPzckdq/T52naozx/Oj9ITCgX/6XjldMUF99afIydpC6+kymflTYA8P/9u1Ih93+Vjg1Bf2e4lJaf9z9frXcB9F+ZRDq6feN+XQ93Q8xQ9blu9Gq8BZUbPvAQxW0UaryeuzhCKx4QA33qqYA+tmWVXTsaG0uow6f0hm7z+pkYCM= master@Utilisateur-PC\",\"availability_zone_max_count\":\"1\",\"vnf_name\":\"Ubuntu20-VNF-name\",\"ubuntu20_name_0\":\"Ubuntu20\",\"dcae_collector_ip\":\"10.4.2.166\",\"ubuntu20_flavor_name\":\"m1.small\",\"vnf_id\":\"Ubuntu20-VNF\",\"dcae_collector_port\":\"30417\",\"ubuntu20_image_name\":\"ubuntu-20.04\",\"admin_plane_net_name\":\"admin\"} 2022-06-07T11:40:48.984Z|7894f8fd-a7a7-4cf0-ab07-35702f810c35|pool-2-thread-9|||||DEBUG|500||vfModuleStructure: org.onap.so.asdc.installer.VfModuleStructure@3bfd8de4 2022-06-07T11:40:48.985Z|7894f8fd-a7a7-4cf0-ab07-35702f810c35|pool-2-thread-9|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive 2022-06-07T11:40:48.985Z|7894f8fd-a7a7-4cf0-ab07-35702f810c35|pool-2-thread-9|||||DEBUG|500||Service basic_vm is searched for EntityType=GROUP, nodeTemplateType=null, toscaType=org.openecomp.groups.VfModule, uUID=null, customizationUUID=null 2022-06-07T11:40:48.985Z|7894f8fd-a7a7-4cf0-ab07-35702f810c35|pool-2-thread-9|||||DEBUG|500||Comparing Vf_Modules_Metadata CustomizationUUID : f5753865-0563-4629-a1ae-171b8ae4a92a 2022-06-07T11:40:48.985Z|7894f8fd-a7a7-4cf0-ab07-35702f810c35|pool-2-thread-9|||||DEBUG|500||To Csar Group VFModuleModelCustomizationUUID f5753865-0563-4629-a1ae-171b8ae4a92a Hibernate: select vfmodule0_.MODEL_UUID as model_uu1_59_, vfmodule0_.CREATION_TIMESTAMP as creation2_59_, vfmodule0_.DESCRIPTION as descript3_59_, vfmodule0_.IS_BASE as is_base4_59_, vfmodule0_.MODEL_INVARIANT_UUID as model_in5_59_, vfmodule0_.MODEL_NAME as model_na6_59_, vfmodule0_.MODEL_VERSION as model_ve7_59_, vfmodule0_.HEAT_TEMPLATE_ARTIFACT_UUID as heat_tem8_59_, vfmodule0_.VNF_RESOURCE_MODEL_UUID as vnf_reso9_59_, vfmodule0_.VOL_HEAT_TEMPLATE_ARTIFACT_UUID as vol_hea10_59_ from vf_module vfmodule0_ where vfmodule0_.MODEL_UUID=? 2022-06-07T11:40:48.988Z|7894f8fd-a7a7-4cf0-ab07-35702f810c35|pool-2-thread-9|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive 2022-06-07T11:40:48.989Z|7894f8fd-a7a7-4cf0-ab07-35702f810c35|pool-2-thread-9|||||DEBUG|500||Node template basic_vm 0 is matching search criteria 2022-06-07T11:40:48.989Z|7894f8fd-a7a7-4cf0-ab07-35702f810c35|pool-2-thread-9|||||DEBUG|500||Found topology templates [basic_vm 0] matching following query criteria: sdcType=VF, customizationUUID=null 2022-06-07T11:40:48.989Z|7894f8fd-a7a7-4cf0-ab07-35702f810c35|pool-2-thread-9|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive 2022-06-07T11:40:48.990Z|7894f8fd-a7a7-4cf0-ab07-35702f810c35|pool-2-thread-9|||||DEBUG|500||Node template basic_vm 0 is matching search criteria 2022-06-07T11:40:48.990Z|7894f8fd-a7a7-4cf0-ab07-35702f810c35|pool-2-thread-9|||||DEBUG|500||Found topology templates [basic_vm 0] matching following query criteria: sdcType=VF, customizationUUID=null 2022-06-07T11:40:48.990Z|7894f8fd-a7a7-4cf0-ab07-35702f810c35|pool-2-thread-9|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive 2022-06-07T11:40:48.990Z|7894f8fd-a7a7-4cf0-ab07-35702f810c35|pool-2-thread-9|||||DEBUG|500||Node template basic_vm 0 is not matching search criteria 2022-06-07T11:40:48.991Z|7894f8fd-a7a7-4cf0-ab07-35702f810c35|pool-2-thread-9|||||DEBUG|500||Node template abstract_ubuntu20 is matching search criteria 2022-06-07T11:40:48.991Z|7894f8fd-a7a7-4cf0-ab07-35702f810c35|pool-2-thread-9|||||DEBUG|500||Node template ubuntu20_admin_security_group is not matching search criteria 2022-06-07T11:40:48.991Z|7894f8fd-a7a7-4cf0-ab07-35702f810c35|pool-2-thread-9|||||DEBUG|500||Found topology templates [abstract_ubuntu20] matching following query criteria: sdcType=CVFC, customizationUUID=007c175f-8a06-4099-8e95-e0071d5d9d03 Hibernate: select vnfccustom0_.MODEL_CUSTOMIZATION_UUID as model_cu1_67_, vnfccustom0_.CREATION_TIMESTAMP as creation2_67_, vnfccustom0_.DESCRIPTION as descript3_67_, vnfccustom0_.MODEL_INSTANCE_NAME as model_in4_67_, vnfccustom0_.MODEL_INVARIANT_UUID as model_in5_67_, vnfccustom0_.MODEL_NAME as model_na6_67_, vnfccustom0_.MODEL_UUID as model_uu7_67_, vnfccustom0_.MODEL_VERSION as model_ve8_67_, vnfccustom0_.RESOURCE_INPUT as resource9_67_, vnfccustom0_.TOSCA_NODE_TYPE as tosca_n10_67_, vnfccustom0_.VNFC_INSTANCE_GROUP_CUSTOMIZATION_ID as vnfc_in11_67_ from vnfc_customization vnfccustom0_ where vnfccustom0_.MODEL_CUSTOMIZATION_UUID=? 2022-06-07T11:40:48.994Z|7894f8fd-a7a7-4cf0-ab07-35702f810c35|pool-2-thread-9|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive 2022-06-07T11:40:48.994Z|7894f8fd-a7a7-4cf0-ab07-35702f810c35|pool-2-thread-9|||||DEBUG|500||Node template basic_vm 0 is matching search criteria 2022-06-07T11:40:48.994Z|7894f8fd-a7a7-4cf0-ab07-35702f810c35|pool-2-thread-9|||||DEBUG|500||Found topology templates [basic_vm 0] matching following query criteria: sdcType=VF, customizationUUID=null 2022-06-07T11:40:48.994Z|7894f8fd-a7a7-4cf0-ab07-35702f810c35|pool-2-thread-9|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive 2022-06-07T11:40:48.995Z|7894f8fd-a7a7-4cf0-ab07-35702f810c35|pool-2-thread-9|||||DEBUG|500||Node template basic_vm 0 is matching search criteria 2022-06-07T11:40:48.995Z|7894f8fd-a7a7-4cf0-ab07-35702f810c35|pool-2-thread-9|||||DEBUG|500||Found topology templates [basic_vm 0] matching following query criteria: sdcType=VF, customizationUUID=92748e53-0e86-49d6-92a6-a3936dc3c003 Hibernate: select service0_.MODEL_UUID as model_uu1_50_, service0_.CDS_BLUEPRINT_NAME as cds_blue2_50_, service0_.CDS_BLUEPRINT_VERSION as cds_blue3_50_, service0_.SERVICE_CATEGORY as service_4_50_, service0_.CONTROLLER_ACTOR as controll5_50_, service0_.CREATION_TIMESTAMP as creation6_50_, service0_.TOSCA_CSAR_ARTIFACT_UUID as tosca_c21_50_, service0_.DESCRIPTION as descript7_50_, service0_.OVERALL_DISTRIBUTION_STATUS as overall_8_50_, service0_.ENVIRONMENT_CONTEXT as environm9_50_, service0_.MODEL_INVARIANT_UUID as model_i10_50_, service0_.MODEL_NAME as model_n11_50_, service0_.MODEL_VERSION as model_v12_50_, service0_.NAMING_POLICY as naming_13_50_, service0_.ONAP_GENERATED_NAMING as onap_ge14_50_, service0_.RESOURCE_ORDER as resourc15_50_, service0_.SERVICE_FUNCTION as service16_50_, service0_.SERVICE_ROLE as service17_50_, service0_.SERVICE_TYPE as service18_50_, service0_.SKIP_POST_INSTANTIATION_CONFIGURATION as skip_po19_50_, service0_.WORKLOAD_CONTEXT as workloa20_50_ from service service0_ where service0_.MODEL_UUID=? 2022-06-07T11:40:48.998Z|7894f8fd-a7a7-4cf0-ab07-35702f810c35|pool-2-thread-9|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive 2022-06-07T11:40:48.999Z|7894f8fd-a7a7-4cf0-ab07-35702f810c35|pool-2-thread-9|||||DEBUG|500||Service basic_vm is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=null, toscaType=null, uUID=null, customizationUUID=null 2022-06-07T11:40:48.999Z|7894f8fd-a7a7-4cf0-ab07-35702f810c35|pool-2-thread-9|||||DEBUG|500|| resourceSeq for service uuid 668b0584-f10c-4ef7-8986-58260bbb0cd8: basic_vm 2022-06-07T11:40:48.999Z|7894f8fd-a7a7-4cf0-ab07-35702f810c35|pool-2-thread-9|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive 2022-06-07T11:40:48.999Z|7894f8fd-a7a7-4cf0-ab07-35702f810c35|pool-2-thread-9|||||DEBUG|500||Service basic_vm is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=PNF, toscaType=null, uUID=null, customizationUUID=null 2022-06-07T11:40:49.000Z|7894f8fd-a7a7-4cf0-ab07-35702f810c35|pool-2-thread-9|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive 2022-06-07T11:40:49.000Z|7894f8fd-a7a7-4cf0-ab07-35702f810c35|pool-2-thread-9|||||DEBUG|500||Service basic_vm is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=VL, toscaType=null, uUID=null, customizationUUID=null 2022-06-07T11:40:49.000Z|7894f8fd-a7a7-4cf0-ab07-35702f810c35|pool-2-thread-9|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive 2022-06-07T11:40:49.000Z|7894f8fd-a7a7-4cf0-ab07-35702f810c35|pool-2-thread-9|||||DEBUG|500||Service basic_vm is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=CR, toscaType=null, uUID=null, customizationUUID=null 2022-06-07T11:40:49.001Z|7894f8fd-a7a7-4cf0-ab07-35702f810c35|pool-2-thread-9|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive 2022-06-07T11:40:49.001Z|7894f8fd-a7a7-4cf0-ab07-35702f810c35|pool-2-thread-9|||||DEBUG|500||Service basic_vm is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=SERVICE_PROXY, toscaType=null, uUID=null, customizationUUID=null 2022-06-07T11:40:49.001Z|7894f8fd-a7a7-4cf0-ab07-35702f810c35|pool-2-thread-9|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive 2022-06-07T11:40:49.002Z|7894f8fd-a7a7-4cf0-ab07-35702f810c35|pool-2-thread-9|||||DEBUG|500||Service basic_vm is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=CONFIGURATION, toscaType=null, uUID=null, customizationUUID=null 2022-06-07T11:40:49.002Z|7894f8fd-a7a7-4cf0-ab07-35702f810c35|pool-2-thread-9|||||INFO|500||Saving Service: basic_vm Hibernate: select service0_.MODEL_UUID as model_uu1_50_3_, service0_.CDS_BLUEPRINT_NAME as cds_blue2_50_3_, service0_.CDS_BLUEPRINT_VERSION as cds_blue3_50_3_, service0_.SERVICE_CATEGORY as service_4_50_3_, service0_.CONTROLLER_ACTOR as controll5_50_3_, service0_.CREATION_TIMESTAMP as creation6_50_3_, service0_.TOSCA_CSAR_ARTIFACT_UUID as tosca_c21_50_3_, service0_.DESCRIPTION as descript7_50_3_, service0_.OVERALL_DISTRIBUTION_STATUS as overall_8_50_3_, service0_.ENVIRONMENT_CONTEXT as environm9_50_3_, service0_.MODEL_INVARIANT_UUID as model_i10_50_3_, service0_.MODEL_NAME as model_n11_50_3_, service0_.MODEL_VERSION as model_v12_50_3_, service0_.NAMING_POLICY as naming_13_50_3_, service0_.ONAP_GENERATED_NAMING as onap_ge14_50_3_, service0_.RESOURCE_ORDER as resourc15_50_3_, service0_.SERVICE_FUNCTION as service16_50_3_, service0_.SERVICE_ROLE as service17_50_3_, service0_.SERVICE_TYPE as service18_50_3_, service0_.SKIP_POST_INSTANTIATION_CONFIGURATION as skip_po19_50_3_, service0_.WORKLOAD_CONTEXT as workloa20_50_3_, allottedcu1_.SERVICE_MODEL_UUID as service_1_8_5_, allottedre2_.MODEL_CUSTOMIZATION_UUID as resource2_8_5_, allottedre2_.MODEL_CUSTOMIZATION_UUID as model_cu1_7_0_, allottedre2_.AR_MODEL_UUID as ar_mode15_7_0_, allottedre2_.CREATION_TIMESTAMP as creation2_7_0_, allottedre2_.MAX_INSTANCES as max_inst3_7_0_, allottedre2_.MIN_INSTANCES as min_inst4_7_0_, allottedre2_.MODEL_INSTANCE_NAME as model_in5_7_0_, allottedre2_.NF_FUNCTION as nf_funct6_7_0_, allottedre2_.NF_NAMING_CODE as nf_namin7_7_0_, allottedre2_.NF_ROLE as nf_role8_7_0_, allottedre2_.NF_TYPE as nf_type9_7_0_, allottedre2_.PROVIDING_SERVICE_MODEL_INVARIANT_UUID as providi10_7_0_, allottedre2_.PROVIDING_SERVICE_MODEL_NAME as providi11_7_0_, allottedre2_.PROVIDING_SERVICE_MODEL_UUID as providi12_7_0_, allottedre2_.RESOURCE_INPUT as resourc13_7_0_, allottedre2_.TARGET_NETWORK_ROLE as target_14_7_0_, allottedre3_.MODEL_UUID as model_uu1_6_1_, allottedre3_.CREATION_TIMESTAMP as creation2_6_1_, allottedre3_.DESCRIPTION as descript3_6_1_, allottedre3_.MODEL_INVARIANT_UUID as model_in4_6_1_, allottedre3_.MODEL_NAME as model_na5_6_1_, allottedre3_.MODEL_VERSION as model_ve6_6_1_, allottedre3_.SUBCATEGORY as subcateg7_6_1_, allottedre3_.TOSCA_NODE_TYPE as tosca_no8_6_1_, toscacsar4_.ARTIFACT_UUID as artifact1_57_2_, toscacsar4_.ARTIFACT_CHECKSUM as artifact2_57_2_, toscacsar4_.CREATION_TIMESTAMP as creation3_57_2_, toscacsar4_.DESCRIPTION as descript4_57_2_, toscacsar4_.NAME as name5_57_2_, toscacsar4_.URL as url6_57_2_, toscacsar4_.Version as version7_57_2_ from service service0_ left outer join allotted_resource_customization_to_service allottedcu1_ on service0_.MODEL_UUID=allottedcu1_.SERVICE_MODEL_UUID left outer join allotted_resource_customization allottedre2_ on allottedcu1_.RESOURCE_MODEL_CUSTOMIZATION_UUID=allottedre2_.MODEL_CUSTOMIZATION_UUID left outer join allotted_resource allottedre3_ on allottedre2_.AR_MODEL_UUID=allottedre3_.MODEL_UUID left outer join tosca_csar toscacsar4_ on service0_.TOSCA_CSAR_ARTIFACT_UUID=toscacsar4_.ARTIFACT_UUID where service0_.MODEL_UUID=? Hibernate: select toscacsar0_.ARTIFACT_UUID as artifact1_57_1_, toscacsar0_.ARTIFACT_CHECKSUM as artifact2_57_1_, toscacsar0_.CREATION_TIMESTAMP as creation3_57_1_, toscacsar0_.DESCRIPTION as descript4_57_1_, toscacsar0_.NAME as name5_57_1_, toscacsar0_.URL as url6_57_1_, toscacsar0_.Version as version7_57_1_, services1_.TOSCA_CSAR_ARTIFACT_UUID as tosca_c21_50_3_, services1_.MODEL_UUID as model_uu1_50_3_, services1_.MODEL_UUID as model_uu1_50_0_, services1_.CDS_BLUEPRINT_NAME as cds_blue2_50_0_, services1_.CDS_BLUEPRINT_VERSION as cds_blue3_50_0_, services1_.SERVICE_CATEGORY as service_4_50_0_, services1_.CONTROLLER_ACTOR as controll5_50_0_, services1_.CREATION_TIMESTAMP as creation6_50_0_, services1_.TOSCA_CSAR_ARTIFACT_UUID as tosca_c21_50_0_, services1_.DESCRIPTION as descript7_50_0_, services1_.OVERALL_DISTRIBUTION_STATUS as overall_8_50_0_, services1_.ENVIRONMENT_CONTEXT as environm9_50_0_, services1_.MODEL_INVARIANT_UUID as model_i10_50_0_, services1_.MODEL_NAME as model_n11_50_0_, services1_.MODEL_VERSION as model_v12_50_0_, services1_.NAMING_POLICY as naming_13_50_0_, services1_.ONAP_GENERATED_NAMING as onap_ge14_50_0_, services1_.RESOURCE_ORDER as resourc15_50_0_, services1_.SERVICE_FUNCTION as service16_50_0_, services1_.SERVICE_ROLE as service17_50_0_, services1_.SERVICE_TYPE as service18_50_0_, services1_.SKIP_POST_INSTANTIATION_CONFIGURATION as skip_po19_50_0_, services1_.WORKLOAD_CONTEXT as workloa20_50_0_ from tosca_csar toscacsar0_ left outer join service services1_ on toscacsar0_.ARTIFACT_UUID=services1_.TOSCA_CSAR_ARTIFACT_UUID where toscacsar0_.ARTIFACT_UUID=? Hibernate: insert into tosca_csar (ARTIFACT_CHECKSUM, CREATION_TIMESTAMP, DESCRIPTION, NAME, URL, Version, ARTIFACT_UUID) values (?, ?, ?, ?, ?, ?, ?) Hibernate: insert into service (CDS_BLUEPRINT_NAME, CDS_BLUEPRINT_VERSION, SERVICE_CATEGORY, CONTROLLER_ACTOR, CREATION_TIMESTAMP, TOSCA_CSAR_ARTIFACT_UUID, DESCRIPTION, OVERALL_DISTRIBUTION_STATUS, ENVIRONMENT_CONTEXT, MODEL_INVARIANT_UUID, MODEL_NAME, MODEL_VERSION, NAMING_POLICY, ONAP_GENERATED_NAMING, RESOURCE_ORDER, SERVICE_FUNCTION, SERVICE_ROLE, SERVICE_TYPE, SKIP_POST_INSTANTIATION_CONFIGURATION, WORKLOAD_CONTEXT, MODEL_UUID) values (?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?) Hibernate: insert into service_info (SERVICE_MODEL_UUID, SERVICE_INPUT, SERVICE_PROPERTIES) values (?, ?, ?) Hibernate: select vnfresourc0_.MODEL_UUID as model_uu1_64_0_, vnfresourc0_.AIC_VERSION_MAX as aic_vers2_64_0_, vnfresourc0_.AIC_VERSION_MIN as aic_vers3_64_0_, vnfresourc0_.RESOURCE_CATEGORY as resource4_64_0_, vnfresourc0_.CREATION_TIMESTAMP as creation5_64_0_, vnfresourc0_.DESCRIPTION as descript6_64_0_, vnfresourc0_.HEAT_TEMPLATE_ARTIFACT_UUID as heat_te13_64_0_, vnfresourc0_.MODEL_INVARIANT_UUID as model_in7_64_0_, vnfresourc0_.MODEL_NAME as model_na8_64_0_, vnfresourc0_.MODEL_VERSION as model_ve9_64_0_, vnfresourc0_.ORCHESTRATION_MODE as orchest10_64_0_, vnfresourc0_.RESOURCE_SUB_CATEGORY as resourc11_64_0_, vnfresourc0_.TOSCA_NODE_TYPE as tosca_n12_64_0_ from vnf_resource vnfresourc0_ where vnfresourc0_.MODEL_UUID=? Hibernate: insert into vnf_resource (AIC_VERSION_MAX, AIC_VERSION_MIN, RESOURCE_CATEGORY, CREATION_TIMESTAMP, DESCRIPTION, HEAT_TEMPLATE_ARTIFACT_UUID, MODEL_INVARIANT_UUID, MODEL_NAME, MODEL_VERSION, ORCHESTRATION_MODE, RESOURCE_SUB_CATEGORY, TOSCA_NODE_TYPE, MODEL_UUID) values (?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?) Hibernate: insert into vnf_resource_customization (AVAILABILITY_ZONE_MAX_COUNT, CDS_BLUEPRINT_NAME, CDS_BLUEPRINT_VERSION, CONTROLLER_ACTOR, CREATION_TIMESTAMP, MAX_INSTANCES, MIN_INSTANCES, MODEL_CUSTOMIZATION_UUID, MODEL_INSTANCE_NAME, MULTI_STAGE_DESIGN, NF_DATA_VALID, NF_FUNCTION, NF_NAMING_CODE, NF_ROLE, NF_TYPE, RESOURCE_INPUT, SERVICE_MODEL_UUID, SKIP_POST_INSTANTIATION_CONFIGURATION, VNF_RESOURCE_MODEL_UUID, VNFCINSTANCEGROUP_ORDER) values (?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?) Hibernate: select heatenviro0_.ARTIFACT_UUID as artifact1_26_0_, heatenviro0_.ARTIFACT_CHECKSUM as artifact2_26_0_, heatenviro0_.CREATION_TIMESTAMP as creation3_26_0_, heatenviro0_.DESCRIPTION as descript4_26_0_, heatenviro0_.BODY as body5_26_0_, heatenviro0_.NAME as name6_26_0_, heatenviro0_.VERSION as version7_26_0_ from heat_environment heatenviro0_ where heatenviro0_.ARTIFACT_UUID=? Hibernate: select vfmodule0_.MODEL_UUID as model_uu1_59_4_, vfmodule0_.CREATION_TIMESTAMP as creation2_59_4_, vfmodule0_.DESCRIPTION as descript3_59_4_, vfmodule0_.IS_BASE as is_base4_59_4_, vfmodule0_.MODEL_INVARIANT_UUID as model_in5_59_4_, vfmodule0_.MODEL_NAME as model_na6_59_4_, vfmodule0_.MODEL_VERSION as model_ve7_59_4_, vfmodule0_.HEAT_TEMPLATE_ARTIFACT_UUID as heat_tem8_59_4_, vfmodule0_.VNF_RESOURCE_MODEL_UUID as vnf_reso9_59_4_, vfmodule0_.VOL_HEAT_TEMPLATE_ARTIFACT_UUID as vol_hea10_59_4_, heatfiles1_.VF_MODULE_MODEL_UUID as vf_modul1_61_6_, heatfiles2_.ARTIFACT_UUID as heat_fil2_61_6_, heatfiles2_.ARTIFACT_UUID as artifact1_27_0_, heatfiles2_.ARTIFACT_CHECKSUM as artifact2_27_0_, heatfiles2_.CREATION_TIMESTAMP as creation3_27_0_, heatfiles2_.DESCRIPTION as descript4_27_0_, heatfiles2_.BODY as body5_27_0_, heatfiles2_.NAME as name6_27_0_, heatfiles2_.VERSION as version7_27_0_, heattempla3_.ARTIFACT_UUID as artifact1_29_1_, heattempla3_.ARTIFACT_CHECKSUM as artifact2_29_1_, heattempla3_.CREATION_TIMESTAMP as creation3_29_1_, heattempla3_.DESCRIPTION as descript4_29_1_, heattempla3_.BODY as body5_29_1_, heattempla3_.NAME as name6_29_1_, heattempla3_.TIMEOUT_MINUTES as timeout_7_29_1_, heattempla3_.VERSION as version8_29_1_, vnfresourc4_.MODEL_UUID as model_uu1_64_2_, vnfresourc4_.AIC_VERSION_MAX as aic_vers2_64_2_, vnfresourc4_.AIC_VERSION_MIN as aic_vers3_64_2_, vnfresourc4_.RESOURCE_CATEGORY as resource4_64_2_, vnfresourc4_.CREATION_TIMESTAMP as creation5_64_2_, vnfresourc4_.DESCRIPTION as descript6_64_2_, vnfresourc4_.HEAT_TEMPLATE_ARTIFACT_UUID as heat_te13_64_2_, vnfresourc4_.MODEL_INVARIANT_UUID as model_in7_64_2_, vnfresourc4_.MODEL_NAME as model_na8_64_2_, vnfresourc4_.MODEL_VERSION as model_ve9_64_2_, vnfresourc4_.ORCHESTRATION_MODE as orchest10_64_2_, vnfresourc4_.RESOURCE_SUB_CATEGORY as resourc11_64_2_, vnfresourc4_.TOSCA_NODE_TYPE as tosca_n12_64_2_, heattempla5_.ARTIFACT_UUID as artifact1_29_3_, heattempla5_.ARTIFACT_CHECKSUM as artifact2_29_3_, heattempla5_.CREATION_TIMESTAMP as creation3_29_3_, heattempla5_.DESCRIPTION as descript4_29_3_, heattempla5_.BODY as body5_29_3_, heattempla5_.NAME as name6_29_3_, heattempla5_.TIMEOUT_MINUTES as timeout_7_29_3_, heattempla5_.VERSION as version8_29_3_ from vf_module vfmodule0_ left outer join vf_module_to_heat_files heatfiles1_ on vfmodule0_.MODEL_UUID=heatfiles1_.VF_MODULE_MODEL_UUID left outer join heat_files heatfiles2_ on heatfiles1_.HEAT_FILES_ARTIFACT_UUID=heatfiles2_.ARTIFACT_UUID left outer join heat_template heattempla3_ on vfmodule0_.HEAT_TEMPLATE_ARTIFACT_UUID=heattempla3_.ARTIFACT_UUID left outer join vnf_resource vnfresourc4_ on vfmodule0_.VNF_RESOURCE_MODEL_UUID=vnfresourc4_.MODEL_UUID left outer join heat_template heattempla5_ on vfmodule0_.VOL_HEAT_TEMPLATE_ARTIFACT_UUID=heattempla5_.ARTIFACT_UUID where vfmodule0_.MODEL_UUID=? Hibernate: select heattempla0_.ARTIFACT_UUID as artifact1_29_1_, heattempla0_.ARTIFACT_CHECKSUM as artifact2_29_1_, heattempla0_.CREATION_TIMESTAMP as creation3_29_1_, heattempla0_.DESCRIPTION as descript4_29_1_, heattempla0_.BODY as body5_29_1_, heattempla0_.NAME as name6_29_1_, heattempla0_.TIMEOUT_MINUTES as timeout_7_29_1_, heattempla0_.VERSION as version8_29_1_, childtempl1_.PARENT_HEAT_TEMPLATE_UUID as parent_h1_28_3_, heattempla2_.ARTIFACT_UUID as child_he2_28_3_, heattempla2_.ARTIFACT_UUID as artifact1_29_0_, heattempla2_.ARTIFACT_CHECKSUM as artifact2_29_0_, heattempla2_.CREATION_TIMESTAMP as creation3_29_0_, heattempla2_.DESCRIPTION as descript4_29_0_, heattempla2_.BODY as body5_29_0_, heattempla2_.NAME as name6_29_0_, heattempla2_.TIMEOUT_MINUTES as timeout_7_29_0_, heattempla2_.VERSION as version8_29_0_ from heat_template heattempla0_ left outer join heat_nested_template childtempl1_ on heattempla0_.ARTIFACT_UUID=childtempl1_.PARENT_HEAT_TEMPLATE_UUID left outer join heat_template heattempla2_ on childtempl1_.CHILD_HEAT_TEMPLATE_UUID=heattempla2_.ARTIFACT_UUID where heattempla0_.ARTIFACT_UUID=? Hibernate: select heattempla0_.HEAT_TEMPLATE_ARTIFACT_UUID as heat_tem1_30_0_, heattempla0_.PARAM_NAME as param_na2_30_0_, heattempla0_.PARAM_ALIAS as param_al3_30_0_, heattempla0_.PARAM_TYPE as param_ty4_30_0_, heattempla0_.IS_REQUIRED as is_requi5_30_0_ from heat_template_params heattempla0_ where heattempla0_.HEAT_TEMPLATE_ARTIFACT_UUID=? and heattempla0_.PARAM_NAME=? Hibernate: select heattempla0_.HEAT_TEMPLATE_ARTIFACT_UUID as heat_tem1_30_0_, heattempla0_.PARAM_NAME as param_na2_30_0_, heattempla0_.PARAM_ALIAS as param_al3_30_0_, heattempla0_.PARAM_TYPE as param_ty4_30_0_, heattempla0_.IS_REQUIRED as is_requi5_30_0_ from heat_template_params heattempla0_ where heattempla0_.HEAT_TEMPLATE_ARTIFACT_UUID=? and heattempla0_.PARAM_NAME=? Hibernate: select heattempla0_.HEAT_TEMPLATE_ARTIFACT_UUID as heat_tem1_30_0_, heattempla0_.PARAM_NAME as param_na2_30_0_, heattempla0_.PARAM_ALIAS as param_al3_30_0_, heattempla0_.PARAM_TYPE as param_ty4_30_0_, heattempla0_.IS_REQUIRED as is_requi5_30_0_ from heat_template_params heattempla0_ where heattempla0_.HEAT_TEMPLATE_ARTIFACT_UUID=? and heattempla0_.PARAM_NAME=? Hibernate: select heattempla0_.HEAT_TEMPLATE_ARTIFACT_UUID as heat_tem1_30_0_, heattempla0_.PARAM_NAME as param_na2_30_0_, heattempla0_.PARAM_ALIAS as param_al3_30_0_, heattempla0_.PARAM_TYPE as param_ty4_30_0_, heattempla0_.IS_REQUIRED as is_requi5_30_0_ from heat_template_params heattempla0_ where heattempla0_.HEAT_TEMPLATE_ARTIFACT_UUID=? and heattempla0_.PARAM_NAME=? Hibernate: select heattempla0_.HEAT_TEMPLATE_ARTIFACT_UUID as heat_tem1_30_0_, heattempla0_.PARAM_NAME as param_na2_30_0_, heattempla0_.PARAM_ALIAS as param_al3_30_0_, heattempla0_.PARAM_TYPE as param_ty4_30_0_, heattempla0_.IS_REQUIRED as is_requi5_30_0_ from heat_template_params heattempla0_ where heattempla0_.HEAT_TEMPLATE_ARTIFACT_UUID=? and heattempla0_.PARAM_NAME=? Hibernate: select heattempla0_.HEAT_TEMPLATE_ARTIFACT_UUID as heat_tem1_30_0_, heattempla0_.PARAM_NAME as param_na2_30_0_, heattempla0_.PARAM_ALIAS as param_al3_30_0_, heattempla0_.PARAM_TYPE as param_ty4_30_0_, heattempla0_.IS_REQUIRED as is_requi5_30_0_ from heat_template_params heattempla0_ where heattempla0_.HEAT_TEMPLATE_ARTIFACT_UUID=? and heattempla0_.PARAM_NAME=? Hibernate: select heattempla0_.HEAT_TEMPLATE_ARTIFACT_UUID as heat_tem1_30_0_, heattempla0_.PARAM_NAME as param_na2_30_0_, heattempla0_.PARAM_ALIAS as param_al3_30_0_, heattempla0_.PARAM_TYPE as param_ty4_30_0_, heattempla0_.IS_REQUIRED as is_requi5_30_0_ from heat_template_params heattempla0_ where heattempla0_.HEAT_TEMPLATE_ARTIFACT_UUID=? and heattempla0_.PARAM_NAME=? Hibernate: select heattempla0_.HEAT_TEMPLATE_ARTIFACT_UUID as heat_tem1_30_0_, heattempla0_.PARAM_NAME as param_na2_30_0_, heattempla0_.PARAM_ALIAS as param_al3_30_0_, heattempla0_.PARAM_TYPE as param_ty4_30_0_, heattempla0_.IS_REQUIRED as is_requi5_30_0_ from heat_template_params heattempla0_ where heattempla0_.HEAT_TEMPLATE_ARTIFACT_UUID=? and heattempla0_.PARAM_NAME=? Hibernate: select heattempla0_.HEAT_TEMPLATE_ARTIFACT_UUID as heat_tem1_30_0_, heattempla0_.PARAM_NAME as param_na2_30_0_, heattempla0_.PARAM_ALIAS as param_al3_30_0_, heattempla0_.PARAM_TYPE as param_ty4_30_0_, heattempla0_.IS_REQUIRED as is_requi5_30_0_ from heat_template_params heattempla0_ where heattempla0_.HEAT_TEMPLATE_ARTIFACT_UUID=? and heattempla0_.PARAM_NAME=? Hibernate: select heattempla0_.HEAT_TEMPLATE_ARTIFACT_UUID as heat_tem1_30_0_, heattempla0_.PARAM_NAME as param_na2_30_0_, heattempla0_.PARAM_ALIAS as param_al3_30_0_, heattempla0_.PARAM_TYPE as param_ty4_30_0_, heattempla0_.IS_REQUIRED as is_requi5_30_0_ from heat_template_params heattempla0_ where heattempla0_.HEAT_TEMPLATE_ARTIFACT_UUID=? and heattempla0_.PARAM_NAME=? Hibernate: insert into heat_environment (ARTIFACT_CHECKSUM, CREATION_TIMESTAMP, DESCRIPTION, BODY, NAME, VERSION, ARTIFACT_UUID) values (?, ?, ?, ?, ?, ?, ?) Hibernate: insert into heat_template (ARTIFACT_CHECKSUM, CREATION_TIMESTAMP, DESCRIPTION, BODY, NAME, TIMEOUT_MINUTES, VERSION, ARTIFACT_UUID) values (?, ?, ?, ?, ?, ?, ?, ?) Hibernate: insert into heat_template_params (PARAM_ALIAS, PARAM_TYPE, IS_REQUIRED, HEAT_TEMPLATE_ARTIFACT_UUID, PARAM_NAME) values (?, ?, ?, ?, ?) Hibernate: insert into heat_template_params (PARAM_ALIAS, PARAM_TYPE, IS_REQUIRED, HEAT_TEMPLATE_ARTIFACT_UUID, PARAM_NAME) values (?, ?, ?, ?, ?) Hibernate: insert into heat_template_params (PARAM_ALIAS, PARAM_TYPE, IS_REQUIRED, HEAT_TEMPLATE_ARTIFACT_UUID, PARAM_NAME) values (?, ?, ?, ?, ?) Hibernate: insert into heat_template_params (PARAM_ALIAS, PARAM_TYPE, IS_REQUIRED, HEAT_TEMPLATE_ARTIFACT_UUID, PARAM_NAME) values (?, ?, ?, ?, ?) Hibernate: insert into heat_template_params (PARAM_ALIAS, PARAM_TYPE, IS_REQUIRED, HEAT_TEMPLATE_ARTIFACT_UUID, PARAM_NAME) values (?, ?, ?, ?, ?) Hibernate: insert into heat_template_params (PARAM_ALIAS, PARAM_TYPE, IS_REQUIRED, HEAT_TEMPLATE_ARTIFACT_UUID, PARAM_NAME) values (?, ?, ?, ?, ?) Hibernate: insert into heat_template_params (PARAM_ALIAS, PARAM_TYPE, IS_REQUIRED, HEAT_TEMPLATE_ARTIFACT_UUID, PARAM_NAME) values (?, ?, ?, ?, ?) Hibernate: insert into heat_template_params (PARAM_ALIAS, PARAM_TYPE, IS_REQUIRED, HEAT_TEMPLATE_ARTIFACT_UUID, PARAM_NAME) values (?, ?, ?, ?, ?) Hibernate: insert into heat_template_params (PARAM_ALIAS, PARAM_TYPE, IS_REQUIRED, HEAT_TEMPLATE_ARTIFACT_UUID, PARAM_NAME) values (?, ?, ?, ?, ?) Hibernate: insert into heat_template_params (PARAM_ALIAS, PARAM_TYPE, IS_REQUIRED, HEAT_TEMPLATE_ARTIFACT_UUID, PARAM_NAME) values (?, ?, ?, ?, ?) Hibernate: insert into vf_module (CREATION_TIMESTAMP, DESCRIPTION, IS_BASE, MODEL_INVARIANT_UUID, MODEL_NAME, MODEL_VERSION, HEAT_TEMPLATE_ARTIFACT_UUID, VNF_RESOURCE_MODEL_UUID, VOL_HEAT_TEMPLATE_ARTIFACT_UUID, MODEL_UUID) values (?, ?, ?, ?, ?, ?, ?, ?, ?, ?) Hibernate: insert into vf_module_customization (AVAILABILITY_ZONE_COUNT, CREATION_TIMESTAMP, HEAT_ENVIRONMENT_ARTIFACT_UUID, INITIAL_COUNT, LABEL, MAX_INSTANCES, MIN_INSTANCES, MODEL_CUSTOMIZATION_UUID, SKIP_POST_INSTANTIATION_CONFIGURATION, VF_MODULE_MODEL_UUID, VNF_RESOURCE_CUSTOMIZATION_ID, VOL_ENVIRONMENT_ARTIFACT_UUID) values (?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?) Hibernate: select vnfccustom0_.MODEL_CUSTOMIZATION_UUID as model_cu1_67_5_, vnfccustom0_.CREATION_TIMESTAMP as creation2_67_5_, vnfccustom0_.DESCRIPTION as descript3_67_5_, vnfccustom0_.MODEL_INSTANCE_NAME as model_in4_67_5_, vnfccustom0_.MODEL_INVARIANT_UUID as model_in5_67_5_, vnfccustom0_.MODEL_NAME as model_na6_67_5_, vnfccustom0_.MODEL_UUID as model_uu7_67_5_, vnfccustom0_.MODEL_VERSION as model_ve8_67_5_, vnfccustom0_.RESOURCE_INPUT as resource9_67_5_, vnfccustom0_.TOSCA_NODE_TYPE as tosca_n10_67_5_, vnfccustom0_.VNFC_INSTANCE_GROUP_CUSTOMIZATION_ID as vnfc_in11_67_5_, cvnfccusto1_.VNFC_CUST_MODEL_CUSTOMIZATION_UUID as vnfc_cu14_24_7_, cvnfccusto1_.ID as id1_24_7_, cvnfccusto1_.ID as id1_24_0_, cvnfccusto1_.CREATION_TIMESTAMP as creation2_24_0_, cvnfccusto1_.DESCRIPTION as descript3_24_0_, cvnfccusto1_.MODEL_CUSTOMIZATION_UUID as model_cu4_24_0_, cvnfccusto1_.MODEL_INSTANCE_NAME as model_in5_24_0_, cvnfccusto1_.MODEL_INVARIANT_UUID as model_in6_24_0_, cvnfccusto1_.MODEL_NAME as model_na7_24_0_, cvnfccusto1_.MODEL_UUID as model_uu8_24_0_, cvnfccusto1_.MODEL_VERSION as model_ve9_24_0_, cvnfccusto1_.NFC_FUNCTION as nfc_fun10_24_0_, cvnfccusto1_.NFC_NAMING_CODE as nfc_nam11_24_0_, cvnfccusto1_.TOSCA_NODE_TYPE as tosca_n12_24_0_, cvnfccusto1_.VF_MODULE_CUSTOMIZATION_ID as vf_modu13_24_0_, cvnfccusto1_.VNFC_CUST_MODEL_CUSTOMIZATION_UUID as vnfc_cu14_24_0_, vfmodulecu2_.ID as id1_60_1_, vfmodulecu2_.AVAILABILITY_ZONE_COUNT as availabi2_60_1_, vfmodulecu2_.CREATION_TIMESTAMP as creation3_60_1_, vfmodulecu2_.HEAT_ENVIRONMENT_ARTIFACT_UUID as heat_en10_60_1_, vfmodulecu2_.INITIAL_COUNT as initial_4_60_1_, vfmodulecu2_.LABEL as label5_60_1_, vfmodulecu2_.MAX_INSTANCES as max_inst6_60_1_, vfmodulecu2_.MIN_INSTANCES as min_inst7_60_1_, vfmodulecu2_.MODEL_CUSTOMIZATION_UUID as model_cu8_60_1_, vfmodulecu2_.SKIP_POST_INSTANTIATION_CONFIGURATION as skip_pos9_60_1_, vfmodulecu2_.VF_MODULE_MODEL_UUID as vf_modu11_60_1_, vfmodulecu2_.VNF_RESOURCE_CUSTOMIZATION_ID as vnf_res12_60_1_, vfmodulecu2_.VOL_ENVIRONMENT_ARTIFACT_UUID as vol_env13_60_1_, vnfcinstan3_.ID as id1_68_2_, vnfcinstan3_.CREATION_TIMESTAMP as creation2_68_2_, vnfcinstan3_.DESCRIPTION as descript3_68_2_, vnfcinstan3_.FUNCTION as function4_68_2_, vnfcinstan3_.INSTANCE_GROUP_MODEL_UUID as instance5_68_2_, vnfcinstan3_.VNF_RESOURCE_CUSTOMIZATION_ID as vnf_reso6_68_2_, instancegr4_.MODEL_UUID as model_uu2_33_3_, instancegr4_.CR_MODEL_UUID as cr_mode10_33_3_, instancegr4_.CREATION_TIMESTAMP as creation3_33_3_, instancegr4_.MODEL_INVARIANT_UUID as model_in4_33_3_, instancegr4_.MODEL_NAME as model_na5_33_3_, instancegr4_.MODEL_VERSION as model_ve6_33_3_, instancegr4_.ROLE as role7_33_3_, instancegr4_.TOSCA_NODE_TYPE as tosca_no8_33_3_, instancegr4_.INSTANCE_GROUP_TYPE as instance9_33_3_, instancegr4_.OBJECT_TYPE as object_t1_33_3_, vnfresourc5_.ID as id1_65_4_, vnfresourc5_.AVAILABILITY_ZONE_MAX_COUNT as availabi2_65_4_, vnfresourc5_.CDS_BLUEPRINT_NAME as cds_blue3_65_4_, vnfresourc5_.CDS_BLUEPRINT_VERSION as cds_blue4_65_4_, vnfresourc5_.CONTROLLER_ACTOR as controll5_65_4_, vnfresourc5_.CREATION_TIMESTAMP as creation6_65_4_, vnfresourc5_.MAX_INSTANCES as max_inst7_65_4_, vnfresourc5_.MIN_INSTANCES as min_inst8_65_4_, vnfresourc5_.MODEL_CUSTOMIZATION_UUID as model_cu9_65_4_, vnfresourc5_.MODEL_INSTANCE_NAME as model_i10_65_4_, vnfresourc5_.MULTI_STAGE_DESIGN as multi_s11_65_4_, vnfresourc5_.NF_DATA_VALID as nf_data12_65_4_, vnfresourc5_.NF_FUNCTION as nf_func13_65_4_, vnfresourc5_.NF_NAMING_CODE as nf_nami14_65_4_, vnfresourc5_.NF_ROLE as nf_role15_65_4_, vnfresourc5_.NF_TYPE as nf_type16_65_4_, vnfresourc5_.RESOURCE_INPUT as resourc17_65_4_, vnfresourc5_.SERVICE_MODEL_UUID as service20_65_4_, vnfresourc5_.SKIP_POST_INSTANTIATION_CONFIGURATION as skip_po18_65_4_, vnfresourc5_.VNF_RESOURCE_MODEL_UUID as vnf_res21_65_4_, vnfresourc5_.VNFCINSTANCEGROUP_ORDER as vnfcins19_65_4_ from vnfc_customization vnfccustom0_ left outer join cvnfc_customization cvnfccusto1_ on vnfccustom0_.MODEL_CUSTOMIZATION_UUID=cvnfccusto1_.VNFC_CUST_MODEL_CUSTOMIZATION_UUID left outer join vf_module_customization vfmodulecu2_ on cvnfccusto1_.VF_MODULE_CUSTOMIZATION_ID=vfmodulecu2_.ID left outer join vnfc_instance_group_customization vnfcinstan3_ on vnfccustom0_.VNFC_INSTANCE_GROUP_CUSTOMIZATION_ID=vnfcinstan3_.ID left outer join instance_group instancegr4_ on vnfcinstan3_.INSTANCE_GROUP_MODEL_UUID=instancegr4_.MODEL_UUID left outer join vnf_resource_customization vnfresourc5_ on vnfcinstan3_.VNF_RESOURCE_CUSTOMIZATION_ID=vnfresourc5_.ID where vnfccustom0_.MODEL_CUSTOMIZATION_UUID=? Hibernate: insert into vnfc_customization (CREATION_TIMESTAMP, DESCRIPTION, MODEL_INSTANCE_NAME, MODEL_INVARIANT_UUID, MODEL_NAME, MODEL_UUID, MODEL_VERSION, RESOURCE_INPUT, TOSCA_NODE_TYPE, VNFC_INSTANCE_GROUP_CUSTOMIZATION_ID, MODEL_CUSTOMIZATION_UUID) values (?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?) Hibernate: insert into cvnfc_customization (CREATION_TIMESTAMP, DESCRIPTION, MODEL_CUSTOMIZATION_UUID, MODEL_INSTANCE_NAME, MODEL_INVARIANT_UUID, MODEL_NAME, MODEL_UUID, MODEL_VERSION, NFC_FUNCTION, NFC_NAMING_CODE, TOSCA_NODE_TYPE, VF_MODULE_CUSTOMIZATION_ID, VNFC_CUST_MODEL_CUSTOMIZATION_UUID) values (?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?) Hibernate: select watchdogco0_.COMPONENT_NAME as componen1_12_0_, watchdogco0_.DISTRIBUTION_ID as distribu2_12_0_, watchdogco0_.COMPONENT_DISTRIBUTION_STATUS as componen3_12_0_, watchdogco0_.CREATE_TIME as create_t4_12_0_, watchdogco0_.MODIFY_TIME as modify_t5_12_0_ from watchdog_per_component_distribution_status watchdogco0_ where watchdogco0_.COMPONENT_NAME=? and watchdogco0_.DISTRIBUTION_ID=? Hibernate: insert into watchdog_per_component_distribution_status (COMPONENT_DISTRIBUTION_STATUS, CREATE_TIME, MODIFY_TIME, COMPONENT_NAME, DISTRIBUTION_ID) values (?, ?, ?, ?, ?) 2022-06-07T11:40:49.100Z|7894f8fd-a7a7-4cf0-ab07-35702f810c35|pool-2-thread-9|||||INFO|500||ASDC_ARTIFACT_DEPLOY_SUC basic_vm a90c5d7b-e6d9-4021-ae43-f9217e4cdc7f 1 ASDC deployResourceStructure 2022-06-07T11:40:49.100Z|7894f8fd-a7a7-4cf0-ab07-35702f810c35|pool-2-thread-9|||||INFO|500||ASDC_SEND_NOTIF_ASDC DEPLOY DEPLOY_OK /sdc/v1/catalog/services/BasicVm/1.0/resourceInstances/basic_vm0/artifacts/basic_vm0_modules.json ASDC sendASDCNotification 2022-06-07T11:40:49.101Z|7894f8fd-a7a7-4cf0-ab07-35702f810c35|pool-2-thread-9|||||DEBUG|500||Sending DEPLOY(DEPLOY_OK) notification to ASDC for artifact:/sdc/v1/catalog/services/BasicVm/1.0/resourceInstances/basic_vm0/artifacts/basic_vm0_modules.json 2022-06-07T11:40:49.101Z|7894f8fd-a7a7-4cf0-ab07-35702f810c35|pool-2-thread-9|||||INFO|500||DistributionClient - sendDeploymentStatus 2022-06-07T11:40:49.101Z|7894f8fd-a7a7-4cf0-ab07-35702f810c35|pool-2-thread-9|||||INFO|500||DistributionClient - sendStatus 2022-06-07T11:40:49.102Z|7894f8fd-a7a7-4cf0-ab07-35702f810c35|pool-2-thread-9|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap] 2022-06-07T11:40:49.103Z|7894f8fd-a7a7-4cf0-ab07-35702f810c35|pool-2-thread-9|||||DEBUG|500||try to send status { "distributionID": "7894f8fd-a7a7-4cf0-ab07-35702f810c35", "consumerID": "SO-COpenSource-Env11", "timestamp": 1654602049100, "artifactURL": "/sdc/v1/catalog/services/BasicVm/1.0/resourceInstances/basic_vm0/artifacts/basic_vm0_modules.json", "status": "DEPLOY_OK" } 2022-06-07T11:40:49.203Z||pool-51-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms 2022-06-07T11:40:49.203Z||pool-51-thread-1|||||WARN|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO will send credentials over a clear channel. 2022-06-07T11:40:49.206Z||pool-51-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as rACJoekZgDKIBPEP) ... 2022-06-07T11:40:49.225Z||pool-51-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK 2022-06-07T11:40:49.226Z||pool-51-thread-1|||||INFO|500||cambria reply ok (23 ms):{"serverTimeMs":0,"count":1} 2022-06-07T11:40:50.103Z|7894f8fd-a7a7-4cf0-ab07-35702f810c35|pool-2-thread-9|||||INFO|500||ASDC_SEND_NOTIF_ASDC DEPLOY DEPLOY_OK /sdc/v1/catalog/services/BasicVm/1.0/resourceInstances/basic_vm0/artifacts/base_ubuntu20.yaml ASDC sendASDCNotification 2022-06-07T11:40:50.104Z|7894f8fd-a7a7-4cf0-ab07-35702f810c35|pool-2-thread-9|||||DEBUG|500||Sending DEPLOY(DEPLOY_OK) notification to ASDC for artifact:/sdc/v1/catalog/services/BasicVm/1.0/resourceInstances/basic_vm0/artifacts/base_ubuntu20.yaml 2022-06-07T11:40:50.104Z|7894f8fd-a7a7-4cf0-ab07-35702f810c35|pool-2-thread-9|||||INFO|500||DistributionClient - sendDeploymentStatus 2022-06-07T11:40:50.105Z|7894f8fd-a7a7-4cf0-ab07-35702f810c35|pool-2-thread-9|||||INFO|500||DistributionClient - sendStatus 2022-06-07T11:40:50.107Z|7894f8fd-a7a7-4cf0-ab07-35702f810c35|pool-2-thread-9|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap] 2022-06-07T11:40:50.107Z|7894f8fd-a7a7-4cf0-ab07-35702f810c35|pool-2-thread-9|||||DEBUG|500||try to send status { "distributionID": "7894f8fd-a7a7-4cf0-ab07-35702f810c35", "consumerID": "SO-COpenSource-Env11", "timestamp": 1654602050103, "artifactURL": "/sdc/v1/catalog/services/BasicVm/1.0/resourceInstances/basic_vm0/artifacts/base_ubuntu20.yaml", "status": "DEPLOY_OK" } 2022-06-07T11:40:50.208Z||pool-52-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms 2022-06-07T11:40:50.209Z||pool-52-thread-1|||||WARN|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO will send credentials over a clear channel. 2022-06-07T11:40:50.210Z||pool-52-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as rACJoekZgDKIBPEP) ... 2022-06-07T11:40:50.225Z||pool-52-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK 2022-06-07T11:40:50.226Z||pool-52-thread-1|||||INFO|500||cambria reply ok (17 ms):{"serverTimeMs":0,"count":1} 2022-06-07T11:40:51.109Z|7894f8fd-a7a7-4cf0-ab07-35702f810c35|pool-2-thread-9|||||INFO|500||ASDC_SEND_NOTIF_ASDC DEPLOY DEPLOY_OK /sdc/v1/catalog/services/BasicVm/1.0/resourceInstances/basic_vm0/artifacts/base_ubuntu20.env ASDC sendASDCNotification 2022-06-07T11:40:51.109Z|7894f8fd-a7a7-4cf0-ab07-35702f810c35|pool-2-thread-9|||||DEBUG|500||Sending DEPLOY(DEPLOY_OK) notification to ASDC for artifact:/sdc/v1/catalog/services/BasicVm/1.0/resourceInstances/basic_vm0/artifacts/base_ubuntu20.env 2022-06-07T11:40:51.109Z|7894f8fd-a7a7-4cf0-ab07-35702f810c35|pool-2-thread-9|||||INFO|500||DistributionClient - sendDeploymentStatus 2022-06-07T11:40:51.109Z|7894f8fd-a7a7-4cf0-ab07-35702f810c35|pool-2-thread-9|||||INFO|500||DistributionClient - sendStatus 2022-06-07T11:40:51.114Z|7894f8fd-a7a7-4cf0-ab07-35702f810c35|pool-2-thread-9|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap] 2022-06-07T11:40:51.114Z|7894f8fd-a7a7-4cf0-ab07-35702f810c35|pool-2-thread-9|||||DEBUG|500||try to send status { "distributionID": "7894f8fd-a7a7-4cf0-ab07-35702f810c35", "consumerID": "SO-COpenSource-Env11", "timestamp": 1654602051108, "artifactURL": "/sdc/v1/catalog/services/BasicVm/1.0/resourceInstances/basic_vm0/artifacts/base_ubuntu20.env", "status": "DEPLOY_OK" } 2022-06-07T11:40:51.215Z||pool-53-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 101 ms 2022-06-07T11:40:51.216Z||pool-53-thread-1|||||WARN|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO will send credentials over a clear channel. 2022-06-07T11:40:51.216Z||pool-53-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as rACJoekZgDKIBPEP) ... 2022-06-07T11:40:51.236Z||pool-53-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK 2022-06-07T11:40:51.236Z||pool-53-thread-1|||||INFO|500||cambria reply ok (21 ms):{"serverTimeMs":0,"count":1} 2022-06-07T11:40:52.116Z|7894f8fd-a7a7-4cf0-ab07-35702f810c35|pool-2-thread-9|||||INFO|500||ASDC_SEND_NOTIF_ASDC DEPLOY DEPLOY_OK /sdc/v1/catalog/services/BasicVm/1.0/artifacts/service-BasicVm-csar.csar ASDC sendASDCNotification 2022-06-07T11:40:52.116Z|7894f8fd-a7a7-4cf0-ab07-35702f810c35|pool-2-thread-9|||||DEBUG|500||Sending DEPLOY(DEPLOY_OK) notification to ASDC for artifact:/sdc/v1/catalog/services/BasicVm/1.0/artifacts/service-BasicVm-csar.csar 2022-06-07T11:40:52.116Z|7894f8fd-a7a7-4cf0-ab07-35702f810c35|pool-2-thread-9|||||INFO|500||DistributionClient - sendDeploymentStatus 2022-06-07T11:40:52.117Z|7894f8fd-a7a7-4cf0-ab07-35702f810c35|pool-2-thread-9|||||INFO|500||DistributionClient - sendStatus 2022-06-07T11:40:52.120Z|7894f8fd-a7a7-4cf0-ab07-35702f810c35|pool-2-thread-9|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap] 2022-06-07T11:40:52.120Z|7894f8fd-a7a7-4cf0-ab07-35702f810c35|pool-2-thread-9|||||DEBUG|500||try to send status { "distributionID": "7894f8fd-a7a7-4cf0-ab07-35702f810c35", "consumerID": "SO-COpenSource-Env11", "timestamp": 1654602052116, "artifactURL": "/sdc/v1/catalog/services/BasicVm/1.0/artifacts/service-BasicVm-csar.csar", "status": "DEPLOY_OK" } 2022-06-07T11:40:52.220Z||pool-54-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms 2022-06-07T11:40:52.221Z||pool-54-thread-1|||||WARN|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO will send credentials over a clear channel. 2022-06-07T11:40:52.221Z||pool-54-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as rACJoekZgDKIBPEP) ... 2022-06-07T11:40:52.243Z||pool-54-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK 2022-06-07T11:40:52.244Z||pool-54-thread-1|||||INFO|500||cambria reply ok (24 ms):{"serverTimeMs":1,"count":1} 2022-06-07T11:40:53.121Z|7894f8fd-a7a7-4cf0-ab07-35702f810c35|pool-2-thread-9|||||DEBUG|500||Entered getOverallDistributionStatus method for distrubutionId: 7894f8fd-a7a7-4cf0-ab07-35702f810c35 Hibernate: select watchdogdi0_.DISTRIBUTION_ID as distribu1_11_0_, watchdogdi0_.CREATE_TIME as create_t2_11_0_, watchdogdi0_.DISTRIBUTION_ID_STATUS as distribu3_11_0_, watchdogdi0_.MODIFY_TIME as modify_t4_11_0_, watchdogdi0_.LOCK_VERSION as lock_ver5_11_0_ from watchdog_distributionid_status watchdogdi0_ where watchdogdi0_.DISTRIBUTION_ID=? Hibernate: select watchdogco0_.COMPONENT_NAME as componen1_12_, watchdogco0_.DISTRIBUTION_ID as distribu2_12_, watchdogco0_.COMPONENT_DISTRIBUTION_STATUS as componen3_12_, watchdogco0_.CREATE_TIME as create_t4_12_, watchdogco0_.MODIFY_TIME as modify_t5_12_ from watchdog_per_component_distribution_status watchdogco0_ where watchdogco0_.DISTRIBUTION_ID=? 2022-06-07T11:40:53.133Z|7894f8fd-a7a7-4cf0-ab07-35702f810c35|pool-2-thread-9|||||DEBUG|500||Executed RequestDB getWatchdogComponentDistributionStatus for distrubutionId: 7894f8fd-a7a7-4cf0-ab07-35702f810c35 Hibernate: select watchdogco0_.COMPONENT_NAME as componen1_12_, watchdogco0_.DISTRIBUTION_ID as distribu2_12_, watchdogco0_.COMPONENT_DISTRIBUTION_STATUS as componen3_12_, watchdogco0_.CREATE_TIME as create_t4_12_, watchdogco0_.MODIFY_TIME as modify_t5_12_ from watchdog_per_component_distribution_status watchdogco0_ where watchdogco0_.DISTRIBUTION_ID=? 2022-06-07T11:40:53.136Z|7894f8fd-a7a7-4cf0-ab07-35702f810c35|pool-2-thread-9|||||DEBUG|500||Found componentName SO in the WatchDog Component DB 2022-06-07T11:40:53.137Z|7894f8fd-a7a7-4cf0-ab07-35702f810c35|pool-2-thread-9|||||DEBUG|500||AAI has not be updated in the the WatchDog Component DB yet, so ending the loop 2022-06-07T11:40:53.137Z|7894f8fd-a7a7-4cf0-ab07-35702f810c35|pool-2-thread-9|||||DEBUG|500||Components Size Didn't match with the WatchdogComponentDistributionStatus results. 2022-06-07T11:41:23.137Z|7894f8fd-a7a7-4cf0-ab07-35702f810c35|pool-2-thread-9|||||DEBUG|500||Entered getOverallDistributionStatus method for distrubutionId: 7894f8fd-a7a7-4cf0-ab07-35702f810c35 Hibernate: select watchdogdi0_.DISTRIBUTION_ID as distribu1_11_0_, watchdogdi0_.CREATE_TIME as create_t2_11_0_, watchdogdi0_.DISTRIBUTION_ID_STATUS as distribu3_11_0_, watchdogdi0_.MODIFY_TIME as modify_t4_11_0_, watchdogdi0_.LOCK_VERSION as lock_ver5_11_0_ from watchdog_distributionid_status watchdogdi0_ where watchdogdi0_.DISTRIBUTION_ID=? Hibernate: select watchdogco0_.COMPONENT_NAME as componen1_12_, watchdogco0_.DISTRIBUTION_ID as distribu2_12_, watchdogco0_.COMPONENT_DISTRIBUTION_STATUS as componen3_12_, watchdogco0_.CREATE_TIME as create_t4_12_, watchdogco0_.MODIFY_TIME as modify_t5_12_ from watchdog_per_component_distribution_status watchdogco0_ where watchdogco0_.DISTRIBUTION_ID=? 2022-06-07T11:41:23.149Z|7894f8fd-a7a7-4cf0-ab07-35702f810c35|pool-2-thread-9|||||DEBUG|500||Executed RequestDB getWatchdogComponentDistributionStatus for distrubutionId: 7894f8fd-a7a7-4cf0-ab07-35702f810c35 Hibernate: select watchdogco0_.COMPONENT_NAME as componen1_12_, watchdogco0_.DISTRIBUTION_ID as distribu2_12_, watchdogco0_.COMPONENT_DISTRIBUTION_STATUS as componen3_12_, watchdogco0_.CREATE_TIME as create_t4_12_, watchdogco0_.MODIFY_TIME as modify_t5_12_ from watchdog_per_component_distribution_status watchdogco0_ where watchdogco0_.DISTRIBUTION_ID=? 2022-06-07T11:41:23.154Z|7894f8fd-a7a7-4cf0-ab07-35702f810c35|pool-2-thread-9|||||DEBUG|500||Found componentName SO in the WatchDog Component DB 2022-06-07T11:41:23.154Z|7894f8fd-a7a7-4cf0-ab07-35702f810c35|pool-2-thread-9|||||DEBUG|500||AAI has not be updated in the the WatchDog Component DB yet, so ending the loop 2022-06-07T11:41:23.154Z|7894f8fd-a7a7-4cf0-ab07-35702f810c35|pool-2-thread-9|||||DEBUG|500||Components Size Didn't match with the WatchdogComponentDistributionStatus results. 2022-06-07T11:41:35.660Z||pool-2-thread-10|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2022-06-07T11:41:35.662Z||pool-2-thread-10|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel. 2022-06-07T11:41:35.662Z||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 rACJoekZgDKIBPEP) ... 2022-06-07T11:41:35.691Z||pool-2-thread-10|||||INFO|500|| --> HTTP/1.1 200 OK 2022-06-07T11:41:35.708Z||pool-2-thread-10|||||DEBUG|500||received message from topic 2022-06-07T11:41:35.708Z||pool-2-thread-10|||||DEBUG|500||recieved notification from broker: { "distributionID": "48968e00-2e55-43b3-931b-18154a27a310", "consumerID": "SO-COpenSource-Env11", "timestamp": 1654601975641, "artifactURL": "/sdc/v1/catalog/services/BasicNetwork/1.0/artifacts/service-BasicNetwork-csar.csar", "status": "NOTIFIED" } 2022-06-07T11:41:35.709Z||pool-2-thread-10|||||INFO|500||Missing status on Status Object. 2022-06-07T11:41:35.709Z||pool-2-thread-10|||||DEBUG|500||received message from topic 2022-06-07T11:41:35.709Z||pool-2-thread-10|||||DEBUG|500||recieved notification from broker: { "distributionID": "7894f8fd-a7a7-4cf0-ab07-35702f810c35", "consumerID": "multicloud-k8s-id", "timestamp": 1654601972229, "artifactURL": "/sdc/v1/catalog/services/BasicVm/1.0/resourceInstances/basic_vm0/artifacts/vf-license-model.xml", "status": "NOT_NOTIFIED" } 2022-06-07T11:41:35.709Z||pool-2-thread-10|||||INFO|500||Missing status on Status Object. 2022-06-07T11:41:35.709Z||pool-2-thread-10|||||DEBUG|500||received message from topic 2022-06-07T11:41:35.710Z||pool-2-thread-10|||||DEBUG|500||recieved notification from broker: { "distributionID": "7894f8fd-a7a7-4cf0-ab07-35702f810c35", "consumerID": "policy-id", "timestamp": 1654601974254, "artifactURL": "/sdc/v1/catalog/services/BasicVm/1.0/resourceInstances/basic_vm0/artifacts/vf-license-model.xml", "status": "NOT_NOTIFIED" } 2022-06-07T11:41:35.710Z||pool-2-thread-10|||||INFO|500||Missing status on Status Object. 2022-06-07T11:41:35.710Z||pool-2-thread-10|||||DEBUG|500||received message from topic 2022-06-07T11:41:35.710Z||pool-2-thread-10|||||DEBUG|500||recieved notification from broker: { "distributionID": "7894f8fd-a7a7-4cf0-ab07-35702f810c35", "consumerID": "multicloud-k8s-id", "timestamp": 1654601972229, "artifactURL": "/sdc/v1/catalog/services/BasicVm/1.0/resourceInstances/basic_vm0/artifacts/basic_vm0_modules.json", "status": "NOTIFIED" } 2022-06-07T11:41:35.710Z||pool-2-thread-10|||||INFO|500||Missing status on Status Object. 2022-06-07T11:41:35.710Z||pool-2-thread-10|||||DEBUG|500||received message from topic 2022-06-07T11:41:35.710Z||pool-2-thread-10|||||DEBUG|500||recieved notification from broker: { "distributionID": "48968e00-2e55-43b3-931b-18154a27a310", "consumerID": "SO-COpenSource-Env11", "timestamp": 1654601978428, "artifactURL": "/sdc/v1/catalog/services/BasicNetwork/1.0/artifacts/service-BasicNetwork-csar.csar", "status": "DOWNLOAD_OK" } 2022-06-07T11:41:35.710Z||pool-2-thread-10|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error' 2022-06-07T11:41:35.710Z||pool-2-thread-10|||||DEBUG|500||received message from topic 2022-06-07T11:41:35.710Z||pool-2-thread-10|||||DEBUG|500||recieved notification from broker: { "distributionID": "7894f8fd-a7a7-4cf0-ab07-35702f810c35", "consumerID": "policy-id", "timestamp": 1654601974254, "artifactURL": "/sdc/v1/catalog/services/BasicVm/1.0/resourceInstances/basic_vm0/artifacts/basic_vm0_modules.json", "status": "NOT_NOTIFIED" } 2022-06-07T11:41:35.711Z||pool-2-thread-10|||||INFO|500||Missing status on Status Object. 2022-06-07T11:41:35.711Z||pool-2-thread-10|||||DEBUG|500||received message from topic 2022-06-07T11:41:35.711Z||pool-2-thread-10|||||DEBUG|500||recieved notification from broker: { "distributionID": "7894f8fd-a7a7-4cf0-ab07-35702f810c35", "consumerID": "multicloud-k8s-id", "timestamp": 1654601972229, "artifactURL": "/sdc/v1/catalog/services/BasicVm/1.0/resourceInstances/basic_vm0/artifacts/base_ubuntu20.yaml", "status": "NOTIFIED" } 2022-06-07T11:41:35.711Z||pool-2-thread-10|||||INFO|500||Missing status on Status Object. 2022-06-07T11:41:35.711Z||pool-2-thread-10|||||DEBUG|500||received message from topic 2022-06-07T11:41:35.711Z||pool-2-thread-10|||||DEBUG|500||recieved notification from broker: { "distributionID": "7894f8fd-a7a7-4cf0-ab07-35702f810c35", "consumerID": "policy-id", "timestamp": 1654601974254, "artifactURL": "/sdc/v1/catalog/services/BasicVm/1.0/resourceInstances/basic_vm0/artifacts/base_ubuntu20.yaml", "status": "NOTIFIED" } 2022-06-07T11:41:35.711Z||pool-2-thread-10|||||INFO|500||Missing status on Status Object. 2022-06-07T11:41:35.711Z||pool-2-thread-10|||||DEBUG|500||received message from topic 2022-06-07T11:41:35.711Z||pool-2-thread-10|||||DEBUG|500||recieved notification from broker: { "distributionID": "48968e00-2e55-43b3-931b-18154a27a310", "consumerID": "SO-COpenSource-Env11", "timestamp": 1654601980358, "artifactURL": "/sdc/v1/catalog/services/BasicNetwork/1.0/artifacts/service-BasicNetwork-csar.csar", "status": "DEPLOY_OK" } 2022-06-07T11:41:35.711Z||pool-2-thread-10|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error' 2022-06-07T11:41:35.712Z||pool-2-thread-10|||||DEBUG|500||received message from topic 2022-06-07T11:41:35.712Z||pool-2-thread-10|||||DEBUG|500||recieved notification from broker: { "distributionID": "7894f8fd-a7a7-4cf0-ab07-35702f810c35", "consumerID": "multicloud-k8s-id", "timestamp": 1654601972229, "artifactURL": "/sdc/v1/catalog/services/BasicVm/1.0/resourceInstances/basic_vm0/artifacts/vendor-license-model.xml", "status": "NOT_NOTIFIED" } 2022-06-07T11:41:35.712Z||pool-2-thread-10|||||INFO|500||Missing status on Status Object. 2022-06-07T11:41:35.712Z||pool-2-thread-10|||||DEBUG|500||received message from topic 2022-06-07T11:41:35.712Z||pool-2-thread-10|||||DEBUG|500||recieved notification from broker: { "distributionID": "7894f8fd-a7a7-4cf0-ab07-35702f810c35", "consumerID": "policy-id", "timestamp": 1654601974254, "artifactURL": "/sdc/v1/catalog/services/BasicVm/1.0/resourceInstances/basic_vm0/artifacts/vendor-license-model.xml", "status": "NOT_NOTIFIED" } 2022-06-07T11:41:35.712Z||pool-2-thread-10|||||INFO|500||Missing status on Status Object. 2022-06-07T11:41:35.712Z||pool-2-thread-10|||||DEBUG|500||received message from topic 2022-06-07T11:41:35.712Z||pool-2-thread-10|||||DEBUG|500||recieved notification from broker: { "distributionID": "7894f8fd-a7a7-4cf0-ab07-35702f810c35", "consumerID": "cds", "timestamp": 1654601979567, "artifactURL": "/sdc/v1/catalog/services/BasicVm/1.0/resourceInstances/basic_vm0/artifacts/vf-license-model.xml", "status": "NOT_NOTIFIED" } 2022-06-07T11:41:35.712Z||pool-2-thread-10|||||INFO|500||Missing status on Status Object. 2022-06-07T11:41:35.712Z||pool-2-thread-10|||||DEBUG|500||received message from topic 2022-06-07T11:41:35.712Z||pool-2-thread-10|||||DEBUG|500||recieved notification from broker: { "distributionID": "7894f8fd-a7a7-4cf0-ab07-35702f810c35", "consumerID": "multicloud-k8s-id", "timestamp": 1654601972229, "artifactURL": "/sdc/v1/catalog/services/BasicVm/1.0/resourceInstances/basic_vm0/artifacts/base_ubuntu20.env", "status": "NOTIFIED" } 2022-06-07T11:41:35.713Z||pool-2-thread-10|||||INFO|500||Missing status on Status Object. 2022-06-07T11:41:35.713Z||pool-2-thread-10|||||DEBUG|500||received message from topic 2022-06-07T11:41:35.713Z||pool-2-thread-10|||||DEBUG|500||recieved notification from broker: { "distributionID": "7894f8fd-a7a7-4cf0-ab07-35702f810c35", "consumerID": "policy-id", "timestamp": 1654601974254, "artifactURL": "/sdc/v1/catalog/services/BasicVm/1.0/resourceInstances/basic_vm0/artifacts/base_ubuntu20.env", "status": "NOT_NOTIFIED" } 2022-06-07T11:41:35.713Z||pool-2-thread-10|||||INFO|500||Missing status on Status Object. 2022-06-07T11:41:35.713Z||pool-2-thread-10|||||DEBUG|500||received message from topic 2022-06-07T11:41:35.713Z||pool-2-thread-10|||||DEBUG|500||recieved notification from broker: { "distributionID": "7894f8fd-a7a7-4cf0-ab07-35702f810c35", "consumerID": "cds", "timestamp": 1654601979567, "artifactURL": "/sdc/v1/catalog/services/BasicVm/1.0/resourceInstances/basic_vm0/artifacts/basic_vm0_modules.json", "status": "NOT_NOTIFIED" } 2022-06-07T11:41:35.713Z||pool-2-thread-10|||||INFO|500||Missing status on Status Object. 2022-06-07T11:41:35.713Z||pool-2-thread-10|||||DEBUG|500||received message from topic 2022-06-07T11:41:35.713Z||pool-2-thread-10|||||DEBUG|500||recieved notification from broker: { "distributionID": "7894f8fd-a7a7-4cf0-ab07-35702f810c35", "consumerID": "multicloud-k8s-id", "timestamp": 1654601972229, "artifactURL": "/sdc/v1/catalog/services/BasicVm/1.0/artifacts/service-BasicVm-template.yml", "status": "NOT_NOTIFIED" } 2022-06-07T11:41:35.713Z||pool-2-thread-10|||||INFO|500||Missing status on Status Object. 2022-06-07T11:41:35.714Z||pool-2-thread-10|||||DEBUG|500||received message from topic 2022-06-07T11:41:35.714Z||pool-2-thread-10|||||DEBUG|500||recieved notification from broker: { "distributionID": "7894f8fd-a7a7-4cf0-ab07-35702f810c35", "consumerID": "policy-id", "timestamp": 1654601974254, "artifactURL": "/sdc/v1/catalog/services/BasicVm/1.0/artifacts/service-BasicVm-template.yml", "status": "NOT_NOTIFIED" } 2022-06-07T11:41:35.714Z||pool-2-thread-10|||||INFO|500||Missing status on Status Object. 2022-06-07T11:41:35.714Z||pool-2-thread-10|||||DEBUG|500||received message from topic 2022-06-07T11:41:35.714Z||pool-2-thread-10|||||DEBUG|500||recieved notification from broker: { "distributionID": "7894f8fd-a7a7-4cf0-ab07-35702f810c35", "consumerID": "cds", "timestamp": 1654601979567, "artifactURL": "/sdc/v1/catalog/services/BasicVm/1.0/resourceInstances/basic_vm0/artifacts/base_ubuntu20.yaml", "status": "NOT_NOTIFIED" } 2022-06-07T11:41:35.714Z||pool-2-thread-10|||||INFO|500||Missing status on Status Object. 2022-06-07T11:41:35.714Z||pool-2-thread-10|||||DEBUG|500||received message from topic 2022-06-07T11:41:35.714Z||pool-2-thread-10|||||DEBUG|500||recieved notification from broker: { "distributionID": "7894f8fd-a7a7-4cf0-ab07-35702f810c35", "consumerID": "multicloud-k8s-id", "timestamp": 1654601972229, "artifactURL": "/sdc/v1/catalog/services/BasicVm/1.0/artifacts/service-BasicVm-csar.csar", "status": "NOTIFIED" } 2022-06-07T11:41:35.714Z||pool-2-thread-10|||||INFO|500||Missing status on Status Object. 2022-06-07T11:41:35.715Z||pool-2-thread-10|||||DEBUG|500||received message from topic 2022-06-07T11:41:35.715Z||pool-2-thread-10|||||DEBUG|500||recieved notification from broker: { "distributionID": "7894f8fd-a7a7-4cf0-ab07-35702f810c35", "consumerID": "policy-id", "timestamp": 1654601974254, "artifactURL": "/sdc/v1/catalog/services/BasicVm/1.0/artifacts/service-BasicVm-csar.csar", "status": "NOTIFIED" } 2022-06-07T11:41:35.715Z||pool-2-thread-10|||||INFO|500||Missing status on Status Object. 2022-06-07T11:41:35.715Z||pool-2-thread-10|||||DEBUG|500||received message from topic 2022-06-07T11:41:35.715Z||pool-2-thread-10|||||DEBUG|500||recieved notification from broker: { "distributionID": "7894f8fd-a7a7-4cf0-ab07-35702f810c35", "consumerID": "cds", "timestamp": 1654601979567, "artifactURL": "/sdc/v1/catalog/services/BasicVm/1.0/resourceInstances/basic_vm0/artifacts/vendor-license-model.xml", "status": "NOT_NOTIFIED" } 2022-06-07T11:41:35.715Z||pool-2-thread-10|||||INFO|500||Missing status on Status Object. 2022-06-07T11:41:35.715Z||pool-2-thread-10|||||DEBUG|500||received message from topic 2022-06-07T11:41:35.715Z||pool-2-thread-10|||||DEBUG|500||recieved notification from broker: { "distributionID": "7894f8fd-a7a7-4cf0-ab07-35702f810c35", "consumerID": "clamp", "timestamp": 1654601983395, "artifactURL": "/sdc/v1/catalog/services/BasicVm/1.0/resourceInstances/basic_vm0/artifacts/vf-license-model.xml", "status": "NOT_NOTIFIED" } 2022-06-07T11:41:35.715Z||pool-2-thread-10|||||INFO|500||Missing status on Status Object. 2022-06-07T11:41:35.715Z||pool-2-thread-10|||||DEBUG|500||received message from topic 2022-06-07T11:41:35.716Z||pool-2-thread-10|||||DEBUG|500||recieved notification from broker: { "distributionID": "7894f8fd-a7a7-4cf0-ab07-35702f810c35", "consumerID": "cds", "timestamp": 1654601979567, "artifactURL": "/sdc/v1/catalog/services/BasicVm/1.0/resourceInstances/basic_vm0/artifacts/base_ubuntu20.env", "status": "NOT_NOTIFIED" } 2022-06-07T11:41:35.716Z||pool-2-thread-10|||||INFO|500||Missing status on Status Object. 2022-06-07T11:41:35.716Z||pool-2-thread-10|||||DEBUG|500||received message from topic 2022-06-07T11:41:35.716Z||pool-2-thread-10|||||DEBUG|500||recieved notification from broker: { "distributionID": "7894f8fd-a7a7-4cf0-ab07-35702f810c35", "consumerID": "multicloud-k8s-id", "timestamp": 1654601984560, "artifactURL": "/sdc/v1/catalog/services/BasicVm/1.0/resourceInstances/basic_vm0/artifacts/basic_vm0_modules.json", "status": "DOWNLOAD_OK" } 2022-06-07T11:41:35.716Z||pool-2-thread-10|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error' 2022-06-07T11:41:35.716Z||pool-2-thread-10|||||DEBUG|500||received message from topic 2022-06-07T11:41:35.716Z||pool-2-thread-10|||||DEBUG|500||recieved notification from broker: { "distributionID": "7894f8fd-a7a7-4cf0-ab07-35702f810c35", "consumerID": "policy-id", "timestamp": 1654601985021, "artifactURL": "/sdc/v1/catalog/services/BasicVm/1.0/artifacts/service-BasicVm-csar.csar", "status": "DOWNLOAD_OK" } 2022-06-07T11:41:35.716Z||pool-2-thread-10|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error' 2022-06-07T11:41:35.716Z||pool-2-thread-10|||||DEBUG|500||received message from topic 2022-06-07T11:41:35.716Z||pool-2-thread-10|||||DEBUG|500||recieved notification from broker: { "distributionID": "7894f8fd-a7a7-4cf0-ab07-35702f810c35", "consumerID": "clamp", "timestamp": 1654601983395, "artifactURL": "/sdc/v1/catalog/services/BasicVm/1.0/resourceInstances/basic_vm0/artifacts/basic_vm0_modules.json", "status": "NOTIFIED" } 2022-06-07T11:41:35.717Z||pool-2-thread-10|||||INFO|500||Missing status on Status Object. 2022-06-07T11:41:35.717Z||pool-2-thread-10|||||DEBUG|500||received message from topic 2022-06-07T11:41:35.717Z||pool-2-thread-10|||||DEBUG|500||recieved notification from broker: { "distributionID": "7894f8fd-a7a7-4cf0-ab07-35702f810c35", "consumerID": "cds", "timestamp": 1654601979567, "artifactURL": "/sdc/v1/catalog/services/BasicVm/1.0/artifacts/service-BasicVm-template.yml", "status": "NOT_NOTIFIED" } 2022-06-07T11:41:35.717Z||pool-2-thread-10|||||INFO|500||Missing status on Status Object. 2022-06-07T11:41:35.717Z||pool-2-thread-10|||||DEBUG|500||received message from topic 2022-06-07T11:41:35.717Z||pool-2-thread-10|||||DEBUG|500||recieved notification from broker: { "distributionID": "7894f8fd-a7a7-4cf0-ab07-35702f810c35", "consumerID": "policy-id", "timestamp": 1654601986026, "artifactURL": "/sdc/v1/catalog/services/BasicVm/1.0/artifacts/service-BasicVm-csar.csar", "status": "DEPLOY_OK" } 2022-06-07T11:41:35.717Z||pool-2-thread-10|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error' 2022-06-07T11:41:35.717Z||pool-2-thread-10|||||DEBUG|500||received message from topic 2022-06-07T11:41:35.717Z||pool-2-thread-10|||||DEBUG|500||recieved notification from broker: { "distributionID": "7894f8fd-a7a7-4cf0-ab07-35702f810c35", "consumerID": "multicloud-k8s-id", "timestamp": 1654601985652, "artifactURL": "/sdc/v1/catalog/services/BasicVm/1.0/resourceInstances/basic_vm0/artifacts/base_ubuntu20.yaml", "status": "DOWNLOAD_OK" } 2022-06-07T11:41:35.717Z||pool-2-thread-10|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error' 2022-06-07T11:41:35.717Z||pool-2-thread-10|||||DEBUG|500||received message from topic 2022-06-07T11:41:35.718Z||pool-2-thread-10|||||DEBUG|500||recieved notification from broker: { "distributionID": "7894f8fd-a7a7-4cf0-ab07-35702f810c35", "consumerID": "clamp", "timestamp": 1654601983395, "artifactURL": "/sdc/v1/catalog/services/BasicVm/1.0/resourceInstances/basic_vm0/artifacts/base_ubuntu20.yaml", "status": "NOT_NOTIFIED" } 2022-06-07T11:41:35.718Z||pool-2-thread-10|||||INFO|500||Missing status on Status Object. 2022-06-07T11:41:35.718Z||pool-2-thread-10|||||DEBUG|500||received message from topic 2022-06-07T11:41:35.718Z||pool-2-thread-10|||||DEBUG|500||recieved notification from broker: { "distributionID": "7894f8fd-a7a7-4cf0-ab07-35702f810c35", "consumerID": "cds", "timestamp": 1654601979567, "artifactURL": "/sdc/v1/catalog/services/BasicVm/1.0/artifacts/service-BasicVm-csar.csar", "status": "NOTIFIED" } 2022-06-07T11:41:35.718Z||pool-2-thread-10|||||INFO|500||Missing status on Status Object. 2022-06-07T11:41:35.718Z||pool-2-thread-10|||||DEBUG|500||received message from topic 2022-06-07T11:41:35.718Z||pool-2-thread-10|||||DEBUG|500||recieved notification from broker: { "distributionID": "7894f8fd-a7a7-4cf0-ab07-35702f810c35", "consumerID": "policy-id", "timestamp": 1654601987030, "artifactURL": "", "status": "COMPONENT_DONE_OK", "componentName": "POLICY" } Hibernate: select watchdogdi0_.DISTRIBUTION_ID as distribu1_11_0_, watchdogdi0_.CREATE_TIME as create_t2_11_0_, watchdogdi0_.DISTRIBUTION_ID_STATUS as distribu3_11_0_, watchdogdi0_.MODIFY_TIME as modify_t4_11_0_, watchdogdi0_.LOCK_VERSION as lock_ver5_11_0_ from watchdog_distributionid_status watchdogdi0_ where watchdogdi0_.DISTRIBUTION_ID=? 2022-06-07T11:41:35.724Z||pool-2-thread-10|||||DEBUG|500||Receive a callback componentStatus in ASDC, for componentName: POLICY and status of COMPONENT_DONE_OK distributionID of 7894f8fd-a7a7-4cf0-ab07-35702f810c35 2022-06-07T11:41:35.724Z||pool-2-thread-10|||||DEBUG|500||Entering installTheComponentStatus for distributionId 7894f8fd-a7a7-4cf0-ab07-35702f810c35 and ComponentName POLICY Hibernate: select watchdogco0_.COMPONENT_NAME as componen1_12_0_, watchdogco0_.DISTRIBUTION_ID as distribu2_12_0_, watchdogco0_.COMPONENT_DISTRIBUTION_STATUS as componen3_12_0_, watchdogco0_.CREATE_TIME as create_t4_12_0_, watchdogco0_.MODIFY_TIME as modify_t5_12_0_ from watchdog_per_component_distribution_status watchdogco0_ where watchdogco0_.COMPONENT_NAME=? and watchdogco0_.DISTRIBUTION_ID=? Hibernate: insert into watchdog_per_component_distribution_status (COMPONENT_DISTRIBUTION_STATUS, CREATE_TIME, MODIFY_TIME, COMPONENT_NAME, DISTRIBUTION_ID) values (?, ?, ?, ?, ?) 2022-06-07T11:41:35.732Z||pool-2-thread-10|||||DEBUG|500||received message from topic 2022-06-07T11:41:35.732Z||pool-2-thread-10|||||DEBUG|500||recieved notification from broker: { "distributionID": "7894f8fd-a7a7-4cf0-ab07-35702f810c35", "consumerID": "multicloud-k8s-id", "timestamp": 1654601986741, "artifactURL": "/sdc/v1/catalog/services/BasicVm/1.0/resourceInstances/basic_vm0/artifacts/base_ubuntu20.env", "status": "DOWNLOAD_OK" } 2022-06-07T11:41:35.732Z||pool-2-thread-10|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error' 2022-06-07T11:41:35.733Z||pool-2-thread-10|||||DEBUG|500||received message from topic 2022-06-07T11:41:35.733Z||pool-2-thread-10|||||DEBUG|500||recieved notification from broker: { "distributionID": "7894f8fd-a7a7-4cf0-ab07-35702f810c35", "consumerID": "sdc-COpenSource-Env11-sdnc-dockero", "timestamp": 1654601987055, "artifactURL": "/sdc/v1/catalog/services/BasicVm/1.0/resourceInstances/basic_vm0/artifacts/vf-license-model.xml", "status": "NOT_NOTIFIED" } 2022-06-07T11:41:35.733Z||pool-2-thread-10|||||INFO|500||Missing status on Status Object. 2022-06-07T11:41:35.733Z||pool-2-thread-10|||||DEBUG|500||received message from topic 2022-06-07T11:41:35.733Z||pool-2-thread-10|||||DEBUG|500||recieved notification from broker: { "distributionID": "7894f8fd-a7a7-4cf0-ab07-35702f810c35", "consumerID": "clamp", "timestamp": 1654601983395, "artifactURL": "/sdc/v1/catalog/services/BasicVm/1.0/resourceInstances/basic_vm0/artifacts/vendor-license-model.xml", "status": "NOT_NOTIFIED" } 2022-06-07T11:41:35.733Z||pool-2-thread-10|||||INFO|500||Missing status on Status Object. 2022-06-07T11:41:35.733Z||pool-2-thread-10|||||DEBUG|500||received message from topic 2022-06-07T11:41:35.733Z||pool-2-thread-10|||||DEBUG|500||recieved notification from broker: { "distributionID": "7894f8fd-a7a7-4cf0-ab07-35702f810c35", "consumerID": "aai-ml", "timestamp": 1654601986690, "artifactURL": "/sdc/v1/catalog/services/BasicVm/1.0/resourceInstances/basic_vm0/artifacts/vf-license-model.xml", "status": "NOT_NOTIFIED" } 2022-06-07T11:41:35.733Z||pool-2-thread-10|||||INFO|500||Missing status on Status Object. 2022-06-07T11:41:35.733Z||pool-2-thread-10|||||DEBUG|500||received message from topic 2022-06-07T11:41:35.733Z||pool-2-thread-10|||||DEBUG|500||recieved notification from broker: { "distributionID": "7894f8fd-a7a7-4cf0-ab07-35702f810c35", "consumerID": "ves-openapi-manager", "timestamp": 1654601986812, "artifactURL": "/sdc/v1/catalog/services/BasicVm/1.0/resourceInstances/basic_vm0/artifacts/vf-license-model.xml", "status": "NOT_NOTIFIED" } 2022-06-07T11:41:35.734Z||pool-2-thread-10|||||INFO|500||Missing status on Status Object. 2022-06-07T11:41:35.734Z||pool-2-thread-10|||||DEBUG|500||received message from topic 2022-06-07T11:41:35.734Z||pool-2-thread-10|||||DEBUG|500||recieved notification from broker: { "distributionID": "7894f8fd-a7a7-4cf0-ab07-35702f810c35", "consumerID": "cds", "timestamp": 1654601987451, "artifactURL": "/sdc/v1/catalog/services/BasicVm/1.0/artifacts/service-BasicVm-csar.csar", "status": "DOWNLOAD_OK" } 2022-06-07T11:41:35.734Z||pool-2-thread-10|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error' 2022-06-07T11:41:35.734Z||pool-2-thread-10|||||DEBUG|500||received message from topic 2022-06-07T11:41:35.734Z||pool-2-thread-10|||||DEBUG|500||recieved notification from broker: { "distributionID": "7894f8fd-a7a7-4cf0-ab07-35702f810c35", "consumerID": "multicloud-k8s-id", "timestamp": 1654601987762, "artifactURL": "", "status": "COMPONENT_DONE_OK", "componentName": "POLICY" } Hibernate: select watchdogdi0_.DISTRIBUTION_ID as distribu1_11_0_, watchdogdi0_.CREATE_TIME as create_t2_11_0_, watchdogdi0_.DISTRIBUTION_ID_STATUS as distribu3_11_0_, watchdogdi0_.MODIFY_TIME as modify_t4_11_0_, watchdogdi0_.LOCK_VERSION as lock_ver5_11_0_ from watchdog_distributionid_status watchdogdi0_ where watchdogdi0_.DISTRIBUTION_ID=? 2022-06-07T11:41:35.740Z||pool-2-thread-10|||||DEBUG|500||Receive a callback componentStatus in ASDC, for componentName: POLICY and status of COMPONENT_DONE_OK distributionID of 7894f8fd-a7a7-4cf0-ab07-35702f810c35 2022-06-07T11:41:35.741Z||pool-2-thread-10|||||DEBUG|500||Entering installTheComponentStatus for distributionId 7894f8fd-a7a7-4cf0-ab07-35702f810c35 and ComponentName POLICY Hibernate: select watchdogco0_.COMPONENT_NAME as componen1_12_0_, watchdogco0_.DISTRIBUTION_ID as distribu2_12_0_, watchdogco0_.COMPONENT_DISTRIBUTION_STATUS as componen3_12_0_, watchdogco0_.CREATE_TIME as create_t4_12_0_, watchdogco0_.MODIFY_TIME as modify_t5_12_0_ from watchdog_per_component_distribution_status watchdogco0_ where watchdogco0_.COMPONENT_NAME=? and watchdogco0_.DISTRIBUTION_ID=? Hibernate: update watchdog_per_component_distribution_status set COMPONENT_DISTRIBUTION_STATUS=?, MODIFY_TIME=? where COMPONENT_NAME=? and DISTRIBUTION_ID=? 2022-06-07T11:41:35.748Z||pool-2-thread-10|||||DEBUG|500||received message from topic 2022-06-07T11:41:35.748Z||pool-2-thread-10|||||DEBUG|500||recieved notification from broker: { "distributionID": "7894f8fd-a7a7-4cf0-ab07-35702f810c35", "consumerID": "sdc-COpenSource-Env11-sdnc-dockero", "timestamp": 1654601987055, "artifactURL": "/sdc/v1/catalog/services/BasicVm/1.0/resourceInstances/basic_vm0/artifacts/basic_vm0_modules.json", "status": "NOT_NOTIFIED" } 2022-06-07T11:41:35.748Z||pool-2-thread-10|||||INFO|500||Missing status on Status Object. 2022-06-07T11:41:35.748Z||pool-2-thread-10|||||DEBUG|500||received message from topic 2022-06-07T11:41:35.748Z||pool-2-thread-10|||||DEBUG|500||recieved notification from broker: { "distributionID": "7894f8fd-a7a7-4cf0-ab07-35702f810c35", "consumerID": "clamp", "timestamp": 1654601983395, "artifactURL": "/sdc/v1/catalog/services/BasicVm/1.0/resourceInstances/basic_vm0/artifacts/base_ubuntu20.env", "status": "NOT_NOTIFIED" } 2022-06-07T11:41:35.748Z||pool-2-thread-10|||||INFO|500||Missing status on Status Object. 2022-06-07T11:41:35.749Z||pool-2-thread-10|||||DEBUG|500||received message from topic 2022-06-07T11:41:35.749Z||pool-2-thread-10|||||DEBUG|500||recieved notification from broker: { "distributionID": "7894f8fd-a7a7-4cf0-ab07-35702f810c35", "consumerID": "aai-ml", "timestamp": 1654601986690, "artifactURL": "/sdc/v1/catalog/services/BasicVm/1.0/resourceInstances/basic_vm0/artifacts/basic_vm0_modules.json", "status": "NOT_NOTIFIED" } 2022-06-07T11:41:35.749Z||pool-2-thread-10|||||INFO|500||Missing status on Status Object. 2022-06-07T11:41:35.749Z||pool-2-thread-10|||||DEBUG|500||received message from topic 2022-06-07T11:41:35.749Z||pool-2-thread-10|||||DEBUG|500||recieved notification from broker: { "distributionID": "7894f8fd-a7a7-4cf0-ab07-35702f810c35", "consumerID": "ves-openapi-manager", "timestamp": 1654601986812, "artifactURL": "/sdc/v1/catalog/services/BasicVm/1.0/resourceInstances/basic_vm0/artifacts/basic_vm0_modules.json", "status": "NOT_NOTIFIED" } 2022-06-07T11:41:35.749Z||pool-2-thread-10|||||INFO|500||Missing status on Status Object. 2022-06-07T11:41:35.749Z||pool-2-thread-10|||||DEBUG|500||received message from topic 2022-06-07T11:41:35.749Z||pool-2-thread-10|||||DEBUG|500||recieved notification from broker: { "distributionID": "7894f8fd-a7a7-4cf0-ab07-35702f810c35", "consumerID": "cds", "timestamp": 1654601988460, "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=? 2022-06-07T11:41:35.759Z||pool-2-thread-10|||||DEBUG|500||Receive a callback componentStatus in ASDC, for componentName: cds and status of COMPONENT_DONE_OK distributionID of 7894f8fd-a7a7-4cf0-ab07-35702f810c35 2022-06-07T11:41:35.759Z||pool-2-thread-10|||||DEBUG|500||Entering installTheComponentStatus for distributionId 7894f8fd-a7a7-4cf0-ab07-35702f810c35 and ComponentName cds Hibernate: select watchdogco0_.COMPONENT_NAME as componen1_12_0_, watchdogco0_.DISTRIBUTION_ID as distribu2_12_0_, watchdogco0_.COMPONENT_DISTRIBUTION_STATUS as componen3_12_0_, watchdogco0_.CREATE_TIME as create_t4_12_0_, watchdogco0_.MODIFY_TIME as modify_t5_12_0_ from watchdog_per_component_distribution_status watchdogco0_ where watchdogco0_.COMPONENT_NAME=? and watchdogco0_.DISTRIBUTION_ID=? Hibernate: insert into watchdog_per_component_distribution_status (COMPONENT_DISTRIBUTION_STATUS, CREATE_TIME, MODIFY_TIME, COMPONENT_NAME, DISTRIBUTION_ID) values (?, ?, ?, ?, ?) 2022-06-07T11:41:35.768Z||pool-2-thread-10|||||DEBUG|500||received message from topic 2022-06-07T11:41:35.768Z||pool-2-thread-10|||||DEBUG|500||recieved notification from broker: { "distributionID": "7894f8fd-a7a7-4cf0-ab07-35702f810c35", "consumerID": "multicloud-k8s-id", "timestamp": 1654601988767, "artifactURL": "/sdc/v1/catalog/services/BasicVm/1.0/resourceInstances/basic_vm0/artifacts/basic_vm0_modules.json", "status": "DEPLOY_OK" } 2022-06-07T11:41:35.768Z||pool-2-thread-10|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error' 2022-06-07T11:41:35.768Z||pool-2-thread-10|||||DEBUG|500||received message from topic 2022-06-07T11:41:35.768Z||pool-2-thread-10|||||DEBUG|500||recieved notification from broker: { "distributionID": "7894f8fd-a7a7-4cf0-ab07-35702f810c35", "consumerID": "sdc-COpenSource-Env11-sdnc-dockero", "timestamp": 1654601987055, "artifactURL": "/sdc/v1/catalog/services/BasicVm/1.0/resourceInstances/basic_vm0/artifacts/base_ubuntu20.yaml", "status": "NOT_NOTIFIED" } 2022-06-07T11:41:35.769Z||pool-2-thread-10|||||INFO|500||Missing status on Status Object. 2022-06-07T11:41:35.769Z||pool-2-thread-10|||||DEBUG|500||received message from topic 2022-06-07T11:41:35.769Z||pool-2-thread-10|||||DEBUG|500||recieved notification from broker: { "distributionID": "7894f8fd-a7a7-4cf0-ab07-35702f810c35", "consumerID": "clamp", "timestamp": 1654601983395, "artifactURL": "/sdc/v1/catalog/services/BasicVm/1.0/artifacts/service-BasicVm-template.yml", "status": "NOT_NOTIFIED" } 2022-06-07T11:41:35.769Z||pool-2-thread-10|||||INFO|500||Missing status on Status Object. 2022-06-07T11:41:35.769Z||pool-2-thread-10|||||DEBUG|500||received message from topic 2022-06-07T11:41:35.770Z||pool-2-thread-10|||||DEBUG|500||recieved notification from broker: { "distributionID": "7894f8fd-a7a7-4cf0-ab07-35702f810c35", "consumerID": "aai-ml", "timestamp": 1654601986690, "artifactURL": "/sdc/v1/catalog/services/BasicVm/1.0/resourceInstances/basic_vm0/artifacts/base_ubuntu20.yaml", "status": "NOT_NOTIFIED" } 2022-06-07T11:41:35.770Z||pool-2-thread-10|||||INFO|500||Missing status on Status Object. 2022-06-07T11:41:35.770Z||pool-2-thread-10|||||DEBUG|500||received message from topic 2022-06-07T11:41:35.770Z||pool-2-thread-10|||||DEBUG|500||recieved notification from broker: { "distributionID": "7894f8fd-a7a7-4cf0-ab07-35702f810c35", "consumerID": "ves-openapi-manager", "timestamp": 1654601986812, "artifactURL": "/sdc/v1/catalog/services/BasicVm/1.0/resourceInstances/basic_vm0/artifacts/base_ubuntu20.yaml", "status": "NOT_NOTIFIED" } 2022-06-07T11:41:35.770Z||pool-2-thread-10|||||INFO|500||Missing status on Status Object. 2022-06-07T11:41:35.770Z||pool-2-thread-10|||||DEBUG|500||received message from topic 2022-06-07T11:41:35.771Z||pool-2-thread-10|||||DEBUG|500||recieved notification from broker: { "distributionID": "67deecb1-e97c-48a5-a31a-e61d1e41514b", "consumerID": "cds", "timestamp": 1654601979567, "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/vf-license-model.xml", "status": "NOT_NOTIFIED" } 2022-06-07T11:41:35.771Z||pool-2-thread-10|||||INFO|500||Missing status on Status Object. 2022-06-07T11:41:35.771Z||pool-2-thread-10|||||DEBUG|500||received message from topic 2022-06-07T11:41:35.771Z||pool-2-thread-10|||||DEBUG|500||recieved notification from broker: { "distributionID": "7894f8fd-a7a7-4cf0-ab07-35702f810c35", "consumerID": "sdc-COpenSource-Env11-sdnc-dockero", "timestamp": 1654601987055, "artifactURL": "/sdc/v1/catalog/services/BasicVm/1.0/resourceInstances/basic_vm0/artifacts/vendor-license-model.xml", "status": "NOT_NOTIFIED" } 2022-06-07T11:41:35.771Z||pool-2-thread-10|||||INFO|500||Missing status on Status Object. 2022-06-07T11:41:35.772Z||pool-2-thread-10|||||DEBUG|500||received message from topic 2022-06-07T11:41:35.772Z||pool-2-thread-10|||||DEBUG|500||recieved notification from broker: { "distributionID": "7894f8fd-a7a7-4cf0-ab07-35702f810c35", "consumerID": "clamp", "timestamp": 1654601983395, "artifactURL": "/sdc/v1/catalog/services/BasicVm/1.0/artifacts/service-BasicVm-csar.csar", "status": "NOTIFIED" } 2022-06-07T11:41:35.772Z||pool-2-thread-10|||||INFO|500||Missing status on Status Object. 2022-06-07T11:41:35.772Z||pool-2-thread-10|||||DEBUG|500||received message from topic 2022-06-07T11:41:35.772Z||pool-2-thread-10|||||DEBUG|500||recieved notification from broker: { "distributionID": "7894f8fd-a7a7-4cf0-ab07-35702f810c35", "consumerID": "aai-ml", "timestamp": 1654601986690, "artifactURL": "/sdc/v1/catalog/services/BasicVm/1.0/resourceInstances/basic_vm0/artifacts/vendor-license-model.xml", "status": "NOT_NOTIFIED" } 2022-06-07T11:41:35.773Z||pool-2-thread-10|||||INFO|500||Missing status on Status Object. 2022-06-07T11:41:35.773Z||pool-2-thread-10|||||DEBUG|500||received message from topic 2022-06-07T11:41:35.773Z||pool-2-thread-10|||||DEBUG|500||recieved notification from broker: { "distributionID": "7894f8fd-a7a7-4cf0-ab07-35702f810c35", "consumerID": "ves-openapi-manager", "timestamp": 1654601986812, "artifactURL": "/sdc/v1/catalog/services/BasicVm/1.0/resourceInstances/basic_vm0/artifacts/vendor-license-model.xml", "status": "NOT_NOTIFIED" } 2022-06-07T11:41:35.774Z||pool-2-thread-10|||||INFO|500||Missing status on Status Object. 2022-06-07T11:41:35.774Z||pool-2-thread-10|||||DEBUG|500||received message from topic 2022-06-07T11:41:35.774Z||pool-2-thread-10|||||DEBUG|500||recieved notification from broker: { "distributionID": "67deecb1-e97c-48a5-a31a-e61d1e41514b", "consumerID": "cds", "timestamp": 1654601979567, "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/nginx_cloudtech_k8s_charts.env", "status": "NOT_NOTIFIED" } 2022-06-07T11:41:35.774Z||pool-2-thread-10|||||INFO|500||Missing status on Status Object. 2022-06-07T11:41:35.774Z||pool-2-thread-10|||||DEBUG|500||received message from topic 2022-06-07T11:41:35.775Z||pool-2-thread-10|||||DEBUG|500||recieved notification from broker: { "distributionID": "7894f8fd-a7a7-4cf0-ab07-35702f810c35", "consumerID": "sdc-COpenSource-Env11-sdnc-dockero", "timestamp": 1654601987055, "artifactURL": "/sdc/v1/catalog/services/BasicVm/1.0/resourceInstances/basic_vm0/artifacts/base_ubuntu20.env", "status": "NOT_NOTIFIED" } 2022-06-07T11:41:35.775Z||pool-2-thread-10|||||INFO|500||Missing status on Status Object. 2022-06-07T11:41:35.775Z||pool-2-thread-10|||||DEBUG|500||received message from topic 2022-06-07T11:41:35.775Z||pool-2-thread-10|||||DEBUG|500||recieved notification from broker: { "distributionID": "7894f8fd-a7a7-4cf0-ab07-35702f810c35", "consumerID": "aai-ml", "timestamp": 1654601986690, "artifactURL": "/sdc/v1/catalog/services/BasicVm/1.0/resourceInstances/basic_vm0/artifacts/base_ubuntu20.env", "status": "NOT_NOTIFIED" } 2022-06-07T11:41:35.775Z||pool-2-thread-10|||||INFO|500||Missing status on Status Object. 2022-06-07T11:41:35.776Z||pool-2-thread-10|||||DEBUG|500||received message from topic 2022-06-07T11:41:35.776Z||pool-2-thread-10|||||DEBUG|500||recieved notification from broker: { "distributionID": "7894f8fd-a7a7-4cf0-ab07-35702f810c35", "consumerID": "ves-openapi-manager", "timestamp": 1654601986812, "artifactURL": "/sdc/v1/catalog/services/BasicVm/1.0/resourceInstances/basic_vm0/artifacts/base_ubuntu20.env", "status": "NOT_NOTIFIED" } 2022-06-07T11:41:35.776Z||pool-2-thread-10|||||INFO|500||Missing status on Status Object. 2022-06-07T11:41:35.776Z||pool-2-thread-10|||||DEBUG|500||received message from topic 2022-06-07T11:41:35.776Z||pool-2-thread-10|||||DEBUG|500||recieved notification from broker: { "distributionID": "67deecb1-e97c-48a5-a31a-e61d1e41514b", "consumerID": "cds", "timestamp": 1654601979567, "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/nginx_cloudtech_k8s_charts.tgz", "status": "NOT_NOTIFIED" } 2022-06-07T11:41:35.776Z||pool-2-thread-10|||||INFO|500||Missing status on Status Object. 2022-06-07T11:41:35.777Z||pool-2-thread-10|||||DEBUG|500||received message from topic 2022-06-07T11:41:35.777Z||pool-2-thread-10|||||DEBUG|500||recieved notification from broker: { "distributionID": "7894f8fd-a7a7-4cf0-ab07-35702f810c35", "consumerID": "sdc-COpenSource-Env11-sdnc-dockero", "timestamp": 1654601987055, "artifactURL": "/sdc/v1/catalog/services/BasicVm/1.0/artifacts/service-BasicVm-template.yml", "status": "NOT_NOTIFIED" } 2022-06-07T11:41:35.777Z||pool-2-thread-10|||||INFO|500||Missing status on Status Object. 2022-06-07T11:41:35.777Z||pool-2-thread-10|||||DEBUG|500||received message from topic 2022-06-07T11:41:35.777Z||pool-2-thread-10|||||DEBUG|500||recieved notification from broker: { "distributionID": "7894f8fd-a7a7-4cf0-ab07-35702f810c35", "consumerID": "aai-ml", "timestamp": 1654601986690, "artifactURL": "/sdc/v1/catalog/services/BasicVm/1.0/artifacts/service-BasicVm-template.yml", "status": "NOT_NOTIFIED" } 2022-06-07T11:41:35.777Z||pool-2-thread-10|||||INFO|500||Missing status on Status Object. 2022-06-07T11:41:35.778Z||pool-2-thread-10|||||DEBUG|500||received message from topic 2022-06-07T11:41:35.778Z||pool-2-thread-10|||||DEBUG|500||recieved notification from broker: { "distributionID": "7894f8fd-a7a7-4cf0-ab07-35702f810c35", "consumerID": "ves-openapi-manager", "timestamp": 1654601986812, "artifactURL": "/sdc/v1/catalog/services/BasicVm/1.0/artifacts/service-BasicVm-template.yml", "status": "NOT_NOTIFIED" } 2022-06-07T11:41:35.778Z||pool-2-thread-10|||||INFO|500||Missing status on Status Object. 2022-06-07T11:41:35.778Z||pool-2-thread-10|||||DEBUG|500||received message from topic 2022-06-07T11:41:35.778Z||pool-2-thread-10|||||DEBUG|500||recieved notification from broker: { "distributionID": "67deecb1-e97c-48a5-a31a-e61d1e41514b", "consumerID": "cds", "timestamp": 1654601979567, "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/basic_cnf0_modules.json", "status": "NOT_NOTIFIED" } 2022-06-07T11:41:35.779Z||pool-2-thread-10|||||INFO|500||Missing status on Status Object. 2022-06-07T11:41:35.779Z||pool-2-thread-10|||||DEBUG|500||received message from topic 2022-06-07T11:41:35.779Z||pool-2-thread-10|||||DEBUG|500||recieved notification from broker: { "distributionID": "7894f8fd-a7a7-4cf0-ab07-35702f810c35", "consumerID": "sdc-COpenSource-Env11-sdnc-dockero", "timestamp": 1654601987055, "artifactURL": "/sdc/v1/catalog/services/BasicVm/1.0/artifacts/service-BasicVm-csar.csar", "status": "NOTIFIED" } 2022-06-07T11:41:35.779Z||pool-2-thread-10|||||INFO|500||Missing status on Status Object. 2022-06-07T11:41:35.779Z||pool-2-thread-10|||||DEBUG|500||received message from topic 2022-06-07T11:41:35.779Z||pool-2-thread-10|||||DEBUG|500||recieved notification from broker: { "distributionID": "67deecb1-e97c-48a5-a31a-e61d1e41514b", "consumerID": "multicloud-k8s-id", "timestamp": 1654601992229, "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/vf-license-model.xml", "status": "NOT_NOTIFIED" } 2022-06-07T11:41:35.780Z||pool-2-thread-10|||||INFO|500||Missing status on Status Object. 2022-06-07T11:41:35.780Z||pool-2-thread-10|||||DEBUG|500||received message from topic 2022-06-07T11:41:35.780Z||pool-2-thread-10|||||DEBUG|500||recieved notification from broker: { "distributionID": "7894f8fd-a7a7-4cf0-ab07-35702f810c35", "consumerID": "aai-ml", "timestamp": 1654601986690, "artifactURL": "/sdc/v1/catalog/services/BasicVm/1.0/artifacts/service-BasicVm-csar.csar", "status": "NOTIFIED" } 2022-06-07T11:41:35.780Z||pool-2-thread-10|||||INFO|500||Missing status on Status Object. 2022-06-07T11:41:35.780Z||pool-2-thread-10|||||DEBUG|500||received message from topic 2022-06-07T11:41:35.780Z||pool-2-thread-10|||||DEBUG|500||recieved notification from broker: { "distributionID": "7894f8fd-a7a7-4cf0-ab07-35702f810c35", "consumerID": "ves-openapi-manager", "timestamp": 1654601986812, "artifactURL": "/sdc/v1/catalog/services/BasicVm/1.0/artifacts/service-BasicVm-csar.csar", "status": "NOT_NOTIFIED" } 2022-06-07T11:41:35.781Z||pool-2-thread-10|||||INFO|500||Missing status on Status Object. 2022-06-07T11:41:35.781Z||pool-2-thread-10|||||DEBUG|500||received message from topic 2022-06-07T11:41:35.781Z||pool-2-thread-10|||||DEBUG|500||recieved notification from broker: { "distributionID": "67deecb1-e97c-48a5-a31a-e61d1e41514b", "consumerID": "cds", "timestamp": 1654601979567, "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/base_dummy.yaml", "status": "NOT_NOTIFIED" } 2022-06-07T11:41:35.781Z||pool-2-thread-10|||||INFO|500||Missing status on Status Object. 2022-06-07T11:41:35.781Z||pool-2-thread-10|||||DEBUG|500||received message from topic 2022-06-07T11:41:35.782Z||pool-2-thread-10|||||DEBUG|500||recieved notification from broker: { "distributionID": "67deecb1-e97c-48a5-a31a-e61d1e41514b", "consumerID": "multicloud-k8s-id", "timestamp": 1654601992229, "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/nginx_cloudtech_k8s_charts.env", "status": "NOTIFIED" } 2022-06-07T11:41:35.782Z||pool-2-thread-10|||||INFO|500||Missing status on Status Object. 2022-06-07T11:41:35.782Z||pool-2-thread-10|||||DEBUG|500||received message from topic 2022-06-07T11:41:35.782Z||pool-2-thread-10|||||DEBUG|500||recieved notification from broker: { "distributionID": "7894f8fd-a7a7-4cf0-ab07-35702f810c35", "consumerID": "sdc-COpenSource-Env11-sdnc-dockero", "timestamp": 1654601994846, "artifactURL": "/sdc/v1/catalog/services/BasicVm/1.0/artifacts/service-BasicVm-csar.csar", "status": "DOWNLOAD_OK" } 2022-06-07T11:41:35.782Z||pool-2-thread-10|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error' 2022-06-07T11:41:35.782Z||pool-2-thread-10|||||DEBUG|500||received message from topic 2022-06-07T11:41:35.783Z||pool-2-thread-10|||||DEBUG|500||recieved notification from broker: { "distributionID": "67deecb1-e97c-48a5-a31a-e61d1e41514b", "consumerID": "ves-openapi-manager", "timestamp": 1654601986812, "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/vf-license-model.xml", "status": "NOT_NOTIFIED" } 2022-06-07T11:41:35.783Z||pool-2-thread-10|||||INFO|500||Missing status on Status Object. 2022-06-07T11:41:35.783Z||pool-2-thread-10|||||DEBUG|500||received message from topic 2022-06-07T11:41:35.783Z||pool-2-thread-10|||||DEBUG|500||recieved notification from broker: { "distributionID": "67deecb1-e97c-48a5-a31a-e61d1e41514b", "consumerID": "policy-id", "timestamp": 1654601994254, "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/vf-license-model.xml", "status": "NOT_NOTIFIED" } 2022-06-07T11:41:35.783Z||pool-2-thread-10|||||INFO|500||Missing status on Status Object. 2022-06-07T11:41:35.783Z||pool-2-thread-10|||||DEBUG|500||received message from topic 2022-06-07T11:41:35.784Z||pool-2-thread-10|||||DEBUG|500||recieved notification from broker: { "distributionID": "7894f8fd-a7a7-4cf0-ab07-35702f810c35", "consumerID": "aai-ml", "timestamp": 1654601994454, "artifactURL": "/sdc/v1/catalog/services/BasicVm/1.0/artifacts/service-BasicVm-csar.csar", "status": "DOWNLOAD_OK" } 2022-06-07T11:41:35.784Z||pool-2-thread-10|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error' 2022-06-07T11:41:35.784Z||pool-2-thread-10|||||DEBUG|500||received message from topic 2022-06-07T11:41:35.784Z||pool-2-thread-10|||||DEBUG|500||recieved notification from broker: { "distributionID": "67deecb1-e97c-48a5-a31a-e61d1e41514b", "consumerID": "cds", "timestamp": 1654601979567, "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/vendor-license-model.xml", "status": "NOT_NOTIFIED" } 2022-06-07T11:41:35.784Z||pool-2-thread-10|||||INFO|500||Missing status on Status Object. 2022-06-07T11:41:35.785Z||pool-2-thread-10|||||DEBUG|500||received message from topic 2022-06-07T11:41:35.785Z||pool-2-thread-10|||||DEBUG|500||recieved notification from broker: { "distributionID": "67deecb1-e97c-48a5-a31a-e61d1e41514b", "consumerID": "multicloud-k8s-id", "timestamp": 1654601992229, "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/nginx_cloudtech_k8s_charts.tgz", "status": "NOTIFIED" } 2022-06-07T11:41:35.785Z||pool-2-thread-10|||||INFO|500||Missing status on Status Object. 2022-06-07T11:41:35.785Z||pool-2-thread-10|||||DEBUG|500||received message from topic 2022-06-07T11:41:35.785Z||pool-2-thread-10|||||DEBUG|500||recieved notification from broker: { "distributionID": "67deecb1-e97c-48a5-a31a-e61d1e41514b", "consumerID": "ves-openapi-manager", "timestamp": 1654601986812, "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/nginx_cloudtech_k8s_charts.env", "status": "NOT_NOTIFIED" } 2022-06-07T11:41:35.785Z||pool-2-thread-10|||||INFO|500||Missing status on Status Object. 2022-06-07T11:41:35.786Z||pool-2-thread-10|||||DEBUG|500||received message from topic 2022-06-07T11:41:35.786Z||pool-2-thread-10|||||DEBUG|500||recieved notification from broker: { "distributionID": "67deecb1-e97c-48a5-a31a-e61d1e41514b", "consumerID": "policy-id", "timestamp": 1654601994254, "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/nginx_cloudtech_k8s_charts.env", "status": "NOT_NOTIFIED" } 2022-06-07T11:41:35.786Z||pool-2-thread-10|||||INFO|500||Missing status on Status Object. 2022-06-07T11:41:35.786Z||pool-2-thread-10|||||DEBUG|500||received message from topic 2022-06-07T11:41:35.786Z||pool-2-thread-10|||||DEBUG|500||recieved notification from broker: { "distributionID": "67deecb1-e97c-48a5-a31a-e61d1e41514b", "consumerID": "cds", "timestamp": 1654601979567, "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/base_dummy.env", "status": "NOT_NOTIFIED" } 2022-06-07T11:41:35.787Z||pool-2-thread-10|||||INFO|500||Missing status on Status Object. 2022-06-07T11:41:35.787Z||pool-2-thread-10|||||DEBUG|500||received message from topic 2022-06-07T11:41:35.787Z||pool-2-thread-10|||||DEBUG|500||recieved notification from broker: { "distributionID": "67deecb1-e97c-48a5-a31a-e61d1e41514b", "consumerID": "multicloud-k8s-id", "timestamp": 1654601992229, "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/basic_cnf0_modules.json", "status": "NOTIFIED" } 2022-06-07T11:41:35.787Z||pool-2-thread-10|||||INFO|500||Missing status on Status Object. 2022-06-07T11:41:35.787Z||pool-2-thread-10|||||DEBUG|500||received message from topic 2022-06-07T11:41:35.787Z||pool-2-thread-10|||||DEBUG|500||recieved notification from broker: { "distributionID": "7894f8fd-a7a7-4cf0-ab07-35702f810c35", "consumerID": "clamp", "timestamp": 1654601995970, "artifactURL": "/sdc/v1/catalog/services/BasicVm/1.0/artifacts/service-BasicVm-csar.csar", "status": "DOWNLOAD_OK" } 2022-06-07T11:41:35.788Z||pool-2-thread-10|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error' 2022-06-07T11:41:35.788Z||pool-2-thread-10|||||DEBUG|500||received message from topic 2022-06-07T11:41:35.788Z||pool-2-thread-10|||||DEBUG|500||recieved notification from broker: { "distributionID": "7894f8fd-a7a7-4cf0-ab07-35702f810c35", "consumerID": "sdc-COpenSource-Env11-sdnc-dockero", "timestamp": 1654601997296, "artifactURL": "/sdc/v1/catalog/services/BasicVm/1.0/artifacts/service-BasicVm-csar.csar", "status": "DEPLOY_OK" } 2022-06-07T11:41:35.788Z||pool-2-thread-10|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error' 2022-06-07T11:41:35.788Z||pool-2-thread-10|||||DEBUG|500||received message from topic 2022-06-07T11:41:35.789Z||pool-2-thread-10|||||DEBUG|500||recieved notification from broker: { "distributionID": "67deecb1-e97c-48a5-a31a-e61d1e41514b", "consumerID": "ves-openapi-manager", "timestamp": 1654601986812, "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/nginx_cloudtech_k8s_charts.tgz", "status": "NOT_NOTIFIED" } 2022-06-07T11:41:35.789Z||pool-2-thread-10|||||INFO|500||Missing status on Status Object. 2022-06-07T11:41:35.789Z||pool-2-thread-10|||||DEBUG|500||received message from topic 2022-06-07T11:41:35.789Z||pool-2-thread-10|||||DEBUG|500||recieved notification from broker: { "distributionID": "67deecb1-e97c-48a5-a31a-e61d1e41514b", "consumerID": "policy-id", "timestamp": 1654601994254, "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/nginx_cloudtech_k8s_charts.tgz", "status": "NOT_NOTIFIED" } 2022-06-07T11:41:35.789Z||pool-2-thread-10|||||INFO|500||Missing status on Status Object. 2022-06-07T11:41:35.789Z||pool-2-thread-10|||||DEBUG|500||received message from topic 2022-06-07T11:41:35.790Z||pool-2-thread-10|||||DEBUG|500||recieved notification from broker: { "distributionID": "67deecb1-e97c-48a5-a31a-e61d1e41514b", "consumerID": "cds", "timestamp": 1654601979567, "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/artifacts/service-BasicCnf-template.yml", "status": "NOT_NOTIFIED" } 2022-06-07T11:41:35.790Z||pool-2-thread-10|||||INFO|500||Missing status on Status Object. 2022-06-07T11:41:35.790Z||pool-2-thread-10|||||DEBUG|500||received message from topic 2022-06-07T11:41:35.790Z||pool-2-thread-10|||||DEBUG|500||recieved notification from broker: { "distributionID": "67deecb1-e97c-48a5-a31a-e61d1e41514b", "consumerID": "multicloud-k8s-id", "timestamp": 1654601992229, "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/base_dummy.yaml", "status": "NOTIFIED" } 2022-06-07T11:41:35.790Z||pool-2-thread-10|||||INFO|500||Missing status on Status Object. 2022-06-07T11:41:35.790Z||pool-2-thread-10|||||DEBUG|500||received message from topic 2022-06-07T11:41:35.791Z||pool-2-thread-10|||||DEBUG|500||recieved notification from broker: { "distributionID": "7894f8fd-a7a7-4cf0-ab07-35702f810c35", "consumerID": "sdc-COpenSource-Env11-sdnc-dockero", "timestamp": 1654601998300, "artifactURL": "", "status": "COMPONENT_DONE_OK", "componentName": "SDNC" } Hibernate: select watchdogdi0_.DISTRIBUTION_ID as distribu1_11_0_, watchdogdi0_.CREATE_TIME as create_t2_11_0_, watchdogdi0_.DISTRIBUTION_ID_STATUS as distribu3_11_0_, watchdogdi0_.MODIFY_TIME as modify_t4_11_0_, watchdogdi0_.LOCK_VERSION as lock_ver5_11_0_ from watchdog_distributionid_status watchdogdi0_ where watchdogdi0_.DISTRIBUTION_ID=? 2022-06-07T11:41:35.811Z||pool-2-thread-10|||||DEBUG|500||Receive a callback componentStatus in ASDC, for componentName: SDNC and status of COMPONENT_DONE_OK distributionID of 7894f8fd-a7a7-4cf0-ab07-35702f810c35 2022-06-07T11:41:35.812Z||pool-2-thread-10|||||DEBUG|500||Entering installTheComponentStatus for distributionId 7894f8fd-a7a7-4cf0-ab07-35702f810c35 and ComponentName SDNC Hibernate: select watchdogco0_.COMPONENT_NAME as componen1_12_0_, watchdogco0_.DISTRIBUTION_ID as distribu2_12_0_, watchdogco0_.COMPONENT_DISTRIBUTION_STATUS as componen3_12_0_, watchdogco0_.CREATE_TIME as create_t4_12_0_, watchdogco0_.MODIFY_TIME as modify_t5_12_0_ from watchdog_per_component_distribution_status watchdogco0_ where watchdogco0_.COMPONENT_NAME=? and watchdogco0_.DISTRIBUTION_ID=? Hibernate: insert into watchdog_per_component_distribution_status (COMPONENT_DISTRIBUTION_STATUS, CREATE_TIME, MODIFY_TIME, COMPONENT_NAME, DISTRIBUTION_ID) values (?, ?, ?, ?, ?) 2022-06-07T11:41:35.821Z||pool-2-thread-10|||||DEBUG|500||received message from topic 2022-06-07T11:41:35.821Z||pool-2-thread-10|||||DEBUG|500||recieved notification from broker: { "distributionID": "7894f8fd-a7a7-4cf0-ab07-35702f810c35", "consumerID": "clamp", "timestamp": 1654601997393, "artifactURL": "/sdc/v1/catalog/services/BasicVm/1.0/artifacts/service-BasicVm-csar.csar", "status": "DEPLOY_OK" } 2022-06-07T11:41:35.822Z||pool-2-thread-10|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error' 2022-06-07T11:41:35.822Z||pool-2-thread-10|||||DEBUG|500||received message from topic 2022-06-07T11:41:35.822Z||pool-2-thread-10|||||DEBUG|500||recieved notification from broker: { "distributionID": "67deecb1-e97c-48a5-a31a-e61d1e41514b", "consumerID": "ves-openapi-manager", "timestamp": 1654601986812, "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/basic_cnf0_modules.json", "status": "NOT_NOTIFIED" } 2022-06-07T11:41:35.822Z||pool-2-thread-10|||||INFO|500||Missing status on Status Object. 2022-06-07T11:41:35.822Z||pool-2-thread-10|||||DEBUG|500||received message from topic 2022-06-07T11:41:35.822Z||pool-2-thread-10|||||DEBUG|500||recieved notification from broker: { "distributionID": "67deecb1-e97c-48a5-a31a-e61d1e41514b", "consumerID": "policy-id", "timestamp": 1654601994254, "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/basic_cnf0_modules.json", "status": "NOT_NOTIFIED" } 2022-06-07T11:41:35.822Z||pool-2-thread-10|||||INFO|500||Missing status on Status Object. 2022-06-07T11:41:35.822Z||pool-2-thread-10|||||DEBUG|500||received message from topic 2022-06-07T11:41:35.822Z||pool-2-thread-10|||||DEBUG|500||recieved notification from broker: { "distributionID": "67deecb1-e97c-48a5-a31a-e61d1e41514b", "consumerID": "cds", "timestamp": 1654601979567, "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/artifacts/service-BasicCnf-csar.csar", "status": "NOTIFIED" } 2022-06-07T11:41:35.823Z||pool-2-thread-10|||||INFO|500||Missing status on Status Object. 2022-06-07T11:41:35.823Z||pool-2-thread-10|||||DEBUG|500||received message from topic 2022-06-07T11:41:35.823Z||pool-2-thread-10|||||DEBUG|500||recieved notification from broker: { "distributionID": "67deecb1-e97c-48a5-a31a-e61d1e41514b", "consumerID": "multicloud-k8s-id", "timestamp": 1654601992229, "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/vendor-license-model.xml", "status": "NOT_NOTIFIED" } 2022-06-07T11:41:35.823Z||pool-2-thread-10|||||INFO|500||Missing status on Status Object. 2022-06-07T11:41:35.823Z||pool-2-thread-10|||||DEBUG|500||received message from topic 2022-06-07T11:41:35.823Z||pool-2-thread-10|||||DEBUG|500||recieved notification from broker: { "distributionID": "67deecb1-e97c-48a5-a31a-e61d1e41514b", "consumerID": "sdc-COpenSource-Env11-sdnc-dockero", "timestamp": 1654601987055, "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/vf-license-model.xml", "status": "NOT_NOTIFIED" } 2022-06-07T11:41:35.823Z||pool-2-thread-10|||||INFO|500||Missing status on Status Object. 2022-06-07T11:41:35.823Z||pool-2-thread-10|||||DEBUG|500||received message from topic 2022-06-07T11:41:35.823Z||pool-2-thread-10|||||DEBUG|500||recieved notification from broker: { "distributionID": "7894f8fd-a7a7-4cf0-ab07-35702f810c35", "consumerID": "clamp", "timestamp": 1654601998397, "artifactURL": "", "status": "COMPONENT_DONE_OK", "componentName": "clamp" } Hibernate: select watchdogdi0_.DISTRIBUTION_ID as distribu1_11_0_, watchdogdi0_.CREATE_TIME as create_t2_11_0_, watchdogdi0_.DISTRIBUTION_ID_STATUS as distribu3_11_0_, watchdogdi0_.MODIFY_TIME as modify_t4_11_0_, watchdogdi0_.LOCK_VERSION as lock_ver5_11_0_ from watchdog_distributionid_status watchdogdi0_ where watchdogdi0_.DISTRIBUTION_ID=? 2022-06-07T11:41:35.827Z||pool-2-thread-10|||||DEBUG|500||Receive a callback componentStatus in ASDC, for componentName: clamp and status of COMPONENT_DONE_OK distributionID of 7894f8fd-a7a7-4cf0-ab07-35702f810c35 2022-06-07T11:41:35.827Z||pool-2-thread-10|||||DEBUG|500||Entering installTheComponentStatus for distributionId 7894f8fd-a7a7-4cf0-ab07-35702f810c35 and ComponentName clamp Hibernate: select watchdogco0_.COMPONENT_NAME as componen1_12_0_, watchdogco0_.DISTRIBUTION_ID as distribu2_12_0_, watchdogco0_.COMPONENT_DISTRIBUTION_STATUS as componen3_12_0_, watchdogco0_.CREATE_TIME as create_t4_12_0_, watchdogco0_.MODIFY_TIME as modify_t5_12_0_ from watchdog_per_component_distribution_status watchdogco0_ where watchdogco0_.COMPONENT_NAME=? and watchdogco0_.DISTRIBUTION_ID=? Hibernate: insert into watchdog_per_component_distribution_status (COMPONENT_DISTRIBUTION_STATUS, CREATE_TIME, MODIFY_TIME, COMPONENT_NAME, DISTRIBUTION_ID) values (?, ?, ?, ?, ?) 2022-06-07T11:41:35.833Z||pool-2-thread-10|||||DEBUG|500||received message from topic 2022-06-07T11:41:35.834Z||pool-2-thread-10|||||DEBUG|500||recieved notification from broker: { "distributionID": "67deecb1-e97c-48a5-a31a-e61d1e41514b", "consumerID": "ves-openapi-manager", "timestamp": 1654601986812, "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/base_dummy.yaml", "status": "NOT_NOTIFIED" } 2022-06-07T11:41:35.834Z||pool-2-thread-10|||||INFO|500||Missing status on Status Object. 2022-06-07T11:41:35.834Z||pool-2-thread-10|||||DEBUG|500||received message from topic 2022-06-07T11:41:35.834Z||pool-2-thread-10|||||DEBUG|500||recieved notification from broker: { "distributionID": "67deecb1-e97c-48a5-a31a-e61d1e41514b", "consumerID": "policy-id", "timestamp": 1654601994254, "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/base_dummy.yaml", "status": "NOTIFIED" } 2022-06-07T11:41:35.834Z||pool-2-thread-10|||||INFO|500||Missing status on Status Object. 2022-06-07T11:41:35.834Z||pool-2-thread-10|||||DEBUG|500||received message from topic 2022-06-07T11:41:35.834Z||pool-2-thread-10|||||DEBUG|500||recieved notification from broker: { "distributionID": "67deecb1-e97c-48a5-a31a-e61d1e41514b", "consumerID": "cds", "timestamp": 1654601998704, "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/artifacts/service-BasicCnf-csar.csar", "status": "DOWNLOAD_OK" } 2022-06-07T11:41:35.834Z||pool-2-thread-10|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error' 2022-06-07T11:41:35.834Z||pool-2-thread-10|||||DEBUG|500||received message from topic 2022-06-07T11:41:35.834Z||pool-2-thread-10|||||DEBUG|500||recieved notification from broker: { "distributionID": "67deecb1-e97c-48a5-a31a-e61d1e41514b", "consumerID": "multicloud-k8s-id", "timestamp": 1654601992229, "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/base_dummy.env", "status": "NOTIFIED" } 2022-06-07T11:41:35.835Z||pool-2-thread-10|||||INFO|500||Missing status on Status Object. 2022-06-07T11:41:35.835Z||pool-2-thread-10|||||DEBUG|500||received message from topic 2022-06-07T11:41:35.835Z||pool-2-thread-10|||||DEBUG|500||recieved notification from broker: { "distributionID": "67deecb1-e97c-48a5-a31a-e61d1e41514b", "consumerID": "sdc-COpenSource-Env11-sdnc-dockero", "timestamp": 1654601987055, "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/nginx_cloudtech_k8s_charts.env", "status": "NOT_NOTIFIED" } 2022-06-07T11:41:35.835Z||pool-2-thread-10|||||INFO|500||Missing status on Status Object. 2022-06-07T11:41:35.835Z||pool-2-thread-10|||||DEBUG|500||received message from topic 2022-06-07T11:41:35.835Z||pool-2-thread-10|||||DEBUG|500||recieved notification from broker: { "distributionID": "67deecb1-e97c-48a5-a31a-e61d1e41514b", "consumerID": "clamp", "timestamp": 1654601983395, "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/vf-license-model.xml", "status": "NOT_NOTIFIED" } 2022-06-07T11:41:35.835Z||pool-2-thread-10|||||INFO|500||Missing status on Status Object. 2022-06-07T11:41:35.835Z||pool-2-thread-10|||||DEBUG|500||received message from topic 2022-06-07T11:41:35.835Z||pool-2-thread-10|||||DEBUG|500||recieved notification from broker: { "distributionID": "67deecb1-e97c-48a5-a31a-e61d1e41514b", "consumerID": "ves-openapi-manager", "timestamp": 1654601986812, "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/vendor-license-model.xml", "status": "NOT_NOTIFIED" } 2022-06-07T11:41:35.836Z||pool-2-thread-10|||||INFO|500||Missing status on Status Object. 2022-06-07T11:41:35.836Z||pool-2-thread-10|||||DEBUG|500||received message from topic 2022-06-07T11:41:35.836Z||pool-2-thread-10|||||DEBUG|500||recieved notification from broker: { "distributionID": "67deecb1-e97c-48a5-a31a-e61d1e41514b", "consumerID": "policy-id", "timestamp": 1654601994254, "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/vendor-license-model.xml", "status": "NOT_NOTIFIED" } 2022-06-07T11:41:35.836Z||pool-2-thread-10|||||INFO|500||Missing status on Status Object. 2022-06-07T11:41:35.836Z||pool-2-thread-10|||||DEBUG|500||received message from topic 2022-06-07T11:41:35.836Z||pool-2-thread-10|||||DEBUG|500||recieved notification from broker: { "distributionID": "67deecb1-e97c-48a5-a31a-e61d1e41514b", "consumerID": "cds", "timestamp": 1654601999719, "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/artifacts/service-BasicCnf-csar.csar", "status": "COMPONENT_DONE_OK", "componentName": "cds" } Hibernate: select watchdogdi0_.DISTRIBUTION_ID as distribu1_11_0_, watchdogdi0_.CREATE_TIME as create_t2_11_0_, watchdogdi0_.DISTRIBUTION_ID_STATUS as distribu3_11_0_, watchdogdi0_.MODIFY_TIME as modify_t4_11_0_, watchdogdi0_.LOCK_VERSION as lock_ver5_11_0_ from watchdog_distributionid_status watchdogdi0_ where watchdogdi0_.DISTRIBUTION_ID=? Hibernate: select watchdogdi0_.DISTRIBUTION_ID as distribu1_11_0_, watchdogdi0_.CREATE_TIME as create_t2_11_0_, watchdogdi0_.DISTRIBUTION_ID_STATUS as distribu3_11_0_, watchdogdi0_.MODIFY_TIME as modify_t4_11_0_, watchdogdi0_.LOCK_VERSION as lock_ver5_11_0_ from watchdog_distributionid_status watchdogdi0_ where watchdogdi0_.DISTRIBUTION_ID=? Hibernate: insert into watchdog_distributionid_status (CREATE_TIME, DISTRIBUTION_ID_STATUS, MODIFY_TIME, LOCK_VERSION, DISTRIBUTION_ID) values (?, ?, ?, ?, ?) 2022-06-07T11:41:35.846Z||pool-2-thread-10|||||DEBUG|500||Receive a callback componentStatus in ASDC, for componentName: cds and status of COMPONENT_DONE_OK distributionID of 67deecb1-e97c-48a5-a31a-e61d1e41514b 2022-06-07T11:41:35.846Z||pool-2-thread-10|||||DEBUG|500||Entering installTheComponentStatus for distributionId 67deecb1-e97c-48a5-a31a-e61d1e41514b and ComponentName cds Hibernate: select watchdogco0_.COMPONENT_NAME as componen1_12_0_, watchdogco0_.DISTRIBUTION_ID as distribu2_12_0_, watchdogco0_.COMPONENT_DISTRIBUTION_STATUS as componen3_12_0_, watchdogco0_.CREATE_TIME as create_t4_12_0_, watchdogco0_.MODIFY_TIME as modify_t5_12_0_ from watchdog_per_component_distribution_status watchdogco0_ where watchdogco0_.COMPONENT_NAME=? and watchdogco0_.DISTRIBUTION_ID=? Hibernate: insert into watchdog_per_component_distribution_status (COMPONENT_DISTRIBUTION_STATUS, CREATE_TIME, MODIFY_TIME, COMPONENT_NAME, DISTRIBUTION_ID) values (?, ?, ?, ?, ?) 2022-06-07T11:41:35.853Z||pool-2-thread-10|||||DEBUG|500||received message from topic 2022-06-07T11:41:35.853Z||pool-2-thread-10|||||DEBUG|500||recieved notification from broker: { "distributionID": "67deecb1-e97c-48a5-a31a-e61d1e41514b", "consumerID": "multicloud-k8s-id", "timestamp": 1654601992229, "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/artifacts/service-BasicCnf-template.yml", "status": "NOT_NOTIFIED" } 2022-06-07T11:41:35.853Z||pool-2-thread-10|||||INFO|500||Missing status on Status Object. 2022-06-07T11:41:35.853Z||pool-2-thread-10|||||DEBUG|500||received message from topic 2022-06-07T11:41:35.853Z||pool-2-thread-10|||||DEBUG|500||recieved notification from broker: { "distributionID": "67deecb1-e97c-48a5-a31a-e61d1e41514b", "consumerID": "sdc-COpenSource-Env11-sdnc-dockero", "timestamp": 1654601987055, "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/nginx_cloudtech_k8s_charts.tgz", "status": "NOT_NOTIFIED" } 2022-06-07T11:41:35.853Z||pool-2-thread-10|||||INFO|500||Missing status on Status Object. 2022-06-07T11:41:35.853Z||pool-2-thread-10|||||DEBUG|500||received message from topic 2022-06-07T11:41:35.853Z||pool-2-thread-10|||||DEBUG|500||recieved notification from broker: { "distributionID": "67deecb1-e97c-48a5-a31a-e61d1e41514b", "consumerID": "clamp", "timestamp": 1654601983395, "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/nginx_cloudtech_k8s_charts.env", "status": "NOT_NOTIFIED" } 2022-06-07T11:41:35.854Z||pool-2-thread-10|||||INFO|500||Missing status on Status Object. 2022-06-07T11:41:35.854Z||pool-2-thread-10|||||DEBUG|500||received message from topic 2022-06-07T11:41:35.854Z||pool-2-thread-10|||||DEBUG|500||recieved notification from broker: { "distributionID": "67deecb1-e97c-48a5-a31a-e61d1e41514b", "consumerID": "ves-openapi-manager", "timestamp": 1654601986812, "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/base_dummy.env", "status": "NOT_NOTIFIED" } 2022-06-07T11:41:35.854Z||pool-2-thread-10|||||INFO|500||Missing status on Status Object. 2022-06-07T11:41:35.854Z||pool-2-thread-10|||||DEBUG|500||received message from topic 2022-06-07T11:41:35.854Z||pool-2-thread-10|||||DEBUG|500||recieved notification from broker: { "distributionID": "67deecb1-e97c-48a5-a31a-e61d1e41514b", "consumerID": "policy-id", "timestamp": 1654601994254, "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/base_dummy.env", "status": "NOT_NOTIFIED" } 2022-06-07T11:41:35.854Z||pool-2-thread-10|||||INFO|500||Missing status on Status Object. 2022-06-07T11:41:35.854Z||pool-2-thread-10|||||DEBUG|500||received message from topic 2022-06-07T11:41:35.854Z||pool-2-thread-10|||||DEBUG|500||recieved notification from broker: { "distributionID": "67deecb1-e97c-48a5-a31a-e61d1e41514b", "consumerID": "multicloud-k8s-id", "timestamp": 1654601992229, "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/artifacts/service-BasicCnf-csar.csar", "status": "NOTIFIED" } 2022-06-07T11:41:35.855Z||pool-2-thread-10|||||INFO|500||Missing status on Status Object. 2022-06-07T11:41:35.855Z||pool-2-thread-10|||||DEBUG|500||received message from topic 2022-06-07T11:41:35.855Z||pool-2-thread-10|||||DEBUG|500||recieved notification from broker: { "distributionID": "7894f8fd-a7a7-4cf0-ab07-35702f810c35", "consumerID": "aai-ml", "timestamp": 1654602001040, "artifactURL": "/sdc/v1/catalog/services/BasicVm/1.0/artifacts/service-BasicVm-csar.csar", "status": "DEPLOY_OK" } 2022-06-07T11:41:35.855Z||pool-2-thread-10|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error' 2022-06-07T11:41:35.855Z||pool-2-thread-10|||||DEBUG|500||received message from topic 2022-06-07T11:41:35.855Z||pool-2-thread-10|||||DEBUG|500||recieved notification from broker: { "distributionID": "67deecb1-e97c-48a5-a31a-e61d1e41514b", "consumerID": "sdc-COpenSource-Env11-sdnc-dockero", "timestamp": 1654601987055, "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/basic_cnf0_modules.json", "status": "NOT_NOTIFIED" } 2022-06-07T11:41:35.855Z||pool-2-thread-10|||||INFO|500||Missing status on Status Object. 2022-06-07T11:41:35.855Z||pool-2-thread-10|||||DEBUG|500||received message from topic 2022-06-07T11:41:35.855Z||pool-2-thread-10|||||DEBUG|500||recieved notification from broker: { "distributionID": "4749a374-2cd8-4eeb-aff9-3b6394cedae9", "consumerID": "cds", "timestamp": 1654602000728, "artifactURL": "/sdc/v1/catalog/services/DemoPnfH9p8f5pp9tvkyyitkssn/1.0/resourceInstances/pnffc9b1b0413410/artifacts/vf-license-model.xml", "status": "NOT_NOTIFIED" } 2022-06-07T11:41:35.855Z||pool-2-thread-10|||||INFO|500||Missing status on Status Object. 2022-06-07T11:41:35.855Z||pool-2-thread-10|||||DEBUG|500||received message from topic 2022-06-07T11:41:35.856Z||pool-2-thread-10|||||DEBUG|500||recieved notification from broker: { "distributionID": "67deecb1-e97c-48a5-a31a-e61d1e41514b", "consumerID": "clamp", "timestamp": 1654601983395, "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/nginx_cloudtech_k8s_charts.tgz", "status": "NOT_NOTIFIED" } 2022-06-07T11:41:35.856Z||pool-2-thread-10|||||INFO|500||Missing status on Status Object. 2022-06-07T11:41:35.856Z||pool-2-thread-10|||||DEBUG|500||received message from topic 2022-06-07T11:41:35.856Z||pool-2-thread-10|||||DEBUG|500||recieved notification from broker: { "distributionID": "67deecb1-e97c-48a5-a31a-e61d1e41514b", "consumerID": "ves-openapi-manager", "timestamp": 1654601986812, "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/artifacts/service-BasicCnf-template.yml", "status": "NOT_NOTIFIED" } 2022-06-07T11:41:35.856Z||pool-2-thread-10|||||INFO|500||Missing status on Status Object. 2022-06-07T11:41:35.856Z||pool-2-thread-10|||||DEBUG|500||received message from topic 2022-06-07T11:41:35.856Z||pool-2-thread-10|||||DEBUG|500||recieved notification from broker: { "distributionID": "67deecb1-e97c-48a5-a31a-e61d1e41514b", "consumerID": "policy-id", "timestamp": 1654601994254, "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/artifacts/service-BasicCnf-template.yml", "status": "NOT_NOTIFIED" } 2022-06-07T11:41:35.856Z||pool-2-thread-10|||||INFO|500||Missing status on Status Object. 2022-06-07T11:41:35.856Z||pool-2-thread-10|||||DEBUG|500||received message from topic 2022-06-07T11:41:35.856Z||pool-2-thread-10|||||DEBUG|500||recieved notification from broker: { "distributionID": "67deecb1-e97c-48a5-a31a-e61d1e41514b", "consumerID": "multicloud-k8s-id", "timestamp": 1654602001997, "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/basic_cnf0_modules.json", "status": "DOWNLOAD_OK" } 2022-06-07T11:41:35.856Z||pool-2-thread-10|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error' 2022-06-07T11:41:35.857Z||pool-2-thread-10|||||DEBUG|500||received message from topic 2022-06-07T11:41:35.857Z||pool-2-thread-10|||||DEBUG|500||recieved notification from broker: { "distributionID": "7894f8fd-a7a7-4cf0-ab07-35702f810c35", "consumerID": "aai-ml", "timestamp": 1654602002044, "artifactURL": "", "status": "COMPONENT_DONE_OK", "componentName": "AAI" } Hibernate: select watchdogdi0_.DISTRIBUTION_ID as distribu1_11_0_, watchdogdi0_.CREATE_TIME as create_t2_11_0_, watchdogdi0_.DISTRIBUTION_ID_STATUS as distribu3_11_0_, watchdogdi0_.MODIFY_TIME as modify_t4_11_0_, watchdogdi0_.LOCK_VERSION as lock_ver5_11_0_ from watchdog_distributionid_status watchdogdi0_ where watchdogdi0_.DISTRIBUTION_ID=? 2022-06-07T11:41:35.861Z||pool-2-thread-10|||||DEBUG|500||Receive a callback componentStatus in ASDC, for componentName: AAI and status of COMPONENT_DONE_OK distributionID of 7894f8fd-a7a7-4cf0-ab07-35702f810c35 2022-06-07T11:41:35.861Z||pool-2-thread-10|||||DEBUG|500||Entering installTheComponentStatus for distributionId 7894f8fd-a7a7-4cf0-ab07-35702f810c35 and ComponentName AAI Hibernate: select watchdogco0_.COMPONENT_NAME as componen1_12_0_, watchdogco0_.DISTRIBUTION_ID as distribu2_12_0_, watchdogco0_.COMPONENT_DISTRIBUTION_STATUS as componen3_12_0_, watchdogco0_.CREATE_TIME as create_t4_12_0_, watchdogco0_.MODIFY_TIME as modify_t5_12_0_ from watchdog_per_component_distribution_status watchdogco0_ where watchdogco0_.COMPONENT_NAME=? and watchdogco0_.DISTRIBUTION_ID=? Hibernate: insert into watchdog_per_component_distribution_status (COMPONENT_DISTRIBUTION_STATUS, CREATE_TIME, MODIFY_TIME, COMPONENT_NAME, DISTRIBUTION_ID) values (?, ?, ?, ?, ?) 2022-06-07T11:41:35.868Z||pool-2-thread-10|||||DEBUG|500||received message from topic 2022-06-07T11:41:35.868Z||pool-2-thread-10|||||DEBUG|500||recieved notification from broker: { "distributionID": "67deecb1-e97c-48a5-a31a-e61d1e41514b", "consumerID": "sdc-COpenSource-Env11-sdnc-dockero", "timestamp": 1654601987055, "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/base_dummy.yaml", "status": "NOT_NOTIFIED" } 2022-06-07T11:41:35.868Z||pool-2-thread-10|||||INFO|500||Missing status on Status Object. 2022-06-07T11:41:35.868Z||pool-2-thread-10|||||DEBUG|500||received message from topic 2022-06-07T11:41:35.869Z||pool-2-thread-10|||||DEBUG|500||recieved notification from broker: { "distributionID": "4749a374-2cd8-4eeb-aff9-3b6394cedae9", "consumerID": "cds", "timestamp": 1654602000728, "artifactURL": "/sdc/v1/catalog/services/DemoPnfH9p8f5pp9tvkyyitkssn/1.0/resourceInstances/pnffc9b1b0413410/artifacts/pNF.csar", "status": "NOT_NOTIFIED" } 2022-06-07T11:41:35.869Z||pool-2-thread-10|||||INFO|500||Missing status on Status Object. 2022-06-07T11:41:35.869Z||pool-2-thread-10|||||DEBUG|500||received message from topic 2022-06-07T11:41:35.869Z||pool-2-thread-10|||||DEBUG|500||recieved notification from broker: { "distributionID": "67deecb1-e97c-48a5-a31a-e61d1e41514b", "consumerID": "clamp", "timestamp": 1654601983395, "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/basic_cnf0_modules.json", "status": "NOTIFIED" } 2022-06-07T11:41:35.869Z||pool-2-thread-10|||||INFO|500||Missing status on Status Object. 2022-06-07T11:41:35.869Z||pool-2-thread-10|||||DEBUG|500||received message from topic 2022-06-07T11:41:35.869Z||pool-2-thread-10|||||DEBUG|500||recieved notification from broker: { "distributionID": "67deecb1-e97c-48a5-a31a-e61d1e41514b", "consumerID": "ves-openapi-manager", "timestamp": 1654601986812, "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/artifacts/service-BasicCnf-csar.csar", "status": "NOT_NOTIFIED" } 2022-06-07T11:41:35.869Z||pool-2-thread-10|||||INFO|500||Missing status on Status Object. 2022-06-07T11:41:35.869Z||pool-2-thread-10|||||DEBUG|500||received message from topic 2022-06-07T11:41:35.870Z||pool-2-thread-10|||||DEBUG|500||recieved notification from broker: { "distributionID": "67deecb1-e97c-48a5-a31a-e61d1e41514b", "consumerID": "policy-id", "timestamp": 1654601994254, "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/artifacts/service-BasicCnf-csar.csar", "status": "NOTIFIED" } 2022-06-07T11:41:35.870Z||pool-2-thread-10|||||INFO|500||Missing status on Status Object. 2022-06-07T11:41:35.870Z||pool-2-thread-10|||||DEBUG|500||received message from topic 2022-06-07T11:41:35.870Z||pool-2-thread-10|||||DEBUG|500||recieved notification from broker: { "distributionID": "67deecb1-e97c-48a5-a31a-e61d1e41514b", "consumerID": "aai-ml", "timestamp": 1654601986690, "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/vf-license-model.xml", "status": "NOT_NOTIFIED" } 2022-06-07T11:41:35.870Z||pool-2-thread-10|||||INFO|500||Missing status on Status Object. 2022-06-07T11:41:35.870Z||pool-2-thread-10|||||DEBUG|500||received message from topic 2022-06-07T11:41:35.870Z||pool-2-thread-10|||||DEBUG|500||recieved notification from broker: { "distributionID": "67deecb1-e97c-48a5-a31a-e61d1e41514b", "consumerID": "multicloud-k8s-id", "timestamp": 1654602003236, "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/base_dummy.yaml", "status": "DOWNLOAD_OK" } 2022-06-07T11:41:35.870Z||pool-2-thread-10|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error' 2022-06-07T11:41:35.870Z||pool-2-thread-10|||||DEBUG|500||received message from topic 2022-06-07T11:41:35.871Z||pool-2-thread-10|||||DEBUG|500||recieved notification from broker: { "distributionID": "67deecb1-e97c-48a5-a31a-e61d1e41514b", "consumerID": "sdc-COpenSource-Env11-sdnc-dockero", "timestamp": 1654601987055, "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/vendor-license-model.xml", "status": "NOT_NOTIFIED" } 2022-06-07T11:41:35.871Z||pool-2-thread-10|||||INFO|500||Missing status on Status Object. 2022-06-07T11:41:35.871Z||pool-2-thread-10|||||DEBUG|500||received message from topic 2022-06-07T11:41:35.871Z||pool-2-thread-10|||||DEBUG|500||recieved notification from broker: { "distributionID": "4749a374-2cd8-4eeb-aff9-3b6394cedae9", "consumerID": "cds", "timestamp": 1654602000728, "artifactURL": "/sdc/v1/catalog/services/DemoPnfH9p8f5pp9tvkyyitkssn/1.0/resourceInstances/pnffc9b1b0413410/artifacts/mynetconf.yang", "status": "NOT_NOTIFIED" } 2022-06-07T11:41:35.871Z||pool-2-thread-10|||||INFO|500||Missing status on Status Object. 2022-06-07T11:41:35.871Z||pool-2-thread-10|||||DEBUG|500||received message from topic 2022-06-07T11:41:35.871Z||pool-2-thread-10|||||DEBUG|500||recieved notification from broker: { "distributionID": "67deecb1-e97c-48a5-a31a-e61d1e41514b", "consumerID": "clamp", "timestamp": 1654601983395, "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/base_dummy.yaml", "status": "NOT_NOTIFIED" } 2022-06-07T11:41:35.871Z||pool-2-thread-10|||||INFO|500||Missing status on Status Object. 2022-06-07T11:41:35.871Z||pool-2-thread-10|||||DEBUG|500||received message from topic 2022-06-07T11:41:35.871Z||pool-2-thread-10|||||DEBUG|500||recieved notification from broker: { "distributionID": "67deecb1-e97c-48a5-a31a-e61d1e41514b", "consumerID": "policy-id", "timestamp": 1654602004005, "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/artifacts/service-BasicCnf-csar.csar", "status": "DOWNLOAD_OK" } 2022-06-07T11:41:35.872Z||pool-2-thread-10|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error' 2022-06-07T11:41:35.872Z||pool-2-thread-10|||||DEBUG|500||received message from topic 2022-06-07T11:41:35.872Z||pool-2-thread-10|||||DEBUG|500||recieved notification from broker: { "distributionID": "67deecb1-e97c-48a5-a31a-e61d1e41514b", "consumerID": "aai-ml", "timestamp": 1654601986690, "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/nginx_cloudtech_k8s_charts.env", "status": "NOT_NOTIFIED" } 2022-06-07T11:41:35.872Z||pool-2-thread-10|||||INFO|500||Missing status on Status Object. 2022-06-07T11:41:35.872Z||pool-2-thread-10|||||DEBUG|500||received message from topic 2022-06-07T11:41:35.872Z||pool-2-thread-10|||||DEBUG|500||recieved notification from broker: { "distributionID": "67deecb1-e97c-48a5-a31a-e61d1e41514b", "consumerID": "multicloud-k8s-id", "timestamp": 1654602004316, "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/nginx_cloudtech_k8s_charts.tgz", "status": "DOWNLOAD_OK" } 2022-06-07T11:41:35.872Z||pool-2-thread-10|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error' 2022-06-07T11:41:35.872Z||pool-2-thread-10|||||DEBUG|500||received message from topic 2022-06-07T11:41:35.872Z||pool-2-thread-10|||||DEBUG|500||recieved notification from broker: { "distributionID": "67deecb1-e97c-48a5-a31a-e61d1e41514b", "consumerID": "sdc-COpenSource-Env11-sdnc-dockero", "timestamp": 1654601987055, "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/base_dummy.env", "status": "NOT_NOTIFIED" } 2022-06-07T11:41:35.872Z||pool-2-thread-10|||||INFO|500||Missing status on Status Object. 2022-06-07T11:41:35.873Z||pool-2-thread-10|||||DEBUG|500||received message from topic 2022-06-07T11:41:35.873Z||pool-2-thread-10|||||DEBUG|500||recieved notification from broker: { "distributionID": "4749a374-2cd8-4eeb-aff9-3b6394cedae9", "consumerID": "cds", "timestamp": 1654602000728, "artifactURL": "/sdc/v1/catalog/services/DemoPnfH9p8f5pp9tvkyyitkssn/1.0/resourceInstances/pnffc9b1b0413410/artifacts/vendor-license-model.xml", "status": "NOT_NOTIFIED" } 2022-06-07T11:41:35.873Z||pool-2-thread-10|||||INFO|500||Missing status on Status Object. 2022-06-07T11:41:35.873Z||pool-2-thread-10|||||DEBUG|500||received message from topic 2022-06-07T11:41:35.873Z||pool-2-thread-10|||||DEBUG|500||recieved notification from broker: { "distributionID": "67deecb1-e97c-48a5-a31a-e61d1e41514b", "consumerID": "clamp", "timestamp": 1654601983395, "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/vendor-license-model.xml", "status": "NOT_NOTIFIED" } 2022-06-07T11:41:35.873Z||pool-2-thread-10|||||INFO|500||Missing status on Status Object. 2022-06-07T11:41:35.873Z||pool-2-thread-10|||||DEBUG|500||received message from topic 2022-06-07T11:41:35.873Z||pool-2-thread-10|||||DEBUG|500||recieved notification from broker: { "distributionID": "67deecb1-e97c-48a5-a31a-e61d1e41514b", "consumerID": "policy-id", "timestamp": 1654602005010, "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/artifacts/service-BasicCnf-csar.csar", "status": "DEPLOY_OK" } 2022-06-07T11:41:35.873Z||pool-2-thread-10|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error' 2022-06-07T11:41:35.873Z||pool-2-thread-10|||||DEBUG|500||received message from topic 2022-06-07T11:41:35.874Z||pool-2-thread-10|||||DEBUG|500||recieved notification from broker: { "distributionID": "67deecb1-e97c-48a5-a31a-e61d1e41514b", "consumerID": "aai-ml", "timestamp": 1654601986690, "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/nginx_cloudtech_k8s_charts.tgz", "status": "NOT_NOTIFIED" } 2022-06-07T11:41:35.874Z||pool-2-thread-10|||||INFO|500||Missing status on Status Object. 2022-06-07T11:41:35.874Z||pool-2-thread-10|||||DEBUG|500||received message from topic 2022-06-07T11:41:35.874Z||pool-2-thread-10|||||DEBUG|500||recieved notification from broker: { "distributionID": "67deecb1-e97c-48a5-a31a-e61d1e41514b", "consumerID": "sdc-COpenSource-Env11-sdnc-dockero", "timestamp": 1654601987055, "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/artifacts/service-BasicCnf-template.yml", "status": "NOT_NOTIFIED" } 2022-06-07T11:41:35.874Z||pool-2-thread-10|||||INFO|500||Missing status on Status Object. 2022-06-07T11:41:35.874Z||pool-2-thread-10|||||DEBUG|500||received message from topic 2022-06-07T11:41:35.874Z||pool-2-thread-10|||||DEBUG|500||recieved notification from broker: { "distributionID": "67deecb1-e97c-48a5-a31a-e61d1e41514b", "consumerID": "multicloud-k8s-id", "timestamp": 1654602005422, "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/base_dummy.env", "status": "DOWNLOAD_OK" } 2022-06-07T11:41:35.874Z||pool-2-thread-10|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error' 2022-06-07T11:41:35.874Z||pool-2-thread-10|||||DEBUG|500||received message from topic 2022-06-07T11:41:35.874Z||pool-2-thread-10|||||DEBUG|500||recieved notification from broker: { "distributionID": "4749a374-2cd8-4eeb-aff9-3b6394cedae9", "consumerID": "cds", "timestamp": 1654602000728, "artifactURL": "/sdc/v1/catalog/services/DemoPnfH9p8f5pp9tvkyyitkssn/1.0/resourceInstances/pnffc9b1b0413410/artifacts/PM_Dictionary.yaml", "status": "NOT_NOTIFIED" } 2022-06-07T11:41:35.875Z||pool-2-thread-10|||||INFO|500||Missing status on Status Object. 2022-06-07T11:41:35.875Z||pool-2-thread-10|||||DEBUG|500||received message from topic 2022-06-07T11:41:35.875Z||pool-2-thread-10|||||DEBUG|500||recieved notification from broker: { "distributionID": "67deecb1-e97c-48a5-a31a-e61d1e41514b", "consumerID": "clamp", "timestamp": 1654601983395, "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/base_dummy.env", "status": "NOT_NOTIFIED" } 2022-06-07T11:41:35.875Z||pool-2-thread-10|||||INFO|500||Missing status on Status Object. 2022-06-07T11:41:35.875Z||pool-2-thread-10|||||DEBUG|500||received message from topic 2022-06-07T11:41:35.875Z||pool-2-thread-10|||||DEBUG|500||recieved notification from broker: { "distributionID": "67deecb1-e97c-48a5-a31a-e61d1e41514b", "consumerID": "policy-id", "timestamp": 1654602006014, "artifactURL": "", "status": "COMPONENT_DONE_OK", "componentName": "POLICY" } Hibernate: select watchdogdi0_.DISTRIBUTION_ID as distribu1_11_0_, watchdogdi0_.CREATE_TIME as create_t2_11_0_, watchdogdi0_.DISTRIBUTION_ID_STATUS as distribu3_11_0_, watchdogdi0_.MODIFY_TIME as modify_t4_11_0_, watchdogdi0_.LOCK_VERSION as lock_ver5_11_0_ from watchdog_distributionid_status watchdogdi0_ where watchdogdi0_.DISTRIBUTION_ID=? 2022-06-07T11:41:35.879Z||pool-2-thread-10|||||DEBUG|500||Receive a callback componentStatus in ASDC, for componentName: POLICY and status of COMPONENT_DONE_OK distributionID of 67deecb1-e97c-48a5-a31a-e61d1e41514b 2022-06-07T11:41:35.880Z||pool-2-thread-10|||||DEBUG|500||Entering installTheComponentStatus for distributionId 67deecb1-e97c-48a5-a31a-e61d1e41514b and ComponentName POLICY Hibernate: select watchdogco0_.COMPONENT_NAME as componen1_12_0_, watchdogco0_.DISTRIBUTION_ID as distribu2_12_0_, watchdogco0_.COMPONENT_DISTRIBUTION_STATUS as componen3_12_0_, watchdogco0_.CREATE_TIME as create_t4_12_0_, watchdogco0_.MODIFY_TIME as modify_t5_12_0_ from watchdog_per_component_distribution_status watchdogco0_ where watchdogco0_.COMPONENT_NAME=? and watchdogco0_.DISTRIBUTION_ID=? Hibernate: insert into watchdog_per_component_distribution_status (COMPONENT_DISTRIBUTION_STATUS, CREATE_TIME, MODIFY_TIME, COMPONENT_NAME, DISTRIBUTION_ID) values (?, ?, ?, ?, ?) 2022-06-07T11:41:35.887Z||pool-2-thread-10|||||DEBUG|500||received message from topic 2022-06-07T11:41:35.888Z||pool-2-thread-10|||||DEBUG|500||recieved notification from broker: { "distributionID": "67deecb1-e97c-48a5-a31a-e61d1e41514b", "consumerID": "aai-ml", "timestamp": 1654601986690, "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/basic_cnf0_modules.json", "status": "NOT_NOTIFIED" } 2022-06-07T11:41:35.888Z||pool-2-thread-10|||||INFO|500||Missing status on Status Object. 2022-06-07T11:41:35.888Z||pool-2-thread-10|||||DEBUG|500||received message from topic 2022-06-07T11:41:35.888Z||pool-2-thread-10|||||DEBUG|500||recieved notification from broker: { "distributionID": "67deecb1-e97c-48a5-a31a-e61d1e41514b", "consumerID": "sdc-COpenSource-Env11-sdnc-dockero", "timestamp": 1654601987055, "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/artifacts/service-BasicCnf-csar.csar", "status": "NOTIFIED" } 2022-06-07T11:41:35.888Z||pool-2-thread-10|||||INFO|500||Missing status on Status Object. 2022-06-07T11:41:35.888Z||pool-2-thread-10|||||DEBUG|500||received message from topic 2022-06-07T11:41:35.888Z||pool-2-thread-10|||||DEBUG|500||recieved notification from broker: { "distributionID": "4749a374-2cd8-4eeb-aff9-3b6394cedae9", "consumerID": "cds", "timestamp": 1654602000728, "artifactURL": "/sdc/v1/catalog/services/DemoPnfH9p8f5pp9tvkyyitkssn/1.0/resourceInstances/pnffc9b1b0413410/artifacts/MyPnf_Pnf_v1.yaml", "status": "NOT_NOTIFIED" } 2022-06-07T11:41:35.888Z||pool-2-thread-10|||||INFO|500||Missing status on Status Object. 2022-06-07T11:41:35.888Z||pool-2-thread-10|||||DEBUG|500||received message from topic 2022-06-07T11:41:35.889Z||pool-2-thread-10|||||DEBUG|500||recieved notification from broker: { "distributionID": "67deecb1-e97c-48a5-a31a-e61d1e41514b", "consumerID": "multicloud-k8s-id", "timestamp": 1654602006476, "artifactURL": "", "status": "COMPONENT_DONE_OK", "componentName": "POLICY" } Hibernate: select watchdogdi0_.DISTRIBUTION_ID as distribu1_11_0_, watchdogdi0_.CREATE_TIME as create_t2_11_0_, watchdogdi0_.DISTRIBUTION_ID_STATUS as distribu3_11_0_, watchdogdi0_.MODIFY_TIME as modify_t4_11_0_, watchdogdi0_.LOCK_VERSION as lock_ver5_11_0_ from watchdog_distributionid_status watchdogdi0_ where watchdogdi0_.DISTRIBUTION_ID=? 2022-06-07T11:41:35.893Z||pool-2-thread-10|||||DEBUG|500||Receive a callback componentStatus in ASDC, for componentName: POLICY and status of COMPONENT_DONE_OK distributionID of 67deecb1-e97c-48a5-a31a-e61d1e41514b 2022-06-07T11:41:35.893Z||pool-2-thread-10|||||DEBUG|500||Entering installTheComponentStatus for distributionId 67deecb1-e97c-48a5-a31a-e61d1e41514b and ComponentName POLICY Hibernate: select watchdogco0_.COMPONENT_NAME as componen1_12_0_, watchdogco0_.DISTRIBUTION_ID as distribu2_12_0_, watchdogco0_.COMPONENT_DISTRIBUTION_STATUS as componen3_12_0_, watchdogco0_.CREATE_TIME as create_t4_12_0_, watchdogco0_.MODIFY_TIME as modify_t5_12_0_ from watchdog_per_component_distribution_status watchdogco0_ where watchdogco0_.COMPONENT_NAME=? and watchdogco0_.DISTRIBUTION_ID=? Hibernate: update watchdog_per_component_distribution_status set COMPONENT_DISTRIBUTION_STATUS=?, MODIFY_TIME=? where COMPONENT_NAME=? and DISTRIBUTION_ID=? 2022-06-07T11:41:35.898Z||pool-2-thread-10|||||DEBUG|500||received message from topic 2022-06-07T11:41:35.898Z||pool-2-thread-10|||||DEBUG|500||recieved notification from broker: { "distributionID": "67deecb1-e97c-48a5-a31a-e61d1e41514b", "consumerID": "clamp", "timestamp": 1654601983395, "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/artifacts/service-BasicCnf-template.yml", "status": "NOT_NOTIFIED" } 2022-06-07T11:41:35.898Z||pool-2-thread-10|||||INFO|500||Missing status on Status Object. 2022-06-07T11:41:35.899Z||pool-2-thread-10|||||DEBUG|500||received message from topic 2022-06-07T11:41:35.899Z||pool-2-thread-10|||||DEBUG|500||recieved notification from broker: { "distributionID": "67deecb1-e97c-48a5-a31a-e61d1e41514b", "consumerID": "aai-ml", "timestamp": 1654601986690, "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/base_dummy.yaml", "status": "NOT_NOTIFIED" } 2022-06-07T11:41:35.899Z||pool-2-thread-10|||||INFO|500||Missing status on Status Object. 2022-06-07T11:41:35.899Z||pool-2-thread-10|||||DEBUG|500||received message from topic 2022-06-07T11:41:35.899Z||pool-2-thread-10|||||DEBUG|500||recieved notification from broker: { "distributionID": "4749a374-2cd8-4eeb-aff9-3b6394cedae9", "consumerID": "ves-openapi-manager", "timestamp": 1654602006812, "artifactURL": "/sdc/v1/catalog/services/DemoPnfH9p8f5pp9tvkyyitkssn/1.0/resourceInstances/pnffc9b1b0413410/artifacts/vf-license-model.xml", "status": "NOT_NOTIFIED" } 2022-06-07T11:41:35.899Z||pool-2-thread-10|||||INFO|500||Missing status on Status Object. 2022-06-07T11:41:35.899Z||pool-2-thread-10|||||DEBUG|500||received message from topic 2022-06-07T11:41:35.899Z||pool-2-thread-10|||||DEBUG|500||recieved notification from broker: { "distributionID": "4749a374-2cd8-4eeb-aff9-3b6394cedae9", "consumerID": "cds", "timestamp": 1654602000728, "artifactURL": "/sdc/v1/catalog/services/DemoPnfH9p8f5pp9tvkyyitkssn/1.0/artifacts/service-DemoPnfH9p8f5pp9tvkyyitkssn-template.yml", "status": "NOT_NOTIFIED" } 2022-06-07T11:41:35.899Z||pool-2-thread-10|||||INFO|500||Missing status on Status Object. 2022-06-07T11:41:35.899Z||pool-2-thread-10|||||DEBUG|500||received message from topic 2022-06-07T11:41:35.900Z||pool-2-thread-10|||||DEBUG|500||recieved notification from broker: { "distributionID": "67deecb1-e97c-48a5-a31a-e61d1e41514b", "consumerID": "sdc-COpenSource-Env11-sdnc-dockero", "timestamp": 1654602008418, "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/artifacts/service-BasicCnf-csar.csar", "status": "DOWNLOAD_OK" } 2022-06-07T11:41:35.900Z||pool-2-thread-10|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error' 2022-06-07T11:41:35.900Z||pool-2-thread-10|||||DEBUG|500||received message from topic 2022-06-07T11:41:35.900Z||pool-2-thread-10|||||DEBUG|500||recieved notification from broker: { "distributionID": "67deecb1-e97c-48a5-a31a-e61d1e41514b", "consumerID": "multicloud-k8s-id", "timestamp": 1654602007484, "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/basic_cnf0_modules.json", "status": "DEPLOY_OK" } 2022-06-07T11:41:35.900Z||pool-2-thread-10|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error' 2022-06-07T11:41:35.900Z||pool-2-thread-10|||||DEBUG|500||received message from topic 2022-06-07T11:41:35.900Z||pool-2-thread-10|||||DEBUG|500||recieved notification from broker: { "distributionID": "67deecb1-e97c-48a5-a31a-e61d1e41514b", "consumerID": "clamp", "timestamp": 1654601983395, "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/artifacts/service-BasicCnf-csar.csar", "status": "NOTIFIED" } 2022-06-07T11:41:35.900Z||pool-2-thread-10|||||INFO|500||Missing status on Status Object. 2022-06-07T11:41:35.900Z||pool-2-thread-10|||||DEBUG|500||received message from topic 2022-06-07T11:41:35.900Z||pool-2-thread-10|||||DEBUG|500||recieved notification from broker: { "distributionID": "67deecb1-e97c-48a5-a31a-e61d1e41514b", "consumerID": "aai-ml", "timestamp": 1654601986690, "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/vendor-license-model.xml", "status": "NOT_NOTIFIED" } 2022-06-07T11:41:35.900Z||pool-2-thread-10|||||INFO|500||Missing status on Status Object. 2022-06-07T11:41:35.901Z||pool-2-thread-10|||||DEBUG|500||received message from topic 2022-06-07T11:41:35.901Z||pool-2-thread-10|||||DEBUG|500||recieved notification from broker: { "distributionID": "4749a374-2cd8-4eeb-aff9-3b6394cedae9", "consumerID": "ves-openapi-manager", "timestamp": 1654602006812, "artifactURL": "/sdc/v1/catalog/services/DemoPnfH9p8f5pp9tvkyyitkssn/1.0/resourceInstances/pnffc9b1b0413410/artifacts/pNF.csar", "status": "NOT_NOTIFIED" } 2022-06-07T11:41:35.901Z||pool-2-thread-10|||||INFO|500||Missing status on Status Object. 2022-06-07T11:41:35.901Z||pool-2-thread-10|||||DEBUG|500||received message from topic 2022-06-07T11:41:35.901Z||pool-2-thread-10|||||DEBUG|500||recieved notification from broker: { "distributionID": "4749a374-2cd8-4eeb-aff9-3b6394cedae9", "consumerID": "cds", "timestamp": 1654602000728, "artifactURL": "/sdc/v1/catalog/services/DemoPnfH9p8f5pp9tvkyyitkssn/1.0/artifacts/service-DemoPnfH9p8f5pp9tvkyyitkssn-csar.csar", "status": "NOTIFIED" } 2022-06-07T11:41:35.901Z||pool-2-thread-10|||||INFO|500||Missing status on Status Object. 2022-06-07T11:41:35.901Z||pool-2-thread-10|||||DEBUG|500||received message from topic 2022-06-07T11:41:35.901Z||pool-2-thread-10|||||DEBUG|500||recieved notification from broker: { "distributionID": "67deecb1-e97c-48a5-a31a-e61d1e41514b", "consumerID": "aai-ml", "timestamp": 1654601986690, "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/base_dummy.env", "status": "NOT_NOTIFIED" } 2022-06-07T11:41:35.901Z||pool-2-thread-10|||||INFO|500||Missing status on Status Object. 2022-06-07T11:41:35.901Z||pool-2-thread-10|||||DEBUG|500||received message from topic 2022-06-07T11:41:35.902Z||pool-2-thread-10|||||DEBUG|500||recieved notification from broker: { "distributionID": "4749a374-2cd8-4eeb-aff9-3b6394cedae9", "consumerID": "ves-openapi-manager", "timestamp": 1654602006812, "artifactURL": "/sdc/v1/catalog/services/DemoPnfH9p8f5pp9tvkyyitkssn/1.0/resourceInstances/pnffc9b1b0413410/artifacts/mynetconf.yang", "status": "NOT_NOTIFIED" } 2022-06-07T11:41:35.902Z||pool-2-thread-10|||||INFO|500||Missing status on Status Object. 2022-06-07T11:41:35.902Z||pool-2-thread-10|||||DEBUG|500||received message from topic 2022-06-07T11:41:35.902Z||pool-2-thread-10|||||DEBUG|500||recieved notification from broker: { "distributionID": "4749a374-2cd8-4eeb-aff9-3b6394cedae9", "consumerID": "cds", "timestamp": 1654602009487, "artifactURL": "/sdc/v1/catalog/services/DemoPnfH9p8f5pp9tvkyyitkssn/1.0/artifacts/service-DemoPnfH9p8f5pp9tvkyyitkssn-csar.csar", "status": "DOWNLOAD_OK" } 2022-06-07T11:41:35.902Z||pool-2-thread-10|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error' 2022-06-07T11:41:35.902Z||pool-2-thread-10|||||DEBUG|500||received message from topic 2022-06-07T11:41:35.902Z||pool-2-thread-10|||||DEBUG|500||recieved notification from broker: { "distributionID": "67deecb1-e97c-48a5-a31a-e61d1e41514b", "consumerID": "sdc-COpenSource-Env11-sdnc-dockero", "timestamp": 1654602010888, "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/artifacts/service-BasicCnf-csar.csar", "status": "DEPLOY_OK" } 2022-06-07T11:41:35.902Z||pool-2-thread-10|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error' 2022-06-07T11:41:35.902Z||pool-2-thread-10|||||DEBUG|500||received message from topic 2022-06-07T11:41:35.902Z||pool-2-thread-10|||||DEBUG|500||recieved notification from broker: { "distributionID": "67deecb1-e97c-48a5-a31a-e61d1e41514b", "consumerID": "aai-ml", "timestamp": 1654601986690, "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/artifacts/service-BasicCnf-template.yml", "status": "NOT_NOTIFIED" } 2022-06-07T11:41:35.903Z||pool-2-thread-10|||||INFO|500||Missing status on Status Object. 2022-06-07T11:41:35.903Z||pool-2-thread-10|||||DEBUG|500||received message from topic 2022-06-07T11:41:35.903Z||pool-2-thread-10|||||DEBUG|500||recieved notification from broker: { "distributionID": "4749a374-2cd8-4eeb-aff9-3b6394cedae9", "consumerID": "ves-openapi-manager", "timestamp": 1654602006812, "artifactURL": "/sdc/v1/catalog/services/DemoPnfH9p8f5pp9tvkyyitkssn/1.0/resourceInstances/pnffc9b1b0413410/artifacts/vendor-license-model.xml", "status": "NOT_NOTIFIED" } 2022-06-07T11:41:35.903Z||pool-2-thread-10|||||INFO|500||Missing status on Status Object. 2022-06-07T11:41:35.903Z||pool-2-thread-10|||||DEBUG|500||received message from topic 2022-06-07T11:41:35.903Z||pool-2-thread-10|||||DEBUG|500||recieved notification from broker: { "distributionID": "4749a374-2cd8-4eeb-aff9-3b6394cedae9", "consumerID": "cds", "timestamp": 1654602010499, "artifactURL": "/sdc/v1/catalog/services/DemoPnfH9p8f5pp9tvkyyitkssn/1.0/artifacts/service-DemoPnfH9p8f5pp9tvkyyitkssn-csar.csar", "status": "COMPONENT_DONE_OK", "componentName": "cds" } Hibernate: select watchdogdi0_.DISTRIBUTION_ID as distribu1_11_0_, watchdogdi0_.CREATE_TIME as create_t2_11_0_, watchdogdi0_.DISTRIBUTION_ID_STATUS as distribu3_11_0_, watchdogdi0_.MODIFY_TIME as modify_t4_11_0_, watchdogdi0_.LOCK_VERSION as lock_ver5_11_0_ from watchdog_distributionid_status watchdogdi0_ where watchdogdi0_.DISTRIBUTION_ID=? Hibernate: select watchdogdi0_.DISTRIBUTION_ID as distribu1_11_0_, watchdogdi0_.CREATE_TIME as create_t2_11_0_, watchdogdi0_.DISTRIBUTION_ID_STATUS as distribu3_11_0_, watchdogdi0_.MODIFY_TIME as modify_t4_11_0_, watchdogdi0_.LOCK_VERSION as lock_ver5_11_0_ from watchdog_distributionid_status watchdogdi0_ where watchdogdi0_.DISTRIBUTION_ID=? Hibernate: insert into watchdog_distributionid_status (CREATE_TIME, DISTRIBUTION_ID_STATUS, MODIFY_TIME, LOCK_VERSION, DISTRIBUTION_ID) values (?, ?, ?, ?, ?) 2022-06-07T11:41:35.914Z||pool-2-thread-10|||||DEBUG|500||Receive a callback componentStatus in ASDC, for componentName: cds and status of COMPONENT_DONE_OK distributionID of 4749a374-2cd8-4eeb-aff9-3b6394cedae9 2022-06-07T11:41:35.914Z||pool-2-thread-10|||||DEBUG|500||Entering installTheComponentStatus for distributionId 4749a374-2cd8-4eeb-aff9-3b6394cedae9 and ComponentName cds Hibernate: select watchdogco0_.COMPONENT_NAME as componen1_12_0_, watchdogco0_.DISTRIBUTION_ID as distribu2_12_0_, watchdogco0_.COMPONENT_DISTRIBUTION_STATUS as componen3_12_0_, watchdogco0_.CREATE_TIME as create_t4_12_0_, watchdogco0_.MODIFY_TIME as modify_t5_12_0_ from watchdog_per_component_distribution_status watchdogco0_ where watchdogco0_.COMPONENT_NAME=? and watchdogco0_.DISTRIBUTION_ID=? Hibernate: insert into watchdog_per_component_distribution_status (COMPONENT_DISTRIBUTION_STATUS, CREATE_TIME, MODIFY_TIME, COMPONENT_NAME, DISTRIBUTION_ID) values (?, ?, ?, ?, ?) 2022-06-07T11:41:35.921Z||pool-2-thread-10|||||DEBUG|500||received message from topic 2022-06-07T11:41:35.922Z||pool-2-thread-10|||||DEBUG|500||recieved notification from broker: { "distributionID": "67deecb1-e97c-48a5-a31a-e61d1e41514b", "consumerID": "sdc-COpenSource-Env11-sdnc-dockero", "timestamp": 1654602011893, "artifactURL": "", "status": "COMPONENT_DONE_OK", "componentName": "SDNC" } Hibernate: select watchdogdi0_.DISTRIBUTION_ID as distribu1_11_0_, watchdogdi0_.CREATE_TIME as create_t2_11_0_, watchdogdi0_.DISTRIBUTION_ID_STATUS as distribu3_11_0_, watchdogdi0_.MODIFY_TIME as modify_t4_11_0_, watchdogdi0_.LOCK_VERSION as lock_ver5_11_0_ from watchdog_distributionid_status watchdogdi0_ where watchdogdi0_.DISTRIBUTION_ID=? 2022-06-07T11:41:35.926Z||pool-2-thread-10|||||DEBUG|500||Receive a callback componentStatus in ASDC, for componentName: SDNC and status of COMPONENT_DONE_OK distributionID of 67deecb1-e97c-48a5-a31a-e61d1e41514b 2022-06-07T11:41:35.926Z||pool-2-thread-10|||||DEBUG|500||Entering installTheComponentStatus for distributionId 67deecb1-e97c-48a5-a31a-e61d1e41514b and ComponentName SDNC Hibernate: select watchdogco0_.COMPONENT_NAME as componen1_12_0_, watchdogco0_.DISTRIBUTION_ID as distribu2_12_0_, watchdogco0_.COMPONENT_DISTRIBUTION_STATUS as componen3_12_0_, watchdogco0_.CREATE_TIME as create_t4_12_0_, watchdogco0_.MODIFY_TIME as modify_t5_12_0_ from watchdog_per_component_distribution_status watchdogco0_ where watchdogco0_.COMPONENT_NAME=? and watchdogco0_.DISTRIBUTION_ID=? Hibernate: insert into watchdog_per_component_distribution_status (COMPONENT_DISTRIBUTION_STATUS, CREATE_TIME, MODIFY_TIME, COMPONENT_NAME, DISTRIBUTION_ID) values (?, ?, ?, ?, ?) 2022-06-07T11:41:35.934Z||pool-2-thread-10|||||DEBUG|500||received message from topic 2022-06-07T11:41:35.934Z||pool-2-thread-10|||||DEBUG|500||recieved notification from broker: { "distributionID": "67deecb1-e97c-48a5-a31a-e61d1e41514b", "consumerID": "aai-ml", "timestamp": 1654601986690, "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/artifacts/service-BasicCnf-csar.csar", "status": "NOTIFIED" } 2022-06-07T11:41:35.934Z||pool-2-thread-10|||||INFO|500||Missing status on Status Object. 2022-06-07T11:41:35.934Z||pool-2-thread-10|||||DEBUG|500||received message from topic 2022-06-07T11:41:35.934Z||pool-2-thread-10|||||DEBUG|500||recieved notification from broker: { "distributionID": "48968e00-2e55-43b3-931b-18154a27a310", "consumerID": "SO-COpenSource-Env11", "timestamp": 1654602011575, "artifactURL": "", "status": "DISTRIBUTION_COMPLETE_OK" } 2022-06-07T11:41:35.934Z||pool-2-thread-10|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error' 2022-06-07T11:41:35.934Z||pool-2-thread-10|||||DEBUG|500||received message from topic 2022-06-07T11:41:35.935Z||pool-2-thread-10|||||DEBUG|500||recieved notification from broker: { "distributionID": "67deecb1-e97c-48a5-a31a-e61d1e41514b", "consumerID": "clamp", "timestamp": 1654602011389, "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/artifacts/service-BasicCnf-csar.csar", "status": "DOWNLOAD_OK" } 2022-06-07T11:41:35.935Z||pool-2-thread-10|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error' 2022-06-07T11:41:35.935Z||pool-2-thread-10|||||DEBUG|500||received message from topic 2022-06-07T11:41:35.935Z||pool-2-thread-10|||||DEBUG|500||recieved notification from broker: { "distributionID": "4749a374-2cd8-4eeb-aff9-3b6394cedae9", "consumerID": "ves-openapi-manager", "timestamp": 1654602006812, "artifactURL": "/sdc/v1/catalog/services/DemoPnfH9p8f5pp9tvkyyitkssn/1.0/resourceInstances/pnffc9b1b0413410/artifacts/PM_Dictionary.yaml", "status": "NOT_NOTIFIED" } 2022-06-07T11:41:35.935Z||pool-2-thread-10|||||INFO|500||Missing status on Status Object. 2022-06-07T11:41:35.935Z||pool-2-thread-10|||||DEBUG|500||received message from topic 2022-06-07T11:41:35.935Z||pool-2-thread-10|||||DEBUG|500||recieved notification from broker: { "distributionID": "67deecb1-e97c-48a5-a31a-e61d1e41514b", "consumerID": "aai-ml", "timestamp": 1654602012159, "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/artifacts/service-BasicCnf-csar.csar", "status": "DOWNLOAD_OK" } 2022-06-07T11:41:35.935Z||pool-2-thread-10|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error' 2022-06-07T11:41:35.935Z||pool-2-thread-10|||||DEBUG|500||received message from topic 2022-06-07T11:41:35.935Z||pool-2-thread-10|||||DEBUG|500||recieved notification from broker: { "distributionID": "4749a374-2cd8-4eeb-aff9-3b6394cedae9", "consumerID": "ves-openapi-manager", "timestamp": 1654602006812, "artifactURL": "/sdc/v1/catalog/services/DemoPnfH9p8f5pp9tvkyyitkssn/1.0/resourceInstances/pnffc9b1b0413410/artifacts/MyPnf_Pnf_v1.yaml", "status": "NOTIFIED" } 2022-06-07T11:41:35.935Z||pool-2-thread-10|||||INFO|500||Missing status on Status Object. 2022-06-07T11:41:35.936Z||pool-2-thread-10|||||DEBUG|500||received message from topic 2022-06-07T11:41:35.936Z||pool-2-thread-10|||||DEBUG|500||recieved notification from broker: { "distributionID": "4749a374-2cd8-4eeb-aff9-3b6394cedae9", "consumerID": "multicloud-k8s-id", "timestamp": 1654602012229, "artifactURL": "/sdc/v1/catalog/services/DemoPnfH9p8f5pp9tvkyyitkssn/1.0/resourceInstances/pnffc9b1b0413410/artifacts/vf-license-model.xml", "status": "NOT_NOTIFIED" } 2022-06-07T11:41:35.936Z||pool-2-thread-10|||||INFO|500||Missing status on Status Object. 2022-06-07T11:41:35.936Z||pool-2-thread-10|||||DEBUG|500||received message from topic 2022-06-07T11:41:35.936Z||pool-2-thread-10|||||DEBUG|500||recieved notification from broker: { "distributionID": "67deecb1-e97c-48a5-a31a-e61d1e41514b", "consumerID": "clamp", "timestamp": 1654602013398, "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/artifacts/service-BasicCnf-csar.csar", "status": "DEPLOY_OK" } 2022-06-07T11:41:35.936Z||pool-2-thread-10|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error' 2022-06-07T11:41:35.936Z||pool-2-thread-10|||||DEBUG|500||received message from topic 2022-06-07T11:41:35.936Z||pool-2-thread-10|||||DEBUG|500||recieved notification from broker: { "distributionID": "4749a374-2cd8-4eeb-aff9-3b6394cedae9", "consumerID": "ves-openapi-manager", "timestamp": 1654602006812, "artifactURL": "/sdc/v1/catalog/services/DemoPnfH9p8f5pp9tvkyyitkssn/1.0/artifacts/service-DemoPnfH9p8f5pp9tvkyyitkssn-template.yml", "status": "NOT_NOTIFIED" } 2022-06-07T11:41:35.936Z||pool-2-thread-10|||||INFO|500||Missing status on Status Object. 2022-06-07T11:41:35.936Z||pool-2-thread-10|||||DEBUG|500||received message from topic 2022-06-07T11:41:35.936Z||pool-2-thread-10|||||DEBUG|500||recieved notification from broker: { "distributionID": "4749a374-2cd8-4eeb-aff9-3b6394cedae9", "consumerID": "multicloud-k8s-id", "timestamp": 1654602012229, "artifactURL": "/sdc/v1/catalog/services/DemoPnfH9p8f5pp9tvkyyitkssn/1.0/resourceInstances/pnffc9b1b0413410/artifacts/pNF.csar", "status": "NOT_NOTIFIED" } 2022-06-07T11:41:35.937Z||pool-2-thread-10|||||INFO|500||Missing status on Status Object. 2022-06-07T11:41:35.937Z||pool-2-thread-10|||||DEBUG|500||received message from topic 2022-06-07T11:41:35.937Z||pool-2-thread-10|||||DEBUG|500||recieved notification from broker: { "distributionID": "67deecb1-e97c-48a5-a31a-e61d1e41514b", "consumerID": "clamp", "timestamp": 1654602014403, "artifactURL": "", "status": "COMPONENT_DONE_OK", "componentName": "clamp" } Hibernate: select watchdogdi0_.DISTRIBUTION_ID as distribu1_11_0_, watchdogdi0_.CREATE_TIME as create_t2_11_0_, watchdogdi0_.DISTRIBUTION_ID_STATUS as distribu3_11_0_, watchdogdi0_.MODIFY_TIME as modify_t4_11_0_, watchdogdi0_.LOCK_VERSION as lock_ver5_11_0_ from watchdog_distributionid_status watchdogdi0_ where watchdogdi0_.DISTRIBUTION_ID=? 2022-06-07T11:41:35.940Z||pool-2-thread-10|||||DEBUG|500||Receive a callback componentStatus in ASDC, for componentName: clamp and status of COMPONENT_DONE_OK distributionID of 67deecb1-e97c-48a5-a31a-e61d1e41514b 2022-06-07T11:41:35.941Z||pool-2-thread-10|||||DEBUG|500||Entering installTheComponentStatus for distributionId 67deecb1-e97c-48a5-a31a-e61d1e41514b and ComponentName clamp Hibernate: select watchdogco0_.COMPONENT_NAME as componen1_12_0_, watchdogco0_.DISTRIBUTION_ID as distribu2_12_0_, watchdogco0_.COMPONENT_DISTRIBUTION_STATUS as componen3_12_0_, watchdogco0_.CREATE_TIME as create_t4_12_0_, watchdogco0_.MODIFY_TIME as modify_t5_12_0_ from watchdog_per_component_distribution_status watchdogco0_ where watchdogco0_.COMPONENT_NAME=? and watchdogco0_.DISTRIBUTION_ID=? Hibernate: insert into watchdog_per_component_distribution_status (COMPONENT_DISTRIBUTION_STATUS, CREATE_TIME, MODIFY_TIME, COMPONENT_NAME, DISTRIBUTION_ID) values (?, ?, ?, ?, ?) 2022-06-07T11:41:35.947Z||pool-2-thread-10|||||DEBUG|500||received message from topic 2022-06-07T11:41:35.947Z||pool-2-thread-10|||||DEBUG|500||recieved notification from broker: { "distributionID": "4749a374-2cd8-4eeb-aff9-3b6394cedae9", "consumerID": "ves-openapi-manager", "timestamp": 1654602006812, "artifactURL": "/sdc/v1/catalog/services/DemoPnfH9p8f5pp9tvkyyitkssn/1.0/artifacts/service-DemoPnfH9p8f5pp9tvkyyitkssn-csar.csar", "status": "NOT_NOTIFIED" } 2022-06-07T11:41:35.947Z||pool-2-thread-10|||||INFO|500||Missing status on Status Object. 2022-06-07T11:41:35.947Z||pool-2-thread-10|||||DEBUG|500||received message from topic 2022-06-07T11:41:35.948Z||pool-2-thread-10|||||DEBUG|500||recieved notification from broker: { "distributionID": "4749a374-2cd8-4eeb-aff9-3b6394cedae9", "consumerID": "policy-id", "timestamp": 1654602014254, "artifactURL": "/sdc/v1/catalog/services/DemoPnfH9p8f5pp9tvkyyitkssn/1.0/resourceInstances/pnffc9b1b0413410/artifacts/vf-license-model.xml", "status": "NOT_NOTIFIED" } 2022-06-07T11:41:35.948Z||pool-2-thread-10|||||INFO|500||Missing status on Status Object. 2022-06-07T11:41:35.948Z||pool-2-thread-10|||||DEBUG|500||received message from topic 2022-06-07T11:41:35.948Z||pool-2-thread-10|||||DEBUG|500||recieved notification from broker: { "distributionID": "4749a374-2cd8-4eeb-aff9-3b6394cedae9", "consumerID": "multicloud-k8s-id", "timestamp": 1654602012229, "artifactURL": "/sdc/v1/catalog/services/DemoPnfH9p8f5pp9tvkyyitkssn/1.0/resourceInstances/pnffc9b1b0413410/artifacts/mynetconf.yang", "status": "NOT_NOTIFIED" } 2022-06-07T11:41:35.948Z||pool-2-thread-10|||||INFO|500||Missing status on Status Object. 2022-06-07T11:41:35.948Z||pool-2-thread-10|||||DEBUG|500||received message from topic 2022-06-07T11:41:35.948Z||pool-2-thread-10|||||DEBUG|500||recieved notification from broker: { "distributionID": "4749a374-2cd8-4eeb-aff9-3b6394cedae9", "consumerID": "policy-id", "timestamp": 1654602014254, "artifactURL": "/sdc/v1/catalog/services/DemoPnfH9p8f5pp9tvkyyitkssn/1.0/resourceInstances/pnffc9b1b0413410/artifacts/pNF.csar", "status": "NOT_NOTIFIED" } 2022-06-07T11:41:35.948Z||pool-2-thread-10|||||INFO|500||Missing status on Status Object. 2022-06-07T11:41:35.948Z||pool-2-thread-10|||||DEBUG|500||received message from topic 2022-06-07T11:41:35.948Z||pool-2-thread-10|||||DEBUG|500||recieved notification from broker: { "distributionID": "4749a374-2cd8-4eeb-aff9-3b6394cedae9", "consumerID": "ves-openapi-manager", "timestamp": 1654602015614, "artifactURL": "/sdc/v1/catalog/services/DemoPnfH9p8f5pp9tvkyyitkssn/1.0/resourceInstances/pnffc9b1b0413410/artifacts/MyPnf_Pnf_v1.yaml", "status": "DOWNLOAD_OK" } 2022-06-07T11:41:35.948Z||pool-2-thread-10|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error' 2022-06-07T11:41:35.949Z||pool-2-thread-10|||||DEBUG|500||received message from topic 2022-06-07T11:41:35.949Z||pool-2-thread-10|||||DEBUG|500||recieved notification from broker: { "distributionID": "4749a374-2cd8-4eeb-aff9-3b6394cedae9", "consumerID": "multicloud-k8s-id", "timestamp": 1654602012229, "artifactURL": "/sdc/v1/catalog/services/DemoPnfH9p8f5pp9tvkyyitkssn/1.0/resourceInstances/pnffc9b1b0413410/artifacts/vendor-license-model.xml", "status": "NOT_NOTIFIED" } 2022-06-07T11:41:35.949Z||pool-2-thread-10|||||INFO|500||Missing status on Status Object. 2022-06-07T11:41:35.949Z||pool-2-thread-10|||||DEBUG|500||received message from topic 2022-06-07T11:41:35.949Z||pool-2-thread-10|||||DEBUG|500||recieved notification from broker: { "distributionID": "4749a374-2cd8-4eeb-aff9-3b6394cedae9", "consumerID": "clamp", "timestamp": 1654602015407, "artifactURL": "/sdc/v1/catalog/services/DemoPnfH9p8f5pp9tvkyyitkssn/1.0/resourceInstances/pnffc9b1b0413410/artifacts/vf-license-model.xml", "status": "NOT_NOTIFIED" } 2022-06-07T11:41:35.949Z||pool-2-thread-10|||||INFO|500||Missing status on Status Object. 2022-06-07T11:41:35.949Z||pool-2-thread-10|||||DEBUG|500||received message from topic 2022-06-07T11:41:35.949Z||pool-2-thread-10|||||DEBUG|500||recieved notification from broker: { "distributionID": "4749a374-2cd8-4eeb-aff9-3b6394cedae9", "consumerID": "policy-id", "timestamp": 1654602014254, "artifactURL": "/sdc/v1/catalog/services/DemoPnfH9p8f5pp9tvkyyitkssn/1.0/resourceInstances/pnffc9b1b0413410/artifacts/mynetconf.yang", "status": "NOT_NOTIFIED" } 2022-06-07T11:41:35.949Z||pool-2-thread-10|||||INFO|500||Missing status on Status Object. 2022-06-07T11:41:35.949Z||pool-2-thread-10|||||DEBUG|500||received message from topic 2022-06-07T11:41:35.950Z||pool-2-thread-10|||||DEBUG|500||recieved notification from broker: { "distributionID": "4749a374-2cd8-4eeb-aff9-3b6394cedae9", "consumerID": "sdc-COpenSource-Env11-sdnc-dockero", "timestamp": 1654602017055, "artifactURL": "/sdc/v1/catalog/services/DemoPnfH9p8f5pp9tvkyyitkssn/1.0/resourceInstances/pnffc9b1b0413410/artifacts/vf-license-model.xml", "status": "NOT_NOTIFIED" } 2022-06-07T11:41:35.950Z||pool-2-thread-10|||||INFO|500||Missing status on Status Object. 2022-06-07T11:41:35.950Z||pool-2-thread-10|||||DEBUG|500||received message from topic 2022-06-07T11:41:35.950Z||pool-2-thread-10|||||DEBUG|500||recieved notification from broker: { "distributionID": "4749a374-2cd8-4eeb-aff9-3b6394cedae9", "consumerID": "ves-openapi-manager", "timestamp": 1654602016813, "artifactURL": "/sdc/v1/catalog/services/DemoPnfH9p8f5pp9tvkyyitkssn/1.0/resourceInstances/pnffc9b1b0413410/artifacts/MyPnf_Pnf_v1.yaml", "status": "DEPLOY_OK" } 2022-06-07T11:41:35.950Z||pool-2-thread-10|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error' 2022-06-07T11:41:35.950Z||pool-2-thread-10|||||DEBUG|500||received message from topic 2022-06-07T11:41:35.950Z||pool-2-thread-10|||||DEBUG|500||recieved notification from broker: { "distributionID": "4749a374-2cd8-4eeb-aff9-3b6394cedae9", "consumerID": "multicloud-k8s-id", "timestamp": 1654602012229, "artifactURL": "/sdc/v1/catalog/services/DemoPnfH9p8f5pp9tvkyyitkssn/1.0/resourceInstances/pnffc9b1b0413410/artifacts/PM_Dictionary.yaml", "status": "NOT_NOTIFIED" } 2022-06-07T11:41:35.950Z||pool-2-thread-10|||||INFO|500||Missing status on Status Object. 2022-06-07T11:41:35.950Z||pool-2-thread-10|||||DEBUG|500||received message from topic 2022-06-07T11:41:35.950Z||pool-2-thread-10|||||DEBUG|500||recieved notification from broker: { "distributionID": "4749a374-2cd8-4eeb-aff9-3b6394cedae9", "consumerID": "clamp", "timestamp": 1654602015407, "artifactURL": "/sdc/v1/catalog/services/DemoPnfH9p8f5pp9tvkyyitkssn/1.0/resourceInstances/pnffc9b1b0413410/artifacts/pNF.csar", "status": "NOT_NOTIFIED" } 2022-06-07T11:41:35.951Z||pool-2-thread-10|||||INFO|500||Missing status on Status Object. 2022-06-07T11:41:35.951Z||pool-2-thread-10|||||DEBUG|500||received message from topic 2022-06-07T11:41:35.951Z||pool-2-thread-10|||||DEBUG|500||recieved notification from broker: { "distributionID": "4749a374-2cd8-4eeb-aff9-3b6394cedae9", "consumerID": "policy-id", "timestamp": 1654602014254, "artifactURL": "/sdc/v1/catalog/services/DemoPnfH9p8f5pp9tvkyyitkssn/1.0/resourceInstances/pnffc9b1b0413410/artifacts/vendor-license-model.xml", "status": "NOT_NOTIFIED" } 2022-06-07T11:41:35.951Z||pool-2-thread-10|||||INFO|500||Missing status on Status Object. 2022-06-07T11:41:35.951Z||pool-2-thread-10|||||DEBUG|500||received message from topic 2022-06-07T11:41:35.951Z||pool-2-thread-10|||||DEBUG|500||recieved notification from broker: { "distributionID": "4749a374-2cd8-4eeb-aff9-3b6394cedae9", "consumerID": "sdc-COpenSource-Env11-sdnc-dockero", "timestamp": 1654602017055, "artifactURL": "/sdc/v1/catalog/services/DemoPnfH9p8f5pp9tvkyyitkssn/1.0/resourceInstances/pnffc9b1b0413410/artifacts/pNF.csar", "status": "NOT_NOTIFIED" } 2022-06-07T11:41:35.951Z||pool-2-thread-10|||||INFO|500||Missing status on Status Object. 2022-06-07T11:41:35.951Z||pool-2-thread-10|||||DEBUG|500||received message from topic 2022-06-07T11:41:35.951Z||pool-2-thread-10|||||DEBUG|500||recieved notification from broker: { "distributionID": "4749a374-2cd8-4eeb-aff9-3b6394cedae9", "consumerID": "ves-openapi-manager", "timestamp": 1654602017818, "artifactURL": "", "status": "COMPONENT_DONE_OK", "componentName": "" } Hibernate: select watchdogdi0_.DISTRIBUTION_ID as distribu1_11_0_, watchdogdi0_.CREATE_TIME as create_t2_11_0_, watchdogdi0_.DISTRIBUTION_ID_STATUS as distribu3_11_0_, watchdogdi0_.MODIFY_TIME as modify_t4_11_0_, watchdogdi0_.LOCK_VERSION as lock_ver5_11_0_ from watchdog_distributionid_status watchdogdi0_ where watchdogdi0_.DISTRIBUTION_ID=? 2022-06-07T11:41:35.955Z||pool-2-thread-10|||||DEBUG|500||Receive a callback componentStatus in ASDC, for componentName: and status of COMPONENT_DONE_OK distributionID of 4749a374-2cd8-4eeb-aff9-3b6394cedae9 2022-06-07T11:41:35.956Z||pool-2-thread-10|||||DEBUG|500||Entering installTheComponentStatus for distributionId 4749a374-2cd8-4eeb-aff9-3b6394cedae9 and ComponentName Hibernate: select watchdogco0_.COMPONENT_NAME as componen1_12_0_, watchdogco0_.DISTRIBUTION_ID as distribu2_12_0_, watchdogco0_.COMPONENT_DISTRIBUTION_STATUS as componen3_12_0_, watchdogco0_.CREATE_TIME as create_t4_12_0_, watchdogco0_.MODIFY_TIME as modify_t5_12_0_ from watchdog_per_component_distribution_status watchdogco0_ where watchdogco0_.COMPONENT_NAME=? and watchdogco0_.DISTRIBUTION_ID=? Hibernate: insert into watchdog_per_component_distribution_status (COMPONENT_DISTRIBUTION_STATUS, CREATE_TIME, MODIFY_TIME, COMPONENT_NAME, DISTRIBUTION_ID) values (?, ?, ?, ?, ?) 2022-06-07T11:41:35.962Z||pool-2-thread-10|||||DEBUG|500||received message from topic 2022-06-07T11:41:35.962Z||pool-2-thread-10|||||DEBUG|500||recieved notification from broker: { "distributionID": "4749a374-2cd8-4eeb-aff9-3b6394cedae9", "consumerID": "multicloud-k8s-id", "timestamp": 1654602012229, "artifactURL": "/sdc/v1/catalog/services/DemoPnfH9p8f5pp9tvkyyitkssn/1.0/resourceInstances/pnffc9b1b0413410/artifacts/MyPnf_Pnf_v1.yaml", "status": "NOT_NOTIFIED" } 2022-06-07T11:41:35.963Z||pool-2-thread-10|||||INFO|500||Missing status on Status Object. 2022-06-07T11:41:35.963Z||pool-2-thread-10|||||DEBUG|500||received message from topic 2022-06-07T11:41:35.963Z||pool-2-thread-10|||||DEBUG|500||recieved notification from broker: { "distributionID": "4749a374-2cd8-4eeb-aff9-3b6394cedae9", "consumerID": "clamp", "timestamp": 1654602015407, "artifactURL": "/sdc/v1/catalog/services/DemoPnfH9p8f5pp9tvkyyitkssn/1.0/resourceInstances/pnffc9b1b0413410/artifacts/mynetconf.yang", "status": "NOT_NOTIFIED" } 2022-06-07T11:41:35.963Z||pool-2-thread-10|||||INFO|500||Missing status on Status Object. 2022-06-07T11:41:35.963Z||pool-2-thread-10|||||DEBUG|500||received message from topic 2022-06-07T11:41:35.963Z||pool-2-thread-10|||||DEBUG|500||recieved notification from broker: { "distributionID": "4749a374-2cd8-4eeb-aff9-3b6394cedae9", "consumerID": "policy-id", "timestamp": 1654602014254, "artifactURL": "/sdc/v1/catalog/services/DemoPnfH9p8f5pp9tvkyyitkssn/1.0/resourceInstances/pnffc9b1b0413410/artifacts/PM_Dictionary.yaml", "status": "NOT_NOTIFIED" } 2022-06-07T11:41:35.963Z||pool-2-thread-10|||||INFO|500||Missing status on Status Object. 2022-06-07T11:41:35.963Z||pool-2-thread-10|||||DEBUG|500||received message from topic 2022-06-07T11:41:35.963Z||pool-2-thread-10|||||DEBUG|500||recieved notification from broker: { "distributionID": "4749a374-2cd8-4eeb-aff9-3b6394cedae9", "consumerID": "sdc-COpenSource-Env11-sdnc-dockero", "timestamp": 1654602017055, "artifactURL": "/sdc/v1/catalog/services/DemoPnfH9p8f5pp9tvkyyitkssn/1.0/resourceInstances/pnffc9b1b0413410/artifacts/mynetconf.yang", "status": "NOT_NOTIFIED" } 2022-06-07T11:41:35.963Z||pool-2-thread-10|||||INFO|500||Missing status on Status Object. 2022-06-07T11:41:35.964Z||pool-2-thread-10|||||DEBUG|500||received message from topic 2022-06-07T11:41:35.964Z||pool-2-thread-10|||||DEBUG|500||recieved notification from broker: { "distributionID": "4749a374-2cd8-4eeb-aff9-3b6394cedae9", "consumerID": "multicloud-k8s-id", "timestamp": 1654602012229, "artifactURL": "/sdc/v1/catalog/services/DemoPnfH9p8f5pp9tvkyyitkssn/1.0/artifacts/service-DemoPnfH9p8f5pp9tvkyyitkssn-template.yml", "status": "NOT_NOTIFIED" } 2022-06-07T11:41:35.964Z||pool-2-thread-10|||||INFO|500||Missing status on Status Object. 2022-06-07T11:41:35.964Z||pool-2-thread-10|||||DEBUG|500||received message from topic 2022-06-07T11:41:35.964Z||pool-2-thread-10|||||DEBUG|500||recieved notification from broker: { "distributionID": "4749a374-2cd8-4eeb-aff9-3b6394cedae9", "consumerID": "clamp", "timestamp": 1654602015407, "artifactURL": "/sdc/v1/catalog/services/DemoPnfH9p8f5pp9tvkyyitkssn/1.0/resourceInstances/pnffc9b1b0413410/artifacts/vendor-license-model.xml", "status": "NOT_NOTIFIED" } 2022-06-07T11:41:35.964Z||pool-2-thread-10|||||INFO|500||Missing status on Status Object. 2022-06-07T11:41:35.964Z||pool-2-thread-10|||||DEBUG|500||received message from topic 2022-06-07T11:41:35.964Z||pool-2-thread-10|||||DEBUG|500||recieved notification from broker: { "distributionID": "67deecb1-e97c-48a5-a31a-e61d1e41514b", "consumerID": "aai-ml", "timestamp": 1654602019263, "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/artifacts/service-BasicCnf-csar.csar", "status": "DEPLOY_OK" } 2022-06-07T11:41:35.964Z||pool-2-thread-10|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error' 2022-06-07T11:41:35.964Z||pool-2-thread-10|||||DEBUG|500||received message from topic 2022-06-07T11:41:35.964Z||pool-2-thread-10|||||DEBUG|500||recieved notification from broker: { "distributionID": "4749a374-2cd8-4eeb-aff9-3b6394cedae9", "consumerID": "policy-id", "timestamp": 1654602014254, "artifactURL": "/sdc/v1/catalog/services/DemoPnfH9p8f5pp9tvkyyitkssn/1.0/resourceInstances/pnffc9b1b0413410/artifacts/MyPnf_Pnf_v1.yaml", "status": "NOT_NOTIFIED" } 2022-06-07T11:41:35.965Z||pool-2-thread-10|||||INFO|500||Missing status on Status Object. 2022-06-07T11:41:35.965Z||pool-2-thread-10|||||DEBUG|500||received message from topic 2022-06-07T11:41:35.965Z||pool-2-thread-10|||||DEBUG|500||recieved notification from broker: { "distributionID": "4749a374-2cd8-4eeb-aff9-3b6394cedae9", "consumerID": "sdc-COpenSource-Env11-sdnc-dockero", "timestamp": 1654602017055, "artifactURL": "/sdc/v1/catalog/services/DemoPnfH9p8f5pp9tvkyyitkssn/1.0/resourceInstances/pnffc9b1b0413410/artifacts/vendor-license-model.xml", "status": "NOT_NOTIFIED" } 2022-06-07T11:41:35.965Z||pool-2-thread-10|||||INFO|500||Missing status on Status Object. 2022-06-07T11:41:35.965Z||pool-2-thread-10|||||DEBUG|500||received message from topic 2022-06-07T11:41:35.965Z||pool-2-thread-10|||||DEBUG|500||recieved notification from broker: { "distributionID": "4749a374-2cd8-4eeb-aff9-3b6394cedae9", "consumerID": "multicloud-k8s-id", "timestamp": 1654602012229, "artifactURL": "/sdc/v1/catalog/services/DemoPnfH9p8f5pp9tvkyyitkssn/1.0/artifacts/service-DemoPnfH9p8f5pp9tvkyyitkssn-csar.csar", "status": "NOTIFIED" } 2022-06-07T11:41:35.965Z||pool-2-thread-10|||||INFO|500||Missing status on Status Object. 2022-06-07T11:41:35.965Z||pool-2-thread-10|||||DEBUG|500||received message from topic 2022-06-07T11:41:35.965Z||pool-2-thread-10|||||DEBUG|500||recieved notification from broker: { "distributionID": "4749a374-2cd8-4eeb-aff9-3b6394cedae9", "consumerID": "clamp", "timestamp": 1654602015407, "artifactURL": "/sdc/v1/catalog/services/DemoPnfH9p8f5pp9tvkyyitkssn/1.0/resourceInstances/pnffc9b1b0413410/artifacts/PM_Dictionary.yaml", "status": "NOT_NOTIFIED" } 2022-06-07T11:41:35.965Z||pool-2-thread-10|||||INFO|500||Missing status on Status Object. 2022-06-07T11:41:35.966Z||pool-2-thread-10|||||DEBUG|500||received message from topic 2022-06-07T11:41:35.966Z||pool-2-thread-10|||||DEBUG|500||recieved notification from broker: { "distributionID": "67deecb1-e97c-48a5-a31a-e61d1e41514b", "consumerID": "aai-ml", "timestamp": 1654602020267, "artifactURL": "", "status": "COMPONENT_DONE_OK", "componentName": "AAI" } Hibernate: select watchdogdi0_.DISTRIBUTION_ID as distribu1_11_0_, watchdogdi0_.CREATE_TIME as create_t2_11_0_, watchdogdi0_.DISTRIBUTION_ID_STATUS as distribu3_11_0_, watchdogdi0_.MODIFY_TIME as modify_t4_11_0_, watchdogdi0_.LOCK_VERSION as lock_ver5_11_0_ from watchdog_distributionid_status watchdogdi0_ where watchdogdi0_.DISTRIBUTION_ID=? 2022-06-07T11:41:35.970Z||pool-2-thread-10|||||DEBUG|500||Receive a callback componentStatus in ASDC, for componentName: AAI and status of COMPONENT_DONE_OK distributionID of 67deecb1-e97c-48a5-a31a-e61d1e41514b 2022-06-07T11:41:35.970Z||pool-2-thread-10|||||DEBUG|500||Entering installTheComponentStatus for distributionId 67deecb1-e97c-48a5-a31a-e61d1e41514b and ComponentName AAI Hibernate: select watchdogco0_.COMPONENT_NAME as componen1_12_0_, watchdogco0_.DISTRIBUTION_ID as distribu2_12_0_, watchdogco0_.COMPONENT_DISTRIBUTION_STATUS as componen3_12_0_, watchdogco0_.CREATE_TIME as create_t4_12_0_, watchdogco0_.MODIFY_TIME as modify_t5_12_0_ from watchdog_per_component_distribution_status watchdogco0_ where watchdogco0_.COMPONENT_NAME=? and watchdogco0_.DISTRIBUTION_ID=? Hibernate: insert into watchdog_per_component_distribution_status (COMPONENT_DISTRIBUTION_STATUS, CREATE_TIME, MODIFY_TIME, COMPONENT_NAME, DISTRIBUTION_ID) values (?, ?, ?, ?, ?) 2022-06-07T11:41:35.977Z||pool-2-thread-10|||||DEBUG|500||received message from topic 2022-06-07T11:41:35.977Z||pool-2-thread-10|||||DEBUG|500||recieved notification from broker: { "distributionID": "4749a374-2cd8-4eeb-aff9-3b6394cedae9", "consumerID": "policy-id", "timestamp": 1654602014254, "artifactURL": "/sdc/v1/catalog/services/DemoPnfH9p8f5pp9tvkyyitkssn/1.0/artifacts/service-DemoPnfH9p8f5pp9tvkyyitkssn-template.yml", "status": "NOT_NOTIFIED" } 2022-06-07T11:41:35.977Z||pool-2-thread-10|||||INFO|500||Missing status on Status Object. 2022-06-07T11:41:35.977Z||pool-2-thread-10|||||DEBUG|500||received message from topic 2022-06-07T11:41:35.977Z||pool-2-thread-10|||||DEBUG|500||recieved notification from broker: { "distributionID": "4749a374-2cd8-4eeb-aff9-3b6394cedae9", "consumerID": "sdc-COpenSource-Env11-sdnc-dockero", "timestamp": 1654602017055, "artifactURL": "/sdc/v1/catalog/services/DemoPnfH9p8f5pp9tvkyyitkssn/1.0/resourceInstances/pnffc9b1b0413410/artifacts/PM_Dictionary.yaml", "status": "NOT_NOTIFIED" } 2022-06-07T11:41:35.978Z||pool-2-thread-10|||||INFO|500||Missing status on Status Object. 2022-06-07T11:41:35.978Z||pool-2-thread-10|||||DEBUG|500||received message from topic 2022-06-07T11:41:35.978Z||pool-2-thread-10|||||DEBUG|500||recieved notification from broker: { "distributionID": "4749a374-2cd8-4eeb-aff9-3b6394cedae9", "consumerID": "clamp", "timestamp": 1654602015407, "artifactURL": "/sdc/v1/catalog/services/DemoPnfH9p8f5pp9tvkyyitkssn/1.0/resourceInstances/pnffc9b1b0413410/artifacts/MyPnf_Pnf_v1.yaml", "status": "NOT_NOTIFIED" } 2022-06-07T11:41:35.978Z||pool-2-thread-10|||||INFO|500||Missing status on Status Object. 2022-06-07T11:41:35.978Z||pool-2-thread-10|||||DEBUG|500||received message from topic 2022-06-07T11:41:35.978Z||pool-2-thread-10|||||DEBUG|500||recieved notification from broker: { "distributionID": "4749a374-2cd8-4eeb-aff9-3b6394cedae9", "consumerID": "policy-id", "timestamp": 1654602014254, "artifactURL": "/sdc/v1/catalog/services/DemoPnfH9p8f5pp9tvkyyitkssn/1.0/artifacts/service-DemoPnfH9p8f5pp9tvkyyitkssn-csar.csar", "status": "NOTIFIED" } 2022-06-07T11:41:35.978Z||pool-2-thread-10|||||INFO|500||Missing status on Status Object. 2022-06-07T11:41:35.978Z||pool-2-thread-10|||||DEBUG|500||received message from topic 2022-06-07T11:41:35.978Z||pool-2-thread-10|||||DEBUG|500||recieved notification from broker: { "distributionID": "4749a374-2cd8-4eeb-aff9-3b6394cedae9", "consumerID": "sdc-COpenSource-Env11-sdnc-dockero", "timestamp": 1654602017055, "artifactURL": "/sdc/v1/catalog/services/DemoPnfH9p8f5pp9tvkyyitkssn/1.0/resourceInstances/pnffc9b1b0413410/artifacts/MyPnf_Pnf_v1.yaml", "status": "NOT_NOTIFIED" } 2022-06-07T11:41:35.978Z||pool-2-thread-10|||||INFO|500||Missing status on Status Object. 2022-06-07T11:41:35.978Z||pool-2-thread-10|||||DEBUG|500||received message from topic 2022-06-07T11:41:35.978Z||pool-2-thread-10|||||DEBUG|500||recieved notification from broker: { "distributionID": "4749a374-2cd8-4eeb-aff9-3b6394cedae9", "consumerID": "aai-ml", "timestamp": 1654602021270, "artifactURL": "/sdc/v1/catalog/services/DemoPnfH9p8f5pp9tvkyyitkssn/1.0/resourceInstances/pnffc9b1b0413410/artifacts/vf-license-model.xml", "status": "NOT_NOTIFIED" } 2022-06-07T11:41:35.979Z||pool-2-thread-10|||||INFO|500||Missing status on Status Object. 2022-06-07T11:41:35.979Z||pool-2-thread-10|||||DEBUG|500||received message from topic 2022-06-07T11:41:35.979Z||pool-2-thread-10|||||DEBUG|500||recieved notification from broker: { "distributionID": "4749a374-2cd8-4eeb-aff9-3b6394cedae9", "consumerID": "clamp", "timestamp": 1654602015407, "artifactURL": "/sdc/v1/catalog/services/DemoPnfH9p8f5pp9tvkyyitkssn/1.0/artifacts/service-DemoPnfH9p8f5pp9tvkyyitkssn-template.yml", "status": "NOT_NOTIFIED" } 2022-06-07T11:41:35.979Z||pool-2-thread-10|||||INFO|500||Missing status on Status Object. 2022-06-07T11:41:35.979Z||pool-2-thread-10|||||DEBUG|500||received message from topic 2022-06-07T11:41:35.979Z||pool-2-thread-10|||||DEBUG|500||recieved notification from broker: { "distributionID": "4749a374-2cd8-4eeb-aff9-3b6394cedae9", "consumerID": "policy-id", "timestamp": 1654602023024, "artifactURL": "/sdc/v1/catalog/services/DemoPnfH9p8f5pp9tvkyyitkssn/1.0/artifacts/service-DemoPnfH9p8f5pp9tvkyyitkssn-csar.csar", "status": "DOWNLOAD_OK" } 2022-06-07T11:41:35.979Z||pool-2-thread-10|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error' 2022-06-07T11:41:35.979Z||pool-2-thread-10|||||DEBUG|500||received message from topic 2022-06-07T11:41:35.979Z||pool-2-thread-10|||||DEBUG|500||recieved notification from broker: { "distributionID": "4749a374-2cd8-4eeb-aff9-3b6394cedae9", "consumerID": "sdc-COpenSource-Env11-sdnc-dockero", "timestamp": 1654602017055, "artifactURL": "/sdc/v1/catalog/services/DemoPnfH9p8f5pp9tvkyyitkssn/1.0/artifacts/service-DemoPnfH9p8f5pp9tvkyyitkssn-template.yml", "status": "NOT_NOTIFIED" } 2022-06-07T11:41:35.979Z||pool-2-thread-10|||||INFO|500||Missing status on Status Object. 2022-06-07T11:41:35.979Z||pool-2-thread-10|||||DEBUG|500||received message from topic 2022-06-07T11:41:35.979Z||pool-2-thread-10|||||DEBUG|500||recieved notification from broker: { "distributionID": "4749a374-2cd8-4eeb-aff9-3b6394cedae9", "consumerID": "aai-ml", "timestamp": 1654602021270, "artifactURL": "/sdc/v1/catalog/services/DemoPnfH9p8f5pp9tvkyyitkssn/1.0/resourceInstances/pnffc9b1b0413410/artifacts/pNF.csar", "status": "NOT_NOTIFIED" } 2022-06-07T11:41:35.980Z||pool-2-thread-10|||||INFO|500||Missing status on Status Object. 2022-06-07T11:41:35.980Z||pool-2-thread-10|||||DEBUG|500||received message from topic 2022-06-07T11:41:35.980Z||pool-2-thread-10|||||DEBUG|500||recieved notification from broker: { "distributionID": "4749a374-2cd8-4eeb-aff9-3b6394cedae9", "consumerID": "clamp", "timestamp": 1654602015407, "artifactURL": "/sdc/v1/catalog/services/DemoPnfH9p8f5pp9tvkyyitkssn/1.0/artifacts/service-DemoPnfH9p8f5pp9tvkyyitkssn-csar.csar", "status": "NOTIFIED" } 2022-06-07T11:41:35.980Z||pool-2-thread-10|||||INFO|500||Missing status on Status Object. 2022-06-07T11:41:35.980Z||pool-2-thread-10|||||DEBUG|500||received message from topic 2022-06-07T11:41:35.980Z||pool-2-thread-10|||||DEBUG|500||recieved notification from broker: { "distributionID": "4749a374-2cd8-4eeb-aff9-3b6394cedae9", "consumerID": "policy-id", "timestamp": 1654602024031, "artifactURL": "/sdc/v1/catalog/services/DemoPnfH9p8f5pp9tvkyyitkssn/1.0/artifacts/service-DemoPnfH9p8f5pp9tvkyyitkssn-csar.csar", "status": "DEPLOY_OK" } 2022-06-07T11:41:35.980Z||pool-2-thread-10|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error' 2022-06-07T11:41:35.980Z||pool-2-thread-10|||||DEBUG|500||received message from topic 2022-06-07T11:41:35.980Z||pool-2-thread-10|||||DEBUG|500||recieved notification from broker: { "distributionID": "4749a374-2cd8-4eeb-aff9-3b6394cedae9", "consumerID": "sdc-COpenSource-Env11-sdnc-dockero", "timestamp": 1654602017055, "artifactURL": "/sdc/v1/catalog/services/DemoPnfH9p8f5pp9tvkyyitkssn/1.0/artifacts/service-DemoPnfH9p8f5pp9tvkyyitkssn-csar.csar", "status": "NOTIFIED" } 2022-06-07T11:41:35.980Z||pool-2-thread-10|||||INFO|500||Missing status on Status Object. 2022-06-07T11:41:35.980Z||pool-2-thread-10|||||DEBUG|500||received message from topic 2022-06-07T11:41:35.980Z||pool-2-thread-10|||||DEBUG|500||recieved notification from broker: { "distributionID": "4749a374-2cd8-4eeb-aff9-3b6394cedae9", "consumerID": "aai-ml", "timestamp": 1654602021270, "artifactURL": "/sdc/v1/catalog/services/DemoPnfH9p8f5pp9tvkyyitkssn/1.0/resourceInstances/pnffc9b1b0413410/artifacts/mynetconf.yang", "status": "NOT_NOTIFIED" } 2022-06-07T11:41:35.981Z||pool-2-thread-10|||||INFO|500||Missing status on Status Object. 2022-06-07T11:41:35.981Z||pool-2-thread-10|||||DEBUG|500||received message from topic 2022-06-07T11:41:35.981Z||pool-2-thread-10|||||DEBUG|500||recieved notification from broker: { "distributionID": "4749a374-2cd8-4eeb-aff9-3b6394cedae9", "consumerID": "policy-id", "timestamp": 1654602025035, "artifactURL": "", "status": "COMPONENT_DONE_OK", "componentName": "POLICY" } Hibernate: select watchdogdi0_.DISTRIBUTION_ID as distribu1_11_0_, watchdogdi0_.CREATE_TIME as create_t2_11_0_, watchdogdi0_.DISTRIBUTION_ID_STATUS as distribu3_11_0_, watchdogdi0_.MODIFY_TIME as modify_t4_11_0_, watchdogdi0_.LOCK_VERSION as lock_ver5_11_0_ from watchdog_distributionid_status watchdogdi0_ where watchdogdi0_.DISTRIBUTION_ID=? 2022-06-07T11:41:35.985Z||pool-2-thread-10|||||DEBUG|500||Receive a callback componentStatus in ASDC, for componentName: POLICY and status of COMPONENT_DONE_OK distributionID of 4749a374-2cd8-4eeb-aff9-3b6394cedae9 2022-06-07T11:41:35.985Z||pool-2-thread-10|||||DEBUG|500||Entering installTheComponentStatus for distributionId 4749a374-2cd8-4eeb-aff9-3b6394cedae9 and ComponentName POLICY Hibernate: select watchdogco0_.COMPONENT_NAME as componen1_12_0_, watchdogco0_.DISTRIBUTION_ID as distribu2_12_0_, watchdogco0_.COMPONENT_DISTRIBUTION_STATUS as componen3_12_0_, watchdogco0_.CREATE_TIME as create_t4_12_0_, watchdogco0_.MODIFY_TIME as modify_t5_12_0_ from watchdog_per_component_distribution_status watchdogco0_ where watchdogco0_.COMPONENT_NAME=? and watchdogco0_.DISTRIBUTION_ID=? Hibernate: insert into watchdog_per_component_distribution_status (COMPONENT_DISTRIBUTION_STATUS, CREATE_TIME, MODIFY_TIME, COMPONENT_NAME, DISTRIBUTION_ID) values (?, ?, ?, ?, ?) 2022-06-07T11:41:35.993Z||pool-2-thread-10|||||DEBUG|500||received message from topic 2022-06-07T11:41:35.993Z||pool-2-thread-10|||||DEBUG|500||recieved notification from broker: { "distributionID": "4749a374-2cd8-4eeb-aff9-3b6394cedae9", "consumerID": "sdc-COpenSource-Env11-sdnc-dockero", "timestamp": 1654602025873, "artifactURL": "/sdc/v1/catalog/services/DemoPnfH9p8f5pp9tvkyyitkssn/1.0/artifacts/service-DemoPnfH9p8f5pp9tvkyyitkssn-csar.csar", "status": "DOWNLOAD_OK" } 2022-06-07T11:41:35.993Z||pool-2-thread-10|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error' 2022-06-07T11:41:35.993Z||pool-2-thread-10|||||DEBUG|500||received message from topic 2022-06-07T11:41:35.993Z||pool-2-thread-10|||||DEBUG|500||recieved notification from broker: { "distributionID": "4749a374-2cd8-4eeb-aff9-3b6394cedae9", "consumerID": "aai-ml", "timestamp": 1654602021270, "artifactURL": "/sdc/v1/catalog/services/DemoPnfH9p8f5pp9tvkyyitkssn/1.0/resourceInstances/pnffc9b1b0413410/artifacts/vendor-license-model.xml", "status": "NOT_NOTIFIED" } 2022-06-07T11:41:35.994Z||pool-2-thread-10|||||INFO|500||Missing status on Status Object. 2022-06-07T11:41:35.994Z||pool-2-thread-10|||||DEBUG|500||received message from topic 2022-06-07T11:41:35.994Z||pool-2-thread-10|||||DEBUG|500||recieved notification from broker: { "distributionID": "4749a374-2cd8-4eeb-aff9-3b6394cedae9", "consumerID": "aai-ml", "timestamp": 1654602021270, "artifactURL": "/sdc/v1/catalog/services/DemoPnfH9p8f5pp9tvkyyitkssn/1.0/resourceInstances/pnffc9b1b0413410/artifacts/PM_Dictionary.yaml", "status": "NOT_NOTIFIED" } 2022-06-07T11:41:35.994Z||pool-2-thread-10|||||INFO|500||Missing status on Status Object. 2022-06-07T11:41:35.994Z||pool-2-thread-10|||||DEBUG|500||received message from topic 2022-06-07T11:41:35.994Z||pool-2-thread-10|||||DEBUG|500||recieved notification from broker: { "distributionID": "4749a374-2cd8-4eeb-aff9-3b6394cedae9", "consumerID": "sdc-COpenSource-Env11-sdnc-dockero", "timestamp": 1654602027781, "artifactURL": "/sdc/v1/catalog/services/DemoPnfH9p8f5pp9tvkyyitkssn/1.0/artifacts/service-DemoPnfH9p8f5pp9tvkyyitkssn-csar.csar", "status": "DEPLOY_OK" } 2022-06-07T11:41:35.994Z||pool-2-thread-10|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error' 2022-06-07T11:41:35.994Z||pool-2-thread-10|||||DEBUG|500||received message from topic 2022-06-07T11:41:35.994Z||pool-2-thread-10|||||DEBUG|500||recieved notification from broker: { "distributionID": "4749a374-2cd8-4eeb-aff9-3b6394cedae9", "consumerID": "aai-ml", "timestamp": 1654602021270, "artifactURL": "/sdc/v1/catalog/services/DemoPnfH9p8f5pp9tvkyyitkssn/1.0/resourceInstances/pnffc9b1b0413410/artifacts/MyPnf_Pnf_v1.yaml", "status": "NOT_NOTIFIED" } 2022-06-07T11:41:35.994Z||pool-2-thread-10|||||INFO|500||Missing status on Status Object. 2022-06-07T11:41:35.994Z||pool-2-thread-10|||||DEBUG|500||received message from topic 2022-06-07T11:41:35.995Z||pool-2-thread-10|||||DEBUG|500||recieved notification from broker: { "distributionID": "4749a374-2cd8-4eeb-aff9-3b6394cedae9", "consumerID": "clamp", "timestamp": 1654602027389, "artifactURL": "/sdc/v1/catalog/services/DemoPnfH9p8f5pp9tvkyyitkssn/1.0/artifacts/service-DemoPnfH9p8f5pp9tvkyyitkssn-csar.csar", "status": "DOWNLOAD_OK" } 2022-06-07T11:41:35.995Z||pool-2-thread-10|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error' 2022-06-07T11:41:35.995Z||pool-2-thread-10|||||DEBUG|500||received message from topic 2022-06-07T11:41:35.995Z||pool-2-thread-10|||||DEBUG|500||recieved notification from broker: { "distributionID": "4749a374-2cd8-4eeb-aff9-3b6394cedae9", "consumerID": "sdc-COpenSource-Env11-sdnc-dockero", "timestamp": 1654602028785, "artifactURL": "", "status": "COMPONENT_DONE_OK", "componentName": "SDNC" } Hibernate: select watchdogdi0_.DISTRIBUTION_ID as distribu1_11_0_, watchdogdi0_.CREATE_TIME as create_t2_11_0_, watchdogdi0_.DISTRIBUTION_ID_STATUS as distribu3_11_0_, watchdogdi0_.MODIFY_TIME as modify_t4_11_0_, watchdogdi0_.LOCK_VERSION as lock_ver5_11_0_ from watchdog_distributionid_status watchdogdi0_ where watchdogdi0_.DISTRIBUTION_ID=? 2022-06-07T11:41:35.999Z||pool-2-thread-10|||||DEBUG|500||Receive a callback componentStatus in ASDC, for componentName: SDNC and status of COMPONENT_DONE_OK distributionID of 4749a374-2cd8-4eeb-aff9-3b6394cedae9 2022-06-07T11:41:35.999Z||pool-2-thread-10|||||DEBUG|500||Entering installTheComponentStatus for distributionId 4749a374-2cd8-4eeb-aff9-3b6394cedae9 and ComponentName SDNC Hibernate: select watchdogco0_.COMPONENT_NAME as componen1_12_0_, watchdogco0_.DISTRIBUTION_ID as distribu2_12_0_, watchdogco0_.COMPONENT_DISTRIBUTION_STATUS as componen3_12_0_, watchdogco0_.CREATE_TIME as create_t4_12_0_, watchdogco0_.MODIFY_TIME as modify_t5_12_0_ from watchdog_per_component_distribution_status watchdogco0_ where watchdogco0_.COMPONENT_NAME=? and watchdogco0_.DISTRIBUTION_ID=? Hibernate: insert into watchdog_per_component_distribution_status (COMPONENT_DISTRIBUTION_STATUS, CREATE_TIME, MODIFY_TIME, COMPONENT_NAME, DISTRIBUTION_ID) values (?, ?, ?, ?, ?) 2022-06-07T11:41:36.007Z||pool-2-thread-10|||||DEBUG|500||received message from topic 2022-06-07T11:41:36.007Z||pool-2-thread-10|||||DEBUG|500||recieved notification from broker: { "distributionID": "4749a374-2cd8-4eeb-aff9-3b6394cedae9", "consumerID": "aai-ml", "timestamp": 1654602021270, "artifactURL": "/sdc/v1/catalog/services/DemoPnfH9p8f5pp9tvkyyitkssn/1.0/artifacts/service-DemoPnfH9p8f5pp9tvkyyitkssn-template.yml", "status": "NOT_NOTIFIED" } 2022-06-07T11:41:36.007Z||pool-2-thread-10|||||INFO|500||Missing status on Status Object. 2022-06-07T11:41:36.007Z||pool-2-thread-10|||||DEBUG|500||received message from topic 2022-06-07T11:41:36.007Z||pool-2-thread-10|||||DEBUG|500||recieved notification from broker: { "distributionID": "4749a374-2cd8-4eeb-aff9-3b6394cedae9", "consumerID": "aai-ml", "timestamp": 1654602021270, "artifactURL": "/sdc/v1/catalog/services/DemoPnfH9p8f5pp9tvkyyitkssn/1.0/artifacts/service-DemoPnfH9p8f5pp9tvkyyitkssn-csar.csar", "status": "NOTIFIED" } 2022-06-07T11:41:36.008Z||pool-2-thread-10|||||INFO|500||Missing status on Status Object. 2022-06-07T11:41:36.008Z||pool-2-thread-10|||||DEBUG|500||received message from topic 2022-06-07T11:41:36.008Z||pool-2-thread-10|||||DEBUG|500||recieved notification from broker: { "distributionID": "4749a374-2cd8-4eeb-aff9-3b6394cedae9", "consumerID": "clamp", "timestamp": 1654602029401, "artifactURL": "/sdc/v1/catalog/services/DemoPnfH9p8f5pp9tvkyyitkssn/1.0/artifacts/service-DemoPnfH9p8f5pp9tvkyyitkssn-csar.csar", "status": "DEPLOY_OK" } 2022-06-07T11:41:36.008Z||pool-2-thread-10|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error' 2022-06-07T11:41:36.008Z||pool-2-thread-10|||||DEBUG|500||received message from topic 2022-06-07T11:41:36.008Z||pool-2-thread-10|||||DEBUG|500||recieved notification from broker: { "distributionID": "4749a374-2cd8-4eeb-aff9-3b6394cedae9", "consumerID": "aai-ml", "timestamp": 1654602030003, "artifactURL": "/sdc/v1/catalog/services/DemoPnfH9p8f5pp9tvkyyitkssn/1.0/artifacts/service-DemoPnfH9p8f5pp9tvkyyitkssn-csar.csar", "status": "DOWNLOAD_OK" } 2022-06-07T11:41:36.009Z||pool-2-thread-10|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error' 2022-06-07T11:41:36.009Z||pool-2-thread-10|||||DEBUG|500||received message from topic 2022-06-07T11:41:36.009Z||pool-2-thread-10|||||DEBUG|500||recieved notification from broker: { "distributionID": "4749a374-2cd8-4eeb-aff9-3b6394cedae9", "consumerID": "clamp", "timestamp": 1654602030405, "artifactURL": "", "status": "COMPONENT_DONE_OK", "componentName": "clamp" } Hibernate: select watchdogdi0_.DISTRIBUTION_ID as distribu1_11_0_, watchdogdi0_.CREATE_TIME as create_t2_11_0_, watchdogdi0_.DISTRIBUTION_ID_STATUS as distribu3_11_0_, watchdogdi0_.MODIFY_TIME as modify_t4_11_0_, watchdogdi0_.LOCK_VERSION as lock_ver5_11_0_ from watchdog_distributionid_status watchdogdi0_ where watchdogdi0_.DISTRIBUTION_ID=? 2022-06-07T11:41:36.013Z||pool-2-thread-10|||||DEBUG|500||Receive a callback componentStatus in ASDC, for componentName: clamp and status of COMPONENT_DONE_OK distributionID of 4749a374-2cd8-4eeb-aff9-3b6394cedae9 2022-06-07T11:41:36.013Z||pool-2-thread-10|||||DEBUG|500||Entering installTheComponentStatus for distributionId 4749a374-2cd8-4eeb-aff9-3b6394cedae9 and ComponentName clamp Hibernate: select watchdogco0_.COMPONENT_NAME as componen1_12_0_, watchdogco0_.DISTRIBUTION_ID as distribu2_12_0_, watchdogco0_.COMPONENT_DISTRIBUTION_STATUS as componen3_12_0_, watchdogco0_.CREATE_TIME as create_t4_12_0_, watchdogco0_.MODIFY_TIME as modify_t5_12_0_ from watchdog_per_component_distribution_status watchdogco0_ where watchdogco0_.COMPONENT_NAME=? and watchdogco0_.DISTRIBUTION_ID=? Hibernate: insert into watchdog_per_component_distribution_status (COMPONENT_DISTRIBUTION_STATUS, CREATE_TIME, MODIFY_TIME, COMPONENT_NAME, DISTRIBUTION_ID) values (?, ?, ?, ?, ?) 2022-06-07T11:41:36.021Z||pool-2-thread-10|||||DEBUG|500||received message from topic 2022-06-07T11:41:36.021Z||pool-2-thread-10|||||DEBUG|500||recieved notification from broker: { "distributionID": "4749a374-2cd8-4eeb-aff9-3b6394cedae9", "consumerID": "aai-ml", "timestamp": 1654602034893, "artifactURL": "/sdc/v1/catalog/services/DemoPnfH9p8f5pp9tvkyyitkssn/1.0/artifacts/service-DemoPnfH9p8f5pp9tvkyyitkssn-csar.csar", "status": "DEPLOY_OK" } 2022-06-07T11:41:36.021Z||pool-2-thread-10|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error' 2022-06-07T11:41:53.154Z|7894f8fd-a7a7-4cf0-ab07-35702f810c35|pool-2-thread-9|||||DEBUG|500||Entered getOverallDistributionStatus method for distrubutionId: 7894f8fd-a7a7-4cf0-ab07-35702f810c35 Hibernate: select watchdogdi0_.DISTRIBUTION_ID as distribu1_11_0_, watchdogdi0_.CREATE_TIME as create_t2_11_0_, watchdogdi0_.DISTRIBUTION_ID_STATUS as distribu3_11_0_, watchdogdi0_.MODIFY_TIME as modify_t4_11_0_, watchdogdi0_.LOCK_VERSION as lock_ver5_11_0_ from watchdog_distributionid_status watchdogdi0_ where watchdogdi0_.DISTRIBUTION_ID=? Hibernate: select watchdogco0_.COMPONENT_NAME as componen1_12_, watchdogco0_.DISTRIBUTION_ID as distribu2_12_, watchdogco0_.COMPONENT_DISTRIBUTION_STATUS as componen3_12_, watchdogco0_.CREATE_TIME as create_t4_12_, watchdogco0_.MODIFY_TIME as modify_t5_12_ from watchdog_per_component_distribution_status watchdogco0_ where watchdogco0_.DISTRIBUTION_ID=? 2022-06-07T11:41:53.168Z|7894f8fd-a7a7-4cf0-ab07-35702f810c35|pool-2-thread-9|||||DEBUG|500||Executed RequestDB getWatchdogComponentDistributionStatus for distrubutionId: 7894f8fd-a7a7-4cf0-ab07-35702f810c35 Hibernate: select watchdogco0_.COMPONENT_NAME as componen1_12_, watchdogco0_.DISTRIBUTION_ID as distribu2_12_, watchdogco0_.COMPONENT_DISTRIBUTION_STATUS as componen3_12_, watchdogco0_.CREATE_TIME as create_t4_12_, watchdogco0_.MODIFY_TIME as modify_t5_12_ from watchdog_per_component_distribution_status watchdogco0_ where watchdogco0_.DISTRIBUTION_ID=? 2022-06-07T11:41:53.172Z|7894f8fd-a7a7-4cf0-ab07-35702f810c35|pool-2-thread-9|||||DEBUG|500||Found componentName SO in the WatchDog Component DB 2022-06-07T11:41:53.172Z|7894f8fd-a7a7-4cf0-ab07-35702f810c35|pool-2-thread-9|||||DEBUG|500||Found componentName AAI in the WatchDog Component DB 2022-06-07T11:41:53.172Z|7894f8fd-a7a7-4cf0-ab07-35702f810c35|pool-2-thread-9|||||DEBUG|500||Found componentName SDNC in the WatchDog Component DB 2022-06-07T11:41:53.173Z|7894f8fd-a7a7-4cf0-ab07-35702f810c35|pool-2-thread-9|||||DEBUG|500||Components Size matched with the WatchdogComponentDistributionStatus results. 2022-06-07T11:41:53.173Z|7894f8fd-a7a7-4cf0-ab07-35702f810c35|pool-2-thread-9|||||DEBUG|500||Component status: COMPONENT_DONE_OK on componentName: 2022-06-07T11:41:53.173Z|7894f8fd-a7a7-4cf0-ab07-35702f810c35|pool-2-thread-9|||||DEBUG|500||Component status: COMPONENT_DONE_OK on componentName: 2022-06-07T11:41:53.173Z|7894f8fd-a7a7-4cf0-ab07-35702f810c35|pool-2-thread-9|||||DEBUG|500||Component status: COMPONENT_DONE_OK on componentName: 2022-06-07T11:41:53.173Z|7894f8fd-a7a7-4cf0-ab07-35702f810c35|pool-2-thread-9|||||DEBUG|500||Component status: COMPONENT_DONE_OK on componentName: 2022-06-07T11:41:53.174Z|7894f8fd-a7a7-4cf0-ab07-35702f810c35|pool-2-thread-9|||||DEBUG|500||Component status: COMPONENT_DONE_OK on componentName: 2022-06-07T11:41:53.175Z|7894f8fd-a7a7-4cf0-ab07-35702f810c35|pool-2-thread-9|||||DEBUG|500||Component status: COMPONENT_DONE_OK on componentName: 2022-06-07T11:41:53.175Z|7894f8fd-a7a7-4cf0-ab07-35702f810c35|pool-2-thread-9|||||DEBUG|500||Updating overall DistributionStatus to: SUCCESS for distributionId: Hibernate: select watchdogdi0_.DISTRIBUTION_ID as distribu1_11_0_, watchdogdi0_.CREATE_TIME as create_t2_11_0_, watchdogdi0_.DISTRIBUTION_ID_STATUS as distribu3_11_0_, watchdogdi0_.MODIFY_TIME as modify_t4_11_0_, watchdogdi0_.LOCK_VERSION as lock_ver5_11_0_ from watchdog_distributionid_status watchdogdi0_ where watchdogdi0_.DISTRIBUTION_ID=? 2022-06-07T11:41:53.180Z|7894f8fd-a7a7-4cf0-ab07-35702f810c35|pool-2-thread-9|||||DEBUG|500||Exiting getOverallDistributionStatus method in WatchdogDistribution 2022-06-07T11:42:23.181Z|7894f8fd-a7a7-4cf0-ab07-35702f810c35|pool-2-thread-9|||||DEBUG|500||Entered executePatchAAI method with distrubutionId: 7894f8fd-a7a7-4cf0-ab07-35702f810c35 and distributionStatus: Hibernate: select watchdogse0_.DISTRIBUTION_ID as distribu1_13_, watchdogse0_.SERVICE_MODEL_VERSION_ID as service_2_13_, watchdogse0_.CONSUMER_ID as consumer3_13_, watchdogse0_.CREATE_TIME as create_t4_13_, watchdogse0_.DISTRIBUTION_NOTIFICATION as distribu5_13_ from watchdog_service_mod_ver_id_lookup watchdogse0_ where watchdogse0_.DISTRIBUTION_ID=? 2022-06-07T11:42:23.191Z|7894f8fd-a7a7-4cf0-ab07-35702f810c35|pool-2-thread-9|||||DEBUG|500||Executed RequestDB getWatchdogServiceModVerIdLookup with distributionId: 7894f8fd-a7a7-4cf0-ab07-35702f810c35 and serviceModelVersionId: 668b0584-f10c-4ef7-8986-58260bbb0cd8 2022-06-07T11:42:23.192Z|7894f8fd-a7a7-4cf0-ab07-35702f810c35|pool-2-thread-9|||||DEBUG|500||ASDC Notification ServiceModelInvariantUUID : 7a792005-d0e7-4f6b-a4d3-78f16dbca498 2022-06-07T11:42:23.193Z|7894f8fd-a7a7-4cf0-ab07-35702f810c35|pool-2-thread-9|||||DEBUG|500||Target A&AI Resource URI: /service-design-and-creation/models/model/7a792005-d0e7-4f6b-a4d3-78f16dbca498/model-vers/model-ver/668b0584-f10c-4ef7-8986-58260bbb0cd8?depth=0 2022-06-07T11:42:23.197Z|7894f8fd-a7a7-4cf0-ab07-35702f810c35|pool-2-thread-9|||||INFO|500||RestClientSSL using default SSL context! 2022-06-07T11:42:23.249Z|7894f8fd-a7a7-4cf0-ab07-35702f810c35|pool-2-thread-9|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/7a792005-d0e7-4f6b-a4d3-78f16dbca498/model-vers/model-ver/668b0584-f10c-4ef7-8986-58260bbb0cd8?depth=0|INFO|500||Invoke 2022-06-07T11:42:23.249Z|7894f8fd-a7a7-4cf0-ab07-35702f810c35|pool-2-thread-9|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/7a792005-d0e7-4f6b-a4d3-78f16dbca498/model-vers/model-ver/668b0584-f10c-4ef7-8986-58260bbb0cd8?depth=0|DEBUG|500||Sending HTTP POST (overridden to PATCH) to:https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/7a792005-d0e7-4f6b-a4d3-78f16dbca498/model-vers/model-ver/668b0584-f10c-4ef7-8986-58260bbb0cd8?depth=0 with request headers:{Authorization=[***REDACTED***], X-RequestID=[7894f8fd-a7a7-4cf0-ab07-35702f810c35], X-FromAppId=[MSO], X-ONAP-PartnerName=[UNKNOWN], X-HTTP-Method-Override=[PATCH], Accept=[application/json], X-InvocationID=[9b1d6d88-d78a-4fac-8b8e-98d18c2fd182], X-ECOMP-RequestID=[7894f8fd-a7a7-4cf0-ab07-35702f810c35], X-TransactionId=[], X-ONAP-RequestID=[7894f8fd-a7a7-4cf0-ab07-35702f810c35], Content-Type=[application/merge-patch+json]} 2022-06-07T11:42:23.270Z|7894f8fd-a7a7-4cf0-ab07-35702f810c35|pool-2-thread-9|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/7a792005-d0e7-4f6b-a4d3-78f16dbca498/model-vers/model-ver/668b0584-f10c-4ef7-8986-58260bbb0cd8?depth=0|DEBUG|500||{"distribution-status":"DISTRIBUTION_COMPLETE_OK"} 2022-06-07T11:42:23.401Z|7894f8fd-a7a7-4cf0-ab07-35702f810c35|pool-2-thread-9|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/7a792005-d0e7-4f6b-a4d3-78f16dbca498/model-vers/model-ver/668b0584-f10c-4ef7-8986-58260bbb0cd8?depth=0|DEBUG|500||Response from method:POST (overridden to PATCH) performed on uri:https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/7a792005-d0e7-4f6b-a4d3-78f16dbca498/model-vers/model-ver/668b0584-f10c-4ef7-8986-58260bbb0cd8?depth=0 has http status code:200 and response headers:{Strict-Transport-Security=[max-age=16000000; includeSubDomains; preload;], X-AAI-TXID=[1-aai-resources-220607-11:42:23:026-37474], vertex-id=[184384], Content-Length=[0], Date=[Tue, 07 Jun 2022 11:42:23 GMT], Content-Type=[application/json]} 2022-06-07T11:42:23.401Z|7894f8fd-a7a7-4cf0-ab07-35702f810c35|pool-2-thread-9|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/7a792005-d0e7-4f6b-a4d3-78f16dbca498/model-vers/model-ver/668b0584-f10c-4ef7-8986-58260bbb0cd8?depth=0|DEBUG|500||Response was returned with an empty entity. 2022-06-07T11:42:23.402Z|7894f8fd-a7a7-4cf0-ab07-35702f810c35|pool-2-thread-9|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/7a792005-d0e7-4f6b-a4d3-78f16dbca498/model-vers/model-ver/668b0584-f10c-4ef7-8986-58260bbb0cd8?depth=0|INFO|500||InvokeReturn 2022-06-07T11:42:23.404Z|7894f8fd-a7a7-4cf0-ab07-35702f810c35|pool-2-thread-9|||||DEBUG|500||A&AI UPDATE MODEL Version is success! 2022-06-07T11:42:23.404Z|7894f8fd-a7a7-4cf0-ab07-35702f810c35|pool-2-thread-9|||||DEBUG|500||A&AI Updated succefully with Distribution Status! Hibernate: select service0_.MODEL_UUID as model_uu1_50_, service0_.CDS_BLUEPRINT_NAME as cds_blue2_50_, service0_.CDS_BLUEPRINT_VERSION as cds_blue3_50_, service0_.SERVICE_CATEGORY as service_4_50_, service0_.CONTROLLER_ACTOR as controll5_50_, service0_.CREATION_TIMESTAMP as creation6_50_, service0_.TOSCA_CSAR_ARTIFACT_UUID as tosca_c21_50_, service0_.DESCRIPTION as descript7_50_, service0_.OVERALL_DISTRIBUTION_STATUS as overall_8_50_, service0_.ENVIRONMENT_CONTEXT as environm9_50_, service0_.MODEL_INVARIANT_UUID as model_i10_50_, service0_.MODEL_NAME as model_n11_50_, service0_.MODEL_VERSION as model_v12_50_, service0_.NAMING_POLICY as naming_13_50_, service0_.ONAP_GENERATED_NAMING as onap_ge14_50_, service0_.RESOURCE_ORDER as resourc15_50_, service0_.SERVICE_FUNCTION as service16_50_, service0_.SERVICE_ROLE as service17_50_, service0_.SERVICE_TYPE as service18_50_, service0_.SKIP_POST_INSTANTIATION_CONFIGURATION as skip_po19_50_, service0_.WORKLOAD_CONTEXT as workloa20_50_ from service service0_ where service0_.MODEL_UUID=? 2022-06-07T11:42:23.408Z|7894f8fd-a7a7-4cf0-ab07-35702f810c35|pool-2-thread-9|||||ERROR|500||Error updating CatalogDBStatus java.lang.NullPointerException: null at org.onap.so.asdc.tenantIsolation.WatchdogDistribution.updateCatalogDBStatus(WatchdogDistribution.java:206) at org.onap.so.asdc.client.ASDCController.treatNotification(ASDCController.java:690) at org.onap.so.asdc.client.ASDCNotificationCallBack.activateCallback(ASDCNotificationCallBack.java:52) at org.onap.sdc.impl.NotificationConsumer.run(NotificationConsumer.java:71) at java.base/java.util.concurrent.Executors$RunnableAdapter.call(Unknown Source) at java.base/java.util.concurrent.FutureTask.runAndReset(Unknown Source) at java.base/java.util.concurrent.ScheduledThreadPoolExecutor$ScheduledFutureTask.run(Unknown Source) at java.base/java.util.concurrent.ThreadPoolExecutor.runWorker(Unknown Source) at java.base/java.util.concurrent.ThreadPoolExecutor$Worker.run(Unknown Source) at java.base/java.lang.Thread.run(Unknown Source) 2022-06-07T11:42:23.409Z|7894f8fd-a7a7-4cf0-ab07-35702f810c35|pool-2-thread-9|||||DEBUG|500||Enter sendFinalDistributionStatus with DistributionID 7894f8fd-a7a7-4cf0-ab07-35702f810c35 and Status of DISTRIBUTION_COMPLETE_OK and ErrorReason null 2022-06-07T11:42:23.409Z|7894f8fd-a7a7-4cf0-ab07-35702f810c35|pool-2-thread-9|||||INFO|500||DistributionClient - sendFinalDistributionStatus status 2022-06-07T11:42:23.410Z|7894f8fd-a7a7-4cf0-ab07-35702f810c35|pool-2-thread-9|||||INFO|500||DistributionClient - sendStatus 2022-06-07T11:42:23.414Z|7894f8fd-a7a7-4cf0-ab07-35702f810c35|pool-2-thread-9|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap] 2022-06-07T11:42:23.414Z|7894f8fd-a7a7-4cf0-ab07-35702f810c35|pool-2-thread-9|||||DEBUG|500||try to send status { "distributionID": "7894f8fd-a7a7-4cf0-ab07-35702f810c35", "consumerID": "SO-COpenSource-Env11", "timestamp": 1654602143409, "artifactURL": "", "status": "DISTRIBUTION_COMPLETE_OK" } 2022-06-07T11:42:23.512Z||pool-55-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 98 ms 2022-06-07T11:42:23.512Z||pool-55-thread-1|||||WARN|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO will send credentials over a clear channel. 2022-06-07T11:42:23.513Z||pool-55-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as rACJoekZgDKIBPEP) ... 2022-06-07T11:42:23.560Z||pool-55-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK 2022-06-07T11:42:23.560Z||pool-55-thread-1|||||INFO|500||cambria reply ok (48 ms):{"serverTimeMs":0,"count":1} Hibernate: select watchdogdi0_.DISTRIBUTION_ID as distribu1_11_0_, watchdogdi0_.CREATE_TIME as create_t2_11_0_, watchdogdi0_.DISTRIBUTION_ID_STATUS as distribu3_11_0_, watchdogdi0_.MODIFY_TIME as modify_t4_11_0_, watchdogdi0_.LOCK_VERSION as lock_ver5_11_0_ from watchdog_distributionid_status watchdogdi0_ where watchdogdi0_.DISTRIBUTION_ID=? Hibernate: update watchdog_distributionid_status set DISTRIBUTION_ID_STATUS=?, MODIFY_TIME=?, LOCK_VERSION=? where DISTRIBUTION_ID=? 2022-06-07T11:42:24.426Z|7894f8fd-a7a7-4cf0-ab07-35702f810c35|pool-2-thread-9|||||DEBUG|500||received message from topic 2022-06-07T11:42:24.426Z|7894f8fd-a7a7-4cf0-ab07-35702f810c35|pool-2-thread-9|||||DEBUG|500||recieved notification from broker: {"distributionID":"67deecb1-e97c-48a5-a31a-e61d1e41514b","serviceName":"basic_cnf","serviceVersion":"1.0","serviceUUID":"8ce25674-01eb-4114-9995-2ebc1e99f2a7","serviceDescription":"service","serviceInvariantUUID":"99433011-3317-4675-a32e-711475f7fe8c","resources":[{"resourceInstanceName":"basic_cnf 0","resourceName":"basic_cnf","resourceVersion":"1.0","resoucreType":"VF","resourceUUID":"376110fa-46c9-4129-acaf-51e6e3ad683e","resourceInvariantUUID":"77cc6be3-ca40-4eb4-abb5-adfff35c9112","resourceCustomizationUUID":"6906ed0f-c4c0-42e8-8a13-13cd40664ea2","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":"NjVkNDY3OGRhZGQwYWY1MWQ4YjcxMzJiMGNhMWVmODY\u003d","artifactDescription":"VF license file","artifactTimeout":0,"artifactUUID":"1f5d06f2-fa5f-4c6f-b19f-fc3babbfed77","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":"7b1a433d-02d7-4ccc-b1dc-9ec365fbc651","artifactVersion":"2","generatedFromUUID":"22bcc39f-1579-47db-9f66-3a76e0cfb8d3"},{"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":"22bcc39f-1579-47db-9f66-3a76e0cfb8d3","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":"YTVmNTI1YmExM2ZiNDEyMzg3MGJjZDVhM2Q5ZTRhMWQ\u003d","artifactDescription":"Auto-generated VF Modules information artifact","artifactTimeout":0,"artifactUUID":"dca90457-6f31-4992-996b-cc18744ac0ff","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":"d0fd1be1-a4a7-4e3b-92bf-92d7aa001263","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":"af5de434-9e90-49e5-8e08-059176a8ad63","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":"ca99a4a1-50c5-44d2-ba8d-9ef57008be93","artifactVersion":"2","generatedFromUUID":"d0fd1be1-a4a7-4e3b-92bf-92d7aa001263"}]}],"serviceArtifacts":[{"artifactName":"service-BasicCnf-template.yml","artifactType":"TOSCA_TEMPLATE","artifactURL":"/sdc/v1/catalog/services/BasicCnf/1.0/artifacts/service-BasicCnf-template.yml","artifactChecksum":"YTcyZTFlYzg5NTJlNzFjY2JhOGEyYjhmMTIzMGIzMjI\u003d","artifactDescription":"TOSCA representation of the asset","artifactTimeout":0,"artifactUUID":"8e6d8a27-7c1c-46fe-b436-f6c480ec1afc","artifactVersion":"1"},{"artifactName":"service-BasicCnf-csar.csar","artifactType":"TOSCA_CSAR","artifactURL":"/sdc/v1/catalog/services/BasicCnf/1.0/artifacts/service-BasicCnf-csar.csar","artifactChecksum":"NTJiMDUxMGE4NjJhMGVkMWQxYmZjMzczNmUxZDAxMmM\u003d","artifactDescription":"TOSCA definition package of the asset","artifactTimeout":0,"artifactUUID":"05c08406-d03a-4a68-8333-cc9054c48493","artifactVersion":"1"}],"workloadContext":"Production"} 2022-06-07T11:42:24.427Z|7894f8fd-a7a7-4cf0-ab07-35702f810c35|pool-2-thread-9|||||INFO|500||DistributionClient - sendNotificationStatus 2022-06-07T11:42:24.428Z|7894f8fd-a7a7-4cf0-ab07-35702f810c35|pool-2-thread-9|||||INFO|500||DistributionClient - sendStatus 2022-06-07T11:42:24.429Z|7894f8fd-a7a7-4cf0-ab07-35702f810c35|pool-2-thread-9|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap] 2022-06-07T11:42:24.430Z|7894f8fd-a7a7-4cf0-ab07-35702f810c35|pool-2-thread-9|||||DEBUG|500||try to send status { "distributionID": "67deecb1-e97c-48a5-a31a-e61d1e41514b", "consumerID": "SO-COpenSource-Env11", "timestamp": 1654602035641, "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/vf-license-model.xml", "status": "NOT_NOTIFIED" } 2022-06-07T11:42:24.530Z||pool-56-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms 2022-06-07T11:42:24.531Z||pool-56-thread-1|||||WARN|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO will send credentials over a clear channel. 2022-06-07T11:42:24.531Z||pool-56-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as rACJoekZgDKIBPEP) ... 2022-06-07T11:42:24.557Z||pool-56-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK 2022-06-07T11:42:24.558Z||pool-56-thread-1|||||INFO|500||cambria reply ok (28 ms):{"serverTimeMs":0,"count":1} 2022-06-07T11:42:25.430Z|7894f8fd-a7a7-4cf0-ab07-35702f810c35|pool-2-thread-9|||||INFO|500||DistributionClient - sendNotificationStatus 2022-06-07T11:42:25.431Z|7894f8fd-a7a7-4cf0-ab07-35702f810c35|pool-2-thread-9|||||INFO|500||DistributionClient - sendStatus 2022-06-07T11:42:25.433Z|7894f8fd-a7a7-4cf0-ab07-35702f810c35|pool-2-thread-9|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap] 2022-06-07T11:42:25.433Z|7894f8fd-a7a7-4cf0-ab07-35702f810c35|pool-2-thread-9|||||DEBUG|500||try to send status { "distributionID": "67deecb1-e97c-48a5-a31a-e61d1e41514b", "consumerID": "SO-COpenSource-Env11", "timestamp": 1654602035641, "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/nginx_cloudtech_k8s_charts.env", "status": "NOTIFIED" } 2022-06-07T11:42:25.533Z||pool-57-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 99 ms 2022-06-07T11:42:25.534Z||pool-57-thread-1|||||WARN|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO will send credentials over a clear channel. 2022-06-07T11:42:25.534Z||pool-57-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as rACJoekZgDKIBPEP) ... 2022-06-07T11:42:25.551Z||pool-57-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK 2022-06-07T11:42:25.551Z||pool-57-thread-1|||||INFO|500||cambria reply ok (17 ms):{"serverTimeMs":0,"count":1} 2022-06-07T11:42:26.434Z|7894f8fd-a7a7-4cf0-ab07-35702f810c35|pool-2-thread-9|||||INFO|500||DistributionClient - sendNotificationStatus 2022-06-07T11:42:26.435Z|7894f8fd-a7a7-4cf0-ab07-35702f810c35|pool-2-thread-9|||||INFO|500||DistributionClient - sendStatus 2022-06-07T11:42:26.437Z|7894f8fd-a7a7-4cf0-ab07-35702f810c35|pool-2-thread-9|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap] 2022-06-07T11:42:26.437Z|7894f8fd-a7a7-4cf0-ab07-35702f810c35|pool-2-thread-9|||||DEBUG|500||try to send status { "distributionID": "67deecb1-e97c-48a5-a31a-e61d1e41514b", "consumerID": "SO-COpenSource-Env11", "timestamp": 1654602035641, "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/nginx_cloudtech_k8s_charts.tgz", "status": "NOTIFIED" } 2022-06-07T11:42:26.537Z||pool-58-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms 2022-06-07T11:42:26.538Z||pool-58-thread-1|||||WARN|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO will send credentials over a clear channel. 2022-06-07T11:42:26.538Z||pool-58-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as rACJoekZgDKIBPEP) ... 2022-06-07T11:42:26.553Z||pool-58-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK 2022-06-07T11:42:26.554Z||pool-58-thread-1|||||INFO|500||cambria reply ok (17 ms):{"serverTimeMs":0,"count":1} 2022-06-07T11:42:27.438Z|7894f8fd-a7a7-4cf0-ab07-35702f810c35|pool-2-thread-9|||||INFO|500||DistributionClient - sendNotificationStatus 2022-06-07T11:42:27.439Z|7894f8fd-a7a7-4cf0-ab07-35702f810c35|pool-2-thread-9|||||INFO|500||DistributionClient - sendStatus 2022-06-07T11:42:27.440Z|7894f8fd-a7a7-4cf0-ab07-35702f810c35|pool-2-thread-9|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap] 2022-06-07T11:42:27.440Z|7894f8fd-a7a7-4cf0-ab07-35702f810c35|pool-2-thread-9|||||DEBUG|500||try to send status { "distributionID": "67deecb1-e97c-48a5-a31a-e61d1e41514b", "consumerID": "SO-COpenSource-Env11", "timestamp": 1654602035641, "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/basic_cnf0_modules.json", "status": "NOTIFIED" } 2022-06-07T11:42:27.540Z||pool-59-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms 2022-06-07T11:42:27.541Z||pool-59-thread-1|||||WARN|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO will send credentials over a clear channel. 2022-06-07T11:42:27.541Z||pool-59-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as rACJoekZgDKIBPEP) ... 2022-06-07T11:42:27.562Z||pool-59-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK 2022-06-07T11:42:27.562Z||pool-59-thread-1|||||INFO|500||cambria reply ok (21 ms):{"serverTimeMs":0,"count":1} 2022-06-07T11:42:28.441Z|7894f8fd-a7a7-4cf0-ab07-35702f810c35|pool-2-thread-9|||||INFO|500||DistributionClient - sendNotificationStatus 2022-06-07T11:42:28.441Z|7894f8fd-a7a7-4cf0-ab07-35702f810c35|pool-2-thread-9|||||INFO|500||DistributionClient - sendStatus 2022-06-07T11:42:28.443Z|7894f8fd-a7a7-4cf0-ab07-35702f810c35|pool-2-thread-9|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap] 2022-06-07T11:42:28.443Z|7894f8fd-a7a7-4cf0-ab07-35702f810c35|pool-2-thread-9|||||DEBUG|500||try to send status { "distributionID": "67deecb1-e97c-48a5-a31a-e61d1e41514b", "consumerID": "SO-COpenSource-Env11", "timestamp": 1654602035641, "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/base_dummy.yaml", "status": "NOTIFIED" } 2022-06-07T11:42:28.543Z||pool-60-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms 2022-06-07T11:42:28.544Z||pool-60-thread-1|||||WARN|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO will send credentials over a clear channel. 2022-06-07T11:42:28.544Z||pool-60-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as rACJoekZgDKIBPEP) ... 2022-06-07T11:42:28.565Z||pool-60-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK 2022-06-07T11:42:28.566Z||pool-60-thread-1|||||INFO|500||cambria reply ok (22 ms):{"serverTimeMs":1,"count":1} 2022-06-07T11:42:29.444Z|7894f8fd-a7a7-4cf0-ab07-35702f810c35|pool-2-thread-9|||||INFO|500||DistributionClient - sendNotificationStatus 2022-06-07T11:42:29.445Z|7894f8fd-a7a7-4cf0-ab07-35702f810c35|pool-2-thread-9|||||INFO|500||DistributionClient - sendStatus 2022-06-07T11:42:29.447Z|7894f8fd-a7a7-4cf0-ab07-35702f810c35|pool-2-thread-9|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap] 2022-06-07T11:42:29.447Z|7894f8fd-a7a7-4cf0-ab07-35702f810c35|pool-2-thread-9|||||DEBUG|500||try to send status { "distributionID": "67deecb1-e97c-48a5-a31a-e61d1e41514b", "consumerID": "SO-COpenSource-Env11", "timestamp": 1654602035641, "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/vendor-license-model.xml", "status": "NOT_NOTIFIED" } 2022-06-07T11:42:29.548Z||pool-61-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 99 ms 2022-06-07T11:42:29.549Z||pool-61-thread-1|||||WARN|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO will send credentials over a clear channel. 2022-06-07T11:42:29.549Z||pool-61-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as rACJoekZgDKIBPEP) ... 2022-06-07T11:42:29.580Z||pool-61-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK 2022-06-07T11:42:29.581Z||pool-61-thread-1|||||INFO|500||cambria reply ok (33 ms):{"serverTimeMs":0,"count":1} 2022-06-07T11:42:30.448Z|7894f8fd-a7a7-4cf0-ab07-35702f810c35|pool-2-thread-9|||||INFO|500||DistributionClient - sendNotificationStatus 2022-06-07T11:42:30.449Z|7894f8fd-a7a7-4cf0-ab07-35702f810c35|pool-2-thread-9|||||INFO|500||DistributionClient - sendStatus 2022-06-07T11:42:30.451Z|7894f8fd-a7a7-4cf0-ab07-35702f810c35|pool-2-thread-9|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap] 2022-06-07T11:42:30.451Z|7894f8fd-a7a7-4cf0-ab07-35702f810c35|pool-2-thread-9|||||DEBUG|500||try to send status { "distributionID": "67deecb1-e97c-48a5-a31a-e61d1e41514b", "consumerID": "SO-COpenSource-Env11", "timestamp": 1654602035641, "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/base_dummy.env", "status": "NOTIFIED" } 2022-06-07T11:42:30.551Z||pool-62-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms 2022-06-07T11:42:30.552Z||pool-62-thread-1|||||WARN|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO will send credentials over a clear channel. 2022-06-07T11:42:30.552Z||pool-62-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as rACJoekZgDKIBPEP) ... 2022-06-07T11:42:30.580Z||pool-62-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK 2022-06-07T11:42:30.580Z||pool-62-thread-1|||||INFO|500||cambria reply ok (29 ms):{"serverTimeMs":0,"count":1} 2022-06-07T11:42:31.451Z|7894f8fd-a7a7-4cf0-ab07-35702f810c35|pool-2-thread-9|||||INFO|500||DistributionClient - sendNotificationStatus 2022-06-07T11:42:31.452Z|7894f8fd-a7a7-4cf0-ab07-35702f810c35|pool-2-thread-9|||||INFO|500||DistributionClient - sendStatus 2022-06-07T11:42:31.454Z|7894f8fd-a7a7-4cf0-ab07-35702f810c35|pool-2-thread-9|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap] 2022-06-07T11:42:31.455Z|7894f8fd-a7a7-4cf0-ab07-35702f810c35|pool-2-thread-9|||||DEBUG|500||try to send status { "distributionID": "67deecb1-e97c-48a5-a31a-e61d1e41514b", "consumerID": "SO-COpenSource-Env11", "timestamp": 1654602035641, "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/artifacts/service-BasicCnf-template.yml", "status": "NOT_NOTIFIED" } 2022-06-07T11:42:31.555Z||pool-63-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 99 ms 2022-06-07T11:42:31.556Z||pool-63-thread-1|||||WARN|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO will send credentials over a clear channel. 2022-06-07T11:42:31.556Z||pool-63-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as rACJoekZgDKIBPEP) ... 2022-06-07T11:42:31.575Z||pool-63-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK 2022-06-07T11:42:31.575Z||pool-63-thread-1|||||INFO|500||cambria reply ok (20 ms):{"serverTimeMs":1,"count":1} 2022-06-07T11:42:32.455Z|7894f8fd-a7a7-4cf0-ab07-35702f810c35|pool-2-thread-9|||||INFO|500||DistributionClient - sendNotificationStatus 2022-06-07T11:42:32.456Z|7894f8fd-a7a7-4cf0-ab07-35702f810c35|pool-2-thread-9|||||INFO|500||DistributionClient - sendStatus 2022-06-07T11:42:32.458Z|7894f8fd-a7a7-4cf0-ab07-35702f810c35|pool-2-thread-9|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap] 2022-06-07T11:42:32.459Z|7894f8fd-a7a7-4cf0-ab07-35702f810c35|pool-2-thread-9|||||DEBUG|500||try to send status { "distributionID": "67deecb1-e97c-48a5-a31a-e61d1e41514b", "consumerID": "SO-COpenSource-Env11", "timestamp": 1654602035641, "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/artifacts/service-BasicCnf-csar.csar", "status": "NOTIFIED" } 2022-06-07T11:42:32.559Z||pool-64-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms 2022-06-07T11:42:32.559Z||pool-64-thread-1|||||WARN|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO will send credentials over a clear channel. 2022-06-07T11:42:32.560Z||pool-64-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as rACJoekZgDKIBPEP) ... 2022-06-07T11:42:32.578Z||pool-64-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK 2022-06-07T11:42:32.579Z||pool-64-thread-1|||||INFO|500||cambria reply ok (20 ms):{"serverTimeMs":0,"count":1} 2022-06-07T11:42:33.460Z|7894f8fd-a7a7-4cf0-ab07-35702f810c35|pool-2-thread-9|||||DEBUG|500||sending notification to client: { "distributionID": "67deecb1-e97c-48a5-a31a-e61d1e41514b", "serviceName": "basic_cnf", "serviceVersion": "1.0", "serviceUUID": "8ce25674-01eb-4114-9995-2ebc1e99f2a7", "serviceDescription": "service", "serviceInvariantUUID": "99433011-3317-4675-a32e-711475f7fe8c", "resources": [ { "resourceInstanceName": "basic_cnf 0", "resourceCustomizationUUID": "6906ed0f-c4c0-42e8-8a13-13cd40664ea2", "resourceName": "basic_cnf", "resourceVersion": "1.0", "resoucreType": "VF", "resourceUUID": "376110fa-46c9-4129-acaf-51e6e3ad683e", "resourceInvariantUUID": "77cc6be3-ca40-4eb4-abb5-adfff35c9112", "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": "7b1a433d-02d7-4ccc-b1dc-9ec365fbc651", "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": "22bcc39f-1579-47db-9f66-3a76e0cfb8d3", "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": "YTVmNTI1YmExM2ZiNDEyMzg3MGJjZDVhM2Q5ZTRhMWQ\u003d", "artifactDescription": "Auto-generated VF Modules information artifact", "artifactTimeout": 0, "artifactVersion": "1", "artifactUUID": "dca90457-6f31-4992-996b-cc18744ac0ff", "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": "d0fd1be1-a4a7-4e3b-92bf-92d7aa001263", "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": "ca99a4a1-50c5-44d2-ba8d-9ef57008be93", "generatedFromUUID": "d0fd1be1-a4a7-4e3b-92bf-92d7aa001263" }, "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": "ca99a4a1-50c5-44d2-ba8d-9ef57008be93", "relatedArtifactsInfo": [] } ] } ], "serviceArtifacts": [ { "artifactName": "service-BasicCnf-csar.csar", "artifactType": "TOSCA_CSAR", "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/artifacts/service-BasicCnf-csar.csar", "artifactChecksum": "NTJiMDUxMGE4NjJhMGVkMWQxYmZjMzczNmUxZDAxMmM\u003d", "artifactDescription": "TOSCA definition package of the asset", "artifactTimeout": 0, "artifactVersion": "1", "artifactUUID": "05c08406-d03a-4a68-8333-cc9054c48493" } ], "workloadContext": "Production" } 2022-06-07T11:42:33.461Z|7894f8fd-a7a7-4cf0-ab07-35702f810c35|pool-2-thread-9|||||DEBUG|500||Receive a callback notification in ASDC, nb of resources: 1 2022-06-07T11:42:33.461Z|7894f8fd-a7a7-4cf0-ab07-35702f810c35|pool-2-thread-9|||||INFO|500||ASDC_RECEIVE_CALLBACK_NOTIF 5 8ce25674-01eb-4114-9995-2ebc1e99f2a7 ASDC 2022-06-07T11:42:33.462Z|67deecb1-e97c-48a5-a31a-e61d1e41514b|pool-2-thread-9|||||DEBUG|500||ASDC Notification: DistributionID:67deecb1-e97c-48a5-a31a-e61d1e41514b ServiceName:basic_cnf ServiceVersion:1.0 ServiceUUID:8ce25674-01eb-4114-9995-2ebc1e99f2a7 ServiceInvariantUUID:99433011-3317-4675-a32e-711475f7fe8c 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:05c08406-d03a-4a68-8333-cc9054c48493 ArtifactChecksum:NTJiMDUxMGE4NjJhMGVkMWQxYmZjMzczNmUxZDAxMmM= GeneratedArtifact:{NULL } RelatedArtifacts:{ } } Resource Instances List: { Resource Instance Info: ResourceInstanceName:basic_cnf 0 ResourceCustomizationUUID:6906ed0f-c4c0-42e8-8a13-13cd40664ea2 ResourceInvariantUUID:77cc6be3-ca40-4eb4-abb5-adfff35c9112 ResourceName:basic_cnf ResourceType:VF ResourceUUID:376110fa-46c9-4129-acaf-51e6e3ad683e 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:7b1a433d-02d7-4ccc-b1dc-9ec365fbc651 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:22bcc39f-1579-47db-9f66-3a76e0cfb8d3 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:dca90457-6f31-4992-996b-cc18744ac0ff ArtifactChecksum:YTVmNTI1YmExM2ZiNDEyMzg3MGJjZDVhM2Q5ZTRhMWQ= 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:d0fd1be1-a4a7-4e3b-92bf-92d7aa001263 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:ca99a4a1-50c5-44d2-ba8d-9ef57008be93 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:ca99a4a1-50c5-44d2-ba8d-9ef57008be93 ArtifactChecksum:NmZhYzg0NmUzZTJiM2I2ZmJlZDE2YzY0ODM0MTZkYmE= GeneratedArtifact:{NULL } RelatedArtifacts:{ } } } 2022-06-07T11:42:33.462Z|67deecb1-e97c-48a5-a31a-e61d1e41514b|pool-2-thread-9|||||INFO|500||ASDC_RECEIVE_SERVICE_NOTIF 8ce25674-01eb-4114-9995-2ebc1e99f2a7 ASDC treatNotification Hibernate: select watchdogse0_.DISTRIBUTION_ID as distribu1_13_0_, watchdogse0_.SERVICE_MODEL_VERSION_ID as service_2_13_0_, watchdogse0_.CONSUMER_ID as consumer3_13_0_, watchdogse0_.CREATE_TIME as create_t4_13_0_, watchdogse0_.DISTRIBUTION_NOTIFICATION as distribu5_13_0_ from watchdog_service_mod_ver_id_lookup watchdogse0_ where watchdogse0_.DISTRIBUTION_ID=? and watchdogse0_.SERVICE_MODEL_VERSION_ID=? Hibernate: insert into watchdog_service_mod_ver_id_lookup (CONSUMER_ID, CREATE_TIME, DISTRIBUTION_NOTIFICATION, DISTRIBUTION_ID, SERVICE_MODEL_VERSION_ID) values (?, ?, ?, ?, ?) Hibernate: select watchdogdi0_.DISTRIBUTION_ID as distribu1_11_0_, watchdogdi0_.CREATE_TIME as create_t2_11_0_, watchdogdi0_.DISTRIBUTION_ID_STATUS as distribu3_11_0_, watchdogdi0_.MODIFY_TIME as modify_t4_11_0_, watchdogdi0_.LOCK_VERSION as lock_ver5_11_0_ from watchdog_distributionid_status watchdogdi0_ where watchdogdi0_.DISTRIBUTION_ID=? Hibernate: update watchdog_distributionid_status set DISTRIBUTION_ID_STATUS=?, MODIFY_TIME=?, LOCK_VERSION=? where DISTRIBUTION_ID=? 2022-06-07T11:42:33.497Z|67deecb1-e97c-48a5-a31a-e61d1e41514b|pool-2-thread-9|||||INFO|500||Unable to find the system property mso.config.path, use the default configuration 2022-06-07T11:42:33.498Z|67deecb1-e97c-48a5-a31a-e61d1e41514b|pool-2-thread-9|||||INFO|500||MSO config path is: /app 2022-06-07T11:42:33.498Z|67deecb1-e97c-48a5-a31a-e61d1e41514b|pool-2-thread-9|||||INFO|500||MSO config path is: /app 2022-06-07T11:42:33.499Z|67deecb1-e97c-48a5-a31a-e61d1e41514b|pool-2-thread-9|||||INFO|500||Trying to download the artifact UUID: 05c08406-d03a-4a68-8333-cc9054c48493 from URL: /sdc/v1/catalog/services/BasicCnf/1.0/artifacts/service-BasicCnf-csar.csar 2022-06-07T11:42:33.499Z|67deecb1-e97c-48a5-a31a-e61d1e41514b|pool-2-thread-9|||||INFO|500||DistributionClient - download 2022-06-07T11:42:33.499Z|67deecb1-e97c-48a5-a31a-e61d1e41514b|pool-2-thread-9|||||DEBUG|500||url to send https://sdc-be.onap:8443/sdc/v1/catalog/services/BasicCnf/1.0/artifacts/service-BasicCnf-csar.csar 2022-06-07T11:42:33.620Z|67deecb1-e97c-48a5-a31a-e61d1e41514b|pool-2-thread-9|||||DEBUG|500||GET Response Status 200 2022-06-07T11:42:33.623Z|67deecb1-e97c-48a5-a31a-e61d1e41514b|pool-2-thread-9|||||INFO|500||ASDC_ARTIFACT_DOWNLOAD_SUC /sdc/v1/catalog/services/BasicCnf/1.0/artifacts/service-BasicCnf-csar.csar 05c08406-d03a-4a68-8333-cc9054c48493 68952 2022-06-07T11:42:33.623Z|67deecb1-e97c-48a5-a31a-e61d1e41514b|pool-2-thread-9|||||INFO|500||ASDC_SEND_NOTIF_ASDC DOWNLOAD DOWNLOAD_OK /sdc/v1/catalog/services/BasicCnf/1.0/artifacts/service-BasicCnf-csar.csar ASDC sendASDCNotification 2022-06-07T11:42:33.623Z|67deecb1-e97c-48a5-a31a-e61d1e41514b|pool-2-thread-9|||||DEBUG|500||Sending DOWNLOAD(DOWNLOAD_OK) notification to ASDC for artifact:/sdc/v1/catalog/services/BasicCnf/1.0/artifacts/service-BasicCnf-csar.csar 2022-06-07T11:42:33.623Z|67deecb1-e97c-48a5-a31a-e61d1e41514b|pool-2-thread-9|||||INFO|500||DistributionClient - sendDownloadStatus 2022-06-07T11:42:33.624Z|67deecb1-e97c-48a5-a31a-e61d1e41514b|pool-2-thread-9|||||INFO|500||DistributionClient - sendStatus 2022-06-07T11:42:33.625Z|67deecb1-e97c-48a5-a31a-e61d1e41514b|pool-2-thread-9|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap] 2022-06-07T11:42:33.626Z|67deecb1-e97c-48a5-a31a-e61d1e41514b|pool-2-thread-9|||||DEBUG|500||try to send status { "distributionID": "67deecb1-e97c-48a5-a31a-e61d1e41514b", "consumerID": "SO-COpenSource-Env11", "timestamp": 1654602153623, "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/artifacts/service-BasicCnf-csar.csar", "status": "DOWNLOAD_OK" } 2022-06-07T11:42:33.726Z||pool-65-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms 2022-06-07T11:42:33.726Z||pool-65-thread-1|||||WARN|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO will send credentials over a clear channel. 2022-06-07T11:42:33.727Z||pool-65-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as rACJoekZgDKIBPEP) ... 2022-06-07T11:42:33.753Z||pool-65-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK 2022-06-07T11:42:33.754Z||pool-65-thread-1|||||INFO|500||cambria reply ok (28 ms):{"serverTimeMs":0,"count":1} 2022-06-07T11:42:34.626Z|67deecb1-e97c-48a5-a31a-e61d1e41514b|pool-2-thread-9|||||INFO|500||Unable to find the system property mso.config.path, use the default configuration 2022-06-07T11:42:34.627Z|67deecb1-e97c-48a5-a31a-e61d1e41514b|pool-2-thread-9|||||INFO|500||MSO config path is: /app 2022-06-07T11:42:34.628Z|67deecb1-e97c-48a5-a31a-e61d1e41514b|pool-2-thread-9|||||INFO|500||Trying to write artifact UUID: 05c08406-d03a-4a68-8333-cc9054c48493, URL: /sdc/v1/catalog/services/BasicCnf/1.0/artifacts/service-BasicCnf-csar.csar to file: /app/ASDC/1/service-BasicCnf-csar.csar 2022-06-07T11:42:34.628Z|67deecb1-e97c-48a5-a31a-e61d1e41514b|pool-2-thread-9|||||INFO|500||ASDC_RECEIVE_SERVICE_NOTIF ***WRITE FILE ARTIFACT NAME ASDC service-BasicCnf-csar.csar 2022-06-07T11:42:34.629Z|67deecb1-e97c-48a5-a31a-e61d1e41514b|pool-2-thread-9|||||DEBUG|500||ASDC File path is: /app/ASDC/1/service-BasicCnf-csar.csar 2022-06-07T11:42:34.629Z|67deecb1-e97c-48a5-a31a-e61d1e41514b|pool-2-thread-9|||||INFO|500||ASDC_RECEIVE_SERVICE_NOTIF ***PATH ASDC /app/ASDC/1/service-BasicCnf-csar.csar 2022-06-07T11:42:34.785Z|67deecb1-e97c-48a5-a31a-e61d1e41514b|pool-2-thread-9|||||DEBUG|500||ToscaTemplate Loading YAMEL file /tmp/JTP14622559483669029114/Definitions/service-BasicCnf-template.yml 2022-06-07T11:42:35.662Z||pool-2-thread-10|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2022-06-07T11:42:35.662Z||pool-2-thread-10|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel. 2022-06-07T11:42:35.662Z||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 rACJoekZgDKIBPEP) ... 2022-06-07T11:42:35.700Z||pool-2-thread-10|||||INFO|500|| --> HTTP/1.1 200 OK 2022-06-07T11:42:35.701Z||pool-2-thread-10|||||DEBUG|500||received message from topic 2022-06-07T11:42:35.701Z||pool-2-thread-10|||||DEBUG|500||recieved notification from broker: { "distributionID": "4749a374-2cd8-4eeb-aff9-3b6394cedae9", "consumerID": "aai-ml", "timestamp": 1654602035897, "artifactURL": "", "status": "COMPONENT_DONE_OK", "componentName": "AAI" } Hibernate: select watchdogdi0_.DISTRIBUTION_ID as distribu1_11_0_, watchdogdi0_.CREATE_TIME as create_t2_11_0_, watchdogdi0_.DISTRIBUTION_ID_STATUS as distribu3_11_0_, watchdogdi0_.MODIFY_TIME as modify_t4_11_0_, watchdogdi0_.LOCK_VERSION as lock_ver5_11_0_ from watchdog_distributionid_status watchdogdi0_ where watchdogdi0_.DISTRIBUTION_ID=? 2022-06-07T11:42:35.707Z||pool-2-thread-10|||||DEBUG|500||Receive a callback componentStatus in ASDC, for componentName: AAI and status of COMPONENT_DONE_OK distributionID of 4749a374-2cd8-4eeb-aff9-3b6394cedae9 2022-06-07T11:42:35.707Z||pool-2-thread-10|||||DEBUG|500||Entering installTheComponentStatus for distributionId 4749a374-2cd8-4eeb-aff9-3b6394cedae9 and ComponentName AAI Hibernate: select watchdogco0_.COMPONENT_NAME as componen1_12_0_, watchdogco0_.DISTRIBUTION_ID as distribu2_12_0_, watchdogco0_.COMPONENT_DISTRIBUTION_STATUS as componen3_12_0_, watchdogco0_.CREATE_TIME as create_t4_12_0_, watchdogco0_.MODIFY_TIME as modify_t5_12_0_ from watchdog_per_component_distribution_status watchdogco0_ where watchdogco0_.COMPONENT_NAME=? and watchdogco0_.DISTRIBUTION_ID=? Hibernate: insert into watchdog_per_component_distribution_status (COMPONENT_DISTRIBUTION_STATUS, CREATE_TIME, MODIFY_TIME, COMPONENT_NAME, DISTRIBUTION_ID) values (?, ?, ?, ?, ?) 2022-06-07T11:42:36.030Z|67deecb1-e97c-48a5-a31a-e61d1e41514b|pool-2-thread-9|||||DEBUG|500||CSAR conformance level is 11.0 2022-06-07T11:42:36.031Z|67deecb1-e97c-48a5-a31a-e61d1e41514b|pool-2-thread-9|||||WARN|500||#################################################################################################### 2022-06-07T11:42:36.031Z|67deecb1-e97c-48a5-a31a-e61d1e41514b|pool-2-thread-9|||||WARN|500||CSAR Warnings found! CSAR name - /app/ASDC/1/service-BasicCnf-csar.csar 2022-06-07T11:42:36.031Z|67deecb1-e97c-48a5-a31a-e61d1e41514b|pool-2-thread-9|||||WARN|500||ToscaTemplate - verifyTemplate - 4 Parsing Warnings occurred... 2022-06-07T11:42:36.031Z|67deecb1-e97c-48a5-a31a-e61d1e41514b|pool-2-thread-9|||||WARN|500||JTosca Exception [JE003]: MissingRequiredFieldError: properties of template "abstract_dummy" are missing field(s): [nfc_function]. CSAR name - /app/ASDC/1/service-BasicCnf-csar.csar 2022-06-07T11:42:36.031Z|67deecb1-e97c-48a5-a31a-e61d1e41514b|pool-2-thread-9|||||WARN|500||JTosca Exception [JE003]: MissingRequiredFieldError: properties of template "abstract_dummy" are missing field(s): [unit, type]. CSAR name - /app/ASDC/1/service-BasicCnf-csar.csar 2022-06-07T11:42:36.031Z|67deecb1-e97c-48a5-a31a-e61d1e41514b|pool-2-thread-9|||||WARN|500||JTosca Exception [JE003]: MissingRequiredFieldError: Data value of type "org.openecomp.datatypes.Naming" is missing required field(s) "[supplemental_data]". CSAR name - /app/ASDC/1/service-BasicCnf-csar.csar 2022-06-07T11:42:36.031Z|67deecb1-e97c-48a5-a31a-e61d1e41514b|pool-2-thread-9|||||WARN|500||JTosca Exception [JE003]: MissingRequiredFieldError: properties of template "basic_cnf 0" are missing field(s): [nf_naming_code, nf_function, sdnc_artifact_name, max_instances, nf_type, sdnc_model_version, nf_role, min_instances, sdnc_model_name]. CSAR name - /app/ASDC/1/service-BasicCnf-csar.csar 2022-06-07T11:42:36.031Z|67deecb1-e97c-48a5-a31a-e61d1e41514b|pool-2-thread-9|||||WARN|500||#################################################################################################### 2022-06-07T11:42:36.031Z|67deecb1-e97c-48a5-a31a-e61d1e41514b|pool-2-thread-9|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive 2022-06-07T11:42:36.032Z|67deecb1-e97c-48a5-a31a-e61d1e41514b|pool-2-thread-9|||||DEBUG|500||Service basic_cnf is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=SERVICE_PROXY, toscaType=null, uUID=null, customizationUUID=null 2022-06-07T11:42:36.032Z|67deecb1-e97c-48a5-a31a-e61d1e41514b|pool-2-thread-9|||||DEBUG|500||Node template basic_cnf 0 is matching search criteria 2022-06-07T11:42:36.032Z|67deecb1-e97c-48a5-a31a-e61d1e41514b|pool-2-thread-9|||||DEBUG|500||Search for entities recursively 2022-06-07T11:42:36.032Z|67deecb1-e97c-48a5-a31a-e61d1e41514b|pool-2-thread-9|||||DEBUG|500||Found topology templates [basic_cnf 0, abstract_dummy] matching following query criteria: sdcType=Service, customizationUUID=null 2022-06-07T11:42:36.032Z|67deecb1-e97c-48a5-a31a-e61d1e41514b|pool-2-thread-9|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive 2022-06-07T11:42:36.032Z|67deecb1-e97c-48a5-a31a-e61d1e41514b|pool-2-thread-9|||||DEBUG|500||Service basic_cnf is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=CONFIGURATION, toscaType=null, uUID=null, customizationUUID=null 2022-06-07T11:42:36.033Z|67deecb1-e97c-48a5-a31a-e61d1e41514b|pool-2-thread-9|||||DEBUG|500||Node template basic_cnf 0 is matching search criteria 2022-06-07T11:42:36.033Z|67deecb1-e97c-48a5-a31a-e61d1e41514b|pool-2-thread-9|||||DEBUG|500||Search for entities recursively 2022-06-07T11:42:36.033Z|67deecb1-e97c-48a5-a31a-e61d1e41514b|pool-2-thread-9|||||DEBUG|500||Found topology templates [basic_cnf 0, abstract_dummy] matching following query criteria: sdcType=Service, customizationUUID=null 2022-06-07T11:42:36.033Z|67deecb1-e97c-48a5-a31a-e61d1e41514b|pool-2-thread-9|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive 2022-06-07T11:42:36.033Z|67deecb1-e97c-48a5-a31a-e61d1e41514b|pool-2-thread-9|||||DEBUG|500||Service basic_cnf is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=VF, toscaType=null, uUID=null, customizationUUID=null 2022-06-07T11:42:36.033Z|67deecb1-e97c-48a5-a31a-e61d1e41514b|pool-2-thread-9|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive 2022-06-07T11:42:36.033Z|67deecb1-e97c-48a5-a31a-e61d1e41514b|pool-2-thread-9|||||DEBUG|500||Node template basic_cnf 0 is not matching search criteria 2022-06-07T11:42:36.034Z|67deecb1-e97c-48a5-a31a-e61d1e41514b|pool-2-thread-9|||||DEBUG|500||Node template abstract_dummy is not matching search criteria 2022-06-07T11:42:36.034Z|67deecb1-e97c-48a5-a31a-e61d1e41514b|pool-2-thread-9|||||DEBUG|500||Node template dummy is not matching search criteria 2022-06-07T11:42:36.034Z|67deecb1-e97c-48a5-a31a-e61d1e41514b|pool-2-thread-9|||||DEBUG|500||Found topology templates [] matching following query criteria: sdcType=VF, customizationUUID=customizationUUID 2022-06-07T11:42:36.034Z|67deecb1-e97c-48a5-a31a-e61d1e41514b|pool-2-thread-9|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive 2022-06-07T11:42:36.034Z|67deecb1-e97c-48a5-a31a-e61d1e41514b|pool-2-thread-9|||||DEBUG|500||Service basic_cnf is searched for EntityType=GROUP, nodeTemplateType=null, toscaType=org.openecomp.groups.VfModule, uUID=null, customizationUUID=null 2022-06-07T11:42:36.034Z|67deecb1-e97c-48a5-a31a-e61d1e41514b|pool-2-thread-9|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive 2022-06-07T11:42:36.035Z|67deecb1-e97c-48a5-a31a-e61d1e41514b|pool-2-thread-9|||||DEBUG|500||Node template basic_cnf 0 is matching search criteria 2022-06-07T11:42:36.035Z|67deecb1-e97c-48a5-a31a-e61d1e41514b|pool-2-thread-9|||||DEBUG|500||Found topology templates [basic_cnf 0] matching following query criteria: sdcType=VF, customizationUUID=null 2022-06-07T11:42:36.035Z|67deecb1-e97c-48a5-a31a-e61d1e41514b|pool-2-thread-9|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive 2022-06-07T11:42:36.035Z|67deecb1-e97c-48a5-a31a-e61d1e41514b|pool-2-thread-9|||||DEBUG|500||Node template basic_cnf 0 is matching search criteria 2022-06-07T11:42:36.035Z|67deecb1-e97c-48a5-a31a-e61d1e41514b|pool-2-thread-9|||||DEBUG|500||Found topology templates [basic_cnf 0] matching following query criteria: sdcType=VF, customizationUUID=null 2022-06-07T11:42:36.035Z|67deecb1-e97c-48a5-a31a-e61d1e41514b|pool-2-thread-9|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive 2022-06-07T11:42:36.036Z|67deecb1-e97c-48a5-a31a-e61d1e41514b|pool-2-thread-9|||||DEBUG|500||Node template basic_cnf 0 is matching search criteria 2022-06-07T11:42:36.036Z|67deecb1-e97c-48a5-a31a-e61d1e41514b|pool-2-thread-9|||||DEBUG|500||Found topology templates [basic_cnf 0] matching following query criteria: sdcType=VF, customizationUUID=null 2022-06-07T11:42:36.036Z|67deecb1-e97c-48a5-a31a-e61d1e41514b|pool-2-thread-9|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive 2022-06-07T11:42:36.036Z|67deecb1-e97c-48a5-a31a-e61d1e41514b|pool-2-thread-9|||||DEBUG|500||Node template basic_cnf 0 is not matching search criteria 2022-06-07T11:42:36.036Z|67deecb1-e97c-48a5-a31a-e61d1e41514b|pool-2-thread-9|||||DEBUG|500||Node template abstract_dummy is matching search criteria 2022-06-07T11:42:36.036Z|67deecb1-e97c-48a5-a31a-e61d1e41514b|pool-2-thread-9|||||DEBUG|500||Found topology templates [abstract_dummy] matching following query criteria: sdcType=CVFC, customizationUUID=0c89481f-4b79-442e-8371-2c9ea5ef1924 2022-06-07T11:42:36.037Z|67deecb1-e97c-48a5-a31a-e61d1e41514b|pool-2-thread-9|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive 2022-06-07T11:42:36.037Z|67deecb1-e97c-48a5-a31a-e61d1e41514b|pool-2-thread-9|||||DEBUG|500||Service basic_cnf is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=VL, toscaType=null, uUID=null, customizationUUID=null 2022-06-07T11:42:36.037Z|67deecb1-e97c-48a5-a31a-e61d1e41514b|pool-2-thread-9|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive 2022-06-07T11:42:36.037Z|67deecb1-e97c-48a5-a31a-e61d1e41514b|pool-2-thread-9|||||DEBUG|500||Service basic_cnf is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=CR, toscaType=null, uUID=null, customizationUUID=null 2022-06-07T11:42:36.037Z|67deecb1-e97c-48a5-a31a-e61d1e41514b|pool-2-thread-9|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive 2022-06-07T11:42:36.037Z|67deecb1-e97c-48a5-a31a-e61d1e41514b|pool-2-thread-9|||||DEBUG|500||Service basic_cnf is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=VF, toscaType=null, uUID=null, customizationUUID=null 2022-06-07T11:42:36.037Z|67deecb1-e97c-48a5-a31a-e61d1e41514b|pool-2-thread-9|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive 2022-06-07T11:42:36.037Z|67deecb1-e97c-48a5-a31a-e61d1e41514b|pool-2-thread-9|||||DEBUG|500||Service basic_cnf is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=PNF, toscaType=null, uUID=null, customizationUUID=null 2022-06-07T11:42:36.038Z|67deecb1-e97c-48a5-a31a-e61d1e41514b|pool-2-thread-9|||||DEBUG|500||CSAR Notification: Service Level Properties: Name:basic_cnf Description:service Model UUID:8ce25674-01eb-4114-9995-2ebc1e99f2a7 Model Version:NULL Model InvariantUuid:99433011-3317-4675-a32e-711475f7fe8c Service Type: Service Role: WorkLoad Context:Production Environment Context:General_Revenue-Bearing VNF Properties: Model Name:basic_cnf Model UUID:0af2e545-14bf-400e-9abb-24266e1b1d5b Description:VF Version:1.0 Type:VF Category:Generic InvariantUuid:77cc6be3-ca40-4eb4-abb5-adfff35c9112 Max Instances:null Min Instances:null VNF Customization Properties: Customization UUID:6906ed0f-c4c0-42e8-8a13-13cd40664ea2 NFFunction:null NFCode:null NFRole:null NFType:null MultiStageDesign:false VF Module Properties: ModelInvariantUuid:1e1b108d-5c02-48cd-9766-79dca1a154c2 ModelName:BasicCnf..base_dummy..module-0 ModelUuid:353e22a3-8291-4543-9fdd-ea8aa3045525 ModelVersion:1 Description:NULL VF Module Customization Properties: Model Customization UUID:NULL CVNFC Properties: ModelCustomizationUuid:0c89481f-4b79-442e-8371-2c9ea5ef1924 ModelInvariantUuid:fe54e238-5761-4538-b392-df0ec56e4477 ModelName:basic_cnf-nodes.dummyCvfc ModelUuid:3b11b513-931d-42f4-9186-2db359a8c2e6 ModelVersion:1.0 Description:Complex node type that is used as nested type in VF Template Name:abstract_dummy VNFC Properties: ModelCustomizationUuid:0d5b6bd0-bdf7-4e84-b906-bb5f0d076e11 ModelInvariantUuid:a208c489-e934-4a96-be65-7c54b5fbc063 ModelName:BasicCnf.compute.nodes.heat.dummy ModelUuid:3ace61ce-1b76-4a1e-9fab-bda210788ecf ModelVersion:1.0 Description:Not reusable inner VFC Sub Category:Abstract VF Allotted Resource Properties: PNF Allotted Resource Properties: Hibernate: select toscacsar0_.ARTIFACT_UUID as artifact1_57_0_, toscacsar0_.ARTIFACT_CHECKSUM as artifact2_57_0_, toscacsar0_.CREATION_TIMESTAMP as creation3_57_0_, toscacsar0_.DESCRIPTION as descript4_57_0_, toscacsar0_.NAME as name5_57_0_, toscacsar0_.URL as url6_57_0_, toscacsar0_.Version as version7_57_0_ from tosca_csar toscacsar0_ where toscacsar0_.ARTIFACT_UUID=? 2022-06-07T11:42:36.048Z|67deecb1-e97c-48a5-a31a-e61d1e41514b|pool-2-thread-9|||||INFO|500||Processing Resource Type: VF, Model UUID: 376110fa-46c9-4129-acaf-51e6e3ad683e Hibernate: select service0_.MODEL_UUID as model_uu1_50_, service0_.CDS_BLUEPRINT_NAME as cds_blue2_50_, service0_.CDS_BLUEPRINT_VERSION as cds_blue3_50_, service0_.SERVICE_CATEGORY as service_4_50_, service0_.CONTROLLER_ACTOR as controll5_50_, service0_.CREATION_TIMESTAMP as creation6_50_, service0_.TOSCA_CSAR_ARTIFACT_UUID as tosca_c21_50_, service0_.DESCRIPTION as descript7_50_, service0_.OVERALL_DISTRIBUTION_STATUS as overall_8_50_, service0_.ENVIRONMENT_CONTEXT as environm9_50_, service0_.MODEL_INVARIANT_UUID as model_i10_50_, service0_.MODEL_NAME as model_n11_50_, service0_.MODEL_VERSION as model_v12_50_, service0_.NAMING_POLICY as naming_13_50_, service0_.ONAP_GENERATED_NAMING as onap_ge14_50_, service0_.RESOURCE_ORDER as resourc15_50_, service0_.SERVICE_FUNCTION as service16_50_, service0_.SERVICE_ROLE as service17_50_, service0_.SERVICE_TYPE as service18_50_, service0_.SKIP_POST_INSTANTIATION_CONFIGURATION as skip_po19_50_, service0_.WORKLOAD_CONTEXT as workloa20_50_ from service service0_ where service0_.MODEL_UUID=? 2022-06-07T11:42:36.051Z|67deecb1-e97c-48a5-a31a-e61d1e41514b|pool-2-thread-9|||||INFO|500||basic_cnf 0 2022-06-07T11:42:36.051Z|67deecb1-e97c-48a5-a31a-e61d1e41514b|pool-2-thread-9|||||DEBUG|500||Processing Resource Type: VF and Model UUID: 376110fa-46c9-4129-acaf-51e6e3ad683e 2022-06-07T11:42:36.051Z|67deecb1-e97c-48a5-a31a-e61d1e41514b|pool-2-thread-9|||||INFO|500||Trying to download the artifact UUID: 7b1a433d-02d7-4ccc-b1dc-9ec365fbc651 from URL: /sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/nginx_cloudtech_k8s_charts.env 2022-06-07T11:42:36.051Z|67deecb1-e97c-48a5-a31a-e61d1e41514b|pool-2-thread-9|||||INFO|500||DistributionClient - download 2022-06-07T11:42:36.052Z|67deecb1-e97c-48a5-a31a-e61d1e41514b|pool-2-thread-9|||||DEBUG|500||url to send https://sdc-be.onap:8443/sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/nginx_cloudtech_k8s_charts.env 2022-06-07T11:42:36.102Z|67deecb1-e97c-48a5-a31a-e61d1e41514b|pool-2-thread-9|||||DEBUG|500||GET Response Status 200 2022-06-07T11:42:36.102Z|67deecb1-e97c-48a5-a31a-e61d1e41514b|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 7b1a433d-02d7-4ccc-b1dc-9ec365fbc651 12 2022-06-07T11:42:36.102Z|67deecb1-e97c-48a5-a31a-e61d1e41514b|pool-2-thread-9|||||INFO|500||ASDC_SEND_NOTIF_ASDC DOWNLOAD DOWNLOAD_OK /sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/nginx_cloudtech_k8s_charts.env ASDC sendASDCNotification 2022-06-07T11:42:36.103Z|67deecb1-e97c-48a5-a31a-e61d1e41514b|pool-2-thread-9|||||DEBUG|500||Sending DOWNLOAD(DOWNLOAD_OK) notification to ASDC for artifact:/sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/nginx_cloudtech_k8s_charts.env 2022-06-07T11:42:36.103Z|67deecb1-e97c-48a5-a31a-e61d1e41514b|pool-2-thread-9|||||INFO|500||DistributionClient - sendDownloadStatus 2022-06-07T11:42:36.103Z|67deecb1-e97c-48a5-a31a-e61d1e41514b|pool-2-thread-9|||||INFO|500||DistributionClient - sendStatus 2022-06-07T11:42:36.105Z|67deecb1-e97c-48a5-a31a-e61d1e41514b|pool-2-thread-9|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap] 2022-06-07T11:42:36.105Z|67deecb1-e97c-48a5-a31a-e61d1e41514b|pool-2-thread-9|||||DEBUG|500||try to send status { "distributionID": "67deecb1-e97c-48a5-a31a-e61d1e41514b", "consumerID": "SO-COpenSource-Env11", "timestamp": 1654602156102, "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/nginx_cloudtech_k8s_charts.env", "status": "DOWNLOAD_OK" } 2022-06-07T11:42:36.205Z||pool-66-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms 2022-06-07T11:42:36.206Z||pool-66-thread-1|||||WARN|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO will send credentials over a clear channel. 2022-06-07T11:42:36.206Z||pool-66-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as rACJoekZgDKIBPEP) ... 2022-06-07T11:42:36.223Z||pool-66-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK 2022-06-07T11:42:36.223Z||pool-66-thread-1|||||INFO|500||cambria reply ok (18 ms):{"serverTimeMs":0,"count":1} 2022-06-07T11:42:37.108Z|67deecb1-e97c-48a5-a31a-e61d1e41514b|pool-2-thread-9|||||INFO|500||Trying to download the artifact UUID: 22bcc39f-1579-47db-9f66-3a76e0cfb8d3 from URL: /sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/nginx_cloudtech_k8s_charts.tgz 2022-06-07T11:42:37.108Z|67deecb1-e97c-48a5-a31a-e61d1e41514b|pool-2-thread-9|||||INFO|500||DistributionClient - download 2022-06-07T11:42:37.109Z|67deecb1-e97c-48a5-a31a-e61d1e41514b|pool-2-thread-9|||||DEBUG|500||url to send https://sdc-be.onap:8443/sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/nginx_cloudtech_k8s_charts.tgz 2022-06-07T11:42:37.212Z|67deecb1-e97c-48a5-a31a-e61d1e41514b|pool-2-thread-9|||||DEBUG|500||GET Response Status 200 2022-06-07T11:42:37.212Z|67deecb1-e97c-48a5-a31a-e61d1e41514b|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 22bcc39f-1579-47db-9f66-3a76e0cfb8d3 2688 2022-06-07T11:42:37.213Z|67deecb1-e97c-48a5-a31a-e61d1e41514b|pool-2-thread-9|||||INFO|500||ASDC_SEND_NOTIF_ASDC DOWNLOAD DOWNLOAD_OK /sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/nginx_cloudtech_k8s_charts.tgz ASDC sendASDCNotification 2022-06-07T11:42:37.213Z|67deecb1-e97c-48a5-a31a-e61d1e41514b|pool-2-thread-9|||||DEBUG|500||Sending DOWNLOAD(DOWNLOAD_OK) notification to ASDC for artifact:/sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/nginx_cloudtech_k8s_charts.tgz 2022-06-07T11:42:37.213Z|67deecb1-e97c-48a5-a31a-e61d1e41514b|pool-2-thread-9|||||INFO|500||DistributionClient - sendDownloadStatus 2022-06-07T11:42:37.213Z|67deecb1-e97c-48a5-a31a-e61d1e41514b|pool-2-thread-9|||||INFO|500||DistributionClient - sendStatus 2022-06-07T11:42:37.215Z|67deecb1-e97c-48a5-a31a-e61d1e41514b|pool-2-thread-9|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap] 2022-06-07T11:42:37.215Z|67deecb1-e97c-48a5-a31a-e61d1e41514b|pool-2-thread-9|||||DEBUG|500||try to send status { "distributionID": "67deecb1-e97c-48a5-a31a-e61d1e41514b", "consumerID": "SO-COpenSource-Env11", "timestamp": 1654602157213, "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/nginx_cloudtech_k8s_charts.tgz", "status": "DOWNLOAD_OK" } 2022-06-07T11:42:37.315Z||pool-67-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 99 ms 2022-06-07T11:42:37.316Z||pool-67-thread-1|||||WARN|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO will send credentials over a clear channel. 2022-06-07T11:42:37.316Z||pool-67-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as rACJoekZgDKIBPEP) ... 2022-06-07T11:42:37.336Z||pool-67-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK 2022-06-07T11:42:37.337Z||pool-67-thread-1|||||INFO|500||cambria reply ok (21 ms):{"serverTimeMs":1,"count":1} 2022-06-07T11:42:38.216Z|67deecb1-e97c-48a5-a31a-e61d1e41514b|pool-2-thread-9|||||INFO|500||Trying to download the artifact UUID: dca90457-6f31-4992-996b-cc18744ac0ff from URL: /sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/basic_cnf0_modules.json 2022-06-07T11:42:38.217Z|67deecb1-e97c-48a5-a31a-e61d1e41514b|pool-2-thread-9|||||INFO|500||DistributionClient - download 2022-06-07T11:42:38.217Z|67deecb1-e97c-48a5-a31a-e61d1e41514b|pool-2-thread-9|||||DEBUG|500||url to send https://sdc-be.onap:8443/sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/basic_cnf0_modules.json 2022-06-07T11:42:38.434Z|67deecb1-e97c-48a5-a31a-e61d1e41514b|pool-2-thread-9|||||DEBUG|500||GET Response Status 200 2022-06-07T11:42:38.435Z|67deecb1-e97c-48a5-a31a-e61d1e41514b|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 dca90457-6f31-4992-996b-cc18744ac0ff 828 2022-06-07T11:42:38.435Z|67deecb1-e97c-48a5-a31a-e61d1e41514b|pool-2-thread-9|||||INFO|500||ASDC_SEND_NOTIF_ASDC DOWNLOAD DOWNLOAD_OK /sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/basic_cnf0_modules.json ASDC sendASDCNotification 2022-06-07T11:42:38.435Z|67deecb1-e97c-48a5-a31a-e61d1e41514b|pool-2-thread-9|||||DEBUG|500||Sending DOWNLOAD(DOWNLOAD_OK) notification to ASDC for artifact:/sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/basic_cnf0_modules.json 2022-06-07T11:42:38.436Z|67deecb1-e97c-48a5-a31a-e61d1e41514b|pool-2-thread-9|||||INFO|500||DistributionClient - sendDownloadStatus 2022-06-07T11:42:38.436Z|67deecb1-e97c-48a5-a31a-e61d1e41514b|pool-2-thread-9|||||INFO|500||DistributionClient - sendStatus 2022-06-07T11:42:38.438Z|67deecb1-e97c-48a5-a31a-e61d1e41514b|pool-2-thread-9|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap] 2022-06-07T11:42:38.438Z|67deecb1-e97c-48a5-a31a-e61d1e41514b|pool-2-thread-9|||||DEBUG|500||try to send status { "distributionID": "67deecb1-e97c-48a5-a31a-e61d1e41514b", "consumerID": "SO-COpenSource-Env11", "timestamp": 1654602158435, "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/basic_cnf0_modules.json", "status": "DOWNLOAD_OK" } 2022-06-07T11:42:38.539Z||pool-68-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 101 ms 2022-06-07T11:42:38.540Z||pool-68-thread-1|||||WARN|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO will send credentials over a clear channel. 2022-06-07T11:42:38.540Z||pool-68-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as rACJoekZgDKIBPEP) ... 2022-06-07T11:42:38.560Z||pool-68-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK 2022-06-07T11:42:38.560Z||pool-68-thread-1|||||INFO|500||cambria reply ok (21 ms):{"serverTimeMs":1,"count":1} 2022-06-07T11:42:39.440Z|67deecb1-e97c-48a5-a31a-e61d1e41514b|pool-2-thread-9|||||DEBUG|500||VF_MODULE_ARTIFACT: [ { "vfModuleModelName": "BasicCnf..base_dummy..module-0", "vfModuleModelInvariantUUID": "1e1b108d-5c02-48cd-9766-79dca1a154c2", "vfModuleModelVersion": "1", "vfModuleModelUUID": "353e22a3-8291-4543-9fdd-ea8aa3045525", "vfModuleModelCustomizationUUID": "d03f1582-d2d6-47a6-87d6-f8539a72aef0", "isBase": true, "artifacts": [ "d0fd1be1-a4a7-4e3b-92bf-92d7aa001263", "22bcc39f-1579-47db-9f66-3a76e0cfb8d3", "ca99a4a1-50c5-44d2-ba8d-9ef57008be93" ], "properties": { "min_vf_module_instances": "1", "vf_module_label": "base_dummy", "max_vf_module_instances": "1", "vfc_list": "", "vf_module_type": "Base", "vf_module_description": "", "initial_count": "1", "volume_group": "false", "availability_zone_count": "" } } ] 2022-06-07T11:42:39.444Z|67deecb1-e97c-48a5-a31a-e61d1e41514b|pool-2-thread-9|||||DEBUG|500||VfModuleMetaData List: { VfModuleMetaData: VfModuleModelName:BasicCnf..base_dummy..module-0 VfModuleModelVersion:1 VfModuleModelUUID:353e22a3-8291-4543-9fdd-ea8aa3045525 VfModuleModelInvariantUUID:1e1b108d-5c02-48cd-9766-79dca1a154c2 VfModuleModelDescription:NULL Artifacts UUID List:{ d0fd1be1-a4a7-4e3b-92bf-92d7aa001263 , 22bcc39f-1579-47db-9f66-3a76e0cfb8d3 , ca99a4a1-50c5-44d2-ba8d-9ef57008be93 } Properties List:{ min_vf_module_instances : 1 vf_module_label : base_dummy max_vf_module_instances : 1 vfc_list : vf_module_type : Base vf_module_description : initial_count : 1 volume_group : false availability_zone_count : } isBase:true } 2022-06-07T11:42:39.446Z|67deecb1-e97c-48a5-a31a-e61d1e41514b|pool-2-thread-9|||||DEBUG|500||VF_MODULE_ARTIFACT: [ { "vfModuleModelName": "BasicCnf..base_dummy..module-0", "vfModuleModelInvariantUUID": "1e1b108d-5c02-48cd-9766-79dca1a154c2", "vfModuleModelVersion": "1", "vfModuleModelUUID": "353e22a3-8291-4543-9fdd-ea8aa3045525", "vfModuleModelCustomizationUUID": "d03f1582-d2d6-47a6-87d6-f8539a72aef0", "isBase": true, "artifacts": [ "d0fd1be1-a4a7-4e3b-92bf-92d7aa001263", "22bcc39f-1579-47db-9f66-3a76e0cfb8d3", "ca99a4a1-50c5-44d2-ba8d-9ef57008be93" ], "properties": { "min_vf_module_instances": "1", "vf_module_label": "base_dummy", "max_vf_module_instances": "1", "vfc_list": "", "vf_module_type": "Base", "vf_module_description": "", "initial_count": "1", "volume_group": "false", "availability_zone_count": "" } } ] 2022-06-07T11:42:39.446Z|67deecb1-e97c-48a5-a31a-e61d1e41514b|pool-2-thread-9|||||DEBUG|500||VfModuleMetaData List: { VfModuleMetaData: VfModuleModelName:BasicCnf..base_dummy..module-0 VfModuleModelVersion:1 VfModuleModelUUID:353e22a3-8291-4543-9fdd-ea8aa3045525 VfModuleModelInvariantUUID:1e1b108d-5c02-48cd-9766-79dca1a154c2 VfModuleModelDescription:NULL Artifacts UUID List:{ d0fd1be1-a4a7-4e3b-92bf-92d7aa001263 , 22bcc39f-1579-47db-9f66-3a76e0cfb8d3 , ca99a4a1-50c5-44d2-ba8d-9ef57008be93 } Properties List:{ min_vf_module_instances : 1 vf_module_label : base_dummy max_vf_module_instances : 1 vfc_list : vf_module_type : Base vf_module_description : initial_count : 1 volume_group : false availability_zone_count : } isBase:true } 2022-06-07T11:42:39.446Z|67deecb1-e97c-48a5-a31a-e61d1e41514b|pool-2-thread-9|||||INFO|500||Trying to download the artifact UUID: d0fd1be1-a4a7-4e3b-92bf-92d7aa001263 from URL: /sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/base_dummy.yaml 2022-06-07T11:42:39.448Z|67deecb1-e97c-48a5-a31a-e61d1e41514b|pool-2-thread-9|||||INFO|500||DistributionClient - download 2022-06-07T11:42:39.448Z|67deecb1-e97c-48a5-a31a-e61d1e41514b|pool-2-thread-9|||||DEBUG|500||url to send https://sdc-be.onap:8443/sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/base_dummy.yaml 2022-06-07T11:42:39.591Z|67deecb1-e97c-48a5-a31a-e61d1e41514b|pool-2-thread-9|||||DEBUG|500||GET Response Status 200 2022-06-07T11:42:39.591Z|67deecb1-e97c-48a5-a31a-e61d1e41514b|pool-2-thread-9|||||INFO|500||ASDC_ARTIFACT_DOWNLOAD_SUC /sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/base_dummy.yaml d0fd1be1-a4a7-4e3b-92bf-92d7aa001263 1164 2022-06-07T11:42:39.592Z|67deecb1-e97c-48a5-a31a-e61d1e41514b|pool-2-thread-9|||||INFO|500||ASDC_SEND_NOTIF_ASDC DOWNLOAD DOWNLOAD_OK /sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/base_dummy.yaml ASDC sendASDCNotification 2022-06-07T11:42:39.592Z|67deecb1-e97c-48a5-a31a-e61d1e41514b|pool-2-thread-9|||||DEBUG|500||Sending DOWNLOAD(DOWNLOAD_OK) notification to ASDC for artifact:/sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/base_dummy.yaml 2022-06-07T11:42:39.592Z|67deecb1-e97c-48a5-a31a-e61d1e41514b|pool-2-thread-9|||||INFO|500||DistributionClient - sendDownloadStatus 2022-06-07T11:42:39.592Z|67deecb1-e97c-48a5-a31a-e61d1e41514b|pool-2-thread-9|||||INFO|500||DistributionClient - sendStatus 2022-06-07T11:42:39.605Z|67deecb1-e97c-48a5-a31a-e61d1e41514b|pool-2-thread-9|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap] 2022-06-07T11:42:39.605Z|67deecb1-e97c-48a5-a31a-e61d1e41514b|pool-2-thread-9|||||DEBUG|500||try to send status { "distributionID": "67deecb1-e97c-48a5-a31a-e61d1e41514b", "consumerID": "SO-COpenSource-Env11", "timestamp": 1654602159592, "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/base_dummy.yaml", "status": "DOWNLOAD_OK" } 2022-06-07T11:42:39.695Z||pool-69-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 89 ms 2022-06-07T11:42:39.696Z||pool-69-thread-1|||||WARN|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO will send credentials over a clear channel. 2022-06-07T11:42:39.696Z||pool-69-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as rACJoekZgDKIBPEP) ... 2022-06-07T11:42:39.715Z||pool-69-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK 2022-06-07T11:42:39.715Z||pool-69-thread-1|||||INFO|500||cambria reply ok (20 ms):{"serverTimeMs":1,"count":1} 2022-06-07T11:42:40.606Z|67deecb1-e97c-48a5-a31a-e61d1e41514b|pool-2-thread-9|||||INFO|500||Trying to download the artifact UUID: ca99a4a1-50c5-44d2-ba8d-9ef57008be93 from URL: /sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/base_dummy.env 2022-06-07T11:42:40.606Z|67deecb1-e97c-48a5-a31a-e61d1e41514b|pool-2-thread-9|||||INFO|500||DistributionClient - download 2022-06-07T11:42:40.606Z|67deecb1-e97c-48a5-a31a-e61d1e41514b|pool-2-thread-9|||||DEBUG|500||url to send https://sdc-be.onap:8443/sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/base_dummy.env 2022-06-07T11:42:40.711Z|67deecb1-e97c-48a5-a31a-e61d1e41514b|pool-2-thread-9|||||DEBUG|500||GET Response Status 200 2022-06-07T11:42:40.712Z|67deecb1-e97c-48a5-a31a-e61d1e41514b|pool-2-thread-9|||||INFO|500||ASDC_ARTIFACT_DOWNLOAD_SUC /sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/base_dummy.env ca99a4a1-50c5-44d2-ba8d-9ef57008be93 200 2022-06-07T11:42:40.712Z|67deecb1-e97c-48a5-a31a-e61d1e41514b|pool-2-thread-9|||||INFO|500||ASDC_SEND_NOTIF_ASDC DOWNLOAD DOWNLOAD_OK /sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/base_dummy.env ASDC sendASDCNotification 2022-06-07T11:42:40.712Z|67deecb1-e97c-48a5-a31a-e61d1e41514b|pool-2-thread-9|||||DEBUG|500||Sending DOWNLOAD(DOWNLOAD_OK) notification to ASDC for artifact:/sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/base_dummy.env 2022-06-07T11:42:40.712Z|67deecb1-e97c-48a5-a31a-e61d1e41514b|pool-2-thread-9|||||INFO|500||DistributionClient - sendDownloadStatus 2022-06-07T11:42:40.713Z|67deecb1-e97c-48a5-a31a-e61d1e41514b|pool-2-thread-9|||||INFO|500||DistributionClient - sendStatus 2022-06-07T11:42:40.715Z|67deecb1-e97c-48a5-a31a-e61d1e41514b|pool-2-thread-9|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap] 2022-06-07T11:42:40.715Z|67deecb1-e97c-48a5-a31a-e61d1e41514b|pool-2-thread-9|||||DEBUG|500||try to send status { "distributionID": "67deecb1-e97c-48a5-a31a-e61d1e41514b", "consumerID": "SO-COpenSource-Env11", "timestamp": 1654602160712, "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/base_dummy.env", "status": "DOWNLOAD_OK" } 2022-06-07T11:42:40.815Z||pool-70-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms 2022-06-07T11:42:40.816Z||pool-70-thread-1|||||WARN|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO will send credentials over a clear channel. 2022-06-07T11:42:40.816Z||pool-70-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as rACJoekZgDKIBPEP) ... 2022-06-07T11:42:40.848Z||pool-70-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK 2022-06-07T11:42:40.849Z||pool-70-thread-1|||||INFO|500||cambria reply ok (33 ms):{"serverTimeMs":1,"count":1} 2022-06-07T11:42:41.716Z|67deecb1-e97c-48a5-a31a-e61d1e41514b|pool-2-thread-9|||||DEBUG|500||Preparing to deploy Service: 8ce25674-01eb-4114-9995-2ebc1e99f2a7 2022-06-07T11:42:41.717Z|67deecb1-e97c-48a5-a31a-e61d1e41514b|pool-2-thread-9|||||INFO|500||ASDC_START_DEPLOY_ARTIFACT basic_cnf 0 376110fa-46c9-4129-acaf-51e6e3ad683e ASDC 2022-06-07T11:42:41.726Z|67deecb1-e97c-48a5-a31a-e61d1e41514b|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_26_, heatenviro0_.ARTIFACT_CHECKSUM as artifact2_26_, heatenviro0_.CREATION_TIMESTAMP as creation3_26_, heatenviro0_.DESCRIPTION as descript4_26_, heatenviro0_.BODY as body5_26_, heatenviro0_.NAME as name6_26_, heatenviro0_.VERSION as version7_26_ from heat_environment heatenviro0_ where heatenviro0_.ARTIFACT_UUID=? Hibernate: select heattempla0_.ARTIFACT_UUID as artifact1_29_, heattempla0_.ARTIFACT_CHECKSUM as artifact2_29_, heattempla0_.CREATION_TIMESTAMP as creation3_29_, heattempla0_.DESCRIPTION as descript4_29_, heattempla0_.BODY as body5_29_, heattempla0_.NAME as name6_29_, heattempla0_.TIMEOUT_MINUTES as timeout_7_29_, heattempla0_.VERSION as version8_29_ from heat_template heattempla0_ where heattempla0_.ARTIFACT_UUID=? Hibernate: select heatenviro0_.ARTIFACT_UUID as artifact1_26_, heatenviro0_.ARTIFACT_CHECKSUM as artifact2_26_, heatenviro0_.CREATION_TIMESTAMP as creation3_26_, heatenviro0_.DESCRIPTION as descript4_26_, heatenviro0_.BODY as body5_26_, heatenviro0_.NAME as name6_26_, heatenviro0_.VERSION as version7_26_ from heat_environment heatenviro0_ where heatenviro0_.ARTIFACT_UUID=? Hibernate: select toscacsar0_.ARTIFACT_UUID as artifact1_57_0_, toscacsar0_.ARTIFACT_CHECKSUM as artifact2_57_0_, toscacsar0_.CREATION_TIMESTAMP as creation3_57_0_, toscacsar0_.DESCRIPTION as descript4_57_0_, toscacsar0_.NAME as name5_57_0_, toscacsar0_.URL as url6_57_0_, toscacsar0_.Version as version7_57_0_ from tosca_csar toscacsar0_ where toscacsar0_.ARTIFACT_UUID=? Hibernate: select service0_.MODEL_UUID as model_uu1_50_, service0_.CDS_BLUEPRINT_NAME as cds_blue2_50_, service0_.CDS_BLUEPRINT_VERSION as cds_blue3_50_, service0_.SERVICE_CATEGORY as service_4_50_, service0_.CONTROLLER_ACTOR as controll5_50_, service0_.CREATION_TIMESTAMP as creation6_50_, service0_.TOSCA_CSAR_ARTIFACT_UUID as tosca_c21_50_, service0_.DESCRIPTION as descript7_50_, service0_.OVERALL_DISTRIBUTION_STATUS as overall_8_50_, service0_.ENVIRONMENT_CONTEXT as environm9_50_, service0_.MODEL_INVARIANT_UUID as model_i10_50_, service0_.MODEL_NAME as model_n11_50_, service0_.MODEL_VERSION as model_v12_50_, service0_.NAMING_POLICY as naming_13_50_, service0_.ONAP_GENERATED_NAMING as onap_ge14_50_, service0_.RESOURCE_ORDER as resourc15_50_, service0_.SERVICE_FUNCTION as service16_50_, service0_.SERVICE_ROLE as service17_50_, service0_.SERVICE_TYPE as service18_50_, service0_.SKIP_POST_INSTANTIATION_CONFIGURATION as skip_po19_50_, service0_.WORKLOAD_CONTEXT as workloa20_50_ from service service0_ where service0_.MODEL_UUID=? 2022-06-07T11:42:41.736Z|67deecb1-e97c-48a5-a31a-e61d1e41514b|pool-2-thread-9|||||DEBUG|500||serviceInputs: {} [org.onap.sdc.toscaparser.api.parameters.Input@1dab3ef4, org.onap.sdc.toscaparser.api.parameters.Input@94015c0, org.onap.sdc.toscaparser.api.parameters.Input@4fbcf14f, org.onap.sdc.toscaparser.api.parameters.Input@58f44b84, org.onap.sdc.toscaparser.api.parameters.Input@1cec92f0] 2022-06-07T11:42:41.739Z|67deecb1-e97c-48a5-a31a-e61d1e41514b|pool-2-thread-9|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive 2022-06-07T11:42:41.739Z|67deecb1-e97c-48a5-a31a-e61d1e41514b|pool-2-thread-9|||||DEBUG|500||Service basic_cnf is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=VF, toscaType=null, uUID=null, customizationUUID=null 2022-06-07T11:42:41.739Z|67deecb1-e97c-48a5-a31a-e61d1e41514b|pool-2-thread-9|||||DEBUG|500||VF Category is: Generic 2022-06-07T11:42:41.739Z|67deecb1-e97c-48a5-a31a-e61d1e41514b|pool-2-thread-9|||||DEBUG|500||VFCustomizationUUID= 6906ed0f-c4c0-42e8-8a13-13cd40664ea2 2022-06-07T11:42:41.740Z|67deecb1-e97c-48a5-a31a-e61d1e41514b|pool-2-thread-9|||||DEBUG|500||Checking if Notification VF ResourceCustomizationUUID: 6906ed0f-c4c0-42e8-8a13-13cd40664ea2 matches Tosca VF Customization UUID: 6906ed0f-c4c0-42e8-8a13-13cd40664ea2 2022-06-07T11:42:41.740Z|67deecb1-e97c-48a5-a31a-e61d1e41514b|pool-2-thread-9|||||DEBUG|500||vfCustomizationUUID: 6906ed0f-c4c0-42e8-8a13-13cd40664ea2 matches vfNotificationResource CustomizationUUID Hibernate: select vnfresourc0_.MODEL_UUID as model_uu1_64_, vnfresourc0_.AIC_VERSION_MAX as aic_vers2_64_, vnfresourc0_.AIC_VERSION_MIN as aic_vers3_64_, vnfresourc0_.RESOURCE_CATEGORY as resource4_64_, vnfresourc0_.CREATION_TIMESTAMP as creation5_64_, vnfresourc0_.DESCRIPTION as descript6_64_, vnfresourc0_.HEAT_TEMPLATE_ARTIFACT_UUID as heat_te13_64_, vnfresourc0_.MODEL_INVARIANT_UUID as model_in7_64_, vnfresourc0_.MODEL_NAME as model_na8_64_, vnfresourc0_.MODEL_VERSION as model_ve9_64_, vnfresourc0_.ORCHESTRATION_MODE as orchest10_64_, vnfresourc0_.RESOURCE_SUB_CATEGORY as resourc11_64_, vnfresourc0_.TOSCA_NODE_TYPE as tosca_n12_64_ from vnf_resource vnfresourc0_ where vnfresourc0_.MODEL_UUID=? 2022-06-07T11:42:41.742Z|67deecb1-e97c-48a5-a31a-e61d1e41514b|pool-2-thread-9|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive 2022-06-07T11:42:41.742Z|67deecb1-e97c-48a5-a31a-e61d1e41514b|pool-2-thread-9|||||DEBUG|500||Service basic_cnf is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=null, toscaType=null, uUID=null, customizationUUID=null 2022-06-07T11:42:41.743Z|67deecb1-e97c-48a5-a31a-e61d1e41514b|pool-2-thread-9|||||DEBUG|500||resource request for resource customization id 6906ed0f-c4c0-42e8-8a13-13cd40664ea2: {\"vf_module_id\":\"PROVIDED_BY_ONAP\",\"skip_post_instantiation_configuration\":\"true\",\"nf_naming\":\"true\",\"multi_stage_design\":\"false\",\"controller_actor\":\"SO-REF-DATA\",\"availability_zone_max_count\":\"1\",\"vnf_id\":\"PROVIDED_BY_ONAP\",\"dummy_image_name\":\"dummy\",\"vnf_name\":\"PROVIDED_BY_ONAP\",\"dummy_name_0\":\"dummy_1_0\",\"dummy_flavor_name\":\"dummy.default\"} 2022-06-07T11:42:41.743Z|67deecb1-e97c-48a5-a31a-e61d1e41514b|pool-2-thread-9|||||DEBUG|500||vfModuleStructure: org.onap.so.asdc.installer.VfModuleStructure@47471382 2022-06-07T11:42:41.743Z|67deecb1-e97c-48a5-a31a-e61d1e41514b|pool-2-thread-9|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive 2022-06-07T11:42:41.743Z|67deecb1-e97c-48a5-a31a-e61d1e41514b|pool-2-thread-9|||||DEBUG|500||Service basic_cnf is searched for EntityType=GROUP, nodeTemplateType=null, toscaType=org.openecomp.groups.VfModule, uUID=null, customizationUUID=null 2022-06-07T11:42:41.744Z|67deecb1-e97c-48a5-a31a-e61d1e41514b|pool-2-thread-9|||||DEBUG|500||Comparing Vf_Modules_Metadata CustomizationUUID : d03f1582-d2d6-47a6-87d6-f8539a72aef0 2022-06-07T11:42:41.744Z|67deecb1-e97c-48a5-a31a-e61d1e41514b|pool-2-thread-9|||||DEBUG|500||To Csar Group VFModuleModelCustomizationUUID d03f1582-d2d6-47a6-87d6-f8539a72aef0 Hibernate: select vfmodule0_.MODEL_UUID as model_uu1_59_, vfmodule0_.CREATION_TIMESTAMP as creation2_59_, vfmodule0_.DESCRIPTION as descript3_59_, vfmodule0_.IS_BASE as is_base4_59_, vfmodule0_.MODEL_INVARIANT_UUID as model_in5_59_, vfmodule0_.MODEL_NAME as model_na6_59_, vfmodule0_.MODEL_VERSION as model_ve7_59_, vfmodule0_.HEAT_TEMPLATE_ARTIFACT_UUID as heat_tem8_59_, vfmodule0_.VNF_RESOURCE_MODEL_UUID as vnf_reso9_59_, vfmodule0_.VOL_HEAT_TEMPLATE_ARTIFACT_UUID as vol_hea10_59_ from vf_module vfmodule0_ where vfmodule0_.MODEL_UUID=? 2022-06-07T11:42:41.751Z|67deecb1-e97c-48a5-a31a-e61d1e41514b|pool-2-thread-9|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive 2022-06-07T11:42:41.751Z|67deecb1-e97c-48a5-a31a-e61d1e41514b|pool-2-thread-9|||||DEBUG|500||Node template basic_cnf 0 is matching search criteria 2022-06-07T11:42:41.751Z|67deecb1-e97c-48a5-a31a-e61d1e41514b|pool-2-thread-9|||||DEBUG|500||Found topology templates [basic_cnf 0] matching following query criteria: sdcType=VF, customizationUUID=null 2022-06-07T11:42:41.752Z|67deecb1-e97c-48a5-a31a-e61d1e41514b|pool-2-thread-9|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive 2022-06-07T11:42:41.752Z|67deecb1-e97c-48a5-a31a-e61d1e41514b|pool-2-thread-9|||||DEBUG|500||Node template basic_cnf 0 is matching search criteria 2022-06-07T11:42:41.752Z|67deecb1-e97c-48a5-a31a-e61d1e41514b|pool-2-thread-9|||||DEBUG|500||Found topology templates [basic_cnf 0] matching following query criteria: sdcType=VF, customizationUUID=null 2022-06-07T11:42:41.752Z|67deecb1-e97c-48a5-a31a-e61d1e41514b|pool-2-thread-9|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive 2022-06-07T11:42:41.753Z|67deecb1-e97c-48a5-a31a-e61d1e41514b|pool-2-thread-9|||||DEBUG|500||Node template basic_cnf 0 is not matching search criteria 2022-06-07T11:42:41.753Z|67deecb1-e97c-48a5-a31a-e61d1e41514b|pool-2-thread-9|||||DEBUG|500||Node template abstract_dummy is matching search criteria 2022-06-07T11:42:41.753Z|67deecb1-e97c-48a5-a31a-e61d1e41514b|pool-2-thread-9|||||DEBUG|500||Found topology templates [abstract_dummy] matching following query criteria: sdcType=CVFC, customizationUUID=0c89481f-4b79-442e-8371-2c9ea5ef1924 Hibernate: select vnfccustom0_.MODEL_CUSTOMIZATION_UUID as model_cu1_67_, vnfccustom0_.CREATION_TIMESTAMP as creation2_67_, vnfccustom0_.DESCRIPTION as descript3_67_, vnfccustom0_.MODEL_INSTANCE_NAME as model_in4_67_, vnfccustom0_.MODEL_INVARIANT_UUID as model_in5_67_, vnfccustom0_.MODEL_NAME as model_na6_67_, vnfccustom0_.MODEL_UUID as model_uu7_67_, vnfccustom0_.MODEL_VERSION as model_ve8_67_, vnfccustom0_.RESOURCE_INPUT as resource9_67_, vnfccustom0_.TOSCA_NODE_TYPE as tosca_n10_67_, vnfccustom0_.VNFC_INSTANCE_GROUP_CUSTOMIZATION_ID as vnfc_in11_67_ from vnfc_customization vnfccustom0_ where vnfccustom0_.MODEL_CUSTOMIZATION_UUID=? 2022-06-07T11:42:41.755Z|67deecb1-e97c-48a5-a31a-e61d1e41514b|pool-2-thread-9|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive 2022-06-07T11:42:41.755Z|67deecb1-e97c-48a5-a31a-e61d1e41514b|pool-2-thread-9|||||DEBUG|500||Node template basic_cnf 0 is matching search criteria 2022-06-07T11:42:41.755Z|67deecb1-e97c-48a5-a31a-e61d1e41514b|pool-2-thread-9|||||DEBUG|500||Found topology templates [basic_cnf 0] matching following query criteria: sdcType=VF, customizationUUID=null 2022-06-07T11:42:41.756Z|67deecb1-e97c-48a5-a31a-e61d1e41514b|pool-2-thread-9|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive 2022-06-07T11:42:41.756Z|67deecb1-e97c-48a5-a31a-e61d1e41514b|pool-2-thread-9|||||DEBUG|500||Node template basic_cnf 0 is matching search criteria 2022-06-07T11:42:41.756Z|67deecb1-e97c-48a5-a31a-e61d1e41514b|pool-2-thread-9|||||DEBUG|500||Found topology templates [basic_cnf 0] matching following query criteria: sdcType=VF, customizationUUID=6906ed0f-c4c0-42e8-8a13-13cd40664ea2 Hibernate: select service0_.MODEL_UUID as model_uu1_50_, service0_.CDS_BLUEPRINT_NAME as cds_blue2_50_, service0_.CDS_BLUEPRINT_VERSION as cds_blue3_50_, service0_.SERVICE_CATEGORY as service_4_50_, service0_.CONTROLLER_ACTOR as controll5_50_, service0_.CREATION_TIMESTAMP as creation6_50_, service0_.TOSCA_CSAR_ARTIFACT_UUID as tosca_c21_50_, service0_.DESCRIPTION as descript7_50_, service0_.OVERALL_DISTRIBUTION_STATUS as overall_8_50_, service0_.ENVIRONMENT_CONTEXT as environm9_50_, service0_.MODEL_INVARIANT_UUID as model_i10_50_, service0_.MODEL_NAME as model_n11_50_, service0_.MODEL_VERSION as model_v12_50_, service0_.NAMING_POLICY as naming_13_50_, service0_.ONAP_GENERATED_NAMING as onap_ge14_50_, service0_.RESOURCE_ORDER as resourc15_50_, service0_.SERVICE_FUNCTION as service16_50_, service0_.SERVICE_ROLE as service17_50_, service0_.SERVICE_TYPE as service18_50_, service0_.SKIP_POST_INSTANTIATION_CONFIGURATION as skip_po19_50_, service0_.WORKLOAD_CONTEXT as workloa20_50_ from service service0_ where service0_.MODEL_UUID=? 2022-06-07T11:42:41.757Z|67deecb1-e97c-48a5-a31a-e61d1e41514b|pool-2-thread-9|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive 2022-06-07T11:42:41.758Z|67deecb1-e97c-48a5-a31a-e61d1e41514b|pool-2-thread-9|||||DEBUG|500||Service basic_cnf is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=null, toscaType=null, uUID=null, customizationUUID=null 2022-06-07T11:42:41.758Z|67deecb1-e97c-48a5-a31a-e61d1e41514b|pool-2-thread-9|||||DEBUG|500|| resourceSeq for service uuid 8ce25674-01eb-4114-9995-2ebc1e99f2a7: basic_cnf 2022-06-07T11:42:41.758Z|67deecb1-e97c-48a5-a31a-e61d1e41514b|pool-2-thread-9|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive 2022-06-07T11:42:41.758Z|67deecb1-e97c-48a5-a31a-e61d1e41514b|pool-2-thread-9|||||DEBUG|500||Service basic_cnf is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=PNF, toscaType=null, uUID=null, customizationUUID=null 2022-06-07T11:42:41.758Z|67deecb1-e97c-48a5-a31a-e61d1e41514b|pool-2-thread-9|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive 2022-06-07T11:42:41.758Z|67deecb1-e97c-48a5-a31a-e61d1e41514b|pool-2-thread-9|||||DEBUG|500||Service basic_cnf is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=VL, toscaType=null, uUID=null, customizationUUID=null 2022-06-07T11:42:41.759Z|67deecb1-e97c-48a5-a31a-e61d1e41514b|pool-2-thread-9|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive 2022-06-07T11:42:41.759Z|67deecb1-e97c-48a5-a31a-e61d1e41514b|pool-2-thread-9|||||DEBUG|500||Service basic_cnf is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=CR, toscaType=null, uUID=null, customizationUUID=null 2022-06-07T11:42:41.759Z|67deecb1-e97c-48a5-a31a-e61d1e41514b|pool-2-thread-9|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive 2022-06-07T11:42:41.759Z|67deecb1-e97c-48a5-a31a-e61d1e41514b|pool-2-thread-9|||||DEBUG|500||Service basic_cnf is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=SERVICE_PROXY, toscaType=null, uUID=null, customizationUUID=null 2022-06-07T11:42:41.759Z|67deecb1-e97c-48a5-a31a-e61d1e41514b|pool-2-thread-9|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive 2022-06-07T11:42:41.759Z|67deecb1-e97c-48a5-a31a-e61d1e41514b|pool-2-thread-9|||||DEBUG|500||Service basic_cnf is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=CONFIGURATION, toscaType=null, uUID=null, customizationUUID=null 2022-06-07T11:42:41.760Z|67deecb1-e97c-48a5-a31a-e61d1e41514b|pool-2-thread-9|||||INFO|500||Saving Service: basic_cnf Hibernate: select service0_.MODEL_UUID as model_uu1_50_3_, service0_.CDS_BLUEPRINT_NAME as cds_blue2_50_3_, service0_.CDS_BLUEPRINT_VERSION as cds_blue3_50_3_, service0_.SERVICE_CATEGORY as service_4_50_3_, service0_.CONTROLLER_ACTOR as controll5_50_3_, service0_.CREATION_TIMESTAMP as creation6_50_3_, service0_.TOSCA_CSAR_ARTIFACT_UUID as tosca_c21_50_3_, service0_.DESCRIPTION as descript7_50_3_, service0_.OVERALL_DISTRIBUTION_STATUS as overall_8_50_3_, service0_.ENVIRONMENT_CONTEXT as environm9_50_3_, service0_.MODEL_INVARIANT_UUID as model_i10_50_3_, service0_.MODEL_NAME as model_n11_50_3_, service0_.MODEL_VERSION as model_v12_50_3_, service0_.NAMING_POLICY as naming_13_50_3_, service0_.ONAP_GENERATED_NAMING as onap_ge14_50_3_, service0_.RESOURCE_ORDER as resourc15_50_3_, service0_.SERVICE_FUNCTION as service16_50_3_, service0_.SERVICE_ROLE as service17_50_3_, service0_.SERVICE_TYPE as service18_50_3_, service0_.SKIP_POST_INSTANTIATION_CONFIGURATION as skip_po19_50_3_, service0_.WORKLOAD_CONTEXT as workloa20_50_3_, allottedcu1_.SERVICE_MODEL_UUID as service_1_8_5_, allottedre2_.MODEL_CUSTOMIZATION_UUID as resource2_8_5_, allottedre2_.MODEL_CUSTOMIZATION_UUID as model_cu1_7_0_, allottedre2_.AR_MODEL_UUID as ar_mode15_7_0_, allottedre2_.CREATION_TIMESTAMP as creation2_7_0_, allottedre2_.MAX_INSTANCES as max_inst3_7_0_, allottedre2_.MIN_INSTANCES as min_inst4_7_0_, allottedre2_.MODEL_INSTANCE_NAME as model_in5_7_0_, allottedre2_.NF_FUNCTION as nf_funct6_7_0_, allottedre2_.NF_NAMING_CODE as nf_namin7_7_0_, allottedre2_.NF_ROLE as nf_role8_7_0_, allottedre2_.NF_TYPE as nf_type9_7_0_, allottedre2_.PROVIDING_SERVICE_MODEL_INVARIANT_UUID as providi10_7_0_, allottedre2_.PROVIDING_SERVICE_MODEL_NAME as providi11_7_0_, allottedre2_.PROVIDING_SERVICE_MODEL_UUID as providi12_7_0_, allottedre2_.RESOURCE_INPUT as resourc13_7_0_, allottedre2_.TARGET_NETWORK_ROLE as target_14_7_0_, allottedre3_.MODEL_UUID as model_uu1_6_1_, allottedre3_.CREATION_TIMESTAMP as creation2_6_1_, allottedre3_.DESCRIPTION as descript3_6_1_, allottedre3_.MODEL_INVARIANT_UUID as model_in4_6_1_, allottedre3_.MODEL_NAME as model_na5_6_1_, allottedre3_.MODEL_VERSION as model_ve6_6_1_, allottedre3_.SUBCATEGORY as subcateg7_6_1_, allottedre3_.TOSCA_NODE_TYPE as tosca_no8_6_1_, toscacsar4_.ARTIFACT_UUID as artifact1_57_2_, toscacsar4_.ARTIFACT_CHECKSUM as artifact2_57_2_, toscacsar4_.CREATION_TIMESTAMP as creation3_57_2_, toscacsar4_.DESCRIPTION as descript4_57_2_, toscacsar4_.NAME as name5_57_2_, toscacsar4_.URL as url6_57_2_, toscacsar4_.Version as version7_57_2_ from service service0_ left outer join allotted_resource_customization_to_service allottedcu1_ on service0_.MODEL_UUID=allottedcu1_.SERVICE_MODEL_UUID left outer join allotted_resource_customization allottedre2_ on allottedcu1_.RESOURCE_MODEL_CUSTOMIZATION_UUID=allottedre2_.MODEL_CUSTOMIZATION_UUID left outer join allotted_resource allottedre3_ on allottedre2_.AR_MODEL_UUID=allottedre3_.MODEL_UUID left outer join tosca_csar toscacsar4_ on service0_.TOSCA_CSAR_ARTIFACT_UUID=toscacsar4_.ARTIFACT_UUID where service0_.MODEL_UUID=? Hibernate: select toscacsar0_.ARTIFACT_UUID as artifact1_57_1_, toscacsar0_.ARTIFACT_CHECKSUM as artifact2_57_1_, toscacsar0_.CREATION_TIMESTAMP as creation3_57_1_, toscacsar0_.DESCRIPTION as descript4_57_1_, toscacsar0_.NAME as name5_57_1_, toscacsar0_.URL as url6_57_1_, toscacsar0_.Version as version7_57_1_, services1_.TOSCA_CSAR_ARTIFACT_UUID as tosca_c21_50_3_, services1_.MODEL_UUID as model_uu1_50_3_, services1_.MODEL_UUID as model_uu1_50_0_, services1_.CDS_BLUEPRINT_NAME as cds_blue2_50_0_, services1_.CDS_BLUEPRINT_VERSION as cds_blue3_50_0_, services1_.SERVICE_CATEGORY as service_4_50_0_, services1_.CONTROLLER_ACTOR as controll5_50_0_, services1_.CREATION_TIMESTAMP as creation6_50_0_, services1_.TOSCA_CSAR_ARTIFACT_UUID as tosca_c21_50_0_, services1_.DESCRIPTION as descript7_50_0_, services1_.OVERALL_DISTRIBUTION_STATUS as overall_8_50_0_, services1_.ENVIRONMENT_CONTEXT as environm9_50_0_, services1_.MODEL_INVARIANT_UUID as model_i10_50_0_, services1_.MODEL_NAME as model_n11_50_0_, services1_.MODEL_VERSION as model_v12_50_0_, services1_.NAMING_POLICY as naming_13_50_0_, services1_.ONAP_GENERATED_NAMING as onap_ge14_50_0_, services1_.RESOURCE_ORDER as resourc15_50_0_, services1_.SERVICE_FUNCTION as service16_50_0_, services1_.SERVICE_ROLE as service17_50_0_, services1_.SERVICE_TYPE as service18_50_0_, services1_.SKIP_POST_INSTANTIATION_CONFIGURATION as skip_po19_50_0_, services1_.WORKLOAD_CONTEXT as workloa20_50_0_ from tosca_csar toscacsar0_ left outer join service services1_ on toscacsar0_.ARTIFACT_UUID=services1_.TOSCA_CSAR_ARTIFACT_UUID where toscacsar0_.ARTIFACT_UUID=? Hibernate: insert into tosca_csar (ARTIFACT_CHECKSUM, CREATION_TIMESTAMP, DESCRIPTION, NAME, URL, Version, ARTIFACT_UUID) values (?, ?, ?, ?, ?, ?, ?) Hibernate: insert into service (CDS_BLUEPRINT_NAME, CDS_BLUEPRINT_VERSION, SERVICE_CATEGORY, CONTROLLER_ACTOR, CREATION_TIMESTAMP, TOSCA_CSAR_ARTIFACT_UUID, DESCRIPTION, OVERALL_DISTRIBUTION_STATUS, ENVIRONMENT_CONTEXT, MODEL_INVARIANT_UUID, MODEL_NAME, MODEL_VERSION, NAMING_POLICY, ONAP_GENERATED_NAMING, RESOURCE_ORDER, SERVICE_FUNCTION, SERVICE_ROLE, SERVICE_TYPE, SKIP_POST_INSTANTIATION_CONFIGURATION, WORKLOAD_CONTEXT, MODEL_UUID) values (?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?) Hibernate: insert into service_info (SERVICE_MODEL_UUID, SERVICE_INPUT, SERVICE_PROPERTIES) values (?, ?, ?) Hibernate: select vnfresourc0_.MODEL_UUID as model_uu1_64_0_, vnfresourc0_.AIC_VERSION_MAX as aic_vers2_64_0_, vnfresourc0_.AIC_VERSION_MIN as aic_vers3_64_0_, vnfresourc0_.RESOURCE_CATEGORY as resource4_64_0_, vnfresourc0_.CREATION_TIMESTAMP as creation5_64_0_, vnfresourc0_.DESCRIPTION as descript6_64_0_, vnfresourc0_.HEAT_TEMPLATE_ARTIFACT_UUID as heat_te13_64_0_, vnfresourc0_.MODEL_INVARIANT_UUID as model_in7_64_0_, vnfresourc0_.MODEL_NAME as model_na8_64_0_, vnfresourc0_.MODEL_VERSION as model_ve9_64_0_, vnfresourc0_.ORCHESTRATION_MODE as orchest10_64_0_, vnfresourc0_.RESOURCE_SUB_CATEGORY as resourc11_64_0_, vnfresourc0_.TOSCA_NODE_TYPE as tosca_n12_64_0_ from vnf_resource vnfresourc0_ where vnfresourc0_.MODEL_UUID=? Hibernate: insert into vnf_resource (AIC_VERSION_MAX, AIC_VERSION_MIN, RESOURCE_CATEGORY, CREATION_TIMESTAMP, DESCRIPTION, HEAT_TEMPLATE_ARTIFACT_UUID, MODEL_INVARIANT_UUID, MODEL_NAME, MODEL_VERSION, ORCHESTRATION_MODE, RESOURCE_SUB_CATEGORY, TOSCA_NODE_TYPE, MODEL_UUID) values (?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?) Hibernate: insert into vnf_resource_customization (AVAILABILITY_ZONE_MAX_COUNT, CDS_BLUEPRINT_NAME, CDS_BLUEPRINT_VERSION, CONTROLLER_ACTOR, CREATION_TIMESTAMP, MAX_INSTANCES, MIN_INSTANCES, MODEL_CUSTOMIZATION_UUID, MODEL_INSTANCE_NAME, MULTI_STAGE_DESIGN, NF_DATA_VALID, NF_FUNCTION, NF_NAMING_CODE, NF_ROLE, NF_TYPE, RESOURCE_INPUT, SERVICE_MODEL_UUID, SKIP_POST_INSTANTIATION_CONFIGURATION, VNF_RESOURCE_MODEL_UUID, VNFCINSTANCEGROUP_ORDER) values (?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?) Hibernate: select heatenviro0_.ARTIFACT_UUID as artifact1_26_0_, heatenviro0_.ARTIFACT_CHECKSUM as artifact2_26_0_, heatenviro0_.CREATION_TIMESTAMP as creation3_26_0_, heatenviro0_.DESCRIPTION as descript4_26_0_, heatenviro0_.BODY as body5_26_0_, heatenviro0_.NAME as name6_26_0_, heatenviro0_.VERSION as version7_26_0_ from heat_environment heatenviro0_ where heatenviro0_.ARTIFACT_UUID=? Hibernate: select vfmodule0_.MODEL_UUID as model_uu1_59_4_, vfmodule0_.CREATION_TIMESTAMP as creation2_59_4_, vfmodule0_.DESCRIPTION as descript3_59_4_, vfmodule0_.IS_BASE as is_base4_59_4_, vfmodule0_.MODEL_INVARIANT_UUID as model_in5_59_4_, vfmodule0_.MODEL_NAME as model_na6_59_4_, vfmodule0_.MODEL_VERSION as model_ve7_59_4_, vfmodule0_.HEAT_TEMPLATE_ARTIFACT_UUID as heat_tem8_59_4_, vfmodule0_.VNF_RESOURCE_MODEL_UUID as vnf_reso9_59_4_, vfmodule0_.VOL_HEAT_TEMPLATE_ARTIFACT_UUID as vol_hea10_59_4_, heatfiles1_.VF_MODULE_MODEL_UUID as vf_modul1_61_6_, heatfiles2_.ARTIFACT_UUID as heat_fil2_61_6_, heatfiles2_.ARTIFACT_UUID as artifact1_27_0_, heatfiles2_.ARTIFACT_CHECKSUM as artifact2_27_0_, heatfiles2_.CREATION_TIMESTAMP as creation3_27_0_, heatfiles2_.DESCRIPTION as descript4_27_0_, heatfiles2_.BODY as body5_27_0_, heatfiles2_.NAME as name6_27_0_, heatfiles2_.VERSION as version7_27_0_, heattempla3_.ARTIFACT_UUID as artifact1_29_1_, heattempla3_.ARTIFACT_CHECKSUM as artifact2_29_1_, heattempla3_.CREATION_TIMESTAMP as creation3_29_1_, heattempla3_.DESCRIPTION as descript4_29_1_, heattempla3_.BODY as body5_29_1_, heattempla3_.NAME as name6_29_1_, heattempla3_.TIMEOUT_MINUTES as timeout_7_29_1_, heattempla3_.VERSION as version8_29_1_, vnfresourc4_.MODEL_UUID as model_uu1_64_2_, vnfresourc4_.AIC_VERSION_MAX as aic_vers2_64_2_, vnfresourc4_.AIC_VERSION_MIN as aic_vers3_64_2_, vnfresourc4_.RESOURCE_CATEGORY as resource4_64_2_, vnfresourc4_.CREATION_TIMESTAMP as creation5_64_2_, vnfresourc4_.DESCRIPTION as descript6_64_2_, vnfresourc4_.HEAT_TEMPLATE_ARTIFACT_UUID as heat_te13_64_2_, vnfresourc4_.MODEL_INVARIANT_UUID as model_in7_64_2_, vnfresourc4_.MODEL_NAME as model_na8_64_2_, vnfresourc4_.MODEL_VERSION as model_ve9_64_2_, vnfresourc4_.ORCHESTRATION_MODE as orchest10_64_2_, vnfresourc4_.RESOURCE_SUB_CATEGORY as resourc11_64_2_, vnfresourc4_.TOSCA_NODE_TYPE as tosca_n12_64_2_, heattempla5_.ARTIFACT_UUID as artifact1_29_3_, heattempla5_.ARTIFACT_CHECKSUM as artifact2_29_3_, heattempla5_.CREATION_TIMESTAMP as creation3_29_3_, heattempla5_.DESCRIPTION as descript4_29_3_, heattempla5_.BODY as body5_29_3_, heattempla5_.NAME as name6_29_3_, heattempla5_.TIMEOUT_MINUTES as timeout_7_29_3_, heattempla5_.VERSION as version8_29_3_ from vf_module vfmodule0_ left outer join vf_module_to_heat_files heatfiles1_ on vfmodule0_.MODEL_UUID=heatfiles1_.VF_MODULE_MODEL_UUID left outer join heat_files heatfiles2_ on heatfiles1_.HEAT_FILES_ARTIFACT_UUID=heatfiles2_.ARTIFACT_UUID left outer join heat_template heattempla3_ on vfmodule0_.HEAT_TEMPLATE_ARTIFACT_UUID=heattempla3_.ARTIFACT_UUID left outer join vnf_resource vnfresourc4_ on vfmodule0_.VNF_RESOURCE_MODEL_UUID=vnfresourc4_.MODEL_UUID left outer join heat_template heattempla5_ on vfmodule0_.VOL_HEAT_TEMPLATE_ARTIFACT_UUID=heattempla5_.ARTIFACT_UUID where vfmodule0_.MODEL_UUID=? Hibernate: select heattempla0_.ARTIFACT_UUID as artifact1_29_1_, heattempla0_.ARTIFACT_CHECKSUM as artifact2_29_1_, heattempla0_.CREATION_TIMESTAMP as creation3_29_1_, heattempla0_.DESCRIPTION as descript4_29_1_, heattempla0_.BODY as body5_29_1_, heattempla0_.NAME as name6_29_1_, heattempla0_.TIMEOUT_MINUTES as timeout_7_29_1_, heattempla0_.VERSION as version8_29_1_, childtempl1_.PARENT_HEAT_TEMPLATE_UUID as parent_h1_28_3_, heattempla2_.ARTIFACT_UUID as child_he2_28_3_, heattempla2_.ARTIFACT_UUID as artifact1_29_0_, heattempla2_.ARTIFACT_CHECKSUM as artifact2_29_0_, heattempla2_.CREATION_TIMESTAMP as creation3_29_0_, heattempla2_.DESCRIPTION as descript4_29_0_, heattempla2_.BODY as body5_29_0_, heattempla2_.NAME as name6_29_0_, heattempla2_.TIMEOUT_MINUTES as timeout_7_29_0_, heattempla2_.VERSION as version8_29_0_ from heat_template heattempla0_ left outer join heat_nested_template childtempl1_ on heattempla0_.ARTIFACT_UUID=childtempl1_.PARENT_HEAT_TEMPLATE_UUID left outer join heat_template heattempla2_ on childtempl1_.CHILD_HEAT_TEMPLATE_UUID=heattempla2_.ARTIFACT_UUID where heattempla0_.ARTIFACT_UUID=? Hibernate: select heattempla0_.HEAT_TEMPLATE_ARTIFACT_UUID as heat_tem1_30_0_, heattempla0_.PARAM_NAME as param_na2_30_0_, heattempla0_.PARAM_ALIAS as param_al3_30_0_, heattempla0_.PARAM_TYPE as param_ty4_30_0_, heattempla0_.IS_REQUIRED as is_requi5_30_0_ from heat_template_params heattempla0_ where heattempla0_.HEAT_TEMPLATE_ARTIFACT_UUID=? and heattempla0_.PARAM_NAME=? Hibernate: select heattempla0_.HEAT_TEMPLATE_ARTIFACT_UUID as heat_tem1_30_0_, heattempla0_.PARAM_NAME as param_na2_30_0_, heattempla0_.PARAM_ALIAS as param_al3_30_0_, heattempla0_.PARAM_TYPE as param_ty4_30_0_, heattempla0_.IS_REQUIRED as is_requi5_30_0_ from heat_template_params heattempla0_ where heattempla0_.HEAT_TEMPLATE_ARTIFACT_UUID=? and heattempla0_.PARAM_NAME=? Hibernate: select heattempla0_.HEAT_TEMPLATE_ARTIFACT_UUID as heat_tem1_30_0_, heattempla0_.PARAM_NAME as param_na2_30_0_, heattempla0_.PARAM_ALIAS as param_al3_30_0_, heattempla0_.PARAM_TYPE as param_ty4_30_0_, heattempla0_.IS_REQUIRED as is_requi5_30_0_ from heat_template_params heattempla0_ where heattempla0_.HEAT_TEMPLATE_ARTIFACT_UUID=? and heattempla0_.PARAM_NAME=? Hibernate: select heattempla0_.HEAT_TEMPLATE_ARTIFACT_UUID as heat_tem1_30_0_, heattempla0_.PARAM_NAME as param_na2_30_0_, heattempla0_.PARAM_ALIAS as param_al3_30_0_, heattempla0_.PARAM_TYPE as param_ty4_30_0_, heattempla0_.IS_REQUIRED as is_requi5_30_0_ from heat_template_params heattempla0_ where heattempla0_.HEAT_TEMPLATE_ARTIFACT_UUID=? and heattempla0_.PARAM_NAME=? Hibernate: select heattempla0_.HEAT_TEMPLATE_ARTIFACT_UUID as heat_tem1_30_0_, heattempla0_.PARAM_NAME as param_na2_30_0_, heattempla0_.PARAM_ALIAS as param_al3_30_0_, heattempla0_.PARAM_TYPE as param_ty4_30_0_, heattempla0_.IS_REQUIRED as is_requi5_30_0_ from heat_template_params heattempla0_ where heattempla0_.HEAT_TEMPLATE_ARTIFACT_UUID=? and heattempla0_.PARAM_NAME=? Hibernate: select heattempla0_.HEAT_TEMPLATE_ARTIFACT_UUID as heat_tem1_30_0_, heattempla0_.PARAM_NAME as param_na2_30_0_, heattempla0_.PARAM_ALIAS as param_al3_30_0_, heattempla0_.PARAM_TYPE as param_ty4_30_0_, heattempla0_.IS_REQUIRED as is_requi5_30_0_ from heat_template_params heattempla0_ where heattempla0_.HEAT_TEMPLATE_ARTIFACT_UUID=? and heattempla0_.PARAM_NAME=? Hibernate: insert into heat_environment (ARTIFACT_CHECKSUM, CREATION_TIMESTAMP, DESCRIPTION, BODY, NAME, VERSION, ARTIFACT_UUID) values (?, ?, ?, ?, ?, ?, ?) Hibernate: insert into heat_template (ARTIFACT_CHECKSUM, CREATION_TIMESTAMP, DESCRIPTION, BODY, NAME, TIMEOUT_MINUTES, VERSION, ARTIFACT_UUID) values (?, ?, ?, ?, ?, ?, ?, ?) Hibernate: insert into heat_template_params (PARAM_ALIAS, PARAM_TYPE, IS_REQUIRED, HEAT_TEMPLATE_ARTIFACT_UUID, PARAM_NAME) values (?, ?, ?, ?, ?) Hibernate: insert into heat_template_params (PARAM_ALIAS, PARAM_TYPE, IS_REQUIRED, HEAT_TEMPLATE_ARTIFACT_UUID, PARAM_NAME) values (?, ?, ?, ?, ?) Hibernate: insert into heat_template_params (PARAM_ALIAS, PARAM_TYPE, IS_REQUIRED, HEAT_TEMPLATE_ARTIFACT_UUID, PARAM_NAME) values (?, ?, ?, ?, ?) Hibernate: insert into heat_template_params (PARAM_ALIAS, PARAM_TYPE, IS_REQUIRED, HEAT_TEMPLATE_ARTIFACT_UUID, PARAM_NAME) values (?, ?, ?, ?, ?) Hibernate: insert into heat_template_params (PARAM_ALIAS, PARAM_TYPE, IS_REQUIRED, HEAT_TEMPLATE_ARTIFACT_UUID, PARAM_NAME) values (?, ?, ?, ?, ?) Hibernate: insert into heat_template_params (PARAM_ALIAS, PARAM_TYPE, IS_REQUIRED, HEAT_TEMPLATE_ARTIFACT_UUID, PARAM_NAME) values (?, ?, ?, ?, ?) Hibernate: insert into vf_module (CREATION_TIMESTAMP, DESCRIPTION, IS_BASE, MODEL_INVARIANT_UUID, MODEL_NAME, MODEL_VERSION, HEAT_TEMPLATE_ARTIFACT_UUID, VNF_RESOURCE_MODEL_UUID, VOL_HEAT_TEMPLATE_ARTIFACT_UUID, MODEL_UUID) values (?, ?, ?, ?, ?, ?, ?, ?, ?, ?) Hibernate: insert into vf_module_customization (AVAILABILITY_ZONE_COUNT, CREATION_TIMESTAMP, HEAT_ENVIRONMENT_ARTIFACT_UUID, INITIAL_COUNT, LABEL, MAX_INSTANCES, MIN_INSTANCES, MODEL_CUSTOMIZATION_UUID, SKIP_POST_INSTANTIATION_CONFIGURATION, VF_MODULE_MODEL_UUID, VNF_RESOURCE_CUSTOMIZATION_ID, VOL_ENVIRONMENT_ARTIFACT_UUID) values (?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?) Hibernate: select vnfccustom0_.MODEL_CUSTOMIZATION_UUID as model_cu1_67_5_, vnfccustom0_.CREATION_TIMESTAMP as creation2_67_5_, vnfccustom0_.DESCRIPTION as descript3_67_5_, vnfccustom0_.MODEL_INSTANCE_NAME as model_in4_67_5_, vnfccustom0_.MODEL_INVARIANT_UUID as model_in5_67_5_, vnfccustom0_.MODEL_NAME as model_na6_67_5_, vnfccustom0_.MODEL_UUID as model_uu7_67_5_, vnfccustom0_.MODEL_VERSION as model_ve8_67_5_, vnfccustom0_.RESOURCE_INPUT as resource9_67_5_, vnfccustom0_.TOSCA_NODE_TYPE as tosca_n10_67_5_, vnfccustom0_.VNFC_INSTANCE_GROUP_CUSTOMIZATION_ID as vnfc_in11_67_5_, cvnfccusto1_.VNFC_CUST_MODEL_CUSTOMIZATION_UUID as vnfc_cu14_24_7_, cvnfccusto1_.ID as id1_24_7_, cvnfccusto1_.ID as id1_24_0_, cvnfccusto1_.CREATION_TIMESTAMP as creation2_24_0_, cvnfccusto1_.DESCRIPTION as descript3_24_0_, cvnfccusto1_.MODEL_CUSTOMIZATION_UUID as model_cu4_24_0_, cvnfccusto1_.MODEL_INSTANCE_NAME as model_in5_24_0_, cvnfccusto1_.MODEL_INVARIANT_UUID as model_in6_24_0_, cvnfccusto1_.MODEL_NAME as model_na7_24_0_, cvnfccusto1_.MODEL_UUID as model_uu8_24_0_, cvnfccusto1_.MODEL_VERSION as model_ve9_24_0_, cvnfccusto1_.NFC_FUNCTION as nfc_fun10_24_0_, cvnfccusto1_.NFC_NAMING_CODE as nfc_nam11_24_0_, cvnfccusto1_.TOSCA_NODE_TYPE as tosca_n12_24_0_, cvnfccusto1_.VF_MODULE_CUSTOMIZATION_ID as vf_modu13_24_0_, cvnfccusto1_.VNFC_CUST_MODEL_CUSTOMIZATION_UUID as vnfc_cu14_24_0_, vfmodulecu2_.ID as id1_60_1_, vfmodulecu2_.AVAILABILITY_ZONE_COUNT as availabi2_60_1_, vfmodulecu2_.CREATION_TIMESTAMP as creation3_60_1_, vfmodulecu2_.HEAT_ENVIRONMENT_ARTIFACT_UUID as heat_en10_60_1_, vfmodulecu2_.INITIAL_COUNT as initial_4_60_1_, vfmodulecu2_.LABEL as label5_60_1_, vfmodulecu2_.MAX_INSTANCES as max_inst6_60_1_, vfmodulecu2_.MIN_INSTANCES as min_inst7_60_1_, vfmodulecu2_.MODEL_CUSTOMIZATION_UUID as model_cu8_60_1_, vfmodulecu2_.SKIP_POST_INSTANTIATION_CONFIGURATION as skip_pos9_60_1_, vfmodulecu2_.VF_MODULE_MODEL_UUID as vf_modu11_60_1_, vfmodulecu2_.VNF_RESOURCE_CUSTOMIZATION_ID as vnf_res12_60_1_, vfmodulecu2_.VOL_ENVIRONMENT_ARTIFACT_UUID as vol_env13_60_1_, vnfcinstan3_.ID as id1_68_2_, vnfcinstan3_.CREATION_TIMESTAMP as creation2_68_2_, vnfcinstan3_.DESCRIPTION as descript3_68_2_, vnfcinstan3_.FUNCTION as function4_68_2_, vnfcinstan3_.INSTANCE_GROUP_MODEL_UUID as instance5_68_2_, vnfcinstan3_.VNF_RESOURCE_CUSTOMIZATION_ID as vnf_reso6_68_2_, instancegr4_.MODEL_UUID as model_uu2_33_3_, instancegr4_.CR_MODEL_UUID as cr_mode10_33_3_, instancegr4_.CREATION_TIMESTAMP as creation3_33_3_, instancegr4_.MODEL_INVARIANT_UUID as model_in4_33_3_, instancegr4_.MODEL_NAME as model_na5_33_3_, instancegr4_.MODEL_VERSION as model_ve6_33_3_, instancegr4_.ROLE as role7_33_3_, instancegr4_.TOSCA_NODE_TYPE as tosca_no8_33_3_, instancegr4_.INSTANCE_GROUP_TYPE as instance9_33_3_, instancegr4_.OBJECT_TYPE as object_t1_33_3_, vnfresourc5_.ID as id1_65_4_, vnfresourc5_.AVAILABILITY_ZONE_MAX_COUNT as availabi2_65_4_, vnfresourc5_.CDS_BLUEPRINT_NAME as cds_blue3_65_4_, vnfresourc5_.CDS_BLUEPRINT_VERSION as cds_blue4_65_4_, vnfresourc5_.CONTROLLER_ACTOR as controll5_65_4_, vnfresourc5_.CREATION_TIMESTAMP as creation6_65_4_, vnfresourc5_.MAX_INSTANCES as max_inst7_65_4_, vnfresourc5_.MIN_INSTANCES as min_inst8_65_4_, vnfresourc5_.MODEL_CUSTOMIZATION_UUID as model_cu9_65_4_, vnfresourc5_.MODEL_INSTANCE_NAME as model_i10_65_4_, vnfresourc5_.MULTI_STAGE_DESIGN as multi_s11_65_4_, vnfresourc5_.NF_DATA_VALID as nf_data12_65_4_, vnfresourc5_.NF_FUNCTION as nf_func13_65_4_, vnfresourc5_.NF_NAMING_CODE as nf_nami14_65_4_, vnfresourc5_.NF_ROLE as nf_role15_65_4_, vnfresourc5_.NF_TYPE as nf_type16_65_4_, vnfresourc5_.RESOURCE_INPUT as resourc17_65_4_, vnfresourc5_.SERVICE_MODEL_UUID as service20_65_4_, vnfresourc5_.SKIP_POST_INSTANTIATION_CONFIGURATION as skip_po18_65_4_, vnfresourc5_.VNF_RESOURCE_MODEL_UUID as vnf_res21_65_4_, vnfresourc5_.VNFCINSTANCEGROUP_ORDER as vnfcins19_65_4_ from vnfc_customization vnfccustom0_ left outer join cvnfc_customization cvnfccusto1_ on vnfccustom0_.MODEL_CUSTOMIZATION_UUID=cvnfccusto1_.VNFC_CUST_MODEL_CUSTOMIZATION_UUID left outer join vf_module_customization vfmodulecu2_ on cvnfccusto1_.VF_MODULE_CUSTOMIZATION_ID=vfmodulecu2_.ID left outer join vnfc_instance_group_customization vnfcinstan3_ on vnfccustom0_.VNFC_INSTANCE_GROUP_CUSTOMIZATION_ID=vnfcinstan3_.ID left outer join instance_group instancegr4_ on vnfcinstan3_.INSTANCE_GROUP_MODEL_UUID=instancegr4_.MODEL_UUID left outer join vnf_resource_customization vnfresourc5_ on vnfcinstan3_.VNF_RESOURCE_CUSTOMIZATION_ID=vnfresourc5_.ID where vnfccustom0_.MODEL_CUSTOMIZATION_UUID=? Hibernate: insert into vnfc_customization (CREATION_TIMESTAMP, DESCRIPTION, MODEL_INSTANCE_NAME, MODEL_INVARIANT_UUID, MODEL_NAME, MODEL_UUID, MODEL_VERSION, RESOURCE_INPUT, TOSCA_NODE_TYPE, VNFC_INSTANCE_GROUP_CUSTOMIZATION_ID, MODEL_CUSTOMIZATION_UUID) values (?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?) Hibernate: insert into cvnfc_customization (CREATION_TIMESTAMP, DESCRIPTION, MODEL_CUSTOMIZATION_UUID, MODEL_INSTANCE_NAME, MODEL_INVARIANT_UUID, MODEL_NAME, MODEL_UUID, MODEL_VERSION, NFC_FUNCTION, NFC_NAMING_CODE, TOSCA_NODE_TYPE, VF_MODULE_CUSTOMIZATION_ID, VNFC_CUST_MODEL_CUSTOMIZATION_UUID) values (?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?) Hibernate: select watchdogco0_.COMPONENT_NAME as componen1_12_0_, watchdogco0_.DISTRIBUTION_ID as distribu2_12_0_, watchdogco0_.COMPONENT_DISTRIBUTION_STATUS as componen3_12_0_, watchdogco0_.CREATE_TIME as create_t4_12_0_, watchdogco0_.MODIFY_TIME as modify_t5_12_0_ from watchdog_per_component_distribution_status watchdogco0_ where watchdogco0_.COMPONENT_NAME=? and watchdogco0_.DISTRIBUTION_ID=? Hibernate: insert into watchdog_per_component_distribution_status (COMPONENT_DISTRIBUTION_STATUS, CREATE_TIME, MODIFY_TIME, COMPONENT_NAME, DISTRIBUTION_ID) values (?, ?, ?, ?, ?) 2022-06-07T11:42:41.831Z|67deecb1-e97c-48a5-a31a-e61d1e41514b|pool-2-thread-9|||||INFO|500||ASDC_ARTIFACT_DEPLOY_SUC basic_cnf 376110fa-46c9-4129-acaf-51e6e3ad683e 1 ASDC deployResourceStructure 2022-06-07T11:42:41.832Z|67deecb1-e97c-48a5-a31a-e61d1e41514b|pool-2-thread-9|||||INFO|500||ASDC_SEND_NOTIF_ASDC DEPLOY DEPLOY_ERROR /sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/nginx_cloudtech_k8s_charts.env ASDC sendASDCNotification 2022-06-07T11:42:41.832Z|67deecb1-e97c-48a5-a31a-e61d1e41514b|pool-2-thread-9|||||DEBUG|500||Sending DEPLOY(DEPLOY_ERROR) notification to ASDC for artifact:/sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/nginx_cloudtech_k8s_charts.env(The artifact has not been used by the modules defined in the resource) 2022-06-07T11:42:41.832Z|67deecb1-e97c-48a5-a31a-e61d1e41514b|pool-2-thread-9|||||INFO|500||DistributionClient - sendDeploymentStatus with errorReason 2022-06-07T11:42:41.833Z|67deecb1-e97c-48a5-a31a-e61d1e41514b|pool-2-thread-9|||||INFO|500||DistributionClient - sendStatus 2022-06-07T11:42:41.834Z|67deecb1-e97c-48a5-a31a-e61d1e41514b|pool-2-thread-9|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap] 2022-06-07T11:42:41.834Z|67deecb1-e97c-48a5-a31a-e61d1e41514b|pool-2-thread-9|||||DEBUG|500||try to send status { "distributionID": "67deecb1-e97c-48a5-a31a-e61d1e41514b", "consumerID": "SO-COpenSource-Env11", "timestamp": 1654602161832, "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/nginx_cloudtech_k8s_charts.env", "status": "DEPLOY_ERROR", "errorReason": "The artifact has not been used by the modules defined in the resource" } 2022-06-07T11:42:41.934Z||pool-71-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms 2022-06-07T11:42:41.935Z||pool-71-thread-1|||||WARN|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO will send credentials over a clear channel. 2022-06-07T11:42:41.935Z||pool-71-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as rACJoekZgDKIBPEP) ... 2022-06-07T11:42:41.960Z||pool-71-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK 2022-06-07T11:42:41.961Z||pool-71-thread-1|||||INFO|500||cambria reply ok (26 ms):{"serverTimeMs":0,"count":1} 2022-06-07T11:42:42.835Z|67deecb1-e97c-48a5-a31a-e61d1e41514b|pool-2-thread-9|||||INFO|500||ASDC_SEND_NOTIF_ASDC DEPLOY DEPLOY_ERROR /sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/nginx_cloudtech_k8s_charts.tgz ASDC sendASDCNotification 2022-06-07T11:42:42.835Z|67deecb1-e97c-48a5-a31a-e61d1e41514b|pool-2-thread-9|||||DEBUG|500||Sending DEPLOY(DEPLOY_ERROR) notification to ASDC for artifact:/sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/nginx_cloudtech_k8s_charts.tgz(The artifact has not been used by the modules defined in the resource) 2022-06-07T11:42:42.836Z|67deecb1-e97c-48a5-a31a-e61d1e41514b|pool-2-thread-9|||||INFO|500||DistributionClient - sendDeploymentStatus with errorReason 2022-06-07T11:42:42.836Z|67deecb1-e97c-48a5-a31a-e61d1e41514b|pool-2-thread-9|||||INFO|500||DistributionClient - sendStatus 2022-06-07T11:42:42.838Z|67deecb1-e97c-48a5-a31a-e61d1e41514b|pool-2-thread-9|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap] 2022-06-07T11:42:42.838Z|67deecb1-e97c-48a5-a31a-e61d1e41514b|pool-2-thread-9|||||DEBUG|500||try to send status { "distributionID": "67deecb1-e97c-48a5-a31a-e61d1e41514b", "consumerID": "SO-COpenSource-Env11", "timestamp": 1654602162835, "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/nginx_cloudtech_k8s_charts.tgz", "status": "DEPLOY_ERROR", "errorReason": "The artifact has not been used by the modules defined in the resource" } 2022-06-07T11:42:42.940Z||pool-72-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 102 ms 2022-06-07T11:42:42.942Z||pool-72-thread-1|||||WARN|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO will send credentials over a clear channel. 2022-06-07T11:42:42.942Z||pool-72-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as rACJoekZgDKIBPEP) ... 2022-06-07T11:42:42.978Z||pool-72-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK 2022-06-07T11:42:42.978Z||pool-72-thread-1|||||INFO|500||cambria reply ok (38 ms):{"serverTimeMs":1,"count":1} 2022-06-07T11:42:43.839Z|67deecb1-e97c-48a5-a31a-e61d1e41514b|pool-2-thread-9|||||INFO|500||ASDC_SEND_NOTIF_ASDC DEPLOY DEPLOY_OK /sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/basic_cnf0_modules.json ASDC sendASDCNotification 2022-06-07T11:42:43.839Z|67deecb1-e97c-48a5-a31a-e61d1e41514b|pool-2-thread-9|||||DEBUG|500||Sending DEPLOY(DEPLOY_OK) notification to ASDC for artifact:/sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/basic_cnf0_modules.json 2022-06-07T11:42:43.839Z|67deecb1-e97c-48a5-a31a-e61d1e41514b|pool-2-thread-9|||||INFO|500||DistributionClient - sendDeploymentStatus 2022-06-07T11:42:43.839Z|67deecb1-e97c-48a5-a31a-e61d1e41514b|pool-2-thread-9|||||INFO|500||DistributionClient - sendStatus 2022-06-07T11:42:43.846Z|67deecb1-e97c-48a5-a31a-e61d1e41514b|pool-2-thread-9|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap] 2022-06-07T11:42:43.846Z|67deecb1-e97c-48a5-a31a-e61d1e41514b|pool-2-thread-9|||||DEBUG|500||try to send status { "distributionID": "67deecb1-e97c-48a5-a31a-e61d1e41514b", "consumerID": "SO-COpenSource-Env11", "timestamp": 1654602163839, "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/basic_cnf0_modules.json", "status": "DEPLOY_OK" } 2022-06-07T11:42:43.945Z||pool-73-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 99 ms 2022-06-07T11:42:43.946Z||pool-73-thread-1|||||WARN|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO will send credentials over a clear channel. 2022-06-07T11:42:43.946Z||pool-73-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as rACJoekZgDKIBPEP) ... 2022-06-07T11:42:44.004Z||pool-73-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK 2022-06-07T11:42:44.004Z||pool-73-thread-1|||||INFO|500||cambria reply ok (59 ms):{"serverTimeMs":1,"count":1} 2022-06-07T11:42:44.847Z|67deecb1-e97c-48a5-a31a-e61d1e41514b|pool-2-thread-9|||||INFO|500||ASDC_SEND_NOTIF_ASDC DEPLOY DEPLOY_OK /sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/base_dummy.yaml ASDC sendASDCNotification 2022-06-07T11:42:44.848Z|67deecb1-e97c-48a5-a31a-e61d1e41514b|pool-2-thread-9|||||DEBUG|500||Sending DEPLOY(DEPLOY_OK) notification to ASDC for artifact:/sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/base_dummy.yaml 2022-06-07T11:42:44.848Z|67deecb1-e97c-48a5-a31a-e61d1e41514b|pool-2-thread-9|||||INFO|500||DistributionClient - sendDeploymentStatus 2022-06-07T11:42:44.848Z|67deecb1-e97c-48a5-a31a-e61d1e41514b|pool-2-thread-9|||||INFO|500||DistributionClient - sendStatus 2022-06-07T11:42:44.853Z|67deecb1-e97c-48a5-a31a-e61d1e41514b|pool-2-thread-9|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap] 2022-06-07T11:42:44.854Z|67deecb1-e97c-48a5-a31a-e61d1e41514b|pool-2-thread-9|||||DEBUG|500||try to send status { "distributionID": "67deecb1-e97c-48a5-a31a-e61d1e41514b", "consumerID": "SO-COpenSource-Env11", "timestamp": 1654602164847, "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/base_dummy.yaml", "status": "DEPLOY_OK" } 2022-06-07T11:42:44.952Z||pool-74-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 98 ms 2022-06-07T11:42:44.953Z||pool-74-thread-1|||||WARN|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO will send credentials over a clear channel. 2022-06-07T11:42:44.953Z||pool-74-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as rACJoekZgDKIBPEP) ... 2022-06-07T11:42:45.005Z||pool-74-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK 2022-06-07T11:42:45.006Z||pool-74-thread-1|||||INFO|500||cambria reply ok (54 ms):{"serverTimeMs":0,"count":1} 2022-06-07T11:42:45.855Z|67deecb1-e97c-48a5-a31a-e61d1e41514b|pool-2-thread-9|||||INFO|500||ASDC_SEND_NOTIF_ASDC DEPLOY DEPLOY_OK /sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/base_dummy.env ASDC sendASDCNotification 2022-06-07T11:42:45.855Z|67deecb1-e97c-48a5-a31a-e61d1e41514b|pool-2-thread-9|||||DEBUG|500||Sending DEPLOY(DEPLOY_OK) notification to ASDC for artifact:/sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/base_dummy.env 2022-06-07T11:42:45.855Z|67deecb1-e97c-48a5-a31a-e61d1e41514b|pool-2-thread-9|||||INFO|500||DistributionClient - sendDeploymentStatus 2022-06-07T11:42:45.855Z|67deecb1-e97c-48a5-a31a-e61d1e41514b|pool-2-thread-9|||||INFO|500||DistributionClient - sendStatus 2022-06-07T11:42:45.857Z|67deecb1-e97c-48a5-a31a-e61d1e41514b|pool-2-thread-9|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap] 2022-06-07T11:42:45.857Z|67deecb1-e97c-48a5-a31a-e61d1e41514b|pool-2-thread-9|||||DEBUG|500||try to send status { "distributionID": "67deecb1-e97c-48a5-a31a-e61d1e41514b", "consumerID": "SO-COpenSource-Env11", "timestamp": 1654602165855, "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/base_dummy.env", "status": "DEPLOY_OK" } 2022-06-07T11:42:45.957Z||pool-75-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms 2022-06-07T11:42:45.958Z||pool-75-thread-1|||||WARN|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO will send credentials over a clear channel. 2022-06-07T11:42:45.958Z||pool-75-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as rACJoekZgDKIBPEP) ... 2022-06-07T11:42:45.979Z||pool-75-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK 2022-06-07T11:42:45.979Z||pool-75-thread-1|||||INFO|500||cambria reply ok (22 ms):{"serverTimeMs":0,"count":1} 2022-06-07T11:42:46.858Z|67deecb1-e97c-48a5-a31a-e61d1e41514b|pool-2-thread-9|||||INFO|500||ASDC_SEND_NOTIF_ASDC DEPLOY DEPLOY_OK /sdc/v1/catalog/services/BasicCnf/1.0/artifacts/service-BasicCnf-csar.csar ASDC sendASDCNotification 2022-06-07T11:42:46.858Z|67deecb1-e97c-48a5-a31a-e61d1e41514b|pool-2-thread-9|||||DEBUG|500||Sending DEPLOY(DEPLOY_OK) notification to ASDC for artifact:/sdc/v1/catalog/services/BasicCnf/1.0/artifacts/service-BasicCnf-csar.csar 2022-06-07T11:42:46.858Z|67deecb1-e97c-48a5-a31a-e61d1e41514b|pool-2-thread-9|||||INFO|500||DistributionClient - sendDeploymentStatus 2022-06-07T11:42:46.858Z|67deecb1-e97c-48a5-a31a-e61d1e41514b|pool-2-thread-9|||||INFO|500||DistributionClient - sendStatus 2022-06-07T11:42:46.861Z|67deecb1-e97c-48a5-a31a-e61d1e41514b|pool-2-thread-9|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap] 2022-06-07T11:42:46.861Z|67deecb1-e97c-48a5-a31a-e61d1e41514b|pool-2-thread-9|||||DEBUG|500||try to send status { "distributionID": "67deecb1-e97c-48a5-a31a-e61d1e41514b", "consumerID": "SO-COpenSource-Env11", "timestamp": 1654602166858, "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/artifacts/service-BasicCnf-csar.csar", "status": "DEPLOY_OK" } 2022-06-07T11:42:46.961Z||pool-76-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms 2022-06-07T11:42:46.962Z||pool-76-thread-1|||||WARN|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO will send credentials over a clear channel. 2022-06-07T11:42:46.962Z||pool-76-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as rACJoekZgDKIBPEP) ... 2022-06-07T11:42:46.981Z||pool-76-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK 2022-06-07T11:42:46.982Z||pool-76-thread-1|||||INFO|500||cambria reply ok (21 ms):{"serverTimeMs":1,"count":1} 2022-06-07T11:42:47.862Z|67deecb1-e97c-48a5-a31a-e61d1e41514b|pool-2-thread-9|||||DEBUG|500||Entered getOverallDistributionStatus method for distrubutionId: 67deecb1-e97c-48a5-a31a-e61d1e41514b Hibernate: select watchdogdi0_.DISTRIBUTION_ID as distribu1_11_0_, watchdogdi0_.CREATE_TIME as create_t2_11_0_, watchdogdi0_.DISTRIBUTION_ID_STATUS as distribu3_11_0_, watchdogdi0_.MODIFY_TIME as modify_t4_11_0_, watchdogdi0_.LOCK_VERSION as lock_ver5_11_0_ from watchdog_distributionid_status watchdogdi0_ where watchdogdi0_.DISTRIBUTION_ID=? Hibernate: select watchdogco0_.COMPONENT_NAME as componen1_12_, watchdogco0_.DISTRIBUTION_ID as distribu2_12_, watchdogco0_.COMPONENT_DISTRIBUTION_STATUS as componen3_12_, watchdogco0_.CREATE_TIME as create_t4_12_, watchdogco0_.MODIFY_TIME as modify_t5_12_ from watchdog_per_component_distribution_status watchdogco0_ where watchdogco0_.DISTRIBUTION_ID=? 2022-06-07T11:42:48.201Z|67deecb1-e97c-48a5-a31a-e61d1e41514b|pool-2-thread-9|||||DEBUG|500||Executed RequestDB getWatchdogComponentDistributionStatus for distrubutionId: 67deecb1-e97c-48a5-a31a-e61d1e41514b Hibernate: select watchdogco0_.COMPONENT_NAME as componen1_12_, watchdogco0_.DISTRIBUTION_ID as distribu2_12_, watchdogco0_.COMPONENT_DISTRIBUTION_STATUS as componen3_12_, watchdogco0_.CREATE_TIME as create_t4_12_, watchdogco0_.MODIFY_TIME as modify_t5_12_ from watchdog_per_component_distribution_status watchdogco0_ where watchdogco0_.DISTRIBUTION_ID=? 2022-06-07T11:42:48.204Z|67deecb1-e97c-48a5-a31a-e61d1e41514b|pool-2-thread-9|||||DEBUG|500||Found componentName SO in the WatchDog Component DB 2022-06-07T11:42:48.204Z|67deecb1-e97c-48a5-a31a-e61d1e41514b|pool-2-thread-9|||||DEBUG|500||Found componentName AAI in the WatchDog Component DB 2022-06-07T11:42:48.204Z|67deecb1-e97c-48a5-a31a-e61d1e41514b|pool-2-thread-9|||||DEBUG|500||Found componentName SDNC in the WatchDog Component DB 2022-06-07T11:42:48.205Z|67deecb1-e97c-48a5-a31a-e61d1e41514b|pool-2-thread-9|||||DEBUG|500||Components Size matched with the WatchdogComponentDistributionStatus results. 2022-06-07T11:42:48.205Z|67deecb1-e97c-48a5-a31a-e61d1e41514b|pool-2-thread-9|||||DEBUG|500||Component status: COMPONENT_DONE_OK on componentName: 2022-06-07T11:42:48.205Z|67deecb1-e97c-48a5-a31a-e61d1e41514b|pool-2-thread-9|||||DEBUG|500||Component status: COMPONENT_DONE_OK on componentName: 2022-06-07T11:42:48.205Z|67deecb1-e97c-48a5-a31a-e61d1e41514b|pool-2-thread-9|||||DEBUG|500||Component status: COMPONENT_DONE_OK on componentName: 2022-06-07T11:42:48.205Z|67deecb1-e97c-48a5-a31a-e61d1e41514b|pool-2-thread-9|||||DEBUG|500||Component status: COMPONENT_DONE_OK on componentName: 2022-06-07T11:42:48.206Z|67deecb1-e97c-48a5-a31a-e61d1e41514b|pool-2-thread-9|||||DEBUG|500||Component status: COMPONENT_DONE_OK on componentName: 2022-06-07T11:42:48.206Z|67deecb1-e97c-48a5-a31a-e61d1e41514b|pool-2-thread-9|||||DEBUG|500||Component status: COMPONENT_DONE_OK on componentName: 2022-06-07T11:42:48.206Z|67deecb1-e97c-48a5-a31a-e61d1e41514b|pool-2-thread-9|||||DEBUG|500||Updating overall DistributionStatus to: SUCCESS for distributionId: Hibernate: select watchdogdi0_.DISTRIBUTION_ID as distribu1_11_0_, watchdogdi0_.CREATE_TIME as create_t2_11_0_, watchdogdi0_.DISTRIBUTION_ID_STATUS as distribu3_11_0_, watchdogdi0_.MODIFY_TIME as modify_t4_11_0_, watchdogdi0_.LOCK_VERSION as lock_ver5_11_0_ from watchdog_distributionid_status watchdogdi0_ where watchdogdi0_.DISTRIBUTION_ID=? 2022-06-07T11:42:48.212Z|67deecb1-e97c-48a5-a31a-e61d1e41514b|pool-2-thread-9|||||DEBUG|500||Exiting getOverallDistributionStatus method in WatchdogDistribution 2022-06-07T11:43:18.214Z|67deecb1-e97c-48a5-a31a-e61d1e41514b|pool-2-thread-9|||||DEBUG|500||Entered executePatchAAI method with distrubutionId: 67deecb1-e97c-48a5-a31a-e61d1e41514b and distributionStatus: Hibernate: select watchdogse0_.DISTRIBUTION_ID as distribu1_13_, watchdogse0_.SERVICE_MODEL_VERSION_ID as service_2_13_, watchdogse0_.CONSUMER_ID as consumer3_13_, watchdogse0_.CREATE_TIME as create_t4_13_, watchdogse0_.DISTRIBUTION_NOTIFICATION as distribu5_13_ from watchdog_service_mod_ver_id_lookup watchdogse0_ where watchdogse0_.DISTRIBUTION_ID=? 2022-06-07T11:43:18.221Z|67deecb1-e97c-48a5-a31a-e61d1e41514b|pool-2-thread-9|||||DEBUG|500||Executed RequestDB getWatchdogServiceModVerIdLookup with distributionId: 67deecb1-e97c-48a5-a31a-e61d1e41514b and serviceModelVersionId: 8ce25674-01eb-4114-9995-2ebc1e99f2a7 2022-06-07T11:43:18.221Z|67deecb1-e97c-48a5-a31a-e61d1e41514b|pool-2-thread-9|||||DEBUG|500||ASDC Notification ServiceModelInvariantUUID : 99433011-3317-4675-a32e-711475f7fe8c 2022-06-07T11:43:18.223Z|67deecb1-e97c-48a5-a31a-e61d1e41514b|pool-2-thread-9|||||DEBUG|500||Target A&AI Resource URI: /service-design-and-creation/models/model/99433011-3317-4675-a32e-711475f7fe8c/model-vers/model-ver/8ce25674-01eb-4114-9995-2ebc1e99f2a7?depth=0 2022-06-07T11:43:18.230Z|67deecb1-e97c-48a5-a31a-e61d1e41514b|pool-2-thread-9|||||INFO|500||RestClientSSL using default SSL context! 2022-06-07T11:43:18.302Z|67deecb1-e97c-48a5-a31a-e61d1e41514b|pool-2-thread-9|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/99433011-3317-4675-a32e-711475f7fe8c/model-vers/model-ver/8ce25674-01eb-4114-9995-2ebc1e99f2a7?depth=0|INFO|500||Invoke 2022-06-07T11:43:18.303Z|67deecb1-e97c-48a5-a31a-e61d1e41514b|pool-2-thread-9|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/99433011-3317-4675-a32e-711475f7fe8c/model-vers/model-ver/8ce25674-01eb-4114-9995-2ebc1e99f2a7?depth=0|DEBUG|500||Sending HTTP POST (overridden to PATCH) to:https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/99433011-3317-4675-a32e-711475f7fe8c/model-vers/model-ver/8ce25674-01eb-4114-9995-2ebc1e99f2a7?depth=0 with request headers:{Authorization=[***REDACTED***], X-RequestID=[67deecb1-e97c-48a5-a31a-e61d1e41514b], X-FromAppId=[MSO], X-ONAP-PartnerName=[UNKNOWN], X-HTTP-Method-Override=[PATCH], Accept=[application/json], X-InvocationID=[cbe9d36a-83f4-41dc-b205-51b37c695ec9], X-ECOMP-RequestID=[67deecb1-e97c-48a5-a31a-e61d1e41514b], X-TransactionId=[], X-ONAP-RequestID=[67deecb1-e97c-48a5-a31a-e61d1e41514b], Content-Type=[application/merge-patch+json]} 2022-06-07T11:43:18.334Z|67deecb1-e97c-48a5-a31a-e61d1e41514b|pool-2-thread-9|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/99433011-3317-4675-a32e-711475f7fe8c/model-vers/model-ver/8ce25674-01eb-4114-9995-2ebc1e99f2a7?depth=0|DEBUG|500||{"distribution-status":"DISTRIBUTION_COMPLETE_OK"} 2022-06-07T11:43:18.456Z|67deecb1-e97c-48a5-a31a-e61d1e41514b|pool-2-thread-9|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/99433011-3317-4675-a32e-711475f7fe8c/model-vers/model-ver/8ce25674-01eb-4114-9995-2ebc1e99f2a7?depth=0|DEBUG|500||Response from method:POST (overridden to PATCH) performed on uri:https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/99433011-3317-4675-a32e-711475f7fe8c/model-vers/model-ver/8ce25674-01eb-4114-9995-2ebc1e99f2a7?depth=0 has http status code:200 and response headers:{Strict-Transport-Security=[max-age=16000000; includeSubDomains; preload;], X-AAI-TXID=[1-aai-resources-220607-11:43:18:090-66350], vertex-id=[241712], Content-Length=[0], Date=[Tue, 07 Jun 2022 11:43:18 GMT], Content-Type=[application/json]} 2022-06-07T11:43:18.456Z|67deecb1-e97c-48a5-a31a-e61d1e41514b|pool-2-thread-9|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/99433011-3317-4675-a32e-711475f7fe8c/model-vers/model-ver/8ce25674-01eb-4114-9995-2ebc1e99f2a7?depth=0|DEBUG|500||Response was returned with an empty entity. 2022-06-07T11:43:18.457Z|67deecb1-e97c-48a5-a31a-e61d1e41514b|pool-2-thread-9|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/99433011-3317-4675-a32e-711475f7fe8c/model-vers/model-ver/8ce25674-01eb-4114-9995-2ebc1e99f2a7?depth=0|INFO|500||InvokeReturn 2022-06-07T11:43:18.457Z|67deecb1-e97c-48a5-a31a-e61d1e41514b|pool-2-thread-9|||||DEBUG|500||A&AI UPDATE MODEL Version is success! 2022-06-07T11:43:18.457Z|67deecb1-e97c-48a5-a31a-e61d1e41514b|pool-2-thread-9|||||DEBUG|500||A&AI Updated succefully with Distribution Status! Hibernate: select service0_.MODEL_UUID as model_uu1_50_, service0_.CDS_BLUEPRINT_NAME as cds_blue2_50_, service0_.CDS_BLUEPRINT_VERSION as cds_blue3_50_, service0_.SERVICE_CATEGORY as service_4_50_, service0_.CONTROLLER_ACTOR as controll5_50_, service0_.CREATION_TIMESTAMP as creation6_50_, service0_.TOSCA_CSAR_ARTIFACT_UUID as tosca_c21_50_, service0_.DESCRIPTION as descript7_50_, service0_.OVERALL_DISTRIBUTION_STATUS as overall_8_50_, service0_.ENVIRONMENT_CONTEXT as environm9_50_, service0_.MODEL_INVARIANT_UUID as model_i10_50_, service0_.MODEL_NAME as model_n11_50_, service0_.MODEL_VERSION as model_v12_50_, service0_.NAMING_POLICY as naming_13_50_, service0_.ONAP_GENERATED_NAMING as onap_ge14_50_, service0_.RESOURCE_ORDER as resourc15_50_, service0_.SERVICE_FUNCTION as service16_50_, service0_.SERVICE_ROLE as service17_50_, service0_.SERVICE_TYPE as service18_50_, service0_.SKIP_POST_INSTANTIATION_CONFIGURATION as skip_po19_50_, service0_.WORKLOAD_CONTEXT as workloa20_50_ from service service0_ where service0_.MODEL_UUID=? 2022-06-07T11:43:18.465Z|67deecb1-e97c-48a5-a31a-e61d1e41514b|pool-2-thread-9|||||ERROR|500||Error updating CatalogDBStatus java.lang.NullPointerException: null at org.onap.so.asdc.tenantIsolation.WatchdogDistribution.updateCatalogDBStatus(WatchdogDistribution.java:206) at org.onap.so.asdc.client.ASDCController.treatNotification(ASDCController.java:690) at org.onap.so.asdc.client.ASDCNotificationCallBack.activateCallback(ASDCNotificationCallBack.java:52) at org.onap.sdc.impl.NotificationConsumer.run(NotificationConsumer.java:71) at java.base/java.util.concurrent.Executors$RunnableAdapter.call(Unknown Source) at java.base/java.util.concurrent.FutureTask.runAndReset(Unknown Source) at java.base/java.util.concurrent.ScheduledThreadPoolExecutor$ScheduledFutureTask.run(Unknown Source) at java.base/java.util.concurrent.ThreadPoolExecutor.runWorker(Unknown Source) at java.base/java.util.concurrent.ThreadPoolExecutor$Worker.run(Unknown Source) at java.base/java.lang.Thread.run(Unknown Source) 2022-06-07T11:43:18.465Z|67deecb1-e97c-48a5-a31a-e61d1e41514b|pool-2-thread-9|||||DEBUG|500||Enter sendFinalDistributionStatus with DistributionID 67deecb1-e97c-48a5-a31a-e61d1e41514b and Status of DISTRIBUTION_COMPLETE_OK and ErrorReason null 2022-06-07T11:43:18.466Z|67deecb1-e97c-48a5-a31a-e61d1e41514b|pool-2-thread-9|||||INFO|500||DistributionClient - sendFinalDistributionStatus status 2022-06-07T11:43:18.466Z|67deecb1-e97c-48a5-a31a-e61d1e41514b|pool-2-thread-9|||||INFO|500||DistributionClient - sendStatus 2022-06-07T11:43:18.468Z|67deecb1-e97c-48a5-a31a-e61d1e41514b|pool-2-thread-9|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap] 2022-06-07T11:43:18.468Z|67deecb1-e97c-48a5-a31a-e61d1e41514b|pool-2-thread-9|||||DEBUG|500||try to send status { "distributionID": "67deecb1-e97c-48a5-a31a-e61d1e41514b", "consumerID": "SO-COpenSource-Env11", "timestamp": 1654602198466, "artifactURL": "", "status": "DISTRIBUTION_COMPLETE_OK" } 2022-06-07T11:43:18.568Z||pool-77-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms 2022-06-07T11:43:18.569Z||pool-77-thread-1|||||WARN|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO will send credentials over a clear channel. 2022-06-07T11:43:18.569Z||pool-77-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as rACJoekZgDKIBPEP) ... 2022-06-07T11:43:18.605Z||pool-77-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK 2022-06-07T11:43:18.608Z||pool-77-thread-1|||||INFO|500||cambria reply ok (37 ms):{"serverTimeMs":0,"count":1} Hibernate: select watchdogdi0_.DISTRIBUTION_ID as distribu1_11_0_, watchdogdi0_.CREATE_TIME as create_t2_11_0_, watchdogdi0_.DISTRIBUTION_ID_STATUS as distribu3_11_0_, watchdogdi0_.MODIFY_TIME as modify_t4_11_0_, watchdogdi0_.LOCK_VERSION as lock_ver5_11_0_ from watchdog_distributionid_status watchdogdi0_ where watchdogdi0_.DISTRIBUTION_ID=? Hibernate: update watchdog_distributionid_status set DISTRIBUTION_ID_STATUS=?, MODIFY_TIME=?, LOCK_VERSION=? where DISTRIBUTION_ID=? 2022-06-07T11:43:19.483Z|67deecb1-e97c-48a5-a31a-e61d1e41514b|pool-2-thread-9|||||DEBUG|500||received message from topic 2022-06-07T11:43:19.483Z|67deecb1-e97c-48a5-a31a-e61d1e41514b|pool-2-thread-9|||||DEBUG|500||recieved notification from broker: {"distributionID":"4749a374-2cd8-4eeb-aff9-3b6394cedae9","serviceName":"Demo_pNF_h9P8F5pp9tVKYYItKsSN","serviceVersion":"1.0","serviceUUID":"cc24a19a-f646-4526-8bec-c1c647792bdd","serviceDescription":"catalog service description","serviceInvariantUUID":"e2346d6e-a97b-48f7-aa8d-a45d92019da7","resources":[{"resourceInstanceName":"pNF fc9b1b04-1341 0","resourceName":"pNF fc9b1b04-1341","resourceVersion":"1.0","resoucreType":"PNF","resourceUUID":"39e82539-07da-4993-b34b-c0819d9593b3","resourceInvariantUUID":"b5320acb-b842-408c-994c-84175f01ee98","resourceCustomizationUUID":"293a6ac5-b03a-4038-9eac-10d65b054ffe","category":"Generic","subcategory":"Abstract","artifacts":[{"artifactName":"vf-license-model.xml","artifactType":"VF_LICENSE","artifactURL":"/sdc/v1/catalog/services/DemoPnfH9p8f5pp9tvkyyitkssn/1.0/resourceInstances/pnffc9b1b0413410/artifacts/vf-license-model.xml","artifactChecksum":"OGRiZTk1ODhiNDlhZTg0MTJhMjM1YzFlMjA3MGZhY2E\u003d","artifactDescription":"VF license file","artifactTimeout":0,"artifactUUID":"6a2f0903-52d0-430c-b43d-40c84795f3d5","artifactVersion":"1"},{"artifactName":"pNF.csar","artifactType":"ETSI_PACKAGE","artifactURL":"/sdc/v1/catalog/services/DemoPnfH9p8f5pp9tvkyyitkssn/1.0/resourceInstances/pnffc9b1b0413410/artifacts/pNF.csar","artifactChecksum":"NjE2OGU2NjU1ODRlYmM3ZmViMTJiMzY4OGI0ZjhiNDY\u003d","artifactDescription":"Artifact created from csar","artifactTimeout":0,"artifactUUID":"0847b2c1-53e1-4b12-be1d-0800a76a26a3","artifactVersion":"1"},{"artifactName":"mynetconf.yang","artifactType":"YANG_MODULE","artifactURL":"/sdc/v1/catalog/services/DemoPnfH9p8f5pp9tvkyyitkssn/1.0/resourceInstances/pnffc9b1b0413410/artifacts/mynetconf.yang","artifactChecksum":"N2Q1MDkxNjUwYzU1MWI2OTUzNmY4YTc3YmQ2YTlkZTc\u003d","artifactDescription":"Artifact created from csar","artifactTimeout":0,"artifactUUID":"02a685df-18cf-4637-8c6b-d44b274915e8","artifactVersion":"1"},{"artifactName":"vendor-license-model.xml","artifactType":"VENDOR_LICENSE","artifactURL":"/sdc/v1/catalog/services/DemoPnfH9p8f5pp9tvkyyitkssn/1.0/resourceInstances/pnffc9b1b0413410/artifacts/vendor-license-model.xml","artifactChecksum":"MTZkNzdkOTQwMWQzN2ZjZjRhNTBkYzllNjBhMzliNjI\u003d","artifactDescription":" Vendor license file","artifactTimeout":0,"artifactUUID":"020e8074-8155-454e-8811-7789e0497e3a","artifactVersion":"1"},{"artifactName":"PM_Dictionary.yaml","artifactType":"PM_DICTIONARY","artifactURL":"/sdc/v1/catalog/services/DemoPnfH9p8f5pp9tvkyyitkssn/1.0/resourceInstances/pnffc9b1b0413410/artifacts/PM_Dictionary.yaml","artifactChecksum":"ZDJlYTVlNjA2ZGRhOTc3MDBkODVjNmEyMjA2OTA5YTE\u003d","artifactDescription":"Artifact created from csar","artifactTimeout":0,"artifactUUID":"875faf72-9ff0-45e5-b037-8d1710c84ce4","artifactVersion":"1"},{"artifactName":"MyPnf_Pnf_v1.yaml","artifactType":"VES_EVENTS","artifactURL":"/sdc/v1/catalog/services/DemoPnfH9p8f5pp9tvkyyitkssn/1.0/resourceInstances/pnffc9b1b0413410/artifacts/MyPnf_Pnf_v1.yaml","artifactChecksum":"ZTllOGUwNjdiYWEyMWJhZDc4NjNlOGNmNGJkZWVlMWY\u003d","artifactDescription":"Artifact created from csar","artifactTimeout":0,"artifactUUID":"afd90509-be1f-4749-aa66-c848d0063a3b","artifactVersion":"1"}]}],"serviceArtifacts":[{"artifactName":"service-DemoPnfH9p8f5pp9tvkyyitkssn-template.yml","artifactType":"TOSCA_TEMPLATE","artifactURL":"/sdc/v1/catalog/services/DemoPnfH9p8f5pp9tvkyyitkssn/1.0/artifacts/service-DemoPnfH9p8f5pp9tvkyyitkssn-template.yml","artifactChecksum":"ZTliMTNhMGRhNTdlZTlhZmUxNzdlMTY4YzA0M2UwMzI\u003d","artifactDescription":"TOSCA representation of the asset","artifactTimeout":0,"artifactUUID":"e01d88c7-5010-46a9-92a0-364e834410c8","artifactVersion":"1"},{"artifactName":"service-DemoPnfH9p8f5pp9tvkyyitkssn-csar.csar","artifactType":"TOSCA_CSAR","artifactURL":"/sdc/v1/catalog/services/DemoPnfH9p8f5pp9tvkyyitkssn/1.0/artifacts/service-DemoPnfH9p8f5pp9tvkyyitkssn-csar.csar","artifactChecksum":"OTgzMzcyMWI3YTZmZWQ4Y2RlZDdhNmNlNDQ5ODVhMWM\u003d","artifactDescription":"TOSCA definition package of the asset","artifactTimeout":0,"artifactUUID":"2802a5e4-e050-4c40-9c1c-de09b9cae2c3","artifactVersion":"1"}],"workloadContext":"Production"} 2022-06-07T11:43:19.484Z|67deecb1-e97c-48a5-a31a-e61d1e41514b|pool-2-thread-9|||||INFO|500||DistributionClient - sendNotificationStatus 2022-06-07T11:43:19.484Z|67deecb1-e97c-48a5-a31a-e61d1e41514b|pool-2-thread-9|||||INFO|500||DistributionClient - sendStatus 2022-06-07T11:43:19.487Z|67deecb1-e97c-48a5-a31a-e61d1e41514b|pool-2-thread-9|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap] 2022-06-07T11:43:19.487Z|67deecb1-e97c-48a5-a31a-e61d1e41514b|pool-2-thread-9|||||DEBUG|500||try to send status { "distributionID": "4749a374-2cd8-4eeb-aff9-3b6394cedae9", "consumerID": "SO-COpenSource-Env11", "timestamp": 1654602035641, "artifactURL": "/sdc/v1/catalog/services/DemoPnfH9p8f5pp9tvkyyitkssn/1.0/resourceInstances/pnffc9b1b0413410/artifacts/vf-license-model.xml", "status": "NOT_NOTIFIED" } 2022-06-07T11:43:19.587Z||pool-78-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms 2022-06-07T11:43:19.588Z||pool-78-thread-1|||||WARN|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO will send credentials over a clear channel. 2022-06-07T11:43:19.588Z||pool-78-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as rACJoekZgDKIBPEP) ... 2022-06-07T11:43:19.619Z||pool-78-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK 2022-06-07T11:43:19.623Z||pool-78-thread-1|||||INFO|500||cambria reply ok (35 ms):{"serverTimeMs":1,"count":1} 2022-06-07T11:43:20.488Z|67deecb1-e97c-48a5-a31a-e61d1e41514b|pool-2-thread-9|||||INFO|500||DistributionClient - sendNotificationStatus 2022-06-07T11:43:20.488Z|67deecb1-e97c-48a5-a31a-e61d1e41514b|pool-2-thread-9|||||INFO|500||DistributionClient - sendStatus 2022-06-07T11:43:20.490Z|67deecb1-e97c-48a5-a31a-e61d1e41514b|pool-2-thread-9|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap] 2022-06-07T11:43:20.490Z|67deecb1-e97c-48a5-a31a-e61d1e41514b|pool-2-thread-9|||||DEBUG|500||try to send status { "distributionID": "4749a374-2cd8-4eeb-aff9-3b6394cedae9", "consumerID": "SO-COpenSource-Env11", "timestamp": 1654602035641, "artifactURL": "/sdc/v1/catalog/services/DemoPnfH9p8f5pp9tvkyyitkssn/1.0/resourceInstances/pnffc9b1b0413410/artifacts/pNF.csar", "status": "NOT_NOTIFIED" } 2022-06-07T11:43:20.590Z||pool-79-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms 2022-06-07T11:43:20.592Z||pool-79-thread-1|||||WARN|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO will send credentials over a clear channel. 2022-06-07T11:43:20.592Z||pool-79-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as rACJoekZgDKIBPEP) ... 2022-06-07T11:43:20.612Z||pool-79-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK 2022-06-07T11:43:20.613Z||pool-79-thread-1|||||INFO|500||cambria reply ok (22 ms):{"serverTimeMs":0,"count":1} 2022-06-07T11:43:21.491Z|67deecb1-e97c-48a5-a31a-e61d1e41514b|pool-2-thread-9|||||INFO|500||DistributionClient - sendNotificationStatus 2022-06-07T11:43:21.492Z|67deecb1-e97c-48a5-a31a-e61d1e41514b|pool-2-thread-9|||||INFO|500||DistributionClient - sendStatus 2022-06-07T11:43:21.493Z|67deecb1-e97c-48a5-a31a-e61d1e41514b|pool-2-thread-9|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap] 2022-06-07T11:43:21.494Z|67deecb1-e97c-48a5-a31a-e61d1e41514b|pool-2-thread-9|||||DEBUG|500||try to send status { "distributionID": "4749a374-2cd8-4eeb-aff9-3b6394cedae9", "consumerID": "SO-COpenSource-Env11", "timestamp": 1654602035641, "artifactURL": "/sdc/v1/catalog/services/DemoPnfH9p8f5pp9tvkyyitkssn/1.0/resourceInstances/pnffc9b1b0413410/artifacts/mynetconf.yang", "status": "NOT_NOTIFIED" } 2022-06-07T11:43:21.594Z||pool-80-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms 2022-06-07T11:43:21.595Z||pool-80-thread-1|||||WARN|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO will send credentials over a clear channel. 2022-06-07T11:43:21.595Z||pool-80-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as rACJoekZgDKIBPEP) ... 2022-06-07T11:43:21.614Z||pool-80-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK 2022-06-07T11:43:21.615Z||pool-80-thread-1|||||INFO|500||cambria reply ok (21 ms):{"serverTimeMs":0,"count":1} 2022-06-07T11:43:22.494Z|67deecb1-e97c-48a5-a31a-e61d1e41514b|pool-2-thread-9|||||INFO|500||DistributionClient - sendNotificationStatus 2022-06-07T11:43:22.494Z|67deecb1-e97c-48a5-a31a-e61d1e41514b|pool-2-thread-9|||||INFO|500||DistributionClient - sendStatus 2022-06-07T11:43:22.499Z|67deecb1-e97c-48a5-a31a-e61d1e41514b|pool-2-thread-9|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap] 2022-06-07T11:43:22.499Z|67deecb1-e97c-48a5-a31a-e61d1e41514b|pool-2-thread-9|||||DEBUG|500||try to send status { "distributionID": "4749a374-2cd8-4eeb-aff9-3b6394cedae9", "consumerID": "SO-COpenSource-Env11", "timestamp": 1654602035641, "artifactURL": "/sdc/v1/catalog/services/DemoPnfH9p8f5pp9tvkyyitkssn/1.0/resourceInstances/pnffc9b1b0413410/artifacts/vendor-license-model.xml", "status": "NOT_NOTIFIED" } 2022-06-07T11:43:22.599Z||pool-81-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms 2022-06-07T11:43:22.600Z||pool-81-thread-1|||||WARN|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO will send credentials over a clear channel. 2022-06-07T11:43:22.600Z||pool-81-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as rACJoekZgDKIBPEP) ... 2022-06-07T11:43:22.631Z||pool-81-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK 2022-06-07T11:43:22.632Z||pool-81-thread-1|||||INFO|500||cambria reply ok (33 ms):{"serverTimeMs":1,"count":1} 2022-06-07T11:43:23.500Z|67deecb1-e97c-48a5-a31a-e61d1e41514b|pool-2-thread-9|||||INFO|500||DistributionClient - sendNotificationStatus 2022-06-07T11:43:23.501Z|67deecb1-e97c-48a5-a31a-e61d1e41514b|pool-2-thread-9|||||INFO|500||DistributionClient - sendStatus 2022-06-07T11:43:23.503Z|67deecb1-e97c-48a5-a31a-e61d1e41514b|pool-2-thread-9|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap] 2022-06-07T11:43:23.504Z|67deecb1-e97c-48a5-a31a-e61d1e41514b|pool-2-thread-9|||||DEBUG|500||try to send status { "distributionID": "4749a374-2cd8-4eeb-aff9-3b6394cedae9", "consumerID": "SO-COpenSource-Env11", "timestamp": 1654602035641, "artifactURL": "/sdc/v1/catalog/services/DemoPnfH9p8f5pp9tvkyyitkssn/1.0/resourceInstances/pnffc9b1b0413410/artifacts/PM_Dictionary.yaml", "status": "NOT_NOTIFIED" } 2022-06-07T11:43:23.604Z||pool-82-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 99 ms 2022-06-07T11:43:23.604Z||pool-82-thread-1|||||WARN|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO will send credentials over a clear channel. 2022-06-07T11:43:23.604Z||pool-82-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as rACJoekZgDKIBPEP) ... 2022-06-07T11:43:23.626Z||pool-82-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK 2022-06-07T11:43:23.626Z||pool-82-thread-1|||||INFO|500||cambria reply ok (22 ms):{"serverTimeMs":0,"count":1} 2022-06-07T11:43:24.504Z|67deecb1-e97c-48a5-a31a-e61d1e41514b|pool-2-thread-9|||||INFO|500||DistributionClient - sendNotificationStatus 2022-06-07T11:43:24.505Z|67deecb1-e97c-48a5-a31a-e61d1e41514b|pool-2-thread-9|||||INFO|500||DistributionClient - sendStatus 2022-06-07T11:43:24.507Z|67deecb1-e97c-48a5-a31a-e61d1e41514b|pool-2-thread-9|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap] 2022-06-07T11:43:24.507Z|67deecb1-e97c-48a5-a31a-e61d1e41514b|pool-2-thread-9|||||DEBUG|500||try to send status { "distributionID": "4749a374-2cd8-4eeb-aff9-3b6394cedae9", "consumerID": "SO-COpenSource-Env11", "timestamp": 1654602035641, "artifactURL": "/sdc/v1/catalog/services/DemoPnfH9p8f5pp9tvkyyitkssn/1.0/resourceInstances/pnffc9b1b0413410/artifacts/MyPnf_Pnf_v1.yaml", "status": "NOT_NOTIFIED" } 2022-06-07T11:43:24.607Z||pool-83-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms 2022-06-07T11:43:24.608Z||pool-83-thread-1|||||WARN|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO will send credentials over a clear channel. 2022-06-07T11:43:24.608Z||pool-83-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as rACJoekZgDKIBPEP) ... 2022-06-07T11:43:24.626Z||pool-83-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK 2022-06-07T11:43:24.627Z||pool-83-thread-1|||||INFO|500||cambria reply ok (20 ms):{"serverTimeMs":0,"count":1} 2022-06-07T11:43:25.508Z|67deecb1-e97c-48a5-a31a-e61d1e41514b|pool-2-thread-9|||||INFO|500||DistributionClient - sendNotificationStatus 2022-06-07T11:43:25.509Z|67deecb1-e97c-48a5-a31a-e61d1e41514b|pool-2-thread-9|||||INFO|500||DistributionClient - sendStatus 2022-06-07T11:43:25.511Z|67deecb1-e97c-48a5-a31a-e61d1e41514b|pool-2-thread-9|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap] 2022-06-07T11:43:25.511Z|67deecb1-e97c-48a5-a31a-e61d1e41514b|pool-2-thread-9|||||DEBUG|500||try to send status { "distributionID": "4749a374-2cd8-4eeb-aff9-3b6394cedae9", "consumerID": "SO-COpenSource-Env11", "timestamp": 1654602035641, "artifactURL": "/sdc/v1/catalog/services/DemoPnfH9p8f5pp9tvkyyitkssn/1.0/artifacts/service-DemoPnfH9p8f5pp9tvkyyitkssn-template.yml", "status": "NOT_NOTIFIED" } 2022-06-07T11:43:25.611Z||pool-84-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms 2022-06-07T11:43:25.612Z||pool-84-thread-1|||||WARN|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO will send credentials over a clear channel. 2022-06-07T11:43:25.612Z||pool-84-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as rACJoekZgDKIBPEP) ... 2022-06-07T11:43:25.629Z||pool-84-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK 2022-06-07T11:43:25.629Z||pool-84-thread-1|||||INFO|500||cambria reply ok (18 ms):{"serverTimeMs":1,"count":1} 2022-06-07T11:43:26.512Z|67deecb1-e97c-48a5-a31a-e61d1e41514b|pool-2-thread-9|||||INFO|500||DistributionClient - sendNotificationStatus 2022-06-07T11:43:26.513Z|67deecb1-e97c-48a5-a31a-e61d1e41514b|pool-2-thread-9|||||INFO|500||DistributionClient - sendStatus 2022-06-07T11:43:26.515Z|67deecb1-e97c-48a5-a31a-e61d1e41514b|pool-2-thread-9|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap] 2022-06-07T11:43:26.516Z|67deecb1-e97c-48a5-a31a-e61d1e41514b|pool-2-thread-9|||||DEBUG|500||try to send status { "distributionID": "4749a374-2cd8-4eeb-aff9-3b6394cedae9", "consumerID": "SO-COpenSource-Env11", "timestamp": 1654602035641, "artifactURL": "/sdc/v1/catalog/services/DemoPnfH9p8f5pp9tvkyyitkssn/1.0/artifacts/service-DemoPnfH9p8f5pp9tvkyyitkssn-csar.csar", "status": "NOTIFIED" } 2022-06-07T11:43:26.616Z||pool-85-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 99 ms 2022-06-07T11:43:26.617Z||pool-85-thread-1|||||WARN|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO will send credentials over a clear channel. 2022-06-07T11:43:26.617Z||pool-85-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as rACJoekZgDKIBPEP) ... 2022-06-07T11:43:26.631Z||pool-85-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK 2022-06-07T11:43:26.632Z||pool-85-thread-1|||||INFO|500||cambria reply ok (16 ms):{"serverTimeMs":1,"count":1} 2022-06-07T11:43:27.516Z|67deecb1-e97c-48a5-a31a-e61d1e41514b|pool-2-thread-9|||||DEBUG|500||sending notification to client: { "distributionID": "4749a374-2cd8-4eeb-aff9-3b6394cedae9", "serviceName": "Demo_pNF_h9P8F5pp9tVKYYItKsSN", "serviceVersion": "1.0", "serviceUUID": "cc24a19a-f646-4526-8bec-c1c647792bdd", "serviceDescription": "catalog service description", "serviceInvariantUUID": "e2346d6e-a97b-48f7-aa8d-a45d92019da7", "resources": [ { "resourceInstanceName": "pNF fc9b1b04-1341 0", "resourceCustomizationUUID": "293a6ac5-b03a-4038-9eac-10d65b054ffe", "resourceName": "pNF fc9b1b04-1341", "resourceVersion": "1.0", "resoucreType": "PNF", "resourceUUID": "39e82539-07da-4993-b34b-c0819d9593b3", "resourceInvariantUUID": "b5320acb-b842-408c-994c-84175f01ee98", "category": "Generic", "subcategory": "Abstract", "artifacts": [] } ], "serviceArtifacts": [ { "artifactName": "service-DemoPnfH9p8f5pp9tvkyyitkssn-csar.csar", "artifactType": "TOSCA_CSAR", "artifactURL": "/sdc/v1/catalog/services/DemoPnfH9p8f5pp9tvkyyitkssn/1.0/artifacts/service-DemoPnfH9p8f5pp9tvkyyitkssn-csar.csar", "artifactChecksum": "OTgzMzcyMWI3YTZmZWQ4Y2RlZDdhNmNlNDQ5ODVhMWM\u003d", "artifactDescription": "TOSCA definition package of the asset", "artifactTimeout": 0, "artifactVersion": "1", "artifactUUID": "2802a5e4-e050-4c40-9c1c-de09b9cae2c3" } ], "workloadContext": "Production" } 2022-06-07T11:43:27.518Z|67deecb1-e97c-48a5-a31a-e61d1e41514b|pool-2-thread-9|||||DEBUG|500||Receive a callback notification in ASDC, nb of resources: 1 2022-06-07T11:43:27.518Z|67deecb1-e97c-48a5-a31a-e61d1e41514b|pool-2-thread-9|||||INFO|500||ASDC_RECEIVE_CALLBACK_NOTIF 0 cc24a19a-f646-4526-8bec-c1c647792bdd ASDC 2022-06-07T11:43:27.519Z|4749a374-2cd8-4eeb-aff9-3b6394cedae9|pool-2-thread-9|||||DEBUG|500||ASDC Notification: DistributionID:4749a374-2cd8-4eeb-aff9-3b6394cedae9 ServiceName:Demo_pNF_h9P8F5pp9tVKYYItKsSN ServiceVersion:1.0 ServiceUUID:cc24a19a-f646-4526-8bec-c1c647792bdd ServiceInvariantUUID:e2346d6e-a97b-48f7-aa8d-a45d92019da7 ServiceDescription:catalog service description Service Artifacts List: { Service Artifacts Info: ArtifactName:service-DemoPnfH9p8f5pp9tvkyyitkssn-csar.csar ArtifactVersion:1 ArtifactType:TOSCA_CSAR ArtifactDescription:TOSCA definition package of the asset ArtifactTimeout:0 ArtifactURL:/sdc/v1/catalog/services/DemoPnfH9p8f5pp9tvkyyitkssn/1.0/artifacts/service-DemoPnfH9p8f5pp9tvkyyitkssn-csar.csar ArtifactUUID:2802a5e4-e050-4c40-9c1c-de09b9cae2c3 ArtifactChecksum:OTgzMzcyMWI3YTZmZWQ4Y2RlZDdhNmNlNDQ5ODVhMWM= GeneratedArtifact:{NULL } RelatedArtifacts:{ } } Resource Instances List: { Resource Instance Info: ResourceInstanceName:pNF fc9b1b04-1341 0 ResourceCustomizationUUID:293a6ac5-b03a-4038-9eac-10d65b054ffe ResourceInvariantUUID:b5320acb-b842-408c-994c-84175f01ee98 ResourceName:pNF fc9b1b04-1341 ResourceType:PNF ResourceUUID:39e82539-07da-4993-b34b-c0819d9593b3 ResourceVersion:1.0 Category:Generic SubCategory:Abstract Resource Artifacts List: NULL } 2022-06-07T11:43:27.519Z|4749a374-2cd8-4eeb-aff9-3b6394cedae9|pool-2-thread-9|||||INFO|500||ASDC_RECEIVE_SERVICE_NOTIF cc24a19a-f646-4526-8bec-c1c647792bdd ASDC treatNotification Hibernate: select watchdogse0_.DISTRIBUTION_ID as distribu1_13_0_, watchdogse0_.SERVICE_MODEL_VERSION_ID as service_2_13_0_, watchdogse0_.CONSUMER_ID as consumer3_13_0_, watchdogse0_.CREATE_TIME as create_t4_13_0_, watchdogse0_.DISTRIBUTION_NOTIFICATION as distribu5_13_0_ from watchdog_service_mod_ver_id_lookup watchdogse0_ where watchdogse0_.DISTRIBUTION_ID=? and watchdogse0_.SERVICE_MODEL_VERSION_ID=? Hibernate: insert into watchdog_service_mod_ver_id_lookup (CONSUMER_ID, CREATE_TIME, DISTRIBUTION_NOTIFICATION, DISTRIBUTION_ID, SERVICE_MODEL_VERSION_ID) values (?, ?, ?, ?, ?) Hibernate: select watchdogdi0_.DISTRIBUTION_ID as distribu1_11_0_, watchdogdi0_.CREATE_TIME as create_t2_11_0_, watchdogdi0_.DISTRIBUTION_ID_STATUS as distribu3_11_0_, watchdogdi0_.MODIFY_TIME as modify_t4_11_0_, watchdogdi0_.LOCK_VERSION as lock_ver5_11_0_ from watchdog_distributionid_status watchdogdi0_ where watchdogdi0_.DISTRIBUTION_ID=? Hibernate: update watchdog_distributionid_status set DISTRIBUTION_ID_STATUS=?, MODIFY_TIME=?, LOCK_VERSION=? where DISTRIBUTION_ID=? 2022-06-07T11:43:27.556Z|4749a374-2cd8-4eeb-aff9-3b6394cedae9|pool-2-thread-9|||||INFO|500||Unable to find the system property mso.config.path, use the default configuration 2022-06-07T11:43:27.556Z|4749a374-2cd8-4eeb-aff9-3b6394cedae9|pool-2-thread-9|||||INFO|500||MSO config path is: /app 2022-06-07T11:43:27.556Z|4749a374-2cd8-4eeb-aff9-3b6394cedae9|pool-2-thread-9|||||INFO|500||MSO config path is: /app 2022-06-07T11:43:27.557Z|4749a374-2cd8-4eeb-aff9-3b6394cedae9|pool-2-thread-9|||||INFO|500||Trying to download the artifact UUID: 2802a5e4-e050-4c40-9c1c-de09b9cae2c3 from URL: /sdc/v1/catalog/services/DemoPnfH9p8f5pp9tvkyyitkssn/1.0/artifacts/service-DemoPnfH9p8f5pp9tvkyyitkssn-csar.csar 2022-06-07T11:43:27.557Z|4749a374-2cd8-4eeb-aff9-3b6394cedae9|pool-2-thread-9|||||INFO|500||DistributionClient - download 2022-06-07T11:43:27.557Z|4749a374-2cd8-4eeb-aff9-3b6394cedae9|pool-2-thread-9|||||DEBUG|500||url to send https://sdc-be.onap:8443/sdc/v1/catalog/services/DemoPnfH9p8f5pp9tvkyyitkssn/1.0/artifacts/service-DemoPnfH9p8f5pp9tvkyyitkssn-csar.csar 2022-06-07T11:43:27.695Z|4749a374-2cd8-4eeb-aff9-3b6394cedae9|pool-2-thread-9|||||DEBUG|500||GET Response Status 200 2022-06-07T11:43:27.701Z|4749a374-2cd8-4eeb-aff9-3b6394cedae9|pool-2-thread-9|||||INFO|500||ASDC_ARTIFACT_DOWNLOAD_SUC /sdc/v1/catalog/services/DemoPnfH9p8f5pp9tvkyyitkssn/1.0/artifacts/service-DemoPnfH9p8f5pp9tvkyyitkssn-csar.csar 2802a5e4-e050-4c40-9c1c-de09b9cae2c3 82644 2022-06-07T11:43:27.701Z|4749a374-2cd8-4eeb-aff9-3b6394cedae9|pool-2-thread-9|||||INFO|500||ASDC_SEND_NOTIF_ASDC DOWNLOAD DOWNLOAD_OK /sdc/v1/catalog/services/DemoPnfH9p8f5pp9tvkyyitkssn/1.0/artifacts/service-DemoPnfH9p8f5pp9tvkyyitkssn-csar.csar ASDC sendASDCNotification 2022-06-07T11:43:27.701Z|4749a374-2cd8-4eeb-aff9-3b6394cedae9|pool-2-thread-9|||||DEBUG|500||Sending DOWNLOAD(DOWNLOAD_OK) notification to ASDC for artifact:/sdc/v1/catalog/services/DemoPnfH9p8f5pp9tvkyyitkssn/1.0/artifacts/service-DemoPnfH9p8f5pp9tvkyyitkssn-csar.csar 2022-06-07T11:43:27.701Z|4749a374-2cd8-4eeb-aff9-3b6394cedae9|pool-2-thread-9|||||INFO|500||DistributionClient - sendDownloadStatus 2022-06-07T11:43:27.701Z|4749a374-2cd8-4eeb-aff9-3b6394cedae9|pool-2-thread-9|||||INFO|500||DistributionClient - sendStatus 2022-06-07T11:43:27.704Z|4749a374-2cd8-4eeb-aff9-3b6394cedae9|pool-2-thread-9|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap] 2022-06-07T11:43:27.704Z|4749a374-2cd8-4eeb-aff9-3b6394cedae9|pool-2-thread-9|||||DEBUG|500||try to send status { "distributionID": "4749a374-2cd8-4eeb-aff9-3b6394cedae9", "consumerID": "SO-COpenSource-Env11", "timestamp": 1654602207701, "artifactURL": "/sdc/v1/catalog/services/DemoPnfH9p8f5pp9tvkyyitkssn/1.0/artifacts/service-DemoPnfH9p8f5pp9tvkyyitkssn-csar.csar", "status": "DOWNLOAD_OK" } 2022-06-07T11:43:27.804Z||pool-86-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms 2022-06-07T11:43:27.805Z||pool-86-thread-1|||||WARN|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO will send credentials over a clear channel. 2022-06-07T11:43:27.805Z||pool-86-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as rACJoekZgDKIBPEP) ... 2022-06-07T11:43:27.827Z||pool-86-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK 2022-06-07T11:43:27.827Z||pool-86-thread-1|||||INFO|500||cambria reply ok (23 ms):{"serverTimeMs":0,"count":1} 2022-06-07T11:43:28.704Z|4749a374-2cd8-4eeb-aff9-3b6394cedae9|pool-2-thread-9|||||INFO|500||Unable to find the system property mso.config.path, use the default configuration 2022-06-07T11:43:28.705Z|4749a374-2cd8-4eeb-aff9-3b6394cedae9|pool-2-thread-9|||||INFO|500||MSO config path is: /app 2022-06-07T11:43:28.705Z|4749a374-2cd8-4eeb-aff9-3b6394cedae9|pool-2-thread-9|||||INFO|500||Trying to write artifact UUID: 2802a5e4-e050-4c40-9c1c-de09b9cae2c3, URL: /sdc/v1/catalog/services/DemoPnfH9p8f5pp9tvkyyitkssn/1.0/artifacts/service-DemoPnfH9p8f5pp9tvkyyitkssn-csar.csar to file: /app/ASDC/1/service-DemoPnfH9p8f5pp9tvkyyitkssn-csar.csar 2022-06-07T11:43:28.706Z|4749a374-2cd8-4eeb-aff9-3b6394cedae9|pool-2-thread-9|||||INFO|500||ASDC_RECEIVE_SERVICE_NOTIF ***WRITE FILE ARTIFACT NAME ASDC service-DemoPnfH9p8f5pp9tvkyyitkssn-csar.csar 2022-06-07T11:43:28.706Z|4749a374-2cd8-4eeb-aff9-3b6394cedae9|pool-2-thread-9|||||DEBUG|500||ASDC File path is: /app/ASDC/1/service-DemoPnfH9p8f5pp9tvkyyitkssn-csar.csar 2022-06-07T11:43:28.706Z|4749a374-2cd8-4eeb-aff9-3b6394cedae9|pool-2-thread-9|||||INFO|500||ASDC_RECEIVE_SERVICE_NOTIF ***PATH ASDC /app/ASDC/1/service-DemoPnfH9p8f5pp9tvkyyitkssn-csar.csar 2022-06-07T11:43:28.847Z|4749a374-2cd8-4eeb-aff9-3b6394cedae9|pool-2-thread-9|||||DEBUG|500||ToscaTemplate Loading YAMEL file /tmp/JTP16101447315149700030/Definitions/service-DemoPnfH9p8f5pp9tvkyyitkssn-template.yml 2022-06-07T11:43:29.658Z|4749a374-2cd8-4eeb-aff9-3b6394cedae9|pool-2-thread-9|||||DEBUG|500||CSAR conformance level is 11.0 2022-06-07T11:43:29.658Z|4749a374-2cd8-4eeb-aff9-3b6394cedae9|pool-2-thread-9|||||WARN|500||#################################################################################################### 2022-06-07T11:43:29.658Z|4749a374-2cd8-4eeb-aff9-3b6394cedae9|pool-2-thread-9|||||WARN|500||CSAR Warnings found! CSAR name - /app/ASDC/1/service-DemoPnfH9p8f5pp9tvkyyitkssn-csar.csar 2022-06-07T11:43:29.658Z|4749a374-2cd8-4eeb-aff9-3b6394cedae9|pool-2-thread-9|||||WARN|500||ToscaTemplate - verifyTemplate - 7 Parsing Warnings occurred... 2022-06-07T11:43:29.658Z|4749a374-2cd8-4eeb-aff9-3b6394cedae9|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-DemoPnfH9p8f5pp9tvkyyitkssn-csar.csar 2022-06-07T11:43:29.658Z|4749a374-2cd8-4eeb-aff9-3b6394cedae9|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-DemoPnfH9p8f5pp9tvkyyitkssn-csar.csar 2022-06-07T11:43:29.658Z|4749a374-2cd8-4eeb-aff9-3b6394cedae9|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-DemoPnfH9p8f5pp9tvkyyitkssn-csar.csar 2022-06-07T11:43:29.658Z|4749a374-2cd8-4eeb-aff9-3b6394cedae9|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-DemoPnfH9p8f5pp9tvkyyitkssn-csar.csar 2022-06-07T11:43:29.659Z|4749a374-2cd8-4eeb-aff9-3b6394cedae9|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-DemoPnfH9p8f5pp9tvkyyitkssn-csar.csar 2022-06-07T11:43:29.659Z|4749a374-2cd8-4eeb-aff9-3b6394cedae9|pool-2-thread-9|||||WARN|500||JTosca Exception [JE003]: MissingRequiredFieldError: properties of template "pNF fc9b1b04-1341 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-DemoPnfH9p8f5pp9tvkyyitkssn-csar.csar 2022-06-07T11:43:29.659Z|4749a374-2cd8-4eeb-aff9-3b6394cedae9|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-DemoPnfH9p8f5pp9tvkyyitkssn-csar.csar 2022-06-07T11:43:29.659Z|4749a374-2cd8-4eeb-aff9-3b6394cedae9|pool-2-thread-9|||||WARN|500||#################################################################################################### 2022-06-07T11:43:29.659Z|4749a374-2cd8-4eeb-aff9-3b6394cedae9|pool-2-thread-9|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive 2022-06-07T11:43:29.659Z|4749a374-2cd8-4eeb-aff9-3b6394cedae9|pool-2-thread-9|||||DEBUG|500||Service Demo_pNF_h9P8F5pp9tVKYYItKsSN is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=SERVICE_PROXY, toscaType=null, uUID=null, customizationUUID=null 2022-06-07T11:43:29.659Z|4749a374-2cd8-4eeb-aff9-3b6394cedae9|pool-2-thread-9|||||DEBUG|500||Node template pNF fc9b1b04-1341 0 is matching search criteria 2022-06-07T11:43:29.660Z|4749a374-2cd8-4eeb-aff9-3b6394cedae9|pool-2-thread-9|||||DEBUG|500||Search for entities recursively 2022-06-07T11:43:29.660Z|4749a374-2cd8-4eeb-aff9-3b6394cedae9|pool-2-thread-9|||||DEBUG|500||Found topology templates [pNF fc9b1b04-1341 0] matching following query criteria: sdcType=Service, customizationUUID=null 2022-06-07T11:43:29.660Z|4749a374-2cd8-4eeb-aff9-3b6394cedae9|pool-2-thread-9|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive 2022-06-07T11:43:29.660Z|4749a374-2cd8-4eeb-aff9-3b6394cedae9|pool-2-thread-9|||||DEBUG|500||Service Demo_pNF_h9P8F5pp9tVKYYItKsSN is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=CONFIGURATION, toscaType=null, uUID=null, customizationUUID=null 2022-06-07T11:43:29.660Z|4749a374-2cd8-4eeb-aff9-3b6394cedae9|pool-2-thread-9|||||DEBUG|500||Node template pNF fc9b1b04-1341 0 is matching search criteria 2022-06-07T11:43:29.660Z|4749a374-2cd8-4eeb-aff9-3b6394cedae9|pool-2-thread-9|||||DEBUG|500||Search for entities recursively 2022-06-07T11:43:29.660Z|4749a374-2cd8-4eeb-aff9-3b6394cedae9|pool-2-thread-9|||||DEBUG|500||Found topology templates [pNF fc9b1b04-1341 0] matching following query criteria: sdcType=Service, customizationUUID=null 2022-06-07T11:43:29.660Z|4749a374-2cd8-4eeb-aff9-3b6394cedae9|pool-2-thread-9|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive 2022-06-07T11:43:29.661Z|4749a374-2cd8-4eeb-aff9-3b6394cedae9|pool-2-thread-9|||||DEBUG|500||Service Demo_pNF_h9P8F5pp9tVKYYItKsSN is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=VF, toscaType=null, uUID=null, customizationUUID=null 2022-06-07T11:43:29.661Z|4749a374-2cd8-4eeb-aff9-3b6394cedae9|pool-2-thread-9|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive 2022-06-07T11:43:29.661Z|4749a374-2cd8-4eeb-aff9-3b6394cedae9|pool-2-thread-9|||||DEBUG|500||Service Demo_pNF_h9P8F5pp9tVKYYItKsSN is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=VL, toscaType=null, uUID=null, customizationUUID=null 2022-06-07T11:43:29.661Z|4749a374-2cd8-4eeb-aff9-3b6394cedae9|pool-2-thread-9|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive 2022-06-07T11:43:29.661Z|4749a374-2cd8-4eeb-aff9-3b6394cedae9|pool-2-thread-9|||||DEBUG|500||Service Demo_pNF_h9P8F5pp9tVKYYItKsSN is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=CR, toscaType=null, uUID=null, customizationUUID=null 2022-06-07T11:43:29.661Z|4749a374-2cd8-4eeb-aff9-3b6394cedae9|pool-2-thread-9|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive 2022-06-07T11:43:29.661Z|4749a374-2cd8-4eeb-aff9-3b6394cedae9|pool-2-thread-9|||||DEBUG|500||Service Demo_pNF_h9P8F5pp9tVKYYItKsSN is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=VF, toscaType=null, uUID=null, customizationUUID=null 2022-06-07T11:43:29.661Z|4749a374-2cd8-4eeb-aff9-3b6394cedae9|pool-2-thread-9|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive 2022-06-07T11:43:29.662Z|4749a374-2cd8-4eeb-aff9-3b6394cedae9|pool-2-thread-9|||||DEBUG|500||Service Demo_pNF_h9P8F5pp9tVKYYItKsSN is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=PNF, toscaType=null, uUID=null, customizationUUID=null 2022-06-07T11:43:29.662Z|4749a374-2cd8-4eeb-aff9-3b6394cedae9|pool-2-thread-9|||||DEBUG|500||CSAR Notification: Service Level Properties: Name:Demo_pNF_h9P8F5pp9tVKYYItKsSN Description:catalog service description Model UUID:cc24a19a-f646-4526-8bec-c1c647792bdd Model Version:NULL Model InvariantUuid:e2346d6e-a97b-48f7-aa8d-a45d92019da7 Service Type: Service Role: WorkLoad Context:Production Environment Context:General_Revenue-Bearing VF Allotted Resource Properties: PNF Allotted Resource Properties: Hibernate: select toscacsar0_.ARTIFACT_UUID as artifact1_57_0_, toscacsar0_.ARTIFACT_CHECKSUM as artifact2_57_0_, toscacsar0_.CREATION_TIMESTAMP as creation3_57_0_, toscacsar0_.DESCRIPTION as descript4_57_0_, toscacsar0_.NAME as name5_57_0_, toscacsar0_.URL as url6_57_0_, toscacsar0_.Version as version7_57_0_ from tosca_csar toscacsar0_ where toscacsar0_.ARTIFACT_UUID=? 2022-06-07T11:43:29.670Z|4749a374-2cd8-4eeb-aff9-3b6394cedae9|pool-2-thread-9|||||INFO|500||Processing Resource Type: PNF, Model UUID: 39e82539-07da-4993-b34b-c0819d9593b3 Hibernate: select service0_.MODEL_UUID as model_uu1_50_, service0_.CDS_BLUEPRINT_NAME as cds_blue2_50_, service0_.CDS_BLUEPRINT_VERSION as cds_blue3_50_, service0_.SERVICE_CATEGORY as service_4_50_, service0_.CONTROLLER_ACTOR as controll5_50_, service0_.CREATION_TIMESTAMP as creation6_50_, service0_.TOSCA_CSAR_ARTIFACT_UUID as tosca_c21_50_, service0_.DESCRIPTION as descript7_50_, service0_.OVERALL_DISTRIBUTION_STATUS as overall_8_50_, service0_.ENVIRONMENT_CONTEXT as environm9_50_, service0_.MODEL_INVARIANT_UUID as model_i10_50_, service0_.MODEL_NAME as model_n11_50_, service0_.MODEL_VERSION as model_v12_50_, service0_.NAMING_POLICY as naming_13_50_, service0_.ONAP_GENERATED_NAMING as onap_ge14_50_, service0_.RESOURCE_ORDER as resourc15_50_, service0_.SERVICE_FUNCTION as service16_50_, service0_.SERVICE_ROLE as service17_50_, service0_.SERVICE_TYPE as service18_50_, service0_.SKIP_POST_INSTANTIATION_CONFIGURATION as skip_po19_50_, service0_.WORKLOAD_CONTEXT as workloa20_50_ from service service0_ where service0_.MODEL_UUID=? 2022-06-07T11:43:29.673Z|4749a374-2cd8-4eeb-aff9-3b6394cedae9|pool-2-thread-9|||||INFO|500||pNF fc9b1b04-1341 0 2022-06-07T11:43:29.674Z|4749a374-2cd8-4eeb-aff9-3b6394cedae9|pool-2-thread-9|||||DEBUG|500||Processing Resource Type: PNF and Model UUID: 39e82539-07da-4993-b34b-c0819d9593b3 2022-06-07T11:43:29.674Z|4749a374-2cd8-4eeb-aff9-3b6394cedae9|pool-2-thread-9|||||DEBUG|500||No resources found for Service: cc24a19a-f646-4526-8bec-c1c647792bdd 2022-06-07T11:43:29.674Z|4749a374-2cd8-4eeb-aff9-3b6394cedae9|pool-2-thread-9|||||DEBUG|500||Preparing to deploy Service: cc24a19a-f646-4526-8bec-c1c647792bdd 2022-06-07T11:43:29.674Z|4749a374-2cd8-4eeb-aff9-3b6394cedae9|pool-2-thread-9|||||INFO|500||ASDC_START_DEPLOY_ARTIFACT pNF fc9b1b04-1341 0 39e82539-07da-4993-b34b-c0819d9593b3 ASDC Hibernate: select toscacsar0_.ARTIFACT_UUID as artifact1_57_0_, toscacsar0_.ARTIFACT_CHECKSUM as artifact2_57_0_, toscacsar0_.CREATION_TIMESTAMP as creation3_57_0_, toscacsar0_.DESCRIPTION as descript4_57_0_, toscacsar0_.NAME as name5_57_0_, toscacsar0_.URL as url6_57_0_, toscacsar0_.Version as version7_57_0_ from tosca_csar toscacsar0_ where toscacsar0_.ARTIFACT_UUID=? Hibernate: select service0_.MODEL_UUID as model_uu1_50_, service0_.CDS_BLUEPRINT_NAME as cds_blue2_50_, service0_.CDS_BLUEPRINT_VERSION as cds_blue3_50_, service0_.SERVICE_CATEGORY as service_4_50_, service0_.CONTROLLER_ACTOR as controll5_50_, service0_.CREATION_TIMESTAMP as creation6_50_, service0_.TOSCA_CSAR_ARTIFACT_UUID as tosca_c21_50_, service0_.DESCRIPTION as descript7_50_, service0_.OVERALL_DISTRIBUTION_STATUS as overall_8_50_, service0_.ENVIRONMENT_CONTEXT as environm9_50_, service0_.MODEL_INVARIANT_UUID as model_i10_50_, service0_.MODEL_NAME as model_n11_50_, service0_.MODEL_VERSION as model_v12_50_, service0_.NAMING_POLICY as naming_13_50_, service0_.ONAP_GENERATED_NAMING as onap_ge14_50_, service0_.RESOURCE_ORDER as resourc15_50_, service0_.SERVICE_FUNCTION as service16_50_, service0_.SERVICE_ROLE as service17_50_, service0_.SERVICE_TYPE as service18_50_, service0_.SKIP_POST_INSTANTIATION_CONFIGURATION as skip_po19_50_, service0_.WORKLOAD_CONTEXT as workloa20_50_ from service service0_ where service0_.MODEL_UUID=? 2022-06-07T11:43:29.678Z|4749a374-2cd8-4eeb-aff9-3b6394cedae9|pool-2-thread-9|||||DEBUG|500||serviceInputs: {} [org.onap.sdc.toscaparser.api.parameters.Input@6771a1da, org.onap.sdc.toscaparser.api.parameters.Input@5440931b, org.onap.sdc.toscaparser.api.parameters.Input@40b66665, org.onap.sdc.toscaparser.api.parameters.Input@5eca71a3, org.onap.sdc.toscaparser.api.parameters.Input@34df74d1] 2022-06-07T11:43:29.678Z|4749a374-2cd8-4eeb-aff9-3b6394cedae9|pool-2-thread-9|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive 2022-06-07T11:43:29.679Z|4749a374-2cd8-4eeb-aff9-3b6394cedae9|pool-2-thread-9|||||DEBUG|500||Service Demo_pNF_h9P8F5pp9tVKYYItKsSN is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=null, toscaType=null, uUID=null, customizationUUID=null 2022-06-07T11:43:29.679Z|4749a374-2cd8-4eeb-aff9-3b6394cedae9|pool-2-thread-9|||||DEBUG|500|| resourceSeq for service uuid cc24a19a-f646-4526-8bec-c1c647792bdd: pNF fc9b1b04-1341 2022-06-07T11:43:29.679Z|4749a374-2cd8-4eeb-aff9-3b6394cedae9|pool-2-thread-9|||||INFO|500||Processing PNF resource: 39e82539-07da-4993-b34b-c0819d9593b3 2022-06-07T11:43:29.679Z|4749a374-2cd8-4eeb-aff9-3b6394cedae9|pool-2-thread-9|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive 2022-06-07T11:43:29.680Z|4749a374-2cd8-4eeb-aff9-3b6394cedae9|pool-2-thread-9|||||DEBUG|500||Service Demo_pNF_h9P8F5pp9tVKYYItKsSN is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=PNF, toscaType=null, uUID=null, customizationUUID=null 2022-06-07T11:43:29.680Z|4749a374-2cd8-4eeb-aff9-3b6394cedae9|pool-2-thread-9|||||INFO|500||Resource customization UUID: 293a6ac5-b03a-4038-9eac-10d65b054ffe is the same as notified resource customizationUUID: 293a6ac5-b03a-4038-9eac-10d65b054ffe Hibernate: select pnfresourc0_.MODEL_CUSTOMIZATION_UUID as model_cu1_45_0_, pnfresourc0_.CDS_BLUEPRINT_NAME as cds_blue2_45_0_, pnfresourc0_.CDS_BLUEPRINT_VERSION as cds_blue3_45_0_, pnfresourc0_.CONTROLLER_ACTOR as controll4_45_0_, pnfresourc0_.CREATION_TIMESTAMP as creation5_45_0_, pnfresourc0_.DEFAULT_SOFTWARE_VERSION as default_6_45_0_, pnfresourc0_.MODEL_INSTANCE_NAME as model_in7_45_0_, pnfresourc0_.MULTI_STAGE_DESIGN as multi_st8_45_0_, pnfresourc0_.NF_FUNCTION as nf_funct9_45_0_, pnfresourc0_.NF_NAMING_CODE as nf_nami10_45_0_, pnfresourc0_.NF_ROLE as nf_role11_45_0_, pnfresourc0_.NF_TYPE as nf_type12_45_0_, pnfresourc0_.PNF_RESOURCE_MODEL_UUID as pnf_res15_45_0_, pnfresourc0_.RESOURCE_INPUT as resourc13_45_0_, pnfresourc0_.SKIP_POST_INSTANTIATION_CONFIGURATION as skip_po14_45_0_, pnfresourc1_.MODEL_UUID as model_uu1_44_1_, pnfresourc1_.RESOURCE_CATEGORY as resource2_44_1_, pnfresourc1_.CREATION_TIMESTAMP as creation3_44_1_, pnfresourc1_.DESCRIPTION as descript4_44_1_, pnfresourc1_.MODEL_INVARIANT_UUID as model_in5_44_1_, pnfresourc1_.MODEL_NAME as model_na6_44_1_, pnfresourc1_.MODEL_VERSION as model_ve7_44_1_, pnfresourc1_.ORCHESTRATION_MODE as orchestr8_44_1_, pnfresourc1_.RESOURCE_SUB_CATEGORY as resource9_44_1_, pnfresourc1_.TOSCA_NODE_TYPE as tosca_n10_44_1_ from pnf_resource_customization pnfresourc0_ left outer join pnf_resource pnfresourc1_ on pnfresourc0_.PNF_RESOURCE_MODEL_UUID=pnfresourc1_.MODEL_UUID where pnfresourc0_.MODEL_CUSTOMIZATION_UUID=? Hibernate: select pnfresourc0_.MODEL_UUID as model_uu1_44_0_, pnfresourc0_.RESOURCE_CATEGORY as resource2_44_0_, pnfresourc0_.CREATION_TIMESTAMP as creation3_44_0_, pnfresourc0_.DESCRIPTION as descript4_44_0_, pnfresourc0_.MODEL_INVARIANT_UUID as model_in5_44_0_, pnfresourc0_.MODEL_NAME as model_na6_44_0_, pnfresourc0_.MODEL_VERSION as model_ve7_44_0_, pnfresourc0_.ORCHESTRATION_MODE as orchestr8_44_0_, pnfresourc0_.RESOURCE_SUB_CATEGORY as resource9_44_0_, pnfresourc0_.TOSCA_NODE_TYPE as tosca_n10_44_0_ from pnf_resource pnfresourc0_ where pnfresourc0_.MODEL_UUID=? Hibernate: select service0_.MODEL_UUID as model_uu1_50_3_, service0_.CDS_BLUEPRINT_NAME as cds_blue2_50_3_, service0_.CDS_BLUEPRINT_VERSION as cds_blue3_50_3_, service0_.SERVICE_CATEGORY as service_4_50_3_, service0_.CONTROLLER_ACTOR as controll5_50_3_, service0_.CREATION_TIMESTAMP as creation6_50_3_, service0_.TOSCA_CSAR_ARTIFACT_UUID as tosca_c21_50_3_, service0_.DESCRIPTION as descript7_50_3_, service0_.OVERALL_DISTRIBUTION_STATUS as overall_8_50_3_, service0_.ENVIRONMENT_CONTEXT as environm9_50_3_, service0_.MODEL_INVARIANT_UUID as model_i10_50_3_, service0_.MODEL_NAME as model_n11_50_3_, service0_.MODEL_VERSION as model_v12_50_3_, service0_.NAMING_POLICY as naming_13_50_3_, service0_.ONAP_GENERATED_NAMING as onap_ge14_50_3_, service0_.RESOURCE_ORDER as resourc15_50_3_, service0_.SERVICE_FUNCTION as service16_50_3_, service0_.SERVICE_ROLE as service17_50_3_, service0_.SERVICE_TYPE as service18_50_3_, service0_.SKIP_POST_INSTANTIATION_CONFIGURATION as skip_po19_50_3_, service0_.WORKLOAD_CONTEXT as workloa20_50_3_, allottedcu1_.SERVICE_MODEL_UUID as service_1_8_5_, allottedre2_.MODEL_CUSTOMIZATION_UUID as resource2_8_5_, allottedre2_.MODEL_CUSTOMIZATION_UUID as model_cu1_7_0_, allottedre2_.AR_MODEL_UUID as ar_mode15_7_0_, allottedre2_.CREATION_TIMESTAMP as creation2_7_0_, allottedre2_.MAX_INSTANCES as max_inst3_7_0_, allottedre2_.MIN_INSTANCES as min_inst4_7_0_, allottedre2_.MODEL_INSTANCE_NAME as model_in5_7_0_, allottedre2_.NF_FUNCTION as nf_funct6_7_0_, allottedre2_.NF_NAMING_CODE as nf_namin7_7_0_, allottedre2_.NF_ROLE as nf_role8_7_0_, allottedre2_.NF_TYPE as nf_type9_7_0_, allottedre2_.PROVIDING_SERVICE_MODEL_INVARIANT_UUID as providi10_7_0_, allottedre2_.PROVIDING_SERVICE_MODEL_NAME as providi11_7_0_, allottedre2_.PROVIDING_SERVICE_MODEL_UUID as providi12_7_0_, allottedre2_.RESOURCE_INPUT as resourc13_7_0_, allottedre2_.TARGET_NETWORK_ROLE as target_14_7_0_, allottedre3_.MODEL_UUID as model_uu1_6_1_, allottedre3_.CREATION_TIMESTAMP as creation2_6_1_, allottedre3_.DESCRIPTION as descript3_6_1_, allottedre3_.MODEL_INVARIANT_UUID as model_in4_6_1_, allottedre3_.MODEL_NAME as model_na5_6_1_, allottedre3_.MODEL_VERSION as model_ve6_6_1_, allottedre3_.SUBCATEGORY as subcateg7_6_1_, allottedre3_.TOSCA_NODE_TYPE as tosca_no8_6_1_, toscacsar4_.ARTIFACT_UUID as artifact1_57_2_, toscacsar4_.ARTIFACT_CHECKSUM as artifact2_57_2_, toscacsar4_.CREATION_TIMESTAMP as creation3_57_2_, toscacsar4_.DESCRIPTION as descript4_57_2_, toscacsar4_.NAME as name5_57_2_, toscacsar4_.URL as url6_57_2_, toscacsar4_.Version as version7_57_2_ from service service0_ left outer join allotted_resource_customization_to_service allottedcu1_ on service0_.MODEL_UUID=allottedcu1_.SERVICE_MODEL_UUID left outer join allotted_resource_customization allottedre2_ on allottedcu1_.RESOURCE_MODEL_CUSTOMIZATION_UUID=allottedre2_.MODEL_CUSTOMIZATION_UUID left outer join allotted_resource allottedre3_ on allottedre2_.AR_MODEL_UUID=allottedre3_.MODEL_UUID left outer join tosca_csar toscacsar4_ on service0_.TOSCA_CSAR_ARTIFACT_UUID=toscacsar4_.ARTIFACT_UUID where service0_.MODEL_UUID=? Hibernate: select toscacsar0_.ARTIFACT_UUID as artifact1_57_1_, toscacsar0_.ARTIFACT_CHECKSUM as artifact2_57_1_, toscacsar0_.CREATION_TIMESTAMP as creation3_57_1_, toscacsar0_.DESCRIPTION as descript4_57_1_, toscacsar0_.NAME as name5_57_1_, toscacsar0_.URL as url6_57_1_, toscacsar0_.Version as version7_57_1_, services1_.TOSCA_CSAR_ARTIFACT_UUID as tosca_c21_50_3_, services1_.MODEL_UUID as model_uu1_50_3_, services1_.MODEL_UUID as model_uu1_50_0_, services1_.CDS_BLUEPRINT_NAME as cds_blue2_50_0_, services1_.CDS_BLUEPRINT_VERSION as cds_blue3_50_0_, services1_.SERVICE_CATEGORY as service_4_50_0_, services1_.CONTROLLER_ACTOR as controll5_50_0_, services1_.CREATION_TIMESTAMP as creation6_50_0_, services1_.TOSCA_CSAR_ARTIFACT_UUID as tosca_c21_50_0_, services1_.DESCRIPTION as descript7_50_0_, services1_.OVERALL_DISTRIBUTION_STATUS as overall_8_50_0_, services1_.ENVIRONMENT_CONTEXT as environm9_50_0_, services1_.MODEL_INVARIANT_UUID as model_i10_50_0_, services1_.MODEL_NAME as model_n11_50_0_, services1_.MODEL_VERSION as model_v12_50_0_, services1_.NAMING_POLICY as naming_13_50_0_, services1_.ONAP_GENERATED_NAMING as onap_ge14_50_0_, services1_.RESOURCE_ORDER as resourc15_50_0_, services1_.SERVICE_FUNCTION as service16_50_0_, services1_.SERVICE_ROLE as service17_50_0_, services1_.SERVICE_TYPE as service18_50_0_, services1_.SKIP_POST_INSTANTIATION_CONFIGURATION as skip_po19_50_0_, services1_.WORKLOAD_CONTEXT as workloa20_50_0_ from tosca_csar toscacsar0_ left outer join service services1_ on toscacsar0_.ARTIFACT_UUID=services1_.TOSCA_CSAR_ARTIFACT_UUID where toscacsar0_.ARTIFACT_UUID=? Hibernate: select pnfresourc0_.MODEL_CUSTOMIZATION_UUID as model_cu1_45_1_, pnfresourc0_.CDS_BLUEPRINT_NAME as cds_blue2_45_1_, pnfresourc0_.CDS_BLUEPRINT_VERSION as cds_blue3_45_1_, pnfresourc0_.CONTROLLER_ACTOR as controll4_45_1_, pnfresourc0_.CREATION_TIMESTAMP as creation5_45_1_, pnfresourc0_.DEFAULT_SOFTWARE_VERSION as default_6_45_1_, pnfresourc0_.MODEL_INSTANCE_NAME as model_in7_45_1_, pnfresourc0_.MULTI_STAGE_DESIGN as multi_st8_45_1_, pnfresourc0_.NF_FUNCTION as nf_funct9_45_1_, pnfresourc0_.NF_NAMING_CODE as nf_nami10_45_1_, pnfresourc0_.NF_ROLE as nf_role11_45_1_, pnfresourc0_.NF_TYPE as nf_type12_45_1_, pnfresourc0_.PNF_RESOURCE_MODEL_UUID as pnf_res15_45_1_, pnfresourc0_.RESOURCE_INPUT as resourc13_45_1_, pnfresourc0_.SKIP_POST_INSTANTIATION_CONFIGURATION as skip_po14_45_1_, pnfresourc1_.MODEL_UUID as model_uu1_44_0_, pnfresourc1_.RESOURCE_CATEGORY as resource2_44_0_, pnfresourc1_.CREATION_TIMESTAMP as creation3_44_0_, pnfresourc1_.DESCRIPTION as descript4_44_0_, pnfresourc1_.MODEL_INVARIANT_UUID as model_in5_44_0_, pnfresourc1_.MODEL_NAME as model_na6_44_0_, pnfresourc1_.MODEL_VERSION as model_ve7_44_0_, pnfresourc1_.ORCHESTRATION_MODE as orchestr8_44_0_, pnfresourc1_.RESOURCE_SUB_CATEGORY as resource9_44_0_, pnfresourc1_.TOSCA_NODE_TYPE as tosca_n10_44_0_ from pnf_resource_customization pnfresourc0_ left outer join pnf_resource pnfresourc1_ on pnfresourc0_.PNF_RESOURCE_MODEL_UUID=pnfresourc1_.MODEL_UUID where pnfresourc0_.MODEL_CUSTOMIZATION_UUID=? Hibernate: select pnfresourc0_.MODEL_UUID as model_uu1_44_0_, pnfresourc0_.RESOURCE_CATEGORY as resource2_44_0_, pnfresourc0_.CREATION_TIMESTAMP as creation3_44_0_, pnfresourc0_.DESCRIPTION as descript4_44_0_, pnfresourc0_.MODEL_INVARIANT_UUID as model_in5_44_0_, pnfresourc0_.MODEL_NAME as model_na6_44_0_, pnfresourc0_.MODEL_VERSION as model_ve7_44_0_, pnfresourc0_.ORCHESTRATION_MODE as orchestr8_44_0_, pnfresourc0_.RESOURCE_SUB_CATEGORY as resource9_44_0_, pnfresourc0_.TOSCA_NODE_TYPE as tosca_n10_44_0_ from pnf_resource pnfresourc0_ where pnfresourc0_.MODEL_UUID=? Hibernate: select watchdogco0_.COMPONENT_NAME as componen1_12_0_, watchdogco0_.DISTRIBUTION_ID as distribu2_12_0_, watchdogco0_.COMPONENT_DISTRIBUTION_STATUS as componen3_12_0_, watchdogco0_.CREATE_TIME as create_t4_12_0_, watchdogco0_.MODIFY_TIME as modify_t5_12_0_ from watchdog_per_component_distribution_status watchdogco0_ where watchdogco0_.COMPONENT_NAME=? and watchdogco0_.DISTRIBUTION_ID=? Hibernate: insert into watchdog_per_component_distribution_status (COMPONENT_DISTRIBUTION_STATUS, CREATE_TIME, MODIFY_TIME, COMPONENT_NAME, DISTRIBUTION_ID) values (?, ?, ?, ?, ?) Hibernate: insert into tosca_csar (ARTIFACT_CHECKSUM, CREATION_TIMESTAMP, DESCRIPTION, NAME, URL, Version, ARTIFACT_UUID) values (?, ?, ?, ?, ?, ?, ?) Hibernate: insert into service (CDS_BLUEPRINT_NAME, CDS_BLUEPRINT_VERSION, SERVICE_CATEGORY, CONTROLLER_ACTOR, CREATION_TIMESTAMP, TOSCA_CSAR_ARTIFACT_UUID, DESCRIPTION, OVERALL_DISTRIBUTION_STATUS, ENVIRONMENT_CONTEXT, MODEL_INVARIANT_UUID, MODEL_NAME, MODEL_VERSION, NAMING_POLICY, ONAP_GENERATED_NAMING, RESOURCE_ORDER, SERVICE_FUNCTION, SERVICE_ROLE, SERVICE_TYPE, SKIP_POST_INSTANTIATION_CONFIGURATION, WORKLOAD_CONTEXT, MODEL_UUID) values (?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?) Hibernate: insert into pnf_resource (RESOURCE_CATEGORY, CREATION_TIMESTAMP, DESCRIPTION, MODEL_INVARIANT_UUID, MODEL_NAME, MODEL_VERSION, ORCHESTRATION_MODE, RESOURCE_SUB_CATEGORY, TOSCA_NODE_TYPE, MODEL_UUID) values (?, ?, ?, ?, ?, ?, ?, ?, ?, ?) Hibernate: insert into pnf_resource_customization (CDS_BLUEPRINT_NAME, CDS_BLUEPRINT_VERSION, CONTROLLER_ACTOR, CREATION_TIMESTAMP, DEFAULT_SOFTWARE_VERSION, MODEL_INSTANCE_NAME, MULTI_STAGE_DESIGN, NF_FUNCTION, NF_NAMING_CODE, NF_ROLE, NF_TYPE, PNF_RESOURCE_MODEL_UUID, RESOURCE_INPUT, SKIP_POST_INSTANTIATION_CONFIGURATION, MODEL_CUSTOMIZATION_UUID) values (?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?) Hibernate: insert into pnf_resource_customization_to_service (SERVICE_MODEL_UUID, RESOURCE_MODEL_CUSTOMIZATION_UUID) values (?, ?) 2022-06-07T11:43:29.724Z|4749a374-2cd8-4eeb-aff9-3b6394cedae9|pool-2-thread-9|||||INFO|500||ASDC_ARTIFACT_DEPLOY_SUC pNF fc9b1b04-1341 39e82539-07da-4993-b34b-c0819d9593b3 0 ASDC deployResourceStructure 2022-06-07T11:43:29.725Z|4749a374-2cd8-4eeb-aff9-3b6394cedae9|pool-2-thread-9|||||INFO|500||ASDC_SEND_NOTIF_ASDC DEPLOY DEPLOY_OK /sdc/v1/catalog/services/DemoPnfH9p8f5pp9tvkyyitkssn/1.0/artifacts/service-DemoPnfH9p8f5pp9tvkyyitkssn-csar.csar ASDC sendASDCNotification 2022-06-07T11:43:29.725Z|4749a374-2cd8-4eeb-aff9-3b6394cedae9|pool-2-thread-9|||||DEBUG|500||Sending DEPLOY(DEPLOY_OK) notification to ASDC for artifact:/sdc/v1/catalog/services/DemoPnfH9p8f5pp9tvkyyitkssn/1.0/artifacts/service-DemoPnfH9p8f5pp9tvkyyitkssn-csar.csar 2022-06-07T11:43:29.725Z|4749a374-2cd8-4eeb-aff9-3b6394cedae9|pool-2-thread-9|||||INFO|500||DistributionClient - sendDeploymentStatus 2022-06-07T11:43:29.725Z|4749a374-2cd8-4eeb-aff9-3b6394cedae9|pool-2-thread-9|||||INFO|500||DistributionClient - sendStatus 2022-06-07T11:43:29.727Z|4749a374-2cd8-4eeb-aff9-3b6394cedae9|pool-2-thread-9|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap] 2022-06-07T11:43:29.727Z|4749a374-2cd8-4eeb-aff9-3b6394cedae9|pool-2-thread-9|||||DEBUG|500||try to send status { "distributionID": "4749a374-2cd8-4eeb-aff9-3b6394cedae9", "consumerID": "SO-COpenSource-Env11", "timestamp": 1654602209725, "artifactURL": "/sdc/v1/catalog/services/DemoPnfH9p8f5pp9tvkyyitkssn/1.0/artifacts/service-DemoPnfH9p8f5pp9tvkyyitkssn-csar.csar", "status": "DEPLOY_OK" } 2022-06-07T11:43:29.827Z||pool-87-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms 2022-06-07T11:43:29.827Z||pool-87-thread-1|||||WARN|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO will send credentials over a clear channel. 2022-06-07T11:43:29.828Z||pool-87-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as rACJoekZgDKIBPEP) ... 2022-06-07T11:43:29.854Z||pool-87-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK 2022-06-07T11:43:29.855Z||pool-87-thread-1|||||INFO|500||cambria reply ok (28 ms):{"serverTimeMs":0,"count":1} 2022-06-07T11:43:30.731Z|4749a374-2cd8-4eeb-aff9-3b6394cedae9|pool-2-thread-9|||||DEBUG|500||Entered getOverallDistributionStatus method for distrubutionId: 4749a374-2cd8-4eeb-aff9-3b6394cedae9 Hibernate: select watchdogdi0_.DISTRIBUTION_ID as distribu1_11_0_, watchdogdi0_.CREATE_TIME as create_t2_11_0_, watchdogdi0_.DISTRIBUTION_ID_STATUS as distribu3_11_0_, watchdogdi0_.MODIFY_TIME as modify_t4_11_0_, watchdogdi0_.LOCK_VERSION as lock_ver5_11_0_ from watchdog_distributionid_status watchdogdi0_ where watchdogdi0_.DISTRIBUTION_ID=? Hibernate: select watchdogco0_.COMPONENT_NAME as componen1_12_, watchdogco0_.DISTRIBUTION_ID as distribu2_12_, watchdogco0_.COMPONENT_DISTRIBUTION_STATUS as componen3_12_, watchdogco0_.CREATE_TIME as create_t4_12_, watchdogco0_.MODIFY_TIME as modify_t5_12_ from watchdog_per_component_distribution_status watchdogco0_ where watchdogco0_.DISTRIBUTION_ID=? 2022-06-07T11:43:30.743Z|4749a374-2cd8-4eeb-aff9-3b6394cedae9|pool-2-thread-9|||||DEBUG|500||Executed RequestDB getWatchdogComponentDistributionStatus for distrubutionId: 4749a374-2cd8-4eeb-aff9-3b6394cedae9 Hibernate: select watchdogco0_.COMPONENT_NAME as componen1_12_, watchdogco0_.DISTRIBUTION_ID as distribu2_12_, watchdogco0_.COMPONENT_DISTRIBUTION_STATUS as componen3_12_, watchdogco0_.CREATE_TIME as create_t4_12_, watchdogco0_.MODIFY_TIME as modify_t5_12_ from watchdog_per_component_distribution_status watchdogco0_ where watchdogco0_.DISTRIBUTION_ID=? 2022-06-07T11:43:30.747Z|4749a374-2cd8-4eeb-aff9-3b6394cedae9|pool-2-thread-9|||||DEBUG|500||Found componentName SO in the WatchDog Component DB 2022-06-07T11:43:30.747Z|4749a374-2cd8-4eeb-aff9-3b6394cedae9|pool-2-thread-9|||||DEBUG|500||Found componentName AAI in the WatchDog Component DB 2022-06-07T11:43:30.747Z|4749a374-2cd8-4eeb-aff9-3b6394cedae9|pool-2-thread-9|||||DEBUG|500||Found componentName SDNC in the WatchDog Component DB 2022-06-07T11:43:30.747Z|4749a374-2cd8-4eeb-aff9-3b6394cedae9|pool-2-thread-9|||||DEBUG|500||Components Size matched with the WatchdogComponentDistributionStatus results. 2022-06-07T11:43:30.747Z|4749a374-2cd8-4eeb-aff9-3b6394cedae9|pool-2-thread-9|||||DEBUG|500||Component status: COMPONENT_DONE_OK on componentName: 2022-06-07T11:43:30.747Z|4749a374-2cd8-4eeb-aff9-3b6394cedae9|pool-2-thread-9|||||DEBUG|500||Component status: COMPONENT_DONE_OK on componentName: 2022-06-07T11:43:30.747Z|4749a374-2cd8-4eeb-aff9-3b6394cedae9|pool-2-thread-9|||||DEBUG|500||Component status: COMPONENT_DONE_OK on componentName: 2022-06-07T11:43:30.747Z|4749a374-2cd8-4eeb-aff9-3b6394cedae9|pool-2-thread-9|||||DEBUG|500||Component status: COMPONENT_DONE_OK on componentName: 2022-06-07T11:43:30.747Z|4749a374-2cd8-4eeb-aff9-3b6394cedae9|pool-2-thread-9|||||DEBUG|500||Component status: COMPONENT_DONE_OK on componentName: 2022-06-07T11:43:30.747Z|4749a374-2cd8-4eeb-aff9-3b6394cedae9|pool-2-thread-9|||||DEBUG|500||Component status: COMPONENT_DONE_OK on componentName: 2022-06-07T11:43:30.748Z|4749a374-2cd8-4eeb-aff9-3b6394cedae9|pool-2-thread-9|||||DEBUG|500||Component status: COMPONENT_DONE_OK on componentName: 2022-06-07T11:43:30.748Z|4749a374-2cd8-4eeb-aff9-3b6394cedae9|pool-2-thread-9|||||DEBUG|500||Updating overall DistributionStatus to: SUCCESS for distributionId: Hibernate: select watchdogdi0_.DISTRIBUTION_ID as distribu1_11_0_, watchdogdi0_.CREATE_TIME as create_t2_11_0_, watchdogdi0_.DISTRIBUTION_ID_STATUS as distribu3_11_0_, watchdogdi0_.MODIFY_TIME as modify_t4_11_0_, watchdogdi0_.LOCK_VERSION as lock_ver5_11_0_ from watchdog_distributionid_status watchdogdi0_ where watchdogdi0_.DISTRIBUTION_ID=? 2022-06-07T11:43:30.752Z|4749a374-2cd8-4eeb-aff9-3b6394cedae9|pool-2-thread-9|||||DEBUG|500||Exiting getOverallDistributionStatus method in WatchdogDistribution 2022-06-07T11:43:35.661Z||pool-2-thread-10|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2022-06-07T11:43:35.662Z||pool-2-thread-10|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel. 2022-06-07T11:43:35.662Z||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 rACJoekZgDKIBPEP) ... 2022-06-07T11:43:35.711Z||pool-2-thread-10|||||INFO|500|| --> HTTP/1.1 200 OK 2022-06-07T11:43:35.713Z||pool-2-thread-10|||||DEBUG|500||received message from topic 2022-06-07T11:43:35.713Z||pool-2-thread-10|||||DEBUG|500||recieved notification from broker: { "distributionID": "7894f8fd-a7a7-4cf0-ab07-35702f810c35", "consumerID": "SO-COpenSource-Env11", "timestamp": 1654602035641, "artifactURL": "/sdc/v1/catalog/services/BasicVm/1.0/resourceInstances/basic_vm0/artifacts/vf-license-model.xml", "status": "NOT_NOTIFIED" } 2022-06-07T11:43:35.714Z||pool-2-thread-10|||||INFO|500||Missing status on Status Object. 2022-06-07T11:43:35.714Z||pool-2-thread-10|||||DEBUG|500||received message from topic 2022-06-07T11:43:35.714Z||pool-2-thread-10|||||DEBUG|500||recieved notification from broker: { "distributionID": "7894f8fd-a7a7-4cf0-ab07-35702f810c35", "consumerID": "SO-COpenSource-Env11", "timestamp": 1654602035641, "artifactURL": "/sdc/v1/catalog/services/BasicVm/1.0/resourceInstances/basic_vm0/artifacts/basic_vm0_modules.json", "status": "NOTIFIED" } 2022-06-07T11:43:35.714Z||pool-2-thread-10|||||INFO|500||Missing status on Status Object. 2022-06-07T11:43:35.714Z||pool-2-thread-10|||||DEBUG|500||received message from topic 2022-06-07T11:43:35.714Z||pool-2-thread-10|||||DEBUG|500||recieved notification from broker: { "distributionID": "7894f8fd-a7a7-4cf0-ab07-35702f810c35", "consumerID": "SO-COpenSource-Env11", "timestamp": 1654602035641, "artifactURL": "/sdc/v1/catalog/services/BasicVm/1.0/resourceInstances/basic_vm0/artifacts/base_ubuntu20.yaml", "status": "NOTIFIED" } 2022-06-07T11:43:35.714Z||pool-2-thread-10|||||INFO|500||Missing status on Status Object. 2022-06-07T11:43:35.715Z||pool-2-thread-10|||||DEBUG|500||received message from topic 2022-06-07T11:43:35.715Z||pool-2-thread-10|||||DEBUG|500||recieved notification from broker: { "distributionID": "7894f8fd-a7a7-4cf0-ab07-35702f810c35", "consumerID": "SO-COpenSource-Env11", "timestamp": 1654602035641, "artifactURL": "/sdc/v1/catalog/services/BasicVm/1.0/resourceInstances/basic_vm0/artifacts/vendor-license-model.xml", "status": "NOT_NOTIFIED" } 2022-06-07T11:43:35.715Z||pool-2-thread-10|||||INFO|500||Missing status on Status Object. 2022-06-07T11:43:35.715Z||pool-2-thread-10|||||DEBUG|500||received message from topic 2022-06-07T11:43:35.715Z||pool-2-thread-10|||||DEBUG|500||recieved notification from broker: { "distributionID": "7894f8fd-a7a7-4cf0-ab07-35702f810c35", "consumerID": "SO-COpenSource-Env11", "timestamp": 1654602035641, "artifactURL": "/sdc/v1/catalog/services/BasicVm/1.0/resourceInstances/basic_vm0/artifacts/base_ubuntu20.env", "status": "NOTIFIED" } 2022-06-07T11:43:35.715Z||pool-2-thread-10|||||INFO|500||Missing status on Status Object. 2022-06-07T11:43:35.715Z||pool-2-thread-10|||||DEBUG|500||received message from topic 2022-06-07T11:43:35.715Z||pool-2-thread-10|||||DEBUG|500||recieved notification from broker: { "distributionID": "7894f8fd-a7a7-4cf0-ab07-35702f810c35", "consumerID": "SO-COpenSource-Env11", "timestamp": 1654602035641, "artifactURL": "/sdc/v1/catalog/services/BasicVm/1.0/artifacts/service-BasicVm-template.yml", "status": "NOT_NOTIFIED" } 2022-06-07T11:43:35.716Z||pool-2-thread-10|||||INFO|500||Missing status on Status Object. 2022-06-07T11:43:35.716Z||pool-2-thread-10|||||DEBUG|500||received message from topic 2022-06-07T11:43:35.716Z||pool-2-thread-10|||||DEBUG|500||recieved notification from broker: { "distributionID": "7894f8fd-a7a7-4cf0-ab07-35702f810c35", "consumerID": "SO-COpenSource-Env11", "timestamp": 1654602035641, "artifactURL": "/sdc/v1/catalog/services/BasicVm/1.0/artifacts/service-BasicVm-csar.csar", "status": "NOTIFIED" } 2022-06-07T11:43:35.716Z||pool-2-thread-10|||||INFO|500||Missing status on Status Object. 2022-06-07T11:43:35.716Z||pool-2-thread-10|||||DEBUG|500||received message from topic 2022-06-07T11:43:35.716Z||pool-2-thread-10|||||DEBUG|500||recieved notification from broker: { "distributionID": "7894f8fd-a7a7-4cf0-ab07-35702f810c35", "consumerID": "SO-COpenSource-Env11", "timestamp": 1654602043515, "artifactURL": "/sdc/v1/catalog/services/BasicVm/1.0/artifacts/service-BasicVm-csar.csar", "status": "DOWNLOAD_OK" } 2022-06-07T11:43:35.716Z||pool-2-thread-10|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error' 2022-06-07T11:43:35.717Z||pool-2-thread-10|||||DEBUG|500||received message from topic 2022-06-07T11:43:35.717Z||pool-2-thread-10|||||DEBUG|500||recieved notification from broker: { "distributionID": "7894f8fd-a7a7-4cf0-ab07-35702f810c35", "consumerID": "SO-COpenSource-Env11", "timestamp": 1654602045847, "artifactURL": "/sdc/v1/catalog/services/BasicVm/1.0/resourceInstances/basic_vm0/artifacts/basic_vm0_modules.json", "status": "DOWNLOAD_OK" } 2022-06-07T11:43:35.717Z||pool-2-thread-10|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error' 2022-06-07T11:43:35.717Z||pool-2-thread-10|||||DEBUG|500||received message from topic 2022-06-07T11:43:35.717Z||pool-2-thread-10|||||DEBUG|500||recieved notification from broker: { "distributionID": "7894f8fd-a7a7-4cf0-ab07-35702f810c35", "consumerID": "SO-COpenSource-Env11", "timestamp": 1654602046906, "artifactURL": "/sdc/v1/catalog/services/BasicVm/1.0/resourceInstances/basic_vm0/artifacts/base_ubuntu20.yaml", "status": "DOWNLOAD_OK" } 2022-06-07T11:43:35.717Z||pool-2-thread-10|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error' 2022-06-07T11:43:35.717Z||pool-2-thread-10|||||DEBUG|500||received message from topic 2022-06-07T11:43:35.718Z||pool-2-thread-10|||||DEBUG|500||recieved notification from broker: { "distributionID": "7894f8fd-a7a7-4cf0-ab07-35702f810c35", "consumerID": "SO-COpenSource-Env11", "timestamp": 1654602047963, "artifactURL": "/sdc/v1/catalog/services/BasicVm/1.0/resourceInstances/basic_vm0/artifacts/base_ubuntu20.env", "status": "DOWNLOAD_OK" } 2022-06-07T11:43:35.718Z||pool-2-thread-10|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error' 2022-06-07T11:43:35.718Z||pool-2-thread-10|||||DEBUG|500||received message from topic 2022-06-07T11:43:35.718Z||pool-2-thread-10|||||DEBUG|500||recieved notification from broker: { "distributionID": "7894f8fd-a7a7-4cf0-ab07-35702f810c35", "consumerID": "SO-COpenSource-Env11", "timestamp": 1654602049100, "artifactURL": "/sdc/v1/catalog/services/BasicVm/1.0/resourceInstances/basic_vm0/artifacts/basic_vm0_modules.json", "status": "DEPLOY_OK" } 2022-06-07T11:43:35.718Z||pool-2-thread-10|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error' 2022-06-07T11:43:35.718Z||pool-2-thread-10|||||DEBUG|500||received message from topic 2022-06-07T11:43:35.719Z||pool-2-thread-10|||||DEBUG|500||recieved notification from broker: { "distributionID": "7894f8fd-a7a7-4cf0-ab07-35702f810c35", "consumerID": "SO-COpenSource-Env11", "timestamp": 1654602050103, "artifactURL": "/sdc/v1/catalog/services/BasicVm/1.0/resourceInstances/basic_vm0/artifacts/base_ubuntu20.yaml", "status": "DEPLOY_OK" } 2022-06-07T11:43:35.719Z||pool-2-thread-10|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error' 2022-06-07T11:43:35.719Z||pool-2-thread-10|||||DEBUG|500||received message from topic 2022-06-07T11:43:35.719Z||pool-2-thread-10|||||DEBUG|500||recieved notification from broker: { "distributionID": "7894f8fd-a7a7-4cf0-ab07-35702f810c35", "consumerID": "SO-COpenSource-Env11", "timestamp": 1654602051108, "artifactURL": "/sdc/v1/catalog/services/BasicVm/1.0/resourceInstances/basic_vm0/artifacts/base_ubuntu20.env", "status": "DEPLOY_OK" } 2022-06-07T11:43:35.719Z||pool-2-thread-10|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error' 2022-06-07T11:43:35.719Z||pool-2-thread-10|||||DEBUG|500||received message from topic 2022-06-07T11:43:35.719Z||pool-2-thread-10|||||DEBUG|500||recieved notification from broker: { "distributionID": "7894f8fd-a7a7-4cf0-ab07-35702f810c35", "consumerID": "SO-COpenSource-Env11", "timestamp": 1654602052116, "artifactURL": "/sdc/v1/catalog/services/BasicVm/1.0/artifacts/service-BasicVm-csar.csar", "status": "DEPLOY_OK" } 2022-06-07T11:43:35.720Z||pool-2-thread-10|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error' 2022-06-07T11:44:00.753Z|4749a374-2cd8-4eeb-aff9-3b6394cedae9|pool-2-thread-9|||||DEBUG|500||Entered executePatchAAI method with distrubutionId: 4749a374-2cd8-4eeb-aff9-3b6394cedae9 and distributionStatus: Hibernate: select watchdogse0_.DISTRIBUTION_ID as distribu1_13_, watchdogse0_.SERVICE_MODEL_VERSION_ID as service_2_13_, watchdogse0_.CONSUMER_ID as consumer3_13_, watchdogse0_.CREATE_TIME as create_t4_13_, watchdogse0_.DISTRIBUTION_NOTIFICATION as distribu5_13_ from watchdog_service_mod_ver_id_lookup watchdogse0_ where watchdogse0_.DISTRIBUTION_ID=? 2022-06-07T11:44:00.762Z|4749a374-2cd8-4eeb-aff9-3b6394cedae9|pool-2-thread-9|||||DEBUG|500||Executed RequestDB getWatchdogServiceModVerIdLookup with distributionId: 4749a374-2cd8-4eeb-aff9-3b6394cedae9 and serviceModelVersionId: cc24a19a-f646-4526-8bec-c1c647792bdd 2022-06-07T11:44:00.762Z|4749a374-2cd8-4eeb-aff9-3b6394cedae9|pool-2-thread-9|||||DEBUG|500||ASDC Notification ServiceModelInvariantUUID : e2346d6e-a97b-48f7-aa8d-a45d92019da7 2022-06-07T11:44:00.763Z|4749a374-2cd8-4eeb-aff9-3b6394cedae9|pool-2-thread-9|||||DEBUG|500||Target A&AI Resource URI: /service-design-and-creation/models/model/e2346d6e-a97b-48f7-aa8d-a45d92019da7/model-vers/model-ver/cc24a19a-f646-4526-8bec-c1c647792bdd?depth=0 2022-06-07T11:44:00.767Z|4749a374-2cd8-4eeb-aff9-3b6394cedae9|pool-2-thread-9|||||INFO|500||RestClientSSL using default SSL context! 2022-06-07T11:44:00.809Z|4749a374-2cd8-4eeb-aff9-3b6394cedae9|pool-2-thread-9|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/e2346d6e-a97b-48f7-aa8d-a45d92019da7/model-vers/model-ver/cc24a19a-f646-4526-8bec-c1c647792bdd?depth=0|INFO|500||Invoke 2022-06-07T11:44:00.809Z|4749a374-2cd8-4eeb-aff9-3b6394cedae9|pool-2-thread-9|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/e2346d6e-a97b-48f7-aa8d-a45d92019da7/model-vers/model-ver/cc24a19a-f646-4526-8bec-c1c647792bdd?depth=0|DEBUG|500||Sending HTTP POST (overridden to PATCH) to:https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/e2346d6e-a97b-48f7-aa8d-a45d92019da7/model-vers/model-ver/cc24a19a-f646-4526-8bec-c1c647792bdd?depth=0 with request headers:{Authorization=[***REDACTED***], X-RequestID=[4749a374-2cd8-4eeb-aff9-3b6394cedae9], X-FromAppId=[MSO], X-ONAP-PartnerName=[UNKNOWN], X-HTTP-Method-Override=[PATCH], Accept=[application/json], X-InvocationID=[cfbfc979-c40d-41c5-b639-0fde18057f25], X-ECOMP-RequestID=[4749a374-2cd8-4eeb-aff9-3b6394cedae9], X-TransactionId=[], X-ONAP-RequestID=[4749a374-2cd8-4eeb-aff9-3b6394cedae9], Content-Type=[application/merge-patch+json]} 2022-06-07T11:44:00.827Z|4749a374-2cd8-4eeb-aff9-3b6394cedae9|pool-2-thread-9|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/e2346d6e-a97b-48f7-aa8d-a45d92019da7/model-vers/model-ver/cc24a19a-f646-4526-8bec-c1c647792bdd?depth=0|DEBUG|500||{"distribution-status":"DISTRIBUTION_COMPLETE_OK"} 2022-06-07T11:44:00.902Z|4749a374-2cd8-4eeb-aff9-3b6394cedae9|pool-2-thread-9|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/e2346d6e-a97b-48f7-aa8d-a45d92019da7/model-vers/model-ver/cc24a19a-f646-4526-8bec-c1c647792bdd?depth=0|DEBUG|500||Response from method:POST (overridden to PATCH) performed on uri:https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/e2346d6e-a97b-48f7-aa8d-a45d92019da7/model-vers/model-ver/cc24a19a-f646-4526-8bec-c1c647792bdd?depth=0 has http status code:200 and response headers:{Strict-Transport-Security=[max-age=16000000; includeSubDomains; preload;], X-AAI-TXID=[0-aai-resources-220607-11:44:00:581-42888], vertex-id=[466944], Content-Length=[0], Date=[Tue, 07 Jun 2022 11:44:00 GMT], Content-Type=[application/json]} 2022-06-07T11:44:00.903Z|4749a374-2cd8-4eeb-aff9-3b6394cedae9|pool-2-thread-9|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/e2346d6e-a97b-48f7-aa8d-a45d92019da7/model-vers/model-ver/cc24a19a-f646-4526-8bec-c1c647792bdd?depth=0|DEBUG|500||Response was returned with an empty entity. 2022-06-07T11:44:00.903Z|4749a374-2cd8-4eeb-aff9-3b6394cedae9|pool-2-thread-9|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/e2346d6e-a97b-48f7-aa8d-a45d92019da7/model-vers/model-ver/cc24a19a-f646-4526-8bec-c1c647792bdd?depth=0|INFO|500||InvokeReturn 2022-06-07T11:44:00.903Z|4749a374-2cd8-4eeb-aff9-3b6394cedae9|pool-2-thread-9|||||DEBUG|500||A&AI UPDATE MODEL Version is success! 2022-06-07T11:44:00.904Z|4749a374-2cd8-4eeb-aff9-3b6394cedae9|pool-2-thread-9|||||DEBUG|500||A&AI Updated succefully with Distribution Status! Hibernate: select service0_.MODEL_UUID as model_uu1_50_, service0_.CDS_BLUEPRINT_NAME as cds_blue2_50_, service0_.CDS_BLUEPRINT_VERSION as cds_blue3_50_, service0_.SERVICE_CATEGORY as service_4_50_, service0_.CONTROLLER_ACTOR as controll5_50_, service0_.CREATION_TIMESTAMP as creation6_50_, service0_.TOSCA_CSAR_ARTIFACT_UUID as tosca_c21_50_, service0_.DESCRIPTION as descript7_50_, service0_.OVERALL_DISTRIBUTION_STATUS as overall_8_50_, service0_.ENVIRONMENT_CONTEXT as environm9_50_, service0_.MODEL_INVARIANT_UUID as model_i10_50_, service0_.MODEL_NAME as model_n11_50_, service0_.MODEL_VERSION as model_v12_50_, service0_.NAMING_POLICY as naming_13_50_, service0_.ONAP_GENERATED_NAMING as onap_ge14_50_, service0_.RESOURCE_ORDER as resourc15_50_, service0_.SERVICE_FUNCTION as service16_50_, service0_.SERVICE_ROLE as service17_50_, service0_.SERVICE_TYPE as service18_50_, service0_.SKIP_POST_INSTANTIATION_CONFIGURATION as skip_po19_50_, service0_.WORKLOAD_CONTEXT as workloa20_50_ from service service0_ where service0_.MODEL_UUID=? 2022-06-07T11:44:00.907Z|4749a374-2cd8-4eeb-aff9-3b6394cedae9|pool-2-thread-9|||||ERROR|500||Error updating CatalogDBStatus java.lang.NullPointerException: null at org.onap.so.asdc.tenantIsolation.WatchdogDistribution.updateCatalogDBStatus(WatchdogDistribution.java:206) at org.onap.so.asdc.client.ASDCController.treatNotification(ASDCController.java:690) at org.onap.so.asdc.client.ASDCNotificationCallBack.activateCallback(ASDCNotificationCallBack.java:52) at org.onap.sdc.impl.NotificationConsumer.run(NotificationConsumer.java:71) at java.base/java.util.concurrent.Executors$RunnableAdapter.call(Unknown Source) at java.base/java.util.concurrent.FutureTask.runAndReset(Unknown Source) at java.base/java.util.concurrent.ScheduledThreadPoolExecutor$ScheduledFutureTask.run(Unknown Source) at java.base/java.util.concurrent.ThreadPoolExecutor.runWorker(Unknown Source) at java.base/java.util.concurrent.ThreadPoolExecutor$Worker.run(Unknown Source) at java.base/java.lang.Thread.run(Unknown Source) 2022-06-07T11:44:00.908Z|4749a374-2cd8-4eeb-aff9-3b6394cedae9|pool-2-thread-9|||||DEBUG|500||Enter sendFinalDistributionStatus with DistributionID 4749a374-2cd8-4eeb-aff9-3b6394cedae9 and Status of DISTRIBUTION_COMPLETE_OK and ErrorReason null 2022-06-07T11:44:00.908Z|4749a374-2cd8-4eeb-aff9-3b6394cedae9|pool-2-thread-9|||||INFO|500||DistributionClient - sendFinalDistributionStatus status 2022-06-07T11:44:00.908Z|4749a374-2cd8-4eeb-aff9-3b6394cedae9|pool-2-thread-9|||||INFO|500||DistributionClient - sendStatus 2022-06-07T11:44:00.910Z|4749a374-2cd8-4eeb-aff9-3b6394cedae9|pool-2-thread-9|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap] 2022-06-07T11:44:00.910Z|4749a374-2cd8-4eeb-aff9-3b6394cedae9|pool-2-thread-9|||||DEBUG|500||try to send status { "distributionID": "4749a374-2cd8-4eeb-aff9-3b6394cedae9", "consumerID": "SO-COpenSource-Env11", "timestamp": 1654602240908, "artifactURL": "", "status": "DISTRIBUTION_COMPLETE_OK" } 2022-06-07T11:44:01.010Z||pool-88-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms 2022-06-07T11:44:01.011Z||pool-88-thread-1|||||WARN|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO will send credentials over a clear channel. 2022-06-07T11:44:01.011Z||pool-88-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as rACJoekZgDKIBPEP) ... 2022-06-07T11:44:01.031Z||pool-88-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK 2022-06-07T11:44:01.031Z||pool-88-thread-1|||||INFO|500||cambria reply ok (21 ms):{"serverTimeMs":0,"count":1} Hibernate: select watchdogdi0_.DISTRIBUTION_ID as distribu1_11_0_, watchdogdi0_.CREATE_TIME as create_t2_11_0_, watchdogdi0_.DISTRIBUTION_ID_STATUS as distribu3_11_0_, watchdogdi0_.MODIFY_TIME as modify_t4_11_0_, watchdogdi0_.LOCK_VERSION as lock_ver5_11_0_ from watchdog_distributionid_status watchdogdi0_ where watchdogdi0_.DISTRIBUTION_ID=? Hibernate: update watchdog_distributionid_status set DISTRIBUTION_ID_STATUS=?, MODIFY_TIME=?, LOCK_VERSION=? where DISTRIBUTION_ID=? 2022-06-07T11:44:01.925Z|4749a374-2cd8-4eeb-aff9-3b6394cedae9|pool-2-thread-9|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2022-06-07T11:44:01.925Z|4749a374-2cd8-4eeb-aff9-3b6394cedae9|pool-2-thread-9|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel. 2022-06-07T11:44:01.925Z|4749a374-2cd8-4eeb-aff9-3b6394cedae9|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 rACJoekZgDKIBPEP) ... 2022-06-07T11:44:12.427Z|4749a374-2cd8-4eeb-aff9-3b6394cedae9|pool-2-thread-9|||||INFO|500|| --> HTTP/1.1 200 OK 2022-06-07T11:44:12.428Z|4749a374-2cd8-4eeb-aff9-3b6394cedae9|pool-2-thread-9|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2022-06-07T11:44:12.429Z|4749a374-2cd8-4eeb-aff9-3b6394cedae9|pool-2-thread-9|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel. 2022-06-07T11:44:12.429Z|4749a374-2cd8-4eeb-aff9-3b6394cedae9|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 rACJoekZgDKIBPEP) ... 2022-06-07T11:44:21.994Z|4749a374-2cd8-4eeb-aff9-3b6394cedae9|pool-2-thread-9|||||INFO|500|| --> HTTP/1.1 200 OK 2022-06-07T11:44:21.995Z|4749a374-2cd8-4eeb-aff9-3b6394cedae9|pool-2-thread-9|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2022-06-07T11:44:21.996Z|4749a374-2cd8-4eeb-aff9-3b6394cedae9|pool-2-thread-9|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel. 2022-06-07T11:44:21.997Z|4749a374-2cd8-4eeb-aff9-3b6394cedae9|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 rACJoekZgDKIBPEP) ... 2022-06-07T11:44:31.609Z|4749a374-2cd8-4eeb-aff9-3b6394cedae9|pool-2-thread-9|||||INFO|500|| --> HTTP/1.1 200 OK 2022-06-07T11:44:35.640Z|4749a374-2cd8-4eeb-aff9-3b6394cedae9|pool-2-thread-9|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2022-06-07T11:44:35.642Z|4749a374-2cd8-4eeb-aff9-3b6394cedae9|pool-2-thread-9|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel. 2022-06-07T11:44:35.642Z|4749a374-2cd8-4eeb-aff9-3b6394cedae9|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 rACJoekZgDKIBPEP) ... 2022-06-07T11:44:35.660Z||pool-2-thread-2|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2022-06-07T11:44:35.661Z||pool-2-thread-2|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel. 2022-06-07T11:44:35.662Z||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 rACJoekZgDKIBPEP) ... 2022-06-07T11:44:35.707Z||pool-2-thread-2|||||INFO|500|| --> HTTP/1.1 200 OK 2022-06-07T11:44:35.708Z||pool-2-thread-2|||||DEBUG|500||received message from topic 2022-06-07T11:44:35.708Z||pool-2-thread-2|||||DEBUG|500||recieved notification from broker: { "distributionID": "7894f8fd-a7a7-4cf0-ab07-35702f810c35", "consumerID": "SO-COpenSource-Env11", "timestamp": 1654602143409, "artifactURL": "", "status": "DISTRIBUTION_COMPLETE_OK" } 2022-06-07T11:44:35.709Z||pool-2-thread-2|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error' 2022-06-07T11:44:35.709Z||pool-2-thread-2|||||DEBUG|500||received message from topic 2022-06-07T11:44:35.710Z||pool-2-thread-2|||||DEBUG|500||recieved notification from broker: { "distributionID": "67deecb1-e97c-48a5-a31a-e61d1e41514b", "consumerID": "SO-COpenSource-Env11", "timestamp": 1654602035641, "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/vf-license-model.xml", "status": "NOT_NOTIFIED" } 2022-06-07T11:44:35.710Z||pool-2-thread-2|||||INFO|500||Missing status on Status Object. 2022-06-07T11:44:35.710Z||pool-2-thread-2|||||DEBUG|500||received message from topic 2022-06-07T11:44:35.710Z||pool-2-thread-2|||||DEBUG|500||recieved notification from broker: { "distributionID": "67deecb1-e97c-48a5-a31a-e61d1e41514b", "consumerID": "SO-COpenSource-Env11", "timestamp": 1654602035641, "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/nginx_cloudtech_k8s_charts.env", "status": "NOTIFIED" } 2022-06-07T11:44:35.711Z||pool-2-thread-2|||||INFO|500||Missing status on Status Object. 2022-06-07T11:44:35.711Z||pool-2-thread-2|||||DEBUG|500||received message from topic 2022-06-07T11:44:35.711Z||pool-2-thread-2|||||DEBUG|500||recieved notification from broker: { "distributionID": "67deecb1-e97c-48a5-a31a-e61d1e41514b", "consumerID": "SO-COpenSource-Env11", "timestamp": 1654602035641, "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/nginx_cloudtech_k8s_charts.tgz", "status": "NOTIFIED" } 2022-06-07T11:44:35.711Z||pool-2-thread-2|||||INFO|500||Missing status on Status Object. 2022-06-07T11:44:35.712Z||pool-2-thread-2|||||DEBUG|500||received message from topic 2022-06-07T11:44:35.712Z||pool-2-thread-2|||||DEBUG|500||recieved notification from broker: { "distributionID": "67deecb1-e97c-48a5-a31a-e61d1e41514b", "consumerID": "SO-COpenSource-Env11", "timestamp": 1654602035641, "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/basic_cnf0_modules.json", "status": "NOTIFIED" } 2022-06-07T11:44:35.712Z||pool-2-thread-2|||||INFO|500||Missing status on Status Object. 2022-06-07T11:44:35.712Z||pool-2-thread-2|||||DEBUG|500||received message from topic 2022-06-07T11:44:35.712Z||pool-2-thread-2|||||DEBUG|500||recieved notification from broker: { "distributionID": "67deecb1-e97c-48a5-a31a-e61d1e41514b", "consumerID": "SO-COpenSource-Env11", "timestamp": 1654602035641, "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/base_dummy.yaml", "status": "NOTIFIED" } 2022-06-07T11:44:35.713Z||pool-2-thread-2|||||INFO|500||Missing status on Status Object. 2022-06-07T11:44:35.713Z||pool-2-thread-2|||||DEBUG|500||received message from topic 2022-06-07T11:44:35.713Z||pool-2-thread-2|||||DEBUG|500||recieved notification from broker: { "distributionID": "67deecb1-e97c-48a5-a31a-e61d1e41514b", "consumerID": "SO-COpenSource-Env11", "timestamp": 1654602035641, "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/vendor-license-model.xml", "status": "NOT_NOTIFIED" } 2022-06-07T11:44:35.714Z||pool-2-thread-2|||||INFO|500||Missing status on Status Object. 2022-06-07T11:44:35.714Z||pool-2-thread-2|||||DEBUG|500||received message from topic 2022-06-07T11:44:35.714Z||pool-2-thread-2|||||DEBUG|500||recieved notification from broker: { "distributionID": "67deecb1-e97c-48a5-a31a-e61d1e41514b", "consumerID": "SO-COpenSource-Env11", "timestamp": 1654602035641, "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/base_dummy.env", "status": "NOTIFIED" } 2022-06-07T11:44:35.714Z||pool-2-thread-2|||||INFO|500||Missing status on Status Object. 2022-06-07T11:44:35.714Z||pool-2-thread-2|||||DEBUG|500||received message from topic 2022-06-07T11:44:35.715Z||pool-2-thread-2|||||DEBUG|500||recieved notification from broker: { "distributionID": "67deecb1-e97c-48a5-a31a-e61d1e41514b", "consumerID": "SO-COpenSource-Env11", "timestamp": 1654602035641, "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/artifacts/service-BasicCnf-template.yml", "status": "NOT_NOTIFIED" } 2022-06-07T11:44:35.715Z||pool-2-thread-2|||||INFO|500||Missing status on Status Object. 2022-06-07T11:44:35.715Z||pool-2-thread-2|||||DEBUG|500||received message from topic 2022-06-07T11:44:35.715Z||pool-2-thread-2|||||DEBUG|500||recieved notification from broker: { "distributionID": "67deecb1-e97c-48a5-a31a-e61d1e41514b", "consumerID": "SO-COpenSource-Env11", "timestamp": 1654602035641, "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/artifacts/service-BasicCnf-csar.csar", "status": "NOTIFIED" } 2022-06-07T11:44:35.715Z||pool-2-thread-2|||||INFO|500||Missing status on Status Object. 2022-06-07T11:44:35.716Z||pool-2-thread-2|||||DEBUG|500||received message from topic 2022-06-07T11:44:35.716Z||pool-2-thread-2|||||DEBUG|500||recieved notification from broker: { "distributionID": "67deecb1-e97c-48a5-a31a-e61d1e41514b", "consumerID": "SO-COpenSource-Env11", "timestamp": 1654602153623, "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/artifacts/service-BasicCnf-csar.csar", "status": "DOWNLOAD_OK" } 2022-06-07T11:44:35.716Z||pool-2-thread-2|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error' 2022-06-07T11:44:45.250Z|4749a374-2cd8-4eeb-aff9-3b6394cedae9|pool-2-thread-9|||||INFO|500|| --> HTTP/1.1 200 OK 2022-06-07T11:45:35.641Z|550181af-a9b8-4aac-a3f6-eee3dc0b4bd5|pool-2-thread-5|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2022-06-07T11:45:35.642Z|550181af-a9b8-4aac-a3f6-eee3dc0b4bd5|pool-2-thread-5|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel. 2022-06-07T11:45:35.642Z|550181af-a9b8-4aac-a3f6-eee3dc0b4bd5|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 rACJoekZgDKIBPEP) ... 2022-06-07T11:45:35.660Z||pool-2-thread-1|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2022-06-07T11:45:35.661Z||pool-2-thread-1|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel. 2022-06-07T11:45:35.661Z||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 rACJoekZgDKIBPEP) ... 2022-06-07T11:45:35.691Z||pool-2-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK 2022-06-07T11:45:35.692Z||pool-2-thread-1|||||DEBUG|500||received message from topic 2022-06-07T11:45:35.693Z||pool-2-thread-1|||||DEBUG|500||recieved notification from broker: { "distributionID": "67deecb1-e97c-48a5-a31a-e61d1e41514b", "consumerID": "SO-COpenSource-Env11", "timestamp": 1654602156102, "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/nginx_cloudtech_k8s_charts.env", "status": "DOWNLOAD_OK" } 2022-06-07T11:45:35.694Z||pool-2-thread-1|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error' 2022-06-07T11:45:35.694Z||pool-2-thread-1|||||DEBUG|500||received message from topic 2022-06-07T11:45:35.694Z||pool-2-thread-1|||||DEBUG|500||recieved notification from broker: { "distributionID": "67deecb1-e97c-48a5-a31a-e61d1e41514b", "consumerID": "SO-COpenSource-Env11", "timestamp": 1654602157213, "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/nginx_cloudtech_k8s_charts.tgz", "status": "DOWNLOAD_OK" } 2022-06-07T11:45:35.694Z||pool-2-thread-1|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error' 2022-06-07T11:45:35.694Z||pool-2-thread-1|||||DEBUG|500||received message from topic 2022-06-07T11:45:35.694Z||pool-2-thread-1|||||DEBUG|500||recieved notification from broker: { "distributionID": "67deecb1-e97c-48a5-a31a-e61d1e41514b", "consumerID": "SO-COpenSource-Env11", "timestamp": 1654602158435, "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/basic_cnf0_modules.json", "status": "DOWNLOAD_OK" } 2022-06-07T11:45:35.695Z||pool-2-thread-1|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error' 2022-06-07T11:45:35.695Z||pool-2-thread-1|||||DEBUG|500||received message from topic 2022-06-07T11:45:35.695Z||pool-2-thread-1|||||DEBUG|500||recieved notification from broker: { "distributionID": "67deecb1-e97c-48a5-a31a-e61d1e41514b", "consumerID": "SO-COpenSource-Env11", "timestamp": 1654602159592, "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/base_dummy.yaml", "status": "DOWNLOAD_OK" } 2022-06-07T11:45:35.695Z||pool-2-thread-1|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error' 2022-06-07T11:45:35.696Z||pool-2-thread-1|||||DEBUG|500||received message from topic 2022-06-07T11:45:35.696Z||pool-2-thread-1|||||DEBUG|500||recieved notification from broker: { "distributionID": "67deecb1-e97c-48a5-a31a-e61d1e41514b", "consumerID": "SO-COpenSource-Env11", "timestamp": 1654602160712, "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/base_dummy.env", "status": "DOWNLOAD_OK" } 2022-06-07T11:45:35.696Z||pool-2-thread-1|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error' 2022-06-07T11:45:35.696Z||pool-2-thread-1|||||DEBUG|500||received message from topic 2022-06-07T11:45:35.697Z||pool-2-thread-1|||||DEBUG|500||recieved notification from broker: { "distributionID": "67deecb1-e97c-48a5-a31a-e61d1e41514b", "consumerID": "SO-COpenSource-Env11", "timestamp": 1654602161832, "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/nginx_cloudtech_k8s_charts.env", "status": "DEPLOY_ERROR", "errorReason": "The artifact has not been used by the modules defined in the resource" } 2022-06-07T11:45:35.697Z||pool-2-thread-1|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error' 2022-06-07T11:45:35.697Z||pool-2-thread-1|||||DEBUG|500||received message from topic 2022-06-07T11:45:35.697Z||pool-2-thread-1|||||DEBUG|500||recieved notification from broker: { "distributionID": "67deecb1-e97c-48a5-a31a-e61d1e41514b", "consumerID": "SO-COpenSource-Env11", "timestamp": 1654602162835, "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/nginx_cloudtech_k8s_charts.tgz", "status": "DEPLOY_ERROR", "errorReason": "The artifact has not been used by the modules defined in the resource" } 2022-06-07T11:45:35.697Z||pool-2-thread-1|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error' 2022-06-07T11:45:35.698Z||pool-2-thread-1|||||DEBUG|500||received message from topic 2022-06-07T11:45:35.698Z||pool-2-thread-1|||||DEBUG|500||recieved notification from broker: { "distributionID": "67deecb1-e97c-48a5-a31a-e61d1e41514b", "consumerID": "SO-COpenSource-Env11", "timestamp": 1654602163839, "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/basic_cnf0_modules.json", "status": "DEPLOY_OK" } 2022-06-07T11:45:35.698Z||pool-2-thread-1|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error' 2022-06-07T11:45:35.698Z||pool-2-thread-1|||||DEBUG|500||received message from topic 2022-06-07T11:45:35.699Z||pool-2-thread-1|||||DEBUG|500||recieved notification from broker: { "distributionID": "67deecb1-e97c-48a5-a31a-e61d1e41514b", "consumerID": "SO-COpenSource-Env11", "timestamp": 1654602164847, "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/base_dummy.yaml", "status": "DEPLOY_OK" } 2022-06-07T11:45:35.699Z||pool-2-thread-1|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error' 2022-06-07T11:45:35.699Z||pool-2-thread-1|||||DEBUG|500||received message from topic 2022-06-07T11:45:35.699Z||pool-2-thread-1|||||DEBUG|500||recieved notification from broker: { "distributionID": "67deecb1-e97c-48a5-a31a-e61d1e41514b", "consumerID": "SO-COpenSource-Env11", "timestamp": 1654602165855, "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/base_dummy.env", "status": "DEPLOY_OK" } 2022-06-07T11:45:35.699Z||pool-2-thread-1|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error' 2022-06-07T11:45:35.700Z||pool-2-thread-1|||||DEBUG|500||received message from topic 2022-06-07T11:45:35.700Z||pool-2-thread-1|||||DEBUG|500||recieved notification from broker: { "distributionID": "67deecb1-e97c-48a5-a31a-e61d1e41514b", "consumerID": "SO-COpenSource-Env11", "timestamp": 1654602166858, "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/artifacts/service-BasicCnf-csar.csar", "status": "DEPLOY_OK" } 2022-06-07T11:45:35.700Z||pool-2-thread-1|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error' 2022-06-07T11:45:35.700Z||pool-2-thread-1|||||DEBUG|500||received message from topic 2022-06-07T11:45:35.700Z||pool-2-thread-1|||||DEBUG|500||recieved notification from broker: { "distributionID": "67deecb1-e97c-48a5-a31a-e61d1e41514b", "consumerID": "SO-COpenSource-Env11", "timestamp": 1654602198466, "artifactURL": "", "status": "DISTRIBUTION_COMPLETE_OK" } 2022-06-07T11:45:35.701Z||pool-2-thread-1|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error' 2022-06-07T11:45:35.701Z||pool-2-thread-1|||||DEBUG|500||received message from topic 2022-06-07T11:45:35.701Z||pool-2-thread-1|||||DEBUG|500||recieved notification from broker: { "distributionID": "4749a374-2cd8-4eeb-aff9-3b6394cedae9", "consumerID": "SO-COpenSource-Env11", "timestamp": 1654602035641, "artifactURL": "/sdc/v1/catalog/services/DemoPnfH9p8f5pp9tvkyyitkssn/1.0/resourceInstances/pnffc9b1b0413410/artifacts/vf-license-model.xml", "status": "NOT_NOTIFIED" } 2022-06-07T11:45:35.701Z||pool-2-thread-1|||||INFO|500||Missing status on Status Object. 2022-06-07T11:45:35.701Z||pool-2-thread-1|||||DEBUG|500||received message from topic 2022-06-07T11:45:35.702Z||pool-2-thread-1|||||DEBUG|500||recieved notification from broker: { "distributionID": "4749a374-2cd8-4eeb-aff9-3b6394cedae9", "consumerID": "SO-COpenSource-Env11", "timestamp": 1654602035641, "artifactURL": "/sdc/v1/catalog/services/DemoPnfH9p8f5pp9tvkyyitkssn/1.0/resourceInstances/pnffc9b1b0413410/artifacts/pNF.csar", "status": "NOT_NOTIFIED" } 2022-06-07T11:45:35.702Z||pool-2-thread-1|||||INFO|500||Missing status on Status Object. 2022-06-07T11:45:35.702Z||pool-2-thread-1|||||DEBUG|500||received message from topic 2022-06-07T11:45:35.702Z||pool-2-thread-1|||||DEBUG|500||recieved notification from broker: { "distributionID": "4749a374-2cd8-4eeb-aff9-3b6394cedae9", "consumerID": "SO-COpenSource-Env11", "timestamp": 1654602035641, "artifactURL": "/sdc/v1/catalog/services/DemoPnfH9p8f5pp9tvkyyitkssn/1.0/resourceInstances/pnffc9b1b0413410/artifacts/mynetconf.yang", "status": "NOT_NOTIFIED" } 2022-06-07T11:45:35.703Z||pool-2-thread-1|||||INFO|500||Missing status on Status Object. 2022-06-07T11:45:35.703Z||pool-2-thread-1|||||DEBUG|500||received message from topic 2022-06-07T11:45:35.703Z||pool-2-thread-1|||||DEBUG|500||recieved notification from broker: { "distributionID": "4749a374-2cd8-4eeb-aff9-3b6394cedae9", "consumerID": "SO-COpenSource-Env11", "timestamp": 1654602035641, "artifactURL": "/sdc/v1/catalog/services/DemoPnfH9p8f5pp9tvkyyitkssn/1.0/resourceInstances/pnffc9b1b0413410/artifacts/vendor-license-model.xml", "status": "NOT_NOTIFIED" } 2022-06-07T11:45:35.703Z||pool-2-thread-1|||||INFO|500||Missing status on Status Object. 2022-06-07T11:45:35.703Z||pool-2-thread-1|||||DEBUG|500||received message from topic 2022-06-07T11:45:35.704Z||pool-2-thread-1|||||DEBUG|500||recieved notification from broker: { "distributionID": "4749a374-2cd8-4eeb-aff9-3b6394cedae9", "consumerID": "SO-COpenSource-Env11", "timestamp": 1654602035641, "artifactURL": "/sdc/v1/catalog/services/DemoPnfH9p8f5pp9tvkyyitkssn/1.0/resourceInstances/pnffc9b1b0413410/artifacts/PM_Dictionary.yaml", "status": "NOT_NOTIFIED" } 2022-06-07T11:45:35.704Z||pool-2-thread-1|||||INFO|500||Missing status on Status Object. 2022-06-07T11:45:35.704Z||pool-2-thread-1|||||DEBUG|500||received message from topic 2022-06-07T11:45:35.704Z||pool-2-thread-1|||||DEBUG|500||recieved notification from broker: { "distributionID": "4749a374-2cd8-4eeb-aff9-3b6394cedae9", "consumerID": "SO-COpenSource-Env11", "timestamp": 1654602035641, "artifactURL": "/sdc/v1/catalog/services/DemoPnfH9p8f5pp9tvkyyitkssn/1.0/resourceInstances/pnffc9b1b0413410/artifacts/MyPnf_Pnf_v1.yaml", "status": "NOT_NOTIFIED" } 2022-06-07T11:45:35.705Z||pool-2-thread-1|||||INFO|500||Missing status on Status Object. 2022-06-07T11:45:35.705Z||pool-2-thread-1|||||DEBUG|500||received message from topic 2022-06-07T11:45:35.705Z||pool-2-thread-1|||||DEBUG|500||recieved notification from broker: { "distributionID": "4749a374-2cd8-4eeb-aff9-3b6394cedae9", "consumerID": "SO-COpenSource-Env11", "timestamp": 1654602035641, "artifactURL": "/sdc/v1/catalog/services/DemoPnfH9p8f5pp9tvkyyitkssn/1.0/artifacts/service-DemoPnfH9p8f5pp9tvkyyitkssn-template.yml", "status": "NOT_NOTIFIED" } 2022-06-07T11:45:35.705Z||pool-2-thread-1|||||INFO|500||Missing status on Status Object. 2022-06-07T11:45:35.705Z||pool-2-thread-1|||||DEBUG|500||received message from topic 2022-06-07T11:45:35.706Z||pool-2-thread-1|||||DEBUG|500||recieved notification from broker: { "distributionID": "4749a374-2cd8-4eeb-aff9-3b6394cedae9", "consumerID": "SO-COpenSource-Env11", "timestamp": 1654602035641, "artifactURL": "/sdc/v1/catalog/services/DemoPnfH9p8f5pp9tvkyyitkssn/1.0/artifacts/service-DemoPnfH9p8f5pp9tvkyyitkssn-csar.csar", "status": "NOTIFIED" } 2022-06-07T11:45:35.706Z||pool-2-thread-1|||||INFO|500||Missing status on Status Object. 2022-06-07T11:45:35.706Z||pool-2-thread-1|||||DEBUG|500||received message from topic 2022-06-07T11:45:35.706Z||pool-2-thread-1|||||DEBUG|500||recieved notification from broker: { "distributionID": "4749a374-2cd8-4eeb-aff9-3b6394cedae9", "consumerID": "SO-COpenSource-Env11", "timestamp": 1654602207701, "artifactURL": "/sdc/v1/catalog/services/DemoPnfH9p8f5pp9tvkyyitkssn/1.0/artifacts/service-DemoPnfH9p8f5pp9tvkyyitkssn-csar.csar", "status": "DOWNLOAD_OK" } 2022-06-07T11:45:35.706Z||pool-2-thread-1|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error' 2022-06-07T11:45:35.707Z||pool-2-thread-1|||||DEBUG|500||received message from topic 2022-06-07T11:45:35.707Z||pool-2-thread-1|||||DEBUG|500||recieved notification from broker: { "distributionID": "4749a374-2cd8-4eeb-aff9-3b6394cedae9", "consumerID": "SO-COpenSource-Env11", "timestamp": 1654602209725, "artifactURL": "/sdc/v1/catalog/services/DemoPnfH9p8f5pp9tvkyyitkssn/1.0/artifacts/service-DemoPnfH9p8f5pp9tvkyyitkssn-csar.csar", "status": "DEPLOY_OK" } 2022-06-07T11:45:35.707Z||pool-2-thread-1|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error' 2022-06-07T11:45:45.216Z|550181af-a9b8-4aac-a3f6-eee3dc0b4bd5|pool-2-thread-5|||||INFO|500|| --> HTTP/1.1 200 OK 2022-06-07T11:46:35.640Z|550181af-a9b8-4aac-a3f6-eee3dc0b4bd5|pool-2-thread-5|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2022-06-07T11:46:35.642Z|550181af-a9b8-4aac-a3f6-eee3dc0b4bd5|pool-2-thread-5|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel. 2022-06-07T11:46:35.642Z|550181af-a9b8-4aac-a3f6-eee3dc0b4bd5|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 rACJoekZgDKIBPEP) ... 2022-06-07T11:46:35.660Z||pool-2-thread-3|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2022-06-07T11:46:35.661Z||pool-2-thread-3|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel. 2022-06-07T11:46:35.661Z||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 rACJoekZgDKIBPEP) ... 2022-06-07T11:46:36.191Z||pool-2-thread-3|||||INFO|500|| --> HTTP/1.1 200 OK 2022-06-07T11:46:36.191Z||pool-2-thread-3|||||DEBUG|500||received message from topic 2022-06-07T11:46:36.192Z||pool-2-thread-3|||||DEBUG|500||recieved notification from broker: { "distributionID": "4749a374-2cd8-4eeb-aff9-3b6394cedae9", "consumerID": "SO-COpenSource-Env11", "timestamp": 1654602240908, "artifactURL": "", "status": "DISTRIBUTION_COMPLETE_OK" } 2022-06-07T11:46:36.193Z||pool-2-thread-3|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error' 2022-06-07T11:46:45.213Z|550181af-a9b8-4aac-a3f6-eee3dc0b4bd5|pool-2-thread-5|||||INFO|500|| --> HTTP/1.1 200 OK 2022-06-07T11:47:35.641Z|550181af-a9b8-4aac-a3f6-eee3dc0b4bd5|pool-2-thread-5|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2022-06-07T11:47:35.642Z|550181af-a9b8-4aac-a3f6-eee3dc0b4bd5|pool-2-thread-5|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel. 2022-06-07T11:47:35.642Z|550181af-a9b8-4aac-a3f6-eee3dc0b4bd5|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 rACJoekZgDKIBPEP) ... 2022-06-07T11:47:35.662Z||pool-2-thread-3|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2022-06-07T11:47:35.663Z||pool-2-thread-3|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel. 2022-06-07T11:47:35.663Z||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 rACJoekZgDKIBPEP) ... 2022-06-07T11:47:45.274Z||pool-2-thread-3|||||INFO|500|| --> HTTP/1.1 200 OK 2022-06-07T11:47:45.283Z|550181af-a9b8-4aac-a3f6-eee3dc0b4bd5|pool-2-thread-5|||||INFO|500|| --> HTTP/1.1 200 OK 2022-06-07T11:48:35.641Z|550181af-a9b8-4aac-a3f6-eee3dc0b4bd5|pool-2-thread-5|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2022-06-07T11:48:35.642Z|550181af-a9b8-4aac-a3f6-eee3dc0b4bd5|pool-2-thread-5|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel. 2022-06-07T11:48:35.642Z|550181af-a9b8-4aac-a3f6-eee3dc0b4bd5|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 rACJoekZgDKIBPEP) ... 2022-06-07T11:48:35.660Z||pool-2-thread-3|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2022-06-07T11:48:35.661Z||pool-2-thread-3|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel. 2022-06-07T11:48:35.661Z||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 rACJoekZgDKIBPEP) ... 2022-06-07T11:48:35.804Z||pool-2-thread-3|||||INFO|500|| --> HTTP/1.1 200 OK 2022-06-07T11:48:35.805Z||pool-2-thread-3|||||DEBUG|500||received message from topic 2022-06-07T11:48:35.806Z||pool-2-thread-3|||||DEBUG|500||recieved notification from broker: { "distributionID": "f196883d-1cf1-4550-98f8-f9a2b4af1471", "consumerID": "aai-ml", "timestamp": 1654602466690, "artifactURL": "/sdc/v1/catalog/services/DemoPnfM56zyfv3rseze5aurnnn/1.0/resourceInstances/pnfc414e67e59f70/artifacts/vf-license-model.xml", "status": "NOT_NOTIFIED" } 2022-06-07T11:48:35.807Z||pool-2-thread-3|||||INFO|500||Missing status on Status Object. 2022-06-07T11:48:35.807Z||pool-2-thread-3|||||DEBUG|500||received message from topic 2022-06-07T11:48:35.807Z||pool-2-thread-3|||||DEBUG|500||recieved notification from broker: { "distributionID": "f196883d-1cf1-4550-98f8-f9a2b4af1471", "consumerID": "ves-openapi-manager", "timestamp": 1654602466812, "artifactURL": "/sdc/v1/catalog/services/DemoPnfM56zyfv3rseze5aurnnn/1.0/resourceInstances/pnfc414e67e59f70/artifacts/vf-license-model.xml", "status": "NOT_NOTIFIED" } 2022-06-07T11:48:35.807Z||pool-2-thread-3|||||INFO|500||Missing status on Status Object. 2022-06-07T11:48:35.808Z||pool-2-thread-3|||||DEBUG|500||received message from topic 2022-06-07T11:48:35.808Z||pool-2-thread-3|||||DEBUG|500||recieved notification from broker: { "distributionID": "f196883d-1cf1-4550-98f8-f9a2b4af1471", "consumerID": "multicloud-k8s-id", "timestamp": 1654602472229, "artifactURL": "/sdc/v1/catalog/services/DemoPnfM56zyfv3rseze5aurnnn/1.0/resourceInstances/pnfc414e67e59f70/artifacts/vf-license-model.xml", "status": "NOT_NOTIFIED" } 2022-06-07T11:48:35.808Z||pool-2-thread-3|||||INFO|500||Missing status on Status Object. 2022-06-07T11:48:35.808Z||pool-2-thread-3|||||DEBUG|500||received message from topic 2022-06-07T11:48:35.808Z||pool-2-thread-3|||||DEBUG|500||recieved notification from broker: { "distributionID": "f196883d-1cf1-4550-98f8-f9a2b4af1471", "consumerID": "policy-id", "timestamp": 1654602474254, "artifactURL": "/sdc/v1/catalog/services/DemoPnfM56zyfv3rseze5aurnnn/1.0/resourceInstances/pnfc414e67e59f70/artifacts/vf-license-model.xml", "status": "NOT_NOTIFIED" } 2022-06-07T11:48:35.809Z||pool-2-thread-3|||||INFO|500||Missing status on Status Object. 2022-06-07T11:48:35.809Z||pool-2-thread-3|||||DEBUG|500||received message from topic 2022-06-07T11:48:35.809Z||pool-2-thread-3|||||DEBUG|500||recieved notification from broker: { "distributionID": "f196883d-1cf1-4550-98f8-f9a2b4af1471", "consumerID": "cds", "timestamp": 1654602474571, "artifactURL": "/sdc/v1/catalog/services/DemoPnfM56zyfv3rseze5aurnnn/1.0/resourceInstances/pnfc414e67e59f70/artifacts/vf-license-model.xml", "status": "NOT_NOTIFIED" } 2022-06-07T11:48:35.809Z||pool-2-thread-3|||||INFO|500||Missing status on Status Object. 2022-06-07T11:48:35.809Z||pool-2-thread-3|||||DEBUG|500||received message from topic 2022-06-07T11:48:35.810Z||pool-2-thread-3|||||DEBUG|500||recieved notification from broker: { "distributionID": "f196883d-1cf1-4550-98f8-f9a2b4af1471", "consumerID": "aai-ml", "timestamp": 1654602466690, "artifactURL": "/sdc/v1/catalog/services/DemoPnfM56zyfv3rseze5aurnnn/1.0/resourceInstances/pnfc414e67e59f70/artifacts/pNF.csar", "status": "NOT_NOTIFIED" } 2022-06-07T11:48:35.810Z||pool-2-thread-3|||||INFO|500||Missing status on Status Object. 2022-06-07T11:48:35.810Z||pool-2-thread-3|||||DEBUG|500||received message from topic 2022-06-07T11:48:35.810Z||pool-2-thread-3|||||DEBUG|500||recieved notification from broker: { "distributionID": "f196883d-1cf1-4550-98f8-f9a2b4af1471", "consumerID": "ves-openapi-manager", "timestamp": 1654602466812, "artifactURL": "/sdc/v1/catalog/services/DemoPnfM56zyfv3rseze5aurnnn/1.0/resourceInstances/pnfc414e67e59f70/artifacts/pNF.csar", "status": "NOT_NOTIFIED" } 2022-06-07T11:48:35.811Z||pool-2-thread-3|||||INFO|500||Missing status on Status Object. 2022-06-07T11:48:35.811Z||pool-2-thread-3|||||DEBUG|500||received message from topic 2022-06-07T11:48:35.811Z||pool-2-thread-3|||||DEBUG|500||recieved notification from broker: { "distributionID": "f196883d-1cf1-4550-98f8-f9a2b4af1471", "consumerID": "multicloud-k8s-id", "timestamp": 1654602472229, "artifactURL": "/sdc/v1/catalog/services/DemoPnfM56zyfv3rseze5aurnnn/1.0/resourceInstances/pnfc414e67e59f70/artifacts/pNF.csar", "status": "NOT_NOTIFIED" } 2022-06-07T11:48:35.811Z||pool-2-thread-3|||||INFO|500||Missing status on Status Object. 2022-06-07T11:48:35.812Z||pool-2-thread-3|||||DEBUG|500||received message from topic 2022-06-07T11:48:35.812Z||pool-2-thread-3|||||DEBUG|500||recieved notification from broker: { "distributionID": "f196883d-1cf1-4550-98f8-f9a2b4af1471", "consumerID": "policy-id", "timestamp": 1654602474254, "artifactURL": "/sdc/v1/catalog/services/DemoPnfM56zyfv3rseze5aurnnn/1.0/resourceInstances/pnfc414e67e59f70/artifacts/pNF.csar", "status": "NOT_NOTIFIED" } 2022-06-07T11:48:35.812Z||pool-2-thread-3|||||INFO|500||Missing status on Status Object. 2022-06-07T11:48:35.812Z||pool-2-thread-3|||||DEBUG|500||received message from topic 2022-06-07T11:48:35.812Z||pool-2-thread-3|||||DEBUG|500||recieved notification from broker: { "distributionID": "f196883d-1cf1-4550-98f8-f9a2b4af1471", "consumerID": "cds", "timestamp": 1654602474571, "artifactURL": "/sdc/v1/catalog/services/DemoPnfM56zyfv3rseze5aurnnn/1.0/resourceInstances/pnfc414e67e59f70/artifacts/pNF.csar", "status": "NOT_NOTIFIED" } 2022-06-07T11:48:35.813Z||pool-2-thread-3|||||INFO|500||Missing status on Status Object. 2022-06-07T11:48:35.813Z||pool-2-thread-3|||||DEBUG|500||received message from topic 2022-06-07T11:48:35.813Z||pool-2-thread-3|||||DEBUG|500||recieved notification from broker: { "distributionID": "f196883d-1cf1-4550-98f8-f9a2b4af1471", "consumerID": "ves-openapi-manager", "timestamp": 1654602466812, "artifactURL": "/sdc/v1/catalog/services/DemoPnfM56zyfv3rseze5aurnnn/1.0/resourceInstances/pnfc414e67e59f70/artifacts/mynetconf.yang", "status": "NOT_NOTIFIED" } 2022-06-07T11:48:35.813Z||pool-2-thread-3|||||INFO|500||Missing status on Status Object. 2022-06-07T11:48:35.813Z||pool-2-thread-3|||||DEBUG|500||received message from topic 2022-06-07T11:48:35.814Z||pool-2-thread-3|||||DEBUG|500||recieved notification from broker: { "distributionID": "f196883d-1cf1-4550-98f8-f9a2b4af1471", "consumerID": "aai-ml", "timestamp": 1654602466690, "artifactURL": "/sdc/v1/catalog/services/DemoPnfM56zyfv3rseze5aurnnn/1.0/resourceInstances/pnfc414e67e59f70/artifacts/mynetconf.yang", "status": "NOT_NOTIFIED" } 2022-06-07T11:48:35.814Z||pool-2-thread-3|||||INFO|500||Missing status on Status Object. 2022-06-07T11:48:35.814Z||pool-2-thread-3|||||DEBUG|500||received message from topic 2022-06-07T11:48:35.814Z||pool-2-thread-3|||||DEBUG|500||recieved notification from broker: { "distributionID": "f196883d-1cf1-4550-98f8-f9a2b4af1471", "consumerID": "multicloud-k8s-id", "timestamp": 1654602472229, "artifactURL": "/sdc/v1/catalog/services/DemoPnfM56zyfv3rseze5aurnnn/1.0/resourceInstances/pnfc414e67e59f70/artifacts/mynetconf.yang", "status": "NOT_NOTIFIED" } 2022-06-07T11:48:35.815Z||pool-2-thread-3|||||INFO|500||Missing status on Status Object. 2022-06-07T11:48:35.815Z||pool-2-thread-3|||||DEBUG|500||received message from topic 2022-06-07T11:48:35.815Z||pool-2-thread-3|||||DEBUG|500||recieved notification from broker: { "distributionID": "f196883d-1cf1-4550-98f8-f9a2b4af1471", "consumerID": "policy-id", "timestamp": 1654602474254, "artifactURL": "/sdc/v1/catalog/services/DemoPnfM56zyfv3rseze5aurnnn/1.0/resourceInstances/pnfc414e67e59f70/artifacts/mynetconf.yang", "status": "NOT_NOTIFIED" } 2022-06-07T11:48:35.815Z||pool-2-thread-3|||||INFO|500||Missing status on Status Object. 2022-06-07T11:48:35.815Z||pool-2-thread-3|||||DEBUG|500||received message from topic 2022-06-07T11:48:35.816Z||pool-2-thread-3|||||DEBUG|500||recieved notification from broker: { "distributionID": "f196883d-1cf1-4550-98f8-f9a2b4af1471", "consumerID": "cds", "timestamp": 1654602474571, "artifactURL": "/sdc/v1/catalog/services/DemoPnfM56zyfv3rseze5aurnnn/1.0/resourceInstances/pnfc414e67e59f70/artifacts/mynetconf.yang", "status": "NOT_NOTIFIED" } 2022-06-07T11:48:35.816Z||pool-2-thread-3|||||INFO|500||Missing status on Status Object. 2022-06-07T11:48:35.816Z||pool-2-thread-3|||||DEBUG|500||received message from topic 2022-06-07T11:48:35.816Z||pool-2-thread-3|||||DEBUG|500||recieved notification from broker: { "distributionID": "f196883d-1cf1-4550-98f8-f9a2b4af1471", "consumerID": "ves-openapi-manager", "timestamp": 1654602466812, "artifactURL": "/sdc/v1/catalog/services/DemoPnfM56zyfv3rseze5aurnnn/1.0/resourceInstances/pnfc414e67e59f70/artifacts/vendor-license-model.xml", "status": "NOT_NOTIFIED" } 2022-06-07T11:48:35.817Z||pool-2-thread-3|||||INFO|500||Missing status on Status Object. 2022-06-07T11:48:35.817Z||pool-2-thread-3|||||DEBUG|500||received message from topic 2022-06-07T11:48:35.817Z||pool-2-thread-3|||||DEBUG|500||recieved notification from broker: { "distributionID": "f196883d-1cf1-4550-98f8-f9a2b4af1471", "consumerID": "multicloud-k8s-id", "timestamp": 1654602472229, "artifactURL": "/sdc/v1/catalog/services/DemoPnfM56zyfv3rseze5aurnnn/1.0/resourceInstances/pnfc414e67e59f70/artifacts/vendor-license-model.xml", "status": "NOT_NOTIFIED" } 2022-06-07T11:48:35.817Z||pool-2-thread-3|||||INFO|500||Missing status on Status Object. 2022-06-07T11:48:35.817Z||pool-2-thread-3|||||DEBUG|500||received message from topic 2022-06-07T11:48:35.818Z||pool-2-thread-3|||||DEBUG|500||recieved notification from broker: { "distributionID": "f196883d-1cf1-4550-98f8-f9a2b4af1471", "consumerID": "aai-ml", "timestamp": 1654602466690, "artifactURL": "/sdc/v1/catalog/services/DemoPnfM56zyfv3rseze5aurnnn/1.0/resourceInstances/pnfc414e67e59f70/artifacts/vendor-license-model.xml", "status": "NOT_NOTIFIED" } 2022-06-07T11:48:35.818Z||pool-2-thread-3|||||INFO|500||Missing status on Status Object. 2022-06-07T11:48:35.818Z||pool-2-thread-3|||||DEBUG|500||received message from topic 2022-06-07T11:48:35.818Z||pool-2-thread-3|||||DEBUG|500||recieved notification from broker: { "distributionID": "f196883d-1cf1-4550-98f8-f9a2b4af1471", "consumerID": "policy-id", "timestamp": 1654602474254, "artifactURL": "/sdc/v1/catalog/services/DemoPnfM56zyfv3rseze5aurnnn/1.0/resourceInstances/pnfc414e67e59f70/artifacts/vendor-license-model.xml", "status": "NOT_NOTIFIED" } 2022-06-07T11:48:35.819Z||pool-2-thread-3|||||INFO|500||Missing status on Status Object. 2022-06-07T11:48:35.819Z||pool-2-thread-3|||||DEBUG|500||received message from topic 2022-06-07T11:48:35.819Z||pool-2-thread-3|||||DEBUG|500||recieved notification from broker: { "distributionID": "f196883d-1cf1-4550-98f8-f9a2b4af1471", "consumerID": "cds", "timestamp": 1654602474571, "artifactURL": "/sdc/v1/catalog/services/DemoPnfM56zyfv3rseze5aurnnn/1.0/resourceInstances/pnfc414e67e59f70/artifacts/vendor-license-model.xml", "status": "NOT_NOTIFIED" } 2022-06-07T11:48:35.819Z||pool-2-thread-3|||||INFO|500||Missing status on Status Object. 2022-06-07T11:48:35.819Z||pool-2-thread-3|||||DEBUG|500||received message from topic 2022-06-07T11:48:35.820Z||pool-2-thread-3|||||DEBUG|500||recieved notification from broker: { "distributionID": "f196883d-1cf1-4550-98f8-f9a2b4af1471", "consumerID": "aai-ml", "timestamp": 1654602466690, "artifactURL": "/sdc/v1/catalog/services/DemoPnfM56zyfv3rseze5aurnnn/1.0/resourceInstances/pnfc414e67e59f70/artifacts/PM_Dictionary.yaml", "status": "NOT_NOTIFIED" } 2022-06-07T11:48:35.820Z||pool-2-thread-3|||||INFO|500||Missing status on Status Object. 2022-06-07T11:48:35.820Z||pool-2-thread-3|||||DEBUG|500||received message from topic 2022-06-07T11:48:35.820Z||pool-2-thread-3|||||DEBUG|500||recieved notification from broker: { "distributionID": "f196883d-1cf1-4550-98f8-f9a2b4af1471", "consumerID": "ves-openapi-manager", "timestamp": 1654602466812, "artifactURL": "/sdc/v1/catalog/services/DemoPnfM56zyfv3rseze5aurnnn/1.0/resourceInstances/pnfc414e67e59f70/artifacts/PM_Dictionary.yaml", "status": "NOT_NOTIFIED" } 2022-06-07T11:48:35.821Z||pool-2-thread-3|||||INFO|500||Missing status on Status Object. 2022-06-07T11:48:35.821Z||pool-2-thread-3|||||DEBUG|500||received message from topic 2022-06-07T11:48:35.821Z||pool-2-thread-3|||||DEBUG|500||recieved notification from broker: { "distributionID": "f196883d-1cf1-4550-98f8-f9a2b4af1471", "consumerID": "multicloud-k8s-id", "timestamp": 1654602472229, "artifactURL": "/sdc/v1/catalog/services/DemoPnfM56zyfv3rseze5aurnnn/1.0/resourceInstances/pnfc414e67e59f70/artifacts/PM_Dictionary.yaml", "status": "NOT_NOTIFIED" } 2022-06-07T11:48:35.821Z||pool-2-thread-3|||||INFO|500||Missing status on Status Object. 2022-06-07T11:48:35.821Z||pool-2-thread-3|||||DEBUG|500||received message from topic 2022-06-07T11:48:35.822Z||pool-2-thread-3|||||DEBUG|500||recieved notification from broker: { "distributionID": "f196883d-1cf1-4550-98f8-f9a2b4af1471", "consumerID": "policy-id", "timestamp": 1654602474254, "artifactURL": "/sdc/v1/catalog/services/DemoPnfM56zyfv3rseze5aurnnn/1.0/resourceInstances/pnfc414e67e59f70/artifacts/PM_Dictionary.yaml", "status": "NOT_NOTIFIED" } 2022-06-07T11:48:35.822Z||pool-2-thread-3|||||INFO|500||Missing status on Status Object. 2022-06-07T11:48:35.822Z||pool-2-thread-3|||||DEBUG|500||received message from topic 2022-06-07T11:48:35.822Z||pool-2-thread-3|||||DEBUG|500||recieved notification from broker: { "distributionID": "f196883d-1cf1-4550-98f8-f9a2b4af1471", "consumerID": "cds", "timestamp": 1654602474571, "artifactURL": "/sdc/v1/catalog/services/DemoPnfM56zyfv3rseze5aurnnn/1.0/resourceInstances/pnfc414e67e59f70/artifacts/PM_Dictionary.yaml", "status": "NOT_NOTIFIED" } 2022-06-07T11:48:35.823Z||pool-2-thread-3|||||INFO|500||Missing status on Status Object. 2022-06-07T11:48:35.823Z||pool-2-thread-3|||||DEBUG|500||received message from topic 2022-06-07T11:48:35.823Z||pool-2-thread-3|||||DEBUG|500||recieved notification from broker: { "distributionID": "f196883d-1cf1-4550-98f8-f9a2b4af1471", "consumerID": "ves-openapi-manager", "timestamp": 1654602466812, "artifactURL": "/sdc/v1/catalog/services/DemoPnfM56zyfv3rseze5aurnnn/1.0/resourceInstances/pnfc414e67e59f70/artifacts/MyPnf_Pnf_v1.yaml", "status": "NOTIFIED" } 2022-06-07T11:48:35.823Z||pool-2-thread-3|||||INFO|500||Missing status on Status Object. 2022-06-07T11:48:35.823Z||pool-2-thread-3|||||DEBUG|500||received message from topic 2022-06-07T11:48:35.823Z||pool-2-thread-3|||||DEBUG|500||recieved notification from broker: { "distributionID": "f196883d-1cf1-4550-98f8-f9a2b4af1471", "consumerID": "multicloud-k8s-id", "timestamp": 1654602472229, "artifactURL": "/sdc/v1/catalog/services/DemoPnfM56zyfv3rseze5aurnnn/1.0/resourceInstances/pnfc414e67e59f70/artifacts/MyPnf_Pnf_v1.yaml", "status": "NOT_NOTIFIED" } 2022-06-07T11:48:35.824Z||pool-2-thread-3|||||INFO|500||Missing status on Status Object. 2022-06-07T11:48:35.824Z||pool-2-thread-3|||||DEBUG|500||received message from topic 2022-06-07T11:48:35.824Z||pool-2-thread-3|||||DEBUG|500||recieved notification from broker: { "distributionID": "f196883d-1cf1-4550-98f8-f9a2b4af1471", "consumerID": "aai-ml", "timestamp": 1654602466690, "artifactURL": "/sdc/v1/catalog/services/DemoPnfM56zyfv3rseze5aurnnn/1.0/resourceInstances/pnfc414e67e59f70/artifacts/MyPnf_Pnf_v1.yaml", "status": "NOT_NOTIFIED" } 2022-06-07T11:48:35.824Z||pool-2-thread-3|||||INFO|500||Missing status on Status Object. 2022-06-07T11:48:35.824Z||pool-2-thread-3|||||DEBUG|500||received message from topic 2022-06-07T11:48:35.825Z||pool-2-thread-3|||||DEBUG|500||recieved notification from broker: { "distributionID": "f196883d-1cf1-4550-98f8-f9a2b4af1471", "consumerID": "policy-id", "timestamp": 1654602474254, "artifactURL": "/sdc/v1/catalog/services/DemoPnfM56zyfv3rseze5aurnnn/1.0/resourceInstances/pnfc414e67e59f70/artifacts/MyPnf_Pnf_v1.yaml", "status": "NOT_NOTIFIED" } 2022-06-07T11:48:35.825Z||pool-2-thread-3|||||INFO|500||Missing status on Status Object. 2022-06-07T11:48:35.825Z||pool-2-thread-3|||||DEBUG|500||received message from topic 2022-06-07T11:48:35.825Z||pool-2-thread-3|||||DEBUG|500||recieved notification from broker: { "distributionID": "f196883d-1cf1-4550-98f8-f9a2b4af1471", "consumerID": "cds", "timestamp": 1654602474571, "artifactURL": "/sdc/v1/catalog/services/DemoPnfM56zyfv3rseze5aurnnn/1.0/resourceInstances/pnfc414e67e59f70/artifacts/MyPnf_Pnf_v1.yaml", "status": "NOT_NOTIFIED" } 2022-06-07T11:48:35.826Z||pool-2-thread-3|||||INFO|500||Missing status on Status Object. 2022-06-07T11:48:35.826Z||pool-2-thread-3|||||DEBUG|500||received message from topic 2022-06-07T11:48:35.826Z||pool-2-thread-3|||||DEBUG|500||recieved notification from broker: { "distributionID": "f196883d-1cf1-4550-98f8-f9a2b4af1471", "consumerID": "aai-ml", "timestamp": 1654602466690, "artifactURL": "/sdc/v1/catalog/services/DemoPnfM56zyfv3rseze5aurnnn/1.0/artifacts/service-DemoPnfM56zyfv3rseze5aurnnn-template.yml", "status": "NOT_NOTIFIED" } 2022-06-07T11:48:35.826Z||pool-2-thread-3|||||INFO|500||Missing status on Status Object. 2022-06-07T11:48:35.826Z||pool-2-thread-3|||||DEBUG|500||received message from topic 2022-06-07T11:48:35.827Z||pool-2-thread-3|||||DEBUG|500||recieved notification from broker: { "distributionID": "f196883d-1cf1-4550-98f8-f9a2b4af1471", "consumerID": "ves-openapi-manager", "timestamp": 1654602466812, "artifactURL": "/sdc/v1/catalog/services/DemoPnfM56zyfv3rseze5aurnnn/1.0/artifacts/service-DemoPnfM56zyfv3rseze5aurnnn-template.yml", "status": "NOT_NOTIFIED" } 2022-06-07T11:48:35.827Z||pool-2-thread-3|||||INFO|500||Missing status on Status Object. 2022-06-07T11:48:35.827Z||pool-2-thread-3|||||DEBUG|500||received message from topic 2022-06-07T11:48:35.827Z||pool-2-thread-3|||||DEBUG|500||recieved notification from broker: { "distributionID": "f196883d-1cf1-4550-98f8-f9a2b4af1471", "consumerID": "multicloud-k8s-id", "timestamp": 1654602472229, "artifactURL": "/sdc/v1/catalog/services/DemoPnfM56zyfv3rseze5aurnnn/1.0/artifacts/service-DemoPnfM56zyfv3rseze5aurnnn-template.yml", "status": "NOT_NOTIFIED" } 2022-06-07T11:48:35.828Z||pool-2-thread-3|||||INFO|500||Missing status on Status Object. 2022-06-07T11:48:35.828Z||pool-2-thread-3|||||DEBUG|500||received message from topic 2022-06-07T11:48:35.828Z||pool-2-thread-3|||||DEBUG|500||recieved notification from broker: { "distributionID": "f196883d-1cf1-4550-98f8-f9a2b4af1471", "consumerID": "policy-id", "timestamp": 1654602474254, "artifactURL": "/sdc/v1/catalog/services/DemoPnfM56zyfv3rseze5aurnnn/1.0/artifacts/service-DemoPnfM56zyfv3rseze5aurnnn-template.yml", "status": "NOT_NOTIFIED" } 2022-06-07T11:48:35.828Z||pool-2-thread-3|||||INFO|500||Missing status on Status Object. 2022-06-07T11:48:35.829Z||pool-2-thread-3|||||DEBUG|500||received message from topic 2022-06-07T11:48:35.829Z||pool-2-thread-3|||||DEBUG|500||recieved notification from broker: { "distributionID": "f196883d-1cf1-4550-98f8-f9a2b4af1471", "consumerID": "cds", "timestamp": 1654602474571, "artifactURL": "/sdc/v1/catalog/services/DemoPnfM56zyfv3rseze5aurnnn/1.0/artifacts/service-DemoPnfM56zyfv3rseze5aurnnn-template.yml", "status": "NOT_NOTIFIED" } 2022-06-07T11:48:35.829Z||pool-2-thread-3|||||INFO|500||Missing status on Status Object. 2022-06-07T11:48:35.829Z||pool-2-thread-3|||||DEBUG|500||received message from topic 2022-06-07T11:48:35.829Z||pool-2-thread-3|||||DEBUG|500||recieved notification from broker: { "distributionID": "f196883d-1cf1-4550-98f8-f9a2b4af1471", "consumerID": "ves-openapi-manager", "timestamp": 1654602466812, "artifactURL": "/sdc/v1/catalog/services/DemoPnfM56zyfv3rseze5aurnnn/1.0/artifacts/service-DemoPnfM56zyfv3rseze5aurnnn-csar.csar", "status": "NOT_NOTIFIED" } 2022-06-07T11:48:35.830Z||pool-2-thread-3|||||INFO|500||Missing status on Status Object. 2022-06-07T11:48:35.830Z||pool-2-thread-3|||||DEBUG|500||received message from topic 2022-06-07T11:48:35.830Z||pool-2-thread-3|||||DEBUG|500||recieved notification from broker: { "distributionID": "f196883d-1cf1-4550-98f8-f9a2b4af1471", "consumerID": "aai-ml", "timestamp": 1654602466690, "artifactURL": "/sdc/v1/catalog/services/DemoPnfM56zyfv3rseze5aurnnn/1.0/artifacts/service-DemoPnfM56zyfv3rseze5aurnnn-csar.csar", "status": "NOTIFIED" } 2022-06-07T11:48:35.830Z||pool-2-thread-3|||||INFO|500||Missing status on Status Object. 2022-06-07T11:48:35.831Z||pool-2-thread-3|||||DEBUG|500||received message from topic 2022-06-07T11:48:35.831Z||pool-2-thread-3|||||DEBUG|500||recieved notification from broker: { "distributionID": "f196883d-1cf1-4550-98f8-f9a2b4af1471", "consumerID": "multicloud-k8s-id", "timestamp": 1654602472229, "artifactURL": "/sdc/v1/catalog/services/DemoPnfM56zyfv3rseze5aurnnn/1.0/artifacts/service-DemoPnfM56zyfv3rseze5aurnnn-csar.csar", "status": "NOTIFIED" } 2022-06-07T11:48:35.831Z||pool-2-thread-3|||||INFO|500||Missing status on Status Object. 2022-06-07T11:48:35.831Z||pool-2-thread-3|||||DEBUG|500||received message from topic 2022-06-07T11:48:35.832Z||pool-2-thread-3|||||DEBUG|500||recieved notification from broker: { "distributionID": "f196883d-1cf1-4550-98f8-f9a2b4af1471", "consumerID": "policy-id", "timestamp": 1654602474254, "artifactURL": "/sdc/v1/catalog/services/DemoPnfM56zyfv3rseze5aurnnn/1.0/artifacts/service-DemoPnfM56zyfv3rseze5aurnnn-csar.csar", "status": "NOTIFIED" } 2022-06-07T11:48:35.832Z||pool-2-thread-3|||||INFO|500||Missing status on Status Object. 2022-06-07T11:48:35.832Z||pool-2-thread-3|||||DEBUG|500||received message from topic 2022-06-07T11:48:35.832Z||pool-2-thread-3|||||DEBUG|500||recieved notification from broker: { "distributionID": "f196883d-1cf1-4550-98f8-f9a2b4af1471", "consumerID": "cds", "timestamp": 1654602474571, "artifactURL": "/sdc/v1/catalog/services/DemoPnfM56zyfv3rseze5aurnnn/1.0/artifacts/service-DemoPnfM56zyfv3rseze5aurnnn-csar.csar", "status": "NOTIFIED" } 2022-06-07T11:48:35.833Z||pool-2-thread-3|||||INFO|500||Missing status on Status Object. 2022-06-07T11:48:35.833Z||pool-2-thread-3|||||DEBUG|500||received message from topic 2022-06-07T11:48:35.833Z||pool-2-thread-3|||||DEBUG|500||recieved notification from broker: { "distributionID": "f196883d-1cf1-4550-98f8-f9a2b4af1471", "consumerID": "ves-openapi-manager", "timestamp": 1654602484855, "artifactURL": "/sdc/v1/catalog/services/DemoPnfM56zyfv3rseze5aurnnn/1.0/resourceInstances/pnfc414e67e59f70/artifacts/MyPnf_Pnf_v1.yaml", "status": "DOWNLOAD_OK" } 2022-06-07T11:48:35.833Z||pool-2-thread-3|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error' 2022-06-07T11:48:35.833Z||pool-2-thread-3|||||DEBUG|500||received message from topic 2022-06-07T11:48:35.834Z||pool-2-thread-3|||||DEBUG|500||recieved notification from broker: { "distributionID": "f196883d-1cf1-4550-98f8-f9a2b4af1471", "consumerID": "aai-ml", "timestamp": 1654602484772, "artifactURL": "/sdc/v1/catalog/services/DemoPnfM56zyfv3rseze5aurnnn/1.0/artifacts/service-DemoPnfM56zyfv3rseze5aurnnn-csar.csar", "status": "DOWNLOAD_OK" } 2022-06-07T11:48:35.834Z||pool-2-thread-3|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error' 2022-06-07T11:48:35.834Z||pool-2-thread-3|||||DEBUG|500||received message from topic 2022-06-07T11:48:35.834Z||pool-2-thread-3|||||DEBUG|500||recieved notification from broker: { "distributionID": "f196883d-1cf1-4550-98f8-f9a2b4af1471", "consumerID": "policy-id", "timestamp": 1654602485312, "artifactURL": "/sdc/v1/catalog/services/DemoPnfM56zyfv3rseze5aurnnn/1.0/artifacts/service-DemoPnfM56zyfv3rseze5aurnnn-csar.csar", "status": "DOWNLOAD_OK" } 2022-06-07T11:48:35.835Z||pool-2-thread-3|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error' 2022-06-07T11:48:35.835Z||pool-2-thread-3|||||DEBUG|500||received message from topic 2022-06-07T11:48:35.835Z||pool-2-thread-3|||||DEBUG|500||recieved notification from broker: { "distributionID": "f196883d-1cf1-4550-98f8-f9a2b4af1471", "consumerID": "cds", "timestamp": 1654602484870, "artifactURL": "/sdc/v1/catalog/services/DemoPnfM56zyfv3rseze5aurnnn/1.0/artifacts/service-DemoPnfM56zyfv3rseze5aurnnn-csar.csar", "status": "DOWNLOAD_OK" } 2022-06-07T11:48:35.835Z||pool-2-thread-3|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error' 2022-06-07T11:48:35.835Z||pool-2-thread-3|||||DEBUG|500||received message from topic 2022-06-07T11:48:35.836Z||pool-2-thread-3|||||DEBUG|500||recieved notification from broker: { "distributionID": "f196883d-1cf1-4550-98f8-f9a2b4af1471", "consumerID": "ves-openapi-manager", "timestamp": 1654602485890, "artifactURL": "/sdc/v1/catalog/services/DemoPnfM56zyfv3rseze5aurnnn/1.0/resourceInstances/pnfc414e67e59f70/artifacts/MyPnf_Pnf_v1.yaml", "status": "DEPLOY_OK" } 2022-06-07T11:48:35.836Z||pool-2-thread-3|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error' 2022-06-07T11:48:35.836Z||pool-2-thread-3|||||DEBUG|500||received message from topic 2022-06-07T11:48:35.836Z||pool-2-thread-3|||||DEBUG|500||recieved notification from broker: { "distributionID": "f196883d-1cf1-4550-98f8-f9a2b4af1471", "consumerID": "policy-id", "timestamp": 1654602486319, "artifactURL": "/sdc/v1/catalog/services/DemoPnfM56zyfv3rseze5aurnnn/1.0/artifacts/service-DemoPnfM56zyfv3rseze5aurnnn-csar.csar", "status": "DEPLOY_OK" } 2022-06-07T11:48:35.837Z||pool-2-thread-3|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error' 2022-06-07T11:48:35.837Z||pool-2-thread-3|||||DEBUG|500||received message from topic 2022-06-07T11:48:35.837Z||pool-2-thread-3|||||DEBUG|500||recieved notification from broker: { "distributionID": "f196883d-1cf1-4550-98f8-f9a2b4af1471", "consumerID": "cds", "timestamp": 1654602485878, "artifactURL": "/sdc/v1/catalog/services/DemoPnfM56zyfv3rseze5aurnnn/1.0/artifacts/service-DemoPnfM56zyfv3rseze5aurnnn-csar.csar", "status": "COMPONENT_DONE_OK", "componentName": "cds" } Hibernate: select watchdogdi0_.DISTRIBUTION_ID as distribu1_11_0_, watchdogdi0_.CREATE_TIME as create_t2_11_0_, watchdogdi0_.DISTRIBUTION_ID_STATUS as distribu3_11_0_, watchdogdi0_.MODIFY_TIME as modify_t4_11_0_, watchdogdi0_.LOCK_VERSION as lock_ver5_11_0_ from watchdog_distributionid_status watchdogdi0_ where watchdogdi0_.DISTRIBUTION_ID=? Hibernate: select watchdogdi0_.DISTRIBUTION_ID as distribu1_11_0_, watchdogdi0_.CREATE_TIME as create_t2_11_0_, watchdogdi0_.DISTRIBUTION_ID_STATUS as distribu3_11_0_, watchdogdi0_.MODIFY_TIME as modify_t4_11_0_, watchdogdi0_.LOCK_VERSION as lock_ver5_11_0_ from watchdog_distributionid_status watchdogdi0_ where watchdogdi0_.DISTRIBUTION_ID=? Hibernate: insert into watchdog_distributionid_status (CREATE_TIME, DISTRIBUTION_ID_STATUS, MODIFY_TIME, LOCK_VERSION, DISTRIBUTION_ID) values (?, ?, ?, ?, ?) 2022-06-07T11:48:35.857Z||pool-2-thread-3|||||DEBUG|500||Receive a callback componentStatus in ASDC, for componentName: cds and status of COMPONENT_DONE_OK distributionID of f196883d-1cf1-4550-98f8-f9a2b4af1471 2022-06-07T11:48:35.857Z||pool-2-thread-3|||||DEBUG|500||Entering installTheComponentStatus for distributionId f196883d-1cf1-4550-98f8-f9a2b4af1471 and ComponentName cds Hibernate: select watchdogco0_.COMPONENT_NAME as componen1_12_0_, watchdogco0_.DISTRIBUTION_ID as distribu2_12_0_, watchdogco0_.COMPONENT_DISTRIBUTION_STATUS as componen3_12_0_, watchdogco0_.CREATE_TIME as create_t4_12_0_, watchdogco0_.MODIFY_TIME as modify_t5_12_0_ from watchdog_per_component_distribution_status watchdogco0_ where watchdogco0_.COMPONENT_NAME=? and watchdogco0_.DISTRIBUTION_ID=? Hibernate: insert into watchdog_per_component_distribution_status (COMPONENT_DISTRIBUTION_STATUS, CREATE_TIME, MODIFY_TIME, COMPONENT_NAME, DISTRIBUTION_ID) values (?, ?, ?, ?, ?) 2022-06-07T11:48:35.866Z||pool-2-thread-3|||||DEBUG|500||received message from topic 2022-06-07T11:48:35.866Z||pool-2-thread-3|||||DEBUG|500||recieved notification from broker: { "distributionID": "f196883d-1cf1-4550-98f8-f9a2b4af1471", "consumerID": "ves-openapi-manager", "timestamp": 1654602486892, "artifactURL": "", "status": "COMPONENT_DONE_OK", "componentName": "" } Hibernate: select watchdogdi0_.DISTRIBUTION_ID as distribu1_11_0_, watchdogdi0_.CREATE_TIME as create_t2_11_0_, watchdogdi0_.DISTRIBUTION_ID_STATUS as distribu3_11_0_, watchdogdi0_.MODIFY_TIME as modify_t4_11_0_, watchdogdi0_.LOCK_VERSION as lock_ver5_11_0_ from watchdog_distributionid_status watchdogdi0_ where watchdogdi0_.DISTRIBUTION_ID=? 2022-06-07T11:48:35.873Z||pool-2-thread-3|||||DEBUG|500||Receive a callback componentStatus in ASDC, for componentName: and status of COMPONENT_DONE_OK distributionID of f196883d-1cf1-4550-98f8-f9a2b4af1471 2022-06-07T11:48:35.873Z||pool-2-thread-3|||||DEBUG|500||Entering installTheComponentStatus for distributionId f196883d-1cf1-4550-98f8-f9a2b4af1471 and ComponentName Hibernate: select watchdogco0_.COMPONENT_NAME as componen1_12_0_, watchdogco0_.DISTRIBUTION_ID as distribu2_12_0_, watchdogco0_.COMPONENT_DISTRIBUTION_STATUS as componen3_12_0_, watchdogco0_.CREATE_TIME as create_t4_12_0_, watchdogco0_.MODIFY_TIME as modify_t5_12_0_ from watchdog_per_component_distribution_status watchdogco0_ where watchdogco0_.COMPONENT_NAME=? and watchdogco0_.DISTRIBUTION_ID=? Hibernate: insert into watchdog_per_component_distribution_status (COMPONENT_DISTRIBUTION_STATUS, CREATE_TIME, MODIFY_TIME, COMPONENT_NAME, DISTRIBUTION_ID) values (?, ?, ?, ?, ?) 2022-06-07T11:48:35.881Z||pool-2-thread-3|||||DEBUG|500||received message from topic 2022-06-07T11:48:35.881Z||pool-2-thread-3|||||DEBUG|500||recieved notification from broker: { "distributionID": "f196883d-1cf1-4550-98f8-f9a2b4af1471", "consumerID": "policy-id", "timestamp": 1654602487324, "artifactURL": "", "status": "COMPONENT_DONE_OK", "componentName": "POLICY" } Hibernate: select watchdogdi0_.DISTRIBUTION_ID as distribu1_11_0_, watchdogdi0_.CREATE_TIME as create_t2_11_0_, watchdogdi0_.DISTRIBUTION_ID_STATUS as distribu3_11_0_, watchdogdi0_.MODIFY_TIME as modify_t4_11_0_, watchdogdi0_.LOCK_VERSION as lock_ver5_11_0_ from watchdog_distributionid_status watchdogdi0_ where watchdogdi0_.DISTRIBUTION_ID=? 2022-06-07T11:48:35.886Z||pool-2-thread-3|||||DEBUG|500||Receive a callback componentStatus in ASDC, for componentName: POLICY and status of COMPONENT_DONE_OK distributionID of f196883d-1cf1-4550-98f8-f9a2b4af1471 2022-06-07T11:48:35.886Z||pool-2-thread-3|||||DEBUG|500||Entering installTheComponentStatus for distributionId f196883d-1cf1-4550-98f8-f9a2b4af1471 and ComponentName POLICY Hibernate: select watchdogco0_.COMPONENT_NAME as componen1_12_0_, watchdogco0_.DISTRIBUTION_ID as distribu2_12_0_, watchdogco0_.COMPONENT_DISTRIBUTION_STATUS as componen3_12_0_, watchdogco0_.CREATE_TIME as create_t4_12_0_, watchdogco0_.MODIFY_TIME as modify_t5_12_0_ from watchdog_per_component_distribution_status watchdogco0_ where watchdogco0_.COMPONENT_NAME=? and watchdogco0_.DISTRIBUTION_ID=? Hibernate: insert into watchdog_per_component_distribution_status (COMPONENT_DISTRIBUTION_STATUS, CREATE_TIME, MODIFY_TIME, COMPONENT_NAME, DISTRIBUTION_ID) values (?, ?, ?, ?, ?) 2022-06-07T11:48:35.893Z||pool-2-thread-3|||||DEBUG|500||received message from topic 2022-06-07T11:48:35.893Z||pool-2-thread-3|||||DEBUG|500||recieved notification from broker: { "distributionID": "f196883d-1cf1-4550-98f8-f9a2b4af1471", "consumerID": "aai-ml", "timestamp": 1654602489799, "artifactURL": "/sdc/v1/catalog/services/DemoPnfM56zyfv3rseze5aurnnn/1.0/artifacts/service-DemoPnfM56zyfv3rseze5aurnnn-csar.csar", "status": "DEPLOY_OK" } 2022-06-07T11:48:35.894Z||pool-2-thread-3|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error' 2022-06-07T11:48:35.894Z||pool-2-thread-3|||||DEBUG|500||received message from topic 2022-06-07T11:48:35.894Z||pool-2-thread-3|||||DEBUG|500||recieved notification from broker: { "distributionID": "f196883d-1cf1-4550-98f8-f9a2b4af1471", "consumerID": "aai-ml", "timestamp": 1654602490802, "artifactURL": "", "status": "COMPONENT_DONE_OK", "componentName": "AAI" } Hibernate: select watchdogdi0_.DISTRIBUTION_ID as distribu1_11_0_, watchdogdi0_.CREATE_TIME as create_t2_11_0_, watchdogdi0_.DISTRIBUTION_ID_STATUS as distribu3_11_0_, watchdogdi0_.MODIFY_TIME as modify_t4_11_0_, watchdogdi0_.LOCK_VERSION as lock_ver5_11_0_ from watchdog_distributionid_status watchdogdi0_ where watchdogdi0_.DISTRIBUTION_ID=? 2022-06-07T11:48:35.898Z||pool-2-thread-3|||||DEBUG|500||Receive a callback componentStatus in ASDC, for componentName: AAI and status of COMPONENT_DONE_OK distributionID of f196883d-1cf1-4550-98f8-f9a2b4af1471 2022-06-07T11:48:35.898Z||pool-2-thread-3|||||DEBUG|500||Entering installTheComponentStatus for distributionId f196883d-1cf1-4550-98f8-f9a2b4af1471 and ComponentName AAI Hibernate: select watchdogco0_.COMPONENT_NAME as componen1_12_0_, watchdogco0_.DISTRIBUTION_ID as distribu2_12_0_, watchdogco0_.COMPONENT_DISTRIBUTION_STATUS as componen3_12_0_, watchdogco0_.CREATE_TIME as create_t4_12_0_, watchdogco0_.MODIFY_TIME as modify_t5_12_0_ from watchdog_per_component_distribution_status watchdogco0_ where watchdogco0_.COMPONENT_NAME=? and watchdogco0_.DISTRIBUTION_ID=? Hibernate: insert into watchdog_per_component_distribution_status (COMPONENT_DISTRIBUTION_STATUS, CREATE_TIME, MODIFY_TIME, COMPONENT_NAME, DISTRIBUTION_ID) values (?, ?, ?, ?, ?) 2022-06-07T11:48:35.906Z||pool-2-thread-3|||||DEBUG|500||received message from topic 2022-06-07T11:48:35.906Z||pool-2-thread-3|||||DEBUG|500||recieved notification from broker: { "distributionID": "f196883d-1cf1-4550-98f8-f9a2b4af1471", "consumerID": "clamp", "timestamp": 1654602493395, "artifactURL": "/sdc/v1/catalog/services/DemoPnfM56zyfv3rseze5aurnnn/1.0/resourceInstances/pnfc414e67e59f70/artifacts/vf-license-model.xml", "status": "NOT_NOTIFIED" } 2022-06-07T11:48:35.907Z||pool-2-thread-3|||||INFO|500||Missing status on Status Object. 2022-06-07T11:48:35.907Z||pool-2-thread-3|||||DEBUG|500||received message from topic 2022-06-07T11:48:35.907Z||pool-2-thread-3|||||DEBUG|500||recieved notification from broker: { "distributionID": "f196883d-1cf1-4550-98f8-f9a2b4af1471", "consumerID": "clamp", "timestamp": 1654602493395, "artifactURL": "/sdc/v1/catalog/services/DemoPnfM56zyfv3rseze5aurnnn/1.0/resourceInstances/pnfc414e67e59f70/artifacts/pNF.csar", "status": "NOT_NOTIFIED" } 2022-06-07T11:48:35.907Z||pool-2-thread-3|||||INFO|500||Missing status on Status Object. 2022-06-07T11:48:35.907Z||pool-2-thread-3|||||DEBUG|500||received message from topic 2022-06-07T11:48:35.908Z||pool-2-thread-3|||||DEBUG|500||recieved notification from broker: { "distributionID": "f196883d-1cf1-4550-98f8-f9a2b4af1471", "consumerID": "clamp", "timestamp": 1654602493395, "artifactURL": "/sdc/v1/catalog/services/DemoPnfM56zyfv3rseze5aurnnn/1.0/resourceInstances/pnfc414e67e59f70/artifacts/mynetconf.yang", "status": "NOT_NOTIFIED" } 2022-06-07T11:48:35.908Z||pool-2-thread-3|||||INFO|500||Missing status on Status Object. 2022-06-07T11:48:35.908Z||pool-2-thread-3|||||DEBUG|500||received message from topic 2022-06-07T11:48:35.908Z||pool-2-thread-3|||||DEBUG|500||recieved notification from broker: { "distributionID": "f196883d-1cf1-4550-98f8-f9a2b4af1471", "consumerID": "sdc-COpenSource-Env11-sdnc-dockero", "timestamp": 1654602497056, "artifactURL": "/sdc/v1/catalog/services/DemoPnfM56zyfv3rseze5aurnnn/1.0/resourceInstances/pnfc414e67e59f70/artifacts/vf-license-model.xml", "status": "NOT_NOTIFIED" } 2022-06-07T11:48:35.908Z||pool-2-thread-3|||||INFO|500||Missing status on Status Object. 2022-06-07T11:48:35.909Z||pool-2-thread-3|||||DEBUG|500||received message from topic 2022-06-07T11:48:35.909Z||pool-2-thread-3|||||DEBUG|500||recieved notification from broker: { "distributionID": "f196883d-1cf1-4550-98f8-f9a2b4af1471", "consumerID": "clamp", "timestamp": 1654602493395, "artifactURL": "/sdc/v1/catalog/services/DemoPnfM56zyfv3rseze5aurnnn/1.0/resourceInstances/pnfc414e67e59f70/artifacts/vendor-license-model.xml", "status": "NOT_NOTIFIED" } 2022-06-07T11:48:35.909Z||pool-2-thread-3|||||INFO|500||Missing status on Status Object. 2022-06-07T11:48:35.909Z||pool-2-thread-3|||||DEBUG|500||received message from topic 2022-06-07T11:48:35.909Z||pool-2-thread-3|||||DEBUG|500||recieved notification from broker: { "distributionID": "f196883d-1cf1-4550-98f8-f9a2b4af1471", "consumerID": "sdc-COpenSource-Env11-sdnc-dockero", "timestamp": 1654602497056, "artifactURL": "/sdc/v1/catalog/services/DemoPnfM56zyfv3rseze5aurnnn/1.0/resourceInstances/pnfc414e67e59f70/artifacts/pNF.csar", "status": "NOT_NOTIFIED" } 2022-06-07T11:48:35.910Z||pool-2-thread-3|||||INFO|500||Missing status on Status Object. 2022-06-07T11:48:35.910Z||pool-2-thread-3|||||DEBUG|500||received message from topic 2022-06-07T11:48:35.910Z||pool-2-thread-3|||||DEBUG|500||recieved notification from broker: { "distributionID": "f196883d-1cf1-4550-98f8-f9a2b4af1471", "consumerID": "clamp", "timestamp": 1654602493395, "artifactURL": "/sdc/v1/catalog/services/DemoPnfM56zyfv3rseze5aurnnn/1.0/resourceInstances/pnfc414e67e59f70/artifacts/PM_Dictionary.yaml", "status": "NOT_NOTIFIED" } 2022-06-07T11:48:35.910Z||pool-2-thread-3|||||INFO|500||Missing status on Status Object. 2022-06-07T11:48:35.910Z||pool-2-thread-3|||||DEBUG|500||received message from topic 2022-06-07T11:48:35.910Z||pool-2-thread-3|||||DEBUG|500||recieved notification from broker: { "distributionID": "f196883d-1cf1-4550-98f8-f9a2b4af1471", "consumerID": "sdc-COpenSource-Env11-sdnc-dockero", "timestamp": 1654602497056, "artifactURL": "/sdc/v1/catalog/services/DemoPnfM56zyfv3rseze5aurnnn/1.0/resourceInstances/pnfc414e67e59f70/artifacts/mynetconf.yang", "status": "NOT_NOTIFIED" } 2022-06-07T11:48:35.911Z||pool-2-thread-3|||||INFO|500||Missing status on Status Object. 2022-06-07T11:48:35.911Z||pool-2-thread-3|||||DEBUG|500||received message from topic 2022-06-07T11:48:35.911Z||pool-2-thread-3|||||DEBUG|500||recieved notification from broker: { "distributionID": "f196883d-1cf1-4550-98f8-f9a2b4af1471", "consumerID": "clamp", "timestamp": 1654602493395, "artifactURL": "/sdc/v1/catalog/services/DemoPnfM56zyfv3rseze5aurnnn/1.0/resourceInstances/pnfc414e67e59f70/artifacts/MyPnf_Pnf_v1.yaml", "status": "NOT_NOTIFIED" } 2022-06-07T11:48:35.911Z||pool-2-thread-3|||||INFO|500||Missing status on Status Object. 2022-06-07T11:48:35.911Z||pool-2-thread-3|||||DEBUG|500||received message from topic 2022-06-07T11:48:35.911Z||pool-2-thread-3|||||DEBUG|500||recieved notification from broker: { "distributionID": "f196883d-1cf1-4550-98f8-f9a2b4af1471", "consumerID": "sdc-COpenSource-Env11-sdnc-dockero", "timestamp": 1654602497056, "artifactURL": "/sdc/v1/catalog/services/DemoPnfM56zyfv3rseze5aurnnn/1.0/resourceInstances/pnfc414e67e59f70/artifacts/vendor-license-model.xml", "status": "NOT_NOTIFIED" } 2022-06-07T11:48:35.911Z||pool-2-thread-3|||||INFO|500||Missing status on Status Object. 2022-06-07T11:48:35.912Z||pool-2-thread-3|||||DEBUG|500||received message from topic 2022-06-07T11:48:35.912Z||pool-2-thread-3|||||DEBUG|500||recieved notification from broker: { "distributionID": "f196883d-1cf1-4550-98f8-f9a2b4af1471", "consumerID": "clamp", "timestamp": 1654602493395, "artifactURL": "/sdc/v1/catalog/services/DemoPnfM56zyfv3rseze5aurnnn/1.0/artifacts/service-DemoPnfM56zyfv3rseze5aurnnn-template.yml", "status": "NOT_NOTIFIED" } 2022-06-07T11:48:35.912Z||pool-2-thread-3|||||INFO|500||Missing status on Status Object. 2022-06-07T11:48:35.912Z||pool-2-thread-3|||||DEBUG|500||received message from topic 2022-06-07T11:48:35.912Z||pool-2-thread-3|||||DEBUG|500||recieved notification from broker: { "distributionID": "f196883d-1cf1-4550-98f8-f9a2b4af1471", "consumerID": "sdc-COpenSource-Env11-sdnc-dockero", "timestamp": 1654602497056, "artifactURL": "/sdc/v1/catalog/services/DemoPnfM56zyfv3rseze5aurnnn/1.0/resourceInstances/pnfc414e67e59f70/artifacts/PM_Dictionary.yaml", "status": "NOT_NOTIFIED" } 2022-06-07T11:48:35.912Z||pool-2-thread-3|||||INFO|500||Missing status on Status Object. 2022-06-07T11:48:35.913Z||pool-2-thread-3|||||DEBUG|500||received message from topic 2022-06-07T11:48:35.913Z||pool-2-thread-3|||||DEBUG|500||recieved notification from broker: { "distributionID": "f196883d-1cf1-4550-98f8-f9a2b4af1471", "consumerID": "clamp", "timestamp": 1654602493395, "artifactURL": "/sdc/v1/catalog/services/DemoPnfM56zyfv3rseze5aurnnn/1.0/artifacts/service-DemoPnfM56zyfv3rseze5aurnnn-csar.csar", "status": "NOTIFIED" } 2022-06-07T11:48:35.913Z||pool-2-thread-3|||||INFO|500||Missing status on Status Object. 2022-06-07T11:48:35.913Z||pool-2-thread-3|||||DEBUG|500||received message from topic 2022-06-07T11:48:35.913Z||pool-2-thread-3|||||DEBUG|500||recieved notification from broker: { "distributionID": "f196883d-1cf1-4550-98f8-f9a2b4af1471", "consumerID": "sdc-COpenSource-Env11-sdnc-dockero", "timestamp": 1654602497056, "artifactURL": "/sdc/v1/catalog/services/DemoPnfM56zyfv3rseze5aurnnn/1.0/resourceInstances/pnfc414e67e59f70/artifacts/MyPnf_Pnf_v1.yaml", "status": "NOT_NOTIFIED" } 2022-06-07T11:48:35.913Z||pool-2-thread-3|||||INFO|500||Missing status on Status Object. 2022-06-07T11:48:35.913Z||pool-2-thread-3|||||DEBUG|500||received message from topic 2022-06-07T11:48:35.913Z||pool-2-thread-3|||||DEBUG|500||recieved notification from broker: { "distributionID": "f196883d-1cf1-4550-98f8-f9a2b4af1471", "consumerID": "sdc-COpenSource-Env11-sdnc-dockero", "timestamp": 1654602497056, "artifactURL": "/sdc/v1/catalog/services/DemoPnfM56zyfv3rseze5aurnnn/1.0/artifacts/service-DemoPnfM56zyfv3rseze5aurnnn-template.yml", "status": "NOT_NOTIFIED" } 2022-06-07T11:48:35.914Z||pool-2-thread-3|||||INFO|500||Missing status on Status Object. 2022-06-07T11:48:35.914Z||pool-2-thread-3|||||DEBUG|500||received message from topic 2022-06-07T11:48:35.914Z||pool-2-thread-3|||||DEBUG|500||recieved notification from broker: { "distributionID": "f196883d-1cf1-4550-98f8-f9a2b4af1471", "consumerID": "sdc-COpenSource-Env11-sdnc-dockero", "timestamp": 1654602497056, "artifactURL": "/sdc/v1/catalog/services/DemoPnfM56zyfv3rseze5aurnnn/1.0/artifacts/service-DemoPnfM56zyfv3rseze5aurnnn-csar.csar", "status": "NOTIFIED" } 2022-06-07T11:48:35.914Z||pool-2-thread-3|||||INFO|500||Missing status on Status Object. 2022-06-07T11:48:35.914Z||pool-2-thread-3|||||DEBUG|500||received message from topic 2022-06-07T11:48:35.914Z||pool-2-thread-3|||||DEBUG|500||recieved notification from broker: { "distributionID": "f196883d-1cf1-4550-98f8-f9a2b4af1471", "consumerID": "sdc-COpenSource-Env11-sdnc-dockero", "timestamp": 1654602505912, "artifactURL": "/sdc/v1/catalog/services/DemoPnfM56zyfv3rseze5aurnnn/1.0/artifacts/service-DemoPnfM56zyfv3rseze5aurnnn-csar.csar", "status": "DOWNLOAD_OK" } 2022-06-07T11:48:35.915Z||pool-2-thread-3|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error' 2022-06-07T11:48:35.915Z||pool-2-thread-3|||||DEBUG|500||received message from topic 2022-06-07T11:48:35.915Z||pool-2-thread-3|||||DEBUG|500||recieved notification from broker: { "distributionID": "f196883d-1cf1-4550-98f8-f9a2b4af1471", "consumerID": "sdc-COpenSource-Env11-sdnc-dockero", "timestamp": 1654602507972, "artifactURL": "/sdc/v1/catalog/services/DemoPnfM56zyfv3rseze5aurnnn/1.0/artifacts/service-DemoPnfM56zyfv3rseze5aurnnn-csar.csar", "status": "DEPLOY_OK" } 2022-06-07T11:48:35.915Z||pool-2-thread-3|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error' 2022-06-07T11:48:35.915Z||pool-2-thread-3|||||DEBUG|500||received message from topic 2022-06-07T11:48:35.915Z||pool-2-thread-3|||||DEBUG|500||recieved notification from broker: { "distributionID": "f196883d-1cf1-4550-98f8-f9a2b4af1471", "consumerID": "sdc-COpenSource-Env11-sdnc-dockero", "timestamp": 1654602508977, "artifactURL": "", "status": "COMPONENT_DONE_OK", "componentName": "SDNC" } Hibernate: select watchdogdi0_.DISTRIBUTION_ID as distribu1_11_0_, watchdogdi0_.CREATE_TIME as create_t2_11_0_, watchdogdi0_.DISTRIBUTION_ID_STATUS as distribu3_11_0_, watchdogdi0_.MODIFY_TIME as modify_t4_11_0_, watchdogdi0_.LOCK_VERSION as lock_ver5_11_0_ from watchdog_distributionid_status watchdogdi0_ where watchdogdi0_.DISTRIBUTION_ID=? 2022-06-07T11:48:35.920Z||pool-2-thread-3|||||DEBUG|500||Receive a callback componentStatus in ASDC, for componentName: SDNC and status of COMPONENT_DONE_OK distributionID of f196883d-1cf1-4550-98f8-f9a2b4af1471 2022-06-07T11:48:35.920Z||pool-2-thread-3|||||DEBUG|500||Entering installTheComponentStatus for distributionId f196883d-1cf1-4550-98f8-f9a2b4af1471 and ComponentName SDNC Hibernate: select watchdogco0_.COMPONENT_NAME as componen1_12_0_, watchdogco0_.DISTRIBUTION_ID as distribu2_12_0_, watchdogco0_.COMPONENT_DISTRIBUTION_STATUS as componen3_12_0_, watchdogco0_.CREATE_TIME as create_t4_12_0_, watchdogco0_.MODIFY_TIME as modify_t5_12_0_ from watchdog_per_component_distribution_status watchdogco0_ where watchdogco0_.COMPONENT_NAME=? and watchdogco0_.DISTRIBUTION_ID=? Hibernate: insert into watchdog_per_component_distribution_status (COMPONENT_DISTRIBUTION_STATUS, CREATE_TIME, MODIFY_TIME, COMPONENT_NAME, DISTRIBUTION_ID) values (?, ?, ?, ?, ?) 2022-06-07T11:48:35.928Z||pool-2-thread-3|||||DEBUG|500||received message from topic 2022-06-07T11:48:35.928Z||pool-2-thread-3|||||DEBUG|500||recieved notification from broker: { "distributionID": "f196883d-1cf1-4550-98f8-f9a2b4af1471", "consumerID": "clamp", "timestamp": 1654602514474, "artifactURL": "/sdc/v1/catalog/services/DemoPnfM56zyfv3rseze5aurnnn/1.0/artifacts/service-DemoPnfM56zyfv3rseze5aurnnn-csar.csar", "status": "DOWNLOAD_OK" } 2022-06-07T11:48:35.928Z||pool-2-thread-3|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error' 2022-06-07T11:48:36.294Z|550181af-a9b8-4aac-a3f6-eee3dc0b4bd5|pool-2-thread-5|||||INFO|500|| --> HTTP/1.1 200 OK 2022-06-07T11:48:36.295Z|550181af-a9b8-4aac-a3f6-eee3dc0b4bd5|pool-2-thread-5|||||DEBUG|500||received message from topic 2022-06-07T11:48:36.295Z|550181af-a9b8-4aac-a3f6-eee3dc0b4bd5|pool-2-thread-5|||||DEBUG|500||recieved notification from broker: {"distributionID":"f196883d-1cf1-4550-98f8-f9a2b4af1471","serviceName":"Demo_pNF_m56ZYFV3rSeze5aUrnnN","serviceVersion":"1.0","serviceUUID":"987dce59-3842-4624-abef-88e63c065406","serviceDescription":"catalog service description","serviceInvariantUUID":"3ca5295e-7fb8-4bb5-991f-3cb14020fc0a","resources":[{"resourceInstanceName":"pNF c414e67e-59f7 0","resourceName":"pNF c414e67e-59f7","resourceVersion":"1.0","resoucreType":"PNF","resourceUUID":"9eaee76d-be5b-44a4-9777-f8a937d63b50","resourceInvariantUUID":"97ef41b0-aa91-4fb8-9295-7872b85aa05c","resourceCustomizationUUID":"592d1d92-41f0-4745-a4b2-363997a52268","category":"Generic","subcategory":"Abstract","artifacts":[{"artifactName":"vf-license-model.xml","artifactType":"VF_LICENSE","artifactURL":"/sdc/v1/catalog/services/DemoPnfM56zyfv3rseze5aurnnn/1.0/resourceInstances/pnfc414e67e59f70/artifacts/vf-license-model.xml","artifactChecksum":"YTIyOGZmOTI5ZGI2ODY2YWJiZDg4NGY1Y2FhYTEwZTU\u003d","artifactDescription":"VF license file","artifactTimeout":0,"artifactUUID":"8a2304b8-e1c5-4e66-91a0-861d4c81e583","artifactVersion":"1"},{"artifactName":"pNF.csar","artifactType":"ETSI_PACKAGE","artifactURL":"/sdc/v1/catalog/services/DemoPnfM56zyfv3rseze5aurnnn/1.0/resourceInstances/pnfc414e67e59f70/artifacts/pNF.csar","artifactChecksum":"NjE2OGU2NjU1ODRlYmM3ZmViMTJiMzY4OGI0ZjhiNDY\u003d","artifactDescription":"Artifact created from csar","artifactTimeout":0,"artifactUUID":"27fc723e-a6b2-4785-b73d-dc7b1608e84b","artifactVersion":"1"},{"artifactName":"mynetconf.yang","artifactType":"YANG_MODULE","artifactURL":"/sdc/v1/catalog/services/DemoPnfM56zyfv3rseze5aurnnn/1.0/resourceInstances/pnfc414e67e59f70/artifacts/mynetconf.yang","artifactChecksum":"N2Q1MDkxNjUwYzU1MWI2OTUzNmY4YTc3YmQ2YTlkZTc\u003d","artifactDescription":"Artifact created from csar","artifactTimeout":0,"artifactUUID":"4abf5971-fb21-45e0-b439-42eba45f259f","artifactVersion":"1"},{"artifactName":"vendor-license-model.xml","artifactType":"VENDOR_LICENSE","artifactURL":"/sdc/v1/catalog/services/DemoPnfM56zyfv3rseze5aurnnn/1.0/resourceInstances/pnfc414e67e59f70/artifacts/vendor-license-model.xml","artifactChecksum":"ZTdmNTY0YjBhNDAwZDk3YmRhYjhhOTUzNWI0MjAwY2Q\u003d","artifactDescription":" Vendor license file","artifactTimeout":0,"artifactUUID":"d1e4aee9-70e0-481c-93f5-4baa1bdda071","artifactVersion":"1"},{"artifactName":"PM_Dictionary.yaml","artifactType":"PM_DICTIONARY","artifactURL":"/sdc/v1/catalog/services/DemoPnfM56zyfv3rseze5aurnnn/1.0/resourceInstances/pnfc414e67e59f70/artifacts/PM_Dictionary.yaml","artifactChecksum":"ZDJlYTVlNjA2ZGRhOTc3MDBkODVjNmEyMjA2OTA5YTE\u003d","artifactDescription":"Artifact created from csar","artifactTimeout":0,"artifactUUID":"2cd1e7bc-4ecd-40db-bcba-a40ea17e09d3","artifactVersion":"1"},{"artifactName":"MyPnf_Pnf_v1.yaml","artifactType":"VES_EVENTS","artifactURL":"/sdc/v1/catalog/services/DemoPnfM56zyfv3rseze5aurnnn/1.0/resourceInstances/pnfc414e67e59f70/artifacts/MyPnf_Pnf_v1.yaml","artifactChecksum":"ZTllOGUwNjdiYWEyMWJhZDc4NjNlOGNmNGJkZWVlMWY\u003d","artifactDescription":"Artifact created from csar","artifactTimeout":0,"artifactUUID":"e9b13fba-d9b1-406c-939d-ea479224cbdc","artifactVersion":"1"}]}],"serviceArtifacts":[{"artifactName":"service-DemoPnfM56zyfv3rseze5aurnnn-template.yml","artifactType":"TOSCA_TEMPLATE","artifactURL":"/sdc/v1/catalog/services/DemoPnfM56zyfv3rseze5aurnnn/1.0/artifacts/service-DemoPnfM56zyfv3rseze5aurnnn-template.yml","artifactChecksum":"NzUyMjAxMjcyMmY0ZTQxMzhiZjkwMjJjNWEwZTZiOTc\u003d","artifactDescription":"TOSCA representation of the asset","artifactTimeout":0,"artifactUUID":"a42d7aaa-b4f0-46fb-8950-47aca40ded86","artifactVersion":"1"},{"artifactName":"service-DemoPnfM56zyfv3rseze5aurnnn-csar.csar","artifactType":"TOSCA_CSAR","artifactURL":"/sdc/v1/catalog/services/DemoPnfM56zyfv3rseze5aurnnn/1.0/artifacts/service-DemoPnfM56zyfv3rseze5aurnnn-csar.csar","artifactChecksum":"MDA3OTFjZjdmOTA3NGFmZTYxOTk2N2U4ODk5Njc3OTc\u003d","artifactDescription":"TOSCA definition package of the asset","artifactTimeout":0,"artifactUUID":"2cf3e596-3288-467f-abb2-40dd5210a9fe","artifactVersion":"1"}],"workloadContext":"Production"} 2022-06-07T11:48:36.297Z|550181af-a9b8-4aac-a3f6-eee3dc0b4bd5|pool-2-thread-5|||||INFO|500||DistributionClient - sendNotificationStatus 2022-06-07T11:48:36.298Z|550181af-a9b8-4aac-a3f6-eee3dc0b4bd5|pool-2-thread-5|||||INFO|500||DistributionClient - sendStatus 2022-06-07T11:48:36.301Z|550181af-a9b8-4aac-a3f6-eee3dc0b4bd5|pool-2-thread-5|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap] 2022-06-07T11:48:36.301Z|550181af-a9b8-4aac-a3f6-eee3dc0b4bd5|pool-2-thread-5|||||DEBUG|500||try to send status { "distributionID": "f196883d-1cf1-4550-98f8-f9a2b4af1471", "consumerID": "SO-COpenSource-Env11", "timestamp": 1654602515640, "artifactURL": "/sdc/v1/catalog/services/DemoPnfM56zyfv3rseze5aurnnn/1.0/resourceInstances/pnfc414e67e59f70/artifacts/vf-license-model.xml", "status": "NOT_NOTIFIED" } 2022-06-07T11:48:36.401Z||pool-89-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms 2022-06-07T11:48:36.402Z||pool-89-thread-1|||||WARN|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO will send credentials over a clear channel. 2022-06-07T11:48:36.402Z||pool-89-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as rACJoekZgDKIBPEP) ... 2022-06-07T11:48:36.419Z||pool-89-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK 2022-06-07T11:48:36.420Z||pool-89-thread-1|||||INFO|500||cambria reply ok (18 ms):{"serverTimeMs":0,"count":1} 2022-06-07T11:48:37.302Z|550181af-a9b8-4aac-a3f6-eee3dc0b4bd5|pool-2-thread-5|||||INFO|500||DistributionClient - sendNotificationStatus 2022-06-07T11:48:37.302Z|550181af-a9b8-4aac-a3f6-eee3dc0b4bd5|pool-2-thread-5|||||INFO|500||DistributionClient - sendStatus 2022-06-07T11:48:37.310Z|550181af-a9b8-4aac-a3f6-eee3dc0b4bd5|pool-2-thread-5|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap] 2022-06-07T11:48:37.311Z|550181af-a9b8-4aac-a3f6-eee3dc0b4bd5|pool-2-thread-5|||||DEBUG|500||try to send status { "distributionID": "f196883d-1cf1-4550-98f8-f9a2b4af1471", "consumerID": "SO-COpenSource-Env11", "timestamp": 1654602515640, "artifactURL": "/sdc/v1/catalog/services/DemoPnfM56zyfv3rseze5aurnnn/1.0/resourceInstances/pnfc414e67e59f70/artifacts/pNF.csar", "status": "NOT_NOTIFIED" } 2022-06-07T11:48:37.411Z||pool-90-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms 2022-06-07T11:48:37.411Z||pool-90-thread-1|||||WARN|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO will send credentials over a clear channel. 2022-06-07T11:48:37.412Z||pool-90-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as rACJoekZgDKIBPEP) ... 2022-06-07T11:48:37.430Z||pool-90-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK 2022-06-07T11:48:37.430Z||pool-90-thread-1|||||INFO|500||cambria reply ok (19 ms):{"serverTimeMs":0,"count":1} 2022-06-07T11:48:38.311Z|550181af-a9b8-4aac-a3f6-eee3dc0b4bd5|pool-2-thread-5|||||INFO|500||DistributionClient - sendNotificationStatus 2022-06-07T11:48:38.312Z|550181af-a9b8-4aac-a3f6-eee3dc0b4bd5|pool-2-thread-5|||||INFO|500||DistributionClient - sendStatus 2022-06-07T11:48:38.313Z|550181af-a9b8-4aac-a3f6-eee3dc0b4bd5|pool-2-thread-5|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap] 2022-06-07T11:48:38.314Z|550181af-a9b8-4aac-a3f6-eee3dc0b4bd5|pool-2-thread-5|||||DEBUG|500||try to send status { "distributionID": "f196883d-1cf1-4550-98f8-f9a2b4af1471", "consumerID": "SO-COpenSource-Env11", "timestamp": 1654602515640, "artifactURL": "/sdc/v1/catalog/services/DemoPnfM56zyfv3rseze5aurnnn/1.0/resourceInstances/pnfc414e67e59f70/artifacts/mynetconf.yang", "status": "NOT_NOTIFIED" } 2022-06-07T11:48:38.415Z||pool-91-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms 2022-06-07T11:48:38.415Z||pool-91-thread-1|||||WARN|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO will send credentials over a clear channel. 2022-06-07T11:48:38.415Z||pool-91-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as rACJoekZgDKIBPEP) ... 2022-06-07T11:48:38.438Z||pool-91-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK 2022-06-07T11:48:38.438Z||pool-91-thread-1|||||INFO|500||cambria reply ok (23 ms):{"serverTimeMs":0,"count":1} 2022-06-07T11:48:39.314Z|550181af-a9b8-4aac-a3f6-eee3dc0b4bd5|pool-2-thread-5|||||INFO|500||DistributionClient - sendNotificationStatus 2022-06-07T11:48:39.315Z|550181af-a9b8-4aac-a3f6-eee3dc0b4bd5|pool-2-thread-5|||||INFO|500||DistributionClient - sendStatus 2022-06-07T11:48:39.318Z|550181af-a9b8-4aac-a3f6-eee3dc0b4bd5|pool-2-thread-5|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap] 2022-06-07T11:48:39.318Z|550181af-a9b8-4aac-a3f6-eee3dc0b4bd5|pool-2-thread-5|||||DEBUG|500||try to send status { "distributionID": "f196883d-1cf1-4550-98f8-f9a2b4af1471", "consumerID": "SO-COpenSource-Env11", "timestamp": 1654602515640, "artifactURL": "/sdc/v1/catalog/services/DemoPnfM56zyfv3rseze5aurnnn/1.0/resourceInstances/pnfc414e67e59f70/artifacts/vendor-license-model.xml", "status": "NOT_NOTIFIED" } 2022-06-07T11:48:39.419Z||pool-92-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms 2022-06-07T11:48:39.420Z||pool-92-thread-1|||||WARN|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO will send credentials over a clear channel. 2022-06-07T11:48:39.420Z||pool-92-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as rACJoekZgDKIBPEP) ... 2022-06-07T11:48:39.436Z||pool-92-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK 2022-06-07T11:48:39.436Z||pool-92-thread-1|||||INFO|500||cambria reply ok (17 ms):{"serverTimeMs":0,"count":1} 2022-06-07T11:48:40.320Z|550181af-a9b8-4aac-a3f6-eee3dc0b4bd5|pool-2-thread-5|||||INFO|500||DistributionClient - sendNotificationStatus 2022-06-07T11:48:40.320Z|550181af-a9b8-4aac-a3f6-eee3dc0b4bd5|pool-2-thread-5|||||INFO|500||DistributionClient - sendStatus 2022-06-07T11:48:40.322Z|550181af-a9b8-4aac-a3f6-eee3dc0b4bd5|pool-2-thread-5|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap] 2022-06-07T11:48:40.322Z|550181af-a9b8-4aac-a3f6-eee3dc0b4bd5|pool-2-thread-5|||||DEBUG|500||try to send status { "distributionID": "f196883d-1cf1-4550-98f8-f9a2b4af1471", "consumerID": "SO-COpenSource-Env11", "timestamp": 1654602515640, "artifactURL": "/sdc/v1/catalog/services/DemoPnfM56zyfv3rseze5aurnnn/1.0/resourceInstances/pnfc414e67e59f70/artifacts/PM_Dictionary.yaml", "status": "NOT_NOTIFIED" } 2022-06-07T11:48:40.422Z||pool-93-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 99 ms 2022-06-07T11:48:40.424Z||pool-93-thread-1|||||WARN|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO will send credentials over a clear channel. 2022-06-07T11:48:40.424Z||pool-93-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as rACJoekZgDKIBPEP) ... 2022-06-07T11:48:40.452Z||pool-93-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK 2022-06-07T11:48:40.453Z||pool-93-thread-1|||||INFO|500||cambria reply ok (30 ms):{"serverTimeMs":1,"count":1} 2022-06-07T11:48:41.323Z|550181af-a9b8-4aac-a3f6-eee3dc0b4bd5|pool-2-thread-5|||||INFO|500||DistributionClient - sendNotificationStatus 2022-06-07T11:48:41.323Z|550181af-a9b8-4aac-a3f6-eee3dc0b4bd5|pool-2-thread-5|||||INFO|500||DistributionClient - sendStatus 2022-06-07T11:48:41.326Z|550181af-a9b8-4aac-a3f6-eee3dc0b4bd5|pool-2-thread-5|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap] 2022-06-07T11:48:41.326Z|550181af-a9b8-4aac-a3f6-eee3dc0b4bd5|pool-2-thread-5|||||DEBUG|500||try to send status { "distributionID": "f196883d-1cf1-4550-98f8-f9a2b4af1471", "consumerID": "SO-COpenSource-Env11", "timestamp": 1654602515640, "artifactURL": "/sdc/v1/catalog/services/DemoPnfM56zyfv3rseze5aurnnn/1.0/resourceInstances/pnfc414e67e59f70/artifacts/MyPnf_Pnf_v1.yaml", "status": "NOT_NOTIFIED" } 2022-06-07T11:48:41.426Z||pool-94-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms 2022-06-07T11:48:41.427Z||pool-94-thread-1|||||WARN|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO will send credentials over a clear channel. 2022-06-07T11:48:41.428Z||pool-94-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as rACJoekZgDKIBPEP) ... 2022-06-07T11:48:41.445Z||pool-94-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK 2022-06-07T11:48:41.446Z||pool-94-thread-1|||||INFO|500||cambria reply ok (19 ms):{"serverTimeMs":1,"count":1} 2022-06-07T11:48:42.326Z|550181af-a9b8-4aac-a3f6-eee3dc0b4bd5|pool-2-thread-5|||||INFO|500||DistributionClient - sendNotificationStatus 2022-06-07T11:48:42.329Z|550181af-a9b8-4aac-a3f6-eee3dc0b4bd5|pool-2-thread-5|||||INFO|500||DistributionClient - sendStatus 2022-06-07T11:48:42.331Z|550181af-a9b8-4aac-a3f6-eee3dc0b4bd5|pool-2-thread-5|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap] 2022-06-07T11:48:42.331Z|550181af-a9b8-4aac-a3f6-eee3dc0b4bd5|pool-2-thread-5|||||DEBUG|500||try to send status { "distributionID": "f196883d-1cf1-4550-98f8-f9a2b4af1471", "consumerID": "SO-COpenSource-Env11", "timestamp": 1654602515640, "artifactURL": "/sdc/v1/catalog/services/DemoPnfM56zyfv3rseze5aurnnn/1.0/artifacts/service-DemoPnfM56zyfv3rseze5aurnnn-template.yml", "status": "NOT_NOTIFIED" } 2022-06-07T11:48:42.431Z||pool-95-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms 2022-06-07T11:48:42.432Z||pool-95-thread-1|||||WARN|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO will send credentials over a clear channel. 2022-06-07T11:48:42.432Z||pool-95-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as rACJoekZgDKIBPEP) ... 2022-06-07T11:48:42.474Z||pool-95-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK 2022-06-07T11:48:42.475Z||pool-95-thread-1|||||INFO|500||cambria reply ok (44 ms):{"serverTimeMs":1,"count":1} 2022-06-07T11:48:43.332Z|550181af-a9b8-4aac-a3f6-eee3dc0b4bd5|pool-2-thread-5|||||INFO|500||DistributionClient - sendNotificationStatus 2022-06-07T11:48:43.332Z|550181af-a9b8-4aac-a3f6-eee3dc0b4bd5|pool-2-thread-5|||||INFO|500||DistributionClient - sendStatus 2022-06-07T11:48:43.334Z|550181af-a9b8-4aac-a3f6-eee3dc0b4bd5|pool-2-thread-5|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap] 2022-06-07T11:48:43.334Z|550181af-a9b8-4aac-a3f6-eee3dc0b4bd5|pool-2-thread-5|||||DEBUG|500||try to send status { "distributionID": "f196883d-1cf1-4550-98f8-f9a2b4af1471", "consumerID": "SO-COpenSource-Env11", "timestamp": 1654602515640, "artifactURL": "/sdc/v1/catalog/services/DemoPnfM56zyfv3rseze5aurnnn/1.0/artifacts/service-DemoPnfM56zyfv3rseze5aurnnn-csar.csar", "status": "NOTIFIED" } 2022-06-07T11:48:43.435Z||pool-96-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 101 ms 2022-06-07T11:48:43.435Z||pool-96-thread-1|||||WARN|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO will send credentials over a clear channel. 2022-06-07T11:48:43.436Z||pool-96-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as rACJoekZgDKIBPEP) ... 2022-06-07T11:48:43.455Z||pool-96-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK 2022-06-07T11:48:43.456Z||pool-96-thread-1|||||INFO|500||cambria reply ok (20 ms):{"serverTimeMs":1,"count":1} 2022-06-07T11:48:44.335Z|550181af-a9b8-4aac-a3f6-eee3dc0b4bd5|pool-2-thread-5|||||DEBUG|500||sending notification to client: { "distributionID": "f196883d-1cf1-4550-98f8-f9a2b4af1471", "serviceName": "Demo_pNF_m56ZYFV3rSeze5aUrnnN", "serviceVersion": "1.0", "serviceUUID": "987dce59-3842-4624-abef-88e63c065406", "serviceDescription": "catalog service description", "serviceInvariantUUID": "3ca5295e-7fb8-4bb5-991f-3cb14020fc0a", "resources": [ { "resourceInstanceName": "pNF c414e67e-59f7 0", "resourceCustomizationUUID": "592d1d92-41f0-4745-a4b2-363997a52268", "resourceName": "pNF c414e67e-59f7", "resourceVersion": "1.0", "resoucreType": "PNF", "resourceUUID": "9eaee76d-be5b-44a4-9777-f8a937d63b50", "resourceInvariantUUID": "97ef41b0-aa91-4fb8-9295-7872b85aa05c", "category": "Generic", "subcategory": "Abstract", "artifacts": [] } ], "serviceArtifacts": [ { "artifactName": "service-DemoPnfM56zyfv3rseze5aurnnn-csar.csar", "artifactType": "TOSCA_CSAR", "artifactURL": "/sdc/v1/catalog/services/DemoPnfM56zyfv3rseze5aurnnn/1.0/artifacts/service-DemoPnfM56zyfv3rseze5aurnnn-csar.csar", "artifactChecksum": "MDA3OTFjZjdmOTA3NGFmZTYxOTk2N2U4ODk5Njc3OTc\u003d", "artifactDescription": "TOSCA definition package of the asset", "artifactTimeout": 0, "artifactVersion": "1", "artifactUUID": "2cf3e596-3288-467f-abb2-40dd5210a9fe" } ], "workloadContext": "Production" } 2022-06-07T11:48:44.336Z|550181af-a9b8-4aac-a3f6-eee3dc0b4bd5|pool-2-thread-5|||||DEBUG|500||Receive a callback notification in ASDC, nb of resources: 1 2022-06-07T11:48:44.336Z|550181af-a9b8-4aac-a3f6-eee3dc0b4bd5|pool-2-thread-5|||||INFO|500||ASDC_RECEIVE_CALLBACK_NOTIF 0 987dce59-3842-4624-abef-88e63c065406 ASDC 2022-06-07T11:48:44.337Z|f196883d-1cf1-4550-98f8-f9a2b4af1471|pool-2-thread-5|||||DEBUG|500||ASDC Notification: DistributionID:f196883d-1cf1-4550-98f8-f9a2b4af1471 ServiceName:Demo_pNF_m56ZYFV3rSeze5aUrnnN ServiceVersion:1.0 ServiceUUID:987dce59-3842-4624-abef-88e63c065406 ServiceInvariantUUID:3ca5295e-7fb8-4bb5-991f-3cb14020fc0a ServiceDescription:catalog service description Service Artifacts List: { Service Artifacts Info: ArtifactName:service-DemoPnfM56zyfv3rseze5aurnnn-csar.csar ArtifactVersion:1 ArtifactType:TOSCA_CSAR ArtifactDescription:TOSCA definition package of the asset ArtifactTimeout:0 ArtifactURL:/sdc/v1/catalog/services/DemoPnfM56zyfv3rseze5aurnnn/1.0/artifacts/service-DemoPnfM56zyfv3rseze5aurnnn-csar.csar ArtifactUUID:2cf3e596-3288-467f-abb2-40dd5210a9fe ArtifactChecksum:MDA3OTFjZjdmOTA3NGFmZTYxOTk2N2U4ODk5Njc3OTc= GeneratedArtifact:{NULL } RelatedArtifacts:{ } } Resource Instances List: { Resource Instance Info: ResourceInstanceName:pNF c414e67e-59f7 0 ResourceCustomizationUUID:592d1d92-41f0-4745-a4b2-363997a52268 ResourceInvariantUUID:97ef41b0-aa91-4fb8-9295-7872b85aa05c ResourceName:pNF c414e67e-59f7 ResourceType:PNF ResourceUUID:9eaee76d-be5b-44a4-9777-f8a937d63b50 ResourceVersion:1.0 Category:Generic SubCategory:Abstract Resource Artifacts List: NULL } 2022-06-07T11:48:44.337Z|f196883d-1cf1-4550-98f8-f9a2b4af1471|pool-2-thread-5|||||INFO|500||ASDC_RECEIVE_SERVICE_NOTIF 987dce59-3842-4624-abef-88e63c065406 ASDC treatNotification Hibernate: select watchdogse0_.DISTRIBUTION_ID as distribu1_13_0_, watchdogse0_.SERVICE_MODEL_VERSION_ID as service_2_13_0_, watchdogse0_.CONSUMER_ID as consumer3_13_0_, watchdogse0_.CREATE_TIME as create_t4_13_0_, watchdogse0_.DISTRIBUTION_NOTIFICATION as distribu5_13_0_ from watchdog_service_mod_ver_id_lookup watchdogse0_ where watchdogse0_.DISTRIBUTION_ID=? and watchdogse0_.SERVICE_MODEL_VERSION_ID=? Hibernate: insert into watchdog_service_mod_ver_id_lookup (CONSUMER_ID, CREATE_TIME, DISTRIBUTION_NOTIFICATION, DISTRIBUTION_ID, SERVICE_MODEL_VERSION_ID) values (?, ?, ?, ?, ?) Hibernate: select watchdogdi0_.DISTRIBUTION_ID as distribu1_11_0_, watchdogdi0_.CREATE_TIME as create_t2_11_0_, watchdogdi0_.DISTRIBUTION_ID_STATUS as distribu3_11_0_, watchdogdi0_.MODIFY_TIME as modify_t4_11_0_, watchdogdi0_.LOCK_VERSION as lock_ver5_11_0_ from watchdog_distributionid_status watchdogdi0_ where watchdogdi0_.DISTRIBUTION_ID=? Hibernate: update watchdog_distributionid_status set DISTRIBUTION_ID_STATUS=?, MODIFY_TIME=?, LOCK_VERSION=? where DISTRIBUTION_ID=? 2022-06-07T11:48:44.364Z|f196883d-1cf1-4550-98f8-f9a2b4af1471|pool-2-thread-5|||||INFO|500||Unable to find the system property mso.config.path, use the default configuration 2022-06-07T11:48:44.365Z|f196883d-1cf1-4550-98f8-f9a2b4af1471|pool-2-thread-5|||||INFO|500||MSO config path is: /app 2022-06-07T11:48:44.365Z|f196883d-1cf1-4550-98f8-f9a2b4af1471|pool-2-thread-5|||||INFO|500||MSO config path is: /app 2022-06-07T11:48:44.365Z|f196883d-1cf1-4550-98f8-f9a2b4af1471|pool-2-thread-5|||||INFO|500||Trying to download the artifact UUID: 2cf3e596-3288-467f-abb2-40dd5210a9fe from URL: /sdc/v1/catalog/services/DemoPnfM56zyfv3rseze5aurnnn/1.0/artifacts/service-DemoPnfM56zyfv3rseze5aurnnn-csar.csar 2022-06-07T11:48:44.365Z|f196883d-1cf1-4550-98f8-f9a2b4af1471|pool-2-thread-5|||||INFO|500||DistributionClient - download 2022-06-07T11:48:44.366Z|f196883d-1cf1-4550-98f8-f9a2b4af1471|pool-2-thread-5|||||DEBUG|500||url to send https://sdc-be.onap:8443/sdc/v1/catalog/services/DemoPnfM56zyfv3rseze5aurnnn/1.0/artifacts/service-DemoPnfM56zyfv3rseze5aurnnn-csar.csar 2022-06-07T11:48:44.465Z|f196883d-1cf1-4550-98f8-f9a2b4af1471|pool-2-thread-5|||||DEBUG|500||GET Response Status 200 2022-06-07T11:48:44.469Z|f196883d-1cf1-4550-98f8-f9a2b4af1471|pool-2-thread-5|||||INFO|500||ASDC_ARTIFACT_DOWNLOAD_SUC /sdc/v1/catalog/services/DemoPnfM56zyfv3rseze5aurnnn/1.0/artifacts/service-DemoPnfM56zyfv3rseze5aurnnn-csar.csar 2cf3e596-3288-467f-abb2-40dd5210a9fe 82644 2022-06-07T11:48:44.469Z|f196883d-1cf1-4550-98f8-f9a2b4af1471|pool-2-thread-5|||||INFO|500||ASDC_SEND_NOTIF_ASDC DOWNLOAD DOWNLOAD_OK /sdc/v1/catalog/services/DemoPnfM56zyfv3rseze5aurnnn/1.0/artifacts/service-DemoPnfM56zyfv3rseze5aurnnn-csar.csar ASDC sendASDCNotification 2022-06-07T11:48:44.469Z|f196883d-1cf1-4550-98f8-f9a2b4af1471|pool-2-thread-5|||||DEBUG|500||Sending DOWNLOAD(DOWNLOAD_OK) notification to ASDC for artifact:/sdc/v1/catalog/services/DemoPnfM56zyfv3rseze5aurnnn/1.0/artifacts/service-DemoPnfM56zyfv3rseze5aurnnn-csar.csar 2022-06-07T11:48:44.470Z|f196883d-1cf1-4550-98f8-f9a2b4af1471|pool-2-thread-5|||||INFO|500||DistributionClient - sendDownloadStatus 2022-06-07T11:48:44.470Z|f196883d-1cf1-4550-98f8-f9a2b4af1471|pool-2-thread-5|||||INFO|500||DistributionClient - sendStatus 2022-06-07T11:48:44.472Z|f196883d-1cf1-4550-98f8-f9a2b4af1471|pool-2-thread-5|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap] 2022-06-07T11:48:44.472Z|f196883d-1cf1-4550-98f8-f9a2b4af1471|pool-2-thread-5|||||DEBUG|500||try to send status { "distributionID": "f196883d-1cf1-4550-98f8-f9a2b4af1471", "consumerID": "SO-COpenSource-Env11", "timestamp": 1654602524469, "artifactURL": "/sdc/v1/catalog/services/DemoPnfM56zyfv3rseze5aurnnn/1.0/artifacts/service-DemoPnfM56zyfv3rseze5aurnnn-csar.csar", "status": "DOWNLOAD_OK" } 2022-06-07T11:48:44.572Z||pool-97-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms 2022-06-07T11:48:44.573Z||pool-97-thread-1|||||WARN|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO will send credentials over a clear channel. 2022-06-07T11:48:44.574Z||pool-97-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as rACJoekZgDKIBPEP) ... 2022-06-07T11:48:44.595Z||pool-97-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK 2022-06-07T11:48:44.596Z||pool-97-thread-1|||||INFO|500||cambria reply ok (23 ms):{"serverTimeMs":0,"count":1} 2022-06-07T11:48:45.472Z|f196883d-1cf1-4550-98f8-f9a2b4af1471|pool-2-thread-5|||||INFO|500||Unable to find the system property mso.config.path, use the default configuration 2022-06-07T11:48:45.473Z|f196883d-1cf1-4550-98f8-f9a2b4af1471|pool-2-thread-5|||||INFO|500||MSO config path is: /app 2022-06-07T11:48:45.473Z|f196883d-1cf1-4550-98f8-f9a2b4af1471|pool-2-thread-5|||||INFO|500||Trying to write artifact UUID: 2cf3e596-3288-467f-abb2-40dd5210a9fe, URL: /sdc/v1/catalog/services/DemoPnfM56zyfv3rseze5aurnnn/1.0/artifacts/service-DemoPnfM56zyfv3rseze5aurnnn-csar.csar to file: /app/ASDC/1/service-DemoPnfM56zyfv3rseze5aurnnn-csar.csar 2022-06-07T11:48:45.474Z|f196883d-1cf1-4550-98f8-f9a2b4af1471|pool-2-thread-5|||||INFO|500||ASDC_RECEIVE_SERVICE_NOTIF ***WRITE FILE ARTIFACT NAME ASDC service-DemoPnfM56zyfv3rseze5aurnnn-csar.csar 2022-06-07T11:48:45.474Z|f196883d-1cf1-4550-98f8-f9a2b4af1471|pool-2-thread-5|||||DEBUG|500||ASDC File path is: /app/ASDC/1/service-DemoPnfM56zyfv3rseze5aurnnn-csar.csar 2022-06-07T11:48:45.474Z|f196883d-1cf1-4550-98f8-f9a2b4af1471|pool-2-thread-5|||||INFO|500||ASDC_RECEIVE_SERVICE_NOTIF ***PATH ASDC /app/ASDC/1/service-DemoPnfM56zyfv3rseze5aurnnn-csar.csar 2022-06-07T11:48:45.650Z|f196883d-1cf1-4550-98f8-f9a2b4af1471|pool-2-thread-5|||||DEBUG|500||ToscaTemplate Loading YAMEL file /tmp/JTP7059775096491026937/Definitions/service-DemoPnfM56zyfv3rseze5aurnnn-template.yml 2022-06-07T11:48:46.496Z|f196883d-1cf1-4550-98f8-f9a2b4af1471|pool-2-thread-5|||||DEBUG|500||CSAR conformance level is 11.0 2022-06-07T11:48:46.496Z|f196883d-1cf1-4550-98f8-f9a2b4af1471|pool-2-thread-5|||||WARN|500||#################################################################################################### 2022-06-07T11:48:46.497Z|f196883d-1cf1-4550-98f8-f9a2b4af1471|pool-2-thread-5|||||WARN|500||CSAR Warnings found! CSAR name - /app/ASDC/1/service-DemoPnfM56zyfv3rseze5aurnnn-csar.csar 2022-06-07T11:48:46.497Z|f196883d-1cf1-4550-98f8-f9a2b4af1471|pool-2-thread-5|||||WARN|500||ToscaTemplate - verifyTemplate - 7 Parsing Warnings occurred... 2022-06-07T11:48:46.497Z|f196883d-1cf1-4550-98f8-f9a2b4af1471|pool-2-thread-5|||||WARN|500||JTosca Exception [JE003]: MissingRequiredFieldError: properties of template "pNF c414e67e-59f7 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-DemoPnfM56zyfv3rseze5aurnnn-csar.csar 2022-06-07T11:48:46.497Z|f196883d-1cf1-4550-98f8-f9a2b4af1471|pool-2-thread-5|||||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-DemoPnfM56zyfv3rseze5aurnnn-csar.csar 2022-06-07T11:48:46.498Z|f196883d-1cf1-4550-98f8-f9a2b4af1471|pool-2-thread-5|||||WARN|500||JTosca Exception [JE003]: MissingRequiredFieldError: properties of template "pnfExtCp_1" are missing field(s): [unit, type]. CSAR name - /app/ASDC/1/service-DemoPnfM56zyfv3rseze5aurnnn-csar.csar 2022-06-07T11:48:46.498Z|f196883d-1cf1-4550-98f8-f9a2b4af1471|pool-2-thread-5|||||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-DemoPnfM56zyfv3rseze5aurnnn-csar.csar 2022-06-07T11:48:46.498Z|f196883d-1cf1-4550-98f8-f9a2b4af1471|pool-2-thread-5|||||WARN|500||JTosca Exception [JE003]: MissingRequiredFieldError: Data value of type "org.openecomp.datatypes.AssignmentRequirements" is missing required field(s) "[supplemental_data]". CSAR name - /app/ASDC/1/service-DemoPnfM56zyfv3rseze5aurnnn-csar.csar 2022-06-07T11:48:46.498Z|f196883d-1cf1-4550-98f8-f9a2b4af1471|pool-2-thread-5|||||WARN|500||JTosca Exception [JE003]: MissingRequiredFieldError: Data value of type "org.openecomp.datatypes.network.MacRequirements" is missing required field(s) "[supplemental_data]". CSAR name - /app/ASDC/1/service-DemoPnfM56zyfv3rseze5aurnnn-csar.csar 2022-06-07T11:48:46.499Z|f196883d-1cf1-4550-98f8-f9a2b4af1471|pool-2-thread-5|||||WARN|500||JTosca Exception [JE003]: MissingRequiredFieldError: Data value of type "org.openecomp.datatypes.Naming" is missing required field(s) "[supplemental_data]". CSAR name - /app/ASDC/1/service-DemoPnfM56zyfv3rseze5aurnnn-csar.csar 2022-06-07T11:48:46.499Z|f196883d-1cf1-4550-98f8-f9a2b4af1471|pool-2-thread-5|||||WARN|500||#################################################################################################### 2022-06-07T11:48:46.499Z|f196883d-1cf1-4550-98f8-f9a2b4af1471|pool-2-thread-5|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive 2022-06-07T11:48:46.500Z|f196883d-1cf1-4550-98f8-f9a2b4af1471|pool-2-thread-5|||||DEBUG|500||Service Demo_pNF_m56ZYFV3rSeze5aUrnnN is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=SERVICE_PROXY, toscaType=null, uUID=null, customizationUUID=null 2022-06-07T11:48:46.500Z|f196883d-1cf1-4550-98f8-f9a2b4af1471|pool-2-thread-5|||||DEBUG|500||Node template pNF c414e67e-59f7 0 is matching search criteria 2022-06-07T11:48:46.500Z|f196883d-1cf1-4550-98f8-f9a2b4af1471|pool-2-thread-5|||||DEBUG|500||Search for entities recursively 2022-06-07T11:48:46.501Z|f196883d-1cf1-4550-98f8-f9a2b4af1471|pool-2-thread-5|||||DEBUG|500||Found topology templates [pNF c414e67e-59f7 0] matching following query criteria: sdcType=Service, customizationUUID=null 2022-06-07T11:48:46.501Z|f196883d-1cf1-4550-98f8-f9a2b4af1471|pool-2-thread-5|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive 2022-06-07T11:48:46.501Z|f196883d-1cf1-4550-98f8-f9a2b4af1471|pool-2-thread-5|||||DEBUG|500||Service Demo_pNF_m56ZYFV3rSeze5aUrnnN is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=CONFIGURATION, toscaType=null, uUID=null, customizationUUID=null 2022-06-07T11:48:46.502Z|f196883d-1cf1-4550-98f8-f9a2b4af1471|pool-2-thread-5|||||DEBUG|500||Node template pNF c414e67e-59f7 0 is matching search criteria 2022-06-07T11:48:46.502Z|f196883d-1cf1-4550-98f8-f9a2b4af1471|pool-2-thread-5|||||DEBUG|500||Search for entities recursively 2022-06-07T11:48:46.502Z|f196883d-1cf1-4550-98f8-f9a2b4af1471|pool-2-thread-5|||||DEBUG|500||Found topology templates [pNF c414e67e-59f7 0] matching following query criteria: sdcType=Service, customizationUUID=null 2022-06-07T11:48:46.503Z|f196883d-1cf1-4550-98f8-f9a2b4af1471|pool-2-thread-5|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive 2022-06-07T11:48:46.503Z|f196883d-1cf1-4550-98f8-f9a2b4af1471|pool-2-thread-5|||||DEBUG|500||Service Demo_pNF_m56ZYFV3rSeze5aUrnnN is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=VF, toscaType=null, uUID=null, customizationUUID=null 2022-06-07T11:48:46.503Z|f196883d-1cf1-4550-98f8-f9a2b4af1471|pool-2-thread-5|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive 2022-06-07T11:48:46.503Z|f196883d-1cf1-4550-98f8-f9a2b4af1471|pool-2-thread-5|||||DEBUG|500||Service Demo_pNF_m56ZYFV3rSeze5aUrnnN is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=VL, toscaType=null, uUID=null, customizationUUID=null 2022-06-07T11:48:46.504Z|f196883d-1cf1-4550-98f8-f9a2b4af1471|pool-2-thread-5|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive 2022-06-07T11:48:46.504Z|f196883d-1cf1-4550-98f8-f9a2b4af1471|pool-2-thread-5|||||DEBUG|500||Service Demo_pNF_m56ZYFV3rSeze5aUrnnN is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=CR, toscaType=null, uUID=null, customizationUUID=null 2022-06-07T11:48:46.504Z|f196883d-1cf1-4550-98f8-f9a2b4af1471|pool-2-thread-5|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive 2022-06-07T11:48:46.504Z|f196883d-1cf1-4550-98f8-f9a2b4af1471|pool-2-thread-5|||||DEBUG|500||Service Demo_pNF_m56ZYFV3rSeze5aUrnnN is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=VF, toscaType=null, uUID=null, customizationUUID=null 2022-06-07T11:48:46.505Z|f196883d-1cf1-4550-98f8-f9a2b4af1471|pool-2-thread-5|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive 2022-06-07T11:48:46.505Z|f196883d-1cf1-4550-98f8-f9a2b4af1471|pool-2-thread-5|||||DEBUG|500||Service Demo_pNF_m56ZYFV3rSeze5aUrnnN is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=PNF, toscaType=null, uUID=null, customizationUUID=null 2022-06-07T11:48:46.505Z|f196883d-1cf1-4550-98f8-f9a2b4af1471|pool-2-thread-5|||||DEBUG|500||CSAR Notification: Service Level Properties: Name:Demo_pNF_m56ZYFV3rSeze5aUrnnN Description:catalog service description Model UUID:987dce59-3842-4624-abef-88e63c065406 Model Version:NULL Model InvariantUuid:3ca5295e-7fb8-4bb5-991f-3cb14020fc0a Service Type: Service Role: WorkLoad Context:Production Environment Context:General_Revenue-Bearing VF Allotted Resource Properties: PNF Allotted Resource Properties: Hibernate: select toscacsar0_.ARTIFACT_UUID as artifact1_57_0_, toscacsar0_.ARTIFACT_CHECKSUM as artifact2_57_0_, toscacsar0_.CREATION_TIMESTAMP as creation3_57_0_, toscacsar0_.DESCRIPTION as descript4_57_0_, toscacsar0_.NAME as name5_57_0_, toscacsar0_.URL as url6_57_0_, toscacsar0_.Version as version7_57_0_ from tosca_csar toscacsar0_ where toscacsar0_.ARTIFACT_UUID=? 2022-06-07T11:48:46.513Z|f196883d-1cf1-4550-98f8-f9a2b4af1471|pool-2-thread-5|||||INFO|500||Processing Resource Type: PNF, Model UUID: 9eaee76d-be5b-44a4-9777-f8a937d63b50 Hibernate: select service0_.MODEL_UUID as model_uu1_50_, service0_.CDS_BLUEPRINT_NAME as cds_blue2_50_, service0_.CDS_BLUEPRINT_VERSION as cds_blue3_50_, service0_.SERVICE_CATEGORY as service_4_50_, service0_.CONTROLLER_ACTOR as controll5_50_, service0_.CREATION_TIMESTAMP as creation6_50_, service0_.TOSCA_CSAR_ARTIFACT_UUID as tosca_c21_50_, service0_.DESCRIPTION as descript7_50_, service0_.OVERALL_DISTRIBUTION_STATUS as overall_8_50_, service0_.ENVIRONMENT_CONTEXT as environm9_50_, service0_.MODEL_INVARIANT_UUID as model_i10_50_, service0_.MODEL_NAME as model_n11_50_, service0_.MODEL_VERSION as model_v12_50_, service0_.NAMING_POLICY as naming_13_50_, service0_.ONAP_GENERATED_NAMING as onap_ge14_50_, service0_.RESOURCE_ORDER as resourc15_50_, service0_.SERVICE_FUNCTION as service16_50_, service0_.SERVICE_ROLE as service17_50_, service0_.SERVICE_TYPE as service18_50_, service0_.SKIP_POST_INSTANTIATION_CONFIGURATION as skip_po19_50_, service0_.WORKLOAD_CONTEXT as workloa20_50_ from service service0_ where service0_.MODEL_UUID=? 2022-06-07T11:48:46.517Z|f196883d-1cf1-4550-98f8-f9a2b4af1471|pool-2-thread-5|||||INFO|500||pNF c414e67e-59f7 0 2022-06-07T11:48:46.517Z|f196883d-1cf1-4550-98f8-f9a2b4af1471|pool-2-thread-5|||||DEBUG|500||Processing Resource Type: PNF and Model UUID: 9eaee76d-be5b-44a4-9777-f8a937d63b50 2022-06-07T11:48:46.517Z|f196883d-1cf1-4550-98f8-f9a2b4af1471|pool-2-thread-5|||||DEBUG|500||No resources found for Service: 987dce59-3842-4624-abef-88e63c065406 2022-06-07T11:48:46.517Z|f196883d-1cf1-4550-98f8-f9a2b4af1471|pool-2-thread-5|||||DEBUG|500||Preparing to deploy Service: 987dce59-3842-4624-abef-88e63c065406 2022-06-07T11:48:46.518Z|f196883d-1cf1-4550-98f8-f9a2b4af1471|pool-2-thread-5|||||INFO|500||ASDC_START_DEPLOY_ARTIFACT pNF c414e67e-59f7 0 9eaee76d-be5b-44a4-9777-f8a937d63b50 ASDC Hibernate: select toscacsar0_.ARTIFACT_UUID as artifact1_57_0_, toscacsar0_.ARTIFACT_CHECKSUM as artifact2_57_0_, toscacsar0_.CREATION_TIMESTAMP as creation3_57_0_, toscacsar0_.DESCRIPTION as descript4_57_0_, toscacsar0_.NAME as name5_57_0_, toscacsar0_.URL as url6_57_0_, toscacsar0_.Version as version7_57_0_ from tosca_csar toscacsar0_ where toscacsar0_.ARTIFACT_UUID=? Hibernate: select service0_.MODEL_UUID as model_uu1_50_, service0_.CDS_BLUEPRINT_NAME as cds_blue2_50_, service0_.CDS_BLUEPRINT_VERSION as cds_blue3_50_, service0_.SERVICE_CATEGORY as service_4_50_, service0_.CONTROLLER_ACTOR as controll5_50_, service0_.CREATION_TIMESTAMP as creation6_50_, service0_.TOSCA_CSAR_ARTIFACT_UUID as tosca_c21_50_, service0_.DESCRIPTION as descript7_50_, service0_.OVERALL_DISTRIBUTION_STATUS as overall_8_50_, service0_.ENVIRONMENT_CONTEXT as environm9_50_, service0_.MODEL_INVARIANT_UUID as model_i10_50_, service0_.MODEL_NAME as model_n11_50_, service0_.MODEL_VERSION as model_v12_50_, service0_.NAMING_POLICY as naming_13_50_, service0_.ONAP_GENERATED_NAMING as onap_ge14_50_, service0_.RESOURCE_ORDER as resourc15_50_, service0_.SERVICE_FUNCTION as service16_50_, service0_.SERVICE_ROLE as service17_50_, service0_.SERVICE_TYPE as service18_50_, service0_.SKIP_POST_INSTANTIATION_CONFIGURATION as skip_po19_50_, service0_.WORKLOAD_CONTEXT as workloa20_50_ from service service0_ where service0_.MODEL_UUID=? 2022-06-07T11:48:46.522Z|f196883d-1cf1-4550-98f8-f9a2b4af1471|pool-2-thread-5|||||DEBUG|500||serviceInputs: {} [org.onap.sdc.toscaparser.api.parameters.Input@5ccf149b, org.onap.sdc.toscaparser.api.parameters.Input@41afd78e, org.onap.sdc.toscaparser.api.parameters.Input@35fb9003, org.onap.sdc.toscaparser.api.parameters.Input@24b69786, org.onap.sdc.toscaparser.api.parameters.Input@793447] 2022-06-07T11:48:46.523Z|f196883d-1cf1-4550-98f8-f9a2b4af1471|pool-2-thread-5|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive 2022-06-07T11:48:46.523Z|f196883d-1cf1-4550-98f8-f9a2b4af1471|pool-2-thread-5|||||DEBUG|500||Service Demo_pNF_m56ZYFV3rSeze5aUrnnN is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=null, toscaType=null, uUID=null, customizationUUID=null 2022-06-07T11:48:46.523Z|f196883d-1cf1-4550-98f8-f9a2b4af1471|pool-2-thread-5|||||DEBUG|500|| resourceSeq for service uuid 987dce59-3842-4624-abef-88e63c065406: pNF c414e67e-59f7 2022-06-07T11:48:46.523Z|f196883d-1cf1-4550-98f8-f9a2b4af1471|pool-2-thread-5|||||INFO|500||Processing PNF resource: 9eaee76d-be5b-44a4-9777-f8a937d63b50 2022-06-07T11:48:46.524Z|f196883d-1cf1-4550-98f8-f9a2b4af1471|pool-2-thread-5|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive 2022-06-07T11:48:46.524Z|f196883d-1cf1-4550-98f8-f9a2b4af1471|pool-2-thread-5|||||DEBUG|500||Service Demo_pNF_m56ZYFV3rSeze5aUrnnN is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=PNF, toscaType=null, uUID=null, customizationUUID=null 2022-06-07T11:48:46.524Z|f196883d-1cf1-4550-98f8-f9a2b4af1471|pool-2-thread-5|||||INFO|500||Resource customization UUID: 592d1d92-41f0-4745-a4b2-363997a52268 is the same as notified resource customizationUUID: 592d1d92-41f0-4745-a4b2-363997a52268 Hibernate: select pnfresourc0_.MODEL_CUSTOMIZATION_UUID as model_cu1_45_0_, pnfresourc0_.CDS_BLUEPRINT_NAME as cds_blue2_45_0_, pnfresourc0_.CDS_BLUEPRINT_VERSION as cds_blue3_45_0_, pnfresourc0_.CONTROLLER_ACTOR as controll4_45_0_, pnfresourc0_.CREATION_TIMESTAMP as creation5_45_0_, pnfresourc0_.DEFAULT_SOFTWARE_VERSION as default_6_45_0_, pnfresourc0_.MODEL_INSTANCE_NAME as model_in7_45_0_, pnfresourc0_.MULTI_STAGE_DESIGN as multi_st8_45_0_, pnfresourc0_.NF_FUNCTION as nf_funct9_45_0_, pnfresourc0_.NF_NAMING_CODE as nf_nami10_45_0_, pnfresourc0_.NF_ROLE as nf_role11_45_0_, pnfresourc0_.NF_TYPE as nf_type12_45_0_, pnfresourc0_.PNF_RESOURCE_MODEL_UUID as pnf_res15_45_0_, pnfresourc0_.RESOURCE_INPUT as resourc13_45_0_, pnfresourc0_.SKIP_POST_INSTANTIATION_CONFIGURATION as skip_po14_45_0_, pnfresourc1_.MODEL_UUID as model_uu1_44_1_, pnfresourc1_.RESOURCE_CATEGORY as resource2_44_1_, pnfresourc1_.CREATION_TIMESTAMP as creation3_44_1_, pnfresourc1_.DESCRIPTION as descript4_44_1_, pnfresourc1_.MODEL_INVARIANT_UUID as model_in5_44_1_, pnfresourc1_.MODEL_NAME as model_na6_44_1_, pnfresourc1_.MODEL_VERSION as model_ve7_44_1_, pnfresourc1_.ORCHESTRATION_MODE as orchestr8_44_1_, pnfresourc1_.RESOURCE_SUB_CATEGORY as resource9_44_1_, pnfresourc1_.TOSCA_NODE_TYPE as tosca_n10_44_1_ from pnf_resource_customization pnfresourc0_ left outer join pnf_resource pnfresourc1_ on pnfresourc0_.PNF_RESOURCE_MODEL_UUID=pnfresourc1_.MODEL_UUID where pnfresourc0_.MODEL_CUSTOMIZATION_UUID=? Hibernate: select pnfresourc0_.MODEL_UUID as model_uu1_44_0_, pnfresourc0_.RESOURCE_CATEGORY as resource2_44_0_, pnfresourc0_.CREATION_TIMESTAMP as creation3_44_0_, pnfresourc0_.DESCRIPTION as descript4_44_0_, pnfresourc0_.MODEL_INVARIANT_UUID as model_in5_44_0_, pnfresourc0_.MODEL_NAME as model_na6_44_0_, pnfresourc0_.MODEL_VERSION as model_ve7_44_0_, pnfresourc0_.ORCHESTRATION_MODE as orchestr8_44_0_, pnfresourc0_.RESOURCE_SUB_CATEGORY as resource9_44_0_, pnfresourc0_.TOSCA_NODE_TYPE as tosca_n10_44_0_ from pnf_resource pnfresourc0_ where pnfresourc0_.MODEL_UUID=? Hibernate: select service0_.MODEL_UUID as model_uu1_50_3_, service0_.CDS_BLUEPRINT_NAME as cds_blue2_50_3_, service0_.CDS_BLUEPRINT_VERSION as cds_blue3_50_3_, service0_.SERVICE_CATEGORY as service_4_50_3_, service0_.CONTROLLER_ACTOR as controll5_50_3_, service0_.CREATION_TIMESTAMP as creation6_50_3_, service0_.TOSCA_CSAR_ARTIFACT_UUID as tosca_c21_50_3_, service0_.DESCRIPTION as descript7_50_3_, service0_.OVERALL_DISTRIBUTION_STATUS as overall_8_50_3_, service0_.ENVIRONMENT_CONTEXT as environm9_50_3_, service0_.MODEL_INVARIANT_UUID as model_i10_50_3_, service0_.MODEL_NAME as model_n11_50_3_, service0_.MODEL_VERSION as model_v12_50_3_, service0_.NAMING_POLICY as naming_13_50_3_, service0_.ONAP_GENERATED_NAMING as onap_ge14_50_3_, service0_.RESOURCE_ORDER as resourc15_50_3_, service0_.SERVICE_FUNCTION as service16_50_3_, service0_.SERVICE_ROLE as service17_50_3_, service0_.SERVICE_TYPE as service18_50_3_, service0_.SKIP_POST_INSTANTIATION_CONFIGURATION as skip_po19_50_3_, service0_.WORKLOAD_CONTEXT as workloa20_50_3_, allottedcu1_.SERVICE_MODEL_UUID as service_1_8_5_, allottedre2_.MODEL_CUSTOMIZATION_UUID as resource2_8_5_, allottedre2_.MODEL_CUSTOMIZATION_UUID as model_cu1_7_0_, allottedre2_.AR_MODEL_UUID as ar_mode15_7_0_, allottedre2_.CREATION_TIMESTAMP as creation2_7_0_, allottedre2_.MAX_INSTANCES as max_inst3_7_0_, allottedre2_.MIN_INSTANCES as min_inst4_7_0_, allottedre2_.MODEL_INSTANCE_NAME as model_in5_7_0_, allottedre2_.NF_FUNCTION as nf_funct6_7_0_, allottedre2_.NF_NAMING_CODE as nf_namin7_7_0_, allottedre2_.NF_ROLE as nf_role8_7_0_, allottedre2_.NF_TYPE as nf_type9_7_0_, allottedre2_.PROVIDING_SERVICE_MODEL_INVARIANT_UUID as providi10_7_0_, allottedre2_.PROVIDING_SERVICE_MODEL_NAME as providi11_7_0_, allottedre2_.PROVIDING_SERVICE_MODEL_UUID as providi12_7_0_, allottedre2_.RESOURCE_INPUT as resourc13_7_0_, allottedre2_.TARGET_NETWORK_ROLE as target_14_7_0_, allottedre3_.MODEL_UUID as model_uu1_6_1_, allottedre3_.CREATION_TIMESTAMP as creation2_6_1_, allottedre3_.DESCRIPTION as descript3_6_1_, allottedre3_.MODEL_INVARIANT_UUID as model_in4_6_1_, allottedre3_.MODEL_NAME as model_na5_6_1_, allottedre3_.MODEL_VERSION as model_ve6_6_1_, allottedre3_.SUBCATEGORY as subcateg7_6_1_, allottedre3_.TOSCA_NODE_TYPE as tosca_no8_6_1_, toscacsar4_.ARTIFACT_UUID as artifact1_57_2_, toscacsar4_.ARTIFACT_CHECKSUM as artifact2_57_2_, toscacsar4_.CREATION_TIMESTAMP as creation3_57_2_, toscacsar4_.DESCRIPTION as descript4_57_2_, toscacsar4_.NAME as name5_57_2_, toscacsar4_.URL as url6_57_2_, toscacsar4_.Version as version7_57_2_ from service service0_ left outer join allotted_resource_customization_to_service allottedcu1_ on service0_.MODEL_UUID=allottedcu1_.SERVICE_MODEL_UUID left outer join allotted_resource_customization allottedre2_ on allottedcu1_.RESOURCE_MODEL_CUSTOMIZATION_UUID=allottedre2_.MODEL_CUSTOMIZATION_UUID left outer join allotted_resource allottedre3_ on allottedre2_.AR_MODEL_UUID=allottedre3_.MODEL_UUID left outer join tosca_csar toscacsar4_ on service0_.TOSCA_CSAR_ARTIFACT_UUID=toscacsar4_.ARTIFACT_UUID where service0_.MODEL_UUID=? Hibernate: select toscacsar0_.ARTIFACT_UUID as artifact1_57_1_, toscacsar0_.ARTIFACT_CHECKSUM as artifact2_57_1_, toscacsar0_.CREATION_TIMESTAMP as creation3_57_1_, toscacsar0_.DESCRIPTION as descript4_57_1_, toscacsar0_.NAME as name5_57_1_, toscacsar0_.URL as url6_57_1_, toscacsar0_.Version as version7_57_1_, services1_.TOSCA_CSAR_ARTIFACT_UUID as tosca_c21_50_3_, services1_.MODEL_UUID as model_uu1_50_3_, services1_.MODEL_UUID as model_uu1_50_0_, services1_.CDS_BLUEPRINT_NAME as cds_blue2_50_0_, services1_.CDS_BLUEPRINT_VERSION as cds_blue3_50_0_, services1_.SERVICE_CATEGORY as service_4_50_0_, services1_.CONTROLLER_ACTOR as controll5_50_0_, services1_.CREATION_TIMESTAMP as creation6_50_0_, services1_.TOSCA_CSAR_ARTIFACT_UUID as tosca_c21_50_0_, services1_.DESCRIPTION as descript7_50_0_, services1_.OVERALL_DISTRIBUTION_STATUS as overall_8_50_0_, services1_.ENVIRONMENT_CONTEXT as environm9_50_0_, services1_.MODEL_INVARIANT_UUID as model_i10_50_0_, services1_.MODEL_NAME as model_n11_50_0_, services1_.MODEL_VERSION as model_v12_50_0_, services1_.NAMING_POLICY as naming_13_50_0_, services1_.ONAP_GENERATED_NAMING as onap_ge14_50_0_, services1_.RESOURCE_ORDER as resourc15_50_0_, services1_.SERVICE_FUNCTION as service16_50_0_, services1_.SERVICE_ROLE as service17_50_0_, services1_.SERVICE_TYPE as service18_50_0_, services1_.SKIP_POST_INSTANTIATION_CONFIGURATION as skip_po19_50_0_, services1_.WORKLOAD_CONTEXT as workloa20_50_0_ from tosca_csar toscacsar0_ left outer join service services1_ on toscacsar0_.ARTIFACT_UUID=services1_.TOSCA_CSAR_ARTIFACT_UUID where toscacsar0_.ARTIFACT_UUID=? Hibernate: select pnfresourc0_.MODEL_CUSTOMIZATION_UUID as model_cu1_45_1_, pnfresourc0_.CDS_BLUEPRINT_NAME as cds_blue2_45_1_, pnfresourc0_.CDS_BLUEPRINT_VERSION as cds_blue3_45_1_, pnfresourc0_.CONTROLLER_ACTOR as controll4_45_1_, pnfresourc0_.CREATION_TIMESTAMP as creation5_45_1_, pnfresourc0_.DEFAULT_SOFTWARE_VERSION as default_6_45_1_, pnfresourc0_.MODEL_INSTANCE_NAME as model_in7_45_1_, pnfresourc0_.MULTI_STAGE_DESIGN as multi_st8_45_1_, pnfresourc0_.NF_FUNCTION as nf_funct9_45_1_, pnfresourc0_.NF_NAMING_CODE as nf_nami10_45_1_, pnfresourc0_.NF_ROLE as nf_role11_45_1_, pnfresourc0_.NF_TYPE as nf_type12_45_1_, pnfresourc0_.PNF_RESOURCE_MODEL_UUID as pnf_res15_45_1_, pnfresourc0_.RESOURCE_INPUT as resourc13_45_1_, pnfresourc0_.SKIP_POST_INSTANTIATION_CONFIGURATION as skip_po14_45_1_, pnfresourc1_.MODEL_UUID as model_uu1_44_0_, pnfresourc1_.RESOURCE_CATEGORY as resource2_44_0_, pnfresourc1_.CREATION_TIMESTAMP as creation3_44_0_, pnfresourc1_.DESCRIPTION as descript4_44_0_, pnfresourc1_.MODEL_INVARIANT_UUID as model_in5_44_0_, pnfresourc1_.MODEL_NAME as model_na6_44_0_, pnfresourc1_.MODEL_VERSION as model_ve7_44_0_, pnfresourc1_.ORCHESTRATION_MODE as orchestr8_44_0_, pnfresourc1_.RESOURCE_SUB_CATEGORY as resource9_44_0_, pnfresourc1_.TOSCA_NODE_TYPE as tosca_n10_44_0_ from pnf_resource_customization pnfresourc0_ left outer join pnf_resource pnfresourc1_ on pnfresourc0_.PNF_RESOURCE_MODEL_UUID=pnfresourc1_.MODEL_UUID where pnfresourc0_.MODEL_CUSTOMIZATION_UUID=? Hibernate: select pnfresourc0_.MODEL_UUID as model_uu1_44_0_, pnfresourc0_.RESOURCE_CATEGORY as resource2_44_0_, pnfresourc0_.CREATION_TIMESTAMP as creation3_44_0_, pnfresourc0_.DESCRIPTION as descript4_44_0_, pnfresourc0_.MODEL_INVARIANT_UUID as model_in5_44_0_, pnfresourc0_.MODEL_NAME as model_na6_44_0_, pnfresourc0_.MODEL_VERSION as model_ve7_44_0_, pnfresourc0_.ORCHESTRATION_MODE as orchestr8_44_0_, pnfresourc0_.RESOURCE_SUB_CATEGORY as resource9_44_0_, pnfresourc0_.TOSCA_NODE_TYPE as tosca_n10_44_0_ from pnf_resource pnfresourc0_ where pnfresourc0_.MODEL_UUID=? Hibernate: select watchdogco0_.COMPONENT_NAME as componen1_12_0_, watchdogco0_.DISTRIBUTION_ID as distribu2_12_0_, watchdogco0_.COMPONENT_DISTRIBUTION_STATUS as componen3_12_0_, watchdogco0_.CREATE_TIME as create_t4_12_0_, watchdogco0_.MODIFY_TIME as modify_t5_12_0_ from watchdog_per_component_distribution_status watchdogco0_ where watchdogco0_.COMPONENT_NAME=? and watchdogco0_.DISTRIBUTION_ID=? Hibernate: insert into watchdog_per_component_distribution_status (COMPONENT_DISTRIBUTION_STATUS, CREATE_TIME, MODIFY_TIME, COMPONENT_NAME, DISTRIBUTION_ID) values (?, ?, ?, ?, ?) Hibernate: insert into tosca_csar (ARTIFACT_CHECKSUM, CREATION_TIMESTAMP, DESCRIPTION, NAME, URL, Version, ARTIFACT_UUID) values (?, ?, ?, ?, ?, ?, ?) Hibernate: insert into service (CDS_BLUEPRINT_NAME, CDS_BLUEPRINT_VERSION, SERVICE_CATEGORY, CONTROLLER_ACTOR, CREATION_TIMESTAMP, TOSCA_CSAR_ARTIFACT_UUID, DESCRIPTION, OVERALL_DISTRIBUTION_STATUS, ENVIRONMENT_CONTEXT, MODEL_INVARIANT_UUID, MODEL_NAME, MODEL_VERSION, NAMING_POLICY, ONAP_GENERATED_NAMING, RESOURCE_ORDER, SERVICE_FUNCTION, SERVICE_ROLE, SERVICE_TYPE, SKIP_POST_INSTANTIATION_CONFIGURATION, WORKLOAD_CONTEXT, MODEL_UUID) values (?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?) Hibernate: insert into pnf_resource (RESOURCE_CATEGORY, CREATION_TIMESTAMP, DESCRIPTION, MODEL_INVARIANT_UUID, MODEL_NAME, MODEL_VERSION, ORCHESTRATION_MODE, RESOURCE_SUB_CATEGORY, TOSCA_NODE_TYPE, MODEL_UUID) values (?, ?, ?, ?, ?, ?, ?, ?, ?, ?) Hibernate: insert into pnf_resource_customization (CDS_BLUEPRINT_NAME, CDS_BLUEPRINT_VERSION, CONTROLLER_ACTOR, CREATION_TIMESTAMP, DEFAULT_SOFTWARE_VERSION, MODEL_INSTANCE_NAME, MULTI_STAGE_DESIGN, NF_FUNCTION, NF_NAMING_CODE, NF_ROLE, NF_TYPE, PNF_RESOURCE_MODEL_UUID, RESOURCE_INPUT, SKIP_POST_INSTANTIATION_CONFIGURATION, MODEL_CUSTOMIZATION_UUID) values (?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?) Hibernate: insert into pnf_resource_customization_to_service (SERVICE_MODEL_UUID, RESOURCE_MODEL_CUSTOMIZATION_UUID) values (?, ?) 2022-06-07T11:48:46.559Z|f196883d-1cf1-4550-98f8-f9a2b4af1471|pool-2-thread-5|||||INFO|500||ASDC_ARTIFACT_DEPLOY_SUC pNF c414e67e-59f7 9eaee76d-be5b-44a4-9777-f8a937d63b50 0 ASDC deployResourceStructure 2022-06-07T11:48:46.560Z|f196883d-1cf1-4550-98f8-f9a2b4af1471|pool-2-thread-5|||||INFO|500||ASDC_SEND_NOTIF_ASDC DEPLOY DEPLOY_OK /sdc/v1/catalog/services/DemoPnfM56zyfv3rseze5aurnnn/1.0/artifacts/service-DemoPnfM56zyfv3rseze5aurnnn-csar.csar ASDC sendASDCNotification 2022-06-07T11:48:46.560Z|f196883d-1cf1-4550-98f8-f9a2b4af1471|pool-2-thread-5|||||DEBUG|500||Sending DEPLOY(DEPLOY_OK) notification to ASDC for artifact:/sdc/v1/catalog/services/DemoPnfM56zyfv3rseze5aurnnn/1.0/artifacts/service-DemoPnfM56zyfv3rseze5aurnnn-csar.csar 2022-06-07T11:48:46.560Z|f196883d-1cf1-4550-98f8-f9a2b4af1471|pool-2-thread-5|||||INFO|500||DistributionClient - sendDeploymentStatus 2022-06-07T11:48:46.560Z|f196883d-1cf1-4550-98f8-f9a2b4af1471|pool-2-thread-5|||||INFO|500||DistributionClient - sendStatus 2022-06-07T11:48:46.562Z|f196883d-1cf1-4550-98f8-f9a2b4af1471|pool-2-thread-5|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap] 2022-06-07T11:48:46.562Z|f196883d-1cf1-4550-98f8-f9a2b4af1471|pool-2-thread-5|||||DEBUG|500||try to send status { "distributionID": "f196883d-1cf1-4550-98f8-f9a2b4af1471", "consumerID": "SO-COpenSource-Env11", "timestamp": 1654602526560, "artifactURL": "/sdc/v1/catalog/services/DemoPnfM56zyfv3rseze5aurnnn/1.0/artifacts/service-DemoPnfM56zyfv3rseze5aurnnn-csar.csar", "status": "DEPLOY_OK" } 2022-06-07T11:48:46.662Z||pool-98-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms 2022-06-07T11:48:46.663Z||pool-98-thread-1|||||WARN|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO will send credentials over a clear channel. 2022-06-07T11:48:46.663Z||pool-98-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as rACJoekZgDKIBPEP) ... 2022-06-07T11:48:46.681Z||pool-98-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK 2022-06-07T11:48:46.681Z||pool-98-thread-1|||||INFO|500||cambria reply ok (19 ms):{"serverTimeMs":0,"count":1} 2022-06-07T11:48:47.563Z|f196883d-1cf1-4550-98f8-f9a2b4af1471|pool-2-thread-5|||||DEBUG|500||Entered getOverallDistributionStatus method for distrubutionId: f196883d-1cf1-4550-98f8-f9a2b4af1471 Hibernate: select watchdogdi0_.DISTRIBUTION_ID as distribu1_11_0_, watchdogdi0_.CREATE_TIME as create_t2_11_0_, watchdogdi0_.DISTRIBUTION_ID_STATUS as distribu3_11_0_, watchdogdi0_.MODIFY_TIME as modify_t4_11_0_, watchdogdi0_.LOCK_VERSION as lock_ver5_11_0_ from watchdog_distributionid_status watchdogdi0_ where watchdogdi0_.DISTRIBUTION_ID=? Hibernate: select watchdogco0_.COMPONENT_NAME as componen1_12_, watchdogco0_.DISTRIBUTION_ID as distribu2_12_, watchdogco0_.COMPONENT_DISTRIBUTION_STATUS as componen3_12_, watchdogco0_.CREATE_TIME as create_t4_12_, watchdogco0_.MODIFY_TIME as modify_t5_12_ from watchdog_per_component_distribution_status watchdogco0_ where watchdogco0_.DISTRIBUTION_ID=? 2022-06-07T11:48:47.574Z|f196883d-1cf1-4550-98f8-f9a2b4af1471|pool-2-thread-5|||||DEBUG|500||Executed RequestDB getWatchdogComponentDistributionStatus for distrubutionId: f196883d-1cf1-4550-98f8-f9a2b4af1471 Hibernate: select watchdogco0_.COMPONENT_NAME as componen1_12_, watchdogco0_.DISTRIBUTION_ID as distribu2_12_, watchdogco0_.COMPONENT_DISTRIBUTION_STATUS as componen3_12_, watchdogco0_.CREATE_TIME as create_t4_12_, watchdogco0_.MODIFY_TIME as modify_t5_12_ from watchdog_per_component_distribution_status watchdogco0_ where watchdogco0_.DISTRIBUTION_ID=? 2022-06-07T11:48:47.577Z|f196883d-1cf1-4550-98f8-f9a2b4af1471|pool-2-thread-5|||||DEBUG|500||Found componentName SO in the WatchDog Component DB 2022-06-07T11:48:47.578Z|f196883d-1cf1-4550-98f8-f9a2b4af1471|pool-2-thread-5|||||DEBUG|500||Found componentName AAI in the WatchDog Component DB 2022-06-07T11:48:47.578Z|f196883d-1cf1-4550-98f8-f9a2b4af1471|pool-2-thread-5|||||DEBUG|500||Found componentName SDNC in the WatchDog Component DB 2022-06-07T11:48:47.578Z|f196883d-1cf1-4550-98f8-f9a2b4af1471|pool-2-thread-5|||||DEBUG|500||Components Size matched with the WatchdogComponentDistributionStatus results. 2022-06-07T11:48:47.578Z|f196883d-1cf1-4550-98f8-f9a2b4af1471|pool-2-thread-5|||||DEBUG|500||Component status: COMPONENT_DONE_OK on componentName: 2022-06-07T11:48:47.578Z|f196883d-1cf1-4550-98f8-f9a2b4af1471|pool-2-thread-5|||||DEBUG|500||Component status: COMPONENT_DONE_OK on componentName: 2022-06-07T11:48:47.578Z|f196883d-1cf1-4550-98f8-f9a2b4af1471|pool-2-thread-5|||||DEBUG|500||Component status: COMPONENT_DONE_OK on componentName: 2022-06-07T11:48:47.578Z|f196883d-1cf1-4550-98f8-f9a2b4af1471|pool-2-thread-5|||||DEBUG|500||Component status: COMPONENT_DONE_OK on componentName: 2022-06-07T11:48:47.579Z|f196883d-1cf1-4550-98f8-f9a2b4af1471|pool-2-thread-5|||||DEBUG|500||Component status: COMPONENT_DONE_OK on componentName: 2022-06-07T11:48:47.579Z|f196883d-1cf1-4550-98f8-f9a2b4af1471|pool-2-thread-5|||||DEBUG|500||Component status: COMPONENT_DONE_OK on componentName: 2022-06-07T11:48:47.579Z|f196883d-1cf1-4550-98f8-f9a2b4af1471|pool-2-thread-5|||||DEBUG|500||Updating overall DistributionStatus to: SUCCESS for distributionId: Hibernate: select watchdogdi0_.DISTRIBUTION_ID as distribu1_11_0_, watchdogdi0_.CREATE_TIME as create_t2_11_0_, watchdogdi0_.DISTRIBUTION_ID_STATUS as distribu3_11_0_, watchdogdi0_.MODIFY_TIME as modify_t4_11_0_, watchdogdi0_.LOCK_VERSION as lock_ver5_11_0_ from watchdog_distributionid_status watchdogdi0_ where watchdogdi0_.DISTRIBUTION_ID=? 2022-06-07T11:48:47.583Z|f196883d-1cf1-4550-98f8-f9a2b4af1471|pool-2-thread-5|||||DEBUG|500||Exiting getOverallDistributionStatus method in WatchdogDistribution 2022-06-07T11:49:17.584Z|f196883d-1cf1-4550-98f8-f9a2b4af1471|pool-2-thread-5|||||DEBUG|500||Entered executePatchAAI method with distrubutionId: f196883d-1cf1-4550-98f8-f9a2b4af1471 and distributionStatus: Hibernate: select watchdogse0_.DISTRIBUTION_ID as distribu1_13_, watchdogse0_.SERVICE_MODEL_VERSION_ID as service_2_13_, watchdogse0_.CONSUMER_ID as consumer3_13_, watchdogse0_.CREATE_TIME as create_t4_13_, watchdogse0_.DISTRIBUTION_NOTIFICATION as distribu5_13_ from watchdog_service_mod_ver_id_lookup watchdogse0_ where watchdogse0_.DISTRIBUTION_ID=? 2022-06-07T11:49:17.619Z|f196883d-1cf1-4550-98f8-f9a2b4af1471|pool-2-thread-5|||||DEBUG|500||Executed RequestDB getWatchdogServiceModVerIdLookup with distributionId: f196883d-1cf1-4550-98f8-f9a2b4af1471 and serviceModelVersionId: 987dce59-3842-4624-abef-88e63c065406 2022-06-07T11:49:17.622Z|f196883d-1cf1-4550-98f8-f9a2b4af1471|pool-2-thread-5|||||DEBUG|500||ASDC Notification ServiceModelInvariantUUID : 3ca5295e-7fb8-4bb5-991f-3cb14020fc0a 2022-06-07T11:49:17.624Z|f196883d-1cf1-4550-98f8-f9a2b4af1471|pool-2-thread-5|||||DEBUG|500||Target A&AI Resource URI: /service-design-and-creation/models/model/3ca5295e-7fb8-4bb5-991f-3cb14020fc0a/model-vers/model-ver/987dce59-3842-4624-abef-88e63c065406?depth=0 2022-06-07T11:49:17.632Z|f196883d-1cf1-4550-98f8-f9a2b4af1471|pool-2-thread-5|||||INFO|500||RestClientSSL using default SSL context! 2022-06-07T11:49:17.684Z|f196883d-1cf1-4550-98f8-f9a2b4af1471|pool-2-thread-5|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/3ca5295e-7fb8-4bb5-991f-3cb14020fc0a/model-vers/model-ver/987dce59-3842-4624-abef-88e63c065406?depth=0|INFO|500||Invoke 2022-06-07T11:49:17.685Z|f196883d-1cf1-4550-98f8-f9a2b4af1471|pool-2-thread-5|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/3ca5295e-7fb8-4bb5-991f-3cb14020fc0a/model-vers/model-ver/987dce59-3842-4624-abef-88e63c065406?depth=0|DEBUG|500||Sending HTTP POST (overridden to PATCH) to:https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/3ca5295e-7fb8-4bb5-991f-3cb14020fc0a/model-vers/model-ver/987dce59-3842-4624-abef-88e63c065406?depth=0 with request headers:{Authorization=[***REDACTED***], X-RequestID=[f196883d-1cf1-4550-98f8-f9a2b4af1471], X-FromAppId=[MSO], X-ONAP-PartnerName=[UNKNOWN], X-HTTP-Method-Override=[PATCH], Accept=[application/json], X-InvocationID=[b1c0cc25-a7a9-4ecc-bc37-d8bb5b4352f1], X-ECOMP-RequestID=[f196883d-1cf1-4550-98f8-f9a2b4af1471], X-TransactionId=[], X-ONAP-RequestID=[f196883d-1cf1-4550-98f8-f9a2b4af1471], Content-Type=[application/merge-patch+json]} 2022-06-07T11:49:17.706Z|f196883d-1cf1-4550-98f8-f9a2b4af1471|pool-2-thread-5|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/3ca5295e-7fb8-4bb5-991f-3cb14020fc0a/model-vers/model-ver/987dce59-3842-4624-abef-88e63c065406?depth=0|DEBUG|500||{"distribution-status":"DISTRIBUTION_COMPLETE_OK"} 2022-06-07T11:49:17.834Z|f196883d-1cf1-4550-98f8-f9a2b4af1471|pool-2-thread-5|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/3ca5295e-7fb8-4bb5-991f-3cb14020fc0a/model-vers/model-ver/987dce59-3842-4624-abef-88e63c065406?depth=0|DEBUG|500||Response from method:POST (overridden to PATCH) performed on uri:https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/3ca5295e-7fb8-4bb5-991f-3cb14020fc0a/model-vers/model-ver/987dce59-3842-4624-abef-88e63c065406?depth=0 has http status code:200 and response headers:{Strict-Transport-Security=[max-age=16000000; includeSubDomains; preload;], X-AAI-TXID=[2-aai-resources-220607-11:49:17:461-68186], vertex-id=[503808], Content-Length=[0], Date=[Tue, 07 Jun 2022 11:49:17 GMT], Content-Type=[application/json]} 2022-06-07T11:49:17.834Z|f196883d-1cf1-4550-98f8-f9a2b4af1471|pool-2-thread-5|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/3ca5295e-7fb8-4bb5-991f-3cb14020fc0a/model-vers/model-ver/987dce59-3842-4624-abef-88e63c065406?depth=0|DEBUG|500||Response was returned with an empty entity. 2022-06-07T11:49:17.835Z|f196883d-1cf1-4550-98f8-f9a2b4af1471|pool-2-thread-5|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/3ca5295e-7fb8-4bb5-991f-3cb14020fc0a/model-vers/model-ver/987dce59-3842-4624-abef-88e63c065406?depth=0|INFO|500||InvokeReturn 2022-06-07T11:49:17.835Z|f196883d-1cf1-4550-98f8-f9a2b4af1471|pool-2-thread-5|||||DEBUG|500||A&AI UPDATE MODEL Version is success! 2022-06-07T11:49:17.836Z|f196883d-1cf1-4550-98f8-f9a2b4af1471|pool-2-thread-5|||||DEBUG|500||A&AI Updated succefully with Distribution Status! Hibernate: select service0_.MODEL_UUID as model_uu1_50_, service0_.CDS_BLUEPRINT_NAME as cds_blue2_50_, service0_.CDS_BLUEPRINT_VERSION as cds_blue3_50_, service0_.SERVICE_CATEGORY as service_4_50_, service0_.CONTROLLER_ACTOR as controll5_50_, service0_.CREATION_TIMESTAMP as creation6_50_, service0_.TOSCA_CSAR_ARTIFACT_UUID as tosca_c21_50_, service0_.DESCRIPTION as descript7_50_, service0_.OVERALL_DISTRIBUTION_STATUS as overall_8_50_, service0_.ENVIRONMENT_CONTEXT as environm9_50_, service0_.MODEL_INVARIANT_UUID as model_i10_50_, service0_.MODEL_NAME as model_n11_50_, service0_.MODEL_VERSION as model_v12_50_, service0_.NAMING_POLICY as naming_13_50_, service0_.ONAP_GENERATED_NAMING as onap_ge14_50_, service0_.RESOURCE_ORDER as resourc15_50_, service0_.SERVICE_FUNCTION as service16_50_, service0_.SERVICE_ROLE as service17_50_, service0_.SERVICE_TYPE as service18_50_, service0_.SKIP_POST_INSTANTIATION_CONFIGURATION as skip_po19_50_, service0_.WORKLOAD_CONTEXT as workloa20_50_ from service service0_ where service0_.MODEL_UUID=? 2022-06-07T11:49:17.842Z|f196883d-1cf1-4550-98f8-f9a2b4af1471|pool-2-thread-5|||||ERROR|500||Error updating CatalogDBStatus java.lang.NullPointerException: null at org.onap.so.asdc.tenantIsolation.WatchdogDistribution.updateCatalogDBStatus(WatchdogDistribution.java:206) at org.onap.so.asdc.client.ASDCController.treatNotification(ASDCController.java:690) at org.onap.so.asdc.client.ASDCNotificationCallBack.activateCallback(ASDCNotificationCallBack.java:52) at org.onap.sdc.impl.NotificationConsumer.run(NotificationConsumer.java:71) at java.base/java.util.concurrent.Executors$RunnableAdapter.call(Unknown Source) at java.base/java.util.concurrent.FutureTask.runAndReset(Unknown Source) at java.base/java.util.concurrent.ScheduledThreadPoolExecutor$ScheduledFutureTask.run(Unknown Source) at java.base/java.util.concurrent.ThreadPoolExecutor.runWorker(Unknown Source) at java.base/java.util.concurrent.ThreadPoolExecutor$Worker.run(Unknown Source) at java.base/java.lang.Thread.run(Unknown Source) 2022-06-07T11:49:17.843Z|f196883d-1cf1-4550-98f8-f9a2b4af1471|pool-2-thread-5|||||DEBUG|500||Enter sendFinalDistributionStatus with DistributionID f196883d-1cf1-4550-98f8-f9a2b4af1471 and Status of DISTRIBUTION_COMPLETE_OK and ErrorReason null 2022-06-07T11:49:17.843Z|f196883d-1cf1-4550-98f8-f9a2b4af1471|pool-2-thread-5|||||INFO|500||DistributionClient - sendFinalDistributionStatus status 2022-06-07T11:49:17.843Z|f196883d-1cf1-4550-98f8-f9a2b4af1471|pool-2-thread-5|||||INFO|500||DistributionClient - sendStatus 2022-06-07T11:49:17.846Z|f196883d-1cf1-4550-98f8-f9a2b4af1471|pool-2-thread-5|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap] 2022-06-07T11:49:17.846Z|f196883d-1cf1-4550-98f8-f9a2b4af1471|pool-2-thread-5|||||DEBUG|500||try to send status { "distributionID": "f196883d-1cf1-4550-98f8-f9a2b4af1471", "consumerID": "SO-COpenSource-Env11", "timestamp": 1654602557843, "artifactURL": "", "status": "DISTRIBUTION_COMPLETE_OK" } 2022-06-07T11:49:17.946Z||pool-99-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms 2022-06-07T11:49:17.947Z||pool-99-thread-1|||||WARN|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO will send credentials over a clear channel. 2022-06-07T11:49:17.947Z||pool-99-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as rACJoekZgDKIBPEP) ... 2022-06-07T11:49:17.976Z||pool-99-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK 2022-06-07T11:49:17.977Z||pool-99-thread-1|||||INFO|500||cambria reply ok (31 ms):{"serverTimeMs":0,"count":1} Hibernate: select watchdogdi0_.DISTRIBUTION_ID as distribu1_11_0_, watchdogdi0_.CREATE_TIME as create_t2_11_0_, watchdogdi0_.DISTRIBUTION_ID_STATUS as distribu3_11_0_, watchdogdi0_.MODIFY_TIME as modify_t4_11_0_, watchdogdi0_.LOCK_VERSION as lock_ver5_11_0_ from watchdog_distributionid_status watchdogdi0_ where watchdogdi0_.DISTRIBUTION_ID=? Hibernate: update watchdog_distributionid_status set DISTRIBUTION_ID_STATUS=?, MODIFY_TIME=?, LOCK_VERSION=? where DISTRIBUTION_ID=? 2022-06-07T11:49:35.641Z|f196883d-1cf1-4550-98f8-f9a2b4af1471|pool-2-thread-5|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2022-06-07T11:49:35.642Z|f196883d-1cf1-4550-98f8-f9a2b4af1471|pool-2-thread-5|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel. 2022-06-07T11:49:35.642Z|f196883d-1cf1-4550-98f8-f9a2b4af1471|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 rACJoekZgDKIBPEP) ... 2022-06-07T11:49:35.660Z||pool-2-thread-6|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2022-06-07T11:49:35.661Z||pool-2-thread-6|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel. 2022-06-07T11:49:35.661Z||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 rACJoekZgDKIBPEP) ... 2022-06-07T11:49:35.689Z||pool-2-thread-6|||||INFO|500|| --> HTTP/1.1 200 OK 2022-06-07T11:49:35.689Z||pool-2-thread-6|||||DEBUG|500||received message from topic 2022-06-07T11:49:35.689Z||pool-2-thread-6|||||DEBUG|500||recieved notification from broker: { "distributionID": "f196883d-1cf1-4550-98f8-f9a2b4af1471", "consumerID": "clamp", "timestamp": 1654602515494, "artifactURL": "/sdc/v1/catalog/services/DemoPnfM56zyfv3rseze5aurnnn/1.0/artifacts/service-DemoPnfM56zyfv3rseze5aurnnn-csar.csar", "status": "DEPLOY_OK" } 2022-06-07T11:49:35.690Z||pool-2-thread-6|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error' 2022-06-07T11:49:45.226Z|f196883d-1cf1-4550-98f8-f9a2b4af1471|pool-2-thread-5|||||INFO|500|| --> HTTP/1.1 200 OK 2022-06-07T11:50:35.640Z|f196883d-1cf1-4550-98f8-f9a2b4af1471|pool-2-thread-5|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2022-06-07T11:50:35.641Z|f196883d-1cf1-4550-98f8-f9a2b4af1471|pool-2-thread-5|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel. 2022-06-07T11:50:35.641Z|f196883d-1cf1-4550-98f8-f9a2b4af1471|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 rACJoekZgDKIBPEP) ... 2022-06-07T11:50:35.660Z||pool-2-thread-6|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2022-06-07T11:50:35.661Z||pool-2-thread-6|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel. 2022-06-07T11:50:35.661Z||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 rACJoekZgDKIBPEP) ... 2022-06-07T11:50:36.199Z||pool-2-thread-6|||||INFO|500|| --> HTTP/1.1 200 OK 2022-06-07T11:50:36.200Z||pool-2-thread-6|||||DEBUG|500||received message from topic 2022-06-07T11:50:36.200Z||pool-2-thread-6|||||DEBUG|500||recieved notification from broker: { "distributionID": "f196883d-1cf1-4550-98f8-f9a2b4af1471", "consumerID": "SO-COpenSource-Env11", "timestamp": 1654602515640, "artifactURL": "/sdc/v1/catalog/services/DemoPnfM56zyfv3rseze5aurnnn/1.0/resourceInstances/pnfc414e67e59f70/artifacts/vf-license-model.xml", "status": "NOT_NOTIFIED" } 2022-06-07T11:50:36.201Z||pool-2-thread-6|||||INFO|500||Missing status on Status Object. 2022-06-07T11:50:36.201Z||pool-2-thread-6|||||DEBUG|500||received message from topic 2022-06-07T11:50:36.202Z||pool-2-thread-6|||||DEBUG|500||recieved notification from broker: { "distributionID": "f196883d-1cf1-4550-98f8-f9a2b4af1471", "consumerID": "clamp", "timestamp": 1654602516498, "artifactURL": "", "status": "COMPONENT_DONE_OK", "componentName": "clamp" } Hibernate: select watchdogdi0_.DISTRIBUTION_ID as distribu1_11_0_, watchdogdi0_.CREATE_TIME as create_t2_11_0_, watchdogdi0_.DISTRIBUTION_ID_STATUS as distribu3_11_0_, watchdogdi0_.MODIFY_TIME as modify_t4_11_0_, watchdogdi0_.LOCK_VERSION as lock_ver5_11_0_ from watchdog_distributionid_status watchdogdi0_ where watchdogdi0_.DISTRIBUTION_ID=? 2022-06-07T11:50:36.211Z||pool-2-thread-6|||||DEBUG|500||Receive a callback componentStatus in ASDC, for componentName: clamp and status of COMPONENT_DONE_OK distributionID of f196883d-1cf1-4550-98f8-f9a2b4af1471 2022-06-07T11:50:36.211Z||pool-2-thread-6|||||DEBUG|500||Entering installTheComponentStatus for distributionId f196883d-1cf1-4550-98f8-f9a2b4af1471 and ComponentName clamp Hibernate: select watchdogco0_.COMPONENT_NAME as componen1_12_0_, watchdogco0_.DISTRIBUTION_ID as distribu2_12_0_, watchdogco0_.COMPONENT_DISTRIBUTION_STATUS as componen3_12_0_, watchdogco0_.CREATE_TIME as create_t4_12_0_, watchdogco0_.MODIFY_TIME as modify_t5_12_0_ from watchdog_per_component_distribution_status watchdogco0_ where watchdogco0_.COMPONENT_NAME=? and watchdogco0_.DISTRIBUTION_ID=? Hibernate: insert into watchdog_per_component_distribution_status (COMPONENT_DISTRIBUTION_STATUS, CREATE_TIME, MODIFY_TIME, COMPONENT_NAME, DISTRIBUTION_ID) values (?, ?, ?, ?, ?) 2022-06-07T11:50:36.220Z||pool-2-thread-6|||||DEBUG|500||received message from topic 2022-06-07T11:50:36.220Z||pool-2-thread-6|||||DEBUG|500||recieved notification from broker: { "distributionID": "f196883d-1cf1-4550-98f8-f9a2b4af1471", "consumerID": "SO-COpenSource-Env11", "timestamp": 1654602515640, "artifactURL": "/sdc/v1/catalog/services/DemoPnfM56zyfv3rseze5aurnnn/1.0/resourceInstances/pnfc414e67e59f70/artifacts/pNF.csar", "status": "NOT_NOTIFIED" } 2022-06-07T11:50:36.220Z||pool-2-thread-6|||||INFO|500||Missing status on Status Object. 2022-06-07T11:50:36.220Z||pool-2-thread-6|||||DEBUG|500||received message from topic 2022-06-07T11:50:36.221Z||pool-2-thread-6|||||DEBUG|500||recieved notification from broker: { "distributionID": "f196883d-1cf1-4550-98f8-f9a2b4af1471", "consumerID": "SO-COpenSource-Env11", "timestamp": 1654602515640, "artifactURL": "/sdc/v1/catalog/services/DemoPnfM56zyfv3rseze5aurnnn/1.0/resourceInstances/pnfc414e67e59f70/artifacts/mynetconf.yang", "status": "NOT_NOTIFIED" } 2022-06-07T11:50:36.221Z||pool-2-thread-6|||||INFO|500||Missing status on Status Object. 2022-06-07T11:50:36.221Z||pool-2-thread-6|||||DEBUG|500||received message from topic 2022-06-07T11:50:36.221Z||pool-2-thread-6|||||DEBUG|500||recieved notification from broker: { "distributionID": "f196883d-1cf1-4550-98f8-f9a2b4af1471", "consumerID": "SO-COpenSource-Env11", "timestamp": 1654602515640, "artifactURL": "/sdc/v1/catalog/services/DemoPnfM56zyfv3rseze5aurnnn/1.0/resourceInstances/pnfc414e67e59f70/artifacts/vendor-license-model.xml", "status": "NOT_NOTIFIED" } 2022-06-07T11:50:36.221Z||pool-2-thread-6|||||INFO|500||Missing status on Status Object. 2022-06-07T11:50:36.221Z||pool-2-thread-6|||||DEBUG|500||received message from topic 2022-06-07T11:50:36.222Z||pool-2-thread-6|||||DEBUG|500||recieved notification from broker: { "distributionID": "f196883d-1cf1-4550-98f8-f9a2b4af1471", "consumerID": "SO-COpenSource-Env11", "timestamp": 1654602515640, "artifactURL": "/sdc/v1/catalog/services/DemoPnfM56zyfv3rseze5aurnnn/1.0/resourceInstances/pnfc414e67e59f70/artifacts/PM_Dictionary.yaml", "status": "NOT_NOTIFIED" } 2022-06-07T11:50:36.222Z||pool-2-thread-6|||||INFO|500||Missing status on Status Object. 2022-06-07T11:50:36.222Z||pool-2-thread-6|||||DEBUG|500||received message from topic 2022-06-07T11:50:36.222Z||pool-2-thread-6|||||DEBUG|500||recieved notification from broker: { "distributionID": "f196883d-1cf1-4550-98f8-f9a2b4af1471", "consumerID": "SO-COpenSource-Env11", "timestamp": 1654602515640, "artifactURL": "/sdc/v1/catalog/services/DemoPnfM56zyfv3rseze5aurnnn/1.0/resourceInstances/pnfc414e67e59f70/artifacts/MyPnf_Pnf_v1.yaml", "status": "NOT_NOTIFIED" } 2022-06-07T11:50:36.222Z||pool-2-thread-6|||||INFO|500||Missing status on Status Object. 2022-06-07T11:50:36.222Z||pool-2-thread-6|||||DEBUG|500||received message from topic 2022-06-07T11:50:36.223Z||pool-2-thread-6|||||DEBUG|500||recieved notification from broker: { "distributionID": "f196883d-1cf1-4550-98f8-f9a2b4af1471", "consumerID": "SO-COpenSource-Env11", "timestamp": 1654602515640, "artifactURL": "/sdc/v1/catalog/services/DemoPnfM56zyfv3rseze5aurnnn/1.0/artifacts/service-DemoPnfM56zyfv3rseze5aurnnn-template.yml", "status": "NOT_NOTIFIED" } 2022-06-07T11:50:36.223Z||pool-2-thread-6|||||INFO|500||Missing status on Status Object. 2022-06-07T11:50:36.223Z||pool-2-thread-6|||||DEBUG|500||received message from topic 2022-06-07T11:50:36.223Z||pool-2-thread-6|||||DEBUG|500||recieved notification from broker: { "distributionID": "f196883d-1cf1-4550-98f8-f9a2b4af1471", "consumerID": "SO-COpenSource-Env11", "timestamp": 1654602515640, "artifactURL": "/sdc/v1/catalog/services/DemoPnfM56zyfv3rseze5aurnnn/1.0/artifacts/service-DemoPnfM56zyfv3rseze5aurnnn-csar.csar", "status": "NOTIFIED" } 2022-06-07T11:50:36.223Z||pool-2-thread-6|||||INFO|500||Missing status on Status Object. 2022-06-07T11:50:36.223Z||pool-2-thread-6|||||DEBUG|500||received message from topic 2022-06-07T11:50:36.224Z||pool-2-thread-6|||||DEBUG|500||recieved notification from broker: { "distributionID": "f196883d-1cf1-4550-98f8-f9a2b4af1471", "consumerID": "SO-COpenSource-Env11", "timestamp": 1654602524469, "artifactURL": "/sdc/v1/catalog/services/DemoPnfM56zyfv3rseze5aurnnn/1.0/artifacts/service-DemoPnfM56zyfv3rseze5aurnnn-csar.csar", "status": "DOWNLOAD_OK" } 2022-06-07T11:50:36.224Z||pool-2-thread-6|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error' 2022-06-07T11:50:36.224Z||pool-2-thread-6|||||DEBUG|500||received message from topic 2022-06-07T11:50:36.224Z||pool-2-thread-6|||||DEBUG|500||recieved notification from broker: { "distributionID": "f196883d-1cf1-4550-98f8-f9a2b4af1471", "consumerID": "SO-COpenSource-Env11", "timestamp": 1654602526560, "artifactURL": "/sdc/v1/catalog/services/DemoPnfM56zyfv3rseze5aurnnn/1.0/artifacts/service-DemoPnfM56zyfv3rseze5aurnnn-csar.csar", "status": "DEPLOY_OK" } 2022-06-07T11:50:36.224Z||pool-2-thread-6|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error' 2022-06-07T11:50:36.224Z||pool-2-thread-6|||||DEBUG|500||received message from topic 2022-06-07T11:50:36.225Z||pool-2-thread-6|||||DEBUG|500||recieved notification from broker: { "distributionID": "f196883d-1cf1-4550-98f8-f9a2b4af1471", "consumerID": "SO-COpenSource-Env11", "timestamp": 1654602557843, "artifactURL": "", "status": "DISTRIBUTION_COMPLETE_OK" } 2022-06-07T11:50:36.225Z||pool-2-thread-6|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error' 2022-06-07T11:50:45.222Z|f196883d-1cf1-4550-98f8-f9a2b4af1471|pool-2-thread-5|||||INFO|500|| --> HTTP/1.1 200 OK 2022-06-07T11:51:35.641Z|f196883d-1cf1-4550-98f8-f9a2b4af1471|pool-2-thread-5|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2022-06-07T11:51:35.642Z|f196883d-1cf1-4550-98f8-f9a2b4af1471|pool-2-thread-5|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel. 2022-06-07T11:51:35.642Z|f196883d-1cf1-4550-98f8-f9a2b4af1471|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 rACJoekZgDKIBPEP) ... 2022-06-07T11:51:35.660Z||pool-2-thread-3|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2022-06-07T11:51:35.661Z||pool-2-thread-3|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel. 2022-06-07T11:51:35.661Z||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 rACJoekZgDKIBPEP) ... 2022-06-07T11:51:35.819Z||pool-2-thread-3|||||INFO|500|| --> HTTP/1.1 200 OK 2022-06-07T11:51:35.820Z||pool-2-thread-3|||||DEBUG|500||received message from topic 2022-06-07T11:51:35.820Z||pool-2-thread-3|||||DEBUG|500||recieved notification from broker: { "distributionID": "08911a67-f712-402f-9ce5-4c8231970804", "consumerID": "aai-ml", "timestamp": 1654602676690, "artifactURL": "/sdc/v1/catalog/services/DemoPnfG6fiojvccrtynjqec0s9/1.0/resourceInstances/pnfcd52fbdfbac30/artifacts/vf-license-model.xml", "status": "NOT_NOTIFIED" } 2022-06-07T11:51:35.822Z||pool-2-thread-3|||||INFO|500||Missing status on Status Object. 2022-06-07T11:51:35.822Z||pool-2-thread-3|||||DEBUG|500||received message from topic 2022-06-07T11:51:35.822Z||pool-2-thread-3|||||DEBUG|500||recieved notification from broker: { "distributionID": "08911a67-f712-402f-9ce5-4c8231970804", "consumerID": "sdc-COpenSource-Env11-sdnc-dockero", "timestamp": 1654602677055, "artifactURL": "/sdc/v1/catalog/services/DemoPnfG6fiojvccrtynjqec0s9/1.0/resourceInstances/pnfcd52fbdfbac30/artifacts/vf-license-model.xml", "status": "NOT_NOTIFIED" } 2022-06-07T11:51:35.823Z||pool-2-thread-3|||||INFO|500||Missing status on Status Object. 2022-06-07T11:51:35.823Z||pool-2-thread-3|||||DEBUG|500||received message from topic 2022-06-07T11:51:35.823Z||pool-2-thread-3|||||DEBUG|500||recieved notification from broker: { "distributionID": "08911a67-f712-402f-9ce5-4c8231970804", "consumerID": "cds", "timestamp": 1654602684568, "artifactURL": "/sdc/v1/catalog/services/DemoPnfG6fiojvccrtynjqec0s9/1.0/resourceInstances/pnfcd52fbdfbac30/artifacts/vf-license-model.xml", "status": "NOT_NOTIFIED" } 2022-06-07T11:51:35.823Z||pool-2-thread-3|||||INFO|500||Missing status on Status Object. 2022-06-07T11:51:35.823Z||pool-2-thread-3|||||DEBUG|500||received message from topic 2022-06-07T11:51:35.824Z||pool-2-thread-3|||||DEBUG|500||recieved notification from broker: { "distributionID": "08911a67-f712-402f-9ce5-4c8231970804", "consumerID": "aai-ml", "timestamp": 1654602676690, "artifactURL": "/sdc/v1/catalog/services/DemoPnfG6fiojvccrtynjqec0s9/1.0/resourceInstances/pnfcd52fbdfbac30/artifacts/pNF.csar", "status": "NOT_NOTIFIED" } 2022-06-07T11:51:35.824Z||pool-2-thread-3|||||INFO|500||Missing status on Status Object. 2022-06-07T11:51:35.824Z||pool-2-thread-3|||||DEBUG|500||received message from topic 2022-06-07T11:51:35.824Z||pool-2-thread-3|||||DEBUG|500||recieved notification from broker: { "distributionID": "08911a67-f712-402f-9ce5-4c8231970804", "consumerID": "sdc-COpenSource-Env11-sdnc-dockero", "timestamp": 1654602677055, "artifactURL": "/sdc/v1/catalog/services/DemoPnfG6fiojvccrtynjqec0s9/1.0/resourceInstances/pnfcd52fbdfbac30/artifacts/pNF.csar", "status": "NOT_NOTIFIED" } 2022-06-07T11:51:35.825Z||pool-2-thread-3|||||INFO|500||Missing status on Status Object. 2022-06-07T11:51:35.825Z||pool-2-thread-3|||||DEBUG|500||received message from topic 2022-06-07T11:51:35.825Z||pool-2-thread-3|||||DEBUG|500||recieved notification from broker: { "distributionID": "08911a67-f712-402f-9ce5-4c8231970804", "consumerID": "cds", "timestamp": 1654602684568, "artifactURL": "/sdc/v1/catalog/services/DemoPnfG6fiojvccrtynjqec0s9/1.0/resourceInstances/pnfcd52fbdfbac30/artifacts/pNF.csar", "status": "NOT_NOTIFIED" } 2022-06-07T11:51:35.825Z||pool-2-thread-3|||||INFO|500||Missing status on Status Object. 2022-06-07T11:51:35.825Z||pool-2-thread-3|||||DEBUG|500||received message from topic 2022-06-07T11:51:35.826Z||pool-2-thread-3|||||DEBUG|500||recieved notification from broker: { "distributionID": "08911a67-f712-402f-9ce5-4c8231970804", "consumerID": "aai-ml", "timestamp": 1654602676690, "artifactURL": "/sdc/v1/catalog/services/DemoPnfG6fiojvccrtynjqec0s9/1.0/resourceInstances/pnfcd52fbdfbac30/artifacts/mynetconf.yang", "status": "NOT_NOTIFIED" } 2022-06-07T11:51:35.826Z||pool-2-thread-3|||||INFO|500||Missing status on Status Object. 2022-06-07T11:51:35.826Z||pool-2-thread-3|||||DEBUG|500||received message from topic 2022-06-07T11:51:35.827Z||pool-2-thread-3|||||DEBUG|500||recieved notification from broker: { "distributionID": "08911a67-f712-402f-9ce5-4c8231970804", "consumerID": "sdc-COpenSource-Env11-sdnc-dockero", "timestamp": 1654602677055, "artifactURL": "/sdc/v1/catalog/services/DemoPnfG6fiojvccrtynjqec0s9/1.0/resourceInstances/pnfcd52fbdfbac30/artifacts/mynetconf.yang", "status": "NOT_NOTIFIED" } 2022-06-07T11:51:35.827Z||pool-2-thread-3|||||INFO|500||Missing status on Status Object. 2022-06-07T11:51:35.827Z||pool-2-thread-3|||||DEBUG|500||received message from topic 2022-06-07T11:51:35.827Z||pool-2-thread-3|||||DEBUG|500||recieved notification from broker: { "distributionID": "08911a67-f712-402f-9ce5-4c8231970804", "consumerID": "cds", "timestamp": 1654602684568, "artifactURL": "/sdc/v1/catalog/services/DemoPnfG6fiojvccrtynjqec0s9/1.0/resourceInstances/pnfcd52fbdfbac30/artifacts/mynetconf.yang", "status": "NOT_NOTIFIED" } 2022-06-07T11:51:35.827Z||pool-2-thread-3|||||INFO|500||Missing status on Status Object. 2022-06-07T11:51:35.828Z||pool-2-thread-3|||||DEBUG|500||received message from topic 2022-06-07T11:51:35.828Z||pool-2-thread-3|||||DEBUG|500||recieved notification from broker: { "distributionID": "08911a67-f712-402f-9ce5-4c8231970804", "consumerID": "ves-openapi-manager", "timestamp": 1654602686812, "artifactURL": "/sdc/v1/catalog/services/DemoPnfG6fiojvccrtynjqec0s9/1.0/resourceInstances/pnfcd52fbdfbac30/artifacts/vf-license-model.xml", "status": "NOT_NOTIFIED" } 2022-06-07T11:51:35.828Z||pool-2-thread-3|||||INFO|500||Missing status on Status Object. 2022-06-07T11:51:35.828Z||pool-2-thread-3|||||DEBUG|500||received message from topic 2022-06-07T11:51:35.829Z||pool-2-thread-3|||||DEBUG|500||recieved notification from broker: { "distributionID": "08911a67-f712-402f-9ce5-4c8231970804", "consumerID": "aai-ml", "timestamp": 1654602676690, "artifactURL": "/sdc/v1/catalog/services/DemoPnfG6fiojvccrtynjqec0s9/1.0/resourceInstances/pnfcd52fbdfbac30/artifacts/vendor-license-model.xml", "status": "NOT_NOTIFIED" } 2022-06-07T11:51:35.829Z||pool-2-thread-3|||||INFO|500||Missing status on Status Object. 2022-06-07T11:51:35.829Z||pool-2-thread-3|||||DEBUG|500||received message from topic 2022-06-07T11:51:35.829Z||pool-2-thread-3|||||DEBUG|500||recieved notification from broker: { "distributionID": "08911a67-f712-402f-9ce5-4c8231970804", "consumerID": "sdc-COpenSource-Env11-sdnc-dockero", "timestamp": 1654602677055, "artifactURL": "/sdc/v1/catalog/services/DemoPnfG6fiojvccrtynjqec0s9/1.0/resourceInstances/pnfcd52fbdfbac30/artifacts/vendor-license-model.xml", "status": "NOT_NOTIFIED" } 2022-06-07T11:51:35.830Z||pool-2-thread-3|||||INFO|500||Missing status on Status Object. 2022-06-07T11:51:35.830Z||pool-2-thread-3|||||DEBUG|500||received message from topic 2022-06-07T11:51:35.830Z||pool-2-thread-3|||||DEBUG|500||recieved notification from broker: { "distributionID": "08911a67-f712-402f-9ce5-4c8231970804", "consumerID": "cds", "timestamp": 1654602684568, "artifactURL": "/sdc/v1/catalog/services/DemoPnfG6fiojvccrtynjqec0s9/1.0/resourceInstances/pnfcd52fbdfbac30/artifacts/vendor-license-model.xml", "status": "NOT_NOTIFIED" } 2022-06-07T11:51:35.830Z||pool-2-thread-3|||||INFO|500||Missing status on Status Object. 2022-06-07T11:51:35.830Z||pool-2-thread-3|||||DEBUG|500||received message from topic 2022-06-07T11:51:35.831Z||pool-2-thread-3|||||DEBUG|500||recieved notification from broker: { "distributionID": "08911a67-f712-402f-9ce5-4c8231970804", "consumerID": "ves-openapi-manager", "timestamp": 1654602686812, "artifactURL": "/sdc/v1/catalog/services/DemoPnfG6fiojvccrtynjqec0s9/1.0/resourceInstances/pnfcd52fbdfbac30/artifacts/pNF.csar", "status": "NOT_NOTIFIED" } 2022-06-07T11:51:35.831Z||pool-2-thread-3|||||INFO|500||Missing status on Status Object. 2022-06-07T11:51:35.831Z||pool-2-thread-3|||||DEBUG|500||received message from topic 2022-06-07T11:51:35.831Z||pool-2-thread-3|||||DEBUG|500||recieved notification from broker: { "distributionID": "08911a67-f712-402f-9ce5-4c8231970804", "consumerID": "aai-ml", "timestamp": 1654602676690, "artifactURL": "/sdc/v1/catalog/services/DemoPnfG6fiojvccrtynjqec0s9/1.0/resourceInstances/pnfcd52fbdfbac30/artifacts/PM_Dictionary.yaml", "status": "NOT_NOTIFIED" } 2022-06-07T11:51:35.832Z||pool-2-thread-3|||||INFO|500||Missing status on Status Object. 2022-06-07T11:51:35.832Z||pool-2-thread-3|||||DEBUG|500||received message from topic 2022-06-07T11:51:35.832Z||pool-2-thread-3|||||DEBUG|500||recieved notification from broker: { "distributionID": "08911a67-f712-402f-9ce5-4c8231970804", "consumerID": "sdc-COpenSource-Env11-sdnc-dockero", "timestamp": 1654602677055, "artifactURL": "/sdc/v1/catalog/services/DemoPnfG6fiojvccrtynjqec0s9/1.0/resourceInstances/pnfcd52fbdfbac30/artifacts/PM_Dictionary.yaml", "status": "NOT_NOTIFIED" } 2022-06-07T11:51:35.832Z||pool-2-thread-3|||||INFO|500||Missing status on Status Object. 2022-06-07T11:51:35.832Z||pool-2-thread-3|||||DEBUG|500||received message from topic 2022-06-07T11:51:35.833Z||pool-2-thread-3|||||DEBUG|500||recieved notification from broker: { "distributionID": "08911a67-f712-402f-9ce5-4c8231970804", "consumerID": "cds", "timestamp": 1654602684568, "artifactURL": "/sdc/v1/catalog/services/DemoPnfG6fiojvccrtynjqec0s9/1.0/resourceInstances/pnfcd52fbdfbac30/artifacts/PM_Dictionary.yaml", "status": "NOT_NOTIFIED" } 2022-06-07T11:51:35.833Z||pool-2-thread-3|||||INFO|500||Missing status on Status Object. 2022-06-07T11:51:35.833Z||pool-2-thread-3|||||DEBUG|500||received message from topic 2022-06-07T11:51:35.833Z||pool-2-thread-3|||||DEBUG|500||recieved notification from broker: { "distributionID": "08911a67-f712-402f-9ce5-4c8231970804", "consumerID": "ves-openapi-manager", "timestamp": 1654602686812, "artifactURL": "/sdc/v1/catalog/services/DemoPnfG6fiojvccrtynjqec0s9/1.0/resourceInstances/pnfcd52fbdfbac30/artifacts/mynetconf.yang", "status": "NOT_NOTIFIED" } 2022-06-07T11:51:35.834Z||pool-2-thread-3|||||INFO|500||Missing status on Status Object. 2022-06-07T11:51:35.834Z||pool-2-thread-3|||||DEBUG|500||received message from topic 2022-06-07T11:51:35.834Z||pool-2-thread-3|||||DEBUG|500||recieved notification from broker: { "distributionID": "08911a67-f712-402f-9ce5-4c8231970804", "consumerID": "aai-ml", "timestamp": 1654602676690, "artifactURL": "/sdc/v1/catalog/services/DemoPnfG6fiojvccrtynjqec0s9/1.0/resourceInstances/pnfcd52fbdfbac30/artifacts/MyPnf_Pnf_v1.yaml", "status": "NOT_NOTIFIED" } 2022-06-07T11:51:35.834Z||pool-2-thread-3|||||INFO|500||Missing status on Status Object. 2022-06-07T11:51:35.835Z||pool-2-thread-3|||||DEBUG|500||received message from topic 2022-06-07T11:51:35.835Z||pool-2-thread-3|||||DEBUG|500||recieved notification from broker: { "distributionID": "08911a67-f712-402f-9ce5-4c8231970804", "consumerID": "sdc-COpenSource-Env11-sdnc-dockero", "timestamp": 1654602677055, "artifactURL": "/sdc/v1/catalog/services/DemoPnfG6fiojvccrtynjqec0s9/1.0/resourceInstances/pnfcd52fbdfbac30/artifacts/MyPnf_Pnf_v1.yaml", "status": "NOT_NOTIFIED" } 2022-06-07T11:51:35.835Z||pool-2-thread-3|||||INFO|500||Missing status on Status Object. 2022-06-07T11:51:35.835Z||pool-2-thread-3|||||DEBUG|500||received message from topic 2022-06-07T11:51:35.836Z||pool-2-thread-3|||||DEBUG|500||recieved notification from broker: { "distributionID": "08911a67-f712-402f-9ce5-4c8231970804", "consumerID": "cds", "timestamp": 1654602684568, "artifactURL": "/sdc/v1/catalog/services/DemoPnfG6fiojvccrtynjqec0s9/1.0/resourceInstances/pnfcd52fbdfbac30/artifacts/MyPnf_Pnf_v1.yaml", "status": "NOT_NOTIFIED" } 2022-06-07T11:51:35.836Z||pool-2-thread-3|||||INFO|500||Missing status on Status Object. 2022-06-07T11:51:35.836Z||pool-2-thread-3|||||DEBUG|500||received message from topic 2022-06-07T11:51:35.836Z||pool-2-thread-3|||||DEBUG|500||recieved notification from broker: { "distributionID": "08911a67-f712-402f-9ce5-4c8231970804", "consumerID": "ves-openapi-manager", "timestamp": 1654602686812, "artifactURL": "/sdc/v1/catalog/services/DemoPnfG6fiojvccrtynjqec0s9/1.0/resourceInstances/pnfcd52fbdfbac30/artifacts/vendor-license-model.xml", "status": "NOT_NOTIFIED" } 2022-06-07T11:51:35.837Z||pool-2-thread-3|||||INFO|500||Missing status on Status Object. 2022-06-07T11:51:35.837Z||pool-2-thread-3|||||DEBUG|500||received message from topic 2022-06-07T11:51:35.837Z||pool-2-thread-3|||||DEBUG|500||recieved notification from broker: { "distributionID": "08911a67-f712-402f-9ce5-4c8231970804", "consumerID": "aai-ml", "timestamp": 1654602676690, "artifactURL": "/sdc/v1/catalog/services/DemoPnfG6fiojvccrtynjqec0s9/1.0/artifacts/service-DemoPnfG6fiojvccrtynjqec0s9-template.yml", "status": "NOT_NOTIFIED" } 2022-06-07T11:51:35.837Z||pool-2-thread-3|||||INFO|500||Missing status on Status Object. 2022-06-07T11:51:35.837Z||pool-2-thread-3|||||DEBUG|500||received message from topic 2022-06-07T11:51:35.838Z||pool-2-thread-3|||||DEBUG|500||recieved notification from broker: { "distributionID": "08911a67-f712-402f-9ce5-4c8231970804", "consumerID": "sdc-COpenSource-Env11-sdnc-dockero", "timestamp": 1654602677055, "artifactURL": "/sdc/v1/catalog/services/DemoPnfG6fiojvccrtynjqec0s9/1.0/artifacts/service-DemoPnfG6fiojvccrtynjqec0s9-template.yml", "status": "NOT_NOTIFIED" } 2022-06-07T11:51:35.838Z||pool-2-thread-3|||||INFO|500||Missing status on Status Object. 2022-06-07T11:51:35.838Z||pool-2-thread-3|||||DEBUG|500||received message from topic 2022-06-07T11:51:35.839Z||pool-2-thread-3|||||DEBUG|500||recieved notification from broker: { "distributionID": "08911a67-f712-402f-9ce5-4c8231970804", "consumerID": "cds", "timestamp": 1654602684568, "artifactURL": "/sdc/v1/catalog/services/DemoPnfG6fiojvccrtynjqec0s9/1.0/artifacts/service-DemoPnfG6fiojvccrtynjqec0s9-template.yml", "status": "NOT_NOTIFIED" } 2022-06-07T11:51:35.839Z||pool-2-thread-3|||||INFO|500||Missing status on Status Object. 2022-06-07T11:51:35.839Z||pool-2-thread-3|||||DEBUG|500||received message from topic 2022-06-07T11:51:35.839Z||pool-2-thread-3|||||DEBUG|500||recieved notification from broker: { "distributionID": "08911a67-f712-402f-9ce5-4c8231970804", "consumerID": "ves-openapi-manager", "timestamp": 1654602686812, "artifactURL": "/sdc/v1/catalog/services/DemoPnfG6fiojvccrtynjqec0s9/1.0/resourceInstances/pnfcd52fbdfbac30/artifacts/PM_Dictionary.yaml", "status": "NOT_NOTIFIED" } 2022-06-07T11:51:35.840Z||pool-2-thread-3|||||INFO|500||Missing status on Status Object. 2022-06-07T11:51:35.840Z||pool-2-thread-3|||||DEBUG|500||received message from topic 2022-06-07T11:51:35.840Z||pool-2-thread-3|||||DEBUG|500||recieved notification from broker: { "distributionID": "08911a67-f712-402f-9ce5-4c8231970804", "consumerID": "aai-ml", "timestamp": 1654602676690, "artifactURL": "/sdc/v1/catalog/services/DemoPnfG6fiojvccrtynjqec0s9/1.0/artifacts/service-DemoPnfG6fiojvccrtynjqec0s9-csar.csar", "status": "NOTIFIED" } 2022-06-07T11:51:35.840Z||pool-2-thread-3|||||INFO|500||Missing status on Status Object. 2022-06-07T11:51:35.841Z||pool-2-thread-3|||||DEBUG|500||received message from topic 2022-06-07T11:51:35.841Z||pool-2-thread-3|||||DEBUG|500||recieved notification from broker: { "distributionID": "08911a67-f712-402f-9ce5-4c8231970804", "consumerID": "sdc-COpenSource-Env11-sdnc-dockero", "timestamp": 1654602677055, "artifactURL": "/sdc/v1/catalog/services/DemoPnfG6fiojvccrtynjqec0s9/1.0/artifacts/service-DemoPnfG6fiojvccrtynjqec0s9-csar.csar", "status": "NOTIFIED" } 2022-06-07T11:51:35.841Z||pool-2-thread-3|||||INFO|500||Missing status on Status Object. 2022-06-07T11:51:35.841Z||pool-2-thread-3|||||DEBUG|500||received message from topic 2022-06-07T11:51:35.841Z||pool-2-thread-3|||||DEBUG|500||recieved notification from broker: { "distributionID": "08911a67-f712-402f-9ce5-4c8231970804", "consumerID": "cds", "timestamp": 1654602684568, "artifactURL": "/sdc/v1/catalog/services/DemoPnfG6fiojvccrtynjqec0s9/1.0/artifacts/service-DemoPnfG6fiojvccrtynjqec0s9-csar.csar", "status": "NOTIFIED" } 2022-06-07T11:51:35.842Z||pool-2-thread-3|||||INFO|500||Missing status on Status Object. 2022-06-07T11:51:35.842Z||pool-2-thread-3|||||DEBUG|500||received message from topic 2022-06-07T11:51:35.842Z||pool-2-thread-3|||||DEBUG|500||recieved notification from broker: { "distributionID": "08911a67-f712-402f-9ce5-4c8231970804", "consumerID": "ves-openapi-manager", "timestamp": 1654602686812, "artifactURL": "/sdc/v1/catalog/services/DemoPnfG6fiojvccrtynjqec0s9/1.0/resourceInstances/pnfcd52fbdfbac30/artifacts/MyPnf_Pnf_v1.yaml", "status": "NOTIFIED" } 2022-06-07T11:51:35.843Z||pool-2-thread-3|||||INFO|500||Missing status on Status Object. 2022-06-07T11:51:35.843Z||pool-2-thread-3|||||DEBUG|500||received message from topic 2022-06-07T11:51:35.843Z||pool-2-thread-3|||||DEBUG|500||recieved notification from broker: { "distributionID": "08911a67-f712-402f-9ce5-4c8231970804", "consumerID": "multicloud-k8s-id", "timestamp": 1654602692229, "artifactURL": "/sdc/v1/catalog/services/DemoPnfG6fiojvccrtynjqec0s9/1.0/resourceInstances/pnfcd52fbdfbac30/artifacts/vf-license-model.xml", "status": "NOT_NOTIFIED" } 2022-06-07T11:51:35.844Z||pool-2-thread-3|||||INFO|500||Missing status on Status Object. 2022-06-07T11:51:35.844Z||pool-2-thread-3|||||DEBUG|500||received message from topic 2022-06-07T11:51:35.844Z||pool-2-thread-3|||||DEBUG|500||recieved notification from broker: { "distributionID": "08911a67-f712-402f-9ce5-4c8231970804", "consumerID": "sdc-COpenSource-Env11-sdnc-dockero", "timestamp": 1654602693966, "artifactURL": "/sdc/v1/catalog/services/DemoPnfG6fiojvccrtynjqec0s9/1.0/artifacts/service-DemoPnfG6fiojvccrtynjqec0s9-csar.csar", "status": "DOWNLOAD_OK" } 2022-06-07T11:51:35.844Z||pool-2-thread-3|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error' 2022-06-07T11:51:35.844Z||pool-2-thread-3|||||DEBUG|500||received message from topic 2022-06-07T11:51:35.845Z||pool-2-thread-3|||||DEBUG|500||recieved notification from broker: { "distributionID": "08911a67-f712-402f-9ce5-4c8231970804", "consumerID": "aai-ml", "timestamp": 1654602692958, "artifactURL": "/sdc/v1/catalog/services/DemoPnfG6fiojvccrtynjqec0s9/1.0/artifacts/service-DemoPnfG6fiojvccrtynjqec0s9-csar.csar", "status": "DOWNLOAD_OK" } 2022-06-07T11:51:35.845Z||pool-2-thread-3|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error' 2022-06-07T11:51:35.845Z||pool-2-thread-3|||||DEBUG|500||received message from topic 2022-06-07T11:51:35.845Z||pool-2-thread-3|||||DEBUG|500||recieved notification from broker: { "distributionID": "08911a67-f712-402f-9ce5-4c8231970804", "consumerID": "ves-openapi-manager", "timestamp": 1654602686812, "artifactURL": "/sdc/v1/catalog/services/DemoPnfG6fiojvccrtynjqec0s9/1.0/artifacts/service-DemoPnfG6fiojvccrtynjqec0s9-template.yml", "status": "NOT_NOTIFIED" } 2022-06-07T11:51:35.846Z||pool-2-thread-3|||||INFO|500||Missing status on Status Object. 2022-06-07T11:51:35.846Z||pool-2-thread-3|||||DEBUG|500||received message from topic 2022-06-07T11:51:35.846Z||pool-2-thread-3|||||DEBUG|500||recieved notification from broker: { "distributionID": "08911a67-f712-402f-9ce5-4c8231970804", "consumerID": "cds", "timestamp": 1654602693485, "artifactURL": "/sdc/v1/catalog/services/DemoPnfG6fiojvccrtynjqec0s9/1.0/artifacts/service-DemoPnfG6fiojvccrtynjqec0s9-csar.csar", "status": "DOWNLOAD_OK" } 2022-06-07T11:51:35.846Z||pool-2-thread-3|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error' 2022-06-07T11:51:35.847Z||pool-2-thread-3|||||DEBUG|500||received message from topic 2022-06-07T11:51:35.847Z||pool-2-thread-3|||||DEBUG|500||recieved notification from broker: { "distributionID": "08911a67-f712-402f-9ce5-4c8231970804", "consumerID": "multicloud-k8s-id", "timestamp": 1654602692229, "artifactURL": "/sdc/v1/catalog/services/DemoPnfG6fiojvccrtynjqec0s9/1.0/resourceInstances/pnfcd52fbdfbac30/artifacts/pNF.csar", "status": "NOT_NOTIFIED" } 2022-06-07T11:51:35.847Z||pool-2-thread-3|||||INFO|500||Missing status on Status Object. 2022-06-07T11:51:35.847Z||pool-2-thread-3|||||DEBUG|500||received message from topic 2022-06-07T11:51:35.848Z||pool-2-thread-3|||||DEBUG|500||recieved notification from broker: { "distributionID": "08911a67-f712-402f-9ce5-4c8231970804", "consumerID": "ves-openapi-manager", "timestamp": 1654602686812, "artifactURL": "/sdc/v1/catalog/services/DemoPnfG6fiojvccrtynjqec0s9/1.0/artifacts/service-DemoPnfG6fiojvccrtynjqec0s9-csar.csar", "status": "NOT_NOTIFIED" } 2022-06-07T11:51:35.848Z||pool-2-thread-3|||||INFO|500||Missing status on Status Object. 2022-06-07T11:51:35.848Z||pool-2-thread-3|||||DEBUG|500||received message from topic 2022-06-07T11:51:35.848Z||pool-2-thread-3|||||DEBUG|500||recieved notification from broker: { "distributionID": "08911a67-f712-402f-9ce5-4c8231970804", "consumerID": "policy-id", "timestamp": 1654602694254, "artifactURL": "/sdc/v1/catalog/services/DemoPnfG6fiojvccrtynjqec0s9/1.0/resourceInstances/pnfcd52fbdfbac30/artifacts/vf-license-model.xml", "status": "NOT_NOTIFIED" } 2022-06-07T11:51:35.849Z||pool-2-thread-3|||||INFO|500||Missing status on Status Object. 2022-06-07T11:51:35.849Z||pool-2-thread-3|||||DEBUG|500||received message from topic 2022-06-07T11:51:35.849Z||pool-2-thread-3|||||DEBUG|500||recieved notification from broker: { "distributionID": "08911a67-f712-402f-9ce5-4c8231970804", "consumerID": "cds", "timestamp": 1654602694498, "artifactURL": "/sdc/v1/catalog/services/DemoPnfG6fiojvccrtynjqec0s9/1.0/artifacts/service-DemoPnfG6fiojvccrtynjqec0s9-csar.csar", "status": "COMPONENT_DONE_OK", "componentName": "cds" } Hibernate: select watchdogdi0_.DISTRIBUTION_ID as distribu1_11_0_, watchdogdi0_.CREATE_TIME as create_t2_11_0_, watchdogdi0_.DISTRIBUTION_ID_STATUS as distribu3_11_0_, watchdogdi0_.MODIFY_TIME as modify_t4_11_0_, watchdogdi0_.LOCK_VERSION as lock_ver5_11_0_ from watchdog_distributionid_status watchdogdi0_ where watchdogdi0_.DISTRIBUTION_ID=? Hibernate: select watchdogdi0_.DISTRIBUTION_ID as distribu1_11_0_, watchdogdi0_.CREATE_TIME as create_t2_11_0_, watchdogdi0_.DISTRIBUTION_ID_STATUS as distribu3_11_0_, watchdogdi0_.MODIFY_TIME as modify_t4_11_0_, watchdogdi0_.LOCK_VERSION as lock_ver5_11_0_ from watchdog_distributionid_status watchdogdi0_ where watchdogdi0_.DISTRIBUTION_ID=? Hibernate: insert into watchdog_distributionid_status (CREATE_TIME, DISTRIBUTION_ID_STATUS, MODIFY_TIME, LOCK_VERSION, DISTRIBUTION_ID) values (?, ?, ?, ?, ?) 2022-06-07T11:51:35.869Z||pool-2-thread-3|||||DEBUG|500||Receive a callback componentStatus in ASDC, for componentName: cds and status of COMPONENT_DONE_OK distributionID of 08911a67-f712-402f-9ce5-4c8231970804 2022-06-07T11:51:35.869Z||pool-2-thread-3|||||DEBUG|500||Entering installTheComponentStatus for distributionId 08911a67-f712-402f-9ce5-4c8231970804 and ComponentName cds Hibernate: select watchdogco0_.COMPONENT_NAME as componen1_12_0_, watchdogco0_.DISTRIBUTION_ID as distribu2_12_0_, watchdogco0_.COMPONENT_DISTRIBUTION_STATUS as componen3_12_0_, watchdogco0_.CREATE_TIME as create_t4_12_0_, watchdogco0_.MODIFY_TIME as modify_t5_12_0_ from watchdog_per_component_distribution_status watchdogco0_ where watchdogco0_.COMPONENT_NAME=? and watchdogco0_.DISTRIBUTION_ID=? Hibernate: insert into watchdog_per_component_distribution_status (COMPONENT_DISTRIBUTION_STATUS, CREATE_TIME, MODIFY_TIME, COMPONENT_NAME, DISTRIBUTION_ID) values (?, ?, ?, ?, ?) 2022-06-07T11:51:35.879Z||pool-2-thread-3|||||DEBUG|500||received message from topic 2022-06-07T11:51:35.879Z||pool-2-thread-3|||||DEBUG|500||recieved notification from broker: { "distributionID": "08911a67-f712-402f-9ce5-4c8231970804", "consumerID": "multicloud-k8s-id", "timestamp": 1654602692229, "artifactURL": "/sdc/v1/catalog/services/DemoPnfG6fiojvccrtynjqec0s9/1.0/resourceInstances/pnfcd52fbdfbac30/artifacts/mynetconf.yang", "status": "NOT_NOTIFIED" } 2022-06-07T11:51:35.879Z||pool-2-thread-3|||||INFO|500||Missing status on Status Object. 2022-06-07T11:51:35.879Z||pool-2-thread-3|||||DEBUG|500||received message from topic 2022-06-07T11:51:35.880Z||pool-2-thread-3|||||DEBUG|500||recieved notification from broker: { "distributionID": "08911a67-f712-402f-9ce5-4c8231970804", "consumerID": "sdc-COpenSource-Env11-sdnc-dockero", "timestamp": 1654602695850, "artifactURL": "/sdc/v1/catalog/services/DemoPnfG6fiojvccrtynjqec0s9/1.0/artifacts/service-DemoPnfG6fiojvccrtynjqec0s9-csar.csar", "status": "DEPLOY_OK" } 2022-06-07T11:51:35.880Z||pool-2-thread-3|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error' 2022-06-07T11:51:36.299Z|f196883d-1cf1-4550-98f8-f9a2b4af1471|pool-2-thread-5|||||INFO|500|| --> HTTP/1.1 200 OK 2022-06-07T11:51:36.300Z|f196883d-1cf1-4550-98f8-f9a2b4af1471|pool-2-thread-5|||||DEBUG|500||received message from topic 2022-06-07T11:51:36.300Z|f196883d-1cf1-4550-98f8-f9a2b4af1471|pool-2-thread-5|||||DEBUG|500||recieved notification from broker: {"distributionID":"08911a67-f712-402f-9ce5-4c8231970804","serviceName":"Demo_pNF_G6fIojVcCRTynjqEC0S9","serviceVersion":"1.0","serviceUUID":"75a26cec-df2f-42a9-8d3f-230acd8af87d","serviceDescription":"catalog service description","serviceInvariantUUID":"f83393cd-b2e6-4d0c-b115-346b3e4bfd87","resources":[{"resourceInstanceName":"pNF cd52fbdf-bac3 0","resourceName":"pNF cd52fbdf-bac3","resourceVersion":"1.0","resoucreType":"PNF","resourceUUID":"48cb457b-8c82-46cb-b87c-c5d13570ac6d","resourceInvariantUUID":"0ddf3eb6-372a-4241-9413-d1c3e1a222dd","resourceCustomizationUUID":"17967463-01a5-4edb-bbc7-9f86c33cd7ba","category":"Generic","subcategory":"Abstract","artifacts":[{"artifactName":"vf-license-model.xml","artifactType":"VF_LICENSE","artifactURL":"/sdc/v1/catalog/services/DemoPnfG6fiojvccrtynjqec0s9/1.0/resourceInstances/pnfcd52fbdfbac30/artifacts/vf-license-model.xml","artifactChecksum":"ZGU1ZDlmMDI3MmM1MzI3OWRlNmJmYzFlMWU0OGE2NTc\u003d","artifactDescription":"VF license file","artifactTimeout":0,"artifactUUID":"9752902e-bc5c-4c06-b694-2335b95191a8","artifactVersion":"1"},{"artifactName":"pNF.csar","artifactType":"ETSI_PACKAGE","artifactURL":"/sdc/v1/catalog/services/DemoPnfG6fiojvccrtynjqec0s9/1.0/resourceInstances/pnfcd52fbdfbac30/artifacts/pNF.csar","artifactChecksum":"NjE2OGU2NjU1ODRlYmM3ZmViMTJiMzY4OGI0ZjhiNDY\u003d","artifactDescription":"Artifact created from csar","artifactTimeout":0,"artifactUUID":"aed21043-a807-4a17-9911-3f7d9efcd03f","artifactVersion":"1"},{"artifactName":"mynetconf.yang","artifactType":"YANG_MODULE","artifactURL":"/sdc/v1/catalog/services/DemoPnfG6fiojvccrtynjqec0s9/1.0/resourceInstances/pnfcd52fbdfbac30/artifacts/mynetconf.yang","artifactChecksum":"N2Q1MDkxNjUwYzU1MWI2OTUzNmY4YTc3YmQ2YTlkZTc\u003d","artifactDescription":"Artifact created from csar","artifactTimeout":0,"artifactUUID":"cb0e8aa3-e62e-4342-9b9d-574aeed5c1fd","artifactVersion":"1"},{"artifactName":"vendor-license-model.xml","artifactType":"VENDOR_LICENSE","artifactURL":"/sdc/v1/catalog/services/DemoPnfG6fiojvccrtynjqec0s9/1.0/resourceInstances/pnfcd52fbdfbac30/artifacts/vendor-license-model.xml","artifactChecksum":"NmI4ZTA5YzYwMTczZTc0YmQ4NjNkMWIzNTAyMzk4MzA\u003d","artifactDescription":" Vendor license file","artifactTimeout":0,"artifactUUID":"bb19f25b-9c99-4229-85b7-efc5860e7dd8","artifactVersion":"1"},{"artifactName":"PM_Dictionary.yaml","artifactType":"PM_DICTIONARY","artifactURL":"/sdc/v1/catalog/services/DemoPnfG6fiojvccrtynjqec0s9/1.0/resourceInstances/pnfcd52fbdfbac30/artifacts/PM_Dictionary.yaml","artifactChecksum":"ZDJlYTVlNjA2ZGRhOTc3MDBkODVjNmEyMjA2OTA5YTE\u003d","artifactDescription":"Artifact created from csar","artifactTimeout":0,"artifactUUID":"52c205ea-b576-44ce-ab10-64be284adcb1","artifactVersion":"1"},{"artifactName":"MyPnf_Pnf_v1.yaml","artifactType":"VES_EVENTS","artifactURL":"/sdc/v1/catalog/services/DemoPnfG6fiojvccrtynjqec0s9/1.0/resourceInstances/pnfcd52fbdfbac30/artifacts/MyPnf_Pnf_v1.yaml","artifactChecksum":"ZTllOGUwNjdiYWEyMWJhZDc4NjNlOGNmNGJkZWVlMWY\u003d","artifactDescription":"Artifact created from csar","artifactTimeout":0,"artifactUUID":"fc4896b6-72bc-4ea9-949f-1c36f0cbb28c","artifactVersion":"1"}]}],"serviceArtifacts":[{"artifactName":"service-DemoPnfG6fiojvccrtynjqec0s9-template.yml","artifactType":"TOSCA_TEMPLATE","artifactURL":"/sdc/v1/catalog/services/DemoPnfG6fiojvccrtynjqec0s9/1.0/artifacts/service-DemoPnfG6fiojvccrtynjqec0s9-template.yml","artifactChecksum":"MzRlZDNkMzg5NzFjMmFiYTljM2U0YzMwZGY1YTFiYjU\u003d","artifactDescription":"TOSCA representation of the asset","artifactTimeout":0,"artifactUUID":"4608b5fb-07f2-40f2-8036-7ddd08d54791","artifactVersion":"1"},{"artifactName":"service-DemoPnfG6fiojvccrtynjqec0s9-csar.csar","artifactType":"TOSCA_CSAR","artifactURL":"/sdc/v1/catalog/services/DemoPnfG6fiojvccrtynjqec0s9/1.0/artifacts/service-DemoPnfG6fiojvccrtynjqec0s9-csar.csar","artifactChecksum":"NTQyOGZmY2NjYTNlYmQyMDdkODMzMmUyMGZmYWJiYzQ\u003d","artifactDescription":"TOSCA definition package of the asset","artifactTimeout":0,"artifactUUID":"a8125434-38df-4360-af81-e951f3dc26fe","artifactVersion":"1"}],"workloadContext":"Production"} 2022-06-07T11:51:36.303Z|f196883d-1cf1-4550-98f8-f9a2b4af1471|pool-2-thread-5|||||INFO|500||DistributionClient - sendNotificationStatus 2022-06-07T11:51:36.303Z|f196883d-1cf1-4550-98f8-f9a2b4af1471|pool-2-thread-5|||||INFO|500||DistributionClient - sendStatus 2022-06-07T11:51:36.306Z|f196883d-1cf1-4550-98f8-f9a2b4af1471|pool-2-thread-5|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap] 2022-06-07T11:51:36.306Z|f196883d-1cf1-4550-98f8-f9a2b4af1471|pool-2-thread-5|||||DEBUG|500||try to send status { "distributionID": "08911a67-f712-402f-9ce5-4c8231970804", "consumerID": "SO-COpenSource-Env11", "timestamp": 1654602695641, "artifactURL": "/sdc/v1/catalog/services/DemoPnfG6fiojvccrtynjqec0s9/1.0/resourceInstances/pnfcd52fbdfbac30/artifacts/vf-license-model.xml", "status": "NOT_NOTIFIED" } 2022-06-07T11:51:36.406Z||pool-100-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms 2022-06-07T11:51:36.407Z||pool-100-thread-1|||||WARN|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO will send credentials over a clear channel. 2022-06-07T11:51:36.407Z||pool-100-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as rACJoekZgDKIBPEP) ... 2022-06-07T11:51:36.422Z||pool-100-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK 2022-06-07T11:51:36.422Z||pool-100-thread-1|||||INFO|500||cambria reply ok (16 ms):{"serverTimeMs":1,"count":1} 2022-06-07T11:51:37.307Z|f196883d-1cf1-4550-98f8-f9a2b4af1471|pool-2-thread-5|||||INFO|500||DistributionClient - sendNotificationStatus 2022-06-07T11:51:37.315Z|f196883d-1cf1-4550-98f8-f9a2b4af1471|pool-2-thread-5|||||INFO|500||DistributionClient - sendStatus 2022-06-07T11:51:37.317Z|f196883d-1cf1-4550-98f8-f9a2b4af1471|pool-2-thread-5|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap] 2022-06-07T11:51:37.317Z|f196883d-1cf1-4550-98f8-f9a2b4af1471|pool-2-thread-5|||||DEBUG|500||try to send status { "distributionID": "08911a67-f712-402f-9ce5-4c8231970804", "consumerID": "SO-COpenSource-Env11", "timestamp": 1654602695641, "artifactURL": "/sdc/v1/catalog/services/DemoPnfG6fiojvccrtynjqec0s9/1.0/resourceInstances/pnfcd52fbdfbac30/artifacts/pNF.csar", "status": "NOT_NOTIFIED" } 2022-06-07T11:51:37.417Z||pool-101-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms 2022-06-07T11:51:37.418Z||pool-101-thread-1|||||WARN|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO will send credentials over a clear channel. 2022-06-07T11:51:37.418Z||pool-101-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as rACJoekZgDKIBPEP) ... 2022-06-07T11:51:37.445Z||pool-101-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK 2022-06-07T11:51:37.446Z||pool-101-thread-1|||||INFO|500||cambria reply ok (28 ms):{"serverTimeMs":0,"count":1} 2022-06-07T11:51:38.318Z|f196883d-1cf1-4550-98f8-f9a2b4af1471|pool-2-thread-5|||||INFO|500||DistributionClient - sendNotificationStatus 2022-06-07T11:51:38.318Z|f196883d-1cf1-4550-98f8-f9a2b4af1471|pool-2-thread-5|||||INFO|500||DistributionClient - sendStatus 2022-06-07T11:51:38.320Z|f196883d-1cf1-4550-98f8-f9a2b4af1471|pool-2-thread-5|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap] 2022-06-07T11:51:38.320Z|f196883d-1cf1-4550-98f8-f9a2b4af1471|pool-2-thread-5|||||DEBUG|500||try to send status { "distributionID": "08911a67-f712-402f-9ce5-4c8231970804", "consumerID": "SO-COpenSource-Env11", "timestamp": 1654602695641, "artifactURL": "/sdc/v1/catalog/services/DemoPnfG6fiojvccrtynjqec0s9/1.0/resourceInstances/pnfcd52fbdfbac30/artifacts/mynetconf.yang", "status": "NOT_NOTIFIED" } 2022-06-07T11:51:38.420Z||pool-102-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 99 ms 2022-06-07T11:51:38.421Z||pool-102-thread-1|||||WARN|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO will send credentials over a clear channel. 2022-06-07T11:51:38.421Z||pool-102-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as rACJoekZgDKIBPEP) ... 2022-06-07T11:51:38.444Z||pool-102-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK 2022-06-07T11:51:38.444Z||pool-102-thread-1|||||INFO|500||cambria reply ok (23 ms):{"serverTimeMs":1,"count":1} 2022-06-07T11:51:39.321Z|f196883d-1cf1-4550-98f8-f9a2b4af1471|pool-2-thread-5|||||INFO|500||DistributionClient - sendNotificationStatus 2022-06-07T11:51:39.322Z|f196883d-1cf1-4550-98f8-f9a2b4af1471|pool-2-thread-5|||||INFO|500||DistributionClient - sendStatus 2022-06-07T11:51:39.324Z|f196883d-1cf1-4550-98f8-f9a2b4af1471|pool-2-thread-5|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap] 2022-06-07T11:51:39.324Z|f196883d-1cf1-4550-98f8-f9a2b4af1471|pool-2-thread-5|||||DEBUG|500||try to send status { "distributionID": "08911a67-f712-402f-9ce5-4c8231970804", "consumerID": "SO-COpenSource-Env11", "timestamp": 1654602695641, "artifactURL": "/sdc/v1/catalog/services/DemoPnfG6fiojvccrtynjqec0s9/1.0/resourceInstances/pnfcd52fbdfbac30/artifacts/vendor-license-model.xml", "status": "NOT_NOTIFIED" } 2022-06-07T11:51:39.426Z||pool-103-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 102 ms 2022-06-07T11:51:39.427Z||pool-103-thread-1|||||WARN|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO will send credentials over a clear channel. 2022-06-07T11:51:39.427Z||pool-103-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as rACJoekZgDKIBPEP) ... 2022-06-07T11:51:39.444Z||pool-103-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK 2022-06-07T11:51:39.444Z||pool-103-thread-1|||||INFO|500||cambria reply ok (18 ms):{"serverTimeMs":1,"count":1} 2022-06-07T11:51:40.325Z|f196883d-1cf1-4550-98f8-f9a2b4af1471|pool-2-thread-5|||||INFO|500||DistributionClient - sendNotificationStatus 2022-06-07T11:51:40.326Z|f196883d-1cf1-4550-98f8-f9a2b4af1471|pool-2-thread-5|||||INFO|500||DistributionClient - sendStatus 2022-06-07T11:51:40.329Z|f196883d-1cf1-4550-98f8-f9a2b4af1471|pool-2-thread-5|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap] 2022-06-07T11:51:40.329Z|f196883d-1cf1-4550-98f8-f9a2b4af1471|pool-2-thread-5|||||DEBUG|500||try to send status { "distributionID": "08911a67-f712-402f-9ce5-4c8231970804", "consumerID": "SO-COpenSource-Env11", "timestamp": 1654602695641, "artifactURL": "/sdc/v1/catalog/services/DemoPnfG6fiojvccrtynjqec0s9/1.0/resourceInstances/pnfcd52fbdfbac30/artifacts/PM_Dictionary.yaml", "status": "NOT_NOTIFIED" } 2022-06-07T11:51:40.429Z||pool-104-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms 2022-06-07T11:51:40.430Z||pool-104-thread-1|||||WARN|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO will send credentials over a clear channel. 2022-06-07T11:51:40.430Z||pool-104-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as rACJoekZgDKIBPEP) ... 2022-06-07T11:51:40.452Z||pool-104-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK 2022-06-07T11:51:40.452Z||pool-104-thread-1|||||INFO|500||cambria reply ok (23 ms):{"serverTimeMs":1,"count":1} 2022-06-07T11:51:41.330Z|f196883d-1cf1-4550-98f8-f9a2b4af1471|pool-2-thread-5|||||INFO|500||DistributionClient - sendNotificationStatus 2022-06-07T11:51:41.331Z|f196883d-1cf1-4550-98f8-f9a2b4af1471|pool-2-thread-5|||||INFO|500||DistributionClient - sendStatus 2022-06-07T11:51:41.333Z|f196883d-1cf1-4550-98f8-f9a2b4af1471|pool-2-thread-5|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap] 2022-06-07T11:51:41.333Z|f196883d-1cf1-4550-98f8-f9a2b4af1471|pool-2-thread-5|||||DEBUG|500||try to send status { "distributionID": "08911a67-f712-402f-9ce5-4c8231970804", "consumerID": "SO-COpenSource-Env11", "timestamp": 1654602695641, "artifactURL": "/sdc/v1/catalog/services/DemoPnfG6fiojvccrtynjqec0s9/1.0/resourceInstances/pnfcd52fbdfbac30/artifacts/MyPnf_Pnf_v1.yaml", "status": "NOT_NOTIFIED" } 2022-06-07T11:51:41.433Z||pool-105-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms 2022-06-07T11:51:41.434Z||pool-105-thread-1|||||WARN|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO will send credentials over a clear channel. 2022-06-07T11:51:41.434Z||pool-105-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as rACJoekZgDKIBPEP) ... 2022-06-07T11:51:41.458Z||pool-105-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK 2022-06-07T11:51:41.458Z||pool-105-thread-1|||||INFO|500||cambria reply ok (25 ms):{"serverTimeMs":1,"count":1} 2022-06-07T11:51:42.333Z|f196883d-1cf1-4550-98f8-f9a2b4af1471|pool-2-thread-5|||||INFO|500||DistributionClient - sendNotificationStatus 2022-06-07T11:51:42.334Z|f196883d-1cf1-4550-98f8-f9a2b4af1471|pool-2-thread-5|||||INFO|500||DistributionClient - sendStatus 2022-06-07T11:51:42.337Z|f196883d-1cf1-4550-98f8-f9a2b4af1471|pool-2-thread-5|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap] 2022-06-07T11:51:42.337Z|f196883d-1cf1-4550-98f8-f9a2b4af1471|pool-2-thread-5|||||DEBUG|500||try to send status { "distributionID": "08911a67-f712-402f-9ce5-4c8231970804", "consumerID": "SO-COpenSource-Env11", "timestamp": 1654602695641, "artifactURL": "/sdc/v1/catalog/services/DemoPnfG6fiojvccrtynjqec0s9/1.0/artifacts/service-DemoPnfG6fiojvccrtynjqec0s9-template.yml", "status": "NOT_NOTIFIED" } 2022-06-07T11:51:42.437Z||pool-106-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms 2022-06-07T11:51:42.438Z||pool-106-thread-1|||||WARN|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO will send credentials over a clear channel. 2022-06-07T11:51:42.438Z||pool-106-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as rACJoekZgDKIBPEP) ... 2022-06-07T11:51:42.454Z||pool-106-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK 2022-06-07T11:51:42.455Z||pool-106-thread-1|||||INFO|500||cambria reply ok (18 ms):{"serverTimeMs":1,"count":1} 2022-06-07T11:51:43.338Z|f196883d-1cf1-4550-98f8-f9a2b4af1471|pool-2-thread-5|||||INFO|500||DistributionClient - sendNotificationStatus 2022-06-07T11:51:43.338Z|f196883d-1cf1-4550-98f8-f9a2b4af1471|pool-2-thread-5|||||INFO|500||DistributionClient - sendStatus 2022-06-07T11:51:43.340Z|f196883d-1cf1-4550-98f8-f9a2b4af1471|pool-2-thread-5|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap] 2022-06-07T11:51:43.340Z|f196883d-1cf1-4550-98f8-f9a2b4af1471|pool-2-thread-5|||||DEBUG|500||try to send status { "distributionID": "08911a67-f712-402f-9ce5-4c8231970804", "consumerID": "SO-COpenSource-Env11", "timestamp": 1654602695641, "artifactURL": "/sdc/v1/catalog/services/DemoPnfG6fiojvccrtynjqec0s9/1.0/artifacts/service-DemoPnfG6fiojvccrtynjqec0s9-csar.csar", "status": "NOTIFIED" } 2022-06-07T11:51:43.440Z||pool-107-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 99 ms 2022-06-07T11:51:43.441Z||pool-107-thread-1|||||WARN|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO will send credentials over a clear channel. 2022-06-07T11:51:43.441Z||pool-107-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as rACJoekZgDKIBPEP) ... 2022-06-07T11:51:43.457Z||pool-107-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK 2022-06-07T11:51:43.457Z||pool-107-thread-1|||||INFO|500||cambria reply ok (16 ms):{"serverTimeMs":0,"count":1} 2022-06-07T11:51:44.341Z|f196883d-1cf1-4550-98f8-f9a2b4af1471|pool-2-thread-5|||||DEBUG|500||sending notification to client: { "distributionID": "08911a67-f712-402f-9ce5-4c8231970804", "serviceName": "Demo_pNF_G6fIojVcCRTynjqEC0S9", "serviceVersion": "1.0", "serviceUUID": "75a26cec-df2f-42a9-8d3f-230acd8af87d", "serviceDescription": "catalog service description", "serviceInvariantUUID": "f83393cd-b2e6-4d0c-b115-346b3e4bfd87", "resources": [ { "resourceInstanceName": "pNF cd52fbdf-bac3 0", "resourceCustomizationUUID": "17967463-01a5-4edb-bbc7-9f86c33cd7ba", "resourceName": "pNF cd52fbdf-bac3", "resourceVersion": "1.0", "resoucreType": "PNF", "resourceUUID": "48cb457b-8c82-46cb-b87c-c5d13570ac6d", "resourceInvariantUUID": "0ddf3eb6-372a-4241-9413-d1c3e1a222dd", "category": "Generic", "subcategory": "Abstract", "artifacts": [] } ], "serviceArtifacts": [ { "artifactName": "service-DemoPnfG6fiojvccrtynjqec0s9-csar.csar", "artifactType": "TOSCA_CSAR", "artifactURL": "/sdc/v1/catalog/services/DemoPnfG6fiojvccrtynjqec0s9/1.0/artifacts/service-DemoPnfG6fiojvccrtynjqec0s9-csar.csar", "artifactChecksum": "NTQyOGZmY2NjYTNlYmQyMDdkODMzMmUyMGZmYWJiYzQ\u003d", "artifactDescription": "TOSCA definition package of the asset", "artifactTimeout": 0, "artifactVersion": "1", "artifactUUID": "a8125434-38df-4360-af81-e951f3dc26fe" } ], "workloadContext": "Production" } 2022-06-07T11:51:44.342Z|f196883d-1cf1-4550-98f8-f9a2b4af1471|pool-2-thread-5|||||DEBUG|500||Receive a callback notification in ASDC, nb of resources: 1 2022-06-07T11:51:44.342Z|f196883d-1cf1-4550-98f8-f9a2b4af1471|pool-2-thread-5|||||INFO|500||ASDC_RECEIVE_CALLBACK_NOTIF 0 75a26cec-df2f-42a9-8d3f-230acd8af87d ASDC 2022-06-07T11:51:44.343Z|08911a67-f712-402f-9ce5-4c8231970804|pool-2-thread-5|||||DEBUG|500||ASDC Notification: DistributionID:08911a67-f712-402f-9ce5-4c8231970804 ServiceName:Demo_pNF_G6fIojVcCRTynjqEC0S9 ServiceVersion:1.0 ServiceUUID:75a26cec-df2f-42a9-8d3f-230acd8af87d ServiceInvariantUUID:f83393cd-b2e6-4d0c-b115-346b3e4bfd87 ServiceDescription:catalog service description Service Artifacts List: { Service Artifacts Info: ArtifactName:service-DemoPnfG6fiojvccrtynjqec0s9-csar.csar ArtifactVersion:1 ArtifactType:TOSCA_CSAR ArtifactDescription:TOSCA definition package of the asset ArtifactTimeout:0 ArtifactURL:/sdc/v1/catalog/services/DemoPnfG6fiojvccrtynjqec0s9/1.0/artifacts/service-DemoPnfG6fiojvccrtynjqec0s9-csar.csar ArtifactUUID:a8125434-38df-4360-af81-e951f3dc26fe ArtifactChecksum:NTQyOGZmY2NjYTNlYmQyMDdkODMzMmUyMGZmYWJiYzQ= GeneratedArtifact:{NULL } RelatedArtifacts:{ } } Resource Instances List: { Resource Instance Info: ResourceInstanceName:pNF cd52fbdf-bac3 0 ResourceCustomizationUUID:17967463-01a5-4edb-bbc7-9f86c33cd7ba ResourceInvariantUUID:0ddf3eb6-372a-4241-9413-d1c3e1a222dd ResourceName:pNF cd52fbdf-bac3 ResourceType:PNF ResourceUUID:48cb457b-8c82-46cb-b87c-c5d13570ac6d ResourceVersion:1.0 Category:Generic SubCategory:Abstract Resource Artifacts List: NULL } 2022-06-07T11:51:44.343Z|08911a67-f712-402f-9ce5-4c8231970804|pool-2-thread-5|||||INFO|500||ASDC_RECEIVE_SERVICE_NOTIF 75a26cec-df2f-42a9-8d3f-230acd8af87d ASDC treatNotification Hibernate: select watchdogse0_.DISTRIBUTION_ID as distribu1_13_0_, watchdogse0_.SERVICE_MODEL_VERSION_ID as service_2_13_0_, watchdogse0_.CONSUMER_ID as consumer3_13_0_, watchdogse0_.CREATE_TIME as create_t4_13_0_, watchdogse0_.DISTRIBUTION_NOTIFICATION as distribu5_13_0_ from watchdog_service_mod_ver_id_lookup watchdogse0_ where watchdogse0_.DISTRIBUTION_ID=? and watchdogse0_.SERVICE_MODEL_VERSION_ID=? Hibernate: insert into watchdog_service_mod_ver_id_lookup (CONSUMER_ID, CREATE_TIME, DISTRIBUTION_NOTIFICATION, DISTRIBUTION_ID, SERVICE_MODEL_VERSION_ID) values (?, ?, ?, ?, ?) Hibernate: select watchdogdi0_.DISTRIBUTION_ID as distribu1_11_0_, watchdogdi0_.CREATE_TIME as create_t2_11_0_, watchdogdi0_.DISTRIBUTION_ID_STATUS as distribu3_11_0_, watchdogdi0_.MODIFY_TIME as modify_t4_11_0_, watchdogdi0_.LOCK_VERSION as lock_ver5_11_0_ from watchdog_distributionid_status watchdogdi0_ where watchdogdi0_.DISTRIBUTION_ID=? Hibernate: update watchdog_distributionid_status set DISTRIBUTION_ID_STATUS=?, MODIFY_TIME=?, LOCK_VERSION=? where DISTRIBUTION_ID=? 2022-06-07T11:51:44.373Z|08911a67-f712-402f-9ce5-4c8231970804|pool-2-thread-5|||||INFO|500||Unable to find the system property mso.config.path, use the default configuration 2022-06-07T11:51:44.373Z|08911a67-f712-402f-9ce5-4c8231970804|pool-2-thread-5|||||INFO|500||MSO config path is: /app 2022-06-07T11:51:44.374Z|08911a67-f712-402f-9ce5-4c8231970804|pool-2-thread-5|||||INFO|500||MSO config path is: /app 2022-06-07T11:51:44.374Z|08911a67-f712-402f-9ce5-4c8231970804|pool-2-thread-5|||||INFO|500||Trying to download the artifact UUID: a8125434-38df-4360-af81-e951f3dc26fe from URL: /sdc/v1/catalog/services/DemoPnfG6fiojvccrtynjqec0s9/1.0/artifacts/service-DemoPnfG6fiojvccrtynjqec0s9-csar.csar 2022-06-07T11:51:44.374Z|08911a67-f712-402f-9ce5-4c8231970804|pool-2-thread-5|||||INFO|500||DistributionClient - download 2022-06-07T11:51:44.374Z|08911a67-f712-402f-9ce5-4c8231970804|pool-2-thread-5|||||DEBUG|500||url to send https://sdc-be.onap:8443/sdc/v1/catalog/services/DemoPnfG6fiojvccrtynjqec0s9/1.0/artifacts/service-DemoPnfG6fiojvccrtynjqec0s9-csar.csar 2022-06-07T11:51:44.474Z|08911a67-f712-402f-9ce5-4c8231970804|pool-2-thread-5|||||DEBUG|500||GET Response Status 200 2022-06-07T11:51:44.478Z|08911a67-f712-402f-9ce5-4c8231970804|pool-2-thread-5|||||INFO|500||ASDC_ARTIFACT_DOWNLOAD_SUC /sdc/v1/catalog/services/DemoPnfG6fiojvccrtynjqec0s9/1.0/artifacts/service-DemoPnfG6fiojvccrtynjqec0s9-csar.csar a8125434-38df-4360-af81-e951f3dc26fe 82635 2022-06-07T11:51:44.478Z|08911a67-f712-402f-9ce5-4c8231970804|pool-2-thread-5|||||INFO|500||ASDC_SEND_NOTIF_ASDC DOWNLOAD DOWNLOAD_OK /sdc/v1/catalog/services/DemoPnfG6fiojvccrtynjqec0s9/1.0/artifacts/service-DemoPnfG6fiojvccrtynjqec0s9-csar.csar ASDC sendASDCNotification 2022-06-07T11:51:44.478Z|08911a67-f712-402f-9ce5-4c8231970804|pool-2-thread-5|||||DEBUG|500||Sending DOWNLOAD(DOWNLOAD_OK) notification to ASDC for artifact:/sdc/v1/catalog/services/DemoPnfG6fiojvccrtynjqec0s9/1.0/artifacts/service-DemoPnfG6fiojvccrtynjqec0s9-csar.csar 2022-06-07T11:51:44.479Z|08911a67-f712-402f-9ce5-4c8231970804|pool-2-thread-5|||||INFO|500||DistributionClient - sendDownloadStatus 2022-06-07T11:51:44.479Z|08911a67-f712-402f-9ce5-4c8231970804|pool-2-thread-5|||||INFO|500||DistributionClient - sendStatus 2022-06-07T11:51:44.481Z|08911a67-f712-402f-9ce5-4c8231970804|pool-2-thread-5|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap] 2022-06-07T11:51:44.481Z|08911a67-f712-402f-9ce5-4c8231970804|pool-2-thread-5|||||DEBUG|500||try to send status { "distributionID": "08911a67-f712-402f-9ce5-4c8231970804", "consumerID": "SO-COpenSource-Env11", "timestamp": 1654602704478, "artifactURL": "/sdc/v1/catalog/services/DemoPnfG6fiojvccrtynjqec0s9/1.0/artifacts/service-DemoPnfG6fiojvccrtynjqec0s9-csar.csar", "status": "DOWNLOAD_OK" } 2022-06-07T11:51:44.581Z||pool-108-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms 2022-06-07T11:51:44.582Z||pool-108-thread-1|||||WARN|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO will send credentials over a clear channel. 2022-06-07T11:51:44.582Z||pool-108-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as rACJoekZgDKIBPEP) ... 2022-06-07T11:51:44.598Z||pool-108-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK 2022-06-07T11:51:44.599Z||pool-108-thread-1|||||INFO|500||cambria reply ok (17 ms):{"serverTimeMs":0,"count":1} 2022-06-07T11:51:45.482Z|08911a67-f712-402f-9ce5-4c8231970804|pool-2-thread-5|||||INFO|500||Unable to find the system property mso.config.path, use the default configuration 2022-06-07T11:51:45.483Z|08911a67-f712-402f-9ce5-4c8231970804|pool-2-thread-5|||||INFO|500||MSO config path is: /app 2022-06-07T11:51:45.483Z|08911a67-f712-402f-9ce5-4c8231970804|pool-2-thread-5|||||INFO|500||Trying to write artifact UUID: a8125434-38df-4360-af81-e951f3dc26fe, URL: /sdc/v1/catalog/services/DemoPnfG6fiojvccrtynjqec0s9/1.0/artifacts/service-DemoPnfG6fiojvccrtynjqec0s9-csar.csar to file: /app/ASDC/1/service-DemoPnfG6fiojvccrtynjqec0s9-csar.csar 2022-06-07T11:51:45.484Z|08911a67-f712-402f-9ce5-4c8231970804|pool-2-thread-5|||||INFO|500||ASDC_RECEIVE_SERVICE_NOTIF ***WRITE FILE ARTIFACT NAME ASDC service-DemoPnfG6fiojvccrtynjqec0s9-csar.csar 2022-06-07T11:51:45.485Z|08911a67-f712-402f-9ce5-4c8231970804|pool-2-thread-5|||||DEBUG|500||ASDC File path is: /app/ASDC/1/service-DemoPnfG6fiojvccrtynjqec0s9-csar.csar 2022-06-07T11:51:45.485Z|08911a67-f712-402f-9ce5-4c8231970804|pool-2-thread-5|||||INFO|500||ASDC_RECEIVE_SERVICE_NOTIF ***PATH ASDC /app/ASDC/1/service-DemoPnfG6fiojvccrtynjqec0s9-csar.csar 2022-06-07T11:51:45.642Z|08911a67-f712-402f-9ce5-4c8231970804|pool-2-thread-5|||||DEBUG|500||ToscaTemplate Loading YAMEL file /tmp/JTP13337156486215518039/Definitions/service-DemoPnfG6fiojvccrtynjqec0s9-template.yml 2022-06-07T11:51:46.490Z|08911a67-f712-402f-9ce5-4c8231970804|pool-2-thread-5|||||DEBUG|500||CSAR conformance level is 11.0 2022-06-07T11:51:46.490Z|08911a67-f712-402f-9ce5-4c8231970804|pool-2-thread-5|||||WARN|500||#################################################################################################### 2022-06-07T11:51:46.491Z|08911a67-f712-402f-9ce5-4c8231970804|pool-2-thread-5|||||WARN|500||CSAR Warnings found! CSAR name - /app/ASDC/1/service-DemoPnfG6fiojvccrtynjqec0s9-csar.csar 2022-06-07T11:51:46.491Z|08911a67-f712-402f-9ce5-4c8231970804|pool-2-thread-5|||||WARN|500||ToscaTemplate - verifyTemplate - 7 Parsing Warnings occurred... 2022-06-07T11:51:46.491Z|08911a67-f712-402f-9ce5-4c8231970804|pool-2-thread-5|||||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-DemoPnfG6fiojvccrtynjqec0s9-csar.csar 2022-06-07T11:51:46.491Z|08911a67-f712-402f-9ce5-4c8231970804|pool-2-thread-5|||||WARN|500||JTosca Exception [JE003]: MissingRequiredFieldError: properties of template "pnfExtCp_1" are missing field(s): [unit, type]. CSAR name - /app/ASDC/1/service-DemoPnfG6fiojvccrtynjqec0s9-csar.csar 2022-06-07T11:51:46.491Z|08911a67-f712-402f-9ce5-4c8231970804|pool-2-thread-5|||||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-DemoPnfG6fiojvccrtynjqec0s9-csar.csar 2022-06-07T11:51:46.491Z|08911a67-f712-402f-9ce5-4c8231970804|pool-2-thread-5|||||WARN|500||JTosca Exception [JE003]: MissingRequiredFieldError: Data value of type "org.openecomp.datatypes.AssignmentRequirements" is missing required field(s) "[supplemental_data]". CSAR name - /app/ASDC/1/service-DemoPnfG6fiojvccrtynjqec0s9-csar.csar 2022-06-07T11:51:46.492Z|08911a67-f712-402f-9ce5-4c8231970804|pool-2-thread-5|||||WARN|500||JTosca Exception [JE003]: MissingRequiredFieldError: Data value of type "org.openecomp.datatypes.network.MacRequirements" is missing required field(s) "[supplemental_data]". CSAR name - /app/ASDC/1/service-DemoPnfG6fiojvccrtynjqec0s9-csar.csar 2022-06-07T11:51:46.492Z|08911a67-f712-402f-9ce5-4c8231970804|pool-2-thread-5|||||WARN|500||JTosca Exception [JE003]: MissingRequiredFieldError: properties of template "pNF cd52fbdf-bac3 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-DemoPnfG6fiojvccrtynjqec0s9-csar.csar 2022-06-07T11:51:46.492Z|08911a67-f712-402f-9ce5-4c8231970804|pool-2-thread-5|||||WARN|500||JTosca Exception [JE003]: MissingRequiredFieldError: Data value of type "org.openecomp.datatypes.Naming" is missing required field(s) "[supplemental_data]". CSAR name - /app/ASDC/1/service-DemoPnfG6fiojvccrtynjqec0s9-csar.csar 2022-06-07T11:51:46.492Z|08911a67-f712-402f-9ce5-4c8231970804|pool-2-thread-5|||||WARN|500||#################################################################################################### 2022-06-07T11:51:46.492Z|08911a67-f712-402f-9ce5-4c8231970804|pool-2-thread-5|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive 2022-06-07T11:51:46.492Z|08911a67-f712-402f-9ce5-4c8231970804|pool-2-thread-5|||||DEBUG|500||Service Demo_pNF_G6fIojVcCRTynjqEC0S9 is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=SERVICE_PROXY, toscaType=null, uUID=null, customizationUUID=null 2022-06-07T11:51:46.493Z|08911a67-f712-402f-9ce5-4c8231970804|pool-2-thread-5|||||DEBUG|500||Node template pNF cd52fbdf-bac3 0 is matching search criteria 2022-06-07T11:51:46.493Z|08911a67-f712-402f-9ce5-4c8231970804|pool-2-thread-5|||||DEBUG|500||Search for entities recursively 2022-06-07T11:51:46.493Z|08911a67-f712-402f-9ce5-4c8231970804|pool-2-thread-5|||||DEBUG|500||Found topology templates [pNF cd52fbdf-bac3 0] matching following query criteria: sdcType=Service, customizationUUID=null 2022-06-07T11:51:46.493Z|08911a67-f712-402f-9ce5-4c8231970804|pool-2-thread-5|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive 2022-06-07T11:51:46.494Z|08911a67-f712-402f-9ce5-4c8231970804|pool-2-thread-5|||||DEBUG|500||Service Demo_pNF_G6fIojVcCRTynjqEC0S9 is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=CONFIGURATION, toscaType=null, uUID=null, customizationUUID=null 2022-06-07T11:51:46.494Z|08911a67-f712-402f-9ce5-4c8231970804|pool-2-thread-5|||||DEBUG|500||Node template pNF cd52fbdf-bac3 0 is matching search criteria 2022-06-07T11:51:46.494Z|08911a67-f712-402f-9ce5-4c8231970804|pool-2-thread-5|||||DEBUG|500||Search for entities recursively 2022-06-07T11:51:46.494Z|08911a67-f712-402f-9ce5-4c8231970804|pool-2-thread-5|||||DEBUG|500||Found topology templates [pNF cd52fbdf-bac3 0] matching following query criteria: sdcType=Service, customizationUUID=null 2022-06-07T11:51:46.494Z|08911a67-f712-402f-9ce5-4c8231970804|pool-2-thread-5|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive 2022-06-07T11:51:46.495Z|08911a67-f712-402f-9ce5-4c8231970804|pool-2-thread-5|||||DEBUG|500||Service Demo_pNF_G6fIojVcCRTynjqEC0S9 is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=VF, toscaType=null, uUID=null, customizationUUID=null 2022-06-07T11:51:46.495Z|08911a67-f712-402f-9ce5-4c8231970804|pool-2-thread-5|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive 2022-06-07T11:51:46.495Z|08911a67-f712-402f-9ce5-4c8231970804|pool-2-thread-5|||||DEBUG|500||Service Demo_pNF_G6fIojVcCRTynjqEC0S9 is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=VL, toscaType=null, uUID=null, customizationUUID=null 2022-06-07T11:51:46.495Z|08911a67-f712-402f-9ce5-4c8231970804|pool-2-thread-5|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive 2022-06-07T11:51:46.495Z|08911a67-f712-402f-9ce5-4c8231970804|pool-2-thread-5|||||DEBUG|500||Service Demo_pNF_G6fIojVcCRTynjqEC0S9 is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=CR, toscaType=null, uUID=null, customizationUUID=null 2022-06-07T11:51:46.496Z|08911a67-f712-402f-9ce5-4c8231970804|pool-2-thread-5|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive 2022-06-07T11:51:46.496Z|08911a67-f712-402f-9ce5-4c8231970804|pool-2-thread-5|||||DEBUG|500||Service Demo_pNF_G6fIojVcCRTynjqEC0S9 is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=VF, toscaType=null, uUID=null, customizationUUID=null 2022-06-07T11:51:46.496Z|08911a67-f712-402f-9ce5-4c8231970804|pool-2-thread-5|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive 2022-06-07T11:51:46.496Z|08911a67-f712-402f-9ce5-4c8231970804|pool-2-thread-5|||||DEBUG|500||Service Demo_pNF_G6fIojVcCRTynjqEC0S9 is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=PNF, toscaType=null, uUID=null, customizationUUID=null 2022-06-07T11:51:46.496Z|08911a67-f712-402f-9ce5-4c8231970804|pool-2-thread-5|||||DEBUG|500||CSAR Notification: Service Level Properties: Name:Demo_pNF_G6fIojVcCRTynjqEC0S9 Description:catalog service description Model UUID:75a26cec-df2f-42a9-8d3f-230acd8af87d Model Version:NULL Model InvariantUuid:f83393cd-b2e6-4d0c-b115-346b3e4bfd87 Service Type: Service Role: WorkLoad Context:Production Environment Context:General_Revenue-Bearing VF Allotted Resource Properties: PNF Allotted Resource Properties: Hibernate: select toscacsar0_.ARTIFACT_UUID as artifact1_57_0_, toscacsar0_.ARTIFACT_CHECKSUM as artifact2_57_0_, toscacsar0_.CREATION_TIMESTAMP as creation3_57_0_, toscacsar0_.DESCRIPTION as descript4_57_0_, toscacsar0_.NAME as name5_57_0_, toscacsar0_.URL as url6_57_0_, toscacsar0_.Version as version7_57_0_ from tosca_csar toscacsar0_ where toscacsar0_.ARTIFACT_UUID=? 2022-06-07T11:51:46.509Z|08911a67-f712-402f-9ce5-4c8231970804|pool-2-thread-5|||||INFO|500||Processing Resource Type: PNF, Model UUID: 48cb457b-8c82-46cb-b87c-c5d13570ac6d Hibernate: select service0_.MODEL_UUID as model_uu1_50_, service0_.CDS_BLUEPRINT_NAME as cds_blue2_50_, service0_.CDS_BLUEPRINT_VERSION as cds_blue3_50_, service0_.SERVICE_CATEGORY as service_4_50_, service0_.CONTROLLER_ACTOR as controll5_50_, service0_.CREATION_TIMESTAMP as creation6_50_, service0_.TOSCA_CSAR_ARTIFACT_UUID as tosca_c21_50_, service0_.DESCRIPTION as descript7_50_, service0_.OVERALL_DISTRIBUTION_STATUS as overall_8_50_, service0_.ENVIRONMENT_CONTEXT as environm9_50_, service0_.MODEL_INVARIANT_UUID as model_i10_50_, service0_.MODEL_NAME as model_n11_50_, service0_.MODEL_VERSION as model_v12_50_, service0_.NAMING_POLICY as naming_13_50_, service0_.ONAP_GENERATED_NAMING as onap_ge14_50_, service0_.RESOURCE_ORDER as resourc15_50_, service0_.SERVICE_FUNCTION as service16_50_, service0_.SERVICE_ROLE as service17_50_, service0_.SERVICE_TYPE as service18_50_, service0_.SKIP_POST_INSTANTIATION_CONFIGURATION as skip_po19_50_, service0_.WORKLOAD_CONTEXT as workloa20_50_ from service service0_ where service0_.MODEL_UUID=? 2022-06-07T11:51:46.513Z|08911a67-f712-402f-9ce5-4c8231970804|pool-2-thread-5|||||INFO|500||pNF cd52fbdf-bac3 0 2022-06-07T11:51:46.513Z|08911a67-f712-402f-9ce5-4c8231970804|pool-2-thread-5|||||DEBUG|500||Processing Resource Type: PNF and Model UUID: 48cb457b-8c82-46cb-b87c-c5d13570ac6d 2022-06-07T11:51:46.513Z|08911a67-f712-402f-9ce5-4c8231970804|pool-2-thread-5|||||DEBUG|500||No resources found for Service: 75a26cec-df2f-42a9-8d3f-230acd8af87d 2022-06-07T11:51:46.513Z|08911a67-f712-402f-9ce5-4c8231970804|pool-2-thread-5|||||DEBUG|500||Preparing to deploy Service: 75a26cec-df2f-42a9-8d3f-230acd8af87d 2022-06-07T11:51:46.514Z|08911a67-f712-402f-9ce5-4c8231970804|pool-2-thread-5|||||INFO|500||ASDC_START_DEPLOY_ARTIFACT pNF cd52fbdf-bac3 0 48cb457b-8c82-46cb-b87c-c5d13570ac6d ASDC Hibernate: select toscacsar0_.ARTIFACT_UUID as artifact1_57_0_, toscacsar0_.ARTIFACT_CHECKSUM as artifact2_57_0_, toscacsar0_.CREATION_TIMESTAMP as creation3_57_0_, toscacsar0_.DESCRIPTION as descript4_57_0_, toscacsar0_.NAME as name5_57_0_, toscacsar0_.URL as url6_57_0_, toscacsar0_.Version as version7_57_0_ from tosca_csar toscacsar0_ where toscacsar0_.ARTIFACT_UUID=? Hibernate: select service0_.MODEL_UUID as model_uu1_50_, service0_.CDS_BLUEPRINT_NAME as cds_blue2_50_, service0_.CDS_BLUEPRINT_VERSION as cds_blue3_50_, service0_.SERVICE_CATEGORY as service_4_50_, service0_.CONTROLLER_ACTOR as controll5_50_, service0_.CREATION_TIMESTAMP as creation6_50_, service0_.TOSCA_CSAR_ARTIFACT_UUID as tosca_c21_50_, service0_.DESCRIPTION as descript7_50_, service0_.OVERALL_DISTRIBUTION_STATUS as overall_8_50_, service0_.ENVIRONMENT_CONTEXT as environm9_50_, service0_.MODEL_INVARIANT_UUID as model_i10_50_, service0_.MODEL_NAME as model_n11_50_, service0_.MODEL_VERSION as model_v12_50_, service0_.NAMING_POLICY as naming_13_50_, service0_.ONAP_GENERATED_NAMING as onap_ge14_50_, service0_.RESOURCE_ORDER as resourc15_50_, service0_.SERVICE_FUNCTION as service16_50_, service0_.SERVICE_ROLE as service17_50_, service0_.SERVICE_TYPE as service18_50_, service0_.SKIP_POST_INSTANTIATION_CONFIGURATION as skip_po19_50_, service0_.WORKLOAD_CONTEXT as workloa20_50_ from service service0_ where service0_.MODEL_UUID=? 2022-06-07T11:51:46.518Z|08911a67-f712-402f-9ce5-4c8231970804|pool-2-thread-5|||||DEBUG|500||serviceInputs: {} [org.onap.sdc.toscaparser.api.parameters.Input@276c4340, org.onap.sdc.toscaparser.api.parameters.Input@4dc4718d, org.onap.sdc.toscaparser.api.parameters.Input@148b0df1, org.onap.sdc.toscaparser.api.parameters.Input@7e6dc585, org.onap.sdc.toscaparser.api.parameters.Input@3bdeff4b] 2022-06-07T11:51:46.519Z|08911a67-f712-402f-9ce5-4c8231970804|pool-2-thread-5|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive 2022-06-07T11:51:46.519Z|08911a67-f712-402f-9ce5-4c8231970804|pool-2-thread-5|||||DEBUG|500||Service Demo_pNF_G6fIojVcCRTynjqEC0S9 is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=null, toscaType=null, uUID=null, customizationUUID=null 2022-06-07T11:51:46.519Z|08911a67-f712-402f-9ce5-4c8231970804|pool-2-thread-5|||||DEBUG|500|| resourceSeq for service uuid 75a26cec-df2f-42a9-8d3f-230acd8af87d: pNF cd52fbdf-bac3 2022-06-07T11:51:46.519Z|08911a67-f712-402f-9ce5-4c8231970804|pool-2-thread-5|||||INFO|500||Processing PNF resource: 48cb457b-8c82-46cb-b87c-c5d13570ac6d 2022-06-07T11:51:46.520Z|08911a67-f712-402f-9ce5-4c8231970804|pool-2-thread-5|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive 2022-06-07T11:51:46.520Z|08911a67-f712-402f-9ce5-4c8231970804|pool-2-thread-5|||||DEBUG|500||Service Demo_pNF_G6fIojVcCRTynjqEC0S9 is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=PNF, toscaType=null, uUID=null, customizationUUID=null 2022-06-07T11:51:46.520Z|08911a67-f712-402f-9ce5-4c8231970804|pool-2-thread-5|||||INFO|500||Resource customization UUID: 17967463-01a5-4edb-bbc7-9f86c33cd7ba is the same as notified resource customizationUUID: 17967463-01a5-4edb-bbc7-9f86c33cd7ba Hibernate: select pnfresourc0_.MODEL_CUSTOMIZATION_UUID as model_cu1_45_0_, pnfresourc0_.CDS_BLUEPRINT_NAME as cds_blue2_45_0_, pnfresourc0_.CDS_BLUEPRINT_VERSION as cds_blue3_45_0_, pnfresourc0_.CONTROLLER_ACTOR as controll4_45_0_, pnfresourc0_.CREATION_TIMESTAMP as creation5_45_0_, pnfresourc0_.DEFAULT_SOFTWARE_VERSION as default_6_45_0_, pnfresourc0_.MODEL_INSTANCE_NAME as model_in7_45_0_, pnfresourc0_.MULTI_STAGE_DESIGN as multi_st8_45_0_, pnfresourc0_.NF_FUNCTION as nf_funct9_45_0_, pnfresourc0_.NF_NAMING_CODE as nf_nami10_45_0_, pnfresourc0_.NF_ROLE as nf_role11_45_0_, pnfresourc0_.NF_TYPE as nf_type12_45_0_, pnfresourc0_.PNF_RESOURCE_MODEL_UUID as pnf_res15_45_0_, pnfresourc0_.RESOURCE_INPUT as resourc13_45_0_, pnfresourc0_.SKIP_POST_INSTANTIATION_CONFIGURATION as skip_po14_45_0_, pnfresourc1_.MODEL_UUID as model_uu1_44_1_, pnfresourc1_.RESOURCE_CATEGORY as resource2_44_1_, pnfresourc1_.CREATION_TIMESTAMP as creation3_44_1_, pnfresourc1_.DESCRIPTION as descript4_44_1_, pnfresourc1_.MODEL_INVARIANT_UUID as model_in5_44_1_, pnfresourc1_.MODEL_NAME as model_na6_44_1_, pnfresourc1_.MODEL_VERSION as model_ve7_44_1_, pnfresourc1_.ORCHESTRATION_MODE as orchestr8_44_1_, pnfresourc1_.RESOURCE_SUB_CATEGORY as resource9_44_1_, pnfresourc1_.TOSCA_NODE_TYPE as tosca_n10_44_1_ from pnf_resource_customization pnfresourc0_ left outer join pnf_resource pnfresourc1_ on pnfresourc0_.PNF_RESOURCE_MODEL_UUID=pnfresourc1_.MODEL_UUID where pnfresourc0_.MODEL_CUSTOMIZATION_UUID=? Hibernate: select pnfresourc0_.MODEL_UUID as model_uu1_44_0_, pnfresourc0_.RESOURCE_CATEGORY as resource2_44_0_, pnfresourc0_.CREATION_TIMESTAMP as creation3_44_0_, pnfresourc0_.DESCRIPTION as descript4_44_0_, pnfresourc0_.MODEL_INVARIANT_UUID as model_in5_44_0_, pnfresourc0_.MODEL_NAME as model_na6_44_0_, pnfresourc0_.MODEL_VERSION as model_ve7_44_0_, pnfresourc0_.ORCHESTRATION_MODE as orchestr8_44_0_, pnfresourc0_.RESOURCE_SUB_CATEGORY as resource9_44_0_, pnfresourc0_.TOSCA_NODE_TYPE as tosca_n10_44_0_ from pnf_resource pnfresourc0_ where pnfresourc0_.MODEL_UUID=? Hibernate: select service0_.MODEL_UUID as model_uu1_50_3_, service0_.CDS_BLUEPRINT_NAME as cds_blue2_50_3_, service0_.CDS_BLUEPRINT_VERSION as cds_blue3_50_3_, service0_.SERVICE_CATEGORY as service_4_50_3_, service0_.CONTROLLER_ACTOR as controll5_50_3_, service0_.CREATION_TIMESTAMP as creation6_50_3_, service0_.TOSCA_CSAR_ARTIFACT_UUID as tosca_c21_50_3_, service0_.DESCRIPTION as descript7_50_3_, service0_.OVERALL_DISTRIBUTION_STATUS as overall_8_50_3_, service0_.ENVIRONMENT_CONTEXT as environm9_50_3_, service0_.MODEL_INVARIANT_UUID as model_i10_50_3_, service0_.MODEL_NAME as model_n11_50_3_, service0_.MODEL_VERSION as model_v12_50_3_, service0_.NAMING_POLICY as naming_13_50_3_, service0_.ONAP_GENERATED_NAMING as onap_ge14_50_3_, service0_.RESOURCE_ORDER as resourc15_50_3_, service0_.SERVICE_FUNCTION as service16_50_3_, service0_.SERVICE_ROLE as service17_50_3_, service0_.SERVICE_TYPE as service18_50_3_, service0_.SKIP_POST_INSTANTIATION_CONFIGURATION as skip_po19_50_3_, service0_.WORKLOAD_CONTEXT as workloa20_50_3_, allottedcu1_.SERVICE_MODEL_UUID as service_1_8_5_, allottedre2_.MODEL_CUSTOMIZATION_UUID as resource2_8_5_, allottedre2_.MODEL_CUSTOMIZATION_UUID as model_cu1_7_0_, allottedre2_.AR_MODEL_UUID as ar_mode15_7_0_, allottedre2_.CREATION_TIMESTAMP as creation2_7_0_, allottedre2_.MAX_INSTANCES as max_inst3_7_0_, allottedre2_.MIN_INSTANCES as min_inst4_7_0_, allottedre2_.MODEL_INSTANCE_NAME as model_in5_7_0_, allottedre2_.NF_FUNCTION as nf_funct6_7_0_, allottedre2_.NF_NAMING_CODE as nf_namin7_7_0_, allottedre2_.NF_ROLE as nf_role8_7_0_, allottedre2_.NF_TYPE as nf_type9_7_0_, allottedre2_.PROVIDING_SERVICE_MODEL_INVARIANT_UUID as providi10_7_0_, allottedre2_.PROVIDING_SERVICE_MODEL_NAME as providi11_7_0_, allottedre2_.PROVIDING_SERVICE_MODEL_UUID as providi12_7_0_, allottedre2_.RESOURCE_INPUT as resourc13_7_0_, allottedre2_.TARGET_NETWORK_ROLE as target_14_7_0_, allottedre3_.MODEL_UUID as model_uu1_6_1_, allottedre3_.CREATION_TIMESTAMP as creation2_6_1_, allottedre3_.DESCRIPTION as descript3_6_1_, allottedre3_.MODEL_INVARIANT_UUID as model_in4_6_1_, allottedre3_.MODEL_NAME as model_na5_6_1_, allottedre3_.MODEL_VERSION as model_ve6_6_1_, allottedre3_.SUBCATEGORY as subcateg7_6_1_, allottedre3_.TOSCA_NODE_TYPE as tosca_no8_6_1_, toscacsar4_.ARTIFACT_UUID as artifact1_57_2_, toscacsar4_.ARTIFACT_CHECKSUM as artifact2_57_2_, toscacsar4_.CREATION_TIMESTAMP as creation3_57_2_, toscacsar4_.DESCRIPTION as descript4_57_2_, toscacsar4_.NAME as name5_57_2_, toscacsar4_.URL as url6_57_2_, toscacsar4_.Version as version7_57_2_ from service service0_ left outer join allotted_resource_customization_to_service allottedcu1_ on service0_.MODEL_UUID=allottedcu1_.SERVICE_MODEL_UUID left outer join allotted_resource_customization allottedre2_ on allottedcu1_.RESOURCE_MODEL_CUSTOMIZATION_UUID=allottedre2_.MODEL_CUSTOMIZATION_UUID left outer join allotted_resource allottedre3_ on allottedre2_.AR_MODEL_UUID=allottedre3_.MODEL_UUID left outer join tosca_csar toscacsar4_ on service0_.TOSCA_CSAR_ARTIFACT_UUID=toscacsar4_.ARTIFACT_UUID where service0_.MODEL_UUID=? Hibernate: select toscacsar0_.ARTIFACT_UUID as artifact1_57_1_, toscacsar0_.ARTIFACT_CHECKSUM as artifact2_57_1_, toscacsar0_.CREATION_TIMESTAMP as creation3_57_1_, toscacsar0_.DESCRIPTION as descript4_57_1_, toscacsar0_.NAME as name5_57_1_, toscacsar0_.URL as url6_57_1_, toscacsar0_.Version as version7_57_1_, services1_.TOSCA_CSAR_ARTIFACT_UUID as tosca_c21_50_3_, services1_.MODEL_UUID as model_uu1_50_3_, services1_.MODEL_UUID as model_uu1_50_0_, services1_.CDS_BLUEPRINT_NAME as cds_blue2_50_0_, services1_.CDS_BLUEPRINT_VERSION as cds_blue3_50_0_, services1_.SERVICE_CATEGORY as service_4_50_0_, services1_.CONTROLLER_ACTOR as controll5_50_0_, services1_.CREATION_TIMESTAMP as creation6_50_0_, services1_.TOSCA_CSAR_ARTIFACT_UUID as tosca_c21_50_0_, services1_.DESCRIPTION as descript7_50_0_, services1_.OVERALL_DISTRIBUTION_STATUS as overall_8_50_0_, services1_.ENVIRONMENT_CONTEXT as environm9_50_0_, services1_.MODEL_INVARIANT_UUID as model_i10_50_0_, services1_.MODEL_NAME as model_n11_50_0_, services1_.MODEL_VERSION as model_v12_50_0_, services1_.NAMING_POLICY as naming_13_50_0_, services1_.ONAP_GENERATED_NAMING as onap_ge14_50_0_, services1_.RESOURCE_ORDER as resourc15_50_0_, services1_.SERVICE_FUNCTION as service16_50_0_, services1_.SERVICE_ROLE as service17_50_0_, services1_.SERVICE_TYPE as service18_50_0_, services1_.SKIP_POST_INSTANTIATION_CONFIGURATION as skip_po19_50_0_, services1_.WORKLOAD_CONTEXT as workloa20_50_0_ from tosca_csar toscacsar0_ left outer join service services1_ on toscacsar0_.ARTIFACT_UUID=services1_.TOSCA_CSAR_ARTIFACT_UUID where toscacsar0_.ARTIFACT_UUID=? Hibernate: select pnfresourc0_.MODEL_CUSTOMIZATION_UUID as model_cu1_45_1_, pnfresourc0_.CDS_BLUEPRINT_NAME as cds_blue2_45_1_, pnfresourc0_.CDS_BLUEPRINT_VERSION as cds_blue3_45_1_, pnfresourc0_.CONTROLLER_ACTOR as controll4_45_1_, pnfresourc0_.CREATION_TIMESTAMP as creation5_45_1_, pnfresourc0_.DEFAULT_SOFTWARE_VERSION as default_6_45_1_, pnfresourc0_.MODEL_INSTANCE_NAME as model_in7_45_1_, pnfresourc0_.MULTI_STAGE_DESIGN as multi_st8_45_1_, pnfresourc0_.NF_FUNCTION as nf_funct9_45_1_, pnfresourc0_.NF_NAMING_CODE as nf_nami10_45_1_, pnfresourc0_.NF_ROLE as nf_role11_45_1_, pnfresourc0_.NF_TYPE as nf_type12_45_1_, pnfresourc0_.PNF_RESOURCE_MODEL_UUID as pnf_res15_45_1_, pnfresourc0_.RESOURCE_INPUT as resourc13_45_1_, pnfresourc0_.SKIP_POST_INSTANTIATION_CONFIGURATION as skip_po14_45_1_, pnfresourc1_.MODEL_UUID as model_uu1_44_0_, pnfresourc1_.RESOURCE_CATEGORY as resource2_44_0_, pnfresourc1_.CREATION_TIMESTAMP as creation3_44_0_, pnfresourc1_.DESCRIPTION as descript4_44_0_, pnfresourc1_.MODEL_INVARIANT_UUID as model_in5_44_0_, pnfresourc1_.MODEL_NAME as model_na6_44_0_, pnfresourc1_.MODEL_VERSION as model_ve7_44_0_, pnfresourc1_.ORCHESTRATION_MODE as orchestr8_44_0_, pnfresourc1_.RESOURCE_SUB_CATEGORY as resource9_44_0_, pnfresourc1_.TOSCA_NODE_TYPE as tosca_n10_44_0_ from pnf_resource_customization pnfresourc0_ left outer join pnf_resource pnfresourc1_ on pnfresourc0_.PNF_RESOURCE_MODEL_UUID=pnfresourc1_.MODEL_UUID where pnfresourc0_.MODEL_CUSTOMIZATION_UUID=? Hibernate: select pnfresourc0_.MODEL_UUID as model_uu1_44_0_, pnfresourc0_.RESOURCE_CATEGORY as resource2_44_0_, pnfresourc0_.CREATION_TIMESTAMP as creation3_44_0_, pnfresourc0_.DESCRIPTION as descript4_44_0_, pnfresourc0_.MODEL_INVARIANT_UUID as model_in5_44_0_, pnfresourc0_.MODEL_NAME as model_na6_44_0_, pnfresourc0_.MODEL_VERSION as model_ve7_44_0_, pnfresourc0_.ORCHESTRATION_MODE as orchestr8_44_0_, pnfresourc0_.RESOURCE_SUB_CATEGORY as resource9_44_0_, pnfresourc0_.TOSCA_NODE_TYPE as tosca_n10_44_0_ from pnf_resource pnfresourc0_ where pnfresourc0_.MODEL_UUID=? Hibernate: select watchdogco0_.COMPONENT_NAME as componen1_12_0_, watchdogco0_.DISTRIBUTION_ID as distribu2_12_0_, watchdogco0_.COMPONENT_DISTRIBUTION_STATUS as componen3_12_0_, watchdogco0_.CREATE_TIME as create_t4_12_0_, watchdogco0_.MODIFY_TIME as modify_t5_12_0_ from watchdog_per_component_distribution_status watchdogco0_ where watchdogco0_.COMPONENT_NAME=? and watchdogco0_.DISTRIBUTION_ID=? Hibernate: insert into watchdog_per_component_distribution_status (COMPONENT_DISTRIBUTION_STATUS, CREATE_TIME, MODIFY_TIME, COMPONENT_NAME, DISTRIBUTION_ID) values (?, ?, ?, ?, ?) Hibernate: insert into tosca_csar (ARTIFACT_CHECKSUM, CREATION_TIMESTAMP, DESCRIPTION, NAME, URL, Version, ARTIFACT_UUID) values (?, ?, ?, ?, ?, ?, ?) Hibernate: insert into service (CDS_BLUEPRINT_NAME, CDS_BLUEPRINT_VERSION, SERVICE_CATEGORY, CONTROLLER_ACTOR, CREATION_TIMESTAMP, TOSCA_CSAR_ARTIFACT_UUID, DESCRIPTION, OVERALL_DISTRIBUTION_STATUS, ENVIRONMENT_CONTEXT, MODEL_INVARIANT_UUID, MODEL_NAME, MODEL_VERSION, NAMING_POLICY, ONAP_GENERATED_NAMING, RESOURCE_ORDER, SERVICE_FUNCTION, SERVICE_ROLE, SERVICE_TYPE, SKIP_POST_INSTANTIATION_CONFIGURATION, WORKLOAD_CONTEXT, MODEL_UUID) values (?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?) Hibernate: insert into pnf_resource (RESOURCE_CATEGORY, CREATION_TIMESTAMP, DESCRIPTION, MODEL_INVARIANT_UUID, MODEL_NAME, MODEL_VERSION, ORCHESTRATION_MODE, RESOURCE_SUB_CATEGORY, TOSCA_NODE_TYPE, MODEL_UUID) values (?, ?, ?, ?, ?, ?, ?, ?, ?, ?) Hibernate: insert into pnf_resource_customization (CDS_BLUEPRINT_NAME, CDS_BLUEPRINT_VERSION, CONTROLLER_ACTOR, CREATION_TIMESTAMP, DEFAULT_SOFTWARE_VERSION, MODEL_INSTANCE_NAME, MULTI_STAGE_DESIGN, NF_FUNCTION, NF_NAMING_CODE, NF_ROLE, NF_TYPE, PNF_RESOURCE_MODEL_UUID, RESOURCE_INPUT, SKIP_POST_INSTANTIATION_CONFIGURATION, MODEL_CUSTOMIZATION_UUID) values (?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?) Hibernate: insert into pnf_resource_customization_to_service (SERVICE_MODEL_UUID, RESOURCE_MODEL_CUSTOMIZATION_UUID) values (?, ?) 2022-06-07T11:51:46.554Z|08911a67-f712-402f-9ce5-4c8231970804|pool-2-thread-5|||||INFO|500||ASDC_ARTIFACT_DEPLOY_SUC pNF cd52fbdf-bac3 48cb457b-8c82-46cb-b87c-c5d13570ac6d 0 ASDC deployResourceStructure 2022-06-07T11:51:46.554Z|08911a67-f712-402f-9ce5-4c8231970804|pool-2-thread-5|||||INFO|500||ASDC_SEND_NOTIF_ASDC DEPLOY DEPLOY_OK /sdc/v1/catalog/services/DemoPnfG6fiojvccrtynjqec0s9/1.0/artifacts/service-DemoPnfG6fiojvccrtynjqec0s9-csar.csar ASDC sendASDCNotification 2022-06-07T11:51:46.554Z|08911a67-f712-402f-9ce5-4c8231970804|pool-2-thread-5|||||DEBUG|500||Sending DEPLOY(DEPLOY_OK) notification to ASDC for artifact:/sdc/v1/catalog/services/DemoPnfG6fiojvccrtynjqec0s9/1.0/artifacts/service-DemoPnfG6fiojvccrtynjqec0s9-csar.csar 2022-06-07T11:51:46.555Z|08911a67-f712-402f-9ce5-4c8231970804|pool-2-thread-5|||||INFO|500||DistributionClient - sendDeploymentStatus 2022-06-07T11:51:46.555Z|08911a67-f712-402f-9ce5-4c8231970804|pool-2-thread-5|||||INFO|500||DistributionClient - sendStatus 2022-06-07T11:51:46.557Z|08911a67-f712-402f-9ce5-4c8231970804|pool-2-thread-5|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap] 2022-06-07T11:51:46.557Z|08911a67-f712-402f-9ce5-4c8231970804|pool-2-thread-5|||||DEBUG|500||try to send status { "distributionID": "08911a67-f712-402f-9ce5-4c8231970804", "consumerID": "SO-COpenSource-Env11", "timestamp": 1654602706554, "artifactURL": "/sdc/v1/catalog/services/DemoPnfG6fiojvccrtynjqec0s9/1.0/artifacts/service-DemoPnfG6fiojvccrtynjqec0s9-csar.csar", "status": "DEPLOY_OK" } 2022-06-07T11:51:46.657Z||pool-109-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms 2022-06-07T11:51:46.657Z||pool-109-thread-1|||||WARN|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO will send credentials over a clear channel. 2022-06-07T11:51:46.658Z||pool-109-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as rACJoekZgDKIBPEP) ... 2022-06-07T11:51:46.674Z||pool-109-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK 2022-06-07T11:51:46.674Z||pool-109-thread-1|||||INFO|500||cambria reply ok (17 ms):{"serverTimeMs":0,"count":1} 2022-06-07T11:51:47.558Z|08911a67-f712-402f-9ce5-4c8231970804|pool-2-thread-5|||||DEBUG|500||Entered getOverallDistributionStatus method for distrubutionId: 08911a67-f712-402f-9ce5-4c8231970804 Hibernate: select watchdogdi0_.DISTRIBUTION_ID as distribu1_11_0_, watchdogdi0_.CREATE_TIME as create_t2_11_0_, watchdogdi0_.DISTRIBUTION_ID_STATUS as distribu3_11_0_, watchdogdi0_.MODIFY_TIME as modify_t4_11_0_, watchdogdi0_.LOCK_VERSION as lock_ver5_11_0_ from watchdog_distributionid_status watchdogdi0_ where watchdogdi0_.DISTRIBUTION_ID=? Hibernate: select watchdogco0_.COMPONENT_NAME as componen1_12_, watchdogco0_.DISTRIBUTION_ID as distribu2_12_, watchdogco0_.COMPONENT_DISTRIBUTION_STATUS as componen3_12_, watchdogco0_.CREATE_TIME as create_t4_12_, watchdogco0_.MODIFY_TIME as modify_t5_12_ from watchdog_per_component_distribution_status watchdogco0_ where watchdogco0_.DISTRIBUTION_ID=? 2022-06-07T11:51:47.568Z|08911a67-f712-402f-9ce5-4c8231970804|pool-2-thread-5|||||DEBUG|500||Executed RequestDB getWatchdogComponentDistributionStatus for distrubutionId: 08911a67-f712-402f-9ce5-4c8231970804 Hibernate: select watchdogco0_.COMPONENT_NAME as componen1_12_, watchdogco0_.DISTRIBUTION_ID as distribu2_12_, watchdogco0_.COMPONENT_DISTRIBUTION_STATUS as componen3_12_, watchdogco0_.CREATE_TIME as create_t4_12_, watchdogco0_.MODIFY_TIME as modify_t5_12_ from watchdog_per_component_distribution_status watchdogco0_ where watchdogco0_.DISTRIBUTION_ID=? 2022-06-07T11:51:47.570Z|08911a67-f712-402f-9ce5-4c8231970804|pool-2-thread-5|||||DEBUG|500||Found componentName SO in the WatchDog Component DB 2022-06-07T11:51:47.570Z|08911a67-f712-402f-9ce5-4c8231970804|pool-2-thread-5|||||DEBUG|500||AAI has not be updated in the the WatchDog Component DB yet, so ending the loop 2022-06-07T11:51:47.570Z|08911a67-f712-402f-9ce5-4c8231970804|pool-2-thread-5|||||DEBUG|500||Components Size Didn't match with the WatchdogComponentDistributionStatus results. 2022-06-07T11:52:17.571Z|08911a67-f712-402f-9ce5-4c8231970804|pool-2-thread-5|||||DEBUG|500||Entered getOverallDistributionStatus method for distrubutionId: 08911a67-f712-402f-9ce5-4c8231970804 Hibernate: select watchdogdi0_.DISTRIBUTION_ID as distribu1_11_0_, watchdogdi0_.CREATE_TIME as create_t2_11_0_, watchdogdi0_.DISTRIBUTION_ID_STATUS as distribu3_11_0_, watchdogdi0_.MODIFY_TIME as modify_t4_11_0_, watchdogdi0_.LOCK_VERSION as lock_ver5_11_0_ from watchdog_distributionid_status watchdogdi0_ where watchdogdi0_.DISTRIBUTION_ID=? Hibernate: select watchdogco0_.COMPONENT_NAME as componen1_12_, watchdogco0_.DISTRIBUTION_ID as distribu2_12_, watchdogco0_.COMPONENT_DISTRIBUTION_STATUS as componen3_12_, watchdogco0_.CREATE_TIME as create_t4_12_, watchdogco0_.MODIFY_TIME as modify_t5_12_ from watchdog_per_component_distribution_status watchdogco0_ where watchdogco0_.DISTRIBUTION_ID=? 2022-06-07T11:52:17.585Z|08911a67-f712-402f-9ce5-4c8231970804|pool-2-thread-5|||||DEBUG|500||Executed RequestDB getWatchdogComponentDistributionStatus for distrubutionId: 08911a67-f712-402f-9ce5-4c8231970804 Hibernate: select watchdogco0_.COMPONENT_NAME as componen1_12_, watchdogco0_.DISTRIBUTION_ID as distribu2_12_, watchdogco0_.COMPONENT_DISTRIBUTION_STATUS as componen3_12_, watchdogco0_.CREATE_TIME as create_t4_12_, watchdogco0_.MODIFY_TIME as modify_t5_12_ from watchdog_per_component_distribution_status watchdogco0_ where watchdogco0_.DISTRIBUTION_ID=? 2022-06-07T11:52:17.588Z|08911a67-f712-402f-9ce5-4c8231970804|pool-2-thread-5|||||DEBUG|500||Found componentName SO in the WatchDog Component DB 2022-06-07T11:52:17.588Z|08911a67-f712-402f-9ce5-4c8231970804|pool-2-thread-5|||||DEBUG|500||AAI has not be updated in the the WatchDog Component DB yet, so ending the loop 2022-06-07T11:52:17.588Z|08911a67-f712-402f-9ce5-4c8231970804|pool-2-thread-5|||||DEBUG|500||Components Size Didn't match with the WatchdogComponentDistributionStatus results. 2022-06-07T11:52:35.660Z||pool-2-thread-3|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2022-06-07T11:52:35.661Z||pool-2-thread-3|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel. 2022-06-07T11:52:35.661Z||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 rACJoekZgDKIBPEP) ... 2022-06-07T11:52:35.712Z||pool-2-thread-3|||||INFO|500|| --> HTTP/1.1 200 OK 2022-06-07T11:52:35.713Z||pool-2-thread-3|||||DEBUG|500||received message from topic 2022-06-07T11:52:35.713Z||pool-2-thread-3|||||DEBUG|500||recieved notification from broker: { "distributionID": "08911a67-f712-402f-9ce5-4c8231970804", "consumerID": "policy-id", "timestamp": 1654602694254, "artifactURL": "/sdc/v1/catalog/services/DemoPnfG6fiojvccrtynjqec0s9/1.0/resourceInstances/pnfcd52fbdfbac30/artifacts/pNF.csar", "status": "NOT_NOTIFIED" } 2022-06-07T11:52:35.714Z||pool-2-thread-3|||||INFO|500||Missing status on Status Object. 2022-06-07T11:52:47.589Z|08911a67-f712-402f-9ce5-4c8231970804|pool-2-thread-5|||||DEBUG|500||Entered getOverallDistributionStatus method for distrubutionId: 08911a67-f712-402f-9ce5-4c8231970804 Hibernate: select watchdogdi0_.DISTRIBUTION_ID as distribu1_11_0_, watchdogdi0_.CREATE_TIME as create_t2_11_0_, watchdogdi0_.DISTRIBUTION_ID_STATUS as distribu3_11_0_, watchdogdi0_.MODIFY_TIME as modify_t4_11_0_, watchdogdi0_.LOCK_VERSION as lock_ver5_11_0_ from watchdog_distributionid_status watchdogdi0_ where watchdogdi0_.DISTRIBUTION_ID=? Hibernate: select watchdogco0_.COMPONENT_NAME as componen1_12_, watchdogco0_.DISTRIBUTION_ID as distribu2_12_, watchdogco0_.COMPONENT_DISTRIBUTION_STATUS as componen3_12_, watchdogco0_.CREATE_TIME as create_t4_12_, watchdogco0_.MODIFY_TIME as modify_t5_12_ from watchdog_per_component_distribution_status watchdogco0_ where watchdogco0_.DISTRIBUTION_ID=? 2022-06-07T11:52:47.601Z|08911a67-f712-402f-9ce5-4c8231970804|pool-2-thread-5|||||DEBUG|500||Executed RequestDB getWatchdogComponentDistributionStatus for distrubutionId: 08911a67-f712-402f-9ce5-4c8231970804 Hibernate: select watchdogco0_.COMPONENT_NAME as componen1_12_, watchdogco0_.DISTRIBUTION_ID as distribu2_12_, watchdogco0_.COMPONENT_DISTRIBUTION_STATUS as componen3_12_, watchdogco0_.CREATE_TIME as create_t4_12_, watchdogco0_.MODIFY_TIME as modify_t5_12_ from watchdog_per_component_distribution_status watchdogco0_ where watchdogco0_.DISTRIBUTION_ID=? 2022-06-07T11:52:47.603Z|08911a67-f712-402f-9ce5-4c8231970804|pool-2-thread-5|||||DEBUG|500||Found componentName SO in the WatchDog Component DB 2022-06-07T11:52:47.603Z|08911a67-f712-402f-9ce5-4c8231970804|pool-2-thread-5|||||DEBUG|500||AAI has not be updated in the the WatchDog Component DB yet, so ending the loop 2022-06-07T11:52:47.603Z|08911a67-f712-402f-9ce5-4c8231970804|pool-2-thread-5|||||DEBUG|500||Components Size Didn't match with the WatchdogComponentDistributionStatus results. 2022-06-07T11:53:17.603Z|08911a67-f712-402f-9ce5-4c8231970804|pool-2-thread-5|||||DEBUG|500||Entered getOverallDistributionStatus method for distrubutionId: 08911a67-f712-402f-9ce5-4c8231970804 Hibernate: select watchdogdi0_.DISTRIBUTION_ID as distribu1_11_0_, watchdogdi0_.CREATE_TIME as create_t2_11_0_, watchdogdi0_.DISTRIBUTION_ID_STATUS as distribu3_11_0_, watchdogdi0_.MODIFY_TIME as modify_t4_11_0_, watchdogdi0_.LOCK_VERSION as lock_ver5_11_0_ from watchdog_distributionid_status watchdogdi0_ where watchdogdi0_.DISTRIBUTION_ID=? Hibernate: select watchdogco0_.COMPONENT_NAME as componen1_12_, watchdogco0_.DISTRIBUTION_ID as distribu2_12_, watchdogco0_.COMPONENT_DISTRIBUTION_STATUS as componen3_12_, watchdogco0_.CREATE_TIME as create_t4_12_, watchdogco0_.MODIFY_TIME as modify_t5_12_ from watchdog_per_component_distribution_status watchdogco0_ where watchdogco0_.DISTRIBUTION_ID=? 2022-06-07T11:53:17.616Z|08911a67-f712-402f-9ce5-4c8231970804|pool-2-thread-5|||||DEBUG|500||Executed RequestDB getWatchdogComponentDistributionStatus for distrubutionId: 08911a67-f712-402f-9ce5-4c8231970804 Hibernate: select watchdogco0_.COMPONENT_NAME as componen1_12_, watchdogco0_.DISTRIBUTION_ID as distribu2_12_, watchdogco0_.COMPONENT_DISTRIBUTION_STATUS as componen3_12_, watchdogco0_.CREATE_TIME as create_t4_12_, watchdogco0_.MODIFY_TIME as modify_t5_12_ from watchdog_per_component_distribution_status watchdogco0_ where watchdogco0_.DISTRIBUTION_ID=? 2022-06-07T11:53:17.618Z|08911a67-f712-402f-9ce5-4c8231970804|pool-2-thread-5|||||DEBUG|500||Found componentName SO in the WatchDog Component DB 2022-06-07T11:53:17.619Z|08911a67-f712-402f-9ce5-4c8231970804|pool-2-thread-5|||||DEBUG|500||AAI has not be updated in the the WatchDog Component DB yet, so ending the loop 2022-06-07T11:53:17.619Z|08911a67-f712-402f-9ce5-4c8231970804|pool-2-thread-5|||||DEBUG|500||Components Size Didn't match with the WatchdogComponentDistributionStatus results. 2022-06-07T11:53:35.661Z||pool-2-thread-3|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2022-06-07T11:53:35.662Z||pool-2-thread-3|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel. 2022-06-07T11:53:35.662Z||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 rACJoekZgDKIBPEP) ... 2022-06-07T11:53:35.705Z||pool-2-thread-3|||||INFO|500|| --> HTTP/1.1 200 OK 2022-06-07T11:53:35.705Z||pool-2-thread-3|||||DEBUG|500||received message from topic 2022-06-07T11:53:35.706Z||pool-2-thread-3|||||DEBUG|500||recieved notification from broker: { "distributionID": "08911a67-f712-402f-9ce5-4c8231970804", "consumerID": "ves-openapi-manager", "timestamp": 1654602695607, "artifactURL": "/sdc/v1/catalog/services/DemoPnfG6fiojvccrtynjqec0s9/1.0/resourceInstances/pnfcd52fbdfbac30/artifacts/MyPnf_Pnf_v1.yaml", "status": "DOWNLOAD_OK" } 2022-06-07T11:53:35.707Z||pool-2-thread-3|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error' 2022-06-07T11:53:47.619Z|08911a67-f712-402f-9ce5-4c8231970804|pool-2-thread-5|||||DEBUG|500||Entered getOverallDistributionStatus method for distrubutionId: 08911a67-f712-402f-9ce5-4c8231970804 Hibernate: select watchdogdi0_.DISTRIBUTION_ID as distribu1_11_0_, watchdogdi0_.CREATE_TIME as create_t2_11_0_, watchdogdi0_.DISTRIBUTION_ID_STATUS as distribu3_11_0_, watchdogdi0_.MODIFY_TIME as modify_t4_11_0_, watchdogdi0_.LOCK_VERSION as lock_ver5_11_0_ from watchdog_distributionid_status watchdogdi0_ where watchdogdi0_.DISTRIBUTION_ID=? Hibernate: select watchdogco0_.COMPONENT_NAME as componen1_12_, watchdogco0_.DISTRIBUTION_ID as distribu2_12_, watchdogco0_.COMPONENT_DISTRIBUTION_STATUS as componen3_12_, watchdogco0_.CREATE_TIME as create_t4_12_, watchdogco0_.MODIFY_TIME as modify_t5_12_ from watchdog_per_component_distribution_status watchdogco0_ where watchdogco0_.DISTRIBUTION_ID=? 2022-06-07T11:53:47.634Z|08911a67-f712-402f-9ce5-4c8231970804|pool-2-thread-5|||||DEBUG|500||Executed RequestDB getWatchdogComponentDistributionStatus for distrubutionId: 08911a67-f712-402f-9ce5-4c8231970804 Hibernate: select watchdogco0_.COMPONENT_NAME as componen1_12_, watchdogco0_.DISTRIBUTION_ID as distribu2_12_, watchdogco0_.COMPONENT_DISTRIBUTION_STATUS as componen3_12_, watchdogco0_.CREATE_TIME as create_t4_12_, watchdogco0_.MODIFY_TIME as modify_t5_12_ from watchdog_per_component_distribution_status watchdogco0_ where watchdogco0_.DISTRIBUTION_ID=? 2022-06-07T11:53:47.636Z|08911a67-f712-402f-9ce5-4c8231970804|pool-2-thread-5|||||DEBUG|500||Found componentName SO in the WatchDog Component DB 2022-06-07T11:53:47.637Z|08911a67-f712-402f-9ce5-4c8231970804|pool-2-thread-5|||||DEBUG|500||AAI has not be updated in the the WatchDog Component DB yet, so ending the loop 2022-06-07T11:53:47.637Z|08911a67-f712-402f-9ce5-4c8231970804|pool-2-thread-5|||||DEBUG|500||Components Size Didn't match with the WatchdogComponentDistributionStatus results. 2022-06-07T11:54:17.638Z|08911a67-f712-402f-9ce5-4c8231970804|pool-2-thread-5|||||DEBUG|500||Entered getOverallDistributionStatus method for distrubutionId: 08911a67-f712-402f-9ce5-4c8231970804 Hibernate: select watchdogdi0_.DISTRIBUTION_ID as distribu1_11_0_, watchdogdi0_.CREATE_TIME as create_t2_11_0_, watchdogdi0_.DISTRIBUTION_ID_STATUS as distribu3_11_0_, watchdogdi0_.MODIFY_TIME as modify_t4_11_0_, watchdogdi0_.LOCK_VERSION as lock_ver5_11_0_ from watchdog_distributionid_status watchdogdi0_ where watchdogdi0_.DISTRIBUTION_ID=? Hibernate: select watchdogco0_.COMPONENT_NAME as componen1_12_, watchdogco0_.DISTRIBUTION_ID as distribu2_12_, watchdogco0_.COMPONENT_DISTRIBUTION_STATUS as componen3_12_, watchdogco0_.CREATE_TIME as create_t4_12_, watchdogco0_.MODIFY_TIME as modify_t5_12_ from watchdog_per_component_distribution_status watchdogco0_ where watchdogco0_.DISTRIBUTION_ID=? 2022-06-07T11:54:17.649Z|08911a67-f712-402f-9ce5-4c8231970804|pool-2-thread-5|||||DEBUG|500||Executed RequestDB getWatchdogComponentDistributionStatus for distrubutionId: 08911a67-f712-402f-9ce5-4c8231970804 Hibernate: select watchdogco0_.COMPONENT_NAME as componen1_12_, watchdogco0_.DISTRIBUTION_ID as distribu2_12_, watchdogco0_.COMPONENT_DISTRIBUTION_STATUS as componen3_12_, watchdogco0_.CREATE_TIME as create_t4_12_, watchdogco0_.MODIFY_TIME as modify_t5_12_ from watchdog_per_component_distribution_status watchdogco0_ where watchdogco0_.DISTRIBUTION_ID=? 2022-06-07T11:54:17.652Z|08911a67-f712-402f-9ce5-4c8231970804|pool-2-thread-5|||||DEBUG|500||Found componentName SO in the WatchDog Component DB 2022-06-07T11:54:17.652Z|08911a67-f712-402f-9ce5-4c8231970804|pool-2-thread-5|||||DEBUG|500||AAI has not be updated in the the WatchDog Component DB yet, so ending the loop 2022-06-07T11:54:17.652Z|08911a67-f712-402f-9ce5-4c8231970804|pool-2-thread-5|||||DEBUG|500||Components Size Didn't match with the WatchdogComponentDistributionStatus results. 2022-06-07T11:54:35.660Z||pool-2-thread-3|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2022-06-07T11:54:35.661Z||pool-2-thread-3|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel. 2022-06-07T11:54:35.661Z||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 rACJoekZgDKIBPEP) ... 2022-06-07T11:54:36.197Z||pool-2-thread-3|||||INFO|500|| --> HTTP/1.1 200 OK 2022-06-07T11:54:36.198Z||pool-2-thread-3|||||DEBUG|500||received message from topic 2022-06-07T11:54:36.198Z||pool-2-thread-3|||||DEBUG|500||recieved notification from broker: { "distributionID": "08911a67-f712-402f-9ce5-4c8231970804", "consumerID": "multicloud-k8s-id", "timestamp": 1654602692229, "artifactURL": "/sdc/v1/catalog/services/DemoPnfG6fiojvccrtynjqec0s9/1.0/resourceInstances/pnfcd52fbdfbac30/artifacts/vendor-license-model.xml", "status": "NOT_NOTIFIED" } 2022-06-07T11:54:36.199Z||pool-2-thread-3|||||INFO|500||Missing status on Status Object. 2022-06-07T11:54:36.199Z||pool-2-thread-3|||||DEBUG|500||received message from topic 2022-06-07T11:54:36.199Z||pool-2-thread-3|||||DEBUG|500||recieved notification from broker: { "distributionID": "08911a67-f712-402f-9ce5-4c8231970804", "consumerID": "sdc-COpenSource-Env11-sdnc-dockero", "timestamp": 1654602696853, "artifactURL": "", "status": "COMPONENT_DONE_OK", "componentName": "SDNC" } Hibernate: select watchdogdi0_.DISTRIBUTION_ID as distribu1_11_0_, watchdogdi0_.CREATE_TIME as create_t2_11_0_, watchdogdi0_.DISTRIBUTION_ID_STATUS as distribu3_11_0_, watchdogdi0_.MODIFY_TIME as modify_t4_11_0_, watchdogdi0_.LOCK_VERSION as lock_ver5_11_0_ from watchdog_distributionid_status watchdogdi0_ where watchdogdi0_.DISTRIBUTION_ID=? 2022-06-07T11:54:36.207Z||pool-2-thread-3|||||DEBUG|500||Receive a callback componentStatus in ASDC, for componentName: SDNC and status of COMPONENT_DONE_OK distributionID of 08911a67-f712-402f-9ce5-4c8231970804 2022-06-07T11:54:36.207Z||pool-2-thread-3|||||DEBUG|500||Entering installTheComponentStatus for distributionId 08911a67-f712-402f-9ce5-4c8231970804 and ComponentName SDNC Hibernate: select watchdogco0_.COMPONENT_NAME as componen1_12_0_, watchdogco0_.DISTRIBUTION_ID as distribu2_12_0_, watchdogco0_.COMPONENT_DISTRIBUTION_STATUS as componen3_12_0_, watchdogco0_.CREATE_TIME as create_t4_12_0_, watchdogco0_.MODIFY_TIME as modify_t5_12_0_ from watchdog_per_component_distribution_status watchdogco0_ where watchdogco0_.COMPONENT_NAME=? and watchdogco0_.DISTRIBUTION_ID=? Hibernate: insert into watchdog_per_component_distribution_status (COMPONENT_DISTRIBUTION_STATUS, CREATE_TIME, MODIFY_TIME, COMPONENT_NAME, DISTRIBUTION_ID) values (?, ?, ?, ?, ?) 2022-06-07T11:54:36.217Z||pool-2-thread-3|||||DEBUG|500||received message from topic 2022-06-07T11:54:36.217Z||pool-2-thread-3|||||DEBUG|500||recieved notification from broker: { "distributionID": "08911a67-f712-402f-9ce5-4c8231970804", "consumerID": "SO-COpenSource-Env11", "timestamp": 1654602695641, "artifactURL": "/sdc/v1/catalog/services/DemoPnfG6fiojvccrtynjqec0s9/1.0/resourceInstances/pnfcd52fbdfbac30/artifacts/vf-license-model.xml", "status": "NOT_NOTIFIED" } 2022-06-07T11:54:36.217Z||pool-2-thread-3|||||INFO|500||Missing status on Status Object. 2022-06-07T11:54:36.218Z||pool-2-thread-3|||||DEBUG|500||received message from topic 2022-06-07T11:54:36.218Z||pool-2-thread-3|||||DEBUG|500||recieved notification from broker: { "distributionID": "08911a67-f712-402f-9ce5-4c8231970804", "consumerID": "policy-id", "timestamp": 1654602694254, "artifactURL": "/sdc/v1/catalog/services/DemoPnfG6fiojvccrtynjqec0s9/1.0/resourceInstances/pnfcd52fbdfbac30/artifacts/mynetconf.yang", "status": "NOT_NOTIFIED" } 2022-06-07T11:54:36.218Z||pool-2-thread-3|||||INFO|500||Missing status on Status Object. 2022-06-07T11:54:36.218Z||pool-2-thread-3|||||DEBUG|500||received message from topic 2022-06-07T11:54:36.218Z||pool-2-thread-3|||||DEBUG|500||recieved notification from broker: { "distributionID": "08911a67-f712-402f-9ce5-4c8231970804", "consumerID": "ves-openapi-manager", "timestamp": 1654602696634, "artifactURL": "/sdc/v1/catalog/services/DemoPnfG6fiojvccrtynjqec0s9/1.0/resourceInstances/pnfcd52fbdfbac30/artifacts/MyPnf_Pnf_v1.yaml", "status": "DEPLOY_OK" } 2022-06-07T11:54:36.218Z||pool-2-thread-3|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error' 2022-06-07T11:54:36.219Z||pool-2-thread-3|||||DEBUG|500||received message from topic 2022-06-07T11:54:36.219Z||pool-2-thread-3|||||DEBUG|500||recieved notification from broker: { "distributionID": "08911a67-f712-402f-9ce5-4c8231970804", "consumerID": "multicloud-k8s-id", "timestamp": 1654602692229, "artifactURL": "/sdc/v1/catalog/services/DemoPnfG6fiojvccrtynjqec0s9/1.0/resourceInstances/pnfcd52fbdfbac30/artifacts/PM_Dictionary.yaml", "status": "NOT_NOTIFIED" } 2022-06-07T11:54:36.219Z||pool-2-thread-3|||||INFO|500||Missing status on Status Object. 2022-06-07T11:54:36.219Z||pool-2-thread-3|||||DEBUG|500||received message from topic 2022-06-07T11:54:36.219Z||pool-2-thread-3|||||DEBUG|500||recieved notification from broker: { "distributionID": "08911a67-f712-402f-9ce5-4c8231970804", "consumerID": "SO-COpenSource-Env11", "timestamp": 1654602695641, "artifactURL": "/sdc/v1/catalog/services/DemoPnfG6fiojvccrtynjqec0s9/1.0/resourceInstances/pnfcd52fbdfbac30/artifacts/pNF.csar", "status": "NOT_NOTIFIED" } 2022-06-07T11:54:36.219Z||pool-2-thread-3|||||INFO|500||Missing status on Status Object. 2022-06-07T11:54:36.219Z||pool-2-thread-3|||||DEBUG|500||received message from topic 2022-06-07T11:54:36.220Z||pool-2-thread-3|||||DEBUG|500||recieved notification from broker: { "distributionID": "08911a67-f712-402f-9ce5-4c8231970804", "consumerID": "policy-id", "timestamp": 1654602694254, "artifactURL": "/sdc/v1/catalog/services/DemoPnfG6fiojvccrtynjqec0s9/1.0/resourceInstances/pnfcd52fbdfbac30/artifacts/vendor-license-model.xml", "status": "NOT_NOTIFIED" } 2022-06-07T11:54:36.220Z||pool-2-thread-3|||||INFO|500||Missing status on Status Object. 2022-06-07T11:54:36.220Z||pool-2-thread-3|||||DEBUG|500||received message from topic 2022-06-07T11:54:36.220Z||pool-2-thread-3|||||DEBUG|500||recieved notification from broker: { "distributionID": "08911a67-f712-402f-9ce5-4c8231970804", "consumerID": "ves-openapi-manager", "timestamp": 1654602697637, "artifactURL": "", "status": "COMPONENT_DONE_OK", "componentName": "" } Hibernate: select watchdogdi0_.DISTRIBUTION_ID as distribu1_11_0_, watchdogdi0_.CREATE_TIME as create_t2_11_0_, watchdogdi0_.DISTRIBUTION_ID_STATUS as distribu3_11_0_, watchdogdi0_.MODIFY_TIME as modify_t4_11_0_, watchdogdi0_.LOCK_VERSION as lock_ver5_11_0_ from watchdog_distributionid_status watchdogdi0_ where watchdogdi0_.DISTRIBUTION_ID=? 2022-06-07T11:54:36.224Z||pool-2-thread-3|||||DEBUG|500||Receive a callback componentStatus in ASDC, for componentName: and status of COMPONENT_DONE_OK distributionID of 08911a67-f712-402f-9ce5-4c8231970804 2022-06-07T11:54:36.224Z||pool-2-thread-3|||||DEBUG|500||Entering installTheComponentStatus for distributionId 08911a67-f712-402f-9ce5-4c8231970804 and ComponentName Hibernate: select watchdogco0_.COMPONENT_NAME as componen1_12_0_, watchdogco0_.DISTRIBUTION_ID as distribu2_12_0_, watchdogco0_.COMPONENT_DISTRIBUTION_STATUS as componen3_12_0_, watchdogco0_.CREATE_TIME as create_t4_12_0_, watchdogco0_.MODIFY_TIME as modify_t5_12_0_ from watchdog_per_component_distribution_status watchdogco0_ where watchdogco0_.COMPONENT_NAME=? and watchdogco0_.DISTRIBUTION_ID=? Hibernate: insert into watchdog_per_component_distribution_status (COMPONENT_DISTRIBUTION_STATUS, CREATE_TIME, MODIFY_TIME, COMPONENT_NAME, DISTRIBUTION_ID) values (?, ?, ?, ?, ?) 2022-06-07T11:54:36.233Z||pool-2-thread-3|||||DEBUG|500||received message from topic 2022-06-07T11:54:36.233Z||pool-2-thread-3|||||DEBUG|500||recieved notification from broker: { "distributionID": "08911a67-f712-402f-9ce5-4c8231970804", "consumerID": "multicloud-k8s-id", "timestamp": 1654602692229, "artifactURL": "/sdc/v1/catalog/services/DemoPnfG6fiojvccrtynjqec0s9/1.0/resourceInstances/pnfcd52fbdfbac30/artifacts/MyPnf_Pnf_v1.yaml", "status": "NOT_NOTIFIED" } 2022-06-07T11:54:36.233Z||pool-2-thread-3|||||INFO|500||Missing status on Status Object. 2022-06-07T11:54:36.233Z||pool-2-thread-3|||||DEBUG|500||received message from topic 2022-06-07T11:54:36.233Z||pool-2-thread-3|||||DEBUG|500||recieved notification from broker: { "distributionID": "08911a67-f712-402f-9ce5-4c8231970804", "consumerID": "SO-COpenSource-Env11", "timestamp": 1654602695641, "artifactURL": "/sdc/v1/catalog/services/DemoPnfG6fiojvccrtynjqec0s9/1.0/resourceInstances/pnfcd52fbdfbac30/artifacts/mynetconf.yang", "status": "NOT_NOTIFIED" } 2022-06-07T11:54:36.233Z||pool-2-thread-3|||||INFO|500||Missing status on Status Object. 2022-06-07T11:54:36.233Z||pool-2-thread-3|||||DEBUG|500||received message from topic 2022-06-07T11:54:36.233Z||pool-2-thread-3|||||DEBUG|500||recieved notification from broker: { "distributionID": "08911a67-f712-402f-9ce5-4c8231970804", "consumerID": "aai-ml", "timestamp": 1654602698274, "artifactURL": "/sdc/v1/catalog/services/DemoPnfG6fiojvccrtynjqec0s9/1.0/artifacts/service-DemoPnfG6fiojvccrtynjqec0s9-csar.csar", "status": "DEPLOY_OK" } 2022-06-07T11:54:36.234Z||pool-2-thread-3|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error' 2022-06-07T11:54:36.234Z||pool-2-thread-3|||||DEBUG|500||received message from topic 2022-06-07T11:54:36.234Z||pool-2-thread-3|||||DEBUG|500||recieved notification from broker: { "distributionID": "08911a67-f712-402f-9ce5-4c8231970804", "consumerID": "policy-id", "timestamp": 1654602694254, "artifactURL": "/sdc/v1/catalog/services/DemoPnfG6fiojvccrtynjqec0s9/1.0/resourceInstances/pnfcd52fbdfbac30/artifacts/PM_Dictionary.yaml", "status": "NOT_NOTIFIED" } 2022-06-07T11:54:36.234Z||pool-2-thread-3|||||INFO|500||Missing status on Status Object. 2022-06-07T11:54:36.234Z||pool-2-thread-3|||||DEBUG|500||received message from topic 2022-06-07T11:54:36.234Z||pool-2-thread-3|||||DEBUG|500||recieved notification from broker: { "distributionID": "08911a67-f712-402f-9ce5-4c8231970804", "consumerID": "multicloud-k8s-id", "timestamp": 1654602692229, "artifactURL": "/sdc/v1/catalog/services/DemoPnfG6fiojvccrtynjqec0s9/1.0/artifacts/service-DemoPnfG6fiojvccrtynjqec0s9-template.yml", "status": "NOT_NOTIFIED" } 2022-06-07T11:54:36.235Z||pool-2-thread-3|||||INFO|500||Missing status on Status Object. 2022-06-07T11:54:36.235Z||pool-2-thread-3|||||DEBUG|500||received message from topic 2022-06-07T11:54:36.235Z||pool-2-thread-3|||||DEBUG|500||recieved notification from broker: { "distributionID": "08911a67-f712-402f-9ce5-4c8231970804", "consumerID": "SO-COpenSource-Env11", "timestamp": 1654602695641, "artifactURL": "/sdc/v1/catalog/services/DemoPnfG6fiojvccrtynjqec0s9/1.0/resourceInstances/pnfcd52fbdfbac30/artifacts/vendor-license-model.xml", "status": "NOT_NOTIFIED" } 2022-06-07T11:54:36.235Z||pool-2-thread-3|||||INFO|500||Missing status on Status Object. 2022-06-07T11:54:36.235Z||pool-2-thread-3|||||DEBUG|500||received message from topic 2022-06-07T11:54:36.235Z||pool-2-thread-3|||||DEBUG|500||recieved notification from broker: { "distributionID": "08911a67-f712-402f-9ce5-4c8231970804", "consumerID": "aai-ml", "timestamp": 1654602699278, "artifactURL": "", "status": "COMPONENT_DONE_OK", "componentName": "AAI" } Hibernate: select watchdogdi0_.DISTRIBUTION_ID as distribu1_11_0_, watchdogdi0_.CREATE_TIME as create_t2_11_0_, watchdogdi0_.DISTRIBUTION_ID_STATUS as distribu3_11_0_, watchdogdi0_.MODIFY_TIME as modify_t4_11_0_, watchdogdi0_.LOCK_VERSION as lock_ver5_11_0_ from watchdog_distributionid_status watchdogdi0_ where watchdogdi0_.DISTRIBUTION_ID=? 2022-06-07T11:54:36.240Z||pool-2-thread-3|||||DEBUG|500||Receive a callback componentStatus in ASDC, for componentName: AAI and status of COMPONENT_DONE_OK distributionID of 08911a67-f712-402f-9ce5-4c8231970804 2022-06-07T11:54:36.240Z||pool-2-thread-3|||||DEBUG|500||Entering installTheComponentStatus for distributionId 08911a67-f712-402f-9ce5-4c8231970804 and ComponentName AAI Hibernate: select watchdogco0_.COMPONENT_NAME as componen1_12_0_, watchdogco0_.DISTRIBUTION_ID as distribu2_12_0_, watchdogco0_.COMPONENT_DISTRIBUTION_STATUS as componen3_12_0_, watchdogco0_.CREATE_TIME as create_t4_12_0_, watchdogco0_.MODIFY_TIME as modify_t5_12_0_ from watchdog_per_component_distribution_status watchdogco0_ where watchdogco0_.COMPONENT_NAME=? and watchdogco0_.DISTRIBUTION_ID=? Hibernate: insert into watchdog_per_component_distribution_status (COMPONENT_DISTRIBUTION_STATUS, CREATE_TIME, MODIFY_TIME, COMPONENT_NAME, DISTRIBUTION_ID) values (?, ?, ?, ?, ?) 2022-06-07T11:54:36.248Z||pool-2-thread-3|||||DEBUG|500||received message from topic 2022-06-07T11:54:36.249Z||pool-2-thread-3|||||DEBUG|500||recieved notification from broker: { "distributionID": "08911a67-f712-402f-9ce5-4c8231970804", "consumerID": "policy-id", "timestamp": 1654602694254, "artifactURL": "/sdc/v1/catalog/services/DemoPnfG6fiojvccrtynjqec0s9/1.0/resourceInstances/pnfcd52fbdfbac30/artifacts/MyPnf_Pnf_v1.yaml", "status": "NOT_NOTIFIED" } 2022-06-07T11:54:36.249Z||pool-2-thread-3|||||INFO|500||Missing status on Status Object. 2022-06-07T11:54:36.249Z||pool-2-thread-3|||||DEBUG|500||received message from topic 2022-06-07T11:54:36.249Z||pool-2-thread-3|||||DEBUG|500||recieved notification from broker: { "distributionID": "08911a67-f712-402f-9ce5-4c8231970804", "consumerID": "multicloud-k8s-id", "timestamp": 1654602692229, "artifactURL": "/sdc/v1/catalog/services/DemoPnfG6fiojvccrtynjqec0s9/1.0/artifacts/service-DemoPnfG6fiojvccrtynjqec0s9-csar.csar", "status": "NOTIFIED" } 2022-06-07T11:54:36.249Z||pool-2-thread-3|||||INFO|500||Missing status on Status Object. 2022-06-07T11:54:36.249Z||pool-2-thread-3|||||DEBUG|500||received message from topic 2022-06-07T11:54:36.249Z||pool-2-thread-3|||||DEBUG|500||recieved notification from broker: { "distributionID": "08911a67-f712-402f-9ce5-4c8231970804", "consumerID": "SO-COpenSource-Env11", "timestamp": 1654602695641, "artifactURL": "/sdc/v1/catalog/services/DemoPnfG6fiojvccrtynjqec0s9/1.0/resourceInstances/pnfcd52fbdfbac30/artifacts/PM_Dictionary.yaml", "status": "NOT_NOTIFIED" } 2022-06-07T11:54:36.250Z||pool-2-thread-3|||||INFO|500||Missing status on Status Object. 2022-06-07T11:54:36.250Z||pool-2-thread-3|||||DEBUG|500||received message from topic 2022-06-07T11:54:36.250Z||pool-2-thread-3|||||DEBUG|500||recieved notification from broker: { "distributionID": "08911a67-f712-402f-9ce5-4c8231970804", "consumerID": "policy-id", "timestamp": 1654602694254, "artifactURL": "/sdc/v1/catalog/services/DemoPnfG6fiojvccrtynjqec0s9/1.0/artifacts/service-DemoPnfG6fiojvccrtynjqec0s9-template.yml", "status": "NOT_NOTIFIED" } 2022-06-07T11:54:36.250Z||pool-2-thread-3|||||INFO|500||Missing status on Status Object. 2022-06-07T11:54:36.250Z||pool-2-thread-3|||||DEBUG|500||received message from topic 2022-06-07T11:54:36.250Z||pool-2-thread-3|||||DEBUG|500||recieved notification from broker: { "distributionID": "08911a67-f712-402f-9ce5-4c8231970804", "consumerID": "SO-COpenSource-Env11", "timestamp": 1654602695641, "artifactURL": "/sdc/v1/catalog/services/DemoPnfG6fiojvccrtynjqec0s9/1.0/resourceInstances/pnfcd52fbdfbac30/artifacts/MyPnf_Pnf_v1.yaml", "status": "NOT_NOTIFIED" } 2022-06-07T11:54:36.250Z||pool-2-thread-3|||||INFO|500||Missing status on Status Object. 2022-06-07T11:54:36.251Z||pool-2-thread-3|||||DEBUG|500||received message from topic 2022-06-07T11:54:36.251Z||pool-2-thread-3|||||DEBUG|500||recieved notification from broker: { "distributionID": "08911a67-f712-402f-9ce5-4c8231970804", "consumerID": "policy-id", "timestamp": 1654602694254, "artifactURL": "/sdc/v1/catalog/services/DemoPnfG6fiojvccrtynjqec0s9/1.0/artifacts/service-DemoPnfG6fiojvccrtynjqec0s9-csar.csar", "status": "NOTIFIED" } 2022-06-07T11:54:36.251Z||pool-2-thread-3|||||INFO|500||Missing status on Status Object. 2022-06-07T11:54:36.251Z||pool-2-thread-3|||||DEBUG|500||received message from topic 2022-06-07T11:54:36.251Z||pool-2-thread-3|||||DEBUG|500||recieved notification from broker: { "distributionID": "08911a67-f712-402f-9ce5-4c8231970804", "consumerID": "SO-COpenSource-Env11", "timestamp": 1654602695641, "artifactURL": "/sdc/v1/catalog/services/DemoPnfG6fiojvccrtynjqec0s9/1.0/artifacts/service-DemoPnfG6fiojvccrtynjqec0s9-template.yml", "status": "NOT_NOTIFIED" } 2022-06-07T11:54:36.251Z||pool-2-thread-3|||||INFO|500||Missing status on Status Object. 2022-06-07T11:54:36.251Z||pool-2-thread-3|||||DEBUG|500||received message from topic 2022-06-07T11:54:36.252Z||pool-2-thread-3|||||DEBUG|500||recieved notification from broker: { "distributionID": "08911a67-f712-402f-9ce5-4c8231970804", "consumerID": "policy-id", "timestamp": 1654602703039, "artifactURL": "/sdc/v1/catalog/services/DemoPnfG6fiojvccrtynjqec0s9/1.0/artifacts/service-DemoPnfG6fiojvccrtynjqec0s9-csar.csar", "status": "DOWNLOAD_OK" } 2022-06-07T11:54:36.252Z||pool-2-thread-3|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error' 2022-06-07T11:54:36.252Z||pool-2-thread-3|||||DEBUG|500||received message from topic 2022-06-07T11:54:36.252Z||pool-2-thread-3|||||DEBUG|500||recieved notification from broker: { "distributionID": "08911a67-f712-402f-9ce5-4c8231970804", "consumerID": "SO-COpenSource-Env11", "timestamp": 1654602695641, "artifactURL": "/sdc/v1/catalog/services/DemoPnfG6fiojvccrtynjqec0s9/1.0/artifacts/service-DemoPnfG6fiojvccrtynjqec0s9-csar.csar", "status": "NOTIFIED" } 2022-06-07T11:54:36.252Z||pool-2-thread-3|||||INFO|500||Missing status on Status Object. 2022-06-07T11:54:36.252Z||pool-2-thread-3|||||DEBUG|500||received message from topic 2022-06-07T11:54:36.252Z||pool-2-thread-3|||||DEBUG|500||recieved notification from broker: { "distributionID": "08911a67-f712-402f-9ce5-4c8231970804", "consumerID": "policy-id", "timestamp": 1654602704048, "artifactURL": "/sdc/v1/catalog/services/DemoPnfG6fiojvccrtynjqec0s9/1.0/artifacts/service-DemoPnfG6fiojvccrtynjqec0s9-csar.csar", "status": "DEPLOY_OK" } 2022-06-07T11:54:36.253Z||pool-2-thread-3|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error' 2022-06-07T11:54:36.253Z||pool-2-thread-3|||||DEBUG|500||received message from topic 2022-06-07T11:54:36.253Z||pool-2-thread-3|||||DEBUG|500||recieved notification from broker: { "distributionID": "08911a67-f712-402f-9ce5-4c8231970804", "consumerID": "clamp", "timestamp": 1654602703395, "artifactURL": "/sdc/v1/catalog/services/DemoPnfG6fiojvccrtynjqec0s9/1.0/resourceInstances/pnfcd52fbdfbac30/artifacts/vf-license-model.xml", "status": "NOT_NOTIFIED" } 2022-06-07T11:54:36.253Z||pool-2-thread-3|||||INFO|500||Missing status on Status Object. 2022-06-07T11:54:36.253Z||pool-2-thread-3|||||DEBUG|500||received message from topic 2022-06-07T11:54:36.253Z||pool-2-thread-3|||||DEBUG|500||recieved notification from broker: { "distributionID": "08911a67-f712-402f-9ce5-4c8231970804", "consumerID": "SO-COpenSource-Env11", "timestamp": 1654602704478, "artifactURL": "/sdc/v1/catalog/services/DemoPnfG6fiojvccrtynjqec0s9/1.0/artifacts/service-DemoPnfG6fiojvccrtynjqec0s9-csar.csar", "status": "DOWNLOAD_OK" } 2022-06-07T11:54:36.253Z||pool-2-thread-3|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error' 2022-06-07T11:54:36.253Z||pool-2-thread-3|||||DEBUG|500||received message from topic 2022-06-07T11:54:36.254Z||pool-2-thread-3|||||DEBUG|500||recieved notification from broker: { "distributionID": "08911a67-f712-402f-9ce5-4c8231970804", "consumerID": "policy-id", "timestamp": 1654602705052, "artifactURL": "", "status": "COMPONENT_DONE_OK", "componentName": "POLICY" } Hibernate: select watchdogdi0_.DISTRIBUTION_ID as distribu1_11_0_, watchdogdi0_.CREATE_TIME as create_t2_11_0_, watchdogdi0_.DISTRIBUTION_ID_STATUS as distribu3_11_0_, watchdogdi0_.MODIFY_TIME as modify_t4_11_0_, watchdogdi0_.LOCK_VERSION as lock_ver5_11_0_ from watchdog_distributionid_status watchdogdi0_ where watchdogdi0_.DISTRIBUTION_ID=? 2022-06-07T11:54:36.258Z||pool-2-thread-3|||||DEBUG|500||Receive a callback componentStatus in ASDC, for componentName: POLICY and status of COMPONENT_DONE_OK distributionID of 08911a67-f712-402f-9ce5-4c8231970804 2022-06-07T11:54:36.259Z||pool-2-thread-3|||||DEBUG|500||Entering installTheComponentStatus for distributionId 08911a67-f712-402f-9ce5-4c8231970804 and ComponentName POLICY Hibernate: select watchdogco0_.COMPONENT_NAME as componen1_12_0_, watchdogco0_.DISTRIBUTION_ID as distribu2_12_0_, watchdogco0_.COMPONENT_DISTRIBUTION_STATUS as componen3_12_0_, watchdogco0_.CREATE_TIME as create_t4_12_0_, watchdogco0_.MODIFY_TIME as modify_t5_12_0_ from watchdog_per_component_distribution_status watchdogco0_ where watchdogco0_.COMPONENT_NAME=? and watchdogco0_.DISTRIBUTION_ID=? Hibernate: insert into watchdog_per_component_distribution_status (COMPONENT_DISTRIBUTION_STATUS, CREATE_TIME, MODIFY_TIME, COMPONENT_NAME, DISTRIBUTION_ID) values (?, ?, ?, ?, ?) 2022-06-07T11:54:36.266Z||pool-2-thread-3|||||DEBUG|500||received message from topic 2022-06-07T11:54:36.266Z||pool-2-thread-3|||||DEBUG|500||recieved notification from broker: { "distributionID": "08911a67-f712-402f-9ce5-4c8231970804", "consumerID": "clamp", "timestamp": 1654602703395, "artifactURL": "/sdc/v1/catalog/services/DemoPnfG6fiojvccrtynjqec0s9/1.0/resourceInstances/pnfcd52fbdfbac30/artifacts/pNF.csar", "status": "NOT_NOTIFIED" } 2022-06-07T11:54:36.266Z||pool-2-thread-3|||||INFO|500||Missing status on Status Object. 2022-06-07T11:54:36.266Z||pool-2-thread-3|||||DEBUG|500||received message from topic 2022-06-07T11:54:36.267Z||pool-2-thread-3|||||DEBUG|500||recieved notification from broker: { "distributionID": "08911a67-f712-402f-9ce5-4c8231970804", "consumerID": "clamp", "timestamp": 1654602703395, "artifactURL": "/sdc/v1/catalog/services/DemoPnfG6fiojvccrtynjqec0s9/1.0/resourceInstances/pnfcd52fbdfbac30/artifacts/mynetconf.yang", "status": "NOT_NOTIFIED" } 2022-06-07T11:54:36.267Z||pool-2-thread-3|||||INFO|500||Missing status on Status Object. 2022-06-07T11:54:36.267Z||pool-2-thread-3|||||DEBUG|500||received message from topic 2022-06-07T11:54:36.267Z||pool-2-thread-3|||||DEBUG|500||recieved notification from broker: { "distributionID": "08911a67-f712-402f-9ce5-4c8231970804", "consumerID": "SO-COpenSource-Env11", "timestamp": 1654602706554, "artifactURL": "/sdc/v1/catalog/services/DemoPnfG6fiojvccrtynjqec0s9/1.0/artifacts/service-DemoPnfG6fiojvccrtynjqec0s9-csar.csar", "status": "DEPLOY_OK" } 2022-06-07T11:54:36.267Z||pool-2-thread-3|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error' 2022-06-07T11:54:36.267Z||pool-2-thread-3|||||DEBUG|500||received message from topic 2022-06-07T11:54:36.267Z||pool-2-thread-3|||||DEBUG|500||recieved notification from broker: { "distributionID": "08911a67-f712-402f-9ce5-4c8231970804", "consumerID": "clamp", "timestamp": 1654602703395, "artifactURL": "/sdc/v1/catalog/services/DemoPnfG6fiojvccrtynjqec0s9/1.0/resourceInstances/pnfcd52fbdfbac30/artifacts/vendor-license-model.xml", "status": "NOT_NOTIFIED" } 2022-06-07T11:54:36.267Z||pool-2-thread-3|||||INFO|500||Missing status on Status Object. 2022-06-07T11:54:36.268Z||pool-2-thread-3|||||DEBUG|500||received message from topic 2022-06-07T11:54:36.268Z||pool-2-thread-3|||||DEBUG|500||recieved notification from broker: { "distributionID": "08911a67-f712-402f-9ce5-4c8231970804", "consumerID": "clamp", "timestamp": 1654602703395, "artifactURL": "/sdc/v1/catalog/services/DemoPnfG6fiojvccrtynjqec0s9/1.0/resourceInstances/pnfcd52fbdfbac30/artifacts/PM_Dictionary.yaml", "status": "NOT_NOTIFIED" } 2022-06-07T11:54:36.268Z||pool-2-thread-3|||||INFO|500||Missing status on Status Object. 2022-06-07T11:54:36.268Z||pool-2-thread-3|||||DEBUG|500||received message from topic 2022-06-07T11:54:36.268Z||pool-2-thread-3|||||DEBUG|500||recieved notification from broker: { "distributionID": "08911a67-f712-402f-9ce5-4c8231970804", "consumerID": "clamp", "timestamp": 1654602703395, "artifactURL": "/sdc/v1/catalog/services/DemoPnfG6fiojvccrtynjqec0s9/1.0/resourceInstances/pnfcd52fbdfbac30/artifacts/MyPnf_Pnf_v1.yaml", "status": "NOT_NOTIFIED" } 2022-06-07T11:54:36.268Z||pool-2-thread-3|||||INFO|500||Missing status on Status Object. 2022-06-07T11:54:36.268Z||pool-2-thread-3|||||DEBUG|500||received message from topic 2022-06-07T11:54:36.268Z||pool-2-thread-3|||||DEBUG|500||recieved notification from broker: { "distributionID": "08911a67-f712-402f-9ce5-4c8231970804", "consumerID": "clamp", "timestamp": 1654602703395, "artifactURL": "/sdc/v1/catalog/services/DemoPnfG6fiojvccrtynjqec0s9/1.0/artifacts/service-DemoPnfG6fiojvccrtynjqec0s9-template.yml", "status": "NOT_NOTIFIED" } 2022-06-07T11:54:36.269Z||pool-2-thread-3|||||INFO|500||Missing status on Status Object. 2022-06-07T11:54:36.269Z||pool-2-thread-3|||||DEBUG|500||received message from topic 2022-06-07T11:54:36.269Z||pool-2-thread-3|||||DEBUG|500||recieved notification from broker: { "distributionID": "08911a67-f712-402f-9ce5-4c8231970804", "consumerID": "clamp", "timestamp": 1654602703395, "artifactURL": "/sdc/v1/catalog/services/DemoPnfG6fiojvccrtynjqec0s9/1.0/artifacts/service-DemoPnfG6fiojvccrtynjqec0s9-csar.csar", "status": "NOTIFIED" } 2022-06-07T11:54:36.269Z||pool-2-thread-3|||||INFO|500||Missing status on Status Object. 2022-06-07T11:54:36.269Z||pool-2-thread-3|||||DEBUG|500||received message from topic 2022-06-07T11:54:36.269Z||pool-2-thread-3|||||DEBUG|500||recieved notification from broker: { "distributionID": "08911a67-f712-402f-9ce5-4c8231970804", "consumerID": "clamp", "timestamp": 1654602724509, "artifactURL": "/sdc/v1/catalog/services/DemoPnfG6fiojvccrtynjqec0s9/1.0/artifacts/service-DemoPnfG6fiojvccrtynjqec0s9-csar.csar", "status": "DOWNLOAD_OK" } 2022-06-07T11:54:36.269Z||pool-2-thread-3|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error' 2022-06-07T11:54:36.270Z||pool-2-thread-3|||||DEBUG|500||received message from topic 2022-06-07T11:54:36.270Z||pool-2-thread-3|||||DEBUG|500||recieved notification from broker: { "distributionID": "08911a67-f712-402f-9ce5-4c8231970804", "consumerID": "clamp", "timestamp": 1654602725543, "artifactURL": "/sdc/v1/catalog/services/DemoPnfG6fiojvccrtynjqec0s9/1.0/artifacts/service-DemoPnfG6fiojvccrtynjqec0s9-csar.csar", "status": "DEPLOY_OK" } 2022-06-07T11:54:36.270Z||pool-2-thread-3|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error' 2022-06-07T11:54:36.270Z||pool-2-thread-3|||||DEBUG|500||received message from topic 2022-06-07T11:54:36.270Z||pool-2-thread-3|||||DEBUG|500||recieved notification from broker: { "distributionID": "08911a67-f712-402f-9ce5-4c8231970804", "consumerID": "clamp", "timestamp": 1654602726548, "artifactURL": "", "status": "COMPONENT_DONE_OK", "componentName": "clamp" } Hibernate: select watchdogdi0_.DISTRIBUTION_ID as distribu1_11_0_, watchdogdi0_.CREATE_TIME as create_t2_11_0_, watchdogdi0_.DISTRIBUTION_ID_STATUS as distribu3_11_0_, watchdogdi0_.MODIFY_TIME as modify_t4_11_0_, watchdogdi0_.LOCK_VERSION as lock_ver5_11_0_ from watchdog_distributionid_status watchdogdi0_ where watchdogdi0_.DISTRIBUTION_ID=? 2022-06-07T11:54:36.274Z||pool-2-thread-3|||||DEBUG|500||Receive a callback componentStatus in ASDC, for componentName: clamp and status of COMPONENT_DONE_OK distributionID of 08911a67-f712-402f-9ce5-4c8231970804 2022-06-07T11:54:36.275Z||pool-2-thread-3|||||DEBUG|500||Entering installTheComponentStatus for distributionId 08911a67-f712-402f-9ce5-4c8231970804 and ComponentName clamp Hibernate: select watchdogco0_.COMPONENT_NAME as componen1_12_0_, watchdogco0_.DISTRIBUTION_ID as distribu2_12_0_, watchdogco0_.COMPONENT_DISTRIBUTION_STATUS as componen3_12_0_, watchdogco0_.CREATE_TIME as create_t4_12_0_, watchdogco0_.MODIFY_TIME as modify_t5_12_0_ from watchdog_per_component_distribution_status watchdogco0_ where watchdogco0_.COMPONENT_NAME=? and watchdogco0_.DISTRIBUTION_ID=? Hibernate: insert into watchdog_per_component_distribution_status (COMPONENT_DISTRIBUTION_STATUS, CREATE_TIME, MODIFY_TIME, COMPONENT_NAME, DISTRIBUTION_ID) values (?, ?, ?, ?, ?) 2022-06-07T11:54:47.652Z|08911a67-f712-402f-9ce5-4c8231970804|pool-2-thread-5|||||DEBUG|500||Entered getOverallDistributionStatus method for distrubutionId: 08911a67-f712-402f-9ce5-4c8231970804 Hibernate: select watchdogdi0_.DISTRIBUTION_ID as distribu1_11_0_, watchdogdi0_.CREATE_TIME as create_t2_11_0_, watchdogdi0_.DISTRIBUTION_ID_STATUS as distribu3_11_0_, watchdogdi0_.MODIFY_TIME as modify_t4_11_0_, watchdogdi0_.LOCK_VERSION as lock_ver5_11_0_ from watchdog_distributionid_status watchdogdi0_ where watchdogdi0_.DISTRIBUTION_ID=? Hibernate: select watchdogco0_.COMPONENT_NAME as componen1_12_, watchdogco0_.DISTRIBUTION_ID as distribu2_12_, watchdogco0_.COMPONENT_DISTRIBUTION_STATUS as componen3_12_, watchdogco0_.CREATE_TIME as create_t4_12_, watchdogco0_.MODIFY_TIME as modify_t5_12_ from watchdog_per_component_distribution_status watchdogco0_ where watchdogco0_.DISTRIBUTION_ID=? 2022-06-07T11:54:47.665Z|08911a67-f712-402f-9ce5-4c8231970804|pool-2-thread-5|||||DEBUG|500||Executed RequestDB getWatchdogComponentDistributionStatus for distrubutionId: 08911a67-f712-402f-9ce5-4c8231970804 Hibernate: select watchdogco0_.COMPONENT_NAME as componen1_12_, watchdogco0_.DISTRIBUTION_ID as distribu2_12_, watchdogco0_.COMPONENT_DISTRIBUTION_STATUS as componen3_12_, watchdogco0_.CREATE_TIME as create_t4_12_, watchdogco0_.MODIFY_TIME as modify_t5_12_ from watchdog_per_component_distribution_status watchdogco0_ where watchdogco0_.DISTRIBUTION_ID=? 2022-06-07T11:54:47.667Z|08911a67-f712-402f-9ce5-4c8231970804|pool-2-thread-5|||||DEBUG|500||Found componentName SO in the WatchDog Component DB 2022-06-07T11:54:47.667Z|08911a67-f712-402f-9ce5-4c8231970804|pool-2-thread-5|||||DEBUG|500||Found componentName AAI in the WatchDog Component DB 2022-06-07T11:54:47.668Z|08911a67-f712-402f-9ce5-4c8231970804|pool-2-thread-5|||||DEBUG|500||Found componentName SDNC in the WatchDog Component DB 2022-06-07T11:54:47.668Z|08911a67-f712-402f-9ce5-4c8231970804|pool-2-thread-5|||||DEBUG|500||Components Size matched with the WatchdogComponentDistributionStatus results. 2022-06-07T11:54:47.668Z|08911a67-f712-402f-9ce5-4c8231970804|pool-2-thread-5|||||DEBUG|500||Component status: COMPONENT_DONE_OK on componentName: 2022-06-07T11:54:47.668Z|08911a67-f712-402f-9ce5-4c8231970804|pool-2-thread-5|||||DEBUG|500||Component status: COMPONENT_DONE_OK on componentName: 2022-06-07T11:54:47.668Z|08911a67-f712-402f-9ce5-4c8231970804|pool-2-thread-5|||||DEBUG|500||Component status: COMPONENT_DONE_OK on componentName: 2022-06-07T11:54:47.668Z|08911a67-f712-402f-9ce5-4c8231970804|pool-2-thread-5|||||DEBUG|500||Component status: COMPONENT_DONE_OK on componentName: 2022-06-07T11:54:47.668Z|08911a67-f712-402f-9ce5-4c8231970804|pool-2-thread-5|||||DEBUG|500||Component status: COMPONENT_DONE_OK on componentName: 2022-06-07T11:54:47.668Z|08911a67-f712-402f-9ce5-4c8231970804|pool-2-thread-5|||||DEBUG|500||Component status: COMPONENT_DONE_OK on componentName: 2022-06-07T11:54:47.669Z|08911a67-f712-402f-9ce5-4c8231970804|pool-2-thread-5|||||DEBUG|500||Component status: COMPONENT_DONE_OK on componentName: 2022-06-07T11:54:47.669Z|08911a67-f712-402f-9ce5-4c8231970804|pool-2-thread-5|||||DEBUG|500||Updating overall DistributionStatus to: SUCCESS for distributionId: Hibernate: select watchdogdi0_.DISTRIBUTION_ID as distribu1_11_0_, watchdogdi0_.CREATE_TIME as create_t2_11_0_, watchdogdi0_.DISTRIBUTION_ID_STATUS as distribu3_11_0_, watchdogdi0_.MODIFY_TIME as modify_t4_11_0_, watchdogdi0_.LOCK_VERSION as lock_ver5_11_0_ from watchdog_distributionid_status watchdogdi0_ where watchdogdi0_.DISTRIBUTION_ID=? 2022-06-07T11:54:47.673Z|08911a67-f712-402f-9ce5-4c8231970804|pool-2-thread-5|||||DEBUG|500||Exiting getOverallDistributionStatus method in WatchdogDistribution 2022-06-07T11:55:17.678Z|08911a67-f712-402f-9ce5-4c8231970804|pool-2-thread-5|||||DEBUG|500||Entered executePatchAAI method with distrubutionId: 08911a67-f712-402f-9ce5-4c8231970804 and distributionStatus: Hibernate: select watchdogse0_.DISTRIBUTION_ID as distribu1_13_, watchdogse0_.SERVICE_MODEL_VERSION_ID as service_2_13_, watchdogse0_.CONSUMER_ID as consumer3_13_, watchdogse0_.CREATE_TIME as create_t4_13_, watchdogse0_.DISTRIBUTION_NOTIFICATION as distribu5_13_ from watchdog_service_mod_ver_id_lookup watchdogse0_ where watchdogse0_.DISTRIBUTION_ID=? 2022-06-07T11:55:17.725Z|08911a67-f712-402f-9ce5-4c8231970804|pool-2-thread-5|||||DEBUG|500||Executed RequestDB getWatchdogServiceModVerIdLookup with distributionId: 08911a67-f712-402f-9ce5-4c8231970804 and serviceModelVersionId: 75a26cec-df2f-42a9-8d3f-230acd8af87d 2022-06-07T11:55:17.726Z|08911a67-f712-402f-9ce5-4c8231970804|pool-2-thread-5|||||DEBUG|500||ASDC Notification ServiceModelInvariantUUID : f83393cd-b2e6-4d0c-b115-346b3e4bfd87 2022-06-07T11:55:17.728Z|08911a67-f712-402f-9ce5-4c8231970804|pool-2-thread-5|||||DEBUG|500||Target A&AI Resource URI: /service-design-and-creation/models/model/f83393cd-b2e6-4d0c-b115-346b3e4bfd87/model-vers/model-ver/75a26cec-df2f-42a9-8d3f-230acd8af87d?depth=0 2022-06-07T11:55:17.736Z|08911a67-f712-402f-9ce5-4c8231970804|pool-2-thread-5|||||INFO|500||RestClientSSL using default SSL context! 2022-06-07T11:55:17.795Z|08911a67-f712-402f-9ce5-4c8231970804|pool-2-thread-5|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/f83393cd-b2e6-4d0c-b115-346b3e4bfd87/model-vers/model-ver/75a26cec-df2f-42a9-8d3f-230acd8af87d?depth=0|INFO|500||Invoke 2022-06-07T11:55:17.795Z|08911a67-f712-402f-9ce5-4c8231970804|pool-2-thread-5|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/f83393cd-b2e6-4d0c-b115-346b3e4bfd87/model-vers/model-ver/75a26cec-df2f-42a9-8d3f-230acd8af87d?depth=0|DEBUG|500||Sending HTTP POST (overridden to PATCH) to:https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/f83393cd-b2e6-4d0c-b115-346b3e4bfd87/model-vers/model-ver/75a26cec-df2f-42a9-8d3f-230acd8af87d?depth=0 with request headers:{Authorization=[***REDACTED***], X-RequestID=[08911a67-f712-402f-9ce5-4c8231970804], X-FromAppId=[MSO], X-ONAP-PartnerName=[UNKNOWN], X-HTTP-Method-Override=[PATCH], Accept=[application/json], X-InvocationID=[1d4a70b8-6721-4d6b-95cd-6e9647961272], X-ECOMP-RequestID=[08911a67-f712-402f-9ce5-4c8231970804], X-TransactionId=[], X-ONAP-RequestID=[08911a67-f712-402f-9ce5-4c8231970804], Content-Type=[application/merge-patch+json]} 2022-06-07T11:55:17.823Z|08911a67-f712-402f-9ce5-4c8231970804|pool-2-thread-5|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/f83393cd-b2e6-4d0c-b115-346b3e4bfd87/model-vers/model-ver/75a26cec-df2f-42a9-8d3f-230acd8af87d?depth=0|DEBUG|500||{"distribution-status":"DISTRIBUTION_COMPLETE_OK"} 2022-06-07T11:55:17.951Z|08911a67-f712-402f-9ce5-4c8231970804|pool-2-thread-5|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/f83393cd-b2e6-4d0c-b115-346b3e4bfd87/model-vers/model-ver/75a26cec-df2f-42a9-8d3f-230acd8af87d?depth=0|DEBUG|500||Response from method:POST (overridden to PATCH) performed on uri:https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/f83393cd-b2e6-4d0c-b115-346b3e4bfd87/model-vers/model-ver/75a26cec-df2f-42a9-8d3f-230acd8af87d?depth=0 has http status code:200 and response headers:{Strict-Transport-Security=[max-age=16000000; includeSubDomains; preload;], X-AAI-TXID=[2-aai-resources-220607-11:55:17:579-63559], vertex-id=[520192], Content-Length=[0], Date=[Tue, 07 Jun 2022 11:55:17 GMT], Content-Type=[application/json]} 2022-06-07T11:55:17.951Z|08911a67-f712-402f-9ce5-4c8231970804|pool-2-thread-5|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/f83393cd-b2e6-4d0c-b115-346b3e4bfd87/model-vers/model-ver/75a26cec-df2f-42a9-8d3f-230acd8af87d?depth=0|DEBUG|500||Response was returned with an empty entity. 2022-06-07T11:55:17.952Z|08911a67-f712-402f-9ce5-4c8231970804|pool-2-thread-5|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/f83393cd-b2e6-4d0c-b115-346b3e4bfd87/model-vers/model-ver/75a26cec-df2f-42a9-8d3f-230acd8af87d?depth=0|INFO|500||InvokeReturn 2022-06-07T11:55:17.952Z|08911a67-f712-402f-9ce5-4c8231970804|pool-2-thread-5|||||DEBUG|500||A&AI UPDATE MODEL Version is success! 2022-06-07T11:55:17.952Z|08911a67-f712-402f-9ce5-4c8231970804|pool-2-thread-5|||||DEBUG|500||A&AI Updated succefully with Distribution Status! Hibernate: select service0_.MODEL_UUID as model_uu1_50_, service0_.CDS_BLUEPRINT_NAME as cds_blue2_50_, service0_.CDS_BLUEPRINT_VERSION as cds_blue3_50_, service0_.SERVICE_CATEGORY as service_4_50_, service0_.CONTROLLER_ACTOR as controll5_50_, service0_.CREATION_TIMESTAMP as creation6_50_, service0_.TOSCA_CSAR_ARTIFACT_UUID as tosca_c21_50_, service0_.DESCRIPTION as descript7_50_, service0_.OVERALL_DISTRIBUTION_STATUS as overall_8_50_, service0_.ENVIRONMENT_CONTEXT as environm9_50_, service0_.MODEL_INVARIANT_UUID as model_i10_50_, service0_.MODEL_NAME as model_n11_50_, service0_.MODEL_VERSION as model_v12_50_, service0_.NAMING_POLICY as naming_13_50_, service0_.ONAP_GENERATED_NAMING as onap_ge14_50_, service0_.RESOURCE_ORDER as resourc15_50_, service0_.SERVICE_FUNCTION as service16_50_, service0_.SERVICE_ROLE as service17_50_, service0_.SERVICE_TYPE as service18_50_, service0_.SKIP_POST_INSTANTIATION_CONFIGURATION as skip_po19_50_, service0_.WORKLOAD_CONTEXT as workloa20_50_ from service service0_ where service0_.MODEL_UUID=? 2022-06-07T11:55:17.960Z|08911a67-f712-402f-9ce5-4c8231970804|pool-2-thread-5|||||ERROR|500||Error updating CatalogDBStatus java.lang.NullPointerException: null at org.onap.so.asdc.tenantIsolation.WatchdogDistribution.updateCatalogDBStatus(WatchdogDistribution.java:206) at org.onap.so.asdc.client.ASDCController.treatNotification(ASDCController.java:690) at org.onap.so.asdc.client.ASDCNotificationCallBack.activateCallback(ASDCNotificationCallBack.java:52) at org.onap.sdc.impl.NotificationConsumer.run(NotificationConsumer.java:71) at java.base/java.util.concurrent.Executors$RunnableAdapter.call(Unknown Source) at java.base/java.util.concurrent.FutureTask.runAndReset(Unknown Source) at java.base/java.util.concurrent.ScheduledThreadPoolExecutor$ScheduledFutureTask.run(Unknown Source) at java.base/java.util.concurrent.ThreadPoolExecutor.runWorker(Unknown Source) at java.base/java.util.concurrent.ThreadPoolExecutor$Worker.run(Unknown Source) at java.base/java.lang.Thread.run(Unknown Source) 2022-06-07T11:55:17.960Z|08911a67-f712-402f-9ce5-4c8231970804|pool-2-thread-5|||||DEBUG|500||Enter sendFinalDistributionStatus with DistributionID 08911a67-f712-402f-9ce5-4c8231970804 and Status of DISTRIBUTION_COMPLETE_OK and ErrorReason null 2022-06-07T11:55:17.960Z|08911a67-f712-402f-9ce5-4c8231970804|pool-2-thread-5|||||INFO|500||DistributionClient - sendFinalDistributionStatus status 2022-06-07T11:55:17.961Z|08911a67-f712-402f-9ce5-4c8231970804|pool-2-thread-5|||||INFO|500||DistributionClient - sendStatus 2022-06-07T11:55:17.963Z|08911a67-f712-402f-9ce5-4c8231970804|pool-2-thread-5|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap] 2022-06-07T11:55:17.963Z|08911a67-f712-402f-9ce5-4c8231970804|pool-2-thread-5|||||DEBUG|500||try to send status { "distributionID": "08911a67-f712-402f-9ce5-4c8231970804", "consumerID": "SO-COpenSource-Env11", "timestamp": 1654602917960, "artifactURL": "", "status": "DISTRIBUTION_COMPLETE_OK" } 2022-06-07T11:55:18.063Z||pool-110-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 99 ms 2022-06-07T11:55:18.064Z||pool-110-thread-1|||||WARN|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO will send credentials over a clear channel. 2022-06-07T11:55:18.064Z||pool-110-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as rACJoekZgDKIBPEP) ... 2022-06-07T11:55:18.109Z||pool-110-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK 2022-06-07T11:55:18.109Z||pool-110-thread-1|||||INFO|500||cambria reply ok (45 ms):{"serverTimeMs":0,"count":1} Hibernate: select watchdogdi0_.DISTRIBUTION_ID as distribu1_11_0_, watchdogdi0_.CREATE_TIME as create_t2_11_0_, watchdogdi0_.DISTRIBUTION_ID_STATUS as distribu3_11_0_, watchdogdi0_.MODIFY_TIME as modify_t4_11_0_, watchdogdi0_.LOCK_VERSION as lock_ver5_11_0_ from watchdog_distributionid_status watchdogdi0_ where watchdogdi0_.DISTRIBUTION_ID=? Hibernate: update watchdog_distributionid_status set DISTRIBUTION_ID_STATUS=?, MODIFY_TIME=?, LOCK_VERSION=? where DISTRIBUTION_ID=? 2022-06-07T11:55:18.977Z|08911a67-f712-402f-9ce5-4c8231970804|pool-2-thread-5|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2022-06-07T11:55:18.978Z|08911a67-f712-402f-9ce5-4c8231970804|pool-2-thread-5|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel. 2022-06-07T11:55:18.978Z|08911a67-f712-402f-9ce5-4c8231970804|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 rACJoekZgDKIBPEP) ... 2022-06-07T11:55:29.344Z|08911a67-f712-402f-9ce5-4c8231970804|pool-2-thread-5|||||INFO|500|| --> HTTP/1.1 200 OK 2022-06-07T11:55:29.345Z||pool-2-thread-8|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2022-06-07T11:55:29.346Z||pool-2-thread-8|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel. 2022-06-07T11:55:29.346Z||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 rACJoekZgDKIBPEP) ... 2022-06-07T11:55:35.660Z||pool-2-thread-6|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2022-06-07T11:55:35.661Z||pool-2-thread-6|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel. 2022-06-07T11:55:35.661Z||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 rACJoekZgDKIBPEP) ... 2022-06-07T11:55:36.310Z||pool-2-thread-6|||||INFO|500|| --> HTTP/1.1 200 OK 2022-06-07T11:55:36.310Z||pool-2-thread-6|||||DEBUG|500||received message from topic 2022-06-07T11:55:36.310Z||pool-2-thread-6|||||DEBUG|500||recieved notification from broker: { "distributionID": "08911a67-f712-402f-9ce5-4c8231970804", "consumerID": "SO-COpenSource-Env11", "timestamp": 1654602917960, "artifactURL": "", "status": "DISTRIBUTION_COMPLETE_OK" } 2022-06-07T11:55:36.311Z||pool-2-thread-6|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error' 2022-06-07T11:55:38.949Z||pool-2-thread-8|||||INFO|500|| --> HTTP/1.1 200 OK 2022-06-07T11:55:38.950Z||pool-2-thread-8|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2022-06-07T11:55:38.951Z||pool-2-thread-8|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel. 2022-06-07T11:55:38.951Z||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 rACJoekZgDKIBPEP) ... 2022-06-07T11:55:48.515Z||pool-2-thread-8|||||INFO|500|| --> HTTP/1.1 200 OK 2022-06-07T11:55:48.516Z||pool-2-thread-8|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2022-06-07T11:55:48.517Z||pool-2-thread-8|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel. 2022-06-07T11:55:48.517Z||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 rACJoekZgDKIBPEP) ... 2022-06-07T11:55:58.099Z||pool-2-thread-8|||||INFO|500|| --> HTTP/1.1 200 OK 2022-06-07T11:56:35.641Z||pool-2-thread-8|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2022-06-07T11:56:35.642Z||pool-2-thread-8|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel. 2022-06-07T11:56:35.642Z||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 rACJoekZgDKIBPEP) ... 2022-06-07T11:56:35.660Z||pool-2-thread-6|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2022-06-07T11:56:35.661Z||pool-2-thread-6|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel. 2022-06-07T11:56:35.661Z||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 rACJoekZgDKIBPEP) ... 2022-06-07T11:56:45.248Z||pool-2-thread-6|||||INFO|500|| --> HTTP/1.1 200 OK 2022-06-07T11:56:45.254Z||pool-2-thread-8|||||INFO|500|| --> HTTP/1.1 200 OK 2022-06-07T11:57:35.641Z||pool-2-thread-8|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2022-06-07T11:57:35.643Z||pool-2-thread-8|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel. 2022-06-07T11:57:35.643Z||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 rACJoekZgDKIBPEP) ... 2022-06-07T11:57:35.660Z||pool-2-thread-10|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2022-06-07T11:57:35.661Z||pool-2-thread-10|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel. 2022-06-07T11:57:35.661Z||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 rACJoekZgDKIBPEP) ... 2022-06-07T11:57:45.210Z||pool-2-thread-8|||||INFO|500|| --> HTTP/1.1 200 OK 2022-06-07T11:57:45.215Z||pool-2-thread-10|||||INFO|500|| --> HTTP/1.1 200 OK 2022-06-07T11:58:35.641Z||pool-2-thread-2|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2022-06-07T11:58:35.642Z||pool-2-thread-2|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel. 2022-06-07T11:58:35.642Z||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 rACJoekZgDKIBPEP) ... 2022-06-07T11:58:35.660Z|08911a67-f712-402f-9ce5-4c8231970804|pool-2-thread-5|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2022-06-07T11:58:35.661Z|08911a67-f712-402f-9ce5-4c8231970804|pool-2-thread-5|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel. 2022-06-07T11:58:35.661Z|08911a67-f712-402f-9ce5-4c8231970804|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 rACJoekZgDKIBPEP) ... 2022-06-07T11:58:45.203Z||pool-2-thread-2|||||INFO|500|| --> HTTP/1.1 200 OK 2022-06-07T11:58:45.284Z|08911a67-f712-402f-9ce5-4c8231970804|pool-2-thread-5|||||INFO|500|| --> HTTP/1.1 200 OK 2022-06-07T11:59:35.640Z||pool-2-thread-3|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2022-06-07T11:59:35.641Z||pool-2-thread-3|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel. 2022-06-07T11:59:35.642Z||pool-2-thread-3|||||INFO|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 (as rACJoekZgDKIBPEP) ... 2022-06-07T11:59:35.660Z||pool-2-thread-4|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2022-06-07T11:59:35.661Z||pool-2-thread-4|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel. 2022-06-07T11:59:35.661Z||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 rACJoekZgDKIBPEP) ... 2022-06-07T11:59:45.246Z||pool-2-thread-3|||||INFO|500|| --> HTTP/1.1 200 OK 2022-06-07T11:59:45.263Z||pool-2-thread-4|||||INFO|500|| --> HTTP/1.1 200 OK 2022-06-07T12:00:35.641Z||pool-2-thread-3|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2022-06-07T12:00:35.641Z||pool-2-thread-3|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel. 2022-06-07T12:00:35.642Z||pool-2-thread-3|||||INFO|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 (as rACJoekZgDKIBPEP) ... 2022-06-07T12:00:35.662Z||pool-2-thread-7|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2022-06-07T12:00:35.663Z||pool-2-thread-7|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel. 2022-06-07T12:00:35.663Z||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 rACJoekZgDKIBPEP) ... 2022-06-07T12:00:45.247Z||pool-2-thread-7|||||INFO|500|| --> HTTP/1.1 200 OK 2022-06-07T12:00:45.252Z||pool-2-thread-3|||||INFO|500|| --> HTTP/1.1 200 OK 2022-06-07T12:01:35.640Z||pool-2-thread-3|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2022-06-07T12:01:35.641Z||pool-2-thread-3|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel. 2022-06-07T12:01:35.642Z||pool-2-thread-3|||||INFO|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 (as rACJoekZgDKIBPEP) ... 2022-06-07T12:01:35.660Z||pool-2-thread-7|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2022-06-07T12:01:35.661Z||pool-2-thread-7|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel. 2022-06-07T12:01:35.661Z||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 rACJoekZgDKIBPEP) ... 2022-06-07T12:01:45.261Z||pool-2-thread-7|||||INFO|500|| --> HTTP/1.1 200 OK 2022-06-07T12:01:45.264Z||pool-2-thread-3|||||INFO|500|| --> HTTP/1.1 200 OK 2022-06-07T12:02:35.640Z||pool-2-thread-2|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2022-06-07T12:02:35.641Z||pool-2-thread-2|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel. 2022-06-07T12:02:35.641Z||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 rACJoekZgDKIBPEP) ... 2022-06-07T12:02:35.660Z||pool-2-thread-7|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2022-06-07T12:02:35.661Z||pool-2-thread-7|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel. 2022-06-07T12:02:35.661Z||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 rACJoekZgDKIBPEP) ... 2022-06-07T12:02:45.217Z||pool-2-thread-2|||||INFO|500|| --> HTTP/1.1 200 OK 2022-06-07T12:02:45.225Z||pool-2-thread-7|||||INFO|500|| --> HTTP/1.1 200 OK 2022-06-07T12:03:35.640Z||pool-2-thread-2|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2022-06-07T12:03:35.641Z||pool-2-thread-2|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel. 2022-06-07T12:03:35.641Z||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 rACJoekZgDKIBPEP) ... 2022-06-07T12:03:35.660Z||pool-2-thread-4|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2022-06-07T12:03:35.661Z||pool-2-thread-4|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel. 2022-06-07T12:03:35.661Z||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 rACJoekZgDKIBPEP) ... 2022-06-07T12:03:36.282Z||pool-2-thread-2|||||INFO|500|| --> HTTP/1.1 200 OK 2022-06-07T12:03:36.283Z||pool-2-thread-2|||||DEBUG|500||received message from topic 2022-06-07T12:03:36.283Z||pool-2-thread-2|||||DEBUG|500||recieved notification from broker: {"distributionID":"f9b09284-82f7-4363-a52e-5f44e11d1b60","serviceName":"test_pnf_macro","serviceVersion":"1.0","serviceUUID":"7b7c7397-8167-47f8-98dc-4bd4f180b9f9","serviceDescription":"service","serviceInvariantUUID":"95cc140f-112c-4f8a-9d7f-3796cd4cd72a","resources":[{"resourceInstanceName":"test-pnf 0","resourceName":"test-pnf","resourceVersion":"1.0","resoucreType":"PNF","resourceUUID":"1ac5b177-2c1b-40a1-84fe-5b4262e49872","resourceInvariantUUID":"bc639f60-acae-439c-a901-48ca1b3eb7a7","resourceCustomizationUUID":"a1051291-c2d9-47ed-83cd-01364f2aeb2b","category":"Generic","subcategory":"Abstract","artifacts":[{"artifactName":"vf-license-model.xml","artifactType":"VF_LICENSE","artifactURL":"/sdc/v1/catalog/services/TestPnfMacro/1.0/resourceInstances/testpnf0/artifacts/vf-license-model.xml","artifactChecksum":"OTI1Mzc2NDRkMzYyOTAyZjI5Zjk4Y2I4ZDQzNWM4NmQ\u003d","artifactDescription":"VF license file","artifactTimeout":0,"artifactUUID":"4a7f421b-ce7e-454f-9459-dd1a7721de7b","artifactVersion":"1"},{"artifactName":"pNF.csar","artifactType":"ETSI_PACKAGE","artifactURL":"/sdc/v1/catalog/services/TestPnfMacro/1.0/resourceInstances/testpnf0/artifacts/pNF.csar","artifactChecksum":"ZGVhZmM4YTM3NDgwYjQxNDFmZjYzYzQ5N2E4NDFkNDE\u003d","artifactDescription":"Artifact created from csar","artifactTimeout":0,"artifactUUID":"eb0c8480-52dc-4156-a6ef-d8ed918801b9","artifactVersion":"1"},{"artifactName":"mynetconf.yang","artifactType":"YANG_MODULE","artifactURL":"/sdc/v1/catalog/services/TestPnfMacro/1.0/resourceInstances/testpnf0/artifacts/mynetconf.yang","artifactChecksum":"N2Q1MDkxNjUwYzU1MWI2OTUzNmY4YTc3YmQ2YTlkZTc\u003d","artifactDescription":"Artifact created from csar","artifactTimeout":0,"artifactUUID":"d6155e77-967d-4ebc-adc7-3e31b13dffee","artifactVersion":"1"},{"artifactName":"CBA_enriched.zip","artifactType":"CONTROLLER_BLUEPRINT_ARCHIVE","artifactURL":"/sdc/v1/catalog/services/TestPnfMacro/1.0/resourceInstances/testpnf0/artifacts/CBA_enriched.zip","artifactChecksum":"MzQyOGNkMTFhZDEzMTk3YWIyMjc3ZmQxNzJhODc1NzI\u003d","artifactDescription":"test","artifactTimeout":0,"artifactUUID":"8afc9266-ebf9-47c6-952a-1eae78559f3c","artifactVersion":"1"},{"artifactName":"vendor-license-model.xml","artifactType":"VENDOR_LICENSE","artifactURL":"/sdc/v1/catalog/services/TestPnfMacro/1.0/resourceInstances/testpnf0/artifacts/vendor-license-model.xml","artifactChecksum":"YWU0ZDcwODllZmYyZGI3ZWJiNmExMTgwODI1YjcxMjE\u003d","artifactDescription":" Vendor license file","artifactTimeout":0,"artifactUUID":"89ce7cb7-3b88-4fbc-aedd-1d4096b58d15","artifactVersion":"1"},{"artifactName":"PM_Dictionary.yaml","artifactType":"PM_DICTIONARY","artifactURL":"/sdc/v1/catalog/services/TestPnfMacro/1.0/resourceInstances/testpnf0/artifacts/PM_Dictionary.yaml","artifactChecksum":"ZDJlYTVlNjA2ZGRhOTc3MDBkODVjNmEyMjA2OTA5YTE\u003d","artifactDescription":"Artifact created from csar","artifactTimeout":0,"artifactUUID":"98c198fa-e31c-4c06-abf5-8e4ba8350978","artifactVersion":"1"},{"artifactName":"MyPnf_Pnf_v1.yaml","artifactType":"VES_EVENTS","artifactURL":"/sdc/v1/catalog/services/TestPnfMacro/1.0/resourceInstances/testpnf0/artifacts/MyPnf_Pnf_v1.yaml","artifactChecksum":"ZTllOGUwNjdiYWEyMWJhZDc4NjNlOGNmNGJkZWVlMWY\u003d","artifactDescription":"Artifact created from csar","artifactTimeout":0,"artifactUUID":"e79d4ba3-308e-4600-8d1d-5d275860956a","artifactVersion":"1"}]}],"serviceArtifacts":[{"artifactName":"service-TestPnfMacro-template.yml","artifactType":"TOSCA_TEMPLATE","artifactURL":"/sdc/v1/catalog/services/TestPnfMacro/1.0/artifacts/service-TestPnfMacro-template.yml","artifactChecksum":"ZmZlMzVlZjgwMjM0MTcwOWMzNWViODMwYmMxMjdkNWQ\u003d","artifactDescription":"TOSCA representation of the asset","artifactTimeout":0,"artifactUUID":"6b926670-08b3-4d15-8ce5-352b6f93d83b","artifactVersion":"1"},{"artifactName":"service-TestPnfMacro-csar.csar","artifactType":"TOSCA_CSAR","artifactURL":"/sdc/v1/catalog/services/TestPnfMacro/1.0/artifacts/service-TestPnfMacro-csar.csar","artifactChecksum":"MTE1MzEyOTM2ODMzOWQxYzc4NWRmOTc5MmM5ZDk4MTI\u003d","artifactDescription":"TOSCA definition package of the asset","artifactTimeout":0,"artifactUUID":"e4f50478-c111-4c57-ae7f-81de303e436f","artifactVersion":"1"}],"workloadContext":"Production"} 2022-06-07T12:03:36.287Z||pool-2-thread-2|||||INFO|500||DistributionClient - sendNotificationStatus 2022-06-07T12:03:36.287Z||pool-2-thread-2|||||INFO|500||DistributionClient - sendStatus 2022-06-07T12:03:36.292Z||pool-2-thread-2|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap] 2022-06-07T12:03:36.292Z||pool-2-thread-2|||||DEBUG|500||try to send status { "distributionID": "f9b09284-82f7-4363-a52e-5f44e11d1b60", "consumerID": "SO-COpenSource-Env11", "timestamp": 1654603415640, "artifactURL": "/sdc/v1/catalog/services/TestPnfMacro/1.0/resourceInstances/testpnf0/artifacts/vf-license-model.xml", "status": "NOT_NOTIFIED" } 2022-06-07T12:03:36.299Z||pool-2-thread-4|||||INFO|500|| --> HTTP/1.1 200 OK 2022-06-07T12:03:36.301Z||pool-2-thread-4|||||DEBUG|500||received message from topic 2022-06-07T12:03:36.301Z||pool-2-thread-4|||||DEBUG|500||recieved notification from broker: { "distributionID": "f9b09284-82f7-4363-a52e-5f44e11d1b60", "consumerID": "cds", "timestamp": 1654603359567, "artifactURL": "/sdc/v1/catalog/services/TestPnfMacro/1.0/resourceInstances/testpnf0/artifacts/vf-license-model.xml", "status": "NOT_NOTIFIED" } 2022-06-07T12:03:36.301Z||pool-2-thread-4|||||INFO|500||Missing status on Status Object. 2022-06-07T12:03:36.302Z||pool-2-thread-4|||||DEBUG|500||received message from topic 2022-06-07T12:03:36.302Z||pool-2-thread-4|||||DEBUG|500||recieved notification from broker: { "distributionID": "f9b09284-82f7-4363-a52e-5f44e11d1b60", "consumerID": "clamp", "timestamp": 1654603363395, "artifactURL": "/sdc/v1/catalog/services/TestPnfMacro/1.0/resourceInstances/testpnf0/artifacts/vf-license-model.xml", "status": "NOT_NOTIFIED" } 2022-06-07T12:03:36.302Z||pool-2-thread-4|||||INFO|500||Missing status on Status Object. 2022-06-07T12:03:36.302Z||pool-2-thread-4|||||DEBUG|500||received message from topic 2022-06-07T12:03:36.302Z||pool-2-thread-4|||||DEBUG|500||recieved notification from broker: { "distributionID": "f9b09284-82f7-4363-a52e-5f44e11d1b60", "consumerID": "sdc-COpenSource-Env11-sdnc-dockero", "timestamp": 1654603367055, "artifactURL": "/sdc/v1/catalog/services/TestPnfMacro/1.0/resourceInstances/testpnf0/artifacts/vf-license-model.xml", "status": "NOT_NOTIFIED" } 2022-06-07T12:03:36.302Z||pool-2-thread-4|||||INFO|500||Missing status on Status Object. 2022-06-07T12:03:36.302Z||pool-2-thread-4|||||DEBUG|500||received message from topic 2022-06-07T12:03:36.302Z||pool-2-thread-4|||||DEBUG|500||recieved notification from broker: { "distributionID": "f9b09284-82f7-4363-a52e-5f44e11d1b60", "consumerID": "ves-openapi-manager", "timestamp": 1654603366812, "artifactURL": "/sdc/v1/catalog/services/TestPnfMacro/1.0/resourceInstances/testpnf0/artifacts/vf-license-model.xml", "status": "NOT_NOTIFIED" } 2022-06-07T12:03:36.303Z||pool-2-thread-4|||||INFO|500||Missing status on Status Object. 2022-06-07T12:03:36.303Z||pool-2-thread-4|||||DEBUG|500||received message from topic 2022-06-07T12:03:36.303Z||pool-2-thread-4|||||DEBUG|500||recieved notification from broker: { "distributionID": "f9b09284-82f7-4363-a52e-5f44e11d1b60", "consumerID": "aai-ml", "timestamp": 1654603366690, "artifactURL": "/sdc/v1/catalog/services/TestPnfMacro/1.0/resourceInstances/testpnf0/artifacts/vf-license-model.xml", "status": "NOT_NOTIFIED" } 2022-06-07T12:03:36.303Z||pool-2-thread-4|||||INFO|500||Missing status on Status Object. 2022-06-07T12:03:36.303Z||pool-2-thread-4|||||DEBUG|500||received message from topic 2022-06-07T12:03:36.303Z||pool-2-thread-4|||||DEBUG|500||recieved notification from broker: { "distributionID": "f9b09284-82f7-4363-a52e-5f44e11d1b60", "consumerID": "cds", "timestamp": 1654603359567, "artifactURL": "/sdc/v1/catalog/services/TestPnfMacro/1.0/resourceInstances/testpnf0/artifacts/pNF.csar", "status": "NOT_NOTIFIED" } 2022-06-07T12:03:36.303Z||pool-2-thread-4|||||INFO|500||Missing status on Status Object. 2022-06-07T12:03:36.303Z||pool-2-thread-4|||||DEBUG|500||received message from topic 2022-06-07T12:03:36.303Z||pool-2-thread-4|||||DEBUG|500||recieved notification from broker: { "distributionID": "f9b09284-82f7-4363-a52e-5f44e11d1b60", "consumerID": "sdc-COpenSource-Env11-sdnc-dockero", "timestamp": 1654603367055, "artifactURL": "/sdc/v1/catalog/services/TestPnfMacro/1.0/resourceInstances/testpnf0/artifacts/pNF.csar", "status": "NOT_NOTIFIED" } 2022-06-07T12:03:36.303Z||pool-2-thread-4|||||INFO|500||Missing status on Status Object. 2022-06-07T12:03:36.304Z||pool-2-thread-4|||||DEBUG|500||received message from topic 2022-06-07T12:03:36.304Z||pool-2-thread-4|||||DEBUG|500||recieved notification from broker: { "distributionID": "f9b09284-82f7-4363-a52e-5f44e11d1b60", "consumerID": "clamp", "timestamp": 1654603363395, "artifactURL": "/sdc/v1/catalog/services/TestPnfMacro/1.0/resourceInstances/testpnf0/artifacts/pNF.csar", "status": "NOT_NOTIFIED" } 2022-06-07T12:03:36.304Z||pool-2-thread-4|||||INFO|500||Missing status on Status Object. 2022-06-07T12:03:36.304Z||pool-2-thread-4|||||DEBUG|500||received message from topic 2022-06-07T12:03:36.304Z||pool-2-thread-4|||||DEBUG|500||recieved notification from broker: { "distributionID": "f9b09284-82f7-4363-a52e-5f44e11d1b60", "consumerID": "ves-openapi-manager", "timestamp": 1654603366812, "artifactURL": "/sdc/v1/catalog/services/TestPnfMacro/1.0/resourceInstances/testpnf0/artifacts/pNF.csar", "status": "NOT_NOTIFIED" } 2022-06-07T12:03:36.304Z||pool-2-thread-4|||||INFO|500||Missing status on Status Object. 2022-06-07T12:03:36.304Z||pool-2-thread-4|||||DEBUG|500||received message from topic 2022-06-07T12:03:36.305Z||pool-2-thread-4|||||DEBUG|500||recieved notification from broker: { "distributionID": "f9b09284-82f7-4363-a52e-5f44e11d1b60", "consumerID": "aai-ml", "timestamp": 1654603366690, "artifactURL": "/sdc/v1/catalog/services/TestPnfMacro/1.0/resourceInstances/testpnf0/artifacts/pNF.csar", "status": "NOT_NOTIFIED" } 2022-06-07T12:03:36.305Z||pool-2-thread-4|||||INFO|500||Missing status on Status Object. 2022-06-07T12:03:36.305Z||pool-2-thread-4|||||DEBUG|500||received message from topic 2022-06-07T12:03:36.305Z||pool-2-thread-4|||||DEBUG|500||recieved notification from broker: { "distributionID": "f9b09284-82f7-4363-a52e-5f44e11d1b60", "consumerID": "clamp", "timestamp": 1654603363395, "artifactURL": "/sdc/v1/catalog/services/TestPnfMacro/1.0/resourceInstances/testpnf0/artifacts/mynetconf.yang", "status": "NOT_NOTIFIED" } 2022-06-07T12:03:36.305Z||pool-2-thread-4|||||INFO|500||Missing status on Status Object. 2022-06-07T12:03:36.305Z||pool-2-thread-4|||||DEBUG|500||received message from topic 2022-06-07T12:03:36.306Z||pool-2-thread-4|||||DEBUG|500||recieved notification from broker: { "distributionID": "f9b09284-82f7-4363-a52e-5f44e11d1b60", "consumerID": "sdc-COpenSource-Env11-sdnc-dockero", "timestamp": 1654603367055, "artifactURL": "/sdc/v1/catalog/services/TestPnfMacro/1.0/resourceInstances/testpnf0/artifacts/mynetconf.yang", "status": "NOT_NOTIFIED" } 2022-06-07T12:03:36.306Z||pool-2-thread-4|||||INFO|500||Missing status on Status Object. 2022-06-07T12:03:36.306Z||pool-2-thread-4|||||DEBUG|500||received message from topic 2022-06-07T12:03:36.306Z||pool-2-thread-4|||||DEBUG|500||recieved notification from broker: { "distributionID": "f9b09284-82f7-4363-a52e-5f44e11d1b60", "consumerID": "cds", "timestamp": 1654603359567, "artifactURL": "/sdc/v1/catalog/services/TestPnfMacro/1.0/resourceInstances/testpnf0/artifacts/mynetconf.yang", "status": "NOT_NOTIFIED" } 2022-06-07T12:03:36.306Z||pool-2-thread-4|||||INFO|500||Missing status on Status Object. 2022-06-07T12:03:36.307Z||pool-2-thread-4|||||DEBUG|500||received message from topic 2022-06-07T12:03:36.307Z||pool-2-thread-4|||||DEBUG|500||recieved notification from broker: { "distributionID": "f9b09284-82f7-4363-a52e-5f44e11d1b60", "consumerID": "ves-openapi-manager", "timestamp": 1654603366812, "artifactURL": "/sdc/v1/catalog/services/TestPnfMacro/1.0/resourceInstances/testpnf0/artifacts/mynetconf.yang", "status": "NOT_NOTIFIED" } 2022-06-07T12:03:36.307Z||pool-2-thread-4|||||INFO|500||Missing status on Status Object. 2022-06-07T12:03:36.307Z||pool-2-thread-4|||||DEBUG|500||received message from topic 2022-06-07T12:03:36.307Z||pool-2-thread-4|||||DEBUG|500||recieved notification from broker: { "distributionID": "f9b09284-82f7-4363-a52e-5f44e11d1b60", "consumerID": "aai-ml", "timestamp": 1654603366690, "artifactURL": "/sdc/v1/catalog/services/TestPnfMacro/1.0/resourceInstances/testpnf0/artifacts/mynetconf.yang", "status": "NOT_NOTIFIED" } 2022-06-07T12:03:36.308Z||pool-2-thread-4|||||INFO|500||Missing status on Status Object. 2022-06-07T12:03:36.308Z||pool-2-thread-4|||||DEBUG|500||received message from topic 2022-06-07T12:03:36.308Z||pool-2-thread-4|||||DEBUG|500||recieved notification from broker: { "distributionID": "f9b09284-82f7-4363-a52e-5f44e11d1b60", "consumerID": "clamp", "timestamp": 1654603363395, "artifactURL": "/sdc/v1/catalog/services/TestPnfMacro/1.0/resourceInstances/testpnf0/artifacts/CBA_enriched.zip", "status": "NOT_NOTIFIED" } 2022-06-07T12:03:36.308Z||pool-2-thread-4|||||INFO|500||Missing status on Status Object. 2022-06-07T12:03:36.308Z||pool-2-thread-4|||||DEBUG|500||received message from topic 2022-06-07T12:03:36.309Z||pool-2-thread-4|||||DEBUG|500||recieved notification from broker: { "distributionID": "f9b09284-82f7-4363-a52e-5f44e11d1b60", "consumerID": "cds", "timestamp": 1654603359567, "artifactURL": "/sdc/v1/catalog/services/TestPnfMacro/1.0/resourceInstances/testpnf0/artifacts/CBA_enriched.zip", "status": "NOT_NOTIFIED" } 2022-06-07T12:03:36.309Z||pool-2-thread-4|||||INFO|500||Missing status on Status Object. 2022-06-07T12:03:36.309Z||pool-2-thread-4|||||DEBUG|500||received message from topic 2022-06-07T12:03:36.309Z||pool-2-thread-4|||||DEBUG|500||recieved notification from broker: { "distributionID": "f9b09284-82f7-4363-a52e-5f44e11d1b60", "consumerID": "sdc-COpenSource-Env11-sdnc-dockero", "timestamp": 1654603367055, "artifactURL": "/sdc/v1/catalog/services/TestPnfMacro/1.0/resourceInstances/testpnf0/artifacts/CBA_enriched.zip", "status": "NOT_NOTIFIED" } 2022-06-07T12:03:36.309Z||pool-2-thread-4|||||INFO|500||Missing status on Status Object. 2022-06-07T12:03:36.309Z||pool-2-thread-4|||||DEBUG|500||received message from topic 2022-06-07T12:03:36.309Z||pool-2-thread-4|||||DEBUG|500||recieved notification from broker: { "distributionID": "f9b09284-82f7-4363-a52e-5f44e11d1b60", "consumerID": "ves-openapi-manager", "timestamp": 1654603366812, "artifactURL": "/sdc/v1/catalog/services/TestPnfMacro/1.0/resourceInstances/testpnf0/artifacts/CBA_enriched.zip", "status": "NOT_NOTIFIED" } 2022-06-07T12:03:36.310Z||pool-2-thread-4|||||INFO|500||Missing status on Status Object. 2022-06-07T12:03:36.310Z||pool-2-thread-4|||||DEBUG|500||received message from topic 2022-06-07T12:03:36.310Z||pool-2-thread-4|||||DEBUG|500||recieved notification from broker: { "distributionID": "f9b09284-82f7-4363-a52e-5f44e11d1b60", "consumerID": "aai-ml", "timestamp": 1654603366690, "artifactURL": "/sdc/v1/catalog/services/TestPnfMacro/1.0/resourceInstances/testpnf0/artifacts/CBA_enriched.zip", "status": "NOT_NOTIFIED" } 2022-06-07T12:03:36.310Z||pool-2-thread-4|||||INFO|500||Missing status on Status Object. 2022-06-07T12:03:36.310Z||pool-2-thread-4|||||DEBUG|500||received message from topic 2022-06-07T12:03:36.310Z||pool-2-thread-4|||||DEBUG|500||recieved notification from broker: { "distributionID": "f9b09284-82f7-4363-a52e-5f44e11d1b60", "consumerID": "clamp", "timestamp": 1654603363395, "artifactURL": "/sdc/v1/catalog/services/TestPnfMacro/1.0/resourceInstances/testpnf0/artifacts/vendor-license-model.xml", "status": "NOT_NOTIFIED" } 2022-06-07T12:03:36.311Z||pool-2-thread-4|||||INFO|500||Missing status on Status Object. 2022-06-07T12:03:36.311Z||pool-2-thread-4|||||DEBUG|500||received message from topic 2022-06-07T12:03:36.311Z||pool-2-thread-4|||||DEBUG|500||recieved notification from broker: { "distributionID": "f9b09284-82f7-4363-a52e-5f44e11d1b60", "consumerID": "cds", "timestamp": 1654603359567, "artifactURL": "/sdc/v1/catalog/services/TestPnfMacro/1.0/resourceInstances/testpnf0/artifacts/vendor-license-model.xml", "status": "NOT_NOTIFIED" } 2022-06-07T12:03:36.311Z||pool-2-thread-4|||||INFO|500||Missing status on Status Object. 2022-06-07T12:03:36.312Z||pool-2-thread-4|||||DEBUG|500||received message from topic 2022-06-07T12:03:36.312Z||pool-2-thread-4|||||DEBUG|500||recieved notification from broker: { "distributionID": "f9b09284-82f7-4363-a52e-5f44e11d1b60", "consumerID": "sdc-COpenSource-Env11-sdnc-dockero", "timestamp": 1654603367055, "artifactURL": "/sdc/v1/catalog/services/TestPnfMacro/1.0/resourceInstances/testpnf0/artifacts/vendor-license-model.xml", "status": "NOT_NOTIFIED" } 2022-06-07T12:03:36.312Z||pool-2-thread-4|||||INFO|500||Missing status on Status Object. 2022-06-07T12:03:36.312Z||pool-2-thread-4|||||DEBUG|500||received message from topic 2022-06-07T12:03:36.312Z||pool-2-thread-4|||||DEBUG|500||recieved notification from broker: { "distributionID": "f9b09284-82f7-4363-a52e-5f44e11d1b60", "consumerID": "ves-openapi-manager", "timestamp": 1654603366812, "artifactURL": "/sdc/v1/catalog/services/TestPnfMacro/1.0/resourceInstances/testpnf0/artifacts/vendor-license-model.xml", "status": "NOT_NOTIFIED" } 2022-06-07T12:03:36.312Z||pool-2-thread-4|||||INFO|500||Missing status on Status Object. 2022-06-07T12:03:36.312Z||pool-2-thread-4|||||DEBUG|500||received message from topic 2022-06-07T12:03:36.313Z||pool-2-thread-4|||||DEBUG|500||recieved notification from broker: { "distributionID": "f9b09284-82f7-4363-a52e-5f44e11d1b60", "consumerID": "aai-ml", "timestamp": 1654603366690, "artifactURL": "/sdc/v1/catalog/services/TestPnfMacro/1.0/resourceInstances/testpnf0/artifacts/vendor-license-model.xml", "status": "NOT_NOTIFIED" } 2022-06-07T12:03:36.313Z||pool-2-thread-4|||||INFO|500||Missing status on Status Object. 2022-06-07T12:03:36.313Z||pool-2-thread-4|||||DEBUG|500||received message from topic 2022-06-07T12:03:36.313Z||pool-2-thread-4|||||DEBUG|500||recieved notification from broker: { "distributionID": "f9b09284-82f7-4363-a52e-5f44e11d1b60", "consumerID": "clamp", "timestamp": 1654603363395, "artifactURL": "/sdc/v1/catalog/services/TestPnfMacro/1.0/resourceInstances/testpnf0/artifacts/PM_Dictionary.yaml", "status": "NOT_NOTIFIED" } 2022-06-07T12:03:36.313Z||pool-2-thread-4|||||INFO|500||Missing status on Status Object. 2022-06-07T12:03:36.313Z||pool-2-thread-4|||||DEBUG|500||received message from topic 2022-06-07T12:03:36.313Z||pool-2-thread-4|||||DEBUG|500||recieved notification from broker: { "distributionID": "f9b09284-82f7-4363-a52e-5f44e11d1b60", "consumerID": "cds", "timestamp": 1654603359567, "artifactURL": "/sdc/v1/catalog/services/TestPnfMacro/1.0/resourceInstances/testpnf0/artifacts/PM_Dictionary.yaml", "status": "NOT_NOTIFIED" } 2022-06-07T12:03:36.314Z||pool-2-thread-4|||||INFO|500||Missing status on Status Object. 2022-06-07T12:03:36.314Z||pool-2-thread-4|||||DEBUG|500||received message from topic 2022-06-07T12:03:36.314Z||pool-2-thread-4|||||DEBUG|500||recieved notification from broker: { "distributionID": "f9b09284-82f7-4363-a52e-5f44e11d1b60", "consumerID": "sdc-COpenSource-Env11-sdnc-dockero", "timestamp": 1654603367055, "artifactURL": "/sdc/v1/catalog/services/TestPnfMacro/1.0/resourceInstances/testpnf0/artifacts/PM_Dictionary.yaml", "status": "NOT_NOTIFIED" } 2022-06-07T12:03:36.314Z||pool-2-thread-4|||||INFO|500||Missing status on Status Object. 2022-06-07T12:03:36.314Z||pool-2-thread-4|||||DEBUG|500||received message from topic 2022-06-07T12:03:36.314Z||pool-2-thread-4|||||DEBUG|500||recieved notification from broker: { "distributionID": "f9b09284-82f7-4363-a52e-5f44e11d1b60", "consumerID": "ves-openapi-manager", "timestamp": 1654603366812, "artifactURL": "/sdc/v1/catalog/services/TestPnfMacro/1.0/resourceInstances/testpnf0/artifacts/PM_Dictionary.yaml", "status": "NOT_NOTIFIED" } 2022-06-07T12:03:36.315Z||pool-2-thread-4|||||INFO|500||Missing status on Status Object. 2022-06-07T12:03:36.315Z||pool-2-thread-4|||||DEBUG|500||received message from topic 2022-06-07T12:03:36.315Z||pool-2-thread-4|||||DEBUG|500||recieved notification from broker: { "distributionID": "f9b09284-82f7-4363-a52e-5f44e11d1b60", "consumerID": "aai-ml", "timestamp": 1654603366690, "artifactURL": "/sdc/v1/catalog/services/TestPnfMacro/1.0/resourceInstances/testpnf0/artifacts/PM_Dictionary.yaml", "status": "NOT_NOTIFIED" } 2022-06-07T12:03:36.315Z||pool-2-thread-4|||||INFO|500||Missing status on Status Object. 2022-06-07T12:03:36.315Z||pool-2-thread-4|||||DEBUG|500||received message from topic 2022-06-07T12:03:36.315Z||pool-2-thread-4|||||DEBUG|500||recieved notification from broker: { "distributionID": "f9b09284-82f7-4363-a52e-5f44e11d1b60", "consumerID": "cds", "timestamp": 1654603359567, "artifactURL": "/sdc/v1/catalog/services/TestPnfMacro/1.0/resourceInstances/testpnf0/artifacts/MyPnf_Pnf_v1.yaml", "status": "NOT_NOTIFIED" } 2022-06-07T12:03:36.316Z||pool-2-thread-4|||||INFO|500||Missing status on Status Object. 2022-06-07T12:03:36.316Z||pool-2-thread-4|||||DEBUG|500||received message from topic 2022-06-07T12:03:36.316Z||pool-2-thread-4|||||DEBUG|500||recieved notification from broker: { "distributionID": "f9b09284-82f7-4363-a52e-5f44e11d1b60", "consumerID": "clamp", "timestamp": 1654603363395, "artifactURL": "/sdc/v1/catalog/services/TestPnfMacro/1.0/resourceInstances/testpnf0/artifacts/MyPnf_Pnf_v1.yaml", "status": "NOT_NOTIFIED" } 2022-06-07T12:03:36.316Z||pool-2-thread-4|||||INFO|500||Missing status on Status Object. 2022-06-07T12:03:36.316Z||pool-2-thread-4|||||DEBUG|500||received message from topic 2022-06-07T12:03:36.316Z||pool-2-thread-4|||||DEBUG|500||recieved notification from broker: { "distributionID": "f9b09284-82f7-4363-a52e-5f44e11d1b60", "consumerID": "sdc-COpenSource-Env11-sdnc-dockero", "timestamp": 1654603367055, "artifactURL": "/sdc/v1/catalog/services/TestPnfMacro/1.0/resourceInstances/testpnf0/artifacts/MyPnf_Pnf_v1.yaml", "status": "NOT_NOTIFIED" } 2022-06-07T12:03:36.317Z||pool-2-thread-4|||||INFO|500||Missing status on Status Object. 2022-06-07T12:03:36.317Z||pool-2-thread-4|||||DEBUG|500||received message from topic 2022-06-07T12:03:36.317Z||pool-2-thread-4|||||DEBUG|500||recieved notification from broker: { "distributionID": "f9b09284-82f7-4363-a52e-5f44e11d1b60", "consumerID": "multicloud-k8s-id", "timestamp": 1654603372229, "artifactURL": "/sdc/v1/catalog/services/TestPnfMacro/1.0/resourceInstances/testpnf0/artifacts/vf-license-model.xml", "status": "NOT_NOTIFIED" } 2022-06-07T12:03:36.317Z||pool-2-thread-4|||||INFO|500||Missing status on Status Object. 2022-06-07T12:03:36.317Z||pool-2-thread-4|||||DEBUG|500||received message from topic 2022-06-07T12:03:36.317Z||pool-2-thread-4|||||DEBUG|500||recieved notification from broker: { "distributionID": "f9b09284-82f7-4363-a52e-5f44e11d1b60", "consumerID": "ves-openapi-manager", "timestamp": 1654603366812, "artifactURL": "/sdc/v1/catalog/services/TestPnfMacro/1.0/resourceInstances/testpnf0/artifacts/MyPnf_Pnf_v1.yaml", "status": "NOTIFIED" } 2022-06-07T12:03:36.318Z||pool-2-thread-4|||||INFO|500||Missing status on Status Object. 2022-06-07T12:03:36.318Z||pool-2-thread-4|||||DEBUG|500||received message from topic 2022-06-07T12:03:36.318Z||pool-2-thread-4|||||DEBUG|500||recieved notification from broker: { "distributionID": "f9b09284-82f7-4363-a52e-5f44e11d1b60", "consumerID": "aai-ml", "timestamp": 1654603366690, "artifactURL": "/sdc/v1/catalog/services/TestPnfMacro/1.0/resourceInstances/testpnf0/artifacts/MyPnf_Pnf_v1.yaml", "status": "NOT_NOTIFIED" } 2022-06-07T12:03:36.318Z||pool-2-thread-4|||||INFO|500||Missing status on Status Object. 2022-06-07T12:03:36.318Z||pool-2-thread-4|||||DEBUG|500||received message from topic 2022-06-07T12:03:36.318Z||pool-2-thread-4|||||DEBUG|500||recieved notification from broker: { "distributionID": "f9b09284-82f7-4363-a52e-5f44e11d1b60", "consumerID": "clamp", "timestamp": 1654603363395, "artifactURL": "/sdc/v1/catalog/services/TestPnfMacro/1.0/artifacts/service-TestPnfMacro-template.yml", "status": "NOT_NOTIFIED" } 2022-06-07T12:03:36.319Z||pool-2-thread-4|||||INFO|500||Missing status on Status Object. 2022-06-07T12:03:36.319Z||pool-2-thread-4|||||DEBUG|500||received message from topic 2022-06-07T12:03:36.319Z||pool-2-thread-4|||||DEBUG|500||recieved notification from broker: { "distributionID": "f9b09284-82f7-4363-a52e-5f44e11d1b60", "consumerID": "cds", "timestamp": 1654603359567, "artifactURL": "/sdc/v1/catalog/services/TestPnfMacro/1.0/artifacts/service-TestPnfMacro-template.yml", "status": "NOT_NOTIFIED" } 2022-06-07T12:03:36.320Z||pool-2-thread-4|||||INFO|500||Missing status on Status Object. 2022-06-07T12:03:36.320Z||pool-2-thread-4|||||DEBUG|500||received message from topic 2022-06-07T12:03:36.320Z||pool-2-thread-4|||||DEBUG|500||recieved notification from broker: { "distributionID": "f9b09284-82f7-4363-a52e-5f44e11d1b60", "consumerID": "sdc-COpenSource-Env11-sdnc-dockero", "timestamp": 1654603367055, "artifactURL": "/sdc/v1/catalog/services/TestPnfMacro/1.0/artifacts/service-TestPnfMacro-template.yml", "status": "NOT_NOTIFIED" } 2022-06-07T12:03:36.320Z||pool-2-thread-4|||||INFO|500||Missing status on Status Object. 2022-06-07T12:03:36.321Z||pool-2-thread-4|||||DEBUG|500||received message from topic 2022-06-07T12:03:36.321Z||pool-2-thread-4|||||DEBUG|500||recieved notification from broker: { "distributionID": "f9b09284-82f7-4363-a52e-5f44e11d1b60", "consumerID": "multicloud-k8s-id", "timestamp": 1654603372229, "artifactURL": "/sdc/v1/catalog/services/TestPnfMacro/1.0/resourceInstances/testpnf0/artifacts/pNF.csar", "status": "NOT_NOTIFIED" } 2022-06-07T12:03:36.321Z||pool-2-thread-4|||||INFO|500||Missing status on Status Object. 2022-06-07T12:03:36.321Z||pool-2-thread-4|||||DEBUG|500||received message from topic 2022-06-07T12:03:36.322Z||pool-2-thread-4|||||DEBUG|500||recieved notification from broker: { "distributionID": "f9b09284-82f7-4363-a52e-5f44e11d1b60", "consumerID": "ves-openapi-manager", "timestamp": 1654603366812, "artifactURL": "/sdc/v1/catalog/services/TestPnfMacro/1.0/artifacts/service-TestPnfMacro-template.yml", "status": "NOT_NOTIFIED" } 2022-06-07T12:03:36.322Z||pool-2-thread-4|||||INFO|500||Missing status on Status Object. 2022-06-07T12:03:36.322Z||pool-2-thread-4|||||DEBUG|500||received message from topic 2022-06-07T12:03:36.322Z||pool-2-thread-4|||||DEBUG|500||recieved notification from broker: { "distributionID": "f9b09284-82f7-4363-a52e-5f44e11d1b60", "consumerID": "aai-ml", "timestamp": 1654603366690, "artifactURL": "/sdc/v1/catalog/services/TestPnfMacro/1.0/artifacts/service-TestPnfMacro-template.yml", "status": "NOT_NOTIFIED" } 2022-06-07T12:03:36.323Z||pool-2-thread-4|||||INFO|500||Missing status on Status Object. 2022-06-07T12:03:36.323Z||pool-2-thread-4|||||DEBUG|500||received message from topic 2022-06-07T12:03:36.323Z||pool-2-thread-4|||||DEBUG|500||recieved notification from broker: { "distributionID": "f9b09284-82f7-4363-a52e-5f44e11d1b60", "consumerID": "policy-id", "timestamp": 1654603374254, "artifactURL": "/sdc/v1/catalog/services/TestPnfMacro/1.0/resourceInstances/testpnf0/artifacts/vf-license-model.xml", "status": "NOT_NOTIFIED" } 2022-06-07T12:03:36.324Z||pool-2-thread-4|||||INFO|500||Missing status on Status Object. 2022-06-07T12:03:36.324Z||pool-2-thread-4|||||DEBUG|500||received message from topic 2022-06-07T12:03:36.324Z||pool-2-thread-4|||||DEBUG|500||recieved notification from broker: { "distributionID": "f9b09284-82f7-4363-a52e-5f44e11d1b60", "consumerID": "clamp", "timestamp": 1654603363395, "artifactURL": "/sdc/v1/catalog/services/TestPnfMacro/1.0/artifacts/service-TestPnfMacro-csar.csar", "status": "NOTIFIED" } 2022-06-07T12:03:36.324Z||pool-2-thread-4|||||INFO|500||Missing status on Status Object. 2022-06-07T12:03:36.324Z||pool-2-thread-4|||||DEBUG|500||received message from topic 2022-06-07T12:03:36.324Z||pool-2-thread-4|||||DEBUG|500||recieved notification from broker: { "distributionID": "f9b09284-82f7-4363-a52e-5f44e11d1b60", "consumerID": "cds", "timestamp": 1654603359567, "artifactURL": "/sdc/v1/catalog/services/TestPnfMacro/1.0/artifacts/service-TestPnfMacro-csar.csar", "status": "NOTIFIED" } 2022-06-07T12:03:36.325Z||pool-2-thread-4|||||INFO|500||Missing status on Status Object. 2022-06-07T12:03:36.325Z||pool-2-thread-4|||||DEBUG|500||received message from topic 2022-06-07T12:03:36.325Z||pool-2-thread-4|||||DEBUG|500||recieved notification from broker: { "distributionID": "f9b09284-82f7-4363-a52e-5f44e11d1b60", "consumerID": "sdc-COpenSource-Env11-sdnc-dockero", "timestamp": 1654603367055, "artifactURL": "/sdc/v1/catalog/services/TestPnfMacro/1.0/artifacts/service-TestPnfMacro-csar.csar", "status": "NOTIFIED" } 2022-06-07T12:03:36.326Z||pool-2-thread-4|||||INFO|500||Missing status on Status Object. 2022-06-07T12:03:36.326Z||pool-2-thread-4|||||DEBUG|500||received message from topic 2022-06-07T12:03:36.326Z||pool-2-thread-4|||||DEBUG|500||recieved notification from broker: { "distributionID": "f9b09284-82f7-4363-a52e-5f44e11d1b60", "consumerID": "multicloud-k8s-id", "timestamp": 1654603372229, "artifactURL": "/sdc/v1/catalog/services/TestPnfMacro/1.0/resourceInstances/testpnf0/artifacts/mynetconf.yang", "status": "NOT_NOTIFIED" } 2022-06-07T12:03:36.326Z||pool-2-thread-4|||||INFO|500||Missing status on Status Object. 2022-06-07T12:03:36.326Z||pool-2-thread-4|||||DEBUG|500||received message from topic 2022-06-07T12:03:36.326Z||pool-2-thread-4|||||DEBUG|500||recieved notification from broker: { "distributionID": "f9b09284-82f7-4363-a52e-5f44e11d1b60", "consumerID": "policy-id", "timestamp": 1654603374254, "artifactURL": "/sdc/v1/catalog/services/TestPnfMacro/1.0/resourceInstances/testpnf0/artifacts/pNF.csar", "status": "NOT_NOTIFIED" } 2022-06-07T12:03:36.326Z||pool-2-thread-4|||||INFO|500||Missing status on Status Object. 2022-06-07T12:03:36.327Z||pool-2-thread-4|||||DEBUG|500||received message from topic 2022-06-07T12:03:36.327Z||pool-2-thread-4|||||DEBUG|500||recieved notification from broker: { "distributionID": "f9b09284-82f7-4363-a52e-5f44e11d1b60", "consumerID": "ves-openapi-manager", "timestamp": 1654603366812, "artifactURL": "/sdc/v1/catalog/services/TestPnfMacro/1.0/artifacts/service-TestPnfMacro-csar.csar", "status": "NOT_NOTIFIED" } 2022-06-07T12:03:36.327Z||pool-2-thread-4|||||INFO|500||Missing status on Status Object. 2022-06-07T12:03:36.327Z||pool-2-thread-4|||||DEBUG|500||received message from topic 2022-06-07T12:03:36.327Z||pool-2-thread-4|||||DEBUG|500||recieved notification from broker: { "distributionID": "f9b09284-82f7-4363-a52e-5f44e11d1b60", "consumerID": "aai-ml", "timestamp": 1654603366690, "artifactURL": "/sdc/v1/catalog/services/TestPnfMacro/1.0/artifacts/service-TestPnfMacro-csar.csar", "status": "NOTIFIED" } 2022-06-07T12:03:36.327Z||pool-2-thread-4|||||INFO|500||Missing status on Status Object. 2022-06-07T12:03:36.327Z||pool-2-thread-4|||||DEBUG|500||received message from topic 2022-06-07T12:03:36.327Z||pool-2-thread-4|||||DEBUG|500||recieved notification from broker: { "distributionID": "f9b09284-82f7-4363-a52e-5f44e11d1b60", "consumerID": "multicloud-k8s-id", "timestamp": 1654603372229, "artifactURL": "/sdc/v1/catalog/services/TestPnfMacro/1.0/resourceInstances/testpnf0/artifacts/CBA_enriched.zip", "status": "NOT_NOTIFIED" } 2022-06-07T12:03:36.327Z||pool-2-thread-4|||||INFO|500||Missing status on Status Object. 2022-06-07T12:03:36.328Z||pool-2-thread-4|||||DEBUG|500||received message from topic 2022-06-07T12:03:36.328Z||pool-2-thread-4|||||DEBUG|500||recieved notification from broker: { "distributionID": "f9b09284-82f7-4363-a52e-5f44e11d1b60", "consumerID": "sdc-COpenSource-Env11-sdnc-dockero", "timestamp": 1654603377005, "artifactURL": "/sdc/v1/catalog/services/TestPnfMacro/1.0/artifacts/service-TestPnfMacro-csar.csar", "status": "DOWNLOAD_OK" } 2022-06-07T12:03:36.328Z||pool-2-thread-4|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error' 2022-06-07T12:03:36.328Z||pool-2-thread-4|||||DEBUG|500||received message from topic 2022-06-07T12:03:36.328Z||pool-2-thread-4|||||DEBUG|500||recieved notification from broker: { "distributionID": "f9b09284-82f7-4363-a52e-5f44e11d1b60", "consumerID": "cds", "timestamp": 1654603376044, "artifactURL": "/sdc/v1/catalog/services/TestPnfMacro/1.0/artifacts/service-TestPnfMacro-csar.csar", "status": "DOWNLOAD_OK" } 2022-06-07T12:03:36.328Z||pool-2-thread-4|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error' 2022-06-07T12:03:36.328Z||pool-2-thread-4|||||DEBUG|500||received message from topic 2022-06-07T12:03:36.328Z||pool-2-thread-4|||||DEBUG|500||recieved notification from broker: { "distributionID": "f9b09284-82f7-4363-a52e-5f44e11d1b60", "consumerID": "policy-id", "timestamp": 1654603374254, "artifactURL": "/sdc/v1/catalog/services/TestPnfMacro/1.0/resourceInstances/testpnf0/artifacts/mynetconf.yang", "status": "NOT_NOTIFIED" } 2022-06-07T12:03:36.328Z||pool-2-thread-4|||||INFO|500||Missing status on Status Object. 2022-06-07T12:03:36.328Z||pool-2-thread-4|||||DEBUG|500||received message from topic 2022-06-07T12:03:36.328Z||pool-2-thread-4|||||DEBUG|500||recieved notification from broker: { "distributionID": "f9b09284-82f7-4363-a52e-5f44e11d1b60", "consumerID": "ves-openapi-manager", "timestamp": 1654603376567, "artifactURL": "/sdc/v1/catalog/services/TestPnfMacro/1.0/resourceInstances/testpnf0/artifacts/MyPnf_Pnf_v1.yaml", "status": "DOWNLOAD_OK" } 2022-06-07T12:03:36.329Z||pool-2-thread-4|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error' 2022-06-07T12:03:36.329Z||pool-2-thread-4|||||DEBUG|500||received message from topic 2022-06-07T12:03:36.329Z||pool-2-thread-4|||||DEBUG|500||recieved notification from broker: { "distributionID": "f9b09284-82f7-4363-a52e-5f44e11d1b60", "consumerID": "aai-ml", "timestamp": 1654603376503, "artifactURL": "/sdc/v1/catalog/services/TestPnfMacro/1.0/artifacts/service-TestPnfMacro-csar.csar", "status": "DOWNLOAD_OK" } 2022-06-07T12:03:36.329Z||pool-2-thread-4|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error' 2022-06-07T12:03:36.329Z||pool-2-thread-4|||||DEBUG|500||received message from topic 2022-06-07T12:03:36.329Z||pool-2-thread-4|||||DEBUG|500||recieved notification from broker: { "distributionID": "f9b09284-82f7-4363-a52e-5f44e11d1b60", "consumerID": "multicloud-k8s-id", "timestamp": 1654603372229, "artifactURL": "/sdc/v1/catalog/services/TestPnfMacro/1.0/resourceInstances/testpnf0/artifacts/vendor-license-model.xml", "status": "NOT_NOTIFIED" } 2022-06-07T12:03:36.329Z||pool-2-thread-4|||||INFO|500||Missing status on Status Object. 2022-06-07T12:03:36.329Z||pool-2-thread-4|||||DEBUG|500||received message from topic 2022-06-07T12:03:36.329Z||pool-2-thread-4|||||DEBUG|500||recieved notification from broker: { "distributionID": "f9b09284-82f7-4363-a52e-5f44e11d1b60", "consumerID": "policy-id", "timestamp": 1654603374254, "artifactURL": "/sdc/v1/catalog/services/TestPnfMacro/1.0/resourceInstances/testpnf0/artifacts/CBA_enriched.zip", "status": "NOT_NOTIFIED" } 2022-06-07T12:03:36.329Z||pool-2-thread-4|||||INFO|500||Missing status on Status Object. 2022-06-07T12:03:36.329Z||pool-2-thread-4|||||DEBUG|500||received message from topic 2022-06-07T12:03:36.330Z||pool-2-thread-4|||||DEBUG|500||recieved notification from broker: { "distributionID": "f9b09284-82f7-4363-a52e-5f44e11d1b60", "consumerID": "ves-openapi-manager", "timestamp": 1654603377591, "artifactURL": "/sdc/v1/catalog/services/TestPnfMacro/1.0/resourceInstances/testpnf0/artifacts/MyPnf_Pnf_v1.yaml", "status": "DEPLOY_OK" } 2022-06-07T12:03:36.330Z||pool-2-thread-4|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error' 2022-06-07T12:03:36.330Z||pool-2-thread-4|||||DEBUG|500||received message from topic 2022-06-07T12:03:36.330Z||pool-2-thread-4|||||DEBUG|500||recieved notification from broker: { "distributionID": "f9b09284-82f7-4363-a52e-5f44e11d1b60", "consumerID": "multicloud-k8s-id", "timestamp": 1654603372229, "artifactURL": "/sdc/v1/catalog/services/TestPnfMacro/1.0/resourceInstances/testpnf0/artifacts/PM_Dictionary.yaml", "status": "NOT_NOTIFIED" } 2022-06-07T12:03:36.330Z||pool-2-thread-4|||||INFO|500||Missing status on Status Object. 2022-06-07T12:03:36.330Z||pool-2-thread-4|||||DEBUG|500||received message from topic 2022-06-07T12:03:36.330Z||pool-2-thread-4|||||DEBUG|500||recieved notification from broker: { "distributionID": "f9b09284-82f7-4363-a52e-5f44e11d1b60", "consumerID": "sdc-COpenSource-Env11-sdnc-dockero", "timestamp": 1654603378980, "artifactURL": "/sdc/v1/catalog/services/TestPnfMacro/1.0/artifacts/service-TestPnfMacro-csar.csar", "status": "DEPLOY_OK" } 2022-06-07T12:03:36.330Z||pool-2-thread-4|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error' 2022-06-07T12:03:36.330Z||pool-2-thread-4|||||DEBUG|500||received message from topic 2022-06-07T12:03:36.330Z||pool-2-thread-4|||||DEBUG|500||recieved notification from broker: { "distributionID": "f9b09284-82f7-4363-a52e-5f44e11d1b60", "consumerID": "policy-id", "timestamp": 1654603374254, "artifactURL": "/sdc/v1/catalog/services/TestPnfMacro/1.0/resourceInstances/testpnf0/artifacts/vendor-license-model.xml", "status": "NOT_NOTIFIED" } 2022-06-07T12:03:36.330Z||pool-2-thread-4|||||INFO|500||Missing status on Status Object. 2022-06-07T12:03:36.331Z||pool-2-thread-4|||||DEBUG|500||received message from topic 2022-06-07T12:03:36.331Z||pool-2-thread-4|||||DEBUG|500||recieved notification from broker: { "distributionID": "f9b09284-82f7-4363-a52e-5f44e11d1b60", "consumerID": "ves-openapi-manager", "timestamp": 1654603378595, "artifactURL": "", "status": "COMPONENT_DONE_OK", "componentName": "" } Hibernate: select watchdogdi0_.DISTRIBUTION_ID as distribu1_11_0_, watchdogdi0_.CREATE_TIME as create_t2_11_0_, watchdogdi0_.DISTRIBUTION_ID_STATUS as distribu3_11_0_, watchdogdi0_.MODIFY_TIME as modify_t4_11_0_, watchdogdi0_.LOCK_VERSION as lock_ver5_11_0_ from watchdog_distributionid_status watchdogdi0_ where watchdogdi0_.DISTRIBUTION_ID=? Hibernate: select watchdogdi0_.DISTRIBUTION_ID as distribu1_11_0_, watchdogdi0_.CREATE_TIME as create_t2_11_0_, watchdogdi0_.DISTRIBUTION_ID_STATUS as distribu3_11_0_, watchdogdi0_.MODIFY_TIME as modify_t4_11_0_, watchdogdi0_.LOCK_VERSION as lock_ver5_11_0_ from watchdog_distributionid_status watchdogdi0_ where watchdogdi0_.DISTRIBUTION_ID=? Hibernate: insert into watchdog_distributionid_status (CREATE_TIME, DISTRIBUTION_ID_STATUS, MODIFY_TIME, LOCK_VERSION, DISTRIBUTION_ID) values (?, ?, ?, ?, ?) 2022-06-07T12:03:36.353Z||pool-2-thread-4|||||DEBUG|500||Receive a callback componentStatus in ASDC, for componentName: and status of COMPONENT_DONE_OK distributionID of f9b09284-82f7-4363-a52e-5f44e11d1b60 2022-06-07T12:03:36.353Z||pool-2-thread-4|||||DEBUG|500||Entering installTheComponentStatus for distributionId f9b09284-82f7-4363-a52e-5f44e11d1b60 and ComponentName Hibernate: select watchdogco0_.COMPONENT_NAME as componen1_12_0_, watchdogco0_.DISTRIBUTION_ID as distribu2_12_0_, watchdogco0_.COMPONENT_DISTRIBUTION_STATUS as componen3_12_0_, watchdogco0_.CREATE_TIME as create_t4_12_0_, watchdogco0_.MODIFY_TIME as modify_t5_12_0_ from watchdog_per_component_distribution_status watchdogco0_ where watchdogco0_.COMPONENT_NAME=? and watchdogco0_.DISTRIBUTION_ID=? Hibernate: insert into watchdog_per_component_distribution_status (COMPONENT_DISTRIBUTION_STATUS, CREATE_TIME, MODIFY_TIME, COMPONENT_NAME, DISTRIBUTION_ID) values (?, ?, ?, ?, ?) 2022-06-07T12:03:36.373Z||pool-2-thread-4|||||DEBUG|500||received message from topic 2022-06-07T12:03:36.373Z||pool-2-thread-4|||||DEBUG|500||recieved notification from broker: { "distributionID": "f9b09284-82f7-4363-a52e-5f44e11d1b60", "consumerID": "clamp", "timestamp": 1654603378637, "artifactURL": "/sdc/v1/catalog/services/TestPnfMacro/1.0/artifacts/service-TestPnfMacro-csar.csar", "status": "DOWNLOAD_OK" } 2022-06-07T12:03:36.373Z||pool-2-thread-4|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error' 2022-06-07T12:03:36.373Z||pool-2-thread-4|||||DEBUG|500||received message from topic 2022-06-07T12:03:36.373Z||pool-2-thread-4|||||DEBUG|500||recieved notification from broker: { "distributionID": "f9b09284-82f7-4363-a52e-5f44e11d1b60", "consumerID": "multicloud-k8s-id", "timestamp": 1654603372229, "artifactURL": "/sdc/v1/catalog/services/TestPnfMacro/1.0/resourceInstances/testpnf0/artifacts/MyPnf_Pnf_v1.yaml", "status": "NOT_NOTIFIED" } 2022-06-07T12:03:36.374Z||pool-2-thread-4|||||INFO|500||Missing status on Status Object. 2022-06-07T12:03:36.374Z||pool-2-thread-4|||||DEBUG|500||received message from topic 2022-06-07T12:03:36.374Z||pool-2-thread-4|||||DEBUG|500||recieved notification from broker: { "distributionID": "f9b09284-82f7-4363-a52e-5f44e11d1b60", "consumerID": "sdc-COpenSource-Env11-sdnc-dockero", "timestamp": 1654603379983, "artifactURL": "", "status": "COMPONENT_DONE_OK", "componentName": "SDNC" } Hibernate: select watchdogdi0_.DISTRIBUTION_ID as distribu1_11_0_, watchdogdi0_.CREATE_TIME as create_t2_11_0_, watchdogdi0_.DISTRIBUTION_ID_STATUS as distribu3_11_0_, watchdogdi0_.MODIFY_TIME as modify_t4_11_0_, watchdogdi0_.LOCK_VERSION as lock_ver5_11_0_ from watchdog_distributionid_status watchdogdi0_ where watchdogdi0_.DISTRIBUTION_ID=? 2022-06-07T12:03:36.381Z||pool-2-thread-4|||||DEBUG|500||Receive a callback componentStatus in ASDC, for componentName: SDNC and status of COMPONENT_DONE_OK distributionID of f9b09284-82f7-4363-a52e-5f44e11d1b60 2022-06-07T12:03:36.381Z||pool-2-thread-4|||||DEBUG|500||Entering installTheComponentStatus for distributionId f9b09284-82f7-4363-a52e-5f44e11d1b60 and ComponentName SDNC Hibernate: select watchdogco0_.COMPONENT_NAME as componen1_12_0_, watchdogco0_.DISTRIBUTION_ID as distribu2_12_0_, watchdogco0_.COMPONENT_DISTRIBUTION_STATUS as componen3_12_0_, watchdogco0_.CREATE_TIME as create_t4_12_0_, watchdogco0_.MODIFY_TIME as modify_t5_12_0_ from watchdog_per_component_distribution_status watchdogco0_ where watchdogco0_.COMPONENT_NAME=? and watchdogco0_.DISTRIBUTION_ID=? Hibernate: insert into watchdog_per_component_distribution_status (COMPONENT_DISTRIBUTION_STATUS, CREATE_TIME, MODIFY_TIME, COMPONENT_NAME, DISTRIBUTION_ID) values (?, ?, ?, ?, ?) 2022-06-07T12:03:36.389Z||pool-2-thread-4|||||DEBUG|500||received message from topic 2022-06-07T12:03:36.389Z||pool-2-thread-4|||||DEBUG|500||recieved notification from broker: { "distributionID": "f9b09284-82f7-4363-a52e-5f44e11d1b60", "consumerID": "cds", "timestamp": 1654603379016, "artifactURL": "/sdc/v1/catalog/services/TestPnfMacro/1.0/artifacts/service-TestPnfMacro-csar.csar", "status": "COMPONENT_DONE_OK", "componentName": "cds" } Hibernate: select watchdogdi0_.DISTRIBUTION_ID as distribu1_11_0_, watchdogdi0_.CREATE_TIME as create_t2_11_0_, watchdogdi0_.DISTRIBUTION_ID_STATUS as distribu3_11_0_, watchdogdi0_.MODIFY_TIME as modify_t4_11_0_, watchdogdi0_.LOCK_VERSION as lock_ver5_11_0_ from watchdog_distributionid_status watchdogdi0_ where watchdogdi0_.DISTRIBUTION_ID=? 2022-06-07T12:03:36.392Z||pool-111-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms 2022-06-07T12:03:36.393Z||pool-111-thread-1|||||WARN|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO will send credentials over a clear channel. 2022-06-07T12:03:36.393Z||pool-111-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as rACJoekZgDKIBPEP) ... 2022-06-07T12:03:36.401Z||pool-2-thread-4|||||DEBUG|500||Receive a callback componentStatus in ASDC, for componentName: cds and status of COMPONENT_DONE_OK distributionID of f9b09284-82f7-4363-a52e-5f44e11d1b60 2022-06-07T12:03:36.401Z||pool-2-thread-4|||||DEBUG|500||Entering installTheComponentStatus for distributionId f9b09284-82f7-4363-a52e-5f44e11d1b60 and ComponentName cds Hibernate: select watchdogco0_.COMPONENT_NAME as componen1_12_0_, watchdogco0_.DISTRIBUTION_ID as distribu2_12_0_, watchdogco0_.COMPONENT_DISTRIBUTION_STATUS as componen3_12_0_, watchdogco0_.CREATE_TIME as create_t4_12_0_, watchdogco0_.MODIFY_TIME as modify_t5_12_0_ from watchdog_per_component_distribution_status watchdogco0_ where watchdogco0_.COMPONENT_NAME=? and watchdogco0_.DISTRIBUTION_ID=? Hibernate: insert into watchdog_per_component_distribution_status (COMPONENT_DISTRIBUTION_STATUS, CREATE_TIME, MODIFY_TIME, COMPONENT_NAME, DISTRIBUTION_ID) values (?, ?, ?, ?, ?) 2022-06-07T12:03:36.409Z||pool-2-thread-4|||||DEBUG|500||received message from topic 2022-06-07T12:03:36.409Z||pool-2-thread-4|||||DEBUG|500||recieved notification from broker: { "distributionID": "f9b09284-82f7-4363-a52e-5f44e11d1b60", "consumerID": "policy-id", "timestamp": 1654603374254, "artifactURL": "/sdc/v1/catalog/services/TestPnfMacro/1.0/resourceInstances/testpnf0/artifacts/PM_Dictionary.yaml", "status": "NOT_NOTIFIED" } 2022-06-07T12:03:36.409Z||pool-2-thread-4|||||INFO|500||Missing status on Status Object. 2022-06-07T12:03:36.409Z||pool-2-thread-4|||||DEBUG|500||received message from topic 2022-06-07T12:03:36.409Z||pool-2-thread-4|||||DEBUG|500||recieved notification from broker: { "distributionID": "f9b09284-82f7-4363-a52e-5f44e11d1b60", "consumerID": "clamp", "timestamp": 1654603379661, "artifactURL": "/sdc/v1/catalog/services/TestPnfMacro/1.0/artifacts/service-TestPnfMacro-csar.csar", "status": "DEPLOY_OK" } 2022-06-07T12:03:36.410Z||pool-2-thread-4|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error' 2022-06-07T12:03:36.410Z||pool-2-thread-4|||||DEBUG|500||received message from topic 2022-06-07T12:03:36.410Z||pool-2-thread-4|||||DEBUG|500||recieved notification from broker: { "distributionID": "f9b09284-82f7-4363-a52e-5f44e11d1b60", "consumerID": "multicloud-k8s-id", "timestamp": 1654603372229, "artifactURL": "/sdc/v1/catalog/services/TestPnfMacro/1.0/artifacts/service-TestPnfMacro-template.yml", "status": "NOT_NOTIFIED" } 2022-06-07T12:03:36.410Z||pool-2-thread-4|||||INFO|500||Missing status on Status Object. 2022-06-07T12:03:36.410Z||pool-2-thread-4|||||DEBUG|500||received message from topic 2022-06-07T12:03:36.410Z||pool-2-thread-4|||||DEBUG|500||recieved notification from broker: { "distributionID": "f9b09284-82f7-4363-a52e-5f44e11d1b60", "consumerID": "policy-id", "timestamp": 1654603374254, "artifactURL": "/sdc/v1/catalog/services/TestPnfMacro/1.0/resourceInstances/testpnf0/artifacts/MyPnf_Pnf_v1.yaml", "status": "NOT_NOTIFIED" } 2022-06-07T12:03:36.410Z||pool-2-thread-4|||||INFO|500||Missing status on Status Object. 2022-06-07T12:03:36.411Z||pool-2-thread-4|||||DEBUG|500||received message from topic 2022-06-07T12:03:36.411Z||pool-2-thread-4|||||DEBUG|500||recieved notification from broker: { "distributionID": "f9b09284-82f7-4363-a52e-5f44e11d1b60", "consumerID": "clamp", "timestamp": 1654603380666, "artifactURL": "", "status": "COMPONENT_DONE_OK", "componentName": "clamp" } Hibernate: select watchdogdi0_.DISTRIBUTION_ID as distribu1_11_0_, watchdogdi0_.CREATE_TIME as create_t2_11_0_, watchdogdi0_.DISTRIBUTION_ID_STATUS as distribu3_11_0_, watchdogdi0_.MODIFY_TIME as modify_t4_11_0_, watchdogdi0_.LOCK_VERSION as lock_ver5_11_0_ from watchdog_distributionid_status watchdogdi0_ where watchdogdi0_.DISTRIBUTION_ID=? 2022-06-07T12:03:36.414Z||pool-111-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK 2022-06-07T12:03:36.415Z||pool-111-thread-1|||||INFO|500||cambria reply ok (23 ms):{"serverTimeMs":0,"count":1} 2022-06-07T12:03:36.415Z||pool-2-thread-4|||||DEBUG|500||Receive a callback componentStatus in ASDC, for componentName: clamp and status of COMPONENT_DONE_OK distributionID of f9b09284-82f7-4363-a52e-5f44e11d1b60 2022-06-07T12:03:36.415Z||pool-2-thread-4|||||DEBUG|500||Entering installTheComponentStatus for distributionId f9b09284-82f7-4363-a52e-5f44e11d1b60 and ComponentName clamp Hibernate: select watchdogco0_.COMPONENT_NAME as componen1_12_0_, watchdogco0_.DISTRIBUTION_ID as distribu2_12_0_, watchdogco0_.COMPONENT_DISTRIBUTION_STATUS as componen3_12_0_, watchdogco0_.CREATE_TIME as create_t4_12_0_, watchdogco0_.MODIFY_TIME as modify_t5_12_0_ from watchdog_per_component_distribution_status watchdogco0_ where watchdogco0_.COMPONENT_NAME=? and watchdogco0_.DISTRIBUTION_ID=? Hibernate: insert into watchdog_per_component_distribution_status (COMPONENT_DISTRIBUTION_STATUS, CREATE_TIME, MODIFY_TIME, COMPONENT_NAME, DISTRIBUTION_ID) values (?, ?, ?, ?, ?) 2022-06-07T12:03:36.424Z||pool-2-thread-4|||||DEBUG|500||received message from topic 2022-06-07T12:03:36.424Z||pool-2-thread-4|||||DEBUG|500||recieved notification from broker: { "distributionID": "f9b09284-82f7-4363-a52e-5f44e11d1b60", "consumerID": "multicloud-k8s-id", "timestamp": 1654603372229, "artifactURL": "/sdc/v1/catalog/services/TestPnfMacro/1.0/artifacts/service-TestPnfMacro-csar.csar", "status": "NOTIFIED" } 2022-06-07T12:03:36.425Z||pool-2-thread-4|||||INFO|500||Missing status on Status Object. 2022-06-07T12:03:36.425Z||pool-2-thread-4|||||DEBUG|500||received message from topic 2022-06-07T12:03:36.425Z||pool-2-thread-4|||||DEBUG|500||recieved notification from broker: { "distributionID": "f9b09284-82f7-4363-a52e-5f44e11d1b60", "consumerID": "policy-id", "timestamp": 1654603374254, "artifactURL": "/sdc/v1/catalog/services/TestPnfMacro/1.0/artifacts/service-TestPnfMacro-template.yml", "status": "NOT_NOTIFIED" } 2022-06-07T12:03:36.425Z||pool-2-thread-4|||||INFO|500||Missing status on Status Object. 2022-06-07T12:03:36.425Z||pool-2-thread-4|||||DEBUG|500||received message from topic 2022-06-07T12:03:36.425Z||pool-2-thread-4|||||DEBUG|500||recieved notification from broker: { "distributionID": "f9b09284-82f7-4363-a52e-5f44e11d1b60", "consumerID": "aai-ml", "timestamp": 1654603381637, "artifactURL": "/sdc/v1/catalog/services/TestPnfMacro/1.0/artifacts/service-TestPnfMacro-csar.csar", "status": "DEPLOY_OK" } 2022-06-07T12:03:36.426Z||pool-2-thread-4|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error' 2022-06-07T12:03:36.426Z||pool-2-thread-4|||||DEBUG|500||received message from topic 2022-06-07T12:03:36.426Z||pool-2-thread-4|||||DEBUG|500||recieved notification from broker: { "distributionID": "f9b09284-82f7-4363-a52e-5f44e11d1b60", "consumerID": "policy-id", "timestamp": 1654603374254, "artifactURL": "/sdc/v1/catalog/services/TestPnfMacro/1.0/artifacts/service-TestPnfMacro-csar.csar", "status": "NOTIFIED" } 2022-06-07T12:03:36.426Z||pool-2-thread-4|||||INFO|500||Missing status on Status Object. 2022-06-07T12:03:36.426Z||pool-2-thread-4|||||DEBUG|500||received message from topic 2022-06-07T12:03:36.426Z||pool-2-thread-4|||||DEBUG|500||recieved notification from broker: { "distributionID": "f9b09284-82f7-4363-a52e-5f44e11d1b60", "consumerID": "aai-ml", "timestamp": 1654603382642, "artifactURL": "", "status": "COMPONENT_DONE_OK", "componentName": "AAI" } Hibernate: select watchdogdi0_.DISTRIBUTION_ID as distribu1_11_0_, watchdogdi0_.CREATE_TIME as create_t2_11_0_, watchdogdi0_.DISTRIBUTION_ID_STATUS as distribu3_11_0_, watchdogdi0_.MODIFY_TIME as modify_t4_11_0_, watchdogdi0_.LOCK_VERSION as lock_ver5_11_0_ from watchdog_distributionid_status watchdogdi0_ where watchdogdi0_.DISTRIBUTION_ID=? 2022-06-07T12:03:36.430Z||pool-2-thread-4|||||DEBUG|500||Receive a callback componentStatus in ASDC, for componentName: AAI and status of COMPONENT_DONE_OK distributionID of f9b09284-82f7-4363-a52e-5f44e11d1b60 2022-06-07T12:03:36.431Z||pool-2-thread-4|||||DEBUG|500||Entering installTheComponentStatus for distributionId f9b09284-82f7-4363-a52e-5f44e11d1b60 and ComponentName AAI Hibernate: select watchdogco0_.COMPONENT_NAME as componen1_12_0_, watchdogco0_.DISTRIBUTION_ID as distribu2_12_0_, watchdogco0_.COMPONENT_DISTRIBUTION_STATUS as componen3_12_0_, watchdogco0_.CREATE_TIME as create_t4_12_0_, watchdogco0_.MODIFY_TIME as modify_t5_12_0_ from watchdog_per_component_distribution_status watchdogco0_ where watchdogco0_.COMPONENT_NAME=? and watchdogco0_.DISTRIBUTION_ID=? Hibernate: insert into watchdog_per_component_distribution_status (COMPONENT_DISTRIBUTION_STATUS, CREATE_TIME, MODIFY_TIME, COMPONENT_NAME, DISTRIBUTION_ID) values (?, ?, ?, ?, ?) 2022-06-07T12:03:36.440Z||pool-2-thread-4|||||DEBUG|500||received message from topic 2022-06-07T12:03:36.440Z||pool-2-thread-4|||||DEBUG|500||recieved notification from broker: { "distributionID": "f9b09284-82f7-4363-a52e-5f44e11d1b60", "consumerID": "policy-id", "timestamp": 1654603384077, "artifactURL": "/sdc/v1/catalog/services/TestPnfMacro/1.0/artifacts/service-TestPnfMacro-csar.csar", "status": "DOWNLOAD_OK" } 2022-06-07T12:03:36.440Z||pool-2-thread-4|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error' 2022-06-07T12:03:36.440Z||pool-2-thread-4|||||DEBUG|500||received message from topic 2022-06-07T12:03:36.440Z||pool-2-thread-4|||||DEBUG|500||recieved notification from broker: { "distributionID": "f9b09284-82f7-4363-a52e-5f44e11d1b60", "consumerID": "policy-id", "timestamp": 1654603385083, "artifactURL": "/sdc/v1/catalog/services/TestPnfMacro/1.0/artifacts/service-TestPnfMacro-csar.csar", "status": "DEPLOY_OK" } 2022-06-07T12:03:36.441Z||pool-2-thread-4|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error' 2022-06-07T12:03:36.441Z||pool-2-thread-4|||||DEBUG|500||received message from topic 2022-06-07T12:03:36.441Z||pool-2-thread-4|||||DEBUG|500||recieved notification from broker: { "distributionID": "f9b09284-82f7-4363-a52e-5f44e11d1b60", "consumerID": "policy-id", "timestamp": 1654603386086, "artifactURL": "", "status": "COMPONENT_DONE_OK", "componentName": "POLICY" } Hibernate: select watchdogdi0_.DISTRIBUTION_ID as distribu1_11_0_, watchdogdi0_.CREATE_TIME as create_t2_11_0_, watchdogdi0_.DISTRIBUTION_ID_STATUS as distribu3_11_0_, watchdogdi0_.MODIFY_TIME as modify_t4_11_0_, watchdogdi0_.LOCK_VERSION as lock_ver5_11_0_ from watchdog_distributionid_status watchdogdi0_ where watchdogdi0_.DISTRIBUTION_ID=? 2022-06-07T12:03:36.452Z||pool-2-thread-4|||||DEBUG|500||Receive a callback componentStatus in ASDC, for componentName: POLICY and status of COMPONENT_DONE_OK distributionID of f9b09284-82f7-4363-a52e-5f44e11d1b60 2022-06-07T12:03:36.452Z||pool-2-thread-4|||||DEBUG|500||Entering installTheComponentStatus for distributionId f9b09284-82f7-4363-a52e-5f44e11d1b60 and ComponentName POLICY Hibernate: select watchdogco0_.COMPONENT_NAME as componen1_12_0_, watchdogco0_.DISTRIBUTION_ID as distribu2_12_0_, watchdogco0_.COMPONENT_DISTRIBUTION_STATUS as componen3_12_0_, watchdogco0_.CREATE_TIME as create_t4_12_0_, watchdogco0_.MODIFY_TIME as modify_t5_12_0_ from watchdog_per_component_distribution_status watchdogco0_ where watchdogco0_.COMPONENT_NAME=? and watchdogco0_.DISTRIBUTION_ID=? Hibernate: insert into watchdog_per_component_distribution_status (COMPONENT_DISTRIBUTION_STATUS, CREATE_TIME, MODIFY_TIME, COMPONENT_NAME, DISTRIBUTION_ID) values (?, ?, ?, ?, ?) 2022-06-07T12:03:37.292Z||pool-2-thread-2|||||INFO|500||DistributionClient - sendNotificationStatus 2022-06-07T12:03:37.293Z||pool-2-thread-2|||||INFO|500||DistributionClient - sendStatus 2022-06-07T12:03:37.295Z||pool-2-thread-2|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap] 2022-06-07T12:03:37.295Z||pool-2-thread-2|||||DEBUG|500||try to send status { "distributionID": "f9b09284-82f7-4363-a52e-5f44e11d1b60", "consumerID": "SO-COpenSource-Env11", "timestamp": 1654603415640, "artifactURL": "/sdc/v1/catalog/services/TestPnfMacro/1.0/resourceInstances/testpnf0/artifacts/pNF.csar", "status": "NOT_NOTIFIED" } 2022-06-07T12:03:37.399Z||pool-112-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 104 ms 2022-06-07T12:03:37.400Z||pool-112-thread-1|||||WARN|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO will send credentials over a clear channel. 2022-06-07T12:03:37.400Z||pool-112-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as rACJoekZgDKIBPEP) ... 2022-06-07T12:03:37.422Z||pool-112-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK 2022-06-07T12:03:37.422Z||pool-112-thread-1|||||INFO|500||cambria reply ok (23 ms):{"serverTimeMs":0,"count":1} 2022-06-07T12:03:38.295Z||pool-2-thread-2|||||INFO|500||DistributionClient - sendNotificationStatus 2022-06-07T12:03:38.296Z||pool-2-thread-2|||||INFO|500||DistributionClient - sendStatus 2022-06-07T12:03:38.298Z||pool-2-thread-2|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap] 2022-06-07T12:03:38.298Z||pool-2-thread-2|||||DEBUG|500||try to send status { "distributionID": "f9b09284-82f7-4363-a52e-5f44e11d1b60", "consumerID": "SO-COpenSource-Env11", "timestamp": 1654603415640, "artifactURL": "/sdc/v1/catalog/services/TestPnfMacro/1.0/resourceInstances/testpnf0/artifacts/mynetconf.yang", "status": "NOT_NOTIFIED" } 2022-06-07T12:03:38.398Z||pool-113-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms 2022-06-07T12:03:38.399Z||pool-113-thread-1|||||WARN|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO will send credentials over a clear channel. 2022-06-07T12:03:38.399Z||pool-113-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as rACJoekZgDKIBPEP) ... 2022-06-07T12:03:38.415Z||pool-113-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK 2022-06-07T12:03:38.415Z||pool-113-thread-1|||||INFO|500||cambria reply ok (17 ms):{"serverTimeMs":0,"count":1} 2022-06-07T12:03:39.298Z||pool-2-thread-2|||||INFO|500||DistributionClient - sendNotificationStatus 2022-06-07T12:03:39.299Z||pool-2-thread-2|||||INFO|500||DistributionClient - sendStatus 2022-06-07T12:03:39.301Z||pool-2-thread-2|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap] 2022-06-07T12:03:39.301Z||pool-2-thread-2|||||DEBUG|500||try to send status { "distributionID": "f9b09284-82f7-4363-a52e-5f44e11d1b60", "consumerID": "SO-COpenSource-Env11", "timestamp": 1654603415640, "artifactURL": "/sdc/v1/catalog/services/TestPnfMacro/1.0/resourceInstances/testpnf0/artifacts/CBA_enriched.zip", "status": "NOT_NOTIFIED" } 2022-06-07T12:03:39.402Z||pool-114-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 101 ms 2022-06-07T12:03:39.403Z||pool-114-thread-1|||||WARN|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO will send credentials over a clear channel. 2022-06-07T12:03:39.403Z||pool-114-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as rACJoekZgDKIBPEP) ... 2022-06-07T12:03:39.433Z||pool-114-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK 2022-06-07T12:03:39.433Z||pool-114-thread-1|||||INFO|500||cambria reply ok (31 ms):{"serverTimeMs":1,"count":1} 2022-06-07T12:03:40.302Z||pool-2-thread-2|||||INFO|500||DistributionClient - sendNotificationStatus 2022-06-07T12:03:40.303Z||pool-2-thread-2|||||INFO|500||DistributionClient - sendStatus 2022-06-07T12:03:40.305Z||pool-2-thread-2|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap] 2022-06-07T12:03:40.305Z||pool-2-thread-2|||||DEBUG|500||try to send status { "distributionID": "f9b09284-82f7-4363-a52e-5f44e11d1b60", "consumerID": "SO-COpenSource-Env11", "timestamp": 1654603415640, "artifactURL": "/sdc/v1/catalog/services/TestPnfMacro/1.0/resourceInstances/testpnf0/artifacts/vendor-license-model.xml", "status": "NOT_NOTIFIED" } 2022-06-07T12:03:40.405Z||pool-115-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms 2022-06-07T12:03:40.406Z||pool-115-thread-1|||||WARN|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO will send credentials over a clear channel. 2022-06-07T12:03:40.406Z||pool-115-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as rACJoekZgDKIBPEP) ... 2022-06-07T12:03:40.431Z||pool-115-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK 2022-06-07T12:03:40.431Z||pool-115-thread-1|||||INFO|500||cambria reply ok (26 ms):{"serverTimeMs":1,"count":1} 2022-06-07T12:03:41.306Z||pool-2-thread-2|||||INFO|500||DistributionClient - sendNotificationStatus 2022-06-07T12:03:41.306Z||pool-2-thread-2|||||INFO|500||DistributionClient - sendStatus 2022-06-07T12:03:41.308Z||pool-2-thread-2|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap] 2022-06-07T12:03:41.308Z||pool-2-thread-2|||||DEBUG|500||try to send status { "distributionID": "f9b09284-82f7-4363-a52e-5f44e11d1b60", "consumerID": "SO-COpenSource-Env11", "timestamp": 1654603415640, "artifactURL": "/sdc/v1/catalog/services/TestPnfMacro/1.0/resourceInstances/testpnf0/artifacts/PM_Dictionary.yaml", "status": "NOT_NOTIFIED" } 2022-06-07T12:03:41.408Z||pool-116-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms 2022-06-07T12:03:41.409Z||pool-116-thread-1|||||WARN|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO will send credentials over a clear channel. 2022-06-07T12:03:41.409Z||pool-116-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as rACJoekZgDKIBPEP) ... 2022-06-07T12:03:41.430Z||pool-116-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK 2022-06-07T12:03:41.430Z||pool-116-thread-1|||||INFO|500||cambria reply ok (22 ms):{"serverTimeMs":0,"count":1} 2022-06-07T12:03:42.309Z||pool-2-thread-2|||||INFO|500||DistributionClient - sendNotificationStatus 2022-06-07T12:03:42.309Z||pool-2-thread-2|||||INFO|500||DistributionClient - sendStatus 2022-06-07T12:03:42.311Z||pool-2-thread-2|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap] 2022-06-07T12:03:42.311Z||pool-2-thread-2|||||DEBUG|500||try to send status { "distributionID": "f9b09284-82f7-4363-a52e-5f44e11d1b60", "consumerID": "SO-COpenSource-Env11", "timestamp": 1654603415640, "artifactURL": "/sdc/v1/catalog/services/TestPnfMacro/1.0/resourceInstances/testpnf0/artifacts/MyPnf_Pnf_v1.yaml", "status": "NOT_NOTIFIED" } 2022-06-07T12:03:42.412Z||pool-117-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 99 ms 2022-06-07T12:03:42.413Z||pool-117-thread-1|||||WARN|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO will send credentials over a clear channel. 2022-06-07T12:03:42.413Z||pool-117-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as rACJoekZgDKIBPEP) ... 2022-06-07T12:03:42.479Z||pool-117-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK 2022-06-07T12:03:42.480Z||pool-117-thread-1|||||INFO|500||cambria reply ok (68 ms):{"serverTimeMs":0,"count":1} 2022-06-07T12:03:43.312Z||pool-2-thread-2|||||INFO|500||DistributionClient - sendNotificationStatus 2022-06-07T12:03:43.313Z||pool-2-thread-2|||||INFO|500||DistributionClient - sendStatus 2022-06-07T12:03:43.314Z||pool-2-thread-2|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap] 2022-06-07T12:03:43.314Z||pool-2-thread-2|||||DEBUG|500||try to send status { "distributionID": "f9b09284-82f7-4363-a52e-5f44e11d1b60", "consumerID": "SO-COpenSource-Env11", "timestamp": 1654603415640, "artifactURL": "/sdc/v1/catalog/services/TestPnfMacro/1.0/artifacts/service-TestPnfMacro-template.yml", "status": "NOT_NOTIFIED" } 2022-06-07T12:03:43.415Z||pool-118-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 101 ms 2022-06-07T12:03:43.415Z||pool-118-thread-1|||||WARN|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO will send credentials over a clear channel. 2022-06-07T12:03:43.415Z||pool-118-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as rACJoekZgDKIBPEP) ... 2022-06-07T12:03:43.433Z||pool-118-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK 2022-06-07T12:03:43.433Z||pool-118-thread-1|||||INFO|500||cambria reply ok (18 ms):{"serverTimeMs":1,"count":1} 2022-06-07T12:03:44.316Z||pool-2-thread-2|||||INFO|500||DistributionClient - sendNotificationStatus 2022-06-07T12:03:44.316Z||pool-2-thread-2|||||INFO|500||DistributionClient - sendStatus 2022-06-07T12:03:44.318Z||pool-2-thread-2|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap] 2022-06-07T12:03:44.318Z||pool-2-thread-2|||||DEBUG|500||try to send status { "distributionID": "f9b09284-82f7-4363-a52e-5f44e11d1b60", "consumerID": "SO-COpenSource-Env11", "timestamp": 1654603415640, "artifactURL": "/sdc/v1/catalog/services/TestPnfMacro/1.0/artifacts/service-TestPnfMacro-csar.csar", "status": "NOTIFIED" } 2022-06-07T12:03:44.419Z||pool-119-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 99 ms 2022-06-07T12:03:44.419Z||pool-119-thread-1|||||WARN|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO will send credentials over a clear channel. 2022-06-07T12:03:44.420Z||pool-119-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as rACJoekZgDKIBPEP) ... 2022-06-07T12:03:44.441Z||pool-119-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK 2022-06-07T12:03:44.442Z||pool-119-thread-1|||||INFO|500||cambria reply ok (23 ms):{"serverTimeMs":0,"count":1} 2022-06-07T12:03:45.320Z||pool-2-thread-2|||||DEBUG|500||sending notification to client: { "distributionID": "f9b09284-82f7-4363-a52e-5f44e11d1b60", "serviceName": "test_pnf_macro", "serviceVersion": "1.0", "serviceUUID": "7b7c7397-8167-47f8-98dc-4bd4f180b9f9", "serviceDescription": "service", "serviceInvariantUUID": "95cc140f-112c-4f8a-9d7f-3796cd4cd72a", "resources": [ { "resourceInstanceName": "test-pnf 0", "resourceCustomizationUUID": "a1051291-c2d9-47ed-83cd-01364f2aeb2b", "resourceName": "test-pnf", "resourceVersion": "1.0", "resoucreType": "PNF", "resourceUUID": "1ac5b177-2c1b-40a1-84fe-5b4262e49872", "resourceInvariantUUID": "bc639f60-acae-439c-a901-48ca1b3eb7a7", "category": "Generic", "subcategory": "Abstract", "artifacts": [] } ], "serviceArtifacts": [ { "artifactName": "service-TestPnfMacro-csar.csar", "artifactType": "TOSCA_CSAR", "artifactURL": "/sdc/v1/catalog/services/TestPnfMacro/1.0/artifacts/service-TestPnfMacro-csar.csar", "artifactChecksum": "MTE1MzEyOTM2ODMzOWQxYzc4NWRmOTc5MmM5ZDk4MTI\u003d", "artifactDescription": "TOSCA definition package of the asset", "artifactTimeout": 0, "artifactVersion": "1", "artifactUUID": "e4f50478-c111-4c57-ae7f-81de303e436f" } ], "workloadContext": "Production" } 2022-06-07T12:03:45.320Z||pool-2-thread-2|||||DEBUG|500||Receive a callback notification in ASDC, nb of resources: 1 2022-06-07T12:03:45.321Z||pool-2-thread-2|||||INFO|500||ASDC_RECEIVE_CALLBACK_NOTIF 0 7b7c7397-8167-47f8-98dc-4bd4f180b9f9 ASDC 2022-06-07T12:03:45.322Z|f9b09284-82f7-4363-a52e-5f44e11d1b60|pool-2-thread-2|||||DEBUG|500||ASDC Notification: DistributionID:f9b09284-82f7-4363-a52e-5f44e11d1b60 ServiceName:test_pnf_macro ServiceVersion:1.0 ServiceUUID:7b7c7397-8167-47f8-98dc-4bd4f180b9f9 ServiceInvariantUUID:95cc140f-112c-4f8a-9d7f-3796cd4cd72a ServiceDescription:service Service Artifacts List: { Service Artifacts Info: ArtifactName:service-TestPnfMacro-csar.csar ArtifactVersion:1 ArtifactType:TOSCA_CSAR ArtifactDescription:TOSCA definition package of the asset ArtifactTimeout:0 ArtifactURL:/sdc/v1/catalog/services/TestPnfMacro/1.0/artifacts/service-TestPnfMacro-csar.csar ArtifactUUID:e4f50478-c111-4c57-ae7f-81de303e436f ArtifactChecksum:MTE1MzEyOTM2ODMzOWQxYzc4NWRmOTc5MmM5ZDk4MTI= GeneratedArtifact:{NULL } RelatedArtifacts:{ } } Resource Instances List: { Resource Instance Info: ResourceInstanceName:test-pnf 0 ResourceCustomizationUUID:a1051291-c2d9-47ed-83cd-01364f2aeb2b ResourceInvariantUUID:bc639f60-acae-439c-a901-48ca1b3eb7a7 ResourceName:test-pnf ResourceType:PNF ResourceUUID:1ac5b177-2c1b-40a1-84fe-5b4262e49872 ResourceVersion:1.0 Category:Generic SubCategory:Abstract Resource Artifacts List: NULL } 2022-06-07T12:03:45.322Z|f9b09284-82f7-4363-a52e-5f44e11d1b60|pool-2-thread-2|||||INFO|500||ASDC_RECEIVE_SERVICE_NOTIF 7b7c7397-8167-47f8-98dc-4bd4f180b9f9 ASDC treatNotification Hibernate: select watchdogse0_.DISTRIBUTION_ID as distribu1_13_0_, watchdogse0_.SERVICE_MODEL_VERSION_ID as service_2_13_0_, watchdogse0_.CONSUMER_ID as consumer3_13_0_, watchdogse0_.CREATE_TIME as create_t4_13_0_, watchdogse0_.DISTRIBUTION_NOTIFICATION as distribu5_13_0_ from watchdog_service_mod_ver_id_lookup watchdogse0_ where watchdogse0_.DISTRIBUTION_ID=? and watchdogse0_.SERVICE_MODEL_VERSION_ID=? Hibernate: insert into watchdog_service_mod_ver_id_lookup (CONSUMER_ID, CREATE_TIME, DISTRIBUTION_NOTIFICATION, DISTRIBUTION_ID, SERVICE_MODEL_VERSION_ID) values (?, ?, ?, ?, ?) Hibernate: select watchdogdi0_.DISTRIBUTION_ID as distribu1_11_0_, watchdogdi0_.CREATE_TIME as create_t2_11_0_, watchdogdi0_.DISTRIBUTION_ID_STATUS as distribu3_11_0_, watchdogdi0_.MODIFY_TIME as modify_t4_11_0_, watchdogdi0_.LOCK_VERSION as lock_ver5_11_0_ from watchdog_distributionid_status watchdogdi0_ where watchdogdi0_.DISTRIBUTION_ID=? Hibernate: update watchdog_distributionid_status set DISTRIBUTION_ID_STATUS=?, MODIFY_TIME=?, LOCK_VERSION=? where DISTRIBUTION_ID=? 2022-06-07T12:03:45.361Z|f9b09284-82f7-4363-a52e-5f44e11d1b60|pool-2-thread-2|||||INFO|500||Unable to find the system property mso.config.path, use the default configuration 2022-06-07T12:03:45.363Z|f9b09284-82f7-4363-a52e-5f44e11d1b60|pool-2-thread-2|||||INFO|500||MSO config path is: /app 2022-06-07T12:03:45.363Z|f9b09284-82f7-4363-a52e-5f44e11d1b60|pool-2-thread-2|||||INFO|500||MSO config path is: /app 2022-06-07T12:03:45.363Z|f9b09284-82f7-4363-a52e-5f44e11d1b60|pool-2-thread-2|||||INFO|500||Trying to download the artifact UUID: e4f50478-c111-4c57-ae7f-81de303e436f from URL: /sdc/v1/catalog/services/TestPnfMacro/1.0/artifacts/service-TestPnfMacro-csar.csar 2022-06-07T12:03:45.364Z|f9b09284-82f7-4363-a52e-5f44e11d1b60|pool-2-thread-2|||||INFO|500||DistributionClient - download 2022-06-07T12:03:45.364Z|f9b09284-82f7-4363-a52e-5f44e11d1b60|pool-2-thread-2|||||DEBUG|500||url to send https://sdc-be.onap:8443/sdc/v1/catalog/services/TestPnfMacro/1.0/artifacts/service-TestPnfMacro-csar.csar 2022-06-07T12:03:45.459Z|f9b09284-82f7-4363-a52e-5f44e11d1b60|pool-2-thread-2|||||DEBUG|500||GET Response Status 200 2022-06-07T12:03:45.465Z|f9b09284-82f7-4363-a52e-5f44e11d1b60|pool-2-thread-2|||||INFO|500||ASDC_ARTIFACT_DOWNLOAD_SUC /sdc/v1/catalog/services/TestPnfMacro/1.0/artifacts/service-TestPnfMacro-csar.csar e4f50478-c111-4c57-ae7f-81de303e436f 105655 2022-06-07T12:03:45.465Z|f9b09284-82f7-4363-a52e-5f44e11d1b60|pool-2-thread-2|||||INFO|500||ASDC_SEND_NOTIF_ASDC DOWNLOAD DOWNLOAD_OK /sdc/v1/catalog/services/TestPnfMacro/1.0/artifacts/service-TestPnfMacro-csar.csar ASDC sendASDCNotification 2022-06-07T12:03:45.465Z|f9b09284-82f7-4363-a52e-5f44e11d1b60|pool-2-thread-2|||||DEBUG|500||Sending DOWNLOAD(DOWNLOAD_OK) notification to ASDC for artifact:/sdc/v1/catalog/services/TestPnfMacro/1.0/artifacts/service-TestPnfMacro-csar.csar 2022-06-07T12:03:45.465Z|f9b09284-82f7-4363-a52e-5f44e11d1b60|pool-2-thread-2|||||INFO|500||DistributionClient - sendDownloadStatus 2022-06-07T12:03:45.466Z|f9b09284-82f7-4363-a52e-5f44e11d1b60|pool-2-thread-2|||||INFO|500||DistributionClient - sendStatus 2022-06-07T12:03:45.468Z|f9b09284-82f7-4363-a52e-5f44e11d1b60|pool-2-thread-2|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap] 2022-06-07T12:03:45.468Z|f9b09284-82f7-4363-a52e-5f44e11d1b60|pool-2-thread-2|||||DEBUG|500||try to send status { "distributionID": "f9b09284-82f7-4363-a52e-5f44e11d1b60", "consumerID": "SO-COpenSource-Env11", "timestamp": 1654603425465, "artifactURL": "/sdc/v1/catalog/services/TestPnfMacro/1.0/artifacts/service-TestPnfMacro-csar.csar", "status": "DOWNLOAD_OK" } 2022-06-07T12:03:45.569Z||pool-120-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 101 ms 2022-06-07T12:03:45.570Z||pool-120-thread-1|||||WARN|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO will send credentials over a clear channel. 2022-06-07T12:03:45.570Z||pool-120-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as rACJoekZgDKIBPEP) ... 2022-06-07T12:03:45.601Z||pool-120-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK 2022-06-07T12:03:45.602Z||pool-120-thread-1|||||INFO|500||cambria reply ok (32 ms):{"serverTimeMs":1,"count":1} 2022-06-07T12:03:46.468Z|f9b09284-82f7-4363-a52e-5f44e11d1b60|pool-2-thread-2|||||INFO|500||Unable to find the system property mso.config.path, use the default configuration 2022-06-07T12:03:46.469Z|f9b09284-82f7-4363-a52e-5f44e11d1b60|pool-2-thread-2|||||INFO|500||MSO config path is: /app 2022-06-07T12:03:46.470Z|f9b09284-82f7-4363-a52e-5f44e11d1b60|pool-2-thread-2|||||INFO|500||Trying to write artifact UUID: e4f50478-c111-4c57-ae7f-81de303e436f, URL: /sdc/v1/catalog/services/TestPnfMacro/1.0/artifacts/service-TestPnfMacro-csar.csar to file: /app/ASDC/1/service-TestPnfMacro-csar.csar 2022-06-07T12:03:46.470Z|f9b09284-82f7-4363-a52e-5f44e11d1b60|pool-2-thread-2|||||INFO|500||ASDC_RECEIVE_SERVICE_NOTIF ***WRITE FILE ARTIFACT NAME ASDC service-TestPnfMacro-csar.csar 2022-06-07T12:03:46.471Z|f9b09284-82f7-4363-a52e-5f44e11d1b60|pool-2-thread-2|||||DEBUG|500||ASDC File path is: /app/ASDC/1/service-TestPnfMacro-csar.csar 2022-06-07T12:03:46.471Z|f9b09284-82f7-4363-a52e-5f44e11d1b60|pool-2-thread-2|||||INFO|500||ASDC_RECEIVE_SERVICE_NOTIF ***PATH ASDC /app/ASDC/1/service-TestPnfMacro-csar.csar 2022-06-07T12:03:46.661Z|f9b09284-82f7-4363-a52e-5f44e11d1b60|pool-2-thread-2|||||DEBUG|500||ToscaTemplate Loading YAMEL file /tmp/JTP9322281807711673961/Definitions/service-TestPnfMacro-template.yml 2022-06-07T12:03:47.580Z|f9b09284-82f7-4363-a52e-5f44e11d1b60|pool-2-thread-2|||||DEBUG|500||CSAR conformance level is 11.0 2022-06-07T12:03:47.581Z|f9b09284-82f7-4363-a52e-5f44e11d1b60|pool-2-thread-2|||||WARN|500||#################################################################################################### 2022-06-07T12:03:47.581Z|f9b09284-82f7-4363-a52e-5f44e11d1b60|pool-2-thread-2|||||WARN|500||CSAR Warnings found! CSAR name - /app/ASDC/1/service-TestPnfMacro-csar.csar 2022-06-07T12:03:47.581Z|f9b09284-82f7-4363-a52e-5f44e11d1b60|pool-2-thread-2|||||WARN|500||ToscaTemplate - verifyTemplate - 7 Parsing Warnings occurred... 2022-06-07T12:03:47.581Z|f9b09284-82f7-4363-a52e-5f44e11d1b60|pool-2-thread-2|||||WARN|500||JTosca Exception [JE003]: MissingRequiredFieldError: properties of template "pnfExtCp_1" are missing field(s): [network_role, network_role_tag]. CSAR name - /app/ASDC/1/service-TestPnfMacro-csar.csar 2022-06-07T12:03:47.581Z|f9b09284-82f7-4363-a52e-5f44e11d1b60|pool-2-thread-2|||||WARN|500||JTosca Exception [JE003]: MissingRequiredFieldError: properties of template "pnfExtCp_1" are missing field(s): [unit, type]. CSAR name - /app/ASDC/1/service-TestPnfMacro-csar.csar 2022-06-07T12:03:47.582Z|f9b09284-82f7-4363-a52e-5f44e11d1b60|pool-2-thread-2|||||WARN|500||JTosca Exception [JE003]: MissingRequiredFieldError: properties of template "test-pnf 0" are missing field(s): [nf_function, sdnc_model_version, software_versions, sdnc_artifact_name, nf_role, default_software_version, nf_type, sdnc_model_name]. CSAR name - /app/ASDC/1/service-TestPnfMacro-csar.csar 2022-06-07T12:03:47.582Z|f9b09284-82f7-4363-a52e-5f44e11d1b60|pool-2-thread-2|||||WARN|500||JTosca Exception [JE003]: MissingRequiredFieldError: Data value of type "org.openecomp.datatypes.network.IpRequirements" is missing required field(s) "[supplemental_data]". CSAR name - /app/ASDC/1/service-TestPnfMacro-csar.csar 2022-06-07T12:03:47.582Z|f9b09284-82f7-4363-a52e-5f44e11d1b60|pool-2-thread-2|||||WARN|500||JTosca Exception [JE003]: MissingRequiredFieldError: Data value of type "org.openecomp.datatypes.AssignmentRequirements" is missing required field(s) "[supplemental_data]". CSAR name - /app/ASDC/1/service-TestPnfMacro-csar.csar 2022-06-07T12:03:47.582Z|f9b09284-82f7-4363-a52e-5f44e11d1b60|pool-2-thread-2|||||WARN|500||JTosca Exception [JE003]: MissingRequiredFieldError: Data value of type "org.openecomp.datatypes.network.MacRequirements" is missing required field(s) "[supplemental_data]". CSAR name - /app/ASDC/1/service-TestPnfMacro-csar.csar 2022-06-07T12:03:47.582Z|f9b09284-82f7-4363-a52e-5f44e11d1b60|pool-2-thread-2|||||WARN|500||JTosca Exception [JE003]: MissingRequiredFieldError: Data value of type "org.openecomp.datatypes.Naming" is missing required field(s) "[supplemental_data]". CSAR name - /app/ASDC/1/service-TestPnfMacro-csar.csar 2022-06-07T12:03:47.582Z|f9b09284-82f7-4363-a52e-5f44e11d1b60|pool-2-thread-2|||||WARN|500||#################################################################################################### 2022-06-07T12:03:47.583Z|f9b09284-82f7-4363-a52e-5f44e11d1b60|pool-2-thread-2|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive 2022-06-07T12:03:47.583Z|f9b09284-82f7-4363-a52e-5f44e11d1b60|pool-2-thread-2|||||DEBUG|500||Service test_pnf_macro is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=SERVICE_PROXY, toscaType=null, uUID=null, customizationUUID=null 2022-06-07T12:03:47.583Z|f9b09284-82f7-4363-a52e-5f44e11d1b60|pool-2-thread-2|||||DEBUG|500||Node template test-pnf 0 is matching search criteria 2022-06-07T12:03:47.584Z|f9b09284-82f7-4363-a52e-5f44e11d1b60|pool-2-thread-2|||||DEBUG|500||Search for entities recursively 2022-06-07T12:03:47.584Z|f9b09284-82f7-4363-a52e-5f44e11d1b60|pool-2-thread-2|||||DEBUG|500||Found topology templates [test-pnf 0] matching following query criteria: sdcType=Service, customizationUUID=null 2022-06-07T12:03:47.585Z|f9b09284-82f7-4363-a52e-5f44e11d1b60|pool-2-thread-2|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive 2022-06-07T12:03:47.585Z|f9b09284-82f7-4363-a52e-5f44e11d1b60|pool-2-thread-2|||||DEBUG|500||Service test_pnf_macro is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=CONFIGURATION, toscaType=null, uUID=null, customizationUUID=null 2022-06-07T12:03:47.585Z|f9b09284-82f7-4363-a52e-5f44e11d1b60|pool-2-thread-2|||||DEBUG|500||Node template test-pnf 0 is matching search criteria 2022-06-07T12:03:47.585Z|f9b09284-82f7-4363-a52e-5f44e11d1b60|pool-2-thread-2|||||DEBUG|500||Search for entities recursively 2022-06-07T12:03:47.586Z|f9b09284-82f7-4363-a52e-5f44e11d1b60|pool-2-thread-2|||||DEBUG|500||Found topology templates [test-pnf 0] matching following query criteria: sdcType=Service, customizationUUID=null 2022-06-07T12:03:47.586Z|f9b09284-82f7-4363-a52e-5f44e11d1b60|pool-2-thread-2|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive 2022-06-07T12:03:47.586Z|f9b09284-82f7-4363-a52e-5f44e11d1b60|pool-2-thread-2|||||DEBUG|500||Service test_pnf_macro is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=VF, toscaType=null, uUID=null, customizationUUID=null 2022-06-07T12:03:47.587Z|f9b09284-82f7-4363-a52e-5f44e11d1b60|pool-2-thread-2|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive 2022-06-07T12:03:47.587Z|f9b09284-82f7-4363-a52e-5f44e11d1b60|pool-2-thread-2|||||DEBUG|500||Service test_pnf_macro is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=VL, toscaType=null, uUID=null, customizationUUID=null 2022-06-07T12:03:47.587Z|f9b09284-82f7-4363-a52e-5f44e11d1b60|pool-2-thread-2|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive 2022-06-07T12:03:47.587Z|f9b09284-82f7-4363-a52e-5f44e11d1b60|pool-2-thread-2|||||DEBUG|500||Service test_pnf_macro is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=CR, toscaType=null, uUID=null, customizationUUID=null 2022-06-07T12:03:47.588Z|f9b09284-82f7-4363-a52e-5f44e11d1b60|pool-2-thread-2|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive 2022-06-07T12:03:47.588Z|f9b09284-82f7-4363-a52e-5f44e11d1b60|pool-2-thread-2|||||DEBUG|500||Service test_pnf_macro is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=VF, toscaType=null, uUID=null, customizationUUID=null 2022-06-07T12:03:47.588Z|f9b09284-82f7-4363-a52e-5f44e11d1b60|pool-2-thread-2|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive 2022-06-07T12:03:47.588Z|f9b09284-82f7-4363-a52e-5f44e11d1b60|pool-2-thread-2|||||DEBUG|500||Service test_pnf_macro is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=PNF, toscaType=null, uUID=null, customizationUUID=null 2022-06-07T12:03:47.588Z|f9b09284-82f7-4363-a52e-5f44e11d1b60|pool-2-thread-2|||||DEBUG|500||CSAR Notification: Service Level Properties: Name:test_pnf_macro Description:service Model UUID:7b7c7397-8167-47f8-98dc-4bd4f180b9f9 Model Version:NULL Model InvariantUuid:95cc140f-112c-4f8a-9d7f-3796cd4cd72a Service Type: Service Role: WorkLoad Context:Production Environment Context:General_Revenue-Bearing VF Allotted Resource Properties: PNF Allotted Resource Properties: Hibernate: select toscacsar0_.ARTIFACT_UUID as artifact1_57_0_, toscacsar0_.ARTIFACT_CHECKSUM as artifact2_57_0_, toscacsar0_.CREATION_TIMESTAMP as creation3_57_0_, toscacsar0_.DESCRIPTION as descript4_57_0_, toscacsar0_.NAME as name5_57_0_, toscacsar0_.URL as url6_57_0_, toscacsar0_.Version as version7_57_0_ from tosca_csar toscacsar0_ where toscacsar0_.ARTIFACT_UUID=? 2022-06-07T12:03:47.596Z|f9b09284-82f7-4363-a52e-5f44e11d1b60|pool-2-thread-2|||||INFO|500||Processing Resource Type: PNF, Model UUID: 1ac5b177-2c1b-40a1-84fe-5b4262e49872 Hibernate: select service0_.MODEL_UUID as model_uu1_50_, service0_.CDS_BLUEPRINT_NAME as cds_blue2_50_, service0_.CDS_BLUEPRINT_VERSION as cds_blue3_50_, service0_.SERVICE_CATEGORY as service_4_50_, service0_.CONTROLLER_ACTOR as controll5_50_, service0_.CREATION_TIMESTAMP as creation6_50_, service0_.TOSCA_CSAR_ARTIFACT_UUID as tosca_c21_50_, service0_.DESCRIPTION as descript7_50_, service0_.OVERALL_DISTRIBUTION_STATUS as overall_8_50_, service0_.ENVIRONMENT_CONTEXT as environm9_50_, service0_.MODEL_INVARIANT_UUID as model_i10_50_, service0_.MODEL_NAME as model_n11_50_, service0_.MODEL_VERSION as model_v12_50_, service0_.NAMING_POLICY as naming_13_50_, service0_.ONAP_GENERATED_NAMING as onap_ge14_50_, service0_.RESOURCE_ORDER as resourc15_50_, service0_.SERVICE_FUNCTION as service16_50_, service0_.SERVICE_ROLE as service17_50_, service0_.SERVICE_TYPE as service18_50_, service0_.SKIP_POST_INSTANTIATION_CONFIGURATION as skip_po19_50_, service0_.WORKLOAD_CONTEXT as workloa20_50_ from service service0_ where service0_.MODEL_UUID=? 2022-06-07T12:03:47.602Z|f9b09284-82f7-4363-a52e-5f44e11d1b60|pool-2-thread-2|||||INFO|500||test-pnf 0 2022-06-07T12:03:47.602Z|f9b09284-82f7-4363-a52e-5f44e11d1b60|pool-2-thread-2|||||DEBUG|500||Processing Resource Type: PNF and Model UUID: 1ac5b177-2c1b-40a1-84fe-5b4262e49872 2022-06-07T12:03:47.603Z|f9b09284-82f7-4363-a52e-5f44e11d1b60|pool-2-thread-2|||||DEBUG|500||No resources found for Service: 7b7c7397-8167-47f8-98dc-4bd4f180b9f9 2022-06-07T12:03:47.603Z|f9b09284-82f7-4363-a52e-5f44e11d1b60|pool-2-thread-2|||||DEBUG|500||Preparing to deploy Service: 7b7c7397-8167-47f8-98dc-4bd4f180b9f9 2022-06-07T12:03:47.603Z|f9b09284-82f7-4363-a52e-5f44e11d1b60|pool-2-thread-2|||||INFO|500||ASDC_START_DEPLOY_ARTIFACT test-pnf 0 1ac5b177-2c1b-40a1-84fe-5b4262e49872 ASDC Hibernate: select toscacsar0_.ARTIFACT_UUID as artifact1_57_0_, toscacsar0_.ARTIFACT_CHECKSUM as artifact2_57_0_, toscacsar0_.CREATION_TIMESTAMP as creation3_57_0_, toscacsar0_.DESCRIPTION as descript4_57_0_, toscacsar0_.NAME as name5_57_0_, toscacsar0_.URL as url6_57_0_, toscacsar0_.Version as version7_57_0_ from tosca_csar toscacsar0_ where toscacsar0_.ARTIFACT_UUID=? Hibernate: select service0_.MODEL_UUID as model_uu1_50_, service0_.CDS_BLUEPRINT_NAME as cds_blue2_50_, service0_.CDS_BLUEPRINT_VERSION as cds_blue3_50_, service0_.SERVICE_CATEGORY as service_4_50_, service0_.CONTROLLER_ACTOR as controll5_50_, service0_.CREATION_TIMESTAMP as creation6_50_, service0_.TOSCA_CSAR_ARTIFACT_UUID as tosca_c21_50_, service0_.DESCRIPTION as descript7_50_, service0_.OVERALL_DISTRIBUTION_STATUS as overall_8_50_, service0_.ENVIRONMENT_CONTEXT as environm9_50_, service0_.MODEL_INVARIANT_UUID as model_i10_50_, service0_.MODEL_NAME as model_n11_50_, service0_.MODEL_VERSION as model_v12_50_, service0_.NAMING_POLICY as naming_13_50_, service0_.ONAP_GENERATED_NAMING as onap_ge14_50_, service0_.RESOURCE_ORDER as resourc15_50_, service0_.SERVICE_FUNCTION as service16_50_, service0_.SERVICE_ROLE as service17_50_, service0_.SERVICE_TYPE as service18_50_, service0_.SKIP_POST_INSTANTIATION_CONFIGURATION as skip_po19_50_, service0_.WORKLOAD_CONTEXT as workloa20_50_ from service service0_ where service0_.MODEL_UUID=? 2022-06-07T12:03:47.607Z|f9b09284-82f7-4363-a52e-5f44e11d1b60|pool-2-thread-2|||||DEBUG|500||serviceInputs: {} [org.onap.sdc.toscaparser.api.parameters.Input@5fa51247, org.onap.sdc.toscaparser.api.parameters.Input@78431086, org.onap.sdc.toscaparser.api.parameters.Input@2832c6a, org.onap.sdc.toscaparser.api.parameters.Input@4eb1ced3, org.onap.sdc.toscaparser.api.parameters.Input@3971da68] 2022-06-07T12:03:47.607Z|f9b09284-82f7-4363-a52e-5f44e11d1b60|pool-2-thread-2|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive 2022-06-07T12:03:47.607Z|f9b09284-82f7-4363-a52e-5f44e11d1b60|pool-2-thread-2|||||DEBUG|500||Service test_pnf_macro is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=null, toscaType=null, uUID=null, customizationUUID=null 2022-06-07T12:03:47.607Z|f9b09284-82f7-4363-a52e-5f44e11d1b60|pool-2-thread-2|||||DEBUG|500|| resourceSeq for service uuid 7b7c7397-8167-47f8-98dc-4bd4f180b9f9: test-pnf 2022-06-07T12:03:47.608Z|f9b09284-82f7-4363-a52e-5f44e11d1b60|pool-2-thread-2|||||INFO|500||Processing PNF resource: 1ac5b177-2c1b-40a1-84fe-5b4262e49872 2022-06-07T12:03:47.608Z|f9b09284-82f7-4363-a52e-5f44e11d1b60|pool-2-thread-2|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive 2022-06-07T12:03:47.608Z|f9b09284-82f7-4363-a52e-5f44e11d1b60|pool-2-thread-2|||||DEBUG|500||Service test_pnf_macro is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=PNF, toscaType=null, uUID=null, customizationUUID=null 2022-06-07T12:03:47.608Z|f9b09284-82f7-4363-a52e-5f44e11d1b60|pool-2-thread-2|||||INFO|500||Resource customization UUID: a1051291-c2d9-47ed-83cd-01364f2aeb2b is the same as notified resource customizationUUID: a1051291-c2d9-47ed-83cd-01364f2aeb2b Hibernate: select pnfresourc0_.MODEL_CUSTOMIZATION_UUID as model_cu1_45_0_, pnfresourc0_.CDS_BLUEPRINT_NAME as cds_blue2_45_0_, pnfresourc0_.CDS_BLUEPRINT_VERSION as cds_blue3_45_0_, pnfresourc0_.CONTROLLER_ACTOR as controll4_45_0_, pnfresourc0_.CREATION_TIMESTAMP as creation5_45_0_, pnfresourc0_.DEFAULT_SOFTWARE_VERSION as default_6_45_0_, pnfresourc0_.MODEL_INSTANCE_NAME as model_in7_45_0_, pnfresourc0_.MULTI_STAGE_DESIGN as multi_st8_45_0_, pnfresourc0_.NF_FUNCTION as nf_funct9_45_0_, pnfresourc0_.NF_NAMING_CODE as nf_nami10_45_0_, pnfresourc0_.NF_ROLE as nf_role11_45_0_, pnfresourc0_.NF_TYPE as nf_type12_45_0_, pnfresourc0_.PNF_RESOURCE_MODEL_UUID as pnf_res15_45_0_, pnfresourc0_.RESOURCE_INPUT as resourc13_45_0_, pnfresourc0_.SKIP_POST_INSTANTIATION_CONFIGURATION as skip_po14_45_0_, pnfresourc1_.MODEL_UUID as model_uu1_44_1_, pnfresourc1_.RESOURCE_CATEGORY as resource2_44_1_, pnfresourc1_.CREATION_TIMESTAMP as creation3_44_1_, pnfresourc1_.DESCRIPTION as descript4_44_1_, pnfresourc1_.MODEL_INVARIANT_UUID as model_in5_44_1_, pnfresourc1_.MODEL_NAME as model_na6_44_1_, pnfresourc1_.MODEL_VERSION as model_ve7_44_1_, pnfresourc1_.ORCHESTRATION_MODE as orchestr8_44_1_, pnfresourc1_.RESOURCE_SUB_CATEGORY as resource9_44_1_, pnfresourc1_.TOSCA_NODE_TYPE as tosca_n10_44_1_ from pnf_resource_customization pnfresourc0_ left outer join pnf_resource pnfresourc1_ on pnfresourc0_.PNF_RESOURCE_MODEL_UUID=pnfresourc1_.MODEL_UUID where pnfresourc0_.MODEL_CUSTOMIZATION_UUID=? Hibernate: select pnfresourc0_.MODEL_UUID as model_uu1_44_0_, pnfresourc0_.RESOURCE_CATEGORY as resource2_44_0_, pnfresourc0_.CREATION_TIMESTAMP as creation3_44_0_, pnfresourc0_.DESCRIPTION as descript4_44_0_, pnfresourc0_.MODEL_INVARIANT_UUID as model_in5_44_0_, pnfresourc0_.MODEL_NAME as model_na6_44_0_, pnfresourc0_.MODEL_VERSION as model_ve7_44_0_, pnfresourc0_.ORCHESTRATION_MODE as orchestr8_44_0_, pnfresourc0_.RESOURCE_SUB_CATEGORY as resource9_44_0_, pnfresourc0_.TOSCA_NODE_TYPE as tosca_n10_44_0_ from pnf_resource pnfresourc0_ where pnfresourc0_.MODEL_UUID=? Hibernate: select service0_.MODEL_UUID as model_uu1_50_3_, service0_.CDS_BLUEPRINT_NAME as cds_blue2_50_3_, service0_.CDS_BLUEPRINT_VERSION as cds_blue3_50_3_, service0_.SERVICE_CATEGORY as service_4_50_3_, service0_.CONTROLLER_ACTOR as controll5_50_3_, service0_.CREATION_TIMESTAMP as creation6_50_3_, service0_.TOSCA_CSAR_ARTIFACT_UUID as tosca_c21_50_3_, service0_.DESCRIPTION as descript7_50_3_, service0_.OVERALL_DISTRIBUTION_STATUS as overall_8_50_3_, service0_.ENVIRONMENT_CONTEXT as environm9_50_3_, service0_.MODEL_INVARIANT_UUID as model_i10_50_3_, service0_.MODEL_NAME as model_n11_50_3_, service0_.MODEL_VERSION as model_v12_50_3_, service0_.NAMING_POLICY as naming_13_50_3_, service0_.ONAP_GENERATED_NAMING as onap_ge14_50_3_, service0_.RESOURCE_ORDER as resourc15_50_3_, service0_.SERVICE_FUNCTION as service16_50_3_, service0_.SERVICE_ROLE as service17_50_3_, service0_.SERVICE_TYPE as service18_50_3_, service0_.SKIP_POST_INSTANTIATION_CONFIGURATION as skip_po19_50_3_, service0_.WORKLOAD_CONTEXT as workloa20_50_3_, allottedcu1_.SERVICE_MODEL_UUID as service_1_8_5_, allottedre2_.MODEL_CUSTOMIZATION_UUID as resource2_8_5_, allottedre2_.MODEL_CUSTOMIZATION_UUID as model_cu1_7_0_, allottedre2_.AR_MODEL_UUID as ar_mode15_7_0_, allottedre2_.CREATION_TIMESTAMP as creation2_7_0_, allottedre2_.MAX_INSTANCES as max_inst3_7_0_, allottedre2_.MIN_INSTANCES as min_inst4_7_0_, allottedre2_.MODEL_INSTANCE_NAME as model_in5_7_0_, allottedre2_.NF_FUNCTION as nf_funct6_7_0_, allottedre2_.NF_NAMING_CODE as nf_namin7_7_0_, allottedre2_.NF_ROLE as nf_role8_7_0_, allottedre2_.NF_TYPE as nf_type9_7_0_, allottedre2_.PROVIDING_SERVICE_MODEL_INVARIANT_UUID as providi10_7_0_, allottedre2_.PROVIDING_SERVICE_MODEL_NAME as providi11_7_0_, allottedre2_.PROVIDING_SERVICE_MODEL_UUID as providi12_7_0_, allottedre2_.RESOURCE_INPUT as resourc13_7_0_, allottedre2_.TARGET_NETWORK_ROLE as target_14_7_0_, allottedre3_.MODEL_UUID as model_uu1_6_1_, allottedre3_.CREATION_TIMESTAMP as creation2_6_1_, allottedre3_.DESCRIPTION as descript3_6_1_, allottedre3_.MODEL_INVARIANT_UUID as model_in4_6_1_, allottedre3_.MODEL_NAME as model_na5_6_1_, allottedre3_.MODEL_VERSION as model_ve6_6_1_, allottedre3_.SUBCATEGORY as subcateg7_6_1_, allottedre3_.TOSCA_NODE_TYPE as tosca_no8_6_1_, toscacsar4_.ARTIFACT_UUID as artifact1_57_2_, toscacsar4_.ARTIFACT_CHECKSUM as artifact2_57_2_, toscacsar4_.CREATION_TIMESTAMP as creation3_57_2_, toscacsar4_.DESCRIPTION as descript4_57_2_, toscacsar4_.NAME as name5_57_2_, toscacsar4_.URL as url6_57_2_, toscacsar4_.Version as version7_57_2_ from service service0_ left outer join allotted_resource_customization_to_service allottedcu1_ on service0_.MODEL_UUID=allottedcu1_.SERVICE_MODEL_UUID left outer join allotted_resource_customization allottedre2_ on allottedcu1_.RESOURCE_MODEL_CUSTOMIZATION_UUID=allottedre2_.MODEL_CUSTOMIZATION_UUID left outer join allotted_resource allottedre3_ on allottedre2_.AR_MODEL_UUID=allottedre3_.MODEL_UUID left outer join tosca_csar toscacsar4_ on service0_.TOSCA_CSAR_ARTIFACT_UUID=toscacsar4_.ARTIFACT_UUID where service0_.MODEL_UUID=? Hibernate: select toscacsar0_.ARTIFACT_UUID as artifact1_57_1_, toscacsar0_.ARTIFACT_CHECKSUM as artifact2_57_1_, toscacsar0_.CREATION_TIMESTAMP as creation3_57_1_, toscacsar0_.DESCRIPTION as descript4_57_1_, toscacsar0_.NAME as name5_57_1_, toscacsar0_.URL as url6_57_1_, toscacsar0_.Version as version7_57_1_, services1_.TOSCA_CSAR_ARTIFACT_UUID as tosca_c21_50_3_, services1_.MODEL_UUID as model_uu1_50_3_, services1_.MODEL_UUID as model_uu1_50_0_, services1_.CDS_BLUEPRINT_NAME as cds_blue2_50_0_, services1_.CDS_BLUEPRINT_VERSION as cds_blue3_50_0_, services1_.SERVICE_CATEGORY as service_4_50_0_, services1_.CONTROLLER_ACTOR as controll5_50_0_, services1_.CREATION_TIMESTAMP as creation6_50_0_, services1_.TOSCA_CSAR_ARTIFACT_UUID as tosca_c21_50_0_, services1_.DESCRIPTION as descript7_50_0_, services1_.OVERALL_DISTRIBUTION_STATUS as overall_8_50_0_, services1_.ENVIRONMENT_CONTEXT as environm9_50_0_, services1_.MODEL_INVARIANT_UUID as model_i10_50_0_, services1_.MODEL_NAME as model_n11_50_0_, services1_.MODEL_VERSION as model_v12_50_0_, services1_.NAMING_POLICY as naming_13_50_0_, services1_.ONAP_GENERATED_NAMING as onap_ge14_50_0_, services1_.RESOURCE_ORDER as resourc15_50_0_, services1_.SERVICE_FUNCTION as service16_50_0_, services1_.SERVICE_ROLE as service17_50_0_, services1_.SERVICE_TYPE as service18_50_0_, services1_.SKIP_POST_INSTANTIATION_CONFIGURATION as skip_po19_50_0_, services1_.WORKLOAD_CONTEXT as workloa20_50_0_ from tosca_csar toscacsar0_ left outer join service services1_ on toscacsar0_.ARTIFACT_UUID=services1_.TOSCA_CSAR_ARTIFACT_UUID where toscacsar0_.ARTIFACT_UUID=? Hibernate: select pnfresourc0_.MODEL_CUSTOMIZATION_UUID as model_cu1_45_1_, pnfresourc0_.CDS_BLUEPRINT_NAME as cds_blue2_45_1_, pnfresourc0_.CDS_BLUEPRINT_VERSION as cds_blue3_45_1_, pnfresourc0_.CONTROLLER_ACTOR as controll4_45_1_, pnfresourc0_.CREATION_TIMESTAMP as creation5_45_1_, pnfresourc0_.DEFAULT_SOFTWARE_VERSION as default_6_45_1_, pnfresourc0_.MODEL_INSTANCE_NAME as model_in7_45_1_, pnfresourc0_.MULTI_STAGE_DESIGN as multi_st8_45_1_, pnfresourc0_.NF_FUNCTION as nf_funct9_45_1_, pnfresourc0_.NF_NAMING_CODE as nf_nami10_45_1_, pnfresourc0_.NF_ROLE as nf_role11_45_1_, pnfresourc0_.NF_TYPE as nf_type12_45_1_, pnfresourc0_.PNF_RESOURCE_MODEL_UUID as pnf_res15_45_1_, pnfresourc0_.RESOURCE_INPUT as resourc13_45_1_, pnfresourc0_.SKIP_POST_INSTANTIATION_CONFIGURATION as skip_po14_45_1_, pnfresourc1_.MODEL_UUID as model_uu1_44_0_, pnfresourc1_.RESOURCE_CATEGORY as resource2_44_0_, pnfresourc1_.CREATION_TIMESTAMP as creation3_44_0_, pnfresourc1_.DESCRIPTION as descript4_44_0_, pnfresourc1_.MODEL_INVARIANT_UUID as model_in5_44_0_, pnfresourc1_.MODEL_NAME as model_na6_44_0_, pnfresourc1_.MODEL_VERSION as model_ve7_44_0_, pnfresourc1_.ORCHESTRATION_MODE as orchestr8_44_0_, pnfresourc1_.RESOURCE_SUB_CATEGORY as resource9_44_0_, pnfresourc1_.TOSCA_NODE_TYPE as tosca_n10_44_0_ from pnf_resource_customization pnfresourc0_ left outer join pnf_resource pnfresourc1_ on pnfresourc0_.PNF_RESOURCE_MODEL_UUID=pnfresourc1_.MODEL_UUID where pnfresourc0_.MODEL_CUSTOMIZATION_UUID=? Hibernate: select pnfresourc0_.MODEL_UUID as model_uu1_44_0_, pnfresourc0_.RESOURCE_CATEGORY as resource2_44_0_, pnfresourc0_.CREATION_TIMESTAMP as creation3_44_0_, pnfresourc0_.DESCRIPTION as descript4_44_0_, pnfresourc0_.MODEL_INVARIANT_UUID as model_in5_44_0_, pnfresourc0_.MODEL_NAME as model_na6_44_0_, pnfresourc0_.MODEL_VERSION as model_ve7_44_0_, pnfresourc0_.ORCHESTRATION_MODE as orchestr8_44_0_, pnfresourc0_.RESOURCE_SUB_CATEGORY as resource9_44_0_, pnfresourc0_.TOSCA_NODE_TYPE as tosca_n10_44_0_ from pnf_resource pnfresourc0_ where pnfresourc0_.MODEL_UUID=? Hibernate: select watchdogco0_.COMPONENT_NAME as componen1_12_0_, watchdogco0_.DISTRIBUTION_ID as distribu2_12_0_, watchdogco0_.COMPONENT_DISTRIBUTION_STATUS as componen3_12_0_, watchdogco0_.CREATE_TIME as create_t4_12_0_, watchdogco0_.MODIFY_TIME as modify_t5_12_0_ from watchdog_per_component_distribution_status watchdogco0_ where watchdogco0_.COMPONENT_NAME=? and watchdogco0_.DISTRIBUTION_ID=? Hibernate: insert into watchdog_per_component_distribution_status (COMPONENT_DISTRIBUTION_STATUS, CREATE_TIME, MODIFY_TIME, COMPONENT_NAME, DISTRIBUTION_ID) values (?, ?, ?, ?, ?) Hibernate: insert into tosca_csar (ARTIFACT_CHECKSUM, CREATION_TIMESTAMP, DESCRIPTION, NAME, URL, Version, ARTIFACT_UUID) values (?, ?, ?, ?, ?, ?, ?) Hibernate: insert into service (CDS_BLUEPRINT_NAME, CDS_BLUEPRINT_VERSION, SERVICE_CATEGORY, CONTROLLER_ACTOR, CREATION_TIMESTAMP, TOSCA_CSAR_ARTIFACT_UUID, DESCRIPTION, OVERALL_DISTRIBUTION_STATUS, ENVIRONMENT_CONTEXT, MODEL_INVARIANT_UUID, MODEL_NAME, MODEL_VERSION, NAMING_POLICY, ONAP_GENERATED_NAMING, RESOURCE_ORDER, SERVICE_FUNCTION, SERVICE_ROLE, SERVICE_TYPE, SKIP_POST_INSTANTIATION_CONFIGURATION, WORKLOAD_CONTEXT, MODEL_UUID) values (?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?) Hibernate: insert into pnf_resource (RESOURCE_CATEGORY, CREATION_TIMESTAMP, DESCRIPTION, MODEL_INVARIANT_UUID, MODEL_NAME, MODEL_VERSION, ORCHESTRATION_MODE, RESOURCE_SUB_CATEGORY, TOSCA_NODE_TYPE, MODEL_UUID) values (?, ?, ?, ?, ?, ?, ?, ?, ?, ?) Hibernate: insert into pnf_resource_customization (CDS_BLUEPRINT_NAME, CDS_BLUEPRINT_VERSION, CONTROLLER_ACTOR, CREATION_TIMESTAMP, DEFAULT_SOFTWARE_VERSION, MODEL_INSTANCE_NAME, MULTI_STAGE_DESIGN, NF_FUNCTION, NF_NAMING_CODE, NF_ROLE, NF_TYPE, PNF_RESOURCE_MODEL_UUID, RESOURCE_INPUT, SKIP_POST_INSTANTIATION_CONFIGURATION, MODEL_CUSTOMIZATION_UUID) values (?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?) Hibernate: insert into pnf_resource_customization_to_service (SERVICE_MODEL_UUID, RESOURCE_MODEL_CUSTOMIZATION_UUID) values (?, ?) 2022-06-07T12:03:47.642Z|f9b09284-82f7-4363-a52e-5f44e11d1b60|pool-2-thread-2|||||INFO|500||ASDC_ARTIFACT_DEPLOY_SUC test-pnf 1ac5b177-2c1b-40a1-84fe-5b4262e49872 0 ASDC deployResourceStructure 2022-06-07T12:03:47.642Z|f9b09284-82f7-4363-a52e-5f44e11d1b60|pool-2-thread-2|||||INFO|500||ASDC_SEND_NOTIF_ASDC DEPLOY DEPLOY_OK /sdc/v1/catalog/services/TestPnfMacro/1.0/artifacts/service-TestPnfMacro-csar.csar ASDC sendASDCNotification 2022-06-07T12:03:47.642Z|f9b09284-82f7-4363-a52e-5f44e11d1b60|pool-2-thread-2|||||DEBUG|500||Sending DEPLOY(DEPLOY_OK) notification to ASDC for artifact:/sdc/v1/catalog/services/TestPnfMacro/1.0/artifacts/service-TestPnfMacro-csar.csar 2022-06-07T12:03:47.642Z|f9b09284-82f7-4363-a52e-5f44e11d1b60|pool-2-thread-2|||||INFO|500||DistributionClient - sendDeploymentStatus 2022-06-07T12:03:47.642Z|f9b09284-82f7-4363-a52e-5f44e11d1b60|pool-2-thread-2|||||INFO|500||DistributionClient - sendStatus 2022-06-07T12:03:47.644Z|f9b09284-82f7-4363-a52e-5f44e11d1b60|pool-2-thread-2|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap] 2022-06-07T12:03:47.644Z|f9b09284-82f7-4363-a52e-5f44e11d1b60|pool-2-thread-2|||||DEBUG|500||try to send status { "distributionID": "f9b09284-82f7-4363-a52e-5f44e11d1b60", "consumerID": "SO-COpenSource-Env11", "timestamp": 1654603427642, "artifactURL": "/sdc/v1/catalog/services/TestPnfMacro/1.0/artifacts/service-TestPnfMacro-csar.csar", "status": "DEPLOY_OK" } 2022-06-07T12:03:47.744Z||pool-121-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms 2022-06-07T12:03:47.745Z||pool-121-thread-1|||||WARN|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO will send credentials over a clear channel. 2022-06-07T12:03:47.745Z||pool-121-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as rACJoekZgDKIBPEP) ... 2022-06-07T12:03:47.762Z||pool-121-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK 2022-06-07T12:03:47.762Z||pool-121-thread-1|||||INFO|500||cambria reply ok (17 ms):{"serverTimeMs":0,"count":1} 2022-06-07T12:03:48.645Z|f9b09284-82f7-4363-a52e-5f44e11d1b60|pool-2-thread-2|||||DEBUG|500||Entered getOverallDistributionStatus method for distrubutionId: f9b09284-82f7-4363-a52e-5f44e11d1b60 Hibernate: select watchdogdi0_.DISTRIBUTION_ID as distribu1_11_0_, watchdogdi0_.CREATE_TIME as create_t2_11_0_, watchdogdi0_.DISTRIBUTION_ID_STATUS as distribu3_11_0_, watchdogdi0_.MODIFY_TIME as modify_t4_11_0_, watchdogdi0_.LOCK_VERSION as lock_ver5_11_0_ from watchdog_distributionid_status watchdogdi0_ where watchdogdi0_.DISTRIBUTION_ID=? Hibernate: select watchdogco0_.COMPONENT_NAME as componen1_12_, watchdogco0_.DISTRIBUTION_ID as distribu2_12_, watchdogco0_.COMPONENT_DISTRIBUTION_STATUS as componen3_12_, watchdogco0_.CREATE_TIME as create_t4_12_, watchdogco0_.MODIFY_TIME as modify_t5_12_ from watchdog_per_component_distribution_status watchdogco0_ where watchdogco0_.DISTRIBUTION_ID=? 2022-06-07T12:03:48.662Z|f9b09284-82f7-4363-a52e-5f44e11d1b60|pool-2-thread-2|||||DEBUG|500||Executed RequestDB getWatchdogComponentDistributionStatus for distrubutionId: f9b09284-82f7-4363-a52e-5f44e11d1b60 Hibernate: select watchdogco0_.COMPONENT_NAME as componen1_12_, watchdogco0_.DISTRIBUTION_ID as distribu2_12_, watchdogco0_.COMPONENT_DISTRIBUTION_STATUS as componen3_12_, watchdogco0_.CREATE_TIME as create_t4_12_, watchdogco0_.MODIFY_TIME as modify_t5_12_ from watchdog_per_component_distribution_status watchdogco0_ where watchdogco0_.DISTRIBUTION_ID=? 2022-06-07T12:03:48.664Z|f9b09284-82f7-4363-a52e-5f44e11d1b60|pool-2-thread-2|||||DEBUG|500||Found componentName SO in the WatchDog Component DB 2022-06-07T12:03:48.664Z|f9b09284-82f7-4363-a52e-5f44e11d1b60|pool-2-thread-2|||||DEBUG|500||Found componentName AAI in the WatchDog Component DB 2022-06-07T12:03:48.664Z|f9b09284-82f7-4363-a52e-5f44e11d1b60|pool-2-thread-2|||||DEBUG|500||Found componentName SDNC in the WatchDog Component DB 2022-06-07T12:03:48.664Z|f9b09284-82f7-4363-a52e-5f44e11d1b60|pool-2-thread-2|||||DEBUG|500||Components Size matched with the WatchdogComponentDistributionStatus results. 2022-06-07T12:03:48.664Z|f9b09284-82f7-4363-a52e-5f44e11d1b60|pool-2-thread-2|||||DEBUG|500||Component status: COMPONENT_DONE_OK on componentName: 2022-06-07T12:03:48.664Z|f9b09284-82f7-4363-a52e-5f44e11d1b60|pool-2-thread-2|||||DEBUG|500||Component status: COMPONENT_DONE_OK on componentName: 2022-06-07T12:03:48.664Z|f9b09284-82f7-4363-a52e-5f44e11d1b60|pool-2-thread-2|||||DEBUG|500||Component status: COMPONENT_DONE_OK on componentName: 2022-06-07T12:03:48.664Z|f9b09284-82f7-4363-a52e-5f44e11d1b60|pool-2-thread-2|||||DEBUG|500||Component status: COMPONENT_DONE_OK on componentName: 2022-06-07T12:03:48.664Z|f9b09284-82f7-4363-a52e-5f44e11d1b60|pool-2-thread-2|||||DEBUG|500||Component status: COMPONENT_DONE_OK on componentName: 2022-06-07T12:03:48.665Z|f9b09284-82f7-4363-a52e-5f44e11d1b60|pool-2-thread-2|||||DEBUG|500||Component status: COMPONENT_DONE_OK on componentName: 2022-06-07T12:03:48.665Z|f9b09284-82f7-4363-a52e-5f44e11d1b60|pool-2-thread-2|||||DEBUG|500||Component status: COMPONENT_DONE_OK on componentName: 2022-06-07T12:03:48.665Z|f9b09284-82f7-4363-a52e-5f44e11d1b60|pool-2-thread-2|||||DEBUG|500||Updating overall DistributionStatus to: SUCCESS for distributionId: Hibernate: select watchdogdi0_.DISTRIBUTION_ID as distribu1_11_0_, watchdogdi0_.CREATE_TIME as create_t2_11_0_, watchdogdi0_.DISTRIBUTION_ID_STATUS as distribu3_11_0_, watchdogdi0_.MODIFY_TIME as modify_t4_11_0_, watchdogdi0_.LOCK_VERSION as lock_ver5_11_0_ from watchdog_distributionid_status watchdogdi0_ where watchdogdi0_.DISTRIBUTION_ID=? 2022-06-07T12:03:48.674Z|f9b09284-82f7-4363-a52e-5f44e11d1b60|pool-2-thread-2|||||DEBUG|500||Exiting getOverallDistributionStatus method in WatchdogDistribution 2022-06-07T12:04:18.674Z|f9b09284-82f7-4363-a52e-5f44e11d1b60|pool-2-thread-2|||||DEBUG|500||Entered executePatchAAI method with distrubutionId: f9b09284-82f7-4363-a52e-5f44e11d1b60 and distributionStatus: Hibernate: select watchdogse0_.DISTRIBUTION_ID as distribu1_13_, watchdogse0_.SERVICE_MODEL_VERSION_ID as service_2_13_, watchdogse0_.CONSUMER_ID as consumer3_13_, watchdogse0_.CREATE_TIME as create_t4_13_, watchdogse0_.DISTRIBUTION_NOTIFICATION as distribu5_13_ from watchdog_service_mod_ver_id_lookup watchdogse0_ where watchdogse0_.DISTRIBUTION_ID=? 2022-06-07T12:04:18.690Z|f9b09284-82f7-4363-a52e-5f44e11d1b60|pool-2-thread-2|||||DEBUG|500||Executed RequestDB getWatchdogServiceModVerIdLookup with distributionId: f9b09284-82f7-4363-a52e-5f44e11d1b60 and serviceModelVersionId: 7b7c7397-8167-47f8-98dc-4bd4f180b9f9 2022-06-07T12:04:18.691Z|f9b09284-82f7-4363-a52e-5f44e11d1b60|pool-2-thread-2|||||DEBUG|500||ASDC Notification ServiceModelInvariantUUID : 95cc140f-112c-4f8a-9d7f-3796cd4cd72a 2022-06-07T12:04:18.692Z|f9b09284-82f7-4363-a52e-5f44e11d1b60|pool-2-thread-2|||||DEBUG|500||Target A&AI Resource URI: /service-design-and-creation/models/model/95cc140f-112c-4f8a-9d7f-3796cd4cd72a/model-vers/model-ver/7b7c7397-8167-47f8-98dc-4bd4f180b9f9?depth=0 2022-06-07T12:04:18.704Z|f9b09284-82f7-4363-a52e-5f44e11d1b60|pool-2-thread-2|||||INFO|500||RestClientSSL using default SSL context! 2022-06-07T12:04:18.765Z|f9b09284-82f7-4363-a52e-5f44e11d1b60|pool-2-thread-2|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/95cc140f-112c-4f8a-9d7f-3796cd4cd72a/model-vers/model-ver/7b7c7397-8167-47f8-98dc-4bd4f180b9f9?depth=0|INFO|500||Invoke 2022-06-07T12:04:18.766Z|f9b09284-82f7-4363-a52e-5f44e11d1b60|pool-2-thread-2|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/95cc140f-112c-4f8a-9d7f-3796cd4cd72a/model-vers/model-ver/7b7c7397-8167-47f8-98dc-4bd4f180b9f9?depth=0|DEBUG|500||Sending HTTP POST (overridden to PATCH) to:https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/95cc140f-112c-4f8a-9d7f-3796cd4cd72a/model-vers/model-ver/7b7c7397-8167-47f8-98dc-4bd4f180b9f9?depth=0 with request headers:{Authorization=[***REDACTED***], X-RequestID=[f9b09284-82f7-4363-a52e-5f44e11d1b60], X-FromAppId=[MSO], X-ONAP-PartnerName=[UNKNOWN], X-HTTP-Method-Override=[PATCH], Accept=[application/json], X-InvocationID=[5433932e-9240-4e93-8a18-94916b118793], X-ECOMP-RequestID=[f9b09284-82f7-4363-a52e-5f44e11d1b60], X-TransactionId=[], X-ONAP-RequestID=[f9b09284-82f7-4363-a52e-5f44e11d1b60], Content-Type=[application/merge-patch+json]} 2022-06-07T12:04:18.788Z|f9b09284-82f7-4363-a52e-5f44e11d1b60|pool-2-thread-2|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/95cc140f-112c-4f8a-9d7f-3796cd4cd72a/model-vers/model-ver/7b7c7397-8167-47f8-98dc-4bd4f180b9f9?depth=0|DEBUG|500||{"distribution-status":"DISTRIBUTION_COMPLETE_OK"} 2022-06-07T12:04:18.922Z|f9b09284-82f7-4363-a52e-5f44e11d1b60|pool-2-thread-2|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/95cc140f-112c-4f8a-9d7f-3796cd4cd72a/model-vers/model-ver/7b7c7397-8167-47f8-98dc-4bd4f180b9f9?depth=0|DEBUG|500||Response from method:POST (overridden to PATCH) performed on uri:https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/95cc140f-112c-4f8a-9d7f-3796cd4cd72a/model-vers/model-ver/7b7c7397-8167-47f8-98dc-4bd4f180b9f9?depth=0 has http status code:200 and response headers:{Strict-Transport-Security=[max-age=16000000; includeSubDomains; preload;], X-AAI-TXID=[2-aai-resources-220607-12:04:18:539-8303], vertex-id=[544768], Content-Length=[0], Date=[Tue, 07 Jun 2022 12:04:18 GMT], Content-Type=[application/json]} 2022-06-07T12:04:18.922Z|f9b09284-82f7-4363-a52e-5f44e11d1b60|pool-2-thread-2|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/95cc140f-112c-4f8a-9d7f-3796cd4cd72a/model-vers/model-ver/7b7c7397-8167-47f8-98dc-4bd4f180b9f9?depth=0|DEBUG|500||Response was returned with an empty entity. 2022-06-07T12:04:18.923Z|f9b09284-82f7-4363-a52e-5f44e11d1b60|pool-2-thread-2|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/95cc140f-112c-4f8a-9d7f-3796cd4cd72a/model-vers/model-ver/7b7c7397-8167-47f8-98dc-4bd4f180b9f9?depth=0|INFO|500||InvokeReturn 2022-06-07T12:04:18.924Z|f9b09284-82f7-4363-a52e-5f44e11d1b60|pool-2-thread-2|||||DEBUG|500||A&AI UPDATE MODEL Version is success! 2022-06-07T12:04:18.924Z|f9b09284-82f7-4363-a52e-5f44e11d1b60|pool-2-thread-2|||||DEBUG|500||A&AI Updated succefully with Distribution Status! Hibernate: select service0_.MODEL_UUID as model_uu1_50_, service0_.CDS_BLUEPRINT_NAME as cds_blue2_50_, service0_.CDS_BLUEPRINT_VERSION as cds_blue3_50_, service0_.SERVICE_CATEGORY as service_4_50_, service0_.CONTROLLER_ACTOR as controll5_50_, service0_.CREATION_TIMESTAMP as creation6_50_, service0_.TOSCA_CSAR_ARTIFACT_UUID as tosca_c21_50_, service0_.DESCRIPTION as descript7_50_, service0_.OVERALL_DISTRIBUTION_STATUS as overall_8_50_, service0_.ENVIRONMENT_CONTEXT as environm9_50_, service0_.MODEL_INVARIANT_UUID as model_i10_50_, service0_.MODEL_NAME as model_n11_50_, service0_.MODEL_VERSION as model_v12_50_, service0_.NAMING_POLICY as naming_13_50_, service0_.ONAP_GENERATED_NAMING as onap_ge14_50_, service0_.RESOURCE_ORDER as resourc15_50_, service0_.SERVICE_FUNCTION as service16_50_, service0_.SERVICE_ROLE as service17_50_, service0_.SERVICE_TYPE as service18_50_, service0_.SKIP_POST_INSTANTIATION_CONFIGURATION as skip_po19_50_, service0_.WORKLOAD_CONTEXT as workloa20_50_ from service service0_ where service0_.MODEL_UUID=? 2022-06-07T12:04:18.936Z|f9b09284-82f7-4363-a52e-5f44e11d1b60|pool-2-thread-2|||||ERROR|500||Error updating CatalogDBStatus java.lang.NullPointerException: null at org.onap.so.asdc.tenantIsolation.WatchdogDistribution.updateCatalogDBStatus(WatchdogDistribution.java:206) at org.onap.so.asdc.client.ASDCController.treatNotification(ASDCController.java:690) at org.onap.so.asdc.client.ASDCNotificationCallBack.activateCallback(ASDCNotificationCallBack.java:52) at org.onap.sdc.impl.NotificationConsumer.run(NotificationConsumer.java:71) at java.base/java.util.concurrent.Executors$RunnableAdapter.call(Unknown Source) at java.base/java.util.concurrent.FutureTask.runAndReset(Unknown Source) at java.base/java.util.concurrent.ScheduledThreadPoolExecutor$ScheduledFutureTask.run(Unknown Source) at java.base/java.util.concurrent.ThreadPoolExecutor.runWorker(Unknown Source) at java.base/java.util.concurrent.ThreadPoolExecutor$Worker.run(Unknown Source) at java.base/java.lang.Thread.run(Unknown Source) 2022-06-07T12:04:18.937Z|f9b09284-82f7-4363-a52e-5f44e11d1b60|pool-2-thread-2|||||DEBUG|500||Enter sendFinalDistributionStatus with DistributionID f9b09284-82f7-4363-a52e-5f44e11d1b60 and Status of DISTRIBUTION_COMPLETE_OK and ErrorReason null 2022-06-07T12:04:18.937Z|f9b09284-82f7-4363-a52e-5f44e11d1b60|pool-2-thread-2|||||INFO|500||DistributionClient - sendFinalDistributionStatus status 2022-06-07T12:04:18.938Z|f9b09284-82f7-4363-a52e-5f44e11d1b60|pool-2-thread-2|||||INFO|500||DistributionClient - sendStatus 2022-06-07T12:04:18.941Z|f9b09284-82f7-4363-a52e-5f44e11d1b60|pool-2-thread-2|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap] 2022-06-07T12:04:18.941Z|f9b09284-82f7-4363-a52e-5f44e11d1b60|pool-2-thread-2|||||DEBUG|500||try to send status { "distributionID": "f9b09284-82f7-4363-a52e-5f44e11d1b60", "consumerID": "SO-COpenSource-Env11", "timestamp": 1654603458937, "artifactURL": "", "status": "DISTRIBUTION_COMPLETE_OK" } 2022-06-07T12:04:19.042Z||pool-122-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 99 ms 2022-06-07T12:04:19.043Z||pool-122-thread-1|||||WARN|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO will send credentials over a clear channel. 2022-06-07T12:04:19.043Z||pool-122-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as rACJoekZgDKIBPEP) ... 2022-06-07T12:04:19.063Z||pool-122-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK 2022-06-07T12:04:19.063Z||pool-122-thread-1|||||INFO|500||cambria reply ok (21 ms):{"serverTimeMs":0,"count":1} Hibernate: select watchdogdi0_.DISTRIBUTION_ID as distribu1_11_0_, watchdogdi0_.CREATE_TIME as create_t2_11_0_, watchdogdi0_.DISTRIBUTION_ID_STATUS as distribu3_11_0_, watchdogdi0_.MODIFY_TIME as modify_t4_11_0_, watchdogdi0_.LOCK_VERSION as lock_ver5_11_0_ from watchdog_distributionid_status watchdogdi0_ where watchdogdi0_.DISTRIBUTION_ID=? Hibernate: update watchdog_distributionid_status set DISTRIBUTION_ID_STATUS=?, MODIFY_TIME=?, LOCK_VERSION=? where DISTRIBUTION_ID=? 2022-06-07T12:04:35.641Z|f9b09284-82f7-4363-a52e-5f44e11d1b60|pool-2-thread-2|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2022-06-07T12:04:35.642Z|f9b09284-82f7-4363-a52e-5f44e11d1b60|pool-2-thread-2|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel. 2022-06-07T12:04:35.642Z|f9b09284-82f7-4363-a52e-5f44e11d1b60|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 rACJoekZgDKIBPEP) ... 2022-06-07T12:04:35.660Z||pool-2-thread-4|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2022-06-07T12:04:35.661Z||pool-2-thread-4|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel. 2022-06-07T12:04:35.661Z||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 rACJoekZgDKIBPEP) ... 2022-06-07T12:04:35.837Z||pool-2-thread-4|||||INFO|500|| --> HTTP/1.1 200 OK 2022-06-07T12:04:35.837Z||pool-2-thread-4|||||DEBUG|500||received message from topic 2022-06-07T12:04:35.837Z||pool-2-thread-4|||||DEBUG|500||recieved notification from broker: { "distributionID": "f9b09284-82f7-4363-a52e-5f44e11d1b60", "consumerID": "SO-COpenSource-Env11", "timestamp": 1654603415640, "artifactURL": "/sdc/v1/catalog/services/TestPnfMacro/1.0/resourceInstances/testpnf0/artifacts/vf-license-model.xml", "status": "NOT_NOTIFIED" } 2022-06-07T12:04:35.838Z||pool-2-thread-4|||||INFO|500||Missing status on Status Object. 2022-06-07T12:04:45.363Z|f9b09284-82f7-4363-a52e-5f44e11d1b60|pool-2-thread-2|||||INFO|500|| --> HTTP/1.1 200 OK 2022-06-07T12:05:35.640Z|f9b09284-82f7-4363-a52e-5f44e11d1b60|pool-2-thread-2|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2022-06-07T12:05:35.641Z|f9b09284-82f7-4363-a52e-5f44e11d1b60|pool-2-thread-2|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel. 2022-06-07T12:05:35.641Z|f9b09284-82f7-4363-a52e-5f44e11d1b60|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 rACJoekZgDKIBPEP) ... 2022-06-07T12:05:35.660Z||pool-2-thread-4|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2022-06-07T12:05:35.661Z||pool-2-thread-4|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel. 2022-06-07T12:05:35.661Z||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 rACJoekZgDKIBPEP) ... 2022-06-07T12:05:36.190Z||pool-2-thread-4|||||INFO|500|| --> HTTP/1.1 200 OK 2022-06-07T12:05:36.191Z||pool-2-thread-4|||||DEBUG|500||received message from topic 2022-06-07T12:05:36.191Z||pool-2-thread-4|||||DEBUG|500||recieved notification from broker: { "distributionID": "f9b09284-82f7-4363-a52e-5f44e11d1b60", "consumerID": "SO-COpenSource-Env11", "timestamp": 1654603415640, "artifactURL": "/sdc/v1/catalog/services/TestPnfMacro/1.0/resourceInstances/testpnf0/artifacts/pNF.csar", "status": "NOT_NOTIFIED" } 2022-06-07T12:05:36.192Z||pool-2-thread-4|||||INFO|500||Missing status on Status Object. 2022-06-07T12:05:36.192Z||pool-2-thread-4|||||DEBUG|500||received message from topic 2022-06-07T12:05:36.192Z||pool-2-thread-4|||||DEBUG|500||recieved notification from broker: { "distributionID": "f9b09284-82f7-4363-a52e-5f44e11d1b60", "consumerID": "SO-COpenSource-Env11", "timestamp": 1654603415640, "artifactURL": "/sdc/v1/catalog/services/TestPnfMacro/1.0/resourceInstances/testpnf0/artifacts/mynetconf.yang", "status": "NOT_NOTIFIED" } 2022-06-07T12:05:36.192Z||pool-2-thread-4|||||INFO|500||Missing status on Status Object. 2022-06-07T12:05:36.192Z||pool-2-thread-4|||||DEBUG|500||received message from topic 2022-06-07T12:05:36.193Z||pool-2-thread-4|||||DEBUG|500||recieved notification from broker: { "distributionID": "f9b09284-82f7-4363-a52e-5f44e11d1b60", "consumerID": "SO-COpenSource-Env11", "timestamp": 1654603415640, "artifactURL": "/sdc/v1/catalog/services/TestPnfMacro/1.0/resourceInstances/testpnf0/artifacts/CBA_enriched.zip", "status": "NOT_NOTIFIED" } 2022-06-07T12:05:36.193Z||pool-2-thread-4|||||INFO|500||Missing status on Status Object. 2022-06-07T12:05:36.193Z||pool-2-thread-4|||||DEBUG|500||received message from topic 2022-06-07T12:05:36.193Z||pool-2-thread-4|||||DEBUG|500||recieved notification from broker: { "distributionID": "f9b09284-82f7-4363-a52e-5f44e11d1b60", "consumerID": "SO-COpenSource-Env11", "timestamp": 1654603415640, "artifactURL": "/sdc/v1/catalog/services/TestPnfMacro/1.0/resourceInstances/testpnf0/artifacts/vendor-license-model.xml", "status": "NOT_NOTIFIED" } 2022-06-07T12:05:36.193Z||pool-2-thread-4|||||INFO|500||Missing status on Status Object. 2022-06-07T12:05:36.193Z||pool-2-thread-4|||||DEBUG|500||received message from topic 2022-06-07T12:05:36.193Z||pool-2-thread-4|||||DEBUG|500||recieved notification from broker: { "distributionID": "f9b09284-82f7-4363-a52e-5f44e11d1b60", "consumerID": "SO-COpenSource-Env11", "timestamp": 1654603415640, "artifactURL": "/sdc/v1/catalog/services/TestPnfMacro/1.0/resourceInstances/testpnf0/artifacts/PM_Dictionary.yaml", "status": "NOT_NOTIFIED" } 2022-06-07T12:05:36.193Z||pool-2-thread-4|||||INFO|500||Missing status on Status Object. 2022-06-07T12:05:36.194Z||pool-2-thread-4|||||DEBUG|500||received message from topic 2022-06-07T12:05:36.194Z||pool-2-thread-4|||||DEBUG|500||recieved notification from broker: { "distributionID": "f9b09284-82f7-4363-a52e-5f44e11d1b60", "consumerID": "SO-COpenSource-Env11", "timestamp": 1654603415640, "artifactURL": "/sdc/v1/catalog/services/TestPnfMacro/1.0/resourceInstances/testpnf0/artifacts/MyPnf_Pnf_v1.yaml", "status": "NOT_NOTIFIED" } 2022-06-07T12:05:36.194Z||pool-2-thread-4|||||INFO|500||Missing status on Status Object. 2022-06-07T12:05:36.194Z||pool-2-thread-4|||||DEBUG|500||received message from topic 2022-06-07T12:05:36.194Z||pool-2-thread-4|||||DEBUG|500||recieved notification from broker: { "distributionID": "f9b09284-82f7-4363-a52e-5f44e11d1b60", "consumerID": "SO-COpenSource-Env11", "timestamp": 1654603415640, "artifactURL": "/sdc/v1/catalog/services/TestPnfMacro/1.0/artifacts/service-TestPnfMacro-template.yml", "status": "NOT_NOTIFIED" } 2022-06-07T12:05:36.194Z||pool-2-thread-4|||||INFO|500||Missing status on Status Object. 2022-06-07T12:05:36.195Z||pool-2-thread-4|||||DEBUG|500||received message from topic 2022-06-07T12:05:36.195Z||pool-2-thread-4|||||DEBUG|500||recieved notification from broker: { "distributionID": "f9b09284-82f7-4363-a52e-5f44e11d1b60", "consumerID": "SO-COpenSource-Env11", "timestamp": 1654603415640, "artifactURL": "/sdc/v1/catalog/services/TestPnfMacro/1.0/artifacts/service-TestPnfMacro-csar.csar", "status": "NOTIFIED" } 2022-06-07T12:05:36.195Z||pool-2-thread-4|||||INFO|500||Missing status on Status Object. 2022-06-07T12:05:36.195Z||pool-2-thread-4|||||DEBUG|500||received message from topic 2022-06-07T12:05:36.195Z||pool-2-thread-4|||||DEBUG|500||recieved notification from broker: { "distributionID": "f9b09284-82f7-4363-a52e-5f44e11d1b60", "consumerID": "SO-COpenSource-Env11", "timestamp": 1654603425465, "artifactURL": "/sdc/v1/catalog/services/TestPnfMacro/1.0/artifacts/service-TestPnfMacro-csar.csar", "status": "DOWNLOAD_OK" } 2022-06-07T12:05:36.196Z||pool-2-thread-4|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error' 2022-06-07T12:05:36.196Z||pool-2-thread-4|||||DEBUG|500||received message from topic 2022-06-07T12:05:36.196Z||pool-2-thread-4|||||DEBUG|500||recieved notification from broker: { "distributionID": "f9b09284-82f7-4363-a52e-5f44e11d1b60", "consumerID": "SO-COpenSource-Env11", "timestamp": 1654603427642, "artifactURL": "/sdc/v1/catalog/services/TestPnfMacro/1.0/artifacts/service-TestPnfMacro-csar.csar", "status": "DEPLOY_OK" } 2022-06-07T12:05:36.196Z||pool-2-thread-4|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error' 2022-06-07T12:05:36.196Z||pool-2-thread-4|||||DEBUG|500||received message from topic 2022-06-07T12:05:36.196Z||pool-2-thread-4|||||DEBUG|500||recieved notification from broker: { "distributionID": "f9b09284-82f7-4363-a52e-5f44e11d1b60", "consumerID": "SO-COpenSource-Env11", "timestamp": 1654603458937, "artifactURL": "", "status": "DISTRIBUTION_COMPLETE_OK" } 2022-06-07T12:05:36.196Z||pool-2-thread-4|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error' 2022-06-07T12:05:45.230Z|f9b09284-82f7-4363-a52e-5f44e11d1b60|pool-2-thread-2|||||INFO|500|| --> HTTP/1.1 200 OK 2022-06-07T12:06:35.640Z|f9b09284-82f7-4363-a52e-5f44e11d1b60|pool-2-thread-2|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2022-06-07T12:06:35.641Z|f9b09284-82f7-4363-a52e-5f44e11d1b60|pool-2-thread-2|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel. 2022-06-07T12:06:35.642Z|f9b09284-82f7-4363-a52e-5f44e11d1b60|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 rACJoekZgDKIBPEP) ... 2022-06-07T12:06:35.660Z||pool-2-thread-4|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2022-06-07T12:06:35.661Z||pool-2-thread-4|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel. 2022-06-07T12:06:35.661Z||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 rACJoekZgDKIBPEP) ... 2022-06-07T12:06:45.241Z|f9b09284-82f7-4363-a52e-5f44e11d1b60|pool-2-thread-2|||||INFO|500|| --> HTTP/1.1 200 OK 2022-06-07T12:06:45.243Z||pool-2-thread-4|||||INFO|500|| --> HTTP/1.1 200 OK 2022-06-07T12:07:35.641Z|f9b09284-82f7-4363-a52e-5f44e11d1b60|pool-2-thread-2|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2022-06-07T12:07:35.642Z|f9b09284-82f7-4363-a52e-5f44e11d1b60|pool-2-thread-2|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel. 2022-06-07T12:07:35.642Z|f9b09284-82f7-4363-a52e-5f44e11d1b60|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 rACJoekZgDKIBPEP) ... 2022-06-07T12:07:35.660Z||pool-2-thread-8|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2022-06-07T12:07:35.661Z||pool-2-thread-8|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel. 2022-06-07T12:07:35.661Z||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 rACJoekZgDKIBPEP) ... 2022-06-07T12:07:45.239Z|f9b09284-82f7-4363-a52e-5f44e11d1b60|pool-2-thread-2|||||INFO|500|| --> HTTP/1.1 200 OK 2022-06-07T12:07:45.259Z||pool-2-thread-8|||||INFO|500|| --> HTTP/1.1 200 OK 2022-06-07T12:08:35.640Z|f9b09284-82f7-4363-a52e-5f44e11d1b60|pool-2-thread-2|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2022-06-07T12:08:35.641Z|f9b09284-82f7-4363-a52e-5f44e11d1b60|pool-2-thread-2|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel. 2022-06-07T12:08:35.642Z|f9b09284-82f7-4363-a52e-5f44e11d1b60|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 rACJoekZgDKIBPEP) ... 2022-06-07T12:08:35.660Z||pool-2-thread-3|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2022-06-07T12:08:35.661Z||pool-2-thread-3|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel. 2022-06-07T12:08:35.661Z||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 rACJoekZgDKIBPEP) ... 2022-06-07T12:08:45.242Z||pool-2-thread-3|||||INFO|500|| --> HTTP/1.1 200 OK 2022-06-07T12:08:45.246Z|f9b09284-82f7-4363-a52e-5f44e11d1b60|pool-2-thread-2|||||INFO|500|| --> HTTP/1.1 200 OK 2022-06-07T12:09:35.641Z|f9b09284-82f7-4363-a52e-5f44e11d1b60|pool-2-thread-2|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2022-06-07T12:09:35.642Z|f9b09284-82f7-4363-a52e-5f44e11d1b60|pool-2-thread-2|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel. 2022-06-07T12:09:35.642Z|f9b09284-82f7-4363-a52e-5f44e11d1b60|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 rACJoekZgDKIBPEP) ... 2022-06-07T12:09:35.660Z||pool-2-thread-7|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2022-06-07T12:09:35.661Z||pool-2-thread-7|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel. 2022-06-07T12:09:35.661Z||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 rACJoekZgDKIBPEP) ... 2022-06-07T12:09:45.235Z|f9b09284-82f7-4363-a52e-5f44e11d1b60|pool-2-thread-2|||||INFO|500|| --> HTTP/1.1 200 OK 2022-06-07T12:09:45.280Z||pool-2-thread-7|||||INFO|500|| --> HTTP/1.1 200 OK 2022-06-07T12:10:35.641Z|f9b09284-82f7-4363-a52e-5f44e11d1b60|pool-2-thread-2|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2022-06-07T12:10:35.641Z|f9b09284-82f7-4363-a52e-5f44e11d1b60|pool-2-thread-2|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel. 2022-06-07T12:10:35.642Z|f9b09284-82f7-4363-a52e-5f44e11d1b60|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 rACJoekZgDKIBPEP) ... 2022-06-07T12:10:35.661Z||pool-2-thread-6|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2022-06-07T12:10:35.661Z||pool-2-thread-6|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel. 2022-06-07T12:10:35.662Z||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 rACJoekZgDKIBPEP) ... 2022-06-07T12:10:45.216Z|f9b09284-82f7-4363-a52e-5f44e11d1b60|pool-2-thread-2|||||INFO|500|| --> HTTP/1.1 200 OK 2022-06-07T12:10:45.255Z||pool-2-thread-6|||||INFO|500|| --> HTTP/1.1 200 OK 2022-06-07T12:11:35.640Z|f9b09284-82f7-4363-a52e-5f44e11d1b60|pool-2-thread-2|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2022-06-07T12:11:35.641Z|f9b09284-82f7-4363-a52e-5f44e11d1b60|pool-2-thread-2|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel. 2022-06-07T12:11:35.641Z|f9b09284-82f7-4363-a52e-5f44e11d1b60|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 rACJoekZgDKIBPEP) ... 2022-06-07T12:11:35.660Z||pool-2-thread-10|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2022-06-07T12:11:35.661Z||pool-2-thread-10|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel. 2022-06-07T12:11:35.662Z||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 rACJoekZgDKIBPEP) ... 2022-06-07T12:11:45.241Z||pool-2-thread-10|||||INFO|500|| --> HTTP/1.1 200 OK 2022-06-07T12:11:45.243Z|f9b09284-82f7-4363-a52e-5f44e11d1b60|pool-2-thread-2|||||INFO|500|| --> HTTP/1.1 200 OK 2022-06-07T12:12:35.641Z|f9b09284-82f7-4363-a52e-5f44e11d1b60|pool-2-thread-2|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2022-06-07T12:12:35.643Z|f9b09284-82f7-4363-a52e-5f44e11d1b60|pool-2-thread-2|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel. 2022-06-07T12:12:35.643Z|f9b09284-82f7-4363-a52e-5f44e11d1b60|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 rACJoekZgDKIBPEP) ... 2022-06-07T12:12:35.660Z|4749a374-2cd8-4eeb-aff9-3b6394cedae9|pool-2-thread-9|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2022-06-07T12:12:35.661Z|4749a374-2cd8-4eeb-aff9-3b6394cedae9|pool-2-thread-9|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel. 2022-06-07T12:12:35.662Z|4749a374-2cd8-4eeb-aff9-3b6394cedae9|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 rACJoekZgDKIBPEP) ... 2022-06-07T12:12:45.279Z|4749a374-2cd8-4eeb-aff9-3b6394cedae9|pool-2-thread-9|||||INFO|500|| --> HTTP/1.1 200 OK 2022-06-07T12:12:45.301Z|f9b09284-82f7-4363-a52e-5f44e11d1b60|pool-2-thread-2|||||INFO|500|| --> HTTP/1.1 200 OK 2022-06-07T12:13:35.640Z|f9b09284-82f7-4363-a52e-5f44e11d1b60|pool-2-thread-2|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2022-06-07T12:13:35.642Z|f9b09284-82f7-4363-a52e-5f44e11d1b60|pool-2-thread-2|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel. 2022-06-07T12:13:35.642Z|f9b09284-82f7-4363-a52e-5f44e11d1b60|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 rACJoekZgDKIBPEP) ... 2022-06-07T12:13:35.660Z|4749a374-2cd8-4eeb-aff9-3b6394cedae9|pool-2-thread-9|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2022-06-07T12:13:35.661Z|4749a374-2cd8-4eeb-aff9-3b6394cedae9|pool-2-thread-9|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel. 2022-06-07T12:13:35.661Z|4749a374-2cd8-4eeb-aff9-3b6394cedae9|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 rACJoekZgDKIBPEP) ... 2022-06-07T12:13:45.214Z|4749a374-2cd8-4eeb-aff9-3b6394cedae9|pool-2-thread-9|||||INFO|500|| --> HTTP/1.1 200 OK 2022-06-07T12:13:45.245Z|f9b09284-82f7-4363-a52e-5f44e11d1b60|pool-2-thread-2|||||INFO|500|| --> HTTP/1.1 200 OK 2022-06-07T12:14:35.640Z|f9b09284-82f7-4363-a52e-5f44e11d1b60|pool-2-thread-2|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2022-06-07T12:14:35.641Z|f9b09284-82f7-4363-a52e-5f44e11d1b60|pool-2-thread-2|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel. 2022-06-07T12:14:35.641Z|f9b09284-82f7-4363-a52e-5f44e11d1b60|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 rACJoekZgDKIBPEP) ... 2022-06-07T12:14:35.660Z||pool-2-thread-8|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2022-06-07T12:14:35.661Z||pool-2-thread-8|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel. 2022-06-07T12:14:35.661Z||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 rACJoekZgDKIBPEP) ... 2022-06-07T12:14:45.238Z||pool-2-thread-8|||||INFO|500|| --> HTTP/1.1 200 OK 2022-06-07T12:14:45.241Z|f9b09284-82f7-4363-a52e-5f44e11d1b60|pool-2-thread-2|||||INFO|500|| --> HTTP/1.1 200 OK 2022-06-07T12:15:35.640Z|f9b09284-82f7-4363-a52e-5f44e11d1b60|pool-2-thread-2|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2022-06-07T12:15:35.641Z|f9b09284-82f7-4363-a52e-5f44e11d1b60|pool-2-thread-2|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel. 2022-06-07T12:15:35.642Z|f9b09284-82f7-4363-a52e-5f44e11d1b60|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 rACJoekZgDKIBPEP) ... 2022-06-07T12:15:35.660Z||pool-2-thread-8|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2022-06-07T12:15:35.661Z||pool-2-thread-8|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel. 2022-06-07T12:15:35.661Z||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 rACJoekZgDKIBPEP) ... 2022-06-07T12:15:45.232Z|f9b09284-82f7-4363-a52e-5f44e11d1b60|pool-2-thread-2|||||INFO|500|| --> HTTP/1.1 200 OK 2022-06-07T12:15:45.271Z||pool-2-thread-8|||||INFO|500|| --> HTTP/1.1 200 OK 2022-06-07T12:16:35.641Z|f9b09284-82f7-4363-a52e-5f44e11d1b60|pool-2-thread-2|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2022-06-07T12:16:35.642Z|f9b09284-82f7-4363-a52e-5f44e11d1b60|pool-2-thread-2|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel. 2022-06-07T12:16:35.642Z|f9b09284-82f7-4363-a52e-5f44e11d1b60|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 rACJoekZgDKIBPEP) ... 2022-06-07T12:16:35.660Z||pool-2-thread-7|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2022-06-07T12:16:35.661Z||pool-2-thread-7|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel. 2022-06-07T12:16:35.661Z||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 rACJoekZgDKIBPEP) ... 2022-06-07T12:16:45.216Z|f9b09284-82f7-4363-a52e-5f44e11d1b60|pool-2-thread-2|||||INFO|500|| --> HTTP/1.1 200 OK 2022-06-07T12:16:45.221Z||pool-2-thread-7|||||INFO|500|| --> HTTP/1.1 200 OK 2022-06-07T12:17:35.641Z|f9b09284-82f7-4363-a52e-5f44e11d1b60|pool-2-thread-2|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2022-06-07T12:17:35.642Z|f9b09284-82f7-4363-a52e-5f44e11d1b60|pool-2-thread-2|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel. 2022-06-07T12:17:35.642Z|f9b09284-82f7-4363-a52e-5f44e11d1b60|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 rACJoekZgDKIBPEP) ... 2022-06-07T12:17:35.661Z||pool-2-thread-6|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2022-06-07T12:17:35.661Z||pool-2-thread-6|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel. 2022-06-07T12:17:35.661Z||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 rACJoekZgDKIBPEP) ... 2022-06-07T12:17:45.199Z|f9b09284-82f7-4363-a52e-5f44e11d1b60|pool-2-thread-2|||||INFO|500|| --> HTTP/1.1 200 OK 2022-06-07T12:17:45.228Z||pool-2-thread-6|||||INFO|500|| --> HTTP/1.1 200 OK 2022-06-07T12:18:35.641Z|4749a374-2cd8-4eeb-aff9-3b6394cedae9|pool-2-thread-9|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2022-06-07T12:18:35.641Z|4749a374-2cd8-4eeb-aff9-3b6394cedae9|pool-2-thread-9|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel. 2022-06-07T12:18:35.641Z|4749a374-2cd8-4eeb-aff9-3b6394cedae9|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 rACJoekZgDKIBPEP) ... 2022-06-07T12:18:35.660Z|08911a67-f712-402f-9ce5-4c8231970804|pool-2-thread-5|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2022-06-07T12:18:35.661Z|08911a67-f712-402f-9ce5-4c8231970804|pool-2-thread-5|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel. 2022-06-07T12:18:35.661Z|08911a67-f712-402f-9ce5-4c8231970804|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 rACJoekZgDKIBPEP) ... 2022-06-07T12:18:45.234Z|4749a374-2cd8-4eeb-aff9-3b6394cedae9|pool-2-thread-9|||||INFO|500|| --> HTTP/1.1 200 OK 2022-06-07T12:18:45.238Z|08911a67-f712-402f-9ce5-4c8231970804|pool-2-thread-5|||||INFO|500|| --> HTTP/1.1 200 OK 2022-06-07T12:19:35.641Z|4749a374-2cd8-4eeb-aff9-3b6394cedae9|pool-2-thread-9|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2022-06-07T12:19:35.642Z|4749a374-2cd8-4eeb-aff9-3b6394cedae9|pool-2-thread-9|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel. 2022-06-07T12:19:35.642Z|4749a374-2cd8-4eeb-aff9-3b6394cedae9|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 rACJoekZgDKIBPEP) ... 2022-06-07T12:19:35.660Z||pool-2-thread-3|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2022-06-07T12:19:35.661Z||pool-2-thread-3|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel. 2022-06-07T12:19:35.661Z||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 rACJoekZgDKIBPEP) ... 2022-06-07T12:19:45.240Z|4749a374-2cd8-4eeb-aff9-3b6394cedae9|pool-2-thread-9|||||INFO|500|| --> HTTP/1.1 200 OK 2022-06-07T12:19:45.297Z||pool-2-thread-3|||||INFO|500|| --> HTTP/1.1 200 OK 2022-06-07T12:20:35.640Z|4749a374-2cd8-4eeb-aff9-3b6394cedae9|pool-2-thread-9|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2022-06-07T12:20:35.641Z|4749a374-2cd8-4eeb-aff9-3b6394cedae9|pool-2-thread-9|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel. 2022-06-07T12:20:35.641Z|4749a374-2cd8-4eeb-aff9-3b6394cedae9|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 rACJoekZgDKIBPEP) ... 2022-06-07T12:20:35.660Z||pool-2-thread-8|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2022-06-07T12:20:35.661Z||pool-2-thread-8|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel. 2022-06-07T12:20:35.661Z||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 rACJoekZgDKIBPEP) ... 2022-06-07T12:20:45.210Z|4749a374-2cd8-4eeb-aff9-3b6394cedae9|pool-2-thread-9|||||INFO|500|| --> HTTP/1.1 200 OK 2022-06-07T12:20:45.221Z||pool-2-thread-8|||||INFO|500|| --> HTTP/1.1 200 OK 2022-06-07T12:21:35.642Z|4749a374-2cd8-4eeb-aff9-3b6394cedae9|pool-2-thread-9|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2022-06-07T12:21:35.644Z|4749a374-2cd8-4eeb-aff9-3b6394cedae9|pool-2-thread-9|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel. 2022-06-07T12:21:35.644Z|4749a374-2cd8-4eeb-aff9-3b6394cedae9|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 rACJoekZgDKIBPEP) ... 2022-06-07T12:21:35.660Z||pool-2-thread-7|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2022-06-07T12:21:35.661Z||pool-2-thread-7|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel. 2022-06-07T12:21:35.661Z||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 rACJoekZgDKIBPEP) ... 2022-06-07T12:21:45.216Z|4749a374-2cd8-4eeb-aff9-3b6394cedae9|pool-2-thread-9|||||INFO|500|| --> HTTP/1.1 200 OK 2022-06-07T12:21:45.249Z||pool-2-thread-7|||||INFO|500|| --> HTTP/1.1 200 OK 2022-06-07T12:22:35.640Z|4749a374-2cd8-4eeb-aff9-3b6394cedae9|pool-2-thread-9|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2022-06-07T12:22:35.641Z|4749a374-2cd8-4eeb-aff9-3b6394cedae9|pool-2-thread-9|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel. 2022-06-07T12:22:35.641Z|4749a374-2cd8-4eeb-aff9-3b6394cedae9|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 rACJoekZgDKIBPEP) ... 2022-06-07T12:22:35.660Z||pool-2-thread-6|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2022-06-07T12:22:35.661Z||pool-2-thread-6|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel. 2022-06-07T12:22:35.661Z||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 rACJoekZgDKIBPEP) ... 2022-06-07T12:22:45.236Z|4749a374-2cd8-4eeb-aff9-3b6394cedae9|pool-2-thread-9|||||INFO|500|| --> HTTP/1.1 200 OK 2022-06-07T12:22:45.244Z||pool-2-thread-6|||||INFO|500|| --> HTTP/1.1 200 OK 2022-06-07T12:23:35.641Z|4749a374-2cd8-4eeb-aff9-3b6394cedae9|pool-2-thread-9|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2022-06-07T12:23:35.642Z|4749a374-2cd8-4eeb-aff9-3b6394cedae9|pool-2-thread-9|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel. 2022-06-07T12:23:35.643Z|4749a374-2cd8-4eeb-aff9-3b6394cedae9|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 rACJoekZgDKIBPEP) ... 2022-06-07T12:23:35.660Z|08911a67-f712-402f-9ce5-4c8231970804|pool-2-thread-5|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2022-06-07T12:23:35.661Z|08911a67-f712-402f-9ce5-4c8231970804|pool-2-thread-5|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel. 2022-06-07T12:23:35.661Z|08911a67-f712-402f-9ce5-4c8231970804|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 rACJoekZgDKIBPEP) ... 2022-06-07T12:23:45.209Z|4749a374-2cd8-4eeb-aff9-3b6394cedae9|pool-2-thread-9|||||INFO|500|| --> HTTP/1.1 200 OK 2022-06-07T12:23:45.274Z|08911a67-f712-402f-9ce5-4c8231970804|pool-2-thread-5|||||INFO|500|| --> HTTP/1.1 200 OK 2022-06-07T12:24:35.640Z|4749a374-2cd8-4eeb-aff9-3b6394cedae9|pool-2-thread-9|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2022-06-07T12:24:35.642Z|4749a374-2cd8-4eeb-aff9-3b6394cedae9|pool-2-thread-9|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel. 2022-06-07T12:24:35.642Z|4749a374-2cd8-4eeb-aff9-3b6394cedae9|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 rACJoekZgDKIBPEP) ... 2022-06-07T12:24:35.660Z||pool-2-thread-3|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2022-06-07T12:24:35.661Z||pool-2-thread-3|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel. 2022-06-07T12:24:35.661Z||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 rACJoekZgDKIBPEP) ... 2022-06-07T12:24:45.211Z|4749a374-2cd8-4eeb-aff9-3b6394cedae9|pool-2-thread-9|||||INFO|500|| --> HTTP/1.1 200 OK 2022-06-07T12:24:45.221Z||pool-2-thread-3|||||INFO|500|| --> HTTP/1.1 200 OK 2022-06-07T12:25:35.640Z|4749a374-2cd8-4eeb-aff9-3b6394cedae9|pool-2-thread-9|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2022-06-07T12:25:35.641Z|4749a374-2cd8-4eeb-aff9-3b6394cedae9|pool-2-thread-9|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel. 2022-06-07T12:25:35.642Z|4749a374-2cd8-4eeb-aff9-3b6394cedae9|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 rACJoekZgDKIBPEP) ... 2022-06-07T12:25:35.660Z||pool-2-thread-8|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2022-06-07T12:25:35.661Z||pool-2-thread-8|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel. 2022-06-07T12:25:35.661Z||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 rACJoekZgDKIBPEP) ... 2022-06-07T12:25:45.226Z|4749a374-2cd8-4eeb-aff9-3b6394cedae9|pool-2-thread-9|||||INFO|500|| --> HTTP/1.1 200 OK 2022-06-07T12:25:45.226Z||pool-2-thread-8|||||INFO|500|| --> HTTP/1.1 200 OK